.notFound { margin-top: 100px; }
body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.429;
    color: #545454;
    background-color: #F5F5F5;
}
div.center {
    float: none;
    margin: auto;
}
nav {
top: 60px !important;
}
.navbar-right {
float: left !important;
}
nav a.btn.navbar-button {
    color: #0d2ea0 !important;
    background: #FFF !important;
}
.navbar-inverse { 
    background: #0d2ea0;
    border-color: #0d2ea0;
}
.navbar .navbar-brand img, .navbar-menu-widthfix.navbar.scrolled .navbar-brand img {
    max-height: 40px;
}
.navbar-menu-widthfix.navbar .navbar-brand img {
    max-height: 45px;
}
em.btn { font-style: normal; cursor: auto; user-select: auto; }
em.btn:hover { 
transition: opacity 0s;
opacity: 1 !important;
}

.page-header {
    background: #FFF;
}
.schedule__item--major {
    background: #1965e1;
    color: #FFF;
}

.banner__content {
    text-align: left;
    vertical-align: top;
    padding-top: 110px !important;
}
.banner__content img {
    margin-top: 20px;
    max-height: 80%;
}
@media(max-width: 1400px){
    .banner__content img {    
        max-height: 70%;
    }
}
@media(max-width: 1200px){
    .banner__content img {    
        max-height: 60%;
    }
}
@media(max-width: 400px){
    .banner__content {
      height: 50vh !important;
    }
    .banner__content img {    
        max-height: inherit;
    }
.section-title { font-size: 18px !important; }
}
.banner__bg {
    background-position: right;
}
.sponsors__cell {
    display: block;
    margin: auto;
}
.sponsors--4-col .sponsors__cell {
    width: 50%;
}
/* PROGRAM */
.schedule {
    background: #FFF;
}
.schedule__item, .schedule__desc { font-weight: bold; }
.schedule__desc em { font-weight: normal; }
/* FOOTER */
.footer {
    background: #FFF;
}
.footer a {
    color: #071956;
}


@media(min-width: 768px){
  .w-img60 img{
 width: 60%;
 }
 .w-img40 img{
 width: 40%;
 }
 .w-img35 img{
 width: 35%;
 }
 .w-img30 img{
 width: 30%;
 }
 .w-img25 img{
 width: 25%;
 }
 .w-img20 img{
 width: 20%;
 }
}