/* Program areas - BRP */
/* Program areas - EGRP */
/* Program areas - HDRP */
/* Program areas - IS */
/* Program areas - Surveillance */
/* Program areas - OCS */
/* NCI Colors */
:root {
  --fs-xs: clamp(0.625rem, calc(0.75rem + -0.1vw), 0.85rem);
  --fs-100: clamp(0.85rem, calc(0.9rem + -0.1vw), 0.9rem);
  --fs-200: clamp(0.95rem, calc(0.95rem + 0.05vw), 1.025rem);
  --fs-300: clamp(1.3rem, calc(1.22rem + 0.3vw), 1.5rem);
  --fs-400: clamp(1.5rem, calc(1.3rem + 0.6vw), 2.3rem);
  --fs-500: clamp(1.9rem, calc(1.5rem + 1.6vw), 2.75rem);
  --fs-600: clamp(2.25rem, calc(1.75rem + 2.4vw), 3.5rem);
  --fs-700: clamp(2.75rem, calc(1.8rem + 4vw), 4.75rem);
  --fs-800: clamp(3.25rem, calc(2rem + 6vw), 6.25rem);
}

body {
  font-family: system-ui;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-200);
  line-height: 1.425;
  font-weight: 300;
}

h1 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-400);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: #1D1C1B;
}

h1.investments {
  max-width: 30ex;
}

h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-200);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1D1C1B;
  margin-top: 3rem;
}

h2.heading_one_styling {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-400);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: #1D1C1B;
}

h2.orgchart {
  margin: 4rem 0 1rem;
  text-align: center;
}

h2.contact-us {
  margin: 4rem 0 2rem 0;
  text-align: center;
}

h2.archive-heading {
  margin-top: 0;
}

h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-200);
  font-weight: 700;
  line-height: 1.2;
  color: #1D1C1B;
  max-width: 70ex;
}

h4 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-100);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  color: #4D4D4D;
}

h5.toc-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-300);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1D1C1B;
  max-width: 34ex;
  width: 100%;
  margin: 3rem 0;
}

.teal {
  color: #047995;
}

p,
ul > li {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-200);
  font-weight: 300;
}

ul > li {
  line-height: 1.55;
}

p {
  line-height: 1.666;
  margin-top: 0;
  margin-bottom: 1.375rem;
  text-wrap: pretty;
}

p.medium {
  font-weight: 500;
}

.text-content {
  max-width: 780px;
  padding-inline: 1rem;
  margin-inline: auto;
}

.signature {
  margin-top: 4rem;
}
.signature p.name {
  font-weight: 800;
  color: #58585b;
  text-transform: uppercase;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0;
}

p.img-caption {
  border-bottom: 1px solid #f1faf0;
  background-color: #FFFFFF;
  padding: 0.875rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  font-style: italic;
}

p.small,
p.img-caption {
  font-size: 0.8125rem;
  max-width: 120ex;
}

p.footnote {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  font-style: italic;
  max-width: 90ex;
  padding: 1rem;
  margin-bottom: 0;
  color: #1D1C1B;
}

p.footnote:target {
  border-radius: 6px;
  border: 1px solid #ededed;
  background-color: #fafafa;
  position: relative;
  display: block;
}

p.footnote:target::before {
  content: "\f061";
  position: absolute;
  width: 14px;
  height: 16px;
  top: 1.25rem;
  left: -1.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

p.contact-address {
  text-align: end;
}

.allcaps {
  text-transform: uppercase;
}

.first {
  margin-top: 0px;
}

b,
.bold {
  font-weight: 700;
}

.text-regular {
  font-weight: 400;
}

.no-wrap {
  white-space: nowrap;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, table a, cite a, ul > li a {
  color: #047995;
  text-decoration: none;
}
h1 a.urlbreak, h2 a.urlbreak, h3 a.urlbreak, h4 a.urlbreak, h5 a.urlbreak, h6 a.urlbreak, p a.urlbreak, table a.urlbreak, cite a.urlbreak, ul > li a.urlbreak {
  word-break: break-all;
}
h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover, p a:focus, p a:hover, table a:focus, table a:hover, cite a:focus, cite a:hover, ul > li a:focus, ul > li a:hover {
  color: #03657C;
  text-decoration: none;
}

a .linked, a.linked {
  background: linear-gradient(to right, #aad2f5, #aad2f5), linear-gradient(to right, #03657C, #03657C);
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 500ms;
}

a:hover .linked,
a:focus .linked,
a.linked:hover,
a.linked:focus {
  background-size: 0 1px, 100% 1px;
}

ul > li,
ol > li {
  margin-bottom: 8px;
}
ul > li a.urlbreak,
ol > li a.urlbreak {
  word-break: break-all;
}

ol > li:last-of-type,
ul > li:last-of-type {
  margin-bottom: 0;
}

ul.opportunities-list > li {
  position: relative;
  margin-bottom: 16px;
}

ul.opportunities-list > li:last-of-type {
  position: relative;
  margin-bottom: 8px;
}

ul.opportunities-list > li::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -32px;
  width: calc(100% + 32px);
  height: 1px;
  background-color: #4BBFC6;
}

ul.opportunities-list > li:last-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  display: none;
  background-color: transparent;
}

ul.opportunities-list li::marker {
  color: #14315C;
}

ul.sublist {
  background-color: #F0F0F0;
  padding: 1rem 1rem 1rem 2rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
}
ul.sublist li {
  list-style-type: disc;
}

html {
  scroll-behavior: smooth;
}

body.notransform {
  transform: none !important;
}

body {
  background: #fff url("../images/texture_bg.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.magnify {
  cursor: zoom-in;
}

/* ------------------------------ Skip Nav ------------------------------ */
#skipNav {
  display: block;
  padding: 1.25rem;
  color: #FFFFFF;
  background-color: #14315C;
  outline: 0;
  text-align: center;
}

.skiplink-text {
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  text-align: center;
  outline: 1px dotted;
}

#main-content:focus {
  outline: none;
}

/*------------------------------Back to Top -------------------------*/
.circle-ring {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 100;
  display: block;
}

.circle-ring::after {
  content: "";
  width: 50px;
  height: 50px;
  z-index: 90;
  position: absolute;
  top: 3px;
  left: 2px;
  background-image: url("../images/headshots/ring.png");
  background-size: 45px 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

a.scrollToTop {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  color: #047995;
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
  top: 5px;
  left: 5px;
  z-index: 100;
  transition: all 0.5s ease;
}

a.scrollToTop:focus-within,
a.scrollToTop:hover {
  color: #FFFFFF;
  background-color: #047995;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 6px -1px, rgba(0, 0, 0, 0.04) 0px 2px 4px -1px;
}

@media (max-width: 768px) {
  a.scrollToTop {
    bottom: 2.25rem;
    right: 2.25rem;
  }
}
@media (max-width: 576px) {
  a.scrollToTop {
    bottom: 1.75rem;
    right: 1.75rem;
  }
}
/* ------------------------------ Site Title styles ------------------------------ */
.site-title {
  border-bottom: 1px solid #F0F0F0;
  padding: 0.75rem 0;
}
.site-title span.overviewhighlights {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1D1C1B;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}
.site-title span.overviewhighlights a {
  color: #1D1C1B;
  position: relative;
  text-decoration: none;
}
.site-title span.overviewhighlights a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #1D1C1B;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.site-title span.overviewhighlights a:hover,
.site-title span.overviewhighlights a:focus {
  color: #1D1C1B;
  text-decoration: none;
}
.site-title span.overviewhighlights a:hover::before {
  transform: scaleX(1);
}
@media (max-width: 768px) {
  .site-title {
    padding: 0.6875rem 0;
  }
  .site-title span.overviewhighlights {
    font-size: 0.8125rem;
  }
}
@media (max-width: 576px) {
  .site-title {
    padding: 0.625rem 0;
  }
  .site-title span.overviewhighlights {
    font-size: 0.75rem;
  }
}

/* ------------------------------ Main Content ------------------------------ */
#main-content {
  padding-top: 7.5rem;
}

@media (max-width: 1200px) {
  #main-content {
    padding-top: 6rem;
  }
}
@media (max-width: 992px) {
  #main-content {
    padding-top: 5rem;
  }
}
@media (max-width: 768px) {
  #main-content {
    padding-top: 4rem;
  }
}
@media (max-width: 576px) {
  #main-content {
    padding-top: 3rem;
  }
}
/* ------------------------------ Row Styles ------------------------------ */
.lightgray-row {
  background-color: #F7F7F7;
  padding: 4rem 0;
  color: #1D1C1B;
}

.darkblue-row {
  background-color: #14315C;
  margin-top: 4rem;
  padding-bottom: 4rem;
  color: #FFFFFF;
}
.darkblue-row h1, .darkblue-row h2, .darkblue-row h3, .darkblue-row h4, .darkblue-row p, .darkblue-row ul > li, .darkblue-row ol > li {
  color: #FFFFFF;
}
.darkblue-row h1 a, .darkblue-row h2 a, .darkblue-row h3 a, .darkblue-row h4 a, .darkblue-row p a, .darkblue-row ul > li a, .darkblue-row ol > li a {
  color: #4BBFC6;
}

/* ------------------------------ Continue Section Styles ------------------------------ */
.continue-section {
  border-top: 1px solid #ededed;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 3rem 0;
  margin-top: 5rem;
}
.continue-section p.continue-subhead {
  color: #1D1C1B;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.08rem;
}

/* ------------------------------ spacer styles ------------------------------ */
.spacer-5 {
  display: block;
  height: 5px;
}

.spacer-10 {
  display: block;
  height: 10px;
}

.spacer-20 {
  display: block;
  height: 20px;
}

.spacer-30 {
  display: block;
  height: 30px;
}

.spacer-40 {
  display: block;
  height: 40px;
}

.spacer-50 {
  display: block;
  height: 50px;
}

/* ------------------------------ Message from the Director ------------------------------ */
.message-birds {
  position: relative;
  width: 1px;
  height: 1px;
}
.message-birds img {
  position: absolute;
  top: -12rem;
  left: -24rem;
  width: 900px;
  height: auto;
}
@media (max-width: 1500px) {
  .message-birds img {
    top: -8rem;
    left: -28rem;
    width: 800px;
  }
}
@media (max-width: 1300px) {
  .message-birds img {
    top: -9rem;
    left: -30rem;
    width: 750px;
  }
}
@media (max-width: 1200px) {
  .message-birds img {
    top: -14rem;
    left: -28rem;
    width: 700px;
  }
}
@media (max-width: 992px) {
  .message-birds img {
    display: none;
  }
}

.message-intro {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}
.message-intro h1 {
  max-width: 20ex;
  order: 2;
}
.message-intro .ring {
  position: relative;
  z-index: 10;
  display: block;
  order: 1;
  margin-right: 2rem;
}
.message-intro .ring::after {
  content: "";
  width: 130px;
  height: 130px;
  z-index: 5;
  position: absolute;
  top: -5px;
  left: -5px;
  background-image: url("../images/headshots/ring.png");
  background-size: 130px 130px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.message-intro .headshot {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .message-intro .ring::after {
    width: 120px;
    height: 120px;
    top: -5px;
    left: -5px;
    background-size: 120px 120px;
  }
  .message-intro .headshot {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 576px) {
  .message-intro .ring::after {
    width: 110px;
    height: 110px;
    top: -5px;
    left: -5px;
    background-size: 110px 110px;
  }
  .message-intro .headshot {
    width: 100px;
    height: 100px;
  }
}

/* ------------------------------ National Cancer Plan ------------------------------ */
.rubik-cube {
  display: flex;
  padding: 1rem 6rem;
}

.header-hamburger {
  align-self: center;
  margin-right: 20px;
  background-image: url("../images/teal-splotch.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-hamburger {
  width: 42px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}

@media (max-width: 768px) {
  .header-hamburger {
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .header-hamburger {
    margin-right: 0px;
  }
}
.btn-hamburger div,
.btn-hamburger::before,
.btn-hamburger::after {
  background-color: #1D1C1B;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 5px 0;
  transition: 0.25s;
}

.btn-hamburger:hover div,
.btn-hamburger:hover::before,
.btn-hamburger:hover::after {
  background-color: #1D1C1B;
}

.btn-hamburger:hover div {
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #1D1C1B;
}

.btn-hamburger:hover::before {
  width: 14px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: #1D1C1B;
}

.btn-hamburger:hover::after {
  width: 14px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: #1D1C1B;
}

/* ------------------------------ Nav Overlay ------------------------------ */
.offcanvas.offcanvas-top {
  height: 100svh;
}

.offcanvas {
  background: #fff url("../images/texture_bg.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.offcanvas .offcanvas-body {
  height: 100svh;
}
.offcanvas .btn-close {
  position: absolute;
  top: 1.875rem;
  right: 2.25rem;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D1C1B;
  width: 1.625rem;
  height: 1.625rem;
  margin: 0 0 0 2rem;
  opacity: 1;
  background-image: url("../images/teal-splotch.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.offcanvas .btn-close svg {
  width: 1rem;
  transition: 0.25s;
}
.offcanvas .btn-close:focus-within svg,
.offcanvas .btn-close:hover svg {
  width: 1.2rem;
}
.offcanvas .btn-close svg path {
  fill: currentcolor;
}

/* ------------------------------ Global Nav ------------------------------ */
.nav-container {
  display: flex;
  flex-direction: row;
  gap: 5rem;
  justify-content: center;
}
.nav-container .diver {
  width: 325px;
}

nav.global-nav .nav-list > .nav-item {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-100);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #1D1C1B;
  text-transform: uppercase;
  text-align: left;
}
nav.global-nav .nav-list > .nav-item {
  position: relative;
  margin-bottom: 2rem;
}
nav.global-nav .nav-list > .nav-item::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: calc(100% + 32px);
  height: 1px;
  background-color: #4BBFC6;
}
nav.global-nav .nav-link {
  display: inline-block;
  position: relative;
}
nav.global-nav .nav-link::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: #4BBFC6;
  height: 20px;
  left: 0;
  bottom: -2px;
  width: 0%;
  opacity: 0.4;
  transition: all 0.5s;
}
nav.global-nav .nav-link:focus-within,
nav.global-nav .nav-link:hover {
  cursor: pointer;
}
nav.global-nav .nav-link:focus-within::before,
nav.global-nav .nav-link:hover::before {
  width: 100%;
}
nav.global-nav .nav-link.active {
  font-weight: 800;
}
nav.global-nav .nav-link.active::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: #4BBFC6;
  height: 5px;
  left: 0;
  bottom: 5px;
  width: 100%;
  opacity: 0.4;
}

@media (max-width: 992px) {
  .nav-container {
    gap: 4rem;
  }
  .nav-container .diver {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .nav-container {
    gap: 3rem;
  }
  .nav-container .diver {
    margin-top: 5rem;
    width: 125px;
  }
}
@media (max-width: 576px) {
  .nav-container {
    gap: 0;
  }
  .nav-container .diver {
    width: 0;
    display: none;
  }
}
/* ------------------------------ Nav Pills and Buttons ------------------------------ */
.nav-pills {
  padding: 0 0 2rem 0;
}
.nav-pills .nav-item {
  width: 25%;
  padding: 20px 10px 0 10px;
}
.nav-pills .nav-item:last-of-type {
  margin-right: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #1D1C1B;
}

.nav-pills .nav-link {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 2px;
  border: none;
  background-color: #047995;
  padding: 0.875rem 1rem;
  margin-bottom: 0;
}

ul.nav-pills > li > button {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 700;
  background-color: #047995;
  color: #FFFFFF;
  border: 1px solid #047995;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.nav-pills > li > button:focus,
ul.nav-pills > li > button:hover {
  background-color: #03657C;
  color: #FFFFFF;
  text-decoration: none;
}

#tophat.minimized {
  transform: translateY(-100px);
  transition: all 0.3s ease-in-out;
}

#tophat {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

header {
  position: relative;
  top: 0;
  background: #fff url("../images/texture_bg.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 6px -1px, rgba(0, 0, 0, 0.04) 0px 2px 4px -1px;
}
header .nci-logo-area {
  border-bottom: 1px solid #F0F0F0;
}
header .nci-logo-row {
  height: 100px;
}
header a.nci-logo {
  padding-top: 10px;
  padding-left: 10px;
  display: inline-block;
}
header .nci-logo-large {
  width: 520px;
  height: auto;
}
header .nci-logo-small {
  width: 1px;
  height: 1px;
  display: none;
}
@media (max-width: 768px) {
  header a.nci-logo {
    padding-top: 25px;
    padding-left: 10px;
  }
  header .nci-logo-large {
    width: 1px;
    height: 1px;
    display: none;
  }
  header .nci-logo-small {
    width: auto;
    height: 54px;
    display: block;
  }
}
@media (max-width: 576px) {
  header a.nci-logo {
    padding-left: 0px;
  }
}
@media (max-width: 350px) {
  header .nci-logo-small {
    width: 100%;
    height: auto;
    display: block;
  }
}

header.hp-header {
  background-color: transparent;
  z-index: 101;
  border-bottom: 1px solid #F7F7F7;
}
header.hp-header a.nci-logo {
  padding-left: 1rem;
}
header.hp-header .nci-logo-area {
  border-bottom: none;
}
@media (max-width: 1200px) {
  header.hp-header a.nci-logo {
    padding-left: 0.75rem;
  }
}
@media (max-width: 992px) {
  header.hp-header a.nci-logo {
    padding-left: 0.5rem;
  }
}
@media (max-width: 768px) {
  header.hp-header a.nci-logo {
    padding-left: 0.25rem;
  }
}
@media (max-width: 576px) {
  header.hp-header a.nci-logo {
    padding-left: 0;
  }
}

footer {
  background: #fafafa;
  font-size: 0.875rem;
  color: #4D4D4D;
  padding-top: 3rem;
  border-top: 1px solid #ededed;
}
footer h2, footer h3, footer h4,
footer ul > li a,
footer p > a,
footer a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #4D4D4D;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  color: #404040;
  text-decoration: none;
}
footer a .linked, footer a.linked {
  background: linear-gradient(to right, #ccc, #ccc), linear-gradient(to right, #4D4D4D, #4D4D4D);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 500ms;
}
footer a:hover .linked,
footer a:focus .linked,
footer a.linked:hover,
footer a.linked:focus {
  color: #4D4D4D;
  background-size: 0 0.1em, 100% 0.1em;
}
footer ul > li {
  padding: 4px;
  max-width: 30ex;
}
@media (max-width: 768px) {
  footer ul {
    margin-bottom: 0;
    padding-bottom: 4px;
  }
  footer ul > li {
    text-align: end;
  }
}
@media (max-width: 576px) {
  footer ul > li {
    text-align: start;
  }
}
footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer a.follow-us {
  width: 100%;
  height: 70px;
  display: block;
  color: #404040;
  text-transform: uppercase;
  padding-top: 3rem;
}
footer a.follow-us .connect-text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
}
footer a.follow-us .linkedin-icon,
footer a.follow-us .twitter-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #FFFFFF;
  margin-right: 6px;
  transition: all 0.2s ease-in-out;
}
footer a.follow-us .linkedin-icon img,
footer a.follow-us .twitter-icon img {
  width: 34px;
  height: 34px;
  margin: 3px;
}
@media (max-width: 1200px) {
  footer a.follow-us .connect-text {
    font-size: 0.875rem;
  }
}
footer a.follow-us:hover, footer a.follow-us:focus {
  color: #404040;
  text-decoration: none;
}
footer a.follow-us:hover .linkedin-icon,
footer a.follow-us:hover .twitter-icon, footer a.follow-us:focus .linkedin-icon,
footer a.follow-us:focus .twitter-icon {
  transform: scale(1.1);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.07);
}
footer .livehelp {
  background: #FFFFFF;
  color: #1D1C1B;
  text-align: center;
  padding-top: 10px;
}
footer .livehelp img {
  width: 165px;
  height: 55px;
  display: block;
  margin: 0 auto;
}
footer .livehelp a {
  padding: 0px 0px 10px 0px;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #404040;
}
footer .livehelp a .livehelp-tel {
  font-size: 1rem;
  font-weight: 400;
}
footer .dccps {
  font-weight: 700;
  line-height: 1.2;
  max-width: 30ex;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
footer .dccps a {
  font-weight: 700;
  max-width: 30ex;
}
footer .tri-logos {
  margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
  footer .tri-logos {
    max-width: 16rem;
  }
  footer a.follow-us {
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 376px) {
  footer .tri-logos {
    max-width: 100%;
  }
}
footer .lightgray-row {
  background: #F0F0F0;
  margin-top: 3rem;
  padding: 0;
}
footer .lightgray-row .tagline-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ededed;
  height: 135px;
}
footer .lightgray-row .tagline-container .tagline {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.5rem;
  font-weight: 300;
  color: #404040;
  padding: 0;
  margin: 0;
}
footer .lightgray-row .tagline-container .tagline sup {
  font-size: 0.75rem;
  top: -1em;
}
footer .lightgray-row .tagline-container a.tagline {
  position: relative;
  text-decoration: none;
}
footer .lightgray-row .tagline-container a.tagline::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #1D1C1B;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
footer .lightgray-row .tagline-container a.tagline:hover,
footer .lightgray-row .tagline-container a.tagline:focus {
  color: #1D1C1B;
  text-decoration: none;
}
footer .lightgray-row .tagline-container a.tagline:hover::before {
  transform: scaleX(1);
}
footer .update-row {
  min-height: 40px;
  background: #4D4D4D;
}
footer .update-row .update {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1rem;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 0px;
  font-weight: 300;
}
footer .update-row .update span {
  margin-right: 3px;
}

@media (max-width: 992px) {
  footer .lightgray-row .tagline-container .tagline {
    font-size: 1.25rem;
  }
  footer .lightgray-row .tagline-container .tagline sup {
    font-size: 10px;
    top: -1em;
  }
}
@media (max-width: 768px) {
  footer .lightgray-row .tagline-container {
    height: 70px;
  }
  footer .lightgray-row .tagline-container .tagline {
    font-size: 1.125rem;
  }
  footer .lightgray-row .tagline-container .tagline sup {
    font-size: 0.56rem;
    top: -1em;
  }
}
@media (max-width: 500px) {
  footer .lightgray-row .tagline-container {
    height: 50px;
  }
  footer .lightgray-row .tagline-container .tagline {
    font-size: 1rem;
  }
  footer .lightgray-row .tagline-container .tagline sup {
    font-size: 8px;
    top: -1em;
  }
}
.orgchart-birds {
  position: relative;
  width: 1px;
  height: 1px;
}
.orgchart-birds img {
  position: absolute;
  top: -12rem;
  left: -2rem;
  width: 900px;
  height: auto;
}

main.leadership h1,
main.leadership h2,
main.leadership h3,
main.leadership h4,
main.leadership p,
main.leadership ul {
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
}

.research-tabs .tab-pane {
  border: 0px;
}

.tree {
  padding-inline: 2rem;
}
.tree li {
  max-width: 100%;
  margin-bottom: 0;
}
.tree .card {
  padding: 1rem;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  transition: all ease 0.3s;
}
.tree .card .card-dot-1,
.tree .card .card-dot-2A,
.tree .card .card-dot-2B,
.tree .card .card-dot-3 {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1D1C1B;
}
.tree .card .card-dot-1 {
  bottom: calc(-0.5rem + 4px);
  left: calc(50% - 4px);
}
.tree .card .card-dot-2A,
.tree .card .card-dot-2B {
  top: calc(-0.5rem + 4px);
  left: calc(50% - 4px);
}
.tree .card .card-dot-3 {
  left: calc(-0.5rem + 4px);
}
@media (max-width: 1200px) {
  .tree .card .card-dot-2A {
    top: auto;
    left: auto;
    right: calc(-0.5rem + 4px);
  }
  .tree .card .card-dot-2B {
    top: auto;
    left: calc(-0.5rem + 4px);
  }
}
@media (max-width: 768px) {
  .tree .card .card-dot-1 {
    bottom: calc(-0.5rem + 4px);
    left: calc(1rem + 29px);
  }
  .tree .card .card-dot-2A {
    top: auto;
    left: calc(-0.5rem + 4px);
    right: auto;
  }
}
.tree .card-level-1 {
  width: 33.33%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}
.tree .card-level-2 {
  width: 30%;
}
.tree a.card .card-img-headshot {
  position: relative;
  z-index: 10;
  min-width: 80px;
  height: 80px;
  box-sizing: content-box;
  border-radius: 50%;
  transition: all ease 0.3s;
  border: 3px solid #1D1C1B;
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.05);
}
.tree a.card .ring {
  position: relative;
  z-index: 10;
  display: block;
}
.tree a.card .ring .card-img-headshot {
  border: none;
}
.tree a.card .ring::after {
  content: "";
  width: 90px;
  height: 90px;
  z-index: 5;
  position: absolute;
  top: -5px;
  left: -5px;
  background-image: url("../images/headshots/ring.png");
  background-size: 90px 90px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.tree a.card .card-body {
  padding: 0 0 0 1.125rem;
}
.tree a.card .card-body h4 {
  font-size: 0.7rem;
  font-weight: 700;
  color: #4D4D4D;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0.125rem;
}
.tree a.card .card-body h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.25rem;
  font-weight: 700;
  color: #404040;
}
.tree a.card .card-body p {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  color: #404040;
  margin-bottom: 0;
}
.tree a.card:focus,
.tree a.card:hover {
  background-color: transparent;
  border-color: #F0F0F0;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}
.tree a.card:focus .card-body h3, .tree a.card:focus .card-body h4, .tree a.card:focus .card-body p,
.tree a.card:hover .card-body h3,
.tree a.card:hover .card-body h4,
.tree a.card:hover .card-body p {
  color: #1D1C1B;
  text-decoration: none;
}

.leadership-tree {
  padding-inline: 2rem;
}

@media (max-width: 992px) {
  .leadership-tree {
    padding-inline: 1.5rem;
  }
}
@media (max-width: 768px) {
  .leadership-tree {
    padding-inline: 1rem;
  }
}
@media (max-width: 576px) {
  .leadership-tree {
    padding-inline: 0.5rem;
  }
}
ul.horizontal {
  padding: 1.25rem 0 0 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  /*We will use ::before and ::after to draw the connectors*/
  /*We need to remove left-right connectors from elements without 
  any siblings*/
  /*Remove space from the top of single children*/
  /*Remove left connector from first child and 
  right connector from last child*/
  /*Adding back the vertical connector to the last nodes*/
  /*Time to add downward connectors from parents*/
}
ul.horizontal li {
  list-style-type: none;
  position: relative;
  padding: 20px 10px 0 10px;
}
ul.horizontal li::before,
ul.horizontal li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #1D1C1B;
  width: 50%;
  height: 20px;
}
ul.horizontal li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #1D1C1B;
}
ul.horizontal li:only-child::after,
ul.horizontal li:only-child::before {
  display: none;
}
ul.horizontal li:only-child {
  padding-top: 0;
}
ul.horizontal li:first-child::before,
ul.horizontal li:last-child::after {
  border: 0 none;
}
ul.horizontal li:last-child::before {
  border-right: 1px solid #1D1C1B;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
ul.horizontal li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
ul.horizontal ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #1D1C1B;
  width: 0;
  height: 20px;
}

ul.vertical {
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  /*We will use ::before and ::after to draw the connectors*/
}
ul.vertical li {
  list-style-type: none;
  position: relative;
  padding: 20px 0px 0px 20px;
}
ul.vertical li.not-connected {
  padding-left: 40px;
}
ul.vertical li.not-connected::after {
  width: 0;
}
ul.vertical li::before,
ul.vertical li::after {
  content: "";
  position: absolute;
  top: calc(50% + 10px);
  left: 0;
  border-left: 1px solid #1D1C1B;
  width: 20px;
  height: 20px;
}
ul.vertical li::after {
  left: 0;
  height: 110%;
  border-top: 1px solid #1D1C1B;
}
ul.vertical li:last-child::before {
  height: 0px;
}
ul.vertical li:nth-last-child(2)::after {
  height: 100%;
}
ul.vertical li:last-child::after {
  border-left: 1px solid #1D1C1B;
  width: 20px;
  height: 0px;
}

/*
li {
	list-style-type: none;
	position: relative;
	padding: 20px 10px 0 10px;
}
*/
ul > li > ul {
  padding: 20px 0 0 0;
  margin: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .tree ul.horizontal {
    width: 100%;
  }
  .tree ul.horizontal li {
    width: 100%;
  }
  .tree ul.horizontal .card-level-2 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
  }
}
@media (max-width: 1450px) {
  .nav-pills .nav-link {
    font-size: 0.875rem;
  }
  .tree a.card .card-body h4 {
    font-size: 0.6875rem;
  }
  .tree a.card .card-body h3 {
    font-size: 0.9375rem;
  }
  .tree a.card .card-body p {
    font-size: 0.8125rem;
  }
}
@media (max-width: 1200px) {
  .nav-pills .nav-link {
    font-size: 0.8125rem;
  }
  .tree a.card .card-body {
    padding: 0.2rem 0.75rem;
  }
  .tree a.card .card-img-headshot {
    min-width: 60px;
    height: 60px;
    border: 3px solid #1D1C1B;
  }
  .tree a.card .ring::after {
    content: "";
    width: 70px;
    height: 70px;
    z-index: 5;
    position: absolute;
    top: -5px;
    left: -5px;
    background-image: url("../images/headshots/ring.png");
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .tree .card-level-1 {
    width: 60%;
  }
  .tree .card-level-2 {
    width: 33.3%;
  }
  .tree .card-level-1 {
    width: 50%;
  }
  .tree .card-level-2 {
    width: 50%;
  }
  ul.horizontal {
    flex-wrap: wrap;
  }
  ul.horizontal li::after {
    left: 0;
    height: 110%;
    width: 0;
    border-top: 1px solid #1D1C1B;
  }
  ul.horizontal li:nth-child(1),
  ul.horizontal li:nth-child(3) {
    padding: 20px 20px 0 5px;
  }
  ul.horizontal li:nth-child(2),
  ul.horizontal li:nth-child(4) {
    padding: 20px 5px 0 20px;
  }
  ul.horizontal li:nth-child(1)::before,
  ul.horizontal li:nth-child(3)::before {
    border-top: 1px solid #1D1C1B;
    border-left: none;
    width: 20px;
    right: 0px;
    left: auto;
    top: calc(50% + 10px);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  ul.horizontal li:nth-child(1)::after,
  ul.horizontal li:nth-child(3)::after {
    border-top: none;
    left: 0;
    height: 0;
  }
  ul.horizontal li:nth-child(2)::before,
  ul.horizontal li:nth-child(4)::before {
    border-top: 1px solid #1D1C1B;
    border-right: none;
    width: 20px;
    right: auto;
    left: 0px;
    top: calc(50% + 10px);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  ul.horizontal li:nth-child(4)::after {
    left: 0;
    height: calc(50% + 10px);
    width: 0;
    border-left: 1px solid #1D1C1B;
  }
}
@media (max-width: 992px) {
  .nav-pills .nav-link {
    font-size: 0.75rem;
  }
  .nav-pills .nav-item {
    width: 50%;
    padding-top: 0;
  }
  .tree a.card .card-body h4 {
    font-size: 0.625rem;
  }
  .tree a.card .card-body h3 {
    font-size: 0.875rem;
  }
  .tree a.card .card-body p {
    font-size: 0.75rem;
  }
  .tree a.card .card-img-headshot {
    min-width: 60px;
    height: 60px;
    border: 3px solid #1D1C1B;
  }
  .tree a.card .ring::after {
    content: "";
    width: 70px;
    height: 70px;
    z-index: 5;
    position: absolute;
    top: -5px;
    left: -5px;
    background-image: url("../images/headshots/ring.png");
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
@media (max-width: 768px) {
  .nav-pills .nav-link {
    font-size: 0.6875rem;
  }
  .tree a.card .card-img-headshot {
    min-width: 60px;
    height: 60px;
    border: 3px solid #1D1C1B;
  }
  .tree .card-level-1,
  .tree .card-level-2 {
    width: 100%;
    max-width: 100%;
  }
  .leadership-tree ul.horizontal ul.horizontal {
    padding-left: 3rem;
  }
  ul.horizontal {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }
  ul.horizontal li {
    padding-left: 0;
    padding-right: 0 !important;
  }
  ul.horizontal li ul.horizontal > li {
    padding-left: 20px;
  }
  ul.horizontal li::before,
  ul.horizontal li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 1px solid #1D1C1B;
    width: 20px;
    height: 20px;
  }
  ul.horizontal li::after {
    left: 0;
    height: calc(100% + 10px);
    border-top: 1px solid #1D1C1B;
  }
  ul.horizontal li:first-child::after {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  ul.horizontal li:last-child::before {
    height: 0px;
  }
  ul.horizontal li:nth-child(1)::before,
  ul.horizontal li:nth-child(3)::before {
    right: auto;
    left: 0;
  }
  ul.horizontal li:nth-child(1)::after,
  ul.horizontal li:nth-child(3)::after {
    left: 0;
    height: 100%;
  }
  ul.horizontal li:nth-child(2)::after,
  ul.horizontal li:nth-child(4)::after {
    border-top: none;
  }
  ul.horizontal li:nth-last-child(2)::after {
    height: calc(100% + 10px);
  }
  ul.horizontal li:nth-child(4)::after {
    height: 0;
  }
  ul.horizontal ul::before {
    left: 3rem;
    height: 100px;
  }
}
@media (max-width: 576px) {
  .nav-pills .nav-item {
    width: 100%;
  }
  ul.nav-pills > li > a {
    margin-bottom: 0;
  }
  .tree a.card .card-body h4 {
    font-size: 0.5rem;
  }
  .tree a.card .card-body h3 {
    font-size: 0.75rem;
  }
  .tree a.card .card-body p {
    font-size: 0.625rem;
  }
  .tree a.card .card-img-headshot {
    min-width: 50px;
    height: 50px;
    border: 3px solid #1D1C1B;
  }
  .tree a.card .ring::after {
    content: "";
    width: 60px;
    height: 60px;
    z-index: 5;
    position: absolute;
    top: -5px;
    left: -5px;
    background-image: url("../images/headshots/ring.png");
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
/* ------------------------------ Card Link Styles ------------------------------ */
a.link-card {
  display: block;
  position: relative;
  text-decoration: none;
  z-index: 1;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem 1rem;
  max-width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  background-color: #fbfefd;
}
a.link-card .card-icon img {
  display: block;
  margin: 0 auto;
  max-width: 80px;
}
a.link-card .card-body {
  color: #047995;
}
a.link-card h3.summary-subhead {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-100);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #047995;
  text-align: center;
  margin: 0 0 0.5rem;
}

a.link-card:hover,
a.link-card:focus {
  z-index: 2;
  opacity: 1;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.06);
  transform: scale(1.07);
  transition: 0.3s;
}
a.link-card:hover .card-body,
a.link-card:focus .card-body {
  color: #14315C;
}
a.link-card:hover h4.summary-subhead,
a.link-card:focus h4.summary-subhead {
  color: #14315C;
}

/* ------------------------------ Homepage Styles ------------------------------ */
#main-content.homepage {
  padding-top: 0;
}

.hp-title {
  display: none;
}

.report-intro {
  display: none;
}

.report-title {
  max-width: 32rem;
}

.site-intro {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
.site-intro p {
  font-size: clamp(1.22rem, 1.3rem + 0.2vw, 1.5625rem);
  line-height: 1.875;
  font-weight: 300;
}
@media (max-width: 768px) {
  .site-intro {
    margin-top: -10rem;
  }
}
.site-intro a {
  background: transparent;
}
.site-intro a.scroll-complete {
  border-bottom: 1px solid #aad2f5;
}
.site-intro a.scroll-complete:hover {
  border-bottom: 1px solid #000;
}
.site-intro p > div {
  background: linear-gradient(to right, rgb(37, 66, 37) 50%, rgb(248, 248, 248) 50%);
}
.site-intro a > div {
  background: linear-gradient(to right, rgb(4, 121, 149) 50%, rgb(248, 248, 248) 50%);
}
.site-intro p > div, .site-intro a > div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  display: inline !important;
}

.site-intro p.special-508 > div {
  color: black !important;
}

.site-intro a.special-508 > div {
  color: rgb(4, 121, 149) !important;
  border-bottom: 1px solid #aad2f5;
}

.video-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 360px;
  aspect-ratio: 16/7;
  overflow: hidden;
}
.video-wrapper #divers {
  display: block;
}
.video-wrapper #divers-mobile {
  display: none;
}

.video-wrapper {
  display: none !important;
}

.outsideThePool {
  margin-top: -300px;
  height: 300vh !important;
}
@media all and (device-width: 1180px) and (device-height: 820px) and (orientation: landscape) {
  .outsideThePool {
    margin-top: 0;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .outsideThePool {
    margin-top: 0;
  }
}
.outsideThePool img {
  position: absolute;
  width: 1600px;
  height: 700px;
  z-index: 1;
  bottom: -30px;
}
@media (max-width: 1400px) {
  .outsideThePool img {
    bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .outsideThePool img {
    bottom: 60px;
  }
}
@media (max-width: 992px) {
  .outsideThePool {
    margin-top: 0;
  }
  .outsideThePool #divers-scroll {
    top: 0 !important;
  }
  .outsideThePool #divers-scroll img {
    bottom: 40px;
  }
}

#divers-scroll {
  top: -62px !important;
}
@media (max-width: 1200px) {
  #divers-scroll {
    top: -170px !important;
  }
}
#divers-scroll video {
  width: 500px !important;
  height: 500px !important;
}

img.desk {
  display: block;
}

img.mobile {
  display: none;
}

@media (max-width: 992px) {
  .report-intro {
    display: flex;
    max-width: 450px;
    padding: 6rem 4rem;
    position: relative;
    top: 3rem;
  }
  .video-wrapper {
    aspect-ratio: 1/1;
    min-height: 340px;
    max-height: 450px;
    padding-inline: 2rem;
  }
  .video-wrapper #divers {
    display: none;
  }
  .video-wrapper #divers-mobile {
    display: block;
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
  }
  img.desk {
    display: none;
  }
  img.mobile {
    display: block;
    top: -50px;
    position: relative;
    margin-bottom: 250px;
  }
}
/* ------------------------------ NCI Goals Styles ------------------------------ */
.eight-goals {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

ul.goals-number-list {
  padding-left: 0;
  list-style: none;
}

.goals-number-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 1140px;
  margin: 0 auto;
}
.goals-number-list li {
  max-width: 48%;
}
.goals-number-list li a.link-card {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  text-align: left;
  height: 100%;
  padding: 2rem;
}
.goals-number-list li a.link-card .card-icon {
  margin-bottom: 1rem;
}
.goals-number-list li a.link-card .card-icon img.icon {
  width: 80px;
}
.goals-number-list li a.link-card .card-icon .number {
  margin-top: 1rem;
}
.goals-number-list li a.link-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.goals-number-list li a.link-card .card-body h3 {
  font-size: var(--fs-200);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.goals-number-list li a.link-card .card-body p {
  font-size: var(--fs-200);
  color: #1D1C1B;
  margin-bottom: 0;
}

/* svg section */
.eight-goals svg {
  height: 80px;
  width: 80px;
  display: block;
}
.eight-goals svg .st0 {
  fill: none;
}
.eight-goals svg .st1 {
  fill: none;
  stroke: #1d1c1b;
  stroke-linecap: round;
  stroke-width: 1;
}

.eight-goals .line {
  fill: none;
  stroke-width: 0;
  visibility: hidden;
}

@media (max-width: 1100px) {
  .eight-goals {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .goals-number-list {
    flex-direction: column;
    align-content: center;
    margin-inline: 4rem;
  }
  .goals-number-list li {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .eight-goals {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .goals-number-list {
    margin-inline: 2rem;
  }
}
.plan-goals {
  position: relative;
}
.plan-goals .goal-number {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-300);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4D4D4D;
  margin-bottom: 0.25rem;
}
.plan-goals .goal-number span {
  font-weight: 800;
  color: #047995;
}

#main-content.plan-goals {
  padding-top: 0;
}

@media (max-width: 1200px) {
  #main-content.plan-goals {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  #main-content.plan-goals {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #main-content.plan-goals {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  #main-content.plan-goals {
    padding-top: 0;
  }
}
.goal-subnav {
  background-color: rgba(242, 242, 242, 0.8);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 5px -1px, rgba(0, 0, 0, 0.02) 0px 1px 3px -1px;
  min-height: calc(90dvh - 145px);
  padding-block: 6rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.goal-subnav h2.summary-intro {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-100);
  font-weight: 300;
  line-height: 1.2;
  color: #4D4D4D;
  max-width: 100%;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 2rem;
}
.goal-subnav h2.summary-intro b {
  color: #047995;
  font-weight: 600;
}

.goal-story {
  display: grid;
  grid-template-columns: minmax(4rem, 1fr) minmax(30ex, 45ex) minmax(30ex, 45ex) minmax(60ex, 1fr) minmax(4rem, 1fr);
  grid-template-rows: repeat(3, auto) 100%;
  column-gap: 3rem;
  padding: 8rem 0;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 6px -1px, rgba(0, 0, 0, 0.04) 0px 2px 4px -1px;
}
.goal-story .title {
  grid-column-start: 2;
  grid-row-start: 1;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.goal-story .title .title-img {
  max-width: 5.625rem;
  width: 5.625rem;
}
.goal-story .title .title-body {
  max-width: 30ex;
}
.goal-story .summary {
  grid-column-start: 2;
  grid-row-start: 2;
  padding-left: 6.625rem;
}
.goal-story .summary h3:first-child {
  margin-top: 0.5rem;
}
.goal-story .currentstate {
  grid-column-start: 3;
  grid-row-start: 2;
  padding-inline: 2rem;
}
.goal-story .currentstate h3:first-child {
  margin-top: 0.5rem;
}
.goal-story .currentstate p {
  font-weight: 500;
}
.goal-story .strategy-contribution {
  grid-column-start: 4;
  grid-row-start: 2;
  grid-row-end: 4;
}
.goal-story .strategy-contribution h3:first-child {
  margin-top: 0.5rem;
}
.goal-story .goal-infographic-1 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  justify-self: center;
  max-width: 44rem;
  margin-block: 2rem;
}
.goal-story .goal-image-illustration {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  justify-self: center;
}
.goal-story .goal-image-map {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  justify-self: center;
}
.goal-story .goal-image-illustration-2 {
  margin-top: 6rem;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 4;
  justify-self: center;
}
.goal-story .venn-diagram {
  margin-top: 5rem;
  display: flex;
  justify-self: center;
}
.goal-story h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-400);
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  color: #404040;
}
.goal-story h2 b {
  font-weight: 800;
  color: #23b7c0;
}
.goal-story h2 span {
  display: block;
  font-size: var(--fs-100);
  font-weight: 500;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
}
.goal-story h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-200);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1D1C1B;
  margin-top: 3rem;
}
.goal-story h4 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: var(--fs-200);
  font-weight: 700;
  line-height: 1.2;
  color: #1D1C1B;
  max-width: 70ex;
}
.goal-story ul > li::marker {
  color: #14315C;
}

.goal-2-grid {
  grid-template-rows: auto auto 100%;
  grid-auto-flow: row;
}

.goal-4-grid .goal-image-illustration {
  grid-row-start: 2;
  grid-row-end: 4;
  align-self: end;
}

.goal-8-grid-A .goal-image-illustration {
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 4;
}
.goal-8-grid-A .goal-image-illustration img {
  margin-top: 12rem;
}

.goal-8-grid-B .goal-image-illustration {
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 4;
}
.goal-8-grid-B .goal-image-illustration img {
  margin-top: 16rem;
}

@media (max-width: 768px) {
  .goal-8-grid-A .goal-image-illustration img,
  .goal-8-grid-B .goal-image-illustration img {
    margin-top: 2rem;
  }
}
@media (max-width: 1300px) {
  .goal-story {
    padding: 7rem 0;
    column-gap: 2rem;
  }
}
@media (max-width: 1200px) {
  .goal-story {
    padding: 6.5rem 0;
    column-gap: 1.75rem;
    grid-template-columns: minmax(2rem, 4rem) 1fr 1fr minmax(2rem, 4rem);
    grid-template-rows: repeat(5, auto);
  }
  .goal-story h3 {
    margin-top: 1rem;
  }
  .goal-story ul {
    margin-bottom: 1.875rem;
  }
  .goal-story .title {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    margin-bottom: 3rem;
    position: relative;
    left: calc(-90px - 1rem);
  }
  .goal-story .summary {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    padding-left: 0;
  }
  .goal-story .currentstate {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    padding-inline: 0;
  }
  .goal-story .strategy-contribution {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .goal-story .goal-image-illustration {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 5;
    margin-top: 5rem;
  }
  .goal-story .goal-image-map {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 5;
    margin-top: 5rem;
  }
  .goal-story .goal-image-illustration-2 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    justify-self: center;
    margin-top: 6rem;
  }
  .goal-story .goal-infographic-1 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 5;
    margin-top: 5rem;
  }
  .goal-story .venn-diagram {
    margin-top: 3rem;
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  .goal-story {
    padding: 5rem 0;
    column-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .goal-story {
    padding: 4rem 0;
    column-gap: 1.25rem;
    grid-template-columns: minmax(1rem, 3rem) 120px auto minmax(1rem, 3rem);
    grid-template-rows: repeat(6, auto);
  }
  .goal-story .title {
    margin-bottom: 1rem;
  }
  .goal-story .goal-image-illustration {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 6;
    margin-top: 3rem;
    justify-self: center;
  }
  .goal-story .goal-image-illustration img {
    max-height: 500px;
  }
  .goal-story .goal-image-map {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 6;
    margin-top: 3rem;
    justify-self: center;
  }
  .goal-story .goal-infographic-1 {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 6;
    margin-top: 3rem;
  }
}
@media (max-width: 576px) {
  .goal-story {
    padding: 3rem 0;
    column-gap: 1rem;
    grid-template-columns: minmax(20px, 2rem) auto minmax(20px, 2rem);
  }
  .goal-story .title {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    margin-bottom: 2rem;
    position: relative;
    left: 0;
  }
  .goal-story .summary {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .goal-story .currentstate {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .goal-story .strategy-contribution {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .goal-story .goal-image-illustration {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .goal-story .goal-image-map {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .goal-story .goal-infographic-1 {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
.no-shadow {
  box-shadow: none;
}

#goal-jump-links .link-card {
  height: 100%;
  padding: 1rem;
  margin: 0;
}
#goal-jump-links .link-card > p.card-body {
  text-align: left;
  font-size: var(--fs-100);
  line-height: 1.333;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #goal-jump-links .row {
    row-gap: 1.5rem;
  }
}

.factoids {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.factoids .fact-1,
.factoids .fact-2,
.factoids .fact-3 {
  margin-top: 2rem;
}
.factoids p {
  font-weight: 500;
  max-width: 25ex;
}
.factoids span {
  display: block;
  font-size: var(--fs-500);
  line-height: 1.1;
  font-weight: 700;
  color: #047995;
  margin-bottom: 0.25rem;
}
.factoids span.subhead {
  display: block;
  font-size: var(--fs-100);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #2A2A2A;
}

.underrepresented-scholars {
  width: 100%;
  margin-block: 2rem;
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
.underrepresented-scholars img {
  width: 60%;
}

@media (max-width: 768px) {
  .underrepresented-scholars {
    max-width: 16rem;
  }
}
