

body {
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    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: #cccccc url(https://psmfirestorm.blob.core.windows.net/eefc3019-61c6-42b5-82fd-d04135a8d75e/background.jpg) no-repeat center top;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/eefc3019-61c6-42b5-82fd-d04135a8d75e/background.jpg) no-repeat center top;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #ed1d24;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #a5a5a5;
    text-decoration: none;
}

.breadcrumb {
    background-color: #1c1c1c;
}

.searchSection {
    margin: 100px 0 150px;
}

.typeSection {
    background-color: black;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/77d1856b-3ecf-4307-97f8-7d24bad4386e/dealership-2022.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-top: 0!important;
}

.featuredSection {
    background-color: black;
    margin-top: 0!important;
}

.sliderSection {
    margin-top: 0!important;
}

#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 {
    background-color: rgb(0 0 0 / 58%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */

header.body {
    background-color: #545454;
}

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    flex-wrap: wrap;
}

.headerLogo {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 25px;
}

.siteSearch {
    display: flex;
    width: 600px;
    margin: auto;
}

.siteSearch .form-control {
    border-radius: 30px 0 0 30px;
    font-size: 16px!important;
    padding: 21px;
    border: 2px solid black;
    border-right: none;
    background-color: white;
    margin: 0;
    color: black;
}

.siteSearch .btn-primary {
    border-radius: 0 30px 30px 0;
    margin: 0;
    border-color: black;
}

.headerLoc div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.headerLoc .btn-primary {
    border-color: black;
    color: white!important;
    margin: 0;
}

.headerContainer a {
    color: white;
}

.headerContainer a:hover {
    color: #ed1d24;
}

.headerContainer .dealer-address,
span.headerAddress {
    margin-right: 20px;
    position: relative;
}

.headerContainer .dealer-address:after,
span.headerAddress:after {
    content: '';
    width: 13px;
    height: 3px;
    background-color: #202020;
    position: absolute;
    top: 9px;
    right: -15px;
    border-radius: 5px;
}

.headerContainer a.dealer-phone.phone-text,
a.headerPhone {
    font-weight: 700;
    font-size: 27px;
}

.headerLoc div:nth-child(1) {
    margin-bottom: 5px;
}

.headerSocial {
    position: absolute;
    bottom: -50px;
    right: 45px;
}

.headerSocial, 
.footerSocial {
    display: flex;
    justify-content: space-around;
    background-color: #ed1d24;
    border-radius: 50px;
    border: 2px solid black;
    width: max-content;
    z-index: 9999;
}

.headerSocial a,
.footerSocial a {
    font-size: 20px;
    padding: 5px 15px;
}

.headerSocial a:hover {
    color: black;
}






/* NAVIGATION */
#main-nav {
    background-color: #000;
}

    #main-nav .navbar { border: none; }

.navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0;
    border-radius: 50px;
    padding: 9px 23px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.navbar-nav>li>a:before, 
.navbar-nav>li>a:after {
    content: '';
    width: 0;
    height: 100%;
    background-color: #ff0200;
    left: 50%;
    position: absolute;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.navbar-nav>li>a:hover:before, 
.navbar-nav>li>a:hover:after {
    width: 50%;
}

.navbar-nav>li>a:hover:before {
    left: 0;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: flex-start;
}
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
    color: #ffffff;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
}

.social-media-icons {
    display: none;
}

.dropdown-menu {
    background-color: #000;
}

#main-nav li.dropdown.open ul {
    border-top-color: #000;
}

#main-nav .dropdown-menu>li>a {
    color: #b9b9b9;
    text-transform: uppercase;
}

#main-nav .dropdown-menu>li>a:hover, 
#main-nav .dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #ff0200;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ff0200;
}




/* CONTENT */

.btnContainer {
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
    flex-wrap: wrap;
    width: 1470px;
}

.btnContainer > a, 
.btnContainer > div {
    flex: 0 0 19%;
    background-color: rgb(255 255 255 / 27%);
    padding: 15px;
    margin-bottom: 25px;
    color: white;
    border: 2px solid black;
    border-radius: 50px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.btnContainer h3 {
    margin: 0;
    font-size: 27px;
    line-height: 27px;
}

.btnContainer h3 span {
    font-weight: 400;
    display: block;
}

.home-button-block {
    width: 1470px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    z-index: 3;
}

.home-button-block a {
    flex: 0 0 16%;
    position: relative;
    color: white;
    text-shadow: black 1px 1px 1px;
    border: 1px solid black;
}

.home-button-block a:before {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0.46) 0, rgba(0,0,0,0.39) 22%, rgba(0,0,0,0.09) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s;
}

.home-button-block a:hover:before {
    filter: opacity(0);
}

.home-button-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-button-text {
    transition: .3s;
    position: absolute;
    top: 0;
    width: 100%;
}

.home-button-block a:hover .home-button-text {
    top: 25%;
}

.home-button-text h2 {
    font-size: 27px;
}

.home-button-text span {
    margin-top: 105%;
    display: block;
    text-transform: uppercase;
    transition: .3s;
}

.home-button-block a:hover .home-button-text span {
    margin-top: 8%;
}

.home-button-wrapper {
    margin-top: -40px;
}

.oemContainer {
    display: flex;
    justify-content: space-between;
    margin: 4% auto;
    align-items: center;
    padding: 0 15px;
}

.oemContainer a {
    padding: 1%;
}

.oemContainer a:hover {
    transform: scale(1.03);
}

.oemContainer img {
    max-height: 125px;
}

.homeAbout {
    width: 800px;
    margin: 13% auto;
    text-align: center;
    padding: 30px;
    color: white;
}

.homeAbout h1 {
    font-weight: 400;
}

.homeAbout h1 span {
    font-weight: 700;
}

.homeAbout p {
    line-height: 34px;
}

.servEmp {
    margin-top: 25px;
    border-top: 3px solid #6c6c6c;
}

.servEmp img {
    float: right;
    width: 35%;
    margin: 0 0 0 15px;
    display: inline-block;
    border: 3px solid #ed1d24;
    border-radius: 9px;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    text-shadow: 0 0 3px black, 1px 1px 1px black;
    width: max-content;
}

.p-header h1:before, 
.p-header h1:after {
    content: '';
    width: 240px;
    height: 10px;
    background-color: #2a2a2a;
    position: absolute;
    left: -258px;
    top: 28px;
    border-radius: 21px;
}

.p-header h1:after {
    left: unset!important;
    margin-left: 18px;
}

.mapPageContainer {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
}

.maptext {
    display: flex;
    flex: 0 0 32%;
    flex-flow: column;
}

.mapWrapper {
    position: relative;
    padding-bottom: 100%;
    min-height: 150px;
    margin-top: 15px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.maptext h1 {
    margin-top: 0;
}

.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: #545454;
    border-color: #e6e6e6;
}



.popup {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9!important;
}

span.popHeading {
    background-color: yellow;
    color: black;
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.popup .popuptext {
    visibility: hidden;
    width: 200px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 999999;
    top: 96%;
    left: 50%;
    transform: translateX(-50%);
}

.popup .popuptext a {
    color: #484848;
}

.popup .popuptext a strong {
    color: black;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}






/* FEATURED INVENTORY */

.single-item-slider .slider-inner .item {
    width: 260px;
}

.single-item-slider .slider-inner .item:hover {
    transform: scale(0.97);
}

.single-item-slider .img-container {
    height: 170px;
    background-color: white;
}

.single-item-slider .item {
    background-color: #000000;
    border: none;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 700;
    bottom: 0px;
}

.single-item-slider .slider-outer {
    height: 300px;
}

.single-item-slider .item-detail .name {
    font-weight: 400;
    color: aliceblue;
    text-transform: uppercase;
    line-height: 18px;
}

.featuredInventory h2 {
    text-align: center;
    font-size: 35px;
    width: max-content;
    margin: 30px auto;
}

.featuredInventory h2:before, 
.featuredInventory h2:after {
    content: '';
    width: 240px;
    height: 10px;
    background-color: #2a2a2a;
    position: absolute;
    left: 165px;
    top: 13px;
    border-radius: 21px;
}

.featuredInventory h2:after {
    left: unset!important;
    margin-left: 18px;
}

.featuredInventory {
    margin: 35px 0;
}

.featText h2 {
    margin: 80px auto 0;
    font-size: 38px;
    text-shadow: 1px 1px 1px black;
    text-align: center;
    position: relative;
    width: max-content;
    padding: 0 20px;
}

.featText h2:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #0a8743;
    position: absolute;
    bottom: -11px;
    left: 0;
}

.featText h2:after {
    content: '';
    width: 150px;
    height: 7px;
    background-color: #2f73b9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
}

.featText h2 span {
    font-weight: 400;
    letter-spacing: 3px;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: white;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #151515;
    border-color: #ddd;
    text-transform: uppercase;
}

.panel {
    background-color: #000;
}

.panel-default {
    border-color: #636363;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #b5b5b5;
}

.inventory-container .vehicle .price {
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    background-color: #000000;
    margin: auto;
    padding: 3px 15px;
    bottom: 4px;
    white-space: nowrap;
    color: white;
    width: max-content;
    font-weight: 800;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.inventory-container .vehicle .price:before, 
.inventory-container .vehicle .price:after, 
.btnContainer > a:before, 
.btnContainer > a:after, 
.btnContainer > div:before, 
.btnContainer > div:after {
    content: '';
    background-color: #ed1d24;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transition: .3s;
    z-index: -1;
    border-radius: 50px 0 0 50px;
}

.inventory-container .vehicle .price:after, 
.btnContainer > a:after, 
.btnContainer > div:after {
    border-radius: 0 50px 50px 0;
}

.inventory-container .vehicle .price:hover:before, 
.inventory-container .vehicle .price:hover:after,
.btnContainer > a:hover:before,
.btnContainer > a:hover:after,
.btnContainer > div:hover:before,
.btnContainer > div:hover:after {
    width: 51%;
}

.inventory-container .vehicle .price:hover:before,
.btnContainer > a:hover:before,
.btnContainer > div:hover:before {
    left: 0;
}

.inventory-container .vehicle .price-box,
.inventory-container .vehicle-box {
    background-color: #000;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid #3c3c3c;
    position: relative;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    transition: .4s ease;
    transform: scale(1.02);
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 21px;
    min-height: 50px;
    font-weight: 800;
}

.inventory-container .vehicle .title {
    padding: 5px;
    background-color: black;
}

.inventory-container .vehicle .title a {
    color: white;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}







/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #ed1d24;
    border: 2px solid #ed1d24;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    transition: .3s;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.btn-primary:before, 
.btn-primary:after {
    content: '';
    background-color: black;
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    transition: .3s;
    z-index: -1;
}

.btn-primary:hover:before, 
.btn-primary:hover:after {
    width: 50%;
}

.btn-primary:hover:before {
    left: 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff0200;
    border-color: #ff0200;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: black;
    padding: 10px;
    border: 3px solid #272727;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    color: #ff0200;
    margin-bottom: 0;
    font-weight: 700;
}

.form-control {
    font-size: 14px!important;
    background-color: #151515;
    color: white;
    border: 2px solid #151515;
    margin: 5px 0;
    transition: .3s;
}

.form-control:hover,
.form-control:focus {
    border-color: #4e4e4e;
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(133 133 133 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(133 133 133 / 60%);
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
    font-size: 12px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 0;
    font-size: 14px!important;
    background-color: #151515;
    color: white;
    border: 2px solid #353535;
    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: black;
    border: 2px solid #151515;
}

.locationBox {
    margin-top: 25px;
}

.locationBox {
    display: none;
}





/* FOOTER */

footer.body .outer-wrapper {
    text-align: center;
    padding: 15px 0;
}

.footerWrapper {
    background-color: black;
}

.footerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
    color: #c5c5c5;
}

.footerContainer a {
    color: white;
}

.footerContainer a:hover {
    color: #ed1d24;
}

img.footerlogo {
    max-width: 180px;
}

.footerContainer a.dealer-phone.phone-text, 
a.footerPhone {
    font-weight: 700;
    display: block;
    font-size: 23px;
    margin-top: 10px;
}

.footerBlock table td:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
}

.footerBlock ul {
    list-style: none;
}

.footerBlock li {
    position: relative;
}

.footerBlock li:before {
    content: '';
    width: 15px;
    height: 4px;
    background-color: #3e3e3e;
    position: absolute;
    border-radius: 10px;
    left: -21px;
    top: 11px;
    transition: .3s;
}

.footerBlock a:hover li:before {
    background-color: #878787;
}

.footerSocial a:hover {
    color: black;
}

.footerWrapper > div > div:nth-child(1) {
    display: flex;
    align-items: center;
}

.footerWrapper > div > div:nth-child(1) > div {
    display: flex;
}

.footerWrapper > div > div:nth-child(1) > div > div {
    margin: 0 15px;
}




/* BREAKPOINTS */

@media (max-width: 1499px) {
.home-button-block,
.btnContainer {
    width: 1170px;
}

.home-button-text span {
    margin-top: 95%;
}

.btnContainer h3 {
    font-size: 20px;
    line-height: 21px;
}
}





@media (max-width: 1199px) {
.headerContainer,
.footerContainer,
.home-button-block,
.btnContainer {
    width: 970px;
}

.footerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.featuredInventory h2:before, .featuredInventory h2:after {
    width: 231px;
    left: 70px;
}

.home-button-text h2 {
    font-size: 22px;
}

.home-button-block a {
    flex: 0 0 18%;
}

.p-header h1:before, 
.p-header h1:after {
    width: 150px;
    left: -169px;
}

.btnContainer > a, 
.btnContainer > div {
    flex: 0 0 32%;
}

.btnContainer > a:nth-child(1), 
.btnContainer > a:nth-child(2) {
    flex: 0 0 49%;
}

.btnContainer h3 {
    font-size: 27px;
    line-height: 27px;
}
}





@media (max-width: 991px) {
.headerContainer,
.footerContainer,
.home-button-block,
.btnContainer {
    width: 740px;
}

.siteSearch {
    width: 500px;
}

.home-button-text h2 {
    font-size: 19px;
}

.home-button-text span {
    margin-top: 85%;
}

.single-item-slider .slider-inner .item {
    width: 211px;
}

.single-item-slider .img-container {
    height: 120px;
}

.homeAbout {
    width: 700px;
}

.homeAbout h1 {
    font-size: 32px;
}

.btnContainer {
    margin: 60px auto 0;
}

.featuredInventory h2:before, 
.featuredInventory h2:after {
    width: 126px;
}

.single-item-slider .slider-outer {
    height: 265px;
}

.footerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.p-header h1 {
    font-size: 50px;
}

.p-header h1:before, 
.p-header h1:after {
    width: 91px;
    left: -109px;
    top: 23px;
}

.mapWrapper {
    padding-bottom: 150%;
}

.maptext {
    padding: 5px;
    flex-wrap: wrap;
}

.headerContainer {
    justify-content: space-around;
}

.btnContainer h3 {
    font-size: 21px;
    line-height: 21px;
}
}





@media (max-width: 767px) {
.headerContainer,
.footerContainer,
.home-button-block,
.homeAbout,
.siteSearch,
.btnContainer,
.btnContainer,
.featuredInventory h2 {
    width: 100%;
}

.headerLogo,
.featuredInventory h2:before, 
.featuredInventory h2:after,
.p-header h1:before, 
.p-header h1:after {
    display: none;
}

.footerWrapper > div > div:nth-child(1) > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerWrapper > div > div:nth-child(1) > div > div {
    margin: 15px;
}

.headerLoc {
    margin: 8px 0;
}

.headerSocial {
    position: fixed;
    left: 0;
    flex-flow: column;
    align-items: center;
    border-radius: 0 20px 20px 0;
    border-left: none;
    bottom: 9%;
    z-index: 4444;
}

.headerSocial a {
    padding: 10px 8px;
}

.headerContainer {
    justify-content: center;
    padding: 5px;
    flex-flow: column;
}

.headerContainer > div:nth-child(1) {
    margin-bottom: 15px;
}

.searchSection {
    margin: 40px 0 50px;
}

.btnContainer {
    margin: 25px auto 0;
    padding: 0 15px;
}

.btnContainer h3 {
    line-height: 8vw;
    font-size: 8vw;
}

.btnContainer > a,
.btnContainer > div {
    flex: 0 0 100%;
    margin-bottom: 3%;
}

.btnContainer > a:nth-child(1), 
.btnContainer > a:nth-child(2) {
    flex: 0 0 100%;
}

.home-button-block {
    flex-wrap: wrap;
    justify-content: space-around;
}

.home-button-block a {
    flex: 0 0 32%;
    margin: 1% 0;
}

.home-button-text h2,
.home-button-text span {
    font-size: 4vw;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.p-header h1 {
    font-size: 8vw;
    width: 100%;
    text-align: center;
}

.p-header {
    margin-bottom: 0;
}

.servEmp img {
    width: 49%;
}

#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 {
    margin: 0 15px;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 25px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerWrapper > div > div:nth-child(1) {
    flex-wrap: wrap;
    justify-content: center;
}

img.footerlogo {
    margin-bottom: 20px;
}

.homeAbout {
    padding: 0;
}

.mapPageContainer {
    flex-wrap: wrap;
}

.maptext {
    flex: 0 0 100%;
    justify-content: space-around;
    text-align: left;
}

.siteSearch {
    padding: 0 15px;
}
}









