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

div#root {
  --primary: var(--blue);
  --primary-text: var(--blue);
  --primary-svg: var(--blue);
  --secondary: var(--sky);
  --secondary-text: var(--sky);
  --secondary-svg: var(--sky);
  --secondary-accent-line: var(--sky);
}

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

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

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

/* Rich Text H2 */
span.fwm-rich-text-editor h2 {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

@media (min-width: 48rem) {
  span.fwm-rich-text-editor h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 64rem) {
  span.fwm-rich-text-editor h2 {
    font-size: 2rem;
  }
}
/* Convert Counting Numbers */
section.fwm-card-grid-icon-set.fwm-bordered-cards-nestable .fwm-nestable-grid {
  margin-top: 2rem;
}
section.fwm-card-grid-icon-set.fwm-bordered-cards-nestable .fwm-nestable-field-container {
  border-color: var(--secondary) !important;
}
section.fwm-card-grid-icon-set.fwm-bordered-cards-nestable .nmx-col {
  display: flex;
  flex-direction: column;
}
section.fwm-card-grid-icon-set.fwm-bordered-cards-nestable .nmx-col div[class*=fwm-card-icon] {
  margin-bottom: 1.5rem;
}
section.fwm-card-grid-icon-set.fwm-bordered-cards-nestable .nmx-col div[class*=fwm-card-icon] svg {
  height: 6.25rem;
}

/* Team Modals */
.fwm-team-member-modal-bio-text h2 {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 0.3125rem;
  margin-bottom: 0.625rem;
}

/* Quote Background Img */
section.fwm-quote-standard.fwm-darkTheme {
  background: url("https://media.northwesternmutual.com/sites/images/0d4cb392-7b8c-4887-accd-a23db4df28b2.png?width=original");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
section.fwm-quote-standard.fwm-darkTheme::before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
section.fwm-quote-standard.fwm-darkTheme .fwm-nestable-container {
  position: relative;
  z-index: 10;
}

/* Text Center (darkTheme only) */
section.fwm-text-center.fwm-darkTheme {
  position: relative;
  background-image: url("https://media.northwesternmutual.com/sites/images/custom-content-photo-full/1295016a-6bda-492a-992c-549419098a00.png?width=1920");
  background-size: cover;
  background-repeat: no-repeat;
}
section.fwm-text-center.fwm-darkTheme::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
section.fwm-text-center.fwm-darkTheme .fwm-nestable-container {
  padding: 0;
  background: none;
  max-width: 50rem;
}