.sw19p-blog {
  font-family: Roboto, sans-serif;
  .wp-block-image {
    img {
      height: auto;
    }
  }
  .tips-cta {
    padding: unset;
    border-bottom: #04498f solid 6px !important;
  }
  .tips-cta h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 10px 0 !important;
  }
  .tips-cta .container {
    padding: 15px 10px 25px 25px;
  }
  .tips-cta strong,
  .tips-cta .tipsCtaParagraph {
    font-size: 16px;
    font-weight: 400;
    width: 80%;
    line-height: 21px !important;
  }
  .tips-cta .textflex {
    flex-grow: 1;
    flex-shrink: 0;
    /* flex-basis: 50%; */
  }
  .tips-cta .widetextflex {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 60%;
  }
  .tips-cta .buttonflex {
    flex-shrink: 1;
    padding-top: 15px;
    padding-right: 0px;
    max-width: 55%;
  }
  .tips-cta .flex-2 .buttonsSection {
    padding-top: 10px;
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
  }
  /* Using lots of !imporant here to not mess up other CTA blocks */
  .tips-cta .leftButton p {
    color: #a1a1a1 !important;
    font-size: 12px !important;
    text-align: center !important;
    line-height: 16px !important;
  }
  .tips-cta .leftButton a {
    width: 100% !important;
    text-align: center !important;
    font-family: "Roboto", sans-serif;
    position: relative;
    display: inline-block;
    background-color: #81c23c;
    color: #fff;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  }
  .tips-cta .leftButton a:hover {
    background-color: #94d24b;
  }
  .tips-cta .rightButton {
    padding-left: 25px;
  }
  .tips-cta .nodots:after {
    border-right: #fff none 0px !important;
  }
  .tips-cta .flex-2 .buttonsSection .leftButton {
    position: relative;
    max-width: max-content;
  }
  .tips-cta .flex-2 .buttonsSection .leftButton::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    height: 40px;
    border-right: 2px dotted #a1a1a1;
  }
  .tips-cta .flex-2 .buttonsSection .rightButton a {
    position: relative;
    display: inline-block;
    color: #FF6200;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 16px;
    text-decoration: none;
  }
  .tips-cta .flex-2 .buttonsSection .rightButton a:hover {
    text-decoration: underline;
  }
  .sw19b-breadcrumb {
    line-height: 38px;
    font-weight: 500;
    color: #111111;

    a {
      text-decoration: none;
      color: #a1a1a1;
    }

    a:hover {
      text-decoration: underline;
    }
  }

  .sw19b-blog-main {
    padding: 40px 0 60px 0;

    .sw19s-std-wrap {
      display: flex;
    }

    .title-and-blog {
      margin: 0 165px 0 97px;
      /* prevents large <pre> tags from breaking out of flex container */
      overflow: hidden;
    }

    .blog__subtitle {
      margin: 10px 0 15px 0;
      font-size: 22px;
      color: #111111;
      font-weight: 500;
      line-height: 1.2em;
    }

    h1 {
      font-size: 36px;
      line-height: 48px;
      font-weight: bold;
      color: #111111;
      margin: 0;
    }

    .posted-by {
      line-height: 24px;
      font-size: 18px;
      color: #a1a1a1;
      margin: 5px 0 0 0;
    }

    .blog-sidebar {
      width: 293px;
      flex-shrink: 0;
    }

    .blog-content {
      font-size: 18px;
      color: #141414;
    }
    .blog-content {
      ul,
      ol {
        padding-left: 25px;
        li {
          margin-bottom: 10px;
        }
      }
    }
    .blog-content sup {
      vertical-align: top;
      font-size: 18px;
    }

    .blog-content p {
      line-height: 28px;
    }

    .blog-content p a {
      color: #006482;
      text-decoration: none;
      font-weight: 500;
    }

    .blog-content p a:hover {
      text-decoration: underline;
    }

    .blog-content h3,
    .blog-content h2 {
      font-size: 24px;
      line-height: 1.04;
      color: #282828;
      font-weight: 500;
      margin: 30px 0 20px;
    }

    .blog-content figcaption {
      font-size: 18px;
      font-style: italic;
      text-align: center;
      color: #666;
    }

    .blog-content pre {
      overflow: auto;
      border: 1px solid #efefef;
      padding: 14px;
      font-size: 14px;
      background: #f0f0f0;
    }

    .share {
      margin: 40px 0 0 0;
      font-size: 20px;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.21px;
      color: #141414;
    }

    .share a {
      color: #a1a1a1;
      text-decoration: none;
      font-size: 25px;
      vertical-align: middle;
      display: inline-block;
    }

    .share a:first-child {
      margin-left: 10px;
    }

    .share a:not(:first-child) {
      margin-left: 15px;
    }

    @media (max-width: 992px) {
      .title-and-blog {
        margin-right: 0;
        margin-left: 0;
      }

      .blog-sidebar {
        display: none;
      }
    }
  }

  .sw19b-color-strip {
    height: 5px;
    background-color: #a1a1a1;

    .sw19s-std-wrap {
      height: 100%;
      text-align: right;
      font-size: 0;
      white-space: nowrap;
    }

    span {
      display: inline-block;
      height: 100%;
      vertical-align: top;
      width: 9%;
    }
  }

  .sw19b-related-posts {
    padding: 25px 0 40px 0;

    h3 {
      margin: 0;
      font-size: 24px;
      font-weight: bold;
      line-height: normal;
      color: #111111;
    }

    ul.rp4wp-posts-list {
      margin: 30px 0 0 0;
      padding: 0;
      list-style-type: none;
      display: grid;
      grid-column-gap: 30px;
      grid-template-columns: 1fr 1fr 1fr;
    }

    .rp4wp_component_title a {
      font-size: 18px;
      font-weight: 500;
      line-height: normal;
      color: #111111;
      text-decoration: none;
    }

    .rp4wp_component_title a:hover {
      text-decoration: underline;
    }

    .rp4wp_component_excerpt p {
      margin: 10px 0 0 0;
      font-size: 16px;
      line-height: normal;
      color: #111111;
    }

    .rp4wp_component_image {
      display: none;
    }

    @media (max-width: 768px) {
      ul.rp4wp-posts-list {
        display: block;
      }

      ul.rp4wp-posts-list li {
        margin-top: 20px;
      }
    }
  }

  @media screen and (min-width: 1024px) and (max-width: 1200px) {
    .tips-cta .textflex {
      flex-grow: 1;
      flex-shrink: 0;
    }
    .tips-cta .buttonflex {
      flex-shrink: 1;
      max-width: 75%;
    }
  }
  @media screen and (max-width: 801px) {
    .tips-cta .textflex {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 50%;
    }
    .tips-cta .buttonflex {
      flex-shrink: 0;
    }
    .tips-cta strong,
    .tips-cta .tipsCtaParagraph {
      text-align: left !important;
    }
  }
}

.contributor__block {
  border-top: 1px solid #ccc;
  padding: 25px 0 0 0;
  margin-top: 25px;
  .contributor {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    &:first-child {
      margin-top: 0;
    }
    div {
      &:first-child {
        flex-basis: 80px;
        .default__avatar {
          position: relative;
          display: block;
          width: 62px;
          height: 62px;
          background-color: #ccc;
          border-radius: 50%;
          margin: auto;
        }
        img {
          max-width: 62px;
          max-height: 62px;
          border-radius: 50%;
        }
      }
      &:last-child {
        flex-basis: calc(100% - 80px);
        p {
          font-size: 14px;
          font-style: italic;
          margin: 0;
        }
        .author_name {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 10px;
        }
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .contributors_block {
    text-align: center;
    .contributor__item {
      .block__item {
        &:first-child,
        &:last-child {
          flex-basis: 100%;
        }
        img {
          margin-right: 0;
          margin-bottom: 15px;
        }
      }
    }
  }
}
