@charset "UTF-8";
/* Program areas - BRP */
/* Program areas - EGRP */
/* Program areas - HDRP */
/* Program areas - IS */
/* Program areas - Surveillance */
/* Program areas - OCS */
/* Program areas-Heath Disparities and Health Equality */
/* NCI Colors */
/* Overview and Highlights 2023 colors */
/* Overview and Highlights 2022 colors */
.prism-effect {
  background: rgb(98, 200, 214);
  background: linear-gradient(90deg, rgb(196, 101, 127) 0%, rgb(246, 210, 170) 20%, rgb(245, 210, 170) 40%, rgb(31, 178, 151) 60%, rgb(98, 200, 214) 80%, rgb(108, 101, 153) 100%);
}

body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.125rem;
  line-height: 1.425;
  font-weight: 300;
}

h1 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 3.6rem;
  font-weight: 100;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: #2a8085;
}

h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #19315b;
  margin-top: 3rem;
}

h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #19315b;
  max-width: 70ex;
}

h4 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  color: #4a4a4a;
}

h1.future-directions-h1 {
  margin-bottom: 0;
}

h1.fd-health-equity,
h1.fd-data-strategies,
h1.fd-policy-research,
h1.fd-digital-health,
h1.fd-risk-factors,
h1.fd-climate-change {
  position: relative;
  margin-bottom: 0;
}

h1.fd-health-equity::before,
h1.fd-data-strategies::before,
h1.fd-policy-research::before,
h1.fd-digital-health::before,
h1.fd-risk-factors::before,
h1.fd-climate-change::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 10px;
  left: -120px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
}

h1.fd-health-equity::before {
  background-image: url("../img/health-equity-icon.svg");
}

h1.fd-data-strategies::before {
  background-image: url("../img/data-strategies-icon.svg");
}

h1.fd-policy-research::before {
  background-image: url("../img/policy-research-icon.svg");
}

h1.fd-digital-health::before {
  background-image: url("../img/digital-health-icon.svg");
}

h1.fd-risk-factors::before {
  background-image: url("../img/risk-factors-icon.svg");
}

h1.fd-climate-change::before {
  background-image: url("../img/climate-change-icon.svg");
}

a.fd-subhead {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  display: block;
  color: #2a8085;
}

a.fd-subhead:focus,
a.fd-subhead:hover {
  text-decoration: underline;
}

h2.selected-examples {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2a8085;
  margin: 0 0 2rem 0;
}

h2.contact-us {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 2.25rem;
  font-weight: 200;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2a8085;
  margin: 4rem 0 2rem 0;
  text-align: center;
}

h2.future-directions-h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2a8085;
  margin: 0 0 2rem 0;
}

h2.number {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-top: 0.2rem;
  margin-bottom: 1.5rem;
  font-variant-numeric: lining-nums;
}
h2.number span {
  font-size: 2.5rem;
}

h2.orgchart {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: none;
  text-align: center;
  position: relative;
  color: #FFFFFF;
}

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

.research-tabs h3 {
  font-size: 1.5rem;
}

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

p + h2,
ul + h2 {
  margin-top: 3rem;
}

h2 + h3,
p + h3,
ul + h3 {
  margin-top: 1.25rem;
}

p + h4,
ul + h4 {
  margin-top: 0.125rem;
}

p {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.0625rem;
  font-weight: 300;
  color: #1a1a1a;
  line-height: 1.6;
  max-width: 80ex;
}

p > b {
  color: #363636;
}

p.future-directions-intro {
  font-weight: 500;
  color: #1a5e86;
}

p.text-intro {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-style: italic;
  color: #1a5e86;
  font-weight: 400;
  font-size: 1.375rem;
  text-align: center;
}

main ul > li,
main ol > li {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.0625rem;
  font-weight: 300;
  color: #1a1a1a;
  line-height: 1.6;
  max-width: 80ex;
}
main ul > li h2,
main ol > li h2 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #363636;
  line-height: 1.6;
  letter-spacing: 0.02em;
  max-width: 80ex;
  text-transform: none;
  margin-top: 2rem;
  margin-bottom: 0;
}

/*
main p:last-child {
	margin-bottom: 40px;
}
*/
main ul > li > p:last-child,
main ol > li > p:last-child {
  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: #1a1a1a;
}

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

.divider {
  font-weight: 400;
  color: #757575;
  margin: 0 8px;
}

.by-the-numbers sup {
  font-size: 0.625em;
}

@media (max-width: 1400px) {
  h2.future-direction-subhead {
    font-size: 2.0625rem;
  }
}
@media (max-width: 1200px) {
  h2.future-directions-h2 {
    font-size: 2.25rem;
  }
  h2.future-direction-subhead {
    font-size: 2.0625rem;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 1.125rem;
  }
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 1.125rem;
  }
  h3 {
    font-size: 1rem;
  }
  h4 {
    font-size: 1rem;
  }
  p,
  main ul > li,
  main ol > li,
  footer ul > li {
    font-size: 1rem;
  }
  p.footnote {
    font-size: 0.8125rem;
  }
  h2.future-directions-h2 {
    font-size: 2rem;
  }
  h2.future-direction-subhead {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  h2.number {
    font-size: 4.75rem;
  }
  h2.number span {
    font-size: 2.375rem;
  }
  h2.orgchart {
    font-size: 2rem;
  }
  h2.orgchart::after {
    top: 1.25rem;
  }
  .research-tabs h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
  h3 {
    font-size: 0.9375rem;
  }
  h4 {
    font-size: 0.9375rem;
  }
  p,
  main ul > li,
  main ol > li,
  footer ul > li {
    font-size: 0.9375rem;
  }
  p.small,
  p.img-caption,
  p.footnote {
    font-size: 0.75rem;
  }
  p.contact-address {
    text-align: start;
  }
  h2.future-directions-h2 {
    font-size: 1.875rem;
  }
  h2.future-direction-subhead {
    font-size: 1.875rem;
    padding-left: 5.75rem;
  }
  h2.number {
    font-size: 4.25rem;
  }
  h2.number span {
    font-size: 2.25rem;
  }
  h2.orgchart {
    font-size: 1.75rem;
  }
  h2.orgchart::after {
    top: 1rem;
  }
  .research-tabs h3 {
    font-size: 1.125rem;
  }
  /*
  main p:last-child {
  	margin-bottom: 30px;
  }
  */
}
@media (max-width: 576px) {
  body {
    font-size: 0.9375rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 0.9375rem;
    margin-top: 2rem;
  }
  h3 {
    font-size: 0.875rem;
  }
  h4 {
    font-size: 0.875rem;
  }
  p,
  main ul > li,
  main ol > li,
  footer ul > li {
    font-size: 0.875rem;
  }
  h2.archive-heading {
    margin-top: 2rem;
  }
  h2.future-directions-h2 {
    font-size: 1.5rem;
  }
  h2.future-direction-subhead {
    font-size: 1.5rem;
    padding-left: 4.75rem;
  }
  h2.number {
    font-size: 3.5rem;
  }
  h2.number span {
    font-size: 2rem;
  }
  h2.orgchart {
    font-size: 1.5rem;
  }
  .research-tabs h3 {
    font-size: 1rem;
  }
  /*
  main p:last-child {
  	margin-bottom: 20px;
  }
  */
}
@media (max-width: 400px) {
  h2.future-direction-subhead {
    font-size: 1.25rem;
  }
}
.first {
  margin-top: 0px;
}

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

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

.file-info {
  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: #2f70a8;
  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: #1a5e86;
  text-decoration: none;
}

a .linked, a.linked {
  background: linear-gradient(to right, #aad2f5, #aad2f5), linear-gradient(to right, #1a5e86, #1a5e86);
  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;
}

@media (max-width: 992px) {
  .list-2col {
    margin-bottom: 8px;
  }
}
/* ------------------------------ Quote Area ------------------------------  */
.quote-row-darkblue {
  background-color: #19315b;
  color: #FFFFFF;
  padding: 2rem 0;
}

.quote-row-lightteal {
  background-color: #e2f2f0;
  color: #2a8085;
  padding: 2rem 0;
}

blockquote {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.625rem;
  font-weight: 200;
  font-style: normal;
  line-height: 1.6;
  color: inherit;
  border-left: none;
  margin-bottom: 2px;
  padding-left: 12px;
  padding-bottom: 2px;
  position: relative;
  max-width: 45ex;
}
blockquote q {
  quotes: "“" "”";
  position: relative;
}
blockquote q::before {
  content: open-quote;
  position: absolute;
  top: -5px;
  left: -10px;
}
blockquote q::after {
  content: close-quote;
}

cite {
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  color: inherit;
  padding: 5px 30px;
  display: block;
  position: relative;
  margin-bottom: 3rem;
}

cite::before {
  content: "–";
  position: absolute;
  left: 15px;
}

@media (max-width: 992px) {
  blockquote {
    font-size: 1.5rem;
  }
  cite {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  blockquote {
    font-size: 1.375rem;
    margin-top: 6rem;
  }
  cite {
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  blockquote {
    font-size: 1.25rem;
  }
  cite {
    font-size: 0.875rem;
  }
}
/* --------------- Definition List ------------- */
.group {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0.5rem;
}

dt {
  width: 33%;
  text-align: end;
  padding-right: 1rem;
}

dd {
  margin-left: auto;
  width: 66%;
}

.group:nth-child(odd) {
  background-color: #f1f1f1;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 12rem;
}

body.notransform {
  transform: none !important;
}

.magnify {
  cursor: zoom-in;
}

/* ------------------------------ Skip Nav ------------------------------ */
#skipNav {
  display: block;
  padding: 1.25rem;
  color: #FFFFFF;
  background-color: #19315b;
  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 -------------------------*/
a.scrollToTop {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  color: #2f70a8;
  text-decoration: none;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 3px solid #4fb9c2;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 100;
  transition: all 0.5s ease;
}

a.scrollToTop:focus,
a.scrollToTop:hover {
  color: #FFFFFF;
  background-color: #2f70a8;
  box-shadow: inset 0 0 8px rgba(0, 85, 100, 0.6);
}

@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 {
  background: rgb(251, 254, 253);
  border-bottom: 1px solid #f1f1f1;
  padding: 0.75rem 0;
}
.site-title span.overviewhighlights {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #13547B;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}
.site-title span.overviewhighlights a {
  color: #2f70a8;
  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: #19315b;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.site-title span.overviewhighlights a:hover,
.site-title span.overviewhighlights a:focus {
  color: #19315b;
  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;
  }
}

/* ------------------------------ Row Styles ------------------------------ */
.lightgray-row {
  background-color: #f1f1f1;
  padding: 4rem 0;
  color: #1a1a1a;
}

.lightteal-row {
  background-color: #e2f2f0;
  background: linear-gradient(#e2f2f0, #FFFFFF);
  margin-top: 4rem;
  padding-bottom: 4rem;
}

.darkblue-row {
  background-color: #19315b;
  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: #00bde3;
}

.message,
.endingcancer,
.additional-info {
  margin-top: 0;
  padding-top: 4rem;
  position: relative;
}

@media (max-width: 768px) {
  .lightteal-row,
  .darkblue-row {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
  .message,
  .endingcancer,
  .additional-info {
    margin-top: 0;
    padding-top: 3rem;
  }
}
@media (max-width: 576px) {
  .lightteal-row,
  .darkblue-row {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  .message,
  .endingcancer,
  .additional-info {
    margin-top: 0;
    padding-top: 2rem;
  }
}
/* ------------------------------ By The Numbers Section---------------------------- */
.by-the-numbers-section {
  background-color: #FFFFFF;
  color: #FFFFFF;
  background-image: url("../img/btn-top-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  margin-bottom: 8rem;
}
.by-the-numbers-section h1, .by-the-numbers-section p {
  color: #FFFFFF;
}
.by-the-numbers-section h1.btn-h1 {
  margin-top: 4rem;
  margin-bottom: 6rem;
  max-width: 8ex;
  text-align: left;
}
.by-the-numbers-section p.text-intro {
  font-size: 1.375rem;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  font-style: normal;
  color: #2a8085;
  max-width: 40ex;
}
.by-the-numbers-section img.btn-img {
  margin-top: 5rem;
}

.by-the-numbers-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  margin: 0 2rem 5rem;
}
.by-the-numbers-grid .by-the-numbers-box {
  background-color: #fbfefd;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  padding: 1.5rem;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.06);
}
.by-the-numbers-grid .by-the-numbers-box .by-the-numbers-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.75rem;
}
.by-the-numbers-grid .by-the-numbers-box .by-the-numbers-icon {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 1rem;
}
.by-the-numbers-grid .by-the-numbers-box h3 {
  font-size: 3rem;
  font-weight: 300;
  color: #757575;
  margin: 0;
}
.by-the-numbers-grid .by-the-numbers-box p {
  font-size: 0.9375rem;
  color: #363636;
}
.by-the-numbers-grid .by-the-numbers-box p b {
  color: #4a4a4a;
  font-weight: 600;
}

@media (max-width: 992px) {
  .by-the-numbers-section {
    background-position: center -50px;
    margin-bottom: 4rem;
  }
  .by-the-numbers-section p.text-intro {
    font-size: 1.125rem;
  }
  .by-the-numbers-grid {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .by-the-numbers-grid .by-the-numbers-box h3 {
    font-size: 2.5rem;
  }
  .by-the-numbers-grid .by-the-numbers-box p {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .by-the-numbers-section {
    background-position: center -80px;
    margin-bottom: 0;
    height: 460px;
  }
  .by-the-numbers-section h1.btn-h1 {
    margin-top: 4rem;
    margin-bottom: 6rem;
    max-width: 16ex;
  }
  .by-the-numbers-section p.text-intro {
    font-size: 1rem;
  }
  .by-the-numbers-grid {
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }
  .by-the-numbers-grid .by-the-numbers-box h3 {
    font-size: 2.25rem;
  }
  .by-the-numbers-grid .by-the-numbers-box p {
    font-size: 0.75rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .by-the-numbers-section {
    padding-left: 2rem;
    padding-right: 2rem;
    height: 380px;
  }
  .by-the-numbers-section h1.btn-h1 {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
  }
  .by-the-numbers-section p.text-intro {
    font-size: 0.875rem;
  }
}
@media (max-width: 490px) {
  .by-the-numbers-section {
    background-position: center -40px;
  }
}
/* ------------------------------ Future Directions Grid ---------------------------- */
.fd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  margin-top: 2rem;
  gap: 1rem;
}
.fd-grid .fd-card a.card {
  border-color: #f1f1f1;
  background-color: #fbfefd;
  height: 100%;
}
.fd-grid .fd-card a.card .card-body {
  padding: 1.75rem;
}
.fd-grid .fd-card a.card .card-body .fd-icon-text-wrapper {
  display: flex;
  flex-direction: row;
}
.fd-grid .fd-card a.card img.fd-icons {
  width: 60px;
  height: 60px;
  margin-right: 1rem;
}
.fd-grid .fd-card a.card h3, .fd-grid .fd-card a.card p {
  color: #2f70a8;
}
.fd-grid .fd-card a.card p {
  font-size: 0.9375rem;
}
.fd-grid .fd-card a.card:focus,
.fd-grid .fd-card a.card:hover {
  background-color: #19315b;
}
.fd-grid .fd-card a.card:focus h3, .fd-grid .fd-card a.card:focus p,
.fd-grid .fd-card a.card:hover h3,
.fd-grid .fd-card a.card:hover p {
  color: #FFFFFF;
}

.fd-grid-sub {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 1rem;
  margin-top: 1rem;
  padding-left: 0;
  list-style: none;
}
.fd-grid-sub li {
  margin-bottom: 0;
}
.fd-grid-sub li a.fd-grid-sub-link {
  display: flex;
  font-size: 0.9375rem;
  border-radius: 3px;
  border: 1px solid #2f70a8;
  background-color: #FFFFFF;
  color: #2f70a8;
  font-weight: 400;
  padding: 0.875rem 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fd-grid-sub li a.fd-grid-sub-link:focus,
.fd-grid-sub li a.fd-grid-sub-link:hover {
  border: 1px solid #2f70a8;
  background-color: #19315b;
  color: #FFFFFF;
}
.fd-grid-sub li a.fd-grid-sub-link.active,
.fd-grid-sub li a.fd-grid-sub-link.active:focus,
.fd-grid-sub li a.fd-grid-sub-link.active:hover {
  border: 1px solid #1a5e86;
  background-color: #1a5e86;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .fd-grid-sub {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .fd-grid {
    grid-template-columns: 1fr;
  }
}
/* ------------------------------ Ending Cancer Grid ------------------------------ */
.ending-cancer-grid {
  display: grid;
  column-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4rem;
}
.ending-cancer-grid .ec-line {
  height: 1px;
  width: 100%;
  background: #2a8085;
  position: relative;
}
.ending-cancer-grid .ec-line::before,
.ending-cancer-grid .ec-line::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2a8085;
  top: -3px;
}
.ending-cancer-grid .ec-line::before {
  left: 0px;
}
.ending-cancer-grid .ec-line::after {
  right: 0px;
}
.ending-cancer-grid .ec-grid-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  min-height: 115px;
}
.ending-cancer-grid .ec-grid-content img {
  width: 60px;
  height: 60px;
}
.ending-cancer-grid .ec-grid-content p {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .ending-cancer-grid {
    margin-bottom: 3rem;
  }
  .ending-cancer-grid .ec-grid-content {
    padding: 0.5rem 1rem;
    min-height: 100px;
  }
}
@media (max-width: 620px) {
  .ending-cancer-grid {
    margin-bottom: 2.5rem;
  }
  .ending-cancer-grid .ec-grid-content {
    padding: 0.375rem 0.75rem;
  }
  .ending-cancer-grid .ec-grid-content img {
    width: 40px;
    height: 40px;
  }
  .ending-cancer-grid .ec-grid-content p {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .ending-cancer-grid {
    margin-bottom: 2rem;
    column-gap: 1rem;
  }
  .ending-cancer-grid .ec-grid-content {
    gap: 0.5rem;
  }
}
@media (max-width: 410px) {
  .ending-cancer-grid {
    margin-bottom: 1.5rem;
  }
  .ending-cancer-grid .ec-grid-content {
    padding: 0.25rem 0.5rem;
  }
  .ending-cancer-grid .ec-grid-content img {
    width: 30px;
    height: 30px;
  }
  .ending-cancer-grid .ec-grid-content p {
    font-size: 0.75rem;
  }
}
/* ------------------------------ Continue Section Styles ------------------------------ */
.continue-section {
  border-top: 1px solid #ededed;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 3rem 0;
}
.continue-section p.continue-subhead {
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.08rem;
}

/* ------------------------------ divider line styles ------------------------------ */
.connection-line {
  height: 1px;
  background: #e2f2f0;
  position: relative;
}

.connection-line::before,
.connection-line::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e2f2f0;
  top: -3px;
}

.connection-line::before {
  left: 0px;
}

.connection-line::after {
  right: 0px;
}

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

/* ------------------------------ Image Styles ------------------------------ */
.img-50percent {
  max-width: 50%;
}

.img-border {
  border: 1px solid #f1f1f1;
}

.headshot {
  max-width: 10rem;
  height: auto;
  float: left;
  margin: 0 2rem 2rem 0;
}

@media (max-width: 768px) {
  .headshot {
    max-width: 8rem;
  }
}
@media (max-width: 576px) {
  .headshot {
    max-width: 6rem;
  }
}
.border-circle {
  border-radius: 50%;
  shape-outside: circle();
}

.balloons {
  background-image: url("../img/balloon-message.webp");
  background-position: left top;
  background-size: 40%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.shell {
  background-image: url("../img/future-directions-shell.webp");
  background-position: left top;
  background-size: 42%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6rem;
  left: -8rem;
  z-index: 1;
}

.kite {
  background-image: url("../img/kite.webp");
  background-position: left top;
  background-size: 42%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6rem;
  left: -8rem;
  z-index: 1;
}

@media (max-width: 992px) {
  .shell {
    background-size: 34%;
    top: 8rem;
  }
  .balloons {
    background-size: 30%;
  }
  .kite {
    background-size: 50%;
  }
}
@media (max-width: 768px) {
  .balloons {
    background-size: 20%;
  }
  .kite {
    background-image: none;
  }
}
@media (max-width: 576px) {
  .shell,
  .balloons {
    background-image: none;
  }
}
.side-img-bleed-right,
.side-img-bleed-left {
  position: absolute;
  z-index: -1;
}

.side-img-bleed-right {
  right: 0;
}

.side-img-bleed-left {
  left: 0;
}

.side-img-right,
.side-img-left {
  position: relative;
  height: 1px;
  width: 100%;
}
.side-img-right img,
.side-img-left img {
  position: absolute;
  z-index: -1;
  width: 400px;
}

.side-img-right img {
  right: 0;
}

.side-img-left img {
  left: 0;
}

@media (max-width: 1400px) {
  .side-img-right img,
  .side-img-left img {
    width: 360px;
  }
}
@media (max-width: 1200px) {
  .side-img-right img,
  .side-img-left img {
    width: 320px;
  }
}
@media (max-width: 992px) {
  .side-img-right,
  .side-img-left {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .side-img-right img,
  .side-img-left img {
    position: relative;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .side-img-right img,
  .side-img-left img {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .side-img-right img,
  .side-img-left img {
    width: 100%;
  }
}
.gradient-sticky {
  background-image: linear-gradient(to top, rgba(121, 208, 213, 0.1843137255), transparent);
  position: sticky;
  height: 100vh;
  margin-top: -100vh;
  pointer-events: none;
  z-index: 6;
  bottom: 0;
  transform: translateY(16px);
}

.bg-dark {
  background-color: #2e2e2e !important;
}

.btn-menu {
  width: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  margin-right: 20px;
  position: relative;
  background: rgba(250, 250, 250, 0.05);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.btn-menu img {
  width: 40px;
  height: 40px;
}

.btn-menu:after {
  pointer-events: none;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 29px;
  left: 6px;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(250, 250, 250, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.btn-menu:hover {
  background: rgba(250, 250, 250, 0.1);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}

.btn-menu:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
    box-shadow: 0 0 0 2px rgba(250, 250, 250, 0.1), 0 0 5px 5px #0f98a9, 0 0 0 5px rgba(250, 250, 250, 0.4);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(250, 250, 250, 0.1), 0 0 5px 5px #0f98a9, 0 0 0 5px rgba(250, 250, 250, 0.4);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #0f98a9, 0 0 0 5px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #0f98a9, 0 0 0 5px rgba(255, 255, 255, 0.4);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
    box-shadow: 0 0 0 2px rgba(250, 250, 250, 0.1), 0 0 5px 5px #0f98a9, 0 0 0 5px rgba(250, 250, 250, 0.4);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(250, 250, 250, 0.1), 0 0 5px 5px #0f98a9, 0 0 0 5px rgba(250, 250, 250, 0.4);
    transform: scale(1.5);
    opacity: 0;
  }
}
/* ------- Main Navigation Overlay ------- */
.overlay {
  position: fixed;
  display: none;
  top: 0;
  z-index: 2000;
  inset: 0;
  background-color: #19315b;
  color: #f1faee;
  transfrom: translate(15vw, -25vh);
  tranform-origin: center;
  overflow-y: hidden;
  scale: 2;
  --clip: 0%;
  clip-path: circle(var(--clip));
}
.overlay .nci-logo-row > .nci-logo > img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(22deg) brightness(109%) contrast(101%);
}
.overlay .nci-logo-area {
  border-bottom: none;
}
.overlay .nci-logo-row {
  height: 100px;
}
.overlay a.nci-logo {
  padding-top: 10px;
  padding-left: 10px;
  display: inline-block;
}
.overlay .nci-logo-large {
  width: 520px;
  height: auto;
}
.overlay .nci-logo-small {
  width: 1px;
  height: 1px;
  display: none;
}
@media (max-width: 768px) {
  .overlay a.nci-logo {
    padding-left: 10px;
  }
  .overlay .nci-logo-large {
    width: 1px;
    height: 1px;
    display: none;
  }
  .overlay .nci-logo-small {
    width: auto;
    height: 54px;
    display: block;
  }
}
@media (max-width: 576px) {
  .overlay a.nci-logo {
    padding-left: 0px;
  }
}
@media (max-width: 350px) {
  .overlay .nci-logo-small {
    width: 100%;
    height: auto;
    display: block;
  }
}
.overlay .overlay-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .overlay .overlay-content nav .nav-grid-main ul.nav > li:last-child {
    padding-bottom: 0.875rem;
  }
}
.overlay .overlay-content h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 3.75rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  padding: 2rem 0;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  opacity: 0;
}
@media (max-width: 1200px) {
  .overlay .overlay-content h2 {
    font-size: 3.25rem;
  }
}
@media (max-width: 992px) {
  .overlay .overlay-content h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .overlay .overlay-content h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 576px) {
  .overlay .overlay-content h2 {
    font-size: 2.25rem;
  }
}
.overlay .overlay-content a.nav-link {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.07rem;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 1rem;
  position: relative;
  text-decoration: none;
  opacity: 0;
}
@media (max-width: 1200px) {
  .overlay .overlay-content a.nav-link {
    font-size: 1.375rem;
  }
}
@media (max-width: 992px) {
  .overlay .overlay-content a.nav-link {
    font-size: 1.25rem;
    letter-spacing: -0.03rem;
  }
}
@media (max-width: 768px) {
  .overlay .overlay-content a.nav-link {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
@media (max-width: 576px) {
  .overlay .overlay-content a.nav-link {
    font-size: 1rem;
  }
}
.overlay .overlay-content a.nav-link:focus,
.overlay .overlay-content a.nav-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-height: 750px) {
  .overlay .overlay-content h2 {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .overlay .overlay-content ul > li, .overlay .overlay-content ol > li {
    margin-bottom: 4px;
  }
  .overlay .overlay-content a.nav-link {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
  }
}
@media (max-height: 430px) {
  .overlay .overlay-content h2 {
    font-size: 1.4rem;
  }
  .overlay .overlay-content a.nav-link {
    margin-bottom: 0.3rem;
    font-size: 0.775rem;
  }
}
.overlay .nav-close {
  padding-top: 1.375rem;
}
.overlay #closebtn {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 60px;
  display: block;
  width: 60px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.overlay #closebtn:focus,
.overlay #closebtn:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.overlay.in {
  display: block;
  max-height: 10000px;
  transition: max-height 0.25s ease-in;
}

/* ------- Nav Link Underline Effect -------- */
a.nav-link .nav-line {
  opacity: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -0.1rem;
  left: 0;
  background-color: #FFFFFF;
  transform: scaleX(0);
  transition: all 0.3s ease;
}
a.nav-link .nav-line::before,
a.nav-link .nav-line::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFFFFF;
  top: -3px;
  transform: scaleX(1);
}
a.nav-link .nav-line::before {
  left: 0px;
}
a.nav-link .nav-line::after {
  right: 0px;
}

a.nav-link:focus .nav-line,
a.nav-link:hover .nav-line {
  transform: scaleX(1);
}
a.nav-link:focus .nav-line::before,
a.nav-link:focus .nav-line::after,
a.nav-link:hover .nav-line::before,
a.nav-link:hover .nav-line::after {
  width: 6px;
  height: 6px;
}

a.nav-link.active .nav-line {
  transform: scaleX(1);
  background-color: #2a8085;
}
a.nav-link.active .nav-line::before,
a.nav-link.active .nav-line::after {
  background-color: #2a8085;
}

/* ------- Nav Pills ------- */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #1a5e86;
}

.nav-pills .nav-link {
  font-size: 1rem;
  border-radius: 2px;
  border: none;
  background-color: #FFFFFF;
  padding: 0.875rem 1rem;
}

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: #FFFFFF;
  color: #2f70a8;
  border: 1px solid #2f70a8;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

body.home {
  overflow-x: hidden;
  overscroll-behavior-block: none;
}

section {
  margin: 0 auto;
  text-align: center;
}

.grid-container {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 100vw;
  height: 100vh;
  grid-template-columns: repeat(2, 1fr);
}
.grid-container h1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.lineEffect {
  visibility: hidden;
}

.center-text {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-align: left;
  margin: 5rem auto 0 auto;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.center-text a {
  color: #19315B;
}
.center-text p {
  line-height: 160%;
  font-weight: 300;
  width: 630px;
  max-width: 80ex;
  color: #19315B;
}
@media (max-width: 992px) {
  .center-text {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .center-text {
    width: 90%;
  }
}

#circleSequence {
  transform: translateY(10px);
}

.sectionCircle {
  padding-top: 6rem;
  margin: 0 auto;
  text-align: center;
  transform: translateY(6px);
}
.sectionCircle tspan {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-weight: 100;
  font-size: 16px;
}

circle {
  cursor: pointer;
}

.leadership {
  left: 100px;
}

.text-one,
.text-three,
.text-five {
  transform: translate(-15px, 0);
}

.text-two,
.text-four,
.text-six {
  transform: translate(15px, 0);
}

.bg_image {
  visibility: hidden;
  filter: brightness(1.5);
  height: 30%;
  mix-blend-mode: multiply;
}

.mountain-text {
  transform: translateY(5px);
}

.center-line-space {
  position: absolute;
  z-index: 1;
  top: 30vh;
  height: 65vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* SCROLL DOWN */
}
.center-line-space .lineEffect {
  position: absolute;
  left: 50%;
  top: 0;
  height: 60vh;
}
@media (max-width: 390px) {
  .center-line-space {
    top: 15vh;
  }
  .center-line-space .lineEffect {
    height: 70vh;
  }
}
.center-line-space .scroll-down {
  opacity: 0;
  position: absolute;
  bottom: 60px;
  left: calc(50% - 8px); /* Billy, this is where I fixed it */
  transform: translate(-50% -50%);
  transform-origin: center;
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  overflow: visible;
}
.center-line-space .scroll-down .arrow {
  position: relative;
  top: -4px;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 10'%3E%3Cpath stroke='%23298085' stroke-linecap='round' stroke-linejoin='round' d='m.5.5 9.5 9 9.5-9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.center-line-space .right h1, .center-line-space .right h2, .center-line-space .left h2 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #298085;
  opacity: 0;
}
.center-line-space .right {
  position: absolute;
  text-align: left;
  left: 52%;
  top: 0;
}
.center-line-space .right h1, .center-line-space .right h2 {
  text-transform: uppercase;
}
.center-line-space .right h1 {
  top: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 2.88px;
}
.center-line-space .right h2 {
  position: relative;
  top: 0;
  font-size: 64px;
  max-width: 480px;
  font-weight: 100;
  line-height: 120%;
  letter-spacing: 10.24px;
}
@media (max-width: 390px) {
  .center-line-space .right h1 {
    font-size: 1rem;
  }
  .center-line-space .right h2 {
    font-size: 1.5rem;
  }
}
.center-line-space .left {
  position: absolute;
  top: 38vh;
  right: 52%;
  width: 20%;
  max-width: 230px;
  text-align: right;
}
.center-line-space .left h2 {
  text-transform: unset;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}
@media (max-width: 390px) {
  .center-line-space .left {
    max-width: 300px;
    width: 45%;
  }
  .center-line-space .left h2 {
    font-size: 1rem;
  }
}

@media (max-width: 75em) {
  .center-line-space .right {
    text-align: left;
    left: 52%;
    top: 0;
  }
  .center-line-space .right h1, .center-line-space .right h2 {
    text-transform: uppercase;
  }
  .center-line-space .right h1 {
    top: 0;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 120%;
  }
  .center-line-space .right h2 {
    position: relative;
    top: 0;
    font-size: 2.75em;
    max-width: 480px;
  }
  .center-line-space .left {
    top: 36vh;
    right: 52%;
    width: unset;
    max-width: 230px;
  }
  .center-line-space .left h2 {
    font-size: 1em;
    line-height: 120%;
  }
}
@media (max-width: 48em) {
  .center-line-space .right {
    text-align: left;
    left: 52%;
    top: 0;
  }
  .center-line-space .right h1, .center-line-space .right h2 {
    text-transform: uppercase;
  }
  .center-line-space .right h1 {
    font-size: 0.775em;
    letter-spacing: 1.88px;
  }
  .center-line-space .right h2 {
    position: relative;
    font-size: 2em;
    max-width: 480px;
  }
  .center-line-space .left {
    top: 36vh;
    right: 52%;
    width: 38%;
    max-width: 230px;
  }
  .center-line-space .left h2 {
    font-size: 1em;
    line-height: 120%;
  }
}
@media (max-width: 26.875em) {
  .center-line-space {
    top: 10vh;
    height: 47vh;
  }
  .center-line-space .left {
    top: 50%;
    right: 53%;
  }
  .center-line-space .right h2, .center-line-space .left h2 {
    font-size: 16px;
  }
  .center-line-space .lineEffect {
    height: 42vh;
  }
}
@media screen and (max-device-width: 933px) and (orientation: landscape) {
  .center-line-space {
    top: 15vh;
    height: 50vh;
  }
  .center-line-space .left {
    top: 50%;
    right: 53%;
    width: 30%;
  }
  .center-line-space .right h2, .center-line-space .left h2 {
    font-size: 16px;
  }
  .center-line-space .lineEffect {
    height: 50vh;
    top: 0;
  }
  .center-line-space .scroll-down {
    bottom: 0;
  }
}
@media screen and (max-device-width: 420px) and (orientation: portrait) {
  .center-line-space {
    top: 15vh;
    height: 70vh;
  }
  .center-line-space .left {
    top: 50%;
    right: 53%;
  }
  .center-line-space .right h2, .center-line-space .left h2 {
    font-size: 16px;
  }
  .center-line-space .lineEffect {
    height: 70vh;
    top: 0;
  }
  .center-line-space .scroll-down {
    bottom: 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: #2f70a8;
}

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: #19315b;
}

footer {
  background: #fafafa;
  font-size: 0.875rem;
  color: #4a4a4a;
  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: #4a4a4a;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  color: #363636;
  text-decoration: none;
}
footer a .linked, footer a.linked {
  background: linear-gradient(to right, #ccc, #ccc), linear-gradient(to right, #4a4a4a, #4a4a4a);
  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: #4a4a4a;
  background-size: 0 0.1em, 100% 0.1em;
}
footer ul > li {
  padding: 4px;
}
@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: #363636;
  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 .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 .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: #363636;
  text-decoration: none;
}
footer a.follow-us:hover .twitter-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: #1a1a1a;
  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: #363636;
}
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: #f1f1f1;
  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: #363636;
  padding: 0;
  margin: 0;
}
footer .lightgray-row .tagline-container .tagline sup {
  font-size: 0.75rem;
  top: -1em;
}
footer .update-row {
  min-height: 40px;
  background: #4a4a4a;
}
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;
  }
}
#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-color: #FFFFFF;
}
header .nci-logo-area {
  border-bottom: 1px solid #f1f1f1;
}
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;
}
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;
  }
}

.future-direction-subhead {
  position: relative;
}

.future-directions-icon {
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  top: 0;
  left: -7.25rem;
}

@media (max-width: 992px) {
  .future-directions-icon {
    width: 5.25rem;
    height: 5.25rem;
    top: 0;
    left: -6.25rem;
  }
}
@media (max-width: 768px) {
  .future-directions-icon {
    width: 4.5rem;
    height: 4.5rem;
    top: 0;
    left: 0;
  }
}
@media (max-width: 576px) {
  .future-directions-icon {
    width: 3.75rem;
    height: 3.75rem;
    top: 0;
    left: 0;
  }
}
ul.nav-pills > li > button {
  border-radius: 3px;
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #2f70a8;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

.nav-pills {
  padding: 2rem 0;
}
.nav-pills .nav-link {
  font-size: 1rem;
  border-radius: 2px;
  border: 1px solid #2f70a8;
  background-color: transparent;
  padding: 0.875rem 1rem;
}
.nav-pills .nav-item {
  width: 25%;
  padding: 20px 10px 0 10px;
}
.nav-pills .nav-item:last-of-type {
  margin-right: 0;
}

.nav-pills li.nav-link {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.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: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.06);
  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: #cdcdcd;
}
.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(-0.5rem + 4px);
  }
  .tree .card .card-dot-2A {
    top: auto;
    left: calc(-0.5rem + 4px);
    right: auto;
  }
}
.tree .card-level-1 {
  width: 33.33%;
  height: auto;
  margin: 0 auto;
}
.tree .card-level-2 {
  width: 30%;
}
.tree a.card .card-img-headshot {
  position: relative;
  min-width: 80px;
  height: 80px;
  box-sizing: content-box;
  border-radius: 50%;
  transition: all ease 0.3s;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.07);
}
.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: #4a4a4a;
  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: #363636;
}
.tree a.card .card-body p {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  color: #363636;
  margin-bottom: 0;
}
.tree a.card:focus,
.tree a.card:hover {
  background-color: #1a5e86;
  border-color: #1a5e86;
  text-decoration: none;
}
.tree a.card:focus .card-img-headshot,
.tree a.card:hover .card-img-headshot {
  filter: saturate(1);
}
.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: #FFFFFF;
  text-decoration: none;
}

.darkblue-row .tree a.card {
  box-shadow: none;
  border: 1px solid #2f70a8;
}
.darkblue-row a.card:focus,
.darkblue-row a.card:hover {
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.06);
}
.darkblue-row .tree a.card .card-body h3, .darkblue-row .tree a.card .card-body h4, .darkblue-row .tree a.card .card-body p {
  color: #FFFFFF;
}

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 #ccc;
  width: 50%;
  height: 20px;
}
ul.horizontal li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}
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 #ccc;
  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 #ccc;
  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 #ccc;
  width: 20px;
  height: 20px;
}
ul.vertical li::after {
  left: 0;
  height: 110%;
  border-top: 1px solid #ccc;
}
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 #ccc;
  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 #FFFFFF;
  }
  .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 #ccc;
  }
  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 #ccc;
    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 #ccc;
    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 #ccc;
  }
}
@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 #FFFFFF;
  }
}
@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 #FFFFFF;
  }
  .tree .card-level-1,
  .tree .card-level-2 {
    width: 100%;
  }
  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 #ccc;
    width: 20px;
    height: 20px;
  }
  ul.horizontal li::after {
    left: 0;
    height: calc(100% + 10px);
    border-top: 1px solid #ccc;
  }
  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: 0;
    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 #FFFFFF;
  }
}

/*# sourceMappingURL=main.css.map */
