
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: white;
}

@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/61716162-358a-443f-9db8-c8f454e77b6f/texas-hd-dealership.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/61716162-358a-443f-9db8-c8f454e77b6f/texas-hd-dealership.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: unset;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
}

a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #ff924a;
    text-decoration: none;
}

#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: rgba(0, 0, 0, 0.75);
    padding: 15px;
}

.vyt-section {
    background-color: black;
    margin-top: 0px!important;
}







/* HEADER */

header.body {
    position: relative;
    z-index: 9999999;
}

.header-background {
    background-color: #5a5a5a;
}

.header-container a {
    color: white;
}

.header-block {
    display: flex;
    align-items: center;
}

.header-l {
    text-align: right;
    padding-right: 15px;
}

.header-l .dealer-phone {
    display: block;
    font-size: 20px;
}

.header-l .dealer-address {
    display: block;
}

.header-logo,
.header-block {
    z-index: 2;
}

.header-block .btn.btn-primary {
    background-color: #ff6600;
    background: linear-gradient(135deg, rgba(245,130,32,1) 0%,rgba(255,102,0,1) 100%);
    text-transform: uppercase;
    padding: 5px 10px 3px;
    border: 2px solid transparent;
    font-size: 16px;
}


.header-container {
    width: 768px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 10px;
    font-family: 'freedommachine', sans-serif;
    position: relative;
    z-index: 1;
}

/*
.header-container:after {
    background-image: url(https://psmfirestorm.blob.core.windows.net/0a092d55-02af-4bda-989a-33068a581df8/header-background-2.jpg);
    background-size: 100%;
    position: absolute;
    width: 58%;
    height: 167px;
    content: '';
    z-index: -1;
    left: 27%;
    bottom: 0;
}
*/

.header-container a {
    color: white;
    transition: .3s;
}

.header-container a:hover {
    color: #ff6600;
}

.header-middle-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container .siteSearch {
    display: flex;
}

.siteSearch .form-control {
    background-color: transparent;
    border: 2px solid white;
    border-right: 0;
    padding: 17px 13px;
    color: white;
    border-radius: 20px 0 0 20px;
    margin: 10px 0;
}

.siteSearch .btn-primary {
    background-color: #ff6600;
    border: 2px solid white;
    text-transform: uppercase;
    border-radius: 0 20px 20px 0;
    padding: 7px 15px;
    font-size: 14px;
}

.siteSearch .btn-primary:hover {
    border-radius: 0 20px 20px 0;
    border-color: white;
    background-color: black;
}

.header-container .dealer-phone {
    font-size: 24px;
    display: flex;
    align-items: center;
}

.header-container .dealer-phone span:first-child {
    color: #ff6600;
    font-size: 27px;
    padding-right: 5px;
    margin-top: 2px;
}

.header-middle-btm {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.header-middle-btm .dealer-address {
    padding-right: 6px;
    border-right: 1px solid;
}

.header-middle .btn-primary {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 21px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 16px 3px;
    line-height: 22px;
}

.header-middle .btn-primary:hover {
    color: white;
}

.header-text-club {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
}

.header-text-club span:last-child {
    display: block;
}

.header-text-club span:first-child {
    color: #ff6600;
    display: block;
    font-size: 30px;
}

.header-right {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.header-social {
    display: flex;
}

.header-social a {
    font-size: 20px;
    padding: 10px 10px 0;
}






/* NAVIGATION */

.social-media-icons {
    display: none;
}

#main-nav {
    background-color: #000;
    background: linear-gradient(45deg, rgb(255, 255, 255) 0%,rgb(199, 199, 199) 40%,rgb(230, 230, 230) 53%,rgb(191, 191, 191) 62%,rgb(255, 255, 255) 76%,rgb(255, 255, 255) 87%,rgb(167, 167, 167) 100%);
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between; }
}

.navbar-nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: calc(10px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));
}

#main-nav > nav > div {
    width: 100%;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    color: #ff6600;
}

.dropdown-menu {
    background-color: black;
}

#main-nav li.dropdown.open ul {
    border-top-color: #252525;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
    color: #b9b9b9;
}

/*
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #000;
}
*/

#main-nav .dropdown-menu>li>a:hover, #main-nav .dropdown-menu>li>a:focus {
    background-color: #000000;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ff6600;
}










/* CONTENT */

.vyt-banner img {
    max-height: 90px;
}

.family-background {
    margin-top: -30px;
    position: absolute;
    width: 100%;
}

.family-background img {
    width: 100%;
}

.familywrapper {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.familyblock {
    text-align: center;
    padding: 1% 1% 2%;
    transition: .3s;
}

.familyblock a img {
    transition: .3s;
}

.familyblock:hover a img {
    transform: translateY(-20px);
}

.familyblock h3 {
    font-size: calc(21px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));
    color: white;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px black;
    margin-top: 0;
}

.familyblock:hover a h3 {
    color: #ff6600;
}

.familynou {
    background-color: #d1d1d1;
    padding: 2px 5px;
    color: black;
    text-transform: uppercase;
    border: 2px solid #adadad;
}

.familynou:nth-child(2) {
    border-right: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.familynou:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}


@media (max-width: 767px) {
.familyblock {
    flex: 0 0 50%;
}

.familynou {
    font-size: 12px;
}
}

.home-section-1 {
    position: relative;
    background-image: url(https://psmfirestorm.blob.core.windows.net/36e8b95b-327d-4c78-8bcd-04c91a263093/dealership-photo-5.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin-top: -25px;
}

/*
.h-button-background:before {
    content: '';
    width: 100%;
    height: 15%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgba(255, 255, 255, 0) 100%);
    left: 0;
}

.h-button-background:after {
    content: '';
    width: 100%;
    height: 15%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgb(255, 255, 255) 0%,rgba(255, 255, 255, 0) 100%);
    left: 0;
}
*/

.h-button-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: auto;
}

.h-button-container a {
    text-align: center;
    flex: 0 0 23%;
    margin: 4% 0 30%;
    color: black;
    border-radius: 8px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/74342002-669c-4ca0-90db-197727354961/button-background.jpg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.72);
    background-size: cover;
}

.h-button-container a:hover {
    transform: scale(1.1);
}

.h-button-block {
    padding: 10px;
}

.h-button-block > span {
    font-size: 30px;
    background-color: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 9px 0;
    color: white;
}

.h-button-block h3 {
    text-transform: uppercase;
    margin: 5px 0 0;
    font-size: 22px;
    color: #ff6600;
    text-shadow: 1px 1px 1px black;
}

.h-button-block h5 {
    text-transform: uppercase;
    margin: 0;
}

.home-view-all a {
    text-align: right;
    background-color: #d0d0d0;
    width: max-content;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 8px;
    color: black;
    margin-top: 25px;
    z-index: 2;
}

.home-view-all {
    display: flex;
    justify-content: flex-end;
}

.home-about {
    background-color: black;
    margin-top: -30px;
    padding-top: 4%;
}

.home-about img {
    width: 100%;
}

.home-about-block {
    width: 100%;
    margin: auto;
    background-color: white;
    margin-bottom: -8%;
    position: relative;
    z-index: 3;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
    border-radius: 8px;
    color: black;
}

.home-about-block h3 {
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 5px;
    position: relative;
}

.home-about-block h1 {
    text-align: center;
    margin-top: 0;
    font-size: 41px;
}

.social-media-side {
    position: fixed;
    display: flex;
    flex-flow: column;
    background-color: rgba(255, 102, 0, 0.67);
    z-index: 2;
    top: 300px;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 0px 10px black;
}

.social-media-side a {
    color: white;
    margin: 8px;
    font-size: 28px;
    background-color: black;
    border-radius: 8px;
    padding: 2px;
    width: 40px;
    height: 40px;
}





.p-header img {
    border-bottom: 6px solid #ff6600;
}

.service-page table td:last-child {
    padding-left: 20px;
}

.service-page ul,
.hog-page ul  {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.hog-page ul {
    justify-content: space-around;
}

.service-page ul li:before {
    content: '\f21c';
    font-family: fontawesome;
    padding-right: 5px;
    color: #ff6600;
}

.service-page li,
.careers-page li {
    flex: 0 0 33%;
    padding: 10px;
}

.express-pic {
    float: right;
    border-radius: 4px;
    background-color: black;
    padding: 5px;
}

.parts-page ul {
    list-style: none;
}

.parts-page ul li {
    padding: 8px 0;
}

.mapandhourstbl td:last-child {
    padding-left: 15px;
}

.map-wrapper {
    overflow: hidden;
    position: relative;
    padding-top: 30%;
    margin-top: 30px;
}

.map-wrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.about-page h3 {
    border-top: 2px solid #f2692b;
    border-bottom: 2px solid #f2692b;
    padding: 5px;
    color: #f2692b;
    text-align: center;
}

.about-page ul,
.careers-page ul,
.insurance-page ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-page ul {
    padding: 0;
}

.about-page ul li:before,
.careers-page ul li:before,
.hog-page ul li:before,
.insurance-page ul li:before {
    content: '\f21c';
    font-family: fontawesome;
    color: #ff6600;
    padding-right: 7px;
}

.insurance-page ul li {
    flex: 0 0 32%;
}

div.k-scheduler .mv-event {
    line-height: 12px;
    font-size: 12px;
}

.k-scheduler-views {
    z-index: 1 !important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.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: #e2e2e2;
    border-color: #cccccc;
}

.visa-wrapper {
    display: flex;
    justify-content: space-around;
}

#FilterQuickSearch {
    border: 1px solid #cccccc;
    margin: 0;
}

.fin-page table tr:nth-child(even) {
    background-color: #e6e6e6;
}

.fin-page table th {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    padding: 5px;
    border-bottom: 1px solid white;
}

.fin-page table td {
    padding: 5px;
}

.fin-page table td:last-child {
    text-align: right;
    border-left: 1px solid white;
}

.fin-page table {
    background-color: #f4f4f4;
}

.rewards-wrapper {
    position: relative;
    padding-bottom: 28.75%;
    height: 0;
    overflow: hidden;
}

.rewards-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.maphourswrapper {
    display: flex;
    flex-direction: column;
}

.mapandhourstbl td:last-child {
    padding-left: 20px;
}

.hoursblock {
    flex: 0 0 50%;
}

.department-container .department {
    padding: 10px 0;
    background: transparent;
}

.department .employee .name p {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .employee {
    background: #fff;
    border-radius: 0px;
    padding: 10px;
}

.department .title {
    border: 1px solid #fff;
    background: #fff;
    color: black;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.resp-iframe {
    position: relative;
    padding-bottom: 42.10526316%;
    height: 0;
    overflow: hidden;
    margin-top: 30px;
}

.resp-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.visa-card-wrapper {
    background-color: black;
    display: flex;
    justify-content: space-between;
}

.visa-card-wrapper div {
    flex: 0 0 50%;
    text-align: center;
    padding: 10px;
}

.livewire-page {
    background-color: black;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
}

.livewire-page img {
    width: 100%;
}



/* LIVEWIRE */

.LWaccordion {
    background-color: #191919;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: 700;
    margin: 15px 0 0;
}

.LWactive, .LWaccordion:hover {
  color: #ff6600;
}

.LWaccordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.LWactive:after {
  content: "\2212";
}

.LWpanel {
    padding: 0 18px;
    background-color: #191919;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: center;
}

.LiveWireAccordionContainer img {
    max-width: 500px;
    margin-bottom: 15px;
    width: 100%;
}

.livewireModels {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    text-align: center;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
.livewireModels > div {
    flex: 0 0 30%;
}
}






/* FEATURED INVENTORY */

.featured-section {
    background-color: white;
    margin-top: 0!important;
    padding: 80px 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/77791ecb-98b2-4670-bfd2-a32372d86896/featured-background-dark-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    background-attachment: fixed;
    position: relative;
}

.featured-section:before {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 100%);
    top: 0;
}

.featured-section:after {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    bottom: 0;
    z-index: 0;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
    padding: 0 2%;
    text-transform: uppercase;
    bottom: 0;
    font-family: 'freedommachine', sans-serif;
}

.single-item-slider .item-detail .name {
    line-height: 131%;
    color: white;
}

.featuredinventory h2 {
    position: relative;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.single-item-slider .slider-outer {
    height: 275px;
}

.single-item-slider .item {
    background-color: #000000;
    border: 2px solid #7c7c7c;
    border-radius: 8px;
}

.single-item-slider .img-container {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}







/* INVENTORY */

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    padding: 5px;
    text-transform: uppercase;
}

.inventory-container .vehicle .price {
    font-size: 30px;
    padding-right: 0px;
    text-transform: uppercase;
    font-family: 'Freedommachine', sans-serif;
    text-align: center;
    background-color: black;
}

.vehicle-box {
    border: 2px solid white;
}

.inventory-container .vehicle .title a {
    color: black;
}

.vehiclemodel {
    font-size: 20px;
    min-height: 43px;
    line-height: 21px;
}

.info {
    color: #676767;
    text-align: center;
}

input#FilterQuickSearch {
    margin: 0;
}

.locationBox {
    border: 2px solid white;
    background-color: black;
}

#ModalVehicleInquiry {
    background: black;
    border: 2px #ff6600 solid;
}

#vdp-container .inquiryformcontainer, #seller-description, #DealerLocationContainer {
    color: black;
}

.inquiryformcontainer {
    font-size: 16px;
    background-color: black;
    border: 2px solid white;
}

.vdpinquiryheader {
    font-family: 'Freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 34px;
}

#showroom .section-box {
    background-color: #000000;
    border-radius: 0px;
}

.panel-heading .panel-toggle {
   /* font-family: 'freedommachine', sans-serif;*/
    text-transform: uppercase;
}

#filter-accordions .checkbox label, #InventoryMapContainer {
    color: black;
}



/* FORMS */

.mainform > div {
    background-color: #000000;
    padding: 20px;
    border: 1px solid #444444;
}

.btn-primary,
.btn-readMore {
    background-color: #ff6600;
    border-color: #ff6600;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 8px;
    padding: 12px 30px;
    margin: 10px 0;
    transition: .3s;
    letter-spacing: 2px;
}

.btn-primary:hover,
.btn-readMore:hover {
    color: #fff;
    background-color: #ff6600;
    border-color: #000000;
    border-radius: 30px;
}

.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.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-color: #000000;
    border-radius: 30px;
}

.btn-sec {
    margin: 30px auto 0;
    text-align: center;
    width: max-content;
    display: block;
}

.form-header-text {
    color: #ff6600;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
}

.servform .form-header-text:before {
    content: '\f0ad';
    font-family: fontawesome;
    padding-right: 9px;
}

.field-validation-valid, 
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 12px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    margin: 6px 0;
    border: none;
    font-size: 12px;
    background-color: #1f1f1f;
    color: white;
}

#Form1136 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1137 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1136 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1137 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1136 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1137 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}

.inquiryformcontainer,
.locationBox {
    background-color: #f2f2f2;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}

.vdpinquiryheader {
    margin-bottom: 0;
    font-weight: unset;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    color: #ff6600;
    font-size: 35px;
    text-align: center;
}

#ModalContactCollapse .vdpinquiryheader {
    text-align: left;
}



@media (min-width: 768px) {
#Form14708 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form14708 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+12) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}
}








/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footer-background {
    background-color: black;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding: 15px;
    color: white;
    line-height: 30px;
    text-transform: uppercase;
    flex-direction: column;
    text-align: center;
}

.footer-logo {
    display: block;
    max-width: 275px;
    margin: 0 auto;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    display: block;
    font-size: 25px;
    margin-top: 5px;
}

.footer-links a {
    display: block;
    position: relative;
    padding: 15px 0;
}

.footer-links a:after {
    content: '\f178';
    font-family: fontawesome;
    position: relative;
    right: -5%;
}

.footertable {
    margin: 0 auto;
}

.footer-hours {
    display: flex;
    flex-direction: column;
}

.footer-hours-block h4 {
    margin-top: 6px;
    color: #989898;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footer-block h3 {
    font-size: 20px;
    letter-spacing: 1px;
}

.footer-block .contact-btn {
    margin-top: 45px;
}

.footerPriv p {
    margin-bottom: 0;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    padding: 10px 5px;
}






/* LEARN TO RIDE */

.learn-to-ride {
  padding-top: 0;
}
.learn-to-ride #main {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .learn-to-ride #main {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.learn-to-ride .dst-riders-content {
  position: relative;
  line-height: 22px;
}
@media (min-width: 768px) {
  .learn-to-ride .dst-riders-content {
    padding-top: 24%;
  }
}
.learn-to-ride .dst-riders-content h1,
.learn-to-ride .dst-riders-content h2,
.learn-to-ride .dst-riders-content h3 {
  line-height: 26px;
  font-size: 26px;

  text-transform: uppercase;
}
.learn-to-ride .dst-riders-content h2 {
  line-height: 22px;
  font-size: 22px;
}
.learn-to-ride .dst-riders-content h3 {
  line-height: 18px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .learn-to-ride .dst-riders-content h3 {
    line-height: 22px;
    font-size: 22px;
  }
}
.learn-to-ride .top-riders-content {
  padding-top: 20%;
  padding-right: 15px;
  padding-left: 15px;
  background-image: url("https://psmfirestorm.blob.core.windows.net/627b0a09-605e-47e9-b293-330663d3d225/hero-rider-landscape.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
}
.learn-to-ride .top-riders-content:before,
.learn-to-ride .top-riders-content:after {
  content: " ";
  display: table;
}
.learn-to-ride .top-riders-content:after {
  clear: both;
}
.learn-to-ride .top-riders-content:before,
.learn-to-ride .top-riders-content:after {
  content: " ";
  display: table;
}
.learn-to-ride .top-riders-content:after {
  clear: both;
}
@media (min-width: 768px) {
  .learn-to-ride .top-riders-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 4%;
    padding-bottom: 5%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content {
    padding-bottom: 9%;
  }
}
.learn-to-ride .top-riders-content img {
  width: auto\9;
  display: inline-block;
  margin-bottom: 10px;
}
.learn-to-ride .top-riders-content h1 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .learn-to-ride .top-riders-content h1 {
    float: left;
    width: 54.16666667%;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content h1 {
    float: left;
    width: 62.5%;
  }
}
@media (min-width: 1200px) {
  .learn-to-ride .top-riders-content h1 {
    float: left;
    width: 70.83333333%;
  }
}
@media (min-width: 768px) {
  .learn-to-ride .top-riders-content h1 {
    line-height: 34px;
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content h1 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 45px;
    font-size: 45px;
  }
}
.learn-to-ride .top-riders-content h1 span {
  display: block;
  line-height: 50px;
  font-size: 50px;
}
@media (min-width: 992px) {
  .learn-to-ride .top-riders-content h1 span {
    line-height: 60px;
    font-size: 60px;
  }
}
.learn-to-ride .rider-course {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.learn-to-ride .rider-course > div {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .learn-to-ride .rider-course > div {
    padding-bottom: 0;
  }
}
.learn-to-ride .rider-course > h2 {
  padding-top: 20px;
  line-height: 36px;
  font-size: 36px;

  text-transform: uppercase;
  color: #999999;
}
.learn-to-ride .course-info {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
}
@media (min-width: 768px) {
  .learn-to-ride .course-info {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .course-info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .course-info {
    padding-left: 35px;
  }
}
.learn-to-ride .course-info h2,
.learn-to-ride .course-info h3 {
  letter-spacing: 1px;
  color: #cc6600;
}
.learn-to-ride .course-info h2 {
  padding-top: 10px;
}
.learn-to-ride .course-info > a {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  background: #b44717;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7200), color-stop(100%, #b44717));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff7200 0%, #b44717 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff7200 0%, #b44717 100%);
  /* W3C */
  -webkit-transition: 0.2s color ease-in-out;
  -o-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  display: block;
  width: 230px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 0;
}
.learn-to-ride .course-info > a:after {
  margin-left: 6px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f105";
}
.learn-to-ride .course-info > a:hover {
  background: #e66700;
  color: #000000;
}
@media (min-width: 768px) {
  .learn-to-ride .course-info > a {
    position: static;
  }
}
.learn-to-ride .course-info ul li + li {
  margin-top: 14px;
}
.learn-to-ride .course-faq {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  color: #999999;
}
@media (min-width: 768px) {
  .learn-to-ride .course-faq {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .course-faq {
    float: left;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .learn-to-ride .course-faq {
    left: 9%;
  }
}
@media (min-width: 768px) {
  .learn-to-ride .course-faq {
    margin-top: 0;
  }
}
.learn-to-ride .course-faq > div {
  padding: 15px;
  background-color: #333333;
}
.learn-to-ride .course-faq h2,
.learn-to-ride .course-faq strong {
  color: #ffffff;
}
.learn-to-ride .course-faq h2 {
  letter-spacing: 1px;
}
.learn-to-ride .course-faq ul li + li {
  margin-top: 14px;
}
.learn-to-ride .dst-riders-content {
  background-color: #000000;
  color: #ffffff;
}
.learn-to-ride .dst-riders-content .top-riders-content h1 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .learn-to-ride .dst-riders-content .top-riders-content h1 {
    color: #000000;
  }
}

.learn-to-ride .rider-course > div:before, .learn-to-ride .rider-course > div:after {
    content: '';
    display: table;
}

.learn-to-ride .rider-course > div:after {
    clear: both;
}

.siteSearch-M button {
    height: 34px; 
    margin-top: 6px !important;
    padding: 4px;
}

.blurbBanner {
    z-index: auto;
}

@media (max-width: 767px) {
    body {
        padding-top: 0 !important;
    }
    .header-background {
        display: none;
    }
#main-nav .navbar-toggle {
    color: black;
}
.header-background img {
    display: none;
}
    .h-button-container, .familywrapper {
        flex-wrap: wrap;
    }
    .home-about-block {
        border-radius: 0;
    }
    #main-nav {
        position: fixed;
        width: 100%;
        z-index: 2040;
        top: 0;
    } 
    #main-nav .navbar-brand {
        height: 58px;
        margin: 1px 0px;
        padding: 1px 15px;
    }
    #main-nav-collapse {
        max-height: calc(100vh - 85px);
        overflow-y: auto;
    }
    .navbar-nav>li>a {
        font-size: 16px;
        padding: 20px 15px;
    }
    #main-nav .dropdown-menu>li>a {
        padding-top: 14px;
        padding-bottom: 14px;
        color: black;
    }
    .h-button-container {
        margin-top: 20px;
    }
    .h-button-container a {
        flex: 0 0 45%;
        margin: 4% 0;
    }
    .h-button-block h3 {
        font-size: 5.5vw;
    }
    .family-background {
        display: none;
    }
    .home-view-all a {
        margin: 0 auto 30px;
    }
    .featuredinventory h2, .home-about-block h1 {
        font-size: 9vw;
    }
    .home-about {
        padding-top: 0;
    }
    #ModalVehicleInquiry {
        top: 70px;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
    }
    #ModalVehicleInquiry .vdpinquiryheader {
        font-size: 28px;
    }
    #filters-modal {
        top: 70px;
    }
    .pageheader, .featured-section, .livewireWidget, .ltrWidget  {
        padding: 0;
    }
    .pageheader h1 {
        text-align: center;
        font-size: 11vw;
    }
    .page-background > div {
        padding-top: 0;
    }
    .pagetext > .widget-inner {
        margin-top: 0 !important;
    }
    .resp-iframe {
        padding-bottom: 150%;
    }
    .visa-card-wrapper {
        flex-direction: column;
    }
    .livewire-page {
        margin-top: 0;
    }
    #Form1136 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), #Form1137 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), #Form1136 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9), #Form1137 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9), #Form1136 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1137 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
        width: 100%;
    }
    .service-page li, .careers-page li {
        flex: 0 0 50%;
    }
    .rewards-wrapper {
        padding-bottom: calc(300px + (220 - 300) * ((100vw - 320px) / (768 - 320)));
    }
    .hogcal {
        display: block;
    }
    .hogbtn {
        padding: 12px 5px;
        font-size: 4vw;
        letter-spacing: 0;
    }
    .department .employee {
        max-width: 250px;
    }
    .maptext {
        text-align: center;
    }
    .maptext .dealer-name {
        font-size: 9vw;
    }
    .maptext h3 {
        font-size: 6vw;
    }
    .mapandhourstbl {
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .h-button-container, .home-about-block {
        width: 720px;
    }
    .home-view-all a:before {
        content: '';
        width: 490px;
        height: 2px;
        background-color: #d0d0d0;
        position: absolute;
        left: 15px;
        top: 40px;
    }
    .home-about-block h3:before {
        content: '';
        width: 175px;
        height: 2px;
        background-color: #d0d0d0;
        left: 10%;
        position: absolute;
        top: 11px;
    }
    .home-about-block h3:after {
        content: '';
        width: 175px;
        height: 2px;
        background-color: #d0d0d0;
        right: 11%;
        position: absolute;
        top: 11px;
    }
    .featuredinventory h2:after {
        width: 475px;
        height: 2px;
        content: '';
        background-color: #d0d0d0;
        position: absolute;
        right: 0;
        top: 15px;
    }
    nav.fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 20399;
        background: linear-gradient(45deg, rgb(255, 255, 255) 0%,rgb(199, 199, 199) 40%,rgb(230, 230, 230) 53%,rgb(191, 191, 191) 62%,rgb(255, 255, 255) 76%,rgb(255, 255, 255) 87%,rgb(167, 167, 167) 100%);
        border-radius: 0px;
        right: 0px;
        padding: 0;
        filter: drop-shadow(0px 0px 3px black);
    }
    #main-nav .nav>li>a {
        font-size: 9px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 212px;
    }
    .familynou {
        font-size: 12px;
    }
    .familyblock {
        margin-top: -35px;
    }
    .footer-hours {
        flex-direction: row;
        justify-content: space-around;
    }
    .header-middle-btm .dealer-city {
        padding-left: 6px;
    }
    .header-logo {
        flex: 0 0 30%;
    }
    .header-middle {
        flex: 0 0 32%;
    }
    .header-right {
        flex: 0 0 25%;
    }
    .maptext .dealer-name {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    .h-button-container, .home-about-block, .footer-container, .header-container {
        width: 940px;
    }
    .footer-container {
        flex-direction: row;
        text-align: left;
        padding: 70px 15px;
    }
    .footer-links a:after {
        right: -15%;
        position: absolute;
    }
    .footer-links a {
        padding: 0;
    }
    .footer-links a:nth-child(2) {
        margin-top: 50px;
    }
    .home-about-block h3:before {
        left: 19%;
    }
    .home-about-block h3:after {
        right: 20%;
    }
    .home-view-all a:before {
        width: 710px;
    }
    .featuredinventory h2:after {
        width: 690px;
    }
    nav.fixed {
        padding: 10px 0;
    }
    #main-nav {
        padding: 15px 0;
    }
    #main-nav .nav>li>a {
        font-size: 13px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .h-button-block h3 {
        font-size: 30px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 210px;
    }
    .familynou {
        font-size: 16px;
    }
    .familyblock {
        margin-top: -25px;
    }
    .footer-hours {
        flex-direction: column;
    }
    .footertable {
        margin: 0;
    }
    .header-container .dealer-phone {
        font-size: 28px;
    }
    .header-middle-btm {
        font-size: 16px;
    }
    .header-middle-btm .dealer-city {
        padding-left: 7px;
    }
    .header-middle-btm .dealer-address {
        padding-right: 7px;
    }
    #inventory-page, #calendar-page, #employees-team-page, .custom-page {
        margin-top: 30px;
    }
    .footer-hours-block:first-child {
        padding: 0px 30px 0 0;
    }
    .inventory-container .vehicle .price {
        font-size: 26px;
    }
    .maphourswrapper { 
        flex-direction: row;
    }
    .maptext .dealer-name {
        font-size: 33px;
    }
}

@media (min-width: 1200px) {
.header-middle {
    flex: 0 0 27%;
}
    .h-button-container, .home-about-block, .footer-container, .header-container {
        width: 1180px;
    }
    .home-view-all a:before {
        width: 913px;
        top: 44px;
    }
    .featuredinventory h2:after {
        width: 864px;
    }
    .home-about-block h3:before {
        left: 26%;
    }
    .home-about-block h3:after {
        right: 26%;
    }
#main-nav .nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}
    .h-button-block h3 {
        font-size: 32px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 205px;
    }
    .familyblock {
        margin-top: 0;
    }
    .footer-hours {
        flex-direction: row;
    }
    .header-logo, .header-middle, .header-right: {
        flex: 0 0 auto;
    }
    .header-middle-btm {
        font-size: 18px;
    }
    .inventory-container .vehicle .price {
        font-size: 30px;
    }
    .maptext .dealer-name {
        font-size: 36px;
    }
}

.live-wire-details-page #vehicleDetails {
    color: #000;
}



