#vehicleDetails {
    color: #fff;
}

.widget-Reviews .single-item-slider .slider-inner .item,
.widget-Reviews .single-item-slider .slider-inner-container,
.widget-Reviews .single-item-slider .slider-outer {
    height: 20em;
}



.footerblock h3 > a {
    color: #fff;
    transition: color .2s;
}
.footerblock h3 > a:hover {
    color: #f58220;
}
.widget-Reviews .single-item-slider .item .item-inner {
    background: #fff;
}
/*.widget-Reviews .single-item-slider .img-container {
    height: auto;
}*/
.widget-Reviews .single-item-slider {
    padding-bottom: 20px;
}
.widget-Reviews .single-item-slider .slider-control {
    font-size: 3em;
    line-height: 1em;
    padding: 0;
    top: calc(100% - 4em);
}
.review-comments {
    max-height: 5.5em;
    overflow: hidden;
}
/*.widget-Reviews .slider-outer {
    height: 282px !important;
}*/
nav.fixed {
    position: fixed;
    top: -1px;
    right: 0px;
    left: 0px;
    z-index: 201;
}
#main-nav .navbar-toggle {
    color: #fff;
}
.blurbBanner span {
/*---   background: url(https://psmfirestorm.blob.core.windows.net/website-themes/65/images/background-2.jpg) no-repeat;
    background-size: 100% 1000%;  ---*/
    background-color: #f58220;
}
#events-page .title-box .image {
    margin-right: unset;
    margin: auto;
    display: block;
    text-align: center;
}
body { 
    background: #cccccc url("https://psmfirestorm.blob.core.windows.net/website-themes/65/images/background-2.jpg") no-repeat; 
    background-attachment: fixed; 
    background-position: center center; 
    background-size: cover; 
    font-family: 'Play', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-weight: unset;
    text-transform: uppercase;
}

hr { border-top-color: #afafaf; }

#inner-bg {
    margin: 0 auto;
    background-image: url(https://psmfirestorm.blob.core.windows.net/website-themes/65/images/inner-background-2.jpg);
    background-size: 100% auto;
    box-shadow: 0px 0px 20px 5px black;
}

#home-page #widget14 > div > div > div > h2 {
    color: white;
    text-align: center;
    text-transform: uppercase;
}

div#home-page {
    margin-top: -25px;
}

.events-wrapper {
    background-color: #000;
}

.events-wrapper h2 {
    font-size: 26px;
    color: #f58220;
}

.events-wrapper > .col-sm-12 {
    width: 80%
}

#content-container {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
#content-container {
    margin-top: 30px; }
}

@media (min-width: 768px) {
    #inner-bg { width: 748px; }
}

@media (min-width: 992px) {
    #inner-bg { width: 972px; }
}

@media (min-width: 1200px) {
#inner-bg {
    width: 1180px;
    padding: 15px 33px; }
}


@media (min-width: 1200px) {
.container {
    width: 1115px; }
}


.upcomingevents h3 {
    color: #f58220;
    font-size: 18px;
}

.widget-UpcomingEvents h2 {
    color: white;
}

@media (min-width: 768px) {
#home-page #section-1 {
    padding-top: 30px; }
}



/* GLOBAL THEME FONT COLORS */
body { color: #000000; }

#home-page .carousel {
    position: relative;
    box-shadow: 0px 0px 10px 0px black;
}

a {
    color: #f58220;
    text-decoration: none;
}

a:focus, a:hover {
    color: #bd6418;
    text-decoration: none;
}


span.fa.fa-wrench {
    color: white;
}

span.fa.fa-cog {
    color: white;
}

p.back-box.hidden-print {
    text-shadow: 0px 0px 2px black, 2px 2px 2px black;
}

.blog-posts p.back-box.hidden-print {
    text-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #f58220;
    border-color: #d26c15;
    border-radius: 0px;
    margin: 10px 5px 0px;
    text-transform: uppercase;
}

.btn-primary:hover, 
.clBtn:hover, .vdpBtn:hover {
    color: #fff;
    background-color: #d26c15;
    border-color: #f58220;
}

.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: #fff;
    background-color: #d26c15;
    border-color: #f58220;
}

a.mdBtn.btn-primary.btn {
    margin: 15px;
}









/* HEADER */
header.body {
    height: auto;
}
header.body .logo { color: #333; }
#brand-box .info a { color: #333; }

.headerbackground {
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.headerbackground > a, 
.headerbackground > div {
    flex: 0 1 50%;
}
img.headerlogo {
    vertical-align: bottom;
}
.storeImgHead {
    display: none;
}
@media (min-width: 768px) {
    .headerbackground {
        justify-content: space-around;
    }
    .headerbackground > a, 
    .headerbackground > div {
        display: inline-block;
        flex: 0 0 33.33%;
    }
    .storeImgHead {
        display: inline-block;
        height: 155px;
        background: url(https://psmfirestorm.blob.core.windows.net/44251228-348c-44f4-812a-a181d176fe63/vandervest-harley-dealership-2.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
}
@media (min-width: 992px) {
    .storeImgHead {
        height: 175px;
    }
}
.headerrightcontainer {
    color: #f58220;
    width: 33%;
    font-weight: 700;
}

.headerphone {
    text-align: right;
    font-size: 14px;
    padding-right: 25px;
    color: white;
    text-shadow: 3px 3px 3px black;
}

.headeraddress {
    display: block;
    width: 101%;
    text-align: right;
    padding: 0 25px 0 0;
    text-shadow: 2px 2px 3px black, 0px 0px 5px black;
    font-size: 10px;
}

.headermaphours {
    display: none;
    float: right;
    max-width: 75%;
    background-color: white;
    border: 2px solid black;
    text-align: center;
    padding: 3px;
    vertical-align: text-bottom;
    margin-right: 23px;
}

.headerbottomwrapper {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
}


.socialiconswrapper {
    position: fixed;
    left: 0;
    top: 10%;
    display: none;
z-index: 501;
}

.socialiconscontainer {
    background-color: #f58220;
    width: 80%;
    text-align: center;
    box-shadow: 0px 0px 13px 2px black;
}

.socialiconblock {
    width: 80%;
    padding: 9% 0% 9% 16%;
    display: block;
    text-align: center;
    transition: .3s ease transform;
}

.socialiconblock:hover {
    transform: scale(1.1);
    transition: .3s ease transform;
}







/* NAVIGATION */
.navbar > .container {
    background-color: black;
    border-top: 3px solid #f58220;
    border-bottom: 3px solid #f58220;
    position: relative;
    min-height: unset;
    margin-bottom: 0px;
}



#main-nav .nav > li > a, 
#main-nav .dropdown-menu>li>a {
    color: #fff;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    padding: 3px 0 0 15px;
    font-size: 18px;
    line-height: 2.8em;
    text-align: left;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    #main-nav .nav>li>a {
        padding: 0;
        font-size: 12px;
        text-align: center;
    }
}
@media (min-width: 992px) {
    #main-nav .nav>li>a {
        font-size: 12px;
    }
}
@media (min-width: 1200px) {
    #main-nav .nav > li > a, 
    .social-media-icons a {
        font-size: 18px;
        line-height: 2.8em;
    }
}

@media (min-width: 1200px) {
.social-media-icons a {
    color: #fff;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 6px 11px 6px; }
}

@media (max-width: 1199px) {
.social-media-icons a {
    color: #fff;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 6px 11px 6px; }
}

@media (max-width: 991px) {
.social-media-icons a {
    color: #fff;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 1px 6px 1px; }
}




@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-evenly;
}
@media (min-width: 992px) {
    .navbar-nav {
        margin-bottom: -3px;
    }
}

   .container > .navbar-collapse {
       margin-left: 0;
   }
}

@media (min-width: 768px) {
.navbar-nav>li {
    float: none;
    flex-grow: 1; }
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    color: #f58220;
    text-shadow: 0px 0px 5px black;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu {
    margin-left: 0px;
}

#main-nav .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap;
}

#main-nav li.dropdown.open ul {
    border-top-color: transparent;
    background-color: black;
    margin-top: 2px;
}

#main-nav li.dropdown ul {
    border-top-color: transparent;
    background-color: black;
    margin-top: 2px;
}

.navbar-toggle {
    margin: 5px 15px;
    height: 50px;
}

.navbar-brand.text {
    display: none !important;
}

#main-nav .nav > li > a:hover, .social-media-icons a:hover {
    color: #ff6600;
}

#main-nav .dropdown-menu>li>a:hover, #main-nav .dropdown-menu>li>a:focus {
    background-color: #6f6f6f;
}








/* HOME PAGE */

.sidebuttonbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e3d44458-6b71-4f9e-9ff1-7899a68b65db/sidebuttons.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -3px;
}

.row {
   margin-right: 0;
   margin-left: 0;
}

.sidebuttonwords {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    padding: 19px 1px;
    line-height: 22px;
    text-shadow: 4px 4px 4px black, 0px 0px 7px black;
    transition: .3s ease transform, .4s ease color;
    max-width: 67%;
    margin: 0 auto;
}

.sidebuttonwords:hover {
    transform: scale(1.1);
    color: #f58220;
    transition: .3s ease transform, .4s ease color;
}

.sbwused {
    line-height: 15px;
}

.button1background {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c0899af8-8f9a-4e67-832c-fa34b586e705/button-1.jpg);
    background-size: cover;
    border: 5px solid white;
    box-shadow: inset 0px 0px 10px 1px black, 0px 0px 11px 0px black;
    transition: .3s ease transform;
    background-position: center;
}

.button1background:hover {
    transform: scale(1.1);
    transition: .3s ease transform;
}

.button1words {
    text-align: center;
    color: #f58220;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    padding: 10px 10px 15px 10px;
    line-height: 40px;
    text-shadow: 5px 5px 5px black, 0px 0px 10px black;
}

.button2background {
    background-image: url(https://psmfirestorm.blob.core.windows.net/700dea78-7322-43d9-8e59-3fee2addc77e/button-2.jpg);
    background-size: cover;
    border: 5px solid white;
    box-shadow: inset 0px 0px 10px 1px black, 0px 0px 11px 0px black;
    transition: .3s ease transform;
    background-position: center;
}

.button2background:hover {
    transform: scale(1.1);
    transition: .3s ease transform;
}



.button3words {
    color: #f58220;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    padding: 28px 5px 28px 5px;
    line-height: 32px;
    text-shadow: 5px 5px 5px black, 0px 0px 10px black;
}

.button3background {
    background-image: url(https://psmfirestorm.blob.core.windows.net/1a99b575-2176-449e-a23a-8a9e45d6792b/button-3.jpg);
    background-size: cover;
    border: 5px solid white;
    box-shadow: inset 0px 0px 10px 1px black, 0px 0px 11px 0px black;
    transition: .3s ease transform;
    background-position: center;
}

.button3background:hover {
    transform: scale(1.1);
    transition: .3s ease transform;
}

.button4background {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6a1856a4-2c12-4754-9f06-b116020c8da3/button-4.jpg);
    background-size: cover;
    border: 5px solid white;
    box-shadow: inset 0px 0px 10px 1px black, 0px 0px 11px 0px black;
    transition: .3s ease transform;
    background-position: center;
}

.button4background:hover {
    transform: scale(1.1);
    transition: .3s ease transform;
}

.button5background {
    background-image: url(https://psmfirestorm.blob.core.windows.net/bee46312-a49b-4b56-b81c-ca0d99ab8056/button-5.jpg);
    background-size: cover;
    border: 5px solid white;
    box-shadow: inset 0px 0px 10px 1px black, 0px 0px 11px 0px black;
    transition: .3s ease transform;
    background-position: center;
}

.button5background:hover {
    transform: scale(1.1);
    transition: .3s ease transform;
}

.homeaboutsections {
    padding: 1px 15px;
    background-color: black;
    color: white;
}

.homeaboutsections p {
    font-size: 16px;
    margin-top: -10px;
}

.homeaboutsections h1 {
    margin-top: 14px;
    font-size: 32px;
}

img.homedealershipphoto {
    padding-top: 4px;
}

.mobilesocial {
    display: flex;
    flex-direction: row;
    width: 156px;
    float: none;
    position: absolute;
    left: 0;
    top: 15px;
}

.mobsocialblock {
    padding-left: 5px;
}

@media (max-width: 767px) {
    .homeslider > .widget-inner {
        margin-top: 15px !important;
    }
}


.clBtn, .vdpBtn {
    background-color: #f58220;
    color: #fff;
    border-radius: 4px;
    border: 1px #d26c15 solid;
}
/*div[itemprop="price"], 
.price-container {
    display: none;
}*/
.svg-text {
    position: relative;
    font-size: 8em;
    transition: all 0.6s ease-in-out;
    color: #ff6600;
    width: 100%;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    height: 1.5em;
    margin-bottom: -50px;
}

.svg-text__shaded {
  text-shadow: 0 1px 1px rgba(33, 33, 33, 0.15), 0 3px 10px rgba(33, 33, 33, 0.15), 0 3px 20px rgba(33, 33, 33, 0.35);
}

.svg-text__shaded__stroke {
    stroke-dasharray: 4em .5em;
    stroke-dashoffset: 0;
    transition: all 0.6s ease-in-out;
}

.svg-text:hover {
  cursor: pointer;
}

.svg-text:hover .svg-text__shaded__stroke {
  -webkit-animation: offsetAnim 4.2s ease-in-out infinite;
          animation: offsetAnim 4.2s ease-in-out infinite;
}

.hover {
  display: inline-block;
  color: white;
  font-size: 8em;
  text-align: left;
  text-shadow: 0 0.005em 0 #e6e6e6, 0 0.01em 0 #e6e6e6, 0 0.015em 0 #e6e6e6, 0 0.02em 0 #e6e6e6, 0 0.025em 0 #e6e6e6, 0 0.025em 0.02em rgba(33, 33, 33, 0.25), 0 0.028em 0.2em rgba(33, 33, 33, 0.45);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(1.75em, 0.45em) rotate(30deg);
          transform: translate(1.75em, 0.45em) rotate(30deg);
}

@-webkit-keyframes offsetAnim {
  70%,
    100% {
    stroke-dashoffset: 4.5em;
  }
}

@keyframes offsetAnim {
  70%,
    100% {
    stroke-dashoffset: 4.5em;
  }
}

.siteSearch-M button {
    height: 34px; 
    margin-top: 5px !important;
}


/* FEATURED VEHICLES */

.single-item-slider .item-detail .name {
    color: white;
    line-height: 17px;
}

@media (min-width: 768px) {
    .single-item-slider .slider-container { margin: 0 30px; }
}

@media (min-width: 768px) {
.single-item-slider .item {
    width: 193px; }
}

@media (max-width: 767px) {
.single-item-slider .slider-outer {
    height: 218px;
}
}

.single-item-slider .item:hover {
    border: 3px solid white;
}

.featuredinventory {
    background-image: url(https://psmfirestorm.blob.core.windows.net/1a4f1b75-6f05-4703-bce7-d0f29d315f9b/fibackground-2.png);
    background-size: 100% 100%;
    padding-bottom: 25px;
}

.featuredinventory h2, 
.featuredinventory h3 {
    text-align: center;
    color: white;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
    padding-top: 33px;
    text-shadow: 5px 5px 5px black, 0px 0px 7px black;
    text-transform: uppercase;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    left: 0;
    padding: 0 1%;
    position: absolute;
    width: 100%;
    line-height: 113%;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    bottom: 0;
    text-transform: uppercase;
}

.single-item-slider .item {
    background-color: rgba(0, 0, 0, 0.48);
    border: solid 3px rgb(0, 0, 0);
    border-radius: 0px;
    display: block;
    position: relative;
    width: 193px;
}

.single-item-slider .img-container {
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 125px;
    overflow: hidden;
    position: relative;
}

/*-----
.name {
    color: white;
}
-----*/

.eventInfo h4 {
    font-weight: normal;
}

.single-item-slider .item .item-inner {
    padding-bottom: 10%;
}






/* CONTENT */

.department-container {
    margin-top: 0;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.department .title {
    color: white;
}

.department .employee .name p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.department .employee .job p {
    margin-bottom: 0;
}

.pagetext, 
#events-page, 
.blog-posts .post, 
#blog-page .post, 
.blog-filters {
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px;
}

.custom-page {
    background-color: white;
    padding: 15px;
    box-shadow: 0px 0px 15px 0px;
}

#events-page {
    padding: 15px;
    margin: 15px;
    max-width: calc(100% - 30px);
}
.pagetext {
    /*margin-top: -50px;*/
    padding: 2px 15px 15px;
}


.pagetextnoheader {
    background-color: #ffffff;
    padding: 2px 15px 15px;
    box-shadow: 0px 0px 15px 0px;
}

img.servicepic {
    width: 50%;
    float: right;
    margin: 0px 0px 15px 15px;
    border-top: 7px solid #ff6600;
    border-left: 17px solid #5f5f5f;
    border-bottom: 7px solid #ff6600;
    border-right: 17px solid #5f5f5f;
}

img.smallpartspic1 {
    box-shadow: 0px 0px 5px black;
}

img.smallpartspic2 {
    margin-top: 15px;
    box-shadow: 0px 0px 5px black;
}

img.largepartspic {
    box-shadow: 0px 0px 5px black;
}

.rriframe {
    display: none;
    margin: 0px 10px 10px 0px;
}

div.rriframe > iframe {
    width: 100%;
    height: 225px;
}

img.packerlandhogpic1 {
    float: right;
    padding: 10px 0px 10px 10px;
}

.packerlandcontainer {
    display: inline-block;
}

.packerlandblock {
    width: 50%;
    display: inline-block;
    /* background-color: red; */
    padding: 10px;
    vertical-align: top;
}

.packerlandcontainer2 {
    text-align: center;
}

.packerlandblock2 {
    display: inline-block;
    vertical-align: top;
}

ul.packerlandofficers {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

img.packerlandhogpic3 {
    float: right;
    width: 34%;
    padding: 10px 0px 10px 10px;
}

.outsidemapWrapper {
    position: relative;
    padding-bottom: 35.25%;
}

.outsidemapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.financingpic {
    width: 34%;
    float: right;
    padding: 0px 0px 15px 15px;
}

.main {
    font-size: 8px;
}

.serviceheader > div > .main {
    font-size: 4.5px;
    margin-bottom: 25px;
}

.winterheader > div > .main {
    font-size: 5px;
    margin-bottom: 20px;
}

.servspecheader > div > .main {
    font-size: 5px;
    margin-bottom: 20px;
}

.partsheader > div > .main {
    font-size: 5px;
    margin-bottom: 20px;
}

.merchheader > div > .main {
    font-size: 4px;
    margin-bottom: 25px;
}

.rewardsheader > div > .main {
    font-size: 6px;
    margin-bottom: 15px;
}

.packerheader > div > .main {
    font-size: 5px;
    margin-bottom: 15px;
}

.mhheader > div > .main {
    font-size: 6px;
    margin-bottom: 15px;
}

table.servicespecials.k-table > thead > tr > th:nth-child(n+1) {
    padding: 5px;
}

table.servicespecials.k-table > tbody > tr:nth-child(1) > td:nth-child(n+1) {
    padding: 5px;
}

table.servicespecials.k-table > tbody > tr:nth-child(2) > td:nth-child(n+1) {
    padding: 5px;
}

table.servicespecials.k-table > tbody > tr:nth-child(2) {
    background-color: #ececec;
}

.servicebuttoncontainer {
    padding: 30px 0px 0px;
    text-align: center;
}

table.servicespecials.k-table {
    width: 100%;
    margin: 10px 0px 0px;
}

table.servicespecials > thead > tr {
    background-color: #f58220;
}

.pagetext > div > ul {
    padding-left: 0;
}



.dst-content .text-middle p:before {
    margin-bottom: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 10px;
    font-size: 15px;
    color: #f88420;
    content: "\f00c";
}

.aboutcontainer1 {
    display: inline-block;
    padding-top: 5px;
}

.aboutcontainer2 {
    display: inline-block;
    vertical-align: top;
    background-color: #f58220;
    padding: 10px;
    margin: 10px 10px 10px 10px;
    text-align: center;
}

.abouttext1 {
    padding: 5px 10px 0px 10px;
}

.aboutcontainer3 {
    display: inline-block;
    background-color: #f58220;
    padding: 10px;
    margin: 10px 10px 10px 10px;
    text-align: center;
}

.abouttext2 {
    padding: 8px 2px 0px 2px;
}

.aboutcontainer4 {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}

.aboutcontiner5 {
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 5px 0px;
}

.aboutcontiner6 {
    display: inline-block;
    text-align: center;
    background-color: #f58220;
    padding: 10px;
    margin: 10px 10px 10px 10px;
}

.aboutblock {
    width: 50%;
    display: inline-block;
}

.aboutwrapper1 {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.aboutcontainer7 {
    background-color: #f58220;
    padding: 10px;
    margin: 10px 10px 10px 10px;
    text-align: center;
}

.abouttext4 {
    padding: 5px 2px 0px;
}

.abouttext5 {
    padding: 5px 2px 0px;
}

.aboutcontainer8 {
    background-color: #f58220;
    padding: 10px;
    margin: 50px 10px 10px 10px;
    text-align: center;
}

.aboutcontainer9 {
    display: inline-block;
    padding: 5px;
}

.aboutcontainer10 {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.aboutcontainer11 {
    display: inline-block;
    background-color: #f58220;
    padding: 5px 5px;
    margin: 10px 10px 10px 10px;
    text-align: center;
}

.aboutcontainer12 {
    display: inline-block;
    text-align: center;
    background-color: #f58220;
    padding: 5px 5px;
    margin: 10px;
    vertical-align: top;
}

.abouttext7 {
    padding: 5px 5px 0px;
}

.aboutwrapper2 {
    text-align: center;
}

/*.widget-UpcomingEvents {
    width: 70%;
    margin: 0 auto;
}*/




/* INVENTORY */

#inventory-page > div.cpo-description > b {
    text-transform: uppercase;
    font-size: 25px;
}

#inventory-page > div.cpo-description > ul {
    list-style: none;
    padding-left: 0;
}

#inventory-page > div.cpo-description > ul > li {
    margin: 9px 0;
}

.cpo-description {
    background-color: rgb(210 210 210 / 61%);
    padding: 5px 15px;
    margin-bottom: 15px;
}

#vdp-container > header > div > div.col-sm-8.title {
    display: flex;
    flex-flow: column;
}

#content-container>h1, #content-container .container>h1, #content-container [class*=col-]>h1 {
    margin-bottom: 0;
}

.stocknumber {
    order: 2;
}

.price.payments {
    order: 1;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff6600;
    text-shadow: 1px 1px 1px black;
}

.searchReturn {
    color: white;
}

.inventory-container .vehicle {
    background-color: #000000;
}

.inventory-container .vehicle:hover {
    background-color: #f58220;
    transition: .3s ease;
}

    .inventory-container .vehicle .title a { color: #333; }

#filters-box li label {
    color: #f58220;
}

#vehicleList>div {
    padding: 8px;
    margin: 3px 0px;
}

#vehicleList {
    display: flex;
    flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    background-color: black;
    border: none;
    box-shadow: none;
    margin: 0;
}

.inventory-container .vehicle .title {
    font-size: 10.5pt;
    width: 100%;
    background-color: #fff;
    min-height: 65px;
    box-sizing: border-box;
    padding: 5px;
}

.inventory-container .vehicle .price {
    font-size: 22px;
    text-align: right;
    box-sizing: border-box;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    letter-spacing: 1px;
    background-color: #7b7b7b;
    padding: 3px 7px;
    background: rgb(214,214,214);
    background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(158,158,158,1) 100%);
    background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(158,158,158,1) 100%);
    background: linear-gradient(to bottom, rgba(214,214,214,1) 0%,rgba(158,158,158,1) 100%);
    text-shadow: 0px 0px 2px black, 1px 1px 2px black, 2px 2px 2px black;
    color: #f58220;
    text-transform: uppercase;
}

.inventory-container .disclaimers {
    margin-top: 10px;
    font-size: 10px;
    font-family: 'Arial', sans-serif;
    background-color: darkgrey;
    padding: 3px 10px;
}

div#filter-accordions-box {
    background-color: #000000;
    color: white;
}

.vdpinquiryheader {
    font-size: 30px;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    color: #f58220;
    letter-spacing: 1px;
    text-transform: uppercase;
}


div#locations-accordions-box {
    background-color: black;
    color: white;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #000;
    border: 1px solid #828282;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#vdp-container .data-points .list-group-item {
    color: #fff;
    letter-spacing: 0;
    padding: 6px 15px 6px 110px;
    position: relative;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #f58220;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.locationBox {
    background-color: black;
    color: white;
    margin-top: 20px;
}

.vehiclemodel {
    font-size: 15.5pt;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    min-height: 41px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.inventory-container .vehicle .thumb {
    background-color: #fff;
    line-height: 187px;
    text-align: center;
    vertical-align: middle;
    height: 190px;
}

#ModalVehicleInquiry {
    border-radius: 2px;
    border: 2px #f58220 solid;
}

#tabPackages .list-group.flex .name, .color-packages .list-group.flex .name {
    flex: 1 1 auto;
    color: white;
}

#tabEquipment > div > div.tab-content > div > div > ul > li > span,
#tabEquipment > div > div.vehicle-details > div > div > ul > li > span {
    font-size: 12px;
}

.nav-tabs>li>a {
    background-color: #5d5d5d;
}

.color-packages .list-group-item span {
    color: white;
    font-size: 12px;
}












/* FOOTER */
footer.body .outer-wrapper { background-color: rgba(0, 0, 0, 0.8); color: #c4c4c4; }

footer.body {
    font-family: Arial,sans-serif;
    font-size: 13px;
    margin-top: 0px;
    text-align: center;
}

.footerbackground {
    background-color: black;
    border-top: 5px solid #f58220;
    box-shadow: 0px 0px 16px 1px black;
}

.footercontainer {
    width: 100%;
    margin: auto;
    color: white;
    text-align: center;
}

.footerblocklogo {
    display: inline-block;
    width: 33%;
    padding: 40px;
}

.footerblock {
    display: block;
    vertical-align: top;
    padding: 0 0 25px 0;
}

.footerblock2 {
    display: inline-block;
    width: 75%;
    padding: 0 0 25px 0;
}

.footerblock h3{
    font-size: 28px;
}

.footerblock2 h3{
    font-size: 28px;
}

.footerblock > a {
    font-size: 14px;
    display: block;
    padding: 5px;
}

.footerhoursblock {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.footerhoursblock td {
    font-size: 14px;
}

.footerhoursblock table {
    width: 100%;
}

.footerhoursblock h5 {
    font-size: 18px;
}





/* GLOBAL TOOLBARS/ACCORDIONS */
.vehicle-container .well, #content-container .panel-heading, #content-container .panel-body { border: none; }

.panel {
    margin-bottom: 20px;
    background-color: #000;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0px 0px 7px 0px rgb(0, 0, 0);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #75543c;
    border-color: transparent;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-weight: unset;
    letter-spacing: 1px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/website-themes/65/images/background-2.jpg);
    background-size: cover;
    text-shadow: 3px 3px 3px black;
}


.eventDate {
    background-color: #f58220;
    text-align: center;
}


/* FORMS */
.control-label { color: #000; }

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 7px;
}

.mainform {
    height: max-content;
}

.mainform > div {
    color: white;
    padding: 15px;
    background-color: black;
    border-top: 7px solid #dadada;
    border-left: 17px solid #a2a2a2;
    border-right: 17px solid #a2a2a2;
    border-bottom: 7px solid #dadada;
    box-shadow: 0px 0px 10px black;
}

.merchandiseform > .widget-inner {
    margin-top: 0 !important:
}

.form-header-text {
    color: #f58220;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 38px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.forms-title-section {
    font-size: 18pt;
    color: #f58220;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    letter-spacing: .5px;
    margin-top: 15px;
}

.form-control {
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 14px!important;
}

.form-control:hover {
    background-color: #b7b7b7;
    transition: .3s ease background-color;
}

@media (min-width: 767px) {
#Form249 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form250 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form253 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
}

#Form249 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form250 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0px 5px;
}

#Form249 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form250 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form253 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0px 5px; 
} }

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.field-validation-valid {
    color: black;
}

.form-control {
    margin: 5px 0px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    left: 0;
}

input#FilterQuickSearch {
    margin: 0;
}

.inquiryformcontainer {
    padding-bottom: 1px;
}


#digitalPsButton {
    background-color: #f58220;
    margin: 15px;
    display: block;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 23px;
}

#digitalPsModal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    z-index: 44444;
}








/* TEMPLATE 2 */
.template-2 header.body {
    background-color: #fafafa;
    background: none, -webkit-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -moz-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -o-linear-gradient(top, #fafafa 0, #ececec 55%);
    background-image: linear-gradient(to bottom, #fafafa, #ececec);
}







/* EAGLERIDER */

div#eagleRiderTop {
    background: url(https://psmfirestorm.blob.core.windows.net/f428d79f-105c-451d-b70e-8431edbc8acc/eaglerider-bg.jpg) top center no-repeat;
    background-size: cover;
}

div#eagleRiderTopContainer {
    padding-top: 0px;
    padding-bottom: 338px;
    color: white;
}

div#eagleRiderTopText {
    padding: 0 0 0 15px;
    float: left;
    width: 75%;
    min-height: 1px;
    border-right: 2px solid #848484;
}

#eagleRiderTopText > h1 {
    font-size: 24px;
}

#eagleRiderTopText > h4 {
    font-size: 14px;
}

#eagleRiderTopText > p {
    font-size: 12px;
}

div#eagleRiderLeadBtns {
    background: #f88420;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    font-family: 'H-DLetterpress', 'Khand', Helvetica, Arial, sans-serif;
    font-size: 29px;
    height: 42px;
    line-height: 30px;
    margin: 0 0 15px 0;
    max-width: 105px;
    padding: 0 15px;
    text-transform: uppercase;
}

a.eaglerider-lead-button {
    font-size: 16px;
    display: inline-block;
    margin: 7px 0px 0 0px;
    color: white;
}

div#eagleRiderIcons {
    padding: 0px 15px;
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    margin-top: 50px;
}

img.eaglerider-logo-LG {
    padding-top: 7px;
    padding-bottom: 30px;
}

img.eaglerider-logo-SM.first-SM {
    padding-left: 75px;
}


div#eagleRiderBottom {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b3667a25-f8b0-40c4-b834-1dbcb060d898/eaglerider-2.jpg);
    background-repeat: no-repeat;
    background-position: right 90px;
    padding: 40px 0px;
    background-color: white;
}

#eagleRiderBottomContainer > div {
    padding: 0 30px 0 15px;
    background-color: white;
}

#eagleRiderBottomContainer > div > h4 {
    color: #f88420;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

#eagleRiderBottomContainer > div > h2 {
    color: #000000;
    font-family: 'H-DLetterpress', 'Khand', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#eagleRiderBottomContainer > div > ul > li:nth-child(n+1) {
    font-size: 16px;
    line-height: 1.2;
    padding-left: 12px;
    padding-bottom: 20px;
    position: relative;
}

#eagleRiderBottomContainer > div > p {
    font-size: 15px;
}

#callEagleRider {
    padding-top: 30px;
    padding-bottom: 30px;
}

#callEagleRider > p:nth-child(1) {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

#callEagleRider > p:nth-child(2) {
    font-size: 15px;
    margin-bottom: 0;
}











.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: #e0e0e0;
    border-color: #b5b5b5;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #f58220;
}

.k-pager-wrap .k-link:hover {
    color: #bb6114;
    border-color: #ccc;
    background: #ebebeb;
}







/* -------- Learn To Ride -------- */
a[href$="lessons.com/"] {
    background: none!important;
}
.academyLTR .learn-to-ride {
  padding-top: 0;
}
.academyLTR .learn-to-ride #main {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .academyLTR .learn-to-ride #main {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.academyLTR .learn-to-ride .dst-riders-edge {
  position: relative;
  padding-bottom: 520px;
  background-image: url("https://psmfirestorm.blob.core.windows.net/7a66881d-28f7-4eca-b1f7-3c8753c83fae/rock-star-rider.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #808080;
}
@media (min-width: 768px) {
  .academyLTR .learn-to-ride .dst-riders-edge {
    padding-bottom: 530px;
  }
}
@media (min-width: 992px) {
  .academyLTR .learn-to-ride .dst-riders-edge {
    padding-bottom: 64%;
    background-size: 100%;
  }
}
.academyLTR .learn-to-ride .dst-riders-content {
  padding: 38% 15px 0;
  background-image: url("https://psmfirestorm.blob.core.windows.net/dd51afc1-fc16-45f7-ad27-288219d6ec01/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) {
  .academyLTR .learn-to-ride .dst-riders-content {
    padding-top: 12%;
  }
}
@media (min-width: 992px) {
  .academyLTR .learn-to-ride .dst-riders-content {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .academyLTR .learn-to-ride .dst-riders-content {
    padding-top: 30px;
    background-position: center -50px;
  }
}
.academyLTR .learn-to-ride .dst-riders-content h1,
.academyLTR .learn-to-ride .dst-riders-content h2,
.academyLTR .learn-to-ride .dst-riders-content h3 {
  line-height: 28px;
  font-size: 27px;
  font-family: 'H-DLetterpress', 'Rajdhani', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000000;
}
.academyLTR .learn-to-ride .dst-riders-content h2 {
  line-height: 24px;
  font-size: 22px;
}
.academyLTR .learn-to-ride .dst-riders-content h3 {
  line-height: 20px;
  font-size: 18px;
}
.academyLTR .learn-to-ride .dst-riders-content > hr {
  margin: 30px auto;
  border: none;
  border-top: solid 1px #333333;
}
.academyLTR .learn-to-ride .top-riders-content > img {
  width: auto\9;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .academyLTR .learn-to-ride .top-riders-content > img {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .academyLTR .learn-to-ride .top-riders-content > img {
    float: right;
    margin-top: 15px;
  }
}
.academyLTR .learn-to-ride .top-riders-content > div {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .academyLTR .learn-to-ride .top-riders-content > div {
    width: 45%;
  }
}
.academyLTR .learn-to-ride .top-riders-content > div h1 {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .academyLTR .learn-to-ride .top-riders-content > div h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .academyLTR .learn-to-ride .top-riders-content > div h1 {
    margin-bottom: 10px;
  }
}
.academyLTR .learn-to-ride .top-riders-content > div h1 span {
  display: block;
  line-height: 48px;
  font-size: 48px;
}
@media (min-width: 992px) {
  .academyLTR .learn-to-ride .top-riders-content > div h1 span {
    line-height: 78px;
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .academyLTR .learn-to-ride .top-riders-content > div h3 {
    line-height: 24px;
    font-size: 22px;
    color: #cc6600;
  }
}
.academyLTR .learn-to-ride .top-riders-content > div h3 span {
  display: block;
}
@media (min-width: 1200px) {
  .academyLTR .learn-to-ride .top-riders-content > div h3 span {
    display: inline;
  }
}
@media (min-width: 992px) {
  .academyLTR .learn-to-ride .top-riders-content > div > p {
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  .academyLTR .learn-to-ride .top-riders-content > div > p {
    margin-right: 150px;
  }
}
.academyLTR .learn-to-ride .top-riders-content > div .rider-buttons {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .academyLTR .learn-to-ride .top-riders-content > div .rider-buttons {
    text-align: left;
  }
}
.academyLTR .learn-to-ride .top-riders-content > div .rider-buttons a,
.findClassBtn 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;
}
.academyLTR .learn-to-ride .top-riders-content > div .rider-buttons a:after {
  margin-left: 6px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f107";
}
.academyLTR .learn-to-ride .top-riders-content > div .rider-buttons a:hover {
  background: #e66700;
  color: #000000;
}
@media (min-width: 768px) {
  .academyLTR .learn-to-ride .top-riders-content > div .rider-buttons a {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .academyLTR .learn-to-ride .top-riders-content > div .rider-buttons a {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.academyLTR .learn-to-ride .top-riders-content > div .rider-buttons a + a {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .academyLTR .learn-to-ride .top-riders-content > div .rider-buttons a + a {
    margin-top: 0;
    margin-left: 6px;
  }
}
.academyLTR .learn-to-ride .top-riders-content + div {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .academyLTR .learn-to-ride .top-riders-content + div {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .academyLTR .learn-to-ride .top-riders-content + div {
    padding-top: 70px;
  }
}
.academyLTR .learn-to-ride .rider-experience {
  position: relative;
  padding-bottom: 70px;
}
.academyLTR .learn-to-ride .rider-experience:before,
.academyLTR .learn-to-ride .rider-experience:after {
  content: " ";
  display: table;
}
.academyLTR .learn-to-ride .rider-experience:after {
  clear: both;
}
.academyLTR .learn-to-ride .rider-experience:before,
.academyLTR .learn-to-ride .rider-experience:after {
  content: " ";
  display: table;
}
.academyLTR .learn-to-ride .rider-experience:after {
  clear: both;
}
@media (min-width: 768px) {
  .academyLTR .learn-to-ride .rider-experience {
    padding-bottom: 0;
  }
}
.academyLTR .learn-to-ride .rider-experience .course-info > a {
  position: absolute;
  bottom: 20px;
}
@media (min-width: 768px) {
  .academyLTR .learn-to-ride .rider-experience .course-info > a {
    position: static;
  }
}
.academyLTR .learn-to-ride .course-info {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .academyLTR .learn-to-ride .course-info {
    width: 55%;
    float: left;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .academyLTR .learn-to-ride .course-info {
    width: 48%;
  }
}
@media (min-width: 1200px) {

}
.academyLTR .learn-to-ride .course-info > h2 span {
  display: block;
  line-height: 40px;
  font-size: 38px;
}
@media (min-width: 768px) {
  .academyLTR .learn-to-ride .course-info > h2 span {
    line-height: 48px;
    font-size: 45px;
  }
}
.academyLTR .learn-to-ride .course-info > ul {
  padding-left: 15px;
}
.academyLTR .learn-to-ride .course-info > ul li + li {
  margin-top: 15px;
}
.academyLTR .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;
}
.academyLTR .learn-to-ride .course-info > a:after {
  margin-left: 6px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f105";
}
.academyLTR .learn-to-ride .course-info > a:hover {
  background: #e66700;
  color: #000000;
}
.academyLTR .learn-to-ride .course-faq {
  padding: 15px;
  background-color: #333333;
  color: #999999;
}
@media (min-width: 768px) {
  .academyLTR .learn-to-ride .course-faq {
    width: 40%;
    float: right;
  }
}
@media (min-width: 992px) {
  .academyLTR .learn-to-ride .course-faq {
    width: 34%;
    margin-right: 40px;
  }
}
.academyLTR .learn-to-ride .course-faq > h2 {
  line-height: 28px;
  font-size: 24px;
  color: #ffffff;
}
.academyLTR .learn-to-ride .course-faq p strong {
  color: #ffffff;
}
.academyLTR .learn-to-ride .course-faq > ul {
  padding-left: 15px;
}
.academyLTR .learn-to-ride .course-faq > ul li + li {
  margin-top: 10px;
}
.academyLTR .learn-to-ride h2.bottom-line {
  position: absolute;
  bottom: 15px;
  left: 15px;
  line-height: 36px;
  font-size: 30px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .academyLTR .learn-to-ride h2.bottom-line {
    bottom: 50px;
    left: 50px;
    font-size: 36px;
  }
}
.academyLTR .learn-to-ride h2.bottom-line span {
  display: block;
}
@media (min-width: 768px) {
  .academyLTR .learn-to-ride h2.bottom-line span {
    display: inline;
  }
}

.riders-terms-link a {
    display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: .5em;
}
.riders-terms-link a:hover, .riders-terms-link a:focus, .riders-terms-link a:active {
  color: #000;
  text-decoration: none;
}

.learn-logos {
  position: absolute;
  top: 1%;
  right: 2%;
  width: 40%;
  display: flex;
  flex-flow: row nowrap;
  display: -ms-flexbox;
  -ms-flex-flow: row;
  -ms-flex-wrap: nowrap;
  justify-content: flex-end;
}
.learn-logos .logo-rider-academy {
  flex: 0 1 50%;
}
@media (max-width: 767px) {
    .learn-logos {
  top: 0;
  width: 100%;
    }
}

.otherbuttons a {
    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;
    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;
    margin: 10px 0px;
    padding: 7px;
}

.otherbuttons a:hover {
    color: black;
    text-decoration: none;
}



.promo-product-type, .promo-detail {
    color: black;
}



div#PDLButton {
    visibility: hidden;
}

div#PDLStickyFooter {
    display: none;
}

.financebtn {
    font-size: 24px;
}

.blog-posts h3 {
    text-align: center;
    font-size: 6vw;
}

.btn-readMore {
    background: #f58220;
}

#blog-page, #blog-detail {
    margin-top: 20px;
}

.blog-content {
    font-size: 1.3em;
}

#Form1207 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1207 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

/*MEDIA BREAKPOINTS*/

@media (max-width: 767px) {
    #main-nav-collapse {
        max-height: calc(100vh - 129px);
        overflow-y: auto;
    }
    #main-nav .dropdown-menu>li>a {
        padding: 15px 25px;
    }
    .blog-posts .featured-image {
        float: none;
        width: auto;
    }
    .btn-readMore {
        display: block;
        margin: 0 auto;
        float: none;
    }
    .blog-details {
        text-align: center;
    }
    .blog-content {
        margin-top: 15px;
    }
    #Form1207 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), #Form1207 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
        width: 100%;
    }
}

@media (min-width: 320px) {
    .headermaphours {
        display: inline-block;
    }

}
@media (min-width: 380px) {
    .sidebuttonwords {
        padding: 19px 20px;
    }
    .aboutcontainer11 {
        width: 80%;
        margin: 10px 10%;
    }
}
@media (min-width: 420px) {
    .headerphone {
        font-size: 18px;
        margin-top: 5px;
    }
    .headeraddress {
        font-size: 13px;
    }
    .headermaphours {
        margin-top: 7px;
        max-width: 57%;
    }
    div#eagleRiderTopText {
       padding: 0 15px;
    }
    div#eagleRiderLeadBtns {
        height: 50px;
        line-height: 40px;
        margin: 0 0 15px 0;
        max-width: 120px;
        padding: 0 15px;
    }
    a.eaglerider-lead-button {
        font-size: 18px;
    }
    #eagleRiderBottomContainer > div > h2 {
        font-size: 30px;
    }
    .serviceheader > div > .main {
        font-size: 6px;
        margin-bottom: 25px;
    }
    .winterheader > div > .main {
        font-size: 8px;
        margin-bottom: 0;
    }
    .servspecheader > div > .main {
        font-size: 8px;
        margin-bottom: 0;
    }
    .partsheader > div > .main {
        font-size: 7px;
        margin-bottom: 20px;
    }
    .merchheader > div > .main {
        font-size: 6px;
        margin-bottom: 20px;
    }
    .rewardsheader > div > .main {
        font-size: 8px;
        margin-bottom: 15px;
    }
    .packerheader > div > .main {
        font-size: 7px;
        margin-bottom: 15px;
    }
    .mhheader > div > .main {
        font-size: 8px;
        margin-bottom: 15px;
    }
    .sidebuttonwords {
        padding: 25px 20px;
        font-size: 18px;
    }
    .aboutcontainer11 {
        width: 60%;
        margin: 10px 20%;
    }
}

@media (min-width: 480px) {
    .sidebuttonwords {
        padding: 25px 40px;
        font-size: 18px;
    }
    .aboutcontainer11 {
        width: 50%;
        margin: 10px 25%;
    }
}

@media (min-width: 532px) {
    .main {
        font-size: 12px;
    }
    .serviceheader > div > .main {
        font-size: 8px;
        margin-bottom: 25px;
    }
    .winterheader > div > .main {
        font-size: 10px;
    }
    .servspecheader > div > .main {
        font-size: 10px;
    }
    .partsheader > div > .main {
        font-size: 9px;
        margin-bottom: 0;
    }
    .merchheader > div > .main {
        font-size: 7px;
        margin-bottom: 15px;
    }
    .rewardsheader > div > .main {
        font-size: 10px;
        margin-bottom: 0;
    }
    .packerheader > div > .main {
        font-size: 9px;
        margin-bottom: 15px;
    }
    .mhheader > div > .main {
        font-size: 10px;
    }
    div#eagleRiderTopContainer {
        padding-top: 25px;
    }
    #eagleRiderTopText > h1 {
        font-size: 28px;
    }
    #eagleRiderTopText > h4 {
        font-size: 16px;
    }
    div#eagleRiderLeadBtns {
        height: 60px;
        line-height: 48px;
        margin: 0 0 15px 0;
        max-width: 135px;
        padding: 0 15px;
    }
    a.eaglerider-lead-button {
        font-size: 22px;
    }
    #eagleRiderBottomContainer > div > h2 {
        font-size: 36px;
    }
    .packerlandblock2 {
        width: 50%;
    }
    .sidebuttonwords {
        padding: 25px 50px;
        font-size: 20px;
    }
    .sbwused {
        line-height: 17px;
    }
    .aboutcontainer11 {
        width: 40%;
        margin: 10px 30%;
    }
}

@media (min-width: 600px) {
    .headerphone {
        font-size: 20px;
        margin-top: 10px;
    }
    .headeraddress {
        font-size: 16px;
        padding: 7px 25px 0 0;
    }
    .headermaphours {
        padding: 7px;
    }
    .headerbottomwrapper {
        font-size: 16px;
    }
    .footerhoursblock {
        width: 75%;
    }

    #eagleRiderTopText > h1 {
        font-size: 36px;
    }

    #eagleRiderTopText > h4 {
        font-size: 18px;
    }
    
    #eagleRiderTopText > p {
        font-size: 14px;
    }
    div#eagleRiderIcons {
        margin-top: 0;
    }
    #Form253 > div:nth-child(3) > fieldset > div:nth-child(n+1) {
        width: 50%;
        display: inline-block;
    }
    #Form253 > div:nth-child(3) > fieldset > div:nth-child(7) {
        display: block;
    }
    .sidebuttonwords {
        padding: 45px 30px;
        font-size: 22px;
    }
    .sbwused {
        line-height: 30px;
    }
    .aboutthanks {
        font-size: 22px;
    }
}

@media (min-width: 680px) {
    .aboutcontainer1 {
        width: 50%;
    }
    .aboutcontainer2 {
        width: 48%;
        margin: 10px 0px 10px 10px;
    }
    .aboutcontainer3 {
        width: 40%;
        margin: 10px 10px 10px 0px;
    }
    .aboutcontainer4 {
        width: 58%;
    }
    .aboutcontiner5 {
        width: 50%;
    }
    .aboutcontiner6 {
        width: 48%;
        margin: 10px 10px 10px 10px;
    }
    .aboutwrapper1 {
        width: 40%;
    }
    .aboutcontainer7 {
        margin: 10px 10px 10px 0px;
    }
    .aboutcontainer8 {
        margin: 50px 10px 10px 0px;
    }
    .aboutcontainer9 {
        width: 60%;
    }
    .aboutcontainer10 {
        width: 73%;
    }
    .aboutcontainer11 {
        width: 24%;
        margin: 10px 0px 10px 10px;
    }
    .aboutcontainer12 {
        width: 24%;
        margin: 10px 65px;
    }
}

@media (min-width: 768px) {

    .eventDate {
        width: 25%;
   }  
    .calMonth {
        margin-left: -7px;
    }
    .calDay {
        margin-left: -7px;
        margin-top: 13px;
    }
    .col-sm-10 {
        width: 75%;
        padding-right: 5px;
    }
    .headeraddress {
        padding: 0 5px;
    font-size: 14px;
    text-align: center;
    }
    .dropdown-menu {
        margin-left: 0px;
    }
    .events-wrapper {
        margin-left: 15px;
    }
    .homeaboutsections {
        margin-left: 15px;
    }
    .homeaboutsections p {
        font-size: 14px;
    }
    .homeaboutsections h1 {
        font-size: 36px;
    }

   .button3words {
      font-size: 20px;
   }
   .sidebuttonbackground {
       background-size: 100% 100%;
       margin-left: 0;
   }
   .sidebuttonwords {
      max-width: 100%;
      padding: 20px 20px;
      font-size: 17px;
   }
   .headerrightcontainer {
/*      padding: 39px 0px 0px 0px;*/
   }
   .headerphone {
      text-align: center;
      font-size: 30px;
      padding-right: 0;
      margin-top: 0;
   }
   .headerbottomwrapper {
          font-size: 18px;
    line-height: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
   }
   .headermaphours {
          border: 3px solid black;
    padding: 5px 10px;
    max-width: unset;
    margin: auto;
   }
   .footercontainer {
       width: 768px;
   }
   .footerblock {
       display: inline-block;
       width: 21%;
       padding: 20px 20px;
       text-align: left;
   }
   .footerblock2 {
       display: inline-block;
       width: 58%;
       padding: 20px 0px;
       text-align: left;
   }
   .footerblock > a {
       font-size: 11px;
       padding: 0;
   }
   .footerblock h3{
       font-size: 19px;
   }
   .footerblock2 h3{
       font-size: 19px;
   }
   .footerhoursblock {
       width: 50%;
   }
   .footerhoursblock h5 {
       font-size: 14px;
   }
   .footerhoursblock td {
       font-size: 13px;
   }
    .main {
        font-size: 14px;
    }
    .serviceheader > div > .main {
        font-size: 12px;
        margin-bottom: 0;
    }
    .winterheader > div > .main {
        font-size: 12px;
    }
    .servspecheader > div > .main {
        font-size: 14px;
    }
    .partsheader > div > .main {
        font-size: 13px;
    }
    .merchheader > div > .main {
        font-size: 11px;
        margin-bottom: 0;
    }
    .rewardsheader > div > .main {
        font-size: 14px;
    }
    .packerheader > div > .main {
        font-size: 13px;
        margin-bottom: 0;
    }
    .mhheader > div > .main {
        font-size: 14px;
    }
    .merchandiseform {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 30px;
        width: 49%;
        margin-top: -50px;
    }    
    div#eagleRiderTopText {
       padding: 0 34px;
       width: 70%;
    }
    div#eagleRiderIcons {
        width: 30%;
    }
    div#eagleRiderTopContainer {
        padding-top: 40px;
    }
    div#eagleRiderLeadBtns {
        height: 75px;
        line-height: 65px;
        margin: 0 0 15px 0;
        max-width: 175px;
        padding: 0 15px;
    }
    a.eaglerider-lead-button {
        font-size: 30px;
    }
    #eagleRiderBottomContainer > div {
        width: 45%;
    }
    #eagleRiderBottomContainer > div > h2 {
        font-size: 40px;
    }
    #eagleRiderBottomContainer > div > ul > li:nth-child(n+1) {
        font-size: 21px;
    }
    #eagleRiderBottomContainer > div > ul > li:nth-child(n+1) {
        padding-left: 35px;
    }
    #callEagleRider {
        padding-bottom: 0px;
    }
    .rriframe {
        float: left;
        display: block;
        width: 58%;
    }
    .maphoursform {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 30px;
        width: 49%;
        margin-top: -50px;
    }
    .sbwused {
        line-height: 17px;
    }
     .mobilesocial {
        display: none;
    } 
    .socialiconswrapper {
        display: block;
    }
    .socialiconscontainer {
        width: 55%;
    }
    .dropdown-menu>li>a {
        font-size: 12px !important;
        text-align: left;
    }
    .aboutthanks {
        font-size: 28px;
    }
    .partsform {
        width: 75%;
        margin: 0 auto;
    }
    .newsletterform {
        width: 75%;
        margin: 0 auto;
    }
    .employmentform {
        width: 75%;
        margin: 0 auto;
    }
    .contactform {
        width: 75%;
        margin: 0 auto;
    }
    .textclubform {
        width: 75%;
        margin: 0 auto;
    }
   .single-item-slider .slider-inner .item {
       width: 181px; 
   }
    #Form249 > div:nth-child(3) > fieldset > div {
        width: 50%;
        display: inline-block;
    } 
    #Form249 > div:nth-child(3) > fieldset > div:nth-child(5) {
        width: 100%;
    }

    #Form249 > div:nth-child(3) > fieldset > div:nth-child(9) {
        width: 100%;
    }
    #Form249 > div:nth-child(3) > fieldset > div:nth-child(11) {
        float: right;
    }
    .blog-posts h3 {
        text-align: left;
        font-size: 2em;
    }
}

@media (min-width: 880px) {
    .socialiconscontainer {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .headeraddress {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    }
    .button1words {
        font-size: 48px;
    }
    .button3words {
        font-size: 28px;
    }
    .socialiconscontainer {
        width: 55%;
    }
    .upcomingevents h3 {
        font-size: 20px;
    }
    .col-sm-10 {
        width: 83.33%;
    }
    .eventDate {
        width: 16.67%;
   }  
    .featuredinventory {
        padding-bottom: 14px;
    }
   .footercontainer {
       width: 992px;
   }
    .footerblock h3 {
        font-size: 24px;
    }
    .footerblock2 h3{
        font-size: 24px;
    }
    .footerblock > a {
        font-size: 14px;
    }
    .footerhoursblock td {
        font-size: 14px;
    }
    .events-wrapper h2 {
        font-size: 30px;
    }
    .homeaboutsections p {
        font-size: 14px;
    }
    .events-wrapper > col-sm-12 {
        width: 33.3333%;
    }
    div#eagleRiderLeadBtns {
        height: 100px;
        line-height: 96px;
        margin: 0 0 15px 0;
        max-width: 280px;
        padding: 0 15px;
    }
    a.eaglerider-lead-button {
        font-size: 39px;
        padding: 0px 35px;
    }
    .sidebuttonwords {
      max-width: 100%;
      padding: 36px 20px;
      font-size: 22px;
    }
    .sbwused {
        line-height: 20px;
    }
    .dropdown-menu>li>a {
        font-size: 14px !important;
    }
   .single-item-slider .slider-inner .item {
       width: 188px; 
   }
    .featuredinventory {
        width: 79%;
        margin: 0 auto !important;
    }
    .blog-posts h3 {
        font-size: 2.5em;
    }
    .footerblock {
        width: 18%;
        padding: 20px 20px;
    }
    .footerblock2 {
        width: 52%;
        padding: 20px 10px;
    }
    .footerblock3 {
        display: inline-block;
        padding: 30px 0;
        width: 12%;
    }
}

@media (min-width: 1070px) {
    .socialiconscontainer {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .headeraddress {
        font-size: 18px;
    }
    img.headerlogo {
/*        padding: 35px 40px 15px 30px;*/
    }
   .row {
      margin-left: -15px;
      margin-right: -15px;
   }
   .sidebuttonbackground {
       background-image: url(https://psmfirestorm.blob.core.windows.net/e3d44458-6b71-4f9e-9ff1-7899a68b65db/sidebuttons.png);
       background-size: cover;
       margin-top: -3px;
   }
   .sidebuttonwords {
       font-size: 26px;
   }
   .single-item-slider .slider-inner .item {
       width: 231px; 
   }
    .calMonth {
        margin-left: 0px;
    }
    .calDay {
        margin-left: 0px;
        margin-top: 0px;
    }
    .upcomingevents h3 {
        font-size: 24px;
    }
    div#eagleRiderLeadBtns {
        height: 100px;
        line-height: 96px;
        margin: 0 0 15px 0;
        max-width: 300px;
        padding: 0 15px;
    }
    a.eaglerider-lead-button {
        font-size: 39px;
        padding: 0px 45px;
    }
    .dropdown-menu>li>a {
        font-size: 16px !important;
    }
   .footercontainer {
       width: 1200px;
   }
    .featuredinventory {
        width: 78%;
    }
    .footerblock {
        width: 20%;
        padding: 20px 40px;
    }
    .footerblock2 {
        width: 45%;
    }
}






/* IRONe Styling */
.ironeContainer {
    background: white;
    color: black;
}
.ironeHeader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6a00e910-ca29-4618-abb5-8b014274bcdb/ironEheader.png);
    background-size: cover;
}
.ironeHeader h1 {
    padding: 270px 20px 2px;
    text-transform: uppercase;
}
.ironeModels {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}
.ironeModels p {
    flex-basis: 100%;
}
.ironeModels > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 48%;
    padding: 10px;
}
.ironeStyling {
    display: flex;
    flex-wrap: wrap;
    background: black;
    padding: 10px;
    color: white;
    justify-content: space-around;
}
.ironeStyling h2 {
    flex-basis: 100%;
    text-transform: uppercase;
}
.ironeFeatures {
    flex-basis: 31.9%;
    color: black;
    background: white;
    margin: 5px;
}
.ironeFeatures > div {
    padding: 10px;
}
.ironeFeatures h4 {
    text-transform: uppercase;
}
.ironeImagesWrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.ironeImages {
    flex: 0 0 33%;
    -ms-flex: 0 0 32%;
    padding: 5px;
}
.ironeFAQ {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 10px;
}
.ironeFAQ h1 {
    text-transform: uppercase;
    text-align: center;
}
.FAQ {
    border-top: 2px solid #D3D3D3;
}
.FAQ h3 {
    display: inline-block;
}
.FAQ .fa-plus {
    font-size: 18px;
    border: 1px solid black;
    padding: 4px;
    float: right;
    margin-top: 17px;
}
.FAQ p {
    display: none;
    padding: 10px 20px;
    background-color: #D3D3D3;
}
.disclaimerModal {
    position: fixed;
    background: white;
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px 10px;
    top: 50px;
    max-height: 70vh;
    overflow: auto;
    max-width: 650px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9999999999;
}
.disclaimerModal .topbar {
    float: right;
    width: fit-content;
    min-height: 22px;
    background-color: white;
}
.disclaimerModal .topbar:hover, .disclaimerOpen:hover {
    color: #f60;
    cursor: pointer;
}
.disclaimerModal .topbar span {
    padding: 0 3px;
}
.disclaimerModal .topbar .fa-window-close {
    font-size: 20px;
}
.disclaimerContent h1 {
    text-transform: uppercase;
}
.disclaimerModal .disclaimerContent {
    padding: 20px 50px;
}
.disclaimerModal .disclaimerContent ol {
    padding-left: 20px;
}
.disclaimerModal li {
    margin: 15px 0;
    font-size: 14px;
}
.disclaimerOpen {
    font-size: 12px;
}
.hidden {
    display: none;
}

@media (max-width: 767px) {
    .ironeHeader h1 {
        padding-top: calc(99px + (265 - 99) * ((100vw - 320px) / (768 - 320)));
        font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (768 - 320)));
        color: #f60;
        text-shadow: 2px 2px black;
    }
    .ironeModels ul {
        padding-left: 15px;
    }
    .ironeModels, .ironeStyling {
        display: block;
    }
    .ironeModels h2, .ironeModels h4, .ironeStyling h2, .ironeFeatures h4 {
        text-align: center;
    }
    .ironeFeatures {
        margin: 15px 5px;
    }
    .ironeFeatures img {
        display: block;
        margin: 0 auto;
    }
    .ironeImagesWrapper {
        justify-content: space-around;
    }
    .ironeImages {
        flex: 0 0 50%;
        -ms-flex: 0 0 48%;
    }
    .ironeFAQ {
        width: 100%;
        padding: 0 20px 10px;
    }
    .FAQ h3 {
        width: 90%;
        display: inline-block;
    }
    .FAQ .fa-plus {
        float: none;
        margin-top: 0;
    }
    .disclaimerModal {
        max-width: calc(100vw - 20px);
        top: 130px;
    }
    .disclaimerModal .disclaimerContent {
        padding: 20px;
    }
    .disclaimerModal .topbar {
        position: fixed;
        right: 20px;
    }
    .carousel-indicators {display:none !important;}
}

@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;
    }
}

/*new blurb banner style - CH 10-22-2020 client request*/
.blurbBanner span {
    transform: none;
    left: 0;
    top: -18px;
font-weight:bold;
}
.widget-FeaturedVehicles .blurbBanner span {
    top: 110px;
    left: 0;
}

/*vdp payment styling - CH 10-23-2020 client request*/
#vdp-container h3 {
    color: #f58220;
    /* -webkit-text-stroke: 1px rgba(0,0,0,0.5); */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}