/* LOAD FONTS
------------------------------------------------------------ */
@font-face {
	font-family: 'icomoon';
	src:url('../Content/fonts/icomoonbe63.eot?-eyud4d');
	src:url('../Content/fonts/icomoond41d.eot?#iefix-eyud4d') format('embedded-opentype'),
		url('../Content/fonts/icomoonbe63.woff?-eyud4d') format('woff'),
		url('../Content/fonts/icomoonbe63.ttf?-eyud4d') format('truetype'),
		url('../Content/fonts/icomoonbe63.svg?-eyud4d#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before { content: "\f002"; }
.icon-envelope-o:before { content: "\f003"; }
.icon-print:before { content: "\f02f"; }
.icon-map-marker:before { content: "\f041"; }
.icon-times-circle:before { content: "\f057"; }
.icon-check-circle:before { content: "\f058"; }
.icon-twitter:before { content: "\f099"; }
.icon-facebook:before { content: "\f09a"; }
.icon-caret-down:before { content: "\f0d7"; }
.icon-caret-up:before { content: "\f0d8"; }
.icon-caret-left:before { content: "\f0d9"; }
.icon-caret-right:before { content: "\f0da"; }
.icon-linkedin:before { content: "\f0e1"; }
.icon-angle-left:before { content: "\f104"; }
.icon-angle-right:before { content: "\f105"; }
.icon-angle-up:before { content: "\f106"; }
.icon-angle-down:before { content: "\f107"; }
.icon-circle:before { content: "\f111"; }
.icon-chevron-circle-up:before { content: "\f139"; }
.icon-youtube:before { content: "\f167"; }
.icon-instagram:before { content: "\f16d"; }

/* GENERAL STYLES
----------------------------------------------- */
header, div[role="main"], footer { margin: 0 auto; max-width: 90em; }
div[role="main"] { background-color: #ffffff; }
.back-link:link, .back-link:visited { color: #000000; font-weight: 700; }
.back-link:hover, .back-link:focus, .back-link:active { color: #fe0002; }
.back-link::before { color: #fe0002; content: "\2039"; display: inline-block; font-family: "Roboto"; font-size: 1.375em; margin-right: 0.25em; }
.more-link:link, .more-link:visited { color: #fe0002; display: inline-block; }
.more-link:hover, .more-link:focus, .more-link:active { color: #8a8b8d; }
.more-link::after { content: "\203a"; display: inline-block; font-family: "Roboto"; font-size: 1.25em; margin-left: 0.25em; vertical-align: text-bottom; }
.select-wrapper { background-color: #eeeeee; border-radius: 0; border: 1px solid #000000; display: block; margin: 0 auto; padding: 0; position: relative; }
.select-wrapper::after { border-bottom: 6px solid transparent; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 9px solid #444141; content: ""; display: block; height: 0; padding: 0; pointer-events: none; position: absolute; right: 10px; top: calc(50% - 4px); width: 0; z-index: 1; }
.select-wrapper select { -moz-appearance: none; -webkit-appearance: none; appearance: none; background-color: rgba(255, 255, 255, 0); border: none; color: #333333; height: 2em; line-height: 1.5em; padding: 0.25em 1.75em 0.25em 0.5em; width: 100%; }
.select-wrapper select::-ms-expand { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; }

/* BUTTONS
----------------------------------------------- */
button, a.button, a.button:visited { background-color: rgba(168, 168, 168, 1); border-color: rgba(168, 168, 168, 1); border-style: solid; border-width: 0; color: #ffffff; cursor: pointer; display: inline-block; font-weight: 700; line-height: normal; min-width: 150px; padding: 0.5em 1em; position: relative; text-align: center; text-decoration: none; transition: background-color 300ms ease-out 0s; }
button.extra-padding, .button.extra-padding { padding: 0.75em 1.5em; }
button:hover, a.button:hover { background-color: rgba(138, 139, 141, 1); }
button.red, a.button.red { background-color: #fe0002; }
button.red:hover, a.button.red:hover { background-color: rgba(169, 26, 45, 1); }

.alert-bar {
    text-align: center;
    color: #DB0005;
    font-size: 22px;
    text-transform: uppercase;
    background-color: #F8F8F8;
}
.alert-bar p {
    margin: 0;
    padding: 20px 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01em;
    text-align: center;
}
.alert-bar p a {
    color: #DB0005;
    text-decoration: underline;
    text-transform: uppercase;
}
.alert-bar p:before {
    display: inline-block;
    content: ' ';
    background-image: url('../images/icon-feather-alert-circle.svg');
    background-size: 20px 20px;
    height: 20px;
    margin-right: .5em;
	margin-top: .5em;
    width: 20px;
	vertical-align: sub;
}
.alert-bar .close-alert img {
    display: block;
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    margin-right: .5em;
    position: absolute;
    right: .25em;
    top: .25em;
}



/* HEADER & DESKTOP MENU
----------------------------------------------- */
header { background-color: #000000; background-image: linear-gradient(to right, #000000 0%, #000000 50%, #ffffff 50%, #ffffff 100%); }
header .container-fluid { background-image: linear-gradient(100deg, #000000 0%, #000000 74%, #ffffff 74.25%, #ffffff 100%) }
.header-top { color: #ffffff; width: 100%; }
.header-top a:link, .header-top a:visited { color: #ffffff; }
.header-top a:hover, .header-top a:focus, .header-top a:active { color: #ffffff; }
.header-search { margin: 1em 0.5em 1em 0; }
.header-search label { position: absolute; left: -999em; top: 0; }
.header-search input, .header-search .button { vertical-align: top; }
.header-bottom { border-bottom: 1px solid black; position: relative; }
.header-bottom nav { position: relative; width: 100%; }
.header-bottom .col-sm-8 { -ms-flex-preferred-size: 71%; -webkit-flex-basis: 71%; flex-basis: 71%; max-width: 71%; }
.header-bottom .col-sm-4 { -ms-flex-preferred-size: 29%; -webkit-flex-basis: 29%; flex-basis: 29%; max-width: 29%; padding: 0; }
.locations-nav:link, .locations-nav:visited { color: #000000; display: inline-block; font-size: .95rem; font-weight: 700; letter-spacing: -0.01em; margin: 0.5em 0; padding: 0 5px 3px 5px; text-transform: uppercase; }
.locations-nav:hover, .locations-nav:focus, .locations-nav:active { color: #fe0002; }
.locations-nav::after { color: #fe0002; content: "\f041"; display: inline-block; font-family: "icomoon"; margin-left: 0.5em; }
.contact-expert { background-color: #453f41; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); color: #ffffff; display: inline-block; padding: 0 0.5em 0.5em 0.5em; text-align: center; position: absolute; right: 0; top: -15px; z-index: 100; }
.contact-expert p { font-family: "Roboto", Helvetica, Arial, sans-serif; font-size: 1em; font-weight: 400; letter-spacing: -0.01em; margin: 0; padding: 0.375em 0; }
.contact-expert a.button { padding: 3px 10px; min-width: 95%; }
.contact-expert img { width: 41px; }
.contact-expert.sticky { position: fixed; right: calc((100% - 83em) / 2); }
.contact-expert-mobile { display: none; }
.main-menu { font-weight: 400; margin: 0.5em 0; padding: 0; position: relative; width: 100%; }
.main-menu > li { display: inline-block; font-weight: 700; padding: 0; position: relative; vertical-align: top; }
.main-menu > li a { font-size: .95rem; letter-spacing: -0.01em; padding: 5px 8px 16px 8px; text-transform: uppercase; }
.main-menu a.selected:link, .main-menu a.selected:visited { color: #fe0002; }
.main-menu a:link, .main-menu a:visited { color: #ffffff; }
.main-menu a:hover, .main-menu a:focus, .main-menu a:active, .main-menu a.active { color: #fe0002; }
.main-menu ul { left: 0; list-style: none; padding: 0; position: absolute; top: -999em; width: 280px; box-shadow: 0 1px 2px #000000; }
.main-menu li:hover ul, .main-menu li ul.menu-visible { left: 0; top: 32px; z-index: 100; }
.main-menu ul li { background-color: rgba(255, 255, 255, 1); padding: 0 5px; }
.main-menu ul li a:link, .main-menu ul li a:visited { color: #000000; display: block; padding: 5px; }
.main-menu ul li a:hover, .main-menu ul li a:focus, .main-menu ul li a:active, .main-menu ul li a.active { color: #fe0002; }

/* MOBILE MENU
----------------------------------------------- */
.header-mobile { display: none; }
.mobile-button-wrapper { display: none; }
.mobile-menu-button { position: absolute; text-align: center; top: 0; right: 1em; }
.mobile-menu-button:link, .mobile-menu-button:visited { color: #000000; }
.mobile-menu-button:before { background: url('../images/icon-hamburger.svg') no-repeat; content: ''; display: block; height: 1.6em; margin: 1.125em auto 0; width: 3.6em; }
.mobile-menu-button:after { color: #ffffff; content: 'MENU'; font-size: 1em; font-weight: 700; line-height: 1em; text-transform: uppercase; }
.mobile-menu-container { position: absolute; left: -320px; top: 0; width: auto; z-index: 100; }
.mobile-menu { background-color: #000000; border: 1px solid #000000; margin: 0; padding: 0; position: relative; text-transform: uppercase; width: 320px; }
.mobile-menu a { display: block; padding: 3px 10px; color: #ffffff; background-color: #000000; font: 16px/32px "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: 700; text-decoration: none; text-align: left; letter-spacing: .1em; }
.mobile-menu a.selected { color: #ffffff !important; background-color: #fe0002 !important; }
.mobile-menu a:hover { color: #ffffff; background-color: #fe0002; }
.mobile-menu a.active { color: #ffffff; }
.mobile-menu a.button, .mobile-menu button { margin-bottom: 0; margin-left: 0; vertical-align: bottom; width: 30px; }
.mobile-menu ul { margin: 0; padding: 0; display: none; }
.mobile-menu li { list-style: none; position: relative; margin: 0; }
.mobile-menu li:hover ul { overflow: hidden; width: 100%; }
.mobile-menu ul li { width: 100%; clear: left; margin: 0; border-bottom: 1px solid rgba(102, 102, 102, 1); }
.mobile-menu ul li a:link, .mobile-menu ul li a:visited { display: block; color: rgba(51, 51, 51, 1); padding: 0 0 0 10px; text-decoration: none; text-align: left; background: rgba(238, 238, 238, 1); }
.mobile-menu ul li a:hover, .mobile-menu ul li a:focus, .mobile-menu ul li a:active { color: #ffffff; background-color: #fe0002; }
.mobile-menu .has-menu > a span, .mobile-menu .has-menu > a i { display: inline-block; font-size: 24px; height: 32px; position: absolute; right: 0; width: 36px; }
.mobile-menu .has-menu > a .angle-double-down:after { -ms-transition: transform 0.5s ease; -webkit-transition: transform 0.5s ease; content: "\f0d7"; font-family: "icomoon"; font-style: normal; position: absolute; right: 10px; top: 0; transition: transform 0.5s ease; }
.mobile-menu .has-menu > a.selected .angle-double-down:after { -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }

/* GLOBAL SEARCH BAR
----------------------------------------------- */
.mobile-menu .sb-search-input { background-color: #ffffff; opacity: 1; padding: 6px; width: auto; }
.sb-search-input { -webkit-transition: opacity 0.3s ease 0s, width 0.3s ease 0s; background-color: #EEEEEE; border: 1px solid rgba(204, 204, 204, 1); border-radius: 0; color: #000000; font-weight: normal; height: 32px; margin: 0; opacity: 0; overflow: hidden; padding: 0; transition: opacity 0.3s ease 0s, width 0.3s ease 0s; width: 0; }
.sb-search-input.visible { opacity: 1; padding: 6px; width: 200px; }
.sb-search-input:-ms-input-placeholder { color: rgba(102, 102, 102, 1); }
.sb-search-input:-moz-placeholder { color: rgba(102, 102, 102, 1); }
.sb-search-input::-moz-placeholder { color: rgba(102, 102, 102, 1); }
.sb-search-input::-webkit-input-placeholder { color: rgba(102, 102, 102, 1); }
.sb-search-submit { -ms-transition: color 0.3s ease 0s; -webkit-transition: color 0.3s ease 0s; background-color: #ffffff; border: none; color: #000000; display: inline-block; font-size: 1.5em; line-height: 32px; margin: 0 0 0 0.5em; min-width: 0; padding: 0; transition: color 0.3s ease 0s; }
.sb-search-submit:hover { background-color: #ffffff; color: #fe0002; }

/* BLOG SEARCH BAR
----------------------------------------------- */
.blog-search-label {
	display: block;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.125em;
	font-weight: bold;
	letter-spacing: -0.01em;
	margin: 0 0 0.5em 0;
    text-transform: uppercase;
}

.blog-search-input {
	background-color: #EEEEEE;
	border-radius: 0;
	border: 1px solid rgba(204, 204, 204, 1);
	color: #000000;
	font-weight: normal;
	height: 32px;
	margin: 0;
	min-width: 15em;
	padding: 0.375em;
}

.blog-search-submit {
	-webkit-transition: color 0.3s ease 0s;
	background-color: transparent;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 1.5em;
	line-height: 32px;
	margin: 0 0 0 0.5em;
	min-width: 0;
	padding: 0;
	transition: color 0.3s ease 0s;
	vertical-align: middle;
}

.blog-search-submit:hover {
	background-color: rgba(255,255,255,0);
	color: #fe0002;
}

.mobile-menu .blog-search-input {
	background-color: #ffffff;
	opacity: 1;
	padding: 6px;
	width: auto;
}


/* FOOTER
----------------------------------------------- */
.footer-top { color: #949494; background-color: #000000; padding: 20px 0; }
.footer-top a:link, .footer-top a:visited { color: #949494; }
.footer-top a:hover, .footer-top a:active { color: #fe0002; }
.footer-top ul { padding: 0; list-style: none; }
.footer-top ul a { font-size: 0.85em; font-weight: 700; line-height: 1.4em }
.footer-top .row .row { margin-left: 0; margin-right: 0; }
.footer-logo { color: #ffffff; font-size: 0.75rem; padding-right: 2em; }
.footer-bottom { color: #ffffff; background-color: #383838; padding: 0.5em 0 2em 0; }
.footer-bottom a:link, .footer-bottom a:visited { color: #cccccc; text-transform: uppercase; }
.footer-bottom a:hover, .footer-bottom a:active { color: #fe0002; }
.footer-bottom .copyright p { margin: 9px 0; font-size: 0.9em; }
.footer-bottom ul { margin: 5px 0; font-size: 0.9em; list-style: none; }
.footer-bottom ul > li { display: inline-block; padding-right: 1.25em; }
.footer-bottom ul > li:last-child { padding-right: 0; }
.social-icons { padding-bottom: 1em; }
.social-icons a:link, .social-icons a:visited { background-color: #ffffff; border-radius: 50%; display: inline-block; font-size: 2em; margin-left: 0.25em; padding: 0.25em; }
.social-icons a:hover, .social-icons a:focus, .social-icons a:active { background-color: #949494; }
.social-icons a:first-of-type { margin-left: 0; }
.social-icons a span[class*="icon-"] { color: #000000; display: inline-block; text-align: center; width: 32px; }
.social-icons a span::before { margin-left: 3px; }
.social-icons a span[class*="icon-facebook"]::before { margin-left: 0; }

/* CONTACT AN EXPERT OVERLAY AND SEPARATE PAGE
----------------------------------------------- */
.expert-overlay { -webkit-transition: opacity 0.3s ease 0s; background-color: #383838; color: #ffffff; height: 100%; left: 0; opacity: 0; position: fixed; top: 0; transition: opacity 0.3s ease 0s; visibility: hidden; width: 100%; z-index: 1000; }
.expert-overlay.visible { opacity: 1; position: fixed; visibility: visible; }
.expert-overlay .close { color: #ffffff; display: block; position: absolute; right: 2em; top: 2em; width: auto; z-index: 1; }
.expert-overlay .close::after { content: "\f057"; font-family: "icomoon"; font-size: 2.25em; font-weight: 400; vertical-align: middle; }
.expert-overlay .scrollview { height: 100%; overflow: auto; padding-bottom: 4em; width: 100%; }
.expert-overlay .container-fluid { width: 75%; }
.expert-overlay [class*="col-"] { padding: 0.5em 1em; }
.expert-overlay h2 { font-size: 3em; }
.expert-overlay h3 { font-size: 2em; }
.expert-overlay p { font-size: 1.5em; }
.expert-overlay label { display: block; font-size: 1.125em; }
.expert-overlay sup { font-size: 100%; top: 0; margin-left: 0.25em; }
.expert-overlay .select-wrapper { border: none; }
.expert-overlay input[type="text"], .expert-overlay input[type="email"], .expert-overlay input[type="number"] { color: #333333; padding: 0.3em 0.5em; width: 100%; }
.expert-overlay textarea { color: #333333; min-height: 100px; width: 100%; }
.expert-overlay input[type="submit"] { background-color: #fe0002; border: none; color: #ffffff; font-size: 2em; padding: 0.5em 1em; width: 100%; }
.expert-overlay input[type="submit"]:hover { background-color: rgba(169, 26, 45, 1); }
.error { color: #fe0002; }

.contactAnExpertBodyContent [class*="col-"] { padding: 0.5em 1em; }
.contactAnExpertBodyContent h2 { display: none; font-size: 3em; }
.contactAnExpertBodyContent h3 { font-size: 2em; }
.contactAnExpertBodyContent p { font-size: 1.5em; }
.contactAnExpertBodyContent label { display: block; font-size: 1.125em; }
.contactAnExpertBodyContent sup { font-size: 100%; top: 0; margin-left: 0.25em; }
.contactAnExpertBodyContent .select-wrapper { background-color: #ffffff; border: 1px solid #999999; }
.contactAnExpertBodyContent input[type="text"], .contactAnExpertBodyContent input[type="email"], .contactAnExpertBodyContent input[type="number"] { border: 1px solid #999999; color: #333333; padding: 0.3em 0.5em; width: 100%; }
.contactAnExpertBodyContent textarea { border: 1px solid #999999; color: #333333; min-height: 100px; width: 100%; }
.contactAnExpertBodyContent input[type="submit"] { background-color: #fe0002; border: none; color: #ffffff; font-size: 1.5em; padding: 0.5em 1em; }
.contactAnExpertBodyContent input[type="submit"]:hover { background-color: rgba(169, 26, 45, 1); }


/* HOME PAGE
----------------------------------------------- */
.page-home .header-bottom { border-bottom: none; }
.page-home [role="main"] { background-color: #000000; }
.page-home [role="main"] section:last-of-type { padding-bottom: 0; }

.hero { background-size: cover; overflow: hidden; position: relative; }
.hero .container-fluid { max-width: 90em; position: initial; }
.hero-carousel { padding: 0; }
.hero-carousel .slick-slide { position: relative; }
.hero-carousel .slick-active .overlay.faded { opacity: 1; }
.hero-carousel .overlay { -ms-transform: skew(-11deg) translateX(-12%); -webkit-transform: skew(-11deg) translateX(-12%); -webkit-transition: background-color 1.25s ease 0s, transform 1.25s ease 0.5s, -webkit-transform 1.25s ease 0.5s; background-color: rgba(221, 0, 0, 0.80); color: #ffffff; height: 100%; left: 0; opacity: 1; padding: 3em 2em 3em 3em; position: absolute; text-align: center; top: 0; transform: skew(-11deg) translateX(-12%); transition: background-color 1.25s ease 0s, transform 1.25s ease 0.5s; width: 37%; z-index: 1; }
.hero-carousel .overlay.solid { -ms-transform: skew(-11deg) translateX(-12%); -webkit-transform: skew(-11deg) translateX(-12%); background-color: rgba(221, 0, 0, 1); opacity: 1; transform: skew(-11deg) translateX(12%); }
.hero-carousel .overlay.faded { -ms-transform: skew(-11deg) translateX(12%); -webkit-transform: skew(-11deg) translateX(12%); opacity: 0; transform: skew(-11deg) translateX(12%); }
.hero-carousel .overlay .overlay-content { -ms-transform: skew(11deg); -webkit-transform: skew(11deg); transform: skew(11deg); }
.hero-carousel .overlay h1 { font-style: italic; font-weight: 400; text-transform: uppercase; }
.hero-carousel .overlay hr { border-color: #fff; border-style: solid none none none; border-width: 1px 0 0 0; margin: 0 auto; width: 80%; }
.hero-carousel .overlay p { font-size: 1.5em; }

.hero-promos { background-image: linear-gradient(100deg, #000 0%, #000 33.3%, #333 33.3%, #333 66%, #575757 66%, #575757 100%); color: #ffffff; width: 100%; }
.hero-promos > .container-fluid { padding-left: 0; padding-right: 0; max-width: 90em; }
.hero-promos > .container-fluid > .row { margin-left: 0; margin-right: 0; }
.hero-promos [class*="col-"] { padding: 1em 0 1.5em 0; }
.hero-promos h2 { font-size: 2.5em; font-weight: 400; margin: 0.5em 0 -0.25em 0; text-transform: uppercase; }
.hero-promos p { margin: 1em auto; max-width: 70%; }

.testimonial { background-size: cover; background-position: 50% 50%; color: #ffffff; min-height: 560px; position: relative; }
.testimonial [class*="col-"] { padding: 3em 2em; }
.testimonial .overlay { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.68) 50%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%); height: 100%; position: absolute; width: 100%; }
.testimonial .quote { padding-left: 6em; padding-top: 1em; position: relative; }
.testimonial .quote p { font-size: 2em; line-height: 1.25em; width: 50%; }
.testimonial .quote p.author { font-size: 1.5rem; }
.testimonial .quote::before { content: url("../images/quote-start.png"); left: 0; position: absolute; top: 3%; }
.testimonial .quote p:not(.author)::after { bottom: 3%; content: url("../images/quote-end.png"); left: 53%; position: absolute; }

.electric { background-color: #000; }
.electric h2,
.electric h3 { text-transform: uppercase; color: #fff; }
.electric h2 { font-size: 2.5em; font-weight: 400; margin: 0.5em 0 -0.25em 0; line-height: 1.25; white-space: nowrap; }
.electric h3 { font-size: 2em; font-weight: 400; margin-top: 0.25em; font-style: oblique; line-height: 1.25; }
.electric p { color: #fff; }
.electric .container-fluid { max-width: 100%; }
.electric .elec-trucks { background-size: cover; }
.electric .elec-copy { padding: 30px 50px; }
h2.charge.sub { text-align: center; font-size: 2em; font-weight: 600; margin: 0.5em 0 -0.25em 0; text-transform: uppercase; }
h2.charge.sub:after { height: 50px; width: 40px; }

.promo-news { background-color: #000000; color: #ffffff; }
.promo-news .container-fluid { max-width: 100%; }
.promo-news .promo { background-size: cover; padding: 0; position: relative; text-align: center; }
.promo-news .promo .overlay { background-image: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 1) 82.25%, rgba(255, 255, 255, 1) 100%); height: 100%; pointer-events: none; position: absolute; width: 100%; z-index: 1; }
.promo-news .news { background-color: #ffffff; color: #000000; padding: 2em 1em; }
.promo-news .news h2 { border-bottom: 1px solid black; font-size: 2.25em; font-style: italic; font-weight: 400; margin: 0 0 0.5em 0; }
.promo-news .news h3 { font-size: 1em; margin-bottom: 0; }
.promo-news .news h3 a:link, .promo-news .news h3 a:visited { color: #000000; }
.promo-news .news h3 a:hover, .promo-news .news h3 a:focus, .promo-news .news h3 a:active { color: #fe0002; }
.promo-news .news p, .promo-news .news .more-link { font-size: 0.9rem; margin: 0.125em 0; }
.promo-news .news .allnews { position: absolute; right: 1em; top: 2em; margin-bottom: 0; }

.locations { background-color: #1c1c1c; color: #ffffff; padding-top: 3em; }
.locations h2 { font-size: 2em; font-style: italic; margin: 0 0 1em 0; }
.locations h2 span { color: #fe0002; }
.locations p { font-size: 1.25em; text-align: right; }

.shaded { position: absolute; bottom: 0; left: 0; width: 100%; background: -webkit-gradient(linear, left top, right top, from(black), to(transparent)); background: -webkit-linear-gradient(left, black, transparent); background: -moz-linear-gradient(left, black, transparent); background: -ms-linear-gradient(left, black, transparent); background: -o-linear-gradient(left, black, transparent); padding: 12px 20px 3px; }
.tagline { color: #ffffff; font-family: "Roboto", Helvetica, Arial, sans-serif; font-size: 28px; font-style: italic; font-weight: 400; letter-spacing: 0.02em; text-transform: uppercase; display: inline-block; }

/* SUB PAGES
----------------------------------------------- */
[role="main"] section:last-of-type { padding-bottom: 6em; }
.subpage-header { padding-top: 2em; }
.subpage-header h1 { border-bottom: 1px solid black; font-size: 3em; font-style: italic; line-height: 1em; margin: 0.5em 0; padding-bottom: 0.5em; }
.subpage-header h2 { border-bottom: 1px solid #b4b4b4; font-size: 1.375em; font-weight: normal; margin-bottom: 1em; padding-bottom: 1.5em; }
.subpage-header p { font-size: 1.25em; margin: 1.25em 0; }
.subpage-header div.red { border-bottom: 2px solid rgba(198, 30, 53, 1); }
.subpage-content { padding-bottom: 2em; }
.subpage-content p, .subpage-content ul, .subpage-content ol { font-size: 1.25em; }
.subpage-content ul.news-events-nav { font-size: 1rem; }
.subpage-content img { height: auto !important; }
.subpage-content h4 { text-decoration: underline; margin-bottom: 0; }
.subpage-content h4 + p { margin-top: 0; }
.hero-image { background-size: cover; background-position: top center; position: relative; width: 100%; }
.hero-image img { width: 100%; }
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 0; height: 0; overflow: hidden; }
.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* MODULES / BLOCKS
----------------------------------------------- */
.callout { margin: 0; }
.callout .row { background: rgba(246, 246, 246, 1); padding: 0; }
.callout .column.two-thirds { padding: 0; background-size:cover !important; min-height:350px; }
.callout .column.third { background: url("../images/icon-quote-open.png") no-repeat 10px 20px transparent; padding: 20px 15px 20px 35px; min-height: 313px; }
.callout p.larger { font-size: larger; font-weight: 400; font-style: italic; color: inherit; margin-top: 0; padding-right: 20px; }
.callout p.quote { color: rgba(153, 153, 153, 1); font-size: 0.95em; font-weight: 700; padding-right: 20px; }
.callout p:last-of-type { background: url("../images/icon-quote-close.png") no-repeat bottom right rgba(246, 246, 246, 1); }
.callout span.author { color: #000000; display: block; font-size: smaller; font-weight: 700; padding-right: 20px; }

/* CUSTOMIZED SOLUTIONS PAGE
----------------------------------------------- */
.customized-solutions { position: relative; padding-top: 20px; padding-bottom: 20px; text-align: center; }
.customized-solutions h2 { margin: 0.75em 3em; }
.customized-solutions p { margin: 0.5em 3em; }
.customized-solutions a:link, .customized-solutions a:visited { color: rgba(254, 0, 2, 1); font-weight: 700; text-transform: uppercase; }
.customized-solutions a:hover, .customized-solutions a:active { color: rgba(198, 30, 53, 1); }
/*.customized-solutions img { max-width: 225px; max-height: 225px; }*/

/* ALTERNATIVE FUEL PAGE
----------------------------------------------- */
.image-banner { background-color: rgba(198, 30, 53, 1); color: #ffffff; position: relative; }
.image-banner p { font-size: 18px; font-weight: 400; margin: 0; padding: 10px 0 10px 160px; }
.image-banner a:link, .image-banner a:visited { color: #ffffff; font-weight: 400; padding: 3px 0; }
.image-banner a:hover, .image-banner a:active { color: #000000; }
.image-banner .first, .image-banner .second { position: absolute; width: 75px; }
.image-banner.kenworth .first { left: 5px; bottom: -4.5%; }
.image-banner.kenworth .second { left: 75px; bottom: -4.5%; }
.image-banner.peterbilt .first { left: 5px; bottom: 1.5%; }
.image-banner.peterbilt .second { left: 80px; bottom: 1.5%; }

/* OUR TRUCKS PAGE
----------------------------------------------- */
.our-trucks h2 { text-align: center; }
.our-trucks h3 { margin: 0.25em;  }
.our-trucks p:first-of-type { margin-top: 0.25em; }
.our-trucks p {margin:0 0.25em;}
.our-trucks img { width: 90%; /*margin:0 0.25em;*/}
.our-trucks .column.third { border-left: 1px solid rgba(144,144,144,1); }
.our-trucks .column.third:first-child { border-left: 0 none; }
.our-trucks .column.third p { margin:1em 0 0.8em 0; }
.truck-wrapper { text-align:center; border-top: 0 solid rgba(198, 30, 53, 1); background-color: rgba(255,255,255,1); }

/* LOCATIONS PAGE
----------------------------------------------- */
#locator a.button, #locator a.button:visited, #locator button { background-color: #fe0002; color: #ffffff; min-width: 0; }
#locator button:hover, #locator a.button:hover { background-color: #a91a2d; }
#locator a.button.locatorDirections { background-color: transparent; color: #fe0002; padding: 0; }
#locator a.button.locatorDirections:hover { color: #a91a2d; }
#locator .container, #locator .container-fluid { padding-left: 2em; padding-right: 2em; }
ul.locator-legend { float: right; list-style-type: none; margin-top: 20px; line-height: 1.4em; }
ul.locator-legend li, ul.locator-distance li { display: inline-block; padding-right: 13px; }
ul.locator-legend .icon { position: relative; top: 5px; font-size: 24px; }
ul.locator-legend i { margin-right: 8px; color: #000000; vertical-align: -40%; }
ul.locator-legend i.icon-map-kenworth:before { content: url("../images/icon-map-kenworth.png"); }
ul.locator-legend i.icon-map-peterbilt:before { content: url("../images/icon-map-peterbilt.png"); }
ul.locator-legend i.icon-map-paclease:before { content: url("../images/icon-map-paclease.png"); }
.locator-panel { background-color: rgba(240, 240, 240, 1); padding: 0; }
.locator-panel form { padding: 1em; }
.locator-panel hr { margin: 10px 0; }
.locator-panel h1 { margin: 0; padding: 10px 0 20px; font-size: 2.4em; font-weight: 400; }
.locator-search input { padding: 2px 0 0 15px; }
.locator-search button { margin: 0; }
.locations-header { padding: 0 0 10px 0; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.4em; font-weight: 700; display: inline-block; width: 100%; }
input.locator-address-field { width: 100%; padding: 5px; }
ul.locator-distance { margin: 6px 0; padding-left: 10px; list-style-type: none; }
ul.locator-distance ~ .locations-header { padding: 2px 0 0 0; }
[type=radio] ~ label.radio, [type=radio]:checked ~ label.radio { vertical-align: middle; padding-left: 2px; color: rgba(51, 51, 51, 1); }
.locator-dropdown { width: 100%; }
.locator-dropdown-field { background-color: #ffffff; width: 100%; padding: 3px 0; margin-bottom: 10px; }
.locator-map-wrapper { float: right; padding: 0; }
.locator-map-wrapper .directionsPopup { width: 300px; height: 250px; overflow:auto; }
#canvas *, #canvas *:before, #canvas *:after { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important; }
#canvas img { max-width: none !important; }
#canvas label { display: inline; }
.locator-panel-result { height: calc(100% - 330px); width: 100%; overflow: auto; background-color: rgba(250, 250, 250, 1); }
.locator-panel-result ul { list-style-type: none; margin-left: 0; padding-left: 0; }
.locator-panel-result li { width: 100%; padding-top: 20px; padding-bottom: 0; margin: 0; border-top: 1px solid rgba(224, 224, 224, 1); border-bottom: none; border-left: none; border-right: none; position: relative; clear: both; }
.locator-panel-result li:first-child { border: none; padding-top: 0; }
.locator-panel-result .distance, .locator-map-wrapper .distance { font-size: 15px; margin-left: 5px; font-weight: normal; }
.locator-panel-result-list .locatorInfo, .locator-panel-result-list h3 { margin: 0 0 0 25px; }
.locator-panel-result-list li h3.map-icon-kenworth:before { content: url("../images/icon-map-kenworth.png"); position: absolute; left: 5px; top: 21px; }
.locator-panel-result-list li h3.map-icon-peterbilt:before { content: url("../images/icon-map-peterbilt.png"); position: absolute; left: 5px; top: 21px; }
.locator-panel-result-list li h3.map-icon-paclease:before { content: url("../images/icon-map-paclease.png"); position: absolute; left: 5px; top: 21px; }
.locator-panel-result-list li:first-child h3:before { top: 1px; }
.locator-panel-result-list > br { display: none; }
.locatorInfo a { color: rgba(198, 30, 53, 1); }
.locatorInfo .affiliation { font-style: italic; font-size: 0.9em; color: rgba(192, 192, 192, 1); }
#left-panel { width: 100%; height: 100%; overflow: auto; padding: 1em; position: relative; }
#left-panel h4 { padding-bottom: 5px; }
#left-panel div { padding: 5px 0; }
#left-panel p { margin-top: 0; margin-bottom: 0; }
#left-panel p#msgBox { font-size: 1.65em; margin: 0 0 0.5em 0; padding-bottom: 0.5em; border-bottom: 1px solid rgba(224, 224, 224, 1); }
#left-panel p#msgBox span { font-size: 0.55em; font-style: italic; }
#left-panel p.message { font-size: 0.8em; font-style: italic; }
.locatorDirections > div { float: left; width: 100%; }
.locatorDirections > div > div { float: left; width: auto; }
.locatorDirections input { width: 100%; margin-top: 0; padding: 6px 5px; }
.locatorDirections .locator-search-field { width: 80%; }
.infobox-servicehours {float:right; width:48%;}
.infobox-address {float:left; width:52%;}

/* NEWS PAGE
----------------------------------------------- */
.news-events h2 { font-size: 1.5em; margin: 0.5em 0; }
.news-events h2 + p { margin-top: 0; }
.news-events p { font-size: 1.25em; margin: 1em 0; }
.news-events p:last-of-type { margin-bottom: 0; }
.news-events p.date { font-size: 1.25em; font-weight: 700; margin: 0.75em 0 0.625em 0; }
.news-events .row .row { padding-bottom: 1.5em; padding-top: 1em; position: relative; }
.news-events > div > .row:first-of-type { padding-top: 0; }
.news-events article.row { border-bottom: 1px solid #b2b2b2; }
.news-events article.row.hidden { display: none; }
.news-events article.row:hover .social-share { opacity: 1; }
.news-events .row .row.featured { margin-left: 0; margin-right: 0; padding-top: 0; }
.news-events .row.featured p { font-size: 1.5em; }
.news-events .row.featured .row { padding: 0; }
.news-events .row.featured .col-xs { padding: 0; }
.news-events .row.featured .col-xs img { height: auto; width: 100%; }
.news-events .row.featured .overlay { background-image: linear-gradient(-260deg, rgba(254, 0, 2, 0.8) 0%, rgba(254, 0, 2, 0.8) 79%, rgba(255, 255, 255, 0) 79.25%, rgba(255, 255, 255, 0) 100%); height: 100%; left: 0; padding: 1em 6em 0 2em; position: absolute; top: 0; width: 40%; z-index: 1; }
.news-events .row.featured .overlay h2 { font-size: 2em; font-weight: 400; font-style: italic; text-transform: uppercase; color: #ffffff; }
.news-events .row.featured .overlay p { font-size: 1.25rem; color: #ffffff; }
.news-events .row.featured .overlay a:link, .news-events .row.featured .overlay a:visited { color: #ffffff; }
.news-events .row.featured .overlay a:hover, .news-events .row.featured .overlay a:focus, .news-events .row.featured .overlay a:active { color: #ffffff; }
.news-events-nav { left: 25em; list-style: none; padding: 0; position: absolute; top: -5.5em; }
.news-events-nav label { display: none; }
.news-events-nav .select-wrapper { background-color: #ffffff; border: none; font-size: 1.5em; font-style: italic; font-weight: bold; min-width: 140px; }
.news-events-nav .select-wrapper::after { border: none; content: url('../images/red-carat.png'); right: 2.125em; top: 10px; }
.news-events-nav .select-wrapper select { cursor: pointer; }
/*.news-events-nav { padding: 1em 0; list-style: none; }
.news-events-nav.mobile { display: none; }
.news-events-nav a:link, .news-events-nav a:visited { color: #000000; display: inline-block; font-family: "Roboto", Helvetica, Arial, sans-serif; font-size: 1.5em; font-style: italic; padding: 0.375em 0 0.375em 0.75em; }
.news-events-nav a:hover, .news-events-nav a:focus, .news-events-nav a:active { color: #fe0002; }
.news-events-nav .selected { background-image: linear-gradient(105deg, #000000 0%, #000000 70%, #ffffff 70.25%, #ffffff 100%); }
.news-events-nav .selected a:link, .news-events-nav .selected a:visited { color: #fe0002; }
.news-events-nav .selected a:hover, .news-events-nav .selected a:focus, .news-events-nav .selected a:active { color: #ffffff; }*/
.news-pagination { padding-top: 2em; text-align: right; }
.news-pagination .load-more { color: #000000; font-size: 1.5em; font-weight: bold; }
.news-pagination .load-more::after { content: url('../images/red-carat.png'); padding-left: 1em; }

.news-detail h2 { font-size: 2em; color: #fe0002; margin-top: 1rem; }
.news-detail h3 { font-size: 1.5em; margin-top: 1rem; }
.news-detail p { font-size: 1.25em; margin: 1em 0; }
.news-detail p:last-of-type { margin-bottom: 0; }
.news-detail p.date { font-size: 1.125em; font-weight: 700; }
.news-detail figure { margin: 0; }
.news-detail figure figcaption { font-weight: 700; margin-top: 0.5em; }
.news-detail figure.caption-left,
.news-detail figure.caption-right { display: flex; align-items: flex-start; }
.news-detail figure.caption-left img,
.news-detail figure.caption-right img { flex: 0 1 50%; max-width: 50%; height: auto !important; }
.news-detail figure.caption-left figcaption,
.news-detail figure.caption-right figcaption { flex: 0 1 50%; max-width: 50%; margin: 0 1em; }
.news-detail figure.caption-left figcaption { margin: 0 1em 0 0; order: -1; }
.news-detail .social-share { padding: 0.5em 0; }
.news-detail .social-share p { color: #333333; font-size: 0.75em; margin: 0; }
.news-detail .backtotop:link, .news-detail .backtotop:visited { color: #000000; display: inline-block; font-weight: 700; margin-top: 2em; }
.news-detail .backtotop:hover, .news-detail .backtotop:focus, .news-detail .backtotop:active { color: #fe0002; }
.news-detail .backtotop::before { color: #fe0002; content: "\25b2"; display: inline-block; margin-right: 0.25em; }
.news-detail .backtonews:link, .news-detail .backtonews:visited { color: #000000; display: inline-block; font-weight: 700; }
.news-detail .backtonews:hover, .news-detail .backtonews:focus, .news-detail .backtonews:active { color: #fe0002; }
.news-detail .backtonews::before { color: #fe0002; content: "\25C0"; display: inline-block; margin-right: 0.25em; }

/* BLOG PAGE
----------------------------------------------- */
.blog-events {
	margin-top: -0.5em;
}

.blog-events-nav {
	position: relative;
	top: -17px;
	background: black;
	color: white;
	margin: 0 -56px;
	padding: 1em 56px;
}

.blog-events h2 {
    font-size: 2.5em;
	margin: 0.5em 0;
}

.blog-events p.date {
    font-size: 1em;
    font-weight: 300;
    margin: 0.75em 0 0.625em 0;
}

.blog-events .blog-no-results {
	margin-top: 2em;
}

.blog-events article.row {
	border-bottom: 1px solid #b2b2b2;
}

.blog-events article.row.hidden {
	display: none;
}
.blog-events .row.featured {
	margin-left: 0;
	margin-right: 0;
}

.blog-events .row.featured .row {
	position: relative;
}

.blog-events .row.featured .col-xs {
	padding: 0;
}

.blog-events .row.featured p {
	font-size: 1.5em;
}

.blog-events .row.featured .overlay {
    background-image: linear-gradient(-260deg, rgba(254, 0, 2, 0.8) 0%, rgba(254, 0, 2, 0.8) 79%, rgba(255, 255, 255, 0) 79.25%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    left: 0;
    padding: 1em 6em 0 2em;
    position: absolute;
    top: 0;
    width: 55%;
    z-index: 1;
}

.blog-events .row.featured .overlay h2 {
	color: #ffffff;
    font-size: 2.7em;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
}

.blog-events .row.featured .overlay p {
    color: #ffffff;
    font-size: 1.1rem;
}

.blog-events .row.featured .overlay a:link,
.blog-events .row.featured .overlay a:visited {
	color: #ffffff;
}

.blog-events-nav {
	margin-bottom: 1em;
}

.blog-events-nav h2 {
	font-size: 1.125em;
	letter-spacing: -0.01em;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
}

.blog-events-nav .filter-wrapper {
	display: inline-block;
	vertical-align: top;
}

.blog-events-nav .filter-wrapper + .filter-wrapper {
	padding-left: 1em;
}

.blog-events-nav .filter-wrapper label {
	display: block;
	font-size: 0.875em;
	font-weight: bold;
	padding: 0 0 0.5rem 0;
	line-height: 1.2;
}

.blog-events-nav .filter-controls {
	display: inline-block;
	padding-left: 1em;
	position: relative;
	vertical-align: bottom;
}

.blog-events-nav .filter-controls input[type="submit"] {
	-webkit-transition: background-color 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s;
	background-color: #fe0002;
	border: 1px solid #fe0002;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.5em 1em;
	transition: background-color 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s;
}

.blog-events-nav .filter-controls input[type="submit"]:hover,
.blog-events-nav .filter-controls input[type="submit"]:focus,
.blog-events-nav .filter-controls input[type="submit"]:active {
	background-color: #a91a2d;
	border-color: #a91a2d;
}

.blog-events-nav .filter-controls input[type="reset"] {
	-webkit-transition: background-color 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s;
	background-color: rgba(255,255,255,0);
	border: 0;
	color: #ffffff;
	font-size: 0.875em;
	padding: 0;
	position: relative;
	left: 12px;
	text-decoration: underline;
	bottom: 1px;
	transition: background-color 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s;
}

.blog-events-nav .filter-controls input[type="reset"]:hover,
.blog-events-nav .filter-controls input[type="reset"]:focus,
.blog-events-nav .filter-controls input[type="reset"]:active {
	color: #fe0002;
}

.blog-events-nav .select-wrapper {
	background-color: #ffffff;
	border: none;
	font-size: 1rem;
	font-style: italic;
	font-weight: bold;
	min-width: 140px;
}

.blog-events-nav .select-wrapper select {
	cursor: pointer;
	font-style: normal;
	max-width: 15em;
	min-width: 10em;
	padding: 0.25em 2em 0.25em 0.5em;
    font-weight: normal;
}

.blog-events-nav .select-wrapper::after {
	-webkit-transform: scale(0.5);
	border: none;
	content: url('../images/red-carat.png');
	right: 1.5em;
	top: 10px;
	transform: scale(0.5);
}

/* SEARCH RESULTS PAGE
----------------------------------------------- */
.subpage-content .ezsearch-result {
	padding: 0.25em 0;
}

.subpage-content .ezsearch-result h2,
.subpage-content .ezsearch-result h3 {
	margin: 0.5em 0 0 0;
}

.subpage-content .ezsearch-result h2:only-child,
.subpage-content .ezsearch-result h3:only-child {
	margin: 0.5em 0;
}

.subpage-content .ezsearch-result p {
	font-size: 1rem;
	margin: 0.5em 0;
}

.pagination {
	margin: 1em 0;
}

.pagination ul {
	list-style: none;
	padding-left: 0;
}

.pagination li {
	display: inline-block;
}

.pagination a {
	display: inline-block;
	padding: 0 0.2em;
}

/* BROCHURES - LEASING
----------------------------------------------- */
	.brochures-cta { background-color: rgb(187, 187, 187); color: rgb(255, 255, 255); min-height: 300px; padding: 0; text-align: center; }
	.brochures .row { padding-bottom: 2.5em; }
	.brochures h2 { text-align: center; }
	.btn-group { margin-top: 1em; text-align: right; }
	.btn-group a.button { display: inline; position: relative; }
	.btn-group a.button { display: inline; position: relative; }
	.brochure-list { text-align: center; }
	.brochure-list a { display: inline-block; margin-top: 1em; min-height: 200px; width: auto; }
	.brochure-list a + a { margin-left: 45px; }
	.brochure-list a > img { max-width: 100%; }
	.brochures a:link, .brochures a:visited { color: rgba(168, 168, 168, 1); font-weight: 700; text-transform: uppercase; font-size: 12px; }
	.brochures a:hover, .brochures a:active { color: rgba(198, 30, 53, 1); }

/* SITE MAP
------------------------------------------------------------ */
.sitemap > ul { -moz-column-count: 2; -moz-column-gap: 40px; -webkit-column-count: 2; -webkit-column-gap: 40px; column-count: 2; column-gap: 40px; list-style: none; margin: 0; padding: 0; }
.sitemap .level-2 { display: inline-block; margin-bottom: 10px; vertical-align: top; width: 100%; }
.sitemap .level-2 ul { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; font-size: 1.25rem; margin-bottom: 0; width: 100%; }
.sitemap .level-2 a { color: rgb(0, 0, 0); }
.sitemap .level-2 a:hover { color: rgba(198, 30, 53, 1); }
.sitemap .level-2 hr { background-color: rgba(224, 224, 219, 1); border: none; color: rgba(224, 224, 219, 1); height: 1px; margin-top: 5px; }
.sitemap .level-2 > a { font-weight: 700; text-decoration: none; }
.sitemap .level-3 { display: inline-block; margin-top: 5px; vertical-align: top; width: 100%; }
.sitemap .level-3:last-of-type { margin-bottom: 10px; }
.sitemap .level-3 ul { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; font-size: 1.25rem; margin-bottom: 0; width: 100%; }

/* CUSTOMER TESTIMONIALS
------------------------------------------------------------ */
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon716b.eot?p0gt5d');
	src: url('../fonts/icomoon716b.eot?p0gt5d#iefix') format('embedded-opentype'), url('../fonts/icomoon716b.ttf?p0gt5d') format('truetype'), url('../fonts/icomoon716b.woff?p0gt5d') format('woff'), url('../fonts/icomoon716b.svg?p0gt5d#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youtube-play:before {
  content: "\f16a";
}
.skip-to-content:not(:focus), .hide-ada {
	border: 0;
	clip-path: inset(50%); 
	clip: rect(0 0 0 0);
	height: 1px;
	left: -999em;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 1px;
}

a.youtube-icon {
	display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials [class*="icon-"] {
	-webkit-transition: color 0.3s ease 0s;
	color: #ffffff;
	font-size: 7em;
	transition: color 0.3s ease 0s;
	position: absolute;
}

.testimonials [class*="icon-"]:hover,
.testimonials [class*="icon-"]:focus,
.testimonials [class*="icon-"]:active {
	color: #b51c16;
}

/* MEDIA QUERIES - MIN-WIDTH
--------------------------------------------- */

/* Medium screens (768px 48em and higher) */
@media (min-width:48em) {
	.locator-panel form { max-height: 380px; padding: 0.5em; }
	.locator-panel-result { height: calc(100% - 380px); }
}

/* Large screens (1024px 64em and higher) */
@media (min-width:64em) {
	.blog-search-input { min-width: 10em; }
	.blog-events-nav .select-wrapper select { max-width: 10em; min-width: 8em;}
}

/* Extra large screens (1200px 75em and higher) */
@media (min-width:75em) {
	.locator-panel form { max-height: 330px; padding: 1em; }
	.locator-panel-result { height: calc(100% - 330px); }
	.blog-search-input { min-width: 14em; }
	.blog-events-nav .select-wrapper select { max-width: 15em; min-width: 10em;}
}

/* MEDIA QUERIES - MIN AND MAX-WIDTH
--------------------------------------------- */

@media (min-width:1201px) and (max-width: 1320px) {
	.main-menu > li a { font-size: .85rem; }
	.locations-nav:link, .locations-nav:visited { font-size: .85rem; }
}

@media (min-width:1151px) and (max-width: 1200px) {
	.main-menu > li a { font-size: .8rem; }
	.locations-nav:link, .locations-nav:visited { font-size: .8rem; }
}

@media (min-width:1101px) and (max-width: 1150px) {
	.main-menu > li a { font-size: .75rem; }
	.locations-nav:link, .locations-nav:visited { font-size: .75rem; }
}

@media (min-width:1025px) and (max-width: 1100px) {
	.main-menu > li a { font-size: .69rem; }
	.locations-nav:link, .locations-nav:visited { font-size: .69rem; }
}

/* MEDIA QUERIES - MAX-WIDTH
--------------------------------------------- */

@media (max-width: 85em) {
	.contact-expert.sticky { position: fixed; right: 1em; }
}

/* Large mobile screens 767px and lower */
@media (max-width:47.99em) {
	html:not([data-scroll="0"]) section.header-top { margin-top: -4.5em; z-index: 1000;}	  
	a.button, button { margin-bottom: 10px; font-size: 1.25rem; }
	[role="main"] { padding-top: 150px; }
	[role="main"] section:last-of-type { padding-bottom: 3em; }
	.mobile-button-wrapper { display: block; }
	header .container-fluid { padding-left: 0; padding-right: 0; }
	.header-top { position: fixed; z-index: 199; min-height: 80px; background-color: #000000; top: 70px; }
	.header-logo { margin: 5px 0 5px 10px; }
	.header-logo img { max-height: 70px; max-width: 251px; }
	.header-search, .header-bottom { display: none !important; }
	.header-mobile { position: relative; display: block; }
	.subpage-header { padding-top: 0; }
	.subpage-header h1 { font-size: 2.25em; }
	.subpage-content { padding-bottom: 2em; }
	.contact-expert-mobile { background-color: #000000; display: block; padding: 1em 0 1.5em 0; }
	.contact-expert-mobile p { margin: 0; }
	.contact-expert-mobile .button { font-size: 1.25rem; font-weight: 400; margin-bottom: 0; }
	.contact-expert-mobile .button::before { -ms-transform: translateY(3px); -webkit-transform: translateY(3px); content: url("../images/icon-expert-small.png"); display: inline-block; margin-right: 0.5em; max-height: 45px; transform: translateY(3px); vertical-align: middle; }
	.footer-top .row .row { padding: 1em 0; }
	.footer-top ul a { display: inline-block; padding-bottom: 0.5em; }
	.footer-bottom { padding: 0.5em 0; }
	.footer-logo { padding-right: 0; }
	.social-icons { padding: 1em 0; }
	#SearchTermMobile { border: none; float: left; width: 288px; }

	/* Contact an Expert Overlay */
	.expert-overlay h2 { font-size: 2.5em; }
	.expert-overlay h3 { font-size: 1.75em; }
	.expert-overlay p { font-size: 1.25em; }
	.expert-overlay input[type="submit"] { font-size: 1.5em; }

	/* Home Page */
	.hero .container-fluid { min-height: 0; position: relative; }
	.hero .hero-background { background-size: cover; }
	.hero-carousel .overlay { padding: 2em 2em 2em 6em; text-align: left; width: 60%; }
	.hero-carousel .overlay hr { margin: 0 auto 0 0; }
	.hero-carousel .overlay h1 { font-size: 1.75em; }
	.hero-carousel .overlay p { font-size: 1.25em; }
	.hero-promos { background-image: none; position: initial; }
	.hero-promos p { margin: 1em auto 1.75em auto; }
	.hero-promos [class*="col-"]:nth-child(1) { background-image: linear-gradient(105deg, #000000 0%, #000000 91%, #ffffff 91.25%, #ffffff 100%); }
	.hero-promos [class*="col-"]:nth-child(2) { background-image: linear-gradient(105deg, #333333 0%, #333333 91%, #ffffff 91.25%, #ffffff 100%); }
	.hero-promos [class*="col-"]:nth-child(3) { background-image: linear-gradient(105deg, #575757 0%, #575757 91%, #ffffff 91.25%, #ffffff 100%); }
	.testimonial { min-height: 450px; }
	.testimonial .overlay { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(255, 255, 255, 0) 100%); }
	.testimonial .quote { padding: 1em 0 0 4em; }
	.testimonial .quote::before { -ms-transform: scale(0.5); -webkit-transform-origin: 0 0; -webkit-transform: scale(0.5); transform-origin: 0 0; transform: scale(0.5); }
	.testimonial .quote p { font-size: 1.75em; margin: 0 auto 1em 0; }
	.testimonial .quote p:not(.author)::after { -ms-transform: scale(0.5); -webkit-transform-origin: 0 0; -webkit-transform: scale(0.5); transform-origin: 0 0; transform: scale(0.5); }
	.testimonial .quote p.author { font-size: 1.25rem; }

	.promo-news .promo { background-position: 50% 25%; background-repeat: no-repeat; min-height: 400px; }
	.promo-news .promo .overlay { display: none; }
	.promo-news .news { background-image: linear-gradient(110deg, #fe0002 0%, #fe0002 11%, #fff 11.25%, #fff 100%); padding: 2em 1em 6em 15%; }
	.promo-news .news article:not(:first-of-type) { display: none; }
	.promo-news .news .allnews { bottom: 1em; right: 1em; top: auto; }
	.locations p { text-align: left; }

	/* News Page */
	.news-events p.date { font-weight: 400; }
	.news-events .row.featured h2 { font-size: 1.5em; }
	.news-events .row.featured p { font-size: 1.125em; }
	.news-events .row.featured .row { margin-left: -1em; margin-right: -1em; }
	.news-events .row.featured .overlay { background-image: linear-gradient(-260deg, rgba(254, 0, 2, 0.8) 0%, rgba(254, 0, 2, 0.8) 80%, rgba(255, 255, 255, 0) 80.25%, rgba(255, 255, 255, 0) 100%); width: 55%; }
	.news-events .row.featured .overlay h2 { font-size: 1.5em; }
	.news-events .row.featured .col-xs img { max-width: 100%; }
	.news-events .row .row { padding: 1em 0; }
	.news-events .row .row.featured { padding-top: 1em; margin-left: -1em; margin-right: -1em; }
	.news-events .row .summary { display: none; }
	.news-events-nav { left: 0; list-style: none; padding: 0; position: relative; top: 0; }
	.news-events-nav .select-wrapper { background-color: #ffffff; font-size: 1.25em; font-style: italic; font-weight: bold; min-width: 140px; }
	.news-events-nav .select-wrapper::after { border: none; content: url('../images/red-carat.png'); right: 2.75em; top: 8px; }
	.news-events-nav .select-wrapper select { border-bottom: 1px solid #cccccc; border-radius: 0; }
	.news-events-nav.mobile { display: block; padding-bottom: 1em; }
	.news-events-nav.mobile label { display: block; font-weight: 700; }
	.news-pagination { text-align: center; }
	.news-detail figure img { height: auto !important; }

	.shaded { background: rgba(102, 102, 102, 1); padding: 3px 10px 3px; position: static; }
	.tagline { color: #ffffff; font-size: 18px; width: 100%; font-family: "sansationregular", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.25em; }
	.callout .column.two-thirds { padding-right: 0; padding-bottom: 0; margin-right: 0; }
	.callout .column.third { background-color: rgba(246, 246, 246, 1); padding: 20px 15px 20px 35px; min-height: 0; }
	.subpage-header .shaded { padding: 7px 20px 3px; }
	.subpage-header .tagline { font-size: 18px; }
	.subpage-header p { font-size: 1em; }
	.subpage-content p, .subpage-content ul, .subpage-content ol { font-size: 1em; }
	.customized-solutions h2 { margin: 0.5em; }
	.customized-solutions p { margin: 0.5em 1em; }
	ul.locator-legend { padding-left: 0; }
	ul.locator-legend li, ul.locator-distance li { padding-right: 8px; }
	ul.locator-distance { padding-left: 0; }
	.locatorMap { height: 0 !important; overflow: hidden; }
	.locator-panel-result { width: 100%; height: auto; }
	#locator a.button, #locator a.button:visited, #locator button { font-size: 1em; }
	.sitemap ul { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
	.our-trucks .column.third { border-left: 0 none; }

	/* Blog page */
	.blog-events .row.featured h2 {
		font-size: 1.5em;
	}

	.blog-events .row.featured p {
		font-size: 1.125em;
	}

	.blog-events .row.featured .row {
		margin-left: -1em;
		margin-right: -1em;
	}

	.blog-events .row.featured .overlay {
		background-image: linear-gradient(-260deg, rgba(254, 0, 2, 0.8) 0%, rgba(254, 0, 2, 0.8) 80%, rgba(255, 255, 255, 0) 80.25%, rgba(255, 255, 255, 0) 100%);
		width: 55%;
	}

	.blog-events .row.featured .overlay h2 {
		font-size: 1.5em;
	}

	.blog-events .row.featured .col-xs img {
		max-width: 100%;
	}

	.blog-events-nav {
		margin: 0 -1em;
		padding: 1em;
	}

	.blog-events-nav .filter-wrapper {
		margin-bottom: 0.5em;
		padding-left: 0;
		padding-right: 0.5em;
	}

	.blog-events-nav .filter-wrapper + .filter-wrapper {
		padding-left: 0;
	}

	.blog-events-nav .filter-controls {
		display: block;
		padding-left: 0;
		padding-top: 0.5em;
	}

	.blog-events-nav .filter-controls input[type="reset"] {
		font-size: 1em;
		margin-left: 0.5em;
		position: relative;
		right: auto;
		top: 0;
	}

	.blog-events-nav .select-wrapper select {
		border-radius: 0;
		border-bottom: 1px solid #cccccc;
	}

	.blog-search {
		margin-top: 1em;
	}
}

/* Mobile landscape (480px and lower) */
@media (max-width:30em) {
	.more-link { font-size: 1rem; }
	.contact-expert-mobile .button { font-size: 1.125rem; }

	/* Contact an Expert Overlay */
	.expert-overlay .container-fluid { width: 85%; }
	.expert-overlay .close { right: 0.5em; top: 1em; }
	.expert-overlay h2 { font-size: 2.25em; }
	.expert-overlay h3 { font-size: 1.5em; }
	.expert-overlay p { font-size: 1.125em; }

	/* Home Page */
	.hero-carousel .overlay { text-align: left; width: 70%; padding: 0em 1em 1em 3em; font-size: .9em; }
	.hero-carousel .overlay h1 { font-size: 1.125em; }
	.hero-carousel .overlay p { font-size: 0.85em; }
	.hero-promos h2 { font-size: 1.75em; }
	.hero-promos [class*="col-"]:nth-child(1) { background-image: linear-gradient(105deg, #000000 0%, #000000 82.75%, #ffffff 83%, #ffffff 100%); }
	.hero-promos [class*="col-"]:nth-child(2) { background-image: linear-gradient(105deg, #333333 0%, #333333 82.75%, #ffffff 83%, #ffffff 100%); }
	.hero-promos [class*="col-"]:nth-child(3) { background-image: linear-gradient(105deg, #575757 0%, #575757 82.75%, #ffffff 83%, #ffffff 100%); }
	.testimonial { min-height: 400px; }
	.testimonial .quote { padding: 1.5em 0 0 3.5em; }
	.testimonial .quote p { font-size: 1.5em; width: 85%; }
	.testimonial .quote p:not(.author)::after { left: 87%; }
	.promo-news .news { background-image: linear-gradient(105deg, #fe0002 0%, #fe0002 16%, #fff 16.25%, #fff 100%); padding: 2em 1em 5em 20%; }
	.locations h2 { font-size: 1.75em; }
	.electric h2 { font-size: 2em; white-space: normal; }
	h2.charge:after { background-size: 30px 40px!important; height: 40px!important; width: 30px!important; }


	/* News Page */
	.news-events h2 { font-size: 1.25em; margin: 0.5em 0; }
	.news-events p { font-size: 1.125em; margin: 1em 0; }
	.news-events p.date { font-size: 1.125em; }
	.news-events-nav a:link, .news-events-nav a:visited { font-size: 1.25em; }
	.news-events .row.featured .overlay { background-color: #fe0002; background-image: none; height: auto; padding: 1em; position: relative; width: 100%; }
	.news-events .row.featured .overlay h2 { font-size: 1.125em; }
	.news-events .row.featured .overlay p { font-size: 1em; }
	.news-detail h2 { font-size: 1.5em; }
	.news-detail h3 { font-size: 1.25em; }
	.news-detail p { font-size: 1.125em; }
	.news-detail p.date { font-size: 1em; }
	.news-detail .backtotop { margin-top: 0; }
	.news-detail figure.caption-left,
	.news-detail figure.caption-right { display: block; }
	.news-detail figure.caption-left img,
	.news-detail figure.caption-right img { max-width: 100%; }
	.news-detail figure.caption-left figcaption,
	.news-detail figure.caption-right figcaption { max-width: 100%; margin: 1em 0; }

	/* Blog page */
	.blog-events .row.featured {
		padding: 1em 0;
		margin-left: -1em;
		margin-right: -1em;
	}

	.blog-events .row.featured .overlay {
		background-color: #fe0002;
		background-image: none;
		height: auto;
		padding: 1em;
		position: relative;
		width: 100%;
	}

	.blog-events .row.featured .overlay h2 {
		font-size: 1.125em;
	}

	.blog-events .row.featured .overlay p {
		font-size: 1em;
	}

	.blog-events .row .summary {
		display: none;
	}
}

/* Mobile portrait (320px and lower) */
@media (max-width:20em) {
	a.button, button { font-size: 1rem; }
	.contact-expert-mobile { background-color: #000000; display: block; padding: 1em 0; }
	.contact-expert-mobile .button { font-weight: 400; margin-bottom: 0; }
	.expert-overlay .container-fluid { width: 90%; }
	.hero-carousel .overlay { width: 80%; }
	.hero-carousel .overlay h1 { font-size: 1em; }
	.hero-carousel .overlay p { font-size: 0.85em; }
	.hero-promos h2 { font-size: 1.5em; }
	.hero-promos [class*="col-"]:nth-child(1) { background-image: linear-gradient(102deg, #000000 0%, #000000 82.75%, #ffffff 83%, #ffffff 100%); }
	.hero-promos [class*="col-"]:nth-child(2) { background-image: linear-gradient(102deg, #333333 0%, #333333 82.75%, #ffffff 83%, #ffffff 100%); }
	.hero-promos [class*="col-"]:nth-child(3) { background-image: linear-gradient(102deg, #575757 0%, #575757 82.75%, #ffffff 83%, #ffffff 100%); }
	.footer-top .row .row [class*="col-"] { -ms-flex-preferred-size: 80%; -webkit-flex-basis: 80%; flex-basis: 80%; max-width: 80%; }
}

@media (max-width: 1024px) {
	.alert-bar {
		position: fixed;
		z-index: 200;
		width: 100%;
	}
}

/* Tablet Only */
@media (min-width: 768px) and (max-width: 1024px) {
	html:not([data-scroll="0"]) section.header-top { margin-top: -4.5em; z-index: 1000;}	  
	a.button, button { margin-bottom: 10px; }
	[role="main"] { padding-top: 80px; }
	.mobile-button-wrapper { display: block; }

	/* Header */
	header .container-fluid { padding-left: 0; padding-right: 0; }
	.header-top { position: fixed; z-index: 199; min-height: 80px; background-color: #000000; top: 70px; }
	.header-logo { margin: 5px 0 5px 10px; }
	.header-logo a { display: inline-block; }
	.header-search, .header-bottom { display: none !important; }
	.header-mobile { position: relative; display: block; }
	#SearchTermMobile { border: none; float: left; width: 288px; }

	div[role="main"] {
		top: 0;
		position: relative;
	}

	/* Footer */
	.footer-top ul { -ms-flex-preferred-size: 50%; -webkit-flex-basis: 50%; flex-basis: 50%; max-width: 50%; }
	.footer-bottom ul > li { padding-right: 1em; }
	.footer-bottom ul > li:last-child { padding-right: 1em; }
	.social-icons { padding-bottom: 0; }
	.social-icons a:link, .social-icons a:visited { margin-bottom: 0.5em; }

	/* Home Page */
	.hero-carousel .overlay { -ms-transform: skew(-13deg) translateX(-18%); -webkit-transform: skew(-13deg) translateX(-18%); transform: skew(-13deg) translateX(-18%); padding: 3em 1em 3em 6em; width: 65%; }
	.hero-carousel .overlay h1 { font-size: 1.75em; }
	.hero-promos { background-image: linear-gradient(100deg, #000 0%, #000 32%, #333 32%, #333 68%, #575757 68%, #575757 100%); }
	.hero-promos h2 { font-size: 2em; }
	.testimonial { min-height: 450px; }
	.testimonial .quote { padding-left: 5em; }
	.testimonial .quote::before { -ms-transform: scale(0.75); -webkit-transform-origin: 0 0; -webkit-transform: scale(0.75); transform-origin: 0 0; transform: scale(0.75); }
	.testimonial .quote p { font-size: 1.5em; }
	.testimonial .quote p:not(.author)::after { -ms-transform: scale(0.75); -webkit-transform-origin: 0 0; -webkit-transform: scale(0.75); transform-origin: 0 0; transform: scale(0.75); }
	.promo-news .promo .overlay { display: none; }
	/*.promo-news .promo .overlay { background-image: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 1) 76.25%, rgba(255, 255, 255, 1) 100%); }*/
	.promo-news .news { padding: 2em 1em; }
	.promo-news .news h2 { font-size: 1.75em; }
	.promo-news .news .allnews { top: 1.5em; right: 0.5em; }
	.locations p { text-align: left; }

	/* Subpages */
	.subpage-header { padding-top: 0; }
	.subpage-content { padding-bottom: 2em; }
	.contact-expert-mobile { background-color: #000000; display: block; padding: 1em 0 1.5em 0; }
	.contact-expert-mobile p { margin: 0; }
	.contact-expert-mobile .button { font-size: 1.75em; font-weight: 400; margin-bottom: 0; margin-left: 7em; z-index: 199; }
	.contact-expert-mobile .button::before { -ms-transform: translateY(3px); -webkit-transform: translateY(3px); content: url("../images/icon-expert-small.png"); display: inline-block; margin-right: 0.5em; max-height: 45px; transform: translateY(3px); vertical-align: middle; }

	.tagline { line-height: 1.1em; }
	.callout p.larger { font-size: 1em; }
	.callout p.quote { font-size: 0.8em; }

	/* Blog page */
	.blog-events-nav .filter-wrapper {
		margin-bottom: 0.5em;
		padding-left: 0;
		padding-right: 1em;
	}

	.blog-events-nav .filter-wrapper + .filter-wrapper {
		padding-left: 0;
	}

	.blog-events-nav .filter-controls {
		display: block;
		padding-left: 0;
		padding-top: 0.5em;
	}

	.blog-events-nav .select-wrapper select {
		border-radius: 0;
		border-bottom: 1px solid #cccccc;
	}

	.blog-search-input {
		min-width: 10em;
	}

}

#CybotCookiebotDialog {background-color: #383838 !important; color:#fff !important;}
#CybotCookiebotDialog h2 {color:#fff !important;}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */