


.nbcu-header__contents-heading {
	margin-top:15px;
	margin-bottom: 30px;
}

.page-number {
	position: absolute;
	//top: 20px;
	left: 20px;
	//width: 100%;
	bottom: 20px;
	text-align: center;
	color: rgba(182,129,53,0.80);
	font-size: 18px;
	vertical-align: bottom;
	display: inline-block;

}


.page-number::after {
	content: "";
	display: inline-block;
	width: 140px;
	height: 30px;
	border-left: 1px solid rgba(182,129,53,0.80);
	vertical-align: bottom;
	margin-left: 10px;
	padding-left: 10px;
	background-image: url(../images/nbc-technology-large.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 10px center;
}


.cbp-so-scroller {
	margin-top: 3em;
	overflow: hidden;
}

.cbp-so-section {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.cbp-so-section > * {
	flex: 50%;
	float: none;
}

/* Text styling */
.cbp-so-section h2 {
	font-family: 'Roboto Mono';
	font-size: 4.1em;
	font-weight: 300;
	line-height: 1;
	color: rgba(182,129,53,0.80);
	text-transform: uppercase;
}

section.full {
	position: relative;
}

@media (min-width: 1590px) and (min-height: 900px) {
	.full h2 {
		top: 70px;
	}
	
}

@media (min-width: 1590px) and (max-height: 899px) {
	.full h2 {
		top: 20px;
	}
	
}
@media (min-width:1176px) and (max-width: 1589px) {
	.full h2 {
		top: 0px;
		font-size: 3.6em;
	}
}

@media (min-width: 1053px) and (max-width: 1175px) {
	.full h2 {
		top: 40px;
	}
}

@media (max-width: 1052px){
	.full h2 {
		top: 20px;
		font-size: 3.6em;
	}
}
.full h2 {
	position: absolute;
	width: 100%;
	padding: 20px;
	text-align: center;
}

.full img, .full img {
	max-height: 70vh;
}

.full .cbp-so-side-right {
	top: 20vh;
	left: 50vw;
	position: absolute;
}

.full .cbp-so-side-left {
	top: 20vh;
	right: 50vw;
	position: absolute;
}

.cbp-so-section p, .cbp-so-section ul {
	font-size: 1.15em;
	font-weight: 100;
	letter-spacing: 0.05em;
}

.cbp-so-section .text-emphasize {
	font-size: 3em;
	font-weight: 300;
	margin: 0;
	color: #e73c0e;
}

.cbp-so-section ul {
	list-style: none;
}
.cbp-so-section ul li:first-letter {
	 color:#e73c0e;
	 font-weight: 300;
}
.cbp-so-section ul li {
	margin-bottom: 0.6em;
}
.cbp-so-section ul li strong {
	font-weight: 400;
}

.cbp-so-section ul .bullet-up {
	background: url("../images/up-logo.png") no-repeat left top;
  	padding: 0px 0px 35px 80px;
  	margin:0;
  	vertical-align: middle;
	/*list-style-image: url("../images/up-logo.png");*/
}

.cbp-so-section ul .bullet-dpim{
	background: url("../images/dpim-logo.png") no-repeat left top;
  	padding: 0px 0px 35px 80px;
  	margin:0;
  	vertical-align: middle;
	/*list-style-image: url("../images/dpim-logo.png");*/
}


.cbp-so-section ul .bullet-technology {
	background: url("../images/nbc-technology.png") no-repeat left top;
  	padding: 0px 0px 35px 80px;
  	margin:0;
  	vertical-align: middle;
	/*list-style-image: url("../images/dpim-logo.png");*/
}

.no-hilight li:first-letter {
	color:inherit !important;
	font-weight: inherit;
}

.cbp-so-section a {
	color: #f39468;
	font-weight: 400;
}

.cbp-so-section a:hover {
	color: #ed784a;
}

/* Sides */
.cbp-so-side {
	width: 50%;
	float: left;
	margin: 0;
	padding: 3em 4%;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

.cbp-so-side:after {
	clear: both;
}

.cbp-so-side video {
	height:614px;
}

.
.cbp-so-side-right {
	text-align: left;
}

.cbp-so-side-left {
	text-align: right;
}

.cbp-so-side-right img, .cbp-so-side-right video {
	float: left;
	box-shadow: 0 10px 20px -4px rgba(0,0,0,0.6);
}

.cbp-so-side-left .no-shadow, .cbp-so-side-right .no-shadow {
	box-shadow: none;
}


.cbp-so-side-right__title {
	position: absolute;
	font-size: 3em;
	bottom: 30%;
	left: 1em;
	font-weight: 300;
	margin: 0;
	color: #e73c0e;
}

.cbp-so-side-right__subtitle {
	position: absolute;
	top: 70%;
	left: 1.5em;
	background: #333;
	margin: 0;
	color: #fff;
	font-size: 1.05em;
	padding: 0.25em 0.5em;
	z-index: 100;
}
.cbp-so-side-right__subtitle a {
	color: #f39468;
	font-weight: 400;
}

.cbp-so-side-right__text {
	position: absolute;
	top: 75%;
	left: 0.5em;
	background: #e73c0e;
	margin: 0;
	color: #f5f5f5;
	font-size: 1.5em;
	font-weight: 300;
	padding: 0.25em 0.5em;
	z-index: 100;
}


.cbp-so-side-left img, .cbp-so-side-left video {
	float: right;
	box-shadow: 0 10px 20px -4px rgba(0,0,0,0.6);
}

.cbp-so-side-left__title {
	position: absolute;
	font-size: 3em;
	bottom: 30%;
	right: 1em;
	font-weight: 300;
	margin: 0;
	color: #e73c0e;
	text-shadow: 2px 2px rgba(0,0,0,0.15);
}


.cbp-so-side-left__subtitle {
	position: absolute;
	top: 70%;
	right: 1.25em;
	background: #333;
	margin: 0;
	color: #fff;
	font-size: 1.05em;
	padding: 0.25em 0.5em;
	z-index: 100;
}
.cbp-so-side-left__subtitle a {
	color: #f39468;
	font-weight: 400;
}

.cbp-so-side-left__text {
	position: absolute;
	top: 60%;
	right: 0.5em;
	background: #e73c0e;
	margin: 0;
	color: #f5f5f5;
	font-size: 1.5em;
	font-weight: 300;
	padding: 0.25em 0.5em;
	z-index: 100;
}


/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/

/* Example media queries */

@media screen and (max-width: 73.5em) {
	.cbp-so-scroller {
		font-size: 65%;
	}

	.cbp-so-section h2 {
		margin: 0;
	}

	.cbp-so-side img {
		max-width: 120%;
	}
}

@media screen and (max-width: 41.125em) {
	.cbp-so-side {
		float: none;
		width: 100%;
	}

	.cbp-so-side img {
		max-width: 100%;
	}
}


.scroll-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	padding: 10px;
	background: #e73c0e;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.4s;
}

.show-scroll-to-top .scroll-to-top {
	opacity: 1;
}
