
/*Various style fixes*/

/*.driver-biography img { Hide liveries for all drivers
  display: none;
}
*/

/*Hide Mike Power and Faruk Kugay for 2025*/


/*Hide Rudy Hansen and Dmitriy Brutskiy PROSPEC Rookie for 2024*/

.prospec-drivers .rudy-hansen .rookie, .prospec-drivers .dmitriy-brutskiy .rookie {
  display: none;
}


.sidebar-driver-information .sidebar-driver-info .information {
  text-transform: initial !important;
}

.navbar .navbar-brand .logo {
    width: 60%;
	margin-right: -12px;
}

.navbar .navbar-brand {
	text-align: right;
}

.nav-coming-soon {
    color: #a7a7a7;
    font-style: italic;
    font-size: 24px;
}

.navbar .nav-fdnft img {
  margin-top: -4px;
}

.nav-shop-heading {
  font-size: 22px !important;
}

.has-sub-nav .sub-menu a {
  padding: 0 !important;
}

.has-sub-nav .sub-menu .sub-nav-title, .has-sub-nav .sub-menu .sub-nav-desc {
  margin-bottom: 5px !important;
}
.mobile-nav-items .nav-item .dropdown-menu {
  padding: 0 !important;
}

.mobile-nav-items .nav-item .dropdown-menu .row {
  background: #0a0a0a;
  font-size: 14px !important;
}

.container-nav-standings .btn-buy-ticket {
  width: 95%;
}

#standings {
  margin-bottom: 4rem;
}

.standings-coming-soon {
  text-align: center;
}

@media (min-width: 991px) {
	.navbar .navbar-brand .logo {
		width: 100%;
		margin: 0;
	}
}

.nav-standing ul li {
		display: inline-block;
		margin-right: 5px;
}

.watch-live-cta {
  display: block;
  background: #141414;
  padding: 0 10px 10px 10px;
}

@media (min-width: 991px) {
	.watch-live-cta {
	  display: none;

	}
}

.schedule-event-title, .event-summary .location {
  text-transform: uppercase;
}

.rulebook .col-12 {
  margin-top: 20px;
}

.desktop-topbar .nav-link {
    display: block;
    padding: 0.3rem 0.5rem !important;
}

@media (min-width: 1094px) {
	.desktop-topbar .nav-link {
		display: block;
		padding: 0.5rem 1rem !important;
	}
}


.eligibilities {
  display: none !important;
}

/* LCB bracket styling*/

.lcb-bracket .r8 .left, .lcb-bracket .r8 .right {
    max-width: 105px !important;
    min-width: 105px !important;
}

.lcb-bracket .row.r8 {
   width: 525px !important;
}

.lcb-bracket h2 {
  text-align: center;
  text-transform: uppercase;
}


/*Event Page Adjustments*/


#schedule-tickets .long-beach-invitational {
  display: none;
}

.event-info {
	width: 60%;
    display: inline-block;
    float: left;
}

.event-details-logo {
    width: 35%;
    float: right;
    display: inline-block;
    text-align: right;
}

.event-details-logo img {
	width: 230px;
    margin-top: 40px;
}

#event hr {
    clear: both;
}

.event-details .event-date {
   margin-top: 60px;
}

.event-details img {
   width: 100%;
}

@media (min-width: 991px) {
	.event-logo {
		width: 35% !important;
	}
}

.event-logo {
    width: 60%;
    margin-top: -16px;
    padding: 30px;
    background: #ffffffa1;
    text-align: center;
}

.event-logo img {
   width: 70%
}

#schedule-tickets .event-logo {
    width: 40%;
	position: absolute;
    bottom: 0;
}

#schedule-tickets .event-logo img {
    width: 100%;
}

#schedule-tickets .card .row .col-12 a {
    position: relative;
    display: inline-block;
}

.event-details .table a {
  text-transform: uppercase;
}

/*Driver Profile Adjustments*/

#driver-profile .rookie {
    font-size: 16px;
    background: #3A6E43;
    padding: 3px 8px;
    display: block;
    margin-top: -20px;
    width: 58px;
}

#driver-profile .img-fluid {
    max-width: 60%;
    height: auto;
}

.l-driver-profile .driver-biography img {
  width: 100%;
  height: auto;
}


@media (min-width: 991px) {
	#driver-profile .img-fluid {
		max-width: 100%;
		height: auto;
	}
}
/*Fix for removing TBD from Results brackets*/
.fdResults a[name="TBD"] {
  display: none;
}

/*Fix for iPhone display of carousel*/

@media (min-width: 300px) {
	.carousel-container {
	  min-height: 298px;
	  background: url(https://www.formulad.com/images/slider-loading.gif) no-repeat #000 center center;
	}
	.carousel-container .slick-slider .slick-track, .carousel-container .slick-slider .slick-list {
	  min-height: 298px;
	}
}

@media (min-width: 1218px) {
	.carousel-container {
	  min-height: 584px;
	  background: url(https://www.formulad.com/images/slider-loading.gif) no-repeat #000 center center;
	}
	.carousel-container .slick-slider .slick-track, .carousel-container .slick-slider .slick-list {
	  min-height: 584px;
	}
}

/*Live Bracket button on Live Stream page */

.live-bracket-button a {
    width: auto !important;
	margin-bottom: 20px;
    position: absolute;
    right: 15px;
    top: 0px; 
    z-index: 999;
}

@media (max-width: 990px) {
	.live-bracket-button a {
		width: 100% !important;
		font-size: 22px;
		position: relative;
		right: 0;
	}
}

/*Various Style adjustments*/

.table-standings .text-left a {
  text-transform: uppercase;
}

.l-results .result-title, .l-standings .brackets .bracket .location {
  text-transform: uppercase;
}

.hide {
  display: none !important;
}

/*Event page*/

.event-summary li.leagues span:nth-child(2)::before{
  content: " / ";
}

.event-summary li.leagues span {
  text-transform: uppercase;
}

/*Style for OneTrust Badge*/

.l-footer .copyright .copyright__dns .ot-dont-sell-button-light {
  background: #000;
  border: 1px solid #525252;
}

.l-footer .copyright .copyright__dns .ot-dont-sell-button .ot-text-container, .l-footer .copyright .copyright__dns .ot-dont-sell-button .ot-subtext {
  color: #fff;
}

.l-footer .copyright .copyright__dns .ot-dont-sell-button .ot-powered-by-text {
  color: #e93032;
}

/*Blog Styles*/

.entry-content {
    font-family: 'function-pro-book';
	color: #58595b;
}

.entry-content table {
   width: 100%;
   margin-bottom: 40px;
}

.entry-content td {
    border: 1px solid #000;
    padding: 5px 3px;
    font-size: 16px;
    text-align: center;
}

.entry-content ol {
    list-style-type: decimal !important;
    padding: 0 16px;
    font-size: 16px;
	margin: 0 0 40px 0;
}

.entry-content ol li, .entry-content ul li {
	margin: 8px 0;
}

#sidebar ul li {
    margin: 16px 0;
}

.entry-content img {
    margin: 15px auto;
	display: block;
}

/*Result Bracket Styles*/

.bracket-wrapper {
	overflow: hidden;
	background-color: #F3F3F3;
	padding-top: 20px;
	font-size: 12px;
	padding: 0 0 60px 0;
    margin-left: -15px;
    margin-right: -15px;
}

.seedbracket-img, .seeding8-bracket, .seeding16-bracket, .seeding32-bracket {
    background-color: #e7e7e7;
}

.l-result-brackets {
    border-top: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.l-results .top-drivers {
	align-items: center;
}

.bracket-wrapper .result-title {
	text-align: center;
}

.bracket-container {
	max-width: 1160px;
	margin: 0 auto;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding: 0 3% 0 3%;
	
}

.bracket-wrapper h1 {
   text-align: center;
   padding: 40px 0 0 0;
}

.bracket-wrapper hr {
   margin: 0 !important;
}

.seedbracket-img {
   text-align: center;
   padding: 10px 30px 50px 30px;
   overflow: auto;
}

.seedbracket-img .img-fluid {
  width: auto;
  max-width: none;
}

.container hr.is-colored {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}

.seedbracket-img img {
   margin-top: 30px;
}
.split {
	display: block;
	float: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 44%;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
}

.champion {
	float: left;
	display: block;
	width: 12%;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-self: center;
	align-self: center;
	text-align: center;
	padding: 0;
	background: #000;
	margin-top: 6em;
}

.champion i {
	color: #a0a6a8;
	font-size: 45px;
	padding: 10px 0;
}

.final .championship {
   height: auto;
   padding: 0;
}

.seeding16-bracket .final .championship .team-top, .seeding8-bracket .final .championship .team-top {
   margin: 20px 0 0 0;
   background: #910a09;
}

.final .championship .team-top, .final .championship .team-bottom  {
   margin: 30px 0 0 0;
   background: #000;
   padding: 2px 0;
}

.final .championship .team-bottom {
   margin: 0 0 10px 0;
}

.championship li a {
	font-size: 12px;
}

.bracket-wrapper .round {
	display: block;
	float: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 95%;
	width: 30.8333%;
}

.seeding32-bracket .bracket-container {
  margin-top: 30px;
}

.bracket-wrapper.seeding32-bracket .round, .seeding8-bracket .round {
   width: 50%;
}

.seeding8-bracket .round-three .matchup {
  padding: 94px 0;
}

.seeding32-bracket .round-details {
   margin-top: 88px;
   margin-bottom: -60px;
   color: #fff;
   font-weight: bold;
   font-size: 14px;
   background: #750100;
   padding: 4px;
}


.seeding32-bracket .round-two li {
    background: #910a09 !important;
	margin: 48px 0;
}

.bracket-wrapper .round-two, .bracket-wrapper .round-three, .bracket-wrapper .round-four {
    width: 20%;
}

.split-one .round {
	margin: 0 2.5% 0 0;
}

.split-two .round {
	margin: 0 0 0 2.5%;
}

.matchup {
	margin: 0;
	width: 100%;
	padding: 40px 0;
	height: 60px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.qlfynum {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: #910a09;
	padding: 0px 2px;
	display: inline-block;
	width: 24px;
	text-align: center;
}

.split-one .qlfynum {
    float: left;

}

.split-two .qlfynum {
    float: right;
}

.team {
	margin: 3px 0;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.team a {
    color: #fff;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.04em;
}

.team a:hover {
	text-decoration: none;
	color: #a3a8ad;
}

.split-one .team {
    padding-left: 0;
}

.split-two .team {
    padding-right: 0;
}

.round-two .matchup {
	margin: 0;
	height: 162px;
	padding: 80px 0;
}

.seeding32-bracket .round-two .matchup {
    padding: 28px 0;
}

.seeding32-bracket .round-two {
    margin-top: -75px;
}

.seeding16-bracket .round-two li, .seeding16-bracket .round-three li, .seeding16-bracket .round-four li, .seeding8-bracket .round-two li, .seeding8-bracket .round-three li, .seeding8-bracket .round-four li {
   background: #ab3130;
}

.round-three .matchup {
	margin: 0;
	height: 60px;
	padding: 160px 0;
}

.round-four .matchup {
	margin: 0;
	height: 60px;
	padding: 0;
}

.round-details {
	font-size: 13px;
	color: #2C7399;
	text-transform: uppercase;
	text-align: center;
	text-align: center;
    margin-bottom: -20px;
	margin-top: 40px;
}

.champion li,
.bracket-wrapper .round li {
	background-color: #000;
	box-shadow: none;
}

.mainbracket li,
.mainbracket .round li {
	background-color: #000;
}

.round-four li.team-top {
    margin-top: 176px;
}

.round-four li.team-bottom {
    margin-top: 296px;
}

.seeding16-bracket .champion, .seeding8-bracket .champion {
	background-color: #910a09;
    height: 60px;
	margin-top: 22px;
}

.seeding8-bracket .champion {
  margin-top: -3px;
}

.champion .vs-champion {
  color: #c9c9c9;
  font-size: 11px;
  margin: 4px 0;
}

.champion .vs-champion span {
  color: #4d4d4d;
}

.final {
	margin: 0;
}

.final .round-details {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: #750100;
  padding: 4px;
  margin-top: 0;
}

@media screen and (min-width: 981px) and (max-width: 1099px) {
	.bracket-container {
		margin: 0 1%;
	}

	.champion {
		width: 14%;
	}

	.split {
		width: 43%;
	}

	.split-one .vote-box {
		margin-left: 138px;
	}
	
	.seedbracket-img {
	    padding: 3%;
	}	

}

@media screen and (max-width: 980px) {
	.bracket-container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}

	.split,
	.champion {
		width: 100%;
		margin: 35px 0;
	}

	.champion {
/*		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
*/
	}
	
	.seeding16-bracket .champion, .seeding8-bracket .champion {
        margin-bottom: 22px;
	}
	
	.seeding32-bracket .champion {
		display: none;
	}

	.split {
		padding-bottom: 20px;
	}
	
	.split-two {
		margin-top: 0;
	}
	
	.seedbracket-img {
	    padding: 0% 3% 11% 3%;
	}
	
	.team a {
		font-size: 10px;
	}
}

@media screen and (min-width: 992px) {
.bracket-wrapper .offset-lg-1 {
    margin-left: 5.333333% !important;
}

@media screen and (max-width: 400px) {

	.split {
		width: 95%;
		margin: 25px 2.5%;
	}

	.bracket-wrapper .round {
		width: 21%;
	}

	.current {
		-webkit-flex-grow: 1;
		-moz-flex-grow: 1;
		flex-grow: 1;
	}

	.round-details {
		font-size: 90%;
	}

}