.top-nav li {
    margin-left:30px;
    max-width:110px;
}
.top-nav li a {
    font-size: 12px;   
}

.financialLinks .bigLinks a {
background-image: url("../_img/cta_download_report_SP.jpg");
}

#environment-feature .factoid_text .small, #environment-feature .factoid_text .factoid_text_right, #env .factoid_text .small {
    line-height: 41px;   
}


@media screen and (max-width:1240px) and (min-width:1121px){

    nav.top-nav {
        position: fixed;
        top:92px;
        right:0;
        bottom:0;
        left:0;
        transition:.3s;
        transform:translateX(100%);
                height:250px;
        background-color: #fff;
         padding-top:12px;
        
    }
    
    .top-nav li,
    .pdf-nav ul li{
        display: block;
        margin:10px 0;
        text-align: center;
        max-width: inherit;
    }
    .pdf-nav {
         position: fixed;
        top:100px;
        right:0;
        top:312px;
       
        bottom:0;
        left:0;
        transition:.3s;
        transform:translateX(100%);          
    }
    
    .logo-wrapper {
        float:none;
        width:170px;
        margin:0 auto;
    }
    body.inner {
    padding-top: 70px;
}
    
    body#people,
body#social{
    padding-top:72px;   
}
    header {
        padding:30px 0;
        border-bottom:2px solid #d22630;
    }
    .hamburger{
        
        display: block;
        position: absolute;
        left:4%;
        top:30px;
        height:30px;
        width:30px;
        background-image: url(../../_img/hamburger.png);
        background-size: cover;
    }
    
    .nav-open .hamburger {
         background-image: url(../../_img/nav-close.png);
        background-size: 20px 20px;
background-repeat: no-repeat;
background-position: center;
    }
    
    html.nav-open .top-nav {
        transform:translateX(0);
    }
    
    html.nav-open .pdf-nav {
     transform:translateX(0);
       
    }
    
    .top-nav li.languageToggle {
        display: none;   
    }
    .languageToggle-mobile {
        display: block;
        position: absolute;
        right:4%;
        top:30px;
        height:30px;
        width:30px;

        background-size: cover;
    }
}

.languageToggle-mobile {
    background-image: url(../_img/english.svg);
}

@media screen and (max-width:1120px) {
 .top-nav li {
    margin-left:0;
    max-width:inherit;
}
.top-nav li a {
    font-size: 12px;   
}   
    
    .pdf-nav {
    top: 420px;
}
}