@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato");
body {
  background: white;
  font-family: 'Lato', sans-serif; }

a {
  color: #008acd;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

header {
  padding-top: 30px;
  padding-bottom: 30px; }
  header .logo {
    width: 300px; }
  header .menu {
    list-style: none;
    text-align: right;
    padding-left: 0px; }
    header .menu li {
      display: inline-block;
      margin-left: 20px; }
      header .menu li a {
        color: #77777b;
        font-size: 1.2em;
        text-transform: uppercase;
        -webkit-transition-duration: 1.2s;
                transition-duration: 1.2s;
        line-height: 60px; }
        header .menu li a.active {
          color: #008acd; }
        header .menu li a:hover {
          color: #008acd;
          text-decoration: none; }

@media (min-width: 1450px) {
  .container {
    width: 1400px; } }

@media (min-width: 576px) {
  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 576px) {
  .header-image .overlay h2 {
    font-size: 1em !important; }
  .menu {
    text-align: center !important; }
  .logo {
    margin-left: auto;
    margin-right: auto;
    display: block; } }

.home-banner {
  background-color: #343738;
  color: white; }
  .home-banner .container {
    padding-top: 30px;
    padding-bottom: 40px; }
  .home-banner h3 {
    font-size: 3.5em;
    font-weight: bold; }
    .home-banner h3 a {
      color: white;
      text-decoration: none; }
    .home-banner h3:before {
      content: "• ";
      font-size: 0.3em;
      display: block;
      position: absolute;
      margin-left: -20px;
      margin-top: 20px; }
  .home-banner img {
    width: 100%; }

footer {
  width: 100%;
  float: left;
  position: relative;
  background: #343738;
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  font-weight: bold; }
  footer .spacer {
    width: 100%;
    position: relative;
    float: left;
    height: 25px; }
  footer .footer-title {
    padding-bottom: 35px;
    padding-top: 3px; }
  footer i {
    font-weight: 200; }
  footer a i {
    font-size: 2em !important;
    padding-left: 10px;
    color: white; }
  footer img {
    padding-bottom: 40px; }
  footer span {
    padding-left: 10px;
    padding-right: 10px; }

.nopad {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  .nopad .row {
    margin-top: 10px;
    background: #f4f4f4; }
  .nopad img {
    width: 100%; }
  .nopad .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px; }
  .nopad .col-sm-3 {
    padding-left: 0px;
    padding-right: 0px; }

span.green {
  background: #8ec549;
  display: block;
  width: 90px;
  text-align: center;
  padding-left: 20px;
  color: white;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 40px; }

.content {
  padding-left: 40px; }
  .content.smaller {
    padding-left: 20px; }
    .content.smaller p {
      padding-top: 20px; }
  .content b {
    color: #022148; }
  .content h3 {
    font-size: 3em;
    color: #022148; }
  .content h2 {
    font-size: 2em;
    color: #022148;
    line-height: 1.3em; }
  .content p {
    color: #7f7f7f;
    font-size: 1.1em;
    line-height: 1.5em; }
  .content .button {
    background: #008acd;
    text-transform: uppercase;
    color: white;
    margin-top: 40px;
    display: block;
    width: 170px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s; }
    .content .button:hover {
      color: white;
      background: #022148;
      text-decoration: none; }

.header-image {
  position: relative;
  width: 100%; }
  .header-image img {
    width: 100%;
    display: block;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto; }
  .header-image .overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: block;
    width: 100%;
    color: white; }
    .header-image .overlay h2 {
      font-size: 2.6em; }

.top-margin-50 {
  margin-top: 50px; }

.top-margin-30 {
  margin-top: 30px; }

.row-content {
  background: #f0f0f0; }
  .row-content .content {
    padding-right: 40px; }

.table .title {
  color: white;
  background: #008acd; }

.table .row {
  padding-top: 11px;
  padding-bottom: 11px;
  color: #7f7f7f;
  background: #f0f0f0;
  margin-top: 3px; }
  .table .row:first-child {
    margin-top: 0px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: white;
    background: #008acd; }
  .table .row:nth-child(2n) {
    background: #f8f9f9; }
  .table .row .col-xs-8 {
    padding-left: 0px;
    padding-right: 0px; }
    .table .row .col-xs-8 p {
      padding-left: 30px;
      margin-bottom: 0px; }
  .table .row .col-xs-4 {
    padding-left: 0px;
    padding-right: 0px; }
    .table .row .col-xs-4 p {
      margin-bottom: 0px; }

.hidden-overflow {
  overflow-x: hidden; }

.longer {
  width: 170px !important; }

ol {
  list-style: none; }

.the-content p {
  font-weight: bold; }

.the-content li p {
  font-weight: normal; }

.press a img {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
  width: 100%;
  height: auto; }

.press a:hover img {
  opacity: 0.4; }

.gallery img {
  max-height: 152px;
  margin-left: auto;
  margin-right: auto;
  display: block; }
/*# sourceMappingURL=style.css.map */