body {
    font-family: 'Roboto Flex', 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/6121107f-a104-488b-ba43-600438e3cd6d/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/6121107f-a104-488b-ba43-600438e3cd6d/background.jpg) no-repeat center top;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

a,
a.promo {
    color: #ffffff;
    transition: .3s;
    font-weight: 600;
}

a:focus, a:hover,
a.promo:hover {
    color: #ff6600;
    text-decoration: none;
}

.container {
    width: 1470px;
}

.btnSection {
    margin-top: -25px;
    padding: 7% 0 8%;
}

.typeSection {
    margin-top: 0!important;
}

.featuredSection {
    position: relative;
    margin-top: 0!important;
    padding: 4% 0;
}

.featuredSection:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/e6dacbfa-5d93-4034-a2a9-142bda4f462b/featured-back.jpg);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#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: rgb(0 0 0 / 90%);
    padding: 15px;
    margin-bottom: 25px;
}







/* HEADER */

header.body {
    background-color: black;
    position: relative;
}

header.body:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.headerContainer {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 5px 15px 0;
    width: 1470px;
    margin: auto;
    position: relative;
    font-size: 20px;
    z-index: 5;
}

.headerContainer .logo {
    position: relative;
    z-index: 5;
    order: 1;
    flex: 0 0 23%;
    margin-top: 35px;
}

.headerContainer h4 {
    position: absolute;
    right: -25px;
    bottom: -3px;
    font-size: 22px;
    text-align: center;
    margin: 0;
}

.headerContainer h4 span {
    display: block;
    font-size: 30px;
}

.siteSearch {
    display: flex;
    max-width: 280px;
    margin-top: 28px;
    order: 2;
    width: 100%;
}

.siteSearch .form-control {
    margin: 0;
    border-color: white;
    padding: 19px 12px;
    background-color: black;
    color: white;
    border-right: none;
}

.siteSearch .form-control:hover {
    border-color: white;
}

.siteSearch .btn-primary {
    margin: 0;
    border-color: white;
}

.siteSearch .btn-primary:hover {
    border-color: white;
    color: #ff6600;
}

.headerBlock > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerBlock .dealer-phone {
    font-size: 27px;
}

.headerBlock .dealer-phone .fa {
    margin-right: 5px;
}

.headerBlock .social {
    display: flex;
}

.headerBlock .social a, 
.footerSocial a {
    font-size: 22px;
    margin-left: 15px;
    text-align: center;
    padding: 1px;
}

.headerBlock .social a img {
    filter: invert(1);
    max-height: 20px;
    padding-bottom: 4px;
}

.headerBlock .dealer-address {
    margin-right: 15px;
    position: relative;
}

.headerBlock .dealer-address:after {
    content: '';
    width: 6px;
    height: 2px;
    background-color: #b1b1b1;
    position: absolute;
    top: 12px;
    right: -11px;
}

.headerHours h5 {
    margin: 0 0px 5px;
    font-size: 20px;
    text-align: center;
}

.headerContainer > .btn-primary {
    display: none;
}

.headerHours {
    text-align: center;
    order: 3;
    margin-top: 25px;
}

.headerBlock {
    order: 4;
    margin-top: 15px;
}

.smaller {
    transform: scale(0.75);
    transition: .3s;
    transform-origin: 50% 22%;
}

.header-box {
    transition: .3s;
    position: relative;
    order: 1;
    z-index: 4444;
}






/* NAVIGATION */

#main-nav {
    margin-top: -37px;
    z-index: 9;
    position: relative;
}

.navbar-nav>li>a {
    font-weight: 700;
    font-size: 19px;
    padding: 30px 14px;
    text-transform: uppercase;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: flex-end;
}

.caret {
    color: #ff6600;
}

.social-media-icons {
    display: none;
}

#main-nav li.dropdown.open ul {
    border-top-color: black;
}

.dropdown-menu {
    background-color: #000;
}

.dropdown-menu>li>a {
    color: #f8f8f8;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #ff6600;
}






/* CONTENT */

.btnContainer {
    display: flex;
    justify-content: space-between;
}

.btnContainer a {
    color: white;
    flex: 0 0 19%;
    text-align: center;
    position: relative;
    text-shadow: 2px 2px 2px black;
    z-index: 3;
}

.btnContainer a:hover {
    transform: scale(1.15);
    z-index: 9;
}

.btnContainer a:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid white;
    position: absolute;
    left: 2%;
    top: 6%;
    z-index: 0;
    transition: .3s;
}

.btnContainer a:hover:before {
    width: 105%;
    left: -2%;
    height: 113%;
    top: -6%;
}

.btnContainer div {
    background-color: rgb(255 102 0 / 80%);
    padding: 28px 10px 20px;
    position: relative;
}

.btnContainer a:hover div {
    background-color: #ff6600;
}

.btnContainer h3 {
    margin: 0;
    text-shadow: 2px 2px 2px black;
    font-size: 30px;
}

.btnContainer span {
    font-weight: 400;
}

.familyWrapper {
    background-image: url(https://psmfirestorm.blob.core.windows.net/984dc552-ee1e-4876-94c7-8ac7c1171d6d/model-back.jpg);
    background-size: cover;
    background-position: center top;
    padding-top: 12%;
}

.familyContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    padding: 20px 15px;
    align-items: flex-end;
    text-align: center;
}

.familyblock {
    padding: 10px;
}

.familyblock img {
    transition: .3s;
}

.familyblock:hover img {
    transform: translateY(10px);
}

.familyblock h3 {
    text-shadow: 1px 1px 3px rgb(0 0 0 / 70%);
    font-size: 20px;
    margin: 6px 0 5px;
    transition: .3s;
    color: white;
}

.familyblock:hover h3 {
    color: #ff6600;
}

.familyNoU {
    display: flex;
    justify-content: space-around;
    border: 1px solid white;
}

.familyNoU a {
    background-color: rgb(0 0 0 / 60%);
    flex: 0 0 50%;
    color: white;
    text-transform: uppercase;
    padding: 5px;
}

.familyNoU a:hover {
    background-color: white;
    color: black;
}

.familyContainer > div > div > a {
    border: 1px solid rgb(255 255 255 / 0%);
}

.familyContainer > div > div > a:nth-child(1) {
    border-right: 1px solid white;
}

.familyContainer > div > div > a:nth-child(2) {
    border-left: 1px solid white;
}

.homeAbout {
    line-height: 30px;
    margin-top: 60px;
}

.homeAbout > div {
    display: flex;
    justify-content: space-between;
}

.homeAbout > div div:nth-child(1) {
    margin-right: 25px;
    flex: 0 0 50%;
    padding-right: 23px;
    text-align: justify;
}

.homeAbout .btn-primary:hover {
    border-color: white;
}

.p-header {
    height: 230px;
    margin-bottom: 25px;
    position: relative;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 57px;
    width: max-content;
    text-shadow: 2px 2px 2px black;
    padding: 8px 48px;
    padding: 20px;
    z-index: 2;
    letter-spacing: 6px;
}

.p-header h1:before {
    content: '';
    width: 109%;
    background-color: #ff6600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
    z-index: -1;
    height: 19%;
}

.mapWrapper {
    position: relative;
    padding-bottom: 88.6%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:nth-child(1) {
    padding-right: 15px;
    font-weight: 700;
}

.maptext .dealer-name {
    font-size: 32px;
    margin-top: 0;
}

.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: #000;
    background-color: #ff6600;
    border-color: #cccccc;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
}

.department-container .department {
    background: transparent;
}

.department .title {
    border: none;
    background: #ff6600;
    color: black;
    border-radius: 30px;
}

.department .employee .name p {
    font-weight: 700;
    text-transform: uppercase;
    margin: 2px 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

#employees-team-page h1.page-title {
    text-align: center;
    font-size: 50px;
    margin: 0;
}

.popup-widget {
    padding: 15px;
}

.popup-widget img {
    margin: auto;
    display: block;
}

.ltrWrapper > div:nth-child(1) {
    padding: 15px;
}

.ltrWrapper > div:nth-child(2),
.ltrWrapper > div:nth-child(3),
.ltrWrapper > div:nth-child(5) {
    background-color: #1d1d1d;
    padding: 15px;
}

.ltrWrapper > div:nth-child(3) {
    margin-top: 25px;
}

.ltrWrapper > div:nth-child(3) h2 {
    text-align: center;
}

.ltrWrapper .videoWrapper {
    width: 50%;
    margin: 15px auto;
    padding-bottom: 28%;
}

.ltrWrapper .btn-primary {
    font-size: 24px;
    padding: 15px 20px;
    margin: 10px auto;
}

.ltrBtns {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    flex-wrap: wrap;
}

img.cmsp {
    float: left;
    width: 20%;
    margin-right: 25px;
}

.ltrWrapper .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.ltrWrapper .active, .ltrWrapper .accordion:hover {
  background-color: #ccc;
}

.ltrWrapper .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.ltrWrapper .active:after {
  content: "\2212";
}

.ltrWrapper .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0;
    color: black;
}

.ltrWrapper .panel a {
    color: black;
}

.ltrWrapper .panel a:hover {
    color: #ff6600;
}

@media (max-width: 767px) {
img.cmsp {
    width: 44%;
    margin-right: 15px;
    margin-bottom: 15px;
}

.ltrWrapper .btn-primary {
    font-size: 18px;
    padding: 10px 15px;
}

.ltrWrapper .videoWrapper {
    width: 100%;
    padding-bottom: 58%;
}
}

.ltrWrapper > div:nth-child(2) {
    display: none;
}










.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline-inverted .timeline-title {
    text-align: left;
    color: #ff5001;
    font-size: 25px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
.timeline-title {
    text-align: right;
}
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline-title {
    margin-top: 0;
    color: #ff5001;
    font-size: 25px;
    letter-spacing: 1px;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    background: #fff;
    color: black;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #ff5001;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2fbde0 !important;
}

.timeline-badge.info {
    background-color: #ff5001 !important;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.historyPics {
    display: flex;
    justify-content: space-around;
    margin: 25px 0;
}





/* RIDING ACADEMY */

.raMain {
    background-color: white;
    font-family: 'DINPro', sans-serif;
    color: black;
}

.raMain .hero {
    width: 100%;
}

.raMain a {
    background-color: #ff6600;
    color: white;
    font-weight: 700;
    padding: 10px 25px;
    position: relative;
    display: inline-block;
    margin: 10px 0;
    font-size: 20px;
    font-family: 'DINPro-Bold', sans-serif;
    text-transform: uppercase;
    transition: .3s;
}

.raMain a:hover {
    color: black;
}

.raMain .panelFAQ {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.RAsectionOne,
.RAsectionFive,
.RAsectionNine {
    padding: 30px 15px;
}

.RAsectionOne,
.RAsectionFive {
    background-color: #dedede;
}

.RAsectionOne,
.RAsectionNine h3 {
    text-align: center;
}

.raMain h1, 
.raMain h2, 
.raMain h3,
.raMain h4 {
    font-family: 'DinPro-Bold', sans-serif;
}

.raMain .panelFAQ p {
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.RAsectionOne h1 {
    margin-top: 0;
}

.RAsectionTwo > div,
.RAsectionFour,
.RAsectionFive,
.RAsectionSix,
.RAsectionSeven,
.RAsectionEight {
    display: flex;
    justify-content: space-between;
}

.RAsectionTwo div,
.RAsectionFour div,
.RAsectionFive div,
.RAsectionSix div,
.RAsectionSeven div,
.RAsectionEight div {
    padding: 15px;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1),
.RAsectionSix > div:nth-child(1),
.RAsectionEight > div:nth-child(1) {
    flex: 0 0 50%;
    margin-right: 15px;
}

.RAsectionFour > div:nth-child(2),
.RAsectionSeven > div:nth-child(2) {
    flex: 0 0 50%;
    margin-left: 15px;
}

.raMain h1 {
    font-size: 40px;
}

.raMain h2 {
    font-size: 35px;
}

.raMain h3 {
    font-size: 30px;
    margin-top: 0;
}

.raMain h4 {
    font-size: 18px;
}

.raMain .videoWrapper {
    width: 100%;
    margin: 15px;
    flex: 0 0 47%;
    height: 100%;
    padding-bottom: 25%;
}

.raMain ul {
    list-style: square;
}

.RAsectionThree,
.raPolicySection {
    text-align: center;
    padding: 30px;
}

.accordionRA {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-family: 'DINPro-Bold', sans-serif;
}

.accordionRA:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #ff6600;
    right: 15px;
    position: absolute;
    transform: rotate(45deg);
    transition: .3s;
}

.accordionRA.active:after {
    transform: rotate(0deg);
}

.raMain .accordionBlock {
    position: relative;
    display: block;
    padding: 10px;
}

.RAsectionNine .accordionBlock:before {
    display: none;
}



@media (max-width: 767px) {
.raMain h1 {
    font-size: 30px;
}

.RAsectionTwo > div:nth-child(1), 
.RAsectionFour, 
.RAsectionSix, 
.RAsectionEight {
    flex-flow: column-reverse;
}

.RAsectionTwo > div:nth-child(2),
.RAsectionFive,
.RAsectionSeven {
    flex-flow: column;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1), .RAsectionSix > div:nth-child(1), .RAsectionEight > div:nth-child(1) {
    margin-right: 0;
}

.RAsectionFour > div:nth-child(2), .RAsectionSeven > div:nth-child(2) {
    margin-left: 0;
}

.raMain .videoWrapper {
    margin: 15px 0;
    padding-bottom: 51%;
}
}







/* INVENTORY */

#vdp-container header h3 {
    color: red;
}

.inventory-container .toolbar { border-color: #777; background-color: #666; color: #fff; }

.inventory-container .vehicle { 
    border-color: transparent;
    transition: .3s; 
}

.inventory-container .vehicle-box {
    position: relative;
    padding: 5px;
}

.inventory-container .vehicle:hover {
    background-color: rgb(255 255 255 / 65%);
}

.inventory-container .vehicle .title a {
    color: black;
    text-align: center;
}

.inventory-container .btn { color: #fff; text-shadow: 0 1px 1px #585858; border-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.25); border-bottom-color: #696969; background-image: linear-gradient(to bottom, #919191, #575757); background-repeat: repeat-x; }

    .inventory-container .btn:hover, .inventory-container .btn:focus { background-position: 0 -25px; color: #fff; }
    .inventory-container .btn:hover, .inventory-container .btn:focus, .inventory-container .btn:active, .inventory-container .btn.active, .inventory-container .btn.disabled, .inventory-container .btn[disabled] { background-color: #888; }
.filters-container .panel-body li { color: #ccc; }

#filters-box li label {
    color: #000;
    font-size: 13px;
}

#filters-box .panel-heading { border-bottom: none; }

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .price {
    font-size: 26px;
    text-align: center;
    padding-right: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.inventory-container .vehicle .price-box {
    position: relative;
    padding: 10px 0;
    background-color: #ff6600;
}

.inventory-container .vehicle .price-box a {
    color: black;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: black;
}

#ModalVehicleInquiry {
    position: fixed;
    top: 3%;
    border: 2px #f58220 solid;
    z-index: 400;
    background: linear-gradient(135deg, rgba(142,142,142,1) 1%,rgba(214,214,214,1) 33%,rgba(142,142,142,1) 69%,rgba(214,214,214,1) 99%);
}

#ModalVehicleInquiry .vdpinquiryheader {
    text-align: left;
}

.searchReturn {
    color: white;
}

#inventory-page > div.mobile-filters-btn-box.visible-xs.visible-sm > div > input {
    margin: 5px 0;
}

#showroom .section-box {
    background-color: #ff6600;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #dddddd;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

#FilterQuickSearch {
    margin: 0;
    background-color: white;
    color: black;
    border-color: #cccccc;
}

.savings .label {
    position: absolute;
    top: -3px;
    left: -3px;
}

.inventory-image {
    max-height: unset;
    width: 100%;
    object-fit: cover;
}

.inventory-container .vehicle .thumb {
    line-height: 211px;
    height: 215px;
}

a.invCallout {
    text-align: center;
    font-size: 20px;
}

#details-accordions {
    color: black;
}

.specs-panel.panel-body {
    background-color: white;
    color: black;
}

#showroom .section-box .title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
}

#vdp-container #maincarousel .item {
    height: 525px;
}

#vdp-container .images-container {
    max-width: 100%;
}

.modal {
    z-index: 99999;
}








/* FORMS */

.btn-primary,
#digitalPsButton {
    border: 3px solid black;
    border-radius: 0px;
    margin: 10px 0px;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    background-color: #ff6600;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
}

.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: #ff6600;
    border-color: black;
}

.btn-primary:before {
    content: '';
    width: 100%;
    height: 0;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
    z-index: -1;
}

.btn-primary:hover:before {
    height: 100%;
}

.btn-sec {
    font-size: 18px;
    margin: 10px auto;
    display: block;
    width: max-content;
}

.form-control {
    background-color: white;
    border: 2px solid #c6c6c6;
    border-radius: 0;
    font-size: 16px!important;
    padding: 16px 10px;
    transition: .3s;
    margin: 5px 0;
    color: black;
    box-shadow: none;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
}

.form-control:hover {
    border-color: #c6c6c6;
}

.form-control:focus {
    border-color: #c6c6c6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(178 178 178 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(184 184 184 / 60%);
}

.mainform {
    height: max-content;
}

.mainform>div {
    background-color: #ffffff;
    padding: 10px;
    color: black;
}

.mainform label {
    margin-right: 15px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.form-header-text {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    margin-bottom: 2px;
}

.forms-title-section {
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.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 {
    font-size: 14px!important;
    padding: 2px 7px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    margin: 5px 0;
    color: black;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    padding: 2px 3px;
    font-size: 14px;
    border-color: white;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ebebeb;
    color: black;
}

@media (min-width: 768px) {
#Form12838 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+3),
#Form12838 > div:nth-child(1) > fieldset > div:nth-child(n+5):nth-child(-n+6),
#Form12838 > div:nth-child(1) > fieldset > div:nth-child(n+10):nth-child(-n+11),
#Form12838 > div:nth-child(1) > fieldset > div:nth-child(n+21):nth-child(-n+22) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form10564 > div:nth-child(1) > fieldset > div:nth-child(n+12):nth-child(-n+14),
#Form12838 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form12838 > div:nth-child(1) > fieldset > div:nth-child(n+12):nth-child(-n+14),
#Form12828 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    padding: 0 5px;
    display: inline-block;
}

#Form10564 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form10564 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form12838 > div:nth-child(1) > fieldset > div:nth-child(n+16):nth-child(-n+19),
#Form10545 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form10561 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form10564 > div:nth-child(1) > fieldset > div:nth-child(n+15),
#Form10561 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}






/* FEATURED VEHICLES */

.featuredInventory h2,
.homeAbout h1.dealer-name {
    text-align: center;
    font-size: 55px;
    margin: 0 auto 20px;
    letter-spacing: 5px;
    position: relative;
    width: max-content;
    z-index: 4;
    text-shadow: 2px 2px 2px black;
}

.featuredInventory h2:before,
.homeAbout h1.dealer-name:before {
    content: '';
    width: 109%;
    height: 19px;
    background-color: #ff6600;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
    z-index: -1;
}

.single-item-slider .item-detail .price {
    padding: 11px 2px;
    bottom: 0;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    background-color: #ff6600;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.single-item-slider .item-detail .name {
    line-height: 22px;
    text-align: left;
    font-weight: 400;
    color: black;
}

.featuredinventory h2 {
    text-align: center;
    padding-top: 15px;
    color: #ff6600;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
    padding-bottom: 19%;
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 170px;
}

.single-item-slider .item {
    background-color: #ffffff;
    border: 3px solid #999999;
    border-radius: 0px;
}

.single-item-slider .slider-outer {
    height: 332px;
}

.single-item-slider .slider-inner .item {
    width: 265px;
}

.single-item-slider .slider-control {
    top: 14%;
}

.single-item-slider .item:hover {
    border-color: white;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #161616;
    color: #bababa;
    text-align: center;
    padding: 15px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #fff;
}

.footerBack {
    background-color: black;
    position: relative;
}

.footerBack:before,
header.body:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/6b4b653f-8219-4986-ae8f-c51db12d06ab/palm-tree-back-85.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: center;
}

.footerContainer {
    display: flex;
    justify-content: space-around;
    color: white;
    width: 1470px;
    margin: auto;
    text-transform: uppercase;
    padding: 15px;
    line-height: 30px;
    position: relative;
    z-index: 3;
}

.footerWrapper {
    display: flex;
    flex-wrap: wrap;
}

.footerBlock {
    flex: 0 0 39%;
    padding: 10px;
}

.footerWrapper div:nth-child(1), 
.footerWrapper div:nth-child(3) {
    flex: 0 0 61%;
}

.footerBlock a {
    color: #dddddd;
}

.footerBlock a:hover {
    color: #ff6600;
}

.footerBlock .dealer-address, 
.footerBlock .dealer-phone {
    display: block;
}

.footerBlock .dealer-phone {
    font-weight: 700;
    font-size: 26px;
}

.footerMap {
    position: relative;
    flex: 0 0 45%;
    padding-bottom: 150px;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footerBlock h3 {
    position: relative;
    width: max-content;
    z-index: 3;
    padding: 0 7px;
    text-shadow: 1px 1px 1px black;
}

.footerBlock h3:after {
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    background-size: 100%;
    left: 50%;
    background-repeat: no-repeat;
    background-color: #ff6600;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.footerBlock table td:first-child {
    padding-right: 15px;
    font-weight: 700;
}

.footerSocial {
    display: flex;
    margin-top: 25px;
}

.footerSocial a {
    font-size: 23px;
    padding: 10px;
    margin-left: 0;
    margin-right: 10px;
}

.hdLogo img {
    max-width: 75px;
    margin-top: 25px;
}






@media (max-width: 1499px) {
.headerContainer,
.container,
.familyContainer,
.footerContainer {
    width: 1170px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.headerContainer .logo {
    flex: 0 0 20%;
    margin-top: 13px;
}

#main-nav {
    margin-top: 0px;
}

.navbar-nav {
    justify-content: center;
}

.smaller {
    transform: none;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 30px 11px;
}

.siteSearch {
    margin-top: 22px;
}

.headerBlock {
    margin-top: 11px;
}

.headerHours {
    margin-top: 19px;
}

.btnContainer div {
    padding: 24px 10px 13px;
}

.btnContainer h3 {
    font-size: 23px;
}

.mapWrapper {
    padding-bottom: 114%;
}

.familyblock h3 {
    font-size: 15px;
}

.familyNoU a {
    font-size: 14px;
}

.homeAbout > div div:nth-child(1) {
    margin-right: 15px;
    flex: 0 0 49%;
    padding-right: 0;
    text-align: justify;
}

.homeAbout {
    line-height: 28px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 50px;
}

header.body {
    margin-bottom: 25px;
}

.btnSection {
    margin-top: -25px;
}

.inventory-container .vehicle .price {
    font-size: 22px;
}

.inventory-container .vehicle .thumb {
    line-height: 159px;
    height: 168px;
}

.footerMap {
    flex: 0 0 32%;
}
}






@media (max-width: 1199px) {
.headerContainer,
.container,
.familyContainer,
.footerContainer {
    width: 970px;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 15px 11px;
}

.headerContainer {
    font-size: 16px;
    padding: 10px;
}

.siteSearch {
    max-width: 240px;
}

.btnContainer h3 {
    font-size: 18px;
    text-shadow: 1px 1px 1px black;
}

.btnContainer span {
    font-weight: 400;
    font-size: 14px;
}

.btnContainer div {
    padding: 16px 10px 5px;
}

.headerContainer .logo {
    flex: 0 0 15%;
}

.familyWrapper {
    background-size: contain;
    padding-top: 7%;
    background-repeat: no-repeat;
    background-color: #252527;
    position: relative;
}

.familyWrapper:before {
    content: '';
    background: linear-gradient(to top, rgb(37 37 39) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    height: 15%;
    position: absolute;
    left: 0;
    top: 47%;
    z-index: 0;
}

.familyContainer {
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    z-index: 3;
}

.familyblock {
    padding: 10px;
    flex: 0 0 33%;
}

.familyblock h3 {
    font-size: 21px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.featuredInventory h2, 
.homeAbout h1.dealer-name {
    font-size: 49px;
    letter-spacing: 3px;
}

.footerContainer {
    flex-flow: column;
}

.footerMap {
    padding-bottom: 34%;
    margin-top: 25px;
}

.p-header {
    height: 175px;
}

.p-header h1 {
    font-size: 45px;
}

.mapWrapper {
    padding-bottom: 139.5%;
}

.inventory-container .vehicle .price {
    font-size: 18px;
}

.inventory-container .vehicle .thumb {
    line-height: 127px;
    height: 132px;
}
}





@media (max-width: 991px) {
.headerContainer,
.container,
.familyContainer,
.footerContainer {
    width: 740px;
}

.navbar-nav {
    justify-content: space-between;
}

#main-nav .nav > li > a {
    padding: 15px 6px;
}

.headerContainer {
    flex-wrap: wrap-reverse;
    align-items: center;
}

.headerContainer .logo {
    flex: 0 0 27%;
    margin-top: 0;
}

.btnContainer {
    flex-wrap: wrap;
}

.btnContainer a {
    flex: 0 0 32%;
    margin: 10px 0;
}

.btnContainer a:nth-child(1), 
.btnContainer a:nth-child(2) {
    flex: 0 0 49%;
}

.btnContainer h3 {
    font-size: 24px;
}

.familyblock h3 {
    font-size: 15px;
}

.single-item-slider .slider-inner .item {
    width: 209px;
}

.single-item-slider .img-container {
    height: 130px;
}

.single-item-slider .item-detail .price {
    padding: 8px 2px;
    font-size: 18px;
}

.featuredInventory h2, 
.homeAbout h1.dealer-name {
    font-size: 40px;
    letter-spacing: 1px;
}

.featuredInventory h2:before, .homeAbout h1.dealer-name:before {
    height: 10px;
}

.homeAbout > div {
    flex-flow: column;
}

.homeAbout > div div:nth-child(1) {
    margin: 0 0 15px;
}

.footerMap {
    padding-bottom: 40%;
}

.single-item-slider .slider-outer {
    height: 300px;
}

.homeAbout {
    margin-top: 0;
}

.p-header {
    height: 150px;
}

.p-header h1 {
    font-size: 40px;
    letter-spacing: 4px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.inventory-container .vehicle .price {
    font-size: 24px;
}

.inventory-container .vehicle .thumb {
    line-height: 210px;
    height: 214px;
}
}





@media (max-width: 767px) {
.headerContainer,
.container,
.familyContainer,
.footerContainer {
    width: 100%;
}

.featuredInventory h2, 
.homeAbout h1.dealer-name {
    font-size: 30px;
    letter-spacing: 0;
    width: auto;
}

.featuredInventory h2:before, 
.homeAbout h1.dealer-name:before {
    display: none;
}

#vdp-container #maincarousel .item {
    height: 230px;
}

.footerWrapper {
    flex-flow: column;
}

.footerMap {
    padding-bottom: 100%;
    width: 100%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerContainer {
    z-index: 999;
}

.siteSearch {
    position: absolute;
    bottom: -51px;
    left: 15px;
}

.headerContainer .logo {
    flex: 0 0 47%;
    margin-top: 18px;
}

.headerBlock {
    margin-top: 0;
    text-align: center;
}

#main-nav .navbar-toggle {
    background-color: #ff6600;
    border-radius: 0;
    border: 3px solid white;
    padding: 1px 10px;
}

.navbar-nav {
    display: block;
}

#main-nav .nav > li > a {
    padding: 15px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.btnContainer {
    flex-flow: column;
}

.btnContainer h3 {
    font-size: 9vw;
}

.btnContainer span {
    font-size: 4vw;
}

.typeSection .widget-inner {
    margin-top: 0!important;
}

.familyWrapper {
    padding-top: 0%;
}

.familyWrapper:before {
    height: 2%;
    top: 7.1%;
}

.familyContainer {
    flex-flow: column;
}

.familyblock h3 {
    font-size: 6vw;
}

.familyNoU a {
    font-size: 4vw;
}

.footerBlock h3 {
    width: fit-content;
    padding: 0 4px;
    font-size: 4.5vw;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 9vw;
    letter-spacing: 2px;
    width: 100%;
    line-height: 9vw;
}

.p-header h1 span {
    display: block;
}

.p-header h1:before {
    width: 77%;
    left: 3%;
    height: 19%;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    text-align: left;
    margin: auto;
}

header.body {
    margin-bottom: 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 {
    margin-bottom: 0;
}

.btnSection {
    margin-top: 0;
}

ul.timeline:before {
    left: 40px;
}

ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
}

ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
}

ul.timeline > li > .timeline-panel {
    float: right;
}

ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

                    
.historyPics {
    flex-flow: column;
    align-items: center;
}
}



#digitalPsModal { 

    max-width: 60%; 

    margin: 0 auto; 

    top: 15px; 

} 

 

#closeDigitalPsModal { 

    position: relative; 

    z-index: 1000; 

    top: 25px; 

    right: 10px; 

} 

#digitalPsButton:hover, #digitalPsButton:focus { 

background-color: white; 

color: black; 

} 


