html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
}

.lc-wrapper {
  position: relative;
}

.row,
.lc-wrapper > .inner {
  max-width: 1400px;
  margin: 0 auto;
}

.lc-breadcrumb {
  color: #999;
}

.lc-no-text-select {
  user-select: none;
}

.lc-breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.lc-breadcrumb ul > li {
  display: inline-block;
}

.lc-breadcrumb a {
  color: #999;
  display: inline-block;
  transition: color 0.3s ease;
}

.lc-breadcrumb a:hover {
  color: #000;
}

.lc-breadcrumb span.separator {
  display: inline-block;
  margin: 0 5px;
  font-family: Monospace, sans-serif;
}

img {
  max-width: 100%;
}

.cms-page-explanation-text {
  margin: 10px 0 20px 0;
  padding: 10px;
  background-color: #eee;
  display: flex;
  align-items: center;
}
.cms-page-explanation-text .col.icon {
  padding-right: 20px;
  font-size: 30px;
  line-height: 1;
  color: #c1d72f;
}

/**:focus {*/
/*outline: none;*/
/*}*/
