.tools {
  padding-bottom: 1em;
}
.tools .tool {
  border-top: 1px solid #d3d3d3;
  margin: 0;
}
.tools .tool .social,
.tools .tool .trigger {
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 2em;
  border: none;
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 1em 1em 1em 3em;
}
.tools .tool .trigger {
  color: #2B5F46;
  display: block;
  height: auto;
  text-align: left;
}
.tools .tool .trigger:focus,
.tools .tool .trigger:hover {
  text-decoration: underline;
}
.tools .tool .print {
  background-image: url(/UI/icon-print.svg);
  background-size: 30px 30px;
}
.tools .tool .social {
  background-size: 2.5em;
  display: inline-block;
  margin: 1em 1em 0 0;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  text-indent: -10em;
  vertical-align: bottom;
  width: 3em;
}
.tools .tool--hide-mobile {
  display: none;
}
@media screen and (min-width: 50em) {
  .tools .tool--hide-mobile {
    display: block;
  }
}
.tools .tip {
  margin-top: 0;
}
.tools .tip label {
  display: block;
  margin-top: .5em;
}
.tools .tip label .label {
  display: block;
}
.tools .tip .input {
  height: 2.5em;
  font-size: 16px;
  font-size: 1rem;
  padding: .25em;
}
.tools .tip .textarea {
  font-size: 16px;
  font-size: 1rem;
  min-height: 5.5em;
  padding: 5px;
}
.tools .tip .button {
  font-size: 21px;
  font-size: 1.3125rem;
}
.tools .tip .button:first-child {
  margin-bottom: .5em;
}
.tools .tip span.error {
  font-size: 15px;
  font-size: 0.9375rem;
}
