

select {
    /* margin: 50px; */
    background: transparent;
    width: 100px;
    padding: 5px 35px 5px 5px;
    /* font-size: 16px; */
    border: none;
    border-radius: 0px;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/downArrow.png) 96% / 15% no-repeat #fff;
    color: #6a6a6a;
   margin-top: 15px;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none;
        padding: 5px;
    }
}
input {
    line-height: normal;
    border: none;
    border-bottom: 1px solid #6a6a6a;
    background: #F5F5F5;
    margin: 20px 0;
  }
  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #6a6a6a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #6a6a6a;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #6a6a6a;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #6a6a6a;
}
input[value="email@withmathican.org"] { color: #6a6a6a; }​


/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
   
   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   p,
   a {
    font-family: 'Open Sans', Arial, sans-serif;
    text-align: center;
      margin-top:0;
      margin-bottom: 0;
   }

   h1,
   h2,
   h3,
   h4 {
    font-weight: 300;
   }

   h1 {
    color: #00bfdf;
    font-size: 30px;
    text-align:center;
    
   }
   h2 {
    color: #00bfdf;
    font-size: 30px;
   }
   h3 {
    color: #ffffff;
    font-size: 30px;
   }
   h4 {
    color: #231f20;
    font-size: 30px;
   }
   h5 {
    color: #231f20;
    font-size: 15px;
   }
   h6 {

   }
   p {
    font-weight: 400;
    font-size: 15px;
    color:#333333;
    line-height: 1.5;
   }
   a {
      text-decoration: none;
      color:#8dc63f;
      text-align: center;
   }
   .sectionHeader h2,
   .sectionHeader h3 {
    text-align: left;
   }
   .header h1{
    color: #ffffff;
    font-size: 30px;
   
   }

   footer p {
      color:white;
   }

   /* ==========================================================================
   MAIN STYLES - HOME PAGE
   ========================================================================== */
   /* UNIVERSAL STYLES*/
   html,body
   {
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
     
   }

   body {
    overflow-x: hidden;
    font-family: "Open Sans", Arial, sans-serif;
    overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
   }

  .maxWidth {
    max-width: 1280px;
    margin: 0 auto;
    display: block;
  }
  .playBtn, #show_tide { cursor: pointer;  }
   .hide {
      display: none;
   }
   .mobileHide {
     display: block;
   }
   .sectionContent {
    padding-top: 20px;
      padding-bottom: 20px;
   }

   .sectionHeader {
      height: 400px;
      line-height: 400px;
      padding-left: 30px;
   }
   .sectionHeader span {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
   }
   .facebook, .twitter, .pinterest {
      background-image: url('../img/social.png');
      background-repeat: no-repeat;
      display: block;
      width: 30px;
      height: 30px;
      float: left;
      margin: 15px 10px;
   }
   .facebook:hover, .twitter:hover, .pinterest:hover {
      background-image: url('../img/socialHover.png');
   }
   .facebook {
      background-position: 0px 0px;
   }
   .twitter {
      background-position: -51px 0px;
   }
   .pinterest {
      background-position: -103px 0px;
   }
   img {
      display:block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
   }
   .button {
      background-color: #76b043;
      color: #fff;
      width: 60%;
      padding:10px 0;
      display: block;
      margin:0 auto;
   }
   .button:hover {
      background-color: #8bc43e;
   }
   .btnContainer {
      margin-top: 30px;
   }
   .buttonWht {
      background-color: #fff;
      padding: 10px 0px;
      color: #76b043;
      display:block;
      width: 240px;
      margin:0 auto;
   }
   .bold {
      font-weight: 600;
   }
   .italic {
      font-style:italic;
   }
   .green a {
    color:#8bc43e;
   }
   p.green {
    margin-top: 20px;
   }
   .white a {
    color:#fff;
   }
   p.white {
    margin-top: 20px;
   }
.play-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.maxWidth {
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}

   /* NAVIGATION SECTION*/
   #nav-items {
      display: block;
   }
   nav {
      position:fixed;
      z-index: 150;
      width: 100%;
      background-color: #00bfdf;
      height: 63px;
   }
   nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow:hidden;
      float:right;
   }
   nav ul li {
      float:left;
   }

   nav ul li a {
      display: block;
      color: white;
      text-align: center;
      padding: 20px 29px;
      text-decoration: none;
      font-weight: 600;

   }  
   nav ul li a:hover, nav ul li.highlighted {
      background-color: #40cfe7;

   }
   /*.active {
      background-color: #40cfe7;
   }*/
   nav ul ul {
      display:none;
      position:absolute;
      top:100%;
      background:#fff;
   }
   nav ul ul li {
      float:none;
      width:200px;
      padding-top: 10px;
      padding-bottom: 10px;
   }

   nav ul ul a {
      line-height:120%;
      padding:5px 15px;
      color: #333333;
      font-weight: 400;
      text-align: left;
   }
   
   nav ul ul li a:hover{
      background-color: #fff;
      color:#76b043;
   }
   nav ul li:hover > ul {
      display:block;
   }
   ul.shadow {
     -webkit-box-shadow: 0px 8px 20px 5px rgba(0,0,0,0.25);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow:    0px 8px 20px 5px rgba(0,0,0,0.25);   /* Firefox 3.5 - 3.6 */
     box-shadow:         0px 8px 20px 5px rgba(0,0,0,0.25);   /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
     z-index: 1;
   }
   .iconHide {
      display: none;
   }
   .iconShow {
      display: inline-block;
   }

   /* HERO SECTION*/
   header {
      position: relative;
   }
   .heroContainer, .heroImg {
      position:relative;
   }
   .heroImg {
      height:470px;
      background: url(../img/hero-back.jpg) no-repeat center 63px;
      background-size:cover;
      padding-top:62px;
   }


   /* START HERO CONTENT */
  .heroContent {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 153px;
    padding-left: 19.5%;
  }
  .heroContent p {
    text-align: left;
    color: #FFFFFF; 
  }
  .heroContent p.headline {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 40px; 
    line-height: 44px; 
    width: 270px;
    font-weight: 300;
    text-indent: -10px;
  }
  .heroContent p.subHeadline {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 17px; 
    line-height: 20px; 
    width: 220px; 
    font-weight: 600;
    margin-top: 26px;
  }
  #pledgeCTA {
    display: inline-block;
    padding: 0 25px;
    height: 48px;
    border-radius: 3px;
    font-family: 'Open Sans', helvetica, arial, sans-serif; 
    font-size: 17px; 
    font-weight: normal; 
    color: #FFFFFF;
    background-color: #00bfdf;
    line-height: 48px;
    margin: 13px 0 0 0;
    transition: all .2s ease;
  }
  #pledgeCTA:hover {
    background-color: #40cfe7;
  }
  #pledgeCTA:active {
    background-color: #9DE1EB;
  }
  #heroVidModal iframe {
    border: 0;
  }
  #heroVidLink {
    display: inline-block;
    position: relative;
    font-family: 'Open Sans', helvetica, arial, sans-serif; 
    text-align: left;
    font-size: 17px; 
    line-height: 28px; 
    color: #42BEE2; 
    font-weight: 600;
    margin:26px 0 0 0;
    opacity: .8;
    transition: all .2s ease;
  }
  #heroVidLink:hover {
    opacity: 1;
  }
  #heroVidLink .backdrop {
    display: none;
  }
  #heroVidLink img {
    display: block;
    position: absolute;
    top: 0;
    right: -35px;
    opacity: .6;
  }
  #tide, #underlay {
    height: 100%;
  }
  @media (max-width: 800px) {
    .heroImg {
      height: 400px;
    }
    .heroContent {
      padding-top: 100px;
      padding-left: 5%;
    }
  }
  @media (max-width: 480px) {
    .heroContent {
      width: 100%;
      padding-top: 98px;
      padding-left: 7.6%;
    }
    .heroContent p.headline {
      font-size: 20px;
      width: 130px;
      margin: 0;
      line-height: 26px;
    }
    .heroContent p.subHeadline {
      font-size: 12px;
      line-height: 15px;
      width: 160px;
      margin: 14px 0 0 0;
    }
    #pledgeCTA {
      margin: 6px 0 0 0;
      font-size: 12px;
      padding: 0 14px;
      height: 32px;
      line-height: 32px;
    }
    #heroVidLink {
      display: inline-block;
      width:100%;
      height: 33px;
      margin-left: -24px;
      padding-left: 24px;
      font-size: 14px;
      line-height: 33px;
    }
    #heroVidLink .linkContent {
      position: relative;
      z-index: 1;
    }
    #heroVidLink .backdrop {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #000;
      opacity: .6;
      z-index: 0;
    }
    #heroVidLink img {
      width: 20px;
      right: -28px;
    }
  }

   /* END HERO CONTENT */

   iframe {
      margin:0 auto;
      display:block;
   }
   #logoContainer {
      position: fixed;
      z-index: 200;
   }
   .logoVertical {
       top:20px;
      left:20px;
      width:140px;
      height:140px;
      background: url(../img/logo_vert.png) no-repeat;
      transition: all 0.2s ease;
   }
   .logoHorizontal {
      top:8px;
      left:20px;
      height:47px;
      width:286px;
      background: url(../img/logo_horiz.png) no-repeat;
      transition: all 0.2s ease;
   }

   .heroIntro {
      padding-top: 48px;
      padding-bottom: 20px;
   }
      .heroIntro p{
         padding-top: 30px;
         width:70%;
         margin: 0 auto;
         display: block;
      }
      .heroIntro p:last-child {
         font-weight: 600;
         
         color:#231f20;
         padding-top: 25px;
      }
   .steps {
      padding-bottom: 30px;
   }
      .steps p {
         width:80%;
         margin:0 auto;
         display:block;
         padding-top: 20px;
      }
   .pledgeContainer {
      
      background-color: #f5f5f5;
      width: 100%;
      height: 100px;
      overflow:hidden;
      z-index: 50;
   }
   .pledgeContainer >div {
    height: 100px;
   }

   .pledge {
      display: inline;
      margin:0 auto;
      height: 100%;
      
   }
.pledgeContent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.modal-body p{
  padding-top:20px;
  padding-bottom:20px;
}
.modal-body h5, 
.modal-body p  {
  text-align: left;
  width: 85%;
  margin:0 auto;
}

.pledgeButton.col{
  margin:0 0 0 1.6%;
}
.counter {
  margin:1% 0 1% 1.6%;
}
.pledgeButton {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pledgeButton a {
    background-color: #76b043;
    padding: 3% 20%;
    color: #fff;
    line-height: 40px;
}
.pledgeButton a:hover {
  background:#8dc63f;
  transition: all 0.2s ease;
}
 .videoContainer{
 position: relative;
    width: 100%;
 }
.email {
  border: 2px solid #76b043;
  color: #76b043;
  width: 60%;
  display: block;
  margin:0 auto;    
  padding: 10px 0;
}
.email img{
  float:left;
  padding-right: 10px;
}
.emailAlign {
  margin: 0 auto;
  display: block;
  width: 70%
}
#wMICPledge {
  border: none;
  background: #fff;
  margin:0;
}

   .counter-wrapper {
      margin:0 auto;
      display: block;

   }
   .pledge p {
         font-weight: 600;
      }
   .snapTop.shadow {
       
       -webkit-box-shadow: 0px 4px 8px 2px rgba(0,0,0,0.25);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
      -moz-box-shadow:    0px 4px 8px 2px rgba(0,0,0,0.25);   /* Firefox 3.5 - 3.6 */
      box-shadow:         0px 4px 8px 2px rgba(0,0,0,0.25);   /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
   }
   .stickytop .col {
      margin:0;
   } 
   .stickytop .pledgeContent {
      padding-top: 10px;
   }
   .pledgeSocial {
    margin: 0 auto;
    width: 20%;
    display: block;
    margin-top: 20px;
   }
   
   .pledgeSocial .facebook, .pledgeSocial .twitter {
      background-image: url(../img/pledgeSocial.png);
      background-repeat: no-repeat;
      display: block;
      width: 30px;
      height: 30px;
      float: left;
      margin: 0 10px;
   }
   .pledgeSocial .facebook:hover, .pledgeSocial .twitter:hover {
      background-image: url(../img/pledgeSocialHover.png);
      transition: all 0.2s ease;
   }
   .pledgeSocial .facebook {
      background-position: 0px 0px;
   }
   .pledgeSocial .twitter {
      background-position: -51px 0px;
   }
   .pledgeContent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.modal-body p{
  padding-top:20px;
  padding-bottom:20px;
}

.pledgeButton.col{
  margin:0 0 0 1.6%;
}
.counter {
  margin:1% 0 1% 1.6%;
}
.pledgeButton {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pledgeButton a {
    background-color: #76b043;
    padding: 3% 25%;
    color: #fff;
    line-height: 40px;
}
 .videoContainer{
 position: relative;
    width: 100%;
 }

   /* GROWTH SECTION */
   #growth .sectionHeader {
    background: url(../img/imgGrowth.png) center top;
    background-size:cover;
    background-attachment: fixed;
    height: 300px;
   }
   #growth .sectionContent {
    background-color: #00bfdf;
   }
      #growth .sectionContent .growthIntro {
         padding-top: 30px;
         padding-bottom:50px;
         width: 70%;
         margin:0 auto;
         display:block;
      }
      #growth .sectionContent .mindset {
         width:90%;
         margin:0 auto;
         display:block;
      }
      #growth .sectionContent h4 {
         padding-top: 46px;
         padding-bottom: 25px;
      }
      #growth .sectionContent .examples {
         width:98%;
         margin: 0 auto;
      }
      #growth .sectionContent .examples > div {
        background-color: #66d8eb;
         height:430px;
      }

      #growth .sectionContent .examples h5 {
         padding-top: 20px;
         padding-bottom: 10px;
      }
      #growth .sectionContent .examples img {
         padding-top:20px;
         padding-bottom: 20px;
         width:80%;
         margin:0 auto;
         display:block;
         
      }
      #growth .sectionContent .examples p {
       width: 90%;
       margin:0 auto;
         display:block;

      }
      .play {
        position: relative;
        z-index: 10;
      }
      .playVideo {
        width: 100%;
        height:100%;
      }

   /* STORY SECTION */
   #story .sectionHeader {
    background: url(../img/imgStory.jpg) center top;
    background-size:cover;
    background-attachment: fixed;
   }
   #story .sectionContent {
     padding-bottom: 0;
   }
   #story .sectionContent p,
   #story .sectionContent h5 {
    text-align: left;
   }
   #story .sectionContent h4 {
      padding-bottom:32px;
   }
   #story .sectionContent .storyIntro {
      padding-right: 30px;
      padding-left: 30px;
   }
      #story .sectionContent .storyIntro .storyIntroLeft {
         border-right: #f5f5f5 solid 2px;
         width:47%;
         padding-right: 2%;
         padding-top: 30px;
      }
      #story .sectionContent .storyIntro .storyIntroLeft p{
         padding-bottom: 30px;
      }
      #story .sectionContent .storyIntro .storyIntroRight {
         width:47%;
         padding-bottom: 50px;
         padding-top: 30px;
      }
      
   #story .sectionContent .storyStats {
      padding-bottom: 30px;
      height: 125px;
   }
      #story .sectionContent .storyStats p {
         padding-bottom: 0;
      }
      #story .sectionContent .storyStats img{
         float:left;
         clear:both;
         margin-right: 10px;
         margin-bottom: 20px;
  
      }
   
   #story .supportersContainer {
      background-color: #f5f5f5;
      padding-bottom: 50px;
   }
   #story .supportersContainer h4 {
      padding-top: 30px;
   }
   #story .supportersSection {
      display: block;
      margin: 0 auto;
      width: 90%;
   }
   #story .supportersSection .supporter:hover {
    border:2px solid #8bc43e;
    transition: all 0.4s ease;

   }
   #story .supportersSection .supporter {
    border:2px solid #fff;
     background-color: #fff;
     width:23%;
      height: 150px;
      text-align: center;  /* align the inline(-block) elements horizontally */
      font: 0/0 a;      
   }
   #story .supportersSection .supporterFill {
      width:23%;
      height: 150px;
      text-align: center;  /* align the inline(-block) elements horizontally */
      font: 0/0 a;     
   }
  #story .supportersSection .supporter:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
  }
  #story .supportersSection .supporter a img {
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 16px/1 Arial sans-serif; 
    max-height: 120px;
  }
   #story .supportersLast {
    margin:0 auto;
    display: block;
    width: 100%
   }
   #story .joBook {
    float:left;
    padding:10px 15px 10px 0;
   }
   /* RESOURCES SECTION */
   #resources .sectionHeader {
    background: url(../img/imgResources.jpg) center top;
    background-size:cover;
    background-attachment: fixed;
   }
   #resources .sectionContent h5 {
      padding-bottom: 20px;
   }
   #resources .sectionContent p {
      padding-bottom: 30px;
   }
   #resources .sectionContent {
      text-align: center;
   }
   #resources .resourcesLocation {
      padding-top:20px;
      padding-bottom:20px;
      padding-right: 1%;
      padding-left: 1%;
      border-right: #f5f5f5 solid 2px;
      width:31%;
      display: block;
      margin:0 auto;
   }
   #resources .resourcesLocation:last-child {
      border-right: none;
      padding-right: 0;
   }
   #resourcesFix {
    margin-left: 1%;
   }
   .resources {
    background-color: #f5f5f5;
   }

    /* INVOLVED SECTION */
   #involved .sectionHeader {
    background: url(../img/imgInvolved.jpg) center top;
    background-size:cover;
    background-attachment: fixed;
   }
   #involved .sectionContent {
    background-color: #00bfdf;
   }
   #involved .sectionContent h3 {
      padding-top:30px;
      padding-bottom: 25px;
   }
   #involved .sectionContent .win div {
     width: 80%;
     padding:0 2%;
     display: block;
     margin: 0 auto;
   }
   #involved .sectionContent .win img,
   #involved .sectionContent .win p {
      padding-bottom: 20px;
   }
   #involved .sectionContent .involvedMath {
     width: 70%;
     display: block;
     margin: 0 auto;
   }
   #involved .sectionContent .involvedMath p:nth-child(3) {
      padding-top: 30px;
   }
   #involved .sectionContent .involvedMath #twitterContainer {
      width: 60%;
      margin:0 auto;
      display: block;
      padding-top: 20px;
   }
   .winSocial {
    margin: 0 auto;
    width: 15%;
    display: block;
    padding-bottom: 20px;
    margin-top: 20px;
   }
   
   .winSocial .facebook, .winSocial .twitter {
      background-image: url(../img/socialBig.png);
      background-repeat: no-repeat;
      display: block;
      width: 45px;
      height: 45px;
      float: left;
      margin: 0 10px;
   }
   .winSocial .facebook:hover, .winSocial .twitter:hover {
      background-image: url(../img/socialBigHover.png);
      transition: all 0.2s ease;
   }
   .winSocial .facebook {
      background-position: 0px 0px;
   }
   .winSocial .twitter {
      background-position: -78px 0px;
   }
   /* FOOTER SECTION */
   footer {
      background-color: #333333;
      height:150px;
   }
   footer .footerContent {
      padding-top:40px;
      position: relative;
   }

   

   /* ==========================================================================
   MAIN STYLES - RESOURCES PAGES
   ========================================================================== */
   .header {
      background: url(../img/header.jpg) center top;
      background-size:cover;
      height:150px;
      position: relative;
      margin-top:63px;
      
   }
      .header h1{
      position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
      }
   .videoContainer {
     width:98%;
     margin:0 auto;
     display:block;
   }
   .videoResources  p {
      padding-top: 30px;
      padding-bottom: 30px;
      width:60%;
      margin: 0 auto;
      display: block;
   }
   .videoResources h2 {
      padding-top: 50px;
   }
   .videoResources img {
      border:#76b043 solid 2px;
   }
   .videos p {
      font-weight: 600;
      width:75%;
      margin:0 auto;
      padding-bottom: 20px;
      height: 40px;
   }
  /* .videos:last-child {
      padding-bottom: 50px;
   }*/
   .videoResources .green {
     font-size: 12px;
     color: #76b043;
     font-weight: 400;
     padding-top: 10px;
     padding-bottom: 10px;
   }
   .video-responsive{
   position: relative;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling:touch;

}
/* 16x9 Aspect Ratio */
.video-responsive-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.video-responsive-4x3 {
  padding-bottom: 75%;
}
.video-responsive iframe{
    position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoBox{ position: relative; }
.playBtn {
    display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: url(../img/playMed.png) no-repeat center center;
    width: 100%;
    height: 100%;}
.playBtn:hover {
    background: url(../img/playMedHover.png) no-repeat center center;
    transition: all 0.5s ease;
}

.snapTopPadding{
  padding-top: 140px;
}
   /* ==========================================================================
   MOBILE STYLES - HOME
   ========================================================================== */
@media (min-width:1000px) {
  p.centered,
  p.centeredGrow,
  .counter-wrapper
   {
      line-height: 14px;
      height:75px;
      margin: 0px;
      display: table-cell;
      vertical-align: middle;
      
      margin-top:0 !important;
  }
}
@media (max-width:1200px) {
  .videos p {
    padding-bottom: 30px;
   }
    .flip-counter {
    padding-left: 0px;
  }
  .winSocial {
    width: 20%;
  }
}
@media (max-width:1100px) { 
   #story .sectionContent .storyStats {
      height: 175px;
   }
   #story .sectionContent .storyStats img {
      margin-bottom: 60px;
   }
  
}
@media (max-width:1000px) {
   html, body {
    overflow-x:hidden;
  }
  .pledgeContent>p:first-child {
  padding-left: 0;
}
    p.centered,
  p.centeredGrow,
  .counter-wrapper {
    height:auto !important;
  }
  .pledgeButton.col {
    text-align: center;
  }
  .counter.col {
    margin: .5% 0 .5% 0;
  }
   /* NAVIGATION - HAMBURGER */
   .toggleContainer {
      background-color: #00bfdf;
      position: fixed;
      z-index: 200;
      width: 100%;
      height: 63px;

   }
   .overflow {
    overflow-x:hidden; 
   }
   nav {
      height: auto;
   }
   .iconShow {
    display: none;
   }
   #nav-toggle { 
      position: relative; 
      left: 95%; 
      top: 0; 
      display:block;
      z-index: 100;
   }
   #nav-toggle { 
      cursor: pointer; 
      padding: 7px 10px 16px 0px; 
   }
   #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 5px;
     width: 35px;
     background: white;
     position: absolute;
     display: block;
     content: '';
   }
   #nav-toggle span:before {
     top: -10px; 
   }
   #nav-toggle span:after {
     bottom: -10px;
   }

   #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
     transition: all 500ms ease-in-out;
   }
   #nav-toggle.active span {
     background-color: transparent;
   }
   #nav-toggle.active span:before, #nav-toggle.active span:after {
     top: 0;
   }
   #nav-toggle.active span:before {
     transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
   }
   #nav-toggle.active span:after {
     transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
   }
   /* NAVIGATION - ACCORDION*/
   #nav-toggle:hover { 
     cursor: pointer;
   }
   #nav-toggle:before { 
     content:"+";
   }
   #nav-toggle.menuActive:before { 
     content:"-";
   }
   #nav-items {
     background: #00bfdf;
     display: none;
     margin-top: 60px;
   }
   #nav-items ul, #nav-items li {
     margin: 0;
     padding: 0;
     float:none;
     width: 100%;
   }
   #nav-items a {
     padding: 10px;
     display: block;
   }
   nav ul ul {
     display: block;
     position: relative;
     background: #00bfdf;
   }
    nav ul ul li a {
      text-align: center;
      color: white;
      font-weight: 600;
    }
    nav ul ul li a:hover {
      background: #40cfe7;
      color: white;
    }
    
   ul.shadow {
     -webkit-box-shadow: none;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow:    none;   /* Firefox 3.5 - 3.6 */
     box-shadow:         none;   /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
   }
   /* LOGO */
   .logoContainer {
       background: url(../img/logo_horiz.png) no-repeat;
    }
    .pledgeHide {
      display: none;
    }
    /* STORY SECTION */
    #story .sectionContent .storyIntro .storyIntroLeft,
    #story .sectionContent .storyIntro .storyIntroRight {
      width: 90%;
    }
    #story .sectionContent .storyIntro .storyIntroLeft {
      border: none;
    }
    #story .sectionContent .storyStats img {
      float: none;
      margin:0 auto;
      display: block;
   }
   #story .sectionContent .storyStats {
     height: auto;
   }
   #story .supportersSection .supporter {
    width: 100%;
       margin-left: 0;
   }
   .supporterFill {
      display: none;
   }
   /*RESOURCES */
   #resources .resourcesLocation {
    width: 100%;
    margin:0 auto;
    display:block;
    border:none;
   }
   /* INVOLVED SECTION */
   #involved .sectionContent .involvedMath #twitterContainer {
      width: 80%;
   }
   #involved .sectionContent .win div {
     width: 70%;
   }
   .winSocial {
    width: 20%;
   }
   /*RESOURCES PAGES*/
   .videoResources .videos div {
          width: 100%;
          margin: 0 auto;
   }
   .videos p {
    padding-bottom: 10px;
   }
   .pledgeButton a {
      background-color: #76b043;
      padding: 1% 10%;
      color: #fff;
    }

}
@media (max-width:800px) {
  .mobileHide {
      display: none;
   }
   /* NAVIGATION */
   #nav-toggle { 
      left: 90%; 
   }
   #growth .sectionContent .growthMobile p {
      color:#fff;
      padding-bottom: 30px;
      width: 90%;
      margin: 0 auto;

   }
   #growth .sectionContent .growthMobile img {
      padding-bottom: 30px;
   }
   #growth .sectionContent .mindset {
      display: none;
   }
   #growth .sectionContent .examples .mobileExample {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
   }
   .hide {
      display: block;
   }
   .logoVertical {
      top:8px;
      left:10px;
      height:47px;
      width:235px;
      background: url(../img/logo_mobile.png) no-repeat;
   }
   .logoHorizontal {
      top:8px;
      left:10px;
      height:47px;
      width:235px;
      background: url(../img/logo_mobile.png) no-repeat;
   }
   .winSocial {
    width: 35%;
   }
   .pledgeButton a {
      background-color: #76b043;
      padding: 2% 10%;
      color: #fff;
    }


}
@media (max-width: 480px) {
   /* UNIVERSAL SECTION */
   h3 {
    font-size: 25px;
   }
   .hide {
      display: block;
   }
   .mobileHide {
     display: none;
   }
   p,
   .heroIntro p,
   .heroIntro p:last-child,
   #growth .sectionContent .growthIntro,
   #story .sectionContent .storyIntro .storyIntroLeft p,
   #story .sectionContent .storyStats p {
      width:95%;
      margin:0 auto;
   }
   img {
      max-width:90%;
   }
   .pledgeButton a {
      background-color: #76b043;
      padding: 3d% 10%;
      color: #fff;
    }
   .sectionHeader {
      height: 425px;
      line-height: normal;
      padding: 0;
   }
   .sectionHeader span {
       display: block;
       margin-bottom: 0;
       padding-bottom: 15px;

   }
   .sectionHeader span h2, 
   .sectionHeader span h3 {
      width:100%;
      margin:0 auto;
      text-align: center;
   }

   
   /* INTRO SECTION */
   #nav-toggle {
      left: 90%; 
      padding: 5px 0px 16px 0px;    
   }
   .logoVertical {
      top:8px;
      left:10px;
      height:47px;
      width:235px;
      background: url(../img/logo_mobile.png) no-repeat;
   }
   .logoHorizontal {
      top:8px;
      left:10px;
      height:47px;
      width:235px;
      background: url(../img/logo_mobile.png) no-repeat;
   }

   .heroSocial {
      display: none;
   }
   .heroImg {
      display: none;
   }
   .heroImgMobile {
      background: url(../img/mobileHero-back.jpg) no-repeat center top;
      height: 257px;
      display: block;
      background-size:cover;
      margin-top: 60px;
   }
   .heroImgMobile a {
      height: 300px;
      width:400px;
      display: block;
   }
   .heroIntro h2,
   .steps {
      width: 90%;
      margin: 0 auto;
      display: block;
   }
   .steps div img {
      padding-top: 25px;
      padding-bottom: 15px;
   }

   .pledgeContent {
      width:100%;
      margin: 0 auto;
      display: block;
      padding-top: 20px;
   }
   .button {
      margin-top: 10px;
      padding:10px 0;

   }
   

   /* GROWTH SECTION */
   #growth .sectionHeader {
      background-image:none;
   }
         #growth .sectionHeader h2 {
            color: #fff;
            padding-top:30px;
         }
         #growth .sectionHeader span {
            background-color: #00bfdf;
         }
   #growth .sectionHeader .mobileHeader {
      height: 300px;
      background: url(../img/mobileGrowth.png) center center;
      background-size:cover;
   }
   #growth .sectionContent .growthMobile p {
      color:#fff;
      padding-bottom: 30px;
   }
   #growth .sectionContent .growthMobile img {
      padding-bottom: 30px;
   }
   #growth .sectionContent .mindset {
      display: none;
   }
   #growth .sectionContent .examples {
      width: 100%;
   }
      #growth .sectionContent .examples h5 {
         padding-bottom: 5px;
      }
      #growth .sectionContent .examples > div {
         height:auto;
         padding-bottom: 30px;
      }
      #growth .sectionContent .examples p {
         width:80%;
      }

   /* STORY SECTION */
   #story .sectionHeader {
      background-image:none;
   }
      #story .sectionHeader .mobileHeader {
         height: 300px;
         background: url(../img/mobileStory.png) center top;
         background-size:cover;
         margin-bottom: 30px;
      }
      #story .sectionHeader h3 {
         color: #333333;
      }
   #story .sectionContent .storyIntro .storyIntroRight {
      margin:0;
      padding:0;
   }
   #story .sectionContent .storyIntro .storyIntroLeft {
      padding-top: 0px;
   }
   #story .sectionContent .storyStats img {
      float: none;
      margin:0 auto;
      display: block;
   }
   #story .sectionContent .storyStats p {
      margin:0;
   }
   #story .sectionContent h5 {
      font-size: 15px;
   }
   #story .supportersSection .supporter {
     width: 100%;
   }
   #story .sectionContent .storyIntro .storyIntroLeft,
    #story .sectionContent .storyIntro .storyIntroRight {
      width: 100%;
    }
    #growth .sectionContent .growthIntro {
      margin-top:150px;
    }

   /* RESOURCES SECTION */
   #resources .sectionHeader {
      background-image:none;
   }
   #resources .sectionHeader .mobileHeader {
      height: 300px;
      background: url(../img/mobileResources.png) center top;
      background-size:cover;
      margin-bottom: 30px;
   }
   #resources .sectionHeader h3 {
      color: #333333;
   }
   #resources .resourcesLocation {
      width: 100%;
      display: block;
      margin: 0 auto;
   }
   /* INVOLVED SECTION */
   #involved .sectionHeader {
      background-image:none;
   }
      #involved .sectionHeader span {
         background-color: #00bfdf;
         padding-top: 30px;
      }
      #involved .sectionHeader h2 {
         color: #fff;
      }
   #involved .sectionHeader .mobileHeader {
      height: 300px;
      background: url(../img/mobileInvolved.png) center top;
      background-size:cover;
      position: relative;

   }
   #involved .sectionContent .win>div {
      margin-bottom:30px;
      width: 100%;
   }
   #involved .sectionContent .involvedMath {
     width: 100%;
   }
   .buttonWht {
     width: auto;
   }
   #involved .sectionContent .involvedMath #twitterContainer {
      width: 90%;
   }
   /* FOOTER SECTION */
   footer .footerContent {
      padding-top: 10px;
   }
   footer .footerSocial {
      right:30%;
   }
  
    #resourcesModalID,
    .email {
      width: 90%;
    }
   /* ==========================================================================
   MAIN STYLES - RESOURCES PAGES
   ========================================================================== */
   .videoResources p {
      padding-top: 50px;
      width:90%;
      margin: 0 auto;
      display: block;
   }
}
