  @font-face {
    font-family: 'Kapra Neue';
    src: url(/wp-content/themes/redeemer/fonts/Kapra-Neue-Regular-Expanded.woff);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kapra Neue';
    src: url(/wp-content/themes/redeemer/fonts/Kapra-Neue-Bold-Expanded.woff);
    font-weight: bold;
}
@font-face {
    font-family: 'Kapra Neue';
    src: url(/wp-content/themes/redeemer/fonts/Kapra-Neue-Light-Condensed-Italic.woff);
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Kapra Neue';
    src: url(/wp-content/themes/redeemer/fonts/Kapra-Neue-Bold-Expanded-Italic.woff);
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Tisa Pro';
    src: url(/wp-content/themes/redeemer/fonts/TisaPro-Light-Italic.woff);
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Tisa Pro';
    src: url(/wp-content/themes/redeemer/fonts/TisaPro-Bold.woff);
    font-weight: bold;
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Kapra Neue', sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #222;
}
img {
  display: block;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section {
  text-align: center;
  overflow: hidden;
}
.row {
  width: 70%;
  margin: 0 auto;
}
.col-1, .col-2, .col-3,
.col-4, .col-5, .col-6,
.col-7, .col-8, .col-9,
.col-10, .col-11, .col-12 {
  padding-right: 1%;
  padding-left: 1%;
}
.text-uppercase {
  text-transform: uppercase;
}
/* Overwriting fullPage.js tooltip color */
#fp-nav li .active span, .fp-slidesNav .active span {
  background: #fff;
  opacity: 1;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  height: 10px;
  width: 10px;
  opacity: 0.5;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  margin: -2px 0 0 -2px;
  height: 10px;
  width: 10px;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 12px;
    height: 12px;
    margin: -3px 0 0 -3px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #fff;
}
#fp-nav ul li .fp-tooltip {
    font-size: 1.125em;
    font-family: 'Kapra Neue', sans-serif;
}
/*no nav for mobile devices*/
#fp-nav {
  display: none;
}
/* Fading sections */
.fp-slidesContainer {
  width: 100%!important;
  transform: none!important;
}
.fp-slide {
  width: 100%!important;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
}
.fp-slide.active {
  opacity: 1;
  visibility: visible;
}
/* Section 1 - Opening */
#opening {
  background-image: linear-gradient(50deg, rgba(67, 3, 0, 0.7), rgba(176, 15, 59, 0.7), rgba(251, 183, 49, 0.7)), url(/wp-content/themes/redeemer/img/annual_report2017/opening.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 0.5em;
  padding-top: 30%;
}
#yellow-lines {
  width: 40%;
  position: absolute;
  top: -40px;
  left: -30px;
}
#logo {
  width: 50%;
  margin: 0 auto;
}
#year-in-review {
  width: 70%;
  margin: 50px auto 0 auto;
}
#opening .row {
  margin: 60px auto 0 auto;
}
#opening .col-5 {
  width: 41.66666667%;
}
#opening .col-7 {
  width: 58.33333333%;
}
#opening .col-5,
#opening .col-7 {
  float: left;
}
#scroll-icons {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
#scrolling {
  width: 80px;
  float: right;
  margin-top: -15px;
}
#opening em {
  font-family: 'Tisa Pro', serif;
  font-style: italic;
}
#arrow {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  z-index: 2;
}
#arrow:hover {
  cursor: pointer;
}
/* Section 2 - We Launched */
#we-launched {
  background-image: linear-gradient(rgba(61, 142, 149, 0.7), rgba(61, 142, 149, 0.7)), url(/wp-content/themes/redeemer/img/annual_report2017/we-launched.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.heading-lg {
  position: relative;
  left: 10%;
  width: 80%;
  height: 150px;
  margin-bottom: 10px;
}
.yellow-lines-lg {
  width: 100px;
  position: absolute;
  top: 50px;
}
.h1-lg {
  margin: 0;
  position: absolute;
  top: 45px;
  left: 47px;
  font-family: 'Kapra Neue', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 3em;
}
.yellow-link {
  color: #fbb731;
  text-decoration: none;
  border-bottom: 1px solid #fbb731;
  font-family: 'Kapra Neue', sans-serif;
  font-weight: bold;
  transition: 0.3s;
}
.yellow-link:hover,
.yellow-link:focus {
  border-bottom: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.3);
}
#we-launched .yellow-link {
  font-size: 1em;
  font-weight: bold;
}
#we-launched p {
  font-size: 0.875em;
}
#we-launched em {
  font-weight: 700;
}
/* Section 2,3 - We Hosted, Our Students */
#we-hosted {
  background-image: linear-gradient(rgba(61, 142, 149, 0.7), rgba(61, 142, 149, 0.7)), url(/wp-content/themes/redeemer/img/annual_report2017/we-hosted.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#events78,
#students697,
#experiential150,
#students206,
#graduates169,
#alumni6257,
#financial7m {
  width: 80%;
  margin: 0 auto;
}
.list {
  font-size: 0.875em;
}
#we-hosted .number,
#our-students-1 .number,
#our-students-2 .number,
#students-2 .number {
  color: #fbb731;
}
#we-hosted .footer,
#our-students-2 .footer {
  height: 65px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #4f898f;
}
#we-hosted .footer .row,
#our-students-2 .footer .row {
  width: 90%;
}
#we-hosted .footer .col-4,
#our-students-2 .footer .col-4 {
  width: 33.33333333%;
}
#we-hosted .footer .col-8,
#our-students-2 .footer .col-8 {
  width: 66.66666667%;
  font-size: 0.6875em;
  text-align: left;
}
#we-hosted .footer .col-4,
#we-hosted .footer .col-8,
#our-students-2 .footer .col-4,
#our-students-2 .footer .col-8 {
  float: left;
}
#bags,
#newspaper {
  width: 100%;
}
#we-hosted .yellow-link,
#our-students-2 .yellow-link {
  border-bottom: 1px solid #fbb731;
}
#we-hosted .yellow-link:hover,
#we-hosted .yellow-link:focus,
#our-students-2 .yellow-link:hover,
#our-students-2 .yellow-link:focus {
  border-bottom: 1px solid transparent;
}
/* Section 3 - Our Students 1 */
#our-students-1 {
  background: url(/wp-content/themes/redeemer/img/annual_report2017/our-students.jpg) no-repeat center;
  background-size: cover;
}
/* Section 3 - Our Students 2 */
#our-students-2 {
  background-image: linear-gradient(rgba(186, 11, 68, 0.60), rgba(186, 11, 68, 0.60)), url(/wp-content/themes/redeemer/img/annual_report2017/our-students.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#our-students-2 .footer {
  background-color: #ba0b44;
}
/* Section 4 - Students */
#students-1 {
  background: url(/wp-content/themes/redeemer/img/annual_report2017/students.jpg) no-repeat center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#students-2 {
  background-image: linear-gradient(rgba(186, 11, 68, 0.60), rgba(186, 11, 68, 0.60)), url(/wp-content/themes/redeemer/img/annual_report2017/students.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.heading-sm {
  position: relative;
  left: 5%;
  width: 80%;
  height: 150px;
  margin-bottom: 10px;
}
.yellow-lines-sm {
  width: 70px;
  position: absolute;
  top: 50px;
}
.h1-sm {
  margin: 0;
  position: absolute;
  top: 45px;
  left: 35px;
  font-family: 'Kapra Neue', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 2.25em;
}
#students-1 .plus,
#students-2 .plus {
  color: #b00f3b;
  font-size: 2em;
  font-weight: bold;
}
#students-2 .plus {
  color: #440717;
}
#students-2 .number {
  font-size: 1.125em;
  font-weight: bold;
}
/* Section 4 - Students */
#map {
  width: 100%;
  margin-top: 10px;
}
/* Section 5 - Student Stories */
#student-stories-1 {
  background-image: linear-gradient(41deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4)), url(/wp-content/themes/redeemer/img/annual_report2017/hand-painted-eggs.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.stories-heading {
  margin: 0;
  font-family: 'Tisa Pro', serif;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: none;
}
.red-line {
  width: 50%;
  height: 8px;
  margin: 16px auto;
  background-color: #b00f3b;
}
/* Section 5 - Student Stories */
#student-stories-2 {
  background-image: linear-gradient(41deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4)), url(/wp-content/themes/redeemer/img/annual_report2017/seeking-shalom.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 5 - Student Stories */
#student-stories-3 {
  background-image: linear-gradient(41deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4)), url(/wp-content/themes/redeemer/img/annual_report2017/year-of-hope.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.layered-bq {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  font-size: 0.75em;
  padding: 16px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4));
  font-family: 'Tisa Pro', serif;
}
.layered-bq blockquote {
  margin: 0;
  font-style: italic;
  text-transform: none;
}
.layered-bq small {
  font-style: normal;
  color: #fbb731;
  letter-spacing: 2px;
}
/* Section 5 - Student Stories */
#student-stories-4 {
  background-image: linear-gradient(41deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4)), url(/wp-content/themes/redeemer/img/annual_report2017/walk-towards.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 6 - Alumni */
#alumni {
  background-image: url(/wp-content/themes/redeemer/img/annual_report2017/alumni.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 7 - Alumni Stories 1 */
#alumni-stories-1 {
  background-image: linear-gradient(rgba(61, 142, 149, 0.55), rgba(61, 142, 149, 0.55)), url(/wp-content/themes/redeemer/img/annual_report2017/alumni-award-winner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#alumni-award,
#alumni-association,
#faculty-zylstra {
  width: 60%;
  margin: 15px auto;
}
/* Section 7 - Alumni Stories 2 */
#alumni-stories-2 {
  background-image: linear-gradient(rgba(61, 142, 149, 0.8), rgba(61, 142, 149, 0.8)), url(/wp-content/themes/redeemer/img/annual_report2017/david-speicher.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.text-sm {
  font-size: 0.75em;
}
.text-sm a {
  font-weight: normal;
}
/* Section 7 - Alumni Stories 3 */
#alumni-stories-3 {
  background-image: linear-gradient(rgba(61, 142, 149, 0.8), rgba(61, 142, 149, 0.8)), url(/wp-content/themes/redeemer/img/annual_report2017/four-alumni.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 7 - Alumni Stories 4 */
#alumni-stories-4 {
  background-image: linear-gradient(rgba(61, 142, 149, 0.8), rgba(61, 142, 149, 0.8)), url(/wp-content/themes/redeemer/img/annual_report2017/bikes.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 7 - Alumni Stories 5 */
#alumni-stories-5 {
  background-image: linear-gradient(rgba(61, 142, 149, 0.8), rgba(61, 142, 149, 0.8)), url(/wp-content/themes/redeemer/img/annual_report2017/classroom.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 8 - Faculty 1 */
#faculty-1 {
  background-image: url(/wp-content/themes/redeemer/img/annual_report2017/faculty.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 8 - Faculty 2 */
#faculty-2 {
  background-image: linear-gradient(rgba(186, 11, 68, 0.65), rgba(186, 11, 68, 0.65)), url(/wp-content/themes/redeemer/img/annual_report2017/faculty.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 9 - Faculty Stroies 1 */
#faculty-stories-1 {
  background-image: linear-gradient(rgba(186, 11, 68, 0.60), rgba(186, 11, 68, 0.60)), url(/wp-content/themes/redeemer/img/annual_report2017/research.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.yellow-line {
  width: 50%;
  height: 8px;
  margin: 16px auto;
  background-color: #fbb731;
}
#faculty-stories-1 .stories-heading {
  font-size: 1.25em;
}
/* Section 9 - Faculty Stroies 2 */
#faculty-stories-2 {
  background-image: linear-gradient(rgba(186, 11, 68, 0.60), rgba(186, 11, 68, 0.60)), url(/wp-content/themes/redeemer/img/annual_report2017/theology.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 9 - Faculty Stroies 3 */
#faculty-stories-3 {
  background-image: linear-gradient(rgba(186, 11, 68, 0.65), rgba(186, 11, 68, 0.65)), url(/wp-content/themes/redeemer/img/annual_report2017/university-of-belfast.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 9 - Faculty Stroies 4 */
#faculty-stories-4 {
  background-image: linear-gradient(rgba(186, 11, 68, 0.65), rgba(186, 11, 68, 0.65)), url(/wp-content/themes/redeemer/img/annual_report2017/middle-ages.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 10 - EPI winner */
#epi-winner {
  padding-top: 15%;
  background-image: linear-gradient(41deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4)), url(/wp-content/themes/redeemer/img/annual_report2017/matt-milliner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 10 - Beyond Worldview */
#beyond-worldview {
  padding-top: 35%;
  background-image: linear-gradient(41deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4)), url(/wp-content/themes/redeemer/img/annual_report2017/beyond-worldview.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#epi,
#financial13m {
  width: 70%;
  margin: 0 auto 15% auto;
}
#beyond-worldview .footer {
  height: 65px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #440717;
}
#youtube-img {
  width: 100%;
}
#beyond-worldview .col-3 {
  width: 30%;
}
#beyond-worldview .col-9 {
  width: 70%;
  font-size: 0.625em;
}
#beyond-worldview .col-3,
#beyond-worldview .col-9 {
  float: left;
}
/* Section 11 - Financials-1 */
#financials-1 {
  background-image: linear-gradient(rgba(61, 142, 149, 0.8), rgba(61, 142, 149, 0.8)), url(/wp-content/themes/redeemer/img/annual_report2017/financials.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 11 - Financials-2 */
#financials-2 {
  background-image: linear-gradient(rgba(61, 142, 149, 0.8), rgba(61, 142, 149, 0.8)), url(/wp-content/themes/redeemer/img/annual_report2017/financials.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Section 11 - Financials-3 */
#financials-3 {
  background-image: linear-gradient(rgba(61, 142, 149, 0.8), rgba(61, 142, 149, 0.8)), url(/wp-content/themes/redeemer/img/annual_report2017/financials.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#financials-3 .row {
  width: 95%;
}
#financials-3 .col-6 {
  width: 50%;
  float: left;
}
#revenues,
#expenses {
  width: 40%;
  margin: 0 auto;
}
.chart-text {
  text-transform: none;
  margin-top: 0;
}
ul.chart-text {
  text-align: left;
  font-size: 0.875em;
}
.chart-box {
  display: inline-block;
  width: 20px;
  height: 15px;
  background-color: #fff;
}
#revenues-boxes li:nth-child(1) .chart-box {
  background-color: #b4b1a1;
}
#revenues-boxes li:nth-child(2) .chart-box {
  background-color: #fdb913;
}
#revenues-boxes li:nth-child(3) .chart-box {
  background-color: #740826;
}
#revenues-boxes li:nth-child(4) .chart-box {
  background-color: #8cb9be;
}
#revenues-boxes li:nth-child(5) .chart-box {
  background-color: #0a6a91;
}
#expenses-boxes li:nth-child(1) .chart-box {
  background-color: #740826;
}
#expenses-boxes li:nth-child(2) .chart-box {
  background-color: #b4b1a1;
}
#expenses-boxes li:nth-child(3) .chart-box {
  background-color: #e6e7e8;
}
#expenses-boxes li:nth-child(4) .chart-box {
  background-color: #89952e;
}
#expenses-boxes li:nth-child(5) .chart-box {
  background-color: #3c481c;
}
#expenses-boxes li:nth-child(6) .chart-box {
  background-color: #0a6a91;
}
#expenses-boxes li:nth-child(7) .chart-box {
  background-color: #8cb9be;
}
#expenses-boxes li:nth-child(8) .chart-box {
  background-color: #fdb913;
}
/* Section 12 - Closing */
#closing {
  padding-top: 10%;
  background-image: linear-gradient(50deg, rgba(67, 3, 0, 0.7), rgba(176, 15, 59, 0.7), rgba(251, 183, 49, 0.7)), url(/wp-content/themes/redeemer/img/annual_report2017/closing.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#yourkingdom {
  width: 50%;
  margin: 0 auto;
}
#closing blockquote {
  margin: 0;
  font-family: 'Tisa Pro', serif;
  font-style: italic;
  font-size: 0.875em;
  text-transform: none;
  color: #fbb731;
}
#closing small {
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75em;
}
#up-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 45px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
}
#up-arrow img {
  width: 15px;
  margin: 13px auto 0 auto;
}
.list,
.footer p,
.text-sm {
  line-height: 1.5;
}
#we-hosted .list,
#our-students-1 .list,
#our-students-2 .list {
  line-height: 1.2;
}
@keyframes opening {
    0% {
      opacity: 0;
      transform: translate3d(0, 10px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
}
/* extra small screens */
@media screen and (max-width: 320px) {
  .heading-lg,
  .heading-sm {
    height: 50px;
  }
  .yellow-lines-lg,
  .yellow-lines-sm {
    width: 50px;
    position: absolute;
    top: 10px;
  }
  .h1-lg,
  .h1-sm {
    top: 0;
    left: 25px;
    font-size: 2em;
  }
  #we-hosted .footer,
  #our-students-2 .footer {
    height: 80px;
  }
  #beyond-worldview .footer {
    height: 85px;
  }
  #beyond-worldview {
    padding-top: 10%;
  }
  #yourkingdom {
    width: 30%;
    margin: 0 auto;
  }
}

/* lanscape orientation for mobile devices */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 736px)
and (orientation : landscape) {
  /*clearfix*/
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
  .col-1, .col-2, .col-3, .col-4,
  .col-5, .col-6, .col-7, .col-8,
  .col-9, .col-10, .col-11, .col-12 {
    float: left;
  }
  #opening {
    padding-top: 10%;
  }
  #yellow-lines {
    top: -50px;
    left: -50px;
  }
  #logo {
    width: 30%;
  }
  #year-in-review {
    width: 40%;
    margin: 15px auto 0 auto;
  }
  #fullpage #opening .row {
    margin: 50px auto 0 auto;
  }
  #fullpage .heading-lg,
  #fullpage .heading-sm {
    height: 70px;
    left: 5%;
    margin-bottom: 10%;
  }
  #fullpage #we-launched .heading-lg,
  #fullpage #student-stories-3 .heading-sm,
  #fullpage #student-stories-4 .heading-sm,
  #fullpage #alumni-stories-1 .heading-sm,
  #fullpage #alumni-stories-2 .heading-sm,
  #fullpage #alumni-stories-3 .heading-sm,
  #fullpage #alumni-stories-4 .heading-sm,
  #fullpage #alumni-stories-5 .heading-sm {
    margin-bottom: 2%;
  }
  #fullpage .yellow-lines-lg,
  #fullpage .yellow-lines-sm {
    width: 50px;
  }
  #fullpage .h1-lg,
  #fullpage .h1-sm {
    font-size: 2em;
    left: 25px;
  }
  #fullpage #we-launched .yellow-link {
    font-size: 1em;
  }
  #we-launched p {
    margin: 1%;
  }
  #fullpage .list {
    font-size: 0.75em;
    margin-top: 2%;
  }
  #fullpage .text-sm {
    font-size: 0.75em;
  }
  #fullpage #we-hosted .footer,
  #fullpage #our-students-2 .footer {
    height: 70px;
  }
  #fullpage .stories-heading {
    margin: 0;
  }
  #fullpage #map {
    width: 50%;
    margin: 0 auto;
  }
  #fullpage #alumni-award {
    width: 30%;
    margin: 0 auto 15px auto;
  }
  #fullpage #alumni-association {
    width: 25%;
  }
  #fullpage #faculty-grants {
    width: 70%;
    margin: 0 auto;
  }
  #fullpage .red-line,
  #fullpage .yellow-line {
    margin: 5px auto;
  }
  #fullpage .layered-bq {
    font-size: 0.75em;
  }
  #fullpage #beyond-worldview {
    padding-top: 15%;
  }
  #fullpage #financial7m {
    width: 40%;
  }
  #fullpage #yourkingdom {
    width: 90%;
  }
  #fullpage #closing blockquote {
    font-size: 0.875em;
  }
  #fullpage #closing small {
    font-size: 0.875em;
  }
  #fullpage .chart-text {
    font-size: 0.75em;
  }
  #fullpage ul.chart-text {
    padding-left: 10%;
    margin: 0;
  }
  #fullpage #revenues,
  #fullpage #expenses {
    width: 20%;
  }
  #fullpage #financials-3 p {
    margin: 0;
    font-size: 0.75em;
  }
}
@media screen and (min-width: 375px) {
  #opening .row {
    margin: 100px auto 0 auto;
  }
  #we-launched .yellow-link {
    font-size: 1.5em;
  }
  #we-launched p {
    font-size: 1em;
  }
  .list {
    font-size: 1em;
    margin-top: 3%;
  }
  #student-stories-1 .list,
  #student-stories-2 .list,
  #student-stories-3 .list,
  #student-stories-4 .list,
  #alumni-stories-1 .list {
    margin-top: 0;
  }
  #we-hosted .number,
  #our-students-1 .number,
  #our-students-2 .number {
    font-size: 1.5em;
    font-weight: bold;
  }
  #we-hosted .footer,
  #our-students-2 .footer {
    height: 90px;
  }
  #we-hosted .col-8,
  #our-students-2 .col-8 {
    font-size: 0.875em;
  }
  .stories-heading {
    margin-top: 50px;
  }
  #revenues,
  #expenses {
    width: 80%;
    margin-bottom: 20px;
  }
  ul.chart-text {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .layered-bq {
    font-size: 0.875em;
  }
  .layered-bq blockquote {
    margin-bottom: 10px;
  }
  .text-sm {
    font-size: 0.875em;
  }
  #beyond-worldview .list {
    font-size: 0.75em;
  }
  #closing blockquote {
    font-size: 1em;
  }
  #closing small {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .row {
    width: 60%;
  }
  /*clearfix*/
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
  .col-1, .col-2, .col-3, .col-4,
  .col-5, .col-6, .col-7, .col-8,
  .col-9, .col-10, .col-11, .col-12 {
    float: left;
  }
  #fp-nav {
    display: block;
  }
  #scroll-icons {
    display: block;
  }
  #opening {
    padding-top: 10%;
  }
  #yellow-lines {
    top: -150px;
    left: -120px;
  }
  #logo {
    width: 20%;
  }
  #year-in-review {
    width: 40%;
  }
  #scrolling {
    width: 125px;
    float: right;
  }
  #opening .text-uppercase {
    font-size: 2em;
  }
  #opening em {
    font-size: 1.725em;
  }
  #we-launched .yellow-link {
    font-size: 1.625em;
  }
  #we-launched p {
    font-size: 1.25em;
  }
  #our-students-1 .row,
  #our-students-2 .row,
  #students-1 .row,
  #students-2 .row {
    width: 80%;
  }
  .heading-lg {
    top: 20px;
    left: 15%;
    margin-bottom: 70px;
  }
  .heading-sm {
    height: 120px;
  }
  .yellow-lines-lg {
    width: 150px;
  }
  .h1-lg {
    font-size: 5em;
    left: 75px;
    top: 35px;
  }
  .yellow-link {
    border-bottom: 2px solid #fbb731;
  }
  #events78 {
    width: 95%;
  }
  #students697,
  #experiential150,
  #students206,
  #graduates169 {
    width: 60%;
    margin-right: 0;
  }
  #we-hosted .list,
  #our-students-1 .list,
  #our-students-2 .list {
    font-size: 1.6875em;
    margin-top: -10px;
    text-align: left;
  }
  #we-hosted .list {
    font-size: 2em;
  }
  #we-hosted .number,
  #our-students-1 .number,
  #our-students-2 .number {
    margin-right: 10px;
  }
  #we-hosted .footer,
  #our-students-2 .footer {
    height: 100px;
  }
  #bags {
    width: 60%;
    float: right;
  }
  #newspaper {
    width: 40%;
    float: right;
  }
  #we-hosted .footer .col-8,
  #our-students-2 .footer .col-8 {
    font-size: 1.375em;
  }
  #students-1 .list {
    font-size: 1.5em;
    text-align: left;
  }
  #students-1 .row {
    margin-top: 100px;
  }
  #students-2 .list {
    font-size: 1.5em;
    text-align: left;
    margin-top: 20px;
  }
  #map {
    width: 50%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .stories-heading {
    font-size: 2.5em;
    margin-top: 0;
  }
  .red-line,
  .yellow-line {
    width: 15%;
    margin: 20px auto;
  }
  .list {
    font-size: 1.375em;
    margin-top: 5%;
  }
  #student-stories-1 {
    background-image: linear-gradient(41deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url(/wp-content/themes/redeemer/img/annual_report2017/hand-painted-eggs.jpg);
  }
  #student-stories-2 {
    background-image: linear-gradient(41deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url(/wp-content/themes/redeemer/img/annual_report2017/seeking-shalom.jpg);
  }
  #student-stories-3 {
    background-image: linear-gradient(41deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url(/wp-content/themes/redeemer/img/annual_report2017/year-of-hope.jpg);
  }
  #student-stories-4 {
    background-image: linear-gradient(41deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url(/wp-content/themes/redeemer/img/annual_report2017/walk-towards.jpg);
  }
  #epi-winner {
    background-image: linear-gradient(41deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url(/wp-content/themes/redeemer/img/annual_report2017/matt-milliner.jpg);
  }
  #beyond-worldview {
    background-image: linear-gradient(41deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url(/wp-content/themes/redeemer/img/annual_report2017/beyond-worldview.jpg);
  }
  #alumni .list {
    text-align: left;
  }
  #alumni-stories-1 .list {
    margin: 20px;
  }
  .layered-bq {
    bottom: 30px;
    width: 32%;
    padding: 20px;
  }
  .layered-bq blockquote {
    font-size: 1.125em;
  }
  #alumni-award,
  #alumni-association,
  #financial7m {
    width: 30%;
  }
  .text-sm {
    font-size: 1.375em;
  }
  #faculty-grants {
    width: 40%;
    margin: 0 auto;
  }
  #faculty-zylstra {
    width: 80%;
  }
  #faculty-2 .list {
    text-align: left;
  }
  #faculty-stories-1 .stories-heading {
      font-size: 2.5em;
  }
  #epi {
    margin-right: 0;
  }
  #epi-winner .list,
  #financials-1 .list {
    text-align: left;
  }
  #beyond-worldview {
    padding-top: 5%;
  }
  #beyond-worldview .list {
    font-size: 1.5em;
  }
  #beyond-worldview .text-left {
    margin-left: 35%;
    text-align: left;
  }
  #beyond-worldview .footer {
      height: 100px;
  }
  #beyond-worldview .col-9 {
    width: 65%;
    font-size: 1.125em;
    text-align: left;
  }
  #financial13m {
    width: 60%;
    margin-right: 0
  }
  #financials-1 .list {
    margin-top: 15%;
  }
  #financials-3 .row {
    width: 80%;
  }
  #revenues,
  #expenses {
    width: 40%;
  }
  .chart-text {
    margin-top: 5%;
    font-size: 1.25em;
  }
  ul.chart-text {
    padding-left: 10%;
    font-size: 1.125em;
  }
  ul.chart-text li {
    margin-bottom: 5px;
  }
  .chart-box {
    width: 25px;
    height: 17px;
    margin-right: 5px;
  }
  #yourkingdom {
    width: 70%;
  }
  #closing .col-7 {
    text-align: left;
  }
  #closing .text-sm {
    margin-top: 0;
    font-size: 1.625em;
  }
  #closing blockquote {
    font-size: 1.25em;
  }
  #closing small {
    display: inline-block;
    margin-top: 10px;
    font-size: 1em;
  }
  #up-arrow {
    display: none;
  }
/* Animation */
/* Animation Section 1 - Opening */
#opening {
  opacity: 0;
}
#logo,
#year-in-review,
#scrolling,
#opening .col-7,
#arrow {
  opacity: 0;
}
#opening  {
  -webkit-animation: 1s 0.5s opening ease-in-out forwards;
  animation: 1s 0.5s opening ease-in-out forwards;
}
#logo,
#year-in-review,
#scrolling,
#opening .col-7,
#arrow {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: all 2s ease;
}
#yellow-lines {
  transform: translate3d(-100%, -100%, 0);
  transition: all 1s ease;
}
#opening.active #logo {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1s;
}
#opening.active #year-in-review {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1.5s;
}
#opening.active #scrolling {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 2s;
}
#opening.active .col-7 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 2s;
}
#opening.active #arrow {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 2.5s;
}
#opening.active #yellow-lines {
  transform: translate3d(0, 0, 0);
  transition-delay: 2.5s;
}
/* Animation Section 2  - We Launched */
#launched-hosted #we-launched .heading-lg,
#launched-hosted #we-launched .row {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: all 2s ease;
}
#launched-hosted.active #we-launched.active .heading-lg {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.5s;
}
#launched-hosted.active #we-launched.active .heading-lg {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.5s;
}
#launched-hosted.active #we-launched.active .row:nth-child(2) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1s;
}
#launched-hosted.active #we-launched.active .row:nth-child(3) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1.5s;
}
#launched-hosted.active #we-launched.active .row:nth-child(4) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 2s;
}
#launched-hosted.active #we-launched.active .row:nth-child(5) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 2.5s;
}
/* Animation Section 3  - Our Students 1 */
#our-students-1 .heading-lg,
#our-students-1 li {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: all 2s ease;
}
#students697 {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 10px, 0);
  transition: all 2s ease;
}
#our-students.active #our-students-1.active .heading-lg {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.5s;
}
#our-students.active #our-students-1.active #students697 {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition-delay: 1s;
}
#our-students.active #our-students-1.active .list li:nth-child(1) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1.5s;
}
#our-students.active #our-students-1.active .list li:nth-child(2) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 2s;
}
#our-students.active #our-students-1.active .list li:nth-child(3) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 2.5s;
}
#our-students.active #our-students-1.active .list li:nth-child(4) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 3s;
}
#our-students.active #our-students-1.active .list li:nth-child(5) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 3.5s;
}
/* Animation Section 3  - Our Students 2 */
#our-students-2 .heading-lg,
#experiential150,
#our-students-2 li,
#newspaper,
#our-students-2 .footer {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: all 2s ease;
}
#newspaper {
  visibility: hidden;
}
#our-students.active #our-students-2.active .heading-lg {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.5s;
}
#our-students.active #our-students-2.active #experiential150 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1s;
}
#our-students.active #our-students-2.active .list li:nth-child(1) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1.5s;
}
#our-students.active #our-students-2.active .list li:nth-child(2) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 2s;
}
#our-students.active #our-students-2.active .list li:nth-child(3) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 2.5s;
}
#our-students.active #our-students-2.active .list li:nth-child(4) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 3s;
}
#our-students.active #our-students-2.active .list li:nth-child(5) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 3.5s;
}
#our-students.active #our-students-2.active .footer {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 4s;
}
#our-students.active #our-students-2.active #newspaper {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, -50%, 0);
  transition-delay: 4s;
}
/* Animation Section 4  - Students 1 */
#students-1 .heading-sm,
#students-1 li,
#students206 {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: all 2s ease;
}
#students.active #students-1.active .heading-sm {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.5s;
}
#students.active #students-1.active #students206 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1s;
}
#students.active #students-1.active .list li:nth-child(1) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1.5s;
}
#students.active #students-1.active .list li:nth-child(2) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 2s;
}
#students.active #students-1.active .list li:nth-child(3) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 2.5s;
}
#students.active #students-1.active .list li:nth-child(4) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 3s;
}
/* Animation Section 4  - Students 2 */
  #students-2 .heading-sm ,
  #students-2 li,
  #graduates169 {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #map {
    transform: scale(0, 0);
    transition: all 1s ease;
  }
  #students.active #students-2.active .heading-sm  {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #students.active #students-2.active #graduates169 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #students.active #students-2.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #students.active #students-2.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #students.active #students-2.active .list li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #students.active #students-2.active .list li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  #students.active #students-2.active .list li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3.5s;
  }
  #students.active #students-2.active .list li:nth-child(6) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 4s;
  }
  #students.active #students-2.active #map {
    transform: scale(1, 1);
    transition-delay: 4.5s;
  }
  /* Animation Section 5  - Student Stories 1*/
  #student-stories-1 .heading-sm,
  #student-stories-1 li,
  #student-stories-1 .stories-heading,
  #student-stories-1 .red-line {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #student-stories.active #student-stories-1.active .heading-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #student-stories.active #student-stories-1.active .stories-heading {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #student-stories.active #student-stories-1.active .red-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #student-stories.active #student-stories-1.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #student-stories.active #student-stories-1.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #student-stories.active #student-stories-1.active .list li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  #student-stories.active #student-stories-1.active .list li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3.5s;
  }
  #student-stories.active #student-stories-1.active .list li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 4s;
  }
  /* Animation Section 5  - Student Stories 2*/
  #student-stories-2 .heading-sm,
  #student-stories-2 li,
  #student-stories-2 .stories-heading,
  #student-stories-2 .red-line {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #student-stories.active #student-stories-2.active .heading-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #student-stories.active #student-stories-2.active .stories-heading {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #student-stories.active #student-stories-2.active .red-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #student-stories.active #student-stories-2.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #student-stories.active #student-stories-2.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #student-stories.active #student-stories-2.active .list li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  #student-stories.active #student-stories-2.active .list li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3.5s;
  }
  #student-stories.active #student-stories-2.active .list li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 4s;
  }
  /* Animation Section 5  - Student Stories 3 */
  #student-stories-3 .heading-sm,
  #student-stories-3 li,
  #student-stories-3 .stories-heading,
  #student-stories-3 .red-line,
  #student-stories-3 .layered-bq {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #student-stories.active #student-stories-3.active .heading-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #student-stories.active #student-stories-3.active .stories-heading {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #student-stories.active #student-stories-3.active .red-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #student-stories.active #student-stories-3.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #student-stories.active #student-stories-3.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #student-stories.active #student-stories-3.active .layered-bq {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  /* Animation Section 5  - Student Stories 4 */
  #student-stories-4 .heading-sm,
  #student-stories-4 li,
  #student-stories-4 .stories-heading,
  #student-stories-4 .red-line,
  #student-stories-4 .layered-bq {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #student-stories.active #student-stories-4.active .heading-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #student-stories.active #student-stories-4.active .stories-heading {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #student-stories.active #student-stories-4.active .red-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #student-stories.active #student-stories-4.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #student-stories.active #student-stories-4.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #student-stories.active #student-stories-4.active .list li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  #student-stories.active #student-stories-4.active .list li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3.5s;
  }
  #student-stories.active #student-stories-4.active .layered-bq {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 4s;
  }
  /* Animation Section 6  - Alumni */
  #alumni .heading-lg,
  #alumni li,
  #alumni6257 {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #alumni.active .heading-lg {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #alumni.active #alumni6257 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #alumni.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #alumni.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  /* Animation Section 7  - Alumni Stories 1 */
  #alumni-stories-1 .heading-sm,
  #alumni-award,
  #alumni-stories-1 li,
  #alumni-association {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #alumni-stories.active #alumni-stories-1.active .heading-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #alumni-stories.active #alumni-stories-1.active #alumni-award {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #alumni-stories.active #alumni-stories-1.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #alumni-stories.active #alumni-stories-1.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #alumni-stories.active #alumni-stories-1.active .list li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #alumni-stories.active #alumni-stories-1.active #alumni-association  {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  /* Animation Section 7  - Alumni Stories 2 */
  #alumni-stories-2 .heading-sm,
  #alumni-stories-2 li,
  #alumni-stories-2 .text-sm,
  #alumni-stories-2 .layered-bq {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #alumni-stories.active #alumni-stories-2.active .heading-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #alumni-stories.active #alumni-stories-2.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #alumni-stories.active #alumni-stories-2.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #alumni-stories.active #alumni-stories-2.active .list li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #alumni-stories.active #alumni-stories-2.active .list li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #alumni-stories.active #alumni-stories-2.active .text-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  #alumni-stories.active #alumni-stories-2.active .layered-bq {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3.5s;
  }
  /* Animation Section 7  - Alumni Stories 3 */
  #alumni-stories-3 .heading-sm,
  #alumni-stories-3 li,
  #alumni-stories-3 .text-sm,
  #alumni-stories-3 .layered-bq {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #alumni-stories.active #alumni-stories-3.active .heading-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #alumni-stories.active #alumni-stories-3.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #alumni-stories.active #alumni-stories-3.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #alumni-stories.active #alumni-stories-3.active .list li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #alumni-stories.active #alumni-stories-3.active .text-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #alumni-stories.active #alumni-stories-3.active .layered-bq {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  /* Animation Section 7 - Alumni Stories 4 */
  #alumni-stories-4 .heading-sm,
  #alumni-stories-4 li,
  #alumni-stories-4 .text-sm,
  #alumni-stories-4 .layered-bq {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #alumni-stories.active #alumni-stories-4.active .heading-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #alumni-stories.active #alumni-stories-4.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #alumni-stories.active #alumni-stories-4.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #alumni-stories.active #alumni-stories-4.active .text-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #alumni-stories.active #alumni-stories-4.active .layered-bq {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  /* Animation Section 7  - Alumni Stories 5 */
  #alumni-stories-5 .heading-sm,
  #alumni-stories-5 li,
  #alumni-stories-5 .text-sm,
  #alumni-stories-5 .layered-bq {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #alumni-stories.active #alumni-stories-5.active .heading-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #alumni-stories.active #alumni-stories-5.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #alumni-stories.active #alumni-stories-5.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #alumni-stories.active #alumni-stories-5.active .list li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #alumni-stories.active #alumni-stories-5.active .text-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #alumni-stories.active #alumni-stories-5.active .layered-bq {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  /* Animation Section 8  - Faculty 1 */
  #faculty-1 .heading-lg,
  #faculty-grants {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #faculty.active #faculty-1.active .heading-lg {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #faculty.active #faculty-1.active #faculty-grants {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  /* Animation Section 8  - Faculty 2 */
  #faculty-2 .heading-lg,
  #faculty-zylstra,
  #faculty-2 li {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #faculty.active #faculty-2.active .heading-lg {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #faculty.active #faculty-2.active #faculty-zylstra {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #faculty.active #faculty-2.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #faculty.active #faculty-2.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #faculty.active #faculty-2.active .list li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #faculty.active #faculty-2.active .list li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  #faculty.active #faculty-2.active .list li:nth-child(7) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3.5s;
  }
  #faculty.active #faculty-2.active .list li:nth-child(8) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 4s;
  }
  /* Animation Section 9  - Faculty Stories 1 */
  #faculty-stories-1 .heading-sm,
  #faculty-stories-1 li,
  #faculty-stories-1 .stories-heading,
  #faculty-stories-1 .yellow-line {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #faculty-stories.active #faculty-stories-1.active .heading-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #faculty-stories.active #faculty-stories-1.active .stories-heading {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #faculty-stories.active #faculty-stories-1.active .yellow-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #faculty-stories.active #faculty-stories-1.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #faculty-stories.active #faculty-stories-1.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #faculty-stories.active #faculty-stories-1.active .list li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  #faculty-stories.active #faculty-stories-1.active .list li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3.5s;
  }
  /* Animation Section 9  - Faculty Stories 2 */
  #faculty-stories-2 .heading-sm,
  #faculty-stories-2 li,
  #faculty-stories-2 .stories-heading,
  #faculty-stories-2 .yellow-line,
  #faculty-stories-2 .text-sm {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #faculty-stories.active #faculty-stories-2.active .heading-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #faculty-stories.active #faculty-stories-2.active .stories-heading {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #faculty-stories.active #faculty-stories-2.active .yellow-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #faculty-stories.active #faculty-stories-2.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #faculty-stories.active #faculty-stories-2.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #faculty-stories.active #faculty-stories-2.active .text-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  /* Animation Section 9  - Faculty Stories 3 */
  #faculty-stories-3 .heading-sm,
  #faculty-stories-3 li,
  #faculty-stories-3 .stories-heading,
  #faculty-stories-3 .yellow-line,
  #faculty-stories-3 .text-sm {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #faculty-stories.active #faculty-stories-3.active .heading-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #faculty-stories.active #faculty-stories-3.active .stories-heading {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #faculty-stories.active #faculty-stories-3.active .yellow-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #faculty-stories.active #faculty-stories-3.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #faculty-stories.active #faculty-stories-3.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #faculty-stories.active #faculty-stories-3.active .list li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  /* Animation Section 9  - Faculty Stories 4 */
  #faculty-stories-4 .heading-sm,
  #faculty-stories-4 li,
  #faculty-stories-4 .stories-heading,
  #faculty-stories-4 .yellow-line,
  #faculty-stories-4 .text-sm {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #faculty-stories.active #faculty-stories-4.active .heading-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #faculty-stories.active #faculty-stories-4.active .stories-heading {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #faculty-stories.active #faculty-stories-4.active .yellow-line {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #faculty-stories.active #faculty-stories-4.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #faculty-stories.active #faculty-stories-4.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  /* Animation Section 10  - EPI winner */
  #epi-winner li,
  #epi {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #epi-beyond.active #epi-winner.active #epi {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #epi-beyond.active #epi-winner.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #epi-beyond.active #epi-winner.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #epi-beyond.active #epi-winner.active .list li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #epi-beyond.active #epi-winner.active .list li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #epi-beyond.active #epi-winner.active .list li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  /* Animation Section 10  - Beyond Worldview */
  #beyond-worldview li,
  #beyond-worldview .text-sm,
  #beyond-worldview .col-9,
  #youtube-img,
  #beyond-worldview .footer {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #youtube-img,
  #beyond-worldview .col-9 {
    visibility: hidden;
  }
  #epi-beyond.active #beyond-worldview.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #epi-beyond.active #beyond-worldview.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #epi-beyond.active #beyond-worldview.active .list li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #epi-beyond.active #beyond-worldview.active .list li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #epi-beyond.active #beyond-worldview.active .text-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #epi-beyond.active #beyond-worldview.active .footer {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  #epi-beyond.active #beyond-worldview.active #youtube-img {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -30px, 0);
    transition-delay: 3s;
  }
  #epi-beyond.active #beyond-worldview.active .col-9 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 3.5s;
  }
  /* Animation Section 11  - We Hosted */
  #we-hosted .heading-lg,
  #we-hosted .list {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #events78 {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #we-hosted .footer {
    transform: translate3d(0, 100px, 0);
    transition: all 1s ease;
  }
  #bags {
    visibility: hidden;
    transform: translate3d(0, 100px, 0);
    transition: all 1.5s ease;
  }
  #we-hosted.active .heading-lg {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #we-hosted.active #events78 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #we-hosted.active .list {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #we-hosted.active .footer {
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #we-hosted.active #bags {
    visibility: visible;
    transform: translate3d(0, -50%, 0);
    transition-delay: 2s;
  }
  /* Animation Section 12  - Financials 1 */
  #financials-1 .heading-lg,
  #financials-1 li,
  #financial13m {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #financials.active #financials-1.active .heading-lg {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #financials.active #financials-1.active #financial13m {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #financials.active #financials-1.active .list li:nth-child(1) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #financials.active #financials-1.active .list li:nth-child(2) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #financials.active #financials-1.active .list li:nth-child(3) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  #financials.active #financials-1.active .list li:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3s;
  }
  #financials.active #financials-1.active .list li:nth-child(5) {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 3.5s;
  }
  /* Animation Section 12  - Financials 2 */
  #financials-2 .heading-lg,
  #financial7m {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #financials.active #financials-2.active .heading-lg {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #financials.active #financials-2.active #financial7m {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  /* Animation Section 12  - Financials 3 */
  #financials-3 .list,
  #financials-3 .chart-text,
  #financials-3 p,
  #revenues,
  #expenses {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #financials.active #financials-3.active .list {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #financials.active #financials-3.active p.chart-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #financials.active #financials-3.active #revenues,
  #financials.active #financials-3.active #expenses {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #financials.active #financials-3.active ul.chart-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
  #financials.active #financials-3.active p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2.5s;
  }
  /* Animation Section 13  - Closing */
  #yourkingdom,
  #closing .text-sm,
  #closing blockquote,
  #closing small {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: all 2s ease;
  }
  #closing.active #yourkingdom {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s;
  }
  #closing.active .text-sm {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s;
  }
  #closing.active blockquote {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.5s;
  }
  #closing.active small{
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
  }
}
@media screen and (min-width: 1200px) {
  #financials-3 .row {
    width: 70%;
  }
  p.chart-text {
    font-size: 1.5em;
  }
  ul.chart-text {
    padding-left: 25%;
  }
}
@media screen and (min-width : 1400px) {
  #we-launched .yellow-link {
    font-size: 2em;
  }
  #we-launched p {
    font-size: 1.25em;
  }
  .heading-lg {
    top: 50px;
    left: 15%;
    margin-bottom: 130px;
  }
  .heading-sm {
    height: 150px;
  }
  .yellow-lines-lg {
    width: 200px;
  }
  .h1-lg {
    font-size: 6.875em;
    left: 90px;
    top: 30px;
  }
  #we-launched .yellow-link {
    font-size: 2em;
  }
  #we-hosted .list,
  #our-students-1 .list,
  #our-students-2 .list {
    font-size: 2em;
    margin-top: -10px;
  }
  .stories-heading {
    margin-top: 50px;
    font-size: 3em;
  }
  .red-line,
  .yellow-line {
    width: 15%;
    margin: 32px auto;
  }
  .list {
    font-size: 1.75em;
    margin-top: 5%;
  }
  .text-sm {
    font-size: 1.375em;
  }
  .layered-bq {
    bottom: 30px;
    width: 30%;
    padding: 32px;
  }
  .layered-bq blockquote {
    font-size: 1.125em;
  }
  #financials-3 .row {
    width: 75%;
  }
  p.chart-text {
    font-size: 1.75em;
  }
  ul.chart-text {
    font-size: 1.25em;
  }
  #closing .text-sm {
    margin-top: 0;
    font-size: 1.875em;
  }
}
@media screen and (min-width: 2560px) {
  #alumni-stories-2 .heading-sm,
  #alumni-stories-3 .heading-sm,
  #alumni-stories-4 .heading-sm,
  #alumni-stories-5 .heading-sm {
    margin-bottom: 10%;
  }
  #we-hosted .list,
  #our-students-1 .list,
  #our-students-2 .list,
  #students-1 .list,
  #students-2 .list,
  #alumni .list,
  #faculty-2 .list {
    margin-top: 8%;
  }
  #epi-winner .list,
  #financials-1 .list {
    margin-top: 20%;
  }
  #financials-3 .row:nth-last-of-type(2) {
    margin-top: 5%;
  }
}
