
body {
    font-family: 'Barlow', sans-serif;
    color: #000;
    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/f2dfa888-391c-41f3-bbad-de237ed14423/worth-background.jpg) no-repeat center center;*/
      background-size: cover;
    background-color: white;
}
}

@media (min-width: 768px) {
body {
    /*background: #000000 url(https://psmfirestorm.blob.core.windows.net/f2dfa888-391c-41f3-bbad-de237ed14423/worth-background.jpg) no-repeat center center;*/
    background-attachment: scroll;
    background-size: contain;
    background-position: top; }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

a {
    color: #ff6600;
}


a:focus, a:hover {
    color: #f58220;
    text-decoration: none;
}

.box3 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/8f8dfd35-eadd-4f74-94b2-fcc46507cc50/worth-background-search-4.jpg);
    background-size: cover;
    background-position: 0 0px;
    position: relative;
    box-shadow: inset 0px 0px 30px black;
    margin-top: 0px!important;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-color: #333032;
}

#inventory-page,
#promotions-page,
#showroom {
    margin-top: 30px;
}

.homeslider {
    margin-top: -30px;
}

a.promo-link {
    color: #000;
}

a.promo-link:hover {
    color: #ff6600;
}











/* HEADER */

header.body {
    margin-bottom: 0;
}

.header-background {
    background-color: black;
}

.header-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}

.header-block-m {
    display: flex;
    flex-flow: column;
}

.header-r-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-r-bottom a {
    color: white;
    transition: .3s;
}

.header-r-bottom a:hover {
    color: #ff6600;
}

.header-r-bottom .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.header-r-bottom .dealer-city {
    padding-left: 7px;
}

.header-text a {
    background-color: #ff6600;
    padding: 2px 32px;
    color: white;
    position: relative;
    z-index: 1;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 21px;
}

.header-text a:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #ff6600;
    left: -25px;
    transform: rotate(45deg);
    top: -29px;
    z-index: -1;
}

.header-text a:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #ff6600;
    right: -25px;
    transform: rotate(45deg);
    top: -29px;
    z-index: -1;
}

.header-text {
    text-align: center;
}

.header-r-top .dealer-phone.phone-text {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 32px;
}

.header-social a {
    font-size: 22px;
    padding: 0px 3px;
    color: white;
    transition: .3s;
}

.header-social a:hover {
    color: #ff6600;
}

.headerlogo {
    max-width: 240px;
}

.hbuttonbackground {
    background-color: #f60;
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    position: relative;
}

.hbuttonbackground:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/86dc831f-8096-486a-9f48-3703a630c3a6/btn-btm-left.png);
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
}

.hbuttonbackground a {
    flex: 0 0 25%;
    color: #000;
    text-align: center;
    transition: .4s;
}

.hbuttonbackground a:hover {
    color: white;
    transform: skewX(-10deg);
}

a:nth-child(4) > .hbuttonblock {
    border-right: none;
}

.hbuttonblock h3, .hbuttonblock h2 {
    margin: 0;
}

.hbuttonblock h2 {
    font-size: 3vw;
}

.hbuttonblock h3 {
    font-weight: 100;
    font-size: 2vw;
}

.header-social img {
    width: 18px;
    padding-bottom: 4px;
}







/* NAVIGATION */

#main-nav {
    background-color: white;
    border-bottom: 1px solid #e4e4e4;
}

.navbar-nav>li>a {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 25px 15px;
    color: black;
}


.social-media-icons {
    display: none;
}

#main-nav-collapse > ul > li > a[title^="Winter"] {
    color: red;
}

#main-nav-collapse > ul > li > a[title^="Spring"] {
    color: #ff6600;
}

#main-nav-collapse > ul > li > a[title^="PRE-OWNED CVOs"] {
    color: #ff6600;
}

.navbar {
    border: none;
}






/* CONTENT */

.siteSearch {
    display: flex;
    width: 100%;
    margin: 15% auto;
}

.siteSearch .form-control {
    border-radius: 27px;
    padding: 25px;
    font-size: 20px;
    text-transform: uppercase;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: white;
    border: 2px solid #000;
    border-right: none;
    margin: 0;
}

.siteSearch .btn.btn-primary {
    background-color: white;
    border: 2px solid #000;
    font-size: 30px;
    padding: 0 15px;
    border-radius: 27px;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: black;
    margin: 0;
}

.widget-UpcomingEvents h2, 
.widget-UpcomingEvents h3,
#CustomEventWidget,
#CustomEventWidget .eventWrapper {
    background: transparent;
}

.upcomingevents > div {
    background-color: #ececec;
    color: black;
    border-radius: 20px;
}

.eventInfo h4 {
    color: #000;
    text-transform: uppercase;
}

.widget-UpcomingEvents h2 {
    text-align: center;
    font-size: 50px;
}

.widget-UpcomingEvents h3 {
    text-align: center;
    font-size: 30px;
}

.widget-UpcomingEvents {
    padding-top: 0;
}

#CustomEventWidget .eventDate {
    color: #000;
    background-color: white;
    border-radius: 10px;
    text-transform: uppercase;
    height: 5em;
    /*flex-flow: row;*/
    align-items: center;
    margin: 0 auto 10px;
}

#CustomEventWidget .calEvent {
    margin-bottom: 20px;
    flex-flow: column;
}

.calMonth, 
.calDay {
    font-size: 25px;
    padding: 0 7px;
}

.bbb-logo {
    max-width: 130px;
}

.home-button-wrapper {
    display: flex;
    flex-flow: column;
}

.home-button-wrapper a {
    display: flex;
    padding: 30px;
    align-items: center;
}

.home-button-wrapper a:nth-child(even) {
    flex-flow: row-reverse;
}

.home-button-text {
    flex: 0 0 50%;
    padding: 10px;
    text-align: center;
}

.home-button-text h2 {
    font-size: 65px;
    line-height: 58px;
    font-weight: 100;
}

.home-button-text > span {
    font-size: 38px;
    background-color: white;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    padding: 16px 0px;
    color: black;
    border: 3px solid #ff6600;
}

.home-button-text h2 span {
    display: block;
    font-weight: 700;
}

.home-about-wrapper {
    position: relative;
}

.home-about-text {
    width: 100%;
    margin: 0 auto -6%;
    position: relative;
    padding: 0 15px;
}

.home-about-text h3 {
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 100;
    letter-spacing: 5px;
    margin-bottom: 4px;
}

.home-about-text h1 {
    text-align: center;
    margin-top: 0;
    font-size: 45px;
    color: #ff6600;
    margin-bottom: 5px;
}

.home-about-text h2 {
    text-align: center;
    margin-top: 0;
    text-transform: unset;
    position: relative;
}

.home-about-text h2:before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    left: calc(50% - 228px);
    top: 4px;
    color: #bdbdbd;
}

.home-about-text h2:after {
    content: '\f10e';
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    right: calc(50% - 228px);
    top: 4px;
    color: #bdbdbd;
}

.home-about-wrapper img {
    width: 100%;
}

.home-divider {
    margin-top: 60px;
}

.p-header img {
    width: 100%;
}

.p-header h1 {
    text-align: center;
    color: white;
    padding: 14% 0 0;
    font-size: 75px;
    line-height: 41px;
    margin: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,1) 100%);
}

.parts-header,
.service-header,
.financing-header,
.about-header,
.map-header,
.military-header,
.employment-header,
.shoponline-header,
.hog-header,
.rd-header,
.oil-header {
    background-size: 100%;
    background-attachment: fixed;
}


.oil-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b6c931f6-34b1-44ea-96c6-7a714bcb90d4/oilchange-header.jpg);
}

.parts-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/63bdd4a7-1981-4e7d-9095-3d957884ca3e/parts-header-2.jpg);
}

.service-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/625f1c7c-d210-496a-ab2f-ec87d57d0648/service-header.jpg);
}

.financing-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5e8ffeec-e4b5-41c1-96ed-fda3bddc8492/financing-header.jpg);
}

.about-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/53e68ef9-3db3-4ca9-9038-8404e9ae4da8/about-header-2.jpg);
}

.map-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/8b3ecae8-0642-4114-b08d-5d794700dcb0/map-header-2.jpg);
}

.military-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/1a97ed16-6c39-4e1e-8d8d-60df9d4bb4b7/military-header.jpg);
}

.employment-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a4b333b9-8c28-4ec0-acbf-dada3173ac39/employment-header.jpg);
}

.shoponline-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/8bc4b66d-a724-48fe-aa0e-327aab7429d1/shop-online-header.jpg);
}

.hog-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b6d63040-dd17-4dc0-9d07-d24ebd0fea91/hog-header.jpg);
}

.rd-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/42f63843-9703-438e-a0ea-a30989210a62/rd-header.jpg);
}



.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.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: #dbdbdb;
    border-color: #cccccc;
}

.maphourswrapper {
    display: flex;
}

.hoursblock {
    flex: 0 0 50%;
}

.hoursblock table td:last-child {
    text-align: right;
    padding-left: 15px;
}

.military-pic {
    float: left;
    width: 40%;
    padding: 0 10px 10px 0;
}

.shop-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.shop-wrapper a {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-color: black;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 20px;
    color: white;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.video-wrapper {
    overflow: hidden;
    padding-bottom: 29.25%;
    position: relative;
    height: 0;
    width: 50%;
    margin: auto;
}

.video-wrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.rd-pic {
    float: right;
    padding: 10px;
    width: 40%;
}

.rdAppContainer {
    display: flex;
    justify-content: space-around;
}

.rdAppDownload {
    display: flex;
    flex: 0 0 50%;
    flex-wrap: wrap;
}

.rdAppDownload a {
    margin: 14px;
    flex: 0 0 40%;
}

.rdText {
    flex: 0 0 100%;
}


@media (max-width: 767px) {
.rdAppContainer {
    flex-wrap: wrap;
}

.rdAppDownload {
    flex: 0 0 100%;
}
}

.psm-anchor-bottom {
    bottom: 80px!important;
}








/* FEATURED INVENTORY */

.single-item-slider .img-container {
    height: 185px;
}

.single-item-slider .slider-outer {
    height: 315px;
}


.single-item-slider .slider-inner .item {
    width: 216px;
    background-color: #ffffff;
    border: none;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    padding: 0 2%;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
}

.single-item-slider .item-detail .name {
    color: black;
}

.featuredinventory > div {
    border-radius: 20px;
    background-color: #ececec;
}

.single-item-slider {
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
}

.featuredinventory h2 {
    color: black;
    text-align: center;
    padding-top: 10px;
}







/* INVENTORY */

#vdp-container .disclaimers, 
#vdp-container .newUnitDisclaimer, 
#vdp-container .usedUnitDisclaimer {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-decoration: underline;
}

#vehicleList {
    background-color: #e1e1e1;
}

#vehicleList>div {
    margin: 0;
    padding: 10px;
}

.panel-heading .panel-toggle {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.inventory-container .vehicle .title a {
    color: black;
}

.inventory-container .vehicle .title {
    padding: 5px;
    border-top: 2px solid #d7d7d7;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e1e1e1;
    text-transform: uppercase;
}

.inventory-container .vehicle .thumb {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.inventory-container .vehicle .price-box {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    min-height: 43px;
    line-height: 21px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: #666666;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    text-align: center;
    padding-right: 0;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#filters-box .panel-body li {
    color: #767676;
}

.vdpinquiryheader {
    margin-bottom: -15px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}

.vdp-inquire .row {
    margin-left: 0;
    margin-right: 0;
}

.siteSearch-M input {
    border: 1px solid black;
}

#VehicleViewCountContainer {
    flex-wrap: wrap;
}

#filter-accordions-box {
    display: flex;
    flex-flow: column-reverse;
}




/* FORMS */

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

.mainform {
    height: max-content;
}

.mainform > div,
.inquiryformcontainer {
    background-color: #e1e1e1;
    padding: 15px;
    border-radius: 8px;
}

.inquiryformcontainer {
    padding: 0;
    margin-top: 15px;
}

.secform {
    margin-top: 30px;
}

.form-control {
    margin: 5px 0;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    font-size: 14px!important;
}

.form-header-text {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 29px;
    text-align: center;
    margin-bottom: 0;
}

.forms-title-section {
    font-size: 18px;
    text-align: center;
    margin-bottom: 2px;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #ffffff;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    margin: 10px auto 0;
    transition: .3s;
}

.rd-btn {
    display: inline-block;
}

.btn-vdp {
    width: 100%;
}

#filter-accordions-box a:last-child {
    background-color: #ff6600;
}

.btn-primary:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #000000;
    letter-spacing: 5px;
}

.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: #000;
    background-color: #ffffff;
    border-color: #000000;
    letter-spacing: 5px;
}

.partsform .form-header-text:before {
    content: "\f085";
    font-family: 'fontawesome', sans-serif;
    font-size: 21px;
    padding-right: 5px;
}

.servform .form-header-text:before {
    content: "\f0ad";
    font-family: 'fontawesome', sans-serif;
    font-size: 21px;
    padding-right: 5px;
}

.locationBox {
    background-color: #e1e1e1;
    border-radius: 8px;
}

.locationBox h3 {
    margin: 0;
}

.map-wrapper {
    position: relative;
    padding-bottom: 30%;
    margin-top: 30px;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

#Form1021 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
#Form1062 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1062 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
}

#Form1062 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0px 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: none;
    margin: 5px 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #6e6e6e;
}

.footerbackground {
    background-color: #ffffff;
    padding: 30px 30px 60px;
    color: black;
}

.footercontainer {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #e4e4e4;
    flex-direction: column;
    text-align: center;
}

.footerhours .hourswrapper {
    display: flex;
    justify-content: space-between;
    max-width: 320px;
    margin: 0 auto;
}

.hoursrightblk {
    text-align: right;
    padding-left: 20px;
}

.fixedfooter {
    position: fixed;
    bottom: 0;
    background-color: #ff6600;
    width: 100%;
    box-shadow: 0px 0px 10px black;
    z-index: 2040;
}

.fixedfootercontainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    font-size: 50px;
}

.fixedfootercontainer a {
    color: black;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}

.fixedfootercontainer a .fixedfootermain {
    transition: .3s;
}

.fixedfootercontainer a:hover .fixedfootermain {
    color: white;
}



.footerlinks {
    padding: 0;
    list-style: none;
}

.footerlinks li a {
    transition: .3s;
}

.footerlinks li a:hover {
    padding-left: 10px;
}

.footerlinks a:before {
    content: "\f101";
    font-family: 'fontawesome', sans-serif;
    margin-right: 5px;
    color: black;
}

.footerlinks li {
    padding: 15px 0;
}

.footerhours h4 {
    margin-bottom: 0;
    border-bottom: 1px solid #d0d0d0;
}

.footercontact .dealer-phone.phone-text {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.footer-hog {
    margin-top: 30px;
    display: block;
}

.footersocialwrapper {
    display: flex;
    justify-content: space-around;
}

.footersocialwrapper a {
    font-size: 30px;
    color: black;
}

.footersocialwrapper img {
    width: 24px;
    padding-bottom: 6px;
}

.footer-block .w3-red.btn {
    background-color: #ff6600;
    color: white;
    position: relative;
    z-index: 3;
}

.footer-block .w3-red.btn:after {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #ff6600;
    position: absolute;
    bottom: -9px;
    left: 38%;
    transform: rotate(45deg);
    z-index: -1;
}

.footer-block .tablink {
    background-color: #3a3a3a;
    margin: 0 10px 14px 0;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    padding: 2px 10px;
    color: white;
    font-weight: 900;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footer-block .btn.active.focus, 
.footer-block .btn.active:focus, 
.footer-block .btn.focus, 
.footer-block .btn:active.focus, 
.footer-block .btn:active:focus, 
.footer-block .btn:focus {
    outline: none;
}

.footer-block .btn.focus, 
.footer-block .btn:focus, 
.footer-block .btn:hover {
    color: #c8c8c8;
}

.footertable td:first-child {
    text-align: left;
}

@media (max-width: 767px) {
.footertable {
    margin: auto; }
}


.siteSearch-M button {
    height: 34px;
    padding: 3px;
    margin-top: 5px !important;
}

#ModalVehicleInquiry {
    border: 2px #f60 solid;
    background-color: #e1e1e1;
    z-index: 2222;
}

/* LEARN TO RIDE */

#main.learn-to-ride {
  padding-top: 0;
}
#main.learn-to-ride #main {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  #main.learn-to-ride #main {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
#main.learn-to-ride .dst-riders-edge {
  position: relative;
  padding-bottom: 520px;
  background-image: url("https://psmfirestorm.blob.core.windows.net/da27be67-8cb4-4908-bed2-12a4c289a08c/rockstar-rider.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #808080;
}
@media (min-width: 768px) {
  #main.learn-to-ride .dst-riders-edge {
    padding-bottom: 530px;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .dst-riders-edge {
    padding-bottom: 64%;
    background-size: 100%;
  }
}
#main.learn-to-ride .dst-riders-content {
  padding: 38% 15px 0;
  background-image: url("https://psmfirestorm.blob.core.windows.net/ffa3fbf8-3188-4a3f-8fed-234e07c8621b/hero-rider.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: #000000;
}
@media (min-width: 768px) {
  #main.learn-to-ride .dst-riders-content {
    padding-top: 7%;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .dst-riders-content {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  #main.learn-to-ride .dst-riders-content {
    padding-top: 30px;
    background-position: center -50px;
  }
}
#main.learn-to-ride .dst-riders-content h1,
#main.learn-to-ride .dst-riders-content h2,
#main.learn-to-ride .dst-riders-content h3 {
  line-height: 28px;
  font-size: 27px;
  font-family: 'H-DLetterpress', 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
}
#main.learn-to-ride .dst-riders-content h2 {
  line-height: 24px;
  font-size: 22px;
}
#main.learn-to-ride .dst-riders-content h3 {
  line-height: 20px;
  font-size: 18px;
}
#main.learn-to-ride .dst-riders-content > hr {
  margin: 30px auto;
  border: none;
  border-top: solid 1px #333333;
}
#main.learn-to-ride .top-riders-content > img {
  width: auto;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  #main.learn-to-ride .top-riders-content > img {
    margin: 0;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > img {
    float: right;
    margin-top: 15px;
  }
}
#main.learn-to-ride .top-riders-content > div {
  padding-top: 15px;
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > div {
    width: 45%;
  }
}
#main.learn-to-ride .top-riders-content > div h1 {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > div h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  #main.learn-to-ride .top-riders-content > div h1 {
    margin-bottom: 10px;
  }
}
#main.learn-to-ride .top-riders-content > div h1 span {
  display: block;
  line-height: 48px;
  font-size: 48px;
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > div h1 span {
    line-height: 78px;
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > div h3 {
    line-height: 24px;
    font-size: 22px;
    color: #cc6600;
  }
}
#main.learn-to-ride .top-riders-content > div h3 span {
  display: block;
}
@media (min-width: 1200px) {
  #main.learn-to-ride .top-riders-content > div h3 span {
    display: inline;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > div > p {
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  #main.learn-to-ride .top-riders-content > div > p {
    margin-right: 150px;
  }
}
#main.learn-to-ride .top-riders-content > div .rider-buttons {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #main.learn-to-ride .top-riders-content > div .rider-buttons {
    text-align: left;
  }
}
#main.learn-to-ride .top-riders-content > div .rider-buttons a {
  background: #b44717;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7200), color-stop(100%, #b44717));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff7200 0%, #b44717 100%);
  /* W3C */
  -webkit-transition: 0.2s color ease-in-out;
  -o-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  display: block;
  width: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 14px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
#main.learn-to-ride .top-riders-content > div .rider-buttons a:after {
  margin-left: 6px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f107";
}
#main.learn-to-ride .top-riders-content > div .rider-buttons a:hover {
  background: #e66700;
  color: #000000;
}
@media (min-width: 768px) {
  #main.learn-to-ride .top-riders-content > div .rider-buttons a {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > div .rider-buttons a {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}
#main.learn-to-ride .top-riders-content > div .rider-buttons a + a {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #main.learn-to-ride .top-riders-content > div .rider-buttons a + a {
    margin-top: 0;
    margin-left: 6px;
  }
}
#main.learn-to-ride .top-riders-content + div {
  padding-top: 30px;
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content + div {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  #main.learn-to-ride .top-riders-content + div {
    padding-top: 110px;
  }
}
#main.learn-to-ride .rider-experience {
  position: relative;
  padding-bottom: 70px;
}
#main.learn-to-ride .rider-experience:before,
#main.learn-to-ride .rider-experience:after {
  content: " ";
  display: table;
}
#main.learn-to-ride .rider-experience:after {
  clear: both;
}
#main.learn-to-ride .rider-experience:before,
#main.learn-to-ride .rider-experience:after {
  content: " ";
  display: table;
}
#main.learn-to-ride .rider-experience:after {
  clear: both;
}
@media (min-width: 768px) {
  #main.learn-to-ride .rider-experience {
    padding-bottom: 0;
  }
}
#main.learn-to-ride .rider-experience .course-info > a {
  position: absolute;
  bottom: 20px;
}
@media (min-width: 768px) {
  #main.learn-to-ride .rider-experience .course-info > a {
    position: static;
  }
}
#main.learn-to-ride .course-info {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #main.learn-to-ride .course-info {
    width: 55%;
    float: left;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .course-info {
    width: 48%;
  }
}
#main.learn-to-ride .course-info > h2 span {
  display: block;
  line-height: 40px;
  font-size: 38px;
}
@media (min-width: 768px) {
  #main.learn-to-ride .course-info > h2 span {
    line-height: 48px;
    font-size: 45px;
  }
}
#main.learn-to-ride .course-info > ul {
  padding-left: 15px;
}
#main.learn-to-ride .course-info > ul li + li {
  margin-top: 15px;
}
#main.learn-to-ride .course-info > a {
  background: #b44717;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7200), color-stop(100%, #b44717));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff7200 0%, #b44717 100%);
  /* W3C */
  -webkit-transition: 0.2s color ease-in-out;
  -o-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  display: block;
  width: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 14px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
#main.learn-to-ride .course-info > a:after {
  margin-left: 6px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f105";
}
#main.learn-to-ride .course-info > a:hover {
  background: #e66700;
  color: #000000;
}
#main.learn-to-ride .course-faq {
  padding: 15px;
  background-color: #333333;
  color: #999999;
}
@media (min-width: 768px) {
  #main.learn-to-ride .course-faq {
    width: 40%;
    float: right;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .course-faq {
    width: 34%;
    margin-right: 40px;
  }
}
#main.learn-to-ride .course-faq > h2 {
  line-height: 28px;
  font-size: 24px;
  color: #ffffff;
}
#main.learn-to-ride .course-faq p strong {
  color: #ffffff;
}
#main.learn-to-ride .course-faq > ul {
  padding-left: 15px;
}
#main.learn-to-ride .course-faq > ul li + li {
  margin-top: 10px;
}
#main.learn-to-ride h2.bottom-line {
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 36px;
  font-size: 30px;
  color: #ffffff;
}
@media (min-width: 768px) {
  #main.learn-to-ride h2.bottom-line {
    bottom: 50px;
    left: 50px;
    font-size: 36px;
  }
}
#main.learn-to-ride h2.bottom-line span {
  display: block;
}
@media (min-width: 768px) {
  #main.learn-to-ride h2.bottom-line span {
    display: inline;
  }
}


@media (max-width: 767px) {
    .fixedfooter {
        display: none;
    }
.header-text,
.header-social,
.header-r-bottom,
.header-container > div:nth-child(2) {
    display: none;
}
#main-nav .navbar-brand {
    display: none!important;
}
#main-nav .navbar-toggle {
    font-size: 24px;
    padding: 5px 10px;
    color: white;
}
.header-container {
    justify-content: center;
}
    .home-about-text {
        padding: 0 20px;
    }
    .hbuttonbackground {
        width: 100%;
    }
    .hbuttonblock h2, .hbuttonblock h3 {
        font-size: 4vw;
    }
    
.headerlogo {
    max-width: 100%;
}
header.body {
    position: relative;
    background-color: black;
}
.header-r-top {
    position: absolute;
    left: 15px;
    bottom: -55px;
}

.header-background {
    position: relative;
}
#main-nav {
    background-color: #000;
    width: 100%;
    z-index: 2040;
    border-bottom: none;
}
    #main-nav-collapse {
        background-color: #f60;
        max-height: calc(100vh - 75px);
        overflow-y: auto;
    }
    #main-nav .dropdown-menu>li>a {
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 18px;
        color: black;
    }
    .navbar {
        border: none;
    }
    .home-about-text h2:before {
        left: calc(5px + (75 - 5) * ((100vw - 320px) / (768 - 320)));
        top: 0;
    }
    .home-about-text h2:after {
        right: calc(5px + (75 - 5) * ((100vw - 320px) / (768 - 320)));
        top: 0;
    }
    .hbuttonbackground:after {
        height: 25%;
        bottom: -25%;
    }
    .siteSearch .form-control {
        font-size: 16px;
    }
    .widget-UpcomingEvents h2 {
        font-size: 9vw;
    }
    .widget-UpcomingEvents h2.noEvents {
        font-size: 5vw;
    }
    .widget-UpcomingEvents h3 {
        font-size: 6vw;
    }
    #CustomEventWidget .eventDate {
        height: 4em;
    }
    .calMonth, .calDay {
        font-size: 1.5em;
        padding: 0;
    }
    .calMonth {
        padding-right: 10px;
    }
    .single-item-slider .slider-outer {
        height: 226px;
    }
    .home-about-text h1 {
        font-size: 8vw;
    }
    .home-about-text h2 {
        font-size: 5vw;
    }
    .box3 {
        background-position: -250px -40px !important;
    }
    .single-item-slider {
        padding-left: 35px;
        padding-right: 35px;
    }
    #filters-modal, #ModalVehicleInquiry {
        top: 70px;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }
    .p-header h1 {
        font-size: 10vw;
        padding-top: calc(40px + (185 - 40) * ((100vw - 320px) / (768 - 320)));
        line-height: calc(18px + (42 - 18) * ((100vw - 320px) / (768 - 320)));
    }
    .top-riders-content h1, .top-riders-content h3, .course-info h2 {
        text-align: center;
    }
    #main.learn-to-ride .rider-experience .course-info > a {
        left: 50%;
        margin-left: -115px;
    }
     #main.learn-to-ride .top-riders-content > div .rider-buttons a {
        margin: 0 auto;
    }
    .partsText, .serviceText {
        order: 1;
    }
    .partsform, .servform {
        order: 2;
    }
    #viewCalendarEventModal .modal-dialog {
        top: 70px;
    }
    .aboutText .video-wrapper {
        width: 90%;
        margin-bottom: 30px;
        padding-bottom: 57%;
    }
    .maptext {
        text-align: center;
    }
    .maptext .dealer-name {
        font-size: 8vw;
    }
    .maptext .mapInfo {
        font-size: 6vw;
    }
    .maphourswrapper {
        flex-direction: column;
    }
    .hoursblock table {
        margin: 0 auto;
    }
    .hoursblock table td:first-child {
        text-align: left;
    }
    .hoursPage .map-wrapper {
        padding-bottom: 150px;
    }
    .military-header h1 {
        font-size: 6vw;
        padding-top: calc(50px + (185 - 50) * ((100vw - 320px) / (768 - 320)));
        line-height: calc(11px + (28 - 11) * ((100vw - 320px) / (768 - 320)));
    }
    .military-pic {
        float: none;
        width: 100%;
        padding: 10px;
        display: block;
        margin: 0 auto;
    }
    #Form1021 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
    #Form1062 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
    #Form1062 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
    #Form1062 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
        width: 100%;
    }
    .shoponline-header h1 {
        font-size: 8vw;
        padding-top: calc(50px + (185 - 50) * ((100vw - 320px) / (768 - 320)));
        line-height: calc(15px + (32 - 15) * ((100vw - 320px) / (768 - 320)));
    }
    .shop-wrapper {
        justify-content: space-around;
    }
    .shop-wrapper a {
        font-size: 18px;
        margin-top: 0;
        flex-basis: 100%;
        text-align: center;
    }
.parts-header,
.service-header,
.financing-header,
.about-header,
.map-header,
.military-header,
.employment-header,
.shoponline-header {
     background-position: bottom;
     background-attachment: scroll;
}
}

@media (min-width: 768px) {
    .header-container {
        width: 768px;
    }
    .header-container > div {
        padding: 0 10px;
    }
    .siteSearch {
        width: 700px;
    }
    .navbar-nav {
        float: none;
        display: flex;
        justify-content: space-between;
    }
    .header-r-bottom {
        font-size: 14px;
    }
    .header-r-top .dealer-phone.phone-text {
        font-size: 26px;
    }
#main-nav .navbar-nav>li>a {
    font-size: 13px;
    padding: 20px 3px 16px;
}
    .widget-UpcomingEvents h2.noEvents {
        font-size: 44px;
    }
    .home-about-text, .fixedfootercontainer {
        width: 748px;
    }
    .fixedfootercontainer {
        font-size: 2.5em;
    }
    .single-item-slider .slider-inner .item {
        width: 201px;
    }
    .single-item-slider .item-detail .price {
        font-size: 22px;
    }
    footer.body {
        position: relative;
        width: 100%;
        text-align: center;
        bottom: 57px;
    }
    .footerbackground {
        padding: 30px 30px 80px;
    }
    .p-header h1 {
        padding: 10% 0 0;
    }
    .partsform .form-header-text {
        font-size: 24px;
    }
    .servform .form-header-text {
        font-size: 22px;
    }
    .aboutText .video-wrapper {
        margin-bottom: 30px;
        width: 80%;
        padding-bottom: 47.25%;
    }
    .military-header h1, .shoponline-header h1 {
        padding: 11% 0 0;
        font-size: 47px;
        line-height: 28px;
    }
    .shop-wrapper a {
        flex-basis: 40%;
    }
}

@media (min-width: 992px) {
    .header-container, .home-about-text, .fixedfootercontainer {
        width: 972px;
    }
    .header-container > div {
        padding: 0;
    }
    .header-r-bottom {
        font-size: 16px;
    }
    .header-r-top .dealer-phone.phone-text {
        font-size: 32px;
    }
    .headerlogo {
        max-width: unset;
    }
#main-nav .navbar-nav>li>a {
    font-size: 16px;
    padding: 25px 11px;
}
    .bbb-logo {
        max-width: 210px;
    }
    .footercontainer {
        flex-direction: row;
        text-align: left;
    }
    .siteSearch {
        width: 900px;
    }
    .widget-UpcomingEvents h2.noEvents {
        font-size: 50px;
    }
    .footerlinks li {
        padding: 0;
    }
    .footerhours .hourswrapper {
        max-width: unset;
        margin: 0;
    }
    .fixedfootercontainer {
        font-size: 3em;
    }
    .footerbackground {
        padding: 30px 30px 100px;
    }
    footer.body { 
        bottom: 68px;
    }
    .p-header h1 {
        padding: 14% 0 0;
    }
    .partsform .form-header-text, .servform .form-header-text {
        font-size: 29px;
    }
    .aboutText .video-wrapper {
        width: 60%;
        padding-bottom: 35.25%;
    }
    .military-header h1, .shoponline-header h1 {
        padding: 14% 0 0;
        font-size: 62px;
        line-height: 37px;
    }
    .shop-wrapper a {
        flex: 0 0 28%;
        font-size: 18px;
    }
    #CustomEventWidget .eventWrapper {
        flex-flow: row;
    }
}

@media (min-width: 1200px) {
    .header-container, .home-about-text, .fixedfootercontainer {
        width: 1180px;
    }
    .single-item-slider .slider-inner .item {
        width: 252px;
    }
    .single-item-slider .item-detail .price {
        font-size: 24px;
    }
    .aboutText .video-wrapper {
        width: 50%;
        padding-bottom: 29.25%;
    }
    .military-header h1, .shoponline-header h1 {
        font-size: 75px;
        line-height: 41px;
    }
    .shop-wrapper a {
        font-size: 20px;
    }
}








/*HOG*/

.hog-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hog-block {
    background-color: #e1e1e1;
    flex: 0 0 22%;
    padding: 10px;
    text-align: center;
    margin: 10px;
    border-radius: 8px;
}

.hog-block h3 {
    margin: 3px 0 0;
}

.hog-block h4 {
    margin: 0;
}

.hog-page h2 {
    margin: 30px 0 6px!important;
    display: block;
    border-bottom: 2px solid #d4d4d4;
}

.hog-pic {
    float: right;
    width: 40%;
    padding: 10px;
}

@media (max-width: 991px) {
.hog-block {
    flex: 0 0 30%;
}
}

@media (max-width: 767px) {
.hog-block {
    flex: 0 0 90%;
}

.hog-pic {
    float: none;
    width: 100%;
    padding: 10px;
}
}



