.skip-to-content {
    position: relative;
    overflow: hidden;
    margin-right: .5em;
}

.btn-skip-to-content {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  transition: transform .25s, opacity 1s;
}

.btn-skip-to-content:not(:focus) {
  transform: translateY(-100%);
  opacity: 0;
}

.tips-list-wrap .link-overlay,
.featured-articles-wrap .link-overlay,
.featured-articles-wrap .link-overlay a
{
  opacity: 1 !important;
}

@media (min-width: 992px) {
  .footer .footer-item {
    -ms-flex-order: initial !important;
    order: initial !important;
  }
}

.blog-item img::before {
  content: attr(alt);
  position: absolute;
  padding: 0 30px 0 35px;
  font-size: 17px;
  background-color: white;
}
