/* ================================ Hero's on Homepage made in Refresh Builder =========================================== */
/* Extra small devices (phones, less than 768px) */
/* mobile first */
.hp-hero-desktop {
  display: none;
}

.hp-hero-mobile {
  display: block;
  max-width: 100%;
  height: auto;
}

#mcBannerArea img.hp-hero-desktop {
  display: none;
}

#mcBannerArea img.hp-hero-mobile {
  display: block;
  max-width: 100%;
  height: auto;
}

.details-modal-block {
  height: 30px;
  width: 70px;
  background-color: #f3f2f1;
  float: right;
}

/* bug fix for stray details issue */
.constrain-hero-details {
  margin: auto;
  max-width: 1500px;
}

.rb-details-box {
  margin-right: 3%;
  color: #000 !important;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  min-width: 30px;
  max-height: 20px;
  font-family: "Lato";
  font-size: 13px;
  font-weight: 100;
  border-bottom: 20px solid #fff;
  line-height: unset;
  padding-left: 10px;
  padding-right: 10px;
}

.details-dagger {
  display: inline-block;
  font-family: "Lato";
}

.details-text {
  display: inline-block;
  font-family: "Lato";
  text-decoration: underline;
}

.fht-hp-hero {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  /*float: left;*/
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.fht-hp-sl-img-banner {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.fht-ma-hero {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  max-width: 100%;
}

.fht-nca-top-banner {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  /*float: left;*/
  max-width: 100%;
}

.fht-hp-legacy {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  /*float: left;*/
  max-width: 100%;
}

.fht-nca-top-banner.fht-nca-top-banner-NEWHP {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}

.nca-xlp-top-promo-banner p span {
  cursor: pointer;
}

@media screen and (min-width: 500px) {
  .hp-hero-mobile {
    display: none;
  }

  .hp-hero-desktop {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .fht-nca-top-banner .hp-hero-desktop {
    display: block;
    width: 100%;
    height: auto;
  }

  #mcBannerArea img.hp-hero-mobile {
    display: none;
  }

  #mcBannerArea img.hp-hero-desktop {
    display: block;
    width: 100%;
    height: auto;
  }

  .fht-nca-top-banner.fht-nca-top-banner-NEWHP {
    padding-left: 15px;
    padding-right: 15px;
  }
}
