/* Add here all your CSS customizations */

html .text-color-primary,
html .text-primary {
	color: #006c9e !important;
}

html .text-color-secondary,
html .text-secondary {
	color: #f38c2e !important;
}

html .text-color-tertiary,
html .text-tertiary {
	color: #2BAAB1 !important;
}

html .text-color-quaternary,
html .text-quaternary {
	color: #d72128 !important;
}

/*damien 11-9-18*/
html.boxed #footer.footer-reveal {
 left: auto !important;
 max-width: 1200px;
}

html.boxed .main {
 background-color: #FFF;
}

html.boxed #footer.footer-reveal .featured-boxes:before {
    max-width: 1200px;
}