body {
    font-family: 'Montserrat', sans-serif;
    color: white;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/27b94bd9-e726-41bc-bc68-cbbffde66c34/background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/27b94bd9-e726-41bc-bc68-cbbffde66c34/background-2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}

.topSection .container {
    width: 1470px;
}

.topSection {
    /* background-color: rgb(0 0 0 / 75%); */
    padding: 3% 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/edcf2891-c989-40ca-8dbf-e6a7b31ceb95/Black_Willie_G_on_Black-2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.home-about-section {
    background-color: white;
}

.modelsSection {
    position: relative;
    z-index: 4;
    margin-top: 0!important;
    padding-bottom: 2%;
}

.modelsSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/3453e75d-5963-43d5-9b0e-3532b9943924/white-textured-background.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page,
#vdp-container,
#promotions-page,
#thankyou-page {
    background-color: rgba(0, 0, 0, 0.80);
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.page-background > div {
    margin-top: 0;
}


.serv-box,
.parts-box,
.mc-box,
.about-box,
.map-box,
.employment-box,
.newsletter-box,
.donations-box,
.rewards-box,
.performance-box,
.christmas-box {
    background-size: cover;
    background-position: 0 0px;
    text-align: center;
    position: relative;
}

.serv-box {
    background-image: url(https://psmfirestorm.blob.core.windows.net/ec02b802-43ca-456e-9525-7b468b702cab/service-header-2.jpg);
}

.parts-box {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b5976043-c5f6-49b1-8350-f32876fc0d40/parts-header-2.jpg);
}

.mc-box {
    background-image: url(https://psmfirestorm.blob.core.windows.net/0c8323e9-a8a4-493d-a5dd-a293dfede1c1/mc-header-2.jpg);
}

.performance-box {
    background-image: url(https://psmfirestorm.blob.core.windows.net/36cd0f5a-b99d-4bd9-b554-9d4fbbbecf8e/performance-header.jpg);
}

.about-box {
    background-image: url(https://psmfirestorm.blob.core.windows.net/fc923a25-308d-4d57-9426-55957223a00b/about-header-2.jpg);
}

.map-box {
    background-image: url(https://psmfirestorm.blob.core.windows.net/ccccd1a7-bccb-4530-83a8-1be62fb9298d/map-header.jpg);
}

.christmas-box {
    background-image: url(https://psmfirestorm.blob.core.windows.net/ccaf2ec7-1979-42fa-9ae9-51e803d25c54/christmas-header.jpg);
}

.employment-box {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b82b0ce7-3b5e-4683-b9bf-0655972afa66/employment-header.jpg);
}

.newsletter-box {
    background-image: url(https://psmfirestorm.blob.core.windows.net/cf64cef3-2365-45a5-91ba-60a3beedb851/newsletter-header.jpg);
}

.donations-box {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e88aacc4-76bc-4ab0-8cdb-c501fae704b2/donations-header.jpg);
}

.rewards-box {
    background-image: url(https://psmfirestorm.blob.core.windows.net/528c76c9-5525-46e8-be92-30a8ca0360e3/rewards-header.jpg);
}




.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #ff9b58;
}

.reviewsSection {
    margin-top: 0!important;
    padding: 0;
}

.latestReviews {
    background-color: black;
    margin: 8% 0;
    padding: 15px;
    border-radius: 8px;
}

.latestReviews h2 {
    text-align: center;
    font-size: 50px;
}

.review-customer-image {
    background-color: black;
}

.reivew-name {
    color: black;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 23em;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 260px;
}

.widget-Reviews .single-item-slider .item .item-inner {
    padding: 5px;
}






/* HEADER */

header.body {
    margin-bottom: 0;
}

.headerbackground {
    background-color: black;
}

.headercontainer {
    display: flex;
    width: 748px;
    margin: auto;
    padding: 25px 10px;
    align-items: center;
    color: white;
}

.headercontainer a {
    color: #ff6600;
}

.headerblock {
    flex: 0 0 25%;
}

.headerlogo {
    flex: 0 0 50%;
    text-align: center;
}

.headerblock .dealer-address {
    display: block;
}

.headerblock .dealer-phone {
    display: block;
    font-family: 'rajdhani', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 7px;
}

span.phoneCTA {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
}

.headerblock:nth-child(3) {
    text-align: right;
}

.headersocial {
    display: flex;
    justify-content: flex-end;
    margin-top: -6px;
}

.headersocial a {
    padding: 1px 0px;
    font-size: 22px;
    background: linear-gradient(to right, rgb(191, 191, 188) 0%,rgba(242,242,242,1) 50%,rgb(196, 196, 192) 100%);
    margin-left: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 5px;
    color: black;
}

.headersocial a:hover {
    color: #ff6600;
}

.header-text {
    margin-top: 13px;
    display: block;
    font-size: 16px;
}

.header-text span {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
}





/* NAVIGATION */

#main-nav {
    background-color: #fff;
}

@media (min-width: 768px) {
.social-media-icons {
    font-size: 28px;
    padding-top: 6px;
    display: none; }
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
    padding: 6px 0; }
}

.navbar-nav>li>a {
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    color: black;
}

.navbar-nav>li>a:after {
    content: '';
    width: 2px;
    height: 33px;
    position: absolute;
    background-color: #d8d8d8;
    right: -2px;
    top: 8px;
}

.navbar-nav>li:last-child>a:after {
    display: none;
}

.navbar-right {
    display: none;
}

.dropdown-menu {
    z-index: 2040;
}




/* CONTENT */

.homeSlider {
    margin-top: 25px;
}

.models-section {
    background-color: white;
    margin-top: 0px!important;
    padding: 1% 0;
}

.familywrapper {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: auto;
    padding: 10% 0 2%;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-end;
}

.familyblock {
    text-align: center;
    padding: 10px;
    z-index: 2;
}

.familywrapper h2 {
    position: absolute;
    font-size: 22vw;
    top: -13%;
    margin: 0;
    color: rgba(0, 0, 0, 0.07);
    z-index: 0;
}

.familyWrapper > h2 {
    text-align: center;
    font-size: 300px;
    margin: 0;
    color: rgb(255 255 255);
    filter: drop-shadow(2px 4px 6px black) opacity(0.5);
}

.familyContainer {
    display: flex;
    justify-content: space-between;
    width: 1470px;
    margin: -184px auto 30px;
    align-items: flex-end;
    position: relative;
    text-align: center;
}

.familyBlock {
    flex: 0 0 20%;
}

.familyBlock h3 {
    margin-bottom: 5px;
    font-size: 25px;
}

.familyWrapper > div > div > div {
    display: flex;
    justify-content: center;
}

.familyWrapper > div > div > div a {
    background-color: black;
    padding: 5px 10px;
    text-transform: uppercase;
    color: white;
    position: relative;
}

.familyWrapper > div > div > div a:nth-child(1):before {
    content: '';
    width: 1px;
    height: 50%;
    background-color: #cbcbcb;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.familyblock h3 {
    margin-bottom: 0;
    position: relative;
    width: max-content;
    margin: 10px auto 2px;
}

.familyblock h3:after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #d8d8d8;
    position: absolute;
    right: -26px;
    top: 11px;
}

.familyblock h3:before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #d8d8d8;
    position: absolute;
    left: -26px;
    top: 11px;
}

.familyblock a {
    text-decoration: none;
}

.familynou {
    background-color: #d8d8d8;
    text-transform: uppercase;
    padding: 3px 7px 4px;
    color: black;
    font-size: 12px;
    border: 1px solid #969696;
}

.familynou:nth-child(2) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.familynou:nth-child(3) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.familynou:last-child {
    border-left: none;
}

.familynou:hover {
    background-color: black;
    color: white;
}

.familyblock img {
    filter: grayscale(1) drop-shadow(0px 0px 20px #fff);
    transition: .3s;
    max-height: 166px;
}

.familyblock:nth-child(6) a img {
    max-height: 200px;
}

.familyblock:hover img {
    transform: translateY(-10px);
    filter: grayscale(0);
}

.h-button-container {
    background-color: rgba(0, 0, 0, 0.75);
    background-image: url(https://psmfirestorm.blob.core.windows.net/edcf2891-c989-40ca-8dbf-e6a7b31ceb95/Black_Willie_G_on_Black-2.jpg);
    background-attachment: fixed;
    padding: 5% 1%;
}

.h-button-wrapper, 
.btnContainer {
    display: flex;
    justify-content: space-around;
    margin: auto;
    padding: 3% 0;
    flex-wrap: wrap;
}

.h-button-wrapper img,
.btnContainer img {
    width: 100%;
}

.h-button-wrapper a,
.btnContainer a {
    position: relative;
    flex: 0 0 28%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/ab95c83d-64db-469c-b36d-6f49c7bfa5cd/button-background-chrome.jpg);
    padding: 1.3%;
    border-radius: 8px;
    box-shadow: 2px 2px 2px black;
    background-size: cover;
}

.btnContainer a {
    flex: 0 0 23%;
}

.btnContainer a:before, 
.btnContainer a:after, 
.btnContainer div:before, 
.btnContainer div:after {
    background-image: url(https://psmfirestorm.blob.core.windows.net/bc143162-c9e8-4e0f-ae40-b29b586ea6b0/rivet.png);
    content: '';
    position: absolute;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    left: 6px;
    top: 6px;
    filter: drop-shadow(2px 2px 2px black);
}

.btnContainer h3 {
    font-size: 43px;
    position: relative;
}

.btnContainer div:before, 
.btnContainer div:after {
    left: unset;
    right: 8px;
}

.btnContainer div:before {
    top: 6px;
}

.btnContainer div:after {
    top: unset;
    bottom: 6px;
}

.btnContainer a:after {
    top: unset;
    bottom: 6px;
}

@media (max-width: 767px) {
.h-button-wrapper a {
    border-radius: 2px; }
}

.h-button-wrapper a:hover,
.btnContainer a:hover {
    text-decoration: none;
    transform: scale(1.1);
}

.h-button-wrapper h3:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/bc143162-c9e8-4e0f-ae40-b29b586ea6b0/rivet.png);
    content: '';
    position: absolute;
    background-size: 100% 100%;
    width: 3%;
    height: 11%;
    left: 1%;
    top: 3%;
    filter: drop-shadow(2px 2px 2px black);
}

.h-button-wrapper h3:after {
    background-image: url(https://psmfirestorm.blob.core.windows.net/bc143162-c9e8-4e0f-ae40-b29b586ea6b0/rivet.png);
    content: '';
    position: absolute;
    background-size: 100% 100%;
    width: 3%;
    height: 11%;
    right: 1%;
    top: 3%;
    filter: drop-shadow(2px 2px 2px black);
}

.h-button-wrapper h3,
.btnContainer h3 {
    font-size: 3.5vw;
    color: white;
    text-shadow: 2px 2px 2px black;
    margin: 0;
}

.btnContainer h3 {
    font-size: 43px;
    position: relative;
}

.h-button-wrapper h5,
.btnContainer h5 {
    margin: 0;
    font-size: 1.2vw;
    color: #f60;
    text-shadow: 1px 1px 1px black;
}

.h-button-wrapper h5:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/bc143162-c9e8-4e0f-ae40-b29b586ea6b0/rivet.png);
    content: '';
    position: absolute;
    background-size: 100% 100%;
    width: 3%;
    height: 11%;
    left: 1%;
    bottom: 3%;
    filter: drop-shadow(2px 2px 2px black);
}

.h-button-wrapper h5:after {
    background-image: url(https://psmfirestorm.blob.core.windows.net/bc143162-c9e8-4e0f-ae40-b29b586ea6b0/rivet.png);
    content: '';
    position: absolute;
    background-size: 100% 100%;
    width: 3%;
    height: 11%;
    right: 1%;
    bottom: 3%;
    filter: drop-shadow(2px 2px 2px black);
}

.btnContainer {
    text-align: center;
    padding: 0;
}

.btnContainer .fa {
    width: 32px;
    height: 32px;
    background-color: black;
    border-radius: 50%;
    font-size: 19px;
    padding: 5px 0;
    position: relative;
}

.btnContainer .fa:after {
    content: '';
    width: 38px;
    height: 38px;
    border: 1px solid #ff6600;
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 50%;
}

.home-about {
    display: flex;
    width: 1170px;
    margin: 60px auto 0;
}

.home-block:first-child {
    flex: 0 0 57%;
    margin: 5% -2% 0 0;
    background-color: black;
    height: max-content;
    position: relative;
    box-shadow: 3px 3px 7px black;
    padding: 0 10px;
}

.home-block h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    letter-spacing: 7px;
    margin-bottom: 0;
    color: #7b7b7b;
}

.home-block img {
    width: 100%;
}

.home-block h1, .home-block h3 {
    text-align: center;
}

.home-block h1 {
    color: #ff6600;
    border-bottom: 1px solid gray;
    width: max-content;
    margin: 0 auto 1%;
    padding: 0 25px;
    font-size: 50px;
}

.pageheader {
    position: relative;
    padding: 7% 11%;
}

.pageheader h1 {
    margin: 0;
    font-size: 6vw;
    color: white;
    border-bottom: 5px solid white;
    text-shadow: 3px 3px 3px black;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 8px;
}

.mcButtons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mcButtons a {
    margin: 10px;
}

.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: #e8e8e8;
    border-color: #cccccc;
}

#employees-team-page .page-title {
    text-align: center;
    font-size: 50px!important;
}

.department .employee .name p {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Rajdhani', sans-serif;
}

.about-pic {
    float: right;
    width: 45%;
    border-radius: 8px;
    margin: 0 0 10px 10px;
}

.mapandhourstbl td:first-child {
    text-align: left;
}

.mapandhourstbl td:last-child {
    text-align: right;
    padding-left: 20px;
}

.photo {
    height: 275px;
    width: 100%;
}

.department .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.department .employee .job p {
    margin-bottom: 0;
}

.modal {
    z-index: 105090;
}

@media (min-width: 768px) {
img.rewardsPic {
    float: right;
    width: 40%;
    padding: 0 0 15px 15px;
}
}

.siteSearch {
    width: 100%;
    margin: 5% auto;
    display: flex;
    max-width: 600px;
}

.siteSearch .form-control {
    background-color: white;
    margin: 0;
    padding: 21px 15px;
    border: 2px solid white;
    border-radius: 4px 0 0 4px;
    color: black;
}

.siteSearch .btn-primary {
    margin: 0;
    border-radius: 0 4px 4px 0;
}




/* FLEX FINANCING */
#flexFinancing {
    background-color: white;
    padding: 15px;
    color: black;
}

#flexFinancing > div {
    padding: 30px 15px;
}

#flexFinancing .heroSection {
    display: flex;
    align-items: center;
}

#flexFinancing span.disclaimer-tag {
    font-size: 8px;
    vertical-align: super;
    padding-left: 2px;
}

#flexFinancing .disclaimers {
    font-size: 10px;
}

#flexFinancing .heroSection > div:nth-child(2) {
    padding: 15px;
    flex: 0 0 50%;
}

#flexFinancing .eyebrow {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
}

#flexFinancing .heroSection h1 {
    margin-top: 5px;
}

#flexFinancing .flexBenefits {
    background-color: #eeeeee;
    margin: 25px 0;
}

#flexFinancing h2 {
    position: relative;
    margin-top: 0;
}

#flexFinancing span.hash {
    width: 50px;
    height: 3px;
    background-color: #ff6600;
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 9px;
}

#flexFinancing .flexBenefits > div {
    display: flex;
    justify-content: space-between;
}

#flexFinancing .flexBenefits > div > div {
    flex: 0 0 32%;
    background-color: white;
    padding: 15px;
}

#flexFinancing .compare table td {
    padding: 15px;
}

#flexFinancing .btn-primary {
    margin: 10px auto;
    display: block;
    width: max-content;
}

@media (max-width: 767px) {
#flexFinancing .heroSection,
#flexFinancing .flexBenefits > div {
    flex-flow: column;
}

#flexFinancing .heroSection > div:nth-child(2) {
    padding: 15px 0;
}

#flexFinancing .flexBenefits > div > div {
    margin: 15px 0;
}

#flexFinancing .compare table td {
    padding: 5px;
}
}

.performanceLogos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: white;
    align-items: center;
}

.performanceLogos .screaminEagle {
    flex: 0 0 50%;
}

.performanceLogos div {
    flex: 0 0 20%;
    padding: 10px;
}







/* FEATURED INVENTORY */

.single-item-slider .slider-control {
    top: 21%;
}

.featured-section {
    padding: 8% 0;
}

.single-item-slider .slider-outer {
    height: 394px;
}

.single-item-slider .slider-inner .item {
    width: 335px;
}

.single-item-slider .img-container {
    height: 225px;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: none;
}

.single-item-slider .item-detail .price {
    padding: 0;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
    color: #ff6600;
    font-size: 30px;
}

.featuredInventory h2 {
    padding: 20px 0 0;
    text-align: center;
    font-size: 50px;
}

.single-item-slider .item-detail .name {
    color: black;
}

.featuredInventory {
    background-color: black;
    border-radius: 8px;
}

@media (max-width: 767px) {
.featuredInventory {
    background-color: transparent; }
}






/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #2b2b2b;
    padding: 10px;
    border-radius: 8px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
    color: #ff6600;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.form-control {
    background-color: black;
    border: none;
    margin: 5px 0;
    color: white;
    font-size: 14px!important;
}

.btn-primary {
    color: #ff6600;
    background-color: #000000;
    border: 2px solid white;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 15px;
    letter-spacing: 1px;
    font-weight: 700;
    display: inline-block;
    margin: 10px 0 0;
    transition: .3s;
}

.btn-primary:hover {
    color: #ff6600;
    background-color: white;
    border-color: white;
}

.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: #ff6600;
    background-color: white;
    border-color: white;
}

.btn-sec {
    display: block;
    margin: auto;
    width: max-content;
}

#Form1038 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    padding: 0 5px;
}

#Form1038 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0 5px;
}

.inquiryformcontainer {
    background-color: #2b2b2b;
    border-radius: 8px;
    font-size: 15px;
}

.vdpinquiryheader {
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #ff6600;
    margin-bottom: -18px;
    text-align: center;
}

#vdp-container #locations-accordions-box {
    display: none;
}

.locationBox {
    background-color: #2b2b2a;
    border-radius: 8px;
}

.locationBox h3 {
    margin: 0 0 10px;
}

#ModalVehicleInquiry {
    background: #2b2b2b;
    border: 2px #ff6600 solid;
    z-index: 44444;
}

#ModalVehicleInquiry .vdpinquiryheader {
    text-align: left;
}

#FilterQuickSearch {
    margin: 0;
}







/* INVENTORY */

.inventory-container .toolbar {
    border-color: #777;
    background-color: #666;
    color: #fff;
}

.inventory-container .vehicle {
    border-color: transparent;
    transition: .3s;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
}

.inventory-container .vehicle .title a {
    color: black;
}

.inventory-container .btn {
    color: #fff;
    text-shadow: 0 1px 1px #585858;
    border-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.25);
    border-bottom-color: #696969;
    background-image: linear-gradient(to bottom, #919191, #575757);
    background-repeat: repeat-x;
}

.inventory-container .btn:hover,
.inventory-container .btn:focus {
    background-position: 0 -25px;
    color: #fff;
}

.inventory-container .btn:hover,
.inventory-container .btn:focus,
.inventory-container .btn:active,
.inventory-container .btn.active,
.inventory-container .btn.disabled,
.inventory-container .btn[disabled] {
    background-color: #888;
}

.filters-container .panel-body li {
    color: #ccc;
}

#filters-box li label {
    color: #fff;
}

#filters-box .panel-heading {
    border-bottom: none;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    background-color: #2b2b2b;
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: white;
}

.inventory-container .vehicle .price {
    font-size: 26px;
    text-align: center;
    padding-right: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
}

.inventory-container .vehicle .price-box {
    background-color: #2b2b2b;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.inventory-container .vehicle .thumb {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.panel {
    background-color: #2b2b2a;
}

.panel-default {
    border-color: #696969;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #000000;
    border-color: #ddd;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.list-group-item {
    border: 1px solid #464646;
}

.specs-panel .list-group-item {
    background: #000;
    color: #fff;
}

.specs-panel.panel-body {
    background-color: #2b2b29;
    color: #fff;
}


.mcform .form-header-text {
    font-size: 24px;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(48,48,48,1) 100%);
    text-align: center;
}

.footerbackground {
    background-color: black;
}

.footercontainer {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    color: white;
    padding: 15px 15px 30px;
    flex-direction: column;
    text-align: center;
}

.footerlinkblock a {
    display: block;
    padding: 17px 0;
}

.h-mapwrapper {
    position: relative;
    padding-bottom: 150px;
}

.h-mapwrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footertable tr {
    border-bottom: 1px solid #515151;
}

.footertable td {
    padding: 1px;
}

.footer-hog img {
    max-width: 175px;
}

.footersocial {
    display: flex;
    justify-content: center;
}

.footersocial a {
    font-size: 25px;
    padding: 0 25px 10px;
    width: 75px;
}

.footerinnerblock .dealer-phone {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    margin: 15px 0 20px;
    display: block;
}

.footerinnerblock .btn.btn-primary {
    display: block;
    width: max-content;
    margin: 10px auto;
}

.footer-text {
    margin-top: 13px;
    display: block;
    font-size: 18px;
}

.footer-text span {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
}

.footertable {
    margin: 0 auto;
}

.footer-block .w3-red.btn {
    background-color: #ff6600;
    color: white;
    position: relative;
    z-index: 3;
}

.footer-block .w3-red.btn:after {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #ff6600;
    position: absolute;
    bottom: -9px;
    left: 38%;
    transform: rotate(45deg);
    z-index: -1;
}

.footer-block .tablink {
    background-color: #3a3a3a;
    margin: 0 10px 14px 0;
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
    font-size: 18px;
    padding: 2px 10px;
}

.footer-block .btn.active.focus, .footer-block .btn.active:focus, .footer-block .btn.focus, .footer-block .btn:active.focus, .footer-block .btn:active:focus, .footer-block .btn:focus {
    outline: none;
}

.footer-block .btn.focus, .footer-block .btn:focus, .footer-block .btn:hover {
    color: #c8c8c8;
}

a.ssLink {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-right: 15px;
}

a.ssLink h4 {
    margin: 0 10px 0 0;
}

a.ssLink img {
    max-width: 175px;
}










.promotion-item {
    margin: 30px auto 0;
}

.promotions-list {
    margin-bottom: 0;
}

#promotions-page {
    padding-bottom: 0;
}


/* 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;
    width: 95%;
}
.FAQ .fa-plus {
    font-size: 18px;
    border: 1px solid black;
    padding: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.FAQ p {
    display: none;
    padding: 10px 20px;
    background-color: #D3D3D3;
}
.FAQ .question {
    position: relative;
}
.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;
    }
    .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;
    }
}

.siteSearch-M button {
    height: 34px;
    margin-top: 5px !important;
}

@media (max-width: 767px) {
    header.body {
        height: 64px;
    }
    .headerbackground, .headerbackground img {
        display: none;
    }
    #main-nav {
        background-color: black;
        position: fixed;
        width: 100%;
        z-index: 2040;
    }
    #main-nav .navbar-nav>li>a {
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #main-nav .dropdown-menu>li>a {
        color: white;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    #main-nav-collapse {
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }
    .home-block h1 {
        font-size: 6vw;
    }
    .familywrapper h2 {
        top: -1%;
    }
    .h-button-wrapper h5 {
        font-size: 3vw;
    }
    .featuredinventory > .widget-inner, .mappage > .widget-inner {
        margin-top: 0 !important;
    }
    .single-item-slider .slider-outer {
        height: 240px;
    }
    .single-item-slider .slider-inner .item {
        width: 215px;
    }
    .homeAbout {
        margin-bottom: 20px; 
    }
    .home-about {
        flex-direction: column;
    }
    .home-block:first-child {
        order: 2;
    }
    .featured-section {
        padding: 30px 0;
    }
    #inventory-page, .page-background > div, #calendar-page, #employees-team-page, #vdp-container, #promotions-page {
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0;
    }
    #filters-modal {
        top: 70px; 
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        top: 70px;
    }
    #ModalVehicleInquiry .vdpinquiryheader {
        font-size: 24px;
    }
    .promotions-list > div {
        padding: 15px 15px 0 15px !important;
    }
    .about-pic {
        float: none;
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 10px;
    }
    .department .employee {
        max-width: 250px;
    }
    .department .employee .job p {
        font-size: 18px;
    }
    .maptext {
        text-align: center;
    }
    .maptext .dealer-name {
        font-size: 7.5vw;
    }
    .maptext h3 {
        font-size: 6vw;
    }
    .mapandhourstbl {
        margin: 0 auto;
        width: 290px;
    }
}

@media (min-width: 768px) {
    .familywrapper, .footercontainer {
        width: 748px;
    }
    .familywrapper {
        flex-wrap: nowrap;
    }
    .familynou {
        font-size: 10px;
    }
    .featured-section {
        padding: 4% 0;
    }
    .homeslider {
        margin-top: 30px;
    }
    .featuredinventory .single-item-slider .slider-outer {
        height: 245px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 212px;
    }
    .home-block h1 {
        font-size: 24px;
        padding: 0 15px;
    }
    .home-block h3 {
        margin-top: 5px;
    }
    .home-block:first-child {
        flex: 0 0 33%;
        margin: 1% -2% 1% 0;
    }
    .home-block p {
        font-size: 12px;
    }
    .h-mapwrapper {
        padding-bottom: 15%;
    }
    .fullpageform {
        margin-top: 30px;
    }
    .serviceform .form-header-text {
        font-size: 26px;
    }
    .mcButtons a {
        margin: 20px 15px;
    }
    #Form1038 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
        width: 50%;
        display: inline-block;
    }
    header.body {
        position: fixed;
        width: 100%;
        z-index: 20000;
    }
    #content-container {
        padding-top: 206px;
    }
}

@media (min-width: 992px) {
    .familywrapper, .footercontainer, .headercontainer {
        width: 972px;
    }
    .footercontainer {
        flex-direction: row;
        text-align: left;
    }
    .familynou {
        font-size: 12px;
    }
    .footersocial {
        justify-content: flex-start;
    }
    .footersocial a {
        padding: 0 10px 10px;
        width: auto;
    }
    .footerlinkblock a { 
        padding: 0;
    }
    .footerinnerblock .btn.btn-primary {
        margin: 10px 0 0 0;
    }
    .featured-section {
        padding: 8% 0;
    }
    .homeslider {
        margin-top: 0;
    }
    .header-text {
        font-size: 18px;
    }
    .header-text span {
        font-size: 20px;
    }
    .featuredinventory .single-item-slider .slider-outer {
        height: 235px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 152px;
    }
    .featuredinventory .single-item-slider .item .item-inner {
        padding-bottom: 8%;
    }
    .featuredinventory .single-item-slider .item-detail .price {
        font-size: 16px;
    }
    .home-block h1 {
        font-size: 42px;
        padding: 0 25px;
    }
    .home-block:first-child {
        flex: 0 0 43%;
    }
    .home-block h3 {
        margin-top: 20px;
    }
    .home-block p {
        font-size: 14px;
    }
    .h-mapwrapper {
        padding-bottom: 10%;
    }
    .inventory-container .vehicle .price {
        font-size: 24px;
    }
    #vdp-container #locations-accordions-box {
        display: block;
    }
    .serviceform .form-header-text {
        font-size: 30px;
    }
    .mcButtons a {
        margin: 25px;
    }
}

@media (min-width: 1200px) {
    .familywrapper, .footercontainer {
        width: 1180px;
    }
    .headercontainer {
        width: 1140px;
    }
    #main-nav .nav>li>a {
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .featuredinventory .single-item-slider .slider-outer {
        height: 226px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 241px;
    }
    .featuredinventory .single-item-slider .item .item-inner {
        padding-bottom: 12%;
    }
    .featuredinventory .single-item-slider .item-detail .price {
        font-size: 24px;
    }
    .home-block h1 {
        font-size: 50px;
    }
    .home-block:first-child {
        flex: 0 0 57%;
        margin: 5% -2% 0 0;
    }
    .h-mapwrapper {
        padding-bottom: 7%;
    }
    .inventory-container .vehicle .price {
        font-size: 26px;
    }
    .mcButtons {
        justify-content: space-between;
    }
    .mcButtons a {
        margin: 10px 0;
    }
    .mcform .form-header-text {
        font-size: 30px;
    }
}


.newmodelswidget, .newmodelswidget h4, .newmodelswidget h2 {
    font-family: FreedomMachine;
} 

.newmodelswidget h2 {
    text-align: center;
}

.newmodelswidget p {
    font-size: 20px;
}

.newModelsContainer {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.newmodelblock {
    background: white;
    color: black;
    text-align: center;
    flex: 0 0 45%;
}

.newmodelblock h4 {
    font-size: 34px;
}

#Form1226 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(12) h4 {
    display: none;
}

#Form1226 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(12) label {
    font-size: 11px;
}

@media (max-width: 767px) {
    .newModelsContainer {
        flex-direction: column;
    }
    .newmodelblock {
        max-width: 545px;
        margin: 0 auto 20px;
    }
}

@media (min-width: 768px) {
    #Form1226 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
        width: 50%;
        display: inline-block;
        padding: 0 5px;
    }
    #Form1226 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(n+6):nth-child(-n+9)  {
        width: 25%;
        display: inline-block;
        padding: 0 5px;
    }
    .newmodelswidget {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    #Form1226 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(10) .col-sm-12 > div {
        width: 33%;
        display: inline-block;
    }
}






@media (max-width: 767px) {
.familyblock {
    flex: 0 0 50%;
}

.familynou {
    font-size: 10px;
}
}





/* -------- Learn To Ride -------- */

.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/18fd8992-b596-4ed4-ae4a-cddcd1a87dc9/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: calc(38% + (80 - 38) * ((100vw - 320px) / (768 - 320))) 15px 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/2cbbb289-b1b2-4086-a873-004d479db743/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: 22%;
  }
}
@media (min-width: 992px) {
  .academyLTR .learn-to-ride .dst-riders-content {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  .academyLTR .learn-to-ride .dst-riders-content {
    padding-top: 30px;
    background-position: center -80px;
  }
}
.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 #000;
}
.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 {
  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%;
  }
}
.academyLTR .learn-to-ride .course-info > h2 span {
  display: block;
  line-height: 40px;
  font-size: calc(31px + (38 - 31) * ((100vw - 320px) / (768 - 320)));
}
@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: #000;
  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: calc(21px + (24 - 21) * ((100vw - 320px) / (768 - 320)));
  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%;
    }
}






@media (max-width: 1499px) {
.topSection .container,
.familyContainer {
    width: 1170px;
}

.btnContainer h3 {
    font-size: 33px;
}

.familyBlock h3 {
    font-size: 20px;
}

.familyWrapper > h2 {
    font-size: 260px;
}

.single-item-slider .slider-inner .item {
    width: 351px;
}

.btnContainer h3:before, 
.btnContainer h3:after {
    right: -8px;
}

.btnContainer h3:before {
    top: -43px;
}

.btnContainer h3:after {
    bottom: -27px;
}
}




@media (max-width: 1199px) {
.topSection .container,
.familyContainer,
.home-about {
    width: 970px;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 15px 12px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.single-item-slider .img-container {
    height: 180px;
}

.familyBlock h3 {
    font-size: 16px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 282px;
}

.btnContainer h3 {
    font-size: 26px;
}

.btnContainer a:before, 
.btnContainer a:after, 
.btnContainer div:before, 
.btnContainer div:after {
    width: 8px;
    height: 8px;
}

.btnContainer h3:before {
    top: -40px;
}

.btnContainer h3:after {
    bottom: -21px;
}

.familyWrapper > h2 {
    font-size: 223px;
}

.familyContainer {
    margin: -145px auto 30px;
}

.single-item-slider .slider-control {
    top: 12%;
}

a.ssLink img {
    max-width: 150px;
}
}





@media (max-width: 991px) {
.topSection .container,
.familyContainer,
.home-about {
    width: 740px;
}

#main-nav .nav > li > a {
    padding: 15px 8px;
}

.familyContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.familyWrapper > h2 {
    font-size: 180px;
}

.familyBlock {
    flex: 0 0 32%;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 212px;
}

.btnContainer h3 {
    font-size: 20px;
}

.btnContainer h3:before {
    top: -37px;
}

.btnContainer h3:after {
    bottom: -14px;
}

.btnContainer h3:before, 
.btnContainer h3:after {
    right: -2px;
}

.single-item-slider .slider-inner .item {
    width: 208px;
}

.single-item-slider .img-container {
    height: 122px;
}

.single-item-slider .item-detail .price {
    font-size: 23px;
}

.single-item-slider .slider-outer {
    height: 265px;
}

.familyContainer {
    margin: -121px auto 30px;
}

.familyBlock h3 {
    font-size: 20px;
}

a.ssLink {
    justify-content: center;
    margin: 25px auto;
}
}




@media (max-width: 767px) {

.performanceLogos .screaminEagle {
    flex: 0 0 100%;
}

.performanceLogos div {
    flex: 0 0 50%;
}

.topSection .container,
.familyContainer {
    width: 100%;
}

.home-about {
    width: 98%;
}

.familyWrapper > h2 {
    font-size: 24vw;
}

.familyBlock {
    flex: 0 0 49%;
    margin: 15px 0;
}

.btnContainer a {
    flex: 0 0 48%;
    margin-bottom: 15px;
}

.h-button-wrapper h5, 
.btnContainer h5 {
    font-size: 3vw;
}

.btnContainer h3 {
    font-size: 5vw;
}

.featuredInventory h2 {
    font-size: 33px;
}

.btnContainer h3:before, 
.btnContainer h3:after {
    right: 2%;
}

.latestReviews {
    margin: 0;
}

.home-block:first-child {
    margin: 5% 0% 0 0;
}

.footertable td {
    text-align: left;
}

#main-nav .nav > li > a {
    padding: 15px;
    color: white;
    font-size: 16px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

.familyContainer {
    margin: 0 auto 30px;
}

.single-item-slider .slider-inner .item {
    width: 214px;
}

.familyBlock h3 {
    font-size: 6vw;
}

a.ssLink {
    flex-wrap: wrap;
}

.pageheader h1 {
    font-size: 8vw;
    border-bottom: 3px solid white;
    border-radius: 4px;
}

.pageheader {
    margin-top: 0;
}
}





