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

div#root {
  --primary: #00487c;
  --primary-text: #00487c;
  --primary-svg: #00487c;
}

/* 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;
}

/* Primary H2 */
.fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  font-weight: 900;
  border-bottom: 0.1875rem solid var(--secondary);
  padding-bottom: 0.625rem;
}
.fwm-section-header .fwm-section-header-hgroup::after {
  display: none;
}

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

/* Contact Map Header */
.fwm-team-map-title.fwm-section-header-title-text {
  font-weight: 900;
  border-bottom: 0.1875rem solid var(--secondary);
  padding-bottom: 0.625rem;
}

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

/* Banner Text */
span.fwm-rich-text-editor p.fwm-banner-text {
  line-height: 1.2;
  font-weight: 900;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid var(--secondary);
}

span.fwm-rich-text-editor p.fwm-banner-text em {
  font-weight: 100;
}

.fwm-lightTheme span.fwm-rich-text-editor p.fwm-banner-text {
  color: var(--primary-text);
}

/* Accordion Headers */
.accordion-container .accordion-item-title,
.mce-accordion summary {
  font-weight: 500;
}

.fwm-lightTheme .accordion-container .accordion-item-title,
.fwm-lightTheme .mce-accordion summary {
  color: var(--primary-text) !important;
}

/* Hero Gradient/Box */
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container {
  width: 85%;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup {
  position: relative;
  border-top: 0.125rem solid var(--white);
  border-bottom: 0.125rem solid var(--white);
  padding: 1rem 0.625rem;
}
.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 {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 2.5rem;
  font-weight: 300;
}

@media (min-width: 48rem) {
  .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;
  }
}
@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: 3.25rem;
  }
}