.accordion__content-inner .inner ul {
  margin-bottom: 30px;
  list-style:none;
  
}

.accordion__content-inner .inner ul li {
  font-size: 16px;
  padding-left:16px;
  
 
}

.accordion__content-inner .inner ul li:before {
 background:#000;
 left:0;
}



.tabs-inner-wrapper {
  display: flex;
  padding-bottom: 20px;
}

.tabs__navigation.tabs__navigation--alt {
  max-width: 100vw;
  overflow-x: scroll;
  position: relative;
  -ms-overflow-style: none;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .tabs__navigation.tabs__navigation--alt {
    margin-left: 20px;
  }
}

.tabs__navigation.tabs__navigation--alt::-webkit-scrollbar {
  height: 3px;
}

.tabs__navigation.tabs__navigation--alt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.tabs__navigation.tabs__navigation--alt::-webkit-scrollbar-thumb {
  height: 3px;
  background-color: #91b9bd82;
}

.tabs__navigation.tabs__navigation--alt::-webkit-scrollbar-thumb:hover {
  background-color: #618588;
}

.pseduo-track {
  background-color: #dadadabc;
  height: 3px;
  width: 100%;
  position: relative;
  top: -4px;
  z-index: -10;
}

.quoteLoop .quote {
  display: none;
  transition: all 0.5s 0.2s ease-in-out;
  min-height: 500px;
}
.page-strip-padding-bottom {
  padding-bottom: 60px;
}
.news-events-new-title {
  margin-bottom: 60px;
}

/* iframe {
  height: 90vh !important;
} */

.ss-button-submit {
  background-color: #0a3282 !important;
  color: #fff !important;
  color: none !important;
}

/* The Modal (background) */
.modal.survey {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */

  height: 100%; /* Full height */
  /* overflow: auto; */
  background-color: rgba(0, 0, 0, 0.3); /* Black w/ opacity */
}

/* Modal Content */
.modal.survey .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  max-width: 600px;

  max-height: calc(100vh - 50px);
  margin: 0 auto;
  overflow-y: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

#myBtn:focus {
  color: #fff;
}
#myModal .modal-body {
  background-color: #fff;
}
#myModal iframe {
  overflow-y: scroll;
  height: 75vh !important;
  text-align: justify;
}
#myModal iframe::-webkit-scrollbar {
  width: 5px;
}
#myModal iframe::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
#myModal iframe::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgb(255, 255, 255);
  border-radius: 5px;
}

/* The Close Button */
.modal.survey .close {
  position: absolute;
  top: 0;
  right: 25px;
  cursor: pointer;
  /* width: 15px;
  height: 15px; */
  font-size: 24px;
  /* font-weight: bold; */
  color: #01a4b0;
}

.modal.survey .close:hover,
.modal.survey .close:focus {
  color: #01a4b0;
  text-decoration: none;
  cursor: pointer;
}
/* .modal.survey .modal-header {
  display: none;
} */

.modal.survey .modal-header {
  padding: 2px 16px;
  background-color: #ffff;
  color: white;
  display: none;
}
/* #modalSubscribe.modal.survey .modal-header {
  padding: 2px 16px;
  background-color: #ffff;
  color: white;
  display: block;
  position: relative;
} */
.modal.survey .modal-body {
}
.modal.survey .modal-body .CustomContainer::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.modal.survey .modal-body .CustomContainer::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.modal.survey .modal-body .CustomContainer::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.exit-intent-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.3);
  transform: translateY(60%) scale(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.exit-intent-popup.visible {
  transform: translateY(0) scale(1);
}

.exit-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Popup-specific styles */
.exit-card {
  background: #fff;
  color: #004a99;
  padding: 2rem;
  max-width: 600px;
  width: 90%;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.exit-card h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.exit-card .btn-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}
.exit-card .btn-container .btn {
  background-color: #00a4b0;
  color: #fff;
  height: 52px;
  padding: 20px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  cursor: pointer;
}
.exit-card .btn-container .btn.modal-btn-BO {
  background-color: #fff;
  color: #01a4b0;
  border: 1px solid #01a4b0;
}

@media only screen and (max-width: 768px) {
  .exit-card .btn-container {
    display: block;
  }
  .exit-card .btn-container .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}

.exit-card .close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  /* width: 10px;
  height: 10px; */
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* #modalSubscribe .modal-body {
  padding: 30px 15px;
} */
.subscribe-form {
  padding: 2rem 4rem 2rem 2rem;
  background-color: #ffffff;
  color: #0a3282;
}
.subscribe-form table.nw-form input {
  margin-bottom: 20px;
  border: 1px solid #004a99;
  color: #0a3282;
  background-color: #ffffff;
}
.subscribe-form table.nw-form input:focus,
.subscribe-form table.nw-form input:focus-visible {
  border-color: #004a99;
  color: #0a3282;
  outline: none;
}
.subscribe-form table.nw-form input.button {
  border: none;
  background-color: #00a4b0;
  color: #fff !important;
  margin-top: 30px;
}
.subscribe-form .nw-form-display-title {
  padding-bottom: 30px;
}
.subscribe-form table.nw-form h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: normal;
}
@media only screen and (max-width: 500px) {
  .subscribe-form table.nw-form h3 {
    font-size: 24px;
  }
}
.nw-form-fieldset {
  border: none;
}

.inner blockquote span {
  display: block;
}

span.required {
  color: ##0a3282;
}

.page-strip--sticky {
  z-index: 1;
}

.survey-block {
  background-color: #00a4b0;
  padding: 50px 0;
  position: relative;
}

.survey-block .quicklink__link {
  margin-bottom: 0;
  font-weight: 700;
  align-items: start;
}

.survey-block .quicklink__link .text-content {
  margin-right: 20px;
}

.survey-block .quicklink__link span {
  color: #fff;
  display: block;
}

.survey-block .quicklink__text__description {
  color: #fff;
  font-weight: 600;
}

.survey-block .survey-graphic.footer__graphic {
  display: block !important;
}

.modal-body {
  background-color: #fff;
}

.modal-body td .banner__cta {
  background-color: #fff;
  color: #00a4b0;
}

#exitModal iframe {
  height: 80vh !important;
  max-height: 850px;
}

iframe body {
  background-color: #fff !important;
}

.header-dropdown__item{
  ul{
    padding-top: 5px;
    
    li{
      list-style-type:disc;
      margin-left: 1rem;
      color: #fff;

      @media only screen and (min-width: 1024px) {
        color: #121212;
      }
      
      a{
        display:inline-block;
        font-weight:normal;
        
        
        min-height:25px;
        
      }

    }
  }
}

@media only screen and (min-width: 1024px) {
    .inner--image-pair figure {
        height: 242px;
        
    }
}
