html {
    overflow-y: scroll;
}

#topPanel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 4;
    transition: height 0ms, min-height 0ms;
    border-bottom: 1px solid #F54949;
    margin-bottom: 20px;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 0;
}

#topPanel h1 {
    float: left;
    font-size: 60px;
    margin-bottom: 0;
}

#topPanel .slash {
    background: url('/assets/img/collection/slash@2x.png') center center no-repeat;
    background-size: 30px 48px;
    height: 50px;
    margin-top: 10px;
}

#topPanel .description {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 60px;
}

#topPanel #controls {
    background: url('/assets/img/patterns/bg_pattern_zigzag.png') #ECE84C;
    background-size: 18px;
    padding: 7px 10px 6px 10px;
}

#searchFieldContainer {
    position: relative;
    padding-left: 40px;
    margin-bottom: 0;
}

#searchField {
    border-color: #333;
    padding: 2px;
    white-space: nowrap;
    overflow: hidden;
    min-height: auto;
    margin-top: 2px;
}

.icon_search {
    display: block;
    position: absolute;
    left: 15px;
    background: url('/assets/img/icons/icon_search_dark.png') no-repeat left center;
    background-size: 22px;
    width: 25px;
    height: 30px;
}

.nav-tabs {
    border: none;
    float: right;
}

.nav-tabs li a {
    color: #F54949 !important;
}

.nav-tabs li {
    border-color: transparent;
    height: 15px;
    margin-left: 12px;
}
.nav-tabs li.active a::after,
.nav-tabs li.active:hover a::after {
	background: #F54949;
}

/* CLASS LIST */

#content {
    padding-top: 100px;
    padding-bottom: 100px;
}

#instList,
.classList {
    list-style-type: none;
    padding: 0 15px;
    margin: 0;
}

#instList li {
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}

#instList li.private:before {
    content:'';
    display: block;
    position: absolute;
    left: -20px;
    top: 10px;
    background: url('/assets/img/icons/icon_locked_dark@2x.png') no-repeat center center;
    background-size: 13px 16px;
    width: 13px;
    height: 16px;
    
}

#instList li.showLetter:before {
    content: attr(letter);
    display: block;
    position: absolute;
    font-size: 300px;
    color: #fff;
    top: -100px;
    left: -20px;
    font-family: 'Bariol', sans-serif;
    font-weight: 100;
    opacity: 0.5;
}

#instList .institution,
#instList .classTitle {
    font-size: 32px;
}

.icon_caret_right_dark {
    background: url('/assets/img/icons/icon_caret_right_dark.png') center center no-repeat;
    background-size: 7px 14px;
    height: 14px;
    top: 12px;
}

@media (max-width: 767px) {
    h1:first-of-type {
        margin-bottom: 0;   
    }
}