/* FOOTER */
.footer{
 background: #FFFFFF;
    color: #444444;
}
.footer .col-xs-12, .footer [class^="col-"]{
 margin-bottom: 0;
}


  /* PROGRAM */
.schedule__item {
    display: table;
  width: 100%;
  }
.schedule__item--major{
  background: #FFF;
  border-bottom: 3px solid #235286;
}
.schedule__item--major .schedule__time, .schedule__item--major .schedule__desc{
    color: #235286;
}

.nav-tabs > li > a {
    border-radius: 0;
    border: none;
    font-size: 20px;
    margin: 0;
    transition: all .2s;
    color: #000000;
}

.nav-tabs > li.active:before {
    content: "";
    background: #235286;
    display: block;
    height: 2px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 99;
}

.nav-tabs {
    background: #235286;
}


  /* MEDIA */
@media(min-width:768px){
 .w-img20 img{
 width: 20%;
 }
 .w-img25 img{
 width: 25%;
 }
 .w-img30 img{
 width: 30%;
 }
 .w-img35 img{
 width: 35%;
 }
 .w-img40 img{
 width: 40%;
 }
 .w-img50 img{
 width: 50%;
 }
 .w-img55 img{
 width: 55%;
 }
 .w-img60 img{
 width: 60%;
 }
 .w-img70 img{
 width: 70%;
 }
.w-img85 img{
 width: 85%;
 }
}