* {
	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;
}
.hrMarchon {
    border: solid #e5e5e5;
    border-width: 1px 0 0;
}
input[type="password"] {
    font:small-caption;
    font-size:1.6rem;
}
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;
}
.asterisk {
    color: #f15c22 !important;
    padding-left: 3px;
}

/* 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;
}
.logOut {
    float: right;
	width: 7rem;
	height: auto;
    padding-top: 5px;
	font-family: "akzidenz-grotesk",sans-serif;
	color: #f15c22;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: -0.02em;
	cursor: pointer;
    text-align: right;
}

.logOut:hover {
	color: #272727;
}

/* 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.06em;
	margin: 0;
}
#tagline h1 span {
	padding-top: 3px;
    padding-bottom: 2vw;
	border-bottom: 6px solid #f15c22;
	display: inline-block;
}
.headLogin {
	padding-bottom: 1vw !important;
	font-size: .7em;
}
@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%;
}
#linkArea {
	font-family: "akzidenz-grotesk",sans-serif;
	height: auto;
    margin: 1vw 0 0;
    width: 87.5vw;
	position: relative;
}
@media only screen and (min-width: 480px) {
	#linkArea {
		margin: 1vw 0 0 27.5vw;
		width: 60vw;
	}
}
@media only screen and (min-width: 800px) {
	#linkArea {
		height: auto;
		min-height: 23vw;
		margin: -23vw 0 0;
		width: 25vw;
	}
}
.onError {
    font-size: 1.5em;
	font-weight: 400;
	letter-spacing: -0.02em;
    height: 100% !important;
    line-height: 2.6rem;
    color:red;
}
.welcome, .lALink {
    font-size: 1.4em;
	font-weight: 400;
	letter-spacing: -0.02em;
    /*height: 2.6em;
    line-height: 2.6rem;*/
}
.lALink {
	width: 100%;
	font-family: "akzidenz-grotesk",sans-serif;
	color: #f15c22;
	cursor: pointer;
}
@media only screen and (min-width: 800px) {
    .welcome, .lALink {
        /*height: 4rem;
        line-height: 4rem;*/
    }
}
.lALink:hover {
	color: #272727;
}
.helpText {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2rem;
    margin-top: 2.5rem;
}
.helpText span:first-child {
    font-weight: 400;
    line-height: 2rem;
}

/* Manage Password Styling */
.passwordInstructions {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3rem;
}
.passwordInputs {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
}
.passwordInputs div {
    height: auto;
    text-align: center;
    width: 20rem;
    margin: 0 auto 3px auto;
}
.passwordInputs label {
    font-weight: 300;
}
.passwordInputs input {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #808080;
    color: #272727;
    text-align: center;
    font-size: 1.3em;
    padding: 0 3px;
    margin: 0 0 10px 0;
    width: 100%;
    height: 2.5rem;
    display: block;
}
.passwordPolicy {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.3rem;
}
.passwordPolicy p:first-child {
    font-weight: 400;
    padding-bottom: 0.7rem;
}
.tryAgain {
    color: #f15c22;
    cursor: pointer;
}
.tryAgain:hover {
    text-decoration: none;
    color: #272727;
}

/* Manage Challenge Styling */
.challengeInstructions {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3rem;
}
.challengeInputs {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}
.challengeInputs div div {
    height: auto;
    text-align: center;
    width: 40rem;
    margin: 0 auto 3px auto;
}
.challengeInputs label {
    font-weight: 300;
}
.challengeInputs input, .challengeInputs select {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #808080;
    color: #272727;
    text-align: center;
    font-size: 1.3rem;
    padding: 0 3px;
    margin: 0 0 10px 0;
    width: 100%;
    height: 2.5rem;
    display: block;
}

/* 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;
    height: calc(100% - 120px);
    min-height: 250px;
}
.dMBMain {
    display: block;
    width: 100%;
    height: auto;
}
.dMBResponse {
    display: none;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 400;
}
.modalButton {
    font-family: "akzidenz-grotesk",sans-serif;
    font-size: 1.3em;
    padding: 0;
	margin: 7px 5px 0 0;
    width: 100%;
	height: 2.6rem;
	display: block;
}
@media only screen and (min-width: 370px) {
	.modalButton {
		width: 11rem;
		display: inline-block;
	}
}
.modalButton:hover {
    background-color: #505050;
    border: 1px solid #505050;
    color: #ffffff;
    cursor: pointer;
}
.submit, .tryAgain {
    background: none repeat scroll 0 0 #f15c22;
    border: 1px solid #f15c22;
    color: #ffffff;
    white-space: nowrap;
	width: -moz-fit-content;
	width: -webkit-max-content;
}
.cancel {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #808080;
    color: #272727;
}
.success {
    color: #05c04a;
}
.fail {
    color: #f15c22;
}