html {
  height: 100%;
}

body {
  background-color: #fdfdfd;
  display: block;
  height: 100%;
  position: relative;
}

/* Helpers */
.m0 {
  margin: 0 !important;
}

.font14 {
  font-size: 14px !important;
}

.logo {
  background-color: #363636;
  color: #f5f5f5;
  display: block;
  font-family: 'VT323', monospace;
  font-size: 25px;
  padding: 8px 12px;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-view {
  height: 100%;
  width: 100%;
  position: relative;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: transform .3s ease-out;
  -webkit-transition: transform .3s ease-out;
}

.product-grid {
  padding: 0 15px;
}

.off-canvas-drawer {
  background: #fdfdfd;
  border-bottom: 1px solid #dbdbdb;
  height: 100%;
  display: block;
  top: -550px;
  height: 550px;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.off-canvas-drawer .drawer-close-button {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 1;
}

.off-canvas-drawer-content {
  height: 100%;
  width: 100%;
  position: relative;
}

.main.has-drawer-active .main-view {
  -webkit-transform: translateY(550px);
  transform: translateY(550px);
}

.breadcrumb-multilevel {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 .75em;
}

.placement-labels {
  font-size: 14px;
  padding: 2px 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}

.placement-labels li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.placement-labels li+li::before {
  content: "\000b7";
  color: #b5b5b5;
  margin-right: 5px;
}

code {
  color: #A30022;
}

a {
  color: #1B54AC;
}

.message.is-danger .message-header{
  background-color: #A30022;
}

.tag:not(body).is-info{
  background-color: #0E5A90;
}

.tag:not(body).is-primary{
  background-color: #006152;
}

.hero.is-primary.is-bold{
  background-image: linear-gradient(141deg, #006152 0, #006152 100%);
}

/* Monarch */

.monarch-browser-banner {
  max-width: 30%;
}