body {
    font-family: 'Roboto', 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/3cbe3831-042f-420a-805e-faf4f2df9ee9/polaris-background.jpg) no-repeat center bottom;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/3cbe3831-042f-420a-805e-faf4f2df9ee9/polaris-background.jpg) no-repeat center bottom;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a,
a.promo-link {
    color: #00476e;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.searchSection {
    padding: 5% 0 10%;
}

.searchBox {
    background-image: url(https://psmfirestorm.blob.core.windows.net/db30c417-00e4-4f54-9e60-d758adab4bd0/2021-ranger-crew-xp-1000-texas-edition-black-pearl_SIX6544_10951.jpg);
    background-size: cover;
    background-position: 0 0px;
    text-align: center;
    position: relative;
    box-shadow: inset 0px 0px 30px black;
    margin-top: -140px!important;
    padding: 13% 0;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c176b1fd-b192-4863-8b0e-807ac939649f/can-am-background.jpg);
    background-size: cover;
    background-position: 0 0px;
    position: relative;
    box-shadow: inset 0px 0px 30px black;
    padding: 6% 0;
}

.aboutSection {
    padding: 15px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/fd4fdbca-1f96-4b86-b095-77ecf0d87490/about-background.jpg);
    background-size: cover;
    background-position: bottom;
    color: white;
}

.oemSection {
    background-color: black;
    padding: 15px;
}

.btnSection,
.oemSection,
.featuredSection,
.sliderSection,
.aboutSection {
    margin-top: 0!important;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#creditAppContainer,
#credit-thankyou-page,
#events-page {
    background-color: white;
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.vytSection {
    margin-top: 0!important;
    background-color: black;
}






/* HEADER */

header.body {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    position: relative;
    z-index: 3;
    padding-bottom: 3%;
    margin-bottom: 0;
}

.headerContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}

.headerLeft {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 333;
}

.headerLeft {
    display: flex;
    align-items: center;
}

.headerContact {
    margin-left: 25px;
}

.headerBtn, 
.footerSocial a {
    width: 30px;
    height: 30px;
    background-color: white;
    display: inline-block;
    color: black!important;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    margin: 0 5px;
    font-size: 18px;
}

.headerBtn:hover, 
.footerSocial a:hover {
    border-radius: 0;
}

.headerSocial {
    position: relative;
    z-index: 333;
}






/* NAVIGATION */

#main-nav {
    margin-top: -80px;
}

.navbar-nav>li>a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px black;
}

.nav>li>a:focus, 
.nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #faf20f;
}

.navbar-nav {
    float: none;
    margin: 0 60px 0 0;
    display: flex;
    justify-content: flex-end;
}






/* CONTENT */
.siteSearch {
    width: 500px;
    margin: auto;
    display: flex;
}

.siteSearch .form-control {
    padding: 30px;
    text-align: center;
    border-radius: 0;
    border: 3px solid #faf20f;
    border-right: none;
    box-shadow: inset 1px 1px 3px black;
    margin: 0;
}

.siteSearch button {
    background-color: #faf20f;
    font-size: 20px;
    border: 2px solid #faf20f;
    padding: 10px 20px;
}

.homeSearch h1 {
    color: white;
    text-align: center;
    font-size: 85px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px black;
    font-weight: 400;
}

.homeSearch h1 span {
    font-weight: 700;
}

.oemContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.oemContainer a {
    padding: 10px;
}

.oemContainer img {
    transition: .3s;
}

.oemContainer a:hover img {
    transform: scale(.9);
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.btnContainer a {
    flex: 0 0 33.33%;
    position: relative;
    overflow: hidden;
}

.btnContainer img {
    width: 100%;
    filter: brightness(0.3);
    transition: .3s;
}

.btnContainer a:hover img {
    filter: brightness(1);
    transform: scale(1.2);
}

.btnContainer div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px black;
}

.btnContainer div:before {
    content: '';
    width: 15%;
    height: 3px;
    background-color: yellow;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -16%;
    transition: .5s;
}

.btnContainer a:hover div:before {
    width: 50%;
}

.btnContainer h3 {
    font-size: 3vw;
    margin-top: 0;
    margin-bottom: 1%;
    color: white;
}

.btnContainer a div > span {
    text-transform: uppercase;
    font-size: 1vw;
    color: white;
}

.btnContainer .fa-plus {
    font-size: .8vw;
    margin-right: 1%;
}

.homeWelcome {
    margin-top: 75px;
}

.homeWelcome h1 {
    text-align: center;
    font-weight: 400;
    font-size: 45px;
    position: relative;
    margin-bottom: 4px;
}

.homeWelcome h1 span {
    font-weight: 700;
}

.homeWelcome h1:after {
    content: '';
    width: 25%;
    height: 3px;
    background-color: yellow;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -9px;
}

.homeWelcome h3 {
    text-align: center;
    letter-spacing: 4px;
    font-weight: 400;
    margin-top: 0;
}

.homeAbout p {
    line-height: 28px;
}

.promoContainer {
    text-align: center;
    padding: 50px 0;
}

.promoContainer h3 {
    font-size: 32px;
    text-align: center;
    position: relative;
}

.promoContainer h3 span {
    font-weight: 400;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
}

.p-header h1 {
    position: absolute;
    color: white;
    bottom: 0;
    margin: 0;
    font-size: 50px;
    padding: 5px 15px;
    text-shadow: 1px 1px 2px black;
}

.p-header h1:before {
    content: '';
    width: 40%;
    height: 3px;
    background-color: yellow;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -16%;
}

.p-header h1 span {
    font-weight: 400;
}

.servContainer div {
    float: right;
    width: 50%;
    background-color: #ececec;
    padding: 10px;
    font-size: 14px;
    margin: 0 0 0 15px;
}

#creditAppForm section {
    background: #eeeeee!important;
}

.jumbotron {
    background-color: transparent!important;
    color: white!important;
}

.text-muted {
    color: #b7b7b7;
}

.aboutPics {
    display: flex;
}

.aboutPics div {
    margin: 10px;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maphourstable td:first-child {
    padding-right: 10px;
    font-weight: 700;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #00476e;
}

.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: yellow;
    border-color: #cccccc;
    color: black;
}

.department-container .department {
    padding: 20px 0;
    background: #fff;
}

.department .title {
    border: none;
    background-color: yellow;
}

.department .employee .name p,
.department .employee .job p {
    margin-bottom: 0;
}

.photo {
    width: 100%;
}

#employees-team-page > div.row > div > h1 {
    font-size: 40px;
    text-align: center;
}

.clearanceContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.clearanceContainer div {
    flex: 0 0 32%;
    margin: 10px 0;
}








/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 325px;
}

.single-item-slider .slider-inner .item {
    width: 339px;
    margin: 0 11px;
}

.single-item-slider .img-container {
    height: 200px;
}

.single-item-slider .item-detail .name {
    color: black;
    text-transform: uppercase;
    line-height: 20px;
}

.single-item-slider .item-detail .price {
    font-size: 25px;
    padding: 10px 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    background-color: yellow;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 30px;
}

.featuredInventory h2 {
    display: none;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 4px solid black;
}

.featuredInventory .single-item-slider .slider-control {
    font-size: 67px;
    padding: 86px 0px;
}

.featText {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto 25px;
}

.featText h2 {
    margin: 0;
    font-size: 45px;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.featText h2 span {
    font-weight: 400;
}

.featText .btn-primary {
    margin: 0;
}

.featuredSection .container {
    background-color: rgb(0 0 0 / 75%);
    padding: 15px;
    border-radius: 6px;
}






/* LATEST REVIEWS */

.latestreviews h2 {
    display: none;
}

.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;
}

.reivew-name {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
}

.review-date {
    color: black;
    font-size: 14px;
}

.latestreviews .single-item-slider .slider-inner .item {
    width: 241px;
    margin: 0 5px;
}






/* INVENTORY */

.remove-all-filters-link {
    text-decoration: none;
    background-color: red;
    color: white;
    padding: 3px 7px;
    font-size: 14px;
    transform: skewX(-10deg);
    display: block;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 14px;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    font-size: 21px;
    padding: 5px 4%;
    bottom: -2px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: yellow;
    width: max-content;
    left: 50%;
    color: black;
    transform: translateX(-50%);
    border-radius: 30px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    position: relative;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    transition: .4s ease;
    box-shadow: 0 0 5px rgb(0 0 0 / 32%);
    border-radius: 8px;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    min-height: 40px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 34px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: -9px;
    left: -5px;
}







/* FORMS */

.btn-primary {
    color: #000;
    background-color: yellow;
    border-color: yellow;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
    margin: 10px 0;
}

.btn-sec {
    font-size: 20px;
    margin: 10px auto;
    display: block;
    width: max-content;
}

.btn-primary:hover,
.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 {
    background-color: yellow;
    color: black;
    border-color: yellow;
    border-radius: 0;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ececec;
    padding: 15px;
}

.empform {
    margin-top: 25px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

.customForm .form-header-text {
    font-size: 30px;
}

.forms-title-section {
    text-align: center;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid white;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    border-radius: 0;
    margin: 5px 0;
    transition: .3s;
}

.form-control:hover {
    border-color: #ffff00;
}

.form-control:focus {
    border-color: yellow;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(231 233 102 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(233 223 102 / 60%);
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: none;
    margin: 5px 0;
}

.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%;
}

.inquiryformcontainer {
    font-size: 15px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ececec;
}

.locationBox {
    margin-top: 25px;
}

@media (min-width: 768px) {
#Form2139 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2139 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #161616;
    color: #bababa;
    text-align: center;
    padding: 15px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #fff;
}

.footerBack {
    background-color: black;
}

.footerContainer {
    display: flex;
    justify-content: space-around;
    color: white;
    width: 1480px;
    margin: auto;
    text-transform: uppercase;
    padding: 15px;
    line-height: 30px;
}

.footerWrapper {
    display: flex;
    flex-wrap: wrap;
}

.footerBlock {
    flex: 1 0 auto;
    padding: 10px;
}

.footerBlock a {
    color: #dddddd;
}

.footerBlock a:hover {
    color: yellow;
}

.footerBlock .dealer-address, 
.footerBlock .dealer-phone {
    display: block;
}

.footerBlock .dealer-phone {
    font-weight: 700;
    font-size: 26px;
}

.footerMap {
    position: relative;
    flex: 0 0 50%;
    padding-bottom: 150px;
}

.footerMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footerBlock h3 {
    position: relative;
}

.footerBlock h3:after {
    content: '';
    width: 105px;
    height: 2px;
    position: absolute;
    background-size: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-color: yellow;
    bottom: -6px;
}

.footerBlock table td:first-child {
    padding-right: 15px;
    font-weight: 700;
}

.footerSocial {
    display: flex;
    line-height: 24px;
}






/* BREAKPOINTS */

@media (max-width: 1499px) {
.headerContainer,
.footerContainer {
    width: 1180px;
}

.navbar-nav {
    margin: 0 101px 0 0;
}

.navbar-nav>li>a {
    padding: 22px 12px;
}

.headerLogo img {
    max-width: 200px;
}
}




@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.headerLogo img {
    max-width: 155px;
}

.headerContact {
    margin-left: 16px;
}

.navbar-nav>li>a {
    padding: 29px 9px;
    font-size: 15px;
}

.navbar-nav {
    margin: 0 65px 0 0;
}

.headerBtn, 
.footerSocial a {
    width: 28px;
    height: 28px;
    margin: 0 2px;
    font-size: 16px;
}

.homeSearch h1 {
    font-size: 65px;
}

.footerBlock {
    flex: 0 0 100%;
}

.footerMap {
    flex: 0 0 60%;
}

.mapWrapper {
    padding-bottom: 129%;
}

.inventory-container .vehicle .price {
    font-size: 18px;
}
}





@media (max-width: 991px) {
.headerContainer,
.footerContainer {
    width: 740px;
}

.headerContainer {
    justify-content: center;
}

.headerLeft {
    flex-flow: row-reverse;
}

.headerLogo {
    margin: 0 15px;
}

.headerContact {
    margin-left: 0;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav {
    margin: 0;
    justify-content: center;
}

#main-nav .nav>li>a {
    font-size: 14px;
    padding: 15px;
}

.homeSearch h1 {
    font-size: 53px;
}

.single-item-slider .slider-inner .item {
    width: 310px;
}

.p-header h1 {
    font-size: 40px;
}

.form-header-text {
    font-size: 25px;
}

.servContainer div {
    float: none;
    width: 100%;
    margin: 0;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}
}






@media (max-width: 767px) {
.headerContainer,
.footerContainer {
    width: 100%;
}

.siteSearch {
    width: 98%;

}

.featText .btn-primary {
    display: none;
}

.featText h2 {
    text-align: center;
}

.single-item-slider .slider-inner .item {
    width: 216px;
    margin: 0 14px 0 0;
}

.single-item-slider .img-container {
    height: 120px;
}

.featuredInventory .single-item-slider .slider-control {
    font-size: 40px;
    padding: 60px 0;
}

.single-item-slider .item-detail .price {
    font-size: 17px;
    padding: 7px 11px;
}

.searchBox {
    margin-top: -16%!important;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.homeSearch h1 {
    font-size: 11vw;
}

.oemSection .widget-inner,
.btnSection .widget-inner,
.aboutSection .widget-inner {
    margin-top: 0!important;
}

.featuredSection {
    padding: 0;
}

.single-item-slider .slider-outer {
    height: 305px;
}

.promoContainer {
    padding: 0;
}

.footerContainer {
    flex-flow: column;
}

.footerMap {
    padding-bottom: 100%;
    margin-top: 30px;
}

.navbar-nav {
    display: block;
}

#main-nav .navbar-toggle {
    color: white;
    float: none;
    margin: auto;
    display: block;
    padding: 0;
}

header.body {
    padding-bottom: 0;
    background-color: black;
    box-shadow: 0 0 10px black;
}

.searchBox {
    margin-top: 0!important;
}

.featuredSection,
.searchBox {
    background-position: center!important;
}

.oemContainer {
    flex-wrap: wrap;
}

.oemContainer a {
    flex: 0 0 28%;
}

.btnContainer a {
    flex: 0 0 50%;
}

.btnContainer h3 {
    font-size: 5vw;
}

.btnContainer a div > span,
.btnContainer .fa-plus {
    font-size: 3vw;
}

.headerLogo img {
    max-width: 120px;
}

#main-nav .dropdown-menu>li>a {
    color: #cecece;
}

.page-background > div, 
#calendar-page, 
#employees-team-page, 
#promotions-page, 
#inventory-page,
#vdp-container, 
#thankyou-page, 
#showroom, 
#blog-page, 
#blog-detail, 
#creditAppContainer, 
#credit-thankyou-page, 
#events-page {
    margin: 15px 15px 0;
}

.p-header h1 {
    font-size: 7vw;
}

.p-header {
    margin-bottom: 0;
}

.p-header h1 span {
    display: block;
}

.p-header h1:before {
    left: 15px;
    transform: translateX(0);
    top: -9%;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 20px;
}

.customForm .form-header-text {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 8px;
}

.siteSearch-M input {
    background-color: #ececec;
}

.clearanceContainer {
    flex-flow: column;
}
}





