body {
    font-size: 16px;
    color: #000;
    font-family: 'Coda', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 115vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #ffffff url() no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #ffffff url() no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}

#outer-wrapper {
    overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}

a,
a.promo {
    color: #009cb6;
    transition: .3s;
}

a:focus, a:hover,
a.promo:hover {
    color: #636363;
    text-decoration: none;
}

hr {
    border-top: 1px solid #949494;
}

.container {
    width: 1470px;
}

.typeSection {
    background-color: white;
    margin-top: 150px !important;
    padding-bottom: 100px;
    position: relative;
}

.typeSection:after,
.oemSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/aca7c93f-caf6-4779-885f-3b28c5975a9f/divider-element-white.png);
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0px;
    bottom: -14px;
    background-size: contain;
    background-repeat: repeat-x;
}

.oemSection:before {
    transform: rotate(180deg);
    bottom: unset;
    top: -14px;
}

.featuredSection {
    background-color: black;
    padding: 7% 0px;
    margin-top: 0px !important;
    background-image: url(https://psmfirestorm.blob.core.windows.net/fa38f217-85a4-4f3e-9e7e-35eb922120a6/featured-back-2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.oemSection {
    background-color: white;
    margin-top: 0!important;
    padding: 60px;
    position: relative;
}

.aboutSection {
    background-color: white;
    margin-top: 0px !important;
    padding-top: 30px;
    padding-bottom: 60px;
}

.searchSection {
    padding-bottom: 14%;
}

#content-container {
    padding-bottom: 30px;
}

#home-page {
    margin-bottom: -30px;
}






/* HEADER */

header.body {
    background-color: white;
    position: relative;
    margin-bottom: 35px;
}

header.body:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/d0191ec1-a818-4fe0-aca3-8f580af6b3d2/tire-track-element-2.png);
    width: 40%;
    height: 90%;
    position: absolute;
    right: 0;
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    filter: opacity(0.07);
}

.headerContainer {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: auto;
    align-items: center;
    padding: 0 10px 10px;
    position: relative;
    z-index: 3;
}

.headerContainer > div.headerBlock > div:nth-child(2) > a {
    line-height: 18px;
    color: black;
    font-size: 18px;
}

.headerLogo {
    position: relative;
    z-index: 333;
}

.headerLogo img {
    max-width: 375px;
}

.headerBlock {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.headerBlock > div {
    margin: 15px;
}

.headerLabel {
    display: block;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 2px solid #009cb6;
    margin-bottom: 8px;
    padding-bottom: 2px;
}

.headerContainer .dealer-phone {
    font-size: 38px;
    line-height: 41px;
}

.headerBlock .dealer-address {
    display: block;
}

.headerContainer .social {
    display: flex;
    justify-content: space-around;
}

.headerContainer .social a {
    font-size: 24px;
    padding: 2px 10px;
    color: white;
    margin-left: 15px;
    background-color: #000000;
}

.headerContainer .social a:hover {
    background-color: transparent;
    color: black;
}

.headerBlock > div:nth-child(3) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}





/* NAVIGATION */

#main-nav {
    background-color: #029db6;
    position: relative;
}

#main-nav:before, 
.footerWrapper:before {
    content: "";
    background-image: url("https://psmfirestorm.blob.core.windows.net/5f3b92fd-4173-4af4-b42a-d2bf35761260/divider-element-blue.png");
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0px;
    bottom: -14px;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 99999;
}

.footerWrapper:before {
    background-image: url("https://psmfirestorm.blob.core.windows.net/caee6096-485a-4b4d-86c2-f303d8023bb1/divider-element.png");
    bottom: unset;
    top: -14px;
    transform: rotate(180deg);
}

.navbar-nav > li > a {
    font-size: 20px;
    padding: 20px;
    text-transform: uppercase;
    color: black;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.social-media-icons {
    display: none;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: white;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 1px;
}

#main-nav-collapse > ul > li.dropdown.open > ul > li:nth-child(1) {
    padding-top: 11px;
}

.dropdown-menu {
    z-index: 999999999;
}








/* CONTENT */

.siteSearch {
    width: 400px;
    margin: 30px auto;
    display: flex;
    position: relative;
}

.siteSearch:before, .siteSearch:after {
    content: '';
    width: 150%;
    height: 3px;
    position: absolute;
    background-color: #2b2b2b;
    top: 50%;
}

.siteSearch:before {
    left: -150%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, #029db6 100%);
}

.siteSearch:after {
    right: -150%;
    background: linear-gradient(to right, rgb(2 157 182) 0%, rgba(0, 0, 0, 0) 100%);
}

.siteSearch .form-control {
    border-radius: 0px;
    box-shadow: none;
    padding: 25px 10px;
    background-color: rgb(0, 0, 0);
    border: 3px solid rgb(2 157 182);
    border-right: none;
    position: relative;
    z-index: 333;
    margin: 0px;
    color: white;
}

.siteSearch button {
    background-color: rgb(0, 0, 0);
    border: 3px solid rgb(2 157 182);
    border-left: none;
    font-size: 16px;
    position: relative;
    z-index: 333;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: none;
    margin: 0;
}

.siteSearch button:before, 
.siteSearch button:after {
    display: none;
}

.siteSearch button:hover {
    transform: none;
    background-color: black;
    border-color: #089db6;
    color: gray;
}

.buttonContainer {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    margin-top: 5%;
    flex-wrap: wrap;
}

.buttonContainer a {
    flex: 0 0 24%;
    text-align: center;
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 1%;
    border: 3px solid rgb(16, 152, 175);
    overflow: hidden;
}

.buttonContainer h3 {
    font-size: 33px;
    margin: 0px;
    z-index: 333;
    position: relative;
    transition: all 0.3s ease 0s;
    font-weight: 400;
}

.buttonContainer h3 span {
    display: block;
    position: relative;
    margin-top: 6%;
    font-weight: 900;
    letter-spacing: 5px;
}

.buttonContainer h3 span:before {
    width: 17%;
    height: 2px;
    content: "";
    background-color: rgb(2 157 182);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -31%;
    transition: all 0.5s ease 0s;
    z-index: -1;
}

.buttonContainer a:hover h3 span:before {
    width: 100%;
    height: 129px;
    top: -69px;
}

.buttonContainer a:hover h3 {
    transform: scale(1.2);
}

.typeContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    margin-top: -100px;
    align-items: flex-end;
}

.typeContainer a {
    flex: 0 0 20%;
    padding: 15px;
}

.typeContainer a:nth-child(n+1):nth-child(-n+4) {
    flex: 0 0 25%;
}

.typeContainer h3 {
    color: black;
    transition: .3s;
}

.typeContainer a:hover h3 {
    color: #029db6;
}



.oemContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

.oemContainer a {
    flex: 0 0 50%;
    text-align: center;
    padding: 27px;
}

.oemContainer a:hover {
    transform: scale(1.05);
    filter: opacity(0.5);
}

.oemContainer img {
    max-height: 115px;
}

.homeAbout {
    width: 972px;
    margin: auto;
}

.homeAbout span {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 20px;
    letter-spacing: 3px;
}

.homeAbout h1 {
    text-align: center;
    color: #029db6;
    letter-spacing: 1px;
    margin-top: 8px;
}

.homeAbout p {
    text-align: justify;
    line-height: 30px;
    margin-bottom: 0;
}

.p-header {
    height: 360px;
    position: relative;
    z-index: -1;
    margin-top: -35px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    margin: 0;
    width: 1470px;
    text-align: center;
    padding: 10px;
    font-size: 50px;
}

.financeContainer {
    display: flex;
    justify-content: space-between;
}

.financeContainer div:nth-child(1) {
    padding-right: 90px;
    flex: 0 0 79%;
}

.mapWrapper {
    width: 100%;
    position: relative;
    padding-bottom: 85%;
    min-height: 150px;
}

.mapWrapper .dealer-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maptext .dealer-name {
    font-size: 29px;
}

.mapandhourstbl td:nth-child(1) {
    padding-right: 15px;
    font-weight: 700;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #029db6;
    border-color: #029db6;
}

#creditAppForm section {
    background: rgb(236, 236, 236)!important;
}

.popup-widget {
    z-index: 99999999999;
}

.close-popup {
    font-family: sans-serif;
}

.noTitlePop h3 {
    filter: opacity(0);
    width: 61%;
}






/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 305px;
}

.single-item-slider .img-container {
    height: 195px;
    background-color: white;
}

.single-item-slider .slider-inner .item {
    width: 265px;
}

.single-item-slider .item .item-inner,
.single-item-slider .img-container,
.single-item-slider .item {
    border-radius: 0px;
}

.single-item-slider .item-detail .name {
    color: #848484;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 100;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
    padding: 0px 2%;
    text-transform: uppercase;
    bottom: 0px;
    color: rgb(0 0 0);
}

.single-item-slider .item-detail .price:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #029db6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
}

.single-item-slider .item {
    background-color: white;
}

.featuredInventory h2 {
    text-align: center;
    font-size: 37px;
    color: #029db6;
}





/* FORMS */

.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 156, 182);
    border: none;
    transition: all 0.4s ease 0s;
    position: relative;
    padding: 9px 17px;
    border-radius: 0px;
    margin: 10px 0;
}

.btn-primary:before, 
.btn-primary:after {
    content: '';
    width: 30px;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/393e7c48-2c8d-48d5-9bf7-d95c97d6c5ba/bracket-element-left.png);
    background-size: 100% 100%;
    transition: 1s;
}

.btn-primary:after {
    left: unset;
    right: 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/b6b5e312-4a0d-4651-86fd-9a54afe5f2df/bracket-element-right.png);
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #000;
    background-color: #ffffff;
    border-color: #204d74;
    transform: scale(1.1);
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ececec;
    padding: 15px;
}

.form-header-text {
    font-size: 32px;
    text-align: center;
    color: rgb(8 157 182);
    font-weight: 700;
    margin-bottom: 6px;
}

.customForm .form-header-text {
    font-size: 30px;
}

.forms-title-section {
    text-align: center;
}

.form-control {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    border-radius: 0;
    margin: 5px 0;
}


.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: none;
    margin: 5px 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer {
    font-size: 15px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ececec;
}

.locationBox {
    margin-top: 25px;
}

.mainform label {
    margin-right: 10px;
}

label {
    font-weight: 400;
}

@media (min-width: 768px) {
#Form9644 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form8849 > div:nth-child(1) > fieldset > div:nth-child(n+13):nth-child(-n+15) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form9594 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form9594 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form8849 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form8849 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form8846 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form9594 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form8849 > div:nth-child(1) > fieldset > div:nth-child(11),
#Form8849 > div:nth-child(1) > fieldset > div:nth-child(n+16),
#Form8846 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}






/* INVENTORY */

.inventory-image {
    width: 100%;
    object-fit: cover;
    max-height: 251px;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.inventory-container .vehicle .thumb {
    line-height: 250px;
    height: 251px;
}

.inventory-container .vehicle-box {
    box-shadow: 3px 3px 8px rgb(0 0 0 / 26%);
    border: 2px solid white;
    transition: .3s;
}

.inventory-container .vehicle-box:hover {
    border-color: #029db6;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 700;
}

.vehicleyearmake {
    text-transform: uppercase;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 1px 10px;
    font-weight: 700;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle:hover {
    background-color: rgb(255 255 255 / 45%);
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    min-height: 45px;
    font-weight: 700;
    line-height: 21px;
    margin-top: 4px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
    text-align: center;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.seller-description {
    color: black;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}








/* FOOTER */

footer.body .outer-wrapper {
    background-color: #1c1c1c;
    color: #fff;
    text-align: center;
}

footer.body .copyright .wrapper {
    padding: 20px 0;
}

.footerWrapper {
    background-color: black;
    position: relative;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    flex-flow: column;
    padding: 15px;
    color: white;
}

.footerTop {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-content: center;
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 30px auto;
    border-top: 1px solid gray;
    padding: 30px;
    line-height: 31px;
}

.footerLogo {
    text-align: center;
}

.footerLogo img {
    max-width: 275px;
}

.footerLinks {
    margin-top: 25px;
}

.footerLinks ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerLinks ul li {
    margin: 10px;
    transition: all 0.3s ease 0s;
}

.footerLinks a {
    text-transform: uppercase;
    color: black;
    font-size: 16px;
}

.footerLinks .btn-primary:before, 
.footerLinks .btn-primary:after {
    filter: invert(1);
}

.footerInfo .dealer-phone {
    font-weight: 900;
    margin-top: 4px;
}

.footerInfo .dealer-address, .footerInfo .dealer-phone {
    display: block;
}

.footerMap {
    flex: 0 0 50%;
}

.footerMap iframe {
    width: 100%;
    height: 100%;
}

.footerHours td:first-child {
    padding-right: 15px;
}

.footerInfo .social a {
    color: white;
    margin: 13px 9px;
    display: block;
}









/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 0px !important;
}

.tv {
    position: fixed;
    top: 0px;
    z-index: -1;
}

.home-search-section {
/*  background-image: url( [ THIS IS YOU FALLBACK IMAGE BACKGROUND FOR BROWSERS THAT DO NOT SUPPORT AUTO-PLAYING VIDEOS] );*/
    background-size: cover;
    background-position: center;
    margin-top: -30px;
}

.cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 75%;
}

.cover .search-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.vidBox {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vidBox .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s;
}

.vidBox .screen.active {
    opacity: 1;
}
div.home-section1 {
    position: relative;
    display: block;
    float: none;
}
.cover {
    display: flex;
    flex-flow: column;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
}
.cover .search-div {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    width: 60%;
}
/*.vidBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/
.cover input, 
.cover button {
    font-size: 24px; /*!important;*/
    height: unset;
}
/* END VIDEO BACKGROUND STYLES */






@media (max-width: 1499px) {
.container,
.footerContainer,
.p-header h1 {
    width: 1170px;
}

.single-item-slider .slider-inner .item {
    width: 259px;
}

.oemContainer {
    margin-top: 0px;
}

.siteSearch::before, .siteSearch::after {
    width: 100%;
}

.siteSearch::before {
    left: -100%;
}

.siteSearch::after {
    right: -100%;
}

.single-item-slider .img-container {
    height: 190px;
}

.footerBottom {
    width: 1130px;
}

.inventory-container .vehicle .thumb {
    line-height: 193px;
    height: 193px;
}

.inventory-container .vehicle .price {
    font-size: 20px;
}

.p-header {
    height: 300px;
}
}





@media (max-width: 1199px) {
.container,
.footerContainer,
.headerContainer,
.p-header h1 {
    width: 970px;
}

.headerLogo img {
    max-width: 265px;
}

.buttonContainer h3 {
    font-size: 26px;
}

.typeContainer h3 {
    font-size: 20px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.footerBottom {
    width: 935px;
}

.inventory-container .vehicle .thumb {
    line-height: 153px;
    height: 156px;
}

.inventory-container .vehicle .price {
    font-size: 17px;
}
}





@media (max-width: 991px) {
.container,
.footerContainer,
.headerContainer,
.homeAbout,
.p-header h1 {
    width: 740px;
}

.headerLogo img {
    max-width: 200px;
}

.headerContainer .dealer-phone {
    font-size: 22px;
    line-height: 33px;
}

.headerBlock > div:nth-child(3) {
    align-items: flex-end;
    flex-flow: column-reverse;
    margin: 15px 0 0;
}

#main-nav .nav > li > a {
    font-size: 14px;
    padding: 20px 12px;
}

.buttonContainer h3 {
    font-size: 21px;
}

.buttonContainer h3 span {
    letter-spacing: 2px;
}

.typeContainer {
    margin-top: -63px;
}

.typeContainer a {
    padding: 5px;
}

.typeContainer h3 {
    font-size: 17px;
}

.single-item-slider .slider-inner .item {
    width: 208px;
}

.single-item-slider .img-container {
    height: 155px;
}

.single-item-slider .slider-outer {
    height: 275px;
}

.footerMap {
    flex: 0 0 37%;
}

.footerBottom {
    width: 702px;
    padding: 30px 15px;
}

.modal {
    z-index: 9999999999;
}

.inventory-container .vehicle .thumb {
    line-height: 247px;
    height: 246px;
}

.inventory-container .vehicle .price {
    font-size: 22px;
}

.p-header {
    height: 250px;
}

.p-header h1 {
    font-size: 40px;
}
}




@media (max-width: 767px) {
.container,
.footerContainer,
.headerContainer,
.homeAbout,
.footerBottom,
.p-header h1 {
    width: 100%;
}

.siteSearch {
    width: 98%;
    margin: 0 auto;
}

.navbar-nav {
    display: block;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px 12px;
}

.buttonContainer a {
    flex: 0 0 48%;
    margin: 6px 0;
}

.buttonContainer h3 {
    font-size: 5vw;
}

.buttonContainer {
    margin-top: 0;
}

.typeContainer a:nth-child(n+1):nth-child(-n+4),
.typeContainer a {
    flex: 0 0 33%;
}

.typeContainer h3 {
    font-size: 3.5vw;
    margin: 3px 0 0;
}

.typeSection {
    padding-bottom: 15px;
    margin-top: 60px !important;
}

.oemSection {
    padding: 0;
}

.oemContainer a,
.homeAbout {
    padding: 15px;
}

.homeAbout h1 {
    font-size: 30px;
}

.footerLinks ul {
    flex-flow: column;
    align-items: center;
}

.footerLinks ul li {
    margin: 0;
    width: 74%;
}

.footerLinks .btn-primary {
    width: 100%;
}

.footerBottom {
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
}

.footerHours {
    margin-bottom: 15px;
}

.footerMap {
    position: relative;
    padding-bottom: 105%;
    width: 100%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.headerLabel,
.headerContainer > div.headerBlock > div:nth-child(2) > a {
    display: none;
}

.headerBlock > div:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: -63px;
}

.headerContainer .dealer-phone {
    font-size: 24px;
    color: black;
}

.p-header h1 {
    position: relative;
    transform: none;
    font-size: 45px;
    left: 0;
}

.p-header h1 span {
    display: block;
}

.headerLogo img {
    max-width: 168px;
}

#main-nav:before, 
.footerWrapper:before {
    height: 9px;
    bottom: -8px;
}

.footerWrapper::before {
    top: -8px;
}

.p-header {
    z-index: 1;
    height: 100%;
}

header.body::before {
    width: 100%;
    height: 67%;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.footerInfo .social {
    text-align: center;
    margin: 15px 0;
}

.footerInfo .social a {
    font-size: 26px;
}

#main-nav-collapse > ul > li.dropdown.open > ul > li:nth-child(1) {
    padding-top: 0;
}

.popup-widget {
    padding: 50px 15px!important;
}
}





