/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.entry-content .alignwide {
  margin-left: -80px;
  margin-right: -80px; }

.entry-content .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw; }

.alignfull img {
  width: 100vw; }

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
 .wp-block-tpd-block-tpd-featured-posts {
  overflow: hidden;
}
.wp-block-tpd-block-tpd-featured-posts .tpd-card h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-card h2 a {
    display: block;
    width: 100%; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-card h2 a:hover {
      text-decoration: none; }

.wp-block-tpd-block-tpd-featured-posts .tpd-card .img-container a {
  display: block;
  background-color: #cecece;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */ }

.wp-block-tpd-block-tpd-featured-posts .tpd-card .tpd-author {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  width: 100%; }
  @media (min-width: 640px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-card .tpd-author {
      padding-left: 10px; } }
  .wp-block-tpd-block-tpd-featured-posts .tpd-card .tpd-author img {
    width: 22px !important;
    max-width: 22px !important;
    height: 22px !important;
    max-height: 22px !important;
    display: block;
    margin-right: 5px;
    border-radius: 11px; }

.wp-block-tpd-block-tpd-featured-posts .tpd-card .tpd-excerpt {
  font-size: 14px;
  font-weight: normal;
  line-height: 2em; }

@media (max-width: 639px) {
  .wp-block-tpd-block-tpd-featured-posts .tpd-card {
    display: -ms-flexbox;
    display: flex; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-card h2 {
      line-height: 1.2em;
      padding-bottom: 6px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-card .img-container {
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-card > div:not(.img-container) {
      padding: 9px 10px;
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-card-main .tpd-card {
  display: block;
  background: #f6f6f6;
  margin-bottom: 12px; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-card-main .tpd-card h2 {
    padding: 6px 10px 2px; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-card-main .tpd-card .tpd-author {
    padding-bottom: 10px; }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-1 {
  display: grid; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(2) .tpd-card > div:not(.img-container) {
    padding-left: 0;
    padding-right: 0; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(2) .tpd-card:last-child {
    margin-bottom: 6px;
    padding-bottom: 6px; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(2) .tpd-card div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  @media only screen and (max-width: 639px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 {
      display: grid; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) .tpd-card-main + .tpd-card,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) .tpd-card + .tpd-card,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(2) .tpd-card-main + .tpd-card,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(2) .tpd-card + .tpd-card,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) .tpd-card-main + .tpd-card,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) .tpd-card + .tpd-card {
        border-top: 1px solid #e8e8e8;
        margin-top: 6px;
        padding-top: 6px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) {
        -ms-flex-order: 1;
            order: 1; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) > .tpd-card:last-child {
          border-bottom: 1px solid #e8e8e8;
          margin-bottom: 6px;
          padding-bottom: 6px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(2) {
        -ms-flex-order: 3;
            order: 3; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) {
        -ms-flex-order: 2;
            order: 2;
        padding-bottom: 20px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) > div:last-child {
          display: none; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1.with-ads > div:nth-child(3) {
        display: grid; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1.with-ads > div:nth-child(3) > div:nth-child(1) {
          -ms-flex-order: 2;
              order: 2;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          margin-top: 40px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1.with-ads > div:nth-child(3) > div:nth-child(2) {
          -ms-flex-order: 1;
              order: 1; } }
  @media only screen and (min-width: 640px) and (max-width: 767px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) > div {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) > div:nth-child(2) {
          padding-right: 10px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) > div:nth-child(3) {
          padding-left: 10px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) .tpd-card-main {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) .tpd-card-main .tpd-card {
          display: -ms-flexbox;
          display: flex; }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) .tpd-card-main .tpd-card > div:nth-child(1) {
            -ms-flex-preferred-size: 65%;
                flex-basis: 65%; }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) .tpd-card-main .tpd-card > div:nth-child(2) {
            -ms-flex-preferred-size: 35%;
                flex-basis: 35%;
            padding: 15px; }
            .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) .tpd-card-main .tpd-card > div:nth-child(2) .tpd-author {
              padding-left: 0;
              padding-top: 12px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) > div {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-1.with-ads > div:nth-child(3) > div:nth-child(1) {
      -ms-flex-order: 3;
          order: 3;
      text-align: center;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-top: 15px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-1.with-ads > div:nth-child(3) > div:nth-child(2) {
      -ms-flex-order: 1;
          order: 1;
      padding-right: 10px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-1.with-ads > div:nth-child(3) > div:nth-child(3) {
      -ms-flex-order: 2;
          order: 2;
      padding-left: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 {
      display: grid; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) {
        -ms-flex-order: 1;
            order: 1;
        display: grid;
        grid-column-gap: 20px;
        grid-template-columns: 70% 1fr; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) > .tpd-card-main {
          grid-row: 1 /span 2; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) .tpd-card {
          display: block;
          background: #f6f6f6;
          margin-bottom: 12px; }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) .tpd-card h2 {
            padding: 6px 10px 2px; }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) .tpd-card .tpd-author {
            padding-bottom: 10px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(2) {
        -ms-flex-order: 3;
            order: 3;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) {
        -ms-flex-order: 2;
            order: 2;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) .tpd-card {
          display: block;
          background: #f6f6f6;
          margin-bottom: 12px; }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) .tpd-card h2 {
            padding: 6px 10px 2px; }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) .tpd-card .tpd-author {
            padding-bottom: 10px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 h2 {
        padding: 4px 10px 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 .tpd-author {
        padding: 2px 10px 8px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1.with-ads > div:nth-child(3) > div:nth-child(1) {
        -ms-flex-order: 3;
            order: 3;
        text-align: center; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1.with-ads > div:nth-child(3) > div:nth-child(2) {
        -ms-flex-order: 1;
            order: 1; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1.with-ads > div:nth-child(3) > div:nth-child(3) {
        -ms-flex-order: 2;
            order: 2; } }
  @media only screen and (min-width: 1200px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 {
      grid-template-columns: 50% 1fr 1fr;
      grid-gap: 15px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        grid-gap: 15px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) > div:nth-child(1) {
          grid-column-start: 1;
          grid-column-end: 3; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) .tpd-card {
          display: block;
          background: #f6f6f6;
          margin-bottom: 12px; }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) .tpd-card h2 {
            padding: 6px 10px 2px; }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(1) .tpd-card .tpd-author {
            padding-bottom: 10px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(2) {
        display: grid;
        grid-gap: 10px;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(2) .tpd-card {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-line-pack: center;
              align-content: center; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(2) .tpd-card + .tpd-card {
          border-top: 1px solid #f3f3f3; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(2) h2 {
          min-height: auto;
          margin-bottom: 0; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) {
        display: grid;
        grid-gap: 10px;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) h2 {
          background: transparent;
          min-height: auto;
          margin-bottom: 0; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) .tpd-card {
          display: block;
          background: #f6f6f6;
          margin-bottom: 12px; }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) .tpd-card h2 {
            padding: 6px 10px 2px; }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-1 > div:nth-child(3) .tpd-card .tpd-author {
            padding-bottom: 10px; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-2 {
  display: grid; }
  @media only screen and (max-width: 639px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-2 > div:nth-child(2) .tpd-card {
      border-top: 1px solid #e8e8e8;
      margin-top: 6px;
      padding-top: 6px; } }
  @media only screen and (min-width: 640px) and (max-width: 767px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-2 {
      grid-template-columns: 100%; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-2 > div:nth-child(2) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px; } }
  @media only screen and (min-width: 768px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-2 {
      grid-gap: 15px;
      grid-template-columns: 28.4% 1fr; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-2 > div:nth-child(1) {
        -ms-flex-order: 2;
            order: 2; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-2 > div:nth-child(2) {
        -ms-flex-order: 1;
            order: 1; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-2 .tpd-card {
        display: block;
        background: #f6f6f6;
        margin-bottom: 12px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-2 .tpd-card h2 {
          padding: 6px 10px 2px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-2 .tpd-card .tpd-author {
          padding-bottom: 10px; } }
  @media only screen and (min-width: 1024px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-2 {
      grid-template-columns: 26.4% 1fr; } }
  @media only screen and (min-width: 1200px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-2 {
      grid-template-columns: 27.6% 1fr; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-2 > div:nth-child(2) {
        -ms-flex-pack: justify;
            justify-content: space-between;
        display: grid;
        grid-template-columns: 1fr; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-2 > div:nth-child(2) > .tpd-card:nth-child(2) {
          -ms-flex-item-align: end;
              align-self: end; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-3 {
  display: grid;
  grid-gap: 15px; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 > div:nth-child(2) {
    display: grid; }
  @media only screen and (max-width: 639px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 > div:nth-child(2) .tpd-card-main + .tpd-card,
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 > div:nth-child(2) .tpd-card + .tpd-card {
      border-top: 1px solid #e8e8e8;
      margin-top: 6px;
      padding-top: 6px; } }

@media only screen and (max-width: 639px) and (max-width: 639px) {
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 > div:nth-child(3) .tpd-card > div:not(.img-container) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  @media only screen and (max-width: 639px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-3.with-ads > div:nth-child(3) {
      display: grid; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-3.with-ads > div:nth-child(3) > div:nth-child(1) {
        -ms-flex-order: 2;
            order: 2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 15px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-3.with-ads > div:nth-child(3) > div:nth-child(2) {
        display: none; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-3.with-ads > div:nth-child(3) > div:nth-child(3) {
        display: none; } }
  @media only screen and (min-width: 640px) and (max-width: 767px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 > div:nth-child(2) {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 15px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-3.with-ads > div:nth-child(3) {
      display: grid; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-3.with-ads > div:nth-child(3) > div:nth-child(1) {
        -ms-flex-order: 2;
            order: 2;
        text-align: center;
        margin-top: 15px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-3.with-ads > div:nth-child(3) > div:nth-child(2) {
        -ms-flex-order: 1;
            order: 1; } }
  @media only screen and (min-width: 768px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 {
      grid-template-columns: 35% 35% 1fr; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 > div:nth-child(1) .tpd-card,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 > div:nth-child(2) .tpd-card {
        display: block;
        background: #f6f6f6;
        margin-bottom: 12px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 > div:nth-child(1) .tpd-card h2,
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 > div:nth-child(2) .tpd-card h2 {
          padding: 6px 10px 2px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 > div:nth-child(1) .tpd-card .tpd-author,
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 > div:nth-child(2) .tpd-card .tpd-author {
          padding-bottom: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 > div:nth-child(1) {
      grid-column: 1 / span 2; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 > div:nth-child(3) {
      grid-column: 1 / span 3;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 1024px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 {
      grid-template-columns: 50% 1fr 1fr; } }
  @media only screen and (min-width: 1200px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-3 {
      grid-template-columns: 56.3% 1fr 1fr; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-4 {
  display: grid;
  grid-gap: 15px; }
  @media only screen and (max-width: 639px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(1) {
      -ms-flex-order: 2;
          order: 2; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(1) .tpd-card-main + .tpd-card,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(1) .tpd-card + .tpd-card {
        border-top: 1px solid #e8e8e8;
        margin-top: 6px;
        padding-top: 6px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(2) {
      -ms-flex-order: 1;
          order: 1; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(3) {
      -ms-flex-order: 3;
          order: 3; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(3) .tpd-card > div {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  @media only screen and (min-width: 640px) and (max-width: 767px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(1) {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 15px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(1) {
      -ms-flex-order: 2;
          order: 2; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(2) {
      -ms-flex-order: 1;
          order: 1; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(3) {
      -ms-flex-order: 3;
          order: 3; } }
  @media only screen and (min-width: 768px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(1),
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(3) {
      display: grid; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(1) .tpd-card,
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(2) .tpd-card {
      display: block;
      background: #f6f6f6;
      margin-bottom: 12px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(1) .tpd-card h2,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(2) .tpd-card h2 {
        padding: 6px 10px 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(1) .tpd-card .tpd-author,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(2) .tpd-card .tpd-author {
        padding-bottom: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 {
      grid-template-columns: 22.7% 1fr; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 > div:nth-child(3) {
        grid-column: 1 / span 3;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin-bottom: 30px; } }
  @media only screen and (min-width: 1024px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 {
      grid-template-columns: 1fr 50% 1fr; } }
  @media only screen and (min-width: 1200px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-4 {
      grid-template-columns: 1fr 56.3% 1fr; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-5 {
  display: grid;
  grid-gap: 15px; }
  @media only screen and (max-width: 639px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(4) > div:last-child {
      display: none; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-5.with-ads > div:nth-child(4) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; } }
  @media only screen and (max-width: 767px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(1) {
      -ms-flex-order: 1;
          order: 1; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(3) {
      -ms-flex-order: 2;
          order: 2; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(4) {
      -ms-flex-order: 3;
          order: 3; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(2) {
      -ms-flex-order: 4;
          order: 4; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(3),
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(4) {
      display: grid; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(3) .tpd-card + .tpd-card,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(4) .tpd-card + .tpd-card {
        border-top: 1px solid #e8e8e8;
        margin-top: 6px;
        padding-top: 6px; } }
  @media only screen and (min-width: 640px) and (max-width: 767px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 {
      grid-template-columns: 1fr 1fr; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(1),
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(2) {
        grid-column: 1 / span 2; } }
  @media only screen and (min-width: 768px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 {
      grid-template-columns: 1fr 1fr 1fr 1fr; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(1) .img-container a {
        padding-top: 155.5%; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(2),
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(3),
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(4) {
        display: grid; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(3) .tpd-card,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(4) .tpd-card {
        display: block;
        background: #f6f6f6;
        margin-bottom: 12px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(3) .tpd-card h2,
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(4) .tpd-card h2 {
          padding: 6px 10px 2px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(3) .tpd-card .tpd-author,
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-5 > div:nth-child(4) .tpd-card .tpd-author {
          padding-bottom: 10px; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-6 .tpd-card {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 .tpd-card .tpd-excerpt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

@media only screen and (max-width: 639px) {
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) {
    margin-bottom: 20px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) .tpd-card + .tpd-card {
      border-top: 1px solid #f3f3f3;
      padding-top: 6px;
      margin-top: 6px; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) {
    display: grid;
    margin-bottom: 20px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) > div:not(:last-child) {
      display: none; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) .tpd-card {
      display: -ms-flexbox;
      display: flex; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) .tpd-card:not(:last-child) > div {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) .tpd-card + .tpd-card {
        border-top: 1px solid #f3f3f3; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) .tpd-card .tpd-card-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: center;
            align-content: center; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) .tpd-card:last-child {
        -ms-flex-order: -1;
            order: -1; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(3) {
    display: none; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(3) .tpd-card + .tpd-card {
      border-top: 1px solid #f3f3f3;
      padding-top: 6px;
      margin-top: 6px; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-6.with-ads > div:nth-child(3) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6.with-ads > div:nth-child(3) > div:nth-child(2) {
      display: none; } }

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) > div {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) > div:first-child {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) > div:nth-child(2) {
        padding-right: 10px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) > div:nth-child(3) {
        padding-left: 10px; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) .tpd-card:last-child {
    margin-top: 20px; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(3) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(3) > div {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(3) > div:nth-child(1) {
        padding-right: 10px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(3) > div:nth-child(2) {
        padding-left: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 60% 1fr; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) {
      display: grid;
      grid-gap: 15px;
      grid-template-columns: 1fr 1fr; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) > div:first-child {
        grid-column: 1 / span 2; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) {
      display: grid;
      grid-column: 1 / span 2;
      grid-gap: 15px;
      grid-template-columns: 1fr 1fr calc( 40% - 15px);
      grid-template-areas: "a      b    thumb" "c      d    thumb" "e      f    thumb"; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) > div:nth-child(1) {
        grid-area: a; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) > div:nth-child(2) {
        grid-area: b; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) > div:nth-child(3) {
        grid-area: c; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) > div:nth-child(4) {
        grid-area: d; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) > div:nth-child(5) {
        grid-area: e; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) > div:nth-child(6) {
        grid-area: f; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) > div:nth-child(7) {
        grid-area: thumb; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) {
      -ms-flex-order: 1;
          order: 1; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(3) {
      -ms-flex-order: 2;
          order: 2; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) {
      -ms-flex-order: 3;
          order: 3; } }

@media only screen and (min-width: 1100px) {
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 49.5% 1fr 1fr; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) {
      display: grid;
      grid-gap: 15px;
      grid-template-columns: 1fr 1fr; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) > div:first-child {
        grid-column: 1 / span 2; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) .tpd-card {
      display: block;
      background: #f6f6f6;
      margin-bottom: 12px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) .tpd-card h2 {
        padding: 6px 10px 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(1) .tpd-card .tpd-author {
        padding-bottom: 10px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) .tpd-card:last-child {
      display: block;
      background: #f6f6f6;
      margin-bottom: 12px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) .tpd-card:last-child h2 {
        padding: 6px 10px 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2) .tpd-card:last-child .tpd-author {
        padding-bottom: 10px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(2),
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-6 > div:nth-child(3) {
      display: grid;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-7 {
  display: grid; }
  @media only screen and (max-width: 767px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-7 > div:nth-child(1) .tpd-card {
      margin-bottom: 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-7 > div:nth-child(1) .tpd-card .img-container a {
        padding-top: calc( 56.25% - 1px); }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-7 > div:nth-child(2) {
      display: -ms-flexbox;
      display: flex; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-7 > div:nth-child(2) .tpd-card {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        display: block; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-7 > div:nth-child(2) .tpd-card:nth-child(1) {
          margin-right: 1px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-7 > div:nth-child(2) .tpd-card:nth-child(2) {
          margin-left: 1px; } }
  @media only screen and (min-width: 768px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-7 {
      grid-gap: 2px;
      grid-template-columns: 1fr 33.21%; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-7 > div:nth-child(2) .tpd-card {
        margin-bottom: 0; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-7 > div:nth-child(2) .tpd-card .tpd-card-title {
          padding: 6px 10px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-7 > div:nth-child(2) .tpd-card + .tpd-card {
          margin-top: 2px; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-8 {
  display: grid; }
  @media only screen and (max-width: 640px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 > div:nth-child(2) {
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 > div:nth-child(2) > .tpd-card:nth-child(3) {
        grid-column: 1 / span 2; } }
  @media only screen and (max-width: 767px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 > div:nth-child(1) .tpd-card {
      margin-bottom: 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 > div:nth-child(1) .tpd-card .img-container a {
        padding-top: calc( 56.25% - 1px); }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 > div:nth-child(2) {
      display: -ms-flexbox;
      display: flex; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 > div:nth-child(2) .tpd-card {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        display: block; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 > div:nth-child(2) .tpd-card:nth-child(1) {
          margin-right: 1px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 > div:nth-child(2) .tpd-card:nth-child(2) {
          margin-left: 1px; } }
  @media only screen and (min-width: 768px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 {
      grid-gap: 2px;
      grid-template-columns: 1fr 33.28%; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 .tpd-card-main .tpd-card .img-container a {
        padding-top: 84.8%; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 > div:nth-child(2) .tpd-card .tpd-card-title {
        padding: 6px 10px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 > div:nth-child(2) .tpd-card + .tpd-card {
        margin-top: 2px; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-9 {
  display: grid; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 .tpd-card-main {
    height: 100%; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 .tpd-card {
    height: 100%; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 .tpd-card .img-container {
      height: 100%; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 .tpd-card .img-container a {
        height: 100%; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) {
    grid-gap: .5rem; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) > div {
      display: grid !important;
      grid-gap: .5rem; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) .tpd-card {
      margin-bottom: 0; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) .tpd-card .img-container a {
        padding-top: 33.25% !important; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) .tpd-card .tpd-card-title h2 {
        font-size: 18px;
        padding: 72px 18px 18px !important; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) .tpd-card a:hover {
        color: inherit; }
  @media only screen and (max-width: 767px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 > div:nth-child(1) .tpd-card {
      margin-bottom: 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 > div:nth-child(1) .tpd-card .img-container a {
        padding-top: calc( 56.25% - 1px); }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 > div:nth-child(2) {
      display: -ms-flexbox;
      display: flex; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 > div:nth-child(2) .tpd-card {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        display: block; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 > div:nth-child(2) .tpd-card:nth-child(1) {
          margin-right: 1px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 > div:nth-child(2) .tpd-card:nth-child(2) {
          margin-left: 1px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) .tpd-card .img-container a {
      min-height: 216px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) > div:nth-child(2) {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) > div:nth-child(2) .tpd-card {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  @media only screen and (min-width: 768px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 {
      grid-gap: 2px;
      grid-template-columns: 1fr 1fr; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 > div:nth-child(2) .tpd-card .img-container a {
        padding-top: 12.45rem !important; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 > div:nth-child(2) .tpd-card .tpd-card-title {
        padding: 6px 10px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 > div:nth-child(2) .tpd-card + .tpd-card {
        margin-top: 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) {
        grid-template-columns: 1fr 1fr; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) > div {
          display: grid;
          grid-gap: .5rem; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) .tpd-card .tpd-card-title h2 {
          font-size: 1.25rem;
          padding: 72px 27px 27px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) > div:first-child .img-container a {
          padding-top: 25.5rem !important; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) > div:first-child .tpd-card-title h2 {
          font-size: 27px;
          padding: 72px 18px 18px !important; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) .tpd-card {
          overflow: hidden; }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) .tpd-card:hover .img-container a {
            -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                    transform: scale(1.05); }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-9:not(.no-margin) .tpd-card:last-child {
            margin-bottom: 0; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-10 {
  display: grid; }
  @media only screen and (max-width: 640px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(2) {
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(2) > .tpd-card:nth-child(3) {
        grid-column: 1 / span 2; } }
  @media only screen and (max-width: 767px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(1) .tpd-card {
      margin-bottom: 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(1) .tpd-card .img-container a {
        padding-top: calc( 56.25% - 1px); }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(2) {
      display: -ms-flexbox;
      display: flex; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(2) .tpd-card {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        display: block; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(2) .tpd-card:nth-child(1) {
          margin-right: 1px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(2) .tpd-card:nth-child(2) {
          margin-left: 1px; } }
  @media only screen and (min-width: 768px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 {
      grid-gap: 2px;
      grid-template-columns: 1fr 1fr; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(1) .tpd-card {
        margin-bottom: 0; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(1) .tpd-card .img-container a {
          padding-top: 70.3%; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(2) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2px; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(2) > .tpd-card:first-child {
          grid-column: 1 / span 2; }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(2) > .tpd-card:first-child .img-container a {
            padding-top: 34%; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(2) > .tpd-card .img-container a {
          padding-top: 72%; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 > div:nth-child(2) > .tpd-card .tpd-card-title {
          padding: 6px 10px; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-11 {
  display: grid; }
  @media only screen and (max-width: 640px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(1) .tpd-card {
      margin-bottom: 2px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(2) .tpd-card {
      margin-bottom: 2px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(2),
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(3) {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(2) .tpd-card .img-container,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(3) .tpd-card .img-container {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  @media only screen and (min-width: 641px) and (max-width: 767px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 {
      grid-template-columns: 1fr 1fr;
      grid-gap: 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(1) {
        grid-column: 1 / span 2; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(1) .tpd-card {
          margin-bottom: 0; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(2) {
        grid-column: 1 / span 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(3) {
        grid-column: 1 / span 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 {
      grid-template-columns: 66.56% 1fr;
      grid-gap: 2px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 .tpd-card-main .tpd-card {
        margin-bottom: 0; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(3) {
        grid-column: 1 / span 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2px; } }
  @media only screen and (min-width: 1200px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 {
      grid-gap: 2px;
      grid-template-columns: 28% 1fr 28%; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(1) {
        -ms-flex-order: 2;
            order: 2; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(1) .tpd-card .img-container a {
          padding-top: 72.5%; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(2) {
        -ms-flex-order: 1;
            order: 1; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(3) {
        -ms-flex-order: 3;
            order: 3; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(2) .tpd-card .tpd-card-title,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(3) .tpd-card .tpd-card-title {
        padding: 6px 10px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(2) .tpd-card + .tpd-card,
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 > div:nth-child(3) .tpd-card + .tpd-card {
        margin-top: 2px; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-14 .tpd-card {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  background-color: #fff; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-14 .tpd-card .img-container {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-14 .tpd-card .tpd-card-title {
    padding: 9px 10px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    background-color: #fff; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-14 .tpd-card .tpd-card-title h2 {
      margin-bottom: 7px; }
      @media screen and (max-width: 768px) {
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-14 .tpd-card .tpd-card-title h2 {
          font-size: 14px; } }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-14 .tpd-card .tpd-author {
    padding-left: 0; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-14 .tpd-card .tpd-excerpt {
    display: none;
    margin-bottom: 5px;
    font-size: 12px; }
  @media screen and (min-width: 767px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-14 .tpd-card:first-child {
      -ms-flex-direction: column;
          flex-direction: column; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-14 .tpd-card .tpd-excerpt {
      display: block; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-7 .tpd-card, .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 .tpd-card, .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 .tpd-card, .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 .tpd-card, .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 .tpd-card {
  position: relative; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-7 .tpd-card .tpd-card-title, .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 .tpd-card .tpd-card-title, .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 .tpd-card .tpd-card-title, .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 .tpd-card .tpd-card-title, .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 .tpd-card .tpd-card-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    padding: 6px 10px; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-7 .tpd-card .tpd-card-title h2, .wp-block-tpd-block-tpd-featured-posts .tpd-template-8 .tpd-card .tpd-card-title h2, .wp-block-tpd-block-tpd-featured-posts .tpd-template-9 .tpd-card .tpd-card-title h2, .wp-block-tpd-block-tpd-featured-posts .tpd-template-10 .tpd-card .tpd-card-title h2, .wp-block-tpd-block-tpd-featured-posts .tpd-template-11 .tpd-card .tpd-card-title h2 {
      padding: 0; }

.wp-block-tpd-block-tpd-featured-posts .col-titles-only {
  display: grid; }
  .wp-block-tpd-block-tpd-featured-posts .col-titles-only h2 {
    background: transparent; }
  .wp-block-tpd-block-tpd-featured-posts .col-titles-only .tpd-author {
    padding-left: 0; }
  .wp-block-tpd-block-tpd-featured-posts .col-titles-only .tpd-card + .tpd-card {
    border-top: 1px solid #f3f3f3; }
  .wp-block-tpd-block-tpd-featured-posts .col-titles-only .tpd-card {
    display: -ms-flexbox;
    display: flex; }
  .wp-block-tpd-block-tpd-featured-posts .col-titles-only .tpd-card .tpd-card-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center; }
  @media only screen and (max-width: 639px) {
    .wp-block-tpd-block-tpd-featured-posts .col-titles-only {
      display: none; } }

.wp-block-tpd-block-tpd-featured-posts.alignwide, .wp-block-tpd-block-tpd-featured-posts.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .wp-block-tpd-block-tpd-featured-posts.alignwide div[class^="tpd-template"], .wp-block-tpd-block-tpd-featured-posts.alignfull div[class^="tpd-template"] {
    padding-left: 30px;
    padding-right: 30px;
    margin: 32px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw; }

@media (min-width: 1200px) {
  .wp-block-tpd-block-tpd-featured-posts.alignwide div[class^="tpd-template"] {
    max-width: 1200px; } }

.wp-block-tpd-block-tpd-featured-posts .tpd-template-12 {
  display: grid;
  grid-column-gap: 15px; }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.no-margin {
    grid-column-gap: 0; }
    @media screen and (min-width: 767px) {
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.no-margin .tpd-card {
        margin-bottom: 0; } }
  .wp-block-tpd-block-tpd-featured-posts .tpd-template-12 .tpd-card {
    height: inherit;
    margin-bottom: 15px;
    background: #fff !important;
    padding-top: 0 !important;
    border: none; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-12 .tpd-card:nth-child(1) {
      display: block; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-12 .tpd-card .tpd-card-title {
      padding: 8px; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-12 .tpd-card .tpd-card-title h2 {
        margin-bottom: 7px; }
      @media screen and (max-width: 768px) {
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-12 .tpd-card .tpd-card-title h2 {
          font-size: 14px; } }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-12 .tpd-card .tpd-author {
      padding-left: 0; }
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-12 .tpd-card .tpd-excerpt {
      padding: 5px 5px 5px; }
  @media screen and (min-width: 640px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-12 {
      grid-template-columns: repeat(2, 1fr); }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.no-margin {
        grid-column-gap: 0; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.no-margin .tpd-card {
          border-left: 1px solid #e7e7e7;
          border-bottom: 1px solid #e7e7e7; }
          .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.no-margin .tpd-card:last-child {
            border-right: 1px solid #e7e7e7; } }
  @media screen and (min-width: 768px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-12 {
      grid-template-columns: repeat(3, 1fr);
      padding-left: 0;
      padding-right: 0; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.tpd-columns-3 {
        grid-template-columns: repeat(3, 1fr); }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.tpd-columns-4 {
        grid-template-columns: repeat(4, 1fr); }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.style-1 {
        margin: 0 -15px;
        grid-template-columns: repeat(2, 1fr); }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.style-1 > div:nth-child(1) {
          grid-column: 1 / 2; }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.no-margin.style-1 .tpd-card:nth-child(3), .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.no-margin.style-1 .tpd-card:nth-child(6) {
        border-right: 1px solid #e7e7e7; } }
  @media screen and (min-width: 980px) {
    .wp-block-tpd-block-tpd-featured-posts .tpd-template-12 {
      grid-template-columns: repeat(3, 1fr); }
      .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.style-1 {
        margin: 0 auto;
        grid-template-columns: repeat(4, 1fr); }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.style-1 > div:nth-child(1) {
          grid-column: 1 / 3; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.style-1 > div:nth-child(6) {
          grid-column: 3 / 5; }
        .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.style-1 .tpd-card:nth-child(2) .img-container a, .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.style-1 .tpd-card:nth-child(3) .img-container a, .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.style-1 .tpd-card:nth-child(4) .img-container a, .wp-block-tpd-block-tpd-featured-posts .tpd-template-12.style-1 .tpd-card:nth-child(5) .img-container a {
          padding-top: 75%; } }

.tpd-featured-posts-title h2 {
  margin: 0;
  padding-bottom: 5px; }
  .tpd-featured-posts-title h2 a {
    color: inherit !important;
    font-size: inherit !important; }

.tpd-featured-posts-title.alignwide, .tpd-featured-posts-title.alignfull {
  margin: 32px calc(50% - 50vw) 0;
  max-width: 100vw;
  width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .tpd-featured-posts-title.alignwide h2, .tpd-featured-posts-title.alignfull h2 {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 calc(50% - 50vw) 0;
    max-width: 100vw;
    width: 100vw; }

@media (min-width: 1200px) {
  .tpd-featured-posts-title.alignwide h2 {
    max-width: 1200px; } }
