/***** MISC STYLES *****/

.centered {
	text-align: center;
}

.circleImage {
	border-radius: 100%;
	border: 2px solid #f1f2f5;
	margin-bottom: 10px;
}


/***** MISC BG COLORS *****/

.backgroundDarkBlue {
  background-color: #021e8e;
}

.backgroundSlateBlue {
  background-color: #11253d;
}

.backgroundOrange {
  background-color: #f26104;
}

.backgroundGreen {
  background-color: #449e1a;
}


/***** HORIZONTAL RULES *****/

hr {
  background: rgba(68, 158, 26, 0.9);
}

hr:after {
  background: rgba(68, 158, 26, 0.9);
}


/***** JSN UNIFORM COPYRIGHT *****/

.jsn-master .jsn-text-center {
    display: none;
}


/***** PROMO VIDEO *****/

video {
	max-width: 100%;
	outline: 10px solid #a61600;
}

.promoVideo {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}


/***** HOMEPAGE HERO ICONS *****/

.homepageIcon {
	text-align: center;
}


/***** TEXT HILITES *****/

.hiliteCyan {
	color: #00ffc6;
	font-weight: bold;
}

.hiliteRed {
	color: #a61600;
	font-weight: bold;
}

.hiliteGreen {
	color: #449e1a;
	font-weight: bold;
}

.hiliteOrange {
	color: #f26104;
	font-weight: bold;
}

.darkText {
	color: #11253d;
	font-weight: bold;
}

.hiliteBlue {
	color: #26a6ff;
	font-weight: bold;
}

.hiliteBlack {
	color: #000000;
	font-weight: bold;
}


/***** MARGINS *****/

.negMargBot3 {
	margin-bottom: -3px;
}

.margBot15 {
	margin-bottom: 15px;
}


/***** NEWSLETTER SIGN-UP FORM *****/

#jsn_form_2 .btn-toolbar {
	margin-top: -30px;
}

#jsn_form_2 .btn-toolbar .btn {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}









/***** SPORTS HISTORY STATS SECTION *****/

.historyModule {
	background:#021e8e url("../images/stats-bg.png") no-repeat;
	background-size: cover;
	outline: 10px solid #449e1a;
	margin-top: 30px;
	margin-bottom: 80px;
	padding-top:15px;
	padding-bottom:20px;
}

.historyModule h3 {
	color: #dfd7ce;
}







/***** BLINKING STATS NUMBERS ON HOME PAGE *****/

.blinkText {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}



























































