body {
    font-size: 16px;
    color: #000;
    font-family: 'Rajdhani', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 115vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/674466ca-da4b-468f-9f1a-112a3f8c72c7/background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
body {
    background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/674466ca-da4b-468f-9f1a-112a3f8c72c7/background-2.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
    background-position: 50% 18%;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

@media (min-width: 1200px) {
.eventsSection .container {
    width: 1170px;
}
}

a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: black;
    text-decoration: none;
}

.featuredSection {
    margin-top: 0!important;
    padding-bottom: 6%;
    background-color: rgb(0 0 0 / 55%);
    z-index: 3;
    position: relative;
}

.sliderSection {
    margin-top: 0!important;
}

.eventsSection {
    position: relative;
    margin-top: 0!important;
    padding: 6% 0;
    background-color: black;
}

.eventsSection:before {
    content: "";
    background-image: url("https://psmfirestorm.blob.core.windows.net/e0688c98-7936-4256-9cee-f83cc8a08b53/23-fltrkseanv-cvo-road-glide-ltd-anniversary-detail-bc-0031.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center;
    background-attachment: fixed;
    filter: opacity(0.5);
}

.searchSection {
    position: relative;
    margin-top: -25px;
    z-index: 3;
    background-color: rgb(0 0 0 / 55%);
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer,
.jumbotron .container {
    background-color: white;
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */
header.body {
    background-color: #ffffff;
    color: black;
    position: relative;
}

/*
header.body:before {
    content: "";
    background-image: url(https://psmfirestorm.blob.core.windows.net/71461753-4e28-41d3-9758-420d4f54047c/brick-back.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: center center;
    filter: opacity(0.4);
}
*/

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 5px;
    align-items: flex-start;
}

.headerBlock {
    display: flex;
    justify-content: space-between;
    flex: 0 0 65%;
    text-transform: uppercase;
    align-items: center;
    position: relative;
}

.headerBlock::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: -15px;
}

.headerBlock .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.headerBlock .dealer-city {
    padding-left: 5px;
}

.headerBlock .dealer-phone {
    font-size: 45px;
    font-weight: 700;
    line-height: 57px;
    color: #095494;
}

.headerBlock .dealer-phone .fa-mobile {
    padding-right: 5px;
    color: gray;
}

.headerBlock div:first-child {
    display: flex;
    flex-flow: column-reverse;
}

.headerSocial {
    display: flex;
    justify-content: space-between;
}

.headerSocial a, 
.footerSocial a {
    font-size: 23px;
    padding: 4px 0;
    width: 42px;
    height: 42px;
    margin: 0px 5px;
    text-align: center;
    background-color: #000000;
    border-radius: 6px;
    color: white;
    border: 2px solid #000000;
}

.headerSocial a:hover, 
.footerSocial a:hover {
    background-color: #ff6600;
    border-color: #ff6600;
}

.headerAddress {
    display: block;
    margin-top: -9px;
    position: relative;
    z-index: 2;
    color: black;
}

.headerSocial a:hover {
    color: white;
}

.headerLogo {
    position: relative;
    z-index: 3333;
}

.headerLogo a {
    display: flex;
    align-items: center;
}

.headerLogo a div:nth-child(2) img {
    max-width: 89px;
    margin-left: 20px;
}







/* NAVIGATION */

#main-nav {
    margin-top: -50px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
}
}

.navbar-collapse {
    padding-right: 0;
}

@media (min-width: 1200px) {
#main-nav .container {
    width: 1170px;
}
}

.navbar-nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #095494;
    position: relative;
    z-index: 3;
    padding: 20px 18px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}






/* CONTENT */

.home-search-container {
    padding: 9% 0;
}

.home-search-container h2 {
    text-align: center;
    font-size: 86px;
    color: white;
    text-shadow: 2px 2px 2px black;
}

.home-search-container h2 span {
    font-weight: 400;
}

.siteSearch {
    display: flex;
    width: 550px;
    margin: 35px auto 45px;
}

.siteSearch .form-control {
    padding: 26px;
    border-radius: 0;
    border-right: none;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    margin: 0;
    background-color: transparent;
    border-bottom: 3px solid white;
    font-size: 23px;
    color: white;
}

.siteSearch .form-control:hover, 
.siteSearch .form-control:active {
    border-color: white;
}

.siteSearch .form-control:focus {
    box-shadow: none;
}

.siteSearch button {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    border: none;
    border-radius: 0;
    margin: 0;
    border-bottom: 3px solid white;
    font-size: 23px;
    padding: 0 26px;
}

.siteSearch button:hover {
    border-color: white;
}

.siteSearch button:before {
    display: none;
}

.home-button-container {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.home-button-container a {
    flex: 0 0 37%;
}

.home-button-block {
    border-radius: 60px;
    border: 5px solid white;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to top, rgba(255,102,0,1) 0%,rgb(255 152 0) 100%);
    padding: 16px 30px 13px;
    box-shadow: 0 0 10px black;
    position: relative;
    overflow: hidden;
}

.home-button-block:after {
    content: '';
    position: absolute;
    right: -7px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/79de12b3-1bc4-4104-baaf-c1f2b046c4cd/harley-davidson-logo.png);
    background-size: contain;
    width: 40%;
    height: 130%;
    background-repeat: no-repeat;
    transform: rotate(12deg);
    top: -14px;
    filter: opacity(0.3);
    transition: .5s;
}

.home-button-container a:hover div:after {
    transform: scale(5);
    right: 25%;
}

.home-button-block h2 {
    margin: 0;
    font-size: 45px;
    line-height: 34px;
    transition: .3s;
    position: relative;
    z-index: 3;
}

.home-button-container a:hover h2 {
    color: white;
}

.home-button-container a:hover div h2 {
    margin-left: 37%;
}

.home-button-block span {
    font-size: 37px;
    display: block;
}

.buttonContainer {
    display: flex;
    justify-content: space-around;
    box-shadow: 0 0 10px rgb(0 0 0 / 43%);
    border-left: none;
    border-right: none;
    overflow: hidden;
}

.buttonContainer a {
    flex: 0 0 33.33%;
    text-align: center;
    background-color: #ffffff;
    color: black;
    padding: 2%;
    position: relative;
}

.buttonWrapper.ltrBtns a {
    flex: 0 0 50%;
}

.buttonContainer a:after {
    content: '';
    width: 40px;
    height: 17px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/d3efb3e5-589a-4edc-a0c6-34eaa78d5f16/stars.png);
    position: absolute;
    right: -4%;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9999;
    right: -20px;
}

.buttonContainer a:nth-child(3):after,
.buttonWrapper.ltrBtns a:after {
    display: none;
}

.buttonContainer h3 {
    font-size: 3vw;
    margin: 0;
    z-index: 333;
    position: relative;
    transition: .3s;
    line-height: 3.5vw;
    font-weight: 400;
}

.buttonContainer h3 span {
    display: block;
    position: relative;
    font-size: 4vw;
    font-weight: 700;
}

.buttonContainer h3:before {
    width: 10%;
    height: 2px;
    content: '';
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    top: 45%;
    transition: .5s;
    z-index: -1;
    transform: translateX(-50%);
}

.buttonContainer a:hover h3:before {
    width: 100%;
    height: 100%;
    top: 0;
}

.buttonContainer a:hover h3 {
    transform: scale(1.2);
}

.widget-UpcomingEvents > div {
    background-color: white;
}

.widget-UpcomingEvents h2, 
.widget-UpcomingEvents h3 {
    text-align: center;
}

.upcomingEvents > div > h2 {
    font-size: 45px;
}

.eventInfo h4 {
    color: #000;
}

.eventInfo p {
    color: #525252;
    font-size: 15px;
    min-height: 50px;
}

.calMonth {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
}

a.eventLink {
    margin-bottom: 15px;
}

.upcomingEvents > div > h2 {
    font-size: 48px;
    margin: 16px auto!important;
    text-shadow: 5px 5px 0 rgb(0 0 0 / 15%);
}

.widget-UpcomingEvents h3 {
    font-size: 30px;
}

.homeAbout {
    color: white;
    background-color: rgb(0 0 0 / 77%);
    padding: 5px 15px;
    text-shadow: black 2px 2px 2px;
    width: 75%;
    margin: 25px auto;
}

.homeAbout h1 {
    text-align: center;
    font-weight: 400;
    font-size: 40px;
}

.homeAbout h1 span {
    font-weight: 700;
    color: #ff6600;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 250px;
}

.p-header:before {
    content: '';
    background: linear-gradient(to right, rgb(0 0 0 / 69%) 0%,rgba(255,255,255,0) 100%);
    width: 85%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    font-size: 57px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 70px;
    left: 1%;
    padding-left: 10px;
    text-shadow: 1px 1px 1px black;
    color: white;
}

.p-header h1:after {
    content: '';
    width: 100px;
    height: 3px;
    position: absolute;
    left: 11px;
    top: 68px;
    background-color: #ff6600;
}

.p-header h1 span {
    display: block;
    font-weight: 400;
    font-size: 65px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.rewardsAccordion .panel {
    background-color: #ff6600;
}

.rewardsAccordion .panel-body {
    background-color: black;
}

.rewardsAccordion .panel h4 {
    font-size: 22px;
}

.jumbotron {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.jumbotron p {
    color: white;
}

.rewards {
    text-align: center;
}

.calEvent:hover .calMonth, .calEvent:hover .calDay {
    color: #000000;
}

.calEvent:hover .eventInfo p {
    color: #000;
}

.textBox {
    background-color: white;
    margin-top: -23px;
    width: 300px;
}

.rrWrapper {
    text-align: center;
    background-color: black;
    margin: 25px 0;
}

.rrWrapper iframe {
    border: none;
}









/* INVENTORY */

.price.discount-price1 {
    color: #ff6600;
    font-weight: 700;
    font-size: 22px;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    font-size: 23px;
    padding: 3px 8px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 21px;
    text-transform: uppercase;
    width: max-content;
    color: #fff;
    background-color: #000000;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 6px;
    transition: .3s;
    margin: 10px auto;
}

.inventory-container .vehicle .price-box:hover a {
    color: #000000;
}

.inventory-container .vehicle a:hover .price {
    background-color: #ff6600;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    background-color: #e4e4e4;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
    text-align: center;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .disclaimers,
#vdp-container .disclaimers, #vdp-container .newUnitDisclaimer, #vdp-container .usedUnitDisclaimer {
    font-weight: 700;
}

.inventory-container .vehicle-box {
    position: relative;
    border: 3px solid #eaeaea;
}

.inventory-container .vehicle .thumb {
    line-height: 198px;
}

.inventory-image {
    width: 100%;
    object-fit: cover;
}

.inventory-container .vehicle .thumb {
    line-height: 198px;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: transparent;
}

.department .title {
    border: 1px solid #f8f8f8;
    background: #f0f0f0;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 85%;
    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;
}

#seller-description {
    color: black;
}

#creditAppForm section {
    background: #eeeeee!important;
    color: black;
}

.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!important;
    background-color: #e6e6e6;
    border-color: #cccccc;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
    border-color: #ccc;
}

#vdp-container .images-container {
    max-width: 100%;
}

#SimilarVehicles .vehicle-box {
    background-color: white;
}








/* FEATURED INVENTORY */

.featuredInventory {
    margin-top: 30px;
}

.single-item-slider .slider-inner .item {
    width: 265px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 3px solid white;
}

.single-item-slider .slider-outer {
    height: 245px;
}

.single-item-slider .item-detail .name {
    color: black;
    line-height: 18px;
    font-weight: 700;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
    left: 50%;
    text-transform: uppercase;
    bottom: -9px;
    width: max-content;
    transform: translateX(-50%);
    color: #fff;
    background-color: #000000;
    border: 2px solid #000000;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 6px;
    transition: .3s;
    margin: 10px 0;
}

.single-item-slider .item-detail .price:hover {
    background-color: #ff6600;
}

.single-item-slider .item-detail {
    border-top: 1px solid black;
    margin-top: 6px;
}

.featuredInventory h2 {
    display: none;
}

.featText {
    color: white;
    text-align: center;
    margin-top: 6%;
}

.featText h2 {
    font-size: 72px;
    margin: 0;
}

.featText h2 span {
    font-weight: 400;
    color: #ff6600;
}










/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #000000;
    border: 2px solid #000000;
    font-weight: 700;
    padding: 9px 14px;
    border-radius: 6px;
    transition: .3s;
    margin: 10px 0;
    text-transform: uppercase;
}

.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: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}

a.btn.btn-primary.vdp-btn {
    z-index: 1;
    padding: 10px 0;
    margin: 15px 0;
    background: linear-gradient(to bottom, rgb(214 61 36) 0%,rgb(250 236 3) 100%);
    font-size: 19px;
}

a.btn.btn-primary.vdp-btn:before {
    display: none;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #f5f4f4;
    padding: 10px;
    background-size: cover;
    color: black;
    position: relative;
    z-index: 0;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 4px;
    color: #ff6600;
    font-weight: 700;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #ffffff;
    box-shadow: none;
    transition: .3s;
    font-weight: 600;
    color: black;
}

.form-control:hover {
    border-color: #000000;
}

.form-control:focus {
    border-color: #000000;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(125 125 125 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(100 100 100 / 60%);
}

/*
.form-control::-moz-placeholder {
    color: #fff;
}
.form-control:-ms-input-placeholder {
    color: #fff;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
}
*/

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #f5f4f4;
    color: black;
    position: relative;
    z-index: 2;
}

.locationBox {
    margin-top: 25px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 95px;
}

.customForm [placeholder="Zip Code"] {
    width: 82px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    font-weight: 600;
    color: black;
    border: 1px solid #d6d6d6;
}

.customForm textarea {
    width: 100%;
}

.customForm .form-header-text {
    font-size: 27px;
}

.mainform label {
    margin-right: 15px;
}


@media (min-width: 768px) {
#Form13083 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form10107 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form10107 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form10104 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form10107 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form10104 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}

.inventoryBanner {
    margin-bottom: 15px;
}
}






/* FOOTER */

.footerWrapper {
    background-color: white;
    position: relative;
}

/*
.footerWrapper:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/71461753-4e28-41d3-9758-420d4f54047c/brick-back.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    filter: opacity(0.4);
}
*/

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    padding: 15px;
    position: relative;
    z-index: 4;
    line-height: 30px;
}

.footerTop {
    display: flex;
    width: 1160px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.footerLogo img {
    max-width: 250px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.footerLinks li {
    padding: 5px 14px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.footerLinks li:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    padding-right: 4px;
    color: #000000;
    font-size: 12px;
    position: absolute;
    left: 5px;
    top: 5px;
    transition: .3s;
}

.footerLinks li:hover:before {
    top: 3px;
    transform: rotate(-90deg);
}

.footerLinks a {
    color: #095494;
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
}

.footerInfo .dealer-address, 
.footerInfo .dealer-phone {
    display: block;
}

.footerInfo .dealer-phone {
    font-size: 27px;
    font-weight: 700;
    color: #095494;
    margin-top: 5px;
}

a.dealer-phone.phone-text:hover {
    color: #ff6600;
}

.footerInfo > a:nth-child(1) {
    color: black;
}

.footerHours table td:first-child {
    padding-right: 15px;
    font-weight: 700;
}

.footerHours h4 {
    font-size: 22px;
    margin-top: 0;
}

.footerHours table {
    margin-bottom: 44px!important;
}

.footerMap {
    position: relative;
    padding-bottom: 23%;
    flex: 0 0 59%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerSocial {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

footer.body .outer-wrapper {
    background-color: #e0e0e0;
    color: #000;
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%);
    text-align: center;
    padding: 10px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}





@media (max-width: 1499px) {
body {
    background-position: 50% 11%;
}

.footerContainer {
    width: 1170px;
}

.footerTop {
    width: 100%;
}

.footerLinks li {
    font-size: 18px;
}

.footerLogo img {
    max-width: 180px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.p-header {
    height: 225px;
}

.mapWrapper {
    padding-bottom: 109%;
}
}




@media (max-width: 1199px) {
body {
    background-position: 50% 0%;
}

.footerContainer,
.headerContainer {
    width: 970px;
}

.headerBlock {
    flex: 0 0 61%;
}

.single-item-slider .item .item-inner {
    padding-bottom: 20%;
}

.navbar-nav>li>a {
    font-size: 17px;
    padding: 20px 10px;
}

.single-item-slider .slider-inner .item {
    width: 210px;
}

.single-item-slider .img-container {
    height: 105px;
}

.single-item-slider .item-detail .price {
    font-size: 19px;
}

.footerLogo img {
    max-width: 130px;
}

.footerLinks li {
    font-size: 16px;
    padding: 5px 10px;
}

.footerMap {
    flex: 0 0 50%;
}

.footerLinks li:before {
    left: 1px;
}

.footerLinks li:hover:before {
    top: 3px;
    font-size: 12px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 47px;
    line-height: 50px;
}

.p-header h1 span {
    font-size: 55px;
}

.p-header h1:after {
    top: 49px;
}

.mapWrapper {
    padding-bottom: 133%;
}
}




@media (max-width: 991px) {
.footerContainer,
.headerContainer {
    width: 740px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}

.headerBlock {
    flex: 0 0 72%;
}

.headerLogo a div:nth-child(2) img {
    max-width: 56px;
    margin-left: 15px;
    margin-right: 10px;
}

#main-nav {
    margin-top: 0;
}

.headerLogo {
    padding-right: 15px;
}

.headerContainer {
    align-items: center;
}

#main-nav .nav > li > a {
    font-size: 14px;
    padding: 10px 15px;
}

.eventsSlider {
    margin-top: 25px;
}

.footerTop {
    flex-flow: column;
}

.footerLinks li {
    font-size: 14px;
    padding: 5px 10px;
}

.footerBottom {
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerMap {
    flex: 0 0 100%;
    padding-bottom: 50%;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.headerBlock:after {
    display: none;
}
}





@media (max-width: 767px) {
.footerContainer,
.headerContainer {
    width: 100%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.siteSearch {
    width: 97%;
}

.headerAddress {
    display: none;
}

.headerContainer {
    padding: 5px;
    position: relative;
}

.headerBlock {
    position: initial;
    flex: 0 0 auto;
}

.headerBlock div:first-child {
    position: absolute;
    bottom: -48px;
    left: 15px;
    z-index: 4;
}

.headerBlock .dealer-phone {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 27px;
}

.headerLogo a div:nth-child(2) img {
    max-width: 43px;
    margin-left: 10px;
}

.navbar-nav {
    float: left;
    display: block;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

.home-search-container h2 {
    font-size: 17vw;
    padding: 0 15px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.footerLinks ul {
    flex-flow: column;
}

.footerLinks li {
    font-size: 16px;
    padding: 5px 10px;
    margin: 5px 0;
}

.footerLogo img {
    max-width: 175px;
    margin-bottom: 10px;
}

.footerHours {
    margin-top: 30px;
}

.footerMap {
    padding-bottom: 100%;
}

.headerBlock .btn-primary {
    margin: 0 5px;
}

.featText h2 {
    font-size: 50px;
}

.buttonContainer a:after {
    display: none;
}

.buttonContainer {
    flex-flow: column;
}

.buttonContainer h3 {
    font-size: 10vw;
    line-height: 10vw;
    padding: 4% 0;
}

.buttonContainer h3 span {
    font-size: 12vw;
}

.buttonWrapper.ltrBtns h3 span {
    font-size: 10vw;
}

.homeSlider .widget-inner {
    margin-top: 0!important;
}

.eventsSlider {
    margin-top: 0;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 11vw;
    line-height: 11vw;
}

.p-header h1 span {
    font-size: 12vw;
}

.p-header h1:after {
    top: 50%;
    transform: translateY(-50%);
}

#content-container {
    padding-bottom: 0;
}

#promotions-page, #inventory-page, .page-background > div, #calendar-page, #employees-team-page 
#vdp-container, #thankyou-page, #showroom, #blog-page, #blog-detail, #credit-thankyou-page, #events-page, .custom-page, #employees-team-page, #vdp-container, #creditAppContainer, .jumbotron .container {
    margin: 0 15px 25px;
    z-index: 2;
    position: relative;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

#home-page {
    margin-bottom: 0;
}

.featuredInventory {
    margin-top: 0;
}

.headerLogo {
    padding-right: 0;
}

.eventsSection {
    margin-top: -30px!important;
}

.upcomingEvents .widget-inner {
    margin-top: 0!important;
}
}






#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; 

} 

/* FLEX FINANCING */
#flexFinancing {
    background-color: white;
    padding: 15px;
    color: black;
}

#flexFinancing > div {
    padding: 30px 15px;
}

#flexFinancing .topSection {
    display: flex;
    align-items: center;
}

#flexFinancing span.disclaimer-tag {
    font-size: 8px;
    vertical-align: super;
    padding-left: 2px;
}

#flexFinancing .disclaimers {
    font-size: 10px;
}

#flexFinancing .topSection > div:nth-child(2) {
    padding: 15px;
    flex: 0 0 50%;
}

#flexFinancing .eyebrow {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
}

#flexFinancing .topSection h1 {
    margin-top: 5px;
}

#flexFinancing .flexBenefits {
    background-color: #eeeeee;
    margin: 25px 0;
}

#flexFinancing h2 {
    position: relative;
    margin-top: 0;
}

#flexFinancing span.hash {
    width: 50px;
    height: 3px;
    background-color: #ff6600;
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 9px;
}

#flexFinancing .flexBenefits > div {
    display: flex;
    justify-content: space-between;
}

#flexFinancing .flexBenefits > div > div {
    flex: 0 0 32%;
    background-color: white;
    padding: 15px;
}

#flexFinancing .compare table td {
    padding: 15px;
}

#flexFinancing .btn-primary {
    margin: 10px auto;
    display: block;
    width: max-content;
}

@media (max-width: 767px) {
#flexFinancing .topSection,
#flexFinancing .flexBenefits > div {
    flex-flow: column;
}

#flexFinancing .topSection > div:nth-child(2) {
    padding: 15px 0;
}

#flexFinancing .flexBenefits > div > div {
    margin: 15px 0;
}

#flexFinancing .compare table td {
    padding: 5px;
}
}

/* FLEX FINANCING */
#flexFinancing {
    background-color: white;
    padding: 15px;
    color: black;
}

#flexFinancing > div {
    padding: 30px 15px;
}

#flexFinancing .topSection {
    display: flex;
    align-items: center;
}

#flexFinancing span.disclaimer-tag {
    font-size: 8px;
    vertical-align: super;
    padding-left: 2px;
}

#flexFinancing .disclaimers {
    font-size: 10px;
}

#flexFinancing .topSection > div:nth-child(2) {
    padding: 15px;
    flex: 0 0 50%;
}

#flexFinancing .eyebrow {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
}

#flexFinancing .topSection h1 {
    margin-top: 5px;
}

#flexFinancing .flexBenefits {
    background-color: #eeeeee;
    margin: 25px 0;
}

#flexFinancing h2 {
    position: relative;
    margin-top: 0;
}

#flexFinancing span.hash {
    width: 50px;
    height: 3px;
    background-color: #ff6600;
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 9px;
}

#flexFinancing .flexBenefits > div {
    display: flex;
    justify-content: space-between;
}

#flexFinancing .flexBenefits > div > div {
    flex: 0 0 32%;
    background-color: white;
    padding: 15px;
}

#flexFinancing .compare table td {
    padding: 15px;
}

#flexFinancing .btn-primary {
    margin: 10px auto;
    display: block;
    width: max-content;
}

@media (max-width: 767px) {
#flexFinancing .topSection,
#flexFinancing .flexBenefits > div {
    flex-flow: column;
}

#flexFinancing .topSection > div:nth-child(2) {
    padding: 15px 0;
}

#flexFinancing .flexBenefits > div > div {
    margin: 15px 0;
}

#flexFinancing .compare table td {
    padding: 5px;
}
}

