/* updated to fix ticket #211299  */
.main-navigation.update-2024 .bottom-row .nav {
  margin-top: 40px;
}
.main-navigation.update-2024 .bottom-row {
  top: unset;
  padding: unset;
}
.main-navigation.update-2024 .logo {
  width: unset;
  top: 45px;
  position: relative;
}
.mobile-logo.update-2024 img {
  height: unset;
}
.testimonial-quote.update-2024:after {
  content: "\201D";
}
.accordion.update-2024 .card-body {
  background-color: #f5f5f5;
}
/* UAT 212669 */
.hero.update-2024 {
  height: unset;
  margin-top: 61px;
}

section.hero.no-image.blue-bar {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .hero.update-2024 {
    padding-top: 0;
    /* UAT 215001 */
    height: unset;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .hero.update-2024 {
    margin-top: 107px;
  }
}

/*  */
/* Ticket #217974  */
@media (min-width: 1200px) {
  body {
    margin-top: 155px !important;
  }
  body.update-2024 {
    margin-top: 109px !important;
  }
}

@media (max-width: 1199px) {
  body {
    margin-top: 85px !important;
  }
  body.update-2024 {
    margin-top: 64px !important;
  }
}

/*  */
a {
  color: #62a8e5;
  text-decoration: underline;
}
.btn {
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.75rem;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.mobile-header {
  padding: 20px 30px 15px 10px;
}

.menuToggle {
  top: -2px;
}

.main-navigation .nav-item a {
  cursor: pointer;
}

.main-navigation .bottom-row .nav li a:not(.dropdown-toggle):hover {
  text-decoration: underline;
}

.text-navy {
  color: #385d7e !important;
}
.text-white {
  color: #ffffff !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.mobile-logo #phone {
  background: url(../images/icon-phone.png) no-repeat 0 center;
  background-size: auto;
  background-size: auto 18px;
}
#phone-mobile {
  float: right;
  position: relative;
  right: 40px;
  padding-left: 15px;
  top: 0;
  text-decoration: none;
  color: #385d7e;
}

.hero {
  padding-top: 10px;
  background-color: unset;
}
.hero img {
  left: 0;
  height: 100%;
  max-height: 350px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.hero-description {
  display: flex;
  z-index: 2;
  height: 322px;
  margin-top: 18px;
  padding-left: 20px;
}
.hero-description h1 {
  font: 600 27px/29px Georgia, serif;
  font-size: 27px;
  line-height: 29px;
  position: unset;
  transform: unset;
  text-shadow: none;
}
.hero-description.text-top {
  align-items: start;
  padding-top: 30px;
}
.hero-description.text-bottom {
  align-items: end;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .hero img {
    max-height: unset;
  }
  .hero-mobile {
    display: none;
  }
  .hero-description {
    padding-left: 0;
    max-width: 280px;
    height: 682px;
    position: absolute;
  }
  .hero-description.text-top {
    padding-top: 100px;
  }
  .hero-description.text-bottom {
    padding-bottom: 100px;
  }
  .hero-description h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .hero-description {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .hero-description {
    max-width: 420px;
  }
  .hero-description h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.cta-form {
  position: relative;
  background: #fff;
  padding: 30px 25px 25px;
  z-index: 3;
  min-height: 500px;
}

.cta-form form .action .form_button_submit {
  background-color: #385d7e;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 16px;
  height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
  margin-bottom: 6px;
}

.cta-form .form_button_submit {
  width: 80%;
}

.cta-form form .action .form_button_submit:hover {
  background-color: #28435b;
}

.cta-form .form_responses select,
.cta-form .form_question input {
  margin: 0 !important;
  height: 40px !important;
}

.cta-form div.form_question {
  margin: 0 0 0.5em 0 !important;
}

.cta-form.wait {
  cursor: wait;
}
.cta-form.wait * {
  cursor: wait !important;
}

.cta-form h3 {
  color: #385d7e;
  font: italic 36px/48px Georgia, serif;
  margin: 0 auto 22px;
  text-align: center;
}
.cta-form p {
  color: #385d7e;
  font: 13px/18px Arial, sans-serif;
  width: 100%;
}

.cta-form .disclaimer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-top: 1em;
  text-align: center;
  font: 0.7em sans-serif;
  color: #385d7e;
}

.cta-form .disclaimer-title {
  text-decoration: underline;
  cursor: pointer;
  color: #0000ee;
}
.cta-form .disclaimer-title:hover + .disclaimer-popup {
  opacity: 1;
  visibility: visible;
}

.cta-form .disclaimer-popup {
  background: #fff;
  right: 1em;
  bottom: 2em;
  width: 98%;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.3);
  padding: 1em;
  position: absolute;
  opacity: 0;
  text-align: left;
  visibility: hidden;
  z-index: 9;
}
.cta-form .disclaimer-popup::before {
  border: 0 solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-left-width: 7px;
  border-right-width: 7px;
  border-top: 5px solid #fff;
  content: "";
  height: 0;
  left: calc(72% + 3.6em);
  position: absolute;
  top: 100%;
  width: 0;
}

.cta-form input[type="email"],
.cta-form input[type="password"],
.cta-form input[type="tel"],
.cta-form input[type="text"],
.cta-form input[type="url"],
.cta-form select {
  border: 1px solid #385d7e;
  height: 42px;
  margin: 0 0 12px;
  padding: 0 16px;
  text-transform: initial;
  appearance: none;
  background: #fff;
  color: #385d7e;
  position: relative;
  z-index: 2;
}

.cta-form input[type="email"]::-webkit-input-placeholder,
.cta-form input[type="password"]::-webkit-input-placeholder,
.cta-form input[type="tel"]::-webkit-input-placeholder,
.cta-form input[type="text"]::-webkit-input-placeholder,
.cta-form input[type="url"]::-webkit-input-placeholder,
.cta-form select::-webkit-input-placeholder {
  color: #385d7e;
  opacity: 1;
  text-transform: initial;
}
.cta-form input[type="email"]::-moz-placeholder,
.cta-form input[type="password"]::-moz-placeholder,
.cta-form input[type="tel"]::-moz-placeholder,
.cta-form input[type="text"]::-moz-placeholder,
.cta-form input[type="url"]::-moz-placeholder,
.cta-form select::-moz-placeholder {
  color: #385d7e;
  opacity: 1;
  text-transform: initial;
}
.cta-form input[type="email"]:-ms-input-placeholder,
.cta-form input[type="password"]:-ms-input-placeholder,
.cta-form input[type="tel"]:-ms-input-placeholder,
.cta-form input[type="text"]:-ms-input-placeholder,
.cta-form input[type="url"]:-ms-input-placeholder,
.cta-form select:-ms-input-placeholder {
  color: #385d7e;
  opacity: 1;
  text-transform: initial;
}
.cta-form input[type="email"]::-ms-input-placeholder,
.cta-form input[type="password"]::-ms-input-placeholder,
.cta-form input[type="tel"]::-ms-input-placeholder,
.cta-form input[type="text"]::-ms-input-placeholder,
.cta-form input[type="url"]::-ms-input-placeholder,
.cta-form select::-ms-input-placeholder {
  color: #385d7e;
  opacity: 1;
  text-transform: initial;
}
.cta-form input[type="email"]::placeholder,
.cta-form input[type="password"]::placeholder,
.cta-form input[type="tel"]::placeholder,
.cta-form input[type="text"]::placeholder,
.cta-form input[type="url"]::placeholder,
.cta-form select::placeholder {
  color: #385d7e;
  opacity: 1;
  text-transform: initial;
}

@media only screen and (max-width: 768px) {
  .cta-form .action .form_button_submit {
    width: 100%;
  }
  .cta-form {
    min-height: 600px;
  }
}

@media (min-width: 768px) {
  .cta-form {
    margin: 0 0 0 auto;
    position: relative;
    max-width: 360px;
    padding: 10px 20px 20px 20px;
    top: 50px;
  }
  .cta-form .select {
    margin: 0 0 15px;
  }
  .cta-form .btn {
    height: 68px;
  }
  .cta-form .disclaimer {
    margin: -10px auto -23px;
  }
  .cta-form .disclaimer-popup {
    bottom: 4em;
  }
}

@media (min-width: 992px) {
  .cta-form {
    max-width: 450px;
    /*     padding: 40px 50px 35px; */
    top: 50px;
  }
  .cta-form label.btn {
    min-width: 9em;
  }
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/* landing footer */
.footer .address {
  font: 14px/20px Arial, sans-serif;
  padding: 25px 0 0;
}
.footer .copy {
  font: 10px/14px Arial, sans-serif;
  padding: 10px 0 0;
  text-transform: uppercase;
}

/* custom paragraphs  */
.custom-white-on-navy,
.custom-white-on-navy * {
  color: #fff !important;
  background-color: #385d7f !important;
}
.custom-navy-on-white,
.custom-navy-on-white * {
  color: #385d7f !important;
  background-color: #fff !important;
}

/* transparent white column grid  */

.trans-white-column {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trans-white-column-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 40px;
}

@media (min-width: 992px) {
  .trans-white-column {
    padding: 105px 0;
  }
  .trans-white-column-content {
    padding: 30px 60px;
  }
}

/* transparent column grid  */
.trans-column {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 0;
  padding: 0 0 34px;
  position: relative;
}
@media (min-width: 768px) {
  .trans-column {
    padding: 40px 0;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .trans-column {
    padding: 174px 0 204px;
  }
}
.trans-column::after {
  background: #385d7e;
  bottom: 0;
  content: "";
  height: 2px;
  left: 9px;
  position: absolute;
  right: 9px;
}
@media (min-width: 768px) {
  .trans-column::after {
    display: none;
  }
}
.trans-column::before {
  background: #000;
  bottom: 0;
  content: "";
  display: none;
  left: 0;
  position: absolute;
  opacity: 0.25;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .trans-column::before {
    display: block;
  }
}
.trans-column .container {
  max-width: 830px;
  position: relative;
  z-index: 4;
}
.trans-column h3,
.trans-column a {
  color: #385d7f;
  margin: 1rem 0 !important;
}

.trans-column p {
  color: #5d5d5d;
}

@media (min-width: 768px) {
  .trans-column h3,
  .trans-column p,
  .trans-column a {
    color: #fff;
  }
}

/* new button styles  */
.btn-sky-blue,
.content .btn-sky-blue {
  background-color: #bfe3ed !important;
  color: #385d7f !important;
}
.btn-sky-blue:hover,
.btn-sky-blue:focus {
  background-color: #385d7f !important;
  color: #fff !important;
}

/* rollover boxes  */
@media (min-width: 992px) {
  .rollover {
    background-position: center 0;
    background-size: cover;
  }
}
.rollover .title {
  background: #fff;
  color: #385d7e;
  margin: 0 0 33px;
  padding: 18px 0;
}
@media (hover: hover) {
  .rollover .title {
    margin: 0 0 60px;
    padding: 72px 0;
  }
}
.rollover-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 6px rgba(19, 19, 20, 0.15);
  box-shadow: 0 0 6px rgba(19, 19, 20, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 20px;
  position: relative;
  text-decoration: none;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 100%;
}

.rollover-item-bg {
  background: #385d7e;
  bottom: 0;
  left: 0;
  opacity: 0.93;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.rollover-item-title {
  -ms-flex-item-align: start;
  align-self: flex-start;
  min-height: 58px;
  cursor: pointer !important;
  margin: unset;
  font-size: 1.125rem;
}

.rollover-item-description,
.rollover-item-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  opacity: 1;
  padding: 15px 60px 15px 17px;
  right: 0;
  top: 0;
  -webkit-transition: 0s;
  transition: 0s;
  width: 100%;
  z-index: 9;
}

.rollover-item-title {
  font-weight: 600;
}
.rollover-item-description p {
  font-weight: 400;
}

@media (min-width: 992px) {
  .rollover-item-title {
    font-weight: 400;
  }
  .rollover-item-description p {
    font-weight: 600;
  }
  .rollover-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 250px;
    padding: 15px 40px;
  }
  .rollover-item:focus,
  .rollover-item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    text-decoration: none;
  }
  .rollover-item:focus .rollover-item-bg,
  .rollover-item:hover .rollover-item-bg {
    background: #385d7e;
    opacity: 0.98;
  }
  .rollover-item:focus .rollover-item-title,
  .rollover-item:hover .rollover-item-title {
    color: #fff;
    opacity: 0;
  }
  .rollover-item:focus .rollover-item-description,
  .rollover-item:hover .rollover-item-description {
    color: #fff;
    opacity: 1;
    z-index: 9;
  }
  .rollover-item-bg {
    background: white;
  }
  .rollover-item-description,
  .rollover-item-title {
    color: #385d7e;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    padding: 15px 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .rollover-item-title {
    cursor: default !important;
    font-size: 1.5rem;
    font-weight: 600 !important;
    align-self: center;
  }
}
.rollover-item-description {
  display: none;
  padding: 0 17px 18px;
  text-transform: initial;
  text-align: left;
  z-index: 8;
  -webkit-transition: 0s;
  transition: 0s;
}
.rollover-item-description a.btn {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .rollover-item-description {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    opacity: 0;
    padding: 15px 40px;
    top: 0;
  }
}
@media (min-width: 992px) and (hover: hover) {
  .rollover-item-description {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.rollover-item a {
  color: #385d7e;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .rollover-item a {
    color: #fff;
  }
}
.rollover-item a:hover {
  text-decoration: none;
}

.rollover-item-toggle {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 8;
}

.rollover-item-toggle:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 900;
  font-size: 1.5em;
  color: #fff;
  z-index: 8;
}

.rollover-item.current .rollover-item-toggle:after {
  content: "\f106";
}

@media (min-width: 992px) {
  .rollover-item-toggle {
    display: none;
  }
}

/* testimonial carousel  */
.testimonial-carousel-wrapper {
  background: #e0eff6;
}
.testimonial-carousel .slide {
  padding: 1em;
}
.testimonial-carousel .slick-dots {
  bottom: -35px;
}
.testimonial-carousel .slick-dots li button::before {
  font-size: 18px;
}
.testimonial-carousel .slick-prev::before,
.testimonial-carousel .slick-next::before {
  font-size: 40px;
  display: block;
}
/* hide prev/next buttons on mobile */
@media (max-width: 650px) {
  .testimonial-carousel .slick-prev::before,
  .testimonial-carousel .slick-next::before {
    display: none;
  }
}
.testimonial-title {
  font-size: 1.75em;
  color: #385d7f;
}
.testimonial-content {
  border-left: 4px solid #62a8e5;
}
.testimonial-quote:before {
  content: "\201C";
}
.testimonial-quote {
  padding-right: 20px;
}

.testimonial-quote-source {
  font-weight: bold;
  margin-bottom: 0 !important;
}
.testimonial-quote-source:before {
  content: "\2014";
}
.testimonial-quote-note {
  font-style: italic;
}

.accordion .btn.accordion-trigger {
  text-transform: unset;
}

/* Copyright fix */
span#directedit a,
span#directedit a:hover,
span#directedit a:active {
  color: rgb(56, 93, 126) !important;
  text-decoration: none !important;
}

/* UAT 218318 */
.trans-column * {
  color: #fff;
}

/* UAT 226825 */
.no-pad-left {
  padding-left: 0 !important;
}

/* White border */
hr.white {
  border-top: 1px solid white;
}
