@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@500&family=Fira+Sans:ital,wght@1,800&display=swap');

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

h1 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2 {
	font-size: 32px;
	line-height: 34px;
}

#mainFeed h2 {
	font-size: 24px;
	line-height: 26px;
}

.mainFeed .mrp-feedBoxInner h2 {
	font-size: 24px;
	line-height: 26px;
}

h3 a,
h5 a {
	color: #1dfffc !important;
	transition: color .15s ease-in-out;
}

h3 a:hover,
h5 a:hover {
	color: #11ceda !important;
}

#homeBody h3.newsHead a {
	text-transform: uppercase;
}

.navbar .navbar-nav .nav-link {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	font-style: italic;
}

.newsBody .mrp-heading h5 {
	text-transform: uppercase;
	font-size: 21px;
	line-height: 22px;
	margin: 0 0 10px 0;
}


/* Colors */


#footerWrapper {
	background: rgb(0,0,0);
}
/*#mainTop,
#mainBottom {
	background: #3014a7;
}

.socialLinksWrapper {
	background: #;
}*/

h1, h2 {color: #fff;}

h1.subHeading,
.newsFeedSub h2,
#homeBody #mainBox h2 {
	color: #fff;
	background-color: rgb(25,25,25);
	display: block;
	border-radius: 4px;
	font-size: 20px;
	padding: 7px 15px;
}

.newsFeedSub h2 {margin-bottom: 15px;}


/* Layout */
.mrp-shadow-custom {
	box-shadow: 0 3px 6px rgba(24,24,25,.35);
}

#mrpLogo img {
	width: 210px;
	height: 123px;
	margin-top: 20px;
}

@media (max-width: 991px) {
	#mrpLogo img {
		width: auto;
		height: 80px;
		margin-top: 10px;
		margin-left: 10px;
	}
}

#navTop {}

#mainTop {
	background-color: #3014a7;
	/*background-image: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/35880/v1/img/maintoprepeat-bottom.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
	padding-bottom: 60px;*/
}

@media (max-width: 991px) {
	#mainTop {
		/*height: 250px;*/
	}
}

#mainBox {
	background-color: #000000;
	background-image: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/35880/v1/img/bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 0;
}

#mainContent {
	/*background: rgba(0,0,0,.5);*/
	padding-bottom: 30px;
}

#mainSide {}

#mainBottom {}

#footerWrapper {
	background-image: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/35880/v1/img/footer.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #3014a7;
	padding-top: 150px;
}


/* This Website Only */
a {
	color: #1dfffc;
	transition: color .15s ease-in-out;
}
a:hover {color: #11ceda;}

.newsHead a,
h3 a,
.mrp-heading h5 a {
	color: #3014a7;
}

.newsHead a:hover,
h3 a:hover,
.mrp-heading h5 a:hover {
	color: #11ceda;
}

.mrp-heading h5 {
	font-size: 16px;
}

#mrpNav {
	transform: none;
	background-color: transparent;
}
#mrpNav ul {transform: none;}
.navbar .navbar-nav .nav-link {text-align: center;}
.navbar {
	background: #000000;
}
.navbar-toggler {transform: none;}


#galleryBody .galleryNav a, 
#galleryBody .navbarMedia > a,
#galleryBody a.galleryNav,
.videoBody .videoNav a,
.videoBody .navbarMedia > a,
.videoBody a.videoNav {
	color: #1dfffc;
}


#mrpNav .dropdown-item.active, 
#mrpNav .dropdown-item:active,
#mrpNav .dropdown-item:focus {
	color: #1dfffc;
	background-color: rgb(25,25,25);
}

#mrpNav .dropdown-item:hover {
	color: #1dfffc;
	background-color: rgb(25,25,25);
}

#mrpNav .dropdown-menu {
	background-color: rgb(25,25,25);
	margin-top: 0;
	border-radius: 0;
	border: none;
}


#logo {
	display: block;
	font-size: 0;

	height: 140px;
	width: 100%;
	margin: 0 auto;
}

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

#headerWrap {
	height: 140px;
}

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

@media (min-width: 576px) {
	#logo {
		height: 300px;
	}
	
	#headerWrap {
		height: 300px;
	}
}

@media (min-width: 769px) {
	#logo {
		height: 320px;
	}
	
	#headerWrap {
		height: 320px;
	}
}

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

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

/*.mainFeed .mrp-feedBox {
	background: #1dfffc;
}

.mainFeed .mrp-feedBoxInner,
.mainFeed .mrp-feedBoxInner a {
	color: #ffffff;
}

.mainFeed .mrp-feedBoxInner a:hover {
	color: #ffffff;
}*/

.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;
}



.navbar-toggler {
	background: transparent;
}


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

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

#mainTop .card {
	background: #1dfffc !important;
	border: none !important;
	
	transform: skewX(165deg);
}

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

#mainTop .statsFeed .feedDesc2 {
	font-size: 42px;
	line-height: 44px;
	color: #000;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	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: #fff;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

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

#mainTop .statsFeedWrap h2 {display: none;}

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


/* Feeds - Side States */
#mainTop .schFeedWrap a,
#mainTop .resultsFeedWrap a,
#mainTop .schFeedWrap,
#mainTop .resultsFeedWrap {
	color: #fff;
}

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

/*#mainBottom .schFeed,
#mainBottom .resultsFeed {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#mainBottom .schFeed .feedDesc1,
#mainBottom .resultsFeed .feedDesc1 {
	font-size: 24px;
	line-height: 26px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	margin-bottom: 5px;
}

#mainBottom .schFeed .feedDesc2,
#mainBottom .resultsFeed .feedDesc2 {
	text-transform: uppercase;
}*/

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

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

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


/* Sponsors */
#sponsorBody .singleAdWrap {text-align: center;}


/* Video Feed */
#homeBody .mrp-videofeed-wrap {margin-top: 35px;}

#homeBody .mrp-video-feed .mrp-article {
	width: 48%;
	display: inline-block;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	#homeBody .mrp-video-feed .mrp-article {
		width: 33%;
	}
}

#homeBody .mrp-video-feed .mrp-article img {
	max-width: 100%;
	padding: 5px;
	margin-right: 0;
}

#homeBody .mrp-video-feed .mrp-article section {display: none;}



/* Dark Layouts */
.mrp-shaded,
.mrp-container,
#breadCrumbs {
	background: rgb(25,25,25) !important;
}

.mrp-container-filter-inner h2 {color: #fff;}

.mrp-shaded .dropdown .btn,
.mrp-shaded .dropdown .btn:hover {
	color: #fff;
}

.mrp-shaded hr {
	border-top-color: rgba(255,255,255,.25);
}

.jumbotron {
	background-color: transparent;
}

.mrp-container-filter-inner .btn {
	color: #ffffff;
}

.mrp-rowCardWrap,
.mrp-iconDetails li,
.border {
	border-color: rgba(255,255,255,0.15) !important;
}

.mrp-rowCardImage {
	background-color: rgba(255,255,255,0.10);
	border-color: transparent;
}

.mrp-rowCardImage a,
.mrp-rowCardImage a:hover {
	color: #ffffff;
}

.mrp-rowCardBroadcaster {
	border-radius: 0;
	border-color: rgba(255,255,255,0.15) !important;
}

.table,
.table a {
	color: #ffffff;
}

.table td, .table th {
	border-color: rgba(255,255,255,0.05) !important;
}

.table-hover tbody tr {
	color: #ffffff;
	background-color: rgba(0,0,0,.10);
}

.table-hover tbody tr:hover {
	color: #ffffff;
	background-color: rgba(0,0,0,.15);
}


.table-info, .table-info>td, .table-info>th {
	background-color: rgba(255,255,255,.15);
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: rgba(255,255,255,.10);
}

.table-hover .table-info:hover {
	background-color: rgba(255,255,255,.20);
}

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

.mrp-iconDetails a {color: #1dfffc;}
.mrp-iconDetails a:hover {color: #11ceda;}

article p a {color: #1dfffc;}
article p a:hover {color: #11ceda; text-decoration: underline;}

#mrp-page-content {background: transparent;}
