.l-header{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1}.l-header img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.header-wrap{position:relative;z-index:2;background:#000000a2;width:90%;max-width:800px;padding-bottom:30px}.l-header h1{position:relative;z-index:2;color:#fff;text-align:left;font-size:3rem;font-weight:900;padding:2rem 2rem 2rem 5rem;transform:translate(-3rem);max-width:700px;margin-left:50px;transition:opacity .1s ease-out;margin-top:20vh;margin-bottom:0;color:#fff!important}@media only screen and (max-width:800px){.l-header h1{font-size:2rem!important}}.l-header h3{position:relative;z-index:2;color:#fff;text-align:left;font-size:1.4rem;font-weight:400;padding-left:5rem;transform:translate(-3rem);max-width:700px;margin-left:50px;margin-top:0rem;margin-bottom:1rem;line-height:1.5;box-shadow:0 -10px 30px #0000001a;font-size:1.2rem;padding-bottom:30px}@media only screen and (max-width:800px){.l-header h3{padding-left:1.8rem}}.l-header .byline{position:relative;z-index:2;color:#d8d8d8;text-align:left;font-size:1.2rem;padding-left:5rem;transform:translate(-3rem);margin-left:50px;border-top:solid 1px #8c8c8c;padding-top:30px}@media only screen and (max-width:800px){.l-header .byline{padding-left:1.8rem}}.post-wrap{position:relative;z-index:10;width:100%;margin-left:auto;margin-right:auto;margin-top:100vh;background:#fff;padding:3rem 2rem;color:#000}.post-wrap-inner{width:90%;max-width:800px;margin-left:auto;margin-right:auto}.post-wrap h2{position:relative;padding-left:1.5rem}.post-wrap h2:before{content:"";position:absolute;left:0;top:50%;transform:translate(-10px,-100%);width:.8em;height:.8em;background-color:var(--outlier-secondary-red);margin-right:20px}.post-wrap img.small{display:block;margin-left:auto;margin-right:auto;max-width:100%}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-content{position:relative;max-width:95%;max-height:95vh;display:flex;align-items:center;justify-content:center}.modal-content img{max-width:100%;max-height:95vh;object-fit:contain;animation:zoomIn .3s ease-out}.modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:40px;cursor:pointer;padding:10px;line-height:1;z-index:1001}.modal-close:hover{color:#ccc}.gallery-overlay{overflow:hidden}.gallery-content{position:relative;width:95%;max-width:1600px;padding:2rem;margin:auto;display:flex;flex-direction:column;height:80vh;justify-content:center}.gallery-carousel{display:flex;align-items:center;gap:2rem;width:100%}.gallery-grid-carousel{display:grid;grid-template-columns:1fr;gap:3rem;flex:1;padding:2rem;max-width:900px}.gallery-item{cursor:pointer;border:3px solid transparent;border-radius:8px;overflow:hidden;transition:all .3s ease;padding:1.5rem}.gallery-item img{height:auto;max-height:90vh;display:block;aspect-ratio:1/1;margin-left:auto;margin-right:auto}.carousel-nav{background:var(--outlier-secondary-red);border:none;color:#fff;font-size:2rem;width:60px;height:60px;min-width:60px;min-height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;padding:0}.carousel-nav:disabled{opacity:.3;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:768px){.l-header h1{font-size:2.5rem;padding:1.5rem 1.5rem 1.5rem 2rem;transform:translate(0);margin-left:0}.post-wrap{padding:2rem 1rem}}.logo-color{color:var(--outlier-secondary-red);font-weight:900;text-transform:uppercase}img.small{width:400px;margin-left:auto;margin-right:auto}.image-wrap{width:100%;background:#f5f5f3}h2{margin-top:100px;border-bottom:solid 1px lightgray;padding-bottom:20px}.credit{font-weight:700}@media only screen and (max-width:800px){h2{margin-top:50px!important}}@media only screen and (min-width:800px){h2{margin-top:70px!important}}.email-promo.svelte-gjrmqf{width:100%;margin:50px auto;border:solid 2px #000;font-size:1.5rem;font-weight:700;-webkit-box-shadow:10px 10px 0px -1px rgba(0,0,0,1);-moz-box-shadow:10px 10px 0px -1px rgba(0,0,0,1);box-shadow:10px 10px 0 -1px #000}@media only screen and (max-width:600px){.email-promo.svelte-gjrmqf{width:90%;margin-bottom:70px}}.email-title.svelte-gjrmqf{font-size:1.8rem;font-weight:900;margin-top:5px;line-height:1.1}.email-promo-inner.svelte-gjrmqf{font-size:1.2rem}.email-promo-wrap.svelte-gjrmqf{padding:20px 20px 10px;background:#f4f4f4}.email-underline.svelte-gjrmqf{font-weight:400;font-size:1.1rem}@media only screen and (max-width:800px){.email-promo-wrap.svelte-gjrmqf{text-align:center}}.inline-newsletter-prompt.svelte-1t8c6qo{background:#f8f9fa;border-left:4px solid var(--outlier-secondary-red);padding:20px 25px;margin:40px 0;display:flex;justify-content:space-between;align-items:center;gap:20px}.newsletter-prompt-text.svelte-1t8c6qo{flex:1;font-size:1rem;line-height:1.5}.newsletter-prompt-button.svelte-1t8c6qo{background:var(--outlier-secondary-red);color:#fff;padding:12px 24px;text-decoration:none;font-weight:600;white-space:nowrap;border-radius:4px;transition:background .3s}.newsletter-prompt-button.svelte-1t8c6qo:hover{background:#c41e3a}.chart-gallery-prompt.svelte-1k9glk{background:var(--outlier-secondary-red);padding:10px;width:300px;text-align:center;border:none;margin:50px auto;color:#fff}@media only screen and (max-width:600px){.chart-gallery-prompt.svelte-1k9glk{display:none}}.photo-credit.svelte-1k9glk{z-index:100;position:absolute;top:10px;right:10px;color:#fff;font-size:.8rem;background:#000000b8;padding:5px}
