body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
}

@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: #000 url(https://psmfirestorm.blob.core.windows.net/9241b4d3-80d0-4b95-9edc-0b7411a9e69b/background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #fff url(https://psmfirestorm.blob.core.windows.net/9241b4d3-80d0-4b95-9edc-0b7411a9e69b/background-2.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a {
    color: #000000;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover {
    color: #ff6600;
    text-decoration: none;
}

a.promo-link {
    color: #000000;
}

a.promo-link:hover {
    color: #ff6600;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.searchSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/63676e0e-a6b3-4f44-8c12-3e0f6664bd07/search-back-70.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 6% 0;
}

.eventSection {
    background-color: black;
    position: relative;
    margin-top: 135px!important;
    padding: 30px 0;
}

.eventSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/04a68db0-60fe-496c-8a34-79d311a4c06e/madison-skyline.png);
    width: 1000px;
    height: 100%;
    position: absolute;
    top: -141px;
    left: 50%;
    background-size: contain;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}

hr {
    border-top: 1px solid #929292;
}

@media (min-width: 768px) {
.reviewsWidget {
    background-color: white;
}
}

.reviewsWidget h2 {
    text-align: center;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom {
    background-color: white;
    padding: 15px;
}






/* HEADER */

.headerWrapper {
    background-color: white;
}

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    text-transform: uppercase;
    align-items: center;
}

.headerInfo a {
    display: block;
    text-align: center;
    font-weight: 100;
}

.headerHours {
    text-align: center;
}

.headerHours h5 {
    font-size: 21px;
    margin-bottom: 5px;
}

.headerInfo .dealer-phone {
    font-size: 34px;
    font-weight: 700;
}

.headerInfo .dealer-address {
    position: relative;
    padding-right: 20px;
}

.headerInfo .dealer-address:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #b6b6b6;
    position: absolute;
    right: 5px;
    top: 8px;
}

.headerSocial {
    display: flex;
}

.headerSocial a {
    font-size: 25px;
    padding: 0px;
    width: 34px;
    height: 34px;
    margin: 5px;
    text-align: center;
    box-shadow: 1px 1px 1px black;
    background-color: #ff6600;
}

.headerSocial a:hover {
    color: white;
}





/* NAVIGATION */

#main-nav {
    background-color: #000000;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}
}

.navbar-nav>li>a {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    padding: 25px 10px;
    color: white;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}

.social-media-icons {
    display: none;
}

#main-nav li.dropdown.open ul {
    border-top-color: #000;
}

.dropdown-menu {
    background-color: black;
}

#main-nav .dropdown-menu>li>a {
    color: white;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd';
}

#main-nav .dropdown-menu>li>a:hover, #main-nav .dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #ff6600;
}





/* CONTENT */

.familywrapper {
    background-color: white;
}

.familycontainer {
    width: 1480px;
    margin: auto;
    display: flex;
    background-color: white;
    text-align: center;
    padding: 15px;
}

.familyblock h3 {
    margin-top: 0;
    font-size: 32px;
    position: relative;
    margin-bottom: 5px;
}

.familyblock img {
    transition: .3s;
}

.familyblock a:hover img {
    transform: translateY(-10px);
}

.familyNou {
    display: flex;
    justify-content: center;
}

.familyNou a {
    background-color: #c2c2c2;
    padding: 3px 5px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 5px;
    flex: 0 0 35%;
    background: linear-gradient(to top, rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%);
    box-shadow: 1px 1px 1px black;
}

.familyblock h3:before, 
.familyblock h3:after {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #c2c2c2;
    top: 17px;
    position: absolute;
    margin-left: -29px;
}

.familyblock h3:after {
    margin-left: 8px;
}

.home-search-container h2 {
    text-align: center;
    font-size: 75px;
    margin-top: 0;
}

.siteSearch {
    width: 600px;
    display: flex;
    margin: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 52%);
}

.siteSearch .form-control {
    border-radius: 0;
    padding: 20px 10px;
    border: 2px solid white;
    border-right: none;
    margin: 0;
}

.siteSearch .btn-primary {
    background-color: #ff6600;
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    border-radius: 0;
    border: 2px solid white;
    font-size: 20px;
    color: black;
    margin: 0;
}

.buttonContainer {
    display: flex;
    justify-content: space-between;
}

.buttonBlock {
    flex: 0 0 59%;
    position: relative;
    height: 300px;
    margin: 10px;
    box-shadow: 2px 2px 4px black;
    border: 7px solid #ff6600;
}

.buttonBlock img, 
.buttonBlockR img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(1) brightness(0.8);
    transition: .3s;
}

.buttonBlock a:hover img,
.buttonBlockR a:hover img {
    filter: none;
}

.buttonText {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    width: 75%;
    padding: 6% 1% 1% 39%;
}

.buttonText h3 {
    font-size: 65px;
    line-height: 48px;
    text-shadow: 1px 1px 3px white;
}

.buttonText h3 span {
    display: block;
    font-size: 60px;
}

.buttonText h5 {
    background-color: #ff6600;
    font-size: 20px;
    padding: 5px 10px;
    transition: .3s;
}

.buttonBlock a:hover h5 {
    background-color: black;
}

.buttonBlockR {
    display: flex;
    flex-flow: column;
    margin: 10px;
    flex: 0 0 41%;
}

.buttonBlockR a:first-child {
    margin-bottom: 11px;
}

.buttonBlockR a {
    position: relative;
    height: 145px;
    border: 7px solid #ff6600;
    box-shadow: 2px 2px 4px black;
}

.buttonTextR {
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    width: 92%;
    margin: 0;
    height: 100%;
    padding: 5% 3% 1% 52%;
}

.buttonTextR h3 {
    margin: 0;
    font-size: 35px;
    line-height: 28px;
    text-shadow: 1px 1px 3px white;
}

.buttonTextR h3 span {
    display: block;
    font-size: 30px;
}

.buttonTextR h5 {
    background-color: #ff6600;
    font-size: 16px;
    padding: 3px 7px;
    transition: .3s;
}

.buttonBlockR a:hover h5 {
    background-color: black;
}

.widget-UpcomingEvents>div {
    background-color: #fff;
}

.widget-UpcomingEvents h2, 
.widget-UpcomingEvents h3 {
    text-align: center;
}

#CustomEventWidget .eventDate {
    color: #000;
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%);
    text-transform: uppercase;
    box-shadow: 1px 1px 1px black;
}

.eventInfo h4 {
    color: #000;
    text-transform: uppercase;
}

.eventInfo p {
    font-weight: 100;
    color: black;
}

.eventLink {
    min-height: 94px;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    border: 3px solid black;
    overflow: hidden;
}

.p-header h1 {
    font-size: 55px;
    position: absolute;
    margin: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 5px 20px;
    border: 3px solid black;
    border-top: none;
    box-shadow: 0 0 10px black;
    width: max-content;
}

.p-header img {
    width: 100%;
}

.detailWrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.detailWrapper div {
    flex: 0 0 32%;
    background-color: #ececec;
    padding: 15px;
}

.detailWrapper h2 {
    text-align: center;
    margin-bottom: 0;
}

.detailWrapper h3 {
    text-align: center;
    margin-top: 0;
    font-size: 20px;
}

.detailWrapper h4 {
    display: inline-block;
}

.detailWrapper ul {
    list-style: none;
}

.detailWrapper li:before {
    content: '\f21c';
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #ff6600;
}

.mcContainer {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.mcBlock {
    flex: 0 0 20%;
    padding: 2px;
}

.finBlock {
    flex: 0 0 14%;
}

.mcContainer h2 {
    font-size: 20px;
    min-height: 45px;
}

.finContainer h2 {
    min-height: 58px;
    font-size: 18px;
}

.finBlock p {
    font-size: 14px;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: #fff;
}

.department .title {
    border: 1px solid #ededed;
    background: #dbdbdb;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.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: #e0e0e0;
    border-color: #cccccc;
}

.electricWrapper > div:nth-child(even) {
    background-color: #e6e6e6;
}

.electricWrapper > div {
    padding: 15px;
}

.electricPics {
    display: flex;
    justify-content: space-around;
}

.calEvent:hover .calMonth, .calEvent:hover .calDay {
    color: #ff6600;
}

.calEvent:hover .eventInfo p {
    color: #000000;
}

.serial1Small,
.serial1Btns {
    display: flex;
}

.finBtns div {
    background-color: #eaeaea;
    padding: 10px;
    margin: 5px
}

@media (min-width: 768px) {
.finBtns {
    display: flex;
    justify-content: space-between;
}

.finBtns div {
    flex: 0 0 49%;
}
}

.siteSearch-M input {
    border: 1px solid black;
}












/* FEATURED INVENTORY */

.single-item-slider .item {
    background-color: rgb(255 255 255);
}

.single-item-slider .item .item-inner {
    padding-bottom: 12%;
    border: 5px solid black;
}

.single-item-slider .item-detail .name {
    font-weight: 100;
    font-size: 14px;
    line-height: 19px;
}

.single-item-slider .item-detail .price {
    font-size: 16px;
    left: 50%;
    padding: 3px 6px;
    text-transform: uppercase;
    bottom: -5px;
    background-color: #ff6600;
    width: max-content;
    transform: translateX(-50%);
    /* border: 2px solid black; */
    color: black;
}

.single-item-slider .slider-outer {
    height: 320px;
}

.single-item-slider .img-container {
    height: 148px;
}

.single-item-slider .slider-inner .item {
    width: 211px;
}

.widget-Reviews .single-item-slider .slider-inner .item {
    width: 242px;
}

.featuredInventory h2 {
    text-align: center;
    font-size: 35px;
    position: relative;
}

.featuredInventory h2:before, 
.featuredInventory h2:after {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #c2c2c2;
    top: 19px;
    position: absolute;
    margin-left: -29px;
}

.featuredInventory h2:after {
    margin-left: 8px;
}







/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-family: 'DINPro-Bold-Cd';
    text-align: center;
    position: absolute;
    white-space: nowrap;
    font-size: 25px;
    padding: 3px 8px;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    color: #ff6600;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 100;
    border: 3px solid black;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
}

.inventory-container .vehicle:hover {
    background-color: #ff6600;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    min-height: 46px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 28px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.advWrapper {
    display: flex;
    margin-bottom: 25px;
}

.advPic1 {
    float: right;
    padding: 0 0 15px 15px;
}

.ltrVideoWrapper {
    position: relative;
    padding-bottom: 22%;
    float: right;
    width: 39%;
}

.ltrVideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ltrSkillBullets {
    display: flex;
    justify-content: space-between;
}

.ltrSkillBullets div {
    flex: 0 0 48%;
    background-color: #ececec;
    padding: 10px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 119%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

.hogPic {
    float: right;
    padding: 0 0 10px 10px;
}








/* FORMS */
.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ececec;
    padding: 15px;
}

.form-header-text {
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    border: 3px solid black;
    width: max-content;
    padding: 0 10px;
    color: #ff6600;
    background-color: white;
}

.customForm .form-header-text {
    font-size: 30px;
}

.forms-title-section {
    text-align: center;
}

.form-control {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    border-radius: 0;
    margin: 5px 0;
}

.btn-primary {
    color: #ff6600;
    background-color: #000000;
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    border-radius: 0;
    border: 3px solid black;
    font-size: 18px;
    padding: 5px 15px;
    display: block;
    margin: 10px auto;
    position: relative;
    transition: .3s;
    z-index: 2;
}

.btn-primary:after {
    content: '';
    width: 100%;
    height: 0;
    background-color: white;
    left: 0;
    bottom: 0;
    transition: .3s;
    position: absolute;
    z-index: -1;
}

.btn-sec {
    width: max-content;
    font-size: 25px;
}

.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.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 {
    color: #ff6600;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:hover:after {
    height: 100%;
    z-index: -1;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

@media (min-width: 768px) {
#Form1538 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1539 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1540 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1543 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1538 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1539 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1560 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1538 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1539 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1540 > div:nth-child(1) > fieldset > div:nth-child(n+6),
#Form1560 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0 5px;
}
}

#Form1540 .k-widget.k-datepicker.k-header {
    display: block;
    margin-bottom: 10px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: none;
    margin: 5px 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer {
    font-size: 15px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ececec;
}

.locationBox {
    margin-top: 25px;
}





/* FOOTER */

.footerWrapper {
    background-color: white;
}

.footerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    padding: 15px;
}

.footerTop {
    display: flex;
    width: 1030px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.footerLogo img {
    max-width: 250px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.footerLinks li {
    padding: 5px 12px;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd';
    font-size: 17px;
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid gray;
    padding: 30px 15px;
}

.footerInfo .dealer-address, 
.footerInfo .dealer-phone {
    display: block;
}

.footerInfo .dealer-phone {
    font-size: 23px;
}

.footerHours table td:first-child {
    padding-right: 15px;
    font-weight: 700;
}

.footerHours h4 {
    font-size: 22px;
    margin-top: 0;
    border-bottom: 1px solid #c1c1c1;
}

.footerHours table {
    margin-bottom: 44px!important;
}

.footerMap {
    position: relative;
    padding-bottom: 25%;
    flex: 0 0 47%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerSocial {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.footerSocial a {
    font-size: 25px;
    padding: 0px;
    width: 34px;
    height: 34px;
    margin: 5px;
    text-align: center;
    box-shadow: 1px 1px 1px black;
    background-color: #ff6600;
}

.footerSocial a:hover {
    color: #fff;
}

footer.body .outer-wrapper {
    background-color: #e0e0e0;
    color: #000;
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(229,229,229,1) 100%);
    text-align: center;
    padding: 10px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}




/* IRONe Styling */
.ironeContainer {
    background: white;
}
.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;
    cursor: pointer;
}
.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;
    }
}






/* BREAKPOINTS */


@media (max-width: 1499px) {
.familycontainer {
    width: 1180px;
}

.familyNou a {
    padding: 3px 4px;
    flex: 0 0 41%;
}
}





@media (max-width: 1199px) {
.headerContainer,
.familycontainer,
.footerContainer {
    width: 970px;
}

.single-item-slider .slider-inner .item {
    width: 210px;
}

.widget-Reviews .single-item-slider .slider-inner .item {
    width: 318px;
}

.footerTop {
    width: 950px;
}

.footerLinks li {
    padding: 5px 13px;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 25px 6px;
}

.home-search-container h2 {
    font-size: 65px;
}

.familyNou a {
    padding: 3px 2px;
    font-size: 13px;
}

.buttonText {
    padding: 6% 1% 1% 30%;
}

.buttonTextR {
    padding: 8% 3% 1% 43%;
}

.eventSection:before {
    width: 900px;
}

.mcContainer h2 {
    font-size: 18px;
    min-height: 39px;
}
}





@media (max-width: 991px) {
.headerContainer, 
.familycontainer, 
.footerContainer {
    width: 748px;
}

.widget-Reviews .single-item-slider .slider-inner .item {
    width: 288px;
}

.eventSection:before {
    width: 712px;
}

.footerTop {
    width: 715px;
}

.headerInfo .dealer-phone {
    font-size: 25px;
}

.headerInfo .dealer-address {
    padding-right: 0;
    display: block;
}

.headerLogo img {
    max-width: 200px;
}

.headerInfo .dealer-address:after {
    display: none;
}

#main-nav .nav>li>a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

.home-search-container h2 {
    font-size: 52px;
}

.familyblock h3 {
    font-size: 27px;
}

.familyNou a {
    padding: 3px 1px;
    font-size: 11px;
    margin: 3px;
    flex: 0 0 46%;
}

.buttonBlock {
    height: 243px;
    border: 5px solid #ff6600;
}

.buttonText {
    padding: 6% 1% 1% 42%;
    width: 100%;
}

.buttonText h3 {
    font-size: 56px;
    line-height: 46px;
    text-shadow: 1px 1px 3px white;
}

.buttonBlockR a {
    height: 116px;
    border: 5px solid #ff6600;
}

.buttonTextR {
    padding: 4% 3% 1% 35%;
}

.buttonTextR h3 {
    font-size: 30px;
    line-height: 27px;
}

.buttonTextR h3 span {
    display: block;
    font-size: 35px;
}

.footerLinks li {
    line-height: 14px;
    font-size: 14px;
}

.footerBottom {
    flex-flow: column;
    text-align: center;
    align-items: center;
}

.footerMap {
    padding-bottom: 46%;
    width: 100%;
}

.footerSocial {
    margin-top: 0;
    margin-bottom: 30px;
}

.mcContainer {
    flex-flow: column;
}

.mcBlock {
    display: flex;
    margin: 7px 0;
    position: relative;
}

.mcBlock div {
    display: flex;
}

.mcBlock div:nth-child(1) {
    flex: 0 0 30%;
}

.mcBlock img {
    width: 100%;
    object-fit: cover;
}

.mcContainer h2 {
    flex: 0 0 27%;
    padding: 10px;
}

.mcBlock hr {
    display: none;
}

.mcBlock:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #e0e0e0;
    bottom: -7px;
    left: 0;
}

.detailWrapper h2 {
    font-size: 20px;
}

.detailWrapper ul {
    padding: 0;
}

.detailWrapper ul li {
    display: flex;
    margin: 10px 0;
}

.detailWrapper h4 {
    margin: 0;
}
}





@media (max-width: 767px) {
.headerContainer, 
.familycontainer, 
.footerContainer,
.footerTop {
    width: 100%;
}

.searchSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/1be6e8a3-5f82-4cd1-9bde-c9591dcff4c9/search-back-70-mobile.jpg);
}

.reviewsWidget > div {
    background-color: white;
}

.typeSection {
    margin-top: 25px!important;
}

.widget-Reviews .single-item-slider .slider-inner .item {
    width: 214px;
}

.searchSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/1be6e8a3-5f82-4cd1-9bde-c9591dcff4c9/search-back-70-mobile.jpg);
    background-attachment: scroll;
}

.siteSearch {
    width: 95%;
}

.eventSection:before {
    width: 100%;
    top: -4%;
    height: 69px;
    background-position: center;
}

.footerTop {
    flex-flow: column;
}

.footerLinks ul {
    flex-flow: column;
    text-align: center;
}

.headerSocial {
    display: none;
}

.home-search-container h2 {
    font-size: 12vw;
}

.buttonContainer {
    flex-flow: column;
}

.buttonText,
.buttonTextR {
    padding: 3% 2%;
    width: 100%;
    background: linear-gradient(to right, rgb(255 255 255 / 45%) 0%,rgba(255,255,255,1) 100%);
}

.buttonText h3 {
    font-size: 42px;
    line-height: 38px;
    text-shadow: 1px 1px 3px white;
    margin-top: 0;
}

.buttonText h3 span {
    display: block;
    font-size: 49px;
}

.buttonBlock {
    height: 170px;
}

.buttonBlockR a {
    height: 100%;
    flex: 0 0 49%;
}

.headerInfo a:first-child {
    display: none;
}

.familywrapper {
    margin-top: -30px;
}

.familycontainer {
    flex-flow: column;
}

.familyblock {
    display: flex;
    align-items: center;
}

.familyNou {
    flex-flow: column;
    flex: 0 0 38%;
}

.buttonTextR h5 {
    font-size: 16px;
    padding: 2px 7px;
}

.headerContainer {
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.buttonBlockR {
    flex-flow: row;
    justify-content: space-between;
}

.buttonTextR h3 {
    font-size: 22px;
    line-height: 20px;
}

.buttonTextR h3 span {
    font-size: 27px;
}

#main-nav {
    background-color: #ffffff;
    margin-top: -60px;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

#main-nav .navbar-toggle {
    background-color: #ff6600;
    border-radius: 0;
    position: relative;
    z-index: 333;
}

.headerInfo .dealer-phone {
    margin-top: 10px;
}

.headerLogo {
    flex: 0 0 50%;
}

.headerHours {
    flex: 0 0 50%;
    font-size: 12px;
}

.headerInfo a {
    text-align: left;
}

.headerLogo img {
    max-width: 145px;
}

#main-nav .nav>li>a {
    font-size: 16px;
    color: black;
    padding: 10px 15px;
}

#main-nav .dropdown-menu>li>a {
    color: black;
}

.p-header h1 {
    font-size: 7vw;
    padding: 1% 3%;
}

.form-header-text {
    font-size: 30px;
    width: auto;
}

.mcBlock {
    flex-flow: column;
}

.mcBlock img {
    margin-bottom: 15px;
}

.detailWrapper div,
.ltrSkillBullets div {
    margin: 10px 0;
}

.detailWrapper,
.ltrSkillBullets {
    flex-flow: column;
}

.ltrVideoWrapper {
    padding-bottom: 56%;
    float: none;
    width: 100%;
}

.p-header {
    margin-bottom: 0;
}
}

#vdp-container .inquiryformcontainer .btn-primary {opacity:0;}
