footer {
	background-color: #203b7a;
	color: rgba(255,255,255,0.75);
}
.footer {
	padding: 60px 0 45px 0;
	background-color: #F0F0F0;
	color: #61656b;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #ebebeb;
}
footer .footer-top {
	padding: 75px 0;
}
.footer-top .container, .footer-bottom .container {
    width: 65vw;
}
footer h3 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #FFFFFF;
}
footer address {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 21px;
	line-height: 21px;
}
footer p {
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	margin-bottom: 21px;
}
footer p a {
	color: rgba(255,255,255,0.75);
}
footer .menu li {
	line-height: 21px;
	margin-bottom: 10px;
}
footer .menu li a {
	font-weight: 300;
	line-height: 21px;
	font-size: 14px;
	display: inline-block;
	color: rgba(255,255,255,0.75);
}
footer .menu li a:hover {
	color: #FFFFFF;
}
#menu-social a::before {
	font-family: "huzzard";
	width: 25px;
	margin-right: 5px;
	display: inline-block;
	font-size: 21px;
	vertical-align: middle;
	text-align: center;
}
footer .menu li.linkedin a::before {
	content: "\F0E1";
}
footer .menu li.youtube a::before {
	content: "\F16A";
}
footer .menu li.facebook a::before {
	content: "\F09A";
}
footer .menu li.twitter a::before {
	content: "\F099";
}

.footer .footer-top {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c7c7c7;
	position: relative;
	width: 100%;
}
.footer .footer-top .footer-col {
	float: left;
	margin: 0 32px;
}
.footer .footer-top .footer-col:first-child {
	margin-left: 0;
}
.footer .footer-top .footer-col:last-child {
	margin-right: 0;
}
.footer .footer-top .footer-col h3 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 18px;
	color: #222222;
	font-family: 'Source Sans Pro', sans-serif;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 9px;
}
.footer .footer-top .footer-col ul li {
	font-size: 14px;
	line-height: 21px;
}
.footer .footer-top .footer-col ul li a {
	color: #61656b;
}
.footer .footer-top .footer-col ul li a:hover,
.footer .footer-top .footer-col ul li a:focus {
	color: #878b92;
}



.footer .footer-top .footer-company {
	float: right;
}
.footer .footer-top .footer-company a {
	display: block;
}

.footer .footer-top .social-icons {
	position: absolute;
	right: 0;
	bottom: 15px;
}
.footer .footer-top .social-icons ul li {
	float: left;
	margin: 0 4.5px;
}
.footer .footer-top .social-icons ul li:first-child {
	margin-left: 0;
}
.footer .footer-top .social-icons ul li:last-child {
	margin-right: 0;
}
.footer .footer-top .social-icons ul li a {
	display: block;
	font-size: 20px;
	color: #666666;
}
.footer .footer-top .social-icons ul li a:hover,
.footer .footer-top .social-icons ul li a:focus {
	color: #999999
}
.footer .footer-bottom {
	width: 100%;
}
.footer .footer-bottom .copyright {
	float: left;
	font-size: 12px;
	color: #555555;
}
.footer .footer-bottom .footer-links {
	float: right;
}
.footer .footer-bottom .footer-links ul li {
	float: left;
	margin: 0 10px;
}
.footer .footer-bottom .footer-links ul li:first-child {
	margin-left: 0;
}
.footer .footer-bottom .footer-links ul li:last-child {
	margin-right: 0;
}
.footer .footer-bottom .footer-links ul li a {
	display: block;
	font-size: 14px;
	color: #61656b;
}
.footer .footer-bottom .footer-links ul li a:hover,
.footer .footer-bottom .footer-links ul li a:focus {
	color: #878b92;
}

.footer .footer-bottom .footer-links ul li.footer-phone a::before {
	content: "\e802";
	font-family: "Huzzard";
	margin-right: 5px;
	
}

footer .footer-bottom {
	padding: 20px 0 40px 0;
}
footer .footer-bottom .footer-logo {
	float: left;
    display: inline-block;
    width: auto;
}
footer .footer-bottom .footer-logo svg {
	width: auto;
    display: inline;
    height: 3rem;
	opacity: 0.75;
}
footer .footer-bottom .copyright {
	font-size: 12px;
	color: #BBB;
	font-weight: 300;
	float: right;
	line-height: 21px;
}

@media screen and (max-width: 1200px){
	.footer-top .container, .footer-bottom .container {
    	width: 90vw;
	}
}
@media screen and (max-width: 992px){
	.footer-top .container, .footer-bottom .container {
    	width: 50vw;
	}
	.footer-top .container .row {
		align-items: flex-start;
	}
	.footer-top .container .row .col-sm-4 {
		width: 100%;
	}
}