﻿/*@blue: #009ADD;*/
/*@black: #000000;*/
/*@opaque-black: rgba(0, 0, 0, 0.6);*/
/*@navy-blue: #15314A;*/
/*@dark-navy-blue: #0B2338;*/
/*@opaque-turquoise: rgba(0, 153, 172, 0.5);*/
.search-wrapper {
  display: none;
}
.services-hero-wrapper {
  background-color: #40431E;
  width: 100%;
}
.services-hero-wrapper .hero {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px;
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 1023px) {
  .services-hero-wrapper .hero {
    height: 300px;
  }
}
.services-hero-wrapper .hero .hero-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 50px;
  text-align: center;
  font-size: 3.8em;
  font-weight: bold;
  color: #FFFFFF;
  background-color: rgba(216, 164, 45, 0.5);
}
@media (max-width: 991px) {
  .services-hero-wrapper .hero .hero-text {
    padding: 25px;
  }
  .services-hero-wrapper .hero .hero-text h2 {
    font-size: 24px;
    line-height: 26px;
    max-height: 232px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .services-hero-wrapper .hero .hero-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.services-hero-wrapper .hero .hero-text h1 {
  margin: 0;
}
.services-hero-wrapper.noimg {
  background-color: #FFFFFF;
  height: 94px;
}
.services-hero-wrapper.noimg .hero {
  height: 60px;
  /*@media (max-width: 1199px) {
                height:60px;
            }*/
}
.services-hero-wrapper.noimg .hero .hero-text {
  background-color: #40431E;
  padding: 12px;
}
@media (max-width: 767px) {
  .services-hero-wrapper.noimg .hero .hero-text > h2 {
    font-size: 22px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .services-wrapper .services {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .services-wrapper .services {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.services-wrapper .services .tabs {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .services-wrapper .services .tabs {
    margin-bottom: 60px;
  }
}
.services-wrapper .services .tabs li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #40431E;
  position: relative;
}
.services-wrapper .services .tabs li a {
  font-size: 1.6em;
  font-weight: bold;
  color: #40431E;
  display: block;
  width: 100%;
}
.services-wrapper .services .tabs li a:focus,
.services-wrapper .services .tabs li a:hover {
  color: #d8a42d;
}
.services-wrapper .services .tabs li i {
  display: none;
  color: #d8a42d;
  font-size: 1.5em;
  line-height: 1.5em;
  float: right;
}
.services-wrapper .services .tabs li.active a {
  color: #d8a42d;
  width: 85%;
  float: left;
}
.services-wrapper .services .tabs li.active i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.services-wrapper .services .tabs-content h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 0;
}
.services-wrapper .services .tabs-content p {
  font-size: 1.6em;
  font-weight: normal;
}
.services-wrapper .services .tabs-content p a {
  color: #d8a42d;
}
.services-wrapper .services .tabs-content p a:hover {
  text-decoration: underline;
}
h4 {
  font-size: 30px !important;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 45px !important;
}
ul.cmsDownloads {
  padding-left: 25px;
}
ul.cmsDownloads > li > a {
  color: #d8a42d;
  font-size: 18px;
}
.detail-gallery-container > div {
  margin-bottom: 30px;
}