

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	padding: 0;
	color: #333;
	display:table;
	width: 100%;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:visited {
	color: #ff3232;
}

a:hover,
a:active {
	color: black;
	border-bottom: 1px 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;
}

h3 {
	font-weight: bold;
}

.headerWrapper,
.contentWrapper,
.footerWrapper {
	position: relative;
	width: 100%;
	padding: 0;
}

.headerWrapper {
	height: auto;
}

.contentWrapper {
	display:table-row;
	height: 100%;
}

.footerWrapper {
	display:table-row;
	height: auto;
}

.mainHeader,
.mainContent,
.mainFooter {
	padding: 4vh 6vw;
	position:relative;
}

.mainHeader h2 {
	color: #ff3232;
	font-size: 2.5em;
	line-height: 1.1;
	margin: 0;
}

.mainHeader .logoLink {
	border-bottom: 0;
	width: 80px;
	margin-bottom: 2em;
	display:inline-block;
}

.mainHeader .logo {
	width: 100%;
}


.mainFooter {
	font-size: 0.9em;
	background-color: #ff3232;
	color: white;
	z-index: 30;
	box-shadow: inset 0 30px 50px -20px rgba(0,0,0,0.4);
}

.mainFooter a {
	color: white;
}

.mainFooter a:hover,
.mainFooter a:active {
	border-bottom: 1px solid white;
}



.introText {
	max-width: 600px;
}

.helperIFrame {
	width: 100%;
}




/* nav */

.mainNav {
	position: absolute;
	top: 4vh;
	right: 6vw;
}

.mainNav li {
	display:inline-block;
	margin-right: 1em;
}

.mainNav a {
	color: black;
}

.mainNav li:last-child {
	margin-right: 0;
}

.mainNav ul.subNav {
	display:none;
	position: absolute;
	
}

.mainNav ul.subNav>li {
	display: block;
	white-space: nowrap;
	margin-top: 0.5em;
}

.mainNav>ul>li:hover ul.subNav {
	display:block;
}

.mainNav .userEmailNav {
	cursor:default;
	color: black;
}




/* app overrides */

.userList a {
	color: black;
}
