@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@1,600;1,900&display=swap');

/* Fonts */
h1, h2, h3, h4, h5 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-style: italic;
}

h1 {color: #000000;}

h1.subHeading {
	margin-bottom: 25px;
}

h2 {
	font-size: 36px;
	line-height: 38px;
	color: #000000;
}

#homeBody #mainBox h2 {
	/*color: #000000; 
	margin-bottom: 15px;*/
	font-size: 24px;
	line-height: 28px;
	color: #000;
	background-color: #f5f5f5;
	border-left: 5px solid #f75000;
	padding: 10px 15px;
	margin: 0 0 10px;
	width: 100%;
}

h2 a, h3 a {color: #000000; transition: color .15s ease-in-out;}
h2 a:hover, h3 a:hover {color: #006ead;}

@media (max-width: 575px) {
	h2 {
		font-size: 28px;
	}
}

.mainFeed h2 {
	font-size: 26px;
	line-height: 30px;
}

@media (max-width: 575px) {
	.mainFeed h2 {
		font-size: 21px;
	}
}

#mainBottom h2 {
	font-size: 36px;
	line-height: 38px;
	color: #fff;
	margin-bottom: 25px;
}

.mainFeed .mrp-feedBoxInner h2 {
	color: #006ead;
}

.featureText h3 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 21px;
	line-height: 24px;
}

#homeBody .newsFeed .newsText h3.newsHead a:hover {
	color: #a5a8ab;
}

.mrp-heading h5 a {
	transition: color .15s ease-in-out;
	color: #000 !important;
}

.mrp-heading h5 a:hover {
	color: #0657a2 !important;
}

.mrp-heading h5 {
	font-size: 18px;
	margin-bottom: 10px;
}


/* Layout */
#logo {
	height: 140px;
	width: 150px;
	margin: 0 auto;
}

#navTop {
	background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/25823/v1/img/top.jpg') center center no-repeat;
	background-size: cover;
	height: 140px;
}

@media (max-width: 575px) {
	#navTop {
		margin-top: 30px;
	}
}

@media (min-width: 576px) {
	#logo {
		height: 280px;
		width: 250px;
	}
	
	#navTop {
		height: 280px;
	}
}

@media (min-width: 769px) {
	#logo {
		height: 380px;
		width: 450px;
	}
	
	#navTop {
		height: 380px;
	}
}

@media (min-width: 993px) {
	#logo {
		height: 425px;
	}
	
	#navTop {
		height: 425px;
	}
}

@media (min-width: 1201px) {
	#logo {
		height: 525px;
	}
	
	#navTop {
		height: 525px;
	}
}


/* This Website Only */
#navTop {
	margin-bottom: 0;
}

@media (max-width: 575px) {
	#navTop {
		margin-bottom: 0;
	}
}

#mainBox {
	background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/25823/v1/img/bg.png') top center repeat-x;
	background-color: #000000;
	padding-top: 30px;
}

#mainBox-bottom {
	background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/25823/v1/img/bg-bottom.png') bottom center repeat-x;
	height: 21px;
	width: 100%;
}

.navbar {
	background: #000000;
	/*box-shadow: 0 10px 20px rgba(0,0,0,.35);*/
	box-shadow: none;
}

#navBar {
	border-bottom: none;
	margin-bottom: 0;
}

.mrpNav a {
	color: #fff;
}


.videoBody #navBar .videoNav a {
	color: #ffffff;
	background-color: #2d2d2d;
}

#mainWrapper {
	/*background-color: #000;*/
}

#mainTop {
	background-color: #FFFFFF;
	/*padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;*/
	margin-top: 0;
}

body:not(#homeBody) #mainTop {
	display: none;
}

#mainTop-top {
	/*background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/25823/v1/img/maintop-top.jpg') center center no-repeat;
	width: 100%;
	height: 221px;
	margin-bottom: 25px;*/
}

#mainContent {
	background-color: #FFFFFF;
	padding: 0 50px 50px;
	margin-bottom: 25px;
}

@media (max-width: 575px) {
	#mainContent {
		padding: 0 20px 50px;
	}
}

#mainBottom {	
	/*background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/25823/v1/img/mainbottom.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;*/
	
	padding-top: 0;
	padding-bottom: 0;
}

#footerWrapper {
	background-color: #FFFFFF;
	/*background-image: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/25823/v1/img/footer.jpg');
	background-position: center top;
	background-repeat: no-repeat;*/
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}


/* Feeds */
/* Feeds - States */
#mainTop .statsFeedSub li {
	width: 48%;
	margin: 1%
}

@media (min-width: 769px) {
	#mainTop .statsFeedSub li {
		width: 23%;
	}
}

#mainTop .card {
	background: rgb(0,0,0) !important;
}

#mainTop .statsFeed .feedDesc1 {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 12px;
	padding-right: 0;
}

#mainTop .statsFeed .feedDesc2 {
	font-size: 42px;
	line-height: 44px;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-style: italic;
}

#mainTop .statsFeed ul.noBullet {
	list-style: none;
	padding: 0;
}

#mainTop .statsFeed ul.noBullet span {
	display: block;
}

#mainTop h2 {
	font-size: 21px;
	color: #006ead;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

#mainTop h2::after {
	content: '';
	border-bottom: 2px solid #006ead;
	width: 100px;
	display: block;
	margin: 5px auto 10px;
}

#mainTop .statsFeedWrap h2 {display: none;}

@media (max-width: 575px) {
	#mainTop .statsFeedSub li {
		/*width: 100%;*/
	}
}

#mainTop .schFeedWrap a,
#mainTop .resultsFeedWrap a {
	color: #000;
}

#mainTop .schFeedWrap a:hover,
#mainTop .resultsFeedWrap a:hover {
	color: #0657a2;
}

#mainTop .resultsFeed .feedDesc1 {
	font-size: 21px;
	line-height: 24px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-style: italic;
}
#mainTop .resultsFeed .feedDesc2 {
	text-transform: uppercase;
	padding: 5px 0 10px;
}
#mainTop .resultsFeed .feedDesc3 {
	font-size: 18px;
	line-height: 24px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-style: italic;
}

#mainTop .schFeed .feedDesc1 {
	font-size: 32px;
	line-height: 36px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-style: italic;
	padding-bottom: 10px;
}

#mainTop .schFeed .feedDesc2 {
	text-transform: uppercase;
	padding: 5px 0;
}
/* End Feeds */



@media (min-width: 576px) {
	.socialLinksWrapper {
		float: none;
	}
}

.mrp-shadow-lg,
#homeBody .contentPicWrap {
	box-shadow: 0 10px 20px rgba(0,0,0,.35) !important;
}

.pageLinkWrap a, 
.pageLinkWrap a:link, 
.pageLinkWrap a:active, 
.pageLinkWrap a:visited, 
.pageLinkWrap a:hover, 
.mrp_inpBtn {
	color: #fff;
	background-color: #000000 !important;
}

.pageLinkWrap a:hover {
	color: #fff;
	background-color: #2d2d2d !important;
}

.pageLinkWrap span.curLink {
	color: #fff;
	background-color: #2d2d2d;
}

.pageLinkWrap span.curLink:hover {
	background-color: #0657a2 !important;
}




.table-info, .table-info>td, .table-info>th {
	background-color: #f0f0f0;
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #e0e0e0;
}

.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #dee2e6;
}

/*hr {border-color: rgba(255,255,255,.1);}

.mrp-iconDetails a {color: #006ead;}
.mrp-iconDetails a:hover {color: #0657a2;}*/


/* Sponsor Page */
.singleAd {text-align: center;}


#homeBody .contentPicWrap {
	box-shadow: none!important;
	transition: box-shadow .15s ease-in-out;
}

#homeBody .contentPicWrap:hover {
	box-shadow: 0 2px 5px rgba(0,0,0,.35) !important;
}



/* Layout - News Homepage */
#homeBody .newsFeed .contentSubWrap {
	position: relative;
}

#homeBody .newsFeed .contentPicWrap {
	display: none;
}

#homeBody .newsFeed .contentPicWrap a:after {
	/*content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
	background: none;
}

#homeBody #mainBox .newsFeed h2 {
	/*font-size: 24px;
	line-height: 28px;*/
	/*color: #fff;
	background-color: #0062a6;
	border-left: 5px solid #00aeef;
	padding: 10px 15px;
	margin: 0 15px 10px;*/
	margin: 0 15px 10px;
}

#homeBody .newsFeed .newsText {
	border-left: 5px solid #ccc;
	margin-bottom: 15px;
}

#homeBody .newsFeed .newsText h3.newsHead {
	position: relative;
	/*bottom: 0;
	font-size: 18px;
	line-height: 21px;*/
	margin: 0 0 5px 15px;
}
#homeBody .newsFeed .newsText h3.newsHead a {
	color: #000;
	/*display: block;
	padding-right: 15px;*/
}
#homeBody .newsFeed .newsText h3.newsHead a:hover {
	color: #006ead;
}

/*#homeBody .newsFeed .newsText .mdWrap {display: none;}*/
#homeBody .newsFeed .newsText .headSpec {
	position: relative;
	/*position: absolute;
	top: 0;*/
	color: #000;
	/*margin: 15px 0 0 15px;*/
}


#homeBody #mainContent .galleryFeed .galleryFeedPicWrap {
	padding: 5px;
}


/* Video Feed */
#contentTop-YouTube .mrp-video-feed {
	margin: 0 -1%;
}

#contentTop-YouTube .mrp-video-feed .mrp-article {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	
	padding: 0 0 20px;
	margin: 0 1%;
	position: relative;
}

@media (max-width: 767px) {
	#contentTop-YouTube .mrp-video-feed .mrp-article {
		width: 46%;
		margin: 0 1% 25px;
	}
}

@media (max-width: 575px) {
	#contentTop-YouTube .mrp-video-feed .mrp-article {
		width: 100%;
		margin: 0 0;
	}
}

#contentTop-YouTube .mrp-video-feed .mrp-article img {
	max-width: 100%;
	height: auto;
	margin-right: 0;
}

#contentTop-YouTube .mrp-video-feed .mrp-article section {
	display: block;
	width: 100%;
}

#contentTop-YouTube .mrp-video-feed .mrp-article section h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-style: normal;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	padding: 8px 0;
}

#contentTop-YouTube .mrp-video-feed .mrp-article section h5::before {
	content: "\f167";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	display: inline-block;
	/*margin-left: -1.2em;
	margin-right: 5px;*/
	width: 1.5em;
	font-size: 1.2em;
	color: #FF0000;
	position: relative;
	top: 2px;
}
