* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	font-size: 62.5%;
    /* Sets up the Base 10 stuff */
	overflow-x: hidden;
	height: 100%;
	font-family: "akzidenz-grotesk", sans-serif;
}
body {
	height: 100%;
}
img {
    border: 0 none;
    vertical-align: middle;
}
a {
	color: #808080;
	font-family: "akzidenz-grotesk", sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	font-size: 1.5rem;
	line-height: 2rem;
	text-decoration: none;
}
a:hover {
    color: #f15c22;
}

/* Logo Area Styling */
#mainLogo {
	display: block;
	width: 100%;
	height: 60px;
	padding: 16px 6.25vw;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	z-index: 22;
}
#mainLogo .logo {
	display: inline-block;
	width: 18.75vw;
	margin: 0 auto;
	padding: 6px 0 7px;
}
.logo img {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    min-width: 130px;
    max-width: 200px;
}

/* Offset Styling - Accounts for absolute logo area */
#offsetDiv {
	width: 100%;
	height: 60px;
	display: block;
	top: 0px;
	z-index: -1000;
}

/* Main Container Styling */
#mainContainer {
    width: 100%;
    height: auto;
}
#mainInner {
    display: block;
    width: 100vw;
    height: auto;
    overflow: hidden;
	margin-bottom: 0;
	padding: 0 6.25vw 1vw 6.25vw;
}
#tagline {
	width: 43.75vw;
	display: block;
	z-index: 10;
	margin-top: 10vw;
	position: relative;
}
#tagline h1 {
	font-family: "akzidenz-grotesk", sans-serif;
	font-weight: 500;
	font-style: normal;
	overflow: hidden;
	color: #272727;
	font-size: 8vw;
	line-height: 6vw;
	letter-spacing: -0.03em;
	margin: 0;
}
#tagline h1 span {
	padding-bottom: 2vw;
	border-bottom: 6px solid #f15c22;
	display: inline-block;
}
@media only screen and (min-width: 500px) {
	#tagline h1 span {
		border-bottom: 8px solid #f15c22;
	}
}
@media only screen and (min-width: 800px) {
	#tagline h1 span {
		border-bottom: 10px solid #f15c22;
	}
}
@media only screen and (min-width: 1280px) {
	#tagline h1 span {
		border-bottom: 12px solid #f15c22;
	}
}
#page-image-1 {
	margin: -23vw 0 0 27.5vw;
    width: 60vw;
}
#page-image-1 img {
	display: block;
    height: auto;
    position: relative;
    width: 100%;
}
#loginArea {
	font-family: "akzidenz-grotesk",sans-serif;
	height: auto;
    margin: 1vw 0 0;
    width: 87.5vw;
	position: relative;
}
@media only screen and (min-width: 480px) {
	#loginArea {
		margin: 1vw 0 0 27.5vw;
		width: 60vw;
	}
}
@media only screen and (min-width: 800px) {
	#loginArea {
		height: auto;
		min-height: 23vw;
		margin: -23vw 0 0;
		width: 25vw;
	}
}
#loginArea span {
	font-family: "akzidenz-grotesk",sans-serif;
	color: #272727;
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: -0.02em;
	height: 1.5rem;
}
.inputField {
	width: 100%;
	height: 5em;
}
.signIn {
	height: 3.6em;
	padding-top: 5px;
}
@media only screen and (min-width: 800px) {
	.signIn {
		height: 5em;
		padding-top: 18px;
	}
}
.fieldInput {
	font-family: "akzidenz-grotesk",sans-serif;
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #808080;
    color: #272727;
    font-size: 1.3em;
    padding: 0 3px;
	margin: 0;
    width: 100%;
	height: 2.5rem;
	display: block;
}
.asterisk {
	color: #f15c22 !important;
	padding-left: 3px;
}
.signInButton {
	font-family: "akzidenz-grotesk",sans-serif;
	background: none repeat scroll 0 0 #f15c22;
    color: #ffffff;
    font-size: 1.3em;
    padding: 0 3px;
	margin: 1px 0 0;
    width: 100%;
	height: 2.5rem;
	display: block;
}
.signInButton:hover {
	background-color: #505050;
	cursor: pointer;
}
.forgotPassword {
	width: 60%;
	float: left;
	height: 2.6em;
    padding-top: 5px;
	font-family: "akzidenz-grotesk",sans-serif;
	color: #f15c22;
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: -0.02em;
	cursor: pointer;
}
.registerLink {
	width: 40%;
	float: right;
	text-align: right;
	height: 2.6em;
    padding-top: 5px;
	font-family: "akzidenz-grotesk",sans-serif;
	color: #f15c22;
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: -0.02em;
	cursor: pointer;
}
@media only screen and (min-width: 800px) {
    .forgotPassword, .registerLink {
        height: 4em;
        padding-top: 18px;
    }
}
.forgotPassword:hover, .registerLink:hover {
	color: #272727;
}
.helpTextModal {
	font-family: "akzidenz-grotesk",sans-serif;
	color: #272727;
	letter-spacing: -0.02em;
}

/* Modal Dialog Styling */
#dialogModalTitle {
    font-family: "akzidenz-grotesk",sans-serif;
	color: #272727;
	font-size: 1.6em;
}
#dialogModalBody {
    font-family: "akzidenz-grotesk",sans-serif;
	color: #272727;
	font-size: 1.5em;
	font-weight: 300;
}
.modalClose {
    font-family: "akzidenz-grotesk",sans-serif;
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #808080;
    color: #272727;
    font-size: 1.3em;
    padding: 0;
	margin: 7px 5px 0 0;
    width: 100%;
	height: 2.5rem;
	display: block;
}
@media only screen and (min-width: 370px) {
	.modalClose {
		width: 11rem;
		display: inline-block;
	}
}
.modalClose:hover {
    background-color: #505050;
    color: #ffffff;
	cursor: pointer;
}