/* STYLE SHEET NICE WORLD INDUSTRIES 2020 */
/* NICEWORLD.ORG */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA COLORS */
.white {
  color: #FFFFFF;
}
.black {
  color: #000000;
}
.red {
  color: #FF0303;
}
.orange {
  color: #f6672f;
}
.ink {
  color: #002A4A;
}
.lemon {
  color: #F8F866;
}
.charcoal {
  color: #646569;
}
.blue {
  color: #20C2EF;
}
.blue-seven {
  color: #002A49;
}
.blue-six {
  color: #00476D;
}
.blue-five {
  color: #016A92;
}
.blue-four {
  color: #028FBE;
}
.blue-three {
  color: #1EBAEB;
}
.blue-two {
  color: #00CEE3;
}
.blue-one {
  color: #00E0C8;
}
.lime {
  color: #63EDA2;
}
.bg-black {
  background-color: #171717;
}
.bg-lt-grey {
  background-color: #E6E6E6;
}
.bg-red {
  background-color: #FF0303;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-lemon {
  background-color: #F8F866;
}
.bg-charcoal {
  background-color: #646569;
}
.bg-blue {
  background-color: #20C2EF;
}
.bg-blue-seven {
  background-color: #002A49;
}
.bg-blue-six {
  background-color: #00476D;
}
.bg-blue-five {
  background-color: #016A92;
}
.bg-blue-four {
  background-color: #028FBE;
}
.bg-blue-three {
  background-color: #1EBAEB;
}
.bg-blue-two {
  background-color: #00CEE3;
}
.bg-blue-one {
  background-color: #00E0C8;
}
.bg-lime {
  background-color: #63EDA2;
}
.bg-orange {
  background-color: #f6672f;
}
.txt-ink {
  color: #002A4A;
}
.txt-white {
  color: #FFFFFF;
}
.bg-pattern-one {
  background: url('../imgz/bg-pattern-one.jpg') repeat-x;
  background-position: center center;
  -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;
}
.bg-pattern-two {
  background: url('../imgz/bg-pattern-two.jpg') repeat-x;
  background-position: center center;
  -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;
}
.bg-pattern-three {
  background: url('../imgz/bg-pattern-three.jpg') repeat-x;
  background-position: center center;
  -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;
}
.bg-pattern-four {
  background: url('../imgz/bg-pattern-four.jpg') repeat-x;
  background-position: center center;
  -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;
}
.bg-pattern-five {
  background: url('../imgz/bg-pattern-five.jpg') repeat-x;
  background-position: center center;
  -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;
}
.bg-pattern-footer {
  background: url('../imgz/bg-pattern-footer.jpg') repeat-x;
  background-position: center center;
  -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;
}
.bg-divider-blue {
  background: url('../imgz/bg-divider-blue.jpg') repeat;
  background-position: center center;
}
.bg-green-gradient {
  background-image: linear-gradient(to right top, #799a02, #81a517, #8aaf25, #92ba31, #9bc53d);
}
.bg-green-gradient-two {
  background-image: linear-gradient(to bottom, #799a02, #9ab24d, #baca81, #d9e2b5, #f8fbea);
}
.bg-blue-gradient {
  background-image: linear-gradient(to right top, #18577a, #1c5c80, #1f6186, #23678c, #266c92);
}
.bg-blue-gradient-two {
  background-image: linear-gradient(to bottom, #18577a, #4f7c98, #80a2b7, #b1cad7, #e5f3f9);
}
.bg-blue-two-gradient {
  background-image: linear-gradient(90deg, #20C2EF 0, #127EA6 50%, #002A4A 100%);
}
.bg-blue-three-gradient {
  background-image: radial-gradient(#002A4A, #20C2EF);
}
.bg-white-trans {
  /* default fallback */
  background: #ffffff transparent;
  /* nice browsers */
  background: rgba(255, 255, 255, 0.8);
  /* IE 6/7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
}
.gradient-bg {
  /* fallback */
  background-color: #000;
  background: url(../img/bg-gradient-bw.png);
  background-repeat: repeat-x;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.bg-blue-gradient {
  background: #002a4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #002a4a 0%, #20c2ef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #002a4a 0%, #20c2ef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #002a4a 0%, #20c2ef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002a4a', endColorstr='#20c2ef', GradientType=0);
  /* IE6-9 */
}
.shadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.shadow-white {
  -webkit-box-shadow: 7px 6px 0px -4px #ffffff;
  -moz-box-shadow: 7px 6px 0px -4px #ffffff;
  box-shadow: 7px 6px 0px -4px #ffffff;
}
.box {
  background-color: white;
  border-radius: 5px;
}
.white-link {
  text-decoration: none;
  font-size: 24px;
  font-weight: 200;
  color: #FFFFFF;
}
.white-link:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.crisp-shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.05);
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA FONTZ */
@font-face {
  font-family: 'Recursive Sans Casual Bold';
  src: url('/assets/fonts/RecursiveSansCslSt-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Recursive Sans Casual Med';
  src: url('/assets/fonts/RecursiveSansCslSt-Med.woff2') format('woff2');
}
@font-face {
  font-family: 'Recursive Sans Casual Reg';
  src: url('/assets/fonts/RecursiveSansCslSt-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Recursive Sans Linear Semibold Italic';
  src: url('/assets/fonts/RecursiveSansLnrSt-SmBdItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'Recursive Sans Linear Regular';
  src: url('/assets/fonts/RecursiveSansLnrSt-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Bungee Regular';
  src: url('/assets/fonts/Bungee-Regular.woff2') format('woff2');
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Recursive Sans Casual Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
a.nav-link,
a.dropdown-item {
  font-family: 'Recursive Sans Linear Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 16px;
}
p,
ul li,
ol li,
a,
label,
figcaption,
td,
tr {
  font-family: 'Recursive Sans Linear Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #646569;
  font-size: 2vw;
  line-height: 2.6vw;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  p,
  ul li,
  ol li,
  a,
  label,
  figcaption,
  td,
  tr {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 1999px), only screen and (min-width:2000px) and (max-width: 2599px), only screen and (min-width:2600px) and (max-width: 4000px) {
  p,
  ul li,
  ol li,
  a,
  label,
  figcaption,
  td,
  tr {
    font-size: 20px;
    line-height: 26px;
  }
}
ul.small li {
  font-size: 14px;
}
p.big {
  font-size: 4vw;
  line-height: 4.6vw;
}
strong,
b {
  font-family: 'Recursive Sans Casual Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
p.big {
  font-family: 'Recursive Sans Linear Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 33px;
  font-weight: 200;
}
strong {
  font-size: inherit;
}
blockquote {
  padding: 2%;
  font-size: 18px;
  font-weight: 200;
  font-style: italic;
}
strong {
  font-weight: 700;
}
h1,
h1 a {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
h2,
h2 a {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin: 1em 0;
}
h3,
h3 a,
h4,
h4 a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
h5,
h5 a,
h6,
h6 a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #646569;
}
h6 {
  text-transform: uppercase;
  color: #646569;
}
a {
  color: #002A4A;
  text-decoration: underline;
}
a:hover {
  color: #F8F866;
  text-decoration: none;
}
a.btn {
  text-decoration: none;
}
.italic {
  font-weight: 400;
  font-style: italic;
}
.gen-copy h1,
.gen-copy h2,
.gen-copy h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.f-weight-reg {
  font-weight: 200;
}
.f-weight-reg-ital {
  font-weight: 200;
  font-style: italic;
}
.f-weight-med {
  font-weight: 400;
}
.f-weight-med-ital {
  font-weight: 400;
  font-style: italic;
}
.f-weight-sembold {
  font-weight: 700;
}
.f-weight-bold {
  font-weight: 700;
}
.f-size-extra-extra-large {
  font-size: 62px;
}
.l-height-extra-extra-large {
  line-height: 64px;
}
.f-size-extra-large {
  font-size: 46px;
}
.l-height-extra-large {
  line-height: 50px;
}
.l-height-large-48 {
  line-height: 48px;
}
.f-size-large {
  font-size: 30px;
}
.l-height-large {
  line-height: 36px;
}
.f-size-medium {
  font-size: 24px;
}
.l-height-medium {
  line-height: 33px;
}
.f-size-medium-20 {
  font-size: 20px;
}
.l-height-medium-24 {
  line-height: 24px;
}
.f-size-small {
  font-size: 18px;
}
.l-height-small {
  line-height: 22px;
}
.f-size-small-16 {
  font-size: 16px;
}
.l-height-small-16 {
  line-height: 20px;
}
.f-size-small-14 {
  font-size: 14px;
}
.l-height-small-14 {
  line-height: 18px;
}
.f-size-extra-small {
  font-size: 12px;
}
.l-height-extra-small {
  line-height: 16px;
}
.f-size-tiny {
  font-size: 8px;
}
.l-height-tiny {
  line-height: 10px;
}
.f-size-48 {
  font-size: 48px;
}
.f-size-32 {
  font-size: 32px;
}
.f-size-26 {
  font-size: 26px;
}
.f-size-24 {
  font-size: 24px;
}
.f-size-18 {
  font-size: 18px;
}
.l-height-52 {
  line-height: 52px;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA MIXIN and DA HELPERS */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.cover-bg,
.bg-cover {
  -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,
.bg-contain {
  -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,
img.resp-img {
  max-width: 100%;
}
.w-100 {
  width: 100%;
}
.max-200 {
  max-width: 200px;
  margin: 0 auto;
}
.max-400 {
  max-width: 400px;
  margin: 0 auto;
}
.max-600 {
  max-width: 600px;
  margin: 0 auto;
}
.box-shadow {
  -webkit-box-shadow: 3px 3px 2px -2px #646569;
  -moz-box-shadow: 3px 3px 2px -2px #646569;
  box-shadow: 3px 3px 2px -2px #646569;
}
.box-shadown-none {
  -webkit-box-shadow: 3px 3px 2px -5px #6f8f09;
  -moz-box-shadow: 3px 3px 2px -5px #6f8f09;
  box-shadow: 3px 3px 2px -5px #6f8f09;
}
.txt-shadow {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}
.txt-shadow-sm {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .rwd-break-sm,
  .br-sm-resp,
  .resp-br,
  .br-resp {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .rwd-break-xs {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .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);
}
.wrapper-o-x-hidden {
  overflow-x: hidden;
}
.center-aligned {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.v-center-parent {
  position: relative;
}
.v-center-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.v-center-parent-resp {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .v-center-parent-resp {
    position: relative;
  }
}
.v-center-child-resp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .v-center-child-resp {
    position: relative;
    top: auto;
    transform: none;
  }
}
.v-center-parent-resp-md {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .v-center-parent-resp-md {
    position: relative;
  }
}
.v-center-child-resp-md {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .v-center-child-resp-md {
    position: relative;
    top: auto;
    transform: none;
  }
}
.v-center-parent-promo-img {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .v-center-child-promo-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .v-center-child-promo-img {
    position: relative;
    top: auto;
    transform: none;
  }
}
.small,
small {
  font-size: 80%;
  font-weight: 200;
}
.full-on-iframe {
  display: block;
  border: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.google-slide-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.google-slide-embed-container iframe,
.google-slide-embed-container object,
.google-slide-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-up-one {
  animation: one ease 500ms;
  animation-fill-mode: both;
}
.fade-in-up-two {
  animation: one 500ms ease 500ms;
  animation-fill-mode: both;
}
.fade-in-up-three {
  animation: one 1000ms ease 500ms;
  animation-fill-mode: both;
}
.fade-in-up-four {
  animation: one 1500ms ease 500ms;
  animation-fill-mode: both;
}
.fade-in-up-five {
  animation: one 2000ms ease 500ms;
  animation-fill-mode: both;
}
.fade-in-up-six {
  animation: one 2500ms ease 500ms;
  animation-fill-mode: both;
}
.fade-in-up-seven {
  animation: one 3000ms ease 500ms;
  animation-fill-mode: both;
}
.fade-in-up-eight {
  animation: one 3500ms ease 500ms;
  animation-fill-mode: both;
}
@keyframes one {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
}
.align-center {
  text-align: center;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA LAYOUT PADDERS and DA SIZERS */
.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: 767px) {
  .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: 767px) {
  .no-padd-sm {
    margin-left: auto;
    margin-right: auto;
  }
}
.no-pad,
.no-padd {
  padding-left: 0!important;
  padding-right: 0!important;
}
.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: 767px) {
  .v-pad {
    padding-left: auto;
    padding-right: auto;
  }
}
.v-pad-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .v-pad-20 {
    padding-left: 0;
    padding-right: 0;
  }
}
.v-pad-45 {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .v-pad-45 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.v-pad-60 {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .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: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  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: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .v-pad-glob-insights {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width:1200px) and (max-width: 1999px) {
  .loop-marr {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .loop-marr {
    margin: 20px auto;
  }
}
.h-space-xl {
  height: 80px;
}
.h-space-lg {
  height: 40px;
}
.h-space-md {
  height: 20px;
}
.h-space-sm {
  height: 10px;
}
.h-space-xs {
  height: 5px;
}
.h-space-resp-xl {
  height: 120px;
}
@media only screen and (min-width:1200px) and (max-width: 1999px) {
  .h-space-resp-xl {
    height: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h-space-resp-xl {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h-space-resp-xl {
    height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h-space-resp-xl {
    height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .h-space-resp-xl {
    height: 20px;
  }
}
.h-space-resp-lg {
  height: 80px;
}
@media only screen and (min-width:1200px) and (max-width: 1999px) {
  .h-space-resp-lg {
    height: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h-space-resp-lg {
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h-space-resp-lg {
    height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h-space-resp-lg {
    height: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .h-space-resp-lg {
    height: 20px;
  }
}
.h-space-resp-md {
  height: 40px;
}
@media only screen and (min-width:1200px) and (max-width: 1999px) {
  .h-space-resp-md {
    height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h-space-resp-md {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h-space-resp-md {
    height: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h-space-resp-md {
    height: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .h-space-resp-md {
    height: 10px;
  }
}
.h-space-resp-sm {
  height: 40px;
}
@media only screen and (min-width:1200px) and (max-width: 1999px) {
  .h-space-resp-sm {
    height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h-space-resp-sm {
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h-space-resp-sm {
    height: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h-space-resp-sm {
    height: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .h-space-resp-sm {
    height: 10px;
  }
}
.v-space-xl {
  height: 80px;
}
.v-space-lg {
  height: 40px;
}
.v-space-md {
  height: 20px;
}
.v-space-sm {
  height: 10px;
}
.v-space-xs {
  height: 5px;
}
.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: 767px) {
  .pl10-sm {
    padding-left: 10px;
  }
}
.pl15 {
  padding-left: 15px;
}
.pr15 {
  padding-right: 15px;
}
.p18 {
  padding: 18px;
}
.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: 991px) {
  .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;
}
.pt60 {
  padding-top: 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: 767px), only screen and (max-width: 575px), only screen and (max-width: 320px) {
  .margin-tb-resp-small {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px), only screen and (max-width: 320px) {
  .margin-tb-resp-big {
    margin: 20px 0;
  }
}
.max-width-300 {
  max-width: 300px;
}
.w-20 {
  width: 20px;
}
.w-15 {
  width: 15px;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA FORMZ */
.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;
}
.search_txt[type="text"] {
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin: 10px 0;
  padding: 3px 0 3px 16px;
  width: 300px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .search_txt[type="text"] {
    width: 180px;
  }
}
.txt[type="text"] {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 10px 0;
  padding: 15px 0 15px 15px;
  width: 100%;
}
.txt_3[type="text"] {
  border-radius: 4px;
  margin: 0;
  padding: 4%;
  min-height: 150px;
  width: 100%;
  background-color: #ABF47E;
}
.txt_3[type="text"]::placeholder {
  font-style: italic;
}
input {
  font-size: 16px;
  min-height: 50px;
  border-radius: 0px;
  line-height: 20px;
  padding: 1% 3%;
  background-color: #ABF47E;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
input[type='checkbox'] {
  height: 13px;
  min-height: 0;
}
.search-button {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0!important;
  padding-right: 0!important;
  margin-left: 0!important;
  margin-right: 0!important;
  height: 20px;
  border: 0;
  position: relative;
  top: -2px;
  left: -4px;
  height: 50px;
}
.search-button img {
  height: 50px;
}
input#younogonnafindzis {
  display: none;
}
#opt-in .opt-in-box {
  background: url(../imgz/bkg-small-triangle-3.png) no-repeat bottom right, #ffffff;
  box-shadow: 1px 1px 2px 2px #D8D8D8;
  min-height: 250px;
}
.ctct-form-embed .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;
}
label {
  color: white;
  font-size: 18px;
  padding-left: 10px;
}
::-webkit-input-placeholder {
  /* Chrome */
  color: #000;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
#ageGate * {
  box-sizing: border-box;
}
.ageWrap {
  background: #efefef;
  width: 100%;
  height: 100vh;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ageGate {
  background: #fff;
  margin: 0 auto;
  width: 40%;
  padding: 2%;
  box-shadow: 0 0 25px -5px #bebebe;
  border-radius: 10px ;
}
#ageGateForm h4 {
  font-size: 1.25em;
  font-weight: bold;
  padding: 0 0 1em;
}
#ageGateForm ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#ageGateForm ul li {
  flex: 1;
  flex-basis: 33%;
  margin: 1em 0;
}
#ageGateForm label {
  display: block;
  font-size: 0.85em;
  margin-bottom: 1em;
  color: #676767;
  text-align: left;
}
#ageGateForm input[type="tel"] {
  font-size: 16px;
  padding: 0.5em;
  width: 95%;
  display: block;
  float: left;
}
#ageGateForm input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  background: #6dcff6;
  border: 0;
  color: #06455e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  text-align: center;
  padding: 0.75em 2.5em;
  border-radius: 5px;
  letter-spacing: 0.025em;
  cursor: pointer;
  @include transition(all, 0.5s, ease);
}
#ageGateForm input[type="submit"]:hover,
#ageGateForm input[type="submit"]:active,
#ageGateForm input[type="submit"]:focus {
  outline: 0;
  background: #b5e7fa;
  color: #0a7aa6;
}
#ageGateForm .errors {
  color: #e74c3c;
  font-weight: bold;
}
.message {
  font-size: 1.25em;
  animation: fadeIn;
}
@media only screen and (max-width: 45em) {
  #ageGate {
    width: 100%;
  }
  #ageGateForm {
    width: 100%;
  }
  #ageGateForm li {
    width: 100%;
  }
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  background: #ABF47E;
  border: 0;
  color: #06455e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  text-align: center;
  padding: 0.75em 2.5em;
  border-radius: 5px;
  letter-spacing: 0.025em;
  cursor: pointer;
  @include transition(all, 0.5s, ease);
}
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  outline: 0;
  background: #b5e7fa;
  color: #0a7aa6;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA BUTTONZ */
a.btn {
  border-radius: 0;
  font-weight: 200;
  font-family: 'Recursive Sans Linear Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  text-decoration: none;
}
.top-buttz-butt {
  display: inline-block;
  margin: 0 -2px;
  padding: 8px 15px;
  font-size: 18px;
  color: #ffffff !important;
  border-radius: 6px;
  background-color: yellow;
  position: relative;
  top: -10px;
  right: 10%;
  cursor: pointer;
}
.top-buttz-butt:hover {
  background-color: #F8F866;
  color: #002A4A !important;
}
.parents {
  background-color: #20C2EF;
}
.subjects {
  background-color: #028FBE;
}
.themes {
  background-color: #016A92;
}
.ar-one {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 8px;
}
.ar-two {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow-box.small.blue-seven {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 8px;
  background-color: #002A49;
  font-size: 12px;
  padding: 6px 6px;
}
.arrow-box.small.blue-seven:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #002A49;
  border-width: 19px;
  margin-top: -19px;
}
.arrow-box.small.blue-seven:hover {
  color: #002A4A;
  background-color: #F8F866;
}
.arrow-box.small.blue-seven:hover::before {
  border-right-color: #F8F866;
}
.arrow-box.small.blue-six {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 8px;
  background-color: #00476D;
  font-size: 12px;
  padding: 6px 6px;
}
.arrow-box.small.blue-six:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #00476D;
  border-width: 19px;
  margin-top: -19px;
}
.arrow-box.small.blue-six:hover {
  color: #002A4A;
  background-color: #F8F866;
}
.arrow-box.small.blue-six:hover::before {
  border-right-color: #F8F866;
}
.arrow-box.small.blue-five {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 8px;
  background-color: #016A92;
  font-size: 12px;
  padding: 6px 6px;
  color: #FFFFFF;
}
.arrow-box.small.blue-five:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #016A92;
  border-width: 19px;
  margin-top: -19px;
}
.arrow-box.small.blue-five:hover {
  color: #002A4A;
  background-color: #F8F866;
}
.arrow-box.small.blue-five:hover::before {
  border-right-color: #F8F866;
}
.arrow-box.small.blue-five.game {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 8px;
  background-color: #016A92;
  font-size: 12px;
  padding: 6px 6px;
  margin: 2px 0px;
  color: #FFFFFF;
}
.arrow-box.small.blue-five.game:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #016A92;
  border-width: 19px;
  margin-top: -19px;
}
.arrow-box.small.blue-five.game:hover {
  color: #002A4A;
  background-color: #F8F866;
}
.arrow-box.small.blue-five.game:hover::before {
  border-right-color: #F8F866;
}
.arrow-box.small.blue-four {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 8px;
  background-color: #028FBE;
  font-size: 12px;
  padding: 6px 6px;
}
.arrow-box.small.blue-four:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #028FBE;
  border-width: 19px;
  margin-top: -19px;
}
.arrow-box.small.blue-four:hover {
  color: #002A4A;
  background-color: #F8F866;
}
.arrow-box.small.blue-four:hover::before {
  border-right-color: #F8F866;
}
.arrow-box.small.blue-three {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 8px;
  background-color: #1EBAEB;
  font-size: 12px;
  padding: 6px 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .arrow-box.small.blue-three {
    padding: 5px 6px;
  }
}
.arrow-box.small.blue-three:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #1EBAEB;
  border-width: 19px;
  margin-top: -19px;
}
.arrow-box.small.blue-three:hover {
  color: #002A4A;
  background-color: #F8F866;
}
.arrow-box.small.blue-three:hover::before {
  border-right-color: #F8F866;
}
.arrow-box.smaller.blue-three {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  background-color: #1EBAEB;
  font-size: 10px;
  padding: 4px 8px;
  margin-bottom: 6px;
}
.arrow-box.smaller.blue-three:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #1EBAEB;
  border-width: 17px;
  margin-top: -17px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .arrow-box.smaller.blue-three:before {
    border-width: 15px;
    margin-top: -15px;
  }
}
.arrow-box.smaller.blue-three:hover {
  color: #002A4A;
  background-color: #F8F866;
}
.arrow-box.smaller.blue-three:hover::before {
  border-right-color: #F8F866;
}
.arrow-box.small.blue-two {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 8px;
  background-color: #00CEE3;
  font-size: 12px;
  padding: 6px 6px;
}
.arrow-box.small.blue-two:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #00CEE3;
  border-width: 19px;
  margin-top: -19px;
}
.arrow-box.small.blue-two:hover {
  color: #002A4A;
  background-color: #F8F866;
}
.arrow-box.small.blue-two:hover::before {
  border-right-color: #F8F866;
}
.arrow-box-header {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 22px;
  padding: 26px 20px;
  padding-left: 60px;
  margin: 20px;
  margin-left: 30px;
}
.arrow-box-header:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #1EBAEB;
  border-width: 39px;
  margin-top: -39px;
}
.arrow-box-header:hover {
  color: #002A4A;
  background-color: #00E0C8;
}
.arrow-box-header:hover::before {
  border-right-color: #00E0C8;
}
.arrow-box-header.health {
  background: #1EBAEB url('../imgz/icon-health.svg') no-repeat 10% 50%;
}
.arrow-box-header.health:hover {
  background: #00E0C8 url('../imgz/icon-health.svg') no-repeat 10% 50%;
}
.arrow-box-header.math {
  background: #1EBAEB url('../imgz/icon-math.svg') no-repeat 10% 50%;
}
.arrow-box-header.math:hover {
  background: #00E0C8 url('../imgz/icon-math.svg') no-repeat 10% 50%;
}
.arrow-box-header.geography {
  background: #1EBAEB url('../imgz/icon-geography.svg') no-repeat 2% 50%;
}
.arrow-box-header.geography:hover {
  background: #00E0C8 url('../imgz/icon-geography.svg') no-repeat 2% 50%;
}
.arrow-box-header.science {
  background: #1EBAEB url('../imgz/icon-science.svg') no-repeat 6% 50%;
}
.arrow-box-header.science:hover {
  background: #00E0C8 url('../imgz/icon-science.svg') no-repeat 6% 50%;
}
.arrow-box-header.engineering {
  background: #1EBAEB url('../imgz/icon-engineering.svg') no-repeat 2% 50%;
}
.arrow-box-header.engineering:hover {
  background: #00E0C8 url('../imgz/icon-engineering.svg') no-repeat 2% 50%;
}
.arrow-box-header.social-science {
  background: #1EBAEB url('../imgz/icon-social-science.svg') no-repeat 2% 50%;
}
.arrow-box-header.social-science:hover {
  background: #00E0C8 url('../imgz/icon-social-science.svg') no-repeat 2% 50%;
}
.arrow-box-header.english-language-arts {
  background: #1EBAEB url('../imgz/icon-english-language-arts.svg') no-repeat 0% 50%;
}
.arrow-box-header.english-language-arts:hover {
  background: #00E0C8 url('../imgz/icon-english-language-arts.svg') no-repeat 0% 50%;
}
.arrow-box-game {
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 8px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  padding-left: 42px;
  margin: 10px 0 0 30px;
  position: relative;
}
.arrow-box-game:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #016A92;
  border-width: 23px;
  margin-top: -23px;
}
.arrow-box-game:hover {
  color: #002A4A;
  background-color: #00E0C8;
}
.arrow-box-game:hover::before {
  border-right-color: #00E0C8;
}
.arrow-box-game.health {
  background: #016A92 url('../imgz/icon-health.svg') no-repeat 10% 50%;
  background-size: 14px;
}
.arrow-box-game.health:hover {
  background: #00E0C8 url('../imgz/icon-health.svg') no-repeat 10% 50%;
  background-size: 14px;
}
.arrow-box-game.math {
  background: #016A92 url('../imgz/icon-math.svg') no-repeat 10% 50%;
  background-size: 25px;
}
.arrow-box-game.math:hover {
  background: #00E0C8 url('../imgz/icon-math.svg') no-repeat 10% 50%;
  background-size: 25px;
}
.arrow-box-game.geography {
  background: #016A92 url('../imgz/icon-geography.svg') no-repeat 2% 50%;
  background-size: 25px;
}
.arrow-box-game.geography:hover {
  background: #00E0C8 url('../imgz/icon-geography.svg') no-repeat 2% 50%;
  background-size: 25px;
}
.arrow-box-game.science {
  background: #016A92 url('../imgz/icon-science.svg') no-repeat 6% 50%;
  background-size: 25px;
}
.arrow-box-game.science:hover {
  background: #00E0C8 url('../imgz/icon-science.svg') no-repeat 6% 50%;
  background-size: 25px;
}
.arrow-box-game.engineering {
  background: #016A92 url('../imgz/icon-engineering.svg') no-repeat 2% 50%;
  background-size: 25px;
}
.arrow-box-game.engineering:hover {
  background: #00E0C8 url('../imgz/icon-engineering.svg') no-repeat 2% 50%;
  background-size: 25px;
}
.arrow-box-game.social-science {
  background: #016A92 url('../imgz/icon-social-science.svg') no-repeat 2% 50%;
  background-size: 25px;
}
.arrow-box-game.social-science:hover {
  background: #00E0C8 url('../imgz/icon-social-science.svg') no-repeat 2% 50%;
  background-size: 25px;
}
.arrow-box-game.english-language-arts {
  background: #016A92 url('../imgz/icon-english-language-arts.svg') no-repeat 0% 50%;
  background-size: 25px;
}
.arrow-box-game.english-language-arts:hover {
  background: #00E0C8 url('../imgz/icon-english-language-arts.svg') no-repeat 0% 50%;
  background-size: 25px;
}
.arrow-box-footer {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  margin-bottom: 8px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 17px;
  padding: 10px 16px;
  padding-left: 36px;
  margin: 0 auto;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .arrow-box-footer {
    margin-right: 30px;
    right: -20px;
  }
}
.arrow-box-footer:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #002A4A;
  border-width: 23px;
  margin-top: -23px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .arrow-box-footer:before {
    border-width: 21px;
    margin-top: -21px;
  }
}
.arrow-box-footer:hover {
  color: #FFFFFF;
  background-color: #00E0C8;
}
.arrow-box-footer:hover::before {
  border-right-color: #FF0303;
}
.arrow-box-footer.health {
  background: #002A4A url('../imgz/icon-health.svg') no-repeat 10% 50%;
  background-size: 14px;
}
.arrow-box-footer.health:hover {
  background: #FF0303 url('../imgz/icon-health.svg') no-repeat 10% 50%;
  background-size: 14px;
}
.arrow-box-footer.math {
  background: #002A4A url('../imgz/icon-math.svg') no-repeat 10% 50%;
  background-size: 23px;
}
.arrow-box-footer.math:hover {
  background: #FF0303 url('../imgz/icon-math.svg') no-repeat 10% 50%;
  background-size: 23px;
}
.arrow-box-footer.geography {
  background: #002A4A url('../imgz/icon-geography.svg') no-repeat 2% 50%;
  background-size: 24px;
}
.arrow-box-footer.geography:hover {
  background: #FF0303 url('../imgz/icon-geography.svg') no-repeat 2% 50%;
  background-size: 24px;
}
.arrow-box-footer.science {
  background: #002A4A url('../imgz/icon-science.svg') no-repeat 6% 50%;
  background-size: 24px;
}
.arrow-box-footer.science:hover {
  background: #FF0303 url('../imgz/icon-science.svg') no-repeat 6% 50%;
  background-size: 24px;
}
.arrow-box-footer.engineering {
  background: #002A4A url('../imgz/icon-engineering.svg') no-repeat 2% 50%;
  background-size: 24px;
}
.arrow-box-footer.engineering:hover {
  background: #FF0303 url('../imgz/icon-engineering.svg') no-repeat 2% 50%;
  background-size: 24px;
}
.arrow-box-footer.social-science {
  background: #002A4A url('../imgz/icon-social-science.svg') no-repeat 2% 50%;
  background-size: 25px;
}
.arrow-box-footer.social-science:hover {
  background: #FF0303 url('../imgz/icon-social-science.svg') no-repeat 2% 50%;
  background-size: 25px;
}
.arrow-box-footer.english-language-arts {
  background: #002A4A url('../imgz/icon-english-language-arts.svg') no-repeat 0% 50%;
  background-size: 25px;
}
.arrow-box-footer.english-language-arts:hover {
  background: #FF0303 url('../imgz/icon-english-language-arts.svg') no-repeat 0% 50%;
  background-size: 25px;
}
.btn-parents-educators {
  width: 240px;
  cursor: pointer;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  top: 0px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-parents-educators {
    width: 200px;
  }
}
.btn-parents-educators:hover {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  top: -5px;
}
.butn-game-thumb {
  cursor: pointer;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  top: 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .butn-game-thumb {
    width: 80px;
  }
}
.butn-game-thumb.hov {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  top: -5px;
}
.prev-next {
  width: 50px;
}
.btn-grades-circle-blue {
  display: block;
  margin: 0 auto;
}
.btn-grades-circle-blue:hover {
  filter: saturate(4) brightness(1);
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-grades-circle-blue {
    display: inline;
  }
}
.btn-utility-footer {
  position: relative;
  top: 0;
  transition: all 0.2s ease-out;
  margin: 5px;
}
.btn-utility-footer:hover {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  top: -2px;
}
a.butt-game-play {
  text-align: center;
}
a.butt-game-play svg {
  width: 100%;
}
@media only screen and (max-width: 575px) {
  a.butt-game-play img {
    width: 80%;
  }
}
a.butt-game-play #playgame {
  transform-origin: center;
}
a.butt-game-play:hover #playgame {
  transition: all 0.5s ease-out;
  transform-origin: center;
  transform: scale(1.2);
  fill: #63EDA2;
}
a.butt-game-play:hover #Rectangle,
a.butt-game-play:hover #Rectangle-Copy-5 {
  transition: all 0.5s ease-out;
  fill: #000000;
}
.btn-link {
  text-decoration: none;
}
.btn-link:hover {
  color: #F8F866;
  text-decoration: none;
}
@media only screen and (min-width:1200px) and (max-width: 1999px) {
  .app-promo-link.apple {
    width: 140px;
  }
  .app-promo-link.google {
    width: 172px;
  }
  .app-promo-link.amazon {
    width: 171px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-promo-link.apple {
    width: 110px;
  }
  .app-promo-link.google {
    width: 132px;
  }
  .app-promo-link.amazon {
    width: 131px;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .app-promo-link.apple {
    width: 90px;
  }
  .app-promo-link.google {
    width: 112px;
  }
  .app-promo-link.amazon {
    width: 111px;
  }
}
a.maf-page-nav {
  background-color: #f6672f;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.05);
  color: white!important;
  text-decoration: none!important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4%;
  min-height: 100px;
  text-align: center;
}
a.maf-page-nav:hover {
  background-color: #63EDA2;
  color: #f6672f;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  a.maf-page-nav {
    margin-bottom: 10px;
  }
}
.maf-page-res {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  min-height: 55px;
  padding-left: 0px;
  padding-left: 60px;
  margin-right: 10px;
  margin-bottom: 4px;
}
a.res-1 {
  background: url('../imgz/icon-wireless-yellow.svg') no-repeat;
  background-position: center left;
}
a.res-2 {
  background: url('../imgz/icon-satellite-yellow.svg') no-repeat;
  background-position: center left;
}
a.res-3 {
  background: url('../imgz/icon-pony-yellow.svg') no-repeat;
  background-position: center left;
}
a.res-4 {
  background: url('../imgz/icon-pig-yellow.svg') no-repeat;
  background-position: center left;
}
a.res-5 {
  background: url('../imgz/icon-rocket-yellow.svg') no-repeat;
  background-position: center left;
}
a.res-6 {
  background: url('../imgz/icon-tractor-yellow.svg') no-repeat;
  background-position: center left;
}
a.res-7 {
  background: url('../imgz/icon-barn-yellow.svg') no-repeat;
  background-position: center left;
}
a.res-8 {
  background: url('../imgz/icon-robot-yellow.svg') no-repeat;
  background-position: center left;
}
a.res-9 {
  background: url('../imgz/icon-wireless-red.svg') no-repeat;
  background-position: center left;
}
a.res-10 {
  background: url('../imgz/icon-satellite-red.svg') no-repeat;
  background-position: center left;
}
a.res-11 {
  background: url('../imgz/icon-pony-red.svg') no-repeat;
  background-position: center left;
}
a.res-12 {
  background: url('../imgz/icon-pig-red.svg') no-repeat;
  background-position: center left;
}
a.res-13 {
  background: url('../imgz/icon-rocket-red.svg') no-repeat;
  background-position: center left;
}
a.res-14 {
  background: url('../imgz/icon-tractor-red.svg') no-repeat;
  background-position: center left;
}
a.res-15 {
  background: url('../imgz/icon-barn-red.svg') no-repeat;
  background-position: center left;
}
a.res-16 {
  background: url('../imgz/icon-robot-red.svg') no-repeat;
  background-position: center left;
}
a.res-17 {
  background: url('../imgz/icon-rooster-red.svg') no-repeat;
  background-position: center left;
}
a.res-18 {
  background: url('../imgz/icon-wireless-orange.svg') no-repeat;
  background-position: center left;
}
a.res-19 {
  background: url('../imgz/icon-satellite-orange.svg') no-repeat;
  background-position: center left;
}
a.res-20 {
  background: url('../imgz/icon-pony-orange.svg') no-repeat;
  background-position: center left;
}
a.res-21 {
  background: url('../imgz/icon-pig-orange.svg') no-repeat;
  background-position: center left;
}
a.res-22 {
  background: url('../imgz/icon-rocket-orange.svg') no-repeat;
  background-position: center left;
}
a.res-23 {
  background: url('../imgz/icon-tractor-orange.svg') no-repeat;
  background-position: center left;
}
a.res-24 {
  background: url('../imgz/icon-barn-orange.svg') no-repeat;
  background-position: center left;
}
a.res-25 {
  background: url('../imgz/icon-robot-orange.svg') no-repeat;
  background-position: center left;
}
a.res-26 {
  background: url('../imgz/icon-rooster-orange.svg') no-repeat;
  background-position: center left;
}
a.res-27 {
  background: url('../imgz/icon-barn-yellow.svg') no-repeat;
  background-position: center left;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA MENUZ */
.mobile-menu-button {
  display: block;
  margin: 2px auto;
  width: 95%;
  padding: 4%;
  background-color: #028FBE;
  color: #63EDA2;
  text-align: center;
  text-decoration: none;
}
.mobile-menu-button:hover {
  background-color: #016A92;
}
.mobile-menu-button.theme {
  display: inline-block;
  margin: 2px;
  width: auto;
  padding: 2%;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA MOSTLY EVERYTHING */
p > a {
  color: #F8F866;
  padding: 0.5%;
}
#site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}
.show-nav #site-canvas {
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  transform: translate3d(0, 300px, 0);
  -webkit-transform: translate3d(0, 300px, 0);
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}
.show-mobile #site-canvas {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  transform: translate3d(-300px, 0, 0);
  -webkit-transform: translate3d(-300px, 0, 0);
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}
.show-mobile-more #site-canvas {
  -webkit-transform: translateX(600px);
  transform: translateX(600px);
  transform: translate3d(-600px, 0, 0);
  -webkit-transform: translate3d(-600px, 0, 0);
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width:1200px) and (max-width: 1999px), only screen and (min-width:2000px) and (max-width: 2599px), only screen and (min-width:2600px) and (max-width: 4000px) {
  .show-mobile-open {
    display: none;
  }
}
.show-mobile-open.hamburder {
  position: relative;
  top: 10px;
  opacity: 100%;
  right: -95%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .show-mobile-open.hamburder {
    right: -90%;
  }
}
@media only screen and (max-width: 575px) {
  .show-mobile-open.hamburder {
    right: -85%;
  }
}
.show-mobile-open.hamburder.go {
  opacity: 0;
  right: -120%;
}
.show-mobile-open.closa,
.show-mobile-more-closa {
  position: relative;
  top: 7px;
  opacity: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: 0;
}
.show-mobile-open.closa.go,
.show-mobile-more-closa {
  opacity: 100%;
  right: -88%;
}
#mobile-menu {
  width: 300px;
  height: 100%;
  position: absolute;
  right: -300px;
  top: 0;
  padding: 4px;
  background-color: #002A49;
}
#mobile-menu-more {
  width: 300px;
  height: 100%;
  position: absolute;
  right: -600px;
  top: 0;
  padding: 4px;
  background-color: #00476D;
}
.spacemenu {
  color: #fff;
}
.spacemenu-a {
  display: none;
}
.spacemenu-b {
  display: none;
}
.spacemenu-c {
  display: none;
}
.spacemenu-a.show-spacemenu {
  display: block;
}
.spacemenu-b.show-spacemenu {
  display: block;
}
.spacemenu-c.show-spacemenu {
  display: block;
}
.spacetoggle-close {
  cursor: pointer;
}
.spacetoggle-close-svg {
  width: 60px;
}
.more-menu-a {
  display: none;
}
.more-menu-b {
  display: none;
}
.more-menu-c {
  display: none;
}
.more-menu-d {
  display: none;
}
.more-menu-a.show-more-menu {
  display: block;
}
.more-menu-b.show-more-menu {
  display: block;
}
.more-menu-c.show-more-menu {
  display: block;
}
.more-menu-d.show-more-menu {
  display: block;
}
#site-menu {
  width: 100%;
  height: 300px;
  position: absolute;
  top: -300px;
  left: 0;
  padding: 4px;
}
@media only screen and (min-width:2600px) and (max-width: 4000px) {
  #site-menu {
    background: url('../imgz/farm-head-bg-3000w.jpg') no-repeat;
    background-position: center -1951px;
    background-size: 4000px;
  }
}
@media only screen and (min-width:2000px) and (max-width: 2599px) {
  #site-menu {
    background: url('../imgz/farm-head-bg-2600w.jpg') no-repeat;
    background-position: center -1019px;
    background-size: 2600px;
  }
}
@media only screen and (min-width:2000px) and (max-width: 2599px) {
  #site-menu.small {
    background-position: center -1171px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 1999px) {
  #site-menu {
    background: url('../imgz/farm-head-bg-2000w.jpg') no-repeat;
    background-position: center -629px;
    background-size: 2000px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 1999px) {
  #site-menu.small {
    background-position: center -761px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #site-menu {
    background: url('../imgz/farm-head-bg-1200w.jpg') no-repeat;
    background-position: center -66px;
    background-size: 1200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #site-menu.small {
    background-position: center -263px;
  }
}
@media only screen and (max-width: 575px) {
  #site-menu {
    display: none;
  }
}
#site-header {
  width: 100%;
}
@media only screen and (min-width:2600px) and (max-width: 4000px) {
  #site-header {
    background: url('../imgz/farm-head-bg-3000w.jpg') no-repeat;
    background-position: center -2250px;
    background-size: 4000px;
    height: 572px;
  }
}
@media only screen and (min-width:2000px) and (max-width: 2599px) {
  #site-header {
    background: url('../imgz/farm-head-bg-2600w.jpg') no-repeat;
    background-position: center -1320px;
    background-size: 2600px;
    height: 572px;
  }
}
@media only screen and (min-width:2000px) and (max-width: 2599px) {
  #site-header.small {
    height: 372px;
    background-position: center -1470px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 1999px) {
  #site-header {
    background: url('../imgz/farm-head-bg-2000w.jpg') no-repeat;
    background-position: center -930px;
    background-size: 2000px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 1999px) {
  #site-header.small {
    height: 372px;
    background-position: center -1060px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #site-header {
    background: url('../imgz/farm-head-bg-1200w.jpg') no-repeat;
    background-position: center bottom;
    background-size: 1200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #site-header.small {
    height: 322px;
    background-position: center -560px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #site-header {
    background: url('../imgz/farm-head-bg-mob.jpg') no-repeat;
    background-position: center center;
    -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;
    height: 252px;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #site-header {
    background: url('../imgz/farm-head-bg-mob.jpg') no-repeat;
    background-position: center center;
    -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;
    height: 170px;
  }
}
#site-logo-big {
  width: 950px;
  z-index: 0;
  position: relative;
}
@media only screen and (min-width:2000px) and (max-width: 2599px), only screen and (min-width:2600px) and (max-width: 4000px) {
  #site-logo-big {
    width: 950px;
    top: -120px;
  }
}
@media only screen and (min-width:1400px) and (max-width: 1999px) {
  #site-logo-big {
    width: 800px;
    top: -80px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 1399px) {
  #site-logo-big {
    width: 650px;
    left: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #site-logo-big {
    width: 550px;
    display: block;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #site-logo-big {
    display: none;
  }
}
#site-logo-small {
  width: 700px;
  z-index: 0;
  position: relative;
}
@media only screen and (min-width:2000px) and (max-width: 2599px), only screen and (min-width:2600px) and (max-width: 4000px) {
  #site-logo-small {
    width: 1000px;
    top: -55px;
    left: -90px;
  }
}
@media only screen and (min-width:1400px) and (max-width: 1999px) {
  #site-logo-small {
    width: 900px;
    top: -55px;
    left: -140px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 1399px) {
  #site-logo-small {
    width: 700px;
    top: -55px;
    left: -90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #site-logo-small {
    width: 700px;
    top: -55px;
    left: -90px;
    display: block;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #site-logo-small {
    display: none;
  }
}
#top-buttz {
  height: 50px;
}
#top-buttz .top-buttz-nested {
  float: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #top-buttz {
    display: block;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #top-buttz {
    display: none;
  }
}
#food-buttz {
  width: 800px;
  height: 200px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 120px;
  z-index: 5;
}
#food-buttz.small {
  top: 40px;
}
@media only screen and (min-width:2000px) and (max-width: 2599px), only screen and (min-width:2600px) and (max-width: 4000px) {
  #food-buttz {
    width: 1130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #food-buttz {
    display: block;
  }
  #food-buttz.small {
    top: 60px;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #food-buttz {
    display: none;
  }
}
.nav-food {
  position: relative;
  margin-right: 3px;
}
.nav-food-link img {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-food-link img:hover {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}
.pre-k {
  top: 30px;
  left: -15px;
  width: 117px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pre-k {
    width: 97px;
  }
}
@media only screen and (min-width:2000px) and (max-width: 2599px), only screen and (min-width:2600px) and (max-width: 4000px) {
  .pre-k {
    width: 147px;
  }
}
.pre-k:hover {
  top: 25px;
}
.k {
  top: -9px;
  left: -19px;
  width: 107px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .k {
    width: 87px;
  }
}
@media only screen and (min-width:2000px) and (max-width: 2599px), only screen and (min-width:2600px) and (max-width: 4000px) {
  .k {
    width: 137px;
  }
}
.k:hover {
  top: -14px;
}
.grade-1 {
  top: 10px;
  left: -22px;
  width: 102px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grade-1 {
    width: 82px;
  }
}
@media only screen and (min-width:2000px) and (max-width: 2599px), only screen and (min-width:2600px) and (max-width: 4000px) {
  .grade-1 {
    width: 132px;
  }
}
.grade-1:hover {
  top: 5px;
}
.grade-2 {
  top: 30px;
  left: -15px;
  width: 111px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grade-2 {
    width: 91px;
  }
}
@media only screen and (min-width:2000px) and (max-width: 2599px), only screen and (min-width:2600px) and (max-width: 4000px) {
  .grade-2 {
    width: 141px;
  }
}
.grade-2:hover {
  top: 25px;
}
.grade-3 {
  top: -6px;
  left: -14px;
  width: 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grade-3 {
    width: 95px;
  }
}
@media only screen and (min-width:2000px) and (max-width: 2599px), only screen and (min-width:2600px) and (max-width: 4000px) {
  .grade-3 {
    width: 135px;
  }
}
.grade-3:hover {
  top: -11px;
}
.grade-4 {
  top: 2px;
  left: -25px;
  width: 87px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grade-4 {
    width: 67px;
  }
}
@media only screen and (min-width:2000px) and (max-width: 2599px), only screen and (min-width:2600px) and (max-width: 4000px) {
  .grade-4 {
    width: 127px;
  }
}
.grade-4:hover {
  top: -3px;
}
.grade-5 {
  top: 35px;
  left: -25px;
  width: 108px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grade-5 {
    width: 88px;
  }
}
@media only screen and (min-width:2000px) and (max-width: 2599px), only screen and (min-width:2600px) and (max-width: 4000px) {
  .grade-5 {
    width: 138px;
  }
}
.grade-5:hover {
  top: 30px;
}
.game-divider {
  width: 100%;
  min-height: 38px;
}
#headline {
  padding: 1% 4%;
  background-color: #20C2EF;
}
#headline img.headline-fun-left {
  width: 166px;
  float: right;
}
#headline img.headline-fun-left:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
#headline .headline-fun-right {
  width: 222px;
  float: left;
  position: relative;
  left: -35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #headline .headline-fun-right {
    left: -40px;
  }
}
#headline .headline-fun-right:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#headline h1 {
  font-size: 62px;
  width: 80%;
  line-height: 59px;
  text-align: center;
  font-family: 'Bungee Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #FFFFFF;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #headline h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
#headline .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-wrap h2 {
  display: block;
  font-family: 'Recursive Sans Casual Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #FFFFFF;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
  margin: 1% 0;
  padding: 0;
  font-size: 50px;
  line-height: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .game-wrap h2 {
    font-size: 46px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .game-wrap h2 {
    font-size: 38px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .game-wrap h2 {
    font-size: 38px;
    line-height: 39px;
  }
}
.game-wrap p {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Recursive Sans Linear Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #FFFFFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  margin: 2% 0;
  padding: 0;
}
.col-game-grades {
  justify-content: flex-end;
  flex-flow: column wrap;
  align-items: flex-end;
  align-content: flex-end;
  padding-bottom: 10px;
}
.col-game-grades svg {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.col-game-tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.col-game-butt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.col-game-sponsor-list {
  padding-bottom: 2%;
}
.col-game-sponsor-list img {
  padding-right: 10px;
}
.col-game-sponsor-list p,
.col-game-sponsor-list a {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0;
}
.col-game-copy {
  padding-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .subject-arrow-overflow {
    display: none;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .subject-arrow-overflow {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .theme-arrow-overflow {
    display: none!important;
  }
}
.col-game-details {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .col-game-details {
    background-color: #00476D;
  }
}
.game-banner-image {
  height: 100%;
  background-image: radial-gradient(#002A4A, #20C2EF);
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-banner-image img {
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
  border: solid 10px white;
}
.game-banner-image img:hover {
  -webkit-filter: brightness(1.2) saturate(1.2);
}
.col-game-banner {
  position: relative;
}
.col-app-promo-great-games {
  background-color: #00E0C8;
}
.col-app-promo-ag-across-america {
  background-color: #63EDA2;
}
.col-app-promo-all-about-beef {
  background-color: #F8F866;
}
.col-app-promo-stem-games {
  background-color: #f6672f;
}
.col-app-promo {
  padding: 1%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-app-promo {
    padding: 2%;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .col-app-promo {
    padding: 3%;
  }
}
.col-app-promo h1 {
  font-size: 48px;
  color: #002A49;
}
.col-app-promo p {
  color: #002A49;
  font-size: 16px;
  line-height: 17px;
}
.game-grades-overlay {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width:1200px) and (max-width: 1999px), only screen and (min-width:2000px) and (max-width: 2599px) {
  .game-grades-overlay {
    display: none;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .game-grades-overlay {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 100px;
    z-index: 10;
    position: fixed;
    padding-left: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .game-grades-overlay {
    height: 645px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .game-grades-overlay {
    height: 480px;
    width: 70px;
  }
  .game-grades-overlay svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .game-grades-overlay {
    height: inherit;
    width: 70px;
    margin-top: 20px;
  }
  .game-grades-overlay svg {
    width: 60px;
    height: 60px;
  }
}
.game-award {
  width: 100px;
  float: right;
  padding-top: 10px;
  position: relative;
  right: -20px;
}
@media only screen and (max-width: 575px) {
  .game-award {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .game-award {
    right: 0px;
  }
}
.col-game-subjects .game-award {
  padding: 0;
  right: -30px;
  top: -10px;
}
.col-app-promo .game-award {
  padding: 5px;
  right: 0;
  width: 80px;
}
.game-award.game-page {
  width: 100%;
  right: auto;
}
.beef-checkoff {
  width: 50px;
}
.nichino-usa {
  width: 250px;
  border: solid white 5px;
  padding-right: 0px!important;
  margin-right: 5px;
}
.us-poultry-logo {
  width: 120px;
  height: 100%;
  top: 4px;
  position: relative;
}
.us-poultry-logo.list {
  width: 120px;
  float: left;
  top: 4px;
  position: relative;
}
.logo-peanut {
  width: 80px;
}
.logo-naa {
  width: 60px;
  height: 100%;
}
.col-get-the-apps-title {
  text-align: center;
}
.col-get-the-apps-title h1 {
  font-size: 62px;
  font-family: 'Bungee Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #00476D;
  position: relative;
  left: -10px;
  top: 80px;
  text-shadow: 2px 2px #ffffff;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .col-get-the-apps-title h1 {
    left: -20px;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .col-get-the-apps-title h1 {
    font-size: 42px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: tb-lr;
    writing-mode: horizontal-tb;
    text-orientation: upright;
    top: 0;
    left: 0;
    padding: 4%;
    color: #FFFFFF;
    text-shadow: 2px 2px #00476D;
  }
}
.text-get-the-apps {
  height: 840px;
  position: relative;
  top: 110px;
  left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-get-the-apps {
    top: 70px;
    left: 10px;
  }
}
.vert-text-text h1 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
#footer,
#feedback {
  background-color: #002A49;
}
.row-pixel-fence {
  height: 120px;
  background: url('../imgz/img-pixel-fence.png');
  background-position: center center;
  background-repeat: repeat-x;
}
.foot-row-one {
  background-color: #20C2EF;
  padding: 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-row-two,
.row-feedback {
  background: url('../imgz/bg-pattern-footer.jpg');
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
  background-size: 1500px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .foot-row-two,
  .row-feedback {
    -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;
  }
}
.foot-row-two h3,
.row-feedback h3 {
  font-family: 'Recursive Sans Casual Reg', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 24px;
  text-align: center;
  margin: 20px 0;
  color: #FFFFFF;
}
.row-feedback {
  padding-left: 0!important;
  padding-right: 0!important;
}
.row-feedback h3 {
  font-family: 'Bungee Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 32px;
  text-align: center;
  margin: 20px 0;
  color: #FFFFFF;
}
.foot-row-three {
  background-color: #002A49;
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-row-three a,
.foot-row-three p {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0;
}
.foot-row-three a:hover {
  text-decoration: underline;
}
.scroll-top {
  position: fixed;
  bottom: 0;
  right: 6%;
  z-index: 100;
  background: #f2f3f2;
  font-size: 24px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.scroll-top a:link,
.scroll-top a:visited {
  color: #222;
}
.menu-subjects-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  flex-wrap: wrap;
}
.menu-subjects-footer {
  display: block;
}
.col-grades {
  text-align: center;
  background-color: #002A49;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .col-grades {
    padding-bottom: 20px;
  }
}
.col-subjects {
  background-color: #63EDA2;
}
.col-subjects h3 {
  color: #002A4A;
}
.col-themes {
  padding: 0 0 20px 0;
}
.col-buttons {
  padding: 20px 0;
  text-align: right;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .col-buttons {
    text-align: center;
  }
}
#game-codez {
  background-color: #016A92;
  background-image: linear-gradient(to right top, #18577a, #1c5c80, #1f6186, #23678c, #266c92);
  background: #002a4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #002a4a 0%, #20c2ef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #002a4a 0%, #20c2ef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #002a4a 0%, #20c2ef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002a4a', endColorstr='#20c2ef', GradientType=0);
  /* IE6-9 */
}
#not-mobile {
  width: 100%;
  z-index: 99;
  background-color: #646569;
  text-align: center;
}
#not-mobile h2 {
  color: #63EDA2;
}
#not-mobile p {
  color: #63EDA2;
  padding: 4%;
}
#game-deets {
  padding-top: 2%;
  background-color: #002A49;
  min-height: 80px;
}
@media only screen and (max-width: 575px) {
  #game-deets {
    padding-top: 4%;
  }
}
#game-deets .col-prev-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
#game-deets .col-download,
#game-deets .col-share {
  padding-top: 40px;
  text-align: center;
}
#game-deets .col-download svg.zip:hover,
#game-deets .col-share svg.zip:hover,
#game-deets .col-download svg.social:hover,
#game-deets .col-share svg.social:hover {
  filter: opacity(0.7);
}
#game-deets .col-download p,
#game-deets .col-share p {
  font-size: 14px;
  font-family: 'Recursive Sans Linear Semibold Italic', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #FFFFFF;
  margin: 0;
}
#game-deets .col-download a.help,
#game-deets .col-share a.help {
  font-size: 10px;
  font-family: 'Recursive Sans Casual Reg', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  margin: 0;
}
#game-deets .col-share {
  padding-top: 40px;
}
#game-deets .col-game-subjects {
  display: flex;
  align-items: center;
  justify-content: center;
}
#game-deets .col-game-subjects a {
  margin: 0 20px;
}
#game-deets .share-strip svg {
  display: inline;
}
.game-stuffs {
  position: relative;
  text-align: center;
}
.game-stuffs.items {
  min-height: 50px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .game-stuffs.items {
    padding-top: 2%!important;
  }
}
.game-stuffs#game-themes-tab {
  text-align: center;
}
.game-stuffs#game-themes {
  padding: 1% 0;
}
.game-stuffs#game-activity-sheets-tab {
  text-align: center;
}
.game-stuffs#game-activity-sheets {
  padding: 1% 0;
}
.game-stuffs#game-lesson-plans-tab {
  text-align: center;
}
.game-stuffs#game-lesson-plans {
  padding: 1% 0;
}
.game-stuffs#game-videos-tab {
  text-align: center;
}
.game-stuffs#game-videos {
  padding: 1% 0;
}
.game-stuffs#game-ecomic-tab {
  text-align: center;
}
.game-stuffs#game-ecomic {
  padding: 1% 0;
}
.game-stuffs#game-more-tab {
  text-align: center;
}
.game-stuffs#game-more {
  padding: 1% 0;
}
#game-more p,
#game-more a {
  color: #002A49;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
}
#game-more img {
  padding-right: 10px;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA STUFF YOU MIGHT NOT NEED */
.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;
}
.pagination li.page {
  padding: 20px;
}
.pagination li.current {
  color: #FF0303;
  border-bottom: 2px solid #cf6a34;
  padding: 20px;
}
.pag-prev-link,
.pag-next-link {
  width: 20px;
  height: auto;
  font-size: 0;
  position: relative;
  display: block;
}
.share-row {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-left: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width:1200px) and (max-width: 1999px) {
  .share-row {
    width: 65px;
  }
}
.share-row img {
  margin-right: 4px;
  margin-bottom: 4px;
  display: inline-block;
}
.block-raw-code,
.block-video-embed {
  width: 100%;
}
table {
  width: 100%;
}
table td {
  padding: 2%;
}
figcaption {
  font-size: 12px;
  font-weight: 200;
  font-style: italic;
  text-align: center;
  padding: 0 2%;
}
figure.full-width {
  max-width: 860px;
}
figure.full-width img {
  width: 100%;
}
figure.half-width {
  max-width: 420px;
}
figure.half-width img {
  width: 100%;
}
figure.third-width {
  max-width: 200px;
}
figure.third-width img {
  width: 100%;
}
figure.center-img-float {
  margin: 0 auto;
}
figure.center-img-float figcaption {
  text-align: center;
}
figure.center-img-float img {
  display: block;
}
figure.left-img-float {
  float: left;
  margin: 2% 4% 2% 0;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  figure.left-img-float {
    float: none;
    margin: 2% auto;
  }
}
figure.left-img-float figcaption {
  text-align: left;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  figure.left-img-float figcaption {
    text-align: center;
  }
}
figure.right-img-float {
  float: right;
  margin: 2% 0 2% 2%;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  figure.right-img-float {
    float: none;
    margin: 2% auto;
  }
}
figure.right-img-float figcaption {
  text-align: right;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  figure.right-img-float figcaption {
    text-align: center;
  }
}
.block-file {
  padding: 2%;
}
.block-file a {
  text-decoration: none;
  margin: 2% 0;
}
.icon-file {
  margin-right: 4px;
  width: 20px;
}
.l-row [class*=col] {
  padding: 2%;
}
.l-thumb.one {
  float: right;
  margin: 0 0 2% 2%;
  max-width: 400px;
}
.l-thumb.two {
  float: right;
  margin: 0 0 2% 2%;
  max-width: 300px;
}
.l-thumb.three {
  margin: 0 auto;
}
.l-thumb-d-col.two {
  float: right;
  margin: 0 0 2% 2%;
  max-width: 190px;
}
.l-thumb-d-col.three {
  float: right;
  margin: 0 0 2% 2%;
  max-width: 300px;
}
@media only screen and (max-width: 575px) {
  .l-thumb-d-col.three {
    margin: 2% auto;
    float: none;
  }
}
.block-video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.block-video-embed iframe,
.block-video-embed object,
.block-video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-space-break.noSpace {
  height: 0;
  width: 100%;
}
.block-space-break.smallSpace {
  height: 10px;
  width: 100%;
}
.block-space-break.mediumSpace {
  height: 30px;
  width: 100%;
}
.block-space-break.largeSpace {
  height: 80px;
  width: 100%;
}
.block-space-break.extraLargeSpace {
  height: 160px;
  width: 100%;
}
.pag-link a {
  padding: 10px;
  width: 50px;
  height: auto;
  font-size: 0;
  position: relative;
  font-size: 30px;
  line-height: 36px;
  font-weight: 200;
  text-decoration: none;
  color: #646569;
}
.pag-link a:hover {
  color: #f6672f;
  background-color: #171717;
}
.pag-link-center {
  position: relative;
  top: 6px;
}
.block-button {
  display: inline-block;
}
.block-button.alignLeft {
  display: inline-block;
  margin: 1%;
  margin-right: 2%;
}
.block-button.alignLeft:first-of-type {
  margin-left: 1%;
}
.block-button.alignRight {
  justify-content: flex-end;
  display: flex;
  margin: 1%;
}
.block-button.alignCenter {
  justify-content: center;
  display: flex;
  margin: 1%;
}
.block-button .btn {
  background-color: #20C2EF;
  color: #FFFFFF;
}
.block-button .btn:hover {
  background-color: #646569;
  color: #20C2EF;
}
.block-button .btn.smallButt {
  padding: 10px 10px;
  font-size: 18px;
}
.block-button .btn.mediumButt {
  padding: 10px 10px;
  font-size: 24px;
}
.block-button .btn.largeButt {
  padding: 20px 20px;
  font-size: 30px;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA PAGES LIKE DA HOME and DA OTHERZ */
.maf-page-stuff {
  padding: 4%;
}
.maf-page-stuff.green {
  background-color: #E0FBEC;
  -moz-box-shadow: inset 0 0 10px #FFFFFF;
  -webkit-box-shadow: inset 0 0 10px #FFFFFF;
  box-shadow: inset 0 0 10px #FFFFFF;
}
.maf-page-stuff.blue {
  background-color: #CCF5F9;
  -moz-box-shadow: inset 0 0 10px #FFFFFF;
  -webkit-box-shadow: inset 0 0 10px #FFFFFF;
  box-shadow: inset 0 0 10px #FFFFFF;
}
.maf-page-stuff ul,
.maf-page-stuff li,
.maf-page-stuff p {
  color: #00476D;
}
.maf-page-stuff a,
.maf-page-stuff a.res-1,
.maf-page-stuff a.res-2,
.maf-page-stuff a.res-3,
.maf-page-stuff a.res-4,
.maf-page-stuff a.res-5,
.maf-page-stuff a.res-6,
.maf-page-stuff a.res-7,
.maf-page-stuff a.res-8,
.maf-page-stuff a.res-9 {
  color: #FF0303;
  text-decoration: underline;
}
.maf-page-stuff a.res-10,
.maf-page-stuff a.res-11,
.maf-page-stuff a.res-12,
.maf-page-stuff a.res-13,
.maf-page-stuff a.res-14,
.maf-page-stuff a.res-15,
.maf-page-stuff a.res-16,
.maf-page-stuff a.res-17,
.maf-page-stuff a.res-18 {
  color: #f6672f;
  text-decoration: underline;
}
.maf-page-stuff a.res-19,
.maf-page-stuff a.res-20,
.maf-page-stuff a.res-21,
.maf-page-stuff a.res-22,
.maf-page-stuff a.res-23,
.maf-page-stuff a.res-24,
.maf-page-stuff a.res-25,
.maf-page-stuff a.res-26,
.maf-page-stuff a.res-27 {
  color: #028FBE;
  text-decoration: underline;
}
.maf-page-stuff a:hover {
  color: #f6672f;
  text-decoration-style: wavy;
}
.maf-page-stuff h1 {
  font-size: 62px;
  line-height: 59px;
  text-align: left;
  font-family: 'Bungee Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #FFFFFF;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .maf-page-stuff h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.maf-page-stuff h2 {
  font-size: 62px;
  line-height: 64px;
  text-align: center;
  font-family: 'Bungee Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #FFFFFF;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .maf-page-stuff h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.maf-page-stuff h3 {
  font-size: 40px;
  line-height: 44px;
  color: #002A49;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .maf-page-stuff h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
.maf-page-stuff h4 {
  font-size: 26px;
  line-height: 30px;
  margin-top: 30px;
  color: #002A49;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .maf-page-stuff h4 {
    font-size: 30px;
    line-height: 34px;
  }
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA GAME STUFF */
.game-cont-load-the-lunchbox {
  height: 622px;
  text-align: center;
}
.game-cont-load-the-lunchbox iframe {
  border: none;
}
.game-cont-load-the-lunchbox {
  height: 622px;
  text-align: center;
}
.game-cont-load-the-lunchbox iframe {
  border: none;
}
.game-cont-equipment-engineer,
.game-cont-wildwater-adventures,
.game-cont-where-in-the-world,
.game-cont-thrive-game,
.game-cont-the-steaks-are-high,
.game-cont-the-great-seed-search,
.game-cont-thats-life,
.game-cont-spin-n-solve,
.game-cont-power-up,
.game-cont-operation-peanut-butter,
.game-cont-my-little-ag-me,
.game-cont-lets-make-something-tasty,
.game-cont-keys-to-stewardship,
.game-cont-harvest-this,
.game-cont-grocery-grab,
.game-cont-finders-keepers,
.game-cont-amazing-grains,
.game-cont-the-buzz,
.game-cont-memory-match,
.game-cont-fact-or-fairy-tale,
.game-cont-farmers-market-challenge,
.game-cont-in-my-barn {
  text-align: center;
  height: 622px;
}
.game-cont-equipment-engineer iframe,
.game-cont-wildwater-adventures iframe,
.game-cont-where-in-the-world iframe,
.game-cont-thrive-game iframe,
.game-cont-the-steaks-are-high iframe,
.game-cont-the-great-seed-search iframe,
.game-cont-thats-life iframe,
.game-cont-spin-n-solve iframe,
.game-cont-power-up iframe,
.game-cont-operation-peanut-butter iframe,
.game-cont-my-little-ag-me iframe,
.game-cont-lets-make-something-tasty iframe,
.game-cont-keys-to-stewardship iframe,
.game-cont-harvest-this iframe,
.game-cont-grocery-grab iframe,
.game-cont-finders-keepers iframe,
.game-cont-amazing-grains iframe,
.game-cont-the-buzz iframe,
.game-cont-memory-match iframe,
.game-cont-fact-or-fairy-tale iframe,
.game-cont-farmers-market-challenge iframe,
.game-cont-in-my-barn iframe {
  border: none;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .game-cont-equipment-engineer,
  .game-cont-wildwater-adventures,
  .game-cont-where-in-the-world,
  .game-cont-thrive-game,
  .game-cont-the-steaks-are-high,
  .game-cont-the-great-seed-search,
  .game-cont-thats-life,
  .game-cont-spin-n-solve,
  .game-cont-power-up,
  .game-cont-operation-peanut-butter,
  .game-cont-my-little-ag-me,
  .game-cont-lets-make-something-tasty,
  .game-cont-keys-to-stewardship,
  .game-cont-harvest-this,
  .game-cont-grocery-grab,
  .game-cont-finders-keepers,
  .game-cont-amazing-grains,
  .game-cont-the-buzz,
  .game-cont-memory-match,
  .game-cont-fact-or-fairy-tale,
  .game-cont-farmers-market-challenge,
  .game-cont-in-my-barn {
    height: auto;
  }
}
.game-cont-equipment-engineer.embed-responsive:before,
.game-cont-wildwater-adventures.embed-responsive:before,
.game-cont-where-in-the-world.embed-responsive:before,
.game-cont-thrive-game.embed-responsive:before,
.game-cont-the-steaks-are-high.embed-responsive:before,
.game-cont-the-great-seed-search.embed-responsive:before,
.game-cont-thats-life.embed-responsive:before,
.game-cont-spin-n-solve.embed-responsive:before,
.game-cont-power-up.embed-responsive:before,
.game-cont-operation-peanut-butter.embed-responsive:before,
.game-cont-my-little-ag-me.embed-responsive:before,
.game-cont-lets-make-something-tasty.embed-responsive:before,
.game-cont-keys-to-stewardship.embed-responsive:before,
.game-cont-harvest-this.embed-responsive:before,
.game-cont-grocery-grab.embed-responsive:before,
.game-cont-finders-keepers.embed-responsive:before,
.game-cont-amazing-grains.embed-responsive:before,
.game-cont-the-buzz.embed-responsive:before,
.game-cont-memory-match.embed-responsive:before,
.game-cont-fact-or-fairy-tale.embed-responsive:before,
.game-cont-farmers-market-challenge.embed-responsive:before,
.game-cont-in-my-barn.embed-responsive:before {
  padding-top: 85%!important;
}
.game-cont-an-egg-citing-poultry-adventure,
.game-cont-auction-adventures {
  text-align: center;
  height: 622px;
}
.game-cont-an-egg-citing-poultry-adventure iframe,
.game-cont-auction-adventures iframe {
  border: none;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .game-cont-an-egg-citing-poultry-adventure,
  .game-cont-auction-adventures {
    height: auto;
  }
}
.game-cont-ag-across-america {
  text-align: center;
  height: 652px;
}
.game-cont-ag-across-america iframe {
  border: none;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .game-cont-ag-across-america {
    height: auto;
  }
}
.game-cont-seed-to-shirt {
  text-align: center;
  height: 642px;
}
.game-cont-seed-to-shirt iframe {
  border: none;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .game-cont-seed-to-shirt {
    height: auto;
  }
}
/*# sourceMappingURL=/css/style.css.map */