/*--------------- 
share no show ---
-----------------*/

.globalui-icon.globalui-icon-share {
    display: none !important;
}


/* Loading icon */
.n2-loader__color{

background-image: url(https://n2ps.storied.co/uploads/4e0501e68b9c3b0df13b581b2115cef0.png);
background-size: 250px;
    
    background-repeat:no-repeat;
    background-position: center center;
}


/* --------------------------- 
special reports pullquote ----
------------------------------ */

.quote {
    position: relative;
    z-index: 9999 !important;
}

.quote:before {
    background-image: url(https://static.storied.co/JQl670PRVQPWKNk1/projects/0MgwXPJjXMPv3mq7/assets/images/fe8b8cef0716f4c1a731ad4b5d051c81.svg);
    background-repeat: no-repeat;
    background-size: 160px;
    content: "";
    height: 160px;
    left: 0; 
    position:absolute; 
    top: -60px;
    width: 160px;
}

/* ----------------------
Text links --------------
------------------------- */

.n2-text-link {
	color: rgba(0, 0, 0, 1);
    box-shadow: 0 -1px 0 inset;
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.n2-text-link:hover {
	box-shadow: 0 -3px 0 inset;
    color: rgba(184, 0, 0, 1);
}

.footer .n2-text-link {
	color: rgba(255, 255, 255, .6);
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.footer .n2-text-link:hover {
	color: rgba(255, 255, 255, 1);
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/* ----------------------
Play button -------------
------------------------- */


@media only screen and (min-width: 600px) {
	.play-icon {
		background-size: 300px !important;
	}
}


/* ----------------------
Play icon ---------------
------------------------- */

.play-icon {
	background-image: url(https://n2ps.storied.co/uploads/3e8bf4cecb427163c4df884e4926fef4.svg) !important;
    background-color: rgba(255, 255, 255, 0) !important;
    width: 30% !important;
    height: 100% !important;
    left: 35% !important;
    top: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
@media only screen and (min-width: 600px) {
	.play-icon {
		background-size: 100% !important;
	}
}

@media only screen and (max-width: 599px) {
	.play-icon {
		background-image: url(https://n2ps.storied.co/uploads/3e8bf4cecb427163c4df884e4926fef4.svg) !important;
        background-size: 140px !important;
		left: 30% !important;
        width: 40% !important;
	}

}


/* ----------------------
Nudges ------------------
------------------------- */


.tag-1, .tag-2, .tag-3, .tag-4, .tag-5, .tag-6 {
    padding: 10px 20px;
    margin-bottom: 10px;
    float: left;
    width: auto !important;
}
.tag-1 {
    background: rgba(252, 162, 61, .8);
}
.tag-2 {
    background: rgba(5, 176, 244, .8);
}
.tag-3 {
    background: rgba(181, 38, 132, .8);
}
.tag-4 {
    background: rgba(252, 78, 61, .8);
}
.tag-5 {
    background: rgba(249, 61, 61, .8);
}
.tag-6 {
    background: rgba(76, 175, 80, .8);
}

/* ----------------------
Buttons -----------------
------------------------- */

.action {
	width: auto;
    float: left;
    padding: 20px 30px;
    border: 1px solid rgba(255, 255, 255, .6);
}


/* ----------------------
Modal Close -------------
------------------------- */

.singular-modal-container .icon-close {
background: url(https://n2ps.storied.co/uploads/c7ce9285b804390c7c67d537fa9c7570.svg) no-repeat center;
    width: 36px;
    height: 36px;
    top: 20px;
    right: 20px;
}

/*------------
Heds ---------
--------------*/

.hed {
	position: relative;
}
.hed:before {
	position: absolute;
    content: "";
    background: #2E99BA;
    width: 100px;
    height: 2px;
    top: 19px;
    left: -120px; 
}

.quote-ff, .quote-white-ff {
    position: relative;
    z-index: 9999 !important;
}

.quote-ff:before {
    /*font-family: Proxima-Extra;*/
    font-family: qKKbZAPYr8He4e1kOZyms5GPxQM1;
    font-size: 400px;
    position:absolute; 
    top: 100%; 
    left: 60%; 
    content:"\201D"; 
    color: rgba(46, 153, 186, .4);
}

.quote-white-ff:before {
    /*font-family: Proxima-Extra;*/
    font-family: qKKbZAPYr8He4e1kOZyms5GPxQM1;
    font-size: 400px;
    position:absolute; 
    top: 20%; 
    left: 80%; 
    content:"\201D"; 
    color: rgba(255, 255, 255, .6);
}


@media only screen and (max-width: 750px) {
    
	.quote-ff:before, .quote-white-ff:before {
    	content:""; 
	}

    
}


/* ------------
Shadow --------
--------------- */

.shadow {
	position: relative;
}
.shadow:after {
	position: absolute;
	content: "";
	height: 50%;
	width: 90%;
	top: 50%;
	left: 5%;
	box-shadow: 0 5px 100px rgba(0, 0, 0, .2);
	z-index: 0;
}


/* ------------
buttons -------
--------------- */


.button {
    border: 2px solid rgba(46, 153, 186, 1);
    border-radius: 5px;
    color: rgba(46, 153, 186, 1) !important; 
    float: left;
    padding: 20px 40px;
    width: auto !important;

}
.button:hover {
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out; 
	-moz-transition: all .4s ease-in-out; 
	 -ms-transition: all .4s ease-in-out; 
	 -o-transition: all .4s ease-in-out; 
	 transition: all .4s ease-in-out; 
	background: rgba(46, 153, 186, 1);
    color: rgba(255, 255, 255, 1) !important;
    border: 2px solid rgba(46, 153, 186, 1);
}



@media only screen and (min-width: 1201px) {
    
    .flex-text {
    	font-size: 160px !important;
    	line-height: 140px !important;
	}
}

@media only screen and (max-width: 1200px) {
    
    .flex-text {
    	font-size: 14vw !important;
		line-height: 12vw !important;
	}
}


@media only screen and (min-width: 481px) {}



/* Subscribe button */

.subscribe {
	width: 110px !important;
    margin: 10px 10px 0 0;
    padding: 0 0 0 44px;
    background: #000;
    color: #fff !important;
    height: 40px;
    float: right !important;
}
.subscribe {
    position:relative;
    z-index: 9999;
}
.subscribe:before {
    position: absolute; 
    top: 12px; 
    left: 10px; 
    content:""; 
    width: 24px; 
    height: 16px;
    background-image: url(https://n2ps.storied.co/uploads/551bec6489e7bbe7349625c643b9f811.svg); 
    background-size: 24px; 
    background-repeat: no-repeat;
}


/* share no show */

.globalui-icon.globalui-icon-share {
    display: none !important;
}

/* Play button */

@media only screen and (min-width: 600px) {
.play-icon {
background-size: 300px !important;
}
}


/* Play icon */

.play-icon {
	background-image: url(https://n2ps.storied.co/uploads/3e8bf4cecb427163c4df884e4926fef4.svg) !important;
    width: 30% !important;
    height: 100% !important;
    left: 35% !important;
    top: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    background-color: rgba(255, 255, 255, 0) !important;
}
@media only screen and (min-width: 600px) {
.play-icon {
	background-size: 100% !important;
}
}
@media only screen and (max-width: 599px) {
	.play-icon {
		background-image: url(https://n2ps.storied.co/uploads/3e8bf4cecb427163c4df884e4926fef4.svg) !important;
        background-size: 140px !important;
		left: 30% !important;
        width: 40% !important;
	}

}



/* Loading icon */
.n2-loader__color{

background-image: url(https://n2ps.storied.co/uploads/4e0501e68b9c3b0df13b581b2115cef0.png);
background-size: 250px;
    
    background-repeat:no-repeat;
    background-position: center center;
}

/* text links */

.n2-text-link {
	color: #2E99BA;
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.n2-text-link:hover {
	box-shadow: 0 -2px 0 inset;
}


/*
.footer .n2-text-link {
color: rgba(255, 255, 255, .4);
}
.footer .n2-text-link:hover {
color: rgba(255, 139, 0, 1);
}
*/

/* overlay */

.overlay {
position: relative;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.overlay:before {
position: absolute;
content:"";
top:0;
left:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
height: 100%;
width: 100%;
}
.overlay-2 {
position: relative;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.overlay-2:after {
position: absolute;
content:"";
top:0;
left:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
height: 100%;
width: 100%;
}


/* footer overlay */

@media only screen and (max-width : 700px) {
.footer-overlay {
position: relative;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.footer-overlay:before {
position: absolute;
content:"";
top:0;
left:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
height: 100%;
width: 100%;
}


}

/* modal close */

.singular-modal-container .icon-close {
background: url(https://n2ps.storied.co/uploads/c7ce9285b804390c7c67d537fa9c7570.svg) no-repeat center;
    width: 36px;
    height: 36px;
    top: 20px;
    right: 20px;
}

/* Tags */


.tag-1, .tag-2, .tag-3, .tag-4, .tag-5, .tag-6 {
    font-family: PRegular !important;
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 10px !important;
    color: #fff !important; 
    padding: 10px 20px;
    float: left;
    width: auto !important;
}
.tag-1 {
    background: rgba(252, 162, 61, .8);
}
.tag-2 {
    background: rgba(5, 176, 244, .8);
}
.tag-3 {
    background: rgba(181, 38, 132, .8);
}
.tag-4 {
    background: rgba(252, 78, 61, .8);
}
.tag-5 {
    background: rgba(249, 61, 61, .8);
}
.tag-6 {
    background: rgba(76, 175, 80, .8);
}


/* Question */


.question, .question-2 {
    position: relative;
    padding-left: 80px;
}

.question:before, .question-2:before {
    font-family: Panton-Regular;
    font-size: 60px;
    line-height: 50px;
    position: relative;
    float: left;
    top: 0;
    left: -80px;
    content: "Q";
    width: 60px;
    height: 53px;
    margin: 5px -60px 20px 0;
}
.question:before {
    color: rgba(0, 0, 0, .3);
    border-right: 1px solid rgba(0, 0, 0, .3);
}
@media only screen and (min-width: 801px) {
    
	.question-2:before {
    	color: rgba(183, 0, 0, 1);
    	border-right: 1px solid rgba(183, 0, 0, 1);
	}
}

@media only screen and (min-width: 100px) and (max-width: 800px) {

    .question-2:before {
    	color: rgba(0, 0, 0, .3);
    	border-right: 1px solid rgba(0, 0, 0, .3);
	}
}

.answer {
	padding-left: 80px;
}

@media only screen and (max-width: 480px) {

	/* Question */


	.question, .question-2 {
    	position: relative;
		padding-left: 0;
    }

	.question:before, .question-2:before {
    	font-family: Panton-Regular;
    	font-size: 90px;
    	line-height: 50px;
    	position: relative;
    	float: left;
    	top: 0;
    	left: -20px;
   		content: "Q";
    	width: 60px;
    	height: 53px;
    	margin: 5px -60px 20px 0;
	}
	.question:before {
	    color: rgba(0, 0, 0, .2);
    	border-right: none;
	}
	.question-2:before {
    	color: rgba(0, 0, 0, .2);
    	border-right: none;
	}
    .answer {
		padding-left: 0;
	}

}



@font-face {
    font-family: JOo3YrDaZ2Cagm4yJrkYu7VPW18;
    font-style: normal;
    font-weight: 400;
    src:  url('https://static.storied.co/JQl670PRVQPWKNk1/assets/fonts/7fcd18be47917e7a20d52ce846e09e8c.woff') format('woff')
}
