a[href^=http] {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
}
a[href^=http],
.linkList.large li a[href^=http] {
  padding-left: 25px;
}
a[href^=http],
a[href^=http].button.inverted {
  background-image: url(/UI/icon-link-external.svg);
}
a[href^=http].darkBg,
a[href^=http].button.inverted.darkBg {
  background-image: url(/UI/icon-link-external-inverted.svg);
}
a[href^=http].button,
a[href^=http].editor-button,
a[href^=http].editor-button-entrance {
  background-position: .75em center;
  padding-right: 1.5em;
  padding-left: 2.5em;
  background-image: url(/UI/icon-link-external-black.svg);
}
a[href^=http].button--big,
a[href^=http].editor-button--big,
a[href^=http].editor-button-entrance--big {
  width: 100%;
  text-align: left;
  height: auto;
  padding: 1em 1em 1em 2.5em;
  background-position: 1em center;
}
a[href^=http].editor-button-entrance {
  background-image: url(/UI/arrow-right.svg), url(/UI/arrow-right.svg);
  background-position: right 25px center, right 23px center;
  background-size: .5em, .5em;
  padding-right: 2.5em;
  padding-left: 1em;
}
@media screen and (max-width: 34.9375em) {
  a[href^=http].editor-button-entrance {
    background-position: right 20px center, right 18px center;
    padding-right: 2.2em;
  }
}
.pageFooter a[href^=http] {
  background-image: url(/UI/icon-link-external-inverted.svg);
  padding-left: 1.5em;
}
.topNavigation a[href^=http] {
  background-image: none;
  border: 0;
  padding-left: 0;
}
.linkBox a[href^=http].link {
  background-position: left .1em;
  padding-left: 0;
}
.linkBox a[href^=http].link .title {
  padding-left: 25px;
}
a.noExternalLinkIcon {
  background-image: none;
  border: 0;
  padding-left: 0;
}
.rssLink {
  border: 0;
  color: black;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.rssLink img {
  margin-right: 5px;
  vertical-align: text-bottom;
}
.rssLink span {
  text-decoration: underline;
}
.rssLink:focus span,
.rssLink:hover span {
  text-decoration: none;
}
