/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Generic base elements.
 */


html {
  font-family: VoltaModernDisplay-55Roman;

}

body {
  color: #221f1f;
}

a {
  color: #035697;
}

a:hover {
  color: #018fe2;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

.float-right {
  float: right;
}
.button {
  height: 3.25rem;
}
.pager__item--active, .pager__link:hover {
  color: #221f1f;
  background-color: #f0f0f0;
  border: 1px solid #221f1f;
  border-radius: 2px;
}
.pager__item {
  margin-right: 5px;
}