
/* FLEX FINANCING */
#flexFinancing {
    background-color: white;
    padding: 15px;
    color: black;
}

#flexFinancing > div {
    padding: 30px 15px;
}

#flexFinancing .topSection {
    display: flex;
    align-items: center;
}

#flexFinancing span.disclaimer-tag {
    font-size: 8px;
    vertical-align: super;
    padding-left: 2px;
}

#flexFinancing .disclaimers {
    font-size: 10px;
}

#flexFinancing .topSection > div:nth-child(2) {
    padding: 15px;
    flex: 0 0 50%;
}

#flexFinancing .eyebrow {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
}

#flexFinancing .topSection h1 {
    margin-top: 5px;
}

#flexFinancing .flexBenefits {
    background-color: #eeeeee;
    margin: 25px 0;
}

#flexFinancing h2 {
    position: relative;
    margin-top: 0;
}

#flexFinancing span.hash {
    width: 50px;
    height: 3px;
    background-color: #ff6600;
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 9px;
}

#flexFinancing .flexBenefits > div {
    display: flex;
    justify-content: space-between;
}

#flexFinancing .flexBenefits > div > div {
    flex: 0 0 32%;
    background-color: white;
    padding: 15px;
}

#flexFinancing .compare table td {
    padding: 15px;
}

#flexFinancing .btn-primary {
    margin: 10px auto;
    display: block;
    width: max-content;
}

@media (max-width: 767px) {
#flexFinancing .topSection,
#flexFinancing .flexBenefits > div {
    flex-flow: column;
}

#flexFinancing .topSection > div:nth-child(2) {
    padding: 15px 0;
}

#flexFinancing .flexBenefits > div > div {
    margin: 15px 0;
}

#flexFinancing .compare table td {
    padding: 5px;
}
}





/* H-D EVENTS */

.eventsInfo {
    margin-bottom: 25px;
}

.eventform {
    position: relative;
}

/*
.eventform:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/ee08a185-c8fe-4816-ba25-a435fc258564/gift.png);
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    margin-top: 15px;
    position: relative;
}
*/

.eventform .forms-text-section {
    font-size: 12px;
    font-style: normal;
}

.wwp img {
    max-width: 700px;
    margin-top: 15px;
    width: 100%;
}

.eventsHeader {
    position: relative;
    height: 400px;
    margin-bottom: 15px;
}

.eventsHeader img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.35);
}

.eventsHeader div {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgb(0 0 0 / 59%);
    padding: 15px;
    text-shadow: 1px 1px 1px black;
    width: 60%;
}

.eventsHeader h1 {
    font-size: 2rem;
    position: relative;
    margin-top: 0;
}

.eventsHeader h1:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    bottom: -1.1rem;
    transform: translateX(-50%);
}

.eventsHeader h3 {
    text-transform: uppercase;
    font-size: 3.5rem;
    margin-bottom: 0;
}

.eventGiveaway {
    vertical-align: unset;
    display: flex;
    align-items: center;
    margin: 15px auto;
}

.eventGiveaway > div:nth-child(2) {
    margin-left: 15px;
    flex: 0 0 46%;
}

.eventsInfo li {
    list-style: none;
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
}

.eventsInfo li:before {
    content: '';
    width: 25px;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: -30px;
    top: 10px;
}

.eventsInfo .wwp {
    text-align: center;
    padding: 15px;
    background-color: #262626;
}

.eventsInfo .wwp img {
    padding: 15px 15px 0;
    max-width: 300px;
    display: block;
    margin: auto;
}

.eventDisclaimers {
    font-size: 12px;
}

.eventHeaderBottom {
    text-align: center;
    margin: 60px 0;
}

.eventsInfo ul {
    margin-bottom: 30px;
}



@media (max-width: 1499px) {
.eventsHeader {
    height: 350px;
}
}



@media (max-width: 1199) {
.eventsHeader {
    height: 300px;
}
}



@media (max-width: 991px) {
.eventGiveaway > div:nth-child(2) {
    flex: 0 0 55%;
}

.eventsHeader {
    height: 250px;
}

.eventsHeader div {
    width: 80%;
}
}




@media (max-width: 767px) {
.eventGiveaway {
    flex-flow: column;
}

.eventGiveaway > div:nth-child(2) {
    margin-left: 0;
}

.eventsHeader {
    position: relative;
    height: 100%;
}

.eventsHeader div {
    width: 96%;
}

.eventsHeader h3 {
    font-size: 1.5rem;
}

.eventsHeader h1 {
    font-size: 1rem;
}
}







/* EXTENDED SERVICE */
#hdExtendedService .mainSection {
    text-align: center;
    padding: 30px 0;
}

#hdExtendedService .secSection {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
}

#hdExtendedService .secSection > div:nth-child(1) {
    padding-right: 15px;
    flex: 0 0 43%;
}

#hdExtendedService .secSection p {
    line-height: 30px;
}

#hdExtendedService ul.FAQ li i:before, #hdExtendedService ul.FAQ li i:after, #hdExtendedService ul.FAQ p {
  transition: all 0.25s ease-in-out;
}

.flipIn, #hdExtendedService ul.FAQ li {
  animation: flipdown 0.5s ease both;
}

#hdExtendedService ul.FAQ p {
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

#hdExtendedService ul.FAQ {
    list-style: none;
    padding: 0;
    margin: 0;
}
#hdExtendedService ul.FAQ li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px solid;
}
#hdExtendedService ul.FAQ li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#hdExtendedService ul.FAQ li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#hdExtendedService ul.FAQ li:nth-of-type(3) {
  animation-delay: 1s;
}
#hdExtendedService ul.FAQ li:last-of-type {
  padding-bottom: 0;
}
#hdExtendedService ul.FAQ li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
#hdExtendedService ul.FAQ li i:before, #hdExtendedService ul.FAQ li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
#hdExtendedService ul.FAQ li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#hdExtendedService ul.FAQ li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#hdExtendedService ul.FAQ li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#hdExtendedService ul.FAQ li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
    margin-bottom: 0;
}
#hdExtendedService ul.FAQ li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#hdExtendedService ul.FAQ li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

#hdExtendedService .FAQ li:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #ff6600;
    right: 15px;
    position: absolute;
    transform: rotate(45deg);
    transition: .3s;
}

#hdExtendedService .FAQ li.active:after {
    transform: rotate(0deg);
}

@media (min-width: 1500px) {
#hdExtendedService .FAQSection {
    width: 1170px;
    margin: auto;
}
}

@media (max-width: 767px) {
#hdExtendedService .secSection {
    flex-flow: column-reverse;
}

#hdExtendedService img.hero {
    height: 80vw;
    object-fit: cover;
}
}







/* H-D MEMBERSHIP */
ul.membershipFAQ li i:before, ul.membershipFAQ li i:after, ul.membershipFAQ p {
  transition: all 0.25s ease-in-out;
}

.flipIn, ul.membershipFAQ li {
  animation: flipdown 0.5s ease both;
}

ul.membershipFAQ p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

ul.membershipFAQ {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.membershipFAQ li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px solid #d8d8d8;
}
ul.membershipFAQ li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul.membershipFAQ li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul.membershipFAQ li:nth-of-type(3) {
  animation-delay: 1s;
}
ul.membershipFAQ li:last-of-type {
  padding-bottom: 0;
}
ul.membershipFAQ li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
ul.membershipFAQ li i:before, ul.membershipFAQ li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
ul.membershipFAQ li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul.membershipFAQ li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul.membershipFAQ li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul.membershipFAQ li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul.membershipFAQ li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul.membershipFAQ li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

#membership {
    background-color: white;
    color: black;
}

#membership .hero img {
    width: 100%;
}

#membership > div:nth-child(2),
#membership > div:nth-child(9) {
    text-align: center;
}

#membership h2.membershipTitle {
    position: relative;
    padding: 0 7px;
}

#membership h2.membershipTitle:after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    transform: translateY(-50%);
}

#membership .membershipBenefits,
#membership .getMore,
#membership .moreBenefits {
    display: flex;
    justify-content: space-between;
}

#membership .membershipBenefits div,
#membership .membershipBenefits a {
    flex: 0 0 32%;
}

#membership .getMore div {
    margin: auto;
}

#membership .moreBenefits div {
    flex: 0 0 24%;
}

#membership .membershipBenefits span.linkBtn, 
#membership .membershipBenefits a {
    position: relative;
    color: black;
    transition: .3s;
}

#membership .membershipBenefits span.linkBtn:hover {
    color: #ff6600;
}

#membership .membershipBenefits span.linkBtn:after, 
#membership .getMore a:after {
    content: '\f178';
    font-family: 'FontAwesome';
    margin-left: 10px;
    transition: .3s;
}

#membership .membershipBenefits span.linkBtn:hover:after, 
#membership .getMore a:hover:after {
    margin-left: 20px;
}

#membership .getMore {
    width: 90%;
    margin: auto;
}

#membership .getMore div {
    background-color: white;
    padding: 15px;
    display: flex;
    flex-flow: column;
}

#membership .getMore ul {
    padding: 0 0 0 10px;
}

.getMore a {
    margin-top: auto;
}

#membership > div:nth-child(3),
#membership > div:nth-child(4),
#membership > div:nth-child(6),
#membership > div:nth-child(9) {
    padding: 15px;
}

#membership > div:nth-child(5),
#membership > div:nth-child(7) {
    background-color: #e8e8e8;
    padding: 15px;
}

#membership table {
    width: 100%;
    text-align: center;
}

#membership table > thead > tr > th {
    text-align: center;
    padding-bottom: 25px;
}

#membership table > tbody > tr > td:nth-child(1) {
    text-align: left;
}

#membership table > tbody > tr > td {
    padding: 7px;
    border-top: 1px solid #e1e1e1;
}

#membership .partners {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}

#membership .partners div {
    flex: 0 0 32%;
    background-color: white;
    padding: 15px;
    margin: 8px 0;
}

#membership > div:nth-child(8) {
    width: 90%;
    margin: auto;
}

#membership > div:nth-child(5) > div > div:nth-child(1),
#membership > div:nth-child(5) > div > div:nth-child(2),
#membership > div:nth-child(6),
#membership > div:nth-child(7) > div > div:nth-child(3),
#membership > div:nth-child(7) > div > div:nth-child(4),
#membership > div:nth-child(7) > div > div:nth-child(6) {
    display: none;
}


@media (max-width: 767px) {
#membership .membershipBenefits, 
#membership .getMore, 
#membership .moreBenefits {
    flex-flow: column;
    align-items: center;
    text-align: center;
}

#membership .getMore ul {
    text-align: left;
}

#membership .partners div {
    flex: 0 0 100%;
}

#membership h2.membershipTitle:after {
    top: 76%;
}

#membership > div:nth-child(7) > h2:after {
    top: 50%;
}

#membership .getMore div {
    margin: 15px 0;
}

#membership > div:nth-child(6) {
    padding: 15px 0;
}

#membership table > tbody > tr > td {
    padding: 4px;
    font-size: 12px;
}

#membership table > thead > tr > th {
    font-size: 12px;
}

#membership .membershipBenefits div {
    margin: 25px 0;
}

#membership .moreBenefits div {
    margin: 25px 0;
}
}







/*  footer   */
.youtubeBtn{
    position: fixed;
    left: 50%;
  transform:translatex(-50%);
    bottom: 45px;
    cursor: pointer;
    transition: all .3s;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}
.youtubeBtn i{
   font-size:20px;
  float:left;
}
.youtubeBtn a{
    color:#ff0000;
    animation: youtubeAnim 1000ms linear infinite;
  float:right;
}
.youtubeBtn a:hover{
  color:#c9110f;
  transition:all .3s ease-in-out;
  text-shadow: none;
}
.youtubeBtn i:active{
  transform:scale(.9);
  transition:all .3s ease-in-out;
}
.youtubeBtn span{
    font-family: 'Lato';
    font-weight: bold;
    color: #000;
    display: block;
    font-size: 12px;
    float: right;
    line-height: 20px;
    padding-left: 5px;
  
}

@keyframes youtubeAnim{
  0%,100%{
    color:#c9110f;
  }
  50%{
    color:#ff0000;
  }
}
/* footer  */





/* CONTENT */

#vdp-container .row {
    display: initial;
    overflow-y: visible;
    position: relative;
}

#vdp-container > div:nth-child(4) > div.col-sm-6.col-md-5.col-lg-4.hidden-print {
    position: sticky;
    top: 0;
    z-index: 3;
}

.buttoncontainer {
    display: flex;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

@media (max-width: 500px) {
.buttoncontainer {
    flex-direction: column; }
}

.buttoncontainer a {
    flex: 0 0 20%;
    transition: .3s;
    width: 20%;
   /* -webkit-flex: 1;*/
    -ms-flex: 0 0 20%;
}

@media (max-width: 1199px) {
.buttoncontainer a {
    flex: 0 0 25%;
    width: 25%;
   /* -webkit-flex: 1; */
    -ms-flex: 0 0 25%; }
}

@media (max-width: 767px) {
.buttoncontainer a {
    flex: 0 0 32%;
    width: 32%;
   /*-webkit-flex: 1;*/
    -ms-flex: 0 0 32%; }
}

@media (max-width: 500px) {
.buttoncontainer a {
    flex: 0 0 100%;
    width: 100%;
    /* -webkit-flex: 1; */
    -ms-flex: 0 0 100%; }
}

.buttoncontainer a:hover {
    transform: scale(1.1);
}

.buttonbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7536f1cc-f15c-457a-a81c-586d40796c6d/button-background-2.jpg);
    background-size: cover;
    text-align: center;
}

@media (max-width: 767px) {
.buttonbackground {
    margin: 15px 15px 0px; }
}

.buttonbackground h2 {
    font-size: 2.8vw;
    line-height: 2.5vw;
    padding: 4.3% 1% 3%;
}

@media (max-width: 1199px) {
.buttonbackground h2 {
    font-size: 3.3vw;
    line-height: 3vw;
    padding: 4.4% 1% 4%; }
}

@media (max-width: 767px) {
.buttonbackground h2 {
    font-size: 3.5vw;
    line-height: 3.5vw;
    padding: 4% 1% 3%;
    margin: 0; }
}

@media (max-width: 500px) {
.buttonbackground h2 {
    font-size: 13vw;
    line-height: 12vw;
    padding: 3.1% 1% 3%;
    margin: 0; }
}

.homeabout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

@media (max-width: 767px) {
.homeabout {
    flex-direction: column; }
}

.homeabouttext h4 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 5px;
    margin: 0;
    color: #b3b3b3;
    font-family: 'freedommachinelight', sans-serif;
}

.homeabouttext h2 {
    font-size: 41px;
    text-align: center;
    margin-top: 0px;
    border-bottom: 1px solid #d6d6d6;
    color: #ff6600;
}

@media (max-width: 767px) {
.homeabouttext h2 {
    font-size: 33px;
    line-height: 33px; }
}

.homeaboutpic {
    flex: 0 0 45%;
    width: 45%;
    /*-webkit-flex: 1;*/
    -ms-flex: 0 0 45%;
}

.pageheader {
    margin-top: -25px;
}

@media (max-width: 767px) {
.pageheader {
    margin-top: 0px; }
}

.pageheader img {
    width: 100%;
}

.pageheader h1 {
    margin: 0;
    font-size: 4vw;
    width: 52%;
    border-bottom: 10px solid black;
    color: #ff6600;
    padding-left: 20%;
    margin-top: -4%;
    text-align: right;
}

@media (max-width: 767px) {
.pageheader h1 {
    font-size: 9vw;
    width: 77%;
    padding-left: 3%; }
}

.mapwrapper {
    position: relative;
    padding-bottom: 112%;
    margin-top: 25px;
}

@media (max-width: 1199px) {
.mapwrapper {
    padding-bottom: 139%; }
}

@media (max-width: 991px) {
.mapwrapper {
    padding-bottom: 185%; }
}

.mapwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.promo-link {
    color: #ff6600;
    transition: .3s;
}

a.promo-link:hover {
    color: #000;
}

table.mapandhourstbl.k-table {
    width: 100%;
}




.modelbackground {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding-bottom: 3%;
    position: relative;
    z-index: 1;
    align-items: flex-end;
    flex-wrap: wrap;
}

.modelblock {
    flex: 0 0 16%;
    text-align: center;
}

@media (max-width: 767px) {
.modelblock {
    flex: 0 0 50%;
    text-align: center; }
}

.modelblock h3 {
    text-align: center;
    font-size: 2vw;
    color: #ff6600;
    position: relative;
    transition: .2s;
    display: block;
}

@media (max-width: 767px) {
.modelblock h3 {
    font-size: 7vw;
    margin: 2px 0px; }
}

.modelblock h3:hover {
    color: black;
}

/*.modelblock h3:before {
    height: 4px;
    background-color: #e6e6e6;
    width: 10%;
    content: '';
    position: absolute;
    top: 37%;
    margin-left: -17%;
    display: block;
}

.modelblock h3:after {
    height: 4px;
    background-color: #e6e6e6;
    width: 10%;
    content: '';
    position: absolute;
    top: 37%;
    margin-left: 8%;
    display: block
}*/

.modelblock img {
    width: 100%;
}

@media (max-width: 767px) {
.modelblock img {
    margin-top: 4%; }
}

.modelopt {
    text-align: center;
    font-size: 1vw;
    font-family: 'freedommachinelight', sans-serif;
    text-transform: uppercase;
}

@media (max-width: 767px) {
.modelopt {
    font-size: 4vw; }
}

.modelopt a {
    color: white;
}

span.modelnew {
    background-color: #8e8e8e;
    padding: 1px 10px 5px;
    transition: .2s;
}

span.modelnew:hover {
    color: #ff6600;
}

span.modelused {
    background-color: black;
    padding: 1px 10px 5px;
    transition: .2s;
}

span.modelused:hover {
    color: #ff6600;
}

.modelbigtext {
    font-family: 'freedommachine', sans-serif;
    text-align: center;
    font-size: 15vw;
    position: absolute;
    top: 16%;
    z-index: 1;
    color: rgba(255, 0, 0, 0.45);
    margin: auto;
    width: 100%;
    text-transform: uppercase;
}












/* FEATURED VEHICLES */


/*@media (min-width: 768px) {
    .single-item-slider .slider-container { margin: 0 30px; }
    .single-item-slider .item { width: 204px; }
}*/

.featuredinventory h2 {
    text-align: center;
    font-size: 47px;
    color: #ff6600;
}

@media (max-width: 767px) {
.featuredinventory h2 {
    font-size: 38px; }
}

.featuredinvcontainer {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a1dfc4a2-e928-428b-b70b-342799eccfad/fi-background-4.jpg);
    padding: 6% 0%;
    background-size: contain;
    background-position: center center;
    margin-top: 0px!important;
    background-repeat: no-repeat;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
    padding-bottom: 9%;
    border: 5px solid black;
    background-color: black;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    padding: 0 4%;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    bottom: 2px;
    color: white;
}

@media (max-width: 991px) {
.single-item-slider .item-detail .price {
    font-size: 17px; }
}

@media (max-width: 767px) {
.single-item-slider .item-detail .price {
    font-size: 22px; }
}

.single-item-slider .item-detail .name {
    color: white;
    text-transform: uppercase;
    line-height: 18px;
}

.single-item-slider .item {
    background-color: transparent;
    border: none;
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
}

.single-item-slider .img-container {
    background-position: center center;
    background-size: contain;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-repeat: no-repeat;
    background-color: white;
}

.featuredinventory i.fa.fa-chevron-right {
    background-color: black;
    padding: 7px;
    border-radius: 9px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.featuredinventory i.fa.fa-chevron-left {
    background-color: black;
    padding: 7px;
    border-radius: 9px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 767px) {
.single-item-slider .slider-outer {
    height: 217px; }
}









/* INVENTORY */
/* light background */
.inventory-container .vehicle {
    background-color: transparent;
    transition: .3s;
}

.inventory-container .vehicle:hover {
    background-color: #d4d4d4;
}

.inventory-container .vehicle .title a {
    color: #fff;
}

#filters-box li label {
    color: #000;
}

#vehicleList > div {
    margin: 0;
    padding: 15px;
}

.vehicle-box {
    border: 5px solid black;
}

.inventory-container .vehicle .title {
    background-color: #000;
}

.inventory-container .vehicle .price-box {
    width: 100%;
    background-color: #000;
}

.inventory-container .vehicle .price {
    font-size: 23px;
    padding-right: 0;
    font-family: 'freedommachine', sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding-top: 3px;
}

.vehiclemodel {
    font-size: 20px;
    font-family: 'freedommachinelight', sans-serif;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: #b5b5b5;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #d4d4d4;
    border-color: #ddd;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
}

#ModalVehicleInquiry {
    border: 2px black solid;
}

.tab-content {
    background-color: #b7b7b7;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #000;
    background-color: #b7b7b7;
    border: none;
    border-bottom-color: transparent;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

.nav-tabs>li>a {
    border: none;
    background-color: #000000;
    color: white;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

div#seller-description {
    background-color: white;
    margin: 15px;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #000000;
    border-color: #d8d8d8;
}

#inventory-page > div.mobile-filters-btn-box.visible-xs.visible-sm > div > input {
    margin: 0;
}

.clBtn, .vdpBtn {
    top: 1.3em;
    right: 1.4em;
}

input#FilterQuickSearch {
    margin: 0;
}













#sideTabs {
  display: none;
}
@media (min-width: 768px) {
  #sideTabs {
    display: block;
    position: fixed;
    z-index: 15;
    top: 200px;
    right: 35px;
  }
}
#sideTabs .tab-content {
  position: absolute;
  background-color: #fff;
  width: 300px;
  right: -335px;
}
#sideTabs .tab-link {
    position: absolute;
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right top;
    transform-origin: right top;
    top: 0;
    right: 335px;
    height: 35px;
    width: 128px;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 2px 7px #000000;
    backface-visibility: hidden;
    font-family: 'freedommachine', sans-serif;
}
#sideTabs #panelFacebook {
  height: 510px;
  z-index: 9;
  top: 0px;
}
#sideTabs #panelFacebook iframe {
  border: none;
}
#sideTabs #panelFacebookTab {
  background-color: #ff6600;
}
#sideTabs #panelInstagram {
  height: 302px;
  z-index: 8;
  top: 131px;
}









/* H-D Personal Coach Finder*/

.pcf-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pcf-block {
    flex: 0 0 33.33%;
    padding: 10px;
}

.btn-hd {
    display: block;
    width: max-content;
    margin: auto;
}

.required-gear {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.required-gear-img {
    flex: 0 0 54%;
}


@media (max-width: 1199px) {
.required-gear-img {
    flex: 0 0 44%;
}
}


@media (max-width: 991px) {
.pcf-block {
    flex: 0 0 100%;
}

.required-gear-img {
    flex: 0 0 100%;
}
}







/* INSURANCE */

.insuranceWrapper {
    font-family: 'FranklinGothic';
    display: flex;
    flex-flow: column;
}

.sectionOne {
    position: relative;
}

.sectionOne > div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.sectionOne div > img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    max-width: 400px;
}

.mainText {
    position: absolute;
    right: 4%;
    top: 20%;
    background-color: white;
    padding: 16px;
    width: 393px;
}

.insuranceBlock h1 {
    font-family: franklin-gothic-compressed, sans-serif;
    text-transform: unset;
    margin-top: 0;
    color: #ff6600;
    font-weight: 600;
    font-size: 44px;
}

.mainText p {
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.insuranceWrapper h2 {
    font-family: franklin-gothic-compressed, sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #ff6600;
    margin: 0 0 5px;
}

.sectionTwo,
.sectionFour  {
    background-color: #eeeeee;
    display: flex;
}

.sectionTwo > div:nth-child(1) {
    padding: 30px 50px;
    flex: 0 0 45%;
}

.sectionTwo > div {
    padding: 15px;
}

.benefits div {
    display: flex;
    align-items: center;
    margin: 18px 0;
    position: relative;
}

.benefits div:before, 
.benefits div:last-child:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #a8a8a8;
    position: absolute;
    top: -9px;
}

.benefits div:last-child:after {
    top: unset;
    bottom: -9px;
}

.benefits img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.benefits p, 
.coverages > div > div p,
.discounts > div > div p {
    margin-bottom: 0;
    font-family: franklin-gothic-compressed, sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.coverages, 
.discounts {
    display: flex;
    justify-content: space-between;
    padding: 45px 30px;
    align-items: center;
}

.coverages > div,
.discounts > div {
    flex: 0 0 32%;
}

.coverages > div > div,
.discounts > div > div {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    position: relative;
}

.coverages img,
.discounts img {
    margin-right: 15px;
}

.coverages > div > div:before,
.coverages > div > div:nth-child(6):after,
.discounts > div > div:before,
.discounts > div > div:nth-child(5):after  {
    content: '';
    width: 98%;
    height: 1px;
    background-color: #a8a8a8;
    position: absolute;
    top: 0;
}

.coverages > div > div:nth-child(6):after,
.discounts > div > div:nth-child(5):after {
    content: '';
    top: unset;
    bottom: 0;
}

.coverages > div > div p,
.discounts > div > div p {
    font-size: 16px;
}

.insuranceBlock h3 {
    margin-top: 0;
    font-family: 'franklin-gothic-compressed';
    font-weight: 600;
}

.coverages h2,
.discounts h2 {
    margin-bottom: 0;
}

.coverages > div:nth-child(3) > p, 
.discounts > div:nth-child(1) > p {
    font-family: 'franklin-gothic-atf';
}

.sectionFive {
    text-align: center;
    height: 230px;
    position: relative;
}

.sectionFive div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
    padding: 15px;
}

.sectionFive > img {
    width: 100%;
    object-fit: cover;
}

.sectionFive h3 {
    font-family: 'FranklinGothic';
    text-transform: inherit;
    font-size: 20px;
}





.control-me {
    display: none;
}
#toggle:checked ~ .control-me {
    display: block;
}

/*
label {
    background: #a5d6a7;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}
*/

.visually-hidden {
    position: absolute;
    left: -100vw;
}

.accordionFAQ {
  background-color: #eee;
  color: #444;
  /*cursor: pointer;*/
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.panelFAQ {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.accordionFAQ {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 800;
    font-style: normal;
    position: relative;
}

.accordionFAQ:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #ff6600;
    right: 15px;
    position: absolute;
    transform: rotate(45deg);
    transition: .3s;
}

button.accordionFAQ.active:after {
    transform: rotate(0deg);
}

.panelFAQ p {
    font-family: 'franklin-gothic-atf';
    font-weight: 400;
    font-size: 14px;
}

.accordionBlock {
    position: relative;
    display: block;
    padding: 15px;
}

.accordionBlock:before,
.sectionSix > div:nth-child(6):after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #a8a8a8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 222;
}

.sectionSix > div:nth-child(6):after {
    top: unset;
    bottom: 0;
}

.sectionSix {
    padding: 45px 15px;
}

.sectionSeven {
    background-color: black;
    color: white;
    padding: 15px;
    font-family: 'franklin-gothic-atf';
    font-size: 10px;
}

.sectionSeven img {
    max-width: 230px;
    margin: 50px 10px 20px;
}

.sectionSeven ul {
    list-style: none;
    padding: 0;
}

.sectionThree sup {
    font-size: 23px;
    top: -16px;
    left: 4px;
}

.sectionTwo sup {
    font-size: 13px;
    top: -6px;
    left: 1px;
}



@media (max-width: 1199px) {
.mainText {
    top: 26%;
    padding: 15px;
    width: 469px;
}

.sectionTwo > div:nth-child(1) {
    padding: 15px 30px;
    flex: 0 0 49%;
}
}




@media (max-width: 991px) {
.insuranceBlock h1 {
    font-size: 40px;
}

.sectionOne > div {
    position: unset;
}

.sectionOne div img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    max-width: 300px;
}

.mainText {
    position: relative;
    width: 100%;
    right: 0;
    text-align: center;
}

.insuranceBlock h1 {
    font-size: 40px;
}

.sectionTwo {
    flex-flow: column-reverse;
}

.benefits img {
    width: 30px;
    height: 30px;
}

.benefits p, .coverages > div > div p, .discounts > div > div p {
    font-size: 18px;
}

.coverages {
    flex-flow: column-reverse;
    text-align: center;
}

.insuranceWrapper h2 {
    font-size: 36px;
}

.quoteBtn,
.discounts > div > div:nth-child(5):after,
.coverages > div:nth-child(2) > div:nth-child(6):after {
    display: none;
}

.coverages > div, 
.discounts > div {
    width: 100%;
}

.discounts {
    flex-flow: column;
    text-align: center;
}

.coverages > div > div, .discounts > div > div {
    padding: 8px 10px;
}

.coverages > div, .discounts > div {
    flex: none;
}

.sectionThree, 
.sectionFour {
    padding-bottom: 80px;
    position: relative;
}

.quoteBtn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    display: block;
    transform: translateX(-50%);
}

.quoteBtn img {
    margin-right: 0;
}

.sectionFive .quoteBtn {
    position: relative;
    bottom: 0;
}

.sectionSix {
    text-align: center;
}

.accordionFAQ:after {
    right: -15px;
}

.sectionFive > img {
    height: 100%;
}

.sectionFive {
    height: 250px;
}
}







/* CLUB CAR */

.clubCarWrapper {
    background-color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: black;
}

.clubCarContainer {
    padding: 15px;
}

.clubCarContainer img {
    margin: 0 auto 15px;
    display: block;
    object-fit: contain;
}

.clubCarContainer div:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

.clubCarContainer div:nth-child(2) div:nth-child(1) {
    flex: 0 0 55%;
}

.clubCarContainer .btn-primary {
    background-color: #93754f;
    color: white;
    font-family: 'Roboto', sans-serif;
    border-radius: 8px;
    padding: 20px;
    font-weight: 400;
    border: 2px solid #93754f;
    background-image: none;
    display: block;
    width: max-content;
    margin: 0 auto;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: none;
    transition: .3s;
}

.clubCarWrapper h2 {
    font-size: 45px;
    margin: 65px 0 40px;
}

.clubCarWrapper h3 {
    margin: 25px 0;
    font-size: 28px;
}

.clubCarWrapper h2,
.clubCarWrapper h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.clubCarContainer div:nth-child(n+3) {
    text-align: center;
}

.clubCarModels {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
}

.clubCarModels div {
    flex: 0 0 30%;
}

.clubCarContainer hr {
    border: 2px solid #93754e;
    width: 75%;
    margin: 50px auto;
}

.clucCarVideo {
    position: relative;
    padding-bottom: 42%;
    width: 75%;
    margin: 0 auto 25px;
}

.clucCarVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clubCarContainer div:nth-child(2) .btn-primary {
    margin: 0;
}


@media (max-width: 767px) {
.clubCarContainer div:nth-child(2) {
    flex-flow: column;
}

.clubCarModels div {
    flex: 0 0 45%;
}

.clucCarVideo {
    width: 100%;
    padding-bottom: 56%;
}
}








/* PAN AMERICA */

.paWrapper {
    background-color: white;
    color: black;
}

.paContainer .section1 {
    text-align: center;
}

.paContainer .section1 p {
    font-size: 18px;
}

.paContainer .section2 {
    background-color: black;
    color: white;
}

.paContainer .mediaContainer {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.paContainer .mediaContainer div {
    padding: 10px;
}

.paContainer .mediaContainer h3 {
    margin: 7px 0;
}

.paContainer .section3 > h1 {
    margin-top: 60px;
}

.paContainer .section3 > h1, .paContainer .section3 > p {
    text-align: center;
}

.paContainer .section3 > p {
    font-size: 18px;
}

.paContainer .pics > div {
    display: flex;
    margin: 45px 0;
}

.paContainer .pics > div div:nth-child(1) {
    flex: 0 0 57%;
}

.paContainer .pics > div div:nth-child(2) {
    padding: 70px;
}

.paContainer .pics > div:nth-child(even) {
    flex-flow: row-reverse;
}

.paContainer .pics img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.paContainer .videoWrapper {
    padding-bottom: 32%;
}

.paContainer .section4 h4 {
    font-size: 30px;
}

.paContainer .chooseContainer {
    display: flex;
}

.paContainer .chooseContainer a {
    flex: 0 0 35%;
    background-color: white;
    margin: 10px;
    border: 1px solid #dfdfdf;
    padding: 5px;
    color: black;
}

.paContainer .chooseContainer h5 {
    font-size: 22px;
    margin-bottom: 2px;
}


@media (max-width: 991px) {
.paContainer .pics > div div:nth-child(2) {
    padding: 30px;
}
}


@media (max-width: 767px) {
.paContainer .mediaContainer {
    flex-flow: column;
}

.paContainer .pics > div {
    flex-flow: column!important;
}

.paContainer .videoWrapper {
    padding-bottom: 56%;
}

.paContainer .chooseContainer {
    flex-flow: column;
}

.paContainer .mediaContainer div {
    margin: 10px 0;
}
}









/* SERIAL 1 */

.serialWrapperMast {
    background-color: #000000;
    padding: 15px;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.serialHeader {
    position: relative;
}

.serialHeader .logo {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(2px 4px 6px black);
}

.serialMdlContainer > div {
    display: flex;
    background: linear-gradient(to right, rgba(3,8,14,1) 0%,rgba(6,21,38,1) 100%);
    margin: 15px 0;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #404040;
    overflow: hidden;
}

.serialMdlContainer > div > div:nth-child(1) {
    flex: 0 0 50%;
}

.serialMdlContainer > div > div:nth-child(2) {
    padding: 15px;
}

.serialMdlContainer > div:hover img {
    transform: scale(1.1);
    filter: opacity(0.5);
}

.serialMdlContainer > div img {
    transition: .5s;
}

.serialWrapperMast h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.serialMdlContainer h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

.serialBtnContainer {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

a.serialBtn, 
.serialBtnContainer a {
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    border: 2px solid rgb(255 255 255 / 52%);
    border-radius: 8px;
    display: inline-block;
    font-size: 18px;
    transition: .3s;
}

a.serialBtn:hover,
.serialBtnContainer a:hover {
    border: 2px solid white;
}

.compTableWrapper {
    position: relative;
    padding-bottom: 65%;
    min-height: 150px;
    margin-bottom: 45px;
}

#compSpecs {
    display: block;
    cursor: ew-resize;
    overflow-y: scroll;
    margin-top: 25px;
}

#compSpecs > thead {
    position: sticky;
    top: 0;
    font-size: 18px;
    left: 0;
    /* display: block; */
}

#compSpecs td, 
#compSpecs th {
    padding: 8px;
    border: 1px solid #3e3e3e;
    background-color: rgb(0 0 0 / 63%);
    z-index: 9;
    text-align: center;
}

#compSpecs > thead > tr > th.sticky {
    border: none;
    background-color: transparent!important;
}

#compSpecs img {
    min-width: 238px;
}

#compSpecs td {
    font-size: 14px;
}

#compSpecs .sticky {
    position: sticky;
    left: 0;
    min-width: 216px;
    z-index: 444;
    background-color: #1a1a1a!important;
    text-transform: uppercase;
    font-weight: 700;
}

td.colors span {
    display: block;
}

.compTableWrapper table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 991px) {
a.serialBtn {
    margin-top: 0px;
    margin-bottom: 15px;
}

.serialMdlContainer h3 {
    margin-bottom: 15px;
}
}



@media (max-width: 767px) {
.serialMdlContainer > div {
    flex-flow: column;
}

.serialHeader .logo {
    top: 7%;
    width: 80%;
}

#compSpecs .sticky,
#compSpecs img {
    min-width: 29vw;
}

#compSpecs > thead {
    font-size: 16px;
}

.compTableWrapper {
    padding-bottom: 130%;
}
}






/* RIDING ACADEMY */

.raMain {
    background-color: white;
    font-family: 'DINPro', sans-serif;
    color: black;
}

.raMain .hero {
    width: 100%;
}

.raMain a {
    background-color: #ff6600;
    color: white;
    font-weight: 700;
    padding: 10px 25px;
    position: relative;
    display: inline-block;
    margin: 10px 0;
    font-size: 20px;
    font-family: 'DINPro-Bold', sans-serif;
    text-transform: uppercase;
    transition: .3s;
}

.raMain a:hover {
    color: black;
}

.raMain .panelFAQ {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.RAsectionOne,
.RAsectionFive,
.RAsectionNine {
    padding: 30px 15px;
}

.RAsectionOne,
.RAsectionFive {
    background-color: #dedede;
}

.RAsectionOne,
.RAsectionNine h3 {
    text-align: center;
}

.raMain h1, 
.raMain h2, 
.raMain h3,
.raMain h4 {
    font-family: 'DinPro-Bold', sans-serif;
}

.raMain .panelFAQ p {
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.RAsectionOne h1 {
    margin-top: 0;
}

.RAsectionTwo > div,
.RAsectionFour,
.RAsectionFive,
.RAsectionSix,
.RAsectionSeven,
.RAsectionEight,
.RAsectionPractice {
    display: flex;
    justify-content: space-between;
}

.RAsectionTwo div,
.RAsectionFour div,
.RAsectionFive div,
.RAsectionSix div,
.RAsectionSeven div,
.RAsectionEight div,
.RAsectionPractice div{
    padding: 15px;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1),
.RAsectionSix > div:nth-child(1),
.RAsectionEight > div:nth-child(1){
    flex: 0 0 50%;
    margin-right: 15px;
}

.RAsectionFour > div:nth-child(2),
.RAsectionSeven > div:nth-child(2),
.RAsectionPractice > div:nth-child(2){
    flex: 0 0 50%;
    margin-left: 15px;
}

.raMain h1 {
    font-size: 40px;
}

.raMain h2 {
    font-size: 35px;
}

.raMain h3 {
    font-size: 30px;
    margin-top: 0;
}

.raMain h4 {
    font-size: 18px;
}

.raMain .videoWrapper {
    width: 100%;
    margin: 15px;
    flex: 0 0 47%;
    height: 100%;
    padding-bottom: 25%;
}

.raMain ul {
    list-style: square;
}

.RAsectionThree {
    text-align: center;
    padding: 30px;
}

.accordionRA {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-family: 'DINPro-Bold', sans-serif;
}

.accordionRA:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #ff6600;
    right: 15px;
    position: absolute;
    transform: rotate(45deg);
    transition: .3s;
}

.accordionRA.active:after {
    transform: rotate(0deg);
}

.raMain .accordionBlock {
    position: relative;
    display: block;
    padding: 10px;
}

.RAsectionNine .accordionBlock:before {
    display: none;
}



@media (max-width: 767px) {
.raMain h1 {
    font-size: 30px;
}

.RAsectionTwo > div:nth-child(1), 
.RAsectionFour, 
.RAsectionSix, 
.RAsectionEight {
    flex-flow: column-reverse;
}

.RAsectionTwo > div:nth-child(2),
.RAsectionFive,
.RAsectionSeven,
.RAsectionPractice {
    flex-flow: column;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1), .RAsectionSix > div:nth-child(1), .RAsectionEight > div:nth-child(1) {
    margin-right: 0;
}

.RAsectionFour > div:nth-child(2), 
.RAsectionSeven > div:nth-child(2),
.RAsectionPractice > div:nth-child(2) {
    margin-left: 0;
}

.raMain .videoWrapper {
    margin: 15px 0;
    padding-bottom: 51%;
}
}






/* ICON */

.iconImageContainer > div:nth-child(1),
.iconImageContainerReverse > div:nth-child(1) {
    flex: 0 0 50%;
    position: relative;
}

.iconImageContainer > div:nth-child(1) h3,
.iconImageContainerReverse > div:nth-child(1) > h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    background-color: white;
    margin-left: 45px;
    padding: 25px 0;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 21%);
    color: black;
}

.iconImageContainerReverse > div:nth-child(1) > h3 {
    margin-left: -45px;
}

@media (min-width: 768px) {
.iconDetails,
.iconImageContainer,
.iconImageContainerReverse {
    display: flex;
}

.iconImageContainerReverse {
    flex-flow: row-reverse;
}
}

.iconDetails p {
    flex: 0 0 70%;
}

.iconWrapper h1 {
    text-align: center;
}

.iconWrapper .btn-primary {
    margin: 10px 0;
}

@media (max-width: 767px) {
.iconImageContainer > div:nth-child(1) h3, 
.iconImageContainerReverse > div:nth-child(1) > h3 {
    margin: -10px auto 0;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 5px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 42%);
}

.iconImageContainer,
.iconImageContainerReverse {
    margin-top: 45px;
}
}






/* ENTHUSIAST */

@media (min-width: 768px) {
.enthusiastPicContainer {
    display: flex;
}

.enthusiastPicContainerReverse {
    display: flex;
    flex-flow: row-reverse;
}

.enthusiastPicContainerReverse > div:nth-child(1) {
    flex: 0 0 50%;
    padding-left: 15px;
}

.enthusiastPicContainer> div:nth-child(1) {
    flex: 0 0 50%;
    padding-right: 15px;
}
}

.enthusiastPicContainer .btn-primary {
    margin: 10px 0;
}

.enthusiastWrapper h1 {
    text-align: center;
}




/* ENTHUSIAST 2024 */
#enthusiast .main {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7d4f7cb1-7404-46d6-ba75-f0baebd71bfb/my24-enthusiast-group-shot-bw.jpg);
    background-size: cover;
    background-position: center;
    height: 700px;
    position: relative;
}

#enthusiast .main > div {
    padding: 30px;
    color: white;
}

#enthusiast .partsAccessories {
    margin: 60px 0;
    display: flex;
    align-items: center;
    border: 1px solid;
    border-left: none;
    border-right: none;
    padding: 60px 0;
    flex-flow: row-reverse;
}

#enthusiast .partsAccessories > div:nth-child(1) {
    flex: 0 0 50%;
    margin-left: 15px;
}

#enthusiast .mediaCard > div:nth-child(2) {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

#enthusiast .mediaCard > div:nth-child(2) div {
    box-shadow: 0 0 10px rgb(0 0 0 / 17%);
    flex: 0 0 32%;
    padding-bottom: 15px;
    background-color: white;
    color: black;
}

#enthusiast h6.eyebrow {
    position: relative;
}

#enthusiast h6.eyebrow:before {
    content: '';
    background-color: #ff6600;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1rem;
}

#enthusiast .giEnthusiast {
    margin: 60px 0;
    border-top: 1px solid;
    padding-top: 45px;
}

#enthusiast .giEnthusiast > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

#enthusiast .giEnthusiast > div:nth-child(1) > div:nth-child(1) {
    flex: 0 0 40%;
}

#enthusiast .giEnthusiast h6 {
    margin-top: 0;
}

#enthusiast .giEnthusiast > div > div {
    padding: 15px;
}

#enthusiast .mobileOnly {
    display: none;
}

#enthusiast > .giEnthusiast > div:nth-child(2) {
    justify-content: center;
    text-align: center;
    width: 60%;
    margin: auto;
}


@media (max-width: 1499px) {
#enthusiast .main {
    height: 600px;
}
}



@media (max-width: 1199px) {
#enthusiast .main {
    height: 530px;
    background-position: 50% 5%;
}
}


@media (max-width: 991px) {
#enthusiast .main {
    background-image: none;
    background-color: black;
    height: 100%;
}

#enthusiast .main > div {
    padding-bottom: 0;
}

#enthusiast .mobileOnly {
    display: block;
    padding: 0!important;
}
}



@media (max-width: 767px) {
#enthusiast .partsAccessories {
    flex-flow: column;
}

#enthusiast > .giEnthusiast > div:nth-child(2) {
    width: 100%;
}

#enthusiast .partsAccessories > div:nth-child(1) {
    margin-left: 0;
}

#enthusiast .mediaCard > div:nth-child(2) {
    flex-flow: column;
}

#enthusiast .mediaCard > div:nth-child(2) div {
    margin: 30px;
}

#enthusiast .giEnthusiast > div {
    flex-flow: column;
}

#enthusiast > div.giEnthusiast > div:nth-child(1) > div:nth-child(2) {
    display: none;
}
}



/* ICONS 2024 */

#icons .main {
    background-image: url(https://psmfirestorm.blob.core.windows.net/2e3ce55f-1007-4c3d-a128-6995e2925546/my24-fli-bw-hero-1.jpg);
    background-size: cover;
    background-position: center;
    height: 600px;
    position: relative;
}

#icons .main > div {
    padding: 30px;
    width: 40%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(0 0 0 / 57%);
    left: 15px;
    color: white;
}

#icons h6.eyebrow {
    position: relative;
}

#icons h6.eyebrow:before {
    content: '';
    background-color: #ff6600;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1rem;
}

#icons .intro {
    padding: 30px 30px 0;
    text-align: justify;
}

#icons .secIntro > div {
    margin: 60px 0;
    display: flex;
    align-items: center;
    border: 1px solid;
    border-left: none;
    border-right: none;
    padding: 60px 0;
    flex-flow: row-reverse;
}

#icons .secIntro > div > div:nth-child(1) {
    flex: 0 0 50%;
    margin-left: 15px;
}

#icons .sections > div {
    display: flex;
    overflow-x: scroll;
}

#icons .sections > div > div {
    flex: 0 0 54%;
    margin: 10px;
    background-color: #ededed;
    padding: 15px;
    color: black;
}

#icons .pastBikes {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid;
}

#icons .pastBikes h3 {
    text-align: center;
}

#icons .pastBikes > p {
    text-align: center;
}

#icons .pastBikes > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#icons .pastBikes > div > div:nth-child(2) {
    flex-flow: row-reverse;
}

#icons .pastBikes > div > div > div {
    padding: 15px;
}

#icons .pastBikes > div > div > div:nth-child(2) {
    flex: 0 0 60%;
}

#icons .pastBikes small {
    margin-top: 30px;
    display: block;
}

#icons .sections h2 {
    position: relative;
}

#icons .sections h2:before {
    content: '';
    background-color: #ff6600;
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1rem;
}

#icons > div:nth-child(5) {
    margin-top: 45px;
}

@media (max-width: 991px) {
#icons .pastBikes > div > div {
    flex-flow: column-reverse!important;
    margin: 45px 0;
}

#icons .pastBikes > div > div > div {
    padding: 0;
}

#icons .sections > div {
    overflow-x: initial;
    flex-flow: column;
}
}




