/*
 Theme Name:   Interactive
 Template:     Divi
*/

/* Default */

:root {
	--primary: #10464F;
	--secondary: #B89855;
	--lightGrey: #F3F3F3;
	--dark: #000000;
	--light: #FFFFFF;
}

.gold-bar {
	color: var(--secondary);
}

.support_services_items .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.support_services_item img {
	max-height: 100px;
}
.support_services_item {
	flex: 1 0 250px;
}



.about_boxes .et_pb_column {
	background-color: var(--lightGrey);
	border: 1px solid #F1F1F1;
	border-radius: 15px;
	padding: 2em 1em;
}

#main-footer {
	border-top: 5px solid var(--secondary);
}
#footer-widgets {
	padding: 2% 0 0;
}
.footer_logo img {
	max-height: 75px;
	width: auto !important;
}