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

div#root {
  --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;
}

/* Primary H2 */
.fwm-section-header .fwm-section-header-hgroup .fwm-section-header-title-text {
  font-weight: 500;
}

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

/* Contact Map Header */
.fwm-lightTheme .fwm-team-map-title.fwm-section-header-title-text {
  color: var(--primary-text);
}

/* Accordion Headers */
.fwm-lightTheme div.accordion-container .accordion-item-title,
.fwm-lightTheme .mce-accordion summary {
  color: var(--primary-text) !important;
}

/* Testimonials */
section.fwm-client-testimonials-container .fwm-nestable-container {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--secondary);
}

div#root .fwm-nestable-0e46570e-92b2-40cb-abd4-94969682a296 hgroup::after, div#root .fwm-nestable-0e46570e-92b2-40cb-abd4-94969682a296 hgroup::before,
div#root .fwm-nestable-68bd68a0-d7da-425b-8e3a-4d2336d277d3 hgroup::after,
div#root .fwm-nestable-68bd68a0-d7da-425b-8e3a-4d2336d277d3 hgroup::before {
  display: none;
}
div#root .fwm-nestable-0e46570e-92b2-40cb-abd4-94969682a296 hgroup h2,
div#root .fwm-nestable-68bd68a0-d7da-425b-8e3a-4d2336d277d3 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-0e46570e-92b2-40cb-abd4-94969682a296 picture,
div#root .fwm-nestable-68bd68a0-d7da-425b-8e3a-4d2336d277d3 picture {
  box-shadow: none;
}
div#root .fwm-nestable-0e46570e-92b2-40cb-abd4-94969682a296 .fwm-team-selection-title,
div#root .fwm-nestable-68bd68a0-d7da-425b-8e3a-4d2336d277d3 .fwm-team-selection-title {
  border-color: var(--secondary);
}