@charset "utf-8";
/* CSS Document */


.error-wrapper {
	width: 400px;
	background: none;
}

#secondary-nav {
	margin-bottom: 0;
}

.login-box {
	margin: -437px 0 0 40px;
  	padding: 20px 20px;
  	width: 440px;
  	background: #072438;
  	background: rgba(7, 36, 56, 0.95);
  	border: 0px none;
	border-width: 1px 0;
  display: block;
}

.login-box .table-header {
	color: #fff;
  	font-size: 20px;
  	line-height: 26px;
  	padding-bottom: 18px !important;
  	padding-top: 5px !important;
	margin-top: -10px;
}

.login-box td {
  	padding: 6px 10px;
}

.login-box .label, .login-box .label span, .login-box a {
  	color: #fff;
  	font-weight: normal;
	font-size: 13px;
}

.login-box .label {
	font-size: 14px;
  	font-weight: normal;
  	text-align: right;
  	width: 140px;
  	vertical-align: middle;
}
.login-box input[type="checkbox"] + label {
	color: #fff;
	font-family: "dax";
	font-size: 13px;
}

.login-box input[type="checkbox"] + label:before {
	color: #072438;
}
.login-box  input[type="text"], .login-box  input[type="password"] {
	width:200px;
  padding: 5px;
  font-weight: normal;
}

input[type="password"].warning {
	border: 1px solid #F00;
}

table.login-box tbody td {
	background: transparent;
	border:none;
}


table.login-box #goButton a {
  display: block;
  font-size: 14px !important;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  border-radius: 3px;
  background: #0079c1;
  margin-top: 10px;
  margin-bottom: 20px;
}

table.login-box #login-comment {
	text-align:left; 
	font-size: 15px;
	line-height: 19px;
}

.login-box a.login-link {
	width: 49%;
	line-height: 20px;
	float: left;
	display:inline-block;
	text-align: center;
	font-family:'dax';
	margin-top: 20px;
}

.login-box a.login-link#clear	 {
	border-right: 1px solid #fff;
}
/*warning message*/
.login-box .error-message {
	padding: 10px;
	background-color: rgba(255,255,255,0);
	text-align: center;
	font-size: 12px;
	color: #ff0000;
	margin-top: -17px;
	display: block;
}

.login-box .error-message #warning {
	font-weight: bold;
}

.login-box .error-message #warning img {
	top: 5px;
	position: relative;
}

#img_containter {
  height: 500px;
  width: 100%;
  background: url('/gwclient/images/GWSignInPic2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-size: ;
  border-top: 1px solid #cacaca;
}

/************************************************************
BANNER 
*************************************************************/

.banner {
  /* position: relative; */
  margin: 40px 0 45px;
  padding: 0;
  text-align: center;
  margin-top: 20px\9;
  background: #fff;
}
.banner.fill  {
	background: #f2f2f2;
}	

.banner.icon-inbetween {
  z-index: 1000;
  position: relative;
}

.banner.icon-inbetween .icon {
  width: 90px;
  height: 65px;
  line-height: 40px;
  border-radius: 90px 90px 0 0;
  border: 2px solid #fff;
  display: inline-block;
  background: #fff;
}

.banner.icon-inbetween .icon img {
  margin: 15px 0px 0px;
}

.banner .copy {
  padding: 30px;
  text-align: center;
}

.copy {
  padding: 30px;
  font-size: 1.2em;
  color: #414141;
}

.banner h1 {
  font-size: 2.533em;
  color: #414141;
  padding: 0;
}

.banner hr {
  width: 20%;
  height: 1px;
  background: #414141;
  border: none;
  margin: 25px auto;
}

.banner .banner-columns.one {
  width: 49.5%;
}

.banner .banner-columns {
  margin: 0 auto;
  display: inline-block;
}

.banner h1 {
  font-size: 36px;
  color: #414141;
  padding: 0;
}

.fill .icon {
  background-color: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
  margin-top: -50px;
}

.banner .banner-columns.three{
	width:49%;
	vertical-align: top;
}

.banner .banner-columns.two {
	width: 49%;
}
.banner .banner-columns h6 {
  font-size: 17px;
  color: #414141;
  margin: 0 0 10px;
}

.banner .banner-columns.three h6 {
  
  line-height: 1em;
}

.banner.award .banner-columns div#image-container {
	height: 140px;
}

.banner.award .banner-columns a {
	font-size: 15px;
	font-family: "dax";
}

.banner.award .banner-columns a#download-icon {
	background: url('/gwclient/images/download_icon-small.png') no-repeat left top;
	padding-left: 20px;
	line-height: 20px;
	min-height: 25px;
	display:inline-block;
}

.banner #locations {
	text-align: left;
	font-size: 15px;
}



	 
 
	
/************************************************************
FOOTER
*************************************************************/

.footer .footer-bottom nav > ul > li {
  float: left;
  margin: 10px 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #66a6ca;
  line-height: 1.6em;
}

.footer .footer-bottom nav > ul > li:last-child {
	border-right: none;
}

.footer .footer-bottom nav > ul > li > a {
  color: #ffffff;
  font-size: .866em;
}

.footer .footer-bottom nav > ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .footer .footer-bottom {
  background-color: #0079c1;
  color: #ffffff;
  padding: 10px 20px;
  height: 100px;
  clear: both;
} */

.footer nav {
	width: 100%;
	clear: both;	
}



/************************************************************
/For Responsiveness on mobile
*************************************************************/

@media (max-width:360px) {
.login-box {
    margin: -410px auto auto;
	padding: 10px;
	width: 90%;
}

.login-box .label {
	text-align: left;
	width: 100%;
}

.login-box br {
	display: none;
}

.login-box td img {
	clear: both;
	display: block;
}

.login-box .error-message #warning img {
	clear: both;
	display: block;
	margin: auto;
	top: -1px;
}

.login-box .table-header {
	font-size: 17px;
	line-height: 18px;
	padding-bottom: 5px;
}

.login-box input[type="text"], .login-box input[type="password"] {
    width: 100%;
}


.banner {
    margin: 60px 0px 45px;
}

.banner .copy { 
	padding: 10px;
}
.banner .banner-columns.one,
.banner .banner-columns.three {
	width: 90%;
}

.login-box tbody>tr>td {
	display: block;
	float: left;
	width: 96%;
	padding: 2% 5px;
}
.login-box tbody>tr>td.label {
	padding-bottom: 0;
}

/*#primary-nav*/

#primary-nav #top-menu ul li {
	padding: 10px;
}

#primary-nav #top-menu ul li br {
	display: none;
}
}
@media (min-width:1025px) {
	.award{
		z-index: 1000;
		position: relative;
		max-width: 1200px;
		margin: auto;
	}
}