
.hero {
  height:100vh;
  min-height:800px;
  display:flex;
  background-size:cover;
  background-position:50% 50%;
  color:white;
  align-items:center;
  justify-content: flex-start;
  position:relative;
}
.hero:after {
  content:' ';
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:50%;
  background:linear-gradient(to left, transparent, rgba(0,0,0,0.6));
}
.hero:before {
  content:' ';
  display:block;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.05);
  position:absolute;
}

.hero.alt:after{
	display:none;
}
.hero.alt:before{
	display:none;
}

.hero .meta {
  position:relative;
  z-index:1;
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: flex-start;
}
.hero .inner {
  width:100%;
  padding:4vw 8vw;
  width:50vw;
}
.hero h3 {
  font-weight:600;
  font-size:18px;
  margin-bottom:60px;
  margin-top:18px;
}
.hero.alt h3, .hero.alt .date, .hero.alt .blurb {
  color:#232d52;
}
.hero .blurb {
  line-height:22px;
  font-size:16px;
}
.hero .date {
  margin-bottom:20px;
  font-size:14px;
}
.hero.alt {

}
.hero.alt .hero_bg {
  width: 50vw;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.hero.alt .hero_bg:after {
  content:' ';
  display:block;
  width:100%;
  height:100%;
  background:#0000002e;
}
.hero a {
  color:white;
  text-decoration:none;
  background:linear-gradient(to right, #268f63, #2c95a9);
  border-radius:200px;
  padding:12px 20px;
  display:inline-block;
  margin-top:60px;
}
.hero.alt h1 {
	color:#232d52;
}



.toc {
  background:#f1f1f1;
  padding:90px 0;
}
.toc h2 {
  color:#243367;
  margin-bottom:20px;
}
.toc ol {
  column-count:2;
}
.toc li {
  cursor:pointer;
  padding: 16px 0;
  font-weight:600;
  font-size: 18px;
  display:inline-block;
  width:100%;
}
.toc li:hover {
  text-decoration:underline;
}
.toc li span {
  padding-right:20px;
}


.section h2 {
  padding-bottom:30px;
  color:#243367;
}
.section {
  padding:80px 0;
}
.section.image {
  padding:0;
}
.section.image .container {
  padding:50px 40px;
}
.section.image img {
  width:100%;
}
.section.text p {
  margin-bottom:18px;
  font-size:16px;
  line-height:24px;
}
.section.text.two-col div.the_text {
  column-count:2;
  column-gap:40px;
  padding-top:20px;
}
.section.text h3 {
	color: #243367;
	font-size:22px;
	font-weight:800;
	margin-bottom:16px;
	margin-top:3vw;
}
.section.text.two-col div.the_text h3:first-child {
  margin-top:-20px;
}


.swiper-container {
  padding-bottom:40px;
}
.swiper-pagination-bullet-active {
  background:#243367;
}
.swiper-slide {
  background-size:cover;
  background-position:50% 50%;
  height:40vw;
}

.section.bulleted_list {
  background:linear-gradient(to right, #229667, #209fba);
  color:white;
  padding:120px 0;
}
.section.bulleted_list h2 {
  color:white;
}
.section.bulleted_list ol {
  column-count:2;
  font-weight:bold;
  column-gap: 60px;
}
.section.bulleted_list ol li {
  border-bottom: 1px solid white;
  padding: 16px 0;
  font-size: 18px;
  position:relative;
  break-inside:avoid;
  display:flex;
}
.section.bulleted_list li .text {

}
.section.bulleted_list li .num {
  display:inline-block;
  width:40px;
}

.section.quote {
  padding:120px 0;
}
.section.quote.small-padding {
  padding:30px 0;
}
.section.quote.dark {
  background:linear-gradient(to right, #229667, #209fba);
  color:white;
  padding:120px 0;
}

.section.quote .quote {
  font-size:32px;
  font-weight:600;
  color:#232c52;
}
.section.quote .quoted {
  color:#232c52;
}
.section.quote.dark .quote {
  color:white;
}
.section.quote.dark .quoted {
  color:white;
}
.section.quote .quoted {
  margin-top:20px;
  font-size:14px;
}

.section.video .container {
  display:flex;
}
.section.video iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  flex: 1;
  height:570px;
}
@media screen and (max-width:1100px) and (min-width:768px) {
  .section.video iframe {
    width:100%;
    height:51vw;
  }
}

.section.end-notes ol {
  list-style-type: decimal;
  padding-left:30px;
}
.section.end-notes li {
  padding-bottom:20px;
  padding-left:14px;
}
.section.end-notes p {
  font-size:14px;
  line-height:22px;
}
.section.end-notes a {
  overflow-wrap:break-word;
}

.section.image_grid .container {
  column-count:2;
  grid-gap:30px;
}
.section.image_grid .container > div {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 30px;
  padding-bottom: 120%;
}


.section.authors {
  padding:80px 0;
  display:flex;

}
.section.authors .container {
  width: 1100px;
  justify-content:center;
  display:flex;
}
.section.authors a {
  width:33%;
  display:block;
  padding: 0 0.2%;
}
.section.authors .an-author {
  height: 29vw;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0 0.11vw;
  color:white;
  position:relative;
  padding-bottom:140%;
  overflow:hidden;
}
.section.authors .an-author:before {
  position:absolute;
  content: ' ';
  display:block;
  width:100%;
  height:30%;
  bottom:0;
  left:0;
  pointer-events:none;
  background:linear-gradient(to bottom, transparent, #00000085);
  z-index:0;
}
.section.authors .an-author:after {
  position:absolute;
  content: ' ';
  display:block;
  width:100%;
  height:100%;
  bottom:0;
  left:0;
  opacity:0;
  transition: opacity 0.25s ease;
  pointer-events:none;
  background:linear-gradient(to bottom right, #229667d1, #209fbad1);
  z-index:1;
}
.section.authors .an-author .name {
  font-size:24px;
  font-weight:600;
}
.section.authors .an-author .bottom {
  position:absolute;
  bottom:32px;
  left:32px;
  top:auto;
  transition: top 0.25s ease, bottom 0.25s ease;
  z-index:2;
}
.section.authors .an-author .title {
  font-size:14px;
  font-weight:400;
  margin-top:12px;
  display:block;
}
/* .section.authors .an-author .bio {
  opacity:0;
  pointer-events:none;
  transition:opacity 0.2s ease, transform 0.25s ease;
  position:absolute;
  left:2vw;
  top:6.5vw;
  padding-right:2vw;
  font-size:12px;
  z-index:2;
  transform:translateY(20vw);
  line-height:20px;
} */
.section.authors .single-author {
  display:flex;
  align-items:center;
}
.section.authors .single-author .left {
  width:50%;
}
.section.authors .single-author .right {
  width:50%;
  padding:4vw;
}
.section.authors .single-author .right h3 {
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 10px;
}
.section.authors .single-author .right h4 {
  font-size:18px;
  margin-bottom:40px;
}
.section.authors .single-author .right p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}


.section.stats {

}
.section.stats .stat-list {
  display:flex;
  justify-content:center;
}
.section.stats .a-stat {
  text-align:center;
  color:#243367;
  padding:0 3vw;
}
.section.stats .a-stat .num {
  font-size: 32px;
  font-weight: 600;
  margin-bottom:12px;
}
.section.stats .a-stat .unit {
  font-size:14px;
}


.section.pie-chart h4, .section.bar-graph h4 {
  font-size:20px;
  padding-left:20px;
  padding-bottom:20px;
}
.section.pie-chart .chart-container {
  width:50vw;
  height:auto;
  margin:0 auto;
  min-width:700px;
}
.section.bar-graph .chart-container {
  width:50vw;
  height:auto;
  margin:0 auto;
  min-width:700px;
}

.charts-and-graphs .section {
  padding:30px;
}
.charts-and-graphs .section:after {
  content:' ';
  width:100%;
  background:#e2e2e2;
  height:1px;
  display:block;
  max-width: 1200px;
  margin: 50px auto 0;
}
.charts-and-graphs .section:last-of-type:after {
  display:none;
}

.section.subtext p {
  color:#888;
  font-size:12px;
  text-align:center;
  text-transform: uppercase;
}



.section.image-split {
  display:flex;
	padding-top:0;
	padding-bottom:0;
  position:relative;
}

.section.image-split .image {
  width: 50vw;
  background-size:cover;
  background-position:50% 50%;
}
.section.image-split .blurb {
  color:white;
  background:#171a35;
  padding:10vw;
  width: 50vw;
	max-height:100vh;
	overflow:scroll;
}
.section.image-split:after {
  content: ' ';
  display: block;
  position: absolute;
  background: linear-gradient(to bottom, #17193500 0%, #171935 70%);
  height: 100px;
  width: 50%;
  bottom: 0;
  right:0;
}
.section.image-split .blurb h2 {
  color:white;
}
.section.image-split .blurb p {
  line-height:20px;
	margin-bottom:12px;
  font-size:16px;
}

.section.image-split.right:after {
  left:0;
}
.section.image-split.right .blurb {
  order: 0;
}
.section.image-split.right .image {
  order: 1;
}




.section.table {

}
.section.table table {
  width:100%;
}
.section.table th {
  color:white;
  background:#232d52;
  padding:18px 20px;
  font-size:18px;
  border-right:1px solid white;
  text-align:left;
  font-weight:600;
}
.section.table tr {
}
.section.table td {
  padding:20px;
  color:#232d52;
  background:#f1f1f1;
  border-right:1px solid white;
}
.section.table tr:nth-child(odd) td {
  background:#e6e6e5
}


.section.cta {
  text-align:center;
  padding:40px 0;
}
.section.cta a {
  color:white;
  text-decoration:none;
  background:linear-gradient(to right, #268f63, #2c95a9);
  border-radius:200px;
  padding:10px 30px;
  font-weight:400;
  display:inline-block;
}



.section.text-video-split {

}
.section.text-video-split .container {
  display:flex;
  justify-content: space-between;
  align-items:center;
}
.section.text-video-split .text {
    width:46%;
}
.section.text-video-split .video {
  width:46%;
}


.section.map {
  padding:0;
}
.section.map .map {
  height: calc(100vh - 91px);
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width:768px) {
  .section.text.two-col div.the_text {
    column-count:1;
  }

  .section.bar-graph .chart-container {
    width:100%;
    min-width:0px;
  }
  .section.pie-chart .chart-container {
    min-width:0px;
    width:100%;
  }


  .section {
    padding:40px 0;
  }

  .section.text-video-split .container {
    flex-wrap:wrap;
  }
  .section.text-video-split .text {
    width:100%;
  }
  .section.text-video-split .video {
    width:100%;
    padding:0;

  }
  .section.text-video-split .video iframe {
    width:100%;
    height:250px;
    padding-top:20px;
  }
  .section.video iframe {
    height:270px;
  }

  .section.bulleted_list ol {
    column-count:1;
  }
  .section.map {
    display:none;
  }
  .swiper-slide {
    height:60vw;
  }
  .section.image_grid .container {
    column-count:1;
  }

  .hero-image {
    height:60vw;
    background-size:cover;
    background-position:50% 50%;
  }
  .hero {
    background-image:none!important;
  }
  .hero:after {
    display:none;
  }
  .hero .meta {
    display:block;
  }
  .hero .inner {
    width:100%;
    padding-top:40px;
    padding-bottom:40px;
    background:white;
    color:#243169;
  }

  .hero {
    min-height:0;
    height:auto;
    background:white;
  }

  .section.image-split .blurb {
    width:100%;
    max-height:none;
  }
  .section.image-split:after {
    display:none;
  }
  .section.image-split {
    flex-wrap:wrap;
  }
  .section.image-split.right .image {
    order:-1;
  }
  .section.image-split .image {
    order:-1;
    width:100%;
    height:60vw;
  }

  .section.authors a {
    width:100%;
    margin-bottom:12px;
  }
  .section.authors .container {
    flex-wrap:wrap;
  }

  .toc ol {
    column-count:1;
  }
  .hero.alt .hero_bg {
    display:none;
  }
  .hero.alt {
    display:block;
  }

  header:not(.scrolled) .logo svg * {
    fill:white;
  }
}
