@import "../global.css";
@import "../custom-color-package-text.css";
@import "../custom-color-package-elements.css";

div#root {
  --primary: var(--blue);
  --primary-text: var(--blue);
  --primary-svg: var(--blue);
  --secondary: var(--sky);
  --secondary-text: var(--sky);
  --secondary-svg: var(--sky);
  --secondary-accent-line: var(--sky);
}

/* 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 {
  line-height: 1.2;
  font-size: 1.75rem;
  font-weight: 300;
  text-transform: uppercase;
}
.fwm-section-header .fwm-section-header-hgroup::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.25rem;
  background: var(--secondary);
  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;
}

@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.2rem;
  }
}
/* Primary H3 */
.fwm-lightTheme h3.fwm-primary-h3.fwm-primary-h3 {
  color: var(--primary-text);
}

/* Sequential Headers */
.fwm-sequence-panel .fwm-sequence-panel-item-headline-text {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fwm-sequence-panel .fwm-sequence-panel-item-eyebrow-text {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

.fwm-lightTheme.fwm-sequence-panel .fwm-sequence-panel-item-headline-text,
.fwm-lightTheme.fwm-sequence-panel .fwm-sequence-panel-item-eyebrow-text {
  color: var(--primary-text);
}

@media (min-width: 48rem) {
  .fwm-sequence-panel .fwm-sequence-panel-item-headline-text {
    font-size: 1.75rem;
  }
}
@media (min-width: 64rem) {
  .fwm-sequence-panel .fwm-sequence-panel-item-headline-text {
    font-size: 2.2rem;
  }
}
/* Hero Gradient/Box */
.fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup {
  position: relative;
}
.fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
.fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
  text-shadow: none;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 0;
}
.fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  padding-bottom: 0;
  font-weight: 400;
}

@media (min-width: 48rem) {
  .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
  .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 3.5em;
  }
  .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p {
    font-size: 1.2rem;
  }
}
@media (min-width: 64rem) {
  .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
  .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 4.65rem;
  }
  .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p {
    font-size: 1.5rem;
  }
}
/* Hero Gradient/Box (no Supporting Text) */
.fwm-hero-gradient.fwm-hero-box:not(:has(.fwm-hero-large-supporting-text)) {
  height: auto;
}
.fwm-hero-gradient.fwm-hero-box:not(:has(.fwm-hero-large-supporting-text)) .fwm-hero-large-heading-container {
  padding-bottom: 6.25rem;
}
.fwm-hero-gradient.fwm-hero-box:not(:has(.fwm-hero-large-supporting-text)) .fwm-hero-large-text-container {
  margin-top: 18.75rem;
}
.fwm-hero-gradient.fwm-hero-box:not(:has(.fwm-hero-large-supporting-text)) .fwm-hero-large-text-container hgroup {
  position: relative;
}
.fwm-hero-gradient.fwm-hero-box:not(:has(.fwm-hero-large-supporting-text)) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
.fwm-hero-gradient.fwm-hero-box:not(:has(.fwm-hero-large-supporting-text)) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
  text-transform: uppercase;
}

@media (min-width: 48rem) {
  .fwm-hero-gradient.fwm-hero-box:not(:has(.fwm-hero-large-supporting-text)) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
  .fwm-hero-gradient.fwm-hero-box:not(:has(.fwm-hero-large-supporting-text)) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 4.25rem;
  }
}
@media (min-width: 64rem) {
  .fwm-hero-gradient.fwm-hero-box:not(:has(.fwm-hero-large-supporting-text)) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h1,
  .fwm-hero-gradient.fwm-hero-box:not(:has(.fwm-hero-large-supporting-text)) .fwm-hero-large-text-container hgroup .fwm-hero-large-heading h2 {
    font-size: 4.65rem;
  }
}
/* Contact Map Header */
.fwm-team-map-title.fwm-section-header-title-text {
  line-height: 1.2;
  font-size: 1.75rem;
  font-weight: 300;
  text-transform: uppercase;
}
.fwm-team-map-title.fwm-section-header-title-text::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.25rem;
  background: var(--secondary);
  margin: 0.75rem 0 0.75rem;
}

.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.2rem;
  }
}
/* Photo Overlay - Narrow */
@media (max-width: 48rem) {
  .fwm-photo-overlay.fwm-column-thirds.fwm-lightTheme .fwm-photo-overlay-content {
    border: 2px solid var(--secondary);
  }
}
@media (min-width: 48rem) {
  .fwm-photo-overlay.fwm-column-thirds.fwm-lightTheme .fwm-photo-overlay-image {
    position: relative;
    z-index: 10;
  }
  .fwm-photo-overlay.fwm-column-thirds.fwm-lightTheme .fwm-photo-overlay-content {
    position: relative;
    z-index: 12;
  }
  .fwm-photo-overlay.fwm-column-thirds.fwm-lightTheme::before {
    content: "";
    display: block;
    width: 75%;
    height: 85%;
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translate(0, -50%);
    border: 0.125rem solid var(--secondary);
  }
  .fwm-photo-overlay.fwm-column-thirds.fwm-lightTheme::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: var(--gray);
    z-index: 1;
  }
  .fwm-photo-overlay.fwm-column-thirds.fwm-lightTheme.fwm-bg-lightC::after {
    background: var(--white);
  }
  .fwm-photo-overlay.fwm-column-thirds.fwm-lightTheme.fwm-media-right::before {
    right: initial;
    left: 8%;
  }
  .fwm-photo-overlay.fwm-column-thirds.fwm-lightTheme.fwm-media-right::after {
    right: 0;
    left: initial;
  }
}
/* Square Borders Design .fwm-section-header-hgroup:not(:has(h2))*/
section.fwm-not-subcomponent:not(.fwm-background-media):not(.fwm-client-center):not([class*=fwm-awards-]) > div > .fwm-nestable-header-top:has(.fwm-section-header-supporting-text):has(.fwm-section-header-title-text) {
  padding: 4em 2em 2em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
section.fwm-not-subcomponent:not(.fwm-background-media):not(.fwm-client-center):not([class*=fwm-awards-]) > div > .fwm-nestable-header-top:has(.fwm-section-header-supporting-text):has(.fwm-section-header-title-text)::before, section.fwm-not-subcomponent:not(.fwm-background-media):not(.fwm-client-center):not([class*=fwm-awards-]) > div > .fwm-nestable-header-top:has(.fwm-section-header-supporting-text):has(.fwm-section-header-title-text)::after {
  content: "";
  display: block;
  border: 0.125rem solid var(--secondary);
  border-right-width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 90%;
}
section.fwm-not-subcomponent:not(.fwm-background-media):not(.fwm-client-center):not([class*=fwm-awards-]) > div > .fwm-nestable-header-top:has(.fwm-section-header-supporting-text):has(.fwm-section-header-title-text)::after {
  border-width: 0.125rem;
  border-left-width: 0;
  left: initial;
  right: 0;
}

div#root .fwm-nestable-7e588a09-9a40-40be-9713-80d3133123ab hgroup::after, div#root .fwm-nestable-7e588a09-9a40-40be-9713-80d3133123ab hgroup::before,
div#root .fwm-nestable-8960b14d-8ec0-4e2b-b837-61c778e429e4 hgroup::after,
div#root .fwm-nestable-8960b14d-8ec0-4e2b-b837-61c778e429e4 hgroup::before {
  display: none;
}
div#root .fwm-nestable-7e588a09-9a40-40be-9713-80d3133123ab hgroup h2,
div#root .fwm-nestable-8960b14d-8ec0-4e2b-b837-61c778e429e4 hgroup h2 {
  color: inherit;
  font-size: 2rem;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  border: none;
  padding-bottom: 0.5rem;
}
div#root .fwm-nestable-7e588a09-9a40-40be-9713-80d3133123ab picture,
div#root .fwm-nestable-8960b14d-8ec0-4e2b-b837-61c778e429e4 picture {
  box-shadow: none;
}
div#root .fwm-nestable-7e588a09-9a40-40be-9713-80d3133123ab .fwm-team-selection-title,
div#root .fwm-nestable-8960b14d-8ec0-4e2b-b837-61c778e429e4 .fwm-team-selection-title {
  border-color: var(--secondary);
}