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

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

h1, h2 {
	font-style: italic;
	font-weight: 900 !important;
}

h1.subHeading {
	text-transform: uppercase;
	background: #f9f9f9;
	color: #000;
	border-left: 5px #000 solid;
	padding: 10px 14px;
}

h3, h3.newsHead {
	font-size: 18px;
	line-height: 21px;
}

#mainTop h3.newsHead {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 4px;
}

#mainTop h3.newsHead a,
h3 a {
	color: #000;
}

#mainTop h3.newsHead a:hover,
h3 a:hover {
	color:#9b2329;
}

#newsContent h5 a {
	font-size: 18px;
	line-height: 21px;
}

.btnGeneral {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.schFeedWrap .feedDesc1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 21px;
}

.mrp_countDownFeedWrap .countdown_amount {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #;
}


#homeBody #mainContent h2 {
	overflow: hidden;
}

#homeBody #mainContent h2::after {
	background-color: #a93339;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	
	left: 0.5em;
	margin-right: -50%;
}

/*#mainBottom h2,
#mainSide h2 {
	overflow: hidden;
}

#mainBottom h2::before,
#mainBottom h2::after,
#mainSide h2::before,
#mainSide h2::after{
	background-color: #a93339;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

#mainBottom h2::before,
#mainSide h2::before {
	right: 0.5em;
	margin-left: -50%;
}

#mainBottom h2::after,
#mainSide h2::after {
	left: 0.5em;
	margin-right: -50%;
}*/


.featureText h3,
.headlineText h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-transform: none;
}


/* Layout */
body {
	background-image: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10044/v2/img/bg.jpg);
	/*background-size: cover;
	background-attachment: fixed;*/
	background-position: top center;
	background-repeat: no-repeat;
}

#mainSide {text-align: center;}

#mrpLogo a.navbar-brand img {
	width: 157px;
	height: 186px;
	top: -100px;
}

@media (max-width: 991px) {
	#mrpLogo a.navbar-brand img {
		width: auto;
		height: 90px;
		top: -20px;
	}
}

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


#mainWrapper {}

#navTop {
	background-color: #000;
	background-image: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10044/v2/img/navtop.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

@media (max-width: 576px) {
	#navTop {
		padding: 10px 0 20px;
	}
}



#mainTop {
	position: relative;
	z-index: 1000;
}

#mainBox {
	/*background: #;*/
	padding-top: 30px;
}

@media (max-width: 991px) {
	#mainBox {
		/*padding-top: 120px;*/
	}
}

#mainContent {
	background-color: #fff;
}

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

#mainBottom {
	background-color: #000;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

#mainBottom .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

#mainBottom img {
	filter: grayscale();
	opacity: 50%;
	transition: filter .15s ease-in-out;
}

#mainBottom img:hover {
	filter: none;
}

body:not(#homeBody) #mainBottom .galleryFeed .galleryFeedPicWrap {padding: 0;}

#footerWrapper {
	background: #;
}

h2.mrpBoxHeader {
	font-size: 21px;
	display: block;
	background-color: #a93339;
	color: #fff;
	padding: 8px 14px;
	margin-bottom: 0;
}

.mrpBoxCustom {
	background-color: #fff;
	border-left: 5px #a93339 solid;
	padding: 15px 15px 15px 20px;
}


/* COLORS - General */
body {
	color: #;
}

a, .mdWrap a, 
.fileName a {
	color: #a93339;
}

a:hover, 
.mdWrap a:hover, 
.fileName a:hover {
	color: #9b2329;
}


/* COLORS - Nav */
#navBar {
	position: relative;
	z-index: 2000;
}

.mrpNav {
	background: #a93339;
}
/***************** LOOK AT *****************/
.mrpNav a.nav-link {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	
}
.mrpNav a.nav-link:hover {
	color: #FFFFFF;
	background-color: #9b2329;
}
/***************** LOOK AT *****************/

#homeBody .homeNav a,
#scheduleBody .scheduleNav a, 
.scheduleBody .scheduleNav a, 
#profileBody_sch .scheduleNav a, 
.pointBody .pointsNav a,
#pointBody .pointsNav a,
#campingBody .campingNav a, 
#ticketinfoBody .ticketinfoNav a,
#ticketsBody .ticketsNav a,
#cityBody .cityNav a, 
#driverinfoBody .driverinfoNav a, 
#rulesBody .rulesNav a, 
#mrpInfoBody .mrpInfoNav a, 
#contactBody .contactNav a, 
#historyBody .historyNav a, 
#sponsorBody .sponsorNav a, 
#linksBody .linksNav a, 
#newsBody .newsNav a, 
.newsBody .newsNav a, 
#galleryBody .galleryNav a, 
#videoBody .videoNav a, 
#aboutBody .bioNav a, 
#guestbookBody .guestbookNav a, 
#shopBody .shopNav a,
#productDetailBody .shopNav a,
#marketingBody .marketingNav a, 
#racedayinfoBody .racedayinfoNav a, 
#teamsBody .teamsNav a, 
#crewBody .crewNav a, 
#statsBody .mrpNav .statsNav a,
#campingBody .navbarFanInfo > a,
#ticketinfoBody .navbarFanInfo > a,
#cityBody .navbarFanInfo > a,
#driverinfoBody .navbarDriverInfo > a,
#mrpInfoBody .navbarDriverInfo > a,
#sponsorBody .navbarAbout > a,
#newsBody .navbarMedia > a,
#galleryBody .navbarMedia > a,
#videoBody .navbarMedia > a,
.scheduleBody .navbarEvents > a,
.pointBody .navbarEvents > a,
#historyBody .navbarSeriesInfo > a,
#rulesBody .navbarSeriesInfo > a,
#trackBody .navbarSeriesInfo > a,
#regionsBody .navbarSeriesInfo > a,
.driverBioBody .navbarSeriesInfo > a,
#linksBody .navbarSeriesInfo > a {
	color: #FFFFFF;
	background-color: #9b2329;
}

#scheduleBody a.scheduleNav,
.scheduleBody a.scheduleNav,
#profileBody_sch a.scheduleNav,
.pointBody a.pointsNav,
#campingBody a.campingNav,
#ticketinfoBody a.ticketinfoNav,
#ticketsBody a.ticketsNav,
#cityBody a.cityNav,
#driverinfoBody a.driverinfoNav,
#rulesBody a.rulesNav,
#mrpInfoBody a.mrpInfoNav,
#contactBody a.contactNav,
#historyBody a.historyNav,
#sponsorBody a.sponsorNav,
#linksBody a.linksNav,
#newsBody a.newsNav,
.newsBody a.newsNav,
#galleryBody a.galleryNav,
#videoBody a.videoNav,
#aboutBody a.bioNav,
#guestbookBody a.guestbookNav,
#shopBody a.shopNav,
#marketingBody a.marketingNav,
#racedayinfoBody a.racedayinfoNav,
#teamsBody a.teamsNav,
#crewBody a.crewNav,
#statsBody .mrpNav a.statsNav,
#trackBody a.tracksNav,
#regionsBody a.regionsNav,
.driverBioBody a.driversNav {
	color: #FFFFFF;
	background-color: #9b2329;
}

.dropdown-item:active {background-color: #9b2329;}

#navBar .dropdown-menu {
	border: none;
	border-radius: 0;
	box-shadow: 0 1px 4px rgba(0,0,0,.25);
	margin: 0;
}


/* COLORS - Headlines and Featured News */
.featureText,
.featureText a,
.featureText .headSpec,
.featureText .mdWrap {
	color: #fff;
}
.featureText a:hover {color: #ccc;}
.featureText {
	/*background: rgba(0,0,0,0.8);*/
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 100%);
}
.headlineText,
.headlineText a {
	color: #fff;
}
.headlineText a:hover {}
.headlineText {background: rgba(0,0,0,0.8);}

.featurePicWrap img {filter: grayscale();}


/* COLORS - News */
.mrp-date a,
.mrp-date a:hover {color: #000;}
h3 a {color: #;}
h3 a:hover{color: #9b2329;}


/* COLORS - Social */
.mrp_socialLinks a.mrp_socialFont {color: # !important;}
.mrp_socialLinks a.mrp_socialFont:hover {color: # !important;}
.mrp_socialLinks a.mrp_socialFont .fa:first-Child {color: # !important;}
.mrp_socialLinks a.mrp_socialFont:hover .fa:first-Child {color: # !important;}

#navBar .mrp_socialLinks a.mrp_socialFont:hover {color: #000 !important;}


/* COLORS - Footer */
#footerWrapper {color: #000000;}
#footerWrapper a {color: #000000;}
#footerWrapper a:hover {color: #a93339;}


/* ADs */

.sideHalfPage {
	position:relative;
	width:300px;
	height:600px;
	overflow:hidden;
	margin: 20px auto;
}

@media (min-width: 992px) {
	#navTop .spLeaderboard {margin-left: 200px;}
}


/* MainTop */
#mainTop .mdWrap {display: contents;}
#mainTopNews .mdWrap {display: none;}

#mainTop hr {
	border-top-color: #e0e0e1;
	margin-top: 9px;
	margin-bottom: 9px;
}

/* MainSide */
#sideQuickLinks {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#sideQuickLinks a {
	color: #000;
	display: grid;
	transition: background .15s ease-in-out;
}

#sideQuickLinks a:hover {background: #e0e0e1;}

#sideQuickLinks .card-body {
	max-height: 88px;
}

#sideQuickLinks .card-body img {
	max-height: 68px;
}

#sideQuickLinks .card-body img.icon-registration {
	max-height: 58px;
	margin-top: 5px;
}

#sideQuickLinks .card-body img.icon-livetiming {
	max-height: 68px;
}

#sideQuickLinks .card-body img.icon-downloads {
	max-height: 58px;
	margin-top: 5px;
}

#sideQuickLinks .card-body img.icon-newsletter {
	max-height: 62px;
	margin-top: 4px;
}


/* BEGIN - 3 Stacked */
#mainEvents .mrp-eventfeed-wrap {
	width: 100%;
	/*height: 146px;*/
}

@media (max-width: 575px) {
	#mainEvents .mrp-eventfeed-wrap {
		/*height: 185px;*/
	}
}

#mainEvents .mrp-event-feed {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	justify-content: center!important;
}

#mainEvents .mrp-event-feed-item {
	flex: 0 0 33.333333%;
	width: 33.333333%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

@media (max-width: 768px) {
	#mainEvents .mrp-event-feed-item {
		flex: 0 0 50%;
		width: 50%;
	}
}

@media (max-width: 575px) {
	#mainEvents .mrp-event-feed-item {
		flex: 0 0 100%;
		width: 100%;
	}
}

@media (max-width: 575px) {
	#mainEvents .mrp-event-feed-item {
		margin-bottom: 15px;
	}
}
/* END - 3 Stacked */

#mainEvents .mrp-event-feed-item .row {
	margin: -.25rem!important;
}

#mainEvents .btn {
	padding: 8px;
}


.footerSponsors .singleAdWrap{
	display:inline-block;
	margin:20px 10px;
}


/* Tracks */
.trackContactWrap ul,
.trackContactWrap ul li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}


/* Footer */
#navBar #socialLinks {font-size: 16px;}

@media (max-width: 991px) {
	#socialLinks {
		font-size: 21px;
		margin: 20px 0;
	}
}


/* History */
#historyBody .elementHeading h2 {
	background: #f9f9f9;
	/*border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;*/
	padding: 10px 14px;
}

#historyBody .elementHeading h2::before {
	content: "\2795";
	display: inline-block;
	height: 2px;
	position: relative;
	margin-right: 4px;
}

#historyBody .elementWrap {
	background: #f9f9f9;
	margin-bottom: 10px;
}

#historyBody .hide {
	background: #f9f9f9;
	padding: 20px;
	margin-bottom: 20px;
}

#historyBody .headSpec {padding-bottom: 20px;}


/* Buttons */
.btnGeneral,
.btnSend,
a.touch,
a.touch:link,
a.touch:active, 
a.touch:visited,
a.mrp_touch,
a.mrp_touch:link,
a.mrp_touch:active, 
a.mrp_touch:visited,
.addCart,
.shopCheckout,
.btnProcess,
.moreDetails {
	padding: 12px;
}
