@charset "UTF-8";
/*
Theme Name: Princeton Einstein Museum
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: Derek Beck
Author URI: https://beckui.com
Description: Version 1 of the Princeton Einstein Museum of Science theme.
Version: 1.0
*/
/* Reset */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Common Styles */
body {
    padding: 0;
    margin: 0;
    background: white;
    text-align: center;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: #696d73;
}

a {
    display: inline-block;
    color: #3F76A2;
    transition: all 350ms ease;
    white-space: nowrap;
}
a:hover {
    color: #a9adb3;
}

p {
    margin: 0 auto 1em;
}

strong {
    color: #242424;
    font-weight: 700;
}

.wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* Custom Styles */
header,
footer {
    display: block;
    position: relative;
    padding: 20px 0;
}

header {
    z-index: 999;
}

.site-logo {
    display: block;
    width: 158px;
    max-width: 100%;
    margin: 0 auto 6px;
    text-align: center;
}
.site-logo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.site-logo + nav {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
.site-logo + nav ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 6px auto 0;
}
.site-logo + nav ul li {
    display: inline-block;
    position: relative;
}
.site-logo + nav ul li a {
    padding: 5px 3px;
    color: #696d73;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}
.site-logo + nav ul li a:hover {
    color: #3F76A2;
}
.site-logo + nav ul li.current-menu-item a {
    color: #3F76A2;
}
.site-logo + nav ul li .sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 0;
    margin-top: 6px;
    padding: 6px 9px;
    background: #F4F8FB;
    transition: opacity 350ms ease;
}
.site-logo + nav ul li .sub-menu li {
    margin: 3px 0;
}
.site-logo + nav ul li .sub-menu li a {
    padding: 0 3px;
    text-transform: none;
}
.site-logo + nav ul li .sub-menu li a:hover {
    color: #0F4682;
}
.site-logo + nav ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
.site-logo + nav ul + ul li a {
    color: #a9adb3;
    font-size: 13px;
    padding: 5px 10px;
}

footer .wrap {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
}
footer .site-logo {
    display: block;
    width: 428px;
    height: 48px;
    max-width: 100%;
    margin: 0 auto;
}
footer .site-logo img {
    margin: 10px 0;
}

.featured-image {
    display: block;
    position: relative;
    width: 100%;
    height: 35vh;
    max-height: 35vh;
    margin: 0 0 45px 0;
    background: #3F76A2 no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.featured-image h1 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 0;
    font-family: "Julius Sans One", Helvetica, Arial, sans-serif;
    font-size: 42px;
    line-height: 0.75em;
    color: white;
    text-shadow: 0 0 10px #0F4682, 0 1px 2px rgba(0, 0, 0, 0.8);
    z-index: 10;
    text-align: center;
}
.featured-image h3 {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    color: white;
    padding: 0 20px;
    text-shadow: 0 0 10px black, 0 1px 2px rgba(0, 0, 0, 0.8);
    z-index: 10;
}
.featured-image img {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50%;
       object-position: 50%;
    /*
       	-webkit-filter: grayscale(100%);
    	  filter: grayscale(100%);
        mix-blend-mode: screen;
        opacity: 0.75;
    */
    z-index: 1;
}
.featured-image img.logo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    z-index: 10;
    filter: none;
    mix-blend-mode: none;
    opacity: 1;
}
.featured-image:before {
    display: block;
    position: relative;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, transparent 95%);
    z-index: 2;
}

article {
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
}
article p:first-of-type.has-text-align-right.has-small-font-size {
    position: relative;
    margin: -32px 0 32px;
}

.has-large-font-size {
    font-size: 28px;
    line-height: 1.4em;
}

.has-medium-font-size {
    font-size: 18px;
    line-height: 1.4em;
}

.has-small-font-size {
    font-size: 13px;
    line-height: 1.4em;
}

.wp-block-pullquote {
    position: relative;
    margin: 70px auto;
    padding: 0 !important;
    text-align: center;
}
.wp-block-pullquote blockquote {
    display: inline-block;
    padding: 15px 20px;
    margin: 0 auto;
    max-width: 680px;
    background: #F4F8FB !important;
    border-radius: 12px;
}
.wp-block-pullquote blockquote p {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 40px;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 500;
    color: #3F76A2;
    text-align: center;
    margin-bottom: 12px;
}
.wp-block-pullquote blockquote p:before, .wp-block-pullquote blockquote p:after {
    position: absolute;
    display: inline-block;
    top: 180px;
}
.wp-block-pullquote blockquote p:before {
    content: url(images/quote-left.png);
    left: 0;
}
.wp-block-pullquote blockquote p:after {
    content: url(images/quote-right.png);
    right: 0;
}
.wp-block-pullquote blockquote p img {
    display: block;
    overflow: hidden;
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto 20px;
    border-radius: 75px;
    filter: grayscale(100%);
}
.wp-block-pullquote blockquote p strong {
    display: block;
    color: #3F76A2;
    font-size: 24px;
    font-weight: 500;
}
.wp-block-pullquote blockquote p em {
    display: block;
    color: #a9adb3;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4em;
}
.wp-block-pullquote blockquote cite {
    display: block;
    width: calc(100% - 60px);
    font-size: 16px;
    font-style: normal;
    color: #a9adb3;
    text-align: right;
    margin-top: 10px;
}
.wp-block-pullquote blockquote cite:before {
    display: inline-block;
    content: "–";
    margin: 0 5px 0 0;
}

.support-quotes .wp-block-quote {
    padding: 20px 30px;
    margin: 0 0 30px 0;
    background: #F4F8FB !important;
    border-radius: 12px;
}
.support-quotes .wp-block-quote.has-more {
    transition: height 350ms ease;
}
.support-quotes .wp-block-quote.has-more .more {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 20px;
    transition: height 350ms ease;
}
.support-quotes .wp-block-quote.has-more .more:before, .support-quotes .wp-block-quote.has-more .more:after {
    display: block;
    position: absolute;
    content: "read more...";
    color: red;
    line-height: 15px;
    font-size: 13px;
    font-weight: bold;
    color: #3F76A2;
    top: 3px;
}
.support-quotes .wp-block-quote.has-more .more:after {
    display: none;
}
.support-quotes .wp-block-quote.has-more .more.is-displayed {
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
}
.support-quotes .wp-block-quote.has-more .more.is-displayed:before {
    display: none;
}
.support-quotes .wp-block-quote.has-more .more.is-displayed:after {
    display: block;
    content: "read less...";
    top: auto;
    bottom: 0;
}
.support-quotes .wp-block-quote.has-more .more:hover:before, .support-quotes .wp-block-quote.has-more .more:hover:after {
    color: #a9adb3;
    cursor: pointer;
}
.support-quotes .wp-block-quote img {
    display: block;
    overflow: hidden;
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto 20px;
    border-radius: 75px;
}
.support-quotes .wp-block-quote strong {
    display: block;
    color: #3F76A2;
    font-size: 24px;
    font-weight: 500;
}
.support-quotes .wp-block-quote em {
    display: block;
    color: #a9adb3;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
}
.support-quotes .wp-block-quote p {
    position: relative;
    text-align: center;
}
.support-quotes .wp-block-quote p:nth-child(4n) {
    padding: 0 10px 0 40px;
    text-align: left;
}
.support-quotes .wp-block-quote p:nth-child(4n):before {
    position: absolute;
    display: inline-block;
    content: url(images/quote-left.png);
    top: 0;
    left: 0;
}

aside {
    margin-top: 90px;
}
aside p.has-large-font-size a {
    font-weight: 500;
}
aside p.has-small-font-size {
    margin: 30px auto 0;
    color: #a9adb3;
}

.callout-nav {
    margin: 40px auto;
}
.callout-nav ul {
    list-style: none;
    padding: 0;
}
.callout-nav ul Li {
    list-style: none;
    padding: 5px;
}
.callout-nav ul Li a {
    display: block;
    padding: 12px 16px;
    color: white;
    background: #3F76A2;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.callout-nav ul Li a:hover {
    background: #242424;
}

.wp-block-cover {
    overflow: hidden;
    border-radius: 6px;
    margin: 20px 0;
}
.wp-block-cover .wp-block-cover__inner-container {
    padding: 0 30px;
}
.wp-block-cover .wp-block-cover__inner-container p {
    text-shadow: 0 0 10px black, 0 0 25px rgba(0, 0, 0, 0.4);
}
.wp-block-cover .wp-block-cover__inner-container .has-large-font-size {
    font-weight: 500;
}

.wp-block-image.exhibit {
    position: relative;
    padding: 20px;
    border: 1px solid #DAE4ED;
    border-radius: 6px;
    margin: 20px 0;
    background: #F4F8FB;
}
.wp-block-image.exhibit img {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
}
.wp-block-image.exhibit strong {
    display: block;
    margin: 10px 0;
    text-align: center;
    font-size: 24px;
    color: #3F76A2;
}
.wp-block-image.exhibit:before {
    position: absolute;
    top: 27px;
    left: -47px;
    content: "";
    width: 100px;
    border-bottom: 50px solid #3F76A2;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    transform: rotate(-45deg);
}
.wp-block-image.exhibit:after {
    display: block;
    content: "Exhibit";
    color: white;
    position: absolute;
    top: 27px;
    left: 3px;
    transform: rotate(-45deg);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.wp-block-media-text {
    margin: 20px 0;
    padding: 20px;
    background: #F4F8FB;
    border-radius: 12px;
}
.wp-block-media-text h2 {
    font-size: 28px;
    font-weight: bold;
    color: #242424;
    margin-bottom: 10px;
}
.wp-block-media-text a {
    white-space: normal;
    text-decoration: none;
    font-weight: bold;
}
.wp-block-media-text strong {
    color: #a9adb3;
    font-size: 13px;
}
.wp-block-media-text em {
    font-style: italic;
}
.wp-block-media-text h1 {
    margin: -0.5em 0 0.25em;
    line-height: 1.2em;
}
.wp-block-media-text .wp-block-media-text__media {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 20px;
    border-radius: 50%;
}

h2.donor-level {
    font-size: 36px;
    line-height: 1.4em;
    color: #242424;
    margin: 30px 0 10px;
    font-weight: bold;
}

/* Media Queries 
------------------------------------------------------------ */
/* Small + (480px) */
/* Medium + (768px) */
@media screen and (min-width: 768px) {
    header {
        padding: 20px 0;
    }
    header .wrap {
        text-align: left;
    }
    header nav {
        float: right;
        margin: 10px auto;
    }
    .site-logo {
        display: inline-block;
        margin: 0 15px 0 0;
    }
    .site-logo img {
        margin: 0 0 -6px 0;
    }
    .site-logo + nav {
        margin-top: 10px;
    }
    .site-logo + nav ul {
        display: inline-block;
    }
    .site-logo + nav ul + ul {
        margin-left: 10px;
    }
    .site-logo + nav ul + ul li a {
        padding: 5px;
    }
    .featured-image h1 {
        font-size: 48px;
    }
    .featured-image h3 {
        font-size: 16px;
    }
    .wp-block-pullquote blockquote {
        display: block;
        text-align: center;
    }
    .wp-block-pullquote blockquote p {
        font-size: 28px;
        margin: 0 auto;
        padding: 0 40px 0 220px;
    }
    .wp-block-pullquote blockquote p:before, .wp-block-pullquote blockquote p:after {
        top: 0;
    }
    .wp-block-pullquote blockquote p:before {
        left: 180px;
    }
    .wp-block-pullquote blockquote p img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(calc(-50% + 18px));
        margin: 0;
    }
    .support-quotes {
        -moz-column-count: 2;
             column-count: 2;
        -moz-column-gap: 30px;
             column-gap: 30px;
    }
    .support-quotes .wp-block-quote {
        display: grid;
        grid-template-rows: 1fr auto;
        -moz-column-break-inside: avoid;
             break-inside: avoid-column;
    }
    .callout-nav ul li {
        display: inline-block;
        width: calc(50% - 24px);
    }
    .wp-block-cover .wp-block-cover__inner-container {
        padding: 0 60px;
    }
}
/* Large + (1024px) */
@media screen and (min-width: 1024px) {
    footer .wrap {
        text-align: left;
    }
    footer .site-logo {
        display: inline-block;
    }
    footer .site-logo + nav {
        float: right;
    }
    .wp-block-pullquote {
        left: 0;
    }
    .wp-block-pullquote blockquote:before, .wp-block-pullquote blockquote:after {
        top: 0;
    }
    .callout-nav ul li {
        display: inline-block;
        width: calc(25% - 24px);
    }
}