/*Media Queries*/
      

/* Medium devices (tablets, less than 1024px)*/
@media only screen and (max-width: 1024px) { 
    
    body {
        overflow-x: hidden;
    }
    
    .tiles {
        display: none;
    }
    
    .tiles-mobile {
        display: block;
    }

      .tiles-mobile .tile {
  display: block;
  margin: 0px;
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 550epx;
  vertical-align: middle;
  
}
    
     .tiles-mobile .tile .details .value-title {
  
        margin-top: 0;
        
    }
    
    .tiles-mobile .tile .details .info {
  line-height: 1.5;
        
    }
    
   .tiles-mobile .tile .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 75;
  height: 80%;
}
    
    ol li, ul li {
        line-height: 1;
    }
    
        .tiles-mobile .tile .details .info {
  line-height: 1.5;
        
    }
    
    .tiles-mobile .tile .details span {
        transition-property: none;
        top: 0px;
        opacity: 1;
    }
    
    .tiles-mobile .tile {
        transition-property: none;
    }
    
    
      .tiles-mobile .tile .details .value-title {
  
        margin-top: 0;
        margin-bottom: 0.5em;
        margin-left: 1.25em;
        text-align: left;
        
    }
    
    .tiles .tile .details .value-title and h1 { margin-left: 0; font-size: 2em; }
    
    
    #mobile-banner {
        display: none;
    }
    
    #left-image {
        background-position: 100%%;
    }
    
    
    #middle-image {
        background-position: 75%% 15%;
    }
    

}

/* Small devices (landscape phones, less than 768px)*/
@media only screen and (max-width: 768px) { 
    
    .announcement-videos-container {

    display: block;
}
    
    ol li, ul li {
        line-height: 2;
    }
    
    .announcements-container {
    width: inherit;
    margin: 0.5em;
    /* border: 2px solid #e1e1e1;
    border-radius: 5px; */
}
    .announcements-container iframe {
        min-width: 100% !important;
        width: 100% !important;
        height: 442px;
        overflow: scroll;
    }


.videos-container {
    width: inherit;
    margin: 0.5em;
   /* border: 2px solid #e1e1e1;
    border-radius: 5px; */
}
    
      .tiles .tile {
  display: block;
  margin: 0px;
  text-align: center;
  opacity: .99;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 600px;
  vertical-align: middle;
  
}
    .tiles-mobile .tile .details .value-title {
  
        margin-top: 0;
        margin-bottom: 0.5em;
        margin-left: 0;
        text-align: left;
        
    }
    
    .tiles-mobile .tile .details .info {
  line-height: 1.5;
        
    }
    
    .tiles-mobile .tile .details span {
        transition-property: none;
        top: 0px;
        opacity: 1;
    }
    
    .tiles-mobile .tile {
        transition-property: none;
    }
    
    #stats-spacing {
        
        margin-bottom: 2.5em;
        
    }
    
    .tiles-mobile .tile .details .plus-mobile {
    display: block;
    position: relative;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    font-family: 'Antenna Bold', sans-serif;
    text-align: center;
    color: #ffffff;
    transition: .2s;
}
    #plus-icon {
        fill: white;
    }
    
    .dark-overlay {
    display: inherit;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    background-color: black;
    opacity: 0.30;
}
    .tiles .tile:before {
        background: none;
    }
    
    .value-title {
        margin-left: 0;
    }
    
    #mobile-banner {
        display: none;
    }
    
    
    #desktop-sakai-banner {
      width: 218%;  
       
    }
    
    .section-header-adjustment {
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: 0;
}
    .video-player-container {
        margin-left: 0;
        width: 95%;
        height: auto;
    }
    
    .body-text-adjustment {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
   
    .video-player-container {width: 80%; height: auto; }
    
      .value-title {
        margin-left: 0;
        text-align: left;
    }
    
    .sakai-logo {
        width: 35%;
    }
    
      }


/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 576px) {
    
    .sakai-logo {
        width: 55%;
    }
    
    .announcement-videos-container {
    display: block !important;
    width: 100%;
}
    
    .tiles-mobile .tile {
  display: block;
  margin: 0px;
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 550px;
  
}
    #desktop-banner {
        display: none;
    }
    
    #mobile-banner {
        display: block;
    }
    
    .tiles-mobile .tile .details .value-title {
        margin-left: 0;
        font-family: 'Antenna Bold', sans-serif;
        font-weight: bold;
    }
    
    .tiles-mobile .tile .details {
        height: 90%;
    }
    
   
      }
