
/* @import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=PT+Sans:wght@400;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=EB+Garamond:ital,wght@0,400;0,500;1,400&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap');

body, html {
    margin: 0px;
    padding: 0px;
    font-family: "Libre Baskerville", serif;
    font-weight: 300;
    word-wrap: break-word;
    font-size: 14pt;
    /* overflow-x: hidden; */
}

a, a:link, a:visited {
    color: #12538A;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}

a:hover {
    text-decoration: underline;
}





* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

b {
    font-weight: 700;
}

i {
    font-weight: inherit;
}


.spacer {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.divider {
    width: 60px;
    height: 1px;
    border-bottom: 1px solid #CCCCCC;
    margin-top: 10px;
    margin-bottom: 15px;
}


article {
    padding-right: 25%;
    padding-left: 15%;
    position: relative;
    /* flex: 1 0 auto; */
    width: 100%;
}

p, ul {
    text-align: left;
    line-height: 2.0rem;
    font-size: 1.0rem;
}


h1 {
    font-family: "Crimson Text",serif;
    font-size: 3.2rem;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 50px;
    line-height: 4.0rem;
    padding-top: 100px;
    padding-left: 0px;
}

h2 {
    font-size: 2rem;
    margin-top: 80px;
    margin-bottom: 30px;
}

h2, h3, h4, h5 {
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
}

h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}


section#endnotes ol {
    font-size: 0.9rem;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    list-style-position: inside;
}

section#endnotes li {
    margin-bottom: 10px;
    line-height: 1.8rem;
}

section#endnotes a:link, section#endnotes a:visited {
    text-decoration: none;
    color: #12538A;
}

section#endnotes a:hover {
    text-decoration: underline;
}


figure {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 10px;
    text-align: center;
}

figure img {
    width: 100%;
    border-radius: 20px;
}

figcaption {
    margin-top: 30px;
    margin-bottom: 20px;
    font-style: italic;
    color: #AAAAAA;
    font-size: 0.8rem;
    text-align: right;
}

figcaption a:link, figcaption a:visited {
    color: inherit;
    text-decoration: underline;
}

figure.figure--custom figcaption {
    text-align: left;
    color: unset;
    font-style: normal;
}


#print-friendly {
    margin-top: 0px;
    text-align: right;
    font-size: 11.5pt;
    font-family: "PT Sans", sans-serif;
}

.category--keyword {
    display: inline-block;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.7rem;
    color: #ffffff;
    background-color: #225ea8;
    border: 1px solid #225ea8;
    border-radius: 10px;
    padding: 5px;
    margin: 5px 0px 5px 0px;
}

.author {
    display: block;
    text-transform: uppercase;
    /* font-family: "PT Sans", sans-serif; */
    font-weight: 700;
    font-size: 0.8rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.date {
    display: block;
    text-transform: uppercase;
    /* font-family: "PT Sans", sans-serif; */
    font-weight: 400;
    font-size: 0.8rem;
    margin-bottom: 15px;
}

p.subtitle {
    width: 100%;
    line-height: 2.0rem;
    font-size: 1.1rem;
    font-weight: 400;
    font-style: italic;

}

#gradient {
    z-index: -1000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40vh;
    background-image: linear-gradient(180deg, #fef8d5,#FFFFFF)

}

header h1 {
    color: #225ea8;
}


aside#citation {
    margin-top: 50px;
    background-color: #fef8d5;
    padding: 20px;
    border-radius: 20px;
}

aside#citation p {
    font-size: 0.9rem;
    line-height: 1.3rem;
    text-align: left;
}


.avatar {
    width: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 2px solid #FFFFFF;
    border-radius: 15px;

}

.attribution {
    font-style: italic;
    display: flex;
    flex-direction: row;
    align-items: center;
}


.attribution b {
    font-style: normal;
}

.section--header {
    margin-top: 100px;
    position: sticky;
    top: 0px;
}

h2 {
    color: #225ea8;
    background-color: #FFFFFF;
    margin: 0px;
    padding-top: 10px;
    font-size: 1.8rem;
    /* background-image: linear-gradient(180deg, rgba(255,255,255,1),rgba(255,255,255,0)); */
}

h2.header--dq {
    background: none;
}

.transition {
    height: 50px;
    background-image: linear-gradient(180deg, rgba(255,255,255,1),rgba(255,255,255,0));

}

#about {
    margin-top: 100px;
    border-top: 2px solid #fef8d5;
    background-color: #fefbea;
    border-radius: 0px;
    padding: 20px 25% 60px 15%;
}

#about p {
    font-size: 0.8rem;
    line-height: 1.4rem;
}

#about h3 {
    font-size: 1.2rem;
}

h3 {
    margin-top: 50px;
    font-size: 1.3rem;
}


#banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100px;
    padding: 20px;
    padding-left: 10%;
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ffffff;
    background-color: #fef8d5;
    font-family: "PT Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

#banner--footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0px;
    margin: 40px 0px;
    font-family: "PT Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

main {
    margin-top: 60px;
    position: relative;
}


.provocation--label {
    color:#12538A;
    font-weight: 700;
}

.pil--label a {
    color: #000000;
}

.sponsor--note {
    margin-top: 100px;
    font-style: italic;
    font-size: 0.9rem;
}

/* LANDING PAGE STYLES */

header#landing {
    width: 100%;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    padding-left: 10%;
    margin: 0px;
    margin-bottom: 10px;
    /* border-bottom: 2px solid #fef8d5;
     */
    background-color: #fefbea;
    font-family: "PT Sans", sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    background-image: url("../assets/wave-background-01.png");
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: 0px 20px;
}



#background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 200vh;
    background-image: url("../assets/wave-background-01.png");
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: 0px 20px;
    z-index: -100;
}


#more-button--container {
    display: block;
    width: 100%;
    text-align: right;
    margin: 30px 0px 0px 0px;
}

#more-button {
    font-weight: 700;
    font-size: 0.8em;
    width: fit-content;
    padding: 8px 10px;
    border: 2px solid #ffec81;
    cursor: pointer;
}

#more-button:hover {
    text-decoration: none;
    background-color: #ffec81;
}



section.essay--intro {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    /* border-top: 1px solid #CCCCCC; */
}

.publication--details {
    margin-left: 20px;
}

.publication--details h3 {
    margin-top: 0px;
}

.essay--thumbnail {
    width: 120px;
    height: 100%;
    border: 2px solid #FFFFFF;
    border-radius: 15px;    
}

article#landing--body h2 {
    background: none;
}

article#landing--body p, aside#in-this-issue, blockquote {
    font-size: 0.9rem;
    line-height: 1.6rem;
}

article#landing--body ul,
article#landing--body ol {
    font-size: 0.9rem;
    line-height: 1.6rem;
}

.discussion--list {
    font-size: 1rem;
    line-height: 1.7rem;
}

.discussion--list > li {
    margin-top: 10px;
    margin-bottom: 80px;
}

.discussion--list ol li,
.discussion--list ul li {
    margin-top: 10px;
    margin-bottom: 20px;
}


article#landing--body li {
    margin-bottom: 10px;
}

aside#in-this-issue {
    text-align: right;
}

aside#intro {
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin: 100px 0px 10px 0px;
}

.publication--brief {
    font-style: italic;
}

.publication--author {
    font-weight: 700;
    display: block;
}

.publication--date {
    display: block;
}

.publication--details {
    /* padding-left: 50px; */
    font-size: 0.9rem;
}

.read--more {
    font-style: normal;
    font-weight: 700;
}

.popout {
    font-style: normal;
    font-weight: 300;
}

.popout:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('../assets/new-window-01.svg');
    background-size: 15px 15px;
    margin-right: 5px;
}

/* Sublist ol style */
ol.discussion--list ol {
    list-style-type: lower-alpha;
}

/* PROVOCATION SERIES CHAMPIONS STYLES */

section#champions--list {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

#champions--list-left,
#champions--list-right {
    flex: 1 0 50%;
}

#champions--list-right {
    padding-left: 25px;
}

#champions--list li {
    list-style-type: none;
    /* padding: 0px;
    margin: 0px; */
    line-height: 1.0rem;
    font-size: 0.8rem;
}

#champions--list ul.list--general {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
}

#champions--intro {
    margin-top: 40px;
}

h4.champions--header {
    font-family: inherit;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.0rem;
    font-size: 0.8rem;
}

ul.champions--sublist {
    margin-top: 10px;
    padding-left: 15px;
}

/* MOBILE AND PRINT STYLES */
@media print {
    html, body {
        font-size: 8pt;
    }

    article {
        padding-left: 0%;
        padding-right: 0%;
    }

    h1 {
        padding-top: 10px;
    }

    .section--header {
        margin-top: 20px;
        position: relative;
    }

    .transition {
        display: none;
    }

    main {
        margin-top: 20px;
    }

    footer#about {
        margin-top: 20px;
        border-top: none;
        padding: 20px 0% 20px 0%;
    }

    figure {
        padding-left: 20%;
        padding-right: 20%;
    }

    #banner {
        padding-left: 0%;
    }

}

@media only screen and (max-width: 750px) {

    html, body {
        font-size: 9pt;
    }

    article {
        padding-left: 10%;
        padding-right: 10%;
    }

    h1 {
        padding-top: 10px;
    }

    .section--header {
        margin-top: 20px;
        position: relative;
    }

    .transition {
        display: none;
    }


    main {
        margin-top: 20px;
    }

    footer#about {
        margin-top: 20px;
        border-top: none;
        padding: 20px 10% 20px 10%;
    }


    #banner {
        padding-left: 10%;
    }

    aside#intro {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    article#landing--body p, aside#in-this-issue {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

    section#champions--list {
        flex-direction: column;
    }

    section#champions--list li,
    h4.champions--header {
        font-size: 1.0rem;
        line-height: 1.4rem;
    }

    #champions--list-right {
        padding-left: 0px;
    }

    section.essay--intro {
        flex-direction: column;
    }

    .essay--thumbnail {
        display: none;
    }


}

@media only screen and (max-width: 1024px) {

    article {
        padding-left: 10%;
        padding-right: 10%;
    }

    h1 {
        padding-top: 10px;
    }

    /* .section--header {
        margin-top: 20px;
        position: relative;
    }

    .transition {
        display: none;
    } */


    main {
        margin-top: 20px;
    }

    footer#about {
        margin-top: 20px;
        border-top: none;
        padding: 20px 10% 20px 10%;
    }


    #banner {
        padding-left: 10%;
    }

    aside#intro {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    article#landing--body p, aside#in-this-issue {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

    section#champions--list {
        flex-direction: column;
    }

    section#champions--list li,
    h4.champions--header {
        font-size: 1.0rem;
        line-height: 1.4rem;
    }

    #champions--list-right {
        padding-left: 0px;
    }


}