body {
    font-family: 'Montserrat', 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: #000 url(https://psmfirestorm.blob.core.windows.net/5028bb3b-b680-45bc-8884-23228e0dc2c6/rzr-encore-my23-r72e-hero-lg.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #fff url(https://psmfirestorm.blob.core.windows.net/5028bb3b-b680-45bc-8884-23228e0dc2c6/rzr-encore-my23-r72e-hero-lg.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a {
    color: #000000;
    transition: .3s;
    font-weight: 600;
}

a:focus, a:hover {
    color: #e22130;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Audiowide', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.searchSection {
    background-color: rgb(0 0 0 / 55%);
    margin-top: 0px!important;
    padding: 10% 0;
}

.oemSection {
    margin-top: 0!important;
    background-color: #eeeeee;
}

.btnSection {
    background-color: rgb(0 0 0 / 50%);
    margin-top: -25px;
    padding: 4% 0 6%;
    border: 10px solid white;
    border-top: none;
}

.typeSection {
    background-color: white;
    margin-top: 0!important;
}

.aboutSection {
    padding: 7% 0;
    position: relative;
    background-color: black;
    z-index: 33;
    margin-top: 0!important;
    overflow: hidden;
    background-image: url(https://psmfirestorm.blob.core.windows.net/e0cdc633-fde4-4a89-8e7f-45a8c2e433af/2023-08-18.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    border: 10px solid white;
}

.aboutSection .container {
    background-color: rgb(0 0 0 / 80%);
}

.featuredSection {
    margin-top: 0!important;
    padding: 60px 0;
    background-color: white;
    position: relative;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
#privacy-policy
.custom-page,
#vdp-container,
#creditAppContainer {
    background-color: white;
    padding: 15px;
}

.breadcrumb {
    background-color: #4c4c4c;
}

.sevenHundredSection {
    background-color: white;
    margin-top: 0!important;
    text-align: center;
    padding: 10px 0 15px;
}






/* HEADER */

header.body {
    background-color: white;
    position: relative;
    z-index: 999;
}

/*
header.body:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/195e2daa-1434-4541-86bf-c13d687f72e1/christmas-lights-2.gif);
    width: 100%;
    height: 17px;
    position: absolute;
    left: 0;
    background-repeat: repeat-x;
    transform: rotate(180deg);
    background-position: top;
    bottom: -13px;
    z-index: -1;
    background-size: contain;
}
*/

.headerContainer {
    width: 1470px;
    margin: auto;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.headerContainer > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 28%;
}

.headerContainer > div:nth-child(2) a {
    display: flex;
    align-items: center;
    line-height: 17px;
}

.headerSocial {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.headerSocial a {
    padding: 0 10px;
    font-size: 22px;
}

.headerSocial img {
    max-width: 52px;
    filter: grayscale(1) contrast(2);
}

.headerContainer > div:nth-child(2) .fa {
    color: #e32400;
    margin-right: 10px;
}

.headerContainer > div:nth-child(2) .fa-mobile {
    font-size: 41px;
}

.headerContainer > div:nth-child(2) .fa-map-marker {
    font-size: 35px;
    margin-bottom: 3px;
}

.headerContainer .phone-text,
.headerContainer .dealer-address {
    display: block;
}

.headerContainer > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 5px;
}

.siteSearch {
    width: 100%;
    margin: 0 auto 60px;
    display: flex;
    max-width: 450px;
}

.siteSearch .form-control {
    padding: 18px 10px;
    border-radius: 0;
    border: 3px solid #939598;
    margin: 0;
    background-color: white;
    box-shadow: none;
    border-right: none;
}

.siteSearch button {
    font-size: 20px;
    color: white;
    background-color: #e32400;
    border: 3px solid #939598;
    padding: 2px 12px;
    border-radius: 0;
    transition: .3s;
}

.siteSearch button:hover {
    color: black;
}







/* NAVIGATION */

#main-nav {
    margin-top: -68px;
    background-color: white;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: flex-end;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    color: black;
    padding: 23px 15px;
    font-family: 'Audiowide', sans-serif;
    font-style: italic;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #dd1726;
}

.social-media-icons {
    display: none;
}

#main-nav li.dropdown.open ul {
    border-top-color: #fff;
}

.dropdown-menu {
    box-shadow: none;
}





/* CONTENT */

.inventoryBanner {
    margin-bottom: 15px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}

.homeSlider > div > div {
    border: 3px solid white;
    box-shadow: 0 0 10px black;
}

.btnContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btnContainer a {
    background-color: #004890;
    padding: 18px 15px;
    margin-bottom: 19px;
    position: relative;
    box-shadow: 0 0 10px black;
    border: 3px solid white;
    flex: 0 0 49%;
    z-index: 3;
    color: white;
    text-shadow: 2px 2px 2px black;
}

.btnContainer a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    left: 0;
    top: 0;
    z-index: -1;
    filter: opacity(0.3) grayscale(1);
    transition: .3s;
}

.btnContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/047af0e6-b19d-4268-ac93-e40acc7f8a96/atv-honda.jpg);
    background-position: 50% 76%;
}

.btnContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/850bc241-b6ef-4260-8bea-db7ca838f2b6/boat.jpg);
    background-position: 50% 53%;
}

.btnContainer a:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d00cf574-2f40-455b-8052-e2e98dda6e00/slingshot.jpg);
    background-position: 50% 70%;
}

.btnContainer a:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6a26ae16-3a5c-40d1-bb8e-dcb363cd5d51/pwc-kawasaki.jpg);
    background-position: 50% 52%;
}

.btnContainer a:hover:before {
    filter: opacity(1);
}

.btnContainer a:after {
    content: '\f178';
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    color: #c1c1c1;
    transition: .3s;
}

.btnContainer a:hover:after {
    color: #e32400;
    transform: translateY(-50%) rotateY(180deg);
}

.btnContainer h3 {
    margin: 0;
    font-size: 28px;
    line-height: 32px;
}

.btnContainer h3 span {
    display: block;
    font-size: 33px;
    font-style: italic;
}

.oemWrapper {
    background-color: white;
}

.oemContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.oemContainer a {
    padding: 2% 1%;
}

.oemContainer a:hover {
    transform: scale(1.1);
}

.oemContainer img {
    max-height: 109px;
    /*filter: grayscale(1) opacity(0.3);*/
}

.p-header {
    height: 250px;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 5px solid #929598;
}

.p-header:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 26%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 55px;
    width: max-content;
    text-shadow: 0 0 10px black, 1px 1px 1px black;
    z-index: 9;
    color: white;
}

.p-header h1:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/33095e07-d743-4c90-b39d-a45e635e5ee1/header-element.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: -55px;
    background-position: center;
}

.mapWrapper {
    position: relative;
    padding-bottom: 101%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maphourstable td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.maphourstable {
    margin-bottom: 25px;
}

.department-container {
    margin-top: 0;
}

.department-container .department {
    background: #fff;
}

.department .title {
    border: 1px solid #ededed;
    background: #dbdbdb;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

#employees-team-page .page-title {
    text-align: center;
    font-size: 50px!important;
}

.department .title {
    border: none;
    background: #4c4c4c;
    border-bottom: 3px solid #014890;
}

#creditAppForm section {
    background: #dedede!important;
    color: black;
}

.jumbotron {
    background-color: #fff;
}

.seller-description {
    color: black;
}

.typeContainer {
    display: flex;
    justify-content: space-between;
}

.typeContainer a {
    flex: 0 0 14.29%;
    position: relative;
    color: white;
    padding: 15px;
}

.typeContainer > a > div > div:nth-child(2) {
    position: absolute;
    top: -27%;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
}

.typeContainer h3 {
    text-align: center;
    font-size: 1.45vw;
    padding: 0 1%;
    color: black;
    transition: .3s;
}

.typeContainer a:hover h3 {
    color: #e32400;
}

.typeContainer a:hover img {
    transform: translateY(-10px);
}

.typeContainer img {
    transition: .3s;
}

.aboutContainer {
    padding: 15px;
    font-size: 15px;
    color: white;
}

.aboutContainer a {
    color: white;
}

.financeIframe {
    position: relative;
    padding-bottom: 50%;
    min-height: 150px;
}

.financeIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/* FEATURED INVENTORY */

.single-item-slider .slider-control {
    top: 50%!important;
    transform: translateY(-50%);
}

.featuredInventory {
    position: relative;
    z-index: 33;
}

.featHdr {
    color: black;
    margin-top: 27%;
    display: block;
}

.featHdr h1 {
    line-height: 43px;
    display: block;
    font-size: 46px;
    font-style: italic;
}

.featHdr h1 span {
    margin: 19px 0 0;
    font-size: 41px;
    font-style: normal;
}

.single-item-slider .item-detail .name {
    color: black;
    font-size: 14px;
    line-height: 18px;
}

.single-item-slider .slider-outer {
    height: 349px;
}

.single-item-slider .slider-inner .item {
    width: 328px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 3% 2%;
    text-transform: uppercase;
    font-weight: 600;
    bottom: 0;
    background-color: #014890;
    color: white;
    left: 0;
    transition: .3s;
}

.single-item-slider a:hover .item-detail .price {
    background-color: white;
    color: #004890;
}

.single-item-slider .img-container {
    height: 222px;
}

.featuredInventory h2 {
    color: #dd1726;
    text-shadow: 0 0 5px white, 1px 1px 1px white;
    font-size: 45px;
    position: relative;
    padding: 0 27px;
    display: none;
}

.featuredInventory h2:before, 
.featuredInventory h2:after {
    content: '';
    position: absolute;
    width: 818.5px;
    height: 3px;
    background-color: #939598;
    position: absolute;
    top: 22px;
    margin-left: 11px;
}

.featuredInventory h2:before {
    width: 32px;
    margin-left: 0;
    left: -15px;
}

.featuredInventory .slider-control {
    color: #a0a0a0;
}

.widget-FeaturedVehicles .blurbBanner span {
    top: 38px;
    left: -6%;
    width: 83%;
    padding: 0 5px;
}






/* REVIEWS */

.widget-Reviews .single-item-slider .slider-control {
    color: #e32400;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
}

.reivew-name {
    color: #014890;
}

.review-comments {
    color: #565656;
    font-size: 14px;
    line-height: 18px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 20em;
}

.reivew-name {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.review-date {
    color: black;
    font-size: 14px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 265px;
}

.latestReviews h2 {
    text-align: center;
    font-size: 42px;
    font-style: italic;
    color: white;
}





/* INVENTORY */

.inventory-image {
    max-height: unset;
    height: 100%;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #004890;
    border-color: #004890;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #004890;
}

.inventory-image {
    object-fit: contain;
}

.inventory-container .vehicle .thumb {
    height: 221px;
    line-height: 219px;
}

#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;
}

#details-accordions {
    color: black;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #014890;
    color: white;
    text-align: center;
}

.inventory-container .vehicle .savings {
    margin-top: 0px;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: -5px;
    left: -4px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
    border-radius: 8px;
    position: relative;
}

.inventory-container .vehicle:hover {
    background-color: #dd1726;
    transition: .4s ease;
    border-radius: 8px;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 5px;
    border-radius: 8px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .vehicle .thumb {
    border-radius: 4px 4px 0 0;
}

.vehicleTextMeContainer a {
    color: #014890;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

#vdp-container .images-container {
    max-width: 100%;
}








/* FORMS */

.mainform {
    height: max-content;
    position: relative;
}

.mainform > div {
    background-color: #dedede;
    padding: 15px;
    position: relative;
    z-index: 333;
}

.form-header-text {
    font-family: 'Audiowide', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    color: #dd1726;
    z-index: 333;
    position: relative;
    margin-bottom: 0;
}

.form-control {
    transition: .3s;
    font-size: 14px!important;
    margin: 5px 0;
    border-radius: 0;
    border: 1px solid white;
    box-shadow: none;
}

.form-control:hover {
    border-color: black;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    top: 5px;
    right: 12px;
}

.forms-title-section {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3px;
}

.btn-primary {
    text-transform: uppercase;
    background-color: #014890;
    color: white;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 0;
    box-shadow: 0px 0px 6px white;
    margin: 10px 0;
    border: 2px solid #014890;
    transition: .3s;
    font-weight: 700;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: auto;
}

.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 {
color: #014890;
    background-color: white;
    border-color: #014890;
}

@media (min-width: 768px) {
#Form1454 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1454 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form1455 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1454 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1455 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}

.inquiryformcontainer, 
.locationBox {
    background-color: #dedede;
    color: black;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 96px;
}

.customForm [placeholder="Zip Code"] {
    width: 78px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea {
    font-size: 14px!important;
    border: 1px solid #fff;
    margin: 5px 0;
    padding: 2px 7px;
    border-radius: 0;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #525252;
    padding: 15px;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
    font-weight: 600;
}

.footerWrapper {
    background-color: white;
}

.footerContainer {
    background-color: white;
    display: flex;
    text-transform: uppercase;
    width: 1470px;
    margin: auto;
    color: black;
    padding: 15px;
    justify-content: space-between;
    line-height: 27px;
    flex-wrap: wrap;
}

.footerMap {
    position: relative;
    flex: 0 0 100%;
    padding-bottom: 21%;
}

.footerMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footerContainer > div:nth-child(1) {
    text-align: center;
}

.footerBlock img.dealerLogo {
    margin-bottom: 20px;
}

.footerBlock {
    padding: 15px;
}

.footerBlock .dealer-address {
    display: block;
}

.footerBlock .dealer-phone {
    display: block;
    font-weight: 600;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 13px;
}

.footerBlock table td:first-child {
    text-align: left;
}

.footerBlock table td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footerBlock ul {
    padding: 0;
}

.footerBlock li {
    list-style: none;
    position: relative;
    padding: 0 15px;
    width: max-content;
}

.footerBlock li:before {
    content: '\f0da';
    font-family: fontawesome;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    color: #474747;
    transition: .4s;
}

.footerBlock ul li:hover:before {
    transform: rotate(0deg);
}

.footerBlock h3 {
    font-size: 30px;
    margin-top: 0;
}

.footerBlock a {
    color: #dd1726;
}

.footerBlock a:hover {
    color: #014890;
}




@media (max-width: 1499px) {
.footerContainer,
.oemContainer,
.headerContainer {
    width: 1170px;
}

.headerContainer {
    justify-content: space-between;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 37%;
}

a.dealerLogo img {
    max-width: 250px;
}

#main-nav {
    margin-top: -56px;
}

.navbar-nav>li>a {
    padding: 16px 12px;
    font-size: 14px;
}

.btnContainer a {
    padding: 12px 15px;
    margin-bottom: 11px;
}

.btnContainer h3 {
    font-size: 24px;
    line-height: 28px;
}

.btnContainer h3 span {
    font-size: 29px;
}

.btnContainer a:after {
    font-size: 32px;
}

.single-item-slider .slider-inner .item {
    width: 254px;
}

.single-item-slider .img-container {
    height: 167px;
}

.single-item-slider .slider-outer {
    height: 297px;
}

.featHdr h1 {
    line-height: 34px;
    font-size: 37px;
}

.featHdr h1 span {
    font-size: 34px;
}

.widget-FeaturedVehicles .blurbBanner span {
    top: 35px;
    left: -7%;
    width: 100%;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 258px;
}

.inventory-container .vehicle .thumb {
    height: 171px;
    line-height: 166px;
}

.inventory-container .vehicle .price {
    font-size: 22px;
}

.footerMap {
    flex: 0 0 65%;
    margin-top: 15px;
    padding-bottom: 27%;
}
}




@media (max-width: 1199px) {
.headerContainer {
    width: 970px;
    align-items: center;
}

.headersocial {
    width: 40%;
}

.navbar-nav>li>a {
    padding: 23px 8px;
    font-size: 15px;
}

.p-header h1 {
    font-size: 50px;
}

.featuredInventory h2 {
    margin-bottom: -15px;
    font-size: 65px;
}

.footerContainer,
.h-btn-container,
.oemContainer {
    width: 970px;
}

.footerWrapper {
    flex: 0 0 35%;
}

.inventory-container .vehicle .thumb {
    height: 138px;
    line-height: 134px;
}

.inventory-container .vehicle .price {
    font-size: 15px;
}

#main-nav {
    margin-top: 0;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 46%;
}

a.dealerLogo img {
    max-width: 215px;
}

.navbar-nav {
    justify-content: space-around;
}

.navbar-nav>li>a {
    padding: 15px 8px;
}

.homeSlider {
    margin-top: 25px;
}

.single-item-slider .slider-inner .item {
    width: 269px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 285px;
}
}




@media (max-width: 991px) {
.headerContainer {
    width: 740px;
}

a.dealerLogo img {
    max-width: 100%;
    padding-right: 15px;
}

.featuredSection > div > div > div {
    flex-flow: column-reverse;
}

.featHdr {
    margin-top: 0;
    text-align: center;
}

.featHdr .btn-primary {
    display: none;
}

.featHdr h1 span {
    font-size: 37px;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.single-item-slider .img-container {
    height: 140px;
}

.widget-FeaturedVehicles .blurbBanner span {
    top: 25px;
    left: -7%;
}

.single-item-slider .item-detail .price {
    font-size: 16px;
}

.oemContainer {
    width: 700px;
}

.h-btn-block h2 {
    font-size: 23px;
    line-height: 24px;
}

.h-btn-block h2 span {
    font-size: 30px;
}

#main-nav .nav>li>a {
    padding: 15px 6px;
}

.headerblock {
    flex: 0 0 30%;
}

.headerlogo {
    flex: 0 0 40%;
}

.headerlogo img {
    max-width: 215px;
}

.headersocial {
    width: 43%;
}

.siteSearch {
    width: 500px;
}

.searchtext {
    font-size: 39px;
    margin-bottom: 25px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 40px;
}

.footerContainer, 
.h-btn-container {
    width: 748px;
}

.footerWrapper {
    flex: 0 0 45%;
}

.inventory-container .vehicle .thumb {
    height: 202px;
    line-height: 197px;
}

.inventory-container .vehicle .price {
    font-size: 18px;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 54%;
}

.typeContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.typeContainer a {
    flex: 0 0 25%;
}

.typeContainer h3 {
    font-size: 2.5vw;
}

.oemContainer {
    flex-wrap: wrap;
}

.oemContainer a {
    flex: 0 0 19%;
    text-align: center;
}

.oemContainer img {
    max-height: 70px;
}

.single-item-slider .slider-outer {
    height: 275px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 212px;
}

.footerContainer {
    justify-content: space-around;
}

.siteSearch-M input {
    border-color: #004890;
}

.footerMap {
    flex: 0 0 100%;
    padding-bottom: 44%;
}
}




@media (max-width: 767px) {
.oemContainer, 
.footerContainer, 
.h-btn-container,
.headerContainer {
    width: 100%;
}

#home-page #section-1 {
    margin-top: 0;
}

.financeIframe {
    padding-bottom: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    min-height: 1250px;
}

.btnContainer {
    flex-flow: column;
}

.btnContainer a {
    padding: 4%;
    margin-bottom: 15px;
}

.btnContainer h3 {
    font-size: 6vw;
    line-height: 6.5vw;
}

.btnContainer h3 span {
    font-size: 7vw;
}

.typeContainer a {
    flex: 0 0 50%;
}

.typeContainer h3 {
    font-size: 5vw;
}

.oemSection .widget-inner {
    margin-top: 0!important;
}

.siteSearch {
    margin: 25px auto;
}

.h-btn-block h2 {
    font-size: 5vw;
    line-height: 6vw;
    font-style: italic;
    margin-bottom: 1%;
}

.h-btn-block h2 span {
    font-size: 5vw;
    display: inline-block;
}

.h-btn-container {
    flex-flow: column;
}

.siteSearch {
    width: 98%;
}

.searchtext {
    font-size: 10vw;
    margin-top: 0;
}

a.dealerLogo {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 10px;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 100%;
}

a.dealerLogo img {
    max-width: 200px;
    padding: 0;
}

.headerContainer {
    flex-wrap: wrap;
}

.h-btn-block > span {
    font-size: 2.5vw;
}

.h-btn-container a {
    padding: 5%;
}

.h-btn-container a:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
}

.h-btn-container a:nth-child(3):after {
    display: none;
}

.headercontainer {
    align-items: flex-start;
}

.headerbackground:before,
.headerbackground:after {
    display: none;
}

#main-nav {
    background-color: #ffffff;
    color: #014890;
    margin-top: -61px;
}

#main-nav .navbar-toggle {
    position: relative;
    z-index: 333;
}

#main-nav .navbar-brand.text,
#main-nav .navbar-brand {
    display: none!important;
}

#main-nav .nav>li>a {
    padding: 15px;
}

.navbar-nav {
    display: block;
}

.navbar-nav>li>a {
    padding: 15px 9px;
    color: #014890;
}

.featuredInventory h2 {
    margin-bottom: -2%;
    font-size: 10vw;
    line-height: 9vw;
}

.featuredSection {
    padding: 15px 0;
}

header.body {
    margin-bottom: 0;
}

.maphourstable {
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 6vw;
}

.p-header h1:before {
    top: -88%;
}

.form-header-text {
    font-size: 22px;
}

.footerContainer {
    flex-flow: column;
    text-align: center;
}

.footerBlock ul {
    margin: auto;
    width: max-content;
}

.footerBlock table {
    margin: auto;
}

.footerBlock h3 {
    margin-top: 25px;
}

.latestReviews h2 {
    text-align: center;
}

.oemContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.oemContainer a {
    flex: 0 0 50%;
    padding: 15px;
    min-height: 18vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.single-item-slider .slider-outer {
    height: 260px;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 21px;
}

.searchSection {
    margin-top: 0px!important;
}

.headerContainer > div:nth-child(3) {
    margin-top: 15px;
    position: relative;
    z-index: 9;
}

.aboutSection {
    padding: 15px;
}

.footerMap {
    padding-bottom: 100%;
}

header.body:after {
    bottom: -8px;
}
}




@media (max-width: 400px) {
.headerContainer > div:nth-child(2) {
    font-size: 14px;
}
}







.ebay-button {
    width: 100%;
    font-size: 35px;
    margin-bottom: 15px;
    padding: 25px;
    background: #014890;
    border: none;
    white-space: pre-wrap; /* CSS3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
