

body { 
    font-family: 'Montserrat', sans-serif;
    color: black;
}

@media (max-width: 767px) {
    body {
        position: relative;
    }

#outer-wrapper:after {
      content:"";
      position:fixed; 
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      /*background: #cccccc url(https://psmfirestorm.blob.core.windows.net/66a5b729-7a0c-4b52-9f61-6819adceca26/background.jpg) no-repeat left center;*/
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        /*background: #cccccc url(https://psmfirestorm.blob.core.windows.net/66a5b729-7a0c-4b52-9f61-6819adceca26/background.jpg) no-repeat center center;*/
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
}

hr { border-top-color: #afafaf; }

#content-container { padding-bottom: 30px; }

.container {
    width: 1770px;
}

#home-page #section-1 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/2840cf19-c3aa-4832-8c5e-cfbf1f3b5e99/home-section-1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

#home-page #section-1:before {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 50%;
    z-index: 0;
}

#ModalVehicleInquiry {
    color: black;
    border: 2px solid #3656a6;
}

.topSection {
    padding: 30px 0;
}


/* GLOBAL THEME FONT COLORS */


a {
    color: #3656a6;
    transition: .3s;
}

a:focus, a:hover {
    color: #001b5e;
    text-decoration: none;
}








/* HEADER */

header.body {
    background-color: white;
    margin-bottom: 0;
}

header.body .logo { color: #333; }
#brand-box .info a { color: #333; }

.headerWrapper {
    display: flex;
    width: 1770px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.headercontainer {
    margin: auto;
    display: flex;
    justify-content: space-around;
    position: relative;
    height: 120px;
    padding: 10px;
    width: 100%;
}

.headerblock {
    flex: 0 0 36%;
    position: relative;
    padding-top: 0%;
    font-size: 14px;
}

.headercontainer > div:nth-child(1) {
    padding-top: 5%;
}

.headersocial a {
    border: 4px solid black;
    margin: 4px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    padding: 0px;
}

.headersocial a:hover {
    background-color: black;
    color: white;
}

.headersocial img {
    max-width: 20px;
    padding-bottom: 5px;
}

.headerblock:first-child a {
    color: black;
}

.headerblock:first-child a:hover {
    color: #3656a6;
}

.headerlogo {
    flex: 0 0 50%;
    text-align: center;
    position: absolute;
    z-index: 1;
    width: 170px;
}

.headerblock:nth-child(3) {
    text-align: right;
}

.headerblock .dealer-phone.phone-text, .headerphone {
    font-weight: 700;
    font-size: 21px;
    display: block;
}

.headersocial {
    display: flex;
    justify-content: flex-end;
}

.header-btns .btn-primary {
    background-color: black;
    border: 2px solid transparent;
    text-transform: uppercase;
    margin: 5px;
}

.headerBigBtn {
    border: 3px solid #3656a6;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 20px;
    box-shadow: inset 0 0 5px black;
    font-size: 22px;
    flex: 0 0 15%;
    text-align: center;
}

.headerBigBtn a {
    color: red;
}

.siteSearch {
    flex: 0 0 15%;
    display: flex;
    align-items: center;
    border: 3px solid #3656a6;
    border-radius: 9px;
    box-shadow: inset 0 0 5px black;
    padding: 8px;
}

.siteSearch .form-control {
    background-color: transparent;
    box-shadow: none;
    margin: 0;
}

.siteSearch .btn-primary {
    background-color: transparent;
    color: red;
    border: none;
    margin: 0;
    font-weight: 900;
}








/* NAVIGATION */
#main-nav {
    background-color: #3656a6;
}

    #main-nav .navbar { border: none; }
    
#main-nav .container {
    width: 1170px;
}

@media (min-width: 768px) {
#main-nav .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    padding-left: 7px;
    padding-right: 7px; 
}

#main-nav-collapse > ul > li:nth-child(3):after {
    content: '';
    width: 80px;
    height: 50px;
    position: absolute;
    background-color: black;
    right: -85px;
    top: 0;
    transform: skewX(50deg);
}

#main-nav-collapse > ul > li:nth-child(4):before {
    content: '';
    width: 80px;
    height: 50px;
    position: absolute;
    background-color: black;
    left: -85px;
    top: 0;
    transform: skewX(-50deg);
}
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    color: black;
}






/* CONTENT */

.h-button-wrapper {
    background-color: white;
    margin-top: -30px;
}

.h-button-container {
    display: flex;
    justify-content: space-around;
    padding: 6% 1%;
}

.h-button-block {
    border-bottom: 5px solid black;
    padding: 10px 20px;
    border-top: 5px solid black;
    transition: .4s;
}

.h-button-container a:hover .h-button-block {
    color: black;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

.h-button-block h2 {
    margin: 0;
    text-align: center;
    font-size: 1.3vw;
}

.h-button-block h2 span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2vw;
}

.oem-wrapper {
    margin-top: 60px;
}

.oem-container {
    display: flex;
    justify-content: space-around;
    padding: 4% 0;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
}

.oem-container a {
    padding: 8%;
    flex: 0 0 100%;
}

.oem-container a img {
    transition: .3s;
}

.oem-container a:hover img {
    transform: scale(.9);
}

.oem-section {
    overflow: hidden;
    position: relative;
    margin-top: 0px!important;
}

.home-about-section {
    margin-top: 0px!important;
    position: relative;
    margin-bottom: -30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .home-about-section div:after {
          content:"";
          top:0;
          left:0;
          right:0;
          z-index:-1;
          background-image: url(https://psmfirestorm.blob.core.windows.net/7191a0e7-e6da-4738-b0c1-beb589e7733c/about-background-75.jpg);
          -o-background-size: cover;
          background-size: cover;
          position: absolute;
          height: 100%
    }
    .photo-collage .left, .photo-collage .right {
        flex: 100%;
    }
}

@media (min-width: 768px) {
    .home-about-section {
       background-image: url(https://psmfirestorm.blob.core.windows.net/7191a0e7-e6da-4738-b0c1-beb589e7733c/about-background-75.jpg);
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
    }
}

.home-about-section:before {
    content: '';
    width: 102%;
    height: 14%;
    position: absolute;
    background-color: white;
    top: -7%;
    transform: rotate(-2deg);
    left: -3px;
    display: block;
}

.home-about-section:after {
    content: '';
    width: 102%;
    height: 87px;
    position: absolute;
    background-color: white;
    bottom: -8%;
    transform: rotate(-2deg);
    left: -3px;
}

.home-about {
    padding: 15% 0 14% 43%;
}

.service-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/91ce8aab-f31c-4885-b136-1adcdad9e36b/service-header.jpg);
    background-size: 103%;
    background-attachment: fixed;
}

.parts-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/08b1ecb5-fc50-4a66-8756-91e4a42a5fa1/parts-header.jpg);
    background-size: 103%;
    background-attachment: fixed;
}

.finance-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/51999ecb-3628-4303-a9b7-2df8c1cc6762/finance-header.jpg);
    background-size: 103%;
    background-attachment: fixed;
}

.about-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6692b3ad-e184-4cfe-b260-2f63283b134a/about-header.jpg);
    background-size: 103%;
    background-attachment: fixed;
}

.employment-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c8fa1c5b-f1c3-479f-ae2a-49c0dd3b4cd0/employment-header.jpg);
    background-size: 103%;
    background-attachment: fixed;
}

.map-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6c9185b3-3f7f-4337-92e2-834a9e4403ad/map-header.jpg);
    background-size: 103%;
    background-attachment: fixed;
}




.p-header {
    position: relative;
    overflow: hidden;
}

.p-header:after {
    content: '';
    width: 102%;
    height: 21%;
    position: absolute;
    background-color: white;
    transform: rotate(-2deg);
    left: -3px;
    bottom: -11%;
}

.p-header h1 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 6% 0;
    background-color: rgba(255, 255, 255, 0.58);
    font-size: 4vw;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department-container .department {
    background: #eee;
}

.department .title {
    border: none;
    background: #3656a6;
    color: white;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
}

.department .employee {
    background: #fff;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #3656a6;
}

.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: #d5d5d5;
    border-color: #cccccc;
}

.map-wrapper {
    position: relative;
    min-height: 150px;
    padding-bottom: 30%;
    margin-top: 25px;
}

.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.maptext h1 {
    font-weight: 700;
}

.mapandhourstbl td:last-child {
    padding-left: 25px;
}

.maphourswrapper {
    display: flex;
}

.hoursblock {
    flex: 0 0 50%;
}

.maptext h3 {
    margin-bottom: 0;
}

.fin-Buttons {
    display: flex;
    justify-content: center;
}

.finPanel1,
.creditUnions,
.bringWith {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.finPanel1 div,
.creditUnions div {
    flex: 0 0 33.33%;
    padding: 10px;
    text-align: center;
}

.finPanel1 span {
    font-size: 100px;
}

.finPanel2,
.finPanel3 {
    text-align: center;
}

.bringWith div {
    flex: 0 0 20%;
    padding: 10px;
}

.bringWith span {
    font-size: 75px;
}

.fin-Buttons button {
    margin: 10px;
    background-color: #c7c7c7;
    flex: 0 0 33%;
    transition: .3s;
}

.fin-Buttons button:hover {
    background-color: #3656a6;
    color: white;
}

.fin-Buttons .w3-bar-item.tablink.btn.w3-red {
    background-color: #3656a6;
    color: white;
}









/* FEATURED VEHICLES */
.single-item-slider .item { background-color: #fff; }

.featured-section {
    padding: 8% 15px;
    margin-top: 0px!important;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
.featured-section div:after {
      content:"";
      top:0;
      left:0;
      right:0;
      z-index:-1;
      background-image: url(https://psmfirestorm.blob.core.windows.net/3d08eaf3-8895-4fed-abce-c923fa9972ec/fi-background.jpg);
      -o-background-size: cover;
      background-size: cover;
      position: absolute;
      height: 100%
}
}

@media (min-width: 768px) {
    .featured-section {
       background-image: url(https://psmfirestorm.blob.core.windows.net/3d08eaf3-8895-4fed-abce-c923fa9972ec/fi-background.jpg);
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
    }
}

.featured-section:before {
    content: '';
    width: 102%;
    height: 12%;
    position: absolute;
    background-color: white;
    top: -7%;
    transform: rotate(-2deg);
    left: -3px;
}

.featured-section:after {
    content: '';
    width: 102%;
    height: 14%;
    position: absolute;
    background-color: white;
    bottom: -6%;
    transform: rotate(-2deg);
    left: -3px;
    display: block;
}

.featuredinventory h2 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 5px solid black;
    width: fit-content;
    margin: 15px auto;
    padding: 0px 15px;
}

.single-item-slider .item-detail .price {
    font-size: 16px;
    padding: 5px 2%;
    width: 90%;
    text-transform: uppercase;
    bottom: -12px;
    background-color: black;
    border-radius: 9px;
    margin: auto;
    text-align: center;
    color: white;
    left: 5%
}

.featuredinventory {
    margin-top: 80px;
}

.single-item-slider {
    padding-left: 70px;
    padding-right: 70px;
}

.single-item-slider .slider-outer {
    height: 260px;
}

.featuredinventory .single-item-slider .slider-inner .item {
    width: 268px;
}








/* INVENTORY */

.modal {
    z-index: 10509;
}

.inventory-container .vehicle { background-color: #f9f9f9; }
    .inventory-container .vehicle:hover { background-color: #f4f4f4; }

.inventory-container .vehicle .title a {
    color: #000;
}

#filters-box li label {
    color: #3656a6;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    min-height: 40px;
}

.inventory-container .vehicle .price {
    font-size: 18px;
    padding-right: 0px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#vehicleList>div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 2px solid #d8d8d8;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}








/* FOOTER */
footer.body .outer-wrapper {
    background-color: #ffffff;
    color: #9b9b9b;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #3656a6;
}

.footerbackground {
    background-color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/9baae6d2-073a-4aad-99f9-c526ad253de0/footer-background-80.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.footercontainer {
    display: flex;
    justify-content: space-around;
    padding: 6% 1%;
    flex-direction: column;
    text-align: center;
}

.footerblock h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.footerblock .dealer-phone.phone-text {
    font-weight: 700;
    font-size: 27px;
}

.footerphone {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.footer-logo {
    max-width: 185px;
}

.footerlinks ul {
    list-style: none;
    padding: 0;
}

.footerlinks ul li {
    transition: .3s;
    padding: 15px 0;
    font-size: 18px;
}

.footerlinks ul li:before {
    content: '\f0da';
    font-family: fontawesome;
    padding-right: 5px;
    transition: .3s;
}

.footerlinks ul li:hover:before {
    padding-right: 10px;
}

.hourswrapper {
    display: flex;
    justify-content: space-between;
}

.hoursrightblk {
    text-align: right;
    padding-left: 20px;
}

.footerhours h4 {
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #d8d8d8;
}

.footersocialwrapper {
    display: flex;
    justify-content: center;
}

.footersocialwrapper a {
    font-size: 23px;
    width: 45px;
    height: 45px;
    border: 4px solid black;
    border-radius: 50%;
    margin: 0px 5px;
    text-align: center;
    padding: 3px;
}

.footersocialwrapper a:hover {
    background-color: black;
    color: white;
}

.footersocialwrapper img {
    max-width: 21px;
    padding-bottom: 5px;
}

.footer-block .w3-red.btn {
    background-color: #3655a6;
    color: white;
    position: relative;
    z-index: 3;
}

.footer-block .w3-red.btn:after {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #3655a6;
    position: absolute;
    bottom: -9px;
    left: 38%;
    transform: rotate(45deg);
    z-index: -1;
}

.footer-block .tablink {
    background-color: #3a3a3a;
    margin: 0 10px 14px 0;
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
    font-size: 18px;
    padding: 2px 10px;
    color: #c3c3c3;
}

.footer-block .btn.active.focus, .footer-block .btn.active:focus, .footer-block .btn.focus, .footer-block .btn:active.focus, .footer-block .btn:active:focus, .footer-block .btn:focus {
    outline: none;
}

.footer-block .btn.focus, .footer-block .btn:focus, .footer-block .btn:hover {
    color: #fff;
}

.footertable td:last-child {
    padding-left: 15px;
}

.footertable {
    margin: auto;
}








/* GLOBAL TOOLBARS/ACCORDIONS */
.vehicle-container .well, #content-container .panel-heading, #content-container .panel-body { border: none; }


/* FORMS */
.control-label { color: #000; }

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: unset;
    right: unset;
}

.mainform {
    padding-top: 6%;
    padding-bottom: 6%;
}

.secform {
    height: max-content;
}

.secform > div {
    background-color: #3656a6;
    padding: 10px;
}

.mainform label {
    color: white;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    display: block;
    color: white;
}

.forms-title-section {
    font-size: 18px;
    display: block;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.form-section {
    background-color: #3656a6;
    position: relative;
    overflow: hidden;
}

.form-section:before {
    content: '';
    width: 102%;
    height: 14%;
    position: absolute;
    background-color: #ffffff;
    top: -7%;
    transform: rotate(-2deg);
    left: -3px;
}

.form-section.service-form:before {
    display: none;
}

.form-section:after {
    content: '';
    width: 102%;
    height: 14%;
    position: absolute;
    background-color: #ffffff;
    bottom: -7%;
    transform: rotate(-2deg);
    left: -3px;
}

.form-control {
    margin: 5px 0;
    background-color: #ececec;
    border: none;
    transition: .3s;
    font-size: 12px!important;
}

.form-control:hover {
    background-color: white;
}

.form-control:focus {
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}


label {
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: 100;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #ffffff;
    margin: 10px 0 0;
    text-transform: uppercase;
    transition: .3s;
}

.btn-primary:hover {
    color: #000;
    background-color: white;
    border-color: black;
}

.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 {
    color: #000;
    background-color: white;
    border-color: black;
}

.btn-sec {
    display: block;
    width: fit-content;
    margin: 10px auto;
    border: 3px solid #3656a6;
    border-radius: 10px;
    font-weight: 900;
    padding: 10px 20px;
    box-shadow: inset 0 0 5px black;
    font-size: 22px;
    background-color: white;
    color: red;
}

.inquiryformcontainer,
.locationBox {
    background-color: #3656a6;
    color: white;
}

.vdpinquiryheader {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 23px;
}

.specs-panel.panel-body {
    background-color: #f5f5f5;
    color: #000;
}

.siteSearch-M button {
    height: 34px;
    margin-top: 5px !important;
}

.promo-detail {
    color: black;
}

.promo-detail:hover, .promo-detail:focus, .promo-detail:active {
    color: #3656a6;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 0;
    font-size: 14px!important;
    background-color: #151515;
    color: white;
    border: 2px solid #353535;
    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%;
}

@media (min-width: 768px) {
#Form3277 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form3277 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form3278 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form3278 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form3279 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form3277 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form3278 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form3279 > div:nth-child(1) > fieldset > div:nth-child(10) {
    padding: 0 5px;
}
}










@media (max-width: 767px) {
.headercontainer {
    width: 100%;
    height: 100%;
}
.headerblock {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.headerblock a:nth-child(1),
.headerblock:nth-child(3) {
    display: none!important;
}
.headerblock a {
    font-size: 16px;
}
    .navbar-nav>li>a, #main-nav .dropdown-menu>li>a {
        color: white;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #main-nav {
        position: relative;
        width: 100%;
        z-index: 2040;
    }
    #main-nav-collapse {
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }
    #main-nav .navbar-brand {
        height: 61px;
        margin: 1px 0;
        padding: 1px 15px;
    }
    .h-button-container {
        flex-wrap: wrap;
    }
    .h-button-container a {
        flex-basis: 40%;
        margin: 20px 0;
    }
    .h-button-block h2 {
        font-size: 3.3vw;
    }
    .h-button-block h2 span {
        font-size: 4vw;
    }
    .oem-container a {
        padding: 8% 5%;
    }
    .home-about-section {
        padding-bottom: 30px;
    }
    .home-about {
        padding: 3% 0 10% 0;
    }
    .home-about .dealer-name {
        text-align: center;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .footerhours .hourswrapper {
        max-width: 300px;
        margin: 0 auto;
    }
    #showroom .item-boxes {
        justify-content: center;
    }
    #ModalVehicleInquiry {
        max-height: calc(100vh - 70px); 
        top: 70px;
        overflow-y: auto;
    }
    #ModalVehicleInquiry .vdpinquiryheader {
        font-size: 18px;
    }
    #filters-modal {
        top: 70px;
    }
    #filters-modal .btn-default {
        font-size: 3vw;
    }
    .service-header, .parts-header, .financing-header, .about-header, .employment-header, .map-header {
        background-size: cover;
    background-attachment: unset;
    }
    .p-header h1 {
        font-size: 6vw;
    }
    .serviceform, .partsform, .employmentform {
        margin-bottom: 50px;
        margin-top: 15px;
    }
    .department .employee .job p {
        font-size: 1.3em;
    }
    .department .employee {
        max-width: 300px;
    }
    .mhText .widget-inner {
        margin-top: 0 !important;
    }
    .maptext {
        text-align: center;
    }
    .maptext .dealer-name {
        font-size: 7vw;
    }
    .maptext .mapInfo {
        font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (768 - 320)));
    }
    #employees-team-page > div.row > div > h1 {
        font-size: 8vw;
    }
    .featuredinventory .single-item-slider .slider-outer {
        height: 250px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 204px;
    }
    .homeslider {
        padding: 0;
    }
}

@media (min-width: 768px) {
    #main-nav-collapse > ul > li:nth-child(4) {
        margin-left: 175px;
    }
    .header-btns .btn {
        font-size: 12px;
    }
    .home-about .dealer-name {
        font-size: 30px;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .footerhours .hourswrapper {
        max-width: 400px;
        margin: 0 auto;
    }
    #inventory-page,
    #showroom,
    #promotions-page {
        margin-top: 30px;
    }
    #Form982 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), 
    #Form983 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
        width: 25%;
        display: inline-block;
        padding: 0 5px;
    }
    #Form982 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9), 
    #Form983 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9), 
    #Form984 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
        width: 33.33%;
        display: inline-block;
        padding: 0 5px;
    }
    #Form982 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
        padding: 0 5px;
    }
    .maptext .dealer-name {
        font-size: 21px;
    }
    .maptext .mapInfo {
        font-size: 18px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 212px;
    }
}

@media (min-width: 992px) {
    .headercontainer {
        height: 150px;
    }
    .footercontainer {
        flex-direction: row;
        text-align: left;
    }
    .headerblock {
        font-size: 15px;
        padding-top: 2%;
    }
    .headerlogo {
        width: 210px;
    }
    .header-btns .btn {
        font-size: 14px;
    }
    .headersocial a {
        width: 42px;
        height: 42px;
        font-size: 22px;
        padding: 3px;
    }
    #main-nav .navbar-nav>li>a {
        font-size: 12px;
        padding: 15px;
    }
    #main-nav-collapse > ul > li:nth-child(4) {
        margin-left: 215px;
    }
    #main-nav-collapse > ul > li:nth-child(3):after {
        width: 90px;
        right: -95px;
    }
    #main-nav-collapse > ul > li:nth-child(4):before {
        width: 90px;
        left: -95px;
    }
    .footer-logo {
        margin: unset;
    }
    .footerlinks ul li {
        padding: 3px 0;
        font-size: 14px;
    }
    .footerhours .hourswrapper {
        max-width: unset;
        margin: inherit;
    }
    #filter-accordions .panel-toggle {
        font-size: 13px;
    }
    .maptext .dealer-name {
        font-size: 27px;
    }
    .maptext .mapInfo {
        font-size: 22px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 210px;
    }
    .footerphone {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .headercontainer {
        height: 175px;
    }
    #main-nav-collapse > ul > li:nth-child(4) {
        margin-left: 305px;
    }
    #main-nav-collapse > ul > li:nth-child(n+4) {
        padding: 0px 6px;
    }
    .headerlogo {
        width: 250px;
    }
    #main-nav-collapse > ul > li:nth-child(3):after {
        width: 100px;
        right: -105px;
    }
    #main-nav-collapse > ul > li:nth-child(4):before {
        width: 100px;
        left: -105px;
    }
    #main-nav .navbar-nav>li>a {
        font-size: 15px;
    }
    .headersocial a {
        width: 46px;
        height: 46px;
        font-size: 24px;
    }
    .home-about .dealer-name {
        font-size: 36px;
    }
    #filter-accordions .panel-toggle {
        font-size: 14px;
    }
    .maptext .dealer-name {
        font-size: 33px;
    }
    .maptext .mapInfo {
        font-size: 24px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 268px;
    }
    .footerphone {
        font-size: 20px;
    }
}


.jumbotron, #creditAppForm section {
    background: #3656a6 !important;
    color: white !important;
}

.jumbotron .text-muted, .jumbotron h1 {
    color: white !important;
}

#creditAppForm span.k-widget.k-datepicker.k-header {
    margin-top: 4px !important;
}

#creditAppForm .field-validation-error {
	color: yellow !important;
    font-weight: normal !important;
}

/* TEMPLATE 2 */
.template-2 header.body {
    background-color: #fafafa;
    background: none, -webkit-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -moz-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -o-linear-gradient(top, #fafafa 0, #ececec 55%);
    background-image: linear-gradient(to bottom, #fafafa, #ececec);
}

.photo-collage .left {
    text-align: center;
    flex: 0 0 55%;
}

.photo-collage .right {
    flex: 0 0 45%;
}

.photo-collage .left ul {text-align:left;}

.photo-collage {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.photo-collage .bottom {display:flex;}

.photo-collage .right .top, .photo-collage .right .middle, .photo-collage .right .bottom {
    display: flex;
}

.photo-collage .right div {
    margin: 2px;
}

.top div:first-child {
    flex: 0 0 29%;
}

.top div img {
    object-fit: cover;
    height: 160px;
    width: 100%;
}




@media (max-width: 991px) {
.photo-collage .left,
.photo-collage .right{
    flex: 0 0 100%;
}
}





.accordion.service input[name=panel] {
  display: none;
}
.accordion.service label {
    position: relative;
    display: block;
    padding: 1em;
    background: linear-gradient(to bottom, #fefefe 0%, #d1d1d1 50%, #dbdbdb 55%, #e2e2e2 100%);
    border-top: 1px solid #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 0 #fff;
    text-shadow: 0 1px 0 rgb(255 255 255 / 75%);
    color: #000;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
    padding-right: 50px;
}
.accordion.service label:after {
    content: "+";
    position: absolute;
    right: 5px;
    width: 35px;
    height: 35px;
    color: #eee;
    text-align: center;
    border-radius: 50%;
    background: #3657a6;
    box-shadow: inset 0 1px 6px rgb(0 0 0 / 50%), 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 75%);
    font-size: 25px;
    top: 9px;
}
.accordion.service label:hover {
  color: #000000;
}
.accordion.service input:checked + label {
  color: #000000;
}
.accordion.service input:checked + label:after {
  content: "-";
  /* adjust line-height to vertically center icon */
  line-height: 0.8em;
}
.accordion.service .accordion__content {
    overflow: hidden;
    height: 0px;
    position: relative;
    padding: 0 1.5em;
    box-shadow: inset 4px 0 0 0 #3657a6;
    background: #fff;
    background: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
    transition: .3s;
}
.accordion.service .accordion__content:not(:last-of-type) {
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.25), inset 4px 0 0 0 #ffc714, inset 0 3px 6px rgba(0, 0, 0, 0.75);
}
.accordion.service .accordion__content .accordion__header {
  padding: 1em 0;
}



/* 
* Size Variations
*/
input[name=panel]:checked ~ .accordion__content.accordion__content--small {
  height: 100%;
}

input[name=panel]:checked ~ .accordion__content.accordion__content--med {
  height: 200px;
}

input[name=panel]:checked ~ .accordion__content.accordion__content--large {
  height: 300px;
}




/* BREAKPOINTS */
@media (max-width: 1799px) {
.container,
.headerWrapper {
    width: 1470px;
}

.headerBigBtn,
.siteSearch {
    flex: 0 0 17%;
}

.featuredinventory h2 {
    font-size: 23px;
}

.single-item-slider {
    padding-left: 50px;
    padding-right: 50px;
}

.featuredinventory .single-item-slider .slider-inner .item {
    width: 238px;
}
}


@media (max-width: 1499px) {
.container,
.headerWrapper {
    width: 1170px;
}

.headerblock .dealer-phone.phone-text, .headerphone {
    font-size: 16px;
}

.headersocial {
    width: 214px;
    margin-left: 50px;
}

.headersocial a {
    width: 36px;
    height: 36px;
    font-size: 16px;
    flex: 0 0 16%;
}

.headerblock:nth-child(3) {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.header-btns {
    display: flex;
    flex-flow: column;
}

.headerBigBtn {
    padding: 10px 13px;
    font-size: 18px;
}

.oem-container a {
    padding: 7% 8%;
    flex: 0 0 100%;
}

.featuredinventory {
    margin-top: 0;
}

.single-item-slider {
    padding-left: 28px;
    padding-right: 28px;
}

.featuredinventory .single-item-slider .slider-inner .item {
    width: 206px;
}
}


@media (max-width: 1199px) {
.container,
.headerWrapper,
#main-nav .container {
    width: 970px;
}

.headerWrapper {
    flex-wrap: wrap;
    justify-content: center;
}

.headerBigBtn {
    order: 1;
    font-size: 21px;
    margin: 10px;
}

.headercontainer {
    order: 3;
}

.siteSearch {
    order: 2;
    margin: 10px;
}

.header-btns {
    flex-flow: row;
}

.headerBigBtn, .siteSearch {
    flex: 0 0 27%;
}

.featuredinventory .single-item-slider .slider-inner .item {
    width: 237px;
}

.featuredinventory h2 {
    font-size: 20px;
}

.oem-wrapper {
    margin-top: 12px;
}
}






@media (max-width: 991px) {
.container,
.headerWrapper,
#main-nav .container {
    width: 748px;
}

.headerBigBtn, .siteSearch {
    flex: 0 0 31%;
}

.featuredinventory .single-item-slider .slider-inner .item {
    width: 211px;
}

.featuredinventory {
    margin-top: 25px;
}

.oem-wrapper {
    margin-top: 0px;
}

.maphourswrapper {
    margin-bottom: 25px;
}

.map-wrapper {
    padding-bottom: 107%;
    margin-top: 0;
}
}






@media (max-width: 767px) {
.container,
.headerWrapper,
#main-nav .container {
    width: 100%;
}

.headerBigBtn, .siteSearch {
    flex: 0 0 67%;
    margin: 4px;
}

.oem-container {
    padding: 0;
}

.finPanel1, .creditUnions, .bringWith {
    flex-flow: column;
}

.fin-Buttons {
    flex-wrap: wrap;
}

.headercontainer > div:nth-child(1) {
    padding-top: 0;
}

.oem-container {
    flex-flow: row;
}

.oem-container a {
    padding: 0% 5%;
    flex: 0 0 50%;
}

.headerblock {
    justify-content: flex-end;
}

.headerlogo {
    z-index: 9999;
    max-width: 112px;
    left: 5px;
    bottom: -72px;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.p-header {
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.maphourswrapper {
    flex-flow: column;
    align-items: center;
    text-align: left;
}

.maphourswrapper {
    margin-bottom: 0;
}
}














