/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Roboto+Mono:300,400,700|Roboto+Condensed);
@font-face {
	font-family: 'bpicons';
	src:url('../fonts/bpicons/bpicons.eot');
	src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpicons/bpicons.woff') format('woff'),
		url('../fonts/bpicons/bpicons.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Roboto Mono', monospace;
    color: #fff;
    background: #27272b;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #f0f0f0;
}

ul {
	padding: 0;
}

.section--intro {
	font-size: 1.6em;
	position: relative;
	min-height: 100vh;
	text-align: center;
	color: #fff;
	background: #333 url(../images/universal-share.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.section--intro video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Header */
.nbcu-header {
	position: relative;
	height: 100vh;
	min-height: 600px;
	width:100%;
	text-align: center;
	color: rgba(182,129,53,0.80);
  padding-top: 20px;
	/*background: #27272b url(../images/mouse.svg) no-repeat left 50% bottom 40px;*/
}

.nbcu-header__pretitle {
	display: block;
	margin: 1em 0 0.5em;
	font-size: 1.5em;
}

.nbcu-header__title {
	font-size: 2.75em;
	font-weight: normal;
	line-height: 1;
	position: relative;
	z-index: 10;
	margin: 0;
	color: rgba(182,129,53,0.80);

}

/*end */


.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 13.875em 1.875em 1.875em;

}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 300;
}

.container > header > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding: 0 0 0.6em 0.1em;
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #47a3da;
	background: #fff;
}

.container > header nav {
	float: right;
	text-align: center;
}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #27272b;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #fff;
}

.container > header nav a > span {
	display: none;
}

.container > header nav a:hover:before {
	content: attr(data-info);
	color: #fff;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.container > header nav a:hover {
	background: #fff;
}

.bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.container > header nav a:hover:after {
	color: #47a3da;
}

.bp-icon-next:after {
	content: "\e000";
}
.bp-icon-drop:after {
	content: "\e001";
}
.bp-icon-archive:after {
	content: "\e002";
}
.bp-icon-about:after {
	content: "\e003";
}
.bp-icon-prev:after {
	content: "\e004";
}

@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}

section.nbcu-header {
	height: auto;
	//padding-bottom: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.nbcu-header__contents {
	max-width: 100%;
	display: inline-block;
	column-count: 3;
}



.nbcu-header__contents-item {
	cursor: pointer;
	display: flex;
	break-inside: avoid-column;
	overflow-y: auto;

}

.nbcu-header__contents-item:hover {
	background: #332e30;
	color: #F5F5F5;
}

.nbcu-header__contents-item:hover a,
.nbcu-header__contents-item a:active,
.nbcu-header__contents-item a:visited {
	color: #F5F5F5;
}
.nbcu-header__contents-item > * {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	padding: 20px;
}

.nbcu-header__contents-item > span {
	color: #e73c0e;
	font-weight: 100;
	flex: 50%;
	text-align: right;
	max-width: 100px;
    min-width: 100px;
}

.nbcu-header__contents-item a {

    /* border-bottom: 1px solid #564e50; */
    text-transform: uppercase;
    font-weight: 100;
    flex: 50%;
    text-align: left;
    color: #F5F5F5;
}




table.pricing-table {
	text-align: center;
	font-size: 1.15em;
	font-weight: 100;
	float: right;
}

table.pricing-table .small-font {
	font-size: 0.7em;
}

table.pricing-table .big-font {
	font-size: 1.5em;
}
table.pricing-table td {
	padding: 20px;
	border-top: 1px solid rgba(255,255,255,0.5);
	min-width: 100px;

}


table.pricing-table tr:first-child td {

	border-top: none;
}

table.pricing-table tr:last-child td {
	border-top: 3px solid rgba(255,255,255,0.5);
}

table.pricing-table td:first-child {
	border-right: 1px solid rgba(255,255,255,0.5);
}

.cms  {
	position: relative;
 left: 40px;
}

.marshmallow {
	height: 554px !important;
}
