body {
    font-family: 'freedommachinelight', sans-serif;
    font-size: 16px;
    color: white;
}

@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(http://psm.blob.core.windows.net/psmdata/images/GHD%20-14132-150117pan.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: #cccccc url(http://psm.blob.core.windows.net/psmdata/images/GHD%20-14132-150117pan.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-weight: unset;
}

div#content-container {
    padding-top: 50px;
    padding-bottom: 15px;
}



a {
    color: #ff6600;
}

a:focus, a:hover {
    color: #f58220;
    text-decoration: none;
}

#inner-bg {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.75);
}



@media (min-width: 768px) {
#inner-bg {
    width: 768px;
    margin-top: 175px; }
}

@media (min-width: 992px) {
#inner-bg {
    width: 992px;
    margin-top: 200px; }
}

@media (min-width: 1200px) {
#inner-bg {
    width: 1200px;
    margin-top: 191px; }
}







/* HEADER */

header.body {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background-color: black;
}

.headercontainer {
    display: flex;
    justify-content: space-between;
    width: 768px;
    margin: auto;
    padding: 10px;
    align-items: center;
}

.headerlogo {
    flex: 0 0 50%;
    text-align: center;
    max-width: 300px;
}

.headerblock {
    text-transform: uppercase;
    flex: 0 0 25%;
}

.headerblock a.dealer-phone.phone-text {
    font-size: 30px;
    font-family: 'freedommachine', sans-serif;
}

.headersocial {
    text-align: right;
    margin-bottom: 7px;
}

.headersocial a {
    font-size: 34px;
    padding-left: 22px;
}

.header-news {
    text-align: right;
}

div.header-news > a, 
.homeabout > a {
    background-color: black;
    border: 3px solid #ffffff;
    padding: 5px 10px 3px;
    border-radius: 0;
    color: #ff6600;
    transition: .2s;
}

div.header-news > a:hover, .homeabout a:hover {
    background-color: white;
    color: #000000;
    border-color: #ff6600;
}

div.header-news > a {
    width: fit-content;
    margin: 0px 0px 0px 15%;
}

.homeabout a {
    width: fit-content;
    margin: initial;
}





/* NAVIGATION */

div#main-nav {
    background-color: #ffffff;
    height: 47px;
}

#main-nav .nav > li > a {
    text-transform: uppercase;
    color: black;
    font-size: 16px;
    padding: 10px 7px 15px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between; }
}

nav.fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 200;
    background-color: white;
    left: 0;
    border-radius: 0px;
    background-repeat: repeat-x;
    background-size: contain;
    height: 47px;
    box-shadow: 0px 0px 10px black;
}

.navbar {
    min-height: unset;
}











/*CONTENT*/

.familywrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    flex-wrap: nowrap;
    /*width: 694px;*/
    margin-left: 26px;
}

.familyblock h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
    font-size: 24px;
    margin: 9px 0px 0px;
    color: white;
}

.familyblock {
    text-align: center;
    margin: 0 auto;
    flex: unset;
    padding: 10px;
    margin-left: -32px;
    z-index: 1;
}

.familyblock a > img {
    transition: .3s ease;
}

.familyblock:hover a > img {
    transform: scale(1.1);
    transition: .3s ease;
}

.familyblock a > h3 {
    transition: .3s ease;
}

.familyblock:hover a > h3 {
    color: #ff6600;
    transition: .3s ease;
    transform: skewX(-10deg);
}

a.familynou {
    text-transform: uppercase;
    font-size: 14px;
}

.buttonbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/2403ea78-59f7-4044-95ad-22673515af04/button-background-4.png);
    background-size: cover;
    transition: .3s;
}

.buttonbackground:hover {
    transform: scale(1.1);
}

.buttonbackground h3 {
    color: white;
    text-align: center;
    margin: 0 0 14px;
    padding: 14px 0px;
    font-size: 21px;
    text-shadow: 1px 1px 8px black;
    font-family: 'freedommachinelight', sans-serif;
    transition: .5s;
}

/*@media (min-width: 992px) and (max-width: 1199px) {
.buttonbackground h3 {
    font-size: 30px;
    padding: 17px 0;
    margin: 0 0 17px; }
}

@media (max-width: 991px) {
.buttonbackground h3 {
    font-size: 21px; }
}*/

.buttonbackground:hover h3 {
    transform: skewX(-10deg);
}

.buttonbackground.scd-btn {
    margin: 78px 0px;
}

@media (max-width: 1199px) {
.buttonbackground.scd-btn {
    margin: 64px 0px; }
}

@media (max-width: 991px) {
.buttonbackground.scd-btn {
    margin: 47px 0px; }
}

span.scd-txt {
    font-family: 'freedommachine', sans-serif;
}

.videowrapper {
    overflow:hidden;
    padding-bottom:56%;
    position:relative;
    height:0;
}

.videowrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.widget-UpcomingEvents {
    padding-top: 0;
}

.calEvent {
    margin-bottom: 24.9px!important;
}

.calEvent:hover .calMonth, .calEvent:hover .calDay {
    color: black;
}

.homeabout h4 {
    font-family: 'freedommachinelight', sans-serif;
    letter-spacing: 5px;
}

.homeabout h1 {
    margin-top: -8px;
    border-bottom: 1px solid gray;
    color: #ff6600;
    width: 98%;
    font-size: 32px;
}


.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 20em;
}



@media (min-width: 1200px) {
.latestreviews .single-item-slider .slider-inner .item {
    width: 242px; }
}

@media (max-width: 1199px) {
.latestreviews .single-item-slider .slider-inner .item {
    width: 192px; }
}

@media (max-width: 991px) {
.latestreviews .single-item-slider .slider-inner .item {
    width: 288px; }
}

@media (max-width: 767px) {
.latestreviews .single-item-slider .slider-inner .item {
    width: 215px; }
}



.latestreviews h2 {
    text-align: center;
}

.p-headercontainer {
    position: relative;
}

.p-headercontainer img {
    border-bottom: 5px solid #ffffff;
}

.p-headercontainer h1 {
    position: absolute;
    bottom: -7%;
    font-size: 80px;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px black;
}

img.star-divider {
    margin-top: 10px;
}

.page-sub {
    color: #ff6600;
}

.department-container h1.page-title {
    text-align: center;
    font-size: 50px!important;
}

div.k-scheduler .mv-event {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
    line-height: 16px;
}


.mapwrapper {
    position: relative;
    padding-bottom: 25%;
}

.mapwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#vdp-container .data-points .list-group-item {
    color: #fff;
}

.list-group-item {
    background-color: #000;
    border: 1px solid #505050;
}

.nav-tabs>li>a {
    border: none;
    background-color: black;
}

#vdp-container .data-points {
    margin-bottom: 0;
}

.nav-tabs {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
}

.department-container .department {
    background: rgba(51, 51, 51, 0);
}

.department .title {
    background: #ff6600;
}

.department .employee .name p {
    font-size: 21px;
    font-weight: unset;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.department .employee {
    background: #000;
    border-radius: 0px;
    color: #fff;
}

.department .employee .job p {
    margin: 0;
}

.mccontainer {
    display: flex;
    flex-flow: wrap;
}











/* FEATURED INVENTORY */
.single-item-slider .item-detail .price {
    padding: 0 2%;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    bottom: 0;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: none;
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
}

.featuredinventory h2 {
    text-align: center;
    font-size: 40px;
    color: #ff6600;
}

.single-item-slider .item-detail .name {
    line-height: 112%;
    color: black;
    text-transform: uppercase;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.single-item-slider .slider-inner .item {
    border: 3px solid gray;
}

.featuredinventory h2:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 32px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/84b0ff28-0d38-4916-8461-5441012c17f0/divider-left.png);
    width: 215px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 14px;
}

.featuredinventory h2:after {
    content: '';
    position: absolute;
    right: 0;
    display: inline-block;
    height: 32px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/09b8dfb6-8a02-4d34-a452-a99b2b32dc71/divider-right.png);
    width: 215px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 14px;
}







/* INVENTORY */

.seller-description.flex {
    color: black;
}

#filters-box .panel-body li {
    color: #000;
}

input#FilterQuickSearch {
    margin: 0;
}

.searchReturn {
    color: white;
}

.inventory-container .vehicle .title {
    padding: 5px;
    text-transform: uppercase;
}

#vehicleList > div {
    padding: 10px;
    margin: 0;
}

.inventory-container .vehicle .thumb {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.vehiclemodel {
    font-size: 23px;
    font-family: 'freedommachine', sans-serif;
    line-height: 23px;
    min-height: 47px;
}

.info {
    text-transform: initial;
    font-size: 12px;
    text-align: right;
    color: #616161;
}

.inventory-container .vehicle .price {
    font-size: 28px;
    text-align: center;
    padding-right: 0;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    background-color: gray;
    color: white;
}

.vehicleyearmake {
    color: black;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #808080;
    border-color: #ddd;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
}

.inventory-container .vehicle:hover {
    transition: .2s;
}

.inventory-container .vehicle:hover {
    background-color: #ff6600;
    border-radius: 6px;
}

#showroom .section-box {
    background-color: #000000;
}

#vehicleDetails {
    color: black;
}

.specs-panel.panel-body {
    background-color: white;
    color: black;
}

.mapandhourstbl td:last-child {
    padding-left: 25px;
}








/* FORMS */

.mainform {
    height: fit-content;
}

.mainform > div {
    background-color: #000000;
    padding: 10px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 9px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    left: 0;
}

.form-header-text {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    display: block;
    color: #ff6600;
}

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 5px;
}

.form-control {
    background-color: #202020;
    border: 1px solid #4c4c4c;
    margin: 5px 0px;
    border-radius: 0px;
    color: white;
    font-size: 14px!important;
}

.form-control:focus {
    border-color: #ff6600;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 156, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 156, 102, 0.6);
}

.forms-title-section {
    font-size: 16pt;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.btn-primary {
    color: #ffffff;
    background-color: #ff6600;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    border: 3px solid black;
    border-radius: 0;
    margin: 5px auto;
    text-align: center;
    display: block;
    font-size: 17px;
    padding: 6px 20px 4px;
    width: fit-content;
    transition: .3s;
}

.vdp-btn {
    width: 100%;
    font-size: 26px;
}

.btn-primary:hover {
    color: #ff6600;
    background-color: #ffffff;
    border-color: #ff6600;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #ff6600;
    background-color: #ffffff;
    border-color: #ff6600;
}

#VehicleInquiryContainer,
.locationBox {
    background-color: black;
}

.vdpinquiryheader {
    font-size: 30px;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: -20px;
    color: #ff6600;
}

#ModalVehicleInquiry > div:first-child, 
#ContactCollapse {
    background-color: black;
}

#DealerLocationContainer > label {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
}


@media (min-width: 768px) {
#Form713 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form713 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14) {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
}

#Form713 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0px 5px;
}

#Form713 > div:nth-child(1) > fieldset > div:nth-child(n+15) {
    padding: 0px 5px; }
}








/* FOOTER */

.footer {
    background-color: black;
    border-top: 4px solid white;
}

.footercontainer {
    width: 768px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}

img.footerlogo {
    display: block;
    margin-top: 10px;
}

a.footercontact {
    border: 2px solid white;
    padding: 2px 10px 5px;
    margin: 10px;
    display: inline-block;
}

a.footer-phone.dealer-phone.phone-text {
    display: block;
    font-family: 'freedommachine', sans-serif;
    font-size: 28px;
}

.footerblock ul {
    list-style: square;
    margin-left: -15px;
}

table.footerhours.k-table td:first-child {
    padding: 0px 20px 0px 0px;
}

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}









/* CALENDAR */

.k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #000000;
}

.k-scheduler {
    color: #fff;
    background-color: #000;
}

.k-scheduler-layout {
    color: #fff;
}

.k-scheduler-table .k-today, .k-today>.k-scheduler-datecolumn, .k-today>.k-scheduler-groupcolumn {
    background-color: #6f6f6f;
}

.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: #d0d0d0;
    border-color: #cccccc;
}






/* LEARN TO RIDE */

.learn-to-ride {
  padding-top: 0;
}
.learn-to-ride .dst-riders-edge {
  position: relative;
  padding-bottom: 520px;
  background-image: url("https://psmfirestorm.blob.core.windows.net/9970376c-accd-493e-9ba8-3ecf41dbb3ae/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;
}
.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', 'Montserrat', 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\9;
  margin: 0 auto;
}
@media (min-width: 768px) {
.learn-to-ride .top-riders-content > img {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content > img {
    margin-top: 15px;
  }
}
.learn-to-ride .top-riders-content > div {
  padding-top: 15px;
}
@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: 992px) {
  .learn-to-ride .top-riders-content > div h1 {
    font-size: 30px;
  }
}
@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: #cc6600;
  }
}
.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;
  }
}
.rider-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
  .rider-buttons {
    text-align: left;
  }
}
.rider-buttons a, a.ext-btn {
    background: #b44717;
    background: -moz-linear-gradient(top, #ff7200 0%, #b44717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7200), color-stop(100%, #b44717));
    background: -webkit-linear-gradient(top, #ff7200 0%, #b44717 100%);
    background: -o-linear-gradient(top, #ff7200 0%, #b44717 100%);
    background: -ms-linear-gradient(top, #ff7200 0%, #b44717 100%);
    background: linear-gradient(to bottom, #ff7200 0%, #b44717 100%);
    -webkit-transition: 0.2s color ease-in-out;
    -o-transition: 0.2s color ease-in-out;
    transition: 0.2s color ease-in-out;
    width: max-content;
    line-height: 14px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin: 5px;
    padding: 10px;
}
.rider-buttons a:after, a.ext-btn:after {
  margin-left: 6px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f107";
}
.rider-buttons a:hover, a.ext-btn:hover {
  background: #e66700;
  color: #000000;
}
@media (min-width: 992px) {
 .rider-buttons a {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.rider-buttons a + a {
  margin-top: 15px;
}
.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 {
    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 {
  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 {
  margin-left: 6px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f105";
}
.learn-to-ride .course-info > 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;
  }
}

div#additional-rider {
  display: none;
}
.line {
  text-decoration: underline;
  font-weight: bold;
}
.rubyText {
  color: #f66d03;
  font-weight: bold;
}
.rubySpan {
  color: #f66d03;
}
.learn-to-ride .header-title-text {
  color: #f76c00 !important;
}
.learn-to-ride #new-rider .course-title span {
  display: inline-block;
}
.learn-to-ride #new-rider .sub-title {
  font-weight: bold;
  color: #b20000;
  font-size: 18px;
  text-decoration: underline;
}
.learn-to-ride #new-rider .sub-title span {
  font-style: italic;
}
.learn-to-ride #new-rider .minor-disclaimer {
  color: #b20000;
  text-decoration: underline;
  font-weight: bold;
}
.learn-to-ride #skilled-rider .course-title span {
  display: inline-block;
}
.learn-to-ride #skilled-rider .rubyText {
  color: #b20000;
}
.learn-to-ride #three-rider .course-title span {
  display: inline-block;
}
.learn-to-ride #three-rider .course-title span strong {
  font-size: 50px;
}
.learn-to-ride #three-rider .rubySpan {
  color: #b20000;
}
.learn-to-ride #licensed-waiver .course-title span {
  display: inline-block;
}
.learn-to-ride #licensed-waiver .sub-title {
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
}
.learn-to-ride #licensed-waiver .rubyText {
  color: #b20000;
}

.k-edge .k-scheduler-toolbar > ul.k-scheduler-views, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views, .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views {
    z-index: 1038;
}

.siteSearch-M button {
    height: 34px;
    margin-top: 5px !important;
}

#ModalVehicleInquiry {
    border: 2px solid #ff6600;
    max-height: calc(100vh - 100px);
    background-color: black;
}

@media (max-width: 767px) {
#ModalVehicleInquiry {
    top: 14%;
}
}

.giveawayHeader .p-headercontainer h1 {
    position: relative;
}

#layout .giveawayText .widget-inner {
    margin-top: 0;
}

.inventoryfinancemodal {
    width: 45%;
    position: fixed;
    top: 100px;
    z-index: 20000;
    background: white;
    border: 5px solid #f60;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    max-height: calc(100vh - 125px);
    overflow: auto;
    display: none;
    color: black;
}

.inventoryfinancemodal .closebtn {
    position: absolute;
    right: 15px;
    background: #f60;
    padding: 5px 5px 7px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    top: 5px;
}

.financemodalinner {
    padding: 0 15px 10px;
}

@media (max-width: 767px) {
    .headercontainer {
        display: none;
    }
    div#main-nav {
        background-color: black;
        height: 65px;
        box-shadow: 0 0 10px black;
    }
    div#content-container {
        padding-top: 65px;
    }
    .familywrapper {
        flex-flow: wrap-reverse;
        width: 100%;
        margin-left: 0;
        align-items: flex-start;
    }
    .familyblock {
        margin: 0 auto;
        max-width: calc(130px + (290 - 130) * ((100vw - 320px) / (768 - 320)));
    }
    .footercontainer {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    nav.fixed {
        background-color: black;
        height: 65px;
    }
    #main-nav-collapse {
        background-color: black;
        color: white;
        overflow-y: auto;
        max-height: calc(100vh - 65px);
    }
    #main-nav .nav > li > a {
        color: white;
    }
    .dropdown-menu > li > a {
        color: #ff6600;
    }
    .nav > li > a:hover, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
        background-color: #ff6600;
    }
    .buttonbackground {
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
    }
    .buttonbackground h3 {
        font-size: calc(28px + (48 - 28) * ((100vw - 320px) / (768 - 320)));
        padding-top: calc(19px + (40 - 19) * ((100vw - 320px) / (768 - 320)));
        padding-bottom: calc(19px + (40 - 19) * ((100vw - 320px) / (768 - 320)));
        padding-left: 0;
        padding-right: 0;
    }
    .featuredinventory h2 {
        font-size: calc(34px + (50 - 34) * ((100vw - 320px) / (768 - 320)));
    }
    .featuredinventory h2:before, .featuredinventory h2:after { 
        width: calc(320px + (390 - 320) * ((100vw - 320px) / (768 - 320)));
    }
    .homeabout {
        text-align: center;
    }
    .homeabout h1 {
        width: 100%;
        font-size: calc(28px + (48 - 28) * ((100vw - 320px) / (768 - 320)));
    }
    .homeabout a {
        margin: 0 auto;
    }
    img.footerlogo {
        margin: 10px auto 0;
    }
    .footerblock ul {
        padding: 0;
        margin: 0;
    }
    .footerlinks > ul > a > li {
        margin-bottom: 10px;
    }
    .footerhours {
        margin: 0 auto;
    }
    #main-nav .navbar-brand {
        height: 54px;
        margin: 3px 0;
        padding: 0px 15px;
    }
    .vdpinquiryheader {
        text-align: left;
    }
    .p-headercontainer h1 {
        font-size: calc(34px + (80 - 34) * ((100vw - 320px) / (768 - 320)));
        bottom: -15px;
    }
    .tradeform {
       margin-top: 25px;
    }
    .p-headercontainer {
        margin-top: 15px;
    }
    .learn-to-ride .dst-riders-content {
        text-align: center;
        padding-top: 20px;
    }
    .learn-to-ride .top-riders-content > div, .learn-to-ride .top-riders-content + div {
        padding-top: 0;
    }
    .learn-to-ride .dst-riders-content h1 {
        font-size: calc(24px + (48 - 24) * ((100vw - 320px) / (768 - 320)));
    }
    .learn-to-ride .top-riders-content > div h1 span {
        font-size: calc(46px + (62 - 46) * ((100vw - 320px) / (768 - 320)));
        margin-top: calc(0px + (15 - 0) * ((100vw - 320px) / (768 - 320)));
    }
    .learn-to-ride .dst-riders-content h3 {
        font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (768 - 320)));
    }
    .learn-to-ride .top-riders-content > div h3 span {
        margin-top: calc(0px + (12 - 0) * ((100vw - 320px) / (768 - 320)));
    }
    .learn-to-ride .top-riders-content > div .rider-buttons > a {
        margin: 0 auto;
    }
    .learn-to-ride .course-info > ul, .learn-to-ride .course-faq > ul {
        text-align: left;
    }
    .learn-to-ride .rider-experience .course-info > a {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .learn-to-ride .course-info > h2 span {
        font-size: calc(30px + (42 - 30) * ((100vw - 320px) / (768 - 320)));
    }
    .department .employee {
        max-width: 300px;
    }
    .nssignupform {
        margin-top: 20px;
    }
    #layout .mhText .widget-inner {
        margin-top: 0 !important;
    }
    .maptext {
        text-align: center;
    }
    .maptext .dealer-name {
        font-size: calc(28px + (48 - 28) * ((100vw - 320px) / (768 - 320)));
    }
    .maptext h3:first-of-type {
        font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (768 - 320)));
    }
    table.mapandhourstbl.k-table {
        margin: 0 auto;
        margin-bottom: 25px;
        width: 100%;
    }
    .mapwrapper {
        padding-bottom: 150px;
    }
    .giveawaySection {
        margin-top: 10px !important;
    }
    .inventoryfinancemodal {
        width: 80%;
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .mccontainer > .btn-primary {
        width: 135px;
    }
}

@media (min-width: 768px) {
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 212px;
    }
    .footerLogoBlock {
        flex-basis: 23%;
    }
    .footerLogoBlock {
        text-align: center;
    }
    header.body {
        height: 209px;
    }
    .learn-to-ride .top-riders-content > div {
        padding-top: 1px;
    }
    .learn-to-ride .top-riders-content > div h1 {
        margin-top: 0;
    }
    .learn-to-ride .dst-riders-content .top-riders-content h3 {
        margin-top: 5px;
        margin-bottom: 5px;
        color: #cc6600;
    }
    .learn-to-ride .dst-riders-content .top-riders-content p {
        font-size: 13px;
        width: 34%;
    }
    .learn-to-ride .top-riders-content > img {
        float: right;
    }
    .learn-to-ride .dst-riders-content {
        padding-top: 15px;
        background-image: url("https://psmfirestorm.blob.core.windows.net/9ea396b1-30e0-46ab-8899-79d908d9a94a/hero-rider.jpg");
    }
    .maptext .dealer-name {
        font-size: 32px;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 25px);
    }
}


@media (min-width: 992px) {
    .headercontainer, .footercontainer {
        width: 992px;
    }
    .familywrapper { 
        width: 914px;
    }
    div.header-news > a {
        margin: 0px 0px 0px 35%;
    }
    .buttonbackground h3 {
        font-size: 28px;
        padding: 19px 0;
        margin: 0 0 16px;
    }
    .featuredinventory h2:before, .featuredinventory h2:after {
        width: 320px;
        top: 12px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 210px;
    }
    .homeabout h1 {
        font-size: 36px;
    }
    a.footercontact {
        margin: 23px 5px 5px;
        padding: 2px 5px 5px;
    }
    .footerLogoBlock {
        text-align: left;
    }
    a.footer-phone.dealer-phone.phone-text {
        font-size: 35px;
    }
    #main-nav .nav > li > a {
        font-size: 20px;
        padding: 10px 15px 15px;
    }
    div#content-container {
        padding-top: 30px;
    }
    a.familynou {
        font-size: 16px;
    }
    .familyblock {  
        padding: 5px;
    }
    .familyblock h3 { 
        font-size: 28px;
    }
    .learn-to-ride .top-riders-content > div {
        padding-top: 15px;
    }
    .learn-to-ride .top-riders-content > div h1 {
        margin-top: 20px;
    }
    .learn-to-ride .dst-riders-content .top-riders-content h3 {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .learn-to-ride .dst-riders-content .top-riders-content p {
        font-size: 16px;
        width: 100%;
    }
    .maptext .dealer-name {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .headercontainer, .footercontainer {
        width: 1200px;
    }
    .familywrapper { 
        width: 1115px;
    }
    div.header-news > a {
        margin: 0px 0px 0px 47%;
    }
    .buttonbackground h3 {
        font-size: 34px;
        padding: 24px 0;
        margin: 0 0 17px;
    }
    .featuredinventory h2:before, .featuredinventory h2:after {
        width: 419px;
        top: 11px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 205px;
    }
    a.footercontact {
        margin: 23px 10px 10px;
        padding: 2px 10px 5px;
    }
    .familyblock h3 { 
        font-size: 30px;
    }
    .familyblock {  
        padding: 0;
    }
    .learn-to-ride .dst-riders-content {
        padding-top: 30px;
        background-position: center -50px;
    }
}

/* IRONe Styling */
.ironeContainer {
    background: white;
    color: #333;
}
.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;
    }
}

#digitalPsButton {
    color: #ffffff;
    background-color: #ff6600;
    text-transform: uppercase;
    font-size: 20px;
    border: 3px solid black;
    border-radius: 6px;
    transition: .3s;
    margin: 20px auto 0px;
    padding: 5px 20px;
    text-align: center;
}






