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

body, html {
    margin: 0px;
    margin-top: 40px;
    padding: 0px;
    font-family: "Merriweather", serif;
    font-weight: 300;
    margin-bottom: 100px;
    word-wrap: break-word;
}

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

a:hover {
    text-decoration: underline;
}

.a--image:hover {
    text-decoration: none;
}

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

b {
    font-weight: 700;
}

i {
    font-weight: inherit;
}



nav#nav--desktop {
    z-index: 1;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 20%;
    height: 100vh;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 11.5pt;
    flex: 1 0 200px;
    align-self: flex-start;
    padding: 80px 15px 15px 15px;
    overflow-y: scroll;
    border-left: 1px solid #FAFAFA;
    display: flex;
    flex-direction: column;
}

.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;
}

nav#nav--desktop ul,
nav#nav--mobile ul,
nav#nav--mobile ol {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;

}

nav#nav--desktop li,
nav#nav--mobile li {
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 0px;
    margin-left: 0px;
}

nav#nav--desktop li.selected {
    font-weight: 700;
    color: #08306b;
}

nav#nav--mobile {
    display: none;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 11.5pt;
    padding: 15px 5% 15px 5%;
    border-bottom: 1px solid #CCCCCC;
}

nav#nav--mobile * {
    text-align: left;
}

#nav--dropdown-container {
    margin-top: 20px;
    padding-left: 15px;
}

#nav--expand {
    display: inline-block;
    margin-right: 15px;
    width: 15px;
    cursor: pointer;
    border-bottom: 1px solid #08306b;
}

#nav--expand img {
    width: 100%;
}

.dropdown--hidden {
    display: none;
}


#banner {
    display: flex;
    flex-direction: row;
    font-family: "PT Sans", sans-serif;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    z-index: 20;
    text-align: left;
    padding: 20px;
    font-size: 11.5pt;
    align-items: center;
}

#series--title {
    font-weight: 700;
}

.series--header {
    font-size: 10.5pt;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333;
}

#report--headers {
    text-align: right;
    flex: 1 0 auto;
}

.report--link {
    display: inline-block;
    margin-right: 10px;
}

.report--selected {
    font-weight: 700;
}


nav a {
    color: inherit;
}

#container {
    display: flex;
    flex-direction: row;
    height: auto;

}

article {
    padding-right: 25%;
    padding-left: 5%;
    position: relative;
    flex: 1 0 100%;
    width: 100%;

}

p {
    text-align: justify;
    line-height: 1.8em;
}

h1 {
    font-family: "Merriweather" !important;
    font-size: 42pt;
    margin-top: 0px;
    margin-bottom: 50px;
    line-height: 1.2em;
    background-image: url("./pil-first100days-bg-01.png");
    background-size: auto 200px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 100px;
    padding-left: 0px;
}

h1.supplementary {
    font-size: 36pt;
    background: none;
    padding-left: 0px;
}

#section--keyfindings {
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #CCCCCC;
}

#section--keyfindings h2 {
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 10px;
}

#section--keyfindings ol {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}

#section--keyfindings li,
ol.supplementary li {
    line-height: 1.8em;
    margin-bottom: 15px;
}

h2 {
    margin-top: 80px;
    margin-bottom: 50px;
}

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

h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 14pt;
}


section#section--endnotes ol,
section#section--samplestories ol {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}

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

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

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


.figure--container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
}

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


#tweet--container {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-top: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;

}

#tweet--container-caption {
    flex: 0 1 100%;
    padding-bottom: 20px;
}

#tweet--container figcaption {
    border: none;
}

.figure--tweet {
    flex: 0 1 33%;
    width: 33%;
    margin: 0px;
    padding: 20px;
    border: none;
}

.figure--image {
    text-align: center;
    margin: 50px 0px 20px 0px;
    padding: 20px;
}

.figure--image img {
    width: 300px;
    margin-bottom: 20px;
}

figcaption {
    font-family: "PT Sans", sans-serif;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 20px;
    text-indent: 0px;
    text-align: left;
}

.figure--overlay {
    font-family: "PT Sans", sans-serif;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
    background-color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #08306b;
}

.reference--tooltip {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    max-width: 300px;
    font-size: 10pt;
    font-weight: 300;
    padding: 8px;
    margin-left: 0px;
    margin-top: 1.6em;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    visibility: hidden;
    pointer-events: all;
}

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

figure img {
    width: 500px;

}

.anchor {
    padding-top: 100px;
    text-decoration: none;
    color: inherit;
    cursor: default;
}

.anchor:hover {
    text-decoration: none;
}

.tweet {
    width: 100%;
    margin-top: 20px;
}

h3.wave {
    margin-top: 50px;
}

#next-report {
    border: 1px solid #FFEEA4;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    background-color: #fef9e8;
}

#logo--container {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

#pil-logo {
    display: block;
    height: 45px;
    margin-bottom: 10px;
}


#cc-logo {
    display: block;
    height: 20px;
}

a.ref--newslink {
    text-decoration: none;
    border-bottom: 3px double #12538A;
}

a.ref--internal {
    border: 1px solid #F9A635;
    text-decoration: none;
    padding: 5px;
    color: inherit;
}

a.ref--internal:hover {
    background-color: #F9A635;
    color: #FFFFFF;
}

.reference {
    position: relative;
    top: -0.2em;
    margin: 0px;
    padding: 0px;
    line-height: 0;
}

.reference a {
    cursor: pointer;
    color: #12538A;
}

.reference a:hover {
    text-decoration: none;
}

p {
    overflow: hidden;
}

.pullquote {
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 3px solid #08306b;
    border-bottom: 3px solid #08306b;
    font-size: 16pt;
    font-weight: 300;
    width: 30%;
    background-color: #fafafa;
    padding: 40px 10px 40px 10px;
    line-height: 20pt;
    position:relative;
    text-align: left;
    color: #333333;
    display: inline-block;
}

.pullquote::before {
    font-family: 'Times New Roman', Times, serif;
    content: "“";
    font-size: 36pt;
    position: absolute;
    top: 0.35em;
    left: 10px;
    color: #08306b;
    font-style: normal;
}

.pullquote::after {
    font-family: 'Times New Roman', Times, serif;
    content: "”";
    font-size: 36pt;
    position: absolute;
    bottom: 0em;
    right: 10px;
    color: #08306b;
    font-style: normal;
}


.pq--left {
    float: left;
    margin-right: 20px;
}

.pq--right {
    float:right;
    margin-left: 20px;

}

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

#print-friendly a {

}

#section--learning li, #section--readings li, #section--podcasts li, #section--videos li, #section--graphical li, #section--background li {
    line-height: 1.8em;
}



/* PRINT STYLES */

@media print {

    @page {
        margin: 0.75in;
    }

    header, #banner, #nav--desktop, #nav--mobile, #stories, #print-friendly, #figure1--stories {
        display: none !important;
    }

    h1 {
        font-size: 26pt !important;
        padding-top: 0px !important;
        margin-bottom: 10px !important;
    }

    h2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    body, html {
        margin-top: 0px;
        font-size: 12px;
    }

    article {
        width: 100%;
        flex: 1 0 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .figure--container {
        max-width: initial;
    }

    svg {
        width: 100%;
        height: 100%;
    }

    .tr li {
        line-height: 16px !important;
        margin-bottom: 0px !important;
    }

    .tr--header {
        page-break-inside: avoid;
    }

    .tr {
        margin-top: 0px !important;
    }

    .tr h3 {
        margin-top: 0px !important;
    }

    .tr > :not(header) {
        padding-right: 0px !important;
    }

    .tr ul {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    .pullquote {
        font-size: 14px;
        line-height: 18px;
    }

    .page--break {
        page-break-before: always;
    }

    .authors {
        margin-bottom: 10px;
    }

    .anchor {
        padding-top: 0px;
    }

    figure {
        margin-top: 10px;
        margin-bottom: 10px;
        page-break-inside: avoid;
    }

    .characteristic {
        display: inline-block !important;
        margin: 0px !important;
        margin-bottom: 5px !important;
        padding: 0px !important;
        border: none;
        border-radius: 0px !important;
    }


    .characteristics {
        font-size: 10px !important;
    }

    ul {
        margin-top: 2px !important;
    }

    li {
        margin-bottom: 2px !important;
    }

}

/* Mobile styles */
@media only screen and (max-width: 750px) {
    /* .figure--overlay {
        visibility: visible;
    } */

    #tweet--container {
        flex-direction: column;
    }

    .figure--tweet {
        flex: 1 0 100%;
        width: 100%;
    }

    .gallery--container .gallery {
        flex-direction: column !important;
    }

    .gallery--container .gallery--item {
        flex: 1 0 100% !important;
        width: 100% !important;
        margin-bottom: 30px;
    }


}

@media only screen and (max-width: 1024px) {
    body, html {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    p {
        font-size: 10pt;
    }

    #section--keyfindings {
        font-size: 10pt;
    }

    #section--endnotes {
        font-size: 10pt;
    }

    #section--samplestories {
        font-size: 10pt;
    }

    h1 {
        font-size: 24pt !important;
        padding-top: 50px;
        background-size: auto 100%;
    }

    article {
        padding-right: 5%;
    }

    #container {
        flex-direction: column;
    }

    #banner {
        display: none;
    }

    nav#nav--desktop {
        display: none;
    }

    nav#nav--mobile {
        display: flex;
        flex-direction: column;
        flex: 1 0;
    }

    #print-friendly {
        margin-top: 10px;
    }

    .pullquote {
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }

    .gallery--container {
        padding: 0px !important;
    }

    .gallery--container * {
        font-size: 10pt;
    }


    .gallery--item {
        padding: 5px !important;
    }

    li {
        font-size: 10pt;
    }

    #table1 {
        width: 100% !important;
    }

    #figure1--stories {
        display: none;
    }

}

/* Supplementary styles */

.table--container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 20px 0px;
}

#table1 {
    font-family: "PT Sans", sans-serif;
    text-align: left;
    max-width: 700px;
    border-bottom: 2px solid #CCCCCC;
}

th {
    border-bottom: 2px solid #CCCCCC;
    border-collapse: collapse;
    vertical-align: bottom;
}

#table1 th, #table1 td {
    padding: 5px 30px 5px 0px;
}

td.figlabel {
    text-align: center;
    border-bottom: 2px solid #CCCCCC;
    font-weight: 600;
}

p.authors {
    padding-left: 0px;
    font-weight: 700;
    margin-bottom: 50px;
}

p.authors--supplementary {
    font-weight: 300;
    margin-bottom: 50px;
}

/* TEACHING RESOURCES */

.tr {
    margin-top: 60px;
    text-align: justify;
}

.tr > :not(header) {
    padding-right: 20%;
}

.tr--panel {
    width: 100%;
    margin: 50px 0px 50px 0px;
    display: flex;
}


.panel--left {
    width: 20%;
    margin-right: 20px;
    flex: 1 0 20%;
    text-align: center;
}

img.panel {
    width: 250px;
    flex: 0 1 250px;
}

.tr--header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tr--rule {
    flex: 1 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #CCCCCC;
}

.tr h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-right: 20px;
    padding-right: 0px;
}

.tr h3 {
    text-transform: uppercase;
    font-size: 12pt;
    letter-spacing: 2px;
    margin-top: 40px;
    font-style: normal;
}


.tr li {
    line-height: 1.8em;
    margin-bottom: 10px;
    list-style-type: disclosure-closed;    
}

.tr ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

.tr--slides {
    clear: both;
    margin: 20px 0px 0px 0px;
    padding: 20px;
}

.slide--icon {
    height: 20px;
    vertical-align: top;
}

.slide--link {
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    font-size: 12pt;
    vertical-align: middle;
}

.images--container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.images--container img {
    width: 300px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* OTHER */

article li {
    line-height: 1.8em;
    margin-bottom: 10px;
}

h3 {
    margin-top: 50px;
    font-style: italic;
}


.to-do {
    background-color: yellow;
    padding:10px;
}

.report--date {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 10.5pt;
    text-transform: uppercase;
    color: #333333;
}