@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,700|Roboto:400,300');
body {
	font-family: 'Roboto', sans-serif;
	font-size: .9rem;
	font-weight: normal !important;
	line-height: 1.1em;
	padding: 0;
	margin: 0;
	background:#fff;
	width:100%!important;
	max-width:100%!important;
}
.wapper-all {
	position: relative;
	width: 100%;
}
.GAF-header {
	position: relative;
	margin: auto;
	width: 90%;
	margin-bottom: 30px;
}
.header-logo {
	position: relative;
	float: left;
	top: 20px;
	width: 320px;
}
/*.header-logo img {
	width: 100%;
}*/
.btn-div {
	position: relative;
	width: 150px;
	float: right;
	top: 38px;
}
.home-btn:link, .home-btn:visited {
	float: left;
	margin-right: 5px;
	display: block;
	width: 48px;
	height: 50px;
	background: url(../images/home-btn.png) no-repeat #fff;
	text-decoration: none;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}
.home-btn:hover, .home-btn:active {
	background: url(../images/home-btn-on.png) no-repeat #304458;
	text-decoration:none;
}
.sign-out:link, .sign-out:visited{
	display: table-cell;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	min-width: 86px;
	height: 46px;
	line-height:46px;
	background-color: #187cb8;
	border-top: 1px #09547b solid;
	border-right: 1px #09547b solid;
	border-bottom: 3px #09547b solid;
	border-left: 1px #09547b solid;
	font-size: 20px;
	text-shadow: 0 0 0 #ffffff;
	transition: all 0.5s ease 0s;
	font-family: open sans condensed;
	vertical-align: middle;
	border-width: 1px 1px 3px 1px;
	border-style: solid #C10508;
	transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}
.sign-out:hover, .sign-out:active {
	background-color: #148dcc;
	color:#fff;
	text-decoration:none;
}

@media only screen and (max-width:600px) {
.GAF-header {
	clear: both;
}
.header-logo {
	float: none;
	width: 90%;
	margin: auto;
}
.btn-div {
	float: none!important;
	margin: auto;
}

}
.h1-bg {
	position: relative;
	margin: auto;
	width: 90%;
	background-color: #0e1528;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	margin-bottom: 20px;
}
h1.GAF {
	margin: 0!important;
	font-size: 32px!important;
	font-weight: 400!important;
	line-height: 30px!important;
	text-decoration:none;
	color:#FFFFFF;
}
.content-section {
	width: 90%;
	margin: auto;
}
#outer-wrapper {background:#fff!important;}
.GAF-footer {
	color: #333;
	font-weight: 300;
	position: relative;
	background: #f8f8f8;
	padding-top: 20px;
	padding-bottom: 35px;
	border-top: 1px solid #D8D8D8;
	margin-top:30px;
	
}
.GAF-footer div {
	width: 380px;
	margin: 0 auto;
	text-align: center;
	font-size:15px;
}

.GAF-footer p {text-align:center;}
.GAF-footer img {
	width: 345px;
}

@media only screen and (max-width:400px) {
.GAF-footer div {
	width: 100%;
}
}
.GAF-footer p a {
	color: #333333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	font-size:15px;
	margin-bottom:10px;
}
.GAF-footer p a:hover {
	color: #025e7e;
	display: inline-block;
	text-decoration: underline;
}
.GAF-footer img {
	width: 100%;
}
.clear { clear:both;}
