/* 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 */
.prism-effect {
  background: #62c8d6;
  background: linear-gradient(90deg, #c4657f 0%, #f6d2aa 20%, #f5d2aa 40%, #1fb297 60%, #62c8d6 80%, #6c6599 100%); }

.prism-line {
  height: 3px;
  background: linear-gradient(90deg, #c4657f 0%, #f6d2aa 20%, #f5d2aa 40%, #1fb297 60%, #62c8d6 80%, #6c6599 100%);
  opacity: 0.3; }

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

h1 {
  font-family: "Playfair Display", "Times New Roman", Times, Georgia, "serif";
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text; }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

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: #1a5e86;
  margin-top: 3rem; }

h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #4a4a4a; }

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

h2.future-direction-subhead {
  font-family: "Playfair Display", "Times New Roman", Times, Georgia, "serif";
  font-size: 2.25rem;
  letter-spacing: -0.02rem;
  font-weight: 500;
  margin-bottom: 3rem;
  color: #003b51;
  position: relative; }

h2.future-direction-subhead::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  width: 100%;
  height: 1px;
  background-color: #003b51; }

h2.number {
  font-family: "Playfair Display", "Times New Roman", Times, Georgia, "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: "Playfair Display", "Times New Roman", Times, Georgia, "serif";
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-top: 5rem;
  text-transform: none;
  text-align: center;
  position: relative;
  color: #363636; }

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

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

.signature p.name::before {
  content: '';
  width: 300px;
  height: 3px;
  background: linear-gradient(90deg, #c4657f 0%, #f6d2aa 20%, #f5d2aa 40%, #1fb297 60%, #62c8d6 80%, #6c6599 100%);
  opacity: 0.3;
  position: absolute;
  top: -0.8rem;
  left: 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-direction-intro {
  font-weight: 500;
  color: #1a5e86; }

p.text-intro {
  font-family: "Playfair Display", "Times New Roman", Times, Georgia, "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; }

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

.allcaps {
  text-transform: uppercase; }

.divider {
  font-weight: 400;
  color: #646464;
  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-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: .8125rem; }
  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: .75rem; }
  h2.archive-heading {
    margin-top: 0; }
  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-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; }

.accent {
  color: #e83e8c; }

.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-right {
  position: relative;
  height: 1px;
  width: 100%; }
  .quote-right .quote-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 0;
    right: 50px; }
    .quote-right .quote-wrapper blockquote,
    .quote-right .quote-wrapper cite {
      width: 320px; }

.quote-left {
  position: relative;
  height: 1px;
  width: 100%; }
  .quote-left .quote-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 0;
    left: 50px; }
    .quote-left .quote-wrapper blockquote,
    .quote-left .quote-wrapper cite {
      width: 320px; }

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: #4a4a4a;
  border-left: none;
  margin-top: 10rem;
  margin-bottom: 2px;
  padding-left: 12px;
  padding-bottom: 2px;
  position: relative; }

blockquote::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 106px;
  background-image: url("../images/large-quote-marks.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px 106px;
  top: -110px;
  left: 0; }

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

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

@media (max-width: 1400px) {
  .quote-right .quote-wrapper {
    right: 20px; }
  .quote-left .quote-wrapper {
    left: 20px; } }

@media (max-width: 1200px) {
  .quote-right .quote-wrapper blockquote,
  .quote-right .quote-wrapper cite {
    width: 220px; }
  .quote-left .quote-wrapper blockquote,
  .quote-left .quote-wrapper cite {
    width: 220px; }
  blockquote {
    font-size: 1.5rem;
    margin-top: 7.5rem; }
  cite {
    font-size: 0.9375rem; }
  blockquote::before {
    width: 120px;
    height: 85px;
    background-image: url("../images/large-quote-marks.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px 85px;
    top: -90px;
    left: 0; } }

@media (max-width: 1000px) {
  .quote-right,
  .quote-left {
    height: auto; }
    .quote-right .quote-wrapper,
    .quote-left .quote-wrapper {
      position: relative;
      align-items: center; }
      .quote-right .quote-wrapper blockquote,
      .quote-right .quote-wrapper cite,
      .quote-left .quote-wrapper blockquote,
      .quote-left .quote-wrapper cite {
        width: 460px; } }

@media (max-width: 992px) {
  blockquote {
    font-size: 1.5rem; }
  cite {
    font-size: 0.9375rem; }
  .quote-right .quote-wrapper blockquote,
  .quote-right .quote-wrapper cite,
  .quote-left .quote-wrapper blockquote,
  .quote-left .quote-wrapper cite,
  .quote-wrapper blockquote,
  .quote-wrapper cite {
    width: 400px; } }

@media (max-width: 768px) {
  blockquote {
    font-size: 1.375rem;
    margin-top: 6rem; }
  cite {
    font-size: 0.875rem; }
  .quote-right .quote-wrapper blockquote,
  .quote-right .quote-wrapper cite,
  .quote-left .quote-wrapper blockquote,
  .quote-left .quote-wrapper cite {
    width: 370px; }
  .quote-wrapper blockquote,
  .quote-wrapper cite {
    width: auto; }
  blockquote::before {
    width: 85px;
    height: 60px;
    background-image: url("../images/large-quote-marks.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 85px 60px;
    top: -70px;
    left: 0; } }

@media (max-width: 576px) {
  .quote-right .quote-wrapper blockquote,
  .quote-right .quote-wrapper cite,
  .quote-left .quote-wrapper blockquote,
  .quote-left .quote-wrapper cite {
    width: auto;
    margin-left: 40px;
    margin-right: 40px; }
  blockquote {
    font-size: 1.25rem; }
  cite {
    font-size: 0.875rem; } }

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: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: skipgradient 60s ease-out infinite;
  outline: 0;
  text-align: center; }

@keyframes skipgradient {
  0% {
    background-position: 10% 10%; }
  50% {
    background-position: 90% 70%; }
  100% {
    background-position: 10% 10%; } }

.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: #fbfefd;
  background-image: linear-gradient(135deg, rgba(196, 101, 127, 0.5) 0%, rgba(240, 195, 146, 0.5) 4%, rgba(245, 210, 170, 0.5) 8%, #e8f0f2 18%, #fbfefd 50%, #e8f0f2 82%, rgba(108, 244, 219, 0.5) 92%, rgba(98, 200, 214, 0.5) 96%, rgba(108, 101, 153, 0.5) 100%);
  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:hover,
    .site-title span.overviewhighlights a:focus {
      color: #003b51;
      text-decoration: none; }
    .site-title span.overviewhighlights a::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: transparent;
      height: 3px;
      opacity: 0.3;
      transition: all 300ms; }
    .site-title span.overviewhighlights a:hover::after,
    .site-title span.overviewhighlights a:focus::after {
      background: linear-gradient(90deg, #c4657f 0%, #f6d2aa 20%, #f5d2aa 40%, #1fb297 60%, #62c8d6 80%, #6c6599 100%);
      top: 20px; }
  @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; } }
/* ------------------------------ Landing Page Grid ------------------------------ */
.grid {
  display: grid;
  grid-template-columns: 86px repeat(5, 1fr) 4rem;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 2rem;
  grid-template-areas: " . title title title none none . " " . intro intro intro cards cards . " " image image image image cards cards . "; }
  .grid .grid-title {
    grid-area: title; }
  .grid .grid-intro {
    grid-area: intro; }
  .grid .grid-image {
    grid-area: image;
    align-items: start; }
  .grid .grid-cards {
    grid-area: cards; }

@media (max-width: 1200px) {
  .grid {
    grid-template-columns: 86px repeat(5, 1fr) 4rem;
    grid-column-gap: 2rem;
    grid-template-areas: " . title title title title none . " " . intro intro intro cards cards . " " image image image image cards cards . "; } }

@media (max-width: 992px) {
  .grid {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 1.5rem;
    grid-template-areas: " title title title title title title title " " intro intro intro intro cards cards cards " " image image image image cards cards cards "; } }

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
    grid-template-areas: " title " " intro " " cards " " image "; } }

@media (max-width: 576px) {
  .grid {
    padding-left: 22px;
    padding-right: 22px; } }

/* ------------------------------ Row Styles ------------------------------ */
.white-row {
  background-color: #FFFFFF;
  padding: 20px 0px;
  color: #1a1a1a; }

.lightgray-row {
  background-color: #f1f1f1;
  padding: 20px 0px;
  color: #1a1a1a; }

.darkblue-row {
  background-color: #003b51;
  padding: 20px 0px;
  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,
.leadership,
.by-the-numbers {
  background-image: url("../images/prism-background-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed; }

.opportunities {
  background-image: url("../images/prism-opporunities-1.jpg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: bottom right; }

.investments {
  background-image: url("../images/prism-investments-1.jpg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 0px -130px; }

.future-direction-wrapper {
  position: relative;
  height: 100%; }

.future-direction-row {
  position: relative;
  top: 20px;
  left: 20px;
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-radius: 20px;
  padding: 6rem 2rem;
  margin: 20px 0;
  background: #fbfefd;
  background: linear-gradient(0deg, #e8f0f2 0%, #fbfefd 70%, #fbfefd 90%, #fcfefd 100%); }
  .future-direction-row .future-direction-counter {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    color: #4a4a4a;
    position: absolute;
    left: 20px;
    bottom: 20px; }

.fd-row-1 {
  background: linear-gradient(0deg, #e8f0f2 0%, #fbfefd 70%, #fbfefd 90%, rgba(232, 240, 242, 0.6) 100%); }

@media screen and (min-width: 992px) and (min-height: 800px) {
  .future-directions {
    margin-top: 20px;
    padding-bottom: 20px; }
  .future-direction-wrapper {
    position: sticky;
    bottom: 30px; }
  .future-direction-wrapper:nth-child(1n) {
    z-index: 99; }
  .future-direction-wrapper:nth-child(2n) {
    z-index: 98; }
  .future-direction-wrapper:nth-child(3n) {
    z-index: 97; }
  .future-direction-wrapper:nth-child(4n) {
    z-index: 96; }
  .future-direction-wrapper:nth-child(5n) {
    z-index: 95; }
  .future-direction-wrapper:nth-child(6n) {
    z-index: 94; } }

@media (max-width: 992px) {
  .future-direction-row {
    padding: 4rem 2rem;
    margin: 20px 0; } }

@media (max-width: 768px) {
  .future-direction-row {
    padding: 3rem 2rem;
    margin: 16px 0; } }

@media (max-width: 576px) {
  .future-direction-row {
    padding: 2rem 2rem 3rem 2rem;
    margin: 12px 0; } }

/*
@media screen and (max-height: 800px) { 
	.future-direction-row {
		padding: 3rem 0rem;
	}
	.future-direction-wrapper {
		position: relative;
	}
} */
/* ------------------------------ 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; }

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

.headshot-circle-lg img {
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left; }

.headshot-circle img {
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 84px;
  height: 84px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left; }

.headshot-circle-sm img {
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left; }

.headshot img {
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

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

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

@media (max-width: 768px) {
  .btn-hamburger {
    margin-right: 10px; } }

@media (max-width: 576px) {
  .btn-hamburger {
    margin-right: 0px; } }

.btn-hamburger div,
.btn-hamburger::before,
.btn-hamburger::after {
  background-color: #4a4a4a;
  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: #2f70a8; }

.btn-hamburger:hover div {
  width: 20px;
  margin-left: 10px;
  background-color: #1a5e86; }

.btn-hamburger:hover::before {
  width: 14px;
  margin-left: 16px;
  background-color: #1a5e86; }

.btn-hamburger:hover::after {
  width: 16px;
  margin-left: 14px;
  background-color: #1a5e86; }

/* ------- Nav Grid ------- */
.nav-grid {
  display: grid;
  width: 100vw;
  margin: auto;
  grid-template-columns: 40px 1fr 115px 1fr 1fr 1fr 1fr 1fr 1fr 60px 40px;
  grid-template-rows: 100px auto auto auto;
  grid-gap: 1rem; }
  .nav-grid .nav-grid-title {
    grid-column: 3;
    grid-row: 2; }
  .nav-grid .nav-grid-report {
    grid-column: 3/8;
    grid-row: 1;
    align-self: center; }
  .nav-grid .nav-grid-main {
    grid-column: 4/8;
    grid-row: 2; }
  .nav-grid .nav-grid-sub {
    grid-column: 8/10;
    grid-row: 2;
    align-self: end; }
  .nav-grid .nav-grid-close {
    grid-column: 10;
    grid-row: 1;
    align-self: center; }
  @media (max-width: 1200px) {
    .nav-grid {
      grid-template-columns: 30px 30px 86px 1fr 1fr 1fr 1fr 1fr 1fr 60px 30px; } }
  @media (max-width: 992px) {
    .nav-grid .nav-grid-main {
      grid-column: 4/10;
      grid-row: 2; }
    .nav-grid .nav-grid-sub {
      grid-column: 4/10;
      grid-row: 3;
      align-self: start; } }
  @media (max-width: 768px) {
    .nav-grid {
      grid-template-rows: 85px auto auto auto; }
      .nav-grid .nav-grid-title {
        grid-column: 3/10;
        grid-row: 2; }
      .nav-grid .nav-grid-main {
        grid-column: 3/10;
        grid-row: 3; }
      .nav-grid .nav-grid-sub {
        grid-column: 3/10;
        grid-row: 4; } }
  @media (max-width: 576px) {
    .nav-grid {
      grid-template-columns: 24px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 24px;
      grid-template-rows: 75px auto auto auto; }
      .nav-grid .nav-grid-title {
        grid-column: 2/11; }
      .nav-grid .nav-grid-report {
        grid-column: 2/8; }
      .nav-grid .nav-grid-main {
        grid-column: 2/11; }
      .nav-grid .nav-grid-sub {
        grid-column: 2/11; } }
/* ------- Main Navigation Overlay ------- */
.overlay {
  max-height: 0;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow-x: hidden;
  transition: max-height 0.5s ease-out; }
  .overlay .overlay-content {
    position: relative;
    width: 100%;
    overflow-x: hidden; }
    .overlay .overlay-content nav .nav-grid-main ul.nav > li,
    .overlay .overlay-content nav .nav-grid-sub ul.nav > li {
      padding: 0 0 1.75rem 0;
      margin: 0; }
    @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: "Playfair Display", "Times New Roman", Times, Georgia, "serif";
      font-size: 5.8rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      padding: 0;
      margin: 0;
      background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
      background-size: 400% 400%;
      animation: toc-gradient 15s ease infinite;
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      writing-mode: vertical-lr; }
    .overlay .overlay-content .nav-grid-report h3 {
      font-family: "Playfair Display", "Times New Roman", Times, Georgia, "serif";
      font-size: 1.25rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      padding: 0;
      margin: 0;
      color: #003b51; }

@keyframes toc-gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
    @media (max-width: 1200px) {
      .overlay .overlay-content h2 {
        font-size: 4.5rem; } }
    @media (max-width: 992px) {
      .overlay .overlay-content h2 {
        font-size: 4rem; } }
    @media (max-width: 768px) {
      .overlay .overlay-content h2 {
        font-size: 3rem;
        writing-mode: horizontal-tb; }
      .overlay .overlay-content .nav-grid-report h3 {
        font-size: 1.125rem; } }
    @media (max-width: 576px) {
      .overlay .overlay-content h2 {
        font-size: 2.25rem; }
      .overlay .overlay-content .nav-grid-report h3 {
        font-size: 1rem; } }
    .overlay .overlay-content a.nav-link {
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
      font-size: 2.75rem;
      font-weight: 400;
      line-height: 1.1;
      letter-spacing: -0.07rem;
      color: #2f70a8;
      transition: all 0.3s ease;
      padding: 0;
      text-decoration: none;
      margin-left: 0;
      position: relative;
      transition: all 0.3s ease; }
      @media (max-width: 1200px) {
        .overlay .overlay-content a.nav-link {
          font-size: 2rem; } }
      @media (max-width: 992px) {
        .overlay .overlay-content a.nav-link {
          font-size: 1.625rem;
          letter-spacing: -0.03rem; } }
      @media (max-width: 768px) {
        .overlay .overlay-content a.nav-link {
          font-size: 1.375rem;
          letter-spacing: 0; } }
      @media (max-width: 576px) {
        .overlay .overlay-content a.nav-link {
          font-size: 1.125rem; } }
    .overlay .overlay-content a.nav-link::before {
      content: '';
      position: absolute;
      top: 22px;
      left: 0;
      background: linear-gradient(90deg, #23a6d5, #187884);
      transition: all 0.3s ease;
      width: 0;
      height: 4px; }
    .overlay .overlay-content a.nav-link:hover::before,
    .overlay .overlay-content a.nav-link:focus::before {
      left: -50px;
      width: 40px; }
    .overlay .overlay-content a.nav-link:hover,
    .overlay .overlay-content a.nav-link:focus {
      margin-left: 50px;
      color: #187884; }
    .overlay .overlay-content a.nav-link.active,
    .overlay .overlay-content a.nav-link.active:focus,
    .overlay .overlay-content a.nav-link.active:hover {
      color: #646464;
      text-decoration: none; }
    .overlay .overlay-content a.nav-link.active,
    .overlay .overlay-content a.nav-link.active:focus,
    .overlay .overlay-content a.nav-link.active:hover {
      margin-left: 50px; }
    .overlay .overlay-content a.nav-link.active::before {
      background: #646464;
      left: -50px;
      width: 40px; }
    .overlay .overlay-content .subnav a.nav-link {
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: 0; }
    .overlay .overlay-content .subnav a.nav-link::before {
      top: 8px;
      height: 2px; }
    .overlay .overlay-content .subnav a.nav-link:hover::before,
    .overlay .overlay-content .subnav a.nav-link:focus::before {
      left: -20px;
      width: 16px; }
    .overlay .overlay-content .subnav a.nav-link.active,
    .overlay .overlay-content .subnav a.nav-link.active:focus,
    .overlay .overlay-content .subnav a.nav-link.active:hover {
      margin-left: 20px; }
    .overlay .overlay-content .subnav a.nav-link:hover,
    .overlay .overlay-content .subnav a.nav-link:focus {
      margin-left: 20px; }
    .overlay .overlay-content .subnav a.nav-link.active::before {
      left: -20px;
      width: 16px; }
    @media (max-width: 1200px) {
      .overlay .overlay-content a.nav-link::before {
        top: 16px; }
      .overlay .overlay-content a.nav-link:hover::before,
      .overlay .overlay-content a.nav-link:focus::before {
        left: -45px;
        width: 35px; }
      .overlay .overlay-content a.nav-link:hover,
      .overlay .overlay-content a.nav-link:focus {
        margin-left: 45px; }
      .overlay .overlay-content a.nav-link.active,
      .overlay .overlay-content a.nav-link.active:focus,
      .overlay .overlay-content a.nav-link.active:hover {
        margin-left: 45px; }
      .overlay .overlay-content a.nav-link.active::before {
        background: #646464;
        left: -45px;
        width: 35px; } }
    @media (max-width: 992px) {
      .overlay .overlay-content a.nav-link::before,
      .overlay .overlay-content .subnav a.nav-link::before {
        top: 12px;
        height: 3px; }
      .overlay .overlay-content a.nav-link:hover::before,
      .overlay .overlay-content a.nav-link:focus::before,
      .overlay .overlay-content .subnav a.nav-link:hover::before,
      .overlay .overlay-content .subnav a.nav-link:focus::before {
        left: -40px;
        width: 30px; }
      .overlay .overlay-content a.nav-link:hover,
      .overlay .overlay-content a.nav-link:focus,
      .overlay .overlay-content .subnav a.nav-link:hover,
      .overlay .overlay-content .subnav a.nav-link:focus {
        margin-left: 40px; }
      .overlay .overlay-content a.nav-link.active,
      .overlay .overlay-content a.nav-link.active:focus,
      .overlay .overlay-content a.nav-link.active:hover,
      .overlay .overlay-content .subnav a.nav-link.active,
      .overlay .overlay-content .subnav a.nav-link.active:focus,
      .overlay .overlay-content .subnav a.nav-link.active:hover {
        margin-left: 40px; }
      .overlay .overlay-content a.nav-link.active::before,
      .overlay .overlay-content .subnav a.nav-link.active::before {
        left: -40px;
        width: 30px; }
      .overlay .overlay-content .subnav a.nav-link {
        font-size: 1.625rem; } }
    @media (max-width: 768px) {
      .overlay .overlay-content a.nav-link::before,
      .overlay .overlay-content .subnav a.nav-link::before {
        top: 10px;
        height: 2px; }
      .overlay .overlay-content a.nav-link:hover::before,
      .overlay .overlay-content a.nav-link:focus::before,
      .overlay .overlay-content .subnav a.nav-link:hover::before,
      .overlay .overlay-content .subnav a.nav-link:focus::before {
        left: -32px;
        width: 22px; }
      .overlay .overlay-content a.nav-link:hover,
      .overlay .overlay-content a.nav-link:focus,
      .overlay .overlay-content .subnav a.nav-link:hover,
      .overlay .overlay-content .subnav a.nav-link:focus {
        margin-left: 32px; }
      .overlay .overlay-content a.nav-link.active,
      .overlay .overlay-content a.nav-link.active:focus,
      .overlay .overlay-content a.nav-link.active:hover,
      .overlay .overlay-content .subnav a.nav-link.active,
      .overlay .overlay-content .subnav a.nav-link.active:focus,
      .overlay .overlay-content .subnav a.nav-link.active:hover {
        margin-left: 32px; }
      .overlay .overlay-content a.nav-link.active::before,
      .overlay .overlay-content .subnav a.nav-link.active::before {
        left: -32px;
        width: 22px; }
      .overlay .overlay-content .subnav a.nav-link {
        font-size: 1.375rem; } }
    @media (max-width: 576px) {
      .overlay .overlay-content a.nav-link::before,
      .overlay .overlay-content .subnav a.nav-link::before {
        top: 8px;
        height: 2px; }
      .overlay .overlay-content a.nav-link:hover::before,
      .overlay .overlay-content a.nav-link:focus::before,
      .overlay .overlay-content .subnav a.nav-link:hover::before,
      .overlay .overlay-content .subnav a.nav-link:focus::before {
        left: -24px;
        width: 16px; }
      .overlay .overlay-content a.nav-link:hover,
      .overlay .overlay-content a.nav-link:focus,
      .overlay .overlay-content .subnav a.nav-link:hover,
      .overlay .overlay-content .subnav a.nav-link:focus {
        margin-left: 24px; }
      .overlay .overlay-content a.nav-link.active,
      .overlay .overlay-content a.nav-link.active:focus,
      .overlay .overlay-content a.nav-link.active:hover,
      .overlay .overlay-content .subnav a.nav-link.active,
      .overlay .overlay-content .subnav a.nav-link.active:focus,
      .overlay .overlay-content .subnav a.nav-link.active:hover {
        margin-left: 24px; }
      .overlay .overlay-content a.nav-link.active::before,
      .overlay .overlay-content .subnav a.nav-link.active::before {
        left: -24px;
        width: 16px; }
      .overlay .overlay-content .subnav a.nav-link {
        font-size: 1.125rem; } }
  .overlay #closebtn {
    color: #2f70a8;
    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: #003b51;
    text-decoration: none; }

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

/* ------- 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: 1px solid #f1f1f1;
  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; }

/* ------- Future Direction Sidebar Nav ------- */
.future-direction-nav {
  position: fixed;
  left: 5rem;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0.5rem;
  padding: 0.625rem; }
  .future-direction-nav ul, .future-direction-nav ol {
    flex-direction: column; }
    .future-direction-nav ul li.nav-title, .future-direction-nav ol li.nav-title {
      padding: 0.5rem 1rem;
      font-size: 0.875rem;
      font-weight: 700;
      line-height: 1.1;
      color: #363636; }
    .future-direction-nav ul li.nav-item, .future-direction-nav ol li.nav-item {
      font-size: 0.875rem;
      line-height: 1.1; }
      .future-direction-nav ul li.nav-item a.nav-link, .future-direction-nav ol li.nav-item a.nav-link {
        color: #2f70a8; }
      .future-direction-nav ul li.nav-item a.active, .future-direction-nav ol li.nav-item a.active {
        font-weight: 700; }

button.btn,
a.btn,
.btn-group {
  -webkit-transition: background-color .4s ease-in-out;
  -o-transition: background-color .4s ease-in-out;
  transition: background-color .4s ease-in-out;
  text-decoration: none; }
  button.btn .fa, button.btn .fas, button.btn .far,
  a.btn .fa,
  a.btn .fas,
  a.btn .far,
  .btn-group .fa,
  .btn-group .fas,
  .btn-group .far {
    margin-right: 5px; }

.btn-default,
.btn-primary {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-color: transparent;
  margin: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #2f70a8;
  color: #FFFFFF; }
  .btn-default h2, .btn-default h3, .btn-default h4, .btn-default p,
  .btn-primary h2,
  .btn-primary h3,
  .btn-primary h4,
  .btn-primary p {
    color: #FFFFFF; }
  .btn-default:focus, .btn-default:hover,
  .btn-primary:focus,
  .btn-primary:hover {
    background-color: #003b51;
    border-color: transparent;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }

.btn-secondary {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-color: #2f70a8;
  margin: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  color: #2f70a8; }
  .btn-secondary:focus, .btn-secondary:hover {
    background-color: #003b51;
    border-color: #2f70a8;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }

.input-group-append .btn-default,
.input-group-append .btn-primary {
  margin: 0; }

.btn-fullwidth {
  width: 100%; }

.btn-group .btn-external img {
  display: block;
  margin-top: 6px; }

.btn-group {
  margin: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  .btn-group .btn-default,
  .btn-group .btn-primary,
  .btn-group .btn-secondary {
    margin: 0;
    box-shadow: none; }
    .btn-group .btn-default:focus, .btn-group .btn-default:hover,
    .btn-group .btn-primary:focus,
    .btn-group .btn-primary:hover,
    .btn-group .btn-secondary:focus,
    .btn-group .btn-secondary:hover {
      box-shadow: none; }
  .btn-group:focus, .btn-group:hover {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }
  .btn-group .btn-external {
    border-left: 1px solid #00bde3; }

.darkblue-row .btn-default:focus, .darkblue-row .btn-default:hover,
.darkblue-row .btn-primary:focus,
.darkblue-row .btn-primary:hover {
  border-color: #2f70a8; }

@media (max-width: 768px) {
  .btn-default,
  .btn-primary,
  .btn-secondary {
    font-size: 0.7rem; }
  .btn-group .btn-external img {
    margin-top: 2px; } }

/* ------------------------------ Card Link Styles ------------------------------ */
a.link-card {
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 2rem;
  max-width: 450px; }
  a.link-card .card__container {
    padding: 1px 0;
    position: relative;
    z-index: 1;
    height: 100%; }
  a.link-card h2 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.125rem;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    color: #2f70a8; }
  a.link-card p, a.link-card p:last-child {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 0.875rem;
    font-weight: 300;
    color: #2f70a8;
    line-height: 1.5;
    margin-bottom: 0; }
  a.link-card .card__background {
    display: block;
    position: absolute;
    border-radius: 2px;
    background: #fff;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: .15s; }
  @media (max-width: 768px) {
    a.link-card h2 {
      font-size: 1rem; }
    a.link-card p, a.link-card p:last-child {
      font-size: 0.8125rem; } }
a.link-card:hover,
a.link-card:focus {
  z-index: 2; }
  a.link-card:hover h2,
  a.link-card:focus h2 {
    color: #1a5e86; }
  a.link-card:hover p,
  a.link-card:focus p {
    color: #1a5e86; }
  a.link-card:hover .card__background,
  a.link-card:focus .card__background {
    opacity: 1;
    transform: scale(1.07);
    transition: .5s; }

/* ------------------------------ Card By The Numbers Styles ------------------------------ */
.by-the-numbers .card {
  margin: 5rem 0;
  border: 0;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity .8s ease-out, transform .8s ease-out;
  will-change: transform, opacity;
  border-radius: 2px;
  background: #FFFFFF; }
  .by-the-numbers .card h2, .by-the-numbers .card p {
    position: relative;
    z-index: 5; }
  .by-the-numbers .card h2 {
    padding-left: 115px; }
  .by-the-numbers .card .svg-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .by-the-numbers .card .svg-wrapper div {
      width: 140px;
      display: block;
      overflow: hidden;
      transform: translate3d(0, 0, 0);
      text-align: center;
      opacity: 1; }
  @media (max-width: 768px) {
    .by-the-numbers .card .svg-wrapper div {
      width: 120px; }
    .by-the-numbers .card h2 {
      padding-left: 100px; } }
  @media (max-width: 576px) {
    .by-the-numbers .card .svg-wrapper div {
      width: 100px; }
    .by-the-numbers .card h2 {
      padding-left: 80px; } }
.by-the-numbers .card.is-visible {
  transform: scale(1);
  opacity: 1; }

.by-the-numbers .card::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-45deg, #80d0c7 0%, #0093e9 100%);
  transform: translate3d(0px, 20px, 0) scale(0.95);
  filter: blur(20px);
  opacity: 0.5;
  transition: all 0.3s;
  animation: numbers-gradient 15s ease infinite;
  border-radius: inherit; }

.by-the-numbers .card::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit; }

@keyframes numbers-gradient {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: blur(20px);
    transform: translate3d(0px, 20px, 0) scale(0.85); }
  50% {
    top: 0;
    right: -10px;
    bottom: -10px;
    left: 10px;
    opacity: 0.8;
    filter: blur(22px);
    transform: translate3d(0px, 20px, 0) scale(0.92); }
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: blur(20px);
    transform: translate3d(0px, 20px, 0) scale(0.85); } }

.box {
  background-color: #FFFFFF;
  border: 1px solid #e5e5e5;
  padding: 2rem; }
  .box h2:first-of-type {
    margin-top: 0; }
  .box p {
    font-size: 1.125rem;
    font-weight: 400; }
  @media (max-width: 992px) {
    .box {
      padding: 1.75rem; }
      .box p {
        font-size: 1rem; } }
  @media (max-width: 768px) {
    .box {
      padding: 1.625rem; }
      .box p {
        font-size: 0.9375rem; } }
  @media (max-width: 576px) {
    .box {
      padding: 1.5rem; }
      .box p {
        font-size: 0.875rem; } }
.box-gray {
  background-color: #fafafa; }

.paper-box {
  background-color: #f1f1f1;
  border: none;
  padding: 2rem;
  margin: 1.5rem 0 3rem 0;
  background-image: url("../images/paper-texture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px; }
  .paper-box h2, .paper-box h3, .paper-box h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #363636;
    max-width: 100%; }
  .paper-box p {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #363636;
    line-height: 1.5;
    max-width: 100%; }
  @media (max-width: 768px) {
    .paper-box {
      padding: 1.5rem; }
      .paper-box h2, .paper-box h3, .paper-box h4 {
        font-size: 1rem; }
      .paper-box p {
        font-size: 0.875rem; } }
aside.future-direction-sidebar {
  color: #363636;
  background-image: url("../images/prism-background-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 8rem 0; }
  aside.future-direction-sidebar h2 {
    color: #363636;
    text-transform: none;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 2.75rem;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-top: 0;
    max-width: 30ex;
    margin-bottom: 2rem; }
  aside.future-direction-sidebar p {
    color: #646464; }
  aside.future-direction-sidebar ul.sources {
    padding-top: 1.5rem;
    padding-left: 4rem; }
  aside.future-direction-sidebar ul.sources > li {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 0.875rem;
    font-weight: 300;
    color: #363636;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    margin-bottom: 3.5rem;
    position: relative; }
    aside.future-direction-sidebar ul.sources > li .sources-icon {
      position: absolute;
      top: -1.25rem;
      left: -4rem;
      width: 3.5rem;
      height: 3.5rem; }
    aside.future-direction-sidebar ul.sources > li .rfi {
      font-family: "Playfair Display", "Times New Roman", Times, Georgia, "serif";
      font-size: 1.25rem;
      font-weight: 400;
      letter-spacing: 0.1rem;
      color: #003b51;
      max-width: 100%;
      font-variant-numeric: lining-nums;
      display: flex;
      align-items: center; }
      aside.future-direction-sidebar ul.sources > li .rfi .red-arrow {
        width: 1.5rem;
        height: 1.5rem;
        margin-left: 0.4rem;
        margin-right: 0.4rem; }

@media (max-width: 1200px) {
  aside.future-direction-sidebar {
    padding: 8rem 0; }
    aside.future-direction-sidebar h2 {
      font-size: 2.75rem;
      max-width: 30ex;
      margin-bottom: 2rem; }
    aside.future-direction-sidebar ul.sources > li .sources-icon {
      top: -1.25rem;
      left: -4rem;
      width: 3.25rem;
      height: 3.25rem; }
    aside.future-direction-sidebar ul.sources > li .rfi {
      font-size: 1.375rem; } }

@media (max-width: 992px) {
  aside.future-direction-sidebar {
    padding: 6rem 0; }
    aside.future-direction-sidebar h2 {
      font-size: 2.5rem;
      max-width: 40ex;
      margin-bottom: 2rem; }
    aside.future-direction-sidebar ul.sources {
      padding-left: 3.75rem; }
    aside.future-direction-sidebar ul.sources > li .sources-icon {
      top: -1.25rem;
      left: -3.75rem;
      width: 3rem;
      height: 3rem; }
    aside.future-direction-sidebar ul.sources > li .rfi {
      font-size: 1.625rem; } }

@media (max-width: 768px) {
  aside.future-direction-sidebar {
    padding: 4.5rem 0; }
    aside.future-direction-sidebar h2 {
      font-size: 2.25rem;
      max-width: 50ex;
      margin-bottom: 1.75rem; }
    aside.future-direction-sidebar ul.sources {
      padding-left: 3.5rem; }
    aside.future-direction-sidebar ul.sources > li .sources-icon {
      top: -1.25rem;
      left: -3.5rem;
      width: 2.875rem;
      height: 2.875rem; }
    aside.future-direction-sidebar ul.sources > li .rfi {
      font-size: 1.625rem; } }

@media (max-width: 576px) {
  aside.future-direction-sidebar {
    padding: 3.75rem 1.75rem; }
    aside.future-direction-sidebar h2 {
      font-size: 2.125rem;
      max-width: 100ex;
      margin-bottom: 1.625rem; }
    aside.future-direction-sidebar ul.sources {
      padding-left: 3rem; }
    aside.future-direction-sidebar ul.sources > li .sources-icon {
      top: -1.25rem;
      left: -3.25rem;
      width: 2.75rem;
      height: 2.75rem; }
    aside.future-direction-sidebar ul.sources > li .rfi {
      font-size: 1.625rem; } }

#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: 26px;
    padding-left: 20px;
    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-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: 5rem; }
  header.hp-header .nci-logo-area {
    border-bottom: none; }
  @media (max-width: 1200px) {
    header.hp-header a.nci-logo {
      padding-left: 4.5rem; } }
  @media (max-width: 992px) {
    header.hp-header a.nci-logo {
      padding-left: 4rem; } }
  @media (max-width: 768px) {
    header.hp-header a.nci-logo {
      padding-left: 1.5rem; } }
  @media (max-width: 576px) {
    header.hp-header a.nci-logo {
      padding-left: 0; } }
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: #2f70a8;
    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 .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: #1a5e86;
    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: "Playfair Display", "Times New Roman", Times, Georgia, "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; } }

.homepage {
  position: relative;
  /* -------- Static Background Image --------- */
  /* -------- Video Background Image --------- */
  /* -------- Text Styles --------- */ }
  .homepage .hp-hero-bg {
    position: relative;
    top: -100px;
    background-image: url("../images/prism-refraction-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    min-height: 360px;
    aspect-ratio: 16 / 9; }
    .homepage .hp-hero-bg .hp-title {
      position: absolute;
      top: 9.5rem;
      left: calc(5rem + 12px);
      z-index: 100; }
      .homepage .hp-hero-bg .hp-title h6 {
        font-size: 1.125rem;
        font-weight: 400;
        letter-spacing: 0.3em;
        position: relative;
        text-transform: uppercase;
        color: #003b51; }
      .homepage .hp-hero-bg .hp-title h1 {
        font-family: "Playfair Display", "Times New Roman", Times, Georgia, "serif";
        font-size: 4.5rem;
        font-weight: 500;
        line-height: 1.125;
        letter-spacing: 0.12rem;
        color: #003b51;
        text-transform: uppercase;
        margin-bottom: 1.25rem;
        max-width: 15ex; }
        .homepage .hp-hero-bg .hp-title h1 i {
          text-transform: lowercase;
          letter-spacing: 0; }
      @media (max-width: 1200px) {
        .homepage .hp-hero-bg .hp-title {
          top: 8.5rem;
          left: 5.6rem; }
          .homepage .hp-hero-bg .hp-title h6 {
            font-size: 1rem; }
          .homepage .hp-hero-bg .hp-title h1 {
            font-size: 3.75rem; } }
      @media (max-width: 992px) {
        .homepage .hp-hero-bg .hp-title {
          top: 7.75rem;
          left: 4.8rem; }
          .homepage .hp-hero-bg .hp-title h6 {
            font-size: .875rem; }
          .homepage .hp-hero-bg .hp-title h1 {
            font-size: 3rem; } }
      @media (max-width: 768px) {
        .homepage .hp-hero-bg .hp-title {
          top: 7rem;
          left: 2.75rem; }
          .homepage .hp-hero-bg .hp-title h6 {
            font-size: 0.75rem;
            margin-bottom: 0.25rem; }
          .homepage .hp-hero-bg .hp-title h1 {
            font-size: 2.375rem; } }
      @media (max-width: 640px) {
        .homepage .hp-hero-bg .hp-title h6 {
          font-size: 0.625rem; }
        .homepage .hp-hero-bg .hp-title h1 {
          font-size: 2.125rem; } }
      @media (max-width: 576px) {
        .homepage .hp-hero-bg .hp-title {
          top: 6.75rem;
          left: 1.5rem; }
          .homepage .hp-hero-bg .hp-title h1 {
            font-size: 1.75rem; } }
  .homepage .video-wrapper {
    position: relative;
    top: -100px;
    width: 100%;
    min-height: 360px;
    aspect-ratio: 16 / 9;
    overflow: hidden; }
    .homepage .video-wrapper video {
      object-fit: cover;
      width: 100vw;
      height: 100%;
      position: relative;
      top: 0;
      left: 0; }
    .homepage .video-wrapper video::-webkit-media-controls-start-playback-button {
      display: none !important;
      -webkit-appearance: none; }
    @supports not (aspect-ratio: auto) {
      .homepage .video-wrapper {
        height: 840px; } }
    @media (max-width: 1200px) {
      @supports not (aspect-ratio: auto) {
        .homepage .video-wrapper {
          height: 800px; } } }
    @media (max-width: 992px) {
      @supports not (aspect-ratio: auto) {
        .homepage .video-wrapper {
          height: 700px; } } }
    @media (max-width: 768px) {
      @supports not (aspect-ratio: auto) {
        .homepage .video-wrapper {
          height: 600px; } } }
    @media (max-width: 576px) {
      @supports not (aspect-ratio: auto) {
        .homepage .video-wrapper {
          height: 500px; } } }
    .homepage .video-wrapper .hp-title {
      position: absolute;
      top: 9.5rem;
      left: calc(5rem + 12px);
      z-index: 100; }
      .homepage .video-wrapper .hp-title h6 {
        font-size: 1.125rem;
        font-weight: 400;
        letter-spacing: 0.3em;
        position: relative;
        text-transform: uppercase;
        color: #003b51; }
      .homepage .video-wrapper .hp-title h1 {
        font-family: "Playfair Display", "Times New Roman", Times, Georgia, "serif";
        font-size: 4.5rem;
        font-weight: 500;
        line-height: 1.125;
        letter-spacing: 0.12rem;
        color: #003b51;
        text-transform: uppercase;
        margin-bottom: 1.25rem;
        max-width: 12ex; }
        .homepage .video-wrapper .hp-title h1 i {
          text-transform: lowercase;
          letter-spacing: 0; }
      @media (max-width: 1200px) {
        .homepage .video-wrapper .hp-title {
          top: 8.5rem;
          left: 5.6rem; }
          .homepage .video-wrapper .hp-title h6 {
            font-size: 1rem; }
          .homepage .video-wrapper .hp-title h1 {
            font-size: 3.75rem; } }
      @media (max-width: 992px) {
        .homepage .video-wrapper .hp-title {
          top: 7.75rem;
          left: 4.8rem; }
          .homepage .video-wrapper .hp-title h6 {
            font-size: .875rem; }
          .homepage .video-wrapper .hp-title h1 {
            font-size: 3rem; } }
      @media (max-width: 768px) {
        .homepage .video-wrapper .hp-title {
          top: 7rem;
          left: 2.75rem; }
          .homepage .video-wrapper .hp-title h6 {
            font-size: 0.75rem;
            margin-bottom: 0.25rem; }
          .homepage .video-wrapper .hp-title h1 {
            font-size: 2.375rem; } }
      @media (max-width: 640px) {
        .homepage .video-wrapper .hp-title h6 {
          font-size: 0.625rem; }
        .homepage .video-wrapper .hp-title h1 {
          font-size: 2.125rem; } }
      @media (max-width: 576px) {
        .homepage .video-wrapper .hp-title {
          top: 6.75rem;
          left: 1.5rem; }
          .homepage .video-wrapper .hp-title h1 {
            font-size: 1.75rem; } }
  .homepage .hp-hero-bg,
  .homepage .video-wrapper {
    margin-bottom: -2.5rem; }
  @media (max-width: 992px) {
    .homepage .hp-hero-bg,
    .homepage .video-wrapper {
      margin-bottom: -2.5rem; } }
  @media (max-width: 768px) {
    .homepage .hp-hero-bg,
    .homepage .video-wrapper {
      margin-bottom: -3rem; } }
  @media (max-width: 576px) {
    .homepage .hp-hero-bg,
    .homepage .video-wrapper {
      margin-bottom: -4rem; } }
  .homepage h2 {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.2rem;
    max-width: 50ex;
    margin-top: 0;
    margin-bottom: 1rem; }
    .homepage h2 .subhead {
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: 0.15rem;
      display: block;
      margin-bottom: 0.5rem;
      text-transform: uppercase; }
  @media (max-width: 992px) {
    .homepage h2 {
      font-size: 1.5rem; }
      .homepage h2 .subhead {
        font-size: 0.75rem; } }
  @media (max-width: 768px) {
    .homepage h2 {
      font-size: 1.375rem; }
      .homepage h2 .subhead {
        font-size: 0.625rem; } }
  @media (max-width: 576px) {
    .homepage h2 {
      font-size: 1.25rem; } }
.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: #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; }

.nav-pills {
  padding: 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 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: #FFFFFF;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  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-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: 0;
  filter: saturate(0);
  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: "Playfair Display", "Times New Roman", Times, Georgia, "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; }

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: 50%;
    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: 50%;
      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: 50%;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0; }
    ul.horizontal li:nth-child(4)::after {
      left: 0;
      height: 50%;
      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: 110%;
      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)::after,
    ul.horizontal li:nth-child(3)::after {
      border-top: 1px solid #ccc;
      left: 0;
      height: 100%; }
    ul.horizontal li:nth-last-child(2)::after {
      height: 100%; }
    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; } }

.table-responsive {
  width: 100%;
  padding: 0 2rem; }

table,
.table {
  position: relative;
  width: 100%;
  margin-bottom: 2rem; }

table tr th,
table tr td,
table tr th p,
table tr td p {
  font-size: 1rem;
  line-height: 1.2; }

.table > :not(caption) > * > * {
  padding: 0.75rem;
  box-shadow: none; }

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #646464; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafafa; }

table thead,
.table thead {
  background-color: #FFFFFF;
  color: #FFFFFF; }
  table thead h2, table thead h3, table thead h4,
  .table thead h2,
  .table thead h3,
  .table thead h4 {
    margin-bottom: 0;
    color: #363636; }
  table thead h3,
  .table thead h3 {
    font-size: 1rem; }

@media (max-width: 992px) {
  table tr th,
  table tr td,
  table tr th p,
  table tr td p {
    font-size: 0.9375rem; }
  table thead h3,
  .table thead h3 {
    font-size: 0.9375rem; } }

@media (max-width: 768px) {
  table tr th,
  table tr td,
  table tr th p,
  table tr td p {
    font-size: 0.875rem; }
  table thead h3,
  .table thead h3 {
    font-size: 0.875rem; } }

@media (max-width: 576px) {
  table tr th,
  table tr td,
  table tr th p,
  table tr td p {
    font-size: 0.8125rem; }
  table thead h3,
  .table thead h3 {
    font-size: 0.8125rem; } }

.table-hover tbody tr:hover {
  color: #1a1a1a;
  background-color: rgba(0, 0, 0, 0.075); }

table:target::before {
  content: "\f061";
  position: absolute;
  width: 14px;
  height: 16px;
  top: 0.75rem;
  left: -1.5rem;
  color: #2f70a8;
  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; }

@media (prefers-reduced-motion) {
  h1 {
    color: #003b51;
    background: none;
    background-size: 100%;
    animation: none;
    color: #003b51;
    -webkit-background-clip: none;
    background-clip: none; }
  #skipNav {
    background: none;
    background-size: 100%;
    animation: none;
    background-color: #2f70a8; }
  .site-title span.overviewhighlights a::after {
    top: 20px; }
  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: underline; }
    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: underline; }
  a .linked, a.linked {
    background: none;
    background-size: 100%;
    background-position: 0;
    background-repeat: no-repeat;
    transition: none; }
  a:hover .linked,
  a:focus .linked,
  a.linked:hover,
  a.linked:focus {
    background-size: 100%; }
  footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a, footer p a, footer table a, footer cite a, footer ul > li a {
    color: #4a4a4a;
    text-decoration: underline; }
    footer h1 a.urlbreak, footer h2 a.urlbreak, footer h3 a.urlbreak, footer h4 a.urlbreak, footer h5 a.urlbreak, footer h6 a.urlbreak, footer p a.urlbreak, footer table a.urlbreak, footer cite a.urlbreak, footer ul > li a.urlbreak {
      word-break: break-all; }
    footer h1 a:focus, footer h1 a:hover, footer h2 a:focus, footer h2 a:hover, footer h3 a:focus, footer h3 a:hover, footer h4 a:focus, footer h4 a:hover, footer h5 a:focus, footer h5 a:hover, footer h6 a:focus, footer h6 a:hover, footer p a:focus, footer p a:hover, footer table a:focus, footer table a:hover, footer cite a:focus, footer cite a:hover, footer ul > li a:focus, footer ul > li a:hover {
      color: #363636;
      text-decoration: underline; }
  footer a .linked, footer a.linked {
    background: none;
    background-size: 100%;
    background-position: 0;
    background-repeat: no-repeat;
    transition: none; }
  footer a:hover .linked,
  footer a:focus .linked,
  footer a.linked:hover,
  footer a.linked:focus {
    background-size: 100%; }
  footer a.follow-us:hover .connect-text, footer a.follow-us:focus .connect-text {
    text-decoration: underline; }
  footer a.follow-us:hover .twitter-icon, footer a.follow-us:focus .twitter-icon {
    transform: scale(1); }
  .leadership a,
  .leadership a:focus,
  .leadership a:hover {
    text-decoration: none; }
  .tree a.card .card-img-headshot {
    filter: saturate(1); }
  .by-the-numbers .card {
    transform: scale(1);
    opacity: 1;
    transition: none; } }
