@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');

.osano-cm-widget { display: none; }

/* Fonts */
h1, h2, h3, h4, h5 {
	/*font-family: 'Roboto', sans-serif;
	font-weight: 900;*/
	
	font-family: "Oxanium", serif;
	font-weight: 500;
	font-style: normal;
	
	color: #000;
}

h1.subHeading {
	text-transform: uppercase;
}

h1.subHeading::after {
	background-color: #003da6;
	content: "";
	display: block;
	height: 3px;
	position: relative;
	width: 25px;
	margin-top: 5px;
	margin-bottom: 25px;
}

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

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

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

.headSpec {
	font-family: "Oxanium", serif;
	font-weight: 700;
	
	background-color: rgb(240,240,240);
	display: inline-block;
	padding: 4px 8px 2px;
	margin-bottom: 10px;
}

.mdWrap {
	color: rgb(75, 75, 75);
}

.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: #FFFFFF;
}

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


#homeBody #mainContent h2::after,
#mainSide .mrp-pointfeed-wrap h2::after {
	background-color: #003da6;
	content: "";
	display: block;
	height: 3px;
	position: relative;
	width: 25px;
	margin-top: 5px;
	margin-bottom: 25px;
}


.mrp-date {
	font-family: "Oxanium", serif;
	font-weight: 500;
	font-style: normal;
}


/* Layout */
/*body {
	background: url(//cdn.myracepass.com/v1/siteresources/19870/v1/img/bg.jpg); 
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;*/
}

#mainSide {text-align: center;}

#mrpLogo {
	height: 140px;
	width: auto;
	margin: 10px;
}

@media (max-width: 575px) {
	#mrpLogo {
		height: 70px;
	}
}


/*@media (max-width: 1000px) {
	#mrpLogo a img {
		width: 60%;
		margin-top: -30px;
	}
}

@media (max-width: 500px) {
	#mrpLogo a img {
		width: 50%;
		margin-top: -40px;
	}
}*/


#mainWrapper {
	background: url(//cdn.myracepass.com/v1/siteresources/19870/v1/img/bg.jpg); 
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

#navTop {
	/*height: 200px;
	position: relative;
	z-index: 2000;*/
	
	/*background-color: #fff;*/
	box-shadow: 0 2px 10px 4px rgba(0,0,0,.1);
	
	/*background: rgb(252,182,35);
	background: linear-gradient(90deg, rgba(252,182,35,1) 0%, rgba(247,149,33,1) 50%, rgba(252,182,35,1) 100%);*/
	
	position: relative;
	background-image: url(//cdn.myracepass.com/v1/siteresources/19870/v1/img/navbar.png);
	background-repeat: repeat-x;
	background-position: center center;
}

#navTop-top {
	background-image: url(//cdn.myracepass.com/v1/siteresources/19870/v1/img/navbar-top.png);
	background-repeat: repeat-x;
	background-position: center center;
	width: 100%;
	height: 6px;
	
	position: absolute;
	top: 0;
	opacity: .5;
}

#navTop-bottom {
	background-image: url(//cdn.myracepass.com/v1/siteresources/19870/v1/img/navbar-bottom.png);
	background-repeat: repeat-x;
	background-position: center center;
	width: 100%;
	height: 5px;
	
	position: absolute;
	bottom: 0;
	opacity: .5;
}

#navTop2 {
	background: #000;
}

#navTop2 .btn,
#footerNav2 .btn {
	color: #fff;
	/*font-weight: bold;*/
	font-size: 16px;
	line-height: 17px;
}

#navTop2 .btn:hover,
#footerNav2 .btn:hover {
	color: #FFCC00;
}

#navTop2 .btn-flo,
#footerNav2 .btn-flo {
	color: #FF140F;
}

#navTop2 .btn-flo:hover,
#footerNav2 .btn-flo:hover {
	color: #fff;
}

#navTop2 .btn > span,
#footerNav2 .btn > span {
	/*display: block;
	flex-shrink: 1;*/
}

@media (max-width: 850px) {
	#navTop2 .btn,
	#footerNav2 .btn {
		font-size: 13px;
		line-height: 14px;
	}
}
	
@media (max-width: 767px) {
	#navTop2 .btn > span,
	#footerNav2 .btn > span {
		width: 100%;
	}
	
	#navTop2 .btn,
	#footerNav2 .btn {
		font-size: 13px;
		line-height: 14px;
		padding: 12px 0;
	}
	
	#navTop2 span.break,
	#footerNav2 span.break {
		display: block;
	}
}

#navTop2 .btn #icon-hawk,
#footerNav2 .btn #icon-hawk {
	fill: #ff140f;
	transition: fill .15s ease-in-out;
}
#navTop2 .btn:hover #icon-hawk,
#footerNav2 .btn:hover #icon-hawk {
	fill: #fff;
}





.navbar-toggler {	
	border: none;
	width: 60px;
	height: 50px;
	font-size: 1px;
	font-family: Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	margin-bottom: 0;
}

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

.navbar-toggler:focus {
	outline: none;
}



.mrpNav {
  /*padding: 0;
  margin: 0 0 29px 0;
  margin-left: 110px;*/	
}


.nav-link {
  /*text-align: center;
  padding: 10px 5px;
  padding-right: 5px;
  padding-left: 5px;
  margin: 1px;*/
}


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

/*#mainTop h2.card-title {
	font-size: 32px;
	line-height: 34px;
}*/


#mainTop, #navTop {
  margin-bottom: -20px;
  margin-top: -15px;
}

#mainTop {
  height: 800px;
  background-image: url('https://www.mlradirt.com/downloads/get.aspx?i=1199557');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

#mainTop-callouts {
	background-color: #000;
}

@media (max-width: 575px) {
	#mainTop-callouts .col-12 {
		padding-right: 0;
		padding-left: 0;
	}
}

#mainTop-callouts h2 {
	font-size: 24px;
	line-height: 27px;
	letter-spacing: 0;
}

@media (min-width: 768px) {
	#mainTop-callouts h2 {
		font-size: 28px;
		line-height: 31px;
	}
}

@media (min-width: 1200px) {
	#mainTop-callouts h2 {
		font-size: 32px;
		line-height: 35px;
	}
}

#mainTop-callouts .card {
	overflow: hidden;
}

@media (max-width: 575px) {
	#mainTop-callouts .card {
		height: 200px;
	}
}

#mainTop-callouts .card-img {
	border-radius: 0;
}

#mainTop-callouts .card-img {
	transition: all .15s ease-in-out;
}

#mainTop-callouts a:hover .card-img {
	transform: scale(1.1);
}

#mainTop-callouts span.arrow {
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	padding: 20px 25px;
}

#mainTop-callouts .card {
	border-radius: 0;
}


#mainTop-events {
	/*box-shadow: 0 0 20px rgba(0,0,0,.15);*/
}

#mainTop-events h2::after {
	/*background-color: #003da6;
	content: "";
	display: block;
	height: 3px;
	position: relative;
	width: 25px;
	margin-top: 5px;
	margin-bottom: 0;*/
}

#mainEvents .btn-default,
#mainEvents .btn-success {
	display: none;
}

#mainEvents .mrp-rowCardWrap {
	border: none;
	margin: 5px 0;
}


.mrp-rowCardWrap-small .mrp-rowCardInfo h3 {
	font-family: "Oxanium", serif;
	font-weight: 500;
	font-style: normal;
	
	font-size: 18px;
}


#mainTop-headlines {
	background-color: #232323;
	padding: 0;
}

.headlinePic img {
	transition: all .15s ease-in-out;
}
.headlinePic img:hover {
	transform: scale(1.02);
}





body:not(#homeBody) #mainBox {
  padding-top: 40px;
}



#mainContent {

}

#mainSide {

}


#mainSide h2, #mainContent_homeFeeds h2 {

}

#mainBottom {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}


/* Custom Footer */
#footerWrapper {
	
	background-color: #000000;
	
	padding-top: 0;
	padding-bottom: 0;
}

#footerWrapper hr {
	border-top: 1px solid rgba(255,255,255,.3);
	margin-top: 0;
	margin-bottom: 0;
}


@media (min-width: 576px) {
	.devFooter .devLogo {
		float: right;
		margin: 0;
	}
}

@media (max-width: 575px) {
	#footerNav {
		font-size: 11px;
	}
}



@media (min-width: 992px) {
	.navTopSpacer {height: 70px;}
}



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

a, .mdWrap a, 
.fileName a {
	color: #003da6;
}

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

.quickMessage {
	color: #000000;
	background-color: #003da6;
}

.quickMessage a {
	color: #000000;
}

.mrp_countDownFeedWrap .countdown_amount {
	color: #FFFFFF;
	background-color: #;
}



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

#headlineNav {
	left: 0;
	top: initial;
	bottom: 15px;
	text-align: center;
	width: 100%;
}

#headlineNav li {
	transition: width .15s ease-in-out;
}

#headlineNav li:hover, 
#headlineNav li.active {
	width: 28px;
}


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


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

#footerWrapper .mrp_socialLinks a.mrp_socialFont {color: #fff !important;}
#footerWrapper .mrp_socialLinks a.mrp_socialFont:hover {color: #003da6 !important;}
#footerWrapper .mrp_socialLinks a.mrp_socialFont .fa:first-Child {color: #fff !important;}
#footerWrapper .mrp_socialLinks a.mrp_socialFont:hover .fa:first-Child {color: # !important;}

#navTop2 .mrp_socialLinks a.mrp_socialFont {color: #fff !important;}
#navTop2 .mrp_socialLinks a.mrp_socialFont:hover {color: #003da6 !important;}
#navTop2 .mrp_socialLinks a.mrp_socialFont .fa:first-Child {color: #fff !important;}
#navTop2 .mrp_socialLinks a.mrp_socialFont:hover .fa:first-Child {color: # !important;}


/* COLORS - Footer */
#footerWrapper {color: #8d8d8d;}
#footerWrapper a {color: #8d8d8d;}
#footerWrapper a:hover {color: #003da6;}


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

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



/* Custom Buttons */
.btn,
.btnGeneral,
.btnSend,
.addCart,
.moreDetails,
.shopCheckout,
.btnProcess,
.shopPromo {
	font-size: 14px;
	text-transform: uppercase;
	/*border-radius: 3px;*/
	padding: 12px 20px 10px;
	
	font-family: "Oxanium", serif;
	font-weight: 600;
	
	border-radius: 0;
	transform: skewX(170deg);
}

.mdWrap a {
	transition: 
		background-color .15s ease-in-out, 
		border-color .15s ease-in-out
}

#navTop2 .btn,
#footerWrapper .btn {
	transform: skewX(0deg);
}



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



/* Custom Events Feed */
#mainEvents .btn-default {
	color: #ffffff;
	background-color: #003da6;
	border-color: #003da6;
}

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


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

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

#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 25%;
	width: 25%;
	
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (max-width: 1199px) {
	#mainEvents .mrp-event-feed-item {
		flex: 0 0 33.333333%;
		width: 33.333333%;
	}
	
	#mainEvents .mrp-event-feed-item:nth-child(4n) {
		display: none;
	}
}

@media (max-width: 991px) {
	#mainEvents .mrp-event-feed-item {
		/*flex: 0 0 100%;
		width: 100%;*/
		flex: 0 0 50%;
		width: 50%;
	}
	
	#mainEvents .mrp-event-feed-item:nth-child(3n) {
		display: none;
	}
}


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

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

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



/* Custom - Nav */
#mrpCustomNav {
	position: absolute;
	z-index: 1001;
	padding: 0;
	
	width: 100%;
	box-shadow: 0 10px 20px rgba(0,0,0,.25);
}

@media (min-width: 576px) {
	#mrpCustomNav {
		max-width: 300px;
	}
}

#mrpCustomNav a.nav-link {
	font-family: "Oxanium", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	
	color: #000;
	text-align: left;
	padding: 15px 15px;
	
	border-bottom: 1px solid #e4e4e4;
}

/*#mrpCustomNav a.nav-link:active,*/
#mrpCustomNav a.nav-link.dropdown:active,
#mrpCustomNav .nav-link.active,
#mrpCustomNav .show > .nav-link {
	border: transparent;
}

#mrpCustomNav .dropdown-toggle::after {
	float: right;
	margin-top: 5px;
}

#mrpCustomNav .dropdown-menu {
	border-radius: 0;
	border: 0;
}

#mrpCustomNav .dropdown-item {
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 15px;
}

#mrpCustomNav .dropdown-item:active {
	color: #000;
	background-color: #e4e4e4;
}


/* Competitors Custom */
.mrp-points-pic {
	width: 75px;
}

.driverBioBody .mrp-rowCardImage img {
	width: 150px;
	height: 150px;
}

@media (max-width: 767px) {
	.driverBioBody .mrp-rowCardImage img {
		width: 75px;
		height: 75px;
	}
}


/* Dark */
.btn-outline-default {
	color: #003da6;
}



#mainTop-events {
	/*background-color: #000;*/
	margin-top: 15px;
}

@media (max-width: 767px) {
#mainTop-events {
  background-color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}
}

h1, h2, h3, h4, h5 {
	color: #fff;
}

#mainTop-callouts span.arrow {
	background-color: #333;
}

.mdWrap {
	color: rgb(175, 175, 175);
}

.headSpec {
	background-color: rgb(150,150,150);
	color: #000;
}

#homeBody .newsText a.btn,
#homeBody .newsText a.btn:hover {
	color: #000;
}

#mainSide .bg-dark,
.card.bg-dark {
	background-color: #111!important;
}

.file {
	background: #111;
}

.mrp-shaded {
	background: #444 !important;
}

.elementWrap img {border: none;}


.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: #003da6;}
.mrp-iconDetails a:hover {color: #023183;}

article p a {color: #b7b7b4;}
article p a:hover {color: #B30016; text-decoration: underline;}

body:not(#homeBody) .subContent .contentSubWrap,
hr {
	border-color: #555;
}

.mrp-rowCardImage img {
	border-color: #3c3c3c;
}


/* Custom */
#historyBody #mainBox .pageWrap.contentSubWrap {
	display: none;
}

#sponsorBody #mainBox .adImage {
	background-color: #fff;
}


#sponsorBody #mainContent {
  background: #FFF;
}

#sponsorBody #mainContent  h1 {
  color: #000;
}


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

.featureThumbsWrap
{
	position:relative;
	top:0;
	left:0;
	text-align:left;
}

.featureThumb
{
	display:inline-block;
	float:none;
	text-indent:0;
	width:auto;
	height:auto;
	margin:5px 10px;
	max-width:100%;
	box-shadow:0 0 0 #000;
}

.featureText{
	position:relative;
}

@media (max-width: 1199px) {
	
	.featureThumbsWrap
	{
		text-align:center;
	}
	
	.featureThumb{
		max-width:14%;
		margin:1%;
	}
}



#mainTop {
	position: relative;
	z-index: 1000;
	
	/* Custom */
	background-image: url(http://mlratemp.myracepass.com/downloads/get.aspx?i=1199557);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	padding-bottom: 10px;
	box-shadow: inset 0px -10px 20px -5px #000; 

}
