/* partials/_fonts.scss */
/* Futura not licensed for embedding. Need to implement a hosted version or alternative before launch. */
@font-face {
  font-family: 'FuturaStd';
  src: url("../fonts/FuturaStd-Light.otf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'FuturaStd';
  src: url("../fonts/FuturaStd-Bold.otf");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'FuturaStdCnd';
  src: url("../fonts/FuturaStd-CondensedBoldObl.otf");
  font-weight: 700;
  font-style: oblique; }
/* Nexa requires a link (Link in CSS okay?): "Embedding this font in a web page with a @font-face declaration is allowed
once you credit Fontfabric (www.fontfabric.com) with a link somewhere on your site." */
@font-face {
  font-family: 'Nexa';
  src: url("../fonts/Nexa Bold.otf");
  font-weight: 700;
  font-style: normal; }

#mainHeader, #siteFooter, .cheatsheet-menu, .cheatsheet img, .slime,
.page-header, .control-panel, .cheatsheet-video, .cheatsheet-term,
.achievement-item.locked, .main-content .button, .dnt-wrapper, #topAdArea {
  display: none;
}

html #microSitePage #siteFooter{
    display: none !important; /* Put in because of Nickelodeons Footer having important.... */
}

.achievement-item__image{
    margin: 0px auto;
    height: 100%;
    width: 100%;

}

#topAdArea{
    display: none;
}

.achievement-item__image + .achievement-item__image{
    margin-bottom: 500px;
}

.cheatsheet-text {
  font-family: "Nexa", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-size: 26px;
  line-height: 1.2;
  color: #000;
  width: 548px; }

.cheatsheet-text p {
  font-size: 22px;
}
