

img.header-image{
	max-width: 1024px;
	width:100%;
}

img.gateway-icon{
	width: 80px;
	margin-top: 15px;
    margin-bottom: 25px;
}

div.gateway-col{
	text-align: center;
	margin-top: 35px;
}

div.gateway-col a > span, div.gateway-col > span{
	display: block;
	background-color: transparent;
    color: #5f5f5f;
	font-size: 22px;
}

div.gateway-col span > a{
	background-color: transparent;
    color: #0275d8;
    font-size: 15px;
    font-weight: normal;
}

div.gateway-col a:hover, div.gateway-col span> a:hover{
	text-decoration: none;
}

div.text-center > span{
	display: block;
}

.sub-title{
	font-weight: bold;
	color: #636c72;
}

span.sub-text {
	font-size: 14px;
}

span.footer-text {
	font-size: 15px;
}

span.sub-text > ul{
	list-style: none;
}

.gateway-col:hover span{
	color: #292b2c;/*#0275d8*/
}

.inner-body{
	background-color: #f0f0f0 !important;
}

@media only screen and (max-width: 800px) {
  div.gateway-col{
	text-align: center;
	margin-top: 5px;
	}
}

@media only screen and (max-width: 400px) {
  div.gateway-col{
	text-align: center;
	margin-bottom: 15px;
	}
}