/*
Theme Name: Hightower Theme
Theme URI: http://hightoweragency.com
Description: A baisc theme to build the best website ever on.
Author: HTA
Version: 1.0
*/

.chromeframe {position: absolute; top: 0;}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #1c3f77;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/

.clear {
	clear: both;
}

html{
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
}

#wrapper {
	max-width: 1800px;
	width: 100%;
	margin: 0px auto;
}

.wrap {
	max-width: 1300px;
	width: 96%;
	padding: 0 2%;
	margin: 0px auto;
	
}

.sm-wrap {
	max-width: 1070px;
	width: 100%;
	margin: 0px auto;
}

.half {
	float: left;
	width: 50%;
}

.aligncenter {
	text-align: center;
}

header {
	padding: 12px 0;
}

#header-logo {
	float: left;
	margin-top:  5px;
}

.header-top {
	float: right;
}

nav {
	float: right;
}

nav li {
	list-style: none;
	float: left;
    /*margin-top: 40px;*/
    margin-top: 22px;
    margin-left: 45px;
}

nav li a {
	color: #1c3f77;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.hidden-nav {
	display: none;
}

.header-phone {
	display: inline-block;
    float: right;
    /*margin-top: 34px;*/
    margin-top: -6px;
    /*margin-right: 30px;*/
    color: #565656;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
}

.header-phone a {
	text-decoration: none;
	color: #1c3f77;
}

.login-btn {
	background: linear-gradient(to right, #b1b3b6, #d6d8db);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #565656;
    border: none;
    padding: 6px 15px 5px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: -12px;
    float: right;
}

#mobile-nav-btn {
	display: none;
}

.quickApplyTab {
    position: fixed;
    top: 175px;
    right: 0;
    z-index: 999;
    cursor: pointer;
    width: 50px;
}

#home-hero {
	width: 100%;
}

.home-hero-half {
	position: relative;
    float: left;
    overflow: hidden;
    width: 50%;
    background: #d5d7d8;
    text-align: center;
    cursor: pointer;
}

.home-hero-half img {
	/*width: 100%;*/
	 position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.home-hero-half.home-program img {
	max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

.home-hero-half.home-inventory img {
	max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

.home-hero-half.home-program:hover img,
.home-hero-half.home-inventory:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.home-hero-half.home-program h2 {
	bottom: 50px;
    /*left: 75px;*/
    margin: 0;
}

.home-hero-half.home-inventory h2 {
	top: 50px;
	/*right: 75px;*/
	margin: 0;
}

.home-hero-half h2 {
	text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 70px;
    /*margin-top: 80px;*/
    z-index: 200;
    position: absolute;
    width: 100%;
}

#home-hero-text {
	/*background: linear-gradient(-45deg, #00002a, #1c3f77, #1c3f77);*/
    padding: 25px 0;
    /*color: #ffffff;*/
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    width: 100%;
    text-align: center;
    line-height: 24px;
    margin-top: -3px;
}

#cta-bar {
	background: #1c3f77;
	text-align: center;
	padding: 20px
}

#cta-bar span {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
}

#home-service-boxes {
	padding: 55px 0 45px;
}

.service-box {
	float: left;
    width: 30%;
    text-align: center;
    margin: 0 1.6%;
}

.service-image {
	width: 100%;
}

.service-title {
	color: #1c3f77;
	font-size: 28px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.service-text {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.service-logo {
	margin-top: 10px;
}

.latest-inventory-box {
	/*width: 50%;
	float: left;*/
	width: 100%;
	min-height: 295px;
	/*background-image: linear-gradient(to bottom right, #6a6a6a, #b2b3b7);*/
	background: linear-gradient(-45deg, #00002a, #1c3f77, #1c3f77);
	padding-top: 5px;
	padding-bottom: 35px;
}

.grey-box {
	background: url('images/grey-bg.jpg') center center;
	color: #1c3f77;
}

.blue-box {
	background: url('images/blue-bg.jpg') center center;
	color: #d6d8db;
}

.latest-inventory-item-wrap {
	/*max-width: 650px;*/
	width: 100%;
	color: #fff;
}

.latest-inventory-title {
	font-size: 44px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	display: block;
    text-align: center;
    margin: 40px 0;
    line-height: 42px;
}

.grey-box .latest-inventory-item-wrap {
	float: right;
}

.blue-box .latest-inventory-item-wrap {
	float: left;
}

.grey-box .latest-inventory-title {
	color: #1c3f77;
}

.blue-box .latest-inventory-title {
	color: #d6d8db;
}

.home-inventory-item {
	float: left;
	/*width: 46%;*/
	width: 23%;
	margin: 0 1% 20px;
	text-align: center;
	box-shadow: 0px 0px 9px #030303;
}

/*.grey-box .home-inventory-item {
	border-right: 1px solid #1c3f77;
}

.blue-box .home-inventory-item {
	border-right: 1px solid #d6d8db;
}

.home-inventory-item:last-child {
	border-right: none;
}*/

.home-inventory-desc {
	background: #fff;
    margin-top: -17px;
    padding-top: 10px;
}

.home-inventory-title {
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	margin-bottom: 7px;
	color: #1c3f77;
	margin-top: 15px;
}
.home-inventory-main-details img {
	width: 100%;
	height: 215px;
	object-fit: cover;
}

.home-inventory-desc p {
	margin: 3px 0;
	color: #1c3f77;
}

.btn-grey {
	background: linear-gradient(to right, #d6d8db , #ffffff);
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #1c3f77;
    border: none;
    padding: 9px 55px 9px;
    margin: 15px 0 22px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.btn-grey:hover {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#footer-phone {
	text-align: center;
	padding: 20px 0;
}

#footer-phone span {
	color: #565656;
    font-size: 36px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
}

#footer-phone a {
	text-decoration: none;
	color: #1c3f77;
}

#quick-app {
	/*background: url('images/contact-bg.jpg') center center;*/
	background: linear-gradient(-45deg, #00002a, #1c3f77, #1c3f77);
	font-family: 'Roboto', sans-serif;
	padding: 30px 0;
	text-align: center;
}

#quick-app h2 {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
	font-size: 52px;
    color: #ffffff;
    font-weight: 900;
    margin: 0;
}

#quick-app p {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin-top: 0;
}

#quick-app .form-p {
	max-width: 600px;
	margin:  0 auto 20px;
}

.wpcf7-form p {
	margin-bottom: 0;
}

#short-app,
.wpcf7-form {
	width: 100%;
	max-width: 415px;
	margin: 0 auto;
	color: #ffffff;
}

/*#short-app input,*/
.wpcf7-form input {
	background: #c4cbd8;
	height: 30px;
	margin-bottom: 10px;
	width: 98%;
	border: none;
	padding-left: 2%;
	color: #000000;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

#short-app input.error { border: 1px solid #d40000; }
.validError { background-color: #d40000; color: #fff; padding: 5px; }

#short-app input::placeholder,
.wpcf7-form input::placeholder {
	color: #000000;
}

#short-app select,
.wpcf7-form select {
    display: block;
    width: 100%;
    padding: 0 2%;
    height: 32px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 31px;
    border: none;
    box-shadow: none;
    background-color: #c4cbd8;
    background-image: url(images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 9px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    color: #000000;
}

.checkbox-366 {
	margin-top: 8px;
    display: block;
}

#short-app .checkbox,
.wpcf7-form .checkbox input {
	width: initial !important;
	/*float: left;*/
	vertical-align: middle;
	height: initial !important;
}

span.check-text,
.wpcf7-list-item-label {
	/*float: left;*/
	/*margin-top: 11px;*/
	margin-top: 9px;
    margin-left: 0px;
}

.checkbox span.wpcf7-list-item {
	display: inline;
}

.app-submit,
.wpcf7-form input.wpcf7-submit {
	background: linear-gradient(to right, #888888 , #b1b3b6);
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
    font-size: 16px;
    color: #1c3f77;
    border: none;
    padding: 6px 60px 5px;
    margin: 15px 0 22px;
    cursor: pointer;
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    width: inherit;
}

div.wpcf7 .ajax-loader {
	display: block !important;
	margin: 0 auto !important;
	background-color: #ffffff;
}

.wpcf7-form span.wpcf7-not-valid-tip {
	margin-bottom: 10px;
}

.app-submit:hover,
.wpcf7-form input.wpcf7-submit:hover {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pp-link,
.form-popup .pp-link {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	font-size: 12px;
	float: right;
}

footer {
	background: #000000;
	padding: 40px 0 35px;
	text-align: center;
}

/*#footer-info {
	margin: 0 auto;
    width: 840px;
}
*/

.footer-logo-box {
	width: 318px;
	margin:  0 auto;
}

.footer-logo {
	float: left;
}

.footer-iel {
	margin-top: 10px;
    margin-left: 20px;
}

.footer-iel img {
	width: 90px;
}

footer #menu-navigation-1 {
	padding: 0;
}

footer nav {
	float: none;
	/*border-left: 1px solid #b1b3b6;*/
	/*border-right: 1px solid #b1b3b6;*/
	height: auto;
	/*width: 42%;*/
	margin: 0 35px;
	padding: 0 15px;
}

footer nav li {
	list-style: none;
	float: none;
    margin-top: 20px;
    margin: 10px 12px 0;
    display: inline-block;
}

footer nav li.menu-item-300 {
	display: none;
}

footer nav li a {
	color: #ffffff;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

#social-buttons {
	float: left;
    /*width: 23%;*/
    text-align: right;
    margin-top: 19px;
}

.social {
	margin-right: 10px;
}

.copyright {
	text-align: center;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
}

#tidio-chat-iframe {
	margin-bottom: 35px !important;
	margin-right: -20px !important;
}


/* Interior styles!
-------------------------------------------------------------------------------*/

.split-header-ind {
	float: left;
	width: 50%;
}

.split-header-ind img {
	width: 100%;
}

.split-header-text {
	background: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin-top: -80px;
    position: relative;
}

.split-header-text h2,
.inventory-header-title h2 {
	margin: 0;
	padding: 16px 0 15px;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
}

#inventory-split {
	padding: 50px 0;
}

#inventory-split .half {
	width: 46%;
    padding: 2%;
}

.btn-blue {
	background: linear-gradient(to right, #1c3f77, #060e3b);
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    border: none;
    padding: 9px 55px 9px;
    margin: 15px 0 22px;
    text-decoration: none;
    text-transform: uppercase;
	transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: inline-block;
}

.btn-blue:hover {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
}

.post h1 {
	color: #1c3f77;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
}

#page-hero {
	margin-bottom: 75px;
}

#page-hero img {
	width: 100% !important;
	height: 100% !important;
}

.program-box {
	width: 30%;
	float: left;
	text-align: center;
	margin: 0 1.5%;
}

.program-box h2 {
	font-size: 34px;
	color: #565656;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-top: 15px;
}

.program-box h2 span {
	color: #1c3f77;
}

.program-box p, .program-box li {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
    font-size: 16px;
    color: #000000;
}

.program-box-left {
	text-align: left;
	margin-left: 75px;
}

.program-box ul {
	text-align: left;
	margin-left: 55px;
}

.program-box .btn {
	background: linear-gradient(-45deg, #00002a, #1c3f77, #1c3f77);
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    border: none;
    padding: 6px 60px 5px;
    margin: 15px 0 22px;
    text-decoration: none;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.program-box .btn:hover {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Inventory styles!
-------------------------------------------------------------------------------*/

.page-template-page-inventory #page-hero {
    margin-bottom: 45px;
}

.inventory-type-buttons {
	width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.inv-nav {
	width: 24%;
    display: inline-block;
    text-align: center;
    color: #1c3f77;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.inv-nav:hover {
	border: 2px solid #1c3f77;
    border-style: inset;
}

.inventory-header-title {
	background: #000;
	text-align: center;
	margin-bottom: 50px;
}

.inventory-type-buttons .btn-blue {
	width: 22%;
	margin: 0 1.5%;
}

.inventory-container {
	margin:  50px 0 50px;
}

.inventory-row {
	
}

.featured-row {
	text-align: center;
}

.featured-item {
	float: none !important;
	display: inline-block;
	margin-bottom: 5% !important;
}

.inventory-item {
	float: left;
	/*width: 31%;*/
	margin-right: 2%;
	text-align: center;
	background: #cccccc;
    color: #000;
    box-shadow: 0px 0px 7px #323232;
    margin-bottom: 2.5%;
    width: 23%;
}

h2.inventory-title {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 10px;
}

/*.inventory-item:last-child {
	margin-right: 0;
	border-right: none;
}*/

.inventory-item img {
	width: 100% !important;
	height: 215px;
	object-fit: cover;
}

h2.inventory-title {

}

.inventory-main-details {
	text-align: left;
	margin: 0 0 20px 20px;
}

.inventory-item p {
	margin: 4px 0;
	font-size: 14px;
}

.inventory-main-details span {
	font-weight: bold;
}

.featured-truck {
	background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 4px 15px;
    display: inline-block;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}

.sold-truck {
	background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 4px 15px;
    display: inline-block;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}

.slider-nav {
	margin-top: 20px;
}

.slick-slide img {
    width: 100%;
}

.slider-nav .slick-slide img {
	width: 96%;
	margin:  0 2%;
}

.slick-prev:before,
.slick-next:before {
	color: #000000;
	font-size: 35px;
}

.slick-prev {
    left: 3px;
    z-index: 999;
}

.slick-next {
    right: 18px;
    z-index: 999;
}


/* Team styles!
-------------------------------------------------------------------------------*/

#page-hero.team {
	background: linear-gradient(-45deg, #00002a, #1c3f77, #1c3f77);
	width: 100%;
}

#tc-left {
	float: left;
	width: 50%;
}

#tc-right {
	float: left;
	width: 45%;
	padding-left: 3%;
	padding-top: 35px;
}

.team-member-title {
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff;
	font-size: 26px;
}

.team-member-bio {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 20px;
}

#team-members {
	margin-bottom: 75px;
}

.team-member-container {
	float: left;
    width: 23%;
    margin: 1%;
    /*cursor: pointer;*/
    text-align: center;
}

.team-member {
	width: 100%;
}

.team-member h3 {
	color: #1c3f77;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 5px;
}

#overlay {
	background: rgba(0,0,0,.6);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
    padding-top: 100px;
    overflow-y: scroll;
}

#overlay .overlay-container {
	background: linear-gradient(-45deg, #00002a, #1c3f77, #1c3f77);
	padding: 30px;
	margin-bottom: 100px;
	max-width: 575px;
	width: 90%;
    margin: 0 auto;
}

#team-member-main {
	max-width: 375px;
	width: 100%;
	box-shadow: 0px 0px 10px #000;
	margin-bottom: 10px;
}

#overlay h3 {
	margin: 0;
    font-size: 44px;
    font-family: 'Roboto Condensed', sans-serif;
}

#overlay p {
	margin: 5px 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
}

#overlay a {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 28px;
}

#overlay .popupCloseButton {
	color: #fff;
}

/* Inventory Single styles!
-------------------------------------------------------------------------------*/
#inventory-single-bg {
    background: linear-gradient(to right, #b1b3b6, #d6d8db);
    padding: 40px 0 95px;
}

.inventory-back-btn {
	margin-bottom: 35px;
    display: block;
    color: #1c3f77;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.inventory-back-btn:hover {
	text-decoration: underline;
}

.inventory-single-container {
	background: #ffffff;
	padding: 20px;
	margin: 0px auto;
}

.inventory-single-img {
	float: left;
	width: 50%;
}

.inventory-single-content {
	float: left;
	margin-left: 3%;
	width: 47%;
}

h1.inventory-single-title {
	font-size: 32px;
	margin-bottom: 10px;
}

.inventory-single-content .row {
    padding: 5px 0px;
    font-size: 14px;
    border-bottom: 1px solid #8b8b8b;
    font-family: 'Roboto', sans-serif;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.col-1-2 {
    width: 50%;
    float: left;
}

.inventory-single-key {
	font-weight: bold;
	font-size: 16px;
}

.inventory-single-value {
	font-size: 16px;
}

.inventory-single-content .btn-blue {
    display: inline-block;
	margin-top: 35px;
	cursor: pointer;
}

.form-popup {
	background: rgba(0,0,0,.6);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
    padding-top: 100px;
    overflow-y: scroll;
}

.form-popup #short-app {
	background: linear-gradient(-45deg, #00002a, #1c3f77, #1c3f77);
	padding: 30px;
	margin-bottom: 100px;
}

.form-popup h3 {
	margin: 0;
    font-size: 44px;
    font-family: 'Roboto Condensed', sans-serif;
}

.form-popup p {
	margin: 5px 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.form-popup a {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 28px;
}

.popupCloseButton {
    border-radius: 50px;
    cursor: pointer;
    font-family: arial;
    font-weight: bold;
    font-size: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    float: right;
    margin-right: -25px;
    margin-top: -25px;
}

/* Success Story queries!
-------------------------------------------------------------------------------*/

.story-container {
	margin: 50px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}

.story-container:last-child {
	border-bottom: none;
}

.story-single-img {
	float: left;
	width: 40%;
}

.story-single-content {
	float: left;
	margin-left: 5%;
	width: 45%;
}

h1.story-single-title {
	font-size: 32px;
	margin-bottom: 10px;
	margin-top: 0;
}

.story-single-content .row {
    padding: 10px 0px;
    font-size: 14px;
    border-bottom: 1px solid #8b8b8b;
    font-family: 'Roboto', sans-serif;
}

.story-single-content .row p {
	margin: 0;
}

.col-1-1 {
    width: 70%;
    float: left;
}

.col-1-3 {
    width: 30%;
    float: left;
}

.story-single-key {
	font-weight: bold;
	font-size: 16px;
}

.story-single-value {
	font-size: 16px;
}

p.success-story {
	font-size: 16px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

/* Contact page queries!
-------------------------------------------------------------------------------*/

.contact-no-show{
	display: none;
}

.contact-container h2 {
	color: #1c3f77;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
}

.contact-container h3 {
	color: #1c3f77;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
}

.contact-container p {
	font-size: 16px;
	margin-top: 0;
	font-family: 'Roboto', sans-serif;
}

.contact-container ul {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.partner-logo {
	text-align: center;
}

.partner-content {
	text-align: center;
    max-width: 850px;
    margin: 0 auto 25px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 25px;
}

.partner-content a {
	color: #234173;
	text-decoration: none;
}

.partner-content:last-child {
	border-bottom: none;
}

.error404 .entry h2 {
	color: #1c3f77;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.error404 p {
	font-size: 16px;
	margin-top: 0;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 50px;
}

.page-id-30 #quick-app {
	display: none;
}

.employee-login-container h2 {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
	font-size: 38px;
    color: #ffffff;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

.employee-login-container {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 75px;
	color: #ffffff;
	background: linear-gradient(-45deg, #00002a, #1c3f77, #1c3f77);
	font-family: 'Roboto', sans-serif;
	padding: 50px;
	text-align: center;
}

.employee-login-container p {
	font-size: 18px;
}

.employee-login-container input {
	/*background: #c4cbd8;
	height: 30px;
	margin-bottom: 10px;
	width: 98%;
	border: none;
	padding-left: 2%;
	color: #000000;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
*/
	background: #c4cbd8;
    height: 30px;
    width: 98%;
    max-width: 450px;
    border: none;
    padding-left: 0%;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    display: block;
    margin: 5px auto 10px;
    padding-left: 7px;
}

.employee-login-container input::placeholder {
	color: #000000;
}

span.check-text {
	/*margin-top: 11px;
    margin-left: 8px;*/
}

p.login-submit {
	width: 75%;
    max-width: 350px;
    margin: 0px auto;
}

.employee-login-container #client-submit {
	background: linear-gradient(to right, #888888 , #b1b3b6);
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
    font-size: 16px;
    color: #1c3f77;
    border: none;
    padding: 6px 60px 5px;
    margin: 15px 0 22px;
    cursor: pointer;
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.employee-login-container #client-submit:hover {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.employee-login-container a {
	color: #ffffff;
	text-decoration: none;
}

.employee-login-container a:hover {
	text-decoration: underline;
}

/* Truck Customizer
-------------------------------------------------------------------------------*/

.decal-desc{
	text-align: center;
}

.decal-desc h2{
	color: #1c3f77;
	font-size: 52px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0;
}

.decal-desc p{
	font-size: 19px;
}

.truck-bg {
	position: relative;
	background-image: url('http://goswiftowner.com/wp-content/uploads/2025/07/swift-truck.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding-bottom: 100px;
}

#decal-overlay {
	margin-top: 385px;
    margin-left: 463px;
    width: 418px;
}

#decal-thumbnail-container{
	padding-bottom: 20px;
}

.decal-imageBox{
	width: 16%;
	float: left;
	border: 1px solid;
}

#decal-name{
	font-size: 25px;
	padding-bottom: 30px;
}

.decal-thumbnail {
	width: 100%;
    /* float: left; */
    height: 68px;
	cursor: pointer;
}

.decal-whole{
	margin-left: 189px !important;
	margin-bottom: 178px;
}

.decal-slanted{
	height: 167px;
	margin-left: 353px !important;
	margin-bottom: 239px;
}

.decal-cabin{
	height: 142px;
	width: 189px !important;
	margin-left: 478px !important;
	margin-bottom: 292px;
}

.decal-hexblue{
	height: 222px;
	width: 328px !important;
	margin-left: 451px !important;
	margin-bottom: 234px;
}

.decal-skirt{
	margin-left: 411px !important;
	margin-bottom: -34px;
}

/* Media queries!
-------------------------------------------------------------------------------*/

@media (max-width: 1345px) {
	/*.page-id-37 .split-header-text {
		margin-top: -5px;
	}*/
}

@media (max-width: 1100px) {
	.sm-wrap {
		width: 98%;
		padding: 0 1%;
	}

	nav li:first-child {
		margin-left: 0;
	}
}

/* Media Queries for Truck Customizer Starts Here
-------------------------------------------------------------------------------*/

@media (max-width: 1354px){
	.decal-whole{
		margin-left: 200px !important;
		margin-bottom: 181px;
		width: 375px !important;
	}
	
	.decal-slanted{
		margin-left: 352px !important;
		margin-bottom: 245px;
	}
	
	.decal-skirt{
		margin-left: 410px !important;
		margin-bottom: -34px;
	}
	
	.decal-hexblue{
		height: 222px;
		width: 328px !important;
		margin-left: 463px !important;
		margin-bottom: 235px;
	}
}

@media (max-width: 1345px){
	.decal-skirt{
		margin-left: 367px !important;
		margin-bottom: -34px;
	}
	
	.decal-hexblue{
		height: 222px;
		width: 328px !important;
		margin-left: 463px !important;
		margin-bottom: 235px;
	}
}

@media (max-width: 1311px){
	.decal-slanted{
		margin-left: 333px !important;
	}

	.decal-cabin{
		margin-left: 457px !important;
	}
	
	.decal-hexblue{
		height: 222px;
		width: 285px !important;
		margin-left: 463px !important;
		margin-bottom: 235px;
	}
}

@media (max-width: 1280px){
	.decal-slanted{
		margin-left: 351px !important;
		width: 376px !important;
	}

	.decal-cabin{
		margin-left: 447px !important;
		width: 169px !important;
	}

	.decal-skirt{
		margin-left: 378px !important;
		margin-bottom: -40px;
	}
	
	.decal-hexblue{
		height: 207px;
		width: 292px !important;
		margin-left: 427px !important;
		margin-bottom: 235px;
	}
}

@media (max-width: 1254px){
	.decal-slanted{
		margin-left: 346px !important;
		margin-bottom: 261px;
	}

	.decal-cabin{
		margin-left: 438px !important;
	}

	.decal-skirt{
		margin-left: 331px !important;
		margin-bottom: -34px;
	}
	
	.decal-hexblue{
		height: 207px;
		width: 292px !important;
		margin-left: 427px !important;
		margin-bottom: 235px;
	}
}

@media (max-width: 1190px){
	.decal-whole{
		margin-left: 179px !important;
		margin-bottom: 187px;
		width: 375px !important;
	}

	.decal-cabin{
		height: 110px;
		width: 131px !important;
		margin-left: 407px !important;
	}
	
	.decal-slanted{
		margin-left: 339px !important;
		margin-bottom: 245px;
		width: 342px !important;
	}
	
	.decal-skirt{
		margin-left: 330px !important;
		margin-bottom: -34px;
	}
	
	.decal-hexblue{
		height: 197px;
		width: 292px !important;
		margin-left: 405px !important;
		margin-bottom: 235px;
	}
}

@media (max-width: 1151px){
	.decal-slanted{
		margin-left: 322px !important;
	}

	.decal-skirt{
		margin-left: 305px !important;
		margin-bottom: -34px;
	}
	
	.decal-hexblue{
		height: 191px;
		width: 292px !important;
		margin-left: 418px !important;
		margin-bottom: 235px;
	}
}

@media (max-width: 1120px){
	.decal-whole{
		margin-left: 150px !important;
		margin-bottom: 183px;
		width: 375px !important;
	}
	
	.decal-slanted{
		margin-left: 319px !important;
		margin-bottom: 253px;
		width: 326px !important;
	}
	
	.decal-cabin{
		margin-left: 390px !important;
	}
	
	.decal-skirt{
		margin-left: 295px !important;
		margin-bottom: -34px;
	}
	
	.decal-hexblue{
		height: 193px;
		width: 266px !important;
		margin-left: 372px !important;
		margin-bottom: 235px;
	}
}

@media (max-width: 1080px){
	.decal-whole{
		margin-bottom: 191px;
	}

	.decal-slanted{
		margin-left: 295px !important;
		margin-bottom: 260px;
		width: 320px !important;
	}

	.decal-skirt{
		margin-left: 276px !important;
	}

	.decal-hexblue{
		height: 184px;
		width: 266px !important;
		margin-left: 351px !important;
		margin-bottom: 235px;
	}
}

@media (max-width: 1048px){
	.decal-whole{
		margin-left: 120px !important;
		margin-bottom: 191px;
		width: 375px !important;
	}
	
	.decal-slanted{
		margin-left: 306px !important;
		margin-bottom: 260px;
		width: 287px !important;
	}
	
	.decal-cabin{
		margin-left: 360px !important;
	}
	
	.decal-skirt{
		margin-left: 276px !important;
		margin-bottom: -21px;
		width: 391px !important;
	}
	
	.decal-hexblue{
		height: 173px;
		width: 248px !important;
		margin-left: 352px !important;
		margin-bottom: 241px;
	}
}

@media (max-width: 1024px){
	.decal-whole{
		margin-left: 140px !important;
		margin-bottom: 196px;
		width: 340px !important;
	}
	
	.decal-slanted{
		margin-left: 276px !important;
		margin-bottom: 255px;
		width: 295px !important;
	}
	
	.decal-cabin{
		margin-left: 360px !important;
	}
	
	.decal-skirt{
		margin-left: 276px !important;
		margin-bottom: -21px;
		width: 391px !important;
	}
	
	.decal-hexblue{
		height: 166px;
		width: 255px !important;
		margin-left: 337px !important;
		margin-bottom: 245px;
	}
}


@media (max-width: 990px){
	.decal-whole{
		margin-left: 125px !important;
		margin-bottom: 196px;
		width: 375px !important;
	}
	
	.decal-slanted{
		margin-left: 284px !important;
		margin-bottom: 256px;
		width: 285px !important;
	}
	
	.decal-cabin{
		height: 101px;
		width: 132px !important;
		margin-left: 335px !important;
	}
	
	.decal-skirt{
		margin-left: 253px !important;
		margin-bottom: -7px;
	}
	
	.decal-hexblue{
		height: 166px;
		width: 229px !important;
		margin-left: 331px !important;
		margin-bottom: 241px;
	}
}

@media (max-width: 915px){
	.decal-whole{
		margin-left: 110px !important;
		margin-bottom: 205px;
		width: 325px !important;
	}
	
	.decal-slanted{
		margin-left: 250px !important;
		margin-bottom: 253px;
		height: 135px;
		width: 277px !important;
	}
	
	.decal-cabin{
		height: 83px;
		width: 109px !important;
		margin-left: 320px !important;
	}

	.decal-skirt{
		margin-left: 239px !important;
		margin-bottom: 8px;
		width: 343px !important;
	}
	
	.decal-hexblue{
		height: 154px;
		width: 214px !important;
		margin-left: 313px !important;
		margin-bottom: 245px;
	}
}

@media (max-width: 880px){
	.decal-whole{
		margin-left: 110px !important;
		margin-bottom: 206px;
		width: 325px !important;
	}
	
	.decal-slanted{
		margin-left: 241px !important;
		margin-bottom: 254px;
		height: 120px;
		width: 265px !important;
	}
	
	.decal-cabin{
		margin-left: 306px !important;
	}
	
	.decal-skirt{
		margin-left: 228px !important;
		margin-bottom: 21px;
		width: 325px !important;
	}
	
	.decal-hexblue{
		height: 148px;
		width: 206px !important;
		margin-left: 297px !important;
		margin-bottom: 247px;
	}
}

@media (max-width: 834px){
	.decal-whole{
		margin-left: 110px !important;
		margin-bottom: 208px;
		width: 325px !important;
	}
	
	.decal-slanted{
		margin-left: 244px !important;
		margin-bottom: 262px;
		width: 231px !important;
	}
	
	.decal-cabin{
		height: 86px;
		width: 102px !important;
		margin-left: 290px !important;
	}
	
	.decal-skirt{
		margin-left: 219px !important;
		margin-bottom: 32px;
		width: 315px !important;
	}
	
	.decal-hexblue{
		height: 141px;
		width: 188px !important;
		margin-left: 290px !important;
		margin-bottom: 253px;
	}
}

@media (max-width: 820px){
	.decal-whole{
		margin-left: 110px !important;
		margin-bottom: 210px;
		width: 325px !important;
	}
	
	.decal-slanted{
		margin-left: 233px !important;
		margin-bottom: 258px;
		width: 238px !important;
	}
	
	.decal-cabin{
		height: 86px;
		width: 102px !important;
		margin-left: 282px !important;
	}
	
	.decal-skirt{
		margin-left: 208px !important;
		margin-bottom: 40px;
		width: 315px !important;
	}
	
	.decal-hexblue{
		height: 134px;
		width: 188px !important;
		margin-left: 281px !important;
		margin-bottom: 253px;
	}
}

@media (max-width: 810px){
	.decal-whole{
		margin-left: 110px !important;
		margin-bottom: 214px;
		width: 280px !important;
	}
	
	.decal-slanted{
		margin-left: 230px !important;
		margin-bottom: 257px;
		width: 238px !important;
	}
	
	.decal-cabin{
		height: 86px;
		width: 102px !important;
		margin-left: 282px !important;
	}
	
	.decal-skirt{
		margin-left: 208px !important;
		margin-bottom: 40px;
		width: 315px !important;
	}
	
	.decal-hexblue{
		height: 134px;
		width: 188px !important;
		margin-left: 277px !important;
		margin-bottom: 250px;
	}
}

@media (max-width: 800px){
	.decal-slanted{
		width: 227px !important;
		margin-left: 232px !important;
	}

	.decal-imageBox{
		width: 32%;
	}
}

@media (max-width: 768px){
	.decal-cabin{
		height: 76px;
		width: 90px !important;
		margin-left: 265px !important;
	}

	.decal-hexblue{
		height: 126px;
		width: 182px !important;
		margin-left: 260px !important;
		margin-bottom: 255px;
	}

	.decal-whole{
		margin-bottom: 218px;
	}

	.decal-slanted{
		margin-left: 218px !important;
		margin-bottom: 263px;
		width: 223px !important;
	}

	.decal-skirt{
		margin-left: 201px !important;
		margin-bottom: 51px;
		width: 293px !important;
	}
}

@media (max-width: 742px){
	.decal-whole{
		margin-left: 110px !important;
		margin-bottom: 219px;
		width: 280px !important;
	}
	
	.decal-slanted{
		margin-left: 211px !important;
		margin-bottom: 260px;
		width: 214px !important;
	}
	
	.decal-cabin{
		margin-left: 258px !important;
	}
	
	.decal-skirt{
		margin-left: 194px !important;
		margin-bottom: 61px;
		width: 288px !important;
	}
	
	.decal-hexblue{
		height: 123px;
		width: 177px !important;
		margin-left: 249px !important;
		margin-bottom: 255px;
	}
}

@media (max-width: 712px){
	.decal-whole{
		margin-left: 110px !important;
		margin-bottom: 222px;
		width: 280px !important;
	}
	
	.decal-cabin{
		margin-left: 247px !important;
		height: 64px;
		width: 80px !important;
	}

	.decal-slanted{
		margin-left: 203px !important;
		margin-bottom: 261px;
		height: 110px;
		width: 202px !important;
	}
	
	.decal-skirt{
		margin-left: 188px !important;
		margin-bottom: 67px;
		width: 275px !important;
	}
	
	.decal-hexblue{
		height: 123px;
		width: 168px !important;
		margin-left: 235px !important;
		margin-bottom: 250px;
	}
}

@media (max-width: 680px){
	.decal-whole{
		margin-left: 100px !important;
		margin-bottom: 230px;
		width: 230px !important;
	}
	
	.decal-slanted{
		height: 100px;
		margin-left: 193px !important;
		margin-bottom: 266px;
		width: 194px !important;
	}
	
	.decal-cabin{
		height: 65px;
		width: 81px !important;
		margin-left: 235px !important;
	}
	
	.decal-skirt{
		margin-left: 177px !important;
		margin-bottom: 78px;
		width: 267px !important;
	}
	
	.decal-hexblue{
		height: 114px;
		width: 155px !important;
		margin-left: 235px !important;
		margin-bottom: 257px;
	}
}

@media (max-width: 640px){
	.decal-whole{
		margin-left: 100px !important;
		margin-bottom: 230px;
		width: 230px !important;
	}

	.decal-cabin{
		margin-left: 225px !important;
	}

	.decal-slanted{
		height: 100px;
		margin-left: 186px !important;
		width: 182px !important;
	}

	.decal-skirt{
		margin-left: 168px !important;
		margin-bottom: 91px;
		width: 246px !important;
	}

	.decal-hexblue{
		height: 110px;
		width: 144px !important;
		margin-left: 219px !important;
		margin-bottom: 254px;
	}
}

@media (max-width: 600px){
	.decal-whole{
		margin-left: 100px !important;
		margin-bottom: 233px;
		width: 230px !important;
	}

	.decal-cabin{
		margin-left: 210px !important;
	}

	.decal-slanted{
		height: 92px;
		width: 172px !important;
		margin-left: 172px !important;
	}

	.decal-skirt{
		margin-left: 154px !important;
		margin-bottom: 105px;
		width: 229px !important;
	}

	.decal-hexblue{
		height: 99px;
		width: 144px !important;
		margin-left: 201px !important;
		margin-bottom: 260px;
	}
}

@media (max-width: 560px){
	.decal-cabin{
		height: 53px;
		width: 66px !important;
		margin-left: 196px !important;
	}

	.decal-whole{
		width: 199px !important;
		margin-left: 85px !important;
		margin-bottom: 235px;
	}

	.decal-slanted{
		height: 79px;
		width: 166px !important;
		margin-bottom: 262px;
		margin-left: 156px !important;
	}

	.decal-skirt{
		margin-left: 146px !important;
		margin-bottom: 112px;
		width: 214px !important;
	}

	.decal-hexblue{
		height: 93px;
		width: 133px !important;
		margin-left: 189px !important;
		margin-bottom: 260px;
	}
}

@media (max-width: 540px){
	.decal-whole{
		margin-left: 71px !important;
		margin-bottom: 235px;
	}

	.decal-cabin{
		margin-left: 189px !important;
	}

	.decal-slanted{
		height: 70px;
		width: 160px !important;
		margin-left: 150px !important;
		margin-bottom: 266px;
	}

	.decal-skirt{
		margin-left: 143px !important;
		margin-bottom: 122px;
		width: 205px !important;
	}

	.decal-hexblue{
		height: 91px;
		width: 133px !important;
		margin-left: 174px !important;
		margin-bottom: 260px;
	}
}

@media (max-width: 500px){
	.decal-whole{
		margin-left: 71px !important;
		margin-bottom: 239px;
	}

	.decal-cabin{
		margin-left: 172px !important;
	}

	.decal-slanted{
		width: 144px !important;
		margin-left: 140px !important;
	}

	.decal-skirt{
		margin-left: 130px !important;
		margin-bottom: 132px;
		width: 194px !important;
	}

	.decal-hexblue{
		height: 88px;
		width: 133px !important;
		margin-left: 154px !important;
		margin-bottom: 260px;
	}
}

@media (max-width: 480px){
	.decal-whole{
		margin-left: 71px !important;
		margin-bottom: 239px;
	}

	.decal-cabin{
		height: 48px;
		width: 50px !important;
		margin-left: 167px !important;
	}

	.decal-slanted{
		margin-left: 142px !important;
		width: 132px !important;
	}

	.decal-skirt{
		margin-left: 126px !important;
		margin-bottom: 143px;
		width: 185px !important;
	}

	.decal-hexblue{
		height: 82px;
		width: 120px !important;
		margin-left: 155px !important;
		margin-bottom: 260px;
	}
}

@media (max-width: 450px){
	.decal-cabin{
		height: 32px;
		width: 50px !important;
		margin-left: 159px !important;
	}

	.decal-whole{
		width: 146px !important;
		margin-bottom: 244px;
	}

	.decal-slanted{
		margin-left: 133px !important;
		width: 125px !important;
	}

	.decal-skirt{
		margin-left: 118px !important;
		margin-bottom: 146px;
		width: 173px !important;
	}

	.decal-hexblue{
		height: 77px;
		width: 102px !important;
		margin-left: 155px !important;
		margin-bottom: 264px;
	}
}

@media (max-width: 432px){
	.decal-whole{
		width: 146px !important;
		margin-bottom: 248px;
	}

	.decal-cabin{
		margin-left: 152px !important;
	}

	.decal-slanted{
		margin-left: 121px !important;
		width: 124px !important;
		height: 60px;
	}

	.decal-skirt{
		margin-left: 115px !important;
		margin-bottom: 152px;
		width: 163px !important;
	}

	.decal-hexblue{
		height: 75px;
		width: 102px !important;
		margin-left: 145px !important;
		margin-bottom: 264px;
	}
}

@media (max-width: 414px){
	.decal-whole{
		width: 146px !important;
		margin-bottom: 249px;
		margin-left: 60px !important;
	}

	.decal-cabin{
		margin-left: 144px !important;
	}

	.decal-slanted{
		margin-left: 118px !important;
		width: 117px !important;
		height: 60px;
	}

	.decal-skirt{
		margin-left: 107px !important;
		margin-bottom: 158px;
		width: 163px !important;
	}

	.decal-hexblue{
		height: 71px;
		width: 102px !important;
		margin-left: 133px !important;
		margin-bottom: 264px;
	}
}

@media (max-width: 412px){
	.decal-cabin{
		margin-left: 144px !important;
	}

	.decal-slanted{
		margin-left: 119px !important;
		width: 117px !important;
	}

	.decal-skirt{
		margin-left: 107px !important;
		margin-bottom: 158px;
		width: 163px !important;
	}

	.decal-hexblue{
		height: 71px;
		width: 102px !important;
		margin-left: 133px !important;
		margin-bottom: 264px;
	}
}

@media (max-width: 400px){
	.decal-cabin{
		margin-left: 137px !important;
	}

	.decal-slanted{
		height: 65px;
		width: 120px !important;
		margin-left: 106px !important;
	}

	.decal-skirt{
		margin-left: 101px !important;
		margin-bottom: 165px;
		width: 153px !important;
	}

	.decal-hexblue{
		height: 70px;
		width: 102px !important;
		margin-left: 128px !important;
		margin-bottom: 264px;
	}
}

@media (max-width: 393px){
	.decal-whole{
		width: 146px !important;
		margin-bottom: 250px;
		margin-left: 55px !important;
	}

	.decal-cabin{
		margin-left: 138px !important;
	}

	.decal-slanted{
		margin-left: 113px !important;
		width: 110px !important;
		height: 60px;
	}

	.decal-skirt{
		margin-left: 103px !important;
		margin-bottom: 166px;
		width: 146px !important;
	}

	.decal-hexblue{
		height: 68px;
		width: 88px !important;
		margin-left: 136px !important;
		margin-bottom: 264px;
	}
}

@media (max-width: 390px){
	.decal-whole{
		width: 146px !important;
		margin-bottom: 250px;
		margin-left: 55px !important;
	}

	.decal-cabin{
		margin-left: 138px !important;
	}

	.decal-slanted{
		margin-left: 110px !important;
		width: 112px !important;
		height: 60px;
	}

	.decal-skirt{
		margin-left: 103px !important;
		margin-bottom: 166px;
		width: 146px !important;
	}

	.decal-hexblue{
		height: 68px;
		width: 88px !important;
		margin-left: 134px !important;
		margin-bottom: 264px;
	}
}

@media (max-width: 375px){
	.decal-whole{
		margin-left: 54px !important;
		margin-bottom: 251px;
	}

	.decal-cabin{
		height: 35px;
		width: 37px !important;
		margin-left: 134px !important;
	}

	.decal-slanted{
		height: 60px;
		margin-left: 107px !important;
		margin-bottom: 271px;
		width: 106px !important;
	}

	.decal-skirt{
		margin-left: 96px !important;
		margin-bottom: 173px;
		width: 148px !important;
	}

	.decal-hexblue{
		height: 63px;
		width: 84px !important;
		margin-left: 130px !important;
		margin-bottom: 267px;
	}
}

@media (max-width: 360px){
	.decal-cabin{
		margin-left: 127px !important;
	}

	.decal-whole{
		margin-left: 54px !important;
	}

	.decal-slanted{
		height: 49px;
		margin-left: 103px !important;
		width: 104px !important;
	}

	.decal-skirt{
		margin-left: 93px !important;
		margin-bottom: 173px;
		width: 141px !important;
	}

	.decal-hexblue{
		height: 61px;
		width: 79px !important;
		margin-left: 126px !important;
		margin-bottom: 267px;
	}
}

@media (max-width: 320px){
	.decal-cabin{
		margin-left: 114px !important;
		height: 27px;
		width: 34px !important;
	}

	.decal-whole{
		width: 100px !important;
		margin-bottom: 256px;
		margin-left: 49px !important;
	}

	.decal-slanted{
		width: 89px !important;
		margin-left: 94px !important
	}

	.decal-skirt{
		margin-left: 83px !important;
		margin-bottom: 183px;
		width: 123px !important;
	}

	.decal-hexblue{
		height: 54px;
		width: 68px !important;
		margin-left: 113px !important;
		margin-bottom: 268px;
	}
}

@media (max-width: 300px){
	.decal-cabin{
		margin-left: 110px !important;
	}

	.decal-whole{
		width: 111px !important;
		margin-left: 40px !important;
		margin-bottom: 254px;
	}

	.decal-slanted{
		width: 81px !important;
		margin-left: 89px !important;
	}

	.decal-skirt{
		margin-left: 77px !important;
		margin-bottom: 190px;
		width: 116px !important;
	}

	.decal-hexblue{
		height: 52px;
		width: 68px !important;
		margin-left: 101px !important;
		margin-bottom: 268px;
	}
}

@media (max-width: 280px){
	.decal-cabin{
		height: 25px;
		width: 28px;
		margin-left: 99px !important;
		margin-bottom: 285px;
	}

	.decal-whole{
		width: 111px !important;
		margin-left: 40px !important;
		margin-bottom: 258px;
	}

	.decal-slanted{
		height: 46px;
		width: 74px !important;
		margin-left: 85px !important;
		margin-bottom: 274px;
	}

	.decal-skirt{
		margin-left: 73px !important;
		margin-bottom: 197px;
		width: 105px !important;
	}

	.decal-hexblue{
		height: 46px;
		width: 62px !important;
		margin-left: 99px !important;
		margin-bottom: 272px;
	}
}

/* Media Queries for Truck Customizer Ends Here
-------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
	/*#header-logo img {
		width: 140px;
	}*/

	nav ul {
		padding-left: 0;
	}

	nav li {
		margin-left: 22px;
	}

	nav li a {
		font-size: 16px;
	}

	.header-phone {
		margin-left: 22px;
	}

	.home-hero-half h2 {
		font-size: 50px;
	}

	.inventory-single-img {
	    margin-top: 35px;
	}

	/*.inventory-single-content {
    	margin-left: 25px;
	    min-width: 350px;
	}*/

	.home-inventory-item,
	.inventory-item {
		width: 48%;
	}

	.featured-row .featured-item {
		float: left !important;
	}

	.home-inventory-main-details img,
	.inventory-item img  {
		width: 100%;
		height: 275px;
		object-fit: cover;
	}
}

@media (max-width: 900px) {
	.contact-no-show{
		display: block;
	}

	#mobile-nav-btn {
		display: block;
	    position: absolute;
	    right: 25px;
	    top: 25px;
	    cursor: pointer;
	    z-index: 20000;
	    width: 30px;
	    height: 60px;
	}

	#mobile-nav-btn span {
	    height: 3px;
	    width: 30px;
	    background: #1E448D;
	    position: absolute;
	    z-index: 4;
	    display: block;
	    content: '';
	    -webkit-backface-visibility: hidden;
	    -moz-transform: rotate(0);
	    -o-transform: rotate(0);
	    -ms-transform: rotate(0);
	    -webkit-transform: rotate(0);
	    transform: rotate(0);
	    -webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	    -moz-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	    -ms-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	    -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	}

	#mobile-nav-btn span:nth-child(1) {
	  top: 20px;
	}
	#mobile-nav-btn span:nth-child(2) {
	  top: 29px;
	}
	#mobile-nav-btn span:nth-child(3) {
	  bottom: 20px;
	}
	#mobile-nav-btn.active span:nth-child(1) {
	  top: 28px;
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	#mobile-nav-btn.active span:nth-child(2) {
	  opacity: 0;
	}
	#mobile-nav-btn.active span:nth-child(3) {
	  bottom: 29px;
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	#mobile-nav-btn.active span {
		background: #ffffff;
	}

	header #nav.active {
	    display: block;
	}

	header #nav {
	    display: none;
	    position: fixed;
	    z-index: 18000;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100vh;
	    overflow: scroll;
	    padding: 75px 0px 0px;
	    /*background: rgba(256, 256, 256, 0.9);*/
	    background: linear-gradient(-45deg, #00002a, #1c3f77, #1c3f77);
	    text-align: center;
	}

	header #nav ul {
		padding: 0;
	}

	header #nav li {
	    display: inline-block;
	    width: 100%;
	    line-height: 24px;
    	padding: 23px 0 22px;
    	margin: 0;
	    border-bottom: 1px solid #6b6b6b;
	}

	header #nav li:last-child {
		border-bottom: none;
	}

	header #nav li a {
		font-size: 24px;
		color: #ffffff;
	}

	.hidden-nav {
		display: inline-block;
	}

	.header-phone {
	    margin-left: 0;
	    margin-right: 20px;
	    margin-top: -6px;
	}

	.latest-inventory-box {
		width: 100%;
	}

	.grey-box .latest-inventory-item-wrap,
	.blue-box .latest-inventory-item-wrap {
    	float: none;
    	margin: 0 auto;
	}

	footer {
		text-align: center;
	}

	#footer-info {
		width: 100%;
	}

	#footer-logo {
		float: none;
	}

	footer nav {
	    float: none;
	    border-left: none;
	    border-right: none;
	    height: inherit;
	    margin: 0;
	    padding: 0;
	}

	footer nav li {
		display: inline-block;
		float: none;
	}

	#social-buttons {
    	float: none;
    	text-align: center;
    	margin-top: 33px;
	}

	.social {
	    margin: 0 6px;
	}

	.split-header-text {
    	margin-top: -3px;
	}

	.program-box {
    	width: 96%;
    	float: none;
    	text-align: center;
	    margin: 0 2% 45px;
	}

	.program-box-left {
	    text-align: center;
	    margin-left: 0;
	}

	.program-box ul {
    	text-align: center;
    	margin-left: 0;
	    list-style: none;
	    padding: 0;
	}

	.inventory-item {
    	width: 47%;
    }

    /*.inventory-single-content {
    	min-width: 295px;
	}*/

	.story-container {
		text-align: center;
	}

	.story-single-img {
		float: none;
	    width: 100%;
	    max-width: 520px;
	}

	.story-single-content .row {
		text-align: left;
	}

	.story-single-content {
		float: none;
	    margin-left: 0;
	    width: 100%;
	}

	#tc-left {
	    float: none;
	    width: 50%;
	    margin: 0 auto;
	}

	#tc-right {
	    float: none;
	    width: 90%;
	    padding-left: 0;
	    padding-top: 35px;
	    margin: 0 auto;
	    text-align: center;
	}
	
}

@media (max-width: 738px) {
	.header-phone span {
		display: none;
	}

	.quickApplyTab {
		width: 40px;
	}

	.home-hero-half h2 {
	    font-size: 38px;
	}

	.home-hero-half.home-program h2 {
	    bottom: 15px;
	}

	.home-hero-half.home-inventory h2 {
    	top: 15px;
	}

	.service-title {
	    font-size: 23px;
	    margin: 10px 0;
	}

	.service-logo {
	    width: 75%;
	}

	.split-header-text h2 {
		font-size: 24px;
		padding: 7px 0;
	}

	.page-template-page-inventory #inventory-split .half {
		float: none;
	    width: 92%;
	    margin-bottom: 45px;
	}

	#inventory-single-bg {
		padding: 50px 0;
	}

	.inventory-single-img {
    	margin-top: 0;
    	width: 100%;
	}

	.inventory-single-content {
    	min-width: inherit;
    	width: 100%;
    	margin-left: 0;
	}

	.inventory-single-content .btn-blue {
	    display: block;
	    cursor: pointer;
	    text-align: center;
	    max-width: 190px;
	    margin: 35px auto 0;
	}

	.contact-container .half {
		float: none;
		width: 100%;
	}

	.inv-nav {
    	width: 49%;
    	margin-bottom: 20px;
    }

    .inventory-container {
 	   margin: 30px 0 50px;
	}

	#overlay .overlay-container {
		width: 80%;
	}
}

@media (max-width: 600px) {

	.login-btn {
		display: none;
	}

	.apply-now-sticky {
		display: none;
	}

	.home-hero-half h2 {
    	font-size: 26px;
	}

	.service-box {
	    float: none;
	    width: 96%;
	    text-align: center;
	    margin: 0 2%;
	}

	.service-image {
		max-width: 275px;
		width: 100%;
	}

	.service-logo {
    	width: initial;
	    margin-bottom: 35px;
	}

	.inventory-item {
		width: 100%;
		max-width: 380px;
		margin: 0 auto 35px;
		float: none;
	}

	.form-popup #short-app {
    	width: 85%;
    	padding: 5%;
	}

	.popupCloseButton {
		margin-right: -15px;
		margin-top: -15px;
	}

	#tc-left {
	    width: 80%;
	}

	.team-member-container {
		width: 48%;
	}

	.team-member-bio {
		font-size: 17px;
	}

	.home-inventory-main-details img,
	.inventory-item img {
		width: 100%;
		height: 180px;
		object-fit: cover;
	}

	.featured-row .featured-item {
    	float: none !important;
	}
}

@media (max-width: 500px) {
	.btn-grey {
		padding: 9px 25px;
	}

	#footer-phone a {
		display: inline-block;
	}

	#tidio-chat-iframe {
	    margin-bottom: 55px !important;
	    margin-right: -5px !important;
	}
}
