/* === Begin focus topic card ===*/
.lp__focusarea .lp__card_img_link img {
  position: relative;
}
@media (min-width:992px) {
.lp__focusarea .lp__card_img_link img {
 min-height:203px;
}
}
.lp__focusarea .lp__card_img_link img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.35);
}
.lp__focusarea .lp__card_img_link .lp__card_content .lp__imgcard_title {
  position: absolute;
  top: 5rem;
  bottom: 5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}
.lp__focusarea .lp__card_img_link .lp__card_link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 12px 16px 12px 16px;
  background: #0071BC;
  text-align: left;
  z-index: 1;
}
.lp__focusarea .lp__card_img_link .lp__card_link a {
  font-family: "Andes", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
  display: block;
  position: relative;
  z-index: 9999;
}
.lp__focusarea .lp__card_img_link .lp__card_link a:hover, .lp__focusarea .lp__card_img_link .lp__card_link a:focus {
  color: #fff;
  text-decoration: underline;
}
.lp__focusarea .lp__card_img_link .lp__card_link a:after {
  font-family: "loopicon";
  content: "";
  font-size: 0.875rem;
  line-height: 1.375rem;
  vertical-align: bottom;
  margin-left: 16px;
  float: right;
  padding: 0px 4px 0px 4px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.lp__focusarea .lp__card_img_link .lp__card_link a span {
    width:85%;
    float: left;
            }
/* === end focus topic card ===*/