body {
  font-family: "Montserrat", sans-serif;
}

header nav {
  position: absolute;
  right: 70px;
  top: 50px;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  header nav {
    right: 40px;
  }
}
header nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.75px;
  padding-bottom: 15px;
  text-transform: uppercase;
  transition: all ease 300ms;
}
header nav a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 960px) {
  .site-icon {
    display: none;
  }
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}
.fixed-header a {
  color: #fff;
  text-decoration: none;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.75px;
  padding-bottom: 15px;
  text-transform: uppercase;
  transition: all ease 300ms;
  padding-left: 20px;
  display: block;
}
.fixed-header a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 960px) {
  #head {
    position: relative;
  }
}
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 960px) {
  html {
    overflow-x: hidden;
  }
}
.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-source-serif-pro {
  font-family: "Source Serif Pro", serif;
}

.footer-copy {
  font-size: 13px;
}
@media only screen and (max-width: 960px) {
  .footer-copy {
    font-size: 12px;
  }
}
.footer-copy a {
  color: #fff;
  text-decoration: none;
  transition: all ease 300ms;
}
.footer-copy a:hover {
  color: #b6b6e5;
}

.wrapper {
  max-width: 350px;
  margin: 0 10%;
}

.wrapper {
  width: 90%;
  margin: 0 5%;
}

/*.scrollmagic-pin-spacer {
  transform: translate3d(0,0,0);
}*/
/*#slide01, #slide03, #slide05 {
  background-color: #FFFFFF; 
}*/
/*#slide02, #slide04 {
  background-color: #EDEDED; 
}*/
* {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

.background-container {
  width: 100%;
  height: 100%;
  /*background: url(http://via.placeholder.com/1920x1080) center no-repeat;*/
  background-size: cover;
  z-index: 100;
}

.background-container-second {
  width: 100%;
  height: 100%;
  /*background: url(http://via.placeholder.com/1920x1080) center no-repeat;*/
  background-size: cover;
  z-index: 100;
}

#image01 {
  position: relative;
  /*overflow: hidden;*/
  height: 100vh;
}

.intro, .slide {
  position: relative;
  /*overflow: hidden;*/
  height: 100vh;
}
@media only screen and (max-width: 1500px) {
  .intro, .slide {
    height: 110vh;
  }
  .intro#slide012, .slide#slide012 {
    height: 130vh;
  }
}
@media only screen and (max-width: 1199px) {
  .intro, .slide {
    height: 125vh;
  }
  .intro#slide012, .slide#slide012 {
    height: 150vh;
  }
}
@media only screen and (max-width: 960px) {
  .intro, .slide {
    height: auto;
  }
  .intro#slide012, .slide#slide012 {
    height: auto;
  }
}

.slide .pin-wrapper {
  width: 100%;
  height: 100%;
}

.slide .wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
}

#slide02 .pin-wrapper,
#slide03 .pin-wrapper,
#slide04 .pin-wrapper {
  transform: translateY(-100%);
}

/*.scrollmagic-pin-spacer {
    position: absolute !important;
    clip: rect(auto, auto, auto, auto);
}*/
@media only screen and (max-width: 960px) {
  #slide02 {
    display: none;
  }

  #image01 {
    height: 300px;
  }
}
.back-to-top {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.back-to-top img {
  margin-left: 10px;
}

.hero {
  position: relative;
}
.hero__scroll {
  position: absolute;
  left: -60px;
  bottom: 50px;
  transform: rotate(-90deg);
  padding-left: 40px;
}
@media only screen and (max-width: 960px) {
  .hero__scroll {
    left: -30px;
  }
}
.hero__scroll__text {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero__scroll__line {
  position: absolute;
  top: -20px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #fff;
}
@media only screen and (max-width: 960px) {
  .hero__scroll__line {
    display: none;
  }
}
.hero__scroll-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.site-logo {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .site-logo {
    width: 70%;
    max-width: 250px;
  }
}

.intro-section {
  overflow: hidden;
  position: relative;
}
.intro-section__text {
  font-size: 42px;
  color: #fff;
  line-height: 58px;
  font-weight: 400;
}
@media only screen and (max-width: 960px) {
  .intro-section__text {
    font-size: 28px;
    line-height: 40px;
  }
}
.intro-section__watermark {
  position: absolute;
  right: 70px;
  bottom: -100px;
  width: 40%;
}
@media only screen and (max-width: 960px) {
  .intro-section__watermark {
    right: -80px;
    bottom: -50px;
    width: 80%;
  }
}
.intro-section__line {
  position: absolute;
  /*right: calc(100% + 40px);*/
  right: calc(250% + 40px);
  /*transition-delay: 200ms;*/
  /*transition: all ease-in 1000ms;*/
  top: 30px;
  width: 9999px;
  height: 1px;
  background-color: #CECEED;
}
.intro-section__line:after {
  content: "";
  position: absolute;
  right: -2px;
  top: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #886245;
}

.about__heading {
  font-size: 110px;
  line-height: 110px;
  font-weight: 600;
  color: #886245;
  font-family: "Source Serif Pro", serif;
}
@media only screen and (max-width: 960px) {
  .about__heading {
    font-size: 50px;
    line-height: 60px;
  }
}
.about__heading strong {
  color: #222B38;
}
.about__line {
  position: absolute;
  right: calc(400% + 40px);
  top: 15px;
  width: 9999px;
  height: 1px;
  background-color: #CECEED;
}
.about__line:after {
  content: "";
  position: absolute;
  right: -2px;
  top: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #886245;
}
.about p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #222B38;
}
@media only screen and (max-width: 960px) {
  .about p {
    font-size: 18px;
    line-height: 29px;
  }
}
.about__quote__text {
  font-size: 30px;
  line-height: 36px;
  color: #B6B6E5;
  font-family: "Source Serif Pro", serif;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .about__quote__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.about__quote__name {
  font-size: 24px;
  line-height: 36px;
  color: #B6B6E5;
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .about__quote__name {
    font-size: 14px;
  }
}
.about__quote__mark {
  font-size: 50px;
  font-family: "Source Serif Pro", serif;
  color: #B6B6E5;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .about__quote__mark {
    font-size: 40px;
  }
}
.about__quote__mark span {
  display: inline-block;
  line-height: 30px;
}
.about__quote__mark span:first-child {
  margin-top: -15px;
}

.--sing__watermark {
  position: absolute;
}

@media only screen and (max-width: 960px) {
  .about__text {
    order: -1;
    margin-bottom: 40px;
  }
}

.horizontal-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  perspective: 1000;
}
@media only screen and (max-width: 960px) {
  .horizontal-wrapper {
    display: none;
  }
}

.section {
  height: 100%;
  width: calc( 100% / 4 );
  float: left;
  position: relative;
  background-color: #222B38;
}
.sections {
  width: 400%;
  height: 100%;
}
.section__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}

/*.horizontal .wrapper {
  max-width: unset !important;
}*/
/*.horizontal .scrollmagic-pin-spacer {
  margin: 0 !important;
}*/
.horizontal__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.horizontal__year {
  font-size: 130px;
  color: #CECEED;
  position: absolute;
  top: 70px;
}
.and-beyond {
  color: #CECEED;
  font-size: 50px;
  padding-top:73px;
}

.horizontal .section__title {
  opacity: 0;
}

.section__title {
  opacity: 0;
}

.horizontal__text {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
}
@media only screen and (max-width: 1500px) {
  .horizontal__text {
    font-size: 22px;
    line-height: 36px;
  }
}

.top-100-per {
  margin-top: 100vh;
}

.mobile-vision-slider {
  position: relative;
}
.mobile-vision-slider:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: calc(100% - 40px);
  height: 4px;
  background-color: #fff;
}

.mobile-vision-slider__slide {
  background-color: #222B38;
  color: #fff;
  /* height: 640px; */
  height: 850px;
  position: relative;
}
.mobile-vision-slider__slide img {
  width: 90%;
  top: 150px;
}

.mobile-vision-slider__date {
  font-size: 60px;
  margin-bottom: 40px;
}

.mobile-vision-slider__text {
  font-size: 20px;
  line-height: 28px;
}

.mobile-slider-container {
  position: relative;
}
.mobile-slider-container .next {
  position: absolute;
  right: 25px;
  top: 60px;
  z-index: 2;
}

.mobile-slider-label {
  font-size: 14px;
  color: #222B38;
}

.slider-nav {
  padding: 20px 25px;
  border-top: 1px solid #222b381f;
}
.slider-nav .slick-slide {
  font-size: 24px;
  color: #91959C;
  padding-right: 20px;
}
.slider-nav .slick-slide.slick-current {
  color: #222B38;
  font-weight: 700;
}

.section__line {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
}
.section__line__line {
  width: 100%;
  height: 4px;
  background-color: #CECEED;
}

.donate__heading {
  font-size: 60px;
  font-weight: 500;
  color: #222B38;
}
@media only screen and (max-width: 960px) {
  .donate__heading {
    font-size: 30px;
    line-height: 37px;
  }
}
.donate__text {
  font-size: 24px;
  font-weight: 500;
  color: #222B38;
}
@media only screen and (max-width: 960px) {
  .donate__text {
    font-size: 18px;
    line-height: 24px;
  }
}
.donate iframe {
  width: 420px;
}
@media only screen and (max-width: 960px) {
  .donate iframe {
    width: 100%;
    min-width: auto !important;
    padding: 10px;
  }
}

.signup__heading {
  font-size: 40px;
  font-weight: 500;
  color: #222B38;
}
@media only screen and (max-width: 960px) {
  .signup__heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.signup__text {
  font-size: 20px;
  font-weight: 500;
  color: #222B38;
}
@media only screen and (max-width: 960px) {
  .signup__text {
    font-size: 18px;
    line-height: 24px;
  }
}
.signup__form {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .signup__form {
    flex-wrap: wrap;
  }
}
.signup__form input {
  border: 2px solid #222B38;
  padding: 18px 25px;
  color: #222B38;
  background: transparent;
  font-size: 18px;
  margin-right: 15px;
  min-width: 565px;
}
@media only screen and (max-width: 960px) {
  .signup__form input {
    min-width: unset;
    margin-right: 0;
  }
}
.signup__form input:focus {
  outline: 0;
}
.signup__form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222B38;
  opacity: 1;
  /* Firefox */
}
.signup__form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #222B38;
}
.signup__form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #222B38;
}
@media only screen and (max-width: 960px) {
  .signup__form input {
    width: 100%;
    min-width: unset;
    font-size: 16px;
  }
}
.signup__form button {
  background-color: #222B38;
  color: #fff;
  text-transform: uppercase;
  padding: 0 50px;
  font-size: 15px;
}
@media only screen and (max-width: 960px) {
  .signup__form button {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=components.css.map */
