/* -------------------------------------------------------------------------- *\
   ATTENTION DEVELOPERS: This site's theme leverages less and version
   control to maintain the theme. This is in an effort to keep things more
   organized and eliminate potential issues with original styling being
   accidentally altered/deleted with no trace.

   You can still make quick changes here, but if you can, I'd rather have them
   committed to the theme repository for proper documentation.

   Theme Repository
    - @url https://bitbucket.org/digitaldeployment/water-education
    - @ssh git@bitbucket.org:digitaldeployment/water-education.git
\* -------------------------------------------------------------------------- */

/* Fix bottom spacing of related links (node-fields) */
.node-fields {
  overflow: hidden;
}

/* Add the back button in a custom block, hide the one in the node fields block */
#block-digitaldcore-node_nav_terms #nav-back {
  display: none;
}

/* Space out calendar filters a bit */
.cal-filters a.tab {
  margin-left: 4px;
}

/* TICKET #12048 reordering button not working */
.block-controls-wrapper {
  z-index: auto;
}