/*------------------------------------*\
	RESET
\*------------------------------------*/


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/*------------------------------------*\
	MAIN
\*------------------------------------*/
body {
    background: url("images/background_gr.png") repeat-x scroll 0 150px #fff;
	font-family: "Helvetica Regular", Helvetica, Arial, Sans-serif;
	margin: 0;
	font-size: 12px;
    color: #58595b;
    line-height: 1.42857;
}
h1 {
	font-size: 230%;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: 10px;
}
h3 {
	font-size: 180%;
	font-weight: bold;
	line-height: 2em;
	color: #354D3F;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #3a6983;
	line-height: 1.2em;
}
::-webkit-input-placeholder {
color: #DBDCDD;
}
input[placeholder] {
	color: #bcbec0;
}
p, a.more {
	/*font-size: 85%;*/
	line-height: 160%;
}
.content p {
    margin: 0 0 10px;
    padding: 5px 0 0;
}
a.more:active, a.more:visited, a.more {
	color: #0F6797;
	text-decoration: none;
}
.header, .footer, .nav {
	display: block;
	clear: both;
}
.content {
	width: 100%;
	margin: 0 auto 2%;
	min-height: 400px;
}
.content h1 {
	color: #00b2e4;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 8px;
}
.content h1 {
  color: #00b2e4;
  display: inline-block;
  line-height: 30px;
}
.pageHeader h1 {
    margin-left: 37%;
    width: 61%;
}
.content h2 {
	color: #00b2e4;
	margin: 0;
	padding: 0;
}
.content h4 {
	color: #58595b;
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 15px;
}
.info p {
	font-size: 12px !important;
	padding: 5px 0;
}
.header {
	padding: 0;
	margin: 0;
}
.header h1 {
	color: #18567E;
	float: left;
	margin-left: 78px;
	margin-top: 10px;
}
.textbox.securityQuestion {
	width: 309px;
}
span.question {
	display: block;
	font-size: 15px;
	padding-bottom: 15px;
}
span.logo img {
	height: 49px;
    vertical-align: middle;
}
/*.logo {
	background: none repeat scroll 0 0 transparent;
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 10px;
	width: 222px;
}*/
.banner {
	background: #224b76; 
    border-bottom: 3px solid #dddee0;
    height: 50px;
    padding: 0.5em;
}
.display-none {
	display: none;
}
.clear::after {
	clear: both;
	content: "";
	display: block;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.infoContainer {
    margin-left: 8.33333%;
    /*margin-top: 40px;*/
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    float:left;
}
.info {
	left: -295px;
	position: absolute;
	width: 289px;
	margin-top: 10px;
	padding-top: 0 !important;
}
.help {
	top: 295px;
}
.pwreset .info.help {
	top: 375px;
}
.pwresethelp {
	top: 384px;
}
.intro p {
	font-size: 12px !important;
}
.content.clearfix > div {
	margin: 0 auto;
	position: relative;
	width: 375px;
}
.ie .login {
	width: 355px;
}
.container {
	margin: 0 auto;
	position: relative;
	width: 970px;
}
.loginbox {
	background: none repeat scroll 0 0 #f6f6f6;
	border: 2px solid #dcddde;
	border-radius: 3px;
	margin: 0;
    padding:1em;    
	width: 41.6667%;
    float:left;
    min-height: 350px;
}
/*.login {
	margin-top:15px;
}*/
.loginbox ul {
	margin: .5em 1em 0;
}/*
.ie .login ul {margin:5px;}*/
.loginbox li {
	display: flex;
    list-style-type: none;
    margin-bottom: 15px;
    width: 100%;
}
.loginbox label {
	background: none repeat scroll 0 0 #00b2e4;
	border-color: #d7d7d7;
	border-radius: 3px 0 0 3px;
	border-style: solid none solid solid;
	border-width: 2px medium 2px 2px;
	display: block;
	float: left;
	font-weight: bold;
	height: 48px;
	/*margin: 0 0 20px 0;*/
	text-align: right;
	width: 50px;
}
.ie7 .loginbox {
	width: 370px;
}
.ie7 .loginbox label {
	width: 7em;
}
.login input {
	border: 1px solid #cccccc;
	border-radius: 0;
	float: left;
	font-size: 22px;
	height: 48px;
	/*margin: 0 0 20px;*/
	padding-right: 10px;
	width: 100%;
    color: #bcb3c0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-overflow: ellipsis;
}
.loginbox .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}
.small, .login {
	width: auto;
}
span.forgetpassword {
	color: #BE2D22;
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin-left: 37%;
	line-height: 2em;
}
span.forgetpassword a {
	color: #BE2D22;
}
.loginbox .button {
	background: none repeat scroll 0 0 #224b76;
	border: 2px solid #d7d7d7;
	border-radius: 0;
	box-shadow: none;
	clear: both;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 10px 16px;
	text-align: center;
	width: 100%;
	cursor: pointer;
    letter-spacing: 1px;
    font-family: inherit;
}
.loginbox .button:hover, .loginbox a.button:hover, .TtlBtnDiv input:hover {
	background-color: #224b76;
	border-color: #224b76;
	color: #ffffff;
}
ul li.userInput label {
	background: url("images/username_icon.png") repeat scroll 50% 0 #00b2e4;
}
ul li.passwordInput label {
	background: url("images/password_icon.png") repeat scroll 50% 0 #00b2e4;
}
/*ul li.userInput label, li.passwordInput label {
	margin-bottom: 10px;
}*/
/*Confirm Password Reset page styles*/
li.passwordInput.oldPwd label {
	background: url("images/password_icon.png") repeat scroll 0 0 #f9a73d;
}
li.passwordInput.newPwd label {
	background: url("images/password_icon.png") repeat scroll 0 0 #00b2e4;
}
li.passwordInput.confirmNewPwd label {
	background: url("images/password_icon.png") repeat scroll 0 0 #4aae23;
}
li.passwordInput.oldPwd {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
}
li.passwordInput.newPwd {
	margin-left: 25px;
	margin-right: 25px;
}
li.passwordInput.confirmNewPwd {
	margin-left: 25px;
	margin-right: 25px;
}

body.confirmPwd {
	background-position: 0 150px;
}
body.confirmPwd .firstTime, body.confirmPwd .forgotPasswordContainer, body.confirmPwd p.helpSection, body.confirmPwd .infoContainer.home, body.confirmPwd .home {
	display: none;
}
body.confirmPwd .infoContainer.pwreset, body.confirmPwd h1.resetPassword {
	display: block;
}
body.confirmPwd input[placeholder] {
	color: #bcbec0;
	font-size: 22px !important;
}
li.confirmPwdSubmit {
	margin-top: -23px;
}
input.button.cancel, input.button.cancel:hover {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #bc2121;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
	text-decoration: underline;
	cursor: pointer;
}
.infoContainer.pwreset {
	display: none;
}
/*end*/
/*End User and Security Question styles*/
.ConFldSetDiv table td {
	padding: 0 3px 13px 0;
}
.ConFldSetDiv input {
	font-size: 13px;
	padding: 2px;
}
.TtlTxtDiv h1 {
	Margin-top: 10px;
}
.TblMgn table td {
	padding: 0 3px 13px 0;
	vertical-align: top;
}
.TblMgn input {
	font-size: 13px;
	padding: 2px;
}
caption.TblTtlTxt {
	margin-bottom: 10px;
}
.bottomBtns .TtlTxtDiv {
	display: none;
}
.noBG .bottomBtns {
	text-align: center;
}
.TtlBtnDiv input {
	background: none repeat scroll 0 0 #224b76;
	border: 2px solid #d7d7d7;
	border-radius: 3px;
	box-shadow: none;
	clear: both;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 1%;
	text-align: center;
	cursor: pointer;
	width: 8em;
	font-size: 16px;
}
p.securityQuestions {
	font-size: 14px;
}
.TtlBtnDiv {
	text-align: center;
}
/*end*/
.firstTime {
	border-top: 1px solid #dcddde;
}
.firstTime p {
	color: #6d6f71;
	font-size: 16px;
	margin: 9px 12px 13px;
	line-height: 130%;
}
.firstTime h2 {
	color: #00b2e4;
	font-size: 24px;
	margin-top: 14px;
	margin-left: 12px;
}
.offscreen {
	position: fixed;
	top: -9999px;
}
section {
	padding: 0 0px 30px;
}
section p {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/*section:after {
	content: '...';
}*/
section p.active {
	text-overflow: visible;
	-o-text-overflow: visible;
	white-space: normal;
	word-break: break-all;
	overflow: visible;
	height: 100%!important;
}
h3 {
	margin: 0;
	padding: 0;
}
h4 {
	clear: both;
	margin: 0;
	padding: 0;
}
.more {
	display: inline;
	float: left;
}
textarea:focus, input:focus {
	/*background: none repeat scroll 0 0 #fff !important;*/
	border: 2px solid #00B2E4;
}
.loginbox input:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
a:visited, a:active {
	color: #02578d;
}
.extrahelp span.icon {
	background: url("images/tools.png") no-repeat scroll 11px 7px transparent;
	float: left;
	height: 100px;
	width: 75px;
}
.extrahelp p {
	font-size: 100%;
	padding: 1%;
	margin-left: 80px;
}
.info p {
	font-size: 130%;
}
.extrahelp span {
	color: #354D3F;
	font-weight: bold;
}
.forgotPasswordContainer {
	margin-top: -12px;
}
a.forgetpassword {
	color: #bc2121;
	display: block;
	font-size: 16px;
	text-align: center;
}
a.requestpassword {
	color: #bc2121;
	display: block;
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 5px;
}
a.return {
	color: #bc2121;
	display: block;
	font-size: 18px;
	margin-top: 15px;
	text-align: center;
}
.error {
	background: url("images/errorandalert.png") no-repeat scroll 5px -82px #ffe4e1;
	clear: both;
	color: #cc0000;
	display: block;
	margin: 1.5em 0;
	min-height: 1.75em;
	padding: 0.25em 1em 0.25em 2.5em;
}
.success {
	background: url("images/successandalert.png") no-repeat scroll 5px -78px lightgreen;
	clear: both;
	color: green;
	display: block;
	margin: 1.5em 0;
	min-height: 1.75em;
	padding: 0.25em 1em 0.25em 2.5em;
}
.logout {
	background: url("images/errorandalert.png") no-repeat scroll 5px -82px #ffe4e1;
	clear: both;
	color: #cc0000;
	display: block;
	margin: 1.5em 0;
	min-height: 1.75em;
	padding: 0.25em 1em 0.25em 2.5em;
}
.errormessage {
	background: none repeat scroll 0 0 #D8E4EF;
	border-bottom: 1px solid #BFC8D1;
	border-top: 1px solid #BFC8D1;
	color: #D74545;
	font-size: 90%;
	line-height: 1.5;
	padding: 5px;
	display: none;
}
.errormessage span.icon {
	background: url("images/warning-icon.png") no-repeat scroll left top transparent;
	display: block;
	float: left;
	height: 26px;
	width: 30px;
}
.head {
	max-width: none;
}

fieldset ul li {
	margin: 2px 0;
}
fieldset ul li select, fieldset ul li input {
	border: 1px solid #cfd3d6;
}

body.noBG {
	background: #fff;
}

.wrapper {
	background: #fff;
}
.more {
	border-left: 1px solid #2f5d6c;
	border-right: 1px solid #2f5d6c;
}
.content ol {
	padding: 15px 0 5px 18px;
}
.content ol li {
	padding-bottom: 10px;
	font-size: 12px;
}
.content p, .content li {
	color: #58595b;
}
a.button {
	font-family: Arial;
	font-size: 12px;
}
a.button {
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: auto;
}
.button {
	background: none repeat scroll 0 0 #62656a;
	border: 1px solid #62656a;
	color: #fff;
}
.button:hover {
	background: none repeat scroll 0 0 #224b76;
	box-shadow: none;
	color: #ffffff;
}
a {
	color: #3b65c4;
}
.info ul {
	padding-top: 5px;
	font-size: 12px;
}
.info ul ul li {
	margin-left: 18px;
	width: 265px;
}
.info ul li {
	margin-left: 20px;
	padding-top: 3px;
}

.pageActions {
	color: #656565;
	list-style: outside none none;
	margin: 2em auto;
}
.printButton {
	height: 29px;
	width: 38px;
	float: left;
}
button {
	background: #f2f2f2 none repeat scroll 0 0;
	border: 1px solid #d6d6d6;
	border-radius: 1px;
	color: #797979;
	font-size: 0.95em;
}
button:hover {
	background-color: #224b76;
	color: #fff;
}
button .icon {
	color: #224b76;
	font-size: 21px;
	vertical-align: middle;
}
button:hover .icon {color:#fff;}
.pageTitle {
	width: 8.5in;
	margin: 3em auto;
}
.select-style {
	background-color: transparent;
	border: 1px solid #d6d6d6;
	border-radius: 1px;
	display: inline-block;
	font-size: 0.8em;
	margin: 0;
	max-width: 222px;
	overflow: hidden;
	padding: 0;
	position: relative;
	vertical-align: top;
}
.select-style select {
	-moz-appearance: none;
	background-color: transparent;
	background-image: none;
	border: medium none;
	box-shadow: none;
	font-size: 1.2em;
	height: 27px;
	padding: 4px 48px 5px 8px;
	text-overflow: ellipsis;
	width: 100%;
	 -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.select-style::before {
	color: #224b76;
	content: "";
	font-size: 16px;
	margin: -8px 9px;
	position: absolute;
	right: 0;
	top: 53%;
	z-index: -1;
}
.select-style::after {
	background: #f2f2f2 none repeat scroll 0 0;
	border-left: 1px solid #d6d6d6;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	z-index: -2;
}
.selections {
    margin-top: 30px;
}
.selectContainer {
    margin-bottom: 20px;
}
.submitButtons {
	display: block;
	text-align: center;
	margin: 1em;
	
}
.submitButton {
  background-color: #224b76;
  color: #fff;
  margin: 0.5em;
  padding: 0.5em;
}
.submitButton:hover {background-color:#B3D43E;color:#224b76;}
#documentPreview {
	background: white none repeat scroll 0 0;
	border: 8px solid #ddd;
	height: 11in;
}

.validation-summary-errors{
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}

.pageHeader {
    margin: 10px 0 0;
    padding-bottom: 5px;
}

@media only screen and (max-width: 973px) {
.confirmPwd .infoContainer {
	position: absolute;
	top: 528px;
}
/*.infoContainer {
	position: absolute;
	top: 390px;
}*/
.infoContainer.home {
	position: absolute;
	top: 518px;
}
.info {
	left: auto;
	margin-top: 0;
	padding-top: 0 !important;
	position: relative;
	width: auto;
}
.help {
	top: auto;
}
/*.content h1 {
  color: #00b2e4;
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
}*/
.submitButtons {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.submitButton {
  background-color: #224b76;
  color: #fff;
  margin: 0;
  padding: 0.5em;
}
.content .pageActions li {
  float: none;
  line-height: 24px;
  margin: 1em 0;
  padding-left: 0;
}
.select-style select {
	min-width:250px;}
.select-style {
	max-width:250px;}
}

@media screen and (max-width: 768px) {
    .pageHeader h1 {
        margin-left: 0;
        width: 100%;
    }

    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 650px;
    }

    .infoContainer {
        width: 100%;
        padding-left:0;
        margin:0;
    }

    .loginbox {
        width: 95%;
    }
}

