/* ...existing code... */
.social-icon.tiktok-icon {
    width: 24px;
    height: 24px;
    margin: 0 -5px;
    fill: #000;
    /* Adjust color if necessary */
}

/* ...existing code... */
.social-media-links {
    display: flex;
    gap: 20px;
}

.social-icon {
    width: 24px;
    height: 24px;
    display: block;
}

/*---colors
ffbd86 light orange
ff7300 dark orange
00379d royal blue
---*/

/*-------- COLORS --------*/

:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    /* Insurance/Financing buttons */
    /* Some titles, some buttons */
    /* Background color for hover states, text color for hover states */
    /* Background color, all text appearing within the colored boxes */
}


*:not(.fa):not(.material-icons):not(.fas) {
    font-family: oswald, sans-serif;
}

a {}

.sales-contact a:hover {text-decoration: underline!important; color: #98AFC7!important;}

.notInventory .mixer .col-one-third {
    width: 100%;
    border: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notInventory .mixer .col-one-third h3 {
    text-align: center;
}

.notInventory .mixer .col-one-third img {
    width: 80%;
}

/* RESET 
------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: none;
}


.searchBar input[type="text"] {
    max-width: 400px !important;
}

.searchBar {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    float: right !important;
}

button.fa.search {
    margin-top: -10px;
}

.notInventory {}
	
	.column-panel {padding-top:15px;}
	
    /* GLOBAL SITE FRAMEWORK
  ------------------------------------------------*/
    /* HEADER CONTACT
  ----------------------------------------------*/
    /*STICKY NAV*/
    /*END STICKY NAV*/
    /*-- Header Search --*/
    /* HOME PAGE STYLES */
    /*--main--*/
    /***** SIDE TABS *****/
    /*--contact footer--*/
    /*--manu bar--*/
    /* SUB PAGES
  ------------------------------------------------*/
    /*--leasing--*/
    /*--weather--*/
    /*--about--*/
    /*--contact page--*/
    /*--form--*/
    /*EMPLOYEE PAGE*/
    /* INVENTORY
  ------------------------------------------------*/
    /*  scrolling inventory
  ------------------------------------------------*/
    /* DEALER SHOWROOM
  -------------------------------------*/
    /* FOOTER
  ------------------------------*/
    /************************************************INVENTORY SIDE BAR SEARCH************************************************/
}

body.notInventory {
    margin: 0 auto;
}

@font-face {
    .notInventory {
        src: url("../fonts/icon-works-webfont.eot");
        src: url("../fonts/icon-works-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/icon-works-webfont.woff") format("woff"), url("../fonts/icon-works-webfont.ttf") format("truetype"), url("../fonts/icon-works-webfont.svg#icon-worksregular") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}

.notInventory h1 {
    color: #1351d8;
    text-transform: uppercase;
    text-align: left;
    font-size: 32px;
    font-weight: 100;
    padding-bottom: 20px;
}



.notInventory h2 {
    text-transform: uppercase;
    font-size: 32px;
    text-align: left;
    font-weight: 100;
	color: white;
}

.notInventory a {
    color: #1351d8;
    text-decoration: none;
}

.notInventory .mixer .col-one-third a {
    display: flex;
    justify-content: center;
}

header a[href^="tel:"] {
    color: #1351d8;
}

.notInventory a:hover {
    color: #1351d8;
    text-decoration: none;
}

.notInventory .clear {
    clear: both;
}

.notInventory .left {
    float: left;
}

.notInventory .right {
    float: right;
}

.notInventory * {
    box-sizing: border-box;
}

.notInventory .wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 55px;
    position: relative;
}



@media screen and (max-width: 1220px) {

    .inventory .wrapper:nth-child(2),
    .about .wrapper {
        margin-top: 40px;
    }

    .about .wrapper {}

    .mapWrap {
        flex-direction: column;
    }

    .mapWrap iframe {
        width: 100% !important;
    }

    .mapWrap iframe:nth-of-type(2) {
        padding-top: 10px;
    }
}

.notInventory .welcome .wrapper {
    padding: 55px;
    /* box-sizing: content-box; */
}

.notInventory hr {
    display: block;
    padding: 20px;
    background: url(../siteart/texture.png) #808080;
    width: 100%;
}

.notInventory ::selection {
    color: #fff;
    background: #356088;
}

.notInventory ::-moz-selection {
    color: #fff;
    background: #356088;
}

.notInventory .hero {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.notInventory video {
    display: block;
}

.notInventory .mobile {
    display: none;
}

.notInventory .sub-header {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    background: #eaeaea;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 1px 1px 8px #b36e1c;
}

.notInventory .header {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 10px 0;
}

.inventory .header {
    position: static;
    background: #e0e0e0;
}

.notInventory header {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    align-items: center;
    /* background: #fff; */
}

.notInventory header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 1px 1px 3px #CBCBCB;
}

.notInventory .button-bar {
    width: 100%;
    display: inline-block;
    background: rgba(19, 81, 216, 0.75);
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    padding: 23px 0;
    text-align: center;
    z-index: 3;
}

.notInventory .home-button {
    display: inline-block;
    width: 30%;
    text-align: center;
    padding: 20px;
    margin: 0 40px;
    border: 3px solid #fff;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    transition: ease-in .3s;
}

.notInventory .home-button:hover {
    background: #fff;
    color: #1351d8;
    text-decoration: none;
    box-shadow: 1px 1px 8px #000612;
    transition: ease-out .3s;
}

.notInventory .logo {
    text-align: right;
    /* width: 20.5%; */
    padding: 0 60px 0 0;
    /* margin: 0 auto; */
    display: inline-block;
}

.notInventory .logo img {
    width: 100%;
    margin: 0 auto;
}

.notInventory .logo img.reduce {
    width: 85%;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;
    margin-right: 60px;
    padding: 12px 0;
}

.notInventory .header-contact {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    color: #fff;
    vertical-align: top;
}

.notInventory .hc-content {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
    /* font-weight: bold; */
    font-size: 24px;
    text-align: right;
    width: 100%;
}

.notInventory .hc-content p {
    display: inline-block;
    font-size: 18px;
    margin: 0 auto;
    color: #1351d8;
    vertical-align: middle;
    text-align: center;
    /* margin-right: 24px; */
}

.notInventory .hc-content p:nth-child(1) {
    padding: 0 30px 0 0;
    border-right: 2px solid #1351d8;
}

.notInventory .hc-content p:nth-child(2) {
    padding: 0 0 0 22px;
}

.notInventory .hc-content img {
    width: 30px;
    text-align: center;
}

.notInventory .hc-content p:nth-child(3) {
    display: none;
}

.notInventory input,
.notInventory select {
    width: 0%;
    padding: 10px 20px 10px 10px;
    border: 2px solid #fff;
    height: 35px !important;
    box-sizing: border-box;
}

.notInventory .detailed-search input {
    width: 45%;
    padding: 4px 8px !important;
    font-size: 12px;
    background-color: #fff;
    border: 2px solid #808080 !important;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 0px;
    margin-top: -12px;
}

.notInventory .detailed-row {
    margin: 2px 0;
    font-size: 14px;
}

.notInventory .column3-4 {
    width: 60%;
    /* padding-right: 50px; */
    box-sizing: border-box;
    position: static;
    display: inline-block;
}

.notInventory .search {
    font-size: 29px;
    border: none;
    background: none;
    padding-left: 3px;
    background: none !important;
    color: black;
}

button.fa.search {
    padding-right: 0 !important;
    padding-left: 3px !important;
}

.notInventory .detailed-search input[type='submit'] {
    vertical-align: middle;
    font-size: 18px;
    background: none;
    width: 35px;
    height: 35px;
    color: #000000;
    border: none;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -webkit-appearance: none;
}

.notInventory .detailed-search input[type='submit']:hover {
    color: #fff;
    text-shadow: 1px 1px 3px #000000;
    background: #808080;
}

.notInventory .welcome {
    background: #808080;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.notInventory .welcome.mixer {
    background: white;
}

.notInventory .white {
    background: #e0e0e0;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

.notInventory .mixer .white {
    background: white !important;
}

.notInventory .col-one-third {
    width: 33%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
    padding: 0 20px;
    border-right: 1px solid #1351d8;
}

.notInventory .col-one-third:nth-child(3) {
    border-right: none;
}

.notInventory .col-one-third h3 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 32px;
    padding: 20px 0;
    text-align: left;
    color: #1351d8;
}

.notInventory .col-one-third i {
    /* width: 30%; */
    text-align: center;
    display: block;
    margin: 50px auto;
    font-size: 105px;
    color: #1351d8;
}

.notInventory .side {
    background: #fff;
    width: 300px;
    height: 500px;
    position: fixed;
    z-index: 100;
}

.notInventory #weather {
    top: 295px;
    height: auto;
    z-index: 99999;
    right: -300px;
}

.notInventory #weatherTab {
    display: block;
    height: 66px;
    width: 55px;
    background: url(../siteart/weather.png);
    position: absolute;
    left: -55px;
    top: 0px;
}

.notInventory #markets {
    top: 365px;
    height: auto;
    z-index: 998;
    right: -400px;
    width: 400px;
}

.notInventory #marketsTab {
    display: block;
    height: 66px;
    width: 55px;
    background: url(../siteart/markets.png);
    position: absolute;
    left: -55px;
    top: 0px;
}

.notInventory #facebook {
    top: 435px;
    height: auto;
    z-index: 997;
    right: -340px;
    width: 340px;
}

.notInventory #facebookTab {
    display: block;
    height: 66px;
    width: 55px;
    background: url(../siteart/facebook.png);
    position: absolute;
    left: -55px;
    top: 0px;
}

.notInventory .contact-bar {
    width: 100%;
    background: #1351d8;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}

.mapWrap {
    display: flex;
    justify-content: space-between;
}

.mapWrap iframe {
    width: 49.2vw;
}

.notInventory .contact-left {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    vertical-align: middle;
}

.notInventory .contact-right {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    vertical-align: middle;
}

.notInventory .contact-info {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
}

.notInventory .flexSep {
    display: flex;
    width: 420px;
}

.notInventory .contact-info i {
    /* width: 75px; */
    text-align: center;
    padding: 10px;
    display: block;
    margin: 0 auto;
    font-size: 50px;
}

.notInventory .contact-info p {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
}

.notInventory .contact-info a {
    color: #fff;
    text-decoration: underline;
}

.notInventory .contact-info a:hover {
    text-decoration: none;
    color: #fff;
}

.notInventory .manu-bar {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1730px;
}

.notInventory .manu {
    display: inline-block;
    /* width: 11%; */
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    min-width: 200px;
}

.notInventory .manu img {
    width: 100%;
    display: block;
    width: 180px !important;
}

.notInventory .sub-page p {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 18px;
}

.wrapSec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrapSec a {
    margin: 0 auto;
}

.notInventory .page-break {
    padding: 20px;
    background: url(../siteart/texture.png) #808080;
    width: 100%;
}

.notInventory .leasing {
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.notInventory .calculator {
    width: 100%;
}

.notInventory .financial-calc {
    background: #fff;
    width: 100%;
    height: 500px;
}

.notInventory h5 {
    color: #000;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 0;
}

.notInventory .weather {
    width: 600px;
    height: 600px;
}

.notInventory .section {
    background: url(../siteart/texture.png) #808080;
    color: #1351d8;
    padding: 40px 0;
}

.notInventory .break-line {
    width: 60%;
    border-top: 2px solid #1351d8;
    display: block;
    padding-top: 80px;
    margin-top: 80px;
}

.notInventory .section h2 {
    text-align: center;
    font-size: 42px;
    padding: 20px;
}

.notInventory .section p {
    color: #1351d8;
    text-align: center;
    width: 40%;
}

.notInventory .section ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 65%;
    text-align: center;
}

.notInventory .section .opportunities ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    width: 65%;
    text-align: center;
}

.notInventory .section ul li {
    list-style: none;
    padding: 5px 0;
}

.notInventory .contact-page {
    background: #1351d8;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.notInventory .contact-pg-info {
    display: inline-block;
    width: 30%;
    text-align: center;
    border-left: 1px solid #fff;
    padding-left: 20px;
    vertical-align: middle;
}

.notInventory .contact-pg-info:nth-child(1) {
    border-right: 1px solid #fff;
    border-left: none;
}

.notInventory .contact-pg-info:nth-child(2) {
    border-left: none;
}

.notInventory .contact-pg-info a {
    color: #fff;
    text-decoration: underline;
}

.notInventory .contact-pg-info a:hover {
    text-decoration: none;
}

.notInventory #formpage {
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

.notInventory #formpage p {
    text-align: left;
}

.notInventory .formfield {
    width: 48.4%;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    color: #000;
    min-width: 175px;
    text-align: left;
}

.notInventory #formpage div {
    vertical-align: top;
    padding: 5px 5px;
    position: relative;
    margin: 0 auto;
}

.notInventory #formpage input {
    padding: 6px 5px 10px;
    border: 3px solid #808080;
    color: #000;
    font-size: 13px;
    background: #fff;
    width: 100%;
    margin-top: 5px;
    -webkit-appearance: none;
    border-radius: 0;
}

.notInventory #formpage input.button1 {
    width: 150px;
    display: inline-block;
    position: relative;
    margin: 0;
    background: #808080;
    font-size: 14px;
    line-height: 0;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
}

.notInventory #formpage input.button1:focus {
    width: 150px;
    display: inline-block;
    position: relative;
    margin: 0;
    background: #808080;
    font-size: 14px;
    line-height: 0;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
}

.notInventory #formpage input.button1:hover {
    box-shadow: 1px 1px 4px #7D7D7D;
}

.notInventory input[type="button"],
.notInventory input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.notInventory #formpage textarea {
    padding: 6px 5px;
    border: 3px solid #808080;
    color: #000;
    font-size: 12px;
    background: #fff;
    margin-top: 5px;
    width: 98%;
    height: 85px;
}

.notInventory .CaptchaAnswerPanel {
    width: 250px;
}

.notInventory .employee-box {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 10px;
    padding: 30px;
    border: 1px solid #eaeaea;
    vertical-align: top;
    height: 190px;
    background: #fff;
    box-shadow: 1px 1px 3px #7d7d7d;
}

.notInventory .employee-box h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #1351d8;
    padding-bottom: 10px;
}

.notInventory .employee-box ul {
    list-style: none;
    text-align: center;
}

.notInventory .cf {
    position: relative;
}

.notInventory .inv-left {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    vertical-align: top;
}

.notInventory .hosted-content #main-search hr {
    padding: 0 !important;
}

.notInventory .hosted-content input[type='submit'] {
    background: #808080 !important;
}

.notInventory .hosted-content button[type='submit'] {
    background: #808080 !important;
}

.notInventory .hosted-content .btn {
    background: #808080 !important;
}

.notInventory .hosted-content .button1 {
    background: #808080 !important;
}

.notInventory .hosted-content h1 {
    font-size: 20px;
    color: #000;
    text-transform: none;
    padding-bottom: 0 !important;
    font-weight: bold;
}

.notInventory .hosted-content h3 {
    text-transform: none !important;
}

.notInventory .hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    text-transform: none !important;
}

.notInventory .scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    /* margin-top: -6px; */
}

.notInventory .scrolling {
    width: 100%;
    height: 92px;
}

.notInventory .showroom {
    background: linear-gradient(rgba(19, 81, 216, 0.75),
            rgba(19, 81, 216, 0.75)),
        url(/siteart/1.png);
    background-size: cover;
    background-position: center;
}

.notInventory .showroom h1 {
    color: #fff;
}

.notInventory .showroom p {
    color: #fff;
}

.notInventory .showroom-list {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}

.notInventory .showroom-manu {
    width: 22%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #333;
    transition: ease-in .3s;
}

.notInventory .showroom-manu img {
    width: 100%;
    display: block;
}

.notInventory .showroom-manu:hover {
    background: #eee;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    transition: ease-out .3s;
}

.notInventory .showroom-manu1 {
    width: 22%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    background: white;
    border: 1px solid #333;
    transition: ease-in .3s;
}

.notInventory .showroom-manu1 img {
    width: 100%;
    display: block;
    max-width: 180px;
    margin: 0 auto;
    padding: 20px 10px;
    height: 110px;
    object-fit: scale-down;
    object-position: center;
}

.notInventory .showroom-manu1:hover {
    background: #eee;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    transition: ease-out .3s;
}

.notInventory .cat {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    background: #000;
    margin: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.notInventory .cat img {
    width: 100%;
    display: block;
    opacity: .6;
    transition: ease .3s;
}

.notInventory .cat h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    background: #808080;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.notInventory .cat:hover img {
    opacity: 1;
    transition: ease .3s;
}

.notInventory .footer {
    width: 100%;
    color: #fff!important;
    font-size: 14px;
    background: #757575!important;
    text-align: center;
    font-weight: 300;
}

.notInventory .footer a {
    color: #e0e0e0;
    text-decoration: underline;
}

.notInventory .footer a:hover {
    color: #e0e0e0;
    text-decoration: none;
}

.notInventory .divfooter {
    width: 60%;
    margin: 20px auto;
}

.notInventory .side-search {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
    vertical-align: top;
    border: 1px solid #eaeaea;
    padding: 10px;
}

.notInventory .side-search h3 {
    color: #333;
    font-weight: 100;
    font-size: 24px;
    padding-left: 25px;
}

.notInventory .equipment-search {
    padding: 25px;
    box-sizing: border-box;
}

.notInventory .equipment-search input,
.notInventory .detailed-search select {
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
    background-color: #fff;
    box-sizing: border-box;
    color: #555;
    margin-top: 8px;
    box-sizing: border-box;
    outline: none;
    border-radius: 0;
    border: 3px solid #afafaf;
}

.notInventory .equipment-search input[type='submit'] {
    display: inline-block;
    border: none;
    background: #c0c0c0;
    font-size: 28px;
    color: #fff;
    width: 100%;
    outline: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
    padding: 0 10px 10px 10px;
    vertical-align: top;
    margin-bottom: 8px;
    text-align: left;
}

.notInventory .detailed-search input[type='submit']:hover {
    color: #fff;
    background: #5E5E5E;
    text-shadow: none;
    box-shadow: 1px 1px 5px #AFAFAF;
}

.notInventory .accordion-panel {
    width: 100%;
}

.notInventory .accordion-panel .accordion dt {
    display: block;
    padding: 25px;
    color: #555;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.notInventory .accordion-panel .accordion dd {
    height: 0;
    overflow: hidden;
    transition: height .35s ease-out;
    margin-left: 0;
    background: #F4F4F4;
}

.notInventory .accordion-panel .accordion .content {
    padding: 25px;
    overflow: auto;
}

.notInventory .accordion-panel .plus-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    transition: transform 0.35s ease-out;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -12px;
}

.notInventory .accordion-panel .plus-icon:before {
    content: '';
    background: #808080;
    position: absolute;
}

.notInventory .accordion-panel .plus-icon:after {
    content: '';
    background: #808080;
    position: absolute;
}

.notInventory .accordion-panel .plus-icon:before {
    width: 2px;
    height: 15px;
    margin-left: -0.5px;
    left: 50%;
}

.notInventory .accordion-panel .plus-icon:after {
    width: 15px;
    height: 2px;
    margin-top: -0.5px;
    top: 50%;
    opacity: 1;
    transition: opacity 0.35s ease-out;
}

.notInventory .accordion-panel .is-open .plus-icon {
    transform: rotate(90deg);
}

.notInventory .accordion-panel .is-open .plus-icon:after {
    opacity: 0;
}

.notInventory .accordion-panel .hidden {
    display: none;
}

.notInventory .accordion-panel .open-btn,
.notInventory .accordion-panel .close-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 90px;
}

.notInventory .accordion-panel .button1s-wrapper {
    position: relative;
}

.notInventory .accordion-panel .button1s-wrapper .plus-icon {
    position: absolute;
    right: 10px;
    top: 12px;
}

@media screen and (max-width: 1375px) {
    .notInventory .logo {
        width: 350px;
    }

    .notInventory .hc-content,
    .notInventory .hc-content * {
        font-size: 12px !important;
    }

    .notInventory .detailed-search input {
        height: 25px;
        margin-top: 0;
    }
}

@media screen and (max-width: 1285px) {
    .notInventory .column3-4 {
        width: 89%;
    }
}

@media screen and (max-width: 1260px) {
    .notInventory .contact-right iframe {
        width: 550px;
        height: 550px;
    }
}

@media screen and (max-width: 1220px) {
    .notInventory .logo {
        width: 100%;
        text-align: center;
    }

    .notInventory .logo {
        /* width: 26%; */
        padding: 24px 0 0;
    }

    .notInventory .logo img {
        max-width: 362px;
        width: 100%;
        padding: 0 20px;
    }

    .notInventory .header-contact {
        width: 70%;
        text-align: center;
        max-width: 1300px;
        margin: 0 auto;
        padding: 20px;
        position: relative;
        display: none;
    }

    .notInventory .mobile {
        display: block;
        width: 100%;
    }

    .notInventory .mobile img {
        width: 100%;
        display: block;
    }

    .notInventory video {
        display: none;
    }

    .notInventory .header {
        /* position: relative; */
        background: #fff !important;
    }

    .notInventory .button-bar {
        /* position: relative; */
    }

    .notInventory .detailed-search input {
        width: 45%;
    }

    .notInventory .side-search input {
        width: 100%;
    }

    .notInventory .accordion-panel .accordion .content {
        padding: 0;
    }

    .notInventory .column3-4 {
        width: 100%;
    }

    .notInventory .logo img.reduce {
        margin: 0 auto;
        width: 100% !important;
        padding: 0 20px !important;
    }

    .notInventory .hc-content p:nth-child(3) {
        display: inline-block;
    }

    .notInventory .hc-content {
        text-align: center;
    }
}

@media screen and (max-width: 1130px) {
    .notInventory .manu {
        width: 18%;
    }
}

@media screen and (max-width: 1060px) {
    .notInventory .contact-right iframe {
        width: 450px;
        height: 450px;
    }

    .notInventory .flexSep {
        flex-direction: column;
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .notInventory .calculator {
        width: 100%;
        margin-left: 0%;
        float: none;
    }

    .notInventory .side {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .notInventory .col-one-third {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #1351d8;
        padding-bottom: 20px;
    }

    .notInventory .col-one-third:nth-child(3) {
        border-bottom: none;
    }

    .notInventory .col-one-third img {
        display: none;
    }

    .notInventory .mixer .col-one-third img {
        display: block;
    }

    .notInventory .cat {
        width: 30%;
    }
}

@media screen and (max-width: 960px) {
    .notInventory .contact-right iframe {
        display: none;
    }

    .notInventory .contact-left {
        width: 100%;
    }
}

@media screen and (min-width: 961px) {
    .notInventory .contact-left {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .notInventory .contact-info img {
        /* margin: 0; */
    }

    .notInventory .contact-info {
        width: auto;
        margin: 0;
    }

    .notInventory .contact-info p {
        text-align: center;
        margin: 0;
    }
}

@media screen and (max-width: 900px) {
    .notInventory .home-button {
        font-size: 16px;
        margin: 0 20px;
    }

    .notInventory .button-bar {
        padding: 0px 0;
    }
}

@media screen and (max-width: 850px) {
    .notInventory .manu {
        /* width: 15%; */
    }

    .notInventory .formfield {
        width: 98%;
    }

    .notInventory .employee-box {
        width: 100%;
        height: auto;
        margin: 10px auto;
    }
}

@media screen and (max-width: 760px) {
    .notInventory .home-button {
        padding: 10px;
    }

    .notInventory .manu {
        /* width: 50%; */
        /* padding: 40px; */
    }

    .notInventory .hc-content {
        width: 100%;
        text-align: center;
    }

    .notInventory .header-contact {
        width: 100%;
    }

    .notInventory .hc-content p {
        font-size: 15px;
    }

    .notInventory .logo {
        /* padding: 0; */
    }

    .notInventory .column3-4 {
        padding-right: 0;
    }

    .notInventory .logo img.reduce {
        width: 100%;
    }

    .notInventory header.fixed {
        position: relative;
    }

    .notInventory .cat {
        width: 45%;
    }
}

@media screen and (max-width: 775px) {
    .notInventory .home-button {
        display: block;
        padding: 20px;
        width: 95%;
        margin-bottom: 15px;
        margin: 20px auto;
    }

    .notInventory .hc-content p:nth-child(2) {
        border-right: none;
        padding: 0;
    }

    .notInventory .section ul {
        width: 90%;
    }
}

@media screen and (max-width: 775px) {
    .notInventory .header-contact {
        width: 100%;
    }

    .notInventory .hc-content {
        text-align: center;
    }

    .notInventory .section p {
        width: 60%;
    }

    .notInventory .contact-info {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .notInventory .col-one-third h3 {
        font-size: 24px;
    }

    .notInventory .contact-pg-info {
        display: block;
        width: 100%;
        border-left: none;
        padding: 20px 0;
    }

    .notInventory .contact-pg-info:nth-child(1) {
        border-right: none;
    }

    .notInventory .hc-content p:nth-child(3) {
        width: 20%;
    }
}

@media screen and (max-width: 530px) {
    .notInventory .manu {
        /* width: 30%; */
    }

    .notInventory .divfooter {
        width: 90%;
    }

    .notInventory .logo img {
        /* width: 90%; */
    }

    .notInventory .leasing {
        width: 60%;
        display: block;
    }

    .notInventory .section p {
        width: 90%;
    }

    .notInventory .detailed-search input {
        width: 80%;
    }

    .notInventory .side-search input {
        width: 100%;
    }

    .notInventory .hc-content p {
        margin-right: 0;
    }

    .notInventory .hc-content p:nth-child(1) {
        padding: 0 18px 0 0;
    }

    .notInventory .cat {
        width: 80%;
    }
}

@media screen and (max-width: 390px) {
    .notInventory .section h2 {
        font-size: 36px;
    }
}

/*---colors
ffbd86 light orange
ff7300 dark orange
00379d royal blue
---*/

/*-------- COLORS --------*/

:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    /* Insurance/Financing buttons */
    /* Some titles, some buttons */
    /* Background color for hover states, text color for hover states */
    /* Background color, all text appearing within the colored boxes */
}


*:not(.fa):not(.material-icons):not(.fas) {
    font-family: oswald, sans-serif;
}

a {}

.notInventory .mixer .col-one-third {
    width: 100%;
    border: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notInventory .mixer .col-one-third h3 {
    text-align: center;
}

.notInventory .mixer .col-one-third img {
    width: 80%;
}

/* RESET 
------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: none;
}





.notInventory {
    /* GLOBAL SITE FRAMEWORK
  ------------------------------------------------*/
    /* HEADER CONTACT
  ----------------------------------------------*/
    /*STICKY NAV*/
    /*END STICKY NAV*/
    /*-- Header Search --*/
    /* HOME PAGE STYLES */
    /*--main--*/
    /***** SIDE TABS *****/
    /*--contact footer--*/
    /*--manu bar--*/
    /* SUB PAGES
  ------------------------------------------------*/
    /*--leasing--*/
    /*--weather--*/
    /*--about--*/
    /*--contact page--*/
    /*--form--*/
    /*EMPLOYEE PAGE*/
    /* INVENTORY
  ------------------------------------------------*/
    /*  scrolling inventory
  ------------------------------------------------*/
    /* DEALER SHOWROOM
  -------------------------------------*/
    /* FOOTER
  ------------------------------*/
    /************************************************INVENTORY SIDE BAR SEARCH************************************************/
}

body.notInventory {
    margin: 0 auto;
}

@font-face {
    .notInventory {
        src: url("../fonts/icon-works-webfont.eot");
        src: url("../fonts/icon-works-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/icon-works-webfont.woff") format("woff"), url("../fonts/icon-works-webfont.ttf") format("truetype"), url("../fonts/icon-works-webfont.svg#icon-worksregular") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}

.notInventory h1 {
    color: #1351d8;
    text-transform: uppercase;
    text-align: left;
    font-size: 32px;
    font-weight: 100;
    padding-bottom: 20px;
}

.notInventory h2 {
    text-transform: uppercase;
    font-size: 32px;
    text-align: left;
    font-weight: 100;
}

.notInventory a {
    color: #1351d8;
    text-decoration: none;
}

.notInventory .mixer .col-one-third a {
    display: flex;
    justify-content: center;
}

header a[href^="tel:"] {
    color: #1351d8;
}

.notInventory a:hover {
    color: #1351d8;
    text-decoration: none;
}

.notInventory .clear {
    clear: both;
}

.notInventory .left {
    float: left;
}

.notInventory .right {
    float: right;
}

.notInventory * {
    box-sizing: border-box;
}

.notInventory .wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 55px;
    position: relative;
}

@media screen and (max-width: 1220px) {

    .inventory .wrapper:nth-child(2),
    .about .wrapper {
        margin-top: 40px;
    }

    .about .wrapper {}

    .mapWrap {
        flex-direction: column;
    }

    .mapWrap iframe {
        width: 100% !important;
    }

    .mapWrap iframe:nth-of-type(2) {
        padding-top: 10px;
    }
}

.notInventory .welcome .wrapper {
    padding: 55px;
    /* box-sizing: content-box; */
}

.notInventory hr {
    display: block;
    padding: 20px;
    background: url(../siteart/texture.png) #808080;
    width: 100%;
}

.notInventory ::selection {
    color: #fff;
    background: #356088;
}

.notInventory ::-moz-selection {
    color: #fff;
    background: #356088;
}

.notInventory .hero {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.notInventory video {
    display: block;
}

.notInventory .mobile {
    display: none;
}

.notInventory .sub-header {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    background: #eaeaea;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 1px 1px 8px #b36e1c;
}

.notInventory .header {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.inventory .header {
    position: static;
    background: #e0e0e0;
}

.notInventory header {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    align-items: center;
    /* background: #fff; */
}

.notInventory header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 1px 1px 3px #CBCBCB;
}

.notInventory .button-bar {
    width: 100%;
    display: inline-block;
    background: rgba(19, 81, 216, 0.75);
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    padding: 23px 0;
    text-align: center;
    z-index: 3;
}

.notInventory .home-button {
    display: inline-block;
    width: 30%;
    text-align: center;
    padding: 20px;
    margin: 0 40px;
    border: 3px solid #fff;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    transition: ease-in .3s;
}

.notInventory .home-button:hover {
    background: #fff;
    color: #1351d8;
    text-decoration: none;
    box-shadow: 1px 1px 8px #000612;
    transition: ease-out .3s;
}

.notInventory .logo {
    text-align: right;
    /* width: 20.5%; */
    padding: 0 60px 0 0;
    /* margin: 0 auto; */
    display: inline-block;
}

.notInventory .logo img {
    width: 100%;
    margin: 0 auto;
}

.notInventory .logo img.reduce {
    width: 85%;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;
    margin-right: 60px;
    padding: 12px 0;
}

.notInventory .header-contact {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    color: #fff;
    vertical-align: top;
}

.notInventory .hc-content {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    color: #fff;
    /* font-weight: bold; */
    font-size: 24px;
    text-align: right;
    width: 100%;
}

.notInventory .hc-content p {
    display: inline-block;
    font-size: 18px;
    margin: 0 auto;
    color: #1351d8;
    vertical-align: middle;
    text-align: center;
    /* margin-right: 24px; */
}

.notInventory .hc-content p:nth-child(1) {
    padding: 0 30px 0 0;
    border-right: 2px solid #1351d8;
}

.notInventory .hc-content p:nth-child(2) {
    padding: 0 0 0 22px;
}

.notInventory .hc-content img {
    width: 30px;
    text-align: center;
}

.notInventory .hc-content p:nth-child(3) {
    display: none;
}

.notInventory input,
.notInventory select {
    width: 0%;
    padding: 10px 20px 10px 10px;
    border: 2px solid #fff;
    height: 35px !important;
    box-sizing: border-box;
}

.notInventory .detailed-search input {
    width: 45%;
    padding: 4px 8px !important;
    font-size: 12px;
    background-color: #fff;
    border: 2px solid #808080 !important;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 0px;
    margin-top: -12px;
}

.notInventory .detailed-row {
    margin: 9px 0;
    font-size: 14px;
}

.notInventory .column3-4 {
    width: 60%;
    /* padding-right: 50px; */
    box-sizing: border-box;
    position: static;
    display: inline-block;
}

.notInventory .search {
    font-size: 29px;
    border: none;
    background: none;
    padding-left: 3px;
    background: none !important;
    color: black;
}

button.fa.search {
    padding-right: 0 !important;
    padding-left: 3px !important;
}

.notInventory .detailed-search input[type='submit'] {
    vertical-align: middle;
    font-size: 18px;
    background: none;
    width: 35px;
    height: 35px;
    color: #000000;
    border: none;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -webkit-appearance: none;
}

.notInventory .detailed-search input[type='submit']:hover {
    color: #fff;
    text-shadow: 1px 1px 3px #000000;
    background: #808080;
}

.notInventory .welcome {
    background: #808080;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.notInventory .welcome.mixer {
    background: white;
}

.notInventory .white {
    background: #e0e0e0;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

.notInventory .mixer .white {
    background: white !important;
}

.notInventory .col-one-third {
    width: 33%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
    padding: 0 20px;
    border-right: 1px solid #1351d8;
}

.notInventory .col-one-third:nth-child(3) {
    border-right: none;
}

.notInventory .col-one-third h3 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 32px;
    padding: 20px 0;
    text-align: left;
    color: #1351d8;
}

.notInventory .col-one-third i {
    /* width: 30%; */
    text-align: center;
    display: block;
    margin: 50px auto;
    font-size: 105px;
    color: #1351d8;
}

.notInventory .side {
    background: #fff;
    width: 300px;
    height: 500px;
    position: fixed;
    z-index: 100;
}

.notInventory #weather {
    top: 295px;
    height: auto;
    z-index: 99999;
    right: -300px;
}

.notInventory #weatherTab {
    display: block;
    height: 66px;
    width: 55px;
    background: url(../siteart/weather.png);
    position: absolute;
    left: -55px;
    top: 0px;
}

.notInventory #markets {
    top: 365px;
    height: auto;
    z-index: 998;
    right: -400px;
    width: 400px;
}

.notInventory #marketsTab {
    display: block;
    height: 66px;
    width: 55px;
    background: url(../siteart/markets.png);
    position: absolute;
    left: -55px;
    top: 0px;
}

.notInventory #facebook {
    top: 435px;
    height: auto;
    z-index: 997;
    right: -340px;
    width: 340px;
}

.notInventory #facebookTab {
    display: block;
    height: 66px;
    width: 55px;
    background: url(../siteart/facebook.png);
    position: absolute;
    left: -55px;
    top: 0px;
}

.notInventory .contact-bar {
    width: 100%;
    background: #1351d8;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}

.mapWrap {
    display: flex;
    justify-content: space-between;
}

.mapWrap iframe {
    width: 49.2vw;
}

.notInventory .contact-left {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    vertical-align: middle;
}

.notInventory .contact-right {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    vertical-align: middle;
}

.notInventory .contact-info {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
}

.notInventory .flexSep {
    display: flex;
    width: 420px;
}

.notInventory .contact-info i {
    /* width: 75px; */
    text-align: center;
    padding: 10px;
    display: block;
    margin: 0 auto;
    font-size: 50px;
}

.notInventory .contact-info p {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
}

.notInventory .contact-info a {
    color: #fff;
    text-decoration: underline;
}

.notInventory .contact-info a:hover {
    text-decoration: none;
    color: #fff;
}

.notInventory .manu-bar {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    background: #fff;
    display: flex;
    align-items: center;
    max-width: 1730px;
}

.notInventory .manu {
    display: inline-block;
    /* width: 11%; */
    margin: 0 auto;
    text-align: center;
    padding: 0px 10px;
    vertical-align: middle;
}

.notInventory .manu img {
    width: 100%;
    display: block;
}

.notInventory .sub-page p {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 18px;
}

.wrapSec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrapSec a {
    margin: 0 auto;
}

.notInventory .page-break {
    padding: 20px;
    background: url(../siteart/texture.png) #808080;
    width: 100%;
}

.notInventory .leasing {
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.notInventory .calculator {
    width: 100%;
}

.notInventory .financial-calc {
    background: #fff;
    width: 100%;
    height: 500px;
}

.notInventory h5 {
    color: #000;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 0;
}

.notInventory .weather {
    width: 600px;
    height: 600px;
}

.notInventory .section {
    background: url(../siteart/texture.png) #808080;
    color: #1351d8;
    padding: 40px 0;
}

.notInventory .break-line {
    width: 60%;
    border-top: 2px solid #1351d8;
    display: block;
    padding-top: 80px;
    margin-top: 80px;
}

.notInventory .section h2 {
    text-align: center;
    font-size: 42px;
    padding: 20px;
}

.notInventory .section p {
    color: #1351d8;
    text-align: center;
    width: 40%;
}

.notInventory .section ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 65%;
    text-align: center;
}

.notInventory .section .opportunities ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    width: 65%;
    text-align: center;
}

.notInventory .section ul li {
    list-style: none;
    padding: 5px 0;
}

.notInventory .contact-page {
    background: #1351d8;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.notInventory .contact-pg-info {
    display: inline-block;
    width: 30%;
    text-align: center;
    border-left: 1px solid #fff;
    padding-left: 20px;
    vertical-align: middle;
}

.notInventory .contact-pg-info:nth-child(1) {
    border-right: 1px solid #fff;
    border-left: none;
}

.notInventory .contact-pg-info:nth-child(2) {
    border-left: none;
}

.notInventory .contact-pg-info a {
    color: #fff;
    text-decoration: underline;
}

.notInventory .contact-pg-info a:hover {
    text-decoration: none;
}

.notInventory #formpage {
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

.notInventory #formpage p {
    text-align: left;
}

.notInventory .formfield {
    width: 48.4%;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    color: #000;
    min-width: 175px;
    text-align: left;
}

.notInventory #formpage div {
    vertical-align: top;
    padding: 5px 5px;
    position: relative;
    margin: 0 auto;
}

.notInventory #formpage input {
    padding: 6px 5px 10px;
    border: 3px solid #808080;
    color: #000;
    font-size: 13px;
    background: #fff;
    width: 100%;
    margin-top: 5px;
    -webkit-appearance: none;
    border-radius: 0;
}

.notInventory #formpage input.button1 {
    width: 150px;
    display: inline-block;
    position: relative;
    margin: 0;
    background: #808080;
    font-size: 14px;
    line-height: 0;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
}

.notInventory #formpage input.button1:focus {
    width: 150px;
    display: inline-block;
    position: relative;
    margin: 0;
    background: #808080;
    font-size: 14px;
    line-height: 0;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
}

.notInventory #formpage input.button1:hover {
    box-shadow: 1px 1px 4px #7D7D7D;
}

.notInventory input[type="button"],
.notInventory input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.notInventory #formpage textarea {
    padding: 6px 5px;
    border: 3px solid #808080;
    color: #000;
    font-size: 12px;
    background: #fff;
    margin-top: 5px;
    width: 98%;
    height: 85px;
}

.notInventory .CaptchaAnswerPanel {
    width: 250px;
}

.notInventory .employee-box {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 10px;
    padding: 30px;
    border: 1px solid #eaeaea;
    vertical-align: top;
    height: 190px;
    background: #fff;
    box-shadow: 1px 1px 3px #7d7d7d;
}

.notInventory .employee-box h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #1351d8;
    padding-bottom: 10px;
}

.notInventory .employee-box ul {
    list-style: none;
    text-align: center;
}

.notInventory .cf {
    position: relative;
}

.notInventory .inv-left {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    vertical-align: top;
}

.notInventory .hosted-content #main-search hr {
    padding: 0 !important;
}

.notInventory .hosted-content input[type='submit'] {
    background: #808080 !important;
}

.notInventory .hosted-content button[type='submit'] {
    background: #808080 !important;
}

.notInventory .hosted-content .btn {
    background: #808080 !important;
}

.notInventory .hosted-content .button1 {
    background: #808080 !important;
}

.notInventory .hosted-content h1 {
    font-size: 20px;
    color: #000;
    text-transform: none;
    padding-bottom: 0 !important;
    font-weight: bold;
}

.notInventory .hosted-content h3 {
    text-transform: none !important;
}

.notInventory .hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    text-transform: none !important;
}

.notInventory .scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    /* margin-top: -6px; */
}

.notInventory .scrolling {
    width: 100%;
    height: 92px;
}

.notInventory .showroom {
    background: linear-gradient(rgba(19, 81, 216, 0.75),
            rgba(19, 81, 216, 0.75)),
        url(/siteart/1.png);
    background-size: cover;
    background-position: center;
}

.notInventory .showroom h1 {
    color: #fff;
}

.notInventory .showroom p {
    color: #fff;
}

.notInventory .showroom-list {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}

.showroom-list.bg div {
    background: white;
}

.showroom-list.bg div img {
    opacity: 1;
}

.notInventory .showroom-manu {
    width: 22%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #333;
    transition: ease-in .3s;
}

.notInventory .showroom-manu img {
    width: 100%;
    display: block;
}

.notInventory .showroom-manu:hover {
    background: #eee;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    transition: ease-out .3s;
}

.notInventory .cat {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
    background: #000;
    margin: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.teamstuff .cat {
    background: white !important;
}

.notInventory .cat img {
    width: 100%;
    display: block;
    opacity: .6;
    transition: ease .3s;
}

.notInventory .cat h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    background: #808080;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.notInventory .cat:hover img {
    opacity: 1;
    transition: ease .3s;
}

.notInventory .footer {
    width: 100%;
    color: #e0e0e0;
    font-size: 14px;
    background: #808080;
    text-align: center;
    font-weight: 300;
}

.notInventory .footer a {
    color: #e0e0e0;
    text-decoration: underline;
}

.notInventory .footer a:hover {
    color: #e0e0e0;
    text-decoration: none;
}

.notInventory .divfooter {
    width: 60%;
    margin: 20px auto;
}

.notInventory .side-search {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
    vertical-align: top;
    border: 1px solid #eaeaea;
    padding: 10px;
}

.notInventory .side-search h3 {
    color: #333;
    font-weight: 100;
    font-size: 24px;
    padding-left: 25px;
}

.notInventory .equipment-search {
    padding: 25px;
    box-sizing: border-box;
}

.notInventory .equipment-search input,
.notInventory .detailed-search select {
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
    background-color: #fff;
    box-sizing: border-box;
    color: #555;
    margin-top: 8px;
    box-sizing: border-box;
    outline: none;
    border-radius: 0;
    border: 3px solid #afafaf;
}

.notInventory .equipment-search input[type='submit'] {
    display: inline-block;
    border: none;
    background: #c0c0c0;
    font-size: 28px;
    color: #fff;
    width: 100%;
    outline: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
    padding: 0 10px 10px 10px;
    vertical-align: top;
    margin-bottom: 8px;
    text-align: left;
}

.notInventory .detailed-search input[type='submit']:hover {
    color: #fff;
    background: #5E5E5E;
    text-shadow: none;
    box-shadow: 1px 1px 5px #AFAFAF;
}

.notInventory .accordion-panel {
    width: 100%;
}

.notInventory .accordion-panel .accordion dt {
    display: block;
    padding: 25px;
    color: #555;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.notInventory .accordion-panel .accordion dd {
    height: 0;
    overflow: hidden;
    transition: height .35s ease-out;
    margin-left: 0;
    background: #F4F4F4;
}

.notInventory .accordion-panel .accordion .content {
    padding: 25px;
    overflow: auto;
}

.notInventory .accordion-panel .plus-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    transition: transform 0.35s ease-out;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -12px;
}

.notInventory .accordion-panel .plus-icon:before {
    content: '';
    background: #808080;
    position: absolute;
}

.notInventory .accordion-panel .plus-icon:after {
    content: '';
    background: #808080;
    position: absolute;
}

.notInventory .accordion-panel .plus-icon:before {
    width: 2px;
    height: 15px;
    margin-left: -0.5px;
    left: 50%;
}

.notInventory .accordion-panel .plus-icon:after {
    width: 15px;
    height: 2px;
    margin-top: -0.5px;
    top: 50%;
    opacity: 1;
    transition: opacity 0.35s ease-out;
}

.notInventory .accordion-panel .is-open .plus-icon {
    transform: rotate(90deg);
}

.notInventory .accordion-panel .is-open .plus-icon:after {
    opacity: 0;
}

.notInventory .accordion-panel .hidden {
    display: none;
}

.notInventory .accordion-panel .open-btn,
.notInventory .accordion-panel .close-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 90px;
}

.notInventory .accordion-panel .button1s-wrapper {
    position: relative;
}

.notInventory .accordion-panel .button1s-wrapper .plus-icon {
    position: absolute;
    right: 10px;
    top: 12px;
}

@media screen and (max-width: 1375px) {
    .notInventory .logo {
        width: 350px;
    }

    .notInventory .hc-content,
    .notInventory .hc-content * {
        font-size: 12px !important;
    }

    .notInventory .detailed-search input {
        height: 25px;
        margin-top: 0;
    }
}

@media screen and (max-width: 1285px) {
    .notInventory .column3-4 {
        width: 89%;
    }
}

@media screen and (max-width: 1260px) {
    .notInventory .contact-right iframe {
        width: 550px;
        height: 550px;
    }
}

@media screen and (max-width: 1220px) {
    .notInventory .logo {
        width: 100%;
        text-align: center;
    }

    .notInventory .logo {
        /* width: 26%; */
        padding: 24px 0 0;
    }

    .notInventory .logo img {
        max-width: 362px;
        width: 100%;
        padding: 0 20px;
    }

    .notInventory .header-contact {
        width: 70%;
        text-align: center;
        max-width: 1300px;
        margin: 0 auto;
        padding: 20px;
        position: relative;
        display: none;
    }

    .notInventory .mobile {
        display: block;
        width: 100%;
    }

    .notInventory .mobile img {
        width: 100%;
        display: block;
    }

    .notInventory video {
        display: none;
    }

    .notInventory .header {
        /* position: relative; */
        background: #fff !important;
    }

    .notInventory .button-bar {
        /* position: relative; */
    }

    .notInventory .detailed-search input {
        width: 45%;
    }

    .notInventory .side-search input {
        width: 100%;
    }

    .notInventory .accordion-panel .accordion .content {
        padding: 0;
    }

    .notInventory .column3-4 {
        width: 100%;
    }

    .notInventory .logo img.reduce {
        margin: 0 auto;
        width: 100% !important;
        padding: 0 20px !important;
    }

    .notInventory .hc-content p:nth-child(3) {
        display: inline-block;
    }

    .notInventory .hc-content {
        text-align: center;
    }
}

@media screen and (max-width: 1130px) {
    .notInventory .manu {
        width: 18%;
    }

}

@media screen and (max-width: 1060px) {
    .notInventory .contact-right iframe {
        width: 450px;
        height: 450px;
    }

    .notInventory .flexSep {
        flex-direction: column;
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .notInventory .calculator {
        width: 100%;
        margin-left: 0%;
        float: none;
    }

    .notInventory .side {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .notInventory .col-one-third {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #1351d8;
        padding-bottom: 20px;
    }

    .notInventory .col-one-third:nth-child(3) {
        border-bottom: none;
    }

    .notInventory .col-one-third img {
        display: none;
    }

    .notInventory .mixer .col-one-third img {
        display: block;
    }

    .notInventory .cat {
        width: 30%;
    }
}

@media screen and (max-width: 960px) {
    .notInventory .contact-right iframe {
        display: none;
    }

    .notInventory .contact-left {
        width: 100%;
    }
}

@media screen and (min-width: 1100px) {
    .notInventory .contact-left {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .notInventory .contact-info img {
        /* margin: 0; */
    }

    .notInventory .contact-info {
        width: auto;
        margin: 0;
    }

    .notInventory .contact-info p {
        text-align: center;
        margin: 0;
    }
}

@media screen and (max-width: 900px) {
    .notInventory .home-button {
        font-size: 16px;
        margin: 0 20px;
    }

    .notInventory .button-bar {
        padding: 0px 0;
    }
}

@media screen and (max-width: 850px) {
    .notInventory .manu {
        /* width: 15%; */
    }

    .notInventory .formfield {
        width: 98%;
    }

    .notInventory .employee-box {
        width: 100%;
        height: auto;
        margin: 10px auto;
    }
}

@media screen and (max-width: 760px) {
    .notInventory .showroom-list {
        display: flex;
        flex-direction: column;
    }

    .notInventory .showroom-manu1 {
        width: 100%;
    }

    .notInventory .home-button {
        padding: 10px;
    }

    .notInventory .manu {
        /* width: 50%; */
        /* padding: 40px; */
    }

    .notInventory .hc-content {
        width: 100%;
        text-align: center;
    }

    .notInventory .header-contact {
        width: 100%;
    }

    .notInventory .hc-content p {
        font-size: 15px;
    }

    .notInventory .logo {
        /* padding: 0; */
    }

    .notInventory .column3-4 {
        padding-right: 0;
    }

    .notInventory .logo img.reduce {
        width: 100%;
    }

    .notInventory header.fixed {
        position: relative;
    }

    .notInventory .cat {
        width: 45%;
    }
}

@media screen and (max-width: 775px) {
    .notInventory .home-button {
        display: block;
        padding: 20px;
        width: 95%;
        margin-bottom: 15px;
        margin: 20px auto;
    }

    .notInventory .hc-content p:nth-child(2) {
        border-right: none;
        padding: 0;
    }

    .notInventory .section ul {
        width: 90%;
    }
}

@media screen and (max-width: 775px) {
    .notInventory .header-contact {
        width: 100%;
    }

    .notInventory .hc-content {
        text-align: center;
    }

    .notInventory .section p {
        width: 60%;
    }

    .notInventory .contact-info {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .notInventory .col-one-third h3 {
        font-size: 24px;
    }

    .notInventory .contact-pg-info {
        display: block;
        width: 100%;
        border-left: none;
        padding: 20px 0;
    }

    .notInventory .contact-pg-info:nth-child(1) {
        border-right: none;
    }

    .notInventory .hc-content p:nth-child(3) {
        width: 20%;
    }
}

@media screen and (max-width: 530px) {
    .notInventory .manu {
        /* width: 30%; */
    }

    .notInventory .divfooter {
        width: 90%;
    }

    .notInventory .logo img {
        /* width: 90%; */
    }

    .notInventory .leasing {
        width: 60%;
        display: block;
    }

    .notInventory .section p {
        width: 90%;
    }

    .notInventory .detailed-search input {
        width: 80%;
    }

    .notInventory .side-search input {
        width: 100%;
    }

    .notInventory .hc-content p {
        margin-right: 0;
    }

    .notInventory .hc-content p:nth-child(1) {
        padding: 0 18px 0 0;
    }

    .notInventory .cat {
        width: 80%;
    }
}

@media screen and (max-width: 390px) {
    .notInventory .section h2 {
        font-size: 36px;
    }
}

.mixerCenter {
    /*! CSS Used from: https://mixercenter.net.hdev/css/all.css */
}

.mixerCenter .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.mixerCenter .fa-envelope:before {
    content: "\f0e0";
}

.mixerCenter .fa-map-marked:before {
    content: "\f59f";
}

.mixerCenter .fa-phone:before {
    content: "\f095";
}

.mixerCenter .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    /*! CSS Used from: https://mixercenter.net.hdev/css/style.css?v=1.0 */
}

.mixerCenter *:not(.fa):not(.material-icons):not(.fas) {
    font-family: oswald, sans-serif;
}

.mixerCenter .contact-bar {
    padding: 0;
}

.mixerCenter div,
.mixerCenter iframe,
.mixerCenter h2,
.mixerCenter p,
.mixerCenter a,
.mixerCenter i {
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: none;
}

.mixerCenter .notInventory h2 {
    text-transform: uppercase;
    font-size: 32px;
    text-align: left;
    font-weight: 100;
}

.mixerCenter .notInventory a {
    color: #1351d8;
    text-decoration: none;
}

.mixerCenter .notInventory a:hover {
    color: #1351d8;
    text-decoration: none;
}

.mixerCenter .notInventory * {
    box-sizing: border-box;
}

.mixerCenter .notInventory .wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 55px;
    position: relative;
}

@media screen and (max-width: 1220px) {
    .mixerCenter .mapWrap {
        flex-direction: column;
    }

    .mixerCenter .mapWrap iframe {
        width: 100% !important;
    }
}

.mixerCenter .notInventory ::selection {
    color: #fff;
    background: #356088;
}

.mixerCenter .notInventory ::-moz-selection {
    color: #fff;
    background: #356088;
}

.mixerCenter .notInventory .contact-bar {
    width: 100%;
    background: #1351d8;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}

.mixerCenter .mapWrap {
    display: flex;
    justify-content: space-between;
}

.mixerCenter .mapWrap iframe {
    width: 49.2vw;
}

.mixerCenter .notInventory .contact-left {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    vertical-align: middle;
}

.contact-left-flex {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sales-info {
    display: flex;
    gap: 50px;
    font-size: 20px;
    border-top: #fff solid 4px;
    flex-wrap: wrap;
    justify-content: center;
}

.company-info {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    padding-bottom: 400px;
    flex-wrap: wrap;
}

.sales-info a {
    color: #fff;
}

.sales-info a:hover,
.sales-info a:active..sales-info a:focus {
    color: #fff;
}

.mixerCenter .notInventory .contact-info {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
}

.mixerCenter .contact-bar.otherLoc {
    text-transform: uppercase;
}

.mixerCenter .contact-bar.otherLoc .contact-info p {
    font-size: 26px !important;
}

.mixerCenter .contact-bar .contact-info a {
    text-decoration: unset !important;
}

.mixerCenter .notInventory .contact-info i {
    text-align: center;
    padding: 10px;
    display: block;
    margin: 0 auto;
    font-size: 50px;
}

.mixerCenter .notInventory .contact-info p {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
}

.mixerCenter .notInventory .contact-info a {
    color: #fff;
    text-decoration: underline;
}

.mixerCenter .notInventory .contact-info a:hover {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 1220px) {

    .mixerCenter .mapWrap iframe,
    .mixerCenter .mapWrap .contact-bar {
        width: 100% !important;
    }
}

@media screen and (max-width: 1099px) {

    .sales-info {
        justify-content: center;
        margin-top: 38px !important;
    }

    .company-info {
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .mixerCenter .notInventory .contact-left {
        width: 100%;
    }
}

@media screen and (min-width: 961px) {
    .mixerCenter .notInventory .contact-left {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .mixerCenter .notInventory .contact-info {
        width: auto;
        margin: 0;
    }

    .mixerCenter .notInventory .contact-info p {
        text-align: center;
        margin: 0;
    }
}

@media screen and (max-width: 775px) {
    .mixerCenter .notInventory .contact-info {
        width: 100%;
    }
}

.mixerCenter *:not(.fa):not(.material-icons):not(.fas) {
    font-family: oswald, sans-serif;
}

.mixerCenter h2 {
    color: white;
}

h2 {}

.mixerCenter div,
.mixerCenter iframe,
.mixerCenter h2,
.mixerCenter p,
.mixerCenter a,
.mixerCenter i {
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: none;
}

.mixerCenter .notInventory h2 {
    text-transform: uppercase;
    font-size: 32px;
    text-align: left;
    font-weight: 100;
}

.mixerCenter .notInventory a {
    color: #1351d8;
    text-decoration: none;
}

.mixerCenter .notInventory a:hover {
    color: #1351d8;
    text-decoration: none;
}

.mixerCenter .notInventory * {
    box-sizing: border-box;
}

.mixerCenter .notInventory .wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px 55px;
    position: relative;
}

@media screen and (max-width: 1220px) {
    .mixerCenter .mapWrap {
        flex-direction: column;
    }

    .mixerCenter .mapWrap iframe {
        width: 100% !important;
    }
}

.mixerCenter .notInventory ::selection {
    color: #fff;
    background: #356088;
}

.mixerCenter .notInventory ::-moz-selection {
    color: #fff;
    background: #356088;
}

.mixerCenter .notInventory .contact-bar {
    width: 100%;
    background: #1351d8;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}

.mixerCenter .notInventory .contact-bar h2 {
    color: #fff;
}

.mixerCenter .mapWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px !important;
}

.mixerCenter .mapWrap iframe,
.mixerCenter .mapWrap .contact-bar {
    width: 50vw;
}

.mixerCenter .notInventory .contact-left {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    vertical-align: middle;
}

.mixerCenter .notInventory .contact-info {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
}

.mixerCenter .notInventory .contact-info i {
    text-align: center;
    padding: 10px;
    display: block;
    margin: 0 auto;
    font-size: 50px;
}

.mixerCenter .notInventory .contact-info p {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
}

.mixerCenter .notInventory .contact-info a {
    color: #fff;
    text-decoration: underline;
}

.mixerCenter .notInventory .contact-info a:hover {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 850px) {
    .mixerCenter .notInventory .contact-left {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 960px) {
    .mixerCenter .notInventory .contact-left {
        width: 100%;
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 961px) {
    .mixerCenter .notInventory .contact-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mixerCenter .notInventory .contact-info {
        margin: 0;
    }

    .mixerCenter .notInventory .contact-info p {
        text-align: center;
        margin: 0;
    }
}

@media screen and (max-width: 775px) {

    /*! CSS Used from: https://mixercenter.net.hdev/css/menumaker.css?v=1.0 */
    .mixerCenter .notInventory .contact-info {
        width: 100%;
    }
}

.mixerCenter .notInventory * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    /*! CSS Used fontfaces */
}

.mixerCenter {
    /*! CSS Used from: https://mixercenter.net.hdev/css/all.css */
}

.mixerCenter .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.mixerCenter .fa-envelope:before {
    content: "\f0e0";
}

.mixerCenter .fa-map-marked:before {
    content: "\f59f";
}

.mixerCenter .fa-phone:before {
    content: "\f095";
}

.mixerCenter .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    /*! CSS Used from: https://mixercenter.net.hdev/css/style.css?v=1.0 */
}

.mixerCenter *:not(.fa):not(.material-icons):not(.fas) {
    font-family: oswald, sans-serif;
}

.mixerCenter div,
.mixerCenter iframe,
.mixerCenter h2,
.mixerCenter p,
.mixerCenter a,
.mixerCenter i {
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: none;
}

.mixerCenter .notInventory h2 {
    text-transform: uppercase;
    font-size: 32px;
    text-align: left;
    font-weight: 100;
}

.mixerCenter .notInventory a {
    color: #1351d8;
    text-decoration: none;
}

.mixerCenter .notInventory a:hover {
    color: #1351d8;
    text-decoration: none;
}

.mixerCenter .notInventory * {
    box-sizing: border-box;
}

.mixerCenter .notInventory .wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 55px;
    position: relative;
}

@media screen and (max-width: 1220px) {
    .mixerCenter .about .wrapper {
        margin-top: 40px;
    }

    .mixerCenter .mapWrap {
        flex-direction: column;
    }

    .mixerCenter .mapWrap iframe {
        width: 100% !important;
    }
}

.mixerCenter .notInventory ::selection {
    color: #fff;
    background: #356088;
}

.mixerCenter .notInventory ::-moz-selection {
    color: #fff;
    background: #356088;
}

.mixerCenter .notInventory .contact-bar {
    width: 100%;
    background: #1351d8;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}

.mixerCenter .mapWrap {
    display: flex;
    justify-content: space-between;
}

.mixerCenter .mapWrap iframe {
    width: 49.2vw;
}

.mixerCenter .notInventory .contact-left {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    vertical-align: middle;
}

.mixerCenter .notInventory .contact-info {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
}

.mixerCenter .contact-bar .contact-info a {
    text-decoration: unset !important;
}

.mixerCenter .notInventory .contact-info i {
    text-align: center;
    padding: 10px;
    display: block;
    margin: 0 auto;
    font-size: 50px;
}

.mixerCenter .notInventory .contact-info p {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
}

.mixerCenter .notInventory .contact-info a {
    color: #fff;
    text-decoration: underline;
}

.mixerCenter .notInventory .contact-info a:hover {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 1220px) {

    .mixerCenter .mapWrap iframe,
    .mixerCenter .mapWrap .contact-bar {
        width: 100% !important;
    }
}

@media screen and (max-width: 960px) {
    .mixerCenter .notInventory .contact-left {
        width: 100%;
    }
}

@media screen and (min-width: 961px) {
    .mixerCenter .notInventory .contact-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mixerCenter .notInventory .contact-info {
        width: auto;
        margin: 0;
    }

    .mixerCenter .notInventory .contact-info p {
        text-align: center;
        margin: 0;
    }
}

@media screen and (max-width: 670px) {
    .mixerCenter .notInventory .contact-info {
        width: 100%;
    }
}

.mixerCenter *:not(.fa):not(.material-icons):not(.fas) {
    font-family: oswald, sans-serif;
}

.mixerCenter div,
.mixerCenter iframe,
.mixerCenter h2,
.mixerCenter p,
.mixerCenter a,
.mixerCenter i {
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: none;
}

.mixerCenter .notInventory h2 {
    text-transform: uppercase;
    font-size: 32px;
    text-align: left;
    font-weight: 100;
}

.mixerCenter .notInventory a {
    color: #1351d8;
    text-decoration: none;
}

.mixerCenter .notInventory a:hover {
    color: #1351d8;
    text-decoration: none;
}

.mixerCenter .notInventory * {
    box-sizing: border-box;
}

.mixerCenter .notInventory .wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px 55px;
    position: relative;
}

@media screen and (max-width: 1220px) {
    .mixerCenter .about .wrapper {
        margin-top: 40px;
    }

    .mixerCenter .mapWrap {
        flex-direction: column;
    }

    .mixerCenter .mapWrap iframe {
        width: 100% !important;
    }
}

.mixerCenter .notInventory ::selection {
    color: #fff;
    background: #356088;
}

.mixerCenter .notInventory ::-moz-selection {
    color: #fff;
    background: #356088;
}

.mixerCenter .notInventory .contact-bar {
    width: 100%;
    background: #1351d8;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}

.mixerCenter .notInventory .contact-bar h2 {
    color: #fff;
}

.mixerCenter .mapWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px !important;
}

.mixerCenter .about .mapWrap {
    margin-bottom: 45px !important;
}

.mixerCenter .mapWrap iframe,
.mixerCenter .mapWrap .contact-bar {
    width: 50vw;
}

.mixerCenter .notInventory .contact-left {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    vertical-align: middle;
}

.mixerCenter .notInventory .contact-info {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
}

.mixerCenter .notInventory .contact-info i {
    text-align: center;
    padding: 10px;
    display: block;
    margin: 0 auto;
    font-size: 50px;
}

.mixerCenter .notInventory .contact-info p {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
}

.mixerCenter .notInventory .contact-info a {
    color: #fff;
    text-decoration: underline;
}

.mixerCenter .notInventory .contact-info a:hover {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 850px) {
    .mixerCenter .notInventory .contact-left {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 960px) {
    .mixerCenter .notInventory .contact-left {
        width: 100%;
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 961px) {
    .mixerCenter .notInventory .contact-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mixerCenter .notInventory .contact-info {
        margin: 0;
    }

    .mixerCenter .notInventory .contact-info p {
        text-align: center;
        margin: 0;
    }
}

@media screen and (max-width: 670px) {

    /*! CSS Used from: https://mixercenter.net.hdev/css/menumaker.css?v=1.0 */
    .mixerCenter .notInventory .contact-info {
        width: 100%;
    }
}

@media screen and (max-width: 670px) {
    .sales-info {
        margin-top: 20px !important;
        gap: 18px;
    }
}

.mixerCenter .notInventory * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    /*! CSS Used fontfaces */
}

.privacypolicy h2 {
    font-size: 18px
}

.privacypolicy ul {
    padding-left: 15px !important;
}