@charset "UTF-8";
/* Base */ /**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Tisa";
  src: url("../fonts/TisaOT.eot");
  src: url("../fonts/TisaOT.eot?#iefix") format("embedded-opentype"), url("../fonts/TisaOT.svg#my-font-family") format("svg"), url("../fonts/TisaOT.woff") format("woff"), url("../fonts/TisaOT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tisa";
  src: url("../fonts/TisaOT-Ita.eot");
  src: url("../fonts/TisaOT-Ita.eot?#iefix") format("embedded-opentype"), url("../fonts/TisaOT-Ita.svg#my-font-family") format("svg"), url("../fonts/TisaOT-Ita.woff") format("woff"), url("../fonts/TisaOT-Ita.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Tisa";
  src: url("../fonts/TisaOT-Light.eot");
  src: url("../fonts/TisaOT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/TisaOT-Light.svg#my-font-family") format("svg"), url("../fonts/TisaOT-Light.woff") format("woff"), url("../fonts/TisaOT-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Tisa";
  src: url("../fonts/TisaOT-LightItalic.eot");
  src: url("../fonts/TisaOT-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/TisaOT-LightItalic.svg#my-font-family") format("svg"), url("../fonts/TisaOT-LightItalic.woff") format("woff"), url("../fonts/TisaOT-LightItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Tisa";
  src: url("../fonts/TisaOT-Medi.eot");
  src: url("../fonts/TisaOT-Medi.eot?#iefix") format("embedded-opentype"), url("../fonts/TisaOT-Medi.svg#my-font-family") format("svg"), url("../fonts/TisaOT-Medi.woff") format("woff"), url("../fonts/TisaOT-Medi.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Tisa";
  src: url("../fonts/TisaOT-MediIta.eot");
  src: url("../fonts/TisaOT-MediIta.eot?#iefix") format("embedded-opentype"), url("../fonts/TisaOT-MediIta.svg#my-font-family") format("svg"), url("../fonts/TisaOT-MediIta.woff") format("woff"), url("../fonts/TisaOT-MediIta.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.svg#my-font-family") format("svg"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BookItalic.eot");
  src: url("../fonts/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BookItalic.svg#my-font-family") format("svg"), url("../fonts/Gotham-BookItalic.woff") format("woff"), url("../fonts/Gotham-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.svg#my-font-family") format("svg"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BoldItalic.eot");
  src: url("../fonts/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-BoldItalic.svg#my-font-family") format("svg"), url("../fonts/Gotham-BoldItalic.woff") format("woff"), url("../fonts/Gotham-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.eot");
  src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.svg#my-font-family") format("svg"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* Is prefixing colors a good idea...
Is it necessary???
To prefix them with color- (against other types of variables)
or prefix them with epic- (against variable names in other libraries)
or both
$snow
$epic-snow
$color-snow / $c-snow
$epic-color-snow
*/
/* Mixins */ /* && VARIABLES && */
/* Breakpoints */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-family: "Open Sans", sans-serif;
}
html.admin-bar {
  height: calc(100% - 32px);
}

html,
body {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
  max-width: 100%;
}

/* Sticky Footer */
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-wrap {
  flex: 1 0 auto;
}

footer.site-footer {
  flex-shrink: 0;
}

/* General Typography */
a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.5;
}

h5.super {
  margin-bottom: 0;
}

body {
  font-family: "Tisa";
  letter-spacing: -0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

.section-title {
  text-align: center;
  margin: 24.5px 0;
}

.section-title-line {
  margin-bottom: 24.5px;
  position: relative;
  display: table;
  width: 100%;
  color: #949494;
}
.section-title-line span {
  float: left;
  padding-right: 1em;
}
.section-title-line hr {
  margin-top: 13px;
  height: 0;
  border: none;
  border-bottom: solid 1px;
}

hr {
  margin: 24.5px 0;
  height: 0;
  border: none;
  border-bottom: solid 1px;
}

/* Main Content Typography */
main.main {
  line-height: 1.65;
  padding-top: 75px;
  color: #37424B;
}
@media (min-width: 1170px) {
  main.main {
    padding-top: 90px;
  }
}

h2.page-title {
  font-family: "Tisa";
  color: #1C2B39;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 2.1111111111rem;
  letter-spacing: -0.3px;
}
@media (max-width: 450px) {
  h2.page-title {
    font-size: 1.7777777778rem;
  }
}

.page-content * {
  margin-top: 0;
  margin-bottom: 29.7px;
}
.page-content p {
  margin-bottom: 2em;
}
.page-content blockquote {
  color: #90A957;
  margin: 1.75em 0;
  margin-left: -98px;
  padding: 24.5px;
  padding-left: 49px;
  padding-right: calc(98px/2);
  border: 13px solid transparent;
  -o-border-image: url(../../../images/blockquote-border-bg.png) 13;
     border-image: url(../../../images/blockquote-border-bg.png) 13;
  border-image-repeat: repeat;
  border-width: 0 0 0 13px;
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.5;
}
.page-content blockquote > *:first-child {
  margin-top: 0 !important;
}
.page-content blockquote > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 1268px) {
  .page-content blockquote {
    margin-left: 0;
    padding-left: 24.5px;
  }
}
.page-content hr {
  border: none;
  border-bottom: dotted 2px #dfdfdf;
}
.page-content p + ul {
  margin-top: -1em;
}
.page-content ul,
.page-content ol {
  padding-left: 1.25em;
}
.page-content ul li,
.page-content ol li {
  margin-bottom: calc(24.5px / 2);
}
.page-content ul {
  list-style: disc outside none;
}
.page-content ul li {
  line-height: 1.65;
}
.page-content a {
  color: #00718E;
}

.teaser .section-title {
  font-size: 2.2777777778rem;
  margin: 0;
  margin-bottom: 24.5px;
}
.teaser .section-title:last-child {
  margin-bottom: 49px;
}
.teaser .summary {
  font-size: 1.3333333333rem;
  color: #817B75;
  line-height: 1.4;
}
.teaser p > a {
  color: #46849a;
}

.small-section-title,
.publication-list__ul .publication-list__ul__title,
.news-events-list .news-events-list__title,
.contact-card__name,
.our-approach-list .our-approach-list__title,
.related-content h2 {
  font-size: 1.5555555556rem;
  line-height: 1.3;
  color: #293F54;
  letter-spacing: -0.49px;
  line-height: 1.28;
}
@media (max-width: 450px) {
  .small-section-title,
.publication-list__ul .publication-list__ul__title,
.news-events-list .news-events-list__title,
.contact-card__name,
.our-approach-list .our-approach-list__title,
.related-content h2 {
    font-size: 1.4444444444rem;
  }
}

.small-section-title.no-top-margin {
  margin-top: 0;
}

.single-people-feature-list .excerpt, .research-releated-projects__item .program, .research-releated-projects__item .position, .people-list__item .program, .people-list__item .position {
  line-height: 1.436;
  font-size: 0.8888888889rem;
  color: #565E60;
}

#nav-primary .sub-menu a, .page-sub-menu a, .btn, .facetwp-load-more, .facetwp-type-radio .facetwp-radio, .share-widget .share-widget__title {
  font-weight: 700;
  color: black;
  font-family: "Gotham";
  text-transform: uppercase;
  font-size: 0.7222222222rem;
}

.project-members {
  font-size: 0.9rem;
}

.kicker,
h4.kicker,
h5.kicker {
  text-transform: uppercase;
  font-family: "Gotham";
  font-size: 0.9rem;
  font-size: 0.7777777778rem;
  font-weight: 600;
  color: #90A957;
  margin: 0;
  margin-bottom: 0.2rem;
  letter-spacing: -0.3px;
  line-height: 20px;
}
.kicker.kicker__publication,
h4.kicker.kicker__publication,
h5.kicker.kicker__publication {
  color: #00718E;
}
.kicker.kicker__project,
h4.kicker.kicker__project,
h5.kicker.kicker__project {
  color: #F9A61B;
}
.kicker.kicker__events, .kicker.kicker__post,
h4.kicker.kicker__events,
h4.kicker.kicker__post,
h5.kicker.kicker__events,
h5.kicker.kicker__post {
  color: #90A957;
}
.kicker.kicker__events a, .kicker.kicker__post a,
h4.kicker.kicker__events a,
h4.kicker.kicker__post a,
h5.kicker.kicker__events a,
h5.kicker.kicker__post a {
  color: #90A957;
}
.kicker.external,
h4.kicker.external,
h5.kicker.external {
  color: #c34d5a;
}
.kicker.external a,
h4.kicker.external a,
h5.kicker.external a {
  color: #c34d5a;
}
@media (max-width: 450px) {
  .kicker,
h4.kicker,
h5.kicker {
    margin-bottom: 10px;
  }
}

html {
  font-size: 18px;
}
@media (max-width: 770px) {
  html {
    font-size: 16px;
  }
}

.container,
.container-md,
.container-md-sm,
.container-sm {
  padding-left: 24.5px;
  padding-right: 24.5px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1360px;
}

.container-md {
  max-width: 1170px;
}

.container-md-sm {
  max-width: 950px;
}

.container-sm {
  max-width: 770px;
}

.section {
  padding: 49px 0;
}
@media (min-width: 770px) {
  .section {
    padding-bottom: 49px;
  }
}

@media (min-width: 770px) {
  .section:last-child:not(.section--filterable-post-list):not(.section--projects) {
    padding-bottom: 98px;
  }
}

.bg-lt-grey {
  background-color: #F8F6F6;
}

.bg-white {
  background-color: #ffffff;
}

.project-partners, body.single-project .related-content, body.single-people .section__our-team, body.single-impact .related-content, .page-template-research-area .related-content, .section.research-releated-projects {
  padding: 56.25px 0 56.25px;
}

.section-news-events > *, .section-about-footer > *, .featured-projects > *, .section--events-hub > * {
  z-index: 5;
  position: relative;
}
.section-news-events:after, .section-about-footer:after, .featured-projects:after, .section--events-hub:after {
  content: " ";
  width: 100%;
  height: 470px;
  left: 0;
  bottom: 0;
  background: url(./images/stripe-bg-fade.png);
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.single-opportunities .page-content, .single-partner-pane, .single-job__header, .contact-card, .epic-modal .inner {
  background: white;
  width: 100%;
  padding: 37.5px;
  margin-bottom: 24.5px;
  font-size: 1rem;
}
.single-opportunities .page-content h3, .single-partner-pane h3, .single-job__header h3, .contact-card h3, .epic-modal .inner h3 {
  line-height: 1.3;
  font-size: 1.5555555556rem;
  margin-top: 0;
}

.main-content-wrapper {
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .main-content-wrapper {
    margin-right: 0;
  }
}
.main-content-wrapper.no-sidebar {
  margin-right: 0;
}
.main-content-wrapper *:last-child {
  margin-bottom: 0;
}

.page-content > div[class^=container-] {
  margin-bottom: 0;
}

.btn, .facetwp-load-more, .facetwp-type-radio .facetwp-radio, .share-widget .share-widget__title {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  outline: none;
  border: none;
  font-weight: 700;
  transition: all 200ms ease;
}

.btn--full {
  width: 100%;
  display: block;
  text-align: center;
  border: none;
}

.btn.btn-orange, .status-picker .btn.mixitup__btn-filter-active {
  border: none;
  background: #F2871E;
  color: white;
  font-size: 0.7777777778rem;
}
.btn.btn-orange:hover, .status-picker .btn.mixitup__btn-filter-active:hover {
  background: #ff9630;
}

.btn.btn-grey {
  border: none;
  background: #817B75;
  color: white;
  font-size: 0.7777777778rem;
}
.btn.btn-grey:hover {
  background: #a78a6d;
}

.btn.btn-transparent {
  background: transparent;
  color: white;
}
.btn.btn-transparent:hover {
  background: white;
  color: black;
  border-color: white;
}

.btn.btn-green, .facetwp-load-more {
  background: #90A957;
  color: white;
}
.btn.btn-green:hover, .btn.btn-green.active, .facetwp-load-more:hover, .active.facetwp-load-more {
  background: #9ac23e;
}

.center .btn {
  padding-left: 3em;
  padding-right: 3em;
}

.btn.btn-tab, .facetwp-type-radio .facetwp-radio {
  background: #adabab;
  border: #adabab;
  color: white;
}
.btn.btn-tab:hover, .facetwp-type-radio .facetwp-radio:hover {
  background: #C6C5C5;
}
li.active .btn.btn-tab, li.active .facetwp-type-radio .facetwp-radio, .facetwp-type-radio li.active .facetwp-radio {
  background: #F2871E;
  color: white;
  border-color: #F2871E;
}

.btn--footer-signup {
  border-radius: 0;
  background: #A4B6C6;
  border: none;
  color: #293F54;
}

.btn--square {
  padding: 0.8em;
}

/* Templates */
.site-header {
  background: #b8b8b8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.site-header .nav-primary {
  overflow: hidden;
}
.site-header .nav-primary a {
  padding-top: 9px;
  line-height: 1;
  display: block;
}
.site-header a {
  display: block;
}
@media (max-width: 1245px) {
  .site-header a.search-toggle {
    display: none;
  }
}
.site-header .mobile-menu-toggle {
  display: none;
}
@media (max-width: 1245px) {
  .site-header .mobile-menu-toggle {
    display: block;
  }
}

.site-header__inner {
  display: flex;
  padding-left: 24.5px;
  padding-right: 24.5px;
  height: 75px;
  align-items: center;
  position: relative;
}
@media (min-width: 1170px) {
  .site-header__inner {
    height: 90px;
  }
}

.site-title {
  margin: 0;
  padding: 0;
}
.site-title svg {
  width: auto;
  height: 40px;
}
@media (min-width: 1170px) {
  .site-title svg {
    height: 46px;
  }
}

.site-header-menus {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1170px) {
  .site-header-menus {
    align-self: flex-end;
  }
}

#nav-primary {
  margin-left: -12.25px;
}
#nav-primary .sub-menu {
  position: absolute;
  z-index: 10000;
  display: none;
  width: 100%;
  left: 0;
  justify-content: center;
}
@media (max-width: 1245px) {
  #nav-primary {
    position: fixed;
    top: 75px;
    right: 0;
    left: 0;
    width: 100%;
    background: #748390;
    padding: 0;
    margin-left: 0;
    overflow: hidden;
  }
  #nav-primary .sub-menu {
    position: relative;
    display: block;
  }
  #nav-primary .sub-menu .menu-item {
    padding-left: 20px;
  }
  #nav-primary.open {
    transform: translateX(0%);
  }
  #nav-primary.open:after {
    content: "";
    display: table;
    clear: both;
  }
  #nav-primary li {
    float: none;
  }
  #nav-primary li:hover {
    background: #293F54;
  }
  #nav-primary li.current-menu-item {
    background: #293F54;
  }
  #nav-primary li.current-menu-item a {
    background: none;
    font-weight: 700;
    color: white;
  }
  #nav-primary > li:hover > a {
    color: white !important;
  }
  #nav-primary a {
    padding: 0 24.5px;
    line-height: 3;
    color: white;
  }
  #nav-primary a:hover {
    color: white;
  }
}

.nav-primary a {
  display: block;
  padding: 0 10px;
}
.nav-primary a.search-toggle {
  padding-right: 0;
}

.mobile-menu-toggle {
  padding: 10px;
  background-color: transparent;
  border: 0;
  font-size: 20px;
}

.search-banner {
  padding: 24.5px 0 36.75px;
  background: #dedede;
  background: #748390;
  display: none;
}

form input.search-banner__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  border-bottom: dotted 2px #bac1c8;
  width: 100%;
  font-size: 2em;
  border-radius: 0;
  font-family: "Tisa";
  line-height: 1;
  color: white;
  letter-spacing: -0.3px;
}
form input.search-banner__input:focus {
  outline: none;
}
form input.search-banner__input::-moz-placeholder {
  color: #F8F6F6;
}
form input.search-banner__input::placeholder {
  color: #F8F6F6;
}

body.admin-bar .site-header {
  top: 32px;
}

.uchicago-brand-bar {
  background-color: #800000;
  display: flex;
  height: 40px;
  container-type: inline-size;
  align-items: center;
  padding-left: 24.5px;
  padding-right: 24.5px;
  justify-content: space-between;
}

.uchicago-brand-bar .branding {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.8;
  transition: 150ms ease;
}

.uchicago-brand-bar .branding:hover {
  opacity: 1;
}

.uchicago-brand-bar .phoenix {
  height: 25px;
  width: 30px;
}

.uchicago-brand-bar .logo-large {
  display: none;
}

@container (min-width: 230px) {
  .uchicago-brand-bar .logo-small {
    display: none;
  }
  .uchicago-brand-bar .logo-large {
    display: block;
  }
}
.uchicago-brand-bar .menu {
  display: flex;
  gap: 16px;
}

.uchicago-brand-bar .menu-item {
  align-items: center;
  display: flex;
}

.uchicago-brand-bar .menu-item a {
  font-family: "Gotham";
  font-weight: 700;
  font-style: normal;
  color: var(--white, #fff);
  font-size: 12px;
  letter-spacing: -0.24px;
  opacity: 0.8;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 150ms ease;
  transition: opacity 150ms ease;
  white-space: nowrap;
}

.uchicago-brand-bar .menu-item a:hover {
  opacity: 1;
}

.page-sub-menu {
  background: #748390;
}

.page-sub-menu ul {
  margin: 0;
  display: block;
  text-align: center;
  padding-left: 0;
}
@media (max-width: 770px) {
  .page-sub-menu ul {
    display: block;
    padding-top: calc(24.5px / 2);
    padding-bottom: calc(24.5px / 2);
  }
}

.page-sub-menu li {
  display: inline-block;
  margin-left: calc(24.5px/2);
  margin-right: calc(24.5px/2);
}
.page-sub-menu li.active a {
  opacity: 1;
}
@media (max-width: 770px) {
  .page-sub-menu li {
    display: block;
    text-align: center;
  }
}

.page-sub-menu a {
  font-size: 0.7777777778rem;
  line-height: 49px;
  color: white;
  opacity: 0.5;
}
@media (max-width: 770px) {
  .page-sub-menu a {
    line-height: 24.5px;
  }
}
.page-sub-menu a:hover {
  opacity: 1;
}

/* Footer */
.page-header {
  background: #F8F6F6;
  padding: 75px 0;
  position: relative;
}
.page-header.knockout {
  color: white;
}
.page-header.knockout h2.page-title {
  color: white;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}
.page-header.knockout .container,
.page-header.knockout .container-md,
.page-header.knockout .container-sm,
.page-header.knockout .container-md-sm {
  z-index: 5;
  position: relative;
}
.page-header .summary {
  line-height: 1.3;
}
@media (max-width: 770px) {
  .page-header .event-date-box {
    display: none;
  }
}

.page-header-left {
  text-align: left;
}
.page-header-left h3.page-title {
  text-align: left;
}

.page-header-center {
  text-align: center;
}

.page-header__image-container {
  height: 450px;
}

.page-header__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}

.page-header__kicker {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: "Gotham";
  color: #90A957;
}

.page-header__summary {
  margin: 0.5em 0 0 0;
  color: #F7F5F5;
  font-size: 1.5em;
  line-height: 1.3;
}
.knockout .page-header__summary {
  color: white;
}
body.single-project .page-header__summary {
  line-height: 1.3;
}

hr.page-header__hr {
  border: none;
  border-bottom: dotted 2px #dfdfdf;
}
.knockout hr.page-header__hr {
  border-color: #F2871E;
}

/* Hero */
.hero {
  min-height: 450px;
  background-color: #dbdbdb;
  background: #4d4d4d;
  color: white;
  text-align: center;
  position: relative;
}
.hero *:not([class*=overlay]) {
  z-index: 5;
}
.hero .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translateX(-50%) translateY(-50%);
}
.hero .inner.knockout {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 24.5px;
}
@media (max-width: 770px) {
  .hero .inner {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .hero .inner {
    width: 100%;
  }
}
.hero .title {
  font-size: 3em;
  line-height: 1.1;
}
.post-navigation {
  display: flex;
  clear: both;
}
.post-navigation a {
  flex: 1;
  padding: 24.5px;
  background: #949494;
  color: white;
  display: block;
  position: relative;
  text-align: center;
  font-size: 1.1rem;
}
.post-navigation a:first-child {
  border-right: solid 1px #707070;
}
.post-navigation span {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1170px) {
  .post-navigation span {
    max-width: 90%;
  }
}
@media (max-width: 770px) {
  .post-navigation span {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .post-navigation {
    flex-direction: column;
  }
}

.post-navigation__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 400ms ease;
}

.page-intro {
  font-size: 1.5em;
}

.main-content:after {
  content: "";
  display: table;
  clear: both;
}

.related-content__tabs li {
  display: inline-block;
}

.epic-modal {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 250ms linear;
}
.epic-modal .inner {
  padding: 73.5px;
  z-index: 2001;
  position: absolute;
  width: auto;
  max-width: calc( 100% - 49px);
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-40%);
  transition: all 300ms ease 100ms;
  opacity: 0;
  max-height: 100%;
  overflow: auto;
}
.epic-modal .inner > *:first-child {
  margin-top: 0 !important;
}
.epic-modal .inner > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  .epic-modal .inner {
    padding: 73.5px 24.5px 49px;
  }
}
.epic-modal .overlay {
  opacity: 0;
  transition: all 300ms ease;
}
.epic-modal.show {
  opacity: 1;
}
.epic-modal.show .overlay {
  opacity: 1;
}
.epic-modal.show .inner {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
@media (max-width: 600px) {
  .epic-modal.show .inner {
    top: 24.5px;
    transform: translateY(0) translateX(-50%);
  }
}
.epic-modal a.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 49px;
  height: 49px;
}
.epic-modal a.close path {
  stroke: white;
}
.epic-modal a.close:hover path {
  stroke: #37424B;
}
.epic-modal a.close svg {
  width: 49px;
  height: 49px;
}
@media (max-width: 600px) {
  .epic-modal a.close {
    width: 36.75px;
    height: 36.75px;
  }
  .epic-modal a.close svg {
    width: 36.75px;
    height: 36.75px;
  }
}

/* Modules is also the home for more abstract ideas. */
/* General */
.media > *:first-child {
  float: left;
  margin-right: 1em;
}

.media-flex {
  display: flex;
}
.media-flex > * {
  flex: 1;
}

/* Menus */
.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu:after {
  content: "";
  display: table;
  clear: both;
}
.nav-menu li {
  float: left;
  margin: 0;
}

/* Form - Basic Form Styles... consulting with the style guide.... */
input[type=text], input[type=email], input[type=password] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px;
  padding: 0.5em 1em;
  vertical-align: middle;
}

/* Form Styles */
.inline-form input {
  border-right: none;
}
.inline-form button {
  border-radius: 0 1px 1px 0;
  cursor: pointer;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* Thumbnail Sizes / Image Sizes */
div[class*=thumbnail-], a[class*=thumbnail-], article[class*=thumbnail-] {
  background: #b8b8b8;
  position: relative;
}
div[class*=thumbnail-] .padding, a[class*=thumbnail-] .padding, article[class*=thumbnail-] .padding {
  height: 0;
}

.thumbnail-1 .padding {
  padding-bottom: 75%;
}

.thumbnail-2 .padding {
  padding-bottom: 100%;
}

div[class*=post-thumb] {
  background: #b8b8b8;
}

.post-thumb-1 {
  height: 150px;
  width: 150px;
}

.post-thumb-2 {
  width: calc(1360px/4);
  height: calc( 3 * 1360px / 16 );
}

.overlay--white {
  background: rgba(255, 255, 255, 0.75);
}

.section-description {
  text-align: center;
  margin-bottom: 49px;
}
.section-description > *:first-child {
  margin-top: 0 !important;
}
.section-description > *:last-child {
  margin-bottom: 0 !important;
}
body.jobs .section-description {
  margin-top: 0;
  margin-bottom: 49px;
}

.section--gray {
  background: #dbdbdb;
}

.center {
  text-align: center;
}

.map-container {
  position: relative;
  width: 100%;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
}

.responsive-iframe.widescreen {
  padding-bottom: 56.25%;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.excerpt-portrait {
  border: solid 1px #b8b8b8;
  background: white;
}
.excerpt-portrait .inner {
  padding: 24.5px;
  text-align: center;
}

.excerpt-landscape {
  align-items: center;
}
.excerpt-landscape .img {
  flex: 30%;
}
.excerpt-landscape .text {
  flex: 100;
  padding: 24.5px;
}
.excerpt-landscape .text *:first-child {
  margin-top: 0;
}
@media (max-width: 770px) {
  .excerpt-landscape {
    flex-direction: column;
  }
  .excerpt-landscape .img {
    margin-right: 0;
  }
}

.excerpt-full-background {
  position: relative;
  color: white;
}
.excerpt-full-background .inner {
  position: absolute;
  bottom: 0;
  padding: 24.5px;
}
.excerpt-full-background .excerpt {
  margin-bottom: 24.5px;
}

.site-video {
  max-width: 100%;
  height: auto;
}

.video-container {
  margin-bottom: 70px;
}

.share-wrapper {
  display: inline-block;
  position: relative;
}
@media (max-width: 770px) {
  .share-wrapper {
    display: block;
  }
}

.share-widget {
  background: white;
  border: solid 2px #E8E3E4;
  height: 75px;
  line-height: 75px;
  font-size: 0;
  top: calc(100% + 30px);
  position: absolute;
  white-space: nowrap;
  box-sizing: content-box;
  left: 0;
  box-shadow: 0px 0px 0 #D1CECD;
  opacity: 1;
  transition: all 400ms ease;
  transform: translateY(0%);
  z-index: 100;
}
.share-widget:after {
  content: " ";
  position: absolute;
  left: 20px;
  height: 30px;
  width: 30px;
  background: white;
  transform: rotateZ(-45deg);
  transform-origin: 0% 0%;
  top: 0;
  z-index: 10;
  border: solid 2px #E8E3E4;
  border-color: #E8E3E4 #E8E3E4 white white;
}
.share-widget.not-visible {
  opacity: 0;
  box-shadow: 0px 0px 20px 0px #D1CECD;
  transform: translateY(20%);
}
.share-widget a {
  color: #748390;
}
.share-widget a:hover {
  color: #293F54;
}
.share-widget .share-widget__title {
  padding: 0;
  border: none;
  color: #37424B;
  padding: 0 24.5px;
}
.share-widget i {
  font-size: 1.5rem;
  vertical-align: middle;
}
.share-widget li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24.5px;
  line-height: 75px;
}
.share-widget li:last-child {
  margin-left: 24.5px;
  margin-right: 0;
}
.share-widget svg {
  height: 100%;
  width: auto;
  vertical-align: middle;
}
.share-widget .close:hover path {
  stroke: #37424B;
}
.share-widget .close path {
  stroke: white;
}

.sidebar__related-content .inquiry h4 {
  color: #37424B;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.23px;
  line-height: 1.33;
}

.sidebar__related-content .inquiry h4 a {
  margin-bottom: 0;
}

.sidebar__related-content .inquiry span.email {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.23px;
  line-height: 1.5;
  margin-bottom: 0;
}

.share-widget-sidebar {
  border-top: dotted 2px #e9e8e8;
  padding-top: 32.5px;
}

.share-widget-sidebar__title {
  color: #817B75;
  font-family: "Gotham";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.17px;
  line-height: 1.28;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.sidebar__related-content .share-widget-sidebar ul {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}

.sidebar__related-content .share-widget-sidebar ul li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.share-widget-sidebar a {
  height: 40px;
  width: 40px;
  background-color: #F9A61B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 0;
}

.sidebar__related-content .share-widget-sidebar a[href*=mailto] {
  color: #fff;
}

.share-widget-sidebar a i {
  margin-bottom: 0;
}

blockquote:hover a.blockquote-twitter {
  transform: translateY(-1.5rem);
}

a.blockquote-twitter {
  float: right;
  text-align: center;
  width: 60px;
  display: blockblock;
  margin-right: -50px;
  transform: translateY(-0.5rem);
  font-size: 2rem;
  transition: all 900ms ease;
}
a.blockquote-twitter i {
  transition: all 300ms ease;
  color: #90A957;
}
a.blockquote-twitter:hover i {
  color: #9ac23e;
}
@media (max-width: 950px) {
  a.blockquote-twitter {
    margin-right: -24.5px;
    width: 40px;
  }
}

.facetwp-counter {
  display: none;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}

.facetwp-facets {
  margin: 24.5px 0;
  display: block;
  text-align: center;
  font-size: 0;
}

.facetwp-type-radio {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 770px) {
  .facetwp-type-radio {
    gap: 20px;
  }
}

.facetwp-type-radio .facetwp-radio {
  background-image: none;
}

.facetwp-type-radio .facetwp-radio.checked {
  background-image: none;
  background: #F2871E;
  color: white;
  border-color: #F2871E;
}

.facetwp-facet-load_more {
  padding-top: 37.5px;
  text-align: center;
}

.facetwp-load-more {
  padding-left: 3em;
  padding-right: 3em;
}

.card__image-container {
  line-height: 0;
}

.card__title {
  margin: 0;
  font-size: 1.6666666667rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.card__intro-text {
  font-size: 1.1111111111rem;
  letter-spacing: -0.42px;
  line-height: 1.36;
  color: #817B75;
  font-weight: 400;
}

.card__intro-text *:first-child {
  margin-top: 0;
}

.card__intro-text *:last-child {
  margin-bottom: 0;
}

.card--area-of-focus .card__image {
  margin-bottom: 16px;
}

.card--area-of-focus .card__intro-text {
  margin-top: 14px;
}

.card--area-of-focus .card__intro-text *:first-child {
  margin-top: 0;
}

.card--area-of-focus .card__intro-text *:last-child {
  margin-bottom: 0;
}

.card--area-of-focus .card__action {
  margin-top: 16px;
}

.card--area-of-focus .read-more {
  font-size: 1.2222222222rem;
  letter-spacing: -0.42px;
  line-height: 1.36;
  color: #00718E;
}

.card--project .card__image-container {
  overflow: hidden;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0 auto 24px;
}

.card--project .card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card--project .card__title {
  color: #1C2B39;
  font-size: 1.1111111111rem;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

.card--tall .card__image-container {
  margin-bottom: 26px;
}

.card--tall .card__title {
  color: #37424B;
}

.card--tall .card__intro-text {
  margin-top: 9px;
}

.card--tall .card__intro-text a {
  color: #00718E;
}

.card--tall .card__action a {
  color: #F9A61B;
  font-size: 1.2222222222rem;
  letter-spacing: -0.42px;
  line-height: 1.36;
  font-weight: 300;
}

@media (min-width: 1170px) {
  .video-slider {
    display: flex;
    position: relative;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding-bottom: 48px;
  }
}

.video-slider .stage {
  width: 100%;
}
@media (min-width: 1170px) {
  .video-slider .stage {
    width: 64%;
  }
}

.video-slider .stage .swiper-slide {
  background-color: #fff;
}

.video-slider .thumbnails .swiper-container {
  width: 100%;
  height: 100%;
  flex: 1;
}

.video-slider .swiper-slide {
  margin-bottom: 0;
}

.video-slider .kicker {
  font-family: "Gotham";
  font-size: 12px;
  color: #46849A;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.video-slider .slide-stage__video {
  margin-bottom: 20px;
  line-height: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.video-slider .slide-stage__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video-slider .slide-stage__kicker {
  margin-bottom: 8px;
}

.video-slider .slide-stage__title {
  font-family: "Tisa";
  letter-spacing: -0.3px;
  font-size: 26px;
  font-weight: 500;
  color: #37424B;
  line-height: 1.2;
}

.video-slider .slide-teaser {
  opacity: 0.5;
  transition: opacity 150ms ease;
  cursor: pointer;
  display: flex;
}

.video-slider .slide-teaser.swiper-slide-active {
  opacity: 1;
}

.video-slider .slide-teaser__video-thumbnail {
  flex: 1 0 auto;
  margin-right: 20px;
}

.video-slider .slide-teaser__kicker {
  margin-bottom: 8px;
}

.video-slider .slide-teaser__title {
  font-family: "Tisa";
  color: #37424B;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 22px;
}

.video-slider .thumbnails {
  display: none;
  position: relative;
}
@media (min-width: 1170px) {
  .video-slider .thumbnails {
    display: block;
  }
}

.content-section--videos .swiper-button {
  position: absolute;
  transform: translateX(50%);
  top: auto;
  bottom: auto;
  left: 50%;
  right: auto;
  background: none;
  margin: 0 auto;
  opacity: 0.5;
}

.content-section--videos .swiper-button::before {
  content: "";
  background-image: url(../images/slider-arrow.svg);
  width: 22px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-section--videos .content-section-header .swiper-button-prev {
  transform: rotate(90deg);
}

.content-section--videos .content-section-header .swiper-button-next {
  transform: rotate(-90deg);
}

.video-slider .thumbnails .swiper-button-prev {
  transform: rotate(180deg) translateX(50%) translateY(50px);
}

.video-slider .thumbnails .swiper-button-next {
  transform: translateX(-50%) translateY(20px);
}

.content-section--videos .swiper-button.swiper-button-disabled {
  opacity: 0.2;
}

.photo-gallery-slider .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.photo-gallery-slider .swiper-slide {
  margin-bottom: 0;
  line-height: 0;
}

.photo-gallery-slider .stage {
  width: 100%;
  margin-bottom: 25px;
}

.photo-gallery-slider .slide-stage {
  background-color: #fff;
}

.photo-gallery-slider .slide-stage__image-container {
  line-height: 0;
  width: 100%;
}

.photo-gallery-slider .slide-stage__image {
  width: 100%;
}

.photo-gallery-slider .slide-stage__caption {
  font-family: "Tisa";
  font-size: 14px;
  color: #37424B;
  margin-top: 7px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.photo-gallery-slider .thumbnails {
  position: relative;
  padding: 0 40px;
}
@media (min-width: 1170px) {
  .photo-gallery-slider .thumbnails {
    padding: 0;
  }
}

.photo-gallery-slider .slide-thumb {
  width: 79px;
  opacity: 0.4;
  cursor: pointer;
}

.photo-gallery-slider .slide-thumb.swiper-slide-active {
  opacity: 1;
}

.photo-gallery-slider .swiper-button {
  position: absolute;
  transform: translateX(50%);
  top: 50%;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0 auto;
  opacity: 0.5;
  margin-top: -22px;
  background-color: transparent;
}

.photo-gallery-slider .swiper-button::before {
  content: "";
  background-image: url(../images/slider-arrow.svg);
  width: 22px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.photo-gallery-slider .swiper-button-prev {
  transform: rotate(90deg);
  left: -20px;
}
@media (min-width: 1170px) {
  .photo-gallery-slider .swiper-button-prev {
    left: -50px;
  }
}

.photo-gallery-slider .swiper-button-next {
  transform: rotate(-90deg);
  right: -20px;
}
@media (min-width: 1170px) {
  .photo-gallery-slider .swiper-button-next {
    right: -50px;
  }
}

.photo-gallery-slider .swiper-button.swiper-button-disabled {
  opacity: 0.2;
}

.agenda-item__summary, .agenda-item__title, .agenda-item__time {
  font-weight: 700;
  color: #37424B;
  font-family: "Gotham";
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 24px;
}

.agenda + .agenda {
  margin-top: 60px;
}

.agenda__date {
  font-family: "Tisa";
  color: #37424B;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 32px;
  margin-bottom: 20px;
}

.agenda-item {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(151, 151, 151, 0.5);
}

.agenda-item:last-child {
  padding-bottom: 0;
}

@media (min-width: 1170px) {
  .agenda-item__inner {
    display: flex;
    padding-right: 25px;
  }
}

.agenda-item__time {
  max-width: 200px;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1170px) {
  .agenda-item__time {
    padding-right: 10px;
    margin-bottom: 0;
    flex: 1 0 auto;
  }
}

.agenda-item__content {
  width: 100%;
}
@media (min-width: 1170px) {
  .agenda-item__content {
    max-width: 350px;
    padding-right: 20px;
    flex: 1 0 auto;
  }
}

.agenda-item__title {
  margin: 0 0 10px;
}
@media (min-width: 1170px) {
  .agenda-item__title {
    margin-bottom: 0;
  }
}

.agenda-item__summary {
  font-weight: 300;
}

.agenda-item__summary .textblock *:first-child {
  margin-top: 0;
}

.agenda-item__summary .textblock *:last-child {
  margin-bottom: 0;
}

.agenda-item .people-list li {
  font-family: "Gotham";
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 24px;
}

.agenda-item .people-list strong {
  font-weight: 700;
}

.agenda-item__related-info {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 1170px) {
  .agenda-item__related-info {
    margin-top: 0;
  }
}

.agenda-item__related-info li + li {
  margin-top: 10px;
}

.agenda-item__related-info a {
  font-size: 16px;
  color: var(--text);
  letter-spacing: -0.11px;
  line-height: 1.25;
  font-weight: 300;
}
@media (min-width: 1170px) {
  .agenda-item__related-info a {
    font-size: 18px;
  }
}

.agenda-item__related-info .icon {
  margin-right: 4px;
  transform: translateY(2px);
  width: 15px;
  height: 15px;
  display: inline-block;
}

.agenda-item__related-info use {
  fill: var(--text);
  stroke: var(--text);
}

.brochure-cta {
  position: relative;
  margin-top: 55px;
  padding: 50px 24.5px 0;
}
@media (min-width: 770px) {
  .brochure-cta {
    padding-top: 60px;
    display: flex;
    gap: 50px;
  }
}
@media (min-width: 1170px) {
  .brochure-cta {
    padding: 60px 0 0 0;
    margin-top: 110px;
    gap: 75px;
  }
}

.brochure-cta::before {
  content: "";
  height: 5px;
  width: 46px;
  display: block;
  background-color: #F2871E;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.brochure-cta__image-container {
  text-align: center;
}
@media (min-width: 1170px) {
  .brochure-cta__image-container {
    text-align: left;
  }
}

.brochure-cta__image {
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.brochure-cta__content {
  margin-top: 30px;
}
@media (min-width: 770px) {
  .brochure-cta__content {
    margin-top: 0;
  }
}

.brochure-cta__title {
  color: #1C2B39;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 40px;
  margin: 0;
}
@media (min-width: 1170px) {
  .brochure-cta__title {
    font-size: 38px;
    line-height: 49px;
  }
}

.brochure-cta__intro-text {
  color: #817B75;
  font-size: 22px;
  letter-spacing: -0.2px;
  line-height: 30px;
  margin-top: 20px;
  font-weight: 300;
}
@media (min-width: 770px) {
  .brochure-cta__intro-text {
    font-size: 26px;
    line-height: 36px;
  }
}

.brochure-cta .btn {
  margin-top: 27px;
}

.section--page-header {
  padding-bottom: 0;
}

.content-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.content-section--videos .content-section-header {
  display: flex;
  justify-content: space-between;
}

.content-section--videos .slider-control {
  display: flex;
}
@media (min-width: 1170px) {
  .content-section--videos .slider-control {
    display: none;
  }
}

.section--call-to-action {
  padding-top: 49px;
}
@media (min-width: 770px) {
  .section--call-to-action {
    padding-top: 112.5px;
  }
}

.section--call-to-action {
  text-align: center;
}

.section--logo-grid .logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}

.section--logo-grid .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section--events-hub {
  position: relative;
  border-top: 0;
  padding-top: 0;
  background-color: #f3f3f3;
}

.section--events-hub .upcoming-events {
  padding-bottom: 75px;
  background-color: #fff;
}

.section--events-hub .upcoming-events li:last-child {
  padding-bottom: 0;
}

.section--events-hub .past-events {
  padding-top: 67px;
}

.section--events-hub .past-events .section-action {
  margin-top: 40px;
}

.section--pages-grid .pages {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc( 24.5px / -2 );
  margin-right: calc( 24.5px / -2 );
  margin-bottom: -60px;
}
.section--pages-grid .pages .card {
  margin-left: calc( 24.5px / 2 );
  margin-right: calc( 24.5px / 2 );
  width: calc( ( 100% / 1 ) - 24.5px );
}
@media (min-width: 770px) {
  .section--pages-grid .pages {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc( 24.5px / -2 );
    margin-right: calc( 24.5px / -2 );
  }
  .section--pages-grid .pages .card {
    margin-left: calc( 24.5px / 2 );
    margin-right: calc( 24.5px / 2 );
    width: calc( ( 100% / 3 ) - 24.5px );
  }
}

.section--pages-grid .card {
  margin-bottom: 60px;
}

.section--affiliates .affiliates-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc( 30px / -2 );
  margin-right: calc( 30px / -2 );
  margin-bottom: -60px;
}
.section--affiliates .affiliates-grid .affiliate {
  margin-left: calc( 30px / 2 );
  margin-right: calc( 30px / 2 );
  width: calc( ( 100% / 1 ) - 30px );
}
@media (min-width: 770px) {
  .section--affiliates .affiliates-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc( 100px / -2 );
    margin-right: calc( 100px / -2 );
  }
  .section--affiliates .affiliates-grid .affiliate {
    margin-left: calc( 100px / 2 );
    margin-right: calc( 100px / 2 );
    width: calc( ( 100% / 2 ) - 100px );
  }
}

.section--affiliates .affiliate {
  position: relative;
  margin-bottom: 60px;
}

.section--affiliates .affiliate + .affiliate {
  border-top: 1px solid #979797;
  padding-top: 60px;
}
@media (min-width: 770px) {
  .section--affiliates .affiliate + .affiliate {
    border-top: none;
    padding-top: 0;
  }
}

@media (min-width: 770px) {
  .section--affiliates .affiliate:nth-child(even)::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -50px;
    top: 0;
    background-color: #979797;
  }
}

.section--affiliates .logo {
  display: flex;
  align-items: center;
}

.section--affiliates .affiliate__intro {
  color: #817B75;
  font-size: 1.2222222222rem;
  letter-spacing: -0.42px;
  line-height: 1.36;
  margin-top: 25px;
}

.section--affiliates .affiliate__intro a {
  color: #F9A61B;
}

.section--filterable-post-list:last-child {
  padding-bottom: 0;
}

.section--filterable-post-list .section-title {
  padding-bottom: 24.5px;
  position: relative;
}

.section--filterable-post-list .section-title::before {
  content: "";
  background-color: #F9A61A;
  width: 46px;
  height: 3px;
  display: block;
  margin: 10px auto 20px;
}

.section--filterable-post-list .facetwp-facets {
  padding-bottom: 24.5px;
}

.people-group + .people-group {
  margin-top: 80px;
}

.teaser .people-group__title {
  text-align: center;
  font-size: 27px;
  margin-bottom: 60px;
}

.people-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
}
.people-list .people-list__item {
  flex: calc(100%/3);
  max-width: calc( (100% - ((3 - 1) * 24.5px)) / 3);
  margin-left: 24.5px;
}
.people-list .people-list__item:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media (max-width: 770px) {
  .people-list .people-list__item {
    flex: calc(100%/2);
    max-width: calc( (100% - ((2 - 1) * 24.5px)) / 2);
    margin-left: 24.5px;
  }
  .people-list .people-list__item:nth-of-type(3n + 1) {
    margin-left: 24.5px;
  }
  .people-list .people-list__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  .people-list .people-list__item {
    flex: calc(100%/1);
    max-width: calc( (100% - ((1 - 1) * 24.5px)) / 1);
    margin-left: 24.5px;
  }
  .people-list .people-list__item:nth-of-type(2n + 1) {
    margin-left: 24.5px;
  }
  .people-list .people-list__item:nth-of-type(1n + 1) {
    margin-left: 0;
  }
}

.people-list__item {
  border: none;
  margin-bottom: 49px;
  width: calc((100% - 49px) / 3);
  display: inline-block;
  margin-right: 24.5px;
  white-space: normal;
  vertical-align: top;
  background: none;
  margin-right: 0;
}
.people-list__item .img {
  border-radius: 50%;
  width: 80%;
  margin: 0 auto;
}
.people-list__item .img .padding {
  padding-bottom: 100%;
}
.people-list__item .inner {
  padding: 0;
}
.people-list__item h4 {
  font-size: 20px;
  color: #293F54;
  line-height: 1.3;
  margin-bottom: 5px;
  margin-top: calc(24.5px / 2);
}
.people-list__item .position {
  margin: 0;
  line-height: 1.4;
  line-height: 1.35;
  font-weight: 400;
}
.people-list__item .program {
  margin: 2px 0 0 0;
  color: #F28826;
  font-family: "Gotham";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 18px;
}

.people-list__item + .people-list__item {
  margin-top: 40px;
}
@media (min-width: 770px) {
  .people-list__item + .people-list__item {
    margin-top: 0;
  }
}

.people-list__item .img {
  transition: all 200ms ease;
}

.people-list__item:hover .img {
  transform: scale(1.05);
}

.people-list__item .frame-crop {
  border-radius: 50%;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  transform: translateZ(0);
}

.people-list__item .frame-crop .img {
  border-radius: 0;
  width: 100%;
}

/* This Vendor File is to add styles to vendor specific elements */
.slick-arrow {
  position: absolute;
  top: 50%;
  height: 75px;
  width: 75px;
  line-height: 75px;
  margin-top: -37.5px;
  z-index: 10;
  border: none;
  font-size: 1.75em;
  text-align: center;
  padding: 0;
  background: none;
  color: #949494;
  cursor: pointer;
}
.slick-arrow:hover {
  color: #4d4d4d;
  background: none;
}
@media (max-width: 1170px) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-prev {
  left: 0;
  transform: translateX(-100%);
}

.slick-next {
  right: 0;
  transform: translateX(100%);
}

.headroom {
  will-change: transform;
  transition: transform 300ms ease;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.swiper-button-next, .swiper-button-prev, .swiper-slide .caption {
  transition: all 200ms ease;
}

.swiper-button-next, .swiper-button-prev {
  background: url("./images/arrow-right.svg") no-repeat center center rgba(0, 0, 0, 0.8);
  width: 44px;
}

.swiper-button-prev {
  transform: rotateY(180deg) translateX(100%);
  left: 0;
}

.swiper-button-next {
  right: 0;
  transform: translateX(100%);
}

.epic-gallery {
  margin: 37.5px 0 0;
}
.epic-gallery:hover .swiper-button-prev {
  transform: rotateY(180deg) translateX(0%);
}
.epic-gallery:hover .swiper-button-next {
  right: 0;
  transform: translateX(0%);
}
.epic-gallery:hover .swiper-slide .caption {
  transform: translateY(0%);
}

.swiper-slide {
  overflow: hidden;
  margin-bottom: 75px;
}
.swiper-slide .caption {
  text-align: center;
  position: absolute;
  bottom: 0;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: calc(24.5px / 2);
  white-space: normal;
  box-sizing: border-box;
  line-height: 1.3;
  font-size: 16px;
  transform: translateY(100%);
}

.swiper-pagination.swiper-pagination-bullets {
  z-index: 200;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  line-height: 75px;
}

.swiper-pagination-bullet {
  cursor: pointer;
  line-height: 12px;
  height: 12px;
  width: 12px;
  display: inline-block;
}
.swiper-pagination-bullet:hover {
  opacity: 0.5;
}
@media (max-width: 770px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px !important;
  }
}
@media (max-width: 600px) {
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2px !important;
  }
}

.swiper-pagination-bullet-active {
  background: #F2871E;
}

.swiper-button-next.swiper-button-blue, .swiper-button-prev.swiper-button-blue {
  width: 73.5px;
  background: none;
}
.swiper-button-next.swiper-button-blue polyline, .swiper-button-prev.swiper-button-blue polyline {
  stroke: #C6C5C5;
  transition: all 300ms ease;
}
.swiper-button-next.swiper-button-blue:hover polyline, .swiper-button-prev.swiper-button-blue:hover polyline {
  stroke: #F2871E;
}

.swiper-button-prev.swiper-button-blue {
  left: 0;
}

.swiper-button-next.swiper-button-blue {
  right: 0;
}

/* Theme */
.site-header {
  background: white;
}

.brand {
  vertical-align: middle;
}

#nav-primary {
  margin-left: 24.5px;
}
@media (max-width: 1245px) {
  #nav-primary {
    transition: all 600ms ease;
    max-height: 0;
    margin-left: 0;
  }
}

@media (max-width: 1245px) {
  #nav-primary.open {
    max-height: calc(100vh - 75px);
    padding-bottom: 24.5px;
    overflow-y: scroll;
  }
}

#nav-primary a {
  color: #4A4A4A;
  font-family: Gotham;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1245px) {
  #nav-primary a {
    color: white;
  }
}

#nav-primary > li:hover > a {
  color: #001223;
}

#nav-primary > li.is-hovered .sub-menu {
  display: flex;
}
@media (max-width: 1245px) {
  #nav-primary > li.is-hovered .sub-menu {
    display: block;
  }
}

#nav-primary > li.current-menu-item > a,
#nav-primary > li.current_page_parent > a,
#nav-primary > li.current-page-ancestor > a {
  position: relative;
}
#nav-primary > li.current-menu-item > a:after,
#nav-primary > li.current_page_parent > a:after,
#nav-primary > li.current-page-ancestor > a:after {
  content: " ";
  position: absolute;
  height: 5px;
  width: calc( 100% - 24.5px );
  left: 50%;
  transform: translateX(-50%);
  background: #F9A61B;
  bottom: 0;
}
@media (max-width: 1245px) {
  #nav-primary > li.current-menu-item > a,
#nav-primary > li.current_page_parent > a,
#nav-primary > li.current-page-ancestor > a {
    color: white;
    -webkit-font-smoothing: antialiased;
  }
  #nav-primary > li.current-menu-item > a:after,
#nav-primary > li.current_page_parent > a:after,
#nav-primary > li.current-page-ancestor > a:after {
    content: none;
  }
}

#nav-primary .sub-menu {
  background: #748390;
  padding-top: calc(24.5px / 2);
  padding-bottom: calc(24.5px / 2);
}
@media (max-width: 1245px) {
  #nav-primary .sub-menu {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

#nav-primary .sub-menu a {
  font-size: 0.7777777778rem;
  line-height: 1.8;
  color: white;
  opacity: 0.5;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: -0.25px;
}
@media (max-width: 1245px) {
  #nav-primary .sub-menu a {
    line-height: 24.5px;
  }
}
#nav-primary .sub-menu a:hover {
  opacity: 1;
}

#nav-primary .sub-menu .menu-item.current-menu-item a,
#nav-primary .sub-menu .menu-item.current-post-parent a {
  opacity: 1;
}

.nav-primary a {
  font-family: "Gotham";
  font-size: 15px;
  letter-spacing: -0.25px;
}

.header-share a {
  width: 50px;
}

.header-share-links {
  position: absolute;
  background: #636363;
  text-align: center;
  width: 50px;
  z-index: 2;
  display: none;
}

.header-share-links:before {
  content: " ";
  border-bottom: solid 25px #636363;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  position: absolute;
  display: block;
  top: 0;
  z-index: 100;
  transform: translateY(-100%);
}

.header-share-links li {
  display: block;
  float: none;
}

.header-share-links a {
  color: white;
  line-height: normal !important;
  width: 100%;
  padding: 0.5em;
}

.nav-search-banner {
  padding: 3px 24.5px 0;
  position: relative;
}
@media (max-width: 1245px) {
  .nav-search-banner {
    display: block;
  }
}
@media (max-width: 600px) {
  .nav-search-banner input[type=submit].btn {
    height: 36px;
    top: 12px;
  }
}

.nav-search-banner input.search-banner__input {
  font-size: 1.2em;
  line-height: 3;
}

.nav-search-banner input[type=submit].btn {
  position: absolute;
  right: 24.5px;
  height: 40px;
  top: 14px;
}

.social-profiles {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  gap: 15px;
  padding: 0;
  margin: 0;
  background-color: #F3FBFF;
  border-radius: 0 0 0 5px;
  padding: 9px 24.5px 6px 20px;
  align-items: center;
}
@media (min-width: 1170px) {
  .social-profiles {
    display: flex;
  }
}

.social-profiles a {
  color: #84adc0;
  font-size: 19px;
  line-height: 1;
  transition: color 250ms ease;
}
.social-profiles a:hover {
  color: #817B75;
}

/* Front Page */
#front-page-hero {
  text-align: left;
  background: #F8F6F6;
}
#front-page-hero .title {
  font-size: 2.4444444444rem;
  line-height: 1.3;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin-top: 0;
}
@media (max-width: 1170px) {
  #front-page-hero .title {
    font-size: 2rem;
  }
}
#front-page-hero .overlay {
  z-index: 1;
}
#front-page-hero .inner {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  padding: 112.5px 0;
}
@media (max-width: 770px) {
  #front-page-hero .inner {
    width: 75%;
  }
}
@media (max-width: 600px) {
  #front-page-hero .inner {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 24.5px;
    padding-right: 24.5px;
    width: 100%;
  }
}

.fp-hero__upper {
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 770px) {
  .fp-hero__upper {
    padding-bottom: 0;
  }
}

#front-page-hero.has-featured + .section {
  padding-top: inherit;
}
@media (min-width: 770px) {
  #front-page-hero.has-featured + .section {
    padding-top: 112.5px;
  }
}

.hero__video_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1 !important;
}
.hero__video_wrapper video {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 944px) {
  .hero__video_wrapper video {
    width: auto;
    height: 100%;
  }
}

.fp-hero__lower {
  position: relative;
  width: 1170px;
  max-width: calc( 100% - 49px);
  margin: 0 auto;
  margin-top: -100px;
  text-align: left;
  display: flex;
  justify-content: center;
  color: black;
  z-index: 10;
  background: white;
  align-items: flex-start;
}
@media (max-width: 770px) {
  .fp-hero__lower {
    margin-top: 24.5px;
  }
}
@media (max-width: 600px) {
  .fp-hero__lower {
    flex-direction: column;
  }
}
.fp-hero__lower .excerpt-landscape {
  flex: 1;
  padding: 24.5px;
  margin: 0;
  background: white;
  align-items: flex-start;
}
.fp-hero__lower .excerpt-landscape:first-child {
  padding-right: calc(24.5px / 2);
}
.fp-hero__lower .excerpt-landscape:last-child {
  padding-left: calc(24.5px / 2);
}
@media (max-width: 600px) {
  .fp-hero__lower .excerpt-landscape:first-child {
    padding-right: 24.5px;
    padding-bottom: calc(24.5px / 2);
  }
  .fp-hero__lower .excerpt-landscape:last-child {
    padding-left: 24.5px;
    padding-top: calc(24.5px / 2);
  }
}
.fp-hero__lower .text {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 770px) {
  .fp-hero__lower .text {
    padding-left: 0;
    padding-right: 0;
  }
}
.fp-hero__lower .img {
  flex: 33.3%;
}
.fp-hero__lower h4 {
  margin: 0;
  color: #293F54;
  font-size: 1.1666666667rem;
}
@media (max-width: 1170px) {
  .fp-hero__lower h4 {
    font-size: 0.9444444444rem;
  }
}

.fp-hero__lower__title {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -0.25em;
  margin-left: calc(24.5px / 2);
  transform: translateY(-100%);
}

/* Using a prefix to target all things on a page */
section[class*=fp-] .section-title {
  line-height: 1;
  margin-bottom: 24.5px;
}

.fp-impact {
  background: #F8F6F6;
}

.fp-impact__summary p:first-child {
  margin-top: 0;
}
.fp-impact__summary p:last-child {
  margin-bottom: 0;
}

.fp-impact-list {
  margin: 1em 0;
}
.fp-impact-list li {
  background: #707070;
  min-height: 375px;
  margin-bottom: 37.5px;
}
.fp-impact-list li .content {
  flex: 55%;
}
.fp-impact-list li .text {
  flex: 45%;
  background: #b8b8b8;
  position: relative;
}
.fp-impact-list li:nth-child(odd) {
  flex-direction: row-reverse;
}
.fp-impact-list li .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.fp-research__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
  justify-content: space-between;
}
.fp-research__list li {
  flex: calc(100%/3);
  max-width: calc( (100% - ((3 - 1) * 24.5px)) / 3);
  margin-left: 24.5px;
}
.fp-research__list li:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media (max-width: 770px) {
  .fp-research__list li {
    flex: calc(100%/1);
    max-width: calc( (100% - ((1 - 1) * 24.5px)) / 1);
    margin-left: 24.5px;
  }
  .fp-research__list li:nth-of-type(3n + 1) {
    margin-left: 24.5px;
  }
  .fp-research__list li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
}
.fp-research__list li {
  background: #b8b8b8;
  height: 300px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-left: 0;
}
.fp-research__list li .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 300ms ease;
}
.fp-research__list li:hover .background {
  transform: scale(1.1);
}
@media (max-width: 1170px) {
  .fp-research__list li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 1170px) {
  .fp-research__list li {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 2em;
  }
}
@media (max-width: 770px) {
  .fp-research__list li {
    height: 225px;
  }
}

.fp-research__a {
  display: block;
  height: 100%;
  padding: 24.5px;
}
@media (max-width: 1170px) {
  .fp-research__a {
    height: 200px;
  }
}
.fp-research__a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  width: calc( 100% - 49px);
}
.fp-research__a h3 {
  font-size: 1.6666666667rem;
  line-height: 1.3;
  text-align: left;
}

.featured-projects {
  background: #F8F6F6;
  position: relative;
}
.featured-projects .center {
  padding-top: 37.5px;
}

.footer-signup {
  background: #293F54;
}

.footer-signup__container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 770px) {
  .footer-signup__container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 112px;
  }
}

.footer-signup__option {
  display: flex;
  align-items: center;
}

.footer-signup__option + .footer-signup__option {
  margin-top: 20px;
}
@media (min-width: 770px) {
  .footer-signup__option + .footer-signup__option {
    margin-top: 0;
  }
}

@media (min-width: 770px) {
  .footer-signup__option + .footer-signup__option:before {
    content: " ";
    height: 34px;
    width: 1px;
    background: #A4B6C6;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
  }
}

.footer-signup__label {
  font-size: 1.2222222222rem;
  line-height: 30px;
  color: #F3F3F3;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.12px;
  line-height: 1;
}

.footer-signup .btn {
  white-space: nowrap;
  margin-left: 30px;
}

.footer-signup .footer-social {
  display: flex;
  gap: 10px;
  margin-left: 20px;
}

.footer-signup .footer-social a {
  border-radius: 2px;
  background-color: #90A957;
  height: 37px;
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F3F3F3;
}

.site-footer__container {
  background: #1C2B39;
  color: #A4B6C6;
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  text-align: center;
  font-family: "Gotham";
}

.footer-branding {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-direction: column;
}
@media (min-width: 1170px) {
  .footer-branding {
    flex-direction: row;
  }
}

.footer-brand svg {
  width: 260px;
  max-width: 100%;
  height: auto;
}

.u-chicago-link svg {
  width: 200px;
  max-width: 100%;
  height: auto;
}

.u-chicago-center-link svg {
  width: 286px;
  max-width: 100%;
  height: auto;
}

.nav-footer {
  display: flex;
  justify-content: center;
}

#menu-footer {
  display: flex;
  margin-top: 30px;
  padding: 30px 0 0;
  border-top: dotted 2px #293F54;
  flex-wrap: wrap;
  justify-content: center;
}
#menu-footer .menu-item {
  position: relative;
}
#menu-footer .menu-item + .menu-item:before {
  content: "•";
  margin: 0 5px 0 3px;
  font-size: 10px;
  position: relative;
  transform: translateY(-1px);
  display: inline-block;
}
#menu-footer a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
#menu-footer a:hover {
  color: #cad4de;
}
@media (max-width: 770px) {
  #menu-footer {
    text-align: center;
  }
  #menu-footer li {
    float: none;
    display: inline-block;
  }
}

.site-footer .copyright {
  color: #A4B5C5;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 14px;
  margin-top: 10px;
}

.featured-projects {
  overflow: hidden;
}

.featured-projects__list {
  display: flex;
  justify-content: center;
}
.featured-projects__list article, .featured-projects__list a {
  flex: 1;
  max-width: 50%;
  margin: 0 calc(24.5px / 2);
}
.featured-projects__list article:first-child, .featured-projects__list a:first-child {
  margin-left: 0;
}
.featured-projects__list article:last-child, .featured-projects__list a:last-child {
  margin-right: 0;
}
@media (max-width: 950px) {
  .featured-projects__list article .excerpt, .featured-projects__list a .excerpt {
    display: none;
  }
  .featured-projects__list article .read-more, .featured-projects__list a .read-more {
    margin-top: 24.5px;
  }
  .featured-projects__list article:hover .lower, .featured-projects__list a:hover .lower {
    max-height: 60px !important;
  }
}
@media (max-width: 770px) {
  .featured-projects__list {
    flex-direction: column;
  }
  .featured-projects__list article, .featured-projects__list a {
    max-width: 100%;
    margin: 0;
    margin-bottom: 24.5px;
    height: 375px;
  }
  .featured-projects__list article .read-more, .featured-projects__list a .read-more {
    display: none;
  }
}
@media (max-width: 600px) {
  .featured-projects__list article, .featured-projects__list a {
    height: 225px;
  }
}

.impact-children li {
  flex-direction: row-reverse;
  align-items: center;
}
.impact-children .text {
  flex: 65%;
  padding: 24.5px;
  position: relative;
}
@media (max-width: 1170px) {
  .impact-children .inner {
    width: 80%;
  }
}
.impact-children .img {
  flex: 35%;
}
.impact-children a.btn {
  margin-top: 2em;
}
@media (max-width: 770px) {
  .impact-children li {
    flex-direction: column;
    height: 600px;
    margin-bottom: 2em;
  }
  .impact-children li:nth-child(even) {
    flex-direction: column;
  }
}

.related-content {
  text-align: center;
  clear: both;
  position: relative;
}
.related-content h2 {
  margin-top: 0;
  margin-bottom: 24.5px;
}
.related-content .related-content__inner {
  border-top: none;
  margin-top: 24.5px;
}
.related-content .related-content__slide {
  text-align: left;
  border: solid 2px #dfdfdf;
  padding: 24.5px;
  display: inline-block;
}
.related-content .related-content__slide:hover {
  background: white;
}
body.single-impact .related-content .related-content__slide:hover, body.single-project .related-content .related-content__slide:hover {
  background: #F8F6F6;
}
.related-content .related-content__slide.final-slide {
  background: #90A957;
  color: white;
  border-color: #90A957;
  transition: all 300ms ease;
}
.related-content .related-content__slide.final-slide:hover button {
  background: white;
  color: black;
}
.related-content .related-content__slide.final-slide button {
  border: solid 2px white;
  position: absolute;
  bottom: 24.5px;
  cursor: pointer;
}
.related-content .related-content__slide.final-slide a {
  color: white;
}
.related-content .related-content__slide.final-slide h4 {
  font-size: 1.6111111111rem;
  line-height: 1.3;
}
.related-content h5 {
  margin: 0 0 8px;
}
.related-content h4 {
  margin: 0;
  line-height: 1.4;
}

.related-content__slider:not(.swiper-container) {
  text-align: center;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
  justify-content: center;
}
.related-content__slider:not(.swiper-container) .related-content__slide {
  flex: calc(100%/3);
  max-width: calc( (100% - ((3 - 1) * 24.5px)) / 3);
  margin-left: 24.5px;
}
.related-content__slider:not(.swiper-container) .related-content__slide:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media (max-width: 770px) {
  .related-content__slider:not(.swiper-container) .related-content__slide {
    flex: calc(100%/2);
    max-width: calc( (100% - ((2 - 1) * 24.5px)) / 2);
    margin-left: 24.5px;
  }
  .related-content__slider:not(.swiper-container) .related-content__slide:nth-of-type(3n + 1) {
    margin-left: 24.5px;
  }
  .related-content__slider:not(.swiper-container) .related-content__slide:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .related-content__slider:not(.swiper-container) .related-content__slide {
    flex: calc(100%/1);
    max-width: calc( (100% - ((1 - 1) * 24.5px)) / 1);
    margin-left: 24.5px;
  }
  .related-content__slider:not(.swiper-container) .related-content__slide:nth-of-type(2n + 1) {
    margin-left: 24.5px;
  }
  .related-content__slider:not(.swiper-container) .related-content__slide:nth-of-type(1n + 1) {
    margin-left: 0;
  }
}
.related-content__slider:not(.swiper-container) .related-content__slide {
  font-size: 1rem;
  margin-top: 24.5px;
  margin-bottom: 0;
}

.related-content__nav-buttons {
  height: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 950px) {
  .related-content__nav-buttons {
    display: none;
  }
}

.related-content__inner {
  clear: both;
  border-top: solid 1px black;
}
.related-content__inner .swiper-button-next.swiper-button-blue, .related-content__inner .swiper-button-prev.swiper-button-blue {
  top: calc(240px/2);
}

.related-content__slide {
  width: calc(( 770px - 49px ) / 3);
  height: 240px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 770px) {
  .related-content__slide {
    height: 170px;
  }
}

ul.filter.related-content__tabs {
  z-index: 10;
  display: inline-block;
  margin: 0;
}
ul.filter.related-content__tabs:after {
  content: "";
  display: table;
  clear: both;
}
ul.filter.related-content__tabs li {
  margin: 0 calc(24.5px/4);
  float: left;
}
@media (max-width: 770px) {
  ul.filter.related-content__tabs li {
    float: none;
    clear: both;
    display: block;
  }
  ul.filter.related-content__tabs a {
    font-size: 0.8em;
    display: block;
  }
}

.page-header-featured .page-title {
  text-align: left;
}
.page-header-featured .container {
  display: flex;
}
.page-header-featured .text, .page-header-featured .img {
  flex: 1;
}
.page-header-featured .text {
  position: relative;
}
.page-header-featured .img {
  margin-left: 24.5px;
}
@media (max-width: 770px) {
  .page-header-featured .img {
    display: none;
  }
}

.publication-list__item {
  margin-bottom: 24.5px;
  align-items: center;
}
.publication-list__item:after {
  content: "";
  display: table;
  clear: both;
}
.publication-list__item .img {
  width: 220px;
  max-width: 100%;
}
.publication-list__item .text {
  padding: 24.5px;
}

.publication-list__item {
  padding-bottom: 24.5px;
  margin-bottom: 24.5px;
  border-bottom: solid 2px #b8b8b8;
}
.publication-list__item .img {
  flex: 250px;
}
@media (max-width: 770px) {
  .publication-list__item .img {
    width: 100%;
  }
}

.footer-links a {
  display: block;
  height: 100%;
  z-index: 5;
  position: relative;
  font-size: 1.25em;
}
.footer-links li:hover {
  background-size: 120%;
}
.footer-links li:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}
.footer-links .overlay {
  background: rgba(0, 0, 0, 0.45);
}

.section__our-team {
  background: white;
}

#project-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
  margin-bottom: 24.5px;
}
#project-list .excerpt-full-background {
  flex: calc(100%/2);
  max-width: calc( (100% - ((2 - 1) * 24.5px)) / 2);
  margin-left: 24.5px;
}
#project-list .excerpt-full-background:nth-of-type(2n + 1) {
  margin-left: 0;
}
@media (max-width: 1170px) {
  #project-list .excerpt-full-background {
    flex: calc(100%/2);
    max-width: calc( (100% - ((2 - 1) * 24.5px)) / 2);
    margin-left: 24.5px;
  }
  #project-list .excerpt-full-background:nth-of-type(2n + 1) {
    margin-left: 24.5px;
  }
  #project-list .excerpt-full-background:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 770px) {
  #project-list .excerpt-full-background {
    flex: calc(100%/1);
    max-width: calc( (100% - ((1 - 1) * 24.5px)) / 1);
    margin-left: 24.5px;
  }
  #project-list .excerpt-full-background:nth-of-type(2n + 1) {
    margin-left: 24.5px;
  }
  #project-list .excerpt-full-background:nth-of-type(1n + 1) {
    margin-left: 0;
  }
}
#project-list .excerpt-full-background {
  margin-bottom: 24.5px;
}
#project-list .excerpt-full-background .inner {
  text-align: left;
}

.news-filter-wrapper {
  background: #dbdbdb;
  text-align: center;
}
@media (max-width: 570px) {
  .news-filter-wrapper a {
    display: block;
    max-width: 280px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.section--page-header + .news-filter-wrapper,
.section--page-content + .news-filter-wrapper {
  padding-bottom: 49px;
}

.research-section-title {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;
}

.search-results-item {
  margin-bottom: 24.5px;
  padding-bottom: 24.5px;
  border-bottom: solid 1px #949494;
}

.page-header-news {
  margin-bottom: 0;
}

.section-about-footer {
  text-align: center;
}

.brochure-button {
  margin-top: 24.5px;
}

.view-all-container {
  text-align: center;
}

.project-introduction {
  margin-bottom: 49px;
  text-align: center;
}
.project-introduction *:first-child {
  margin-top: 0;
}
.project-introduction *:last-child {
  margin-bottom: 0;
}

article.search {
  margin-bottom: 37.5px;
}
article.search a {
  color: #37424B;
}
article.search h2 {
  margin: 0 0 0;
  line-height: 1.4;
}
article.search .kicker {
  margin: 0;
}

.project-members__img {
  width: 50px;
}
@media (max-width: 770px) {
  .project-members__img {
    margin-bottom: 1em;
  }
}

.project-members__names {
  font-style: italic;
  font-size: 1.0555555556rem;
}
@media (max-width: 770px) {
  .project-members__names {
    display: block;
    float: none !important;
    clear: both;
  }
}

.footer-focus {
  padding: 24.5px;
  background: #dbdbdb;
  margin: 24.5px 0;
}
.footer-focus *:first-child {
  margin-top: 0;
}
.footer-focus *:last-child {
  margin-bottom: 0;
}

.single-post .page-header .event-date-box {
  float: right;
  color: black;
  border-color: black;
}

.page-header > div[class*=container] > *:last-child {
  margin-bottom: 0;
}
.page-header .summary > *:first-child {
  margin-top: 0 !important;
}
.page-header .summary > *:last-child {
  margin-bottom: 0 !important;
}
.page-header .project-members,
.page-header .page-title,
.page-header .summary,
.page-header .location {
  margin-bottom: 29.7px;
}
.page-header .page-title {
  margin-bottom: 15px;
}
@media (max-width: 770px) {
  .page-header .page-title,
.page-header .summary,
.page-header .location {
    max-width: 100%;
  }
}
.page-header .summary,
.page-header h3.location {
  line-height: 1.4;
}
.page-header.events-single .page-title,
.page-header.events-single .summary,
.page-header.events-single .location {
  max-width: calc( 100% - 140px - 24.5px);
}
@media (max-width: 770px) {
  .page-header.events-single .page-title,
.page-header.events-single .summary,
.page-header.events-single .location {
    max-width: 100%;
  }
}

body.single .page-header__summary {
  color: #9a958f;
}

@media (max-width: 600px) {
  .event-header-buttons a {
    display: block;
    margin-bottom: 10px;
  }
}
.event-header-buttons > a {
  margin-right: 5px;
}

body.single-project .page-header__summary {
  color: white;
}

.single-post .page-hero {
  line-height: 0;
}

.single-post .page-hero__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  line-height: 0;
  max-height: 450px;
}

.single-post .section:first-of-type {
  padding-top: 80px;
}

.sidebar__related-content {
  width: 330px;
  background: white;
  padding: 29.5px;
  float: right;
  margin-left: 49px;
  margin-bottom: 49px;
  position: relative;
  z-index: 10;
  /* Add borders on pages with a white background */
}
@media (max-width: 770px) {
  .sidebar__related-content {
    margin-top: 49px;
  }
}
.sidebar__related-content span.email {
  display: inline-block;
  color: #F2871E;
  font-size: 1rem;
}
.sidebar__related-content.sidebar-below {
  display: none;
}
body.single .sidebar__related-content {
  border: solid 2px #dfdfdf;
}
body.single-impact .sidebar__related-content {
  border: none;
}
.sidebar__related-content > *:first-child {
  margin-top: 0 !important;
}
.sidebar__related-content > *:last-child {
  margin-bottom: 0 !important;
}
.sidebar__related-content .kicker {
  margin: 0 0 3px 0;
}
.sidebar__related-content:first-child .kicker {
  margin-top: 0;
}
.sidebar__related-content h4 {
  margin: 0;
  font-size: 20px;
  line-height: 27px;
}
.sidebar__related-content h4 a {
  color: #1C2B39;
}
.sidebar__related-content ul {
  list-style: none;
  padding-left: 0;
}
.sidebar__related-content ul li {
  border-bottom: dotted 2px #e9e8e8;
  padding-bottom: 24.5px;
  margin-bottom: 24.5px;
}
.sidebar__related-content ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar__related-content a[href*=mailto] {
  color: #F2871E;
  color: #293F54;
}
@media (max-width: 950px) {
  .sidebar__related-content {
    margin-right: 0;
  }
}
@media (max-width: 770px) {
  .sidebar__related-content {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 770px) {
  .sidebar__related-content.sidebar-above {
    display: none;
  }
}
.sidebar__related-content.sidebar-below {
  display: none;
}
@media (max-width: 770px) {
  .sidebar__related-content.sidebar-below {
    display: block;
  }
}

.kicker__inquiries {
  color: #817B75;
}

body.single-impact section.section {
  padding-top: 73.5px;
}

body.about .hero {
  min-height: 0;
}
body.about .hero .container-md-sm {
  position: relative;
  margin: 0 auto;
  padding-top: 98px;
  padding-bottom: 98px;
}
body.about .hero .kicker {
  color: #F9A61B;
}
body.about .hero h1 {
  line-height: 1.4;
}

.our-approach-section {
  background: #F8F6F6;
}

.our-approach-list {
  margin: 0;
}
.our-approach-list > * {
  border-top: dotted 2px #dfdfdf;
  padding: 46.875px 0;
  height: auto;
  margin-bottom: 0;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .our-approach-list > * {
    padding: 24.5px 0;
  }
}
.our-approach-list .text {
  padding: 0 24.5px;
}
.our-approach-list .our-approach-list__title {
  margin: 0 0 calc(37.5px/4.5);
}
.our-approach-list .our-approach-list__summary {
  font-size: 1rem;
  line-height: 1.4;
  color: #817B75;
}
.our-approach-list .our-approach-list__summary > *:first-child {
  margin-top: 0 !important;
}
.our-approach-list .our-approach-list__summary > *:last-child {
  margin-bottom: 0 !important;
}
.our-approach-list .our-approach-list__read-more {
  color: #F2871E;
}
.our-approach-list li:last-child {
  padding-bottom: 0;
}

.about-wrap .excerpt-landscape .img {
  flex: 38%;
}

.our-approach-list .our-approach-list__title {
  font-size: 1.35rem;
}

.our-approach-list .our-approach-list__summary {
  font-size: 1rem;
}

.our-approach-section .brochure-cta {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
@media (min-width: 1170px) {
  .our-approach-section .brochure-cta {
    display: grid;
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: minmax(0, 1fr) repeat(12, minmax(0, calc((1120px / 12) - 30px))) minmax(0, 1fr);
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1170px) {
  .our-approach-section .brochure-cta__image-container {
    grid-column: 3/6;
    text-align: right;
  }
}

@media (min-width: 1170px) {
  .our-approach-section .brochure-cta__image-container img {
    max-width: 185px;
  }
}

@media (min-width: 1170px) {
  .our-approach-section .brochure-cta__content {
    grid-column: 6/14;
    padding-left: 24px;
  }
}

.about-us-children {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
  justify-content: space-between;
}
.about-us-children li {
  flex: calc(100%/3);
  max-width: calc( (100% - ((3 - 1) * 24.5px)) / 3);
  margin-left: 24.5px;
}
.about-us-children li:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media (max-width: 950px) {
  .about-us-children li {
    flex: calc(100%/2);
    max-width: calc( (100% - ((2 - 1) * 24.5px)) / 2);
    margin-left: 24.5px;
  }
  .about-us-children li:nth-of-type(3n + 1) {
    margin-left: 24.5px;
  }
  .about-us-children li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .about-us-children li {
    flex: calc(100%/1);
    max-width: calc( (100% - ((1 - 1) * 24.5px)) / 1);
    margin-left: 24.5px;
  }
  .about-us-children li:nth-of-type(2n + 1) {
    margin-left: 24.5px;
  }
  .about-us-children li:nth-of-type(1n + 1) {
    margin-left: 0;
  }
}
.about-us-children li {
  margin-left: 0;
  height: 262.5px;
  position: relative;
  color: white;
}
.about-us-children li:last-child {
  margin-right: 0;
}
.about-us-children li .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
@media (max-width: 950px) {
  .about-us-children li {
    margin-bottom: 24.5px;
  }
  .about-us-children li:first-child {
    margin-right: 24.5px;
  }
}
@media (max-width: 600px) {
  .about-us-children li:first-child {
    margin-right: 0;
  }
}
@media (max-width: 950px) {
  .about-us-children {
    justify-content: center;
  }
}

.section-about-footer {
  position: relative;
}
.section-about-footer .small-section-title {
  margin-bottom: 37.5px;
}
.section-about-footer li {
  position: relative;
  overflow: hidden;
}
.section-about-footer li:hover .footer-links__background {
  transform: scale(1.1);
}
.section-about-footer li .overlay {
  transition: all 300ms ease;
}

.section.section-about-footer {
  padding-bottom: 49px;
}

.footer-links__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 300ms ease;
}

.section-description {
  padding-right: 50px;
}

.about-wrap .excerpt-landscape {
  align-items: flex-start;
}

.about-wrap .excerpt-landscape .img {
  flex: 42%;
}

.about-wrap .our-approach-list__text {
  margin-top: -9px;
}

@media (max-width: 767px) {
  .about-wrap .our-approach-list__text {
    margin-top: 0px;
  }
  .section-description {
    padding-right: 0;
  }
  .about-wrap {
    flex-direction: column-reverse;
    margin-bottom: 55px;
  }
  .sidebar-document {
    text-align: center;
  }
}
.contact-page-section {
  background: #F8F6F6;
}

.contact-card-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
}
.contact-card-list .contact-card {
  flex: calc(100%/2);
  max-width: calc( (100% - ((2 - 1) * 24.5px)) / 2);
  margin-left: 24.5px;
}
.contact-card-list .contact-card:nth-of-type(2n + 1) {
  margin-left: 0;
}
@media (max-width: 950px) {
  .contact-card-list .contact-card {
    flex: calc(100%/1);
    max-width: calc( (100% - ((1 - 1) * 24.5px)) / 1);
    margin-left: 24.5px;
  }
  .contact-card-list .contact-card:nth-of-type(2n + 1) {
    margin-left: 24.5px;
  }
  .contact-card-list .contact-card:nth-of-type(1n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 950px) {
  .contact-card-list .contact-card {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.contact-card {
  float: left;
  padding: 37.5px;
  color: #817B75;
}
.contact-card .kicker {
  margin-top: 0;
  margin-bottom: 24.5px;
  text-align: center;
}

.contact-card-office {
  margin-bottom: 0;
}

.contact-card__name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.contact-card-office {
  min-width: 100%;
  clear: left;
}
.contact-card-office strong {
  color: #37424B;
}
.contact-card-office > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 950px) {
  .contact-card-office {
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: auto;
  }
}

.contact-card__inner {
  display: flex;
  position: relative;
  text-align: left;
  align-items: center;
}
@media (max-width: 450px) {
  .contact-card__inner {
    flex-direction: column;
  }
}

.contact-card__img {
  flex: 33.33%;
  min-width: 33.33%;
  margin-right: 1em;
  border-radius: 50%;
  filter: grayscale(100%);
}
@media (max-width: 770px) {
  .contact-card__img {
    flex: 160px;
    min-width: 160px;
  }
}
@media (max-width: 450px) {
  .contact-card__img {
    width: 100%;
    margin-right: 0;
    min-width: 120px;
    max-width: 160px;
    margin-bottom: 24.5px;
  }
}

.contact-card__content {
  flex: 66.66%;
}
.contact-card__content .tel,
.contact-card__content .email {
  font-size: 0.9rem;
}

.contact-card-office {
  text-align: center;
}

body.jobs {
  background: #F8F6F6;
}

.single-job__header {
  text-align: center;
  padding: 61.25px;
}
.single-job__header h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .single-job__header h3 {
    font-size: 0.9rem;
  }
}
@media (max-width: 770px) {
  .single-job__header {
    padding: 24.5px;
  }
}
.single-job__header .summary {
  font-size: 1.1rem;
  line-height: 1.45;
}

.single-job__content {
  padding: 0 24.5px;
  padding-bottom: 49px;
}
@media (max-width: 450px) {
  .single-job__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.jobs-page-section {
  background: #F8F6F6;
}

.single-job__quick-info {
  margin-bottom: 24.5px;
}

.section-our-partners {
  background: #F8F6F6;
  text-align: center;
}
.section-our-partners .small-section-title {
  border-top: 2px dotted #dfdfdf;
  margin: 75px 0 24.5px;
  padding-top: 24.5px;
  color: #37424B;
}

.partners-expanding-list {
  text-align: center;
}

.single-partner {
  font-size: 1rem;
  margin-bottom: 37.5px;
  vertical-align: top;
  border: none;
  position: relative;
  padding: 0;
}
.single-partner.active:after {
  opacity: 1;
}

.single-partner__text {
  color: #46849A;
  text-align: center;
}
.single-partner__text h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.52px;
  line-height: 32px;
  color: inherit;
  margin: 14px 0 0;
}
.single-partner__text h5 {
  font-size: 1rem;
  color: #817B75;
  margin-top: 10px;
  color: inherit;
}

.single-partner-pane {
  text-align: center;
  width: 500px;
  max-width: 100%;
  padding: 0;
}
.single-partner-pane a {
  display: inline-block;
}
.single-partner-pane .excerpt {
  margin-top: 24.5px;
  line-height: 1.4;
  color: #757575;
}
.single-partner-pane .excerpt > *:first-child {
  margin-top: 0;
}
.single-partner-pane .excerpt > *:last-child {
  margin-bottom: 0;
}

.hidden-partner-panes {
  display: none;
}

.page-template-research-area {
  background: #F8F6F6;
}

.research-areas__page-header {
  padding: 0;
}

.research-areas__page-header .page-header-content {
  margin-top: -40px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 20px 0;
}
@media (min-width: 770px) {
  .research-areas__page-header .page-header-content {
    margin-top: -82px;
    padding: 45px 0;
  }
}

.research-areas__page-header .page-title {
  font-size: 2.3333333333rem;
  font-weight: 700;
  letter-spacing: -0.74px;
  line-height: 1.45;
}

.research-areas__page-header .intro-text {
  font-family: "Tisa";
  color: #646464;
  font-size: 1.4444444444rem;
  letter-spacing: 0;
  line-height: 1.38;
}
.research-areas__page-header .intro-text *:first-child {
  margin-top: 0;
}

.research-areas__page-header .intro-text *:last-child {
  margin-bottom: 0;
}

.section.research-releated-projects {
  margin: 0;
  text-align: center;
  background: white;
}
.section.research-releated-projects h2 {
  margin-top: 0;
  margin-bottom: 37.5px;
}
.section.research-releated-projects .some-nonexistent-item {
  margin-bottom: 0;
}
.section.research-releated-projects *[class*=swiper-button] {
  top: 90px;
}

.research-releated-projects__ul {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  font-size: 0;
}

.research-releated-projects__item {
  border: none;
  margin-bottom: 49px;
  width: calc((100% - 49px) / 3);
  display: inline-block;
  margin-right: 24.5px;
  white-space: normal;
  vertical-align: top;
  background: none;
}
.research-releated-projects__item .img {
  border-radius: 50%;
  width: 80%;
  margin: 0 auto;
}
.research-releated-projects__item .img .padding {
  padding-bottom: 100%;
}
.research-releated-projects__item .inner {
  padding: 0;
}
.research-releated-projects__item h4 {
  font-size: 20px;
  color: #293F54;
  line-height: 1.3;
  margin-bottom: 5px;
  margin-top: calc(24.5px / 2);
}
.research-releated-projects__item .position {
  margin: 0;
  line-height: 1.4;
  line-height: 1.35;
  font-weight: 400;
}
.research-releated-projects__item .program {
  margin: 2px 0 0 0;
  color: #F28826;
  font-family: "Gotham";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 18px;
}
.research-releated-projects__item .img {
  max-width: 180px;
  margin-bottom: 24.5px;
}

.section-research-area-main {
  background: #F8F6F6;
  overflow: hidden;
}

.page-template-research-area .post-navigation a {
  text-align: left;
  padding: 49px;
  position: relative;
  overflow: hidden;
  padding: 49px 24.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000;
}
.page-template-research-area .post-navigation a:first-child {
  border-right: none;
}
.page-template-research-area .post-navigation a h3 {
  position: relative;
  font-size: 2.1111111111rem;
  line-height: 1.3;
  max-width: 85%;
  margin: 0;
}
.page-template-research-area .post-navigation a .kicker {
  margin: 0 0 10px;
  position: relative;
}
.page-template-research-area .post-navigation a .overlay {
  transition: all 900ms ease;
}
.page-template-research-area .post-navigation a .arrow {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) translateX(-30%);
  transition: all 400ms ease-out;
  opacity: 0.25;
  width: 25px;
  height: auto;
}
.page-template-research-area .post-navigation a:hover .arrow {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}
.page-template-research-area .post-navigation a:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}
.page-template-research-area .post-navigation a:hover .post-navigation__background {
  transform: scale(1.1);
}
@media (max-width: 770px) {
  .page-template-research-area .post-navigation a {
    padding: 24.5px;
  }
}
@media (min-width: 1170px) {
  .page-template-research-area .post-navigation a {
    padding: 49px calc(24.5px / 2);
  }
}
@media (min-width: 1170px) {
  .page-template-research-area .post-navigation a {
    padding: 73.5px 49px;
  }
}

.page-template-research-area .post-navigation a:hover .post-navigation__background {
  opacity: 0.8;
}

.page-template-research-area .post-navigation .kicker {
  color: #FFFFFF;
  font-size: 1.1111111111rem;
  font-weight: 700;
  letter-spacing: -0.26px;
  line-height: 20px;
}

.page-template-research-area .post-navigation h3 {
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 49px;
}

body.newsletter-signup .page-wrap {
  background: #F8F6F6;
}

#mc_embed_signup {
  margin: 37.5px auto;
  max-width: 570px;
}
#mc_embed_signup input[type=email], #mc_embed_signup input[type=text] {
  width: 100%;
  border: none;
  margin-bottom: 37.5px;
  font-size: 18px;
  font-family: "Tisa";
  border-radius: 5px;
  letter-spacing: -0.3px;
}
#mc_embed_signup div.mce_inline_error {
  font-family: "Gotham";
  background: #cbbdbd !important;
  padding: calc(24.5px / 2) calc(24.5px / 2) calc((24.5px / 2) - 3) !important;
  color: white !important;
  border-radius: 5px;
  margin-top: -13px !important;
  margin-bottom: 24.5px !important;
}
#mc_embed_signup label {
  font-size: 18px;
  color: #37424B;
  margin-left: calc(24.5px / 2);
  margin-bottom: 6px;
  display: inline-block;
}
#mc-embedded-subscribe {
  padding: 10px 0;
  cursor: pointer;
}

.page-template-page-hub .pages-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc( 24.5px / -2 );
  margin-right: calc( 24.5px / -2 );
  margin-bottom: -40px;
}
.page-template-page-hub .pages-grid .card {
  margin-left: calc( 24.5px / 2 );
  margin-right: calc( 24.5px / 2 );
  width: calc( ( 100% / 1 ) - 24.5px );
}
@media (min-width: 770px) {
  .page-template-page-hub .pages-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc( 24.5px / -2 );
    margin-right: calc( 24.5px / -2 );
    margin-bottom: 0;
  }
  .page-template-page-hub .pages-grid .card {
    margin-left: calc( 24.5px / 2 );
    margin-right: calc( 24.5px / 2 );
    width: calc( ( 100% / 2 ) - 24.5px );
  }
}

.page-template-page-hub .pages-grid .card {
  margin-bottom: 40px;
}
@media (min-width: 770px) {
  .page-template-page-hub .pages-grid .card {
    margin-bottom: 0;
  }
}

.section__single-impact {
  background: #F8F6F6;
}

body.single-impact .post-navigation a {
  text-align: left;
  padding: 49px;
  position: relative;
  overflow: hidden;
}
body.single-impact .post-navigation a:first-child {
  border-right: none;
}
body.single-impact .post-navigation a h3 {
  position: relative;
  font-size: 2.1111111111rem;
  line-height: 1.3;
  max-width: 85%;
  margin: 0;
}
body.single-impact .post-navigation a .kicker {
  margin: 0 0 10px;
  position: relative;
}
body.single-impact .post-navigation a .overlay {
  transition: all 900ms ease;
}
body.single-impact .post-navigation a .arrow {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) translateX(-30%);
  transition: all 400ms ease-out;
  opacity: 0.25;
  width: 25px;
  height: auto;
}
body.single-impact .post-navigation a:hover .arrow {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}
body.single-impact .post-navigation a:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}
body.single-impact .post-navigation a:hover .post-navigation__background {
  transform: scale(1.1);
}
@media (max-width: 770px) {
  body.single-impact .post-navigation a {
    padding: 24.5px;
  }
}
body.single-impact .post-navigation a h3 {
  line-height: 1.45;
}
body.single-impact .post-navigation a .overlay {
  background: rgba(0, 0, 0, 0.5);
}
body.single-impact .post-navigation a:hover {
  background: rgba(0, 0, 0, 0.4);
}
body.single-impact .page-header .container-md-sm {
  position: relative;
}

.single-person-header {
  background: #F8F6F6;
  margin: 0;
  padding-top: 75px;
}
.single-person-header h2.page-title {
  text-align: left;
  font-size: 2.6666666667rem;
  color: #37424B;
  margin: 0;
  padding-top: 37.5px;
  margin-bottom: 5px;
  line-height: 1;
}
.single-person-header .position {
  margin: calc(24.5px / 2) 0 0;
  font-size: 1.2222222222rem;
  color: #817B75;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .single-person-header h2.page-title,
.single-person-header .position {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .single-person-header {
    padding-top: 37.5px;
  }
}

.single-person-header__img {
  margin-bottom: 37.5px;
  width: 270px;
  margin-right: 37.5px;
  border-radius: 50%;
  float: left;
}
@media (max-width: 600px) {
  .single-person-header__img {
    float: none;
    margin: 0 auto;
  }
}

.single-person-header__info {
  margin-bottom: 20px;
}

.single-person__website {
  color: #293F54;
  display: block;
  text-align: center;
}
@media (min-width: 600px) {
  .single-person__website {
    text-align: left;
    margin-top: 6px;
  }
}

.single-person-header__bio {
  border-top: 2px dotted #dfdfdf;
  padding: 24.5px 0;
}
.single-person-header__bio .read-more__content {
  transition: all 600ms ease;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.single-person-header__bio .read-more__content *:first-child {
  margin-top: 0;
}
.single-person-header__bio .read-more__content.active {
  max-height: 700px;
  opacity: 1;
}
.single-person-header__bio .read-more__wrapper {
  margin-bottom: 37.5px;
}

.person-social-media {
  margin: 0;
  margin-top: 15px;
}
.person-social-media:after {
  content: "";
  display: table;
  clear: both;
}
.person-social-media li {
  float: left;
  margin-right: calc(24.5px/2);
}
.person-social-media a {
  font-size: 1rem;
  background: #748390;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.person-social-media a:hover {
  background: #909ca7;
}
@media (max-width: 600px) {
  .person-social-media {
    margin: calc(24.5px / 2) auto 24.5px;
    text-align: center;
  }
  .person-social-media li {
    display: inline-block;
    float: none;
    margin-right: calc(24.5px/4);
    margin-left: calc(24.5px/4);
  }
}

.people__large-feature {
  margin-bottom: 49px;
}
.people__large-feature .container-sm {
  background: white;
  padding: 24.5px;
  border: solid 2px #dfdfdf;
}
.people__large-feature .container-sm > * {
  margin-bottom: 24.5px;
}
.people__large-feature .container-sm > *:first-child {
  margin-top: 0;
}
.people__large-feature .container-sm > *:last-child {
  margin-bottom: 0;
}
.people__large-feature .small-section-title {
  margin-bottom: 24.5px;
  text-align: center;
}
@media (max-width: 1170px) {
  .people__large-feature {
    margin-right: 24.5px;
    margin-left: 24.5px;
  }
}

.single-people-feature-list {
  list-style: none;
}
.single-people-feature-list li {
  margin: 24.5px 0;
  padding-bottom: 24.5px;
  border-bottom: solid 1px #D1CECD;
}
.single-people-feature-list li:first-child {
  margin-top: 0;
}
.single-people-feature-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.single-people-feature-list h5 {
  margin: 0 0 10px;
}
.single-people-feature-list h4 {
  margin: 0 0 10px;
  font-size: 1.2222222222rem;
  line-height: 1.3;
  color: #293F54;
}
.single-people-feature-list .media-flex {
  align-items: flex-start;
}
.single-people-feature-list .text {
  padding: 0 0 0 24.5px;
}
@media (max-width: 770px) {
  .single-people-feature-list .text {
    padding-left: 0;
  }
}

.single-people__related-content {
  background: #F8F6F6;
}

body.single-people .section__our-team {
  margin: 0;
}
body.single-people .section__our-team h2 {
  margin-top: 0;
  margin-bottom: 37.5px;
}
body.single-people .section__our-team .some-non-existent-item {
  margin-bottom: 0;
}
body.single-people .section__our-team .swiper-slide {
  margin-right: 0;
  margin-bottom: 75px;
  box-sizing: border-box;
}
body.single-people .section__our-team #team-swiper-button-next, body.single-people .section__our-team #team-swiper-button-prev {
  top: calc(179px/2);
}
body.single-people .people-list {
  position: relative;
  display: block;
}
body.single-people .people-list__item {
  margin-bottom: 75px;
}
body.single-people div[class*=swiper-button] {
  text-align: center;
}

.project-page-header {
  padding-top: 187.5px;
  padding-bottom: 187.5px;
}
@media (max-width: 770px) {
  .project-page-header {
    padding-top: 112.5px;
    padding-bottom: 112.5px;
  }
}
.project-page-header .page-title {
  text-align: left;
}
.project-page-header .project-members {
  color: #eeeeee;
}
.project-page-header .project-members:after {
  content: "";
  display: table;
  clear: both;
}
.project-page-header .project-members > * {
  float: left;
  margin-right: 1em;
}
.project-page-header .overlay {
  background: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}

.section__single-project {
  background: #F8F6F6;
  overflow: hidden;
}

.project-partners {
  margin: 0;
}
.project-partners h2 {
  margin-top: 0;
  margin-bottom: 37.5px;
}
.project-partners .project-partners__item {
  margin-bottom: 0;
}
.project-partners .section-title {
  margin-bottom: 0;
}

.partners-expanding-list .swiper-wrapper .single-partner {
  float: left;
  margin-left: 0 !important;
  margin-bottom: 73.5px;
  flex: none;
  max-width: none !important;
}

#partner-swiper-button-next,
#partner-swiper-button-prev {
  text-align: center;
  top: calc(200px/2);
}

.publication-page-header h2.page-title {
  text-align: left;
}

.journal-name {
  font-weight: 400;
  font-style: italic;
  font-size: 1em;
  margin-bottom: 2em;
}
.journal-name:hover {
  text-decoration: underline;
}

.publication-intro {
  font-size: 1.5em;
}

.publication-footer {
  margin: 37.5px 0 2em;
}

.publication-download-title {
  margin-bottom: 0.25em;
}

.publication-download-link {
  margin-bottom: 2em;
  display: block;
  font-weight: 700;
}

.publication-footer__buttons {
  display: flex;
  margin-bottom: 0;
  clear: both;
}
.publication-footer__buttons a {
  flex: 1;
  margin-right: 24.5px;
  text-align: center;
  margin-bottom: 0;
}
.publication-footer__buttons a:last-child {
  margin-right: 0;
}
@media (max-width: 770px) {
  .publication-footer__buttons {
    flex-direction: column;
  }
  .publication-footer__buttons a {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .publication-footer__buttons a::last-child {
    margin-bottom: 0;
  }
}

.single-opportunities .jobs-page-section {
  padding-bottom: 0;
}

.single-opportunities .section-description {
  padding-right: 0;
  margin-bottom: 70px;
}

.single-opportunities .page-content {
  padding-bottom: 112.5px;
  padding-top: 70px;
}
@media (max-width: 770px) {
  .single-opportunities .page-content {
    padding-bottom: 49px;
  }
}

.single-opportunities .page-content h3 {
  color: #37424B;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 36px;
}

.opportunities-header {
  text-align: center;
  margin-bottom: 20px;
}

.opportunity__quick-info {
  margin-bottom: 24.5px;
  text-align: center;
}

.opportunity__quick-info .location,
.opportunity__quick-info .start-date {
  font-family: "Gotham";
  font-weight: 700;
  margin: 0;
  display: block;
  font-size: 0.9rem;
  color: #748390;
}

.opportunities-body .summary {
  font-size: 1.1rem;
  font-weight: 400;
}

@media (min-width: 770px) {
  .opportunities-body .description {
    padding: 0 30px;
  }
}

.single-opportunities .buttons-row {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 770px) {
  .single-opportunities .buttons-row {
    flex-direction: row;
    margin-top: 50px;
  }
}

.single-opportunities .buttons-row a {
  margin-bottom: 0;
}

@media (max-width: 770px) {
  .index-list li {
    flex-direction: column-reverse;
  }
  .index-list li .text {
    padding-left: 0;
  }
  .index-list li .img {
    display: none;
  }
}

.section-news-events {
  background: #F8F6F6;
  position: relative;
  border-top: 0;
}

.news-events-list {
  margin: 0;
}
.news-events-list > * {
  border-top: dotted 2px #dfdfdf;
  padding: 46.875px 0;
  height: auto;
  margin-bottom: 0;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .news-events-list > * {
    padding: 24.5px 0;
  }
}
.news-events-list .text {
  padding: 0 24.5px;
}
.news-events-list .news-events-list__title {
  margin: 0 0 calc(37.5px/4.5);
}
.news-events-list .news-events-list__summary {
  font-size: 1rem;
  line-height: 1.4;
  color: #817B75;
}
.news-events-list .news-events-list__summary > *:first-child {
  margin-top: 0 !important;
}
.news-events-list .news-events-list__summary > *:last-child {
  margin-bottom: 0 !important;
}
.news-events-list .news-events-list__read-more {
  color: #F2871E;
}
.news-events-list li {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.news-events-list li:last-child {
  border-bottom: none;
}
.news-events-list .img {
  width: 253px;
  flex: 0 0 auto;
}
.news-events-list .text {
  flex: 65%;
  padding: 0 0 0 24.5px;
  position: relative;
}
.news-events-list .event-date-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  font-family: "Gotham";
}
.news-events-list h3 {
  border-top: none;
}
.news-events-list h4.source {
  margin: 0 0 calc(24.5px / 2);
  color: rgba(41, 63, 84, 0.7);
}

.news-filter-wrapper {
  background: none;
}

.news-filter__ul {
  margin: 24.5px 0;
  display: block;
  text-align: center;
  font-size: 0;
}
.news-filter__ul li {
  display: inline;
}
.news-filter__ul a {
  margin: 0 calc(24.5px/4);
}

.load-more-wrapper {
  padding-top: 37.5px;
}

.news-events__page-header {
  padding: 37.5px 0 49px 0;
}
.news-events__page-header .section-title {
  margin-bottom: 0;
}
.news-events__page-header.in-category {
  padding: 37.5px 0 0 0;
}

.featured-posts {
  display: flex;
}
@media (max-width: 950px) {
  .featured-posts {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .featured-posts .arrow {
    display: none;
  }
}

.index-featured__item {
  padding: 49px;
  height: 375px;
  position: relative;
}
.index-featured__item .inner {
  position: absolute;
  bottom: 49px;
}
@media (max-width: 600px) {
  .index-featured__item .inner {
    position: relative;
    bottom: auto;
    margin-top: 49px;
  }
}
.index-featured__item h4,
.index-featured__item h5,
.index-featured__item img {
  position: relative;
}
.index-featured__item h4 {
  margin: 0;
  color: white;
  font-size: 1.5555555556rem;
  max-width: 60%;
  line-height: 1.3;
}
@media (max-width: 770px) {
  .index-featured__item h4 {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .index-featured__item h4 {
    font-size: 1.35rem;
  }
}
.index-featured__item .arrow {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) translateX(-30%);
  transition: all 400ms ease-out;
  opacity: 0.25;
  width: 25px;
  height: auto;
}
.index-featured__item:hover .arrow {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}
.index-featured__item .overlay {
  transition: all 800ms ease-out;
}
.index-featured__item:hover .overlay {
  background: rgba(0, 0, 0, 0.75);
}

.featured-posts__item {
  flex: 1;
}
.featured-posts__item .event-date-box {
  right: calc(10% + 25px);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 1170px) {
  .featured-posts__item .event-date-box {
    display: none;
  }
}
@media (max-width: 950px) {
  .featured-posts__item .event-date-box {
    display: flex;
  }
}
@media (max-width: 770px) {
  .featured-posts__item .event-date-box {
    display: none;
  }
}
@media (max-width: 950px) {
  .featured-posts__item {
    height: 245px;
  }
}
@media (max-width: 600px) {
  .featured-posts__item {
    padding: 24.5px;
    height: auto;
  }
}

.featured-posts__event h4 {
  margin-right: calc( 140px + calc( 10% + 25px) + 24.5px);
}
@media (max-width: 1170px) {
  .featured-posts__event h4 {
    margin-right: 0;
  }
}

.event-date-box {
  position: relative;
  color: white;
  border: solid 1.5px white;
  font-size: 16px;
  text-align: center;
  width: 140px;
  height: 140px;
  padding: 22px 0;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-family: "Gotham";
}
.event-date-box span {
  display: block;
  line-height: 1;
}
.event-date-box .month {
  text-transform: uppercase;
}
.event-date-box .day {
  font-size: 40px;
  font-family: "Gotham";
  font-weight: 700;
}
.section--projects {
  padding-bottom: 0;
}

.section--projects .projcts-container {
  background: #F8F6F6;
  padding-top: 122.5px;
  padding-bottom: 112.5px;
}

.status-picker {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.status-picker .btn {
  cursor: pointer;
}

.project-map-container {
  display: flex;
  gap: 30px;
  margin-top: 26px;
  flex-direction: column;
}
@media (min-width: 770px) {
  .project-map-container {
    flex-direction: row;
    margin-bottom: -75px;
  }
}

.project-map {
  width: 380px;
  flex: 1 0 auto;
  position: relative;
  height: 390px;
}

.project-map .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms ease;
}

.project-map .map.is-active {
  opacity: 1;
}

.project-map .map__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.project-introduction {
  text-align: left;
  margin-top: 31px;
}

.section--projects .projects-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc( 24.5px / -2 );
  margin-right: calc( 24.5px / -2 );
  margin-bottom: -86px;
}
.section--projects .projects-grid .card {
  margin-left: calc( 24.5px / 2 );
  margin-right: calc( 24.5px / 2 );
  width: calc( ( 100% / 1 ) - 24.5px );
}
@media (min-width: 770px) {
  .section--projects .projects-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc( 24.5px / -2 );
    margin-right: calc( 24.5px / -2 );
  }
  .section--projects .projects-grid .card {
    margin-left: calc( 24.5px / 2 );
    margin-right: calc( 24.5px / 2 );
    width: calc( ( 100% / 3 ) - 24.5px );
  }
}

.section--projects .projects-grid .card {
  text-align: center;
  margin-bottom: 86px;
}

.page-header-featured {
  display: block;
  height: 375px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.page-header-featured .arrow {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) translateX(-30%);
  transition: all 400ms ease-out;
  opacity: 0.25;
  width: 25px;
  height: auto;
}
.page-header-featured:hover .arrow {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}
.page-header-featured .container-md-sm {
  position: relative;
  height: 100%;
  padding-top: 49px;
  padding-bottom: 49px;
}
.page-header-featured .overlay {
  transition: all 800ms ease;
}
.page-header-featured:hover .overlay {
  background: rgba(0, 0, 0, 0.75);
}
@media (max-width: 600px) {
  .page-header-featured {
    height: auto;
  }
  .page-header-featured .arrow {
    display: none;
  }
}

.page-header-featured__title {
  color: white;
  line-height: 1.3;
  max-width: 50%;
  margin: 0;
}
@media (max-width: 950px) {
  .page-header-featured__title {
    max-width: 70%;
  }
}
@media (max-width: 600px) {
  .page-header-featured__title {
    max-width: none;
  }
}

.page-header-featured__featured__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 600px) {
  .page-header-featured__featured__inner {
    position: relative;
    transform: translateY(0);
    padding-top: 49px;
    padding-bottom: 24.5px;
  }
}

.publication-list__ul {
  margin: 0;
}
.publication-list__ul > * {
  border-top: dotted 2px #dfdfdf;
  padding: 46.875px 0;
  height: auto;
  margin-bottom: 0;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .publication-list__ul > * {
    padding: 24.5px 0;
  }
}
.publication-list__ul .text {
  padding: 0 24.5px;
}
.publication-list__ul .publication-list__ul__title {
  margin: 0 0 calc(37.5px/4.5);
}
.publication-list__ul .publication-list__ul__summary {
  font-size: 1rem;
  line-height: 1.4;
  color: #817B75;
}
.publication-list__ul .publication-list__ul__summary > *:first-child {
  margin-top: 0 !important;
}
.publication-list__ul .publication-list__ul__summary > *:last-child {
  margin-bottom: 0 !important;
}
.publication-list__ul .publication-list__ul__read-more {
  color: #F2871E;
}
.publication-list__ul li {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.publication-list__ul li:first-child {
  border-top: none;
}
.publication-list__ul li:last-child {
  border-bottom: dotted 2px #dfdfdf;
}
.publication-list__ul .img {
  flex: 35%;
}
.publication-list__ul .text {
  flex: 65%;
  padding: 0 0 0 24.5px;
  position: relative;
}

.page-template-policy .heading-section {
  padding-bottom: 49px;
}

.page-template-policy .hero a {
  width: 100%;
  display: block;
}

.page-template-policy .hero .overlay {
  transition: all 800ms ease;
}

.page-template-policy .hero a:hover .overlay {
  background: rgba(0, 0, 0, 0.75);
}

.page-template-policy .hero .container-md-sm {
  position: relative;
  margin: 0 auto;
  padding-top: 98px;
  padding-bottom: 98px;
  padding-right: 50px;
}
@media (min-width: 1170px) {
  .page-template-policy .hero .container-md-sm {
    padding-right: 100px;
  }
}

.page-template-policy .hero :not([class*=overlay]) {
  z-index: 5;
}

.page-template-policy .hero {
  text-align: left;
  padding: 0;
  margin: 0 0 49px;
  min-height: 555px;
  display: flex;
  align-items: center;
}

.page-template-policy .hero .kicker {
  color: #fff;
  font-family: "Gotham";
  font-size: 16.2px;
  font-weight: bold;
  letter-spacing: -0.29px;
  line-height: 19px;
}

.page-template-policy .title-container {
  position: relative;
}

.page-template-policy .hero .title {
  font-family: "Tisa";
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 49px;
}

.page-template-policy .hero .arrow {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) translateX(-30%);
  transition: all 400ms ease-out;
  opacity: 0.25;
  width: 25px;
  height: auto;
}
.page-template-policy .hero:hover .arrow {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.page-template-policy .hero .arrow {
  right: -40px;
}
@media (min-width: 1170px) {
  .page-template-policy .hero .arrow {
    right: -90px;
  }
}

.page-template-policy .hero .intro-text {
  font-family: "Tisa";
  font-size: 26px;
  letter-spacing: -0.3px;
  line-height: 36px;
}

.page-template-policy .page-content {
  padding-bottom: 0;
}

.page-template-policy .sidebar__related-content {
  border: solid 2px #dfdfdf;
}

.page-template-policy .section__attendees .people-list + .people-list {
  margin-top: -10px;
  padding-top: 10px;
}

body.page-template-policy .people-list.additional-group {
  display: flex;
}

.page-template-policy .additional-group {
  display: flex;
}

.page-template-policy .section__action {
  text-align: center;
}

.page-template-policy .past-programs {
  background-color: #F3F3F3;
}

.page-template-policy .past-programs .section__action {
  margin-top: -2px;
  border-top: 2px solid #F3F3F3;
}

.areas-of-focus-page-header {
  min-height: 450px;
  display: flex;
  align-items: center;
}

.section--research-areas .research-areas-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-start;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: -4em;
}
.section--research-areas .research-areas-list .card {
  flex: calc(100%/3);
  max-width: calc( (100% - ((3 - 1) * 24.5px)) / 3);
  margin-left: 24.5px;
}
.section--research-areas .research-areas-list .card:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media (max-width: 770px) {
  .section--research-areas .research-areas-list .card {
    flex: calc(100%/1);
    max-width: calc( (100% - ((1 - 1) * 24.5px)) / 1);
    margin-left: 24.5px;
  }
  .section--research-areas .research-areas-list .card:nth-of-type(3n + 1) {
    margin-left: 24.5px;
  }
  .section--research-areas .research-areas-list .card:nth-of-type(1n + 1) {
    margin-left: 0;
  }
}

.section--research-areas .research-areas-list .card {
  position: relative;
  margin-bottom: 4em;
}

.section--logo-grid {
  background-color: #F8F6F6;
}

.page-template-flex-content {
  background-color: #F8F6F6;
}
