body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    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: #000000 url(https://psmfirestorm.blob.core.windows.net/839e0bd4-f52e-4d50-ab39-6b37342e7f50/appleton-dealership-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #000000 url(https://psmfirestorm.blob.core.windows.net/839e0bd4-f52e-4d50-ab39-6b37342e7f50/appleton-dealership-2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a,
a.promo {
    color: #ee2824;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover,
a.promo:hover {
    color: #ff6600;
    text-decoration: none;
}

.breadcrumb {
    background-color: #000000;
    border-radius: 0;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    text-transform: uppercase;
}

.searchSection {
    background-color: rgb(0 0 0 / 35%);
    margin-top: -25px;
    padding: 11% 0 6%;
}

.featuredSection,
.sliderSection {
    margin-top: 0!important;
}

.featuredSection {
    background-color: black;
    position: relative;
    padding: 4% 0;
}

.featuredSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/df3db7ea-4915-494f-8636-df02cc01cd00/featured-back.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    filter: grayscale(0) opacity(0.3);
}

.aboutSection {
    position: relative;
    background-color: black;
    margin-top: 0!important;
    padding: 6% 0;
}

.aboutSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/716a7cad-7a9d-45df-ae8b-5903ac55fd7f/about-back.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    filter: grayscale(0) opacity(0.3);
    background-position: right;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container {
    background-color: rgb(0 0 0 / 80%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}





/* HEADER */

header.body {
    position: relative;
    background-color: black;
    z-index: 4;
}

header.body:before,
.footerBack:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/478f485d-82b4-4b12-aef4-bc83e5dc0e05/grunge-white-background.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: invert(1);
    left: 0;
    top: 0;
    z-index: -1;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    color: white;
}

.headerAddress .dealer-address {
    display: block;
}

.headerAddress .dealer-address:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #757575;
    position: absolute;
    right: -5px;
    top: 0;
    display: none;
}

.headerBlock .dealer-phone {
    display: block;
}

.headerContainer .phone-text, 
.headerBlock > a.headerAddress > div {
    color: white;
    transition: .3s;
}

.headerContainer a:hover .phone-text, 
.headerBlock > a.headerAddress:hover > div {
    color: #ee2824;
}

.headerHours,
.headerHours h5 {
    text-align: center;
    font-size: 18px;
}

.headerHours h5 {
    margin: 15px auto 0;
}

.headerAddress {
    text-transform: uppercase;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.headerBlock > a.headerAddress > div {
    font-size: 19px;
    line-height: 19px;
}

.headerBlock {
    display: flex;
    flex-flow: column-reverse;
    font-size: 35px;
}

.headerBlock .fa {
    color: #ee2824;
    min-width: 19px;
    text-align: center;
    margin-right: 8px;
}

.headerLogo a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerLogo a div:nth-child(2) img {
    max-width: 110px;
    margin-left: 15px;
    filter: invert(1);
}

.headerRight {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.headerRight img {
    max-width: 100px;
}

.headerRight .fa {
    margin-right: 10px;
    font-size: 41px;
}

.headerRight h4 {
    margin: 0;
}

.headerRight h4 span {
    display: block;
    font-size: 23px;
    letter-spacing: 2px;
}

.headerLogo h4 {
    margin-left: 15px;
    font-size: 20px;
}

.headerLogo .fa {
    margin-right: 5px;
}

.headerRight > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerBtns {
    margin-top: 10px;
}

.headerContainer .social,
.footerSocial {
    display: flex;
    justify-content: space-around;
}

.headerContainer .social img,
.footerSocial img {
    max-width: 33px;
}

.headerContainer .social a,
.footerSocial a {
    padding: 6px;
}

.headerContainer .social a:hover,
.footerSocial a:hover {
    transform: scale(1.1);
}






/* NAVIGATION */
@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    padding: 15px;
}

@media (min-width: 768px) {
.navbar-nav>li>a {
    background: linear-gradient(to bottom, rgb(238 40 36) 0%,rgb(238 40 36) 100%) no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    background-position-y: 50px;
    background-size: 100% 100%;
    transition: .25s !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: unset;
    text-decoration: none;
    background-position-y: 0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: linear-gradient(to bottom, rgb(238 40 36) 0%,rgb(238 40 36) 100%) no-repeat;
}
}

.social-media-icons {
    display: none;
}

.nav-tabs>li>a {
    background-color: #d8d8d8;
}






/* CONTENT */

.siteSearch {
    max-width: 500px;
    display: flex;
    width: 100%;
    margin: auto;
    border: 1px solid black;
}

.siteSearch .form-control {
    margin: 0;
    padding: 20px 15px;
    border: 2px solid black;
    border-right: none;
}

.siteSearch .btn-primary {
    margin: 0;
}

.siteSearch .btn-primary:hover {
    border-color: black;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
    margin-top: 6%;
    align-items: flex-end;
}

.btnContainer a {
    flex: 0 0 24%;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
}

.btnContainer .fa {
    font-size: 50px;
}

.h-button-block h3 {
    font-size: 43px;
    margin: 5px 0 0;
    transition: .3s;
}

.btnContainer a:hover h3 {
    color: #ff6600;
}

.btnContainer img {
    filter: drop-shadow(2px 2px 2px black);
}

.btnContainer img, 
.btnContainer .fa {
    transition: .3s;
}

.btnContainer a:hover img, 
.btnContainer a:hover .fa {
    transform: scale(1.15);
}

.homeAbout {
    display: flex;
    align-items: center;
}

.homeAbout div:nth-child(1) {
    flex: 0 0 48%;
    text-align: center;
    position: relative;
    z-index: 4;
    margin-right: 47px;
}

.homeAbout div:nth-child(1):before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/4fcff85e-46b2-43c2-a7f5-c57d19b8a4cb/triangle.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.homeAbout h1 {
    font-weight: 700;
    margin-top: 0;
    text-shadow: 2px 2px 1px black;
}

.homeAbout h1 span {
    display: block;
    font-size: 50px;
    font-weight: 900;
}

.homeAbout h2 {
    width: max-content;
    margin: auto;
    background-color: black;
    padding: 5px 20px;
}

.homeAbout p {
    line-height: 28px;
    text-align: justify;
    text-shadow: 1px 1px 2px black;
}

.p-header {
    margin-bottom: 25px;
}

.p-header img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.p-header > div {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.p-header > div:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/4fcff85e-46b2-43c2-a7f5-c57d19b8a4cb/triangle.png);
    width: 100%;
    height: 202%;
    position: absolute;
    left: 0;
    top: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transform: translateY(-50%);
}

.p-header h1 {
    margin: 0;
    font-size: 65px;
    background-color: rgb(0 0 0);
    padding: 2px 20px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #e70400;
}

.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: #e70400;
    background-color: #d7d7d7;
    border-color: #cccccc;
}

.k-pager-wrap .k-link:hover {
    color: #e70400;
}

.milPics {
    display: flex;
}

.milPics div {
    padding: 10px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 88%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.maptext h1 {
    margin-top: 0;
}

.insuranceBlock h3 {
    color: black;
}

.insuranceBlock.sectionFive p, 
.insuranceBlock.sectionFive h3, 
.sectionSeven p {
    color: white!important;
}










/* FEATURED INVENTORY */

.featuredInventory h2, 
.latestReviews h2 {
    font-size: 40px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 1px black, -1px -1px 1px black, -1px 1px 1px black, 1px -1px 1px black, 0px 0px 5px black;
}

.featuredInventory a.slider-control {
    color: white;
}

.single-item-slider .slider-inner .item {
    width: 318px;
}

.single-item-slider .item {
    background-color: #000000;
    border: 2px solid #000000;
}

.single-item-slider .item-detail .name {
    color: white;
    line-height: 18px;
    text-align: left;
    min-height: 51px;
}

.single-item-slider .slider-outer {
    height: 319px;
}

.single-item-slider .item-detail .price {
    padding: 0 2%;
    text-transform: uppercase;
    bottom: 8px;
    color: #f60;
    font-size: 26px;
}

.single-item-slider .item-detail .price:before {
    content: '';
    background-color: white;
    width: 50%;
    height: 2px;
    position: absolute;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
}

.single-item-slider .item .item-inner {
    padding-bottom: 23%;
}

.single-item-slider .img-container,
.widget-Reviews .single-item-slider .img-container {
    height: 158px;
}

.widget-Reviews .acidjs-rating-stars {
    align-self: center;
    margin-top: 0px;
}

.acidjs-rating-stars label::before, .review-widget-star::before {
    font-size: 16px;
}

.single-item-slider .slider-control {
    top: 22%;
}

.widget-Reviews .single-item-slider .slider-control {
    color: white;
}






/* REVIEWS */

.widget-Reviews .single-item-slider .item .item-inner {
    padding: 0;
}

.widget-Reviews .single-item-slider .img-container {
    background-color: white;
}

.latestReviews .item-detail {
    color: white;
}

.review-comments {
    color: #c5c5c5;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 19em;
}

.acidjs-rating-stars.rating-submission input:checked ~ label, .acidjs-rating-stars input[checked="checked"] ~ label, .review-widget-star.gold {
    color: #ff6600;
}






/* INVENTORY */

.inventory-container .vehicle-box {
    background: #000;
}

.tru-vehicle-button.tru-shape-short {
    margin: auto;
}

@media (min-width: 768px) {
.list-group.flex {
    font-size: 16px;
}
}

.inventory-image {
    width: 100%;
    object-fit: cover;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.inventory-container .vehicle .thumb {
    line-height: 195px;
    height: 194px;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 700;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 1px 10px;
    font-weight: 700;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle:hover {
    background-color: rgb(255 255 255 / 45%);
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    min-height: 43px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 5px;
    background-color: black;
}

.inventory-container .vehicle .title a {
    color: white;
    text-align: center;
}

.inventory-container .vehicle .price-box {
    background-color: #000;
    position: relative;
}

.price-box:before {
    content: '';
    background-color: white;
    width: 50%;
    height: 2px;
    position: absolute;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
}

.inventory-container .vehicle .price-box a {
    color: #ff6600;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.seller-description {
    color: black;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

#vdp-container .images-container {
    max-width: 100%;
}







/* FORMS */

.btn-primary {
    color: #000;
    border: 2px solid #000000;
    border-radius: 0;
    background-color: #ff6600;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 3;
    transition: .3s;
    margin: 10px auto;
    background: linear-gradient(to bottom, rgb(255 239 228) 0%,rgba(255,102,0,1) 100%);
    padding: 10px;
}

.btn-sec {
    width: max-content;
    padding: 16px 32px;
    font-size: 30px;
    display: block;
}

.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: #000000!important;
    background-color: #ff6600;
    background: linear-gradient(to bottom, rgb(255 239 228) 0%,rgba(255,102,0,1) 100%);
    border-color: #ffffff;
}

.mainform {
    height: max-content;
}

.mainform > div {
    padding: 15px;
    color: black;
    font-size: 14px;
    background: bottom;
    background-color: white;
}

.mainform label {
    margin-right: 15px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 14px;
    top: 7px;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border-radius: 0;
    box-shadow: none;
    transition: .3s;
    border: 2px solid #eaeaea;
    background-color: white;
    color: black;
}

.form-control:hover {
    border-color: #ff6600;
}

.form-control:focus {
    background-color: #f0f0f0;
    border-color: #ff6600;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(233 150 102 / 60%);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(233 169 102 / 60%);
}

.form-header-text, 
.vdpinquiryheader {
    text-align: center;
    font-size: 37px;
    margin-bottom: 8px;
    text-transform: uppercase;
    position: relative;
    padding: 7px 10px;
    color: #fff;
    font-weight: 900;
    background-color: black;
    line-height: 34px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 6px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: white;
    color: black;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    font-size: 14px!important;
    margin: 3px 0;
    padding: 3px 10px;
    border: 2px solid #eaeaea;
    color: black;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 130px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

@media (min-width: 768px) {
#Form13129 > div:nth-child(1) > fieldset > div:nth-child(n+15):nth-child(-n+18) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form13126 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
#Form13129 > div:nth-child(1) > fieldset > div:nth-child(n+3):nth-child(-n+5) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form10325 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form13129 > div:nth-child(1) > fieldset > div:nth-child(n+6):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form10325 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.footerBack {
    position: relative;
    z-index: 4;
}

.footerContainer {
    display: flex;
    text-transform: uppercase;
    border-top: 2px solid white;
    color: white;
}

.footerWrapper {
    display: flex;
    flex-flow: column;
    flex: 0 0 33%;
}

.footerMap {
    position: relative;
    flex: 0 0 67%;
    padding-bottom: 150px;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerBlock {
    border-bottom: 1px solid #c4c4c4;
    padding: 4% 7%;
}

.footerBlock .dealer-address {
    display: block;
}

.footerBlock .dealer-phone {
    display: block;
    font-size: 33px;
}

.footerBlock table td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footerBlock ul {
    padding: 0;
}

.footerBlock li {
    list-style: none;
    position: relative;
    width: max-content;
    padding: 6px 15px;
}

.footerBlock li:before {
    content: '\f0da';
    font-family: fontawesome;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    color: #ee2824;
    transition: .4s;
}

.footerBlock ul li:hover:before {
    transform: rotate(0deg);
    color: #fff;
}

.footerBlock h3 {
    font-size: 30px;
    margin-top: 0;
}





/* RIDING ACADEMY */

.raMain {
    background-color: white;
    font-family: 'DINPro', sans-serif;
    color: black;
}

.raMain .hero {
    width: 100%;
}

.raMain a {
    background-color: #ff6600;
    color: white;
    font-weight: 700;
    padding: 10px 25px;
    position: relative;
    display: inline-block;
    margin: 10px 0;
    font-size: 20px;
    font-family: 'DINPro-Bold', sans-serif;
    text-transform: uppercase;
    transition: .3s;
}

.raMain a:hover {
    color: black;
}

.raMain .panelFAQ {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.RAsectionOne,
.RAsectionFive,
.RAsectionNine {
    padding: 30px 15px;
}

.RAsectionOne,
.RAsectionFive {
    background-color: #dedede;
}

.RAsectionOne,
.RAsectionNine h3 {
    text-align: center;
}

.raMain h1, 
.raMain h2, 
.raMain h3,
.raMain h4 {
    font-family: 'DinPro-Bold', sans-serif;
}

.raMain .panelFAQ p {
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.RAsectionOne h1 {
    margin-top: 0;
}

.RAsectionTwo > div,
.RAsectionFour,
.RAsectionFive,
.RAsectionSix,
.RAsectionSeven,
.RAsectionEight {
    display: flex;
    justify-content: space-between;
}

.RAsectionTwo div,
.RAsectionFour div,
.RAsectionFive div,
.RAsectionSix div,
.RAsectionSeven div,
.RAsectionEight div {
    padding: 15px;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1),
.RAsectionSix > div:nth-child(1),
.RAsectionEight > div:nth-child(1) {
    flex: 0 0 50%;
    margin-right: 15px;
}

.RAsectionFour > div:nth-child(2),
.RAsectionSeven > div:nth-child(2) {
    flex: 0 0 50%;
    margin-left: 15px;
}

.raMain h1 {
    font-size: 40px;
}

.raMain h2 {
    font-size: 35px;
}

.raMain h3 {
    font-size: 30px;
    margin-top: 0;
}

.raMain h4 {
    font-size: 18px;
}

.raMain .videoWrapper {
    width: 100%;
    margin: 15px;
    flex: 0 0 47%;
    height: 100%;
    padding-bottom: 25%;
}

.raMain ul {
    list-style: square;
}

.RAsectionThree {
    text-align: center;
    padding: 30px;
}

.accordionRA {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-family: 'DINPro-Bold', sans-serif;
}

.accordionRA:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #ff6600;
    right: 15px;
    position: absolute;
    transform: rotate(45deg);
    transition: .3s;
}

.accordionRA.active:after {
    transform: rotate(0deg);
}

.raMain .accordionBlock {
    position: relative;
    display: block;
    padding: 10px;
}

.RAsectionNine .accordionBlock:before {
    display: none;
}



@media (max-width: 767px) {
.raMain h1 {
    font-size: 30px;
}

.RAsectionTwo > div:nth-child(1), 
.RAsectionFour, 
.RAsectionSix, 
.RAsectionEight {
    flex-flow: column-reverse;
}

.RAsectionTwo > div:nth-child(2),
.RAsectionFive,
.RAsectionSeven {
    flex-flow: column;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1), .RAsectionSix > div:nth-child(1), .RAsectionEight > div:nth-child(1) {
    margin-right: 0;
}

.RAsectionFour > div:nth-child(2), .RAsectionSeven > div:nth-child(2) {
    margin-left: 0;
}

.raMain .videoWrapper {
    margin: 15px 0;
    padding-bottom: 51%;
}
}






/*BREAK POINTS*/

@media (max-width: 1499px) {
.headerContainer {
    width: 1170px;
}

.h-button-block h3 {
    font-size: 37px;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 15px 10px;
}

.single-item-slider .slider-inner .item {
    width: 243px;
}

.single-item-slider .img-container, .widget-Reviews .single-item-slider .img-container {
    height: 123px;
}

.single-item-slider .item-detail .price {
    font-size: 23px;
}

.headerLogo a div:nth-child(2) img {
    max-width: 85px;
    margin-left: 15px;
}

.headerLogo {
    flex: 0 0 32%;
}

.homeAbout div:nth-child(1) {
    flex: 0 0 51%;
    margin-right: 30px;
}

.homeAbout h1 span {
    font-size: 41px;
}

.p-header img {
    height: 250px;
}

.p-header h1 {
    font-size: 55px;
}
}




@media (max-width: 1199px) {
.headerContainer {
    width: 990px;
}

.headerLogo a div:nth-child(2) img {
    max-width: 65px;
}

.headerLogo {
    flex: 0 0 28%;
}

.navbar-nav>li>a {
    font-size: 14px;
    padding: 15px 7px;
}

.h-button-block h3 {
    font-size: 30px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.single-item-slider .img-container, .widget-Reviews .single-item-slider .img-container {
    height: 135px;
}

.headerBtns {
    margin-top: 0;
}

.featuredSection:before,
.aboutSection:before {
    background-size: cover;
    background-position: center;
}

.p-header img {
    height: 200px;
}

.p-header h1 {
    font-size: 45px;
}

.inventory-container .vehicle .price {
    font-size: 19px;
}
}




@media (max-width: 991px) {
.headerContainer {
    width: 740px;
}

.headerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.headerRight {
    flex-flow: row;
    justify-content: space-between;
}

.headerLogo {
    flex: 0 0 47%;
}

.headerBtns {
    margin-top: 0;
}

.headerContainer .social {
    margin-right: 15px;
}

#main-nav .nav > li > a {
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
}

.h-button-block h3 {
    font-size: 22px;
}

.btnContainer img, .btnContainer .fa {
    max-height: 47px;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.single-item-slider .img-container, .widget-Reviews .single-item-slider .img-container {
    height: 105px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
}

.homeAbout {
    flex-flow: column;
}

.homeAbout div:nth-child(1) {
    margin: 0 0 15px;
}

.p-header img {
    height: 165px;
}

.p-header h1 {
    font-size: 40px;
    padding: 2px 10px;
}

.form-header-text, .vdpinquiryheader {
    font-size: 30px;
    line-height: 30px;
}
}





@media (max-width: 767px) {

.headerBtns {
    display: none;
}

.headerContainer {
    width: 100%;
}

.searchSection {
    margin-top: 0;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerMap {
    width: 100%;
    padding-bottom: 100%;
}

.headerContainer .phone-text, .headerBlock > a.headerAddress > div {
    display: none;
}

.headerAddress {
    margin: 0 25px 0 0;
}

.btnContainer {
    flex-flow: column;
    align-items: center;
}

.h-button-block h3 {
    font-size: 35px;
}

.btnContainer a {
    margin: 15px 0;
}

.featuredInventory h2, .latestReviews h2 {
    font-size: 30px;
}

.h-button-block h5 {
    font-size: 18px;
}

.sliderSection .widget-inner {
    margin-top: 0!important;
}

.homeAbout h1 span {
    font-size: 35px;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerContainer {
    position: relative;
    justify-content: center;
}

.headerBlock {
    flex-flow: row;
    font-size: 40px;
    margin-right: 30px;
}

.headerLogo {
    position: absolute;
    bottom: -51px;
    left: 15px;
    z-index: 9;
}

.headerLogo img {
    max-width: 160px;
}

.headerContainer .social {
    display: none!important;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

#main-nav .dropdown-menu > li > a {
    color: white;
}

.p-header img {
    height: 100%;
}

.p-header {
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
}

.headerLogo a div:nth-child(2) img {
    max-width: 55px;
}

header.body {
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
}

.footerBlock {
    border-bottom: none;
}

.accordionRA {
    padding: 10px 0px;
}
.p-header > div:before {
    filter: opacity(0.5);
}
}







#digitalPsButton { 

    color: #ffffff; 

    background-color: #ff6600; 

    text-transform: uppercase; 

    font-size: 20px; 

    border: 3px solid black; 

    border-radius: 6px; 

    transition: .3s; 

    margin: 20px auto 0px; 

    padding: 5px 20px; 

    text-align: center; 

    cursor: pointer; 

} 

#digitalPsModal { 

    max-width: 60%; 

    margin: 0 auto; 

    top: 15px; 

} 

 

#closeDigitalPsModal { 

    position: relative; 

    z-index: 1000; 

    top: 25px; 

    right: 10px; 

} 

#digitalPsButton:hover, #digitalPsButton:focus { 

background-color: white; 

color: black; 

} 



