
body {
    font-family: 'Noto 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/2540f7e0-e04a-447b-83b8-086e989b88ef/colboch-background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/2540f7e0-e04a-447b-83b8-086e989b88ef/colboch-background-2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-weight: unset;
    text-transform: uppercase;
}

.page-background > div,
#inventory-page,
#vdp-container,
#showroom,
#promotions-page,
.department-container .department,
#calendar-page {
    background-color: rgb(0 0 0 / 62%);
    padding: 15px;
    margin-bottom: 25px;
}

a {
    color: #ff6600;
    text-decoration: none;
    transition: .3s;
}

a:focus, a:hover {
    color: #ffffff;
    text-decoration: none;
}

.page-background a {
    padding: 0 6px;
    position: relative;
    z-index: 2;
}

.page-background a:hover {
    color: #ffffff;
}

.page-background a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #ff6600;
    bottom: 0;
    z-index: -1;
    transition: .3s;
    border-radius: 3px;
}

.page-background a:hover:after {
    width: 100%;
}

.breadcrumb {
    background-color: #000000;
}







/* HEADER */

header.body {
    box-shadow: 0 0 10px black;
}

.header-background {
    background-color: black;
}

.header-container {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    color: white;
    align-items: center;
}

.header-container a {
    color: white;
}

.header-container a:hover {
    color: #f60;
}

.header-middle-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container .dealer-phone {
    font-size: 41px;
    font-family: 'Amerigo', sans-serif;
}

.dealer-phone span:first-child {
    padding-right: 7px;
    font-size: 30px;
}

.header-container .btn-primary {
    background-color: white;
    color: black;
    padding: 3px 15px;
    margin: 0;
    font-size: 14px;
}

.siteSearch {
    display: flex;
}

.siteSearch .btn-primary {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid black;
}

.siteSearch .form-control {
    border-radius: 30px;
    box-shadow: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid black;
    padding: 17px;
    margin: 0;
}

.header-social {
    display: flex;
    justify-content: center;
    font-size: 26px;
}

.header-social a {
    padding: 3px 8px;
}

.header-container .dealer-address {
    padding-right: 3px;
    border-right: 1px solid gray;
}

.header-container .dealer-city {
    padding-left: 6px;
}







/* NAVIGATION */

#main-nav {
    background-color: white;
}

.social-media-icons {
    display: none;
}

.navbar-nav>li {
    float: none;
    flex: 1 0 auto;
    text-align: center;
}

.navbar-nav>li>a {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    padding: 4px 15px;
    border-right: 2px solid #e0e0e0;
    margin: 17px 0;
    color: black;
    font-size: 23px;
}

#main-nav-collapse > ul > li:last-child > a {
    border-right: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #e0e0e0;
}









/* CONTENT */

.h-button-background {
    margin-top: -25px;
    padding-bottom: 85px;
}

.h-button-container {
    display: flex;
    justify-content: space-around;
    width: 1470px;
    margin: auto;
    padding: 90px 15px;
}

.h-button-container a {
    text-align: center;
    text-transform: uppercase;
    transition: 1s;
}

.h-button-container a:hover {
    transform: scale(1.1);
}

.h-button-container span:first-child {
    background-color: #ff6600;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: -37px;
    padding: 16px;
    color: black;
    transition: .4s;
}

.h-button-container a:hover span {
    transform: rotate(360deg);
    background-color: black;
    color: white;
}

.h-button-block {
    background-color: white;
    border-radius: 50%;
    height: 236px;
    width: 236px;
    background: linear-gradient(135deg, #e2e2e2 0%,#dbdbdb 16%,#fefefe 33%,#d1d1d1 53%,#dbdbdb 71%,#d1d1d1 86%,#fefefe 100%);
    box-shadow: 0 0 20px black;
    color: black;
}

.h-button-block h3 {
    margin: -17px 0px 0;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    padding-top: 38%;
    font-size: 33px;
    transition: .8s;
}

.h-button-container h5 {
    font-size: 19px;
    margin-top: 3px;
}

.h-button-container a:hover h3 {
    color: #ff6600;
}

.typeWrapper {
    background-image: url(https://psmfirestorm.blob.core.windows.net/35d0022e-6ac4-4199-9cb5-bc8c63cb73df/white-texture.jpg);
    background-size: cover;
}

.typeContainer {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 30px 30px;
    text-align: center;
}

.typeContainer h3 {
    font-family: 'Amerigo', sans-serif;
    font-size: 38px;
    margin-bottom: 5px;
    color: black;
    width: max-content;
    margin: auto;
    border-bottom: 1px solid #cccccc;
    transition: .5s;
}

.typeContainer a:hover h3 {
    color: #ff6600;
}

.typeContainer span {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #868686;
    transition: .3s;
}

.typeContainer a:hover span {
    letter-spacing: 7px;
}

.typeContainer img {
    margin-top: -62px;
    transition: .8s;
}

.typeWrapper .typeContainer a:hover img {
    transform: translateY(-35px);
}

.homeAbout {
    background-color: black;
    padding: 30px;
    z-index: 2;
    position: relative;
}

.homeAboutWrapper {
    display: flex;
    justify-content: space-between;
}

.homeAboutWrapper > div:first-child {
    flex: 0 0 28%;
    margin: 0 15px 0 0;
}

.homeAboutWrapper img {
    box-shadow: 5px 5px 0 #ff6600;
}

.homeAbout h4, 
.homeAbout h1 {
    text-align: center;
}

.homeAbout h1 {
    font-family: 'Amerigo', sans-serif;
    font-size: 45px;
    letter-spacing: 3px;
    border-bottom: 1px solid gray;
    width: max-content;
    margin: 0 auto 25px;
    padding: 0 15px;
}

.homeAbout h4 {
    margin: 0;
    letter-spacing: 5px;
}

.p-header {
    position: relative;
    border-bottom: 5px solid #364d6f;
    box-shadow: 0 0 10px black;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-family: 'Amerigo', sans-serif;
    text-transform: capitalize;
    font-size: 58px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    padding: 12px 0;
}

.p-header img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.servList {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.servList li {
    flex: 0 0 33%;
}

.aboutPic1 {
    float: left;
    padding: 0 15px 15px 0;
}

.aboutWrapper {
    display: flex;
    justify-content: space-between;
}

.aboutWrapper ul li {
    text-align: left!important;
}

.aboutWrapper div {
    flex: 0 0 32%;
}

.aboutWrapper img {
    width: 100%;
}

.department .employee .name p {
    font-size: 22px;
    font-weight: unset;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.mapandhourstbl {
    margin: 0 auto;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
}

.maphourswrapper {
    display: flex;
    flex-direction: column;
}

.maphourswrapper div {
    flex: 0 0 50%;
    margin: 10px 0;
}

.apparelWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.apparelWrapper div {
    flex: 0 0 24%;
    text-align: center;
    margin: 10px 0;
    background-color: black;
    padding: 10px;
}

.apparelWrapper h4 {
    margin: 5px 0 0;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #364d6f;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    background-color: #e2e2e2;
    border-color: #cccccc;
}

.preQual {
    position: relative;
    padding-bottom: 50%;
}

.preQual iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/* FEATURED INVENTORY */

.featured-section {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b6d79445-f5e7-4d9b-bf42-36bb0a3ec4b4/mtn-background.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 0!important;
    position: relative;
    background-attachment: fixed;
}

.featured-section:after {
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%,rgb(0 0 0) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 43%;
    z-index: 0;
}

.featured-section .container:first-child {
    width: 100%;
    margin: auto;
}

.featuredInventory {
    padding: 30px 15px;
}

.featuredInventory h2 {
    font-size: 40px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 1px black, -1px -1px 1px black, -1px 1px 1px black, 1px -1px 1px black, 0px 0px 5px black;
}

.single-item-slider .item {
    background-color: #000000;
    border: 2px solid #364d6f;
    border-radius: 6px;
}

.single-item-slider .item-detail .name {
    font-size: 14px;
    color: white;
    line-height: 18px;
}

.single-item-slider .slider-outer {
    height: 239px;
}

.single-item-slider .item-detail .price {
    padding: 0 2%;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    bottom: 0;
    color: #f60;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
}

#vdp-container .images-container {
    max-width: 100%;
}

#filters-box .panel-body li {
    color: #000;
}

.panel-heading .panel-toggle {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

#vehicleList>div {
    margin: 5px 0;
    padding: 15px;
    transition: .3s;
}

#vehicleList>div:hover {
    transform: scale(1.05);
}

.vehicle-box {
    border: 1px solid #dddddd;
}

.inventory-container .vehicle .title {
    padding: 5px;
    border-top: 1px solid #dddddd;
    min-height: 100px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
}

.inventory-container .vehicle .price {
    font-size: 28px;
    text-align: center;
    padding-right: 0;
    text-transform: uppercase;
    background-color: #ff6600;
    color: white;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    width: max-content;
    bottom: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 1px 10px;
    transition: .3s;
}

#vehicleList>div:hover .price {
    color: #000000;
}

.panel-default>.panel-heading {
    color: #000;
    background: linear-gradient(135deg, #e2e2e2 0%,#dbdbdb 16%,#fefefe 33%,#d1d1d1 53%,#dbdbdb 71%,#d1d1d1 86%,#fefefe 100%);
}

#content-container>h1, #content-container .container>h1, #content-container [class*=col-]>h1 {
    font-size: 45px;
    font-family: 'Amerigo', sans-serif;
    text-transform: capitalize;
}

#vdp-container #maincarousel .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#seller-description,
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    color: black;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

#showroom .section-box .title {
    color: #000;
    font-size: 20px;
    font-weight: unset;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    border-top: 3px solid #ff6600;
}

#showroom .section-box {
    background-color: #ffffff;
}












/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background: linear-gradient(135deg, #e2e2e2 0%,#dbdbdb 16%,#fefefe 33%,#d1d1d1 53%,#dbdbdb 71%,#d1d1d1 86%,#fefefe 100%);
    padding: 15px;
    color: black;
    font-size: 14px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 14px;
    top: 7px;
}

.form-control {
    font-size: 12px!important;
    margin: 5px 0;
    border-radius: 30px;
    box-shadow: none;
    transition: .3s;
}

.form-control:hover {
    background-color: #f0f0f0;
}

.form-control:focus {
    background-color: #f0f0f0;
    border-color: #ff6600;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(233 150 102 / 60%);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(233 169 102 / 60%);
}

.form-header-text,
.vdpinquiryheader {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-align: center;
    font-size: 37px;
    margin-bottom: 8px;
    text-transform: uppercase;
    position: relative;
    width: max-content;
    padding: 0 10px;
    z-index: 22;
    color: #000;
}

.form-header-text:after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: #f60;
    position: absolute;
    left: 0;
    bottom: 6px;
    z-index: -1;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 6px;
}

.btn-primary {
    border-radius: 30px;
    background-color: #364d6f;
    text-transform: uppercase;
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 16px;
    padding: 10px 30px;
    border: 4px solid white;
    display: block;
    margin: 5px auto;
    color: white;
    transition: .3s;
}

.page-background .btn-sec {
    width: max-content;
    padding: 10px 20px;
}

.page-background .btn-sec:after {
    display: none;
}

.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: #364d6f!important;
    background-color: #ffffff;
    border-color: #ffffff;
}

@media (min-width: 768px) {
#Form1280 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1281 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1283 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1280 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1281 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1284 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
#Form1286 > div:nth-child(1) > fieldset > div:nth-child(n+12):nth-child(-n+14) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1286 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1286 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form1287 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1287 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1280 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1281 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1284 > div:nth-child(1) > fieldset > div:nth-child(n+8),
#Form1286 > div:nth-child(1) > fieldset > div:nth-child(15),
#Form1287 > div:nth-child(1) > fieldset > div:nth-child(11) {
    padding: 0 5px;
}
}

.locationBox {
    background: linear-gradient(135deg, #e2e2e2 0%,#dbdbdb 16%,#fefefe 33%,#d1d1d1 53%,#dbdbdb 71%,#d1d1d1 86%,#fefefe 100%);
    color: black;
    margin: 20px;
}

.customForm textarea, 
.customForm input,
.customForm select {
    font-size: 14px!important;
    margin: 3px 0;
    border-radius: 16px;
    padding: 3px 10px;
    border: 1px solid #ccc;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 130px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.pageform {
    order: 3;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.footerContainer {
    background-color: black;
    display: flex;
    text-transform: uppercase;
    flex-direction: column;
    text-align: center;
    border-top: 2px solid white;
}

.footerWrapper {
    display: flex;
    flex-flow: column;
    flex: 0 0 36%;
}

.footerMap {
    position: relative;
    flex: 0 0 64%;
    padding-bottom: 150px;
}

.footerMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footerBlock {
    border-bottom: 1px solid #474747;
    padding: 4% 7%;
}

.footerBlock .dealer-address {
    display: block;
}

.footerBlock .dealer-phone {
    display: block;
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 33px;
}

.footerBlock table {
    margin: 0 auto;
}

.footerBlock table td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footerBlock ul {
    padding: 0;
}

.footerBlock li {
    list-style: none;
    position: relative;
    width: max-content;
    margin: 0 auto;
    padding: 15px;
}

.footerBlock li:before {
    content: '\f0da';
    font-family: fontawesome;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    color: #474747;
    transition: .4s;
}

.footerBlock ul li:hover:before {
    transform: rotate(0deg);
    color: #fff;
}

.footerBlock h3 {
    font-size: 30px;
    margin-top: 0;
}









/* IRONe Styling */
.ironeContainer {
    background: white;
    color: black;
}
.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;
    color: black;
}
.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;
    width: 95%;
}
.FAQ .fa-plus {
    font-size: 18px;
    border: 1px solid black;
    padding: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.FAQ p {
    display: none;
    padding: 10px 20px;
    background-color: #D3D3D3;
}
.FAQ .question {
    position: relative;
}
.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;
    }
    .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;
    }
}


@media (max-width: 767px) {
    .header-logo, .header-logo img, .header-middle-btm, .header-right, .header-middle-top a:nth-child(2) {
        display: none;
    }
    #main-nav {
        background-color: black;
    }
    .navbar-nav>li>a {
        color: white;
        border-right: none;
        margin: 0;
        padding: 20px 15px;
    }
    .navbar-nav>li {
        text-align: left;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
        background-color: #f60;
        border-color: #f60;
    }
    #main-nav .dropdown-menu>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        color: white;
    }
    #main-nav .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -90px;
        max-width: 383px;
        height: auto;
        width: 80vw;
    }
    .homeAbout h1 {
        font-size: 7vw;
        width: unset;
    }
    .homeAboutWrapper {
        flex-direction: column;
    }
    .aboutWrapper, .servList {
        flex-direction: column;
    }
    .h-button-container {
        flex-wrap: wrap;
        padding: 30px 15px 0;
    }
    .h-button-container a {
        flex: 0 0 50%;
        position: relative;
    }
.h-button-container span:first-child {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding: 6px;
}
    .h-button-block {
        margin: 15px auto;
    }
    header.body {
        position: fixed;
    }
    #content-container {
        padding-top: 152px;
    }
    .header-middle-top {
        position: relative;
    }
    .header-container .dealer-phone {
        position: absolute;
        width: 100vw;
        font-size: 32px;
        bottom: -130px;
    }
    .dealer-phone span:first-child {
        font-size: 26px;
    }
    .header-background {
        height: 88px;
    }
    .homeAbout {
        width: 100vw;
        margin-left: -15px;
    }
    .homeAboutWrapper > div {
        margin: 15px 0;
    }
    .homeslider > .widget-inner, .featuredInventory > .widget-inner {
        margin-top: 0 !important;
    }
    .typeContainer img, .pageheader {
        margin-top: 0;
    }
    .typeContainer {
        flex-wrap: wrap;
        padding: 15px;
    }
    .typeContainer a {
        flex: 0 0 50%;
        padding: 0 15px;
    }
    .typeContainer h3 {
        font-size: 8vw;
    }
    .page-background > div, #inventory-page, #vdp-container, #showroom, #promotions-page, .department-container .department, #calendar-page, .homeAboutWrapper > div:first-child {
        margin: 0;
    }
    #filters-modal {
        top: 150px;
    }
    .form-header-text, .vdpinquiryheader {
        font-size: 30px;
    }
    #VehicleInquiryContainer {
        padding: 0;
    }
    .customForm [placeholder="First Name"], .customForm [placeholder="Last Name"] {
        width: 100px;
    }
    .customForm [placeholder="Email"] {
        width: 180px;
    }
    .pageheader .p-header h1 {
        font-size: 9vw;
    }
    .aboutPic1 {
        float: none;
        display: block;
        margin: 0 auto;
        padding: 5px;
    }
    .aboutHeaderText {
        text-align: center;
    }
    .aboutWrapper img {
        max-width: 320px;
    }
    .maptext .dealer-name {
        font-size: 9vw;
    }
    .maptext .mapInfo {
        font-size: 7vw !important;
    }
    .h-button-background {
        padding-bottom: 0;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .typeContainer, .header-container, .featured-section .container:first-child {
        width: 748px;
    }
    .header-logo {
        max-width: 200px;
    }
    .header-container .header-middle-btm a {
        font-size: 12px;
    }
    .header-container .dealer-phone {
        font-size: 30px;
    }
    #main-nav .nav>li>a {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar-nav {
        float: none;
        display: flex;
        justify-content: space-between;
    }
    .single-item-slider .slider-inner .item {
        width: 211px;
    }
    .p-header h1:before, .p-header h1:after {
        content: '';
        background-image: url(https://psmfirestorm.blob.core.windows.net/b8385d56-e9aa-4e12-9434-c94c4b3c399e/hdr-psuedo.png);
        width: 107px;
        height: 100%;
        position: absolute;
        background-size: 100%;
        filter: contrast(0) opacity(0.5);
        background-repeat: no-repeat;
        bottom: -19px;
        z-index: 33;
    }
    .p-header h1:before {
        margin-left: -15%;
        z-index: 33;
    }
    .p-header h1:after {
        margin-left: 1%;
        transform: rotateY(180deg);
    }
    .mapandhourstbl {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .typeContainer, .header-container, .featured-section .container:first-child {
        width: 972px;
    }
    .header-container .header-middle-btm a {
        font-size: 14px;
    }
    .header-container .dealer-phone {
        font-size: 36px;
    }
    .header-logo {
        max-width: unset;
    }
    #main-nav .nav>li>a {
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .typeContainer img {
        margin-top: -85px;
    }
    .single-item-slider .slider-inner .item {
        width: 210px;
    }
    .footerContainer {
        flex-direction: row;
        text-align: left;
        border-top: none;
    }
    .footerMap {
        padding-bottom: 0;
    }
    .footerBlock li {
        margin: 0;
        padding: 0 0 0 22px;
    }
    .footerBlock table {
        margin: 0;
    }
    .servList li {
        flex: 0 0 50%;
    }
    .pageform {
        order: unset;
    }
    .p-header {
        margin-bottom: 25px;
    }
    .pageheader .p-header h1 {
        font-size: 74px;
    }
    .p-header h1:before, .p-header h1:after {
        width: 138px;
        bottom: -20px;
    }
    .maphourswrapper {
        flex-direction: row;
    }
    .maphourswrapper div { 
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .typeContainer, .header-container, .featured-section .container:first-child {
        width: 1180px;
    }
    .header-container .header-middle-btm a {
        font-size: 16px;
    }
    .header-container .dealer-phone {
        font-size: 41px;
    }
    #main-nav .nav>li>a {
        font-size: 23px;
    }
    .typeContainer img {
        margin-top: -116px;
    }
    .single-item-slider .slider-inner .item {
        width: 207px;
    }
    .footerMap {
        flex: 0 0 70%;
    }
    .footerWrapper { 
        flex: 0 0 30%;
    }
    .servList li {
        flex: 0 0 25%;
    }
    .pageheader .p-header h1 {
        font-size: 90px;
    }
    .p-header h1:before, .p-header h1:after {
        width: 156px;
        bottom: -25px;
    }
    .p-header h1:before {
        margin-left: -14%;
    }
}

@media (min-width: 1500px) {
    .container, .typeContainer {
        width: 1480px;
    }
    .p-header h1:before {
        margin-left: -12%;
    }
    .p-header h1:after {
        margin-left: 2%;
    }
}






@media (max-width: 1499px) {
.h-button-container {
    width: 1170px;
}

.h-button-block {
    width: 200px;
    height: 200px;
}

.h-button-block h3 {
    font-size: 27px;
}
}


@media (max-width: 1199px) {
.h-button-container {
    width: 970px;
}

.h-button-block {
    width: 173px;
    height: 173px;
}

.h-button-block h3 {
    font-size: 23px;
}

.h-button-container h5 {
    font-size: 18px;
    margin-top: 3px;
}
}


@media (max-width: 991px) {
.h-button-container {
    width: 740px;
}

.h-button-block {
    width: 133px;
    height: 133px;
}

.h-button-block h3 {
    font-size: 19px;
}

.h-button-container h5 {
    font-size: 14px;
    margin-top: 1px;
}
}



@media (max-width: 767px) {
.h-button-container {
    width: 100%;
}

.h-button-block {
    width: 150px;
    height: 150px;
    margin: 25px auto;
}

.apparelWrapper div {
    flex: 0 0 49%;
}
}


