.hpppm {
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.15em;
}

.hpppm a,
.hpppm a:link,
.hpppm a:visited,
.hpppm a:active {
    font-weight: bold;
    color: #000000;
  	text-decoration: none;
}

.hpppm a:hover,
.hpppm a:focus {
  	font-weight: bold;
    color: #000000;
  	text-decoration: none;
  	font-style: italic;
}

.hppim {
    color: #000000;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1em;
}

.hppim a,
.hppim a:link,
.hppim a:visited,
.hppim a:active {
    color: #000000;
  	text-decoration: none;
}

.hppim a:hover,
.hppim a:focus {
  	color: #000000;
  	text-decoration: none;
  	font-style: italic;
}

@media screen and (min-width: 480px) {
  .hppim {
        font-size: 1.15em;
  }
}

.hpPulceMobileText div {
    position: absolute;
    right: 2px;
    left: 4px;
    top: 25%;
}

#hpPulceMobileContainer {
    width: 100%;
    border: 1px solid #000000;
}

.hpPulceMobileText,
.hpPulceMobileSlider {
  display: inline-block;
    min-height: 214px;
    width: 49%;
}

.hpPulceMobileSlider {
  text-align: center;
    padding-left: 6px;
}

.hpPulceMobileText {
    padding: 0.3em;
    background-color: #DFD8CC;
    border-right: 1px solid #000000;
    vertical-align: top;
    position: relative;
}

@media screen and (min-width: 480px) {
  .hpPulceMobileSlider {
      padding-left: 30px;
  }
}

@media screen and (min-width: 560px) {
  .hpPulceMobileSlider {
      padding-left: 48px;
  }

  .hpPulceMobileText div {
    left: 33px;
    scale: 1.1;
    top: 27%;
  }
}

@media screen and (min-width: 620px) {
  .hpPulceMobileSlider {
      padding-left: 0;
  }

    .hpPulceMobileText div {
        left: 47px;
        scale: 1.2;
    }
}

@media screen and (min-width: 690px) {
    .hpPulceMobileText div {
        left: 65px;
        scale: 1.35;
      }
  }

@media screen and (min-width: 768px) {
    .hpPulceMobileText div {
        left: 83px;
        scale: 1.4;
        top: 30%;
      }
  }

  @media screen and (min-width: 840px) {
    .hpPulceMobileText div {
        left: 100px;
        scale: 1.4;
      }
  }

  @media screen and (min-width: 900px) {
    .hpPulceMobileText div {
        left: 114px;
        scale: 1.4;
      }

      .hpPulceMobileSlider {
        padding-left: 20px;
    }
  }

  @media screen and (min-width: 960px) {
    .hpPulceMobileText div {
        left: 135px;
        scale: 1.5;
      }

      .hpPulceMobileSlider {
        padding-left: 26px;
    }
  }

.hpPulceMobileText img {
    vertical-align: middle;
}

#hpMobileCarousel .itemCarousel {
  width: 134px;
    font-family: "brandon-grotesque", sans-serif;
    color: #000000;
}

#hpMobileCarousel .itemCarousel img {
  max-width: 100%;
}

#hpMobileCarousel .itemCarousel div a {
    text-decoration: underline;
    font-style: italic;
    font-size: 1em;
}

#hpMobileCarousel .itemCarousel p {
    font-weight: bold;
}

/*#hpMobileCarousel .owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 25%;
  margin-left: 0;
  display: block !important;
  border:0px solid black;
}

#hpMobileCarousel .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 25%;
  right: 0;
  display: block !important;
  border:0px solid black;
}

#hpMobileCarousel .owl-prev i,
#hpMobileCarousel .owl-next i {
    transform: scale(1);
  font-size: 3em;
  color: #7d7979;
}*/