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: #ffffff url(https://psmfirestorm.blob.core.windows.net/853555b7-3686-4a24-9845-87236911ea9a/about-back.jpg) no-repeat center top;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/853555b7-3686-4a24-9845-87236911ea9a/about-back.jpg) no-repeat center top;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a {
    color: rgb(238 109 35);
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:focus, a:hover {
    color: yellow;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

#outer-wrapper {
    overflow: hidden;
}

.typeSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/cd2e76e4-4d1c-45ef-aa29-ab0cc45d7732/type-back.jpg);
    background-size: cover;
    margin-top: 0px!important;
}

.featuredSection {
    background-color: black;
    margin-top: 0!important;
    padding: 30px 0 0;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/853555b7-3686-4a24-9845-87236911ea9a/about-back.jpg);
    background-size: cover;
    margin-top: 0!important;
}

.reviewsSection {
    background-color: black;
    padding: 60px 0px;
    border-top: 3px solid rgb(238, 109, 35);
    margin-top: 0px !important;
}

.topSection {
    margin-top: -25px;
    background-color: black;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer {
    background-color: rgb(0 0 0 / 75%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */

.headerBack {
    background-color: #474747;
    position: relative;
}

/*
.headerBack:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/255012c6-3f24-4eb2-af9b-582aa1642a22/header-back.jpg);
    position: absolute;
    background-size: cover;
    z-index: 0;
}
*/

.headerContainer {
    width: 100%;
    display: flex;
    margin: auto;
    align-items: center;
    padding: 10px;
    position: relative;
    z-index: 3;
    justify-content: space-between;
}

.headerBlock {
    text-align: center;
    flex: 0 0 20%;
}

.headerLogo {
    flex: 0 0 25%;
    text-align: center;
}

.headerOEM {
    flex: 0 0 15%;
}

.headerBlock .dealer-phone {
    display: block;
    font-weight: 700;
    font-size: 25px;
    color: #65c400;
}

.headerBlock .dealer-address {
    display: block;
}

.header-social {
    display: flex;
    justify-content: center;
}

.header-social a {
    font-size: 28px;
    padding: 10px;
    color: #65c400;
}

.siteSearch {
    display: flex;
}

.siteSearch .form-control {
    border-radius: 20px 0 0 20px;
    border: 3px solid #ee6d23;
    padding: 18px 11px;
    border-right: none;
    margin: 0;
}

.siteSearch .btn-primary {
    background-color: #ee6d23;
    border: 3px solid #ee6d23;
    border-radius: 0 20px 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.headerSlogan {
    position: relative;
    text-align: center;
}

.headerSlogan h5 {
    font-size: 18px;
    letter-spacing: 5px;
    padding: 15px;
    position: relative;
    margin: 0px;
}

.headerSlogan h5:before, 
.headerSlogan h5:after {
    content: '';
    width: 50%;
    height: 5px;
    background-color: white;
    position: absolute;
    margin-left: -51%;
    top: 16px;
}

.headerSlogan h5:after {
    margin-left: 9px;
}

.headerBlock .dealer-phone:hover,
.header-social a:hover {
    color: yellow;
}

.headerOemContainer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}

.headerOemContainer a {
    /*flex: 0 0 6%;*/
    padding: 5px 2px;
    text-align: center;
}

.headerOemContainer img {
    max-height: 125px;
}

.headerContainer > div:nth-child(1) {
    flex: 0 0 21%;
    display: flex;
    justify-content: space-between;
    padding-left: 2%;
}

.headerContainer div:nth-child(2) {
    flex: 0 0 13%;
}





/* NAVIGATION */

#main-nav {
    background-color: black;
    border-bottom: 5px solid white;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    position: relative;
}

.navbar-nav > li > a:before {
    content: '';
    width: 0;
    height: 5px;
    background-color: #ee6d23;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transition: .3s;
    transform: translateX(-50%);
}

.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: #65c400;
}

.social-media-icons {
    display: none;
}




/* CONTENT */

.typeContainer {
    width: 1180px;
    margin: auto;
}

.typeContainer h4 {
    text-align: center;
    font-size: 113px;
    color: #ee6d23;
    text-shadow: 0 0 4px black, 5px 5px 6px black;
}

.typeBlock {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    margin-top: -53px;
}

.typeBlock span {
    background-color: white;
    color: black;
    padding: 5px 10px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    box-shadow: 0 0 5px black;
    transition: .3s;
}

.typeBlock a:hover span {
    background-color: yellow;
}

.typeBlock a {
    padding: 5px;
}

/*
.typeBlock > a:nth-child(7) > div > img {
    max-width: 140px;
}
*/

.typeBlock img {
    transition: .3s;
}

.typeBlock a:hover img {
    transform: scale(1.05);
}

.btnWrapper {
    background-color: rgb(0 0 0 / 73%);
    padding: 15px;
    margin-top: 30px;
}

.btnContainer {
    width: 1180px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    text-align: center;
}

.btnContainer a {
    flex: 0 0 20%;
    position: relative;
    z-index: 33;
    color: black;
}

.btnContainer a:hover {
    transform: scale(1.1);
}

.btnContainer h3 {
    position: absolute;
    top: 65px;
    font-size: 17px;
    left: -28px;
    width: 100%;
}

.btnContainer h3 span {
    display: block;
}

.btnContainer img {
    width: 100%;
}

.homeAbout {
    display: flex;
    background-color: rgba(0, 0, 0, 0.68);
    text-align: center;
    padding: 30px 0;
}

.homeAbout .pics {
    flex: 0 0 50%;
}

.homeAbout .pics div {
    margin: 10px;
    border: 3px solid yellow;
    box-shadow: 2px 2px 2px black;
}

.homeAbout h5 {
    text-align: center;
    font-size: 49px;
    color: yellow;
    margin-bottom: 0;
}

.homeAbout p {
    line-height: 30px;
}

.homeSlider {
    height: max-content;
}

.homeSlider > div {
    border: 3px solid #ee6d23;
}

.homeAbout > div:nth-child(2) {
    padding: 0 10px;
}

.oemContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0;
    background-color: rgb(0 0 0 / 73%);
}

.oemContainer a {
    flex: 0 0 13%;
    padding: 10px;
}

.oemContainer a:hover,
.oemContainerBtm a:hover {
    transform: scale(1.1);
}

.oemContainer img,
.oemContainerBtm img {
    max-height: 75px;
}

.oemContainerBtm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.oemContainerBtm a {
    flex: 0 0 16%;
    padding: 10px;
    text-align: center;
}

.p-header {
    height: 275px;
    margin-bottom: 25px;
    position: relative;
    border-bottom: 3px solid #65c400;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    margin: 0;
    position: absolute;
    bottom: 0;
    font-size: 50px;
    width: 100%;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    padding: 10px 0 0;
    text-shadow: 0 0 3px black;
}

#creditAppForm section {
    color: black;
}

.jumbotron {
    background-color: rgb(0 0 0 / 74%);
    color: white!important;
}

.text-muted {
    color: #fff;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ee6d23;
}

.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: #d8d8d8;
    border-color: #cccccc;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

#employees-team-page h1.page-title {
    text-align: center;
    font-size: 40px;
}

.department-container .department {
    background: transparent;
}

.department .employee .name p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .title {
    background: #ee6d23;
    color: black;
}








/* FEATURED INVENTORY */

.featuredInventory h2 {
    text-align: center;
    color: #ee6d23;
    font-size: 63px;
}

.single-item-slider .slider-outer {
    height: 265px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
}

.single-item-slider .item-detail .price {
    font-size: 16px;
    left: 50%;
    width: max-content;
    font-weight: 700;
    text-transform: uppercase;
    bottom: -10px;
    background-color: #ee6d23;
    color: black;
    padding: 6px 9px;
    transform: translateX(-50%);
    border-radius: 21px;
}

.single-item-slider .item-detail .name {
    color: black;
    font-size: 14px;
    line-height: 18px;
}






/* REVIEWS */

.latestReviews .single-item-slider .slider-inner .item {
    width: 242px;
}

.latestReviews h2 {
    display: none;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 19em;
}

.latestReviews .single-item-slider .item {
    border: 3px solid;
}


.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%;
}
.thumbs {
	padding: 15px;
	cursor: pointer;
	   width: 100%;
}
.thumbs img, 
#largeView img {
	border-radius: 8px;
	border: 2px #ff6600 solid;
}
#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;
}
@media (min-width: 768px) {
	.slideContainer > div {
		flex: 0 0 33%;
		-ms-flex: 0 0 auto;
	}
	#largeView {
		width: 80%;
		left: 10%;
		top: 10vh;
	}
}
@media (min-width: 992px) {
	.slideContainer > div {
		flex: 0 0 25%;
		-ms-flex: 0 0 auto;
	}
	#largeView {
		width: 50%;
		left: 25%;
		top: 10vh;
	}
}







/* 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;
    font-size: 15px;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li,
#vehicleDetails {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    font-size: 19px;
    padding: 4px 9px;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ee6d23;
    text-transform: uppercase;
    color: black;
    border-radius: 20px;
    font-weight: 700;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
}

.inventory-container .vehicle:hover {
    background-color: #ff6600;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    min-height: 46px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 28px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

#seller-description {
    color: black;
}





/* FORMS */
.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ee6d23;
    padding: 15px;
    position: relative;
    z-index: 3;
    color: black;
}

.mainform > div:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/b847b141-93a0-4da6-96c2-0c6850b6b9ac/form-back.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    z-index: -1;
    filter: opacity(0.5);
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    margin: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 22px;
    transition: .3s;
}

.btn-sec {
    background-color: yellow;
    color: black;
    font-size: 20px;
    display: block;
    width: max-content;
    margin: 10px auto;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #000000;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 31px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.customForm .form-header-text {
    font-size: 27px;
    color: black;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 3px;
}

.form-control {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    border-radius: 0;
    margin: 5px 0;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

#Form1540 .k-widget.k-datepicker.k-header {
    display: block;
    margin-bottom: 10px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: none;
    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 {
    font-size: 15px;
    position: relative;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ee6d23;
}

.inquiryformcontainer:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/b847b141-93a0-4da6-96c2-0c6850b6b9ac/form-back.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    z-index: 0;
    filter: opacity(0.5);
}

.locationBox {
    margin-top: 25px;
}

@media (min-width: 768px) {
#Form1837 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1837 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1837 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1837 > div:nth-child(1) > fieldset > div:nth-child(n+15) {
    padding: 0 5px;
}
}








/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    text-align: center;
}

.footerWrapper {
    background-color: black;
    border-top: 3px solid #ee6d23;
}

.footerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    text-transform: uppercase;
    line-height: 32px;
}

.footerBlock {
    text-align: center;
}

.footerContainer div:nth-child(2) {
    flex: 0 0 30%;
}

.footerBlock .footerLogo, 
.footerBlock .dealer-phone, 
.footerBlock .dealer-address {
    display: block;
}

.footerBlock .dealer-phone {
    font-weight: 700;
    color: #65c400;
    font-size: 30px;
    margin: 10px 0;
}

.footerBlock h3 {
    color: #ee6d23;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footerBlock li {
    font-weight: 700;
    color: yellow;
    transition: .3s;
}

.footerBlock li:hover {
    color: #66c401;
}

.footerMapWrapper {
    position: relative;
    padding-bottom: 67%;
}

.footerMapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerBlock .dealer-phone:hover,
.header-social a:hover {
    color: yellow;
}




/* BREAKPOINTS */
@media (max-width: 1499px) {
.headerContainer > div:nth-child(1) {
    flex: 0 0 17%;
    flex-flow: column;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 17%;
}
}





@media (max-width: 1199px) {
.typeContainer,
.footerContainer,
.btnContainer {
    width: 970px;
}

.navbar-nav>li>a {
    padding: 15px 10px;
}

.btnContainer h3 {
    top: 55px;
    font-size: 16px;
    left: -25px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 192px;
}

.footerLogo img {
    max-width: 300px;
}

.inventory-container .vehicle .price {
    font-size: 16px;
}

.form-header-text {
    font-size: 25px;
}

.mapWrapper {
    padding-bottom: 126%;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 20%;
}

.headerContainer > div:nth-child(1) {
    flex: 0 0 14%;
    flex-flow: column;
}

.homeAbout p {
    line-height: 25px;
}
}




@media (max-width: 991px) {

.typeContainer,
.footerContainer,
.btnContainer {
    width: 740px;
}

.headerBlock {
    flex: 0 0 27%;
}

.headerOEM {
    flex: 0 0 12%;
}

.headerLogo {
    flex: 0 0 22%;
}

#main-nav .nav>li>a {
    padding: 15px 8px;
}

.typeContainer h4 {
    font-size: 70px;
}

.btnContainer h3 {
    top: 33px;
    font-size: 13px;
    left: -19px;
}

.featuredInventory h2 {
    font-size: 40px;
}

.homeAbout {
    flex-flow: column;
}

.homeAbout .pics {
    display: flex;
}

.homeAbout .pics img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.homeAbout > div:nth-child(2) {
    padding: 0 15px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 223px;
}

.footerLogo img {
    max-width: 220px;
}

.headerSlogan h5 {
    font-size: 16px;
}

.headerSlogan h5:before, 
.headerSlogan h5:after {
    height: 3px;
    top: 21px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 40px;
}

.form-header-text {
    font-size: 18px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.headerContainer > div:nth-child(1) {
    flex: 0 0 10%;
    flex-flow: column;
}

.headerContainer > div:nth-child(2) {
    flex: 0 0 26%;
}

.typeBlock span {
    padding: 5px 7px;
    font-size: 14px;
}
}





@media (max-width: 767px) {

.typeContainer,
.footerContainer,
.btnContainer {
    width: 100%;
}

.header-social,
.headerContainer > div:nth-child(2) > a:nth-child(2),
.headerContainer > div:nth-child(1) {
    display: none;
}

.footerContainer {
    flex-flow: column;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 215px;
}

.typeContainer h4 {
    font-size: 11vw;
}

.typeBlock {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0;
}

.typeBlock a {
    flex: 0 0 49%;
    padding: 10px;
}

.btnContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.btnContainer a {
    flex: 0 0 49%;
}

.btnContainer h3 {
    top: 44%;
    font-size: 3.5vw;
    left: -13%;
    margin: 0;
}

.oemContainer {
    margin-top: 30px;
}

.oemContainer a {
    flex: 0 0 32%;
    padding: 10px;
}

.reviewsSection {
    padding: 15px 0;
}

.headerLogo img {
    max-width: 200px;
    margin-bottom: 15px;
}

.headerContainer {
    flex-wrap: wrap;
}

.headerContainer div:nth-child(2) {
    flex: 0 0 43%;
    text-align: left;
    order: 2;
}

.headerOEM {
    display: none;
}

.headerBlock .dealer-phone {
    font-size: 5vw;
}

.headerLogo {
    flex: 0 0 100%;
    order: 1;
}

.headerContainer div:nth-child(4) {
    order: 3;
    flex: 0 0 57%;
}

.headerSlogan h5 {
    font-size: 14px;
    letter-spacing: 2px;
}

.headerSlogan h5:before, 
.headerSlogan h5:after {
    display: none;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.navbar-nav > li > a:before {
    height: 3px;
    bottom: -2px;
}

#main-nav .dropdown-menu>li>a {
    color: white;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 21px;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 7vw;
}

.form-header-text {
    font-size: 23px;
}

header.body {
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
}

.typeSection {
    margin-top: 0;
}

.homeAbout {
    padding: 10px 0;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.headerOemContainer {
    flex-wrap: wrap;
}

.headerOemContainer a {
    flex: 0 0 18%;
}

#home-page {
    margin-bottom: 0;
}
}






