@import "../global.css";
@import "../condensed.css";

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

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

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

/* Contact Map Header */
.fwm-team-map-title.fwm-section-header-title-text {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--secondary);
}

/* Hero Overlay/Box */
.fwm-hero-overlay.fwm-hero-box .fwm-hero-large-heading-container {
  justify-content: flex-end;
  padding-bottom: 3rem;
  background: rgba(0, 72, 124, 0.5);
}
.fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container {
  background: rgba(0, 72, 124, 0.8);
  max-width: initial;
}
.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-family: "Guardian Sans", sans-serif;
  text-transform: initial;
  font-weight: 300;
  font-size: 2rem;
}

@media (min-width: 48rem) {
  .fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 64rem) {
  .fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 3rem;
  }
}
/* Dynamic Card icon width */
.fwm-card-dynamic-set div[class*=fwm-card-icon] {
  width: initial;
}