.caret-tabs {
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  border-bottom: 1px solid #d6dee0; }
  .caret-tabs li {
    list-style-type: none;
    display: inline-block;
    margin: 0 30px -1px 30px;
    padding: 0 10px;
    border-bottom: 1px solid #fff; }
    @media only screen and (max-width: 767px) {
      .caret-tabs li {
        margin: 0 0 -1px;
        padding: 0 5px; } }
    .caret-tabs li a {
      font-family: "Open Sans", sans-serif;
      display: block;
      font-weight: 300;
      color: #085b9b;
      font-size: 16px;
      padding-bottom: 16px;
      margin-bottom: -1px;
      position: relative; }
    .caret-tabs li:hover a {
      color: #3a853a; }
    .caret-tabs li.selected a {
      color: #3a853a;
      border-bottom: 1px solid #3a853a; }
      .caret-tabs li.selected a:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #3a853a;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -3px; }

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

.formatted-text {
  color: #333333;
  font: 400 14px / 24px "Poppins", sans-serif;
  overflow-wrap: break-word;
  overflow-x: auto; }
  .formatted-text h1, .formatted-text h2, .formatted-text h3, .formatted-text h4 {
    font-family: "Poppins", sans-serif; }
    .formatted-text h1:first-child, .formatted-text h2:first-child, .formatted-text h3:first-child, .formatted-text h4:first-child {
      margin-top: 0; }
    .formatted-text h1:last-child, .formatted-text h2:last-child, .formatted-text h3:last-child, .formatted-text h4:last-child {
      margin-bottom: 0; }
  .formatted-text h1 {
    font-weight: normal;
    font-size: 18px; }
  .formatted-text h2 {
    font-weight: normal;
    font-size: 16px; }
  .formatted-text h3 {
    font-weight: bold;
    font-size: 14px; }
  .formatted-text h4 {
    font-size: 13px;
    font-weight: bold; }
    .formatted-text h4.terms-italic {
      color: #2b3990;
      font-weight: normal; }
  .formatted-text p {
    margin-bottom: 1em; }
    .formatted-text p:last-child {
      margin-bottom: 0; }
  .formatted-text ul, .formatted-text ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-bottom: 1em; }
    .formatted-text ul:last-child, .formatted-text ol:last-child {
      margin-bottom: 0; }
  .formatted-text table {
    margin-bottom: 1em; }
  .formatted-text th {
    text-align: center; }
  .formatted-text td, .formatted-text th {
    vertical-align: top;
    padding: 2px 10px; }
  .formatted-text table {
    display: block;
    overflow-x: scroll; }
  .formatted-text table[border] td, .formatted-text table[border] th {
    border: 3px solid; }
  .formatted-text table[border="2"] td, .formatted-text table[border="2"] th {
    border: 2px solid; }
  .formatted-text table td, .formatted-text table th,
  .formatted-text table[border="1"] td,
  .formatted-text table[border="1"] th {
    border: 1px solid; }
  .formatted-text table[border="0"] {
    border: none; }
  .formatted-text table > caption {
    caption-side: bottom;
    font-style: italic; }
  .formatted-text .indent-1 {
    margin-left: 4em; }
  .formatted-text .indent-2 {
    margin-left: 8em; }
  .formatted-text .indent-3 {
    margin-left: 12em; }
  .formatted-text blockquote {
    font-size: 1em;
    margin-bottom: 10px;
    padding: 5px 10px; }
  .formatted-text figure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    text-align: center; }
  .formatted-text .oembed iframe {
    max-width: 100%; }
  .formatted-text img {
    max-width: 100%; }
    .formatted-text img.qr-code {
      display: block;
      max-width: 25%;
      margin: 0 auto; }
  .formatted-text abbr {
    cursor: help;
    border-bottom: 1px dotted #777777;
    text-decoration: none; }
  .formatted-text sub a {
    display: inline-block;
    font-size: 100%; }
  .formatted-text a {
    color: #2395d1;
    text-decoration: underline; }
    .formatted-text a:hover {
      color: #215064;
      text-decoration: underline; }
    .formatted-text a:visited {
      color: #804180;
      text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .hub-collection-table {
    display: none; } }

.hub-collection-table td {
  position: relative;
  vertical-align: middle;
  max-width: 285px;
  padding: 0 7px 10px 7px; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .hub-collection-table td {
      max-width: 180px; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .hub-collection-table td {
      max-width: 232px; } }
.hub-collection-table th {
  text-align: center;
  padding-bottom: 15px;
  font-weight: normal; }

.hub-collection-table tr:not(:last-child) td:not(:first-child):before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  border-left: 1px solid #d6dee0;
  border-right: 1px solid #d6dee0;
  position: absolute;
  bottom: 0;
  left: 50%; }

.hub-collection-table tr td:first-child {
  width: 150px; }

.hub-collection-table tr td:not(:first-child):not(:last-child):after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  border-top: 1px solid #d6dee0;
  border-bottom: 1px solid #d6dee0;
  position: absolute;
  top: 71px;
  right: -7px; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .hub-collection-table tr td:not(:first-child):not(:last-child):after {
      top: 36px; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .hub-collection-table tr td:not(:first-child):not(:last-child):after {
      top: 50px; } }
.hub-collection-table .featured-item-ct,
.hub-collection-table-mobile .featured-item-ct {
  display: inline-block;
  position: relative; }
  .hub-collection-table .featured-item-ct:hover,
  .hub-collection-table-mobile .featured-item-ct:hover {
    -moz-box-shadow: 0 6px 10px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 6px 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 10px 5px rgba(0, 0, 0, 0.3); }
  .hub-collection-table .featured-item-ct:before,
  .hub-collection-table-mobile .featured-item-ct: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); }
  .hub-collection-table .featured-item-ct img,
  .hub-collection-table-mobile .featured-item-ct img {
    position: relative;
    display: block;
    height: auto;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .hub-collection-table .featured-item-ct img,
      .hub-collection-table-mobile .featured-item-ct img {
        width: 280px; } }
  .hub-collection-table .featured-item-ct .featured-item-title,
  .hub-collection-table-mobile .featured-item-ct .featured-item-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: "Poppins", sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold; }
    .hub-collection-table .featured-item-ct .featured-item-title .featured-item-resources-count,
    .hub-collection-table-mobile .featured-item-ct .featured-item-title .featured-item-resources-count {
      display: block;
      margin-top: 10px;
      font-size: 0.78em;
      font-weight: normal; }
  .hub-collection-table .featured-item-ct .featured-item-no-image,
  .hub-collection-table-mobile .featured-item-ct .featured-item-no-image {
    background-color: #d6dee0;
    height: 158px;
    width: 316px; }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      .hub-collection-table .featured-item-ct .featured-item-no-image,
      .hub-collection-table-mobile .featured-item-ct .featured-item-no-image {
        width: 246px;
        height: 123px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .hub-collection-table .featured-item-ct .featured-item-no-image,
      .hub-collection-table-mobile .featured-item-ct .featured-item-no-image {
        width: 176px;
        height: 88px; } }
    @media only screen and (max-width: 767px) {
      .hub-collection-table .featured-item-ct .featured-item-no-image,
      .hub-collection-table-mobile .featured-item-ct .featured-item-no-image {
        width: 280px;
        height: 140px; } }
.hub-collection-table-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .hub-collection-table-mobile {
      display: block; } }
  .hub-collection-table-mobile .collection-table-column .featured-item-mobile-wrapper {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 140px; }
    .hub-collection-table-mobile .collection-table-column .featured-item-mobile-wrapper:not(:first-of-type):before {
      content: "";
      width: 10px;
      height: 44px;
      border-left: 1px solid #d6dee0;
      border-right: 1px solid #d6dee0;
      position: absolute;
      top: -44px;
      left: 0; }
    .hub-collection-table-mobile .collection-table-column .featured-item-mobile-wrapper:not(:last-of-type):after {
      content: "";
      width: 10px;
      height: 44px;
      border-left: 1px solid #d6dee0;
      border-right: 1px solid #d6dee0;
      position: absolute;
      bottom: -44px;
      right: 0; }
  .hub-collection-table-mobile .collection-table-column-header {
    font-weight: 600;
    margin: 20px 0 10px; }
  .hub-collection-table-mobile .collection-table-row-header {
    margin: 10px 0; }

h1 {
  font: 400 21px / 22px "Poppins", sans-serif; }

a {
  -webkit-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
  -moz-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
  -o-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
  -ms-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
  transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear; }

a:hover, a:active {
  color: #474f60; }

.section-wrapper {
  -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;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .section-wrapper {
      padding: 50px 5px; } }
  .section-wrapper.mod-odd {
    background-color: #ffffff; }
  .section-wrapper.mod-even {
    background-color: #f1f2f2; }

.section-cover {
  background: no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  position: relative; }
  .hub-text-color-white .section-cover {
    color: #ffffff; }
  .hub-text-color-dark .section-cover {
    color: #474f60; }

.section-cover ul,
.section-cover ol,
.section-wrapper ul,
.section-wrapper ol {
  margin-left: 2.5em; }
  html[dir="rtl"] .section-cover ul, html[dir="rtl"] .section-cover ol, html[dir="rtl"] .section-wrapper ul, html[dir="rtl"] .section-wrapper ol {
    margin-right: 2.5em;
    margin-left: 0; }

.section-cover ul.caret-tabs,
.section-wrapper ul.caret-tabs {
  margin-left: 0px; }
  html[dir="rtl"] .section-cover ul.caret-tabs, html[dir="rtl"] .section-wrapper ul.caret-tabs {
    margin-right: 0px; }

.cover-overlay {
  padding: 74px 80px 0;
  min-height: 550px; }
  @media only screen and (max-width: 767px) {
    .cover-overlay {
      padding: 74px 10px 0; } }
  .color-wash-blue .cover-overlay {
    background-color: rgba(5, 174, 229, 0.5); }
  .color-wash-dark-blue .cover-overlay {
    background-color: rgba(44, 62, 109, 0.5); }
  .color-wash-yellow .cover-overlay {
    background-color: rgba(87, 87, 87, 0.5); }
  .color-wash-gray .cover-overlay {
    background-color: rgba(87, 87, 87, 0.5); }
  .color-wash-maroon .cover-overlay {
    background-color: rgba(87, 87, 87, 0.5); }
  .color-wash-maroon-10 .cover-overlay {
    background-color: rgba(87, 87, 87, 0.1); }
  .color-wash-turquoise .cover-overlay {
    background-color: rgba(29, 211, 196, 0.5); }
  .color-wash-darker-10 .cover-overlay {
    background-color: rgba(0, 0, 0, 0.1); }
  .color-wash-darker-50 .cover-overlay {
    background-color: rgba(0, 0, 0, 0.5); }
  .color-wash-darker-70 .cover-overlay {
    background-color: rgba(0, 0, 0, 0.7); }
  .color-wash-lighten .cover-overlay {
    background-color: rgba(255, 255, 255, 0.5); }

.fadein-wrapper {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-animation: fadein .4s .3s 1 forwards ease-in-out;
  -moz-animation: fadein .4s .3s 1 forwards ease-in-out;
  animation: fadein .4s .3s 1 forwards ease-in-out;
  position: relative; }

.oer-logo {
  position: absolute;
  top: 26px;
  left: 70px;
  display: block;
  width: 129px;
  height: 83px;
  background: url("../png/oer-logo1d5d.png?1859dd3633d4") no-repeat; }

.hub-logo-wrapper {
  height: 150px; }
  @media only screen and (max-width: 767px) {
    .hub-logo-wrapper {
      margin: 40px auto 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .hub-logo-wrapper {
      margin: 80px auto 15px; } }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .hub-logo-wrapper .hub-logo {
      max-width: 100%; } }
.hub-title {
  font: 600 32px/36px "Poppins", sans-serif; }

.hub-description {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  max-width: 800px;
  margin: 0 auto; }

.search-field {
  width: 360px;
  margin: 30px auto 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .search-field {
      width: 280px; } }
  .search-field .fa {
    color: #085b9b;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer; }
    html[dir="rtl"] .search-field .fa {
      right: auto;
      left: 10px; }

.search-input {
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 0;
  font: 400 14px / 28px "Poppins", sans-serif; }
  html[dir="rtl"] .search-input {
    margin-left: 5px;
    margin-right: 0; }

.hub-anchor-links ul {
  margin: 0;
  padding: 2em 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.hub-anchor-links-item::after {
  margin: 0 .75em;
  font-size: 17px;
  color: #82899d;
  content: "|"; }

.hub-anchor-links-item:last-child::after {
  margin: 0;
  content: ""; }

.hub-anchor-links-item-link {
  font: 600 16px "Poppins", sans-serif; }
  .hub-text-color-white .hub-anchor-links-item-link {
    color: #ffffff; }
    .hub-text-color-white .hub-anchor-links-item-link:hover, .hub-text-color-white .hub-anchor-links-item-link:focus {
      color: #cccccc; }
  .hub-text-color-dark .hub-anchor-links-item-link {
    color: #474f60; }
    .hub-text-color-dark .hub-anchor-links-item-link:hover, .hub-text-color-dark .hub-anchor-links-item-link:focus {
      color: #1c1f25; }

.section-title {
  color: #474f60;
  font: 600 24px/28px "Poppins", sans-serif;
  margin: 0 0 25px; }

.section-description {
  font: 400 14px / 24px "Poppins", sans-serif;
  max-width: 800px;
  margin: 0 auto 10px; }
  @media only screen and (max-width: 767px) {
    .section-description {
      word-wrap: break-word; } }
.hub-collection-table {
  font-family: "Arvo", serif; }
  .hub-collection-table tr:not(:last-child) td:not(:first-child):before {
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    position: absolute;
    bottom: 0;
    left: 50%; }
  .hub-collection-table tr td:not(:first-child):not(:last-child):after {
    content: "";
    display: block;
    width: 14px;
    height: 10px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    position: absolute;
    top: 71px;
    right: -7px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .hub-collection-table tr td:not(:first-child):not(:last-child):after {
        top: 36px; } }
  .hub-collection-table td {
    position: relative;
    vertical-align: middle;
    max-width: 285px;
    padding: 0 7px 10px 7px; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .hub-collection-table td {
        max-width: 180px; } }
  .hub-collection-table .curated-collection-ct,
  .hub-collection-table .hub-collection-table-mobile .curated-collection-ct {
    display: inline-block;
    position: relative; }
    .hub-collection-table .curated-collection-ct:before,
    .hub-collection-table .hub-collection-table-mobile .curated-collection-ct: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); }
    .hub-collection-table .curated-collection-ct .curated-collection-image,
    .hub-collection-table .hub-collection-table-mobile .curated-collection-ct .curated-collection-image {
      position: relative;
      display: block;
      height: auto;
      max-width: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .hub-collection-table .curated-collection-ct .curated-collection-image,
        .hub-collection-table .hub-collection-table-mobile .curated-collection-ct .curated-collection-image {
          height: 80px; } }
    .hub-collection-table .curated-collection-ct .curated-collection-title,
    .hub-collection-table .hub-collection-table-mobile .curated-collection-ct .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;
      text-align: center;
      font-size: 1.38462em;
      line-height: 1.2;
      font-weight: bold; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .hub-collection-table .curated-collection-ct .curated-collection-title,
        .hub-collection-table .hub-collection-table-mobile .curated-collection-ct .curated-collection-title {
          font-size: 1.07692em; } }
.learn-section-description {
  text-align: left;
  margin: 25px auto 35px;
  font: 400 16px / 24px "Poppins", sans-serif; }
  html[dir="rtl"] .learn-section-description, html[lang="ar"] .learn-section-description {
    text-align: right; }
  html[lang="ar"] .learn-section-description {
    direction: rtl; }
  .learn-section-description ul {
    display: inline-block; }

.tab-content {
  display: none; }
  .tab-content.selected {
    display: block; }

.caret-tabs {
  border: 0; }
  .caret-tabs.mod-with-border {
    border-bottom: 1px solid #474f60;
    padding-bottom: 20px; }
    .caret-tabs.mod-with-border a,
    .caret-tabs.mod-with-border li.selected a {
      border: 0; }
  .caret-tabs li {
    border: 0; }
    .caret-tabs li a {
      color: #085b9b;
      font: 600 14px "Poppins", sans-serif;
      border-bottom: 2px solid #085b9b;
      padding-bottom: 2px; }
      .caret-tabs li a:hover {
        color: #474f60;
        border-color: #474f60; }
  .caret-tabs li.selected a {
    color: #474f60;
    border-bottom: 2px solid #474f60; }
    .caret-tabs li.selected a:after {
      content: none; }
  .caret-tabs .fa {
    margin-right: 8px; }
    html[dir="rtl"] .caret-tabs .fa {
      margin-left: 8px;
      margin-right: 0; }

.announcement-wrapper {
  margin: 0 auto;
  text-align: left;
  color: #474f60;
  font: 400 14px / 24px "Poppins", sans-serif; }
  html[dir="rtl"] .announcement-wrapper {
    text-align: right; }
  @media only screen and (max-width: 767px) {
    .announcement-wrapper {
      width: 90%; } }
.announcement-title {
  color: #474f60;
  font: 700 18px/30px "Poppins", sans-serif;
  margin-bottom: 0; }

.announcement-activation-date {
  font-style: italic;
  margin-bottom: 10px; }

.events-text {
  margin: 0 auto;
  text-align: left;
  color: #474f60;
  font: 400 14px / 24px "Poppins", sans-serif; }
  html[dir="rtl"] .events-text {
    text-align: right; }
  .events-text h1 {
    font: 700 18px/30px "Poppins", sans-serif; }

.schedule-text {
  margin: 0 auto;
  text-align: left;
  color: #474f60;
  font: 400 14px / 24px "Poppins", sans-serif; }
  html[dir="rtl"] .schedule-text {
    text-align: right; }
  .schedule-text h1 {
    font: 700 18px/30px "Poppins", sans-serif; }

.featured-items {
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .featured-items li {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }
  @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) {
    .featured-items li {
      display: block; } }
.collections-pagination {
  display: none; }

.shared-folders {
  padding: 0;
  margin-top: 20px; }
  .shared-folders li {
    list-style-type: none; }
    @media only screen and (max-width: 767px) {
      .shared-folders li {
        margin-top: 40px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }
  @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) {
    .shared-folders {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .shared-folders .shared-folders-item {
        width: 33.33%;
        margin: 30px 0;
        padding: 0 15px; } }
  .shared-folders .shared-folder {
    -webkit-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
    -moz-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
    -o-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
    -ms-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
    transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
    display: block;
    position: relative;
    height: 250px;
    padding: 15px;
    vertical-align: top;
    background-color: #d6dee0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      .shared-folders .shared-folder {
        height: 150px; } }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      .shared-folders .shared-folder {
        height: 230px; } }
    .shared-folders .shared-folder:before {
      -webkit-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
      -moz-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
      -o-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
      -ms-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
      transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
      content: "";
      background-color: #d6dee0;
      width: 120px;
      height: 25px;
      position: absolute;
      top: -25px;
      left: 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        .shared-folders .shared-folder:before {
          width: 100px; } }
    .shared-folders .shared-folder:hover {
      -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3); }
      .shared-folders .shared-folder:hover:before {
        -moz-box-shadow: 6px 0 5px -3px rgba(0, 0, 0, 0.3), -6px 0 5px -3px rgba(0, 0, 0, 0.3), 0 -6px 5px -3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 6px 0 5px -3px rgba(0, 0, 0, 0.3), -6px 0 5px -3px rgba(0, 0, 0, 0.3), 0 -6px 5px -3px rgba(0, 0, 0, 0.3);
        box-shadow: 6px 0 5px -3px rgba(0, 0, 0, 0.3), -6px 0 5px -3px rgba(0, 0, 0, 0.3), 0 -6px 5px -3px rgba(0, 0, 0, 0.3); }
    .shared-folders .shared-folder.last {
      margin-right: 0; }
    .shared-folders .shared-folder a {
      color: #085b9b; }
      .shared-folders .shared-folder a:hover {
        color: #474f60; }
    .shared-folders .shared-folder .folder-title {
      font-size: 19px; }
    .shared-folders .shared-folder .subfolders-title {
      display: block;
      font-style: italic; }
    .shared-folders .shared-folder .subfolders {
      margin-left: 20px; }
      html[dir="rtl"] .shared-folders .shared-folder .subfolders {
        margin-right: 20px;
        margin-left: 0; }
    .shared-folders .shared-folder .footer {
      width: 90%;
      padding: 15px 25px;
      display: block;
      position: absolute;
      bottom: 15px;
      left: 15px; }
      html[dir="rtl"] .shared-folders .shared-folder .footer {
        right: 15px;
        left: auto; }

.groups-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 20px; }
  .groups-list li {
    display: block;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    margin: 0 0 30px;
    padding: 0 15px; }
    @media only screen and (max-width: 767px) {
      .groups-list li {
        width: 50%; } }
    @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) {
      .groups-list li {
        width: 25%; } }
    .groups-list li .cover {
      -webkit-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
      -moz-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
      -o-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
      -ms-transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
      transition: background-color .15s linear,color .15s linear,opacity .15s linear,color .15s linear,border-color .15s linear;
      display: block;
      width: 190px;
      height: 190px;
      padding: 9px 10px;
      border: 1px solid #474f60;
      border-radius: 50%;
      margin: 0 auto 10px; }
      @media only screen and (max-width: 767px) {
        .groups-list li .cover {
          width: 120px;
          height: 120px; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .groups-list li .cover {
          width: 160px;
          height: 160px; } }
    .groups-list li:hover .cover {
      -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3); }
    .groups-list li img {
      width: 170px;
      height: 170px;
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .groups-list li img {
          width: 100px;
          height: 100px; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .groups-list li img {
          width: 140px;
          height: 140px; } }
.members-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 20px; }
  .members-list li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    margin: 0 0 30px;
    padding: 0 15px;
    width: 25%; }
    @media only screen and (max-width: 767px) {
      .members-list li {
        width: 50%; } }
    .members-list li .cover {
      display: block;
      width: 140px;
      height: 140px;
      margin: 0 auto 10px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .members-list li .cover {
          width: 120px;
          height: 120px; } }
      .members-list li .cover .shadow-box {
        -moz-box-shadow: inset 0 0 15px #82899d;
        -webkit-box-shadow: inset 0 0 15px #82899d;
        box-shadow: inset 0 0 15px #82899d;
        display: block;
        width: 140px;
        height: 140px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 15px; }
        @media only screen and (max-width: 767px) {
          .members-list li .cover .shadow-box {
            width: 120px;
            height: 120px; } }
        .members-list li .cover .shadow-box:hover {
          -moz-box-shadow: 0 0 15px #82899d;
          -webkit-box-shadow: 0 0 15px #82899d;
          box-shadow: 0 0 15px #82899d; }
    .members-list li img {
      width: 140px;
      height: 140px;
      border-radius: 15px; }
      @media only screen and (max-width: 767px) {
        .members-list li img {
          width: 120px;
          height: 120px; } }
  .members-list .affiliated-groups {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 13px; }
    .members-list .affiliated-groups span {
      font-style: italic;
      font-weight: 300; }

.section-videos {
  padding: 50px; }
  @media only screen and (max-width: 767px) {
    .section-videos {
      padding: 50px 10px; } }
.video-row {
  margin-top: 20px; }

.video-slides {
  width: 480px;
  margin: 0 auto; }
  @media only screen and (min-width: 1200px) {
    .video-slides {
      margin-bottom: 70px; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .video-slides {
      margin-bottom: 70px;
      width: 400px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .video-slides {
      margin-bottom: 70px; } }
  @media only screen and (max-width: 767px) {
    .video-slides {
      width: 280px;
      height: 190px;
      margin-bottom: 170px; } }
  @media only screen and (max-width: 767px) {
    .video-slides embed {
      width: 280px;
      height: 190px;
      margin-bottom: 70px; } }
.video-texts {
  width: 90%;
  text-align: left;
  margin-top: 50px; }
  html[dir="rtl"] .video-texts {
    text-align: right; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .video-texts {
      margin: 50px auto 0;
      width: 480px; } }
  @media only screen and (max-width: 767px) {
    .video-texts {
      margin: 50px auto 0;
      width: 280px; } }
.video-title {
  margin: 0 0 20px;
  font: 400 21px / 22px "Poppins", sans-serif; }

.video-description {
  font: 400 14px / 22px "Poppins", sans-serif; }

.btn-carousel {
  position: absolute;
  top: 140px;
  color: #474f60;
  font-size: 24px;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .btn-carousel {
      top: auto;
      bottom: -50px; } }
  .btn-carousel.mod-white {
    color: #ffffff; }
  .btn-carousel.btn-prev {
    left: -25px;
    display: none; }
    @media only screen and (max-width: 767px) {
      .btn-carousel.btn-prev {
        left: 100px; } }
  .btn-carousel.btn-next {
    right: -25px; }
    @media only screen and (max-width: 767px) {
      .btn-carousel.btn-next {
        right: 100px; } }
.video-carousel-indicators {
  position: static;
  margin: 20px auto 0; }
  .video-carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #3a853a;
    border-color: #3a853a; }
    .video-carousel-indicators li.active {
      background-color: #ffffff;
      width: 10px;
      height: 10px;
      margin: 1px; }

.section-tools {
  background-color: #474f60;
  padding: 50px;
  margin: -50px -15px; }
  @media only screen and (max-width: 767px) {
    .section-tools {
      padding: 50px 20px;
      margin: -50px -5px; } }
.section-tools-title {
  color: #ffffff;
  font: 500 24px/22px "Poppins", sans-serif;
  margin: 20px auto 50px; }

.tool-image-wrapper {
  background: url("../png/imac1d5d.png?1859dd3633d4") no-repeat;
  background-size: contain;
  width: 480px;
  height: 380px;
  margin: 0 auto; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .tool-image-wrapper {
      width: 400px; } }
  @media only screen and (max-width: 767px) {
    .tool-image-wrapper {
      width: 280px;
      height: 190px; } }
.tool-slides {
  height: 280px; }
  @media only screen and (max-width: 767px) {
    .tool-slides {
      height: 190px; } }
  .tool-slides .carousel-inner {
    height: 100%; }

.tool-image {
  position: relative;
  top: 17px;
  left: 33px; }
  html[dir="rtl"] .tool-image {
    right: 33px;
    left: auto; }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .tool-image {
      width: 370px;
      top: 15px;
      left: 31px; }
      html[dir="rtl"] .tool-image {
        right: 31px;
        left: auto; } }
  @media only screen and (max-width: 767px) {
    .tool-image {
      width: 220px;
      top: 9px;
      left: 25px; }
      html[dir="rtl"] .tool-image {
        right: 25px;
        left: auto; } }
@media only screen and (max-width: 767px) {
  .tool-texts {
    margin-top: 60px; } }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tool-texts {
    margin: 0 auto;
    width: 480px; } }

.tool-text {
  width: 90%;
  text-align: left;
  margin-top: 50px;
  padding-left: 30px; }
  html[dir="rtl"] .tool-text {
    padding-left: 0;
    padding-right: 30px;
    text-align: right; }
  @media only screen and (max-width: 767px) {
    .tool-text {
      margin-top: 0; } }
.tool-title {
  margin: 0 0 20px;
  color: #ffffff;
  font: 400 21px / 22px "Poppins", sans-serif; }

.tool-description {
  color: #ffffff;
  font: 400 14px / 22px "Poppins", sans-serif; }
  .tool-description a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff; }

.tools-carousel-indicators {
  position: static;
  margin: 20px auto 0; }
  .tools-carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #3a853a;
    border: 0; }
    .tools-carousel-indicators li.active {
      background-color: #ffffff;
      width: 10px;
      height: 10px;
      margin: 1px; }
