footer {
    
}

/** sitemap section **/
footer .sitemap-section {
	background-color: #194436;
	padding: 80px 0 90px;
}

footer .sitemap-section .__custom_row {
    max-width: 80.7295vw;
    /*max-width: 77.5rem;*/
}

footer .sitemap-section .__ft_padding {
	padding: 0 15px;
}

footer .sitemap-section .footer-logo {
	border-bottom: 1px solid #FAF7EF;
	padding-bottom: 26px;
}

footer .sitemap-section .footer-logo img {
	width: 85px;
}

footer .footer-details-copyright-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: normal;
    justify-content: space-between;
	padding-top: 20px;
}

footer .footer-details-wrapper {
	display: flex;
    display: -webkit-flex;
    align-items: start;
    justify-content: left;
}

footer .footer-address p {
    text-align: left;
    font-size: 13.5px;
    font-family: 'BrandonGrotesqueRegular';
    color: #FAF7EF;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

footer .footer-details {
	margin-left: 50px;
}

footer .footer-details p {
    text-align: left;
    font-size: 13.5px;
    font-family: 'BrandonGrotesqueRegular';
    color: #FAF7EF;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

footer .footer-details p a {
	text-decoration: none;
	color: #FAF7EF;
	letter-spacing: 1px;
}

footer .footer-details p a span {
	font-family: 'BrandonGrotesqueBold';
}

footer .footer-details p a:hover {
    color: #90C8E1;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

footer .footer-copyright p {
    text-align: left;
    font-size: 13px;
    font-family: 'MontserratRegular';
    color: #FAF7EF;
    letter-spacing: 0.2px;
    line-height: 1.4;	
}