@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);
:global(.visually-hidden){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}
svelte-scroller-outer.svelte-3stote{display:block;position:relative;max-width:100%}svelte-scroller-background.svelte-3stote{display:block;position:relative;width:100%}svelte-scroller-foreground.svelte-3stote{display:block;position:relative;z-index:2}svelte-scroller-foreground.svelte-3stote::after{content:' ';display:block;clear:both}svelte-scroller-background-container.svelte-3stote{display:block;position:absolute;width:100%;max-width:100%;pointer-events:none;will-change:transform}
/* GLOBALS */

html, body {
	position: relative;
	width: 100%;
	overscroll-behavior: initial; /* overriding site styles */
	/* height: 100%; */
}

.hidden {
	display: none;
}

 .map a:hover {
	color: #323132;
}

#tooltip {
	font-family: "Lato", sans-serif;
	/* line-height: 18px; */
	font-size: 13.333px;
}
#tooltip .header {
	text-transform: uppercase;
	font-size: .75em;
    fill: #767676;
	color: #767676;
    font-weight: 700;
    letter-spacing: .5px;
	vertical-align: bottom;
}


button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
} */

/* header, section, nav, footer, figure, caption { */
figure {

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
}

/* CLASSES */

.col-full {
	width: 100%;
}

.col-wide {
	width: 100%;
	max-width: 980px;
	margin: 0 24px;
}

.col-medium {
	width: 100%;
	max-width: 460px;
	/* margin: 0 38px; */
}

.col-narrow {
	width: 100%;
	max-width: 540px;
	margin: 0 24px;
}

.stat {
	font-size: 1.25em;
	/* color: #e65d6f; */
	color: #CF2038
}

a.link.stat {
    font-size: 1em;
}

.height-full {
	/* min-height: calc(100vh - 160px);
	min-height: calc(100vh - 160px); */
	height: calc(100vh - 160px);
}

.center {
	margin: 0 auto;
}

.right {
	margin-left: 50%;
}

.middle {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.caption {
	margin-top: 8px;
	text-align: left;
	font-size: 14px;
	color: #777;
}

.inset-medium {
	max-width: 680px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.inset-narrow {
	max-width: 480px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.text-big {
	font-size: 30px;
	margin: 20px 0;
}

.text-small {
	font-size: 14px;
}

.text-indent {
	margin-left: 30px;
}

.text-shadow {
	text-shadow: 0 0 8px #000;
}

.text-bold {
	font-weight: bold;
}

.text-muted {
	color: #777;
}

.mt {
	margin-top: 72px;
}

.mb {
	margin-bottom: 40px;
}

.em {
	padding: 1px 4px 1px 4px;
/*	border-radius: 5px; */
	font-weight: bold;
	white-space: nowrap;
}

.em-muted {
	background-color: #777;
	color: #fff;
}

/* SCROLL-SPECIFIC ELEMENTS */

svelte-scroller-background-container {
	pointer-events: all !important;
}

[slot="foreground"] section {
	padding: 100vh 0 100vh 0;
	max-width: 990px;
    margin: 0 auto;
}

[slot="foreground"] section.header-section {
	/* padding: 100vh 0 100vh 0; */
	max-width: none;
    margin: 0 auto;
	color: var(--text);
}
[slot="foreground"] section.header-section div {
box-shadow: none;
}
.header-section div {
	background-color: var(--background);
}

[slot="foreground"] section + section {
	padding: 0 0 100vh 0;
}

[slot="foreground"] section>div {

	padding: 1.125rem;
	position: relative;
	/* box-shadow: 1px 2px 5px black; */
	/* box-shadow: 1px 3px 5px -1px #757575; */
	/* box-shadow: 3px 15px 6px -6px rgba(55,55,55,.3); */
}

[slot="foreground"] section div::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #f0f0f0; */
  opacity: 0.92;
  z-index: -1;
}

[slot="foreground"] section div p {
	margin: 0;
	/* line-height:normal; */
}

[slot="foreground"] section div blockquote p {
	margin: 1rem;
	font-size: 1.3rem;
}


[slot="foreground"] section div h2 {
	text-align: center;
	margin: 0 auto;
    max-width: 990px;
}

[slot="foreground"] section div blockquote {
	text-align: justify;
    max-width: 590px;
	margin: 0 auto;
}

[slot="foreground"] section div h3 {
	margin: 0 auto;
}

.tippy-box {
	background-color: #222222 !important; 
}

@media (max-width: 540px) {
	.height-full {
	/* min-height: calc(100vh - 145px); */
	/* height: calc(100vh - 245px); */
		height: calc(75vh - 145px);
	}
	.right {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.splitscreen svelte-scroller-background {
		width: calc(100% - 480px) !important;
		min-width: 65%;
		margin: 0 0 0 auto;
	}
	.splitscreen [slot="foreground"] section div::before {
		opacity: 0;
	}
	.splitscreen [slot="foreground"] section {
		width: 480px;
		max-width: 35%;
		margin: 0 auto 0 0;
		/* background-color: #fff; */
	}
	.splitscreen [slot="foreground"] section div{
		background-color: #fff;
	}
	.splitscreen [slot="foreground"] .col-medium {
		width: 90%;
		margin: 0 auto;
		padding: 12px 30px;
		/* text-align: center; */
		/* padding: 0;
		margin-left: calc(50vw - 585px); */
	}
	.quotesource {
		text-align: right;
	}
}
.sr-only.svelte-1aaodac{position:absolute;left:-10000px;top:auto;overflow:hidden}
hr.svelte-w67ln1{width:75px;height:20px;border:none;border-top:2px solid;margin:0 auto}hr.top.svelte-w67ln1{border-top:none}
.half.svelte-12u3xqd.svelte-12u3xqd{position:relative;left:25px;max-height:22px;width:50%;display:inline-block;color:#727171;cursor:pointer;font-size:.9rem}.half.svelte-12u3xqd.svelte-12u3xqd::after{content:'';display:block;position:relative;top:-20px;left:-24px;background:url(data:image/svg+xml,%3Csvg%20width%3D%2211px%22%20height%3D%2219px%22%20viewBox%3D%220%200%2011%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%222px%22%20stroke%3D%22%23727171%22%3E%3Cpath%20d%3D%22M9.5%2018.5L1%209.7%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M9.5.9L1%209.7%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center / 8px;width:20px;height:20px;transform-origin:center center;transform:rotate(90deg);transition:transform 150ms linear, background-color 150ms linear}.half.collapsed.svelte-12u3xqd.svelte-12u3xqd::after{transform:rotate(270deg)}.info.svelte-12u3xqd.svelte-12u3xqd{font-size:clamp(10px, 3.17vw, 0.8em)
    }.sr-only.svelte-12u3xqd.svelte-12u3xqd{position:absolute;left:-10000px;top:auto;overflow:hidden}section.svelte-12u3xqd div.svelte-12u3xqd{border:47px solid}
div.image.svelte-14zijm5{background-repeat:no-repeat;margin:0 auto;width:100%;max-width:1220px;background-position:center;height:calc(100vh - 160px);transition:all ease-in-out 1s}div.image.reducedMotion.svelte-14zijm5{transition:all linear 50ms;background-size:contain !important}div.bg.svelte-14zijm5{position:absolute;top:0;width:100%;background-size:cover}div.filter.svelte-14zijm5{backdrop-filter:blur(33px);-webkit-backdrop-filter:blur(33px);background-color:rgba(0,0,0,0.6)}div.contain.svelte-14zijm5{background-size:contain}div.cover.svelte-14zijm5{background-size:cover}div.overlay.svelte-14zijm5{width:100%;height:calc(100vh - 100px);background-color:#f7f7ed}.imagepreload.svelte-14zijm5{min-height:1px;background-size:contain;right:0px;width:1px;position:absolute;z-index:-1;top:100vh}div.zoomed.svelte-14zijm5{background-position-x:var(--xposition, 50%);background-position-y:var(--yposition, 50%);background-size:var(--zoomAmount, 100%)
        }@media(max-width: 600px){div.cover.svelte-14zijm5{background-size:190%}div.image.svelte-14zijm5{height:calc(.8 *(75vh - 145px))}}
div.svelte-13cx2r{position:absolute;bottom:0;background-color:rgba(15,15,15,0.8);width:100%;padding:10px}p.svelte-13cx2r{margin:0 auto;line-height:normal;max-width:1170px;padding:0 9px;color:rgb(240,240,240)}
svelte-scroller-foreground{pointer-events:none !important}svelte-scroller-foreground section div{pointer-events:all !important}.framenumber.svelte-1f6ri87{color:white;position:absolute;top:0}

/*# sourceMappingURL=rendercss.map*/