body {
    color: black;
    font-family: 'freedommachinelight', sans-serif;
    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/website-themes/137/images/background.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(https://psmfirestorm.blob.core.windows.net/website-themes/137/images/background.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

#digitalPsButton {
    color: #ffffff;
    background-color: #ff6600;
    font-family: 'freedommachine', sans-serif;
    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;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'freedommachine', sans-serif;
    font-weight: unset;
    text-transform: uppercase;
}


#content-container {
    padding-bottom: 15px;
}

hr {
    border-top: 1px solid #828282;
}


a {
    color: #ff6600;
}

a:focus, a:hover {
    color: #f58220;
    text-decoration: none;
}

#inner-bg {
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px 0;
}

@media (min-width: 768px) {
#inner-bg {
    width: 768px;
    margin-top: 174px; }
}

@media (min-width: 992px) {
#inner-bg {
    width: 992px;
    margin-top: 173px; }
}

@media (min-width: 1200px) {
#inner-bg {
    width: 1200px;
    margin-top: 174px;
}
}

@media (max-width: 767px) {
#inner-bg {
    padding: 81px 0 15px;
}
}
















/* NAVIGATION */

#main-nav {
    background-color: #000000;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    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;
}

.social-media-icons {
    display: none;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ff6600;
}











/* CONTENT */

.familywrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    flex-wrap: nowrap;
    width: 1115px;
    margin-left: 26px;
}

@media (max-width: 1199px) {
.familywrapper {
    width: 920px; }
}

@media (max-width: 991px) {
.familywrapper {
    width: 711px;
    margin-left: 18px; }
}

@media (max-width: 767px) {
.familywrapper {
    width: auto;
    margin-left: 0px;
    flex-wrap: wrap;
    align-items: flex-end; }
}

.familyblock h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
    font-size: 30px;
    margin: 9px 0px 0px;
    color: black;
}

@media (max-width: 991px) {
.familyblock h3 {
    font-size: 22px; }
}

.familyblock {
    text-align: center;
    margin: 0 auto;
    flex: unset;
    padding: 0;
    margin-left: -32px;
    z-index: 1;
}

@media (max-width: 767px) {
.familyblock {
    margin: 10px auto 10px;
    flex: 0 0 50%;
    -ms-flex: 0 0 48%;
    margin-left: 0; }
}

.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: #4e4e4e;
    transition: .3s ease;
    transform: skewX(-10deg);
}

a.familynou {
    text-transform: uppercase;
    padding: 0px 5px 3px;
    font-family: 'freedommachinelight', sans-serif;
    font-size: 17px;
    color: black;
    border-radius: 5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

@media (max-width: 991px) {
a.familynou {
    font-size: 11px; }
}

.familyblock > a:nth-child(2) {
    background-color: white;
    margin-right: 6px;
    transition: .3s;
}

.familyblock > a:nth-child(2):hover,
.familyblock > a:nth-child(3):hover {
    background-color: black;
    color: white;
}

.familyblock > a:nth-child(3) {
    background-color: #ff6600;
    transition: .3s;
}


.grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #000000;
    text-align: center;
    cursor: pointer;
    border: 4px solid #ff6600;
    box-shadow: 4px 4px 5px black;
}

@media (max-width: 767px) {
.grid figure {
    margin: 0;
    box-shadow: 2px 2px 2px black; }
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.grid figure figcaption > a {
    z-index: 1;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-family: 'freedommachinelight', sans-serif;
    padding-left: 5px;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}



figure.effect-duke {
    background: -webkit-linear-gradient(-45deg, #8e8e8e 0%,#cc6055 100%);
    background: linear-gradient(-45deg, #000000 0%,#8e8e8e 100%);
}

figure.effect-duke img,
figure.effect-duke p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
    opacity: 0.3;
    -webkit-transform: scale3d(2,2,1);
    transform: scale3d(2,2,1);
}

figure.effect-duke h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    background-color: #0000008a;
    text-shadow: 3px 3px 3px black;
    font-size: 35px;
    margin-top: 0;
    padding: 6px 0;
}

@media (max-width: 1199px) {
figure.effect-duke h2 {
    font-size: 30px; }
}

@media (max-width: 991px) {
figure.effect-duke h2 {
    font-size: 22px; }
}

@media (max-width: 767px) {
figure.effect-duke h2 {
    font-size: 4vw; }
}

figure.effect-duke p {
    padding: 8px;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 90%;
    opacity: 0;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    text-align: center;
    width: 70%;
    margin: auto;
    margin-top: 41px;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.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;
}

@media (max-width: 1199px) {
.calEvent {
    margin-bottom: 3.5px!important; }
}

.calEvent:hover .calMonth, .calEvent:hover .calDay {
    color: black;
}

.widget-UpcomingEvents h2 {
    color: white;
    text-align: center;
}

.widget-UpcomingEvents h2, .widget-UpcomingEvents h3 {
    color: white;
}

.homeabout h4 {
    font-family: 'freedommachinelight', sans-serif;
    letter-spacing: 5px;
}

.homeabout h1 {
    margin-top: -8px;
    border-bottom: 1px solid gray;
    color: #ff6600;
    width: 98%;
}

.btn-primary {
    color: #ffffff;
    background-color: #ff6600;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    border: 3px solid black;
    border-radius: 6px;
    transition: .3s;
    margin: 5px auto 0px;
    width: fit-content;
    display: block;
}

.btn-primary:hover {
    color: #ff6600;
    background-color: #ffffff;
    border-color: #000000;
}

.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: #000000;
}

.fin-btn {
    margin: auto;
    display: block;
    width: fit-content;
}


.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;
}


.latestreviews .single-item-slider .slider-inner .item {
    width: 241px;
}

@media (max-width: 1199px) {
.latestreviews .single-item-slider .slider-inner .item {
    width: 198px; }
}

@media (max-width: 991px) {
.latestreviews .single-item-slider .slider-inner .item {
    width: 286px; }
}

@media (max-width: 767px) {
.latestreviews .single-item-slider .slider-inner .item {
    width: 215px; }
}

.latestreviews h2 {
    text-align: center;
}

.review-comments {
    color: #fff;
}

.p-headercontainer {
    position: relative;
}

.p-headercontainer img {
    border-bottom: 5px solid #020202;
}

.p-headercontainer h1 {
    position: absolute;
    bottom: -7%;
    font-size: 80px;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px black;
    color: white;
}

@media (max-width: 991px) {
.p-headercontainer h1 {
    font-size: 60px; }
}

@media (max-width: 767px) {
.p-headercontainer h1 {
    font-size: 11vw;
    bottom: -13%; }
}

img.star-divider {
    margin-top: 10px;
}

.page-sub {
    color: #ff6600;
}

a.promo-link {
    color: #000000;
    transition: .3s;
}

a.promo-link:hover {
    color: #ff6600;
}

.serv-pic {
    float: right;
}

@media (max-width: 991px) {
.serv-pic {
    float: right;
    width: 50%; }
}

@media (max-width: 767px) {
.serv-pic {
    float: none;
    margin-top: 0;
    width: 100%; }
}

.mapwrapper {
    position: relative;
    padding-bottom: 25%;
}

@media (max-width: 767px) {
.mapwrapper {
    position: relative;
    padding-bottom: 70%; }
}

.mapwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav-tabs>li>a {
    background-color: black;
}

table.mapandhourstbl.k-table {
    width: 45%;
}

.department-container .department {
    padding: 15px 0px;
    background: none;
}

.department .title {
    background: linear-gradient(to bottom, #020202 0%,#2a2a2a 50%,#050505 100%);
    color: white;
}

.department .employee {
    background: rgba(238, 238, 238, 0);
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0px 0px 10px black;
}

.department .employee .name p {
    font-size: 22px;
    font-weight: unset;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    color: #ff6600;
    margin-bottom: 0;
}

@media (max-width: 767px) {
.department .employee .job p {
    font-size: 16px; }
}

.mccontainer {
    display: flex;
}









/* FEATURED INVENTORY */
.single-item-slider .item-detail .price {
    padding: 0 3%;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    bottom: 0;
}

@media (max-width: 991px) {
.single-item-slider .item-detail .price {
    font-size: 18px; }
}

@media (max-width: 767px) {
.single-item-slider .item-detail .price {
    font-size: 24px; }
}

.single-item-slider .item {
    background-color: #000000;
    border: none;
    border-bottom: none;
    border-radius: 6px;
    border-top: none;
}

.single-item-slider .item-detail {
    border-top: 5px solid #ff6600;
}

.single-item-slider .item-detail .name {
    color: white;
}

#featured-vehicles-16 > div > a.slider-control.left > i,
#latest-reviews-19 > div > a.slider-control.left > i {
    background-color: black;
    padding: 8px 6px 5px 4px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#featured-vehicles-16 > div > a.slider-control.right > i,
#latest-reviews-19 > div > a.slider-control.right > i {
    background-color: black;
    padding: 8px 5px 5px 7.2px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.featuredinventory h2 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e09b4584-9cd3-4476-9ab1-ef556b3a1662/fi-background-2.png);
    background-size: cover;
    width: 33%;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 37px;
    padding-top: 13px;
    margin-bottom: 18px;
    padding-bottom: 7px;
    color: white;
}

@media (max-width: 1199px) {
.featuredinventory h2 {
    font-size: 28px; }
}

@media (max-width: 991px) {
.featuredinventory h2 {
    font-size: 22px;
    padding: 8px 0px 7px; }
}

@media (max-width: 767px) {
.featuredinventory h2 {
    font-size: 6vw;
    padding: 3% 0% 2%;
    width: 75%; }
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

@media (max-width: 767px) {
.single-item-slider .item .item-inner {
    padding-bottom: 10%; }
}








/* INVENTORY */

#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;
    background: linear-gradient(to bottom, #020202 0%,#2a2a2a 50%,#050505 100%);
    border-top: 5px solid #ff6600;
}

.vehicleyearmake {
    color: black;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #808080;
    border-color: #ddd;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #020202 0%,#2a2a2a 50%,#050505 100%);
    border-bottom: 5px solid #ff6600;
}

.inventory-container .vehicle:hover {
    transition: .2s;
}

.inventory-container .vehicle:hover {
    background-color: #ff6600;
    border-radius: 6px;
}

#showroom .section-box {
    background-color: #000000;
}

.searchReturn {
    color: black;
}

#ModalVehicleInquiry {
    border: 2px #ff6600 solid;
}

#ModalInquiryContainer #vehicleInquiryForm > fieldset > label {
    text-align: left;
}








/* FORMS */

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 13px;
    top: 7px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    left: 0;
}

.mainform {
    height: fit-content;
}

.mainform > div {
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px black;
}

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 5px;
}

.form-header-text {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 30px;
}

.form-control {
    margin: 5px 0px;
    font-size: 14px!important;
}

.forms-title-section {
    font-size: 16pt;
    font-family: 'freedommachine', sans-serif;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

#ModalVehicleInquiry > div:first-child, 
#ContactCollapse {
    border-radius: 6px;
    box-shadow: 0px 0px 10px black;
}

.vdpinquiryheader {
    font-size: 35px;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-bottom: -23px;
    color: #ff6600;
}

#DealerLocationContainer > label {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
}

@media (min-width: 768px) {
#Form711 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form711 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14) {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
}

#Form711 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0px 5px;
}

#Form711 > div:nth-child(1) > fieldset > div:nth-child(n+15) {
    padding: 0px 5px; }
}






/* CALENDAR */

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #e2e2e2;
    border-color: #cccccc;
}

div.k-scheduler .mv-event {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
    line-height: 15px;
}







/* 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-image: url("https://psmfirestorm.blob.core.windows.net/9ea396b1-30e0-46ab-8899-79d908d9a94a/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) {
.learn-to-ride .dst-riders-content {
    padding-top: 12%;
  }
}
@media (min-width: 992px) {
.learn-to-ride .dst-riders-content {
    padding-top: 15px;
  }
}
@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', '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 {
    float: right;
    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;
  }
}
.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 {
  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;
  }
}
@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: 0;
    margin-left: 6px;
  }
}
.learn-to-ride .top-riders-content + div {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content + div {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .learn-to-ride .top-riders-content + div {
    padding-top: 110px;
  }
}
.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;
}

@media (max-width: 767px) {
    figure.effect-duke p {
        font-size: calc(10px + (22 - 10) * ((100vw - 320px) / (768 - 320)));
        margin-top: calc(0px + (50 - 0) * ((100vw - 320px) / (768 - 320)));
        padding: 4px;
        width: fit-content;
    }
}
@media (min-width: 768px) {
    figure.effect-duke p {
        font-size: 16px;
        margin-top: 15px;
        padding: 6px;
    }
}
@media (min-width: 992px) {
    figure.effect-duke p {
        font-size: 18px;
        margin-top: 25px;
        padding: 8px;
    }
}
@media (min-width: 1200px) {
    figure.effect-duke p {
        font-size: 90%;
        margin-top: 41px;
    }
}



/* IRONe Styling */
.ironeContainer {
    background: white;
}
.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;
    }
}


.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) {
.inventoryfinancemodal {
    width: 80%;
    max-width: 400px;
}
}











/* HEADER */

header.body {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background-color: white;
    color: black;
    height: 174px;
}

.headercontainer {
    display: flex;
    justify-content: space-between;
    width: 1180px;
    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:nth-child(3) {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.headerblock a.dealer-phone.phone-text {
    font-size: 30px;
    font-family: 'freedommachine', sans-serif;
}

.headersocial {
    display: flex;
    justify-content: flex-end;
}

.headersocial a {
    font-size: 34px;
    padding-left: 22px;
}

.header-news a {
    background-color: black;
    border: 3px solid #ffffff;
    padding: 5px 10px 3px;
    border-radius: 0;
    color: #ff6600;
    transition: .2s;
    margin: 10px 0;
    display: inline-block;
}

.header-news a:hover {
    background-color: white;
    color: #000000;
    border-color: #ff6600;
}

.homeabout a {
    width: fit-content;
    margin: initial;
}

















/*CONTENT*/


.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;
}

.sidebuttoncontainer {
    display: flex;
    flex-flow: column;
}

.sidebuttoncontainer a {
    color: white;
}

.sidebuttoncontainer div {
    position: relative;
    margin-bottom: 17px;
}

.sidebuttoncontainer h3 {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateY(50%) translateX(-50%);
    margin: 0;
    width: 100%;
    font-size: 35px;
    text-align: center;
    text-shadow: 0 0 3px black, 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black;
    color: #ff6600;
}

.sidebuttoncontainer h3 span {
    font-family: 'freedommachinelight', sans-serif;
}






/* FOOTER */

.footer {
    background-color: white;
    border-top: 4px solid black;
}

.footercontainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}

.footerlogo {
    display: block;
    margin: 10px auto;
}

.footerLogoBlock {
    flex: 0 0 23%;
}

.footercontact {
    border: 2px solid black;
    padding: 2px 10px 5px;
    margin: 10px;
    display: inline-block;
}

.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: #fff;
    color: #000;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}





@media (max-width: 1199px) {

.headercontainer,
.footercontainer {
    width: 990px;
}

.sidebuttoncontainer h3 {
    font-size: 29px;
}
}




@media (max-width: 991px) {

.headercontainer,
.footercontainer {
    width: 768px;
}

.sidebuttoncontainer h3 {
    font-size: 21px;
}
}




@media (max-width: 767px) {

.headercontainer {
    display: none;
}

header.body {
    height: auto;
}

#main-nav {
    background-color: white;
    height: 65px;
    box-shadow: 0 0 10px black;
}

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;
    }

.sidebuttoncontainer h3 {
    font-size: 9vw;
}

.footercontainer {
    width: 100%;
    flex-direction: column;
    text-align: center;
}

.footerblock ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

.footerhours {
    margin: auto;
}
}