/*******************************
 * LAYOUT SITE ONLY - REMOVE
 *******************************/
#shell,
.content {
	overflow: visible;
}

#shell::after,
.content::after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }


#content #text-wrap > .inner-wrap > #shell > #shell-wrap {
    width: 100%;
    padding: 0;
}

.content {
    padding: 6em 4em;
    box-sizing: border-box;
    width: 100%; 
}



.list-3 {
	display: -webkit-flex;
    display: flex;
}

.list-3 article {
	width: 31.33333333333333%;
    margin-left: 3%;
}

.list-3 article:nth-child(3n+1) {
  margin-left: 0;
}

.list-2 {
	display: -webkit-flex;
    display: flex;
}

.list-2 article {
	width: 61.33333333333333%;
    margin-left: 3%;
}

.list-2 article:nth-child(2n+1) {
  margin-left: 0;
}

/*******************************
 * COUNTDOWN BAR 1
 *******************************/

 /*layout*/
#countdown-bar-1 {
	padding: 1rem;
}

#countdown-bar-1 .timer-container {
	text-align: center;
}

#countdown-bar-1 .timer-text {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: .5rem;
}

#countdown-bar-1 .timer-layout {
	
}

#countdown-bar-1 .timer-container.live .timer-layout {
	display: none !important;
}

#countdown-bar-1 .timer-layout span {
	display: inline-block;
	line-height: 1;
	margin: 0 .35rem;
}

#countdown-bar-1 .timer-layout span b {
	display: block;
	font-size: 18px;
	border-radius: 50%;
	margin-bottom: 6px;
	/*give an event looking w/h adjust as needed so numbers do not cause jump.  may need to play with line-height*/
	width: 36px;
	height: 36px;
	line-height: 37px;
	text-align: center;
	overflow: hidden;    
	font-family:proxima-nova-1,proxima-nova-2,sans-serif;

}

#countdown-bar-1 .timer-layout span i {
	display: block;
	font-size: 10px;
	font-style: normal;	
}

#countdown-bar-1 .timer-container.prelive .timer-button {
	display: none !important;
}

#countdown-bar-1 .timer-button a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: .75rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
}


#countdown-bar-1 .timer-layout span b {	
	text-shadow: 1px 1px 1px black;
}



@media only screen and (min-width: 960px) {
	#countdown-bar-1 .timer-text {
		margin-bottom: 0;
		margin-right: 1rem;
		display: inline-block;
		vertical-align: middle;
	}
	
	#countdown-bar-1 .timer-layout {
		display: inline-block;
		vertical-align: middle;
	}
	
	#countdown-bar-1 .timer-button {
		display: inline-block;
		vertical-align: middle;
		margin-left: 1rem;
	}
}



/*******************************
 * COUNTDOWN BAR 2
 *******************************/
 
/*layout*/
#countdown-bar-2 {
	padding: 1rem;
}

#countdown-bar-2 .timer-container {
	text-align: center;
	padding: .5rem;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

#countdown-bar-2 .timer-text {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 16px;
	margin-right: 1rem;
}

#countdown-bar-2 .timer-layout {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

#countdown-bar-2 .timer-container.live .timer-layout {
	display: none !important;
}

#countdown-bar-2 .timer-layout span {
	font-weight: 700;
}

#countdown-bar-2 .timer-layout span:after {
	content:":";
	display: inline-block;
	vertical-align: middle;
	margin: 0 .25rem;
}

#countdown-bar-2 .timer-layout span:last-of-type:after {
	display: none;
}

#countdown-bar-2 .timer-layout span b {
	
}

#countdown-bar-2 .timer-layout span i {
	
}

#countdown-bar-2 .timer-container .timer-button {
	display: inline-block;
	vertical-align: middle;
}

#countdown-bar-2 .timer-container.prelive .timer-button {
	display: none !important;
}

#countdown-bar-2 .timer-button a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: .75rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	font-weight: 700;
}

/*overrides*/
#countdown-bar-2 {
	background-color: #10131a;
}

#countdown-bar-2,
#countdown-bar-2 a,
#countdown-bar-2 .timer-layout span:after {
	color: #ffffff;
}

#countdown-bar-2 .timer-container {
	border-top-color: rgba(255,255,255,.15);
	border-bottom-color: rgba(255,255,255,.15);
}

#countdown-bar-2 .timer-text a:hover,
#countdown-bar-2 .timer-layout span b {
	color: #5d7b9d;
}

#countdown-bar-2 .timer-layout span i {
	color: rgba(255,255,255,.25);
}

#countdown-bar-2 .timer-button a {
	background-color: #5d7b9d;
}

#countdown-bar-2 .timer-button a:hover {
	background-color: #35465a;
}

@media only screen and (max-width: 960px) {
	
	#countdown-bar-2 .timer-text {
		display: block;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	
	#countdown-bar-2 .timer-layout {
		display: block;
	}
	
	#countdown-bar-2 .timer-container .timer-button {
		display: block;
		margin-left: 0;
	}
}


/*******************************
 * COUNTDOWN BAR 3
 *******************************/
 
/*layout*/
#countdown-bar-3 {
	padding: 1rem;
}

#countdown-bar-3 .timer-container {
	text-align: center;
	max-width: 260px;
	margin: 0 auto;
	padding-bottom: .5rem;
	border-radius: .25rem;
}

#countdown-bar-3 .timer-text {
	font-size: 18px;
	font-weight: 700;
	padding: .5rem;
	margin-bottom: .5rem;
	border-bottom: 1px solid;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#countdown-bar-3 .timer-layout {
	display: inline-block;
	vertical-align: top;
}

#countdown-bar-3 .timer-container.live .timer-layout {
	display: none !important;
}


#countdown-bar-3 .timer-layout span {
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

#countdown-bar-3 .timer-layout span b {
	display: block;
	font-size: 18px;
	font-weight: 700;
	border-radius: .25rem;
	/*give an event looking w/h adjust as needed so numbers do not cause jump.  may need to play with line-height*/
	width: 32px;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
}

#countdown-bar-3 .timer-layout span i {
	display: block;
	font-size: 10px;
	font-weight: 300;
	padding-top: .25rem;
	text-transform: uppercase;
}

#countdown-bar-3 .timer-container .timer-button {
	display: inline-block;
	vertical-align: top;
}

#countdown-bar-3 .timer-container.prelive .timer-button {
}

#countdown-bar-3 .timer-button a {
	display: inline-block;
	font-size: 11px;
	font-weight: 700px;
	border-radius: .25rem;
	text-transform: uppercase;
	/*match timer numbers...may need to adjust pending clients button wording*/
	width: 60px;
	
	line-height: 32px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*overrides*/

#countdown-bar-3 {
	background-color: #10131a;
}

#countdown-bar-3,
#countdown-bar-3 a {
	color: #ffffff;
}

#countdown-bar-3 .timer-container {
	background-color: rgba(255,255,255,.15);
}

#countdown-bar-3 .timer-text {
	border-bottom-color: rgba(255,255,255,.15);
}

#countdown-bar-3 .timer-layout span b {
	color: #000000;
}

#countdown-bar-3 .timer-layout span b {
	background-color: #ffffff;
}

#countdown-bar-3 .timer-layout span i {
	color: rgba(255,255,255,.5);
}

#countdown-bar-3 .timer-button a {
	background-color: #5d7b9d;
}

#countdown-bar-3 .timer-button a:hover {
	background-color: #35465a;
}

/*currently no mobile neededd since width is set to 260px.  that may change pending client changes*/

/*
@media only screen and (max-width: 960px) {
	
}
*/


/*******************************
 * HEADING USED ON ALL 3 SECTIONS
 	should replace with site heading
 *******************************/
h3.countdown-heading {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3rem;
	padding: .5rem;
	margin-bottom: 1.5rem;
	text-align: center;
	color: #ffffff;
	background-color: #5d7b9d;
}

/*******************************
 * COUNTDOWN BAR 4
 *******************************/

 /*layout*/
#countdown-bar-4 {
	padding: 1rem;
}

#countdown-bar-4 .timer-container {
	text-align: center;
}

#countdown-bar-4 .timer-text {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: .5rem;
}

#countdown-bar-4 .timer-text a {
	text-transform: uppercase;
	letter-spacing: 2px;
}

#countdown-bar-4 .timer-layout {
	
}

#countdown-bar-4 .timer-container.live .timer-layout {
	display: none !important;
}

#countdown-bar-4 .timer-layout span {
	display: inline-block;
	line-height: 1;
	margin: 0 .35rem;
}

#countdown-bar-4 .timer-layout span b {
	display: block;
	font-size: 18px;
	border-radius: 0%;
	margin-bottom: 0px;
	/*give an event looking w/h adjust as needed so numbers do not cause jump.  may need to play with line-height*/
	width: 36px;
	height: 36px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#countdown-bar-4 .timer-layout span i {
	display: block;
	font-size: 8px;
	font-style: normal;	
	margin-left: -10px;
}

#countdown-bar-4 .timer-container.prelive .timer-button {
	display: none !important;
}

#countdown-bar-4 .timer-button a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: .75rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
}

#countdown-bar-4 .timer-layout span b {
	text-shadow: 1px 1px 1px black;
	font-size: 26px;
	font-weight: 600;
	padding-right: 10px;
}

#countdown-bar-4 .timer-layout span b:after {
    content: '';
    right: 0;
    height: 50%;
    width: 1px;
    top: 30%;
    position: absolute;
}

#countdown-bar-4 .timer-layout span:last-child b:after {
	display: none;
}


/*overrides*/
#countdown-bar-4 {
	background-color: #10131a;
}

#countdown-bar-4,
#countdown-bar-4 a {
	color: #ffffff;
}

#countdown-bar-4 .timer-layout span b:after {
    background-color: #ffffff;
}

#countdown-bar-4 .timer-layout span i,
#countdown-bar-4 .timer-text a:hover {
	color: white;
}

#countdown-bar-4 .timer-button a {
	background-color: #35465a;
}

#countdown-bar-4 .timer-button a:hover {
	background-color: #5d7b9d;
}


@media only screen and (min-width: 960px) {
	#countdown-bar-4 .timer-text {
		margin-bottom: 0;
		margin-right: 1rem;
		display: inline-block;
		vertical-align: middle;
	}
	
	#countdown-bar-4 .timer-layout {
		display: inline-block;
		vertical-align: middle;
	}
	
	#countdown-bar-4 .timer-button {
		display: inline-block;
		vertical-align: middle;
		margin-left: 1rem;
	}
}



/*******************************
 * COUNTDOWN SECTION 1
 *******************************/

 /*layout*/
#countdown-section-1 {
	background-color: black;
	padding: 2rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#countdown-section-1 .timer-container {
	text-align: center;
}

#countdown-section-1 .timer-text {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: .75rem;
	padding-bottom: .75rem;
	border-bottom: 1px solid;
}

#countdown-section-1 .timer-layout {
	
}

#countdown-section-1 .timer-container.live .timer-layout {
	display: none !important;
}

#countdown-section-1 .timer-layout span {
	display: inline-block;
	line-height: 1;
	margin: 0 .35rem;
}

#countdown-section-1 .timer-layout span b {
	display: block;
	font-size: 18px;
	border-radius: 50%;
	margin-bottom: 6px;
	/*give an event looking w/h adjust as needed so numbers do not cause jump.  may need to play with line-height*/
	width: 36px;
	height: 36px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
}

#countdown-section-1 .timer-layout span i {
	display: block;
	font-size: 10px;
	font-style: normal;	
}

#countdown-section-1 .timer-container.prelive .timer-button {
	display: none !important;
}

#countdown-section-1 .timer-button a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: .75rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
}

/*overrides*/
#countdown-section-1 {
	background-color: #10131a;
}

#countdown-section-1,
#countdown-section-1 a,
#countdown-section-1 .timer-layout span i {
	color: #ffffff;
}

#countdown-section-1 .timer-text {
	border-bottom-color: rgba(255,255,255,.15);
}

#countdown-section-1 .timer-layout span b {
	background-color: #35465a;
	text-shadow: 1px 1px 1px black;
	box-shadow: 1px 1px 1px rgba(0,0,0,.25);
}

#countdown-section-1 .timer-text a:hover {
	color: #5d7b9d;
}

#countdown-section-1 .timer-button a {
	background-color: #35465a;
}

#countdown-section-1 .timer-button a:hover {
	background-color: #5d7b9d;
}

/*currently no mobile needed  that may change pending client changes*/

/*
@media only screen and (max-width: 960px) {
	
}
*/





/*******************************
 * COUNTDOWN SECTION 2
 *******************************/
 
/*layout*/
#countdown-section-2 {
}

#countdown-section-2 .timer-container {
	text-align: center;
}

#countdown-section-2 .timer-text {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.3rem;
}

#countdown-section-2 .timer-layout {
	font-size: 16px;
	padding: .5rem;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-top: 1rem;
}

#countdown-section-2 .timer-container.live .timer-layout {
	display: none !important;
}

#countdown-section-2 .timer-layout span {
	display: inline-block;
	font-weight: 700;
	margin: 0 .25rem;
}

#countdown-section-2 .timer-layout span b {
	
}

#countdown-section-2 .timer-layout span i {
	
}

#countdown-section-2 .timer-container .timer-button {
	display: block;
	margin-top: 1rem;
}

#countdown-section-2 .timer-container.prelive .timer-button {
	display: none !important;
}

#countdown-section-2 .timer-button a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: .75rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	font-weight: 700;
}

/*overrides*/
#countdown-section-2 {
	
}

#countdown-section-2,
#countdown-section-2 a {
	color: #000000;
}

#countdown-section-2 .timer-layout {
	border-top-color: rgba(0,0,0,.15);
	border-bottom-color: rgba(0,0,0,.15);
}

#countdown-section-2 .timer-text a:hover,
#countdown-section-2 .timer-layout span b {
	color: #5d7b9d;
}

#countdown-section-2 .timer-layout span i {
	color: #454545;
}

#countdown-section-2 .timer-button a {
	color: #ffffff;
	background-color: #5d7b9d;
}

#countdown-section-2 .timer-button a:hover {
	background-color: #35465a;
}

/*currently no mobile needed  that may change pending client changes*/

/*
@media only screen and (max-width: 960px) {
	
}
*/


/*******************************
 * COUNTDOWN SECTION 3
 *******************************/
 
/*layout*/
#countdown-section-3 {
	border-radius: .25rem;
}

#countdown-section-3 .timer-container {
	text-align: center;
	padding-bottom: .5rem;
}

#countdown-section-3 .timer-text {
	font-size: 18px;
	font-weight: 700;
	padding: .75rem .75rem .5rem .75rem;
	margin-bottom: .5rem;
	border-bottom: 1px solid;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#countdown-section-3 .timer-layout {
	display: inline-block;
	vertical-align: bottom;
}

#countdown-section-3 .timer-container.live .timer-layout {
	display: none !important;
}


#countdown-section-3 .timer-layout span {
	position: relative;
	display: inline-block;
	margin-right: 5px;
}

#countdown-section-3 .timer-layout span b {
	display: block;
	font-size: 18px;
	font-weight: 700;
	border-radius: .25rem;
	/*give an event looking w/h adjust as needed so numbers do not cause jump.  may need to play with line-height*/
	width: 32px;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
}

#countdown-section-3 .timer-layout span i {
	display: block;
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	padding-top: .25rem;
}

#countdown-section-3 .timer-container .timer-button {
	display: inline-block;
	vertical-align: top;
}

#countdown-section-3 .timer-container.prelive .timer-button {
}

#countdown-section-3 .timer-button a {
	display: inline-block;
	font-size: 11px;
	font-weight: 700px;
	border-radius: .25rem;
	text-transform: uppercase;
	/*match timer numbers...may need to adjust pending clients button wording*/
	width: 60px;
	
	line-height: 32px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*overrides*/
#countdown-section-3 {
	background-color: #e2e2e2;
}

#countdown-section-3,
#countdown-section-3 a {
	color: #000000;
}

#countdown-section-3 .timer-text {
	border-bottom-color: #ffffff;
}

#countdown-section-3 .timer-layout span b {
	color: #000000;
}

#countdown-section-3 .timer-layout span b {
	background-color: #ffffff;
}

#countdown-section-3 .timer-layout span i {
	color: rgba(0,0,0,.5);
}

#countdown-section-3 .timer-button a {
	color: #ffffff;
}

#countdown-section-3 .timer-button a {
	background-color: #5d7b9d;
}

#countdown-section-3 .timer-button a:hover {
	background-color: #35465a;
}

/*currently no mobile needed  that may change pending client changes*/

/*
@media only screen and (max-width: 960px) {
	
}
*/


/*******************************
 * COUNTDOWN SECTION 4
 *******************************/

 /*layout*/
#countdown-section-4 {
	background-color: black;
	padding: 2rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#countdown-section-4 .timer-container {
	text-align: center;
}

#countdown-section-4 .timer-text {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: .75rem;
	padding-bottom: .75rem;
}

#countdown-section-4 .timer-layout {
	
}

#countdown-section-4 .timer-container.live .timer-layout {
	display: none !important;
}

#countdown-section-4 .timer-layout span {
	display: inline-block;
	line-height: 1;
	margin: 0 .35rem;
}

#countdown-section-4 .timer-layout span b {
	display: block;
	font-size: 18px;
	margin-bottom: 0px;
	width: 36px;
	height: 36px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
}

#countdown-section-4 .timer-layout span i {
	display: block;
	font-size: 8px;
	font-style: normal;	
	margin-left: -10px;
}

#countdown-section-4 .timer-container.prelive .timer-button {
	display: none !important;
}

#countdown-section-4 .timer-button a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: .75rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
}

#countdown-section-4 .timer-text a {
	font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#countdown-section-4 .timer-layout span b {
    font-size: 26px;
    font-weight: 600;
    padding-right: 10px;
    position: relative;
}

#countdown-section-4 .timer-layout span b:after {
	content: '';
    right: 0;
    height: 50%;
    width: 1px;
    top: 30%;
    position: absolute;
}

#countdown-section-4 .timer-layout span:last-child b:after {
	display: none;
}

/*overrides*/
#countdown-section-4 {
	background-color: #0d2c30;
}

#countdown-section-4,
#countdown-section-4 a,
#countdown-section-4 .timer-layout span i {
	color: #ffffff;
}

#countdown-section-4 .timer-text a:hover {
	color: #5d7b9d;
}

#countdown-section-4 .timer-button a {
	background-color: #35465a;
}

#countdown-section-4 .timer-button a:hover {
	background-color: #5d7b9d;
}

#countdown-section-4 .timer-layout span b:after {
	background-color: #ffffff;
}
