body {
    font-family: 'Oxanium', sans-serif;
    color: #fff;
}

@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/31834792-87da-4af7-93a7-258b565a3a6c/background.jpg) no-repeat center center;
        -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/31834792-87da-4af7-93a7-258b565a3a6c/background.jpg) no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
}

.breadcrumb {
    background-color: #252525;
}

a {
    color: #f7921d;
    transition: .3s;
}

a:focus, a:hover {
    color: #ffbf0b;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.container {
    width: 1470px;
}

.typeSection {
    margin-top: 0!important;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4262e14e-5b1f-4d0d-8e0f-d479b6ab7d15/featured-background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 9% 0 12%;
    margin-top: 0!important;
}

.aboutSection {
    background-color: #161616;
    margin-top: 0!important;
    padding: 6% 0;
}

.topSection {
    margin-top: -25px;
    background-color: rgb(0 0 0 / 70%);
    padding: 6% 0 9%;
}

#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: rgb(0 0 0 / 90%);
    padding: 15px;
    margin-bottom: 25px;
}

.sevenHundredSection {
    background-color: white;
    text-align: center;
    padding: 15px 0;
    margin-top: 0!important;
}

.inventoryBanner {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 15px;
}






/* HEADER */

header.body {
    background-color: black;
    font-size: 16px;
    color: white;
    position: relative;
    z-index: 999;
}

/*
header.body:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/54597c85-55c2-45c5-a2ea-3235629a5a38/christmas-lights-2.gif);
    height: 17px;
    width: 100%;
    transform: rotate(180deg);
    background-size: contain;
    left: 0;
    bottom: -12px;
    position: absolute;
    z-index: -1;
    background-repeat: repeat-x;
}
*/

.headerRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    font-size: 20px;
}

.headerRow a {
    color: #f7921d;
    font-weight: 700;
}

.headerRow .fa {
    margin-right: 3px;
}

.phoneInfo a.dealer-phone {
    margin-right: 5px;
}

.phoneInfo > a:nth-child(2) {
    margin: 0 5px;
}

.headerRow > div:nth-child(1) > a {
    display: flex;
    margin-top: 35px;
}

.headerRow .fa-map-marker {
    padding-top: 4px;
    font-size: 17px;
    color: white;
}

.headerRow > div:nth-child(3) {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.headerRow > div:nth-child(1) {
    margin-right: 75px;
}

.headerRow > div:nth-child(2) {
    text-align: center;
}

header.body .social a {
    font-size: 22px;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 10px;
    position: relative;
}

.siteSearch {
    display: flex;
    flex: 0 0 28%;
    margin: 0 15px;
    flex-flow: row-reverse;
}

.siteSearch button {
    background-color: #dddddd;
    border: none;
    position: relative;
    border-radius: 20px 0 0 20px;
    padding: 5px 13px 5px 17px;
    color: black;
}

.siteSearch button:after {
    content: '';
    width: 1px;
    height: 50%;
    background-color: #777777;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.siteSearch .form-control {
    background-color: #dddddd;
    border: none;
    padding: 20px 15px;
    border-radius: 0 20px 20px 0;
    margin: 0;
}

a.dealerLogo img {
    max-width: 325px;
}

.headerRow .phoneInfo {
    order: 2;
    text-align: center;
    font-weight: 700;
}

.headerContainer .btn-primary {
    position: absolute;
    right: 128px;
    bottom: -45px;
    padding: 5px 15px;
    font-size: 16px;
    z-index: 9;
    margin: 0;
}

.headerRow .phone-text {
    display: block;
}

.headerRow .dealer-address {
    display: block;
}






/* NAVIGATION */

#main-nav {
    border-top: 1px solid #d4d4d4;
    background-color: black;
}

#main-nav .container {
    width: 1170px;
}

.navbar-nav>li>a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #f7921d;
}

.dropdown-menu {
    background-color: #000;
}

#main-nav li.dropdown.open ul {
    border-top-color: #000;
}

.dropdown-menu>li>a {
    color: #9a9a9a;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: white;
}





/* CONTENT */

.btnContainer {
    display: flex;
    flex-flow: column;
}

.btnContainer a {
    background-color: rgb(247 146 29 / 87%);
    margin-bottom: 15px;
    padding: 16px 15px;
    border: 3px solid white;
    box-shadow: 3px 3px 3px black;
    color: white;
    position: relative;
    background: linear-gradient(to right, rgb(247 146 29) 0%,rgb(247 146 29 / 65%) 100%);
}

.btnContainer a:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/d5901d8c-faee-4cfa-ab86-2e09321c131f/star-graphic-gradient.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    filter: invert(1) opacity(0.4);
}

.btnContainer h3 {
    margin: 0;
    text-shadow: 2px 2px 2px #000000;
    font-size: 37px;
    line-height: 37px;
}

.btnContainer h3 span {
    font-weight: 400;
    display: block;
}

/* SIBLING FADE: fade out siblings around a hovered item */

.sibling-fade {
  visibility: hidden;
}
/* Prevents :hover from triggering in the gaps between items */

.sibling-fade > * {
  visibility: visible;
}
/* Brings the child items back in, even though the parent is `hidden` */

.sibling-fade > * {
  transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
}
/* Makes the fades smooth with a slight delay to prevent jumps as the mouse moves between items */

.sibling-fade:hover > * {
  opacity: 0.4;
  transform: scale(0.9);
}
/* Fade out all items when the parent is hovered */

.sibling-fade > *:hover {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0ms, 0ms;
}


.typeContainer {
    display: flex;
    justify-content: space-around;
}

.typeContainer a {
    position: relative;
    flex: 0 0 12.5;
    cursor: pointer;
}

.typeContainer > a > div > div:nth-child(1) {
    position: relative;
}

.typeContainer > a > div > div:nth-child(1):before {
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0 / 81%) 0%,rgb(0 0 0 / 62%) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .4s;
}

.typeContainer > a:hover > div > div:nth-child(1):before {
    filter: opacity(0.5);
}

.typeContainer > a > div > div:nth-child(2) {
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translateX(-50%);
    width: 83%;
    text-align: center;
    transition: .5s;
}

.typeContainer > a:hover > div > div:nth-child(2) {
    filter: opacity(0);
}

.typeContainer img {
    width: 100%;
}

.typeContainer h3 {
    color: white;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.6vw;
    text-shadow: 2px 2px 2px black;
    min-width: 12vw;
    transition: .4s;
}

.typeContainer a:hover h3 {
    bottom: 70%;
}

.typeContainer h3:before {
    content: '';
    width: 9%;
    height: 3px;
    background-color: #f7921d;
    position: absolute;
    top: -7px;
}

.homeSlider .slide {
    border: 3px solid white;
    box-shadow: 3px 3px 3px black;
}

.homeWelcome h1 {
    font-weight: 400;
    font-size: 59px;
    position: relative;
    z-index: 9;
    padding: 0 30px;
    color: white;
}

.homeWelcome h1 span {
    font-weight: 700;
}

.homeWelcome h1:before {
    content: '';
    width: 4%;
    height: 3px;
    background-color: #f7921d;
    position: absolute;
    top: -7px;
}

.aboutText {
    padding: 18px;
    text-align: justify;
    background-image: url(https://psmfirestorm.blob.core.windows.net/40d15d00-884d-4d52-80f4-fe00a1d52008/dotted.jpg);
    color: white;
    background-repeat: repeat;
    position: relative;
    z-index: 9;
}

.locationWrapper {
    background-color: white;
    padding: 15px;
    width: 1170px;
    margin: -160px auto 61px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 76%);
}

.locationWrapper h3 {
    margin: 0;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: black;
}

.locationWrapper h3 span {
    font-weight: 700;
}

.locationContainer {
    display: flex;
    justify-content: space-around;
}

.locationContainer a:nth-child(1) {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.locationContainer a {
    flex: 0 0 25%;
    padding: 15px 20px 0;
}

.locationContainer a:nth-child(1) div {
    flex: 0 0 65%;
}

.locationContainer a:nth-child(1) div:nth-child(1) {
    flex: 0 0 100%;
}

.locationContainer img {
    width: 100%;
}

.p-header {
    height: 230px;
    margin-bottom: 25px;
    position: relative;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 57px;
    width: max-content;
    text-shadow: 2px 2px 2px black;
    background-color: rgb(255 135 0 / 82%);
    padding: 8px 48px;
    padding: 8px 60px 8px 20px;
    z-index: 2;
    background: linear-gradient(to right, rgb(247 146 29) 0%,rgb(247 146 29 / 65%) 100%);
    border: 3px solid white;
    box-shadow: 3px 3px 3px black;
}

.p-header h1 span {
    font-weight: 400;
}

.p-header h1:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/d5901d8c-faee-4cfa-ab86-2e09321c131f/star-graphic-gradient.png);
    width: 100%;
    height: 93%;
    position: absolute;
    right: 5px;
    top: 50%;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: -1;
    filter: invert(1) opacity(0.5);
    transform: translateY(-50%);
}

.mapWrapper {
    position: relative;
    padding-bottom: 91.2%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:nth-child(1) {
    padding-right: 15px;
    font-weight: 700;
}

.maptext .dealer-name {
    font-size: 32px;
    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 {
    color: #000;
    background-color: #f7921d;
    border-color: #cccccc;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
}

.department-container .department {
    background: transparent;
}

.department .title {
    border: none;
    background: #f7921d;
    color: black;
    border-radius: 30px;
}

.department .employee .name p {
    font-weight: 700;
    text-transform: uppercase;
    margin: 2px 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

#employees-team-page h1.page-title {
    text-align: center;
    font-size: 50px;
    margin: 0;
}

.preview-text {
    max-height: 135px;
}

.blog-details {
    margin-bottom: 15px;
}

.jumbotron {
    color: #ffffff!important;
    background-color: rgb(0 0 0 / 90%);
}

#creditAppForm section {
    background: #ebebeb!important;
    color: black!important;
}

.oemContainer {
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 30px;
    flex-wrap: wrap;
}

.oemContainer a {
    padding: 10px;
    text-align: center;
}







/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 375px;
}

.single-item-slider .slider-inner .item {
    width: 328px;
}

.single-item-slider .img-container {
    height: 214px;
}

.single-item-slider .item-detail .name {
    font-size: 18px;
    min-height: 61px;
    color: black;
}

.single-item-slider .item .item-inner {
    padding-bottom: 20%;
}

.single-item-slider .item-detail .price {
    font-size: 27px;
    padding: 17px 0;
    bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f7921d;
    color: black;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 1px solid white;
}

.featHdr {
    margin-top: 66px;
}

.featuredInventory h2 {
    display: none;
}

.featHdr h1 {
    font-size: 57px;
    position: relative;
    color: black;
}

.featHdr h1 span {
    font-weight: 400;
}

.featHdr h1:after {
    content: '';
    width: 16%;
    height: 3px;
    background-color: #f7921d;
    position: absolute;
    bottom: -23px;
    left: 0;
}

.featHdr .btn {
    margin-top: 40px;
}

.single-item-slider .slider-control {
    top: 23%;
}





/* REVIEWS */

.latestReviews h2 {
    display: none;
}

.latestReviews {
    position: relative;
}

.latestReviews:before {
    content: '';
    width: 107%;
    height: 119%;
    background-color: #414141;
    position: absolute;
    left: -29px;
    top: -53px;
    z-index: 0;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 24em;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 312px;
}






/* INVENTORY */

.inventory-container .price-compare-line {
    border-bottom: none;
    padding: 2px 7px;
}

.inventory-container .toolbar { border-color: #777; background-color: #666; color: #fff; }

.inventory-container .vehicle { 
    border-color: transparent;
    transition: .3s; 
}

.inventory-container .vehicle-box {
    position: relative;
    padding: 5px;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
}

.inventory-container .vehicle .title a {
    color: black;
    text-align: center;
}

.inventory-container .btn { color: #fff; text-shadow: 0 1px 1px #585858; border-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.25); border-bottom-color: #696969; background-image: linear-gradient(to bottom, #919191, #575757); background-repeat: repeat-x; }

    .inventory-container .btn:hover, .inventory-container .btn:focus { background-position: 0 -25px; color: #fff; }
    .inventory-container .btn:hover, .inventory-container .btn:focus, .inventory-container .btn:active, .inventory-container .btn.active, .inventory-container .btn.disabled, .inventory-container .btn[disabled] { background-color: #888; }
.filters-container .panel-body li { color: #ccc; }

#filters-box li label {
    color: #000;
    font-size: 13px;
}

#filters-box .panel-heading { border-bottom: none; }

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .price {
    font-size: 26px;
    text-align: center;
    padding-right: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.inventory-container .vehicle .price-box {
    position: relative;
    padding: 10px 0;
    background-color: #f7921d;
}

.inventory-container .vehicle .price-box a {
    color: black;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: black;
}

#ModalVehicleInquiry {
    position: fixed;
    top: 3%;
    border: 2px #f58220 solid;
    z-index: 400;
    background: linear-gradient(135deg, rgba(142,142,142,1) 1%,rgba(214,214,214,1) 33%,rgba(142,142,142,1) 69%,rgba(214,214,214,1) 99%);
}

#ModalVehicleInquiry .vdpinquiryheader {
    text-align: left;
}

.searchReturn {
    color: white;
}

#inventory-page > div.mobile-filters-btn-box.visible-xs.visible-sm > div > input {
    margin: 5px 0;
}

#showroom .section-box {
    background-color: #f7921d;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #dddddd;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

#FilterQuickSearch {
    margin: 0;
    background-color: white;
    color: black;
    border-color: #cccccc;
}

.savings .label {
    position: absolute;
    top: -3px;
    left: -3px;
}

.inventory-image {
    max-height: unset;
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.inventory-container .vehicle .thumb {
    line-height: 244px;
    height: 246px;
}

a.invCallout {
    text-align: center;
    font-size: 20px;
}

#details-accordions {
    color: black;
}

.specs-panel.panel-body {
    background-color: white;
    color: black;
}

#showroom .section-box .title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
}

#vdp-container #maincarousel .item {
    height: 525px;
}

#vdp-container .images-container {
    max-width: 100%;
}








/* FORMS */

.btn-primary,
.btn-readMore {
    color: #000;
    background-color: #f7921d;
    border-color: #000000;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
    transition: .3s;
    font-weight: 700;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
}

.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: #000;
    background-color: #ffbf0b;
    border-color: black;
}

.form-control {
    background-color: white;
    border: 2px solid white;
    border-radius: 0;
    font-size: 16px!important;
    transition: .3s;
    margin: 5px 0;
    color: black;
    box-shadow: none;
}

.form-control:hover {
    border-color: #cccccc;
}

.form-control:focus {
    border-color: #cccccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(153 153 153 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(153 153 153 / 60%);
}

.mainform {
    height: max-content;
}

.mainform>div {
    background-color: #ebebeb;
    padding: 10px;
    color: black;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.form-header-text {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    margin-bottom: 2px;
}

.forms-title-section {
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.forms-text-section {
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
}

.mainform label {
    margin-right: 10px;
}

.customForm [placeholder="First Name"],
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 71px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea {
    font-size: 14px!important;
    padding: 2px 7px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    margin: 5px 0;
    color: black;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    padding: 2px 3px;
    font-size: 14px;
    border-color: white;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ebebeb;
    color: black;
}

@media (min-width: 768px) {
#Form9880 > div:nth-child(1) > fieldset > div:nth-child(n+12):nth-child(-n+14),
#Form12645 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form12644 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form12644 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form9880 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form9880 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form9877 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form12644 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form9880 > div:nth-child(1) > fieldset > div:nth-child(n+15),
#Form9877 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #272727;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

footer.body .copyright .wrapper {
    padding: 20px 0;
    border-top: 1px solid #3d3d3d;
}

.footerWrapper {
    background-color: white;
    position: relative;
    color: black;
}

.footerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 25px 15px;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    line-height: 28px;
}

.footerContainer a {
    color: black;
}

.footerContainer a:hover {
    color: #5c5c5c;
}

.footerBlock img, 
.footerBlock .dealer-address, 
.footerBlock .dealer-phone {
    display: block;
}

.footerBlock img {
    max-width: 210px;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

/*
.footerLocationWrapper {
    position: relative;
    z-index: 3;
    text-align: center;
}

.footerLocationWrapper h3 {
    background-color: black;
    width: max-content;
    margin: 10px auto 0;
    padding: 10px;
    color: white;
    position: relative;
}

.footerLocationWrapper h3 span {
    font-weight: 300;
}

.footerLocationWrapper h3:before, 
.footerLocationWrapper h3:after {
    content: '';
    width: 50px;
    height: 66px;
    background-color: black;
    position: absolute;
    left: -31px;
    top: 8px;
    transform: rotate(45deg);
    z-index: -1;
}

.footerLocationWrapper h3:after {
    left: unset;
    transform: rotate(-45deg);
    right: -31px;
}

.footerLocations {
    display: flex;
    justify-content: center;
    background-color: black;
    padding: 5px;
}

.footerLocations a {
    padding: 0 7%;
}

.footerLocations h4 {
    font-size: 25px;
    transition: .3s;
}

.footerLocations a:hover h4 {
    color: yellow;
}
*/

.footerMap {
    position: relative;
    padding-bottom: 20%;
    flex: 0 0 29%;
    margin-top: 23px;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerInfo {
    text-align: center;
    display: block;
    margin-top: 10px;
}

.footerBlock .dealer-phone {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 8px;
}

.footerBlock li {
    position: relative;
    font-weight: 700;
    min-width: 175px;
}

.footerBlock li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    padding-right: 5px;
    color: #f7921d;
    transition: .3s;
}

.footerBlock li:hover:before {
    padding-right: 15px;
}

.footerBlock table td:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
}





@media (max-width: 1499px) {
.container,
.headerContainer {
    width: 1170px;
}

.btnContainer a {
    margin-bottom: 13px;
    padding: 11px 15px;
}

.btnContainer h3 {
    font-size: 30px;
    line-height: 30px;
}

.featHdr h1 {
    font-size: 45px;
}

.single-item-slider .slider-inner .item {
    width: 254px;
}

.single-item-slider .img-container {
    height: 160px;
}

.single-item-slider .item .item-inner {
    padding-bottom: 25%;
}

.locationWrapper {
    width: 1130px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 242px;
}

.headerContainer .btn-primary {
    right: 25px;
}

.mapWrapper {
    padding-bottom: 116.4%;
}

.inventory-container .vehicle .price {
    font-size: 22px;
}

.inventory-container .vehicle .thumb {
    line-height: 189px;
    height: 191px;
}
}





@media (max-width: 1199px) {
.container,
.headerContainer,
.footerContainer,
#main-nav .container {
    width: 970px;
}

.locationWrapper {
    width: 930px;
}

.headerRow > a > div > .dealer-address {
    margin-right: 0;
    display: block;
}

.headerRow > a > div > .dealer-address:after {
    display: none;
}

.headerRow .phoneInfo, 
.headerRow > a, 
.headerContainer, 
.headerContainer .oemLogo, 
.headerRow > div:nth-child(3) {
    flex: 0 0 25%;
}

.dealerLogo {
    flex: 0 0 15%;
}

a.dealerLogo img {
    max-width: 200px;
}

.headerRow > div:nth-child(1) {
    margin-right: 15px;
}

.headerRow .phoneInfo {
    flex: 0 0 50%;
}

.siteSearch {
    flex: 0 0 33%;
}

.navbar-nav>li>a {
    font-size: 14px;
    padding: 15px 10px;
}

.btnContainer a {
    margin-bottom: 9px;
    padding: 9px 10px;
}

.btnContainer h3 {
    font-size: 25px;
    line-height: 25px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 236px;
}

.single-item-slider .slider-inner .item {
    width: 273px;
}

.latestReviews:before {
    height: 128%;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 50px;
    padding: 7px 60px 4px 20px;
}

.mapWrapper {
    padding-bottom: 143%;
}

.inventory-container .vehicle .price {
    font-size: 18px;
}

.inventory-container .vehicle .thumb {
    line-height: 152px;
    height: 153px;
}
}





@media (max-width: 991px) {
.container,
.headerContainer,
.footerContainer,
#main-nav .container {
    width: 740px;
}

.locationWrapper h3 span {
    display: block;
}

.latestReviews:before {
    width: 100%;
    left: 0;
}

.headerRow > div:nth-child(1) {
    display: flex;
    flex: 0 0 80%;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerMap {
    padding-bottom: 50%;
    width: 100%;
}

.footerWrapper > div > div:nth-child(2) {
    margin: 20px 0;
}

.headerRow {
    font-size: 16px;
    padding: 0;
    flex: 0 0 77%;
}

.headerRow > div:nth-child(1) > a {
    margin-top: 0;
}

a.dealerLogo img {
    max-width: 200px;
}

.btnContainer {
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 25px;
}

.btnContainer a {
    flex: 0 0 32%;
}

.headerContainer {
    flex-wrap: wrap;
}

.headerContainer .dealerLogo,
.siteSearch {
    flex: 0 0 33%;
}

a.dealerLogo img {
    max-width: 200px;
}

.headerContainer .oemLogo {
    flex: 0 0 33%;
    margin-top: -45px;
}

.oemLogo img {
    max-width: 200px;
}

.headerContainer .btn-primary {
    bottom: 21px;
    right: 7px;
}

.locationWrapper {
    width: 700px;
}

.single-item-slider .slider-inner .item {
    width: 208px;
}

.single-item-slider .img-container {
    height: 140px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
    padding: 12px 0;
}

.featuredSection .row.is-flex {
    flex-flow: column-reverse;
}

.featHdr {
    margin-top: 0;
    text-align: center;
}

.featHdr .btn {
    display: none;
}

.featHdr h1:after {
    left: 103px;
    bottom: 0;
}

.homeWelcome h1 {
    font-size: 42px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 208px;
}

.latestReviews {
    margin-top: 25px;
}

.p-header h1 {
    font-size: 40px;
    padding: 7px 51px 4px 20px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.inventory-container .vehicle .thumb {
    line-height: 243px;
    height: 244px;
}
}





@media (max-width: 767px) {
.container,
.headerContainer,
.footerContainer,
#main-nav .container,
.locationWrapper {
    width: 100%;
}

.sevenHundredSection .widget-inner {
    margin-top: 0!important;
}

.locationWrapper {
    margin: -160px auto 0;
}

.locationContainer {
    flex-wrap: wrap;
}

.locationContainer a {
    flex: 0 0 50%;
    padding: 15px 20px;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.btnContainer {
    flex-flow: column;
}

.typeContainer {
    flex-wrap: wrap;
}

.typeContainer a {
    flex: 0 0 50%;
}

.typeContainer > a > div > div:nth-child(2) {
    top: 7%;
}

.typeContainer h3 {
    font-size: 4vw;
    min-width: 45vw;
}

.featHdr h1 span {
    display: block;
}

.featHdr h1:after,
.headerRow > div:nth-child(1) > a {
    display: none;
}

.single-item-slider .slider-inner .item,
.latestReviews .single-item-slider .slider-inner .item {
    width: 216px;
}

.siteSearch {
    position: absolute;
    bottom: -52px;
    z-index: 333;
}

a.dealerLogo img {
    max-width: 160px;
}

.oemLogo img {
    max-width: 140px;
}

.headerContainer .btn-primary {
    bottom: 15px;
    right: 15px;
}

.headerRow {
    flex-flow: column;
    padding: 5px 0;
    flex: 0 0 100%;
    order: 1;
    align-items: flex-end;
}

.headerRow .phoneInfo {
    flex: 0 0 100%;
}

.headerRow .phone-text {
    display: inline-block;
}

a.dealerLogo {
    order: 2;
    margin-top: -54px;
}

.headerRow > div:nth-child(1) {
    margin-right: 0;
    text-align: center;
    width: 100%;
}

.btnContainer h3 {
    font-size: 8vw;
    line-height: 8vw;
}

.btnContainer a {
    margin-bottom: 15px;
}

.locationWrapper h3 {
    font-size: 26px;
}

.locationContainer a {
    padding: 15px 10px;
}

.homeWelcome h1 {
    font-size: 32px;
    padding: 0 15px;
    margin: 15px 0 -23px;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 7vw;
    padding: 1% 2%;
    top: unset;
    bottom: -11%;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    text-align: left;
    margin: auto;
}

header.body {
    margin-bottom: 0;
}

.headerRow > div:nth-child(2) {
    text-align: center;
    margin-right: 19px;
    margin-top: 7px;
}

#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 {
    margin-bottom: 0;
}

.topSection {
    margin-top: 0;
}

header.body:after {
    bottom: -8px;
}
}







