/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ---- HEADER ---- HEADER ---- HEADER ---- HEADER ---- HEADER ---- HEADER ---- HEADER ---- HEADER ---- HEADER ---- HEADER ----  */
/* ----------------------------------------------------------------------------------------------------------------------------- */

header.white-header {
	background-image: url(../images/header/OSS_Logo-min.png), url(../images/header/Banner_Cars_LeftSide-min.png), url(../images/header/Banner_Cars_RightSide-min.png), url(../images/header/WhiteGradient.png), url(../images/header/Lightning-min.png), url(../images/header/Banner_Lines.jpg);
	background-position: center calc(50% - 15px), calc(50% - 675px) calc(50% - 15px), calc(50% + 675px) calc(50% - 15px), left bottom, center top, left top;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat, repeat;
	background-size: 294px 113px, 1100px 150px, 1100px 150px, 10px 200px, 1500px 200px, 16px 16px;
	
	width: 100%;
	height: 200px;
	
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}
header.white-header .social-meida-links {
	display: flex;
	align-items: center;
	padding: 5px 10px 0 0;
}
header.white-header .social-meida-links span {
	color: #383838;
	margin-right: 9px;
}
header.white-header .social-meida-links a {
	color: #383838;
	margin: 0 9px;
	font-size: 14px;
}
header.white-header .social-meida-links a:hover {
	color: #A1A1A1;
}

header.white-header .presented-by-logos {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header.white-header .presented-by-logos img {
	height: auto;
	width: 100%;
	max-width: 50px;
}
header.white-header .presented-by-logos img.wider-logo {
	max-width: 65px;
}
header.white-header span {
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
}


header.white-header .main-menu-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;

}
header.white-header .main-menu-wrap .menu-spacer, header .main-menu-wrap .presented-by-logos {
	width: 300px;
}
header.white-header .main-menu-wrap ul.header-nav {
	display: flex;
}
header.white-header .main-menu-wrap ul.header-nav li a {
	padding: 0 8px;
}
header.white-header .main-menu-wrap ul.header-nav li a {
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	align-self: center;
	color: #383838;
	font-size: 14px;
	letter-spacing: 0.01em;
}
header.white-header .main-menu-wrap ul.header-nav li a:hover {
	color: #A1A1A1;
}
header.white-header .main-menu-wrap ul.header-nav li::after {
	content: "|";
}
header.white-header .main-menu-wrap ul.header-nav li:last-child::after {
	content: "";
}


@media screen and (max-width: 1300px) {
	header.white-header .main-menu-wrap .menu-spacer {
		width: 100px;
	}
	header.white-header .main-menu-wrap ul.header-nav li a {
		padding: 0 6px;
	}
	header.white-header .main-menu-wrap nav ul li a {
		font-size: 12px;
	}
}
@media screen and (max-width: 1000px) {
	header.white-header .main-menu-wrap .menu-spacer {
		width: 0px;
	}
	header.white-header .main-menu-wrap ul.header-nav li a {
		padding: 0 4px;
	}
	header.white-header .main-menu-wrap nav ul li a {
		font-size: 11px;
	}
}

/*
header {
	background: url("../images/checkeredFlag_Gray.jpg") 0 0 repeat;
	box-shadow: inset 0 0 0 100vmax rgba(146,17,17,.90);
}
#header-wrap {
	width: 100%;
	padding-top: 20px;
}
#header-wrap.mobileWidth {
	display: none;
}
.header-sponsors-wrap {
	text-align: center;
}

.header-sponsors-logos {
	border-top: 28px solid #FFF;
	border-bottom: 28px solid #FFF;
	height: 0px;	
	
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.header-sponsors-logos h4 {
	color: #666;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	text-transform: uppercase;
}
.header-sponsors-logos img {
	max-width: 70px;
	padding-left: 2.5em;
}
.header-sponsors-logos img.header-oss-logo {
	padding-right: 0.75em;
}
.header-sponsors-logos img.OneStop {
	max-width: 100px;
}
.header-social-media-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 18px auto 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 12px 0px;
}
.header-social-media-logos {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.header-social-media-logos h4 {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.header-social-media-logos a {
	color: #FFF;
	padding-left: 3.5em;
	font-size: 0.8em;
}
.header-social-media-logos a:hover {
	opacity: 0.6;
}
.header-menu {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 5px;
}
ul.header-nav {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
ul.header-nav li {
    padding: 0 1.2em;
	border-left: 1px solid #CCC;
	height: 100%;
	display: inline-flex;
	align-items: center;
	height: 0.6em;
}
ul.header-nav li:nth-child(1) {
	border: none;
}
ul.header-nav li a {
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.0em;
	letter-spacing: 0.05em;
	color: #FFF;	
	line-height: 0;
	font-weight: 200;
}
ul.header-nav li a:hover {
	opacity: 0.8;
}
*/






/*
#header-wrap {
	width: 100%;
	background: url("../images/checkeredFlag_blackSmall.jpg") 0 0 repeat;
}
#header-wrap.mobileWidth {
	display: none;
}
#banner {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}
#banner .logos {
	display: inline-flex;
}
#banner .logos img {
	margin: 0 1em;
}
#banner .logos img.OSS-Logo {
	width: 50%;
	max-width: 82px;
}
#banner .logos a img.FAInternational {
	width: 100%;
	max-width: 77px;
}
#banner .logos a img.OneStop {
	width: 100%;
	max-width: 100px;
}
#banner .logos .presented-by-sponsors {
	display: inline-flex;
	align-items: center;
}
#banner .logos .presented-by-sponsors h2 {
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-weight: normal;
text-decoration: none;
font-size: 0.8em;
letter-spacing: 0.05em;
color: #FFF;
}
.secondary-menu {
	margin-top: 1em;
}



ul.top-nav {
	display: inline-block;
    margin: 0;
    padding: 0;
  
    zoom:1;
    *display: inline;
}
ul.top-nav li {
    float: left;
    padding: 0em 1.6em;
	border-left: 1px solid #FFF;
}
ul.top-nav li:nth-child(1) {
	border: none;
}
ul.top-nav li a {
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	color: #FFF;	
	line-height: 0;
	vertical-align: middle;
}
ul.top-nav li a:hover {
	color: #999;
}
#menuWrap {
	background-color: #333;
	height: 49px;
	width: 100%;
	border-bottom: 3px solid #D10000;
	
	clear: both;
}
.buttonWrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;

}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: #C6C6C6;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #C6C6C6;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #FFF;
}
#cssmenu ul li.current-menu-item a {
	color: #FFF;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #FFF;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 10px 10px 20px;
  width: 300px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #FFF;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  
  z-index: 10;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #D10000;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #d10000;
}


ul.top-nav li.socialMediaIcons {
	padding: 0 0.6em;
}
ul.top-nav li.socialMediaIconsLabel {
	padding: 6px 3px 5px 33px;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	color: #FFF;	
	line-height: 0;
	vertical-align: middle;
	
	border-left: none !important;
}
ul.top-nav li.socialMediaIcons {
	border-left: none !important;
}
.footer-menu li.socialMediaIconsLabel, .footer-menu li.socialMediaIcons {
	display: none;
}
.footer-logos li {
	padding: 0.33em 0;
}
.footer-logos li a {
	color: #FFF;
	font-size: 110%;
}
.footer-logos li a:hover {
	color: #C6C6C6;
}
ul.top-nav li {
    float: left;
    padding: 0em 1.6em;
	border-left: 1px solid #FFF;
}
*/

@media screen and (max-width: 769px) {
	/*
	#header-wrap.fullWidth {
		display: none;
	}
	#header-wrap.mobileWidth {
		display: block;
		position: sticky;
		top: 0;
		height: 45px;
		border-bottom: 2px solid #d10000;
		z-index: 1000 !important;
		background: url("../images/checkeredFlag_blackSmall.jpg") 0 0 repeat;
	}
	*/
	.mob-menu-header-holder {
		height: 45px !important;
		position: fixed !important;
		top: 0;
		background: url("../images/checkeredFlag_blackSmall.jpg") 0 0 repeat;
		border-bottom: 2px solid #d10000;
	}
	.mobmenu-content {
		background-color: #171717;
		border-top: 2px solid #d10000;
		line-height: 0;
	}
	.mobmenu-left-panel .mob-cancel-button {
		color: #FFF !important;
		font-size: 20px !important;
		margin-top: 10px !important;
		margin-right: 10px !important;
	}
	.mobmenu-content li {
		border-bottom: 1px solid #5F5F5F;
		background-color: #333;
	}
	.mobmenu-content li:hover {
		border-bottom: 1px solid #5F5F5F;
	}
	.mobmenu-content li:first-child {
		border-top: 1px solid #5F5F5F;
	}
	.mobmenu-content li a {
		line-height: 0 !important;
		padding: 20px 20px 20px 0 !important;
		margin: 0 !important;
		font-family: 'Montserrat', sans-serif !important;
		text-transform: uppercase !important;
		font-weight: 300 !important;
		
		font-size: 12px !important;

	}
	.mobmenu-content li a:before {
		font-family: "Font Awesome 5 Free"; 
		font-weight: 900;
		font-size: 14px;

		background-color: #000;
		margin-right: 10px;
		color: #5F5F5F;
		width: 50px !important;
	}
	/* --- HOME --- */
	.mobmenu-content li:nth-child(1) a:before {
		content: "\f015";
		padding: 12px 22px 14px 22px;
	}
	/* --- SCHEDULE --- */
	.mobmenu-content li:nth-child(2) a:before {
		content: "\f133";
		padding: 12px 23px 14px 24px;
	}
	/* --- RESULTS --- */
	.mobmenu-content li:nth-child(3) a:before {
		content: "\f5a2";
		padding: 12px 22px 14px 23px;
	}
	/* --- STANDINGS --- */
	.mobmenu-content li:nth-child(4) a:before {
		content: "\f091";
		padding: 12px 22px 14px 21px;
	}
	/* --- PAST CHAMPIONS --- */
	.mobmenu-content li:nth-child(5) a:before {
		content: "\f091";
		padding: 12px 22px 14px 21px;
	}
	/* --- ROSTER --- */
	.mobmenu-content li:nth-child(6) a:before {
		content: "\f0c0";
		padding: 12px 21px 14px 21px;
	}
	/* --- RULEBOOK --- */
	.mobmenu-content li:nth-child(7) a:before {
		content: "\f24e";
		padding: 12px 20px 14px 22px;
	}
	/* --- RULEBOOK --- */
	.mobmenu-content li:nth-child(8) a:before {
		content: "\f24e";
		padding: 12px 20px 14px 22px;
	}
	/* --- SPONSORS --- */
	.mobmenu-content li:nth-child(9) a:before {
		content: "\f0a1";
		padding: 12px 22px 14px 21px;
	}
	/* --- NEWS --- */
	.mobmenu-content li:nth-child(10) a:before {
		content: "\f1ea";
		padding: 12px 21px 14px 22px;
	}
	/* --- VIDEOS --- */
	.mobmenu-content li:nth-child(11) a:before {
		content: "\f008";
		padding: 12px 23px 14px 22px;
	}
	/* --- CONTACT --- */
	.mobmenu-content li:nth-child(12) a:before {
		content: "\f0e0";
		padding: 12px 22px 14px 23px;
	}
	
}
