@font-face {
	font-family: 'BasistaGrotesk';
	src: url('../fonts/BasistaGrotesk-Regular.eot?') format('eot'), url('../fonts/BasistaGrotesk-Regular.woff') format('woff'), url('../fonts/BasistaGrotesk-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'BasistaGrotesk';
	src: url('../fonts/BasistaGroteskBold-Bold.eot?') format('eot'), url('../fonts/BasistaGroteskBold-Bold.woff') format('woff'), url('../fonts/BasistaGroteskBold-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	font-family: BasistaGrotesk;
	font-size: 16px;
	line-height: 1.4;
	padding: 0;
	letter-spacing: 0.06em;
	color: #333;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:visited {
	color: black;
}

a:hover,
a:active {
	color: black;
	border-bottom: 2px solid black;
}

h1>a,
h1>a:visited,
h1>a:hover,
h1>a:active {
	color: #333;
	border:none;
}

p,
h1,
h2,
h3 {
	margin-bottom: 1em;
}

h1 {
	font-weight: normal;
	font-size: 2.8em;
	line-height: 1.1;
}

h2 {
	font-size: 1.5em;
}


.wrapper {
	position: relative;
	min-height: 100%;
	margin-bottom: -220px;
	padding: 4em 4em;
}

.wrapper:after {
	content: '';
	display:block;
	height: 220px;
}

.mainHeader {
	position: relative;
	margin-bottom: 4em;
}

.mainHeader h1 {
	margin-bottom: 0.1em;
}

.mainHeader h2 {
	position: relative;
	margin-top:40px;
	color: #1b5200;
	font-size: 2.5em;
	line-height: 1.1;
}

.mainHeader .logo {
	width: 230px;
}

.mainHeader .logoLink {
	border-bottom: 0;
}


.mainFooter {
	font-size: 0.9em;
	height: 220px;
	position: relative;
	background-color: #1b5200;
	padding: 2em 4vw;
	z-index: 30;
}

.mainFooter p,
.mainFooter a, 
.mainFooter a:visited {
	color:#fff;
}


.introText {
	max-width: 600px;
}

.helperIFrame {
	width: 100%;
}


/* nav */

.mainNav {
	position: absolute;
	top: 0;
	right: 0;
}

.mainNav li {
	display:inline-block;
	margin-right: 1em;
}

.mainNav li:last-child {
	margin-right: 0;
}

.mainNav ul.subNav {
	display:none;
	position: absolute;
	
}

.mainNav ul.subNav>li {
	display: block;
	white-space: nowrap;
}

.mainNav>ul>li:hover ul.subNav {
	display:block;
}

.mainNav .userEmailNav {
	cursor:default;
	color: black;
}

