.guidedLink,
.guidedLink[href^=http] {
  background-image: none;
  border: 0;
  color: #2B5F46;
  display: inline-block;
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 1em;
  position: relative;
}
.guidedLink:before {
  border-top: 0.375em solid transparent;
  border-bottom: 0.375em solid transparent;
  border-left: 0.4em solid #d62827;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.263em;
  top: 0.389em;
}
.guidedLink:focus:before,
.guidedLink:hover:before {
  border-left-color: #4d9695;
}
.pageFooter .guidedLink,
.mainMenu .guidedLink {
  display: block;
  padding-top: .25em;
  padding-bottom: .25em;
  font-size: 19px;
  font-size: 1.1875rem;
}
.pageFooter .guidedLink:before,
.mainMenu .guidedLink:before {
  top: 0.556em;
}
.pageFooter .guidedLink + .guidedLink,
.mainMenu .guidedLink + .guidedLink {
  margin-top: 0;
}
.pageFooter .guidedLink:before {
  top: 0.667em;
}
.fullWidthModule.dark .guidedLink:before {
  border-left-color: #a0ce5e;
}
.fullWidthModule.dark .guidedLink:focus:before,
.fullWidthModule.dark .guidedLink:hover:before {
  border-left-color: #f5f7f4;
}
