/* Keyframes */
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    -moz-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@keyframes fadein {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.curated-collections {
  display: block; }
  .curated-collections * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .curated-collections li {
    margin: 0 0 10px;
    padding: 0 5px;
    list-style-type: none; }
    .curated-collections li a {
      display: block;
      position: relative;
      border-radius: 2px;
      height: 210px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
      .curated-collections li a:hover {
        -moz-box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.3); }
      .curated-collections li a:focus {
        -moz-box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.3);
        outline: none; }
      .curated-collections li a:before {
        -moz-appearance: none;
        -webkit-appearance: none;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 5;
        background-color: rgba(71, 79, 96, 0.5);
        border-radius: 2px; }
      .curated-collections li a img {
        position: relative;
        display: block;
        width: 100%;
        height: 175px;
        border-radius: 2px 2px 0 0;
        max-width: 350px; }
      .curated-collections li a .curated-collection-title {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 5px;
        right: 5px;
        z-index: 10;
        color: #ffffff;
        font-family: "Arvo", serif;
        text-align: center;
        font-size: 18px;
        line-height: 1.2;
        font-weight: bold;
        height: 210px; }
        .curated-collections li a .curated-collection-title .curated-collection-resources-count {
          position: absolute;
          display: block;
          font-size: 1.25rem;
          font-weight: normal;
          color: #474f60;
          width: 100%;
          align-self: center;
          bottom: 0; }
        .curated-collections li a .curated-collection-title .title-heading {
          position: absolute;
          width: 100%;
          padding: 0 10px 0 10px;
          bottom: 20%; }
          .curated-collections li a .curated-collection-title .title-heading h4 {
            font-weight: 900;
            font-size: 1.45rem;
            line-height: 1.5; }
    .curated-collections li .overlay:before {
      border-radius: 2px 2px 0 0;
      background: linear-gradient(rgba(71, 79, 96, 0.2), rgba(0, 0, 0, 0.9));
      height: 175px; }
  @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (min-width: 980px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .curated-collections {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .curated-collections li {
        width: 33.33%;
        margin: 0 0 30px;
        padding: 0 15px; } }
.curated-collections-new {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px; }
  .curated-collections-new li {
    margin: 0;
    padding: 0 5px;
    list-style-type: none;
    width: calc((100% - 40px) / 3); }
    @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
      .curated-collections-new li {
        width: calc((100% - 40px) / 2); } }
    .curated-collections-new li br {
      display: none; }
    .curated-collections-new li a {
      display: block;
      position: relative;
      box-shadow: none;
      width: 100%;
      height: fit-content; }
      .curated-collections-new li a img {
        width: 100%;
        height: 200px;
        border: 1px solid #dde4fc; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
        .curated-collections-new li a img {
          height: 120px; } }
      .curated-collections-new li a .curated-collection-title h4 {
        text-align: center;
        color: #000;
        font-family: "Lato";
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        height: auto; }
      .curated-collections-new li a .curated-collection-title .curated-collection-resources-count {
        text-align: center;
        font-size: 16px;
        font-family: "Lato";
        color: #000; }

.curated-collection-no-image {
  background: rgba(241, 242, 242, 0.5);
  height: 175px;
  border-radius: 2px 2px 0 0; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .curated-collection-no-image {
      height: 105px; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .curated-collection-no-image {
      height: 140px; } }

/* Keyframes */
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes fadein {
  0% {
    -moz-transform: translateY(-20px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }

@keyframes fadein {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.collections-header {
  color: #ffffff;
  background-image: url("../png/collections-header1d5d.png?1859dd3633d4");
  background-size: cover;
  height: 260px;
  padding: 80px 15px 50px; }
  @media only screen and (max-width: 767px) {
    .collections-header {
      padding-top: 40px; } }
.collections-title {
  margin: 0 0 20px;
  font: 400 36px/40px "Arvo", serif;
  color: #ffffff; }

.collections-description {
  margin-top: 15px;
  font: italic 18px / 26px "Open Sans", sans-serif; }

.section-title {
  color: #333333;
  font: 400 28px/32px "Arvo", serif; }

.collections-history {
  padding: 50px 15px;
  background-color: #ffffff; }

.collections-history-description {
  margin: 35px 0 30px;
  color: #333333;
  font: 400 14px / 24px "Open Sans", sans-serif; }

.btn-visit {
  background-color: #3a853a;
  color: #ffffff;
  font: 400 16px / 28px "Arvo", serif;
  width: 250px;
  height: 40px; }
  .btn-visit:hover, .btn-visit:focus, .btn-visit:active {
    background-color: #2d5d36;
    color: #ffffff; }

.landing-pages {
  -moz-box-shadow: 0 0 12px 0 rgba(2, 2, 2, 0.3);
  -webkit-box-shadow: 0 0 12px 0 rgba(2, 2, 2, 0.3);
  box-shadow: 0 0 12px 0 rgba(2, 2, 2, 0.3);
  padding: 50px 15px;
  background-color: #f1f2f2; }

.featured-collections {
  -moz-box-shadow: 0 0 12px 0 rgba(2, 2, 2, 0.3);
  -webkit-box-shadow: 0 0 12px 0 rgba(2, 2, 2, 0.3);
  box-shadow: 0 0 12px 0 rgba(2, 2, 2, 0.3);
  padding: 50px 15px;
  background-color: #ffffff; }

.featured-items {
  margin: 0; }
  .featured-items:first-child {
    margin-top: 40px; }

.endless_more {
  display: none; }

.endless_loading {
  min-height: 89px;
  background: url("../gif/ajax-loader-big1d5d.gif?1859dd3633d4") 50% 50% no-repeat; }
