@charset "UTF-8";

/*-- Reset --*/

* {
	padding:0;
	margin:0;
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* > :last-child {
	margin-bottom:0;
}

img {
	width:100%;
	max-width:none;
	height:auto;
	display:block;
}

.clearfix::after {
	content:"";
	clear:both;
	display:table;
}

.nowrap {
	white-space:nowrap;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt,
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav,
object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var, a img {
    background:transparent;
	border:0 none;
	outline:none;
	vertical-align:baseline;
	padding:0;
	margin:0;
}


/*-- General --*/

html {
	background:#fff;
	max-width:100%;
	max-height:100%;
	overflow-x:hidden;
}

body {
	background:#fff;
	max-width:100%;
	max-height:100%;
	overflow-x:hidden;
	text-rendering:optimizeLegibility;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

h1 {
	font:900 76px/78px "Open Sans", sans-serif;
	text-transform:uppercase;
	color:#231f20;
	margin:0 auto 30px;
}

h2 {
	font:900 56px/58px "Open Sans", sans-serif;
	text-transform:uppercase;
	color:#231f20;
	margin:0 auto 30px;
}

h3 {
	font:900 36px/38px "Open Sans", sans-serif;
	text-transform:uppercase;
	color:#231f20;
	margin:0 auto 30px;
}

h4 {
	font:900 26px/26px "Open Sans", sans-serif;
	text-transform:uppercase;
	color:#231f20;
	margin:0 auto 15px;
}

h5 {
	font:900 15px/15px "Open Sans", sans-serif;
	color:#fff;
	text-transform:uppercase;
	margin:0 auto 15px;
}

p {
	font:400 16px/26px "Open Sans", sans-serif;
	color:#656262;
	margin:0 auto 30px;
}

p.bold,
span.bold {
	font-weight:700;
	color:#231f20;
}

p.number {
	background:#e74124;
	color:#fff !important;
	width:36px;
	height:36px;
	border-radius:36px;
	padding:5px 0 0;
	margin:0 auto 15px;
}

p.large {
	font:600 22px/28px "Open Sans", sans-serif;
	color:#231f20;
}

ul {
	list-style:none;
	margin:0 auto 30px;
}

ul li {
	font:400 16px/26px "Open Sans", sans-serif;
	color:#231f20;
	background:url("../img/bullet.png") top 6px left no-repeat;
	background-size:12px auto;
	padding:0 0 0 25px;
	margin:0 auto 20px;
}

ul.large li {
	font:600 22px/32px "Open Sans", sans-serif;
	color:#231f20;
	background:url("../img/bulletlogo.png") top 0 left no-repeat;
	background-size:28px auto;
	padding:2px 0 2px 40px;
	margin:0 auto 18px;
}

ol {
	margin:0 auto 30px 20px;
}

ol li {
	font:400 16px/26px "Open Sans", sans-serif;
	color:#231f20;
	margin:0 auto 20px;
}

a {
	font-weight:500;
	text-decoration:none;
	color:#e74124;
	transition:all 0.2s ease;
}

a:hover {
	color:#231f20;
}

a.button {
	font:900 14px/14px "Open Sans", sans-serif;
	letter-spacing:0.04em;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background:#e74124;
	border-radius:4px;
	padding:25px 50px 24px;
	display:inline-block;
	transition:all 0.4s ease;
}

a.button:hover {
	color:#fff;
	background:#231f20;
}

a.button.black {
	background:#231f20;
}

a.button.black:hover {
	background:#e74124;
}

a.button.play {
	padding-top:22px;
}

a.button.play:before {
	content:"";
	width:14px;
	height:15px;
	background:url("../img/icon-play.svg") no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
	margin:0 12px 0 0;
}

a.link {
	font:900 14px/14px "Open Sans", sans-serif;
	letter-spacing:0.04em;
	text-transform:uppercase;
	text-decoration:none;
}

a.link::after {
	content:"";
	background:url("../img/icon_arrow-red.svg") 0 0 no-repeat;
	background-size:14px;
	width:14px;
	height:14px;
	margin:0 0 0 5px;
	display:inline-block;
	position:relative;
	top:2px;
	transition:all 0.3s ease;
}

a.link:hover::after {
	background:url("../img/icon_arrow-black.svg") 0 0 no-repeat;
	margin:0 0 0 10px;
}

hr {
	background:#f4f4f4;
	border:0;
	width:100%;
	height:2px;
}

section {
	position:relative;
}

.container {
	max-width:1350px;
	width:100%;
	padding:80px 5%;
	margin:0 auto;
}

.copycenter {
	text-align:center;
}

.cols {
	width:100%;
	margin:0 auto 60px;
	display:flex;
}

.cols:last-child {
	margin:0;
}

.col2 {
	width:50%;
	padding:0 3%;
}

.col3 {
	width:33.33%;
	padding:0 3%;
	float:left;
}

.col4 {
	width:25%;
	padding:0 15px;
}

.cols .colbtn:first-child {
	padding:3px !important;
}

.cols .colbtn:last-child {
	padding:3px 3px 3px 0 !important;
}

.colbtn a {
	background:#e74124;
	display:block;
	padding:25px 3% 30px;
	transition:all 0.3s ease;
	border-radius:4px;
}

.colbtn a:hover {
	background:#1e1a1b;
}

.colbtn a h4 {
	color:#fff;
	font-size:18px;
	line-height:18px;
	letter-spacing:0.07em;
	margin:0;
}

.colbtn a h4::after {
	content:"";
	background:url("../img/icon_arrow.svg") 0 0 no-repeat;
	background-size:16px;
	width:16px;
	height:16px;
	margin:0 0 0 5px;
	display:inline-block;
	position:relative;
	top:2px;
	right:-5px;
	transition:all 0.3s ease;
}

.colbtn a:hover h4::after {
	margin:0 0 0 10px;
}

.colcenter {
	width:900px;
	margin:0 auto;
}

.colcenter .cols {
	text-align:left;
	margin:50px 0 60px;
}

.colscenter {
	padding:0 18%;
}

.colscenter .col3 {
	width:50%;
}

.colscenter .col3:nth-child(2) {
	padding:0 0 0 4%;
}

.bg_grey {
	background:#f4f4f4;
}

.bg_black {
	background:#1e1a1b;
}

.bg_black h2 {
	color:#fff;
}

.bg_black h4 {
	color:#e74124;
	transition:all 0.2s ease;
}

.bg_black a h4:hover {
	color:#fff;
}

.bg_red {
	background:#e74124;
}

.bg_red h1,
.bg_red h2,
.bg_red h3,
.bg_red h4,
.bg_red h5,
.bg_red p,
.bg_red ul li {
	color:#fff;
}

.bg_red a.button {
	color:#e74124;
	background:#fff;
}

.bg_red a.button:hover {
	color:#fff;
	background:#231f20;
}

.curve {
	width:3000px;
	height:auto;
	position:absolute;
	top:-195px;
	left:50%;
	pointer-events:none;
	transform:translateX(-50%);
}

.overlay {
	background:rgba(35, 31, 32, 0.4);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#preloader {
	background:#f5f5f5;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:998;
}

.no-margin-bottom {
	margin-bottom:0 !important;
}

.no-padding-top {
	padding-top:0;
}


/*-- Navigation --*/

nav {
	background:#fff;
	width:100%;
	height:90px;
	position:fixed;
	z-index:999;
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
}

nav a#fuelfox-logo {
	width:210px;
	height:auto;
	position:absolute;
	top:6px;
	left:25px;
}

nav a#fuelfox-logo img {
	width:100%;
	height:auto;
}

nav ul {
	list-style:none;
	margin:0;
	position:absolute;
	top:33px;
	right:25px;
	display:flex;
	flex-wrap:wrap;
}

nav ul li {
	background:none;
	position:relative;
	padding:0;
	margin:0 0 0 50px;
}

nav ul li:last-child {
	margin:0 0 0 10px;
}

nav ul li a {
	font:700 14px/14px "Open Sans", sans-serif;
	letter-spacing:0.04em;
	color:#231f20;
	text-transform:uppercase;
	transition:all 0.2s ease;
	padding:0 0 40px 0;
}

nav ul li a:hover {
	color:#e74124;
}


/* Dropdown */

nav ul ul {
	width:280px;
	background:#fff;
	display:none;
	position:absolute;
	top:57px;
	left:-25px;
    -webkit-box-shadow: 0 8px 8px -4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 8px 8px -4px rgb(0 0 0 / 15%);
    box-shadow: 0 8px 8px -4px rgb(0 0 0 / 15%);
	padding:0 25px 25px 25px;
	margin:0 0 0 0;
	z-index:2;
}

nav ul ul li {
	display:block;
	padding:0;
	margin:0;
}

nav ul ul li:last-child {
	margin:0;
}

nav ul ul a {
	font:700 16px/20px "Open Sans", sans-serif;
	letter-spacing:0.0;
	text-transform:none;
	color:#231f20;
	display:block;
	padding:0 0 16px 0;
}

nav ul ul li:last-child a {
	padding:0;
}

nav ul li:hover > ul {
	display:block;
	z-index:999;
}


nav ul li a.button {
	font:900 12px/12px "Open Sans", sans-serif;
	text-align:center;
	color:#fff !important;
	padding:15px 20px 14px;
	min-width:160px;
	position:relative;
	top:-10px;
}

nav ul li:last-child a.button {
	background:#231f20 !important;
}

nav #mobile_nav {
	width:36px;
	height:29px;
	position:absolute;
	top:31px;
	right:25px;
	display:none;
	cursor:pointer;
}

nav #mobile_nav .line {
	background:#231f20;
	width:100%;
	height:4px;
	border-radius:2px;
	margin:0 auto 8px;
}

nav #mobile_nav .line:last-child {
	margin:0;
}

nav #mobile_nav_close {
	width:42px;
	height:29px;
	position:absolute;
	top:31px;
	right:25px;
	display:none;
	cursor:pointer;
}

nav #mobile_nav_close .line {
	background:#231f20;
	width:100%;
	height:5px;
	border-radius:3px;
}

nav #mobile_nav_close .line:nth-child(1) {
	position:relative;
	top:10px;
	left:3px;
	transform:rotate(45deg);
}

nav #mobile_nav_close .line:nth-child(2) {
	position:relative;
	top:5px;
	left:3px;
	transform:rotate(-45deg);
}

#floaty-buttons a {
	font:900 13px/13px "Open Sans", sans-serif;
	letter-spacing:0.03em;
	color:#fff !important;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	background:#e74124;
	border:1px solid #fff;
	border-radius:4px;
	padding:20px 20px 19px;
	z-index:990;
	transition:all 0.4s ease;
}

#floaty-buttons a:hover {
	background:#231f20;
}

#floaty-buttons a:nth-child(1) {
	position:fixed;
	bottom:10px;
	left:10px;
}

#floaty-buttons a:nth-child(2) {
	position:fixed;
	bottom:10px;
	right:10px;
}


/*-- Testimonials --*/

#testimonials {
	background:#231f20;
	padding:0;
	z-index:900;
}

#testimonials h3 {
	color:#fff;
	text-align:center;
}

#testimonials h3 span {
	color:#e74124;
}

#testimonials h4 {
	color:#fff;
}

#testimonials p {
	color:rgba(255, 255, 255, 0.9);
}

#testimonials .container {
	padding-top:60px;
	padding-bottom:40px;
}

#testimonials .flexslider {
	background:none !important;
	border:0 !important;
	border-radius:0 !important;
	width:100%;
	height:100%;
	margin:0 0 30px !important;
}

#testimonials .flexslider ul {
	width:100%;
	height:auto;
	margin:0;
	display:inline-block;
}

#testimonials .flexslider ul li {
	background:none;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#testimonials .flexslider ul li p:last-child {
	font-style:italic;
	color:rgba(255, 255, 255, 0.4);
}

#testimonials .flex-control-nav li {
	background:none;
	list-style:none;
	padding:0;
	margin:25px 0 0;
	display:inline-block;
}

#testimonials .flex-control-nav li a {
	background:rgba(255, 255, 255, 0.2);
	width:10px;
	height:10px;
	border-radius:10px;
	margin:0 6px;
	display:inline-block;
	text-indent:-999999px;
}

#testimonials .flex-control-nav li a.flex-active {
	background:rgba(255, 255, 255, 0.9);
}


/*-- Footer --*/

footer {
	background:#1e1a1b;
	width:100%;
	height:auto;
	padding:30px 5% 20px;
}

footer p {
	font:400 14px/14px "Open Sans", sans-serif;
	color:rgba(255, 255, 255, 0.25);
	display:inline-block;
	margin:0 15px 0 0;
}

footer p a {
	color:rgba(255, 255, 255, 0.25) !important;
}

footer ul {
	float:right;
	margin:0;
}

footer ul li {
	background:none;
	padding:0;
	margin:0 auto 0 20px;
	display:inline-block;
}

footer ul li img {
	width:16px;
	height:auto;
	opacity:0.25;
	top:0 !important;
    transform:translateY(0) !important;
	transition:all 0.2s ease;
}

footer ul li img:hover {
	opacity:1;
}

footer .col2:nth-child(1) {
	width:70%;
	padding:0;
}

footer .col2:nth-child(2) {
	width:30%;
	padding:0;
}


/*-- Home Header --*/

header {
	margin:90px 0 0;
}

header#home-header {
	background:url("../img/home_bg.jpg") no-repeat bottom center / cover;
	width:100%;
	height:440px;
	position:relative;
	z-index:800;
}

header#home-header h1 {
	color:#fff;
}

header#home-header .container {
	text-align:center;
	width:100%;
	height:auto;
	padding:0;
	position:absolute;
	top:50%;
	left:50%;
	z-index:4;
	opacity:0;
	transform:translate(-50%, -240%);
	animation:fadein 1s ease 1.5s forwards;
}

header#home-header img.truck {
	width:1350px;
	height:auto;
	position:absolute;
	bottom:-100px;
	left:145%;
	z-index:5;
	transform:translateX(-50%);
	animation:truck_fadein 2.5s ease forwards;
	animation-delay:0.5s;
}

header#home-header img.fleet {
	width:900px;
	height:auto;
	position:absolute;
	bottom:-105px;
	left:19%;
	opacity:0;
	z-index:4;
	transform:translateX(-50%);
	animation:fleet_fadein 2s ease-out forwards;
	animation-delay:0.5s;
}


/*-- Home Sections --*/

#numbers {
	padding-top:70px;
}

#numbers h1 span {
	font:900 32px/34px "Open Sans", sans-serif;
	position:relative;
	top:-25px;
}

#numbers .divider {
	font-weight:500;
	color:rgba(0, 0, 0, 0.1);
	position:relative;
	top:-4px;
}

#numbers h2 {
	font-size:45px;
	line-height:50px;
	color:#e74124;
	margin:0 auto 10px;
}

#numbers .col3:nth-child(2) {
	border-left:2px solid rgba(0, 0, 0, 0.1);
	border-right:2px solid rgba(0, 0, 0, 0.1);


}

#numbers .cols {
	margin-bottom:40px;
}

#content .col3 a.photo {
	width:90%;
	height:1px;
	padding:90% 0 0;
	border-radius:50%;
	margin:0 auto 30px;
	position:relative;
	overflow:hidden;
	display:block;
}

#content .col3 a.photo img {
	width:100%;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

#companies {
	text-align:center;
}

#companies .container {
	width:100%;
	max-width:1400px;
}

#companies ul li {
	background:none;
	width:18%;
	height:auto;
	margin:0;
	padding:5% 0 0;
	display:inline-block;
}

#companies ul li img {
	width:65%;
	height:auto;
	position:relative;
	top:50%;
	left:50%;
	opacity:0.5;
	transform:translate(-50%, -50%);
	transition:all 0.4s ease;
}

#companies ul li img:hover {
	opacity:1;
}


/*-- Subpage Header --*/

header#subpage-header {
	background:#231f20;
	width:100%;
	height:auto;
	position:relative;
	z-index:800;
	border-bottom:10px solid #e74124;
}

header#subpage-header h1 {
	color:#fff;
}

header#subpage-header .container {
	text-align:center;
	width:100%;
	height:auto;
	padding:60px 0;
	z-index:4;
	opacity:0;
	position:relative;
	z-index:5;
	animation:fadein 0.5s ease-out forwards;
}

header#subpage-header.benefits {
	background:url("../img/header_benefits.jpg") no-repeat center center / cover;
}

header#subpage-header.safety {
	background:url("../img/header_safety.jpg") no-repeat center center / cover;
}

header#subpage-header.contact {
	background:url("../img/header_contact.jpg") no-repeat center center / cover;
}

header#subpage-header.press {
	background:url("../img/header_press.jpg") no-repeat center center / cover;
}


/*-- Benefits Header --*/

#benefits-header {
	background:url("../img/home_bg.jpg") no-repeat bottom center / cover;
	width:100%;
	height:auto;
	position:relative;
	z-index:800;
}

#benefits-header h1 {
	color:#fff;
}

#benefits-header .container {
	text-align:center;
	width:100%;
	height:auto;
	padding:60px 0 0;
	margin:0 auto 50px;
	z-index:4;
	opacity:0;
	animation:fadein 1s ease forwards;
}

#benefits-header img.truck {
	width:95%;
	height:auto;
	position:relative;
	left:50%;
	bottom:-50px;
	transform:translateX(-50%);
	z-index:5;
}


/*-- Subpage Content --*/

header#subpage-header.contact .col2:nth-child(1) {
	text-align:right;
}

#trucks {
	padding:60px 5%;
}

#trucks h4 {
	color:#fff;
	background:#1e1a1b;
	margin:0;
	padding:15px 30px;
}

#trucks ul {
	background:#e74124;
	padding:30px;
}

#trucks ul li {
	background:url("../img/bulletblack.png") top 6px left no-repeat;
	background-size:12px auto;
	font-weight:600;
	color:#fff;
}

#trucks .col3 {
	background:#e74124;
	border:2px solid #f4f4f4;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	overflow:hidden;
	transition:all 0.4s ease;
}

#trucks .col3:nth-child(1) {
	padding:0;
	margin:0 2% 0 0;
}

#trucks .col3:nth-child(2) {
	padding:0;
	margin:0 1%;
}

#trucks .col3:nth-child(3) {
	padding:0;
	margin:0 auto 0 2%;
}

#trucks .col3 img {
	width:100%;
	height:auto;
	margin:0 auto;
}

#trucks .col3:hover {
	scale:1.025;
}

#benefitslist {
	padding:60px 5%;
}

#benefitslist .cols {
	justify-content:center;
}

#benefitslist img {
	width:70px;
	height:auto;
	margin:0 auto 15px;
}

#terms {
	padding:80px 0 0 0;
}

#team .container {
	display:flex;
	flex:no-wrap;
	text-align:center;
	justify-content:center;
}

#team img {
	width:90%;
	border-radius:500px;
	margin:0 auto 20px;
}

#team h4 {
	margin:0 auto 10px;
}

#team p {
	margin:0;
}

.offices img {
	width:90%;
	border-radius:500px;
	margin:0 auto 20px;
}

.offices h4 {
	margin:0 auto 10px;
}

.offices p {
	margin:0;
}

.offices hr {
	background:#bdbcbd;
	border:0;
	width:100%;
	height:2px;
	margin:40px 0;
}

.offices .col2:nth-child(1) {
	width:60%;
}

.offices .col2:nth-child(2) {
	width:40%;
}

.video {
	height:0;
	padding:0 0 56.25%;
	position:relative;
}

.video iframe {
	width:100%;
	max-width:none;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.vimeo-video iframe {
	border-radius:20px;
}


/*-- Animations --*/

@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

@keyframes truck_fadein {
	from {
		bottom:-100px;
		left:145%;
	}
	to {
		bottom:-90px;
		left:97%;
	}
}

@keyframes fleet_fadein {
	from {
		left:18%;
		opacity:0;
	}
	to {
		left:19%;
		opacity:1;
	}
}

@keyframes popup {
	from {
		top:30px;
	}
	to {
		top:90px;
	}
}


/*-- Contact Form --*/

.jotform-form li {
	padding: 0;
	background: none;
	margin: 0;
}

.jotform-form label {
	font:400 16px/26px "Open Sans", sans-serif;
	letter-spacing:-0.01em;
	color:#656262;
}

.form-required {
	color: #dd0000;
}

.jotform-form input,
.jotform-form select,
.jotform-form textarea {
	font:400 16px/26px "Open Sans", sans-serif;
	letter-spacing:-0.01em;
	color:#656262;
	background:#fff;
	width:100% !important;
	padding:10px 15px;
	margin:0 0 25px;
	border:1px solid #dcdcdc;
	border-radius:4px;
	box-shadow:none;
}

.submit-button {
	font:900 14px/14px "Open Sans", sans-serif;
	letter-spacing:0.04em;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background:#e74124;
	border:0;
	border-radius:4px;
	padding:25px 50px 24px;
	display:inline-block;
	cursor:pointer;
	transition:all 0.4s ease;
}

.submit-button:hover {
	color:#fff;
	background:#231f20;
}

#jqueryform-9b6be3 label {
	font:400 16px/26px "Open Sans", sans-serif;
	letter-spacing:-0.01em;
	color:#656262;
}

#jqueryform-9b6be3 input,
#jqueryform-9b6be3 textarea {
	font:400 16px/26px "Open Sans", sans-serif;
	letter-spacing:-0.01em;
	color:#656262;
	background:#fff;
	width:100%;
	padding:10px 15px;
	margin:0 auto 25px;
	border:0;
	border-radius:4px;
	box-shadow:none;
}

#jqueryform-9b6be3 .btn {
	font:900 14px/14px "Open Sans", sans-serif;
	letter-spacing:0.04em;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background:#e74124;
	border:0;
	border-radius:4px;
	padding:25px 50px 24px;
	display:inline-block;
	cursor:pointer;
	transition:all 0.4s ease;
}

#jqueryform-9b6be3 .btn:hover {
	color:#fff;
	background:#231f20;
}

div.thumbnail{
  position: relative;
  text-align: center;
}

div.thumbnail.selected p{
  color: #ffffff;
}

div.thumbnail .glyphicon-ok-circle{
  position: absolute;
  top: 16px;
  left: 16px;
  color: #ffffff;
  font-size: 32px;
}

.jf-copyright{color: #888888; display: inline-block; margin: 16px;display:none;}

.form-group.required .control-label:after {
    color: #dd0000;
    content: "*";
    margin-left: 6px;
}

.submit .btn.disabled, .submit .btn[disabled]{
  background: transparent;
  opacity: 0.75;
}

/* for image option with span text */
.checkbox label > span, .radio label > span{
  display: block;
}

.form-group.inline .control-label,
.form-group.col-1 .control-label,
.form-group.col-2 .control-label,
.form-group.col-3 .control-label
{
  display: block;
}

.form-group.inline div.radio,
.form-group.inline div.checkbox{
  display: inline-block;
}

.form-group.col-1 div.radio,
.form-group.col-1 div.checkbox{
  display: block;
}

.form-group.col-2 div.radio,
.form-group.col-2 div.checkbox{
  display: inline-flex;
  width: 48%;
}

.form-group.col-3 div.radio,
.form-group.col-3 div.checkbox{
  display: inline-flex;
  width: 30%;
}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.input-group-addon {
	display:none;
}

.input-group {
	width:100%;
}


.bg-info,
.bg-warning {
	background:none !important;
}

.glyphicon {
	top:5px !important;
	left:auto !important;
	right:5px !important;
}


/*-- Savings Calculator --*/

#savings-calculator .container {
	max-width:100%;
}

#calculator ul li {
	background:none;
	border:2px solid rgba(0, 0, 0, 0.1);
	border-radius:12px;
	position:relative;
	min-height:100px;
	padding:20px 20px 30px;
}

#calculator ul li p.number {
	padding:5px 0 0;
	position:absolute;
	top:5px;
	left:-5px;
}

#calculator ul li p {
	padding:7px 130px 0 10px;
	margin:0;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}

#calculator ul li > input {
	font:400 30px/32px "Open Sans", sans-serif;
	text-align:center;
	color:#231f20;
	background:#fff;
	border:1px solid #e74124;
	border-radius:8px;
	width:105px;
	height:75px;
	position:absolute;
	top:50%;
	right:20px;
	transform:translateY(-50%);
}

#calculator ul li input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#d0d0d0;
  opacity:1;
}

#calculator ul li input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#d0d0d0;
}

#calculator ul li input::-ms-input-placeholder { /* Microsoft Edge */
  color:#d0d0d0;
}

#savings h3 {
	color:#fff;
	background:#1e1a1b;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:25px 15px;
	margin:0 auto;
}

#savings ul {
	background:#f4f4f4;
	border-bottom:2px solid rgba(0, 0, 0, 0.08);
	border-left:1px solid rgba(0, 0, 0, 0.08);
	border-right:1px solid rgba(0, 0, 0, 0.08);
	display:flex;
	flex-wrap:wrap;
	align-content:flex-start;
	padding:0;
}

#savings ul li:first-child {
	width:100%;
	padding:20px 15px 25px;
	margin:0;
}

#savings ul li {
	background:none;
	border-top:2px solid rgba(0, 0, 0, 0.08);
	border-left:1px solid rgba(0, 0, 0, 0.08);
	border-right:1px solid rgba(0, 0, 0, 0.08);
	width:50%;
	padding:39px 15px;
	margin:0;
}

#savings ul li h2 {
	color:#e74124;
	margin:0 auto 10px;
}

.legal p {
	font-size:14px;
	line-height:20px;
	color:#231f20;
	margin:0 0 5px;
}

.legal ul li {
	font-size:14px;
	line-height:20px;
	color:#656262;
	background:none;
	padding:0 15px 0 0;
	display:inline-block;
	margin:0;
	position:relative;
}

.legal ul li:after {
	content:"|";
	position:absolute;
	top:-1px;
	right:0;
}

.legal ul li:last-child {
	padding:0;
}

.legal ul li:last-child:after {
	content:"";
}


/*-- Fancybox --*/

.fancybox-content {
	background:#1e1a1b !important;
	padding:0 !important;
}

.fancybox-button--close {
	text-indent:-999999px !important;
	background:url("../img/icon-close-white.svg") no-repeat center center !important;
	border:0 !important;
	width:25px !important;
	height:25px !important;
	position:absolute !important;
	top:15px !important;
	right:15px !important;
	z-index:900 !important;
	cursor:pointer !important;
}



/*-- Services --*/


#services-content ul {
	margin-left:0;
	margin-right:0;
}

#services-content ul li {
	/*background: url(../img/bullet-orange.png) top 6px left no-repeat;
    background-size: 13px auto;*/

    background: url(../img/bulletlogo.png) top 0 left no-repeat;
    background-size: 28px auto;
    padding: 2px 0 2px 50px;
    margin: 0 auto 50px;
}

#services-content ul li strong {
	font:700 24px/30px "Open Sans", sans-serif;
}

#services-content h4 {
	font:700 22px/30px "Open Sans", sans-serif;
	text-transform:none;
	color:#231f20;
	margin:0 0 15px 0;
}

#services-content img {
	width:500px;
	float:right;
    border-radius: 25px;
}

#benefits-videos .col3 {
	height:380px;
	position:relative;
	text-align:center;
	display:flex;
	justify-content:center;
}

#benefits-videos .col3 a.button {
	align-self: flex-end;
	padding-top:22px;
	margin:0 0 40px 0;
}

#benefits-videos .col3 a.button:before {
	content:"";
	width:14px;
	height:15px;
	background:url("../img/icon-play.svg") no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
	margin:0 12px 0 0;
}

#benefits-videos .col3:nth-child(1) {
	background:url("../img/benefits-testimonial1-video.jpg") no-repeat top center / cover;
}

#benefits-videos .col3:nth-child(2) {
	background:url("../img/what-is-onsite-fueling-video.jpg") no-repeat top center / cover;
}

#benefits-videos .col3:nth-child(3) {
	background:url("../img/benefits-testimonial2-video.jpg") no-repeat top center / cover;
}