:root {
  --sitecolor: #CD1719;
  --textcolor: #000000;
  --titlecolor: #CD1719;
  --accentcolor: #000000;
  --accentbubble: url(/images/speechbubble-tiny-black.svg);
  --linkcolor: #CD1719;
  --linkcolor-hov: #CD1719;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  line-height: 1.55555556;
  font-family: inherit;
  cursor: pointer;
  color: var(--textcolor);
  padding-left: 32px;
  box-sizing: border-box;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.button:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 19px;
  height: 14px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrow-right-red.svg);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    color: var(--linkcolor-hov);
  }
}
/*# sourceMappingURL=./screen-medium.css.map */