.blog-article-content-width {
  margin: 0 auto;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
}
.blog-content__sticky-social {
  margin-left: -26px;
  margin-bottom: 608px;
  margin-top: 107px;
}
.blog-content__sticky-social .sticky-social__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: -webkit-sticky;
  position: sticky;
  top: 108px;
  z-index: 60;
  line-height: 24px;
}
.sticky-social__list li {
  width: 26px;
  height: auto;
  margin-bottom: 24px;
  position: relative;
  padding-right: 2px;
}
.sticky-social__list li:last-of-type {
  margin-bottom: 0;
}
.sticky-social__list li:hover,
.sticky-social__list li:focus {
  -webkit-transform: translateY(-4px);
  /* Safari, Chrome */
  -moz-transform: translateY(-4px);
  /* Firefox 3.5~16.0 */
  -ms-transform: translateY(-4px);
  /* IE9~10 */
  -o-transform: translateY(-4px);
  /* Opera 10.5~12.10 */
  transform: translateY(-4px);
}
.sticky-social__list img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sticky-social__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-indent: -99999px;
  font-size: 0;
}
@media screen and (max-width: 991px) {
  .blog-content__sticky-social {
    margin-bottom: 495px;
  }
}
@media screen and (max-width: 880px) {
  .node--type-blog footer.site-footer {
     padding-bottom: 125px;
  }
  .blog-article-content-width {
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .blog-content__sticky-social {
    width: 100%;
    margin: 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 60;
  }
  .blog-content__sticky-social .sticky-social__list {
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row !important;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    justify-content: center;
    line-height: 16px;
    top: 0 !important;
    position: relative;
  }
  .sticky-social__list li {
    margin: 0;
    padding: 20px;
    width: 64px;
  }
}
