/***** FONTS *****/

div[role="main"].container-fluid .richtext h1 {
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
  font-family: BentonSans;
  color: #173CA8;
}

div[role="main"].container-fluid .richtext h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  font-family: BentonSans;
  color: #173CA8;
}

div[role="main"].container-fluid .richtext h3 {
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  font-family: BentonSans;
  color: #173CA8;
}

div[role="main"].container-fluid .richtext h4 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 300;
  font-family: BentonSans;
  color: #173CA8;
}

/* Body Text */
div[role="main"].container-fluid .richtext p {
  font-size: 20px;
  line-height: 150%;
  color: #000000;
}

.vd--breadcrumps li .breadcrumb-item {
  text-decoration: none;
}

/* Links Text */
.richtext a,
.richtext a:link,
.richtext a:visited,
.richtext a:active
{
  font-size: 20px !important;
  color: #173CA8 !important;
}

.richtext a:hover,
.richtext a:focus
{
  font-size: 20px !important;
  color: #B6281D !important;
}

@media (max-width: 768px) {
  div[role="main"].container-fluid .richtext h1 {
    font-size: 36px;
    line-height: 120%;
  }

  div[role="main"].container-fluid .richtext h2 {
    font-size: 32px;
    line-height: 120%;
  }

  div[role="main"].container-fluid .richtext h3 {
    font-size: 24px;
    line-height: 150%;
  }

  div[role="main"].container-fluid .richtext p {
    font-size: 16px;
    line-height: 150%;
  }
}

/***** PADDING ADJUSTMENTS *****/

.container {
  padding: 0;
  max-width: 1220px;
}

.row.pad-3-t.pad-3-b {
padding: 0 !important;
}

/***** COLORS *****/

.vd--bg-pb-blue {
  background-color: #173CA8;
}

.vd--bg-pb-light-blue {
  background-color: #CCE6FF;
}

section:has(> :first-child.vd--bg-pb-light-blue) {
  background-color: #CCE6FF;
}

/***** SECTIONS *****/

.vd--section {
  padding: 80px 0;
}

.vd--section > .container > .row > .col-md-12 > div {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.vd--text > .container > .row > .col-md-12 > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 768px) {
  .aem-GridColumn > section > div > .container {
    padding: 0 12px;
  }

  .vd--section {
    padding: 40px 0;
  }
}

/***** HERO *****/

.vd--hero {
  padding: 120px 0;
}

.vd--hero .col-md-12 > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 768px) {
  .vd--hero {
    padding: 120px 0;
  }

  .vd--hero > .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .vd--hero .richtext p {
    font-size: 16px;
    line-height: 24px;
  }

  .vd--hero .richtext h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}


/***** CARDS *****/

.vd--cards-wrapper > .container > .row > .col-md-12 > div {
  display: flex;
  align-items: stretch;
  gap: 40px;
}

.vd--cards-wrapper > .container > .row > .col-md-12 > div > .grid {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}

.vd--cards-wrapper > .container > .row > .col-md-12 > div > .grid:has(.vd--card-max-width-378) {
  max-width: 378px;
}

.vd--cards-wrapper > .container > .row > .col-md-12 > div > .grid {
  width: 100%;
  border-radius: 12px;
  overflow: visible;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.vd--cards-wrapper > .container > .row > .col-md-12 > div > .grid > section,
.vd--cards-wrapper > .container > .row > .col-md-12 > div > .grid > section > .vd--card {
  border-radius: 12px;
  overflow: hidden;
}

.vd--card > .container > .row > .col-md-12 > div {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 24px 20px 48px;
}

.vd--card .image img {
  width: 48px;
  height: 48px;
}

.vd--card-text > .container > .row > .col-md-12 > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vd--card-text-padding-m > .container > .row > .col-md-12 > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vd--card-text-padding-m .richtext p {
  font-size: 16px !important;
}

.vd--card-text-padding-m li {
  margin-top: 8px;
  font-size: 16px !important;
}

@media (max-width: 768px) {
  .vd--cards-wrapper > .container > .row > .col-md-12 > div {
    flex-direction: column;
    gap: 24px;
  }

  .vd--cards-wrapper > .container > .row > .col-md-12 > div > .grid {
    flex: none;
    width: 100%;
    height: auto;
  }
}

/***** SITE NAV *****/

.vd--site-nav .col-md-12 > div {
  display: flex;
  gap: 2rem;
  padding-top: 12px;
  padding-bottom: 12px;
  flex-wrap: wrap;
}

.vd--site-nav .col-md-12 > div .richtext a,
.vd--site-nav .col-md-12 > div .richtext a:link,
.vd--site-nav .col-md-12 > div .richtext a:visited,
.vd--site-nav .col-md-12 > div .richtext a:active {
  font-size: 16px !important;
  color: #000000 !important;
  text-decoration: none !important;
}

.vd--site-nav .col-md-12 > div .richtext a:hover,
.vd--site-nav .col-md-12 > div .richtext a:focus {
  font-size: 16px !important;
  color: #000000 !important;
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  .vd--site-nav .col-md-12 > div {
    gap: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }
  .vd--site-nav .col-md-12 > div::-webkit-scrollbar {
    display: none; /* WebKit */
  }
  .vd--site-nav .col-md-12 > div > .richtext {
    flex: 0 0 auto; /* prevent shrinking so items can scroll */
  }
  .vd--site-nav .col-md-12 > div a {
    white-space: nowrap; /* avoid wrapping labels */
  }

  .vd--site-nav > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .vd--site-nav > .container > .row > .col-md-12 > div > :first-child {
    margin-left: 12px;
  }
  
  .vd--site-nav > .container > .row > .col-md-12 > div > :last-child {
    margin-right: 12px;
  }
}
/***** PB CROSS SELL *****/

.vd--pb-cross-sell-wrapper > .container > .row > .col-md-12 > div {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 380px;
}

.vd--pb-cross-sell-wrapper .vd--pb-cross-sell-image,
.vd--pb-cross-sell-wrapper .vd--pb-cross-sell-image img {
  width: 100%;
}

.vd--pb-cross-sell-wrapper .vd--pb-cross-sell-image img {
  display: block;
}

.vd--pb-cross-sell-wrapper .vd--pb-button {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
}

.vd--pb-cross-sell-wrapper .vd--pb-button a.btn {
  width: 230px;
  min-height: 50px;
  margin: 0 !important;
  border-radius: 4px;
  background-color: #b6281d;
  border-color: #b6281d;
  color: #ffffff !important;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vd--pb-cross-sell-wrapper .vd--pb-button a.btn i,
.vd--pb-cross-sell-wrapper .vd--pb-button a.btn .screen-reader-text {
  display: none;
}

.vd--pb-cross-sell-wrapper .richtext.parbase {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  margin: 0;
}

.vd--pb-cross-sell-wrapper .richtext.parbase p,
.vd--pb-cross-sell-wrapper .richtext.parbase a {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px !important;
  line-height: 1.5;
  color: #173ca8 !important;
}

@media (max-width: 768px) {
  .vd--pb-cross-sell-wrapper > .container > .row > .col-md-12 > div {
    min-height: auto;
    overflow: visible;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 16px;
  }

  .vd--pb-cross-sell-wrapper .vd--pb-cross-sell-image {
    border-radius: 16px;
    overflow: hidden;
  }

  .vd--pb-cross-sell-wrapper .vd--pb-button {
    position: static;
    left: auto;
    bottom: auto;
    width: 100%;
  }

  .vd--pb-cross-sell-wrapper .vd--pb-button a.btn {
    width: 100%;
    min-height: 50px;
    max-width: 100%;
  }

  .vd--pb-cross-sell-wrapper .richtext.parbase {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .vd--pb-cross-sell-wrapper .richtext.parbase p,
  .vd--pb-cross-sell-wrapper .richtext.parbase a {
    text-align: left;
  }

  .vd--pb-cross-sell-wrapper > .container > .row > .col-md-12 > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

section:has(.vd--grid-legal) {
  margin-bottom: 40px !important;
}

/***** FAQs *****/

.vd--faqs {
  padding: 80px 0;
  background-color: #F6F8FA;
}

.vd--faqs > .container > .row > .col-md-12 > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 768px) {
  .vd--faqs {
    padding: 40px 0;
  }

  .vd--faqs > .container > .row > .col-md-12 > div {
    gap: 32px;
  }
}


/***** COLLAPSIBLE PANEL *****/

.collapsible-panel.parbase .border.bordered.dls-white-bg {
  border: 1px solid #ecedee;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

.collapsible-panel.parbase h3.body-1 {
  margin: 0;
}

.collapsible-panel.parbase button.collapsible.icon-hover {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  border: 0;
  background: #ffffff;
  text-align: left;
  font-family: BentonSans, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .collapsible-panel.parbase button.collapsible.icon-hover {
    font-size: 16px;
    line-height: 24px;
  }
}

.col-md-12.stack {
  margin-bottom: 20px !important;
}

/***** LEGAL GRID *****/

.vd--grid-legal {
  padding: 40px 0;
  background-color: #F6F8FA !important;
}

.vd--grid-legal > .card-img-bg {
  background: transparent !important;
}

.vd--grid-legal li {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px !important;
  line-height: 20px;
  color: #000000;
}

.vd--grid-legal .richtext ol {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vd--grid-legal .richtext a,
.vd--grid-legal .richtext a:link,
.vd--grid-legal .richtext a:visited,
.vd--grid-legal .richtext a:hover,
.vd--grid-legal .richtext a:active {
  font-size: 13px !important;
  line-height: 20px;
}

@media (max-width: 768px) {
  .vd--grid-legal {
    padding: 32px 0;
  }

  .vd--grid-legal .richtext ol {
    gap: 12px;
  }
}

/***** MOBILE OVERFLOW GUARD *****/
@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  div[role="main"].container-fluid {
    max-width: 100%;
    overflow-x: clip;
  }

  img,
  svg,
  video,
  canvas,
  iframe {
    max-width: 100%;
    height: auto;
  }
}


/***** ANCHOR OFFSET *****/
html {
  scroll-padding-top: 80px;
}

[id] {
  scroll-margin-top: 80px;
}