body {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 115vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/8fbf29b5-a8b4-4b44-a539-20fd42f4a8a6/DSC_0009_ROOF_SIDING_EDIT-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #ffffff url(https://psmfirestorm.blob.core.windows.net/8fbf29b5-a8b4-4b44-a539-20fd42f4a8a6/DSC_0009_ROOF_SIDING_EDIT-2.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Play', sans-serif;
    font-weight: 700;
}

a,
a.promo-link {
    color: #177272;
    transition: .4s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

.searchSection {
    background-color: rgb(0 0 0 / 38%);
    padding: 8% 0 13%;
    margin-top: 0!important;
}

.featuredSection {
    background-color: white;
    margin-top: 0!important;
}

.typeSection,
.featuredSection {
    background-color: white;
    margin-top: 0!important;
    position: relative;
}

/*
.typeSection:after, 
.featuredSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/1d877004-2915-4368-b74a-7e07a11fd924/divider.png);
    height: 65px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -65px;
    background-size: 100% 100%;
    z-index: 44;
}
*/

.featuredSection:before {
    bottom: unset;
    top: -65px;
    transform: rotate(180deg);
}

.oemSection {
    position: relative;
    margin-top: 0!important;
    background-color: #a69378;
}

.oemSection:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5bbdc9ae-cc5a-4cd5-bfe8-374a5b5ec3a2/oem-back-80.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    filter: opacity(0.6);
}

.aboutSection {
    position: relative;
    margin-top: 0!important;
    padding: 9% 0;
    background-color: #91836f;
}

.aboutSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/4c909b60-bcce-4093-ac33-e1d4bdd74e3b/Thorntons-Motorcycle-Sales-Block-Building.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    filter: opacity(0.5);
}

.aboutSection .container {
    background-color: rgb(255 255 255 / 55%);
    padding: 15px;
    position: relative;
}

#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: white;
    padding: 15px;
    margin-top: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}










/* HEADER */

header.body {
    margin-bottom: 0;
    background-color: white;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 0 15px;
    align-items: center;
    position: relative;
}

.headerContainer > div > div:nth-child(2) > a:nth-child(1) > div, 
.footerInfo > div:nth-child(2) > a:nth-child(1) > div,
.footerInfo > div:nth-child(3) > a:nth-child(1) > div,
.headerContainer > div > div.headerBlock > div:nth-child(2) > div > a:nth-child(1) > div,
.headerContainer > div > div:nth-child(2) > div > a:nth-child(1) > div {
    display: flex;
    align-items: baseline;
}

.footerLocation h4, 
.headerBlock h4 {
    color: black;
}

.headerBlock {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
}

.headerBlock .fa, 
.footerInfo .fa {
    margin-right: 7px;
    color: black;
    transition: .3s;
}

.headerContainer .social a:hover .fa {
    color: #177272;
}

.headerContainer > div:nth-child(1) > a:nth-child(1) > div > div > span:nth-child(2), 
.headerContainer > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > div > div > span:nth-child(1),
.headerContainer > div:nth-child(3) > div:nth-child(2) > a:nth-child(1) > div > div > span:nth-child(1),
.footerInfo > div:nth-child(2) > a:nth-child(1) > div > div > span:nth-child(2),
.footerInfo > div:nth-child(3) > a:nth-child(1) > div > div > span:nth-child(2),
.headerBlock > div:nth-child(2) > div > a:nth-child(1) > div > div > span:nth-child(2) {
    display: block;
}

.headerContainer .phone,
.footerInfo .phone {
    font-weight: 700;
}

.headerContainer .social {
    display: flex;
    flex-flow: column;
    margin-left: 15px;
}

.headerContainer .social a {
    width: 35px;
    height: 35px;
    background-color: white;
    margin: 0 5px;
    border-radius: 50%;
    padding: 3px 9px;
    font-size: 20px;
}

.headerSlogan {
    background-color: #177272;
}

.headerSlogan h4 {
    color: white;
    margin: 0;
    padding: 5px;
    text-align: center;
}

.headerContainer .btn-primary,
.footerInfo .btn-primary {
    display: block;
    width: max-content;
    margin-top: 10px;
}

a.sideTab {
    position: fixed;
    background-color: #177272;
    transform: rotate(-90deg);
    color: white;
    right: -77px;
    padding: 10px;
    text-transform: uppercase;
    top: 400px;
    transition: .3s;
    z-index: 22;
}

a.sideTab h4 {
    margin: 0;
}

a.sideTab:hover {
    background-color: black;
}






/* NAVIGATION */

#main-nav {
    background-color: black;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 10px;
    color: white;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}

.social-media-icons {
    display: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    color: #177272;
}






/* CONTENT */

.searchWrapper h2 {
    text-align: center;
    font-size: 80px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 25px;
    text-shadow: 0px 0px 3px black;
}

.siteSearch .searchContainer {
    display: flex;
    max-width: 500px;
    margin: auto;
    box-shadow: 0 0 10px black;
    border: 5px solid #177272;
    width: 100%;
}

.siteSearch .form-control {
    background-color: white;
    color: black;
    border: none;
    border-radius: 0px;
    padding: 25px 19px;
    margin: 0px;
    font-size: 16px !important;
    border-right: none;
    box-shadow: none;
}

.siteSearch .form-control:hover, 
.siteSearch .form-control:focus {
    background-color: white;
    box-shadow: none;
}

.siteSearch button {
    background-color: white;
    border: none;
    font-size: 16px;
    border-left: none;
    border-radius: 0;
    margin: 0;
    background: white;
    color: black;
}

.siteSearch button:hover {
    background: white;
    color: black;
}

.siteSearch button:before {
    display: none;
}

.homebuttonbkgnd {
    background-color: #177272;
}

.homebuttoncontainer {
    display: flex;
    justify-content: space-around;
    margin: auto;
}

.homebuttonblock {
    display: flex;
    align-items: center;
    position: relative;
}

.homebuttonblock h4 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: -6%;
    transition: .4s ease;
    text-align: center;
    transform: rotate(-90deg);
    position: absolute;
    left: -33px;
    font-weight: 400;
}

.homebuttonblock:hover h4 {
    transition: .4s ease;
    transform: rotate(-90deg) translateY(-50%);
}

.homebuttonblock h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 64px;
    transition: .3s ease;
    margin-top: 4px;
    margin-bottom: 6px;
}

.homebuttonblock:hover h2 {
    color: #d0d0d0;
    transition: .3s ease;
    text-decoration: underline;
}

.typeContainer {
    width: 1470px;
    margin: -100px auto 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 15px;
    text-align: center;
}

.typeContainer h3 {
    position: relative;
    color: black;
    padding: 5px 15px;
    width: max-content;
    margin: 15px auto;
    z-index: 4;
}

.typeContainer h3:before, 
.typeContainer h3:after {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #177272;
    position: absolute;
    top: 0;
    left: 0;
    transition: .4s;
    z-index: -1;
}

.typeContainer h3:after {
    right: 0;
    left: unset;
}

.typeContainer a:hover h3:before, 
.typeContainer a:hover h3:after {
    width: 51%;
}

.typeContainer div {
    flex: 0 0 20%;
}

.typeContainer img,
.oemcontainer img {
    transition: .3s;
}

.typeContainer a:hover img,
.oemcontainer a:hover img {
    transform: scale(1.1);
}

.oemcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11% 0;
    position: relative;
    z-index: 4;
}

.oemcontainer div {
    padding: 15px;
}

.oemcontainer img {
    max-height: 112px;
}

.homeAbout {
    line-height: 32px;
}

.homeAbout h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.homeAbout h2 span {
    display: block;
    font-size: 42px;
    font-weight: 700;
}

.homeAbout .btn-primary {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 18px;
}

img.mrthorntonpic {
    float: left;
    padding: 5px 10px 10px 0px;
}

img.aboutpic1 {
    padding: 10px;
    filter: invert(1);
}

img.aboutpic2 {
    padding: 10px;
}

.aboutcontainer {
    display: flex;
}

.aboutcontainer > div:nth-child(2) {
    flex: 0 0 16%;
    margin-left: 15px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 87%;
    height: 0;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.color-packages h3 {
    color: black!important;
}

#SimilarVehicles .vehicle-box:hover {
    transform: scale(1.025);
}

.locationcontainer {
    display: flex;
    justify-content: space-between;
}

.locationblock {
    flex: 0 0 50%;
}

.locationleft {
    float: left;
    margin-right: 15px;
}

.locationblock table {
    background-color: #efefef;
}

.locationblock td {
    padding: 5px 15px;
    border: 1px solid #b3b3b3;
}

.locationblock td:nth-child(1) {
    padding-right: 15px;
}

.locationcontainer > div:nth-child(2) {
    margin-bottom: 25px;
}

.department-container .department {
    padding: 20px 0;
    background: transparent;
}

.department .title {
    border: 1px solid #efefef;
    background: #efefef;
    color: #177272;
    text-transform: uppercase;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
}

.department .employee .name p {
    margin: 5px 0 0;
}

.department .employee .job p {
    margin: 0;
}

#cc-chat-button-main {
    display: none!important;
}

#creditAppForm section {
    background: #efefef!important;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 250px;
    box-shadow: -30px 0px 40px -30px rgb(0 0 0 / 60%), 30px 0px 40px -30px rgb(0 0 0 / 60%);
}

.p-header:before {
    content: "";
    background: linear-gradient(to right, rgb(255 255 255 / 87%) 0%, rgba(255, 255, 255, 0) 55%);
    width: 85%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    font-size: 58px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    left: 1%;
    text-transform: uppercase;
}

.p-header h1:after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    border-right: 7px solid #177272;
    border-bottom: 7px solid #177272;
    right: -14px;
    bottom: -12px;
}

.p-header h1 span {
    display: block;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.elfsight-app-8952b118-006b-4177-b750-401eb2488a6a {
    background-color: white;
    padding: 15px;
    margin-bottom: 25px;
}

.finBtnContainer {
    display: flex;
    justify-content: space-around;
}

.finBtnContainer a {
    flex: 0 0 40%;
    padding: 35px;
    font-size: 20px;
    margin: 45px 15px;
}






/* FEATURED INVENTORY */

.featuredInventory h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 2px;
}

.featuredInventory {
    margin-top: 60px;
}

.single-item-slider .slider-outer {
    height: 336px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.single-item-slider .img-container {
    height: 167px;
    background-color: white;
}

.single-item-slider .item .item-inner:before {
    content: '';
    right: -6px;
    left: unset;
    bottom: -6px;
    top: unset;
    border: 5px solid #177272;
    border-left: none;
    width: 30px;
    height: 30px;
    border-top: none;
    position: absolute;
}

.single-item-slider .item {
    background-color: #efefef;
    border: 5px solid #efefef;
}

.single-item-slider .item-detail .name {
    text-align: left;
    color: black;
}

.single-item-slider .item-detail .price {
    padding: 5px;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.single-item-slider .slider-inner .item:before {
    z-index: 0;
}

.single-item-slider .item .item-inner {
    border-radius: 0;
}






/* INVENTORY */
/* light background */

.inventory-container .vehicle {
    transition: .3s;
}

.inventory-container .vehicle:hover {
    background-color: #177272;
}

    .inventory-container .vehicle .title a { color: #333; }

#filters-box li label {
    color: #177272;
}

#vehicleList>div {
    margin: 0;
    padding: 7px; 
} 

.inventory-container .vehicle .title {
    padding: 5px;
    background-color: #efefef;
}

.inventory-container .vehicle .price {
    font-size: 27px;
    text-align: center;
    padding: 3px;
    text-transform: uppercase;
    font-weight: unset;
    background-color: #efefef;
    font-family: 'Play', sans-serif;
    font-weight: 700;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 23px;
    min-height: 47px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.panel-default>.panel-heading {
    background-color: #ababab;
}

#tabEquipment > div > div.vehicle-details > div > div.col-md-12 > ul > li:nth-child(n+1) > span,
#tabEquipment > div > div.tab-content > div > div:nth-child(n+2) > ul > li:nth-child(n+1) > span {
    font-size: 12px;
}

#ModalVehicleInquiry {
    border-radius: 8px;
    border: 4px grey solid;
}

.siteSearch-M button {
    height: 34px;
    margin: 3px 0!important;
}

.inventory-container .vehicle .thumb {
    line-height: 177px;
    height: 180px;
    background-color: #efefef;
}

.blurbBanner span {
    width: 70%;
    top: -150px;
}

.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: #177272;
    border-color: #d2d2d2;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link,
.k-pager-wrap .k-link:hover {
    color: #177272;
}





/* FORMS */

.btn-primary {
    background-color: #177272;
    border: none;
    margin: 10px 0;
    position: relative;
    transition: .3s;
    z-index: 3;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    padding: 10px 20px;
    overflow: hidden;
}

.btn-primary:before {
    content: '';
    width: 0px;
    height: 100%;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.btn-sec {
    margin: 10px auto;
    display: block;
    width: max-content;
    font-size: 20px;
}

.btn-primary:hover:before {
    width: 100%;
}

.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: #177272;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
    overflow: hidden;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 29px;
    margin-bottom: 4px;
    position: relative;
    font-weight: 700;
    color: #177272;
    font-family: 'Play', sans-serif;
    line-height: 30px;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    transition: .3s;
    box-shadow: 0 0 4px rgb(0 0 0 / 18%);
}

.form-control:hover {
    border-color: #177272;
}

.form-control:focus {
    border-color: #177272;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 60%);
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.field-validation-valid {
    color: black;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    box-shadow: 0 0 5px black;
}

#VehicleInquiryContainer {
    padding: 10px;
}

.mainform .k-widget.k-datepicker.k-header {
    margin-left: 10px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 95px;
}

.customForm [placeholder="Zip Code"] {
    width: 77px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    color: black;
    box-shadow: 0 0 4px rgb(0 0 0 / 18%);
}

.customForm textarea {
    width: 100%;
}

.vdpinquiryheader {
    margin-bottom: 0;
    font-weight: 700;
    color: #177272;
    font-family: 'Play', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 15px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #177272;
    font-weight: bold;
}

.footerBack {
    background-color: white;
}

.footerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.footerInfo {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 41%;
    justify-content: space-between;
    align-items: center;
}

.footerInfo > a:nth-child(1) {
    flex: 0 0 100%;
    text-align: center;
    order: 1;
}

.footerInfo > div:nth-child(2) {
    order: 2;
}

.footerInfo .social {
    display: flex;
    order: 3;
}

.footerInfo .social a {
    font-size: 20px;
    margin: 0 5px;
}

.footerInfo > div:nth-child(3) {
    order: 4;
}

.footerBlock h3 {
    font-weight: 700;
}

.footerBlock table td:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
}

.footerBlock ul {
    list-style: none;
    padding-left: 16px;
}

.footerBlock ul a {
    position: relative;
}

.footerBlock ul a:before {
    content: '';
    width: 6px;
    height: 2px;
    background-color: black;
    position: absolute;
    left: -11px;
    top: 11px;
}

.footerInfo img {
    max-width: 160px;
}






@media (max-width: 1499px) {
.headerContainer,
.typeContainer {
    width: 1170px;
}
}




@media (max-width: 1199px) {
.headerContainer,
.typeContainer,
.footerContainer {
    width: 970px;
}

.footerInfo {
    flex: 0 0 49%;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.searchWrapper h2 {
    font-size: 58px;
}

.homebuttonblock h2 {
    font-size: 56px;
    margin-top: 4px;
    margin-bottom: 6px;
}

.homebuttonblock h4 {
    font-size: 16px;
    left: -29px;
}

.inventory-container .vehicle .thumb {
    line-height: 144px;
    height: 150px;
}
}






@media (max-width: 991px) {
.headerContainer,
.typeContainer,
.footerContainer {
    width: 740px;
}

.searchWrapper h2 {
    font-size: 48px;
}

.typeContainer h3 {
    font-size: 20px;
}

.single-item-slider .slider-inner .item {
    width: 211px;
}

.single-item-slider .img-container {
    height: 120px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.homebuttonblock {
    flex-flow: column;
}

.homebuttonblock h4 {
    position: relative;
    transform: none;
    top: 0;
    margin: 0;
    left: 0;
    padding-top: 5px;
}

.homebuttonblock h2 {
    font-size: 38px;
    margin-top: -3px;
    margin-bottom: 6px;
}

.inventory-container .vehicle .thumb {
    line-height: 204px;
    height: 201px;
}

.p-header {
    height: 235px;
}

.p-header h1 {
    font-size: 48px;
    line-height: 43px;
}

.p-header h1:after {
    width: 30px;
    height: 30px;
    border-right: 5px solid #177272;
    border-bottom: 5px solid #177272;
    right: -12px;
    bottom: -8px;
}

.finBtnContainer a {
    flex: 0 0 45%;
    padding: 25px;
    font-size: 18px;
    margin: 45px 15px;
}
}





@media (max-width: 767px) {
.headerContainer,
.typeContainer,
.footerContainer {
    width: 100%;
}

.homebuttoncontainer {
    flex-flow: column;
}

.typeContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.typeContainer div {
    flex: 0 0 49%;
}

.searchSection {
    padding: 8% 0 24%;
}

.oemSection .widget-inner {
    margin-top: 0!important;
}

.oemcontainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.oemcontainer div {
    padding: 15px;
    flex: 0 0 33%;
}

.featuredInventory {
    margin-top: 15px;
}

.footerInfo > div:nth-child(3) {
    order: 3;
}

.footerInfo .social {
    order: 4;
    flex: 0 0 100%;
    justify-content: center;
}

.headerContainer > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > div > div,
.headerContainer > div:nth-child(1) > div:nth-child(2) > a.phone > span:nth-child(2),
.headerContainer > div:nth-child(3) > div:nth-child(2) > a:nth-child(1) > div > div,
.headerContainer > div:nth-child(3) > div:nth-child(2) > a.phone > span:nth-child(2),
.headerContainer > div:nth-child(1) > .social,
header > div.headerContainer > a {
    display: none;
}

#main-nav {
    position: relative;
}

#main-nav .navbar-toggle {
    color: white;
}

#main-nav .navbar-brand {
    height: 63px;
    margin: 0;
}

.navbar-nav {
    display: block;
}

.headerContainer > div:nth-child(3) > div.social {
    position: absolute;
    flex-flow: row;
    bottom: -50px;
    left: 55%;
    z-index: 5;
    margin-left: 0;
    transform: translateX(-50%);
}

.headerContainer {
    padding: 0;
}

.aboutSection .container {
    margin: 0 15px;
}

.homeAbout h2 {
    font-size: 24px;
}

.homeAbout h2 span {
    font-size: 32px;
}

.footerInfo {
    justify-content: space-around;
}

.footerLocation {
    padding: 0 5px;
}

#main-nav .dropdown-menu > li > a {
    color: white;
}

.locationcontainer {
    flex-flow: column;
}

#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 {
    margin: 15px 15px 0;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
    line-height: 8vw;
}

.p-header h1:after {
    width: 18px;
    height: 18px;
    border-right: 3px solid #177272;
    border-bottom: 3px solid #177272;
    right: -10px;
    bottom: -4px;
}

.blurbBanner span {
    width: 76%;
    top: -168px;
}

.inventory-container .vehicle .title {
    font-size: 16px;
}

.finBtnContainer {
    flex-flow: column;
}

.finBtnContainer a {
    padding: 25px 0;
    font-size: 16px;
    margin: 20px 0;
}

a.sideTab {
    top: 58%;
}
}






