body {
    font-family: 'Open Sans', sans-serif;
    color: black;
}

/*hide trade in section on credit application*/
#creditAppForm .sectionTradeIn {
    display: none;
}

@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: #ffffff url(https://psmfirestorm.blob.core.windows.net/e536ee03-34a0-426c-bf1a-24f40df044c0/background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/e536ee03-34a0-426c-bf1a-24f40df044c0/background-2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-position: bottom;
    }
}

a {
    color: #d9251c;
    transition: 0.3s;
}

a:focus,
a:hover {
    color: black;
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

@media (min-width: 1500px) {
.topSection .container,
#main-nav .container {
    width: 1470px;
}
}

.topSection {
    position: relative;
    background-color: black;
    margin-top: -25px;
}

.topSection:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/12610fff-8b0b-4886-8027-7bf6efdbdc77/btn-back.jpg);
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    filter: opacity(0.85);
}

.oemSection,
.secBtnSection {
    position: relative;
    margin-top: 0!important;
    background-image: url(https://psmfirestorm.blob.core.windows.net/e536ee03-34a0-426c-bf1a-24f40df044c0/background-2.jpg);
    background-size: cover;
    background-position: 50% 50%;
    padding: 60px 0;
}

#promotions-page,
#inventory-page,
#calendar-page {
    margin-top: 30px;
}

.typeSection,
.aboutSection {
    position: relative;
    margin-top: 0!important;
    padding: 60px 0;
}

.typeSection:before,
.aboutSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/83b240c0-80c8-4d63-b175-6e5f12c6a941/diamond_plate.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
    background-attachment: fixed;
}

.featuredSection {
    background-color: white;
    margin-top: 0!important;
    padding-top: 60px;
}

@media (min-width: 1500px) {
.featuredSection .container {
    width: 1470px;
}
}

.formSection {
    margin-top: 0!important;
    position: relative;
    padding: 60px 0;
}

.formSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/331bd05b-1ff0-4f15-957d-cd1054cc187c/utv-background.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}








/* HEADER */

header.body {
    background-color: white;
    position: relative;
    z-index: 44;
}

header.body:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/e536ee03-34a0-426c-bf1a-24f40df044c0/background-2.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-position: 50% 50%;
}

.header-container {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    position: relative;
}

.header-logo {
    flex: 0 0 16%;
    z-index: 7;
}

.header-slogan {
    text-align: center;
    flex: 0 0 27%;
}

.header-slogan .main {
    font-size: 38px;
    font-weight: 700;
    color: #d9251c;
    line-height: 38px;
    text-shadow: 2px 2px 2px black;
}

.sub-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: auto;
    font-size: 14px;
}

.sub-wrapper span:nth-child(1):after,
.sub-wrapper span:nth-child(2):after,
.sub-wrapper span:nth-child(3):after,
.sub-wrapper span:nth-child(4):after {
    content: "|";
    padding: 12px;
    color: #d0d0d0;
}

.header-slogan .main span {
    color: black;
    font-style: italic;
    display: block;
    text-shadow: none;
}

.header-slogan > div:nth-child(2) {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.header-slogan > div:nth-child(2) div {
    flex: 0 0 50%;
    text-align: right;
    padding-right: 10px;
}

.header-slogan marquee {
    max-height: 14px;
}

.header-block .dealer-phone {
    font-size: 24px;
    display: block;
    font-weight: 700;
    text-align: right;
}

.header-block {
    text-align: right;
    flex: 0 0 18%;
}

.header-block .dealer-address {
    display: block;
}

.header-block .contact {
    font-size: 14px;
}

.headerInfo {
    flex: 0 0 29%;
    text-align: center;
}

.phones {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}

.phones .dealer-phone {
    flex: 0 0 100%;
    font-size: 31px;
}

.headerInfo a {
    color: black;
}

.socialLinks {
    display: flex;
    justify-content: flex-end;
}

.socialLinks a {
    padding: 0 15px;
    font-size: 24px;
}

.headerHours {
    text-align: center;
}

.headerHours h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.headerInfo .dealer-address {
    margin-right: 15px;
    position: relative;
}

.headerInfo .dealer-address:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    right: -6px;
}







/* NAVIGATION */

#main-nav {
    background-color: black;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
}
}

.navbar-nav > li > a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    font-size: 16px;
}

.navbar-nav > li > a:after {
    content: '';
    width: 2px;
    height: 70%;
    background-color: #d9251c;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-nav > li:last-child > a:after {
    display: none;
}

.navbar {
    min-height: unset;
    border: none;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    color: #d9261d;
}

#main-nav li.dropdown.open ul {
    z-index: 2041;
}

.social-media-icons {
    display: none;
}






/* CONTENT */

.home-section-1 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a2d0fcf2-e5b2-46ae-851d-b43fb9784f7c/background-field-12_21.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    padding: 0 0 30px;
}

.home-btn-wrapper {
    background-color: rgb(0 0 0 / 39%);
    text-align: center;
    padding: 10px;
}

.home-btn-wrapper h1 {
    margin-top: 0;
    color: #d9251c;
    text-shadow: 2px 2px 3px black;
}

.home-btn-wrapper h1 span {
    color: white;
}

.home-btn-wrapper p {
    color: white;
}

.home-btn-container {
    display: flex;
    flex-flow: column;
}

.home-btn-container a {
    background-color: #d9251c;
    text-align: center;
    margin: 5px 0;
    color: white;
}

.home-btn-container a:hover {
    transform: scale(1.1);
}

.home-btn-block {
    padding: 10px;
}

.home-btn-block h2 {
    margin: 0;
    font-size: 20px;
}

.home-btn-container a:hover span {
    letter-spacing: 5px;
    color: #d9251c;
}

.homebottomsection {
    background: black;
    color: white;
}

.home-about {
    width: 700px;
    margin: auto;
    padding: 30px 0 0;
}

.home-about h3,
.home-about h1 {
    text-align: center;
    margin: 0;
}

.home-about h3 {
    color: #5d5d5d;
    position: relative;
    font-style: italic;
    letter-spacing: 2px;
}

.home-about h3:before {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #b3b3b3;
    position: absolute;
    margin-left: -28px;
    top: 10px;
}

.home-about h3:after {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #b3b3b3;
    position: absolute;
    margin-left: 7px;
    top: 10px;
}

.home-about h1 {
    color: #d9261d;
    letter-spacing: 5px;
}

.home-about p {
    font-size: 16px;
}

.home-about a:hover {
    color: #dddddd;
}

.searchDiv {
    width: 70%;
    margin: 45px auto;
}

.siteSearch {
    display: flex;
    margin-top: 15px;
}

.siteSearch .form-control {
    background-color: black;
    color: white;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}

.siteSearch button {
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: red;
    color: white;
    border: 2px solid black;
}

.p-header {
    position: relative;
    height: 200px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    margin: 0;
    position: absolute;
    bottom: 15px;
    width: max-content;
    font-size: 45px;
    padding: 1px 15px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%) skewX(-10deg);
    background-color: red;
    color: white;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 69%);
}

a.promo-link {
    color: #d9251c;
}

a.promo-link:hover {
    color: black;
}

.slideContainer {
    display: flex;
    flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
}
.slideContainer > div {
    flex: 0 0 50%;
}
.thumbs {
    padding: 15px;
    cursor: pointer;
}
.thumbs img,
#largeView img {
    border: 2px #d9271d solid;
    box-shadow: 3px 3px 0 black;
}
#overlay {
    position: fixed;
    display: none;
    z-index: 199;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

#largeView {
    position: fixed;
    display: none;
    width: 90%;
    left: 5%;
    top: 25vh;
    z-index: 200;
    border-radius: 12px;
}
@media (min-width: 768px) {
    #largeView {
        width: 80%;
        left: 10%;
        top: 10vh;
    }
}
@media (min-width: 992px) {
    .slideContainer > div {
        flex: 0 0 25%;
        -ms-flex: 0 0 auto;
    }
    #largeView {
        width: 50%;
        left: 25%;
        top: 10vh;
    }
}

.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
    color: #d9251c;
}

.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: #e6e6e6;
    border-color: #cccccc;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.department-container .department {
    padding: 20px 0;
    background: transparent;
}

.department .title {
    border: 1px solid #e4e4e4;
    background: #e4e4e4;
}

.department .employee {
    background: #fff;
}

.department .employee .name p {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    font-size: 16px;
    margin-bottom: 0;
}

.about-pic {
    float: right;
    width: 38%;
    padding: 10px 0 10px 10px;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

.blog-filters,
.blog-posts .post,
#blog-page .post {
    background: rgba(255, 255, 255, 0.6);
}

.btn-readMore {
    background: #d9251c;
}

.serv-pic {
    float: right;
    width: 52%;
    padding: 0 0 10px 10px;
}

.homeSlider {
    margin-top: 4%;
}

.oemWrapper h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
}

.oemContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    text-transform: uppercase;
}

.oemContainer > div {
    padding: 15px;
}

.oemBtnLinks {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.oemBtnLinks a:nth-child(1) {
    font-weight: 600;
    margin-right: 15px;
    position: relative;
}

.oemBtnLinks a {
    color: black;
}

.oemBtnLinks a:nth-child(1):after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #d9251c;
    position: absolute;
    right: -10%;
}

.oemWrapper > div > div:nth-child(3) > img {
    max-width: 250px;
}

.oemBtnLinks a:hover {
    color: #d9251c;
}

.btnContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
}

.btnContainer a {
    flex: 0 0 49%;
    position: relative;
    z-index: 4;
    margin: 15px 0;
    background-color: black;
    border-left: 10px solid;
    height: 35vh;
}

.btnContainer a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    filter: opacity(0.75);
    transition: .3s;
}

.btnContainer a:hover:before {
    filter: opacity(1);
}

.btnContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/164f5353-18bc-40f9-a9a3-8b34274c8cef/btn-1.jpg);
}

.btnContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f5aa3cd2-aa96-4957-a5a5-774f66292d92/btn-2.jpg);
}

.btnContainer a:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/0d1b4ed6-eadd-48b0-98ce-f861d3299eba/btn-3.jpg);
}

.btnContainer a:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d908eca6-3c48-436f-8298-d1185ec3de2d/btn-4.jpg);
}

.btnContainer h2 {
    margin: 0;
    font-size: 2.4vw;
    position: absolute;
    bottom: 2%;
    left: 2%;
    color: white;
    text-shadow: 2px 2px 3px black;
}

.aboutContainer {
    display: flex;
    color: white;
}

.aboutContainer h5 {
    text-align: center;
    font-size: 21px;
}

.aboutContainer div:nth-child(1) {
    flex: 0 0 30%;
    margin-right: 25px;
}

.aboutContainer > div:nth-child(2) {
    line-height: 28px;
    text-align: justify;
}

.aboutContainer h4 {
    margin-top: 30px;
    text-align: center;
    font-size: 27px;
}

.socialContainer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
    justify-content: space-around;
    text-align: center;
    padding: 10px 0 40px;
}

.socialContainer:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/1ee66b91-6141-4596-8a3c-4853631258a0/paper.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: bottom;
    z-index: -1;
    filter: drop-shadow(2px 4px 6px black);
}

.socialContainer a {
    padding: 35px 0;
    flex: 0 0 50%;
}

.socialContainer a:hover {
    transform: scale(1.1);
}

.socialContainer img {
    max-width: 200px;
}

.secBtnContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.secBtnContainer a {
    flex: 0 0 48%;
    background-color: #d9251c;
    color: white;
    margin: 10px 0;
    border-left: 8px solid black;
    padding: 20px 20px 20px 45px;
}

.secBtnContainer h3 {
    margin: 0;
}

p.altApp {
    font-weight: 700;
    font-size: 18px;
}








/* FEATURED INVENTORY */

.featuredInventory h2 {
    position: relative;
    text-align: center;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
    padding: 8px 0;
    font-weight: 800;
    text-transform: uppercase;
    bottom: 0;
    color: white;
    background-color: #d9251c;
}

.single-item-slider .item {
    background-color: rgb(255, 255, 255);
    border: none;
}

.single-item-slider .item-detail .name {
    color: black;
    text-transform: uppercase;
}

.single-item-slider .slider-inner .item {
    width: 218px;
}

.single-item-slider .slider-outer {
    height: 275px;
}







/* INVENTORY */

.widget-FeaturedVehicles .blurbBanner span,
.blurbBanner span,
.price-container.primary,
.stocknumber,
.price.notes {
    font-weight: 700;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.siteSearch-M input {
    border: 1px solid #b8b8b8;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    text-transform: uppercase;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 22px;
    padding-right: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 5px solid #dbdbdb;
}

.inventory-container .vehicle:hover {
    background-color: #fff;
    transition: 0.4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
    min-height: 39px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: black;
    font-weight: 100;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .price-box {
    background-color: #d92519;
    padding: 4px 0;
}

#ModalVehicleInquiry {
    background: #e4e4e4;
    border: 2px #d9261d solid;
}

#ModalVehicleInquiry .vdpinquiryheader {
    text-align: left;
}

/* FORMS */

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control,
.vdp-inquire span {
    position: relative;
    right: unset;
    top: unset;
}

.form-control {
    font-size: 14px !important;
    margin: 5px 0;
    border: none;
    box-shadow: none;
    background-color: white;
    border-radius: 0;
    transition: .3s;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: rgb(216 216 216);
    padding: 10px;
    color: black;
}

.secform {
    margin-top: 30px;
}

.form-header-text {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    font-style: italic;
}

.forms-title-section {
    text-align: center;
    font-style: italic;
    margin-bottom: 3px;
}

.btn-primary {
    color: #fff;
    background-color: #d9251c;
    border: 2px solid #d9251c;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 10px auto;
    display: block;
    transition: 0.3s;
    box-shadow: 2px 2px 0 black;
    font-weight: 700;
    border-radius: 0;
}

.btn-sec {
    width: max-content;
}

.btn-primary:hover {
    color: #000;
    background-color: #d9251c;
    border-color: #d9251c;
    box-shadow: none;
    transform: translate(2px, 2px);
}

.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 {
    color: #000;
    background-color: #d9251c;
    border-color: #d9251c;
    box-shadow: none;
    transform: translate(2px, 2px);
}

.inquiryformcontainer {
    font-size: 16px;
    background-color: #e4e4e4;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}

.vdpinquiryheader {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    color: #d9251c;
}

.locationBox {
    background-color: #e4e4e4;
}

#Form1151 > div:nth-child(1) > fieldset > div:nth-child(n + 2):nth-child(-n + 5),
#Form1151 > div:nth-child(1) > fieldset > div:nth-child(n + 7):nth-child(-n + 9),
#Form1154 > div:nth-child(1) > fieldset > div:nth-child(n + 2):nth-child(-n + 7) {
    display: inline-block;
    padding: 0 5px;
}

#Form1151 > div:nth-child(1) > fieldset > div:nth-child(n + 2):nth-child(-n + 5),
#Form1154 > div:nth-child(1) > fieldset > div:nth-child(n + 2):nth-child(-n + 7) {
    width: 50%;
}

#Form1151 > div:nth-child(1) > fieldset > div:nth-child(n + 7):nth-child(-n + 9) {
    width: 33%;
}

#Form1151 > div:nth-child(1) > fieldset > div:nth-child(n + 10),
#Form1154 > div:nth-child(1) > fieldset > div:nth-child(n + 8) {
    padding: 0 5px;
}

@media (min-width: 768px) {
#Form16199 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form16199 > div:nth-child(1) > fieldset > div:nth-child(n+6) {
    padding: 0 5px;
}
}

/* FOOTER */

footer.body .outer-wrapper {
    text-align: center;
    background-color: #fff;
    color: #5f5f5f;
}

footer.body .outer-wrapper a,
footer.body .outer-wrapper a:visited,
footer.body .outer-wrapper a:active {
    color: #000;
}

.homemapwrapper {
    position: relative;
    padding-bottom: 11%;
}

.homemapwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerbackground {
    background-color: black;
    padding: 0 10px 35px;
    line-height: 22px;
    color: white;
}

.footercontainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.footercontainer a:hover {
    color: white;
}

.footerblock ul {
    list-style: none;
    padding: 0;
}

.footerblock ul li:before {
    content: "\f178";
    font-family: fontawesome;
    padding-right: 5px;
    color: #b3b3b3;
    transition: .3s;
}

.footerblock ul li {
    padding: 15px 0;
}

.footerinnerblock .dealer-phone {
    font-size: 30px;
    font-weight: 700;
    margin-top: 7px;
    display: block;
}

.footersocial {
    display: flex;
    justify-content: center;
}

.footersocial a {
    font-size: 25px;
    padding: 0 12px;
}

.footertable {
    margin: 0 auto;
}

.footertable td:last-child {
    padding-left: 15px;
}

.footertable td:first-child {
    font-weight: 700;
    text-transform: uppercase;
}

.footerblock ul li:hover:before {
    color: white;
}

#DealerLocationContainer .map {
    display: none;
}

#content-container {
    padding-bottom: 30px;
}

#home-page {
    margin-bottom: -30px;
}

@media (max-width: 767px) {
    header.body {
        height: auto;
        position: fixed;
        width: 100%;
        z-index: 2040;
        background: black;
        top: 0;
        overflow-y: auto;
    }
    #main-nav {
        margin-top: 0;
        max-height: calc(100vh - 120px);
    }
    .header-container {
        width: 100%;
        padding: 0;
    }
    .contact {
        display: none;
    }
    .header-slogan .main {
        color: #d9251c;
        font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (768 - 320)));
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: calc(25px + (0 - 25) * ((100vw - 320px) / (768 - 320)));
    }
    .header-slogan .sub-wrapper {
        font-size: calc(7px + (14 - 7) * ((100vw - 320px) / (768 - 320)));
        position: absolute;
        top: calc(86px + (82 - 86) * ((100vw - 320px) / (768 - 320)));
        color: white;
    }
    .searchDiv {
        margin: 6% auto;
    }
    .featuredinventory {
        padding-bottom: 30px;
    }
    .sub-wrapper span:nth-child(1):after,
    .sub-wrapper span:nth-child(2):after,
    .sub-wrapper span:nth-child(3):after,
    .sub-wrapper span:nth-child(4):after {
        padding: 2px;
    }
    .header-slogan .main span {
        display: block;
    }
    .header-block {
        padding-right: 5px;
        flex: 100%;
    }
    .header-block .dealer-phone {
        display: inline;
    }
    .home-about,
    #main-nav {
        width: 100%;
    }
    #main-nav .navbar-toggle {
        color: white;
    }
    #main-nav .dropdown-menu > li > a {
        color: white;
    }
    .header-block .dealer-phone:hover,
    .header-block .dealer-phone:focus {
        color: white;
    }
    .navbar-nav > li > a {
        padding: 20px 15px;
    }
    #main-nav .dropdown-menu > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
#main-nav .navbar-brand {
    display: none!important;
}
    #content-container {
        margin-top: 188px;
    }
    .home-btn-container a {
        min-width: 305px;
        margin: 20px 10px 0;
    }
    .home-about {
        padding-top: 0;
        padding-bottom: 0;
    }
    .home-about h1 {
        font-size: 9vw;
    }
    .socialLinks {
        display: none;
    }
    .slideContainer {
        margin-top: -30px;
    }
    .thumbs {
        padding: 10px;
    }
    .homemapwrapper {
        padding-bottom: 150px;
    }
    #filters-modal,
    #ModalVehicleInquiry {
        top: 60px;
        z-index: 2041;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 140px);
        overflow-y: auto;
    }
    #promotions-page,
    #inventory-page,
    #calendar-page,
    #vdp-container {
        padding-top: 15px;
    }
    .pageheader {
        padding: 0;
    }
    .p-header h1 {
        font-size: 9vw;
    }
    .servtext,
    .partstext {
        order: 1;
    }
    .servtext > .widget-inner,
    .servform > .widget-inner,
    .partsform > .widget-inner {
        margin-top: 0 !important;
    }
    .serv-pic,
    .about-pic {
        float: none;
        width: 100%;
        padding: 10px;
    }
    #Form1151 > div:nth-child(1) > fieldset > div:nth-child(n + 2):nth-child(-n + 5),
    #Form1154 > div:nth-child(1) > fieldset > div:nth-child(n + 2):nth-child(-n + 7),
    #Form1151 > div:nth-child(1) > fieldset > div:nth-child(n + 7):nth-child(-n + 9) {
        width: 100%;
    }
    .department .employee {
        max-width: 250px;
    }
    .maptext {
        margin-top: -30px;
        text-align: center;
    }
    .maptext .dealer-name {
        font-size: 6.5vw;
    }
    .maptext > h3 {
        font-size: 5vw;
    }
    .mapandhourstbl {
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 212px;
    }
    .maptext .dealer-name {
        font-size: 30px;
    }
    .sub-wrapper span:nth-child(3):after {
        display: none;
    }
}



@media (min-width: 992px) {
    .footercontainer {
        width: 940px;
    }
    .footercontainer {
        flex-direction: row;
        text-align: left;
    }
    .home-about {
        width: 800px;
        padding: 30px 0 50px;
    }
    .footerbackground {
        padding: 35px 10px;
    }
    .footerblock ul li {
        padding: 0;
    }
    .header-block .contact {
        font-size: 16px;
    }
    .socialLinks a {
        font-size: 32px;
    }
    .sub-wrapper {
        font-size: 18px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 210px;
    }
    #DealerLocationContainer .map {
        display: block;
    }
    .maptext .dealer-name {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .footercontainer {
        width: 1180px;
    }
    .sub-wrapper {
        font-size: 26px;
    }
    .header-block .dealer-phone {
        font-size: 33px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 205px;
    }
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #26262c;
    display: none;
}
#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 850px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
#boxes #dialog {
    width: 450px;
    height: auto;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    font-size: 15pt;
}
.close {
    opacity: 1;
    color: red;
    text-shadow: none;
}
.agree:hover {
    background-color: #d1d1d1;
}
.popupoption:hover {
    background-color: #d1d1d1;
    color: green;
}
.popupoption2:hover {
    color: red;
}
#homePop h3 {
    color: black;
}



@media (max-width: 991px) {
.siteSearch-M button {
    height: 34px;
    margin-top: 5px !important;
}

.servform,
.partsform {
    order: 2;
}
}






@media (max-width: 1499px) {
.header-container {
    width: 1170px;
}

.navbar-nav > li > a {
    padding: 15px 10px;
}

.headerInfo {
    flex: 0 0 34%;
}

.header-slogan .main {
    font-size: 33px;
}

.header-slogan > div:nth-child(2) div {
    flex: 0 0 37%;
}
}





@media (max-width: 1199px) {
.header-container {
    width: 970px;
}

.header-slogan .main {
    font-size: 28px;
    line-height: 30px;
}

.navbar-nav > li > a {
    padding: 15px 7px;
    font-size: 13px;
}

.headerInfo .dealer-address {
    margin-right: 0;
    display: block;
}

.headerInfo .dealer-address:after {
    display: none;
}

.home-btn-container {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-btn-container a {
    flex: 0 0 49%;
}

.homeSlider {
    margin: 25px 0;
}
}





@media (max-width: 991px) {
.header-container {
    width: 740px;
}

.header-slogan .main {
    font-size: 22px;
    line-height: 25px;
}

.header-slogan > div:nth-child(2) {
    font-size: 14px;
}

.header-slogan > div:nth-child(2) div {
    flex: 0 0 25%;
    padding-right: 5px;
}

.phones .dealer-phone {
    font-size: 25px;
}

#main-nav .nav > li > a {
    font-size: 10px;
    padding: 15px 4px;
}

.siteSearch {
    margin: 10px 0;
}

.home-btn-block h2 {
    font-size: 21px;
    line-height: 22px;
    letter-spacing: 1px;
}

.oemWrapper > div > div:nth-child(3) > img {
    max-height: 50px;
}

.p-header {
    height: 150px;
}

.p-header h1 {
    font-size: 35px;
}
}





@media (max-width: 767px) {
.header-container {
    width: 100%;
    padding-right: 15px;
}

.oemContainer {
    flex-flow: column;
    align-items: center;
}

.oemWrapper img {
    max-width: 200px;
}

.btnContainer a {
    border-left: 7px solid;
    height: 14vh;
    flex: 0 0 100%;
}

.btnContainer h2 {
    font-size: 6vw;
}

.home-btn-container {
    justify-content: center;
}

.aboutContainer {
    flex-flow: column;
}

.aboutContainer div:nth-child(1) {
    margin-right: 0;
}

.header-slogan {
    display: none;
}

.headerHours {
    position: absolute;
    color: white;
    bottom: -51px;
    left: 15px;
}

.header-logo {
    flex: 0 0 35%;
}

.headerInfo {
    flex: 0 0 64%;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

.typeSection {
    padding: 5px 0 25px;
}

.home-btn-wrapper h1 {
    font-size: 30px;
}

.header-logo img {
    max-width: 127px;
}

.typeSection:before, .aboutSection:before {
    z-index: 0;
}

.topSection {
    margin-top: 0;
}

.pageheader .p-header h1 {
    font-size: 7vw;
}

#boxes #dialog {
    width: 100%;
    left: 0 !important;
}

.close span {
    margin-right: 0 !important;
    margin-top: 0px !important;
    position: absolute;
    top: 15px;
    right: 15px;
}
}


