body { 
    background: #cccccc;
    font-family: 'Roboto Condensed', sans-serif;
    color: black;
    font-size: 16px;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }

#outer-wrapper:after {
      content:"";
      position:fixed; 
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      background: url(https://psmfirestorm.blob.core.windows.net/blog-images/9de9f6dd-1598-4ec3-ac53-65bb3434dc9f/images/IMG_8762-Recovered.jpg) no-repeat center center;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: url(https://psmfirestorm.blob.core.windows.net/blog-images/9de9f6dd-1598-4ec3-ac53-65bb3434dc9f/images/IMG_8762-Recovered.jpg) no-repeat center center;
       background-attachment: fixed;
        background-size: cover;
    }
}

a,
a.promo-link {
    color: #000000;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #f58220;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue';
    font-weight: 100;
    font-style: italic;
}

#outer-wrapper {
    overflow-x: hidden;
}



#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 15px;
}


.top-bar-announcement {
    position: absolute;
    z-index: 33333;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 700;
}

.featuredSection .container {
    width: 1470px;
}

.featuredSection {
    background-color: white;
    padding: 60px 0;
    /* background-image: url(https://psmfirestorm.blob.core.windows.net/73c4a401-6ef0-4ce6-a665-3714cbc08333/hdbackground.jpg); */
    /* background-size: contain; */
    /* background-position: bottom; */
    /* background-repeat: no-repeat; */
}

.videoSection {
    margin-top: -25px;
}

.sliderSection > div {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: auto;
}

.dealershipSection {
    margin-top: 0!important;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */

header.body {
    position: relative;
    top: 0;
    background-color: white;
    left: 0;
    width: 100%;
}

.headerbackground {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
}

.headerbackground:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/104b8c96-0543-4610-82fc-c3b4e2410585/header-image.jpg);
    background-size: cover;
    width: 20%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 0;
    background-position: right;
    top: 0;
}

.headerbackground:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/ce67809c-c8b4-4ffd-b4d6-ea3fff387e1e/header-image-2.jpg);
    background-size: cover;
    width: 15%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.headercontainer {
    width: 100%;
    margin: auto;
    padding: 10px 9%;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    align-items: center;
}

.headercontainer div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.headerblock {
    flex: 0 0 30%;
}

.headerblock .dealer-address, 
.headerblock .dealer-phone {
    display: block;
}

.headerblock .dealer-phone {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
}

.headercontainer .btn-primary {
    color: white;
}

.headersocial,
.footersocial {
    display: flex;
    justify-content: flex-end;
}

.headersocial a,
.footersocial a {
    font-size: 24px;
    margin: 0 5px;
    width: 23px;
    height: 23px;
}

.headersocial a:hover {
    color: gray;
}

.headersocial a:hover img {
    filter: opacity(0.4);
}

.headerApp h4 {
    margin-top: 0;
}

.headerApp > div {
    display: flex;
    justify-content: space-around;
}

.headerApp > div > div {
    margin: 1px;
}

.headerApp {
    text-align: center;
    margin-right: 20px;
}

.headerBanner {
    position: absolute;
    top: 36px;
    background-color: yellow;
    color: black;
    width: 256px;
    z-index: 4;
}

.leftBanner {
    transform: rotate(-45deg);
    left: -60px;
}

.rightBanner {
    transform: rotate(45deg);
    right: -60px;
}

.headerBanner a {
    color: black;
    text-align: center;
}

.headerBanner h4 {
    margin: 0;
    padding: 10px 30px;
    font-size: 20px;
    line-height: 22px;
    font-style: normal;
}

.headerBanner h4 span {
    display: block;
    font-size: 30px;
}

.headerSearch {
    position: absolute;
    right: 15px;
    bottom: 82px;
    z-index: 555555;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.headerbackground > div > div:nth-child(3) > div {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.headerblock .btn-primary {
    margin-top: 15px;
}

.searchTab {
    cursor: pointer;
}

.headerAdd {
    display: flex;
    align-items: center;
}

a.headerInfo,
a.footerInfo {
    line-height: 15px;
}

.headerAdd > a:nth-child(1) {
    font-size: 26px;
    margin-right: 5px;
}







/* NAVIGATION */

#main-nav {
    background-color: black;
    border-bottom: 5px solid #f58220;
    box-shadow: 0px 3px 5px black;
    background-image: url(https://psmfirestorm.blob.core.windows.net/f7465675-270f-4ccc-96ea-9155a8ed09fa/nav-back-2.jpg);
    background-size: cover;
}

#main-nav .container {
    width: 100%;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}
}

.navbar-nav>li>a {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    padding: 25px 10px;
    color: white;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #f58220;
}

.social-media-icons {
    display: none;
}





/* CONTENT */

.siteSearch {
    width: 500px;
    display: flex;
    margin: 4% auto;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    transform: skewX(-10deg);
}

.siteSearch .form-control {
    border-radius: 10px 0 0 10px;
    box-shadow: none;
    border: none;
    padding: 24px 10px;
    margin: 0;
    background-color: white;
}

.siteSearch .btn-primary {
    background-color: #f58220;
    text-transform: uppercase;
    border-radius: 0 10px 10px 0;
    border: none;
    transform: none;
    margin: 0;
}

.h-button-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 6% auto;
}

.h-button-container a {
    text-align: center;
    flex: 0 0 23%;
    margin: 4% 0;
    color: black;
    border-radius: 8px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/f7465675-270f-4ccc-96ea-9155a8ed09fa/nav-back-2.jpg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.72);
    background-size: cover;
}

.h-button-container a:hover {
    transform: scale(1.1);
}

.h-button-block {
    padding: 10px;
}

.h-button-block > span {
    font-size: 30px;
    background-color: rgb(255 255 255 / 22%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 9px 0;
    color: black;
    transition: .3s;
}

.h-button-container a:hover span {
    background-color: white;
}

.h-button-block h3 {
    text-transform: uppercase;
    margin: 5px 0 0;
    font-size: 37px;
    color: #f58220;
    text-shadow: 1px 1px 1px black;
}

.h-button-block h5 {
    text-transform: uppercase;
    margin: 0;
    color: white;
    font-size: 20px;
}

.homeWelcome {
    text-align: center;
    margin-top: 60px;
}

.homeWelcome h1 {
    margin-top: 0;
    font-size: 50px;
    position: relative;
}

.homeWelcome h1:before, 
.homeWelcome h1:after {
    content: '';
    width: 5px;
    height: 70%;
    background-color: #f58220;
    position: absolute;
    transform: skewX(-14deg);
    top: 4px;
    margin-left: -5px;
}

.homeWelcome h1:after {
    left: 32.5%;
}

.homeWelcome h5 {
    font-size: 26px;
    margin-bottom: 0;
    letter-spacing: 3px;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 300px;
}

.p-header:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.p-header h1 {
    font-size: 80px;
    text-shadow: 0 0 5px black;
    position: absolute;
    bottom: 0;
    color: white;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 3;
    width: fit-content;
}

.p-header h1:before, 
.p-header h1:after {
    content: '';
    width: 8px;
    height: 70%;
    background-color: #f58220;
    position: absolute;
    transform: skewX(-14deg);
    top: 8px;
    margin-left: -5px;
}

.p-header h1:after {
    left: -12px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.mapWrapper {
    position: relative;
    padding-bottom: 107%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maptext .dealer-name {
    margin-top: 0;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #f58220;
}

.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 {
    background-color: #e0e0e0;
    border-color: #cccccc;
}

.k-scheduler .mv-event {
    font-size: 13px;
}

.ltrTop {
    background-image: url(https://psmfirestorm.blob.core.windows.net/fc7bd3b6-5bab-4e41-8a72-d1c55f41bb29/ltr-back.jpeg);
    background-size: cover;
    background-position: 50% 33%;
    padding: 15px 15px 45px;
    display: flex;
    justify-content: space-between;
}

.ltrTop div:first-child {
    flex: 0 0 46%;
}

.ltrTop h1 {
    line-height: 50px;
}

.ltrTop h1 span {
    display: block;
    font-size: 80px;
}

.ltrTop p {
    background-color: rgb(255 255 255 / 73%);
    padding: 15px;
}

.ltrBlock {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    
}

.ltrBlock div:nth-child(2) {
    flex: 0 0 34%;
    background-color: #d7d7d7;
    padding: 15px;
}

.ltrBlock div:first-child h2 {
    font-size: 50px;
    margin-bottom: 0;
}

.ltrBlock div:first-child h3 {
    font-size: 28px;
    margin-top: 0;
}

.ltrBlock div {
    padding-right: 15px;
}

.lrPic {
    float: right;
    width: 45%;
    padding: 0 0 15px 15px;
}

.lrWrapper {
    height: 200px;
}

.lrWrapper iframe {
    width: 100%;
    height: 100%;
}




.department-container .department {
    background: #fff;
}

.department .employee .job p {
    text-transform: uppercase;
}

.department .employee .name p {
    font-size: 18px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
}

.brief {
    font-size: 14px;
    line-height: 18px;
}

.department .title {
    color: white;
}

#employees-team-page .page-title {
    text-align: center;
    font-size: 50px!important;
}

.sotwContainer {
    margin-top: 130px;
}

.sotwContainer h2 {
    margin: -42px 0 -8px;
    font-size: 47px;
    text-align: center;
    line-height: 59px;
}

.sotwContainer h2 span {
    display: block;
    font-size: 104px;
}

.sotwContainer .btn-primary {
    margin: 20px auto;
    display: block;
    width: max-content;
}

.widget-UpcomingEvents h2, .widget-UpcomingEvents h3 {
    color: white;
}

.upcomingEvents a {
    color: #ff6600;
}

.calMonth {
    text-transform: uppercase;
}

.sliderSection .homeSlider {
    flex: 0 0 70%;
}

.sliderSection .upcomingEvents {
    flex: 0 0 28%;
}



/* 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 */



.popup-widget {
    padding: 15px!important;
    max-width: 540px!important;
}


.row.is-flex>[class*='col-'].homepopform {
    display: none;
    position: fixed;
    width: 50%;
    left: 50%;
    top: 10%;
    z-index: 5001;
    border: 5px solid #f60;
    padding: 0;
    transform: translateX(-50%);
    max-height: calc(100vh - 10%);
    overflow-y: auto;
}

.homepopform .form-header-text {
    width: 90%;
    padding: 0;
    text-align: left;
    font-size: 28px;
    padding-right: 30px;
}

.homepopform .vdp-inquire:nth-child(-n + 15) {
    display: inline-block;
    width: 49%;
}

.homepopform label {
    display: inline-block;
}

.homepopform .form-control:nth-child(15) {
    width: 82%;
    margin-left: 5%;
}

.homepopform .k-datepicker {
    margin-left: 5%;
    width: 76%;
}
.homepopform .closebtn {
    position: absolute;
    right: 15px;
    background: #f60;
    padding: 5px 5px 7px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    top: 10px;
    z-index: 5004;
}

.homepopform .datepicker label {
    display: inline-block !important;
}

.homepopform .forms-text-section {
    font-size: 14px;
}

#homepopoverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 5000;
  cursor: pointer;
}

.homepopsection {
    margin: 0 !important;
}

.homeoverlayon {
    height: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .row.is-flex>[class*='col-'].homepopform {
        width: 90%;
        max-width: 450px;
    }
    .homepopform > .widget-inner {
        margin-top: 0 !important;
    }
    .homepopform .form-control:nth-child(15), .homepopform .k-datepicker {
        width: 100%;
        margin-left: 0;
    }
    .homepopform .form-header-text {
        font-size: calc(25px + (34 - 25) * ((100vw - 320px) / (768 - 320)));
    }
    .homepopform .closebtn {
        font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (768 - 320)));
        top: 10px;
    }
}

@media (min-width: 992px) {
    .homepopform .form-control:nth-child(15) {
        width: 84%;
    }
    .homepopform .k-datepicker {
        width: 80%;
    }
.homepopform .form-header-text {
    font-size: 34px;
    padding-right: 20px;
}
}

@media (min-width: 1200px) {
    .homepopform .form-control:nth-child(15) {
        width: 87%;
    }
    .homepopform .k-datepicker {
        width: 84%;
    }
    .homepopform .closebtn {
        font-size: 20px;
    }
}






/* FEATURED INVENTORY */

.single-item-slider .item:not(:last-child) {
    margin-right: 5px;
}

.single-item-slider .slider-inner .item {
    width: 250px;
}

.single-item-slider .slider-outer {
    height: 250px;
}

.single-item-slider .item-detail .name {
    line-height: 19px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 2px solid;
}

.single-item-slider .item-detail .price {
    padding: 0 2%;
    font-family: 'Bebas Neue';
    background-color: #f58200;
    bottom: 0;
    transition: .3s;
}

.slider-inner a:hover .price {
    color: white;
}

.featuredInventory h2 {
    font-size: 42px;
    position: relative;
    margin-left: 60px;
}

.featuredInventory h2:before, 
.featuredInventory h2:after {
    content: '';
    width: 5px;
    height: 70%;
    background-color: #f58220;
    position: absolute;
    transform: skewX(-14deg);
    top: 4px;
    left: -5px;
}

.featuredInventory h2:after {
    left: -13px;
}





/* REVIEWS */

.latestReviews h2 {
    display: none;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 246px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 22em;
}





/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 18px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 28px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
    background-color: #f58220;
}

#vehicleList > div {
    margin: 0;
    padding: 15px;
}

.vehicle-box {
    border: 2px solid black;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
    transition: .4s ease;
    box-shadow: 0 0 10px black;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 19px;
    min-height: 39px;
    margin-top: 3px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

#DealerLocationContainer {
    margin-top: 15px;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.modal {
    z-index: 9999;
}







/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #000000;
    background-image: url(https://psmfirestorm.blob.core.windows.net/f7465675-270f-4ccc-96ea-9155a8ed09fa/nav-back-2.jpg);
    font-family: 'Bebas Neue';
    font-size: 18px;
    border-radius: 14px;
    border: 4px solid #f58220;
    transform: skewX(-10deg);
    background-size: cover;
    margin: 10px 0;
    transition: .3s;
}

.btn-sec {
    font-size: 22px;
}

.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.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #f58220;
    background-color: #000000;
    border-color: #ffffff;
}

.mainform {
    height: max-content;
    color: black;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    color: black;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
    font-size: 38px;
    color: #f58220;
    font-weight: 700;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    background-color: #e6e6e6;
    box-shadow: none;
    transition: .3s;
    border-radius: 0;
}

.form-control:hover {
    background-color: white;
    border-color: #d2d2d2;
}

.form-control:focus {
    background-color: white;
    border-color: #d2d2d2;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 102 0 / 66%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 102 0 / 55%);
}

.forms-title-section {
    font-size: 22px;
    text-align: center;
    margin-bottom: 4px;
    font-style: unset;
}

.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: #e2e2e2;
    color: black;
    border: 1px solid #dcdcdc;
    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, 
.locationBox {
    background-color: white;
    color: black;
    border-radius: 8px;
}

.locationBox {
    margin-top: 25px;
}

label {
    font-weight: 100;
}

.inquiryformcontainer .panel-body {
    padding: 11px;
}

.forms-text-section {
    font-size: 12px;
}

@media (min-width: 768px) {
#Form20919 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form20919 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1891 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form1894 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1894 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1891 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form1894 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form20919 > div:nth-child(1) > fieldset > div:nth-child(10) {
    padding: 0 5px;
}
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footer-background {
    background-color: white;
    border-top: 4px solid black;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: auto;
    padding: 15px;
    line-height: 25px;
    text-transform: uppercase;
}

.footer-container a {
    font-weight: 400;
}

.footer-logo {
    display: block;
    max-width: 275px;
    margin: 0 auto;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    display: block;
    font-size: 34px;
    margin-top: 11px;
    font-family: 'Bebas Neue', sans-serif;
}

.footer-links > a {
    display: block;
    position: relative;
}

.footer-links > a:after {
    content: '\f178';
    font-family: fontawesome;
    position: relative;
    right: -5%;
    transition: .3s;
}

.footer-links > a:hover:after {
    right: -10%;
}

.footertable {
    margin: 0 auto;
}

.footer-hours {
    display: flex;
    justify-content: space-around;
}

.footer-hours div:nth-child(1) {
    margin-right: 30px;
}

.footer-hours-block h4 {
    margin-top: 6px;
    color: #989898;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footertable td:first-child {
    text-align: left;
}

.footer-container h3 {
    letter-spacing: 1px;
}

.footer-block .contact-btn {
    margin-top: 23px;
}

.footer-block .w3-red.btn {
    background-color: #ff6600;
    color: white;
    position: relative;
    z-index: 3;
}

.footer-block .w3-red.btn:after {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #ff6600;
    position: absolute;
    bottom: -9px;
    left: 38%;
    transform: rotate(45deg);
    z-index: -1;
}

.footer-block .tablink {
    background-color: #3a3a3a;
    margin: 0 10px 14px 0;
    text-transform: uppercase;
    font-size: 18px;
    padding: 2px 10px;
    color: white;
}

.footer-block .btn.active.focus, .footer-block .btn.active:focus, .footer-block .btn.focus, .footer-block .btn:active.focus, .footer-block .btn:active:focus, .footer-block .btn:focus {
    outline: none;
}

.footer-block .btn.focus, .footer-block .btn:focus, .footer-block .btn:hover {
    color: #c8c8c8;
}

.footerMap {
    position: relative;
    padding-bottom: 25%;
    min-height: 150px;
    flex: 0 0 29%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerAdd {
    display: flex;
}

.footerAdd .fa-map-marker {
    font-size: 27px;
    margin-right: 8px;
}

a.hdLogo {
    display: inline-block;
    max-width: 100px;
    margin-right: 15px;
}

.footersocial {
    justify-content: flex-start;
    margin-top: 25px;
}







/* BREAKPOINTS */

@media (max-width: 1499px) {
.featuredSection .container {
    width: 1170px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.homeWelcome h1:after {
    left: 28%;
}
}





@media (max-width: 1199px) {
.footer-container,
.featuredSection .container {
    width: 970px;
}

.single-item-slider .slider-inner .item {
    width: 210px;
}

.footer-logo {
    max-width: 220px;
}

.homeWelcome h1:after {
    left: 23%;
}

.p-header h1 {
    font-size: 70px;
}

.ltrTop div:first-child {
    flex: 0 0 49%;
}

.mapWrapper {
    padding-bottom: 134%;
}

.headerApp > div {
    flex-flow: column;
}
}





@media (max-width: 991px) {
.footer-container,
.featuredSection .container {
    width: 740px;
}

.headerlogo {
    text-align: center;
}

.siteSearch {
    width: 400px;
}

.h-button-block h3 {
    font-size: 27px;
}

.h-button-block > span {
    font-size: 25px;
    width: 40px;
    height: 40px;
}

.homeWelcome h1:after {
    left: 14.5%;
}

.footer-container {
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.footer-links a:nth-child(2) {
    margin-top: 0;
}

.footer-block h3 {
    margin-top: 45px;
}

#main-nav .nav>li>a {
    font-size: 14px;
    padding: 15px 10px;
}

.p-header {
    height: 215px;
}

.p-header h1 {
    font-size: 55px;
}

.p-header h1:before, .p-header h1:after {
    width: 5px;
    height: 68%;
    top: 7px;
    margin-left: -6px;
}

.form-header-text {
    font-size: 30px;
}

.ltrTop div:first-child {
    flex: 0 0 65%;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.headerApp > div {
    flex-flow: column;
}

.headerApp h4 {
    margin-bottom: 0;
}

.single-item-slider .slider-inner .item {
    width: 201px;
}

.footerMap {
    padding-bottom: 40%;
    width: 100%;
    margin-top: 25px;
}

.sliderSection > div {
    flex-flow: column;
}

.sliderSection .upcomingEvents {
    margin: 25px 0;
}

.headerblock {
    flex: 0 0 32%;
}

a.footerInfo {
    text-align: left;
}
}




@media (max-width: 767px) {
.footer-container,
.featuredSection .container {
    width: 100%;
}

.headercontainer {
    flex-wrap: wrap;
}

.headerbackground > div > div:nth-child(3) > div {
    position: absolute;
    bottom: -37px;
    left: 15px;
}

.headersocial a {
    color: white;
    margin: 0 12px;
}

.headersocial img {
    filter: invert(1);
}

.headercontainer > div:nth-child(1) a {
    color: #ff6600;
}

#content-container {
    padding-bottom: 0;
}

#home-page {
    margin-bottom: 0;
}

.headerInfo, .featuredInventory h2:before, .featuredInventory h2:after, .homeWelcome h1:before, .homeWelcome h1:after, .headerbackground .btn-primary {
    display: none;
}

.headerApp {
    margin-right: 0;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.headerApp h4 {
    line-height: 15px;
    margin-top: 0;
    margin-right: 0;
}

.headerApp > div {
    flex-flow: row;
}

.headerApp > div > div {
    margin: 1px;
}

.headerlogo {
    order: 1;
}

.headerblock {
    order: 2;
    flex: 0 0 100%;
    text-align: right;
}

.headerlogo img {
    max-width: 140px;
}

.headerblock .dealer-phone {
    font-size: 25px;
}

.siteSearch {
    width: 98%;
    margin: 3% auto;
}

.h-button-container {
    flex-wrap: wrap;
    margin: 13% auto 0%;
}

.h-button-container a {
    flex: 0 0 48%;
    margin: 6px 0px;
}

.h-button-block h3 {
    font-size: 6vw;
}

.h-button-block h5 {
    font-size: 4vw;
}

.featuredInventory h2 {
    margin-left: 0;
}

.single-item-slider .slider-inner .item {
    width: 214px;
}

.homeWelcome h1 {
    margin-bottom: 0;
}

.footer-hours {
    flex-flow: column;
}

.footer-hours div:nth-child(1) {
    margin-right: 0;
    margin-bottom: 15px;
}

.h-button-block > span {
    font-size: 18px;
    width: 35px;
    height: 35px;
}

.headerblock .dealer-phone {
    font-size: 6vw;
}

#main-nav .navbar-toggle {
    color: white;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 9vw;
    width: 100%;
    margin-left: 40px;
}

.p-header h1:before, 
.p-header h1:after {
    width: 1%;
    height: 7vw;
    top: 10%;
    margin-left: -2%;
}

.p-header h1:after {
    left: -2%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.ltrTop {
    flex-flow: column-reverse;
    align-items: center;
}

.ltrTop h1 {
    line-height: 9vw;
    font-size: 6vw;
}

.ltrTop h1 span {
    font-size: 13vw;
}

.ltrBlock {
    flex-wrap: wrap;
}

.ltrBlock div:nth-child(2) {
    flex: 0 0 100%;
    margin-top: 15px;
}

.ltrTop {
    background-position: 58% 42%;
    padding: 15px;
}

#main-nav .nav>li>a {
    font-size: 16px;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}

#main-nav .dropdown-menu>li>a {
    color: white;
}

.top-bar-announcement {
    font-size: 14px;
}

.footerMap {
    padding-bottom: 100%;
}

.headerbackground {
    position: relative;
    padding-top: 0;
    overflow: initial;
    order: 1;
}

.headercontainer > div:nth-child(1) {
    display: flex;
    align-items: center;
    bottom: -59px;
    flex-flow: row-reverse;
    flex: 0 0 40%;
}

.headercontainer > div:nth-child(1) a {
    font-size: 30px;
}

.headerblock .dealer-phone {
    font-size: 36px!important;
    margin-top: 6px;
}

.headerBanner {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 4;
    order: 2;
    transform: none;
    left: 0;
}

.headerAdd {
    margin-left: 30px;
}

header.body {
    position: relative;
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 0;
}

.headerBanner h4 span {
    display: inline-block;
    font-size: 20px;
}

.dealershipSection .widget-inner {
    margin-top: 0!important;
}

.headerSearch {
    display: none;
}

.headercontainer .phone-text {
    display: none;
}

.footersocial {
    justify-content: space-around;
    margin-bottom: 25px;
}
}





