@import url(../style/style.css);
body, html {
  margin: 0;
  padding: 0;
  font-family: "Palmer lake", Fallback, sans-serif;
  line-height: 30px;
}

* {
  box-sizing: border-box;
}

content {
  display: block;
}

span {
  color: #F5B62B;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px;
  position: relative;
}

lottie-player {
  width: 100%;
  height: "";
}

.show-for-tablet {
  display: none;
}

.show-for-laptop {
  display: none;
}

@media (min-width: 768px) {
  .show-for-tablet {
    display: inline-block !important;
  }

  .hide-for-tablet {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .show-for-laptop {
    display: inline-block !important;
  }

  .hide-for-laptop {
    display: none !important;
  }
}
@font-face {
  font-family: "Palmer lake";
  font-style: normal;
  font-weight: normal;
  src: url(../assets/Fonts/PalmerLakePrint-Regular.ttf) format("truetype");
}
/*********************************************************************
Arrow animations
**********************************************************************/
@keyframes bounce {
  0%, 20%, 50%, 60%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(4px);
  }
}
@keyframes bounceRight {
  0%, 20%, 50%, 60%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateX(10px);
  }
}
@keyframes bounceUp {
  0%, 20%, 50%, 60%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-10px);
  }
}
@keyframes bounceBadge {
  0%, 20%, 50%, 60%, 80%, 100% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(4px, -4px);
  }
}
/*********************************************************************
Button and arrow styles - section overrides will exist in content.scss
**********************************************************************/
.btn {
  border-radius: 10px;
  display: block;
  font-size: 35px;
  line-height: 0px;
  max-height: 50px;
  padding: 13px 20px 13px 20px;
  text-decoration: none;
  text-align: center;
}
.btn .left-arrow {
  padding-left: 5px;
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
}
.btn .down-arrow {
  height: 20px;
  padding-left: 10px;
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
}
.btn:hover .down-arrow {
  animation-name: bounce;
  -moz-animation-name: bounce;
}
.btn:hover .left-arrow {
  animation-name: bounceRight;
  -moz-animation-name: bounceRight;
}

.nav-arrow .up-arrow {
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  margin-left: 8px;
}
.nav-arrow:hover .up-arrow {
  animation-name: bounceUp;
  -moz-animation-name: bounceUp;
}

.btn-blue {
  background-color: #2500FE;
  color: #ffffff;
  padding: 14px 16px 14px 16px;
}
.btn-blue:hover {
  background-color: #1D00CC;
  transition: 0.3s ease-in-out;
}

.btn-yellow {
  background-color: #F5B62B;
  color: #2500FE;
  font-size: 37px;
}
.btn-yellow .left-arrow {
  padding-left: 20px;
  width: 55px !important;
}
.btn-yellow:hover {
  background-color: #FFC546;
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .button-container {
    display: flex;
  }

  .btn-blue {
    display: inline-block;
  }

  .btn-yellow {
    max-width: 192px;
  }
}
@media (min-width: 1024px) {
  .btn {
    border-radius: 10px;
    display: block;
    font-size: 35px;
    max-height: 50px;
    text-decoration: none;
    text-align: center;
  }

  .btn-blue {
    display: inline-block;
    padding: 14px 30px 14px 30px;
  }
}
/*********************************************************************
Video iframe styles
**********************************************************************/
.iframe_container {
  margin: 0 auto;
  max-width: 1080px;
  padding: 40px 0px 50px;
}

.iframe_responsive_container {
  margin: 0 auto -1px;
  /* there's a nasty 1px line that appears at the end of the video if this is not here*/
  max-width: 1440px;
  padding: 0px 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe {
  position: absolute;
  top: -1px;
  /* there's a nasty 1px line that appears at the end of the video if this is not here*/
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .iframe_container {
    padding: 30px 40px 60px;
  }
}
/*******************
Header styles 
*******************/
header, #home_video_one, #home_video_two {
  background-color: #FF0000;
  position: relative;
}
header .header-logos, #home_video_one .header-logos, #home_video_two .header-logos {
  padding: 20px;
}
header .header-logo, #home_video_one .header-logo, #home_video_two .header-logo {
  margin: 0px 4%;
}
header .logo-unw, #home_video_one .logo-unw, #home_video_two .logo-unw {
  display: inline-block;
}
header .logo-unw img, #home_video_one .logo-unw img, #home_video_two .logo-unw img {
  height: 48px;
}
header .logo-wfore, #home_video_one .logo-wfore, #home_video_two .logo-wfore {
  display: inline-block;
}
header .logo-wfore img, #home_video_one .logo-wfore img, #home_video_two .logo-wfore img {
  height: 48px;
}
header .header-copy, #home_video_one .header-copy, #home_video_two .header-copy {
  display: block;
  font-size: 40px;
  margin: 30px 0px 0px;
}
header .header-animation, #home_video_one .header-animation, #home_video_two .header-animation {
  padding: 30px 30px;
}

@media (min-width: 768px) {
  header .header-logo {
    margin: 0px 30px;
  }
}
@media (min-width: 1024px) {
  header .header-logos {
    padding: 0px;
  }
  header .header-logo {
    margin: 0px 40px;
    position: absolute;
  }
  header .logo-unw {
    top: 32px;
    right: 0px;
  }
  header .logo-wfore {
    right: 150px;
    top: 30px;
  }
}
@media (min-width: 1400px) {
  header .logo-unw {
    top: 32px;
    right: 30px;
  }
  header .logo-wfore {
    right: 180px;
    top: 30px;
  }
}
nav {
  background-color: #0016DD;
  position: sticky;
  top: 0;
  z-index: 5;
}
nav a {
  color: #ffffff;
  text-decoration: none;
}
nav .container {
  padding: 6px 10px;
}
nav ul {
  position: relative;
  margin: 0px;
  padding: 0px 0px;
}
nav li {
  border-bottom: 1px solid #0016DD;
  display: inline-block;
  font-size: 25px;
  line-height: 40px;
  margin: 0px 1.2%;
}
nav li:hover {
  cursor: pointer;
}
nav .return-home {
  position: absolute;
  right: 20px;
  top: -4px;
}
nav .return-home .return-home-copy {
  font-size: 22px;
  margin-right: 10px;
}
nav .return-home img {
  position: absolute;
  top: 20px;
}
nav .active {
  border-bottom: 3px solid #F5B62B;
  color: #F5B62B;
  cursor: pointer;
}

@media (min-width: 768px) {
  nav li {
    font-size: 35px;
    margin: 0px 2%;
  }
  nav .return-home {
    top: -1px;
  }
  nav .return-home img {
    position: absolute;
    top: 14px;
  }
}
@media (min-width: 1024px) {
  nav li {
    margin: 0px 3%;
  }
}
/*********************
Content Sections
**********************/
.banner-content {
  padding: 10px 10px 20px 10px;
  position: relative;
}
.banner-content .copy-container {
  padding: 20px;
}
.banner-content p {
  text-align: left;
}

@media (min-width: 768px) {
  .banner-content {
    padding: 50px 30px;
  }
  .banner-content .copy-container {
    width: 300px;
    position: absolute;
  }
  .banner-content p {
    font-size: 50px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .banner-content {
    padding: 100px 70px;
  }
  .banner-content .copy-container {
    width: 404px;
  }
  .banner-content p {
    font-size: 60px;
    line-height: 37px;
  }
}
/*Manifesto Section*/
.manifesto {
  margin-top: -1px;
  background-color: #2500FE;
  position: relative;
}
.manifesto .animation_container {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 30px;
}
.manifesto .scroll-image {
  display: none;
  position: absolute;
  z-index: 1;
}
.manifesto .image-hands {
  width: 35%;
  right: 20px;
  bottom: 30px;
}
.manifesto .image-megaphone {
  left: 20px;
  top: 30%;
  width: 35%;
}
.manifesto .manifesto-content {
  margin: auto;
  max-width: 620px;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.manifesto p:first-of-type {
  margin: 0 auto;
  max-width: 630px;
}
.manifesto .manifesto-image-container img {
  max-width: 100%;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .manifesto .manifesto-content {
    margin: 60px auto;
    padding-top: 0px;
  }
  .manifesto p {
    font-size: 40px;
    line-height: 26px;
  }
  .manifesto .manifesto-image-container {
    padding-bottom: 30px;
  }
  .manifesto .manifesto-image-container img {
    width: 575px;
  }
}
@media (min-width: 1024px) {
  .manifesto .manifesto-content {
    margin: 80px auto;
    max-width: 844px;
  }
  .manifesto p {
    font-size: 50px;
    line-height: 35px;
  }
  .manifesto .manifesto-image-container {
    padding-bottom: 50px;
  }
  .manifesto .manifesto-image-container img {
    width: 638px;
  }
}
/*Support Section*/
.support {
  background-color: #F5B62B;
}
.support p {
  color: #2500FE;
  margin-top: 0px;
}
.support .banner-content {
  padding: 80px 10px 20px 10px;
}

@media (min-width: 768px) {
  .support .banner-content {
    padding: 90px 30px 50px 30px;
  }
  .support .banner-content .copy-container {
    padding: 20px 10px 20px 20px;
    right: 30px;
    top: 50px;
    width: 320px;
  }
  .support .support-animation {
    padding-right: 15%;
  }
}
@media (min-width: 1024px) {
  .support .banner-content .copy-container {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .support .banner-content .copy-container {
    width: 434px;
  }
}
/*Stand Section*/
.stand {
  background-color: #F906CB;
}
.stand .banner-content {
  padding: 70px 10px 20px 10px;
}
.stand .banner-content p {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .stand .banner-content {
    padding: 80px 30px 80px 30px;
  }
  .stand .banner-content .copy-container {
    bottom: 20px;
    left: 10px;
  }
  .stand .stand-animation {
    padding-left: 5%;
  }
}
@media (min-width: 1024px) {
  .stand .banner-content {
    padding: 80px 30px 80px 30px;
  }
  .stand .banner-content .copy-container {
    bottom: 30px;
    left: 20px;
    width: 433px;
  }
}
/*Share Section*/
.share {
  background-color: #FF0000;
}
.share .banner-content {
  padding: 70px 10px 20px 10px;
}
.share .banner-content p {
  margin-top: 0px;
}
.share .btn {
  padding: 20px 20px 22px 5px;
  position: relative;
}
.share .btn .down-arrow {
  position: absolute;
  top: 14px;
}

@media (min-width: 768px) {
  .share .banner-content {
    padding: 90px 30px 20px 30px;
  }
  .share .banner-content .copy-container {
    top: 60px;
    right: 30px;
    width: 325px;
  }
  .share .btn {
    padding: 20px 35px 22px 20px;
  }
  .share .share-animation {
    padding-right: 30%;
  }
}
@media (min-width: 1024px) {
  .share .banner-content {
    padding: 90px 30px 20px 30px;
  }
  .share .banner-content .copy-container {
    top: 60px;
  }
  .share .share-animation {
    padding-right: 20%;
  }
}
@media (min-width: 1200px) {
  .share .banner-content .copy-container {
    width: 440px;
  }
  .share .btn {
    padding: 20px 55px 22px 30px;
  }
}
/*Partnerships Section*/
.partnerships {
  background-color: #2500FE;
  text-align: left;
}
.partnerships .partner-container {
  padding-bottom: 10px;
}
.partnerships .partnerships-header {
  font-size: 70px;
  margin: 10px 0px 20px;
  padding: 30px 0px;
}
.partnerships p {
  font-size: 35px;
  line-height: 25px;
}
.partnerships .partner-one {
  margin-bottom: 70px;
  position: relative;
}
.partnerships .partner-one img {
  width: 110px;
}
.partnerships .partner-two img {
  width: 140px;
}
.partnerships .external-badge {
  background-image: url(/assets/img/buttons/badge.png);
  background-size: cover;
  display: inline-block;
  height: 98px;
  position: absolute;
  right: 10%;
  text-decoration: none;
  top: 1px;
  width: 120px;
}
.partnerships .external-badge .badge-container {
  margin: 12px 0px 0px;
}
.partnerships .external-badge .badge-copy {
  color: #2500FE;
  font-size: 20px;
  line-height: 12px;
  text-decoration: none;
  text-align: center;
}
.partnerships .external-badge .badge-button {
  background-color: #2500FE;
  border: 0px solid;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 30px;
  margin: 10px auto;
  width: 30px;
}
.partnerships .external-badge .badge-arrow {
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  height: 12px;
  left: -5px;
  margin-top: 6px;
  position: relative;
  width: 16px;
}
.partnerships .external-badge:hover .badge-button {
  background-color: #1D00CC;
  transition: 0.3s ease-in-out;
}
.partnerships .external-badge:hover .badge-arrow {
  animation-name: bounceBadge;
  -moz-animation-name: bounceBadge;
}

@media (min-width: 410px) {
  .partnerships .external-badge {
    background-image: url(/assets/img/buttons/badge.png);
    background-size: cover;
    display: inline-block;
    height: 132px;
    position: absolute;
    right: 10%;
    text-decoration: none;
    top: -20px;
    width: 162px;
  }
  .partnerships .external-badge .badge-container {
    margin: 22px 0px 0px;
  }
  .partnerships .external-badge .badge-copy {
    color: #2500FE;
    font-size: 28px;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
  }
  .partnerships .external-badge .badge-button {
    background-color: #2500FE;
    border: 0px solid;
    border-radius: 50%;
    display: block;
    height: 38px;
    margin: 10px auto;
    width: 38px;
  }
  .partnerships .external-badge .badge-arrow {
    width: 24px !important;
  }
}
@media (min-width: 768px) {
  .partnerships {
    background-color: #2500FE;
    text-align: left;
  }
  .partnerships .partner-container {
    padding-bottom: 0px;
  }
  .partnerships .partner-container p {
    max-width: 470px;
  }
  .partnerships .external-badge {
    left: 286px;
  }
  .partnerships .external-badge .badge-arrow {
    position: inherit;
    width: 24px !important;
  }
}
@media (min-width: 1024px) {
  .partnerships .partnerships-header {
    font-size: 75px;
    left: -130px;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    position: absolute;
    transform: rotate(-90deg);
    top: 230px;
  }
  .partnerships .partner-container {
    display: flex;
    padding-left: 15%;
    margin: 60px 0px 50px;
  }
  .partnerships .partner-container .partner-one {
    display: inline-block;
    padding: 20px;
    width: 50%;
  }
  .partnerships .partner-container .partner-one img {
    width: 110px;
  }
  .partnerships .partner-container .partner-two {
    padding: 20px 60px 20px 20px;
    display: inline-block;
    width: 50%;
  }
  .partnerships .partner-container .partner-two img {
    width: 140px;
  }
  .partnerships .external-badge {
    left: 240px;
  }
}
@media (min-width: 1024px) {
  .partnerships .partnerships-header {
    font-size: 90px;
  }
}
footer {
  background-color: #0016DD;
  font-size: 22px;
  line-height: 15px;
}

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