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

h2 {
	font-size: 21px;
	line-height: 24px;
}

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

#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 {
	content: "";
	border-bottom: 3px solid #ebebeb;
	width: 50px;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}*/

h1.subHeading {
	color: #fff;
	background: rgb(9,120,190);
	background: linear-gradient(0deg, rgba(9,120,190,1) 0%, rgba(21,157,218,1) 100%);
	padding: 8px 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#homeBody #mainContent h2 {
	color: #fff;
	background: rgb(9,120,190);
	background: linear-gradient(0deg, rgba(9,120,190,1) 0%, rgba(21,157,218,1) 100%);
	padding: 8px 10px;
	margin-bottom: 15px;
}

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

#mainBottom h2::after {
	content: "";
	border-bottom: 3px solid #ebebeb;
	width: 50px;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}

#mainBottom h2.text-center::after,
#mainBottom .text-center h2::after {
	margin-right: auto;
	margin-left: auto;
}

#mainBottom h2 {
	color: #fff;
}

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

a.driverDashboard {
	color: #fff;
	font-weight: bold;
}
a.driverDashboard:hover {color: #c8c8c8;}

.headSpec {
	font-weight: bold;
}


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

#mainSide {
	text-align: center;
	
	background: rgb(37,37,37);
	background: linear-gradient(90deg, rgba(37,37,37,1) 0%, rgba(70,70,70,1) 50%, rgba(37,37,37,1) 100%);
}

#mrpLogo a.navbar-brand img {
	width: 183px;
	height: 110px;
	top: -22px;
}

.videoFeedWrap{
	display: block;
}	

/*.videoFeedWrap h2{display:none;}*/

#customVideoFeed
{
	position:relative;
	text-align:center;
	/*margin:0 auto 30px;*/
	margin:0 auto 0;
}

@media (max-width: 565px) {
	#customVideoFeed iframe{
		width:250px;
		height:140px;
	}
}

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

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


.mrpNav .btnTickets {
	margin-top: 7px;
}

@media (max-width: 991px) {
	.mrpNav .btnTickets {
		display: block;
		margin: 20px 15px;
	}
}


#mainWrapper {}

#navTop {
	/*background: #000000;*/
	background: rgb(37,37,37);
	background: linear-gradient(90deg, rgba(37,37,37,1) 0%, rgba(70,70,70,1) 50%, rgba(37,37,37,1) 100%);
}

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

#mainBox {
	background: #ffffff;
	/*padding-top: 140px;*/
	padding-top: 25px;
}

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

#mainContent {}

#mainSide {}

#mainBottom {
	/*background-image: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/19828/v1/img/mainbottom.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;*/
	
	/*background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(18,110,156,1) 100%);*/
	background: rgb(21,157,218);
	background: linear-gradient(0deg, rgba(21,157,218,1) 0%, rgba(9,120,190,1) 100%);
	padding-top: 50px;
	padding-bottom: 50px;
}

#mainBottom::before {
	/*height: 33px;
	width: 100%;
	content: "";
	position: absolute;
	top: 0;
	background-image: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/19828/v1/img/mainbottomtop.png);*/
}

#mainBottom::after {
	/*height: 32px;
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	background-image: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/19828/v1/img/mainbottombottom.png);*/
}


#footerWrapper {
	/*background: #000000;*/
}


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

a, .mdWrap a, 
.fileName a {
	color: #159ed9;
}

a:hover, 
.mdWrap a:hover, 
.fileName a:hover {
	color: #0a78be;
}


/* COLORS - Nav */
.mrpNav {
	/*background: #159ed9;*/
	/*background: rgb(18,110,156);
	background: linear-gradient(90deg, rgba(18,110,156,1) 0%, rgba(10,78,112,1) 100%);*/
	background: rgb(21,157,218);
	background: linear-gradient(90deg, rgba(21,157,218,1) 0%, rgba(9,120,190,1) 100%);
}

.navbar-toggler .icon-bar {
	background: #fff;
}

/***************** LOOK AT *****************/
.mrpNav a.nav-link {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	
}
.mrpNav a.nav-link:hover {
	/*background: #0a78be;*/
	background: rgba(0,0,0,0.2);
}
/***************** LOOK AT *****************/

/*.dropdown-item.active, 
.dropdown-item:active {
	background-color: #0a78be;
}*/

#homeBody .homeNav a,
#scheduleBody .scheduleNav a, 
.scheduleBody .scheduleNav a, 
#profileBody_sch .scheduleNav a, 
.pointBody .pointsNav a,
#pointBody .pointsNav 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, 
#shopBody .shopNav a,
#productDetailBody .shopNav a,

#ninetynineBody .navbarEvents > a,
#southBody .navbarEvents > a
{
	/*background: #0a78be;*/
	background: rgba(0,0,0,0.2);
}

#ninetynineBody a.ninetynineNav,
#southBody a.southNav {
	color: #fff;
	background: #0a78be;
}


/* COLORS - Headlines and Featured News */
.featureText,
.featureText a,
.featureText .headSpec,
.featureText .mdWrap {
	color: #fff;
}
.featureText a:hover {}
.featureText {background: rgba(0,0,0,0.8);}
.headlineText,
.headlineText a {
	color: #fff;
}
.headlineText a:hover {}
.headlineText {background: rgba(0,0,0,0.8);}


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


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


/* COLORS - Footer */
#footerWrapper {color: #000000 !important;}
#footerWrapper a {color: #000000 !important;}
#footerWrapper a:hover {color: #159ed9 !important;}


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


/* THIS WEBSITE ONLY */
#navBar {
	position: relative;
	z-index: 1000;
}

#mainTop .headlineText {
	display: none;
}

.card.bg-light {
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
}

.card.bg-primary {
	background-color: #003da6 !important;
	border-radius: 6px;
	padding: 20px;
	/*margin: 0 auto;*/
}

.chromebar {
	height: 10px;
	width: 100%;
	background: rgb(240,240,240);
	background: linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(145,143,143,1) 21%, rgba(240,240,240,1) 36%, rgba(199,198,198,1) 66%, rgba(240,240,240,1) 80%, rgba(145,143,143,1) 100%);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}


#eventFeed {
	background: rgb(37,37,37);
	background: linear-gradient(90deg, rgba(37,37,37,1) 0%, rgba(70,70,70,1) 50%, rgba(37,37,37,1) 100%);
}


/* Buttons */
.btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 12px;
}

.mrp-container .btn {
	padding: .375rem .75rem;
}

#mainSide .btnGeneral {
	margin: 0;
	min-width: 100%;
}

#mainEvents .btn-default {
	color: #ffffff;
	background-color: #159ed9;
	border-color: #159ed9;
}

#mainEvents .btn-default:hover {
	color: #ffffff;
	background-color: #0a78be;
	border-color: #0a78be;
}

#homeBody .mdWrap a.btn-danger {
	color: #ffffff;
}

#homeBody .mdWrap a.btn-danger:hover {
	color: #ffffff;
}


/* Headlines */
.headlinePic img {
	width: 100%;
	display: block;
}

#headlineWrap {
	position: relative;
}

#headlineNav {
	position: absolute;
	z-index: 100;
	left: 15px;
	top: 15px;
}

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

#headlineNav li {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	width: 14px;
	height: 14px;
	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: 7px;
	
	transition: color .15s ease-in-out, 
		background-color .15s ease-in-out, 
		border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

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

.headlineContent {
	position: absolute;
	width: 100%;
}

.headlineText {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 15px;
}

.headlineText p {margin: 0;}


/* Driver Dashboard */
/*.driversDashBody .nav-pills {
	margin-bottom: 20px;
}

.driversDashBody .nav-pills .nav-link {
	color: #000;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 12px;
}

.driversDashBody .nav-pills .nav-link:hover {
	background: #f5f5f5;
}

.driversDashBody .nav-pills .nav-link.active {
	color: #fff;
	background: #159ed9;
}

.driversDashBody .nav-pills .nav-link.active:hover {
	color: #fff;
	background: #0a78be;
}*/


/* New Events Feed */

/* Horizontal Scrolling
#mainEvents .mrp-eventfeed-wrap {
	width: 100%;
	height: 146px;
	overflow-x: scroll;
	overflow-y: hidden;
}

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

#mainEvents .mrp-event-feed {
	width: 3100px;
}

#mainEvents .mrp-event-feed-item {
	width: 280px;
	margin-right: 30px;
	float: left;
}

@media (max-width: 575px) {
	#mainEvents .mrp-event-feed-item {
		width: 240px;
	}
}
*/

/* 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%;*/
	flex: 0 0 50%;
	width: 50%;
	
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	
	margin-top: 5px;
	margin-bottom: 5px;
}

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

@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;
}
#mainEvents .btn-success {
	background-color: #159ed9!important;
	border-color: #159ed9!important;
}
#mainEvents .btn-success:hover {
	background-color: #0a78be!important;
	border-color: #0a78be!important;
}

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


/* Countdown Custom */
.mrp_countDownFeedWrap .countdown_amount {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #fff;
	background: #159ed9;
}

.mrp_countDownFeedWrap {
	padding-bottom: 0;
}

.mrp_countDownFeedSub h2 {
	border-bottom: 1px solid rgba(0,0,0,.1) !important;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
