body {

}
iframe {
    max-width: 100%;
}
body.loading {
	overflow:hidden;
	max-height:100vh;
}
h1,h2,h3,h4,h5,h6,span {
    font-family: 'proxima-nova',sans-serif;
    line-height: 1.05em;
    margin-bottom:0px;
}

h1 {
    font-size: 52px;
    color:#171819;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}

.h1-accent {
	font-size:100px;
	text-transform: uppercase;
	font-weight:800;
}

.uppercase {
	text-transform:uppercase;
}

h2 {
    font-size: 42px;
    font-weight:700;
    color:#171819;
}

h3 {
    font-size: 32px;
    font-weight:600;
    color:#171819;
}

h4 {
    font-size: 22px;
    font-weight:700;
    color:#171819;
}

h5 {
    font-size: 18px;
    font-weight:600;
    color:#171819;
}

h6 {
    font-size: 16px;
    font-weight:600;
    color:#171819;
}

p {
    font-family: proxima-nova,sans-serif;
    line-height: 1.25em;
    font-size: 14px;
    font-weight:400;
    color:#7f8c8d;
}

ul,ol {
   
}

li {
	font-family: proxima-nova,sans-serif;
    line-height: 1.25em;
    font-size:16px;
}

li p {

}

.uppercase {
	text-transform:uppercase;
}


.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}

body.loading #footerContainer {
	height:0px;
	overflow:hidden;
	display:none;
}
#footerContainer {
	background-color:#141515;
	padding:35px 0;
	position:relative;
	z-index:10;

}
#footerContainer p {
	color:#FFF;
	padding:0px;
	margin:0px;
}

.headerContainer {
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	width:100%;
	padding-top:20px;
	padding-bottom:15px;
	z-index:99;
	opacity:0;
	border-bottom:solid 1px rgba(255,255,255,0.2);
	-webkit-transition:box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  	transition:box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  	-webkit-transform:translateY(-100%);
	transform:translateY(-100%);
}
.headerContainer.show {
	opacity:1;
	-webkit-transform:translateY(0%);
	transform:translateY(0%);
}
.headerContainer.stuck {
	background-color:#FFF;
	box-shadow: 0px 10px 50px -30px rgba(0,0,0,1);

}
.headerContainer .logoWrapper {
	border-right:solid 1px rgba(255,255,255,0.2);
	display:inline-block;
	padding-right:10px;
	-webkit-transition: all 0.3s ease;
  	transition:all 0.3s ease;
}
.headerContainer.stuck .logoWrapper {
	border-right:solid 1px #000;
}
@media (max-width:1310px) {
	.headerContainer .logoWrapper {
		border-right:solid 0px #fff!important;
	}

	.headerContainer.stuck .logoWrapper {
		border-right:solid 0px #000!imortant;
	}
}

.headerContainer .logoWrapper #logoIMG, .headerContainer .logoWrapper #logoIMGBlack {
	max-width:190px;
	-webkit-transition: all 0.3s ease;
  	transition:all 0.3s ease;
}
.headerContainer.stuck .logoWrapper #logoIMG {
	-webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.headerContainer .logoWrapper #logoIMG, .headerContainer .logoWrapper #logoIMGBlack {

}
.headerContainer .sloganWrapper {
	display:inline-block;
	padding-left:20px;
}
.headerContainer .sloganWrapper p {
	color:#fff;
	font-weight:400;
	font-size:16px;
	-webkit-transition: all 0.3s ease;
  	transition:all 0.3s ease;
}
.headerContainer.stuck .sloganWrapper p {
	color:#000;
}
.headerContainer .header-menu {
	margin:0px;
	padding:0px;
	list-style: none;
	margin-top:7px;
}
.headerContainer .header-menu li {
	color:#fff;
	font-size:16px;
	text-align:right;
	-webkit-transition: all 0.3s ease;
  	transition:all 0.3s ease;
}
.headerContainer .header-menu .headerSocialHolder {
	display: inline-block;
	vertical-align: middle;
	padding-left:15px;
	margin-top: -4px;
}
.headerContainer .header-menu .headerSocialHolder a {
	color:#FFF;
	display:inline-block;
	border:solid 1px #fff;
	text-align:center;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:14px;
	margin:0 5px;
	position: relative;
	-webkit-transition: all 0.3s ease;
  	transition:all 0.3s ease;
}
@media (max-width:1310px) {
	.headerContainer .sloganWrapper {
		display:none!important;
	}
}
@media (max-width:1433px) {
	.headerContainer .header-menu .show-for-large {
		display:none!important;
	}
}
@media (max-width:1023px) {
	.headerContainer .header-menu .show-for-large {
		display:none!important;
	}
}
@media (max-width:640px) {
	.headerContainer .header-menu .headerSocialHolder {
		margin-top:0px;
	}
	.headerContainer .header-menu .headerSocialHolder a {
		width:35px;
		height:35px;
	}
}
.headerContainer .header-menu .headerSocialHolder a:hover {
	color:#fff;
	background-color:#fff;
	border:solid 1px #000;
}
.headerContainer .header-menu .headerSocialHolder a > .fa {
	display: inline-block;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	position: relative;
}	
.headerContainer .header-menu .headerSocialHolder a:hover > .fa {
	color:#000;
}
.headerContainer.stuck .header-menu li, .headerContainer.stuck .header-menu .headerSocialHolder a {
	color:#000;
}
.headerContainer.stuck .header-menu .headerSocialHolder a {
	border:solid 1px #000;
}
.headerContainer.stuck .header-menu .headerSocialHolder a:hover {
	background-color:#000;
	color:#FFF;
}
.headerContainer.stuck .header-menu .headerSocialHolder a:hover .fa {
	color:#FFF!important;
}
#heroContainer {
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	height:100vh;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	z-index: 9;
	overflow:hidden;
}
#heroContainer > .grid-container {
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:2;
}
#heroContainer .heroVP {
    opacity:0;
    -webkit-transition: opacity 5s ease;
  	transition:opacity 5s ease;
}
#heroContainer .heroVP.stuck > div {
	opacity:1;
}
#heroContainer .heroVP .ctaHolder > span > span {
	display:inline-block;
	margin:20px;
}
@media (max-width:640px) {
	#heroContainer .heroVP .ctaHolder > span > span {
		margin-bottom:0px;
	}
	#heroContainer .heroVP .ctaHolder > span > span:last-child {
		margin-top:0px;
	}
}
#heroContainer .heroLogoHolder {
    opacity:0;
    -webkit-transition: all 0.3s ease;
  	transition:all 0.3s ease;
  	 -webkit-transform: translateY(100%);
    transform: translateY(100%);

}
#heroContainer .heroVP.show, #heroContainer .heroLogoHolder.show {
	opacity:1;
}
#heroContainer .heroVP.stuck > div {

}
#heroContainer .heroLogoHolder.show {
	 -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
#heroContainer .video {
	position: absolute;
    top: 0;
    left: 50%;
    min-height: 100vh;
    width: auto;
    min-width: 100vw;
	max-width:none!important;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:0;
	opacity:0;
	-webkit-transition: opacity 0.2s ease;
  	transition:opacity 0.2s ease;
}
@media (max-width:640px) {
	#heroContainer .video {
		display:none;
	}
}
#heroContainer .video.show {
	opacity:1;
}
#heroContainer .video-overlay {
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:1;
}
#heroContainer .heroVP h1 {
	color:#f7f8f9;
	text-align:center;
	font-size:100px;
}
@media (max-width:767px) {
	#heroContainer .heroVP h1 {
		font-size:62px;
	}
}
#heroContainer .heroVP .ctaHolder a {
	-webkit-transition: all 0.2s ease;
  	transition:all 0.2s ease;
}
#heroContainer .heroVP .ctaHolder a:hover {
	background-color:#fff;
	color:#000;
}
#heroContainer .heroLogoHolder {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	z-index:4;
}

#heroContainer .heroLogoHolder .hs_cos_wrapper_widget_container {
	display:block;
}
#heroContainer .heroLogoHolder .hs_cos_wrapper_widget_container > div {
	position: relative;
	display: inline-block;
	padding:24px 10px;
	opacity:1;
	top:0px;
	-webkit-transition: all 0.36s ease;
  	transition:all 0.36s ease;
}
#heroContainer .heroLogoHolder .hs_cos_wrapper_widget_container > div.show {
	opacity:1;
}
#heroContainer .heroLogoHolder p {
	text-transform: uppercase;
	line-height: 1em;
	font-style: italic;
	margin: 0;
	padding: 0;
	font-size:18px;
}

body.loading #mainContainer {
	height: 0px;
	overflow: hidden

}
#mainContainer {
	background-color:#FFF;
	position: relative;
	z-index: 10;
	margin-top:100vh;
	max-width:100%;
	overflow: hidden;
}
#footerContainer .logo-holder > span {
	position: relative;
	display: inline-block;
	padding:24px 10px;
	opacity:0.5;
	top:0px;
	-webkit-transition: all 0.36s ease;
  	transition:all 0.36s ease;
}
#footerContainer .logo-holder > span:hover {
	opacity:1;
	cursor:pointer;
}


.three-across-cards {
	padding-top:60px;
	padding-bottom:60px;
	padding-left:2px;
	padding-right:2px;
}
.three-across-cards.rss-feed {
padding-top:10px;
padding-bottom:0px;
}
@media (max-width:640px) {
	.three-across-cards {
		padding-top:40px;
		padding-bottom:40px;

	}
}
.three-across-cards .card-item {
	margin:0 15px;
}
.three-across-cards .card-item .featuredImageHolder {
	height:210px;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	border:solid 1px #d4dbde;
}
.three-across-cards .card-item .featuredImageHolder .inner {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-position: center center;
	background-size: cover;
	transition: all 0.15s ease;
}
.three-across-cards .card-item:hover .featuredImageHolder .inner {
	-webkit-transform: scale(1.25);
          transform: scale(1.25);
}	


.three-across-cards .card-item .contentHolder h4 {
	margin-bottom:5px;
}
.three-across-cards .card-item .contentHolder p {
	margin-bottom:4px;
}
.three-across-cards .card-item .contentHolder p a {
	font-weight:800;
	text-decoration: underline;
}
@media (max-width: 640px) {
	.three-across-cards .card-item .contentHolder p{
		margin-bottom:20px;
	}
	.three-across-cards .card-item .contentHolder p a {
		display: block;
		padding: 20px;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 40px;
		border: solid 1px #38a4fe;
	}
}
.three-across-cards.rss-feed .card-item .contentHolder p a {
	font-weight:600;
	text-decoration: none;
}
.three-across-cards.rss-feed .card-item .contentHolder p + p a {
	font-weight:800;
	text-decoration: underline;
}
@media (max-width:640px) {

	.three-across-cards .card-item .contentHolder p + p a {
		display:block;
		padding:20px;
		text-align:center;
		margin-top:20px;
		margin-bottom:40px;
		border:solid 1px #38a4fe;
	}
}





.section-heading-block {
	margin-top:50px;
	padding-bottom:30px;
	opacity:0;
	-webkit-transition: all 0.36s ease;
  	transition:all 0.36s ease;
}
.section-heading-block.show {
	opacity:1;
}
@media (max-width:640px) {
	.section-heading-block h2 {
		font-size:62px;
	}
}








.driver-feature-card {
	position:relative;
	padding-top:120px;
	padding-bottom:50px;
	margin-bottom:150px;
}
@media (max-width:640px) {
	.driver-feature-card {
		padding-top:40px;
		margin-bottom:200px;
	}
}

.driver-feature-card .overlay {
	position: absolute;
	top:0px;
	bottom:50px;
	width:80vw;
	z-index:0;
}
@media (max-width:640px) {
	.driver-feature-card .overlay {
		width:90vw;
	}
}

.driver-feature-card .overlay .bgImageHolder {
	width:100%;
	height:80%;
	background-size:cover;
	background-position: center center;
	position: relative;
	z-index:0;
}
.driver-feature-card .overlay .overlayColor {
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:1;
}
.driver-feature-card .overlay + div {
	position: relative;
	z-index:1;
}


.driver-feature-card .contentHolder .driverFeatureContent {
	opacity:0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
@media (max-width:640px) {
	.driver-feature-card.contentLeft .contentHolder .driverFeatureContent {
		padding-right:50px;
	}
	.driver-feature-card.contentright .contentHolder .driverFeatureContent {
		padding-left:50px;
	}
}
.driver-feature-card .contentHolder .driverSlider {
	opacity:0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 0.72s;
	transition-delay: 0.72s;
}
.driver-feature-card .contentHolder .driverFeatureContent * {
	color:#FFF;
	-webkit-transition: all 0.3s ease;
  	transition:all 0.3s ease;
}
.driver-feature-card .contentHolder .driverFeatureContent h2 {
	font-weight:700;
	text-transform: uppercase;
	margin-bottom:15px;
}
.driver-feature-card .contentHolder .driverFeatureContent h4 {
	font-weight:600;
	text-transform: uppercase;
}
.driver-feature-card .contentHolder .driverFeatureContent h4 + h4 {
	margin-top:5px;
	margin-bottom:10px;
}

.driver-feature-card .contentHolder .driverFeatureContent .socialHolder p {
	text-transform:uppercase;
	font-weight:700;
	line-height:2.25em;
}

.driver-feature-card.contentLeft .overlay {
	left:0px;
	opacity:0;
	-webkit-transform:translateX(-5%);
	transform: translateX(-5%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.driver-feature-card.show.contentLeft .overlay {
	opacity:1;
-webkit-transform:translateX(0%);
	transform: translateX(0%);
}
.driver-feature-card.show .contentHolder .driverFeatureContent, .driver-feature-card.show .contentHolder .driverSlider {
	opacity:1;
}


.driver-feature-card.contentRight .overlay, .driver-feature-card.contenRight .overlay {
	right:0px;
	-webkit-transform:translateX(5%);
	transform: translateX(5%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:0;
}
.driver-feature-card.show.contentRight .overlay, .driver-feature-card.show.contenRight .overlay {
-webkit-transform:translateX(0%);
	transform: translateX(0%);
	opacity:1;
}

.driver-feature-card .driverSlider {
	position: relative;
	height: 35%;
	top:-40px;
}
.driver-feature-card .driverSlider .frame {
	position: relative;
	top:0px;
	bottom: 0px;
	/* box-shadow:0px 8px 36.12px 6.88px rgba(61, 71, 87, 0.25); */
}
@media (max-width:1100px) and (min-width:660px) {
	.driver-feature-card .driverSlider .frame {
	}
}
@media (max-width:659px) and (min-width:620px) {
	.driver-feature-card .driverSlider .frame {
	}
}
@media (max-width:619px) {
	.driver-feature-card .driverSlider .frame {
	}
}
.driver-feature-card:not(.contentLeft) .driverSlider .frame {
	right:20px;
}
.driver-feature-card.contentLeft .driverSlider .frame {
	left:20px;
}
@media (max-width:640px) {
	.driver-feature-card .driverSlider .frame {
		
		top:80px;
	}
	.driver-feature-card.contentLeft .driverSlider .frame {
	}
	.driver-feature-card.contentRight .driverSlider .frame {
	}
	.driver-feature-card.contentLeft .driverSlider .frame {
	}
	.driver-feature-card:not(.contentLeft) .driverSlider .frame {
	}
}

.driver-feature-card .driverSlider .frameUnderlay {
	position: absolute;
	z-index:0;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
@media (max-width:640px) {
	.driver-feature-card .driverSlider .frameUnderlay {
		left:-40px;
	}
	.driver-feature-card:not(.contentLeft) .driverSlider .frameUnderlay  {
		left:0px;
	}
}
.driver-feature-card .driverSlider .sliderHolder {
	position: relative;
	z-index: 1;
}
.driver-feature-card .driverSlider .sliderHolder .slick-prev,.driver-feature-card .driverSlider .sliderHolder .slick-next {
	top:89%;
}
@media (max-width:1024px) {
	.driver-feature-card .driverSlider .sliderHolder .slick-prev,.driver-feature-card .driverSlider .sliderHolder .slick-next {
		display:none!important;
	}
}
.driver-feature-card .driverSlider .sliderHolder .slick-prev:before,.driver-feature-card .driverSlider .sliderHolder .slick-next:before {
	font-family: FontAwesome;
	color:#000;
	font-size:32px;
}
.driver-feature-card .driverSlider .sliderHolder .slick-prev {
left:-92px;
}
.driver-feature-card .driverSlider .sliderHolder .slick-next {
	right:initial;
	left:-52px;
}
.driver-feature-card.contentRight .driverSlider .sliderHolder .slick-next {
right:-97px;
left: initial;
}
.driver-feature-card.contentRight .driverSlider .sliderHolder .slick-prev {
	left:initial;
	right:-52px;
}
.driver-feature-card .driverSlider .sliderHolder .slick-prev:before {
	content: "\f0d9";
}
.driver-feature-card .driverSlider .sliderHolder .slick-next:before {
content: "\f0da";
}

.driver-feature-card .driverSlider .sliderHolder .slick-slide > div {
	height:100%;
	width:100%;
}
.driver-feature-card .driverSlider .sliderHolder .driverSlide {
	background-size:cover;
	background-position:  center center;
	background-repeat:no-repeat;
	height:100%;
}
.driver-feature-card .driverSlider .sliderHolder .driverSlide > img {
	width:100%!important;
  height:auto!important;
  height:100%;
  max-height:450px;
}
.driver-feature-card.show .frameUnderlay {
	-webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 1.15s;
	transition-delay: 1.15s;
}
.driver-feature-card.show.contentLeft .frameUnderlay {
	-webkit-transform: translateX(20px) translateY(23px);
          transform: translateX(20px) translateY(23px);
}
.sliderHolder.slick-initialized .slick-slide {
 min-height:370px; 
}
@media (max-width:640px) {
	.driver-feature-card.show.contentLeft .frameUnderlay {
		-webkit-transform: translateX(10px) translateY(13px);
	          transform: translateX(10px) translateY(13px);
	}
}

.driver-feature-card.show.contentRight .frameUnderlay, .driver-feature-card.show.contenRight .frameUnderlay {
	-webkit-transform: translateX(-20px) translateY(23px);
        transform: translateX(-20px) translateY(23px);
}
@media (max-width:640px) {
	.driver-feature-card.show.contentRight .frameUnderlay, .driver-feature-card.show.contenRight .frameUnderlay {
		-webkit-transform: translateX(-10px) translateY(13px);
	        transform: translateX(-10px) translateY(13px);
	}
}
.driver-feature-card .socialHolder {
	margin-top:10px;
}
.driver-feature-card .icons {
	display:inline-block;

	transform:translateY(-20%);
}
.driver-feature-card .icons a {
	color:#FFF;
	display:inline-block;
	border:solid 1px #fff;
	text-align:center;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:14px;
	margin:0 5px;
	position: relative;
	-webkit-transition: all 0.3s ease;
  	transition:all 0.3s ease;
}
.driver-feature-card .icons a:hover {
	color:#000;
	background-color:#fff;
	border:solid 1px #000;
}
.driver-feature-card .icons a > .fa {
	display: inline-block;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	position: relative;
}	

.driver-feature-card .icons li, .driver-feature-card .icons a {
	color:#000;
}
.driver-feature-card .icons a:hover i {
	background-color:#fff;
	color:#000;
}





.crew-feature-card {
	position:relative;
	padding-top:75px;
	padding-bottom:75px;
	margin-bottom:160px;
}

.crew-feature-card .overlay {
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:80vw;
	z-index:0;
	opacity:0;
	-webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.crew-feature-card.show .overlay {
	-webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity:1;
}
@media (max-width:640px) {
	.crew-feature-card {
		padding-top:30px;
		padding-bottom:150px;
		margin-bottom:480px;
	}

	.crew-feature-card .overlay {
		width:90vw;
		-webkit-transform: translateX(0%);
			 transform: translateX(0%);
	}
}
.crew-feature-card .overlay .bgImageHolder {
	width:100%;
	height:100%;
	background-size:cover;
	background-position: center center;
	position: relative;
	z-index:0;
}
.crew-feature-card .overlay .overlayColor {
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:1;
}
.crew-feature-card .overlay + div {
	position: relative;
	z-index:1;
}

.crew-feature-card .contentHolder .driverFeatureContent {
	padding-right:30px;
}
@media (max-width:640px) {
	.crew-feature-card .contentHolder .driverFeatureContent {
		padding-right:50px;
	}
}
.crew-feature-card .contentHolder .driverFeatureContent * {
	color:#FFF;
}
.crew-feature-card .contentHolder .driverFeatureContent h2 {
	font-weight:700;
	text-transform: uppercase;
	margin-bottom:5px;
}
.crew-feature-card .contentHolder .driverFeatureContent h4 {
	font-weight:600;
	text-transform: uppercase;
}
.crew-feature-card .contentHolder .driverFeatureContent h4 + h4 {
	margin-top:5px;
	margin-bottom:10px;
}

.crew-feature-card .contentHolder .driverFeatureContent .socialHolder p {
	text-transform:uppercase;
	font-weight:700;
}
.crew-feature-card .contentHolder .driverFeatureContent .logoHolder {
	margin-top: 40px;
}
.crew-feature-card .driverSlider {
	position: relative;
	opacity:0;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}
.crew-feature-card.show .driverSlider {
	opacity:1;
}
.crew-feature-card .driverSlider .frame {
	position: absolute;
	top:-25px;
	left:0px;
	width:80vw;
}

@media (max-width:1024px) {

}
.crew-feature-card .driverSlider .frameUnderlay {
	position: absolute;
	z-index:0;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.crew-feature-card .driverSlider .sliderHolder {
	position: relative;
	z-index: 1;
}
.crew-feature-card .driverSlider .sliderHolder .slick-prev,.crew-feature-card .driverSlider .sliderHolder .slick-next {
	top:83%;
}
@media (max-width:640px) {
	.crew-feature-card .driverSlider .frame {
		width:100vw;
		left:-20px;
		top:45px;
	}
	.crew-feature-card .driverSlider .sliderHolder .slick-prev,.crew-feature-card .driverSlider .sliderHolder .slick-next {
		display:none;
	}
	.crew-feature-card .driverSlider .sliderHolder .slick-list {
		padding:0px 60px;
	}
}
.crew-feature-card .driverSlider .sliderHolder .slick-prev:before,.crew-feature-card .driverSlider .sliderHolder .slick-next:before {
	font-family: FontAwesome;
	color:#000;
	font-size:32px;
}
.crew-feature-card .driverSlider .sliderHolder .slick-prev {
left:-55px;
}
.crew-feature-card .driverSlider .sliderHolder .slick-next {
	right: initial;
	left:-20px;
}
.crew-feature-card .driverSlider .sliderHolder .slick-prev:before {
	content: "\f0d9";
}
.crew-feature-card .driverSlider .sliderHolder .slick-next:before {
content: "\f0da";
}
.crew-feature-card .driverSlider .sliderHolder .slick-slide {
	/* padding:0px 10px 10px 20px; */
	padding-left: 0px;
}
@media (max-width:940px) {
	.crew-feature-card .driverSlider .sliderHolder .slick-prev {
		left:-35px;
		display: none;
	}
	.crew-feature-card .driverSlider .sliderHolder .slick-next {
		right: initial;
		left:0px;
		display: none;
	}
	.crew-feature-card .driverSlider .sliderHolder .slick-prev:before,.crew-feature-card .driverSlider .sliderHolder .slick-next:before {
		color:#FFF;
	}
}
.crew-feature-card .driverSlider .sliderHolder .driverSlide {
	position:relative;
	padding:0px 15px 40px 15px;
}
.crew-feature-card .driverSlider .sliderHolder .driverSlide .inner {
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right:0px;
	min-height:530px;
	max-height:560px;
	box-shadow:0px 0px 15.12px 4.88px rgba(61, 71, 87, 0.25);
}
.crew-feature-card .driverSlider .sliderHolder .driverSlide .inner img {
	width:330px;
}
@media (max-width:1640px) and (min-width:1331px) {
	.crew-feature-card .driverSlider .sliderHolder .driverSlide .inner {
		max-height:550px;
	}	
}
@media (max-width:1330px) and (min-width:1065px) {
	.crew-feature-card .driverSlider .sliderHolder .driverSlide .inner {
		max-height:600px;
	}	
}
@media (max-width:1064px) and (min-width:921px) {
	.crew-feature-card .driverSlider .sliderHolder .driverSlide .inner {
		max-height:620px;
	}	
}
@media (max-width:920px) and (min-width:881px) {
	.crew-feature-card .driverSlider .sliderHolder .driverSlide .inner {
		max-height:640px;
	}	
}
@media (max-width:880px) and (min-width:639px) {
	.crew-feature-card .driverSlider .sliderHolder .driverSlide .inner {
		max-height:660px;
	}	
}
@media (max-width:640px) {
	.crew-feature-card .driverSlider .sliderHolder .driverSlide .inner {
		min-height:500px;
		max-height:530px;
		margin-right:15px;
	}
}



.specsSection .headerHolder .specHeader {
	text-align:center;
	font-weight:800;
	text-transform: uppercase;
	color:#081825;
	line-height:13vw;
}
.specsSection {
	opacity:0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-top: 150px;
	padding-top:50px;
}
.specsSection.show {
	opacity:1;
}
@media (max-width:640px) {
	.specsSection > .grid-container {
		margin:0px!important;
		padding:0px;
	}
}

.specsSection .featuredSpecs {
	background-image:url('https://cdn2.hubspot.net/hubfs/3867393/MotorsportLP_Assets/spec-background-fcpeuro.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	padding-bottom:80px;
	padding-top:0px;
}
@media (max-width:640px) {
	.specsSection .featuredSpecs {
		padding-bottom:25px;
	}	
}
.specsSection .featuredSpecs .grid-x {
	position: relative;
}
.specsSection .featuredSpecs .featuredSpecImage {
	opacity:0;
	position: absolute;
	top:0px;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}
.specsSection.show .featuredSpecs .featuredSpecImage {
	opacity:1;

}

.specsSection .featuredSpecs .featuredSpecImage > span {
	position:absolute;
	background-color:#cf0;
	opacity:0;
	display: block;
	z-index:10;
}
.specsSection .featuredSpecs .featuredSpecImage > span.top {
	top:0px;
	height:35%;
	left:0px;
	right:0px;
}
.specsSection .featuredSpecs .featuredSpecImage > span.left {
top:0px;
left:0px;
bottom:0px;
width:35%;
}
.specsSection .featuredSpecs .featuredSpecImage > span.right {
top:0px;
right:0px;
bottom:0px;
width:35%;
}
.specsSection .featuredSpecs .featuredSpecImage > span.bottom {
bottom:0px;
left:0px;
right:0px;
height:35%;
}
.specsSection .featuredSpecs .featuredSpecContent {
	margin-top:13.75vw;
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 1.55s;
	transition-delay: 1.55s;
}
.specsSection.show .featuredSpecs .featuredSpecContent {
	opacity:1;
}

.specsSection .featuredSpecs .featuredSpecTitle h2 {
	font-size:80px;
	color:#FFF;
	font-weight:800;
	text-transform: uppercase;
}

.specsSection .featuredSpecs .featuredSpecSpecs {
	padding-left:40px;
	margin-top:10px;
}
@media (max-width:640px) {
	.specsSection .featuredSpecs .featuredSpecTitle {
		text-align:left!important;
	}
	.specsSection .featuredSpecs .featuredSpecTitle h2 {
		font-size:62px;
	}
	.specsSection .featuredSpecs .featuredSpecSpecs {
		padding-left:0px;
	}
}
.specsSection .featuredSpecs .featuredSpecSpecs h3 {
	color:#FFF;
	font-weight:800;
	text-transform: uppercase;
  letter-spacing: .5px;
}
.specsSection .featuredSpecs .featuredSpecSpecs .hr-divider {
	width:45px;
	height:6px;
	background-color: #fff;
	margin:20px 0;
	display: block;
}
.specsSection .featuredSpecs .featuredSpecSpecs .specsHolder table tbody {
	background-color:transparent!important;
	border:0px!important;
}
.specsSection .featuredSpecs .featuredSpecSpecs .specsHolder table tbody td {
	padding-left:0px;
	padding-right:40px;
	vertical-align:top;
	width:50%;
}
.specsSection .featuredSpecs .featuredSpecSpecs .specsHolder ul {
	margin:0;
	padding:0;
	list-style: none;
}
.specsSection .featuredSpecs .featuredSpecSpecs .specsHolder ul li {
	font-size:18px;
	color:#FFF;
	line-height:1.65em;
}
@media (max-width: 640px) {
	.specsSection .featuredSpecs .featuredSpecSpecs .specsHolder ul li {
		line-height:1.25em;
		font-size:14px;
	}
}


.streamingSection {
	background-color:#080808;
	padding:85px 0;
}
.streamingSection > .grid-container.fluid {
	padding:0px!important;
}
.streamingSection .headerHolder {
	position:relative;
}
.streamingSection .headerHolder>h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 11.58vw;
}
@media (max-width:640px) {
	.streamingSection {
		padding:40px 0;
	}
	.streamingSection iframe {
		height:280px!important;
	}
	.streamingSection .headerHolder>h2 {
		font-size:22px;
	}
}

.streamingSection .headerHolder > .embedContainer > h2 {
	position: absolute;
	z-index:1;
	top:0px;
	color:#FFF;
	-webkit-transform:translateY(-230%);
	transform:translateY(-230%);
}
@media (max-width:640px) {
	.streamingSection .headerHolder > .embedContainer > h2 {
		font-size:22px;
		-webkit-transform:translateY(-30px);
		transform:translateY(-30px);
	}
}

.streamingSection .headerHolder > .embedContainer > .mobilefollowButtons p a {
	display:block;
	font-weight:600;
	font-size:18px;
	text-align:center;
	padding:25px 0;
	margin-top:20px;
	
}
.streamingSection .headerHolder > .embedContainer > .mobilefollowButtons p a:first-child {
	color:#3b5998;
	border:solid 1px #3b5998;
}
.streamingSection .headerHolder > .embedContainer > .mobilefollowButtons p a:first-child + a {
	color:#c32aa3;
	border:solid 1px #c32aa3;
}
.streamingSection .headerHolder > .embedContainer > .mobilefollowButtons p a:last-child {
	color:#1da1f2;
	border:solid 1px #1da1f2;
}

.newsSection {
	padding:85px 0;
}
.newsSection h2 {
	font-weight:700;
}
.newsSection h2 a {
	color:inherit!important;
}
.newsSection h2 a:hover {
	text-decoration:underline;
}
@media (max-width:640px) {
	.newsSection {
		padding:50px 0px;
	}
	.newsSection h2 {
		font-size:22px;
	}
	.newsSection .three-across-cards {
		padding-top:10px;
		padding-bottom:40px;

	}

}

.whyStartsSection {
	padding:200px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.whyStartsSection * {
	color:#FFF;
}
.whyStartsSection h2 {
	font-size:72px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom:10px;
}

.partnersSection {
	padding:85px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.partnersSection h3 {
	font-weight:700;
	margin-bottom:10px;
}
@media (max-width:640px) {
	.whyStartsSection {
		padding:85px 0;
	}
	.partnersSection h4 {
		text-align:center;
		display: block;
		margin:0 auto;
		width:70%;
	}
}
.partnersSection .logoHolder {
	padding-top:80px;
}
.partnersSection .logoHolder img {
	width:100%!important;
	max-width:800px;
	margin:auto;
	display: block;
}
.partnersSection .logoHolder p {
	margin-bottom:30px;
	display:block;
}
.partnersSection .logoHolder p:first-child img {
	width:58%!important;
}
.partnersSection .logoHolder p:first-child img:first-child {
	width:28%!important;
	margin-right:28px;
}
.partnersSection .logoHolder p:first-child + p img {
	width:45%!important;
}
.partnersSection .logoHolder p:first-child + p img:first-child {
	width:36%!important;
}
.partnersSection .logoHolder p:first-child + p img:first-child {
	margin-right:38px;
}
.partnersSection .logoHolder p:last-child {
	margin-bottom:0px;
}
.partnersSection .logoHolder p:last-child img {
	width:21%!important;
}
.partnersSection .logoHolder p:last-child img:first-child {
	margin-right:75px;
}
.partnersSection .logoHolder p:last-child img:last-child {
	margin-left:75px;
}

.BOFUSection {
	padding:85px 0;
	background-color:#38a4fe;
}
.BOFUSection  .inner {
	padding:0 55px;
}
@media(max-width:640px) {
	.BOFUSection  .inner {
		padding:0 0px;
	}
}
.BOFUSection * {
	color:#FFF;
}
.BOFUSection h3 {
	margin-bottom:3px;
	font-weight:700;
}
.BOFUSection .formHolder {
	padding-top:15px;
}
.BOFUSection .hs-form-field > label {
	display:none;
}
.BOFUSection .formHolder .actions {
	text-align:right;
	padding-top:8px;
}
.BOFUSection .formHolder .hs-button {
	border:solid 1px #fff!important;
	background-color:transparent;
	font-size:14px;
	text-align:center;
	min-width:150px;
	border-radius:0px;
	font-family: "proxima-nova";
}
.BOFUSection .formHolder form fieldset > div {
	width:33%;
	padding:0 1.5%;
}
@media(max-width:640px) {
	.BOFUSection .formHolder {
		padding-top:0px;
	}
	.BOFUSection .formHolder form fieldset {
		width:100%!important;
	}
	.BOFUSection .formHolder form fieldset > div {
		width:100%!important;
		padding:0;
	}
}
.BOFUSection .formHolder form fieldset > div input {
	border-radius:2px;
}
.BOFUSection .formHolder form fieldset > div input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size:14px;
  font-style:italic;
}

.BOFUSection .formHolder form fieldset > div input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size:14px;
  font-style:italic;
}

.BOFUSection .formHolder form fieldset > div input::-ms-input-placeholder { /* Microsoft Edge */
  font-size:14px;
  font-style:italic;
}
.BOFUSection .formHolder form fieldset > div:first-child {
	padding-left:0px;
}
.BOFUSection .formHolder form fieldset > div:last-child {
	padding-right:0px;
}
.BOFUSection .formHolder .hs-button {
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.BOFUSection .formHolder .hs-button:hover {
	background-color:#FFF;
	color:#38a4fe;
}
@media (max-width:640px) {
	.BOFUSection .formHolder form fieldset .hs-form-field .hs-input {
		width:100%!important;
	}
	.BOFUSection .formHolder .hs-button {
		width:100%;
	}
}


.schedule .headerContainer {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition:all 0s ease;
    -webkit-transition:all 0s ease;
    background-color: #FFF;
    box-shadow: 0px 10px 106px -31px rgba(0,0,0,1);
}

.schedule #heroContainer {
	background-image:url('https://cdn2.hubspot.net/hubfs/3867393/Images/Landing%20pages/Race.FCPEuro/Page%20Backgrounds/schedule-hero-bg.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	padding:50px 0;
	position:relative;
	height:auto!important;
}
.schedule #heroContainer .heroVP {
	opacity:1!important;
}
.schedule #mainContainer {
	margin-top:0px;
}
.schedule .mofuSection {
	padding:95px 0;
}
@media(max-width:640px) {
	.schedule .mofuSection {
		padding:45px 0;
	}
}
.schedule #heroContainer>.grid-container {
	top:0px;
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
}
.schedule #heroContainer .heroVP .h1Holder {
	display:inline-block;
	vertical-align: middle;
}
.schedule #heroContainer .heroVP .h1Holder + div {
	display:inline-block;
	vertical-align: middle;
}
.schedule #heroContainer .heroVP .h1Holder h1 {
 text-transform:uppercase;
 font-weight:800;
 font-size:32px;
 letter-spacing:.5px;
}
.schedule #heroContainer .heroVP .ctaHolder>span>span {
	margin:0 20px;
}
.schedule #heroContainer .heroVP .ctaHolder a {
	margin:0 10px;
	margin-bottom:0px;
	display:inline-block;
	border:solid 1px #fff;
	color:#FFF;
	font-family:'proxima-nova';
	font-weight: 700;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    min-width: 180px;
}
.schedule #heroContainer .heroVP .ctaHolder a:hover {
	color:#000;
}
.schedule .scheduleSection {
	padding:60px 0;
}
.schedule .scheduleSection table {
	width:100%;
}
.schedule .scheduleSection thead, .schedule .scheduleSection tbody, .schedule .scheduleSection tfoot {
	border:0px!important;
}

.schedule .scheduleSection table thead > tr {
	background-color:#f2f3f5;
}
.schedule .scheduleSection table tbody > tr:nth-child(even) {
	background-color:#f2f3f5;
}
.schedule .scheduleSection table thead > tr > td {
	font-size:20px;
	font-weight:700;

}
.schedule .scheduleSection table tbody tr {
	display:none;
}
.schedule .scheduleSection table tbody tr.active {
	display:table-row;
}
.schedule .scheduleSection table tr > td {
	width:15%;
	
	font-family:'proxima-nova';
	padding:16px 10px;
	text-align:center;
}
.schedule .scheduleSection table tr > td p {
	margin-bottom:0px;
	color:#000;
}
.schedule .scheduleSection table tr > td + td {
	width:10%;
}
.schedule .scheduleSection table tr > td + td + td {
	width:35%;
}
.schedule .scheduleSection table tr > td + td + td + td {
	width:25%;
}
.schedule .scheduleSection table tr > td + td + td + td + td {
	width:15%;
}
.schedule .scheduleSection table tr > td .button {
	max-width:100%;
	font-weight:400;
}

@media (max-width:680px) {
	.schedule #heroContainer .heroVP {
		text-align:center;
	}
	.schedule #heroContainer .heroVP .h1Holder {
		padding-bottom:10px;
	}
	.schedule #heroContainer .heroVP > div > div, .schedule #heroContainer .heroVP .ctaHolder a {
		display:block!important;
		text-align:center;
	}
	.schedule .scheduleSection {
		padding:0px!important;
	}
	.schedule .scheduleSection > .grid-container {
		padding-left:0px!important;
		padding-right:0px!important;
		width:100%!important;
	}
	.schedule .scheduleSection thead {
		display:none;
	}
	.schedule .scheduleSection table tr.active {
		padding:40px 0;
		display:block!important;
	}
	.schedule .scheduleSection table tr > td {
		width:100%!important;
		padding:5px!important;
		display:block;
	}
}

.schedule .mofuSection {
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
}
.schedule .mofuSection h4 {
	color:#FFF;
	font-weight:600;
	margin:20px 0;
}
.schedule .button {
	margin-bottom:0px;
	font-family: "proxima-nova";
}

.schedule .button {
	color:#FFF!important;
}

.button {
	font-family: "proxima-nova";
}