/* Utilities */
.red {
	color: #DC232A;
}
.blue {
	color: #273673;
}
ul.red-circle li:before {
	color: #DC232A;
}
ul.red-square li:before {
	color: #DC232A;
	content: "◼";
}
ul.blue-square li:before {
	color: #273673;
	content: "◼";
}

/* Sections */
.alarm-systems {
	background-color: #C9D5DC;
	color: #000;
}

.recruitment-band {
	background-color: #0402A0;
	color: #fff;
}

.services {
	color: #000;
}
.certification {
	background-color: #EAF7FD;
}
.certificates {
	background-color: #fff;
	padding: 1.5rem 1.5rem 0;
}
.certificates img {
	border: 1px solid #000;
	box-shadow: 10px 10px 12px -6px rgba(0,0,0,0.75);
}
.health-safety {
	background-color: #C0DBD1;
}
.news {
	background-color: #EAEFF2;
	color: #ED068C;
}
.youtube {
	background-color: #C6D1D3;
}
.features {
	background-color: #ECF7F9;
}
.datasheets {
	background-color: #CBCCCB;
	color: #000;
}
.clients {
	background-color: #E7FFFC;
	color: #666;
}
.errors {
	background-color: #f00;
	color: #fff;
}
.success {
	background-color: #68bd68;
	color: #fff;
}
.beware {
	background-color: #FF0000;
	color: #ffffff;
}
.non-compliant {
	background-color: #000000;
	color: #ffffff;
}