
/* BODY */
html, body {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    body .oxy-ui {
        font-size: 16px;
        line-height: 16px;
    }

.oxy-ui h1,
.oxy-ui h2,
.oxy-ui h3,
.oxy-ui h4,
.oxy-ui h5,
.oxy-ui p {
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.rsc-ui a:focus {
    z-index: 999999;
}

.oxy-ui .padh-m {
    padding-left: 24px;
    padding-right: 24px;
}

.oxy-ui h4 {
    color: #171717;
    font-family: MuseoSlab700Regular, Arial;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    margin: 0 !important;
}

.oxy-ui .circle-icon {
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 12px;
    width: 24px;
    height: 24px;
}

.oxy-ui .circle-icon-sm {
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 12px;
    width: 16px;
    height: 16px;
}

.oxy-ui .circle-icon-lg {
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 24px;
    display: inline-block;
    width: 48px;
    height: 48px;
}

.oxy-ui .circle-icon-xlg {
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 48px;
    display: inline-block;
    width: 96px;
    height: 96px;
}

    .oxy-ui .circle-icon-xlg img {
        width: 64px;
        height: 64px;
        margin: 16px 20px 16px 12px;
    }

.oxy-ui .marg-left-xlg {
    padding-left: 112px;
}

.oxy-ui .disp-inbl {
    display: inline-block;
}

.oxy-ui label {
    display: inline-block;
    pointer-events: all;
}



/* NAV SEARCH BAR */

.rsc-ui .nav-search-bar {
    background-color: rgb(56,71,73);
    border-radius: 4px;
    position: relative;
    width: 100%;
    min-width: 270px;
    height: 32px;
    left: 8px;
    padding: 0;
    top: 4px;
    z-index: 2;
    overflow: hidden;
}

.rsc-ui li .nav-search-bar a {
    background-color: transparent !important;
    width: auto;
    height: auto;
    display: inline-block;
}

.rsc-ui li .nav-search-bar .search-adv-link {
    border-bottom: 2px solid rgba(0,0,0,0.05) !important;
    font-size: 12px;
    height: 32px;
    position: absolute;
    top: 0px;
    right: 32px;
    line-height: 32px;
    z-index: 3;
    color: #999999;
}

    .rsc-ui li .nav-search-bar .search-adv-link:hover,
    .rsc-ui li .nav-search-bar .search-adv-link:focus {
        color: #999999;
        text-decoration: underline;
        height: 32px;
    }

    .rsc-ui li .nav-search-bar .search-adv-link img {
        width: 10px;
        height: 10px;
    }

.rsc-ui li .nav-search-bar .adv-arrow {
    background-image: url(http://www.rsc-cdn.org/oxygen/core/images/themes/light/icons/chevron-down.png);
    background-size: 10px 10px;
    display: block;
    position: absolute;
    top: 12px;
    right: -4px;
    width: 10px;
    height: 10px;
    opacity: 0.4;
}

.rsc-ui .nav-search-bar .search-icon {
    background-image: url(../newimages/search-light.png);
    background-color: #384749;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 28px;
    height: 28px;
    padding: 4px;
    position: absolute;
    left: 0px;
    top: 2px;
    z-index: 3;
    pointer-events: none;
}

.rsc-ui .nav-search-bar input.search-input:focus ~ .search-icon {
    background-image: url(../newimages/search-dark.png);
    background-color: #FFFFFF;
}

.rsc-ui .nav-search-bar input.search-input {
    background-color: transparent;
    background-color: rgb(56,71,73);
    border: none !important;
    border-bottom: 2px solid rgba(0,0,0,0.1) !important;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 14px;
    font-family: museo_sans300;
    padding: 6px !important;
    height: 34px !important;
    left: 0;
    top: 0px;
    width: 270px;
    max-width: 100%;
    position: absolute;
    overflow: hidden;
    padding-left: 32px;
    padding-right: 76px !important;
    text-indent: 24px;
    z-index: 2;
}

    .rsc-ui .nav-search-bar input.search-input:focus {
        padding-right: 100px !important;
    }

    .rsc-ui .nav-search-bar input.search-input ~ .nav-search-bar-actions {
        position: absolute;
        width: auto;
        right: -32px;
        top: 0;
        -moz-transition: all 0.16s ease-in-out;
        -o-transition: all 0.16s ease-in-out;
        -webkit-transition: all 0.16s ease-in-out;
        transition: all 0.16s ease-in-out;
        z-index: 3;
    }

    .rsc-ui .nav-search-bar input.search-input:focus ~ .nav-search-bar-actions {
        right: 0px;
        top: 0;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.rsc-ui .nav-search-bar button {
    background-color: rgb(244,234,52);
    border: none !important;
    border-bottom: 2px solid rgba(0,0,0,0.2) !important;
    box-shadow: none;
    padding: 0px;
    height: 32px;
    width: 32px;
    right: 0;
    float: right;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

    .rsc-ui .nav-search-bar button:hover {
        background-color: rgb(234,218,36);
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .rsc-ui .nav-search-bar button:focus {
        right: 32px;
    }

.rsc-ui .nav-search-bar input.search-input:focus {
    background-color: rgba(249,249,248,1);
    color: #505759;
}

.secondary-nav {
    min-height: 24px;
}

/* Feedback button */
.rsc-ui .btn-site-feedback {
    border-radius: 3px;
    height: 40px !important;
    line-height: 40px !important;
    margin-top: 4px;
    font-size: 12px;
}

    .rsc-ui .btn-site-feedback img {
        opacity: 0.6;
        vertical-align: text-top;
        position: relative;
        top: -1px;
        margin-right: 4px;
    }





/* content access*/
.oxy-ui .access-content-form {
    border: 1px solid rgba(0,0,0,0.05);
    padding: 12px;
}

    .oxy-ui .access-content-form label {
        display: block;
        padding: 4px 0;
        color: #767676;
    }

.oxy-ui .esi-wrapper {
    margin: 16px 0;
}


/* advertisements */
.oxy-ui .vertisment-block {
    font-size: 11px;
    font-family: museo_sans300, Arial;
    font-weight: 300;
    text-align: center;
    color: rgba(0,0,0,0.5);
    padding-bottom: 32px;
}

    .oxy-ui .vertisment-block a {
        display: inline-block;
        height: auto;
    }

    .oxy-ui .vertisment-block img {
        margin: 12px 6px;
    }

    .oxy-ui .vertisment-block .vertisment img {
        width: 100%;
        max-width: 300px;
        max-height: 250px !important;
        margin: 12px;
    }

    .oxy-ui .vertisment-block .vert-label-mpu {
        display: block;
        margin-bottom: 24px;
        text-align: left;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding: 4px 0;
    }

    .oxy-ui .vertisment-block .vertisment-loader > div {
        border-bottom: 1px solid #333333;
        max-height: 250px;
        max-width: 300px;
        overflow: hidden;
        margin: 0 auto;
    }

/* CONTENT PANEL 60-40 */
.oxy-ui .content-pnl {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0 8px;
    font-family: museo_sans300;
    font-weight: 300;
}

.oxy-ui .content-primary {
    display: inline-block;
    height: auto;
    min-height: 56px;
    vertical-align: top;
}

.oxy-ui .content-secondary {
    display: inline-block;
    height: auto;
    min-height: 56px;
    vertical-align: top;
}

.oxy-ui .content-wide {
    box-sizing: border-box;
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.oxy-ui .content-thin {
    box-sizing: border-box;
    background-color: #FFFFFF;
    position: relative;
    float: right;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 960px) {
    .oxy-ui .content-wide {
        width: 100%;
        width: calc(100% - 4px);
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .oxy-ui .content-thin {
        width: 100%;
        width: calc(50% - 4px);
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media only screen and (min-width: 960px) {
    .oxy-ui .content-wide {
        width: 60%;
        width: calc(60% - 8px);
        xmin-width: 596px;
    }

    .oxy-ui .content-thin {
        width: 40%;
        width: calc(40% - 8px);
        xmax-width: 328px;
    }
}


.oxy-ui .content-clear {
    background-color: transparent;
}

.oxy-ui .content-light {
    background-color: #FFFFFF;
}



/* JOURNAL MASTHEAD */
.oxy-ui .masthead-journal {
    background-color: #E4E1D6;
    background-color: #F1F1F3;
    background-color: rgba(228, 225, 214, 0.4);
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    min-height: 128px;
    height: 128px;
    width: 100%;
    padding-left: 8px;
    position: relative;
    z-index: 3;
    margin-bottom: 32px;
}

    .oxy-ui .masthead-journal .journal-cover {
        position: relative;
        z-index: 2;
    }

    .oxy-ui .masthead-journal .journal-cover {
        position: absolute;
        top: 0px;
        margin: 20px 4px 0 4px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        line-height: 0;
        /*opacity: 0;*/
        filter: alpha(opacity=100); /* IE9 FIX */
    }

        .oxy-ui .masthead-journal .journal-cover:hover {
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .oxy-ui .masthead-journal .journal-cover img {
            line-height: 0;
        }

    .oxy-ui .masthead-journal .journal-title {
        padding-left: 120px;
        padding-top: 20px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        /*opacity: 0;*/
        filter: alpha(opacity=100); /* IE9 FIX */
        width: 100%;
        position: absolute;
    }

        .oxy-ui .masthead-journal .journal-title h1,
        .oxy-ui .masthead-journal .journal-title h1 a {
            color: #171717;
            display: block;
            font-family: MuseoSlab700Regular, Arial;
            font-size: 18px;
            font-weight: bold;
            line-height: 20px;
            margin: 0 !important;
            width: 100%;
        }

        .oxy-ui .masthead-journal .journal-title .journal-strapline {
            color: #171717;
            clear: both;
            display: none !important;
            font-family: museo_sans300, Arial;
            font-weight: 300;
            line-height: 20px;
            /* margin: 8px 0 0 0;*/
            background-color: #FFFFFF;
            padding: 4px 8px;
            margin: -1px -4px 0 -4px;
            xmax-height: 48px;
            overflow: hidden;
            xmax-width: 560px; /*old browsers*/
            max-width: calc(100% - 302px);
        }

@media only screen and (min-width: 480px) {
    .oxy-ui .masthead-journal .journal-title {
        padding-top: 16px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media only screen and (min-width: 768px) {
    .oxy-ui .masthead-journal .journal-title h1,
    .oxy-ui .masthead-journal .journal-title h1 a {
        font-size: 28px;
        line-height: 32px;
    }

    .oxy-ui .masthead-journal .journal-title .journal-strapline {
        display: block !important;
    }
}


.oxy-ui .journal-title-heading {
    margin-top: 0px !important;
}

.oxy-ui .journal-title-trunc {
    display: block;
    font-family: MuseoSlab700Regular, Arial;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    width: calc(100% - 56px);
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}



/* journal print info bar */
.oxy-ui .journal-print-info {
    color: #FFFFFF;
    display: table;
    height: 24px;
    font-family: museo_sans300;
    font-weight: 300;
    position: relative;
    /*opacity: 0;*/
}

    .oxy-ui .journal-print-info .p-item {
        display: table-cell;
        vertical-align: top;
        padding-right: 16px;
        border-right: 1px solid rgba(255,255,255,0.4);
        font-family: museo_sans300;
        font-size: 12px;
        font-weight: 300;
        height: 24px;
    }

        .oxy-ui .journal-print-info .p-item:last-child {
            border-right: none;
        }

@media only screen and (min-width: 768px) {
    .oxy-ui .journal-print-info .p-item {
    }
}

.oxy-ui .journal-print-info .p-item:not(:first-child) {
    padding-left: 16px;
}

.oxy-ui .masthead-journal .journal-print-info {
    position: absolute;
    bottom: 0;
    right: 14px;
    color: #171717;
    display: none;
}

@media only screen and (min-width: 768px) {
    .oxy-ui .masthead-journal .journal-print-info {
        display: block;
        right: 24px;
    }
}

.oxy-ui .masthead-journal .journal-print-info .p-item {
    border-right: 1px solid rgba(0,0,0,0.4);
}

.oxy-ui .carousel-article-title .journal-print-info {
    margin-bottom: -24px;
    margin-top: 24px;
}


/* article nav bar */
.article-nav {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    min-height: 36px;
    margin-left: -24px;
    margin-right: -24px;
}

.article-issue-nav {
    padding-left: 28px;
    margin-top: -4px;
}

    .article-issue-nav a {
        font-size: 14px;
    }

.article-nav-bar {
    position: absolute;
    font-family: museo_sans300;
    margin-left: 12px;
    height: 32px;
    min-height: 56px;
    top: 0;
    right: 0;
    padding: 12px;
}

@media only screen and (min-width: 1200px) {
}

.article-nav-bar a {
    border-right: 1px solid rgba(0,0,0,0.4);
    display: inline-block;
    font-size: 14px;
    padding: 8px 16px;
}

    .article-nav-bar a:first-child {
        padding-left: 0px;
    }

    .article-nav-bar a:last-child {
        border-right: none;
    }

/* issue nav bar */

.issue-nav-bar {
    position: absolute;
    font-family: museo_sans300;
    margin-left: 12px;
    height: 32px;
    min-height: 56px;
    bottom: 0;
    right: 4px;
    padding: 24px 0;
}

@media only screen and (min-width: 1200px) {
}

.issue-nav-bar a {
    border-right: 1px solid rgba(0,0,0,0.4);
    display: inline-block;
    font-size: 14px;
    padding: 8px 16px;
}

    .issue-nav-bar a:first-child {
        padding-left: 0px;
    }

    .issue-nav-bar a:last-child {
        border-right: none;
    }


.switch-button-set {
    background-color: #FFFFFF;
    height: auto;
    width: 100%;
    width: calc(100% + 8px);
    display: table;
    margin: -4px;
}

.oxy-ui a.switch-button {
    background-color: #2C4D67;
    color: #FFFFFF;
    display: inline-block;
    display: table-cell;
    padding: 12px 24px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #2C4D67;
    border-left-width: 0px;
    vertical-align: top;
    border-right-color: rgba(255,255,255,0.4);
}

a.switch-button:first-child {
    border-left-width: 1px;
}

a.switch-button:last-child {
    border-right-color: #2C4D67;
}

.switch-button-set.two-items a.switch-button {
    width: 50%;
}

.switch-button-set.three-items a.switch-button {
    width: 33.333%;
}

a.switch-button.selected {
    background-color: #FFFFFF;
    color: #171717;
}

a.switch-button:hover {
    background-color: #4F758B;
    color: #FFFFFF;
}


/* BOOK MASTHEAD */
.oxy-ui .masthead-book {
    background-color: #205081;
    background-image: url(../images/book-bar-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #999999;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    min-height: 160px;
    height: 300px;
    width: 100%;
    padding-left: 8px;
    position: relative;
    z-index: 3;
    margin-bottom: 32px;
}

    .oxy-ui .masthead-book.light-bg {
        background-color: #FFFFFF;
        background-image: url(../newimages/book-bar-light-bg.png);
        color: #171717;
    }

.oxy-ui .masthead-book-block {
    width: 100%;
}

.oxy-ui .masthead-book .book-cover {
    position: relative;
    z-index: 2;
}

.oxy-ui .masthead-book .book-cover {
    position: absolute;
    top: 24px;
    margin: 20px 4px 0 4px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 0;
    /*/*opacity: 0;*/ */;
}

    .oxy-ui .masthead-book .book-cover:hover {
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .oxy-ui .masthead-book .book-cover img {
        line-height: 0;
        height: 210px;
        width: auto;
    }

.oxy-ui .masthead-book .book-title {
    padding-left: 180px;
    padding-top: 20px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*/*opacity: 0;*/ */;
}

    .oxy-ui .masthead-book .book-title h1,
    .oxy-ui .masthead-book .book-title h1 a {
        color: #FFFFFF;
        display: block;
        font-family: MuseoSlab700Regular, Arial;
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
        margin: 0 !important;
        width: 100%;
    }

    .oxy-ui .masthead-book .book-title .book-authors {
        color: #FFFFFF;
        display: none !important;
        font-family: museo_sans300, Arial;
        font-weight: 300;
        line-height: 20px;
        margin: 12px 0 0 0;
    }

/* light bg version */
.oxy-ui .masthead-book.light-bg .book-title h1,
.oxy-ui .masthead-book.light-bg .book-title h1 a {
    color: #171717;
}

.oxy-ui .masthead-book.light-bg .book-title .book-authors {
    color: #171717;
}


@media only screen and (min-width: 480px) {
    .oxy-ui .masthead-book .book-title {
        padding-top: 60px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media only screen and (min-width: 768px) {
    .oxy-ui .masthead-book .book-title h1,
    .oxy-ui .masthead-book .book-title h1 a {
        font-size: 28px;
        line-height: 32px;
    }

    .oxy-ui .masthead-book .book-title .book-authors {
        clear: both;
        display: block !important;
        padding-top: 4px;
    }
}

.oxy-ui .book-title-heading {
    margin-top: 0px !important;
}

.oxy-ui .book-title-trunc {
    display: block;
    font-family: MuseoSlab700Regular, Arial;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    width: calc(100% - 56px);
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}





/* CHAPTER MASTHEAD */
.oxy-ui .masthead-chapter {
    background-color: #205081;
    background-image: url(../images/chapter-bar-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 140px;
    height: 140px;
    width: 100%;
    padding-left: 8px;
    position: relative;
    z-index: 3;
    margin-bottom: 32px;
    border-bottom: 1px solid #999999;
    border-bottom: 1px solid rgba(0,0,0,0.4);
}

    .oxy-ui .masthead-chapter.light-bg {
        background-color: #FEFEFE;
        background-image: url(../images/chapter-bar-light-bg.png);
        color: #171717;
    }

.oxy-ui .masthead-chapter-block {
    width: 100%;
}

.oxy-ui .masthead-chapter .chapter-cover {
    position: relative;
    z-index: 2;
}

.oxy-ui .masthead-chapter .chapter-cover {
    position: absolute;
    top: 0px;
    margin: 20px 4px 0 4px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 0;
    /*/*opacity: 0;*/ */;
}

    .oxy-ui .masthead-chapter .chapter-cover:hover {
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .oxy-ui .masthead-chapter .chapter-cover img {
        line-height: 0;
        width: auto;
        height: 140px;
    }

.oxy-ui .masthead-chapter .chapter-title {
    padding-left: 120px;
    padding-top: 20px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*/*opacity: 0;*/ */;
}

    .oxy-ui .masthead-chapter .chapter-title h1,
    .oxy-ui .masthead-chapter .chapter-title h1 a {
        color: #FFFFFF;
        display: block;
        font-family: MuseoSlab700Regular, Arial;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        margin: 0 !important;
        width: 100%;
    }

h2.chapter-title,
.oxy-ui h2.chapter-title {
    color: #171717;
    display: block;
    font-family: MuseoSlab700Regular, Arial;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin: 24px 0 !important;
    width: 100%;
}

.oxy-ui .masthead-chapter .chapter-title .book-from-label {
    color: #FFFFFF;
    display: block;
    padding-bottom: 4px;
    font-family: museo_slab500, Arial;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.oxy-ui .masthead-chapter .chapter-title .chapter-authors {
    color: #FFFFFF;
    display: none !important;
    font-family: museo_sans300, Arial;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
}
/* light bg version */
.oxy-ui .masthead-chapter.light-bg .chapter-title h1,
.oxy-ui .masthead-chapter.light-bg .chapter-title h1 a {
    color: #171717;
}

.oxy-ui .masthead-chapter .chapter-title .book-from-label,
.oxy-ui .masthead-chapter.light-bg .chapter-title .chapter-authors {
    color: #171717;
}

@media only screen and (min-width: 480px) {
    .oxy-ui .masthead-chapter .chapter-title {
        padding-top: 16px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media only screen and (min-width: 768px) {
    .oxy-ui .masthead-chapter .chapter-title h1,
    .oxy-ui .masthead-chapter .chapter-title h1 a {
        font-size: 28px;
        line-height: 32px;
    }

    .oxy-ui .masthead-chapter .chapter-title .chapter-authors {
        clear: both;
        display: block !important;
        padding-top: 8px;
    }
}

.oxy-ui .chapter-title-heading {
    margin-top: 0px !important;
}

.oxy-ui .chapter-title-trunc {
    display: block;
    font-family: MuseoSlab700Regular, Arial;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    width: calc(100% - 56px);
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}




.oxy-ui button {
    background-color: rgb(44,77,103);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    box-shadow: none;
    color: #FFFFFF !important;
    display: block;
    font-family: museo_sans300;
    padding: 8px 16px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: none;
}



.seriescolor {
    display: block;
    font-size: 12px;
    /*font-family: museo_sans300;*/
    height: 26px;
    width: 100%;
    width: calc(100% - 22px) !important;
    left: -4px;
    top: 0px;
    padding: 0px 12px 4px 20px;
    /*box-shadow: 0 0 4px rgba(0,0,0,0.6);*/
    position: relative;
    z-index: 2;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*
.seriescolor:hover {
    background-color: #171717 !important;
    color: #FFFFFF !important;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.seriescolor:hover a {
    color: #FFFFFF !important;
}*/
.seriescolorx:before {
    content: " ";
    display: inline-block;
    width: 0px;
    height: 26px;
    left: -4px;
    top: 0;
    position: absolute;
    border: 4px solid transparent;
    border-right: 4px solid rgba(0,0,0,0.1);
    z-index: 1;
}

.seriescolorx:after {
    content: " ";
    display: inline-block;
    width: 0px;
    height: 26px;
    right: -4px;
    top: 0;
    position: absolute;
    border: 4px solid transparent;
    border-left: 4px solid rgba(0,0,0,0.1);
    z-index: 1;
}

.seriescolor a {
    display: inline-block;
    font-weight: bold;
    text-decoration: dotted underline;
    padding-right: 32px;
    /*background-image: url(http://www.rsc-cdn.org/oxygen/core/images/themes/light/icons/chevron-right.png);
        background-position: right 44%;
        background-repeat: no-repeat;
        background-size: 16px 16px;*/
}


/* calls to action */
.oxy-ui .cta-main {
    display: table;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .oxy-ui .cta-main.cta-tiny {
        display: table;
        width: 48px;
        height: 48px;
        text-align: center;
        border-radius: 24px;
        overflow: hidden;
    }

    .oxy-ui .cta-main.cta-mobile {
        display: table;
    }

@media only screen and (min-width: 768px) {
    .oxy-ui .cta-main.cta-mobile {
        display: none !important;
    }
}

.oxy-ui .cta-main a {
    background-color: rgb(245,235,0);
    border-bottom: 2px solid rgba(0,0,0,0.2);
    color: #171717;
    display: table-cell;
    padding: 24px 16px;
    text-decoration: none;
    vertical-align: middle;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .oxy-ui .cta-main a:hover {
        background-color: rgb(255,253,0);
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .oxy-ui .cta-main a .action {
        font-family: MuseoSlab700Regular, Arial;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -0.03em;
    }

    .oxy-ui .cta-main a .info {
        display: block;
        font-family: museo_sans300, Arial;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        margin-top: 4px;
    }

    .oxy-ui .cta-main a .icon {
        border: 2px solid #171717;
        border-radius: 24px;
        position: absolute;
        right: 16px;
        top: 50%;
        top: calc(50% - 20px);
        width: 40px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .oxy-ui .cta-main a:hover .icon {
        /*transform: scale(3,3);
        /*opacity: 0;*/ */ -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .oxy-ui .cta-main a:active .icon {
        transform: scale(1,1);
        opacity: 1;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.oxy-ui .cta-main.cta-tiny a .icon {
    right: 4px;
    top: 4px;
}

.oxy-ui .cta-secondary.spaced {
    margin-top: 16px;
}

.oxy-ui .cta-secondary {
    display: table;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

    .oxy-ui .cta-secondary a {
        background-color: rgb(51,85,107);
        border-bottom: 1px solid rgba(0,0,0,0.2);
        color: #FFFFFF !important;
        display: block;
        padding: 16px;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .oxy-ui .cta-secondary a:hover {
            background-color: rgb(79,117,139);
            text-decoration: none !important;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }




/* side search bar */

.oxy-ui .search-in-page-wrapper {
    width: 100%;
}

.oxy-ui .search-in-page {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 8px;
}



.oxy-ui input.in-page-textbox {
    border: 0;
    box-shadow: none;
    background-color: #FFFFFF;
    width: 98%;
    position: absolute;
    width: calc(100% - 40px);
    top: 0;
    left: 0px;
    height: 38px;
    line-height: 24px;
}

.oxy-ui button.in-page-btn {
    border: 0;
    width: 38px;
    height: 38px;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 0;
    background-color: #FFFFFF;
}

    .oxy-ui button.in-page-btn:hover {
        background-color: #E8E8E8;
    }

    .oxy-ui button.in-page-btn img {
        width: 16px;
        height: 16px;
    }

.oxy-ui .textbox-wrapper {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 8px;
    margin-bottom: 8px;
}

.oxy-ui .search-in-page-results {
    background-color: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    position: absolute;
    top: 5px;
    left: 8px;
    width: 100%;
    z-index: 9999;
}

    .oxy-ui .search-in-page-results .meta-list {
        background-color: #FFFFFF;
        padding: 0;
        margin: 0;
    }

        .oxy-ui .search-in-page-results .meta-list .meta-item {
            border-bottom: 1px dotted rgba(0,0,0,0.1);
        }

            .oxy-ui .search-in-page-results .meta-list .meta-item a {
                background-color: #FFFFFF;
                color: #999999;
                font-size: 14px;
                height: 40px;
                line-height: 40px;
                width: 100%;
                position: relative;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .oxy-ui .search-in-page-results .meta-list .meta-item a:hover {
                    background-color: #F6F6F7;
                    color: #223335;
                    line-height: 40px;
                    height: 40px;
                }



/* sticky header stuff */
.oxy-ui #content-article-sticky-header {
    background-color: #F6F6F7;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

    .oxy-ui #content-article-sticky-header .content-primary {
        height: 54px;
        border-bottom: 2px solid rgba(0,0,0,0.1);
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .oxy-ui #content-article-sticky-header .content-secondary {
        display: none;
    }

@media only screen and (min-width: 768px) {
    .oxy-ui #content-article-sticky-header .content-secondary {
        display: block;
    }
}




.oxy-ui .btn-journal-top {
    border: 2px solid #223335;
    border-radius: 24px;
    position: absolute;
    right: 16px;
    top: 50%;
    top: calc(50% - 12px);
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    background-color: #F4F3F2;
}

    .oxy-ui .btn-journal-top:hover {
        background-color: #FFFFFF;
    }

    .oxy-ui .btn-journal-top img {
    }

.oxy-ui .btn-journal-contents,
.oxy-ui .btn.btn-journal-contents {
    border: 2px solid #223335;
    border-radius: 24px;
    position: absolute !important;
    top: 64px;
    right: 56px;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    background-color: #F4F3F2;
}

@media only screen and (min-width: 960px) {
    .oxy-ui .btn-journal-contents,
    .oxy-ui .btn .btn-journal-contents {
        display: none !important;
    }
}



/* Journal page*/

.oxy-ui .journal-about-block {
    line-height: 150%;
}

.oxy-ui h2.journal-about-title {
    display: block;
    float: none;
    margin: 0 0 12px 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 12px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    color: #171717;
    font-family: MuseoSlab700Regular, Arial;
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
}


/* pagination */
.list-pagination {
    margin-bottom: 12px 0;
    display: block;
    height: 48px;
}

    .list-pagination:after {
        content: " ";
        width: 100%;
        height: 12px;
        display: block;
    }

    .list-pagination a.btn-cta-secondary {
        max-height: 32px;
        border-right: 1px solid rgba(255,255,255,0.2);
    }

        .list-pagination a.btn-cta-secondary.disabled {
            background-color: #E6E6E6;
            border-bottom: 0;
            cursor: not-allowed;
        }


/* article listings */
.oxy-ui .article-listing {
    background-color: #FFFFFF;
    /*cursor: pointer;*/
    font-family: museo_sans300;
    font-weight: 300;
    line-height: 150%;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 24px solid #F6F6F7;
}

    .oxy-ui .article-listing:hover {
        z-index: 99;
        position: relative;
    }

.oxy-ui .article-listing-nav {
    background-color: #F6F6F7;
}

.oxy-ui .article-listing.featured {
    border: 3px solid #5BC2E7;
}

    .oxy-ui .article-listing.featured:hover {
        box-shadow: 0 0 16px rgba(91,194,231,0.6);
    }

.oxy-ui .article-listing .featured-label {
    color: #5BC2E7;
    font-weight: bold;
    text-transform: uppercase;
}

.oxy-ui .article-listing .header-bar {
    color: #767676;
    color: rgba(0,0,0,0.4);
    display: block;
    font-family: MuseoSlab700Regular, Arial;
    font-family: museo_sans300;
    font-size: 14px;
    font-weight: normal;
}

.oxy-ui .article-listing .article-title {
    display: inline-block;
    float: left;
}

.oxy-ui .article-listing p {
    margin-bottom: 0;
}

.oxy-ui .article-listing .article-title:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    height: 32px;
}

.oxy-ui .article-listing a {
    line-height: 1;
}

.oxy-ui .article-listing h2,
.oxy-ui .article-listing h2 a {
    color: #223335;
    clear: none;
    font-family: MuseoSlab700Regular, Arial;
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
    margin-top: 0px !important;
}

    .oxy-ui .article-listing h2 a:hover {
        text-decoration: underline;
    }

.oxy-ui .article-listing .abstract {
    margin-top: 32px;
}

.oxy-ui .article-listing footer {
    border-top: 1px solid #E6E6E6;
    clear: left;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-right: 56px;
}

.oxy-ui .article-listing.featured footer {
    xbackground-color: #5BC2E7;
    border-top: 1px solid #5BC2E7;
}

.oxy-ui .article-listing .author-list {
    font-size: 14px;
    line-height: 20px;
}

.oxy-ui .article-listing .author-name {
    display: block;
    white-space: none;
    text-wrap: none;
    xpadding-right: 32px;
}

    .oxy-ui .article-listing .author-name:not(last-child):after {
        content: ",";
    }

@media only screen and (min-width: 480px) {
    .oxy-ui .article-listing .author-name {
        display: inline-block;
    }
}

.oxy-ui .article-listing .more-plus {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    line-height: 14px;
}

    .oxy-ui .article-listing .more-plus img {
        border: 1px solid #223335;
        border-radius: 12px;
        box-sizing: content-box;
        color: #223335;
        width: 24px;
        height: 24px;
        vertical-align: middle;
    }

.oxy-ui .article-listing .article-extra-info-btn,
.oxy-ui .article-listing .article-extra-info-btn a {
    color: #505759;
    font-size: 14px;
    line-height: 14px;
}

.oxy-ui .article-listing .abstract-image {
    width: 100%;
    height: auto;
    max-width: 320px;
    box-sizing: border-box;
    text-align: center;
    margin: 16px auto;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .oxy-ui .article-listing .abstract-image:active {
        transform: scale(1.5,1.5);
        xbox-shadow: 0 0 16px rgba(0,0,0,0.1);
        xborder: 8px solid #FFFFFF;
        position: relative;
        z-index: 99;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

@media only screen and (min-width: 480px) {
    .oxy-ui .article-listing .abstract-image {
        float: right;
        margin-left: 16px;
        margin-bottom: 16px;
        width: 100%;
        height: auto;
        max-width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .oxy-ui .article-listing .abstract-image {
        float: none;
        height: auto;
        max-width: 320px;
        text-align: center;
        margin: 16px auto;
        display: block;
    }
}


@media only screen and (min-width: 960px) {
    .oxy-ui .article-listing .abstract-image {
        float: right;
        margin-left: 16px;
        margin-bottom: 16px;
        max-width: 320px;
        width: 100%;
        height: auto;
    }
}

.oxy-ui .hidden-content {
    display: none;
}

.new-icon-abs {
    position: absolute;
    top: -8px;
    right: -8px;
    height: 40px;
    width: 40px;
    z-index: 99999999;
}

/* CONTENT TABS */
.oxy-ui .oxy-content-tab-block {
    position: relative;
    width: 100%;
    height: 56px;
    z-index: 9;
}

    .oxy-ui .oxy-content-tab-block ul {
        background-color: #E8E8E8;
        display: table;
        list-style-type: none;
        -webkit-margin-before: 0px;
        -webkit-margin-after: 0px;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 0px;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .oxy-ui .oxy-content-tab-block ul li {
            border-bottom: 2px solid rgba(0,0,0,0.1);
            border-right: 1px solid rgba(0,0,0,0.1);
            list-style-type: none;
            -webkit-margin-before: 0px;
            -webkit-margin-after: 0px;
            -webkit-margin-start: 0px;
            -webkit-margin-end: 0px;
            -webkit-padding-start: 0px;
            height: 54px;
            margin: 0;
            padding: 0;
            display: table-cell;
            vertical-align: middle;
            flex-wrap: nowrap;
            width: 50%;
        }

        .oxy-ui .oxy-content-tab-block ul.three-items li {
            width: 33.333%;
            width: calc(100% / 3);
        }

        .oxy-ui .oxy-content-tab-block ul.four-items li {
            width: 25%;
        }

        .oxy-ui .oxy-content-tab-block ul li:last-child {
            border-right: 0px solid #FFFFFF;
        }

        .oxy-ui .oxy-content-tab-block ul li.selected {
            border-bottom: 2px solid #FFFFFF;
            border-right: 1px solid #FFFFFF;
        }

        .oxy-ui .oxy-content-tab-block ul li a {
            color: #171717;
            display: block;
            font-family: museo_sans300, Arial;
            font-weight: 300;
            line-height: 54px;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            overflow: hidden;
        }

            .oxy-ui .oxy-content-tab-block ul li a:hover {
                background-color: rgba(0,0,0,0.1);
                color: #000000;
            }

        .oxy-ui .oxy-content-tab-block ul li.selected a {
            background-color: #FFFFFF;
            display: block;
            width: 100%;
        }


.oxy-ui .article-partners {
    border-top: 1px solid #E5E5E5;
    text-align: center;
    padding: 16px 0;
}

.oxy-ui .article-info-links {
    xbackground-color: rgba(250,250,250,1);
    xborder-bottom: 1px solid #E5E5E5;
    padding: 0 16px;
    margin-bottom: 12px;
    margin-left: -15px;
    margin-right: -15px;
}

    .oxy-ui .article-info-links:after {
        content: " ";
        display: block;
        width: 100%;
        clear: both;
    }

.oxy-ui .article-meta {
    line-height: 24px;
}

.oxy-ui .publish-info-extra {
    background-color: rgba(0,0,0,0.05);
    padding: 16px;
    margin-top: 24px;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

/* META LIST STYLES */
.oxy-ui .meta-list {
    margin: 16px 0 0 0;
    padding: 0;
    list-style-type: none;
    margin-left: 0px;
    -webkit-margin-before: 16px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.oxy-ui .list-section-bdr {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

.oxy-ui .meta-item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    padding: 12px 0;
}

    .oxy-ui .meta-item:last-child {
        border-bottom: none;
    }

.oxy-ui .meta-title {
    color: #171717;
    font-family: museo_slab500, Arial;
    font-size: 16px;
    font-weight: bold;
}

.oxy-ui .meta-item .meta-label {
    color: #171717;
    font-family: museo_slab500, Arial;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    min-width: 120px;
}

.oxy-ui .meta-item .dd-link {
    margin: 0 12px;
    padding-left: 12px;
    border-left: 1px solid rgba(0,0,0,0.1);
}

.oxy-ui .meta-item .dd-arrow {
    font-family: Arial, sans-serif;
    position: relative;
    top: -6px;
}

.oxy-ui .meta-item .meta-info {
    color: #767676;
    display: inline-block;
    line-height: 24px;
}

.oxy-ui .meta-item a.meta-link {
    display: inline-block;
}

.oxy-ui .meta-item a .meta-count {
    color: #505759;
    font-size: 14px;
    line-height: 24px;
    clear: both;
    display: block;
}

.oxy-ui .meta-item .download-icon {
    border: 2px solid #223335;
    border-radius: 24px;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 24px;
}

    .oxy-ui .meta-item .download-icon img {
        width: 24px;
        height: 24px;
    }

.oxy-ui .meta-item a:hover {
    text-decoration: none;
}

.oxy-ui .meta-item.split-col {
    width: 50%;
    float: left;
    min-height: 40px;
}


/* SEARCH LIST STYLES */
.oxy-ui .srch-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.oxy-ui .srch-item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    padding: 12px 0;
}

    .oxy-ui .srch-item:last-child {
        border-bottom: none;
    }

    .oxy-ui .srch-item a.item-link {
        display: block;
        padding: 12px 0;
    }

        .oxy-ui .srch-item a.item-link .action {
            display: block;
            font-size: 16px;
            line-height: 24px;
        }

        .oxy-ui .srch-item a.item-link:hover {
            text-decoration: none;
        }

        .oxy-ui .srch-item a.item-link .info {
            color: #767676;
            display: block;
            font-size: 14px;
        }

/* ESI STYLES */
.oxy-ui .esi-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.oxy-ui .esi-item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
}

    .oxy-ui .esi-item:last-child {
        border-bottom: none;
    }

    .oxy-ui .esi-item a {
        display: block;
        padding: 12px 0;
    }

        .oxy-ui .esi-item a .action {
            display: block;
            font-size: 16px;
            line-height: 24px;
        }

        .oxy-ui .esi-item a:hover {
            text-decoration: none;
        }

        .oxy-ui .esi-item a .info {
            color: #767676;
            display: block;
            font-size: 14px;
        }



/* impact factor bar */
.oxy-ui .jlp-if-bar {
    width: 100%;
    display: table;
    margin: 24px 0;
}

    .oxy-ui .jlp-if-bar .jlp-if-item {
        color: #2C4D67;
        display: table-cell;
        max-height: 80px;
        text-align: center;
        width: 50%;
    }

        .oxy-ui .jlp-if-bar .jlp-if-item p {
            color: #2C4D67;
            text-align: center;
        }

    .oxy-ui .jlp-if-bar .jlp-if-bar-num {
        display: block;
        font-size: 32px;
        font-weight: 700;
        font-family: museo_sans700;
        line-height: 32px;
    }

    .oxy-ui .jlp-if-bar .jlp-if-bar-label {
        display: block;
    }

/* related content tab */

.rsc-ui .rel-article {
    border-bottom: 1px solid #E8E8E8;
    display: block;
    line-height: 20px;
}

    .rsc-ui .rel-article .publish-info-extra {
        font-size: 14px;
    }

.rsc-ui .rel-title {
    display: block;
    width: 100%;
}

    .rsc-ui .rel-title a {
        color: #223335;
        display: block;
        font-family: MuseoSlab700Regular, Arial;
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
        margin: 0 !important;
    }

        .rsc-ui .rel-title a:hover {
            text-decoration: underline;
        }

.rsc-ui .rel-authors {
    font-size: 14px;
    color: #505759;
    margin-bottom: 12px;
}

.rsc-ui .rel-doi {
    font-size: 14px;
    color: #505759;
}

.rsc-ui .rel-abstract {
    margin-top: 16px;
    font-size: 14px;
    color: #505759;
}
/* PAYWALL */

.paywall-action-wrapper {
    border: 1px solid #223335;
    width: 100%;
    margin: 24px 0;
}

.paywall-head {
    background-color: #223335;
    color: #FFFFFF;
    font-family: MuseoSlab700Regular, Arial;
    font-size: 17px;
    padding: 8px 12px;
    line-height: 24px;
}

.paywall-content {
    padding: 24px 12px;
    line-height: 24px;
}


.oxy-ui .btn-download-small {
    position: absolute;
    top: 16px;
    font-size: 14px;
    right: 24px;
    z-index: 999;
}

    .oxy-ui .btn-download-small .download-icon {
        width: 24px;
        height: 24px;
        border: 1px solid #767676;
        border-radius: 12px;
        display: block;
        float: left;
        margin-right: 8px;
        background-image: url(http://www.rsc-cdn.org/oxygen/core/images/icons/from-cloud.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

    .oxy-ui .btn-download-small:hover .download-icon {
        background-color: rgb(121,217,242);
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

/* carousel */
.oxy-ui .carousel-outer {
    width: 100%;
    background-color: #223335;
    position: relative;
    overflow: hidden;
    z-index: 2;
    top: -32px;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.oxy-ui .carousel-inner {
    position: relative;
    overflow: hidden;
    max-height: 100%;
    background-position: top center;
    background-size: 100% auto;
    z-index: 2;
}

.oxy-ui .carousel-mask {
    xbackground-color: #505759;
    background-image: url(../images/carousel-mask.png);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 480px;
    z-index: 2;
    display: block;
}

@media only screen and (min-width: 1200px) {
    .oxy-ui .carousel-mask {
        background-size: 120% auto;
    }
}

.oxy-ui .carousel-article-title {
    width: 100%;
    padding: 24px 8px;
    position: relative;
    max-width: 520px;
    z-index: 4;
}

    .oxy-ui .carousel-article-title h2 {
        color: #FFFFFF;
        font-size: 17px;
        line-height: 24px;
        font-family: MuseoSlab700Regular, Arial;
        font-weight: 700;
        margin-top: 32px;
    }

@media only screen and (min-width: 768px) {
    .oxy-ui .carousel-article-title h2 {
        font-size: 21px;
        line-height: 28px;
    }
}

.oxy-ui .carousel-article-title .authors {
    color: #D1CCBD;
    display: block;
    font-family: museo_sans300;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0;
}

@media only screen and (min-width: 768px) {
    .oxy-ui .carousel-article-title .authors {
        font-size: 18px;
        line-height: 28px;
    }
}

.oxy-ui .carousel-article-title a {
    background-color: rgba(0,0,0,0.2);
    border: 2px solid #CCC;
    color: #FFFFFF;
    display: inline-block;
    font-family: museo_sans300;
    font-weight: 300;
    padding: 8px 16px;
    margin: 8px 0;
    text-decoration: none;
}

    .oxy-ui .carousel-article-title a:hover {
        background-color: rgba(0,0,0,0.4);
    }

    .oxy-ui .carousel-article-title a.selected {
        background-color: #FFFFFF;
        color: #2C4D67;
    }






/* ANIMATIONS */

@keyframes btn-slide-in {
    0% {
        transform: translate(-32px,0);
    }

    80% {
        transform: translate(-32px,0);
    }

    100% {
        transform: translate(0,0);
    }
}

.ani-btn-slide-in {
    animation-timing-function: ease-out;
    animation-name: btn-slide-in;
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
}

@keyframes drop-in {
    0% {
        /*opacity: 0;*/
        transform: translate(0,-10px);
    }

    80% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    100% {
        transform: translate(0,0);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.ani-drop-in {
    animation-timing-function: ease-out;
    animation-name: drop-in;
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
}


@keyframes pull-up {
    0% {
        /*opacity: 0;*/
        transform: translate(0,20px);
    }

    50% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    100% {
        transform: translate(0,0);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.ani-pull-up {
    animation-timing-function: ease-out;
    animation-name: pull-up;
    animation-duration: 0.85s;
    animation-fill-mode: forwards;
}


.ani-delay500 {
    -webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */
}

.ani-delay1000 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
}




/* IE fixes */

.ie8 .oxy-ui .masthead-book .book-title {
    padding-top: 40px;
}

.ie8 .oxy-ui .masthead-journal .journal-title {
    width: 70%;
}


.ie .oxy-ui .masthead-book .book-title h1,
.ie .oxy-ui .masthead-book .book-title h1 a {
    font-size: 28px;
    line-height: 32px;
}

.ie .oxy-ui .masthead-chapter .chapter-title h1,
.ie .oxy-ui .masthead-chapter .chapter-title h1 a {
    font-size: 28px;
    line-height: 32px;
}

.ie .oxy-ui .masthead-book .book-title .book-authors {
    clear: both;
    display: block !important;
    padding-top: 4px;
    line-height: 20px;
}

.ie .oxy-ui .masthead-chapter .chapter-title .chapter-authors {
    clear: both;
    display: block !important;
    padding-top: 4px;
    line-height: 20px;
}

.ie8 .page-alp .oxy-ui .masthead-journal .journal-title h1 {
    color: #223335;
    display: block;
    font-family: MuseoSlab700Regular, Arial;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 !important;
    width: 100%;
}

.ie8 .oxy-ui .masthead-journal .journal-title h1,
.oxy-ui .masthead-journal .journal-title h1 a {
    color: #223335;
    display: block;
    font-family: MuseoSlab700Regular, Arial;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    margin: 0 !important;
    width: 100%;
}

.ie8 .oxy-ui .masthead-journal .journal-title .journal-strapline {
    color: #223335;
    clear: both;
    display: block !important;
    font-family: museo_sans300, Arial;
    font-weight: 300;
    line-height: 20px;
    background-color: #FFFFFF;
    padding: 4px 8px;
    margin: -1px -4px 0 -4px;
    max-height: 48px;
    max-width: calc(100% - 302px);
}
