body { 
    background: #cccccc url("https://psmfirestorm.blob.core.windows.net/7a05f55f-116d-41db-b8e4-dd731de68bed/wood-background.jpg") no-repeat; 
    background-attachment: fixed; 
    background-position: center center; 
    background-size: cover; 
    font-family: 'Play', sans-serif;
    color: #000000;
    background-color: #ffffff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'DINPro-Bold', sans-serif;
    font-weight: unset;
}

#content-container {
    padding-bottom: 30px;
}


a {
    color: #f58220;
    text-decoration: none;
    transition: .2s ease;
}

a:focus, a:hover {
    color: #ff6600;
    text-decoration: none;
}

#home-page .carousel {
    position: relative;
    box-shadow: 0px 0px 10px 0px black;
}

.box3 {
    height: auto;
    width: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/86f2a686-d1ba-4e4f-b422-42da045ec818/lakeview-of-BBF-3.jpg);
    background-size: cover;
    text-align: center;
    position: relative;
    background-position: 0 0px;
}

.btnSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7a05f55f-116d-41db-b8e4-dd731de68bed/wood-background.jpg);
    background-size: cover;
    padding: 30px 0;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/244e1a5c-d937-4149-9c8e-dea079ec758d/bridge-background-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 0!important;
    padding: 60px 0;
}





/* HEADER */

header.body {
    margin-bottom: 0;
}

.headerbackground {
    display: flex;
    justify-content: space-between;
    background-color: white;
    color: black;
    align-items: center;
    padding: 5% 2%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/cd530097-cd69-44e7-9d7e-0539ebf3b49f/header-background-3.jpg);
    background-size: cover;
    background-position: 50% 54%;
    position: relative;
}

.headerbackground:before {
    content: '';
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
    top: 0;
    z-index: 0;
}

.headerbackground:after {
    content: '';
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
}

.headerlogo {
    flex: 0 0 29%;
    position: relative;
}

.headerblock-right {
    position: relative;
    z-index: 444;
    color: black;
    text-align: center;
}

.headerblock-right h5 {
    text-transform: uppercase;
    font-size: 2.5vw;
    margin: 0 0 -5%;
    text-shadow: 0 0 2px white, 1px 1px 1px white;
}

a.dealer-phone.phone-text.header-phone {
    font-size: 3.5vw;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    color: black;
    text-shadow: 0 0 2px white, 1px 1px 1px white;
}

.fax, .headersocial .fax a {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 2.5vw;
    color: #f58220;
    padding: 0 5px;
}

.headersocial .fax:hover {
    color: #f58220;
}

.headerright {
    flex: 0 0 29%;
}

.headerblock-middle {
    text-align: center;
}

.headermiddletop {
    font-size: calc(12px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));
    color: black;
}

.headersocialicons {
    display: flex;
    justify-content: space-around;
    flex: 0 0 24%;
}


.headersocial a {
    font-size: 24px;
    color: black;
    transition: .3s;
}

.headersocial a:hover {
    color: #ff6600;
}

.socialiconswrapper {
    position: fixed;
    left: 0;
    top: 180px;
    display: none;
    z-index: 501;
}

.socialiconscontainer {
    background-color: #f58220;
    width: 55%;
    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;
}






/* NAVIGATION */

#main-nav {
    background-color: black;
    border-top: 3px solid #f58220;
    border-bottom: 3px solid #f58220;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: -3px;
}

.navbar-nav>li {
    float: left;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: calc(15px + (26 - 16) * ((100vw - 300px) / (1600 - 300))); }
}

.navbar-nav>li>a {
    color: white;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #f58220;
}






/* FEATURED VEHICLES */

.single-item-slider .item-detail .name {
    line-height: 121%;
}


.single-item-slider .item:hover {
    border: 3px solid white;
}

.featuredinventory > div, 
.latestReviews > div, 
.upcomingEvents > div {
    border: 2px solid black;
    border-radius: 8px;
    margin-top: 16px;
    background-color: black;
    background-image: url(https://psmfirestorm.blob.core.windows.net/f3c89b41-17ff-49ca-bde3-c1c6485483f2/brushed-metal-bckgrd-2.jpg);
    background-size: cover;
}

.featuredinventory h2, 
.latestReviews h2, 
.upcomingEvents h2 {
    text-align: center;
    color: #000000;
    padding: 5px 9px;
    text-transform: uppercase;
    background-color: white;
    margin: 17px auto;
    border: 3px solid #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 10px black;
    margin-top: -20px !important;
    width: fit-content;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 22em;
}

.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;
    text-transform: uppercase;
    bottom: 0;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: solid 3px rgb(0, 0, 0);
    border-radius: 0px;
    display: block;
    position: relative;
    transition: .3s ease;
}

.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;
}

.single-item-slider .item-detail .name {
    color: black;
}

.eventInfo h4 {
    font-weight: normal;
    color: black;
}

.widget-UpcomingEvents h3 a {
    color: black;
}

.calEvent:hover .calMonth, .calEvent:hover .calDay {
    color: #000000;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
    height: 100%;
    padding-bottom: 15%;
}

.featuredinventorysection, .latestreviewssection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/093b3df7-7419-4974-b85a-8f7e29bf6f54/brushed-metal-bckgrd-3.jpg);
    background-size: cover;
    padding: 2.5% 0% 2%;
    margin-top: 0px!important;
    background-position: center;
}

@media (min-width: 1200px) {
.single-item-slider .slider-inner .item {
    width: 198px; }
} 









/* CONTENT */

.buttonblock {
    background-image: url(https://psmfirestorm.blob.core.windows.net/8b169619-be93-40a7-bf93-0da53b024f95/button-background-2.jpg);
    background-size: cover;
    background: linear-gradient(to bottom, rgb(219, 220, 221) 0%,rgba(205,205,207,1) 33%,rgba(247,247,247,1) 68%,rgba(174,175,177,1) 100%);
    position: relative;
    border: 3px solid;
    margin-bottom: 30px;
}

.buttonblock:before {
    content: '';
    width: 20%;
    border: 5px solid #ffffff;
    position: absolute;
    top: 0;
    transition: .3s ease;
}

.buttonblock:after {
    content: '';
    width: 20%;
    border: 5px solid #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .3s ease;
}

.buttonblock:hover:after, .buttonblock:hover:before {
    transition: .3s ease;
    width: 100%;
}

.buttonblock h2 {
    text-align: center;
    padding: 28px 0px 29px;
    font-size: 43px;
    margin: -1px;
    line-height: 37px;
}

span.button-top {
    font-family: 'Kaushan Script', cursive;
    display: block;
    position: relative;
    z-index: 2;
    font-size: 48px;
    color: black;
}

span.button-btm {
    text-transform: uppercase;
    margin-top: -7px;
    display: block;
    z-index: 1;
    position: relative;
}

.homeaboutwrapper {
    margin-top: -30px;
    margin-bottom: -30px;
}

.homeabout {
    text-align: center;
    padding: 1%;
    position: relative;
    background-color: black;
}

.homeabout h4 {
    font-family: 'Play', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: auto;
    text-align: center;
    background-color: white;
    color: black;
    border-radius: 7px;
    padding: 1%;
}

.homeabout h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 40px;
    margin-bottom: 5px;
    color: #f58220;
    margin-top: 6px;
}

.homeabout p {
    color: white;
}

.modelwrapper {
    /* background-color: black; */
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    /* background-image: url(https://psmfirestorm.blob.core.windows.net/fb4ad85f-cfdd-4fcc-81c2-0f66524fbbdc/lakeview-of-BBF-2.jpg); */
    background-size: cover;
    background-position: center;
    padding: 1%;
    width: 80%;
    margin: auto;
}

.modelblock {
    flex: 0 0 16%;
    padding: 1%;
    text-align: center;
}

.modelblock h4 {
    text-transform: uppercase;
    color: white;
    font-size: 1.5vw;
}

.modeltext a {
    background-color: white;
    text-align: center;
    padding: 1px 5px;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
}

.modeltext a:first-child {
    margin-right: 5%;
}


.homebuttonwrapper {
    display: flex;
    margin-top: -30px;
}

.homebuttonwrapper a {
    flex: 0 0 33.33%;
}

.homebuttonblock h2 {
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-size: 3vw;
    background-color: rgb(255, 255, 255);
    transition: .3s ease;
}

.homebuttonblock {
    padding: 39% 0% 3%;
    transition: .3s ease;
}

.homebuttonblock:hover {
    padding: 8% 0% 34%;
}

.button1 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/18280ce4-b465-44c2-b48b-cd527bc0d451/button-1-x.jpg);
    background-size: cover;
    background-position: center;
}

.button2 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/584df6ff-a44c-413a-ad85-c17b64beeaec/button-2.jpg);
    background-size: cover;
    background-position: center;
}

.button3 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/efcbacde-2b3a-4fc1-84ac-014dfc2e3c14/button-3.jpg);
    background-size: cover;
    background-position: center;
}

.mapwrapper {
    position: relative;
    padding-bottom: 12%;
    flex: 0 0 50%;
    filter: invert(1) grayscale(1);
}

.mapwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapwrapper2 {
    position: relative;
    padding-bottom: 47%;
    filter: invert(1) grayscale(1);
}

.mapwrapper2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homebtnwrapper {
    display: flex;
    justify-content: space-between;
    background-color: white;
    margin-top: -30px;
    padding: 2% 1%;
}

.homebtnwrapper a {
    flex: 0 0 23%;
}

.homebtnblock {
    background-image: url(https://psmfirestorm.blob.core.windows.net/663d8902-41c6-454f-8aaa-09986f30d4ea/boxcar.png);
    background-size: cover;
}

.homebtnblock h2 {
    text-align: center;
    text-transform: uppercase;
    padding: 7% 0% 11.4%;
    font-size: 2vw;
}

.btnWrapper {
    display: flex;
    flex-flow: column;
}

.btnWrapper a {
    position: relative;
    margin-bottom: 4px;
}

.btnWrapper h2 {
    text-transform: uppercase;
    color: black;
    position: absolute;
    top: 25%;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 27px;
}

.pagehdr h1 {
    margin: 0;
    padding: 2.5%;
    text-align: right;
    text-transform: uppercase;
    font-size: 4.5vw;
}

.servicehdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5eb36649-4336-42b5-8da5-494a1e64dcb5/service-header.jpg);
    background-size: cover;
}

.partshdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/99cf726c-ccc7-4584-b634-cad0527f880c/parts-header.jpg);
    background-size: cover;
}

.financinghdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/0a2b57f6-03fd-4cc5-a2d2-9f484b744d63/financing-header.jpg);
    background-size: cover;
}

.motorclotheshdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/bd3c9d09-a36f-4a27-9aa6-6d79d4a4118a/motorclothes-header.jpg);
    background-size: cover;
}

.abouthdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/237e7646-0f7f-4db2-8ed8-664d10704708/about-header.jpg);
    background-size: cover;
}

.maphourshdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/641db7b9-22cd-4cb3-8e66-804bea45c817/maphours-header.jpg);
    background-size: cover;
}

.employmenthdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b418026f-05fe-4652-a457-13a4aaa74402/employment-header-2.jpg);
    background-size: cover;
}

.ridingacahdr {
    background-image: url(https://psmfirestorm.blob.core.windows.net/47d0380f-b83e-4cab-97a4-dfb8d9ccafab/riding-academy-header.jpg);
    background-size: cover;
}

.about-pic {
    float: right;
    border: 5px solid #dbdbdb;
    margin: 0 0 10px 10px;
}

@media (max-width: 767px) {
.about-pic {
    float: none;
    margin: 10px 0; }
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 50px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #f58220;
}

.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: #d6d6d6;
    border-color: #cccccc;
}

.k-pager-wrap>a.k-state-disabled:hover {
    background-color: #a5a5a5;
}

input#FilterQuickSearch {
    margin: 0;
}

table.maphourstable.k-table {
    margin-top: -6px;
}

@media (max-width: 767px) {
.rewardswrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 225px;
    min-width: 390px; }
}

.rewardswrapper iframe,
.textwrapper iframe {
    width: 100%;
}

.department .title {
    color: white;
    text-transform: uppercase;
}

.department-container .department {
    padding: 20px 0px;
    background: #fff;
}

.department .employee {
    background: #dbdbdb;
    border-radius: 0px;
}

.department .employee .name p {
    font-size: 20px;
    font-weight: unset;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
    font-size: 14px;
}

#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;
}







/* INVENTORY */

.widget-FeaturedVehicles .blurbBanner span {
    top: 110px;
    left: 0;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-weight: unset;
    box-shadow: none;
}

.blurbBanner span {
    transform: none;
    font-weight: bold;
}

#vdp-container h3 {
    color: #f58220;
}

.isOnlyFeatured {
    color: white;
    padding: 0 15px;
}

#vehicleList>div {
    margin: 0;
    padding: 15px;
}

div#vehicles {
    background-color: black;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
    border-top: 2px solid #dbdbdb;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    min-height: 41px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.inventory-container .vehicle .price {
    font-size: 25px;
    text-align: center;
    padding-right: 0;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
}

.inventory-container .vehicle .title a {
    color: black;
}

.toolbar.well {
    background-color: black;
    color: white;
    border: 0;
}

.k-pager-wrap {
    background-color: black;
    border: 0;
}

.panel-default>.panel-heading {
    /* color: #f58220; */
    background-color: #dbdbdb;
    border-color: #ddd;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
}

#filters-box .panel-body li {
    color: #000;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #000;
    border: none;
    border-bottom-color: transparent;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
}

.tab-content {
    background-color: black;
    color: white;
}

#ModalVehicleInquiry {
    background: #dbdbdb;
    border: 2px #f58220 solid;
}

.nav-tabs>li>a {
    background-color: #d0d0d0;
}

.searchReturn {
    color: white;
}

.inventory-container .toolbar select {
    color: #f58220;
}






/* FORMS */

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 3px;
}

.form-control {
    margin: 5px 0px;
    font-size: 14px!important;
}

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 6px;
}

.form-header-text {
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    display: block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 5px;
}

.forms-title-section {
    font-size: 18pt;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    display: block;
    text-align: center;
}

#Form598 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form599 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form602 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1012 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    display: inline-block;
    padding: 0px 5px;
}

#Form598 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form599 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form600 > div:nth-child(1) > fieldset > div:nth-child(n+1):nth-child(-n+7),
#Form1012 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0px 5px;
}

#Form602 > div:nth-child(2) > fieldset > div:nth-child(n+6):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
}

#Form598 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form599 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form600 > div:nth-child(2) > fieldset > div:nth-child(n+7),
#Form602 > div:nth-child(2) > fieldset > div:nth-child(8),
#Form1012 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form598 > div:nth-child(1) > fieldset > div:nth-child(10) {
    padding: 0px 5px;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #dbdbdb;
    padding: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #f58220;
    border-color: #ff6600;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    margin: auto;
    display: block;
    font-size: 18px;
    transition: .2s ease;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff6600;
    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: #ff6600;
    border-color: #f58220;
}

/*
#vehicleInquiryForm > fieldset > div.form-actions > button {
    width: 50%;
}

#Form601 > div.form-actions > button {
    width: 30%;
}
*/

.inquiryformcontainer {
    background-color: #dbdbdb;
}

.vdpinquiryheader {
    font-size: 30px;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: -21px;
    margin-top: 0;
}

.locationBox {
    background-color: #dbdbdb;
}

#DealerLocationContainer > label,
#InventoryMapContainer > label {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 25px!important;
    margin-top: 0;
}

.customForm input, 
.customForm textarea {
    font-size: 14px!important;
    margin: 3px 0;
    border: 1px solid #c2c2c2;
    padding: 2px 5px;
}

.customForm [id^=VehicleInquiryViewModel] {
    border: 1px solid #d0d0d0;
    margin: 4px 0px;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
}

.customForm [placeholder="First Name"], .customForm [placeholder="Last Name"] {
    width: 101px;
}

.customForm [placeholder="Zip Code"] {
    width: 70px;
}

.customForm [placeholder="Phone"] {
    width: 106px;
}

.customForm [placeholder="Comments"] {
    width: 100%;
    margin-top: -10px;
}

#ModalVehicleInquiry > a {
    width: 30%;
    margin: 3% auto;
}

#ModalVehicleInquiry .form-header-text {
    text-align: left;
    font-size: 28px;
}

a.promo-link {
    color: #000;
}

a.promo-link:hover {
    color: #909090;
}









/* FOOTER */

.footerbackground {
    background-color: white;
    border-top: 5px solid #f58220;
}

.footercontainer {
    display: flex;
    color: black;
    justify-content: space-around;
    margin: auto;
    padding: 0% 1% 1%;
}

.footercontainer h3 {
    text-transform: uppercase;
}

.footerblock a {
    display: block;
}

.footerblock2 {
    flex: 0 0 22%;
}

.footerhoursblock table td:last-child {
    padding-left: 15px;
}

.dealer-phone.phone-text.footer-phone {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 25px;
    display: block;
}

footer.body .outer-wrapper {
    text-align: center;
    background-color: #fff;
    color: #484848;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footersocial {
    display: flex;
}

.footersocial a {
    font-size: 30px;
    padding: 0px 15px 0px 0px;
}

.footerfax {
    display: flex;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 19px;
    color: #f58220;
}

.footerfax a {
    padding-left: 5px;
    font-size: 19px;
}

@media (max-width: 767px) {
.footersocial {
    justify-content: center; }

.footersocial a {
    font-size: 30px!important;
    padding: 0px 15px; }

.footerhoursblock table {
    margin: auto;
}
}








.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/website-themes/25/images/rockstar-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/website-themes/25/images/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;
}
.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: 5px;
}
.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: 38px;
}
.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;
  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%;
    }
}

 
.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
#privacy-policy,
.custom-page,
#vdp-container,
#creditAppContainer {
    margin-top: 30px;
    background-color: white;
    padding: 15px;
}

.latestReviews,
.upcomingEvents {
    margin-top: 30px;
}

#CustomEventWidget .eventDate {
    background-color: #f58220;
}

.widget-UpcomingEvents>div {
    background-color: transparent;
}


.rinehartHeader {
    color: #f58220;
    text-align: center;
    text-transform: uppercase;
}

.rinehartText {
    font-family: "freedommachinelight";
    font-size: 22px;
}

.rinehartText strong {
    font-family: "freedommachine";
}

.rinehartText ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 420px;
}

.rinehartText li {
    list-style-image: url(https://psmfirestorm.blob.core.windows.net/abdf3547-ed92-41ae-9bb5-1627bfd6bdfb/arrow.jpg);
    width: 45%;
}

.rinehartPage .btn-primary {
    width: fit-content;
}

.rinehartform > div {
    background-color: #dbdbdb;
    padding: 10px;
}

.rinehartform .btn-primary {
    width: fit-content;
}

.blog-posts h3 {
    text-align: center;
    font-size: 6vw;
}

.blog-posts .post, #blog-page .post, .blog-filters {
    background-color: #dbdbdb;
}

.btn-readMore {
    background: #f58220;
}

#blog-page, #blog-detail {
    margin-top: 20px;
}

.blog-content {
    font-size: 1.3em;
}

.widget-UpcomingEvents h3 {
    border-radius: 8px;
}

@media (max-width: 767px) {
    .headerbackground, .headerbackground img {
        display: none;
    }
    #main-nav .navbar-toggle, .dropdown-menu > li > a {
        color: white;
    }
    #main-nav {
        background: black;
        z-index: 1041;
        position: fixed;
        width: 100%;
    }
    #main-nav-collapse {
        max-height: calc(100vh - 64px);
        overflow-y: auto;
    }
    .homebtnwrapper {
        flex-flow: row wrap;
    }
    .homebtnwrapper a {
        flex: 0 0 50%;
        padding: 0% 3%;
    }
    .homebtnblock {
        background-size: contain;
        background-repeat: no-repeat;
    }
    .homebtnblock h2 {
        padding: 7% 0% 14%;
        font-size: calc(11px + (30 - 11) * ((100vw - 320px) / (768 - 320)));
    }
    .featuredinventory h2, .latestReviews h2 {
        font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (768 - 320)));
    }
    .single-item-slider .slider-outer {
        height: 240px;
    }
    .featuredinventory .single-item-slider {
        padding-bottom: 10px;
    }
    .featuredinventorysection {
        padding: 2.5% 0% 6%;
    }
    .homeabout h4 {
        width: fit-content;
        padding: 2%;
        font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (768 - 320)));
    }
    .homeabout h2 {
        font-size: calc(26px + (40 - 26) * ((100vw - 320px) / (768 - 320)));
    }
    .homeaboutwrapper .mapwrapper {
        min-height: 200px;
    }
    .footercontainer {
        flex-direction: column;
        text-align: center;
    }
    /*.footerhoursblock table {
        margin: 0 auto;
        width: 310px
    }*/
    .footerblock3 a {
        margin-top: 10px;
    }
    .footerblock a, .footerhoursblock {
        font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (768 - 320)));
    }
    #showroom {
        text-align: center;
    }
    #showroom .item-boxes > div {
        margin: 0 auto;
    }
    #inventory-page .mobile-filters-btn-box #open-mobile-filters-btn {
        width: auto;
    }
    .siteSearch-M button {
        height: 34px;
        margin-top: 5px !important;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 65px);
        top: 65px;
    }
    #Form598 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
    #Form599 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
    #Form602 > div:nth-child(1) > fieldset > div:nth-child(n+1):nth-child(-n+5),
    #Form598 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
    #Form599 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
    #Form600 > div:nth-child(1) > fieldset > div:nth-child(n+1):nth-child(-n+7),
    #Form602 > div:nth-child(1) > fieldset > div:nth-child(n+6):nth-child(-n+7),
    #Form1012 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
    #Form1012 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
        width: 100%;
    }
    .mainform .form-actions .btn-primary {
        width: auto;
    }
    .financingText .btn-primary {
        width: auto;
    }
    .merchForm .form-header-text {
        font-size: 31px;
    }
    .academyLTR .learn-to-ride .dst-riders-content h1 {
        font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (768 - 320)));
    }
    .academyLTR .learn-to-ride .top-riders-content > div h1 span {
        font-size: 44px;
    }
    .academyLTR .learn-to-ride .course-info > h2 span {
        font-size: calc(28px + (36 - 28) * ((100vw - 320px) / (768 - 320)));
    }
    .academyLTR .learn-to-ride .course-faq > h2 {
        font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (768 - 320)));
    }
    .academyLTR .learn-to-ride .dst-riders-content {
        padding-top: calc(110px + (324 - 110) * ((100vw - 320px) / (768 - 320)));
    }
    .mhText {
        text-align: center;
    }
    .mhText .dealer-name {
        font-size: calc(26px + (48 - 26) * ((100vw - 320px) / (768 - 320)));
    }
    .mhText h2 {
        font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (768 - 320)));
    }
    .mhText h3 {
        font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (768 - 320)));
    }
    table.maphourstable.k-table {
        width: calc(250px + (330 - 250) * ((100vw - 320px) / (768 - 320)));
        margin: 0 auto;
        font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (768 - 320)));
    }
    .latestReviews .single-item-slider .slider-inner .item {
        width: 216px;
    }
    .rinehartHeader h1 {
        font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (768 - 320)));
    }
    .rinehartText {
        font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (768 - 320)));
    }
    .rinehartText ul {
        flex-wrap: nowrap;
        height: auto;
    }
    .rinehartText li {
        width: 100%
    }
    .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;
    }
    .footerfax {
        justify-content: center;
    }
    .footerfax a {
        font-size: 19px;
    }
    .upcomingEvents h2 {
        font-size: 7vw;
    }
}

@media (min-width: 768px) {
    .featuredinventory h2, .latestReviews h2 {
        font-size: 30px;
    }
    .homeaboutwrapper {
        display: flex;
    }
    .homeabout {
        flex: 0 0 50%;
    }
    .footerblock2 {
        flex: 0 0 29%;
    }
    #main-nav .nav > li > a {
        font-size: 14px;
        padding-left: 6px;  
        padding-right: 6px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 207px;
    }
    .single-item-slider {
        padding-left: 35px;
        padding-right: 35px;
    }
    .homeabout h4 {
        font-size: 12px;
        width: fit-content;
    }
    .homeabout h2 {
        font-size: 34px;
    }
    .academyLTR .learn-to-ride .dst-riders-content {
        padding-top: 2%;
    } 
    .academyLTR .learn-to-ride .dst-riders-content .top-riders-content p {
        background: rgba(255,255,255,.7);
        text-shadow: 1px 1px white;
    }
   .academyLTR .learn-to-ride .course-info > h2 span {
        line-height: 48px;
        font-size: 43px;
   }
  .academyLTR .learn-to-ride .course-faq > h2 {
      font-size: 21px;
   }
    table.maphourstable.k-table {
        width: 100%;
    }
    .latestReviews .single-item-slider .slider-inner .item {
        width: 267px;
    }
    .rinehartCTA {
        display: none;
    }
    .single-item-slider .slider-outer {
        height: 240px;
    }
    .blog-posts h3 {
        text-align: left;
        font-size: 2em;
    }
    .headerlogo {
        max-width: 230px;
    }
    .socialiconswrapper { 
        display: block;
    }
    .footerblock5 {
        flex: 0 0 17%;
    }
}

@media (min-width: 992px) {
    .footercontainer {
        width: 85%;
    }
    #main-nav .nav > li > a {
        font-size: 18px;
    }
    .footerblock2 {
        flex: 0 0 26%;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 206px;
    }
    .homeabout h2 {
        font-size: 40px;
    }
    .academyLTR .learn-to-ride .dst-riders-content {
        padding-top: 15px;
    }
    .academyLTR .learn-to-ride .dst-riders-content .top-riders-content p {
        background: none;
        text-shadow: none;
    }
   .academyLTR .learn-to-ride .course-info > h2 span {
        font-size: 45px;
   }
  .academyLTR .learn-to-ride .course-faq > h2 {
      font-size: 24px;
  }
    table.maphourstable.k-table {
        width: 80%;
    }
    .mhText .dealer-name {
        font-size: 34px;
    }
    .rinehartText ul {
        height: 325px;
    }
    .blog-posts h3 {
        font-size: 2.5em;
    }
    .headerlogo {
        max-width: 325px;
    }
    .headersocial a { 
        font-size: 35px;
    }
    .socialiconscontainer {
        width: 80%;
    }
    .footerblock5 {
        flex: 0 0 20%;
    }
    .latestReviews .single-item-slider .slider-inner .item {
        width: 224px;
    }
}

@media (min-width: 1200px) {
    .footerblock2 {
        flex: 0 0 22%;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 202px;
    }
    #main-nav .nav > li > a {
        font-size: 22px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .academyLTR .learn-to-ride .dst-riders-content {
        padding-top: 30px;
        background-position: center -50px;
    }
    table.maphourstable.k-table {
        width: 65%;
    }
    .mhText .dealer-name {
        font-size: 40px;
    }
    .latestReviews .single-item-slider .slider-inner .item {
        width: 215px;
    }
    .rinehartText ul {
        height: 250px;
    }
    .headerlogo {
        max-width: 435px;
    }
    a.dealer-phone.phone-text.header-phone {
        font-size: 3.7vw;
    }
    .headersocial a { 
        font-size: 3vw;
    }
    .headersocialicons {
        flex: 0 0 30%;
    }
    .footerblock5 {
        flex: 0 0 15%;
    }
}







/* 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: #f58220;
    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: #f58220;
        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: 992x) {
    .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;
}





/* BREAKPOINTS */

@media (max-width: 1199px) {
.btnWrapper h2 {
    font-size: 22px;
    top: 28%;
}
}



@media (max-width: 991px) {
.btnWrapper h2 {
    font-size: 16px;
    top: 30%;
}
}



@media (max-width: 767px) {
.btnWrapper {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btnWrapper h2 {
    font-size: 3.4vw;
}

.btnWrapper a {
    flex: 0 0 48%;
    margin: 8px 2px;
}

.featuredSection {
    padding: 12px 0;
}
}

