/* Custom CSS */
.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 hack to address bug preventing use of search form */
.block-search .form-search {
  height: auto;
}

/* 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;
}
