
:root {
	--primary:        #14164A;
	--primary-light:  #4FA8D7;
	--primary-dark:   #001C40;
	--primary-x-dark: #023D8A;
	--secondary:      #FE5E1C;
	--secondary-light: #646F7E;
	--primary-100:    #161C17;
}

/* :root {
    --primary:        #00357A;
	--primary-light:  #55B1DA;
	--primary-dark:   #445743;
	--primary-x-dark: #1A3D1A;
	--primary-100:    #161C17;
	--secondary:      #53C100;
	--secondary-light:#646F7E;
} */

.header .header-logo {
    max-width: 230px;
    padding: 10px 0;
}



@media (min-width: 992px){

	.footer .footer-wrapper .footer-logo{
		width: 250px;
	}
	
	.footer .footer-wrapper .footer-location {
		width: calc(100% - 250px);
	}
	.footer .footer-wrapper .footer-location-wrap{
		width: 85%;
	}
	.footer .footer-wrapper .footer-location-content {
		width: 33.33%;
	}
	.footer .footer-wrapper .footer-location-content-social {
		width: 15%;
	}

}

