
body, h2, h3, h4, h5, p, a, li, ul, ol, button, input {
	font-family: "Space Grotesk", sans-serif;
	color: black;
}

h1 {
	font-family: "Space Grotesk", sans-serif;
	color: white;
	font-weight: 400;
	font-size: 48px;
	text-transform: uppercase;
}

h1 strong{
	font-family: "Space Grotesk", sans-serif;
	color: var(--orange);
	font-weight: 400;
	font-size: 48px;
	text-transform: uppercase;
}

h2 {
	font-weight: 400;
	font-size: 45px;
	margin-bottom: 30px;
}

h2 strong {
	color: var(--orange);
	font-weight: 400;
	font-size: 45px;
	margin-bottom: 30px;
}

.large h2  {
	font-size: 65px;
}

h3 {
	font-weight: 400;
	font-size: 35px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

h3 strong {
	color: var(--orange);
	margin-bottom: 0px;
}

h4 {
	font-size: 21px;
	font-weight: 400;
}

h4 strong {
	color: var(--orange);
}


p, ul, ol {
	font-size: 17px;
}

p strong {
	color: var(--orange);
}

a {
	color: var(--dark-grey);
}

a:hover {
	text-decoration: none;
	color: var(--orange);
}



li {
	margin-bottom: 8px;
	margin-left: 5%;
}

ul {
	padding: 0;
}
/* Scoped tick list */
ul.tick-list {
  list-style: none !important;  /* kill default bullets */
  margin: 0;
  padding: 0;
}

ul.tick-list li {
  position: relative;
  padding: 3px 0 3px 30px;
  margin: 6px 0;
}

ul.tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPScjRkY1MTAxJyBzdHJva2Utd2lkdGg9JzMnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCc+PHBvbHlsaW5lIHBvaW50cz0nMjAgNiA5IDE3IDQgMTInLz48L3N2Zz4=") no-repeat center;
  background-size: contain;
}


.bg-orange, .bg-orange p, .bg-orange h1, .bg-orange h2, .bg-orange h3, .bg-orange h4, .bg-orange h5, .bg-orange h6, .bg-orange li, .bg-orange ul, .banner-overlay-text p {
	color: var(--white); 
}
.hero-motorsport, .hero-motorsport p, .hero-motorsport h2 {
	color: var(--white); 
}

.bg-orange p {
	margin-bottom: 0;
}



/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}

/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

@media only screen and (max-width : 2200px) {
}

/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

@media only screen and (max-width : 1800px) {
}

/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

@media only screen and (max-width : 1750px) {
}

/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

@media only screen and (max-width : 1650px) {	
}

/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

@media only screen and (max-width : 1550px) {
}

/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

@media only screen and (max-width : 1450px) {
}

/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {	
}

/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

@media only screen and (max-width : 1250px) {
} 

/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

@media only screen and (max-width : 1125px) {	
	
		.large h2  {
	font-size: 55px;
}
}

/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */

@media only screen and (max-width : 1080px) {
}

/* ----------------------------------------------------- Smaller than 1024px - iPad landscape ----------------------------------------------------- */

@media only screen and (max-width : 1024px) {	
	h1 {
    	font-size: 49px;
	}
	h2 {
    	font-size: 40px;
	}
	h3 {
    	font-size: 30px;
	}
	h4 {
    	font-size: 19px;
	}
	h5 {
    	font-size: 18px;
	}
	h6 {
    	font-size: 17px;
	}
	
	.large h2  {
	font-size: 45px;
}

}

/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

@media only screen and (max-width : 991px) {	
}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

@media only screen and (max-width : 870px) {	
}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

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

}

/* ----------------------------------------------------- Smaller than 767px ------------------------------------------------------ */

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

	h1 {
    	font-size: 38px;
	}
	h1 strong {
		font-size: 45px;
	}
	h2 {
    	font-size: 32px;
	}
	.composite-slider-section h2 {
		font-size: 32px !important;
	}
	h2 strong {
		font-size: 32px;
	}
	h3 {
    	font-size: 25px;
	}
	h4 {
    	font-size: 18px;
	}
	h5 {
    	font-size: 18px;
	}
	h6 {
    	font-size: 17px;
	}
	p, ul, ol {
    	font-size: 16px;
	}
}

/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

@media only screen and (max-width : 700px) {
}

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

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

}

/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

@media only screen and (max-width : 540px) {	
	h1 {
    	font-size: 27px;
	}
	h1 strong {
		font-size: 27px;
	}
	h2 {
    	font-size: 25px;
		margin-bottom: 15px;
	}
	.composite-slider-section h2 {
		font-size: 25px !important;
	}
	h2 strong {
		font-size: 25px;
	}
	h3 {
    	font-size: 23px;
	}
	footer h4, footer h4 a {
		font-size: 20px !important;
	}

}

/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

@media only screen and (max-width : 420px) {
}