.btn.btn--white {
    background-color: #ffffff;
    color: #3e4850;
}

.btn.btn--white:hover {
    background-color: #f1f1f1;
}

.grid-row.align-stretch {
-webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
}
	
.bg-white {
	background-color: #ffffff;
}

.time-chip {
	background-color: #fff4e3;
	border: solid 1px #F39200;
	padding: 0 1em;
	margin: 1em 0;
	width: auto !important;
	max-width: 100% !important;
	
}

.time-chip h3 {
font-size: 24px;
}

	

@media only screen and (max-width: 992px) {
    .grid-row.mb-wrap-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .grid-block.mw-border-x-0 {
        border-left: 0;
        border-right: 0
    }
		.md-w-100 {
		width: 100% !important;
	}
}

@media only screen and (min-width: 992px) {
	.grid-item.hero-block {
margin-left: 0.5em;
	margin-right: 0.5em;
}
	
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
