.footer {
	background-color: #004286;
	color: white;
	min-height: 75px;
	font-size:11px;
}
.option {
	border: 1px solid #eee;
	padding: 20px;
	text-align: center;
	height: 300px;
}
.option:hover {
	box-shadow: 0px 3px 3px #000;
}
body {
	padding-bottom: 85px;
	background-color: #fff;
}
.logo {
	max-width: 593px;
	width: 100%;
	min-width: 384px;
}
a:link,a:visited,a:active,a:hover {
	color: #0058b1;
}
.navstrip {
	min-width: 384px;
}
.center {
	text-align: center;
}
.footer > .container > p > a:link, p > a:visited {
	color: #fff;
}
#logos {
	/*height: 60px;*/
	width: 100%;
	text-align:center;
}
#logos > img {
	/*height: inherit;*/
	height: 60px;
	padding: 5px;
}
.social {
	padding-top: 10px;
	font-size: 36px;
	float: right;
}
.ion-social-facebook {
	color: #3b5998;
}
.ion-social-linkedin {
	color: #4875B4;
}
.btn {
	color: #fff!important;
}