body {
  color: #373433;
  --bs-link-color: #373433;
  --bs-link-hover-color: #373433;
  font-size: 16px !important;
  line-height: 22px !important;
   overflow-x: hidden;
}

.row {
  --bs-gutter-y: 30px;
}

body p {
  font-size: 16px;
  line-height: 22px;
}

body small {
  line-height: 22px;
  font-size: 13px;
}

body main a {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-decoration: underline;
}

body .ul-border {
  padding-left: 10px;
  padding-bottom: 18px;
  margin: 0 auto;
}

body .ul-border li {
  padding: 5px 10px 5px 23px;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  margin-left: 7px;
}

body h3 {
  color: #373433;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 8px;
}

.header__nav__trailing-text p a {
  font-size: 24px; line-height: 33px
}

body .block-1 {
  padding-top: 20px;
  text-align: center;
}

body .block-1 .header-1 .title {
  text-align: center;
    font-size: 28px;
    color: #373433;
    font-weight: bold;
    line-height: 30px;
}

body .block-1 h3 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 22px;
}

body .block-2 h3 {
  padding-bottom: 10px;
}

body .block-4 {
  padding: 50px 20px 50px 20px;
  border: solid 2px #2FCFA0;
}

body .block-4 h3 {
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  margin-bottom: 10px;
}

body .block-4 a {
  font-size: 36px;
  line-height: 43px;
}

body .block-6 {
  background: #D5F5EC;
  padding: 50px 20px 50px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

body .block-6 img {
  margin-right: 30px;
}

body .EPiServerForms {
  background: #fffefe;
  padding: 15px;
  padding-bottom: 32px;
  border-radius: 10px;
  position: relative;
}

@media (min-width: 576px){
  .formcontainerblock {
    width: 100%;
    padding: 0;
  }
}

body .EPiServerForms .Form__Status:has(.hide) {
  display: none;
}

body .EPiServerForms .Form__Element .Form__Element__Caption {
  min-width: 0;
}

body .EPiServerForms .FormTextbox .FormTextbox__Input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 2px;
}

body .EPiServerForms .FormSubmitButton {
  outline: none;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  margin: 40px auto 20px !important;
  background: #373433;
  color: #fff;
  font-family: 'Just Sans Web';
  font-size: 16px;
  line-height: 22px;
  display: block;
  font-weight: bold;

}

body .EPiServerForms .field-set-block {
  margin-bottom: 0;
}

body .EPiServerForms .field-set-block fieldset>div {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

body .EPiServerForms .field-set-block fieldset>div .block {
  width: auto;
  flex: 1;
}

p:has(#emailHelp) {
  padding-right: 15px;
}

body .EPiServerForms .Form__Element {
  margin: 0 0 8px 0;
}

body .EPiServerForms .FormTextbox .FormTextbox__Input {
  margin-top: 8px;
}

@media (min-width: 1150px) {
  .hero-section {
    min-height: 600px;
  }
}

.hero-section {
  background-color: #373433;
  padding: 20px 0px;
}
.hero-section-lower {
  background-color: #2fcfa0;
  padding: 20px 0px;
}

@media (min-width: 576px){
  .hero-section{
    background: url(/globalassets/microsite/which-dr/hero-banner-image-placeholder-no-copy.png);
    background-size: cover;
    background-position: right bottom;
  }
}

.trustpilot-widget {
  padding: 20px 0px 0px 20px !important;
}

.hero-headline {
  padding-left: 20px;
  letter-spacing: 1.11px;
  line-height: 5rem;
  
}

.EPiServerForms .Form__Element .Form__Element__ValidationError {
font-size: 13px;
margin-top: 4px;
color: #dc3545;
}

.Form__Title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-family: Just Script Web;
}


.Form__Description {
  font-size: 13px;

}

@media (min-width: 1100px){
  .section-wrapper .htmlblock{
    padding: 0;
  }
  
  .section-wrapper .formcontainerblock{
    padding: 0;
  }
}


body main .container {
  max-width: 1020px;
}


.button-primary{
  outline: none;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  background: #373433;
  color: #fff;
  font-family: 'Just Sans Web';
  font-size: 16px;
  line-height: 22px;
  display: block;
  width: fit-content;
  text-decoration: none;
  margin: 20px;
}

.button-primary:hover{
  color: white;
}

.button-secondary{
  outline: none;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  background: #373433;
  color: #fff;
  font-family: 'Just Sans Web';
  font-size: 16px;
  line-height: 22px;
  display: block;
  width: fit-content;
  text-decoration: none;
  margin: 0 auto;
}

.button-secondary:hover{
  color: white;
}

form .fa-info-circle{
  display: none;
}

[id^=form-anchor] {
  position: absolute;
  top: 0;
  transform: translateY(-25vh);
}


.icon-text-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.icon-text-block {
  border: 2px solid #2FCFA0;
  border-radius: 35px;
  width: 250px;
  padding: 20px;
  text-align: center;
  font-family: 'Just Sans Web';
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  flex: 1 1 250px;
}

.icon {
  font-size: 48px;
  margin-bottom: 10px;
}

.heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.bullet-points {
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.icon img {
  width: 60px; /* Adjust size as needed */
  height: auto;
  margin-bottom: 10px;
}




.icon-text-container-2 {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
  overflow-x: auto;
}

.icon-text-block-2 {
  border: 2px solid #2fcfa0;
  border-radius: 35px;
  width: 205px;
  height: 320px;
  padding: 20px;
  text-align: center;
  font-family: 'Just Sans Web';
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Responsive layout for tablets and mobiles */
@media (max-width: 768px) {
  .icon-text-container-2 {
    flex-direction: column;
    align-items: center;
    overflow-x: unset;
  }

  .icon-text-block-2 {
    width: 90%; /* Full width with some margin */
    max-width: 300px;
    margin-bottom: 20px;
  }
}

.icon-2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.heading-2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.bullet-points-2 {
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.icon-2 img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}


.video-block {
  border: 1px solid #2fcfa0;
  padding: 20px;
  background-color: #f1f1f1;
}
.video-block.video-block.sea-foam {
  border: 1px solid #2fcfa0;
}
.video-block.video-block.sea-foam .video-block__text-wrapper h1,
.video-block.video-block.sea-foam .video-block__text-wrapper h2,
.video-block.video-block.sea-foam .video-block__text-wrapper h3,
.video-block.video-block.sea-foam .video-block__text-wrapper h4,
.video-block.video-block.sea-foam .video-block__text-wrapper h5,
.video-block.video-block.sea-foam .video-block__text-wrapper h6,
.video-block.video-block.sea-foam .video-block__text-wrapper a {
  color: #373433;
}
.video-block.video-block.sea-foam .video-block__text-wrapper > a {
  border: 2px solid #2fcfa0;
  padding: 7px 12px;
  border-radius: 7px;
  color: #373433;
  --bs-link-hover-color: #373433;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  line-height: initial;
  background: #fff;
  transition: background 0.3s;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.video-block.video-block.sea-foam .video-block__text-wrapper > a:hover {
  background: #f1f1f1;
  color: #fff;
  text-decoration: none;
}
.video-block.video-block.sea-foam .video-block__text-wrapper ul li::marker {
  color: #2fcfa0;
}
.video-block.video-block.sea-foam .video-block__image:after {
  background-image: url("/Static/Shared/img/sea-foam/play-icon.png");
}
.video-block--top {
  display: flex;
  flex-direction: column-reverse;
}
.video-block--top .video-block__text-wrapper {
  margin-top: 0px;
}
.video-block--top .video-block__image {
  margin-top: 30px;
}
.video-block__image {
  width: 100%;
  height: auto;
  position: relative;
}
.video-block__image:after {
  content: "";
  background-image: url("/Static/Shared/img/coral/play-icon.png");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 107px;
  height: 100px;
  background-size: contain;
}
.video-block__image__background {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.video-block__image:hover {
  cursor: pointer;
}
.video-block__text-wrapper {
  margin-top: 30px;
}
.video-block__text-wrapper > a {
  margin-top: 20px;
  margin-left: auto;
  border: 2px solid #2fcfa0;
  padding: 7px 12px;
  border-radius: 7px;
  color: #373433;
  --bs-link-hover-color: #373433;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  line-height: initial;
  background: #fff;
  transition: background 0.3s;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.video-block__text-wrapper > a:hover {
  background: #f1f1f1;
  color: #fff;
  text-decoration: none;
}
.video-block .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 196px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-block .wrapper .play-button {
  width: 59px;
  height: 59px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.video-block .wrapper .play-button:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.video-block #media-player {
  background-color: #373433;
  position: fixed;
  z-index: 4000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-block #media-player img {
  width: 40px;
  height: 40px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.video-block #media-player .app-video-close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 4200;
  cursor: pointer;
}
.video-block #media-player .app-video-close-btn:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.video-block #media-player .app-media-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: calc(100vh - 80px);
  margin-top: 80px;
}
@media (min-width: 768px) {
  .video-block {
    display: flex;
    gap: 40px;
  }
  .video-block--left {
    flex-direction: row-reverse;
  }
  .video-block--alt {
    background-color: #2fcfa0;
  }
  .video-block--top {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .video-block--bottom {
    flex-direction: column;
    gap: 15px;
  }
  .video-block__image {
    width: 50%;
    min-width: calc(50% - 90px);
    max-height: initial;
    margin-left: auto;
    margin-right: auto;
  }
  .video-block__text-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
}



.retirement-layout {
  margin: 20px;
  font-family: Arial, sans-serif;
}

.retirement-layout .retirement-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.retirement-layout .retirement-block {
  border: 1px solid #2fcfa0;
  border-radius: 35px;
  padding: 20px;
  width: calc(50% - 10px); /* Ensures two blocks fit side-by-side with gap */
  box-sizing: border-box;
}

.retirement-layout h5 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.retirement-layout ul {
  padding-left: 20px;
  text-align: center;
}

.retirement-layout li {
  margin-bottom: 10px;
  text-align: center;
}

/* Stack blocks below 1120px */
@media (max-width: 1120px) {
  .retirement-layout .retirement-block {
    width: 100%;
  }
}

.sea-foam-light-background::after{
    content: "";
    height: 100%;
    display: block;
    width: 200vw;
    position: absolute;
    top: 0;
    transform: translateX(-50vw);
    z-index: -1;
    background-color: #2FCFA0;
    
}

.sea-foam-light-background{
  position: relative !important;
  overflow: visible !important;
}


.image-container {
  display: flex;
  justify-content: center;;
  align-items: flex-start; /* Align tops of images */
  gap: 80px; /* Adjust spacing between images */
  width: 100%; /* Container can expand as needed */
  margin: 0 auto;
  Padding-top:20px;
  Padding-bottom: 20px;
}

.image-block {
  text-align: center;
}

.image-block img {
  display: block;
  margin: 0 auto;
}

.image-block.square img {
  width: 140px;
  height: 140px;
}

.image-block.rectangle img {
  width: 190px;
  height: 140px;
}

.image-caption {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}


.two-column-block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px; /* Adjust spacing between columns */
}

.column {
  text-align: center;
}

.column img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.column p {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.hero-banner {
  position: relative
}

.hero-banner__content__upper {
  background: #373433;
  padding: 2.7777777778rem 0
}

.hero-banner__content__upper__title+.rich-text-editor {
  margin-top: 1.6666666667rem
}

.hero-banner__content__upper__title--coral-bg {
  color: #ff7d7d
}

.hero-banner__content__upper__title--seafoam-bg {
  color: #2fcfa0
}

.hero-banner__content__upper__title--lavender-bg {
  color: #c489dc
}

.hero-banner__content__upper__title--tangerine-bg {
  color: #ff9c54
}

.hero-banner__content__upper .rich-text-editor,.hero-banner__content__upper__title--mercer-bg {
  color: #fff
}

.hero-banner__content__lower {
  padding: 2.2222222222rem 0
}

.hero-banner__content__lower--coral-bg {
  background: #ff7d7d
}

.hero-banner__content__lower--seafoam-bg {
  background: #2fcfa0
}

.hero-banner__content__lower--lavender-bg {
  background: #c489dc
}

.hero-banner__content__lower--tangerine-bg {
  background: #ff9c54
}

.hero-banner__content__lower--mercer-bg {
  background: transparent linear-gradient(90deg,#009de0,#ee3d8b)
}

.hero-banner__content__lower--mercer-bg .btn {
  --bs-btn-border-color: #fff;
  --bs-btn-color: #005a8d
}

.hero-banner__content__lower--mercer-bg .rich-text-editor {
  color: #fff
}

.hero-banner__content__lower .rich-text-editor+.hero-banner__content__lower__buttons {
  margin-top: 1.6666666667rem
}

.hero-banner__image {
  display: none
}

@media (min-width: 992px) {
  .hero-banner__content__upper {
      padding:8.3333333333rem 0 3.3333333333rem;
      position: relative
  }

  .hero-banner__content__upper .rich-text-editor,.hero-banner__content__upper__title {
      padding-right: .8333333333rem;
      width: 50%
  }

  .hero-banner__content__lower {
      padding: 3.3333333333rem 0 5rem
  }

  .hero-banner__content__lower .rich-text-editor,.hero-banner__content__lower__buttons {
      padding-right: .8333333333rem;
      width: 50%
  }

  .hero-banner__content__lower--coral-bg {
      background: #ff7d7d
  }

  .hero-banner__content__lower--seafoam-bg {
      background: #2fcfa0
  }

  .hero-banner__content__lower--lavender-bg {
      background: #c489dc
  }

  .hero-banner__content__lower--tangerine-bg {
      background: #ff9c54
  }

  .hero-banner__content__lower--mercer-bg {
      background: transparent linear-gradient(90deg,#009de0,#ee3d8b)
  }

  .hero-banner__image {
      bottom: 0;
      display: block;
      height: 100%;
      left: calc(50% + 50px);
      max-width: 596px;
      position: absolute;
      width: calc(50% - 85px)
  }

  .hero-banner__image__curve {
      height: 100%;
      mask: url(/globalassets/microsite/which-dr/hero-banner/hero_home_image_cut.svg);
      mask-position: 0 2px;
      mask-repeat: no-repeat;
      width: 100%
  }

  .hero-banner__image__curve img {
      height: 100%;
      object-fit: cover;
      width: 100%
  }
}

main{
  overflow-x: hidden
}