.predefined-widget--bookmarks .bookmark-items-wrapper {
  margin: 1em 0 2em;
  padding: 0;
  padding-bottom: 1px;
  padding-top: 1px;
}
.predefined-widget--bookmarks .bookmark-items-wrapper > li {
  display: inline-block;
  float: left;
  padding: 1px;
}
.predefined-widget--bookmarks .field {
  margin: 0;
}
.predefined-widget--bookmarks .group-main {
  position: relative;
}
.predefined-widget--bookmarks .linked-wrapper {
  color: #ffffff;
  -webkit-transition: color 400ms ease-in;
  -o-transition: color 400ms ease-in;
  display: block;
  background-color: #132856;
  text-shadow: 0 0 0.25em rgba(19, 40, 86, 0.9);
}
.predefined-widget--bookmarks .linked-wrapper.active,
.predefined-widget--bookmarks .linked-wrapper:active {
  color: #f6a70a;
}
.predefined-widget--bookmarks .linked-wrapper:focus,
.predefined-widget--bookmarks .linked-wrapper:hover {
  color: #de9708;
}
.predefined-widget--bookmarks .linked-wrapper:hover .field-name-field-bm-image::before {
  background-color: rgba(19, 40, 86, 0.9);
}
.predefined-widget--bookmarks .overlay-wrapper {
  padding: 1.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.predefined-widget--bookmarks .overlay-wrapper .title {
  margin: 0;
}
.predefined-widget--bookmarks .field-name-field-bm-image {
  -webkit-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  opacity: 1;
}
.predefined-widget--bookmarks .field-name-field-bm-image:hover {
  opacity: 0.8;
}
.predefined-widget--bookmarks .field-name-field-bm-image::before {
  -webkit-transition: background-color 400ms ease-in;
  -o-transition: background-color 400ms ease-in;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(19, 40, 86, 0.4);
}
/**
 * @file
 * This file exposes responsive design mixins.
 *
 *@TODO: Allow nesting media queries in other blocks. For 'inline' object responsive behavior.
 */
/**
 * Initialize placeholder mixins.
 */
/**
 * Render/print the mixins for the current file. The current file is the file in
 * which these responsive behavior mixins are included.
 */
@media (max-width: 51em) {
  .predefined-widget--bookmarks .overlay-wrapper {
    position: static;
  }
  .predefined-widget--bookmarks .field-name-field-bm-image + .overlay-wrapper {
    position: absolute;
  }
}
@media (min-width: 51em) {
  .predefined-widget--bookmarks .view-mode-bm_small_tile .linked-wrapper {
    min-height: 14.625em;
    min-width: 14.625em;
  }
  .predefined-widget--bookmarks .view-mode-bm_medium_tile .linked-wrapper {
    min-height: 14.625em;
    min-width: 29.375em;
  }
  .predefined-widget--bookmarks .view-mode-bm_large_tile .linked-wrapper {
    min-height: 29.375em;
    min-width: 29.375em;
  }
}
@media (max-width: 76em) {
  .predefined-widget--bookmarks .bookmark-items-wrapper {
    text-align: center;
  }
  .predefined-widget--bookmarks .bookmark-items-wrapper > li {
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
}
/**
 * @file
 * Misc helpers and shortcuts
 */
/*
 * Border radius.
 *
 * @see: http://border-radius.com
 * @see: http://caniuse.com/#feat=border-radius
 * @see: http://www.w3.org/TR/css3-background/#corners
 */
/*
 * Box sizing.
 *
 * @see: http://caniuse.com/#feat=css3-boxsizing
 * @see: http://www.w3.org/TR/css3-ui/#box-sizing
 */
/*
 * User select.
 * @see: http://caniuse.com/#feat=user-select-none
 * @see: https://drafts.csswg.org/css-ui-4/#content-selection
 * @see: https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
 *
 * NOTE: This feature is non-standard!
 */
/*
 * CSS Transitions.
 *
 * @see: http://caniuse.com/#feat=css-transitions
 * @see: https://drafts.csswg.org/css-transitions-1
 * @see: https://drafts.csswg.org/css-transitions-1/#animatable-css
 */
/*
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of 'table' rather than 'block' is only necessary if using
 *    ':before' to contain the top-margins of child elements.
 *
 * @see: http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither
 * @see: http://nicolasgallagher.com/micro-clearfix-hack
 * @see: http://www.satzansatz.de/cssd/onhavinglayout.html
 * @see: http://quirksmode.org/css/css2/display.html
 */
/*
 * Generates text-removing properties for use in image replacement. Does not
 * specify the background image (or it's positioning) itself - this needs to be
 * specified manually (or use one of the sprite mixins, if appropriate):
 *
 * 1. Opera requires some special treatment (!important) in order for the color to be overridden.
 * 2. Webkit seems not to respect width:0 on submit buttons, but font:0 does the trick.
 *
 * @TODO: Needs work!!!
 *
 * @see: http://css-tricks.com/examples/ImageReplacement
 * @see: http://www.ampsoft.net/webdesign-l/image-button.html
 * @see: https://github.com/h5bp/html5-boilerplate/issues/1108
 * @see: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 */
/*
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 *
 * @see: DRUPAL .element-invisible {}
 */
/*
 * Apply single color to anchor tags.
 */
