@import "../global.css";

div#root {
  --storm: #EEF0F3;
  --accordion-fill-light-theme: none;
  --accordion-stroke-light-theme: var(--primary);
}

div#root .fwm-lightTheme {
  --secondary-svg: var(--primary);
}

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

/* Connect Bar Hide */
.fwm-utility-nav-header {
  display: none !important;
}

/* Primary H2 */
.fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 300;
}
.fwm-section-header .fwm-section-header-hgroup::after {
  content: "";
  display: block;
  width: 4.375rem;
  height: 0.1875rem;
  background: var(--secondary);
  margin: 1rem 0 1rem;
}

.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 {
  display: none !important;
}

@media (min-width: 48rem) {
  .fwm-section-header hgroup.fwm-section-header-hgroup .fwm-section-header-title-text {
    font-size: 2rem;
  }
}
@media (min-width: 64rem) {
  .fwm-section-header hgroup.fwm-section-header-hgroup .fwm-section-header-title-text {
    font-size: 2.25rem;
  }
}
/* Contact Map Header */
.fwm-team-map-title.fwm-section-header-title-text {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 300;
}
.fwm-team-map-title.fwm-section-header-title-text::after {
  content: "";
  display: block;
  width: 4.375rem;
  height: 0.1875rem;
  background: var(--secondary);
  margin: 1rem 0 0 0;
}

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

@media (min-width: 48rem) {
  .fwm-team-map-title.fwm-section-header-title-text {
    font-size: 2rem;
  }
}
@media (min-width: 64rem) {
  .fwm-team-map-title.fwm-section-header-title-text {
    font-size: 2.25rem;
  }
}
/* Primary H3 */
h3.fwm-primary-h3.fwm-primary-h3 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
}
h3.fwm-primary-h3.fwm-primary-h3::after {
  display: none !important;
}
h3.fwm-primary-h3.fwm-primary-h3::before {
  content: "";
  display: block;
  width: 4.375rem !important;
  height: 0.1875rem !important;
  background: var(--secondary);
  margin: 1rem auto;
}

.fwm-lightTheme h3.fwm-primary-h3.fwm-primary-h3 {
  color: var(--primary-text);
}

@media (min-width: 48rem) {
  h3.fwm-primary-h3.fwm-primary-h3 {
    font-size: 1.15rem;
  }
}
@media (min-width: 64rem) {
  h3.fwm-primary-h3.fwm-primary-h3 {
    font-size: 1.25rem;
  }
}
/* Accordion Headers */
summary.fwm-pivot-accordion-summary span[class*=SpanStyled],
div.accordion-container .accordion-item-title,
details.mce-accordion summary {
  font-size: 1.3125rem;
}

.fwm-lightTheme summary.fwm-pivot-accordion-summary span[class*=SpanStyled],
.fwm-lightTheme div.accordion-container .accordion-item-title,
.fwm-lightTheme details.mce-accordion summary {
  color: var(--primary-text) !important;
}

/* switch to border-bottom */
summary.fwm-pivot-accordion-summary,
details.mce-accordion,
div.accordion-container {
  border-top: none;
  border-bottom: 1px solid var(--secondary);
}

.fwm-pivot-accordion-item:first-of-type summary.fwm-pivot-accordion-summary,
details.mce-accordion:first-of-type summary,
div.accordion-container:first-of-type .accordion-item-title {
  padding-top: 0;
}

summary.fwm-pivot-accordion-summary {
  margin-bottom: 1.5rem;
}

div.accordion-container:first-of-type button {
  align-items: start;
}

details.mce-accordion:first-of-type summary::after {
  top: 0;
  transform: initial;
}

@media (min-width: 48rem) {
  summary.fwm-pivot-accordion-summary span[class*=SpanStyled],
  div.accordion-container .accordion-item-title,
  details.mce-accordion summary {
    font-size: 1.5rem;
  }
}
/* Rich Text H2 */
span.fwm-rich-text-editor h5 {
  font-size: 1.25rem;
  font-weight: 300;
}

@media (min-width: 48rem) {
  span.fwm-rich-text-editor h5 {
    font-size: 1.375rem;
  }
}
@media (min-width: 64rem) {
  span.fwm-rich-text-editor h5 {
    font-size: 1.5rem;
  }
}
span.fwm-rich-text-editor h5 a {
  text-decoration: underline;
}

/* Hero Gradient/Box */
.fwm-hero-gradient.fwm-hero-box {
  height: auto;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-heading-container {
  justify-content: flex-end;
  padding-bottom: 2.5rem;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container {
  margin-top: 25rem;
}
.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,
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.25rem;
  font-size: 0.25rem;
  font-weight: 300;
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container.fwm-hero-no-cta hgroup::after {
  content: "";
  display: block;
  margin: 0.9375rem 0 1rem 0;
  width: 12.5rem;
  height: 0.1875rem;
  background-color: var(--secondary);
}
.fwm-hero-gradient.fwm-hero-box .fwm-hero-box-align-center .fwm-hero-large-text-container.fwm-hero-no-cta hgroup::after {
  margin: 0.9375rem auto 1rem;
}

@media (min-width: 48rem) {
  .fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container hgroup {
    padding: 0 6.25rem;
  }
  .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: 4rem;
  }
}
@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: 4.5rem;
  }
}
/* Photo Overlay - Wide */
.fwm-photo-overlay.fwm-column-halves.fwm-lightTheme .fwm-photo-overlay-content {
  position: relative;
  z-index: 101;
  border-radius: 3rem;
  box-shadow: 0 0 6.25rem rgba(74, 74, 74, 0.25);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(0.625rem);
  -webkit-backdrop-filter: blur(0.625rem);
  border: 1px solid var(--storm);
}

@media (min-width: 48rem) {
  .fwm-photo-overlay.fwm-column-halves.fwm-lightTheme .fwm-photo-overlay-content {
    padding: 5rem 3.75rem;
    transform: translateX(-6.25rem);
    max-width: calc(100% + 6.25rem);
  }
  .fwm-photo-overlay.fwm-column-halves.fwm-lightTheme.fwm-media-right .fwm-photo-overlay-content {
    transform: translateX(6.25rem);
  }
}
.fwm-lightTheme img[src*="85fb2ac3-e738-40d4-8f2c-ddc05b74bb86"],
.fwm-lightTheme img[src*="2252ec26-ba41-453f-a850-d1a4f2a1283e"],
.fwm-lightTheme img[src*="48d926bb-69cb-4ef4-b8ab-1526c65564a1"] {
  border: var(--border-box-theme-light);
}