@import "../global.css";
@import "../condensed.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 {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 0.5rem;
}
.fwm-section-header .fwm-section-header-hgroup::after {
  display: none !important;
}

/* Banner Text */
span.fwm-rich-text-editor p.fwm-banner-text {
  line-height: 1.2;
}
span.fwm-rich-text-editor p.fwm-banner-text::after {
  content: " ";
  display: block;
  border-bottom: 1px dashed var(--primary);
  width: 14vw;
  margin: 0.75rem 0;
}

.fwm-section-header.fwm-text-align-center span.fwm-rich-text-editor p.fwm-banner-text::after {
  margin: 0.75rem auto;
}

/* Hero Overlay/Box */
.fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container {
  max-width: 85%;
}
.fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container hgroup {
  position: relative;
}
.fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
  font-size: 2.5rem;
  font-family: "Guardian Sans", sans-serif;
  text-transform: initial;
  font-weight: 300;
}

@media (min-width: 48rem) {
  .fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 64rem) {
  .fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 3.75rem;
  }
}