@import "../global.css";

div#root {
  --secondary-text: var(--sky);
  --secondary-svg: var(--sky);
}

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

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

/* Contact Map Header */
.fwm-lightTheme .fwm-team-map-title.fwm-section-header-title-text {
  color: var(--primary-text);
}

/* Primary H3 */
h3.fwm-primary-h3.fwm-primary-h3 {
  font-weight: 400;
}

/* Hero Gradient/Box */
.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-heading h1 {
  text-transform: uppercase;
}

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

/* Text Banner Image side-hack */
section.fwm-nestable.fwm-nestable-dd0361b5-ba87-438b-aa1e-604735fe14ad {
  position: relative;
}
section.fwm-nestable.fwm-nestable-dd0361b5-ba87-438b-aa1e-604735fe14ad::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
section.fwm-nestable.fwm-nestable-dd0361b5-ba87-438b-aa1e-604735fe14ad .fwm-nestable-container {
  padding: 0;
  background: none;
  max-width: 50rem;
}
section.fwm-nestable.fwm-nestable-dd0361b5-ba87-438b-aa1e-604735fe14ad .fwm-nestable-container p {
  font-weight: 300;
  color: var(--white);
  font-size: 2rem;
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
section.fwm-nestable.fwm-nestable-dd0361b5-ba87-438b-aa1e-604735fe14ad footer {
  margin: 0 !important;
  max-width: none;
}

@media (min-width: 48rem) {
  section.fwm-nestable.fwm-nestable-dd0361b5-ba87-438b-aa1e-604735fe14ad .fwm-nestable-container p {
    font-size: 2.25rem;
  }
}
@media (min-width: 64rem) {
  section.fwm-nestable.fwm-nestable-dd0361b5-ba87-438b-aa1e-604735fe14ad .fwm-nestable-container p {
    font-size: 2.5rem;
  }
}