strong {
	font-weight: 800;
}
.bg-white {
	background-color: #fff !important;
}
h1, h2 {
	font-weight: 800;
}
.hero, .hero.image .bg-img {
	height: 350px !important;
	max-height: 450px !important;
}
.logo {
	position: relative;
	top: auto;
	left: auto;
	padding: 20px 0;
}
.logo img {
	width: 100% !important;
	max-width: 400px !important;
}
.splash {
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	/*border-radius: 0.5rem;*/
	padding: 1rem 0.5rem;
	/*margin: 0 20px;*/
	margin: 0 0 15px 0;
	text-align: center;
}
.splash h1 {
	font-size: 2rem;
}
#middle-row {
	background: #fff !important;
}
.float-promo {
	position: relative;
	padding: 15px;
	text-align: center;
}
.float-promo h2 {
	color: #db3a0b;
	font-size: 2rem;
	text-shadow: none;
	padding: 0;
	margin: 0;
}
.float-promo .body {
	text-align: left;
	padding-left: 50px;
	margin-top: 15px;
}
.float-promo .body .fa-ul li {
	margin-bottom: 8px;
}
.float-promo .body .circle {
	position: absolute;
	top: 20%;
	left: -20px;
	-moz-border-radius: 80px/80px;
	-webkit-border-radius: 80px 80px;
	border-radius: 80px/80px;
	border: solid 20px #db3a0b;
	width: 80px;
	height: 80px;
}
.quick-apply {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
}
.quick-apply .body {
	position: relative;
	border: 1px solid #db3a0b;
	padding: 20px;
}
.quick-apply .body .or {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 800;
}
.quick-apply .body .or a {
	color: #db3a0b;
	text-decoration: underline;
}
/*.quick-apply iframe {
position: relative;
width: 100%;
min-height: 530px;
width: 1px;
min-width: 100%;
*width: 100%;
}*/

.quick-apply h3 {
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	background: #fff;
	top: -5px;
	z-index: 100;
	/*margin-top: -40px;*/
	letter-spacing: 6px;
	font-size: 0.8rem;
	font-weight: 800;
	font-family: 'Oswald', sans-serif;
	color: #db3a0b;
	text-transform: uppercase;
	text-align: center;
	padding: 0 10px;
	min-width: 200px;
}
.quick-apply .quote {
	position: relative;
	font-size: 1.25rem;
	font-weight: 800;
	font-style: italic;
	padding: 25px 0;
}
.quick-apply .quote span {
	font-style: normal;
	color: #404040;
}
/*.quick-apply h3:before {
content: '';
display: inline-block;
vertical-align: middle;
background: #959595;
height: 1px;
width: 33%;
text-align: left;
left: 0;
margin-left: -158px;
margin-right: 20px;
margin-top: -3px;
}

.quick-apply h3:after {
content: '';
display: inline-block;
vertical-align: middle;
background: #959595;
height: 1px;
width: 33%;
text-align: left;
left: 0;
margin-right: -158px;
margin-left: 20px;
margin-top: -3px;
}*/

#drive-for-us h2 {
	margin: 0 auto 20px auto;
}
/*.top6 .point .circle {
position: absolute;
top: 50%;
left: -18px;
-moz-border-radius: 30px/30px;
-webkit-border-radius: 30px 30px;
border-radius: 30px/30px;
border: solid 30px #db3a0b;
width: 30px;
height: 30px;

}*/

footer {
	padding: 50px 0;
	text-align: center !important;
	font-size: 1.25rem;
}
footer div, span.tagline {
	font-weight: 800;
	width: 100%;
}
footer .legal, footer span[itemprop], footer h5 {
	font-weight: normal;
	font-size: 0.8rem;
}
footer .legal {
	margin-top: 60px;
}
footer h5 {
	padding: 0;
	margin: 0;
}
footer .button {
	margin: 30px auto;
	background: #db3a0b;
	/* Old Browsers */
	background: -webkit-radial-gradient(center, #cf6753, #db3a0b);
	/*Safari 5.1-6*/
	background: -o-radial-gradient(center, #cf6753, #db3a0b);
	/*Opera 11.1-12*/
	background: -moz-radial-gradient(center, #cf6753, #db3a0b);
	/*Fx 3.6-15*/
	background: radial-gradient(ellipse at center, #cf6753, #db3a0b);
	/*Standard*/
	font-weight: 800;
	border: 1px solid #404040;
	border-radius: 20px;
}
footer .button:hover {
	color: #424242;
	background: #cf6753;
	/* Old Browsers */
	background: -webkit-radial-gradient(center, #db3a0b, #cf6753);
	/*Safari 5.1-6*/
	background: -o-radial-gradient(center, #db3a0b, #cf6753);
	/*Opera 11.1-12*/
	background: -moz-radial-gradient(center, #db3a0b, #cf6753);
	/*Fx 3.6-15*/
	background: radial-gradient(ellipse at center, #db3a0b, #cf6753);
	/*Standard*/
}
/*--small only*/

/*--medium*/

@media print, screen and (min-width: 40em) {
	.float-promo .circle {
		position: absolute;
		top: 10%;
		left: -30px;
		-moz-border-radius: 120px/120px;
		-webkit-border-radius: 120px 120px;
		border-radius: 120px/120px;
		border: solid 30px #db3a0b;
		width: 120px;
		height: 120px;
	}
	.quick-apply {
		padding: 0 35px 0 15px;
	}
	.splash {
		padding: 1rem;
	}
	.splash h1 {
		/*font-size: 2.5rem;*/
	}
}
/*--large*/

@media print, screen and (min-width: 64em) {
	/*.hero .row {
position: static;
}*/
	.splash {
		padding: 1.5rem;
	}
	.splash h1 {
		/*font-size: 3rem;*/
	}
	/*.logo {
padding: 20px;
position: absolute;
top: 0;
left: 0;
}*/
}
body {
	background: #fff;
	overflow-x: hidden !important;
}
.main-wrapper {
	overflow-x: hidden;
}
.hero, .hero.image .bg-img {
	height: 500px !important;
	max-height: 500px !important;
}
.hero .vCenter-container .vCenter-contents {
	position: static;
	background: transparent !important;
	transform: none;
}
.hero .logo {
	z-index: 999;
	text-align: left;
	padding: 0;
	display: inline-block;
	margin-left: -15px;
}
.driver-section {
	max-width: 100%;
	overflow: hidden !important;
	margin-top: -115px !important;
	margin-bottom: 65px !important;
	background: transparent !important;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 999;
	position: relative;
}
.driver-section .driver-left, .driver-section .driver-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	z-index: 1;
}
.driver-section .driver-left h1 {
	font-size: 50px;
	font-weight: 400;
	text-shadow: none;
	line-height: 1;
	margin-bottom: 0;
	padding: 0 10px;
}
.driver-section .driver-right h2 {
	font-size: 30px;
	font-weight: 400;
	text-shadow: none;
	line-height: 1.3;
	margin-bottom: 0;
	max-width: 400px;
	width: 100%;
	padding: 0 10px;
}
.driver-section .driver-right h2 strong {
	font-weight: 700;
}
.driver-section .driver-left:before {
	content: "";
	display: inline-block;
	width: 100vw;
	height: 100%;
	background-color: #db3a0b;
	position: absolute;
	top: 0;
	right: 5px;
	-moz-transform: skewX(-35deg);
	-o-transform: skewX(-35deg);
	-ms-transform: skewX(-35deg);
	-webkit-transform: skewX(-35deg);
	transform: skewX(-35deg);
	z-index: -1;
}
.driver-section .driver-right:before {
	content: "";
	display: inline-block;
	width: 100vw;
	height: 100%;
	background-color: #a10000;
	position: absolute;
	top: 0;
	left: 5px;
	-moz-transform: skewX(-35deg);
	-o-transform: skewX(-35deg);
	-ms-transform: skewX(-35deg);
	-webkit-transform: skewX(-35deg);
	transform: skewX(-35deg);
	z-index: -1;
}
.quick-apply {
	margin-bottom: 0;
}
.quote-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.quote-column .quote {
	font-size: 1.25rem;
	font-weight: 800;
	font-style: italic;
	line-height: 1.8;
	color: #464646;
	padding: 0 20px;
	position: relative;
}
.quote-column .quote span {
	display: block;
	color: #DB3A0B;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 15px;
}
.apply-form {
	margin-bottom: 55px;
}
.main-content-section {
	position: relative;
	z-index: 9999;
}
/*
.main-content-section:before {
	content: "";
	width: 100%;
	height: 80%;
	background-size: cover;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
	/*opacity: 0.2;*/
}
@media only screen and (min-width: 768px) {
.no-webp .main-content-section:before {
    background: url("../images/map.png") no-repeat;
    content: "";
	width: 100%;
	height: 80%;
	background-size: cover;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
        }
.webp .main-content-section:before {
    background: url("../images/map.webp") no-repeat;
    content: "";
	width: 100%;
	height: 80%;
	background-size: cover;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
        }
}
@media only screen and (max-width: 767px) {
.no-webp .main-content-section:before {
    background: url("../images/map-sq.png") no-repeat;
    content: "";
	width: 100%;
	height: 80%;
	background-size: cover;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
        }
.webp .main-content-section:before {
    background: url("../images/map-sq.webp") no-repeat;
    content: "";
	width: 100%;
	height: 80%;
	background-size: cover;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
        }
}
.main-content-section:after {
	content: "";
	width: 100%;
	height: 30%;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 57%;
	z-index: 10;
	background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000', GradientType=1);
	z-index: -1;
}
.main-content-section #middle-row {
	background: transparent !important;
}
.apply-quote {
	margin-bottom: 70px;
}
.apply-quote .quick-apply {
	padding: 0 15px;
}
.apply-quote .splash {
	text-align: left;
	background: transparent !important;
	padding: 0;
}
.apply-quote h2 {
	text-shadow: none;
	font-size: 36px;
	font-weight: 400;
	color: #DB3A0B;
	margin-bottom: 12px;
}
.apply-quote h2 strong {
	font-weight: 800;
}
.apply-quote p {
	font-size: 20px;
	color: #231f20;
}
.apply-quote .float-promo {
	padding: 0 0 0 40px;
	text-align: left;
}
.apply-quote .float-promo .body {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.apply-quote .float-promo .fa-ul {
	width: 50%;
	float: left;
	margin-bottom: 0;
	margin-left: 33px;
}
.apply-quote .float-promo .fa-ul li {
	font-size: 20px;
	color: #231f20;
	margin-bottom: 5px;
	position: relative;
	line-height: 1.3;
	margin-bottom: 15px;
}
.apply-quote .float-promo .fa-ul li:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/plus.svg) no-repeat;
	position: absolute;
	top: 5px;
	left: -27px;
}
.apply-quote .float-promo .fa-ul li span {
	font-size: 14px;
	font-style: italic;
}
#drive-for-us {
	background: rgba(0, 0, 0, 0.8);
	padding-bottom: 50px;
	/*overflow-x: hidden;*/
}
#drive-for-us .column {
	margin-bottom: 20px;
	padding: 0 10px;
}
#drive-for-us .column .point {
	background: url(../images/back.png) no-repeat !important;
	border: none;
	background-position: calc(100% - -20px) !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
	height: 100%;
	position: relative;
	padding: 15px 30px 15px 30px;
	min-height: 220px;
}
#drive-for-us .column .point:before {
	content: "";
	height: 100%;
	border-left: 12px solid #ff6e3c;
	position: absolute;
	top: 0;
	left: 0;
}
#drive-for-us .column .point.dark-orange:before {
	border-left: 12px solid #db3a0b;
}
#drive-for-us .column .point.red:before {
	border-left: 12px solid #a10000;
}
#drive-for-us .column .point h4 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	padding: 0;
	margin-bottom: 10px;
}
#drive-for-us .column .point p {
	color: #fff;
	margin-bottom: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 22px;
}
#drive-for-us h2 {
	overflow: visible !important;
	margin: -40px 0 70px 0 !important;
	position: relative;
	z-index: 99;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 36px;
	text-shadow: none;
}
#drive-for-us h2:before {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #ff6e3c;
	position: absolute;
	top: 0;
	left: -10px;
	-moz-transform: translateX(-100%) skewX(-35deg);
	-o-transform: translateX(-100%) skewX(-35deg);
	-ms-transform: translateX(-100%) skewX(-35deg);
	-webkit-transform: translateX(-100%) skewX(-35deg);
	transform: translateX(-100%) skewX(-35deg);
}
#drive-for-us h2:after {
	content: "";
	width: 100vw;
	height: 100%;
	background: #a10000;
	position: absolute;
	top: 0;
	right: -10px;
	-moz-transform: translateX(100%) skewX(-35deg);
	-o-transform: translateX(100%) skewX(-35deg);
	-ms-transform: translateX(100%) skewX(-35deg);
	-webkit-transform: translateX(100%) skewX(-35deg);
	transform: translateX(100%) skewX(-35deg);
}
#drive-for-us h2 span {
	padding: 0px 20px !important;
	line-height: normal !important;
	min-width: 460px !important;
	display: block;
	text-align: center;
	line-height: 1.8 !important;
	padding: 0 30px !important;
}
#drive-for-us h2 span:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #db3a0b;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transform: skewX(-35deg);
	-moz-transform: skewX(-35deg);
	-ms-transform: skewX(-35deg);
	-o-transform: skewX(-35deg);
	transform: skewX(-35deg);
}
.apply-app-section {
	padding: 80px 0;
	background: #fff;
	position: relative;
	z-index: 1;
}
.webp .apply-app-section:before {
	content: "";
	width: 50%;
	height: 100%;
	background: url("../images/app-bg.webp") no-repeat;
	/*background-position: right top;*/
	background-position: right center;
	/*background-size: contain;*/
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.no-webp .apply-app-section:before {
	content: "";
	width: 50%;
	height: 100%;
	background: url("../images/app-bg.png") no-repeat;
	/*background-position: right top;*/
	background-position: right center;
	/*background-size: contain;*/
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.apply-app-section:after {
	content: "";
	width: 95%;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000', GradientType=1);
	z-index: -1;
}
.apply-app-section .tagline {
	text-shadow: none !important;
	font-size: 36px !important;
	font-weight: 400 !important;
	color: #DB3A0B !important;
	margin-bottom: 12px !important;
	line-height: 1.2 !important;
	display: inline-block;
	margin-bottom: 25px !important;
}
.apply-app-section .apply-now a {
	font-size: 18px;
	font-weight: 400;
	padding: 13px 29px;
	line-height: 17px;
	background: #db3a0b;
	text-transform: uppercase;
	color: #ffffff;
	transition: all .2s;
	border: 2px solid #ffffff;
	border-radius: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.apply-app-section .apply-now a:hover {
	background: #fff;
	color: #db3a0b;
	border-color: #db3a0b;
}
footer {
	padding: 57px 0 !important;
}
footer .legal {
	margin-top: 0;
}
.footer-logo {
	margin-bottom: 25px;
}
.footer-left {
	text-align: left;
}
.footer-right {
	text-align: left;
}
footer {
	overflow-y: hidden;
}
footer .footer-left h4 {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 11px 15px !important;
	margin: 0;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 22px;
	color: #fff;
	position: relative;
	font-family: 'Oswald';
	font-weight: 400;
	text-transform: uppercase;
}
footer .footer-left h4:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #db3a0b;
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	transform: skewX(-22deg);
	z-index: -1;
}
footer .footer-left p {
	margin: 18px 0;
	line-height: 1.4;
}
footer .footer-left p, footer .footer-left p span {
	font-size: 18px !important;
}
footer .footer-widget {
	margin-bottom: 30px;
}
footer .footer-widget ul {
	padding: 0;
	margin: 18px 0;
}
footer .footer-widget ul li {
	font-size: 18px !important;
	font-weight: 400;
	line-height: 1.4;
}
.footer-right .row {
	background: #404040;
	padding: 15px 30px 100px 30px;
}
.footer-right h4 {
	padding-left: 55px;
	margin-bottom: 20px !important;
	font-size: 22px;
	color: #fff;
	font-family: 'Oswald';
	font-weight: 400;
	text-transform: uppercase;
}
.footer-right {
	position: relative;
	z-index: 1;
}
.footer-right:after {
	content: "";
	position: absolute;
	top: -60px;
	left: 77px;
	width: 280px;
	height: 200%;
	background: #db3a0b;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: skewX(-33deg);
	-ms-transform: skewX(-33deg);
	transform: skewX(-33deg);
	z-index: -1;
}
.footer-right h5 {
	font-size: 17px;
	/*font-family: 'Oswald', sans-serif;*/
	font-weight: 700;
	color: #ff6e3c !important;
}
.terminal-address {
	margin-bottom: 27px;
}
footer .footer-right p {
	/*margin: 0 0 18px 0;*/
	line-height: 1.4;
}
footer .footer-right p, footer .footer-right p span {
	font-size: 18px !important;
}
/*footer .footer-right p span{
    display: block;
}*/

footer .social-media {
	padding-left: 15px;
	margin: 0;
	list-style: none;
	margin-top: 10px;
}
footer .social-media li {
	display: inline-block;
	margin-right: 10px;
}
footer .social-media a {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 32px;
	border: 2px solid #ff6e3c;
	font-size: 20px;
	color: #ff6e3c;
	background: transparent;
	border-radius: 50%;
	text-align: center;
}
.footer-right span[itemprop="telephone"], .footer-right span[itemprop="faxNumber"] {
	display: block;
}
.driver-service-section {
	padding: 0 20px;
}
@media only screen and (max-width: 1300px) {
	.driver-section .driver-left, .driver-section .driver-right {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.driver-section {
		margin-top: -105px !important;
	}
}
@media only screen and (max-width: 1199px) {
	.driver-section .driver-left h1 {
		font-size: 40px;
	}
	.driver-section .driver-right h2 {
		font-size: 24px;
		max-width: 350px;
	}
	.driver-section {
		margin-top: -90px !important;
	}
}
@media only screen and (max-width: 1023px) {
	.quick-apply {
		padding-right: 15px;
		margin-bottom: 20px;
	}
	.apply-form {
		margin-bottom: 0;
	}
	.apply-quote .float-promo {
		padding-left: 0;
	}
	.footer-right:after {
		display: none;
	}
	.footer-left, .footer-right {
		text-align: center;
	}
	footer .footer-right h4 {
		display: inline-block;
		position: relative;
		padding: 11px 15px !important;
		margin: 0;
		line-height: 1;
		letter-spacing: 1px;
		font-size: 22px;
		color: #fff;
		position: relative;
		font-family: 'Oswald';
		font-weight: 400;
		text-transform: uppercase;
	}
	footer .footer-right h4:after {
		content: "";
		width: 100%;
		height: 100%;
		background: #db3a0b;
		position: absolute;
		top: 0;
		left: 0;
		-ms-transform: skewX(-22deg);
		-webkit-transform: skewX(-22deg);
		transform: skewX(-22deg);
		z-index: -1;
	}
	.footer-right .row {
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 980px) {
	.driver-section .driver-left h1 {
		font-size: 32px;
	}
	.driver-section .driver-right h2 {
		font-size: 20px;
		max-width: 290px;
	}
	.driver-section {
		margin-top: -80px !important;
	}
}
@media only screen and (max-width: 800px) {
	.driver-section .driver-left h1 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767px) {
	.driver-section {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.driver-section .driver-left, .driver-section .driver-right {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.driver-section .driver-left {
		margin-bottom: 20px;
	}
	.driver-section .driver-left:before, .driver-section .driver-right:before {
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.driver-section .driver-left:before {
		right: 0;
		width: 100%;
	}
	.driver-section .driver-right:before {
		left: 0;
		width: 100%;
	}
	.driver-section .driver-right h2 {
		font-size: 20px;
		max-width: none;
	}
	.driver-section {
		padding: 0 35px;
	}
	.hero, .hero.image .bg-img {
		height: 400px !important;
		max-height: 500px !important;
	}
	#drive-for-us h2 {
		margin: 0 0 30px 0 !important;
	}
	#drive-for-us h2:before, #drive-for-us h2:after {
		display: none;
	}
	#drive-for-us h2 span {
		padding: 10px 15px !important;
		line-height: 1.2 !important;
	}
	#drive-for-us h2 span:before {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.heading-section {
		padding: 0 30px;
	}
	#drive-for-us h2 {
		font-size: 25px;
	}
	#drive-for-us h2 span {
		min-width: auto !important;
	}
	.apply-app-section .tagline {
		font-size: 28px !important;
	}
	.apply-app {
		padding: 0 20px;
	}
	.apply-quote {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 639px) {
	.quick-apply {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.driver-section {
		padding: 0 20px;
	}
	#drive-for-us .column {
		padding: 0;
	}
	#drive-for-us .column .point {
		min-height: auto;
	}
	.heading-section {
		padding: 0 20px;
	}
	.apply-form form>div.row:nth-child(5) {
		border: 1px soldid red;
	}
	.apply-form form>div.row:nth-child(5) .columns.small-5, .apply-form form>div.row:nth-child(5) .columns.small-2 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.logo {
		max-width: 300px;
	}
	.hero, .hero.image .bg-img {
		height: 350px !important;
	}
	.apply-quote h2 {
		font-size: 30px;
	}
	.apply-quote .float-promo .fa-ul {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.apply-quote .float-promo .fa-ul li {
		padding-left: 33px;
	}
	.apply-quote .float-promo .fa-ul li:before {
		left: 0;
	}
	.apply-quote .float-promo .body {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.driver-section .driver-left h1 {
		font-size: 24px;
	}
	.driver-section .driver-right h2 {
		font-size: 18px;
		max-width: none;
		line-height: 1.2;
	}
	.quote-column .quote {
		font-size: 1.15rem;
	}
	.apply-quote h2 {
		font-size: 26px;
	}
	.apply-quote p, .apply-quote .float-promo .fa-ul li {
		font-size: 18px;
	}
	#drive-for-us .column .point p {
		font-size: 20px;
	}
}
/* Webp Optimizing Code */
    .no-webp .header-slide {
  background-image: url("../images/slide1.jpg");
}

.webp .header-slide{
  background-image: url("../images/slide1.webp");
}
@media only screen and (min-width: 768px) {
.no-webp .main-content-section:before {
    background: url("../images/map.png") no-repeat;
    content: "";
	width: 100%;
	height: 80%;
	background-size: cover;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
        }
.webp .main-content-section:before {
    background: url("../images/map.webp") no-repeat;
    content: "";
	width: 100%;
	height: 80%;
	background-size: cover;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
        }
}
@media only screen and (max-width: 767px) {
.no-webp .main-content-section:before {
    background: url("../images/map-sq.png") no-repeat;
    content: "";
	width: 100%;
	height: 80%;
	background-size: cover;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
        }
.webp .main-content-section:before {
    background: url("../images/map-sq.webp") no-repeat;
    content: "";
	width: 100%;
	height: 80%;
	background-size: cover;
	background-position: bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
        }
}
        .webp .apply-app-section:before {
	content: "";
	width: 50%;
	height: 100%;
	background: url("../images/app-bg.webp") no-repeat;
	/*background-position: right top;*/
	background-position: right center;
	/*background-size: contain;*/
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.no-webp .apply-app-section:before {
	content: "";
	width: 50%;
	height: 100%;
	background: url("../images/app-bg.png") no-repeat;
	/*background-position: right top;*/
	background-position: right center;
	/*background-size: contain;*/
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
/* /Webp Optimizing Code */