/* 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; } }

.action-panel {
  padding: 10px 0;
  margin: 15px 0 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  line-height: 3.3;
  text-align: center; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .action-panel {
      border: none; } }
  .action-panel form {
    display: inline-block;
    width: 100%; }
    .action-panel form label, .action-panel form select, .action-panel form a {
      display: inline-block;
      font-weight: normal; }
    .action-panel form label {
      padding-right: 5px;
      font-family: "Arvo", serif; }
    .action-panel form #label-hub-filters-views {
      margin: 0; }
    .action-panel form .hub-filters-labels {
      display: inline-block; }
      .action-panel form .hub-filters-labels a:focus {
        outline: none; }
      .action-panel form .hub-filters-labels a:active {
        color: inherit; }
      .action-panel form .hub-filters-labels a:hover {
        color: inherit; }
    .action-panel form .hub-filters-wrapper {
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .action-panel form .hub-filters-wrapper {
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .action-panel form .hub-filters-wrapper {
          width: 480px;
          margin-left: auto;
          margin-right: auto; } }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
        .action-panel form .hub-filters-wrapper {
          margin-top: 2px;
          position: relative;
          display: block;
          overflow: hidden;
          background-color: #d8d8d8;
          padding: 0 30px;
          height: 0;
          opacity: 0;
          transition: all 300ms; }
          .action-panel form .hub-filters-wrapper.mod-expanded {
            height: auto;
            padding: 15px 30px;
            overflow: visible;
            opacity: 1;
            transition: all 300ms; } }
    .action-panel form .hub-filters-wrapper-expand-arrow {
      position: absolute;
      top: -10px;
      left: 120px;
      width: 20px;
      height: 20px;
      transform: rotate(45deg);
      background-color: #d8d8d8; }
      @media only screen and (max-width: 767px) {
        .action-panel form .hub-filters-wrapper-expand-arrow {
          left: 20px; } }
    .action-panel form .select-wrapper {
      position: relative;
      display: inline-block;
      width: 190px;
      height: 29px;
      overflow: hidden;
      margin: 0 10px 0 0;
      vertical-align: middle;
      background-color: #fff;
      border: 1px solid #cfcfcf; }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        .action-panel form .select-wrapper {
          width: 150px; } }
      .action-panel form .select-wrapper:after {
        content: "";
        position: absolute;
        pointer-events: none;
        width: 29px;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff url("../png/select-dropdown-replacement1d5d.png?1859dd3633d4") no-repeat right center; }
        html[dir="rtl"] .action-panel form .select-wrapper:after {
          right: auto;
          left: 0; }
      .action-panel form .select-wrapper select {
        display: block;
        position: absolute;
        width: 100%;
        padding: 5px 30px 5px 5px;
        color: #666;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        font-weight: 300;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        line-height: 1.3em; }
      @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
        .action-panel form .select-wrapper {
          display: block;
          margin: 10px auto;
          width: auto; } }
    .action-panel form .circles,
    .action-panel form .list {
      font-size: 22px;
      line-height: 22px;
      color: #9b9b9b; }
      .action-panel form .circles.active,
      .action-panel form .list.active {
        color: #0b6a8e; }
      .action-panel form .circles .fa,
      .action-panel form .list .fa {
        position: relative;
        top: 3px;
        margin-left: 5px; }
        html[dir="rtl"] .action-panel form .circles .fa, html[dir="rtl"] .action-panel form .list .fa {
          margin-right: 5px;
          margin-left: 0; }
    .action-panel form .search {
      position: relative;
      margin-left: 50px;
      display: inline-block;
      background-color: #d8d8d8;
      border-radius: 30px; }
      @media only screen and (max-width: 767px) {
        .action-panel form .search {
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .action-panel form .search {
          width: 480px;
          margin-left: auto;
          margin-right: auto; } }
      html[dir="rtl"] .action-panel form .search {
        margin-right: 50px;
        margin-left: 0; }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        .action-panel form .search {
          margin-left: 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .action-panel form .search {
          width: 80%;
          margin: 0 10%; } }
      .action-panel form .search input[type='text'] {
        width: 100%;
        padding: 6px 20px;
        font-family: "Arvo", serif;
        font-size: 14px;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        line-height: 1.3em; }
        .action-panel form .search input[type='text']:focus {
          box-shadow: none; }
        .action-panel form .search input[type='text']::placeholder {
          color: #555555; }
        .action-panel form .search input[type='text']:-webkit-autofill, .action-panel form .search input[type='text']:-webkit-autofill:hover, .action-panel form .search input[type='text']:-webkit-autofill:focus {
          border: none;
          transition: background-color 5000s ease-in-out 0s;
          -webkit-box-shadow: 0 0 0px 1000px transparent inset; }
      .action-panel form .search .icon {
        display: block;
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
        color: gray;
        position: absolute;
        top: 10px;
        right: 15px;
        background: transparent;
        border: none; }
        html[dir="rtl"] .action-panel form .search .icon {
          right: auto;
          left: 5px; }
    .action-panel form .hub-filters-views-wrapper {
      display: inline-block;
      margin-left: 50px; }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        .action-panel form .hub-filters-views-wrapper {
          margin-left: 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (max-width: 480px) {
        .action-panel form .hub-filters-views-wrapper {
          margin-left: 150px; } }
  .action-panel .applied-search {
    padding-left: 5px;
    text-align: center;
    font-family: "Arvo", serif;
    font-size: 1em;
    font-style: italic; }
    .action-panel .applied-search span {
      color: #0b6a8e;
      padding: 0 5px; }
    .action-panel .applied-search a {
      display: inline-block;
      margin-bottom: -3px; }
      .action-panel .applied-search a:hover {
        cursor: pointer; }

.section-hubs {
  padding: 40px 15px 20px 15px; }

.featured-collections {
  padding: 40px 0; }

.section-hubs .section-title,
.section-hubs .section-description,
.featured-collections .section-title,
.featured-collections .section-description {
  margin: 0 0.5em 5px;
  text-align: center;
  color: #474f60; }

.section-hubs .section-title,
.featured-collections .section-title {
  font-size: 1.84615385em;
  font-weight: bold; }

.section-hubs .section-description,
.featured-collections .section-description {
  margin-bottom: 40px;
  font-size: 14px; }

.section-hubs .section-description {
  font-style: italic; }

.section-hubs ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 0;
  padding: 0; }
  .section-hubs ul * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.section-hubs li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 10px 50px;
  list-style-type: none;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .section-hubs li {
      width: 50%; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .section-hubs li {
      width: 33.33%; } }
  @media only screen and (min-width: 1200px) {
    .section-hubs li {
      width: 20%; } }
.section-hubs .hub-logo {
  width: 100%;
  margin: 0 0 15px; }
  .section-hubs .hub-logo a {
    display: inline-block;
    width: 195px;
    height: 195px;
    line-height: 190px;
    text-align: center;
    border: 3px double #82899d; }
  .section-hubs .hub-logo img {
    margin: 10px;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle; }

.section-hubs .hub-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3; }

.featured-collections {
  -webkit-box-shadow: inset 0 10px 10px -10px #82899d;
  -moz-box-shadow: inset 0 10px 10px -10px #82899d;
  -ms-box-shadow: inset 0 10px 10px -10px #82899d;
  box-shadow: inset 0 10px 10px -10px #82899d;
  background-color: #ffffff; }
  .featured-collections .section-title,
  .featured-collections .section-description {
    font-weight: normal; }
  .featured-collections .section-description {
    font-size: 15px; }

.load-more-link {
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold; }
  .load-more-link:focus {
    outline: none; }
