/* Host: nyc-webster38.int.peer1.squarespace.net Request Version: 072320132218191053 Local Version: 072220132022521052 Served from: GLOBAL */ 
/* ---------- _base.less ---------- */
.squarespace-social-buttons {
  -webkit-user-select: none;
  -moz-user-select: none;
  position: relative;
}
.squarespace-social-buttons .yui3-socialbutton-content {
  position: relative;
}
.squarespace-social-buttons.empty {
  display: none;
}
.squarespace-social-buttons.button-style .ss-social-button-wrapper {
  display: block;
  width: 55px;
  background-color: #fff;
  background-color: #222222;
  background-image: -moz-linear-gradient(#555555, #222222);
  background-image: -ms-linear-gradient(#555555, #222222);
  background-image: -webkit-linear-gradient(#555555, #222222);
  background-image: linear-gradient(#555555, #222222);
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 6px 0px 2px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), inset 0 -1px 0 rgba(0,0,0,.24);
  -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), inset 0 -1px 0 rgba(0,0,0,.24);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), inset 0 -1px 0 rgba(0,0,0,.24);
  cursor: pointer;
}
.squarespace-social-buttons.button-style .ss-social-button-wrapper:hover {
  background-color: #6d6d6d;
  background-color: #222222;
  background-image: -moz-linear-gradient(#666666, #222222);
  background-image: -ms-linear-gradient(#666666, #222222);
  background-image: -webkit-linear-gradient(#666666, #222222);
  background-image: linear-gradient(#666666, #222222);
}
.squarespace-social-buttons.button-style .ss-social-button-wrapper .ss-social-button {
  display: inline-block;
  font: 11px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  height: 21px;
  line-height: 20px;
  padding: 0px 0px 0px 22px;
  cursor: pointer;
  background: 2px 2px no-repeat url("/universal/images-v6/standard/icon_social_button_10_light.png");
  background-position: 10% 50%;
}
.squarespace-social-buttons.button-style .ss-social-button-wrapper .ss-social-button:hover + .ss-social-button-list {
  display: block;
}
.squarespace-social-buttons.inline-style {
  display: inline-block;
  cursor: pointer;
}
.squarespace-social-buttons.inline-style .ss-social-button-icon {
  float: left;
  margin-right: 5px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #999999 url(/universal/images-v6/standard/icon_social_button_10_light.png) center center no-repeat;
  background-size: 8px;
  display: block;
}
.squarespace-social-buttons.inline-style :hover .ss-social-button-icon {
  background-color: #222;
}
.squarespace-social-buttons .ss-social-list-wrapper {
  height: 0;
  position: absolute;
  overflow: hidden;
  z-index: 10000;
}
.squarespace-social-buttons .ss-social-list-wrapper .ss-social-button-list {
  padding: 14px;
  min-width: 108px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background-color: rgba(254, 254, 254, 0.9);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(242, 242, 242, 0.05);
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.squarespace-social-buttons .ss-social-list-wrapper .ss-social-button-list .ss-social-button-container {
  margin-bottom: 10px;
  min-height: 28px;
}
.squarespace-social-buttons .ss-social-list-wrapper .ss-social-button-list .ss-social-button-container:last-child {
  margin-bottom: 0px;
}
