@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;900&display=swap');

/* RANDOM OVERRIDES */
@media (min-width: 1300px) {
	.container {
		max-width: 1280px;
	}
}

.sticky-top {top: 0;}

@media (max-width: 991px) {
	#mrpLogo a.navbar-brand img {
		left: initial;
		margin-left: 20px;
	}
}

body {
	background-color: #000000;
}

.singleAd {
	text-align: center;
}

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

h1 {
	font-weight: 900;
	text-transform: uppercase;
}

h1.subHeading {
	color: #fff;
	background-color: #EF0B00;
	border-bottom: 4px solid #D50C03;
	padding: 6px 12px;
	margin-bottom: 20px;
}

h2 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 900;
}

#homeBody h2 {
	/*border-bottom: 1px #000 solid;*/
	padding: 8px 0;
	margin-bottom: 15px;
	
	color: #fff;
	background-color: #EF0B00;
	border-bottom: 4px solid #D50C03;
}

#mainSide h2 {
	/*border-bottom: 1px #000 solid;*/
	padding: 5px 0;
	margin-bottom: 15px;
	
	color: #000;
	background: rgba(239,11,0,.85);
}

/*#mainSide h2 {border-bottom-color: #404040;}*/

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

h3 {
	font-weight: 900;
}

.mrp-heading h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 18px;
}

.navbar .navbar-nav .nav-link {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
}

.feedDesc1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 28px;
	line-height: 30px;
}


/* Colors */
#footerWrapper {background-color: #000000;}
h1, h2, .headSpec {color: #ef0b00;}
.mrp-shaded h2 {color: #000;}
#mainSide .card {background-color: #000000;}

.schFeedWrap, .schFeedWrap a {color: #fff;}
.schFeedWrap a:hover {color: #ccc;}

.mrp-heading h5 a:hover {color: #d50c03;}

.mrp-date {
	border: transparent;
	color: #fff;
	background-color: #000000;
}


/* Layout */
#mrpLogo a.navbar-brand img {
	width: 500px;
	height: 41px;
	top: 15px;
}

@media (max-width: 1299px) {
	#mrpLogo a.navbar-brand img {
		width: 440px;
		height: auto;
		top: 16px;
	}
}

@media (max-width: 1199px) {
	#mrpLogo a.navbar-brand img {
		width: 350px;
		top: 19px;
	}
}

@media (max-width: 991px) {
	#mrpLogo a.navbar-brand img {
		width: 350px;
		top: 12px;
	}
}

@media (max-width: 767px) {
	#mrpLogo a.navbar-brand img {
		width: 350px;
		top: 12px;
	}
}

@media (max-width: 575px) {
	#mrpLogo a.navbar-brand img {
		width: 250px;
		top: 16px;
	}
}

#navBar {/*margin-top: 20px;*/}

@media (min-width: 992px) {
	#navBar ul.navbar-nav {
		margin-left: 360px;
	}
}

@media (min-width: 1200px) {
	#navBar ul.navbar-nav {
		margin-left: 450px;
	}
}

@media (min-width: 1300px) {
	#navBar ul.navbar-nav {
		margin-left: 510px;
	}
}

#navTop {}

#mainTop {
	/*margin-top: 20px;*/
}

.navbar-toggler {
	background: transparent;
}

@media (max-width: 991px) {
	#mainTop {}
}

#mainBox {}

#mainContent {
	background-color: #FFFFFF;
	/*padding-top: 30px;*/
	box-shadow: 0 10px 30px rgba(0,0,0,.75);
}

#mainSide {}

#mainBottom {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footerWrapper {}

body:not(#homeBody) #contentTop {display: none;}
body:not(#homeBody) #mainContent {padding-top: 30px;}



/* Feeds - ContentTop */
.statsFeedSub li {
	width: 23%;
	margin: 1%
}

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

.card {
	background: rgb(0,0,0) !important;
	border-radius: 0;
}

.card img {
	filter: grayscale(100%);
}

.card:hover img {
	filter: none;
}

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

@media (max-width: 1199px) {
	.statsFeed .feedDesc1 {
		font-size: 10px;
		letter-spacing: 1px;
	}
	
}

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

@media (max-width: 1199px) {
	.statsFeed .feedDesc2 {
		font-size: 28px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.statsFeed .feedDesc2 {
		font-size: 32px;
		line-height: 34px;
	}
}

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

@media (max-width: 1199px) {
	.statsFeed ul.noBullet {
		margin-top: -10px;
	}
}

@media (max-width: 767px) {
	.statsFeed ul.noBullet {
		margin-top: -5px;
	}
}

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

#contentTop h2 {
	font-size: 21px;
	color: #000000;
	letter-spacing: 3px;
	margin-bottom: 25px;
	
	padding: 5px 0;
	background: rgba(239,11,0,.85);
	
	border-bottom: none;
}

@media (max-width: 575px) {
	.statsFeedSub li {
	}
}

.schFeedWrap a,
.resultsFeedWrap a,
.resultsFeed {
	color: #fff;
}

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

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

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

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


/* Layout - Featured News */
.featureThumbsWrap {
	top: 20px;
}



@media (min-width: 576px) {
	.featureText {
		bottom: 25px;
		right: 25px;
		width: 50%;
	}
	
	.featureThumbsWrap {
		bottom: 25px;
		left: 25px;
		top: initial;
	}
}

.featureThumb {
	width: 40px;
	height: 10px;
	border-radius: 5px;
}


/* Results */
.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: #bfbfbf;
}



/* Random */
.featureText .mdWrap {
	float: none;
}


/* Custom */
#footerWrapper #socialLinks a {color: #ef0b00;}
#footerWrapper #socialLinks a:hover {color: #d50c03;}

.socialLinksWrapper {
	text-align: center;
	padding: 15px 10px;
	margin: 0;
}

.fa-stack {width: 2.5em;}

body {
	background-image: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10303/v1/img/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: initial;
	background-attachment: fixed;
}


/* Custom About */
#aboutBody .mrp_quickBioInfo {display: none;}

@media (min-width: 576px) {
	.mrp_bioPic {
		margin: 0 0 30px 0;
		float: none;
	}
}


/* Layout - Headlines */
body:not(#homeBody) #mainTop,
#mainTop .headlineText {
	display: none;	
}

#mainTop .headlinePic img {
	width: auto;
	
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#mainTop #headlineWrap {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	margin-bottom: 0px;
}

#mainTop #headlineNav {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 15px;
	width: 100%;
	
	text-align: center;
}

@media (max-width: 767px) {
	#mainTop #headlineNav {
		/*left: 0;*/
	}
}

@media (min-width: 768px) {
	#mainTop #headlineNav {
		left: 0;
		/*bottom: 30px;*/
		width: 100%;
		text-align: center;
	}
}

#mainTop #headlineNav ul {padding: 0; margin: 0;}

#mainTop #headlineNav li {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	width: 25px;
	height: 10px;
	font-size: 1px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	
	background: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 5px;
	
	transition: color .15s ease-in-out, 
		background-color .15s ease-in-out, 
		border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
}

#mainTop #headlineNav li:hover, 
#mainTop #headlineNav li.active {
	background: rgba(255,255,255,.8);
}

#mainTop .headlineContent {
	position: absolute;
	width: 100%;
	overflow: hidden;
}

#mainTop .headlinePic {
	overflow: hidden;
	width: 100%;
}

#mainTop .headlinePic img,
#mainTop #headlineWrap,
#mainTop .headlineContent,
#mainTop .headlinePic {
	height: 200px;
	filter: grayscale();
}

@media (min-width: 576px) {
	#mainTop .headlinePic img,
	#mainTop #headlineWrap,
	#mainTop .headlineContent,
	#mainTop .headlinePic {
		height: 275px;
	}
}

@media (min-width: 768px) {
	#mainTop .headlinePic img,
	#mainTop #headlineWrap,
	#mainTop .headlineContent,
	#mainTop .headlinePic {
		height: 350px;
	}
}

@media (min-width: 992px) {
	#mainTop .headlinePic img,
	#mainTop #headlineWrap,
	#mainTop .headlineContent,
	#mainTop .headlinePic {
		height: 450px;
	}
}

@media (min-width: 1200px) {
	#mainTop .headlinePic img,
	#mainTop #headlineWrap,
	#mainTop .headlineContent,
	#mainTop .headlinePic {
		height: 550px;
	}
}
