@charset "UTF-8";
/* CSS Document */

.logo {
	width: 300px;
	height: 68px;
	background: url(../images/FA_master_v5.gif) no-repeat;
	text-indent: -9999;
	margin: 10px 0 30px 0;
}
.page-header {
	padding-bottom: 9px;
	margin: 120px 0 10px;
	color: #00aadc;
	text-transform: capitalize;
	text-align: center;
	border-bottom: none;
}
.lead {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}
h1 {
	font-weight: 200;
	font-size: 54px;
	letter-spacing: .1em;
}
.highlight {
	background-color: #c7ecf7;
	text-align: center;
	padding: 15px 5px;
	font-size: 20px;
	font-weight: 400;
	width: 50%;
	margin: 0 auto;
}
p {
	padding: 25px 40px 40px 40px;
}
a {
	color: #00aadc;
	font-weight: 500;
}
.page-container {
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: none;
	min-height: 600px;
	height: 100%;
}
ul.fa-social-icons {
	margin: 30px auto 0;
	list-style-type: none;
}
ul.fa-social-icons li {
	padding: 0 25px;
	display: inline-block;
}
.fa-fb {
	width: 32px;
	height: 32px;
	background: url(../images/fa-facebook.png) no-repeat;
	text-indent: -9999px;
}
.fa-fb:hover {
	background: url(../images/fa-facebook-on.png) no-repeat;
}
.fa-tw {
	width: 32px;
	height: 32px;
	background: url(../images/fa-twitter.png) no-repeat;
	text-indent: -9999px;
}
.fa-tw:hover {
	background: url(../images/fa-twitter-on.png) no-repeat;
}
.fa-li {
	width: 32px;
	height: 32px;
	background: url(../images/fa-linked-in.png) no-repeat;
	text-indent: -9999px;
}
.fa-li:hover {
	background: url(../images/fa-linked-in-on.png) no-repeat;
}
.smbfooternav {
	font-size: 11px;
	text-transform: uppercase;
}
ul.smbfooternav {
margin: 30px auto 0;
list-style-type: none;
}
ul.smbfooternav li{
	padding: 0 5px;
	display: inline-block;
	color: #999
}
ul.smbfooternav li a {
	color: #999 !important;
	padding: 0px;
	padding: 8px;
}
ul.smbfooternav li a:hover {
	background-color: transparent;
	color: #fff !important;
}
ul.smbfooternav .listItem-without-link a, ul.smbfooternav .listItem-without-link a:hover {
	color: #999 !important;
	cursor: default;
}
@media (max-width:768px) {
.logo {
	width: 200px;
	height: 44px;
	background: url(../images/FA_master_v6.gif) no-repeat;
	text-indent: -9999;
	margin: 5px auto 15px auto;
}
.page-header {
	margin: 75px 0 10px;
}
.lead {
	font-size: 14px;
}
h1 {
	font-size: 36px;
}
.highlight {
	font-size: 14px;
}
footer {
	display: none;
}
}

