/* Purple */
/* Purple Alt */
/* Grey */
.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}
body {
  font-family: "Barlow", sans-serif;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
}

h1, h2 {
  font-family: "zag_bold", sans-serif;
  color: #013469;
}

a {
  color: #013469;
  font-weight: 500;
}

.divider {
  display: inline-block;
  width: 200px;
  height: 3px;
  background-color: #013469;
}

.button {
  font-size: 1.25rem;
  padding: .875rem 1.125rem;
}

.button.secondary {
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
}
.button.secondary:hover, .button.secondary:active, .button.secondary:focus {
  color: #FFF;
}

.home {
  font-size: 1.375rem;
}
.home h1 {
  font-family: "zag_bold", sans-serif;
  color: #013469;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.home-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.align-right {
  float: right;
}

.align-left {
  float: left;
}

.search-box {
  margin-top: 41px;
  margin-bottom: 41px;
}
.search-box input[type="text"], .search-box input[type="search"] {
  width: 88%;
  float: left;
  margin-right: 0px;
  height: 45px;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #d0d0d0;
  border-right: 0 none;
}
.search-box input[type="text"]:focus, .search-box input[type="search"]:focus {
  border: 2px solid #013469;
  border-right: 0 none;
}
.search-box input[type="submit"] {
  width: 12%;
  float: left;
  background: #013469;
  border: 0px solid #013469;
  border-radius: 0px;
  height: 45px;
  font-family: 'Font Awesome 5 Pro';
  color: #FFFFFF;
}

.results-heading {
  text-transform: uppercase;
  font-weight: bold;
}
.results-heading span {
  color: #F66B4E;
}

.cahs-panel {
  border: 2px solid #d4d4d4;
  background-color: #F0F0F0;
  padding: 1rem;
  margin-bottom: 1rem;
}
.cahs-panel > * {
  margin: 0;
}

.slick-prev:before, .slick-next:before {
  color: #013469;
  font-size: 30px;
}

.slick-prev {
  left: -10px;
  z-index: 2;
  width: 40px;
  height: 40px;
}

.slick-next {
  right: -10px;
  z-index: 2;
  width: 40px;
  height: 40px;
}

/* FOUNDATION MEDIA QUERIES */
/* Small only */
/* Medium and up */
/* Medium only */
/* Large and up */
/* Large only */
/* HEADER */
.header {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.header__logo {
  width: 165px;
}
.header__utility li {
  display: inline-block;
  margin-left: 2rem;
}
.header__utility li a:not(.button) {
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

/* Main Menu */
.main-menu {
  background-color: #013469;
  color: #FFF;
  /* MOBILE STYLES */
}
.main-menu .drilldown a {
  background: #013469;
}
.main-menu .drilldown .is-drilldown-submenu {
  background: #013469;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #FFF;
}

.drilldown .js-drilldown-back > a::before {
  border-color: transparent #FFF transparent transparent;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  right: 0;
}

.top-bar, .top-bar ul {
  background-color: #013469;
  color: #FFF;
}

.top-bar ul li a {
  color: #FFF;
  font-weight: 600;
  font-size: 1.25rem;
}

.dropdown.menu > li.is-active a {
  color: #FFF;
}

.is-dropdown-submenu {
  border: 0 none;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #FFFFFF transparent transparent;
}

.title-bar {
  background: #013469;
}

/* HOME SLIDER & HOME NEWS */
.slider-news {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* SWIPER STYLES */
.slider-hero-container {
  /*width: 600px;*/
  /*height: 500px;*/
  border-radius: 4px;
  z-index: 0 !important;
  margin-bottom: 1rem;
}

.slider__caption {
  padding: 1rem;
  height: 100%;
  background-color: #013469;
  color: #FFF;
  overflow: hidden;
}
.slider__caption h3 {
  font-family: "zag_bold", sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.slider__caption p {
  margin: 0;
}
.slider__caption .button {
  margin-top: 1rem;
  margin-bottom: 0;
}

/* HOME NEWS LIST */
.home-news__header {
  background-color: #013469;
  color: #fff;
  font-size: 1.75rem;
  font-family: "zag_bold", sans-serif;
  border-radius: 4px;
  overflow: hidden;
  padding: .5rem 2rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.home-news__item h5 {
  font-weight: 700;
  font-size: 1.125rem;
  color: #013469;
}
.home-news__item p {
  font-size: 0.875rem;
}

/* SERVICES SLIDER*/
.services-slider {
  background-color: #EEEEEE;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.services-slider__item {
  padding: 1rem;
  border-radius: 4px;
  background-color: #FFF;
  margin: 0 10px;
}
.services-slider__title {
  font-size: 1.5rem;
  font-family: "zag_bold", sans-serif;
  color: #013469;
  text-transform: uppercase;
  min-height: 4rem;
}
.services-slider__image {
  margin-bottom: 1rem;
  border-radius: 4px;
}
.services-slider__preview-text {
  font-size: 14px;
}
@media screen and (min-width: 40em) {
  .services-slider__preview-text {
    min-height: 7.2rem;
  }
}
.services-slider__button {
  display: block;
  background-color: #013469;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: .875rem 1.125rem;
  font-size: 1rem;
  text-align: center;
  border-radius: 4px;
}
.services-slider__button:hover {
  background-color: #012c59;
  color: #FFF;
}

.services-slider__container {
  visibility: hidden;
}

.services-slider__container.slick-initialized {
  visibility: visible;
}

/* FOOTER */
.footer {
  background-color: #013469;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #FFF;
}
.footer__heading {
  font-family: "zag_bold", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.footer__menu a {
  color: #FFF;
}
.footer__menu a:hover {
  text-decoration: underline;
}

.fa-ul {
  margin-left: 1.5rem;
}

/* SUB FOOTER */
.sub-footer {
  background-color: #7CCCC9;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sub-footer__left {
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #013469;
}
.sub-footer__right {
  font-weight: bold;
  font-size: 1rem;
  color: #013469;
}
@media screen and (min-width: 40em) {
  .sub-footer__right {
    text-align: right;
    font-size: 1.125rem;
  }
}
.sub-footer__right a
a:hover {
  text-decoration: underline;
}

/* BREADCRUMBS */
.bread-crumbs {
  background-color: #EEEEEE;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.breadcrumbs {
  margin: 0;
}

.breadcrumbs a, .breadcrumbs li {
  font-size: 1rem;
  font-weight: bold;
}

/* CONTACT FORM */
.contact-form {
  margin-bottom: 3rem;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #d0d0d0;
}
.contact-form input[type=text]:focus, .contact-form input[type=email]:focus, .contact-form textarea:focus {
  border: 2px solid #013469;
}
.contact-form textarea {
  min-height: 6rem;
}
.contact-form label {
  font-weight: bold;
  color: #333;
}
.contact-form .button {
  font-weight: 600;
  text-transform: uppercase;
}
.contact-form__terms {
  display: block;
  margin-bottom: 1.5rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* Contact Listing */
.contact-listing {
  padding: 20px 0 10px;
  list-style: none;
  margin: 0;
}
.contact-listing li {
  position: relative;
  padding: 0 0 25px 40px;
}
.contact-listing i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 27px;
  color: #F66B4E;
}
.contact-listing__title {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-listing a {
  display: block;
}
.contact-listing a:hover {
  text-decoration: underline;
}
.contact-listing address {
  font-style: normal;
}

/* SERVICES */
.services__logo {
  margin-bottom: 1rem;
}
.services__contact-list li {
  line-height: 2.2;
}
.services__contact-list i {
  color: #013469;
}
.services__google-map-link {
  background-image: linear-gradient(to right, #012c57, rgba(1, 44, 87, 0.6)), url("/_assets/img/map-lines.png");
  background-size: cover;
  background-position: center;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border: 0 none;
}

/*# sourceMappingURL=app.css.map */
