@font-face{	}body, h1,h2,h3,h4, p, span{	font-family: "Montserrat_Regular" !important;}
/** Progress indicators **/
.progress-step.is-active .progress-marker::before {
    background-color: #ff0000 !important;
}


/** mobile responsiveness **/

@media only screen and (max-width: 768px) {
	.site-footer  {    text-align: center;}.logo-footer-logo-container img{	margin: auto;}
	.site-header {
		position: fixed !important;
	}
	.mobile-buttons {
		right: 20px !important;
		position: fixed !important;
		z-index: 50000;
	}
}