html,
body {
  margin: 0;
  min-height: 100%;
  background: #fff;
}

body {
  font-family: "Open Sans", Arial, sans-serif !important;
  font-weight: 200 !important;
  font-size: 18px !important;
  color: #666;
}

body.wpex-responsive .container,
body.wpex-responsive .vc_row-fluid.container {
  max-width: 60%;
}

#top-bar-wrap {
  background-color: #6688aa;
  border-color: #00355f;
  color: #fff;
}

#top-bar-content strong { color: #fff; }
#top-bar-content a { color: #00355f; }
#top-bar-content a:hover,
#top-bar-social-alt a:hover { color: #eeee22; }

#top-bar {
  padding-top: 5px;
  padding-bottom: 5px;
}

#site-header {
  background-image: url("/assets/headerbg.jpg");
  background-repeat: repeat;
}

#site-header #site-header-inner,
#site-header.overlay-header #site-header-inner {
  padding-top: 5px;
  padding-bottom: 5px;
}

#site-logo { padding-top: 5px; }

#site-navigation-wrap,
#site-navigation-sticky-wrapper.is-sticky #site-navigation-wrap {
  background-color: #00355f;
  border-color: #7694b4;
}

#site-navigation > ul li,
#site-navigation a,
#site-navigation button,
#site-navigation ul,
#site-navigation,
.navbar-style-six #site-navigation { border-color: #7694b4; }

#site-navigation .dropdown-menu > li > a,
#site-navigation .dropdown-menu > li > button { color: #fff; }

#site-navigation .dropdown-menu > li > a:hover,
#site-navigation .dropdown-menu > li > button:hover { color: #eeee22; }

#site-navigation .dropdown-menu > .current-menu-item > a { color: #94a3b5; }

.site-search-toggle {
  appearance: none;
  background: transparent;
  border-style: solid;
  border-width: 0 1px 0 0;
  cursor: pointer;
  display: block;
  font: inherit;
  line-height: inherit;
  min-height: 50px;
  padding: 0 20px;
}

#searchform-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

.restored-slider {
  height: 550px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.restored-slider img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  transition: opacity 300ms ease;
  width: 100%;
}

.restored-slider img.is-active { opacity: 1; }

.home-content-wrap { min-height: 184px; }
.home-content-wrap #primary { padding-bottom: 0; }

.home-copy {
  padding-top: 55px;
  padding-bottom: 20px;
}

.page-header { min-height: 82px; }

.page-header-title {
  font-size: 29.07px !important;
  line-height: 40.698px !important;
}

#footer-bottom {
  background: #00355f;
  color: #fff;
}

#footer-bottom p,
#copyright { color: #fff; }
#copyright { font-size: 12px; }
#footer-bottom a { color: #6f90b1; }
#footer-bottom a:hover { color: #eeee22; }

.mobile-menu-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}

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

@media (max-width: 959px) {
  body.wpex-responsive .container,
  body.wpex-responsive .vc_row-fluid.container { max-width: 90%; }

  #site-navigation-wrap { display: none; }
  #mobile-menu { display: block !important; }

  .restored-mobile-nav {
    background: #00355f;
    display: block;
  }

  .restored-mobile-nav a {
    border-bottom: 1px solid #7694b4;
    color: #fff;
    display: block;
    padding: 12px 5%;
  }

  .restored-mobile-nav a[aria-current="page"] { color: #94a3b5; }

  .restored-slider {
    height: min(550px, 47vw);
    min-height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .restored-slider img { transition: none; }
}
