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

/* Sections */
.alarm-systems {
	background-color: #C9D5DC;
	color: #000;
}
.alarm-systems img {
	box-shadow: 10px 10px 12px -6px rgba(0,0,0,0.75);
}

.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;
}
.health-safety img {
	box-shadow: 10px 10px 12px -6px rgba(0,0,0,0.75);
}
.news {
	background-color: #EAEFF2;
	color: #ED068C;
}
.youtube {
	background-color: #C6D1D3;
}
.features {
	background-color: #ECF7F9;
}
.datasheets {
	background-color: #CBCCCB;
	color: #000;
}
.welcome {
	background-color: #fff;
}
.welcomeinner {
	background-color: #710dbd;
	padding: 1.5rem 1.5rem 0;
}
.inthenews {
	background-color: #fff;
}
.inthenewsinner {
	background-color: #EAF7FD;
	padding: 1rem 1rem 0;
}
.inthenewsinner img {
	box-shadow: 10px 10px 12px -6px rgba(0,0,0,0.75);
}
.downloadinner {
	background-color: #fae9ff;
	padding: 1rem 1rem 0;
}.downloadinner img {
	box-shadow: 10px 10px 12px -6px rgba(0,0,0,0.75);
}
.webinar {
	background-image: url(/img/virtual-tech-live/seminars2.png);
	background-color: #fff;
}
.videos {
	background-image: url(/img/virtual-tech-live/pattern1.png);
	background-color: #fff;
}

/* Added by Lewis 7th Sept 2020 */

.link-wrapper {
	position: relative;
}
.link {
	width: 10rem;
	height: 2rem;
	position: absolute;
	overflow: hidden;
	opacity: 0;
}
.link-welcome {
	left: 5.5rem;
	top: 23rem;
}
.link-downloads {
	left: 24rem;
	top: 13.9rem;
}
.link-webinar {
	left: 29.5rem;
	top: 17.6rem;
}
.link-magazines {
	left: 20.5rem;
	top: 25.8rem;
}
.link-in-the-news {
	left: 45rem;
	top: 26.3rem;
}
.link-meet-us {
	left: 35.5rem;
	top: 28.5rem;
}
.link-videos {
	left: 24.5rem;
	top: 34.5rem;
}

/* */