.title i, .title em, .link em, .link i, em, i {
  font-family: inherit;
  font-size: inherit;
}

.glightbox-open {
  height: auto !important;
}

.goverlay {
  background: rgba(10, 21, 31, .92);
}

.glightbox-mobile .goverlay {
  background: rgba(10, 21, 31, 1);
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(168, 134, 13, .8);
}
.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
  background-color: rgba(168, 134, 13, 1);
}

@media (min-width: 769px) {
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(10, 21, 31, .52);
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(10, 21, 31, .92);
  }
}

.glightbox-clean .gslide-description {
  /* background-color: #f6f3e5; */
  background-color: white;
}
.glightbox-mobile .glightbox-container .gslide-description {
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(9,16,22,0)),to(rgba(9,16,22,1)));
  background: linear-gradient(to bottom,rgba(9,16,22,0) 0,rgba(9,16,22,1) 100%);
}

.glightbox-clean .gslide-title {
  font-family: Adobe Caslon pro,Georgia,Times,serif!important;
  font-weight: 400!important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .5px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #a8860d;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #a8860d;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.glightbox-clean .gdesc-inner {
  padding: 20px 20px 15px;
}

.glightbox-clean .gslide-desc {
  font-family: Adobe Caslon pro,Georgia,Times,serif!important;
  font-weight: 400!important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #142d41;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: white;
  font-size: 2.3rem;
}

.gform_wrapper .gfield_validation_message, 
.gform_legacy_markup_wrapper .field_sublabel_above .gfield_description,
.gform_wrapper .validation_message {
  background-color: transparent !important;
  border: 0 !important;
  color: #790000 !important;
}

.gform_wrapper div.validation_error {
  background-color: transparent !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
}

.gform_wrapper .gform_validation_errors>h2 {
  color: #790000 !important;
}

/* CARD HIGHLIGHT */
.page-body.bg-grey {
  background-color: #F7F7F7;
}

.page-body.bg-secondary {
  background-color: #142d41;
}

.card-highlight-wrap {
  height: 100%;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, #102333 13.23%, rgba(20, 45, 65, 0) 129.91%), linear-gradient(0deg, rgba(21, 46, 64, 0.3), rgba(21, 46, 64, 0.3)), var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3.5rem 3rem 1.5rem;
  border-top: 3px solid #a8860d;
}

.card-highlight-wrap p {
  max-width: 230px;
}

.card-highlight-wrap .button-stroke {
  border-top-color: #fff;
}

@media (max-width: 500px) {
  .card-highlight-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 250px;
  }
}

/* END CARD CTA */

.page-body.p-b-med {
  padding-bottom: 3rem;
}


.slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.slider-arrows.hide-on-desktop {
  display: none;
}

@media (max-width: 899px) {
  .slider-arrows.hide-on-desktop {
    display: block;
  }
}
