.clock {
	margin: 12px 0 16px 0;
}
.clock span {
	background: #3d6fad;
	margin-right: 14px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	width: 130px;
	height: 60px;
	display:inline-block;
	padding-top: 16px;
}

.clock span:last-child {
	margin-right: 0;
}
.clockLabels span {
	text-transform: uppercase;
	font-size: 24px;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	margin-right: 14px;
	width: 130px;	
	display:inline-block;
}


@media (max-width: 481px) {
	.clock span {
		font-size: 30px;
		width: 55px;
		height: 45px;
	}
	
	.clockLabels span {
		font-size: 20px;
		width: 55px;	
	}
}

.clockLabels span:last-child {
	margin-right: 0;
}
#SpecialContentContainer .clock,
.SideBar .clock {
	text-align: center;
	margin: 0 0 12px 0;
}
#SpecialContentContainer .clock span,
.SideBar .clock span {
	width: 21%;
	margin-right: 2%;
	font-size: 20px;
	height: 36px;
	padding-top: 13px;
}
#SpecialContentContainer .clockLabels,
.SideBar .clockLabels {
    text-align: center;
    margin-left: -5px;
}

#SpecialContentContainer .clockLabels span,
.SideBar .clockLabels span {
	font-size: 14px;
	width: 22%;
    margin-right: 4px;
}
#SpecialContentContainer .clockLabels span:last-child,
.SideBar .clockLabels span:last-child {
	margin-right: 0;
}
.SideBar .clockLabels {
	margin-bottom: 12px;
}
.daysLeftSpotlight {
	margin: 75px auto;
	width: 450px;
	background-color: #284f80;
}
.daysLeftSpotlight h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, sans-serif;
	padding: 14px 0;
	letter-spacing: 1px;
}
.daysLeftClock {
	background-color: #3d6fad;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 14px 0;
	letter-spacing: 1px;
}
.daysLeftClock span.clock {
	color: #fff600;
	margin: 0;
	letter-spacing: 2px;
}
.SideBar .daysLeftClock.sidebar {
	margin-bottom: 20px;
}

.daysLeftClock.sidebar {
	font-size: 27px;
	padding: 12px 0;
	line-height: 27px;
	text-align: center;
}
.daysLeftClock.sidebar span.clock {
	font-size: 67px;
	display: inline-block;
	margin-right: 12px;
}
#SpecialContentContainer .daysLeftClock.sidebar span.clock {
	margin-right: 20px;
}

.daysLeftClock.sidebar span.clock + span.text {
	max-width: 80px;
	display: inline-block;
	color: #fff;
}
.daysLeftClock.sidebar span.clock + span.text > span {
	letter-spacing: 2px;
}
.lastDaySpotlight h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff5400;
	margin-top: 70px;
	font-size: 48px;
	font-weight: bold;
}
.lastDaySpotlight h4 {
	color: #284f80;
	font-weight: normal;
	font-size: 24px;
}
h5.lastDay {
	color: #ff5400;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	padding: 0;
}
.lastDaySpotlight.closed h3 {
	margin-top: 100px;
	color: #3d6fad;
	font-size: 58px;
	font-weight: normal;
}
.lastDaySpotlight.concluded p {
	font-size: 24px;
	margin: 12px 0 20px 0;
}
.lastDaySpotlight.concluded h3 {
	margin-top: 80px;
}
.lastDaySpotlight.concluded h4 {
	color: #3d6fad;
	font-size: 38px;
}