/* 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;
}

/* Share icon */

.globalui-icon-share {
	display: none !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 {
	top: -10% !important;
}

}

/* Box Shadow */

.box-shadow {
    -webkit-box-shadow: 0 20px 100px 0 rgba(0,0,0,.2);
	box-shadow: 0 20px 100px 0 rgba(0,0,0,.2);
}

/* Tags */

.mag-button {
    font-family: PBold !important;
    font-size: 16px !important;
    line-height: 14px !important;
    color: #fff !important; 
    padding: 10px 20px;
    float: left;
    width: auto !important;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 5px;
	
}

.tag-1, .tag-2, .tag-3 {
    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);
}


/* hovers */

.circle-hover {
}
.circle-hover:hover {
}


/* transitions */

.transition, .transition:hover, .n2-text-link, .n2-text-link:hover {
    -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;
}

/* icons */

.time {
    position:relative; 
    font-family: PBold;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #b80000 !important;
    padding-left: 24px;
}
.time:before {
    position: absolute; 
    top: 0; 
    left: 0; 
    content:""; 
    width: 24px; 
    height: 16px; 
    background-image: url(https://n2ps.storied.co/uploads/d0c1b5d29e46f650bd40fd1b2cd7e4ae.svg); 
    background-size: 16px; 
    background-repeat: no-repeat;
}
.video, .camera {
    position:relative; 
}
.video:before {
    position: absolute; 
    top: 5px; 
    left: 56px; 
    content:""; 
    width: 24px; 
    height: 16px; 
    background-image: url(https://n2ps.storied.co/uploads/b6fa4d72c0a19779c7e3901a6f579d92.svg); 
    background-size: 16px; 
    background-repeat: no-repeat;
}
.camera:before {
    position: absolute; 
    top: -30px; 
    left: 49%; 
    content:""; 
    width: 24px; 
    height: 24px; 
    background-image: url(https://n2ps.storied.co/uploads/99da3d3ca4e7da5ccd782b3163642e39.svg); 
    background-size: 24px; 
    background-repeat: no-repeat;
    z-index: 9999;
}


/* Gradient Overlay */
.gradient {
	position: relative;
}
.gradient:before {
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */

}

/* dark 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;
    background:rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
}




/* feature title */

.feature {
	font-family: PThin;
    font-size: 60px;
	line-height: 66px;
	color: #FFFFFF;
	background-color: #B80000;	
	display: inline;
	padding: 0 10px 0 20px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	margin-left: -20px;
	opacity: .9;
}

@media only screen and (max-width: 700px) {
.feature-mobile {
	font-family: PThin;
	font-size: 32px;
	line-height: 38px;
	color: #FFFFFF;
	background-color: #B80000;	
    display: inline;
	padding: 0 10px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	margin-left: -10px;
	opacity: .9;
}
}

/* dek */

.hed, .credit {
    position: relative;
}

.hed:before {
    position:absolute; 
    top: -20px; 
    left: 45%; 
    height: 3px; 
    width: 80px; 
    content:""; 
    background: #b80000;
}
.credit:before {
    position:absolute; 
    top: -20px; 
    left: 42%; 
    height: 3px; 
    width: 80px; 
    content:""; 
    background: #b80000;
}

@media only screen and (max-width: 700px) {

    .hed:before {
    left: 37%; 
}
}



.circle-bottom, .bar {
	position: relative;
}
.circle-bottom:before {
    position:absolute; 
    bottom: 0; 
    left: 49.4%; 
    height: 8px; 
    width: 8px; 
    content:""; 
	background: #b80000;
	border-radius: 50%;
}
.bar {
	padding-top: 100px;
}

.bar:before {
    position:absolute; 
    bottom: 0; 
    left: 50%; 
    height: 100%; 
    width: 2px; 
    content:""; 
	background: #b80000;
}



/* sidebars */

.sidebar {
    position: relative;
}

.sidebar:before {
    position:absolute; 
    top: -15px; 
    left: 0; 
    height: 5px; 
    width: 50px; 
    content:""; 
    background: #b80000;
}
.sidebar:after {
    position:absolute; 
    bottom: -15px; 
    right: 0; 
    height: 5px !important; 
    width: 100% !important; 
    content:"" !important; 
    background-image: url(https://n2ps.storied.co/uploads/511c9c40bc2ede4c8b9076273bf1eb9b.png);
    visibility: visible !important;

}

/* paragraph CSS */

.graph {
	font-family: Plight;
    font-size: 20px;
    line-height: 28px;
}

/* button */

.button {
    font-family: PRegular !important;
    font-size: 14px !important;
    line-height: 10px !important;
    color: #fff !important; 
    padding: 10px 20px;
    float: left;
    background: #b80000;
}

.button:hover {
    background: #780000;
}

/* overlay */

.overlay {
    position: relative;
    color: #fff !important;
	-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;
    background:rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
}
/* gallery */
.smartimage-close-icon {
	background-image: url(https://n2ps.storied.co/uploads/15bf389702034042593a0fee155a0987.svg);
}

.caption-truncated{
	opacity: 0 !important;
}

.caption-expanded{
	opacity: 1 !important;
}

.gallery-container-small .n2-pager {display: inline !important;}

.imagecaption{
	padding-left: 20%; padding-right: 20%; transform: translate3d(0px,0px,0px) !important;
}
.inline-gallery-arrow.inline-gallery-arrow-forward{
    background-image:url(https://n2ps.storied.co/uploads/23f2a8592bd9f57b1667c09cf63b6bc2.svg);
}
.inline-gallery-arrow.inline-gallery-arrow-back{
    background-image:url(https://n2ps.storied.co/uploads/dd2ec91ed4837af178c8dab9b2e89b1d.svg);
}
.smartimage-interaction-icon {
    opacity: 1; 
    background-image:url(http://cnet4.cbsistatic.com/hub/i/2015/11/03/d0acefb6-5ea7-4bc9-bb67-24bdd471a9ac/expand-icon.png);
}
.imagecaption {
    background-color: rgba(0, 0, 0, .6);
}
.imagecaption p, .imagecaption p b {
    width: 100%; 
    text-align:center; 
    font-family: 'PLight', sans-serif;
}
.imagecaption p b {
	font-family: 'PBold', sans-serif;
}
.uber-bar {
    background-color: rgba(0, 0, 0, .4);
}
.side-navigation {
    background-image:url(https://n2ps.storied.co/uploads/dd2ec91ed4837af178c8dab9b2e89b1d.svg); 
    width: 60px; 
    height: 60px; 
    right: 30px;
}
.side-navigation.side-navigation-left {
    left: 30px;
}
.smartimage-fullscreen-background {
	background-image: url(https://n2ps.storied.co/uploads/cb5a053f3445fa96adea14f46f016605.jpg);
}
.smartimage-fullscreen {
	background-size: cover !important;
}



/* FONTS */

/* @font-face: auto-generated for: Thin.woff */
@font-face {
    font-family: PThin;
    font-style: normal;
    src:  local('.'), local('.'), url('https://n2ps.storied.co/uploads/c4707d1153e646617890a2e800ab4dc4.woff') format('woff')
}
/* @font-face: auto-generated for: Semibold.woff */
@font-face {
    font-family: PSemi;
    font-style: normal;
    src:  local('.'), local('.'), url('https://n2ps.storied.co/uploads/a26bb993357cc74c855e4758f0917b57.woff') format('woff')
}
/* @font-face: auto-generated for: Regular.woff */
@font-face {
    font-family: PRegular;
    font-style: normal;
    src:  local('.'), local('.'), url('https://n2ps.storied.co/uploads/e98974b39b5405e9e4b0997129a925de.woff') format('woff')
}
/* @font-face: auto-generated for: Light.woff */
@font-face {
    font-family: PLight;
    font-style: normal;
    src:  local('.'), local('.'), url('https://n2ps.storied.co/uploads/6b025fdfcd27a7174082f757b98fc373.woff') format('woff')
}
/* @font-face: auto-generated for: Extrabold.woff */
@font-face {
    font-family: PExtra;
    font-style: normal;
    src:  local('.'), local('.'), url('https://n2ps.storied.co/uploads/1b392b36eec77068afbc74979c20c589.woff') format('woff')
}
/* @font-face: auto-generated for: Bold.woff */
@font-face {
    font-family: PBold;
    font-style: normal;
    src:  local('.'), local('.'), url('https://n2ps.storied.co/uploads/e99536143e3b64135bef62aa20af271f.woff') format('woff')
}