/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
    display: none;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Light.woff") format("woff"),
    url("../fonts/Lato-Light.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Regular.woff") format("woff"),
    url("../fonts/Lato-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url("../fonts/Muli-Light.woff") format("woff"),
    url("../fonts/Muli-Light.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url("../fonts/Muli-Regular.woff") format("woff"),
    url("../fonts/Muli-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.woff2') format('woff2'),
        url('../fonts/Muli-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

:root {
    /* animations */

    /* colors */

    /* gradients */

    /* fonts */
}

html, body {
    font-family: "Helvetica Neue","Helvetica",sans-serif;
    font-size: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-font-smoothing: antialiased !important;
    background:#000000;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body > header {
    position: fixed;
    z-index: 2000;
    width:100%;
    pointer-events: none;
}

#sponsor-content-header {
    background-color: #af8d43;
    color: white;
    position:relative
}

#sponsor-content-header .gold {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto;
	max-width: 1140px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}

.main {
    z-index: 1;
    background-color: #000000;
    /* background-image: linear-gradient(to bottom, white 0%, black 100%); */
    padding:0px;
    

}

footer{
    min-height:100vh;
}

i { 
    font-style: italic; 
    }

.cnn-navigation .sponsor-header {
    padding-left: 0;
    font-family: CNN, "Helvetica Neue", Helvetica, Arial, Utkal, sans-serif;
}

.nav {
    margin: 0;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.nav > .container {
    height: 100%;
    margin: 0 auto;
    max-width: 1145px;
    position: relative;
    width: 100%;
}

.nav.sponsor-header .logo {
    float: left;
    height: 60px;
    width: 60px;
}

.nav .logo img {
    width: 100%;
    height: 100%;
}

.nav.sponsor-header .logocont:before {
    left: 0;
    margin-top: -2px;
    content: "\f102";
    font-family: "cnn-icons";
}

.nav.sponsor-header {
    visibility: visible !important;
    background: #000;
    height: 60px !important;
    overflow: visible;
    position: relative !important;
}

.nav.sponsor-header .logocont {
    color: #737373;
    padding-left: 20px;
    padding-top: 20px;
}

.nav.sponsor-header a {
    text-decoration: none;
    display: inline-block;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

@media (min-width: 800px) {
    .nav.sponsor-header {
        height: 75px;
        background: #0c0c0c;
        height: 100px;
        overflow: visible;
    }
}

.cnn-static-footer {
    margin-top: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 3;
    display:none;
    
}

.l-footer{
    display:block !important;
    background:#000000;
}

.l-footer__content{
    background:#000000;
}

@media (min-width: 641px) {

@-webkit-keyframes scrollguide {
    50% {
        stroke-opacity: 1;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        stroke-opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
}

@keyframes scrollguide {
    50% {
        stroke-opacity: 1;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        stroke-opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
}

.mobile {
    display: none;
}

html {
    font: 400 1.142857vw/2.2 Muli,sans-serif;

}

.scrollguide{
    position: fixed;
    bottom: 1vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2vw;
    z-index: 2000;
    opacity: 0.8;
    stroke: #F85B1B;
    stroke-width: 2;
    pointer-events: none
}

.scrollguide path,
    .scrollguide line,
    .scrollguide rect {
		fill: transparent;
	}

.active path {
		stroke-opacity: 0;
		-webkit-transform: none;
		        transform: none;
		-webkit-animation: 1.66667s linear infinite scrollguide;
		        animation: 1.66667s linear infinite scrollguide;
	}

.active path:nth-of-type(2) {
		-webkit-animation-delay: 0.83334s;
		        animation-delay: 0.83334s;
	}


#main-nav {
    position: fixed;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); 

    width:18px;
    height:auto
}


#main-nav div {
		position:relative;
		margin-bottom:20px;
		left:0;
		width:18px;
		height:18px;
		overflow:hidden;
		cursor:pointer;
	}


#main-nav .dot_active {
		pointer-events: none;
		background-position:-20px;
	}


#main-nav .dot_inactive {
		pointer-events: auto;
		background-position:0px;
	}

#section-0 {
    overflow: hidden;
}

.video-embed{
    position: absolute;
    top: 0;
    left:-100%;
    width:100vw;
    height:100vh;
}

.video_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width:100vw;
    height:100vh;
    overflow:hidden;
}

.video_embed_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width:100vw;
    height:100vh;
    background:#000000
}

.video_embed_wrapper iframe {
		width:100vw;
		height:100vh;
	}

.video-click{
    position: absolute;
    width:100%;
    height:100%;
    
    left:0;

}

.times-circle {
    display: block;
    height: 100%;
    width: 100%
}

.times-circle > circle {
		fill: #ffffff;
	}

.video_close{
    position: absolute;
    top: 57px;
    right: 20px;
    width:20px;
    height:20px;
    z-index:10;
}

.video_background {
    
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow:hidden;
    background-color:#000000;  
}
}

@media (min-width: 641px) and (min-aspect-ratio: 172/100) {

	.video_background {
		width: 101%;
		height: auto;
	}
}

@media (min-width: 641px) and (max-aspect-ratio: 172/100) {

	.video_background {
		width: auto;
		height: 101%;
	}
}

@media (min-width: 641px) {

	.header_video_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width:100vw;
    height:100vh;
    overflow:hidden;
	}

	#header-opening {
    color: black;
    background-color: #000000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20vh 15vw;
	}

	#panorama[data-loaded] ~ #header-opening {
		color: white;
		background-color: #000000;
		background-color: rgba(0, 0, 0, .33);
		-webkit-transition: color 350ms, background-color 350ms;
		transition: color 350ms, background-color 350ms;
	}

	.initcopy {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    
    color:#ffffff;
	}

	.initcopy .hed {
		font: 600 60px Muli,sans-serif;
		padding-top:8vh;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 60px;
		text-align:center;
	}

	.initcopy .orangeline {
		position:relative;
		left:50%;
		-webkit-transform: translate(-50%,0);
		        transform: translate(-50%,0);
		margin:2rem 0;
		border-top:solid 1px #f85b1b;
		width:2rem;
	}

	.initcopy .dek {
		font: 300 20px Muli,sans-serif;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 24px;
		text-align:center;
		letter-spacing:3px;
	}

	.initcopy .dek div {
		margin-top:1rem;
	}

	#section-1 {
    overflow: hidden;
	}

	.mapitem {
    position: absolute;
    right: 0;
    top: 0;
    width:100%;
    height:100%;
    opacity:0;
	}

	.mapitem img {
		position: absolute;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: 100vw;
		height: auto;
	}

	.slideshowitem {
    position: absolute;
    left: 100vw;
    top: 0;
    width:100vw;
    height:100%;
    overflow:hidden;
	}

	.slideshowitem .slidecopy {
		position: absolute;
		left:0;
		bottom:0;
		width:440px;
	}

	.slideshowitem .slidecopy .slideBg {
		position: absolute;
		left:-20px;
		bottom:-20px;
		width:110%;
		height:110%;
		background-image: linear-gradient(215deg, rgba(0, 0, 0, .1) 0%, #000000 100%);
		-webkit-filter:blur(20px);
		filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
		filter:blur(20px);
	}

	.slideshowitem .slidecopy .dek {
		position: relative;
		font: 400 16px Muli,sans-serif;
		color: #FFFFFF;
		letter-spacing: -0.53px;
		line-height: 20px;
		padding: 40px  10px 140px 120px;
		width:100%;
	}

	.slideshowitem img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}

@media (min-width: 641px) and (min-aspect-ratio: 166/100) {

	.slideshowitem img {
		width: 101%;
		height: auto;
	}
}

@media (min-width: 641px) and (max-aspect-ratio: 166/100) {

	.slideshowitem img {
		width: auto;
		height: 101%;
	}
}

@media (min-width: 641px) {

	#subSection0_0 {
    position: absolute;
    width:100%;
    height:100%;
    right: 0;
    top: 0;
	}

	#subSection1_1 {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:100vh;
    cursor:pointer;
    visibility:hidden;
	}

	#subSection1_2 {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top: 100vh;
    background-color:#000000;
    opacity:0;
	}

	#subSection1_3 {
    position: absolute;
    width:100%;
    height:100%;
    right: 0;
    top: 100vh;
	}

	#subSection_image {
    position: absolute;
    right:0;
    top:0;
    height:100%;
    width:50%;
    opacity:0;
    pointer-events: none;
	}

	#subSection_image img {
		position: absolute;
		height:100%;
		width:auto;
		top:0;
		right:0;
	}

	#subSection_map {
    position: absolute;
    width:100%;
    height:100%;
    right: 0;
    top:0;
    pointer-events: none;
	}

	#subSection1_4 {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top: 100vh;
    cursor:pointer;
    visibility:hidden;
	}

	#subSection2_5 {
    position: absolute;
    width:100vw;
    height:100%;
    left:0;
    top: 0;
    cursor:pointer;
	}

	#subSection2_6 {
    position: absolute;
    right:0;
    top:100vh;
    height:100%;
    width:100vw;
    visibility:hidden;
	}

	#subSection3_7 {
    position: absolute;
    width:100vw;
    height:100vh;
    left:0;
    top:0;
    cursor:pointer;
    visibility:hidden;
	}

	#subSection3_8 {
    position: absolute;
    width:100vw;
    height:100%;
    left:0;
    top:100vh;
    overflow:hidden;
	}

	#subSection3_8 .content {
		pointer-events: none;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}

@media (min-width: 641px) and (min-aspect-ratio: 172/100) {

	#subSection3_8 .content {
		width: auto;
		height: 80%;
	}
}

@media (min-width: 641px) and (max-aspect-ratio: 172/100) {

	#subSection3_8 .content {
		width: 80%;
		height: auto;
	}
}

@media (min-width: 641px) {

	#subSection3_8 .bg {
		pointer-events: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.servproLogo {
    margin-top:2rem;
    height:88px;
    width:306px;
	}

	#article-1-intro {
    height: 100vh;
    padding: 10vh 33vw;
	}

	#article-1-copy {
    top: 0;
    width: 50vw;
    padding: 10vh 5vw;
    height: auto;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .75);
    overflow-y: hidden;
    position: fixed;
    left: -50vw;
	}

	#article-1-copy.solid {
		background-color: #ffffff;
		background-color: rgba(255, 255, 255, 1);
	}

	.section:not(:nth-last-of-type(1)) {
    margin-bottom: -100vh;
	}

	.sub-section {
    pointer-events:auto;
	}

	.section:not(#section-0) .fixed_container {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 100vh;
    left: 0;
    pointer-events:none;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper {
		position: absolute;
		left: 0%;
		top: 0%;
		width:50%;
		height:100%;
		overflow:hidden;
		pointer-events: none;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy {
		position: absolute;
		left: 0%;
		top: 0%;
		width:100%;
		padding:4rem;
		z-index:100;
		color:#ffffff;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .servhed {
		padding-top:10rem;
		font: 600 30px Muli,sans-serif;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 30px;
		text-align:left;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .hed {
		padding-top:10rem;
		font: 600 60px Muli,sans-serif;
		padding-bottom:1rem;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 60px;
		text-align:left;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .orangeline {
		position:relative;
		left:0;
		border-top:solid 1px #f85b1b;
		width:2rem;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .dek {
		font: 300 18px Muli,sans-serif;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 24px;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .dek div {
		margin-top:1rem;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .dek div i {
		font: 300 italic 18px Muli,sans-serif;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .dek div b {
		font: 700 18px Muli,sans-serif;
	}

	.section:not(#section-0) .fixed_container .sidecontent {
		position: absolute;
		left: 0;
		top:0;
		width:100%;
		height:100%;
	}

	.video-container {
    position: absolute;
    left: 0%;
    top: 0%;
    width:100%;
    height:100%;
	}

	.width45 {
    width:45%;
	}

	.width70 {
    width:70%;
	}

	.width100 {
    width:100%;
	}

	.textleft {
    text-align:left;
	}

	.textcenter {
    text-align:center;
	}

	.videotext {
    left: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
	}

	.slideshowtext {
    left: 0%;
    top: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    padding:0 4rem!important;
	}

	.pagecopycenter {
    left:50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
	}

	.pagecopy {
    position: absolute;
    padding:4rem;
    color:#ffffff;
	}

	.pagecopy .hed {
		font: 600 60px Muli,sans-serif;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 60px;
		margin-bottom:1rem;
	}

	.pagecopy .dek {
		font: 300 18px Muli,sans-serif;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 24px;
		margin-bottom:2rem;
	}

	.episodeTitle {
    font: 300 24px Muli,sans-serif;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom:1rem;
	}

	.super {
    line-height:1px;
    font-size:0.65em;
    vertical-align:0.5em;
	}

	.play_btn {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%); 
    width:10vh;
    height:10vh;
    opacity:1;
	}/* fire CSS
*/

	#fire-subSection00_0 {
    position: absolute;
    width:100%;
    height:100%;
    right: 0;
    top:100vh;
	}

	#fire-subSection0_0 {
    position: absolute;
    width:100%;
    height:100%;
    right: 0;
    top:0;
	}

	#fire-subSection1_1 {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:100vh;
    cursor:pointer;
    visibility:hidden;
	}

	#fire-subSection1_2 {
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top: 100vh;
    background-color:#000000;
    opacity:0;
	}

	#fire-subSection2_0 {
    position: absolute;
    width:100vw;
    height:100%;
    left:0;
    top: 0;
    cursor:pointer;
	}

	#fire-subSection2_1 {
    position: absolute;
    right:0;
    top:100vh;
    height:100%;
    width:100vw;
    visibility:hidden;
    top:100vh;
	}

	#fire-subSection2_2 {
    position: absolute;
    right:0;
    top:100vh;
    height:100%;
    width:100vw;
    visibility:hidden;
	}

	#fire-subSection3_0 {
    position: absolute;
    width:100vw;
    height:100%;
    left:0;
    top: 0;
    cursor:pointer;
	}

	#fire-subSection3_1 {
    position: absolute;
    right:0;
    top:100vh;
    height:100%;
    width:100vw;
    visibility:hidden;
    top:100vh;
	}

	#gobag-container {
    position:absolute;
    height:80%;
    width:80%;
    left:10%;
    top:8%;
    border:solid 3px #EF5139;
    pointer-events:none;
	}

	#gobag-line1 {
    position:absolute;
    height:3px;
    width:86.5%;
    left:5.1%;
    top:22.9%;
    background:#EF5139;
	}

	#gobag-line2 {
    position:absolute;
    height:14.2%;
    width:3px;
    left:35.3%;
    top:5.2%;
    background:#EF5139;
	}

	#gobag-title {
    position:absolute;
    height:80%;
    width:80%;
    
    left:5%;
    top:17.4%;
    font-family: Lato;
    font-weight:bold;
    letter-spacing: -1px;
    font-size:1.4em;
    color:#ffffff;
    pointer-events:none;
	}

	#gobag-text-pos {
    position:absolute;
    height:0px;
    width:55%;
    left:38.3%;
    top:12.5%;
	}

	#gobag-text {
    position:absolute;
    width:100%;
    left:0%;
    top:50%;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
    font-family: Lato;
    font-size: 0.8em;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height:1.4em;
    pointer-events:none;
	}

	#gobag-text a {
    font-family: Lato;
    color: #FFFFFF;
    pointer-events:auto;
	}

	.gobag-item-text {
    position:absolute;
    width:80%;
    height:100%;
    top:0.9vw;
    left:5vw;
    font-family: Lato;
    letter-spacing: -1px;
    font-size:1.2em;
    line-height:0px;
    color:#ffffff;
    pointer-events:none;
	}

	.gobag-item-text span {
    font-family: Lato;
    letter-spacing: -1px;
    font-size:0.7em;
    line-height:0px;
    color:#ffffff;
	}

	.gobag-item-position {
    position:absolute;
    width:0px;
    height:0px;
    left:0%;
    top:0%;
    pointer-events:none;
	}

	.gobag-item-click {
    position:absolute;
    width:1.5vw;
    height:1.5vw;
    left:2vw;
    top:0.25vw;
    pointer-events:auto;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
	}

	.gobag-item-check {
    position:absolute;
    width:100%;
    height:100%;
    left:0%;
    top:0%;
    display:none;
    pointer-events:none;
	}

	.gobag-item-circle {
    position:absolute;
    width:100%;
    height:100%;
    left:0%;
    top:0%;
    pointer-events:none;
	}

	#gobag-icon-text {
    position:absolute;
    width:13vw;
    left:78%;
    top:55%;
    pointer-events:none;
    font-family: Lato;
    font-size: 0.8em;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.3em;
	}

	#gobag-icon-div {
    position:absolute;
    width:9vw;
    height:9vw;
    left:81%;
    top:30%;
    pointer-events:none;
    display:none;
	}

	#gobag-icon {
    position:absolute;
    height:100%;
    width:9vw;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    pointer-events:none;
	}

	.gobag-item-description {
    position:absolute;
    width:0px;
    height:0px;
    left:0px;
    top:0px;
    overflow:hidden;
	}

	#gobag-1 {
    position:absolute;
    width:20%;
    height:4%;
    left:5%;
    top:35%;
	}

	#gobag-2 {
    position:absolute;
    width:20%;
    height:4%;
    left:5%;
    top:46%;
	}

	#gobag-3 {
    position:absolute;
    width:20%;
    height:4%;
    left:5%;
    top:57%;
	}

	#gobag-4 {
    position:absolute;
    width:20%;
    height:4%;
    left:5%;
    top:68%;
	}

	#gobag-5 {
    position:absolute;
    width:20%;
    height:4%;
    left:5%;
    top:79%;
	}

	#gobag-6 {
    position:absolute;
    width:20%;
    height:4%;
    left:28.5%;
    top:35%;
	}

	#gobag-7 {
    position:absolute;
    width:20%;
    height:4%;
    left:28.5%;
    top:46%;
	}

	#gobag-8 {
    position:absolute;
    width:20%;
    height:4%;
    left:28.5%;
    top:57%;
	}

	#gobag-9 {
    position:absolute;
    width:20%;
    height:4%;
    left:28.5%;
    top:68%;
	}

	#gobag-10 {
    position:absolute;
    width:20%;
    height:4%;
    left:28.5%;
    top:79%;
	}

	#gobag-11 {
    position:absolute;
    width:20%;
    height:4%;
    left:52%;
    top:35%;
	}

	#gobag-12 {
    position:absolute;
    width:20%;
    height:4%;
    left:52%;
    top:46%;
	}

	#gobag-13 {
    position:absolute;
    width:20%;
    height:4%;
    left:52%;
    top:57%;
	}

	#gobag-14 {
    position:absolute;
    width:20%;
    height:4%;
    left:52%;
    top:68%;
	}

	#gobag-15 {
    position:absolute;
    width:20%;
    height:4%;
    left:52%;
    top:79%;
	}

	#site-nav-fire {
    background-image: url('../media/img/siteNavFire.png');
    background-repeat: no-repeat, repeat;
    background-size:100%;
    position:fixed;
    width:2vw;
    height:4vw;
    left:0px;
    top:115px;
    cursor:pointer;
	}

	#site-nav-flood {
    background-image: url('../media/img/siteNavFlood.png');
    background-repeat: no-repeat, repeat;
    background-size:100%;
    position:fixed;
    width:2vw;
    height:4vw;
    left:0px;
    top:115px;
    cursor:pointer;
	}

	#leftHit {
    position:absolute;
    top:0px;
    left:0px;
    height:100vh;
    width:100vw;
    cursor:pointer;
	}

	#rightHit {
    position:absolute;
    top:0px;
    left:50vw;
    height:100vh;
    width:100vw;
    cursor:pointer;
	}

	.hed2 {
    position:absolute;
    width:100vw;
    height:100vh;
    top:0px;
    left:0px;
	}

	.hedLeft {
    position:absolute;
    width:50vw;
    
    top:50%;
    left:0px;
    font: 600 60px Muli,sans-serif;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 60px;
    text-align:center;
	}

	.hedRight {
    position:absolute;
    width:50vw;
    
    top:50%;
    right:0px;
    font: 600 60px Muli,sans-serif;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 60px;
    text-align:center;
	}

	.orangeline2 {
    position:absolute;
    top:69%;
    left:50%;
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
    margin:2rem 0;
    border-top:solid 1px #f85b1b;
    width:2rem;
	}

	.dek2 {
    top:67%;
    left:50%;
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
    position:absolute;
    font: 300 20px Muli,sans-serif;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    text-align:center;
    letter-spacing:3px;
	}

	.dek2 div {
		margin-top:1rem;
	}

	.defense-hed {
    position:absolute;
    bottom:55vh;
    left:10vw;
    width:32vw;

    font: 600 60px Muli,sans-serif;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height:4vw;
	}

	.defense-orangeline {
    position:absolute;
    top:48vh;
    left:10vw;
    width:2.7vw;
    border-top:solid 1px #f85b1b;
	}

	.defense-dek {
    position:absolute;
    top:52vh;
    left:10vw;
    width:32vw;

    font-family: Lato;
    font-weight:100;
    font-size: 1.4vw;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height:1.6vw;
	}

	#defense-house {
    position:absolute;
    top:50vh;
    -webkit-transform: translateY(-20vw);
            transform: translateY(-20vw);
    left:53.5vw;
    width:36vw;
    height:18.5vw;
    opacity:0;
	}

	#defense-ring1 {
    position:absolute;
    top:50vh;
    -webkit-transform: translateY(-20vw);
            transform: translateY(-20vw);
    left:53.5vw;
    width:36vw;
    height:18.5vw;
    opacity:0;
	}

	#defense-ring2 {
    position:absolute;
    top:50vh;
    -webkit-transform: translateY(-20vw);
            transform: translateY(-20vw);
    left:53.5vw;
    width:36vw;
    height:18.5vw;
    opacity:0;
	}

	#defense-ring3 {
    position:absolute;
    top:50vh;
    -webkit-transform: translateY(-20vw);
            transform: translateY(-20vw);
    left:53.5vw;
    width:36vw;
    height:18.5vw;
    opacity:0;
	}

	#defense-orangebox1 {
    position:absolute;
    top:50vh;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
    left:57vw;
    width:32vw;
    height:4vw;
    background:#F85B1B;

    font-family: Lato;
    font-weight:400;
    font-size: 2vw;
    line-height:4vw;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    text-transform:uppercase;
    opacity:0;
	}

	#defense-orangebox2 {
    position:absolute;
    top:50vh;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
    left:57vw;
    width:32vw;
    height:4vw;
    background:#F85B1B;

    font-family: Lato;
    font-weight:400;
    font-size: 2vw;
    line-height:4vw;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    text-transform:uppercase;
    opacity:0;
	}

	#defense-orangebox3 {
    position:absolute;
    top:50vh;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
    left:57vw;
    width:32vw;
    height:4vw;
    background:#F85B1B;

    font-family: Lato;
    font-weight:400;
    font-size: 2vw;
    line-height:4vw;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    text-transform:uppercase;
    opacity:0;
	}

	#defense-text1 {
    position:absolute;
    top:50vh;
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
    left:57vw;
    width:32vw;

    font-family: Lato;
    font-weight:100;
    font-size: 1vw;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.2vw;
    opacity:0;
	}

	#defense-text2 {
    position:absolute;
    top:50vh;
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
    left:57vw;
    width:32vw;

    font-family: Lato;
    font-weight:100;
    font-size: 1vw;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.2vw;
    opacity:0;
	}

	#defense-text3 {
    position:absolute;
    top:50vh;
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
    left:57vw;
    width:32vw;

    font-family: Lato;
    font-weight:100;
    font-size: 1vw;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.2vw;
    opacity:0;
	}

	.defense-list {
    list-style-type: disc;
	}

	.defense-list li {
    padding-top:0.5vw;
    margin-left:1.8vw;
	}

	#causes_wrapper {
    position:relative;
    height:80%;
    width:90%;
    left:5%;
    top:10%;
	}

	#causes_chart_wrapper {
    position:absolute;
    height:100%;
    width:56%;
    left:0%;
    top:0%;
	}

	#causes_list_wrapper {
    position:absolute;
    height:80%;
    width:44%;
    left:56%;
    top:10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}

	.list-spacer {
    height:8%;
	}

	#causes_hed_div {
    position:relative;
    width:100%;
    height:20%;
	}

	#causes_chart_div {
    position:relative;
    width:100%;
    height:60%;
	}

	#causes_dek_div {
    position:relative;
    width:100%;
    height:20%;
	}

	#causes_orangeline {
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
    bottom:10%;
    height:3px;
    width:60px;
    background:#F85B1B;
	}

	#causes_headline {
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
    bottom:30%;

    font-family: Lato;
    font-weight:400;
    font-size: 1.9vw;
    color: #FFFFFF;
    letter-spacing: -0.04vw;
    text-align: center;
	}

	#causes_chart_pos {
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
	}

	#causes_chart {
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    width:20vw;
    height:20vw;
	}

	#piechart {
    position:absolute;
    stroke-dasharray: 0 470;
    -webkit-transform:rotate(-30deg);
            transform:rotate(-30deg);
    visibility:hidden;
	}

	#piechart2 {
    position:absolute;
    stroke-dasharray: 0 470;
    -webkit-transform:rotate(-30deg);
            transform:rotate(-30deg);
    visibility:hidden;
	}

	#piechart3 {
    display:none;
    position:absolute;
	}

	.pie {
    stroke-width:150;
	}

	#causes_human {
    position:absolute;
    left:20%;
    top:55%;
	}

	#causes_natural {
    position:absolute;
    left:85%;
    top:-10%;
	}

	.causes_percent {
    font-family: Lato;
    font-weight:400;
    font-size: 2.8vw;
    color: #FFFFFF;
    letter-spacing: -0.009vw;
    text-align: center;
    opacity:0;
	}

	.causes_percent span {
    font-size: 1.6vw;
	}

	.causes_percent div {
    font-size: 0.8vw;
	}

	#causes_dek {
    position:absolute;
    left:50%;
    top:10%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
    width:65%;

    font-family: Lato;
    font-weight:400;
    font-size: 0.7vw;
    color: #FFFFFF;
    letter-spacing: -0.016vw;
    text-align: center;
    line-height: 1.1vw;
	}

	#causes_source {
    position:absolute;
    left:0%;
    bottom:0%;
    width:100%;

    font-family: Lato;
    font-weight:400;
    font-size: 0.75vw;
    color: #FFFFFF;
    letter-spacing: -0.009vw;
    text-align: left;
	}

	#causes_line {
    position:absolute;
    left:0%;
    top:10%;
    height:90%;
    width:1px;
    background:#ffffff;
    opacity:0.5;
	}

	.list-text {
    position:relative;
    width:80%;
    margin:0px auto;
	}

	.causes_img_container {
    position:absolute;
    left:0%;
    top:0%;
    width:15%;
	}

	.list-right {
    position:relative;
    left:20%;
    top:0%;
    width:80%;
	}

	.causes_hed_container {
    width:100%;
    font-family: Lato;
    font-weight:400;
    font-size: 2.5vw;
    color: #ffffff;
    letter-spacing: -0.08vw;
	}

	.causes_dek_container {
    
    width:100%;
    font-family: Lato;
    font-weight:400;
    font-size: 1.1vw;
    color: #FFFFFF;
    line-height:1.7vw;
    letter-spacing: -0.014vw;
	}

	.list-text {}/* #delete_3-1{
    position:absolute;
    left:0px;
    top:50%;
    transform:translateY(-50%);
    width:100vw;
    height:auto;
    opacity:0;
}
*/
}

@media (max-width: 640px) {

@-webkit-keyframes scrollguide {
    50% {
        stroke-opacity: 1;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        stroke-opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
}

@keyframes scrollguide {
    50% {
        stroke-opacity: 1;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
    }
    100% {
        stroke-opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
}

.desktop {
    display: none;
}

html {
    font: 400 1.142857vw/2.2 Muli,sans-serif;

}

.scrollguide{
    display:none;
}


#main-nav {
    display:none;
}

#section-0 {
    overflow: hidden;
}

.video-embed{
    position: absolute;
    top: 0;
    left:-100%;
    width:100vw;
    height:100vh;
}

.video_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width:100vw;
    height:100vh;
    overflow:hidden;
}

.video_embed_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width:100vw;
    height:100vh
}

.video_embed_wrapper iframe {
		width:100vw;
		height:100vh;
	}

.video-click{
    position: absolute;
    width:100%;
    height:100%;
    
    left:0;

}

.times-circle {
    display: block;
    height: 100%;
    width: 100%
}

.times-circle > circle {
		fill: #ffffff;
	}

.video_close{
    position: absolute;
    top: 35px;
    right: 0px;
    width:40px;
    height:40px;
    z-index:10;
    padding:10px;
}

.video_background {
    position: absolute;
    top: 0;
    left: 0;
    
    overflow:hidden;
}
}

@media (max-width: 640px) and (min-aspect-ratio: 1/1) {

	.video_background {
		width: auto;
		height: 101%;
	}
}

@media (max-width: 640px) and (max-aspect-ratio: 1/1) {

	.video_background {
		width: 101%;
		height: auto;
	}
}

@media (max-width: 640px) {

	.video_background {
		background-color:#000000;
	}

	.header_video_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width:100vw;
    height:100vh;
    overflow:hidden;
	}

	#header-opening {
    color: black;
    background-color: #000000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	}

	#panorama[data-loaded] ~ #header-opening {
		color: white;
		background-color: #000000;
		background-color: rgba(0, 0, 0, .33);
		-webkit-transition: color 350ms, background-color 350ms;
		transition: color 350ms, background-color 350ms;
	}

	.initcopy {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width:90%;

    color:#ffffff;
	}

	.initcopy .hed {
		font: 400 26px Muli,sans-serif;
		padding-top:8vh;
		color: #ffffff;
		letter-spacing: 0;
		line-height: 30px;
		text-align:center;
	}

	.initcopy .orangeline {
		position:relative;
		left:50%;
		-webkit-transform: translate(-50%,0);
		        transform: translate(-50%,0);
		margin:2rem 0;
		border-top:solid 1px #f85b1b;
		width:8rem;
	}

	.initcopy .dek {
		font: 300 18px Muli,sans-serif;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 22px;
		text-align:center;
		letter-spacing: 0;
	}

	.initcopy .dek div {
		margin-top:1rem;
	}

	#section-1 {
    overflow: hidden;
	}

	.mapitem {
    position: absolute;
    right: 0;
    top: 0;
    width:100%;
    height:100%;
    opacity:0;
	}

	.mapitem img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}

@media (max-width: 640px) and (min-aspect-ratio: 1/1) {

	.mapitem img {
		width: 101%;
		height: auto;
	}
}

@media (max-width: 640px) and (max-aspect-ratio: 1/1) {

	.mapitem img {
		width: auto;
		height: 101%;
	}
}

@media (max-width: 640px) {

	.slideshowitem {
    position: absolute;
    
    width:100%;
    height:100%;
    overflow:hidden;
	}

	.slideshowitem .slidecopy {
		position: absolute;
		left:0;
		bottom:0;
		width:100vw;
	}

	.slideshowitem .slidecopy .slideBg {
		position: absolute;
		left:-20px;
		bottom:-20px;
		width:110%;
		height:110%;
		background-image: linear-gradient(215deg, rgba(0, 0, 0, .1) 0%, #000000 100%);
		-webkit-filter:blur(20px);
		filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
		filter:blur(20px);
	}

	.slideshowitem .slidecopy .dek {
		position: relative;
		font: 400 16px Muli,sans-serif;
		color: #FFFFFF;
		letter-spacing: -0.53px;
		line-height: 20px;
		padding: 30px 20px;
		width:100%;
	}

	.slideshowitem img {
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media (max-width: 640px) and (min-aspect-ratio: 1/1) {

	.slideshowitem img {
		width: 100vw;
		height: auto;
	}
}

@media (max-width: 640px) and (max-aspect-ratio: 1/1) {

	.slideshowitem img {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 640px) {

	#s2_item1 {
    top: 0;
	}

	.slideshowitem:not(#s2_item1) {
    left: 100vw;
	}

	#subSection0_0 {
    position: absolute;
    width:100vw;
    height:100%;
    right: 0;
    top: 0;
	}

	#subSection1_1 {
    position: absolute;
    width:100vw;
    height:100%;
    left:0;
    top:100vh;
    cursor:pointer;
    visibility:hidden;
	}

	#subSection1_2 {
    position: absolute;
    width:100vw;
    height:100%;
    left:0;
    top: 100vh;
    background-color:#000000;
    opacity:0;
	}

	#subSection1_3 {
    position: absolute;
    width:100vw;
    height:100%;
    right: 0;
    top: 100vh;
	}

	#subSection_image {
    display:none;
	}

	#subSection_map {
    display:none;
	}

	#subSection1_4 {
    position: absolute;
    width:100vw;
    height:100%;
    left:0;
    top: 100vh;
    cursor:pointer;
    visibility:hidden;
	}

	#subSection2_5 {
    position: absolute;
    width:100vw;
    height:100%;
    left:0;
    top: 0;
    cursor:pointer;
	}

	#subSection2_6 {
    position: absolute;
    left:0;
    top: 100vh;
    height:100%;
    width:100vw;
    visibility:hidden;
	}

	#subSection3_7 {
    position: absolute;
    width:100vw;
    height:100%;
    left:0;
    top:0;
    cursor:pointer;
    visibility:hidden;
	}

	#subSection3_8 {
    position: absolute;
    width:100vw;
    height:100%;
    left:0;
    top:100vh;
    overflow:hidden;
	}

	#subSection3_8 .content {
		pointer-events: none;
		position: absolute;
		left: 50%;
		top: 20%;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
}

@media (max-width: 640px) and (min-aspect-ratio: 1/1) {

	#subSection3_8 .content {
		width: auto;
		height: 80%;
	}
}

@media (max-width: 640px) and (max-aspect-ratio: 1/1) {

	#subSection3_8 .content {
		width: 80%;
		height: auto;
	}
}

@media (max-width: 640px) {

	#subSection3_8 .bg {
		pointer-events: none;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}

@media (max-width: 640px) and (min-aspect-ratio: 1/1) {

	#subSection3_8 .bg {
		height: auto;
		width: 101%;
	}
}

@media (max-width: 640px) and (max-aspect-ratio: 1/1) {

	#subSection3_8 .bg {
		height: 101%;
		width: auto;
	}
}

@media (max-width: 640px) {

	.servproLogo {
    display:block;
    margin:20px auto;
    height:auto;
    width:33%;
	}

	#article-1-intro {
    height: 100vh;
    padding: 10vh 33vw;
	}

	#article-1-copy {
    top: 0;
    width: 50vw;
    padding: 10vh 5vw;
    height: auto;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .75);
    overflow-y: hidden;
    position: fixed;
    left: -50vw;
	}

	#article-1-copy.solid {
		background-color: #ffffff;
		background-color: rgba(255, 255, 255, 1);
	}

	.section:not(:nth-last-of-type(1)) {
    margin-bottom: -100vh;
	}

	.sub-section {
    pointer-events:auto;
	}

	.section:not(#section-0) .fixed_container {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 100vh;
    left: 0;
    pointer-events:none;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper {
		position: absolute;
		width:100%;
		height:100%;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy {
		position: absolute;
		width:100%;
		padding:20px;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .servhed {
		padding-top:200px;
		font: 600 20px Muli,sans-serif;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 20px;
		text-align:left;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .hed {
		padding-top:200px;
		font: 400 26px Muli,sans-serif;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 30px;
		text-align:left;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .orangeline {
		display:none;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .dek {
		font: 300 18px Muli,sans-serif;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 22px;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .dek div {
		margin-top:20px;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .dek div i {
		font: 300 italic 18px Muli,sans-serif;
	}

	.section:not(#section-0) .fixed_container .scrollwrapper .scrollcopy .dek div b {
		font: 700 18px Muli,sans-serif;
	}

	.section:not(#section-0) .fixed_container .sidecontent {
		position: absolute;
		left: 0;
		top:0;
		width:100%;
		height:100%;
	}

	.video-container {
    position: absolute;
    left: 0%;
    top: 0%;
    width:100%;
    height:100%;
	}

	.width45 {}

	.width70 {
    width:70%;
	}

	.width100 {
    width:100%;
	}

	.textleft {
    text-align:left;
	}

	.textcenter {
    text-align:center;
	}

	.videotext {
    left: 50%;
    top: 70%;
    -webkit-transform: translate(-50%,-100%);
            transform: translate(-50%,-100%);
    width:100%;
    text-align:left;
	}

	.slideshowtext {
    left: 120px;
    bottom: 140px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    padding:0 4rem!important;
	}

	.pagecopycenter {
    left:50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
	}

	.pagecopy {
    position: absolute;
    color:#ffffff;
    padding:20px;
	}

	.pagecopy .hed {
		font: 400 26px Muli,sans-serif;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 30px;
		margin-bottom:10px;
	}

	.pagecopy .dek {
		font: 300 3.5vw Muli,sans-serif;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 3.7vw;
		margin-bottom:10px;
	}

	.episodeTitle {
    font: 300 24px Muli,sans-serif;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom:1rem;
	}

	.super {
    line-height:1px;
    font-size:0.65em;
    vertical-align:0.5em;
	}

	.play_btn {
    position:absolute;
    top:70%;
    left:50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width:15vw;
    height:15vw;
    opacity:1;
	}/* fire CSS
*/

	#fire-subSection00_0 {
    position: absolute;
    width:100vw;
    height:100vh;
    right: 0;
    top:100vh;
	}

	#fire-subSection0_0 {
    position: absolute;
    width:100vw;
    height:100vh;
    right: 0;
    top:0;
	}

	#fire-subSection1_1 {
    position: absolute;
    width:100vw;
    height:100vh;
    left:0;
    top:100vh;
    cursor:pointer;
    visibility:hidden;
	}

	#fire-subSection1_2 {
    position: absolute;
    width:100vw;
    height:100vh;
    left:0;
    top: 100vh;
    background-color:#000000;
    opacity:0;
	}

	#fire-subSection2_0 {
    position: absolute;
    width:100vw;
    height:100%;
    left:0;
    top: 0;
    cursor:pointer;
	}

	#fire-subSection2_1 {
    position: absolute;
    right:0;
    top:100vh;
    height:100%;
    width:100vw;
    visibility:hidden;
    top:100vh;
	}

	#fire-subSection2_2 {
    position: absolute;
    right:0;
    top:100vh;
    height:100%;
    width:100vw;
    visibility:hidden;
	}

	#fire-subSection3_0 {
    position: absolute;
    width:100vw;
    height:100%;
    left:0;
    top: 0;
    cursor:pointer;
	}

	#fire-subSection3_1 {
    position: absolute;
    right:0;
    top:100vh;
    height:100%;
    width:100vw;
    visibility:hidden;
    top:100vh;
	}

	#gobag-container {
    position:absolute;
    height:80%;
    width:80%;
    left:10%;
    top:10%;
    border:solid 3px #EF5139;
    pointer-events:none;
	}

	#gobag-line1 {
    position:absolute;
    height:3px;
    width:86.5%;
    left:5.1%;
    top:22.9%;
    background:#EF5139;
	}

	#gobag-line2 {
    position:absolute;
    height:14.2%;
    width:3px;
    left:35.3%;
    top:5.2%;
    background:#EF5139;
	}

	#gobag-title {
    position:absolute;
    height:80%;
    width:80%;
    
    left:5%;
    top:17.4%;
    font-family: Lato;
    font-weight:700;
    letter-spacing: -1px;
    font-size:3em;
    color:#ffffff;
    pointer-events:none;
	}

	#gobag-text-pos {
    position:absolute;
    height:0px;
    width:80%;
    left:40.3%;
    top:12.5%;
	}

	#gobag-text {
    position:absolute;
    width:55%;
    left:0%;
    top:50%;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
    font-family: Lato;
    font-size: 1.5em;
    color: #FFFFFF;
    
    line-height:1.4em;
    pointer-events:none;
	}

	#gobag-text a {
    font-family: Lato;
    color: #FFFFFF;
    pointer-events:auto;
	}

	.gobag-item-text {
    position:absolute;
    width:80%;
    height:100%;
    top:20%;
    left:31%;
    font-family: Lato;
    letter-spacing: -1px;
    font-size:2.2em;
    line-height:1.1em;
    color:#ffffff;
    pointer-events:none;
	}

	.gobag-item-text span {
    font-family: Lato;
    letter-spacing: -1px;
    font-size:0.7em;
    line-height:1.1em;
    color:#ffffff;
	}

	.gobag-item-position {
    position:absolute;
    width:100%;
    height:100%;
    left:-40%;
    top:0%;
    pointer-events:none;
	}

	.gobag-item-click {
    position:absolute;
    width:100%;
    height:100%;
    left:0%;
    top:0%;
    pointer-events:auto;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
	}

	#gobag-icon-div {
    position:absolute;
    width:20vw;
    height:20vw;
    left:7%;
    top:30%;
    pointer-events:none;
    display:none;
	}

	#gobag-icon {
    position:absolute;
    width:100%;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    pointer-events:none;
	}

	.gobag-item-check {
    position:absolute;
    width:100%;
    height:100%;
    left:0%;
    top:0%;
    display:none;
    pointer-events:none;
	}

	.gobag-item-circle {
    position:absolute;
    width:100%;
    height:100%;
    left:0%;
    top:0%;
    pointer-events:none;
	}

	#gobag-icon-text {
    position:absolute;
    width:42vw;
    left:40%;
    top:25%;
    pointer-events:none;
    font-family: Lato;
    font-size: 1.8em;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.8em;
	}

	.gobag-item-description {
    position:absolute;
    width:0px;
    height:0px;
    left:0px;
    top:0px;
    overflow:hidden;
	}

	#gobag-1 {
    position:absolute;
    width:20%;
    height:4%;
    left:5%;
    top:60%;
	}

	#gobag-2 {
    position:absolute;
    width:20%;
    height:4%;
    left:5%;
    top:68%;
	}

	#gobag-3 {
    position:absolute;
    width:20%;
    height:4%;
    left:5%;
    top:76%;
	}

	#gobag-4 {
    position:absolute;
    width:20%;
    height:4%;
    left:5%;
    top:84%;
	}

	#gobag-5 {
    position:absolute;
    width:20%;
    height:4%;
    left:5%;
    top:92%;
	}

	#gobag-6 {
    position:absolute;
    width:20%;
    height:4%;
    left:40%;
    top:60%;
	}

	#gobag-7 {
    position:absolute;
    width:20%;
    height:4%;
    left:40%;
    top:68%;
	}

	#gobag-8 {
    position:absolute;
    width:20%;
    height:4%;
    left:40%;
    top:76%;
	}

	#gobag-9 {
    position:absolute;
    width:20%;
    height:4%;
    left:40%;
    top:84%;
	}

	#gobag-10 {
    position:absolute;
    width:20%;
    height:4%;
    left:40%;
    top:92%;
	}

	#gobag-11 {
    position:absolute;
    width:20%;
    height:4%;
    left:75%;
    top:60%;
	}

	#gobag-12 {
    position:absolute;
    width:20%;
    height:4%;
    left:75%;
    top:68%;
	}

	#gobag-13 {
    position:absolute;
    width:20%;
    height:4%;
    left:75%;
    top:76%;
	}

	#gobag-14 {
    position:absolute;
    width:20%;
    height:4%;
    left:75%;
    top:84%;
	}

	#gobag-15 {
    position:absolute;
    width:20%;
    height:4%;
    left:75%;
    top:92%;
	}

	#site-nav-fire {
    background-image: url('../media/img/siteNavFire.png');
    background-repeat: no-repeat, repeat;
    background-size:100%;
    position:fixed;
    width:8vw;
    height:16vw;
    left:0px;
    top:115px;
    cursor:pointer;
	}

	#site-nav-flood {
    background-image: url('../media/img/siteNavFlood.png');
    background-repeat: no-repeat, repeat;
    background-size:100%;
    position:fixed;
    width:8vw;
    height:16vw;
    left:0px;
    top:115px;
    cursor:pointer;
	}

	#leftHit {
    position:absolute;
    top:0;
    left:0;
    height:50vh;
    width:100vw;
	}

	#rightHit {
    position:absolute;
    top:50vh;
    left:0;
    height:50vh;
    width:100vw;
	}

	.hed2 {
    position:absolute;
    width:100vw;
    height:100vh;
    top:0px;
    left:0px;
	}

	.hedLeft {
    position:absolute;
    width:50vw;
    
    top:20%;
    left:50%;
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
    font: 600 10vw Muli,sans-serif;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 10vw;
    text-align:center;
	}

	.hedRight {
    position:absolute;
    width:50vw;
    
    top:65%;
    left:50%;
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
    font: 600 10vw Muli,sans-serif;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 10vw;
    text-align:center;
	}

	.orangeline2 {
    position:absolute;
    top:55%;
    left:50%;
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
    margin:2rem 0;
    border-top:solid 1px #f85b1b;
    width:2rem;
	}

	.dek2 {
    top:51%;
    left:50%;
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
    position:absolute;
    font: 300 3vw Muli,sans-serif;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 3vw;
    text-align:center;
    letter-spacing:3px;
	}

	.dek2 div {
		margin-top:1rem;
	}

	.defense-hed {
    position:absolute;
    top:20vh;
    left:20vw;
    width:32vw;

    font-family: Lato;
    font-weight:400;
    font-size: 3.8vw;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height:4vw;
	}

	.defense-orangeline {
    position:absolute;
    top:29vh;
    left:20vw;
    width:2.7vw;
    border-top:solid 1px #f85b1b;
	}

	.defense-dek {
    position:absolute;
    top:32vh;
    left:20vw;
    width:32vw;

    font-family: Lato;
    font-weight:100;
    font-size: 1.4vw;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height:1.6vw;
	}

	#defense-house {
    position:absolute;
    top:45vh;
    left:5vw;
    width:90vw;
    height:30vw;
    opacity:0;
	}

	#defense-ring1 {
    position:absolute;
    top:45vh;
    left:5vw;
    width:90vw;
    height:30vw;
    opacity:0;
	}

	#defense-ring2 {
    position:absolute;
    top:45vh;
    left:5vw;
    width:90vw;
    height:30vw;
    opacity:0;
	}

	#defense-ring3 {
    position:absolute;
    top:45vh;
    left:5vw;
    width:90vw;
    height:30vw;
    opacity:0;
	}

	#defense-orangebox1 {
    position:absolute;
    top:65vh;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
    left:20vw;
    width:60vw;
    height:6vw;
    background:#F85B1B;

    font-family: Lato;
    font-weight:400;
    font-size: 3vw;
    line-height:6vw;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    text-transform:uppercase;
    opacity:0;
	}

	#defense-orangebox2 {
    position:absolute;
    top:65vh;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
    left:20vw;
    width:60vw;
    height:6vw;
    background:#F85B1B;

    font-family: Lato;
    font-weight:400;
    font-size: 3vw;
    line-height:6vw;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    text-transform:uppercase;
    opacity:0;
	}

	#defense-orangebox3 {
    position:absolute;
    top:65vh;
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
    left:20vw;
    width:60vw;
    height:6vw;
    background:#F85B1B;

    font-family: Lato;
    font-weight:400;
    font-size: 3vw;
    line-height:6vw;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    text-transform:uppercase;
    opacity:0;
	}

	#defense-text1 {
    position:absolute;
    top:68vh;
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
    left:20vw;
    width:60vw;

    font-family: Lato;
    font-weight:100;
    font-size: 2vw;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 2.4vw;
    opacity:0;
	}

	#defense-text2 {
    position:absolute;
    top:68vh;
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
    left:20vw;
    width:60vw;

    font-family: Lato;
    font-weight:100;
    font-size: 2vw;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 2.4vw;
    opacity:0;
	}

	#defense-text3 {
    position:absolute;
    top:68vh;
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
    left:20vw;
    width:60vw;

    font-family: Lato;
    font-weight:100;
    font-size: 2vw;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 2.4vw;
    opacity:0;
	}

	.defense-list {
    list-style-type: disc;
	}

	.defense-list li {
    padding-top:0.5vw;
    margin-left:1.8vw;
	}

	#causes_wrapper {
    position:relative;
    height:100vh;
    width:100vw;
    left:0;
    top:0;
	}

	#causes_chart_wrapper {
    position:absolute;
    height:50%;
    width:100%;
    left:0%;
    top:0%;
	}

	#causes_list_wrapper {
    position:absolute;
    height:40%;
    width:100%;
    left:0%;
    top:50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}

	.list-spacer {
    height:5%;
	}

	#causes_hed_div {
    position:relative;
    width:100%;
    height:30%;
	}

	#causes_chart_div {
    position:relative;
    width:100%;
    height:40%;
	}

	#causes_dek_div {
    position:relative;
    width:100%;
    height:30%;
	}

	#causes_orangeline {
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
    bottom:0%;
    height:3px;
    width:40px;
    background:#F85B1B;
	}

	#causes_headline {
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
    bottom:20%;

    font-family: Lato;
    font-weight:400;
    font-size: 2.9vw;
    color: #FFFFFF;
    letter-spacing: -0.04vw;
    text-align: center;
	}

	#causes_chart_pos {
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
	}

	#causes_chart {
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    width:20vw;
    height:20vw;
	}

	#piechart {
    position:absolute;
    stroke-dasharray: 0 470;
    -webkit-transform:rotate(-30deg);
            transform:rotate(-30deg);
    visibility:hidden;
	}

	#piechart2 {
    position:absolute;
    stroke-dasharray: 0 470;
    -webkit-transform:rotate(-30deg);
            transform:rotate(-30deg);
    visibility:hidden;
	}

	#piechart3 {
    display:none;
    position:absolute;
	}

	.pie {
    stroke-width:150;
	}

	#causes_human {
    position:absolute;
    left:20%;
    top:55%;
	}

	#causes_natural {
    position:absolute;
    left:85%;
    top:-10%;
	}

	.causes_percent {
    font-family: Lato;
    font-weight:400;
    font-size: 4vw;
    color: #FFFFFF;
    letter-spacing: -0.009vw;
    text-align: center;
    opacity:0;
	}

	.causes_percent span {
    font-size: 2.8vw;
	}

	.causes_percent div {
    font-size: 2vw;
	}

	#causes_dek {
    position:absolute;
    left:50%;
    top:20%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
    width:65%;

    font-family: Lato;
    font-weight:400;
    font-size: 1.9vw;
    color: #FFFFFF;
    letter-spacing: -0.016vw;
    text-align: left;
    line-height: 2.1vw;
	}

	#causes_source {
    position:absolute;
    left:10%;
    bottom:0%;
    width:100%;

    font-family: Lato;
    font-weight:400;
    font-size: 1.75vw;
    color: #FFFFFF;
    letter-spacing: -0.009vw;
    text-align: left;
	}

	#causes_line {
    opacity:0;
	}

	.list-text {
    position:relative;
    width:80%;
    margin:0px auto;
	}

	.causes_img_container {
    position:absolute;
    left:0%;
    top:0%;
    width:5%;
	}

	.list-right {
    position:relative;
    left:10%;
    top:0%;
    width:80%;
	}

	.causes_hed_container {
    width:100%;
    font-family: Lato;
    font-weight:400;
    font-size: 3.5vw;
    color: #ffffff;
    letter-spacing: -0.08vw;
	}

	.causes_dek_container {
    width:100%;
    font-family: Lato;
    font-weight:400;
    font-size: 2.1vw;
    color: #FFFFFF;
    line-height:2.7vw;
    letter-spacing: -0.014vw;
	}

	.list-text {}/* #delete_3-1{
    position:absolute;
    left:0px;
    top:50%;
    transform:translateY(-50%);
    width:100vw;
    height:auto;
}
*/
}


/*# sourceMappingURL=../sourcemaps/app.css.map */
