body {
    font-family: 'Barlow', sans-serif;
    color: white;
    font-size: 16px;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }

#outer-wrapper:after {
      content:"";
      position:fixed; 
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      background: #cccccc url(https://psmfirestorm.blob.core.windows.net/d87cfb11-3585-4276-a481-fb266a42357a/background-2.jpg) no-repeat center center;
      background-size: cover;
}
}

@media (min-width: 768px) {
body {
    background: #000000 url(https://psmfirestorm.blob.core.windows.net/d87cfb11-3585-4276-a481-fb266a42357a/background-2.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-position: top; }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

a {
    color: #ff6600;
    transition: .3s;
}

a:hover, a:focus {
    text-decoration: none;
    color: #ff9a48;
}

#content-container {
    padding-bottom: 30px;
}

#home-page {
    margin-bottom: -30px;
}

.page-background > div,
#calendar-page,
#vdp-container,
#inventory-page,
#showroom,
#promotions-page {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    border-radius: 8px;
}

#inventory-page,
#calendar-page,
#showroom,
#promotions-page {
    margin-top: 30px;
}

.featured-section {
    background-color: black;
    margin-top: 0!important;
}








/* HEADER */

header.body {
    margin-bottom: 0;
}

.header-background {
    background-color: black;
}

.header-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}

.header-block-m {
    display: flex;
    flex-flow: column;
}

.header-r-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.header-r-bottom a {
    color: white;
}

.header-r-bottom .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.header-r-bottom .dealer-city {
    padding-left: 7px;
}

.header-text a {
    background-color: #ff6600;
    padding: 2px 32px;
    color: white;
    position: relative;
    z-index: 1;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 21px;
}

.header-text a:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #ff6600;
    left: -25px;
    transform: rotate(45deg);
    top: -29px;
    z-index: -1;
}

.header-text a:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #ff6600;
    right: -25px;
    transform: rotate(45deg);
    top: -29px;
    z-index: -1;
}

.header-text {
    text-align: center;
}

.header-r-top .dealer-phone.phone-text {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 32px;
}

.header-social a {
    font-size: 25px;
    padding: 0px 5px;
    color: white;
}

.header-social a:hover,
.header-r-bottom a:hover {
    color: #ff6600;
}

.hbuttonbackground {
    background-color: #f60;
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    position: relative;
}

.hbuttonbackground:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/86dc831f-8096-486a-9f48-3703a630c3a6/btn-btm-left.png);
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
}

.hbuttonbackground a {
    flex: 0 0 25%;
    color: #000;
    text-align: center;
}

.hbuttonbackground a:hover {
    color: white;
    transform: skewX(-10deg);
}

a:nth-child(4) > .hbuttonblock {
    border-right: none;
}

.hbuttonblock h3, .hbuttonblock h2 {
    margin: 0;
}

.hbuttonblock h2 {
    font-size: 3vw;
}

.hbuttonblock h3 {
    font-weight: 100;
    font-size: 2vw;
}

.header-social img {
    width: 18px;
    padding-bottom: 4px;
}



/* NAVIGATION */

#main-nav {
    background-color: white;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 25px 15px;
    color: black;
}

.social-media-icons {
    display: none;
}







/* CONTENT */

.siteSearch {
    display: flex;
    width: 100%;
    margin: 9% auto;
    z-index: 3;
    position: relative;
}

.siteSearch .form-control {
    border-radius: 27px;
    padding: 25px;
    font-size: 20px;
    text-transform: uppercase;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: black;
    border: 2px solid #ccc;
    border-right: none;
    color: white;
}

.siteSearch .btn.btn-primary {
    background-color: black;
    border: 2px solid #cccccc;
    font-size: 30px;
    padding: 0 15px;
    border-radius: 27px;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 5px 0;
}

.widget-UpcomingEvents h2, 
.widget-UpcomingEvents h3,
#CustomEventWidget,
#CustomEventWidget .eventWrapper {
    background: transparent;
}

.upcomingevents > div {
    background-color: #ececec;
    color: black;
    border-radius: 20px;
}

#CustomEventWidget .eventWrapper {
    flex-flow: row;
}

.eventInfo h4 {
    color: #000;
    text-transform: uppercase;
}

.widget-UpcomingEvents h2 {
    text-align: center;
    font-size: 50px;
}

.widget-UpcomingEvents h3 {
    text-align: center;
    font-size: 30px;
}

.widget-UpcomingEvents {
    padding-top: 0;
}

#CustomEventWidget .eventDate {
    color: #000;
    background-color: white;
    border-radius: 10px;
    text-transform: uppercase;
    height: 5em;
    flex-flow: row;
    align-items: center;
}

.calEvent:hover .calMonth, .calEvent:hover .calDay {
    color: #ff6600;
}

.calEvent:hover .eventInfo p {
    color: #7c7c7c;
}

.eventInfo {
    padding-right: 0;
    flex: 0 1 85%;
}

.eventInfo p {
    max-height: 7em;
}

#CustomEventWidget .calEvent {
    margin-bottom: 20px;
}

.calMonth, 
.calDay {
    font-size: 25px;
    padding: 0 7px;
}

.bbb-logo {
    max-width: 130px;
}

.home-button-wrapper {
    display: flex;
}

.home-button-wrapper a {
    align-items: center;
    margin: 15px;
    background-color: black;
    padding: 10px;
}

.home-button-wrapper a:nth-child(even) {
    flex-flow: row-reverse;
}

.home-button-text {
    /* flex: 0 0 50%; */
    padding: 10px;
    text-align: center;
}

.home-button-text h2 {
    font-size: 35px;
    line-height: 30px;
    font-weight: 100;
}

.home-button-text > span {
    font-size: 21px;
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 12px 0px;
    color: black;
    border: 2px solid #ff6600;
}

.home-button-text h2 span {
    display: block;
    font-weight: 700;
}

.home-about-wrapper {
    position: relative;
}

/*
.home-about-wrapper:before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    top: -111px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
*/

.home-about-text {
    position: relative;
    width: 100%;
    margin: auto;
    text-shadow: 0px 0px 3px black;
    margin-bottom: -23%;
}

.home-about-text h3 {
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 100;
    letter-spacing: 5px;
    margin-bottom: 4px;
}

.home-about-text h1 {
    text-align: center;
    margin-top: 0;
    font-size: 45px;
    color: #ff6600;
}

.home-about-wrapper img {
    width: 100%;
}

.p-header {
    padding: 7% 0;
}

.p-header img {
    width: 100%;
}

.p-header h1 {
    text-align: center;
    color: white;
    font-size: 75px;
    margin: 0;
    background-color: black;
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.75) 20%,rgba(0, 0, 0, 0.75) 80%,rgba(0,0,0,0) 100%);
}

.secondary-header {
    padding: 0;
    position: relative;
}

.secondary-header h1 {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}


.parts-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5e14d625-274d-4287-b351-b70a3f2d5ee7/parts-header-2.jpg);
}

.service-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d41f3cc2-9c25-48ad-82e7-043183db6c7f/service-header.jpg);
}

.oil-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/13e8fce7-dde3-4608-b79f-af392aa62c3c/oilchange-header.jpg);
}

.financing-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5e8ffeec-e4b5-41c1-96ed-fda3bddc8492/financing-header.jpg);
}

.about-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c3c7dbe1-d8ac-437b-a847-c3f3e55cc36a/about-header.jpg);
}

.map-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/383d4fd2-89fc-4318-b318-79f497ceb904/map-header-2.jpg);
}

.military-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/1a97ed16-6c39-4e1e-8d8d-60df9d4bb4b7/military-header.jpg);
}

.employment-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/67db7b03-6390-45be-99f5-8cb319693674/employment-header.jpg);
}

.shoponline-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/8bc4b66d-a724-48fe-aa0e-327aab7429d1/shop-online-header.jpg);
}

.hog-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/44f89aa4-5940-41ef-9174-ec8be97a0c74/hog-header.jpg);
}

.shop-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/946bbf52-d4fa-44c7-b21c-40c5e9e7bf7e/shop-online-header.jpg);
}



.p-header {
    background-size: cover;
    background-attachment: scroll;
    background-position-y: bottom;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    background-color: #dbdbdb;
    border-color: #cccccc;
}

.maphourswrapper {
    display: flex;
    flex-direction: column;
}

.mapandhourstbl {
    font-size: 14px;
}

.hoursblock {
    flex: 0 0 50%;
}

.hoursblock table td:last-child {
    text-align: right;
    padding-left: 15px;
}

.map-wrapper {
    position: relative;
    padding-bottom: 30%;
    margin-top: 30px;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.shop-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.shop-wrapper a {
    background-color: white;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 10px;
    border-radius: 8px;
    text-align: center;
    margin: 7px;
    flex: 0 0 26%;
    font-size: 20px;
}








/* FEATURED INVENTORY */


.single-item-slider .slider-inner .item {
    background-color: #ffffff;
    border: none;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 0 2%;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
}

.single-item-slider .item-detail .name {
    color: black;
}

.featuredinventory h2 {
    text-align: center;
    padding-top: 10px;
}

.featuredinventory .single-item-slider .slider-outer {
    height: 240px;
}




/* INVENTORY */

#vdp-container .disclaimers, 
#vdp-container .newUnitDisclaimer, 
#vdp-container .usedUnitDisclaimer {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-decoration: underline;
}

#details-accordions {
    color: black;
}

#vehicleList {
    background-color: rgba(0, 0, 0, 0.7);
}

#vehicleList>div {
    margin: 0;
    padding: 10px;
    transition: .3s;
}

#vehicleList>div:hover {
    transform: scale(1.05);
}

.panel-heading .panel-toggle {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.inventory-container .vehicle .title a {
    color: black;
}

.inventory-container .vehicle .title {
    padding: 5px;
    border-top: 2px solid #d7d7d7;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e1e1e1;
    text-transform: uppercase;
}

.inventory-container .vehicle .thumb {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.inventory-container .vehicle .price-box {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    min-height: 43px;
    line-height: 21px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: #666666;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    text-align: center;
    padding-right: 0;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#filters-box .panel-body li {
    color: #767676;
}

.vdpinquiryheader {
    margin-bottom: -15px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}







/* FORMS */

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

.mainform {
    height: max-content;
}

.mainform > div,
.inquiryformcontainer {
    background-color: #e1e1e1;
    padding: 15px;
    border-radius: 8px;
    color: black;
}

.inquiryformcontainer {
    padding: 0;
}

.form-control {
    margin: 5px 0;
    border-radius: 8px;
    border: none;
    box-shadow: none;
}

.form-header-text {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 29px;
    text-align: center;
    margin-bottom: 0;
}

.forms-title-section {
    font-size: 18px;
    text-align: center;
    margin-bottom: 2px;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #ffffff;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    margin: 10px auto 0;
    transition: .3s;
}

.btn-primary:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #000000;
    letter-spacing: 5px;
}

.btn-vdp {
    margin: 10px 0 20px;
}

#filter-accordions-box > a:nth-child(1) {
    background-color: #ff6600;
}

.vdp-btn:hover {
    letter-spacing: 2px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #000000;
    letter-spacing: 5px;
}

.partsform .form-header-text:before {
    content: "\f085";
    font-family: 'fontawesome', sans-serif;
    font-size: 21px;
    padding-right: 5px;
}

.servform .form-header-text:before {
    content: "\f0ad";
    font-family: 'fontawesome', sans-serif;
    font-size: 21px;
    padding-right: 5px;
}

.locationBox {
    background-color: #e1e1e1;
    border-radius: 8px;
    color: black;
}

.locationBox h3 {
    margin: 0;
}

#Form1065 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7), #Form1199 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), #Form1199 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    display: inline-block;
    padding: 0 5px;
    width: 100%
}

#Form1065 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: none;
    margin: 5px 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #6e6e6e;
}

.footerbackground {
    background-color: #ffffff;
    padding: 30px 30px 60px;
    color: black;
}

.footercontainer {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
}

.footerhours .hourswrapper {
    display: flex;
    justify-content: space-between;
    max-width: 320px;
    margin: 0 auto;
}

.hoursrightblk {
    text-align: right;
    padding-left: 20px;
}

.fixedfooter {
    position: fixed;
    bottom: 0;
    background-color: #ff6600;
    width: 100%;
    box-shadow: 0px 0px 10px black;
    z-index: 2040;
}

.fixedfootercontainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    font-size: 50px;
}

.fixedfootercontainer a {
    color: black;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}

.footerlinks {
    padding: 0;
    list-style: none;
}

.footerlinks a:before {
    content: "\f101";
    font-family: 'fontawesome', sans-serif;
    margin-right: 5px;
    color: black;
}

.footerhours h4 {
    margin-bottom: 0;
    border-bottom: 1px solid #d0d0d0;
}

.footercontact .dealer-phone.phone-text {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.footer-hog {
    margin-top: 30px;
    display: block;
}

.footersocialwrapper {
    display: flex;
    justify-content: center;
}

.footersocialwrapper a {
    font-size: 30px;
    padding: 0 30px;
    color: black;
}

.footersocialwrapper img {
    width: 24px;
    padding-bottom: 6px;
}

.footerlinks li {
    padding: 15px 0;
}

.footercontainer a:hover {
    color: black;
}

.hiddencaret {
    filter: opacity(0);
    transition: .3s;
    color: white;
}

.fixedfootercontainer a:hover .hiddencaret {
    filter: opacity(1);
}



.footer-block .w3-red.btn {
    background-color: #ff6600;
    color: white;
    position: relative;
    z-index: 3;
}

.footer-block .w3-red.btn:after {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #ff6600;
    position: absolute;
    bottom: -9px;
    left: 38%;
    transform: rotate(45deg);
    z-index: -1;
}

.footer-block .tablink {
    background-color: #3a3a3a;
    margin: 0 10px 14px 0;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    padding: 2px 10px;
    color: white;
    font-weight: 900;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footer-block .btn.active.focus, .footer-block .btn.active:focus, .footer-block .btn.focus, .footer-block .btn:active.focus, .footer-block .btn:active:focus, .footer-block .btn:focus {
    outline: none;
}

.footer-block .btn.focus, .footer-block .btn:focus, .footer-block .btn:hover {
    color: #c8c8c8;
}

.footertable td:first-child {
    text-align: left;
}

@media (max-width: 767px) {
.footertable {
    margin: auto; }
}










.siteSearch-M button {
    height: 36px;
    padding: 3px;
    margin-top: 5px !important;
}

#ModalVehicleInquiry {
    border: 2px #f60 solid;
    color: black;
    background-color: #e1e1e1;
}







/* LEARN TO RIDE */

#main.learn-to-ride {
  padding-top: 0;
}
#main.learn-to-ride #main {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  #main.learn-to-ride #main {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
#main.learn-to-ride .riders-edge {
  position: relative;
  padding-bottom: 520px;
  background-image: url("https://psmfirestorm.blob.core.windows.net/da27be67-8cb4-4908-bed2-12a4c289a08c/rockstar-rider.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #808080;
}
@media (min-width: 768px) {
  #main.learn-to-ride .riders-edge {
    padding-bottom: 530px;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .riders-edge {
    padding-bottom: 64%;
    background-size: 100%;
  }
}
#main.learn-to-ride .riders-content {
  padding: 38% 15px 0;
  background-image: url("https://psmfirestorm.blob.core.windows.net/ffa3fbf8-3188-4a3f-8fed-234e07c8621b/hero-rider.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: #000000;
}
@media (min-width: 768px) {
  #main.learn-to-ride .riders-content {
    padding-top: 7%;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .riders-content {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  #main.learn-to-ride .riders-content {
    padding-top: 30px;
    background-position: center -50px;
  }
}
#main.learn-to-ride .riders-content h1,
#main.learn-to-ride .riders-content h2,
#main.learn-to-ride .riders-content h3 {
  line-height: 28px;
  font-size: 27px;
  font-family: 'H-DLetterpress', 'Montserrat', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
}
#main.learn-to-ride .riders-content h2 {
  line-height: 24px;
  font-size: 22px;
}
#main.learn-to-ride .riders-content h3 {
  line-height: 20px;
  font-size: 18px;
}
#main.learn-to-ride .riders-content > hr {
  margin: 30px auto;
  border: none;
  border-top: solid 1px #333333;
}
#main.learn-to-ride .top-riders-content > img {
  width: auto;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  #main.learn-to-ride .top-riders-content > img {
    margin: 0;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > img {
    float: right;
    margin-top: 15px;
  }
}
#main.learn-to-ride .top-riders-content > div {
  padding-top: 15px;
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > div {
    width: 45%;
  }
}
#main.learn-to-ride .top-riders-content > div h1 {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > div h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  #main.learn-to-ride .top-riders-content > div h1 {
    margin-bottom: 10px;
  }
}
#main.learn-to-ride .top-riders-content > div h1 span {
  display: block;
  line-height: 48px;
  font-size: 48px;
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > div h1 span {
    line-height: 78px;
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > div h3 {
    line-height: 24px;
    font-size: 22px;
    color: #cc6600;
  }
}
#main.learn-to-ride .top-riders-content > div h3 span {
  display: block;
}
@media (min-width: 1200px) {
  #main.learn-to-ride .top-riders-content > div h3 span {
    display: inline;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > div > p {
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  #main.learn-to-ride .top-riders-content > div > p {
    margin-right: 150px;
  }
}
#main.learn-to-ride .top-riders-content > div .rider-buttons {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #main.learn-to-ride .top-riders-content > div .rider-buttons {
    text-align: left;
  }
}
#main.learn-to-ride .top-riders-content > div .rider-buttons a {
  background: #b44717;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7200), color-stop(100%, #b44717));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff7200 0%, #b44717 100%);
  /* W3C */
  -webkit-transition: 0.2s color ease-in-out;
  -o-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  display: block;
  width: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 14px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
#main.learn-to-ride .top-riders-content > div .rider-buttons a:after {
  margin-left: 6px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f107";
}
#main.learn-to-ride .top-riders-content > div .rider-buttons a:hover {
  background: #e66700;
  color: #000000;
}
@media (min-width: 768px) {
  #main.learn-to-ride .top-riders-content > div .rider-buttons a {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content > div .rider-buttons a {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}
#main.learn-to-ride .top-riders-content > div .rider-buttons a + a {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #main.learn-to-ride .top-riders-content > div .rider-buttons a + a {
    margin-top: 0;
    margin-left: 6px;
  }
}
#main.learn-to-ride .top-riders-content + div {
  padding-top: 30px;
}
@media (min-width: 992px) {
  #main.learn-to-ride .top-riders-content + div {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  #main.learn-to-ride .top-riders-content + div {
    padding-top: 110px;
  }
}
#main.learn-to-ride .rider-experience {
  position: relative;
  padding-bottom: 70px;
}
#main.learn-to-ride .rider-experience:before,
#main.learn-to-ride .rider-experience:after {
  content: " ";
  display: table;
}
#main.learn-to-ride .rider-experience:after {
  clear: both;
}
#main.learn-to-ride .rider-experience:before,
#main.learn-to-ride .rider-experience:after {
  content: " ";
  display: table;
}
#main.learn-to-ride .rider-experience:after {
  clear: both;
}
@media (min-width: 768px) {
  #main.learn-to-ride .rider-experience {
    padding-bottom: 0;
  }
}
#main.learn-to-ride .rider-experience .course-info > a {
  position: absolute;
  bottom: 20px;
}
@media (min-width: 768px) {
  #main.learn-to-ride .rider-experience .course-info > a {
    position: static;
  }
}
#main.learn-to-ride .course-info {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #main.learn-to-ride .course-info {
    width: 55%;
    float: left;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .course-info {
    width: 48%;
  }
}
#main.learn-to-ride .course-info > h2 span {
  display: block;
  line-height: 40px;
  font-size: 38px;
}
@media (min-width: 768px) {
  #main.learn-to-ride .course-info > h2 span {
    line-height: 48px;
    font-size: 45px;
  }
}
#main.learn-to-ride .course-info > ul {
  padding-left: 15px;
}
#main.learn-to-ride .course-info > ul li + li {
  margin-top: 15px;
}
#main.learn-to-ride .course-info > a {
  background: #b44717;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7200), color-stop(100%, #b44717));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff7200 0%, #b44717 100%);
  /* W3C */
  -webkit-transition: 0.2s color ease-in-out;
  -o-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  display: block;
  width: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 14px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
#main.learn-to-ride .course-info > a:after {
  margin-left: 6px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f105";
}
#main.learn-to-ride .course-info > a:hover {
  background: #e66700;
  color: #000000;
}
#main.learn-to-ride .course-faq {
  padding: 15px;
  background-color: #333333;
  color: #999999;
}
@media (min-width: 768px) {
  #main.learn-to-ride .course-faq {
    width: 40%;
    float: right;
  }
}
@media (min-width: 992px) {
  #main.learn-to-ride .course-faq {
    width: 34%;
    margin-right: 40px;
  }
}
#main.learn-to-ride .course-faq > h2 {
  line-height: 28px;
  font-size: 24px;
  color: #ffffff;
}
#main.learn-to-ride .course-faq p strong {
  color: #ffffff;
}
#main.learn-to-ride .course-faq > ul {
  padding-left: 15px;
}
#main.learn-to-ride .course-faq > ul li + li {
  margin-top: 10px;
}
#main.learn-to-ride h2.bottom-line {
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 36px;
  font-size: 30px;
  color: #ffffff;
}
@media (min-width: 768px) {
  #main.learn-to-ride h2.bottom-line {
    bottom: 50px;
    left: 50px;
    font-size: 36px;
  }
}
#main.learn-to-ride h2.bottom-line span {
  display: block;
}
@media (min-width: 768px) {
  #main.learn-to-ride h2.bottom-line span {
    display: inline;
  }
}

@media (max-width: 767px) {
    .fixedfooter,
    .header-text,
    .header-background > div.header-container > div:nth-child(2),
    .header-social,
    .header-r-bottom {
        display: none;
    }
#main-nav .navbar-brand {
    display: none!important;
}
.header-background {
    position: relative;
}
.header-container {
    padding: 5px 30px;
}
.header-r-top {
    position: absolute;
    bottom: -52px;
    left: 15px;
    z-index: 33333;
}
.header-r-top .dealer-phone.phone-text {
    font-size: 28px;
}
    #main-nav {
        background-color: #000;
        border-bottom: none;
    }
    #main-nav-collapse {
        background-color: #f60;
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }
    #main-nav .dropdown-menu>li>a {
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 18px;
        color: black;
    }
    .navbar {
        border: none;
    }
    #main-nav .navbar-brand {
        height: 59px;
        margin: 3px 0;
        padding: 2px 15px;
    }
    .hbuttonbackground {
        width: 100%;
    }
    .hbuttonblock h2, .hbuttonblock h3 {
        font-size: 4vw;
    }
    .hbuttonbackground:after {
        height: 25%;
        bottom: -25%;
    }
    .home-button-wrapper {
        flex-wrap: wrap;
    }
    .home-button-wrapper a {
        margin: 15px 5px;
        flex-basis: 46%;
        padding: 0;
    }
    .home-button-text h2 {
        font-size: 5.5vw;
        line-height: 6vw;
    }
    .home-button-img {
        padding: 10px;
    }
    .home-about-text {
        padding: 0 20px;
        margin-bottom: 0;
    }
    .home-about-text h1 {
        font-size: 7.7vw;
    }
    .home-about-text h2:before {
        left: calc(5px + (75 - 5) * ((100vw - 320px) / (768 - 320)));
        top: 0;
    }
    .home-about-text h2:after {
        right: calc(5px + (75 - 5) * ((100vw - 320px) / (768 - 320)));
        top: 0;
    }
    .siteSearch .form-control {
        font-size: 16px;
    }
    .widget-UpcomingEvents h2 {
        font-size: 9vw;
    }
    .widget-UpcomingEvents h2.noEvents {
        font-size: 5vw;
    }
    .widget-UpcomingEvents h3 {
        font-size: 6vw;
    }
    #CustomEventWidget .eventDate {
        height: 4em;
    }
    .calMonth, .calDay {
        font-size: 2em;
    }
    .calMonth {
        padding-right: 10px;
    }
    .single-item-slider .slider-outer {
        height: 226px;
    }
    .single-item-slider {
        padding-left: 35px;
        padding-right: 35px;
    }
    #filters-modal, #ModalVehicleInquiry {
        top: 70px;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }
    #inventory-page, #vdp-container, .page-background > div, #calendar-page, #vdp-container, #inventory-page, #showroom {
        margin-top: 0px;
        border-radius: 0;
        margin-bottom: -30px;
    }
    .featuredinventory {
        margin-bottom: 20px;
    }
    .p-header h1 {
        font-size: 9vw;
    }
    #main.learn-to-ride .top-riders-content > div h1, #main.learn-to-ride .riders-content h2, #main.learn-to-ride .riders-content h3, .maptext {
        text-align: center;
    }
    #main.learn-to-ride .top-riders-content > div .rider-buttons a {
        margin: 0 auto;
    }
    #main.learn-to-ride .course-info > a {
        left: 50%;
        transform: translateX(-50%);
    }
    .maptext h1 {
        font-size: 8vw;
    }
    .maptext h3 {
        font-size: 6vw;
    }
    .mapandhourstbl {
        margin: 0 auto;
    }
    #CustomEventWidget .eventWrapper {
        flex-flow: column;
    }
}

@media (min-width: 768px) {
    .header-container {
        width: 768px;
    }
    .header-container > div {
        padding: 0 10px;
    }
    .siteSearch {
        width: 700px;
    }
    .navbar-nav {
        float: none;
        display: flex;
        justify-content: space-between;
    }
    .header-r-bottom {
        font-size: 14px;
    }
    .header-r-top .dealer-phone.phone-text {
        font-size: 26px;
    }
    #main-nav .navbar-nav>li>a {
        font-size: 13px;
        padding: 20px 4px;
    }
    .navbar-nav {
        float: none;
        display: flex;
        justify-content: space-between;
    }
    .widget-UpcomingEvents h2.noEvents {
        font-size: 44px;
    }
    .home-about-text, .fixedfootercontainer {
        width: 748px;
    }
    .fixedfootercontainer {
        font-size: 2.5em;
    }
    .single-item-slider .slider-inner .item {
        width: 212px;
    }
    .single-item-slider .item-detail .price {
        font-size: 22px;
    }
    footer.body {
        position: relative;
        width: 100%;
        text-align: center;
        bottom: 57px;
    }
    .footerbackground {
        padding: 30px 30px 80px;
    }
    .featuredinventory {
        margin-top: 60px;
        margin-bottom: 94px;
    }
    .home-about-text h3 {
        margin-top: 0;
    }
    .home-about-wrapper {
        padding: 2% 0 30%;
        background: black;
    }
    #main-nav li.dropdown.open ul {
        z-index: 2045;
    }
    #Form1065 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7), #Form1199 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), #Form1199 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .header-container, .home-about-text, .fixedfootercontainer {
        width: 972px;
    }
    .header-container > div {
        padding: 0;
    }
    .header-r-bottom {
        font-size: 16px;
    }
    .header-r-top .dealer-phone.phone-text {
        font-size: 35px;
    }
    .headerlogo {
        max-width: unset;
    }
    #main-nav .navbar-nav>li>a {
        font-size: 18px;
        padding: 25px 5px;
    }
    .bbb-logo {
        max-width: 210px;
    }
    .footercontainer {
        flex-direction: row;
        text-align: left;
    }
    .siteSearch {
        width: 900px;
    }
    .widget-UpcomingEvents h2.noEvents {
        font-size: 50px;
    }
    .footerlinks li {
        padding: 0;
    }
    .footerhours .hourswrapper {
        max-width: unset;
        margin: 0;
    }
    .fixedfootercontainer {
        font-size: 3em;
    }
    .footerbackground {
        padding: 30px 30px 100px;
    }
    footer.body { 
        bottom: 68px;
    }
    .footerhours .hourswrapper {
        max-width: unset;
        margin: 0;
    }
    .single-item-slider .slider-inner .item {
        width: 210px;
    }
    .home-about-wrapper {
        padding: 4% 0 40%;
        background: url(https://psmfirestorm.blob.core.windows.net/782ba75a-d791-4e80-8cad-6f4509dced80/about-background.jpg);
        background-size: cover;
        background-position: top;
    }
    .maphourswrapper {
        flex-direction: row;
    }
    .hoursblock table td:last-child {
        padding-left: 6px;
    }
    .footersocialwrapper {
        justify-content: space-around;
    }
    .footersocialwrapper a {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .header-container, .home-about-text, .fixedfootercontainer {
        width: 1180px;
    }
    .single-item-slider .slider-inner .item {
        width: 260px;
    }
    .single-item-slider .item-detail .price {
        font-size: 24px;
    }
    .home-about-text {
        margin-bottom: -24%;
    }
    .home-about-wrapper {
        padding: 5% 0 43%;
    }
    .parts-header, .oil-header, .service-header, .financing-header, .about-header, .map-header, .military-header, .employment-header, .shoponline-header, .hog-header, .shop-header {
        background-size: 100%;
        background-attachment: fixed;
        background-position-y: top;
    }
    .hoursblock table td:last-child {
        padding-left: 15px;
    }
}






/*HOG*/

.hog-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hog-block {
    background-color: #e1e1e1;
    flex: 0 0 22%;
    padding: 10px;
    text-align: center;
    margin: 10px;
    border-radius: 8px;
    color: black;
}

.hog-block h3 {
    margin: 3px 0 0;
}

.hog-block h4 {
    margin: 0;
}

.hog-page h2 {
    margin: 30px 0 6px!important;
    display: block;
    border-bottom: 2px solid #d4d4d4;
}

@media (max-width: 991px) {
.hog-block {
    flex: 0 0 30%;
}

.shop-wrapper a {
    font-size: 14px;
}
}

@media (max-width: 767px) {
.hog-block {
    flex: 0 0 90%;
}

.shop-wrapper a {
    flex: 0 0 100%;
    font-size: 18px;
}
}

