.library-listing{
    position: relative;
    padding-top: 100px;
}
.row.w-padd {
    padding-bottom: 50px;
}
.row.w-padd img{
    margin-bottom: 30px;
}
.library-listing .sticky-bar-nav{
    position: absolute;
    top:0;
    width: 100%;
    background: #2A51A1;
    padding:20px;
    text-align: center;
}
.library-listing .sticky-bar-nav .disabled{
    color: #132852;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px; 
}
.library-listing .sticky-bar-nav a{
    color:#fff;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.library-listing .sticky-bar-nav a:hover, .library-listing .sticky-bar-nav a:focus, .library-listing .sticky-bar-nav a.active{
    background:#f3f3f3;
    color:#1e4a62; 
}
.library-listing .sticky-bar-nav ul{
    margin:0;
    padding:0;
    display: none;
    align-items: center;
    justify-content: center;
}
.library-listing .sticky-bar-nav.stickit{
    position:fixed;
    z-index: 4;
}
.library-listing .sticky-bar-nav p{
    color:#fff;
    font-weight: 600;
}
.library-listing .sticky-bar-nav ul li{
    margin: 0 3px;
    display: inline-block;
}
.library-listing .sticky-bar-nav .mobile-scroller{
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.library-listing .sticky-bar-nav .mobile-scroller label{
    padding:0 10px;
}
.library-listing .sticky-bar-nav .mobile-scroller select{
    width: calc(100% - 110px);
}
.emphasized-letter{
    width: 80px;
    height: 80px;
    font-size: 40px;
    background: #d9ad57;
    color:#fff;
    text-align: center;
    line-height: 80px;
    display: block;
    margin:0 auto 20px;
}
.term-listing .color-block{
    padding: 50px 0;
}
.term-listing .color-block:nth-child(even){
    background: #f3f3f3;
}
.term-listing .color-block ul{
    margin: 0;
    padding:0;
}
.term-listing .color-block ul li{
    padding:20px 0;
    border-bottom:1px solid #f3f3f3;
}
.term-listing .color-block ul li:first-child{
    padding-top: 0;
}
.term-listing .color-block ul li:last-child{
    border-bottom: none;
}
.term-listing .color-block h3{
    font-size: 27px;
}
@media (min-width:960px){
    .library-listing .sticky-bar-nav ul{
        display: flex;
    }
    .library-listing .sticky-bar-nav .mobile-scroller{
        display: none;
    }
}