body {
    font-family: "franklin-gothic-atf", sans-serif;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #000000 url() no-repeat center bottom;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #000000 url() no-repeat center bottom;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

.breadcrumb {
    background-color: #181818;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    text-transform: uppercase;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #eaeaea;
    text-decoration: none;
}

.featuredSection {
    background-color: #ffffff;
    color: black;
    margin-top: 0px !important;
    position: relative;
}

.featuredSection .full-width,
.newsSection .full-width,
.aboutSection .full-width {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.featuredSection .full-width > div,
.newsSection .full-width > div,
.aboutSection .full-width > div {
    flex: 0 0 50%;
}

.newsSection {
    background-color: #ff6600;
    margin-top: 0!important;
}

.newsContent .btn-primary:before, .newsContent .btn-primary:after {
    background-color: black;
}

.btnSection {
    margin-bottom: 60px;
}

.btnSection .container {
    background-color: black;
    padding: 15px;
}

.aboutSection {
    background-color: black;
    margin-top: 0!important;
    position: relative;
}

.topSliderSection {
    position: relative;
    margin-top: -172px;
}

.topSliderSection:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.79) 0%,rgba(0,0,0,0) 100%);
}

.sliderTop {
    position: relative;
    z-index: -1;
}

.sliderTop .carousel-indicators {
    display: none;
}

.sliderSection {
    position: relative;
}

.sliderSection:before {
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    height: 16%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
#privacy-policy
.custom-page,
#vdp-container,
#creditAppContainer {
    margin-top: 25px;
}

.noHeader {
    margin-top: 40px;
}





/* HEADER */

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: flex-start;
}

.headerLogo {
    flex: 0 0 15%;
    margin-bottom: -108px;
    position: relative;
    z-index: 55;
}

.headerContainer > div:nth-child(2) {
    display: flex;
    flex: 0 0 80%;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
}

.headerContainer > div:nth-child(2):after {
    content: '';
    width: 95%;
    height: 3px;
    background-color: #e0e0e0;
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
}

.headerContainer .fa {
    margin-right: 6px;
    color: #ff6600;
}

.headerContainer a {
    color: white;
}

.headerContainer a:hover {
    color: #ff6600;
}

.headerContainer .dealer-address {
    position: relative;
    margin-right: 10px;
}

.headerContainer .dealer-address:after {
    content: '';
    width: 1px;
    height: 90%;
    background-color: white;
    position: absolute;
    right: -6px;
    top: 0;
    transform: translateY(10%);
}

.headerSocial a {
    margin: 0 5px;
}

.headerSocial {
    display: flex;
    justify-content: space-between;
    align-items: center;
}






/* NAVIGATION */

#main-nav.affix {
    background-color: #232323;
    z-index: 333;
    top: 0;
    width: 100%;
}

.affix {
    transition: 0.5s;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    padding: 31px 21px;
    color: white;
    font-weight: 400;
}

.navbar-nav {
    float: right;
    margin: 0px 28px 0px 0px;
}

@media (min-width: 768px) {
    .affix .navbar-nav {
        float: none;
        display: flex;
        justify-content: space-between;
    }
}

.affix .navbar-nav > li > a {
    padding: 15px;
}

.social-media-icons {
    display: none;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}

.dropdown-menu {
    background-color: black;
}

.dropdown-menu>li>a {
    color: #c5c5c5;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: white;
}

#main-nav li.dropdown.open ul {
    border-top-color: black;
}






/* CONTENT */

img.rdPic {
    width: 32%;
    float: right;
    border: 2px solid white;
    margin: 15px 0 15px 15px;
}

.popup-widget {
    padding: 15px!important;
}

.siteSearch {
    max-width: 500px;
    width: 100%;
    display: flex;
    margin: 10px auto 75px;
    flex-flow: row-reverse;
    position: absolute;
    left: 10%;
    top: 44%;
}

.siteSearch .form-control {
    font-size: 20px;
    padding: 20px 15px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 5px solid #ff6600;
}

.siteSearch button {
    background-color: transparent;
    border: none;
    border-bottom: 5px solid #ff6600;
    border-radius: 0;
    box-shadow: none;
    font-size: 19px;
    margin: 0;
    padding: 5px 15px;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 1%;
}

.btnContainer a {
    flex: 0 0 47%;
    text-align: center;
    position: relative;
    z-index: 2;
    height: 40vh;
    overflow: hidden;
    margin: 2% 0;
}

.btnContainer a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-position: center;
    transition: .4s;
    transform: scale(1.15);
}

.btnContainer a:hover:before {
    filter: grayscale(0) opacity(1);
    transform: scale(1);
}

.btnContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/2dcc9755-550c-4a20-8c56-6fb28b9891f7/button-1.jpg);
}

.btnContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b6ac7240-fa16-40ab-bbbb-37835142c018/button-2.jpg);
}

.btnContainer a:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f8f5e66c-0d3a-48da-b13d-b8ddec931d19/button-3.jpg);
}

.btnContainer a:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/3685b5ae-4a05-48f0-b814-5972d1bbda6d/button-4.jpg);
}

.btnContainer a:after {
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
    position: absolute;
    width: 100%;
    height: 20%;
    left: 0;
    bottom: 0;
    transition: .3s;
}

.btnContainer a:hover:after {
    height: 100%;
}

.btnContainer h3 {
    text-transform: uppercase;
    font-size: 2.5vw;
    margin: 0;
    text-shadow: 2px 2px 2px black;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.79) 100%);
    padding: 1% 0;
    font-weight: 400;
    transition: .3s;
    z-index: 3;
}

.btnContainer h3 span {
    font-weight: 500;
}

.btnContainer a:hover h3 {
    letter-spacing: .3vw;
}

.homeAbout {
    padding: 15px;
    text-align: justify;
}

.homeAbout h1 {
    text-align: left;
    font-weight: 400;
}

.homeAbout h1 span {
    font-weight: 700;
    display: block;
}

.sliderTop .carousel-control {
    display: none!important;
}

.p-header {
    position: relative;
    height: 25vh;
}

.p-header:before {
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    height: 25%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.p-header img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 5%;
    font-size: 3vw;
    text-shadow: 2px 2px 2px black;
    padding: 15px;
}

.p-header h1 span {
    font-weight: 400;
}

.HOGheader > h1 {
    position: relative;
}

.p-header h1:after,
.HOGheader > h1:after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}

.finBtns {
    display: flex;
    justify-content: space-around;
}

.finBtns > div:nth-child(4) {
    display: none;
}

img.rtrPic {
    float: right;
    padding: 15px 0 15px 15px;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 28%;
    min-height: 150px;
    margin-top: 25px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.maphourswrapper {
    display: flex;
}

.maphourswrapper > div:nth-child(1) {
    margin-right: 25px;
}

.getMore a:hover {
    color: black!important;
}

#membership .btn-primary {
    color: black;
}





/* BUILD YOUR OWN */

#buildYourOwn {
    background-color: white;
    color: black;
    padding: 15px;
}

#buildYourOwn > div > div > div {
    display: flex;
    flex-wrap: wrap;
}

#buildYourOwn > div > div > div > a {
    flex: 0 0 32%;
    margin: 9px;
    border: 1px solid #d2d2d2;
    background-color: white;
}

#buildYourOwn > div > div > div > a:hover {
    transform: scale(1.03);
    color: #ff6600;
}

#buildYourOwn h4 {
    padding: 0 15px;
}

@media (max-width: 1499px) {
#buildYourOwn > div > div > div > a {
    margin: 7px;
}
}

@media (max-width: 1199px) {
#buildYourOwn > div > div > div > a {
    margin: 6px;
}
}

@media (max-width: 991px) {
#buildYourOwn > div > div > div > a {
    margin: 6px;
    flex: 0 0 48%;
}
}

@media (max-width: 767px) {
#buildYourOwn > div > div > div > a {
    margin: 10px 0;
    flex: 0 0 100%;
}
}





.anniversaryWrapper {
    background-color: white;
    padding: 15px;
    color: black;
}

.anniversaryWrapper h1 {
    margin-top: 0;
}

.anniversaryWrapper h2 {
    margin-bottom: 0;
}

.anniversaryWrapper > div:nth-child(2) {
    text-align: center;
}

.anniversaryContainer {
    display: flex;
    flex-wrap: wrap;
}

.anniversaryContainer > div {
    flex: 0 0 50%;
    padding: 15px;
    text-align: center;
}

.anniversaryContainer .btn-primary {
    margin: 10px auto;
    color: black;
}


@media (max-width: 767px) {
.anniversaryContainer {
    flex-flow: column;
}
}


/* RIDING ACADEMY */

.raMain {
    background-color: white;
    font-family: 'DINPro', sans-serif;
    color: black;
}

.raMain .hero {
    width: 100%;
}

.raMain a {
    background-color: #ff6600;
    color: white;
    font-weight: 700;
    padding: 10px 25px;
    position: relative;
    display: inline-block;
    margin: 10px 0;
    font-size: 20px;
    font-family: 'DINPro-Bold', sans-serif;
    text-transform: uppercase;
    transition: .3s;
}

.raMain a:hover {
    color: black;
}

.raMain .panelFAQ {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.RAsectionOne,
.RAsectionFive,
.RAsectionNine {
    padding: 30px 15px;
}

.RAsectionOne,
.RAsectionFive {
    background-color: #dedede;
}

.RAsectionOne,
.RAsectionNine h3 {
    text-align: center;
}

.raMain h1, 
.raMain h2, 
.raMain h3,
.raMain h4 {
    font-family: 'DinPro-Bold', sans-serif;
}

.raMain .panelFAQ p {
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.RAsectionOne h1 {
    margin-top: 0;
}

.RAsectionTwo > div,
.RAsectionFour,
.RAsectionFive,
.RAsectionSix,
.RAsectionSeven,
.RAsectionEight {
    display: flex;
    justify-content: space-between;
}

.RAsectionTwo div,
.RAsectionFour div,
.RAsectionFive div,
.RAsectionSix div,
.RAsectionSeven div,
.RAsectionEight div {
    padding: 15px;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1),
.RAsectionSix > div:nth-child(1),
.RAsectionEight > div:nth-child(1) {
    flex: 0 0 50%;
    margin-right: 15px;
}

.RAsectionFour > div:nth-child(2),
.RAsectionSeven > div:nth-child(2) {
    flex: 0 0 50%;
    margin-left: 15px;
}

.raMain h1 {
    font-size: 40px;
}

.raMain h2 {
    font-size: 35px;
}

.raMain h3 {
    font-size: 30px;
    margin-top: 0;
}

.raMain h4 {
    font-size: 18px;
}

.raMain .videoWrapper {
    width: 100%;
    margin: 15px;
    flex: 0 0 47%;
    height: 100%;
    padding-bottom: 25%;
}

.raMain ul {
    list-style: square;
}

.RAsectionThree {
    text-align: center;
    padding: 30px;
}

.accordionRA {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-family: 'DINPro-Bold', sans-serif;
}

.accordionRA:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #ff6600;
    right: 15px;
    position: absolute;
    transform: rotate(45deg);
    transition: .3s;
}

.accordionRA.active:after {
    transform: rotate(0deg);
}

.raMain .accordionBlock {
    position: relative;
    display: block;
    padding: 10px;
}

.RAsectionNine .accordionBlock:before {
    display: none;
}



@media (max-width: 767px) {
.raMain h1 {
    font-size: 30px;
}

.RAsectionTwo > div:nth-child(1), 
.RAsectionFour, 
.RAsectionSix, 
.RAsectionEight {
    flex-flow: column-reverse;
}

.RAsectionTwo > div:nth-child(2),
.RAsectionFive,
.RAsectionSeven {
    flex-flow: column;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1), .RAsectionSix > div:nth-child(1), .RAsectionEight > div:nth-child(1) {
    margin-right: 0;
}

.RAsectionFour > div:nth-child(2), .RAsectionSeven > div:nth-child(2) {
    margin-left: 0;
}

.raMain .videoWrapper {
    margin: 15px 0;
    padding-bottom: 51%;
}
}

#enthusiast .mediaCard .btn-primary {
    background-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 {
    color: black;
    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;
}
}






/* LIMITED EDITION COLLECTIONS */

.limitedEditionContainer,
.secBtnContainer {
    display: flex;
    justify-content: space-around;
    margin: auto;
}

@media (min-width: 1500px) {
.limitedEditionContainer {
    width: 1170px;
}
}

.finBtns,
.aboutBtns {
    flex-wrap: wrap;
}

.limitedEditionContainer > div,
.secBtnContainer > div {
    flex: 0 0 31%;
    position: relative;
    padding-bottom: 65px;
}

.secBtnContainer > div {
    padding: 15px 15px 60px;
    margin-bottom: 30px;
}

.servBtns > div {
    flex: 0 0 48%;
}

.finBtns > div,
.hogBtns > div {
    flex: 0 0 25%;
}

.aboutBtns > div {
    flex: 0 0 33%;
}

.limitedEditionContainer h2,
.secBtnContainer h2 {
    font-size: 24px;
}

.secBtnContainer h2 {
    min-height: 53px;
}

.limitedEditionContainer .btn-primary,
.secBtnContainer .btn-primary {
    position: absolute;
    bottom: 0;
}

.limitedEditionWrapper h1, 
.secBtnWrapper h1 {
    position: relative;
    margin: 30px 0;
    padding-left: 3%;
}

.limitedEditionWrapper h1:after,
.secBtnWrapper h1:after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    margin-left: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.limitedEditionContainer h2,
.secBtnContainer h2 {
    color: #ff6600;
}

.secBtnContainer .picBlock {
    position: relative;
    height: 270px;
    width: 100%;
}

.secBtnContainer .picBlock:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.servBtns > div:nth-child(1) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/772e5e0f-0fe1-4398-b7fe-d37f3a1d4c50/authorized-service-dealer-media-card.jpg);
}

.servBtns > div:nth-child(2) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/53932cf6-09e9-4a31-b534-0aecbf5e276b/breakout-homepage-hc-3-up.jpg);
}

.servBtns > div:nth-child(3) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4b1b4cf4-0a10-4a70-b248-217b7d6ae469/membership-homepage-mc.jpg);
}

.servBtns > div:nth-child(4) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/26c6f5e1-5513-4b7a-9e66-ae632e33dd24/nightster-media-text-block-388-1.jpg);
}

.finBtns > div:nth-child(1) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/43aa9fc3-9ae2-4757-aa82-d2b38c47f2d1/road-glide-special-hc-3-up.jpg);
}

.finBtns > div:nth-child(2) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/edb212df-dd77-42f1-b19d-e6d06d9a6903/pan-am-special-hero-card-3-up.jpg);
}

.finBtns > div:nth-child(3) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/774c196e-66f9-4e4a-9708-de57fe271103/rgs-media-carousel-1.jpg);
}

.finBtns > div:nth-child(4) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5a52fa5d-3773-40e7-b682-16b85f8fba28/sgst-media-carousel-1.jpg);
}

.finBtns > div:nth-child(5) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5c9ea62f-bfdf-4790-ba59-684be5303628/street-bob-media-carousel-1.jpg);
}

.finBtns > div:nth-child(6) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7dcb1fd3-cd90-486d-9a2f-40368b150d91/flex-financing-header.jpg);
}

.aboutBtns > div:nth-child(4) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/995fc10c-615c-47b1-b5cf-906e45b5384b/san-fran-dealership.jpeg);
}

.aboutBtns > div:nth-child(2) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a9f81172-b3cf-42a4-94c1-a9d6156a61f8/street-bob-media-carousel-2.jpg);
}

.aboutBtns > div:nth-child(3) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c15b730c-a23d-46a8-b5c9-2454ab364ac0/freewheeler-media-carousel-3.jpg);
}

.aboutBtns > div:nth-child(1) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/45959c8d-824d-483d-b9fd-a63c65a79a3b/sportster-s-shop-all-media-carousel.jpg);
}

.aboutBtns > div:nth-child(5) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e06410f6-d5f9-456d-a7f1-4911e86b0829/fat-bob-media-carousel-3.jpg);
}

.aboutBtns > div:nth-child(6) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/dbb2e27d-5df7-4b94-9b79-10db87147a8a/btn-6.jpg);
}

.aboutBtns a:nth-child(6):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/68c90d15-b654-48ec-a51c-9b316aa91d34/rks-media-carousel-1.jpg);
}

.hogBtns > div:nth-child(1) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9b2a43f1-a290-4cb3-a970-39527141504e/bridge.jpg);
}

.hogBtns > div:nth-child(2) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b9e97a3a-19df-493f-ab96-070c7333e05c/2023-Directors-Run-Full-Size.jpg);
}

.hogBtns > div:nth-child(3) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a4d52c0c-7a39-4c4d-ae08-099a1261f906/reveal-rg-hc2.jpg);
}

.hogBtns > div:nth-child(4) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b1422519-f8df-45d8-b3ef-b295fe15aaa9/New_Directors_Run-001.jpg);
}

img.hogMeetingLogo,
img.hogOfficersLogo,
img.hogRideLogo {
    width: 20%;
    float: right;
    padding: 15px;
}






/* FEATURED INVENTORY */

.featPhoto,
.aboutPhoto {
    position: relative;
    height: 95vh;
    min-height: 500px;
}

.featPhoto:before,
.aboutPhoto:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/52f96f49-3c85-4e63-a8f2-3e7c5d2e1aca/featured-pic.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    bottom: 0;
}

.aboutPhoto:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/303a6588-e388-4a18-98e8-878b5afaa1c3/dealership.jpg);
}

.newsPhoto img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.newsContent {
    padding: 15px;
}

.featuredInventory h2, 
h2.homeTitle {
    font-size: 40px;
    display: block;
}

.single-item-slider {
    width: 705px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
}

.single-item-slider .img-container {
    height: 170px;
}

.single-item-slider .item-detail .name {
    color: black;
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 600;
    bottom: 0px;
    color: rgb(248, 103, 5);
    transition: .3s;
}

.single-item-slider .slider-inner .item:hover .price {
    color: black;
}

.single-item-slider .slider-outer {
    height: 300px;
}

.single-item-slider .slider-inner .item {
    width: 317px;
    border: none;
}

.single-item-slider .item .item-inner {
    padding-bottom: 8%;
}





/* INVENTORY */

.harley-cpo-badge {
    position: absolute;
    top: 160px;
    width: 100%;
}

#details-collapse,
.inventory-container .vehicle .price-box a:hover {
    color: black;
}

#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;
}

#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;
}

.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-box {
    position: relative;
    border: 5px solid #e6e6e6;
}

.inventory-container .vehicle .price {
    text-align: center;
    font-size: 23px;
    padding: 9px 12px;
    text-transform: uppercase;
    font-weight: 700;
}

#vdp-container .images-container {
    max-width: unset;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link,
.k-panelbar>li.k-state-default>.k-link.k-state-selected, .k-panelbar>li>.k-state-selected, .k-state-selected>.k-link,
.k-pager-wrap .k-link:hover {
    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: black;
    background-color: #dedede;
    border-color: #cccccc;
}

.inventory-container .vehicle .thumb {
    line-height: 241px;
    height: 246px;
}

.inventory-image {
    max-height: 246px;
}








/* FORMS */

.btn-primary {
    color: rgb(255, 255, 255);
    background-color: transparent;
    border: 2px solid;
    border-radius: 0px;
    padding: 10px 30px;
    text-transform: uppercase;
    margin: 10px 0px;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 3;
}

.btn-primary:before, 
.btn-primary:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ff6600;
    transition: .4s;
    z-index: -1;
}

.btn-primary:after {
    background-color: #ff6600;
    left: unset;
    right: 0;
}

.btn-primary:hover:before, 
.btn-primary:hover:after {
    width: 50%;
}

.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: initial;
    border-color: initial;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 15px auto;
    font-size: 18px;
}

#flexFinancing .btn-primary {
    color: black;
}

.mainform .btn-primary,
.inquiryformcontainer .btn-primary {
    color: black;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 25px;
    color: black;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 4px;
    color: #ff6600;
    font-weight: 500;
}

.form-control {
    border-radius: 0px;
    margin: 5px 0px;
    border: 2px solid transparent;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    font-size: 14px !important;
    background-color: #ffffff;
    border-bottom: 2px solid #b1b1b1;
    color: black;
}

.form-control:hover {
    border-color: black;
}

.form-control:focus {
    border-color: black;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(171 171 171 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(119 119 119 / 60%);
}

.mainform .form-control::-moz-placeholder {
    color: #000;
}
.mainform .form-control:-ms-input-placeholder {
    color: #000;
}
.mainform .form-control::-webkit-input-placeholder {
    color: #000;
}

.form-control:hover {
    background-color: white;
}

.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: white;
    color: black;
}

.locationBox {
    margin-top: 25px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 80px;
}

.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 select {
    padding: 2px 3px;
    font-size: 14px;
    color: black;
}

.mainform label {
    margin-right: 10px;
}

@media (min-width: 768px) {
#Form17827 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form2211 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2211 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}






/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 0px !important;
}

.tv {
    position: fixed;
    top: 0px;
    z-index: -1;
}

.home-search-section {
/*  background-image: url( [ THIS IS YOU FALLBACK IMAGE BACKGROUND FOR BROWSERS THAT DO NOT SUPPORT AUTO-PLAYING VIDEOS] );*/
    background-size: cover;
    background-position: center;
    margin-top: -30px;
}

.cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 75%;
}

.cover .search-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.vidBox {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vidBox .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s;
}

.vidBox .screen.active {
    opacity: 1;
}
div.home-section1 {
    position: relative;
    display: block;
    float: none;
}
.cover {
    display: flex;
    flex-flow: column;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
}
.cover .search-div {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    width: 60%;
}
/*.vidBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/
.cover input, 
.cover button {
    font-size: 24px; /*!important;*/
    height: unset;
}
/* END VIDEO BACKGROUND STYLES */







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
    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;
    font-weight: 700;
}

.footerBack {
    background-color: white;
    position: relative;
    color: black;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
}

.footerContainer a {
    color: #525252;
}

.footerContainer a:hover {
    color: black;
}

.footerBlock {
    padding: 15px;
}

.footerBlock a.dealer-phone.phone-text {
    font-weight: 700;
    font-size: 25px;
}

.ss-store {
    background-color: black;
    text-align: center;
    padding: 10px;
    margin-top: 25px;
    transition: .3s;
}

.ss-store a {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.ss-store img {
    max-width: 125px;
}

.ss-store:hover {
    transform: scale(1.025);
}

.ss-store a {
    color: white;
}

.ss-store a:hover {
    color: #ff6600;
}

.footerHours {
    display: flex;
    justify-content: space-between;
}

.footerHours div:nth-child(1) {
    margin-right: 25px;
}

.footerHours h4 {
    margin-top: 0;
}

.footerHours td:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
}

a.footerHog img {
    max-width: 150px;
    margin: 25px auto;
    display: block;
}

.footerBlock ul {
    list-style: none;
}

.footerBlock li {
    position: relative;
}

.footerBlock li:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: black;
    position: absolute;
    top: 15px;
    right: 150px;
    transition: all 0.3s ease 0s;
}

.footerBlock li:hover:before {
    width: 25px;
}

.footerSocial {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
}

.footerSocial a {
    color: #ff6600;
}

.footerBlock h3 .fa {
    margin-right: 10px;
    color: #ff6600;
}

.footerBlock h3 img {
    max-width: 26px;
    margin: 0 10px 3px 0;
}




@media (max-width: 1499px) {
.headerContainer,
.footerContainer {
    width: 1170px;
}

.harley-cpo-badge {
    top: 147px;
}

.single-item-slider {
    width: 570px;
}

.featuredInventory h2, 
h2.homeTitle {
    font-size: 35px;
}

.headerLogo {
    margin-bottom: -85px;
}

.navbar-nav {
    margin: 0;
}

.navbar-nav > li > a {
    padding: 31px 13px;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 84%;
}

header.body {
    margin-bottom: 0;
}

.single-item-slider .slider-inner .item {
    width: 250px;
}

.footerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.form-header-text {
    font-size: 30px;
}

.inventory-container .vehicle .thumb {
    line-height: 185px;
    height: 187px;
}

.inventory-container .vehicle .price {
    font-size: 21px;
    padding: 5px;
}
}





@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.harley-cpo-badge {
    top: 111px;
}

.headerLogo {
    margin-bottom: 0;
}

.single-item-slider {
    width: 466px;
}

.single-item-slider .slider-inner .item {
    width: 198px;
}

.single-item-slider .img-container {
    height: 147px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
}

.affix .navbar-nav > li > a {
    padding: 15px 10px;
}

.navbar-nav > li > a {
    padding: 15px 13px;
    font-size: 14px;
}

.navbar-nav {
    display: flex;
    justify-content: space-between;
    float: none;
}

.headerContainer > div:nth-child(2):after {
    display: none;
}

.headerContainer > div:nth-child(2) > a {
    padding: 9px 5px;
}

.headerContainer > div:nth-child(2) {
    flex-wrap: wrap;
    justify-content: space-around;
}

.inventory-container .vehicle .price {
    font-size: 17px;
}

.inventory-container .vehicle .thumb {
    line-height: 146px;
    height: 151px;
}

.vehiclemodel {
    font-size: 18px;
    line-height: 19px;
    min-height: 41px;
}
}




@media (max-width: 991px) {
.headerContainer,
.footerContainer {
    width: 740px;
}

.harley-cpo-badge {
    top: 205px;
}

#main-nav .nav > li > a {
    font-size: 12px;
    padding: 15px 7px;
}

.single-item-slider {
    width: 354px;
}

.single-item-slider .slider-inner .item {
    width: 297px;
}

.single-item-slider .img-container {
    height: 220px;
}

.single-item-slider .slider-outer {
    height: 328px;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
}

.featuredInventory h2, 
h2.homeTitle {
    font-size: 25px;
}

.secBtnContainer .picBlock {
    height: 215px;
}

.p-header h1 {
    font-size: 4vw;
}

.siteSearch-M button {
    background-color: #ff6600;
}

.siteSearch-M input {
    border: none;
}

.inventory-container .vehicle .thumb {
    line-height: 240px;
    height: 245px;
}

.inventory-container .vehicle .price {
    font-size: 22px;
}

.maptext {
    margin-bottom: 25px;
}

.mapWrapper {
    padding-bottom: 45%;
}
}




@media (max-width: 767px) {
.headerContainer,
.footerContainer,
.single-item-slider {
    width: 100%;
}

img.hogMeetingLogo, 
img.hogOfficersLogo, 
img.hogRideLogo {
    width: 50%;
    float: right;
    padding: 15px 0 15px 15px;
}

.featuredSection .full-width, 
.newsSection .full-width, 
.aboutSection .full-width {
    flex-wrap: wrap;
}

#main-nav {
    margin-top: -60px;
}

#main-nav.affix {
    top: 60px;
}

img.rdPic {
    float: none;
    width: 100%;
    margin: 0;
}

.popup-widget {
    width: 96%!important;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.single-item-slider .img-container {
    height: 160px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.newsPhoto {
    padding: 15px;
}

.headerContainer > div:nth-child(2) {
    margin-top: 0px;
    flex: 0 0 60%;
}

.headerLogo {
    flex: 0 0 40%;
}

.headerLogo img {
    max-width: 125px;
}

.footerHours {
    flex-flow: column;
}

span.hideMbl {
    display: none;
}

.headerSocial {
    position: absolute;
    bottom: -60px;
    right: 44%;
    z-index: 999;
}

.headerSocial a {
    margin: 0px 7px;
    color: white!important;
}

.navbar-nav {
    display: block;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px 7px;
}

.limitedEditionContainer, .secBtnContainer {
    flex-flow: column;
}

.secBtnContainer h2 {
    min-height: unset;
}

.btnContainer h3 span {
    display: block;
}

.btnContainer h3 {
    font-size: 4.5vw;
}

.btnContainer a {
    height: 20vh;
}

.featuredSection .full-width > div, 
.newsSection .full-width > div, 
.aboutSection .full-width > div {
    flex: 0 0 100%;
}

.newsSection > div > div:nth-child(2) {
    order: -1;
}

.featPhoto, 
.aboutPhoto {
    height: 25vh;
    min-height: unset;
    margin: 15px 15px 0;
}

.featuredSection > div > div:nth-child(1) .widget-inner,
.newsSection > div > div:nth-child(2) .widget-inner,
.aboutSection > div > div:nth-child(1) .widget-inner {
    margin-top: 0!important;
}

.single-item-slider .slider-outer {
    height: 290px;
}

.footerHours div:nth-child(1) {
    margin-right: 0;
    margin-bottom: 25px;
}

.p-header h1 {
    font-size: 8vw;
}

.p-header h1 span {
    display: block;
}

.p-header {
    height: 100%;
}


.affix-top .navbar-brand {
    filter: opacity(0);
}

.affix .navbar-brand {
    filter: opacity(1);
}

.limitedEditionContainer > div {
    margin-bottom: 45px;
}

.maptext h3:first-of-type, 
.maptext h4:first-of-type {
    font-size: 20px;
}

.maphourswrapper {
    flex-flow: column;
    align-items: center;
    text-align: left;
}

.maphourswrapper > div:nth-child(1) {
    margin-right: 0;
    margin-bottom: 25px;
}

.maptext {
    margin-bottom: 0;
}

.mapWrapper {
    margin-top: 0;
    padding-bottom: 100%;
}
}





