/**
 * 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 hack to address bug preventing use of search form */
/* When on ICI, hide user menu link to TWP Connect */
body.theme-name--inner-compass a[data-drupal-link-system-path="group/2"] {
  display: none;
}

/* When on TWP, hide user menu link to ICI Connect */
body.theme-name--twp a[data-drupal-link-system-path="group/1"] {
  display: none;
}

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