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

.curated-collection-cover-row {
  margin: 50px 0 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6dee0; }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
  .curated-collection-desc-ct {
    padding-left: 0; } }

.curated-collection-title {
  margin-top: 0; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .curated-collection-title {
      margin-top: 30px; } }
.curated-collection-description {
  color: #333333;
  font: 400 14px / 22px "Poppins", sans-serif; }

.thumbnail-ct {
  padding-left: 0;
  text-align: center; }

.curated-collection-thumbnail {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .curated-collection-thumbnail {
      width: 290px; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .curated-collection-thumbnail {
      width: 100%; } }
.curated-collection-counters {
  font: 400 14px / 20px "Poppins", sans-serif;
  display: inline-block;
  margin-top: 10px;
  padding: 0 5px; }
  .curated-collection-counters .fa {
    font-size: 18px;
    margin-right: 5px; }
  .curated-collection-counters .counter {
    font-weight: 600;
    font-size: 18px; }

.curated-collection-toggle-description {
  position: relative;
  top: -5px;
  background: #f1f2f2; }

.sidebar {
  margin-top: -20px; }
