.linkBox {
  margin-bottom: 1em;
}
.linkBox .link {
  border: 0;
  color: black;
  display: block;
  text-decoration: none;
  font-weight: normal;
}
.linkBox .link:focus .title,
.linkBox .link:hover .title {
  text-decoration: underline;
}
.linkBox .title {
  color: #2B5F46;
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
.services .linkBox .title {
  text-decoration: underline;
}
.services .linkBox .link:focus .title,
.services .linkBox .link:hover .title {
  text-decoration: none;
}
.linkBoxCompact {
  margin-top: 0;
  padding-left: 0;
}
.linkBoxCompact:before {
  content: none;
}
.linkBoxCompact a,
.linkBoxCompact .link {
  border-bottom-color: #d3d3d3;
  color: #2B5F46;
  display: block;
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-weight: 700;
  padding-top: .25em;
  padding-bottom: .25em;
}
.linkBoxCompact a:focus,
.linkBoxCompact .link:focus,
.linkBoxCompact a:hover,
.linkBoxCompact .link:hover {
  border-bottom-color: currentColor;
}
.linkBoxCompact a[href^=http],
.linkBoxCompact .link[href^=http] {
  background-size: .75em;
  padding-left: 1.111em;
}
.linkBoxCompact:first-child .link {
  border-top: 1px solid #d3d3d3;
}
