body {
    font-family: 'Montserrat', sans-serif;
    color: black;
}

@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/01214d04-413d-4afb-a789-65ed892e84e0/HR-Background-3.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
body {
    background: #cccccc url(https://psmfirestorm.blob.core.windows.net/01214d04-413d-4afb-a789-65ed892e84e0/HR-Background-3.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    /* background-position: bottom; */
}
}

#inner-bg {
    margin: 0 auto;
    background-color: rgb(255 255 255 / 85%);
}

@media (min-width: 768px) {
    #inner-bg { width: 748px; }
}

@media (min-width: 992px) {
    #inner-bg { width: 972px; }
}

@media (min-width: 1200px) {
    #inner-bg { width: 1180px; }
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'freedommachine', sans-serif;
    font-weight: unset;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #ffa259;
    text-decoration: none;
}

#content-container {
    padding-bottom: 30px;
}

/* SIBLING FADE: fade out siblings around a hovered item */

.sibling-fade { visibility: hidden; }
/* Prevents :hover from triggering in the gaps between items */

.sibling-fade > * { visibility: visible; }
/* Brings the child items back in, even though the parent is `hidden` */

.sibling-fade > * { transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms; }
/* Makes the fades smooth with a slight delay to prevent jumps as the mouse moves between items */

.sibling-fade:hover > * { opacity: 0.4; transform: scale(0.9); }
/* Fade out all items when the parent is hovered */

.sibling-fade > *:hover { opacity: 1; transform: scale(1); transition-delay: 0ms, 0ms; }
/* Fade in the currently hovered item */



.so-background {
    background-color: black;
    padding: 15px;
}






/*
.box3 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4d954c66-37c0-400a-8e32-b8616fcfab1b/hr-background-2.jpg);
    background-size: cover;
    background-position: 0 0px;
    padding: 6% 0 4%;
}

#home-page #section-2 {
    margin-top: 0;
}

.about-section {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a2e1dd9b-0ab3-4592-b765-60a4edfe0700/home-about-background.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 0px!important;
    padding: 60px 0;
    margin-bottom: -30px;
    background-attachment: fixed;
}
*/






/* HEADER */

.header-logo {
    max-width: 300px;
}

a.headerTextClub {
    position: relative;
    display: flex;
    align-items: center;
}

a.headerTextClub:before {
    content: '\f0e6';
    font-family: 'FontAwesome';
    font-size: 31px;
    margin-right: 7px;
}

a.headerTextClub h4 {
    margin: 0;
    line-height: 17px;
    font-size: 20px;
}

a.headerTextClub span {
    display: block;
}

.header-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 15px 30px;
}

.header-container a {
    color: #000;
}

.header-container a:hover {
    color: #ff6600;
}

.header-right {
    display: flex;
    justify-content: space-between;
    flex: 0 0 65%;
    align-items: center;
}

.header-addy .dealer-address {
    border-right: 1px solid gray;
    padding-right: 2px;
}

.header-addy .dealer-city {
    padding-left: 5px;
}

.header-addy .dealer-phone {
    display: block;
    font-family: 'freedommachine', sans-serif;
    font-size: 48px;
    line-height: 48px;
}

.header-ss {
    flex: 0 0 25%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 9px;
}

.header-addy,
.header-map {
    padding: 0 15px;
}

.header-addy .dealer-phone > span:nth-child(1) {
    padding-right: 7px;
}

.header-social {
    display: flex;
    justify-content: space-around;
}

.header-social a {
    font-size: 27px;
    padding: 8px 8px 0;
}

.header-map .btn.btn-primary {
    color: white;
    margin: 0;
}

.top-bar-announcement-link {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
    font-size: 18px;
}







/* NAVIGATION */
@media (min-width: 1200px) {
#main-nav {
    margin-top: -67px; }
}

#main-nav-collapse {
    padding-right: 0;
    margin-right: -5px;
}

@media (max-width: 1199px) {
#main-nav-collapse {
    margin-right: 0px;
    padding-left: 0; }
}

.navbar {
    margin-bottom: -1px;
}

#main-nav > nav > div {
    padding: 0;
}


.navbar-nav {
    float: right;
    background-color: #fff; 
}

@media (max-width: 1199px) {
.navbar-nav {
    float: none;
    background-color: #fff;
    display: flex;
    justify-content: space-around; }
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
    font-size: 17px;
    color: black;
}

@media (max-width: 767px) {
.navbar-nav {
    display: block; }
}

@media (min-width: 1200px) {
.navbar-nav>li:nth-child(1):before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 37px solid #ffffff;
    left: -37px;
}
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #202020;
}

#main-nav li.dropdown.open ul {
    z-index: 2040;
}

.caret {
    margin-left: -2px;
    border-top: 3px dashed;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}







/* CONTENT */

.h-btn-wrapper {
    display: flex;
    justify-content: space-around;
    flex-flow: column;
}

.h-btn-wrapper a {
    background-color: rgb(0 0 0);
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.h-btn-wrapper a:before, 
.h-btn-wrapper a:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/94accb8b-8108-4b48-8031-bdafaa6ad653/bracket-l.png);
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 6;
    filter: drop-shadow(2px 4px 6px black);
}

.h-btn-wrapper a:after {
    background-image: url(https://psmfirestorm.blob.core.windows.net/91c43073-d290-4d18-9cb7-76ddbf885856/bracket-r.png);
    left: unset;
    right: 0;
    background-position: right;
}

.button-text h2, 
.button-text h4 {
    margin: 0;
    z-index: 222;
    position: relative;
}

.button-text h2 {
    color: white;
    text-shadow: 1px 1px 1px black;
    font-size: 40px;
}

.button-text h4 {
    color: #dfdfdf;
    text-shadow: 1px 1px 1px black;
    font-size: 20px;
}

.button-text sup {
    top: -8px;
}

.button-block {
    position: relative;
    padding: 15px 16px;
}

.button-block:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/6d0752bd-5df8-49bc-a5ef-60701c96e065/street-bob-media-carousel-1.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    filter: opacity(0.65);
}

.h-btn-wrapper a:nth-child(2) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a53e73c7-18f3-4e75-bab8-2e94cb26d6ee/rks-media-carousel-1.jpg);
}

.h-btn-wrapper a:nth-child(3) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/45a6fba0-cc75-4e62-b3e1-419b6bc807f1/rgs-media-carousel-1.jpg);
}

.h-btn-wrapper a:nth-child(4) > div:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/0622fd85-de75-45ca-aed5-22fa4e7d6108/membership-homepage-mc.jpg);
}

.siteSearch .form-control {
    border: 3px solid black;
    border-radius: 0;
    border-right: none;
    padding: 16px;
    background-color: white;
}

.siteSearch {
    display: flex;
    width: 80%;
    margin: 1% auto 3%;
}

.siteSearch .btn-primary {
    margin: 5px 0;
}

.home-about h3, 
.home-about h1 {
    text-align: center;
}

.home-about h3 {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    letter-spacing: 5px;
    margin-top: 0;
}

.home-about h1 {
    margin-top: 0;
    border-bottom: 1px solid gray;
    color: #ff6600;
    text-shadow: 1px 1px 0px black;
    font-size: 50px;
}

.home-about-pic {
    float: right;
    width: 45%;
    margin: 0 0 10px 10px;
    box-shadow: 3px 3px 1px black;
}

.video-wrapper {
    overflow: hidden;
    padding-bottom: 59.3%;
    position: relative;
    height: 0;
}

.video-wrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#filters-box .checkbox {
    color: black;
}

.p-header {
    position: relative;
    z-index: 2;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 70px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgb(255, 255, 255) 100%);
    text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.8);
    color: black;
}

.p-header h1:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: white;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}

.serv-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
}

.serv-list li {
    flex: 0 0 49%;
    position: relative;
    padding-left: 15px;
}

.serv-list li:before {
    content: '\f013';
    font-family: fontawesome;
    padding-right: 10px;
    display: inline-block;
    position: absolute;
    left: -4px;
}

.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: #e8e8e8;
    border-color: #cccccc;
}

.rr-login iframe,
.text-club-form iframe {
    margin: auto;
    display: block;
}

.ltr-wrapper {
    display: flex;
    justify-content: space-between;
}

.ltr-block {
    flex: 0 0 32%;
}

.donation-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.donation-list li {
    flex: 0 0 50%;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.department-container .department {
    padding: 20px 0;
    background: transparent;
}

.department .employee {
    background: #fff;
    border-radius: 0;
    padding: 8px;
}

.department .employee .name p {
    font-size: 20px;
    font-weight: unset;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    font-size: 15px;
    margin-bottom: 0;
}

.department .title {
    background: #fff;
    color: black;
}

.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: 30px;
}

.merchContainer {
    display: flex;
    justify-content: space-around;
}

.merchContainer a {
    padding: 15px;
    flex: 0 0 35%;
    background-color: white;
    text-align: center;
    border: 3px solid black;
}

.merchContainer a:hover {
    color: black;
    border-color: #ff6600;
    transform: scale(1.04);
}

.merchContainer img {
    max-height: 130px;
}

.merchContainer h2 {
    margin-bottom: 0;
}

img.revPic {
    float: left;
    width: 20%;
    margin: 0 15px 15px 0;
}




/* SERIAL 1 */

.serialWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serialWrapper > div {
    flex: 0 0 48%;
    border: 5px solid #585858;
    position: relative;
    margin: 10px;
}

.serialContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.serialContainer img {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.serialContainer h3 {
    margin: 10px 15px;
    font-size: 33px;
    padding: 0 10px 3px;
    border-bottom: 1px solid gray;
    width: max-content;
}

.serialBottomWrapper {
    display: flex;
    flex-wrap: wrap;
}

.serialBottomWrapper div {
    flex: 0 0 33.33%;
}

h2.serialMain {
    text-align: center;
    font-size: 40px;
}

img.serialLogo {
    display: block;
    width: 17%;
    margin: 30px auto;
}








/* FEATURED INVENTORY */

.single-item-slider .img-container {
    height: 160px;
}

.featuredinventory .single-item-slider .slider-outer {
    height: 300px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
    padding: 2% 3%;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    bottom: 5px;
    background-color: black;
    left: 0;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: solid 5px rgb(255, 255, 255);
}

.featuredinventory h2 {
    text-align: center;
    font-size: 35px;
}

.single-item-slider .item-detail .name {
    color: #212121;
}

.featuredinventory .slider-control.left i, .featuredinventory .slider-control.right i {
    background-color: black;
    padding: 5px;
}







/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-radius: 0;
    border: 3px solid #212121;
    background: linear-gradient(to bottom, rgba(245,130,32,1) 0%,rgba(255,102,0,1) 100%);
    text-shadow: 1px 1px 1px black;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #000000;
    -webkit-transition: ease-out 0.6s;
    -moz-transition: ease-out 0.6s;
    transition: ease-out 0.6s;
    margin: 10px 4px;
}

.btn-primary:hover {
    background-color: #ff6600;
    border-color: #000000;
    box-shadow: inset 400px 0 0 0 #000000;
}

.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 {
    background-color: #ff6600;
    border-color: #000000;
}

.btn-sec {
    width: max-content;
    display: block;
    margin: 10px auto;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: white;
    padding: 10px;
    color: black;
}

.secform {
    margin-top: 27px;
}

.form-header-text {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #ff6600;
    width: 400px;
    max-width: 100%;
    margin-bottom: 28px;
}

.form-header-text:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ff6600;
    bottom: -16px;
}

.soform .form-header-text {
    width: 100%;
    padding: 0;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 3px;
}

.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-control {
    font-size: 12px;
    border-radius: 0;
    margin: 5px 0;
    background-color: #ececec;
    border: none;
    box-shadow: none;
}

#Form1045 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1046 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    padding: 0 5px;
}

#Form1045 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1046 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    padding: 0 5px;
}

#Form1045 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1046 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}

.inquiryformcontainer {
    font-size: 15px;
    background-color: white;
    color: black;
}

.vdpinquiryheader {
    margin-bottom: 3px;
    font-weight: unset;
    font-family: 'freedommachine', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 31px;
    position: relative;
    border-bottom: 2px solid #ff6600;
    padding: 0 35px;
    width: max-content;
}

.vdpinquiryheader:after {
    content: '';
    position: absolute;
    left: 46%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ff6600;
    bottom: -16px;
}

#vehicleInquiryForm > fieldset > hr {
    display: none;
}

.locationBox {
    background-color: white;
    color: black;
}

.locationBox h3 {
    margin: 0px 0 5px;
    text-align: center;
    font-size: 27px!important;
    font-weight: unset!important;
}

@media (min-width: 768px) {
#Form1370 > div:nth-child(1) > fieldset > div:nth-child(n+3):nth-child(-n+5) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1370 > div:nth-child(1) > fieldset > div:nth-child(n+6):nth-child(-n+7),
#Form1370 > div:nth-child(1) > fieldset > div:nth-child(n+9):nth-child(-n+12),
#Form21760 > div:nth-child(1) > fieldset > div:nth-child(n+3):nth-child(-n+6) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1370 > div:nth-child(1) > fieldset > div:nth-child(n+13) {
    padding: 0 5px;
}
}

.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 {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
    color: black;
}

.customForm .form-header-text {
    width: 100%;
    padding: 0;
}









/* INVENTORY */

.modal {
    z-index: 9999999999;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
}

.panel,
.well {
    border-radius: 0px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 25px;
    padding-right: 0;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

#vehicleList > div {
    margin: 0;
    padding: 8px;
}

.vehicle-box {
    border: 3px solid #dbdbdb;
}

.inventory-container .vehicle:hover {
    background-color: #ff6600;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    min-height: 49px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

#vdp-container > header > div > .title > h3 {
    color: black;
    background-color: yellow;
    padding: 5px 10px;
    width: max-content;
    transform: skewX(-10deg);
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #212121;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #ff6600;
}

.footer {
    background-color: white;
    color: black;
}

.footercontainer {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 15px;
    text-align: center;
}

.footercontainer a:hover {
    color: black;
}

.footerlogo {
    max-width: 275px;
    display: block;
    margin: 0 auto 20px;
}

.footersocial {
    display: flex;
    justify-content: center;
}

.footersocial a {
    font-size: 30px;
    padding: 10px;
    color: #212121;
}

.footerblock:first-child {
    text-align: center;
}

.footer-phone {
    text-align: center;
}

.footer-phone .dealer-phone.phone-text {
    display: block;
    font-size: 30px;
    font-family: 'freedommachine', sans-serif;
}

.footercontact {
    margin-top: 15px;
}

.footercontact.btn-primary:hover {
    color: white;
}

.footertable td:last-child {
    padding-left: 15px;
}

.footerblock ul {
    list-style: none;
    padding: 0;
}

.footerblock ul a li:before {
    content: "\f101";
    font-family: 'fontawesome', sans-serif;
    margin-right: 5px;
}

.footer-ss {
    text-align: center;
    text-transform: uppercase;
    margin-top: 19px;
}

.footer-ss img {
    display: block;
    max-width: 200px;
    margin: 5px auto 0;
}

.footerhours {
    margin: 0 auto;
    width: 101%;
}

.footerblock ul a li {
    padding: 20px 0;
}

.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: #000000;
    margin: 0 10px 14px 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 0;
    border: 2px solid black;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
}

.footertable {
    margin: auto;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #c8c8c8;
}


.jumbotron, #creditAppForm section {
    background: #fff !important;
    color: black !important;
}

.jumbotron .text-muted, .jumbotron h1 {
    color: black !important;
}



#ModalVehicleInquiry {
    border: 2px solid #f60;
    color: black;
}
#details-accordions .panel-body {
    color: black;
}

.department .employee .job p {
    font-size: 16px;
}

.siteSearch-M button {
    height: 34px;
    margin-top: 5px !important;
}

@media (max-width: 767px) {
    .header-background {
        display: none;
    }
.header-background img {
    display: none;
}
header.body {
    margin-bottom: 0;
    position: fixed;
    background-color: white;
    top: 35px;
}
    #main-nav .navbar-brand {
        height: 56px;
        margin: 3px 0;
        padding: 2px 15px;
    }
    #main-nav .navbar-nav>li>a {
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 40px;
    }
    #main-nav .dropdown-menu>li>a {
        color: black;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 50px;
    }
.siteSearch {
    width: 100%;
}
#vdp-container > header > div > .title > h3 {
    width: 100%;
    text-align: center;
}
    .button-text h2, .featuredinventory h2, .p-header h1 {
        font-size: 10vw;
    }
    .button-text h4, .maptext h3{
        font-size: 6vw;
    }
    #main-nav-collapse {
        max-height: calc(100vh - 63px);
    }
    .homeslider > .widget-inner {
        margin-top: 0 !important;
    }
    .home-about h1, .maptext h1 {
        font-size: 8vw;
    }
    .home-about-pic {
        float: none;
        width: auto;
        margin: 10px auto;
        display: block;
    }
    #ModalVehicleInquiry {
        top: 70px;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }
    #ModalVehicleInquiry .vdpinquiryheader {
        text-align: left;
        font-size: 28px;
        width: 100%;
        padding: 0;
    }
    #vdp-container .vdpinquiryheader {
        width: 100%;
        padding: 0 5px;
    }
    .department .employee {
        max-width: 280px;
    }
    .form-header-text {
        width: 100%;
        padding: 0;
    }
    .serv-list li, .donation-list li {
        flex: 0 0 100%;
    }
    .ltr-wrapper {
        flex-direction: column;
    }
    .ltr-block img {
        display: block;
        margin: 0 auto;
    }
    .maptext {
        text-align: center;
    }
    .mapandhourstbl {
        margin: 0 auto;
    }
    .homeSearch {
        order: 1;
    }
    .homeslider {
        order: 2;
    }
    .homeButtons {
        order: 3;
    }
}

@media (min-width: 768px) {
    .featuredinventory .single-item-slider .slider-inner .item { 
        width: 211px;
    }
    .h-btn-wrapper {
        flex-flow: row;
    }
    .button-text h2 {
        font-size: 18px;
    }
    #main-nav .navbar-nav>li>a {
        padding: 15px 10px;
        font-size: 15px;
    }
    #Form1045 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), #Form1046 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
        width: 25%;
        display: inline-block;
    }
    #Form1045 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9), #Form1046 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
        width: 33.33%;
        display: inline-block;
    }
    .maptext h1 {
        font-size: 34px;
    }
}

@media (min-width: 992px) {
    .footercontainer {
        flex-direction: row;
        text-align: left;
    }
    .featuredinventory .single-item-slider .slider-inner .item { 
        width: 210px;
    }
    .footer-ss {
        margin-left: 45px;
    }
    .footer-ss img {
        margin: 5px 0 0 0;
    }
    .footerblock ul a li {
        padding: 0;
    }
    .button-text h2 {
        font-size: 32px;
    }
    .h-btn-wrapper {
        flex-flow: column;
    }
    #main-nav .navbar-nav>li>a {
        padding: 15px 12px;
        font-size: 15px;
    }
    .header-right {
        flex: 0 0 65%;
    }
    .maptext h1 {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .footercontainer {
        width: 1140px;
    }
    .featuredinventory .single-item-slider .slider-inner .item { 
        width: 205px;
    }
    .button-text h2 {
        font-size: 43px;
    }
    #main-nav .navbar-nav>li>a {
        padding: 15px 13px;
        font-size: 16px;
    }
    .header-right {
        padding-bottom: 0;
    }
}








/* IRONe Styling */
.ironeContainer {
    background: white;
    color: black;
}
.ironeHeader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6a00e910-ca29-4618-abb5-8b014274bcdb/ironEheader.png);
    background-size: cover;
}
.ironeHeader h1 {
    padding: 270px 20px 2px;
    text-transform: uppercase;
}
.ironeModels {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}
.ironeModels p {
    flex-basis: 100%;
}
.ironeModels > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 48%;
    padding: 10px;
}
.ironeStyling {
    display: flex;
    flex-wrap: wrap;
    background: black;
    padding: 10px;
    color: white;
    justify-content: space-around;
}
.ironeStyling h2 {
    flex-basis: 100%;
    text-transform: uppercase;
}
.ironeFeatures {
    flex-basis: 31.9%;
    color: black;
    background: white;
    margin: 5px;
}
.ironeFeatures > div {
    padding: 10px;
}
.ironeFeatures h4 {
    text-transform: uppercase;
}
.ironeImagesWrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.ironeImages {
    flex: 0 0 33%;
    -ms-flex: 0 0 32%;
    padding: 5px;
}
.ironeFAQ {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 10px;
}
.ironeFAQ h1 {
    text-transform: uppercase;
    text-align: center;
}
.FAQ {
    border-top: 2px solid #D3D3D3;
}
.FAQ h3 {
    display: inline-block;
}
.FAQ .fa-plus {
    font-size: 18px;
    border: 1px solid black;
    padding: 4px;
    float: right;
    margin-top: 17px;
}
.FAQ p {
    display: none;
    padding: 10px 20px;
    background-color: #D3D3D3;
}
.disclaimerModal {
    position: fixed;
    background: white;
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px 10px;
    top: 50px;
    max-height: 70vh;
    overflow: auto;
    max-width: 650px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9999999999;
}
.disclaimerModal .topbar {
    float: right;
    width: fit-content;
    min-height: 22px;
    background-color: white;
}
.disclaimerModal .topbar:hover, .disclaimerOpen:hover {
    color: #f60;
    cursor: pointer;
}
.disclaimerModal .topbar span {
    padding: 0 3px;
}
.disclaimerModal .topbar .fa-window-close {
    font-size: 20px;
}
.disclaimerContent h1 {
    text-transform: uppercase;
}
.disclaimerModal .disclaimerContent {
    padding: 20px 50px;
}
.disclaimerModal .disclaimerContent ol {
    padding-left: 20px;
}
.disclaimerModal li {
    margin: 15px 0;
    font-size: 14px;
}
.disclaimerOpen {
    font-size: 12px;
}
.hidden {
    display: none;
}

@media (max-width: 767px) {
    .ironeHeader h1 {
        padding-top: calc(99px + (265 - 99) * ((100vw - 320px) / (768 - 320)));
        font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (768 - 320)));
        color: #f60;
        text-shadow: 2px 2px black;
    }
    .ironeModels ul {
        padding-left: 15px;
    }
    .ironeModels, .ironeStyling {
        display: block;
    }
    .ironeModels h2, .ironeModels h4, .ironeStyling h2, .ironeFeatures h4 {
        text-align: center;
    }
    .ironeFeatures {
        margin: 15px 5px;
    }
    .ironeFeatures img {
        display: block;
        margin: 0 auto;
    }
    .ironeImagesWrapper {
        justify-content: space-around;
    }
    .ironeImages {
        flex: 0 0 50%;
        -ms-flex: 0 0 48%;
    }
    .ironeFAQ {
        width: 100%;
        padding: 0 20px 10px;
    }
    .FAQ h3 {
        width: 90%;
        display: inline-block;
    }
    .FAQ .fa-plus {
        float: none;
        margin-top: 0;
    }
    .disclaimerModal {
        max-width: calc(100vw - 20px);
        top: 130px;
    }
    .disclaimerModal .disclaimerContent {
        padding: 20px;
    }
    .disclaimerModal .topbar {
        position: fixed;
        right: 20px;
    }
}

@media (min-width: 768px) {
    .ironeHeader h1 {
        font-size: 26px;
    }
}

@media (min-width: 991px) {
    .ironeHeader h1 {
        font-size: 34px;
        padding: 352px 20px 2px;
    }
    .ironeFAQ {
        width: 60%;
    }
    .disclaimerModal {
        max-width: 720px;
    }
    .disclaimerModal .disclaimerContent {
        padding: 20px 75px;
    }
}

@media (min-width: 1200px) {
    .ironeHeader h1 {
        padding: 420px 20px 2px;
        font-size: 41px;
    }
    .ironeFeatures {
        flex-basis: 19%;
    }
    .ironeFAQ {
        width: 50%;
    }
    .disclaimerModal {
        max-width: 910px;
    }
    .disclaimerModal .disclaimerContent {
        padding: 20px 100px;
    }
}

.row.is-flex>[class*='col-'].homepopform {
    display: none;
    position: fixed;
    width: 50%;
    left: 50%;
    top: 10%;
    z-index: 5001;
    border: 5px solid #f60;
    padding: 0;
    transform: translateX(-50%);
    max-height: calc(100vh - 10%);
    overflow-y: auto;
}

.homepopform .form-header-text {
    width: 90%;
    padding: 0;
    text-align: left;
    font-size: 28px;
}

.homepopform .vdp-inquire:nth-child(-n + 15) {
    display: inline-block;
    width: 49%;
}

.homepopform label {
    display: inline-block;
}

.homepopform .form-control:nth-child(15) {
    width: 82%;
    margin-left: 5%;
}

.homepopform .k-datepicker {
    margin-left: 5%;
    width: 76%;
}
.homepopform .closebtn {
    position: absolute;
    right: 15px;
    background: #f60;
    padding: 5px 5px 7px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    top: 10px;
    z-index: 5004;
}

.homepopform .datepicker label {
    display: inline-block !important;
}

#homepopoverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 5000;
  cursor: pointer;
}

.homepopsection {
    margin: 0 !important;
}

.homeoverlayon {
    height: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .row.is-flex>[class*='col-'].homepopform {
        width: 90%;
        max-width: 450px;
    }
    .homepopform > .widget-inner {
        margin-top: 0 !important;
    }
    .homepopform .form-control:nth-child(15), .homepopform .k-datepicker {
        width: 100%;
        margin-left: 0;
    }
    .homepopform .form-header-text {
        font-size: calc(25px + (34 - 25) * ((100vw - 320px) / (768 - 320)));
    }
    .homepopform .closebtn {
        font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (768 - 320)));
        top: 10px;
    }
}

@media (min-width: 992px) {
    .homepopform .form-control:nth-child(15) {
        width: 84%;
    }
    .homepopform .k-datepicker {
        width: 80%;
    }
    .homepopform .form-header-text {
        text-align: center;
        font-size: 34px;
    }
}

@media (min-width: 1200px) {
    .homepopform .form-control:nth-child(15) {
        width: 87%;
    }
    .homepopform .k-datepicker {
        width: 84%;
    }
    .homepopform .closebtn {
        font-size: 20px;
    }
}





.inventory-container .vehicle .savings {
    position: relative;
    width: max-content;
}

.savings span.label.label-success:after {
    content: " ";
    width: 3px;
    height: 12px;
    background: #5cb85c;
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 2px;
}





@media (max-width: 1199px) {
.serialWrapper > div {
    flex: 0 0 47%;
    border: 5px solid #585858;
    position: relative;
    margin: 10px;
}

h2.serialMain {
    text-align: center;
    font-size: 36px;
}

.merchContainer a {
    flex: 0 0 40%;
}

.header-logo {
    max-width: 260px;
}

.header-container {
    padding: 10px 15px;
    align-items: center;
}

.button-block {
    padding: 11px 16px;
}
}




@media (max-width: 991px) {
.header-addy .dealer-address {
    border-right: none;
    padding-right: 0;
    display: block;
}

.header-addy {
    text-align: center;
}

.header-addy .dealer-phone {
    font-size: 35px;
    line-height: 43px;
}

.header-logo {
    max-width: 180px;
}

.header-right {
    flex: 0 0 74%;
}

.h-btn-wrapper a {
    flex: 0 0 24%;
}
}


@media (max-width: 767px) {
h2.serialMain {
    font-size: 6vw;
}

.serialWrapper > div {
    flex: 0 0 48%;
    border: 3px solid #585858;
    position: relative;
    margin: 1%;
}

.serialContainer h3 {
    margin: 2% 1%;
    font-size: 3vw;
    padding: 1% 2%; 
}

.serialContainer img {
    right: 2%;
    bottom: 3%;
    width: 20%;
}

img.serialLogo {
    width: 30%;
}

.serialBottomWrapper div {
    flex: 0 0 50%;
}

.merchContainer {
    flex-flow: column;
}

.merchContainer a {
    margin: 10px;
}

img.revPic {
    float: none;
    width: 100%;
    margin: 15px 0;
}

#content-container {
    padding-bottom: 30px;
    margin-top: 80px;
    padding-top: 15px;
}

.top-bar-announcement-link {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.p-header {
    margin-top: -15px;
}
}






/* LEARN TO RIDE */
.ridercoursenotes {
    margin-top: 800px;
}
.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-edge {
  position: relative;
  padding-bottom: 520px;
  background-image: url("https://psmfirestorm.blob.core.windows.net/98d16ecd-a6b9-4ca0-b851-2a51aaa68855/rockstar-rider-2024.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #808080;
}
@media (min-width: 768px) {
  .learn-to-ride .dst-riders-edge {
    padding-bottom: 530px;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .dst-riders-edge {
    padding-bottom: 64%;
    background-size: 100%;
  }
}
.learn-to-ride .dst-riders-content {
  padding: 38% 15px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: #000000;
}

  .learn-to-ride .dst-riders-content {
    padding-top: 15px;
    background-image: url("https://psmfirestorm.blob.core.windows.net/61ca02d3-16b3-4a63-8268-b1a9035a111d/hero-rider-3.jpg");
  }

@media (min-width: 1200px) {
  .learn-to-ride .dst-riders-content {
    padding-top: 30px;
    background-position: center -50px;
  }
}
.learn-to-ride .dst-riders-content h1,
.learn-to-ride .dst-riders-content h2,
.learn-to-ride .dst-riders-content h3 {
  line-height: 28px;
  font-size: 27px;
  text-transform: uppercase;
  color: #000000;
}
.learn-to-ride .dst-riders-content h2 {
  line-height: 24px;
  font-size: 22px;
}
.learn-to-ride .dst-riders-content h3 {
  line-height: 20px;
  font-size: 18px;
}
.learn-to-ride .dst-riders-content > hr {
  margin: 30px auto;
  border: none;
  border-top: solid 1px #333333;
}
.learn-to-ride .top-riders-content > img {
  width: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .learn-to-ride .top-riders-content > img {
    float: right;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content > div {
    width: 45%;
  }
}
.learn-to-ride .top-riders-content > div h1 {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .learn-to-ride .top-riders-content > div h1 {
    margin-bottom: 10px;
  }
}
.learn-to-ride .top-riders-content > div h1 span {
  display: block;
  line-height: 48px;
  font-size: 48px;
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content > div h1 span {
    line-height: 78px;
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content > div h3 {
       line-height: 24px;
    font-size: 22px;
    color: #ff6600;
    margin-top: 0;
  }
}
.learn-to-ride .top-riders-content > div h3 span {
  display: block;
}
@media (min-width: 1200px) {
  .learn-to-ride .top-riders-content > div h3 span {
    display: inline;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content > div > p {
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  .learn-to-ride .top-riders-content > div > p {
    margin-right: 150px;
  }
}
.learn-to-ride .top-riders-content > div .rider-buttons, .findClassBtn a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .learn-to-ride .top-riders-content > div .rider-buttons, .findClassBtn a {
    text-align: left;
  }
}
.learn-to-ride .top-riders-content > div .rider-buttons a, .findClassBtn 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;
  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;
}
.learn-to-ride .top-riders-content > div .rider-buttons a:after, .findClassBtn a:after {
  margin-left: 6px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f107";
}
.learn-to-ride .top-riders-content > div .rider-buttons a:hover, .findClassBtn a:hover {
  background: #e66700;
  color: #000000;
}
@media (min-width: 768px) {
  .learn-to-ride .top-riders-content > div .rider-buttons a, .findClassBtn a {
    display: inline-block;
    width: 225px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content > div .rider-buttons a, .findClassBtn a {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.learn-to-ride .top-riders-content > div .rider-buttons a + a, .findClassBtn a {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .learn-to-ride .top-riders-content > div .rider-buttons a + a, .findClassBtn a {
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.learn-to-ride .top-riders-content + div {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content + div {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .learn-to-ride .top-riders-content + div {
    padding-top: 65px;
  }
}
.learn-to-ride .rider-experience {
  position: relative;
  padding-bottom: 70px;
}
.learn-to-ride .rider-experience:before,
.learn-to-ride .rider-experience:after {
  content: " ";
  display: table;
}
.learn-to-ride .rider-experience:after {
  clear: both;
}
.learn-to-ride .rider-experience:before,
.learn-to-ride .rider-experience:after {
  content: " ";
  display: table;
}
.learn-to-ride .rider-experience:after {
  clear: both;
}
@media (min-width: 768px) {
  .learn-to-ride .rider-experience {
    padding-bottom: 0;
  }
}
.learn-to-ride .rider-experience .course-info > a {
  position: absolute;
  bottom: 20px;
}
@media (min-width: 768px) {
  .learn-to-ride .rider-experience .course-info > a, .learn-to-ride .rider-experience .ridercoursenotes > a {
    position: static;
  }
}
.learn-to-ride .course-info {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .learn-to-ride .course-info {
    width: 55%;
    float: left;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .course-info {
    width: 48%;
  }
}
.learn-to-ride .course-info > h2 span {
  display: block;
  line-height: 40px;
  font-size: 38px;
}
@media (min-width: 768px) {
  .learn-to-ride .course-info > h2 span {
    line-height: 48px;
    font-size: 45px;
  }
}
.learn-to-ride .course-info > ul {
  padding-left: 15px;
}
.learn-to-ride .course-info > ul li + li {
  margin-top: 15px;
}
.learn-to-ride .course-info > a, .learn-to-ride .rider-experience .ridercoursenotes > 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;
  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;
}
.learn-to-ride .course-info > a:after, .learn-to-ride .rider-experience .ridercoursenotes > a:after {
  margin-left: 6px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f105";
}
.learn-to-ride .course-info > a:hover, .learn-to-ride .rider-experience .ridercoursenotes > a:hover {
  background: #e66700;
  color: #000000;
}
.learn-to-ride .course-faq {
  padding: 15px;
  background-color: #333333;
  color: #999999;
}
@media (min-width: 768px) {
  .learn-to-ride .course-faq {
    width: 40%;
    float: right;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .course-faq {
    width: 34%;
    margin-right: 40px;
  }
}
.learn-to-ride .course-faq > h2 {
  line-height: 28px;
  font-size: 24px;
  color: #ffffff;
}
.learn-to-ride .course-faq p strong {
  color: #ffffff;
}
.learn-to-ride .course-faq > ul {
  padding-left: 15px;
}
.learn-to-ride .course-faq > ul li + li {
  margin-top: 10px;
}
.learn-to-ride h2.bottom-line {
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 36px;
  font-size: 30px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .learn-to-ride h2.bottom-line {
    bottom: 50px;
    left: 50px;
    font-size: 36px;
  }
}
.learn-to-ride h2.bottom-line span {
  display: block;
}
@media (min-width: 768px) {
  .learn-to-ride h2.bottom-line span {
    display: inline;
  }
}

.learn-to-ride #intro-experience .course-info {
    width: 100%;
}


@media (max-width: 1199px) {
.ridercoursenotes {
    margin-top: 970px;
}
}

@media (max-width: 991px) {
.ridercoursenotes {
    margin-top: 927px;
}
}

@media (max-width: 767px) {
.learn-to-ride .dst-riders-content {
    padding-top: 53%;
}

.learn-to-ride .top-riders-content > div .rider-buttons a, .findClassBtn a {
    width: unset;
}

.learn-to-ride .rider-experience {
    padding-bottom: 30px;
}

.ridercoursenotes {
    margin-top: 10px;
}
}

