body {
    font-family: 'Rajdhani', 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: #cccccc url(https://psmfirestorm.blob.core.windows.net/54048017-4135-4e53-9e57-9a82bc456367/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/54048017-4135-4e53-9e57-9a82bc456367/background.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #ff9147;
    text-decoration: none;
}

#content-container {
    padding-bottom: 30px;
}

#inventory-page {
    margin-top: 30px;
}

#home-page {
    margin-bottom: -30px;
}

#home-page #section-2 {
    position: relative;
    margin-top: 0px!important;
}

#home-page #section-1 {
    position: relative;
    margin-top: -25px;
}

/*
#home-page #section-1:before {
    content: '';
    width: 100%;
    height: 15%;
    position: absolute;
    top: -25px;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    left: 0;
}
*/

.vyt-banner {
    margin-bottom: 60px;
}

.upcoming-events {
    position: relative;
    z-index: 4;
}

@media (min-width: 1500px) {
#main-nav .container {
    width: 1470px;
}
}





/* HEADER */

.header-background {
    background-color: black;
}

.header-container {
    width: 768px;
    margin: auto;
    /* background-image: url(https://psmfirestorm.blob.core.windows.net/6c690fed-3323-4232-95e4-3fd4645a8c55/header-background-asphalt.jpg); */
    background-size: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    position: relative;
    z-index: 2222;
}

.header-container:after {
    background-image: url(https://psmfirestorm.blob.core.windows.net/75940250-9030-45fc-9cfe-fea4b030abbe/header-background.jpg);
    background-size: 100%;
    position: absolute;
    top: 0;
    width: 31%;
    height: 108px;
    content: '';
    z-index: 0;
    left: 38%;
    filter: opacity(0.5);
    background-repeat: no-repeat;
}

.header-container a {
    color: white;
}

.header-container a:hover {
    color: #ff6600;
}

.header-block {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.header-block > div:nth-child(1) {
    display: flex;
    align-items: center;
    order: 2;
}

.header-l {
    text-align: right;
    padding-right: 15px;
}

.header-l .dealer-phone {
    display: block;
    font-family: 'Alfa Slab One', sans-serif;
    font-size: 20px;
}

.header-l .dealer-address {
    display: block;
}

.header-logo,
.header-block {
    z-index: 2;
}

.header-r .btn-primary:hover {
    color: white;
}





/* NAVIGATION */

.social-media-icons {
    display: none;
}

#main-nav {
    background-color: white;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between; }
}

.navbar-nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    color: black;
}








/* CONTENT */



.family-background img {
    width: 100%;
}

.familywrapper {
    display: flex;
    justify-content: center;
    background-color: white;
    align-items: flex-end;
}

.familyblock {
    margin-top: -8%;
    text-align: center;
    padding: 10px;
}

.familyblock h3 {
    font-family: 'Alfa Slab One', sans-serif;
    text-transform: uppercase;
    font-size: calc(14px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));
    color: black;
    margin-bottom: 10px;
    transition: .3s;
}

.familyblock > a:hover h3 {
    color: #ff6600;
}

.familyblock img {
    transition: .3s;
}

.familyblock:hover img {
    transform: translateY(-30px);
}

.familynou {
    background-color: #d1d1d1;
    padding: 2px 5px;
    color: black;
    text-transform: uppercase;
    border: 2px solid #adadad;
}

.familynou:hover {
    background-color: black;
    color: white;
}

.familynou:nth-child(2) {
    border-right: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.familynou:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.h-button-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: auto;
}

.h-button-container a {
    text-align: center;
    flex: 0 0 23%;
    background-color: white;
    margin: 0 0 4%;
    color: black;
    border-radius: 8px;
}

.h-button-container a:hover {
    background-color: #c6c6c6;
}


.h-button-container a:hover {
    transform: scale(1.1);
}

.h-button-block {
    padding: 20px 15px;
}

.h-button-block > span {
    font-size: 30px;
    background-color: #e2e2e2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 9px 0;
    transition: .3s;
}

.h-button-container a:hover span {
    background-color: black;
    color: #ff6600;
}

.h-button-block h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0 0;
    font-size: 20px;
    color: #ff6600;
    transition: .3s;
}

.h-button-container a:hover h3 {
    color: black;
}

.h-button-block h5 {
    transition: .3s;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 7px solid black;
    padding-bottom: 12px;
}

.h-button-container a:hover h5 {
    border-bottom: 7px solid #ff6600;
}

.home-view-all a {
    text-align: right;
    background-color: #d0d0d0;
    width: max-content;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 20px;
    font-size: 20px;
    border-radius: 8px;
    color: black;
}

.home-view-all a:hover {
    color: #ff6600;
}

.home-view-all {
    display: flex;
    justify-content: flex-end;
}

.home-about {
    background-color: white;
    /*margin-top: -30px;*/
    padding-top: 4%;
}

.home-about img {
    width: 100%;
}

.home-about-block {
    width: 100%;
    margin: auto;
    background-color: white;
    margin-bottom: -8%;
    position: relative;
    z-index: 3;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
    border-radius: 8px;
    color: black;
}

.home-about-block h3 {
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 5px;
    position: relative;
}

.home-about-block h1 {
    text-align: center;
    margin-top: 0;
    font-family: 'Alfa Slab One', sans-serif;
    font-weight: unset;
    font-size: 30px;
}

.home-about-block .btn.btn-primary {
    display: block;
    width: max-content;
    margin: auto;
    text-transform: uppercase;
    font-size: 20px;
}

.social-media-side {
    display: flex;
    text-align: center;
    order: 1;
}

.social-media-side a {
    color: white;
    margin: 0px 8px;
    font-size: 28px;
    background-color: black;
}

.social-media-side a:hover {
    color: #ff6600;
}



.widget-UpcomingEvents h2, 
.widget-UpcomingEvents h3,
#CustomEventWidget,
#CustomEventWidget .eventWrapper {
    background: transparent;
}

.upcoming-events > div {
    background-color: white;
    border-radius: 8px;
    color: black;
}

.eventInfo h4 {
    color: #000;
    text-transform: uppercase;
}

#CustomEventWidget .eventWrapper {
    flex-flow: row;
}

.eventInfo {
    flex: 0 0 84%;
    padding-right: 2em;
}

#CustomEventWidget .eventDate {
    max-width: 75px;
    flex: 0 0 22%;
    height: 75px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    background-color: #e2e2e2;
    border-radius: 50%;
    min-width: 75px!important;
    height: 75px;
}

.widget-UpcomingEvents h2 {
    padding: 30px;
    font-size: 45px;
    letter-spacing: 10px;
    position: relative;
}

.widget-UpcomingEvents h3 {
    text-align: right;
    background-color: #e2e2e2;
    width: max-content;
    margin: 30px 33px 30px auto;
    color: black;
    border-radius: 8px;
    position: relative;
}

.eventInfo p {
    color: #7d7d7d;
    min-height: 1.5em;
    max-height: 4em;
    margin-bottom: .5em;
    font-size: .8em;
    line-height: 1.1em;
}

.page-background > div {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    padding: 15px;
}

.p-header {
    position: relative;
    border-bottom: 5px solid white;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    padding: 5px;
    font-size: 50px;
    text-shadow: 1px 1px 1px black;
}

.mcButtons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.mcButtons a {
    margin: 15px;
}

.rewards-wrapper {
    position: relative;
    padding-bottom: 28.75%;
    height: 0;
    overflow: hidden;
}

.rewards-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.map-wrapper {
    position: relative;
    padding-bottom: 30%;
    min-height: 150px;
    margin-top: 30px;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:last-child {
    padding-left: 20px;
}

.mapandhourstbl > tbody > tr:nth-child(1) > td {
    padding-left: 0;
}

.mapandhourstbl h3 {
    margin-bottom: 5px;
}

.department-container .department {
    padding: 10px 0;
    background: transparent;
}

.department .employee .name p {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .employee {
    background: #fff;
    border-radius: 0px;
    padding: 10px;
}

.department .title {
    border: 1px solid #fff;
    background: #fff;
    color: black;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.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 {
    color: #fff;
    background-color: #d6d6d6;
    border-color: #cccccc;
}

.payment-wrapper {
    position: relative;
    padding-bottom: 42.10526316%;
    height: 0;
    overflow: hidden;
}

.payment-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.about-pic {
    float: right;
    width: 45%;
    padding: 10px;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    color: white;
}

.btnContainer > div:nth-child(1) {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e48de1ae-021e-4e77-a8e9-b7af6fa5a0ec/image001.jpg);
    background-size: cover;
    background-position: center;
}

.btnContainer > div:nth-child(1) div {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgb(0 0 0 / 67%);
    padding: 3%;
}

.btnContainer > div:nth-child(1) > div > h3 {
    font-size: 1.5vw;
    margin-top: 0;
}

.btnBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 1%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/d6ce7b60-d068-4adf-8b70-56d3c2ec96da/btn-back.jpeg);
    background-size: cover;
}

.btnBlock a {
    flex: 0 0 32%;
    margin: 10px 0;
    text-align: center;
    color: white;
    text-shadow: 3px 3px 3px black;
}

.btnBlock a:nth-child(1), 
.btnBlock a:nth-child(2) {
    margin: 10px 32%;
}

.btnBlock a:nth-child(2) {
    order: 5;
}

.btnBlock a:nth-child(4) {
    order: 4;
}

.btnBlock a:nth-child(5) {
    order: 3;
    flex: 0 0 30%;
}

.btnBlock a:hover {
    transform: scale(1.2);
    background-color: black;
    z-index: 4;
}

.btnBlock a:nth-child(5):hover {
    background-color: transparent;
}

.btnBlock div {
    /* background-color: black; */
    text-align: center;
    /* background-image: url(https://psmfirestorm.blob.core.windows.net/6e2d304f-930c-4a27-9913-756bfcf65a05/btn-back.jpg); */
    background-size: cover;
    background-position: center;
    padding: 14% 0;
    position: relative;
    z-index: 2;
    border: 3px solid #868686;
    box-shadow: 0 0 10px black;
}

.btnBlock a:nth-child(5) div {
    border: none;
    background-image: none;
    box-shadow: none;
}

.btnBlock a:nth-child(5) div:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/d27cfd32-30ca-4dcd-b974-05ae11ebc637/2022-grand_am_tour.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    filter: opacity(0.5);
}

.btnContainer > div {
    flex: 0 0 50%;
    position: relative;
}

.btnBlock h3 {
    margin: 0;
    font-size: 1.5vw;
}

.btnBlock h3 span {
    display: block;
}









/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 255px;
}

.featured-section {
    background-color: white;
    margin-top: 0!important;
    padding: 50px 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/03114ceb-b281-42c4-8ced-6d30618620c4/featured-background.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    background-attachment: fixed;
    position: relative;
}

.featured-section:before {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    top: 0;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
    padding: 0 2%;
    text-transform: uppercase;
    bottom: 0;
    font-weight: 700;
}

.single-item-slider .item-detail .name {
    line-height: 131%;
    color: black;
}

.featuredinventory h2 {
    position: relative;
    color: black;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: 2px solid #d0d0d0;
    border-radius: 8px;
}

.single-item-slider .img-container {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}







/* INVENTORY */

#vehicleList>div {
    margin: 0;
    padding: 10px;
}

.panel-heading .panel-toggle {
    font-weight: 700;
    text-transform: uppercase;
}

#filters-box .panel-body li {
    color: #000;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    min-height: 41px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    text-align: center;
    padding-right: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    color: black;
}

.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;
}

#ModalVehicleInquiry {
    border: 2px #ff6600 solid;
    z-index: 3333;
}

#ModalVehicleInquiry .vdpinquiryheader {
    text-align: left;
}







/* FORMS */

.btn-primary,
.btn-readMore {
    background-color: #ff6600;
    /*background: linear-gradient(135deg, rgba(245,130,32,1) 0%,rgba(255,102,0,1) 100%);*/
    text-transform: uppercase;
    padding: 5px 10px 3px;
    border: 2px solid transparent;
    font-size: 16px;
    transition: .3s;
}

.btn-sec {
    margin: auto;
    display: block;
    width: max-content;
}

.btn-primary:hover,
.btn-readMore:hover {
    color: #fff;
    background-color: gray;
    border-color: white;
}

.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.focus, .btn-primary:focus {
    color: #fff;
    background-color: gray;
    border-color: white;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: white;
    padding: 10px 20px;
    border-radius: 8px;
    color: black;
    box-shadow: 0 0 10px black;
}

.secform {
    margin-top: 30px;
}

.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;
}

.form-header-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    margin-bottom: 17px;
    position: relative;
    background: linear-gradient(to right, rgba(221,221,221,0) 0%,#ededed 50%,rgba(221,221,221,0) 100%);
    color: #ff6600;
}

.servform .form-header-text:before,
.partsform .form-header-text:before {
    font-family: fontawesome;
    padding-right: 5px;
    color: #b8b8b8;
}

.servform .form-header-text:before {
    content: '\f0ad';
}

.partsform .form-header-text:before {
    content: '\f085';
}

.forms-title-section {
    text-align: center;
    margin-bottom: 2px;
}


.form-control {
    border-radius: 20px;
    margin: 5px 0;
    box-shadow: none;
    background-color: #ededed;
    border: 1px solid transparent;
    transition: .3s;
    font-size: 14px!important;
}

.form-control:hover {
    background-color: white;
    border: 1px solid #ff6600;
}

.form-control:focus {
    border-color: #ff6600;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
    background-color: white;
}

#Form1106 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1107 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1106 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1107 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1108 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1106 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1107 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1108 > div:nth-child(1) > fieldset > div:nth-child(8) {
    padding: 0 5px;
}

.inquiryformcontainer,
.locationBox {
    background-color: white;
    color: black;
    border-radius: 8px;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}

.vdpinquiryheader {
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff6600;
    font-size: 29px;
    text-align: center;
}



@media (min-width: 768px) {
#Form14718 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form14718 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+12) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}
}







/* FOOTER */

.footerPriv p {
    margin-bottom: 0;
    text-align: center;
    padding: 10px 5px;
    font-style: italic;
    font-size: 12px;
}

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footer-background {
    background-color: black;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 30px 15px;
    color: white;
    line-height: 30px;
    text-transform: uppercase;
    flex-direction: column;
    text-align: center;
}

.footer-logo {
    display: block;
    max-width: 275px;
    margin: 0 auto;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    display: block;
    font-family: 'Alfa Slab One', sans-serif;
    font-size: 25px;
    margin-top: 5px;
}

.footer-links a {
    display: block;
    position: relative;
    transition: .3s;
    padding: 15px 0;
}

.footer-links a:hover {
    color: white;
}

.footer-links a:after {
    content: '\f178';
    font-family: fontawesome;
    position: relative;
    right: -10px;
    transition: .3s;
}

.footer-links a:hover:after {
    color: white;
    transform: rotate(-180deg);
}

.footer-hours {
    display: flex;
}

.footer-hours-block h4 {
    margin-top: 6px;
    color: #989898;
}

.footertable td:first-child {
    text-align: left;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footertable {
    margin: 0 auto;
}

.footer-hours-block:first-child {
    padding: 0px 30px 0 0;
}

.footer-block h3 {
    font-family: 'Alfa Slab One', sans-serif;
    font-weight: unset;
    font-size: 20px;
    letter-spacing: 1px;
}

.footer-block .contact-btn {
    margin-top: 45px;
}


.calEvent:hover .eventInfo p {
    color: #f60;
}




/* LEARN TO RIDE */

.learn-to-ride {
  padding-top: 0;
}
.learn-to-ride #main {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .learn-to-ride #main {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.learn-to-ride .dst-riders-content {
  position: relative;
  line-height: 22px;
}
@media (min-width: 768px) {
  .learn-to-ride .dst-riders-content {
    padding-top: 24%;
  }
}
.learn-to-ride .dst-riders-content h1,
.learn-to-ride .dst-riders-content h2,
.learn-to-ride .dst-riders-content h3 {
  line-height: 26px;
  font-size: 26px;

  text-transform: uppercase;
}
.learn-to-ride .dst-riders-content h2 {
  line-height: 22px;
  font-size: 22px;
}
.learn-to-ride .dst-riders-content h3 {
  line-height: 18px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .learn-to-ride .dst-riders-content h3 {
    line-height: 22px;
    font-size: 22px;
  }
}
.learn-to-ride .top-riders-content {
  padding-top: 20%;
  padding-right: 15px;
  padding-left: 15px;
  background-image: url("https://psmfirestorm.blob.core.windows.net/627b0a09-605e-47e9-b293-330663d3d225/hero-rider-landscape.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
}
.learn-to-ride .top-riders-content:before,
.learn-to-ride .top-riders-content:after {
  content: " ";
  display: table;
}
.learn-to-ride .top-riders-content:after {
  clear: both;
}
.learn-to-ride .top-riders-content:before,
.learn-to-ride .top-riders-content:after {
  content: " ";
  display: table;
}
.learn-to-ride .top-riders-content:after {
  clear: both;
}
@media (min-width: 768px) {
  .learn-to-ride .top-riders-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 4%;
    padding-bottom: 5%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content {
    padding-bottom: 9%;
  }
}
.learn-to-ride .top-riders-content img {
  width: auto\9;
  display: inline-block;
  margin-bottom: 10px;
}
.learn-to-ride .top-riders-content h1 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .learn-to-ride .top-riders-content h1 {
    float: left;
    width: 54.16666667%;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content h1 {
    float: left;
    width: 62.5%;
  }
}
@media (min-width: 1200px) {
  .learn-to-ride .top-riders-content h1 {
    float: left;
    width: 70.83333333%;
  }
}
@media (min-width: 768px) {
  .learn-to-ride .top-riders-content h1 {
    line-height: 34px;
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content h1 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 45px;
    font-size: 45px;
  }
}
.learn-to-ride .top-riders-content h1 span {
  display: block;
  line-height: 50px;
  font-size: 50px;
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content h1 span {
    line-height: 60px;
    font-size: 60px;
  }
}
.learn-to-ride .rider-course {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.learn-to-ride .rider-course > div {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .learn-to-ride .rider-course > div {
    padding-bottom: 0;
  }
}
.learn-to-ride .rider-course > h2 {
  padding-top: 20px;
  line-height: 36px;
  font-size: 36px;

  text-transform: uppercase;
  color: #999999;
}
.learn-to-ride .course-info {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
}
@media (min-width: 768px) {
  .learn-to-ride .course-info {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .course-info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .course-info {
    padding-left: 35px;
  }
}
.learn-to-ride .course-info h2,
.learn-to-ride .course-info h3 {
  letter-spacing: 1px;
  color: #cc6600;
}
.learn-to-ride .course-info h2 {
  padding-top: 10px;
}
.learn-to-ride .course-info > a {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  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;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 0;
}
.learn-to-ride .course-info > a:after {
  margin-left: 6px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f105";
}
.learn-to-ride .course-info > a:hover {
  background: #e66700;
  color: #000000;
}
@media (min-width: 768px) {
  .learn-to-ride .course-info > a {
    position: static;
  }
}
.learn-to-ride .course-info ul li + li {
  margin-top: 14px;
}
.learn-to-ride .course-faq {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  color: #999999;
}
@media (min-width: 768px) {
  .learn-to-ride .course-faq {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .course-faq {
    float: left;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .course-faq {
    left: 9%;
  }
}
@media (min-width: 768px) {
  .learn-to-ride .course-faq {
    margin-top: 0;
  }
}
.learn-to-ride .course-faq > div {
  padding: 15px;
  background-color: #333333;
}
.learn-to-ride .course-faq h2,
.learn-to-ride .course-faq strong {
  color: #ffffff;
}
.learn-to-ride .course-faq h2 {
  letter-spacing: 1px;
}
.learn-to-ride .course-faq ul li + li {
  margin-top: 14px;
}
.learn-to-ride .dst-riders-content {
  background-color: #000000;
  color: #ffffff;
}
.learn-to-ride .dst-riders-content .top-riders-content h1 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .learn-to-ride .dst-riders-content .top-riders-content h1 {
    color: #000000;
  }
}

.learn-to-ride .rider-course > div:before, .learn-to-ride .rider-course > div:after {
    content: '';
    display: table;
}

.learn-to-ride .rider-course > div:after {
    clear: both;
}

.siteSearch-M button {
    height: 34px; 
    margin-top: 5px !important;
    padding: 4px;
}

@media (max-width: 767px) {
    body {
        padding-top: 0 !important;
    }
    .btnContainer {
    flex-flow: column;
}

#home-page #section-1 {
    margin-top: 0;
}

.btnBlock a {
    flex: 0 0 43%;
}

.btnBlock h3 {
    font-size: 5.5vw;
}
.header-background img {
    display: none;
}
    .header-background {
        display: none;
    }
header.body {
    margin-bottom: 0px;
}
    #main-nav {
        position: fixed;
        width: 100%;
        max-height: 100vh;
        z-index: 2040;
        overflow-y: auto;
        background-color: #f60;
    }
    .h-button-container {
        flex-wrap: wrap;
    }
    .h-button-container a {
        flex: 0 0 45%;
    }
.h-button-block {
    padding: 4% 2%;
}
    .familywrapper {
        flex-wrap: wrap;
        padding-top: 10px;
    }
    .familyblock {
        flex-basis: 50%;
        margin-top: 0;
    }
    .about-pic {
        float: none;
        width: 100%;
    }
    .widget-UpcomingEvents h3 {
        margin: 15px auto;
        font-size: 20px;
    }
    #main-nav .navbar-brand {
        height: 58px;
        margin: 2px 0;
        padding: 1px 15px;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
        background-color: black;
    }
    .navbar-nav>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
        color: white;
    }
    #main-nav .dropdown-menu>li>a {
        padding-bottom: 15px;
        padding-top: 15px;
        color: white;
        font-size: 16px;
    }
    .homeButtons > .widget-inner, .upcoming-events > .widget-inner, .sbfam > .widget-inner, .pagetext > .widget-inner {
        margin-top: 0 !important;
    }
    .widget-UpcomingEvents h2 {
        padding: 15px;
        text-align: center;
        font-size: 10vw;
        letter-spacing: normal;
    }
    .widget-UpcomingEvents h2.noEvents {
        font-size: 5vw;
    }
    .social-media-side {
        flex-flow: row;
        justify-content: space-around;
        width: 100%;
        top: unset;
        bottom: 0;
        z-index: 2040;
        border-radius: 0;
        background: #f60;
    }
    .featured-section {
        background-attachment: scroll;
    }
    .family-background {
        display: none;
    }
    .home-view-all a {
        margin: 0 auto;
    }
    .home-about-block {
        box-shadow: none;
        border-radius: 0;
        margin: 0;
    }
    .featuredinventory h2 {
        font-size: 9vw;
    }
    .home-about-block h1 {
        font-size: 7vw;
    }
    .single-item-slider .slider-outer {
        height: 234px;
    }
    footer.body {
        padding-bottom: 56px;
        background-color: black;
    }
    #CustomEventWidget .eventWrapper {
        flex-flow: column;
    }
    .calMonth, .calDay {
        font-size: 4vw;
    }
    #filters-modal, #ModalVehicleInquiry {
        top: 70px;
    }
    #ModalVehicleInquiry .vdpinquiryheader {
        font-size: 27px;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 70px);
    }
.pageheader {
    padding: 0;
    margin-top: 0;
}
    .p-header h1 {
        font-size: 10vw;
        text-align: center;
    }
    .militaryheader .p-header h1 {
        font-size: 7.5vw;
    }
    .mcform {
        order: 2;
    }
    #Form1106 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), #Form1107 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), #Form1106 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1107 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) { 
        width: 100%;
    }
    .coveragepage h3, .coveragepage h4 {
        text-align: center;
    }
    .rewards-wrapper {
        padding-bottom: calc(300px + (210 - 300) * ((100vw - 320px) / (768 - 320)));
    }
    .department .employee {
        max-width: 250px;
    }
    .maptext {
        text-align: center;
    }
    .mapandhourstbl {
        margin: 0 auto;
    }
    .maptext .dealer-name {
        font-size: 7vw;
    }
    .maptext h3 {
        font-size: 5vw;
    }
    .custom-page {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .home-about-block, .h-button-container { 
        width: 720px;
    }
    nav.fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 20399;
        background: white;
        border-radius: 0px;
        right: 0px;
        padding: 10px 0;
        filter: drop-shadow(0px 0px 3px black);
    }
    .upcoming-events > div > h2:after {
	content: '';
	width: 160px;
	height: 2px;
	background-color: #d0d0d0;
	position: absolute;
	right: 34px;
	top: 50px;
	text-align: right;
    }
    .featuredinventory h2:after {
	width: 445px;
	height: 2px;
	content: '';
	background-color: #d0d0d0;
	position: absolute;
	right: 0;
	top: 15px;
    }  
    .widget-UpcomingEvents h3:before {
        content: '';
        height: 2px;
        width: 335px;
        background-color: #d0d0d0;
        position: absolute;
        left: -347px;
        top: 22px;
    }
    .home-about-block h3:after {
        content: '';
        width: 180px;
        height: 2px;
        background-color: #d0d0d0;
        right: 11%;
        position: absolute;
        top: 11px;
    }
    /*
    #home-page #section-2:after {
        content: '';
        width: 100%;
        height: 15%;
        position: absolute;
        bottom: 0;
        background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
        left: 0;
    }
    */
    .home-view-all a:before {
        content: '';
        width: 500px;
        height: 2px;
        background-color: #d0d0d0;
        position: absolute;
        left: 15px;
        top: 20px;
    }
    .widget-UpcomingEvents h2.noEvents {
        font-size: 32px;
        letter-spacing: 5px;
    }
    #main-nav .nav>li>a {
        font-size: 12px;
        padding: 12px 7px;
    }
    .single-item-slider .slider-inner .item {
        width: 212px;
    }
    .header-logo {
        flex: 0 0 39%;
    }
    #main-nav li.dropdown ul {
        z-index: 2040;
    }
    .maptext .dealer-name {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .header-container {
        width: 992px;
    }
    .footer-container {
        flex-direction: row;
        text-align: left;
        width: 972px;
        padding: 70px 15px
    }
    .home-about-block, .h-button-container { 
        width: 940px;
    }
    .footer-links a:nth-child(2) {
        margin-top: 50px;
    } 
    #main-nav {
        padding: 10px 0;
    }
    .footer-links a:after {
        position: absolute;
        right: -15%;
    }
    .footertable {
        margin: 0;
    }
    .footer-logo {
        margin: 0;
    }
    .widget-UpcomingEvents h2.noEvents {
        font-size: 36px;
        letter-spacing: 10px;
    }
    .footer-links a {
        padding: 0;
    }
    #main-nav .nav>li>a {
        font-size: 16px;
        padding: 15px 10px;
    }
    .h-button-block h3 {
        font-size: 28px;
    }
    .single-item-slider .slider-inner .item {
        width: 210px;
    }
    .upcoming-events > div > h2:after {
	width: 380px;
    }
    .widget-UpcomingEvents h3:before {
        width: 545px;
        left: -567px;
    }
    .featuredinventory h2:after {
	width: 665px;
    }
    .home-view-all a:before {
        width: 715px;
    }
    .home-about-block h3:after { 
        width: 180px;
        right: 20%;
    }
    .featured-section {
        padding: 70px 0;
    }
    .featured-section:after {
        content: '';
        width: 100%;
        height: 10%;
        position: absolute;
        background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        bottom: 0;
    }
    .header-logo {
        flex: 0 0 45%;
    }
    .header-container:after { 
        left: 44%;
        height: 139px;
    }
    .mcButtons {
        justify-content: space-between;
    }
    .mcButtons a {
        margin: 0;
    }
    .rewards-wrapper {
        padding-bottom: 21.75%;
    }
    .maptext .dealer-name {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .header-container {
        width: 1200px;
    }
    .footer-container {
        width: 1180px;
    }
    .home-about-block, .h-button-container { 
        width: 1140px;
    }
    .home-view-all a:before {
        width: 913px;
    }
    .widget-UpcomingEvents h2.noEvents {
        font-size: 45px;
    }
    #main-nav .nav>li>a {
        font-size: 18px;
        padding: 15px
    }
    .h-button-block h3 {
        font-size: 30px;
    }
    .single-item-slider .slider-inner .item {
        width: 205px;
    }
    .upcoming-events > div > h2:after {
	width: 571px;
    }
    .widget-UpcomingEvents h3:before {
        width: 739px;
        left: -764px;
    }
    .featuredinventory h2:after {
	width: 864px;
    }
    .home-about-block h3:after { 
        width: 175px;
        right: 26%;
    }
    .featured-section {
        padding: 80px 0;
    }
    .header-logo {
        flex: 0 0 auto;
    }
    .header-container:after { 
        left: 42%;
        height: 148px;
    }
    .rewards-wrapper {
        padding-bottom: 18.75%;
    }
}





