﻿.feature-promos {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .feature-promos {
    margin-bottom: 10px;
  }
}
.feature-promo {
  width: 100%;
  position: relative;
  display: block;
  background-color: #96201f;
  border-radius: 3px;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .feature-promo {
    margin: 0;
    height: auto !important;
  }
}
.feature-promo-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.feature-promo-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 25px;
  margin: 0;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  display: table;
  width: 100%;
}
.feature-promo-title > span {
  line-height: 27px;
  padding: 10px 15px;
  width: 100%;
  display: table-cell;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .feature-promo-title {
    height: auto !important;
  }
}
.feature-promo-text {
  position: relative;
  z-index: 10;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 15px;
  text-align: center;
}
.feature-promo-button {
  border: 1px solid #a2f9f9;
  color: #a2f9f9;
  text-transform: uppercase;
  padding: 10px 25px;
  font-weight: 600;
  margin-top: 15px;
  background-color: #96201f;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.feature-promo-button > span {
  display: inline-block;
}
.feature-promo-button > span:after {
  display: inline-block;
  content: '';
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #a2f9f9;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.feature-promo-button:hover {
  color: #96201f;
  background-color: #ffffff;
  text-decoration: none;
}
.feature-promo-button:hover > span:after {
  border-left-color: #96201f;
}
/*# sourceMappingURL=FeatureBoxes.css.map */