.purple {
  color: #8A3394;
}
.yellow {
  color: #F8F866;
}
.green {
  color: #94CB3C;
}
.red {
  color: #EC1C24;
}
.white {
  color: #FFFFFF;
}
.lime {
  color: #B5C336;
}
.charcoal {
  color: #4A4A4A;
}
.bg-purple {
  background-color: #8A3394;
}
.bg-yellow {
  background-color: #F8F866;
}
.bg-green {
  background-color: #94CB3C;
}
.bg-red {
  background-color: #EC1C24;
}
.bg-lime {
  background-color: #B5C336;
}
.shad {
  -webkit-box-shadow: 3px 2px 12px -5px #000000;
  box-shadow: 3px 2px 12px -5px #000000;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Rubik', sans-serif;
  color: #8A3394;
}
p,
strong,
a {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  color: #676767;
  font-size: 18px;
}
h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  font-family: 'Rubik', sans-serif;
  color: #8A3394;
  text-align: center;
}
a {
  color: #8A3394;
  text-decoration: underline;
}
a.btn {
  text-decoration: none;
}
a:hover {
  color: #b643c3;
}
.gen-copy h1,
.gen-copy h2,
.gen-copy h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
p,
ul li,
label {
  font-family: 'Lato', sans-serif;
}
/* MIXINS */
.cover-bg {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contain-bg {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.fixed-bg {
  background-attachment: fixed;
}
figure.img-resp img {
  max-width: 100%;
}
img.img-resp {
  max-width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px) {
  .rwd-break-sm,
  .br-sm-resp,
  .resp-br,
  .br-resp {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px) {
  .rwd-break-lg {
    display: none;
  }
}
.hover-grow {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.hover-grow:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
img.img-resp {
  max-width: 100%;
}
.container-fluid-no-padding,
.container-no-padding,
.col-no-padding,
.row-no-padding,
.no-padding,
.no-pad,
.no-padd {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-mar,
.no-marr {
  margin-left: 0!important;
  margin-right: 0!important;
}
.no-marr-right {
  margin-right: 0!important;
}
.no-marr-sm {
  margin-left: 0!important;
  margin-right: 0!important;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .no-marr-sm {
    margin-left: auto;
    margin-right: auto;
  }
}
.no-padd-sm {
  margin-left: 0!important;
  margin-right: 0!important;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .no-padd-sm {
    margin-left: auto;
    margin-right: auto;
  }
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.v-pad {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .v-pad {
    padding-left: auto;
    padding-right: auto;
  }
}
.v-pad-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px) {
  .v-pad-20 {
    padding-left: 0;
    padding-right: 0;
  }
}
.v-pad-45 {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px) {
  .v-pad-45 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.v-pad-60 {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px) {
  .v-pad-60 {
    padding-left: 0;
    padding-right: 0;
  }
}
body.insights-body .v-pad-glob-insights {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px) {
  body.insights-body .v-pad-glob-insights {
    padding-left: 0;
    padding-right: 0;
  }
}
.v-pad-glob-insights {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px) {
  .v-pad-glob-insights {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width:1200px) and (max-width: 4000px) {
  .loop-marr {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px) {
  .loop-marr {
    margin: 20px auto;
  }
}
.mrl0 {
  margin-right: 0px;
  margin-left: 0px;
}
.mlr0 {
  margin-right: 0px;
  margin-left: 0px;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.m10 {
  margin: 10px;
}
.mr0 {
  margin-right: 0px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mrl10 {
  margin-left: 10px;
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mrl20 {
  margin-right: 20px;
  margin-left: 20px;
}
.m20 {
  margin: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mr40 {
  margin-right: 40px;
}
.ml40 {
  margin-left: 40px;
}
.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mtb80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.mtb100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mt200 {
  margin-top: 200px;
}
.mtb200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
.p0 {
  padding: 0;
}
.pr0 {
  padding-right: 0;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl0 {
  padding-left: 0;
}
.pl10 {
  padding-left: 10px;
}
.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .pl10-sm {
    padding-left: 10px;
  }
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.prl10 {
  padding-right: 10px;
  padding-left: 10px;
}
.prl15 {
  padding-right: 15px;
  padding-left: 15px;
}
.prl20 {
  padding-right: 20px;
  padding-left: 20px;
}
.p20 {
  padding: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p30 {
  padding: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pr40 {
  padding-right: 40px;
}
.pl40 {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .pl40-md {
    padding-left: 40px;
  }
}
.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.prl40 {
  padding-right: 40px;
  padding-left: 40px;
}
.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb80 {
  padding-bottom: 80px;
}
.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt100 {
  padding-top: 100px;
}
.ptblr100 {
  padding: 100px 100px 100px 100px;
}
.pt120 {
  padding-top: 120px;
}
.top-neg-10 {
  top: -5px;
}
.top-neg-5 {
  top: -5px;
}
.top-5 {
  top: 5px;
}
.top-10 {
  top: 10px;
}
.top-15 {
  top: 15px;
}
.height-60 {
  min-height: 60px;
}
.height-80 {
  min-height: 80px;
}
.height-100 {
  min-height: 100px;
}
.height-120 {
  min-height: 120px;
}
.height-140 {
  min-height: 140px;
}
.height-160 {
  min-height: 160px;
}
.height-180 {
  min-height: 180px;
}
.height-200 {
  min-height: 200px!important;
}
.height-240 {
  min-height: 240px!important;
}
.height-300 {
  min-height: 300px!important;
}
.height-400 {
  min-height: 400px!important;
}
.height-600 {
  min-height: 600px;
}
.margin-auto {
  margin: 0 auto;
}
.margin-bottom-extra-big {
  margin-bottom: 40px;
}
.margin-bottom-big {
  margin-bottom: 20px;
}
.margin-bottom-small {
  margin-bottom: 10px;
}
.margin-bottom-extra-small {
  margin-bottom: 4px;
}
.margin-top-extra-big {
  margin-top: 40px;
}
.margin-top-big {
  margin-top: 20px;
}
.margin-top-small {
  margin-top: 10px;
}
.margin-top-extra-small {
  margin-top: 4px;
}
@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px), only screen and (max-width: 320px) {
  .margin-tb-resp-small {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px), only screen and (max-width: 320px) {
  .margin-tb-resp-big {
    margin: 20px 0;
  }
}
.max-width-300 {
  max-width: 300px;
}
.ctct-form-embed.form_1 .ctct-form-defaults {
  background-color: transparent!important;
}
div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  display: none;
}
.ctct-inline-form .g-recaptcha {
  display: none !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 768px) {
  li.nav-item a {
    font-size: 30px;
    padding: 20px 0 20px 0px;
    margin: 0 30px;
    border-bottom: solid 2px #adcd32;
  }
}
@media only screen and (max-width: 576px) {
  li.nav-item a {
    font-size: 20px;
    padding: 10px 0 10px 1px;
    margin: 0 10px;
    border-bottom: solid 2px #adcd32;
  }
}
/* LANDING PAGE */
.parents-body h1 {
  color: #FFFFFF;
  text-align: left;
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  .parents-body h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .parents-body h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .parents-body h1 {
    font-size: 2.4vw;
  }
}
.parents-body h2 {
  color: #FFFFFF;
  text-align: left;
  font-family: 'Lato', sans-serif;
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  .parents-body h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .parents-body h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .parents-body h2 {
    font-size: 1.8vw;
  }
}
.parents-body h3 {
  font-size: 22px;
  font-weight: bold;
}
.parents-body h4 {
  font-size: 20px;
  font-weight: bold;
  color: #4A4A4A;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width:1200px) and (max-width: 4000px) {
  .parents-body h4 {
    padding: 0 0 0 20px;
  }
}
.parents-body p {
  font-size: 18px;
  line-height: 24px;
  color: #4A4A4A;
  margin-bottom: 2%;
}
.parents-body .btn.big {
  background-color: #F8F866;
  padding: 2% 6%;
}
.parents-body .btn.big:hover {
  background-color: #B5C336;
  color: #F8F866;
}
#pencil.parents {
  height: 47px;
  display: block!important;
  background-color: #4A4A4A;
}
#pencil.parents #challenge-ends p {
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  #pencil.parents #challenge-ends p {
    font-size: 12px;
  }
}
#hero-spread-bg {
  background: url(../imgz/bg-green-purp.jpg) center top repeat-y;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  top: 90px;
}
#hero-spread {
  position: relative;
}
#hero-spread .hero-spread-left {
  background: url(../imgz/200507-science-project-at-home-large.jpg) center top no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #hero-spread .hero-spread-left {
    width: 100%;
    height: 390px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #hero-spread .hero-spread-left {
    width: 100%;
    height: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #hero-spread .hero-spread-left {
    width: 100%;
    height: 346px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  #hero-spread .hero-spread-left {
    width: 100%;
    height: 340px;
  }
}
@media only screen and (max-width: 576px) {
  #hero-spread .hero-spread-left {
    width: 100%;
    height: 240px;
  }
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px) {
  #hero-spread .hero-spread-right {
    background-color: #8A3394;
    background-image: linear-gradient(to right top, #89269b, #9a2590, #a62986, #af307c, #b63974);
  }
  #hero-spread .hero-spread-right.puzzle {
    background: url(../imgz/puzzle-piece-bkg-TOP.png) no-repeat 20% 20px, linear-gradient(to right top, #89269b, #9a2590, #a62986, #af307c, #b63974);
    background-blend-mode: overlay;
  }
  #hero-spread .hero-spread-right.challenge {
    background: url(../imgz/challenge-trophy-bkg-top.png) no-repeat 15% 30px, linear-gradient(to right top, #89269b, #9a2590, #a62986, #af307c, #b63974);
    background-blend-mode: overlay;
  }
  #hero-spread .hero-spread-right.challenge.small {
    background: url(../imgz/challenge-trophy-small-bkg-top.png) no-repeat 17% 40px, linear-gradient(to right top, #89269b, #9a2590, #a62986, #af307c, #b63974);
  }
  #hero-spread .hero-spread-right.resources {
    background: url(../imgz/resources-duo-bkg-top.png) no-repeat 15% 30px, linear-gradient(to right top, #89269b, #9a2590, #a62986, #af307c, #b63974);
    background-blend-mode: overlay;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  #hero-spread .hero-spread-left {
    background-color: #B5C336;
  }
}
#hero-spread p {
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #hero-spread p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #hero-spread p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  #hero-spread p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  #hero-spread p {
    font-size: 14px;
  }
}
.icon-atom {
  display: inline-block;
  background: url(../imgz/icon-atom-white.png) center top no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
.spread-large {
  width: 100%;
  padding: 4%;
}
.spread-med {
  width: 100%;
  padding: 2%;
}
.icon-numb {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-right: 5px;
  width: 36px;
}
@media only screen and (max-width: 576px) {
  .icon-numb {
    width: 26px;
  }
}
@media only screen and (max-width: 576px) {
  .icon-numb {
    text-align: center;
  }
}
body {
  overflow-x: hidden;
}
.top-nav {
  background: url('../imgz/nav-bkg.png') 0 0 no-repeat;
  background-size: cover;
  padding: 20px 10px;
  position: fixed;
  width: 100%;
  z-index: 999;
  min-height: 90px;
}
.top-nav .row {
  margin: 0;
}
.top-nav a {
  color: #fff;
  font: 400 16px/22px 'Lato', sans-serif;
  text-decoration: none;
  padding: 0 10px;
}
.top-nav a:last-of-kind {
  padding: 0;
}
.top-nav .logo img {
  width: 240px;
}
.top-nav .btn {
  background: #F8F866;
  color: #444444;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  width: 60%;
  margin-right: 20px;
}
@media only screen and (max-width: 576px) {
  .top-nav .btn-sm {
    display: none;
  }
}
.top-nav .col-third {
  width: 33%;
}
.top-nav .col-third.center {
  text-align: center;
}
.top-nav .col-third.right {
  text-align: right;
}
.top-nav .dl-xl-none {
  dispay: inline-block;
}
.top-nav .d-xl-none > div,
.top-nav .d-xl-block > div {
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px) {
  .top-nav .toggler {
    width: 10%;
  }
  .top-nav .afba {
    display: none;
  }
  .top-nav .btn.mobile {
    width: 100%;
  }
  .top-nav .logo img {
    width: 100%;
    min-width: 200px;
  }
}
#pencil {
  top: 90px;
  padding: 10px;
  position: relative;
  text-align: center;
  background: black;
}
#pencil p {
  color: lime;
}
#pencil a {
  color: yellow;
  text-decoration: underline;
}
#home {
  padding-top: 180px;
  background: url(../imgz/home-bkg.png) center top no-repeat;
  min-height: 870px;
}
@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px) {
  #home {
    background: url(../imgz/challenges-bkg.png) center top repeat-y;
  }
}
#winners {
  padding-top: 210px;
  background: url(../imgz/home-bkg.png) center top no-repeat;
  min-height: 530px;
}
#winners .feature-box {
  padding: 70px 20px 70px 20px;
}
#challenges {
  padding-top: 180px;
  background: url(../imgz/challenges-bkg.png) center top no-repeat;
  min-height: 618px;
}
@media only screen and (max-width: 576px) {
  #challenges {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  #challenges {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1200px) {
  #challenges {
    padding-top: 150px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #challenges {
    padding-top: 160px;
  }
}
#challenges img {
  width: auto;
}
#challenges-perma {
  background: url(../imgz/challenges-accepted-bkg.png) center top no-repeat;
  min-height: 580px;
}
@media only screen and (max-width: 576px) {
  #challenges-perma {
    padding-top: 230px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  #challenges-perma {
    padding-top: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1200px) {
  #challenges-perma {
    padding-top: 220px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #challenges-perma {
    padding-top: 240px;
  }
}
#challenges-perma img {
  width: auto;
}
#challenges-perma .feature-box {
  min-height: 200px;
}
#puzzlers {
  background: url(../imgz/puzzlers-bkg.png) center top no-repeat;
  min-height: 580px;
}
@media only screen and (max-width: 576px) {
  #puzzlers {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  #puzzlers {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1200px) {
  #puzzlers {
    padding-top: 150px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 4000px) {
  #puzzlers {
    padding-top: 186px;
  }
}
#puzzlers img {
  width: auto;
  margin-top: 40px;
}
#puzzler {
  padding-top: 105px;
  background: url(../imgz/puzzlers-bkg.png) center top no-repeat;
  min-height: 72px;
  padding-bottom: 10px;
}
#puzzler img {
  width: auto;
}
#about {
  padding-top: 200px;
  background: url(../imgz/puzzlers-bkg.png) center top no-repeat;
  min-height: 530px;
}
#about .feature-box {
  padding: 70px 20px 70px 20px;
}
.feature-box {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 4px 4px 2px 0 rgba(138, 51, 148, 0.78);
  padding: 50px 20px 20px 20px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .feature-box {
    padding: 50px 0;
    width: 100%;
    box-shadow: none;
    border: solid white 5px;
  }
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px) {
  .feature-box h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.feature-box p {
  font: 600 18px/18px 'Lato', sans-serif;
  font-style: italic;
  color: #8a3394;
}
.feature-box img {
  display: block;
  width: 100%;
  max-width: 186px;
  margin: 0 auto;
}
.feature-box .col-sm {
  text-align: center;
}
.feature-box .col-sm h3 {
  color: #8A3394;
  text-transform: uppercase;
}
.feature-box .col-sm p {
  font-style: normal;
  font: 400 14px/18px 'Lato', sans-serif;
  color: #4A4A4A;
}
.feature-box .col-sm p.brought {
  font-style: italic;
  color: #8A3394;
  font-size: 16px;
}
.duo {
  color: #fff;
}
.duo h2,
.duo h3,
.duo h4,
.duo p {
  color: #fff;
}
.duo p {
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
}
.duo p.clock {
  height: 40px;
  margin: 20px 0 0px 0;
}
.duo p.clock::before {
  content: " ";
  background: url("../imgz/clock.svg") no-repeat 0 0;
  padding: 13px 10px 29px 40px;
}
.duo p.time-remaining {
  font: 100 30px/30px 'Rubik', sans-serif;
  font-style: italic;
}
.duo h2 {
  text-transform: uppercase;
}
.duo h3 {
  font: 200 30px/30px 'Lato', sans-serif;
  font-style: italic;
}
.duo .col-12 {
  padding: 0;
}
.duo .content {
  max-width: 475px;
  width: 80%;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px) {
  .duo .content {
    position: relative;
  }
}
.duo .content.puzzle {
  background-repeat: no-repeat;
  background-position: -2px 0;
  padding-left: 70px;
  max-width: 535px;
  right: 10px;
}
.duo .img-content {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px) {
  .duo .img-content img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width:1200px) and (max-width: 4000px) {
  .duo .img-content img {
    max-width: 732px;
  }
}
.duo .btn {
  background: #F8F866;
  color: #444444;
}
.notable {
  background: url(../imgz/winners-shapes-bkg.png) no-repeat 0 0;
}
.bg-science {
  background: url(../imgz/bg-big-fun.png) repeat 0 0;
}
.bg-purple {
  background-image: linear-gradient(to right top, #89269b, #9a2590, #a62986, #af307c, #b63974);
}
.bg-purple.puzzle {
  background: url(../imgz/puzzle-piece-bkg-TOP.png) no-repeat 20% 20px, linear-gradient(to right top, #89269b, #9a2590, #a62986, #af307c, #b63974);
  background-blend-mode: overlay;
}
.bg-purple.challenge {
  background: url(../imgz/challenge-trophy-bkg-top.png) no-repeat 15% 30px, linear-gradient(to right top, #89269b, #9a2590, #a62986, #af307c, #b63974);
  background-blend-mode: overlay;
}
.bg-purple.challenge.small {
  background: url(../imgz/challenge-trophy-small-bkg-top.png) no-repeat 17% 40px, linear-gradient(to right top, #89269b, #9a2590, #a62986, #af307c, #b63974);
}
.bg-purple.resources {
  background: url(../imgz/resources-duo-bkg-top.png) no-repeat 15% 30px, linear-gradient(to right top, #89269b, #9a2590, #a62986, #af307c, #b63974);
  background-blend-mode: overlay;
}
.bg-green {
  background-image: linear-gradient(to right top, #95c13f, #9cc43b, #a3c838, #aacb34, #b1ce2f);
}
.bg-green.puzzle {
  background: url(../imgz/puzzle-piece-bkg-TOP.png) no-repeat 20% 20px, linear-gradient(to right top, #95c13f, #9cc43b, #a3c838, #aacb34, #b1ce2f);
  background-blend-mode: overlay;
}
.bg-green.challenge {
  background: url(../imgz/challenge-trophy-bkg-top.png) no-repeat 15% 30px, llinear-gradient(to right top, #95c13f, #9cc43b, #a3c838, #aacb34, #b1ce2f);
  background-blend-mode: overlay;
}
.bg-green.challenge.small {
  background: url(../imgz/challenge-trophy-small-bkg-top.png) no-repeat 17% 40px, linear-gradient(to right top, #95c13f, #9cc43b, #a3c838, #aacb34, #b1ce2f);
}
.resources h3,
.resources h4,
.resources p {
  width: 100%;
}
.resources h3 {
  color: #8A3394;
  font-size: 38px;
  font-weight: 600;
}
.resources p.sub {
  font-style: italic;
  font-size: 20px;
  color: #676767;
}
.resources .resource-box {
  background: url("../imgz/bkg-small-triangle.png") no-repeat bottom right, rgba(255, 255, 255, 0.08);
  box-shadow: 1px 1px 2px 2px #D8D8D8;
  min-height: 290px;
  margin: 10px 0;
}
.resources .resource-box h4 {
  color: #94CB3C;
}
.stripe-seperator {
  margin: 0;
  padding: 0;
  height: 83px;
  background: url(../imgz/stripe-gradient.png) no-repeat 0 0;
  background-size: cover;
}
.yellow-bar {
  background: #F8F866;
  height: 72px;
  margin: 0;
  padding: 0;
}
#opt-in .opt-in-box {
  background: url("../imgz/bkg-small-triangle-3.png") no-repeat bottom right, rgba(255, 255, 255, 0.08);
  box-shadow: 1px 1px 2px 2px #D8D8D8;
  min-height: 250px;
}
#opt-in .opt-in-box h4 {
  padding-top: 40px;
  font: 400 30px/42px 'Rubik', sans-serif;
  font-size: 30px;
  color: #94CB3C;
}
#opt-in .opt-in-box h5 {
  color: #676767;
  font: 200 22px/22px 'Lato', sans-serif;
  padding-bottom: 40px;
  width: 85%;
  margin: 0 auto;
}
#opt-in .opt-in-box input {
  color: #676767;
  background: #FFFFFF;
  border: 1px solid #9B9B9B;
  padding: 10px 5px;
  margin-right: 4px;
  border-radius: 3px;
}
@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px) {
  #opt-in .opt-in-box input {
    width: 100%;
    margin-bottom: 10px;
  }
}
#opt-in .opt-in-box input[type=submit] {
  background: #8A3394;
  color: #fff;
  padding: 10px 20px;
}
#challenge-submit {
  background: #F8F866;
  color: #8A3394;
  min-height: 145px;
}
#challenge-submit p {
  display: inline-block;
}
#challenge-submit img {
  display: inline-block;
  top: -13px;
  right: -10px;
  position: relative;
}
#challenge-submit .btn {
  background: #8A3394;
  color: #fff;
  width: 80%;
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px) {
  #challenge-submit .left-side {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width:1200px) and (max-width: 4000px) {
  #challenge-submit .left-side {
    text-align: right;
  }
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px) {
  #challenge-submit .right-side {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width:1200px) and (max-width: 4000px) {
  #challenge-submit .right-side {
    text-align: left;
  }
}
#challenge-library {
  background: url('../imgz/challenges-library-bkg.png') no-repeat center center;
  min-height: 345px;
}
#challenge-list,
#general-copy {
  padding: 0;
  margin: 0;
}
#challenge-list h3,
#general-copy h3 {
  background: #95CA3C;
  height: auto;
  padding-top: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
#challenge-list .list-graphic,
#general-copy .list-graphic {
  padding: 0;
  margin: 0;
}
#challenge-list .list-graphic img,
#general-copy .list-graphic img {
  width: 100%;
}
#challenge-list .content,
#general-copy .content {
  padding-left: 0;
  margin-left: -1px;
}
#challenge-list .content > *,
#general-copy .content > * {
  padding-left: 50px;
}
#challenge-list .content h4,
#general-copy .content h4 {
  width: 62%;
}
#challenge-list .content p,
#general-copy .content p,
#challenge-list .content li,
#general-copy .content li {
  width: 62%;
  margin-bottom: 1em;
  color: #676767;
  font-size: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px) {
  #challenge-list .content p,
  #general-copy .content p,
  #challenge-list .content li,
  #general-copy .content li {
    width: 100%;
  }
}
#challenge-list .content ul,
#general-copy .content ul {
  width: 62%;
  margin-left: 25px;
}
#challenge-list .content ul li,
#general-copy .content ul li {
  list-style: disc;
  color: #676767;
  width: 62%;
  font-size: 18px;
}
#challenge-list .content .download img,
#general-copy .content .download img {
  vertical-align: top;
  border: 1px solid #8A3394;
  width: 100%;
  max-width: 211px;
}
#challenge-list .content .download p,
#general-copy .content .download p {
  padding-bottom: 15px;
}
#challenge-list .content .download > div,
#general-copy .content .download > div {
  display: inline-block;
  width: 60%;
  margin-left: 20px;
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px), only screen and (min-width: 768px) and (max-width: 992px) {
  #challenge-list .content .download > div,
  #general-copy .content .download > div {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
#challenge-list .content .process,
#general-copy .content .process {
  padding-bottom: 40px;
}
#challenge-list .content .process h4,
#general-copy .content .process h4 {
  display: inline-block;
}
#challenge-list .content .process > div,
#general-copy .content .process > div {
  display: inline-block;
  width: 85px;
  padding-bottom: 20px;
}
#challenge-list .content .process > div img,
#general-copy .content .process > div img {
  padding-left: 15px;
}
#challenge-list .content .process h4,
#general-copy .content .process h4 {
  font-size: 26px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 7px;
}
#challenge-list .content .guide,
#general-copy .content .guide {
  margin-bottom: 40px;
}
#challenge-list .content .guide a img,
#general-copy .content .guide a img {
  border: 2px solid #8A3394;
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}
#challenge-list .content .guide a p,
#general-copy .content .guide a p {
  color: #8A3394;
  text-decoration: underline;
  width: auto;
}
#general-copy p {
  width: 62%;
  margin-bottom: 1em;
}
@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px) {
  #general-copy p {
    width: 100%;
  }
}
#general-copy .content ul {
  width: 62%;
  margin-left: 25px;
}
#general-copy .content ul li {
  list-style: disc;
  font-size: 18px;
  color: #676767;
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px) {
  #related-puzzlers .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width:1200px) and (max-width: 4000px) {
  #related-puzzlers .row {
    margin-right: auto;
    margin-left: auto;
  }
}
#related-puzzlers .puzzler {
  padding: 0;
  max-width: 30.333333%;
  min-width: 340px;
  margin: 0 1%;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px) {
  #related-puzzlers .puzzler {
    max-width: inherit;
  }
}
#related-puzzlers .puzzler h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 10px;
}
#related-puzzlers .puzzler p {
  font-size: 20px;
  color: #fff;
}
#related-puzzlers .puzzler p.clock {
  text-align: right;
  padding-top: 20px;
}
#related-puzzlers .puzzler p.clock::after {
  content: " ";
  background: url("../imgz/clock.svg") no-repeat 0 0;
  padding: 13px 10px 12px 35px;
}
#related-puzzlers .puzzler img {
  width: 100%;
}
#related-puzzlers .puzzler .bg-green-puzzler {
  padding: 20px;
  min-height: 298px;
  background: url('../imgz/puzzle-piece-bkg-bottom.png') no-repeat 10% 85%, linear-gradient(to right top, #95c13f, #9cc43b, #a3c838, #aacb34, #b1ce2f);
  background-blend-mode: overlay;
}
#related-puzzlers .puzzler .bg-purple-puzzler {
  padding: 20px;
  min-height: 298px;
  background: url('../imgz/puzzle-piece-bkg-bottom.png') no-repeat 10% 85%, linear-gradient(to right top, #89269b, #9a2590, #a62986, #af307c, #b63974);
  background-blend-mode: overlay;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #much-more img {
    width: 100px;
  }
}
#much-more h3 {
  color: #8A3394;
  font-size: 38px;
  font-weight: 600;
}
#much-more p {
  font-style: italic;
}
#much-more p.sub {
  font-style: italic;
  font-size: 20px;
  color: #676767;
}
#much-more .row.much-more {
  height: 80px;
  vertical-align: middle;
  border-bottom: 1px solid #676767;
}
@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px) {
  #much-more .row.much-more {
    border-bottom: none;
  }
}
#much-more .row.much-more p {
  padding-top: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px) {
  #much-more .row.much-more p {
    padding: 0;
  }
}
#footer-crown {
  background: url(../imgz/orange-lattice.png) repeat center center;
  height: 84px;
}
footer {
  background: url("../imgz/tractor-white.png") no-repeat right bottom, linear-gradient(to right top, #803e91, #b93d80, #de5065, #ec7447, #e49e31);
  min-height: 540px;
}
@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1200px) {
  footer {
    background: linear-gradient(to right top, #803e91, #b93d80, #de5065, #ec7447, #e49e31);
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (max-width: 576px) {
  footer {
    background: linear-gradient(to right top, #803e91, #b93d80, #de5065, #ec7447, #e49e31);
  }
}
footer .footer-logos {
  width: 100%;
  max-width: 430px;
}
footer a {
  display: block;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 0 10px 0;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .social a {
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  footer .social a {
    padding: 0 0;
  }
}
footer p.special {
  color: #fff;
  font-size: 12px;
  position: relative;
}
.body-min-width {
  min-width: 290px;
  overflow: scroll;
}
.edit-this {
  display: block;
  position: absolute;
  left: 2px;
  top: 140px;
  background-color: #F8F866;
  z-index: 99;
  padding: 2px 2px;
  transform: rotate(90deg);
  text-decoration: none;
}
.pagination {
  margin-bottom: 50px;
  display: block;
  margin: auto;
  margin-bottom: 2%;
  text-align: center;
}
.pagination ul {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  margin-top: 0;
}
.pagination li {
  display: inline-block;
  text-align: center;
  font-family: "montserratbold", clean, sans-serif;
  padding: 5px;
}
.pagination li.current {
  color: #EC1C24;
  border-bottom: 2px solid #cf6a34;
}
.pag-prev-link,
.pag-next-link {
  width: 20px;
  height: auto;
  font-size: 0;
  position: relative;
  display: block;
}
/*# sourceMappingURL=/css/style.css.map */