body {
    margin:0;
    padding:0;
    font-family: sans-serif;
	font-size: 18px;
	line-height: 32px;
}
        
        html {
	scroll-behavior: smooth;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
		h3 {
            margin:20px;
            padding:10px 0;
            font-family: sans-serif;
			font-size: 26px;
			font-weight: bold;
			line-height: 40px;
		}
        a, a:hover, a:visited {
            color: #0071bc;
        }
        #map {
            top:0;
            height: 100vh;
            width:100vw;
            position: fixed;
        }
        #mapInset {
            bottom:50px;
            right:30px;
            height: 180px;
            width:250px;
            max-width:100%;
            position: fixed;
            z-index: 1;
            opacity: 1;
            transition: opacity 0.5s ease-in-out;
            pointer-events: none;
        }
        #header {
            margin: auto;
            width: 100%;
            position: relative;
            z-index: 5;
        }
        #header h1, #header h2, #header p {
            margin: 0;
            padding: 2vh 2vw;
            text-align: center;
        }
        #footer {
            width: 100%;
            min-height: 5vh;
            padding-top: 2vh;
            padding-bottom: 2vh;
            text-align: center;
            line-height: 25px;
            font-size: 13px;
            position: relative;
            z-index: 5;
        }
        #features {
            padding-top: 40vh;
            padding-bottom: 5vh;
        }
        .hidden {
            visibility: hidden;
        }
        .centered {
            width: 50vw;
            margin: 0 auto;
        }
        .lefty {
            width: 33vw;
            margin-left: 5vw;
        }
        .righty {
            width: 33vw;
            margin-left: 62vw;
        }
        
        .righty-wide {
            width: 40vw;
            margin-left: 50vw;
        }
        .fully {
            width: 100%;
			left: 0;
			position: relative;
            margin: 0;
			padding: 0;
        }
		.fully .light {
            margin: 0;
			padding: 0;
            width: 100%;
		}
        .light {
            color: #444;
            background-color: #fafafa;
            line-height:1.4;
        }
        
        .dark {
            color: #fafafa;
            background-color: #444;
        }
        .step {
            padding-bottom: 50vh;
            /* margin-bottom: 10vh; */
            opacity: 0.25;
        }
        .step.active {
            opacity: .99;
        }

        .step div {
            padding:  20px 20px;
            border-radius: 20px;
        }
#container-mckinley-park-demographics-v1 .highcharts-container,
#container-mckinley-park-demographics-v1,
#container-mckinley-park-demographics-v2 .highcharts-container,
#container-mckinley-park-demographics-v2,
#container-mckinley-park-demographics-v3 .highcharts-container,
#container-mckinley-park-demographics-v3 {
            padding:  0px;
            height:480px;
            }
        .step img {
            width: 100%;
        }
        
        .light ul{
         margin-left:0px;
         padding-left:20px;
        }
        
        .light{
         box-shadow: 3px 2px 10px rgba(0, 0, 0, .5);
        }
        .wrapper-header {
    padding: 6px 5px;
    margin-bottom: 5px;
    background: -moz-linear-gradient(top left, #FFF, #FAFAFA);
    background: linear-gradient(to bottom right, #FFF, #FAFAFA);
    box-shadow: 0px 0px 3px rgba(0,0,0,.2);
    z-index: 99;
position: fixed;
top:0px;
width: 100%;
}

.container-photo-credit{
	position: absolute;
  bottom: 0px;
  right: 10px;
  padding: 2px 10px;
}
.container-photo-credit-contrast{
background-color: #0000006b;
}
.container-photo-credit p{
font-size: .7em;
  line-height: 1.4;
  color: #fff;
  margin: 0px;
}

.wrapper-header h1 {
    float: left;
    border-right: 1px solid #d9d9d9;
    color: #333;
    font-size: 26px;
    line-height: 22px;
    margin: 6px 0px 6px 0px;
    padding: 12px 20px 0px 10px;
}

.wrapper-header  h1 .subhead {
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.wrapper-header p.header-tag {
  margin-top: 30px;
  font-size: .85em;
  line-height: 1.4;
  font-style: italic;
  margin-left: 10px;
  padding-left: 10px;
  float: left;
  color: #333;
}

.container-header img {
  max-width: 75px;
  height: auto;
  float: right;
  margin:10px 20px 10px 10px;
}

.spacer-70 {
			height: 70px;
		}
		
.container-hero{
  background-color:#007193;
	background: url(assets/images/IMG_9436.jpeg) 50% 0 no-repeat scroll;
  background-size: auto;
  background-size: cover;
  position:relative;
  text-align:left;
  border-radius: 20px;
}

.container-hero #splash-header{

}

.container-hero .container-hero-callout{
display: inline-block;
background-color: #00000087;
padding: 10px 20px;
text-align: left;
margin-left: 10%;
margin-right: 10%;
position: absolute;
top: 20%;
right: 0px;
max-width:820px;
}

.container-hero .container-hero-callout h1,
h1.callout{
font-size: 2.4em;
line-height: 2.4;
color: #fff;
display: inline-block;
text-align: left;
margin: 4px 0px 0px 0px;
}

.container-hero .container-hero-callout p{
color:#fff;
font-size:1.1em;
line-height:1.5;
}

h2.callout{
border-left:0px;
font-size:1.4em;
}

.callout{
/*border-left: 6px solid #007193;*/
}
.callout p{
text-align:left;
font-size:1.2em;
line-height:1.4;
}

p.lead{
font-size:1.4em;
}
.callout p a,
#fullmap .light p a,
.centered .light p a{
color: #000;
text-decoration: none;
border-bottom: 2px solid #000;
}

.callout p a:hover,
#fullmap .light p a:hover,
.centered .light p a:hover{
color:#D56B2A;
border-bottom: 2px solid #D56B2A;
}

.callout p.footnote{
font-size:1em;
line-height:1.4;
padding-top:10px;
margin-top:10px;
border-top:1px solid #eee;
} 

.pre-map-dark .callout p a{
color: #fff;
text-decoration: none;
border-bottom: 2px solid #fff;
}

.pre-map-dark .callout p a:hover{
color: #fff;
border-bottom: 2px solid #fff;
}

.pre-map .callout p a:hover{
color: #D56B2A;
border-bottom: 2px solid #D56B2A;
}


.light h2,
.light h3{
margin:0px;
font-size: 1.2em;
line-height:1.4;
}

.light p a{
color:#000;
}
.light p a:hover{
color:#D56B2A;
}


.container-scroll-down{
text-align: center;
  position: absolute;
  bottom: 10px;
  right: 0px;
  padding: 0px;
  left: 0px;
}

.container-scroll-down p{
font-size: 15px;
color: #fff;
margin: 5px 0px 0px 0px;
line-height: 12px;
}

.callout-full{
max-width:920px;
margin:0 auto;
}

.callout-full p{
font-size:1.4em;
}

.pre-map .callout-full p{
color:#000;
}

.pre-map-dark .callout-full p{
color:#fff;
}

#fullmap .light p{
font-size:1.2em;
line-height:1.4;
}

.callout ol li{
font-size: 1.2em;
  line-height: 1.4;
}

#interlude-identifier .light{
background-color:inherit;
}



.step div .container-legend,
.container-legend{
padding:10px;
background-color:#fff;
border:1px solid #eee;
font-size: .65em;
  line-height: 1.4;
}
.step div .legend-box,
.legend-box{
display: inline-block;
position: relative;
width: 12px;
height:12px;
padding:0px;
}

.key_color {
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0;
    margin-right: 0px;
    background-color: #e6e6e6;
    overflow: hidden;
    width: 20px;
    height: 15px;
}

.clearfix{
clear:both;
}

.footnote{
font-size:.8em;
line-height:1.4;
}
.width-50{
width:50%;
float:left;
}

.content-centered{
text-align:center;
margin: 0 auto;
}
.pre-map .sticky-right p{
margin:0px;
}

#fullmap-1 .light p{
font-size: 1.4em;
}

		.pre-map, .post-map {
			min-height:120vh; 
			background-color: #fafafa; 
			z-index:10; 
			margin-top: -30px; 
			border-bottom: 2px #eee solid; 
			position:relative; 
			/*text-align: center;*/
		}
		
		.pre-map-dark {
			min-height:120vh; 
			background-color: #514219; 
			z-index:10; 
			margin-top: -30px; 
			border-bottom: 2px #eee solid; 
			position:relative; 
			/*text-align: center;*/
		}
		

		
		.spacer-200 {
			height: 200px;
		}
		
		.sticky-header {
			width: 900px; position:sticky; left: 100px; top:50px; margin-bottom: 20vh; text-align:left;
		}
		
		.sticky-right {
			width: 50%; text-align: left; position:sticky; left: 140px; top:14%; margin-bottom: 200px;
		}
		
		.sticky-right {
			width: 40%;
			top:10%; 
			}

	.box-topright-over-map,
  .box-topleft-over-map,
  .box-midright-over-map {
		position: fixed; 
		z-index: 99; 
		background-color: #1f7894;
		width: 50%; 
		padding: 20px;
    text-align: center;
		display: none;
    border-radius: 40px 0px 40px 0px;
    box-shadow: 3px 2px 10px rgba(0, 0, 0, .5);
	}

	.box-topright-over-map {
		top: 50px; 
		right: 50px; 
	}

	.box-topleft-over-map {
		top: 120px; 
		left: 40px; 
	}

	.box-midright-over-map {
    bottom: 230px; 
		right: 60px; 
	}

.qbox .container-inner h2{
  font-size: 3em;
  color: #dde2e4;
  line-height: 65px;
  margin:0px 0px 5px 0px;
  padding:0px 0px 2px 0px 0px;
}  
	


	.legend-over-map {
		position: fixed; 
		bottom: 0px; 
		left: 0px; 
		z-index: 99; 
		background-color: #fafafa;
		background-image: url("https://cnt.org/sites/default/files/footer-bg.png");
		width: 100%; 
		padding: 6px;
		display: none;
	}

.container-inner{
margin:0 auto;
max-width:1200px;
font-size:.7em;
line-height:1.4;
}

.legend-over-map .container-inner h2{
font-size:1.3em;
line-height:1.4;
margin:0px 0px 5px 0px;
padding:0px 0px 2px 0px 0px;
}  
	
	.legend-over-map .container-inner{
margin:0 auto;
max-width:1200px;
font-size:.7em;
line-height:1.4;
}

.legend-over-map .container-inner h2{
font-size:1.3em;
line-height:1.4;
margin:0px 0px 5px 0px;
padding:0px 0px 2px 0px 0px;
}

.legend-over-map  .container-legend-inner{
padding: 6px 10px 4px 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
}
.legend-over-map .container-inner p{
margin:0px;

}
.col-1{
width:33%;
float:left;
}

.col-2{
width:66%;
float:left;
}
.legend-over-map .container-inner .legend-box{
display: inline-block;
position: relative;
width: 12px;
height:12px;
}

.light ol li{
margin-bottom:15px;
}

.light ol li li{
margin-bottom:0px;
list-style:square;
}

.wrapper-footer{
min-height:250px;
background-color: #333;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #fff;
  background-image: url("https://cnt.org/sites/default/files/footer-bg.png");
  margin-top: 40px;
}

.container-footer-inner{
padding:20px;
max-width:1200px;
margin:0 auto;
}

p.photo-caption{
margin:0px 0px 10px 0px;
font-size:12px;
line-height:1.4;
}

quote{
position: relative;
  padding: 20px 20px;
  margin: 40px 0px;
  background-color: #aec5cc;
  position: relative;
  border-radius: 0px 40px 0px 40px;
  display: block;
}

.quote-content{
    color: #1f7894;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.4;
}

.quote-attribution{
    color: #9B845B;
    font-size:.8em;
    line-height: 1.4;
    font-style: italic;
}
.quote-mark{
    font-size: 4em;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    line-height: .9;
    color: #1f7894;
}
.quote-mark-open{
position: absolute;
  top: -8px;
  left: -2px;
}

.quote-mark-close{
    position: absolute;
    bottom: -50px;
    right: 0px;
}


.sticky-quote{
position: sticky;
  top: 130px;
  margin: 50px;
  background-color: #fff;
  max-width: 640px;
  margin-left: auto;
  left: 0;
}
.sticky-quote p,
#interlude-identifier quote{
font-size: 1.4em;
  line-height: 1.4;
  font-weight:600;
  padding: 0px 30px 0px 60px;
}

.sticky-quote p.quote-attribution{
font-size:1em;
line-height:1.4;
font-weight:500;
}

.sticky-mckinley-quote-1{
position: sticky;
  top: 130px;
  margin: 50px;
    margin-left: 50px;
  background-color: #fff;
  max-width: 640px;
  margin-left: auto;
  right: 0;
  box-shadow: 3px 2px 10px rgba(0, 0, 0, .75);
  border-radius: 20px 0px 20px 0px;
}

.sticky-mckinley-quote-1 .quote-mark{
font-size: 10em;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    line-height: .9;
    color: #0094C4;
}
.sticky-mckinley-quote-1 .quote-mark-open{
    position: absolute;
    top: 30px;
    left: 5px;
}

.sticky-mckinley-quote-1 .quote-mark-close{
    position: absolute;
    bottom: -20px;
    right: 10px;
}

.screen-tint{
width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.66);
}
.wrapper-modal {
  position: fixed;
  top: 25px;
  width: 100%;
  z-index: 9999999;
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.container-modal {
  background-color: #ffffff;
  padding: 10px 10px 20px 10px;
  border-radius: 0px 0px 6px 6px;
  z-index: 9999;
  overflow: scroll;
  max-width: 1200px;
  box-shadow: 0px 3px 16px rgb(0 0 0 / 40%);
  padding: 20px 80px 20px 80px;
}
.modal-wrapper-inner{
margin: 0px 20px;
}

.btn-close{
position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  color: #777;
  font-size: 2em;
  font-weight: 300;
  background-color: #fff;
  width: 30px;
  height: 30px;
  padding: 10px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
}
.btn-close:hover{
background-color:#eee;
}

.container-modal h2{
text-align:center;
}

.no-scroll {
  overflow: hidden;
}


#chicago-8{
padding-bottom:10px;
}

@media (max-width: 750px) {
            .centered, .lefty, .righty, .fully {
                width: 90vw;
                margin: 0 auto;
            }

          .container-hero .container-hero-callout h1, 
          h1.callout, 
          .qbox .container-inner h2{
            font-size: 2em;
            line-height: 35px;
          }  

        }

        /* Fix issue on mobile browser where scroll breaks  */
        .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,
        .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
            touch-action: unset;
        }
