@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}
.col {
	width: 100%;
	margin: 0 auto;
}
body {
	background-color:#d1dae5;
	margin:0px;
	padding:0px;
	border-top:8px solid #1d304a;
	padding-top:40px;
	font-family: TradeGothic, Arial, sans-serif;
}

#mainContent {
	margin:0px auto;
	position:relative;
}
#topContent {
	text-align:center;
}
#topContent img {
	width:80%;
}
.webaddress {
	font-weight:bold;
	text-align:center;
	color:#16457d;
}

#bottomContent {
	padding:10px 15px;
	margin:0 auto 60px;
	position: relative;
	text-align:center;
	width:100%;
}

#bottomContent input {
    border: 1px solid #D0D0D0;
    background-color:#fff;
    color: #444444;
    font-size: 21px;
    height: 45px;
    margin: 8px 0;
    width: 100%;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="checkbox"]:focus, .ps_select:focus, .ps-button:focus {
	outline: 2px solid #3374c1;
}


#bottomContent h2, #bottomContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#334B55;
	font-weight:normal;
	text-align:center;
}

#bottomContent h2 {
	margin-bottom:0px;
	margin-top:10px;
	text-transform:uppercase;
}

#bottomContent h3 {
	color:#76321B;
	margin-top:0px;
}

#bottomContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#bottomContent p.errorContent {
    color:#b30505;
    font-weight: bold;
    text-align: center;
	font-size:16px;
}

#userid, #pwd {
	background:none;
	padding-left:10px;
}

#formButtons {
	margin:5px 0;
}

#formButtons img {
	border:none;
}

#formButtons .login, #formButtons #forgotPassword {
	display:inline-block;
	margin: 10px 0px 0px 0px;
	background-color: #16457d;
	color: #fff;
	font-size:16px;
	border: none;
	padding: 15px 0px;
	text-align: center;
	border-radius: 3px;
	-webkit-appearance:none;
	height: 45px;
	width: 42%;
    float: right;
	cursor:pointer;
}

#formButtons #forgotPassword {
	background-color: #3a6190;
	color:#fff;
	width: 56%;
    float: left;
}
#formButtons a#forgotPassword {
	text-decoration:none;
}
#footer {
	clear:both;
	padding:5px 30px;
	font-family:Arial,sans-serif;
	margin-top:140px;
}

#footer p {
	font-size:12px;
	color:#1d304a;
	text-align:center;
}

#footer p.redText {
	color:#76321B;
	font-size:12px;
	padding-bottom:10px;
	border-bottom:1px solid #1d304a;
}

#footer p.redText a {
	color:#76321B;
}

#accessibleButton {
	text-align:left;
}

#accessibleButton input {
	height:21px;
	width:21px;
}




@media (min-width: 576px) {
	#topContent img {
    	width: 40%;
	}
	#bottomContent {
		width:50%;
	}
}

@media (min-width: 768px) {


}

@media (min-width: 992px) {
	#topContent img {
    	width: 340px;
	}
}

@media (min-width: 1200px) {
	#bottomContent {
		width:35%;
	}	
}
