/*! Place your custom styles here */

.color--primary{
	color: #d71d27 !important;
}

.primary--btn {
	background-color: #d71d27 !important;
	border-color: #c41b24 !important;
}

.primary--background--dark {
	background-color: #cccccc !important;
}

.image-shadow-border{
	border: 1px solid #cccccc !important;
}

.small-top-bottom-padding {
	padding-bottom: 5.428571em !important;
	padding-top: 5.428571em !important;
}

.white{
	color: #ffffff !important;
}