a.sp-link::after {
    content: "\00a0>";
    display: inline;
}
.grey-heading {
	 font-size: 24px;
	 font-weight: bold;
	 color: #888b8d;
}
table.hours {
	 border-collapse: collapse;
}
table.hours td + td {
	 border-left: 1px solid;
}
table.hours tr + tr {
	 border-top: 1px solid;
}
table.hours td {
	 padding: 10px;
	 vertical-align: bottom;
}
table.hours td span {
	 font-weight: bold;
	 color: #54585a;
}
div.hr-slate {
	 width: 100%;
	 height: 1px;
	 border-bottom: 1px solid #54585a;
	 clear: both;
}
div.alert-info-fix {
	 font-size: 1.04em;
	 font-weight: 700;
}
.newsletter-headings {
	 color: #FFF;
	 padding: 8px 15px;
	 text-transform: uppercase;
}
 .newsletter-box {
	 color: #FFF;
	 padding: 8px;
}

 @media (max-width: 768px) {
	 ul.center-list {
		 text-align: center;
	}
	 .newsletter-headings {
		 text-align: center;
		 padding: 8px 0;
	}
}
.bg-slate {
    background-color: #54585A;
}
 .txt-red{
	 color: #c8102e;
}

.red-grad{
	 background: rgb(48,4,4);
	 background: linear-gradient(90deg, rgba(48,4,4,1) 0%, rgba(200,16,46,1) 64%);
	 width: 100%;
	 color: white;
	 margin:0px;
	 padding:5px;
	 padding-left:30px;
}

.grey-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 14px 0 rgba(0, 0, 0, 0.19);
}