@keyframes fadeIn {
  from { opacity:0;transform:translateY(50px) }
  to   { opacity:1;transform:translateY(0) }
}
html { background:#fff;font-family:Poppins;color:#000}
.pv-container { position:relative}
.pv-container>p { text-shadow:1px 1px 1px #000;position:absolute;top:10px;color:#fff;width:95%;margin-left:10px;font-size:1em }
.logo { width:80vw;text-align:center }
.fadeinup { animation:fadeIn .3s ease-out forwards;animation-delay:.1s }
.headershiv {display:none}
div.pv-block, div.heading { padding:10px;text-align:center;background-position:center -20px;color:#fff }
.header>div>div>h1, section h1, section h2, section h3, section h4 { text-transform:uppercase;font-family:'EB Garamond', Garamond, Georgia, serif}
.header>div>div>h1 { text-transform:capitalize; color:#fff;font-style:italic;font-size:1.4em;letter-spacing:.05em}
section { padding:10px }
.sunrise { background-position:center -840px}
.impact { background-position:center -50px}
.brush { background-position:center -150px }
.about { background-position:center -20px}
@keyframes wipeTopRight{0%{opacity:0;-webkit-clip-path:polygon(0 0,0 100%,.001% 100%,.001% 0);clip-path:polygon(0 0,0 100%,.001% 100%,.001% 0)}70%{opacity:1;-webkit-clip-path:polygon(0 0,0 100%,85% 100%,98% 0);clip-path:polygon(0 0,0 100%,85% 100%,98% 0)}100%{opacity:1;-webkit-clip-path:polygon(0 0,0 100%,100% 100%,100% 0);clip-path:polygon(0 0,0 100%,100% 100%,100% 0)}}
.wipe{display:block;width:100%;max-width:100%;opacity:0;-webkit-clip-path:polygon(0 0,0 100%,.001% 100%,.001% 0);clip-path:polygon(0 0,0 100%,.001% 100%,.001% 0);will-change:clip-path,opacity}
.wipe.reveal{animation:wipeTopRight .9s ease-out forwards}

footer, .dark { background:rgb(74, 125, 178);color:#fff }
.light { background:#fff }
.light h1, .light h2, .light h3, .light h4 { color:rgb(205, 172, 127)}
.events figure, .blog figure { width:100%;margin-bottom:15px}
.events figure img, .blog figure img { width:100% }
.events figure em, .blog figure em { font-style:normal;font-size:1.1em;line-height:1.3;margin-bottom:1em}
div.cta { margin-top:10px}
div.cta h1 { font-size:1.3em}
div.cta a, .flexdocs a, a.particle, .particlebutton { margin:20px 0;text-decoration:none;display:block;font-weight:bold;cursor:pointer;text-align:center;border:2px solid #fff;width:100%;padding:10px 0;color:#fff;background-size: 100% 200%!important;background-position: 0 0; transition:background-position .2s ease-in, color .1s ease;background-image:linear-gradient(to bottom, rgb(74, 125, 178) 0%, rgb(74, 125, 178) 50%, rgb(255,255,255) 50%, rgb(255,255,255)100%);-webkit-tap-highlight-color: transparent;overflow:hidden}
a.particle { margin:10px 0;border:2px solid rgb(74, 125, 178);padding:20px 0;color:rgb(74, 125, 178);background-image:linear-gradient(to bottom, rgb(255,255,255) 0%, rgb(255,255,255) 50%, rgb(74, 125, 178) 50%, rgb(74, 125, 178) 100%) }
a.particle:focus, a.particle:hover { background-position: 0 100%;color:#fff!important;text-decoration:none!important }
div.cta a:hover, div.cta a:focus, .flexdocs a:hover, .flexdocs a:focus { background-position: 0 100%;color:rgb(74, 125, 178)!important;text-decoration:none!important }
.big { font-size:5em;margin:0}
.half h2 { text-transform:capitalize;font-style:italic}
.half img { width:100%;margin-top:20px }    
footer { text-align:center}
footer h1, footer h2 { color:#000!important }
footer input { padding:20px 0 20px 5px;width:calc(100% - 20px);margin-bottom:10px}
footer input[type=submit] { background:transparent;color:#fff;border:1px solid #fff}
footer input[type=submit]:hover { background:#fff;color:navy}
footer a:link, footer a:visited, .dark a:link, .dark a:visited { text-decoration:none;color:#fff}
footer a:hover, footer a:active, .dark a:hover, .dark a:active { text-decoration:underline;color:#fff }
footer svg { height:80px;margin:0 10px}
nav { display:none;position:absolute;top:0;right:0;padding-top:50px;text-transform:uppercase;letter-spacing:.1em;width:100vw;height:150vh;background:rgba(255,255,255,.9);text-align:center;font-size:1.3em } 
nav a:link, nav a:visited { color:rgb(74, 125, 178);text-decoration:none;font-weight:bold }
nav a:hover, nav a:active { text-decoration:none }
.navfolder {position:relative;display:inline-block;white-space:nowrap;z-index:2;width:100vw;margin:20px auto }
nav a{position:relative;text-decoration:none}
nav a:not([aria-label="folder dropdown"])::after{ content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:rgb(74, 125, 178);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
nav div.social a::after { display:none}

nav a:hover::after{transform:scaleX(1)}
nav a::after{transform-origin:left}

.navfoldercontent { display:none;font-size:.8em }
.navfoldercontent a { display:block;text-align:center }
nav div.navfolder:hover div.navfoldercontent { display:block }
nav svg { height:9px}
#shell { position:absolute;top:10px;right:15px;width:25px;z-index:10;transition:transform .5s ease-out;transform:scale(1, -1)}
.navopen #shell { transform:scale(1, 1)}
.navopen+section, .navopen+div { visibility:hidden;background:#fff}
.navopen nav { display:block;overflow:visible }
.social { display:inline-block;width:40%}
.social svg { height:45px}
section h1 {color:rgb(205, 172, 127) }
.header>div.heading>div>h1 { text-transform:uppercase;font-size:2.5em;margin-bottom:0;font-style:normal;color:rgb(205, 172, 127)}
.heading h2, SSsection h2 { font-family:EB Garamond;font-size:2em;font-style:italic;color:rgb(74, 125, 178);margin-top:0px;text-transform:none}
.gallery { background:rgb(205, 172, 127)}
.gallery a img { max-width:100%}
 marquee { width:100%;font-size:3em;font-weight:bold;margin-bottom:1.2em;}
blockquote { width:90%;font-weight:bold;font-size:2em;letter-spacing:.02em;font-style:italic;line-height:1 } 
blockquote a:link, blockquote a:visited { font-size:.6em;font-style:normal;font-weight:normal;text-decoration:none;color:#fff}
blockquote a:hover, blockquote a:active { text-decoration:underline;color:#fff}
cite { margin-top:1em;display:block;font-size:.8em;font-style:normal}
.moveup { text-align:center;padding:0 10% }
.sonde input[type=text], .sonde input[type=email] { border:0;border-bottom:1px solid #ccc;font-weight:bold;color:rgb(74, 125, 178)}
.sonde input:focus {outline: none;box-shadow: none; border-color: transparent;}
.thumblink img { width:100% }
.thumblink figcaption { font-size:.9em}
@media only screen and (min-width:800px) {
    .pv-container>p { position:absolute;top:20px;color:#fff;width:65%;margin-left:40px;font-size:1.2em }
    #shell { display:none }
    .logo { width:144px; }
    .header>div.pv-block, .header>div.heading { padding:25px 47px;text-align:left;background-position:center -100px }
    .headershiv {display:block;position:absolute;top:0;left:0;width:100%;height:30%;background-image: linear-gradient(to bottom, rgba(255,255,255,.8) 0%, rgba(255,255,255,0) 80%)}
    .header>div>div>h1 { font-size:4.5em;}
    section { padding:40px;position:relative }
    section header { width:60%;position:absolute;top:5em;right:40px;font-size:1em}
    section>h1 { font-size:2.5em}
    .heading h2, SSsection h2 { margin-top:-15px}
    div.cta { margin-top:100px;margin-right:20px;display:inline-block;width:32%}
    div.cta:last-child { margin-right:0}
    .events figure, .blog figure { vertical-align:top; display:inline-block;width:31%;margin-right:20px}
    .dark div.cta a, .flexdocs a { border:1px solid #fff}
    div.cta img { width:100%;max-height:200px }
    .dark div.cta>div { border:2px solid #fff;padding:30px }
    article.half:first-of-type{ float:right}
    article.half { width:46%;display:inline-block;vertical-align:top;min-height:400px }
    article.half img { width:100%;max-height:400px}
    .light article { border:2px solid rgb(205, 172, 127);padding:20px }
    .events figure img, .blog figure img { width:100% }
    .blog figure img { max-height:200px;object-fit:cover }
    .sunrise { background-position:center -450px}
    .impact { background-position:center -250px}
    .brush { background-position:center -850px }
    .about { background-position:center -550px}
    div.pv-block, div.heading { padding:30px 30% 30px 60px;font-size:1.1em;text-align:left;color:#fff }
    footer { text-align:left}
    footer h1 { font-size:1em}
    footer section { vertical-align:top; width:24%;display:inline-block}
    footer section:nth-child(3) { width:35%}
    footer .logo { width:300px}
    footer svg { width:auto;height:50px }
    footer input { padding:20px 30px;width:auto}
    nav { display:block;background:none;height:120px;top:45px;right:40px;font-size:.8em;width:100%;text-align:right;padding-top:0; }
    .navfolder { height:100%;margin-left:15px;width:auto }
    .navfoldercontent { display:none;position:absolute;top:0;padding-top:25px;right:0;z-index:-1 }
    .navfoldercontent a { background:#fff;display:inline;text-align:right;font-size:1em;line-height:2}
    .social svg { height:15px}
    .header>div.heading>div>h1 { font-size:3em}
    .heading h2 { font-size:2.9em}
    .twocol { column-count:2;column-gap:1em}
    .threecol { column-count:3;column-gap:1em;vertical-align:top}
    .threecol * { margin-top:0}
    .flexdocs { display:flex;gap:10px;align-items:center}
    .flexdocs a { display:inline-flex;align-items: center;justify-content: center}
    .gallery { display:flex;gap:20px;align-items: center;justify-content:center }
    .gallery a { display:inline-flex;align-items: center;box-sizing:border-box;white-space:nowrap;justify-content: center}
    .gallery a img { display: block;max-height:450px;width: auto;height: auto;object-fit: contain }
    blockquote { width:60%;font-size:2.2em}
    .moveup { transform:translateY(-200%);padding:0 20%}
    a.particle { width:fit-content;display:inline-block;padding:20px }
    .thumblink { display:inline-block;margin-right:25px;width:unset}
    .thumblink img {max-height:180px; }
}
@media (prefers-reduced-motion: reduce){
  div.cta a { transition:none;background-position:0 -100%;color:rgb(74,125,178)}
}