body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #000;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/fbfabcf5-bc61-4c7e-813c-78b13854931e/background-40.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/fbfabcf5-bc61-4c7e-813c-78b13854931e/background-40.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a,
a.promo-link {
    color: #294e97;
    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;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#credit-thankyou-page {
    background-color: rgb(255 255 255 / 73%);
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
    border-radius: 8px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */

header.body {
    background-color: rgb(255 255 255 / 75%);
    margin-top: 55px;
}

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.headerContainer a {
    color: black;
    text-transform: uppercase;
}

.headerBlock .dealer-address, 
.headerBlock .dealer-phone {
    display: block;
}

.headerBlock .dealer-phone {
    font-weight: 700;
    font-size: 27px;
}

.headerBlock {
    flex: 0 0 25%;
}

.headerBlock .dealer-facebook {
    font-size: 25px;
    margin: 0 10px 0 24px;
}

.headerLogo {
    flex: 0 0 50%;
    text-align: center;
}

.headerLogo img {
    width: 300px;
}

.siteSearch {
    display: flex;
    border: 3px solid #294e97;
    border-radius: 25px;
}

.siteSearch .form-control {
    border-radius: 20px 0 0 20px;
    padding: 19px;
    border: none;
    box-shadow: none;
    margin: 0;
}

.siteSearch button {
    border-radius: 0 20px 20px 0;
    border: none;
    font-size: 19px;
    padding: 5px 10px;
    background-color: #294e97;
    color: white;
}

.headerBlock:nth-child(3) {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.headerBlock div:nth-child(1) {
    display: flex;
    align-items: center;
}

.headerOEM img {
    max-width: 150px;
}






/* NAVIGATION */

#main-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #2a4e97;
    border-bottom: 3px solid white;
    box-shadow: 0 0 10px black;
    z-index: 333;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}
}

.navbar-nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    text-shadow: 1px 1px 1px black;
    position: relative;
}

.social-media-icons {
    display: none;
}

.navbar-nav>li>a:before, 
.navbar-nav>li>a:after {
    content: '';
    width: 3px;
    height: 0;
    background-color: white;
    position: absolute;
    left: 0;
    transition: .3s;
    bottom: 0;
}

.navbar-nav>li>a:after {
    left: unset;
    right: 0;
}

.navbar-nav>li>a:hover:before, 
.navbar-nav>li>a:hover:after {
    height: 100%;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: transparent;
}







/* CONTENT */

.btnContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btnContainer a {
    flex: 0 0 49%;
    background-color: #294e97;
    padding: 23px;
    margin: 10px 0;
    border: 3px solid white;
    box-shadow: 0 0 10px black;
    position: relative;
}

.btnContainer a:nth-child(n+3) {
    flex: 0 0 24%;
    padding: 15px 10px;
}

.btnContainer a:nth-child(n+3) h3 {
    font-size: 25px;
}

.btnContainer a:nth-child(n+3) h3 span {
    font-size: 20px;
}

.btnContainer a:nth-child(n+3) .fa-angle-double-right {
    font-size: 30px;
}

.btnContainer a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
    filter: opacity(0.3);
    transition: .3s;
}

.btnContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/3a99f1ad-769c-4e1d-9ec2-e8faa1c375d4/btn-new.jpg);
}

.btnContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/2731756f-149a-49da-b88f-08f4d0590821/btn-instock.jpg);
}

.btnContainer a:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/74f95bf4-9da8-4a94-905b-de42d527e173/btn-fin.jpg);
}

.btnContainer a:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d97a978e-50b0-4256-a116-bb89eeb71924/btn-serv.jpg);
}

.btnContainer a:nth-child(5):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/0639610a-822e-497f-8767-63dce135bdaf/btn-parts.jpg);
}

.btnContainer a:nth-child(6):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/54493c49-30fe-4fc0-b9ce-8e3b27a10613/btn-testdrive.jpg);
}

.btnContainer a:hover:before {
    filter: opacity(1);
}





.btnContainer div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.btnContainer h3 {
    margin: 0;
    font-size: 30px;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.btnContainer h3 span {
    font-size: 50px;
    font-family: 'Nothing You Could Do', cursive;
    display: block;
    text-transform: capitalize;
}

.btnContainer .fa-angle-double-right {
    font-size: 62px;
    color: #bebebe;
}

.aboutWrapper {
    background-color: rgb(255 255 255 / 75%);
}

.aboutContainer {
    display: flex;
    padding: 15px;
    text-align: center;
}

.homeMapWrapper {
    flex: 0 0 45%;
}

.homeMapWrapper iframe {
    width: 100%;
    height: 100%;
}

.aboutContainer .slogan {
    font-family: 'Nothing You Could Do', cursive;
    text-transform: capitalize;
    font-size: 25px;
    margin-top: 0;
    letter-spacing: 3px;
}

.aboutContainer span {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
}

.aboutContainer .dealer-name {
    color: #2a4e97;
    margin: 0 0 15px;
    font-size: 37px;
    letter-spacing: 1px;
}

.typeContainer {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 85px;
}

.typeContainer:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgb(255 255 255 / 0%) 100%);
}

.typeContainer a {
    text-align: center;
    margin-top: -54px;
    padding: 0 10px;
}

.typeContainer h4 {
    font-size: 20px;
    margin-top: 5px;
    color: #2a4e97;
    background-color: #ffffff;
    width: 80%;
    margin: 5px auto;
    border-radius: 36px;
    padding: 2px;
    box-shadow: 0 0 10px black;
    border: 3px solid #2a4e97;
    transition: .3s;
}

.typeContainer h4 span {
    display: block;
    font-family: 'Nothing You Could Do';
    text-transform: capitalize;
    font-size: 35px;
}

.typeContainer a:hover h4 {
    background-color: #2b4e97;
    color: white;
    border-color: white;
}

.typeContainer img {
    transition: 1s;
}

.typeContainer a:hover img {
    transform: scale(1.05);
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    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;
}

.p-header {
    margin-bottom: 25px;
    position: relative;
}

.p-header:after {
    content: '';
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 2px;
}

.p-header h1 {
    margin: 0;
    font-family: 'Nothing You Could Do';
    text-transform: unset;
    font-size: 50px;
    color: #2b4e97;
}

.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 #ededed;
    background: #dbdbdb;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

p.altApp {
    background-color: #d8d8d8;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
}








/* REVIEWS */

.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;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: 3px solid #2a4e97;
}

.review-comments {
    font-size: 14px;
}

.latestReviews h2 {
    display: none;
}








/* 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: 'Nothing You Could Do';
    text-align: center;
    position: absolute;
    white-space: nowrap;
    font-size: 23px;
    padding: 3px 11px;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #2b4e97;
    font-weight: 700;
    border: 3px solid #2b4e97;
    border-radius: 26px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid white;
    border-radius: 8px;
}

.inventory-container .vehicle:hover {
    background-color: #2b4e97;
    transition: .4s ease;
    border-radius: 8px;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 0 5px 52px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}









/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #2a4e97;
    border: 3px solid #2a4e97;
    border-radius: 20px;
    margin: 10px 0;
    transition: .3s;
    font-weight: 700;
}

.mainform .btn-primary,
.inquiryformcontainer .btn-primary {
    background-color: white;
    color: #2b4e97;
    border: 3px solid white;
}

.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: #2b4e97;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #2b4e97;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: white;
    border-radius: 8px;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 4px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 1px 1px 1px black;
}

.inquiryformcontainer .form-header-text {
    font-size: 30px;
    line-height: 31px;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    box-shadow: none;
    transition: .3s;
    font-weight: 600;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #2b4e97;
    color: white;
    border-radius: 8px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 71px;
}

.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;
}

.customForm textarea {
    width: 100%;
}

@media (min-width: 768px) {
#Form1669 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1669 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1669 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #727272;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #294e97;
}

.footerbackground {
    background-color: rgb(255 255 255);
    border-top: 3px solid #2a4e97;
}

.footercontainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.footerblock .dealer-address, 
.footerblock .dealer-phone {
    display: block;
}

.footerblock .dealer-phone {
    font-weight: 700;
    font-size: 26px;
}

.footerblock ul {
    list-style: none;
    padding: 0;
}

.footerblock li {
    position: relative;
    min-width: 200px;
}

.footerblock li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: gray;
    transition: .3s;
}

.footerblock li:hover:before {
    padding-right: 15px;
}

.footerblock .dealer-facebook {
    font-size: 30px;
    display: block;
}

.footerblock table td:first-child {
    font-weight: 700;
    padding-right: 15px;
}





/* BREAKPOINTS */

@media (max-width: 1199px) {
.headerContainer,
.footercontainer {
    width: 970px;
}

.inventory-container .vehicle .price {
    font-size: 18px;
}
}




@media (max-width: 991px) {
.headerContainer, 
.footercontainer {
    width: 748px;
}

.typeContainer h4 span {
    font-size: 25px;
}

.typeContainer a {
    margin-top: -25px;
}

.typeContainer {
    margin-top: 35px;
}

.footercontainer {
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.headerLogo img {
    width: 250px;
}

.btnContainer a:nth-child(n+3) h3 span {
    font-size: 16px;
}

.p-header h1 {
    font-size: 35px;
}

.inventory-container .vehicle .price {
    font-size: 23px;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 22px;
}
}




@media (max-width: 767px) {
.headerContainer, 
.footercontainer {
    width: 100%;
}

header.body {
    background-color: transparent;
    margin-top: 0;
}

.headerContainer {
    display: none;
}

.typeContainer {
    flex-wrap: wrap;
    background-color: rgb(255 255 255 / 71%);
    padding: 10px;
    margin-top: 0;
}

.typeContainer a {
    margin-top: 0;
    flex: 0 0 50%;
}

.typeContainer h4 span {
    font-size: 6vw;
}

.typeContainer h4 {
    font-size: 4vw;
}

.btnContainer h3 span {
    font-size: 10vw;
}

.btnContainer h3 {
    font-size: 7vw;
}

.btnContainer .fa-angle-double-right {
    font-size: 6vw;
}

.btnContainer a {
    flex: 0 0 100%;
}

.btnContainer a:nth-child(n+3) {
    flex: 0 0 48%;
}

.btnContainer a:nth-child(n+3) h3 {
    font-size: 5vw;
}

.btnContainer a:nth-child(n+3) h3 span {
    font-size: 4vw;
    min-height: 34px;
}

.aboutContainer {
    flex-flow: column;
}

.p-header h1 {
    font-size: 8vw;
}

.p-header {
    margin-bottom: 0;
}

#main-nav .dropdown-menu>li>a {
    color: white;
}
}





