.AddressHours {
	background-color: #005277;
	clear: both;
	color: white;
	font-size: 10pt;
	font-weight: normal;
	overflow: hidden;
	padding: 20px;
}
 
.AddressHours .ms-listviewtable {
	padding: 20px 20px 0 20px;
	width: 100%;
}

.AddressHours th {
	display: none;
}

.AddressHours .ms-itmHoverEnabled:hover > * {
	background-color: transparent;
}

.AddressHours .col-md-3 {
	border-right: 3px dotted white;
	min-height: 300px;
}

.AddressHours .col-md-3:last-of-type {
	border-right: none;
}

@media (max-width: 767px) {
.AddressHours .col-md-3 {
	border-right: none;
	border-top: 3px dotted white;
	padding: 20px 0;
	min-height: 100px;
}

.AddressHours .col-md-3:first-of-type {
	border-top: none;
}
}

.AddressHoursHeader {
	color: white;
	font-family: Muli, sans-serif;
	font-size:14pt;
	font-weight: 800;
}

.AddressHours a {
	color: #00b0f5 !important;
}

/* SOCIAL MEDIA LINKS **NEW** ============================================= */
.AddressHours .Facebook {
	color: #00b0f5 !important;
	font-size: 18pt;
}

.AddressHours .LinkedIn {
	color: #00b0f5 !important;
	font-size: 18pt;
}

.AddressHours .Pinterest {
	color: #00b0f5 !important;
	font-size: 18pt;
}

.AddressHours .Twitter {
	color: #00b0f5 !important;
	font-size: 18pt;
}

.AddressHours .YouTube {
	color: #00b0f5 !important;
	font-size: 18pt;
}

.AddressHours .Instagram {
	color: #00b0f5 !important;
	font-size: 18pt;
}