.sw19p-tips {
  .sw19b-tips-header {
    border-bottom: 6px solid #20498a;

    .sw19s-std-wrap {
      display: flex;
      align-items: center;
    }

    .cta {
      flex: 1 1 0;
      margin-right: 15px;
      padding: 67px 0 40px 0;
    }

    .image {
      flex: 1 1 0;
      text-align: center;
      margin-left: 15px;
    }

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

    h2 {
      font-size: 26px;
      font-weight: bold;
      line-height: 22px;
      color: #111111;
      margin: 5px 0 0 0;
    }

    .desc {
      font-size: 16px;
      margin: 20px 0 0 0;
      line-height: normal;
    }

    .sw19s-btn {
      text-transform: uppercase;
    }

    .try-free {
      display: inline-block;
      margin-top: 20px;
    }

    .try-free p {
      font-family: Roboto, sans-serif;
      color: #a1a1a1;
      font-size: 12px;
      line-height: normal;
      text-align: center;
      margin: 10px 0 0 0;
    }

    @media (max-width: 768px) {
      .image {
        display: none;
      }

      .cta {
        padding-top: 30px;
        margin-right: 0;
      }

      h1 {
        font-size: 24px;
        line-height: normal;
      }
    }
  }

  .sw19b-tips-list {
    padding: 30px 0 60px 0;

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

    .quick-links {
      max-width: 330px;
      flex-shrink: 0;
      margin-right: 23px;
      align-self: flex-start;
      position: sticky;
      top: 155px;
    }

    .quick-links h3 {
      font-size: 18px;
      font-weight: bold;
      color: #111111;
      margin: 0;
    }

    .quick-links h4 {
      margin-top: 18px;
    }

    .quick-links h4 a {
      font-size: 14px;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.29;
      text-decoration: none;
      font-weight: normal;
      color: #a1a1a1;
      transition: all 0.25s ease-in-out;
    }

    .quick-links h4.selected a {
      text-shadow: 0px 0px 1px black;
      color: #111111;
    }

    .quick-links h4 a:hover {
      text-shadow: 0px 0px 1px black;
      color: #111111;
    }

    .links {
      margin-left: 23px;
    }

    .links h3 {
      margin-top: 0px;
    }

    .links h3 a {
      font-size: 24px;
      line-height: 33px;
      color: #111111;
      text-decoration: none;
    }

    .links h3 a:hover {
      text-decoration: underline;
    }

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

    .links hr {
      margin: 30px 0;
      border-top: none;
      border-bottom: 2px dotted #a1a1a1;
    }

    .pagination {
      text-align: right;
    }

    .pagination .page-numbers {
      font-size: 16px;
      padding: 10px;
      font-weight: 300;
      color: #666666;
      text-decoration: none;
      border: 2px transparent;
      transition: all 0.25s ease-in-out;
    }

    .pagination .page-numbers:hover {
      border-bottom: 2px solid #FF6200;
    }

    .pagination .current {
      font-weight: 500;
      border-bottom: 2px solid #FF6200;
      color: #111111;
    }

    .pagination .next,
    .pagination .prev {
      display: inline-block;
    }

    .pagination .next:hover,
    .pagination .prev:hover {
      border-bottom: none;
    }

    .pagination .right-arrow,
    .pagination .left-arrow {
      position: relative;
      display: inherit;
      border-color: transparent #a1a1a1;
      border-style: solid;
      top: 2px;
    }

    .pagination .right-arrow {
      border-width: 7px 0px 7px 7px;
    }

    .pagination .left-arrow {
      border-width: 7px 7px 7px 0px;
    }

    @media (max-width: 992px) {
      .sw19s-std-wrap {
        display: block;
      }

      .quick-links {
        max-width: none;
        position: static;
      }

      .quick-links h4 a {
        font-size: 14px;
        font-weight: bold;
        color: #111111;
        border-bottom: 2px dotted #ccc;
        display: block;
        padding-bottom: 20px;
      }

      .links {
        margin: 30px 0 0 0;
      }

      .pagination {
        text-align: center;
      }
    }
  }

  .content {
    max-width: 60%;

    p {
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 20px;
    }

    h2 {
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      line-height: 22px;
      margin-bottom: 20px;
      color: #111111;
    }

    .wp-block-image img {
      height: auto;
    }

    .bg-grey .flex-2 .buttonsSection {
      position: relative;
      display: grid;
      grid-template-columns: repeat(2, 200px);
    }
    .bg-grey .flex-2 .buttonsSection .leftButton {
      position: relative;
      max-width: max-content;
    }
    .bg-grey .flex-2 .buttonsSection .leftButton::after {
      position: absolute;
      content: "";
      right: -15px;
      top: 0;
      height: 40px;
      border-right: 2px dotted #a1a1a1;
    }
    .bg-grey .flex-2 .buttonsSection .leftButton a {
      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;
    }
    .bg-grey .flex-2 .buttonsSection .leftButton a:hover {
      background-color: #94d24b;
    }
    .bg-grey .flex-2 .buttonsSection .leftButton small {
      position: relative;
      display: block;
      text-align: center;
      font-size: 12px;
      font-weight: normal;
      color: #a1a1a1;
      margin-top: 7px;
    }
    .bg-grey .flex-2 .buttonsSection .rightButton a {
      position: relative;
      display: inline-block;
      color: #FF6200;
      font-size: 14px;
      font-weight: normal;
      padding: 10px 16px;
      text-decoration: none;
    }
    .bg-grey .flex-2 .buttonsSection .rightButton a:hover {
      text-decoration: underline;
    }
    .tips-cta {
      padding: unset;
      border-bottom: #04498f solid 6px !important;
    }
    .tips-cta h2 {
      font-size: 24px !important;
      font-weight: 700 !important;
    }
    .tips-cta .container {
      padding: 15px 10px 25px 25px;
    }
    .tips-cta strong,
    .tips-cta .tipsCtaParagraph {
      font-size: 16px;
      font-weight: 400;
      width: 80%;
    }
    .tips-cta .textflex {
      flex-grow: 1;
      flex-shrink: 0;
      /* flex-basis: 50%; */
    }
    .tips-cta .widetextflex {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 70%;
    }
    .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: 0 !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;
    }
    @media screen and (min-width: 1024px) and (max-width: 1200px) {
      .bg-grey {
        padding: 30px 30px 40px 30px;
      }
      .tips-cta .textflex {
        flex-grow: 1;
        flex-shrink: 0;
      }
      .tips-cta .buttonflex {
        flex-shrink: 1;
        max-width: 75%;
      }
    }
    @media screen and (max-width: 801px) {
      max-width: 95vw;
      .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;
      }
    }
  }
}

@media screen and (min-width: 993px) and (max-width: 1150px) {
  .sw19p-blog {
    .tips-cta {
      .flex {
        .widetextflex {
          flex-basis: 50%;
        }
        .leftButton {
          a {
            font-size: 14px !important;
          }
        }
      }
    }
  }
}
