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

body {
	background-color: #000000;
}

/* Fonts */
a {color: #00aeef;}
a:hover {color: #0193e7;}

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

h1 {
	text-transform: uppercase;
}

h1.subHeading,
#homeBody .newsFeed h2 {
	color: #ff5f1f;
	/*background-color: #1e1e1e;
	border-top: 1px solid #333;*/
	border-bottom: 4px solid #ff5f1f;
	padding: 0 15px 10px;
	margin-bottom: 30px;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 15px;
}

#homeBody .mainBoxSub h2 {
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 30px;
}

#homeBody h2::after,
h1::after {
	/*content: '';
	border-bottom: 2px solid #ff5f1f;
	width: 100px;
	display: block;
	margin: 10px 0 20px;*/
}

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

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

#mainBottom h2 {
	color: #fff;
}

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

#newsContent h5 {
	font-size: 21px;
	margin-bottom: 15px;
}


/* Colors */
#footerWrapper {
	margin-top: 0;
	/*background-color: #000;*/
}
.socialLinksWrapper {/*background-color: #000;*/}
/*h1, h2 {color: #737373;}*/


/* 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 {
	height: 520px;
}

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

#mainBox {
	background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/32006/v1/img/bg.jpg') center top no-repeat;
	padding-top: 30px;
}

#mainContent {
	background: rgba(0,0,0,.5);
}

#mainSide {}

#mainBottom {
	background: #00aeef;
	/*background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/32006/v1/img/mainbottom.jpg') center center no-repeat;
	background-size: cover;
	background-color: #000;
	background-attachment: fixed;
	padding: 100px 0 0;
	margin-top: 50px;*/
}

#mainBottom-top {
	background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/32006/v1/img/mainbottom-top.png') center center no-repeat;
	background-color: #000;
	height: 122px;
	padding: 0;
	margin-top: 0;
}

#mainBottom-bottom {
	background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/32006/v1/img/mainbottom-bottom.png') center center no-repeat;
	background-color: #000;
	height: 122px;
	padding: 0;
	margin-top: 0;
}

#footerWrapper {}


/* This Website Only */
#mrpNav {
	transform: none;
	background-color: transparent;
}
#mrpNav ul {transform: none;}
.navbar .navbar-nav .nav-link {text-align: center;}
.navbar {
	background: #00aeef;
}
.navbar-toggler {
	transform: none;
	background: transparent;
}


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

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

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

#headerWrap {
	/*height: 140px;*/
	height: 120px;
}

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

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

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

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

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

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

.mainFeed .mrp-feedBoxInner a:hover {
	color: #0193e7;
}

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


#footerWrapper .singleAdWrap {
	background-color: #fff;
}

/*#footerWrapper .singleAdWrap {
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
#footerWrapper .spSponsor {
	height: 85px;
	
	padding-top: 5px;
	padding-bottom: 5px;
}
#footerWrapper .spSponsor .sponsorWrapperSub {
	height: 85px;
	
	padding-top: 5px;
	padding-bottom: 5px;
}

.spSponsor .singleAd img {
}*/



/* Feeds - States */
/*#mainSide .card {
	background-color: rgba(0,0,0,.5);
	transform: skewX(160deg);
}*/

#mainSide .statsFeedSub li {
	width: 48%;
	margin: 1%
}

#mainSide .card {
	background: #1e1e1e !important;
}

#mainSide .statsFeed .feedDesc1 {
	font-size: 14px;
	line-height: 16px;
	color: #ff5f1f;
	text-transform: uppercase;
	padding-bottom: 12px;
	padding-right: 0;
}

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

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

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

#mainSide h2 {
	color: #d01f26;
}

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


/* Feeds - Side States */
#mainSide .card {
	color: #fff;
	background-color: #1e1e1e;
	/*padding: 15px 10px 25px;
	margin: 10px;*/
	border-top: 1px solid #333;
	box-shadow: 0 15px 25px rgba(0,0,0,.5);
}

#mainSide .stat_1.card,
#mainSide .stat_2.card,
#mainSide .stat_3.card,
#mainSide .stat_4.card {
	box-shadow: none;
}

#mainSide .card a {
	color: #fff;
}

#mainSide .card a:hover {
	color: #ccc;
}

#mainSide .card h2 {
	color: #ff5f1f;
	margin-bottom: 15px;
}

/*#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;
}*/

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

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

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

#mainSide .statsFeedWrap h2 {display: none;}


/* Nav */
@media (min-width: 992px) {
	#mrpNav {
		margin-left: 0;
	}
}

.mrpNav ul li > a:hover,
.mrpNav a:focus {
	color: #ffffff;
	background-color: #0193e7;
}

#homeBody #navTop .homeNav a,
#aboutBody #navTop .bioNav a,
#statsBody #navTop .statsNav a,
#guestbookBody #navTop .guestbookNav a,
#linksBody #navTop .linksNav a,
#scheduleBody #navTop .scheduleNav a,
.scheduleBody #navTop .scheduleNav a,
#schResultBody #navTop .scheduleNav a,
#galleryBody #navTop .galleryNav a,
#videoBody #navTop .videoNav a,
#newsBody #navTop .pressNav a,
.newsBody #navTop .pressNav a,
#sponsorBody #navTop .sponsorNav a,
#crewBody #navTop .crewNav a,
#shopBody #navTop .merchNav a,
#contactBody #navTop .contactNav a,
#marketingBody #navTop .marketingNav a,
#marketBody #navTop .marketingNav a,
#teamsBody #navTop .teamsNav a,
#productDetailBody #navTop .merchNav a,
#cartBody #navTop .merchNav a,
#shocksBody #navTop .shocksNav a {
	color: #ffffff;
	background-color: #0193e7;
}


/* Buttons - Custom */
.btn,
.btnGeneral,
.btnSend,
.addCart,
.moreDetails,
.shopCheckout,
.btnProcess,
.shopPromo {
	border-radius: 0;
}


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

.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: #00aeef;}
.mrp-iconDetails a:hover {color: #0193e7;}

article p a {color: #00aeef;;}
article p a:hover {color: #0193e7; text-decoration: underline;}
