
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
}

@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: #cccccc url(https://psmfirestorm.blob.core.windows.net/99a84ec2-91ce-4f25-9315-4ec41109f20b/sunsports-background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/99a84ec2-91ce-4f25-9315-4ec41109f20b/sunsports-background.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}

a {
    color: #ffffff;
    transition: .3s;
}

.page-background a {
    font-weight: 700;
}

a:focus, a:hover {
    color: #ffff00;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

#outer-wrapper {
    overflow: hidden;
    position: relative;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#creditAppContainer,
#promotions-page,
#showroom,
#vdp-container,
#inventory-page {
    background-color: rgb(0 0 0 / 75%);
    margin: 25px auto;
    padding: 15px;
    border-radius: 23px;
}







/* HEADER */
header.body {
    margin-bottom: 0;
    background-color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/e43d9cab-0ce6-4b82-b73b-3676679b4438/header-background.jpg);
    background-size: cover;
    background-position: center;
}

.headerContainer {
    width: 1060px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 15px 15px 0;
    align-items: flex-start;
    position: relative;
    z-index: 4;
}

.headerMiddle {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.headerMiddle .dealer-phone {
    font-weight: 900;
    font-size: 30px;
}

.headerMiddle .dealer-address {
    border-right: 1px solid #fe6b00;
    padding-right: 5px;
}

.headerMiddle .dealer-city {
    padding-left: 6px;
}

.headerRight {
    display: flex;
    justify-content: space-between;
    flex: 0 0 20%;
    align-items: center;
}

.headerContainer a {
    color: black;
}

.headerContainer a:hover {
    color: #7f7f7f;
}

.headerSocial {
    display: flex;
    text-align: center;
    margin-left: 10px;
}

.headerSocial a {
    font-size: 24px;
    margin: 13px 3px;
    width: 36px;
    height: 36px;
    color: white;
    border-radius: 50%;
    padding: 1px;
}

.headerSocial .dealer-facebook,
.footerSocial .dealer-facebook {
    background-color: #4267B2;
}

.headerSocial .dealer-instagram,
.footerSocial .dealer-instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.headerSocial .dealer-youtube,
.footerSocial .dealer-youtube {
    background-color: red;
}

.headerSocial .newsletter,
.footerSocial .newsletter {
    background-color: #ff6b00;
}

.headerSocial a:hover,
.footerSocial a:hover {
    color: white;
    transform: scale(1.1);
}

.headerContainer .btn-primary {
    background-color: white;
    background: linear-gradient(to bottom, rgba(255,255,0,1) 0%,rgba(255,107,0,1) 100%);
    font-weight: 700;
}

.headerContainer .btn-primary:hover {
    color: white;
}

.headerBanner {
    position: absolute;
    top: 41px;
    right: -82px;
    transform: rotate(45deg);
    background-color: #ff7201;
    z-index: 333333;
    width: 300px;
    text-align: center;
    padding: 7px 10px;
}

.headerBanner h5 {
    color: black;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
}

.headerBanner h4 {
    line-height: 0px;
}

.top-bar-announcement {
    font-weight: 900;
    font-size: 18px;
    transition: .3s;
}

.top-bar-announcement:hover {
    transform: scale(1.05);
}





/* NAVIGATION */

#main-nav {
    border-bottom: 5px solid black;
    position: relative;
    z-index: 2;
}

#main-nav:after {
    content: '';
    width: 100%;
    height: 125%;
    background: linear-gradient(to bottom, rgba(255,255,0,0) 0%,rgba(255,255,0,1) 100%);
    position: absolute;
    bottom: 0;
    z-index: -1;
}


.navbar-nav {
    float: right;
}


.navbar-nav>li>a {
    color: black;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    padding: 15px 10px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: rgb(255 255 0 / 0%);
}

.navbar-nav>li>a:before {
    content: '';
    width: 0;
    height: 5px;
    background-color: black;
    position: absolute;
    top: 0;
    left: 50%;
    transition: 1s;
}






/* FEATURED INVENTORY */

.featuredInventory {
    background-color: black;
    margin-top: 0!important;
    padding-top: 30px;
}

.featuredInventory h2 {
    text-align: center;
}

.single-item-slider .item .item-inner {
    border-radius: 3px;
    height: 100%;
    padding-bottom: 9%;
}

.single-item-slider .item-detail .name {
    font-size: 13px;
    line-height: 17px;
}

.single-item-slider .item-detail .price {
    padding: 0 2%;
    bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}







/* CONTENT */

.siteSearch {
    display: flex;
    width: 80%;
    margin: 25px auto 5px;
    box-shadow: 3px 4px 0px black;
    border-radius: 30px;
}

.siteSearch .form-control {
    border-radius: 35px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid black;
    padding: 21px;
    border-right: none;
    font-size: 16px!important;
    text-transform: uppercase;
    margin: 0;
    background-color: white;
}

.siteSearch .btn-primary {
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    border-left: none;
    font-size: 20px;
    margin: 0;
    background-color: white;
}

.hButtonWrapper {
    width: 100%;
    margin: auto;
}

.hButtonContainer {
    display: flex;
    justify-content: space-between;
}

.hButtonContainer a,
.hOEMContainer a {
    margin: 10px;
    color: white;
    border: 3px solid;
    position: relative;
    border-radius: 50%;
    box-shadow: 5px 5px 0 black;
}

.hButtonContainer a:hover, 
.hOEMContainer a:hover {
    border: 3px solid yellow;
}

.hOEMContainer a {
    flex: 0 0 14%;
    margin: 25px 10px;
}

.hButtonContainer img,
.hOEMContainer .oemBtnBack {
    filter: brightness(0.4) grayscale(1);
    border-radius: 50%;
    transition: .5s;
}

.hButtonContainer a:hover img, 
.hOEMContainer a:hover .oemBtnBack {
    filter: brightness(1) grayscale(0);
}

.hButtonContainer h3,
.hOEMContainer .oemBtnLogo {
    position: absolute;
    bottom: 2%;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 25px 0 7px;
    text-shadow: 3px 3px 3px black;
    color: yellow;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    transition: .5s;
}

.hButtonContainer a:hover h3, 
.hOEMContainer a:hover .oemBtnLogo {
    color: #ffffff;
    transform: translateX(-50%) translateY(21px);
}

.hOEMWrapper {
    background-color: black;
}

.hOEMContainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 15px;
}

.oemWrapper {
    background-color: black;
}

.oemContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oemContainer a {
    padding: 15px;
}

.homeBottom {
    background-image: url(https://psmfirestorm.blob.core.windows.net/157d0235-2b39-4030-b6ea-a215da2d3a72/home-bottom.jpg);
    margin-top: 0!important;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: white;
    position: relative;
}

.homeBottom:before {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    top: 0;
    left: 0;
}

.homeBottom:after {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}

.homeWelcome {
    text-align: center;
    position: relative;
    z-index: 2;
}

.homeWelcome h1 {
    margin: 0 auto 20px;
    color: #ffff00;
}

.homeWelcome span {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 22px;
}

.video-container {
    z-index: 2;
}

.homeAbout {
    line-height: 32px;
    position: relative;
    z-index: 2;
}

.homeSecBtnWrapper {
    background-color: black;
}

.homeSecBtnContainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.homeSecBtnContainer a {
    background-color: #ffffff;
    color: #000000;
    flex: 1 0 32%;
    margin: 45px 15px;
    border-radius: 100px;
    box-shadow: 3px 4px 0 #fe6b00;
    border: 3px solid #fe6b00;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(225,225,225,1) 20%,rgba(225,225,225,1) 80%,rgba(246,246,246,1) 100%);
    transition: .3s;
}

.homeSecBtnContainer a:hover {
    box-shadow: 3px 4px 0 yellow;
    border-color: yellow;
    transform: scale(1.1);
}

.homeSecBtnContainer h3 {
    margin: 0;
    padding: 20px 33px;
    font-size: 28px;
    position: relative;
}

.homeSecBtnContainer h3 span {
    display: block;
    font-weight: 100;
    font-style: normal;
    font-size: 24px;
}

.homeSecBtnContainer a h3:after {
    font-family: fontawesome;
    font-style: initial;
    right: 37px;
    position: absolute;
    font-size: 50px;
    top: 20px;
    color: #c5c5c5;
    transition: .4s;
}

.homeSecBtnContainer a:hover h3:after {
    color: black;
}

.homeSecBtnContainer a:first-child h3:after {
    content: '\f085';
}

.homeSecBtnContainer a:nth-child(2) h3:after {
    content: '\f0ad';
}

.p-header {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 3px solid white;
    margin-bottom: 25px;
}

.p-header img {
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 50px;
    color: black;
    padding: 47px 0 0;
    background: linear-gradient(to bottom, rgba(255,255,0,0) 0%,rgba(255,255,0,1) 100%);
}

.ppiframe {
    position: relative;
    padding-bottom: 36.77%;
    width: 65%;
    margin: auto;
}

.ppiframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ppListWrapper {
    margin-top: 25px;
}

.ppListWrapper div {
    flex: 0 0 50%;
    padding: 10px;
}

.servList,
.ppListWrapper ul {
    padding: 0;
}

.servList li,
.ppListWrapper li {
    list-style: none;
    flex: 0 0 50%;
}

.servList li:before,
.ppListWrapper li:before {
    content: '\f085';
    font-family: fontawesome;
    padding-right: 7px;
    font-size: 12px;
    color: #ff6b00;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6b00;
}

.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: #eaeaea;
    border-color: #cccccc;
}

.aboutPic1 {
    float: left;
    padding: 0 10px 10px 0;
}

.aboutPic2 {
    float: right;
    padding: 0 0 10px 10px;
}

.aboutPic3 {
    display: block;
    margin: auto;
}

#employees-team-page .page-title {
    text-align: center;
    font-size: 41px!important;
}

.department-container .department {
    background: #343434;
    border-radius: 20px;
}

.department .employee .name p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 5px;
    border-bottom: 1px solid #ff6b00;
    width: max-content;
    margin: 5px auto;
    padding: 0px 5px;
}

.department .employee .job p {
    margin-bottom: 0;
}

.mapWrapper {
    position: relative;
    padding-bottom: 36.77%;
    margin-top: 25px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:nth-child(1) {
    padding-right: 15px;
}

.mapandhourstbl h3 {
    margin-bottom: 3px;
    font-size: 19px;
}

#creditAppForm section {
    background: #ffffff!important;
    border-radius: 20px!important;
    color: black;
}

.breadcrumb {
    background-color: #4e4e4e;
    border-radius: 20px;
}

.btn-parts h3 {
    color: #000000;
    border-radius: 100px;
    box-shadow: 3px 4px 0 #fe6b00;
    border: 3px solid #fe6b00;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(225,225,225,1) 20%,rgba(225,225,225,1) 80%,rgba(246,246,246,1) 100%);
    transition: .3s;
    padding: 20px 33px;
    font-size: 28px;
    position: relative;
    width: 40%;
    margin: auto;
}

.btn-parts h3 span {
    display: block;
    font-weight: 100;
    font-style: normal;
    font-size: 24px;
}

.btn-parts h3:after {
    content: '\f085';
    font-family: fontawesome;
    font-style: initial;
    right: 37px;
    position: absolute;
    font-size: 50px;
    top: 20px;
    color: #c5c5c5;
    transition: .4s;
}

.btn-parts h3:hover {
    box-shadow: 3px 4px 0 yellow;
    border-color: yellow;
    transform: scale(1.1);
}

.preorderContainer {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}

.preorderContainer a {
    flex: 0 0 100%;
    border-radius: 50px;
    overflow: hidden;
    border: 3px solid white;
    box-shadow: 0 0 10px black;
}

.preorderContainer div {
    position: relative;
    height: 260px;
}

.preorderContainer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) brightness(0.5);
    transition: .3s;
}

.preorderContainer a:hover img {
    filter: none;
}

.preorderContainer h3 {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 1px black;
}

.preorderContainer h3 span {
    display: block;
    font-size: 46px;
    color: yellow;
}

.switchPics {
    display: flex;
    flex-wrap: wrap;
}

.switchPics div {
    flex: 0 0 50%;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
    background-color: white;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    text-transform: uppercase;
}

.panel-heading .panel-toggle {
    font-weight: 700;
}

#filters-box .panel-body li {
    color: #000;
}

.seller-description {
    color: black;
}

.inventory-container .vehicle .price {
    font-size: 19px;
    padding-right: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: black;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    position: relative;
    border-radius: 20px;
    padding: 0 0 5px;
}

.inventory-container .vehicle .thumb {
    line-height: 194px;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
    min-height: 39px;
    padding-bottom: 20px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .price-box {
    background-color: #ffff00;
    padding: 4px 0;
    width: 94%;
    border-radius: 20px;
    transition: .3s;
    border: 2px solid transparent;
    margin: auto;
}

.inventory-container .vehicle:hover .price-box {
    background-color: #d1d1d1;
    border: 2px solid yellow;
}

.inventory-container .vehicle .thumb {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.inventory-container .vehicle .savings {
    margin-top: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#details-collapse {
    color: black;
}









/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div,
.inquiryformcontainer {
    background-color: white;
    padding: 10px;
    color: black;
    border-radius: 23px;
}

.inquiryformcontainer {
    padding: inherit;
    margin-bottom: 25px;
}

.form-header-text {
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    font-size: 22px;
    text-align: center;
    margin-bottom: 3px;
}

.forms-title-section {
    text-align: center;
    font-size: 18px;
    margin-bottom: 4px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 8px;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
}

.btn-primary {
    color: #000;
    background-color: #ffff00;
    border-color: #000000;
    box-shadow: 3px 4px 0px black;
    border-radius: 30px;
    border: 2px solid black;
    text-transform: uppercase;
    display: block;
    margin: 10px auto;
    transition: .3s;
    width: max-content;
}

.btn-sec {
    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.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000000;
    border-color: #204d74;
    box-shadow: 0 0 0 black;
    border: 2px solid black;
    transform: scale(1.09);
}


#Form1331 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1328 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1330 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), 
#Form1330 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1328 > div:nth-child(1) > fieldset > div:nth-child(n+8),
#Form1330 > div:nth-child(1) > fieldset > div:nth-child(11) {
    padding: 0 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    font-size: 14px!important;
    margin: 3px 0;
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 130px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.locationBox {
    background-color: white;
    border-radius: 20px;
    color: black;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #434343;
    text-align: center;
    padding: 15px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footerWrapper {
    background-color: white;
    border-top: 5px solid yellow;
}

.footerContainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    text-transform: uppercase;
    line-height: 28px;
    color: black;
    flex-direction: column;
    text-align: center;
}

.footerContainer a {
    color: black;
}

.footerContainer a:hover {
    color: #7f7f7f;
}

.footerBlock ul {
    padding: 0;
}

.footerBlock li {
    list-style: none;
    padding: 15px 0;
}

.footerBlock table td:first-child {
    font-weight: 900;
    padding-right: 10px;
}

.footerAddress {
    text-align: center;
    margin-top: 15px;
}

.footerBlock .dealer-phone {
    font-weight: 900;
    font-size: 33px;
    display: block;
}

.footerSocial {
    display: flex;
    justify-content: center;
}

.footerSocial a {
    font-size: 25px;
    padding: 6px 0;
    width: 40px;
    height: 40px;
    color: white;
    margin: 0 20px;
    text-align: center;
    border-radius: 50%;
}

.footerSocial a:hover {
    color: white;
}

.footerLogo {
    max-width: 260px;
    margin-top: 10px;
}

.footerMap {
    border-radius: 52px;
    padding: 5px 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: 20px auto 0;
    border: 2px solid black;
    background: linear-gradient(to bottom, rgba(255,255,0,1) 0%,rgba(255,107,0,1) 100%);
    font-weight: 700;
}

.footerMap img {
    max-width: 75px;
    margin-right: 10px;
}

.footerMap h5 {
    font-size: 20px;
}

.footerMap h5 span {
    display: block;
}

a.footerMap:hover {
    color: white;
    transform: scale(1.1);
}

.footerBlock table {
    margin: 0 auto;
}

.k-edge .k-scheduler-toolbar>ul.k-scheduler-views, .k-ff .k-scheduler-toolbar>ul.k-scheduler-views, .k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views, .k-safari .k-scheduler-toolbar>ul.k-scheduler-views, .k-webkit .k-scheduler-toolbar>ul.k-scheduler-views {
    z-index: 1;
}

.mhHours {
    text-align: center;
}
.mapandhourstbl {     
    margin: 0 auto;
}

#main-nav .navbar-toggle, #cc-chat-box .cmd-close {
    color: black;
}

.stepZero {
    display: none !important;
}


@media (max-width: 767px) {
    .headermap, .headerRight, #main-nav .navbar-brand  {
        display: none !important;
    }
header.body {
    position: fixed;
}

#inner-bg {
    margin-top: 73px;
}
.top-bar-announcement {
    font-size: 12px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    line-height: 13px;
    z-index: 999;
}
    .headerContainer {
        padding-top: 5px;
        flex-direction: column;
        position: initial;
    }
    .headerLogo {
        max-width: 290px;
        margin: 0 auto;
    }
    .headerMiddle {
        margin-top: 10px;
        z-index: 3;
    }
    #main-nav {
        margin-top: -55px;
    }
    #content-container {
        padding-top: 150px;
    }
    .homeSecBtnContainer, .hButtonContainer {
        flex-wrap: wrap;
    }
    .hButtonContainer h3, .hOEMContainer .oemBtnLogo {
        bottom: 50%;
        transform: translate(-50%, 50%);
        font-size: 22px;
        padding: 0;
    }
    .hButtonContainer a:hover h3, .hOEMContainer a:hover .oemBtnLogo {
        font-size: 24px;
    }
    .hButtonContainer {
        justify-content: space-around;
    }
    .hButtonContainer a {
        flex: 0 0 200px;
        margin: 10px 20px;
    }
    .homeDepts > .widget-inner {
        margin-top: 0 !important;
    }
    .homeSecBtnContainer a {
        flex: 0 0 80%;
        margin: 45px 15px 10px;
        max-width: 300px;
    }
    .homeSecBtnContainer h3 {
        padding: 20px 10px;
        font-size: 20px;
    }
    .homeSecBtnContainer h3 span {
        font-size: 24px;
    }
    .homeSecBtnContainer a h3:after {
        right: 15px;
        font-size: 44px;
        top: 20px;
    }
    .homeWelcome h1 {
        font-size: 7vw;
    }
    .homeAbout, .homeWelcome {
        margin-top: -30px;
    }
    .page-background > div, #calendar-page, #employees-team-page, #creditAppContainer, #promotions-page, #showroom, #vdp-container, #inventory-page {
        margin-top: 0;
        border-radius: 0;
        margin-bottom: 0;
    }
    #filters-modal {
        top: 120px;
    }
    .p-header {
        border-radius: 0;
        margin-bottom: 0;
    }
    .pageheader.pPackages .p-header h1, .mhHours .dealer-name {
        font-size: 7vw;
    }
    #Form1331 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7), #Form1328 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7), #Form1330 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), 
#Form1330 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
        width: 100%;
    }
    .aboutPic1, .aboutPic2 {
        float: none;
        display: block;
        margin: 0 auto;
        padding: 10px;
    }
    .mhHours h4 {
        font-size: 5vw;
    }
    .navbar-nav>li>a {
        padding: 20px 15px;
    }
    #main-nav .dropdown-menu>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #ModalVehicleInquiry, #main-nav-collapse {
        max-height: calc(100vh - 170px);
    }
}

@media (min-width: 768px) {
    .hButtonWrapper, .hOEMContainer, .homeSecBtnContainer, .footerContainer {
        width: 768px;
    }
    .siteSearch {
        width: 600px;
    }
    .homeWelcome h1 {
        font-size: 32px;
    }
    .hButtonContainer {
        flex-wrap: wrap;
    }
    .hButtonContainer a {
        flex: 1 0 30%;
    }
    #main-nav {
        margin-top: -10px;
    }
    .headerRight {
        flex-direction: column;
    }
    .headerContainer .btn-primary {
        margin: 0;
    }
    .headerLogo {
        flex: 0 0 30%;
    }
    .headermap {
        font-size: 14px;
    }
    .servList, .ppListWrapper ul {
        display: flex;
        flex-wrap: wrap;
    }
    .ppListWrapper {
        display: flex;
        justify-content: space-between;
    }
    .navbar-nav>li>a:hover:before {
        width: 100%;
        right: 0;
        opacity: 1;
        left: 0;
    }
}

@media (min-width: 992px) {
    .hButtonWrapper, .hOEMContainer, .homeSecBtnContainer, .footerContainer {
        width: 980px;
    }
    .footerContainer {
        flex-direction: row;
        text-align: left;
    }
    .footerBlock li {
        padding: 0;
    }
    .footerBlock table {
        margin: 0;
    }
    .footerSocial a {
        font-size: 22px;
        padding: 3px 0;
        width: 33px;
        height: 33px;
        margin: 0 3px;
    }
    .homeWelcome h1 {
        font-size: 36px;
    }
    .hButtonContainer {
        flex-wrap: nowrap;
    }
    .hButtonContainer a {
        flex: 1 0 10%;
    }
    .hButtonContainer h3 {
        font-size: 18px;
    }
    .homeSecBtnContainer a {
        flex: 0 0 40%;
        margin: 45px;
    }
    .headerRight {
        flex-direction: row;
    }
    .headerContainer .btn-primary {
        margin: 10px auto;
    }
    .headermap {
        font-size: 14px;
    }
    #main-nav {
        margin-top: 0;
    }
    .mhHours {
        text-align: left;
    }
    .mapandhourstbl {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .hButtonWrapper, .hOEMContainer, .homeSecBtnContainer, .footerContainer {
        width: 1180px;
    }
    .hButtonContainer h3 {
        font-size: 22px;
    }
    .homeSecBtnContainer a {
        flex: 0 0 32%;
    }
    #main-nav {
        margin-top: -18px;
    }
    .headerLogo {
        flex: 0 0 32%;
    }
    .headerSocial {
        margin-left: 50px;
    }
}

@media (min-width: 1500px) {
     .hButtonWrapper {
         width: 1480px;
    }
    .hButtonContainer h3 {
        font-size: 25px;
    }
}


@media (max-width: 1199px) {
.headerContainer {
    width: 900px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}

.preorderContainer div {
    height: 250px;
}

.preorderContainer h3 span {
    font-size: 38px;
}
}




@media (max-width: 991px) {
.btn-parts h3 {
    width: 55%;
}

.headerContainer {
    width: 648px;
}

.headerMiddle .dealer-address {
    border-right: none;
    padding-right: 0;
    display: block;
}

.headerMiddle .dealer-city {
    padding-left: 0;
}

a.headermap {
    text-align: center;
}

.preorderContainer div {
    height: 200px;
}

.preorderContainer h3 span {
    font-size: 29px;
}

.hOEMContainer a {
    flex: 0 0 15%;
    margin: 25px 5px;
}
}






@media (max-width: 767px) {
.btn-parts h3 {
    width: 85%;
}

.headerContainer {
    width: 100%;
}

.headerBanner {
    position: absolute;
    top: -50px;
    right: 0;
    transform: none;
    width: 100%;
    left: 0;
}

.navbar-nav {
    float: left;
    display: block;
}

.preorderContainer div {
    height: 150px;
}

.preorderContainer h3 {
    font-size: 7.7vw;
}

.preorderContainer h3 span {
    font-size: 8vw;
}

.hOEMContainer a {
    flex: 0 0 29%;
    margin: 10px 4px;
}

.preorderContainer {
    margin: 0;
}

#home-page #section-1 {
    margin-top: 25px;
}

.siteSearch {
    width: 95%;
}
}

