body {
    font-family: 'Roboto Condensed', 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/7dd6efba-d483-441b-a6df-69e24167f90f/search-back-5.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/7dd6efba-d483-441b-a6df-69e24167f90f/search-back-5.jpg) no-repeat center bottom;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a {
    color: #fec713;
    text-decoration: none;
}

a:focus, a:hover {
    color: #989898;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Big Shoulders Display', sans-serif;
    text-transform: uppercase;
}

#outer-wrapper {
    overflow-x: hidden;
}

.container {
    width: 1470px;
}

.topSection {
    background-color: white;
    margin-top: 0!important;
}

.optionSection {
    margin-top: 0!important;
}

.searchSection {
    position: relative;
    background-color: black;
    margin-top: -25px;
}

.searchSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/7dd6efba-d483-441b-a6df-69e24167f90f/search-back-5.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    filter: opacity(0.3);
    background-attachment: fixed;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom {
    background-color: rgb(0 0 0 / 73%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */

header.body {
    background-color: black;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 0;
}

.headerLogo img {
    max-width: 155px;
}

.headerLogo {
    margin-bottom: -80px;
    position: relative;
    z-index: 3;
    display: flex;
}

.headerLogo .slngLogo {
    padding-top: 17px;
}

.dealerLogo {
    display: flex;
    align-items: flex-start;
}

.dealerLogo h3 {
    margin-left: 10px;
    color: white;
    font-size: 32px;
    margin-top: 11px;
}

.headerBlock {
    display: flex;
    text-transform: uppercase;
    font-weight: 800;
    align-items: center;
}

.headerBlock .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.headerBlock .dealer-city {
    padding-left: 5px;
}

.headerBlock a {
    color: white;
}

.headerBlock > a:nth-child(2) {
    padding: 0 20px;
}

.headerBlock .dealer-phone {
    font-size: 30px;
}

.headerBlock .dealer-phone .phone-text {
    color: #ffc714;
    font-size: 30px;
}

.social {
    display: flex;
}

.social a {
    width: 30px;
    height: 30px;
    border: 3px solid #ffc714;
    margin: 0 5px;
    text-align: center;
    padding: 2px;
    transform: skewX(-10deg);
    transition: .3s;
}

.social a:hover {
    background-color: #fec713;
    color: black;
    transform: none;
}









/* NAVIGATION */

#main-nav {
    background-color: white;
}

.navbar-nav {
    float: right;
    position: relative;
    z-index: 4;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 20px 10px;
    color: black;
    font-weight: 700;
}






/* CONTENT */

.btnContainer {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 30px;
}

.btnContainer a {
    flex: 0 0 24%;
    position: relative;
    padding-top: 70px;
    transition: .3s;
}

.btnContainer a:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 68%);
}

.btnContainer a:nth-child(1) {
    border: 8px solid #e9eaec;
}

.btnContainer a:nth-child(2) {
    border: 8px solid #383c41;
}

.btnContainer a:nth-child(3) {
    border: 8px solid #ff8813;
}

.btnContainer a:nth-child(4) {
    border: 8px solid #b8c100;
}

.btnContainer h2 {
    background-color: black;
    position: absolute;
    left: 50%;
    top: 0;
    width: fit-content;
    padding: 5px 10px;
    transform: translateX(-50%) skewX(-10deg);
    color: white;
}

.btnContainer h4 {
    font-size: 24px;
    color: black;
    margin-bottom: 40px;
    position: relative;
}

.btnContainer h4:after {
    content: '';
    width: 67%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
}

.secBtnContainer {
    display: flex;
    justify-content: center;
    margin: 30px 0px 60px;
}

.secBtnContainer a {
    background-color: black;
    margin: 10px;
    flex: 0 0 23%;
    transform: skewX(-10deg);
    transition: .3s;
}

.secBtnContainer a:hover {
    transform: none;
    background-color: #fec713;
    color: black;
}

.secBtnContainer a:hover h2 {
    color: black;
}

.secBtnContainer h2 {
    margin: 0;
    text-align: center;
    color: white;
    font-size: 40px;
    padding: 25px 10px;
    transition: .3s;
}

.optionContainer {
    display: flex;
    flex-flow: column;
    background-color: white;
}

.optionContainer a:nth-child(even) .optionBlock {
    flex-flow: row-reverse;
}

.optionBlock {
    display: flex;
    height: 400px;
}

.optionBlock div {
    flex: 0 0 50%;
    position: relative;
}

.optionBlock img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.textBlock {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
}

.textBlock h2 {
    margin-top: 0;
    color: black;
    font-size: 33px;
    position: relative;
}

.textBlock h4 {
    position: relative;
    width: max-content;
    margin: auto;
    color: white;
    background-color: black;
    font-size: 30px;
    padding: 10px 15px;
    transform: skewX(-10deg);
    transition: .3s;
}

.optionContainer a:hover h4 {
    background-color: #ffc714;
    color: black;
    transform: none;
}

.optionContainer a:nth-child(odd) .optionBlock div:nth-child(1):before,
.optionContainer a:nth-child(even) .optionBlock div:nth-child(1):before {
    content: '';
    width: 80px;
    height: 100%;
    background-color: white;
    position: absolute;
}

.optionContainer a:nth-child(odd) .optionBlock div:nth-child(1):before {
    right: -40px;
    transform: skewX(-10deg);
}

.optionContainer a:nth-child(even) .optionBlock div:nth-child(1):before {
    left: -40px;
    transform: skewX(10deg);
}

.siteSearch {
    width: 500px;
    display: flex;
    margin: 160px auto;
    transform: skewX(-10deg);
}

.siteSearch .form-control {
    border-radius: 0;
    padding: 22px;
    border: 5px solid #ffc714;
    border-right: none;
    margin: 0;
}

.siteSearch .form-control:hover {
    border-color: #ffc714;
}

.siteSearch button {
    background-color: rgb(255, 199, 20);
    font-size: 25px;
    padding: 3px 10px;
    border: 5px solid rgb(255, 199, 20);
    color: black;
}

.p-header {
    display: flex;
    background-color: white;
    color: black;
    overflow: hidden;
    margin-bottom: 25px;
    height: 200px;
}

.p-header h1 {
    flex: 0 0 50%;
    font-size: 80px;
    padding: 15px;
    margin: 0;
    position: relative;
    z-index: 3;
}

.p-header h1 span {
    display: block;
}

.p-header div {
    position: relative;
}

.p-header div:before {
    content: '';
    width: 50px;
    height: 246px;
    background-color: white;
    position: absolute;
    transform: rotate(10deg);
    top: -22px;
    left: -27px;
}

.p-header img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.histContainer {
    display: flex;
    flex-flow: column;
    color: black;
}

.histBlock {
    position: relative;
}

.histBlock div {
    top: 0;
    padding: 9%;
    position: absolute;
    width: 50%;
}

.histBlock:nth-child(odd) div {
    right: 0;
}

.histBlock .mobile {
    display: none;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 87%;
    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 #ededed;
    background: #dbdbdb;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

#creditAppForm section {
    background: #ffffff!important;
    color: black;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.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;
}








/* 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.pull-right {
    text-align: center;
    /* position: absolute; */
    /* white-space: nowrap; */
    font-size: 28px;
    padding: 6px 10px;
    /* bottom: -6px; */
    /* left: 50%; */
    /* transform: translateX(-50%) skewX(-10deg); */
    color: #ffffff;
    background-color: #000000;
    text-transform: uppercase;
    border: 3px solid #ffc714;
    font-family: 'Big Shoulders Display';
    margin: 0 5px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
    position: relative;
}

.inventory-container .vehicle:hover {
    background-color: #fcba32;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    min-height: 52px;
}

.inventory-container .vehicle .title {
    padding: 5px 5px 28px;
    border-top: 3px solid #e4e4e4;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

#vdp-container .images-container {
    max-width: unset;
}

#seller-description {
    color: black;
}

.inventory-container .price-compare-line {
    border-bottom: none;
}










/* FORMS */

.btn-primary {
    background-color: #000000;
    border: 3px solid #ffc714;
    border-radius: 0;
    color: white;
    transform: skewX(-10deg);
    font-family: 'Big Shoulders Display';
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px 0;
    transition: .3s;
    text-transform: uppercase;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}

.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: #fec713;
    border-color: #fec713;
    transform: none;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
}

.mainform .k-datepicker {
    margin-left: 10px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 4px;
    color: #000000;
    font-family: 'Big Shoulders Display';
    border-bottom: 3px solid #fec713;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    transition: .3s;
    background-color: #f1f1f1;
}

.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: white;
    color: black;
}

.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;
    background-color: #f1f1f1;
}

.customForm textarea {
    width: 100%;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #0a0a0a;
    color: #fff;
    text-align: center;
}

.footer-background {
    background: linear-gradient(111deg, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,#0a0a0a 50%,#0a0a0a 100%);
}

.footer-container {
    width: 1470px;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 15px 15px 0;
    text-transform: uppercase;
}

.footer-container a {
    color: white;
    transition: .3s;
}

.footer-container a:hover {
    color: #afafaf;
}

.footer-block ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.footer-block li {
    margin: 40px;
    position: relative;
    font-family: 'Big Shoulders Display';
    font-size: 23px;
}

.footer-block li:before {
    content: '';
    width: 17px;
    height: 58%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/42f5cdcc-bd3d-4480-ba05-99a8050fd16b/slingshot-psuedo.png);
    position: absolute;
    background-size: contain;
    filter: invert(1) opacity(0.5);
    background-repeat: no-repeat;
    left: -22px;
    top: 8px;
}

.footerLogoContainer {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.footerLogoContainer a {
    padding: 15px;
}

.slngLogo img {
    max-width: 200px;
}

.footer-container .dealer-phone {
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 45px;
    display: block;
}

.footer-container .connect {
    display: flex;
    margin-bottom: 45px;
    align-items: center;
    width: 68%;
    justify-content: space-around;
}

.footerLogoContainer .dealerLogo img {
    max-width: 120px;
}

.connect .social a:hover,
.connect .btn-primary:hover {
    color: black;
}

.footerLogoContainer .dealerLogo {
    display: flex;
    align-items: center;
}













.accordion.slingshot input[name=panel] {
  display: none;
}
.accordion.slingshot label {
  position: relative;
  display: block;
  padding: 1em;
  background: linear-gradient(to bottom, #fefefe 0%, #d1d1d1 50%, #dbdbdb 55%, #e2e2e2 100%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 0 #fff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  color: #666;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
.accordion.slingshot label:after {
    content: "+";
    position: absolute;
    right: 1em;
    width: 1em;
    height: 1em;
    color: #eee;
    text-align: center;
    border-radius: 50%;
    background: #ffc714;
    box-shadow: inset 0 1px 6px rgb(0 0 0 / 50%), 0 1px 0 #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 75%);
    font-size: 25px;
    line-height: 25px;
}
.accordion.slingshot label:hover {
  color: #000000;
}
.accordion.slingshot input:checked + label {
  color: #000000;
}
.accordion.slingshot input:checked + label:after {
  content: "-";
  /* adjust line-height to vertically center icon */
  line-height: 0.8em;
}
.accordion.slingshot .accordion__content {
  overflow: hidden;
  height: 0px;
  position: relative;
  padding: 0 1.5em;
  box-shadow: inset 4px 0 0 0 #ffc714, inset 0 3px 6px rgba(0, 0, 0, 0.75);
  background: #444;
  background: linear-gradient(to bottom, #444444 0%, #222222 100%);
  color: #eee;
  transition: height 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
.accordion.slingshot .accordion__content:not(:last-of-type) {
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.25), inset 4px 0 0 0 #ffc714, inset 0 3px 6px rgba(0, 0, 0, 0.75);
}
.accordion.slingshot .accordion__content .accordion__header {
  padding: 1em 0;
}



/* 
* Size Variations
*/
input[name=panel]:checked ~ .accordion__content.accordion__content--small {
  height: 100%;
}

input[name=panel]:checked ~ .accordion__content.accordion__content--med {
  height: 200px;
}

input[name=panel]:checked ~ .accordion__content.accordion__content--large {
  height: 300px;
}





/* BREAKPOINTS */

@media (max-width: 1499px) {
.headerContainer,
.container,
.footer-container {
    width: 1170px;
}

.navbar-nav > li > a {
    font-size: 14px;
    padding: 20px 7px;
}

.btnContainer h2 {
    font-size: 24px;
}

.secBtnContainer h2 {
    font-size: 35px;
}

.p-header h1 {
    font-size: 70px;
}

.p-header {
    height: 180px;
}

.histBlock div {
    padding: 4%;
}
}





@media (max-width: 1199px) {
.headerContainer,
.container,
.footer-container {
    width: 970px;
}

.headerBlock > a:nth-child(2) {
    padding: 0 15px;
}

.headerLogo img {
    max-width: 115px;
}

.headerLogo .slngLogo {
    padding-top: 5px;
}

.navbar-nav > li > a {
    font-size: 12px;
    padding: 20px 5px;
}

.btnContainer h2 {
    font-size: 19px;
}

.secBtnContainer h2 {
    font-size: 29px;
}

.footer-block li {
    margin: 35px;
}

.p-header h1 {
    font-size: 55px;
}

.p-header {
    height: 145px;
}

.histBlock div {
    padding: 2%;
}

.headerLogo {
    margin-bottom: -44px;
}
}




@media (max-width: 991px) {
.headerContainer,
.container,
.footer-container {
    width: 740px;
}

.headerBlock .dealer-address {
    padding-right: 0;
    border-right: none;
    display: block;
}

.headerBlock .dealer-city {
    padding-left: 0;
}

.headerLogo {
    margin-bottom: 0;
}

.headerBlock > a:nth-child(2) {
    text-align: center;
}

.headerContainer {
    padding: 10px;
}

.headerLogo {
    align-items: center;
}

.navbar-nav {
    float: none;
    display: flex;
}

#main-nav .nav>li>a {
    line-height: 15px;
}

.siteSearch {
    margin: 100px auto;
}

.btnContainer {
    flex-wrap: wrap;
}

.btnContainer a {
    flex: 0 0 49%;
    margin: 6px 0;
}

.footer-block li {
    margin: 22px;
    font-size: 20px;
}

.p-header h1 {
    font-size: 45px;
}

.p-header {
    height: 125px;
}

.histBlock p {
    font-size: 12px;
}

.siteSearch-M button {
    transform: none;
    background-color: #ffc714;
    color: black;
}

.headerLogo img {
    max-width: 90px;
}

.dealerLogo h3 {
    font-size: 24px;
    margin-top: 29px;
}
}




@media (max-width: 767px) {
.headerContainer,
.container,
.footer-container,
.siteSearch {
    width: 100%;
}

.btnContainer {
    margin: 0px;
}

.secBtnContainer {
    flex-wrap: wrap;
}

.secBtnContainer a {
    flex: 0 0 100%;
}

.optionContainer {
    margin-top: -30px;
}

.optionBlock {
    height: 100%;
}

.textBlock h2 {
    font-size: 30px;
}

.textBlock h4 {
    font-size: 25px;
    padding: 6px 11px;
}

.textBlock {
    padding: 10px;
}

.footer-block ul {
    flex-flow: column;
}

.btnContainer a {
    flex: 0 0 100%;
}

.btnContainer h2 {
    font-size: 27px;
}

.headerBlock > a:nth-child(2) {
    display: none;
}

.headerContainer {
    flex-flow: column;
    align-items: center;
}

.headerBlock {
    justify-content: space-between;
    width: 100%;
}

#main-nav .navbar-toggle {
    color: black;
}

#main-nav .navbar-brand.text {
    font-family: 'Big Shoulders Display';
    color: black;
    text-transform: uppercase;
    font-size: 24px;
}

.navbar-nav {
    display: block;
}

.footerLogoContainer .slngLogo img {
    max-width: 150px;
}

.p-header h1 {
    font-size: 30px;
    padding: 10px 0 10px 10px;
}

.p-header {
    margin-bottom: 0;
    height: 85px;
}

.p-header div:before {
    width: 30px;
}

.form-header-text {
    font-size: 32px;
}

.histBlock .desktop {
    display: none;
}

.histBlock .mobile {
    display: block;
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.histBlock div {
    position: relative;
    width: 100%;
}

.histContainer {
    background-color: white;
}
}







