
.promo-component {
}

.promo-component-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(4, 110, 145, .25);
}

.promo-component-wrapper.is-vertical > .row {
  align-items: center;
}

.promo-component .alt-text {
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;;
  margin-top: 0px;
  color: #282829;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .34px;
  line-height: 20px;
  text-align: center;
}

.promo-component .p-title {
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: .35px;
  font-weight: 500;
  margin-top: -6px; /* to rest line-height to match image top edge*/
  margin-bottom: 10px;
}

.promo-component .p-teaser-text {
  color: #282829;
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: .32px;
  margin-top: 0;
  margin-bottom: 10px;
}

.promo-component .promo-image img {
  display: block;
  max-width: 100%;
  margin: auto;
  height: auto;
}

.promo-component .promo-image > .field-name-field-promo-image + .alt-text {
  margin-top: 5px;
}

.promo-component .promo-component-content-buttons .btn {
  font-family: "futura-pt", "Futura PT","Trebuchet MS", Arial, sans-serif;
  background-size: 46px;
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
}

@media screen and (max-width: 1023px) {

  .promo-component .promo-image-mobile {
    margin-bottom: 12px;
  }

  .promo-component .promo-image-mobile img {
    max-width: 160px;
  }

  .promo-component-wrapper.is-vertical .promo-image-mobile img {
    max-width: 120px;
  }

}

@media screen and (min-width: 1024px) {

  .promo-component-wrapper {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .promo-component-wrapper.is-vertical {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .promo-component .p-title {
    font-size: 24px;
    letter-spacing: .35px;
    line-height: 33px;
    margin-top: -6px; /* to rest line-height to match image top edge*/
    margin-bottom: 10px;
  }

  .promo-component .p-teaser-text {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .41px;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .promo-component .alt-text {
    font-size: 15px;
    text-align: left;
  }
}
