@import url("font.css");
html, 
body {
    height: 100%;
}
body{
    /* font-family: Gentona-Light; */
    background: linear-gradient(180deg, rgba(35,53,112,1) 250px, rgba(255,255,255,1) 620px);
    background-repeat: no-repeat;
    color: #522B1C;
    font-size: 18px;
}
h1, h2, h3, h4, h5{
    font-family: Quadon-ExtraBold;
}

h2{
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
}

h2:after{
   background: none repeat scroll 0 0 #D44728;
   bottom: -20px;
   content: "";
   display: block;
   height: 5px;
   position: relative;
   width: 20%;
   left: 40%;
}

.knowledge-map-bg{ background-color: #EFB505;}
.culture-survey-bg{ background-color: #F26B21;}
.teacher-survey-bg{ background-color: #D44728;}

.bg-translucent{
    background-color:rgba(0, 0, 0, .30);
}

.title{
    color: #ffffff;
    text-align: center;
    font-size: 46px;
    margin: 30px 150px 20px;
    line-height: 70px;
}

.subtitle{
    font-family: "proxima-nova";
    color: #ededed;
    padding-bottom: 30px;
    letter-spacing: 3px;
    font-size: 30px;
    
}
.subtitle:after{
    background: none;
}
.banner-program-logo {
    position:absolute;
    left:40%;
    top:-36px;
    border-radius:50%;
}
.banner-programs > .card > .card-body > .card-title{
    color: #ffffff;
    font-size: 25px;
    text-shadow: 2px 2px 8px #424141;
}
.banner-programs > .card > .card-body > h1{
    font-family: Quadon-Regular;
    font-size: 24px;
    line-height: 40px;
    color: #002972;
}
.banner-programs > .card > .card-body > div > form > .btn{
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    border: none;
    transition: all 0.5s;
    
}
.banner-programs > .card > .card-body > div > form > .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.banner-programs > .card > .card-body > div > form > .btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.banner-programs > .card > .card-body > div > form > .btn:hover span {
  padding-right: 25px;
}

.banner-programs > .card > .card-body > div > form > .btn:hover span:after {
  opacity: 1;
  right: 0;
}


.banner-programs > .card{
    /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);*/
    transition: 0.1s; 
    z-index: 0;
}

.banner-programs > .card:hover {
    /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);*/
    transition: 0.4s; 
    transform: translate3D(0,-1px,0) scale(1.06);
    z-index: 1;
}

.banner-card-overlay {
    position: relative;
    width: 50%;
}
  
  
.banner-card-overlay-content {
    transition: 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%;
}
  
.banner-card-overlay:hover {
    opacity: 0.7;
}
  
.banner-card-overlay:hover .banner-card-overlay-content {
    opacity: 1;
    font-family: Quadon-MediumItalic;
    padding: 25px;
    color: #ffffff;
}

.banner-card-overlay-content .play-icon{
    color: #ffffff;
    font-size: 60px;
    line-height: 120px;
    vertical-align: middle;
}

.banner-card-overlay-content .play-icon:hover{
    color: #522B1C;
}
.slash {
    width: 100px;
    height: 1px;
    transform: rotate(-80deg);
    display: inline-block;
    background: #ffffff;
  }


  #kmContainer {
    min-width: 320px;
    margin: 0 auto;
    height: 200px;
  }
  #kmContainer{
    margin-top:20px;
  }

  #scContainer{
    min-width: 320px;
    margin: 0 auto;
    height: 200px; 
  }

  #imusContainer{
    min-width: 320px;
    margin: 0 auto;
    height: 200px;  
  }

.border-yellow{
    border-color: #EFBF04 !important;
}


.btn-dark{
    background-color: #522B1C;
}


.submit-request{
    background: url('../images/books.jpg') no-repeat top right fixed;
    opacity: 0.9;
}

.footer{
/*    position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #233570;
    color: #ffffff;
}


/*----------------------*/

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
/*  left: 0;*/
  background-color: #fefefe; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 100px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav {
  right: 0;
}
/* The navigation menu links */
.sidenav .close {
  padding: 8px 8px 8px 0px;
  text-decoration: none;
/*  font-size: 25px;*/
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  opacity: 0.8;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  opacity: 1;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
/*  padding: 20px;*/
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.b-login__forgotLink {
    color: #CF4520;
    background-color: rgba(255,255,255,0.01) !important;
    font-size: 16px;
    text-decoration: underline; 
}
.b-login__forgotLink:hover {
    color: #CF4520 !important;
    background-color: rgba(255,255,255,0.01) !important;
    opacity: 0.8;
    text-decoration: none; 
}

.b-login__title {
    color: #000;
    line-height:30px;
    margin-bottom: 46px;
    position: relative; 
}
.b-login__title:after {
    position: absolute;
    content: '';
    display: block;
    background-color: #CF4520;
    width: 90px;
    height: 2px;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%); 
}

.offerings h4{
    font-family: Quadon-Regular;
    line-height: 35px;
}

 /* Accessibility compatible styles */

  .btn-primary-blue{
      background-color: #2975C2;
      border-color: #2975C2 ;
      color: #FFFFFF;
  }

  .btn-primary-blue:hover{
      color: #FFFFFF;
      opacity: 0.8;
  }

  .form-label{
    color: #31261D;
  }
