/* navigation */
@media only screen and (min-width: 40.063em){
	.site-nav {display:none;}
}

/*Research Panel */
.research .normal-size {color:#fff !important;}

.experience h2.caps-gold {color:#013C66 !important}

/* Social Media CSS */
.social a {font-size:2.5em;}
.social a span.gold {color:#f6b000;}
.social a:hover span.gold {color:#013C66}


/* Styles for the countdown timer */
.countdown-timer {
	text-align: center;
}
.countdown-timer h2 {
	text-transform: uppercase;
	font-weight: 500!important;
	font-size: 2.2em;
}
#clock-container {
    color: #013c65;
}
.countdown-timer span.gold {
	color: #f6b000;
}
.countdown-timer span.white-reversed {
	color: #fff;
}
.countdown-timer span.number {
	font-size: 5em;
	font-weight: 700;
}
.countdown-timer span.words {
	display: block;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-top: -.5em;
}
.number-container:after {
	content: ":";
	position: absolute;
	margin: -1.85em 0 0 .9em;
	font-size: 5em;
	font-weight: 700;
}
.number-container:last-child:after {
	content: none;
}
@media only screen and (max-width: 40em) {
.countdown-timer span.number {
	font-size: 3em;
}
.countdown-timer span.words {
	font-size: .8em;
}
.number-container:after {
	font-size: 2em;
	margin: -2.3em 0 0 1.3em;
}
}
