body { 
    font-family: 'Roboto Condensed', 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: #fff url() 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: #fff url() no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
}

#content-container {
    padding-bottom: 30px;
}

#inventory-page,
.page-background > div,
#showroom,
#vdp-container,
#employees-team-page,
#blog-page,
#blog-detail,
#payment-calculator-page,
#thankyou-page,
#privacy-policy,
.custom-page {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 15px;
    margin-top: 25px;
}

#showroom hr {
    margin: 0 0 15px;
    border-top: 1px solid #7e7e7e;
}

.container {
    width: 1470px;
}

#ae_app #ae_launcher.ae-cta-position-preset-right-lower {
    right: unset!important;
    left: 10px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: unset;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #a82127;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

.topSection > div {
    background-color: rgb(255 255 255 / 80%);
    padding: 15px;
}

.logoSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b77eb917-e514-4893-a84e-56f7ca94e6ab/textured-background.jpg);
    background-size: cover;
    background-position: 0 0px;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 40%);
    padding: 4% 0;
}







/* HEADER */

header.body {
    margin-bottom: 0;
}

.header-background {
    background-color: white;
    position: relative;
}

.header-background:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/204b5a54-7e54-438f-8fcc-858f86b1866a/header-back.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 50% 37%;
    z-index: 0;
    filter: opacity(0.5);
}

.header-container {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    line-height: 18px;
    padding: 4px 15px;
    position: relative;
}

.headerblock {
    flex: 0 0 25%;
}

.headerblock:last-child {
    text-align: right;
}

.headerlogo {
    z-index: 4;
    transition: .3s;
}

.headerblock .dealer-phone {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 28px;
    display: block;
    margin: 7px 0;
}

.headersocial {
    display: flex;
    justify-content: flex-end;
}

.headersocial a {
    font-size: 31px;
    padding: 6px 10px;
    margin: 8px 0px;
    color: black;
}

.headerblock .btn-primary {
    background-color: #ffffff;
    color: #2d459c;
    padding: 7px 13px;
}

.siteSearch {
    display: flex;
}

.siteSearch .form-control {
    margin: 0;
    padding: 19px;
    border-radius: 20px 0 0 20px;
    border: 2px solid black;
    background-color: white;
    border-right: none;
}

.siteSearch .btn-primary {
    border-radius: 0 20px 20px 0;
    margin: 0;
    padding: 7px 13px;
    background-color: #2d459c;
    border: 2px solid black;
    color: white;
}

.headerblock:last-child > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}







/* NAVIGATION */

#main-nav {
    background-color: black;
    position: relative;
    z-index: 3;
}

.navbar-nav>li>a {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    padding: 22px 10px;
    color: white;
    transition: .3s;
    font-weight: 700;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    color: #c9c9c9;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}
}

.social-media-icons {
    display: none;
}






/* CONTENT */

.familywrapper {
    position: relative;
}

.familycontainer {
    margin: 30px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    align-items: flex-end;
    background-color: white;
    border: 2px solid black;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 39%);
    border-radius: 14px;
    padding: 15px;
}

.familyblock {
    text-align: center;
    padding: 10px;
    flex: 0 0 16%;
    position: relative;
}

.familywrapper > h2 {
    position: absolute;
    font-size: 170px;
    text-align: center;
    margin: 0;
    width: 100%;
    color: rgb(239 239 239);
    z-index: -1;
    top: -53px;
    letter-spacing: 26px;
    text-shadow: 0 0 5px red;
}

.familyblock h3 {
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    width: max-content;
    margin: 10px auto;
}

.familyblock h3:before,
.familyblock h3:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #b3b3b3;
    position: absolute;
    top: 12px;
}

.familyblock h3:before {
    left: -16px;
}

.familyblock h3:after {
    right: -16px;
}

.familynou {
    display: flex;
    justify-content: center;
}

.familynou a {
    text-transform: uppercase;
    color: black;
    padding: 5px 10px;
    background-color: white;
    border: 1px solid black;
}

.familynou a:nth-child(1) {
    border-radius: 20px 0 0 20px;
}

.familynou a:nth-child(2) {
    border-radius: 0 20px 20px 0;
}

.familynou a:hover {
    background-color: #e4e4e4;
}

.familyblock img {
    transition: .3s;
}

.familyblock:hover img {
    transform: scale(1.1);
}

.home-search-container {
    margin-top: 30px;
}

.home-search-container .siteSearch {
    display: flex;
    width: 80%;
    margin: auto;
}

.home-search-container .siteSearch .form-control {
    padding: 25px;
    border-radius: 0;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    border-right: 0;
    background-color: black;
    color: white;
    border: 3px solid black;
    margin: 0;
}

.home-search-container .siteSearch .btn-primary {
    border-radius: 0;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    text-transform: uppercase;
    background-color: #a82127;
    border: 3px solid black;
    margin: 0;
}

.home-button-container {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.home-button-container a {
    flex: 0 0 31%;
    position: relative;
}

.home-button-container a:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 10px;
    background-color: #a82127;
    bottom: -5px;
    right: -5px;
    z-index: 3;
    transition: .3s;
}

.home-button-container a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 50px;
    background-color: #a82127;
    bottom: -5px;
    right: -5px;
    z-index: 3;
    transition: .3s;
}

.home-button-container a:hover:before, .home-button-container a:hover:after {
    right: -8%;
    filter: opacity(0);
    bottom: -20%;
}

.home-button-block {
    border: 1px solid black;
    padding: 10px;
    position: relative;
    background-color: black;
    color: white;
}

.home-button-block span {
    text-transform: uppercase;
}

.home-button-block h2 {
    margin: 0;
    font-size: 30px;
    position: relative;
}

.home-button-block h2:after {
    content: '\f0a9';
    font-family: fontawesome;
    font-size: 20px;
    padding: 15px;
    position: absolute;
    color: #959595;
    transition: .3s;
}

.home-button-container a:hover h2:after {
    color: white;
    font-size: 30px;
}

.home-button-block:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 10px;
    background-color: #a82127;
    top: -5px;
    left: -5px;
    transition: .3s;
}

.home-button-block:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 50px;
    background-color: #a82127;
    top: -5px;
    left: -5px;
    transition: .3s;
}

.home-button-block:hover:before, 
.home-button-block:hover:after {
    left: -8%;
    top: -20%;
    filter: opacity(0);
}

.upcoming-events, .upcoming-events a {
    color: white;
}

.widget-UpcomingEvents {
    padding-top: 0;
}

.widget-UpcomingEvents h2 {
    text-align: center;
    font-size: 40px;
    padding: 24px 0 25px;
}

.widget-UpcomingEvents h3 {
    text-align: center;
    padding-top: 30px;
}

.eventInfo p {
    min-height: 3.5em;
    max-height: 3.5em;
}

.home-about-wrapper {
    background-color: black;
    color: white;
}

.home-about-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    flex-flow: wrap;
}

.home-left {
    flex: 0 0 18%;
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 78px;
    color: #595959;
}

.home-about-container img {
    position: relative;
    z-index: 3;
}

.home-about-text {
    background-color: #232323;
    padding: 10px 30px;
    position: relative;
    z-index: 0;
}

.divider {
    text-align: center;
}

.divider img {
    max-width: 315px;
    margin: 30px;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
}

.p-header:before {
    content: '';
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(0 0 0) 100%);
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-header h1 {
    font-size: 85px;
    text-shadow: 0 0 5px black;
    position: absolute;
    width: max-content;
    margin: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}

.p-header h1:before,
.p-header h1:after {
    content: '';
    width: 40px;
    height: 9px;
    position: absolute;
    background-color: #a82127;
    top: 44px;
}

.p-header h1:before {
    right: 102%;
}

.p-header h1:after {
    left: 102%;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.mapWrapper {
    position: relative;
    padding-bottom: 83%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 33px;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #a82127;
}

.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: #e0e0e0;
    border-color: #cccccc;
}

.k-scheduler .mv-event {
    font-size: 13px;
}

.about-wrapper {
    text-align: center;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    background-color: #dedede;
    padding: 10px;
    margin: 0 auto 15px;
}

.about-wrapper img {
    display: block;
}

.serv-tbl {
    background-color: #d6d6d6;
    margin: 10px 0;
}

.serv-tbl td:first-child {
    padding-right: 15px;
}

.serv-tbl td {
    border: 1px solid black;
    padding: 3px 10px;
}


#creditAppForm section {
    background: #000000!important;
    border-radius: 0!important;
    color: white;
}

.jumbotron {
    color: #ffffff!important;
    background-color: #212121;
}

.single-item-slider .item {
    background-color: rgb(255 255 255 / 73%);
}

.oemContainer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.oemContainer a {
    flex: 0 0 15%;
    padding: 10px;
    text-align: center;
}

.oemContainer img {
    max-height: 84px;
}

.rentalsCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rentalsCont a {
    flex: 0 0 32%;
    margin: 10px 0;
    background-color: white;
    padding: 10px;
}

.rentalsCont a:hover {
    box-shadow: 0 0 10px black;
}

.rentalsCont h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 0;
    min-height: 73px;
    padding: 10px;
}

.rentalsCont .btn-primary {
    margin: auto;
    display: block;
    width: max-content;
}

.rentalsHdr {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    margin-bottom: 25px;
}

.rentalPics {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.rentalPics div {
    padding: 15px;
}

@media (min-width: 768px) {
.rentalPics img {
    max-width: 636px;
    max-height: 339px;
}
}

.blog-posts .post, #blog-page .post,
.blog-filters {
    background: transparent;
}

.btn-readMore {
    background: #a82127;
}

#paymentCalculator {
    background-color: white;
    padding: 15px;
}

#department27542 > h2 {
    display: none;
}

.department-collapse {
    display: block!important;
}

.department .title {
    display: none;
}







/* FEATURED INVENTORY */

.single-item-slider .item:not(:last-child) {
    margin-right: 28px;
}

.single-item-slider .slider-outer {
    height: 285px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 0 2%;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
}

.single-item-slider .item-detail .name {
    color: black;
    line-height: 20px;
    text-transform: uppercase;
}

.featuredInventory h2,
.latestReviews h2 {
    text-align: center;
}

.featuredInventory h2:before, 
.featuredInventory h2:after,
.latestReviews h2:before,
.latestReviews h2:after {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #a82127;
    position: absolute;
    margin-left: -37px;
    margin-top: 15px;
}

.featuredInventory h2:after,
.latestReviews h2:after {
    margin-left: 5px;
}

.featuredInventory {
    margin-top: 45px;
}







/* LATEST REVIEWS */

.latestReviews .single-item-slider .item:not(:last-child) {
    margin-right: 16px;
}

.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;
}




/* OEM SLIDER */

.logoSlider .img-container img {
    height: 100%;
    object-fit: contain;
}

.logoSlider .single-item-slider .item {
    background-color: transparent;
    border: none;
    padding: 20px 0;
}

.logoSlider .single-item-slider .slider-control {
    top: -8%;
}

.logoSlider .single-item-slider .slider-outer {
    height: 165px;
}

.custom-item.item {
    transition: .3s;
}

.custom-item.item:hover {
    transform: scale(1.05);
}







/* INVENTORY */

#VehicleViewCountContainer {
    justify-content: center;
}

#CCTextMeLink > div > div {
    background-color: #a82127!important;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
}

.vehicleTextMeContainer {
    line-height: 20px;
}

#CCTextMeLink > div > div a {
    color: white;
}

#vdp-container .images-container {
    max-width: 100%;
}

#vdp-container .price.payments {
    font-weight: 700;
    font-family: 'Roboto Slab';
    font-size: 25px;
    color: #a82127;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 27px;
    padding-right: 0;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

#vehicleList > div {
    margin: 0;
    padding: 15px;
}

.vehicle-box {
    border: 5px solid black;
}

.inventory-container .vehicle:hover {
    background-color: #a82127;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 19px;
    min-height: 39px;
    margin-top: 3px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

#DealerLocationContainer {
    margin-top: 15px;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}







/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: white;
    padding: 15px;
    color: #000;
    position: relative;
}

.secform {
    margin-top: 25px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: unset;
    top: unset;
}

.vdp-inquire {
    margin: 5px 0px;
    background-color: white;
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent rgb(208, 208, 208);
    border-radius: 0px;
    color: rgb(0, 0, 0);
    font-size: 16px !important;
}


.vdp-inquire[placeholder~="Name"] {
    width: 7em;
}
.customForm [placeholder="Zip Code"] {
    width: 65px;
}
.vdp-inquire[placeholder~="Email"] {
    width: 10em;
}
.vdp-inquire[placeholder~="Phone"] {
    width: 9em;
}
textarea.vdp-inquire {
    width: 100%;
    min-height: 60px;
}

.btn-primary {
    background-color: #a82027;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 27px;
    margin-top: 7px;
    padding: 10px 20px;
    border: 2px solid black;
    transition: .3s;
    font-weight: 700;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: auto;
    font-size: 20px;
}

.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.focus, .btn-primary:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #a82127;
}

.form-control {
    margin: 5px 0;
    font-size: 14px!important;
    background-color: white;
    border: 2px solid transparent;
    border-bottom: 2px solid #c2c2c2;
    border-radius: 0;
    color: #000;
    box-shadow: none;
}

.form-control:hover {
    border-color: #737373;
}

.form-control:focus {
    border-color: #a82127;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 163, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 163, 102, 0.6);
}

.form-header-text {
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    color: #2d459c;
    position: relative;
    text-align: center;
}

.forms-title-section {
    text-align: center;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #dbdbdb;
    color: black;
    font-size: 18px;
}

.vdpinquiryheader {
    font-weight: unset;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    color: #a82127;
    position: relative;
}

@media (min-width: 768px) {
#Form2020 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2020 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form2021 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2021 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form2025 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2025 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2020 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form2021 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form2025 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}








/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #484848;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
    font-weight: 900;
}

footer.body .copyright .wrapper {
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
}

.footerbackground {
    background-color: white;
    position: relative;
}

.footerbackground:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/204b5a54-7e54-438f-8fcc-858f86b1866a/header-back.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: 50% 50%;
    filter: opacity(0.3);
}

.footercontainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    line-height: 29px;
    text-transform: uppercase;
    padding: 30px 15px;
    position: relative;
}

.footerblock .dealer-phone {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 34px;
    margin-top: 6px;
    display: block;
}

.ss-store img {
    max-width: 134px;
    padding: 10px;
}

.ss-store a {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 20px;
}

.footerlinks {
    padding: 0;
    list-style: none;
}

.footerblock h3 {
    border-bottom: 2px solid #dddddd;
    padding: 0 5px;
}

.footertable {
    margin: 0 auto;
}

.footertable td:first-child {
    padding-right: 15px;
}

.footer-hog img {
    max-width: 165px;
}

.footersocialwrapper {
    display: flex;
    justify-content: space-around;
    font-size: 30px;
    padding: 0 10px 18px;
}










.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views {   
     z-index: 1;    
}  

.lwtaxform .vdp-inquire {
    border-bottom: none;
}
 
@media (max-width: 767px) { 
    .divider img {  
        max-width: 250px;   
        margin: 30px 0; 
    }   
    .headerblock {  
        flex: 0 0 100%; 
        text-align: right;  
    }   
    #main-nav .navbar-toggle {  
        color: #a82127;    
    }   
    #home-page {    
        padding-bottom: 30px;   
    }   
    #main-nav .dropdown-menu>li>a { 
        padding-top: 15px;  
        padding-bottom: 15px;   
        color: white;   
    }   
    #main-nav-collapse {    
        max-height: calc(100vh - 110px);    
    }   
    .home-search-container .siteSearch {    
         min-width: 290px;  
    }   
    .familyblock {  
         flex: 0 0 50%; 
    }   
    .familycontainer {  
        justify-content: space-around;  
        padding-top: 17vw;  
    }   
    .familynou {    
        font-size: 11px;    
    }   
    .home-button-container a {  
        margin: 10px 0; 
    }   
    .home-button-block h2 { 
        font-size: 12vw;    
    }   
    .familywrapper > h2 {   
        font-size: 26vw;    
        letter-spacing: 1px;    
        z-index: 0; 
        top: -10px; 
    }   
    .home-button-block h2:after {   
        font-size: 6vw; 
        top: 50%;   
        transform: translateY(-50%);    
    }   
    .home-left {    
        margin: 0 auto; 
    }   
    #filters-modal, #ModalVehicleInquiry {  
        top: 110px; 
    }   
    #ModalVehicleInquiry {  
        max-height: calc(100vh - 120px);    
        overflow-y: auto;   
    }   
    .p-header h1 {  
        font-size: 11vw;    
    }   
    .pagetext { 
        order: 1;   
    }   
    .pageform { 
        order: 2;   
    }   
    .mc-list li {   
        flex: 0 0 100%; 
    }   
    .maptext {  
        text-align: center; 
    }   
    .maptext .dealer-name { 
        font-size: 7vw; 
    }   
    .maptext h3 {   
        font-size: 5vw; 
    }   
    .maphourstable {    
        width: 290px;   
        margin: 0 auto; 
    }   
    .about-wrapper {    
        max-width: 290px;   
    }   
    #Form1217 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {  
        width: 100%;    
    }   
    .serv-list li {
        flex: 0 0 100%;
    }
    .about-pic {
        float: none;
        display: block;
        padding: 0;
        margin: 0 auto 15px;
    }
}   
@media (min-width: 768px) { 
    .home-button-container {    
        flex-flow: nowrap;  
    }   
    .upcoming-events {  
        margin-bottom: 30px;    
    }   
    .maphourstable {    
        font-size: 14px;    
    }   
    .about-wrapper {    
        margin: 0 0 15px 15px;  
        float: right;   
    }   
}   






.slideContainer {
    display: flex;
    flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
}
.slideContainer > div {
    flex: 0 0 50%;
    text-align: center;
    transition: .3s;
}
.slideContainer > div:hover {
    filter: opacity(0.5);
}
.thumbs {
    padding: 15px;
    cursor: pointer;
}
.thumbs img, 
#largeView img {
    border: 5px #a82127 solid;
    width: 100%;
}
#overlay {
    position: fixed;
    display: none;
    z-index: 199;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
}

#largeView {
    position: fixed;
    display: none;
    width: 90%;
    left: 5%;
    top: 25vh;
    z-index: 200;
    border-radius: 12px;
    text-align: center;
}
@media (min-width: 768px) {
    .slideContainer > div {
        flex: 0 0 50%;
        -ms-flex: 0 0 auto;
    }
    #largeView {
        width: 80%;
        left: 10%;
        top: 10vh;
    }
}
@media (min-width: 992px) {
    .slideContainer > div {
        flex: 0 0 50%;
        -ms-flex: 0 0 auto;
    }
    #largeView {
        width: 50%;
        left: 25%;
        top: 10vh;
    }
}





/* EMPLOYEES */

.department-container .department {
    background: #fff;
}

.department .employee .job p {
    text-transform: uppercase;
    font-weight: bolder;
}

.department .employee .name p {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
}

.brief {
    font-size: 14px;
    line-height: 18px;
}

.department .title {
    color: white;
}

#employees-team-page .page-title {
    text-align: center;
    font-size: 50px!important;
}





@media (max-width: 1499px) {
.container,
.header-container {
    width: 1170px;
}

.p-header h1 {
    font-size: 70px;
}

.p-header {
    height: 300px;
}

.familyblock h3 {
    font-size: 16px;
}

.single-item-slider .item:not(:last-child) {
    margin-right: 22px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 17em;
}

.customForm .form-header-text {
    font-size: 27px;
}

.mapWrapper {
    padding-bottom: 106%;
}

.familyblock h3:before, .familyblock h3:after {
    width: 8px;
    top: 9px;
}

.familyblock h3:before {
    left: -12px;
}

.familyblock h3:after {
    right: -12px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 240px;
}

.single-item-slider .slider-inner .item {
    width: 205px;
}

.inventory-container .vehicle .price {
    font-size: 20px;
}
}




@media (max-width: 1199px) {
.container,
.header-container,
.footercontainer {
    width: 970px;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 22px 7px;
}

.familyblock h3 {
    font-size: 14px;
}

.familynou a {
    padding: 3px 6px;
    font-size: 14px;
}

.familycontainer {
    margin: 0;
}

.single-item-slider .slider-inner .item {
    width: 204px;
}

.latestReviews .single-item-slider .item:not(:last-child) {
    margin-right: 10px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 191px;
}

.footerblock .dealer-phone {
    font-size: 24px;
}

.p-header {
    height: 275px;
}

.p-header h1 {
    font-size: 55px;
}

.p-header h1:before, .p-header h1:after {
    width: 37px;
    height: 7px;
    top: 31px;
}

.inventory-container .vehicle .price {
    font-size: 16px;
}

.mapWrapper {
    padding-bottom: 131%;
}

.rentalsCont h3 {
    min-height: 70px;
    font-size: 21px;
}
}




@media (max-width: 991px) {
.container,
.header-container,
.footercontainer {
    width: 740px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.p-header h1 {
    font-size: 60px;
}

.p-header h1:before {
    right: 103%;
}

.p-header h1:after {
    left: 103%;
}

.headerblock {
    flex: 0 0 30%;
    padding: 0 10px;
}

#main-nav .nav>li>a {
    padding-left: 6px;
    padding-right: 6px;
}

.familyblock {
    flex: 0 0 33%;
}

.latestReviews .single-item-slider .item:not(:last-child) {
    margin-right: 22px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 203px;
}

.footerblock h3 {
    width: max-content;
    margin: 30px auto 5px;
}

.footercontainer {
    flex-flow: column;
    text-align: center;
}

.p-header {
    height: 210px;
}

.p-header h1 {
    font-size: 40px;
}

.p-header h1:before, 
.p-header h1:after {
    width: 27px;
    height: 4px;
    top: 22px;
}

.inventory-container .vehicle .price {
    font-size: 22px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.rentalsCont h3 {
    min-height: 54px;
    font-size: 16px;
    padding: 10px 5px;
}
}





@media (max-width: 767px) {
.container,
.header-container,
.footercontainer {
    width: 100%;
}

.familywrapper > h2 {
    font-size: 19vw;
}

.familycontainer {
    padding-top: 4%;
    margin: 15px;
}

.familyblock h3 {
    font-size: 5vw;
}

.familyblock h3:before,
.familyblock h3:after,
.headerblock:last-child > div:nth-child(1) .btn-primary {
    display: none;
}

.navbar-nav {
    display: block;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 15px 10px!important;
    color: black;
}

.p-header h1 {
    font-size: 7vw;
    margin-bottom: 0;
    padding: 0 8px;
}

.p-header h1:before, 
.p-header h1:after {
    display: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
    background-color: #ababab;
    color: #a82127;
}

#main-nav .dropdown-menu>li>a {
    color: black;
}

.department .employee {
    flex-basis: 100%;
    max-width: unset;
}

.department-container .department {
    padding: 20px 0;
}

.headersocial,
.header-container div:nth-child(1) div:nth-child(1),
.headermaphours,
.featuredInventory h2:before, 
.featuredInventory h2:after, 
.latestReviews h2:before, 
.latestReviews h2:after {
    display: none;
}

.headerlogo {
    order: 1;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 10px;
}

.headerblock {
    order: 2;
    text-align: center;
}

.header-container div:nth-child(3) {
    flex: 0 0 65%;
}

.header-container div:nth-child(1) {
    flex: 0 0 35%;
}

.header-container {
    flex-flow: column;
}

#main-nav {
    background-color: white;
    border-bottom: 3px solid black;
}

.familyblock {
    flex: 0 0 50%;
}

.familyblock h3 {
    font-size: 4vw;
}

.oemContainer a {
    flex: 0 0 33%;
    padding: 10px;
}

.oemContainer {
    margin-bottom: 0;
}

.p-header {
    height: 100%;
    border-bottom: 3px solid #a82127;
    margin-bottom: 0;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerblock .dealer-phone {
    position: absolute;
    bottom: -25%;
    left: 15px;
    z-index: 434;
}

.mapWrapper {
    padding-bottom: 90%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}

.rentalsCont a {
    flex: 0 0 100%;
}

.rentalsCont h3 {
    min-height: unset;
    font-size: 20px;
}

.rentalsHdr {
    flex-flow: column-reverse;
    padding: 10px;
    margin-bottom: 0;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 21px;
}
}


