.blogindex .blog-post-tile-wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 24px;
}
.blogindex .blog-post-tile-wrapper .h-line {
  position: absolute;
  bottom: 0;
  left: 12px;
}
.blogindex .blog-post-tile-wrapper .h-line.animated {
  width: calc(100% - 24px);
}
.blogindex .blog-post-tile {
  position: relative;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 80px 40px;
  min-height: 225px;
}
@media (min-width: 992px) {
  .blogindex .blog-post-tile {
    padding: 120px;
    min-height: 380px;
  }
}
.blogindex .blog-post-tile:hover {
  text-decoration: none;
  color: #ffffff;
}
.blogindex .blog-post-tile:hover .blog-post-tile-bg {
  height: 120%;
  width: 120%;
  top: -10%;
  left: -10%;
}
.blogindex .blog-post-tile:hover svg {
  left: calc(50% - 7px);
}
@media (min-width: 992px) {
  .blogindex .blog-post-tile:hover svg {
    left: calc(50% - 14px);
  }
}
.blogindex .blog-post-tile:hover .blog-post-tile-overlay {
  background-color: rgba(28, 27, 26, 0.1);
}
.blogindex .blog-post-tile .blog-post-tile-date {
  font-family: "ABCArizonaSans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.blogindex .blog-post-tile .blog-post-tile-bg {
  z-index: 1;
  background-image: url("/img/blogtilebackground.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
}
.blogindex .blog-post-tile .blog-post-tile-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  background-color: rgba(28, 27, 26, 0.2);
}
.blogindex .blog-post-tile .blog-post-tile-content {
  position: relative;
  z-index: 3;
  width: 100%;
}
.blogindex .blog-post-tile svg {
  position: absolute;
  z-index: 3;
  transition: left 0.5s ease;
  width: 27px;
  bottom: 40px;
  left: calc(50% - 14px);
}
@media (min-width: 992px) {
  .blogindex .blog-post-tile svg {
    width: 47px;
    bottom: 80px;
    left: calc(50% - 24px);
  }
}
/*# sourceMappingURL=../../dist/css/maps/blogindexarticles.css.map */
