/* Desktop Code- Show on bigger devices and hide mobile version of panel*/

Body {
    margin-left: 0;
}

.sakai-logo {
    width: 15%;
    margin-left: 1.25em;
}

.announcement-videos-container {
    display: inline-flex;
    width: 100%;
}

.announcements-container {
    width: 70%;
    margin: 0.5em;
   /* border: 2px solid #E1E1E1;
    border-radius: 5px; */
    text-align: left;
}


.videos-container {
    width: 45%;
    margin: 0.5em;
   /* border: 2px solid #E1E1E1;
    border-radius: 5px; */
}

.video-player-container {
    height: 216px;
    width: 368px;
    position: relative;
    margin-bottom: 1em;
}

.hover-overlay {
  position: relative;
  display: inline-block;
  z-index: 50;
  opacity: 1;
}

.hover-overlay::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: #008CBA;
}


.section-header-adjustment {
    margin-bottom: 0;
    margin-left: 1.25em;
}

.body-text-adjustment {
    margin-left: 3em;
    margin-right: 3em;

}

.section-titles {
    font-family: 'Antenna Black' !important;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 2.5em;
    margin-right: 2.5em;
    margin-top: 2.5em;
}

.videos-container img {
   width: 100%;
}

.info li a {
    text-decoration: none;
    color: white;
}

.info li a:focus {
    color: white;
}

.info li a:visited {
    color: white;
}

.info li a:visited {
    color: white;
}


.tiles {
  width: 100%;
  font-size: 0;
  text-align: center;

}

.tiles-mobile {
    display: none;
}

.tiles .tile {
  display: inline-block;
  margin: 0px;
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  width: 33%;
  height: 400px;

}


#left-image {
    background-image: url('../images/Faculty_2000x2000.jpg');
    background-size: contain;
    background-position: center;
}

#middle-image {
 background: url('../images/Students_2000x2000-ALT.jpg');
     background-size: contain;
     background-position: center;
}

#right-image {
     background: url('../images/Collaborators_2000x2000-ALT.jpg');
     background-size: contain;
     background-position: center;
}

.tiles .tile:before {
  content: '';
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  top: 100%;
  left: 0;
  z-index: 5;
  margin-bottom: 2em;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.tiles .tile img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.tiles .tile .details {
  font-size: 16px;
  padding: 10%;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 75;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.tiles .tile .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.tiles .tile .details .title {
  line-height: 1;
  font-weight: 600;
  font-size: 32px;
  font-family: 'Antenna Bold', sans-serif;
}

.tiles .tile .details .value-title {
  line-height: 100%;
  font-weight: 700;
  font-size: 40px;
  margin-right: auto 0;
  margin-left: auto 0;
  font-family: 'Antenna Bold', sans-serif;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
  position: relative;
    width: 100%;
}


.tiles .tile .details .info {
  line-height: 1.45;
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 16px;
  font-family: 'Antenna Bold', sans-serif;

}
.tiles .tile:focus:before,
.tiles .tile:focus span, .tiles .tile:hover:before,
.tiles .tile:hover span {
  opacity: 1;
}
.tiles .tile:focus:before, .tiles .tile:hover:before {
  top: 50%;
}
.tiles .tile:focus span, .tiles .tile:hover span {
  top: 0;
}
.tiles .tile:focus .title, .tiles .tile:hover .title {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.tiles .tile:focus .info, .tiles .tile:hover .info {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}


      /*_Reason Text_*/



.tiles .tile .Reason {
  line-height: 1;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Antenna', sans-serif;
  display: block;
}

.tiles .tile:focus .title, .tiles .tile:hover .Reason {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

 .tiles .tile .details .plus-mobile {
    display: none;
    position: relative;
    bottom: 5%;
    margin: 0 auto;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    font-family: 'Antenna Bold', sans-serif;
    text-align: center;
    color: #ffffff;
    transition: .2s;
    z-index: 100;
}

.dark-overlay {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    background-color: black;
    opacity: 0.25;
}


#mobile-banner {
    display: none;
}

.header-type-section {
    width: 100%;
    height: 100px;
    background-color: #8D0034;
    box-sizing: border-box;
}

.hero-title {
    font-size: 5em;
    color: white;
}


/*

-----------------------

End of Desktop version of Panel

-----------------------

*/


/* Mobile Version of Panel. Show this on viewports smaller than 1120 */

.tiles-mobile {
  width: 100%;
  font-size: 0;
  text-align: center;

}

.tiles-mobile .tile {
  display: inline-block;
  margin: 0px;
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  width: 33.333%;
  height: 500px;

}

.tiles-mobile .tile:before {
  content: '';
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  top: 100%;
  left: 0;
  z-index: 2;
  margin-bottom: 32px;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.tiles-mobile .tile img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.tiles-mobile .tile .details {
 font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 75;
}

.tiles-mobile .tile .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.tiles-mobile .tile .details .title {
  line-height: 1;
  font-size: 32px;
  font-family: 'Antenna Bold', sans-serif;
}

.tiles-mobile .tile .details .value-title {
  line-height: 1.5;
  font-size: 40px;
  margin-right: auto 0;
  margin-left: auto 0;
  font-family: 'Antenna Bold', sans-serif;
  text-align: center;
  text-shadow: 0 0 6px rgba(0,0,0,.75);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 24px;
}


.tiles-mobile .tile .details .info {
  line-height: 2;
  margin-top: 16px;
  margin-bottom: 4px;
  font-size: 20px;
  font-family: 'Antenna Bold', sans-serif;

}
.tiles-mobile .tile:focus:before,
.tiles-mobile .tile:focus span, .tiles .tile:hover:before,
.tiles-mobile .tile:hover span {
  opacity: 1;
}
.tiles-mobile .tile:focus:before, .tiles .tile:hover:before {
  top: 50%;
}
.tiles-mobile .tile:focus span, .tiles .tile:hover span {
  top: 0;
}
.tiles-mobile .tile:focus .title, .tiles .tile:hover .title {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.tiles-mobile .tile:focus .info, .tiles .tile:hover .info {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}


/*_background-images_ */


#left-image, #middle-image, #right-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center;
}

#left-image {
  background-image: url('../images/Faculty_2000x2000.jpg');
    background-position: top;
}

#middle-image {
  background-image: url('../images/Students_2000x2000-ALT.jpg');
    background-position: bottom;
}

#right-image {
  background-image: url('../images/Collaborators_2000x2000-ALT.jpg');
  background-position: top center;
}


/*_Reason Text_*/



.tiles-mobile .tile .Reason {
  line-height: 1;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Antenna', sans-serif;
  display: block;
}

.tiles-mobile .tile:focus .title, .tiles .tile:hover .Reason {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.tiles-mobile .tile .details .plus-mobile {
    display: none;
    position: relative;
    bottom: 5%;
    margin: 0 auto;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    font-family: 'Antenna Bold', san-serif;
    text-align: center;
    color: #ffffff;
    transition: .2s;
}
