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

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

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

/* 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 {
  font-weight: 500;
}
.fwm-section-header .fwm-section-header-hgroup::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.25rem;
  background: linear-gradient(90deg, rgb(203, 177, 112) 26%, rgb(226, 199, 133) 69%, rgb(191, 164, 101) 100%);
  margin: 0.75rem 0 0.75rem;
}

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

.fwm-section-header.fwm-text-align-center .fwm-section-header-hgroup::after {
  margin: 0.75rem auto;
}

/* Contact Map Header */
.fwm-team-map-title.fwm-section-header-title-text {
  font-weight: 500;
}
.fwm-team-map-title.fwm-section-header-title-text::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.25rem;
  background: linear-gradient(90deg, rgb(203, 177, 112) 26%, rgb(226, 199, 133) 69%, rgb(191, 164, 101) 100%);
  margin: 0.75rem 0 0.75rem;
}

.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: 500;
}

.fwm-lightTheme h3.fwm-primary-h3.fwm-primary-h3 {
  color: var(--primary-text);
}
.fwm-lightTheme h3.fwm-primary-h3.fwm-primary-h3::after {
  display: none !important;
}

/* Hero Overlay/Box */
.fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container {
  max-width: none;
  width: auto;
}
.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 h1,
.fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
  text-transform: initial;
  font-family: "Guardian Sans", sans-serif;
  font-weight: 300;
  color: var(--secondary-text);
  font-size: 2rem;
}

@media (min-width: 48rem) {
  .fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
  .fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 2.1rem;
  }
}
@media (min-width: 64rem) {
  .fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
  .fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 2.5rem;
  }
}
/* Team Modals */
.fwm-team-member-modal-bio-text h2 {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 0.3125rem;
  margin-bottom: 0.625rem;
}