.three-col-wrap {
	width: 100%;
	display: block;
	clear: both;

}

.three-col-wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.three-col-login {
	width: 33.33%;
	box-sizing: border-box;
	float: left;
	display: block;	
}

#trusted {
	background: url(/gwclient/images/three-trusted.jpg);
	background-size: cover;	
}

#proven {
	background: url(/gwclient/images/three-proven.jpg);
	background-size: cover;	
	
}

#invest {
	background: url(/gwclient/images/three-invest.jpg);
	background-size: cover;	
}
.three-col-login img {
	width: 40px;	
	display: block;
}

.black-text-clear-background span {
	background: rgba(0,0,0,.8);
	padding: 30px 15px;	
	box-sizing: border-box; 
	color: #ffffff;
	font-family: "dax-light";
	font-size: 18px;
	display: block;
	text-align: center;
	margin-top: -50px;
	min-height: 110px;
	line-height: 24px;
	vertical-align: middle;
}

.black-text-clear-background .img-wrap img {

	text-align: center;
	padding: 15px;
	margin-left: 5px;
}

.img-wrap {
	border-radius: 50%;
	background: rgba(0,0,0,.6);
	width: 80px;
	height: 80px;
	line-height: 50px;	
	margin: 50% auto 0;
	margin-top: 60%;
	
	
}


.three-icons {
	width: 46px;
	height: 46px;
	display: block;
	background: #0079c1;
	border-radius: 23px;
	float: left;
	margin-left: 5%;	
}

.three-icons img{
	width: 24px;
	display: block;
	margin: 10px auto 0 auto;
}


.three-icons-text {
	display: block;
	float: left;
	color: #0079c1;
	line-height: 46px;
	margin-left: 15px;
	font-family:"dax";
	font-weight: 900;
	font-size: 16.5px;	
}

#bottom.three-col-wrap {
	margin-bottom: 100px;
	width: 67%;	
	margin: auto;
	padding-bottom: 100px;
}

.login-links a{
display: block;
float: left;
width: 49.5%;	
text-align: center;
}

.login-links a:nth-of-type(1) {
	border-right: 1px solid #ffffff;	
}

@media only screen and (max-width: 825px) {
	.banner .banner-columns.three {
  width: 31% !important;
  vertical-align: top;
}
.three-icons {
	float: none;
  margin: auto;
}

.three-icons-text {
	text-align: center;	
	float: none;
	margin-left: 0;
	font-size: 15px;
}

.three-icons img {

  padding-top: 10px;
}

#bottom.three-col-wrap {
  width: 98%;
}

.black-text-clear-background span {
	min-height: 150px;	
}
	
}
