body {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (min-width: 768px) {
    body {
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/55093b37-2bab-4f3c-bc0c-7c975d6026c6/background-5.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a.navbar-brand.visible-xs.text {
    color: #fff;
    font-weight: bold;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Bangers';
    font-weight: 100;
}


#outer-wrapper {
    overflow-x: hidden;
}

a,
a.promo-link {
    color: #982f2f;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

#content-container {
    padding-bottom: 25px;
}

hr {
    border-top: 1px solid #982f2f;
}

.featuredSection {
    background-color: white;
    color: black;
    margin-top: 0!important;
    padding: 45px 0 0;
    position: relative;
}

.sliderSection {
    margin-top: 0!important;
}

.page-background > div,
#calendar-page,
#inventory-page,
#vdp-container,
#credit-app-page,
#promotions-page {
    background-color: rgb(255 255 255 / 45%);
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 65%);
    padding: 15px;
}








/* HEADER */

header.body {
    margin-bottom: 50px;
}

.headerWrapper {
    background-color: rgb(0 0 0 / 68%);
    color: white;
}

.headerContainer {
    margin: auto;
    display: flex;
    flex-flow: column;
    text-transform: uppercase;
    font-weight: 700;
}

.headerContainer a {
    color: white;
}

.headerContainer a:hover {
    color: black;
}

.headerTop {
    display: flex;
    justify-content: space-between;
    background-color: #982f2f;
    padding: 10px 15px;
    align-items: center;
    box-shadow: 0 0 10px black;
}

.headerLogo {
    padding: 15px;
    width: max-content;
    position: relative;
    z-index: 3;
}

.headerTop .dealer-phone {
    font-size: 19px;
}

.headerInfo .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.headerInfo .dealer-city {
    padding-left: 5px;
}

.header-social {
    display: flex;
}

.header-social a {
    font-size: 18px;
    padding: 0 5px;
}

a.sideTab {
    position: fixed;
    transform: rotate(-90deg);
    background-color: white;
    left: -93px;
    top: 250px;
    border-radius: 0 0 8px 8px;
    color: black;
    z-index: 44;
    border: 3px solid #982f2f;
}

a.sideTab:hover {
    color: #982f2f;
}

a.sideTab h4 {
    margin: 0;
    padding: 10px;
}






/* NAVIGATION */

#main-nav {
    margin-top: -76px;
}

#main-nav .container {
    width: 100%;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
    color: white;
    font-size: 22px;
    font-family: 'Bangers', cursive;
    letter-spacing: 1px;
    position: relative;
}

.navbar-nav>li>a:before {
    content: '';
    width: 0;
    height: 4px;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    transition: .3s;
}

.navbar-nav>li>a:hover:before {
    width: 100%;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #8a8a8a;
}





/* CONTENT */

.buttonWrapper {
    margin-top: 6%;
    position: relative;
}

.buttonWrapper:before {
    content: '';
    width: 100%;
    height: 190px;
    background-color: white;
    position: absolute;
    bottom: 0;
}

.buttonContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 2% 0;
}

.buttonContainer a {
    flex: 0 0 33.33%;
    position: relative;
}

.buttonContainer img {
    width: 100%;
    transition: 1s;
}

.buttonContainer a:hover img {
    transform: scale(1.2);
}

.buttonContainer h3 {
    position: absolute;
    top: -49px;
    text-align: center;
    width: 100%;
    font-size: 63px;
    z-index: -1;
    transform: rotate(-6deg);
    transition: .3s;
}

.buttonContainer a:hover h3 {
    top: -100px;
    transform: scale(1.6);
    z-index: 4444;
}

.buttonContainer a:nth-child(3) img {
    max-height: 331px;
    object-fit: contain;
}

.searchWrapper {
    text-align: center;
}

.searchWrapper h2 {
    font-size: 85px;
    text-shadow: 1px 1px 10px black;
    color: white;
}

.siteSearch {
    display: flex;
    width: 600px;
    margin: auto;
    position: relative;
}

.siteSearch:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/6e38a63a-5f30-4313-9812-35b0b71d8f5e/arrow.png);
    width: 100%;
    height: 194%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: -26%;
    bottom: -30px;
    transform: rotate(10deg);
    transform-origin: left;
    filter: opacity(0.3);
}

.siteSearch .form-control {
    font-size: 16px;
    padding: 20px 10px;
    border: 4px solid #982f2f;
    border-radius: 14px 0 0 14px;
    border-right: none;
    margin: 0;
    position: relative;
    z-index: 333;
}

.siteSearch button {
    background-color: #982f2f;
    border: 4px solid #982f2f;
    font-size: 24px;
    border-radius: 0 14px 14px 0;
}

.homeAbout {
    width: 900px;
    margin: 10% auto;
    line-height: 30px;
    background-color: rgb(0 0 0 / 75%);
    padding: 15px;
    color: white;
}

.homeAbout p {
    text-align: justify;
}

.homeAbout span {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
}

.homeAbout h1 {
    text-align: center;
    font-size: 100px;
    margin-top: -11px;
}

.p-header {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.p-header h1 {
    font-size: 115px;
    transform: rotate(-9deg);
    line-height: 91px;
    margin-right: -12%;
    margin-top: 7%;
    position: relative;
    z-index: 3;
    color: #982f2f;
    text-shadow: 3px 3px 0 white;
    height: max-content;
    flex: 0 0 43%;
}

.p-header h1:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/49e09a63-eb54-4aa1-8e11-c1e022190a49/graphic2.png);
    position: absolute;
    left: -9%;
    bottom: -33%;
    width: 60px;
    height: 79px;
    background-size: contain;
    transform: rotateX(180deg) rotate(-82deg);
    filter: opacity(0.5);
}

.p-header h1 span {
    display: block;
}

.p-header img {
    max-width: 700px;
    transform: rotate(4deg);
    box-shadow: 4px 4px 0 #982f2f;
}

.partsList {
    display: flex;
    flex-wrap: wrap;
}

.partsList li {
    flex: 0 0 50%;
    padding: 0 10px;
}

.apprelPic {
    float: right;
    width: 22%;
    border: 5px solid #982f2f;
    transform: rotate(5deg);
    margin-top: -27px;
    margin-right: 5px;
    margin-bottom: 9px;
    margin: -27px 5px 9px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 112%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.maphourstable td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.maphourstable {
    margin-bottom: 25px;
}

.aboutTextPage img {
    float: right;
    padding: 0 0 15px 15px;
    width: 60%;
}

.historyWrapper div:nth-child(odd) img {
    float: right;
    padding: 15px;
}

.historyWrapper div:nth-child(even) img {
    float: left;
    padding: 15px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #982f2f;
}

.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: #dcdcdc;
    border-color: #cccccc;
}

.offerPics {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}

.offerPics div {
    flex: 0 0 50%;
}

.offerPics img {
    padding: 15px;
}

.offerPicsTwo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.offerPicsTwo > div {
    flex: 0 0 32%;
    text-align: center;
}

.offerPicsTwo img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

.offersform .form-header-text {
    line-height: 47px;
}

@media (max-width: 767px) {
.offerPicsTwo > div,
.offerPics div {
    flex: 0 0 100%;
    margin-bottom: 15px;
}
}






/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 250px;
    margin-top: 12%;
}

.featuredInventory h2 {
    font-size: 15vw;
    text-align: center;
    position: absolute;
    width: 190%;
    left: -46%;
    top: -11%;
}

.single-item-slider .item-detail .name {
    font-size: 14px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 0 2%;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
    color: black;
}






/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #b7b7b7;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 3px 3px 7px rgb(0 0 0 / 64%);
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.form-header-text {
    font-family: 'Bangers';
    font-weight: 100;
    text-align: center;
    font-size: 50px;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #982f2f;
}

.forms-title-section {
    font-size: 25px;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: .03em;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
}

#Form1524 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1525 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1524 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1525 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1526 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1528 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1526 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1526 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1524 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1525 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1526 > div:nth-child(1) > fieldset > div:nth-child(n+15),
#Form1528 > div:nth-child(1) > fieldset > div:nth-child(8) {
    padding: 0 5px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #982f2f;
    border: 2px solid #982f2f;
    margin: 5px 0;
    transition: .3s;
}

.btn-sec {
    display: block;
    margin: 10px auto;
    width: max-content;
    font-size: 25px;
}

.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,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #982f2f;
    background-color: #ffffff;
    border: 2px solid #982f2f;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: 1px solid #cccccc;
    margin: 5px 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer,
.locationBox {
    background-color: #b7b7b7;
}

.customForm .form-header-text {
    font-size: 40px;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-family: 'Bangers';
    text-align: center;
    position: absolute;
    white-space: nowrap;
    font-size: 26px;
    padding: 3px 8px;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #982f2f;
    text-transform: uppercase;
    font-weight: 100;
    border: 3px solid #982f2f;
    border-radius: 8px;
    font-weight: 100;
    letter-spacing: .05em;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
    border-radius: 8px;
}

.inventory-container .vehicle:hover {
    background-color: #e8e8e8;
    transition: .4s ease;
    border-radius: 8px;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 28px;
    border-radius: 0 0 8px 8px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .vehicle .thumb {
    border-radius: 8px;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #545454;
    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;
}

.footerBack {
    background-color: white;
}

.footerContainer {
    display: flex;
    justify-content: space-around;
    color: black;
    width: 1480px;
    margin: auto;
    text-transform: uppercase;
    padding: 15px;
    flex-wrap:wrap;
}

.footerWrapper {
    flex: 0 0 60%;
    display: flex;
    flex-wrap: wrap;
}

.footerBlock {
    flex: 0 0 50%;
}

.footerBlock .dealer-address, 
.footerBlock .dealer-phone {
    display: block;
}

.footerBlock .dealer-phone {
    font-weight: 700;
    font-size: 26px;
}

.footerMap {
    position: relative;
    flex: 0 0 40%;
    padding-bottom: 150px;
}

.footerMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footerBlock h3 {
    position: relative;
}

.footerBlock h3:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/2258de57-5433-4591-8b19-4ad7db575c54/divider.png);
    width: 105px;
    height: 100%;
    position: absolute;
    background-size: 100%;
    left: 0;
    background-repeat: no-repeat;
    top: 24px;
    filter: opacity(0.1);
}

.footerBlock table td:first-child {
    padding-right: 15px;
    font-weight: 700;
}

.footerSocial {
    display: flex;
}

.footerSocial a {
    font-size: 25px;
    padding: 0 9px;
}







/* VIDEO BACKGROUND STYLES */

.tv {
    position: absolute;
    top: 0;
    z-index: -1;
}

.home-search-section {
/*  background-image: url( [ THIS IS YOU FALLBACK IMAGE BACKGROUND FOR BROWSERS THAT DO NOT SUPPORT AUTO-PLAYING VIDEOS] );*/
    background-size: cover;
    background-position: center;
    margin-top: -30px;
}

/*
.cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 75%;
    background-color: rgb(0 0 0 / 50%);
}
*/

.cover,
.videoWidget {
    height: 100%!important;
}

.cover .search-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.vidBox {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vidBox .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s;
}

.vidBox .screen.active {
    opacity: 1;
}
div.home-section1 {
    position: relative;
    display: block;
    float: none;
}
/*.cover {
    display: flex;
    flex-flow: column;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 75%;
}*/
.cover .search-div {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    width: 60%;
}
/*.vidBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/
.cover input, 
.cover button {
    font-size: 24px; /*!important;*/
    height: unset;
}
/* END VIDEO BACKGROUND STYLES */


.videoSection {
    position: relative;
    margin-top: 0!important;
}






/* BREAKPOINTS */





@media (max-width: 1499px) {

.headerLogo {
    width: 373px;
}

.buttonContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    flex-wrap:wrap;
}

.buttonContainer h3 {
    font-size: 50px;
}

.footerContainer {
    display: flex;
    justify-content: space-around;
    color: black;
    width: 1180px;
    margin: auto;
    text-transform: uppercase;
    padding: 15px;
}

#main-nav {
    margin-top: -65px;
}

.buttonContainer a:nth-child(3) img {
    max-height: 264px;
}
}





@media (max-width: 1199px) {

.headerLogo {
    width: 330px;
}

.navbar-nav>li>a {
    font-size: 18px;
    padding: 17px 10px;
}

.buttonContainer,
.footerContainer {
    width: 970px;
}

.buttonContainer h3 {
    font-size: 42px;
}

.buttonContainer a:nth-child(3) img {
    max-height: 208px;
}

.p-header h1 {
    font-size: 83px;
    line-height: 72px;
}

.p-header img {
    max-width: 570px;
}
}




@media (max-width: 991px) {
.buttonContainer,
.footerContainer {
    width: 748px;
}

.buttonContainer h3 {
    font-size: 31px;
    top: -31px;
}

.buttonWrapper:before {
    height: 125px;
}

.buttonContainer a:nth-child(3) img {
    max-height: 154px;
}

.homeAbout {
    width: 600px;
    margin: 2% auto;
}

.homeAbout h1 {
    font-size: 79px;
    margin-top: -8px;
    margin-bottom: 0;
}

.cover, 
.videoWidget {
    height: 390px!important;
}

.searchWrapper h2 {
    font-size: 65px;
}

.siteSearch {
    width: 400px;
}

.siteSearch:before {
    left: -38%;
}

.headerLogo {
    width: 270px;
}

#main-nav .nav>li>a {
    font-size: 13px;
    padding: 21px 7px;
}

.footerContainer {
    flex-flow: column;
}

.footerMap {
    margin-top: 25px;
    padding-bottom: 30%;
}

.p-header img {
    max-width: 438px;
}

.p-header h1 {
    font-size: 71px;
    line-height: 63px;
}

.p-header h1:after {
    bottom: -28%;
    width: 39px;
    height: 57px;
}
}




@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: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/55093b37-2bab-4f3c-bc0c-7c975d6026c6/background-5.jpg) no-repeat center center;
        background-size: cover;
    }
a.sideTab {
    top: 400px;
}
    ul.nav{
        background: rgba(0,0,0,0.5);
        margin-top: 0px;
    }
    
    .footerWrapper {
        flex-direction:column;
    }
    .footerBlock ul li a{border:3px solid; padding-top:15px; padding-bottom:15px; margin-bottom:5px; margin-top:5px; display:block; font-size:22px; font-weight:bold; width:300px;; text-align:center; margin-left: auto; margin-right:auto;}
    #main-nav .dropdown-menu>li>a {color:#fff;}


    
.searchWrapper h2 {
    font-size: 9vw;
}

header.body {
    margin-bottom: 0;
}

.siteSearch {
    width: 90%;
}

.header-social,
.buttonContainer img,
.buttonWrapper:before,
.navbar-nav>li>a:before {
    display: none;
}

.headerTop {
    flex-flow: column;
    padding: 5px;
}

#main-nav .navbar-toggle {
    color: #982f2f;
    background-color: #000000;
}

.buttonContainer {
    width: 100%;
    flex-flow: column;
}

.buttonContainer a {
    background-color: #982f2f;
    margin: 10px;
    color: white;
    border-radius: 12px;
}

.buttonContainer h3 {
    position: relative;
    z-index: 44;
    font-size: 9vw;
    top: 0;
    transform: rotate(-5deg);
}

.sliderSection,
.videoSection {
    margin-top: -30px!important;
}

.homeAbout {
    width: 90%;
}

.cover, .videoWidget {
    height: 100%!important;
}

.footerContainer {
    width: 100%;
    align-items: center;
    text-align: center;
}

.footerBlock h3:after {
    left: 50%;
    transform: translateX(-50%);
}

.footerBlock table {
    margin: auto;
}

.footerSocial {
    justify-content: space-around;
}

.footerMap {
    margin-top: 25px;
    padding-bottom: 58%;
    width: 100%;
}

.footerBlock {
    margin: 15px 0;
}

.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #982f2f;
}

.p-header {
    position: relative;
    margin-bottom: 0;
}

.p-header h1 {
    position: absolute;
    left: 23px;
    font-size: 14vw;
    line-height: 13vw;
    top: 0;
    margin-top: 0;
}

.p-header h1:after {
    bottom: -31%;
    width: 15%;
    height: 38%;
    background-repeat: no-repeat;
    left: -12%;
}

.p-header img {
    max-width: 78%;
    display: block;
    margin-top: 17%;
    margin-left: auto;
}

.form-header-text {
    font-size: 30px;
}

.page-background > div, 
#calendar-page, 
#inventory-page, 
#vdp-container, 
#credit-app-page, 
#promotions-page {
    border-radius: 0;
    box-shadow: none;
}

#content-container {
    padding-bottom: 0;
}

.partsList li {
    flex: 0 0 100%;
}

.apprelPic {
    width: 44%;
    margin: 14px 5px 9px;
}
}





