/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  display: block;
  float: left;
  max-width: none;
  margin: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
  background: url(../img/colorbox/overlay.png) repeat 0 0;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  display: none;
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  display: none;
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  display: none;
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  display: none;
  width: 21px;
  height: 21px;
  background: url(../img/colorbox/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  display: none;
  width: 21px;
  background: url(../img/colorbox/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  display: none;
  width: 21px;
  background: url(../img/colorbox/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 30px;
  background: url(../img/colorbox/border.png) 0 0 repeat-x;
  visibility: hidden;
}

#cboxBottomCenter {
  display: none;
  height: 21px;
  background: url(../img/colorbox/border.png) 0 -29px repeat-x;
}

#cboxContent {
  padding: 10px;
  background: #fff;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  color: #949494;
  text-align: center;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(../img/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  background: none;
  border: 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  right: 30px;
  bottom: 4px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background: url(../img/colorbox/controls.png) no-repeat -75px 0;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background: url(../img/colorbox/controls.png) no-repeat -50px 0;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url(../img/colorbox/close.png) no-repeat;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/

body {
  background: #0093d0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Share Tech', sans-serif;
}

i.pdf {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../img/sprite.png);
  background-position: -19px 0;
}
i.doc{
   display: inline-block;
  width: 21px;
  height: 22px;
  background: url('../img/doc.png') no-repeat center center;
  margin-left: 6px;
}
i.excel {
  display: inline-block;
  width: 19px;
  height: 21px;
  background-image: url(../img/sprite.png);
  background-position: 0 0px;
}

i.play {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 5px;
  background-image: url(../img/sprite.png);
  background-position: -40px 0;
}

div.container {
  width: 970px;
  padding: 0 17px;
  margin-top: 0;
  background: #fff;
}

div.main-header {
  width: 918px;
  height: 273px;
  padding:15px 18px;
  margin-top: 0;
  overflow: hidden;
  background: url(../img/header.jpg) no-repeat;
}

/*div.main-header .logos div {
  display: inline-block;
  vertical-align: middle;
}*/
.logos .clear{
  clear:both;
}
.main-logo{
  float:left;
}
.building-blocks{
  float:left;
  margin-left:110px;
}

#schl3o div.main-header h1,
#schl3o div.main-header h2 {
  font-size: 55px;
  line-height: 47px;
}

#schl3o div.main-header h1 {
  margin:20px 0 0;
  color: #123564;
}

div.main-header h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #0093d0;
}

div.main-content {
  float: left;
  width: 624px;
  margin-right: 17px;
  font-family: 'Share Tech', sans-serif;
}

div.main-content h3 {
  padding-right: 30px;
  font-size: 26px;
  color: #0093d0;
}

div.sidebar {
  float: left;
  width: 294px;
}

div.sidebar h2 {
  font-size: 26px;
  color: #000;
}

div.sidebar .unit {
  margin-bottom: 15px;
}

div.sidebar .unit div.header {
  padding-top: 5px;
  padding-left: 15px;
}

div.sidebar .unit div.header b {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}

div.sidebar .unit div.header h3 {
  margin-top: 4px;
  font-size: 26px;
  line-height: 24px;
  color: #fff;
}

div.sidebar .unit div.content {
  padding-top: 15px;
  padding-left: 15px;
}

div.sidebar .unit div.content p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #7a7a7a;
}

div.sidebar .unit div.content b {
  font-family: 'Share Tech', sans-serif;
  font-size: 15px;
  color: #000;
}

div.sidebar .unit div.content span {
  display: block;
}

div.sidebar .unit div.content a {
  display: inline-block;
  overflow: hidden;
  font-family: 'Share Tech', sans-serif;
  font-size: 15px;
  color: #0093d0;
}

div.sidebar .unit div.content i.pdf {
  margin-left: 5px;
}

div.sidebar .unit1 {
  width: 294px;
}

div.sidebar .unit1 div.header {
  height: 79px;
  background: url(../img/unit1.jpg) no-repeat;
}

div.sidebar .unit1 div.footer {
  height: 15px;
  background: url(../img/unit1-footer.jpg) no-repeat;
}

div.sidebar .unit2 {
  width: 294px;
}

div.sidebar .unit2 div.header {
  height: 79px;
  background: url(../img/unit2.jpg) no-repeat;
}

div.sidebar .unit2 div.footer {
  height: 15px;
  background: url(../img/unit2-footer.jpg) no-repeat;
}

div.sidebar .unit3 {
  width: 294px;
}

div.sidebar .unit3 div.header {
  height: 79px;
  background: url(../img/unit3.jpg) no-repeat;
}

div.sidebar .unit3 div.footer {
  height: 15px;
  background: url(../img/unit3-footer.jpg) no-repeat;
}

div.video-container {
  padding: 15px;
  margin-top: 30px;
  background: url(../img/square-bg.png);
}

div.video-container .thumbnail {
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
}

div.video-container div.thumbnail {
  float: left;
  width: 205px;
  margin-right: 15px;
}

div.video-container div.thumbnail img {
  width: 100%;
}

div.video-container div.description {
  float: left;
  width: 370px;
}

#schl3o  div.video-container div.description h1 {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 28px;
  color: #000;
}

div.video-container div.description h2 {
  margin-top: 0;
  font-size: 30px;
  color: #0093d0;
}

div.video-container div.description p {
  font-size: 15px;
  color: #686868;
}

div.resources {
  margin-top: 20px;
}

div.resources > div {
  padding: 0;
  margin: 0;
}

div.resources div.header {
  width: 624px;
  height: 72px;
  background: url(../img/resources-top.jpg) no-repeat;
}

div.resources div.content {
  width: 624px;
  padding: 10px 28px 0;
  overflow: hidden;
  background: url(../img/resources-middle.jpg);
}

div.resources div.content h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  color: #000;
}

div.resources div.content ul {
  max-width: 600px;
  padding-top: 5px;
  overflow-x: hidden;
  list-style: none;
}

div.resources div.content ul span:first-child {
  padding-right: 0.33em;
  background: white;
}

div.resources div.content ul span + span {
  float: right;
  padding-left: 0.33em;
  margin-top: -6px;
  background: white;
}

div.resources div.content ul i.pdf {
  margin-left: 5px;
}

div.resources div.content ul li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}

div.resources div.content ul li {
  position: relative;
  height: 29px;
  padding-top: 6px;
  font-family: Arial;
  font-size: 15px;
  color: #7a7a7a;
}

div.resources div.content ul li a {
  font-family: 'Share Tech', sans-serif;
  font-size: 15px;
  color: #0093d0;
}

div.resources div.footer {
  width: 624px;
  height: 33px;
  background: url(../img/resources-bottom.jpg) no-repeat;
}

div.quote-container {
  position: relative;
  width: 624px;
  height: 260px;
  margin-top: 50px;
}

div.quote-container .kids {
  position: absolute;
  bottom: 0;
  left: -17px;
}

div.quote-container .quote {
  position: absolute;
  top: 50px;
  right: 64px;
  width: 250px;
  font-size: 17px;
  line-height: 21px;
  color: #343434;
  text-align: center;
  text-transform: uppercase;
}

div.quote-container .quote em {
  font-size: 28px;
  font-style: normal;
  color: #0c50a0;
  font-variant: normal;
}

div.quote-container .quote span {
  display: block;
  font-size: 14px;
  color: #eb582f;
}

div.main-footer {
  padding: 25px;
  margin-right: -17px;
  margin-left: -17px;
  color: #fff;
  text-align: center;
  background: #005398;
}

div.main-footer p {
  padding: 0;
  margin: 0;
}

#cboxContent .title {
  margin-top: 12px;
  font-family: 'Share Tech', sans-serif;
  font-size: 24px;
  color: #000;
}

#cboxContent .title span {
  color: #0093d0;
}
.credits{
  font: italic 10px Arial;
  position: relative;
  float: right;
  margin-top: 24px;
}
.contentContain{
  position: relative;
}
.mobile{display: none;}
.boys{margin: -3px 0 0 15px;}
@media (max-width: 800px) {
  div.main-header{ background-position: -159px 0;}
   div.main-header h1, div.main-header h2 {
     font-size: 42px;
     line-height: 41px;
   }
   div.main-header h2{
     margin-bottom: 24px;
   }
  div.resources div.content{
    background: none;
    border: 10px solid #6ecff9;
    border-radius: 28px;
    margin-top: -24.5px;
    padding: 40px;
  }
  div.sidebar {
    position: absolute;
    right: 0;
    top: 0;
    width: 242px;
  }
  div.main-header{width: 100%;}
  div.main-content{
    width: 457px;
    
  }
  div.main-content h3{ font-size: 20px;}
  div.video-container{
    padding-right: 0;
    margin-top: 14px;
  }
  div.video-container div.description{
    width: 50%;
  }
  div.video-container div.description h1{font-size: 23px;}
  div.video-container div.description h3{font-size: 23px;}
  div.video-container div.description h2{font-size: 20px;}
  div.sidebar .unit,
  div.resources div.content{
    width: 100% !important;
  }
  div.resources{margin-bottom: 40px;}
  div.resources div.content{padding: 30px;}
  div.sidebar .unit div.content{padding-top: 13px}
  div.resources div.content ul li, div.sidebar .unit div.content p{ font-size: 13px;}
  div.sidebar .unit div.content p{margin-bottom: 7px;}
  div.resources div.content ul{padding-left: 24px;}
  div.resources div.header{
    width: 332px;
    border-radius: 8px 8px 0 0;
  }
  div.resources div.footer{display: none;}
  div.sidebar .unit div.header{
    background-position: 177px 5px !important;
    border-radius: 20px 20px 0px 0px;
    height: 76px !important;
  }
  div.sidebar .unit div.footer{ border-radius:  0px 0px 20px 20px; }  
  div.sidebar .unit1 div.header{ background: url('/stem/images/bg_unit1.png') no-repeat #88c659;}
  div.sidebar .unit2 div.header { background: url('/stem/images/bg_unit2.png') no-repeat #faa635; }
  div.sidebar .unit3 div.header {
    background: url('/stem/images/bg_unit3_sm.png') no-repeat #eb582f;
    background-position: 196px 9px !important ;
  }
  .mobile{display: block;}
  .full{display: none;}
}