body, html {
  font-family: 'Open Sans', sans-serif;
}

.content {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 10px;
  width: 114px;
}

a {
  color: #009bc2;
}

.alert-info a {
  color: #006bc2;
}

.navbar-inverse .navbar-nav>.active>a {
  color: #009bc2;
  font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:hover, footer a:hover {
  color: #009bc2;
}

.navbar-brand img {
  margin-top: -5px;
}

#brand-icon {
  width: 32px;
  height: 32px;
}

#hamburger {
  height: 32px;
}

.navbar-toggle {
  margin-bottom: 0;
  margin-top: 0;
  border: none;
}

.search {
  max-width: 80% important!;
}

h1 {
  text-align: center;
  font-family: 'Source Sans Pro', Roboto, sans-serif;
  font-weight: 200;
  font-size: 4em;
}

.masthead {
  background-color: #0088aa;
  color: white;
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.highlight {
  font-weight: 200;
  font-family: 'Source Sans Pro', Roboto, sans-serif;
  font-size: 1.6em;
  padding: 30px;
  padding-top: 5px;
  text-align: center;
}

.half-rule {
  width: 50%;
  margin: 20px auto;
}

.small-highlight {
  font-size: 1.5em;
  padding: 30px;
  padding-top: 5px;
  text-align: center;
}

.brands {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: auto;
}

.brands-wide {
  display: block;
  margin: auto auto;
  width: 250px;
  height: auto;
}

.brand-wrapper {
  height: 152px;
  margin: 10px 0;
}

.button-center {
  display: block;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
}

.masthead .btn {
  background-color: #0088aa;
  border: 2px solid white;
  color: #fff;
  font-size: 2em;
}

.masthead .btn:hover {
  background-color: #fff;
  border: 2px solid #0088aa;
  color: #0088aa;
}

.masthead a {
  text-decoration: none;
}

.info-container {
  background-color: #0088aa;
  color: #fff;
  font-size: 1.3em;
  padding: 35px;
  margin: 30px;
} 

.info-text {
  margin-top: 20px;
  border-top: 1px solid #b0dde8;
  padding-top: 20px;
}

.info-container h2 {
  margin-top: 0px;
}

.footer {
  background-color: #222;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

footer ul {
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
  margin-bottom: 20px;
}

@media(min-width: 768px) {
  .navbar {
    border-radius: 0;
  }

  .info-text {
    border-top: none;
    border-left: 1px solid #b0dde8;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 20px;
  }
}

@media(min-width: 900px) {
  .highlight {
    font-size: 2em;
  }
}
