@import "../global.css";
@import "../seamless.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);
}

/* 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::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--secondary-accent-line);
  margin: 0.75rem 0 0.75rem;
}

/* Hero Overlay/Box */
@media (min-width: 64rem) {
  .fwm-hero-overlay.fwm-hero-box .fwm-hero-large-text-container {
    max-width: calc(70% - 6.25rem);
  }
}
/* Border Box */
.fwm-lightTheme img[src*=ccf6a354-9a69-4ddc-851c-706e00fc3fea],
.fwm-lightTheme img[src*=c34a066d-5285-4074-87c9-a7974b3b36aa],
.fwm-lightTheme img[src*="9d7ab21f-cc83-4d7b-b91f-5d79dcdb9594"],
.fwm-lightTheme img[src*="9967df51-8efb-4319-9984-1e1e2935b144"],
.fwm-lightTheme img[src*="6c98743b-0fc5-4667-8b87-20c26fc3ae07"],
.fwm-lightTheme img[src*="2efc7c8e-60bd-4203-b7b9-d43380ece482"],
.fwm-lightTheme img[src*=ff0389d1-255d-4153-bf50-d31abd9e099a],
.fwm-lightTheme img[src*=b23ae142-1b0f-4a6b-a04a-144e435921ef],
.fwm-lightTheme img[src*="8b31379c-6f1a-41e7-ad46-8b3591725284"] {
  border: var(--border-box-theme-light);
  background: var(--white);
}

/* Publications */
.fwm-nestable-57b1fe26-f30a-492e-bf0b-c5de94da3d03 .fwm-nestable-grid {
  gap: 1rem;
}

.fwm-nestable-57b1fe26-f30a-492e-bf0b-c5de94da3d03 .nmx-col > div {
  padding: 0;
}