/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.template_home .pageheader {
  margin-top: 0 !important; }

body.fix-blog-nav .blog-nav.blog-taxonomy-links {
  width: 100%; }

.blog-nav.blog-taxonomy-links ul.taxon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .blog-nav.blog-taxonomy-links ul.taxon-list > li {
    font-size: 16px;
    line-height: 1.15;
    font-family: var(--font-family);
    /* medium */
    font-weight: 700;
    float: none;
    text-align: center;
    padding: 0; }
    .blog-nav.blog-taxonomy-links ul.taxon-list > li > a {
      display: block;
      font-family: var(--font-family);
      /* medium */
      font-weight: 700;
      margin: 0;
      padding: 21px 24px 22px; }
    .blog-nav.blog-taxonomy-links ul.taxon-list > li.filter-dropdown {
      padding-top: 20px;
      min-width: 80px; }
      .blog-nav.blog-taxonomy-links ul.taxon-list > li.filter-dropdown > span {
        margin: 5px 0 0 -10px;
        border-width: 10px 5px;
        border-color: #fff transparent transparent transparent;
        border-style: solid; }

.whitebtn {
  background-color: #fff;
  color: #20becb !important;
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--font-family);
  /* bold */
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 15px 0;
  display: block;
  text-decoration: none; }

a.taxon-link {
  background-color: #20becb;
  color: #fff;
  font-family: var(--font-family);
  /* bold */
  font-weight: 700;
  font-size: 16px;
  padding: 5px 6px;
  line-height: 1;
  display: inline-block;
  text-decoration: none; }

.blog .pageheader {
  text-align: left;
  background: #dfeaef;
  margin: 0;
  padding: 40px 0 25px !important; }
  .blog .pageheader .blog-title {
    font-size: 55px !important;
    font-family: var(--font-family) !important;
    /* bold */ }
  .blog .pageheader .rss-clas {
    top: 14px; }
    .blog .pageheader .rss-clas a {
      font-size: 20px; }

.featured-posts {
  background: #dfeaef;
  padding-bottom: 35px; }
  .featured-posts__title {
    font-size: 35px !important;
    font-family: var(--font-family) !important;
    /* bold */
    margin-bottom: 25px;
    display: inline-block;
    position: relative; }
    .featured-posts__title::before {
      content: "";
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 11.5px;
      background: #24beca;
      position: absolute; }
    .featured-posts__title span {
      padding-right: 3px;
      padding-left: 3px;
      position: relative; }
  .featured-posts .blog-posts-container {
    padding-top: 0; }
    .featured-posts .blog-posts-container .post-item .article-info {
      background: #fff; }

.featured-posts-carousel {
  opacity: 0;
  transition: opacity 1s ease; }
  .featured-posts-carousel.active {
    opacity: 1; }
  .featured-posts-carousel .slick-initialized .slick-slide {
    display: flex; }
  .featured-posts-carousel .featured-post {
    display: flex;
    height: 35.5vw;
    overflow: hidden; }
    .featured-posts-carousel .featured-post .featured-image {
      flex: 0 0 100%;
      background-size: cover;
      background-position: left top;
      max-width: calc(50% + 287px);
      position: relative;
      z-index: 1; }
    .featured-posts-carousel .featured-post .featured-info {
      flex: 1 1 auto;
      padding-right: calc(50% - 595px);
      padding-left: 35px;
      padding-top: 35px;
      padding-bottom: 20px;
      background-color: #efefef;
      position: relative;
      z-index: 2; }
      .featured-posts-carousel .featured-post .featured-info:before {
        content: "";
        display: block;
        position: absolute;
        right: 100%;
        top: 50%;
        transform: translateY(-50%);
        border-style: solid;
        border-width: 30px 40px;
        border-color: transparent #efefef transparent transparent; }
      .featured-posts-carousel .featured-post .featured-info header h3 {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 28px;
        font-family: var(--font-family);
        /* bold */
        font-weight: 700;
        font-weight: 700;
        color: #5d0f8b;
        line-height: 1.3; }
        .featured-posts-carousel .featured-post .featured-info header h3 a {
          text-decoration: none; }
      .featured-posts-carousel .featured-post .featured-info > p {
        font-family: var(--font-family);
        /* regular */
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 1.55;
        margin-bottom: 50px; }
      .featured-posts-carousel .featured-post .featured-info > a {
        color: #5d0f8b;
        text-decoration: underline;
        font-size: 14px;
        font-family: var(--font-family);
        /* bold */
        font-weight: 700;
        font-weight: 700; }

.blog-posts-container {
  padding-top: 32px; }
  .blog-posts-container__title {
    font-size: 35px !important;
    font-family: var(--font-family) !important;
    /* bold */
    margin-bottom: 25px;
    display: inline-block;
    position: relative; }
    .blog-posts-container__title::before {
      content: "";
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 11.5px;
      background: #24beca;
      position: absolute; }
    .blog-posts-container__title span {
      padding-right: 3px;
      padding-left: 3px;
      position: relative; }
  .blog-posts-container .post-item {
    position: relative;
    margin-bottom: 10px; }
    .blog-posts-container .post-item .article-graphic {
      position: relative;
      padding-top: 53.35%;
      height: 0;
      background-size: cover;
      background-position: center top;
      margin-bottom: 0; }
      .blog-posts-container .post-item .article-graphic > a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 8; }
      .blog-posts-container .post-item .article-graphic .article-share {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
        width: 73px;
        height: 73px;
        min-width: auto;
        z-index: 9;
        display: block;
        overflow: hidden; }
        .blog-posts-container .post-item .article-graphic .article-share:before {
          content: "";
          background-color: rgba(255, 255, 255, 0.8);
          position: absolute;
          left: -100%;
          right: -100%;
          top: -100%;
          bottom: -100%;
          transform: rotate(45deg);
          transform-origin: left bottom; }
        .blog-posts-container .post-item .article-graphic .article-share .trigger-point {
          display: block;
          position: absolute;
          right: 5px;
          bottom: 5px; }
        .blog-posts-container .post-item .article-graphic .article-share a {
          display: none;
          text-align: center;
          margin-bottom: 10px; }
        .blog-posts-container .post-item .article-graphic .article-share img {
          max-width: 42px; }
        .blog-posts-container .post-item .article-graphic .article-share:hover {
          height: auto;
          top: 0;
          background-color: rgba(255, 255, 255, 0.8);
          padding: 20px 0; }
          .blog-posts-container .post-item .article-graphic .article-share:hover:before {
            display: none; }
          .blog-posts-container .post-item .article-graphic .article-share:hover span {
            display: none; }
          .blog-posts-container .post-item .article-graphic .article-share:hover a {
            display: block; }
    .blog-posts-container .post-item .article-info {
      height: 255px;
      position: relative;
      padding: 15px;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-top: 0; }
      .blog-posts-container .post-item .article-info header a {
        text-decoration: none; }
      .blog-posts-container .post-item .article-info header strong {
        font-size: 24px;
        line-height: 1.2;
        font-family: var(--font-family);
        /* medium */
        font-weight: 700;
        color: #494949;
        margin-top: 15px;
        margin-bottom: 0;
        display: block; }
      .blog-posts-container .post-item .article-info .article-meta {
        position: absolute;
        left: 15px;
        bottom: 10px; }
        .blog-posts-container .post-item .article-info .article-meta > div img {
          display: inline-block;
          vertical-align: middle; }
        .blog-posts-container .post-item .article-info .article-meta > div span,
        .blog-posts-container .post-item .article-info .article-meta > div a {
          text-decoration: none;
          font-family: var(--font-family);
          /* regular */
          font-weight: 400;
          font-size: 17px;
          line-height: 1.5;
          color: #494949;
          display: inline-block;
          vertical-align: middle; }
  .blog-posts-container .paginate-xhr {
    display: block;
    width: 375px;
    margin: 0 auto 88px;
    background-color: #5d0f8b;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    font-family: var(--font-family);
    /* bold */
    font-weight: 700;
    font-weight: 700;
    text-align: center;
    padding: 17px 30px;
    border: 0; }
    .blog-posts-container .paginate-xhr:disabled {
      cursor: not-allowed; }

.blog-post-container {
  padding-bottom: 120px; }
  .blog-post-container .post-item .taxon-link {
    font-family: var(--font-family);
    /* regular */
    font-weight: 400;
    text-transform: uppercase;
    background: #5d0f8b;
    padding: 5px 8px; }
  .blog-post-container .post-item__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog-post-container .post-item__row::before, .blog-post-container .post-item__row::after {
      display: none !important; }
  .blog-post-container .post-item__content .article-comments {
    min-height: 201px; }
  .blog-post-container .post-item__sidebar {
    position: relative; }
    .blog-post-container .post-item__sidebar #post-sidebar {
      width: 373px; }
      @media (max-width: 1199px) {
        .blog-post-container .post-item__sidebar #post-sidebar {
          width: 306px; } }
      @media (max-width: 991px) {
        .blog-post-container .post-item__sidebar #post-sidebar {
          top: auto !important;
          bottom: auto !important;
          width: 100%;
          position: relative !important; } }
  .blog-post-container .post-item__related {
    padding-top: 18px; }
  .blog-post-container .article-graphic {
    background-size: cover;
    background-position: left top;
    padding-bottom: 56.25%;
    margin-bottom: 35px; }
  .blog-post-container .full-post {
    padding-top: 60px; }
    .blog-post-container .full-post header {
      margin-bottom: 35px; }
      .blog-post-container .full-post header h2 {
        color: #231f20;
        font-size: 48px !important;
        font-family: var(--font-family);
        /* bold */
        font-weight: 700;
        font-weight: 700;
        margin-top: 15px;
        margin-bottom: 10px; }
      .blog-post-container .full-post header .article-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
        position: relative; }
        .blog-post-container .full-post header .article-meta__details {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .blog-post-container .full-post header .article-meta__details .post-author {
            margin-right: 5px; }
          .blog-post-container .full-post header .article-meta__details .post-date a {
            color: #6d6e71;
            text-decoration: none; }
          .blog-post-container .full-post header .article-meta__details span,
          .blog-post-container .full-post header .article-meta__details a {
            font-size: 15px;
            line-height: 1.5;
            font-family: var(--font-family);
            /* bold */
            font-weight: 700;
            font-weight: 700;
            color: #6d6e71; }
          .blog-post-container .full-post header .article-meta__details a {
            color: #20becb;
            text-decoration: none; }
        .blog-post-container .full-post header .article-meta__share {
          left: 66.66666667%;
          padding-left: 30px;
          position: absolute; }
          .blog-post-container .full-post header .article-meta__share .article-share {
            min-width: auto;
            justify-content: flex-start;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .blog-post-container .full-post header .article-meta__share .article-share__title {
              color: #6d6e71;
              font-size: 15px;
              font-family: var(--font-family);
              /* bold */
              font-weight: 700;
              font-weight: 700;
              margin: 0 25px 0 0; }
            .blog-post-container .full-post header .article-meta__share .article-share__list {
              top: -3px;
              list-style-type: none;
              margin: 0;
              padding: 0;
              align-items: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              position: relative; }
              .blog-post-container .full-post header .article-meta__share .article-share__list li:not(:last-child) {
                margin-right: 18px; }
              .blog-post-container .full-post header .article-meta__share .article-share__list li a {
                display: block; }
                .blog-post-container .full-post header .article-meta__share .article-share__list li a img {
                  width: 17px;
                  height: 17px;
                  display: block; }
                  .blog-post-container .full-post header .article-meta__share .article-share__list li a img.twitter-img {
                    top: 1px;
                    width: 18px;
                    height: 18px;
                    position: relative; }
    .blog-post-container .full-post .article-share > a img {
      max-width: 48px; }
    .blog-post-container .full-post .article-content {
      font-size: 22px;
      line-height: 1.5;
      font-family: var(--font-family);
      /* light */
      font-weight: 300;
      color: #231f20;
      padding-right: 20px; }
      .blog-post-container .full-post .article-content p {
        margin-bottom: 15px; }
      .blog-post-container .full-post .article-content ul,
      .blog-post-container .full-post .article-content ol {
        padding-left: 40px; }
      .blog-post-container .full-post .article-content a {
        color: #000;
        text-decoration: underline;
        font-family: var(--font-family);
        /* regular */ }
        .blog-post-container .full-post .article-content a:hover {
          color: #24beca; }
      .blog-post-container .full-post .article-content b,
      .blog-post-container .full-post .article-content strong,
      .blog-post-container .full-post .article-content h1,
      .blog-post-container .full-post .article-content h2,
      .blog-post-container .full-post .article-content h3,
      .blog-post-container .full-post .article-content h4,
      .blog-post-container .full-post .article-content h5,
      .blog-post-container .full-post .article-content h6 {
        font-family: var(--font-family);
        /* medium */
        font-weight: 700; }
  .blog-post-container aside {
    margin-top: -10px;
    padding-left: 25px; }
    .blog-post-container aside > strong {
      color: #231f20;
      font-size: 35px;
      font-family: var(--font-family);
      /* bold */
      font-weight: 700;
      font-weight: 700;
      display: block;
      margin-bottom: 20px;
      position: relative; }
      .blog-post-container aside > strong::before {
        content: "";
        left: 0;
        bottom: 6px;
        width: 100%;
        height: 11.5px;
        background: #24beca;
        position: absolute; }
      .blog-post-container aside > strong span {
        padding-right: 3px;
        padding-left: 3px;
        position: relative; }
    .blog-post-container aside ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .blog-post-container aside li:not(:last-child) {
      border-bottom: 2px solid #ececec;
      margin-bottom: 25px;
      padding-bottom: 25px; }
    .blog-post-container aside li strong a {
      color: #000;
      text-decoration: none;
      font-size: 19px;
      font-weight: 400;
      font-family: var(--font-family);
      /* bold */
      font-weight: 700;
      font-weight: 700;
      transition: all 0.3s ease-in-out; }
      .blog-post-container aside li strong a:hover, .blog-post-container aside li strong a:focus {
        color: #20becb; }

.article-foot {
  padding-top: 60px; }
  .article-foot > div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .article-foot > div:nth-child(1) {
      margin-bottom: 60px; }
    .article-foot > div:nth-child(2) {
      margin-bottom: 20px; }
    .article-foot > div > div {
      flex: 1 1 auto; }
      .article-foot > div > div.article-share {
        flex: 0 1 auto; }
      .article-foot > div > div.article-sibling-links {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        width: 100%; }
        .article-foot > div > div.article-sibling-links a {
          float: none;
          font-size: 16px;
          font-family: var(--font-family);
          /* bold */
          font-weight: 700;
          font-weight: 700;
          display: block; }
    .article-foot > div.article-footer-banner {
      background-color: #20becb;
      color: #fff;
      padding: 35px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .article-foot > div.article-footer-banner a {
        color: #fff; }
      .article-foot > div.article-footer-banner strong {
        color: #fff;
        font-size: 35px;
        line-height: 1.3;
        font-family: var(--font-family);
        /* bold */
        font-weight: 700;
        font-weight: 700;
        padding-right: 40px;
        max-width: 400px;
        display: block; }
      .article-foot > div.article-footer-banner hr {
        color: #fff;
        background-color: #fff; }
      .article-foot > div.article-footer-banner > div:nth-child(2) > div {
        flex-wrap: wrap;
        display: flex; }
        .article-foot > div.article-footer-banner > div:nth-child(2) > div span {
          flex: 1 1 auto;
          display: block; }
          .article-foot > div.article-footer-banner > div:nth-child(2) > div span:nth-child(1) {
            font-family: var(--font-family);
            /* medium */
            font-weight: 700;
            font-size: 20px;
            line-height: 1.35;
            padding-right: 15px;
            max-width: 200px; }
          .article-foot > div.article-footer-banner > div:nth-child(2) > div span:nth-child(2) {
            display: flex;
            align-items: baseline;
            justify-content: space-between; }
            .article-foot > div.article-footer-banner > div:nth-child(2) > div span:nth-child(2) a {
              width: 100%;
              margin: 0 2px; }
        .article-foot > div.article-footer-banner > div:nth-child(2) > div img {
          max-width: 48px;
          max-height: 45px; }

.article-related.blog-posts-container .article-related__title {
  font-size: 35px !important;
  font-family: var(--font-family) !important;
  /* bold */
  margin-bottom: 35px;
  display: inline-block;
  position: relative; }
  .article-related.blog-posts-container .article-related__title::before {
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 11.5px;
    background: #24beca;
    position: absolute; }
  .article-related.blog-posts-container .article-related__title span {
    padding-right: 3px;
    padding-left: 3px;
    position: relative; }

.article-related.blog-posts-container .post-item .article-graphic {
  padding-top: 0; }

.article-related.blog-posts-container .post-item .article-info header {
  margin-bottom: 20px; }
  .article-related.blog-posts-container .post-item .article-info header .taxon-link {
    background: #24beca; }
  .article-related.blog-posts-container .post-item .article-info header strong {
    font-size: 20px; }

.template_single .article-share {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 200px; }
  .template_single .article-share .share_count {
    display: block;
    margin-right: 5px;
    color: #20becb;
    font-size: 10px;
    font-family: var(--font-family);
    /* regular */
    font-weight: 400;
    line-height: 1; }
    .template_single .article-share .share_count span {
      font-size: 27px;
      font-family: var(--font-family);
      /* bold */
      font-weight: 700;
      font-weight: 700;
      display: block;
      margin-right: 5px; }

.newsletter-inline {
  margin: 0 -20px; }
  .newsletter-inline iframe {
    width: 100%;
    max-width: 600px;
    height: 1800px;
    margin: 0 auto;
    display: block; }
    @media screen and (min-width: 380px) {
      .newsletter-inline iframe {
        height: 1520px; } }

@media (max-width: 1100px) {
  .blog-nav.blog-taxonomy-links ul.taxon-list {
    display: none; }
    .blog-nav.blog-taxonomy-links ul.taxon-list.open-d {
      display: block;
      background-color: #4a4a4a; } }

@media (max-width: 991px) {
  .blog-post-container .article-graphic {
    height: auto;
    padding-bottom: 56.25%;
    margin-bottom: 25px; }
  .blog-post-container .full-post header .article-meta__share {
    width: 100%;
    left: auto;
    padding-left: 0;
    margin-top: 10px;
    position: relative; }
    .blog-post-container .full-post header .article-meta__share .article-share__title {
      margin: 0 15px 0 0; }
    .blog-post-container .full-post header .article-meta__share .article-share__list li:not(:last-child) {
      margin-right: 10px; }
  .blog-post-container aside {
    margin-top: 30px;
    padding-left: 0; }
    .blog-post-container aside > strong {
      font-size: 30px; }
    .blog-post-container aside li:not(:last-child) {
      margin-bottom: 20px;
      padding-bottom: 20px; }
    .blog-post-container aside li strong a {
      font-size: 18px; } }

@media (max-width: 768px) {
  .blog .pageheader .blog-title {
    font-size: 38px !important; }
  .blog-nav.blog-taxonomy-links ul.taxon-list {
    display: none; }
    .blog-nav.blog-taxonomy-links ul.taxon-list.open-d {
      display: block;
      background-color: #4a4a4a; }
  .blog-nav.blog-taxonomy-links ul.taxon-list > li.filter-dropdown > span {
    position: relative;
    top: -15px;
    left: -15px; }
  .filter-dropdown.open > ul {
    top: 100%; }
  .blog-nav.blog-taxonomy-links {
    height: 35px;
    padding: 5px 0; }
  .featured-posts__title {
    font-size: 28px !important; }
  .featured-posts-carousel article.featured-post {
    position: relative;
    height: auto;
    display: block; }
    .featured-posts-carousel article.featured-post .featured-info {
      padding: 10px; }
  .featured-posts-carousel .featured-post .featured-info header {
    font-size: 16px; }
    .featured-posts-carousel .featured-post .featured-info header h3 {
      font-size: 24px; }
    .featured-posts-carousel .featured-post .featured-info header a {
      font-size: 16px; }
  .blog-posts-container__title {
    font-size: 28px !important; }
  .blog-posts-container .paginate-xhr {
    width: auto; }
  .blog-post-container .full-post header h2 {
    font-size: 30px !important; }
  .blog-post-container .full-post .article-content {
    font-size: 18px; }
  a.taxon-link,
  .blog-post-container .full-post header .article-meta > div span,
  .blog-post-container .full-post header .article-meta > div a {
    font-size: 12px; }
  .blog-post-container .full-post header .article-meta__share .article-share__title {
    font-size: 12px; }
  .blog-post-container .full-post header .article-meta__share .article-share__list {
    top: -1px; }
  .template_single .article-share .share_count {
    font-size: 8px; }
  .template_single .article-share .share_count span {
    font-size: 22px; }
  .blog-post-container .full-post .article-share > a img {
    max-width: 24px; }
  .blog-post-container .full-post .article-share > a,
  .template_single .article-share {
    display: block; }
  .blog-post-container .full-post .article-share > a {
    margin-bottom: 15px; }
  .post-item.full-post iframe {
    max-width: 100% !important;
    height: auto; }
  .article-foot > div {
    display: block; }
  .article-foot .article-share {
    display: flex; }
  .article-foot > div.article-footer-banner strong {
    padding-right: 0;
    font-size: 22px;
    margin-bottom: 20px; }
  .article-foot > div.article-footer-banner > div:nth-child(2) > div span:nth-child(1) {
    font-size: 14px; }
  .blog-post-container aside {
    border: 0;
    padding-left: 0; }
  .blog-post-container .full-post .article-content {
    padding-right: 0; }
  .featured-posts-carousel .featured-post .featured-image {
    height: 50vw; } }

@media (max-width: 500px) {
  .article-foot > div.article-footer-banner > div:nth-child(2) > div span:nth-child(2) {
    width: 100%;
    margin-top: 10px; } }

.newsletter__policy-text {
  width: 100%;
  max-width: 540px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .newsletter__policy-text {
      width: 90%; } }
  .newsletter__policy-text p {
    color: #40454F; }
