
section.ch-block-featured-providers a {
  transition:all .2s
}
section.ch-block-featured-providers h6 {
  color:#F1AB00;
  margin-bottom:20px
}
section.ch-block-featured-providers h3 {
  font-size:26px;
  font-size:1.625rem;
  line-height:1.3
}
section.ch-block-featured-providers h3 a {
  color:#002158;
  text-decoration:none
}
section.ch-block-featured-providers h3 a:hover {
  color:#1D5FCF
}
section.ch-block-featured-providers .ch-featured-provider {
  padding-top:50px;
  align-self:flex-start;
  text-align:center;
  max-width:360px;
  margin:0 auto
}
section.ch-block-featured-providers .ch-featured-provider article + article {margin-top:46px;}
@media screen and (min-width: 992px) {
  section.ch-block-featured-providers .ch-featured-provider {
    flex-shrink:0;
    padding-top:0
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  section.ch-block-featured-providers .ch-featured-provider {
    max-width:992px
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  section.ch-block-featured-providers .ch-featured-provider article {
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:left
  }
}
section.ch-block-featured-providers .ch-featured-provider h2 {
  font-size:22px;
  font-size:1.375rem;
  letter-spacing:-.5px;
  font-weight:400;
  text-align:center;
  margin-bottom:30px
}
@media (min-width: 576px) and (max-width: 991px) {
  section.ch-block-featured-providers .ch-featured-provider h2 {
    display:none
  }
}
section.ch-block-featured-providers .ch-featured-provider .post-thumb {
  position:relative;
  margin-bottom:30px;
  width:100%
}
@media (min-width: 576px) and (max-width: 991px) {
  section.ch-block-featured-providers .ch-featured-provider .post-thumb {
    margin-bottom:0;
    width:35%;
    flex-shrink:0
  }
}
section.ch-block-featured-providers .ch-featured-provider .post-thumb::before {
  content:'';
  position:absolute;
  z-index:0;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-radius:0;
  background-color:#F1AB00
}
section.ch-block-featured-providers .ch-featured-provider .post-thumb a {
  display:block;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  z-index:1;
  width:100%;
  border-radius:0
}
section.ch-block-featured-providers .ch-featured-provider .post-thumb a:before {
  content:'';
  float:left;
  padding-bottom:100%
}
section.ch-block-featured-providers .ch-featured-provider .post-thumb a:after {
  content:'';
  display:table;
  clear:both
}
section.ch-block-featured-providers .ch-featured-provider .entry {
  width:100%
}
@media (min-width: 576px) and (max-width: 991px) {
  section.ch-block-featured-providers .ch-featured-provider .entry {
    padding-left:30px
  }
}
section.ch-block-featured-providers .ch-featured-provider h6 {
  display:none
}
@media (min-width: 576px) and (max-width: 991px) {
  section.ch-block-featured-providers .ch-featured-provider h6 {
    display:block
  }
}
