:root {
  --color-primary: #004aad;
  --color-primary--light: #0283e6;
  --color-white: #ffffff;
  --color-lightgray: #d3d3d3;
}

/**
 * @file
 * Visual styles for tabs.
 */
div.tabs {
  margin: 1em 0;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-align: center;
}

.tabs > li {
  display: inline-block;
  margin-right: 0; /* LTR */
}

[dir=rtl] .tabs > li {
  margin-right: 0;
  margin-left: 0;
}

.tabs a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #4b5661;
}

.tabs a.is-active {
  background-color: #eeeeee;
}

.tabs a:focus {
  background-color: #f9f9f9;
}

/*# sourceMappingURL=tabs.css.map */
