@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 {
	text-transform: uppercase;
	font-size: 48px;
	line-height: 54px;
	font-weight: 900 !important;
	color: #a9a9a9;
}

h1.subHeading small{
	font-size:50%;
}

@media (min-width: 576px) {
	h1.subHeading small {
		float: right;
	}
}

h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500 !important;
}

.mrp-container-filter-inner h2 {
	font-size: 18px;
}

@media (max-width: 575px) {
	.mrp-container-filter-inner h2 {
		font-size: 16px;
		line-height: 18px;
	}
	
	.newsBody .mrp-container-filter-inner h2 {line-height: 33px;}
}

h3, h3.newsHead {
	font-size: 19px;
	line-height: 24px;
	font-weight: 500 !important;
	font-style: italic;
}

h3.newsHead a {color: #000;}
h3.newsHead a:hover {color: #f1b602;}

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

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

#homeBody #mainContent h2 {
	/*overflow: hidden;*/
	color: #5d5d5d;
}

#homeBottom h2::after {
	background-color: #ffc600;
	content: "";
	height: 5px;
	width: 50px;
	display: block;
	margin: 5px auto 20px auto;
}

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

/*#mainBottom h2::before,
#mainBottom h2::after,
#mainSide h2::before,
#mainSide h2::after{
	background-color: #ffc600;
	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%;
}*/

#mainBottom h2 {
	color: #5d5d5d;
}

#mainBottom h2::after {
	background-color: #ffc600;
	content: "";
	height: 5px;
	width: 50px;
	display: block;
	margin: 5px auto 15px auto;
}


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


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

#mainSide {text-align: center;}

#mrpLogo a.navbar-brand img {
	width: 205px;
	height: 73px;
	top: 4px;
}

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

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

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


@media (max-width: 1199px) {
	#mrpLogo a.navbar-brand img {
		width: auto;
		height: 60px;
		top: 13px;
	}
}

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

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

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


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

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


#mainWrapper {}

#navTop {
	/*background: #FFFFFF;*/
	background-image: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10110/v3/img/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 25px;
}

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

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

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

#mainContent {}

body:not(#homeBody) #mainContent {padding-top: 120px;}

@media (max-width: 575px) {
	body:not(#homeBody) #mainContent {padding-top: 70px;}
}

#mainSide {}

/*#mainBottom {
	background-image: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10110/v3/img/mainbottom.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

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

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

#contentTop {
	background-image: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10110/v3/img/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

#contentTop .mrp-shadow-lg {
	box-shadow: 0 5px 15px rgba(0,0,0,.4) !important;
}

#footerWrapper {
	background-color: #000000;
	background-image: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10110/v3/img/footer.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 50px;
}


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

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

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


/* COLORS - Nav */
.mrpNav {
	background: #000000;
}

.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: #252525;
}
/***************** LOOK AT *****************/

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 32px 8px;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 32px 10px;
	}
}

.dropdown-item.active, 
.dropdown-item:active {
	background-color: #252525;
}

#homeBody .homeNav a,
#scheduleBody .scheduleNav a, 
.scheduleBody .scheduleNav a,
#contactBody .contactNav a,
#aboutBody .bioNav a, 
#manualEntryBody .entriesNav a,
#newsBody .newsNav a, 
.newsBody .newsNav a, 
#galleryBody .galleryNav a, 
#videoBody .videoNav a, 
.newsBody .navbarMedia > a,
#galleryBody .navbarMedia > a,
#videoBody .navbarMedia > a,
#lapSponsorsBody .lapsponsorsNav a,
#tradeshowBody .tradeshowNav a,
#cityBody .cityNav a,
#linksBody .linksNav a, 
#classesBody .classesNav a,
#lapSponsorsBody .navbarEventInfo > a,
#tradeshowBody .navbarEventInfo > a,
#cityBody .navbarEventInfo > a,
#linksBody .navbarEventInfo > a, 
#classesBody .navbarEventInfo > a,
#resourcesBody .navbarEventInfo > a {
	background: #252525;
}


#newsBody a.newsNav,
.newsBody a.newsNav,
#galleryBody a.galleryNav,
#videoBody a.videoNav,
#lapSponsorsBody a.lapsponsorsNav,
#tradeshowBody a.tradeshowNav,
#resourcesBody a.resourcesNav,
#cityBody a.cityNav,
#linksBody a.linksNav,
#classesBody a.classesNav {
	color: #fff;
	background: #252525;
}

#navTop .contactFeedWrap ul li:first-child::before,
#navTop .contactFeedWrap .genUrl::before {
	content: "";
}


/* 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: #000000;}
h3 a:hover{color: #f1b602;}


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

#navTop .mrp_socialLinks a.mrp_socialFont {color: #fff !important;}
#navTop .mrp_socialLinks a.mrp_socialFont:hover {color: #ffc600 !important;}
#navTop .mrp_socialLinks a.mrp_socialFont .fa:first-Child {color: #fff !important;}
#navTop .mrp_socialLinks a.mrp_socialFont:hover .fa:first-Child {color: #ffc600 !important;}


/* COLORS - Footer */
#footerWrapper {color: #FFFFFF !important;}
#footerWrapper a {color: #FFFFFF !important;}
#footerWrapper a:hover {color: #CCCCCC !important;}


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


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

/*#homeBody .mdWrap {display: none;}*/
#homeBodyNews .mdWrap {display: none;}


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

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

#navBar .btn-danger {
	color: #000 !important;
	background-color: #FFC600;
	/*padding: 12px 40px;*/
}
#navBar .btn-danger:hover {
	color: #000 !important;
	background-color: #fbd939;
}

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

.btnSend {color: #000000 !important;}
.btnSend:hover {color: #000000 !important;}


/* Layout - Contact Feed */
#navTop .contactFeedWrap ul li,
#navTop .contactFeedWrap ul li a,
#footerWrapper .contactFeedWrap ul li a {
	color: #fff;
}

#navTop .contactFeedWrap ul li a:hover,
#footerWrapper .contactFeedWrap ul li a:hover {
	color: #ffc600;
}

#footerWrapper .contactFeedWrap ul {
	margin-bottom: 15px;
}

#footerWrapper .contactFeedWrap ul li {
	margin: 6px 0;
}


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

.driversDashBody .nav-pills .nav-link.active:hover {
	color: #fff;
	background: #252525;
}


/* 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%;
	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;
}
#mainEvents .btn-success {
	background-color: #FFFFFF!important;
	border-color: #FFFFFF!important;
}
#mainEvents .btn-success:hover {
	background-color: #252525!important;
	border-color: #252525!important;
}

.footerSponsors .singleAdWrap {
	display: inline-block;
	margin: 20px 10px;
	filter: grayscale();
}

@media (max-width: 575px) {
	.footerSponsors .singleAdWrap {
		width: 25%;
		margin: 2% 4%;
	}
}


/* Download Callout */
#downloadCallout .file {
	box-shadow:0 0 0 0 rgba(0, 123, 255, .25);
	transition: box-shadow .15s ease-in-out;
}

#downloadCallout .file:hover {
	box-shadow:0 0 0 .1rem rgba(0, 123, 255, .25);
}

#downloadCallout .fileThumb {
	display: none;
}

#downloadCallout .file a {
	display: block;
	color: #000;
	padding: 4px 15px;
}

#downloadCallout .file a::before {
	content: "\f15c";
	font-family: "Font Awesome 5 Pro";
	margin: 0 5px 0 0;
}


/* MainTop Video */
@media (max-width: 991px) {
	#background-video {display: none;}
	
	#background-photo {
		width: 100vw;
		height: 500px;
		background-image: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10110/v3/img/maintop.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media (min-width: 992px) {
	#background-photo {display: none;}
	#background-video {
		width: 100vw;
		/*height: 100vh;*/
		height: 700px;
		/*object-fit: cover;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: -1;*/
	}

	#background-video iframe {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 100vw;
  	height: 100vh;
  	transform: translate(-50%, -50%);
 	 pointer-events: none;
	}
}

@media (min-aspect-ratio: 16/9) {
  #background-video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  #background-video iframe {
    width: 177.78vh;
  }
}

#mainTop {
	overflow: hidden;
	filter: grayscale();
}

#mainTop .schFeedWrap .emptyFeed {display: none;}

#mainTop .schFeedWrap .feedDesc1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 50px;
	margin-bottom: 15px;
	text-shadow: 0 2px 20px rgba(0,0,0,.75);
}

@media (max-width: 575px) {
	#mainTop .schFeedWrap .feedDesc1 {
		font-size: 40px;
		line-height: 30px;
	}
}

#mainTop .schFeedWrap .feedDesc2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	text-shadow: 0 2px 20px rgba(0,0,0,.75);
}

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

#mainTop .mrp_countDownFeedWrap .countdown_section {
	font-size: 34px;
	line-height: 38px;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0,0,0,.75);
}

#mainTop .mrp_countDownFeedWrap .mrp_counterLabels span {
	color: #fff;
	text-shadow: 0 2px 10px rgba(0,0,0,.75);
}

#mainTop .nextEvent {
	position: absolute;
	/*top: 45%;*/
	top: 50%;
	text-align: center;
	width: 100%;
}

#mainTop .nextEvent ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainTop .nextEvent .feedDesc1,
#mainTop .nextEvent .feedDesc2 {
	display: block;
	width: 100%;
}

#mainTop .nextEvent a,
#mainTop .nextEvent a:hover {
	color: #fff;
}

#mainTop .countDown {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}

#mainTop .nextEvent h2,
#mainTop .countDown h2 {
	display: none;
}

#mainTop .dotsRepeat {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10110/v3/img/dots.png");
	background-position: top center;
	background-repeat: repeat;
}


/* Past Champions */
.champBox {
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	padding: 25px 20px;
}

@media (max-width: 575px) {
	.champBox {
		padding: 15px 10px;
	}
}

.champ1, .champ2, .champ3, .champ4 {
	display: block;
	width: 100%;
	color: #000;
	text-align: center;
}

.champ1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 55px;
	font-style: italic;
}

@media (max-width: 575px) {
	.champ1 {
		font-size: 35px;
		line-height: 40px;
	}
}

.champ2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.champ2::after {
	background-color: #000;
	content: "";
	height: 3px;
	width: 50px;
	display: block;
	margin: 25px auto;
}

@media (max-width: 575px) {
	.champ2::after {
		margin: 15px auto;
	}
}

.champ3 {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.champ4 {
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: bold;
}

#pastChampions h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900!important;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 40px;
	font-style: italic;
}

#pastChampions {
	margin-bottom: 275px;
}

#pastChampions .champBox,
#pastChampions .champ1,
#pastChampions .champ2,
#pastChampions .champ3,
#pastChampions .champ4 {
	border-color: #fff;
	color: #fff;
}

#pastChampions .champ2::after {
	background-color: #fff;
}

#championsBody .elementWrap img {
	max-width: 100%;
	border-radius: 0;
	border: none;
	padding: 0;
}


/* Entry Styles */
#manualEntryBody .table th {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	white-space: nowrap;
	border-top: transparent;
	background-color: rgba(0,0,0,1);
	color: #fff;
}

#manualEntryBody .table td {
	padding: .5rem .75rem;
}

#manualEntryBody .table td:nth-of-type(1),
#manualEntryBody .table td:nth-of-type(2),
#manualEntryBody .table td:nth-of-type(3) {
	white-space: nowrap;
}

#manualEntryBody .table h4 {
	font-size: 13px;
	text-transform: none;
	margin: 0;
}

#manualEntryBody #mainContent .dropdown-menu {
	padding: 15px;
}

#manualEntryBody #mainContent .dropdown-menu li {
	font-size: 14px;
	margin-bottom: 8px;
}


/* Lap Sponsors */
@media (max-width: 575px) {
	#lapSponsorsBody .elementWrap .listCol {
		max-width: 96%;
	}
	#lapSponsorsBody .listCol {
		width: 96%;
	}
}


/* Gallery */
@media (max-width: 991px) {
	.galleryList .contentSubWrap {
		width: auto;
		margin-right: auto;
	}
	
	h1.subHeading small{
		display:block;
	}
}

@media (max-width: 576px) {
	.galleryList .contentSubWrap {
		width: 100%;
	}
}



/* Custom */
.elementWrap h2 {
	background-color: #ebebeb;
	padding: 10px;
}


#videoBody .galleryList .contentPicWrap {
	width: 100%;
}

body:not(#homeBody):is(#videoBody) .subContent .contentSubWrap,
body:not(#homeBody):is(#galleryBody) .subContent .contentSubWrap {
	border-bottom: none;
}


/*body:is(#homeBody) .elementWrap {display: none;}*/
#homeBodyNews .newsFeedWrap h2 {display: none;}
