@import "../global.css";
@import "../hero-shrink.css";
@import "../seamless.css";

div#root {
  --primary: var(--blue);
  --primary-text: var(--blue);
  --primary-svg: var(--blue);
}

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

/* Primary H2 - Crown */
.fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  line-height: 1.2;
  font-weight: 400;
}
.fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text::after {
  display: none;
}

.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:not(:empty)::before {
  content: "";
  display: block;
  width: 18.75rem;
  max-width: 20rem;
  height: 3.125rem;
  background: url(https://media.northwesternmutual.com/sites/images/custom-content-photo-full/3983115e-4ef2-4486-99f4-7b342b376764.png?width=original) no-repeat center center/contain;
  margin: 0 auto 1rem;
}
.fwm-section-header.fwm-text-align-center .fwm-section-header-hgroup:not(:empty)::after {
  display: none;
}

.fwm-darkTheme .fwm-section-header.fwm-text-align-center .fwm-section-header-hgroup:not(:empty)::before {
  background-image: url("https://media.northwesternmutual.com/sites/images/f05c1587-69e1-4f91-87ac-f373b2922851.png?width=original");
}

@media (min-width: 48rem) {
  .fwm-section-header hgroup.fwm-section-header-hgroup .fwm-section-header-title-text {
    font-size: 2rem;
  }
}
@media (min-width: 64rem) {
  .fwm-section-header hgroup.fwm-section-header-hgroup .fwm-section-header-title-text {
    font-size: 2.5rem;
  }
}
/* Contact Map Header */
.fwm-team-map-title.fwm-section-header-title-text {
  line-height: 1.2;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25rem;
}

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

@media (min-width: 48rem) {
  .fwm-team-map-title.fwm-section-header-title-text {
    font-size: 2rem;
  }
}
@media (min-width: 64rem) {
  .fwm-team-map-title.fwm-section-header-title-text {
    font-size: 2.5rem;
  }
}
/* Primary H3 */
h3.fwm-primary-h3.fwm-primary-h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.15rem;
}
h3.fwm-primary-h3.fwm-primary-h3::after {
  width: 10rem;
  height: 0.1875rem;
}

.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.375rem;
  }
}
@media (min-width: 64rem) {
  h3.fwm-primary-h3.fwm-primary-h3 {
    font-size: 1.5rem;
  }
}
/* Rich Text <a> */
.fwm-lightTheme span.fwm-rich-text-editor a {
  text-decoration: none;
}

/* Hero Gradient/Box */
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-heading-container {
  justify-content: flex-end;
  padding-bottom: 3.125rem;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container {
  justify-content: flex-end;
}
.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.fwm-hero-no-cta hgroup::after {
  content: "";
  display: block;
  margin: 0.9375rem 0 1rem 0;
  width: 31.25rem;
  max-width: 31.25rem;
  height: 0.125rem;
  background-color: var(--secondary);
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-box-align-center .fwm-hero-large-text-container.fwm-hero-no-cta hgroup::after {
  margin: 0.9375rem auto 1rem;
}

/* Awards */
@media (min-width: 48rem) {
  .fwm-awards-Horizontal .fwm-awards-row {
    align-items: flex-start;
  }
}
/* Video Border */
section.fwm-lightTheme.fwm-video-center.fwm-nestable-no-subcomponents .fwm-VideoComponent-field::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 22.5%;
  transform: translate(-50%, 0);
  height: 90%;
  width: 75%;
  z-index: 1;
  border: 0.125rem solid var(--primary);
}
section.fwm-lightTheme.fwm-video-center.fwm-nestable-no-subcomponents .fwm-VideoComponent-field iframe {
  z-index: 2;
}