html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: top;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #ffffff;
}

header {
	width: 100%;
	position: relative;
	background-image: url('../graphics/header-bg.jpg');
	background-position: center center;
	background-size: cover;
	padding: 30px 0px;
}

.header-logo {
	margin: 0px 0px 0px 40px;
	cursor: pointer;
}

nav {
	position: absolute;
	top: 32px;
	right: 50px;
	text-align: left;
}

nav a {
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	color: #ededed;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    letter-spacing: 2px;
    padding: 15px 0px 30px 0px;
    transition: color 0.25s;
}

nav a:hover {
	color: #ffffff;
}

nav .triangle {
	position: absolute;
	display: none;
	top: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

nav .page-links {
	position: absolute;
	display: none;
	background-color: #ffffff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    padding: 5px 0px;
	width: 300px;
	top: 55px;
	left: -100px;
	z-index: 400;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

nav a:hover {
	text-decoration: none;
}

nav a:hover .page-links {
	display: block;
}

nav a:hover .triangle {
	display: block;
}

nav .page-link {
	color: #4e4e4e;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 20px;
	border-bottom: 1px solid #dadada;
	transition: color 0.25s;
}

nav .page-link:hover {
	color: #19b0ff;
}

nav .page-links .page-link:last-child {
	border-bottom: none;
}

.header-images, .mobile-header-images {
	width: 100%;
	height: 520px;
	position: relative;
}

.header-images div, .mobile-header-images div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.dark-container {
	width: 100%;
	background-image: url('../graphics/background.jpg');
	background-position: center center;
	background-size: cover;
}

.wrapper {
	padding: 75px 0px 50px 0px;
	width: 90%;
	max-width: 1080px;
	margin: 0px auto;
}

.box {
	display: inline-block;
	width: calc(50% - 15px);
	margin: 0px 15px 0px 0px;
	background-position: center center;
	background-size: cover;
	height: 280px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.some-icon {
	display: inline-block;
	margin: 40px 10px 0px 10px;
}

.some {
	display: inline-block;
	width: calc(25% - 22.5px);
	margin: 0px 30px 30px 0px;
	background-position: center center;
	background-size: cover;
	height: 150px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.dark-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1e142d;
	opacity: 0.5;
	transition: opacity 0.25s;
}

.box:nth-child(even) {
	margin: 0px 0px 0px 15px;
}

.some:nth-child(4n+4) {  
	margin: 0px 0px 30px 0px;
}

.corner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all 0.5s;
}

.box:hover .corner {
	top: -30px;
	left: -30px;
}

.box:hover .dark-background, .some:hover .dark-background {
	opacity: 0;
}

.some:hover .some-text {
	opacity: 0;
}

h1 {
	font-size: 50px;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

p {
	line-height: 26px;
}

.box h2 {
	margin: 0px 50px 10px 0px;
}

.box p {
	font-size: 18px;
	color: #1cb7ff;
	font-style: italic;
	margin: 0px 30px 10px 0px;
}

.text-block {
	position: absolute;
	left: 50px;
	bottom: 50px;
	z-index: 10;
}

.some-text {
	position: absolute;
	bottom: 25px;
	left: 0px;
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
	transition: opacity 0.5s;
}

.some-text p {
	text-align: left;
	line-height: 20px;
	padding: 0px 30px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.huge {
	font-size: 134px;
}

.interlude {
	background-position: center center;
	background-size: cover;
	background-image: url('../graphics/interlude-bg.jpg');
	width: 100%;
	height: 350px;
	cursor: pointer;
}

.interlude h1 {
	font-size: 43px;
	max-width: 80%;
	margin: 0px auto 20px auto;
}

.interlude .centerize {
	width: 50%;
	float: right;
	text-align: center;
}

.interlude p {
	font-size: 24px;
	font-style: italic;
	line-height: 32px;
}

footer {
	background-position: center center;
	background-size: cover;
	background-image: url('../graphics/footer-bg.jpg');
	width: 100%;
	padding: 150px 0px;
	text-align: center;
}

.footer-logo {
	display: inline-block;
	margin: 0px 0px 50px 0px;
}

footer a {
	text-decoration: none !important;
}

strong {
	color: #1aaaf7;
	font-weight: 600;
}

footer p {
	font-size: 17px;
}

.divider {
	color: #776396;
	margin: 0px 20px;
}

.active {
	color: #19b0ff !important;
}

.clear {
	clear: both;
}

.mobile {
	display: none;
}

.half {
	width: 50%;
}

.third {
	width: 33%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.height5 {
	height: 5px;
}

.height15 {
	height: 15px;
}

.height30 {
	height: 30px;
}

.height50 {
	height: 50px;
}

.height60 {
	height: 60px;
}

.height100 {
	height: 100px;
}

.hidden {
	display: none;
}

.relative {
	position: relative;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #1aaaf7;
	text-decoration: underline;
	outline: 0;
}

.menu-button {
	position: absolute;
	top: 0px;
	right: -50px;
	width: 50px;
	height: 50px;
	background-color: #000000;
}

.menu-button img {
	width: 25px;
	height: 17px;
	margin: 16px 0px 0px 0px;
	transition: transform 0.25s;
}

.open {
	left: 0px;
}

.open .menu-button img {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.white-stripe {
	width: 100%;
	background-color: #ffffff;
	height: 5px;
}

.left {
	width: 320px;
	float: left;
}

.left h2 {
	font-size: 26px;
	font-style: italic;
	font-weight: 300;
	text-transform: none;
	margin: 0px 0px 25px 0px;
}

.right {
	width: calc(100% - 360px);
	float: right;
}

.page-content h1 {
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0px 0px 30px 0px;
}

.page-content h2 {
	font-size: 19px;
	font-weight: 300;
	text-transform: none;
	line-height: 25px;
	border-left: 3px solid #6ac8ff;
	padding: 0px 0px 0px 17px;
	margin: 0px 0px 30px 0px;
}

.page-content h3 {
	font-size: 19px;
	font-weight: 300;
	line-height: 25px;
	margin: 0px 0px 20px 0px;
}

.page-content p {
	line-height: 23px;
	margin: 0px 0px 16px 0px;
}

.page-content a {
	transition: color 0.25s;
}

.page-content a:hover {
	color: #ffffff;
}

ul {
	margin: 0px 0px 20px 15px;
	display: block;
}

ul li {
	font-size: 15px;
	line-height: 23px;
	margin: 0px 0px 5px 0px;
	list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAAXNSR0IArs4c6QAAAE1JREFUCB1jYAACs8jK/6FzT/4H0SA+C4gh7xLAIKptBuKDwH8WZAGYBDMPt2gDKy8vA7eYNMPrq6cYHu7ZwMByank7I0gLSB9IAMQHAAWbGcIxW34GAAAAAElFTkSuQmCC");
}

.banner, .logos {
	width: 100%;
}

.banner img, .logos {
	max-width: 100%;
	display: block;
	margin: 0px auto 30px auto;
}

.page-image-buttons {
	float: right;
}

.page-image-buttons a {
	font-size: 60px;
	text-decoration: none;
	margin: 0px;
	color: #ffffff;
	line-height: 30px;
	transition: color 0.25s;
}

.page-images {
	width: 100%;
	height: 300px;
	margin: 0px 0px 35px 0px;
	position: relative;
	background-color: #000000;
}

.page-images div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.side-nav {
	margin: 0px 0px 30px 0px;
}

.side-nav a {
	display: block;
	background-color: #ffffff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding: 20px 40px;
    position: relative;
    margin: 0px 0px 3px 0px;
    color: #4e4e4e;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 14px;
    line-height: 23px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	overflow: hidden;
}

.side-nav a:hover img {
	top: -30px;
	left: -30px;
}

.selected {
	-webkit-filter: none !important;
	filter: none !important;
}

.side-nav a img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.25s;
}

.profile-image {
	width: 100%;
}

label {
	width: 50%;
	float: left;
}

input, textarea {
	width: calc(100% - 30px);
	padding: 15px 20px;
	border: none;
	margin: 10px 0px 20px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.submit-button {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff !important;
	display: inline-block;
	text-transform: uppercase;
	background-color: #6ac8ff;
	text-decoration: none !important;
	transition: background-color 0.25s !important;
	padding: 15px 35px;
}

.submit-button:hover {
	background-color: #3691c6;
}

.highlight {
	border-bottom: 2px solid #ff0000;
}

textarea {
	height: 200px;
	resize: none;
}

.full {
	width: 100%;
}

.center-text {
	text-align: center;
}

@media only screen and (max-width: 1140px) {

	.interlude .centerize {
		width: 100%;
	}

	.interlude .centerize h1, .interlude .centerize p {
		text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
	}

}

@media only screen and (max-width: 512px) {
	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
	nav {
		position: fixed;
		top: 0px;
		left: calc(-100% + 50px);
		width: calc(100% - 50px);
		right: auto;
		text-align: center;
		background: rgba(30,20,45,0.95);
		padding: 25px 0px;
		z-index: 500;
		transition: left 0.5s;
	}

	nav a {
		font-size: 18px;
		padding: 15px 0px;
	}

	nav .triangle {
		display: none;
	}

	nav .page-links {
		position: relative;
		display: inline-block;
		background: none;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		text-align: center;
		padding: 15px 30px 0px 30px;
		width: 100%;
		top: auto;
		left: auto;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	nav .page-link {
		color: #b1b1b1;
		font-size: 14px;
		padding: 8px 0px;
		border-bottom: none;
	}
	
	.header-logo {
		margin: 30px auto;
		display: block;
	}
	
	h1 {
		font-size: 40px;
	}
	
	.huge {
		font-size: 110px;
	}
	
	.mobile-header-images {
		height: 350px;
	}
	
	.box:hover .corner {
		top: 0px;
		left: 0px;
	}

	.box:hover .dark-background {
		opacity: 0.5;
	}
	
	.box, .some {
		width: 100%;
		margin: 0px 0px 30px 0px;
	}
	
	.box:nth-child(even), .some:nth-child(even) {
		margin: 0px 0px 30px 0px;
	}

	.interlude {
		background-position: left center;
	}

	.interlude p {
		margin: 0px 50px;
	}
	
	footer {
		padding: 100px 0px;
	}
	
	.footer-logo {
		width: 50%;
	}
	
	nav a:hover .triangle {
		display: none;
	}

	.right, .left {
		float: none;
		width: 100%;
	}
	
	label {
		width: 100%;
		float: none;
	}

	input, textarea {
		width: 100%;
	}

	.some:hover .dark-background {
		opacity: 0.5;
	}

	.some:hover .some-text {
		opacity: 1;
	}

}