/* Basic Page Styles */

.indexpage {
    background: white;
    text-align: center;
}

figure img {
    width: 100%;
}


@media (max-width: 1100px) {
    .home h1 {
        font-size: 3rem !important;
    }
}

@media (max-width: 500px) {
    .home h1, .titlecard h1 {
        font-size: 2rem !important;
    }
}

@media (max-width: 500px) {
    .home h2, .titlecard h2 {
        font-size: 1.5rem !important;
    }
}

.home h1 {
    color: #6A5ACD;
    font-family: 'Open Sans', sans-serif;
        line-height: 1;
        font-size: 4rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0;
}

.home-text .bottom-text {
    font-weight: 200;
    font-style: italic;
}

.home h2 {
    margin-top: 0;
    margin-bottom: .5em;
    color: black;
    font-weight: 200;
    font-size: 2em;
}

.home h3 {
    font-family: 'Open Sans', sans-serif;
    opacity: .8;
    color: #333333;
    font-weight: 200 !important;
    margin-top: 0;
    text-shadow: none;
    margin-bottom: .5em;
}

ol.toc {
    color: black;
    width: 50%;
    text-align: left;
    margin: 0 auto;
}

.tocblock {
        margin-top: 2em;
}

ol.toc li {
    margin: 1em 0;
    line-height: 1.25;
}

p.index-image-credit {
    background: #c3c3c3;
    color: black;
    font-weight: 200 !important;
    font-size: 1em;
    text-align: center;
    margin: 3em 0 0 0;
}

p.index-image-credit a {
    color: #9932CC;
}


body {
    background: transparent;
}

div.body-text {
    padding: 10% 0;
}

.body-text.references {
    padding: 0%;
}

hr {
    margin: 2em 0;
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

a {
    text-decoration: none;
    color: #45528E;
    -o-transition:color .5s ease-in-out;
    -ms-transition:color .5s ease-in-out;
    -moz-transition:color .5s ease-in-out;
    -webkit-transition:color .5s ease-in-out;
    transition:color .5s ease-in-out;
}

a:hover {
    color: red;
}

p.imgreset img {
    max-width: 50%;
}

@media (min-width: 970px) {
    .margin-bottom-10 {
        margin-bottom: 10% !important;
    }

}

.padding-right-2 {
    padding-right: 2%;
}

.body-text.no-pad-bot {
    padding-bottom: 0;
}

.body-text.no-pad-top {
    padding-top: 0;
}

figure.screenshot-fig {
    width: 620px;
    margin: 0 auto;
}

figcaption {
    font-size: .6em;
    padding: 2% 0 2% 1%;
    background-color: #e3e3e3;
}

.oed {
    border: 1px solid #c3c3c3;
    max-width: 630px;
    margin: 1% auto;
}

.two-figure-split figure {
    display: inline-block;
}

.two-figure-split figcaption {
    max-width: 400px;
}

/* Additional Text Styles */

p, li, blockquote {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: 300;
}

h1, h2 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-size: 500%;
}

.subheading {
    color: #45528E;
    font-family: 'Bitter', serif;
    font-size: 2em;
    margin: 9% 0 0 -3%;
    border-bottom: 1px solid #eaeaea;
    font-weight: 400;
}

.titlecard {
    margin: 10% 5%;
}

.titlecard-references {
    margin: 10% 5%;
}

.titlecard h1, .titlecard-references h1 {
    color: #6A5ACD;
    font-size: 3rem;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.titlecard h2 {
    font-weight: 300;
    font-size: 2rem;
}

 .body-text {
    max-width: 760px;
    margin: 0 auto;
}

div.body-text > div {
    box-sizing: border-box;
    padding: 0 1em;
}

blockquote.citation {
    margin-left: 10%;
    border-left: 5px solid #45528E;
    padding: 10px;
    background-color: #eaeaea;
}

.margin-top-2 {
    margin-top: 2%;
}

.single-reference {
    border-left: 5px solid #9FC2D4;
    margin-left: 3%;
    padding-left: 2%;
}

.padded-list li {
    padding: 1% 0;
}

.reference-list {
    list-style-type: none;
}

.reference-list li {
    margin: 6% 0;
}

.reference-list.ref-left-border {
    border-left: 5px solid #9FC2D4;
}

/* conversation blockquote styling hat tip: http://codepen.io/andrewwright/pen/Aigre */

.blockquote-wrapper blockquote {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.blockquote-group {
    margin: 2em 0;
}

.blockquote-group blockquote {
    box-sizing: border-box;
}

.blockquote-group blockquote p:first-child:before, .blue-quote-cindy p:first-child:before, .blue-quote-bruce p:first-child:before {
    font-family: Georgia, sans-serif;
    color: #81bedb;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    text-shadow: none;
    z-index: -300;
}

.blockquote-group blockquote.cindy p:first-child:before {
    content: '\201C';
    top: -.4em;
    left: -.2em;
}

.blockquote-group blockquote.bruce p:first-child:before {
    content: '\201D';
    top: -.4em;
    right: -.1em;
}


.blue-quote-cindy, .blue-quote-bruce {
    position: relative;
}

.blue-quote-cindy p:first-child:before {
    content: '\201C' !important; /*need important value to overwrite blockquote cascade */
    top: -.4em;
    left: .7em;
}

.blue-quote-bruce p:first-child:before {
    content: '\201D' !important; /*need important value to overwrite blockquote cascade */
    top: -.4em;
    left: .7em;
}

.blockquote-group img {
    border: 3px solid #9CC1D3;
    border-radius: 50%;
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
}

.blockquote-group img.cindy {
    top: -.2em;
    left: 0;
}

blockquote.bruce {
    border-left: 4px solid #D9ECF4;
    padding-left: 3%;
}

blockquote.cindy {
    border-right: 4px solid #D9ECF4;
    padding-right: 3%;
}

.blockquote-group img.bruce {
    left: auto;
    right: 0;
}

.blockquote-group {
    position: relative;
}

.blockquote-wrapper.cindy {
    padding-left: 160px;
}

.blockquote-wrapper.bruce {
    padding-left: 0;
    padding-right: 130px;
}

/* fix for footnote */

p.reset img {
    position: relative;
}

ul.padding-one-percent li {
    padding: 1% 0;
}

/* Menu Styles */

.pure-menu {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        z-index: 2000 !important;
    }
.pure-menu.pure-menu-open,.pure-menu.pure-menu-horizontal li .pure-menu-children {
    background:rgb(243,243,243);
    border-bottom: 1px solid #dedede;
    box-shadow: rgba(0,0,0,0.1) 0 0 10px 0;
}

.pure-menu ul li a {
        font-size: .7em;
        z-index: 2000;
}

@media (max-width: 700px) {
.pure-menu ul li a {
    font-size: .6em;
    color: #000;
    padding: 2.5px 10px;
}

.footnote-content-wrapper {
    max-height: 10em;
}
}

@media (min-width: 521px) {
.meta-toggle-container {
position:absolute;
top:0;
right: 1%;
}
}




.pure-menu-selected {
        background-color: #e3e3e3 !important;
}

.piano-vid {
    background-color: black;
    
    max-height: 450px;
    padding: 2% 0;
}

.piano-vid iframe {

    max-height: 450px;
}

.piano-vid .fluid-width-video-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.timeline {
    width: 100%;
}

.timeline .image-container {
    margin: 10% auto 0 auto;
    max-width: 760px;
}

.timeline img.timelineimage {
    box-shadow: 0 0 10px #c3c3c3;
    border: 3px solid transparent;
    width: 100%;
    max-width: 760px;
}

.timeline a img.timelineimage {
    -o-transition:border .5s ease-in-out, box-shadow .5s ease-in-out;
    -ms-transition:border .5s ease-in-out, box-shadow .5s ease-in-out;
    -moz-transition:border .5s ease-in-out, box-shadow .5s ease-in-out;
    -webkit-transition:border .5s ease-in-out, box-shadow .5s ease-in-out;
    transition:border .5s ease-in-out, box-shadow .5s ease-in-out;
}

.timeline a:hover img.timelineimage {
    border: 3px solid #71e9f4;
    box-shadow: 0 0 10px black;
}

.timeline p {
    max-width: 500px;
    margin: 0 auto 10% auto;
}

.olivebg {
    background-color: #475D53;
    color: white;
}

.greenbg {
    background: green;
    }

.darkpurplebg {
    background: #211821;
    color: white;
}

.blackbg {
    background: black;
    color: white;
}

.lightgreybg {
    background: #9CC1D3;
    color: black;
}

.orchidbg {
    background: #45528E;
    color: white;
}

.lightbluebg {
    background: #D9ECF4;
    color: black;
}


/* Additional Footnote Styles */

.footnote-content p, .footnote-content li {
    font-size: 100%;
    color: black;
}

.footnote-content blockquote.citation {
    margin-left: 160px;
    border-left: 5px solid #6A5ACD;
    padding: 10px;
    background-color: #eaeaea;
}

.footnote-content blockquote.citation p:first-child:before {
    content: none;
}



.cindy-logo, .bruce-logo, .tim-logo, p.reset img.tim-logo {
    float: left;
    margin-right: 2%;
    border-radius: 50%;
    width: 114px;
    height: 114px;
    opacity: 1;
    border: 3px solid gray;
    box-shadow: none;
}

.svg-icon {
    float:left;
    margin-right: 1%;
    fill: #6A5ACD;
    height: 93px;
    width: 105px;
    -webkit-filter: drop-shadow( 2px 2px 1px #000 );
        filter: drop-shadow( 2px 2px 1px #000 );
/*        border-radius: 50%;
     padding: 2%;
    border: 3px solid gray;
    background-color: rgba(86,65,193,.5); */
}

#closeButton {
position: absolute;
top: 5px;
right: 5px;
font-family: 'Open Sans', sans-serif;
font-weight: 200;
font-size: .7em;
}

.footnote-content-wrapper {
    max-height: 20em;
}

p.clearmaxwidth {
    max-width: none;
}

.footnote-content-wrapper .imgreset img {
    float: none;
    border-radius: 0;
    position: relative;
    border: none;
    width: 100%;
    height: 100%;
}

/* Meta Foldout */


    /* .toggle {
    width: 100%;
    color: black;
font-weight: 200;   
    text-align: center;
font-size: 40x;
    }

    .toggle:hover {
        color: #ffffff;
    } */

.toggle {text-align:center;
    width:75px;
    margin-top: 5px;
            }

    .toggle-content {
    display: none;
    padding: 60px;
    overflow: auto;
    background-color: #eee;
       -moz-box-shadow:    inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow:         inset 0 0 10px #000000;
}

.toggle-content blockquote {
    margin-left: 5em;
    border-left: 10px solid #6A5ACD;
    background-color: #e8e8e8;
    padding: 1em 0;
}

.toggle-content blockquote p {
    padding: 0 2em;
}

img.lightbulb {
    height: 45px;
    width: 45px;
}

img.screenshot, figcaption.screenshot {
    width: 100%;
    max-width: 600px;

}