/**
 * Hacks and workarounds
 ============================================================================ */
/* Custom CSS - originally copied from the Custom CSS Extension in theme settings */
.js details[open] {
  max-height: none;
}

/* Deprecated as we've temporarily removed twocol layouts */
.layout--twocol .layout-region--right {
  padding-left: 1.5rem;
}

/* Deprecated as we've temporarily removed twocol layouts */
.layout--twocol .layout-region--left img {
  border-top: 2px solid #caebf2;
}

/* Deprecated as we've temporarily removed twocol layouts */
.layout--twocol {
  margin-top: 1.5rem;
}

/* Temporary fix, remove when returning to twocol layout */
div.layout--onecol {
  clear: both;
}

/* Temporary fix, remove when returning to twocol layout */
nav.pager {
  clear: left;
}
/*# sourceMappingURL=hacks.css.map */
