/* CSS Document */


li{
    padding-bottom:18px;
}


ol{
    list-style: none;
}

.nav-toolbar{
    float:right;
    list-style-type:none;
    font-size:15px;
    font-weight:700;
    padding-top:15px;
}

.nav-toolbar li{
    float:left;
    padding-left: 40px;
}

.nav-toolbar li:first-child{
    padding-left:0;
}

.nav-toolbar a:hover{
    text-decoration:none;
    color:#333333;
}

.cover .container{
    height:100%;
}

.cover .container:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.cover-container {
    display: inline-block;
    vertical-align: middle;
}

.cover h1{
    padding-top:32px;
}

.cover p:last-child{
    padding-bottom:32px;
} 

h2{
    color:#66233d;
    margin-bottom:18px;
    margin-top:40px;
}

.cover h2{
    margin-bottom:0;
    margin-top:0;
}

p{
    margin-bottom:18px;
}

.cover p{
    font-weight:700;
    padding-top:40px;
}

/*.cover p:last-child{
padding-top:0;
}*/


.status {
    display:none;
    padding-top:8px;
}                                       

.status p, .status a {
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 15px;
}

.status p{
    margin-bottom:0;
}

.status svg {
    width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}


.heading-title{
    text-transform:uppercase;
}

.footnotes {
    display: none;
}

a.footnote{
    color:#7da4d7;
}

.footnote-content a{
    text-decoration:underline;
    color:#7da4d7;
}

.footnote-content a:hover{
    color:#22428f;
}

.footnote-close {
    float: right;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0b5b9d;
    background: url("images/icon-close-footnote.svg") left center no-repeat;
    background-size: 14px;
    padding-left: 28px;
}

ol.post-list {
    list-style-type: decimal;
    color: #5BBCC9;
}

.post-list-item {
    margin-bottom: 2rem;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 3.2rem;
    margin-left: 2rem;
}

.reversefootnote {
    display: none;
}

.footnote-section {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 350px;
    padding: 50px 0;
    background-color: #f0f0f0;
    overflow-y: scroll;
    -webkit-transition: ease .66s -webkit-transform;
    transition: ease .66s transform;
    z-index:100;
}

.footnote-section.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.is-fixed .nav {
    position: fixed;
}
.nav {
    top: 0;
    width: 100%;
    height: 140px;
    padding: 20px 30px 0 30px;
    background-color: #f0f0f0;
    z-index: 2;
}


.is-fixed .menu-nav {
    display: block;
}
.menu-nav.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.menu-nav {
    z-index: 1;
    display: none;
    overflow-y: scroll;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    width: 100%;
    height: calc(100% - 140px);
    position: fixed;
    top: 140px;
    padding: 100px 50px;
    background-color: #f0f0f0;
    color: #22428f;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    -webkit-transition: all .666s ease;
    transition: all .666s ease;
}


.menu-nav-title {
    margin-bottom: 25px;
    font-family:"Roboto Condensed";
    font-size: 40px;
    line-height:40px;
    font-weight:400;
    color: #333333;
}

.menu-nav-container a.subnav-link{
    color: #5c2320;
    font-family:"Roboto Condensed";
    font-size:20px;
    padding-top:10px;
    display:block;
}



.menu-nav-container li {
    margin-bottom: 40px;
}

.menu-nav-container a {
    color: #FBF9F3;
    padding-bottom: 8px;
}

.no-period {
    counter-reset: no-period;
    margin-top:50px;
}

.no-period li::before {
    content: counter(no-period) " ";
    counter-increment: no-period;
    margin-left: 0px;
    font-family:"Roboto Condensed";
    font-size:25px;
    color:#231f20;
    padding-bottom:10px;
    border-bottom: 2px solid #d0a98f;
    width: 100%;
    display: block;
}

.no-period li{
    height:80px;
}

section{
    padding-top:55px;
    padding-bottom:55px;
}

section img{
    height:auto;
    max-width:100%;
}

header.heading{
    padding-top:55px;
}

section#home{
    padding:0;
}

#introduction{
    margin-top:140px;
}



.is-fixed #introduction{
    margin-top:280px;
}

.light_brown{
    background:#f2e0c7;
}


.too_light_blue{
    background:#cbdbef;
}

.light_purple{
    background:#c0acd3;
}


.darker_light_blue{
    background:#e7d4bd;
}

.light_yellow{
    background:#e5e1db;
}
.light_grey{
    background: #d0d6d7;
}
.darker_light_brown{
    background: #f2e0c7;
}
.light_dark_marron{
    background: #dec2b0;
}
.light_sky{
    color: #558bb4;
    font-weight: 600;
}
.yellow_grey{
    background: #f0e5d7;
}
h1 small{
    color:#333333;
}

section.post h1{
    padding-bottom:55px;
}

sup{
    font-weight:700;
}

.nav-logo img{
    width:120px;
    height:auto;
}

div.No-highlight{
    font-family:"Roboto Condensed", Helvetica, Arial, sans-serif ;
    border-left:2px solid #d0a98f;
    padding-left:20px;
    margin-top:40px;
    margin-bottom:40px;
}


div.highlight_content{
    font-family:"Roboto Condensed", Helvetica, Arial, sans-serif ;
    color:#66233d;
    font-size:20px;
    border-left:2px solid #d0a98f;
    padding-left:20px;
    margin-top:15px;
    margin-bottom:40px;
}
div.highlight_content ul{
    list-style-type:none;
    padding-left:0;
}
div.highlight_content ul li{
    padding-left:15px;
}
div.highlight_content ul li li{
    padding-bottom:0px;
}

div.highlight_content ul li:last-child{
    padding-bottom:0;
}

div.highlight{
    font-family:"Roboto Condensed", Helvetica, Arial, sans-serif ;
    color:#66233d;
    font-size:20px;
    border-left:2px solid #d0a98f;
    padding-left:20px;
    margin-top:15px;
    margin-bottom:40px;
}

div.highlight-title{
    font-weight:700;
    padding-bottom:18px;
}

div.highlight ul{
    list-style-type:none;
    padding-left:0;
}


div.highlight ul li{
    padding-left:15px;
}

div.highlight.terminology ul li{
    padding-left:0px;
}

div.highlight ul li li{
    padding-bottom:0px;
}

div.highlight ul li:last-child{
    padding-bottom:0;
}

div.highlight ul li:before{
    content:"+";
    position:absolute;
    left:20px;
}

div.highlight.terminology ul li:before{
    content:"";
    position:absolute;
    left:0px;
}


div.highlight ul li li:before{
    content:"-";
    position:absolute;
    left:40px;
}

div.highlight a{
    text-decoration:underline;
}

div.highlight a:hover{
    color:#333333;
}


.marron{
    font-weight:700;
    color:#66233d;
}


.quote{
    font-size:22px;
    line-height:22px;
    color:#6aaad5;
    margin-top:40px;
    margin-bottom:40px;
    border-left:2px solid #d0a98f;
    border-right:2px solid #d0a98f;
    padding-left:20px;
    padding-right:20px;
}

.quote em{
    font-family:"Roboto Condensed";
}

p.download{
    margin:0 auto;
    display:block;
    text-align:center;
    font-family:"Roboto Condensed";
    font-weight:bold;
    margin-bottom:15px;
}

p.source{
    font-variant:italic;
    font-size:12px;
    padding-left:20px;
}

.reference{
    border-top:2px solid #7ea4d6;
    padding-top:15px;
    padding-bottom:50px;
}

.footer{
    background: #f0f0f0;
    text-align:center;
    padding:30px;
}

p.menu-nav-title{
    color: #4d2343;
}










@media screen and (max-width: 500px){
    #recommendations h1{
        font-size:35px;
    }
}



@media screen and (min-height: 500px) and (min-width: 768px){    
    .cover h1{
        padding-top:0;
    }
    .cover p:last-child{
        padding-bottom:0;
    } 


}



@media screen and (min-width: 386px){
    .nav-toolbar{
        padding-top:35px;
    }

    .nav{
        height: 100px;
    }

    #introduction{
        margin-top:100px;
    }

    .is-fixed #introduction{
        margin-top:200px;
    }

    .menu-nav{
        height: calc(100% - 100px);
        top:100px;
    }

}



@media screen and (min-width: 768px){
    .status {
        width:443px;
        display:block;
        margin: 0 auto;
    }

    .cover h1{
        padding-top:42px;
    }

    .cover p:last-child{
        padding-bottom:42px;
    }   

    @media screen and (min-height: 500px){    
        .cover {
            height: calc(100vh - 140px);
        }

        .status {
            margin-left:-221px; 
            left:50%;
            position: absolute;
            bottom: -5px;
            display:block;
        }                                       

    }

    .cover-container {
        width:700px;
    }

    h1{
        font-size:55px;
        line-height:55px;
    }

    h2{
        font-size:30px;
    }

    h3{
        font-size:25px;
    }

    h4{
        font-size:18px;
    }

    .nav-logo img{
        width:165px;
        height:80px;
    }

    .nav-toolbar{
        padding-top:55px;
    }

    .nav-toolbar li {
        padding-left: 70px;
    }

    .nav{
        height: 140px;
    }

    #introduction{
        margin-top:140px;
    }

    .is-fixed #introduction{
        margin-top:280px;
    }

    .menu-nav{
        height: calc(100% - 140px);
        top:140px;
    }

}




@media screen and (min-width: 1020px){
    .status {
        width:589px;    
    }

    .cover h1{
        padding-top:42px;
    }

    .cover p:last-child{
        padding-bottom:42px;
    } 

    @media screen and (min-height: 500px){   
        .status {
            margin-left:-295px;    
        }

    }

    .cover-container {
        width:906px;
    }

    h1{
        font-size:65px;
        line-height:65px;
    }

    h2{
        font-size:35px;
    }

    h3{
        font-size:28px;
    }

    h4{
        font-size:20px;
    }


}



@media screen and (min-width: 1256px){
    .status {
        width:746px;    
    }

    .cover h1{
        padding-top:32px;
    }

    .cover p:last-child{
        padding-bottom:32px;
    } 

    @media screen and (min-height: 500px){   
        .status {
            margin-left:-373px;    
        }

    }


    .cover-container {
        width:1150px;
    }

    h1{
        font-size:80px;
        line-height:80px;
    }

    h2{
        font-size:40px;
    }

    h3{
        font-size:30px;
    }



}