/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 20px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #e5e2dd;
}

.container .text-muted {
  margin: 20px 0;
  text-align: center;
  color: #fff;
}

.background {
  background-color: rgba(0, 114, 167, 0.7);
  padding: 10%;
}

.col-md-4 img {
  max-width: 300px;
}

.col-8 {
  width: 12.5%;
}

/*--------------------------------------- Headlines -----------------------------------------*/

.jumbotron h2,
.jumbotron h3,
.jumbotron li {
  font-weight: 300;
}

/*--------------------------------------- Line -----------------------------------------*/

.line {
  float: right;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 5%;
  margin-bottom: 5%;
}

.colored-line {
  float: right;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #0072a7;
  margin-top: 5%;
  margin-bottom: 5%;
}

/*--------------------------------------- Sidebar -----------------------------------------*/

.sidebar {
  background: #ffde20;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
  padding-top: 5%;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 10%;
}

.sidebar a {
  font-size: 120%;
}

.sidebar img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-color: #e1c000;
  border-style: solid;
  border-width: 5px;
  border-radius: 4px;
  margin-bottom: 10%;
}

/*--------------------------------------- Sidebar2 -----------------------------------------*/

.sidebar2 {
  background: #f7f2eb;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 10%;
  padding-top: 5%;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 10%;
}

.sidebar2 h2 {
  color: #fff;
}

/*--------------------------------------- Yellow -----------------------------------------*/

.yellow {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 5%;
  padding-top: 5%;
  background: #efcc00;
}

.yellow h1 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 63px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  color: #fff;
}

.yellow h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 300%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #fff;
}

.yellow p {
  text-align: left;
  font-size: 130%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #6b5b00;
}

.yellow h4 {
  text-align: left;
  background: #e1c000;
  padding: 10px;
  font-size: 120%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #000;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 1px;
}

.yellow a {
  color: #fff;
}

.slideshow {
  display: block;
  overflow: hidden;
  border-color: #e1c000;
  border-style: solid;
  border-width: 5px;
  border-radius: 4px;
  max-height: 450px;
}

/*---------------------------------------White -----------------------------------------*/

.white {
  padding: 10%;
  background: #fffbf5;
}

.white h1 {
  font-size: 350%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #0072a7;
}

.white h2 {
  font-size: 200%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #0072a7;
}

.white p {
  font-size: 110%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #0072a7;
}

.white img {
  width: 100%;
  float: left;
  padding: 8%;
}

/*--------------------------------------- Bottom Logos -----------------------------------------*/

.logos {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 1%;
  padding-bottom: 1%;
  background: #fff;
}

.logos img {
  width: 100%;
  float: left;
  padding: 5%;
}

/*--------------------------------------- Grey -----------------------------------------*/

.grey {
  padding-top: 5%;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
  background: #fffbf5;
}

.greybg {
  padding: 5%;
  background: #f7f2eb;
  border-radius: 4px;
  margin-bottom: 10%;
}

.grey h1 {
  font-size: 260%;
  line-height: 100%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #0072a7;
}

.grey h2 {
  font-size: 150%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #0072a7;
}

.grey h3 {
  font-size: 150%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #0072a7;
}

.grey h4 {
  background: #0072a7;
  padding: 8px;
  font-size: 100%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.grey a {
  color: #fff;
}

.grey img {
  width: 100%;
  height: auto;
  margin-top: 5%;
}

.grey i {
  color: #0072a7;
  font-size: 70%;
}

.grey p {
  font-size: 130%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #0072a7;
}

.grey i {
  font-size: 130%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #0072a7;
}

.grey li {
  font-size: 110%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #0072a7;
}

.table b {
  font-size: 110%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
}

.ss-q-title {
  font-size: 150%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #0072a7;
}

.required-message {
  font-size: 70%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #0072a7;
  margin-bottom: 5%;
}

.membership-form {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/*--------------------------------------- Well -----------------------------------------*/

.well {
  padding: 10%;
  background: #efcc00;
}

.well p {
  font-size: 150%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #fff;
}

.well h3 {
  font-size: 200%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #fff;
}

.well li {
  font-size: 120%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #fff;
}

/*---------------------------------------Blue -----------------------------------------*/

.blue {
  padding: 10%;
  background: #0072a7;
}

.blue p {
  font-size: 120%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #fff;
}

.blue h2 {
  font-size: 200%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #fff;
}

.blue img {
  width: 100%;
  float: right;
  padding: 8%;
}

/*--------------------------------------- Column 5 -----------------------------------------*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

/*--------------------------------------- Logo -----------------------------------------*/

.logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.navbar-brand img {
  max-height: 65px;
}

/*--------------------------------------- Clearfix -----------------------------------------*/

.clearfix {
  height: 20px;
}

.clearfix2 {
  height: 40px;
}

.spacer {
  width: 10px;
}

/*--------------------------------------- Table -----------------------------------------*/

.table > thead > tr > td.blue,
.table > tbody > tr > td.blue,
.table > tfoot > tr > td.blue,
.table > thead > tr > th.blue,
.table > tbody > tr > th.blue,
.table > tfoot > tr > th.blue,
.table > thead > tr.blue > td,
.table > tbody > tr.blue > td,
.table > tfoot > tr.blue > td,
.table > thead > tr.blue > th,
.table > tbody > tr.blue > th,
.table > tfoot > tr.blue > th {
  background-color: #00537a;
}

.table a {
  color: #ffde20;
}

.email {
  color: white;
  text-decoration-color: white;
  text-decoration: underline;
  transition: color 0.2s ease-out;
}

.email:hover {
  color: #ffde20;
}
