/* @file
 * Paragraph entity styling for multicolumn paragraphs.
 */
.field--name-field-promoted-content .field--name-field-promoted-items {
  margin: -5em auto 2em;
}

.field--name-field-promoted-content .field--name-field-promoted-items::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 899px) {
  .field--name-field-promoted-content .field--name-field-promoted-items {
    margin: -2em auto 2em;
    width: 95%;
  }
}

.field--name-field-promoted-content .field--name-field-promoted-items > .field__item {
  float: left;
  margin-right: 1.35765%;
  width: 32.42823%;
}

.field--name-field-promoted-content .field--name-field-promoted-items > .field__item:nth-child(3n) {
  margin-right: 0;
}

.field--name-field-promoted-content .field--name-field-promoted-items > .field__item:nth-child(3n+1) {
  clear: left;
}

@media screen and (max-width: 899px) {
  .field--name-field-promoted-content .field--name-field-promoted-items > .field__item {
    width: 49.32117%;
  }
  .field--name-field-promoted-content .field--name-field-promoted-items > .field__item:nth-child(2n) {
    margin-right: 0;
  }
  .field--name-field-promoted-content .field--name-field-promoted-items > .field__item:nth-child(2n+1) {
    clear: left;
  }
  .field--name-field-promoted-content .field--name-field-promoted-items > .field__item:last-child {
    margin-top: 1rem;
    width: 100%;
  }
  .field--name-field-promoted-content .field--name-field-promoted-items > .field__item:last-child .eck-entity {
    margin: auto;
    width: 49.32117%;
    transition: all 0.5s;
  }
}

@media screen and (max-width: 600px) {
  .field--name-field-promoted-content .field--name-field-promoted-items > .field__item {
    float: none;
    margin: 1rem auto;
    width: auto;
  }
  .field--name-field-promoted-content .field--name-field-promoted-items > .field__item:last-child .eck-entity {
    width: auto;
  }
}

.field--name-field-promoted-content .field--name-field-promoted-items > .field__item:hover .eck-entity {
  -webkit-filter: brightness(1.35) drop-shadow(0 0.2em 0.5em #15223c);
          filter: brightness(1.35) drop-shadow(0 0.2em 0.5em #15223c);
}

.field--name-field-promoted-content .field--name-field-promoted-items img {
  width: 100%;
}

.field--name-field-promoted-content .field--name-field-promoted-items .field--name-title {
  background: #15223c;
  color: #FFF;
  font-size: 30px;
  line-height: 1;
  margin-top: -0.5rem;
  padding: 1rem;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .field--name-field-promoted-content .field--name-field-promoted-items .field--name-title {
    font-size: 20px !important;
  }
}

.hide-exposed-filters .view-filters {
  display: none;
}

/*# sourceMappingURL=maps/node-page.css.map */
