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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}
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:none;}table{border-collapse:collapse;border-spacing:0;}


/*-0 reset-----------------------*/
/*-1 fontface--------------------*/
/*-2 structure-------------------*/
/*-3 typography------------------*/
/*-4 links & lists---------------*/
/*-5 elements--------------------*/
/*-6 media-queries---------------*/



/*-1 fontface---------------------*/
/*--------------------------------*/




/*-2 structure--------------------*/
/*--------------------------------*/

html {
	height: 100%;
	overflow-y:scroll;
}

body {
	font-size: 62.5%;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

header {
	background-color: #fff;
	border-top: 2.5em solid #3C7D9A;
}

nav {
	float: right;
	overflow: hidden;
}

#main {
	margin: 0 auto;
	width: 96em;
	overflow:hidden;
}

#menu {
	background-color: #E86B0C;
	height: 2.5em;

}

footer {
	background-color: #E86B0C;
	bottom: 0;
	position: absolute;
	position: fixed;
	width: 100%;
}

#pop {
	display: block;
}

.temp {
	display: block;
}



/*-3 typography-------------------*/
/*--------------------------------*/

h2 {
	background-color: #3C7D9A;
	color:white;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.7142em 0.7142em;
	text-transform: uppercase;
}

h3 {
	color:#3C7D9A;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4286em;
	margin-top: 2.8572em;
	text-transform: uppercase;
}

p {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.5385em;
	padding-top: 1.5385em;
	padding-top: 0.7693em;
}


/* - - - - - - - - - - - - - - - - - - */

h3.top {
	color:#3C7D9A;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0.7143em;
	text-transform: uppercase;
}

#pop h3 {
	display:none;
}



/*-4 links & lists--------------------*/
/*------------------------------------*/

.text a {
	border-bottom: .2em dashed #E86B0C;
	color:#3C7D9A;
	font-weight: bold;
	text-decoration: none;
}

.text a:hover {
	border-bottom: .2em dashed #3C7D9A;
	color:#E86B0C;
}


ul.nav {
	float: right;
}

ul.nav li {
	float: left;
	margin-right: 3em;
	text-decoration: none;
}


ul.nav li a:hover,
ul.nav li.active a {
	color:#E86B0C;
}


.textBlock ul {
	list-style: disc outside;
	margin-top: 1em;
}

.textBlock li {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.5385em;
	margin-left: 1.3em;
}


footer ul {
	margin:0 auto;
	overflow: hidden;
	width: 96em;
}

footer ul li {
	float: right;
	margin-left: 2.5em;
}

footer ul li.last {
	margin-right: 3em;
}

footer ul li a,
#pop ul.nav li a {
	color:white;
	display: block;
	font-family: verdana, sans-serif;
	font-size: .9em;
	padding-top: .8em;
	padding-bottom: .8em;
	text-decoration: none;
	text-transform: uppercase;
}

#pop ul.nav li a:hover,
#pop ul.nav li.active a {
	text-decoration: underline;
}

footer ul li a:hover {
	text-decoration: underline;
}


/* - - - - - - - - - - - - - - - - - - */

#menu em {
	color:#3C7D9A;
}



/*-5 elements-------------------------*/
/*------------------------------------*/

#logo {
	margin: 0 auto;
	width: 96em;
}

#logo img {
	margin-bottom: 2.5em;
	margin-top: 2.5em;
}

#logo img.hamburger {
	float: right;
	margin-right: 3em;
	height: 2em;
	width: 2em;
}

#logo img.close {
	float: right;
	margin-bottom:0;
	margin-top:0;
	position: relative;
	top:-.15em;
}

#pop {
	width: 96em;
	margin: 0 auto;
}

ul.nav {
	margin:0 auto;
}

.text img {
	width: 100%;
}

#textBlocks {
	float: right;
}

#textBlocks.wie {
	width: 66em;
}

.textBlock {
	float: left;
	margin-right: 3em;
	padding-top: 8em;
	padding-bottom: 8em;
	width: 30em;
}

.secondRow {
	padding-top: 0;
}

.profile .text {
	min-height: 28em;
}

.doubleRight {
	margin-top: 3.4em;
}

.text {
	background-color: rgba(255,255,255,0.8);
	background-color/*\**/: white\9; /*ie8*/
	padding: 1em 1em 2em 1em;
	width: 28em;
}

img.hamburger {
	display: none;
}

img.hamburger:hover, img.close:hover {
	cursor: pointer;
}

footer em {
	color: #3c7d9a;
}
/* - - - - - - - - - - - - - - - - - - */




/*-6 media-queries--------------------*/
/*------------------------------------*/

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

	#logo, #pop {
		width: 100%;
	}

	#logo img {
		margin-left: 2em;
	}

	#main {
		width: 100%;
	}

	footer ul {
		width: 100%;
	}

}


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

	#textBlocks {
		float: none;
		margin-left: 0;
	}
	
	#textBlocks.wie {
		width: 100%;
	}

	.textBlock {
		clear:right;
		float: none;
		margin: 0 auto;
		width: 80%;
	}

	.profile, .history {
		width: 30em;
	}

	.firstRow {
		padding-top: 0;
	}
	.text {
		width: auto;
	}

	.text img {
		width: 100%;
	}

	.singleRight {
		padding-top: 0;
	}

	.doubleLeft {
		padding-bottom: 0;
	}

	.doubleRight {
		padding-top: 0;
	}


	.doubleLeft .text {
		padding-bottom: 1em;
	}

	.doubleRight .text,
	.doubleRight .text p {
		padding-top: 0;
	}

	#pop {
		background-color:#323949;
		display: none;
		position:absolute;
		top:0;
		z-index:10;
	}

	img.hamburger {
		display: block;
	}


	#pop h3 {
		display: block;
		padding-bottom: 3em;
		padding-left: 1.5em;
		padding-right: 1.5em;
	}

	#pop h3 img.close {
		float: right;
		margin-bottom: 0;
		margin-top: 0;
		position: relative;
		top: -0.15em;
	}


	ul.nav  {
		border-bottom: 0.2em solid rgba(255, 255, 255, 0.1);
		float: none;
		text-decoration: none;
	}


	ul.nav li {
		float: none;
		margin-right: 0;
		text-decoration: none;
	}


	#pop ul.nav li a {
		border-top: 0.2em solid rgba(255, 255, 255, 0.1);
		color: #CCCCCC;
		display: block;
		font-family: 'Montserrat',sans-serif;
		font-size: 1.4em;
		padding: 1.5em;
		text-decoration: none;
		text-transform: uppercase;
	}

	#pop ul.nav li.active a, #pop ul.nav li a:hover {
		color: #E86B0C;
		text-decoration: none;
	}

	#pop.navopen {
		display: block;
	}

}


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

	.profile, .history {
		width: 80%;
	}

	#logo {
		overflow: hidden; 
	}

	#logo img {
		margin-bottom: 1em;
		margin-left: 0;
		margin-top: 1em;
		width: 100%;
	}

	#logo a {
		display: block;
		margin-left: 1em;
		margin-right: 1em;
		width: 80%;
		float: left;
	}

	#logo img.hamburger {
		width: 2em;
		margin-right: 1em;
	}

	#logo img.close {
		width: 1.8571em;
	}

	ul.nav {
		overflow:hidden;
	}

	#logo #pop ul.nav li a {
		margin-left: 0em;
	}


}


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

	footer ul li.last {
		margin-right: 3em;
	}
}

@media screen and (max-width: 270px) {
	#logo a {
		margin-right: 0;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
	ul.nav li.last {
		margin-right: 0;
	}
	
	footer ul li.last a,
	footer ul li.last {
		margin-right:0;
	}
	
}


