body { 
    font-family: 'DINPro', sans-serif;
    font-size: 16px;
    color: #000;
}

@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: #fff url(https://psmfirestorm.blob.core.windows.net/503aa14e-d9b4-4351-b0a0-1918e0a3ab4c/background-3.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
   body {
    background: #fff url(https://psmfirestorm.blob.core.windows.net/503aa14e-d9b4-4351-b0a0-1918e0a3ab4c/background-3.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
}

#outer-wrapper {
    overflow-x: hidden;
}

#content-container {
    padding-bottom: 30px;
}

#home-page {
    margin-bottom: -30px;
}

#inventory-page,
.page-background > div,
#showroom,
#vdp-container,
#employees-team-page {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 15px;
}

#showroom hr {
    margin: 0 0 15px;
    border-top: 1px solid #7e7e7e;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-weight: unset;
    text-transform: uppercase;
}

a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}







/* HEADER */

a.headerTimer {
    background-color: #e1e1e1;
    display: block;
    border-radius: 4px;
    padding: 5px 10px;
}

a.headerTimer h4 {
    margin: 0;
    color: black;
    text-align: center;
    font-size: 20px;
}

#timer {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

#timer div {
    padding: 5px;
}

#timer span {
    display: block;
}

.popup-widget {
    width: 96%!important;
    border: 3px solid #ff6600!important;
    box-shadow: 0 0 10px black;
    position: fixed!important;
    top: 10%!important;
    transform: translate(-50%, 0)!important;
}

header.body {
    margin-bottom: 0;
}

.header-background {
    /*background-image: url(https://psmfirestorm.blob.core.windows.net/25144764-71aa-4f17-9508-60a1d62ca300/indianapolis-skyline-2.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: white;
}

.header-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    line-height: 18px;
    padding: 10px 15px;
}

.headerblock {
    flex: 0 0 30%;
}

.headerblock:last-child {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.headerlogo {
    z-index: 4;
    transition: .3s;
}

.headerlogo:hover {
    filter: grayscale(.5);
}

.headerlogo img {
    max-height: 120px;
    z-index: 4;
    position: relative;
}

.headerblock .dealer-phone {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 28px;
    display: block;
    margin: 7px 0;
}

.headersocial {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
}

.headersocial a {
    font-size: 25px;
    padding: 6px;
    margin: 8px 0px;
}

.headerblock .btn-primary {
    background-color: black;
}

.headerBanner {
    position: fixed;
    top: 25px;
    background-color: yellow;
    color: black;
    transform: rotate(-45deg);
    left: -67px;
    width: 259px;
    z-index: 99999999999;
}

.headerBanner a {
    color: black;
    text-align: center;
}

.headerBanner h4 {
    margin: 0;
    padding: 10px 30px;
    font-size: 24px;
    line-height: 26px;
}

.headerBanner h4 span {
    display: block;
    font-size: 38px;
}

.top-bar-announcement {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 22px;
}







/* NAVIGATION */

#main-nav {
    background-color: black;
    position: relative;
    z-index: 3;
}

.navbar-nav>li>a {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    padding: 22px 10px;
    color: #ff6600;
    transition: .3s;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #323232;
    color: white;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.social-media-icons {
    display: none;
}






/* CONTENT */

.familywrapper {
    position: relative;
}

.familycontainer {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    padding-top: 65px;
    flex-flow: wrap;
    align-items: flex-end;
}

.familyblock {
    text-align: center;
    padding: 15px;
    flex: 0 0 20%;
}

.familywrapper > h2 {
    position: absolute;
    font-size: 170px;
    text-align: center;
    margin: 0;
    width: 100%;
    color: rgb(209, 209, 209);
    z-index: -1;
    top: -53px;
    letter-spacing: 26px;
    text-shadow: 0 0 10px white;
}

.familyblock h3 {
    font-size: 30px;
    margin-bottom: 0;
    position: relative;
    width: max-content;
    margin: 10px auto;
}

.familyblock h3:before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #b3b3b3;
    position: absolute;
    left: -16px;
    top: 17px;
}

.familyblock h3:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #b3b3b3;
    position: absolute;
    right: -16px;
    top: 17px;
}

.familynou {
    text-transform: uppercase;
    font-size: 10px;
    background-color: #d8d8d8;
    padding: 5px 10px;
    margin: 0px -2px;
    border: 1px solid black;
    color: black;
}

.familynou:hover {
    background-color: black;
    color: white;
}

.familyblock > a:nth-child(2) {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-right: none;
}

.familyblock > a:nth-child(3) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.familyblock img {
    transition: .3s;
}

.familyblock:hover img {
    transform: scale(1.1);
}

.home-search-container {
    margin-top: 30px;
}

.home-search-container .siteSearch {
    display: flex;
    width: 80%;
    margin: auto;
}

.home-search-container .siteSearch .form-control {
    padding: 25px;
    border-radius: 0;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    border-right: 0;
    background-color: black;
    color: white;
    border: 3px solid black;
    margin: 0;
}

.home-search-container .siteSearch .btn-primary {
    border-radius: 0;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    text-transform: uppercase;
    background-color: #ff6600;
    border: 3px solid black;
    margin: 0;
}

.home-button-container {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.home-button-container a {
    flex: 0 0 24%;
    position: relative;
}

.home-button-container a:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 7px;
    background-color: #ff6600;
    bottom: -4px;
    right: -4px;
    z-index: 3;
    transition: .3s;
}

.home-button-container a:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 50px;
    background-color: #ff6600;
    bottom: -4px;
    right: -4px;
    z-index: 3;
    transition: .3s;
}

.home-button-container a:hover:before, .home-button-container a:hover:after {
    right: -8%;
    filter: opacity(0);
    bottom: -20%;
}

.home-button-block {
    border: 1px solid black;
    padding: 10px;
    position: relative;
    background-color: black;
    color: white;
}

.home-button-block span {
    text-transform: uppercase;
}

.home-button-block h2 {
    margin: 0;
    font-size: 18px;
    position: relative;
}

.home-button-block h2:after {
    content: '\f0a9';
    font-family: fontawesome;
    font-size: 20px;
    padding: 15px;
    position: absolute;
    color: #959595;
    transition: .3s;
    bottom: -12px;
}

.home-button-container a:hover h2:after {
    color: white;
    font-size: 30px;
}

.home-button-block:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 7px;
    background-color: #ff6600;
    top: -5px;
    left: -5px;
    transition: .3s;
}

.home-button-block:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 50px;
    background-color: #ff6600;
    top: -5px;
    left: -5px;
    transition: .3s;
}

.home-button-block:hover:before, 
.home-button-block:hover:after {
    left: -8%;
    top: -20%;
    filter: opacity(0);
}

.upcoming-events, .upcoming-events a {
    color: white;
}

.widget-UpcomingEvents {
    padding-top: 0;
}

.widget-UpcomingEvents h2 {
    text-align: center;
    font-size: 40px;
    padding: 24px 0 25px;
}

.widget-UpcomingEvents h3 {
    text-align: center;
    padding-top: 30px;
}

.eventInfo p {
    min-height: 3.5em;
    max-height: 3.5em;
}

.home-about-wrapper {
    background-color: black;
    color: white;
}

.home-about-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    flex-flow: wrap;
}

.home-left {
    flex: 0 0 18%;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 78px;
    color: #595959;
}

.home-about-container img {
    position: relative;
    z-index: 3;
}

.home-about-text {
    background-color: #232323;
    padding: 10px 30px;
    position: relative;
    z-index: 0;
}

.divider {
    text-align: center;
}

.divider img {
    max-width: 315px;
    margin: 30px;
}

.p-header {
    position: relative;
    border-bottom: 5px solid #dddddd;
    box-shadow: 0 0 10px black;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 85px;
    text-align: center;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    text-shadow: 0 0 5px white;
}

.map-wrapper {
    position: relative;
    padding-bottom: 107%;
}

.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.maphourstable td:first-child {
    padding-right: 15px;
}

.mc-list {
    display: flex;
    flex-wrap: wrap;
}

.mc-list li {
    flex: 0 0 49%;
}

.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: #e0e0e0;
    border-color: #cccccc;
}

div.k-scheduler .mv-event {
    font-size: 13px;
}

.about-wrapper {
    text-align: center;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    background-color: #dedede;
    padding: 10px;
    margin: 0 auto 15px;
}

.about-wrapper img {
    display: block;
}

.serv-tbl {
    background-color: #d6d6d6;
    margin: 10px 0;
}

.serv-tbl td:first-child {
    padding-right: 15px;
}

.serv-tbl td {
    border: 1px solid black;
    padding: 3px 10px;
}

.photo {
        position: relative;
        display: inline-block;
        transition: all .5s ease;
    }

        .photo .img-main {
            transition: all .5s ease;
            opacity: 1;
        }

        .photo .img-top {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 99;
            opacity: 0;
            transition: all .5s ease;
        }

        .photo.hoverable:hover .img-main {
            opacity: 0;
            transition: all .5s ease;
        }

        .photo.hoverable:hover .img-top {
            display: inline;
            opacity: 1;
            transition: all .5s ease;
        }

.department-container .department {
    background: #fff;
}

.department .title {
    color: white;
}

.department .employee .name p {
    font-weight: unset;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
}

.department .employee .job p {
    margin: 0;
}

.department .employee .brief p {
    font-size: 14px;
    margin-top: 10px;
}

.brief, 
.briefSlide {
    display: none;
    cursor: pointer;
}

.videoWrapper iframe {
    z-index: 1;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 21em;
}

.popup-widget {
    padding: 30px!important;
}





/* FEATURED INVENTORY */

.featuredInventory {
    margin-top: 30px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 3px solid white;
}

.single-item-slider .slider-outer {
    height: 242px;
}

.single-item-slider .item-detail .name {
    color: black;
    line-height: 18px;
    font-size: 14px;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
    padding: 5px;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
    font-family: 'DINPro-Bold-Cd', sans-serif;
}









/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 18px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 27px;
    padding-right: 0;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

#vehicleList > div {
    margin: 0;
    padding: 15px;
}

.vehicle-box {
    border: 5px solid black;
}

.inventory-container .vehicle:hover {
    background-color: #FF7A07;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 19px;
    min-height: 39px;
    margin-top: 3px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

a.promo-link {
    color: #000000;
}

a.promo-link:hover {
    color: #ff6600;
}

.blurbBanner {
    z-index: 2;
}







/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: black;
    padding: 15px;
    color: #fff;
    position: relative;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: unset;
    top: unset;
}

.vdp-inquire {
    margin: 5px 0;
    font-size: 14px!important;
    background-color: black;
    border: 2px solid transparent;
    border-bottom: 2px solid #505050;
    border-radius: 0;
    color: #fff;
}
.vdp-inquire[placeholder~="Name"] {
    width: 7em;
}
.vdp-inquire[placeholder~="ZipCode"] {
    width: 7em;
}
.vdp-inquire[placeholder~="Email"] {
    width: 10em;
}
.vdp-inquire[placeholder~="Phone"] {
    width: 9em;
}
textarea.vdp-inquire {
    width: 100%;
    min-height: 60px;
}

.btn-primary {
    background-color: #ff6600;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 27px;
    margin-top: 7px;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 2px solid black;
    transition: .3s;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: auto;
    font-size: 20px;
}

.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.focus, .btn-primary:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #ff6600;
}

.form-control {
    margin: 5px 0;
    font-size: 14px!important;
    background-color: black;
    border: 2px solid transparent;
    border-bottom: 2px solid #505050;
    border-radius: 0;
    color: #fff;
}

.form-control:hover {
    border: 2px solid #737373;
}

.form-control:focus {
    border-color: #ff6600;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 163, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 163, 102, 0.6);
}

.form-header-text {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    color: #ff6600;
    position: relative;
}

.form-header-text:before {
    content: '';
    width: 10px;
    height: 50px;
    position: absolute;
    background-color: #ff6600;
    left: -20px;
    top: -20px;
}

.form-header-text:after {
    content: '';
    width: 50px;
    height: 10px;
    position: absolute;
    background-color: #ff6600;
    left: -20px;
    top: -20px;
}

.mainform > div:before {
    content: '';
    width: 50px;
    height: 10px;
    position: absolute;
    background-color: #ff6600;
    bottom: -5px;
    right: -5px;
}

.mainform > div:after {
    content: '';
    width: 10px;
    height: 50px;
    position: absolute;
    background-color: #ff6600;
    bottom: -5px;
    right: -5px;
}

#Form1210 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1210 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0 5px;
}

.inquiryformcontainer {
    background-color: black;
    color: white;
    font-size: 15px;
    position: relative;
}

.inquiryformcontainer:before {
    content: '';
    width: 10px;
    height: 50px;
    position: absolute;
    background-color: #ff6600;
    right: -5px;
    bottom: -5px;
}

.inquiryformcontainer:after {
    content: '';
    width: 50px;
    height: 10px;
    position: absolute;
    background-color: #ff6600;
    right: -5px;
    bottom: -5px;
}

.vdpinquiryheader {
    font-weight: unset;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    color: #ff6600;
    position: relative;
}

.vdpinquiryheader:before {
    content: '';
    width: 10px;
    height: 50px;
    position: absolute;
    background-color: #ff6600;
    left: -20px;
    top: -20px;
}

.vdpinquiryheader:after {
    content: '';
    width: 50px;
    height: 10px;
    position: absolute;
    background-color: #ff6600;
    left: -20px;
    top: -20px;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}

.locationBox {
    background-color: black;
    color: white;
}

#ModalVehicleInquiry {
    background: #000;
    overflow-y: auto;
    border-radius: 0;
    border: none;
}

@media (min-width: 768px) {
#Form1369 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1369 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1369 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}








/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #484848;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
    font-weight: 900;
}

footer.body .copyright .wrapper {
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
}

.footerbackground {
    background-color: white;
}

.footercontainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    line-height: 29px;
    text-transform: uppercase;
    padding: 30px 15px;
    flex-direction: column;
    text-align: center;
}

.footerblock .dealer-phone {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 34px;
    margin-top: 6px;
    display: block;
}

.ss-store img {
    max-width: 134px;
    padding: 10px;
}

.ss-store a {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 20px;
}

.footerlinks {
    padding: 0;
    list-style: none;
}

.footerlinks li {
    padding: 15px 0;
}

.footerblock h3 {
    border-bottom: 2px solid #dddddd;
    padding: 0 5px;
}

.footertable {
    width: 290px;
    margin: 0 auto;
}

.footertable td:first-child {
    padding-right: 15px;
}

.footer-hog img {
    max-width: 165px;
}

.footersocialwrapper {
    display: flex;
    justify-content: space-around;
    font-size: 30px;
    padding: 0 10px 18px;
}







/* 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-edge {
  position: relative;
  padding-bottom: 520px;
  background-image: url("https://psmfirestorm.blob.core.windows.net/fa53c15d-34c1-424a-be5e-d064746f6d7e/rockstar-rider.jpg");
  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;
}
@media (min-width: 768px) {
  .learn-to-ride .dst-riders-content {
    padding-top: 15px;
    background-image: url("https://psmfirestorm.blob.core.windows.net/90453032-7692-4509-b52d-c6dcdb7132f8/hero-rider.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;
  font-family: 'H-DLetterpress', 'Oswald', Helvetica, Arial, sans-serif;
  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 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .learn-to-ride .top-riders-content > div .rider-buttons {
    text-align: left;
  }
}
.learn-to-ride .top-riders-content > div .rider-buttons 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 {
  margin-left: 6px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f107";
}
.learn-to-ride .top-riders-content > div .rider-buttons a:hover {
  background: #e66700;
  color: #000000;
}
@media (min-width: 768px) {
  .learn-to-ride .top-riders-content > div .rider-buttons a {
    display: inline-block;
    width: 225px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content > div .rider-buttons a {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.learn-to-ride .top-riders-content > div .rider-buttons a + a {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .learn-to-ride .top-riders-content > div .rider-buttons a + 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;
  }
}

.mcbutton {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views {
     z-index: 1;
}

#cc-chat-button {
    display: none;
}

@media (max-width: 767px) {
.top-bar-announcement-link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 555;
}
.popup-widget {
    padding: 30px!important;
    }
    .divider img {
        max-width: 250px;
        margin: 30px 0;
    }
    .headerblock .dealer-address, .headerblock .dealer-city, .headerblock .dealer-zip, .headerblock .dealer-state, .headerlogo, .headerlogo img, .headermaphours, .headerblock:last-child, .headerblock > div {
        display: none;
    }
    .headerBanner {
        display: none;
    }
    .headerblock {
        flex: 0 0 100%;
        text-align: center;
    }
    #main-nav .navbar-toggle {
        color: #f60;
    }
header.body {
    height: 105px;
    position: fixed;
    margin-top: 41px;
}
    #content-container {
        padding-top: 156px;
        padding-bottom: 0;
    }
    #home-page {
        padding-bottom: 30px;
    }
    #main-nav .navbar-brand {
        height: 90px;
        margin: -38px 0 0;
    }
    #main-nav {
        margin-top: -1px;
    }
    .header-container {
        background: black;
    }
    #main-nav .dropdown-menu>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        color: white;
    }
    #main-nav-collapse {
        max-height: calc(100vh - 110px);
    }
    
.navbar-nav {
    display: block;
    overflow-y: scroll;
}
    .home-search-container .siteSearch {
         min-width: 290px;
    }
    .familyblock { 
         flex: 0 0 50%;
    }
    .familycontainer {
        justify-content: space-around;
        padding-top: 17vw;
    }
    .familynou {
        font-size: 11px;
    } 
    .home-button-container a {
        margin: 10px 0;
    }
    .home-button-block h2 {
        font-size: 10vw;
    }
    .familywrapper > h2 {
        font-size: 26vw;
        letter-spacing: 1px;
        z-index: 0;
        top: -10px;
    }
    .home-button-block h2:after {
        font-size: 6vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .home-left {
        margin: 0 auto;
    }
    #filters-modal, #ModalVehicleInquiry {
        top: 110px;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 120px);
        overflow-y: auto;
    }
    .p-header h1 {
        font-size: 11vw;
    }
    .pagetext {
        order: 1;
    }
    .pageform {
        order: 2;
    }
    .mc-list li {
        flex: 0 0 100%;
    }
    .maptext {
        text-align: center;
    }
    .maptext .dealer-name {
        font-size: 7vw;
    }
    .maptext h3 {
        font-size: 5vw;
    }
    .maphourstable {
        width: 290px;
        margin: 0 auto;
    }
    .about-wrapper {
        max-width: 290px;
    }
    #Form1210 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .home-button-container {
        flex-flow: nowrap;
    }
    .header-container {
        width: 768px;
    }
    .upcoming-events {
        margin-bottom: 30px;
    }
    .maphourstable {
        font-size: 14px;
    }
.about-wrapper {
    margin: 15px 35px;
    /* float: right; */
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-about-container div {
        max-width: 820px;
        margin: 0 auto;
    }
#main-nav .nav>li>a {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}
}

@media (min-width: 992px) {
    .familycontainer, .home-about-container {
        flex-flow: nowrap;
    }
    .home-about-container img {
        min-width: 575px;
    }
    .home-search-container .siteSearch {
        width: 900px;
    }
    .header-container {
        width: 770px;
    }
    .footercontainer {
        width: 900px;
        flex-direction: row;
        text-align: left;
    }
    .footerblock h3 {
        width: max-content;
    }
    .footertable {
        width: auto;
        margin: auto;
    }
    .familywrapper > h2 {
        font-size: 230px;
    }
    .familynou {
        font-size: 14px;
    } 
    .home-button-block h2 {
        font-size: 22px;
    }
    .upcoming-events {
        margin-bottom: 0;
    }
    .home-left {
        margin-right: -270px;
    }
    .home-about-text {
        margin-left: -13px;
    }
    .home-about-container img {
        margin-top: 125px;
    }
    .footerlinks li {
        padding: 0;
    }
    .maphourstable {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .footercontainer {
        width: 1180px;
    }
    .header-container {
        width: 960px;
    }
    .familywrapper > h2 {
        font-size: 250px;
    }
    .home-button-block h2 {
        font-size: 28px;
    }
    .home-left {
        transform: rotate(-90deg);
        margin-right: -220px;
    }
    .headerlogo img {
        max-height: 200px;
    }
    .home-about-container img {
        margin-top: 10%;
    }
    .home-about-text .dealer-name {
        font-size: 34px;
    }
}

@media (min-width: 1400px) {
    .home-left {
        margin-right: -159px;
    }
    .home-about-text .dealer-name {
        font-size: 36px;
    }
}

@media (min-width: 1500px) {
    .familycontainer, .home-about-container {
        width: 1480px;
    }
    .home-about-container img {
        margin-top: 35px;
    }
}

#cc-chat-button-main {display:none;}




@media (max-width: 1199px) {
a.headerTimer h4 {
    font-size: 18px;
}

.navbar-nav>li>a {
    font-size: 14px;
}
}




@media (max-width: 991px) {
.home-button-block h2:after {
    font-size: 14px;
    padding: 15px 3px;
}
}



@media (max-width: 767px) {
.home-button-block h2:after {
    font-size: 6vw;
    padding: 15px 10px;
    bottom: unset;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 15px;
}
}




