

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.4;
	padding: 0;
	letter-spacing: 0.06em;
	color: #333;
	display:table;
	width: 100%;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:visited {
	color: black;
	color: #BD171D;
}

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 {
	position: absolute;
	left: calc(6vw + 180px);
	top: calc(4vh + 112px);
	margin: 0;
	color: #BD171D;
	font-size: 2.5em;
	line-height: 1.1;
}

.mainHeader .logo {
	width: 140px;
}

.mainHeader .logoLink {
	border-bottom: 0;
}


.mainFooter {
	font-size: 0.9em;
	background-color: #444;
	color: #999;
	z-index: 30;
}

.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;
}



/* browser overrides */

body .folderIcon {
	background-color: #BD171D;
}

body .folderIcon:after {
	background-color: #890d11;
}

.listView .folder:hover .folderIcon,
.listView .folder.hovered .folderIcon,
.iconView .folder:hover .folderIcon,
.iconView .folder.hovered .folderIcon {
	border-color: #890d11;
}

.folderIcon:after {
	background-color: #890d11;
}

