@charset "utf-8";

/* CSS Document */

@media(min-width:768px) {}
@media(min-width:992px) {}
@media(min-width:1200px) {}

/* Partners Page Styles */

.prod-launch-wrap > ul > li a { font-weight:bold; }
@media(min-width:1200px) {
  .prod-launch-wrap, .sc-menu { position:relative; z-index:100 }
  .updates-box { position:absolute; z-index:50; width:100%; } 
  .prod-launch-wrap > ul > li { white-space: nowrap; }
}

/* LearnFit Pilot Program Styles */

.addl-info-links { margin-bottom:3em; }
@media(min-width:768px) { .addl-info-links { position:relative; top:-35em; margin-bottom:0; } .classroom1-photo { position: relative;} }
@media(min-width:992px) { .addl-info-links { top:-18.5em; } } 
@media(min-width:1200px) { .addl-info-links { top:-18.3em; } .classroom1-photo { top:-4.6em; } } 

.topBar { z-index:110 !important; }