.sticky-footer-share {
  background-color: white;
  border: 1px solid #DADADA;
  bottom: -100%;
  opacity: 0;
  height: 62px;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999;
  transition: all .5s ease-in-out;
}

.sticky-footer-share a {
  text-decoration: none;
}

.sticky-footer-share .footerContainer {
  margin: 0 auto;
  max-width: 79.375rem;
  width: calc((100vw - 2.5rem)/12*12);
}

.sticky-footer-share .footerLeft {
  float:left;
  margin: 24px 0 0 0;
}

.sticky-footer-share .footerLeftText {
  font-family: NeueHaas,input mono,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

.sticky-footer-share .footerRight {
  float:right;
  margin: 16px 0 0 0;
}

.sticky-footer-share .facebook {
  background-image: url('../images/facebook.svg');
  width: 30px;
  height: 30px;
  display:inline-block;
}

.sticky-footer-share .twitter {
  background-image: url('../images/twitter.svg');
  margin-left: 16px;
  width: 30px;
  height: 30px;
  display:inline-block;
}

.sticky-footer-share .linkedin {
  background-image: url('../images/linkedin.svg');
  margin-left: 16px;
  width: 30px;
  height: 30px;
  display:inline-block;
}

.sticky-footer-share .email {
  background-image: url('../images/email.svg');
  margin-left: 16px;
  width: 30px;
  height: 30px;
  display:inline-block;
}

.sticky-footer-share.show {
  bottom: 0;
  opacity: 1;
}

@media (max-width: 400px) {
  .sticky-footer-share .linkedin {
    display: none;
  }
}

@media (max-width: 600px) {
  .sticky-footer-share .email {
    display: none;
  }
}
