@import "../global.css";
@import "../custom-color-package-text.css";
@import "../custom-color-package-elements.css";

div#root .fwm-lightTheme {
  --secondary-svg: var(--gray-dark-20);
}

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

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

/* Primary H2 */
.fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  text-transform: uppercase;
  letter-spacing: 0.3125rem;
  font-weight: 400;
  font-size: 2rem;
}
.fwm-section-header .fwm-section-header-hgroup::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.25rem;
  background: var(--white);
  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-lightTheme .fwm-section-header .fwm-section-header-hgroup::after {
  background: var(--gray-dark-20);
}

.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: 2.15rem;
  }
}
@media (min-width: 64rem) {
  .fwm-section-header hgroup.fwm-section-header-hgroup .fwm-section-header-title-text {
    font-size: 2.3rem;
  }
}
/* Primary H3 */
h3.fwm-primary-h3.fwm-primary-h3 {
  font-size: 1.375em;
  font-weight: 400;
  text-transform: uppercase;
}

.fwm-lightTheme h3.fwm-primary-h3.fwm-primary-h3 {
  color: var(--primary);
}
.fwm-lightTheme h3.fwm-primary-h3.fwm-primary-h3::after {
  background: var(--gray-dark-20);
}

@media (min-width: 48rem) {
  h3.fwm-primary-h3.fwm-primary-h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 64rem) {
  h3.fwm-primary-h3.fwm-primary-h3 {
    font-size: 1.75em;
  }
}
/* Message Field Numbered List */
span.fwm-rich-text-editor ul[style="list-style-type: square;"] li {
  list-style: none;
  border-left: 0.3125rem solid var(--gray-dark-20);
  padding-left: 1rem;
  padding-bottom: 0.3125rem;
}

.fwm-darkTheme span.fwm-rich-text-editor ul[style="list-style-type: square;"] li {
  border-color: var(--white);
}

/* Hero Gradient/Box */
.fwm-hero-gradient.fwm-hero-box {
  height: auto;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-heading-container {
  min-height: 37.5rem;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container {
  margin-top: 13rem;
  max-width: 54rem;
}
.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 h1,
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 0;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p {
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media (min-width: 48rem) {
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container {
    padding: 3rem 3rem 6.25rem 3rem;
  }
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
  .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.375rem;
  }
}
@media (min-width: 64rem) {
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
  .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.5rem;
  }
}
/* Contact Form - Side Locations (Flat) */
.fwm-team-contact-us .fwm-contact-us-location-aside-title {
  border-bottom: none;
  margin-bottom: 0;
}
.fwm-team-contact-us .fwm-contact-us-location-name {
  font-weight: 400;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.3125rem;
  padding-bottom: 1rem;
}

.fwm-lightTheme.fwm-team-contact-us .fwm-contact-us-location-name {
  color: var(--primary-text);
}

@media (min-width: 48rem) {
  section.fwm-team-contact-us .fwm-contact-us-location-name {
    font-size: 2.15rem;
  }
}
@media (min-width: 64rem) {
  section.fwm-team-contact-us .fwm-contact-us-location-name {
    font-size: 2.3rem;
  }
}
/* Flip Card Set [Home] */
.fwm-lightTheme.fwm-card-flip-set .fwm-nestable-container {
  position: relative;
}
.fwm-lightTheme.fwm-card-flip-set .fwm-nestable-container::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  background: url("https://media.northwesternmutual.com/sites/images/0909f358-be5f-4fe8-bffe-0a21f756a97e.png?width=original") no-repeat center center/contain;
  width: 41rem;
  height: 33rem;
  opacity: 0.035;
  z-index: 0;
}

/* Photo Overlay - Wide */
@media (max-width: 48rem) {
  .fwm-photo-overlay.fwm-column-halves.fwm-lightTheme .fwm-photo-overlay-content {
    border: 0.125rem solid var(--primary);
  }
}
@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 {
    padding: 3.75rem 3.125rem;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(0.625rem);
    box-shadow: 0 0 6.25rem rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
    -webkit-backdrop-filter: blur(0.625rem);
    border: 1px solid #edf0f3;
    position: relative;
    z-index: 11;
  }
  .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;
  }
  .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::after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: 2rem;
    left: 2rem;
    height: 35%;
    width: 40%;
    background: url("https://media.northwesternmutual.com/sites/images/6b2237ce-4043-4d9f-9894-f18fe942de39.png?width=original") no-repeat bottom left/contain;
  }
  .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: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -0.125rem;
    height: 90%;
    width: 60%;
    border: 0.125rem solid var(--primary);
  }
  .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 {
    left: initial;
    right: -0.125rem;
  }
  .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 .fwm-photo-overlay-image::after {
    left: initial;
    right: 2rem;
  }
}
/* Callout Panel [Home] */
.fwm-lightTheme.fwm-photo-callout-panel .fwm-nestable-container {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #edf0f3;
  box-shadow: 0 0 6.25rem rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  z-index: 10;
}