#seller-description {color:#000;} 

#VehicleInquiryContainer div[style="padding:2px;"] {
	display: flex;
	align-items: baseline;
        font-weight: bold;
}
#VehicleInquiryContainer div[style="padding:2px;"] input {
	margin-right: 5px;
}

body {
    font-family: 'Montserrat', sans-serif;
    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/31536ed5-616a-4fc9-8a39-15af0c14d40d/Train-background.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/31536ed5-616a-4fc9-8a39-15af0c14d40d/Train-background.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

hr { border-top-color: #afafaf; }

#content-container {
    width: 768px;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 15px 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: unset;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
}



#vdp-container .panel-body {
    color: black;
}

/* GLOBAL THEME FONT COLORS */


a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #d65600;
    text-decoration: none;
}

.btn-primary {
    background-color: #ff6600;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: 3px solid #ff6600;
    margin: 15px auto 5px;
    display: block;
    transition: .3s;
    width: max-content;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #ff6600;
}

.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: #000000;
    border-color: #ff6600;
}

.btn-sec {
    width: fit-content;
    font-size: 18px;
    padding: 10px 20px;
}












/* HEADER */

header.body {
    margin-bottom: 0;
}

header.body .logo { color: #333; }
#brand-box .info a { color: #333; }

header.body {
    background-color: black;
}

.headercontainer {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    width: 768px;
    margin: auto;
}

.headerleft {
    display: flex;
    flex: 0 0 30%;
    flex-flow: column;
}

.headerleft a {
    color: white;
    transition: .3s;
}

.headerleft a:hover {
    color: #bfbfbf;
}

.headerlogo {
    flex: 0 0 40%;
    text-align: center;
    max-width: 150px;
}

.headerleft a.dealer-phone.phone-text, .headerleft a.sales-phone.sales-phone-text {
    font-family: 'freedommachine', sans-serif;
    font-size: 35px;
    color: #ff6600;
}

.headerleft a.dealer-phone.phone-text:hover, .headerleft a.sales-phone.sales-phone-text:hover {
    color: #bfbfbf;
}

.headerright {
    flex: 0 0 30%;
    text-align: right;
}

.header-social a {
    font-size: 25px;
    padding: 4px;
    color: white;
}

.header-social a:hover {
    color: #bfbfbf;
}

.header-contact {
    background-color: #ff6600;
    color: white;
    padding: 4px 13px;
    display: inline-block;
    margin-top: 7px;
}

.header-contact:hover {
    color: black;
}





/* CONTENT */


.button1 {
    position: relative;
    border: 5px solid #969696;
    transition: .3s;
}

a:hover > .button1 {
    transform: scale(.96);
}

.button1 h1 {
    position: absolute;
    top: 6%;
    left: 10px;
    font-size: 32px;
    transition: .3s;
}

.button2, .button3 {
    position: relative;
    border: 5px solid black;
}

.button2 {
    margin-bottom: 17px;
}

.button2 h2, .button3 h2 {
    position: absolute;
    top: 11%;
    left: 3%;
    font-size: 40px;
    line-height: 37px;
}

h4.btm-button-wrapper {
    background-color: #ffffff;
    font-size: 24px;
    padding: 9px 12px;
    margin: 0 0 28px;
    border: 5px solid #969696;
    position: relative;
    overflow: hidden;
}

h4.btm-button-wrapper:after {
    content: '';
    width: 100px;
    height: 100px;
    background-color: black;
    position: absolute;
    top: -28px;
    right: -98px;
    transform: rotate(45deg);
}

.btm-buttons > a:nth-child(1) > h4:before {
    content: '\f155';
    font-family: fontawesome;
    padding-right: 16px;
    color: #000000;
    padding-left: 8px;
    text-shadow: none;
}

.btm-buttons > a:nth-child(2) > h4:before {
    content: '\f0ad';
    padding-right: 10px;
    color: #000000;
    font-family: fontawesome;
    text-shadow: none;
}

.btm-buttons > a:nth-child(3) > h4:before {
    content: '\f02c';
    padding-right: 5px;
    color: #000000;
    font-family: fontawesome;
    text-shadow: none;
}

.btm-buttons > a:nth-child(4) > h4:before {
    content: '\f073';
    color: #000000;
    font-family: fontawesome;
    padding-right: 10px;
    text-shadow: none;
}

.btm-buttons a h4 {
    transition: .3s;
}

.btm-buttons a:hover h4 {
    color: black;
}

h4.btm-button-wrapper:after {
    transition: .3s;
}

.buttoncontainer {
    position: relative;
    width: 100%;
    display: block;
    transition: .3s;
}

.buttoncontainer:hover {
    transform: scale(1.05);
}

.buttoncontainer img {
    width: 100%;
}

.buttoncontainer span {
    transition: .3s;
}

.buttoncontainer:hover span {
    color: #ff6600;
}

.buttontext,
.buttontext2 {
    background-color: #ff6600;
    text-align: center;
    display: block;
}

.buttontext {
    font-size: 19px;
    margin-top: calc(16px + (40 - 16) * ((100vw - 320px) / (480 - 320)));
    margin-left: auto;
    margin-right: auto;
    width: calc(86px + (115 - 86) * ((100vw - 320px) / (480 - 320)));
}

.buttontext2 {
    font-size: 19px;
    margin-top: calc(10px + (15 - 10) * ((100vw - 320px) / (480 - 320)));
    margin-left: calc(30px + (55 - 30) * ((100vw - 320px) / (480 - 320)));
    margin-right: calc(30px + (55 - 30) * ((100vw - 320px) / (480 - 320)));
}

.sidebuttonwrapper a:last-child {
    margin-top: 16px;
    display: block;
}

.p-header {
    position: relative;
    border-bottom: 5px solid #969696;
}

.p-header h1 {
    margin: 0;
    font-size: 70px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    left: 0;
    text-shadow: 2px 2px 2px black;
    border-top: 5px solid #969696;
    line-height: 65px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%,rgba(0,0,0,0) 50%,rgba(0, 0, 0, 0.85) 100%);
}

.p-header h1 sup {
    font-size: 46px;
}

.home-search-container .siteSearch.custom {
    display: flex;
    width: 80%;
    margin: auto;
    padding: 40px 0;
}

.home-search-container .form-control {
    margin: 0;
    border: 3px solid #ff6600;
    padding: 20px 16px;
    border-right: none;
    background-color: black;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
}

.home-search-container .btn-primary {
    margin: 0;
    background-color: #ff6600;
    color: white;
}

.home-search-container .form-control::-moz-placeholder {
    color: #ff6600;
}
.home-search-container .form-control:-ms-input-placeholder {
    color: #ff6600;
}
.home-search-container .form-control::-webkit-input-placeholder {
    color: #ff6600;
}

.map-wrapper {
    position: relative;
    padding-bottom: 30%;
    margin-top: 30px;
}

.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.maphourswrapper {
    display: flex;
    flex-direction: column;
}

.hoursblock {
    flex: 0 0 50%;
}

.mapandhourstbl td:last-child {
    padding-left: 15px;
}

.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: #000000;
    border-color: #d5d5d5;
}

.k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #000000;
}

.k-nonwork-hour {
    background-color: #000000;
}

.k-scheduler {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

.k-scheduler-layout {
    color: #fff;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.k-scheduler-table .k-today, .k-today>.k-scheduler-datecolumn, .k-today>.k-scheduler-groupcolumn {
    background-color: #545454;
}


.department-container .department {
    background: rgba(0, 0, 0, 0.8);
}

.department .title {
    background: #fff;
    color: black;
}

.department .employee {
    background: #fff;
    border-radius: 0px;
    padding: 10px;
}

.department .employee .name p {
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 5px;
}

.department .employee .job p {
    font-size: 14px;
    margin-bottom: 0;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
    padding-top: 10px;
}


.link-group .panel-heading h4 {
    text-align: center;
    font-size: 30px;
}

.link-group .list-group {
    margin-bottom: 0;
}

.link-header {
    text-align: center;
    font-size: 50px;
}

.mcButtons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hog-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hog-wrapper a {
    flex: 0 0 23%;
    text-align: center;
    padding: 10px;
    background-color: black;
    margin: 1%;
    border: 5px solid #969696;
}

.hog-wrapper a:hover {
    transform: scale(.9);
}

.hog-wrapper span {
    font-size: 100px;
    color: white;
    min-height: 111px;
}

.hog-wrapper h3 {
    min-height: 52px;
}

div.k-more-events {
    background-color: white;
}










/* NAVIGATION */
#main-nav {
    background-color: #393939;
}

    #main-nav .navbar { border: none; }

.navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
}

#main-nav .nav > li > a {
    font-size: 14px;
    padding: 15px 10px;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
    color: #ff6600;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #ff6600;
}

.social-media-icons {
    display: none;
}

/*
a[title="Home"] {
    visibility: hidden;
}

a[title="Home"].homeVisible {
    visibility: visible;
    font-size: 32px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}
*/






/* FEATURED VEHICLES */
.single-item-slider .item { background-color: #fff; }

/*@media (min-width: 768px) {
    .single-item-slider .slider-container { margin: 0 30px; }
    .single-item-slider .item { width: 204px; }
}*/










/* INVENTORY */
.inventory-container .vehicle .thumb {
    line-height: 186px;
}

.vehicle-box {
    border: 5px solid #969696;
}

.inventory-container .vehicle {
    transition: .2s ease;
}

.inventory-container .vehicle:hover {
    background-color: #b7b7b7;
}

    .inventory-container .vehicle .title a { color: #333; }

#filters-box li label {
    color: #ff6600;
}

.inventory-container .vehicle .title {
    padding: 3px 5px;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 19px;
    min-height: 39px;
}

.info {
    font-size: 12px;
    text-align: right;
}

.inventory-container .vehicle .price {
    font-size: 28px;
    padding-right: 0;
    font-weight: unset;
    text-transform: uppercase;
    text-align: center;
    background-color: black;
    font-family: 'freedommachine', sans-serif;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #000000;
    text-transform: uppercase;
}

#vehicleList>div {
    margin: 0;
    padding: 10px;
}

.well {
    background-color: #eaeaea;
    border-bottom: none;
}

.k-pager-wrap {
    background-color: #eaeaea;
    border: none;
}

div#tabEquipment {
    background-color: white;
    border: 1px solid #dddddd;
    border-top: transparent;
}

#ModalVehicleInquiry {
    border: 2px #ff6600 solid;
}

#ModalInquiryContainer #vehicleInquiryForm > fieldset > label {
    text-align: left;
    padding-left: 10px;
    width: 100%;
}

a.mdBtn.btn-primary.btn {
    width: 80%;
}

.clBtn, .vdpBtn {
    top: 6px;
}

.inventory-container .toolbar {
    margin-right: 1px;
}

.specs-panel.panel-body {
    background-color: #e9e9e9;
    color: #fff;
}

.attention-div {
    font-size: 20px;
    background-color: #ffff00!important;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
}

.attention-div a {
    color: black;
    font-family: 'freedommachine';
}









/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000000;
    color: #c4c4c4;
    text-align: center;
}

.footer-background {
    background: linear-gradient(to bottom, rgba(0,0,0,.75) 0%,rgba(0,0,0,1) 29%,rgba(0,0,0,1) 100%);
}

.footer-container {
    width: 100%;
    margin: auto;
    display: flex;
    padding: 42px 10px 20px;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
}

img.footerlogo {
    margin: 0 auto;
}

.qlinks a > li {
    padding: 15px 0;
}

.footerhours {
    margin: 0 auto;
}

.footerlogo {
    display: block;
}

.footercontact {
    background-color: #ff6600;
    color: white;
    padding: 5px 16px;
    display: inline-block;
    margin-top: 20px;
}

.footer-phone {
    font-family: 'freedommachine', sans-serif;
    display: block;
    font-size: 36px;
}

.footerblock ul {
    list-style: none;
    padding: 0;
}

.footerhours.k-table td:last-child {
    padding-left: 10px;
    text-align: right;
}

.footer-block .w3-red.btn {
    background-color: #ff6600;
    color: white;
    position: relative;
    z-index: 3;
}

.footer-block .w3-red.btn:after {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #ff6600;
    position: absolute;
    bottom: -9px;
    left: 38%;
    transform: rotate(45deg);
    z-index: -1;
}

.footer-block .tablink {
    background-color: #3a3a3a;
    margin: 0 10px 14px 0;
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
    font-size: 18px;
    padding: 2px 10px;
    border-radius: 0;
}

.footer-block .btn.active.focus, .footer-block .btn.active:focus, .footer-block .btn.focus, .footer-block .btn:active.focus, .footer-block .btn:active:focus, .footer-block .btn:focus {
    outline: none;
}

.footer-block .btn.focus, .footer-block .btn:focus, .footer-block .btn:hover {
    color: #c8c8c8;
}

.footertable td:last-child {
    padding-left: 15px;
}

.footertable {
    margin: 0 auto;
}

.footerblock a:hover {
    color: white;
}

.footercontact:hover {
    background-color: white;
    color: #ff6600!important;
}











/* GLOBAL TOOLBARS/ACCORDIONS */








/* FORMS */


.control-label { color: #000; }

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 11px;
    top: 6px;
}

.vdp-inquire .form-control, 
.vdp-inquire span {
    position: relative;
    right: unset;
    top: unset;
}


.vdp-inquire {
    border: .5px solid lightgray;
    font-size: 0.8em !important;
    margin: .25em auto;
    height: 1.8em;
    padding: 0 .5em;
    border-radius: 5px;
    background: lightgray;
}
.vdp-inquire[placeholder~="Name"] {
    width: 7em;
}
.vdp-inquire[placeholder~="ZipCode"] {
    width: 7em;
}
.vdp-inquire[placeholder~="Email"] {
    width: 10em;
}
.vdp-inquire[placeholder~="Phone"] {
    width: 9em;
}
textarea.vdp-inquire {
    width: 100%;
    min-height: 60px;
}

.form-control {
    margin: 6px 0px;
    border-radius: 0;
    background-color: #e9e9e9;
    box-shadow: none;
    font-size: 12px;
    border: none;
    color: black;
}

.form-control:focus {
    border-color: #ff6600;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 156, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 169, 102, 0.6);
}

label {
    margin-bottom: 0px;
    margin-top: 6px;
    font-weight: unset;
}

.mainform {
    height: fit-content;
}

.mainform > div {
    background-color: white;
    padding: 10px;
    border: 5px solid white;
    color: black;
}

.secform {
    margin-top: 30px;
}

.form-header-text {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #ff6600;
    margin-bottom: 10px;
    font-family: 'freedommachine', sans-serif;
    line-height: 40px;
}

.forms-title-section {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

@media (min-width: 768px) {
#Form1110 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1111 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form923 > div:nth-child(2) > fieldset > div:nth-child(5) > div:nth-child(5) > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    display: inline-block;
    padding: 0px 5px;
}

#Form1110 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1111 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0px 5px;
}

#Form924 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+6),
#Form931 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+6),
#Form1115 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
}

#Form1110 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1111 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1115 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0px 5px;
}
}








.inquiryformcontainer {
    background-color: white;
    color: black;
    font-size: 15px;
}

.vdpinquiryheader {
    font-size: 30px;
    text-transform: uppercase;
    color: #ff6600;
    text-align: center;
    font-family: 'freedommachine', sans-serif;
}

.locationBox {
    background-color: white;
    color: black;
    margin-top: 15px;
}

#FilterQuickSearch {
    margin-top: 0;
    border: 1px solid #cccccc;
}

.siteSearch-M button {
    height: 34px;
    margin-top: 6px !important;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}




/* TEMPLATE 2 */
.template-2 header.body {
    background-color: #fafafa;
    background: none, -webkit-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -moz-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -o-linear-gradient(top, #fafafa 0, #ececec 55%);
    background-image: linear-gradient(to bottom, #fafafa, #ececec);
}


/* IRONe Styling */
.ironeContainer {
    background: white;
}
.ironeContainer h1, .ironeContainer h2, .ironeContainer h3, .ironeContainer h4 {
    font-family: freedommachine;
}
.ironeHeader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6a00e910-ca29-4618-abb5-8b014274bcdb/ironEheader.png);
    background-size: cover;
}
.ironeHeader h1 {
    padding: 270px 20px 2px;
    text-transform: uppercase;
}
.ironeModels {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}
.ironeModels p {
    flex-basis: 100%;
}
.ironeModels > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 48%;
    padding: 10px;
}
.ironeStyling {
    display: flex;
    flex-wrap: wrap;
    background: black;
    padding: 10px;
    color: white;
    justify-content: space-around;
}
.ironeStyling h2 {
    flex-basis: 100%;
    text-transform: uppercase;
}
.ironeFeatures {
    flex-basis: 31.9%;
    color: black;
    background: white;
    margin: 5px;
}
.ironeFeatures > div {
    padding: 10px;
}
.ironeFeatures h4 {
    text-transform: uppercase;
}
.ironeImagesWrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.ironeImages {
    flex: 0 0 33%;
    -ms-flex: 0 0 32%;
    padding: 5px;
}
.ironeFAQ {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 10px;
}
.ironeFAQ h1 {
    text-transform: uppercase;
    text-align: center;
}
.FAQ {
    border-top: 2px solid #D3D3D3;
}
.FAQ h3 {
    display: inline-block;
}
.FAQ .fa-plus {
    font-size: 18px;
    border: 1px solid black;
    padding: 4px;
    float: right;
    margin-top: 17px;
}
.FAQ p {
    display: none;
    padding: 10px 20px;
    background-color: #D3D3D3;
}
.disclaimerModal {
    position: fixed;
    background: white;
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px 10px;
    top: 50px;
    max-height: 70vh;
    overflow: auto;
    max-width: 650px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9999999999;
}
.disclaimerModal .topbar {
    float: right;
    width: fit-content;
    min-height: 22px;
    background-color: white;
}
.disclaimerModal .topbar:hover, .disclaimerOpen:hover {
    color: #f60;
    cursor: pointer;
}
.disclaimerModal .topbar span {
    padding: 0 3px;
}
.disclaimerModal .topbar .fa-window-close {
    font-size: 20px;
}
.disclaimerContent h1 {
    text-transform: uppercase;
}
.disclaimerModal .disclaimerContent {
    padding: 20px 50px;
}
.disclaimerModal .disclaimerContent ol {
    padding-left: 20px;
}
.disclaimerModal li {
    margin: 15px 0;
    font-size: 14px;
}
.disclaimerOpen {
    font-size: 12px;
}
.hidden {
    display: none;
}

@media (max-width: 767px) {
    .ironeHeader h1 {
        padding-top: calc(99px + (265 - 99) * ((100vw - 320px) / (768 - 320)));
        font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (768 - 320)));
        color: #f60;
        text-shadow: 2px 2px black;
    }
    .ironeModels ul {
        padding-left: 15px;
    }
    .ironeModels, .ironeStyling {
        display: block;
    }
    .ironeModels h2, .ironeModels h4, .ironeStyling h2, .ironeFeatures h4 {
        text-align: center;
    }
    .ironeFeatures {
        margin: 15px 5px;
    }
    .ironeFeatures img {
        display: block;
        margin: 0 auto;
    }
    .ironeImagesWrapper {
        justify-content: space-around;
    }
    .ironeImages {
        flex: 0 0 50%;
        -ms-flex: 0 0 48%;
    }
    .ironeFAQ {
        width: 100%;
        padding: 0 20px 10px;
    }
    .FAQ h3 {
        width: 90%;
        display: inline-block;
    }
    .FAQ .fa-plus {
        float: none;
        margin-top: 0;
    }
    .disclaimerModal {
        max-width: calc(100vw - 20px);
        top: 130px;
    }
    .disclaimerModal .disclaimerContent {
        padding: 20px;
    }
    .disclaimerModal .topbar {
        position: fixed;
        right: 20px;
    }
}

@media (min-width: 768px) {
    .ironeHeader h1 {
        font-size: 26px;
    }
}

@media (min-width: 991px) {
    .ironeHeader h1 {
        font-size: 34px;
        padding: 352px 20px 2px;
    }
    .ironeFAQ {
        width: 60%;
    }
    .disclaimerModal {
        max-width: 720px;
    }
    .disclaimerModal .disclaimerContent {
        padding: 20px 75px;
    }
}

@media (min-width: 1200px) {
    .ironeHeader h1 {
        padding: 420px 20px 2px;
        font-size: 41px;
    }
    .ironeFeatures {
        flex-basis: 19%;
    }
    .ironeFAQ {
        width: 50%;
    }
    .disclaimerModal {
        max-width: 910px;
    }
    .disclaimerModal .disclaimerContent {
        padding: 20px 100px;
    }
}


.covidModal {
    width: 90%;
    position: fixed;
    top: 50px;
    z-index: 20000;
    background: white;
    border: 5px solid #f60;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    max-height: calc(100vh - 125px);
    overflow: auto;
    display: none;
    color: black;
}

.closebtn {
    position: absolute;
    right: 15px;
    background: #f60;
    padding: 5px 5px 7px;
    font-weight: bold;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}



@media (max-width: 767px) {
header.body {
    top: 0;
    position: fixed;
}
.headercontainer {
    width: 100%;
    flex-flow: row-reverse;
    align-items: flex-start;
}
.headerleft a.dealer-phone.phone-text, .headerleft a.sales-phone.sales-phone-text {
    font-size: 30px;
}
.headerleft {
    flex: 0 0 55%;
    text-align: right;
}
.headerleft > a,
.headerright {
    display: none;
}
.headerlogo {
    position: relative;
    z-index: 44444;
}
#main-nav {
    top: 61px;
    position: fixed;
    width: 100%;
    z-index: 2040;
    margin-top: 0;
    background-color: black;
}
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .nav>li>a:hover, .nav>li>a:focus {
        background-color: #393939;
        color: white;
    }
    #main-nav .dropdown .dropdown-menu li a {
        color: white;
    }
    #main-nav-collapse {
        max-height: calc(100vh - 62px);
        overflow-y: auto;
    }
#main-nav .navbar-brand {
    height: 58px;
    margin: 2px 0;
    padding: 1px 15px;
    display: none!important;
}
    #main-nav .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #main-nav .dropdown .dropdown-menu li a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 35px;
    }
    .home-search-container .siteSearch.custom {
        padding: 20px 0;
    }
    .homepagebutton > .widget-inner, .our-history > .widget-inner, .contactpage > .widget-inner {
        margin-top: 0 !important;
    }
    .homepagebutton:last-child {
        margin-top: 20px;
    }
    .home-search-container .form-control {
        font-size: 3vw;
    }
    h4.btm-button-wrapper {
        font-size: 10vw;
        padding: 9px 12px;
    }
    h4.btm-button-wrapper:after {
        top: calc(-24px + (1 + 24) * ((100vw - 320px) / (768 - 320)));
        right: calc(-89px + (-62 + 89) * ((100vw - 320px) / (768 - 320)));
    }
    #filters-modal {
        top: 70px;
    }
    #ModalVehicleInquiry {
        top: 70px;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }
    #vdp-container {
        margin-top: 0;
    }
    .p-header h1 {
        font-size: 13vw;
    }
    .p-header h1 sup, .motorclothesform .form-header-text {
        font-size: 8vw;
    }
    .partsform .form-header-text {
        font-size: 7vw;
    }
    .mtr-wrapper {
        overflow-x: scroll;
    }
    .our-history-pic {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .maptext {
        text-align: center;
    }
    .maptext .dealer-name {
        font-size: 9vw;
    }
    .maptext h3:first-of-type {
        font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (768 - 320)));
    }
    .mapandhourstbl {
        margin: 0 auto;
    }
    .map-page .map-wrapper {
        margin-top: 0;
        padding-bottom: 150px;
    }
#content-container {
    width: 100%;
    margin: 122px 0 0;
    padding: 0 0 15px;
}
    .button1 h1 {
        font-size: 10vw;
        top: calc(0px + (35 - 0) * ((100vw - 320px) / (768 - 320)));
    }
    #ModalVehicleInquiry .vdpinquiryheader {
        text-align: left;
        font-size: 28px;
    }
    .pageheader {
        padding: 0;
    }
    .p-header h1 {
        font-size: 9vw;
        line-height: normal;
    }
    .mcButtons a {
        flex: 0 0 40%;
        margin: 3% auto;
    }
    .hog-wrapper {
        flex-wrap: wrap;
    }
    .hog-wrapper a {
        flex: 0 0 46%;
        margin: 3% 0;
    }
}

@media (min-width: 768px) {
    h4.btm-button-wrapper:hover:after {
        right: -110px;
        width: 150px;
        height: 150px;
        top: -51px;
    }
    #main-nav .nav > li > a {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }
    img.footerlogo {
        max-width: 200px;
    }
    .footercontact {
        width: fit-content;
        display: block;
        margin: 15px auto;
    }
    #main-nav .nav > li > a {
        font-size: 12px;
        padding: 15px 12px;
    }
    .form-header-text {
        font-size: 28px;
    }
    .mcButtons a {
        flex: 0 0 30%;
    }
    #main-nav .nav li:hover>ul {
        z-index: 2040;
    }
    .hog-wrapper a {
        height: 236px;
    }
    .hog-wrapper h3 {
        font-size: 18px;
    }
    .hog-wrapper .hog img {
        margin-bottom: 35px;
    }
}

@media (min-width: 992px) {
    .headercontainer, .footer-container {
        width: 992px;
    }
    #main-nav {
        margin-top: -25px;
    }    
    .footer-container {
        flex-direction: row;
        text-align: left;
    }
    #main-nav .nav > li > a {
        font-size: 12px;
        padding-left: 11px;
        padding-right: 11px;
    }
    #content-container {
        width: 768px;
    }
    .button1 h1 { 
        font-size: 50px;
        left: 15px;
    }
    h4.btm-button-wrapper {
        font-size: 33px;
        padding: 14px 17px;
    }
    h4.btm-button-wrapper:after {
        top: -16px;
        right: -75px;
    }
    h4.btm-button-wrapper:hover:after {
        top: -41px;
        right: -90px;
    }
    img.footerlogo {
        max-width: 280px;
        margin: 0;
    }
    .footercontact {
        width: auto;
        display: inline-block;
        margin: 20px 0 0 0;
    }
    .qlinks a > li {
        padding: 0;
    }
    .footerhours, .footertable {
        margin: 0;
    }
    .footer-background {
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 29%,rgba(0,0,0,1) 100%);
    }
    #main-nav-collapse > ul > li:nth-child(4) {
        margin-left: 160px;
    }
    #main-nav-collapse > ul > li:nth-child(-n+3) a {
        padding: 15px 24px;
    }
    #content-container {
        width: 992px;
        margin: 15px auto;
    }
    .headerlogo {
        max-width: 200px;
    }
    .inventory-container .vehicle .price {
        font-size: 24px;
    }
    .form-header-text {
        font-size: 32px;
    }
    .mcButtons a {
        flex: 0 0 auto;
    }
    .mcButtons {
        flex-wrap: nowrap;
    }
    .hog-wrapper a {
        height: 228px;
    }
    .hog-wrapper h3 {
        font-size: 20px;
    }
    .hog-wrapper .hog img {
        margin-bottom: 6px;
    }
    .maphourswrapper {
        flex-direction: row;
    }
    .covidModal {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .headercontainer {
        width: 1180px;
    }
    .headerlogo {
        max-width: 240px;
    }
    #main-nav {
        margin-top: -50px;
    }  
    #main-nav-collapse > ul > li:nth-child(4) {
        margin-left: 283px;
    }
    .footer-container {
        width: 1140px;
    }
    #main-nav .nav > li > a {
        font-size: 14px;
        padding: 15px 10px;
    }
    .button1 h1 { 
        font-size: 61px;
        left: 18px;
    }
    h4.btm-button-wrapper {
        font-size: 42px;
        padding: 22px 18px;
    }
    h4.btm-button-wrapper:after {
        top: -4px;
        right: -63px;
    }
    h4.btm-button-wrapper:hover:after {
        right: -67px;
        top: -28px;
    }
    #content-container {
        width: 1180px;
        margin: 30px auto;
    }
    .inventory-container .vehicle .price {
        font-size: 28px;
    }
    .form-header-text {
        font-size: 35px;
    }
    .hog-wrapper h3 {
        font-size: 24px;
    }
    .hog-wrapper .hog img {
        margin-bottom: 0;
    }
    .covidModal {
        width: 60%;
    }
}





@media (max-width: 991px) {
.modal {
    z-index: 10509;
}
}