#creditAppContainer .required {
    color: #fff !important;
}

@media (max-width: 767px) {
.pagerTop .k-pager-wrap {
    top: 120px;
    width: 90%;
}
}

.oem-inventory {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
a.oem-inventory-links {
    flex: 0 0 14%;
}
@media (min-width: 768px) {
    a.oem-inventory-links {
        flex: 0 0 14%;
        -ms-flex: 0 0 14%;
    }
}
.counterWrapper {
    order: 3;
        display: block;
        min-width: 200px;
}
.panel-default:first-child > .panel-heading a.panel-toggle {
    font-size: 1.5em;
}
.panel-default:first-child > .panel-heading {
    background: linear-gradient(#a51117 15%, #a51117 70%, #3c0202);
}
/*.item-detail {color: #000;}*/
#scrollUp, 
#systemNotification {
display: none !important;
}
.inventory-container .vehicle .savings {
    margin: 6px auto 9px;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
}
.breadcrumb {
    padding: 8px 15px !important;
    margin-bottom: 15px !important;
    list-style: none !important;
    background-color: rgba(28, 115, 187, 0.70) !important;
    border-radius: 4px !important;
}

a.promo-link {
    color: #000;
}

a.promo-link:hover {
    color: #218be9;
}

.scheduleDemo, 
label[for^="Schedule_"] {
    display: none;
}
.employmentPanel ~ div {
    padding: 30px;
}
@media (min-width: 768px) {
.scheduleDemo {
    display: block;
    position: fixed;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 1em 1em;
    top: 28%;
    right: -5.7em;
    background-color: #218be9;
    transform: rotateZ(-90deg);
    border: 2px #a7141a solid;
    border-radius: 8px 8px 0 0;
    box-shadow: 4px 0 6px 3px rgba(0, 0, 0, 0.6), inset 0 -10px 20px -3px #000;
    transition: .3s;
}
.scheduleDemo:hover {
    text-decoration: none;
    color: #dedede;
    right: -5em;
    background-color: #218be9;
}
}
.sectionBG {
    background-color: rgb(255 255 255 / 60%);
    margin-top: 0 !important;
    padding-top: 15px;
    border-radius: 8px;
    color: black;
}
/* Theme Colors - yellow #ffd30b, dark-yellow #bd9b00, standard-blue #218be9, dark-blue #01032d, or #0f2474 */
header.body {
    height: auto
}
html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body{ position: static; }
}


@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: #ffffff url(https://psmfirestorm.blob.core.windows.net/418a0285-5f1c-4a87-b2bc-c7e2dfe18146/Background-new-3.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (min-width: 768px) {
body {
    background: #ffffff url(https://psmfirestorm.blob.core.windows.net/418a0285-5f1c-4a87-b2bc-c7e2dfe18146/Background-new-3.jpg) no-repeat center bottom;
    background-attachment: fixed;
    background-size: contain;
}
}



.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.field-validation-valid {
    color: black;
}

.form-control {
    margin: 5px 0px;
    font-size: 14px!important;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    left: 0;
}

input#FilterQuickSearch {
    margin: 0;
}

#showroom, #vdp-container, #promotions-page, div#inventory-page {
    background-color: rgb(255 255 255 / 65%);
    padding: 15px;
}

#promotions-page > div:nth-child(1) > a {
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {line-height: 1.5em;}
h1, .h1, 
.form-header-text, 
label.forms-text-section {font-size: 2em;}
h2, .h2 {font-size: 1.875em;}
h3, .h3 {font-size: 1.5em;}
h4, .h4 {font-size: 1.125em;}
h5, .h5 {font-size: .875em;}
h6, .h6 {font-size: .75em;}
.dropdown-menu, 
table, 
p, a, ol {
    font-size: 1em;
}
table, 
p, a, ol, 
.dockFaqHeader h1, 
.hoursStyle h1 {
    font-stretch: condensed;
    font-weight: 600;
}
[id^="section"] p, 
[id^="section"] a, 
[id^="section"] ol {
    font-size: 1.125em;
}
.dockFaq p {
    font-size: 1em;
}
.dockFaqHeader {
    margin-bottom: 15px;
}
.dockFaqHeader h1 {
    font-size: 2.25em;
}
.hoursStyle h1 {
    color: #228be7;
}
div.dockFaqHeader::after {
    content: '';
    width: 80%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 10%;
    background: linear-gradient(90deg, #000, #fff, #000);
    background-position: center;
}
span.headlines {
    text-transform: uppercase;
    font-size: 110%;
}
.breadcrumb a {
    font-size: 14px;
}
#showroom .breadcrumb {
    margin: 0;
}
#headerContainer > div:nth-child(1), #headerContainer > div:nth-child(2) {
    padding: 0 15px;
}
.patua h3 {
    font-size: 18px
}
.navbar-header {
/*  position: fixed;*/
    top: 0;
/*  width: 100%;*/
    background: #0f2474 linear-gradient(rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%,                      
        rgba(255, 255, 255, 0.5) 100%);
}
.navbar-collapse {
    background: #0f2474;
}
    #main-nav .dropdown-menu > li > a {
        color: #333;
    }

.navbar-nav {
    margin: 0;
}
.navbar {
    border: none;
}
.tradePanel li {
    margin-bottom: .8em;
}
ol.tradeList {
    list-style: none;
    counter-reset: li;
}
.tradeList li::before {
    content: counter(li) '.';
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.tradeList li {
    counter-increment: li;
}

.fa-bars {
      color: white
}
h1, .h1, 
h2, .h2, 
#main-nav {
    text-transform: uppercase;
}
h1, .h1, 
h2, .h2, 
.mStoryHead h1 {
    text-align: center;
}
.mStoryHead h1 {
    font-stretch: condensed;
    font-weight: 600;
    margin-bottom: 0;
}
a {
    color: currentColor;
    text-decoration: none;
    transition: color .3s, 
        background-color .5s;
}
.open a{
    color: #555;
}
a:hover {
    color: #218be9;
    text-decoration: none;
}
a.ani {text-decoration: none; position: relative; display: inline;}
a.ani:after {content: ''; position: absolute; bottom: 0; width: 0%; left: 50%; transform: translateX(-50%); border-bottom: 2px solid #3366FF; transition: 0.3s;}
a.ani:hover:after {width: 100%;}

.standPanels {
/*  display: flex;*/
    font-size: 20px;
}
.standPanels #section-1, 
.standPanels #section-2 {
    display: inline-block;
    width: 50%;
    padding: 15px;
}
.standPanels .container {
    width: 100%;
} 

#inner-bg {
    margin: auto auto 30px;
}
@media (min-width: 767px) {
    #inner-bg {width: 767px;}
}

@media (min-width: 992px) {
    #inner-bg, 
    #footerContainer {width: 992px;}
}

@media (min-width: 1200px) {
    #inner-bg, 
    #footerContainer {width: 1200px;}
}
footer.body {
    text-align: center;
}
.contact-info {
    display: none;
}
#headerContainer {
    margin-top: 10px;
}
#headerContainer, 
.socIcons, 
#footerContainer {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row;
    justify-content: space-around;
    align-items: center;
}

.footerWrapper {
    position: relative;
    z-index: 8;
}

.footerWrapper:before {
    content: '';
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#footerContainer {
    margin: auto;
    color: black;
}

#footerContainer a {
    color: black;
}

.socIcons img {
    filter: invert(1);
}

#main-nav-collapse ul.navbar-nav {
        display: block;
    font-weight: 600;
}
#footerContainer .hours {
    display: none;
}
#footerContainer table {
    width: 90%;
}
#footerContainer .patua .newsIcon::before {
    display: none;
}
#footerContainer .patua p {
    margin: 0;
}
#footerContainer > div > a {
    flex: 0 0 42%;
    margin: auto;
}
#footerContainer .dealerLogo {
    flex: 0 0 100%;
    display: flex;
    flex-flow: row nowrap;
    text-align: center;
}
#main-nav-collapse ul.navbar-nav, 
.widget-FeaturedVehicles h2, 
.snapwidget h1 {
    background: linear-gradient(rgba(255, 255, 255, 0.5) 0, rgb(255 255 255 / 90%) 30%, rgb(255 255 255 / 85%) 70%, rgba(255, 255, 255, 0.5) 100%)!important;
}
#main-nav-collapse .navbar-nav > li > a {
    color: black;
    padding: 10px;
}
#headerContainer, 
#main-nav-collapse ul.navbar-nav, 
.socIcons {
    width: 100%;
}
#main-nav-collapse ul.navbar-nav, 
.socIcons {
    flex-flow: row nowrap;
    -ms-flex-wrap: nowrap;
}
#footerContainer {
    flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    padding: 15px;
}
#headerContainer {
    flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 20px;
    color: black;
}
#headerContainer > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 49%;
}
#headerContainer > div.socIcons {
    flex: 0 0 75%;
} 
#footerContainer > div {
    flex: 0 0 33%;
    -ms-flex: 0 0 32%;
}
/*.footerQL {
    flex: 0 0 15% !important;
    -ms-flex: 0 0 14%;
}*/
#headerContainer > div {
    text-align: center;
}
.socIcons {
    justify-content: flex-end;
}
.socIcons a {
    flex: 0 0 auto;
    width: 25%;
    padding: 10px;
}
.socBottom {
    display: none;
}
nav.fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 300;
}
.sNav {
    background: linear-gradient(rgba(255, 255, 255, 0.5) 0, rgb(255 255 255 / 90%) 30%, rgb(255 255 255 / 85%) 70%, rgba(255, 255, 255, 0.5) 100%)!important;
}
.navSel {
    color: #0071b5;
    background-color: rgba(255, 255, 255, 0.6);
}
#main-nav, #main-nav .nav>li>a {
    font-size: 16px;
}
.navbar-nav>li {
    flex: unset;
    text-align: left;
}
#main-nav .dropdown-menu > li > a {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow .3s;
}

#main-nav .dropdown-menu>li>a:hover, #main-nav .dropdown-menu>li>a:focus, .dropdown-menu .navSel {
    box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.7);
    background-color: #218be9;
    color: #fff;
}

#main-nav li:last-child a:after {
    height: 0;
    width: 0;
}
#main-nav-collapse, 
.widget-FeaturedVehicles h2 {
    padding-left: 0;
    padding-right: 0;
}
#main-nav .navbar-toggle {
    font-size: 28px;
    padding: 10px 15px;
    position: relative;
    float: right;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
}
.row {
    margin-top: 25px;
}
.mStoryHead {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .mStoryHead .widget-inner {
        margin-top: 0 !important;
    }

    #inner-bg, #footerContainer {
        margin: auto auto 0;
    }
}
.mStoryHead h1::before, 
.mStoryHead h1::after, 
.widget-FeaturedVehicles h2::before, 
.widget-FeaturedVehicles h2::after {
    width: 100%;
    height: 8px; 
    background: linear-gradient(#a51117 15%, #fd7777 25%, #a51117 70%, #3c0202);
    box-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.dropdown-menu {
    min-width: 100%;
}
.widget-FeaturedVehicles h2::before, 
.widget-FeaturedVehicles h2::after, 
.mStoryHead h1::before, 
.mStoryHead h1::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}
.widget-FeaturedVehicles h2::before, 
.mStoryHead h1::before {
    top: -8px;
}
.widget-FeaturedVehicles h2::after,  
.mStoryHead h1::after {
    bottom: -6px;
}
.motoStory #section-1, .mapSection {
    background: #ffffffbd;
    padding: 45px 0;
    border-radius: 12px;
}
.mapSection {
    padding: 0 0 45px;
}
.mapSection .row {
    margin-top: 0;
}

.navbar {
    min-height: unset;
}
#headerContainer .patua {
    display: none;
    padding-left: 5%;
    text-align: left;
    line-height: 1.2em;
}
#headerContainer .patua h3, 
#footerContainer > div > h3, 
#footerContainer table h3 {
/*  text-transform: uppercase;*/
    color: black;
    line-height: 1em;
}
#headerContainer .patua p {
    line-height: 1.2em;
}

.phoneIcon, 
.addyIcon, 
.newsIcon, 
.arrowR {
    position: relative;
    text-align: left;
}
.arrowR {
    display: block;
}
.phoneIcon:before, 
.addyIcon:before, 
.newsIcon:before, 
.arrowR:before {
    content: '';
    position: absolute;
}
.arrowR:before {
    content: '\f061';
    width: 16px;
    height: 24px;
    left: -24px;
    font-family: 'Fontawesome';
}
.phoneIcon:before {
    background: url(https://psmfirestorm.blob.core.windows.net/website-themes/64/images/phone.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 24px;
    left: -24px;
    filter: invert(1);
}
.addyIcon:before {
    background: url(https://psmfirestorm.blob.core.windows.net/website-themes/64/images/locPin.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 30px;
    left: -24px;    
    top: 10px;
    filter: invert(1);
}
.newsIcon:before {
    background: url(https://psmfirestorm.blob.core.windows.net/website-themes/64/images/mail.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 30px;
    left: -30px;
    top: -4px;
}

.widget-FeaturedVehicles h2:first-child, 
.inventory-container h1, 
#vdp-container .title h1, 
#content-container [class*=col-]>h1, 
.snapwidget h1 {
    position: relative;
    font-size: 1.75em;
    line-height: 1.2em;
    color: #000000 !important;
    text-align: center;
    font-weight: 600;
}
#showroom [class*=col-]>h1 {
    text-align: left!important;
}
#showroom a[href="/Showroom/2017"] {
    display: none;
}
#content-container [class*=col-]>h1 {
    color: #fff;
}
.widget-FeaturedVehicles h2:first-child, 
.snapwidget h1 {
    font-style: italic;
}
@keyframes Sproing {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        filter: blur(0) brightness(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
        filter: blur(0) brightness(1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
        filter: blur(2px) brightness(.9);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        filter: blur(0) brightness(1);
    }
}
.socIcons a:hover {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: Sproing;
    animation-name: Sproing;
}
#shopButton {
    display: flex;
    flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
}
#shopButton > div {
    flex: 0 0 95%;
    height: 140px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#shopButton > div > a:after {
    content: '';
    width: 100%;
    height: calc(400% - 10vw);
    background-color: rgba(33, 139, 233, .71);
    border: 1px #000 solid;
    box-shadow: -2px -2px 30px #000;
    position: absolute;
    top: -30%;
    right: -40%;
    transform: rotateZ(66deg);
    z-index: 0;
    transition: .2s ease-in-out;
}
#shopButton > div > a > div {
    position: relative;
}
.shopSpan {
    position: absolute;
    width: 100%;
    text-align: right;
    right: 20px;
    bottom: auto;
    top: 40px;
    z-index: 1;
}
.shopSpan span {
    position: relative;
    display: block;
    font-size: calc(26px + (38 - 26) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
}
.shopSpan span:nth-child(1) {
    transition: color .2s linear .2s, 
            transform .2s linear;
}
.shopSpan span:nth-child(2) {
    transition: color .2s linear .4s, 
            transform .2s linear .2s;
}
.shopSpan span:nth-child(3) {
    transition: color .2s linear .6s, 
            transform .2s linear .4s;
}

#shopButton-oem > div > a > div > div > span > span {
    display: block;
}

#shopButton img {
    width: 100%;
    transform: translateY(-25%);
    filter: saturate(1) brightness(1);
    transition: filter .3s linear;
}

#shopButton > div > a:hover .shopSpan {
    /*text-align: left;*/
    top: 20px;
    transition: top .3s linear;
}
#shopButton > div > a:hover:after {
    border: 3px #c31414 solid;
    box-shadow: -25px 0 100px #000;
    top: 5%;
    right: 0%;
    transform: rotateZ(90deg);
}
#shopButton > div > a:hover .shopSpan span:nth-child(1) {
    transform: translateX(-60%);
}
#shopButton > div > a:hover .shopSpan span:nth-child(2) {
    transform: translateX(-45%);
}
#shopButton > div > a:hover .shopSpan span:nth-child(3) {
    transform: translateX(-15%);
}
#shopButton > div > a:hover .shopSpan span.bFix {
    transform: translateX(-36%);
}
#shopButton > div > a:hover .shopSpan span.wcFix {
    transform: translateX(-5%);
}
@media (max-width: 767px) {
    #shopButton > div > a:hover img {
        filter: saturate(0) brightness(0.5);
    }
}
.welcomeContainer {
    background: url(https://psmfirestorm.blob.core.windows.net/e9e929e4-dbd3-4f31-a263-de424bc21558/welcomeBG.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 0 54px #000;
    border-radius: 6px;
    color: #000;
}
.welcomeContainer p {
    font-size: 14px;
}
.sContainer, 
.tradePanel  #section-1, 
.dockFAQ {
    margin-top: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    border-radius: 6px;
}
.dockFAQ {
    padding-bottom: 30px;
}
.welcomeIMG {
    width: 40%;
    float: left;
    overflow: hidden;
    margin: 10px 30px 0 0;
    border: 8px #5a97cb solid;
    border-radius: 8px;
}
.welcomeIMG img {
    max-width: unset;
    width: 150%;
    transform: translateX(-15%);
}
.welcome {
    padding: 0 15px;
}
.welcome h3 {
    font-size: 26px;
    color: #01032d;
    text-align: center;
    font-weight: 600;
}
.motoStory p, 
.motoStory h3 {
    color: #000;
}
.jimPic {
    display: block;
    width: 90%;
    border: 6px #518ac0 solid;
    margin: 0 auto;
}
.hockeyPic {
    display: block;
    margin: auto;
    opacity: 0.35;
}

.slides {
    display: flex;
    flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    margin-top: 15px;
}
.slides .slide p {
    font-size: .8em;
}
.slides .slide img {
    object-fit: contain;
}

.slides .slide {
    display: flex;
    flex-direction: column;
    display: -ms-flexbox;
    -ms-flex-flow: column;
    flex: 0 0 98%;
    padding: 15px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    margin: 1%;
    transition: transform .3s ease-in-out;
}
.slides .slide:hover {
    transform: scale(1.1);
}
@media (min-width: 768px) {
    .slides .slide {
        flex: 0 0 48%;
        -ms-flex: 0 0 42%;
        margin: 1%;
    }
}
@media (min-width: 992px) {
    .slides .slide {
        flex: 0 0 30.333%;
        -ms-flex: 0 0 27%;
        margin: 1.5%;
    }
}
.headerPanel h1 {
    position: relative;
    background-color: rgba(171, 171, 171, 0.3);
    box-shadow: inset 3px 5px 9px -1px rgba(255, 255, 255, 0.8), inset -2px -4px 12px 0px rgba(0, 0, 0, 0.72), 2px 3px 6px 1px #000;
    text-shadow: 2px 2px 3px #fff;
    border-radius: 3em;
    padding: .2em 0 .1em;
    margin: 0 auto 30px;
    font-size: 1.8em;
    color: black;
}

.tradePanel h1, 
.mapHoursStyle h1, 
.partsPanel h1, 
.servicePanel h1, 
.dockServPanel h1, 
.towPanel h1, 
.employmentPanel h1 {
    width: 100%;
}
.hoursStyle > div {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-flow: column;
    align-items: center;
}
.hoursStyle table {
    width: 100%;
    color: #333;
}
.hoursStyle table tr:last-child td:first-child {
    vertical-align: top;
}
#dealerInfo {
    color: #333;
}
/* Featured vehicles slider */
.single-item-slider .item {
    width: 257px;
    background-color: white;
    border: none;
}
.single-item-slider .slider-outer {
    height: 361px;
}
.slider-inner {
    margin-top: 5px;
}
.slider-inner-container {
    height: 99%;
    /*border: 1px #5dfbd6 solid;*/
    overflow: hidden;
}
.single-item-slider .item .item-inner {
    height: 86%;
    background-color: #fff;
}
.widget-FeaturedVehicles .single-item-slider .img-container {
    height: 176px;
    margin-top: 34%;
}
.single-item-slider .item-detail {
/*  overflow: hidden;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*border: 1px black solid;*/
}
.single-item-slider .item-detail .name, 
.single-item-slider .item-detail .price {
    min-height: unset;
    line-height: 1.3em;
}
.single-item-slider .item-detail .price {
    padding: 0;
    bottom: 0px;
    white-space: nowrap;
    font-size: 18px;
    color: black;
}
.single-item-slider .item-detail .name {
    font-size: 14px;
    color: #000;
    padding: .5em;
}
.single-item-slider .slider-control {
    font-size: 40px;
    padding: unset;
    top: calc(50% - 50px);
}
table {
    width: 100%;
}
.hoursStyle table td {
    font-size: 1.25em;
}

/* FORMS */
.field-validation-valid, 
.field-validation-error {
    font-size: 1.2em;
    padding-right: .5em;
}
.field-validation-valid {
    color: currentColor;
}
fieldset div div div label {
    margin: 5px .25em 5px .2em;
    text-transform: uppercase;
}
fieldset div div div span {
    margin-top: 5px;
}
fieldset div div div input {
    box-shadow: inset 0px 0px 20px #000;
    font-size: 1em;
}
.htForm, 
.inquiryformcontainer, 
#ModalInquiryContainer {
    background: #218be9 url('https://psmfirestorm.blob.core.windows.net/website-themes/64/images/half-toneDotstexture3.png') no-repeat;
    background-position: right top;
    border-radius: 12px;
    box-shadow: 1px 4px 15px 2px rgba(0, 0, 0, 0.4), inset 0px 6px 5px rgba(210, 236, 255, 0.3), inset -6px -5px 10px rgba(0, 0, 0, .8);
    padding: 1em;
    margin-bottom: 1.5em;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.htForm {
    height: fit-content;
}

button, 
.btn-primary, 
.btn {
    display: block;
    margin: auto;
    background: url(https://psmfirestorm.blob.core.windows.net/website-themes/64/images/border2.png) no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    border: none;
    padding: .2em 1em;
    color: #000;
    font-size: 1.5em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
}
button:hover, 
.btn-primary:hover {
    text-decoration: none;
    background-size: 82% 70%;
    color: #fff;
}
.btn-primary:hover, 
.btn-primary.focus, 
.btn-primary:focus, 
.btn-primary:active {
    color: #fff;
    background-color: unset;
    border-color: unset;
}
.tPanel, 
.srvPanel, 
.dockPanel {
    min-height: 50em;
}
.srvPanel h1, 
.standPanels h1, 
.form-header-text, 
.forms-text-section, 
.mStoryHead h1 {
    color: #0f2474;
}
.srvPanel h1, 
.standPanels h1, 
.tradePanel h1, 
.hoursStyle h1, 
.partsPanel h1, 
.form-header-text {
    text-align: center;
    text-transform: uppercase;
}
.srvPanel h1, 
.standPanels h1 {
    padding-top: 30px;
    color: #0f2474;
}

.form-header-text {
    color: #fff;
    text-align: left;
}
.tPanel {
    background: url(https://psmfirestorm.blob.core.windows.net/be23696c-37ae-42d9-9caf-247ea67b1351/Towing.jpg) no-repeat;
    background-size: 100% 100%;
}
.srvPanel {
    background: url(https://psmfirestorm.blob.core.windows.net/3e9806e6-cae5-463c-8f25-72f6084b5ebb/ServicePanel.jpg) no-repeat;
    background-size: 100% 100%;
}
.dockPanel {
    background: url(https://psmfirestorm.blob.core.windows.net/4eefd1e1-4c54-47e6-befe-325c903c4d00/dockBG.jpg) no-repeat;
    background-size: 100% 100%;
}
.panel-heading.toggle, 
.active-filters h1, 
#ActiveFilterList {
    color: #000;
    text-shadow: unset;
}
#filters-box .panel-body li {
    color: #555;
}
.active-filters {
    color: #2763bb;
}
.checkbox label, .radio label {
    font-weight: 600;
}
.panel {
    background-color: unset;
}
#inventory-page .panel-body, 
.locationBox {
    background-color: #fff;
}
.locationBox {
    color: #333;
}
.locationBox hr {
    border-top: 1px solid #888;
}
.locationBox > div > div {
    padding: 5px 10px;
}
.map iframe {
    width: 100%;
}
input[type=checkbox], 
input[type=radio] {
    margin: 6px 0 0;
}

/*.mapHours {
    background: #ebebeb;
    padding: 15px;
    border-radius: 1em;
    color: #000;
}*/
div.map {
    overflow: hidden;
}

#dealerMap iframe {
    border: 5px #3072c7 solid;
    min-height: 25em;
    width: 100%;
}
#showroom .section-box .title {
    text-shadow: unset;
    padding: 10px 5px;
    font-size: 1.1em;
    text-align: center;
    color: #1a61a4;
    text-transform: uppercase;
    background-color: #fff;
    /*box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.8), inset 0 5px 15px rgba(0, 0, 0, 0.2);*/
    transition: box-shadow .3s,
        background-color .2s;
}
#showroom .section-box:hover a {
    color: #000!important;
}
#showroom .section-box:hover .title {
    background-color: #eee;
    box-shadow: inset 0 -5px 6px rgba(0, 40, 80, 0.7), inset 0 8px 15px rgba(0, 40, 80, 0.3);
}
.inventory-container .vehicle {
    margin-bottom: 15px;
}
.inventory-container .vehicle-box {
    border-radius: 21px;
}

.vehicle {
    padding: 15px;
    border-radius: 30px;
}
.vehicle .title {
    border-radius: 20px 20px 0 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0);
}
.inventory-container .vehicle .price-box {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    margin: auto;
}
.inventory-container .vehicle .title {
    padding: 10px 5px;
    font-size: 1.1em;
    text-align: center;
    background: linear-gradient(rgba(60, 60, 60, 0.8) 2%, rgba(191, 191, 191, 0.8) 12%, rgba(154, 154, 154, 0.8) 70%, rgba(60, 60, 60, 0.8));
    color: #fff;
    text-transform: uppercase;
    box-shadow: inset 0 -4px 10px rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
}
.inventory-container .vehicle .price {
    padding: 10px 5px;
    font-size: 1.1em;
    text-align: center;
    color: #1a61a4;
    text-transform: uppercase;
    /*box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.8);*/
}
.vehicle:hover {
    background: linear-gradient(rgba(25, 25, 23, 0.5) 15%, rgba(119, 119, 119, 0.5) 25%, rgba(50, 50, 50, 0.5) 70%, rgba(20, 80, 150, 0.5));
    box-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.vehicle:hover .title {
    color: #218be9;
    text-shadow: 1px 1px 1px #00f, -1px -1px 1px #00f, -1px 1px 1px #00f, 1px -1px 1px #00f;
}
.vehicle:hover .price {
    color: #218be9;
}

.inventory-container .vehicle .thumb {
    /*box-shadow: inset 0 -5px 10px -2px rgba(0, 0, 0, 0.2), inset 0 17px 26px -10px rgba(0, 0, 0, 0.8);*/
        position: relative;
        height: 197px;
}
/*----.inventory-image {
    mix-blend-mode: multiply;
}----*/

#thankyou-page .title {
    padding: 30px 15px;
}
#thankyou-page .btn, 
#open-mobile-filters-btn, 
.siteSearch button {
    color: #000;
    background-color: #fff;
    margin-top: 10px;
}
#thankyou-page .btn {
    padding: 15px 40px;
}
#thankyou-page .btn:hover, 
#open-mobile-filters-btn:hover,
.siteSearch button:hover {
    color: #000;
    background-color: #218be9;
}
.tab-content {
    background-color: rgba(87, 87, 87, 0.75);
}
#VehicleInquiryViewModel_Email {
    max-width: 100%;
}
#vdp-container .carousel-control {
    background: rgb(18, 80, 161);
    border: solid 3px #9f252f;
}
.clBtn, .vdpBtn {
    top: 1.3em;
    right: 1.5em;
    padding: .3em .8em .2em;
    background-color: #fff;
    color: #333;
    font-size: 1em;
    font-weight: normal;
    box-shadow: inset -3px -3px 10px rgba(0, 0, 0, 0.7), 0 0 5px #000;
    border: 1px rgba(0, 0, 0, .7) solid;
}
.clBtn:hover, .vdpBtn:hover {
    background-color: #bad9fd;
    border: 1px rgba(0, 0, 0, 1) solid;
}
.mdBtn {
    display: inline-block!important;
    font-size: 1.1em!important;
}

.mdBtn:hover {
    color: #ffc801!important;
}
.blurbBanner span {
    top: -173px;
    left: -20px;
    background: #218be9;
    color: #000;
    transform: rotate(-22deg);
}

.widget-FeaturedVehicles .single-item-slider .item .item-inner {
    overflow: hidden;
}

.widget-FeaturedVehicles .single-item-slider .item-inner .blurbBanner span {
    top: 87px;
    left: -10px;
    transform: rotate(-10deg);
}

.info {
    font-size: 12px;
}

#ModalVehicleInquiry {
    position: fixed;
    left: 0;
    right: 0;
    top: 2%;
    margin: 0 auto;
    background: #fff;
    width: 28em;
    max-width: 100%;
    border-radius: 8px;
    border: 2px #ffc801 solid;
    z-index: 2000;
}

.siteSearch-M button {
    background: url(https://psmfirestorm.blob.core.windows.net/06effdf7-d255-45f5-91b3-0b8bc1e0e47c/lynnwoodbutton.png) no-repeat;
    color: white;
    background-size: 100% 100%;
    margin-left: 5px !important;
    backdrop-filter: invert(1);
}

.saleOverlay {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* VDP carousel */
#vdp-container form#vehicleInquiryForm{
    font-size: 17px;
}

#vdp-container form#vehicleInquiryForm table {
    width: unset;
}

#vdp-container .carousel-inner>.item.active, #vdp-container .carousel-inner>.item.next.left, #vdp-container .carousel-inner>.item.prev.right, #vdp-container #thumb-carousel, #vdp-container #thumb-carousel > div > div > div div {
    height: 125px;
}
#vdp-container #thumb-carousel > div > div > div div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-right: 5px;
    padding-left: 5px;
}
#vdp-container .images-container .carousel-bounding-box {
    height: auto!important;
}
#vdp-container #maincarousel .item {
    height: 230px;
}
@media (min-width: 992px) {
    #vdp-container #maincarousel .item {
        height: 350px;
    }
    #vdp-container .single-item-slider .img-container {
        margin-top: 30%;
    }
}
@media (min-width: 1024px) {
    #vdp-container #maincarousel .item {
        height: 400px;
    }
}
@media (min-width: 1200px) {
    #vdp-container #maincarousel .item {
        height: 500px;
    }
}
/* END VDP carousel */

.psshowroomcontainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.vdpinquiryheader {
    font-size: 1.625em;
}
.pstext {
    text-align: center;
    text-transform: uppercase;
    background-color: #218be9;
    padding: 3px;
}
.psblock {
    border: 4px #a7141a solid;
}
.psblock img {
    background-color: white;
    padding: 15px 0px;
}
.psshowroomcontainer a {
    padding: 10px;
    flex: 0 0 50%;
}
.psshowroomcontainer a:hover {
    color: #cacaca;
}

div.name, 
div.name ~ span {
    opacity: 0;
}

@media (min-width: 425px) {
/*  .shopSpan span {
        font-size: 15px;
    }*/
    #headerContainer > div.socIcons {
        flex: 0 0 60%;
    }
}

@media (min-width: 509px) {
/*  .widget-FeaturedVehicles h2::after,  
    .mStoryHead h1::after {
        top: 75px;
    }*/
    #shopButton > div > a:after {
        width: 100%;
        height: calc(400% + 30vw);
        top: -60%;
        right: -40%;
        transform: rotateZ(66deg);
    }
}

@media (min-width: 600px) {
/*  .shopSpan span {
        font-size: 22px;
    }*/
    #headerContainer > div.socIcons {
        flex: 0 0 40%;
    }
}

@media (max-width: 991px) {
    .sectionBG a {
        text-decoration: underline;
        text-decoration-color: #008bff;
    }
    .modal-title ~ div {
        display: flex;
        flex-direction: column;
    }
    .modal-title ~ div button + button {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
    #main-nav-collapse {
        max-height: calc(100vh - 62px);
        overflow-y: auto;
    }
    .customPanel h1 {
        font-size: 1.2em;
    }
}

@media (min-width: 768px) {
    .inquiryformcontainer {
        padding: .5em;
        margin: 0;
    }
    .patua h3 {
        font-size: 24px
    }
    #headerContainer .patua {
        padding-left: 30px;
    }
    #headerContainer {
            padding-left: 40px;
    }
    ul.navbar-nav, 
    .widget-FeaturedVehicles h2 {
        background: linear-gradient(rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%,                      
            rgba(255, 255, 255, 0.5) 100%);
    }
    #main-nav, #main-nav .nav>li>a {
        font-size: 10px;
    }

        #main-nav-collapse ul.navbar-nav {
        display: flex;
        display: -ms-flexbox;
        -ms-flex-flow: row;
        justify-content: space-around;
        align-items: center;
        }

    #main-nav a:after {
        content: '';
        height: 1em;
        width: 2px;
        background-color: #fff;
        position: absolute;
        right: -1px;
        top: calc(50% - .5em);
    }

    #main-nav-collapse::before, 
    #main-nav-collapse::after {
        width: 100%;
        height: 8px; 
        background: linear-gradient(#a51117 15%, #fd7777 25%, #a51117 70%, #3c0202);
        box-shadow: 0 1px 2px rgba(0,0,0,.6);
    }
    .navbar-collapse {
        background: none;
    }
    .row {
        margin-top: 0;
    }
    .welcome h3 {
        font-size: 2.8em;
    }
    .welcomeContainer p {
        font-size: 1.2em;
    }
/*  .widget-FeaturedVehicles h2::before, 
    .mStoryHead h1::before {
        top: -8px;
    }*/

    .widget-FeaturedVehicles h2::after,  
    .mStoryHead h1::after {
        top: 45px;
    }
    .single-item-slider .slider-inner .item {
        width: 210px;
    }
    #headerContainer .patua {
        display: block;
    }
    #headerContainer > div.socIcons, 
    #headerContainer > div, 
    #footerContainer > div, 
    #footerContainer .dealerLogo {
        flex: 0 0 25%;
        -ms-flex: 0 0 24%;
        flex-flow: row wrap;
    }

    #footerContainer > div.footerQL {
        flex: 0 0 15%;
        -ms-flex: 0 0 14%;
    }
    #headerContainer {
        margin-top: 35px;
    }
    .navbar-nav>li {
        flex: 1 1 auto;
        text-align: center;
    }
    .widget-FeaturedVehicles h2:first-child, 
    .inventory-container h1, 
    #vdp-container .title h1, 
    #content-container [class*=col-]>h1, 
    .snapwidget h1 {
        font-size: 2.3em;
    }
    #footerContainer {
        flex-flow: row nowrap;
        -ms-flex-wrap: nowrap;
    }
    #footerContainer > div > a {
        flex: 0 0 80%;
        margin: auto;
    }
    #footerContainer .hours {
        display: block;
    }
    .socBottom {
        display: flex;
        justify-content: left;
        margin-left: -20px;
        flex-flow: row wrap;
    }
    #shopButton {
        flex-flow: row nowrap;
        -ms-flex-wrap: nowrap;
    }
    #shopButton > div {
        flex: 0 0 30%;
        height: auto;
        margin-bottom: unset;
    }
    #shopButton > div > a:after {
        content: '';
        width: 100%;
        height: 200%;
        background-color: rgba(33, 139, 233, .71);
        border: 1px #000 solid;
        box-shadow: -2px -2px 30px #000;
        position: absolute;
        top: -5%;
        right: -34%;
        transform: rotateZ(51deg);
        z-index: 0;
        transition: .2s ease-in-out;
    }
    #shopButton > div > a:hover:after {
        border: 3px #c31414 solid;
        box-shadow: -25px 0 100px #000;
        top: 10%;
        right: -15%;
        transform: rotateZ(90deg);
    }
    .shopSpan {
        position: absolute;
        width: 100%;
        text-align: right;
        right: 10px;
        bottom: 10px;
        top: auto;
        z-index: 1;
    }
    .shopSpan span {
        position: relative;
        display: block;
        font-size: calc(22px + (36 - 22) * ((100vw - 300px) / (1600 - 300)));
        line-height: 1.1em;
        text-transform: uppercase;
        font-weight: 600;
    }
    #shopButton img {
        width: 100%;
        transform: none;
    }
    #shopButton > div > a:hover span {
        color: #000;
    }
    #shopButton > div > a:hover .shopSpan {
        top: auto;
                bottom: 10px;
    }
    .psshowroomcontainer a {
        padding: 15px;
        flex: 0 0 33.33%;
    }
    fieldset div div div {
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
        flex-flow: wrap;
    }
    fieldset div div div label {
        order: 1;
        flex: 1;
                flex-basis: 22%;
                -ms-flex: 0 0 15%;
    }
    fieldset div div div span {
        order: 2;
        flex: 1 1 auto;
    }
    fieldset div div div input {
        order: 3;
    }
    .form-control {
        /*flex: 0 0 70%;*/
        margin-bottom: 10px;
    }
    textarea.form-control {
        order: 2;
    }
    .headerPanel h1 {
        font-size: 2.25em;
    }
    .headerPanel h1::before, 
    .headerPanel h1::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        background: radial-gradient(#fff 14%, #000);
        background-size: 150% 150%;
        background-position: 75% 75%;
        box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.95), inset 1px 1px 7px rgba(0, 0, 0, 0.38);
        border-radius: 12px;
        top: calc(50% - 12px);
    }
    .headerPanel h1::before {
        left: 20px;
    }
    .headerPanel h1::after{
        right: 20px;
    }
    .tradePanel h1, 
    .mapHoursStyle h1 {
        width: 14em;
    }
    .partsPanel h1, 
    .servicePanel h1, 
    .dockServPanel h1, 
    .towPanel h1 {
        width: 16em;
    }
    .employmentPanel h1 {
        width: 18em;
    }
        .mapSection {
            padding: 45px 0 45px;
        }
    #outer-wrapper:after{
            background-position: center bottom;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          background-size: contain;
    }
    .customPanel h1 {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
#main-nav, #main-nav .nav>li>a {
    font-size: 12px;
    padding: 10px 4px;
}
    .psshowroomcontainer a {
        flex: 0 0 25%;
    }
/*---   .tradePanel h1, 
    .mapHoursStyle h1 {
        width: 14em;
    }
    .partsPanel h1, 
    .servicePanel h1, 
    .dockServPanel h1, 
    .towPanel h1 {
        width: 16em;
    }
    .employmentPanel h1 {
        width: 18em;
    } ---*/
    .headerPanel h1 {
        font-size: 2.875em;
    }
    .jimPic {
        float: left;
        width: 40%;
        margin: 30px 30px 30px 0;
    }
    fieldset div div div label {
                -ms-flex: 0 0 18%;
    }
    .customPanel h1 {
        font-size: 34px;
    }
}

@media (min-width: 1024px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
    .single-item-slider .slider-inner .item {
        width: 260px;
    }
    .single-item-slider .item-detail .name {
        font-size: 18px;
    }
    .single-item-slider .item-detail .price {
        font-size: 26px;
    }
#main-nav, #main-nav .nav>li>a {
    font-size: 14px;
    padding: 10px 5px;
}
    fieldset div div div label {
                -ms-flex: 0 0 20%;
    }
    .customPanel h1 {
        font-size: 42px;
    }
}
.siteSearch {
    margin: .5em auto;
    display: flex;
    flex-flow: row;
    display: -ms-flexbox;
    -ms-flex-flow: row;
}
.siteSearch button {
    flex: 0 0 30%;
/*  margin-top: 10px;*/
}
.siteSearch input {
    flex: 1 0 60%;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
}
.searchReturn {
    background: #fff;
    max-width: 100%;
    word-wrap: break-word;
    text-align: center;
    flex: 0 0 100%!important;
}
.site-search-m {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    width: 7em;
    padding-top: 3px;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
/*  box-shadow: inset 0px 0px 10px 3px rgba(0, 0, 0, 0.5);*/
}

@media (max-width: 768px) {
    .spaceFix {
        padding-top: 0;
    }
    .spaceFix .row , .spaceFix .widget-inner {
        margin-top: 0 !important;
    }
}





/* BMW PAGE */

.bmwwrapper {
    display: flex;
    text-align: center;
   /* background-color: white; */
    color: black;
}

@media (max-width: 767px) {
.bmwwrapper {
    flex-flow: column; }
}

.bmwmain {
    background-color: #464646;
}

.bmwmain h3 {
    background-color: #464646;
    margin-top: 0;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
}

@media (max-width: 1199px) {
.bmwmain h3 {
    font-size: 17px; }
}

@media (max-width: 991px) {
.bmwmain h3 {
    font-size: 13px; }
}

@media (max-width: 767px) {
.bmwmain h3 {
    font-size: 5vw;
    margin-bottom: 0; }
}

.bmwsub h5 {
    font-size: 13px;
    margin: 0;
    padding: 10px 0px;
}

@media (max-width: 1199px) {
.bmwsub h5 {
    font-size: 11px;
    min-height: 39px; }
}

@media (max-width: 991px) {
.bmwsub h5 {
    min-height: 37px; }
}

.bmwblock {
    border-right: 1px solid #cacaca;
    background-color: white;
}

@media (max-width: 767px) {
.bmwblock {
    border-right: none;
    display: flex;
    flex-flow: column; }


.bmwblock:nth-child(n+2) {
    border-right: none;
    margin-top: 30px; }
}

.bmwwrapper > div:nth-child(6) {
    border: none;
}


.springSales .btn-primary {
    background: white;
    color: black;
    font-size: 17px;
}

@media (max-width: 767px) {
.springSales .btn-primary {
    max-width: 300px;
}
}





/* OEM PAGES */

img.oempic {
    padding: 15px 0px;
}

a.btn.btn-primary.scd-btn {
    color: white;
    background-image: none;
    background-color: #218be9;
    border: 2px solid white;
    width: 50%;
}

@media (max-width: 767px) {
a.btn.btn-primary.scd-btn {
    width: 100%;
    font-size: 5vw; }
}

a.btn.btn-primary.scd-btn:hover {
    background-color: white;
    color: #218be9;
}

a.btn.btn-primary.scd-btn.wide-btn {
    width: 100%;
}

p.oem-p {
    text-align: center;
}

@media (max-width: 767px) {
    .home-billboard {
        order: 1;
    }
    .home-billboard > .widget-inner {
        margin-top: 0 !important;
    }
    .home-buttons {
        order: 2;
    }
    .home-brands {
        order: 3;
    }
    .widget-FeaturedVehicles {
        order: 4;
        margin-top: 0 !important;
    }
    #footerContainer {
        flex-flow: column;
        text-align: center;
    }
    #footerContainer > div {
        flex: 0 0 100%;
        margin: 0 auto;
    }
    #footerContainer > div.footerQL > a.arrowR {
        flex: 0 0 100%;
        text-align: center;
        padding: 13px 0;
    } 
    .addyIcon:before, .phoneIcon:before {
        left: -100px;
    }
    #main-nav-collapse .navbar-nav > li > a, #main-nav .dropdown-menu>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    }
}

.boatShowTop {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7) ), url(https://psmfirestorm.blob.core.windows.net/f3c55b78-44d2-483f-af0d-4bf2c2724794/9955ee59-c572-4817-ac7a-2d9ae82092bb.jpg), no-repeat;
    background-size: cover;
    padding: 0 0 15px;
}

.boatform {
    background: #218be9 url('https://psmfirestorm.blob.core.windows.net/website-themes/64/images/half-toneDotstexture3.png') no-repeat;
    color: white;
    margin-top: 2%;
    background-position: right top;
    border-radius: 12px;
    box-shadow: 1px 4px 15px 2px rgba(0, 0, 0, 0.4), inset 0px 6px 5px rgba(210, 236, 255, 0.3), inset -6px -5px 10px rgba(0, 0, 0, .8);
    padding: 1em;
}

.boatshowcontainer h1 {
    font-size: 8vw;
    text-transform: capitalize;
    font-weight: bold;
}

.boatform .form-header-text {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
}

.boatform .form-control {
    order: 2;
}

.boatShowBrandsContainer {
    background-color: white;
    display: flex;
    flex-wrap: nowrap;
}

.boatShowBrand {
    flex-basis: 20%;
}

@media (max-width: 767px) {
    .boatShowText {
        order: 1;
    }
    .boatform {
        order: 2;
    }
    .boatShowText > .widget-inner, .boatShowBrandsWrapper > .widget-inner {
        margin-top: 0 !important;
    }
}

@media (min-width: 768px) {
    .boatshowcontainer h1 {
        font-size: 32px;
    }
    .boatform .form-header-text {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .boatshowcontainer h1 {
        font-size: 42px;
    }
    .boatform .form-header-text {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .boatshowcontainer h1 {
        font-size: 50px;
    }
    .boatform .form-header-text {
        font-size: 32px;
    }
}

.close-zoom.btn {
    color: #faa;
}

.reset-zoom.btn.btn-primary {
    color: white;
}









#shopButton-oem {
    display: flex;
    flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
}



#shopButton-oem > div {
    flex: 0 0 24%;
    height: 220px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199px) {
#shopButton-oem > div {
    height: 165px; 
}

#shopButton-oem > div > a > div {
    height: 165px!important;
}
}

@media (max-width: 991px) {
#shopButton-oem > div {
    height: 140px; }
}

@media (max-width: 767px) {
#shopButton-oem > div {
    flex: 0 0 47%;
    height: calc(400% - 10vw); }
}

#shopButton-oem > div > a:after {
    content: '';
    width: 100%;
    height: 330px;
    background-color: rgb(60 60 60 / 59%);
    border: 1px #000 solid;
    position: absolute;
    top: 49%;
    right: -19%;
    transform: rotateZ(66deg);
    z-index: 0;
    transition: .2s ease-in-out;
}

@media (max-width: 1199px) {
#shopButton-oem > div > a:after {
    top: 35%; }
}

@media (max-width: 991px) {
#shopButton-oem > div > a:after {
    top: 10%; }
}

@media (max-width: 767px) {
#shopButton-oem > div > a:after {
    top: 67%;
    width: 143%;
    height: 152%;
    right: -48%; }
}

#shopButton-oem > div > a > div {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 220px;
    background-color: white;
}

.shopSpan-oem {
    position: absolute;
    width: 100%;
    text-align: right;
    right: 0;
    top: 176px;
    z-index: 1;
    padding: 0 10px;
}

@media (max-width: 1199px) {
.shopSpan-oem {
    top: 130px;
    padding: 0 5px;
}
}

@media (max-width: 991px) {
.shopSpan-oem {
    top: 100px;
    right: 4px; }
}

@media (max-width: 767px) {
.shopSpan-oem {
    top: 73%; }
}

.shopSpan-oem span {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

@media (max-width: 1199px) {
.shopSpan-oem span {
    font-size: 17px;
    line-height: 18px;
}
}

@media (max-width: 991px) {
.shopSpan-oem span {
    font-size: 16px; }
}

@media (max-width: 767px) {
.shopSpan-oem span {
    font-size: 3.5vw; }
}


.shopSpan-oem > span {
    transition: color .2s, 
    transform .2s linear;
}



#shopButton-oem img {
    width: 85%;
    transition: filter .3s linear;
    max-height: 150px;
    object-fit: contain;
}

#shopButton-oem > div > a:hover .shopSpan {
    /*text-align: left;*/
    top: 20px;
    transition: top .3s linear;
}

#shopButton-oem > div > a:hover:after {
    border: 3px #c31414 solid;
    top: 61%;
    right: 0%;
    transform: rotateZ(90deg);
    background-color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1199px) {
#shopButton-oem > div > a:hover:after {
    top: 27%; }
}

@media (max-width: 991px) {
#shopButton-oem > div > a:hover:after {
    top: -7%; 
}

#shopButton-oem > div > a > div {
    height: 140px!important;
}
}

@media (max-width: 767px) {
#shopButton-oem > div > a:hover:after {
    top: 79%;
    right: -12%; }
}

#shopButton-oem > div > a:hover .shopSpan-oem > span:nth-child(1) {
    transform: translateX(-18%);
}



@media (max-width: 767px) {
    #shopButton-oem > div > a:hover img {
        filter: saturate(0) brightness(0.5);
    }
    
#shopButton-oem img {
    max-height: 110px;
}
}




.jumbotron, #creditAppForm section {
    background: #218be9 !important;
    color: white !important;
}

.jumbotron .text-muted, .jumbotron h1 {
    color: white !important;
}

#SubmitCreditAppButton {
   color: #FEF12D;
   background: url(https://psmfirestorm.blob.core.windows.net/b7d298fa-c13c-4135-9dd8-b568b059b3ee/border2_blue.png) no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    padding: 5px 10px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 93px;
}

.customForm [placeholder="Zip Code"] {
    width: 77px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    margin: 5px 0;
    padding: 2px 7px;
    border: 1px solid #c9c9c9;
    box-shadow: none;
    transition: .3s;
    background: linear-gradient(to bottom, rgb(255 255 255) 0%,rgb(238 238 238) 100%);
    background-color: white;
    color: black;
}

.customForm textarea {
    width: 100%;
}

.customForm .form-header-text {
    font-size: 28px;
    margin-bottom: 5px;
}




