div{
    font-family: "adobe-garamond-pro";
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: rgba(41,41,41,.7);
}
.banner-thumbnail-wrapper .color-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 99;
}
.banner-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 40px;
    width: 100%;
    padding: 130px 0;
}
#thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: feature-bg-anim .6s ease-in-out;
    animation: feature-bg-anim .6s ease-in-out;
}
figure {
    margin: 0;
}
figure img{
    margin-top: -80px;
    width:100%;
    height:auto;
}
.desc-wrapper {
    -webkit-animation: feature-text-anim .75s ease-in-out;
    animation: feature-text-anim .75s ease-in-out;
    z-index: 100;
    position: relative;
    width: 100%;
    max-width: 956px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 32px;
    text-align: center;
    text-rendering: optimizeLegibility;
}
.desc-wrapper p {
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    font-family: "adobe-garamond-pro";
    font-size: 24px;
    line-height: 1.5em;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    margin: 20px auto;
    -webkit-transform: translatez(0);
}
.desc-wrapper p>strong, .desc-wrapper p>em>strong {
    display: block;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0px;
    text-transform: none;
    font-family: "proxima-nova";
    font-size: 68px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}
@media (max-width: 768px){
    .banner-thumbnail-wrapper {
        position: relative;
        overflow: hidden;
        min-height: 40px;
        width: 100%;
        padding: 60px 0;
    }
    figure img{
        margin-top: 0px;
        width:100%;
        height:auto;
    }
    .desc-wrapper p>strong, .desc-wrapper p>em>strong{
        font-size: 30px;
    }
    .folder-nav-toggle, .category-nav-toggle {
        display: block;
        width: 100%;
        z-index: 2;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 12px;
        cursor: pointer;
        font-size: 21px;
        line-height: 14px;
        text-align: right;
    }
    .folder-nav-toggle:after, .category-nav-toggle:after {
        content: "+";
        display: block;
        text-align: right;
    }
    #folderNav.expanded .folder-nav-toggle:after {
        content: '–';
    }
    #folderNav.expanded .folder-nav-toggle {
        z-index: 0;
    }
    #folderNav {
        padding-right: 64px;
    }
    #folderNav {
        display: block;
        width: 100%;
        position: relative;
        padding-bottom: 1.5em;
    }
    #folderNav.expanded .folder-nav li:not(.active-link).nav-section-label {
        display: none;
    }
    #folderNav li:not(.filter) {
        display: none;
    }
    #folderNav.expanded .folder-nav li:not(.active-link) {
        display: block;
    }
    #folderNav li a{
        font-size: 14px;
        line-height: 1;
    }
}
.nav-section-label{
    font-family: "adobe-garamond-pro";
    font-size: 22px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    color: #00746b;
    margin-bottom: .5em;
}
.folder-nav a{
    font-family: "proxima-nova";
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    color: rgba(26,26,26,.4);
    line-height: 1.25em;
    display: block;
    padding: 0 0 .75em;
}
.folder-nav a:hover,.folder-nav a:active{
    color: #1a1a1a;
}
.folder-nav li.active-link:not(.all) a{
    color: #1a1a1a;
}
.news-ul li{
    display: inline;
}
.news-ul li .row{
    border-bottom:1px #ccc dashed;
}
.news-ul li .row:hover{
    background-color: rgba(204,204,204,.5);
}