/* hsl(220, 10%, 90%); */
/* Line height * font size + padding top and bottom */
/* /file/site/style/ob.es.application.less:L3 */
html {
  font-size: 87.5%;
}
/* /file/site/style/ob.es.application.less:L4 */
html,
body {
  min-height: 100vh;
}
/* /file/site/style/ob.es.application.less:L8 */
.btn-reset {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
}
/* /file/site/style/ob.es.application.less:L9 */
.btn-reset::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* /file/site/style/ob.es.application.less:L11 */
a {
  color: #00722a;
  color: var(--brand-primary);
}
/* /file/site/style/ob.es.application.less:L12 */
a:hover {
  color: #00511e;
  color: var(--brand-dark);
}
/* /file/site/style/ob.es.application.less:L13 */
.btn-link {
  color: #00722a;
  color: var(--brand-primary);
}
/* /file/site/style/ob.es.application.less:L15 */
body {
  background-color: #e9ebee;
  line-height: 1.286;
}
/* /file/site/style/ob.es.application.less:L19 */
/* /file/site/style/ob.es.application.less:L20 */
/* /file/site/style/ob.es.application.less:L21 */
body.sidebar-open .app__sidebar {
  transform: translateX(0);
}
