
div#filters-modal {
    z-index: 99999;
}

div#thankyou-page,
.searchReturn,
.isOnlyFeatured {
    color: white;
}


#ModalVehicleInquiry {
    position: fixed;
    left: 0;
    right: 0;
    top: 2%;
    margin: 0 auto;
    background: #fff;
    width: 28em;
    max-width: 100%;
    border-radius: 8px;
    border: 2px #ff6600 solid;
    z-index: 3333;
}

.blurbBanner span {
    display: inline;
    position: absolute;
    width: 90%;
    padding: 0 70px 0 15px;
    height: 1.5em;
    line-height: 1.5em;
    top: -170px;
    left: -25px;
    background: #ff6600;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.75);
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transform: rotate(-25deg);
}



#layout .widget-section:not(:first-child) {
    margin-top: 0px;
}


#content-container {
    margin-top: 78px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
#content-container {
    margin-top: 20px;
    margin-bottom: 30px;
}
}

#showroom,
.page-background > div {
    background-color: #ffffff;
    padding-top: 15px;
}


.interiorpage {
    background-color: white;
    width: 100%;
    margin: auto;
    padding: 15px 0px 15px 0px;
}


#inventory-page > div.row > div.col-md-9.inventory-container > h1,
.cpo-description {
    color: white;
}

.harleyOpenHousePage .page-background > div {
    background-color: white;
}

.widget {
    margin-left: -1px;
}






.box3 {
    height: auto;
    width: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/fae0742e-71ae-424e-b2fb-5c344099c7d4/parallax-background-3.jpg);
    background-size: cover;
    text-align: center;
    position: relative;
    background-position: 0 0px;
    box-shadow: inset 0px 0px 30px black; 
}


#home-page #section-2 {
    margin-top: 0px;
}


.box4 {
    height: auto;
    width: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/11ddfb80-9438-41a3-b6e3-f08d04335cc6/about-background-2.jpg);
    background-size: cover;
    position: relative;
    background-position: 0 0px;
    box-shadow: inset 0px 0px 30px black;
    padding: 20px 0px;
    /*margin-bottom: -30px;*/
}



body { 
    font-family: 'Noto Sans', sans-serif;
    background-color: #222; 
    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: #cccccc url(https://psmfirestorm.blob.core.windows.net/80979de7-a8cb-4314-8ae6-13621e910d55/background-2.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/80979de7-a8cb-4314-8ae6-13621e910d55/background-2.jpg) no-repeat center center;
       background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'freedommachine', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}








/* GLOBAL THEME FONT COLORS */

a {
    color: #ff6600;
}

a:focus, a:hover {
    color: #f58220;
    text-decoration: none;
}

legend { color: #fff; }





/* HOME HOVER BUTTONS */

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 1em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 5px 1%;
    background: #000000;
    text-align: center;
    cursor: pointer;
    border: 4px solid white;
    box-shadow: inset 0px 0px 13px 0px black;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}



.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-ruby {
    background-color: #ff6600;
}

figure.effect-ruby img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

figure.effect-ruby:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ruby h2 {
    font-size: 5vw;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    text-shadow: 0px 0px 6px rgb(0, 0, 0), 3px 3px 3px rgb(0, 0, 0);
}

figure.effect-ruby p {
    margin: 1em 0 0;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}










/* HEADER */
header.body { background-color: #3b3b3b; background-image: linear-gradient(to bottom, #222, #3b3b3b 55%); }
    header.body .brand { color: #fff; }
#brand-box .info a { color: #fff; }

header.body {
    margin-bottom: 0px;
}

.headerbackground {
    color: black;
    background-image: url(https://psmfirestorm.blob.core.windows.net/ef603916-4ec3-482a-9d06-d6b165aeeefe/headerbackground.jpg);
    background-size: cover;
    background-position: center;
    background-color: white;
}

.headercontainer {
    margin: auto;
}

.headerright {
    width: 84%;
    display: none;
    text-align: right;
    vertical-align: top;
    margin-top: -2px;
    z-index: 3;
    position: relative;
}

.headerrightl {
    width: 85%;
    display: inline-block;
}

.headerrightr {
    width: 6%;
    display: inline-block;
    vertical-align: top;
    margin-top: 22px;
}

.headerrightr a {
    color: black;
}

span.fa.fa-facebook {
    font-size: 32px;
    border: 3px solid black;
    padding: 4px 9px 1px 9px;
}

img.headerlogo {
    position: relative;
    z-index: 2200;
    margin-top: 28px;
    margin-bottom: -17px;
    display: none;
}

.headerphone {
    font-size: 35px;
    font-family: 'freedommachine', sans-serif;
}

.headerphone a {
    color: #ff6600;
}

.headeraddress {
    margin-top: -9px;
    line-height: 18px;
    text-transform: uppercase;
    color: black;
}

.headersister {
    background-color: black;
    text-align: center;
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
    font-size: 20px;
    padding-top: 3px;
    display: none;
}
    

.mobileicons {
    background: black;
}

.mobileicons > a {
    position: relative;
    z-index: 10000;
}

span.fa.fa-phone, span.fa.fa-map-marker {
    font-size: 50px;
    padding: 15px;
}

.mobileiconsright {
    display: inline-block;
    right: 0;
    position: absolute;
}

.mobileheaderlogo {
    padding: 5px;
}

.mainform {
    height: max-content;
}

/* NAVIGATION */
#main-nav {
    position: absolute;
    width: 100%;
    z-index: 2000;
    top: 78px;
    border-bottom: 3px solid #ff6600;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

#main-nav .nav > li > a, .social-media-icons a {
    color: white;
    font-family: freedommachine, sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: -1px;
    padding: 15px 14px;
}

#main-nav .nav > li > a:hover, #main-nav .nav > li > a:focus, #main-nav .nav > li.active > a, #main-nav .nav .open > a, #main-nav .nav .open > a:hover, #main-nav .nav .open > a:focus, #main-nav .nav > li.active > a:hover {
    background-color: #ff6600;
}

.breadcrumb { background-color: #383838; }

@media (max-width: 767px) {
    #main-nav { background-color: #3b3b3b; background-image: linear-gradient(to bottom, #222, #3b3b3b 55%); }
        #main-nav .dropdown-menu > li > a { color: #bbb; }
}

#main-nav > nav > div { 
    /* width: 1058px; */
    /* margin-left: 143px; */
    /* margin-right: 0%; */
    padding-right: 0px;
}

.navbar-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/ef603916-4ec3-482a-9d06-d6b165aeeefe/headerbackground.jpg);
    background-size: cover;
    background-position: center;
    background-color: white;
    margin-right: 0!important;
}

nav.fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 200;
    background-color: white;
    left: 0;
    border-radius: 0px;
    border-bottom: 3px solid #ff6600;
}

.mobnavfixed {
    position: fixed;
    top: 0px;
    z-index: 200;
    background-color: white;
    border-radius: 0px;
    border-bottom: 3px solid #ff6600;
}

#main-nav .navbar-brand {
    font-size: 0;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

#main-nav-collapse {
    margin-top: 50px;
    background: #3D3D3E
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0px -15px 0px 0px; }
}









/* CONTENT */

#section-3 {
    width: 100%;
}

.modelheader {
    text-align: center;
    text-transform: uppercase;
    font-size: 16vw;
    position: absolute;
    width: 100%;
    font-family: freedommachine, sans-serif;
    display: block;
    z-index: 0;
    color: black;
    left: 50%;
    transform: translateX(-50%);
}

.modelwrapper {
    width: 33%;
    display: inline-block;
    z-index: 0;
    position: relative;
    margin-top: 50px;
    margin-bottom: 0px;
    transition: .3s ease transform, .3s ease color;
    color: white;
    padding: 0 15px;
}

.modelwrapper:hover {
    transform: translateY(20px);
    transition: .3s ease transform, .3s ease color;
    color: #ff6600;
}

.modelcontainer {
    background-image: url(https://psmfirestorm.blob.core.windows.net/984dd2f8-c526-4649-8e57-92aaf6cfc29a/model-background-2.jpg);
    background-size: cover;
    text-align: center;
    background-position: center;
    padding-top: 21px;
}

.modeltext {
    font-size: 18px;
    text-transform: uppercase;
    font-family: freedommachine, sans-serif;
    text-shadow: -2px 3px 3px black;
}

.modeltoprow {
    top: 50px;
}


.shopcontainer {
    border-top: 3px solid white;
    margin-top: 18px;
}

.shoptext {
    text-align: center;
    background-color: white;
    color: black;
    width: 25%;
    margin: auto;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}


.aboutmapWrapper {
    position: relative;
    padding-bottom: 63.25%;
}

.aboutmapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slogantext {
    font-family: 'Nothing You Could Do', sans-serif;
    font-size: 30px;
    text-shadow: 0px 0px 3px black, 3px 3px 3px black;
    color: white;
}

h1.about {
    text-transform: uppercase;
    margin-bottom: 5px;
    text-shadow: 0px 0px 3px black, 3px 3px 3px black;
    color: white;
}

.readmorebutton {
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
    font-size: 20px;
    background-color: #ff6600;
    width: 100px;
    text-align: center;
    padding: 5px;
    margin-top: 30px;
    color: black;
}
.abouttext h1 {
    font-size: 30px;
}

.abouttext p {
    text-shadow: 0px 0px 3px black, 1px 1px 3px black;
    color: white;
}

.partsheaderbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/458b19c1-94c4-4cab-8897-c1d39b283f04/parts-header.jpg);
    background-size: cover;
    background-position: center;
}

.serviceheaderbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5340eda3-1ddb-4544-a2fb-0252a5ec100a/service-header.jpg);
    background-size: cover;
    background-position: center;
}

.motorclothesheaderbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/98e04622-2143-464a-a4a8-43f955462c74/motorclothes-header.jpg);
    background-size: cover;
    background-position: center;
}

.maphoursheaderbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/aefac91e-508f-446a-93ea-a9971eaf487e/maphours-header-silverdale.jpg);
    background-size: cover;
    background-position: center;
}

.aboutheaderbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6be04a59-038e-40a1-99af-7e75ccf76ecc/about-header.jpg);
    background-size: cover;
    background-position: center;
}

.ridingclassesheaderbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/8e03fb0e-3c95-4a04-ba37-c3cc5d997ca1/ridingclasses-header.jpg);
    background-size: cover;
    background-position: center;
}

.financingheaderbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7ea845ed-4186-4c74-a772-b46f58286986/financing-header.jpg);
    background-size: cover;
    background-position: center;
}

.promoheaderbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f5aaeeea-5d1f-4a53-b69c-10ca52d622cc/promo-header.jpg);
    background-size: cover;
    background-position: center;
}



.edwallacecontainer {
    float: right;
}

.edwallacetext {
    text-align: center;
    font-size: 23px;
    color: #ff6600;
    font-family: 'Nothing You Could Do', sans-serif;
}

h1.pageheader {
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    color: white;
    padding: 4vw 0px;
    text-shadow: 0px 0px 3px #ff6600, 1px 0px 0px #ff6600, 2px 1px 0px #ff6600, 3px 2px 0px #ff6600, 4px 3px 0px #ff6600;
}

.partsheaderbackground > h1.pageheader , .serviceheaderbackground > h1.pageheader {
    font-size: 7vw;
}

.motorclothesheaderbackground > h1.pageheader {
    font-size: 10vw;
    padding: 3vw 0px;
}

.maphoursheaderbackground > h1.pageheader {
    font-size: 12vw;
    padding: 3vw 0px;
}

.financingheaderbackground > h1.pageheader {
    font-size: 10vw;
    padding: 2vw 0px;
}

.outsidemapWrapper {
    position: relative;
    padding-bottom: 35.25%;
    margin-top: 30px;
}

.outsidemapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.department .title {
    margin: 0;
    text-align: center;
    border: transparent;
    background: #676767;
    padding: 15px;
    color: white;
    text-transform: uppercase;
}

.department-container .department {
    width: 100%;
    display: inline-block;
    padding: 20px;
    background: #fff;
}

.department .employee {
    background: #000;
    border-radius: 3px;
    padding: 15px;
    text-align: center;
    color: #fff;
    margin: 1%;
}

.department .employee .name p {
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.department .employee .job p {
    font-size: 14px;
}

.ridingclassesblock {
    background-color: #e8e8e8;
    padding: 1px 15px;
    margin: 15px 0px;
}

img.bike1 {
    float: right;
    width: 40%;
}

img.bike2 {
    width: 35%;
    float: left;
}

img.bike3 {
    float: right;
    width: 35%;
}

.servicesidenav {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'freedommachine', sans-serif;
    background-color: #d4d4d4;
    padding: 16px 10px 1px 10px;
}

.servicesidenav h2 {
    margin-top: 0px;
}

.servicesection {
    background-color: #d4d4d4;
    margin-top: 30px;
}

.servicesection h1 {
    color: #ff6600;
    text-transform: uppercase;
}

.financingtext h2 {
    color: #ff6600;
}

div#xTradeIframe {
    display: block;
    position: relative;
    height: auto;
}

img.dynopic {
    display: block;
    margin: auto;
}

img.tireshredderpic {
    display: block;
    margin: auto;
}

#employees-team-page > div.row > div > h1 {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 60px;
}









/* FORMS */

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000000;
  opacity: 85;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 85;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 85;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
  opacity: 85;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
  color: rgba(0, 0, 0, 0.85);
}


.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
    background-color: #eee;
    transition: background-color .3s;
}
.input-group-addon:last-child:hover {
    background-color: #333;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}



.st-form .field-validation-error, 
.st-form .field-validation-valid,
.mainform .field-validation-error, 
.mainform .field-validation-valid {
    position: absolute;
    top: 4px;
    right: 16px;
    font-size: 125%;
}
@media (min-width: 768px) {
    .service-form fieldset > div, 
    .waiting-form fieldset > div {
        display: inline-block;
        width: 50%;
        padding: 0 15px;
    }
}
.service-form fieldset > div.row, 
.waiting-form fieldset > div.row {
    display: block;
}
.service-form fieldset > div:nth-child(19) > div > div, 
.waiting-form fieldset > div:nth-child(19) > div > div {
    display: flex;
    justify-content: space-around;
}

#Form358 > div:nth-child(1) > fieldset > div:nth-child(6),
#Form358 > div:nth-child(1) > fieldset > div:nth-child(10),
#Form359 > div:nth-child(1) > fieldset > div:nth-child(6),
#Form359 > div:nth-child(1) > fieldset > div:nth-child(10) {
    display: block;
}



@media (min-width: 768px) {
.contact-form fieldset > div, .waiting-form fieldset > div {
    display: inline-block;
    width: 100%;
    padding: 0 15px; }
}

.contact-form fieldset > div.row, 
.waiting-form fieldset > div.row {
    display: block;
}

.contact-form fieldset > div:nth-child(19) > div > div, 
.waiting-form fieldset > div:nth-child(19) > div > div {
    display: flex;
    justify-content: space-around;
}

.st-form.contact-form {
    background-color: #d4d4d4;
    padding: 15px;
}




.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s, .2s ease background-color;
}

.form-control:hover {
    background-color: #e8e8e8;
    transition: .2s ease background-color;
}

.st-form.service-form {
    background-color: #d4d4d4;
    padding: 15px;
}

.st-form.riding-form {
    background-color: #d4d4d4;
    padding: 15px;
    margin-bottom: 5%;
}

.form-header-text {
    font-size: 35px;
    padding-left: 15px;
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
    color: black;
}

.forms-title-section {
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
}


.mainform {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: left;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.forms-text-section {
    font-weight: normal;
    font-size: 14px;
    font-style: initial;
}











/* BILLBOARD */
.carousel-control { border-color: #000; opacity: .55; filter: alpha(opacity=55); }
@media (min-width: 768px) {
    .widget-Billboard .carousel { box-shadow: -30px 0px 40px -30px rgba(0, 0, 0, 0.8), 30px 0px 40px -30px rgba(0, 0, 0, 0.8); }
}










/* FEATURED VEHICLES */
.single-item-slider .item {
    background-color: #ffffff;
    border: solid 3px #969696;
    border-radius: 0px;
    display: block;
    position: relative;
}

.single-item-slider {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.single-item-slider .slider-outer {
    height: 245px;
}

.single-item-slider .item-detail .price {
    font-size: 26px;
    left: 0;
    padding: 2px 1px 0px;
    position: absolute;
    width: 100%;
    line-height: 113%;
    bottom: 0;
    text-transform: uppercase;
    font-family: freedommachine, sans-serif;
    color: #ff6600;
    background-color: black;
}

.single-item-slider .img-container {
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 130px;
    overflow: hidden;
    position: relative;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
    height: 100%;
    padding-bottom: 16%;
}

.single-item-slider .item-detail .name {
    line-height: 150%;
    color: black;
}

.featuredinventory h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    color: white;
}

.featuredinventory h2::before {
    content: "";
    height: 3px;
    color: white;
    background-color: white;
    width: 0%;
    position: absolute;
    left: 0;
    top: 23px;
    margin-left: 15px;
}

.featuredinventory h2::after {
    content: "";
    height: 3px;
    color: white;
    background-color: white;
    width: 0%;
    position: absolute;
    right: 0;
    top: 23px;
    margin-right: 15px;
}

.featuredinventorysection {
    background-color: black;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pricecontainer {
    text-align: center;
}

.pricelistcolumn {
    display: inline-block;
}

.pricelistblock {
    background-color: #ff6600;
    font-size: 18px;
    margin: 15px;
    padding: 12px;
    border: 3px solid black;
    border-radius: 10px;
    color: white;
}

.priceimage {
    width: 64%;
    display: none;
    vertical-align: text-bottom;
}

.latestReviews {
    text-align: center;
    color: white;
}

.reviewssection {
    background-color: black;
    margin-bottom: -30px;
    padding: 15px 0px;
}








/* INVENTORY */
.inventory-container .toolbar { border-color: #777; background-color: #666; color: #fff; }
.inventory-container .vehicle { border-color: #777; }

.inventory-container .vehicle:hover {
    background-color: #616161;
}

    .inventory-container .vehicle .title a { color: #000; }
.inventory-container .btn { color: #fff; text-shadow: 0 1px 1px #585858; border-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.25); border-bottom-color: #696969; background-image: linear-gradient(to bottom, #919191, #575757); background-repeat: repeat-x; }
    .inventory-container .btn:hover, .inventory-container .btn:focus { background-position: 0 -25px; color: #fff; }
    .inventory-container .btn:hover, .inventory-container .btn:focus, .inventory-container .btn:active, .inventory-container .btn.active, .inventory-container .btn.disabled, .inventory-container .btn[disabled] { background-color: #888; }
.filters-container .panel-body li { color: #ccc; }

#filters-box li label {
    color: #000;
}

#filters-box .panel-heading { border-bottom: none; }

@media (min-width: 992px) {
#vehicleList>div {
    flex: 0 0 33.333%;
    -ms-flex: 0 0 auto;
    margin: 0px;
    padding: 15px; }
}

.inventory-container .disclaimers {
    margin-top: 20px;
    font-size: 9px;
    color: white;
}

.inventory-container .vehicle .title {
    font-size: 10.5pt;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px;
}

.inquiryformcontainer {
    background-color: #ffffff;
    border: 3px solid gray;
}

.inquiryformcontainer .btn-primary {
    background-color: green;
    border-color: green;
}

.inquiryformcontainer .btn-primary:hover {
    background-color: green;
    border-color: green;
    transform: scale(1.05);
}

.locationBox {
    background-color: #fff;
    border: 3px solid gray;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 4px 4px 0 0;
    background-color: #565656;
}

#vdp-container .data-points h3, #vdp-container .data-points h4 {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
}

.vdpinquiryheader {
    font-size: 30px;
    font-family: freedommachine, sans-serif;
    color: #ff6600;
    text-transform: uppercase;
    margin-bottom: -15px;
}

#vdp-container > header > div > div.col-sm-8.title {
    color: white;
}

.inventory-container .vehicle .price {
    font-size: 25px;
    text-align: center;
    box-sizing: border-box;
    padding-right: 0;
    text-transform: uppercase;
    font-family: freedommachine, sans-serif;
    background-color: green;
    color: white;
    padding: 5px;
}

#filters-box .active-filters h1 {
    margin: 0 0 8px;
    padding-bottom: 3px;
    border-bottom: solid 1px #aaa;
    font-size: 14px;
    line-height: 14px;
    color: white;
}

#filters-box .active-filters>ul {
    margin-bottom: 18px;
    padding-left: 26px;
    color: white;
}

@media (max-width: 767px) {
#filters-box .active-filters>ul {
    color: black; }
}

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-color: #f58220;
    margin: 10px 0px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f58220;
    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 {
    color: #fff;
    background-color: #f58220;
    border-color: #ff6600;
}

span.vehicleyearmake {
    display: block;
}

span.vehiclemodel {
    display: block;
    font-size: 20px;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    line-height: 20px;
}

.tab-content>.active {
    display: block;
}

.tab-content {
    color: white;
}

#vdp-container .disclaimers {
    margin: 0px; 
    font-size: 9px;
    line-height: 12px;
    padding: 10px;
}

.info {
    font-size: 11px;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 21px;
    min-height: 43px;
}

#tabEquipment > div > div.tab-content > div > div > ul > li > span,
#tabEquipment > div > div.vehicle-details > div > div.col-md-12 > ul > li > span {
    font-size: 12px;
}


#promotions-page {
    background-color: white;
    padding: 15px;
}

a.promo-link {
    color: #8c8c8c;
}

a.promo-link:hover {
    color: #000;
}

.siteSearch-M button {
    margin: 0px 0 0 0!important;
}

#inventory-page h1#InventoryTitle {
    display: none;
}

.pagerTop .k-pager-wrap {
    top: 50px;
}

div#divDisclaimers2 {
    color: white;
}

    







/* GLOBAL TOOLBARS/ACCORDIONS */
.panel-default { border: none; }
.inventory-container .toolbar, .vehicle-container .well, #content-container .panel-heading { background-image: linear-gradient(to bottom, #858585, #494949); background-repeat: repeat-x; text-shadow: 0 0 2px #333; }
.inventory-container .toolbar, .vehicle-container .well, #content-container .panel-heading, #content-container .panel-body { border-color: #777; }
#content-container .panel-heading { color: #eee; }








/* SINGLE VEHICLE */
.vehicles .k-widget { color: #eee; }











/* ACCORDION */










/* KENDO OVERRIDES */
.k-block, .k-widget { background-color: inherit; }
.k-window-content.k-content { color: #333; }

.k-scheduler-layout {
    color: #333;
    background-color: white;
}


#calendar-page > div.row > div:nth-child(1) > span, #calendar-page > div.row > div:nth-child(1) > h1 {
    color: white;
}

.k-event {
    font-size: 12px;
}









/* FOOTER */
footer.body .outer-wrapper { background-color: #1a1a1a; }
footer.body .our-name { background-image: url(''); }

.footerbackground {
    background-color: white;
    color: black;
    padding: 15px;
    border-top: 3px solid #ff6600;
    text-align: center;
}

.footercontainer {
    width: 100%;
    margin: auto;
    text-transform: uppercase;
}

.footerblock {
    display: block;
    vertical-align: top;
}

img.footerlogo {
    padding: 10px 0px 10px 0px;
}

.footermaphours {
    border: 3px solid black;
    text-transform: uppercase;
    text-align: center;
    font-family: 'freedommachine', sans-serif;
    font-size: 26px;
    vertical-align: top;
    padding: 0px 5px;
    width: 150px;
    margin: auto;
}

.footersocial {
    padding: 10px 0px;
}

.footercontainerleft {
    width: 66%;
    display: inline-block;
}

.footercontainerlefttop {
    width: 100%;
    display: inline-block;
    margin-bottom: -37px;
}

.footerblock ul {
    display: inline-block;
    padding-left: 20px;
}

.footerbottomcontainer {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.footercontainerright {
    display: block;
    vertical-align: top;
}

.footerblock p {
    text-transform: uppercase;
}

table.footer.k-table {
    width: 100%;
    margin: 0 auto;
}

table {
    margin: auto;
}

.footerphone {
    font-size: 33px;
    font-family: 'freedommachine', sans-serif;
    margin-top: -21px;
}

.footerphone a {
    color: #ff6600;
}

footer.body .copyright .wrapper {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

.sisterstore {
    text-transform: uppercase;
    font-family: 'freedommachine', sans-serif;
    font-size: 20px;
}

.hours td:last-child {
    padding-left: 20px;
}

.hours tr:first-child td:last-child {
    padding-left: 0;
}





.financebtn {
    font-size: 22px;
}



/* TOOLTIPS ON DARK BG */
.tooltip.in { opacity: .97; filter: alpha(opacity=97); }
.tooltip-inner { background-color: #ebebeb; color: #000; }
.tooltip.top .tooltip-arrow { border-top-color: #ebebeb; }



.storefront {
    border: 5px solid #fc641a;
    border-radius: 5px;
}


img#opener {
    display: none;
}

.virtualTour {
    width: 100%;
    height: calc(175px + (420 - 175) * ((100vw - 320px) / (768 - 320)));
    border: 5px solid #fc641a;
}

@media (min-width: 420px) {
    figure.effect-ruby h2 {
        margin-top: 5%;
    }
    .featuredinventory h2 {
        font-size: 45px;
    }
    .shoptext {
        font-size: 20px;
    }
    table.footer.k-table {
        width: 350px;
    }
    .abouttext h1 {
        font-size: 36px;
    }
}

@media (min-width: 480px) {
    .featuredinventory h2 {
        font-size: 55px;
    }
    .shoptext {
        font-size: 22px;
    }
    figure.effect-ruby p {
        padding: 1em;
    }
}

@media (max-width: 767px) {
    .navbar.fixed #main-nav-collapse {
        margin-top: 0;
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }
    #main-nav-collapse {
        margin-top: 0;
        max-height: calc(100vh - 125px);
        overflow-y: auto;
    }
    #main-nav .nav > li > a {
        padding: 15px 40px;
    }
    #main-nav li.dropdown.open ul {
        padding-left: 25px;
    }
}

@media (min-width: 768px) {
    .headersister {
        display: block;
    }
    .headerphone, .headeraddress {
        display: inline-block;
        margin-right: 15px;
    }
    #main-nav-collapse {
        margin-top: 0;
        background: none;
        margin-right: 5px;
    }
    img.headerlogo {
        display: inline;
        width: 110px;
    }
    .headerright {
        display: inline-block;
    } 
    .headerrightr {
        width: 10%;
        margin-top: 10px;
    } 
    #main-nav {
        top: 45px;
    }
    .navbar-header {
        border-bottom: none;
    }
    .mobileicons {
        display: none;
    }
    #content-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .grid figure h2 span {
    font-weight: 800;
    }
    .grid figure figcaption,
    .grid figure figcaption > a {
    width: 100%;
    }
    .box3 {
        padding: 70px 0px;
    }
    figure.effect-ruby h2 {
        font-size: 20px;
        margin-top: 0;
    }
    .modelheader {
        font-size: 125px;
        margin-top: -20px;
    }
    .modelwrapper {
        width: 16%;
        margin-top: 80px;
        margin-bottom: 10px;
        padding: 0px 10px;
    }
    .modeltext {
        font-size: 26px;
    }
    .modeltoprow {
        top: 0px;
    }
    .single-item-slider .slider-outer {
        height: 260px;
    }
    .single-item-slider .slider-inner .item {
        width: 230px; 
    }
    .single-item-slider .item-detail .name {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 10px;
    }
    .single-item-slider .item .item-inner {
        padding-bottom: 24px;
    }
    .featuredinventory h2 {
        font-size: 45px;
    }
    .featuredinventory h2::before {
        width: 23%;
    }
    .featuredinventory h2::after {
        width: 23%;
    }
    .footercontainer {
        width: 768px;
    }
    .footerblock {
        width: 50%;
        display: inline-block;
    }
    .footercontainerright {
        width: 33%;
        display: inline-block;
        text-align: left;
    }
    .footerbottomcontainer {
            display: flex;
            justify-content: space-around;
            align-items: center;
    }
    table.footer.k-table {
        width: 80%;
    }
    .headercontainer {
        width: 768px;
    }
    figure.effect-ruby p {
        padding: .5em;
        margin: .5em 0 0;
    }
    #main-nav .nav > li > a, .social-media-icons a {
        font-size: 12px;
        line-height: 1px;
        padding: 15px 5px;
        color: #000;
    }
    .interiorpage {
        width: 768px;
    }
    h1.pageheader {
        font-size: 80px;
        padding: 25px 0;
    }
    .partsheaderbackground > h1.pageheader , .serviceheaderbackground > h1.pageheader , .motorclothesheaderbackground > h1.pageheader {
        font-size: 60px;
    }
    .maphoursheaderbackground > h1.pageheader {
        font-size: 80px;
        padding: 18px 0px;
    }
    .financingheaderbackground > h1.pageheader {
        font-size: 80px;
        padding: 15px 0px;
    }
    .pricelistcolumn {
        width: 25%;
    }
    .priceimage {
        display: inline-block;
        width: 50%;
    }
    table {
        margin: 0;
    }
    .navbar {
        min-height: 0;
    }
    .box4 {
        padding: 30px 0px;
    }
    .virtualTour {
        height: 410px;
        margin-top: 25px;
    }
    div#home-page {
        margin-top: -30px;
    }
    .financebtn {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    figure.effect-ruby h2 {
        font-size: 28px;
    }
    .headerphone, .headeraddress {
        display: block;
        margin-right: 0;
    }
    .modelheader {
        font-size: 150px;
        margin-top: -35px;
    }
    #main-nav {
        top: 72px;
    }
    img.headerlogo {
        width: 177px;
    }
    #main-nav-collapse {
        margin-right: 0;
    }
    .single-item-slider .slider-inner .item {
        width: 224px; 
    }
    .single-item-slider .item-detail .name {
        font-size: 16px;
        padding-bottom: 0;
    }
    .single-item-slider .item .item-inner {
        padding-bottom: 36px;
    }
    .featuredinventory h2::before {
        width: 28%;
    }
    .featuredinventory h2::after {
        width: 28%;
    }
    .shoptext {
        font-size: 26px;
    }
    .footercontainer {
        width: 992px;
    }
    .headercontainer {
        width: 992px;
    }
    .headerright {
        display: inline-block;
        width: 80%;
    } 
    .headerrightr {
        width: 8%;
        margin-top: 22px;
    } 
    #main-nav .nav > li > a, .social-media-icons a {
        font-size: 14px;
        padding: 15px 9px;
        line-height: 20px;
    }
    .interiorpage {
        width: 992px;
    }
    h1.pageheader {
        font-size: 94px;
        padding: 31px 0;
    }
    .partsheaderbackground > h1.pageheader , .serviceheaderbackground > h1.pageheader , .motorclothesheaderbackground > h1.pageheader {
        font-size: 80px;
    }
    .maphoursheaderbackground > h1.pageheader {
        font-size: 90px;
    }
    .financingheaderbackground > h1.pageheader {
        font-size: 90px;
        padding: 28px 0px;
    }
    .pricelistcolumn {
        width: 18%;
    }
    .priceimage {
        width: 64%;
    }
    .navbar {
        min-height: 50px;
    }
    .box4 {
        padding: 50px 0px;
    }
    .virtualTour {
        height: 262px;
    }
}

@media (min-width: 1200px) {
    figure.effect-ruby h2 {
        font-size: 32px;
    }
    .modelheader {
        font-size: 182px;
        margin-top: -42px;
    }
    .modelwrapper {
        margin-top: 106px;
        margin-bottom: 29px;
    }
    .modeltext {
        font-size: 30px;
    }
    .single-item-slider .slider-inner .item {
        width: 216px; 
    }
    .featuredinventory h2::before {
        width: 32%;
    }
    .featuredinventory h2::after {
        width: 32%;
    }
    .footercontainer {
        width: 1180px;
    }
    .footercontainerright h2 {
        padding-left: 35px;
    }
    .headercontainer {
        width: 1180px;
    }
    figure.effect-ruby p {
        padding: 1em;
    }
    .headerright {
        display: inline-block;
        width: 84%;
    } 
    .headerrightr {
        width: 6%;
    } 
    #main-nav .nav > li > a, .social-media-icons a {
        font-size: 16px;
        padding: 15px 10px;
    }
    .interiorpage {
        width: 1200px;
    }
    .box4 {
        padding: 70px 0px;
    }
    h1.pageheader , .financingheaderbackground > h1.pageheader , .maphoursheaderbackground > h1.pageheader {
        padding: 39px 0;
    }
    .partsheaderbackground > h1.pageheader , .serviceheaderbackground > h1.pageheader , .motorclothesheaderbackground > h1.pageheader , .maphoursheaderbackground > h1.pageheader , .financingheaderbackground > h1.pageheader {
        font-size: 98px;
    }
    .virtualTour {
        height: 316px;
    }
}



.modal {
    z-index: 2222;
}


.livewireheaderbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/cf78fd59-6596-45a6-8ae6-146dfac0d45f/livewire-header.jpg);
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
img.livewiregif {
    float: right;
    width: 50%; }
}






/* 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;
}
.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;
    }
}








/* BATTLE FOR THE TRAIL */

.bftt-header {
    position: relative;
    margin-bottom: 25px;
}

.bftt-text {
    position: absolute;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    padding: 10px;
    box-shadow: 0 0 10px black;
}

.bftt-text h5 {
    margin-bottom: 0;
}

.bftt-text h1 {
    text-transform: uppercase;
    margin-top: 0;
}

.bfttform {
    height: max-content;
}

.bfttform .field-validation-valid,
.bfttform .field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.bfttform .form-control {
    margin: 2px 0;
}

@media (min-width: 768px) {
#Form1371 > div:nth-child(1) > fieldset > div:nth-child(n+3):nth-child(-n+10) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1371 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}


@media (max-width: 767px) {
.bftt-text {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    box-shadow: none;
}

.shoptext {
    width: max-content;
    padding: 0 9px;
}
}


.responsive-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



