@import "../global.css";

/* DBA logo */
div#root .fwm-team-header-entity-logo-image {
  width: 17rem;
}

/* Align Center - Wide */
.fwm-column-halves .fwm-nestable-flex {
  align-items: center;
}

/* Connect Bar Hide */
.fwm-utility-nav-header {
  display: none;
}

/* Primary H2 */
.fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 500;
}
.fwm-section-header .fwm-section-header-hgroup::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.25rem;
  background: var(--secondary);
  margin: 0.75rem 0 0.75rem;
}

.fwm-lightTheme .fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  color: var(--primary-text);
}

.fwm-section-header.fwm-text-align-center .fwm-section-header-hgroup::after {
  margin: 0.75rem auto;
}

@media (min-width: 48rem) {
  .fwm-section-header hgroup.fwm-section-header-hgroup .fwm-section-header-title-text {
    font-size: 1.85rem;
  }
}
@media (min-width: 64rem) {
  .fwm-section-header hgroup.fwm-section-header-hgroup .fwm-section-header-title-text {
    font-size: 2.25rem;
  }
}
/* Primary H3 */
h3.fwm-primary-h3.fwm-primary-h3 {
  letter-spacing: 0.03125rem;
  line-height: 1.5;
  font-weight: 500;
}
h3.fwm-primary-h3.fwm-primary-h3::after {
  display: block;
  width: 10rem;
  height: 1px;
  background: var(--secondary);
}

.fwm-lightTheme h3.fwm-primary-h3.fwm-primary-h3 {
  color: var(--primary-text);
}

@media (min-width: 48rem) {
  h3.fwm-primary-h3.fwm-primary-h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 64rem) {
  h3.fwm-primary-h3.fwm-primary-h3 {
    font-size: 1.375rem;
  }
}
/* Accordion Headers */
.fwm-lightTheme div.accordion-container .accordion-item-title,
.fwm-lightTheme .mce-accordion summary {
  color: var(--primary-text) !important;
}

details.mce-accordion,
div.accordion-container {
  border-top: none;
  border-bottom: 1px solid var(--secondary);
}

details.mce-accordion:first-of-type summary,
div.accordion-container:first-of-type .accordion-item-title {
  padding-top: 0;
}

/* Hero Gradient/Box */
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup {
  position: relative;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
  text-shadow: none;
  font-weight: 500;
  padding-bottom: 0;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p {
  letter-spacing: 0.18rem;
  padding-bottom: 0;
  font-weight: 300;
}

@media (min-width: 48rem) {
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 4.5rem;
  }
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p {
    font-size: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 5rem;
  }
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p {
    font-size: 1.85rem;
  }
}
/* Flip Cards && Dynamic Cards */
section.fwm-lightTheme.fwm-card-flip-set::before,
section.fwm-lightTheme.fwm-card-dynamic-set::before {
  content: "";
  display: block;
  width: 500px;
  height: 445px;
  background: url("https://media.northwesternmutual.com/sites/images/custom-content-photo-full/a5dcaaa6-0167-431e-926a-0c08b5a67842.png?width=original") no-repeat center center/cover;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.03;
}

/* Photo Overlay - Wide */
@media (max-width: 48rem) {
  .fwm-photo-overlay.fwm-column-halves.fwm-lightTheme .fwm-photo-overlay-content {
    border: 0.125rem solid var(--secondary);
  }
}
@media (min-width: 48rem) {
  .fwm-photo-overlay.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom)) .fwm-photo-overlay-image {
    position: relative;
    z-index: 10;
  }
  .fwm-photo-overlay.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom)) .fwm-photo-overlay-content {
    position: relative;
    z-index: 12;
    padding: 5rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.2);
    max-width: calc(100% + 100px);
    transform: translateX(-100px);
  }
  .fwm-photo-overlay.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom)) .fwm-photo-overlay-reverse .fwm-photo-overlay-content {
    transform: translateX(100px);
  }
  .fwm-photo-overlay.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom))::before {
    content: "";
    display: block;
    width: 60%;
    height: 90%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border: 0.125rem solid var(--secondary);
    z-index: 5;
  }
  .fwm-photo-overlay.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom))::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    height: 100%;
    width: 70%;
    background: var(--primary);
    z-index: 1;
  }
  .fwm-photo-overlay.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom)).fwm-media-right::before {
    right: -0.125rem;
    left: initial;
  }
  .fwm-photo-overlay.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom)).fwm-media-left::before {
    left: -0.125rem;
    right: initial;
  }
  .fwm-photo-overlay.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom)).fwm-media-right::after {
    right: 0;
    left: initial;
  }
}
/* fwm-quote Quote Background Image */
section.fwm-quote.fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 {
  background-image: url("https://media.northwesternmutual.com/sites/images/custom-content-photo-full/48a416de-c8a2-477a-8dc2-9aef23aa04ae.jpeg?width=original");
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 5rem 1rem;
  text-align: center;
}
section.fwm-quote.fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
section.fwm-quote.fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 .fwm-nestable-container {
  background-color: transparent;
  color: var(--white);
  padding: 2rem;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
}
section.fwm-quote.fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 .fwm-nestable-container blockquote svg {
  --quotation-color: var(--white);
  border: 2px solid var(--white);
  padding-left: 1.5625rem;
  padding-top: 1.5625rem;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  margin-bottom: 1.875rem;
}
section.fwm-quote.fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 .fwm-nestable-container .fwm-rich-text-editor p, section.fwm-quote.fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 .fwm-nestable-container .fwm-section-footer .fwm-custom-content-wrapper-disclaimer p {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
section.fwm-quote.fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 .fwm-nestable-container .fwm-nestable-container .fwm-rich-text-editor p {
  font-size: 2rem;
  padding: 0.5rem 1.5rem;
}
section.fwm-quote.fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 .fwm-nestable-container .fwm-section-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
section.fwm-quote.fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 .fwm-nestable-container .fwm-section-footer::before, section.fwm-quote.fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 .fwm-nestable-container .fwm-section-footer::after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 2px;
  background: var(--white);
  margin: 0 1rem;
}
section.fwm-quote.fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 .fwm-nestable-container .fwm-section-footer .fwm-custom-content-wrapper-disclaimer p {
  font-size: 1.5rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

@media (min-width: 48rem) {
  .fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 .fwm-nestable-container .fwm-rich-text-editor p {
    font-size: 2.5rem;
  }
  .fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 .fwm-nestable-container .fwm-section-footer .fwm-custom-content-wrapper-disclaimer p {
    font-size: 1.25em;
  }
}
@media (min-width: 64rem) {
  .fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 .fwm-nestable-container .fwm-rich-text-editor p {
    font-size: 3rem;
  }
  .fwm-nestable-41edcbb8-1f8d-4485-8f99-7b076cf60ea8 .fwm-nestable-container .fwm-section-footer .fwm-custom-content-wrapper-disclaimer p {
    font-size: 1.75rem;
  }
}
/* Text Center (darkTheme only) */
section.fwm-text-center.fwm-darkTheme.fwm-not-subcomponent {
  position: relative;
}
section.fwm-text-center.fwm-darkTheme.fwm-not-subcomponent::after {
  content: "";
  display: block;
  width: 4.75rem;
  height: 4rem;
  background: url("https://media.northwesternmutual.com/sites/images/b18e3d46-e0df-4b09-85df-5996dbc82db3.png?width=original") no-repeat bottom right/contain;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  opacity: 0.25;
}

@media (min-width: 48rem) {
  section.fwm-text-center.fwm-darkTheme.fwm-not-subcomponent {
    position: relative;
  }
  section.fwm-text-center.fwm-darkTheme.fwm-not-subcomponent::after {
    width: 9.375rem;
    height: 8rem;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}