

.din-condensed {
  letter-spacing: 1.54px;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 3rem;
}
/* Hide this weird loading message from the mobile jquery thing */
.ui-loader {
  display: none;
}
.ex-main article {
  box-sizing: content-box;
}

.ex-main {
  width: 100%;
  margin: 0;
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.5;
  font-size: 18px;
}
.ex-main a {
  text-decoration: none;
}
.ex-main h1,
.ex-main h2,
.ex-main h3,
.ex-main p {
  margin: 0;
}
.ex-main h2 {

}
.stories-module__upper-gradient,
.ex-main:before,
.ex-main:after {
  content: ' ';
  display: block;
  height: 15px;
  background-image: url(/userfiles/Servers/Server_1240/image/extraordinary/ex-deco.jpg);
  background-size: cover;
}
.stories-module__upper-gradient {
  background-image: url(/userfiles/Servers/Server_1240/image/extraordinary/illinois-brand_art_revise_bh6.jpg);
  background-position: center center;
}
.ex-button {
  height: 45px;
  width: 175px;
  background: white;
  color: #151f35;
  border-radius: 2%;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  margin: auto;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 768px) {
  .ex-button {
    font-size: 0.75rem;
  }
}
.ex-button span {
  width: 90%;
  margin: auto;
  line-height: 1.1em;
  color: #151f35;
}
.ex-button-blue {
  color: white;
  background: #151f35;
}
.ex-button-blue span {
  color: white;
}
hr {
  color: #d8d8d8;
  width: 80%;
  max-width: 1100px;
  margin: auto;
}
@media (min-width: 768px) {
  .din-condensed {
    letter-spacing: 2px;
    line-height: 1.3;
    font-size: 4rem;
  }
}
/* Hero / header section */
#ex-hero {
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
  background-image: url(/userfiles/Servers/Server_1240/image/extraordinary/hero-bg1.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
}
.ex-hero-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.ex-hero-inner {
  width: 90%;
  margin: auto;
}
.ex-hero-inner h1 {
  font-size: 3.2em;
  letter-spacing: 2px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .ex-hero-inner h1 {
    font-size: 2.2em;
  }
}
.ex-hero-inner h1 sup {
  font-size: 0.65em;
}
.ex-hero-inner p {
  width: 100%;
  max-width: 875px;
  margin: 15px auto 50px;
  font-size: 1.2rem;
}
.ex-intro-wrapper {
  text-align: center;
  margin-bottom: 35px;
}
.ex-intro-wrapper h2 {
  width: 90%;
  max-width: 850px;
  margin: auto;
  letter-spacing: 2px;
  font-size: 3.75rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .ex-intro-wrapper h2 {
    font-size: 2.75rem;
  }
}
.ex-intro-wrapper p {
  width: 90%;
  max-width: 700px;
  margin: 15px auto;
  color: #151f35;
}
#ex-video-open {
  opacity: 0;
  cursor: pointer;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  transition: 0.5s opacity;
  border: 0;
}
#ex-video-open.active {
  opacity: 1;
}
#ex-video-open span:first-child {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
#ex-video-open span:last-child {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 25px solid #151f35;
  border-bottom: 15px solid transparent;
  margin-right: 9px;
}
.ex-video-wrapper {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.ex-video-inner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#ex-video-close {
  position: absolute;
  top: 160px;
  right: 25px;
  color: white;
  cursor: pointer;
  font-size: 2rem;
}
#ex-header-video {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 3s linear;
  z-index: 0;
}
#ex-header-video-controller {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ex-hero-control {
  position: absolute;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #ex-video {
    width: 80vw;
    height: 30vw;
  }
}
/* 3 Col Nav */
.ex-3colnav {
  padding: 50px 0;
}
.ex-3colnav-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 25px;
}
.ex-3colnav-nav .ex-button {
  flex: 1;
  border: 2px solid #151f35;
  margin: 0;
}
.ex-3colnav-button.ex-active {
  color: white;
  background: #151f35;
}
.ex-3colnav-button.ex-active span {
  color: white;
}
.ex-3colnav-content-img {
  width: 100%;
}
.ex-3colnav-content-img img {
  width: 100%;
  height: auto;
}
.ex-3colnav-content-wrapper {
  position: relative;
}
.ex-3colnav-content {
  /* opacity: 0; */
  /* pointer-events: none; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  transition: opacity 1s;
}
.ex-3colnav-content:nth-of-type(2n) {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ex-3colnav-content.ex-active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}
.ex-3colnav-content-inner {
  width: 90%;
  margin: 30px auto 0;
}
.ex-3colnav-content-inner h3 {
  line-height: 1.25em;
}
.ex-3colnav-content-inner p {
  margin-bottom: 25px;
}
.ex-3colnav-content-inner .ex-button {
  margin: 0;
}
@media (max-width: 767px) {
  .ex-3colnav-nav .ex-button:nth-child(2),
  .ex-3colnav-nav .ex-button:nth-child(3) {
    border-left: none;
  }
}
@media (min-width: 768px) {
  .ex-3colnav-content-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: auto;
  }
  .ex-3colnav-content-inner {
    margin: 0 auto;
  }
  .ex-3colnav-nav .ex-button {
    flex: none;
    width: 30%;
  }
  .ex-3colnav-content {
    display: flex;
    flex-wrap: nowrap;
  }
  .ex-3colnav-content:nth-of-type(2n) > .ex-3colnav-content-img {
    order: 1;
  }
  .ex-3colnav-content:nth-of-type(2n) > .ex-3colnav-content-content {
    order: 0;
  }
  .ex-3colnav-content-img {
    flex: 1;
  }
  .ex-3colnav-content-content {
    flex: 1.2;
    display: flex;
    align-items: center;
  }
}
/* Slider */
.ex-slider {
  padding: 50px 0 0;
  position: relative;
}
.ex-slider-slide {
  height: 80vh;
  min-height: 580px;
  max-height: 650px;
  background-size: cover;
  background-position: right top;
  padding: 5vw 0;
}
.ex-slider-slide-content {
  background: rgba(255, 255, 255, 0.85);
  margin: auto;
  width: 90%;
}
.ex-slider-slide-inner {
  width: 80%;
  /* margin: 0 auto; */
  padding: 6vw 20px;
}
.ex-slider-slide-title {
  font-size: 2.75rem;
  letter-spacing: 2px;
  line-height: 1.4;
  font-family: Oswald, Helvetica, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .ex-slider-slide-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .ex-slider-slide-title {
    font-size: 3.4rem;
  }
}
.ex-slider-slide-inner h3 {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #555;
  letter-spacing: 3px;
}
p.ex-slider-slide-text {
  margin: 0 0 35px;
}
.ex-slider-slide-inner .ex-button {
  margin: 0;
}
.ex-slider-wrapper {
  position: relative;
}
.ex-slider-slide {
  /* opacity: 0; */
  /* pointer-events: none; */
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  /* top: 0; */
  width: 100%;
  /* transition: opacity 1s; */
}
.ex-slider-slide.ex-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.ex-slider-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}
.ex-slider-dots-flex {
  display: flex;
  margin: auto;
  justify-content: center;
}
.ex-slider-dot {
  width: 11px;
  height: 11px;
  background: white;
  border-radius: 100%;
  margin: 0 15px;
  cursor: pointer;
}
.ex-slider-dot.ex-active {
  background: #151f35;
}
#ex-slider-prev,
#ex-slider-next {
  display: none;
}
@media (min-width: 1025px) {
  .ex-slider-slide {
    min-height: 675px;
    height: 60vh;
    max-height: 775px;
  }
  .ex-slider-slide-content {
    width: 40%;
    height: auto;
    min-width: 525px;
    margin: 0 auto 0 5vw;
  }
  #ex-slider-prev {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #ex-slider-prev span {
    padding: 0.5vw 1.3vw;
    max-height: 50px;
    background: white;
    font-size: 1.5rem;
    cursor: pointer;
    box-sizing: content-box;
  }
  #ex-slider-next {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #ex-slider-next span {
    padding: 0.5vw 1.3vw;
    max-height: 50px;
    background: #151f35;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    box-sizing: content-box;
  }
}
/* Blue CTA */
.ex-bluecta {
  background: #151f35;
  color: white;
  padding: 50px 0;
  text-align: center;
}
.ex-bluecta-inner {
  width: 90%;
  max-width: 775px;
  margin: auto;
}
.ex-bluecta-inner p {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .ex-bluecta-inner h2 {
    width: 90%;
    margin: auto;
  }
}
/* Info columns */
.ex-infocols {
  padding: 50px 0;
}
.ex-infocols-cols {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 25px;
}
.ex-infocols-col-img {
  width: 100%;
  height: 225px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.ex-infocols-col-img img {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.ex-infocols-col-content {
  background: #f1f1f1;
  margin-bottom: 25px;
}
.ex-infocols-col-content-inner {
  padding: 25px;
}
.ex-infocols-col-content-inner h3 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.ex-infocols-button-flex {
  margin: 25px 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ex-infocols-button-flex .ex-button {
  width: calc(50% - 7px);
  border: 2px solid #288ada;
  margin: 0;
}
.ex-infocols-button-flex .ex-button span {
  color: #0455A4;
}
.ex-infocols-button-flex .ex-button-blue {
  background: #0455A4;
}
.ex-infocols-button-flex .ex-button-blue span {
  color: white;
}
@media (min-width: 768px) {
  .ex-infocols-cols {
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .ex-infocols-col {
    width: 31%;
  }
}
/* Headlines and Highlights */
.ex-hh {
  padding: 50px 0;
}
.ex-hh-cols {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
.ex-hh-col-img {
  width: 100%;
  height: 225px;
  background-size: cover;
  background-position: center;
}
.ex-hh-col-content {
  border: 1px solid #979797;
  border-top: none;
  margin-bottom: 25px;
}
.ex-hh-col-content-inner {
  padding: 25px;
}
.ex-hh-col-content-inner h3 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.ex-hh-col-content-inner p {
  margin-bottom: 25px;
}
.ex-hh-col-content-inner .ex-button {
  width: 100%;
}
@media (min-width: 768px) {
  .ex-hh-cols {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .ex-hh-col {
    width: 31%;
    display: flex;
    flex-direction: column;
  }
  .ex-hh-col-content {
    flex: 1;
  }
  .ex-hh-col-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 0;
    width: calc(100% - 50px);
    margin: auto;
    height: calc(100% - 50px);
  }
}
/* Stories Module */
.stories-module {
  padding: 0 0;
  padding-bottom: 50px;
  /* padding-bottom: 50px; */
  /* !  */
  background-image: url('/userfiles/Servers/Server_1240/image/extraordinary/grad.jpg');
  background-size: cover;
  background-position: center top;
}
.stories-module a {
  background-color: #132d41;
  margin-bottom: 0;
}
.stories-module a span {
  line-height: 2.391em;
  font-size: 13px;
}

.stories-module__headline {
  text-align: center;
  color: white;
  font-size: 2.75rem;
  line-height: 1;
  text-transform: uppercase;
  /* margin-top: 50px; */
}
.stories-module__hero-story-content-wrapper {
  /* margin-top: 30px; */
  margin: 5%;
  padding-bottom: 5%;
}
.stories-module__hero-story-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.stories-module__hero-story-image-wrapper {
  width: 100%;
}
.stories-module__hero-story-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  /* !  */
  background-color: white;
}

.stories-module__secondary-story {
  box-sizing: border-box;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  padding: 5%;
  background: white;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: flex-start;
}
.stories-module__secondary-story-wrapper {
}
.stories-module__story-body {
  color: #132d41;
  line-height: 1.7em;
  padding-top: .5rem;
}
.stories-module__story-cta {
  margin-left: 0;
  margin-top: 25px;
}
.stories-module__story-headline {
  color: #132d41;
  line-height: 1em;
  text-transform: uppercase;
}
.stories-module__upper-gradient {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .stories-module__headline {
    font-size: 3.75rem;
  }
  .stories-module__hero-story-wrapper {
    display: flex;
    max-width: 1200px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .stories-module__hero-story-image-wrapper {
    flex: 1 0 60%;
  }
  .stories-module__hero-story-content-wrapper {
    flex: 1 1 275px;
    min-width: 275px;
  }
  .stories-module__secondary-story-wrapper {
    display: flex;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }
  .stories-module__secondary-story:nth-child(2n + 1) {
    margin-right: calc((35 / 2) * 1px);
  }
  .stories-module__secondary-story:nth-child(2n) {
    margin-left: calc((35 / 2) * 1px);
  }
  .stories-module__story-body {
    padding-bottom: 50px;
  }
  .stories-module__hero-story-image {
    height: 100%;
  }
}

@media (min-width: 1025px) {
  .stories-module__hero-story-image-wrapper {
    display: flex;
    align-items: center;
  }
  .ex-slider-slide-inner {
    margin: 0 auto;
  }

}
