body {
    font-family: 'Lato', 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: #cccccc url(https://psmfirestorm.blob.core.windows.net/60bf472a-6955-46f4-9dbd-a2b9c65e212c/background-80.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/60bf472a-6955-46f4-9dbd-a2b9c65e212c/background-80.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}



a,
a.promo-link {
    color: #b1b1b1;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    text-transform: uppercase;
}

.breadcrumb {
    background-color: #242424;
}

#home-page #section-1 {
    margin-top: -25px;
}

.aboutSection .container {
    width: 1470px;
}

.callOutSection {
    background-color: black;
    padding: 1% 0;
}

.searchSection {
    padding: 100px 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/67f69133-05b2-4009-be0c-c47a66180f25/dickscott-background-2023-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 0!important;
    background-position: center;
}

.sliderSection {
    background-color: black;
    padding: 30px 0;
    margin-top: 0!important;
}

.btnSection {
    margin-top: 0!important;
    background-color: black;
}

.aboutSection {
    background-color: #202020;
    margin-top: 0!important;
    padding: 3% 0;
}

#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: black;
    padding: 15px;
}

#home-page {
    margin-bottom: -30px;
}

#content-container {
    padding-bottom: 30px;
}






/* HEADER */

header.body {
    background-color: black;
    border-top: 5px solid #960012;
}

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.dealerLogos {
    display: flex;
    align-items: center;
}

.dealerLogos a:nth-child(1) {
    margin-right: 10px;
}

.dealerLogos img {
    max-height: 240px;
}

.headerBlock {
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: 0 0 31%;
    margin-left: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.headerOEMs {
    display: flex;
    align-items: center;
    margin-top: 20px;
    position: relative;
    flex-flow: column;
}

.headerOEMs:before {
    content: '';
    background-color: white;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -7px;
    left: 0;
}

.headerOEMs a {
    padding: 9px;
}

.headerOEMs div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerContainer a {
    color: white;
}

.headerBlock .dealer-address {
    position: relative;
    margin-right: 15px;
}

.headerBlock .dealer-address:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: white;
    position: absolute;
    right: -8px;
    top: 0;
}

.headerBlock .dealer-phone {
    font-weight: 900;
    font-size: 50px;
}





/* NAVIGATION */

#main-nav {
    background-color: #960012;
}

.navbar-nav>li>a {
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    padding: 15px 10px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}
}

.social-media-icons {
    display: none;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #000;
}

.navbar {
    border: none;
}






/* CONTENT */

.homeSearch h2 {
    text-align: center;
    color: white;
    font-size: 57px;
    text-shadow: 0 0 10px black;
    margin-top: 0;
}

.siteSearch {
    width: 600px;
    display: flex;
    margin: 50px auto 0;
}

.siteSearch .form-control {
    border-radius: 0;
    border: 3px solid black;
    padding: 20px 15px;
    font-size: 14px;
    border-right: none;
    margin: 0;
}

.siteSearch button {
    background-color: #960012;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 0;
    border: 3px solid black;
    margin: 0;
}

.btnContainer {
    display: flex;
    width: 1470px;
    margin: auto;
    padding: 60px 15px;
}

.btnContainer a {
    position: relative;
    flex: 0 0 25%;
    overflow: hidden;
}

.btnContainer img {
    filter: brightness(0.4);
    width: 100%;
    transition: .3s;
}

.btnContainer a:hover img {
    filter: brightness(1);
    transform: scale(1.5);
}

.btnContainer h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white;
    text-align: center;
    font-size: 2.5vw;
}

.btnContainer h3 span {
    font-weight: 400;
    display: block;
}

.home-about-container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.home-left {
    text-transform: uppercase;
    font-size: 78px;
    color: #595959;
    font-weight: 900;
    transform: rotate(-90deg);
    position: absolute;
    left: -14%;
    top: 38%;
}

.home-about-container img {
    position: relative;
    z-index: 3;
    max-width: 432px;
    margin-top: 12%;
    margin-left: 40px;
}

.home-about-text {
    background-color: #000000;
    padding: 10px 30px;
    position: relative;
    z-index: 0;
}

.home-about-text h1 {
    font-size: 32px;
    text-align: center;
}

.p-header {
    height: 300px;
    margin-bottom: 25px;
    border-bottom: 3px solid #960113;
    position: relative;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    margin: 0;
    position: absolute;
    bottom: 0;
    font-size: 50px;
    text-align: center;
    width: 100%;
    text-shadow: 2px 2px 2px black;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0 / 70%) 100%);
    padding: 5px 0;
}

.p-header h1 span {
    font-weight: 400;
}

#employees-team-page h1.page-title {
    text-align: center;
    font-size: 50px;
}

.department-container .department {
    padding: 20px 0;
    background: transparent;
}

.department .title {
    display: none;
}

.department .employee .name p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}



.mapWrapper {
    position: relative;
    padding-bottom: 104%;
    margin-top: 0;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maptext h1 {
    margin-top: 0;
    font-size: 30px;
}

.mapandhourstbl td:nth-child(1) {
    font-weight: 700;
    padding-right: 10px;
}

.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: #e0e0e0;
    border-color: #e0e0e0;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #960113;
}

.k-pager-wrap .k-link:hover,
.k-pager-numbers .k-link, .k-pager-numbers .k-state-selected {
    color: #000000;
}

#creditAppForm section {
    background: #ffffff!important;
    color: black;
}

.jumbotron {
    color: #ffffff!important;
    background-color: black;
}

.researchBtns {
    display: flex;
    margin: 25px auto;
}

.researchBtns a {
    padding: 10px;
    position: relative;
}

.researchBtns h3 {
    position: absolute;
    color: white;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    margin: 0;
    text-shadow: 1px 1px 1px black;
    font-size: 30px;
    left: 50%;
    padding: 5px 10px;
}

.researchBtns h3:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 52%);
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}

.researchContainer {
    background-color: white;
    display: flex;
    align-items: center;
}

img.researchPic {
    float: right;
    padding: 10px 0 10px 10px;
}

.cycleBoardContainer {
    margin-bottom: 25px;
}

.cycleBoardContainer > img {
    margin: 15px auto 40px;
    display: block;
}

.cycleBoardContainer h1 {
    text-align: center;
    letter-spacing: 2px;
}

.tab {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #a4a4a4;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: white;
}

/* Create an active/current tablink class */
.tab button.active {
    border-bottom: 1px solid;
    color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.tabInner {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

.tabInner > div:nth-child(1) {
    flex: 0 0 75%;
    margin-right: 15px;
}

.tabInner > div:nth-child(1) img {
    border-radius: 10px;
}

.tabcontent > div > div > a:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabcontent h3 {
    text-align: center;
    margin-top: 0;
}

.tabcontent .btn-primary {
    margin: 10px auto;
    display: block;
    width: max-content;
}

.tabcontent > div > div > a > img {
    margin-right: 10px;
}

@media (max-width: 767px) {
.tabInner {
    flex-flow: column-reverse;
}

.tabInner > div:nth-child(1) img {
    border-radius: 10px;
    margin-top: 25px;
}

.tabInner > div:nth-child(1) {
    margin-right: 0;
}
}








/* FEATURED INVENTORY */

.featuredInventory {
    margin-top: 25px;
}

.single-item-slider .slider-outer {
    height: 255px;
}

.single-item-slider .slider-inner .item {
    width: 211px;
}

.single-item-slider .item .item-inner,
.single-item-slider .img-container,
.single-item-slider .item {
    border-radius: 0px;
}

.single-item-slider .item-detail .name {
    color: #848484;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 100;
}

.single-item-slider .item-detail .price {
    font-size: 19px;
    padding: 0 2%;
    text-transform: uppercase;
    bottom: 0;
    color: #ffffff;
    font-weight: 900;
}

.single-item-slider .item-detail .price:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #960012;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
}

.single-item-slider .item {
    background-color: rgb(0 0 0);
}

.featuredInventory h2 {
    text-align: center;
    font-size: 37px;
}





/* LATEST REVIEWS */

.latestReviews .single-item-slider .item {
    background-color: rgb(26 26 26);
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 241px;
}

.reivew-name {
    color: white;
    font-weight: 700;
}

.review-date {
    color: #858585;
}

.review-comments {
    color: #fff;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 19.2em;
}

.latestReviews h2 {
    display: none;
}






/* INVENTORY */

.blurbBanner span {
    top: -19px;
    text-align: left;
    transform: none;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0px 5px;
    /* top: 0; */
    text-align: center;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #151515;
    border-color: #ddd;
    text-transform: uppercase;
}

.panel {
    background-color: #000;
}

.panel-default {
    border-color: #636363;
}

.inventory-image {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.inventory-container .vehicle .thumb {
    line-height: 140px;
    height: 144px;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #b5b5b5;
}

.inventory-container .vehicle .price {
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    background-color: #000000;
    padding: 10px 0 3px;
    color: white;
    font-weight: 800;
    position: relative;
}

.inventory-container .vehicle .price:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #960012;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4px;
}

.inventory-container .vehicle .price-box,
.inventory-container .vehicle-box {
    background-color: #000;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid #3c3c3c;
    position: relative;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    transition: .4s ease;
    transform: scale(1.02);
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    min-height: 43px;
    font-weight: 400;
}

.inventory-container .vehicle .title {
    padding: 5px;
    background-color: black;
}

.inventory-container .vehicle .title a {
    color: white;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.vehicleyearmake,
.vehiclemodel {
    color: #bababa;
}






/* FORMS */

.field-validation-valid {
    color: gray;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 6px;
    padding-left: 5px;
}

.form-header-text {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0px;
    border-radius: 0;
    background-color: #f0f0f0;
    color: black;
    transition: .2s;
    border: 1px solid #f0f0f0;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 54%);
}

.form-control:focus {
    border-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
}


@media (min-width: 768px) {
#Form3947 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    padding: 0 5px;
    display: inline-block;
}

#Form3121 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form3124 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form3124 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form3121 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form3124 > div:nth-child(1) > fieldset > div:nth-child(11) {
    padding: 0 5px;
}
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    color: black;
}

.inquiryformcontainer,
.locationBox {
    background-color: #ffffff;
    color: black;
}


.forms-title-section {
    font-size: 16pt;
    font-weight: 700;
    color: #000000;
    padding-left: 5px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.btn-primary {
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
    background: linear-gradient(to top, #800000 0%,#b20000 100%);
    margin: 11px 0px 0px;
    transition: .2s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid #800000;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: auto;
}

.btn-primary:hover {
    transform: scale(1.1);
    border: 2px solid #800000;
    background: linear-gradient(to top, #800000 0%,#b20000 100%);
}

.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 {
    color: #fff;
    border: 2px solid #800000;
    background-color: #ff6600;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 0;
    font-size: 14px!important;
    color: black;
    margin: 5px 0;
    border: 1px solid #f0f0f0;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 54%);
    background-color: #f0f0f0;
}

.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%;
}






/* FOOTER */

.footerWrapper {
    background-color: black;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 15px;
    text-transform: uppercase;
    line-height: 30px;
}

.footerContainer div:nth-child(1) a {
    display: block;
    color: white;
}

.footerBlock a {
    color: #960113;
}

.footerBlock a:hover {
    color: white;
}

.footerBlock .dealer-address, 
.footerBlock .dealer-phone {
    display: block;
}

.footerBlock a.dealer-phone {
    margin-top: 32px;
}

a.footerInfo {
    margin-top: 15px;
    display: block;
}

.footerBlock td:nth-child(1) {
    font-weight: 800;
    padding-right: 15px;
    color: #afafaf;
}

a.footerInfo {
    margin-top: 15px;
    display: block;
}

.footerBlock {
    position: relative;
    padding: 10px;
}

.footerMap {
    padding-bottom: 5%;
    position: relative;
    flex: 0 0 25%;
    margin-bottom: 15px;
}

.footerMap iframe {
    width: 100%;
    height: 100%;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
    font-weight: 700;
}






/* BREAKPOINTS */
@media (max-width: 1499px) {
.btnContainer,
.footerContainer,
.aboutSection .container {
    width: 1170px;
}

.home-about-text h1 {
    font-size: 25px;
}
}




@media (max-width: 1199px) {
.btnContainer,
.footerContainer,
.headerContainer,
.aboutSection .container {
    width: 970px;
}

.headerBlock {
    flex: 0 0 39%;
}

.home-about-container img {
    max-width: 350px;
    margin-top: 34%;
}

.home-left {
    font-size: 68px;
    left: -14%;
    top: 42%;
}

.footerContainer {
    flex-wrap: wrap;
}

.footerMap {
    flex: 1 0 25%;
}

.mapWrapper {
    padding-bottom: 128%;
}

.inventory-container .vehicle .thumb {
    line-height: 114px;
    height: 119px;
}

.inventory-container .vehicle .price {
    font-size: 18px;
}

.home-about-wrapper {
    margin-bottom: 25px;
}
}





@media (max-width: 991px) {
.btnContainer,
.footerContainer,
.headerContainer,
.aboutSection .container {
    width: 740px;
}

.headerBlock {
    flex: 0 0 50%;
    margin-left: 15px;
}

#main-nav .nav>li>a {
    padding: 15px 6px;
}

.homeSearch h2 {
    font-size: 45px;
}

.home-about-container {
    flex-flow: column;
}

.home-left {
    font-size: 53px;
    left: 3%;
    top: 18%;
}

.home-about-container img {
    max-width: 400px;
    margin-top: 0;
    margin-left: 150px;
}

.p-header {
    height: 210px;
}

.p-header h1 {
    font-size: 43px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.inventory-container .vehicle .thumb {
    line-height: 189px;
    height: 194px;
}

.researchBtns h3 {
    font-size: 20px;
}
}




@media (max-width: 767px) {
.btnContainer,
.footerContainer,
.headerContainer,
.siteSearch,
.aboutSection .container {
    width: 100%;
}

.home-left {
    font-size: 11vw;
    left: 0;
    top: -3%;
    transform: none;
    position: relative;
    text-align: center;
}

.home-about-container img {
    max-width: 77%;
    margin-top: 0;
    margin: auto;
    display: block;
}

.home-about-text h1 {
    font-size: 22px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.headerContainer {
    flex-flow: column;
}

.headerBlock > a:nth-child(2) {
    display: none;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerBlock {
    margin-left: 0;
}

.headerBlock .dealer-phone {
    font-size: 27px;
    position: absolute;
    bottom: -51px;
    left: 15px;
}

.searchSection {
    padding: 15px 0 50px;
}

.homeSearch h2 {
    font-size: 11vw;
}

.btnContainer {
    flex-wrap: wrap;
    padding: 15px;
}

.btnContainer a {
    flex: 0 0 50%;
}

.btnContainer h3 {
    font-size: 6vw;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.dropdown-menu>li>a {
    color: #fff;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 7vw;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.searchSection {
    background-attachment: scroll;
}

.home-about-container {
    padding: 10px;
}

.researchBtns {
    flex-wrap: wrap;
}

.researchBtns a {
    flex: 0 0 50%;
}

.researchBtns h3 {
    font-size: 6vw;
}

img.researchPic {
    padding: 10px;
}

.home-about-wrapper {
    margin-bottom: 0;
}
}











