
strong, b { font-family: 'Avenir LT W01_95 Black1475556' !important; }
section p, .subpage-content p { font-family: "Montserrat Regular"; }

.content { min-height: calc(100vh - 155px); position: relative; }     
.home-header .item {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  box-shadow: inset 0 0 0 2000px rgba(41,41,41,0.35) !important;
  min-height: 550px;
}
.home-header .inner-text h1 {
  font-family: 'Avenir LT W01_95 Black1475556' !important;
}
a { font-family: "Montserrat Regular"; }
a:focus-within {
  outline: none;
  text-decoration: none !important;
}
/* Navbar styles ================================= */
#navbar { overflow: hidden; }
.navbar ul li a { font-family: 'Avenir LT W01_95 Black1475556'; }
.navbar .navbar-nav > li > a:hover {
  background: #006E94; }
nav ul li ul {
  position: absolute;
  padding: 0;
  z-index: 5;
  margin-top: 11px; }
nav ul li ul li {
  text-transform: capitalize;
  margin-top: 0; }
nav ul li ul .open {
  background: #00836F !important;
}  
nav ul li ul .open a {
  color: #fff !important;
}
nav ul li ul li .dropdown-menu {
  position: absolute !important;
  /* display: none !important; */
  /* box-shadow: inset 0 0 0 2000px rgba(112,112,112, 0.9) !important; */
  left: 158px;
  top: -2px;
  border-top-left-radius: 0;
  border-top: none !important;
}
/* Nav (3rd Tier Child Pages) */
@media screen and (max-width:991px) {
  nav ul li ul li .dropdown-menu {
    position: relative !important;
    width: 100%;
    left: 0 !important;
  }
}
/*
nav ul li ul li:hover > .dropdown-menu {
  display: block !important;
}
*/

span.arrow {
  display: none; }
.dropdown-menu {
  z-index: 9999999 !important;
}  
/*
.dropdown-menu li a:hover ul {
  display: block !important;
}
*/
@media screen and (max-width: 767px) {
  .navbar-nav {
    margin: 0 -15px !important; }

  nav ul {
    float: none; }

  nav ul li {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0; }

  nav ul li a {
    padding: 20px 0; }

  .navbar-nav > li > a:hover {
    background: #eee; }

  nav ul li .arrow {
    position: absolute;
    display: block;
    right: 5%;
    color: #3a3d3e;
    width: 40px;
    text-align: center;
    top: -8px;
    line-height: 58px; }

  nav ul li ul {
    position: relative !important;
    float: none !important; }

  nav ul li ul li {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0; }

  nav ul li ul li a {
    padding: 5px 0 5px 0; }

  nav ul li:hover > ul {
    display: none; }

  span.arrow {
    display: block; }

  .navbar.navbar-nav > li > a,
  nav ul li ul li a {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .cover {
    position: absolute;
    right: 2%;
    top: 25px; }

  .cover {
    display: block;
    width: 40px;
    height: 40px; }

  .line {
    width: 35px;
    height: 4px;
    background: #000;
    position: relative;
    top: 10px;
    transition: ease; }

  .line::before {
    content: '';
    left: 0;
    width: 35px;
    height: 4px;
    position: absolute;
    top: -10px;
    background-color: #000; }

  .line::after {
    content: '';
    left: 0;
    width: 35px;
    height: 4px;
    position: absolute;
    top: 10px;
    background-color: #000; }

  .line.animate::before {
    -webkit-animation: mymove .5s forwards;
    -moz-animation: mymove .5s forwards;
    -o-animation: mymove .5s forwards;
    animation: mymove .5s forwards; }

  .line.animate::after {
    -webkit-animation: mymove2 .5s forwards;
    -moz-animation: mymove2 .5s forwards;
    -o-animation: mymove2 .5s forwards;
    animation: mymove2 .5s forwards; }

  .line.animate {
    -webkit-animation: mymove3 .2s forwards;
    -moz-animation: mymove3 .2s forwards;
    -o-animation: mymove3 .2s forwards;
    animation: mymove3 .2s forwards; }

  .line.reverse::before {
    -webkit-animation: mymove4 .5s forwards;
    -moz-animation: mymove4 .5s forwards;
    -o-animation: mymove4 .5s forwards;
    animation: mymove4 .5s forwards; }

  .line.reverse::after {
    -webkit-animation: mymove5 .5s forwards;
    -moz-animation: mymove5 .5s forwards;
    -o-animation: mymove5 .5s forwards;
    animation: mymove5 .5s forwards; }

  .line.reverse {
    -webkit-animation: mymove6 .2s forwards;
    -moz-animation: mymove6 .2s forwards;
    -o-animation: mymove6 .2s forwards;
    animation: mymove6 .2s forwards; }

  @keyframes mymove {
    0% {
      top: -15px; }
    50% {
      top: 0; }
    51% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    100% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      top: 0; } }
  @keyframes mymove2 {
    0% {
      top: 15px; }
    50% {
      top: 0; }
    51% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    100% {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      top: 0; } }
  @keyframes mymove3 {
    99% {
      width: 35px; }
    100% {
      width: 0px; } }
  @keyframes mymove4 {
    0% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      top: 0; }
    50% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    51% {
      top: 0; }
    100% {
      top: -10px; } }
  @keyframes mymove5 {
    0% {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      top: 0; }
    50% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    51% {
      top: 0; }
    100% {
      top: 10px; } }
  @keyframes mymove6 {
    0% {
      width: 0px; }
    99% {
      width: 0px; }
    100% {
      width: 35px; } }
  @-webkit-keyframes mymove {
    0% {
      top: -10px; }
    50% {
      top: 0; }
    51% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    100% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      top: 0; } }
  @-webkit-keyframes mymove2 {
    0% {
      top: 10px; }
    50% {
      top: 0; }
    51% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    100% {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      top: 0; } }
  @-webkit-keyframes mymove3 {
    99% {
      width: 35px; }
    100% {
      width: 0px; } }
  @-webkit-keyframes mymove4 {
    0% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      top: 0; }
    50% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    51% {
      top: 0; }
    100% {
      top: -10px; } }
  @-webkit-keyframes mymove5 {
    0% {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      top: 0; }
    50% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg); }
    51% {
      top: 0; }
    100% {
      top: 10px; } }
  @-webkit-keyframes mymove6 {
    0% {
      width: 0px; }
    99% {
      width: 0px; }
    100% {
      width: 35px; } } }
.dropdown-menu {
  padding: 0 !important;
  /* box-shadow: inset 0 0 0 2000px rgba(0, 110, 148, 0.8) !important;  */
  background: #006E94 !important;
}

.dropdown-menu > li > a {
  font-family:"Avenir LT W01_35 Light1475496" !important;
  text-transform: initial !important;
  color: #fff !important;
  transition: 0.3s; }

.dropdown-menu > li > a:hover {
  background: none !important;
  color: #F99D25 !important;
  transition: 0.3s; }

.arrow > .fa {
  transition: .5s ease;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg); }

.arrow.rotate > .fa {
  transition: .5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg); }

/* =============================================== */
.top-nav .container {
  min-height: 115px; }
  .top-nav .container .navbar-brand {
    padding: 40px 10px; }
  .top-nav .container .top-contact {
    float: right;
    padding: 25px 0; }
    .top-nav .container .top-contact a {
      color: #707070;
      font-weight: 600;
      position: relative;
      margin: 0 25px;
      display: inline-block; }
      .top-nav .container .top-contact a .address span {
        display: block; }
      .top-nav .container .top-contact a img {
        position: absolute;
        left: -25px; }
      .top-nav .container .top-contact a .phone {
        top: -8px; }
      .top-nav .container .top-contact a .location {
        top: 4px; }
    .top-nav .container .top-contact a:first-child {
      top: -10px; }
    .top-nav .container .top-contact .quote {
      color: #006E94;
      font-weight: 900;
      font-size: 24px;
      margin-top: 7px;
      margin-left: -50px; }
      .mobile-social {
        display: none; }
      .mobile-social ul li {
        display: inline-block; }
.navbar {
  border-top: 1px solid #D6D6D6 !important;
  border-bottom: 1px solid #D6D6D6 !important;
  min-height: 41px !important;
  margin-bottom: 0 !important; }
  .navbar .open a {
    color: #ffffff !important;
    transition: 0.3s;
    opacity: 0.8; }
  .navbar ul li {
    position: relative; }


.navbar-right {
padding-right: 25px; }
.navbar-right #searchInput {
font-family: "Avenir LT W01_95 Black1475556" !important;
text-transform: capitalize; }
.navbar-right .social a {
padding: 7px 10px;
transition: 0.3s; }
.navbar-right .social a .fa {
  color: #00836F;
  font-size: 20px; }
.navbar-right .social a:hover {
  background-color: #006E94 !important;
  transition: 0.3s; }
.navbar-right .social a:hover > .fa {
  color: #fff;
  transition: 0.3s; }

.nav-social-mobile {
display: none; }

.navbar-right #searchInput {
  letter-spacing: 1px;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  text-decoration: none; }
.navbar-right #searchInput:hover {
  color: #000 !important; }
.navbar-right .social a {
  transition: 0.3s; }
.navbar-right .social a:hover > .fa {
  color: #fff;
  transition: 0.3s; }

/* Site Search */
#searchModal {
  padding-right: 0 !important; 
}
#searchModal .modal-header {
  background: #006E94;
  margin-bottom: 30px;
}
#searchModal .modal-header img {
  width: 60px;
}
#searchModal .modal-header .close {
  color: #fff;
}
#searchModal .current-parent-title {
  color: #006E94;
  font-weight: 900;
  font-size: 1.5em;
  margin: 10px 0;
}
#searchModal .current-parent-title span {
  color: #707070 !important;
}
#searchModal ul {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}
#searchModal ul li {
  padding: 5px 0;
}
#searchModal ul li a {
  color: #707070;
  transition: 0.3s;
}
#searchModal ul li a:hover {
  color: #00836F;
  transition: 0.3s;
  text-decoration: none;
}
#searchModal input#go.form-control {
  font-family: "Montserrat Regular";
}
#searchModal .btn#keywords.btn.btn-default {
  background: #006E94 !important;
  color: #fff !important;
  border: 1px solid #006E94 !important;
  transition: 0.3s;
}
#searchModal .btn#keywords.btn.btn-default:hover {
  transition: 0.3s;
  background: #00836F !important;
}

/* Site Search Results */
.pages-search h2 a, .news-search .post-title a { transition: 0.3s; }
.pages-search h2 a:hover, .news-search .post-title a { transition: 0.3s; text-decoration: none !important; }
.search-for { font-size: 18px; color: #707070; margin-bottom: 40px; padding-bottom: 15px; }
.search-for span, .news-search .time-stamp span { font-family: 'Avenir LT W01_95 Black1475556' !important; }
.news-search .post-title { font-family: 'Avenir LT W01_95 Black1475556' !important; font-weight: 900; font-size: 26px; margin: 25px 0 20px 0; }
.news-search .time-stamp { font-size: 14px; }
.news-search .excerpt { margin: 20px 0; }
.search-category { font-size: 16px; color: #777; margin: 10px 0; }
.search-category span { font-weight: 800; font-style: italic; font-size: 18px; }
.news-search, .pages-search, .public-art-search { margin: 20px 0 }

footer {
  position: relative;
  background-color: #00722D;
  color: #ffffff;
  padding: 35px 0; }
footer .news-letter {
  font-size: 1.2em;
  padding-right: 25px; }
footer .news-letter .input-group {
  margin-top: 30px;
  padding-bottom: 15px;
  width: 100%; }
footer .news-letter .input-group input {
  border-radius: 50px !important;
  height: 45px; }
footer .ftr-col-header {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 15px; }
footer .ftr-col-header:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 12%;
  background-color: #F99D25;
  display: block;
  height: 2px;
  margin-top: 15px; }
footer ul {
  list-style: none;
  padding: 10px 0 0 0; }
footer ul li {
  font-weight: 100;
  margin: 5px 0; }
footer ul li a {
  color: #ffffff;
  font-size: 1.2em;
  transition: 0.3s; }
footer ul li a:hover {
  text-decoration: none;
  color: #F99D25;
  transition: 0.3s; }
footer .ftr-address {
  margin: 15px 0; }
footer .ftr-address p {
  margin: 0;
  font-size: 1.2em;
  font-weight: 100; }
.footer-bottom {
  background-color: #BF910C;
  color: #ffffff;
  padding: 5px 0;
  letter-spacing: 1px; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    -o-transform: translatex(100px);
    transform: translatex(100px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }
@keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    -o-transform: translatex(100px);
    transform: translatex(100px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }
.active .slide-content {
  -webkit-animation-name: fadeInRightSlow;
  -moz-animation-name: fadeInRightSlow;
  -o-animation-name: fadeInRightSlow;
  animation-name: fadeInRightSlow;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-duration: 0.8s;
  animation-delay: 0.8s; }

.active .slide-bg {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration: 1s;
  animation-delay: 1s; }

/* Header Animations */
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    -o-transform: translatex(100px);
    transform: translatex(100px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }
.in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-duration: 0.6s;
  animation-delay: 0.6s; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px); }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0); } }
.in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-duration: 3s;
  animation-delay: 3s; }


.navbar {
  border-top: 1px solid #D6D6D6 !important;
  border-bottom: 3px solid #BF910C !important;
  min-height: 41px !important;
  margin-bottom: 0 !important; }
.navbar .open a {
  color: #ffffff !important;
  transition: 0.3s;
  opacity: 0.8; }
/* Grandchildren Hovers */
.open>.dropdown-menu-gc {
  display: block !important; }
.navbar ul li {
  position: relative; }
.navbar ul li a {
  font-family: 'Avenir LT W01_95 Black1475556';
  color: #707070;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
  line-height: 2.0; }
.navbar ul li a ul {
  height: 0%; }
.navbar ul li a ul li a:hover {
  color: #F99D25 !important; }
.navbar-right {
  padding-right: 25px; }
.navbar-right .social a {
  padding: 7px 10px;
  transition: 0.3s; }
.navbar-right .social a .fa {
  color: #00836F;
  font-size: 20px; }
.navbar-right .social a:hover {
  background-color: #006E94 !important;
  transition: 0.3s; }
.navbar-right .social a:hover > .fa {
  color: #fff;
  transition: 0.3s; }
.nav-social-mobile {
  display: none; }
/* Search Input Style Override */
#searchModal {
  background: #000;
  opacity: 0.85;
}
#searchModal .modal-header, 
#searchModal .modal-content,
#searchModal input,
#searchModal button {
  background: transparent !important;
  border: none;
}
#searchModal .modal-header .close {
  font-size: 40px !important;
  padding-right: 10px;
}
#searchModal .modal-header .close:focus {
  outline: none !important;
}
#searchModal input {
  border-bottom: 1px solid #fff;
  color: #fff !important;
  padding-left: 0;  
  font-family: "Avenir LT W01_55 Roman1475520";
  font-size: 18px;
  border-radius: 0 !important;
}
#searchModal input:focus {
  box-shadow: none !important;
}
#searchModal button {
  color: #fff;
  font-size: 22px;
  transition: 0.3s;
}
#searchModal button:hover {
  color: #777;
  transition: 0.3s;
}



/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1200px; 
  }
  .min-container {
    max-width: 940px; 
  } 
}
.introduction .intro-text {
  font-family:"Montserrat Regular";
  font-size: 1.45em;
  font-weight: 800;
  color: #707070;
  margin: 35px 0; }
.news-section {
  position: relative;
}
.view-all-btn {
  position: absolute;
  right: 0;
  font-family:"Montserrat Regular";
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #006E94;
  transition: 0.3s;
}
.view-all-btn:hover {
  color: #00836F;
  transition: 0.3s;
}

/* Subpages */
.col-img-content img {
	margin: 0 auto;
    display: block;
    padding: 30px 0;
}
.sub-drop-menu {
  display: none;
}
.sub-drop-menu button {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  background: #00836F;
  color: #fff;
  transition: 0.3s;
}
.sub-drop-menu button:hover, .sub-drop-menu button:focus {
  text-decoration: none;
  color: #fff;
  background: #006E94;
  transition: 0.3s;
}
.sub-drop-menu ul {
  padding: 5px 15px !important;
  margin-bottom: 0;
  list-style: none;
}
.sub-drop-menu ul li {
  padding: 5px 0;
}
.sub-drop-menu ul li a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}
.sub-drop-menu ul li a:hover {
  color: #F99D25;
  text-decoration: none;
  transition: 0.3s;
}
/* Subpages Sidebar */
#side-nav ul {
  display: block !important;
  list-style: none;
  padding: 0;
}
.rotate-180 {
  transform: rotate(180deg);
  transition-duration: 0.3s;
}
#side-nav ul .has-children a .dropdown-menu {
  position: relative !important;
}
/* End Subpages Sidebar */
.breadcrumb {
  float: right;
}
.bc_section {
  margin-top: 15px;
}
.breadcrumb {
  background-color: transparent !important;
  padding-left: 0;
}
.breadcrumb li, .breadcrumb li a, .breadcrumb>li+li:before {
  font-size: 14px;
  font-weight: 600;
  color: #00722D !important;
  text-transform: uppercase;
}
.breadcrumb li a:hover {
  text-decoration: underline !important;
}
.breadcrumb>li+li:before {
  padding-left: 10px !important;
}
.breadcrumb .last {
  text-transform: capitalize !important;
}
.subpage-content {
  margin-bottom: 45px;
}
.sidebar-img {
  position: relative;
  margin-bottom: 20px;
}
.sidebar-img img {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.sidbar-img::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
}
.sidbar-img::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
}
.subpage-header { background-repeat: no-repeat !important; background-size: cover !important; background-position: 50% 50% !important; box-shadow: inset 0 0 0 2000px rgba(41, 41, 41, 0.3) !important; min-height: 275px; }
.subpage-header .container { position: relative; }
.sub-title h1 { text-align: center; font-family: "Avenir LT W01_55 Roman1475520"; text-transform: uppercase; font-weight: 800; font-size: 4em; color: #fff; margin-top: -75px; position: absolute; z-index: 5; top: 175px; left: 0; right: 0; bottom: 0; width: 100%; height: 50%; letter-spacing: 1px; }
.subpage-content h1 { font-size: 28px !important; }
.subpage-content h2, .subpage-content h1 { color: #006E94; font-family: 'Avenir LT W01_95 Black1475556' !important; font-weight: 900; font-size: 26px; margin: 25px 0 20px 0; }
.subpage-content h3 { color: #00836F !important; font-family: 'Avenir LT W01_95 Black1475556' !important; font-weight: 900; font-size: 22px; margin: 25px 0 15px 0; } 
.subpage-content p { color: #707070; font-weight: 200; font-size: 18px; font-family: "Montserrat Regular"; margin: 15px 0; line-height: 1.7; }
.subpage-content em { color: #006E94; }
.subpage-content a { color: #00836F; font-weight: 700; }
.subpage-content ul, .subpage-content ol { font-size: 18px; font-weight: 200; font-family: "Montserrat Regular"; color: #707070; line-height: 1.7; margin-bottom: 25px; padding-left: 40px; }
/* Featured Section Block - Content Blocks */
.featured-section-block { background-color: #f6f6f6; margin: 55px 0; }
.featured-section-block .col-md-4 { padding-left: 0; }
.featured-section-block .feat-img-block { background-repeat: no-repeat !important; background-size: cover !important; min-height: 750px; background-position: 100% 40% !important; }
.column-image-row, .column-image-row img { margin: 0 auto; }
.column-image-row .col-res-img { display: none; }
@media screen and (max-width:991px) {
  .sub-title h1 { font-size: 2.2em; }
  .breadcrumb { float: left !important; padding-left: 5px !important; }
  .sub-drop-menu { display: block; }
  .breadcrumb { width: 100%; }
}
@media screen and (max-width:767px) {
  .home-header .inner-text h1 { font-size: 2.5em !important; } 
  .home-header, .home-header .item { min-height: 245px !important; } 
  .quick-links { margin-top: 0 !important; }
  .quick-links .col-md-4 { padding: 0; }
  .quick-links .ql-1, .quick-links .ql-2, .quick-links .ql-3 { margin: 0 !important; min-height: 230px; }
  .quick-links .ql-1 a, .quick-links .ql-2 a, .quick-links .ql-3 a { position: relative !important; padding: 5px 20px !important; bottom: 0 !important; margin: 0 !important; }
  .subpage-header { min-height: 140px !important; }
  .sub-title h1 { top: 130px !important; }
  .column-image-row .col-res-img { display: block; width: 100% !important; margin: 0 auto; padding: 15px 0; }
  .column-image-row .col-sm-4 img { display: none; }
  iframe { height: 400px !important; }
}

.column-image-row a[href=''] {
  display: none;
}
.image-block {
  margin: 30px 35px;
}
.special_formatting ul {
  list-style: none;
}
.pages-carousel {
  background: transparent !important;
  margin: 35px 0;
}
.photo-gallery .owl-nav.disabled+.owl-dots {
  display: none !important;
}
.photo-gallery .item {
  padding: 10px;  
  overflow: hidden;
  height: 185px; 
}
.photo-gallery .item img:hover {
  box-shadow: 5px 5px 5px rgba(136, 136, 136, 0.5);
  transition: 0.3s;
}
.photo-gallery img {
  border-radius: 3px;
  transition: 0.3s;
}
.photo-gallery .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.subpage-content .owl-theme .owl-nav [class*=owl-] {
  margin-top: 20px;
  background: #006E94 !important;
  padding: 10px 15px !important;
  transition: 0.3s;
}
.subpage-content .owl-theme .owl-nav [class*=owl-] .fa {
  font-size: 20px !important;
}
.subpage-content .owl-theme .owl-nav [class*=owl-]:hover {
  background: #00836F !important;
  transition: 0.3s;
}
/* FAQ Section */
.rotate-45 {
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
.faq {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  font-size: 1em;
  transition: 0.4s;
}
.faq-block {
  padding: 5px 10px;
  margin: 15px 0 !important;;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
}
.faq-block .btn {
  white-space: normal !important;
  font-size: 1.125em !important;
  position: relative;
}
.faq-block .btn:hover {
  color: #00836F !important;
}
.faq .fa {
  position: absolute;
  top: 22px;
  right: 15px;
  font-size: 20px;
  color: #006E94 !important;
}
.faq-block .btn.active, .faq-block .btn:active {
  box-shadow: none !important; 
}
.faq-block h2 {
  padding: 20px !important;
  margin: 0 !important;
}
.ex-section {
  margin: 45px 0 15px 0;
  box-shadow: 3px 3px 3px #eee;
}
button.btn.faq {
  padding-left: 0;
  border-radius: 0;
  background: #fff !important;
}
button.btn.faq.active {
  border-radius: 0 ;
}
button.btn.faq.active:focus, button.btn.faq:focus {
  outline: none ;
  box-shadow: none ;
}
.faq-block .faq {
  text-align: left;
}
.faq .fa {
  float: right;
}
.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left: 25px;
}
@media screen and (max-width:991px) {
  .sub-section-header-title {
    text-align: left !important;
  }
  .subpage-content {
    padding: 0 !important;
  }
  .subpage-content img {
    width: 100% !important;
    height: auto !important;
  }
  .featured-section-block .col-md-4 {
    padding-left: 15px;
  }
}

/* Blue Banner - Content Block Field  */
.blue-banner { background: #41bcc5; color: #fff; width: 100%; margin: 30px 0 0; padding: 25px 0; font-family: "Montserrat Regular"; font-size: 2.2em; }
/* Custom Button - Content Block Field */
.custom-btn-outer { margin: 45px 0;  display: block; text-align: center; }
.custom-btn-outer a { font-size: 1.2em; color: #fff; background:#00836F; padding: 5px 15px; border-radius: 3px; transition: 0.3s; }
.custom-btn-outer a:hover { background: #006E94; color: #fff; text-decoration: none; cursor: pointer; transition: 0.3s; }
.custom-btn-outer a:focus { color: #fff; text-decoration: none; }
a:focus { text-decoration: none; color: #fff; }
a:hover { text-decoration: none !important; }
/* Custom Styled Button - Content Block Field */
.dropdown-menu .has-children { position: relative; }
.dropdown-menu .has-children:after { position: absolute; content: '\f105'; font-family: 'FontAwesome'; color: #fff; right: 5px; top: 9px; padding: 0 5px; }
@media screen and (max-width: 991px) {
  .dropdown-menu .has-children:after {
    display: none;
  }
}
.top-nav .container { position: relative; }
.mobile-social { display: none; text-align: center; }
.mobile-social ul { width: 100%; margin-right: 0 !important; padding: 0; margin: 0; }
.mobile-social ul li { display: inline; }
.mobile-social ul li a {
  padding: 9px;
  line-height: 2.5;
  color: #00836F;
  transition: 0.3s;
  font-size: 17px !important;
}
.mobile-social ul li a:hover {
  color: #fff;
  background: #006E94;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .mobile-social {
    display: block;
  }
}

.left-bg-curve, .right-bg-curve {
	position: absolute;
	z-index: -1;
}
.right-bg-curve {
	right: 0px;
    bottom: -35px;
    width: 50%;
}
.left-bg-curve {
	top: -35px;
	width: 14%;
}

/* Scroll to top */
.scrollToTop {
  width: 50px;
  height: 50px;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  background: #BF910C;
  text-align: center;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  border-radius: 4px;
  display: none;
  box-shadow: 0 3px 12px 0 rgba(112, 112, 112 .25);
  transition: 0.3s;
}
.scrollToTop:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.scrollToTop .fa {
  position: relative;
  left: 0;
  right: 0;
  top: -15px;
  font-size: 35px;
}
/* Search Quick Links */
.search-ql {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.search-ql ul {
  margin-top: 20px;
}
.search-ql ul li {
  display: inline-block !important;
}
.search-ql ul li a {
  font-size: 28px !important;
  color: #fff !important;
  padding: 20px;
  transition: 0.3s;
}
.search-ql ul li a:hover {
  color: #00836F !important;
  transition: 0.3s;
}

/* Video Section - Include */
.video-content {
  padding: 40px 0;
}
.video-content .featured-video {
  margin-bottom: 20px;
}