body {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #000;
}

@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/f6e0b89d-ec0b-4fef-b1c8-40b483578019/background-polaris.jpg) no-repeat center top;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/f6e0b89d-ec0b-4fef-b1c8-40b483578019/background-polaris.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #037dfd;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #004e9e;
    text-decoration: none;
}

.btmSection {
    background-color: #e6e6e6;
}

.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 {
    background-color: white;
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.featuredSection {
    background-color: white;
    margin-top: 0!important;
}

.sliderSection {
    margin-top: 0!important;
}






/* HEADER */

header.body {
    background-color: #ffffff;
    background-image: url(https://psmfirestorm.blob.core.windows.net/7a675166-dd64-47c3-8f3e-60de027969a0/header-back.jpg);
    background-size: cover;
    background-position: center;
}

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    padding: 15px;
}

.headerBlock {
    display: flex;
    flex: 0 0 45%;
    padding: 10px;
    background: linear-gradient(311deg, #ff954f 0%,#ff6600 100%);
    border-radius: 8px;
    justify-content: space-around;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 35%);
    transition: .3s;
}

.headerBlock:hover {
    border-radius: 0;
    transform: scale(1.02);
}

.headerInfo .headerAddress {
    display: block;
}

.headerContainer .btn-primary {
    display: block;
    width: max-content;
    text-transform: uppercase;
    background-color: black;
    border-color: black;
    margin-top: 5px;
    border-radius: 6px;
}

.footerBlock a.footerTel {
    font-size: 25px;
    color: #037dfd;
}

a.headerTel:hover, 
.footerBlock a.footerTel:hover {
    color: #037dfd;
}

a.headerTel .fa-phone-square,
a.mobileLocation {
    display: none;
}

.headerInfo {
    text-align: center;
}

.headerContainer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerContainer .btn-primary {
    margin: 0;
}

a.headerTel {
    margin: 0 20px;
    font-size: 22px;
}






/* NAVIGATION */

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 700;
    color: black;
    font-size: 18px;
    position: relative;
}

.navbar-nav>li>a:after {
    content: '';
    width: 3px;
    height: 60%;
    background-color: #e3e3e3;
    position: absolute;
    right: -1px;
    top: 20%;
}

.navbar-nav>li:last-child>a:after {
    display: none;
}

.social-media-icons {
    display: none;
}





/* CONTENT */

.homeLocations {
    display: flex;
    justify-content: space-around;
}

.homeLocations a {
    flex: 0 0 46%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-color: white;
}

.homeLocations div {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.homeLocations img {
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.homeLocations a:hover img {
    filter: opacity(0.5);
}

.homeLocations h3 {
    color: white;
    font-weight: 700;
    font-size: 50px;
    transform: skewX(-8deg);
    position: relative;
    text-shadow: 0 0 5px black;
}

/*
.homeLocations h3:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #037dff;
    position: absolute;
    left: 0;
    bottom: -2px;
}
*/

.homeLocations .btn-primary {
    margin-top: 85px;
    background-color: white;
    color: black;
    border-color: white;
    font-size: 18px;
    box-shadow: 2px 2px 2px black;
}

.siteSearch {
    width: 500px;
    display: flex;
    margin: 120px auto;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
}

.siteSearch .form-control {
    font-size: 16px;
    padding: 25px 15px;
    border-radius: 10px 0 0 10px;
    border-right: none;
    border: none;
    background-color: white;
    margin: 0;
}

.siteSearch .btn-primary {
    background-color: white;
    font-size: 20px;
    border-radius: 0 10px 10px 0;
    color: black;
    border-left: none;
    border: none;
    margin: 0;
}

.siteSearch .btn-primary:hover {
    background-color: white;
    color: #007dfe;
    border-radius: 0 10px 10px 0;
}

.btnWrapper {
    display: flex;
    justify-content: space-around;
    background-color: white;
    text-align: center;
}

.btnWrapper a {
    flex: 0 0 33.33%;
    text-align: center;
    padding: 3% 1%;
}

.btnWrapper h3 {
    margin: 0 auto;
    font-size: 3vw;
    width: max-content;
    position: relative;
    color: black;
    padding: 0 1%;
}

.btnWrapper h3 span {
    font-weight: 400;
}

.btnWrapper h3:before, 
.btnWrapper h3:after, 
.featuredInventory h2:before, 
.featuredInventory h2:after {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #007dff;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
}

.btnWrapper h3:after,
.featuredInventory h2:after {
    left: unset;
    right: 0;
    bottom: -8%;
    top: unset;
}

.btnWrapper a:hover h3:before,
.btnWrapper a:hover h3:after {
    width: 100%;
}

.oemContainer {
    width: 80%;
    margin: 80px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.oemContainer a {
    padding: 15px;
}

.oemContainer a:hover {
    transform: scale(1.05);
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 300px;
    border-bottom: 3px solid #007dfe;
}

.p-header:after {
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 55%) 100%);
    width: 100%;
    height: 37%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    font-size: 56px;
    margin: 0;
    padding: 10px;
    z-index: 3;
    text-align: right;
    width: 100%;
    left: 0;
    text-shadow: 0px 0px 3px black;
    color: white;
}

.p-header h1 span {
    font-weight: 400;
}

#creditAppForm {
    background-color: white;
    padding: 10px;
}

#creditAppForm section {
    background: #eeeeee!important;
}

.mapWrapper {
    overflow: hidden;
    position: relative;
    padding-top: 28%;
    margin-top: 25px;
}

.mapWrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.maphourswrapper {
    display: flex;
    justify-content: space-between;
}

.maptext table td:nth-child(1) {
    font-weight: 700;
    padding-right: 18px;
}

.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 {
    background-color: #007dfe;
    border-color: #d8d8d8;
}







/* FEATURED INVENTORY */

.single-item-slider .slider-inner .item {
    width: 260px;
}

.single-item-slider .slider-inner .item:hover {
    transform: scale(0.97);
}

.single-item-slider .img-container {
    height: 185px;
    background-color: white;
}

.single-item-slider .item {
    background-color: #eeeeee;
    border: none;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 700;
    bottom: 5px;
    color: #037dff;
}

.single-item-slider .slider-outer {
    height: 300px;
}

.single-item-slider .item-detail .name {
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    line-height: 18px;
}

.featuredInventory h2 {
    width: max-content;
    position: relative;
    margin: 30px auto;
    font-size: 35px;
    padding: 2px 5px;
}

.featuredInventory {
    margin: 35px 0;
}

.featText h2 {
    margin: 80px auto 0;
    font-size: 38px;
    text-shadow: 1px 1px 1px black;
    text-align: center;
    position: relative;
    width: max-content;
    padding: 0 20px;
}

.featText h2:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #0a8743;
    position: absolute;
    bottom: -11px;
    left: 0;
}

.featText h2:after {
    content: '';
    width: 150px;
    height: 7px;
    background-color: #2f73b9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
}

.featText h2 span {
    font-weight: 400;
    letter-spacing: 3px;
}







/* INVENTORY */

.inventory-container .vehicle-box {
    transition: .3s;
}

.inventory-container .vehicle-box:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 34%);
    border-radius: 8px;
    overflow: hidden;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    padding: 5px;
    text-transform: uppercase;
}

.inventory-container .vehicle .price {
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    background-color: black;
    width: max-content;
    border-radius: 8px;
    color: white;
    font-weight: 700;
    padding: 2px 13px 3px;
    margin: 0 auto 7px;
    transition: .3s;
}

.inventory-container .vehicle .price:hover {
    border-radius: 30px;
    background-color: #007dfe;
}

.inventory-container .vehicle .title a {
    color: black;
}

.vehiclemodel {
    font-size: 20px;
    min-height: 43px;
    line-height: 21px;
}

.info {
    color: #676767;
    text-align: center;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    border-radius: 4px 0 0 4px;
}

#ModalVehicleInquiry {
    background: black;
    border: 2px #ff6600 solid;
}

#seller-description {
    color: black;
}

.inquiryformcontainer,
.locationBox {
    background-color: #eee;
}

.locationBox {
    display: none;
}

.vdpinquiryheader {
    text-transform: uppercase;
    font-size: 34px;
}

#showroom .section-box {
    background-color: #000000;
    border-radius: 0px;
}

.panel-heading .panel-toggle {
    text-transform: uppercase;
    font-weight: 700;
}

#filter-accordions .checkbox label {
    color: black;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}







/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #eeeeee;
    padding: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #007dfe;
    border-color: #007dfe;
    font-size: 16px;
    margin: 10px 0 0;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-primary:hover {
    background-color: #007dfe;
    border-color: #007dfe;
    border-radius: 30px;
}

.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.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-color: #007dfe;
    border-color: #007dfe;
    border-radius: 30px;
}

.btn-sec {
    margin: 30px auto;
    text-align: center;
    width: max-content;
    display: block;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
}

.forms-title-section {
    margin-bottom: 6px;
    text-align: center;
}

.servform .form-header-text:before {
    content: '\f0ad';
    font-family: fontawesome;
    padding-right: 9px;
}

.partsform .form-header-text:before {
    content: '\f085';
    font-family: fontawesome;
    padding-right: 9px;
}

.field-validation-valid, 
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 12px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    margin: 6px 0;
    border: none;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    font-size: 14px!important;
    margin: 3px 0;
    border-radius: 0;
    padding: 3px 10px;
    background-color: #ffffff;
    border: none;
    color: black;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

@media (min-width: 768px) {
#Form2221 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form2224 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2224 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2221 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form2224 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #f9f9f9;
    color: #323232;
    text-align: center;
    padding: 15px;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
    font-weight: 700;
}

.footerBack {
    background-color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/7a675166-dd64-47c3-8f3e-60de027969a0/header-back.jpg);
    background-size: cover;
    background-position: center;
}

.footerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
}

.footerContainer a {
    color: black;
}

.footerLocations {
    display: flex;
    justify-content: space-between;
}

/*
.footerLocations > div {
    background: linear-gradient(311deg, #ff954f 0%,#ff6600 100%);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 35%);
}
*/

.footerBlock .footerAddress, 
.footerBlock .btn-primary {
    display: block;
}

.footerLocations > div > a {
    min-height: 115px;
    display: block;
}

.footerBlock .btn-primary {
    margin-top: 10px;
    background-color: black;
    color: white;
    text-transform: uppercase;
    border-color: black;
}

.footerBlock .btn-primary:hover {
    background-color: #007dfe;
    border-color: #007dfe;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
    line-height: 30px;
}

.footerBlock li {
    position: relative;
}

.footerBlock li:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: relative;
    color: #037dff;
    margin-right: 10px;
    transition: .3s;
    display: inline-block;
}

.footerBlock li:hover:before {
    transform: rotate(-90deg);
    color: #ff6600;
}

.footerSocial,
.social {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.footerSocial a,
.social a {
    background-color: #037dff;
    color: white;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
    border-radius: 50%;
    padding: 2px 0;
}

.footerSocial a:hover,
.social a:hover {
    border-radius: 4px;
}

.social {
    margin-bottom: 0;
    margin-left: 15px;
}

.footerMap {
    position: relative;
    padding-bottom: 27%;
    min-height: 150px;
    width: 100%;
    flex: 0 0 37%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





/* BREAKPOINTS */

@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.headerBlock > div {
    flex: 0 0 46%;
    margin-left: 10px;
}

.oemContainer {
    margin: 40px auto;
}

.p-header {
    height: 250px;
}

.p-header h1 {
    font-size: 50px;
}

.form-header-text {
    font-size: 30px;
}

.mapWrapper {
    padding-top: 33%;
}

.single-item-slider .slider-inner .item {
    width: 210px;
}

.single-item-slider .img-container {
    height: 150px;
}

.homeLocations h3 {
    font-size: 42px;
}
}






@media (max-width: 991px) {
.headerContainer,
.footerContainer,
.oemContainer {
    width: 740px;
}

.headerBlock {
    flex-flow: column;
}

.headerBlock a:nth-child(1) {
    min-height: 110px;
    text-align: center;
}

.headerBlock > div {
    margin-left: 0;
}

.headerBlock .btn-primary {
    float: right;
}

.maphourswrapper {
    flex-flow: column;
}

.btnWrapper h3 {
    padding: 3px 1%;
}

.footerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerLocations {
    flex: 0 0 100%;
    justify-content: space-around;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 45px;
}

.siteSearch-M input {
    flex: 1 0 60%;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #037dfe;
    margin: 5px 0;
}

.mapWrapper {
    padding-top: 42%;
}

.hoursTables {
    justify-content: space-around;
}

.headerContainer {
    flex-wrap: wrap;
}

.headerContainer > div {
    margin-top: 10px;
}

.homeLocations h3 {
    font-size: 33px;
}
}





@media (max-width: 767px) {
.headerContainer,
.footerContainer,
.oemContainer {
    width: 100%;
}

.siteSearch {
    width: 98%;
    margin: 19% auto;
}

.btmSection .widget-inner {
    margin-top: 0!important;
}

.headerBlock .btn-primary,
.navbar-nav>li>a:after,
.headerInfo {
    display: none;
}

.headerBlock a.headerTel .fa-phone-square {
    display: inline-block;
}

.headerBlock {
    justify-content: flex-start;
    align-items: center;
}

.headerBlock a:nth-child(1) {
    min-height: 61px;
    max-width: 145px;
}

.headerBlock > div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.headerBlock > div a, 
.headerBlock > div a span {
    color: #000000;
    margin: 0 10px;
}

.headerContainer .btn-primary {
    margin: 0;
    font-size: 14px;
    margin-left: 15px;
}

#main-nav .navbar-brand {
    display: none!important;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerContainer {
    padding: 10px 10px 0;
    position: relative;
}

a.headerTel {
    margin: 0;
    font-size: 24px;
    position: absolute;
    bottom: -51px;
    left: 15px;
}

.footerLocations {
    flex-flow: column;
    align-items: center;
}

.footerLocations > div {
    margin-bottom: 15px;
}

.btnWrapper a {
    flex: 0 0 auto;
    padding: 3% 1%;
    margin: 1% 0;
}

.btnWrapper h3 {
    font-size: 5vw;
}

.btnWrapper h3:before, 
.btnWrapper h3:after {
    width: 12px;
    height: 2px;
}

.btnWrapper h3:before {
    top: -1%;
}

.btnWrapper,
.oemContainer {
    flex-wrap: wrap;
}

.oemContainer a {
    flex: 0 0 48%;
    text-align: center;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 9vw;
    text-align: center;
}

.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 {
    margin: 0 15px;
}

.hoursTables {
    flex-flow: column;
    align-items: center;
}

.mapWrapper {
    padding-top: 100%;
    margin-top: 0;
}

.homeSlider .widget-inner {
    margin-top: 0!important;
}

.featuredInventory h2 {
    font-size: 30px;
}

.footerMap {
    flex: 0 0 100%;
    padding-bottom: 71%;
}

.homeLocations {
    flex-flow: column;
}

.homeLocations a {
    margin: 8px 0;
}

.homeLocations h3 {
    font-size: 8vw;
}
}



