/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
	position: relative;
	width: 100%;
	height: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
	position: absolute;
	text-align: center;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Century Gothic', Arial;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Century Gothic', Arial;
	font-size: 300%;
	margin-top: 0.4em;
	font-weight: bold;
}

.medicare-countdown .time_circles h4,
.medicare-countdown .time_circles span {
	color: #00539b;
}

.medicare-countdown {
	margin: auto;
	max-width: 910px;
	text-align: center;
}

.medicare-countdown .timezones {
	text-align: center;
	font-size: calc(8px + 0.5vw);
}

.medicare-countdown a.timezone {
	text-decoration: underline;
	color: #919191;
}

.medicare-countdown a.timezone.active {
	color: #063b86;
	cursor: default;
	text-decoration: none;
}

.medicare-countdown .learn-more a {
	font-family: 'Roboto Slab', Georgia, serif;
	font-weight: bold;
	margin: 10px 0 20px 0;
	font-size: calc(12px + 1vw);
	display: inline-block;
}

.medicare-countdown-wrapper {
	text-align: center;
}

.home.page section.medicare-countdown-wrapper h1.section-title {
	border-top: 3px solid #fb0018;
}

#DateCountdown {
	width: 60vw;
	max-width: 900px;
	max-height: 220px;
	height: 15vw;
	padding: 0;
	box-sizing: border-box;
	margin: 25px auto;
}

#DateCountdown.no-seconds {
	width: 85vw;
	height: 30vw;
}

.countdown-section #timezone {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 6px;
	cursor: pointer;
}
