﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic|Arimo:400,700);
@import url('cph-grid.css');

body {
    margin: 0;
    width: 100%;
    font-family: "Merriweather", Georgia, serif;
    font-size: 17px;
    color: #4E5269;
    letter-spacing: 0.015em;
    /*background-color:#FFFDF8;*/
    background-color: #F5F2EA;
}

a {
    color: #4E5269;
}

h1, h2, h3 {
    font-family: Arimo, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: .5em;
}

h2 {
    font-size: 2.706em;
}

a.btn {
    display: inline-block;
    background-color: #62686c;
    color: #fff;
    font-family: Arimo, Arial, sans-serif;
    font-size: .85em;
    font-weight: 700;
    padding: 20px 0;
    width: 100%;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.5s ease;
    cursor: pointer;
}

    a.btn:hover {
        background-color: #363842;
        transition: background-color 0.5s ease;
    }

/*.SingleIssue{
	float:left; margin-left:20px;
}*/

.SingleIssue .cprissuehead {
    font-family: Arimo, Arial, sans-serif;
    font-size: 1.65em;
    margin-top: 35px;
}

.SingleIssue .contents {
    margin-top: 30px;
    line-height: 1.9em;
}

.SingleIssue .bodycopybold {
    font-weight: 700;
    font-family: Arimo, Arial, sans-serif;
    text-transform: uppercase;
    padding-top: 30px;
}

.SingleIssue a:hover {
    text-decoration: none;
}

.cprissuehead {
    margin-bottom: 30px;
}

.issue {
    width: 25%;
    padding-bottom: 55px;
    padding-top: 15px;
    float: left;
    font-family: Arimo, Arial, sans-serif;
    text-align: center;
    transition: color 0.5s ease;
    font-size: .75em;
    color: #6B6453;
}

.issueinfo {
    padding: 0px 15px;
}

    .issueinfo .volume {
        font-family: Merriweather, Georgia, serif;
        font-weight: 700;
    }

.volumehead {
    clear: both;
}

.main-issues h4 {
    text-align: center;
    color: #ABA492;
    border-top: 1px solid #D8D0BB;
    line-height: 0;
    padding: 0;
    text-transform: lowercase;
    font-family: Merriweather, Georgia, serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.3em;
    letter-spacing: 0.09em;
}

    .main-issues h4 span {
        background: #F5F2EA;
        padding: 0 35px;
    }

.main-issues {
    margin: 20px 0;
}

.or {
    padding: 30px 0;
}

.search-box h6 {
    text-align: center;
    color: #ABA492;
    border-top: 1px solid #D8D0BB;
    line-height: 0;
    padding: 0;
    text-transform: lowercase;
    font-family: Merriweather, Georgia, serif;
    font-weight: normal;
    font-style: italic;
    font-size: .75em;
    letter-spacing: 0.09em;
}

    .search-box h6 span {
        background: #eae4d5;
        padding: 0 15px;
    }

.search-box hr {
    border: 0;
    border-top: 1px solid #d8d0bb;
    margin: 0px 0px 20px 0px;
    padding: 0 15px;
}

/*============ Tabs */


.radio-tabs .state {
    position: absolute;
    left: -10000px;
}

#volumes-31-plus:focus ~ .tabs #volumes-31-plus-tab,
#volumes-21-plus:focus ~ .tabs #volumes-21-plus-tab,
#volumes-11-20:focus ~ .tabs #volumes-11-20-tab,
#volumes-1-10:focus ~ .tabs #volumes-1-10-tab {
    box-shadow: 0 0 3px 3px rgba(0,127,255,.5);
}

.radio-tabs .tab {
    display: inline-block;
    font-weight: 700;
    font-size: .9em;
    padding: .5em;
    vertical-align: top;
    background-color: #B9B39F;
    cursor: hand;
    cursor: pointer;
}

    .radio-tabs .tab:hover {
        background-color: #fff;
    }

#volumes-31-plus[aria-selected] ~ .tabs #volumes-31-plus-tab,
#volumes-21-plus[aria-selected] ~ .tabs #volumes-21-plus-tab,
#volumes-11-20[aria-selected] ~ .tabs #volumes-11-20-tab,
#volumes-1-10[aria-selected] ~ .tabs #volumes-1-10-tab,
#volumes-31-plus:checked ~ .tabs #volumes-31-plus-tab,
#volumes-21-plus:checked ~ .tabs #volumes-21-plus-tab,
#volumes-11-20:checked ~ .tabs #volumes-11-20-tab,
#volumes-1-10:checked ~ .tabs #volumes-1-10-tab {
    background-color: #fff;
    border-bottom: .3em solid #fff;
    cursor: default;
}

.radio-tabs .panels {
    background-color: #e9e4d4;
    padding: .5em;
}

    .radio-tabs .panels ul li {
        list-style-type: none;
    }

.radio-tabs .panel {
    display: none;
}

#volumes-31-plus[aria-selected] ~ .panels #volumes-31-plus-panel,
#volumes-21-plus[aria-selected] ~ .panels #volumes-21-plus-panel,
#volumes-11-20[aria-selected] ~ .panels #volumes-11-20-panel,
#volumes-1-10[aria-selected] ~ .panels #volumes-1-10-panel,
#volumes-31-plus:checked ~ .panels #volumes-31-plus-panel,
#volumes-21-plus:checked ~ .panels #volumes-21-plus-panel,
#volumes-11-20:checked ~ .panels #volumes-11-20-panel,
#volumes-1-10:checked ~ .panels #volumes-1-10-panel {
    display: block;
}

.signinmessage {
    margin: 200px 0;
    text-align: center;
}

.volumecontent {
    font-family: Merriweather, Georgia, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    padding-bottom: .75em;
}

.issue img {
    margin-bottom: .75em;
    max-width: 115px;
    max-height: 140px;
    box-shadow: none;
    transition: box-shadow 0.5s ease;
}

.issue:hover img {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(77,75,68,0.15);
    -moz-box-shadow: 0px 0px 5px 2px rgba(77,75,68,0.15);
    box-shadow: 0px 0px 5px 2px rgba(77,75,68,0.15);
    transition: box-shadow 0.5s ease;
}

.issue:hover {
    color: #363842;
    cursor: pointer;
    transition: color 0.5s ease;
}


.issueinfo p:first-child {
    font-family: Merriweather, Georgia, sans-serif;
    font-size: 1em;
}
/*============ End Tabs */

.head {
    -webkit-box-shadow: 0px 1px 1px #dadada;
    -moz-box-shadow: 0px 1px 1px #dadada;
    box-shadow: 0px 1px 1px #dadada;
    padding: 25px 0px;
    background-color: #363842;
}

    .head .logo {
        background-image: url('/images/cpr-white.png');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 100px;
    }

        .head .logo h1 {
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

    .head .menu {
        text-align: right;
        padding-top: 20px;
    }

        .head .menu ul li {
            list-style-type: none;
            display: inline;
            margin-left: 1.75em;
            padding-top: 5px;
        }

            .head .menu ul li a {
                text-decoration: none;
                font-family: "Arimo", Arial, sans-serif;
                font-weight: 700;
                font-size: .9em;
                color: #CCD9E2;
                transition: color 0.5s ease;
            }

                .head .menu ul li a:hover {
                    color: #fff;
                    transition: color 0.5s ease;
                }

                .head .menu ul li a.home {
                    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4Ni45ODggNDg2Ljk4OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg2Ljk4OCA0ODYuOTg4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMTYuODIyLDI4NC45NjhoMzkuNjY3djE1OC42NjdjMCw5LjM1LDcuNjUsMTcsMTcsMTdoMTE2LjE2N2M5LjM1LDAsMTctNy42NSwxNy0xN1YzMjcuNDY4aDcwLjgzM3YxMTYuMTY3ICAgIGMwLDkuMzUsNy42NSwxNywxNywxN2gxMTAuNWM5LjM1LDAsMTctNy42NSwxNy0xN1YyODQuOTY4aDQ4LjE2N2M2LjgsMCwxMy4wMzMtNC4yNSwxNS41ODMtMTAuNDgzICAgIGMyLjU1LTYuMjMzLDEuMTMzLTEzLjYtMy42ODMtMTguNDE3TDI2MC40ODksMzEuMzg1Yy02LjUxNy02LjUxNy0xNy4yODMtNi44LTIzLjgtMC4yODNMNS4yMDYsMjU1Ljc4NSAgICBjLTUuMSw0LjgxNy02LjUxNywxMi4xODMtMy45NjcsMTguN0MzLjc4OSwyODEuMDAxLDEwLjAyMiwyODQuOTY4LDE2LjgyMiwyODQuOTY4eiBNMjQ4LjAyMiw2Ny4zNjhsMTgxLjMzMywxODMuNmgtMjQuMzY3ICAgIGMtOS4zNSwwLTE3LDcuNjUtMTcsMTd2MTU4LjY2N2gtNzYuNVYzMTAuNDY4YzAtOS4zNS03LjY1LTE3LTE3LTE3SDE4OS42NTZjLTkuMzUsMC0xNyw3LjY1LTE3LDE3djExNi4xNjdIOTAuNDg5VjI2Ny45NjggICAgYzAtOS4zNS03LjY1LTE3LTE3LTE3SDU4Ljc1NkwyNDguMDIyLDY3LjM2OHoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
                    background-size: 98%;
                    width: 18px;
                    height: 18px;
                    background-repeat: no-repeat;
                    background-position: 0px 0px;
                    display: inline-block;
                    opacity: .6;
                    transition: opacity 0.5s ease;
                }

                    .head .menu ul li a.home:hover {
                        opacity: 1;
                        transition: opacity 0.5s ease;
                    }

.content {
    margin-top: 20px;
}

    .content .intro {
        line-height: 32px;
        padding-right: 45px;
    }

        .content .intro h2 {
            color: #DEC47F;
            line-height: 1.2em;
        }

    .content .sidebar {
        background-color: #eae4d5;
        padding: 15px 35px;
        text-align: center;
    }

        .content .sidebar em {
            font-size: .8em;
        }

.free-article {
    font-size: .9em;
    padding: 20px;
    /*-webkit-box-shadow: 0px 0px 5px 2px rgba(77,75,68,0.15);
	-moz-box-shadow: 0px 0px 5px 2px rgba(77,75,68,0.15);
	box-shadow: 0px 0px 5px 2px rgba(77,75,68,0.15);*/
    background-color: #eae4d5;
}

    .free-article a {
        font-weight: 700;
        font-family: Arimo, Arial, sans-serif;
    }

    .free-article h5 {
        margin: 0;
        margin-bottom: 15px;
        text-align: center;
        font-family: Arimo, Arial, sans-serif;
        font-weight: 700;
        font-size: 1.09em;
    }

.sidebar .cprissuehead, .sidebar .free-article {
    margin-top: 10px;
    font-size: .8em;
}

    .sidebar .cprissuehead .free-info {
        text-align: left;
        padding-left: 10px;
        margin-top: 35px;
    }

        .sidebar .cprissuehead .free-info h3 {
            color: #655E4D;
        }

        .sidebar .cprissuehead .free-info em {
            font-family: Arimo, Arial, sans-serif;
            font-size: 1em;
            font-style: normal;
            margin-top: 10px;
            display: block;
        }

    .sidebar .free-article .free-info {
        text-align: left;
        padding-left: 10px;
    }

        .sidebar .free-article .free-info a {
            font-weight: 700;
            font-family: Arimo, Arial, sans-serif;
        }

.testimonials {
    width: 85%;
    margin: 0 auto;
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
}

.testimonial .author {
    float: left;
    width: 33%;
    padding-right: 40px;
    text-align: right;
}

    .testimonial .author p {
        font-family: Arimo, Arial, sans-serif;
        font-weight: 700;
        margin-bottom: 15px;
        color: #587287;
    }

.testimonials .testimonial .author span {
    font-size: .9em;
    color: #7f8191;
}

.testimonial .testimonial-text {
    float: left;
    width: 51%;
    padding-left: 40px;
    font-size: .85em;
    letter-spacing: 0.035em;
    line-height: 1.65em;
    border-left: 3px solid #DEC47F;
    color: #587287;
}


.owl-prev, .owl-next {
    position: absolute;
    margin-top: -100px;
}

.owl-next {
    right: 0;
}

i.nav-paddle-left, i.nav-paddle-right {
    font-size: 2em;
    color: #dec47f;
}

.subscribe h3 {
    text-align: center;
    border-top: 1px solid #D8D0BB;
    line-height: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: Arimo, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    letter-spacing: 0.09em;
}

    .subscribe h3 span {
        background: #FFFDF6;
        padding: 0 75px;
    }

.subscribe .subscribe-box {
    background-color: #587287;
    color: #FFFDF6;
    text-align: center;
    padding: 10px;
}

    .subscribe .subscribe-box h4 {
        font-family: Arimo, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .09em;
        font-size: 1em;
        color: #eaecea;
    }

    .subscribe .subscribe-box p {
        font-size: .85em;
        font-style: italic;
        line-height: 1.7em;
        margin-bottom: 20px;
    }

.subscribe .row:first-child {
    margin-bottom: 30px;
}

.subscribe-box a.btn, .btn-primary {
    display: inline-block;
    background-color: #2E4354;
    text-decoration: none;
    font-family: Arimo, Arial, sans-serif;
    font-size: .9em;
    padding: 10px 20px;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    transition: background-color 0.5s ease;
    border: 0;
}

    .subscribe-box a.btn:hover, .btn-primary:hover {
        background-color: #dec47f;
        color: #2E4354;
        transition: background-color 0.5s ease;
    }

.print-gift, .all-gift, .digital-gift {
    background-color: #d8e5ea;
    text-decoration: none;
    font-family: Arimo, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 20px 0px;
    text-align: center;
    font-size: .85em;
    color: #4B585D;
    margin-bottom: 35px;
}

    .print-gift:hover, .all-gift:hover, .digital-gift:hover {
        transition: background-color 0.5s ease;
        background-color: #dec47f;
    }

footer {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 1em;
    font-family: Arimo, Arial, sans-serif;
    color: #B9B3A4;
}

.cph-login-container {
    display: block;
    margin: 0 auto;
    width: 80%;
    background-color: #eae4d5;
    padding: 30px;
    color: #4E5269;
}

    .cph-login-container p, .logincurrentitem, .logincurrentitemtitle {
        margin-bottom: 40px;
    }

.logincurrentitemtitle {
    font-size: 2.706em;
    font-family: Arimo, Arial, sans-serif;
    font-weight: 400;
}

label {
    font-family: Arimo, Arial, sans-serif;
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
    opacity: .8;
}

.tabs label {
    margin-bottom: 0;
}

input[type="text"], input[type="password"] {
    font-family: Merriweather, Georgia, serif;
    font-size: 1.2em;
    padding: 5px 0px 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border: 0;
    border-radius: 0;
    border-style: solid;
    border-bottom: 1px solid #D8D0BB;
    margin-bottom: 25px;
    height: 50px;
    width: 100%;
    color: #4E5269;
    background-color: #F7F1E2;
    outline: none;
    -webkit-font-smoothing: antialiased;
}

input#ctl00_PageContent_txtTitle {
    margin-bottom: 0;
}

.sign-in-box h2 {
    margin: 0;
}

.sign-in-box input.btn-password {
    font-family: Arimo, Arial, sans-serif;
    font-weight: 700;
    font-size: 1em;
    background-color: #363842;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    padding: 10px 30px;
    width: auto;
}

.loginpasswordnote {
    font-size: 12px;
}

.search-box {
    padding: 30px 50px 30px 30px;
    width: 300px;
    background-color: #eae4d5;
    margin: 20px 0;
}


    .search-box input[type="text"] {
        height: 15px;
        border: 1px solid #d8d0bb;
        border-radius: 0px;
        font-size: .78em;
        padding: 1em 0em 1em 1em;
        width: 100%;
        display: block;
    }

    .search-box input:focus {
        border: 1px solid #c3bba9;
    }

    .search-box label {
        font-family: Merriweather, Georgia, sans-serif;
        font-size: .85em;
    }

    .search-box .last {
        border-bottom: #D8D0BB;
    }

    .search-box input[type="submit"] {
        display: block;
        font-family: Arimo, Arial, sans-serif;
        font-weight: 700;
        margin: 20px 0;
        height: auto;
        padding: 15px 0;
        width: 100%;
        display: block;
        border: 0;
        background-color: #62686c;
        color: #eaecea;
        font-size: .91em;
    }

    .search-box select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #d8d0bb;
        border-radius: 0;
        font-size: .8em;
        font-family: Merriweather, Georgia, serif;
        color: #616161;
        padding: 12px 10px;
        width: 100%;
        cursor: pointer;
        background: #F7F1E2 url('../../../cpr/images/dropdown.png') no-repeat right center;
    }

        .search-box select::ms-expand {
            display: none;
        }

    .search-box select {
        text-overflow: '';
        text-indent: 0.01px;
    }

    .search-box a.btn-secondary {
        display: block;
        text-align: center;
        font-family: Arimo, Arial, sans-serif;
        font-size: .75em;
    }

    .search-box .radio-buttons {
        margin-bottom: 25px;
    }

        .search-box .radio-buttons label {
            display: inline-block;
            margin: 10px 10px 10px 0;
        }

    .search-box .formgroup input[type="radio"] {
        margin-right: 5px;
    }

.results {
    padding-left: 4em;
}

    .results table caption {
        text-align: left;
        font-size: 1.8em;
        font-family: Arimo, Arial, sans-serif;
    }

    .results table td .cprresult p {
        margin: 5px 0px;
        font-size: .95em;
    }

    .results table td .cprresult a {
        font-family: Arimo, Arial, sans-serif;
        font-size: 1.2em;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .results table td .cprresult {
        padding-bottom: 30px;
    }

tr.pager td {
    font-family: Arimo, Arial, sans-serif;
    font-size: .9em;
}

a.back-to-archive {
    text-align: right;
    font-family: Arimo, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 30px;
    border: 1px solid #4E5269;
    text-decoration: none;
    font-size: .85em;
    display: inline-block;
    float: right;
}



@media (max-width: 768px) {
    a.back-to-archive {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }

    .head .menu {
        text-align: center;
    }

        .head .menu ul {
            padding-left: 0;
        }

            .head .menu ul li {
                display: block;
                margin-left: 0;
            }

                .head .menu ul li a {
                    height: 20px;
                    display: block;
                    padding: 15px;
                    border: 0;
                    border-radius: 0;
                }

    .testimonial .testimonial-text {
        width: 80%;
    }

    .testimonial .author {
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }

    .owl-prev, .owl-next {
        display: none !important;
    }

    .search-box, .results {
        width: 100% !important;
    }

    .radio-tabs .tab {
        display: block !important;
    }

    .issue {
        width: 100%;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    #volumes-31-plus[aria-selected] ~ .panels #volumes-31-plus-panel,
    #volumes-21-plus[aria-selected] ~ .panels #volumes-21-plus-panel,
    #volumes-11-20[aria-selected] ~ .panels #volumes-11-20-panel,
    #volumes-1-10[aria-selected] ~ .panels #volumes-1-10-panel,
    #volumes-31-plus:checked ~ .panels #volumes-31-plus-panel,
    #volumes-21-plus:checked ~ .panels #volumes-21-plus-panel,
    #volumes-11-20:checked ~ .panels #volumes-11-20-panel,
    #volumes-1-10:checked ~ .panels #volumes-1-10-panel {
        padding: 10px;
    }

    .head .logo {
        min-height: 120px;
    }
}
