@charset "utf-8";

/***** BEGIN RESET *****/

* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    -webkit-text-size-adjust: none;
    background: #fff;
    overflow-x: hidden;
    color: #000;
    line-height: 1 !important;
    font-family: 'Montserrat', sans-serif !important;
}

html {
    height: 100%;
}


/*============================
ALL PAGES
============================*/

ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

.wrap {
    width: 95%;
    margin: 0 auto;
    max-width: 1400px;
}

.middlehead .wrap {
    display: flex;
    justify-content: center;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}


/***** END RESET *****/


/*====================hover easing style

-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;

======================================*/


/*============================
LANDING PAGE
============================*/

.map-wrapped {
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.map-wrapped .map {
    width: 100% !important;
    background-repeat: no-repeat;
}

.landing-logo {
    width: 150px;
    float: left;
    background: #fff;
    border: 1px solid #aaa;
    box-sizing: border-box;
    padding: 10px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top: none;
    margin-top: -50px;
}

.landing-logo img {
    width: 100%;
    display: block;
}

.landing {
    background: url("../siteart/grey-construction.jpg") no-repeat;
    background-size: cover;
}

.landing-copy {
    width: 100%;
    float: left;
    background: #000c46;
    background-size: cover;
    height: 50px;
}

#floatright {
    float: right;
}

.landing-copy h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    font-family: 'Montserrat', Sans-serif;
    text-align: center;
    color: #fff;
    margin-top: 13px;
    width: calc(100% - 300px);
    display: block;
    margin: 13px auto;
}

.landinghead {
    width: 100%;
    float: left;
}


/*============================
HEADER
============================*/

header {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    z-index: 4;
}

.emptyDiv {
    height: 110px;
    width: 100%;
}

.emptyDivHome {
    height: 150px;
    width: 100%;
}

.tophead {
    width: 100%;
    float: left;
    height: 50px;
    background: url("../siteart/grey-stripes.jpg");
    background-size: cover;
}

.topnav {
    width: 100%;
    float: left;
}

.topnav h3 {
    width: calc(100% - 300px);
    margin: 0 auto;
    display: block;
    color: #000c46;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 0;
}

.topnav .fa {
    color: #0088ce
}

.topnav ul {
    width: calc(100% - 300px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #000c46;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 0;
}

.topnav ul li a {
    color: #000c46;
    text-decoration: none;
    font-size: 16px;
    float: left;
    font-weight: 700;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.topnav ul li {
    float: left;
    padding: 10px 20px;
}

.middlehead {
    width: 100%;
    float: left;
    background: #fff;
}

.mainlogo {
    width: 180px;
    float: left;
    background: #fff;
    border: 1px solid #aaa;
    box-sizing: border-box;
    padding: 10px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top: none;
    margin-top: -50px;
    margin-bottom: -20px;
    position: relative;
    z-index: 2;
}

.mainlogo img {
    width: 100%;
    display: block;
}

.topnav ul ul {
    display: none;
    position: absolute;
    z-index: 999999;
    max-width: none;
    top: 40px;
    padding: 0;
}

.topnav ul ul li a:hover {
    font-size: 13px;
    padding: 8px 10px;
    background: #0088ce !important;
    color: #fff;
    width: 130px;
}

.topnav li a:hover .nomobile {
    background: red !important;
}

.lasttop a {
    border-left: 1px solid #000c46;
    padding-left: 30px;
}

.topnav ul li:hover>ul {
    display: block;
    line-height: 18px;
    width: auto;
    max-width: none;
    top: 40px;
    padding: 0;
}

.topnav ul ul li a {
    font-size: 13px;
    padding: 8px 10px;
    background: #000c46;
    color: #fff;
    width: 130px;
}

.topnav ul ul li {
    padding: 0;
    float: none;
    position: relative;
    margin: 0;
}


/*============================
SLIDESHOW
============================*/

.slide-contain {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: -100px;
}

.cycle-slide {
    width: 100%;
    float: left;
}

.cycle-slideshow {
    width: 100%;
    overflow: hidden;
    float: left;
    display: block;
}

.cycle-slideshow img {
    display: block;
    width: 100%;
    float: left
}


/* pager */

.pager {
    text-align: center;
    width: 100%;
    margin: -50px 0 -2px;
    position: relative;
    z-index: 999;
    float: left;
}

.pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.pager span.cycle-pager-active {
    color: #000;
}

.pager>* {
    cursor: pointer;
}

.slideoverlay {
    width: 100%;
    float: left;
    position: absolute;
    top: 240px;
    right: 0;
    z-index: 999999;
}

.slideoverlay h3 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 48px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 4px #000;
}

.slideoverlay a {
    text-align: center;
    background: #0088ce;
    padding: 15px 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 200px;
    font-weight: bold;
    color: #fff;
}

.angleoverlay {
    width: 100%;
    float: left;
}

.angleoverlay img {
    width: 100%;
    float: left;
}

.slideoverlay a:hover {
    background: #000c46;
    color: #fff;
}

.topimg {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    background: url("../siteart/mainimg.jpg");
    background-size: cover;
    background-position: center bottom;
    padding: 200px 0 400px;
}

.topimg h3 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 4px #000
}

.topimg a {
    text-align: center;
    background: #0088ce;
    padding: 15px 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 200px;
    font-weight: bold;
    color: #000c46;
}

.topimg a:hover {
    background: #000c46;
    color: #0088ce;
}


/*============================
CTAS
============================*/

.negmarg {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -60px;
    z-index: 2;
}

.ctas {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 0 40px 0;
    margin-top: -8px;
}

.category-container {
    display: flex;
    justify-content: space-between;
}

.category-container a {
    width: 25%;
    padding: 10px;
}

.ctafourth {
    width: 100%;
    height: 100%;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.overlaycolor {
    width: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.60);
    padding: 15px;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ctafourth:hover .overlaycolor {
    background: rgba(0, 0, 0, 0.20);
}

.ctafourth:hover {
    transform: scale(1.05)
}

.borders {
    width: 100%;
    float: left;
    height: 170px;
    border: 1px solid #0088ce;
    padding: 3px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.borders h2 {
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.twoliner {
    padding: 48px 0 !important;
}

#sales {
    background: url("../siteart/unicarriers.jpg");
    background-size: cover;
    background-position: center center;
}

#leasing {
    background: url("../siteart/doosan.jpg");
    background-size: cover;
    background-position: center center;
}

#rentals {
    background: url("../siteart/aislemaster.jpg");
    background-size: cover;
    background-position: center center;
}

#parts {
    background: url("../siteart/jlg.jpg");
    background-size: cover;
    background-position: center center;
}


/*============================
WELCOME SECTION
============================*/


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 12;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

#videoModal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 600px;
    /* position: relative;
    z-index: 100; */
    /* Could be more or less, depending on screen size */
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/*  */

.modal-dialog {
    max-width: 90% !important;
    /* height: 800px; */
    margin: 1.75rem auto;
}

iframe {
    height: 850px;
}


/* !End modal  */


/* Video */

.video-thank-you h1,
.video-form h1 {
    color: #0088ce;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 30px;
    margin: 10px 0;
}

.video-thank-you p {
    width: 90%;
    margin: 0 5%;
    float: left;
    text-align: center;
    color: #000c46;
    font-size: 18px;
    line-height: 33px;
}

.video-container {
    position: relative;
    display: flex;
    align-items: center;
    align-self: center;
    height: 100%;
    min-height: 510px;
}

.video .wrap video {
    height: auto;
    width: 100%;
}

.video-thank-you .wrap {
    margin-top: 200px !important;
}

#close-video {
    position: absolute;
    top: 0;
    right: 0;
    background: inherit;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#close-video i {
    font-size: 25px;
    color: #c6c6c6;
}

#close-video:hover {
    opacity: 0.5;
}

#vidBtn,
.bttn-blue {
    text-align: center;
    background: #0088ce;
    padding: 15px 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 250px;
    font-weight: bold;
    color: #fff;
    margin: 8px auto;
}

#vidBtn:hover,
.contact-now-btn:hover,
.bttn-blue:hover {
    background: #000c46;
    color: #fff;
}

#callBtn {
    text-align: center;
    background: #0088ce;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 74px;
    text-decoration: none;
    box-sizing: border-box;
    width: 300px;
    font-weight: bold;
    color: #fff;
}

#callBtn:hover,
.contact-now-btn:hover {
    background: #000c46;
    color: #fff;
}

.bigsub a {
    color: #0088ce;
}

.video-form-contact-now h1 {
    margin: 10px 0 250px 0;
    color: #0088ce;
    width: 100%;
    text-align: center;
    font-size: 30px;
}

.contact-now-btn {
    text-align: center;
    background: #0088ce;
    padding: 15px 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 260px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 8px;
}


/*  */

.negmarg2 {
    width: 100%;
    float: left;
    position: relative;
    z-index: 3;
    margin-top: 0px;
    margin-bottom: -50px;
}

.welcomesection {
    width: 100%;
    float: left;
    background: #f3f3f3;
    padding: 80px 0;
}

.welcomesection h3 {
    width: 100%;
    float: left;
    text-align: center;
    color: #c6c6c6;
    font-size: 20px;
    letter-spacing: 7px;
}

.welcomesection h1 {
    color: #0088ce;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 30px;
    margin: 10px 0;
}

.welcomesection h2 {
    color: #000c46;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 21px;
    font-style: italic;
}

.welcomebar {
    width: 100%;
    max-width: 1000px;
    margin: 25px auto;
    dipslay: block;
    height: 3px;
    background: #c6c6c6;
}

.welcomesection p {
    width: 90%;
    margin: 0 5%;
    float: left;
    text-align: center;
    color: #000c46;
    font-size: 18px;
    line-height: 33px;
}


/*============================
BRANDS
============================*/

.ourbrands {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    padding: 120px 0 50px;
    background: url("../siteart/construction-bg.jpg");
    background-image: cover;
    background-attachment: fixed;
}

.ourbrands h2 {
    width: 225px;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    margin-bottom: 25px;
}

.brandbar {
    width: calc(100% - 225px);
    float: left;
    height: 5px;
    background: #fff;
    margin-top: 10px;
}

.brand {
    width: 20%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.brand a {
    background: #f3f3f3;
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.brand a:hover {
    transform: scale(1.05);
    background: #fff;
    box-shadow: 0 0 10px #000;
}

.brand img {
    width: 100%;
    float: left;
}

#margleft {
    margin-left: 10%;
}

.flexcontainer {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    float: left;
    display: flex
}

.cat {
    width: 23%;
    float: left;
    padding: 10px;
    margin: 1%;
    box-sizing: border-box;
    flex: 1 0 23%;
    border: 1px solid #000c46;
    max-width: 23%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.cat p {
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #000c46;
}

.cat a {
    width: 100%;
    float: left;
    text-decoration: none;
}

.cat img {
    width: 100%;
    float: left;
}

.cat h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #000c46;
    margin-top: 10px;
}

.cat h2 span {
    display: block;
}

.cat:hover {
    border: 1px solid #0088ce;
    transform: scale(1.05)
}


/*============================
YELLOW CTA
============================*/

.yellowbuttons {
    width: 100%;
    float: left;
    background: #0088ce;
    border-top: 3px solid #000c46;
    border-bottom: 3px solid #000c46;
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.yellowfourth {
    width: 25%;
    float: left;
}

.yellowfourth a {
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
    color: #000c46;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    border-right: 2px solid #000c46;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#lastyellow a {
    border-right: none;
}

.yellowfourth a:hover {
    transform: scale(1.1);
    background: #000c46;
    color: #fff
}


/*============================
MAP
============================*/

.maps {
    width: 100%;
    float: left;
    background: url("../siteart/map-bg-2.jpg");
    background-size: cover;
    background-position: center center
}

.mapoverlay {
    width: 100%;
    padding-left:30%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 75px 0;
}

.overlayhalf {
    width: 32%;
    margin: 1% 0;
    box-sizing: border-box;
    padding: 20px;
    background: #f3f3f3;
    box-shadow: 0 0 10px #000c46;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.overlayhalf h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000c46;
    font-size: 20px;
    font-weight: 900;
}

.overlayhalf h3 {
    width: 100%;
    flaot: left;
    text-align: center;
    color: #000c46;
    font-weight: 500;
    font-size: 18px;
}

.overlayhalf p {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #000c46;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
}

.overlayhalf p a {
    color: #0088ce;
    text-decoration: underline;
}

.mapbutton {
    width: 100%;
    float: left;
}

.mapbutton a {
    background: #0088ce;
    color: #fff;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    max-width: 200px;
}

.mapbutton a:hover {
    color: #fff;
    background: #000c46;
}

.dallasbranch {
    width: 100%;
    float: left;
    background: #f3f3f3;
    padding: 20px 0;
    position: relative;
    z-index: 2;
    box-shadow: -2px -2px 5px #000;
}

.dallasbranch h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
}


/*============================
FOOTER
============================*/

.scrolls {
    width: 100%;
    float: left;
    background: #0088ce;
    padding: 10px 0;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.middlefoot {
    width: 100%;
    float: left;
    background: #1c223f;
    padding: 40px 0;
}

.quicks {
    width: 37.5%;
    float: left;
}

.quicks h2 {
    width: 100%;
    float: left;
    color: #0088ce;
    font-size: 30px;
    margin-bottom: 10px;
}

.quickhalf {
    width: 50%;
    float: left;
}

.quickhalf p a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 25px;
}

#footbrands {
    padding-left: 3%;
    box-sizing: border-box;
}

.footlogo {
    width: 25%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 35px;
}

.footlogo img {
    width: 100%;
    float: right;
    max-width: 300px;
}

.bottomfoot {
    width: 100%;
    float: left;
    background: #161b32;
    border-top: 1px solid #484c5e;
    padding: 7px 0;
}

.bottomfoot p {
    color: #484c5e;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 0;
    width: 50%;
    float: left;
}


/*============================
SUB PAGES
============================*/

.maintitle {
    width: 100%;
    float: left;
    background: url("../siteart/construction-title.jpg");
    background-size: cover;
    background-position: center center
}

#abouttitle {
    background: url("../siteart/titlebg/equipment.jpg");
    background-size: cover;
    background-position: top center;
}

#locationtitle {
    background: url("../siteart/titlebg/nlfl_header02.jpg");
    background-size: cover;
    background-position: center center;
}

#equiptitle {
    background: url("../siteart/titlebg/nlfl_fleet.jpg");
    background-size: cover;
    background-position: center center;
}

#rentaltitle {
    background: url("../siteart/titlebg/nlfl_rental.jpg");
    background-size: cover;
    background-position: center center;
}

#parttitle {
    background: url("../siteart/titlebg/parts_service.jpg");
    background-size: cover;
    background-position: bottom center;
}

#trainingtitle {
    background: url("../siteart/titlebg/nlfl_training.jpg");
    background-size: cover;
    background-position: bottom center;
}

#warehousetitle {
    background: url("../siteart/titlebg/warehouse.jpg");
    background-size: cover;
    background-position: center center;
}

#servicetitle {
    background: url("../siteart/titlebg/service.jpg");
    background-size: cover;
    background-position: center center;
}

#ordertitle {
    background: url("../siteart/titlebg/parts.jpg");
    background-size: cover;
    background-position: center center;
}

#nationaltitle {
    background: url("../siteart/titlebg/national_accounts.jpg");
    background-size: cover;
    background-position: center center;
}

#leasingtitle {
    background: url("../siteart/titlebg/fleet_leasing_financing.jpg");
    background-size: cover;
    background-position: center center;
}

#unititle {
    background: url("../siteart/unicarriers/unicarriers.jpg");
    background-size: cover;
    background-position: center center;
}

#roclatitle {
    background: url("../siteart/rocla/rocla_hxm20-25_2965bl.jpg");
    background-size: cover;
    background-position: center 66%;
}

#doosantitle {
    background: url("../siteart/doosan/pnematic.jpg");
    background-size: cover;
    background-position: center center;
}
#bobcattitle {
    background: url("../siteart/bobcat/bobcat-hero.jpg");
    background-size: cover;
    background-position: center center;
}

#aisletitle {
    background: url("../siteart/aisle/aislemaster.jpg");
    background-size: cover;
    background-position: center center;
}

#sellicktitle {
    background: url("../siteart/sellick/sellick.jpg");
    background-size: cover;
    background-position: center center;
}

#jlgtitle {
    background: url("../siteart/jlg/10MSP-122817-Header-P1.jpg");
    background-size: cover;
    background-position: center 40%;
}

#skyjacktitle {
    background: url("../siteart/skyjack/3220-ansi-appl.jpg");
    background-size: cover;
    background-position: center 20%;
}

#columbiatitle {
    background: url("../siteart/columbia/columbia.jpg");
    background-size: cover;
    background-position: center center;
}

#genietitle {
    background: url("../siteart/genie/slab-bg.jpg");
    background-size: cover;
    background-position: center 33%;
}

#combititle {
    background: url("../siteart/combi/combilift.jpg");
    background-size: cover;
    background-position: center 20%;
}

.maintitle h1 {
    width: 100%;
    float: left;
    color: #fff;
    text-align: left;
    font-size: 36px;
    padding: 100px 0 140px 8%;
    letter-spacing: 4px;
    background: rgba(22, 27, 50, 0.6)
}

#unititle h1 {
    padding: 120px 0 160px 8%;
}

#skyjacktitle h1 {
    padding: 120px 0 160px 8%;
}

.dealer-black-text,
.employee-category {
    display: none !important;
}

.submain {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0;
}

.subsidebar {
    width: 325px;
    float: left;
}

.bigsub {
    width: calc(100% - 325px);
    float: right;
    padding-left: 40px;
    box-sizing: border-box;
}

.bigsub h3 {
    width: 100%;
    float: left;
    color: #000c46;
    margin-bottom: 15px;
}

.bigsub h2 {
    width: 100%;
    float: left;
    color: #000c46;
    margin-top: 20px;
    margin-bottom: 5px;
}

.subsidebar h3 a {
    width: 100%;
    float: left;
    color: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
    background: #000c46;
    border: 1px solid #909090;
    text-align: left;
    margin: 5px 0;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.bigsub p, .body {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 25px;
}
.body {
    margin-bottom: 15px;
}

.bigsub h4 {
    color: #000c46;
}

.content p {
    font-size: 18px;
    line-height: 25px;
}

p.columncount {
    column-count: 3;
    column-gap: 10px;
    line-height: 36px;
    margin-left: 4%;
}

.partsbutton {
    margin: 2% 0;
}

.bttn-container {
    padding: 25px;
}

.partsbutton a {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #000c46;
    border: 1px solid #909090;
    text-align: left;
    margin: 15px 0;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


/*
.subsidebar a {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
    background: #000c46;
    border: 1px solid #909090;
    text-align: left;
    margin: 5px 0;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
*/

.partsbutton a .fa {
    text-align: right;
    float: right;
    color: #0088ce;
    font-size: 18px;
    margin-top: -2px;
    margin-bottom: -2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.subsidebar a .fa {
    text-align: right;
    float: right;
    color: #0088ce;
    font-size: 18px;
    margin-top: -2px;
    margin-bottom: -2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.cursive {
    font-family: 'Nothing You Could Do', cursive;
}

.blue {
    color: #000c46;
}

.partsbutton a:hover {
    background: #0088ce;
    color: #fff;
}

.partsbutton a:hover .fa {
    color: #fff;
}

.subsidebar a:hover {
    background: #0088ce;
    color: #fff;
}

.subsidebar a:hover .fa {
    color: #fff;
}

p.col-4 {
    column-count: 4;
    column-gap: 10px;
    line-height: 36px;
    margin-left: 4%;
}

.bigmap {
    width: 100%;
    float: left;
    height: 100%;
}

#locinfo p {
    font-size: 18px;
    line-height: 25px;
}

#locinfo h3 {
    color: #000c46;
    margin-bottom: 10px;
    margin-top: 25px;
}

.bullets {
    width: 100%;
    float: left;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    /*margin-top: 20px;*/
}

.bullets li {
    list-style: disc;
    margin-left: 30px;
}

.financehalf {
    width: 48%;
    float: left;
    margin: 1%;
    border: 1px solid #aaa;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 7px;
    margin-bottom: 0;
}

.financehalf a {
    width: 100%;
    float: left;
    background: #0088ce;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    text-align: center;
    color: #000c46;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.financehalf h4 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 20px;
}

.breaker {
    width: 100%;
    float: left;
    border-top: 1px solid #aaa;
    margin: 40px 0;
}

.txtleft {
    width: calc(100% - 300px) !important;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.imgright {
    width: 300px;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.hosted-content #listings-title {
    display: none;
}

.legal {
    display: none !important;
}


/*==================================
FORMS
==================================*/

#quotes {
    width: 100%;
    float: left;
    margin: 20px auto;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}

#quotes h3 {
    margin-bottom: 5px;
    margin-top: 20px;
}

#quotes tbody {
    width: 100%;
    float: left;
}

#quotes tr {
    width: 49%;
    float: left;
    margin: 2px .5%;
}

#quotes td {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom: 10px !important;
}

#quotes td p {
    font-size: 14px;
}

.fulltd h2 {
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-stretch: condensed;
    margin-bottom: 5px;
    margin-top: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.fulltd2 {
    width: 100% !important;
    float: none !important;
    max-width: 500px !important;
    display: block !important;
    margin: 0 auto !important;
}

#quotes input {
    padding: 12px 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #B4B4B4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 12px;
}

#quotes textarea {
    padding: 12px 10px;
    border: 1px solid #b4b4b4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 12px;
    background: #fff;
    box-sizing: border-box;
}

#quotes .CaptchaMessagePanel {
    color: #000;
}

#quotes .CaptchaWhatsThisPanel a {
    color: #000;
}


/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */

#quotes select {
    padding: 11px 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #B4B4B4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 12px;
    width: 100%;
}

#quotes input {
    width: 100%;
}

#quotes input.larger {
    width: 100%;
}

#quotes textarea {
    width: 100%;
    height: 85px;
}

#quotes input.checkbox {
    padding: 0;
    border: 0;
    margin: 5px 10px 5px 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff;
}

#quotes p {
    text-align: left;
    width: auto;
}

#quotes input.radio {
    padding: 0;
    border: 0;
    margin: 0 3px 0 15px;
    width: 15px;
    height: 15px;
    display: inline;
}

#quotes h4 {
    font-size: 18px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 20px;
}

#quotes input:focus,
#quotes textarea:focus,
#quotes select:focus {}

#quotes input.radio:focus,
#quotes input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}

#quotes input.button,
#quotes input.button:focus {
    width: 250px;
    margin: 0;
    padding: 20px 5px;
    background: #0088ce;
    font-weight: 800;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border-radius: 0px;
    border-bottom: none !important;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    border: 0 !important;
    color: #ffffff;
    margin-top: 10px;
}

#quotes input.button:hover {
    background: #000c46;
    color: #fff;
    cursor: pointer
}

#quotes label.basic {
    color: #212121;
    font-size: 13px;
    text-align: left;
}

#quotes label.checkbox {
    /*  color:#212121;*/
    font-size: 13px;
    text-align: left;
    display: inline;
    padding: 0;
}

#quotes .fulltd {
    width: 99% !important;
}

.hosted-content .radio-icon input[type="radio"]+label {
    position: relative;
    z-index: auto !important
}

.fourthbuttons {
    width: 25%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.fourthbuttons a {
    width: 100%;
    float: left;
    background: #F3F3F3;
    border: 1px solid #A2A2A2;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.fourthbuttons img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

.fourthbuttons h3 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000c46;
    padding: 15px 0;
    border-top: 1px solid #A2A2A2;
    margin-top: 10px;
}

.fourthbuttons a:hover {
    transform: scale(1.05);
}


/* Smart Rebates */

.copy-container {
    padding: 75px 50px;
    width: 75%;
}

.icon-container {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.icon-container img {
    width: 70%;
    margin-bottom: 7px;
    height: auto;
    align-self: center;
    flex-shrink: 0;
}

.no-wrap {
    flex-wrap: nowrap;
}

.icon-container .bttn-blue {
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
    padding: 15px 10px;
    text-decoration: underline #0088ce;
}

.icon-container .bttn-blue:hover {
    text-decoration: none !important;
}

.icon-container img:nth-of-type(2) {
    margin-top: 25px;
}

.smart-logo {
    max-width: 250px;
}

.smart-icon {
    max-width: 120px;
}

.fullwidth-img {
    width: 60%;
    margin: 50px auto;
}

.legal-text-container .disclaimer {
    font-size: 12px !important;
    line-height: 22px !important;
    color: #999;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */

.inventory {
    padding-top: 250px;
    background: #f7f9fa;
}

.faceted-search-field {
    overflow-x: hidden;
}

.list-content .list-title {
    padding: 15px 0;
    font-size: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    border-bottom: none;
}

.list-content .list-title .list-listings-count {
    line-height: 27px;
    margin-left: 3px !important;
    color: #0088ce !important;
    font-size: .8rem !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.list-content {
    margin: 0 auto;
    max-width: initial !important;
}

.faceted-search-content .faceted-section-box {
    padding: 15px 2%;
    border-bottom: 1px solid #ddd;
    background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
    border: none !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
    height: 30px;
    line-height: 30px;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
    padding: 12px !important;
}

.search-mobile input[type="text"] {
    padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
    background: #0088ce !important;
    border: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
    background: #0088ce !important;
    color: #fff;
    font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
    background: none;
    font-weight: 400;
    border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
    margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
    margin: 25px 0 5px;
    color: #141416 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover {
    background: #000c46 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
    color: #0088ce;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
    color: #0088ce !important;
    border: 1px #0088ce solid !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
    position: relative;
    height: 43px;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 200;
    font-family: Arial, sans-serif;
    justify-content: flex-start;
    border: 0 !important;
    cursor: pointer;
    padding-left: 8px;
    border-radius: 5px;
    backface-visibility: hidden;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {
    border: 0 !important;
    color: #fff;
    margin-bottom: 20px;
}

.detail-content-mobile .detail-additional-data .data-row .data-value {
    background-color: #efefef !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    margin-right: 0 !important;
}

.detail-content .detail-additional-data .data-row .data-value {
    width: 100%;
    padding: 10px 7px;
    background-color: #efefef !important;
    font-weight: bold;
    margin-left: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-family: Arial, sans-serif;
    white-space: pre-wrap;
    flex-direction: column;
    width: 804px;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn {
    background: #333 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
    color: #0088ce;
    border: 1px #0088ce solid;
}

.white-bg .container {
    width: 100% !important;
}

.list-content .list-title {
    display: block;
    margin: 0;
}

.list-content .list-title .list-title-text {
    display: block;
    width: 100%;
}

.print-this,
.email-this {
    background: #0088ce !important;
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    padding: 10px 50px !important;
    text-align: center !important;
    transition: 0.3s !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.print-this:hover,
.email-this:hover {
    background: #000c46 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
    background: #000c46 !important;
}

.list-content .list-main-section .list-container .list-listing {
    background: #f2f2f2;
    padding: 15px !important;
    border-radius: 5px;
}

.list-container-flexrow .price-container .price {
    margin-left: 0;
    color: #0088ce;
}

.list-content .list-main-section .list-container .list-listing {
    border: 1px solid #ccc;
    background-color: #fff !important;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.list-container-flexrow .listing-card .listing-widgets a {
    margin-bottom: 6px;
}

body .noUi-connect {
    background: #dddddd;
}

.noUi-handle {
    border: none;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: none;
}

.list-content .list-main-section .list-container .list-listing {
    border: none !important;
}

.faceted-section-head i {
    color: #0088ce !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    background: #0088ce;
    display: inline-block;
    margin: 10px 0 0 10px;
    cursor: pointer;
    border-radius: 5px;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    padding: 0 6px !important;
    display: inline-block;
    border: none !important;
    color: #fff;
    background: #0088ce;
    border-radius: 0 !important;
    cursor: pointer;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
    font-weight: 400;
    font-size: 12px;
}

.detail-content {
    margin: 0 auto;
    max-width: 1124px;
    padding: 25px !important;
}

.legal-text-content span,
.legal-text-content {
    font-size: 11px !important;
    line-height: 15px !important;
}

.faceted-search-content .selected-facets-container {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.listing-widgets a {
    background-color: #dddbdb !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.listing-widgets a:hover {
    background-color: #cccccc !important;
}

.detail-content .dealer-info h3 {
    font-size: 1rem !important;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-top: 20px;
}

.detail-content .detail-main-body .main-detail-data {
    border-radius: 0 !important;
}

.detail-content .detail-main-body .detail-body-data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.detail-content .dealer-info .phone-and-email {
    float: right;
    width: 37%;
    margin-right: 20px;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    border: 0 !important;
    background: #5b5b5c !important;
    border-radius: 0 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text:hover,
.detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
    background: #3d3d3d !important;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}

.contact-options a,
.fin-calc-mobile>a {
    background-color: #0088ce !important;
    color: #fff !important;
}

.button {
    background-color: #0088ce !important;
    border: 2px solid #0088ce !important;
}


/*==============================================
================================================
RESPONSIVE
================================================
==============================================*/

@media screen and (max-width: 1600px) {
    .slideoverlay {
        top: 220px;
    }

    #unititle h1,
    .maintitle h1,
    #skyjacktitle h1 {
        padding-left: 3% !important;
    }
}

@media screen and (max-width: 1320px) {


    .overlayhalf h2 {
        font-size: 22px;
    }

    .overlayhalf p {
        margin-top: 10px;
        padding-top: 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .mapbutton a {
        padding: 10px;
        font-size: 14px;
    }

    #unititle h1,
    .maintitle h1,
    #skyjacktitle h1 {
        font-size: 30px !important;
    }

    iframe {
        height: 650px;
    }

    .mainlogo {
        width: 150px;
    }
}
@media screen and (max-width: 1200px) {
    .topnav ul li a {
        font-size: 1.2vw;
    }
    .topnav ul li {
      padding: 10px;
    }
}

@media screen and (max-width: 1150px) {



    .lasttop a {
        padding-left: 20px;
    }

    .slideoverlay h3 {
        font-size: 35px;
    }

    .slideoverlay a {
        max-width: 150px;
        font-size: 15px;
    }

    .topimg {
        padding: 100px 0 300px;
    }

    .fullwidth-img {
        width: 68%;
    }
}

@media screen and (max-width: 1100px) {
    .cat {
        width: 31.33%;
        max-width: 31.33%;
        flex: 1 0 31.33%
    }

    .slideoverlay {
        top: 190px
    }

    .smart-rebates .flexcontainer {
        flex-direction: column-reverse;
        padding-top: 50px;
        align-items: center;
    }

    .icon-container {
        width: 40%;
    }

    .copy-container {
        width: 100%;
        padding: 25px 0;
    }

    .smart-logo {
        margin: 0 auto;
        margin-top: 50px;
        display: flex;
    }
}

@media screen and (max-width: 1078px) {
    .ctas {
        margin-top: -2px;
    }
}

@media screen and (max-width: 1030px) {


    .footlogo {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .footlogo img {
        display: block;
        margin: 0 auto;
        float: none;
        max-widthL: 250px;
    }

    .quicks {
        width: 50%;
    }

    .quickhalf p a {
        text-align: center;
        width: 100%;
        float: left;
    }

    .quicks h2 {
        text-align: center;
    }

    .imgright {
        width: 100%;
        padding-left: 0;
    }

    .txtleft {
        width: 100% !important;
    }

    .bigsub p {
        width: 100% !important;
    }

    .landing-copy {
        height: 63px;
    }

    .landing-copy h2 {
        font-size: 16px;
    }

    .landing-logo {
        margin-top: -63px;
    }

    .fourthbuttons {
        width: 50%;
    }

    .slideoverlay {
        top: 180px
    }
}

@media screen and (max-width: 985px) {
    .nomobile {
        display: none;
    }

    

    .mainlogo {
        width: 125px;
    }

    .tophead {
        height: 40px;
    }

    

    .yellowfourth {
        width: 50%;
        eight: 100%;
        display: flex;
    }

    .yellowbuttons {
        padding: 0;
        height: 80px;
        align-items: stretch;
    }

    .yellowfourth a {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .yellowfourth a:hover {
        transform: none;
    }

    .slideoverlay {
        top: 165px;
    }

    .emptyDiv {
        height: 90px;
        width: 100%;
    }

    .emptyDivHome {
        height: 160px;
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .slideoverlay {
        top: 145px;
    }

    .emptyDiv {
        height: 90px;
        width: 100%;
    }

    .emptyDivHome {
        height: 160px;
        width: 100%;
    }

    .fullwidth-img {
        width: 80%;
    }
    .topnav ul li a {
        font-size: 14px;
    }
    .mapoverlay {
        padding-left:0;
    }


}

@media screen and (max-width: 860px) {
    .category-container {
        flex-wrap: wrap;
    }

    .category-container a {
        width: 50%;
        padding: 5px;
    }

    .brand {
        width: 33.33%;
    }

    #margleft {
        margin-left: 0;
    }

    .angleoverlay {
        margin-bottom: -2px;
    }

    .bigsub {
        width: 100%;
        float: left;
        padding-left: 0;
        margin-top: 20px;
    }

    .subsidebar {
        width: 100%;
        float: right;
    }

    .maintitle h1 {
        font-size: 30px;
        letter-spacing: 2px !important;
    }

    #locinfo p {
        text-align: center;
    }

    #locinfo h3 {
        text-align: center;
    }

    .topimg {
        padding: 100px 0 200px;
    }

    .emptyDiv {
        height: 85px;
        width: 100%;
    }

    .emptyDivHome {
        height: 150px;
        width: 100%;
    }
}

@media screen and (max-width: 880px) {
    .ctas {
        margin-top: 0;
    }

    .slideoverlay h3 {
        font-size: 30px;
    }

    .emptyDiv {
        height: 85px;
        width: 100%;
    }

    .emptyDivHome {
        height: 150px;
        width: 100%;
    }
}

@media screen and (max-width: 815px) {
    .quickhalf {
        width: 100%;
    }

    .footlogo img {
        max-width: 250px;
    }

    #footbrands {
        padding-left: 0;
    }

    .cat {
        width: 48%;
        max-width: 48%;
        flex: 1 0 48%
    }

    iframe {
        height: 550px;
    }

    #vidBtn {
        margin: 3px auto 8px;
    }

    .emptyDiv {
        height: 85px;
        width: 100%;
    }

    .emptyDivHome {
        height: 145px;
        width: 100%;
    }
}

@media screen and (max-width: 745px) {
    .overlayhalf {
        width: 100%;
        margin: 10px 0;
    }



    .dallasbranch h2 {
        font-size: 22px;
    }

    .quicks {
        width: 100%;
        margin-bottom: 30px;
    }

    .topimg h3 {
        font-size: 27px;
    }

    .topimg a {
        font-size: 14px;
        padding: 10px 15px;
    }

    #unititle h1,
    .maintitle h1,
    #skyjacktitle h1,
    .video-thank-you h1,
    .video-form h1 {
        font-size: 24px !important;
    }

    .slideoverlay {
        /*display:none;*/
        top: 130px;
    }

    .emptyDiv {
        height: 70px;
        width: 100%;
    }

    .emptyDivHome {
        height: 145px;
        width: 100%;
    }

    #callBtn {
        margin-top: 78px;
    }
}

@media screen and (max-width: 685px) {
    .slideoverlay {
        /*display:none;*/
        top: 60px;
        width: 96%;
        left: 2%;
        right: 2%;
    }

    .bottomfoot p {
        width: 100%;
        text-align: center !important;
    }

    .slide-contain {
        margin-top: 0;
    }

    .negmarg {
        margin-top: -25px;
    }

    .financehalf {
        width: 100%;
    }

    .maintitle h1 {
        padding: 60px 0 60px
    }

    .emptyDiv {
        height: 125px;
        width: 100%;
    }

    .emptyDivHome {
        height: 70px;
        width: 100%;
    }
}

@media screen and (max-width: 610px) {
    .hide-mobile {
        display: block;
    }

    .hide-desktop {
        display: none;
    }

    .mobile-state-select {
        display: block;
        width: 100%;
        margin-bottom: 100%;
    }

    .mobile-state-select input,
    select {
        width: 100%;
        height: 45px;
        padding: 5px;
    }

    .landing-logo {
        margin: 10px;
        width: calc(50% - 20px);
        float: left;
        border-radius: 7px;
        margin-bottom: 30px;
    }

    .landing-logo img {
        width: 100%;
        max-width: 150px;
        float: none;
        margin: 0 auto;
        display: block;
    }

    .landing-copy {
        height: auto;
    }

    .landing-copy h2 {
        width: 100%;
    }

    .slideoverlay h3 {
        font-size: 26px;
    }

    iframe {
        height: 670px;
    }

    .video video,
    .video-thank-you .wrap {
        margin-top: 180px !important;
    }

    .emptyDiv {
        height: 70px;
        width: 100%;
    }

    .emptyDivHome {
        height: 125px;
        width: 100%;
    }

    .fullwidth-img {
        width: 95%;
    }

    .icon-container {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .mainlogo {
        width: 100px;
        margin-top: -30px;
    }



    .tophead {
        height: 30px;
    }



    .lasttop a {
        padding-left: 10px;
    }

    #quotes tr {
        width: 100%;
        margin: 2px 0;
    }

    #quotes .fulltd {
        width: 100% !important;
        margin: 2px 0;
    }

    .topimg {
        padding: 50px 0 100px;
    }

    .cat {
        width: 98%;
        max-width: 98%;
        flex: 1 0 98%
    }

    .fourthbuttons {
        width: 100%;
    }

    .emptyDiv {
        height: 50px;
        width: 100%;
    }

    .emptyDivHome {
        height: 170px;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .category-container a {
        width: 100%;
    }

    .borders h2 {
        font-size: 23px;
        padding: 40px 0;
    }

    .slideoverlay {
        top: 50px;
    }

    .brand {
        padding: 5px;
        width: 50%
    }

    .ourbrands h2 {
        width: 100%;
        text-align: center;
    }

    .brandbar {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .ourbrands h2 {
        margin-bottom: 10px;
    }

    .yellowfourth {
        width: 100%;
    }

    .emptyDiv {
        height: 50px;
        width: 100%;
    }

    .emptyDivHome {
        height: 170px;
        width: 100%;
    }
}


/*
	.yellowfourth a {font-size:18px;}
	.yellowfourth a {border-right:none;border-left:none;}
*/

@media screen and (max-width: 380px) {
    .mainlogo {
        padding: 5px;
        width: 80px;
    }

    .topnav ul li {
        padding: 2px 0;
    }

    .lasttop a {
        padding-left: 5px;
    }

    .lasttop {
        margin-left: 5px;
    }

    .topnav ul li a {
        font-size: 12px;
    }

    .topnav ul {
        width: calc(100% - 160px);
        max-width: 107px;
    }

    .slideoverlay {
        top: 25px;
    }

    .slideoverlay h3 {
        font-size: 24px;
    }

    .emptyDiv {
        height: 50px;
        width: 100%;
    }

    .emptyDivHome {
        height: 175px;
        width: 100%;
    }
}