/*
 * This file was auto-generated using SASS
 * You can manually modify it - but usually you will want to 
 * Re-generate it using the SASS variables of your theme
*/
@media all {
  /* Linkblock with Image and Images with Caption */
  figure {
    position: relative; }
    figure .overlay {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      background-color: rgba(52, 58, 64, 0);
      transition: background-color 0.3s ease-in-out; }
    figure figcaption {
      position: absolute;
      z-index: 2;
      left: 0;
      bottom: 0;
      width: 100%;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
  a {
    /* links in link blocks */ }
    a.co-linkblock {
      color: #555555; }
      a.co-linkblock p {
        color: #555555; }
      a.co-linkblock span {
        color: #5c4384;
        vertical-align: middle;
        display: inline-block;
        padding: 3px 0;
        transition: color 0.3s ease-in-out; }
        a.co-linkblock span svg {
          transition: margin-left 0.3s ease-in-out;
          margin-left: 0; }
      a.co-linkblock:hover {
        text-decoration: none;
        color: #555555; }
        a.co-linkblock:hover span {
          color: #392951;
          text-decoration: underline; }
          a.co-linkblock:hover span svg {
            transition: margin-left 0.3s ease-in-out;
            margin-left: 8px; }
    a:hover figure .overlay {
      background-color: rgba(52, 58, 64, 0.4); } }


/*# sourceMappingURL=bs4.min.css.map*/