#top .main_color .onspire-featured-providers p,
#top .main_color .onspire-featured-providers h3 {
  color: #fff;
}

@media screen and (max-width:768px) {
  .onspire-featured-providers .flex_column.av_one_third {
    width: 100% !important;
  }
}

.provider-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

a.provider-read-more {
  z-index: 100;
  position: relative;
}

.providers-column-min-height {
  height: 440px !important;
}

.providers-column-min-height .av_textblock_section {
  padding-top: 25px;
  padding-bottom: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.providers-column-min-height .av_textblock_section h3 {
  margin-bottom: 0px !important;
}

.providers-column-min-height .av_textblock_section p {
  margin-top: 0px;
}

.providers-column-min-height .av_textblock_section a {
  background-color: #ffffff !important;
  padding: 8px 20px;
  border-radius: 30px;
  text-decoration: none !important;
  font-weight: 600;
  transition: all .25s;
  text-transform: uppercase;
  font-size: 14px;
}

.providers-column-min-height .av_textblock_section a:hover {
  background-color: #d6d6d6 !important;
  padding: 8px 20px;
  border-radius: 30px;
  text-decoration: none !important;
  font-weight: 600;
}

.providers-column-min-height .av_textblock_section a:after {
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  transform: rotate(-45deg);
  margin-bottom: 1px;
  margin-right: 8px;
  margin-left: 4px;
}
