/*
Theme Name: Stop Traffick
Theme URI: https://stoptraffick.com/
Author: Brandon Jones for BBDO Atlanta
Author URI: https://bbdoatl.com/
Description: Custom Bootstrap Theme for the Stop Traffick Initiative
Version: 1.0
Tags: bootstrap
Text Domain: stoptraffick

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html{
    scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
    background-color: #08002b;
  line-height: 1;
    opacity:0;
    transition: opacity 1s;
    font-size:22px;
}
@media (max-width: 480px){
    body{
        font-size:14px;
    }
}
body.loaded{
    opacity:1;
}
footer{
    position:relative;
    height:60px;
    display:flex;
    justify-content: center;
    align-items: center;
        background-color: #08002b;
    
}
footer span{
    color: #ffc62c;
    text-align: center;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

p{
    widows:3;
    orphans:3;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

html, body{

    width: 100%;
    height: 100%;

    

}
b{
    font-weight:700;
}
body {


    margin: 0;
    padding: 0;

    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;

}
div.background{
    background-image: url("/assets/images/bg.jpg");
    background-size: cover;
    background-position: center center; 
    width:100%;
    height:100%;
    position:fixed;
    z-index:0;
    left:0;
    top:0;
}
div.background:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.1);
}
section.panel{
    position:relative;
    z-index:1;
    width:100%;
    min-height:100vh;
    overflow-x:hidden;
}
.NavBar {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 150px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  background-color: #08002b;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: height 200ms ease, -webkit-transform 200ms ease;
  transition: height 200ms ease, -webkit-transform 200ms ease;
  transition: height 200ms ease, transform 200ms ease;
  transition: height 200ms ease, transform 200ms ease, -webkit-transform 200ms ease; }
  @media (max-width: 1250px) {
    .NavBar {
      height: 150px;
      font-size: 16px; } }
  @media (max-width: 1023px) {
    .NavBar {
      height: 100px; } }
  @media (max-width: 767px) {
    .NavBar {
      height: 60px; } }

.social span {
  color: white;
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  width: 171px;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 767px) {
    .social span {
      left: 0;
      -webkit-transform: none;
              transform: none; } }

@media (max-width: 1023px) {
  .NavBar.open {
    height: 400px; } }

@media (max-width: 767px) {
  .NavBar.open {
    height: 350px; } }

.NavBar.scrolled {
    position:fixed;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px); }
  @media (max-width: 1250px) {
    .NavBar.scrolled {
        position:fixed;
      -webkit-transform: translateY(-70px);
              transform: translateY(-70px); } }

.NavBar a {
  color: #fff;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease; }

.NavBar a:hover,
.NavBar a.current {
  color: #ffce39; }

.NavBar div.rectangle,
.NavBar div.ellipse {
  background-color: #08002b; }

.NavBar div.rectangle {
  position: relative;
  z-index: 0;
  height: 100%;
  background-size: 100% auto; }
  @media (max-width: 1023px) {
    .NavBar div.rectangle {
      display: flex;
      flex-direction: column;
      padding-top: 40px;
      padding-left: 40px;
      padding-right: 40px;
      overflow-y: hidden; } }
  @media (max-width: 767px) {
    .NavBar div.rectangle {
      padding-top: 20px;
      padding-left: 20px; } }

.NavBar img.logo-small {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  height: 50px;
  opacity: 0;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer; }
  @media (max-width: 767px) {
    .NavBar img.logo-small {
      opacity: 1;
      height: 35px;
      left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
      top: 50%;
      -webkit-transition: none;
      transition: none;
      - } }

.NavBar.scrolled img.logo-small {
  -webkit-transition: opacity 200ms ease 100ms, -webkit-transform 200ms ease;
  transition: opacity 200ms ease 100ms, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease 100ms;
  transition: transform 200ms ease, opacity 200ms ease 100ms, -webkit-transform 200ms ease;
  -webkit-transform: translateX(-50%) translateY(25%);
          transform: translateX(-50%) translateY(25%);
  opacity: 1; }
  @media (max-width: 1250px) {
    .NavBar.scrolled img.logo-small {
      -webkit-transform: translateX(-50%) translateY(25%);
              transform: translateX(-50%) translateY(25%); } }

.NavBar div.rectangle ul.left,
.NavBar div.rectangle ul.right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-flex;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease; }

.NavBar div.rectangle ul.left {
  right: calc(50% + 190px); }
  @media (max-width: 1250px) {
    .NavBar div.rectangle ul.left {
      right: calc(50% + 115px); } }
  @media (max-width: 1023px) {
    .NavBar div.rectangle ul.left {
      position: absolute;
      left: 5%;
      right: auto; } }

.NavBar.scrolled div.rectangle ul.left {
  -webkit-transform: translate(190px, -50%) translateX(-30px) translateY(35px);
          transform: translate(190px, -50%) translateX(-30px) translateY(35px); }
  @media (max-width: 1250px) {
    .NavBar.scrolled div.rectangle ul.left {
      -webkit-transform: translate(115px, -50%) translateX(-22.5px) translateY(35px);
              transform: translate(115px, -50%) translateX(-22.5px) translateY(35px); } }

.NavBar.scrolled div.rectangle ul.right {
  -webkit-transform: translate(-190px, -50%) translateX(30px) translateY(35px);
          transform: translate(-190px, -50%) translateX(30px) translateY(35px); }
  @media (max-width: 1250px) {
    .NavBar.scrolled div.rectangle ul.right {
      -webkit-transform: translate(-115px, -50%) translateX(22.5px) translateY(35px);
              transform: translate(-115px, -50%) translateX(22.5px) translateY(35px); } }

.NavBar div.rectangle ul.right {
  position: relative;
  left: calc(50% + 190px); }
  @media (max-width: 1250px) {
    .NavBar div.rectangle ul.right {
      left: calc(50% + 115px); } }
  @media (max-width: 1023px) {
    .NavBar div.rectangle ul.right {
      position: absolute;
      left: auto;
      right: 5%; } }

.NavBar div.rectangle ul.left > li {
  margin-left: 60px; }
  .NavBar div.rectangle ul.left > li:first-of-type {
    margin-left: 0; }
  @media (max-width: 1250px) {
    .NavBar div.rectangle ul.left > li {
      margin-left: 45px; } }

.NavBar div.rectangle ul.right > li {
  margin-right: 60px; }
  .NavBar div.rectangle ul.right > li:last-of-type {
    margin-right: 0; }
  @media (max-width: 1250px) {
    .NavBar div.rectangle ul.right > li {
      margin-right: 45px; } }

@media (max-width: 1023px) {
  .NavBar div.rectangle ul.right,
  .NavBar div.rectangle ul.left {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: none;
    transition: none;
    flex-direction: column; }
    .NavBar div.rectangle ul.right > li,
    .NavBar div.rectangle ul.left > li {
      margin-top: 30px;
      margin-left: 0; } }

@media (max-width: 767px) {
  .NavBar div.rectangle ul.right,
  .NavBar div.rectangle ul.left {
    top: auto; } }

.NavBar div.rectangle ul.left > li :first-of-type {
  margin-top: 0; }

.NavBar.open div.rectangle ul.right,
.NavBar.open div.rectangle ul.left {
  display: inline-flex; }

.NavBar div.rectangle ul.right ul.social {
  position: absolute;
  bottom: 20%;
  right: 0;
  display: flex;
  -webkit-transform: translateY(50%) translateY(-45px);
          transform: translateY(50%) translateY(-45px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease; }
  @media (max-width: 1250px) {
    .NavBar div.rectangle ul.right ul.social {
      -webkit-transform: translateY(50%) translateY(-45px);
              transform: translateY(50%) translateY(-45px); } }
  @media (max-width: 1023px) {
    .NavBar div.rectangle ul.right ul.social {
      position: static;
      -webkit-transform: none;
              transform: none;
      margin-top: 25px; } }
  @media (max-width: 767px) {
    .NavBar div.rectangle ul.right ul.social {
      display: flex;
      position: relative; } }

.NavBar.scrolled div.rectangle ul.right ul.social {
  -webkit-transform: translateY(50%) translateX(100%) translateX(60px);
          transform: translateY(50%) translateX(100%) translateX(60px); }
  @media (max-width: 1250px) {
    .NavBar.scrolled div.rectangle ul.right ul.social {
      -webkit-transform: translateY(50%) translateX(100%) translateX(45px);
              transform: translateY(50%) translateX(100%) translateX(45px); } }

.NavBar div.rectangle ul.right ul.social li {
  margin-left: 20px; }
  .NavBar div.rectangle ul.right ul.social li:first-of-type {
    margin-left: 0; }

.NavBar div.rectangle ul.right ul.social img {
  height: 25px; }

@media (max-width: 1023px) {
  .NavBar div.rectangle ul.right > li,
  .NavBar div.rectangle ul.left > li {
    display: inherit;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    opacity: 0; } }

.NavBar.open div.rectangle ul.right > li,
.NavBar.open div.rectangle ul.left > li {
  opacity: 1; }

.NavBar div.ellipse,
.NavBar img.logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.NavBar div.ellipse {
  top: calc(50% + 10px);
  z-index: -5;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-size: auto 62.5%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease; }
  @media (max-width: 1250px) {
    .NavBar div.ellipse {
      width: 230px;
      height: 230px; } }
  @media (max-width: 1023px) {
    .NavBar div.ellipse {
      top: 60px;
      width: 160px;
      height: 160px; } }
  @media (max-width: 767px) {
    .NavBar div.ellipse {
      -webkit-transform: translate(-50%, -150%) translateY(-10px);
              transform: translate(-50%, -150%) translateY(-10px); } }

.NavBar.scrolled div.ellipse {
  -webkit-transform: translate(-50%, -150%) translateY(-10px);
          transform: translate(-50%, -150%) translateY(-10px); }

@media (max-width: 767px) {
  .NavBar.open div.ellipse {
    display: none; } }

.NavBar img.logo {
  top: calc(50%);
  z-index: 5;
  width: auto;
  height: 50%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease; }
  
  @media (max-width: 767px) {
    .NavBar img.logo {
      display: none; } }

.NavBar.scrolled img.logo {
  -webkit-transform: translate(-50%, -150%) translateY(-20px);
          transform: translate(-50%, -150%) translateY(-20px); }

.NavBar .Hamburglar {
  display: none; }
  @media (max-width: 1023px) {
    .NavBar .Hamburglar {
      display: block; } }

.NavBar .Hamburglar div.patty {
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px; }
  .NavBar .Hamburglar div.patty:nth-of-type(2) {
    margin: 5px 0; }

section.FAQ{
    padding-bottom:3rem;
    display:flex;
    position:relative;
}
section.Hero{
    display:flex;
    position:relative;
    min-height:75%;
    height:75%;
}


section.Hero img.hero{
    width:100%;
    height:100%;
    position:absolute;
    object-fit:cover;
    object-position:50% 50%;
}
@media (min-width:1250px){
    section.Hero img.hero{
        object-fit:contain;
    }
}
section.Hero img.follow{
    position:absolute;
    width:35%;
    max-width:250px;
    height:auto;
    right:0;
    left:auto;
    top:auto;
    bottom:20%;
}
section.Intro {
    background-color:#08002b;
    color:#ffc62c;
    min-height:25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10% 3%; }
  @media (max-width: 1250px) {
    .Intro {
      padding:  10% 3%; } }
  @media (max-width: 1024px) {
    .Intro {
      padding:  10% 3%; } }

.Intro h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25em;
  color: #59c0eb;
  max-width: 1150px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 20; }
  @media (max-width: 1024px) {
    .Intro h1 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    .Intro h1 {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .Intro h1 {
      font-size: 30px; } }

@media (min-width: 1025px) and (max-width: 1200px) {
  .Intro h1 span.break {
    display: none; } }

@media (max-width: 600px) {
  .Intro h1 span.break {
    display: none; } }

.Intro h1 span.dark {
  color: #08002b; }

.Intro p {
  font-size: 1em;
  line-height: 1.5em;
  color: #ffc62c;
    font-weight:500;
  position: relative;
  z-index: 15; }
  @media (max-width: 480px) {
    .Intro p {
      font-size: 1em; } }
  @media (max-width: 320px) {
    .Intro p {
      font-size: 1em; } }

@media (max-width: 480px) {
  .Intro p span.break {
    display: none; } }

.Intro div.reveal-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background-color: #08002b; }
section.Assistance{
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 5% 3%;
    min-height:25%;
}
section.Assistance p{
    text-align:center;
    font-weight:500;
}
h1{
    font-size:1.7em;
    font-weight:800;
    padding-bottom:20px;
}
h4{
    font-weight:500;
    padding-bottom:15px;
}
.button{
    padding: 10px 25px;
    border-radius:5px;
}
.button.yellow{
    background-color: #ffc62c;
    color: #08002b;
    font-weight:bold;
}
.button.blue{
    background-color: #08002b;
    color: #ffc62c;
    font-weight:bold;
}
.button.center{
    margin:auto;
}
section.Challenge{
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10% 3%;
    min-height:0;
    
}
section.Challenge h1{
    font-size:1.5em;
    line-height:1.3em;
    color: #59c0eb; 
}
section.Challenge p{
    line-height:1.4em;
    padding-bottom:25px;
}
.RoadLines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  z-index: 0; }
  @media (max-width: 1023px) {
    .RoadLines {
      visibility: hidden; } }

.RoadLines .street-line {
  height: 100%;
  width: 10px;
  position: absolute;
  left: calc(50% - 2px); }
  .RoadLines .street-line line {
    stroke: #59c0eb;
    stroke-width: 10px;
    stroke-dasharray: 100px 33px; }

.VideoCarousel {
  background-color: rgba(89, 192, 235, 0.35);
  outline: none; }
  .VideoCarousel * {
    outline: none; }
#carousel{
    width:66.25vw;
    height:37.27vw;
    left:50%;
    top:50%;
    position:absolute;
    transform: translate(-50%, -50%);
    
}
@media (max-width: 480px) {
    #carousel{
        width:90vw;
        height:50.625vw;
    }
        
}
#carousel .carousel-inner, #carousel .carousel-item{
    height:100%;
}
.VideoCarousel iframe, .VideoCarousel video {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.VideoCarousel .flickity-enabled {
  position: relative;
  z-index: 15; }

.VideoCarousel div.videoPlaceholder {
  z-index: 15;
  padding: calc((100vh - 80px - (60vw * (9 / 16))) / 2) 20%; }
  @media (max-width: 1250px) {
    .VideoCarousel div.videoPlaceholder {
      padding: calc((100vh - 80px - (80vw * (9 / 16))) / 2) 10%; } }
  @media (max-width: 1023px) {
    .VideoCarousel div.videoPlaceholder {
      padding: calc((100vh - 100px - (80vw * (9 / 16))) / 2) 10%; } }
  @media (max-width: 768px) {
    .VideoCarousel div.videoPlaceholder {
      padding: calc((100vh - 100px - (90vw * (9 / 16))) / 2) 5%; } }

.VideoCarousel div.videoPlaceholder div {
  width: 60vw;
  height: calc(60vw * (9 / 16));
  background-color: #acacac; }
  @media (max-width: 1250px) {
    .VideoCarousel div.videoPlaceholder div {
      width: 80vw;
      height: calc(80vw * (9 / 16)); } }
  @media (max-width: 768px) {
    .VideoCarousel div.videoPlaceholder div {
      width: 90vw;
      height: calc(90vw * (9 / 16)); } }

.VideoCarousel .flickity-page-dots {
  position: absolute;
  bottom: calc((100vh - 80px - (60vw * (9 / 16))) / 4);
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 15;
  display: flex; }
  @media (max-width: 1250px) {
    .VideoCarousel .flickity-page-dots {
      bottom: calc((100vh - 80px - (80vw * (9 / 16))) / 4); } }
  @media (max-width: 1023px) {
    .VideoCarousel .flickity-page-dots {
      bottom: calc((100vh - 100px - (80vw * (9 / 16))) / 4); } }
  @media (max-width: 768px) {
    .VideoCarousel .flickity-page-dots {
      bottom: calc((100vh - 100px - (90vw * (9 / 16))) / 4); } }

.VideoCarousel .flickity-page-dots li {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .33;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease; }
  @media (max-width: 768px) {
    .VideoCarousel .flickity-page-dots li {
      width: 12px;
      height: 12px; } }

.VideoCarousel .flickity-page-dots li.is-selected {
  opacity: 1; }

.HowTo {
  padding: 75px 20% 75px;
  color: #fff;
  padding-bottom: 75px; }
  @media (max-width: 1250px) {
    .HowTo {
      padding: 75px 10% 75px; } }
  @media (max-width: 768px) {
    .HowTo {
      padding: 75px 5% 75px; } }

.HowTo div.inner {
  position: relative;
  padding: 75px;
  width: 100%;
  height: 100%;
  background-color: #08002b;
  background-size: 100% auto; }
  @media (max-width: 1023px) {
    .HowTo div.inner {
      padding: 50px; } }
  @media (max-width: 768px) {
    .HowTo div.inner {
      padding: 10%; } }

.HowTo div.inner div.track {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #59c0eb; }
  @media (max-width: 1023px) {
    .HowTo div.inner div.track {
      display: none; } }

.HowTo h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 15; }
  @media (max-width: 1024px) {
    .HowTo h2 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    .HowTo h2 {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .HowTo h2 {
      font-size: 30px; } }

.HowTo .Step {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .HowTo .Step:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .HowTo .Step {
      flex-direction: column-reverse;
      align-items: center;
      margin-bottom: 60px; } }

@media (max-width: 1023px) {
  .HowTo .Step.flip {
    align-items: center; } }

.HowTo .Step div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  margin-left: 175px; }
  @media (max-width: 1023px) {
    .HowTo .Step div {
      width: 75%; } }
  @media (max-width: 768px) {
    .HowTo .Step div {
      margin-left: 0px;
      width: 100%; } }

.HowTo .Step div.info {
  text-align: left;
  padding-right: 45px;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 1023px) {
    .HowTo .Step div.info {
      text-align: center;
      padding-right: 0; } }

.HowTo .Step.flip div.info {
  text-align: left;
  padding-right: 0;
  align-items: flex-start; }
  @media (max-width: 1023px) {
    .HowTo .Step.flip div.info {
      text-align: center;
      padding-left: 0; } }

.HowTo .Step div.image {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20%;
  margin-left: 0;
  align-items: center; }
  @media (max-width: 1023px) {
    .HowTo .Step div.image {
      padding-left: 0;
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .HowTo .Step div.image {
      width: 100%; } }

.HowTo .Step.flip div.image {
  padding-right: 0px; }
  @media (max-width: 1023px) {
    .HowTo .Step.flip div.image {
      padding-right: 0;
      margin-bottom: 30px; } }

.HowTo .Step div.image img {
  max-width: 100%; }
  @media (max-width: 1023px) {
    .HowTo .Step div.image img {
      max-width: 50%;
      max-height: 250px; } }
  @media (max-width: 768px) {
    .HowTo .Step div.image img {
      max-width: 100%; } }

.HowTo .Step h3 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.25;
  color: #ffce39;
  margin-bottom: 15px;
  position: relative; }
  @media (max-width: 768px) {
    .HowTo .Step h3 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .HowTo .Step h3 {
      font-size: 18px; } }
  @media (max-width: 320px) {
    .HowTo .Step h3 {
      font-size: 14px; } }

.HowTo .Step h3:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #59c0eb;
  display: none; }
  @media (max-width: 1023px) {
    .HowTo .Step h3:after {
      display: none; } }

.HowTo .Step.flip h3:after {
  right: auto;
  left: -45px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.HowTo .Step p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  line-height: 1.75em;
  color: #fff; }
  @media (max-width: 480px) {
    .HowTo .Step p {
      font-size: 14px; } }
  @media (max-width: 320px) {
    .HowTo .Step p {
      font-size: 12px; } }

.HowTo .Step h3,
.HowTo .Step p {
  width: 100%; }

.HowTo .Step h3 span.white {
  color: #fff; }

.HowTo2 {
  padding: 75px 20% 75px;
  padding-bottom: 0;
  color: #fff; }
  @media (max-width: 1250px) {
    .HowTo2 {
      padding: 75px 10% 75px; } }
  @media (max-width: 768px) {
    .HowTo2 {
      padding: 75px 5% 75px; } }

.HowTo2 div.inner {
  position: relative;
  padding: 75px;
  width: 100%;
  height: 100%;
  background-color: #08002b;
  background-size: 100% auto;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .HowTo2 div.inner {
      padding: 50px; } }
  @media (max-width: 768px) {
    .HowTo2 div.inner {
      padding: 10%; } }

.HowTo2 div.inner div.track {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #59c0eb; }
  @media (max-width: 1023px) {
    .HowTo2 div.inner div.track {
      display: none; } }

.HowTo2 h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 15; }
  @media (max-width: 1024px) {
    .HowTo2 h2 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    .HowTo2 h2 {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .HowTo2 h2 {
      font-size: 30px; } }

.HowTo2 .Step {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .HowTo2 .Step:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .HowTo2 .Step {
      flex-direction: column-reverse;
      align-items: center;
      margin-bottom: 60px; } }

@media (max-width: 1023px) {
  .HowTo2 .Step.flip {
    align-items: center; } }

.HowTo2 .Step div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  margin-left: 175px; }
  @media (max-width: 1023px) {
    .HowTo2 .Step div {
      width: 75%; } }
  @media (max-width: 768px) {
    .HowTo2 .Step div {
      margin-left: 0px;
      width: 100%; } }

.HowTo2 .Step div.info {
  text-align: left;
  padding-right: 45px;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 1023px) {
    .HowTo2 .Step div.info {
      text-align: center;
      padding-right: 0; } }

.HowTo2 .Step.flip div.info {
  text-align: left;
  padding-right: 0;
  align-items: flex-start; }
  @media (max-width: 1023px) {
    .HowTo2 .Step.flip div.info {
      text-align: center;
      padding-left: 0; } }

.HowTo2 .Step div.image {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20%;
  margin-left: 0;
  align-items: center; }
  @media (max-width: 1023px) {
    .HowTo2 .Step div.image {
      padding-left: 0;
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .HowTo2 .Step div.image {
      width: 100%; } }

.HowTo2 .Step.flip div.image {
  padding-right: 0px; }
  @media (max-width: 1023px) {
    .HowTo2 .Step.flip div.image {
      padding-right: 0;
      margin-bottom: 30px; } }

.HowTo2 .Step div.image img {
  max-width: 100%; }
  @media (max-width: 1023px) {
    .HowTo2 .Step div.image img {
      max-width: 50%;
      max-height: 250px; } }
  @media (max-width: 768px) {
    .HowTo2 .Step div.image img {
      max-width: 100%; } }

.HowTo2 .Step h3 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.25;
  color: #ffce39;
  margin-bottom: 15px;
  position: relative; }
  @media (max-width: 768px) {
    .HowTo2 .Step h3 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .HowTo2 .Step h3 {
      font-size: 18px; } }
  @media (max-width: 320px) {
    .HowTo2 .Step h3 {
      font-size: 14px; } }

.HowTo2 .Step h3:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #59c0eb;
  display: none; }
  @media (max-width: 1023px) {
    .HowTo2 .Step h3:after {
      display: none; } }

.HowTo2 .Step.flip h3:after {
  right: auto;
  left: -45px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.HowTo2 .Step p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  line-height: 1.75em;
  color: #fff; }
  @media (max-width: 480px) {
    .HowTo2 .Step p {
      font-size: 14px; } }
  @media (max-width: 320px) {
    .HowTo2 .Step p {
      font-size: 12px; } }

.HowTo2 .Step h3,
.HowTo2 .Step p {
  width: 100%; }

.HowTo2 .Step h3 span.white {
  color: #fff; }

.HowTo3 {
  padding: 75px 20% 75px;
  padding-bottom: 0;
  color: #fff; }
  @media (max-width: 1250px) {
    .HowTo3 {
      padding: 75px 10% 75px; } }
  @media (max-width: 768px) {
    .HowTo3 {
      padding: 75px 5% 75px; } }

.HowTo3 div.inner {
  position: relative;
  padding: 75px;
  width: 100%;
  height: 100%;
  background-color: #08002b;
  background-size: 100% auto;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .HowTo3 div.inner {
      padding: 50px; } }
  @media (max-width: 768px) {
    .HowTo3 div.inner {
      padding: 10%; } }

.HowTo3 div.inner div.track {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #59c0eb; }
  @media (max-width: 1023px) {
    .HowTo3 div.inner div.track {
      display: none; } }

.HowTo3 h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 15; }
  @media (max-width: 1024px) {
    .HowTo3 h2 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    .HowTo3 h2 {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .HowTo3 h2 {
      font-size: 30px; } }

.HowTo3 .Step {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .HowTo3 .Step:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .HowTo3 .Step {
      flex-direction: column-reverse;
      align-items: center;
      margin-bottom: 60px; } }

@media (max-width: 1023px) {
  .HowTo3 .Step.flip {
    align-items: center; } }

.HowTo3 .Step div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  margin-left: 175px; }
  @media (max-width: 1023px) {
    .HowTo3 .Step div {
      width: 75%; } }
  @media (max-width: 768px) {
    .HowTo3 .Step div {
      margin-left: 0px;
      width: 100%; } }

.HowTo3 .Step div.info {
  text-align: left;
  padding-right: 45px;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 1023px) {
    .HowTo3 .Step div.info {
      text-align: center;
      padding-right: 0; } }

.HowTo3 .Step.flip div.info {
  text-align: left;
  padding-right: 0;
  align-items: flex-start; }
  @media (max-width: 1023px) {
    .HowTo3 .Step.flip div.info {
      text-align: center;
      padding-left: 0; } }

.HowTo3 .Step div.image {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20%;
  margin-left: 0;
  align-items: center; }
  @media (max-width: 1023px) {
    .HowTo3 .Step div.image {
      padding-left: 0;
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .HowTo3 .Step div.image {
      width: 100%; } }

.HowTo3 .Step.flip div.image {
  padding-right: 0px; }
  @media (max-width: 1023px) {
    .HowTo3 .Step.flip div.image {
      padding-right: 0;
      margin-bottom: 30px; } }

.HowTo3 .Step div.image img {
  max-width: 100%; }
  @media (max-width: 1023px) {
    .HowTo3 .Step div.image img {
      max-width: 50%;
      max-height: 250px; } }
  @media (max-width: 768px) {
    .HowTo3 .Step div.image img {
      max-width: 100%; } }

.HowTo3 .Step h3 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.25;
  color: #ffce39;
  margin-bottom: 15px;
  position: relative; }
  @media (max-width: 768px) {
    .HowTo3 .Step h3 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .HowTo3 .Step h3 {
      font-size: 18px; } }
  @media (max-width: 320px) {
    .HowTo3 .Step h3 {
      font-size: 14px; } }

.HowTo3 .Step h3:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #59c0eb;
  display: none; }
  @media (max-width: 1023px) {
    .HowTo3 .Step h3:after {
      display: none; } }

.HowTo3 .Step.flip h3:after {
  right: auto;
  left: -45px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.HowTo3 .Step p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  line-height: 1.75em;
  color: #fff; }
  @media (max-width: 480px) {
    .HowTo3 .Step p {
      font-size: 14px; } }
  @media (max-width: 320px) {
    .HowTo3 .Step p {
      font-size: 12px; } }

.HowTo3 .Step h3,
.HowTo3 .Step p {
  width: 100%; }

.HowTo3 .Step h3 span.white {
  color: #fff; }

.HowTo4 {
  padding: 75px 20% 75px;
  padding-bottom: 0;
  color: #fff; }
  @media (max-width: 1250px) {
    .HowTo4 {
      padding: 75px 10% 75px; } }
  @media (max-width: 768px) {
    .HowTo4 {
      padding: 75px 5% 75px; } }

.HowTo4 div.inner {
  position: relative;
  padding: 75px;
  width: 100%;
  height: 100%;
  background-color: #08002b;
  background-size: 100% auto;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .HowTo4 div.inner {
      padding: 50px; } }
  @media (max-width: 768px) {
    .HowTo4 div.inner {
      padding: 10%; } }

.HowTo4 div.inner div.track {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #59c0eb; }
  @media (max-width: 1023px) {
    .HowTo4 div.inner div.track {
      display: none; } }

.HowTo4 h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.25em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 15; }
  @media (max-width: 1024px) {
    .HowTo4 h2 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    .HowTo4 h2 {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .HowTo4 h2 {
      font-size: 30px; } }

.HowTo4 .Step {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .HowTo4 .Step:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .HowTo4 .Step {
      flex-direction: column-reverse;
      align-items: center;
      margin-bottom: 60px; } }

@media (max-width: 1023px) {
  .HowTo4 .Step.flip {
    align-items: center; } }

.HowTo4 .Step div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 65%;
  margin-left: 175px; }
  @media (max-width: 1023px) {
    .HowTo4 .Step div {
      width: 75%; } }
  @media (max-width: 768px) {
    .HowTo4 .Step div {
      margin-left: 0px;
      width: 100%; } }

.HowTo4 .Step div.info {
  text-align: left;
  padding-right: 45px;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 1023px) {
    .HowTo4 .Step div.info {
      text-align: center;
      padding-right: 0; } }

.HowTo4 .Step.flip div.info {
  text-align: left;
  padding-right: 0;
  align-items: flex-start; }
  @media (max-width: 1023px) {
    .HowTo4 .Step.flip div.info {
      text-align: center;
      padding-left: 0; } }

.HowTo4 .Step div.image {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20%;
  margin-left: 0;
  align-items: center; }
  @media (max-width: 1023px) {
    .HowTo4 .Step div.image {
      padding-left: 0;
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .HowTo4 .Step div.image {
      width: 100%; } }

.HowTo4 .Step.flip div.image {
  padding-right: 0px; }
  @media (max-width: 1023px) {
    .HowTo4 .Step.flip div.image {
      padding-right: 0;
      margin-bottom: 30px; } }

.HowTo4 .Step div.image img {
  max-width: 100%; }
  @media (max-width: 1023px) {
    .HowTo4 .Step div.image img {
      max-width: 50%;
      max-height: 250px; } }
  @media (max-width: 768px) {
    .HowTo4 .Step div.image img {
      max-width: 100%; } }

.HowTo4 .Step h3 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.25;
  color: #ffce39;
  margin-bottom: 15px;
  position: relative; }
  @media (max-width: 768px) {
    .HowTo4 .Step h3 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .HowTo4 .Step h3 {
      font-size: 18px; } }
  @media (max-width: 320px) {
    .HowTo4 .Step h3 {
      font-size: 14px; } }

.HowTo4 .Step h3:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #59c0eb;
  display: none; }
  @media (max-width: 1023px) {
    .HowTo4 .Step h3:after {
      display: none; } }

.HowTo4 .Step.flip h3:after {
  right: auto;
  left: -45px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.HowTo4 .Step p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  line-height: 1.75em;
  color: #fff; }
  @media (max-width: 480px) {
    .HowTo4 .Step p {
      font-size: 14px; } }
  @media (max-width: 320px) {
    .HowTo4 .Step p {
      font-size: 12px; } }

.HowTo4 .Step h3,
.HowTo4 .Step p {
  width: 100%; }

.HowTo4 .Step h3 span.white {
  color: #fff; }
#Feedback{
    background-color:transparent;
}
#Feedback h1{
    color:#08002b;
}
#Feedback textarea{
    width:100%;
    box-sizing: border-box;
    margin-bottom:5%;
}
.Pledge {
  text-align: center;
  background-color: #08002b; }
.Pledge h1{
    color:#ffc62c
}
.Pledge h4{
    color: #3fc6f1;
}
.Pledge div.intro {
  padding: 0 20% 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1250px) {
    .Pledge div.intro {
      padding: 0 10% 0; } }
  @media (max-width: 768px) {
    .Pledge div.intro {
      padding: 0 5% 0; } }
  .Pledge div.intro * {
    z-index: 1; }

.Pledge div.thanks {
  padding: 0 20% 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1250px) {
    .Pledge div.thanks {
      padding: 0 10% 0; } }
  @media (max-width: 768px) {
    .Pledge div.thanks {
      padding: 0 5% 0; } }
  .Pledge div.thanks * {
    z-index: 1; }

.Pledge div.thanks h3 {
  font-size: 30px;
  line-height: 1.5em;
  font-size: 1.25em;
  color: #59c0eb;
  line-height: 2em;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .Pledge div.thanks h3 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .Pledge div.thanks h3 {
      font-size: 18px; } }
  @media (max-width: 320px) {
    .Pledge div.thanks h3 {
      font-size: 14px; } }

.Pledge div.thanks h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25em;
  font-weight: bold;
  font-size: 1.2em;
  color: #59c0eb; }
  @media (max-width: 767px) {
    .Pledge div.thanks h4 {
      font-size: 20px; } }
  @media (max-width: 320px) {
    .Pledge div.thanks h4 {
      font-size: 16px; } }

.Pledge div.thanks h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: bold;
  color: #59c0eb;
  font-size: 2em; }
  @media (max-width: 1024px) {
    .Pledge div.thanks h2 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    .Pledge div.thanks h2 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .Pledge div.thanks h2 {
      font-size: 18px; } }
  @media (max-width: 320px) {
    .Pledge div.thanks h2 {
      font-size: 14px; } }

.Pledge div.thanks .share {
  display: flex;
  width: 60%;
  border-radius: 15px;
  background-color: #59c0eb;
  margin-top: 30px;
  flex-direction: column; }

.Pledge div.thanks .share h3 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px; }

.Pledge .social {
  margin: auto;
  list-style: none; }

.Pledge .social li {
  float: left;
  width: 35px;
  height: 35px;
  margin: 15px; }

.Pledge .social img {
  width: 35px;
  height: 35px; }

.Pledge div.intro h1, .Pledge div.intro h2, .Pledge div.form h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  color: #08002b; }
  @media (max-width: 1024px) {
    .Pledge div.intro h1, .Pledge div.intro h2, .Pledge div.form h2 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    .Pledge div.intro h1, .Pledge div.intro h2, .Pledge div.form h2 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .Pledge div.intro h1, .Pledge div.intro h2, .Pledge div.form h2 {
      font-size: 18px; } }
  @media (max-width: 320px) {
    .Pledge div.intro h1, .Pledge div.intro h2, .Pledge div.form h2 {
      font-size: 14px; } }

.Pledge div.intro h3, .Pledge div.form h3 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 500;
  color: #08002b; }
  @media (max-width: 768px) {
    .Pledge div.intro h3, .Pledge div.form h3 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .Pledge div.intro h3, .Pledge div.form h3 {
      font-size: 18px; } }
  @media (max-width: 320px) {
    .Pledge div.intro h3, .Pledge div.form h3 {
      font-size: 14px; } }
  @media (max-width: 480px) {
    .Pledge div.intro h3, .Pledge div.form h3 {
      font-size: 15px; } }

.Pledge div.intro p.instructions {
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #08002b; }

@media (max-width: 480px) {
  .Pledge div.intro h3 span.break {
    display: none; } }

.Pledge div.intro h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #08002b;
  padding: 15px 30px;
  margin: 5vh 0 7vh;
  background-color: #ffce39;
  border-radius: 8px;
  box-shadow: 5px 5px 0 0 #e9b903;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }
  @media (max-width: 1024px) {
    .Pledge div.intro h2 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    .Pledge div.intro h2 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .Pledge div.intro h2 {
      font-size: 18px; } }
  @media (max-width: 320px) {
    .Pledge div.intro h2 {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .Pledge div.intro h2 {
      margin: 2vh 0 2vh; } }

.Pledge div.intro h2:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.Pledge div.intro h4 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #08002b;
  margin-bottom: 2vh; }
  @media (max-width: 768px) {
    .Pledge div.intro h4 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .Pledge div.intro h4 {
      font-size: 18px; } }
  @media (max-width: 320px) {
    .Pledge div.intro h4 {
      font-size: 14px; } }

.Pledge div.intro ul {
  text-align: center;
  display: inline-block; }

.Pledge div.intro ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5vh; }

.Pledge div.intro ul li img {
  height: 22px;
  margin-right: 15px; }

.Pledge div.intro ul li p {
  font-size: 16px;
  line-height: 1.5em;
  color: #08002b;
  text-align: center;
  width: 100%; }
  @media (max-width: 480px) {
    .Pledge div.intro ul li p {
      font-size: 14px; } }
  @media (max-width: 320px) {
    .Pledge div.intro ul li p {
      font-size: 12px; } }

.Pledge div.form {
  padding: 0 20% 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1250px) {
    .Pledge div.form {
      padding: 0 10% 0; } }
  @media (max-width: 768px) {
    .Pledge div.form {
      padding: 0 5% 0; } }
  .Pledge div.form * {
    z-index: 1; }

.Pledge div.form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 30px; }
  @media (max-width: 768px) {
    .Pledge div.form form {
      padding: 5% 20% 5%; } }
  @media (max-width: 768px) and (max-width: 1250px) {
    .Pledge div.form form {
      padding: 5% 10% 5%; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .Pledge div.form form {
      padding: 5% 2.5%; } }

.Pledge div.form form input[type="text"],
.Pledge div.form form input[type="email"] {
  background: #ebebeb;
  border: none;
  outline: none;
  border-radius: 8px;
  height: 40px;
  padding: 0;
  text-align: center;
  color: #08002b; }
  @media (max-width: 767px) {
    .Pledge div.form form input[type="text"],
    .Pledge div.form form input[type="email"] {
      height: 35px; } }
  @media (max-width: 320px) {
    .Pledge div.form form input[type="text"],
    .Pledge div.form form input[type="email"] {
      height: 30px; } }

.Pledge div.form form input[type="text"],
.Pledge div.form form input[type="email"],
.Pledge div.form form div.optOut {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: .0125em;
  margin-bottom: 24px; }
  @media (max-width: 480px) {
    .Pledge div.form form input[type="text"],
    .Pledge div.form form input[type="email"],
    .Pledge div.form form div.optOut {
      font-size: 12px; } }
  @media (max-width: 320px) {
    .Pledge div.form form input[type="text"],
    .Pledge div.form form input[type="email"],
    .Pledge div.form form div.optOut {
      font-size: 12px; } }
  @media (max-width: 767px) {
    .Pledge div.form form input[type="text"],
    .Pledge div.form form input[type="email"],
    .Pledge div.form form div.optOut {
      margin-bottom: 16px; } }
  @media (max-width: 480px) {
    .Pledge div.form form input[type="text"],
    .Pledge div.form form input[type="email"],
    .Pledge div.form form div.optOut {
      margin-bottom: 8px; } }

.Pledge div.form form input[type="checkbox"] {
  background: #ebebeb;
  border: none;
  outline: none;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-right: 10px; }

.Pledge div.form form div.optOut {
  display: flex;
  align-items: center;
  color: #c7c7c7; }

.Pledge div.form form input[type="text"]::-webkit-input-placeholder,
.Pledge div.form form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c7c7c7; }

.Pledge div.form form input[type="text"]::-moz-placeholder,
.Pledge div.form form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #c7c7c7; }

.Pledge div.form form input[type="text"]:-ms-input-placeholder,
.Pledge div.form form input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #c7c7c7; }

.Pledge div.form form input[type="text"]:-moz-placeholder,
.Pledge div.form form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #c7c7c7; }

.Pledge div.form form input[name="poc"],
.Pledge div.form form input[name="school_name"],
.Pledge div.form form input[name="requestor_name"]{
    width:100%;
}
.Pledge div.form form input[name="firstName"],
.Pledge div.form form input[name="lastName"],
.Pledge div.form form input[name="city"],
.Pledge div.form form input[name="phoneNumber"],
.Pledge div.form form div.optOut {
  width: calc(75% - 12px); }
  @media (max-width: 767px) {
.Pledge div.form form input[name="poc"],
.Pledge div.form form input[name="school_name"],
    .Pledge div.form form input[name="lastName"],
    .Pledge div.form form input[name="city"],
    .Pledge div.form form input[name="phoneNumber"],
    .Pledge div.form form div.optOut {
      width: calc(100%); } }

.Pledge div.form form input[name="streetAddress"],
.Pledge div.form form input[name="email"] {
  width: 100%; }

.Pledge div.form form input[name="state"],
.Pledge div.form form input[name="zip"] {
  width: calc(25% - 18px); }
  @media (max-width: 767px) {
    .Pledge div.form form input[name="state"],
    .Pledge div.form form input[name="zip"] {
      width: 100%; } }
  @media (max-width: 480px) {
    .Pledge div.form form input[name="state"],
    .Pledge div.form form input[name="zip"] {
      width: 100%; } }



.Pledge .pledge-out-enter {
  opacity: 0; }

.Pledge .pledge-out-enter-active {
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  opacity: 1; }

.Pledge .pledge-out-leave {
  opacity: 1; }

.Pledge .pledge-out-leave-active {
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  opacity: 0; }

#disclaimer {
  font-weight: light;
  color: #08002b;
  bottom: 0;
  width: 100%;
  left: 5%;
  font-size: 8px;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 5px; }

.Pledge label {
  color: #08002b;
  text-align: left;
  line-height: 1.3em;
  font-size: .6em; }

.lightblue {
  color: #59c0eb !important; 
}

.Pledge div.step{
    display:none;
    opacity:0;
    transition: opacity 1s;
}
.Pledge div.step.active{
    opacity:1;
    display:flex;
}

.PledgeMap {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6); }
#map_headline2 {
    display:none;
}
body.pledged #map_headline {
    display:none;
}
body.pledged #map_headline2{
    display:block;
}

.PledgeMap div.map {
  padding: 0 20% 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1250px) {
    .PledgeMap div.map {
      padding: 0 10% 0; } }
  @media (max-width: 768px) {
    .PledgeMap div.map {
      padding: 0 5% 0; } }

.PledgeMap div.map .parent-container {
  margin-top: 4vh;
  width: 100%;
  height: calc(100% * 0.5625); }

.PledgeMap div.map .map-container {
  width: 100%;
  height: 100%; }

.PledgeMap div.map .legend-container {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -20px;
  padding: 5px 15px;
  background: #fff;
  box-shadow: 0 0 5px #ebebeb;
  border-radius: 10px; }
  .PledgeMap div.map .legend-container * {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700; }
    @media (max-width: 480px) {
      .PledgeMap div.map .legend-container * {
        font-size: 14px; } }
    @media (max-width: 320px) {
      .PledgeMap div.map .legend-container * {
        font-size: 12px; } }

.PledgeMap div.map h3 {
  font-size: 30px;
  line-height: 1.5em;
  margin-top: -10vh;
  font-weight: 500;
  color: #08002b; }
  @media (max-width: 768px) {
    .PledgeMap div.map h3 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .PledgeMap div.map h3 {
      font-size: 18px; } }
  @media (max-width: 320px) {
    .PledgeMap div.map h3 {
      font-size: 14px; } }

@media (max-width: 480px) {
  .PledgeMap div.map h3 span.break {
    display: none; } }

.PledgeMap div.map h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #08002b;
  padding: 15px 30px;
  margin: 5vh 0 10vh;
  background-color: #ffce39;
  border-radius: 8px; }
  @media (max-width: 1024px) {
    .PledgeMap div.map h2 {
      font-size: 40px; } }
  @media (max-width: 768px) {
    .PledgeMap div.map h2 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .PledgeMap div.map h2 {
      font-size: 18px; } }
  @media (max-width: 320px) {
    .PledgeMap div.map h2 {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .PledgeMap div.map h2 {
      margin: 5vh 0 7.5vh; } }

.PledgeMap div.map h4 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #08002b;
  margin-bottom: 2vh; }
  @media (max-width: 768px) {
    .PledgeMap div.map h4 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .PledgeMap div.map h4 {
      font-size: 18px; } }
  @media (max-width: 320px) {
    .PledgeMap div.map h4 {
      font-size: 14px; } }

#Resources {
  text-align: center;
    padding-bottom:75px;
    min-height:0;
    height:auto;
}

.Resources div.intro {
  padding: 0 20% 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1250px) {
    .Resources div.intro {
      padding: 0 10% 0; } }
  @media (max-width: 768px) {
    .Resources div.intro {
      padding: 0 5% 0; } }

.Resources h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25em;
  color: #08002b;
  margin-bottom: 2.5vh; }
  @media (max-width: 767px) {
    .Resources h3 {
      font-size: 20px; } }
  @media (max-width: 320px) {
    .Resources h3 {
      font-size: 16px; } }

@media (max-width: 600px) {
  .Resources div.intro h3 span.break {
    display: none; } }

.Resources div.intro iframe {
  border: none;
  width: 60vw;
  height: calc(60vw * (9 / 16)); }

.Resources div.intro div.map {
  position: relative; }

.Resources div.intro div.map > img {
  width: 60vw; }
  @media (max-width: 1250px) {
    .Resources div.intro div.map > img {
      width: 100%; } }

.Resources div.intro div.map div.legend {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
  @media (max-width: 480px) {
    .Resources div.intro div.map div.legend {
      padding: 12px 15px; } }

.Resources div.intro div.map div.legend img {
  height: 20px; }

.Resources div.intro div.map div.legend > div {
  display: flex;
  align-items: center; }

.Resources div.intro div.map div.legend span {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #505050;
  letter-spacing: 0.025em;
  margin-top: 2px;
  margin-left: 5px; }
  @media (max-width: 480px) {
    .Resources div.intro div.map div.legend span {
      font-size: 14px; } }
  @media (max-width: 320px) {
    .Resources div.intro div.map div.legend span {
      font-size: 12px; } }

.Resources div.intro div.map div.legend div.bust {
  margin-left: 25px; }
  @media (max-width: 480px) {
    .Resources div.intro div.map div.legend div.bust {
      margin-left: 15px; } }

.Resources div.links {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: none; }
  @media (max-width: 1250px) {
    .Resources div.links {
       } }
  @media (max-width: 768px) {
    .Resources div.links {
       } }
  .Resources div.links * {
    outline: none;
    z-index: 1; }
  .Resources div.links h3 {
    z-index: 15; }

.Resources div.links div.flickity-enabled {
  position: relative;
  z-index: 15; }

.Resources div.links div.pair {
  display: flex;
  flex-direction: column; }

.Resources div.links div.pair > div {
  width: calc(15vw - 9px);
  height: calc(15vw - 9px);
  margin-right: 12px;
  margin-bottom: 12px;
  background-color: #08002b; }
  @media (max-width: 1250px) {
    .Resources div.links div.pair > div {
      width: calc(20vw - 9px);
      height: calc(20vw - 9px); } }
  @media (max-width: 768px) {
    .Resources div.links div.pair > div {
      width: calc(22.5vw - 9px);
      height: calc(22.5vw - 9px); } }
  @media (max-width: 767px) {
    .Resources div.links div.pair > div {
      width: calc(30vw - 6px);
      height: calc(30vw - 6px);
      margin-right: 9px;
      margin-bottom: 9px; } }
  @media (max-width: 480px) {
    .Resources div.links div.pair > div {
      width: calc(45vw - 4px);
      height: calc(45vw - 4px);
      margin-right: 8px;
      margin-bottom: 8px; } }

.Resources div.links.center div.flickity-enabled {
  -webkit-transform: translateX(5px);
          transform: translateX(5px); }

.Resources div.links.left div.flickity-enabled {
  -webkit-transform: translateX(23px);
          transform: translateX(23px); }
  @media (max-width: 1023px) {
    .Resources div.links.left div.flickity-enabled {
      -webkit-transform: translateX(22px);
              transform: translateX(22px); } }
  @media (max-width: 767px) {
    .Resources div.links.left div.flickity-enabled {
      -webkit-transform: translateX(21px);
              transform: translateX(21px); } }
  @media (max-width: 480px) {
    .Resources div.links.left div.flickity-enabled {
      -webkit-transform: translateX(20px);
              transform: translateX(20px); } }

.Resources div.links button.flickity-button {
  visibility: hidden; }

.Resources .grid {
  display: flex;
  flex-direction: row; }

.Resources .down {
  width: 65px;
  bottom: 20px;
  position: absolute; }

.Resources img, .Resources video {
  width: 100%;
  height: 100%; 
}
.Resources .row div{
    margin-top:15px;
    margin-bottom:15px;
}

#sg {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #08002b;
  font-size: 10px;
  line-height: 40px; }

.Resources {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6); }

.Resources div.intro {
  padding: 0 20% 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1250px) {
    .Resources div.intro {
      padding: 0 10% 0; } }
  @media (max-width: 768px) {
    .Resources div.intro {
      padding: 0 5% 0; } }

.Resources h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25em;
  color: #08002b;
  margin-bottom: 2.5vh; }
  @media (max-width: 767px) {
    .Resources h3 {
      font-size: 20px; } }
  @media (max-width: 320px) {
    .Resources h3 {
      font-size: 16px; } }

@media (max-width: 600px) {
  .Resources div.intro h3 span.break {
    display: none; } }

.Resources div.intro iframe {
  border: none;
  width: 60vw;
  height: calc(60vw * (9 / 16)); }

.Resources div.intro div.map {
  position: relative; }

.Resources div.intro div.map > img {
  width: 60vw; }
  @media (max-width: 1250px) {
    .Resources div.intro div.map > img {
      width: 100%; } }

.Resources div.intro div.map div.legend {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
  @media (max-width: 480px) {
    .Resources div.intro div.map div.legend {
      padding: 12px 15px; } }

.Resources div.intro div.map div.legend img {
  height: 20px; }

.Resources div.intro div.map div.legend > div {
  display: flex;
  align-items: center; }

.Resources div.intro div.map div.legend span {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #505050;
  letter-spacing: 0.025em;
  margin-top: 2px;
  margin-left: 5px; }
  @media (max-width: 480px) {
    .Resources div.intro div.map div.legend span {
      font-size: 14px; } }
  @media (max-width: 320px) {
    .Resources div.intro div.map div.legend span {
      font-size: 12px; } }

.Resources div.intro div.map div.legend div.bust {
  margin-left: 25px; }
  @media (max-width: 480px) {
    .Resources div.intro div.map div.legend div.bust {
      margin-left: 15px; } }

.Resources div.links {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: none; }
  
  .Resources div.links * {
    outline: none;
    z-index: 1; }
  .Resources div.links h3 {
    z-index: 15; }

.Resources div.links div.flickity-enabled {
  position: relative;
  z-index: 15; }

.Resources div.links div.pair {
  display: flex;
  flex-direction: column; }

.Resources div.links div.pair > div {
  width: calc(15vw - 9px);
  height: calc(15vw - 9px);
  margin-right: 12px;
  margin-bottom: 12px;
  background-color: #08002b; }
  @media (max-width: 1250px) {
    .Resources div.links div.pair > div {
      width: calc(20vw - 9px);
      height: calc(20vw - 9px); } }
  @media (max-width: 768px) {
    .Resources div.links div.pair > div {
      width: calc(22.5vw - 9px);
      height: calc(22.5vw - 9px); } }
  @media (max-width: 767px) {
    .Resources div.links div.pair > div {
      width: calc(30vw - 6px);
      height: calc(30vw - 6px);
      margin-right: 9px;
      margin-bottom: 9px; } }
  @media (max-width: 480px) {
    .Resources div.links div.pair > div {
      width: calc(45vw - 4px);
      height: calc(45vw - 4px);
      margin-right: 8px;
      margin-bottom: 8px; } }

.Resources div.links.center div.flickity-enabled {
  -webkit-transform: translateX(5px);
          transform: translateX(5px); }

.Resources div.links.left div.flickity-enabled {
  -webkit-transform: translateX(23px);
          transform: translateX(23px); }
  @media (max-width: 1023px) {
    .Resources div.links.left div.flickity-enabled {
      -webkit-transform: translateX(22px);
              transform: translateX(22px); } }
  @media (max-width: 767px) {
    .Resources div.links.left div.flickity-enabled {
      -webkit-transform: translateX(21px);
              transform: translateX(21px); } }
  @media (max-width: 480px) {
    .Resources div.links.left div.flickity-enabled {
      -webkit-transform: translateX(20px);
              transform: translateX(20px); } }

.Resources div.links button.flickity-button {
  visibility: hidden; }

.Resources div .flickity-slider img, .Resources div .flickity-slider video {
  width: 100%;
  height: 100%; }

#sg {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #08002b;
  font-size: 10px;
  line-height: 40px; }

.Resources {
  text-align: center;
  background-color: rgba(89, 192, 235, 0.35);
    padding-top:75px;
}

.Resources div.intro {
  padding: 0 20% 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1250px) {
    .Resources div.intro {
      padding: 0 10% 0; } }
  @media (max-width: 768px) {
    .Resources div.intro {
      padding: 0 5% 0; } }

.Resources h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25em;
  color: #08002b;
  margin-bottom: 2.5vh; }
  @media (max-width: 767px) {
    .Resources h3 {
      font-size: 20px; } }
  @media (max-width: 320px) {
    .Resources h3 {
      font-size: 16px; } }

@media (max-width: 600px) {
  .Resources div.intro h3 span.break {
    display: none; } }

.Resources div.intro iframe {
  border: none;
  width: 60vw;
  height: calc(60vw * (9 / 16)); }

.Resources div.intro div.map {
  position: relative; }

.Resources div.intro div.map > img {
  width: 60vw; }
  @media (max-width: 1250px) {
    .Resources div.intro div.map > img {
      width: 100%; } }

.Resources div.intro div.map div.legend {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
  @media (max-width: 480px) {
    .Resources div.intro div.map div.legend {
      padding: 12px 15px; } }

.Resources div.intro div.map div.legend img {
  height: 20px; }

.Resources div.intro div.map div.legend > div {
  display: flex;
  align-items: center; }

.Resources div.intro div.map div.legend span {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #505050;
  letter-spacing: 0.025em;
  margin-top: 2px;
  margin-left: 5px; }
  @media (max-width: 480px) {
    .Resources div.intro div.map div.legend span {
      font-size: 14px; } }
  @media (max-width: 320px) {
    .Resources div.intro div.map div.legend span {
      font-size: 12px; } }

.Resources div.intro div.map div.legend div.bust {
  margin-left: 25px; }
  @media (max-width: 480px) {
    .Resources div.intro div.map div.legend div.bust {
      margin-left: 15px; } }

.Resources div.links {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: none; }
  
  .Resources div.links * {
    outline: none;
    z-index: 1; }
  .Resources div.links h3 {
    z-index: 15; }

.Resources div.links div.flickity-enabled {
  position: relative;
  z-index: 15; }

.Resources div.links div.pair {
  display: flex;
  flex-direction: column; }

.Resources div.links div.pair > div {
  width: calc(15vw - 9px);
  height: calc(15vw - 9px);
  margin-right: 12px;
  margin-bottom: 12px;
  background-color: #08002b; }
  @media (max-width: 1250px) {
    .Resources div.links div.pair > div {
      width: calc(20vw - 9px);
      height: calc(20vw - 9px); } }
  @media (max-width: 768px) {
    .Resources div.links div.pair > div {
      width: calc(22.5vw - 9px);
      height: calc(22.5vw - 9px); } }
  @media (max-width: 767px) {
    .Resources div.links div.pair > div {
      width: calc(30vw - 6px);
      height: calc(30vw - 6px);
      margin-right: 9px;
      margin-bottom: 9px; } }
  @media (max-width: 480px) {
    .Resources div.links div.pair > div {
      width: calc(45vw - 4px);
      height: calc(45vw - 4px);
      margin-right: 8px;
      margin-bottom: 8px; } }

.Resources div.links.center div.flickity-enabled {
  -webkit-transform: translateX(5px);
          transform: translateX(5px); }

.Resources div.links.left div.flickity-enabled {
  -webkit-transform: translateX(23px);
          transform: translateX(23px); }
  @media (max-width: 1023px) {
    .Resources div.links.left div.flickity-enabled {
      -webkit-transform: translateX(22px);
              transform: translateX(22px); } }
  @media (max-width: 767px) {
    .Resources div.links.left div.flickity-enabled {
      -webkit-transform: translateX(21px);
              transform: translateX(21px); } }
  @media (max-width: 480px) {
    .Resources div.links.left div.flickity-enabled {
      -webkit-transform: translateX(20px);
              transform: translateX(20px); } }

.Resources div.links button.flickity-button {
  visibility: hidden; }

.Resources div .flickity-slider img, .Resources div .flickity-slider video {
  width: 100%;
  height: 100%; }

#sg {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #08002b;
  font-size: 10px;
  line-height: 40px; }
.Sponsors .row{
    background-color: rgba(0,83,153,.15);
}
#contributor_link{
    padding-top:50px;
    padding-bottom:50px;
    margin-bottom:75px;
}
.Sponsors {
    padding-top:75px;
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: none; }
  @media (max-width: 1250px) {
    .Sponsors {
      } }
  @media (max-width: 768px) {
    .Sponsors {
       } }
  .Sponsors * {
    outline: none;
    z-index: 1; }

.Sponsors h4, #contributors h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25em;
  font-size: 1.85em;
  font-weight: 900;
  text-transform: uppercase;
  color: #08002b;
  margin-bottom: 2.5vh;
  position: relative;
  z-index: 15; 
    text-align: center;
}
  @media (max-width: 767px) {
    .Sponsors h4 {
      font-size: 20px; } }
  @media (max-width: 320px) {
    .Sponsors h4 {
      font-size: 16px; } }

.Sponsors div.group {
  display: flex;
  flex-direction: column; }

.Sponsors div.group > div {
  width: calc(12vw - 8px);
  height: calc(12vw - 8px);
  background-color: rgba(0, 83, 153, 0.15); }
  @media (max-width: 1250px) {
    .Sponsors div.group > div {
      width: calc(16vw - 8px);
      height: calc(16vw - 8px); } }
  @media (max-width: 768px) {
    .Sponsors div.group > div {
      width: calc(18vw - 8px);
      height: calc(18vw - 8px); } }
  @media (max-width: 767px) {
    .Sponsors div.group > div {
      width: calc(30vw - 6px);
      height: calc(30vw - 6px); } }
  .Sponsors div.group > div:last-of-type {
    margin-bottom: 0; }

.Sponsors div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.Sponsors .row div{
    margin-top:15px;
    margin-bottom:15px;
}

.Sponsors div.flickity-enabled {
  position: relative;
  z-index: 15; }

.Sponsors.center div.flickity-enabled {
  -webkit-transform: translateX(5px);
          transform: translateX(5px); }

.Sponsors.left div.flickity-enabled {
  -webkit-transform: translateX(21px);
          transform: translateX(21px); }

.Sponsors button.flickity-button {
  visibility: hidden; }

.App {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/bg.jpg");
  background-size: cover;
  background-position: center center; }

.App section.panel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.App section.panel:not(.Intro) {
  padding-top: 80px; }
  @media (max-width: 1023px) {
    .App section.panel:not(.Intro) {
      padding-top: 100px; } }
  @media (max-width: 767px) {
    .App section.panel:not(.Intro) {
      padding-top: 60px; } }

.App .slide-forward-enter {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.App .slide-forward-enter-active,
.App .slide-reverse-enter-active {
  -webkit-transition: -webkit-transform 1000ms ease-in-out;
  transition: -webkit-transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out;
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.App .slide-forward-leave {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.App .slide-forward-leave-active {
  -webkit-transition: -webkit-transform 1000ms ease-in-out;
  transition: -webkit-transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.App .slide-reverse-enter {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.App .slide-reverse-enter-active {
  -webkit-transition: -webkit-transform 1000ms ease-in-out;
  transition: -webkit-transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out;
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.App .slide-reverse-leave {
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.App .slide-reverse-leave-active {
  -webkit-transition: -webkit-transform 1000ms ease-in-out;
  transition: -webkit-transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out;
  transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

#indicator {
  width: 6px;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  right: 0px;
  top: 20%;
  z-index: 100;
  align-items: flex-end; }

#indicator div {
  cursor: pointer;
  width: 6px;
  height: 100%;
  margin-bottom: 5px;
  background-color: #59c0eb;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

#indicator div.active {
  width: 10px;
  background-color: #ffce39; }

#indicator div:hover {
  width: 10px; }

#contributors{
    margin-top:220px;
}
#contributors h4{
    width:100%;
}
@media(max-width:480px){
    #contributors{
        margin-top:100px;
        
    }
}

.carousel-control-next, .carousel-control-prev {
    height:25%;
    top:37.5%;
}

.sg-logo{
    width:150px;
    margin-top:5%;
}
@media(max-width:480px){
    .sg-logo{
        width:65px;
    }
}
.accordion{
    width:100%;
}
.accordion ul{
    list-style:circle;
    margin-left:5%;
}
.accordion .card{
    border:none;
    background-color:#08002A;
}
.accordion .card-header{
    position:relative;
    background-color:transparent;
}
#feedback_form textarea{
    box-shadow: 5px 5px rgba(0,0,0,0.1);
}
.accordion .btn-link:before {
    content: "-";
    position: absolute;
    color: #ffce39;
    left: 2.5%;
    font-weight: bold;
    font-size: 2em;
    top: 50%;
    transform: translateY(-50%);
}
.accordion .btn-link.collapsed:before {
    content: "+";
}
.accordion .btn-link{
    padding-left:5%;
    font-size:1em;
    color:#59c0eb;
    width:100%;
    height:100%;
    text-align: left;
    white-space:normal;
}
.accordion .card-body{
    color: #ffce39;
    line-height: 1.5em;
}
.faq_category{
    color:#59c0eb;
    text-align: center;
}
h1.title{
    width:100%;
    background-color: #08002A;
    color: #ffce39;
    text-align: center;
}

