/*----------------
Mac bold fix.
-----------------*/
h1, h2, h3, h4, h5, h6, p, a {
    -webkit-font-smoothing: antialiased;
  }
  /* -------------------------
  GENERIC STYLING DO NOT EDIT
  ----------------------------*/
  #outerPageContainer {
    width: 100%;
    max-width: none;
  }
  .HP-container a, .HP-container span {
    text-decoration: none;
    color: #000;
  }
  /*.HP-container h3 {
    font-size: 1em
  }*/
  .HP-container {
    font-size: 62.5%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 2%;
    text-align: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /*DO NOT REMOVE*/
  }
  .HP-slot {
    position: relative;
    margin: 0 auto;
  }
  .HP_clickable {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  .HP-hide {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .owl-carousel .owl-item img.DesktopOnly, .DesktopOnly, .inlineDesktopOnly {
    display: none !important;
  }
  .MobileOnly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inlineMobileOnly {
    display: inline;
  }
  .break {
    display: block;
  }
  .flex-boxes {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: row wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;
    width: 100%;
    -ms-flex-pack: center;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
  }

  .flex-boxes.one {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .flex_image {
    width: 100%;
    height: 100%;
  }


  @media all and (min-width: 568px) {
    .flex-boxes {
      max-width: 414px;
    }
  }
  @media all and (min-width: 768px) {
    .flex-boxes {
      max-width: 1200px;
    }
    .flex-boxes.one {
      margin-bottom: 4.615vw;
    }
  }
  @media (min-width: 1300px) {
    .flex-boxes.one {
      margin-bottom: 6em;
    }
  }
  @media all and (min-width: 1200px) {
    .flex-boxes {
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      justify-content: space-between;
    }
    .flex-boxes.one {
      max-width: 1290px;
    }
    .flex-boxes.two {
      max-width: 1300px;
    }
  }
  /* ---------------------
  Owl Carousel
  ----------------------*/
  .owl-nav {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    pointer-events: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .owl-prev, .owl-next {
    position: absolute;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
    margin: 0 !important;
    pointer-events: auto;
    background: transparent !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .owl-prev span, .owl-next span {
    font-size: 36px;
  }
  .owl-prev {
    font-size: 0 !important;
    left: 0;
  }
  .owl-next {
    font-size: 0 !important;
    right: 0;
  }
  /* --------------------------------------------------------------
  Owl Carousel WHITE ARROWS

  Controls turn to white on Slot 1 when there is a black background

  then turn to black above 1670px

  ----------------------------------------------------------------*/
  .owl-prev:before {
    display: inline-block;
    width: 80px;
    height: 80px;
    content: "";
    background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_left_black.png");
    /* background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_left_white.png");*/
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
  }
  .owl-next:before {
    display: inline-block;
    width: 80px;
    height: 80px;
    content: "";
    background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_right_black.png");
    /*     background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_right_white.png");*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }
  @media all and (min-width: 1655px) {
    .owl-prev:before {
      background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_left_black.png");
    }
    .owl-next:before {
      background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_right_black.png");
    }
  }

  /* ---------------------
  logo-slider BRAND LOGOS Owl Carousel
  ----------------------*/
  .logo-title{
      font: 8vw/1 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  @media (min-width: 568px){
  .logo-title{    font-size: 2.6em;}
  }
  @media (min-width:768px){
  .logo-title{    font-size: 2.8vw;}
  }
  @media (min-width:1300px){
  .logo-title{    font-size: 35px;}
  }
  .logo-slider{
      max-width: 1300px;
      margin:2em 4em;
  }
  .logo-slider.owl-carousel .owl-item,
  .logo-slider.owl-carousel .owl-item.active.cloned{
      /*opacity: 0;
      -webkit-transition: 0.8s;
      transition: 0.8s;*/
  }
  .logo-slider.owl-carousel .owl-item.active{
      opacity: 1;
  }
  .logo-slider .owl-nav {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    pointer-events: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .logo-slider .owl-prev, .logo-slider .owl-next {
    position: absolute;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
    margin: 0 !important;
    pointer-events: auto;
    background: transparent !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .logo-slider .owl-prev span, .logo-slider .owl-next span {
    font-size: 36px;
  }
  .logo-slider .owl-prev {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
      background-color: #FFF !important;
    font-size: 0 !important;
    left: 0;
  }
  .logo-slider .owl-next {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
      background-color: #FFF !important;
    font-size: 0 !important;
    right: 0;
  }
  /* --------------------------------------------------------------
  Owl Carousel WHITE ARROWS

  Controls turn to white on Slot 1 when there is a black background

  then turn to black above 1670px

  ----------------------------------------------------------------*/

  .logo-slider .owl-prev:before {
    display: inline-block;
    width: 80px;
    height: 80px;
    content: "";
    background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_left_black.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
  }
  .logo-slider .owl-next:before {
    display: inline-block;
    width: 80px;
    height: 80px;
    content: "";
    background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_right_black.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }
  @media all and (min-width: 768px) {
   .logo-slider .owl-prev:before {
    width: 30px;
    height: 30px;
    }
    .logo-slider .owl-next:before {
    width: 30px;
    height: 30px;
    }
  }
  @media all and (min-width: 1200px) {
   .logo-slider .owl-prev:before {
    width: 50px;
    height: 50px;
    }
    .logo-slider .owl-next:before {
    width: 50px;
    height: 50px;
    }
  }

  /*------------------------------
  Fonts
  ------------------------------------*/
  .HP-container h1, .HP-container h2, .HP-container h1 span, .HP-container h2 span {
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
  }
  .HP_CTA {
    font: 3.5vw/1em GalanoGrotesque-SemiBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 1em 0;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #fff;
    background-color: #fff;
  }
  .HP-container .flex-boxes > div:hover .HP_CTA {
    color: #fff;
    background: #000;
  }
  .HP-container .flex-boxes.one > div:hover .HP_CTA {
    color: #000;
    background: #fff;
    border-color: #fff;
  }
  .HP_CTA--Red {
    color: #fff !important;
    border: 1px solid #ed1b24;
    background-color: #ed1b24;
  }
  .HP_CTA--Grey {
    border: 1px solid #ccc;
    background-color: #ccc;
  }
  .HP_CTA.red-CTA {
    color: #fff;
    border: 1px solid #fd6256;
    background: #fd6256;
  }
  .HP-container .flex-boxes > div:hover .HP_CTA--Red, .HP-container .flex-boxes > div:hover .HP_CTA--Grey {
    border: 1px solid #000;
  }
  .S__title--Red {
    color: #ed1b24;
  }
  @media all and (min-width: 568px) {
    .HP_CTA {
      font-size: 1.5em;
    }
  }
  @media all and (min-width: 768px) {
    .HP_CTA {
      font-size: 1.8em;
      padding: 0.7em 2em 0.8em;
    }
  }
  @media all and (min-width: 1000px) {
    .HP_CTA {
      min-width: 80px;
      padding: 0.7em 2em 0.8em;
      color: #000;
    }
  }
  @media all and (min-width: 1200px) {
    .HP_CTA {
      font-size: 18px;
      min-width: 140px;
      padding: 11px 30px 12px;
    }
  }
  /* -----------------------------------
  SLOT 1 SLIDESHOW
  ------------------------------------*/
  .HP-slot-1 img {
    width: 100%;
    /* margin-top: 1em; */
  }
  .HP-slot-1 {
    display: block;
    width: 100%;
  }
  @media all and (min-width: 568px) {
    .HP-slot-1 {
      max-width: 414px;
    }
  }
  @media all and (min-width: 768px) {
    .HP-slot-1 {
      max-width: 1920px;
    }
    .owl-carousel .owl-item img {
      margin: 0 auto;
    }
  }
  /*
  @media all and (min-width: 1200px) {
  .owl-carousel .owl-item img {width: inherit;}
  }
  */
  .HP-center--horizontal {
    position: absolute;
    top: 0;
    display: block;
    max-width: 1108px;
    margin: 0 auto;
  }
  /* -------------------------
  Product Categories - MOBILE ONLY
  ----------------------------*/
  .HP-slot-cats {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 5vw 0;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .HP-slot-cats .HP_CTA {
    font-size: 14px;
    display: inline-block;
    padding: 0.8em 0;
    color: #000;
    border: none;
    background-color: #eaeaea;
  }
  .HP-slot-cats .HP-slot-cats-nested:nth-child(2) {
    /* margin-left: 6vw; */
  }
  .HP-slot-cats .HP-slot-cats-nested:nth-child(3) {
    margin-left: 6vw;
  }
  .HP-slot-cats .HP_CTA {
    width: 100%;
    margin: 7px 0;
  }
  .HP-slot-cats-nested {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 41vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .HP-slot-cats .HP-slot-cats-first {
    width: 88vw;
  }
  .HP-container .flex-boxes > div.HP-slot-cats:hover .HP_CTA {
    color: inherit;
    background-color: #eaeaea;
  }
  .HP-container .flex-boxes > div.HP-slot-cats .HP_CTA:hover {
    color: #fff;
    background: #000;
  }
  @media all and (min-width: 568px) {
    .HP-slot-cats {
      max-width: 414px;
    }
    .HP-slot-cats .HP-slot-cats-first {
      width: 370px;
    }
    .HP-slot-cats .HP-slot-cats-nested:nth-child(3) {
      margin-left: 30px;
    }
    .HP-slot-cats-nested {
      width: 170px;
    }
  }
  /* --------------------
  GENERIC STYLING END
  ----------------------*/
  /*-------------------------------
  ALL SLOT1 SLIDE STYLING HERE
  ------------------------------- */
  /*MOBILE AND GENERIC */
  /* * owl carousel patches */
  .owl-carousel {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
  }
  .HP-slide {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
  }
  .HP-slide .HP-slide-content--A, .HP-slide .HP-slide-content--B {
    position: relative;
  }
  .HP-slide .HP-slide__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .HP-slide .HP-slide__link-overlays {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .HP-slide .HP-slide__link-overlays > * {
    /* * hide LM inserted content */
    font-size: 0;
  }
  .HP-slide .HP-slide__overlay {
    /* * default content to central point */
    position: absolute;
    top: 50%;
    left: 0;
    pointer-events: none;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .HP-slide .HP-slide__title {
    line-height: 1;
    margin: 0;
  }
  .HP-slide .HP-slide__title img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .HP-slide .HP-slide__overlay .HP-slide__CTAS {
    pointer-events: auto;
  }
  .HP-slide .HP_CTA {
    width: 82vw;
    white-space: nowrap;
    padding-left: 1em;
    padding-right: 1em;
  }
  .HP-slide .HP_CTA:hover {
    background-color: #000;
    color: #fff;
  }
  @media (min-width: 568px) {
    .HP-slide .HP_CTA {
      width: 44vw;
    }
  }
  .HP-slide .HP_CTA + .HP_CTA {
    margin-top: 1em;
  }
  @media (min-width: 768px) {
    .HP-slide .HP_CTA + .HP_CTA {
      margin-top: 0;
    }
  }
  /* * ----- For content in SLIDE A ------ */
  .HP-slide .HP-slide-content--A .HP-slide__link-overlays > lm, .HP-slide .HP-slide-content--A .HP-slide__link-overlays > a {
    /* * spread single link out across slide */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .HP-slide .HP-slide-content--A .HP-slide__overlay {
    /* * adjust values to manoeuvre content around  */
    top: 82%;
    width:100%;
  }
  .HP-slide .HP-slide-content--A .HP-slide__terms {
    font: 2vw/1.5em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: bold;
    color: #fff;
    position: absolute;
    margin: 8% auto 0;
    width: 100%;
    bottom: 1em;
  }
  .HP-slide .HP-slide-content--A .HP_CTA {
    color: #000;
    background: #FFF;
    border: none;
    width: 60%;
    padding: 1em 2em;
  }
  .HP-slide .HP-slide-content--A:hover .HP_CTA {
      background-color: #000;
      color: #FFF;
  }
  .HP-slide .HP-slide-content--A .HP_CTA + .HP_CTA {
    margin-top: 1em;
  }
  .HP-slide .HP-slide-content--A .HP-slide__title {
    margin: 0 auto 6% auto;
    font: 6vw/1 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: left;
    width: 90%;
  }
  .HP-slide .HP-slide-content--A .HP-slide__para {
    width: 25%;
    margin: 3% 10% 45%;
    font: 3vw/1.5em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: left;
  }
  .HP-slide .HP-slide-content--A .HP-slide__title img {
    max-width: 100%;
  }
  @media (min-width: 568px) {
      .HP-slide .HP-slide-content--A .HP-slide__title{ font-size: 2.5em}
      .HP-slide .HP-slide-content--A .HP-slide__para{ font-size: 1.3em;}
        .HP-slide .HP-slide-content--A .HP-slide__terms {font-size: 1em;}
  }
  @media (min-width: 768px) {
    .HP-slide .HP-slide-content--A .HP-slide__overlay {
      top: 8%;
      right: 48%;
      height: 100%;
      left: auto;
      text-align: center;
      width: auto;
    }
    .HP-slide .HP-slide-content--A .HP-slide__para {
      margin: 0 0 2% 0;
    }
    .HP-slide .HP-slide-content--A .HP-slide__title {
      margin: 0 auto 5% auto;
    }
    .HP-slide .HP-slide-content--A .HP-slide__title img {
      max-width: 100%;
    }
    .HP-slide .HP-slide-content--A .HP-slide__overlay .HP-slide__CTAS {
      text-align: left;
    }
    .HP-slide .HP-slide-content--A .HP-slide__terms {
      font-size: 1em;
      width: 43%;
      position: absolute;
      bottom: 4em;
      right: unset;
      color: #fff;
      text-align: left;
      left: 9%;
    }
    .HP-slide .HP-slide-content--A .HP_CTA {
      width: auto;
      color: #000;
    }

    .HP-slide .HP-slide-content--A .HP_CTA.HP_CTA--S1 {
      margin: 0;
     
      min-width: auto;
      background: none;
      color: white;
      text-transform: none;
      border-bottom: 1px solid white;
      padding: 3px 0;
    }
    .HP-slide .HP-slide-content--A .HP_CTA.HP_CTA--S2 {
      margin-left: 2%;
      margin-top: 0;
      margin-right: 0;
      padding: 10px 30px;
      width: 25%;
    }
    .HP-slide .HP-slide-content--A .HP_CTA.HP_CTA--S3 {
      margin-top: 0;
      margin-left: 1%;
      margin-right: 0;
    }
    /*FONT SIZES*/
    .HP-slide .HP-slide-content--A .HP-slide__title {
      font-size: 3vw;
      width: 66%;
      margin: 0 auto 5% 0;
      padding-left: 0;
      line-height: 1em;
      max-width: 450px;
    }
    .HP-slide .HP-slide-content--A .HP-slide__para {
      font-size: 1.3vw;
      width: auto;
    }
  }

  @media (min-width: 1000px) {
      .HP-slide .HP-slide-content--A .HP-slide__terms{
          font-size: 0.9em;
      }
  }
  @media (min-width: 1300px) {
        .HP-slide .HP-slide-content--A .HP-slide__title {
            width: auto;
      }
        .HP-slide .HP-slide-content--A .HP_CTA.HP_CTA--S1 {
      /* padding: 10px 20px; */
    }

  }

  @media (min-width: 1400px) {
    .HP-slide .HP-slide-content--A .HP-slide__overlay {
      /* top: 31%;
      right: 14.5%; */
      height: 100%;
      left: auto;
      text-align: center;
      width: auto;
    }

  }
  @media (min-width: 1600px) {
      .HP-slide .HP-slide-content--A .HP-slide__terms{
       margin-top: 20%;
      }

      .HP-slide .HP-slide-content--A .HP-slide__overlay {
        /* top: 31%;
        right: 16%; */
        height: 100%;
        left: auto;
        text-align: center;
        width: auto;
      }
      /*FONTS*/
    .HP-slide .HP-slide-content--A .HP-slide__title {
      font-size: 5em;
      }
    .HP-slide .HP-slide-content--A .HP-slide__para {
      font-size: 1.4em;
    }

          .HP-slide .HP-slide-content--A .HP-slide__terms{
          font-size: 10px;
      }
  }
  /*-------------------
  SLIDE B
  --------------------*/
  .HP-slide .HP-slide-content--B .HP-slide__link-overlays > lm, .HP-slide .HP-slide-content--B .HP-slide__link-overlays > a {
    /* * spread single link out across slide */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .HP-slide .HP-slide-content--B .HP-slide__overlay {
    /* * adjust values to manoeuvre content around  */
    top: auto;
    width: 100%;
    text-align: center;
    bottom:4%;
  }
    .HP-slide .HP-slide-content--B .HP-slide__link-overlays > *:nth-child(2) {
    display:none;
  }

  .HP-slide .HP-slide-content--B .HP-slide__pre-headline {
    font:4.076vw/1 'GalanoGrotesque-SemiBold', sans-serif;
    text-transform:uppercase;
    letter-spacing:0.2em;
    color:#000;
    margin: 0 auto 19%;
  }
  .HP-slide .HP-slide-content--B .HP-slide__title {
    width: 100%;
    margin: 0 auto 27%;
    color: #000;
    font:8.831vw/1.23 GalanoGrotesque-SemiBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing:0.08em;
  }
  .HP-slide .HP-slide-content--B .HP-slide__para {
    width: 100%;
    margin: 0 auto 3% auto;
    font: 3vw/1.3 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #FFF;
  }


  .HP-slide .HP-slide-content--B .HP_CTA {
    border-color: #fff;
    background: #fff;
    color: black;
    display: inline-block;
  }
  .HP-slide .HP-slide-content--B .HP_CTA:hover{
     /* color:#FFF;
     background-color:black;
     border-color: black; */
  }

  @media (min-width: 568px) {
    .HP-slide .HP-slide-content--B .HP-slide__pre-headline {
      font-size: 17px;
    }
    .HP-slide .HP-slide-content--B .HP-slide__title {
      font-size: 36px;
    }
    .HP-slide .HP-slide-content--B .HP-slide__para {
      font-size: 1.4em;
      line-height: 1.3em;
    }

  }
  @media (min-width: 768px) {

    .HP-slide .HP-slide-content--B .HP-slide__overlay {
      bottom: 22%;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      left: 47%;
      margin: 0 auto;
      width: auto;
      display: inline-block;
      text-align: left;
  }

  .HP-slide .HP-slide-content--B .HP-slide__overlay .HP-slide__CTAS {
    display: flex;
    flex-direction: column;
   
}

  


  .HP-slide .HP-slide-content--B .HP-slide__pre-headline {
    font-size:1.3125vw;
    margin:0;
  }
    .HP-slide .HP-slide-content--B .HP-slide__title {
      font-size:4.4375vw;
      line-height:1;
      margin:1.2em auto;
    }

    .HP-slide .HP-slide-content--B .HP-slide__para {
      color: #FFF;
      width: auto;
      margin: 0 auto 5% 0;
      text-align: left;
    }
    /* * ---- Link overlays on top of hero ----- */
    .HP-slide .HP-slide-content--B .HP-slide__link-overlays {
      display: block;
    }
    .HP-slide .HP-slide-content--B .HP-slide__link-overlays > *:nth-child(1) {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      display: block;
    }
    .HP-slide .HP-slide-content--B .HP-slide__link-overlays > *:nth-child(2) {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 50%;
      display: block;
    }
    /* .HP-slide .HP-slide-content--B .HP-slide__title {}
    .HP-slide .HP-slide-content--B .HP-slide__title img {}
    .HP-slide .HP-slide-content--B .HP-slide__overlay .HP-slide__CTAS {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack:  start;
      -ms-flex-pack:  start;
      justify-content:  flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    } */
    .HP-slide .HP-slide-content--B .HP_CTA {
      margin-bottom: 1em;
      margin: 0 0 2em 0;
      width: auto;
      min-width: auto;
      display: inline-block;
      background: none;
      border: none;
      margin: 0;
      text-transform: unset;
      border-bottom: 2px solid black;
      padding: 0 0 3px 0;
      text-align: left;
      margin-bottom: 10px;
    }
      .HP-slide .HP-slide-content--B .HP_CTA:nth-child(2){
          margin: 0;
      }

    /*FONTS*/
    /* .HP-slide .HP-slide-content--B .HP-slide__title {
      font: 2.3vw/1.3 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
      letter-spacing: 0.05em;
    }
    .HP-slide .HP-slide-content--B .HP-slide__para{
          font-size: 1vw;
    } */
  }

  @media (min-width: 1366px) {

  .HP-slide .HP-slide-content--B .HP-slide__overlay {
    bottom: 22%;
   
}

.HP-slide .HP-slide-content--B .HP_CTA {
  margin-bottom: 20px;
}

}

@media (min-width: 1600px) {

  .HP-slide .HP-slide-content--B .HP-slide__overlay {
    bottom: 24%;
   
}


}


  @media (min-width: 1600px) {

        /*FONTS*/

        .HP-slide .HP-slide-content--B .HP-slide__pre-headline {
          font-size: 21px;
          }
    .HP-slide .HP-slide-content--B .HP-slide__title {
      font-size: 71px;
      }

    .HP-slide .HP-slide-content--B .HP-slide__para {
      font-size: 1.4em;
    }
  }

  /*-------------------------------
  ALL SLOT1 SLIDE2 END
  ------------------------------- */
  /*---------------------------
  INSERT BANNER
  -----------------------------*/
  #unders1-HP-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 5vw;
    color: #FFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
      margin-top: 0;
  }
  #unders1-HP-banner .unders1-HP-banner-textarea {
    position: absolute;
    left: 50%;
    top: 55%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  #unders1-HP-banner .unders1-banner__title {
    font: 6vw/1.2em GalanoGrotesque-SemiBold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    width: 100%;
    margin: 0 auto 5%;
    padding: 0;
    color: #000;
    /* text-align: left; */
  }
  #unders1-HP-banner .unders1-banner__subtitle {
    font: 3vw/1.2em GalanoGrotesque-SemiBold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #FFF;
    text-align: left;
    margin: 0 0 0.2em 40px;
    width: 100%
  }
  #unders1-HP-banner .unders1-banner__para {
    font: 2.4vw/1.5 GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    margin: 5% auto;
  }
  #unders1-HP-banner .unders1-banner__title img {
    width: 70%;
    max-width: 650px;
  }
  @media (min-width: 768px) {
    #unders1-HP-banner .unders1-banner__title img {
      width: 77%;
    }
  }
  #unders1-HP-banner .unders1-banner--para {
    font: 3vw/1.3 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: 85%;
    margin: 3vw auto 0vw;
    color: #fff;
  }
  #unders1-HP-banner .unders1-banner__title strong {
    font-family: GalanoGrotesque-Semibold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #000;
  }
  #unders1-HP-banner .HP_CTA {
    width: 85%;
    margin: 0;
    padding: 0;
    color: #FFF;
    border-color: #000;
    background: #000;
  }
  #unders1-HP-banner:hover .HP_CTA {
    color: #000;
    background: #FFF;
    border-color: #FFF;
  }
  #unders1-HP-banner:hover .HP_CTA span {
    color: #000;
  }
  @media (min-width: 768px) {
    #unders1-HP-banner .HP_CTA span {
      padding-right: 0;
      padding-left: 0;
      text-align: center;
    }
    #unders1-HP-banner:hover .HP_CTA {
      color: #000;
      border: none;
    }
    #unders1-HP-banner:hover .HP_CTA span {
      background: #FFF;
      color: #000;
      border: none;
    }
  }
  #unders1-HP-banner .HP_CTA + .HP_CTA {
    margin-top: 0;
  }
  @media (min-width: 768px) {
    #unders1-HP-banner .HP_CTA + .HP_CTA {
      margin-left: 2.5em;
    }
  }
  #unders1-HP-banner .unders1-banner__cta {
    font: 3.5vw/1.5 GalanoGrotesque-Semibold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #FFF;
  }
  /*#unders1-HP-banner:hover .unders1-banner__cta {
    color: #000;
    background: #fff;
  }*/
  @media all and (min-width: 568px) {
    #unders1-HP-banner {
      max-width: 414px;
    }
    #unders1-HP-banner .unders1-banner__title {
      font-size: 2.5em;
      /* margin-bottom: 0; */
    }
    #unders1-HP-banner .unders1-banner__subtitle {
      font-size: 1.2em;
    }
    #unders1-HP-banner .unders1-banner__para {
      font-size: 1.2em;
    }
    #unders1-HP-banner .unders1-banner__cta {
      font-size: 1em;
    }
  }
  @media all and (min-width: 768px) {
    #unders1-HP-banner {
      max-width: 1300px;
      margin-top: 0;
      margin-bottom: 3.84vw;
    }
    #unders1-HP-banner .unders1-HP-banner-textarea {
      top: 0;
      left: auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
          transform: none;
      margin: 0 auto;
      right: 0;
    }
    #unders1-HP-banner .unders1-banner__title img {
      margin: 0 auto;
      width: 50%;
    }
    #unders1-HP-banner .unders1-banner__title {
      margin: 0;
      width: 100%;
      text-align: center;
    }
    #unders1-HP-banner .unders1-banner__para {
      margin: 1em 0 0;
      text-align: center;
    }
    #unders1-HP-banner .unders1-banner__cta {
      padding: 6px 40px;
    }
    #unders1-HP-banner .HP_CTA {
      position: relative;
      top: 0;
      width: auto;
      margin: 0;
      border: none;
    }
    #unders1-HP-banner:hover .HP_CTA {
      color: #FFF;
      background: #000;
    }
    /*font sizes*/
    #unders1-HP-banner .unders1-banner__title {
      font-size: 2.4em;
    }
    #unders1-HP-banner .HP_CTA {
      font-size: 3em;
      width: 20%;
      padding-right: 0;
      padding-left: 0;
      white-space: nowrap;
    }
    #unders1-HP-banner .unders1-banner__para {
      font-size: 1.3vw;
    }
    #unders1-HP-banner .unders1-banner__cta {
      font-size: 1.8em;
    }
  }
  @media all and (min-width: 1300px) {
    #unders1-HP-banner {
      margin-bottom: 5em;
      padding-bottom: 0;
    }
    #unders1-HP-banner .unders1-banner__para {
      width: auto;
      margin: 1.3em 0
    }
    #unders1-HP-banner .unders1-banner__cta {
      padding: 7px 30px;
      padding-right: 30px;
      padding-left: 30px;
    }
      #unders1-HP-banner .HP_CTA span{
      padding-right: 30px;
      padding-left: 30px;
          min-width: 140px;
      }
        #unders1-HP-banner .unders1-banner__title {
    margin: 1.5em 0 0.5em 0;
      }
    /*FONT SIZES*/
    #unders1-HP-banner .unders1-banner__para {
      font-size: 1.3em;
    }
    #unders1-HP-banner .unders1-banner__cta {
      font-size: 18px;
    }
        #unders1-HP-banner .HP_CTA {
            width: auto;
      }
  }
  #unders1-HP-banner .underslot1-dual-links {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #unders1-HP-banner .underslot1-dual-links > * {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
  }
  #unders1-HP-banner .underslot1-dual-links > *:nth-child(1) {
    right: 50%;
    left: 0;
  }
  #unders1-HP-banner .underslot1-dual-links > *:nth-child(2) {
    right: 0;
    left: 50%;
  }
  @media (max-width: 767px) {
    #unders1-HP-banner .underslot1-dual-links {
      display: none;
    }
  }
  /* ---------------------
  SLOT 2
  -----------------------*/
  .HP-slot-del {
    height: auto;
    margin: 1vw 0 2vw 0;
      width: 100%;
  }
  .HP-slot-del .HP_textbox {
    width: 100%;
  }
  .HP-slot-del .HP_CTA {
    color: #fff;
    background: #000;
      margin: 0 0 2em 0;
      width: 65%;
  }
  .HP-slot-del:hover .HP_CTA {
    background: #ccc;
      color: #000;
  }
  .HP-slot-del .HP_textbox .S2__title {
      vertical-align: middle;
    font: 3.8vw/1.2em GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 1.5em 0 1em 0;
      text-transform: uppercase;
  }
  .HP-slot-del .HP_textbox .S2__title img {
      vertical-align: middle;
      width: 10%;
      margin: 0 0 1em 0
  }
  .HP-slot-del .HP_textbox .S2__title--thinfont {
    font: 0.8em/1.5em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  @media all and (min-width: 568px) {
    .HP-slot-del .HP_textbox .S2__title {
      font-size: 4vw;
    }
  }
  @media all and (min-width: 736px) {
    .HP-slot-del .HP_textbox .S2__title {
      font-size: 4vw;
    }

  }
  @media all and (min-width: 768px) {
      .HP-slot-del .HP_textbox .S2__title img{
          width: 2%;
          margin: 0;
          max-width: 37px;
      }
      .HP-slot-del .HP_CTA {
          width: auto;
      min-width:140px;
          margin: 0;
  }
    .HP-slot-del .HP_textbox .S2__title {
      font-size: 2.8em;
      line-height: 1.2em;
        margin: 0 0 0.5em 0;
      padding: 0;
    }
    .HP-slot-del {
      margin: 3em 0;
    }
    .HP-slot-del .HP_textbox .S2__title--thinfont {
      font-size: 0.75em;
    }
  }
  @media all and (min-width: 1000px) {
    .HP-slot-del .HP_textbox .S2__title {
      font-size: 2.8em;
    }
  }
  @media all and (min-width: 1200px) {
    .HP-slot-del {
      margin: 5em 0;
    }
    .HP-slot-del .HP_textbox .S2__title {
      font-size: 26px;
    }
      .HP-slot-del .HP_textbox .S2__title--thinfont{font-size: 23px;}
  }
  /* ---------------------
  SLOTS 2, 3 & 4
  -----------------------*/
  .S2__title {
    font: 1.3em/1em GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 1.5em 0;
    letter-spacing: 0.01em;
  }
  .S2__title--thinfont {
    font-family: GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    text-transform: initial;
  }
  .HP-slot-2 .HP_CTA, .HP-slot-3 .HP_CTA, .HP-slot-4 .HP_CTA {
    width: 82vw;
    margin: 0 auto 0.5em 0;
    white-space: nowrap;
    color: #000;
    background: #FFF;
    border: 1px solid #000;
  }
  .HP-slot-2:hover .HP_CTA, .HP-slot-3:hover .HP_CTA, .HP-slot-4:hover .HP_CTA {
    color: #fff !important;
    background: #000 !important;
  }
  .HP-slot-3, .HP-slot-4 {
    margin-top: 5vw;
  }
  /*-----------
  ORDER SWAP
  ---------------
  .HP-slot-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5vw;
  }
  .HP-slot-3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  .HP-slot-4 {
    margin-top: 5vw;
         -webkit-box-ordinal-group: 4;
             -ms-flex-order: 3;
                 order: 3;
  }
  */
  /*----Price-points---- */
  .HP-slot-2 img.HP-slot2--pp, .HP-slot-3 img.HP-slot3--pp {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 20%;
  }
  .HP-slot-4 img.HP-slot4--pp {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 20%;
  }
  .HP-slot-2 .S3__title, .HP-slot-3 .S4__title, .HP-slot-4 .S5__title {
    font: 4vw/1.15em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    bottom: 20%;
    width: 100%;
    margin: 1em 0;
    padding: 0;
    text-align: center;
    /* text-transform: uppercase; */
    color: #000;
  }
  /* for sale build - remove when no longer needed
  .HP-slot-2 .S3__title, .HP-slot-3 .S4__title, .HP-slot-4 .S5__title {
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    bottom: auto;
    right: auto;
    width: 63%;
    margin: 0;
  }
  .HP-slot-2 .S3__title img, .HP-slot-3 .S4__title img, .HP-slot-4 .S5__title img {
    display: block;
    width: 100%;
    height: auto;
  }

  .HP-slot-3 .S4__title {
      width: 62%;
      top: 40%;
  }
  .HP-slot-4 .S5__title {
      width: 69%;
      top: 43%;
  }

  .HP-slot-2 .HP_CTA, .HP-slot-3 .HP_CTA, .HP-slot-4 .HP_CTA {
    position: absolute;
    top: 87%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    bottom: auto;
    right: auto;
    width: 52%;
    margin: 0;
  }
  */
  .HP-slot-4 .HP-slot-4-extracta {
    font: 4vw/1.15 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 !important;
    text-align: left;
  }
  .HP-slot-4 .HP-slot-4-extracta span {
    text-decoration: underline;
  }
  @media all and (min-width: 568px) {
    .HP-slot-2 .S3__title, .HP-slot-3 .S4__title, .HP-slot-4 .S5__title {
      font-size: 1.6em;
    }
    .HP-slot-4 .HP-slot-4-extracta {
      font-size: 1.3em;
      bottom: 10.5em;
    }
  }
  @media all and (min-width: 768px) {
    .HP-slot-2 img.HP-slot2--pp, .HP-slot-3 img.HP-slot3--pp {
      width: 26.445%;
    }
    .HP-slot-4 img.HP-slot4--pp {
      width: 26.445%;
    }
    .HP-slot-2 .S3__title, .HP-slot-3 .S4__title, .HP-slot-4 .S5__title {
      font-size: 1.8vw;
      bottom: 2.5em;
    }
    .S2__title--thinfont {
      display: inline-block
    }
    .HP-slot-2, .HP-slot-3, .HP-slot-4 {
      width: 28.8%;
      margin-top: 0;
    }
    .HP-slot-2 .HP_CTA, .HP-slot-3 .HP_CTA, .HP-slot-4 .HP_CTA {
      margin: 0 auto 10px 0;
    }
    .HP-slot-2 img.HP-slot2--pp, .HP-slot-3 img.HP-slot3--pp {
      top: 3%;
      right: 5%;
    }
    .HP-slot-4 img.HP-slot4--pp {
      top: 3%;
      right: 5%;
      left: auto
    }
    .HP-slot-4 {
      margin-top: 0
    }
    .HP-slot-2 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 0;
    }
    .HP-slot-3 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .HP-slot-4 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      margin-top: 0;
    }
    .HP-slot-4 .HP-slot-4-extracta {
      font-size: 1.3em;
      top: 0;
    }
  }
  @media all and (min-width: 1000px) {
    .HP-slot-2 .S3__title, .HP-slot-3 .S4__title, .HP-slot-4 .S5__title {
      font-size: 2.3em;
    }
  }




  /*---------------------------
  INSERT BANNER
  -----------------------------*/

  #insert-HP-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    max-width: 1300px;
    margin: 2em auto 1em;
    padding-bottom: 0em;
    color: #FFF;
    background: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  #insert-HP-banner .insert-HP-banner-textarea {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }
  #insert-HP-banner .insert-banner__ctaarea {
    width: 100%;
      margin: 0;
  }
  #insert-HP-banner .HP_CTA {
    width: 90%;
      color: #FFF;
      background: #000;
    border: none;
  }
  #insert-HP-banner:hover .HP_CTA {
      color: #000 !important;
      background: #FFF !important;
  }
  #insert-HP-banner .insert-banner__title {
      font: 6vw/1.2em GalanoGrotesque-SemiBold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
      width: 100%;
      margin: 0 auto 5%;
      padding: 0;
      color: #000;
  }
  #insert-HP-banner .insert-banner__title span {
    font: 4.5vw/1 GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: none;
  }
  #insert-HP-banner .insert-banner__para {
      font: 2.4vw/1.5 GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
      color: #000;
      margin: 5% auto 2%;
  }
  #insert-HP-banner .insert-banner__terms {
    font: 3vw/1.5 GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    width: 100%;
    margin: 0 auto 3vw;
    padding: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #000;
    text-align: center;
  }
  #insert-HP-banner .insert-banner__terms span{
    font:1.5em/1 GalanoGrotesque-Semibold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
      color: #FFF;
      display: block;
  }

  #insert-HP-banner .insert-banner__title img {
    width: 70%;
    /* max-width: 270px; */
    margin: 0 auto;
  }
  #insert-HP-banner .HP_CTA {
    /* background: #FFF; */
    width: 82%;
    margin-bottom: 0;
  }
  #insert-HP-banner .HP_CTA:hover {
    /* background: #000; */
  }
  #insert-HP-banner .HP_CTA .insert-banner__cta:hover {
    color: #FFF !important;
  }
  #insert-HP-banner .insert-banner__cta {
    font: 3.5vw/1.5 GalanoGrotesque-Semibold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    display: block;
    margin: 0 auto;
    padding: 12px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  @media all and (min-width: 568px) {
    #insert-HP-banner {
      max-width: 414px;
    }
    #insert-HP-banner .insert-banner__title {
      font-size: 1.8em;
    }
    #insert-HP-banner .insert-banner__title span {
      font-size: 1.3em;
    }
    #insert-HP-banner .insert-banner__para {
      /* margin-bottom: 4%; */
      font-size: 1.2em;
    }
    #insert-HP-banner .insert-banner__cta {
      font-size: 1.3em;
      line-height: 1.5em;
    }
    #insert-HP-banner .HP_CTA {
      width: 80% !important;
      padding: 1em;
    }

  #insert-HP-banner .insert-banner__terms {
    font-size: 1.3em;
      }
  }
  #insert-HP-banner:hover .HP_CTA {
    color: #fff;
    background: #000;
  }
  @media all and (min-width: 768px) {
    #insert-HP-banner {
      max-width: 1300px;
      margin-top: 0;
      margin-bottom: 3em;
    }
    #insert-HP-banner .insert-banner__title {
        margin: 0;
    }
    #insert-HP-banner .insert-banner__cta {
      padding: 10px 30px;
    }
    #insert-HP-banner .HP_CTA {
      width: 100%;
      margin: 1em auto;
    }
    #insert-HP-banner .HP_CTA .insert-banner__cta:hover {
      color: #fff;
    }
    #insert-HP-banner .HP_CTA:nth-child(2) {
      margin: 0 auto 0 2em;
    }
    #insert-HP-banner .insert-banner__cta {
      padding: 6px 25px;
    }
    #insert-HP-banner .insert-banner__title img {
      width: 50%;
    }
    #insert-HP-banner .insert-banner__ctaarea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    #insert-HP-banner .HP_CTA {
      left: 0;
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin: 0 auto;
        min-width: 160px;
      width: auto !important;
    }
    #insert-HP-banner .insert-HP-banner-textarea {
      top: 0;
      left: auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
          transform: none;
      margin: 0 auto;
      right: 0;
    }
    #insert-HP-banner .insert-banner__para {
      margin-right: auto;
      width: auto;
      margin-left: auto;
        margin:1em 0 0;
        text-align: center;
    }
      #insert-HP-banner .insert-banner__terms,
      #insert-HP-banner .insert-banner__terms span{
          color: #000;
          margin: 0;
      }
    /*-------------
      FONT SIZES
      ---------------*/
    #insert-HP-banner .insert-banner__title {
      font-size: 3vw;
    }
    #insert-HP-banner .insert-banner__para {
      font-size: 1.3vw
    }
    #insert-HP-banner .insert-banner__cta {
      font-size: 1.8em;
    }
  }
  @media all and (min-width: 1300px) {
    #insert-HP-banner {
      margin-bottom: 4em;
      padding-bottom: 0;
    }
      #insert-HP-banner .insert-banner__title{
              margin: 0.5em 0 0.2em 0;
      }
    #insert-HP-banner .insert-banner__para {
      font-size: 1.3em
    }

    #insert-HP-banner .insert-banner__cta {
      font-size: 18px;
    }
    #insert-HP-banner .insert-banner__title img {
      width: auto;
      max-width: 650px;
    }

    #insert-HP-banner .HP_CTA {
      width: auto;
      margin-top: 0;
      padding: 10px 30px;
    }

      /*font size*/
        #insert-HP-banner .insert-banner__title {
            font-size:37px;
      }
      #insert-HP-banner .insert-banner__para{ font-size: 14px;}
  }



  .insert-HP-banner-spacer{
      display: block;
      height: 3em;
      width: 100%;
  }

  @media all and (min-width: 1300px) {
      .insert-HP-banner-spacer{ height: 4em;}
  }
  /* ---------------------
  SLOTS 5, 6 & 7
  -----------------------*/
  /* ----------SLOT 5------------*/
  .HP-slot-5-JDW {
    width: 100%;
    margin-top: 5vw;
  }
  .HP-slot-5-JDW__container {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin: 6vw 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  /* for sale - remove when not required */
  .HP-slot-5-JDW__container {
    bottom: 3em;
    /* -webkit-transform: translate3d(0, 50%, 0); */
    /* transform: translate3d(0, 50%, 0); */
    margin: 0;
  }
  .HP-slot-5-JDW__container img {
    width: 70%;
    max-height: 87px;
    margin: 0 auto;
  }
  .S5-JDW__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0px auto 2em 0;
    text-align: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .S5-JDW__title .JDW__titleheading--one {
    margin: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #FFF;
  }
  .S5-JDW__title .JDW__titleheading--one span {
    font: 8vw/1.1 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    color: #000;
    /* text-transform: uppercase; */
    letter-spacing: 0.1em;
  }
  .SS5-JDW__title .JDW__titleheading--one sup {
    font: .5em/1.15em GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
  }
  .S5-JDW__titleheading--two {
    font: 7vw/1 GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    color: #000 !important;
  }
  .S5-JDW__title .JDW--para {
    font: 3vw/1.5 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: 100%;
    margin: 1em auto 0vw;
    text-align: center;
    color: #000;
  }
  .HP-slot-5-JDW .HP_CTA {
    width: 85vw;
    margin: 0px auto;
    color: #000;
    border: none;
    background: #fff;
  }
  .HP-container .flex-boxes > .HP-slot-5-JDW:hover .HP_CTA {
    color: #fff;
    background: #000;
  }
  @media (min-width: 568px) {
    .HP-slot-5-JDW__container {
      margin: 0;
    }
    .S5-JDW__title {
      font-size: 1.3em;
      line-height: 1.8em;
    }
    .JDW--para {
      font-size: 1em;
    }
    .HP-slot-5-JDW .HP_CTA {
      width: 80%


    }
      /*FONT SIZES*/
  .S5-JDW__title .JDW__titleheading--one span{font-size: 2.1em;}
  .S5-JDW__title .JDW--para{font-size: 1em;}
  }
  @media all and (min-width: 768px) {
    .HP-slot-5-JDW {
      width: 48.5%;
      margin: 0
    }
    .HP-slot-5-JDW__container {
      /* bottom: 43%; */
      right: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      margin: 0;
      padding: 0;
    }
    .S5-JDW__title {
      width: 100%;
      margin: 0px auto 1em;
      padding: 0;
    }

    .JDW--para {
      font-family: GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.1vw;
      margin: 0.8em auto 0em;
    }
    .HP-slot-5-JDW .HP_CTA {
      margin: 0;
      /* background: #fff; */
      /* color: #000; */
    }
    .HP-container .flex-boxes > .HP-slot-5-JDW:hover .HP_CTA {
      /* color: #FFF; */
      /* background: #000; */
    }
      /*FONT SIZES*/
  .S5-JDW__title .JDW__titleheading--one span{font-size: 2.8vw; }
  .S5-JDW__title .JDW--para {font-size: 1.15vw;/* margin: 1em auto 0; */}
  }
  @media (min-width: 1300px) {
    .JDW--para {
     margin: 2em auto 0;
    }
    .S5-JDW__title {
      width: 100%;
      padding: 0;
    }
          /*FONT SIZES*/
  .S5-JDW__title .JDW__titleheading--one span{font-size: 35px;}
  .S5-JDW__title .JDW--para {font-size: 14px;}
  }
  /* ----------SLOT 6------------*/
  .HP-slot-6-JDW {
    width: 100%;
    margin-top: 5vw;
  }
  .HP-slot-6-JDW__container {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin: 12vw 0;
    padding: 0;
  }
  /* for sale - remove when not required */
  .HP-slot-6-JDW__container {
    bottom: 3em;
    /* -webkit-transform: translate3d(0, 50%, 0); */
    /* transform: translate3d(0, 50%, 0); */
    margin: 0;
  }
  .HP-slot-6-JDW__container img {
    width: auto;
    width: 70%;
    max-height: 87px;
    height: auto;
    margin: 0 auto;
  }
  .HP-slot-6-JDW img.HP-slot6--pp {
    position: absolute;
    top: 3%;
    left: 28%;
    width: 20%;
  }
  .S6-JDW__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 0 5% auto;
    text-align: left;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .S6-JDW__title .JDW__titleheading--one {
    margin: 0;
    text-align: center;
    color: #000;
  }
  .S6-JDW__title .JDW__titleheading--one span{
    font: 8vw/1 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    /* text-transform: uppercase; */
    color: #000;
    display: block;
  }
  .S6-JDW__titleheading--one small {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.6em
  }
  .S6-JDW__titleheading--one sup {
    font: .5em/1.15em GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
  }
  .S6-JDW__titleheading--two {
    font: 7vw/1 GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    color: #FFF !important;
  }
  .S6-JDW__title .JDW--para {
      font: 3vw/1.5 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
      width: 80%;
      margin: 1em auto 0vw;
      text-align: center;
      color: #FFF;
  }
  .S6-JDW__title--medium {
    font-size: 8vw;
  }
  .S6-JDW__title--big {
    font-size: 10vw;
  }
  .S6-JDW__title--small {
    font-size: 6vw;
  }
  .HP-slot-6-JDW .HP_CTA {
    width: 90%;
    margin: 0 auto;
    color: #000;
    border: none;
    background: #fff;
  }
  .HP-container .flex-boxes > .HP-slot-6-JDW:hover .HP_CTA {
    color: #fff;
    background: #000;
  }
  @media all and (min-width: 568px) {
    .HP-slot-6-JDW__container {
      margin: 0;
    }
    .S6-JDW__title {
      font-size: 1.3em;
      line-height: 1.8em;
    }
    .S6-JDW__titleheading--one {
      font-size: 1.4em;
    }
    .S6-JDW--para {
      font-size: 1em;
    }
    .HP-slot-6-JDW .HP_CTA {
      width: 80%
    }
    .HP-slot-6-JDW img.HP-slot6--pp {
      width: 19.5%;
      max-width: 100px;
    }

      /*FONT SIZES*/
      .S6-JDW__title .JDW__titleheading--one span{font-size: 2.1em;}
      .S6-JDW__title .JDW--para {font-size: 1em;}
  }
  @media all and (min-width: 768px) {
    .HP-slot-6-JDW {
      width: 48.5%;
      margin: 0
    }
    .HP-slot-6-JDW__container {
      top: auto;
      right: 0%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin: 0;
      padding: 0;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      /* bottom: 38%; */
    }
    .S6-JDW__title {
      width: 100%;
      margin: 0px auto 1em;
      padding: 0;
    }
    .S6-JDW__titleheading--one {
      font-size: 1.8vw;
    }
    .S6-JDW--para {
      font-family: GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.3vw;
      width: 80%;
      margin: 0.8em auto 0em;
    }
    .HP-slot-6-JDW .HP_CTA {
      margin: 0;
    }
    .HP-slot-6-JDW img.HP-slot6--pp {
      top: 3%;
      left: 26%;
      width: 20%;
    }

          /*FONT SIZES*/
  .S6-JDW__title .JDW__titleheading--one span{font-size: 2.8vw;}
  .S6-JDW__title .JDW--para {font-size: 1.15vw;}
  }
  @media (min-width: 1300px) {
    .S6-JDW__titleheading--one {
      font-size: 2.2em;
    }
    .S6-JDW--para {
      font: 1.4em/1.3em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
      width: 70%;
      margin: 1em auto 0em;
    }
    .S6-JDW__title {
      font-size: 1em;
      width: 100%;
      padding: 0;
    }
    .HP-slot-6-JDW__container {}
    .HP-slot-6-JDW img.HP-slot6--pp {
      top: 5%;
      left: 29%;
      width: 20%;
   }
          /*FONT SIZES*/
  .S6-JDW__title .JDW__titleheading--one span{font-size: 35px;}
  .S6-JDW__title .JDW--para {font-size: 14px;}
  }
  /*--------------MARISOTA SLOT 6------------*/
  .HP-slot-6-FSP {
    width: 100%;
    margin-top: 5vw;
  }
  .HP-slot-6-FSP__container {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .HP-slot-6-FSP__container img {
    width: 62px;
    margin: 0 auto;
  }
  .S6-FSP__title {
    font-family: GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0.1em 0;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .S6-FSP__title span {
    color: #fff;
  }
  .S6-FSP__title--medium {
    font-size: 8vw;
  }
  .S6-FSP__title--big {
    font-size: 10vw;
  }
  .S6-FSP__title--small {
    font-size: 6vw;
  }
  .HP-slot-6-FSP .HP_CTA {
    width: 68vw;
    color: #bf5a86;
    border: 1px solid transparent;
    background: #fff;
  }
  @media all and (min-width: 568px) {
    .S6-FSP__title {
      line-height: 5vw
    }
    .S6-FSP__title--medium {
      font-size: 4vw
    }
    .S6-FSP__title--big {
      font-size: 6vw
    }
    .S6-FSP__title--small {
      font-size: 3vw
    }
  }
  @media all and (min-width: 768px) {
    .HP-slot-6-FSP {
      width: 48.5%;
      margin: 0
    }
    .S6-FSP__title {
      line-height: 4em
    }
    .S6-FSP__title--medium {
      font-size: 3em;
      line-height: 1em
    }
    .S6-FSP__title--big {
      font-size: 5em
    }
    .S6-FSP__title--small {
      font-size: 1.5em;
      line-height: 1em;
      margin-bottom: .5em

    }
  }
  @media all and (min-width: 1000px) {
    .HP-slot-6-FSP .HP_CTA {
      margin-top: 0
    }
  }
  @media all and (min-width: 1200px) {
    .HP-slot-6-FSP__container img {
      margin: 1.5em auto
    }
    .S6-FSP__title {
      line-height: 3.5em
    }
    .S6-FSP__title--big {
      font-size: 4em;
      line-height: .7em
    }
    .S6-FSP__title--small {
      line-height: 1em
    }
    .S6-FSP__title--medium {
      font-size: 2.5em
    }
  }
  /*-------------------------------
  ALL SLOT 7 STYLING
  ------------------------------- */
  /* ----------JDW S7 JH ALL STYLING HERE ------------ */
  .HP-slot-7 {
    width: 100%;
    height: auto;
    margin: 4vw 0;
    padding: 0;
  }
  .HP-slot-7__container {
    position: absolute;
    bottom: 74%;
    left: 0;
    width: 100%;
    right: 0;
  }
  .HP-slot-7__ctaArea{
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 100%;
    right: 0;
  }
  .S7-JDW__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .S7-JDW__title .JDW__titleheading--one {
      width: 100%;
      margin: 0 auto;
  }
  .S7-JDW__title .JDW__titleheading--one span {
    font: 8vw/1 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
    display: block;
    /* text-transform: uppercase; */
  }
  .S7-JDW__title .JDW--para {
    font: 3vw/1.5 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: 100%;
    margin: 20% auto 0;
    color: #FFF;
  }
  .HP-slot-7 .HP_CTA {
    width: 90%;
    background: #FFF;
    color: #000;
    border: none;
    margin-bottom: 1em;
  }

  .HP-slot-7:hover .HP_CTA {
    background: #000;
    color: #FFF;
  }
  .HP-slot-7-overlay{
    display: none
  }

  @media all and (min-width: 568px) {
      .S7-JDW__title .JDW__titleheading--one span{
          font-size: 2.6em;
      }
      .S7-JDW__title .JDW--para{font-size: 1.3em;}
  }
  @media (min-width: 768px) {
          .HP-slot-7 {
    margin: 4.5em 0;
  }
    .HP-slot-7__container {
      padding: 0;
      top: 20%;
      width: 27.5%;
      left: 46%;
      right: auto;
    }
    .HP-slot-7__ctaArea {
      padding: 0;
      bottom: 25%;
      right: auto;
      width: 27.5%;
      margin: 0 auto;
      left: 46%;
    }
    .HP-slot-7-overlay{
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
        position: absolute;
        top: 0;
    }
    .HP-slot-7-overlay a{
      width: 50%;
        height: 100%;
        font-size: 0;
    }
      .S7-JDW__title{
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          width: 100%;
          margin: 0 auto;
      }
    .S7-JDW__title .JDW__titleheading--one {
      margin: 0 auto 0.5em;
      width: 100%;
      text-align: center;
    }
    .S7-JDW__title .JDW__titleheading--one span {
      font-size: 2.8vw;
      width: 100%;
      position: relative;
      display: inline;
      margin: 0 auto;
      color: #FFF;
    }
    .S7-JDW__title .JDW--para {
      margin: 0.5em auto 1em;
      font-size: 1.4vw;
      text-align: center;
    }
      .HP-slot-7 .HP_CTA{
          width: auto;
          padding: 10px 30px;
          display: inline-block;
          margin: 0 2%;
      }

  }
  @media (min-width: 1300px) {
      .HP-slot-7 {
    margin: 4em 0;
  }
      .HP-slot-7__container{
          top: 23%;
      }
      .HP-slot-7__ctaArea{
          /* bottom: 25%; */
      }
    /*------
      FONT SIZES
      ----------*/
        .S7-JDW__title .JDW__titleheading--one span {
      font-size: 35px;
    }
      .S7-JDW__title .JDW--para{
          font-size: 14px;
      }
  }

  /* ----------JDW S7 END ------------ */
  .bottom__para {
    font: 3vw/1.5em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    max-width: 1000px;
    margin: 1em;
    text-align: center;
  }
  @media all and (min-width: 568px) {
    .bottom__para {
      font-size: 1.75vw;
      margin: 1em 6em;
    }
  }
  @media all and (min-width: 768px) {
    .bottom__para {
      font-size: 1em;
      margin: 1em 1.5em;
    }
  }
  @media all and (min-width: 1200px) {
    .bottom__para {
      margin: 2em 1.5em 3em;
    }
  }
  /*------------------
  MOBILE FIRST GENERIC
  --------------------*/
  .mobilebreak {
    display: block;
  }
  @media all and (min-width: 568px) {
    .HP-slot-2 .HP_CTA, .HP-slot-3 .HP_CTA, .HP-slot-4 .HP_CTA, .HP-slot-7 .HP_CTA, #insert-HP-banner .HP_CTA {
      width: 44vw;
    }
    .HP-slot-7 .HP_CTA {
      width: 80%;
    }
    .HP-slot-5-JDW .HP_CTA, .HP-slot-5-FSP .HP_CTA, .HP-slot-6-JDW .HP_CTA, .HP-slot-6-FSP .HP_CTA, #insert-HP-banner .HP_CTA {
      width: 90%;
    }
  }
  @media all and (min-width: 768px) {
    .HP-slot-2 .HP_CTA, .HP-slot-3 .HP_CTA, .HP-slot-4 .HP_CTA, .HP-slot-7 .HP_CTA, .HP-slot-5-JDW .HP_CTA, .HP-slot-6-JDW .HP_CTA, .HP-slot-5-FSP .HP_CTA, .HP-slot-6-FSP .HP_CTA, #insert-HP-banner .HP_CTA {
      width: auto;
    }

    .desktopbreak {
      display: block;
      width: 100%;
    }
    .mobilebreak {
      display: none;
    }
    .break {
      display: inline;
    }
    .DesktopOnly {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    .inlineDesktopOnly {
      display: inline !important;
    }
    .MobileOnly, .inlineMobileOnly {
      display: none !important;
    }
    .hd-backtotop {
      display: none !important;
    }
  }
  /*---------------------------------
  FONT SIZE TRICK - DO NOT EDIT BELOW
  ------------------------------------*/
  @media only screen and (min-width: 768px) {
    /*iPad Portait*/ #unders1-HP-banner .HP_CTA, .HP-slot-1 .HP-slide-1, .HP-slot-1 .HP-slide-2, .HP-slot-2, .HP-slot-3, .HP-slot-4, .HP-slot-5-JDW, .HP-slot-6-JDW, .HP-slot-5-FSP, .HP-slot-6-FSP, .HP-slot-7, .insert-HP-banner-textarea, .HP-slot-del {
      font-size: 60% !important;
    }
  }
  @media only screen and (min-width: 1024px) {
    #unders1-HP-banner .HP_CTA, .HP-slot-1 .HP-slide-1, .HP-slot-1 .HP-slide-2, .HP-slot-1 .HP-slide-alt .HP_CTA, .HP-slot-2, .HP-slot-3, .HP-slot-4, .HP-slot-5-JDW, .HP-slot-6-JDW, .HP-slot-5-FSP, .HP-slot-6-FSP, .HP-slot-7, .insert-HP-banner-textarea, .HP-slot-del{
      font-size: 80% !important;
    }
  }
  @media only screen and (min-width: 1200px) {
    /*DESKTOP*/ #unders1-HP-banner .HP_CTA, .HP-slot-1 .HP-slide-1, .HP-slot-1 .HP-slide-2, .HP-slot-1 .HP-slide-alt .HP_CTA, .HP-slot-2, .HP-slot-3, .HP-slot-4, .HP-slot-5-JDW, .HP-slot-6-JDW, .HP-slot-5-FSP, .HP-slot-6-FSP, .insert-HP-banner-textarea, .HP-slot-7, .HP-slot-del {
      font-size: 100% !important;
    }
  }
  /*
  Add christmas offer
  */
  .call-out {
    position: absolute;
    z-index: 10;
    top: 6%;
    right: 6%;
    width: 8%;
  }
  @media only screen and (max-width: 767px) {
    .call-out {
      top: 10px;
      right: 30px;
      left: auto;
      width: 21%;
    }
    .hide-mb {
      display: none;
    }
  }
  .HP_clickable--special {
    display: none
  }
  .HP_clickable--special {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }
  .HP_clickable--specialleft {
    width: 50%;
  }
  .HP_clickable--specialright {
    width: 50%;
  }

  @media only screen and (min-width: 1366px) {

  .HP-slide .HP-slide-content--A .HP-slide__overlay {
    top: 8%;
    right: 49%;
    height: 100%;
    left: auto;
    text-align: center;
    width: auto;
}

}

@media only screen and (min-width: 1600px) {

  .HP-slide .HP-slide-content--A .HP-slide__overlay {
   
    right: 51%;
 
}

}