html, body {
  height: 100%; }

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden; }
  body.no-scroll {
    overflow-y: hidden; }

img {
  max-width: 100%; }

.clear {
  clear: both; }

.stuck {
  position: fixed;
  top: 0; }

section.s1-spring-18 {
  background: #000;
  position: relative;
  overflow: hidden; }
  section.s1-spring-18 h1 {
    font-size: 60px;
    color: #FFFFFF;
    position: relative;
    margin: 150px 0 0;
    font-weight: 700;
    z-index: 2;
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    section.s1-spring-18 h1:before {
      content: "";
      position: absolute;
      left: -10px;
      top: -1px;
      background: #00ABDE;
      width: 0px;
      height: 75px;
      z-index: -1;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    section.s1-spring-18 h1.loaded {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1; }
      section.s1-spring-18 h1.loaded:before {
        width: 412px; }
  section.s1-spring-18 p {
    font-size: 18px;
    font-style: italic;
    color: #fff; }
  section.s1-spring-18 img.main-1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: none; }
  section.s1-spring-18 div.image-container {
    position: relative;
    padding-bottom: 144%; }
    section.s1-spring-18 div.image-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  section.s1-spring-18 img.arrow {
    position: absolute;
    width: 30px;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

section.s2-spring-18 {
  padding: 80px 0 60px; }
  section.s2-spring-18 p {
    font-size: 16px;
    color: #868686; }
    section.s2-spring-18 p.blue {
      font-size: 18px;
      color: #00ABDE;
      font-style: italic; }
    section.s2-spring-18 p.image-caption {
      font-size: 14px;
      color: #868686;
      font-style: italic;
      margin-top: 10px; }
  section.s2-spring-18 div.image-container {
    position: relative;
    margin-top: 20px; }
    section.s2-spring-18 div.image-container img {
      position: relative; }
    section.s2-spring-18 div.image-container svg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: -20px;
      right: -20px;
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1); }
      section.s2-spring-18 div.image-container svg .a {
        stroke-dasharray: 50%;
        -webkit-animation: dash 5s linear infinite;
        animation: dash 5s linear infinite; }
  section.s2-spring-18 div.left {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  section.s2-spring-18 div.right {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  section.s2-spring-18.active div.left {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  section.s2-spring-18.active div.right {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }

section.s3-spring-18 div.blue-box {
  background: url(https://cdn.txamfoundation.com/Spirit/Spring2018/Cover/blue-box.jpg) center no-repeat;
  background-size: cover;
  padding: 60px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%); }
  section.s3-spring-18 div.blue-box h1 {
    margin-top: 0;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5; }
    section.s3-spring-18 div.blue-box h1 span {
      padding: 5px;
      position: relative;
      z-index: 5; }
      section.s3-spring-18 div.blue-box h1 span:before {
        content: "";
        background: #004679;
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        z-index: -1;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s; }
  section.s3-spring-18 div.blue-box p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 16px; }

section.s3-spring-18.active div.blue-box {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }
  section.s3-spring-18.active div.blue-box h1 span:before {
    width: 100%; }

section.s4-spring-18 {
  padding: 80px 0; }
  section.s4-spring-18 p {
    font-size: 16px;
    color: #868686; }
    section.s4-spring-18 p.image-caption {
      font-size: 14px;
      color: #868686;
      font-style: italic;
      margin-top: 10px; }
  section.s4-spring-18 div.image-container {
    position: relative; }
    section.s4-spring-18 div.image-container img {
      position: relative; }
    section.s4-spring-18 div.image-container svg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: -20px;
      left: -20px;
      -webkit-transform: scaleY(-1) scaleX(-1);
      -ms-transform: scaleY(-1) scaleX(-1);
      transform: scaleY(-1) scaleX(-1); }
      section.s4-spring-18 div.image-container svg .a {
        stroke-dasharray: 50%;
        -webkit-animation: dash 5s linear infinite;
        animation: dash 5s linear infinite; }
  section.s4-spring-18 div.left {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  section.s4-spring-18 div.right {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  section.s4-spring-18.active div.left {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  section.s4-spring-18.active div.right {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }

section.s5-spring-18 {
  height: 100vh; }
  section.s5-spring-18 p.go-back {
    position: absolute;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100px;
    cursor: pointer;
    background: #004679;
    padding: 15px 30px; }
  section.s5-spring-18 img.scroll {
    width: 180px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20; }
  section.s5-spring-18 #pinContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }
  section.s5-spring-18 #slideContainer {
    width: 1000%;
    /* to contain 4 panels, each with 100% of window width */
    height: 100%; }
  section.s5-spring-18 .slide {
    height: 100%;
    width: 10%;
    /* relative to parent -> 25% of 400% = 100% of window width */
    float: left;
    position: relative; }
    section.s5-spring-18 .slide.slide-1 {
      background: url(https://cdn.txamfoundation.com/Spirit/Spring2018/Cover/gallery/01-slider.jpg) center no-repeat;
      background-size: cover; }
    section.s5-spring-18 .slide.slide-2 {
      background: url(https://cdn.txamfoundation.com/Spirit/Spring2018/Cover/gallery/02-slider.jpg) center no-repeat;
      background-size: cover; }
    section.s5-spring-18 .slide.slide-3 {
      background: url(https://cdn.txamfoundation.com/Spirit/Spring2018/Cover/gallery/03-slider.jpg) center no-repeat;
      background-size: cover; }
      section.s5-spring-18 .slide.slide-3 h1 {
        color: #0093FF; }
    section.s5-spring-18 .slide.slide-4 {
      background: url(https://cdn.txamfoundation.com/Spirit/Spring2018/Cover/gallery/04-slider.jpg) center no-repeat;
      background-size: cover; }
    section.s5-spring-18 .slide.slide-5 {
      background: url(https://cdn.txamfoundation.com/Spirit/Spring2018/Cover/gallery/05-slider.jpg) center no-repeat;
      background-size: cover; }
    section.s5-spring-18 .slide.slide-6 {
      background: url(https://cdn.txamfoundation.com/Spirit/Spring2018/Cover/gallery/06-slider.jpg) center no-repeat;
      background-size: cover; }
      section.s5-spring-18 .slide.slide-6 h1 {
        color: #0093FF; }
    section.s5-spring-18 .slide.slide-7 {
      background: url(https://cdn.txamfoundation.com/Spirit/Spring2018/Cover/gallery/07-slider.jpg) center no-repeat;
      background-size: cover; }
    section.s5-spring-18 .slide.slide-8 {
      background: url(https://cdn.txamfoundation.com/Spirit/Spring2018/Cover/gallery/08-slider.jpg) center no-repeat;
      background-size: cover; }
    section.s5-spring-18 .slide.slide-9 {
      background: url(https://cdn.txamfoundation.com/Spirit/Spring2018/Cover/gallery/09-slider.jpg) center no-repeat;
      background-size: cover; }
      section.s5-spring-18 .slide.slide-9 h1 {
        color: #0093FF; }
    section.s5-spring-18 .slide.slide-10 {
      background: url(https://cdn.txamfoundation.com/Spirit/Spring2018/Cover/gallery/10-slider.jpg) center no-repeat;
      background-size: cover; }
    section.s5-spring-18 .slide img {
      width: 100%;
      border: 9px solid #fff; }
    section.s5-spring-18 .slide p {
      color: #fff;
      font-size: 13px;
      margin: 10px 0 0;
      font-style: italic; }
    section.s5-spring-18 .slide h1 {
      font-size: 120px;
      margin: 0;
      color: #5DFFE6;
      font-weight: 700;
      line-height: 0.9; }
    section.s5-spring-18 .slide h2 {
      font-size: 50px;
      margin: 0;
      color: #fff;
      font-weight: 700; }
    section.s5-spring-18 .slide div.blue-button {
      width: 265px;
      padding: 19px 0;
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      font-style: italic;
      margin-top: 30px;
      background: #004679;
      text-align: center;
      cursor: pointer;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      section.s5-spring-18 .slide div.blue-button:hover {
        background: #003760; }
    section.s5-spring-18 .slide div.container {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      section.s5-spring-18 .slide div.container div.left-pad {
        padding-left: 60px; }

.animate {
  -webkit-animation: float 30s ease-in-out infinite;
  animation: float 30s ease-in-out infinite; }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 100%; } }

@keyframes dash {
  to {
    stroke-dashoffset: 100%; } }

@-webkit-keyframes scalex {
  from {
    -webkit-transform: scale(0.9) translateX(-50%); }
  65% {
    -webkit-transform: scale(1) translateX(-50%); }
  to {
    -webkit-transform: scale(0.9) translateX(-50%); } }

@-moz-keyframes scale {
  from {
    -moz-transform: scale(0.9) translateX(-50%); }
  65% {
    -moz-transform: scale(1) translateX(-50%); }
  to {
    -moz-transform: scale(0.9) translateX(-50%); } }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px) translatex(0px);
    transform: translatey(0px) translatex(0px); }
  30% {
    -webkit-transform: translatey(-5px) translatex(10px);
    transform: translatey(-5px) translatex(10px); }
  60% {
    -webkit-transform: translatey(-12px) translatex(-10px);
    transform: translatey(-12px) translatex(-10px); }
  100% {
    -webkit-transform: translatey(0px) translatex(0px);
    transform: translatey(0px) translatex(0px); } }

@keyframes float {
  0% {
    -webkit-transform: translatey(0px) translatex(0px);
    transform: translatey(0px) translatex(0px); }
  30% {
    -webkit-transform: translatey(-5px) translatex(10px);
    transform: translatey(-5px) translatex(10px); }
  60% {
    -webkit-transform: translatey(-12px) translatex(-10px);
    transform: translatey(-12px) translatex(-10px); }
  100% {
    -webkit-transform: translatey(0px) translatex(0px);
    transform: translatey(0px) translatex(0px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%); }
  40% {
    -moz-transform: translateY(-30px) translateX(-50%);
    -ms-transform: translateY(-30px) translateX(-50%);
    -webkit-transform: translateY(-30px) translateX(-50%);
    transform: translateY(-30px) translateX(-50%); }
  60% {
    -moz-transform: translateY(-15px) translateX(-50%);
    -ms-transform: translateY(-15px) translateX(-50%);
    -webkit-transform: translateY(-15px) translateX(-50%);
    transform: translateY(-15px) translateX(-50%); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%); }
  40% {
    -moz-transform: translateY(-30px) translateX(-50%);
    -ms-transform: translateY(-30px) translateX(-50%);
    -webkit-transform: translateY(-30px) translateX(-50%);
    transform: translateY(-30px) translateX(-50%); }
  60% {
    -moz-transform: translateY(-15px) translateX(-50%);
    -ms-transform: translateY(-15px) translateX(-50%);
    -webkit-transform: translateY(-15px) translateX(-50%);
    transform: translateY(-15px) translateX(-50%); } }

section.popup {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  padding: 80px 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0s linear 0.6s;
  transition: opacity 0.6s ease, -webkit-transform 0s linear 0.6s;
  -o-transition: transform 0s linear 0.6s, opacity 0.6s ease;
  transition: transform 0s linear 0.6s, opacity 0.6s ease;
  transition: transform 0s linear 0.6s, opacity 0.6s ease, -webkit-transform 0s linear 0.6s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }
  section.popup div.image-container {
    position: relative;
    margin-top: 20px;
    width: 95%;
    float: right;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    section.popup div.image-container img {
      position: relative; }
    section.popup div.image-container svg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: -20px;
      right: -20px;
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1); }
      section.popup div.image-container svg .a {
        stroke-dasharray: 50%;
        -webkit-animation: dash 5s linear infinite;
        animation: dash 5s linear infinite; }
  section.popup p {
    color: #868686;
    font-size: 16px; }
    section.popup p.image-caption {
      font-size: 14px;
      color: #868686;
      font-style: italic;
      margin-top: 10px;
      float: right; }
  section.popup div.number-container {
    background: url(https://cdn.txamfoundation.com/Spirit/Spring2018/Cover/number-holder.jpg) center no-repeat;
    background-size: cover;
    font-size: 120px;
    margin: 0;
    color: #5DFFE6;
    font-weight: 700;
    line-height: 0.9;
    width: 205px;
    height: 135px;
    position: absolute;
    left: 0;
    top: 100px;
    padding-top: 8px;
    text-align: center;
    -webkit-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    transform: translateX(-600px);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  section.popup div.row {
    position: relative; }
    section.popup div.row.padding-top {
      padding-top: 60px; }
  section.popup img.close-it {
    width: 41px;
    position: absolute;
    top: -600px;
    right: 15px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    section.popup img.close-it:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
  section.popup div.box-container {
    position: relative;
    margin-top: 20px;
    width: 95%;
    float: right;
    -webkit-transform: translateY(500px) translateX(500px);
    -ms-transform: translateY(500px) translateX(500px);
    transform: translateY(500px) translateX(500px);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
    section.popup div.box-container div.blue-box {
      position: relative;
      background: #004679;
      padding: 30px;
      min-height: 270px; }
      section.popup div.box-container div.blue-box p {
        color: #fff; }
    section.popup div.box-container svg {
      position: absolute;
      height: 100%;
      top: -20px;
      right: -20px;
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1); }
      section.popup div.box-container svg .a {
        stroke-dasharray: 50%;
        -webkit-animation: dash 5s linear infinite;
        animation: dash 5s linear infinite; }
  section.popup h2 {
    font-size: 30px;
    color: #868686;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.5; }
    section.popup h2 span {
      padding: 5px;
      position: relative;
      z-index: 5;
      color: #004679; }
      section.popup h2 span:before {
        content: "";
        background: #00ABDE;
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        z-index: -1;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
  section.popup div.text {
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  section.popup.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s linear;
    transition: opacity 0.4s ease, -webkit-transform 0s linear;
    -o-transition: transform 0s linear, opacity 0.4s ease;
    transition: transform 0s linear, opacity 0.4s ease;
    transition: transform 0s linear, opacity 0.4s ease, -webkit-transform 0s linear; }
    section.popup.active h2 span:before {
      width: 100%; }
    section.popup.active div.number-container {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; }
    section.popup.active div.image-container {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1; }
    section.popup.active div.text {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1; }
    section.popup.active div.box-container {
      -webkit-transform: translateY(0px) translateX(0px);
      -ms-transform: translateY(0px) translateX(0px);
      transform: translateY(0px) translateX(0px);
      opacity: 1; }
    section.popup.active img.close-it {
      top: -60px; }

.mobile {
  display: none; }

/* 1200 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  section.s1-spring-18 h1 {
    font-size: 50px; }
  section.s1-spring-18 h1:before {
    height: 58px; }
  section.s1-spring-18 h1.loaded:before {
    width: 345px; }
  section.s3-spring-18 div.blue-box {
    padding: 30px; }
  section.popup div.box-container {
    width: 100%; } }

/* --------------------------------------------------------------- */
/* 992 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .stuck, .sticky-wrapper {
    display: none !important; }
  .no-mobile {
    display: none; }
  .scrollmagic-pin-spacer {
    display: none !important; }
  .mobile {
    display: block; }
  section.s1-spring-18 img.arrow {
    display: none; }
  section.s2-spring-18 div.image-container {
    text-align: center;
    margin: 30px 0 15px; }
  section.s2-spring-18 {
    padding: 30px 0; }
  section.s2-spring-18 p.image-caption {
    margin: 0 auto; }
  section.s2-spring-18.active div.right {
    width: 40%;
    float: right; }
  section.s2-spring-18.active div.left {
    width: 60%;
    float: left; }
  section.s3-spring-18 div.blue-box h1 {
    font-size: 22px; }
  section.s4-spring-18.active div.left {
    width: 40%;
    float: left; }
  section.s4-spring-18.active div.right {
    width: 60%;
    float: right; }
  section.s4-spring-18 div.image-container {
    text-align: center;
    margin: 30px 0 0; }
  section.s4-spring-18 p.image-caption {
    margin: 15px auto; }
  section.s4-spring-18 {
    padding: 30px 0; }
  section.s5-spring-18 {
    height: inherit; }
    section.s5-spring-18 .slide {
      width: 100%;
      height: inherit;
      float: none;
      padding: 30px 0; }
      section.s5-spring-18 .slide div.container {
        position: relative;
        left: inherit;
        top: inherit;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
        section.s5-spring-18 .slide div.container div.left-pad {
          padding: 0 15px; }
  div.height-spacer {
    display: none; }
  section.s5-spring-18 .slide h1 {
    font-size: 100px;
    margin-top: 25px; }
  section.s5-spring-18 p.go-back {
    display: none; }
  section.popup div.number-container {
    font-size: 70px;
    width: 135px;
    height: 85px;
    left: 15px; } }

/* --------------------------------------------------------------- */
/* 768 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  section.s2-spring-18.active div.left,
  section.s2-spring-18.active div.right,
  section.s4-spring-18.active div.left,
  section.s4-spring-18.active div.right {
    width: 100%;
    float: none; }
  section.s1-spring-18 h1:before {
    display: none; }
  section.s1-spring-18 h1 span {
    position: relative;
    z-index: 5;
    background: #00ABDE; }
    section.s1-spring-18 h1 span:before {
      content: "";
      background: #00ABDE;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
  section.s1-spring-18 h1 {
    font-size: 34px; }
  section.s2-spring-18 div.image-container {
    margtin: 45px 0 15px; }
  section.s4-spring-18 p.image-caption {
    margin: 15px 0 30px; }
  section.s5-spring-18 .slide h2 {
    font-size: 42px; }
  section.s5-spring-18 .slide h1 {
    font-size: 80px; }
  section.popup div.image-container svg,
  section.popup div.box-container svg {
    display: none; } }

/* --------------------------------------------------------------- */
/* 600 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  section.s2-spring-18 div.image-container svg,
  section.s4-spring-18 div.image-container svg {
    display: none; }
  section.s3-spring-18 div.blue-box {
    padding: 15px; }
  section.s5-spring-18 .slide div.blue-button {
    width: 100%; }
  section.s5-spring-18 .slide h1 {
    font-size: 60px; }
  section.s5-spring-18 .slide h2 {
    font-size: 30px; }
  section.s5-spring-18 .slide div.blue-button {
    padding: 15px 0;
    font-size: 16px; }
  section.popup div.number-container {
    font-size: 39px;
    height: 53px;
    width: 70px;
    top: 20px; }
  section.popup div.image-container {
    width: 100%; }
  section.popup h2 {
    font-size: 24px; }
  section.popup div.row.padding-top {
    padding-top: 30px; }
  section.popup div.box-container div.blue-box {
    height: inherit;
    min-height: inherit;
    padding: 15px; }
  section.popup img.close-it {
    width: 25px; }
  section.popup.active img.close-it {
    top: -18px; }
  section.popup {
    padding: 30px 0; } }

/* --------------------------------------------------------------- */
/* 400 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 400px) {
  section.s1-spring-18 h1 {
    font-size: 32px; } }

/* --------------------------------------------------------------- */
