@font-face {
  font-family: 'Alice';
  src: url("fonts/alice-regular-webfont.eot");
  src: url("fonts/alice-regular-webfont-.eot#iefix") format("embedded-opentype"), url("fonts/alice-regular-webfont.woff") format("woff"), url("fonts/alice-regular-webfont.ttf") format("truetype"), url("fonts/alice-regular-webfont.svg#svgFontName") format("svg");
}

body,html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.clear {
	clear: both;
}
.pagewrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -280px; 
}
.pagewrap:after {
	content: "";
	display: block;
}
.footer, .pagewrap:after {
	/* .push must be the same height as footer */
	height: 280px; 
}

body {
	font-family: "Alice", sans-serif;
	color: #6f6f6e;
	font-size: 15px;
}

.respond {
	width: 100%;
	width: 900px;
	max-width: 900px;
	margin: 0px auto;
}

.header .logo {
	margin: 0px auto;
	padding: 40px 0px;
	display: block;
	width: 90%;
	max-width: 350px;
}

.header .links {
	border-top: 1px solid silver;
	border-bottom: none;
	padding: 10px 0px;
	text-align: center;
}

.header .links a {
	display: inline-block;
	padding: 0px 20px;
	text-decoration: none;
	color: #312782;
}
.header .links a:hover, .header .links a.on {
	color: #e20d13;
}

.footer {
	width: 100%;
	background-color: #b1b1b1;
}
.footer h2 {
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 18px;
	padding: 10px 10px 8px 0px;
	color: #312782;
	border-bottom: 1px solid #312782;
	width: 120px;
	margin: 10px 10px 10px 0px;
}
.footer span {
	color: #312782;
}
.footer .form {
	float: left;
	width: 100%;
	max-width: 350px;
}
.footer .textbox, .footer .textarea {
	width: 100%;
	min-width: 200px;
	border: 2px solid #ececec;
	padding: 4px;
	margin: 2px 0px;
}
.footer .textarea {
	height: 100px;
}
.footer .button {
	background-color: transparent;
	border: 1px solid #312782;
	margin: 0px;
	padding: 3px 15px;
	font-family: "Alice", sans-serif;
	color: #312782;
	font-weight: bold;
	cursor: pointer;
}
.footer .right_side {
	float: right;
}
.footer .right_side .copyright {
	text-align: right;
	font-size: 12px;
}
.footer .right_side .copyright .mib {
	padding-bottom: 10px;
}
.footer .right_side .telephone {
	text-align: right;
	padding: 60px 0px 80px;
}
.footer a {
	text-decoration: none;
	color: #6f6f6e;
}
.footer a:hover {
	text-decoration: underline;
}


.welcome_page {
	background-image: url(images/template/backdrop.png?v=3);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 520px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}
.welcome_page .box {
	width: 40%;
	top: 20px;
	right: 40px;
	position: absolute;
}
.welcome_page .content {
	padding: 50px;
	width: 55%;
}
.welcome_page h1 {
	color: #312782;
}
.welcome_page h1 .error {
	color: #e20d13;
}
.welcome_page .userCode {
	border: 3px solid #312782;
	width: 80%;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	font-family: "Alice", sans-serif;
	margin: 10px 0px;
	text-transform: uppercase;
}
.welcome_page .continueButton, .submitButton {
	background-color: #312782;
	font-family: "Alice", sans-serif;
	color: white;
	padding: 10px 30px;
	font-size: 18px;
	border: 0px;
	cursor: pointer;
}
.submitButton {
	margin: -10px auto 10px;
	display: block;
}

.standard_page {
	background-color: #f5f5f5;
	margin: 20px auto;
}
.standard_page .left_col {
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
}
.standard_page .right_col {
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
}
.standard_page .textbox {
	width: 100%;
	padding: 7px 5px;
	box-sizing: border-box;
	font-family: "Alice", sans-serif;
	font-size: 15px;
	border: 2px solid #ececec;
	background-color: white;
	margin-bottom: 5px;
}
.standard_page select.textbox {
	opacity: 0;
	padding: 0px;
}
.standard_page .textbox.select {
	padding: 0px 0px;
	position: relative;
}
.standard_page .textbox.select span {
	position: absolute;
	top: 8px;
	left: 6px;
	color: #a9a9a9;
}
.standard_page .textbox.select span.complete {
	color: black;
}
.standard_page .textbox.select i {
	position: absolute;
	top: 10px;
	right: 8px;
	background-image: url(images/template/select.png);
	width: 12px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
}
.standard_page h3 {
	color: #312782;
	font-size: 15px;
	margin: 0px 0px 5px 1px;
}
.standard_page .img_place {
	position: relative;
}
.standard_page .img_place .img {
	position: absolute;
	right: 10px;
	bottom: 10px;
	top: 10px;
	left: 51%;
	background-color: #c7c7c7;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border: 2px solid #ececec;
}
.standard_page h1 {
	color: #312782;
	font-size: 20px;
	margin: 0px;
}
.standard_page h4 {
	margin: 0px;
	padding: 5px 0px;
}

.message {
	background-color: #ffebe8;
	border: 1px solid #de3c11;
	padding: 5px 0px;
	text-align: center;
	font-weight: bold;
	color: #de3c11;
	margin-top: 20px;
}

.smallprint {
	font-size: 11px;
	margin: 10px;
	text-align: center;
	color: #a9a9a9;
}