/*** Safety and Security ***/

#technology .template_display .text {
	color: #141414 !important;
	font-size: 14px;
	font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
}

#technology .template_display .title {
	color: #141414 !important;
	padding: 0;
	font-size: 36px;
	font-family: 'ProximaLight', Helvetica, Arial, sans-serif;
	margin-bottom: 25px;
	font-weight: 100;
	letter-spacing: normal;
}

#technology .template_display .subtitle {
	font-family: 'ProximaLight', Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 24px;
	text-transform: uppercase;
}

#technology .template_display .image-container {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

#technology .template_display .image-container.float {
	position: relative;
	width: auto;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

#technology .template_display .image-container.float .img-item {
	float: left;
}

#technology .template_display .image-container.float .img-item > span {
	margin-top: 15px;
	color: #929292;
	font-family: 'HelveticaMedium', Helvetica, Arial, sans-serif;
	font-size: 14px;
	display: block;
}

#technology .template_display.dark {
	background-color: #141414;
}

#technology .template_display.dark .text {
	color: #929292 !important;
}

#technology .template_display.dark .text .title {
	color: #fff !important;
}

#technology .template_display.dark .text .subtitle {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff !important;
	font-family: 'Proxima', Helvetica, Arial, sans-serif;
}