@import "../global.css";
@import "../convert-pcg-to-nm.css";
@import "../seamless.css";

div#root#root {
  --primary: #00487c;
  --primary-text: #00487c;
  --primary-svg: #00487c;
  --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;
}

/* Branding logo */
.fwm-team-header-branding-logo svg * {
  fill: var(--white);
}

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

/* Accordion Headers */
summary.fwm-pivot-accordion-summary span[class*=SpanStyled],
div.accordion-container .accordion-item-title,
details.mce-accordion summary {
  font-weight: 900;
}

.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-color: var(--secondary);
}

/* Hero Gradient/Box */
.fwm-hero-gradient.fwm-hero-box .fwm-hero-large-text-container {
  width: 80%;
}
.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 {
  font-weight: 900;
}

/* Custom Photo - Narrow */
@media (min-width: 48rem) {
  section.fwm-photo-panel.fwm-column-thirds .fwm-RenderHTML-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  section.fwm-photo-panel.fwm-column-thirds .fwm-PhotoComponent-container {
    padding-right: 1.5rem;
  }
  section.fwm-photo-panel.fwm-column-thirds .fwm-PhotoComponent-container {
    position: relative;
  }
  section.fwm-photo-panel.fwm-column-thirds .fwm-PhotoComponent-container::before {
    content: "";
    width: 1px;
    height: 75%;
    background-color: var(--secondary);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  section.fwm-photo-panel.fwm-column-thirds.fwm-media-right .fwm-PhotoComponent-container {
    padding-left: 1.5rem;
    padding-right: initial;
  }
  section.fwm-photo-panel.fwm-column-thirds.fwm-media-right .fwm-PhotoComponent-container::before {
    right: initial;
    left: 0;
  }
}
/* Drop Shadow */
.fwm-lightTheme img[src*="5b9fac76-b20a-4053-a6b3-0b56f06201c8"],
.fwm-lightTheme img[src*="8c446812-50da-4efc-a0bf-8f1885a31e3a"],
.fwm-lightTheme img[src*="215d0d16-0941-4613-abe9-bb07659790a3"],
.fwm-lightTheme img[src*="8df72516-3f76-4f4e-8806-85d402168ce4"],
.fwm-lightTheme img[src*=be0e6937-5f89-42e8-820b-f5c0c2d86073],
.fwm-lightTheme img[src*="6e526214-238c-4d47-8276-aff39dc07946"],
.fwm-lightTheme img[src*="308fb5c2-4da6-4800-bbcc-341fb041d67c"] {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}