:root {
  --sitecolor: #0081C6;
  --textcolor: #000000;
  --titlecolor: #0081C6;
  --linkcolor: #0081C6;
  --linkcolor-hov: #00528F;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: var(--linkcolor);
  line-height: 1.25;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 12px 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .button {
    padding: 8px 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    color: #fff;
    background-color: var(--linkcolor-hov);
  }
}
/*# sourceMappingURL=./screen-medium.css.map */