

/* GRID ADJUSTMENTS */
.section {position:relative;display:block;width:100vw;height:auto;margin-bottom:40px;padding:0px 20px;}
.view {min-height:50vh;}
.par {
	padding:20px 20px;
}
.page-right {border:0px solid transparent;}
.pad-lg {padding:40px 0px;}

/* TYPE */
.numeral {font-family: 'Rozha One', serif;font-size:5em;}
.twoCol {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

/* COLOR */
.grey-bg {background-color: #e3e3e3;}

/* UI ELS */
.splashFeature .txtBlock {
	position:relative;
	float:left;
	width: calc(100% * .3818);
	min-height:400px;
}
.splashFeature .imgBlock {
	position:relative;
	float:left;
	/*width: calc(100% - 400px); */
	width: calc(100% * .61704);
	min-height:400px;
}
.twoImgBlock {
	position:relative;
	float:left;
	width: calc(50% - 5px);
	min-height:400px;
	margin:0px;
	margin-right: 5px;

}
.twoImgBlock:last-of-type {margin:0px; margin-left:5px;}

.video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerLink {margin:0px 20px;}
hr {width:100%; border:0px solid transparent; border-top: 1px solid #ddd;}

/* LINKS */
a, a:visited {color:#f90;}
a.btn {color:#000;}
a.btn.btn-link {color:#f90;}

/* HEADER STYLES */
.global-nav {
	padding:20px;
}
.nav-logo {
	height: 1em;
margin-bottom: -3px;
}
a.nav-link {
	position:relative;
	display:inline-block;
	margin: 0px 20px;
	font-size:28px;
	color: #151515;
	font-weight: 400;
	line-height: 42px;
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}
a.nav-link:hover {
	color:#ff9900;
}
.global-nav .highlighted {
	border-bottom: 2px solid #ff9900;
}

/* Single Page View */
@media only screen and (max-width : 770px) {
	.page-full, .page-right, .page-left {padding-left:15px; padding-right:15px;padding-top:5vh; width:100vw;}
	.splashFeature .txtBlock {width: 50%;}
	.splashFeature .imgBlock {width: 50%;}
	.twoImgBlock {
		width: 100%;
		margin:10px;
	}
	.twoImgBlock:last-of-type {display:none;}
}
/* handset */
@media only screen and (max-width : 568px) {
	.splashFeature .txtBlock {width: 100%;}
	.splashFeature .imgBlock {width: 100%;}
	.twoCol {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
    	-moz-column-count: 1; /* Firefox */
    	column-count: 1;
    	-webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    	-moz-column-gap: 20px; /* Firefox */
    	column-gap: 20px;
	}
}