@import "../global.css";
@import "../seamless.css";
@import "../convert-pcg-to-nm.css";

div#root {
  --primary: #00487c;
  --primary-text: #00487c;
  --primary-svg: #00487c;
  --secondary: var(--gold);
  --secondary-text: var(--gold);
  --secondary-svg: var(--gold);
  --secondary-accent-line: var(--gold);
}

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

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

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

/* Primary H2 */
.fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  line-height: 1.3;
  font-size: 1.75rem;
}

@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.2rem;
  }
}
/* Rich Text H2 */
span.fwm-rich-text-editor h2 {
  font-size: 1.75rem;
  line-height: 1.3;
}

@media (min-width: 48rem) {
  span.fwm-rich-text-editor h2 {
    font-size: 2rem;
  }
}
@media (min-width: 64rem) {
  span.fwm-rich-text-editor h2 {
    font-size: 2.2rem;
  }
}
/* Hero Gradient/Box */
.fwm-hero-gradient.fwm-hero-box {
  height: 9.375rem;
}
.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-supporting-text p {
  padding-bottom: 0;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-heading-container {
  background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 48rem) {
  .fwm-hero-gradient.fwm-hero-box {
    height: 12.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 {
    height: 16.25rem;
  }
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p {
    font-size: 2.5rem;
  }
}
/* Awards */
@media (min-width: 48rem) {
  .fwm-awards-standard picture:has(img[src*="forbes-best-in-state-top-financial-security-professionals-square-2025.png"]), .fwm-awards-standard picture:has(img[src*="2dbe3ee8-8269-4823-9be8-d29677727185.png"]), .fwm-awards-standard picture:has(img[src*="3eca35c2-5dd6-4570-86a8-ea299d58d5e1"]), .fwm-awards-standard picture:has(img[src*="370cdb03-a333-4820-9f08-74abd5a6f66"]), .fwm-awards-standard picture:has(img[src*="2c2fad0b-7278-4ff7-b9b3-9120161ec3ed"]), .fwm-awards-standard picture:has(img[src*="669aafae-d226-4a24-a360-92dd72c0f233"]) {
    height: 20vw;
    max-height: 17rem;
  }
}
/* Team Header */
section[class*=fwm-team-modular]:not([class*=fwm-team-modular-selection]) hgroup {
  padding-top: 1.5625rem;
  border-top: 0.1875rem solid var(--primary);
}
section[class*=fwm-team-modular]:not([class*=fwm-team-modular-selection]) hgroup::after {
  display: none;
}