: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;
}

/* label {
	display: block;
} */

/* input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}  */

/* input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

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;
}
/* 
footer {
	margin: 60px 0 0 0;
}

h1 {
	font-size: 54px;
	line-height: 1.3;
	margin: 30px 0 0 0;
}

h2 {
	font-size: 30px;
	margin: 40px 0 -20px 0;
}

h3 {
	font-size: 22px;
	margin: 40px 0 -10px 0;
}

p {
	margin: 30px 0 0 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

blockquote {
	margin: 30px 0 6px 0;
	font-size: 30px;
	color: #777;
}

small {
	font-size: 14px;
} */

/* CLASSES */

.col-full {
	width: 100%;
}



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

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

.textcard a {
    color: #fff;
    text-decoration: underline;
}

.textcard a:hover {
    text-decoration: none;
}

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

.center {
	margin: 0 auto;
}


.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 p + p {
	margin-top: 30px;
} */

[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; 
}

.mobileonly {
    display: none;  
}

@media (min-width: 540px) {
    .col-wide {
	width: 100%;
	max-width: 980px;
	margin: 0 24px;
}
}

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

@media (max-width: 600px) {
    .col-narrow {
        max-width: none;
        margin: 0;
    }
    .mobileonly {
        display: initial;
    }
}

@media (min-width: 992px) {

	.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}
div.svelte-4g6o8g{animation-play-state:paused !important}div.textcard.svelte-4g6o8g{animation-delay:calc(var(--offset) * -1s);animation-iteration-count:1;animation-fill-mode:both}.textcard.svelte-4g6o8g{padding:1.125rem;position:relative}.textcard p{color:#fff;line-height:normal}.textcard .svgheading svg {max-height:40px;margin-bottom:14px}.textcard svg#introcard {max-height:unset;margin:0}.textcard.intro.svelte-4g6o8g{margin-top:200px}@media screen and (max-width: 600px){.textcard.intro.svelte-4g6o8g{margin-top:0}}
section.svelte-1nqh3l9{display:flex}@media(min-width: 600px){section.svelte-1nqh3l9:has(.right){justify-content:end}}.half.svelte-1nqh3l9{position:relative;left:25px;max-height:22px;width:50%;display:inline-block;color:#727171;cursor:pointer;font-size:.9rem}.half.svelte-1nqh3l9::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-1nqh3l9::after{transform:rotate(270deg)}.info.svelte-1nqh3l9{font-size:clamp(10px, 3.17vw, 0.8em)
    }.sr-only.svelte-1nqh3l9{position:absolute;left:-10000px;top:auto;overflow:hidden}
div.image.svelte-1rnhybw{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.bg.svelte-1rnhybw{position:absolute;top:0;width:100%;background-size:cover}div.filter.svelte-1rnhybw{backdrop-filter:blur(33px);-webkit-backdrop-filter:blur(33px);background-color:rgba(0,0,0,0.6)}div.contain.svelte-1rnhybw{background-size:contain}div.cover.svelte-1rnhybw{background-size:cover}div.overlay.svelte-1rnhybw{width:100%;height:calc(100vh - 100px);background-color:#f7f7ed}.imagepreload.svelte-1rnhybw{min-height:1px;background-size:contain;right:-1px;width:1px;position:absolute;top:-1px}div.zoomed.svelte-1rnhybw{background-position-x:var(--xposition, 50%);background-position-y:var(--yposition, 50%);background-size:var(--zoomAmount, 100%)
        }@media(max-width: 600px){div.cover.svelte-1rnhybw{background-size:150%}div.image.svelte-1rnhybw{height:calc(100dvh - 245px)}}
div.image.svelte-13t2898{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-13t2898{transition:all linear 50ms;background-size:contain !important}div.bg.svelte-13t2898{position:absolute;top:0;width:100%;background-size:cover}div.contain.svelte-13t2898{background-size:contain}div.cover.svelte-13t2898{background-size:cover}.imagepreload.svelte-13t2898{min-height:1px;background-size:contain;right:-1px;width:1px;position:absolute;top:-1px}div.zoomed.svelte-13t2898{background-position-x:var(--xposition, 50%);background-position-y:var(--yposition, 50%);background-size:var(--zoomAmount, 100%)
        }div.image.svelte-13t2898{display:flex}@media(max-width: 600px){div.cover.svelte-13t2898{background-size:190%}video.svelte-13t2898{object-fit:cover;height:80%
            }div.image.svelte-13t2898{justify-content:space-evenly;flex-direction:column}}
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)}
img.svelte-x2pgw.svelte-x2pgw,.svg.svelte-x2pgw.svelte-x2pgw{width:100%}.clampHeight.svelte-x2pgw.svelte-x2pgw{width:unset;height:calc(100vh - 150px)
    }.svg.svelte-x2pgw.svelte-x2pgw{padding-right:10px}div.image-container.svelte-x2pgw.svelte-x2pgw{position:relative;max-width:990px;margin:0 auto;display:flex;align-items:center;height:100%}.right.svelte-x2pgw.svelte-x2pgw{right:0}.center.svelte-x2pgw.svelte-x2pgw{left:calc((990px - var(--width)) / 2)}.image-container.svelte-x2pgw div.svelte-x2pgw{width:var(--width, 42%)}@media screen and (max-width: 600px){div.static.svelte-x2pgw.svelte-x2pgw{display:none}}
#logodiv.svelte-g1vxjn{margin:0 45px}@media screen and (min-width: 600px){#logodiv.svelte-g1vxjn{position:relative;top:max(87px, calc(100vh - 690px));max-width:496px;height:min(590px, calc(100vh - 187px))}}@media screen and (max-width: 600px){#logodiv.svelte-g1vxjn{display:inline-block;width:100%;align-self:center}}
svelte-scroller-foreground{pointer-events:none !important}svelte-scroller-foreground section div{pointer-events:all !important}.framenumber.svelte-lc1371{color:white;position:absolute;top:0}@media(max-width: 600px){.desktop-only.svelte-lc1371{display:none}}

/*# sourceMappingURL=rendercss.map*/