/* css reset */

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;
}
/*sticky footer */
* {
	margin: 0;
}
html, body {
	height: 100%;
	
}
.wrapper {
	min-height: 100%;
	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
	height: 155px; /* '.push' must be the same height as 'footer' */
}

/* custom stylings */

body {
	font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
}

.wrapper {

}

header, section, footer {
	padding: 2em;
}

header {
	position: relative;
}

header h1 {
	padding: 2em 2em;
}

header h1 a {
	background: url(../img/logo-transparent.png) no-repeat;
	background-size: contain;
	width: 100%;
	display:block;
	padding-bottom: 71.17726657645467%;
	text-indent: -9999px;
}

a.menu-link {
	display: block;
	font-size: 2em;
	color: #fff;
	text-decoration: none;
	position: absolute;
	background: rgba(0, 0, 0, 0.43);
	top: 0;
	right: 0;
	text-align: right;
	padding: 10px;
	/* margin: 2% 1em; */
}

nav.hide {
	display: none;
}

.desktop {
	display: none;
}

header nav {
	position: absolute;
	top: 52px;
	right: 0;
}

header nav ul {
	list-style: none;
	margin: 0;
}

header nav ul li {
	margin: 0;
	text-align: right;
	padding: 1em;
	background: rgba(0, 0, 0, 0.43);
}

header nav ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	margin-bottom: 1em;
	font-size: 30px;
	font-stretch:condensed;
	font-weight: bold;
}

h3 {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.2em;
	font-stretch: condensed;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

.transparent {
	color: #fff;
	background: url(../img/large_ws_1920x1080.jpg) no-repeat;
	background-size: 550%;
	background-position: 1130px 890px;
}

.transparent h2, .transparent p {
	background: #fff;
	color: #666666;
}

.transparent h2 {
	line-height: 1.2em;
}

.white {
	background: #fff;
	color: #666666;
}

.white a {
	color: #1F497D;
}

.blue {
	background: #1F497D;
	color: #fff;
}

.blue a {
	color: #EBEBEB;
}

footer {
	font-size: 0.9em;
	padding: 2em;
}

.gap {
	display: none;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

ol, ul {
	margin-bottom: 2em;
	padding-left: 2em;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: lower-alpha;
}
li {
	margin-bottom: 1em;
	line-height: 1.2em;
}

.small {
	font-size: 0.7em;
}

.link {
	padding: 1em;
	width: auto;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
}

.blue .link {
	background: #fff;
	color: #1F497D;
}

.white .link {
	background: #1F497D;
	color: #fff;
}
.buttons{
	display:block; 
	text-align: center;
	margin:	10%;
}
.buttons a{
	text-decoration: none;
	display: block;
	margin:1em;
	padding: 1em;
	background:  #1F497D; 
	color:white;
}

@media screen
and (min-width: 50em)
and (orientation: landscape) {
	.transparent {
		background-size: 300%;
	}
}
@media screen
and (min-width: 60em)
and (orientation: landscape) {
	header h1 {
		max-width: 300px;
		background: rgba(0, 0, 0, 0.38);
	}
	
	header, section {
		padding: 5em;
	}

	.content-wrap {
		max-width: 60em;
		margin: 0 auto;
	}
	.transparent {
		background-size: 150%;
		background-position: 100%;
	}
	.gap {
		display: block;
		padding: 0;
		height: 454px;
	}
	.wrapper {
		min-height: 100%;
		margin: 0 auto -213px; /* the bottom margin is the negative value of the footer's height */
	}
	footer .push {
		height: 213px;
	}
	footer {
		padding: 2em;
	}
	a.menu-link {
		display: none;
	}
	.mobile {
		display: none;
	}
	nav.desktop {
		display: block;
		position: static;
		background: #f9f9f9;
		border-bottom: 1px solid #eee;
	}
	nav.desktop ul {
		max-width: 60em;
		margin: 0 auto;
		padding: 0;
	}
	nav.desktop ul li {
		display: inline-block;
		padding: 0;
		margin: 0;
		position: relative;
	}
	nav.desktop ul li:after {
		content: '';
		display: block;
		width: 1px;
		height: 60%;
		background: #ddd;
		position: absolute;
		top: 20%;
		right: 0;
	}
	nav.desktop ul li:last-child:after {
		content: none;
	}
	nav.desktop ul li a {
		font-size: 1em;
		color: #666;
		text-decoration: none;
		padding: 1em;
		display: block;
	}
	nav.desktop ul li a:hover {
		transition: .25s ease all;
		color: #ccc;
	}
}

@media screen
and (min-width: 110em)
and (orientation: landscape) {
	.transparent {
		background-size: cover;
	}
}