@charset "utf-8";

a {
	color: #0079c1;	
}
 
#site-wrapper img {
	width: 100%;	
}

.show-mob {
	display: none;	
}

.hide-mob { 
	display: block
}

.sign-out-banner {
	background: #e6e6e6;
	padding: 25px;
}

.sign-out-banner:after {
	display: block;
	clear: both;
	content: "";
}

.sign-out-banner-wrap {
	max-width: 1200px;
 	margin: 0 auto;
}

.sign-out-banner-left {
	width: 50%;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #ccc;	
}

.sign-out-banner-left .sign-out-banner-heading{
	font-size: 20px;
	font-family:"dax-medium"
}

.sign-out-banner-left .sign-out-banner-sub-heading{
	font-size: 18px;
	font-family:"dax-light"l;
	line-height: 26px;
}


.sign-out-icon {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 15px;
	padding: 10px;
	border-radius: 50%;
	background:url(/gwclient/images/check-mark.png) #ffffff no-repeat center center;
	border: 1px solid #006800;	
}

.sign-out-banner-right {
	width: 50%;
	box-sizing: border-box;
	float: right;
}

/*.sign-out-banner-right a {
	display: block;
	float: right;
	background: #0079c1;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border-radius: 30px;
	padding: 15px 30px;	
	display: none;
}*/

.sign-out-banner-right span {
	display: block;
	float: left;
	/*max-width: 70%;*/
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 15px;
	margin-top: 5px;
}

#site-wrapper {
	max-width: 1200px;
    margin: 0 auto;
		
}

#site-wrapper:after {
	display: block;
	clear: both;
	content: "";
}

.center-heading {
	text-align: center;
	margin: 30px 0;	
}

hr {
	max-width: 200px;	
	margin: auto;
}

.contact-info-wrap, .big-box-wrap {
	max-width: 800px;
	margin: auto;
	padding: 30px 0;
	margin-bottom: 30px;	
}

.contact-info-wrap:after, .big-box-wrap:after  {
	display: block;
	clear: both;
	content: "";	
}

.contact-info-wrap h2 {
	font-family:"dax-bold";
	font-size: 17px;
}

.contact-info-wrap span {
	font-family:"dax";
	font-size: 17px;
	display: block;
	line-height: 19px;
}

.grid50 {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 60px;	
}

.footer .footer-bottom {
  background-color: #0079c1;
  color: #ffffff;
  padding: 5px 5px;
}

/*********************************STACKED ROW LAYOUT***************************************/

.stacked-row-wrap {
	max-width: 900px;
	margin: auto;	
}

.stacked-row-wrap:after {
	clear: both;
	content: "";
	display: block;	
}

.stacked-row:after {
	content: "";
	clear: both;
	display: block;	
}

.first {
	border-bottom: 1px solid #cacaca;
	margin-bottom: 15px;
}

.stacked-row {
	padding-bottom: 30px;	
}

.stacked-row-img-wrap {
	width: 33.3%;
	max-width: 200px;
	box-sizing: border-box;
	padding: 0;
	padding-top: 30px;
	float: left;
}

.stacked-row-img {
	width: 90%;
	max-width: 200px;
	box-sizing: border-box;
	padding: 30px;
	padding-top: 75%;
	margin-top: 14%;
	background: #eeeeee;
	border-radius: 50%;
	margin: auto;	
}

.stacked-row-content {
	width: 66.6%;
	box-sizing: border-box;
	padding: 15px 15px 15px 40px;
	float: left;	
}

.stacked-row-content h2 {
	font-family: "dax-medium";
	font-size: 26px;
}

.stacked-row-content h3 {
	font-family: "dax-light";
	font-size: 26px;
}

.stacked-row-content p {
	font-size: 15px;
	font-family: "dax";
	line-height: 20px;
	padding-top: 20px;
}

.stacked-row-content a {
	color: #0079c1;
	font-family: "dax-medium";
	line-height: 20px;
	display: inline-block;
  	margin-top: 10px;
}

.bold {
	font-weight: bold;	
}

input.icon.link-to,
button.icon.link-to,
.button.icon.link-to {
	border: 0;
	background-color: #f2f2f0;
	color: #fff;
	background-color: #0079c1;
	padding: 2px 0 0 0;
	width: 20px;
	height: 20px;
	line-height: 14px;
	display: inline-block;
	margin-left: 15px;
}

/**********************************************TWO IMG LAYOUT****************************/

.two-img-wrap {
	padding: 30px 15px;
	box-sizing: border-box;
	max-width: 900px;
	margin: auto;	
}

.two-img-wrap:after {
	content:"";
	clear: both;
	display: block;	
}

.two-img-big-img {
	width: 60%;
	float: left;
	margin-right: 4%;	
}

.two-img-small-img {
	width: 36%;
	float: left;	
}


@media only screen and (max-width: 800px) {
	.sign-out-banner {
		padding: 15px;
	}
	
	.sign-out-banner-left {
		width: 60%;
		padding-top: 10px;
	}
	
	.sign-out-banner-right {
		width: 40%;
	}
	
	.sign-out-banner-left .sign-out-banner-heading {
	  font-size: 18px;
	}
	
	.sign-out-banner-left .sign-out-banner-sub-heading {
	  font-size: 13px;
	}
	
	.sign-out-banner-right span {
	  font-size: 13px;
	  margin-top: 0;
	}		
}

@media only screen and (max-width: 500px) {


	.sign-out {
		position: relative;
    display: block;
    padding: 20px 5% 20px 30px;
    border-bottom: 1px solid #66a6ca;
    background: #0067a4;
    color: #ffffff;
    font-size: 1.133em;
    text-decoration: none;
	}
	.sign-out-banner-left {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #ccc;
		padding: 8px;
		margin-bottom: 8px;
		text-align: center;
	}

	.sign-out-banner-left .sign-out-banner-heading {
	  line-height: 26px;
	}
	
	
	.sign-out-banner-left .sign-out-banner-sub-heading {
	  font-size: 16px;
	  font-family: "dax-light"l;
	  line-height: 26px;
	}
	
	.sign-out-banner-right {
	  width: 100%;
	  box-sizing: border-box;
	  float: none;
	  text-align: center;
	  padding: 5px;
	  line-height: 20px;
	}
	
	.sign-out-icon {
		margin: 0 auto 10px;	
		float: none;
	}
	
	.sign-out-banner-left {
		padding-top: 0;
	}
	
	.sign-out-banner-right span {
		padding-left: 0;
	}
		
	.contact-info-wrap {
	  max-width: 800px;
	  margin: auto;
	  padding: 15px 0;
	  margin-bottom: 15px;
	}
		
	.grid50 {
		width: 100%;
		float: left;
		box-sizing: border-box;
		padding: 10px 60px;	
		text-align: center;
	}
	
	.center-heading {
	  margin: 15px 0;
	}
	
	.show-mob {
		display: block;	
	}
	
	.hide-mob { 
		display: none;
	}
	
	.big-box-wrap-mobile {
		padding: 15px;
		box-sizing: border-box;	
	}
	
	.banner-below.blue-border {
	  position: relative;
	  margin: -85px 30px 0;
	  padding: 30px ;
	  background: #ffffff;
	  border-top: 5px solid #0079c1;
	  border-radius: 5px 5px 0 0;
	  text-align: center;
	}
	
	.banner-below.blue-border h2 {
		font-size: 35px;
		font-family: "dax";	
	}
	
	.banner-below.blue-border h3 {
		font-size: 26px;
		font-family: "dax-light";	
	}
/******************************STACKED ROW LAYOUT******************************/	
	.stacked-row-img-wrap {
		width: 100%;
		margin: auto;
		float: none;
		clear: both;
	}
	
	.stacked-row-content {
		width: 100%;
		padding: 15px 15px 15px 15px;
		text-align: center;
	}
	
	.stacked-row-content.second {
		margin-top: 220px;	
	}
	
	.stacked-row-img-wrap.second {
		position: absolute;
		margin-left: 14%;
	}
	
	.stacked-row-content a {
		margin-top: 20px;
	}

}
