/*
innovatepilot-specific sitewide CSS; 
included after styles.css
*/

/* logo.glows - illuminate the logo  on hover
---------------------------------------------------------------*/

@media (max-width: 880px) {
  #header {
    display: none;
  }
  #headersmall {
    display: block;
    margin-top: -5px;
  }
}
@media (min-width: 881px) {
  #header {
    display: block;
  }
  #headersmall {
    display: none;
  }
}

#header, #headersmall {
	background: #efefef url(/images/custom/base/header_bg_light.gif) 0 0 fixed;
}

#header {
  height: 110px;
}

#headersmall {
  height: 90px;
}

#logo.glows {
  margin: 23px 0;
  padding: 0;
  width: 320px;
  height: 60px;
  vertical-align: baseline;
  float: left;
  }

#logo.glows a {
  display: block; 
  width: 320px;
  height: 60px;  
  /* uses hall-specific image */
  background: transparent url(/images/custom/halls/stemforall2018/logo.png) no-repeat;
}

#logo.glows a:hover {
  background-position: 0 -60px !important;
}

.big_logo {
  height: 100px;
}

.big_logo a {
  color: #000;
}

.big_logo > div {
  display: table;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0 80px;
  height: 100px;
  color: #000;
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
  font-size: 2.8em;
  vertical-align: baseline;
  line-height: 1em;
  background: transparent url(/images/custom/halls/stemforall2018/logo70x70.png) no-repeat;
}

#headersmall .big_logo > div {
  margin-top: 13px;
}

.big_logo .main_title {
  font-weight: 900;
  padding-top:3px;
}
.big_logo .sub_title {
  font-size: 0.8em;
  font-weight: 700;
}

.col-md-4.home {
  height: 180px;
}  

.slim {
  padding-left: 0;
  padding-right: 0;
}

.col_inner {
  background-color: #fff;
  margin: 10px;
  padding: 10px;
  font-size: 1.3em;
} 

.row_2{
  min-height: 200px;
}

.row_3{
  min-height: 160px;
}

.live_row_2{
  min-height: 150px;
}

.col_inner h2 {
  padding-right: 40px; 
  padding-bottom: 5px; 
  text-align: center; 
  font-weight: 900; 
  color: #333; 
  text-shadow: 1px 1px 5px white;
  font-size: 1.2em;
}

.live_row_2 h2 {
  padding: 10px 0; 
  text-align: center; 
  font-weight: 900; 
  color: #333; 
  font-size: 1em;
}

.left_margin {
  margin-left: 20px;
}

.right_margin {
  margin-right: 20px;
}

#social_media_toolkit{
  font-size: 1.3em;
  line-height: 1.1em;
}

.sponsor.sm-left{
  margin-right: 3%;
}

#globe-bg {
  height: 100%;
  background: url(/images/custom/base/maps/world2.jpg) center;
  /* padding-top: 30px !important; */
  min-height: 243px;
}

#globe-link {
  margin-top: 10%;
  clear: both;
  font-size: 2.5em;
  text-align: center;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  color: #ffa400;
}

@media screen 
  and (min-device-width: 320px) 
  and (max-device-height: 736px) {
 
  #logo.glows {
    margin: 5px 0 6px 0;
    padding: 0;
    width: 100px;
  }

  #logo.glows a {
    width: 220px;
    background: transparent url(/images/custom/halls/stemforall2018/logo_mobile.png) no-repeat;
  }  
 
}

#video_frame_b {
  height: 320px;
}

.sample_video_container {
  padding-right: 15px;
  display: table-cell;
}

@media (min-width: 1250px){
  #main_text .main_text_left_margin {margin-left: -2%;}
}

@media (min-width: 1400px){
  #main_text .main_text_left_margin {margin-left: -8%;}
}

@media (min-width: 2500px){
  #main_text .main_text_left_margin {margin-left: -10%;}
}

/* EXCEPTION FOR SMALL SCREENS */
/* =========================================================*/

@media (max-width: 320px) {
  .big_logo .sub_title { display: none; }
}

@media (min-width: 320px) and (max-width: 767px) {
  .big_logo .main_title { font-size: 0.6em }
  .big_logo .sub_title { display: none; }
  #video_frame_b { height: 100%; }
  #globe-link { font-size: 2.3em; }
  .xs_right_align { text-align: right; padding-right: 15px; }
  .xs_padding_left{ padding-left: 15px; }
}

@media (max-width: 768px) {
  .big_logo .main_title { font-size: 0.6em; line-height: 1.2em; }
  .big_logo .sub_title { font-size: 0.5em; }
  .left_margin { margin-left: 10px; }
  .right_margin { margin-right: 10px; }
  #globe-link { font-size: 2.3em; }
}

@media (min-width: 769px) and (max-width: 991px) {
  .big_logo .main_title { font-size: 0.8em; }
  .big_logo .sub_title { font-size: 0.6em; }
  #social_media_toolkit { font-size: 1.1em; }
  #globe-link { font-size: 2em; }
}

/* EXCEPTION FOR MEDIUM SCREENS (tablets)  */
@media screen 
  and (min-device-width: 600px) 
  and (max-device-height: 1024px) {

  #logo.glows {
    margin: 5px 0 6px 0;
  }

}

/* end of logo.glows */

.img_center {
  margin-left: auto;
  margin-right: auto;
}

.all_halls {
  background: #eee url(/images/custom/base/bg_all_halls.jpg) fixed center;
}

/* footer alignment */

/* end of footer alignment */

/* hall-specific filters */
#filter-center, #filter-state, #filter-level, #filter-audience, #filter-program {
  padding: 0 10px 10px;
  display: none;
  width: 170px;
  background: #c6c6c6;
  }

#scrollbar1 {
  height: 230px;
}

.activity_overview {
  font-size: 1em !important;
}

#scrollbar1 .avatar_desc {
  line-height: 1.3em;
}

.recent_visitors img {
  margin: 7px 7px 0 0 !important;
}

h2#loggedin_activity img {
  padding: 5px 10px 0px 12px;
  float: left;
}
h2#loggedin_activity span {
  display: block;
  float: left;
  margin: 0;
  padding: 10px 5px 15px 5px;
  color: inherit;
  background: transparent;
  font-size: 18px;
}
