
body {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}


@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/7a1ca646-99a1-45ac-9afd-64e04efb08bf/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/7a1ca646-99a1-45ac-9afd-64e04efb08bf/background.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

#inner-bg:before, 
#inner-bg:after {
    top: 0;
    content: '';
    background-image: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 33%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 67%,rgba(255,102,0,1) 67%,rgba(255,102,0,1) 100%);
    width: 3%;
    height: 100%;
    position: fixed;
    z-index: 44;
}

#inner-bg:after {
    background-image: linear-gradient(to left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 33%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 67%,rgba(255,102,0,1) 67%,rgba(255,102,0,1) 100%);
    right: 0;
}


a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

hr {
    border-top: 1px solid #acacac;
}

#content-container {
    padding-bottom: 25px;
}

.searchSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d5c88548-45bf-46cc-896a-208ddc008b71/background-dealership-2.jpg);
    background-size: cover;
    margin-top: -25px;
    padding: 6% 0;
    background-position: center;
    background-attachment: fixed;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page {
    background-color: white;
    padding: 15px;
}





/* HEADER */

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

.headerContainer a {
    color: black;
}

.headerContainer a:hover {
    color: #ff6600;
}

.headerBlock {
    flex: 0 0 30%;
}

.headerBlock .dealer-phone {
    display: block;
    font-size: 34px;
    font-weight: 700;
}

.headerLogo {
    flex: 0 0 40%;
    text-align: center;
}

.headerSocial {
    display: flex;
    justify-content: center;
}

.headerSocial a {
    font-size: 30px;
    padding: 10px;
}

.secLogos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.secLogos a {
    padding: 0 10px;
}

.secLogos img {
    max-height: 89px;
    max-width: 100px;
}






/* NAVIGATION */

#main-nav {
    position: relative;
    background-color: white;
}

#main-nav:before,
#main-nav:after {
    content: '';
    background-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 33%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 67%,rgba(255,102,0,1) 67%,rgba(255,102,0,1) 100%);
    width: 100%;
    height: 12px;
}

#main-nav:after {
    background: linear-gradient(to bottom, rgba(255,102,0,1) 0%,rgba(255,102,0,1) 33%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 67%,rgba(0,0,0,1) 67%,rgba(0,0,0,1) 100%);
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}
}

.social-media-icons {
    display: none;
}

.navbar {
    min-height: unset;
    border: none;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    padding: 10px;
    font-size: 14px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ff6600;
}

.dropdown-menu {
    background-color: black;
    top: 52px;
}

#main-nav li.dropdown.open ul {
    border-top-color: black;
}

.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
}

#main-nav .dropdown-menu>li>a:hover, #main-nav .dropdown-menu>li>a:focus {
    background-color: #000000;
    color: #ff6600;
}




/* CONTENT */

.siteSearch {
    width: 500px;
    display: flex;
    margin: auto;
    border-radius: 24px;
    box-shadow: 0 0 10px black;
    background-color: white;
}

.siteSearch .form-control {
    border-radius: 20px 0 0 20px;
    margin: 5px;
    border: none;
    margin-right: 0;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 53%);
}

.siteSearch .btn-primary {
    background-color: transparent;
    border-radius: 0 20px 20px 0;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    margin: 0;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
    margin-top: 8%;
}

.btnContainer a {
    flex: 0 0 33.33%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px 3px;
}

.btnContainer a:hover {
    transform: scale(1.1);
}

.btnContainer a h3 {
    font-size: 53px;
    margin: 0;
}

.btnContainer h3 span {
    display: block;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 13px;
}

.btnContainer a:nth-child(1) {
    background-color: white;
}

.btnContainer a:nth-child(1) h3 {
    color: black;
}

.btnContainer a:nth-child(1) h3 span {
    color: #7e7e7e;
}

.btnContainer a:nth-child(2) {
    background-color: #7e7e7e;
}

.btnContainer a:nth-child(2) h3 {
    color: white;
}

.btnContainer a:nth-child(2) h3 span {
    color: black;
}

.btnContainer a:nth-child(3) {
    background-color: black;
}

.btnContainer a:nth-child(3) h3 {
    color: #7e7e7e;
}

.btnContainer a:nth-child(3) h3 span {
    color: white;
}

.homeHeader {
    position: relative;
    margin-bottom: 25px;
    border-top: 4px solid black;
    border-bottom: 4px solid black;
}

.homeHeader h2 {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 51px;
    color: black;
}

.homeHeader h2 span:nth-child(1) {
    display: block;
    color: #7e7e7e;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 12px;
}

.homeHeader h2 .fa-plus-circle {
    margin-left: 10px;
    transition: .3s;
}

.homeHeader a:hover h2 .fa-plus-circle {
    transform: rotate(90deg) scale(1.1);
}

.p-header {
    position: relative;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    margin-bottom: 25px;
}

.p-header h2 {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 55px;
    line-height: 41px;
}

.p-header h2 span {
    display: block;
    color: #ff6600;
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 10px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.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: #dfdfdf;
    border-color: #cccccc;
}

.aboutPic {
    float: right;
    margin: 0 0 10px 10px;
    border: 3px solid black;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 115%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: #fff;
}

.department .title {
    border: 1px solid #000000;
    color: #ff6600;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.wbcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wbcontainer li {
    flex: 0 0 31%;
}

#CustomEventWidget .eventDate {
    background-color: #7e7e7e;
}

.reivew-name {
    color: black;
}

.review-date {
    color: #7e7e7e;
}

.textingBox {
    width: 300px;
    height: 75px;
    background-color: black;
    position: relative;
}











/* SERIAL 1 */

.serialWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serialWrapper > div {
    flex: 0 0 48%;
    border: 5px solid #585858;
    position: relative;
    margin: 10px;
}

.serialContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.serialContainer img {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.serialContainer h3 {
    margin: 10px 15px;
    font-size: 33px;
    padding: 0 10px 3px;
    border-bottom: 1px solid gray;
    width: max-content;
    color: white;
}

.serialBottomWrapper {
    display: flex;
    flex-wrap: wrap;
}

.serialBottomWrapper div {
    flex: 0 0 33.33%;
}

h2.serialMain {
    text-align: center;
    font-size: 40px;
}

img.serialLogo {
    display: block;
    width: 17%;
    margin: 30px auto;
}







@media (max-width: 1199px) {
.serialWrapper > div {
    flex: 0 0 47%;
    border: 5px solid #585858;
    position: relative;
    margin: 10px;
}

h2.serialMain {
    text-align: center;
    font-size: 36px;
}
}


@media (max-width: 767px) {
h2.serialMain {
    font-size: 6vw;
}

.serialWrapper > div {
    flex: 0 0 48%;
    border: 3px solid #585858;
    position: relative;
    margin: 1%;
}

.serialContainer h3 {
    margin: 2% 1%;
    font-size: 3vw;
    padding: 1% 2%; 
}

.serialContainer img {
    right: 2%;
    bottom: 3%;
    width: 20%;
}

img.serialLogo {
    width: 30%;
}

.serialBottomWrapper div {
    flex: 0 0 50%;
}
}






/* UPCOMING EVENTS */

.widget-UpcomingEvents h2, 
.widget-UpcomingEvents h3 {
    color: white;
    text-align: center;
}

.eventWrapper span {
    color: #ff6600;
}

.widget-UpcomingEvents h3:hover a {
    color: white;
}






/* FEATURED INVENTORY */

.featuredInventory h2,
.latestReviews h2 {
    display: none;
}

.single-item-slider .slider-outer {
    height: 273px;
}

.single-item-slider .slider-inner .item {
    width: 259px;
}

/*
.single-item-slider .slider-inner .item:before {
    background-image: linear-gradient(to left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 33%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 67%,rgba(255,102,0,1) 67%,rgba(255,102,0,1) 100%);
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    z-index: 9;
}
*/

.single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    bottom: 0;
    /*padding-left: 10px;*/
}

.single-item-slider .item .item-inner {
    padding-left: 10px;
}

.single-item-slider .item-detail .name {
    line-height: 20px;
    color: black;
}





/* 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 {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    font-size: 22px;
    padding: 3px 8px;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    text-transform: uppercase;
    border: 1px solid black;
    font-weight: 700;
}

.inventory-container .vehicle .cta-box {
    padding: 5px 2px;
    border: 1px solid black;
    font-weight: 700;
    top: -26px;
}

.inventory-container .vehicle-box {
    position: relative;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 1px solid #000000;
    background-color: white;
}

.inventory-container .vehicle:hover {
    background-color: #e6e6e6;
    transition: all 0.4s ease 0s;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    min-height: 43px;
    font-weight: 600;
}

.inventory-container .vehicle .title {
    padding: 12px 5px 28px;
    position: relative;
}

.inventory-container .vehicle .title:before {
    background-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 33%,rgba(255,255,255,1) 33%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 67%,rgba(255,102,0,1) 67%,rgba(255,102,0,1) 100%);
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

#SimilarVehicles .vehicle-box:hover {
    transform: scale(1.05);
}







/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    border: 3px solid;
    background-color: white;
    padding: 15px;
}

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
    border-radius: 0;
    margin: 18px auto 15px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 25px;
    font-weight: 700;
    transition: .3s;
}

.btn-sec {
    display: block;
    width: max-content;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 16px;
    top: 5px;
}

.form-control {
    margin: 5px 0px;
    border-radius: 0;
    font-size: 14px!important;
    color: black;
}

.form-header-text {
    font-size: 28px;
    color: #ff6600;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.forms-title-section {
    color: #ff6600;
    text-align: center;
    margin-bottom: 5px;
}

.counterWrapper {
    color: #999999;
}

.vdpinquiryheader {
    font-size: 29px;
    color: #ff6600;
    text-transform: uppercase;
}

.customForm [placeholder="First Name"], .customForm [placeholder="Last Name"] {
    width: 97px;
}

.customForm [placeholder="ZipCode"] {
    width: 60px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.customForm input, .customForm textarea {
    background-color: white;
    border: 1px solid #ccc;
    padding: 4px 5px;
    margin: 3px 0px;
    font-size: 14px!important;
}

.inquiryformcontainer, 
.locationBox {
    border: 3px solid black;
}

@media (min-width: 768px) {
#Form2012 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2012 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    text-align: center;
}

.footerBack {
    border-top: 4px solid black;
    background-color: white;
}

.footerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    line-height: 28px;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footerBlock .dealer-address, 
.footerBlock .sales-phone, 
.footerBlock .service-phone {
    display: block;
}

.footerBlock table td:nth-child(1) {
    padding-right: 15px;
}

.footerBlock .sales-phone, 
.footerBlock .service-phone {
    font-size: 20px;
    margin: 10px 0;
}

.footerBlock .sales-phone-text, 
.footerBlock .service-phone-text {
    font-weight: 700;
    font-size: 28px;
}

.footerBlock .sales-phone span:nth-child(1), 
.footerBlock .service-phone span:nth-child(1) {
    color: black;
}

.footerBlock a {
    color: black;
}

.footerSocial {
    display: flex;
    justify-content: center;
}

.footerSocial a {
    font-size: 30px;
    padding: 10px;
}

.footerBlock .dealer-phone {
    display: block;
}






.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 5px;
	cursor: pointer;
	transition: .3s;
}
.thumbs:hover {
    filter: opacity(0.8);
}
.thumbs img, 
#largeView img {
	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) {
	#largeView {
		width: 50%;
		left: 25%;
		top: 10vh;
	}
}







/* BREAKPOINTS */

@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.headerBlock {
    flex: 0 0 35%;
}

.headerLogo {
    flex: 0 0 30%;
}

.btnContainer a h3 {
    font-size: 45px;
}

.btnContainer h3 span {
    font-size: 20px;
    letter-spacing: 12px;
}

.p-header h2 {
    font-size: 50px;
}

.p-header h2 span {
    font-size: 30px;
}

.inventory-container .vehicle .price {
    font-size: 18px;
}

.mapWrapper {
    padding-bottom: 139%;
}

.inventory-container .vehicle .cta-box {
    font-size: 18px;
    max-width: 90%;
}
}




@media (max-width: 991px) {
.headerContainer,
.footerContainer {
    width: 740px;
}

.headerBlock .dealer-phone {
    font-size: 29px;
}

#main-nav .nav>li>a {
    padding-left: 7px;
    padding-right: 7px;
}

.btnContainer a h3 {
    font-size: 35px;
}

.btnContainer h3 span {
    font-size: 18px;
    letter-spacing: 7px;
}

.homeHeader h2 {
    font-size: 38px;
    line-height: 30px;
}

.homeHeader h2 span:nth-child(1) {
    font-size: 25px;
    letter-spacing: 5px;
}

.single-item-slider .slider-inner .item {
    width: 211px;
}

.footerContainer {
    flex-flow: column;
}

.footerContainer div:nth-child(2) {
    order: 1;
    margin-bottom: 15px;
}

.footerContainer div:nth-child(1) {
    order: 2;
}

.footerContainer div:nth-child(3) {
    order: 3;
}

.footerBlock table {
    margin: auto;
}

.p-header h2 {
    font-size: 45px;
    line-height: 31px;
}

.p-header h2 span {
    font-size: 26px;
}

.inventory-container .vehicle .price {
    font-size: 22px;
}

.mapWrapper {
    margin-top: 25px;
    padding-bottom: 50%;
}

.secLogos img {
    max-height: 70px;
    max-width: 75px;
}

.headerBlock {
    flex: 0 0 34%;
}

.headerLogo {
    flex: 0 0 30%;
}
}




@media (max-width: 767px) {
.headerContainer,
.footerContainer {
    width: 100%;
}

.headerSocial,
.secLogos {
    display: none;
}

.siteSearch {
    width: 100%;
}

.btnContainer {
    flex-flow: column;
}

.homeHeader {
    height: 100%;
}

.homeHeader img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.homeHeader h2 {
    width: 100%;
}

.homeHeader h2 .fa-plus-circle {
    font-size: 30px;
}

.headerBlock a:nth-child(2),
#main-nav:before {
    display: none;
}

.headerBlock,
.headerLogo {
    flex: 0 0 50%;
}

.headerLogo {
    order: 1;
    position: relative;
    z-index: 333;
}

.headerBlock {
    order: 2;
}

header.body {
    background-color: white;
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

#main-nav {
    margin-top: -64px;
}

.headerContainer {
    align-items: end;
}

.headerBlock .dealer-phone {
    font-size: 6vw;
}

#main-nav .nav>li>a {
    padding: 15px 20px;
}

.p-header h2 {
    font-size: 7.5vw;
    line-height: unset;
    width: 100%;
}

.p-header h2 span {
    display: inline-block;
    letter-spacing: 0;
    margin-right: 5px;
    font-size: 7.5vw;
}

.p-header img {
    filter: opacity(0.5);
}

.p-header {
    margin-bottom: 0;
}

.mc-header h2 {
    font-size: 6vw;
}

.mc-header h2 span {
    font-size: 6vw;
}

#main-nav li.dropdown.open ul {
    background-color: black;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 22px;
}

.mapWrapper {
    margin-top: 0;
    padding-bottom: 90%;
}

#inner-bg:before, #inner-bg:after {
    width: 10px;
}

.mapandhourstbl {
    margin: auto;
}

.searchSection {
    margin-top: 0;
    padding: 10% 0;
}

.inventory-container .vehicle .cta-box {
    font-size: 22px;
    max-width: 90%;
}
}



