body {
    font-family: franklin-gothic-atf, sans-serif;
    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/bdadbfae-8547-409a-9065-6eedc1747a94/dealership-photo.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/bdadbfae-8547-409a-9065-6eedc1747a94/dealership-photo.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}

.aa-exp-banner {
    margin-top: -25px;
}




#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: white;
    padding: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#home-page {
    margin-bottom: -30px;
}

#home-page #section-1 {
    margin-top: -25px;
}

#home-page #section-3,
#home-page #section-4,
#home-page #section-5 {
    margin-top: 0!important;
}

#home-page #section-4 {
    background-color: white;
    padding: 15px;
}

.home-bottom-section {
    background-image: url(https://psmfirestorm.blob.core.windows.net/ce1e8db5-43b4-4d75-8c53-306bfedbb274/sunset-lake.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 5% 0;
}

#content-container {
    padding-bottom: 30px;
}

.dealershipSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/bdadbfae-8547-409a-9065-6eedc1747a94/dealership-photo.jpg);
    background-size: cover;
    background-position: 0 0px;
    text-align: center;
    position: relative;
    box-shadow: inset 0px 0px 30px black;
    margin-top: -25px!important;
    padding: 18% 0;
}

.btnSection {
    margin-top: 0!important;
    background-color: black;
    position: relative;
}

/*
.btnSection:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/bb914661-f746-472d-86bd-7c759074f9a8/divider-2.jpg);
    width: 100%;
    height: 30px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: -30px;
}
*/

.typeSection {
    background-color: white;
}







/* GLOBAL THEME FONT COLORS */
body {
    color: #000;
}

a {
    color: #000000;
    transition: .3s;
    font-weight: 700;
}

a:hover, a:focus {
    color: #ff6600;
    text-decoration: none;
}

legend { color: #fff; }

.vdp-inquire {
    color: #fff;
}








/* HEADER */

header.body {
    background-color: black;
    margin-top: 51px;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    padding: 10px;
}

.headerContainer a {
    color: white;
}

.headerContainer div {
    padding: 5px;
    color: white;
}

.headerBlock {
    flex: 0 0 30%;
}

.headerBlock .dealer-address,
.headerBlock .dealer-phone {
    display: block;
}

.headerBlock .dealer-phone {
    font-size: 33px;
    color: #ff6600;
}

.headerLogo {
    flex: 0 0 40%;
    text-align: center;
}

.headerLogo img {
    max-width: 516px;
}

.headerLogo h1 {
    margin: 0;
    font-size: 67px;
    letter-spacing: 33px;
    margin-left: 22px;
}

.headerSocial {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerSocial a {
    font-size: 20px;
    margin: 10px;
}

.headerSocial .btn-primary {
    font-size: 18px;
    margin: 0;
}

.headerSocial .btn-primary:hover {
    transform: scale(.95);
}

.siteSearch {
    display: flex;
    width: 300px;
    margin-left: auto;
}

.siteSearch .form-control {
    background-color: white;
    color: black;
    margin: 0;
    border: none;
    padding: 18px 12px;
}

.siteSearch .btn-primary {
    border: none;
    margin: 0;
    border-left: none;
    font-size: 17px;
}

.siteSearch .btn-primary:hover {
    transform: none!important;
    border: none;
    background-color: black;
}

.headerContainer div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerContainer .textClub .fa, 
.headerContainer .textClub span {
    display: block;
}

.headerContainer .textClub {
    text-align: center;
    font-size: 14px;
}

.headerContainer .textClub .fa {
    font-size: 30px;
}







    

/* NAVIGATION */
#main-nav {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
    box-shadow: 0px 0px 10px black;
}

    #main-nav .navbar { border: none; }

.navbar-nav>li>a {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 8px;
}

#main-nav .nav > li > a:hover, #main-nav .nav > li > a:focus, #main-nav .nav > li.active > a, #main-nav .nav .open > a, #main-nav .nav .open > a:hover, #main-nav .nav .open > a:focus, #main-nav .nav > li.active > a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #ff6600;
}

.breadcrumb {
    background-color: #e2e2e2;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between; }
}

.social-media-icons {
    display: none;
}












/* CONTENT */

.dpsAnimated {
    position: relative;
    z-index: 3;
}

.modelcontainer {
    display: flex;
    background-color: white;
    margin-top: -25px;
    position: relative;
    filter: drop-shadow(0px 3px 2px black);
}

.modelcontainer a {
    flex: 0 0 25%;
}

.modelblock {
    position: relative;
    overflow: hidden;
}

.modelblock-back {
    filter: opacity(.3) grayscale(1);
    transition: .5s;
    width: 100%;
}

.modelblock .studio-pic {
    position: absolute;
    left: 0;
    padding: 13% 0 0;
    transition: .5s;
    margin: auto;
    text-align: center;
    right: 0;
    bottom: 0;
}

.modelblock:hover .studio-pic {
    bottom: 16%;
    transition: .5s;
}

.modeltext {
    position: absolute;
    top: 0;
    color: white;
    text-align: center;
    width: 100%;
    transition: .5s ease;
}

.modeltext h3 {
    text-transform: uppercase;
    font-size: 2.5vw;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.73);
    padding: 2% 1%;
    transition: .3s ease;
    text-shadow: 1px 1px 1px black;
}

.modelblock:hover h3 {
    color: #ff6600;
    background-color: black;
}

.modelblock:hover .modelblock-back {
    transform: scale(1.5);
    transition: 5s;
}

.widget-UpcomingEvents {
    padding-top: 5px;
    border: 3px solid;
    background-color: black;
}

.widget-UpcomingEvents h2 {
    color: #ff6600;
}

@media (max-width: 767px) {
.widget-UpcomingEvents h2 {
    padding: 0; }
}

#CustomEventWidget {
    background: #000;
    border: none;
}

.widget-UpcomingEvents h2, .widget-UpcomingEvents h3 {
    text-align: center;
}

.eventInfo h4 {
    text-transform: uppercase;
}

#CustomEventWidget .eventDate {
    background-color: #868686;
}

#CustomEventWidget .calEvent {
    overflow: visible;
}

.eventInfo {
    flex: 0 0 90%;
}

.eventInfo p {
    min-height: 6em;
    max-height: 6em;
}

.map-wrapper {
    position: relative;
    padding-bottom: 27%;
    margin-top: 30px;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl {
    width: 50%;
    float: left;
}

.p-header {
    position: relative;
    margin-bottom: 30px;
}

.p-header h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 75px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
    color: #ff6600;
}

.text-club-wrapper {
    position: relative;
    padding-bottom: 360px;
    height: 0;
    overflow: hidden;
}

.text-club-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-about-background {
    background-image: url(https://psmfirestorm.blob.core.windows.net/3d2b6dd5-acb0-4e00-bc39-4509d0546975/dealership-about.jpg);
    background-size: cover;
    background-position: top center;
}

.home-about {
    width: 811px;
    margin: auto;
    padding: 100px 15px;
    text-align: center;
    line-height: 35px;
}

@media (min-width: 768px) {
.home-about-text .btn-primary {
    float: right;
}
}

.home-about h3,
.home-about h1 {
    margin: 0;
}

.home-about > div span {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.home-about h1 {
    letter-spacing: 4px;
    color: #ff6600;
    text-shadow: 1px 1px 1px black;
}



.home-about-wrapper {
    padding: 40px 0;
    color: white;
}

.home-about-wrapper h3 {
    text-align: center;
    margin: 0px;
    font-size: 32px;
    text-shadow: 1px 1px 1px black, 0 0 5px black;
    letter-spacing: 5px;
}

.home-about-wrapper h1 {
    text-align: center;
    margin-top: 0;
    font-size: 44px;
    text-shadow: 0 0 10px black, 2px 2px 2px black;
}

.home-about-container {
    width: 100%;
    margin: auto;
}

.home-about-pic {
    flex: 0 0 60%;
}

.home-about-text {
    background-color: white;
    height: max-content;
    margin-top: 0;
    padding: 10px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.50);
    color: black;
}

.service-text ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.service-text ul li {
    flex: 0 0 50%;
}

.service-text ul li:before {
    content: '\f21c';
    font-family: fontawesome;
    padding-right: 5px;
}

.mcButtons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#employees-team-page {
    background-color: white;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 60px;
}

.department-container .department {
    background: #e5e5e5;
}

.department .title {
    background: #000;
    color: white;
}

.department-container {
    margin-bottom: 30px;
}

.department .employee {
    background: #fff;
}

.department .employee .name p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.maphourswrapper {
    display: flex;
    flex-direction: column;
}

.mapandhourstbl td:last-child {
    padding-left: 20px;
}

.hoursblock {
    flex: 0 0 50%;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    color: white;
}

.btnContainer > div:nth-child(1) {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9707e47f-07a6-4535-92b8-d21c3e16152a/background.jpeg);
    background-size: cover;
    background-position: center;
}

.btnContainer > div:nth-child(1) div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgb(0 0 0 / 67%);
    padding: 3%;
}

.btnContainer > div:nth-child(1) > div > h3 {
    font-size: 1.5vw;
    margin-top: 0;
}

.btnBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 1%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/d6ce7b60-d068-4adf-8b70-56d3c2ec96da/btn-back.jpeg);
    background-size: cover;
}

.btnBlock a {
    flex: 0 0 32%;
    margin: 10px 0;
    text-align: center;
    color: white;
    text-shadow: 3px 3px 3px black;
}

.btnBlock a:nth-child(1), 
.btnBlock a:nth-child(2) {
    margin: 10px 32%;
}

.btnBlock a:nth-child(2) {
    order: 5;
}

.btnBlock a:nth-child(4) {
    order: 4;
}

.btnBlock a:nth-child(5) {
    order: 3;
    flex: 0 0 30%;
}

.btnBlock a:hover {
    transform: scale(1.2);
    background-color: black;
    z-index: 4;
}

.btnBlock a:nth-child(5):hover {
    background-color: transparent;
}

.btnBlock div {
    /* background-color: black; */
    text-align: center;
    /* background-image: url(https://psmfirestorm.blob.core.windows.net/6e2d304f-930c-4a27-9913-756bfcf65a05/btn-back.jpg); */
    background-size: cover;
    background-position: center;
    padding: 14% 0;
    position: relative;
    z-index: 2;
    border: 3px solid #868686;
    box-shadow: 0 0 10px black;
}

.btnBlock a:nth-child(5) div {
    border: none;
    background-image: none;
    box-shadow: none;
}

.btnBlock a:nth-child(5) div:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/d27cfd32-30ca-4dcd-b974-05ae11ebc637/2022-grand_am_tour.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    filter: opacity(0.5);
}

.btnContainer > div {
    flex: 0 0 50%;
    position: relative;
}

.btnBlock h3 {
    margin: 0;
    font-size: 1.5vw;
}

/*.btnBlock a:nth-child(5) h3 {
    font-size: 1vw;
}*/

.btnBlock h3 span {
    display: block;
}

.btnBlock a:nth-child(3) h3 {
    min-height: 6.5vw;
    padding-top: 9%;
}

.typeContainer {
    display: flex;
    justify-content: space-around;
    width: 1470px;
    margin: auto;
    align-items: flex-end;
    text-align: center;
    padding: 60px 15px;
}

.typeContainer a {
    padding: 15px;
}

.typeContainer a span {
    font-weight: 400;
    color: black;
}

.typeContainer a img {
    transition: .4s;
}

.typeContainer a:hover img {
    transform: translateY(-10px);
}

.typeContainer h3 {
    color: #ff6600;
}

.ytp-embed:not(.ad-showing) .ytp-player-content:not(.ytp-upnext) {
    display: none!important;
}

.blog-filters,
.blog-posts .post, #blog-page .post {
    background: transparent;
}




/* VIDEO BACKGROUND STYLES */



.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: 0;
    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 */













/* BILLBOARD */
.carousel-control { border-color: #000; opacity: .55; filter: alpha(opacity=55); }
@media (min-width: 768px) {
    .widget-Billboard .carousel { box-shadow: -30px 0px 40px -30px rgba(0, 0, 0, 0.8), 30px 0px 40px -30px rgba(0, 0, 0, 0.8); }
}


/* FEATURED VEHICLES */

.single-item-slider .slider-outer {
    height: 300px;
}

.single-item-slider .item-detail .price {
    padding: 0 3%;
     font-weight: 700;
    bottom: 0;
    text-transform: uppercase;
}

.single-item-slider .item-detail .name {
    font-weight: 400;
}

.featuredinventory h2 {
    text-align: center;
    padding-top: 15px;
    color: #ff6600;
}

.h-featured-text {
    color: white;
}


.single-item-slider .item .item-inner {
    border-radius: 0px;
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.single-item-slider .item {
    background-color: #000000;
    border: 3px solid #999999;
    border-radius: 0px;
    color: white;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.featuredinventory h2 {
    display: none;
}

.h-featured-text h2 {
    font-size: 65px;
    margin: 20px 0 0;
    line-height: 60px;
    text-shadow: 2px 2px 2px black, 0 0 10px black;
}

.h-featured-text span {
    font-size: 45px;
    margin-top: 0;
    letter-spacing: 6px;
    transition: .3s;
}

.h-featured-text a {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin-top: 40px;
    position: relative;
    text-shadow: 0 0 5px black;
    color: white;
    text-align: center;
}

.h-featured-text a:after {
    content: '\21E8';
    font-size: 44px;
    color: #d7d7d7;
    position: absolute;
    top: -23px;
    right: unset;
    transition: .3s;
}


.h-featured-text a:hover:after {
    transform: translateX(36px);
    color: #ff6600;
}










/* INVENTORY */

.inventory-image.suggested-unit-image {
    height: 180px;
}

#SimilarVehicles .vehicle-box:hover {
    transform: scale(1.05);
}

.inventory-container .vehicle .cta-box {
    top: 3px;
}

.inventory-container .toolbar { border-color: #777; background-color: #666; color: #fff; }

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

#filter-accordions .panel {
    margin-bottom: 5px;
    background-color: #9f9f9f;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}

.inventory-container .vehicle { 
    border-color: transparent;
    transition: .3s; 
}

.inventory-container .vehicle:hover {
    background-color: #e3e3e3;
}

    .inventory-container .vehicle .title a { color: black; }
.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: #fff; }
#filters-box .panel-heading { border-bottom: none; }

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    background-color: #9f9f9f;
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: white;
}

.inventory-container .vehicle .price {
    font-size: 21px;
    text-align: center;
    padding-right: 0;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    padding: 8px 0;
}

.vehicleyearmake {
    font-weight: 400;
}

.inventory-container .vehicle .thumb {
    height: 165px;
    line-height: 161px;
}

.inventory-container .vehicle .price-box {
    background-color: #000000;
}

.vehicle-box {
    border: 2px solid #9f9f9f;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: black;
}

#ModalVehicleInquiry {
    border: 2px #800000 solid;
    z-index: 400;
    background: #000000;
}

#ModalVehicleInquiry .vdpinquiryheader {
    text-align: left;
}

.searchReturn {
    color: white;
}

#inventory-page > div.mobile-filters-btn-box.visible-xs.visible-sm > div > input {
    margin: 0;
}

#showroom .section-box {
    background-color: #515151;
}

label {
    color: white;
}

#VehicleViewCountContainer label {
    color: black;
}







/* FORMS */

.field-validation-valid {
    color: gray;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.locationBox {
    background-color: #000000;
    color: white;
    margin-top: 30px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 6px;
    padding-left: 5px;
}

.form-header-text {
     font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.form-control {
    font-size: 12px;
    margin: 5px 0px;
    border-radius: 0;
    background-color: #000000;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    color: white;
    transition: .2s;
}

.form-control:focus {
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
}


@media (min-width: 768px) {
#Form618 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+4),
#Form619 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+4) {
    width: 25%;
    display: inline-block;
    padding: 0px 5px;
}

#Form618 > div:nth-child(2) > fieldset > div:nth-child(n+6):nth-child(-n+8),
#Form619 > div:nth-child(2) > fieldset > div:nth-child(n+6):nth-child(-n+8),
#Form620 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+6),
#Form5997 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0px 5px;
}

#Form4786 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form4786 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+12) {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
}

#Form618 > div:nth-child(2) > fieldset > div:nth-child(n+10),
#Form619 > div:nth-child(2) > fieldset > div:nth-child(n+10),
#Form620 > div:nth-child(2) > fieldset > div:nth-child(7),
#Form4786 > div:nth-child(1) > fieldset > div:nth-child(n+13) {
    padding: 0px 5px; }
}

.mainform {
    height: max-content;
    color: white;
}

.mainform > div {
    background-color: #000000;
    padding: 10px;
    border: 2px solid #333333;
}

.mainform label {
    margin-right: 10px;
}

.inquiryformcontainer {
    background-color: #000000;
    color: white;
}


.forms-title-section {
    font-size: 16pt;
     font-weight: 700;
    color: #ffffff;
    padding-left: 5px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

.btn-primary,
.btn-readMore {
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
    margin: 11px 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid #ff6600;
    background-color: #ff6600;
    transition: .3s;
    position: relative;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: auto;
}

.btn-primary:hover,
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus,
.btn-readMore:hover {
    transform: scale(1.1);
    border: 2px solid #ff6600;
    background-color: #ff6600;
    color: white;
}

.counterWrapper {
    font-size: 10px;
    color: gray;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 96px;
}

.customForm [placeholder="Zip Code"] {
    width: 78px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 6px 0;
    padding: 2px 7px;
    border-radius: 0;
    background-color: black;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    color: white;
}

.customForm textarea {
    width: 100%;
}

.customForm .form-header-text {
    font-size: 27px;
}











    
/* GLOBAL TOOLBARS/ACCORDIONS */
.panel-default { border: none; }

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid gray;
    border-top-color: #ddd;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.inventory-container .toolbar, .vehicle-container .well, #content-container .panel-heading {
    background-color: black;
    background-repeat: repeat-x;
    text-shadow: 0 0 2px #333;
}

/*
.inventory-container .toolbar, .vehicle-container .well, #content-container .panel-heading, #content-container .panel-body {
    border-color: #777;
    background-color: #9f9f9f;
}
*/

#content-container .panel-heading { color: #eee; }


/* VDP VEHICLE */
.vehicles .k-widget { color: #eee; }

.vdpinquiryheader {
    font-size: 30px;
     font-weight: 700;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

#DealerLocationContainer label {
    color: #ff6600;
     font-weight: 700;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    font-size: 24px!important;
    margin-top: -5px;
}

.nav-tabs>li>a {
    border: transparent;
    background-color: black;
}









/* ACCORDION */
/*
#content-container .panel-body {
    background-color: #9f9f9f;
}
*/

.panel-heading .panel-toggle {
     font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}


.employform {
    color: white;
    margin-bottom: 30px;
}




/* KENDO OVERRIDES */
.k-block, .k-widget { background-color: inherit; }
.k-window-content.k-content { color: #333; }

table.k-scheduler-table {
    background-color: #000;
    color: white;
}

.k-scheduler-table .k-today, .k-today>.k-scheduler-datecolumn, .k-today>.k-scheduler-groupcolumn {
    background-color: #3a3a3a;
}

.k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #848484;
    background-image: linear-gradient(to bottom, #858585, #494949);
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.k-pager-wrap .k-link:hover {
    color: #5b0000;
}

.k-scheduler-header th, .k-scheduler-header-wrap, .k-scheduler-table td, .k-scheduler-times, .k-scheduler-times th, .k-scheduler-times tr {
    border-color: #7d7d7d;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #d6d6d6;
    border-color: #cccccc;
}

.k-scheduler-toolbar>ul>li {
    background-color: #fff;
    border-color: #ccc;
}

.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: #d6d6d6;
    border-color: #787878;
}







/* FOOTER */

.footerPriv p {
    margin-bottom: 0;
    text-align: center;
    padding: 10px 5px;
    font-style: italic;
    font-size: 12px;
    color: white;
}

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footer-background {
    background-color: black;
    background-image: url(https://psmfirestorm.blob.core.windows.net/8093fa5e-c9d6-4df9-b3ec-6ed01147c8fb/footer-background.jpg);
    background-size: cover;
    background-position: center;
    border-top: 3px solid black;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 70px 15px;
    color: white;
    line-height: 30px;
    text-transform: uppercase;
    flex-direction: column;
    text-align: center;
}

.footer-container a,
.footerPriv a {
    color: white;
}

.footer-container a:hover,
.footerPriv a:hover {
    color: #ff6600;
}

.footer-logo {
    display: block;
    max-width: 275px;
    margin: 0 auto;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    display: block;
     font-weight: 700;
    font-size: 33px;
    margin-top: 5px;
}

.footer-links a {
    display: block;
    position: relative;
    padding: 15px 0;
}

.footer-links a:after {
    content: '\f178';
    font-family: fontawesome;
    position: relative;
    right: -20px;
    transition: .3s;
}

.footer-links a:hover:after {
    right: -25%;
    transform: rotate(180deg);
}

.footer-hours {
    display: flex;
}

.footer-hours-block h4 {
    margin-top: 6px;
    color: #989898;
}

.footertable {
    margin: 0 auto;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footer-block .contact-btn {
    margin-top: 0;
}

.footerSocial {
    display: flex;
    font-size: 20px;
}

.footerSocial a {
    margin: 30px 20px;
}




/* TOOLTIPS ON DARK BG */
.tooltip.in { opacity: .97; filter: alpha(opacity=97); }
.tooltip-inner { background-color: #ebebeb; color: #000; }
.tooltip.top .tooltip-arrow { border-top-color: #ebebeb; }


.promo-detail {
    color: black;
}

.siteSearch-M button {
    height: 33px;
    margin-top: 0px !important;
    padding: 4px;
}

@media (max-width: 767px) {
    .h-button-container {
        flex-wrap: wrap;
    }
    .footer-hours {
        flex-direction: column;
    }
    .navbar-nav>li>a {
        color: black;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .dropdown-menu>li>a {
        color: black; 
        padding-top: 15px;
        padding-bottom: 15px;
    }
    div#main-nav-collapse {
        background-color: white;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }
    .h-button-block h3 {
        font-size: 5.5vw;
    }
    .h-button-container a {
        flex: 0 0 45%;
        margin: 10px 5px;
    }
    .homebuttons > .widget-inner, .featuredtext > .widget-inner, .homeslider > .widget-inner, .servtext > .widget-inner, .partstext > .widget-inner, .fintext > .widget-inner, .mctext > .widget-inner, .abouttext > .widget-inner, .maptext > .widget-inner {
        margin-top: 0 !important;
    }
.h-featured-text h2, .h-featured-text span {
    font-size: 11vw;
    margin-top: 0;
    line-height: 12vw;
}
   .modelcontainer {
        margin-top: 0;
        flex-wrap: wrap;
    }
.modelcontainer a {
    flex: 0 0 50%;
}
    .modeltext h3 {
        font-size: 4.5vw;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 216px;
    }
    .featuredinventory .single-item-slider .slider-outer {
        height: 293px;
    }
    .h-featured-text a {
        font-size: 5vw;
    }
    .h-featured-text a:after {
        position: unset;
        font-size: 7vw;
    }
    .home-about-wrapper h1 {
        font-size: 9vw;
    }
    #home-page #section-4 {
        padding: 5% 0;
    }
    #content-container {
        padding-bottom: 0;
    }
    #home-page {
        padding-bottom: 30px;
    }
    #vdp-container {
        margin-top: 0;
    }
    .p-header h1 {
        font-size: 11vw;
    }
    .servform, .partsform, .mcform {
        order: 2;
    }
    .servtext, .partstext, .mctext {
        order: 1;
    }
    .service-text ul li {
        flex: 0 0 100%;
    }
    .mcButtons > a {
        min-width: 150px;
        margin: 11px 5px;
    }
    .k-webkit .k-scheduler-toolbar>ul.k-scheduler-views {
        z-index: 2;
    }
    .department .employee {
        max-width: 250px;
    }
    .maptext {
        text-align: center;
    }
    .mapandhourstbl {
        margin: 0 auto;
    }
    .maptext .dealer-name {
        font-size: 10vw;
    }
    .maptext .mapInfo {
        font-size: 6vw;
    }
    .pageheader {
        padding: 0;
        margin-top: -15px;
    }
} 

@media (min-width: 768px) {
    .home-about-container {
        width: 720px;
    }
    .footer-hours {
        justify-content: space-around;
    }
    .h-featured-text a {
        margin-bottom: 20px;
    }
    .mcButtons > a {
        margin: 20px 0;
        flex: 0 0 30%;
    }
    .maptext .dealer-name {
        font-size: 24px;
    }
    #Form1227 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
        width: 50%;
        display: inline-block;
        padding: 0 5px;
    }
    #Form1227 > div:nth-child(1) > fieldset > div:nth-child(8) {
        padding: 0 5px;
    }
    .dpsAnimated {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .footer-container {
        flex-direction: row;
        text-align: left;
        width: 940px;
    }
    .home-about-container {
        width: 940px;
        display: flex;
    }
    .footer-links a:after {
        position: absolute;
        right: -15%;
    }
    .footer-logo {
        margin: 0;
        max-width: 200px;
    }
    .footer-links a {
        padding: 0;
    }
    .footer-links a:nth-child(2) {
        margin-top: 50px;
    }
    .modeltext {
        top: unset;
        bottom: 0;
    }
    .modeltext h3 { 
        font-size: 2vw;
    }
    .h-button-block h3 {
        font-size: 28px;
    }
    .home-about-text {
        margin-top: 25px;
        margin-left: -60px;
    }
    .home-about-wrapper h1 {
        font-size: 43px;
    }
    .single-item-slider .item-detail .price {
        font-size: 20px;
    }
    .h-featured-text a {
        text-align: left;
        margin-bottom: 0;
    }
    .footer-hours-block:first-child {
        padding: 0px 30px 0 0;
    }
    .service-text ul li {
        flex: 0 0 33%;
    }
    .mcButtons { 
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .mcButtons > a {
        flex: 0 0 auto;
    }
    .maphourswrapper { 
        flex-direction: row;
    }
    .maptext .dealer-name {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .footer-container {
        flex-direction: row;
        text-align: left;
        width: 1180px;
    }
    .home-about-container {
        width: 1140px;
    }
    .modeltext h3 { 
        font-size: 1.5vw;
    }
    .h-button-block h3 {
        font-size: 35px;
    }
    .home-about-text {
        margin-top: 62px;
        margin-left: -83px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 222px;
    }
    .single-item-slider .item-detail .price {
        font-size: 18px;
    }
    .h-featured-text a:after {
        top: -19px;
        right: 102px;
    }
    .footer-logo {
        max-width: 275px;
    }
    .maptext .dealer-name {
        font-size: 36px;
    }
}




@media (max-width: 1499px) {
.headerContainer,
.typeContainer {
    width: 1170px;
}

.headerLogo h1 {
    margin: 0;
    font-size: 49px;
    letter-spacing: 23px;
    margin-left: 17px;
}

.headerLogo img {
    max-width: 375px;
}

.siteSearch {
    width: 100%;
}
}






@media (max-width: 1199px) {
.headerContainer,
.typeContainer {
    width: 970px;
}

.navbar-nav>li>a {
    font-size: 11px;
}

.headerSocial a {
    font-size: 20px;
    margin: 7px;
}

.headerLogo h1 {
    font-size: 45px;
    letter-spacing: 18px;
    margin-left: 13px;
}

.headerLogo img {
    max-width: 323px;
}

.headerBlock .dealer-phone {
    font-size: 30px;
}

.headerSocial .btn-primary {
    font-size: 14px;
    margin: 0 0px 0 8px;
    padding: 5px 10px;
}

.single-item-slider .slider-inner .item {
    width: 273px;
}

.h-featured-text h2 {
    font-size: 53px;
    margin: 58px 0 0;
    line-height: 36px;
}

.h-featured-text span {
    font-size: 36px;
}

.footer-container {
    flex-wrap: wrap;
    justify-content: center;
}

.footer-block {
    padding: 15px;
}

.p-header h1 {
    font-size: 55px;
}
}






@media (max-width: 991px) {
.headerContainer,
.typeContainer {
    width: 740px;
}

.footertable td:last-child {
    text-align: center;
}

.footerSocial {
    justify-content: center;
}

.mapandhourstbl {
    width: auto;
    float: none;
}

.p-header h1 {
    font-size: 45px;
}

#main-nav .nav>li>a {
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
}

.headerContainer {
    flex-wrap: wrap;
}

.headerBlock {
    order: 2;
    flex: 0 0 50%;
}

.headerLogo {
    order: 1;
    flex: 0 0 100%;
}

.h-featured-text h2 {
    text-align: center;
}

.h-featured-text h2 span {
    display: block;
}

.single-item-slider .slider-inner .item {
    width: 211px;
}

.single-item-slider .item-detail .price {
    padding: 2px 1%;
    font-size: 17px;
}

.headerContainer > div:nth-child(1) {
    flex: 0 0 40%;
}

.headerContainer div:nth-child(3) {
    flex: 0 0 60%;
}

.headerContainer div:nth-child(3) div:nth-child(1) {
    flex: 0 0 70%;
}
}







@media (max-width: 767px) {
.headerContainer,
.typeContainer {
    width: 100%;
}

#home-page #section-1 {
    margin-top: 0px;
}

.btnContainer {
    flex-flow: column;
}

.btnContainer > div:nth-child(1) div {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    width: max-content;
    margin: 30px auto;
}

.btnContainer > div:nth-child(1) > div > h3 {
    font-size: 5vw;
}

.btnContainer > div:nth-child(1) > div > h3 span {
    display: block;
}

.siteSearch {
    width: 100%;
    margin: 0;
    flex: 0 0 50%;
    /*min-width: 300px;*/
}

#main-nav .navbar-brand.text {
    display: none!important;
}

#main-nav .nav>li>a {
    font-size: 17px;
    padding: 15px;
}

.headerContainer > div:nth-child(1) > a:nth-child(1) {
    display: none;
}

.headerContainer > div:nth-child(1) {
    position: fixed;
    top: 10px;
    z-index: 5555;
    left: 10px;
}

.typeContainer {
    flex-wrap: wrap;
}

.typeContainer a {
    flex: 0 0 50%;
}

.p-header {
    margin-bottom: 0;
}

.dealershipSection {
    padding: 11% 0;
}

.headerContainer {
    justify-content: center;
}

.headerBlock .dealer-phone {
    font-size: 23px;
}

.headerLogo img {
    max-width: 264px;
}

.headerLogo h1 {
    font-size: 38px;
    letter-spacing: 14px;
    margin-left: 6px;
}

.headerContainer > div:nth-child(3) {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    justify-content: space-around;
}

.btnSection .widget-inner {
    margin-top: 0!important;
}

.btnBlock {
    padding: 10% 1%;
}

.btnBlock h3 {
    font-size: 3vw;
}

.headerSocial {
    flex: 0 0 100%;
    justify-content: space-between;
}

.btnContainer > div {
    flex: 0 0 100%;
}

.btnBlock a:nth-child(3) h3 {
    min-height: 13.5vw;
    padding-top: 10%;
}

.h-featured-text a {
    display: none;
}

header.body {
    margin-bottom: 0;
}

.dealershipSection {
    padding: 19% 0;
    background-position: top!important;
    margin-top: 0!important;
}

.aa-exp-banner {
    margin-top: 0;
}

#main-nav .navbar-brand {
    display: none!important;
}
}




