﻿body {
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    font-size: 0.80em;
    background: url('../img/layout/bg-grey-stripe.png');
    min-width: 300px;
}

::selection {
    background: #6e6e6e;
    color: #fff;
}

img {
    max-width: 100%;
    width: 100%;
}

a {
    text-decoration: none;
    color: #00275d;
}

    a:hover {
        /*color: #ff9933;*/
        text-decoration: underline;
    }

    a img {
        border: none;
    }

h1 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 20px;
}

h2 {
    font-weight: normal;
    font-size: 1.8em;
    line-height: 1.3em;
    margin: 0 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ff9933;
}

h3 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0 0 10px;
}

h4 {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 10px;
}

p {
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;*/
    margin: 0 0 20px;
    line-height: 1.5em;
}

.clear {
    clear: both;
}

.adLeaderboardWrapper {
    background: url('../img/layout/bg-charcoal-stripe.png');
    padding: 5px 0;
}

.adLeaderboardContainer {
    width: 970px;
    margin: 0 auto;
}

.headerWrapper {
    background: #fff;
}

    .headerWrapper .elsevierContainer {
        width: 970px; margin: 0 auto;
    }

    .headerWrapper .headerContainer {
        width: 970px;
        padding: 10px 0 10px;
        margin: 0px auto;
        position: relative;
    }

        .headerWrapper .headerContainer .mtLogo {
            width: 275px;
            height: 60px;
            display: block;
            background: url('../img/layout/sprite.png') no-repeat 0 0;
        }

        .headerWrapper .headerContainer .brandLogo {
            height: 60px;
            float: left;
            display:none;
            background: url('../img/layout/sprite.png') no-repeat 0 0;
        }

        .headerWrapper .headerContainer.headerPlastics .mtLogo {
            background-position:-210px -65px;
            width: 136px;
            margin-left: 213px;
        }

        .headerWrapper .headerContainer.headerMetals .mtLogo {
            background-position: -210px -59px;
            width: 296px;
            margin-left: 250px;
        }

        .headerWrapper .headerContainer.headerPlastics .brandLogo {
            width: 250px;
            background-position: 0px -353px;
            display: block;
        }

        .headerWrapper .headerContainer.headerMetals .brandLogo {
            width: 296px;
            background-position: 0px -270px;
            display: block;
        }

        .headerWrapper .headerContainer .searchBar {
            position: absolute; 
            right: 0; 
            bottom: 20px; 
            border-radius: 20px;
            padding: 0;
            background: #7b8faa;
        }

            .headerWrapper .headerContainer .searchBar .searchBox {
                margin: 0 39px 0 0;
            }

            .headerWrapper .headerContainer .searchBar .query {
                display: block;
                margin: 0;
                width: 100%;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                border: 1px solid #7b8faa;
                padding: 9px 19px; 
                border-radius: 20px;
                /*background: url('../img/layout/bg-grey-stripe.png');*/
                background: #fff;
                /*border: none;*/
                font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
                font-size: 1em;
                outline: none;
            }

            .headerWrapper .headerContainer .searchBar .go {
                display: block;
                margin: 0;
                padding: 10px 15px 10px 10px;
                border: none;
                background: none;
                font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
                font-size: 1em;
                color: #fff;
                width: 9px;
                cursor: pointer;
                outline: none;
                position: relative;
                float: right;
                text-decoration: none;
            }

            .headerWrapper .headerContainer .searchBar .go-icon {
                background: url('../img/layout/sprite.svg') no-repeat -40px -130px;
                width: 9px;
                height: 15px;
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -7.5px;
                left: 10px;
            }

.no-svg .headerWrapper .headerContainer .mtLogo,
.no-svg .headerWrapper .headerContainer .searchBar .go-icon {
    background-image: url('../img/layout/sprite.png');
}



.navSecondary {
    background: #fff;
    overflow: hidden;
    position: relative;
}

    .navSecondary ul {
        width: 970px;
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
    }

    .navSecondary li {
        float: right;
        margin: 0;
        padding: 10px;
        position: relative;
        z-index: 2;
    }

    .navSecondary .navExtender {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /*background: #e2e6eb;*/
        z-index: 1;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(226,230,235,1) 50%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(226,230,235,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(226,230,235,1) 50%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(226,230,235,1) 50%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(226,230,235,1) 50%); /* IE10+ */
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(226,230,235,1) 50%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e2e6eb',GradientType=1 ); /* IE6-9 */
    }

    .navSecondary li a {
        display: block;
        text-transform: uppercase;
    }

    .navSecondary .login {
        padding: 0;
    }

        .navSecondary .login a {
            background: #00275d;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            padding: 10px 20px;
            color: #ff9933;
            font-weight: bold;
            margin-left: 10px;
        }

.navMain {
    background: #6e6e6e;
}

    .navMain .iconReplace {
        display: none;
    }

    .navMain ul {
        width: 970px;
        margin: 0 auto;
        padding: 0;
        list-style-type: none;
    }

    .navMain .liTopics,
    .navMain .liTypes li,
    .navMain .liMore {
        float: left;
        display: block;
        padding: 15px 0 15px 15px;
        margin: 0;
        position: relative;
    }

    .navMain .liTypes > a {
        display: none;
    }

    .navMain .section-item {
        /*display: none;*/
        border-bottom: dashed 1px #00275d;
        width: 100%;
    }

        .navMain .section-item a {
            color: #00275d !important;
            font-weight: bold;
        }

    .navMain .liTypes ul {
        width: auto;
    }

    .navMain .liMore {
        float: right;
    }

        .navMain .liMore ul {
            position: absolute;
            width: 200%;
            top: 100%;
            left: -100%;
            z-index: 5000001;
            display: none;
        }

        .navMain .liMore li {
            float: none;
            display: block;
            padding: 15px 10px;
            background: #6e6e6e;
            text-align: right;
            border-top: dashed 1px #fff;
        }

            /*.navMain .liMore li:first-child {
                border-top: none;
            }*/

    .navMain a {
        display: block;
        color: #fff;
        text-transform: uppercase;
    }

    .navMain .liTopics {
        padding: 15px 15px 15px 0;
    }

        .navMain .liTopics > a {
            float: left;
        }

        .navMain .liTopics .clearSelection {
            float: left; 
            margin-right: 10px;
        }

        .navMain .liTopics a {
            color: #ff9933;
            z-index: 2;
            position: relative;
        }

    .navMain .navExtender {
        position: absolute;
        right: 0;
        top: 0;
        width: 800px;
        height: 100%;
        background: #00275d;
        -webkit-border-top-right-radius: 25px;
        -webkit-border-bottom-right-radius: 25px;
        -moz-border-radius-topright: 25px;
        -moz-border-radius-bottomright: 25px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        background: #00275d;
        z-index: 1;
    }

.navTopics {
    width: 930px;
    margin: 0 auto;
    border: 2px solid #00275d;
    border-top-width: 10px;
    padding: 18px 18px 0;
    background: #fff;
    display: none;
    z-index: 5000000;
    position: absolute;
    top: 100%;
    left: 0;
}

    .navTopics div.topicSection {
        float: left;
        padding-top: 5px;
    }

        .navTopics div.topicSection .sectionLogo {
            height: 35px;
            margin: 16px 0;
            background-image: url('../img/layout/sprite.png');
            background-repeat: no-repeat;
        }

        .navTopics div.topicSection.no-brand .sectionLogo {
            background-position: -203px -76px;
        }

        .navTopics div.topicSection.metals .sectionLogo {
            background-position: 0 -644px;
        }

        .navTopics div.topicSection.plastics .sectionLogo {
            background-position: 0 -715px;
        }

    .navTopics ul {
        /*width: 930px;*/
        overflow: auto;
        margin-right: 18px;
        border-top: 4px solid #d5d5d5;
        padding-top: 18px;
    }

        .navTopics .no-brand ul {
            width: 452px;
        }

        .navTopics .branded ul {
            width: 217px;
        }

            .navTopics .branded ul.ul2 {
                margin-right: 0;
            }

    .navTopics li {
        float: left;
        padding: 0 0 5px;
        width: 217px;
        border-bottom: dashed 1px #ff9933;
        margin: 0 18px 18px 0;
    }

    .navTopics .branded ul li {
        margin-right: 0;
    }

        .navTopics li a {
            color: #00275e;
        }

    .navTopics .li2 {
        margin-right: 0;
    }

    .navTopics .li4 {
        margin-right: 0;
    }

    .navTopics a {
        color: #00275d;
    }

    .navTopics .allTopics {
        float: none;
        clear: both;
        width: auto;
        border-bottom: none;
        padding-bottom: 0;
    }

        .navTopics .allTopics a {
            color: #00275d;
        }

.contentContainer {
    width: 970px;
    margin: 20px auto;
}

    .contentContainer .breadcrumb {
        margin-top: -10px;
        padding-bottom: 10px;
        font-size: 0.9em;
        text-transform: uppercase;
        border-bottom: solid 1px #aeaeae;
        margin-bottom: 20px;
        line-height: 1.6em;
    }

    .contentContainer .contentLeft {
        width: 650px;
        float: left;
    }

    .contentContainer .contentRight {
        width: 300px;
        float: right;
    }

    .contentContainer .connect {
        background: #dcdcdc;
        padding: 10px;
        margin-bottom: 20px;
    }

        .contentContainer .connect a {
            width: 52px;
            height: 52px;
            float: left;
            margin-right: 5px;
            background: url('../img/layout/sprite.svg') no-repeat 0 0;
        }

.no-svg .contentContainer .connect a {
    background-image: url('../img/layout/sprite.png')
}

        .contentContainer .connect .linkedin { background-position: 0 -200px; }
        .contentContainer .connect .facebook { background-position: -52px -200px; }
        .contentContainer .connect .googleplus { background-position: -104px -200px; }
        .contentContainer .connect .twitter { background-position: -156px -200px; }
        .contentContainer .connect .email { background-position: -208px -200px; margin-right: 0; }

.contentContainer ul {
    margin: 0 0 20px;
    padding: 0;
}

    .contentContainer li {
        margin: 0 0 5px 15px;
        padding: 0;
        line-height: 1.5em;
    }

.journalsWrapper {
    background: url('../img/layout/bg-charcoal-stripe.png');
    padding: 20px 0 0;
}

    .journalsWrapper h3 {
        color: #fff;
        width: 970px;
        margin: 0 auto 10px;
        font-size: 1.8em;
        font-weight: normal;
    }

.journalsContainer {
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.journalsScroller {
    padding-bottom: 20px;
    min-height: 300px;
    height: 100%;
}

    .journalsScroller ul {
        margin: 0;
        padding: 0;
    }

        .journalsScroller ul li {
            width: 178px;
            float: left;
            margin-right: 20px;
        }

            .journalsScroller ul li .journalCover {
                display: block;
                width: 178px;
                text-align: center;
                color: #dcdcdc;
            }

                .journalsScroller ul li .journalCover img {
                    margin-bottom: 10px;
                }

.journalsContainer .scrollbarContainer {
    position: relative;
    padding-top: 4px;
    height: 16px;
}
    .journalsContainer .scrollbarContainer .btnPrev,
    .journalsContainer .scrollbarContainer .btnNext {
        background: url(../img/homepage/carousel-arrow-prev.gif) no-repeat center center;
        width: 4%;
        height: 16px;
        position: absolute;
        top: 0;
    }
    .journalsContainer .scrollbarContainer .btnPrev {
        left: 0;
    }
    .journalsContainer .scrollbarContainer .btnNext {
        background: url(../img/homepage/carousel-arrow-next.gif) no-repeat center center;
        right: 0;
    }
.journalsContainer .scrollbar {
    width: 90%;
    margin: 0 auto;
    height: 6px;
    background: #6E6E6E;
    line-height: 0;
}

    .journalsContainer .scrollbar .handle {
        width: 100px;
        height: 100%;
        background: #F4F4F4;
        cursor: pointer;
    }

        .journalsContainer .scrollbar .handle .mousearea {
            position: absolute;
            bottom: -9px;
            left: 0;
            width: 100%;
            height: 20px;
        }

.socialContainer {
    width: 970px;
    margin: 20px auto 0;
}

    .socialContainer .socialIcon {
        width: 52px;
        height: 52px;
        float: left;
        background: url('../img/layout/sprite.svg') no-repeat 0 0;
    }

.no-svg .socialContainer .socialIcon {
    background-image: url('../img/layout/sprite.png');
}

    .socialContainer .socialIconFacebook {
        background-position: -52px -200px;
    }

    .socialContainer .socialIconTwitter {
        background-position: -156px -200px;
    }

    .socialContainer h2 {
        margin-left: 72px;
        margin-bottom: 20px;
        padding: 0;
        border-bottom: none;
    }

    .socialContainer .socialPost {
        border-top: dashed 1px #6e6e6e;
        padding-top: 20px;
    }

        .socialContainer .socialPost .postDate {
            margin-bottom: 5px;
            font-weight: bold;
        }

    .socialContainer .socialLink {
        background: #fff;
        display: block;
        margin-bottom: 20px;
    }

        .socialContainer .socialLink .linkPic {
            float: left;
            width: 154px;
            background: #dcdcdc;
            display: block;
        }

            .socialContainer .socialLink .linkPic img {
                width: auto;
                height: auto;
                max-width: 154px;
                display: block;
                margin: 0 auto;
            }

        .socialContainer .socialLink .linkText {
            margin: 0 20px 0 174px;
            padding: 20px 0;
            display: block;
            line-height: 1.5em;
            font-weight: bold;
        }


.socialFacebook {
    width: 475px;
    float: left;
}

.socialTwitter {
    width: 475px;
    float: right;
}

footer {
    background: url('../img/layout/bg-charcoal-stripe.png');
    padding: 20px 0;
}

    footer .footerContainer {
        width: 970px;
        margin: 0 auto;
    }

        footer .footerContainer ul {
            margin: 0 0 20px;
            padding: 0;
            list-style-type: none;
        }

        footer .footerContainer li {
            margin: 0 0 10px;
            padding: 0;
        }

            footer .footerContainer li a {
                display: block;
            }

    footer .footerAbout, footer .footerSplit {
        width: 365px;
        margin-right: 20px;
        float: left;
    }

    footer .footerLegal {
        width: 200px;
        float: left;
    }

    footer .footerRSS {
        font-size: 1.8em;
        display: block;
        margin-bottom: 20px;
        padding-left: 62px;
        padding-bottom: 20px;
        border-bottom: dashed 1px #aeaeae;
        min-height: 52px;
        position: relative;
    }

        footer .footerRSS .rssIcon {
            width: 52px;
            height: 52px;
            display: block;
            background: url('../img/layout/sprite.svg') no-repeat;
            background-position: -260px -200px;
            position: absolute;
            top:0;
            left: 0;
        }

.no-svg footer .footerRSS .rssIcon {
    background-image: url('../img/layout/sprite.png');
}

    footer .footerSignOff {
        clear: both;
        border-top: dashed 1px #aeaeae;
        padding-top: 20px;
        color: #aeaeae;
    }

        footer .footerSignOff .designedBy {
            display: block;
            float: right;
            width: 200px;
        }

    footer h3 {
        color: #fff;
        font-weight: normal;
        margin-bottom: 10px;
    }

    footer p {
        color: #aeaeae;
    }

    footer a {
        color: #ff9933;
    }

footer .elsevier-logo {
    background: url('/_common/img/layout/sprite.png') no-repeat 0 -781px;
    height: 17px; 
    width: 107px;
    display: block;
    float: left;
}

.adLeaderboardWrapper .ad {
    margin-bottom: 0;
}

.ad {
    margin: 0 auto 20px;
    background: #fff;
}

    /*.ad:before {
        display: block;
        content: 'Advertisement';
        color: #6e6e6e;
        font-size: 0.85em;
        margin-bottom: 5px;
        text-transform: uppercase;
        text-align: center;
        background: url('../img/layout/bg-ad-line.png') repeat-x center;
    }

.adLeaderboardContainer .ad:before {
    color: #aeaeae;
}*/

    .ad .adCreative {
        background: #fff;
        margin: 0 auto;
    }

.ad970x90 {
    width: 970px;
    height: 90px;
}

.ad728x90 {
    width: 728px;
    height: 90px;
}


.ad180x150 {
    width: 180px;
    height: 150px;
}

.ad300x250 {
    width: 300px;
    height: 250px;
}

.ad320x50 {
    width: 320px;
    height: 50px;
}

.adDesktop {
    display: block;
}

.adTablet,
.adMobile {
    display: none;
}

.icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url('../img/layout/sprite.svg');
    vertical-align: bottom;
}
.no-svg .icon {
    background-image: url('../img/layout/sprite.png');
}
.iClearSelection {
    width: 11px;
    height: 11px;
    background-position: -20px -130px;
    vertical-align: middle;
}
.iArrowDown {
    height: 9px;
    background-position: 0 -130px;
    vertical-align: middle;
    margin-left: 5px;
}
.iHome {
   background-position: 0 -150px;
}
.iComment {
   background-position: -40px -150px;
}
.iShare {
   background-position: -20px -150px;
}
.iNewsSm {
   background-position: -100px -150px;
}
.iJournalarticlesSm {
   background-position: -60px -150px;
}

.iWebinarsSm {
   background-position: -80px -150px;
}

.iPodcastsSm {
   background-position: -140px -150px;
}

.iCommentSm {
   background-position: -40px -150px;
}

.iEventsSm {
   background-position: -240px -150px;
}

.iFeaturesSm {
   background-position: -120px -150px;
}

.iProductsSm {
   background-position: -160px -150px;
}

.iJobsSm {
   background-position: -200px -150px;
}

.cookieNotice {
    position: fixed; 
    z-index: 5500000; 
    bottom: 0px; 
    left: 10px; 
    width: 260px; 
    padding: 20px; 
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px;
    background: #00275d; 
    color: #fff; 
    display: none;
}

    .cookieNotice .cookieAccept {
        background: #ff9933; 
        color: #fff; 
        padding: 10px; 
        display: inline-block; 
        border-radius: 5px; 
        margin-right: 10px;
    }

    .cookieNotice .cookieDecline {
        color: #fff;
    }

@media handheld, only screen and (min-width: 748px) {
    .navTopics ul {
        display: block !important;
    }
}

@media handheld, only screen and (max-width: 1100px) {
    .adLeaderboardContainer {
        width: 728px;
    }

    .elsevier-logo {
        margin-bottom: 10px;
    }

    .headerWrapper .headerContainer,
    .headerWrapper .elsevierContainer {
        width: 728px;
    }

    .navSecondary ul,
    .navMain ul {
        width: 728px;
    }

    .navTopics {
        width: 688px;
    }

        .navTopics .no-brand {
            margin-bottom: 18px;
        }

        .navTopics .no-brand ul, 
        .navTopics .branded ul {
            display: none;
        }

        .navTopics .no-brand ul {
            width: 688px;
        }

        .navTopics .branded ul {
            width: 335px;
        }

        .navTopics ul {
            width: 688px;
        }

        .navTopics li {
            width: 335px;
            margin-right: 18px;
        }

        .navTopics .li4 {
            margin-right: 11px;
        }

        .navTopics .li3 {
            margin-right: 0;
        }

    .contentContainer {
        width: 728px;
    }

        .contentContainer .contentLeft {
            width: 408px;
        }

    .journalsContainer {
        width: 728px;
        padding: 20px 0;
    }

    .journalsWrapper h3 {
        width: 728px;
        margin: 0 auto 20px;
    }

    .socialContainer {
        width: 728px;
    }

    .socialFacebook {
        width: 354px;
    }

    .socialTwitter {
        width: 354px;
    }

    footer .footerContainer {
        width: 728px;
    }

    footer .footerAbout {
        width: 244px;
    }

    .adTablet {
        display: block;
    }

    .adDesktop,
    .adMobile {
        display: none;
    }
}

@media handheld, only screen and (max-width: 748px) {   
    .adLeaderboardContainer {
        width: auto;
        padding: 0 10px;
    }

    .headerWrapper .headerContainer,
    .headerWrapper .elsevierContainer {
        /*width: 300px;*/
        width: auto;
        margin-left: 10px;
    }

        .headerWrapper .headerContainer .mtLogo {
            width: 200px;
            height: 55px;
            display: block;
            background: url('../img/layout/sprite.png') no-repeat 0 -70px;
        }
            .headerWrapper .headerContainer.headerMetals .mtLogo {
                background-position: -210px -65px;
                width: 100%;
                margin-left: 214px;
            }

        .headerWrapper .headerContainer.headerMetals .brandLogo {
            background-position: 0px -437px;
            width: 214px;
        }

            .headerWrapper .headerContainer.headerPlastics .mtLogo {
                background-position: -210px -65px;
                width: 100%;
                margin-left: 198px;
            }

            .headerWrapper .headerContainer.headerPlastics .brandLogo {
            background-position: 0px -501px;
            width: 190px;
        }

        .headerWrapper .headerContainer .searchBar {
            position: relative;
            bottom: auto;
            right: auto;
            margin-right: 10px;
            margin-top: 10px;
        }

            .headerWrapper .headerContainer .searchBar .go {
                float: right;
            }

    .navTopics div.topicSection {
        float: none;
    }
    .navSecondary ul {
        /*width: 300px;*/
        width: auto;
        margin: 0 10px;
    }

    .navSecondary li {
        display: none;
    }

    .navSecondary .login {
        display: block;
    }

    .navMain .iconReplace {
        display: inline;
    }

    .navMain .icon {
        display: none;
    }

    .navMain ul {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .navMain li {
        padding: 0 !important;
        margin: 0 !important;
        float: none !important;
        width: 100% !important;
        display: block;
    }

        .navMain li a {
            padding: 15px 10px;
            width: auto;
            /*width: 300px;
            margin: 0 auto;
            padding: 15px 0;*/
        }


    .navMain .liTopics > a,
    .navMain .liTypes > a {
        display: block;
        font-weight: bold;
        float: none;
    }

    .navMain .section-item {
        display: block;
    }

    .navMain .liTopics .clearSelection {
        display: none;
    }

    .navExtender {
        display: none;
    }

    .liTopics {
        background: #00275d;
        border-bottom: 2px solid #fff;
    }

    .navTopics {
        position: relative;
        margin: 0;
        padding: 0;
        border: none;
        width: 100%;
        /*background: #00275d;*/
    }

    .navTopics .no-brand {
        margin-bottom: 0px;
    }

        .navTopics div.topicSection .sectionLogo {
            border-bottom: 1px dashed #ff9933;
            height: 38px;
            margin-bottom: 0;
            padding: 16px 16px 16px 16px;
            margin: 0 0;
            cursor: pointer;
            position: relative;
            /*background-position-x: 10px !important;*/
        }

        .navTopics div.topicSection .sectionLogo:after {
            content: '';
            width: 20px;
            height: 20px;
            position: absolute;
            background: url('../img/layout/sprite.png') no-repeat -59px -123px;
            top: 50%;
            margin-top: -10px;
            right: 16px;
        }

        .navTopics div.topicSection.no-brand .sectionLogo {
            background-position: -198px -58px !important;
        }

        .navTopics div.topicSection.metals .sectionLogo {
            background-position: 10px -628px !important;
        }

        .navTopics div.topicSection.plastics .sectionLogo {
            background-position: 10px -694px !important;
        }

        .navTopics ul {
            /*background: #00275d;*/
            border-top: none;
        }

        .navTopics li {
            /*border-top: 1px dashed #ff9933;*/
            /*border-bottom: none;*/
        }

            .navTopics li a {
                /*color: #ffffff !important;*/
            }

            .navTopics li.allTopics a {
                color: #ff9933 !important;
            }

    .navTypes {
        /*background: #fff;*/
        display: none;
        position: relative;
        z-index: 5;
    }

        .navTypes li {
            border-top: 1px solid #dcdcdc;
        }

            .navTypes li a {
                /*color: #00275d;*/
            }

    .navMain .liMore {
        display: none;
    }

    .contentContainer,
    .contentContainer .contentLeft,
    .contentContainer .contentRight {
        width: auto;
        float: none;
    }

    .contentContainer {
        /*width: 300px;*/
        margin-left: 10px;
        margin-right: 10px;
    }

    .journalsContainer {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

    .adMobile {
        display: block;
    }

    .adDesktop,
    .adTablet {
        display: none;
    }

    .connect {
        display: none;
    }

    .journalsWrapper h3 {
        width: auto;
        margin: 0 10px 20px;
    }

    .socialContainer {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        word-wrap: break-word;
    }

        .socialContainer .socialFacebook,
        .socialContainer .socialTwitter {
            width: 100%;
            float: none;
        }

    footer .footerContainer {
        width: auto;
        margin: 0 10px;
    }

    footer .footerAbout {
        width: 100%;
        margin: 0 0 20px;
        float: none;
        border-bottom: dashed 1px #aeaeae;
    }

    footer .footerLegal {
        width: 100%;
        float: none;
    }

    footer .footerSignOff .designedBy {
        display: none;
    }

    footer .footerSplit {
        margin-bottom: 20px;   
    }

    .elsevier-logo {
        margin-bottom: 0px;
    }

    /*.adLeaderboardContainer .ad300x50 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }*/

        /*.ad300x50:before {
        margin-left: 10px;
        margin-right: 10px;
        }*/

    .cookieNotice {
        position: relative;
        padding: 0;
        margin: 0;
        top: 0;
        left: 0;
        width: auto;
        border-radius: 0;
    }

    .cookieNoticeInner {
        padding: 20px 10px;
    }
}

@media handheld, only screen and (max-width: 400px) {
    .headerWrapper .headerContainer .brandLogo {
        /*float: none;*/
    }

    .headerWrapper .headerContainer.headerMetals .brandLogo {
      background-position: -354px -120px;
      width: 140px;
      height: 45px;
    }

    .headerWrapper .headerContainer.headerPlastics .brandLogo {
        background-position: -354px -164px;
        width: 140px;
    }
    .headerWrapper .headerContainer.headerMetals .mtLogo,
    .headerWrapper .headerContainer.headerPlastics .mtLogo {
        margin-left: 150px !important;
        width: 140px !important;
    }
}
