@import "../global.css";

div#root {
  --primary: #00487c;
  --primary-text: #00487c;
  --primary-svg: #00487c;
  --secondary: var(--gold);
  --secondary-text: var(--gold);
  --secondary-svg: var(--gold);
  --secondary-accent-line: var(--gold);
  --tertiary: #4A4A4A;
  --accordion-stroke-light-theme: var(--primary);
}

div#root .fwm-bg-lightA {
  --accordion-fill-light-theme: var(--gray);
}

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

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

/* Primary H2 */
.fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
.fwm-section-header .fwm-section-header-hgroup::after {
  content: "";
  display: block;
  width: 18.75rem;
  height: 0.25rem;
  background: var(--white);
  margin: 0.75rem 0 0.75rem;
}

.fwm-lightTheme .fwm-section-header .fwm-section-header-hgroup::after {
  background: var(--tertiary);
}

.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.125rem auto;
}

@media (min-width: 48rem) {
  .fwm-section-header hgroup.fwm-section-header-hgroup .fwm-section-header-title-text {
    font-size: 2.5rem;
  }
}
@media (min-width: 64rem) {
  .fwm-section-header hgroup.fwm-section-header-hgroup .fwm-section-header-title-text {
    font-size: 3rem;
  }
}
/* Primary H3 */
h3.fwm-primary-h3.fwm-primary-h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}

.fwm-lightTheme h3.fwm-primary-h3::after {
  background: var(--tertiary);
  width: 6.25rem;
  height: 0.25rem;
}

/* Rich Text H4 */
.fwm-rich-text-editor h4 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}

@media (min-width: 64rem) {
  .fwm-rich-text-editor h4 {
    font-size: 2.25rem;
  }
}
/* Accordion Headers */
summary.fwm-pivot-accordion-summary span[class*=SpanStyled],
div.accordion-container .accordion-item-title,
details.mce-accordion summary {
  font-weight: bold;
}

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

.fwm-lightTheme summary.fwm-pivot-accordion-summary,
.fwm-lightTheme details.mce-accordion,
.fwm-lightTheme div.accordion-container {
  border-color: var(--primary-text);
}

.fwm-pivot-accordion-item span[class*=ToggleIconStyled] {
  background-color: var(--accordion-fill-light-theme);
}

/* Hero Gradient/Box (has Supporting Text) */
.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 {
  font-weight: bold;
  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 {
  font-size: 1.25rem;
  font-weight: bold;
}

@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-supporting-text p {
    font-size: 1.375rem;
  }
}
@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-supporting-text p {
    font-size: 1.5rem;
  }
}
@media (max-width: 64rem) {
  .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container.fwm-hero-no-cta hgroup::after {
    content: "";
    display: block;
    width: 6.25rem;
    height: 0.125rem;
    background: var(--white);
    margin: 0.75rem auto 0.75rem;
  }
  .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-box-align-center .fwm-hero-large-text-container.fwm-hero-no-cta hgroup::after {
    margin: 0.75rem auto 1rem;
  }
}
@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-supporting-text p {
    padding-left: 5rem;
    padding-right: 5rem;
    position: relative;
    display: inline-block;
  }
  .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p::before, .fwm-hero-gradient.fwm-hero-box:has(.fwm-hero-large-supporting-text) .fwm-hero-large-text-container hgroup .fwm-hero-large-supporting-text p::after {
    content: "";
    display: block;
    position: absolute;
    width: 3.75rem;
    height: 0.125rem;
    background: var(--white);
    border-radius: 0;
    top: 1rem;
    left: 0;
    border: 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::after {
    left: auto;
    right: 0;
  }
}
/* Hero Gradient/Box (no Supporting Text) */
.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 {
  font-weight: bold;
}
.fwm-hero-gradient.fwm-hero-box:not(:has(.fwm-hero-large-supporting-text)) .fwm-hero-large-text-container.fwm-hero-no-cta hgroup::after {
  content: "";
  display: block;
  margin: 1.5rem 0 1rem 0;
  max-width: 18.75rem;
  height: 0.25rem;
  background-color: var(--white);
}
.fwm-hero-gradient.fwm-hero-box:not(:has(.fwm-hero-large-supporting-text)) .fwm-hero-box-align-center .fwm-hero-large-text-container.fwm-hero-no-cta hgroup::after {
  margin: 1.5rem auto 1rem;
}

/* Contact Form - Side Locations (Flat) */
.fwm-team-contact-us .fwm-contact-us-location-aside-title {
  border-bottom: none;
  margin-bottom: 0;
}
.fwm-team-contact-us .fwm-contact-us-location-aside-title::after {
  display: none !important;
}
.fwm-team-contact-us .fwm-contact-us-location-name {
  margin-bottom: 1em;
  font-weight: bold;
  color: var(--primary);
  font-size: 1.5rem;
}
.fwm-team-contact-us .fwm-contact-us-location-name::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: var(--white);
  margin: 0.5rem 0 0;
}

.fwm-lightTheme.fwm-team-contact-us .fwm-contact-us-location-name {
  color: var(--primary-text);
}
.fwm-lightTheme.fwm-team-contact-us .fwm-contact-us-location-name::after {
  background: var(--tertiary);
}

@media (min-width: 48rem) {
  .fwm-team-contact-us .fwm-contact-us-location-name {
    font-size: 1.75rem;
  }
}
@media (min-width: 64rem) {
  .fwm-team-contact-us .fwm-contact-us-location-name {
    font-size: 2rem;
  }
}
/* Dynamic Cards (Contrasting Background */
.fwm-lightTheme.fwm-card-dynamic-set:has(.fwm-card-set-item.fwm-darkTheme) .fwm-nestable-grid {
  gap: 1rem;
}
.fwm-lightTheme.fwm-card-dynamic-set:has(.fwm-card-set-item.fwm-darkTheme) .fwm-card-set-item.fwm-darkTheme {
  padding: 1.5rem;
  background: var(--primary-text);
  border-radius: 0.25rem;
}

@media (min-width: 48rem) {
  .fwm-lightTheme.fwm-card-dynamic-set:has(.fwm-card-set-item.fwm-darkTheme) .fwm-card-set-item.fwm-darkTheme {
    padding: 3rem;
  }
}
/* Photo Overlay - Wide */
@media (max-width: 48rem) {
  .fwm-photo-overlay.fwm-column-halves.fwm-lightTheme .fwm-photo-overlay-content {
    border: 0.125rem solid var(--primary);
  }
}
@media (min-width: 48rem) {
  .fwm-nestable-d9a8a289-5cb1-4f6f-8649-eff4e0b6a7ac.fwm-photo-left-overlay.fwm-photo-overlay.fwm-media-left.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom)) .fwm-photo-overlay-image {
    position: relative;
    z-index: 10;
  }
  .fwm-nestable-d9a8a289-5cb1-4f6f-8649-eff4e0b6a7ac.fwm-photo-left-overlay.fwm-photo-overlay.fwm-media-left.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom)) .fwm-photo-overlay-content {
    position: relative;
    z-index: 12;
    transform: initial;
  }
  .fwm-nestable-d9a8a289-5cb1-4f6f-8649-eff4e0b6a7ac.fwm-photo-left-overlay.fwm-photo-overlay.fwm-media-left.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom))::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 7.5%;
    width: 70%;
    height: 85%;
    z-index: 5;
    border: 0.125rem solid var(--primary);
  }
  .fwm-nestable-d9a8a289-5cb1-4f6f-8649-eff4e0b6a7ac.fwm-photo-left-overlay.fwm-photo-overlay.fwm-media-left.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom))::after {
    content: "";
    display: block;
    width: 90%;
    height: 95%;
    position: absolute;
    background: var(--gray);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .fwm-nestable-d9a8a289-5cb1-4f6f-8649-eff4e0b6a7ac.fwm-photo-left-overlay.fwm-photo-overlay.fwm-media-left.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom)).fwm-media-right::before {
    right: 7.5%;
    left: initial;
  }
  .fwm-nestable-d9a8a289-5cb1-4f6f-8649-eff4e0b6a7ac.fwm-photo-left-overlay.fwm-photo-overlay.fwm-media-left.fwm-column-halves.fwm-lightTheme.fwm-not-subcomponent:not(:has(.fwm-nestable-header-top)):not(:has(.fwm-nestable-footer-bottom)).fwm-media-right::after {
    right: 0;
    left: initial;
  }
}
.fwm-nestable-content.fwm-nestable-flex.fwm-nestable-flex-media-center {
  max-width: 44.5rem;
}

/*iframe for video*/
.fwm-video-center.fwm-nestable-no-subcomponents.fwm-not-subcomponent.fwm-lightTheme {
  position: relative;
  z-index: 10;
}
.fwm-video-center.fwm-nestable-no-subcomponents.fwm-not-subcomponent.fwm-lightTheme .fwm-nestable-content.fwm-nestable-flex.fwm-nestable-flex-media-center ::before {
  content: "";
  display: block;
  position: absolute;
  width: 110%;
  height: 90%;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 0);
  border: 0.125rem solid var(--primary);
}

/* Tabs */
.fwm-tabbed-content-horizontal.fwm-lightTheme div[class*=TabsNavWrapper] {
  background: var(--tertiary);
}
.fwm-tabbed-content-horizontal.fwm-lightTheme .fwm-tabbed-content-nav .tab-navigation-item-title {
  color: var(--white);
  font-weight: bold;
}
.fwm-tabbed-content-horizontal.fwm-lightTheme .fwm-tabbed-content-nav li {
  border-width: 0;
  position: relative;
}
.fwm-tabbed-content-horizontal.fwm-lightTheme .fwm-tabbed-content-nav li.active {
  background: var(--primary-text);
}
.fwm-tabbed-content-horizontal.fwm-lightTheme .fwm-tabbed-content-nav li.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid var(--white);
  background: none;
}

/* Text Center - Standard Width */
section.fwm-text-center.fwm-nestable-no-subcomponents.fwm-not-subcomponent.fwm-lightTheme .fwm-nestable-container {
  padding: 1.5rem;
  border: 1px solid var(--primary-text);
}

@media (min-width: 48rem) {
  section.fwm-text-center.fwm-nestable-no-subcomponents.fwm-not-subcomponent.fwm-lightTheme .fwm-nestable-container {
    padding: 6rem 2rem 5rem;
  }
}