body {
    font-size: 16px;
    color: #000;
    font-family: 'Inter', 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: #ffffff url(https://psmfirestorm.blob.core.windows.net/506a5f1b-4932-42c5-8b65-5ff776fb31ac/WebLarge_jpg-2024-orv-rzr-trail-s-image-group-utwy23-0067.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #ffffff url(https://psmfirestorm.blob.core.windows.net/506a5f1b-4932-42c5-8b65-5ff776fb31ac/WebLarge_jpg-2024-orv-rzr-trail-s-image-group-utwy23-0067.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.container {
    width: 1470px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

a,
a.promo-link {
    color: #000000;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #6e6e6e;
    text-decoration: none;
}

.searchSection,
.oemSection,
.featuredSection,
.aboutSection {
    margin-top: 0!important;
}

.sliderSection {
    margin-top: -25px;
}

.searchSection {
    padding: 9% 0;
}

.oemSection {
    background-color: white;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    position: relative;
}

.featuredSection {
    background-color: white;
}

.aboutSection {
    padding: 10% 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/f03bfd06-2784-4510-9918-ab8d1f9da5c2/WebLarge_jpg-2024-orv-rgr-xp-1000-northstar-ultimate-desert-tan-image-riding-SIX6611-02617.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer {
    background-color: white;
    padding: 15px;
}







/* HEADER */

header.body {
    background-image: url(https://psmfirestorm.blob.core.windows.net/699ab4fc-4e7a-46cb-9404-459fc62e6031/collage-back-65.jpg);
    background-size: cover;
    background-position: center;
}

.headerContainer {
    width: 810px;
    margin: auto;
    display: flex;
    color: white;
    padding: 15px;
    align-items: center;
}

.headerContainer a {
    color: white;
}

.headerBlock {
    flex: 0 0 25%;
}

.headerContainer > div:nth-child(1) > a:nth-child(1), 
.headerContainer > div:nth-child(1) > a.dealer-phone, 
.headerContainer > div:nth-child(3) > a {
    display: flex;
    align-items: baseline;
}

.headerContainer > div:nth-child(1) > a.dealer-phone span:nth-child(1), 
.headerContainer > div:nth-child(1) > a:nth-child(1) > span.fa.fa-map-marker, 
#inner-bg > header > div.headerContainer > div:nth-child(3) > a > span.fa.fa-clock-o {
    padding-right: 10px;
    color: red;
    text-align: left;
}

.headerContainer > div:nth-child(1) > a:nth-child(1) > span.hideMbl {
    display: block;
}

.headerContainer > div:nth-child(1) > a.dealer-phone {
    margin-top: 10px;
}

.headerContainer > div:nth-child(3) {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.headerLogo {
    flex: 0 0 50%;
    text-align: center;
}

.headerLogo img {
    max-width: 300px;
}

.headerBlock .social {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.headerBlock .social a {
    font-size: 21px;
    margin: 7px;
}

.headerBlock .social img {
    filter: invert(1);
    max-width: 60px;
}

.headerBlock .dealer-address {
    display: block;
}





/* NAVIGATION */

#main-nav {
    background-color: white;
    background: linear-gradient(to bottom, #d1d2d4 0%,#ffffff 100%);
    border: 3px solid white;
    border-right: none;
    border-left: none;
}

.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-around;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: red;
}

.social-media-icons {
    display: none;
}

.navbar {
    min-height: unset;
}

.navbar-nav>li>a {
    padding: 10px 15px;
}






/* CONTENTS */

.siteSearch {
    display: flex;
    width: 500px;
    margin: auto;
    box-shadow: 0 0 10px black;
    border: 5px solid red;
}

.siteSearch .form-control {
    background-color: white;
    color: black;
    border: none;
    border-radius: 0px;
    padding: 30px 20px;
    margin: 0px;
    font-size: 16px !important;
    border-right: none;
    box-shadow: none;
}

.siteSearch .form-control:hover, 
.siteSearch .form-control:focus {
    background-color: white;
    box-shadow: none;
}

.siteSearch button {
    background-color: white;
    border: none;
    color: red;
    padding: 14px;
    font-size: 20px;
    border-left: none;
    border-radius: 0;
    margin: 0;
    background: white;
}

.siteSearch button:hover {
    background: white;
    color: black;
}

.siteSearch button:before {
    display: none;
}

.homeButtons {
    display: flex;
    justify-content: space-between;
    width: 1170px;
    margin: 6% auto 0;
}

.homeButtons a {
    flex: 0 0 32%;
    background-color: white;
    padding: 15px;
    box-shadow: 0 0 10px black;
    position: relative;
}

.homeButtons a:before {
    content: '';
    width: 50px;
    height: 50px;
    border: 5px solid red;
    position: absolute;
    left: -3px;
    top: -3px;
    border-right: transparent;
    border-bottom: transparent;
    transition: .3s;
}

.homeButtons a:after {
    content: "";
    right: 0;
    left: unset;
    bottom: -3px;
    top: unset;
    border: 5px solid red;
    border-left: transparent;
    width: 30px;
    height: 30px;
    border-top: transparent;
    position: absolute;
    transition: .3s;
}

.homeButtons a:hover:before, 
.homeButtons a:hover:after {
    width: 100%;
    height: 105%;
}

.homeButtons h3 {
    font-size: 40px;
    margin: 0;
}

.homeButtons h3 span {
    display: block;
    font-size: 35px;
}

.oemContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.oemContainer a {
    padding: 15px;
}

.oemContainer a:hover {
    transform: scale(1.05);
}

.aboutSection .container {
    background-color: white;
}

.homeAbout {
    background-color: white;
    margin: auto;
    padding: 72px 87px;
}

.homeAbout h1 {
    margin-top: 0;
    text-align: center;
    font-weight: 400;
    color: #979797;
    font-size: 30px;
    letter-spacing: 1px;
}

.homeAbout h1 span {
    display: block;
    font-weight: 700;
    font-size: 45px;
    color: red;
    text-shadow: 8px 8px 0 #e4e4e4;
}

.homeAbout h3 {
    text-align: center;
    letter-spacing: 3px;
}

.homeAbout p {
    line-height: 30px;
}

.socialEmbed {
    background-color: white;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 300px;
    border-bottom: 2px solid black;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    bottom: 0;
    font-size: 50px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%,rgb(0 0 0) 100%);
    width: 100%;
    padding: 15px 15px 5px;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.p-header h1 span {
    font-weight: 400;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    background-color: #bcbcbc;
    border-color: #d8d8d8;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    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;
}

.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 #ededed;
    background: red;
    color: white;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .employee {
    padding: 2px;
}







/* FEATURED INVENTORY */

.featuredInventory h2 {
    display: none;
}

.featuredInventory {
    margin-top: 60px;
}

.single-item-slider .slider-outer {
    height: 400px;
}

.single-item-slider .slider-inner .item {
    width: 335px;
}

.single-item-slider .img-container {
    height: 200px;
    background-color: white;
}

.single-item-slider .item .item-inner:before {
    content: '';
    right: -6px;
    left: unset;
    bottom: -6px;
    top: unset;
    border: 5px solid red;
    border-left: none;
    width: 30px;
    height: 30px;
    border-top: none;
    position: absolute;
}

.single-item-slider .item {
    background-color: #efefef;
    border: 5px solid #efefef;
}

.single-item-slider .item-detail .name {
    text-align: left;
    font-weight: 400;
}

.single-item-slider .item-detail .price {
    padding: 5px;
    position: absolute;
    width: 100%;
    line-height: unset;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
}

.oemSection .btn-primary {
    margin: 20px auto;
    display: block;
    width: max-content;
    font-size: 18px;
}

.single-item-slider .slider-inner .item:before {
    z-index: 0;
}

.single-item-slider .item .item-inner {
    border-radius: 0;
}







/* INVENTORY */

.remove-all-filters-link {
    text-decoration: none;
    background-color: red;
    color: white;
    padding: 3px 7px;
    border-radius: 5px;
    bottom: -5px;
    display: block;
}

.inventory-container .price-compare-line {
    border-bottom: none;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 14px;
}

.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, 
.inventory-container .vehicle .price a {
    font-size: 22px;
    padding: 9px 13px;
    bottom: 0px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: red;
    color: white;
    margin: auto;
    width: max-content;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    position: relative;
}

.inventory-container .vehicle {
    transition: .4s ease;
    border-radius: 10px;
}

.inventory-container .vehicle:hover {
    background-color: #e7e7e7;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    min-height: 40px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: -9px;
    left: -5px;
}

.modal {
    z-index: 12050;
}

.inventory-container .vehicle .price-label {
    padding-top: 0;
}

.inventory-container .vehicle-box {
    box-shadow: 0 0 10px rgb(0 0 0 / 22%);
    border-radius: 10px;
    padding-bottom: 10px;
}

.inventory-container .vehicle .thumb {
    border-radius: 10px 10px 0 0;
}






/* FORMS */

.btn-primary {
    background-color: #ed1d25;
    border: none;
    margin: 10px 0;
    position: relative;
    transition: .3s;
    z-index: 3;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    padding: 10px 20px;
    overflow: hidden;
}

.btn-primary:before {
    content: '';
    width: 0px;
    height: 100%;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.btn-sec {
    margin: 10px auto;
    display: block;
    width: max-content;
    font-size: 20px;
}

.btn-primary:hover:before {
    width: 100%;
}

.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: #ff0000;
    background: linear-gradient(to bottom, #ff0000 0%,rgba(160,28,32,1) 100%);
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
    overflow: hidden;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 29px;
    margin-bottom: 4px;
    position: relative;
    font-weight: 700;
    color: red;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    transition: .3s;
    box-shadow: 0 0 4px rgb(0 0 0 / 18%);
}

.form-control:hover {
    border-color: #ff0000;
}

.form-control:focus {
    border-color: #ff0000;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 60%);
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.field-validation-valid {
    color: black;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    box-shadow: 0 0 5px black;
}

#VehicleInquiryContainer {
    padding: 10px;
}

.mainform .k-widget.k-datepicker.k-header {
    margin-left: 10px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 95px;
}

.customForm [placeholder="Zip Code"] {
    width: 77px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    color: black;
    box-shadow: 0 0 4px rgb(0 0 0 / 18%);
}

.customForm textarea {
    width: 100%;
}






/* FOOTER */

.footerWrapper {
    background-color: white;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    padding: 15px;
    color: black;
}

.footerTop {
    display: flex;
    width: 1140px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.footerLogo img {
    max-width: 200px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.footerLinks li {
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.footerLinks li:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 12px;
    display: inline-block;
    transition: .3s;
    transform-origin: initial;
    position: absolute;
    left: 13px;
    top: 9px;
}

.footerLinks li:hover:before {
    transform: rotate(-90deg);
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid gray;
    padding: 30px 15px;
}

.footerInfo .dealer-address, 
.footerInfo .dealer-phone {
    display: block;
}

.footerInfo .dealer-phone {
    font-size: 23px;
}

.footerHours table td:first-child {
    padding-right: 15px;
    font-weight: 600;
}

.footerHours h4 {
    font-size: 22px;
    margin-top: 0;
    border-bottom: 1px solid #c1c1c1;
}

.footerHours table {
    margin-bottom: 44px!important;
}

.footerMap {
    position: relative;
    padding-bottom: 15%;
    flex: 0 0 47%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerSocial {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.footerSocial a {
    font-size: 25px;
    margin: 10px;
    position: relative;
    color: black;
}

.footerSocial a:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: red;
    transform: skewX(-10deg);
    top: 0;
    right: -16px;
}

.footerSocial a:last-child:after {
    display: none;
}

.footerSocial img {
    max-width: 60px;
}

footer.body .outer-wrapper {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #fff;
}






@media (max-width: 1499px) {
.container,
.footerContainer {
    width: 1170px;
}

.homeButtons {
    width: 100%;
}

.single-item-slider .slider-inner .item {
    width: 350px;
}
}




@media (max-width: 1199px) {
.container,
.footerContainer {
    width: 970px;
}

.footerTop {
    width: 100%;
    flex-flow: column;
}

.footerLogo {
    margin-bottom: 25px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.single-item-slider .img-container {
    height: 170px;
}

.homeAbout h3 {
    letter-spacing: 2px;
}

.p-header {
    height: 280px;
}

.p-header h1 {
    font-size: 45px;
}

.mapWrapper {
    padding-bottom: 130%;
}

.inventory-container .vehicle .price, .inventory-container .vehicle .price a {
    font-size: 19px;
}
}





@media (max-width: 991px) {
.container,
.footerContainer {
    width: 740px;
}

.homeButtons h3 {
    font-size: 32px;
}

.homeButtons h3 span {
    font-size: 27px;
}

.headerContainer {
    width: 700px;
}

.headerLogo img {
    max-width: 220px;
}

.headerBlock {
    flex: 0 0 32%;
}

.headerLogo {
    flex: 0 0 36%;
}

.single-item-slider .img-container {
    height: 125px;
}

.single-item-slider .slider-inner .item {
    width: 207px;
}

.single-item-slider .item-detail .price {
    font-size: 17px;
}

.single-item-slider .slider-outer {
    height: 320px;
}

.footerLinks ul {
    flex-flow: column;
}

.footerBottom {
    flex-flow: column;
    align-items: center;
}

.footerHours {
    margin-top: 30px;
}

.footerMap {
    width: 100%;
    padding-bottom: 50%;
}

#main-nav .nav > li > a {
    font-size: 15px;
    padding: 15px;
}

.p-header {
    height: 235px;
}

.p-header h1 {
    font-size: 40px;
}

.mapWrapper {
    margin-top: 25px;
    padding-bottom: 50%;
}
}





@media (max-width: 767px) {
.footerContainer,
.headerContainer,
.siteSearch {
    width: 100%;
}

.container {
    width: auto;
}

#promotions-page, #inventory-page, .page-background > div, #calendar-page, #employees-team-page 
#vdp-container, #thankyou-page, #showroom, #blog-page, #blog-detail, #credit-thankyou-page, #events-page, .custom-page, #employees-team-page, #vdp-container, #creditAppContainer {
    margin: 0 15px;
}

.homeButtons {
    flex-flow: column;
}

.navbar-nav {
    float: none;
    display: block;
    justify-content: space-around;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerContainer {
    position: relative;
    justify-content: space-around;
}

.headerContainer a {
    color: black;
}

.headerBlock .social {
    display: none;
}

.headerContainer > div:nth-child(3) {
    position: absolute;
    left: 15px;
    bottom: -44px;
    z-index: 3;
}

.hideMbl {
    display: none!important;
}

.headerContainer > div:nth-child(1) > a.dealer-phone span:nth-child(1), 
.headerContainer > div:nth-child(1) > a:nth-child(1) > span.fa.fa-map-marker {
    padding-right: 0;
    font-size: 35px;
}

.headerBlock {
    order: 2;
    flex: 0 0 10%;
}

.headerLogo {
    order: 1;
    flex: 0 0 67%;
}

.headerLogo img {
    max-width: 200px;
}

#main-nav .navbar-toggle {
    padding: 0px 10px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: red;
}

#main-nav .nav > li > a {
    font-size: 16px;
}

.homeButtons a {
    margin: 10px 0;
}

.homeButtons h3 {
    font-size: 11vw;
}

.homeButtons h3 span {
    font-size: 8vw;
}

.oemSection .widget-inner {
    margin-top: 0!important;
}

.oemContainer {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
}

.oemContainer a {
    flex: 0 0 33%;
}

.aboutSection .container {
    background-color: transparent;
}

.homeAbout h1 span {
    font-size: 35px;
    text-shadow: 4px 4px 0 #e4e4e4;
}

.homeAbout {
    padding: 15px;
}

.homeAbout h3 {
    letter-spacing: 0px;
    font-size: 20px;
}

.homeAbout p {
    line-height: 25px;
}

.socialEmbed {
    background-color: transparent;
}

.socialEmbed > div {
    background-color: white;
}

.p-header h1 {
    font-size: 8vw;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.mapWrapper {
    margin-top: 0;
    padding-bottom: 100%;
}

.mapandhourstbl {
    margin: auto;
}
}





