@media screen and (max-width: 768px) {
  .landing-page .alternate-photo-float .text.tl-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .landing-page .alternate-photo-float .text.tl-text {
    font-size: 18px;
  }
  .landing-page .alternate-photo-float .text-over-image {
    top: 1em;
    font-size: 20px;
  }
  .landing-page .alternate-photo-float .text-over-image .big {
    font-size: 42px;
  }
  .landing-page .alternate-photo-float .text .column {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .landing-page .alternate-photo-float .text ul {
    -moz-column-count: inherit;
    -moz-column-gap: inherit;
    -webkit-column-count: inherit;
    -webkit-column-gap: inherit;
    column-count: inherit;
    column-gap: inherit;
  }
}

@media screen and (max-width: 380px) {
  .landing-page .alternate-photo-float .text-over-image {
    font-size: 18px;
    line-height: 1em;
  }
  .landing-page .alternate-photo-float .text-over-image .big {
    font-size: 36px;
  }
}

.landing-page .background-select {
  width: 100%;
  display: table;
  min-height: 400px;
}

.landing-page .background-select .background-select-image {
  text-align: center;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  position: relative;
  padding: 5rem 1em 3rem 1em;
}

.landing-page .background-select h3 {
  margin-bottom: 2rem;
}

.landing-page .background-select p {
  margin-bottom: 3rem;
}

.landing-page .background-select a.button {
  margin-bottom: 2rem;
}

.landing-page .background-select.purple-slashes p {
  color: #fff;
}

.landing-page .background-select.purple-slashes h3 {
  color: #fff;
}

.landing-page .background-select.solid-purple p {
  color: #fff;
}

.landing-page .background-select.solid-purple h3 {
  color: #fff;
}

@media screen and (max-width: 960px) {
  .landing-page .purple-slashes .purple-half {
    padding: 2rem;
  }
}

@media screen and (max-width: 875px) {
  .landing-page .background-select p.subhead {
    font-size: 36px;
  }
}

.landing-page .quote {
  font: 24px/1.2em "Poppins Light", Arial, sans-serif;
  color: #4e2a84;
  margin-bottom: 1em;
}

.landing-page .quote span {
  background: url("https://common.northwestern.edu/v8/css/images/icons/quote.png") no-repeat;
  width: 35px;
  height: 24px;
  display: inline-block;
  margin-right: .5rem;
}

.landing-page .quote figcaption {
  font: 16px/1.4em "Akkurat Pro Regular", Arial, sans-serif;
  color: #716c6b;
}

.landing-page .quote figcaption span {
  font: 18px "Akkurat Pro Bold", "Arial Black", sans-serif;
  background: none;
  height: inherit;
  width: inherit;
  display: inherit;
  margin-right: inherit;
}

.landing-page .number-boxes {
  background: #4e2a84 url("https://common.northwestern.edu/v8/css/images/slashes.purple-bg.gif") repeat;
  padding: 2em 1em;
  text-align: center;
}

.landing-page .number-boxes .half {
  width: 50%;
  float: left;
  border-right: 1px solid #836eaa;
  padding: 2rem 7rem;
}

.landing-page .number-boxes .half:last-child {
  border-right: none;
}

.landing-page .number-boxes .half p {
  font: 24px "Poppins Extra Bold", "Arial Black", sans-serif;
  color: #b6acd1;
}

.landing-page .number-boxes .half p span {
  font: 96px "Poppins Bold", "Arial Black", sans-serif;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .landing-page .number-boxes .half {
    padding: 2rem;
  }
  .landing-page .number-boxes .half p {
    font-size: 18px;
  }
  .landing-page .number-boxes .half p span {
    font-size: 60px;
  }
}

@media screen and (max-width: 480px) {
  .landing-page .number-boxes .half {
    width: 100%;
    float: none;
    padding: 2rem;
    border-right: none;
    border-bottom: 1px solid #836eaa;
  }
  .landing-page .number-boxes .half:last-child {
    border-bottom: none;
  }
}

.landing-page .news-event {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.landing-page .news-event section {
  margin-bottom: 2rem;
}

.landing-page .news, .landing-page .events {
  border-bottom: 4px solid #ccc;
  position: relative;
}

.landing-page .news h4, .landing-page .events h4 {
  font: 30px "Akkurat Pro Regular", Arial, sans-serif;
  color: #716c6b;
  border-bottom: 4px solid #ccc;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
}

.landing-page .news h5, .landing-page .events h5 {
  font: 18px/1.3em "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #342f2e;
  margin-bottom: 1rem;
}

.landing-page .news p.link, .landing-page .events p.link {
  font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
  position: absolute;
  bottom: -2.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.landing-page .news p.link:after, .landing-page .events p.link:after {
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg") no-repeat top 35% right 50%/6px 10px;
  padding-right: 1.5em;
  content: " ";
}

.landing-page .news {
  float: left;
  width: 66.07143%;
}

.landing-page .news-box {
  float: left;
  width: 48.64865%;
  margin-right: 2.7027%;
  margin-bottom: 1rem;
}

.landing-page .news-box:nth-of-type(2n) {
  margin-right: 0;
}

.landing-page .news-box .news-image {
  width: 47.22222%;
  float: left;
  margin-right: 2.77778%;
}

.landing-page .news-box .news-text {
  float: left;
  width: 50%;
}

.landing-page .news-full {
  position: relative;
  border-bottom: 4px solid #ccc;
  margin-bottom: 6rem;
}

.landing-page .news-full .news-box h4 {
  font: 18px/1.3em "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #4e2a84;
  margin-bottom: 1rem;
}

.landing-page .news-full .news-box {
  float: left;
  width: 32.14286%;
  margin-right: 1.78571%;
  margin-bottom: 1rem;
}

.landing-page .news-full .news-box:nth-of-type(3n) {
  margin-right: 0;
}

.landing-page .news-full .news-box .news-image {
  width: 47.22222%;
  float: left;
  margin-right: 2.77778%;
}

.landing-page .news-full .news-box .news-text {
  float: left;
  width: 50%;
}

.landing-page .news-full p.link {
  font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
  position: absolute;
  bottom: -2.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.landing-page .showcase .news {
  width: 32.14286%;
  padding-bottom: 1rem;
}

.landing-page .showcase .news img {
  margin-bottom: .5rem;
}

.landing-page .showcase .news h5 {
  color: #716c6b;
}

.landing-page .events {
  float: left;
  width: 32.14286%;
  margin-left: 1.78571%;
}

.landing-page .events h5 {
  margin-bottom: .2rem;
  color: #716c6b;
}

.landing-page .events p {
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .landing-page .news {
    width: 60%;
  }
  .landing-page .news .news-box {
    width: 100%;
    float: none;
  }
  .landing-page .news .news-box .news-image {
    width: 30.14184%;
    margin-right: 1.77305%;
  }
  .landing-page .news .news-box .news-text {
    width: 68.08511%;
  }
  .landing-page .events {
    width: 40%;
    margin-left: 2.22222%;
  }
}

@media screen and (max-width: 900px) {
  .landing-page .news-full .news-box {
    width: 47.77778%;
    margin-right: 2.22222%;
  }
  .landing-page .news-full .news-box:nth-of-type(3n) {
    margin-right: 2.22222%;
  }
  .landing-page .news-full .news-box .news-image {
    width: 39.53488%;
    margin-right: 2.32558%;
  }
  .landing-page .news-full .news-box .news-text {
    width: 58.13953%;
  }
}

@media screen and (max-width: 768px) {
  .landing-page .news-event.showcase {
    display: inherit;
    margin-bottom: 3rem;
  }
  .landing-page .news-event.showcase p.link {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
  }
  .landing-page .news-event.showcase .news, .landing-page .news-event.showcase .events {
    width: 100%;
    float: none;
    margin-bottom: 3rem;
    margin-left: 0;
    border-bottom: none;
  }
  .landing-page .news-event.showcase .news:nth-child(3), .landing-page .news-event.showcase .events:nth-child(3) {
    margin-bottom: 0;
  }
  .landing-page .news-event .news-box p:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 550px) {
  .landing-page .news-event {
    display: inherit;
    margin-bottom: 3rem;
  }
  .landing-page .news, .landing-page .events {
    width: 100%;
    float: none;
    margin-bottom: 3rem;
    margin-left: 0;
    border-bottom: none;
  }
  .landing-page .news p.link, .landing-page .events p.link {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
  }
  .landing-page .news-full .news-box {
    width: 100%;
    margin-right: 0;
  }
  .landing-page .news-full .news-box .news-image {
    width: 30.90909%;
    margin-right: 1.81818%;
  }
  .landing-page .news-full .news-box .news-text {
    width: 67.27273%;
  }
}

@media screen and (max-width: 550px) {
  .landing-page .news h5, .landing-page .events h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .landing-page .news h4, .landing-page .events h4 {
    font-size: 24px;
  }
}

.landing-page #announcement {
  background: #e4e0ee;
  font-size: 18px;
  line-height: 1.3em;
  padding: 1.5rem;
  max-width: 1440px;
}

.landing-page #announcement h2 {
  font: 34px "Poppins Bold", "Arial Black", sans-serif;
}

.landing-page #announcement h3 {
  font: 26px "Poppins Bold", "Arial Black", sans-serif;
  background: none;
  text-align: left;
}

.landing-page #announcement h3::before, .landing-page #announcement h3::after {
  background: none;
  padding: 0;
}

.landing-page #announcement h4 {
  font: 21px "Poppins Bold", "Arial Black", sans-serif;
}

.landing-page #announcement h5 {
  font: 18px "Poppins Bold", "Arial Black", sans-serif;
}

.landing-page #announcement a {
  color: #4e2a84;
  font-weight: bold;
  text-decoration: none;
}

.landing-page #announcement a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .landing-page #announcement h2 {
    font-size: 26px;
    line-height: 1.2em;
  }
  .landing-page #announcement h3 {
    font-size: 21px;
  }
  .landing-page #announcement h4 {
    font-size: 18px;
  }
}

.landing-page .swiper-button-next, .landing-page .swiper-button-prev {
  width: 35px;
  height: 35px;
  -moz-background-size: 35px 35px;
  -webkit-background-size: 35px 35px;
  background-size: 35px 35px;
}

.landing-page .swiper-button-prev {
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-purple-white.svg") no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 10px;
  right: auto;
}

.landing-page .swiper-button-next {
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-purple-white.svg") no-repeat;
  right: 10px;
  left: auto;
}

.landing-page .caption {
  font: 20px/1.3em "Akkurat Pro Regular", Arial, sans-serif;
  position: absolute;
  bottom: .4rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 100%;
  margin: 0;
}

.landing-page .caption strong {
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
}

.landing-page .caption a {
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.landing-page .caption a:after {
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-white.svg") no-repeat 50%/8px 12px;
  padding-right: 1.5rem;
  content: " ";
}

.landing-page .caption a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .landing-page .caption {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .landing-page .caption {
    position: relative;
    background: #836eaa;
    font-size: 14px;
  }
  .landing-page .swiper-button-next, .landing-page .swiper-button-prev {
    width: 25px;
    height: 25px;
    -moz-background-size: 25px 25px;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
    margin-top: -3rem;
  }
}

.landing-page .photo-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.landing-page .photo-grid article {
  width: 23.66071%;
  margin-right: 1.78571%;
  margin-bottom: 20px;
  float: left;
  line-height: 1.5rem;
}

.landing-page .photo-grid article:nth-of-type(4n+4) {
  margin-right: 0;
}

.landing-page .photo-grid article h4 {
  font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #342f2e;
  margin: 1rem 0 0 0;
}

.landing-page .photo-grid article h4 + p {
  margin-top: .5rem;
}

.landing-page .photo-grid article p.link {
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  text-transform: uppercase;
}

.landing-page .photo-grid article p.link:after {
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg") no-repeat 0.8em 3px/5px 8px;
  padding-right: 3rem;
  content: " ";
}

@media screen and (max-width: 768px) {
  .landing-page .photo-grid article {
    width: 48.5%;
    max-width: 265px;
    margin-right: 3%;
  }
  .landing-page .photo-grid article:nth-of-type(2n+2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 475px) {
  .landing-page .photo-grid article {
    width: 100%;
  }
}

.content a.button, .content-full a.button, .content p.button a, .content-full p.button a, .hero a.button, #top-nav ul li a.button, .tl-slideshow a.button, input[type="submit"], input[type="button"] {
  font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #fff;
  background: #4e2a84;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 .5em .5em 0;
  padding: .8em 1em .7em 1em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  min-width: 165px;
  border: none;
}

.content a.button:before, .content-full a.button:before, .content p.button a:before, .content-full p.button a:before, .hero a.button:before, #top-nav ul li a.button:before, .tl-slideshow a.button:before, input[type="submit"]:before, input[type="button"]:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b6acd1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.content a.button:hover, .content a.button:focus, .content a.button:active, .content-full a.button:hover, .content-full a.button:focus, .content-full a.button:active, .content p.button a:hover, .content p.button a:focus, .content p.button a:active, .content-full p.button a:hover, .content-full p.button a:focus, .content-full p.button a:active, .hero a.button:hover, .hero a.button:focus, .hero a.button:active, #top-nav ul li a.button:hover, #top-nav ul li a.button:focus, #top-nav ul li a.button:active, .tl-slideshow a.button:hover, .tl-slideshow a.button:focus, .tl-slideshow a.button:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active {
  color: #fff;
  text-decoration: none;
}

.content a.button:hover:before, .content a.button:focus:before, .content a.button:active:before, .content-full a.button:hover:before, .content-full a.button:focus:before, .content-full a.button:active:before, .content p.button a:hover:before, .content p.button a:focus:before, .content p.button a:active:before, .content-full p.button a:hover:before, .content-full p.button a:focus:before, .content-full p.button a:active:before, .hero a.button:hover:before, .hero a.button:focus:before, .hero a.button:active:before, #top-nav ul li a.button:hover:before, #top-nav ul li a.button:focus:before, #top-nav ul li a.button:active:before, .tl-slideshow a.button:hover:before, .tl-slideshow a.button:focus:before, .tl-slideshow a.button:active:before, input[type="submit"]:hover:before, input[type="submit"]:focus:before, input[type="submit"]:active:before, input[type="button"]:hover:before, input[type="button"]:focus:before, input[type="button"]:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.content a.button:last-of-type, .content-full a.button:last-of-type, .content p.button a:last-of-type, .content-full p.button a:last-of-type, .hero a.button:last-of-type, #top-nav ul li a.button:last-of-type, .tl-slideshow a.button:last-of-type, input[type="submit"]:last-of-type, input[type="button"]:last-of-type {
  margin-right: 0;
}

.content a.button.normal-case, .content-full a.button.normal-case, .content p.button a.normal-case, .content-full p.button a.normal-case, .hero a.button.normal-case, #top-nav ul li a.button.normal-case, .tl-slideshow a.button.normal-case, input[type="submit"].normal-case, input[type="button"].normal-case {
  text-transform: none;
}

.feature-box a.button {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

.purple-slashes a.button, #map-feature a.button, .standard-page .background-select a.button {
  background: #836eaa;
}

.standard-plus a.button {
  margin: 1.5rem 0;
}

@media screen and (max-width: 768px) {
  .caption a.button {
    background: #b6acd1;
    margin: 0;
  }
}

/* fixes for missing arrows (add news-full, move arrow padding from right to left) */
.landing-page .news-full p.link:after,
.landing-page .news p.link:after,
.landing-page .events p.link:after {
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg") no-repeat top 35% right 50%/6px 10px;
  padding-left: 1.5em;
  padding-right: 0;
  content: " ";
}

/* fix for ".landing-page .content a" overwritting this with $nu-purple */
.content a.button, .content a.button:hover, .content a.button:focus, .content a.button:active {
  color: #fff !important;
}

/* fix for news and events section on landing page */
@media screen and (max-width: 550px) {
  /* // fixed in default now
	.landing-page .news-event section {
		width: 100%;
		border-bottom: none;
		margin-bottom: 3rem;
		margin-left: 0;
		float: none;
	}
	*/
  .landing-page .news-event section:last-child {
    margin-bottom: 0;
  }
}

#search .search-form input {
  border-radius: 0;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

.text-xs-justify {
  text-align: justify !important;
}

@media (min-width: 481px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
}

@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1141px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1441px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-normal {
  font-weight: normal;
}

.font-italic {
  font-style: italic;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.pull-none {
  float: none !important;
}

.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

@media (min-width: 481px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 769px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 1141px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1441px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 480px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 481px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 1140px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 1141px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1441px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.embed-responsive {
  height: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.flush-top {
  margin-top: 0 !important;
}

.flush-bottom {
  margin-bottom: 0 !important;
}

.flush-top-recursive > *:first-child {
  margin-top: 0 !important;
}

.flush-top-recursive > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.flush-top-recursive > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.flush-top-recursive > *:first-child > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.flush-top-recursive > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.flush-top-recursive > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.flush-top-recursive > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.flush-top-recursive > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.flush-top-recursive > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.flush-top-recursive > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.flush-bottom-recursive > *:last-child {
  margin-bottom: 0 !important;
}

.flush-bottom-recursive > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.flush-bottom-recursive > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.flush-bottom-recursive > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.flush-bottom-recursive > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.flush-bottom-recursive > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.flush-bottom-recursive > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.flush-bottom-recursive > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.flush-bottom-recursive > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.flush-bottom-recursive > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.rounded {
  border-radius: 50%;
}

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rotate-half {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hide {
  display: none;
}

.standard-text-shadow {
  text-shadow: 2px 2px 0px #000;
}

.purple-arrow-postfix::after,
.arrow-link::after {
  content: ' ';
  background-position: 100% 45%;
  background-repeat: no-repeat !important;
  background-size: 37.5% 62.5%;
  background-size: 0.4em;
  width: 1em;
  height: 1em;
  padding-left: 1.1em;
}

.purple-arrow-postfix::after,
.arrow-link::after {
  background-image: url("../images/structure/icons/arrow-right-dkpurple.svg");
}

.dark-purple-arrow-postfix::after {
  content: ' ';
  background-position: 100% 45%;
  background-repeat: no-repeat !important;
  background-size: 37.5% 62.5%;
  background-size: 0.4em;
  width: 1em;
  height: 1em;
  padding-left: 1.1em;
}

.dark-purple-arrow-postfix::after {
  background-image: url("../images/structure/icons/arrow-right-dkpurple.svg");
}

.light-purple-arrow-postfix::after {
  content: ' ';
  background-position: 100% 45%;
  background-repeat: no-repeat !important;
  background-size: 37.5% 62.5%;
  background-size: 0.4em;
  width: 1em;
  height: 1em;
  padding-left: 1.1em;
}

.light-purple-arrow-postfix::after {
  background-image: url("../images/structure/icons/arrow-right-ltpurple.svg");
}

.yellow-arrow-postfix::after,
.announcements .announcement .arrow-link::after,
.slider .slide .slide-contents a:not(.no-styling).arrow-link::after {
  content: ' ';
  background-position: 100% 45%;
  background-repeat: no-repeat !important;
  background-size: 37.5% 62.5%;
  background-size: 0.4em;
  width: 1em;
  height: 1em;
  padding-left: 1.1em;
}

.yellow-arrow-postfix::after,
.announcements .announcement .arrow-link::after,
.slider .slide .slide-contents a:not(.no-styling).arrow-link::after {
  background-image: url("../images/structure/icons/arrow-right-yellow.svg");
}

.white-arrow-postfix::after,
.button.arrow-link::after {
  content: ' ';
  background-position: 100% 45%;
  background-repeat: no-repeat !important;
  background-size: 37.5% 62.5%;
  background-size: 0.4em;
  width: 1em;
  height: 1em;
  padding-left: 1.1em;
}

.white-arrow-postfix::after,
.button.arrow-link::after {
  background-image: url("../images/structure/icons/arrow-right-white.svg");
}

.gray-arrow-postfix::after {
  content: ' ';
  background-position: 100% 45%;
  background-repeat: no-repeat !important;
  background-size: 37.5% 62.5%;
  background-size: 0.4em;
  width: 1em;
  height: 1em;
  padding-left: 1.1em;
}

.gray-arrow-postfix::after {
  background-image: url("../images/structure/icons/arrow-right-gray.svg");
}

/*
@mixin button {
	color: $white !important;
	cursor: pointer;
	font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	min-width: 165px;
	padding: .8em 1em .7em 1em;
	border: none;
	margin: 0 .5em .5em 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.purple-button {
	background-color: $nu-purple;
	&::before { background-color: $nu-purple-30; }
	@include overlay;
}

.purple-arrow-button {
	background-color: $nu-purple;
	@include white-arrow-postfix;
}

.yellow-button {
	background-color: $mcc-gold;
	&::before { background-color: $mcc-gold-light; }
	@include button;
	@include overlay;
}

.yellow-arrow-button {
	background-color: $mcc-gold;
	@include button;
	@include white-arrow-postfix;
}

.blue-button {
	background-color: $mcc-blue;
	&::before { background-color: $mcc-blue-light; }
	@include button;
	@include overlay;
}

.blue-arrow-button {
	background-color: $mcc-blue;
	@include button;
	@include white-arrow-postfix;
}
*/
.slider .slide .slide-contents .purple-button,
.slider .slide .slide-contents .purple-arrow-button,
.slider .slide .slide-contents .yellow-button,
.slider .slide .slide-contents .yellow-arrow-button,
.slider .slide .slide-contents .blue-button,
.slider .slide .slide-contents .blue-arrow-button {
  text-decoration: none !important;
  text-shadow: none !important;
}

#top-bar #right > ul > li.dropdown:last-child {
  padding-left: 2rem;
}

#top-bar #right > ul > li.dropdown:last-child:before {
  content: "|";
  display: block;
  position: absolute;
  left: 1rem;
}

#department.segal-header {
  padding-right: 5%;
}

.segal-link {
  background: #684a96 none repeat scroll 0 0;
  border-bottom: 2px solid #ffffff;
}

.segal-link a {
  display: inline-block;
  padding: .5rem 3rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
}

.segal-link a:before {
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-white.svg") no-repeat 50%/6px 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: -1.3rem;
  content: ' ';
  height: 16px;
  width: 16px;
  position: absolute;
}

#mobile-nav .segal-link a {
  padding-left: 2rem;
}

.segal-header span {
  margin-top: 1rem;
  letter-spacing: 0.15px;
  line-height: 16px !important;
}

.segal-header + #search {
  padding-bottom: 1.4rem;
  vertical-align: bottom;
}

.contain-610 {
  margin: 0 auto;
  max-width: 610px;
  box-sizing: content-box;
}

ul#breadcrumbs li.active {
  color: #716c6b;
}

ul#breadcrumbs li a {
  text-decoration: none;
  color: #4e2a84;
}

ul#breadcrumbs li a:hover {
  text-decoration: underline;
}

.fluid-width-video-wrapper {
  display: inline-block;
  margin-bottom: 1rem;
}

video.hide-controls::-webkit-media-controls,
video.hide-controls *::-webkit-media-controls, video.hide-controls::-webkit-media-controls-panel,
video.hide-controls *::-webkit-media-controls-panel, video.hide-controls::-webkit-media-controls-play-button,
video.hide-controls *::-webkit-media-controls-play-button, video.hide-controls::-webkit-media-controls-start-playback-button,
video.hide-controls *::-webkit-media-controls-start-playback-button {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  -webkit-appearance: none;
}

img, .rspnsv-wrap {
  max-width: 100%;
}

.image_floatRight, .floatRight {
  margin: 0.3rem 0 1rem 1.65rem;
  float: right;
}

.image_floatLeft, .floatLeft {
  margin: 0.3rem 1.65rem 1rem 0;
  float: left;
}

@media screen and (max-width: 768px) {
  .image_floatRight, .floatRight,
  .image_floatLeft, .floatLeft {
    margin: 0 0 1rem 0;
    float: none;
  }
}

.rspnsv-wrap .caption {
  padding: .5em;
  margin-bottom: 10px;
  margin-top: -.5rem;
  background: #f0f0f0;
}

.blockquote {
  font: 24px/1.375 "Poppins Light", Arial, sans-serif;
  margin-top: 40px;
  color: #4e2a84;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8d6d6;
}

.related-links li:after,
.link-box li:after {
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg") no-repeat 50%/6px 10px;
  padding-left: 1rem;
  content: ' ';
  height: 16px;
  width: 16px;
}

.landing-page .showcase .left-content {
  width: 72.32143%;
  float: left;
}

.landing-page .showcase .right-content {
  width: 24.55357%;
  float: left;
  margin-left: 3.125%;
}

.landing-page main section.hero:last-of-type,
.landing-page main section.background-select:last-of-type {
  margin-bottom: 0;
}

.purple-slashes a.button,
.solid-purple a.button,
#map-feature a.button,
.standard-page .background-select a.button {
  background: #836eaa;
}

.slider .slide .slide-contents a.button {
  text-decoration: none !important;
  text-shadow: none !important;
}

.content h2 a, .content-full h2 a {
  font-family: "Poppins Light", Arial, sans-serif;
}

.content h3 a, .content-full h3 a {
  font-family: "Poppins Bold", "Arial Black", sans-serif;
}

.content a.button.blue-bttn {
  background-color: #005295;
}

.content a.button.blue-bttn::before {
  background-color: #7fa8ca;
}

.content a.button.gold-bttn {
  background-color: #ffaa00;
}

.content a.button.gold-bttn::before {
  background-color: #ffc34c;
}

#request-action, #apply-action {
  margin-right: 0;
  margin-bottom: .5rem;
}

#request-action + #apply-action {
  margin-left: 1em;
}

#main-content .button + .button {
  margin-bottom: .5em !important;
}

#page #cta-section.background-select {
  margin-bottom: 0;
}

#page #cta-section.background-select h3 {
  color: #4e2a84;
}

#page #cta-section.background-select .subhead {
  color: #4e2a84;
  font: 46px/1.2em "Poppins Light", Arial, sans-serif;
  margin-bottom: 0;
}

#page #cta-section.background-select p.subhead + p {
  margin: 1rem 0 0 0;
}

#page #cta-section.background-select p:not(.subhead) {
  margin: 0;
}

#page #cta-section.background-select p {
  color: #342f2e;
  font-size: 1rem;
}

#page #cta-section.background-select .button {
  margin-top: 3rem;
}

#page .background-select.light {
  color: #333;
  max-width: 1440px;
  margin: 0 auto 3rem;
}

#page .background-select.light img.icon {
  width: auto;
  max-width: fit-content;
  margin-bottom: 2rem;
}

#page .background-select.light h3 {
  color: #4e2a84;
  font-family: "Poppins Light", Arial, sans-serif;
}

#page .background-select.light p {
  font-size: 1rem;
  text-align: center;
}

#page .background-select.light a.button {
  background: #4e2a84;
}

#page .standard-page .background-select.light .background-select-image {
  padding: 3rem;
}

#page .standard-page .background-select.light p {
  margin-right: 10%;
  margin-left: 10%;
}

@media screen and (max-width: 480px) {
  #page .background-select.light h3, #page .background-select.light h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 420px) {
  #page #cta-section.background-select h3 {
    margin-bottom: 2rem;
  }
  #page #cta-section.background-select #request-action + #apply-action {
    margin-left: auto;
    margin-top: 1rem;
  }
  #page #cta-section.background-select #request-action, #page #cta-section.background-select #apply-action {
    display: block;
    margin: 1rem auto;
    width: 165px;
  }
  #page #cta-section.background-select #request-action {
    margin-top: 2rem;
  }
  #page #cta-section.background-select .subhead {
    font-size: 36px;
  }
}

/* Statistics Section */
@media screen and (max-width: 850px) {
  .landing-page .stats-callout div {
    width: 100%;
  }
  .landing-page .stats-callout div h2 {
    font-size: 36px;
  }
}
/* People Module */
#main-content .people-content > h4 {
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #4e2a84;
}

.content .column-group .columns,
.content .project-group .projects {
  position: relative;
  /* .column, */
}

.content .column-group .columns .swiper-wrapper,
.content .project-group .projects .swiper-wrapper {
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content .column-group .columns .project,
.content .project-group .projects .project {
  max-width: none;
  height: auto;
  margin-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content .column-group .columns .column > *,
.content .column-group .columns .project > *,
.content .project-group .projects .column > *,
.content .project-group .projects .project > * {
  height: auto !important;
}

@media screen and (min-width: 481px) {
  .content .column-group .columns,
  .content .project-group .projects {
    /*.swiper-container {*/
  }
  .content .column-group .columns,
  .content .project-group .projects {
    max-width: 353px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .content .column-group .columns,
  .content .project-group .projects {
    /*.swiper-container {*/
  }
  .content .column-group .columns,
  .content .project-group .projects {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .content .column-group .columns .swiper-container,
  .content .project-group .projects .swiper-container {
    /*width: auto;*/
    width: 100%;
  }
  .content .column-group .columns .swiper-wrapper,
  .content .project-group .projects .swiper-wrapper {
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .content .column-group .columns .swiper-button-prev,
  .content .column-group .columns .swiper-button-next,
  .content .project-group .projects .swiper-button-prev,
  .content .project-group .projects .swiper-button-next {
    display: none !important;
  }
  .content .column-group .columns .swiper-slide,
  .content .project-group .projects .swiper-slide {
    width: calc( 33.33% - 20px) !important;
  }
}

.content .column-group .columns .column .title {
  color: #4e2a84;
  font-family: "Akkurat Pro Regular", Arial, sans-serif;
  font-size: 20px !important;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.content .project-group .projects .project .title,
.content .project-group .full-width-project .title {
  color: #4e2a84;
  font-size: 28px !important;
  text-transform: none;
  margin-bottom: 8px;
}

.content .columns .swiper-container,
.content .projects .swiper-container {
  overflow-x: hidden;
}

.content .columns .swiper-button-prev,
.content .columns .swiper-button-next,
.content .projects .swiper-button-prev,
.content .projects .swiper-button-next {
  background-color: transparent;
  background-size: 16px;
  width: 16px;
  height: 26px;
  padding: 15px;
  margin-top: -28px;
  box-sizing: content-box;
  background-image: url("../images/structure/icons/arrow-right-dkpurple.svg");
}

.content .columns .swiper-button-disabled,
.content .projects .swiper-button-disabled {
  background-image: url("../images/structure/icons/arrow-right-gray.svg");
}

@media screen and (min-width: 481px) {
  .content .columns .swiper-button-prev,
  .content .columns .swiper-button-next,
  .content .projects .swiper-button-prev,
  .content .projects .swiper-button-next {
    background-color: transparent;
    background-size: 25px;
    width: 25px;
    height: 40px;
    padding: 15px;
    margin-top: -35px;
    box-sizing: content-box;
  }
}

.content .columns,
.content .projects {
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
}

.content .columns .swiper-container,
.content .projects .swiper-container {
  margin-left: auto !important;
  margin-right: auto !important;
}

.content .columns .swiper-button-prev,
.content .projects .swiper-button-prev {
  left: -50px;
}

.content .columns .swiper-button-next,
.content .projects .swiper-button-next {
  right: -50px;
}

@media screen and (max-width: 1140px) {
  .content .columns,
  .content .projects {
    /*margin: 0 1rem;*/
  }
}

@media screen and (min-width: 481px) {
  .content .columns .swiper-container,
  .content .projects .swiper-container {
    width: calc( 80% + 0.8rem + 20px);
  }
}

@media screen and (min-width: 876px) {
  .content .columns .swiper-container,
  .content .projects .swiper-container {
    /*width: auto;*/
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .content .columns .swiper-button-prev,
  .content .projects .swiper-button-prev {
    left: -15px;
  }
  .content .columns .swiper-button-next,
  .content .projects .swiper-button-next {
    right: -15px;
  }
}

@media only screen and (max-width: 920px) and (min-width: 769px) {
  .rspnsv-wrap {
    float: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .rspnsv-wrap {
    float: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 550px) {
  #tabs li a, .tabs li a {
    width: 100%;
    font-size: 18px;
  }
}

.ghosted {
  opacity: 0.2;
}

main .hero .hero-image p.description {
  font: 1rem/1.7rem "Akkurat Pro Regular", Arial, sans-serif;
  margin: 2rem 0 3rem;
}

/* removed, because overwriting "display: inherit" at mobile size prevents proper styling */
/* was it originally added to make it happen at a different breakpoint? to work on a page that isn't a "landing-page"? */
/*
#page main .feature-three-col {
	display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
}
*/
.home-page #page main .feature-three-col .feature-box {
  margin-left: 0;
  height: auto;
}

.home-page #page main .feature-three-col .feature-box .feature-copy {
  padding-bottom: 3rem;
}

.feature-four-col .feature-box .feature-copy h4,
.feature-three-col .feature-box .feature-copy h4,
.feature-two-col .feature-box .feature-copy h4 {
  color: #4e2a84 !important;
  line-height: 1.7rem !important;
}

/* Hero Start */
.hero {
  margin-bottom: 3.125rem;
}

.hero .hero-image {
  height: 420px;
}

.hero .hero-image h2.hero-title {
  font-size: 24px;
  margin-bottom: 1.5em;
}

.hero .hero-image h2.hero-header {
  font-size: 60px;
  margin-bottom: 1rem;
  font-family: "Poppins Bold", "Arial Black", sans-serif;
}

.hero .hero-image h2.hero-header::before, .hero .hero-image h2.hero-header::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .hero .hero-image {
    height: 340px;
  }
  .hero .hero-image h2.hero-header {
    font-size: 36px;
  }
}

@media screen and (max-width: 480px) {
  .project-listing .hero .hero-image,
  .people-listing .hero .hero-image {
    height: 275px;
  }
}

/* Hero End */
.embed-wrapper {
  width: 100%;
  height: 0;
  box-sizing: content-box;
  position: relative;
}

.embed-wrapper.ratio-4-by-3 {
  padding-bottom: 75%;
}

.embed-wrapper.ratio-16-by-9 {
  padding-bottom: 56.25%;
}

.embed-wrapper.ratio-16-by-10 {
  padding-bottom: 62.5%;
}

.embed-wrapper.ratio-7-by-3, .embed-wrapper.ratio-21-by-9 {
  padding-bottom: 42.86%;
}

.embed-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlapping-panel-content {
  text-align: center;
  position: relative;
  z-index: 1;
  /* content within should not overlay or underlay with any other content */
  /* waiting on FF and M$Edge to implement Shapes CSS module before adding more shapes */
}

.overlapping-panel-content.full-width.left-5 > div {
  padding-left: 0.45455%;
}

.overlapping-panel-content.full-width.right-5 > div {
  padding-right: 0.45455%;
}

.overlapping-panel-content.full-width.left-10 > div {
  padding-left: 0.90909%;
}

.overlapping-panel-content.full-width.right-10 > div {
  padding-right: 0.90909%;
}

.overlapping-panel-content.full-width.left-15 > div {
  padding-left: 1.36364%;
}

.overlapping-panel-content.full-width.right-15 > div {
  padding-right: 1.36364%;
}

.overlapping-panel-content.full-width.left-20 > div {
  padding-left: 1.81818%;
}

.overlapping-panel-content.full-width.right-20 > div {
  padding-right: 1.81818%;
}

.overlapping-panel-content.full-width.left-25 > div {
  padding-left: 2.27273%;
}

.overlapping-panel-content.full-width.right-25 > div {
  padding-right: 2.27273%;
}

.overlapping-panel-content.full-width.left-30 > div {
  padding-left: 2.72727%;
}

.overlapping-panel-content.full-width.right-30 > div {
  padding-right: 2.72727%;
}

.overlapping-panel-content.full-width.left-35 > div {
  padding-left: 3.18182%;
}

.overlapping-panel-content.full-width.right-35 > div {
  padding-right: 3.18182%;
}

.overlapping-panel-content.full-width.left-40 > div {
  padding-left: 3.63636%;
}

.overlapping-panel-content.full-width.right-40 > div {
  padding-right: 3.63636%;
}

.overlapping-panel-content.full-width.left-45 > div {
  padding-left: 4.09091%;
}

.overlapping-panel-content.full-width.right-45 > div {
  padding-right: 4.09091%;
}

.overlapping-panel-content.full-width.left-50 > div {
  padding-left: 4.54545%;
}

.overlapping-panel-content.full-width.right-50 > div {
  padding-right: 4.54545%;
}

.overlapping-panel-content.full-width.left-55 > div {
  padding-left: 5%;
}

.overlapping-panel-content.full-width.right-55 > div {
  padding-right: 5%;
}

.overlapping-panel-content.full-width.left-60 > div {
  padding-left: 5.45455%;
}

.overlapping-panel-content.full-width.right-60 > div {
  padding-right: 5.45455%;
}

.overlapping-panel-content.full-width.left-65 > div {
  padding-left: 5.90909%;
}

.overlapping-panel-content.full-width.right-65 > div {
  padding-right: 5.90909%;
}

.overlapping-panel-content.full-width.left-70 > div {
  padding-left: 6.36364%;
}

.overlapping-panel-content.full-width.right-70 > div {
  padding-right: 6.36364%;
}

.overlapping-panel-content.full-width.left-75 > div {
  padding-left: 6.81818%;
}

.overlapping-panel-content.full-width.right-75 > div {
  padding-right: 6.81818%;
}

.overlapping-panel-content.full-width.left-80 > div {
  padding-left: 7.27273%;
}

.overlapping-panel-content.full-width.right-80 > div {
  padding-right: 7.27273%;
}

.overlapping-panel-content.full-width.left-85 > div {
  padding-left: 7.72727%;
}

.overlapping-panel-content.full-width.right-85 > div {
  padding-right: 7.72727%;
}

.overlapping-panel-content.full-width.left-90 > div {
  padding-left: 8.18182%;
}

.overlapping-panel-content.full-width.right-90 > div {
  padding-right: 8.18182%;
}

.overlapping-panel-content.full-width.left-95 > div {
  padding-left: 8.63636%;
}

.overlapping-panel-content.full-width.right-95 > div {
  padding-right: 8.63636%;
}

.overlapping-panel-content.full-width.left-100 > div {
  padding-left: 9.09091%;
}

.overlapping-panel-content.full-width.right-100 > div {
  padding-right: 9.09091%;
}

.overlapping-panel-content.full-width.total-5 > div {
  margin: 0 -47.5%;
}

.overlapping-panel-content.full-width.total-10 > div {
  margin: 0 -45%;
}

.overlapping-panel-content.full-width.total-15 > div {
  margin: 0 -42.5%;
}

.overlapping-panel-content.full-width.total-20 > div {
  margin: 0 -40%;
}

.overlapping-panel-content.full-width.total-25 > div {
  margin: 0 -37.5%;
}

.overlapping-panel-content.full-width.total-30 > div {
  margin: 0 -35%;
}

.overlapping-panel-content.full-width.total-35 > div {
  margin: 0 -32.5%;
}

.overlapping-panel-content.full-width.total-40 > div {
  margin: 0 -30%;
}

.overlapping-panel-content.full-width.total-45 > div {
  margin: 0 -27.5%;
}

.overlapping-panel-content.full-width.total-50 > div {
  margin: 0 -25%;
}

.overlapping-panel-content.full-width.total-55 > div {
  margin: 0 -22.5%;
}

.overlapping-panel-content.full-width.total-60 > div {
  margin: 0 -20%;
}

.overlapping-panel-content.full-width.total-65 > div {
  margin: 0 -17.5%;
}

.overlapping-panel-content.full-width.total-70 > div {
  margin: 0 -15%;
}

.overlapping-panel-content.full-width.total-75 > div {
  margin: 0 -12.5%;
}

.overlapping-panel-content.full-width.total-80 > div {
  margin: 0 -10%;
}

.overlapping-panel-content.full-width.total-85 > div {
  margin: 0 -7.5%;
}

.overlapping-panel-content.full-width.total-90 > div {
  margin: 0 -5%;
}

.overlapping-panel-content.full-width.total-95 > div {
  margin: 0 -2.5%;
}

.overlapping-panel-content.full-width.total-100 > div {
  margin: 0 0%;
}

.overlapping-panel-content.full-width.total-105 > div {
  margin: 0 2.5%;
}

.overlapping-panel-content.full-width.total-110 > div {
  margin: 0 5%;
}

.overlapping-panel-content.full-width.total-115 > div {
  margin: 0 7.5%;
}

.overlapping-panel-content.full-width.total-120 > div {
  margin: 0 10%;
}

.overlapping-panel-content.full-width.total-125 > div {
  margin: 0 12.5%;
}

.overlapping-panel-content.full-width.total-130 > div {
  margin: 0 15%;
}

.overlapping-panel-content.full-width.total-135 > div {
  margin: 0 17.5%;
}

.overlapping-panel-content.full-width.total-140 > div {
  margin: 0 20%;
}

.overlapping-panel-content.full-width.total-145 > div {
  margin: 0 22.5%;
}

.overlapping-panel-content.full-width.total-150 > div {
  margin: 0 25%;
}

.overlapping-panel-content.full-width > div > div {
  margin: 0 -11.11111%;
}

.overlapping-panel-content.full-width > div > div > div {
  margin: 0 -10px;
}

.overlapping-panel-content .panel {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.overlapping-panel-content .panel.size-5 {
  width: 4.09091%;
}

.overlapping-panel-content .panel.size-10 {
  width: 8.18182%;
}

.overlapping-panel-content .panel.size-15 {
  width: 12.27273%;
}

.overlapping-panel-content .panel.size-20 {
  width: 16.36364%;
}

.overlapping-panel-content .panel.size-25 {
  width: 20.45455%;
}

.overlapping-panel-content .panel.size-30 {
  width: 24.54545%;
}

.overlapping-panel-content .panel.size-35 {
  width: 28.63636%;
}

.overlapping-panel-content .panel.size-40 {
  width: 32.72727%;
}

.overlapping-panel-content .panel.size-45 {
  width: 36.81818%;
}

.overlapping-panel-content .panel.size-50 {
  width: 40.90909%;
}

.overlapping-panel-content .panel.size-55 {
  width: 45%;
}

.overlapping-panel-content .panel.size-60 {
  width: 49.09091%;
}

.overlapping-panel-content .panel.size-65 {
  width: 53.18182%;
}

.overlapping-panel-content .panel.size-70 {
  width: 57.27273%;
}

.overlapping-panel-content .panel.size-75 {
  width: 61.36364%;
}

.overlapping-panel-content .panel.size-80 {
  width: 65.45455%;
}

.overlapping-panel-content .panel.size-85 {
  width: 69.54545%;
}

.overlapping-panel-content .panel.size-90 {
  width: 73.63636%;
}

.overlapping-panel-content .panel.size-95 {
  width: 77.72727%;
}

.overlapping-panel-content .panel.size-100 {
  width: 81.81818%;
}

.overlapping-panel-content .panel.layer-1 {
  z-index: 1;
}

.overlapping-panel-content .panel.layer-2 {
  z-index: 2;
}

.overlapping-panel-content .panel.layer-3 {
  z-index: 3;
}

.overlapping-panel-content .panel.layer-4 {
  z-index: 4;
}

.overlapping-panel-content .panel.layer-5 {
  z-index: 5;
}

.overlapping-panel-content .panel img, .overlapping-panel-content .panel video {
  width: 122.22222%;
  max-width: none;
  border: 5px solid #ffffff;
  margin: 0 -11.11111%;
  box-sizing: border-box;
  display: block;
  vertical-align: middle;
}

.overlapping-panel-content.circle img, .overlapping-panel-content.circle video {
  border-radius: 50%;
}

.overlapping-panel-content.top .panel, .overlapping-panel-content.top .panel img, .overlapping-panel-content.top .panel video {
  vertical-align: top;
}

.overlapping-panel-content.middle .panel, .overlapping-panel-content.middle .panel img, .overlapping-panel-content.middle .panel video {
  vertical-align: middle;
}

.overlapping-panel-content.bottom .panel, .overlapping-panel-content.bottom .panel img, .overlapping-panel-content.bottom .panel video {
  vertical-align: bottom;
}

.rollover-tile-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rollover-tile-content .description {
  max-height: calc( 100% - 30px);
  padding: 1.75em;
  overflow-y: auto;
}

.rollover-tile-content .description > *:first-child {
  margin-top: 0 !important;
}

.rollover-tile-content .description > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1001px) {
  .rollover-tile-content .description {
    padding: 2em;
  }
}

.rollover-tile-content .description p,
.rollover-tile-content .description p a {
  font-size: 16px !important;
}

.rollover-tile-content .description [role="tabpanel"] p,
.rollover-tile-content .description [role="tabpanel"] p a {
  font-size: 14px !important;
}

.rollover-tile-content .description p:not(.title) {
  line-height: 1.5em;
}

.rollover-tile-content .description .title {
  font-family: "Poppins Light", Arial, sans-serif;
  font-size: 28px !important;
  line-height: 1.2em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.rollover-tile-content .description .tagline {
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
}

.rollover-tile-content > .description p {
  margin: 0;
}

.rollover-tile-content.has-rollover {
  padding-bottom: 30px;
}

.rollover-tile-content.has-rollover > .description {
  padding-bottom: 6em;
}

.rollover-tile-content > img {
  width: 100%;
  display: block;
}

.rollover-tile-content *[role="tabpanel"] {
  background-color: #f0f0f0;
  width: 100%;
  height: 91.5%;
  /* 100% - "top" when active */
  position: absolute;
  top: 0;
  /*-webkit-transition: top .3s ease;
		-ms-transition: top .3s ease;
		transition: top .3s ease;*/
  -webkit-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  transition: transform .3s ease;
}

.rollover-tile-content *[role="tabpanel"] *[role="tab"] {
  background-color: #4e2a84;
  color: #ffffff;
  cursor: pointer;
  height: 30px;
  padding: .3em;
  display: none;
}

.rollover-tile-content *[role="tabpanel"] *[role="tab"]::before {
  content: '';
  background-image: url("https://common.northwestern.edu/v8/css/images/icons/arrow-down-white.svg");
  background-repeat: no-repeat;
  background-size: 23px 15px;
  width: 23px;
  height: 15px;
  display: inline-block;
}

.rollover-tile-content *[role="tabpanel"] *[role="tab"].active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rollover-tile-content *[role="tabpanel"] .thumbnails + div {
  border-bottom: transparent solid 20.5vw;
}

@media screen and (min-width: 481px) {
  .rollover-tile-content *[role="tabpanel"] .thumbnails + div {
    border-bottom: transparent solid 75px;
  }
}

@media screen and (min-width: 769px) {
  .rollover-tile-content *[role="tabpanel"] .thumbnails + div {
    border-bottom: transparent solid calc( 7vw + 10px);
  }
}

@media screen and (min-width: 1141px) {
  .rollover-tile-content *[role="tabpanel"] .thumbnails + div {
    border-bottom: transparent solid 92px;
  }
}

.rollover-tile-content *[role="tabpanel"] .thumbnails {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 6.5px;
  left: 6.5px;
  right: 6.5px;
}

.rollover-tile-content *[role="tabpanel"] .thumbnails img {
  width: 50%;
  padding: 6.5px;
  display: inline-block;
  vertical-align: middle;
}

.rollover-tile-content *[role="tab"] {
  text-align: center;
}

.rollover-tile-content:hover *[role="tabpanel"] *[role="tab"].inactive,
.rollover-tile-content *:checked.inactive ~ *[role="tabpanel"] *[role="tab"].active,
.rollover-tile-content *:checked.active ~ *[role="tabpanel"] *[role="tab"].inactive {
  display: block;
}

.rollover-tile-content:hover *[role="tabpanel"] *[role="tab"].active {
  display: none !important;
}

.rollover-tile-content *:checked.inactive ~ *[role="tabpanel"] {
  /*top: calc( 100% - 30px );*/
  -webkit-transform: translateY(109.2%) translateY(-30px);
  -ms-transform: translateY(109.2%) translateY(-30px);
  transform: translateY(109.2%) translateY(-30px);
}

.rollover-tile-content:hover *[role="tabpanel"],
.rollover-tile-content *:checked.active ~ *[role="tabpanel"] {
  /*top: 8.5% !important;*/
  -webkit-transform: translateY(9.2%) !important;
  -ms-transform: translateY(9.2%) !important;
  transform: translateY(9.2%) !important;
}

.feature-three-col .rollover-tile-content *[role="tabpanel"] .thumbnails + div {
  border-bottom: transparent solid 20.5vw;
}

@media screen and (min-width: 481px) {
  .feature-three-col .rollover-tile-content *[role="tabpanel"] .thumbnails + div {
    border-bottom: transparent solid 75px;
  }
}

@media screen and (min-width: 769px) {
  .feature-three-col .rollover-tile-content *[role="tabpanel"] .thumbnails + div {
    border-bottom: transparent solid calc( 7vw + 10px);
  }
}

@media screen and (min-width: 1141px) {
  .feature-three-col .rollover-tile-content *[role="tabpanel"] .thumbnails + div {
    border-bottom: transparent solid 92px;
  }
}

.tabbed-content *[role="tablist"] {
  text-align: center;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 0 3rem 0;
}

.tabbed-content *[role="tablist"] *[role="tab"] {
  background-color: transparent;
  color: #716c6b;
  font-family: "Akkurat Pro Regular", Arial, sans-serif;
  font-size: 21px;
  line-height: 1;
  padding: 0.5rem 0.7rem;
  margin-top: 5px;
  margin-right: 0.3rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tabbed-content *[role="tablist"] *[role="tab"]:last-child {
  margin-right: 0;
}

.tabbed-content *[role="tablist"] *[role="tab"]:hover {
  background-color: #716c6b;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 550px) {
  .tabbed-content *[role="tablist"] *[role="tab"] {
    width: 100%;
  }
}

.tabbed-content *:checked:nth-of-type(1) ~ *[role="tablist"] *[role="tab"]:nth-of-type(1) {
  background-color: #716c6b;
  color: #ffffff;
  text-decoration: none;
}

.tabbed-content *:checked:nth-of-type(2) ~ *[role="tablist"] *[role="tab"]:nth-of-type(2) {
  background-color: #716c6b;
  color: #ffffff;
  text-decoration: none;
}

.tabbed-content *:checked:nth-of-type(3) ~ *[role="tablist"] *[role="tab"]:nth-of-type(3) {
  background-color: #716c6b;
  color: #ffffff;
  text-decoration: none;
}

.tabbed-content *:checked:nth-of-type(4) ~ *[role="tablist"] *[role="tab"]:nth-of-type(4) {
  background-color: #716c6b;
  color: #ffffff;
  text-decoration: none;
}

.tabbed-content *:checked:nth-of-type(5) ~ *[role="tablist"] *[role="tab"]:nth-of-type(5) {
  background-color: #716c6b;
  color: #ffffff;
  text-decoration: none;
}

.tabbed-content *:checked:nth-of-type(6) ~ *[role="tablist"] *[role="tab"]:nth-of-type(6) {
  background-color: #716c6b;
  color: #ffffff;
  text-decoration: none;
}

.tabbed-content *:checked:nth-of-type(7) ~ *[role="tablist"] *[role="tab"]:nth-of-type(7) {
  background-color: #716c6b;
  color: #ffffff;
  text-decoration: none;
}

.tabbed-content *:checked:nth-of-type(8) ~ *[role="tablist"] *[role="tab"]:nth-of-type(8) {
  background-color: #716c6b;
  color: #ffffff;
  text-decoration: none;
}

.tabbed-content *:checked:nth-of-type(9) ~ *[role="tablist"] *[role="tab"]:nth-of-type(9) {
  background-color: #716c6b;
  color: #ffffff;
  text-decoration: none;
}

.tabbed-content *:checked:nth-of-type(10) ~ *[role="tablist"] *[role="tab"]:nth-of-type(10) {
  background-color: #716c6b;
  color: #ffffff;
  text-decoration: none;
}

.tabbed-content *[role="tabpanel"] {
  display: none;
}

.tabbed-content *:checked:nth-of-type(1) ~ *[role="tabpanellist"] *[role="tabpanel"]:nth-of-type(1) {
  display: block;
}

.tabbed-content *:checked:nth-of-type(2) ~ *[role="tabpanellist"] *[role="tabpanel"]:nth-of-type(2) {
  display: block;
}

.tabbed-content *:checked:nth-of-type(3) ~ *[role="tabpanellist"] *[role="tabpanel"]:nth-of-type(3) {
  display: block;
}

.tabbed-content *:checked:nth-of-type(4) ~ *[role="tabpanellist"] *[role="tabpanel"]:nth-of-type(4) {
  display: block;
}

.tabbed-content *:checked:nth-of-type(5) ~ *[role="tabpanellist"] *[role="tabpanel"]:nth-of-type(5) {
  display: block;
}

.tabbed-content *:checked:nth-of-type(6) ~ *[role="tabpanellist"] *[role="tabpanel"]:nth-of-type(6) {
  display: block;
}

.tabbed-content *:checked:nth-of-type(7) ~ *[role="tabpanellist"] *[role="tabpanel"]:nth-of-type(7) {
  display: block;
}

.tabbed-content *:checked:nth-of-type(8) ~ *[role="tabpanellist"] *[role="tabpanel"]:nth-of-type(8) {
  display: block;
}

.tabbed-content *:checked:nth-of-type(9) ~ *[role="tabpanellist"] *[role="tabpanel"]:nth-of-type(9) {
  display: block;
}

.tabbed-content *:checked:nth-of-type(10) ~ *[role="tabpanellist"] *[role="tabpanel"]:nth-of-type(10) {
  display: block;
}

@media screen and (min-width: 769px) {
  .tabbed-content *[role="tablist"] {
    border-bottom: 3px solid #716c6b;
  }
}

.bordered-sidebar-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  /*
	> .title,
	> .main {
		@include flush-top-recursive( 3 );
		@include flush-bottom-recursive( 3 );
	}
	*/
}

.bordered-sidebar-content > .title,
.bordered-sidebar-content > .main,
.bordered-sidebar-content > .sidebar {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: block;
}

.bordered-sidebar-content > .title {
  text-align: center !important;
  line-height: 1.1;
  margin-bottom: 0.67em;
  -webkit-order: 1;
  order: 1;
}

.bordered-sidebar-content > h3.title {
  font-size: 32px;
}

.bordered-sidebar-content > h3.title::before, .bordered-sidebar-content > h3.title::after {
  content: none;
  background: none;
  padding: 0;
}

.bordered-sidebar-content > .main {
  -webkit-order: 2;
  order: 2;
}

.bordered-sidebar-content > .main img {
  margin: 0.55em auto;
  display: block;
}

.bordered-sidebar-content > .sidebar {
  /* line-height: 1.25; */
  -webkit-order: 3;
  order: 3;
}

.bordered-sidebar-content > .sidebar ul {
  margin-top: 0;
}

.bordered-sidebar-content > .sidebar ul li {
  list-style: none;
  line-height: 1.4em;
  /*padding: 0;*/
  margin: 0 0 24px 0;
  position: relative;
  /*&::before {
					content: "";
					background-image: url( "https://common.northwestern.edu/v8/css/images/icons/bullet.png" );
					background-repeat: no-repeat;
					width: 6px;
					display: block;
					position: absolute;
					left: -18px;
					top: -4px;
				}*/
}

.bordered-sidebar-content > .sidebar ul li::after {
  background-image: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-dkpurple.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  padding-left: 1rem;
  content: " ";
  height: 16px;
  width: 16px;
}

.bordered-sidebar-content > .sidebar ul.light-arrows li::after,
.bordered-sidebar-content > .sidebar ul li.light-arrow::after {
  background-image: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-ltpurple.svg");
}

@media screen and (min-width: 601px) {
  .bordered-sidebar-content {
    display: block;
  }
  .bordered-sidebar-content > h3.title {
    font-size: 48px;
  }
  .bordered-sidebar-content.with-sidebar > .main {
    float: left;
    width: 70%;
    padding-right: 20px;
  }
  .bordered-sidebar-content > .sidebar {
    float: right;
    width: 30%;
    padding-left: 20px;
    border-left: 1px solid #cccccc;
  }
  .bordered-sidebar-content > .sidebar ul {
    padding-left: 0;
  }
  .bordered-sidebar-content > .sidebar ul li {
    background: none;
    padding: 0;
  }
  .bordered-sidebar-content > .sidebar ul li::before {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .bordered-sidebar-content.with-sidebar > .title,
  .bordered-sidebar-content.with-sidebar > .main {
    width: 78%;
    padding-right: 20px;
  }
  .bordered-sidebar-content.with-sidebar > .title {
    text-align: left !important;
    float: left;
  }
  .bordered-sidebar-content > .main img {
    max-width: 57%;
    margin: 20px 20px 20px 0;
    display: initial;
  }
  .bordered-sidebar-content > .sidebar {
    width: 22%;
  }
}

.slider-wrapper {
  position: relative;
}

.slider .slide {
  position: relative;
}

.slider .slide .slide-background,
.slider .slide .slide-controls,
.slider .slide .slide-contents {
  position: relative;
  backface-visibility: hidden;
  /* is this still broken on ipad? */
}

.slider .slide .slide-background-filter {
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.slider .slide .slide-background > img,
.slider .slide .slide-background > video {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  object-fit: fill;
  position: relative;
  z-index: 1;
}

.slider .slide .slide-background .video-controls {
  text-align: center;
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  right: 0;
  z-index: 4;
}

.slider .slide .slide-background .video-controls .control-button {
  font-size: 0;
  line-height: 0;
  display: none;
}

.slider .slide .slide-background .video-controls .control-button i {
  font-size: 3rem;
}

.slider .slide .slide-background .video-controls .control-button.start-button span,
.slider .slide .slide-background .video-controls .control-button.end-button span {
  margin-left: -4px;
}

.slider .slide .slide-background .video-controls i {
  color: #ffffff;
}

.slider .slide .slide-background video.stopped + .video-controls .start-button {
  display: block;
}

.slider .slide .slide-background video.started + .video-controls .end-button {
  display: block;
}

.slider .slide .slide-background,
.slider .slide .slide-contents,
.slider .slide .slide-contents * {
  color: #ffffff;
  text-shadow: 2px 2px 0px #000000;
}

.slider .slide .slide-contents {
  padding: 1rem;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 375px) {
  .slider .slide .slide-contents {
    padding: 2rem;
  }
}

@media screen and (min-width: 481px) {
  .slider .slide .slide-contents {
    padding: 3rem;
  }
}

@media screen and (min-width: 601px) {
  .slider .slide .slide-contents {
    padding: 4rem;
  }
}

.slider .slide .slide-contents > *:first-child {
  margin-top: 0 !important;
}

.slider .slide .slide-contents > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.slider .slide .slide-contents > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.slider .slide .slide-contents > *:last-child {
  margin-bottom: 0 !important;
}

.slider .slide .slide-contents > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.slider .slide .slide-contents > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.slider .slide .slide-contents a:not(.no-styling):not(.button):not(.arrow-button):not(.purple-button):not(.purple-arrow-button):not(.blue-button):not(.blue-arrow-button):not(.yellow-button):not(.yellow-arrow-button), .slider .slide .slide-contents a:not(.no-styling):not(.button):not(.arrow-button):not(.purple-button):not(.purple-arrow-button):not(.blue-button):not(.blue-arrow-button):not(.yellow-button):not(.yellow-arrow-button):hover,
.slider .slide .slide-contents a:not(.no-styling):not(.button):not(.arrow-button):not(.purple-button):not(.purple-arrow-button):not(.blue-button):not(.blue-arrow-button):not(.yellow-button):not(.yellow-arrow-button) * {
  color: #ffaa00;
}

.slider .slide .slide-contents a:not(.no-styling):not(.button):not(.arrow-button):not(.purple-button):not(.purple-arrow-button):not(.blue-button):not(.blue-arrow-button):not(.yellow-button):not(.yellow-arrow-button), .slider .slide .slide-contents a:not(.no-styling):not(.button):not(.arrow-button):not(.purple-button):not(.purple-arrow-button):not(.blue-button):not(.blue-arrow-button):not(.yellow-button):not(.yellow-arrow-button):hover {
  border: none;
}

.slider .slide .slide-contents a:not(.no-styling):not(.button):not(.arrow-button):not(.purple-button):not(.purple-arrow-button):not(.blue-button):not(.blue-arrow-button):not(.yellow-button):not(.yellow-arrow-button) {
  /* border-bottom: 1px dotted $mcc-yellow; */
}

.slider .slide .slide-contents a:not(.no-styling):not(.button):not(.arrow-button):not(.purple-button):not(.purple-arrow-button):not(.blue-button):not(.blue-arrow-button):not(.yellow-button):not(.yellow-arrow-button):hover {
  /* border-bottom: 1px solid $mcc-yellow; */
  text-decoration: underline;
}

.slider .slide .slide-contents .with-image > * {
  display: inline-block;
  vertical-align: middle;
}

.slider .slide .slide-contents .with-image > :first-child {
  margin-right: 12px;
}

.slider .slide .slide-contents .with-image > :last-child {
  max-width: calc( 100% - 60px);
}

.slider .slide .slide-title,
.slider .slide .slide-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.slider .slide .slide-taglines {
  font-size: 1.40rem;
}

.slider .slide .slide-text {
  margin-top: 1.5rem;
}

.slider .slide .slide-background-filter {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media screen and (min-width: 961px) {
  .slider:not(.content-sized):not(.content-sized-d):not(.content-sized-ld):not(.background-sized):not(.background-sized-d):not(.background-sized-ld):not(.ratio-sized):not(.ratio-sized-d):not(.ratio-sized-ld).ratio-4-by-3 .slide .slide-background-filter {
    padding-bottom: 75%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-d):not(.content-sized-ld):not(.background-sized):not(.background-sized-d):not(.background-sized-ld):not(.ratio-sized):not(.ratio-sized-d):not(.ratio-sized-ld).ratio-16-by-9 .slide .slide-background-filter {
    padding-bottom: 56.25%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-d):not(.content-sized-ld):not(.background-sized):not(.background-sized-d):not(.background-sized-ld):not(.ratio-sized):not(.ratio-sized-d):not(.ratio-sized-ld).ratio-16-by-10 .slide .slide-background-filter {
    padding-bottom: 62.5%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-d):not(.content-sized-ld):not(.background-sized):not(.background-sized-d):not(.background-sized-ld):not(.ratio-sized):not(.ratio-sized-d):not(.ratio-sized-ld).ratio-2-by-1 .slide .slide-background-filter {
    padding-bottom: 50%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-d):not(.content-sized-ld):not(.background-sized):not(.background-sized-d):not(.background-sized-ld):not(.ratio-sized):not(.ratio-sized-d):not(.ratio-sized-ld).ratio-7-by-3 .slide .slide-background-filter {
    padding-bottom: 42.85714%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-d):not(.content-sized-ld):not(.background-sized):not(.background-sized-d):not(.background-sized-ld):not(.ratio-sized):not(.ratio-sized-d):not(.ratio-sized-ld).ratio-21-by-9 .slide .slide-background-filter {
    padding-bottom: 42.85714%;
    bottom: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .slider:not(.content-sized):not(.content-sized-d):not(.content-sized-sd):not(.background-sized):not(.background-sized-d):not(.background-sized-sd):not(.ratio-sized):not(.ratio-sized-d):not(.ratio-sized-sd).ratio-4-by-3 .slide .slide-background-filter {
    padding-bottom: 75%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-d):not(.content-sized-sd):not(.background-sized):not(.background-sized-d):not(.background-sized-sd):not(.ratio-sized):not(.ratio-sized-d):not(.ratio-sized-sd).ratio-16-by-9 .slide .slide-background-filter {
    padding-bottom: 56.25%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-d):not(.content-sized-sd):not(.background-sized):not(.background-sized-d):not(.background-sized-sd):not(.ratio-sized):not(.ratio-sized-d):not(.ratio-sized-sd).ratio-16-by-10 .slide .slide-background-filter {
    padding-bottom: 62.5%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-d):not(.content-sized-sd):not(.background-sized):not(.background-sized-d):not(.background-sized-sd):not(.ratio-sized):not(.ratio-sized-d):not(.ratio-sized-sd).ratio-2-by-1 .slide .slide-background-filter {
    padding-bottom: 50%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-d):not(.content-sized-sd):not(.background-sized):not(.background-sized-d):not(.background-sized-sd):not(.ratio-sized):not(.ratio-sized-d):not(.ratio-sized-sd).ratio-7-by-3 .slide .slide-background-filter {
    padding-bottom: 42.85714%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-d):not(.content-sized-sd):not(.background-sized):not(.background-sized-d):not(.background-sized-sd):not(.ratio-sized):not(.ratio-sized-d):not(.ratio-sized-sd).ratio-21-by-9 .slide .slide-background-filter {
    padding-bottom: 42.85714%;
    bottom: auto;
  }
}

@media screen and (max-width: 768px) {
  .slider:not(.content-sized):not(.content-sized-m):not(.background-sized):not(.background-sized-m):not(.ratio-sized):not(.ratio-sized-m).ratio-4-by-3 .slide .slide-background-filter {
    padding-bottom: 75%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-m):not(.background-sized):not(.background-sized-m):not(.ratio-sized):not(.ratio-sized-m).ratio-16-by-9 .slide .slide-background-filter {
    padding-bottom: 56.25%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-m):not(.background-sized):not(.background-sized-m):not(.ratio-sized):not(.ratio-sized-m).ratio-16-by-10 .slide .slide-background-filter {
    padding-bottom: 62.5%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-m):not(.background-sized):not(.background-sized-m):not(.ratio-sized):not(.ratio-sized-m).ratio-2-by-1 .slide .slide-background-filter {
    padding-bottom: 50%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-m):not(.background-sized):not(.background-sized-m):not(.ratio-sized):not(.ratio-sized-m).ratio-7-by-3 .slide .slide-background-filter {
    padding-bottom: 42.85714%;
    bottom: auto;
  }
  .slider:not(.content-sized):not(.content-sized-m):not(.background-sized):not(.background-sized-m):not(.ratio-sized):not(.ratio-sized-m).ratio-21-by-9 .slide .slide-background-filter {
    padding-bottom: 42.85714%;
    bottom: auto;
  }
}

@media screen and (min-width: 769px) {
  .slider.content-sized .slide .slide-background, .slider.content-sized-d .slide .slide-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 961px) {
  .slider.content-sized-ld .slide .slide-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .slider.content-sized-sd .slide .slide-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .slider.content-sized .slide .slide-background, .slider.content-sized-m .slide .slide-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 769px) {
  .slider.background-sized .slide, .slider.background-sized-d .slide {
    height: auto;
  }
  .slider.background-sized .slide .slide-background, .slider.background-sized-d .slide .slide-background {
    height: 100%;
  }
  .slider.background-sized .slide .slide-contents, .slider.background-sized-d .slide .slide-contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 961px) {
  .slider.background-sized-ld .slide {
    height: auto;
  }
  .slider.background-sized-ld .slide .slide-background {
    height: 100%;
  }
  .slider.background-sized-ld .slide .slide-contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .slider.background-sized-sd .slide {
    height: auto;
  }
  .slider.background-sized-sd .slide .slide-background {
    height: 100%;
  }
  .slider.background-sized-sd .slide .slide-contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .slider.background-sized .slide, .slider.background-sized-m .slide {
    height: auto;
  }
  .slider.background-sized .slide .slide-background, .slider.background-sized-m .slide .slide-background {
    height: 100%;
  }
  .slider.background-sized .slide .slide-contents, .slider.background-sized-m .slide .slide-contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 769px) {
  .slider.ratio-sized.ratio-4-by-3 .slide::before, .slider.ratio-sized-d.ratio-4-by-3 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 75%;
  }
  .slider.ratio-sized.ratio-16-by-9 .slide::before, .slider.ratio-sized-d.ratio-16-by-9 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
  }
  .slider.ratio-sized.ratio-16-by-10 .slide::before, .slider.ratio-sized-d.ratio-16-by-10 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 62.5%;
  }
  .slider.ratio-sized.ratio-2-by-1 .slide::before, .slider.ratio-sized-d.ratio-2-by-1 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 50%;
  }
  .slider.ratio-sized.ratio-7-by-3 .slide::before, .slider.ratio-sized-d.ratio-7-by-3 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 42.85714%;
  }
  .slider.ratio-sized.ratio-21-by-9 .slide::before, .slider.ratio-sized-d.ratio-21-by-9 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 42.85714%;
  }
  .slider.ratio-sized .slide .slide-background,
  .slider.ratio-sized .slide .slide-contents, .slider.ratio-sized-d .slide .slide-background,
  .slider.ratio-sized-d .slide .slide-contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 961px) {
  .slider.ratio-sized-ld.ratio-4-by-3 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 75%;
  }
  .slider.ratio-sized-ld.ratio-16-by-9 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
  }
  .slider.ratio-sized-ld.ratio-16-by-10 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 62.5%;
  }
  .slider.ratio-sized-ld.ratio-2-by-1 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 50%;
  }
  .slider.ratio-sized-ld.ratio-7-by-3 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 42.85714%;
  }
  .slider.ratio-sized-ld.ratio-21-by-9 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 42.85714%;
  }
  .slider.ratio-sized-ld .slide .slide-background,
  .slider.ratio-sized-ld .slide .slide-contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .slider.ratio-sized-sd.ratio-4-by-3 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 75%;
  }
  .slider.ratio-sized-sd.ratio-16-by-9 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
  }
  .slider.ratio-sized-sd.ratio-16-by-10 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 62.5%;
  }
  .slider.ratio-sized-sd.ratio-2-by-1 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 50%;
  }
  .slider.ratio-sized-sd.ratio-7-by-3 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 42.85714%;
  }
  .slider.ratio-sized-sd.ratio-21-by-9 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 42.85714%;
  }
  .slider.ratio-sized-sd .slide .slide-background,
  .slider.ratio-sized-sd .slide .slide-contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .slider.ratio-sized.ratio-4-by-3 .slide::before, .slider.ratio-sized-m.ratio-4-by-3 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 75%;
  }
  .slider.ratio-sized.ratio-16-by-9 .slide::before, .slider.ratio-sized-m.ratio-16-by-9 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 56.25%;
  }
  .slider.ratio-sized.ratio-16-by-10 .slide::before, .slider.ratio-sized-m.ratio-16-by-10 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 62.5%;
  }
  .slider.ratio-sized.ratio-2-by-1 .slide::before, .slider.ratio-sized-m.ratio-2-by-1 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 50%;
  }
  .slider.ratio-sized.ratio-7-by-3 .slide::before, .slider.ratio-sized-m.ratio-7-by-3 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 42.85714%;
  }
  .slider.ratio-sized.ratio-21-by-9 .slide::before, .slider.ratio-sized-m.ratio-21-by-9 .slide::before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 42.85714%;
  }
  .slider.ratio-sized .slide .slide-background,
  .slider.ratio-sized .slide .slide-contents, .slider.ratio-sized-m .slide .slide-background,
  .slider.ratio-sized-m .slide .slide-contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.swiper-container.swiper-container-horizontal > .swiper-navigation,
.swiper-container.swiper-container-horizontal > .swiper-pagination {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 2;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-restart,
.swiper-container ~ .swiper-button-prev,
.swiper-container ~ .swiper-button-next,
.swiper-container ~ .swiper-button-restart {
  background-color: #4e2a84;
  background-image: url("../images/structure/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  -moz-background-size: 46% 75%;
  -webkit-background-size: 46% 75%;
  background-size: 46% 75%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 35px;
  height: 35px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  z-index: 10;
}

.swiper-container .swiper-button-prev.swiper-button-disabled,
.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-container ~ .swiper-button-prev.swiper-button-disabled,
.swiper-container ~ .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
  z-index: 8;
}

.swiper-container .swiper-button-prev,
.swiper-container ~ .swiper-button-prev {
  left: 10px;
  right: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-restart,
.swiper-container ~ .swiper-button-next,
.swiper-container ~ .swiper-button-restart {
  right: 10px;
  left: auto;
}

.swiper-container .swiper-button-restart,
.swiper-container ~ .swiper-button-restart {
  background-image: url("../images/structure/icons/refresh-white.svg");
  z-index: 9;
}

.swiper-container .caption {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: "Akkurat Pro Regular", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  width: 100%;
  padding: 1rem;
  margin: 0;
  position: absolute;
  bottom: .4rem;
}

.swiper-container .caption strong {
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
}

.swiper-container .caption a {
  color: #fff;
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.swiper-container .caption a:after {
  content: "";
  background-image: url("../images/structure/icons/arrow-right-white.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px 12px;
  padding-right: 1.5rem;
}

.swiper-container .caption a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .swiper-container .caption {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .swiper-container .caption {
    position: relative;
    background-color: #836eaa;
    font-size: 14px;
  }
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev,
  .swiper-container ~ .swiper-button-next,
  .swiper-container ~ .swiper-button-prev {
    width: 25px;
    height: 25px;
    margin-top: -3rem;
  }
}

.swiper-container .swiper-navigation {
  pointer-events: none;
}

.swiper-container .swiper-navigation > * {
  pointer-events: all;
}

.swiper-container .swiper-navigation .swiper-button-prev,
.swiper-container .swiper-navigation .swiper-pagination,
.swiper-container .swiper-navigation .swiper-button-next {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.swiper-container .swiper-navigation .swiper-button-prev,
.swiper-container .swiper-navigation .swiper-pagination-bullet,
.swiper-container .swiper-navigation .swiper-button-next {
  box-sizing: content-box;
}

.swiper-container .swiper-navigation .swiper-button-prev,
.swiper-container .swiper-navigation .swiper-button-next {
  background: none;
  width: 35px;
  height: 35px;
  padding: 0 10px;
}

.swiper-container .swiper-navigation .swiper-button-prev::after,
.swiper-container .swiper-navigation .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url("../images/structure/icons/arrow-right-black.svg");
  background-position: 65% 50%;
  -moz-background-size: 46% 75%;
  -webkit-background-size: 46% 75%;
  background-size: 46% 75%;
  background-repeat: no-repeat !important;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.swiper-container .swiper-navigation .swiper-pagination {
  line-height: 8px;
}

.swiper-container .swiper-navigation .swiper-pagination-bullet {
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 10px;
  border-radius: 0;
  opacity: 1;
}

.swiper-container .swiper-navigation .swiper-pagination-bullet::after {
  content: "";
  background-color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.swiper-container .swiper-navigation .swiper-pagination-bullet-active::after {
  background-color: #ffaa00;
}

.landing-page .slick-slider-wrapper.ratio-16by9 {
  padding-bottom: 56.25%;
}

.landing-page .slick-slider-wrapper.ratio-3by1 {
  padding-bottom: 33.33%;
}

.landing-page .slick-slider.slick-initialized {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.landing-page .slick-slider.slick-initialized .slick-list,
.landing-page .slick-slider.slick-initialized .slick-track {
  height: 100%;
}

.landing-page .slick-slider.slick-initialized .slick-arrow, .landing-page .slick-slider.slick-initialized .slick-arrow:hover, .landing-page .slick-slider.slick-initialized .slick-arrow:focus {
  color: #ffffff;
  font-size: 1.55rem;
  line-height: inherit;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  width: auto;
  height: auto;
  top: auto;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.landing-page .slick-slider.slick-initialized .slick-arrow::before {
  content: none;
}

.landing-page .slick-slider.slick-initialized .slick-arrow.slick-prev {
  left: 4rem;
  bottom: 4rem;
}

.landing-page .slick-slider.slick-initialized .slick-arrow.slick-next {
  right: 4rem;
  bottom: 4rem;
}

.landing-page .slick-slider.slick-initialized .slick-arrow .chevron {
  font-size: 2.25rem;
  line-height: 1.55rem;
}

.landing-page .slick-slider.slick-initialized .slick-dots li {
  background: none !important;
  list-style: none !important;
  padding: 0 !important;
}

.landing-page .slick-slider.slick-initialized.custom-tab-nav .slick-dots li {
  width: auto;
  height: auto;
}

.landing-page .slick-slider.slick-initialized.full-inline-nav .slide-navigation {
  display: inline-block;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-arrow,
.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-dots {
  width: auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
}

.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-arrow,
.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-dots li {
  margin: 0 10px;
}

.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-arrow {
  color: transparent;
  font-size: 0;
  text-shadow: none;
}

.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-arrow::before {
  content: "";
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  text-align: center;
  width: 38px;
  height: 38px;
  padding: 6px;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  opacity: 1;
}

.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-prev::before {
  content: "<";
}

.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-next::before {
  content: ">";
}

.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-dots,
.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-dots li,
.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-dots li button,
.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-dots li button:before {
  line-height: 14px;
  height: 14px;
}

.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-dots li,
.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-dots li button,
.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-dots li button:before {
  width: 14px;
}

.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-dots li button:before {
  content: '';
  background-color: #ffffff;
  color: transparent;
  font-size: 0;
  border-radius: 50%;
  opacity: 1;
}

.landing-page .slick-slider.slick-initialized.full-inline-nav .slick-dots li.slick-active button:before {
  background-color: #ffae00;
}

.home-page section {
  position: relative;
  z-index: 2;
}

.home-page section.no-margin {
  margin-bottom: 0;
}

.home-page section.has-margin {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 481px) {
  .home-page section.has-margin {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.home-page section.has-padding {
  padding: 2.5rem 0;
}

@media screen and (min-width: 481px) {
  .home-page section.has-padding {
    padding: 5rem 0;
  }
}

.home-page #page {
  max-width: none;
}

.home-page .content .section-bottom {
  margin-top: 3rem;
  text-align: center;
}

.home-page .content h2 {
  color: #4e2a84;
  /* font-family: $PoppinsMedium; */
  font-family: "Poppins Light", Arial, sans-serif;
  font-size: 46px;
}

.home-page .content h2 strong {
  font-family: "Poppins Bold", "Arial Black", sans-serif;
}

.home-page .content h3 {
  color: #4e2a84;
  /* font-family: $PoppinsSemiBold; */
  font-family: "Poppins Bold", "Arial Black", sans-serif;
  font-size: 34px;
}

.home-page .content h3::before, .home-page .content h3::after {
  content: none;
  background: none;
  padding: 0;
}

@media screen and (min-width: 601px) {
  .home-page .content .bordered-sidebar-content > h3.title {
    font-size: 40px;
  }
}

.home-page .content h4 {
  color: #4e2a84;
  font-family: "Poppins Light", Arial, sans-serif;
  font-size: 28px;
}

.home-page .content p {
  color: #342f2e;
  font-family: "Akkurat Pro Regular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

.home-page .content a {
  color: #4e2a84;
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  font-size: 16px;
}

.home-page .content section > .description,
.home-page .content section > .contain-1120 > .description,
.home-page .content .slide-contents.contain-1120 > .description {
  text-align: center;
  width: calc( 80% + 1.6rem);
  margin-left: auto;
  margin-right: auto;
  /* &:first-child { padding-bottom: 3rem; } */
}

.home-page .content section > .description > *:first-child,
.home-page .content section > .contain-1120 > .description > *:first-child,
.home-page .content .slide-contents.contain-1120 > .description > *:first-child {
  margin-top: 0 !important;
}

.home-page .content section > .description > *:first-child > *:first-child,
.home-page .content section > .contain-1120 > .description > *:first-child > *:first-child,
.home-page .content .slide-contents.contain-1120 > .description > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.home-page .content section > .description > *:first-child > *:first-child > *:first-child,
.home-page .content section > .contain-1120 > .description > *:first-child > *:first-child > *:first-child,
.home-page .content .slide-contents.contain-1120 > .description > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.home-page .content section > .description > *:last-child,
.home-page .content section > .contain-1120 > .description > *:last-child,
.home-page .content .slide-contents.contain-1120 > .description > *:last-child {
  margin-bottom: 0 !important;
}

.home-page .content section > .description > *:last-child > *:last-child,
.home-page .content section > .contain-1120 > .description > *:last-child > *:last-child,
.home-page .content .slide-contents.contain-1120 > .description > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.home-page .content section > .description > *:last-child > *:last-child > *:last-child,
.home-page .content section > .contain-1120 > .description > *:last-child > *:last-child > *:last-child,
.home-page .content .slide-contents.contain-1120 > .description > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.home-page .content section > .description .title,
.home-page .content section > .description .large-title,
.home-page .content section > .description .medium-title,
.home-page .content section > .description .small-title,
.home-page .content section > .description h2,
.home-page .content section > .description h3,
.home-page .content section > .description h4,
.home-page .content section > .contain-1120 > .description .title,
.home-page .content section > .contain-1120 > .description .large-title,
.home-page .content section > .contain-1120 > .description .medium-title,
.home-page .content section > .contain-1120 > .description .small-title,
.home-page .content section > .contain-1120 > .description h2,
.home-page .content section > .contain-1120 > .description h3,
.home-page .content section > .contain-1120 > .description h4,
.home-page .content .slide-contents.contain-1120 > .description .title,
.home-page .content .slide-contents.contain-1120 > .description .large-title,
.home-page .content .slide-contents.contain-1120 > .description .medium-title,
.home-page .content .slide-contents.contain-1120 > .description .small-title,
.home-page .content .slide-contents.contain-1120 > .description h2,
.home-page .content .slide-contents.contain-1120 > .description h3,
.home-page .content .slide-contents.contain-1120 > .description h4 {
  color: #4e2a84;
  margin: 0;
}

.home-page .content section > .description .title + p,
.home-page .content section > .description .large-title + p,
.home-page .content section > .description .medium-title + p,
.home-page .content section > .description .small-title + p,
.home-page .content section > .description h2 + p,
.home-page .content section > .description h3 + p,
.home-page .content section > .description h4 + p,
.home-page .content section > .contain-1120 > .description .title + p,
.home-page .content section > .contain-1120 > .description .large-title + p,
.home-page .content section > .contain-1120 > .description .medium-title + p,
.home-page .content section > .contain-1120 > .description .small-title + p,
.home-page .content section > .contain-1120 > .description h2 + p,
.home-page .content section > .contain-1120 > .description h3 + p,
.home-page .content section > .contain-1120 > .description h4 + p,
.home-page .content .slide-contents.contain-1120 > .description .title + p,
.home-page .content .slide-contents.contain-1120 > .description .large-title + p,
.home-page .content .slide-contents.contain-1120 > .description .medium-title + p,
.home-page .content .slide-contents.contain-1120 > .description .small-title + p,
.home-page .content .slide-contents.contain-1120 > .description h2 + p,
.home-page .content .slide-contents.contain-1120 > .description h3 + p,
.home-page .content .slide-contents.contain-1120 > .description h4 + p {
  margin-top: 0.5em;
}

.home-page .content section > .description .large-title,
.home-page .content section > .description h2,
.home-page .content section > .contain-1120 > .description .large-title,
.home-page .content section > .contain-1120 > .description h2,
.home-page .content .slide-contents.contain-1120 > .description .large-title,
.home-page .content .slide-contents.contain-1120 > .description h2 {
  font-size: 46px;
}

.home-page .content section > .description .medium-title,
.home-page .content section > .description h3,
.home-page .content section > .contain-1120 > .description .medium-title,
.home-page .content section > .contain-1120 > .description h3,
.home-page .content .slide-contents.contain-1120 > .description .medium-title,
.home-page .content .slide-contents.contain-1120 > .description h3 {
  font-size: 34px;
}

.home-page .content section > .description .small-title,
.home-page .content section > .description h4,
.home-page .content section > .contain-1120 > .description .small-title,
.home-page .content section > .contain-1120 > .description h4,
.home-page .content .slide-contents.contain-1120 > .description .small-title,
.home-page .content .slide-contents.contain-1120 > .description h4 {
  font-size: 28px;
}

@media screen and (max-width: 480px) {
  .home-page .content section > .description,
  .home-page .content section > .contain-1120 > .description,
  .home-page .content .slide-contents.contain-1120 > .description {
    width: 100%;
  }
  .home-page .content section > .description .large-title,
  .home-page .content section > .description h2,
  .home-page .content section > .contain-1120 > .description .large-title,
  .home-page .content section > .contain-1120 > .description h2,
  .home-page .content .slide-contents.contain-1120 > .description .large-title,
  .home-page .content .slide-contents.contain-1120 > .description h2 {
    font-size: 34px;
  }
}

.home-page .content .slide .slide-contents h2,
.home-page .content .slide .slide-contents .slide-title {
  font-size: 2.25rem;
  font-weight: bold;
  text-transform: uppercase;
}

.home-page .content .leading-media {
  position: relative;
  text-align: center;
  /*
			.slider-wrapper {
				padding-bottom: 60%;
			}
			
			@media screen and ( min-width: 481px ) {
				
				.slider-wrapper {
					padding-bottom: calc( 17.5% + 206px );
				}
				
			}
			
			@media screen and ( min-width: 769px ) {
				
				.slider-wrapper {
					padding-bottom: calc( 14% + 232px );
				}
				
			}
			
			@media screen and ( min-width: 1201px ) {
				
				.slider-wrapper {
					padding-bottom: 33.33%;
				}
				
			}
			*/
}

.home-page .content .leading-media .slider .slide {
  /*
					@include cover;
					*/
}

.home-page .content .leading-media .slider .slide .slide-contents {
  width: 100%;
  position: absolute;
  top: 65%;
  bottom: auto;
  -ms-transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}

.home-page .content .leading-media .slider .slide .slide-contents h2 {
  font-family: "Poppins Bold", "Arial Black", sans-serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: -0.2em !important;
  margin-bottom: 0;
}

.home-page .content .leading-media .slider .slide .slide-contents h2 .highlight {
  color: #ccc4df;
}

.home-page .content .leading-media .slider .slide .slide-contents p {
  font-size: 18px;
  line-height: 1.3em;
  margin-top: 8px;
  margin-bottom: 22px;
}

.home-page .content .leading-media .slider .slide .slide-contents p.signature {
  font-size: 16px;
  text-transform: uppercase;
}

.home-page .content .leading-media .slider .slide .slide-contents p.signature::before {
  content: "\2014\00a0";
}

@media screen and (max-width: 768px) {
  .home-page .content .leading-media .slider .slide .slide-contents h2 * {
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  .home-page .content .leading-media .slider .slide .slide-contents h2.mobile-shrink {
    font-size: 32px;
  }
}

@media screen and (min-width: 601px) {
  .home-page .content .leading-media .slider .slide .slide-contents h2 {
    font-size: 50px;
  }
  .home-page .content .leading-media .slider .slide .slide-contents p {
    font-size: 20px;
  }
  .home-page .content .leading-media .slider .slide .slide-contents .signature {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .home-page .content .leading-media .slider .slide .slide-contents h2 {
    font-size: 66px;
  }
  .home-page .content .leading-media .slider .slide .slide-contents p {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 601px) {
  .home-page .content .leading-media .slider .slide .slide-contents h2 {
    margin-top: -1.5em !important;
  }
}

.home-page .content .leading-media .slider .slide .slide-background-filter {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 10%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.7) 100%);
}

.home-page .content .leading-media .slider .slide .slide-background {
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-page .content .leading-media .slider .slide .slide-background img {
  vertical-align: middle;
}

.home-page .content .leading-media .slider .slide .slide-background .video-controls {
  left: auto;
  right: 5%;
  bottom: 10%;
}

.home-page .content .leading-media .slider .slide .slide-background .video-controls .control-button {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  -webkit-filter: drop-shadow(0px 0px 2px black);
  filter: drop-shadow(0px 0px 2px black);
  opacity: 0.8;
}

.home-page .content .leading-media .slider .slide .slide-background .video-controls .control-button:hover {
  opacity: 1;
}

.home-page .content .leading-media .slider .slide .slide-background .video-controls .control-button a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.home-page .content .leading-media .slider .slide .slide-background .video-controls .control-button a i {
  display: none;
}

.home-page .content .leading-media .slider .slide .slide-background .video-controls .control-button.start-button {
  background-image: url("../images/structure/icons/button-play.svg");
}

.home-page .content .leading-media .slider .slide .slide-background .video-controls .control-button.end-button {
  background-image: url("../images/structure/icons/button-pause.svg");
}

.home-page .content .leading-media .slider .slide {
  padding-top: 33.8566%;
}

.home-page .content .leading-media .slider .slide .slide-background img,
.home-page .content .leading-media .slider .slide .slide-background video {
  width: 100%;
}

@media screen and (max-width: 1045px) {
  .home-page .content .leading-media .slider .slide {
    padding-top: 348px;
  }
  .home-page .content .leading-media .slider .slide .slide-background img,
  .home-page .content .leading-media .slider .slide .slide-background video {
    min-width: 1045px;
    margin: 0 calc( ( 100% - 1045px ) / 2);
  }
}

.home-page .content .current-announcements {
  background-color: #4e2a84;
}

.home-page .content .current-announcements .announcements {
  text-align: center;
  z-index: 3;
}

.home-page .content .current-announcements .announcements .swiper-container {
  padding-top: 30px;
  margin-top: -30px;
}

.home-page .content .current-announcements .announcements .swiper-wrapper {
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-page .content .current-announcements .announcements .swiper-button-prev,
.home-page .content .current-announcements .announcements .swiper-button-next {
  background-color: transparent;
  width: 35px;
  height: 35px;
  margin-top: -4px;
}

.home-page .content .current-announcements .announcements .swiper-button-prev {
  left: -9px;
}

.home-page .content .current-announcements .announcements .swiper-button-next {
  right: -9px;
}

.home-page .content .current-announcements .announcements .announcement-wrapper {
  width: 50%;
  height: auto;
  min-height: 100%;
  /*display: inline-block;*/
  vertical-align: top;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-page .content .current-announcements .announcements .announcement-wrapper:first-child:last-child {
  width: auto;
  margin: 0;
  float: none;
}

.home-page .content .current-announcements .announcements .announcement-wrapper .announcement {
  width: 100%;
  min-height: 62px;
  /*min-height: 100%;
						height: 100%;*/
  padding: 0.3rem;
}

.home-page .content .current-announcements .announcements .announcement-wrapper .announcement .thumbnail-wrapper {
  width: calc( 92px + 1.25rem);
  padding-right: 1.25rem;
}

.home-page .content .current-announcements .announcements .announcement-wrapper .announcement .thumbnail-wrapper img {
  width: 80px;
  max-width: none;
  height: 80px;
  border: 6px solid #4e2a84;
  margin-top: -30px;
  box-sizing: content-box;
  vertical-align: middle;
}

.home-page .content .current-announcements .announcements .announcement-wrapper .announcement .contents > *:first-child {
  margin-top: 0 !important;
}

.home-page .content .current-announcements .announcements .announcement-wrapper .announcement .contents > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.home-page .content .current-announcements .announcements .announcement-wrapper .announcement .contents > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.home-page .content .current-announcements .announcements .announcement-wrapper .announcement .contents > *:last-child {
  margin-bottom: 0 !important;
}

.home-page .content .current-announcements .announcements .announcement-wrapper .announcement .contents > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.home-page .content .current-announcements .announcements .announcement-wrapper .announcement .contents > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.home-page .content .current-announcements .announcements .announcement-wrapper .announcement .contents * {
  color: #fff !important;
  text-align: left;
  line-height: 1.5em;
}

.home-page .content .current-announcements .announcements.single .announcement-wrapper .announcement {
  width: auto;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .home-page .content .current-announcements .announcements .announcement-wrapper .announcement {
    /*display: table;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*
							> * {
								display: table-cell;
								vertical-align: middle;
							}
							*/
    /*
							.contents {
								transform: translateY(-50%);
								top: 50%;
								position: relative;
							}
							*/
    /* compatibility fixes for old browsers */
  }
  .home-page .content .current-announcements .announcements .announcement-wrapper .announcement .thumbnail-wrapper {
    /*vertical-align: top;*/
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .home-page .content .current-announcements .announcements .announcement-wrapper .announcement.has-image .contents {
    width: calc( 100% - 92px - 1.25rem);
  }
  .home-page .content .current-announcements .announcements .announcement-wrapper .announcement.no-image .contents {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .home-page .content .current-announcements .announcements .announcement-wrapper .announcement:not(.no-image),
  .home-page .content .current-announcements .announcements .announcement-wrapper .announcement:not(.no-image) > * {
    display: block;
  }
  .home-page .content .current-announcements .announcements .announcement-wrapper .announcement .thumbnail-wrapper,
  .home-page .content .current-announcements .announcements .announcement-wrapper .announcement .contents,
  .home-page .content .current-announcements .announcements .announcement-wrapper .announcement .contents * {
    text-align: center;
  }
  .home-page .content .current-announcements .announcements .announcement-wrapper .announcement .thumbnail-wrapper {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .home-page .content .current-announcements .announcements.has-image .announcement-wrapper .announcement.no-image {
    margin-top: 62px;
  }
}

@media screen and (min-width: 876px) {
  .home-page .content .current-announcements .announcements .announcement-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
  .home-page .content .current-announcements .announcements.multiple .announcement-wrapper.swiper-slide-active {
    border-right: 1px solid #836eaa;
    margin-right: -1px;
  }
  .home-page .content .current-announcements .announcements.multiple.only-two {
    /*.swiper-container {*/
  }
  .home-page .content .current-announcements .announcements.multiple.only-two {
    max-width: 1200px;
    /*padding-left: 0;
							padding-right: 0;
							margin-left: 0;
							margin-right: 0;*/
  }
  .home-page .content .current-announcements .announcements.multiple.only-two .swiper-container {
    width: auto;
  }
  .home-page .content .current-announcements .announcements.multiple.only-two .swiper-wrapper {
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .home-page .content .current-announcements .announcements.multiple.only-two .swiper-slide-duplicate {
    display: none;
  }
  .home-page .content .current-announcements .announcements.multiple.only-two .swiper-slide:not(.swiper-slide-duplicate) ~ .swiper-slide:not(.swiper-slide-duplicate) {
    border-left: 1px solid #836eaa;
  }
  .home-page .content .current-announcements .announcements.multiple.only-two .swiper-button-prev,
  .home-page .content .current-announcements .announcements.multiple.only-two .swiper-button-next {
    display: none !important;
  }
  .home-page .content .current-announcements .announcements.multiple.only-two .swiper-slide {
    width: 50% !important;
  }
}

@media screen and (max-width: 480px) {
  .home-page .content .background-select.light h2 {
    font-size: 34px;
  }
}

.home-page .content .testimonials-wrapper {
  background-color: #4e2a84;
  position: relative;
}

.home-page .content .testimonials-wrapper::before, .home-page .content .testimonials-wrapper::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 20px;
  display: block;
  position: relative;
  z-index: 2;
}

.home-page .content .testimonials-wrapper .testimonials {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

.home-page .content .testimonials-wrapper .testimonials .swiper-wrapper {
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-page .content .testimonials-wrapper .testimonials .swiper-button-prev,
.home-page .content .testimonials-wrapper .testimonials .swiper-button-next {
  background-image: url("../images/structure/icons/arrow-right-white.svg");
  margin-top: -16px;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  float: left;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper:first-child:last-child {
  width: auto;
  margin: 0;
  float: none;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial {
  width: 100%;
  min-height: 100%;
  padding: 40px 0;
  display: table;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial > * {
  display: table-cell;
  vertical-align: middle;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .thumbnail-wrapper {
  width: auto;
  padding-right: 1.25rem;
  box-sizing: content-box;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .thumbnail-wrapper img {
  width: 137px;
  border: 6px solid #4e2a84;
  margin: -45px 0;
  vertical-align: middle;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents > *:first-child {
  margin-top: 0 !important;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents > *:first-child > *:first-child > *:first-child {
  margin-top: 0 !important;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents > *:last-child {
  margin-bottom: 0 !important;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents * {
  color: #fff !important;
  text-align: left;
  line-height: 1.5em;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .subtitle,
.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .title {
  font-weight: normal;
  line-height: 1.1em;
  margin: 0 0 0.3em 0;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .subtitle {
  font-family: "Poppins Light", Arial, sans-serif;
  font-size: 23px;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .subtitle .relationship {
  color: #dad5e8 !important;
  font-family: "Poppins Extra Light", Arial, sans-serif;
  font-size: 15px;
  display: block;
}

@media screen and (min-width: 876px) {
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .subtitle .relationship {
    display: inline;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .subtitle .relationship::before {
    content: "/";
    margin: 0 15px;
  }
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents .title {
  font-family: "Poppins Bold", "Arial Black", sans-serif;
  font-size: 28px;
}

.home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents p::before, .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents p::after {
  content: "\"";
}

@media screen and (max-width: 600px) {
  .home-page .content .testimonials-wrapper::before {
    height: 25px;
  }
  .home-page .content .testimonials-wrapper::after {
    display: none;
  }
  .home-page .content .testimonials-wrapper .testimonials .swiper-container {
    padding-top: 25px;
    margin-top: -25px;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial,
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial > * {
    display: block;
    vertical-align: top;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .thumbnail-wrapper,
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents,
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .contents * {
    text-align: center;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .thumbnail-wrapper {
    padding: 0;
    margin: 0;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial .thumbnail-wrapper img {
    margin: -65px 0 15px;
  }
}

@media screen and (min-width: 601px) {
  .home-page .content .testimonials-wrapper::before, .home-page .content .testimonials-wrapper::after {
    display: none;
  }
  .home-page .content .testimonials-wrapper .testimonials .swiper-container {
    padding: 0;
    margin: 0;
  }
  .home-page .content .testimonials-wrapper .testimonials .swiper-wrapper {
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-page .content .testimonials-wrapper .testimonials .swiper-button-prev,
  .home-page .content .testimonials-wrapper .testimonials .swiper-button-next {
    margin-top: -25px;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial {
    padding: 50px 0;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial.has-image .thumbnail-wrapper {
    width: 187px;
    padding-right: 35px;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial.has-image .thumbnail-wrapper img {
    width: 100%;
    border: 6px solid #e4e0ee;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial.has-image .contents {
    width: calc( 100% - 222px);
  }
}

@media screen and (min-width: 769px) {
  .home-page .content .testimonials-wrapper {
    margin: 0 auto;
  }
}

@media screen and (min-width: 876px) {
  .home-page .content .testimonials-wrapper {
    margin: -20px auto;
  }
  .home-page .content .testimonials-wrapper::before, .home-page .content .testimonials-wrapper::after {
    display: block;
  }
  .home-page .content .testimonials-wrapper .testimonials {
    /*&.multiple .testimonial-wrapper.swiper-slide-active {
						
						border-right: 1px solid $nu-purple-60;
						margin-right: -1px;
						
					}*/
  }
  .home-page .content .testimonials-wrapper .testimonials .swiper-container {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial {
    padding: 25px 0;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial.has-image .thumbnail-wrapper {
    width: 266px;
    padding-right: 35px;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial.has-image .thumbnail-wrapper img {
    width: 100%;
    border: 8px solid #4e2a84;
  }
  .home-page .content .testimonials-wrapper .testimonials .testimonial-wrapper .testimonial.has-image .contents {
    width: calc( 100% - 301px);
  }
}

.home-page .content .triptych > .description {
  padding-top: 1rem;
}

.home-page .content .triptych > .description .tagline {
  color: #4e2a84;
  font-family: "Poppins Bold", "Arial Black", sans-serif;
  font-size: 68px;
  text-transform: uppercase;
  line-height: 0.8em;
  margin-top: 0;
  margin-bottom: 2rem;
}

.home-page .content .triptych > .description .tagline .subtagline {
  font-family: "Poppins Light", Arial, sans-serif;
  font-size: 36px;
  text-transform: none;
  margin: 0;
}

.home-page .content .design-process > h2 {
  background-color: #4e2a84;
  color: #fff !important;
  font-size: 26px;
  text-align: center;
  /* padding: 0.35em 0 0.25em; */
  padding: 1.0em 0.5em 0.9em;
  margin: 0;
  position: relative;
  z-index: 2;
}

.home-page .content .design-process > h2 a .emphasis {
  color: #fff;
  font-size: 26px;
}

.home-page .content .design-process > h2 a .emphasis:hover {
  color: #fff;
}

@media screen and (min-width: 401px) {
  .home-page .content .design-process > h2 {
    font-size: 36px;
  }
  .home-page .content .design-process > h2 a .emphasis {
    font-size: 36px;
  }
}

.home-page .content .design-process > h2 .emphasis {
  font-family: "Poppins Bold", "Arial Black", sans-serif;
  text-decoration: underline;
  /* border-bottom: 2px solid $white; */
}

.home-page .content .design-process > h2::after {
  content: "";
  background-color: #4e2a84;
  background-image: none;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  display: block;
  position: absolute;
  top: calc( 100% - 15px);
  right: calc( 50% - 15px);
  z-index: -1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide {
  background-color: #f0f0f0;
}

.home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-background-filter {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.35) 65%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.85) 85%, rgba(0, 0, 0, 0.95) 100%);
  padding-top: 58.93%;
}

.home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-background {
  height: auto;
}

.home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-contents {
  font-size: 18px;
  text-align: center;
  line-height: 1.7em;
  padding: 6em 0 3em;
}

.home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-contents, .home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-contents * {
  font-size: 18px;
  text-shadow: none;
}

@media screen and (max-width: 1000px) {
  .home-page .content .design-process .swiper-slider-wrapper .swiper-container {
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide {
    height: auto;
  }
  .home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-background-filter {
    display: none;
  }
  .home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-contents {
    position: relative;
  }
  .home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-contents, .home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-contents * {
    color: #342f2e;
  }
  .home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-contents .arrow-link {
    color: #4e2a84 !important;
  }
  .home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-contents .arrow-link::after {
    content: ' ';
    background-position: 100% 45%;
    background-repeat: no-repeat !important;
    background-size: 37.5% 62.5%;
    background-size: 0.4em;
    width: 1em;
    height: 1em;
    padding-left: 1.1em;
  }
  .home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-contents .arrow-link::after {
    background-image: url("../images/structure/icons/arrow-right-dkpurple.svg");
  }
}

@media screen and (min-width: 1001px) {
  .home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-contents {
    padding: 0;
    margin-bottom: 3rem;
    top: auto;
  }
  .home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-contents, .home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-contents * {
    color: #fff;
    text-shadow: 2px 2px 0px #000;
  }
}

@media screen and (min-width: 1141px) {
  .home-page .content .design-process .swiper-slider-wrapper .swiper-container .slide .slide-contents {
    width: 100%;
  }
}

.home-page .content .design-process .swiper-slider-wrapper .swiper-pagination {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: calc( 58.5% - 28px) 0 0 0;
  list-style: none;
  text-align: center;
}

.home-page .content .design-process .swiper-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  color: #4e2a84;
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 3em;
  text-align: center;
  width: 25%;
  height: auto;
  border-radius: 0;
  opacity: 1;
}

.home-page .content .design-process .swiper-slider-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: 0;
}

.home-page .content .design-process .swiper-slider-wrapper .swiper-pagination .swiper-pagination-bullet img {
  background-color: #4e2a84;
  width: 65px;
  max-width: none;
  border: 3px solid #f0f0f0;
  border-radius: 50%;
  margin: 0 auto;
  box-sizing: content-box;
  display: block;
}

.home-page .content .design-process .swiper-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active img {
  background-color: #ffaa00;
}

@media screen and (min-width: 1001px) {
  .home-page .content .design-process .swiper-slider-wrapper .swiper-pagination {
    margin: 0 0 10.5em;
    top: auto;
    bottom: 0;
  }
  .home-page .content .design-process .swiper-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
    color: #fff;
    text-shadow: 2px 2px 0px #000;
    width: 12.5%;
    /*img {
								width: 56px;
								border: none;
							}*/
  }
}

.home-page .content .column-group, .home-page .content .project-group {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.home-page .content .column-group + .sponsors-wrapper,
.home-page .content .project-group + .sponsors-wrapper {
  padding-top: 3.5rem;
  border-top: 1px solid #999999;
  margin-top: -1rem;
  margin-bottom: 7.5rem;
}

.home-page .content .sponsors-wrapper {
  /*width: 100%;*/
}

.home-page .content .sponsors-wrapper .header .title {
  color: #4e2a84;
  line-height: 1.2em;
}

.home-page .content .sponsors-wrapper .header p a {
  font-size: 18px;
}

.home-page .content .sponsors-wrapper .header.has-get-involved .title,
.home-page .content .sponsors-wrapper .header.has-get-involved p {
  margin: 0;
  display: inline-block;
  vertical-align: baseline;
}

.home-page .content .sponsors-wrapper .header.has-get-involved .title {
  text-align: left;
  width: 60%;
}

.home-page .content .sponsors-wrapper .header.has-get-involved p {
  text-align: right;
  width: 40%;
}

.home-page .content .sponsors-wrapper .sponsors {
  font-size: 0;
  margin-top: 1rem;
  position: relative;
}

.home-page .content .sponsors-wrapper .sponsors .swiper-wrapper {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-page .content .sponsors-wrapper .sponsors .swiper-wrapper .swiper-slide {
  text-align: center;
}

.home-page .content .sponsors-wrapper .sponsors .sponsor {
  text-align: center;
  width: 100px;
  width: 85px;
  display: inline-block;
  vertical-align: middle;
}

.home-page .content .sponsors-wrapper .sponsors .sponsor a, .home-page .content .sponsors-wrapper .sponsors .sponsor img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.home-page .content .sponsors-wrapper .sponsors .sponsor img {
  opacity: 0.8;
}

@media screen and (min-width: 1201px) {
  .home-page .content .sponsors-wrapper .sponsors {
    /*.swiper-container {*/
  }
  .home-page .content .sponsors-wrapper .sponsors {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .home-page .content .sponsors-wrapper .sponsors .swiper-wrapper {
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .home-page .content .sponsors-wrapper .sponsors .swiper-slide-duplicate {
    display: none;
  }
  .home-page .content .sponsors-wrapper .sponsors .swiper-button-prev,
  .home-page .content .sponsors-wrapper .sponsors .swiper-button-next {
    display: none !important;
  }
  .home-page .content .sponsors-wrapper .sponsors .swiper-slide {
    width: 100px !important;
  }
}

.home-page .content .news-events {
  background-color: #f0f0f0;
  padding: 2.5rem 0 4rem;
}

.home-page .content .news-events .news-event {
  margin: 0;
}

.home-page .content .current-announcements,
.home-page .content .testimonials-wrapper {
  z-index: auto;
}

.home-page .content .sponsors .swiper-container,
.home-page .content .testimonials .swiper-container {
  overflow-x: hidden;
}

.home-page .content .sponsors .swiper-button-prev,
.home-page .content .sponsors .swiper-button-next,
.home-page .content .testimonials .swiper-button-prev,
.home-page .content .testimonials .swiper-button-next {
  background-color: transparent;
  background-size: 16px;
  width: 16px;
  height: 26px;
  padding: 15px;
  margin-top: -28px;
  box-sizing: content-box;
  background-image: url("../images/structure/icons/arrow-right-dkpurple.svg");
}

.home-page .content .sponsors .swiper-button-disabled,
.home-page .content .testimonials .swiper-button-disabled {
  background-image: url("../images/structure/icons/arrow-right-gray.svg");
}

@media screen and (min-width: 481px) {
  .home-page .content .sponsors .swiper-button-prev,
  .home-page .content .sponsors .swiper-button-next,
  .home-page .content .testimonials .swiper-button-prev,
  .home-page .content .testimonials .swiper-button-next {
    background-color: transparent;
    background-size: 25px;
    width: 25px;
    height: 40px;
    padding: 15px;
    margin-top: -35px;
    box-sizing: content-box;
  }
}

.home-page .content .announcements,
.home-page .content .sponsors,
.home-page .content .testimonials {
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
}

.home-page .content .announcements .swiper-container,
.home-page .content .sponsors .swiper-container,
.home-page .content .testimonials .swiper-container {
  margin-left: auto !important;
  margin-right: auto !important;
}

.home-page .content .announcements .swiper-button-prev,
.home-page .content .sponsors .swiper-button-prev,
.home-page .content .testimonials .swiper-button-prev {
  left: -15px;
}

.home-page .content .announcements .swiper-button-next,
.home-page .content .sponsors .swiper-button-next,
.home-page .content .testimonials .swiper-button-next {
  right: -15px;
}

@media screen and (max-width: 1140px) {
  .home-page .content .announcements,
  .home-page .content .sponsors,
  .home-page .content .testimonials {
    /*margin: 0 1rem;*/
  }
}

@media screen and (min-width: 481px) {
  .home-page .content .announcements .swiper-container,
  .home-page .content .sponsors .swiper-container,
  .home-page .content .testimonials .swiper-container {
    width: calc( 80% + 0.8rem + 20px);
  }
  .home-page .content .announcements .swiper-button-prev,
  .home-page .content .sponsors .swiper-button-prev,
  .home-page .content .testimonials .swiper-button-prev {
    left: -15px;
  }
  .home-page .content .announcements .swiper-button-next,
  .home-page .content .sponsors .swiper-button-next,
  .home-page .content .testimonials .swiper-button-next {
    right: -15px;
  }
}

@media screen and (min-width: 876px) {
  .home-page .content .announcements .swiper-container,
  .home-page .content .sponsors .swiper-container,
  .home-page .content .testimonials .swiper-container {
    width: auto;
  }
}

.home-page .content .feature-slider .slider-wrapper .slider {
  background-color: #4e2a84;
  /*@media screen and ( min-width: 769px ) {*/
}

.home-page .content .feature-slider .slider-wrapper .slider .slide {
  /*@media screen and ( max-width: 768px ) {*/
  /*@media screen and ( min-width: 769px ) {*/
}

.home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents {
  text-align: center;
  width: 100%;
  padding: 0 10% 7rem;
  box-sizing: border-box;
}

.home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents.has-profile {
  padding-top: 6rem;
}

.home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents.no-profile {
  padding-top: 40px;
}

.home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .profile {
  width: 125px;
  border: 3px solid #fff;
  margin: 0 auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: content-box;
}

.home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-title,
.home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-subtitle {
  line-height: 1.2em;
}

.home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-title {
  font-size: 32px;
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  text-transform: none;
}

.home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-subtitle {
  font-size: 24px;
}

.home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-text * {
  line-height: 1.75em;
}

.home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-text p,
.home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-text p a {
  font-size: 1rem;
}

.home-page .content .feature-slider .slider-wrapper .slider .slide .slide-background-filter {
  background-image: linear-gradient(227deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.02) 51%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.53) 70%, rgba(0, 0, 0, 0.74) 80%, rgba(0, 0, 0, 0.88) 90%, black 100%);
}

.home-page .content .feature-slider .slider-wrapper .slider .slide .video-controls {
  display: none;
  /*
							top: 50%;
							bottom: initial;
							left: 50%;
							right: initial;
							-ms-transform: translateX( -50% ) translateY( -50% );
							-webkit-transform: translateX( -50% ) translateY( -50% );
							transform: translateX( -50% ) translateY( -50% );
							
							.control-button a {
								background-color: #333333;
								text-shadow: none;
								padding: 10px 30px;
								border-radius: 26px;
								display: inline-block;
								opacity: 0.9;
							}
							
							.control-button i {
								font-size: 4rem;
							}
							*/
}

@media screen and (max-width: 960px) {
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents,
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents * {
    text-shadow: none;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents {
    margin: 0 !important;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-background-filter {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents.has-profile {
    padding-top: 7rem;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .profile {
    width: 23%;
    max-width: 170px;
  }
}

@media screen and (min-width: 961px) {
  .home-page .content .feature-slider .slider-wrapper .slider .slide {
    /*
							.video-controls {
								left: 75%;
							}
							*/
  }
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents {
    text-align: left;
    padding: 0;
    margin: 0 auto;
    top: auto;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-contents-inner-wrapper {
    width: 55%;
    padding: 3% 0;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .profile {
    width: 170px;
    /* width: 30%; */
    margin-bottom: 1rem;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: relative;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-title {
    font-size: 28px;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-subtitle {
    font-size: 20px;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-text {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1101px) {
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-contents-inner-wrapper {
    width: 45%;
    padding: 4rem 0;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-title {
    font-size: 32px;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-subtitle {
    font-size: 22px;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-text {
    margin-top: 1.5rem;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-text p,
  .home-page .content .feature-slider .slider-wrapper .slider .slide .slide-contents .slide-text p a {
    font-size: 18px !important;
  }
}

.home-page .content .feature-slider .slider-wrapper .slider.swiper-container > .swiper-navigation,
.home-page .content .feature-slider .slider-wrapper .slider.swiper-container > .swiper-pagination {
  text-align: center;
  bottom: 40px;
}

@media screen and (min-width: 1141px) {
  .home-page .content .feature-slider .slider-wrapper .slider.swiper-container > .swiper-navigation,
  .home-page .content .feature-slider .slider-wrapper .slider.swiper-container > .swiper-pagination {
    width: 100%;
  }
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-pagination {
  display: none;
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation {
  width: auto;
  right: 0;
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .swiper-button-prev,
.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .swiper-button-next,
.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button.start-button,
.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button.end-button,
.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .spacing {
  height: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -5px;
  margin-bottom: -5px;
  box-sizing: content-box;
  display: inline-block;
  vertical-align: middle;
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .swiper-button-prev,
.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .swiper-button-next,
.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button.start-button,
.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button.end-button {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45px;
  width: 45px;
  padding-left: 9px;
  padding-right: 9px;
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .swiper-button-prev:hover,
.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .swiper-button-next:hover,
.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button.start-button:hover,
.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button.end-button:hover {
  opacity: 1;
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .swiper-button-prev::after,
.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .swiper-button-next::after,
.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button.start-button::after,
.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button.end-button::after {
  display: none;
  /*
								-moz-background-size: 40% 65%;
								-webkit-background-size: 40% 65%;
								background-size: 40% 65%;
								border: 2px solid $black;
								box-sizing: border-box;
								*/
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .swiper-button-next {
  background-image: url("../images/structure/icons/button-next.svg");
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .swiper-button-prev {
  /* default 180deg rotation causes fuzziness with drop shadow filter. just remove and use reversed image */
  background-image: url("../images/structure/icons/button-prev.svg");
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls {
  display: none;
  vertical-align: middle;
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button a i {
  display: none;
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button.start-button {
  background-image: url("../images/structure/icons/button-play.svg");
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button.end-button {
  background-image: url("../images/structure/icons/button-pause.svg");
}

.home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .spacing {
  width: 0;
  border-right: 1px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.home-page .content .feature-slider .slider-wrapper .slider.has-video .swiper-navigation .global-video-controls {
  display: inline-block;
}

.home-page .content .feature-slider .slider-wrapper .slider.video-stopped .swiper-navigation .global-video-controls .control-button.end-button,
.home-page .content .feature-slider .slider-wrapper .slider.video-started .swiper-navigation .global-video-controls .control-button.start-button {
  display: none;
}

@media screen and (min-width: 961px) {
  .home-page .content .feature-slider .slider-wrapper .slider.swiper-container > .swiper-navigation,
  .home-page .content .feature-slider .slider-wrapper .slider.swiper-container > .swiper-pagination {
    text-align: right;
    bottom: 10%;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .swiper-button-prev,
  .home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .swiper-button-next,
  .home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button.start-button,
  .home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .control-button.end-button,
  .home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .spacing {
    -webkit-filter: drop-shadow(0px 0px 2px black);
    filter: drop-shadow(0px 0px 2px black);
    opacity: 0.8;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .global-video-controls .spacing {
    opacity: 0.5;
  }
  .home-page .content .feature-slider .slider-wrapper .slider .swiper-navigation .swiper-button-next {
    margin-right: -9px;
  }
}

.home-page .content .media-feature {
  background-color: #e4e0ee;
  padding: 3.5rem 0 4.5rem;
  text-align: center;
}

.home-page .content .media-feature .description {
  padding-bottom: 3rem;
}

.home-page .content .media-feature .description .tagline {
  color: #4e2a84;
  font-family: "Akkurat Pro Light", Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}

.home-page .content .media-feature .description .title {
  font-family: "Poppins Bold", "Arial Black", sans-serif;
  font-weight: normal;
}

.home-page .content .media-feature .description .arrow-link {
  margin-top: .5rem;
  display: block;
}

.home-page .content .media-feature .media-container {
  max-width: 560px;
  margin: 0 auto;
  padding-top: .5rem;
}

@media screen and (min-width: 769px) {
  .home-page .content .media-feature .description,
  .home-page .content .media-feature .media-container {
    width: 50% !important;
    margin: 0 !important;
    display: inline-block;
    vertical-align: top;
  }
  .home-page .content .media-feature .description {
    text-align: left !important;
    padding-bottom: 0;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .home-page .content .media-feature .media-container {
    max-width: none;
    margin: 0;
  }
}

.home-page .content .full-width-project {
  margin-bottom: 5rem;
}

.home-page .content .tabbed-section {
  background-color: #f0f0f0;
  padding: 6rem 0;
}

.program-home-page .content .sponsors-wrapper {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.news-page #page {
  margin: 2rem auto;
  max-width: 1120px;
}

.news-page #page h1 {
  font-family: "Poppins Light", Arial, sans-serif;
}

.news-page #page aside {
  font-size: 16px;
}

.news-page #page aside a:not(.button) {
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  text-decoration: none;
  color: #4e2a84;
}

.news-page #page aside .callout-more a {
  color: #fff;
}

.news-page #page:after {
  content: "";
  display: table;
  clear: both;
}

.news-page #page .pagetitle {
  font: 24px/1.1 "Poppins Bold", "Arial Black", sans-serif;
  color: #716c6b;
  margin: .5rem 0 1.75rem;
}

.article-headline {
  font: 46px/1.15 "Akkurat Pro Bold", "Arial Black", sans-serif;
  margin-bottom: 0;
  color: #4e2a84;
}

.article-subhead {
  font: 26px/1.25 "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #524c4b;
  margin-top: 15px;
  margin-bottom: 0;
}

.article-headline + .article-byline-container {
  margin-top: 25px;
}

.article-add-this {
  margin-bottom: 40px;
}

.article-byline-container {
  font: 16px/1.1 "Akkurat Pro Regular", Arial, sans-serif;
  color: #716c6b;
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-top: 15px;
}

.article-date {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}

.article-byline {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  float: right;
}

.article-by {
  text-transform: capitalize;
}

.article-social-icon {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
}

div + .in-page-callout-right, div + .in-page-callout-left {
  margin-top: 1rem;
}

.in-page-callout-left, .in-page-callout-right {
  width: 265px;
  display: inline-block;
  background: #f0f0f0;
  padding: 1rem;
  color: #4e2a84;
  float: left;
  margin: 0 20px 0 0;
}

.related-header {
  font: 18px/1.5rem "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #716c6b;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: .5rem;
  display: block;
}

.related-links ul {
  margin: 1.5rem 0 0;
  padding: 0;
}

.related-links li {
  line-height: 24px;
}

#sidebar .callout {
  background: #836eaa;
  color: #fff;
  margin: 2.5rem 0;
}

#sidebar .callout a {
  color: #fff !important;
}

#sidebar .callout a:hover {
  text-decoration: underline !important;
}

#sidebar .callout h3 {
  font: 28px/1em "Poppins Bold", "Arial Black", sans-serif;
  color: #fff;
  display: block;
  padding: 1.5rem 1.5rem 0;
  margin: 0;
  line-height: 1.3em;
}

#sidebar .callout .inner-content {
  padding: 1.5rem;
  line-height: 1.5em;
}

#sidebar .callout .inner-content p {
  margin: 0 0 1em 0;
}

#sidebar .callout .callout-more {
  background: #4e2a84;
  text-transform: uppercase;
  padding: .5rem 1.5rem;
  text-align: center;
}

#sidebar .feature {
  background: #f0f0f0;
  color: #4e2a84;
}

#sidebar .feature h3 {
  color: #4e2a84;
}

#sidebar .callout .callout-more a {
  color: #fff;
}

#sidebar .callout-no-bg .button {
  margin: 1rem 0 !important;
  font: 16px "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #fff;
  background: #4e2a84;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 .5em .5em 0;
  padding: .8em 1em .7em 1em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  min-width: 165px;
  border: none;
}

#sidebar .callout-no-bg {
  background: none;
  color: #342f2e;
}

#sidebar .callout-no-bg h3 {
  display: block;
  font: 28px/1.3em "Poppins Bold", "Arial Black", sans-serif;
  color: #4e2a84;
  margin: 0;
  padding: 0;
}

#sidebar .callout-no-bg .inner-content {
  line-height: 1.5em;
  padding: 1.5rem 0 0 0;
}

.at-share-btn > .at-icon-wrapper > svg.at-icon {
  display: none;
}

.at-share-btn > .at-icon-wrapper {
  background-color: transparent !important;
  height: 39px !important;
  width: 39px !important;
}

.at-share-tbx-element.addthis_32x32_style .at-share-btn, .at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
  margin-right: 8px !important;
  max-height: 39px !important;
  max-width: 39px !important;
}

a.at-svc-facebook {
  background-image: url("../images/structure/share-icons.svg") !important;
  background-repeat: no-repeat;
  background-position: 0px 0px !important;
  width: 39px !important;
  height: 39px !important;
}

a.at-svc-twitter {
  background-image: url("../images/structure/share-icons.svg") !important;
  background-repeat: no-repeat;
  background-position: -39px 0px !important;
  width: 39px !important;
  height: 39px !important;
}

a.at-svc-linkedin {
  background-image: url("../images/structure/share-icons.svg") !important;
  background-repeat: no-repeat;
  background-position: -351px 0px !important;
  width: 39px !important;
  height: 39px !important;
}

a.at-svc-google_plusone_share {
  background-image: url("../images/structure/share-icons.svg") !important;
  background-repeat: no-repeat;
  background-position: -390px 0px !important;
  width: 39px !important;
  height: 39px !important;
}

a.at-svc-email {
  background-image: url("../images/structure/share-icons.svg") !important;
  background-repeat: no-repeat;
  background-position: -585px 0px !important;
  width: 39px !important;
  height: 39px !important;
}

a.at-svc-compact {
  background-image: url("../images/structure/share-icons.svg") !important;
  background-repeat: no-repeat;
  background-position: -663px 0px !important;
  width: 39px !important;
  height: 39px !important;
}

.at4-icon.aticon-facebook, .at4-icon.aticon-twitter, .at4-icon.aticon-linkedin,
.at4-icon.aticon-google_plusone_share, .at4-icon.aticon-email, .at4-icon.aticon-compact {
  background: none !important;
}

.shadow {
  text-shadow: 2px 2px 0px black;
}

.news-page {
  /* SLIDER BEGIN*/
  /* SLIDER END*/
}

.news-page .slick-slider, .news-page .single-image {
  margin: 2rem 0;
}

.news-page .slick-slider img {
  display: block;
}

.news-page .slick-slider .caption {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  left: 0;
  right: 0;
  font: 15px/1.5 "Akkurat Pro Regular", Arial, sans-serif;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
}

.news-page .slick-slider .caption .header {
  text-transform: uppercase;
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
}

.news-page .slick-slider .slick-slide {
  position: relative;
}

.news-page button.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 45%;
  width: 30px;
  height: 30px;
  font-size: 0;
}

.news-page button.slick-arrow:before {
  display: none;
}

.news-page button.slick-prev.slick-arrow {
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-purple-white.svg") no-repeat;
  transform: rotate(180deg);
  left: 10px;
  right: auto;
}

.news-page button.slick-next.slick-arrow {
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-purple-white.svg") no-repeat;
  transform: initial;
  right: 10px;
  left: auto;
}

@media screen and (max-width: 1145px) {
  .news-page #page {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 921px) {
  .news-page #page {
    padding-right: 250px;
  }
  .news-page #page ul#breadcrumbs {
    margin-right: -250px;
  }
  .news-page #page #main-content {
    width: 100%;
    float: left;
    padding-right: 35px;
  }
  .news-page #page aside {
    float: right;
    margin-right: -250px;
    width: 250px;
  }
  .news-page #page .related-links li {
    display: block;
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 920px) {
  .news-page #page #main-content {
    width: 72%;
    float: left;
    padding-right: 35px;
  }
  .news-page #page aside {
    float: left;
    margin-right: 0;
    width: 28%;
  }
  .news-page #page .related-links li {
    display: block;
    margin-bottom: 1rem;
  }
  .news-page #page .rspnsv-wrap {
    float: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .news-page ul#breadcrumbs {
    margin-right: 0;
  }
  .news-page #page .article-headline {
    font-size: 40px;
  }
  .news-page #page .article-subhead {
    font-size: 24px;
  }
  .news-page #page h3 {
    font-size: 24px;
  }
  .news-page #page h4 {
    font-size: 20px;
  }
  .news-page #page #sidebar .related-links li {
    display: block;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .news-page #page #sidebar .callout-no-bg {
    float: left;
    margin-bottom: 2rem;
    width: 48%;
  }
  .news-page #page #sidebar {
    background: #f0f0f0;
    padding: 2rem;
    margin: 0 -1rem 0;
  }
  .news-page #page #sidebar .related-header {
    border-bottom: 2px solid #e2e2e2;
  }
  .news-page #page #sidebar .related-links li {
    padding-right: 4rem;
  }
  .news-page #page #sidebar .feature {
    background: white;
  }
  .news-page #page #sidebar .callout, .news-page #page #sidebar .callout + .related-links {
    float: left;
    margin-right: 4%;
    width: 48%;
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .news-page #page #sidebar > div:nth-child(odd) {
    margin-right: 0;
  }
  .news-page #page #sidebar > div:nth-child(even) {
    clear: left;
  }
}

@media screen and (max-width: 600px) {
  .news-page #page #sidebar .callout-no-bg {
    width: 100%;
    margin-bottom: 0;
  }
  .news-page #page #sidebar .callout, .news-page #page #sidebar .callout + .related-links {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .article-headline {
    font-size: 32px;
  }
  .article-subhead {
    font-size: 20px;
  }
  .news-page h3 {
    font-size: 20px;
  }
  .news-page h4 {
    font-size: 16px;
  }
  #sidebar .related-links li {
    padding-right: 0px;
  }
  .article-byline-container {
    font-size: 14px;
  }
  .article-byline {
    display: block;
    float: none;
    margin: 0.5rem 0 0;
  }
}

/*NEWS INDEX*/
/* news_tags changes in css*/
@font-face {
  font-family: "Periodico Bold Italic";
  src: url("https://common.northwestern.edu/v8/css/fonts/PeriodicoBoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.news-page #page h1 {
  font-size: 50px;
  margin-bottom: 18px;
  color: #4e2a84;
}

.news-page #page .single-image > div {
  position: relative;
}

.news-page #page .slick-slider.news-slider .caption, .news-page #page .single-image .caption {
  position: absolute;
  padding: 16px 60px;
  bottom: 30%;
  font: 36px/1.1 "Poppins Bold", "Arial Black", sans-serif;
  background: none;
  color: #fff;
  cursor: pointer;
  text-align: center;
  left: 0;
  right: 0;
}

.news-page #page .slick-slider.news-slider .caption:hover, .news-page #page .single-image .caption:hover {
  text-decoration: none;
}

.news-page #page .news-slider .button, .news-page #page .single-image .button {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 170px;
}

.news-page #page .slide-gradient {
  position: absolute;
}

.news-page #page .article {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.news-page #page .article .thumb {
  float: left;
}

.news-page #page .article h2 a {
  font: 24px/1.5 "Akkurat Pro Bold", "Arial Black", sans-serif;
  display: inline-block;
}

.news-page #page .article div {
  margin-left: 166px;
}

.news-page #page .article div p {
  margin-top: 0;
}

.news-page #page .article div .date {
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  text-transform: uppercase;
}

.news-page #page .article div .category {
  font-size: 16px;
  color: #716c6b;
}

.news-page #page .article div .category span {
  font-family: "Periodico Bold Italic","Arial",sans-serif;
}

.news-page #page .paginator .pagination-wrapper.bottom {
  border-bottom: none;
}

.news-page #page span.event-date {
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  display: block;
  margin-bottom: 4px;
}

.news-page #page .event-list a {
  display: block;
  line-height: 20px;
  margin-bottom: 4px;
}

.news-page #page .event-list li {
  margin-bottom: 2rem;
}

.news-page #page .event-list li:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .news-page #page .slick-slider.news-slider .caption, .news-page #page .single-image .caption {
    position: relative;
    font: 24px/1.25 "Akkurat Pro Bold", "Arial Black", sans-serif;
    color: #4e2a84;
    text-align: left;
    margin-right: 200px;
    display: block;
    text-shadow: none;
    padding: 0;
  }
  .news-page #page .slide-gradient {
    display: none;
  }
  .news-page #page .news-slider .button, .news-page #page .single-image .button {
    left: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  .news-page #page .slick-slide div, .news-page #page .single-image > div > div {
    position: relative;
    background: #e2e2e2;
    padding: 25px 20px;
    min-height: 80px;
  }
}

@media screen and (max-width: 480px) {
  .news-page #page .slick-slider.news-slider .caption, .news-page #page .single-image .caption {
    margin-right: 0;
  }
  .news-page #page .slider .caption {
    position: relative;
    background: #f0f0f0;
    color: #342f2e;
    display: block;
  }
  .news-page #page button.slick-arrow {
    top: 30%;
  }
  .news-page #page .in-page-callout-right, .news-page #page .in-page-callout-left {
    float: none;
    margin: 0;
  }
  .news-page #page div + .in-page-callout-right, .news-page #page div + .in-page-callout-left {
    margin-top: 0;
  }
  .news-page #page .news-slider .button, .news-page #page .single-image .button {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 20px;
    transform: none;
  }
  .news-page #page .slick-slide div, .news-page #page .single-image > div > div {
    padding-left: 16px;
  }
  .news-page #page .article .thumb {
    max-width: 100px;
  }
  .news-page #page .article h2 {
    font-size: 18px;
  }
  .news-page #page .article div {
    margin-left: 120px;
  }
}

.profile main {
  position: relative;
}

.profile main:after {
  content: "";
  display: block;
  clear: left;
}

.profile h2 {
  font-size: 50px;
  margin-bottom: 2rem;
  color: #4e2a84;
  font-family: "Poppins Light", Arial, sans-serif;
  line-height: 1.1;
}

.profile h2 .title {
  display: block;
  font-size: 22px;
  line-height: 1.33;
  color: #524c4b;
  font-family: "Akkurat Pro Regular", Arial, sans-serif;
}

.profile h2 .title:first-of-type {
  margin-top: .5rem;
}

.profile .back-to-dept {
  background: #005295;
  padding: 3px 10px 0 16px;
  text-transform: uppercase;
  float: right;
  height: 32px;
  margin-bottom: 3rem;
  margin-top: 8px;
  position: relative;
}

.profile .back-to-dept.bttm-back {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}

.profile .back-to-dept a {
  color: #fff;
}

.profile .back-to-dept a:after {
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-right-white.svg") no-repeat 50%/6px 10px;
  padding-left: 1rem;
  content: " ";
  height: 16px;
  width: 16px;
}

.profile .back-to-dept a:hover {
  text-decoration: none;
}

.profile .photo {
  display: block;
}

.profile .info-box {
  width: 265px;
  background: #f0f0f0;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

.profile .info-box h4 {
  color: #342f2e;
  font-size: 24px;
}

.profile .info-box div {
  padding: 20px;
}

.profile .info-box .phone {
  display: block;
}

.profile .info-box ul {
  padding-left: 0;
  text-transform: uppercase;
}

.profile .info-box ul li {
  margin-bottom: 15px;
  line-height: 22px;
  list-style: none;
  position: relative;
  background: none;
  padding: 0;
}

.profile .info-box ul li:before {
  display: none;
}

.profile .info-box .icon-twitter, .profile .info-box .icon-facebook, .profile .info-box .icon-linkedin, .profile .info-box .icon-google {
  content: '';
  background-image: url("../images/structure/share-icons.svg");
  display: inline-block;
  width: 39px;
  height: 39px;
  font-size: 0;
  margin-right: 10px;
}

.profile .info-box .icon-twitter {
  background-position: -39px 0px;
}

.profile .info-box .icon-linkedin {
  background-position: -351px 0px;
}

.profile .details {
  margin-left: 300px;
}

.profile .logo {
  max-width: 196px;
  max-height: 98px;
}

@media screen and (max-width: 768px) {
  .profile .info-box {
    width: 216px;
  }
  .profile .details {
    margin-left: 236px;
  }
  .profile .logo {
    float: none;
    margin: 20px 0;
  }
  .profile main h2 {
    font-size: 40px;
    margin-bottom: 14px;
  }
  .profile .back-to-dept {
    float: none;
    display: inline-block;
    margin-bottom: 2rem;
  }
  .profile .back-to-dept.bttm-back {
    bottom: -2rem;
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 600px) {
  .profile .info-box {
    float: none;
    width: 265px;
  }
  .profile .details {
    margin-left: 0;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .profile main h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .profile .details h3 {
    font-size: 28px;
  }
  .profile .details h4 {
    font-size: 24px;
  }
}

#event-calendar .chevron {
  font-size: 0;
  height: 9px;
  width: 16px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

#event-calendar .chevron:before, #event-calendar .chevron:after {
  content: "";
  border: 9px solid transparent;
  margin-left: -1px;
  display: block;
  position: absolute;
  left: 0;
}

#event-calendar .event.closed .header .chevron:before,
#event-calendar .simplecover-toggle.expand .chevron:before {
  border-top-color: #4e2a84;
  top: 0;
}

#event-calendar .event.closed .header .chevron:after,
#event-calendar .simplecover-toggle.expand .chevron:after {
  border-top-color: #f0f0f0;
  top: -3px;
}

#event-calendar .event.opened .header .chevron:before,
#event-calendar .simplecover-toggle.collapse .chevron:before {
  border-bottom-color: #4e2a84;
  bottom: 0;
}

#event-calendar .event.opened .header .chevron:after,
#event-calendar .simplecover-toggle.collapse .chevron:after {
  border-bottom-color: #f0f0f0;
  bottom: -3px;
}

#event-calendar #specific-event-container {
  margin-bottom: 33px;
}

@media (max-width: 480px) {
  #event-calendar #specific-event-container {
    margin-bottom: 25.5px;
  }
}

#event-calendar .event {
  background-color: #f0f0f0;
  margin-bottom: 22px;
}

#event-calendar .event:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  #event-calendar .event {
    margin-bottom: 17px;
  }
}

#event-calendar .event .header {
  cursor: pointer;
  width: 100%;
  min-height: 132px;
  display: table;
  position: relative;
}

#event-calendar .event .header .date, #event-calendar .event .header .summary {
  display: table-cell;
}

#event-calendar .event .header .date {
  background-color: #4e2a84;
  font-family: "Poppins Bold", "Arial Black", sans-serif;
  text-align: center;
  width: 132px;
  min-width: 132px;
  max-width: 132px;
  border-bottom: 3px solid #401f68;
  vertical-align: middle;
}

#event-calendar .event .header .date .month, #event-calendar .event .header .date .day {
  color: #fff;
  line-height: 1em;
}

#event-calendar .event .header .date .month {
  font-size: 18px;
  text-transform: uppercase;
}

#event-calendar .event .header .date .day {
  font-size: 50px;
  padding-top: 7px;
}

#event-calendar .event .header .summary {
  padding: 22px 20px;
  padding-right: 58px;
  border-bottom: 3px solid #ccc;
  word-break: break-word;
}

#event-calendar .event .header .summary .tag {
  background-color: #836eaa;
  line-height: 20px;
  padding: 14px;
  margin-bottom: 18px;
  display: inline-block;
}

#event-calendar .event .header .summary .tag p {
  color: #fff;
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
}

#event-calendar .event .header .summary h2 {
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  font-size: 24px;
  line-height: 1.25em;
  margin: 0;
}

#event-calendar .event .header .summary p {
  margin: 0;
}

#event-calendar .event .header .summary p.info {
  margin-top: -0.1em;
}

#event-calendar .event .header .summary .info-time::before, #event-calendar .event .header .summary .info-location::before {
  content: "";
  background-image: url("");
  background-repeat: no-repeat;
  opacity: 1;
  line-height: 21px;
  height: 21px;
  padding-right: 0;
  margin-right: 5px;
  display: inline-block;
}

#event-calendar .event .header .summary .info-time::before {
  background-position: -78px -8px;
  width: 19px;
  vertical-align: middle;
}

#event-calendar .event .header .summary .info-location::before {
  background-position: -43px -8px;
  width: 17px;
  vertical-align: middle;
}

#event-calendar .event .header .summary .info-separator {
  margin: 0 5px;
  display: none;
}

@media (max-width: 480px) {
  #event-calendar .event .header .summary .info-description {
    display: none;
  }
  #event-calendar .event .header .summary .info-time::before, #event-calendar .event .header .summary .info-location::before {
    content: none;
  }
  #event-calendar .event .header .summary .info-time, #event-calendar .event .header .summary .info-separator, #event-calendar .event .header .summary .info-location {
    display: inline;
  }
}

#event-calendar .event .header .chevron {
  margin-top: -4.5px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
}

@media (max-width: 768px) {
  #event-calendar .event .header .summary h2 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #event-calendar .event .header {
    min-height: 100px;
  }
  #event-calendar .event .header .chevron {
    right: 16px;
  }
  #event-calendar .event .header .date {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
  #event-calendar .event .header .summary {
    padding: 17px 16px;
    padding-right: 50px;
  }
  #event-calendar .event .header .summary h2 {
    font-size: 18px;
  }
}

#event-calendar .event.closed .body {
  height: 0;
}

#event-calendar .event.open .body {
  height: auto;
}

#event-calendar .event .body {
  overflow-y: hidden;
  position: relative;
}

#event-calendar .event .body .section {
  width: 100%;
  display: table;
}

#event-calendar .event .body .section .section-label, #event-calendar .event .body .section .section-body {
  display: table-cell;
  vertical-align: top;
}

#event-calendar .event .body .section .section-label {
  color: #b6acd1;
  background-color: #4e2a84;
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  text-align: right;
  text-transform: uppercase;
  width: 132px;
  max-width: 132px;
  padding: 22px 28px 22px 20px;
  border-bottom: 1px solid #b6acd1;
}

#event-calendar .event .body .section .section-label p {
  margin: 0;
}

@media (max-width: 480px) {
  #event-calendar .event .body .section .section-label {
    width: 100px;
    max-width: 100px;
    padding: 17px 28px 17px 20px;
  }
}

#event-calendar .event .body .section .section-body {
  padding: 22px 20px;
  border-bottom: 1px solid #d8d6d6;
}

#event-calendar .event .body .section .section-body:after {
  content: "";
  display: table;
  clear: both;
}

#event-calendar .event .body .section .section-body .location {
  margin-right: 5px;
}

#event-calendar .event .body .section .section-body .location-url {
  text-transform: uppercase;
}

#event-calendar .event .body .section .section-body .thumbnail {
  width: 110px !important;
  height: 110px;
  margin: 0 0 20px 20px;
  float: right;
}

#event-calendar .event .body .section .section-body .thumbnail .caption {
  display: none;
}

#event-calendar .event .body .section .section-body .share-icon {
  margin: 0 10px 10px 0;
}

#event-calendar .event .body .section .section-body .share-icon, #event-calendar .event .body .section .section-body .share-icon span {
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 39px;
}

#event-calendar .event .body .section .section-body .share-icon span {
  background-image: url("");
}

#event-calendar .event .body .section .section-body .share-icon.facebook span {
  background-position: 0px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.twitter span {
  background-position: -39px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.instagram span {
  background-position: -78px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.rss span {
  background-position: -117px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.youtube span {
  background-position: -156px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.tumblr span {
  background-position: -195px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.wordpress span {
  background-position: -234px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.futurity span {
  background-position: -273px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.vine span {
  background-position: -312px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.linkedin span {
  background-position: -351px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.google-plus span {
  background-position: -390px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.google-group span {
  background-position: -429px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.blog span {
  background-position: -468px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.github span {
  background-position: -507px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.vimeo span {
  background-position: -546px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.email span {
  background-position: -585px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.print span {
  background-position: -624px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.extra span {
  background-position: -663px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.outlook span {
  background-position: -702px 0px;
}

#event-calendar .event .body .section .section-body .share-icon.gmail span {
  background-position: -741px 0px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.facebook span {
  background-position: 0px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.twitter span {
  background-position: -39px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.instagram span {
  background-position: -78px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.rss span {
  background-position: -117px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.youtube span {
  background-position: -156px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.tumblr span {
  background-position: -195px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.wordpress span {
  background-position: -234px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.futurity span {
  background-position: -273px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.vine span {
  background-position: -312px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.linkedin span {
  background-position: -351px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.google-plus span {
  background-position: -390px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.google-group span {
  background-position: -429px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.blog span {
  background-position: -468px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.github span {
  background-position: -507px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.vimeo span {
  background-position: -546px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.email span {
  background-position: -585px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.print span {
  background-position: -624px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.extra span {
  background-position: -663px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.outlook span {
  background-position: -702px -39px;
}

#event-calendar .event .body .section .section-body .share-icon:hover.gmail span {
  background-position: -741px -39px;
}

#event-calendar .event .body .section.section-add-to-calendar .section-body, #event-calendar .event .body .section.section-share .section-body {
  padding-bottom: 12px;
}

#event-calendar .event .body .section:last-child .section-label, #event-calendar .event .body .section:last-child .section-body {
  border-bottom: none;
}

#event-calendar .event .body .section:not(.section-details) .section-body p {
  margin: 0;
}

#event-calendar .event .body .section.section-details .section-body .simplecover-body > *:nth-child(2) {
  margin-top: 0;
}

#event-calendar .event .body .section.section-details .section-body .simplecover-body > *:last-child {
  margin-bottom: 0;
}

#event-calendar .event .body .section.section-details .section-body .simplecover-container {
  position: relative;
}

#event-calendar .event .body .section.section-details .section-body .simplecover-container.uncovered .simplecover-toggle {
  display: none !important;
}

#event-calendar .event .body .section.section-details .section-body .simplecover-body-wrapper {
  min-height: 11.25rem;
  padding-bottom: 15px;
  box-sizing: content-box;
  overflow: hidden;
}

#event-calendar .event .body .section.section-details .section-body .simplecover-container.uncovered .simplecover-body-wrapper {
  min-height: 5rem;
  height: auto !important;
  padding: 0;
}

#event-calendar .event .body .section.section-details .section-body .simplecover-toggle {
  text-transform: uppercase;
  display: inline-block;
}

#event-calendar .event .body .section.section-details .section-body .simplecover-toggle .chevron {
  margin-right: 8px;
}

#event-calendar .event .body .section.section-details .section-body .simplecover-toggle.expand::after,
#event-calendar .event .body .section.section-details .section-body .simplecover-toggle.collapse::after {
  content: "";
  background: -moz-linear-gradient(top, rgba(240, 240, 240, 0) 0%, #f0f0f0 64%, #f0f0f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 240, 240, 0)), color-stop(64%, #f0f0f0), color-stop(100%, #f0f0f0));
  background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0) 0%, #f0f0f0 64%, #f0f0f0 100%);
  background: -o-linear-gradient(top, rgba(240, 240, 240, 0) 0%, #f0f0f0 64%, #f0f0f0 100%);
  background: -ms-linear-gradient(top, rgba(240, 240, 240, 0) 0%, #f0f0f0 64%, #f0f0f0 100%);
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, #f0f0f0 64%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#f0f0f0',GradientType=0 );
  height: 15px;
  display: block;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}

#event-calendar .event .body .section.section-details .section-body .simplecover-toggle.expand::after {
  height: 46px;
}

@media (max-width: 480px) {
  #event-calendar .event .body {
    padding: 0 16px;
  }
  #event-calendar .event .body .section {
    padding: 17px 0;
    border-bottom: 1px solid #d8d6d6;
    display: block;
  }
  #event-calendar .event .body .section.section-add-to-calendar, #event-calendar .event .body .section.section-share {
    padding-bottom: 7px;
  }
  #event-calendar .event .body .section:last-child {
    border-bottom: none;
  }
  #event-calendar .event .body .section .section-label, #event-calendar .event .body .section .section-body {
    display: block;
    padding: 0 !important;
    border-bottom: none;
  }
  #event-calendar .event .body .section .section-label {
    color: #342f2e;
    background-color: transparent;
    text-align: left;
    width: auto;
    max-width: none;
  }
  #event-calendar .event .body .section .section-body .thumbnail {
    margin: 0 0 16px 16px;
  }
}

.paginator .item-count {
  float: right;
  font-size: 16px;
}

.paginator .pagination.inactive {
  display: none;
}

.paginator .page-container {
  position: relative;
}

.paginator .page.inactive {
  height: 0;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: -99999;
}

.paginator .pagination-wrapper p {
  margin: 0;
}

.paginator .pagination-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.paginator .pagination-wrapper.top, .paginator .pagination-wrapper.bottom {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d6d6;
  margin-bottom: 30px;
}

.paginator .pagination-wrapper.bottom {
  margin-top: 30px;
}

.paginator .pagination, .paginator .item-count {
  line-height: 20px;
}

.paginator .pagination .text {
  font-size: 20px;
  margin: 0 4px;
}

.paginator .pagination .numbered-page {
  color: #4e2a84;
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
}

.paginator .pagination .navigation, .paginator .pagination .text {
  vertical-align: middle;
  display: inline-block;
}

.paginator .pagination .navigation {
  padding: 4px;
}

.paginator .pagination .navigation .background {
  font-size: 0;
  height: 12px;
  width: 7px;
  position: relative;
  display: block;
  overflow: hidden;
}

.paginator .pagination .navigation .background:before, .paginator .pagination .navigation .background:after {
  content: "";
  border: 7px solid transparent;
  margin-top: -1px;
  display: block;
  position: absolute;
  top: 0;
}

.paginator .pagination .navigation.left {
  margin-right: 7px;
}

.paginator .pagination .navigation.left .background:before {
  border-right-color: #4e2a84;
  right: 0;
}

.paginator .pagination .navigation.left .background:after {
  border-right-color: #fff;
  right: -2px;
}

.paginator .pagination .navigation.right {
  margin-left: 7px;
}

.paginator .pagination .navigation.right .background:before {
  border-left-color: #4e2a84;
  left: 0;
}

.paginator .pagination .navigation.right .background:after {
  border-left-color: #fff;
  left: -2px;
}

.project-page {
  /*typography*/
}

.project-page .contain-780,
.project-page .contain-900,
.project-page .contain-970,
.project-page .contain-1200,
.project-page .contain-1320 {
  margin: 0 auto;
  box-sizing: content-box;
}

.project-page .contain-780 {
  max-width: 780px;
}

.project-page .contain-900 {
  max-width: 900px;
}

.project-page .contain-970 {
  max-width: 970px;
}

.project-page .contain-1200 {
  max-width: 1200px;
}

.project-page .contain-1320 {
  max-width: 1320px;
}

.project-page .hide-label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.project-page .group:after {
  content: "";
  display: table;
  clear: both;
}

.project-page hr {
  color: #bdbdbd;
  background-color: #bdbdbd;
  border: none;
  height: 1px;
  margin: 35px 0;
}

.project-page hr + p {
  padding-top: 5px;
}

.project-page .rspnsv-wrap {
  max-width: 100%;
}

.project-page .caption {
  border-bottom: 1px solid #c5c5c5;
  line-height: 24px;
  padding: 10px 10px 15px;
  color: #666;
  font-size: 15px;
  background: none;
}

.project-page .caption span {
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 1140px) {
  .project-page #main-content .contain-1120 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .project-page .hide-mobile, .project-page a.screen-reader-shortcut {
    display: none;
  }
}

.project-page h2, .project-page h3, .project-page h4 {
  color: #4e2a84;
}

.project-page h2 {
  font: 48px/48px "Poppins Extra Light", Arial, sans-serif;
  margin-bottom: 30px;
}

.project-page h3 {
  font: 26px/32px "Poppins Extra Bold", "Arial Black", sans-serif;
  margin-bottom: 10px;
  margin-top: 40px;
}

.project-page h4 {
  font: 26px/32px "Poppins Light", Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: 30px;
}

.project-page .graphic img {
  display: block;
  margin: 0 auto;
}

.project-page .graphic {
  padding: 50px 0px;
}

.project-page section.intro {
  padding-top: 40px;
}

.project-page section.intro {
  color: #4e2a84;
  text-align: center;
}

.project-page .intro a {
  color: #4e2a84;
}

.project-page .question {
  font: 24px/32px "Akkurat Pro Bold", "Arial Black", sans-serif;
  display: block;
}

.project-page .action-intro {
  font: 20px/28px "Akkurat Pro Regular", Arial, sans-serif;
  color: #836eaa;
  display: block;
}

.project-page .sponsor2 {
  text-decoration: none;
  border-bottom: 1px dotted #b6acd1;
}

.project-page a.sponsor2:hover {
  border-bottom: 1px solid #4E2A84;
}

.project-page .sponsor1, .project-page .sponsor2 {
  font: 13px/2.5 "Akkurat Pro Regular", Arial, sans-serif;
  text-transform: uppercase;
}

.project-page .sponsor2 {
  font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
}

@media screen and (max-width: 650px) {
  .project-page {
    /*hero styles*/
  }
  .project-page .graphic {
    padding: 20px 15px;
  }
  .project-page section.intro {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .project-page .intro p {
    padding: 0 15px;
  }
  .project-page .hero-image {
    height: 295px;
  }
}

@media screen and (max-width: 600px) {
  .project-page .hero-image {
    height: 195px;
  }
}

/* SLIDER BEGIN*/
.project-page .feature .slider {
  margin: 0;
}

.project-page .slick-slider img {
  display: block;
}

.project-page .slick-slider .slick-slide {
  position: relative;
}

.project-page button.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 45%;
  width: 18px;
  height: 34px;
  font-size: 0;
  cursor: pointer;
}

.project-page button.slick-prev.slick-arrow {
  background: url("../images/structure/slider-arrow-left.svg") no-repeat;
  left: 10px;
  right: auto;
}

.project-page button.slick-next.slick-arrow {
  background: url("../images/structure/slider-arrow-right.svg") no-repeat;
  right: 10px;
  left: auto;
}

.project-page .slick-next:before, .project-page .slick-prev:before {
  display: none !important;
}

.project-page #main-content .feature .caption {
  padding: 20px 10px 15px;
  right: 0;
  background: none;
  position: relative;
  height: auto;
}

/* SLIDER END*/
/*main section styles*/
.project-page #main-content section {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  display: flex;
  padding: 35px 0;
  margin: 35px 0;
  clear: both;
}

.project-page #main-content section div {
  width: 65%;
  box-sizing: border-box;
  padding-right: 50px;
}

.project-page aside {
  width: 35%;
}

.project-page #main-content aside ul {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .project-page #main-content section {
    display: block;
  }
  .project-page #main-content section div {
    width: 100%;
    padding-right: 0;
  }
  .project-page aside {
    width: 100%;
  }
}

.project-page .contain-1320 {
  border-top: 1px solid #fff;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 50px 35px 0;
}

.project-page h2 {
  font: 48px/56px "Poppins Extra Light", Arial, sans-serif;
  margin-bottom: 30px;
}

.project-page .subtitle {
  font: 22px/30px "Akkurat Pro Bold", "Arial Black", sans-serif;
  margin-top: 20px;
}

.project-page .addthisBox {
  padding: 11px 15px 9px;
  border: 1px solid #666;
  font-size: 15px;
  text-transform: uppercase;
  width: 376px;
  color: #666;
  margin-bottom: 35px;
  position: relative;
}

.project-page .addthisBox span {
  padding-top: 3px;
  vertical-align: middle;
}

.project-page #main-content .addthisBox a {
  display: inline-block;
  border-bottom: none;
  margin-left: 20px;
  margin-bottom: 0;
}

.project-page .addthis_toolbox {
  position: absolute;
  top: 11px;
  right: 15px;
}

.project-page h4 {
  font: 22px/32px "Poppins Extra Light", Arial, sans-serif;
  margin-bottom: 10px;
}

.project-page .feature {
  margin: 0 -7.69%;
  max-width: 115.385%;
}

.project-page .feature {
  margin-bottom: 50px;
  margin-top: 40px;
}

.project-page .image_floatRight {
  margin: 0 -135px 55px 55px;
  float: right;
}

.project-page #main-content a.callout {
  display: block;
  background-color: #e4e0ee;
  color: #4e2a84;
  float: right;
  margin: 5px -135px 30px 30px;
  width: 300px;
  padding: 20px;
  border-bottom: 0;
  position: relative;
}

.project-page .linked-image .caption {
  color: #4e2a84;
  position: relative;
}

.project-page .linked-image .caption:after, .project-page .callout:after {
  margin-left: 7px;
  margin-top: 8px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  background: url("../images/structure/arrow-right-purple.svg") no-repeat;
  background-size: cover;
}

.project-page .detail-section {
  margin-top: 50px;
}

.project-page .detail-section .item:after {
  content: "";
  background-image: url("../images/structure/team-arrow.svg");
  display: inline-block;
  width: 12px;
  height: 10px;
  margin: 0 5px;
}

.project-page blockquote, .project-page q {
  quotes: none;
}

.project-page q:before, .project-page q:after {
  content: "";
  content: none;
}

.project-page .blockquote {
  font: 24px/36px "Poppins Bold", "Arial Black", sans-serif;
  color: #4e2a84;
  padding-bottom: 25px;
  margin: 10px -60px 20px -60px;
  text-align: center;
  border-bottom: none;
}

.project-page .blockquote:before {
  content: "";
  background: url("../images/structure/quote-icon-purple.svg") no-repeat;
  width: 38px;
  height: 44px;
  display: block;
  margin: 40px auto 35px;
}

.project-page .blockquote .author, .project-page .blockquote .association {
  font: 14px/1.1 "Akkurat Pro Regular", Arial, sans-serif;
  display: inline;
}

.project-page .blockquote .association {
  text-transform: capitalize;
}

.project-page .blockquote .author:before {
  content: "\2014";
}

.project-page .blockquote span:first-child {
  display: block;
}

.project-page .blockquote:after {
  content: "";
  display: block;
  margin: 30px auto 0 auto;
  max-width: 780px;
  border-bottom: 1px solid #4e2a84;
}

@media screen and (min-width: 900px) and (max-width: 1100px) {
  .project-page .image_floatRight, #main-content a.callout {
    margin-right: calc(-67.5vw + 607.5px);
  }
}

@media screen and (max-width: 900px) {
  .project-page .feature {
    margin: 0;
    max-width: 100%;
  }
  .project-page button.slick-next.slick-arrow, .project-page button.slick-prev.slick-arrow {
    top: calc(23vw);
  }
  .project-page .image_floatRight, .project-page #main-content a.callout {
    margin-right: 0;
  }
  .project-page .blockquote {
    margin: 10px 0px 20px 0px;
  }
}

@media screen and (max-width: 700px) {
  .project-page .image_floatRight {
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .project-page #main-content a.callout {
    width: 215px;
  }
}

@media screen and (max-width: 400px) {
  .project-page .contain-1320 {
    border-top: none;
    padding-top: 0;
  }
  .project-page #list {
    display: none;
  }
  .project-page .view-all {
    display: block;
  }
  .project-page .addthisBox {
    padding: 11px 12px 7px;
    width: 300px;
    font-size: 13px;
  }
  .project-page #main-content .addthisBox a {
    margin-left: 12px;
    max-width: 23px;
  }
  .project-page #main-content a.callout {
    margin-left: 0;
    float: none;
  }
}

.project-listing .jump-menu p {
  font-size: 30px;
  color: #716c6b;
  margin: 30px 0;
}

.project-listing .jump-menu ul {
  margin: 0 0 50px 0;
  padding-left: 0;
}

.project-listing .jump-menu ul li {
  list-style: none outside none;
  background: url("https://common.northwestern.edu/v8/css/images/icons/arrow-down-dkpurple.svg") 0px 6px/12px 12px no-repeat;
  padding-left: 1.25em;
}

.project-listing .jump-menu ul li:last-child {
  padding-bottom: 0;
}

.project-listing .content h3 {
  font-family: "Poppins Bold", "Arial Black", sans-serif;
  font-size: 40px;
  text-align: left;
}

.project-listing .content h3:before, .project-listing .content h3:after {
  display: none;
}

.project-listing .content section.jump-menu {
  border-bottom: 5px solid #4e2a84;
}

.project-listing .content section.intro {
  margin-bottom: 0;
}

.project-listing .content section.intro:after {
  content: "";
  display: block;
  height: 1px;
  background: #f0f0f0;
  margin-top: 50px;
}

.project-listing .content section.project-group {
  padding-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #f0f0f0;
}

.project-listing .content section.project-group .projects {
  margin-top: 40px;
  margin-bottom: 40px;
}

.project-listing .content section.project-group .projects .swiper-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.project-listing .content section.project-group .projects .project {
  margin-bottom: 0;
  height: auto;
  display: -webkit-box;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.project-listing .content section.project-group .projects .project .rollover-tile-content {
  height: auto;
}

.project-listing .content section.intro + .project-group, .project-listing .content section.program-intro + .project-group, .project-listing .content .project-group.left-nav {
  border-top: none;
}

.project-listing .content section.program-intro {
  margin-bottom: 50px;
}

.project-listing .content section.project-grid {
  padding: 0;
}

.project-listing .content section.project-grid .projects {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: none;
  padding: 0;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.project-listing .content section.project-grid .projects .project {
  width: 31.25%;
  float: left;
  background: #f0f0f0;
  margin-left: 3.125%;
  margin-bottom: 35px;
  position: relative;
}

.project-listing .content section.project-grid .projects .project:nth-child(3n+1) {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .project-listing .content section.project-grid .projects .project {
    width: 47.56098%;
    margin-left: 4.74255%;
  }
  .project-listing .content section.project-grid .projects .project:nth-child(3n+1) {
    margin-left: 4.74255%;
  }
  .project-listing .content section.project-grid .projects .project:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .project-listing .content section.project-grid .projects .project {
    width: 78%;
    margin: 0 auto 35px auto;
  }
  .project-listing .content section.project-grid .projects .project:nth-child(3n+1) {
    margin-left: auto;
  }
  .project-listing .content section.project-grid .projects .project:nth-child(2n+1) {
    margin-left: auto;
  }
}

@media screen and (max-width: 930px) and (min-width: 769px) {
  .project-listing .content section.project-grid.left-nav .projects .project {
    width: 47.31343%;
    margin-left: 5.22388%;
  }
  .project-listing .content section.project-grid.left-nav .projects .project:nth-child(3n+1) {
    margin-left: 5.22388%;
  }
  .project-listing .content section.project-grid.left-nav .projects .project:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .project-listing .content h2 {
    font-size: 32px;
  }
  .project-listing .content h3 {
    font-size: 28px;
  }
  .project-listing .content section:last-of-type {
    margin-bottom: 0 !important;
  }
  .project-listing .content section.project-grid .projects {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .project-listing .jump-menu p {
    font-size: 24px;
  }
}

.people-listing .sorting .field {
  display: inline-block;
  width: 25%;
  margin-right: 15px;
}

.people-listing .sorting .field select {
  padding: 0.3em 1.5em 0.2em .5em;
  margin-top: .5rem;
  font: 21px/1.5em "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #716c6b;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff url("https://common.northwestern.edu/v8/css/images/icons/arrow-down-dkgrey.svg") top 50% right 0.5rem/17px 10px no-repeat;
  width: 100%;
  height: 43px;
}

.people-listing .sorting .field select::-ms-expand {
  display: none;
}

.people-listing .sorting .field #name-search {
  padding: 0.3em 1.5em 0.2em .5em;
  margin-top: .5rem;
  font: 21px/1.5em "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #716c6b;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff url("../images/structure/icons/search-icon.svg") top 50% right 0.5rem/15px 15px no-repeat;
  width: 100%;
  height: 43px;
}

.people-listing .sorting .search {
  padding-left: 17px;
  border-left: 1px solid #d8d6d6;
  width: 23.21429%;
}

.people-listing .sorting .clear-filters {
  font: 21px/1.5em "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #4e2a84;
  display: inline-block;
  padding: .3em 0 .2em 0;
  cursor: pointer;
}

.people-listing .screen-reader-text, .people-listing #results {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.people-listing .gutter {
  width: 6.25%;
}

.people-listing .person {
  margin-bottom: 50px;
  width: 14.73214%;
  text-align: center;
}

.people-listing .person img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #d8d6d6;
  margin-bottom: 30px;
}

.people-listing .person h3 {
  font: 21px/1em "Akkurat Pro Bold", "Arial Black", sans-serif;
  margin-bottom: .3rem;
}

.people-listing .person h3:before, .people-listing .person h3:after {
  content: none;
}

.people-listing .person p {
  margin-top: .3rem;
  margin-bottom: .5rem;
}

.people-listing .person .email {
  background: #fff;
  border: 1px solid #4e2a84;
  padding: 5px 10px;
  display: inline-block;
  line-height: 1.2em;
  margin-top: 1rem;
}

.people-listing .person .email:hover {
  background: #e4e0ee;
  text-decoration: none;
}

@media screen and (max-width: 920px) {
  .people-listing .gutter {
    width: 7.86517%;
  }
  .people-listing .person {
    width: 18.53933%;
  }
}

@media screen and (max-width: 768px) {
  .people-listing .sorting .field {
    width: 48%;
  }
  .people-listing .sorting .program {
    margin-right: 0;
  }
  .people-listing .sorting .search {
    padding-left: 0;
    border-left: none;
    width: 65%;
    margin-top: 20px;
  }
  .people-listing .sorting .clear-filters {
    margin-top: 20px;
  }
  .people-listing .grid {
    max-width: 635px;
    margin: 0 auto;
  }
  .people-listing .gutter {
    width: 11.02362%;
  }
  .people-listing .person {
    width: 25.98425%;
  }
}

@media screen and (max-width: 480px) {
  .people-listing .sorting .field:not(.search) {
    width: 100%;
    margin-right: 0;
  }
  .people-listing .sorting .program {
    margin-top: 20px;
  }
  .people-listing .grid {
    max-width: 400px;
  }
  .people-listing .gutter {
    width: 17.5%;
  }
  .people-listing .person {
    width: 41.25%;
  }
  .people-listing .person img {
    max-width: 125px;
  }
}

.program-people h3 {
  margin-bottom: 2rem;
}

.program-people h3:not(:first-of-type):before {
  content: "";
  display: block;
  height: 1px;
  background: #f0f0f0;
  margin: 2rem 0;
}

.program-people input#name-search {
  padding: 0.3em 1.5em 0.2em .5em;
  margin-top: .5rem;
  font: 21px/1.5em "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #716c6b;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff url("../images/structure/search-icon.svg") top 50% right 0.5rem/15px 15px no-repeat;
  width: 315px;
  height: 43px;
  margin: 1rem 1rem 2.5rem 0;
}

.program-people input#name-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

.program-people input#name-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

.program-people input#name-search::-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

.program-people input#name-search::-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

.program-people .clear-filters {
  font: 21px/1.5em "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #4e2a84;
  display: inline-block;
  padding: .3em 0 .2em 0;
  margin-bottom: 1.5rem;
  cursor: pointer;
  outline: 0;
}

.program-people .person {
  margin-bottom: 50px;
}

.program-people .person .photo {
  width: 100%;
  max-width: 165px;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
}

.program-people .person .details {
  margin-left: 200px;
  padding-top: 30px;
}

.program-people .person .details h4 {
  font: 21px/1em "Akkurat Pro Bold", "Arial Black", sans-serif;
  color: #4e2a84;
  margin-bottom: .5rem;
}

.program-people .person .details .title {
  margin-top: .3rem;
  margin-bottom: 1rem;
  line-height: 1.5em;
}

.program-people .person .details .email {
  background: #fff;
  border: 1px solid #4e2a84;
  padding: 5px 10px;
  display: inline-block;
  line-height: 1.2rem;
  margin-top: .5rem;
}

.program-people .person .details .email:hover {
  background: #e4e0ee;
  text-decoration: none;
}

.program-people .person .description {
  margin-left: 200px;
}

@media screen and (max-width: 480px) {
  .program-people input#name-search {
    margin-bottom: 0;
  }
  .program-people .person {
    margin-bottom: 40px;
  }
  .program-people .person .photo {
    max-width: 125px;
  }
  .program-people .person .details {
    margin-left: 140px;
    padding-top: 15px;
    min-height: 125px;
  }
  .program-people .person .description {
    margin-left: 0;
    margin-top: 15px;
  }
}
