/**
 * This should have been a component in PatternLab.
 * For a quick fix, I'm just wrapping it in a media query here so it doesn't
 * display on small screens.
 * - Mark Conroy.
 */
@media screen and (min-width: 900px) {
  #social_sidebar {
    position: fixed;
    z-index: 9;
    top: 30%;
    left: 20px;
    display: none;
    width: 40px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  }

  #social_sidebar.active {
    display: block;
  }

  #social_sidebar .two-up {
    overflow: hidden;
    height: 90px;
  }

  #social_sidebar .arrow {
    padding: 5px 0;
    text-align: center;
    color: #000;
  }

  #social_sidebar .arrow a {
    padding: 10px;
    color: inherit;
  }

  #social_sidebar .a2a_label {
    display: none;
  }

  #social_sidebar .addtoany_list.a2a_kit_size_32 a > span {
    width: 20px;
    height: 20px;
  }

  #social_sidebar .addtoany_list a {
    padding: 5px 10px;
  }
}
