* {
  font-family: 'Montserrat', sans-serif;
}

body {
  background-color: #fff;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.vert-center-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

a:hover {
  text-decoration: none;
  color: inherit;
}
a.red:hover {
  color: #e3002b;
  text-decoration: underline;
}

p {
  font-size: 16px;
}

.high-z {
  z-index: 10;
}


.btn-contact-orange { 
  text-transform: uppercase;
  background-color: #ff6e1f;
  border-radius: 5px;
  color: #fff;
  margin-top:15px;
  padding: 5px 20px;
}

.btn-contact-orange:hover, .btn-contact-orange:focus { 
  color: #fff;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.blue {
    color: #232f42;
}

.dark-blue {
  color: #034567;
}

.black {
  color: #0a0a0a;
}

.brown {
  color: #7d6608;
}

.gold {
  color: #006a96;
}

.red {
  color: #e3002b;
}

.gray {
  color: #7e7e7e;
}

.green {
  color: #28b061;
}

.red-bg {
  background-color: #e80530;
}

.dark-blue-bg {
  background-color: #232f42;
}

.blue-bg {
    background-color: #232f42;
    color: #eee;
}

.gold-bg {
  background-color: #006a96;
  color: #fff;
}

.bold {
  font-weight: bold;
}

.thick {
    font-weight: 900;
}

.lighter {
  font-weight: 300;
}

.strong-0 {
  font-size: 1em;
}

.strong-05 {
  font-size: 1.3em;
}

.strong-1 {
    font-size: 1.5em;
}

.strong-2 {
    font-size: 2em;
}

.strong-3 {
    font-size: 3em;
}

.strong-4 {
    font-size: 4em;
}

.strong-5 {
    font-size: 5em;
}

.strong-p {
  font-size: 1.2em;
  font-weight: 400;
}

.yellow-text {
    color: #f1c40f;
}

.black-text {
  color: #0a0a0a
}

.white-text, .white {
    color: #eee;
}

.orange {
  color: #006a96;
}

.shadowed {
    text-shadow: 0px 2px #777;
}

.shadowed-green {
  text-shadow: 0px 2px #229754;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.padding-vertical-half {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-vertical {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-vertical-double {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-vertical-bottom {
    padding-bottom: 15px;
}

.padding-vertical-double-bottom {
    padding-bottom: 30px;
}

.padding-vertical-top {
    padding-top: 15px;
}

.padding-vertical-double-top {
    padding-top: 30px;
}

.margin-vertical-half {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-vertical {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-vertical-double {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-vertical-bottom {
    margin-bottom: 15px;
}

.margin-vertical-double-bottom {
    margin-bottom: 30px;
}

.margin-vertical-top {
    margin-top: 15px;
}

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

.btn-extra-round {
  border-radius: 50px;
}

.btn-shadowed {
  box-shadow: 0px 2px 5px #333;
}

.btn-no-border {
  border:none!important;
}

.btn-padded {
  padding: 10px 10px;
}
.btn-yellow.dark-blue:hover, .btn-yellow.dark-blue:active, .btn-yellow.dark-blue:focus {
  color: #2a334f;
}

.btn-yellow.brown:hover, .btn-yellow.brown:active, .btn-yellow.brown:focus {
  color: #7d6608;
}

.btn-yellow {
    background-color: #f1c40f;
    border:none;
    border-bottom: 3px solid #b9960c;
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
  background-color: #cca300;
  border-color: #c29b00;
  text-decoration: none;
}

.btn-red {
    background-color: #e3002b;
    border:none;
    border-bottom: 3px solid #a70020;
}

.btn-red:hover, .btn-red:focus, .btn-red:active {
    color: #eee;
}

.btn-black {
    border-radius: 0;
    background-color: #0a0a0a;
    border:none;
    color: #f1c40f;
    font-size: 1.2em;
    cursor: pointer;
    padding: 10px 10px;
}

.btn-black:hover, .btn-black:focus, .btn-black:active {
    color: #eee;
}

.btn-orange {
    border-radius: 0;
    background-color: #006a96;
    border:none;
    color: #eee;
    padding: 10px 10px;
    line-height: 1.5em;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
    color: #eee;
}

.btn-inverse-blue {
    background-color: #efefef;
    border-color: #0061aa;
}

.background-full {
    background-size: cover;
    background-position: center;
}


/* Main CSS */

.main-bg {
  background: url("./header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  color: #eee;
  min-height: 600px;
  position: relative;
}

.header-nav-list {
  padding-left: 0;
  margin-top: 25px;
}


.header-nav-list a {
  display: inline-block;
  padding: 5px 8px;
}

.header-nav-list a:hover {
  background-color: #006a96; 
  color: #fff;
}

.main-nav {
  /*background-color: rgba(0, 177, 225, 0.4);*/
  /*background-color: #eeeeee;*/
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 10px;
  border-bottom: 2px solid #006a96;
  z-index: 20;
  position: fixed;
  width: 100%;
}

.main-nav .main-logo {
  margin-top: 15px;
}

.main-nav .secondary .btn {
  font-size: 1.5em;
  float: right;
  padding: 10px 20px;
}

.main-nav .secondary .fa.fa-stack {
  font-size: .7em;
  margin-top: -3px;
}

.logo-text {
  font-weight: 700;
  margin-top: 10px;
}

.main-nav p { 
  margin-bottom: 0;
  font-weight: bold;
  color: #0a0a0a;
  position: relative;
}

.main-nav .header-phone-icon {
  float: left;
  margin-top: 12px;
  margin-right: 15px;
}

.banner-bottom {
  width: 100%;
  padding: 10px 0px;
  background-image: url("./header-transparent-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0
}

.banner-bottom p strong {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 3px;
}
/* 
.banner-bottom p.strong-1 {
  margin-bottom: 0;
}*/

.banner-content {
  padding: 120px 20px 40px 20px;
}

.banner-content .black-bg {
  background-color: rgba(4,4,4, 0.5);
  border-top: 1px solid #006a96;
  border-bottom: 1px solid #006a96;
  margin-top: 25px;
  padding: 20px 0;
}

.banner-content .black-bg h2 {
  margin: 0;
  margin-top: 5px;
  font-size: 1.3em;
  text-align: left;
}

.banner-content .black-bg h2 strong {
  font-size: 2.5em;
}

.banner-content .gold-bg {
  padding: 15px 20px;
  padding-bottom: 30px;
  position: relative;
}

.banner-content .gold-bg:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 45%;
  display: inline-block;
  height: 50px;
  width: 50px;
  z-index: 10;
  background-image: url("./header-arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-content .gold-bg h1 {
  margin: 0;
}

.has-seperator {
  position: relative;
  margin-top: 20px;
  padding-bottom: 7px !important;
  margin-bottom: 20px !important;
  border-bottom: none !important;
  font-size: 1.5em
}

.has-seperator:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  background: url("./separator.png");
  display: inline-block;
  z-index: 0;
  height: 2px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-container {
  background: rgba(10, 10, 10, 0.4);
  padding: 25px 20px;
}

form.body-form {
  margin-top: 10px;
  /*background-image: url("./form-pattern.png");*/
  background-size: cover;
  background-position: left;
  display: inline-block;
  background-color: #6F7B92;
}

form.body-form .form-header {
  background: rgba(4,4,4,.5);
  display: inline-block;
}

form.body-form .form-header h4 {
  font-size: 1.6em;
  margin-top: 15px;
}

form.body-form .form-body {
  padding: 0px 20px 5px 20px;
}

form.body-form .form-body .input-group {
  width: 100%;
  margin: 5px 0;
}

form.body-form .form-body .form-control {
  width: 100%;
}

form.body-form .form-body textarea.form-control {
  height: 100px;
}

form.body-form .form-body .btn-black {
  padding: 20px 10px;
}

.gray-bg {
  background-color: #e1e1e1;
}

.gray-bg h2 {
  margin-top: 0;
}

.gray-holder {
  position: relative;
  margin-bottom: 40px;
}

.gray-box {
  background: #f1f1f1;
  padding: 30px 30px;
}

.gray-box h3 {
  margin-top: 0;
  color: #006a96;
}

.gray-box p {
  line-height: 1.8em;
}

.article-list {
  list-style-image: url('./arrow-bullet.png');
  padding-left: 30px;
  margin-top: 25px;
}
.article-list li {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 10px;
}

.article-list p {
  display: none;
  font-size: 12px;
  padding-left: 10px;
}

.main-column h2 {
  border-bottom: 2px solid #006a96;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.body-title {
  font-family: georgia, "times new roman", times, serif;
}

.body-text {
  font-family: georgia, "times new roman", times, serif;
  line-height: 2em;
  text-align: left;
  font-size: 16px;
  max-width: 460px;
  display: block;
  margin: 0 auto;
}

.press-list {
  list-style: none;
  margin-top: 0px;
  max-height: 500px;
overflow-x: hidden;
overflow-y: auto;
border-left: 1px solid #ccc;
}
.press-list .press-news-item {
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
}

.press-list .press-news-item .media-body {
  color: #0a0a0a;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}

.video-box:first-of-type {
  margin-top: 0;
  margin-bottom: 15px;
}

.video-box {
  padding: 10px;
}
.video-box iframe {
  width: 100%;
}

.lower-bg {
  background: linear-gradient(
      rgba(0, 0, 0, 0.7), 
      rgba(0, 0, 0, 0.7)
    ),url("./city.jpg");
  background-size: cover;
  color: #eee;
}

.lower-bg .btn-orange {
  font-size: 1.5em;
  padding: 15px 10px;
  font-weight: bold;
  margin-bottom: 20px;
}

.lower-banner-content {
  padding: 80px 20px 80px 20px;
}
.carousel-inner>.item {
  padding: 20px 20px 40px 20px;
  font-size: 1.5em
}
.carousel-indicators {
  bottom: 0;
}

.lower-container {
  background-color: rgba(0, 106, 150, 0.302);
  padding: 20px 40px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.main-footer-nav {
  background: #1b1b1b;
  padding: 15px 10px;
  box-shadow: 2px 2px 2px #333;
}
.main-footer-nav h2 {
  margin-top: 0;
}

.main-footer-nav .main-logo {
  margin-top: 5px;
}

.main-footer-nav p { 
  margin-bottom: 0;
}

.main-footer-nav .header-phone-icon {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.footer-copyright {
  font-size: .8em;
  font-weight: lighter;
  padding-top: 5px;
}

@media (max-width: 1200px) {
  .main-bg {
    background-size: cover;
    min-height: 0
  }
}

@media (max-width: 992px) {
  .banner-content {
    padding-top: 120px;
  }
  .right-text-2 {
    float: right;
  }
  .left-img.pull-right {
    float: left;
  }

  .banner-content .gold-bg h1 {
    color: #0a0a0a;
    font-weight: bold;
  }

  .main-bg {
    background-size: cover;
  }

  .logo-text {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .main-nav.fixed + .banner-content {
    padding-top: 180px;
  }
  .main-nav.fixed .main-logo { 
    display: none;
  }
  .main-nav.fixed p.secondary {
    padding-top: 0;
  }

  .main-nav.fixed {
    position: fixed;
    width: 100%;
  }

  .main-nav .secondary .btn {
    margin: 0 auto;
    float: none;
    font-size: 1em;
  }

  .main-nav p.secondary {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
  }
  .main-nav .header-phone-icon {
    display: inline;
    float: none;
    margin-top:-10px;
  }

  .main-column {
    margin-bottom: 20px;
  }

  .banner-content .black-bg h2 {
    font-size: 1.2em;
  }

  .banner-content .black-bg h2 strong, .banner-content .gold-bg h1 {
    font-size: 1.9em;
  }

  .banner-content .gold-bg {
    background: transparent;
  }

  .banner-content .gold-bg:after {
    display: none;
  }

  .strong-2 {
    font-size: 1.5em;
  }

  .lower-banner-content {
    padding: 40px 20px;
  }
}

@media (max-width: 480px) {
  .banner-content {
    padding-top: 150px;
  }
  .strong-4 {
    font-size: 2.5em
  }
  .lower-bg .btn-orange {
    font-size: 1.2em;
  }
}

@media (min-width: 992px) {
  .banner-content {
    min-height: 600px;
  }

  .right-text-1 {
    position: absolute;
    right: 90px;
    top: 60px;
  }

  .right-text-2 {
    bottom: -20px;
    left: 80px;
    z-index: 2;
    position: absolute;
  }
}
