.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #000;
  margin: 0.5em;
}

.resp-sharing-button__link:hover {
  color: #007697;
}

.resp-sharing-button--large {
  width: auto;
  height: auto;
  font-size: 2em;
  padding: 5px;
}

.resp-sharing-button--small {
  width: auto;
  height: auto;
  font-size: 1.25em;
  padding: 5px;
}

.resp-sharing__group {
  display: inline-block;
  text-align: center;
}
.fm-social-sharing {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.fm-social-sharing h2 {
  font-size: 1.5em;
}

.resp-sharing__group--boxes .resp-sharing-button__link {
  margin: 0.25em;
  color: #ffffff;
}

.resp-sharing__group--plain-light .resp-sharing-button__link {
  color: #f2f2f2;
}

.resp-sharing__group--plain-light .resp-sharing-button__link:hover {
  color: #99c8d5;
}

.resp-sharing__group--boxes .resp-sharing-button {
  box-sizing: border-box;
  border-radius: 3px;
  width: 2.25em;
  height: 2.25em;
  display: block;
  transform: translate(0);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}

.resp-sharing__group--boxes .resp-sharing-button:hover {
  opacity: .8;
  transform: translate(0, -5px);
}

.resp-sharing__group--boxes .resp-sharing-button i {
  margin-top: 30%;
}

.resp-sharing__group--boxes .resp-sharing-button__facebook {
  background-color: #3b5998;
}

.resp-sharing__group--boxes .resp-sharing-button__twitter {
  background-color: #55acee;
}

.resp-sharing__group--boxes .resp-sharing-button__linkedin {
  background-color: #0077b5;
}

.resp-sharing__group--boxes .resp-sharing-button__googleplus {
  background-color: #d34836;
}

.resp-sharing__group--boxes .resp-sharing-button__email {
  background-color: #238195;
}

#drupal-off-canvas-wrapper .description,
#drupal-off-canvas-wrapper .form-item__description,
#drupal-off-canvas-wrapper input,
#drupal-off-canvas-wrapper select,
#drupal-off-canvas-wrapper textarea,
#drupal-off-canvas-wrapper .ui-autocomplete a{
  font-size: 1.25rem !important;
}
