/* fake placeholder for helpscout beacon */
.js-beacon {
  animation: fadein 3s;
  cursor: pointer;
  border-radius: 55px;
  height: 55px;
  width: 189px;
  z-index: 1049;
  color: #fff;
  background: #3a96d6;
  line-height: 14px;
  white-space: nowrap;
  display: block;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 20px;
}

@media screen and (min-height: 741px) {
  .js-beacon {
    position: fixed;
    bottom: 40px;
    right: 40px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-beacon:hover {
  background: #3281b6;
}

.js-beacon .icon {
  font-size: 24px;
  margin-right: 6px;
  font-weight: 600;
  margin-bottom: -3px;
}

.js-beacon .beacon-text {
  display: inline-block;
  font-size: 14px;
  font-family: Arial, serif;
  font-stretch: 100%;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}

/*# sourceMappingURL=js-beacon.css.map */
