/* Variables */
@media (min-width: 1024px) {
  .single-post .hentry-wrapper > .alignwide {
    display: flex; } }
@media (min-width: 1024px) {
  .single-post .hentry-wrapper > .alignwide .news-left {
    flex: 1;
    margin-right: 60px; }
    .single-post .hentry-wrapper > .alignwide .news-left .news-left-inner {
      max-width: 665px; } }
@media (min-width: 1024px) {
  .single-post .hentry-wrapper > .alignwide .news-right {
    flex: 0 0 367px;
    padding-top: 60px; }
    .single-post .hentry-wrapper > .alignwide .news-right .article-meta {
      padding-top: 0; } }
@media (max-width: 1023px) {
  .single-post .hentry-wrapper > .alignwide .news-right .article-meta {
    display: none; } }
.single-post .hentry-wrapper header {
  margin-left: 0;
  width: auto; }
  .single-post .hentry-wrapper header .header-content .breadcrumbs > span:last-child {
    display: none; }
  .single-post .hentry-wrapper header .header-content .header-content-inner {
    flex-direction: column; }
    .single-post .hentry-wrapper header .header-content .header-content-inner h1 {
      font-size: 33px;
      color: #282828; }
      @media screen and (min-width: 768px) {
        .single-post .hentry-wrapper header .header-content .header-content-inner h1 {
          font-size: 40px; } }
      @media screen and (min-width: 1024px) {
        .single-post .hentry-wrapper header .header-content .header-content-inner h1 {
          font-size: 48px; } }
    .single-post .hentry-wrapper header .header-content .header-content-inner .date {
      color: #545454;
      font-weight: normal;
      margin-top: 15px;
      text-transform: uppercase; }
.single-post .hentry-wrapper .has-toc {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .single-post .hentry-wrapper .has-toc {
      flex-direction: row;
      column-gap: 40px; } }
  @media (max-width: 1023px) {
    body .single-post .hentry-wrapper .has-toc {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .single-post .hentry-wrapper .has-toc .news-content {
      flex: 1;
      max-width: 850px;
      width: calc(100% - 370px); }
      .single-post .hentry-wrapper .has-toc .news-content .alignfull,
      .single-post .hentry-wrapper .has-toc .news-content .alignwide {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        /*.three-col {
          grid-template-columns: repeat(4, 1fr);
        }*/ } }
  @media (min-width: 1024px) {
    .single-post .hentry-wrapper .has-toc .content-nav {
      flex: 0 0 330px;
      max-width: 330px; } }
  @media (min-width: 1024px) and (min-width: 1100px) {
    .single-post .hentry-wrapper .has-toc .content-nav {
      z-index: 2; } }

  .single-post .hentry-wrapper .has-toc .content-nav .subnav {
    border: solid 1px #dedede;
    border-radius: 16px;
    padding: 30px; }
    @media (min-width: 1024px) {
      .single-post .hentry-wrapper .has-toc .content-nav .subnav {
        max-height: calc(100vh - 180px);
        overflow: auto;
        padding: 32px 24px;
        position: sticky;
        top: 150px; }
        body.admin-bar .single-post .hentry-wrapper .has-toc .content-nav .subnav {
          top: 182px; } }
    @media (max-width: 1023px) {
      .single-post .hentry-wrapper .has-toc .content-nav .subnav {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .single-post .hentry-wrapper .has-toc .content-nav .subnav {
        padding: 30px 20px; } }
    .single-post .hentry-wrapper .has-toc .content-nav .subnav:not(:first-child) {
      margin-top: 32px;
      padding-top: 32px; }
    .single-post .hentry-wrapper .has-toc .content-nav .subnav .title {
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 16px; }
    .single-post .hentry-wrapper .has-toc .content-nav .subnav ul {
      display: flex;
      flex-direction: column;
      row-gap: 16px;
      list-style: none;
      margin: 0; }
      .single-post .hentry-wrapper .has-toc .content-nav .subnav ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0; }
        .single-post .hentry-wrapper .has-toc .content-nav .subnav ul li a {
          color: #194866;
          display: flex;
          column-gap: 8px;
          flex: 0 0 calc(100% - 30px);
          transition: color 0.2s; }
          .single-post .hentry-wrapper .has-toc .content-nav .subnav ul li a.scroll-active {
            font-weight: bold; }
          .single-post .hentry-wrapper .has-toc .content-nav .subnav ul li a:hover, .single-post .hentry-wrapper .has-toc .content-nav .subnav ul li a:focus-visible {
            color: #F98012; }
        .single-post .hentry-wrapper .has-toc .content-nav .subnav ul li button {
          background-color: transparent;
          border: none;
          cursor: pointer; }
          .single-post .hentry-wrapper .has-toc .content-nav .subnav ul li button .fa {
            transition: color 0.2s; }
          .single-post .hentry-wrapper .has-toc .content-nav .subnav ul li button:hover .fa, .single-post .hentry-wrapper .has-toc .content-nav .subnav ul li button:focus-visible .fa {
            color: #F98012; }
        .single-post .hentry-wrapper .has-toc .content-nav .subnav ul li ul {
          display: none;
          flex: 0 0 100%;
          border-left: solid 1px #dedede;
          border-top: none;
          padding: 0 0 0 8px; }
          .single-post .hentry-wrapper .has-toc .content-nav .subnav ul li ul li {
            padding: 5px 0 3px; }
        .single-post .hentry-wrapper .has-toc .content-nav .subnav ul li.active span.fa {
          transform: rotate(180deg); }
.single-post .hentry-wrapper .whitepaper {
  background-color: #f5f5f5;
  border-radius: 16px;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 30px; }
  .single-post .hentry-wrapper .whitepaper h2 {
    font-size: 22px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .single-post .hentry-wrapper .whitepaper h2 {
        font-size: 24px; } }
    @media screen and (min-width: 1024px) {
      .single-post .hentry-wrapper .whitepaper h2 {
        font-size: 28px; } }
  .single-post .hentry-wrapper .whitepaper form.wpcf7-form {
    max-width: 610px; }
.single-post .hentry-wrapper .newsletter-subscription {
  background-color: #f5f5f5;
  border-radius: 16px;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 30px; }
  .single-post .hentry-wrapper .newsletter-subscription h2 {
    font-size: 22px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .single-post .hentry-wrapper .newsletter-subscription h2 {
        font-size: 24px; } }
    @media screen and (min-width: 1024px) {
      .single-post .hentry-wrapper .newsletter-subscription h2 {
        font-size: 28px; } }
  .single-post .hentry-wrapper .newsletter-subscription form.wpcf7-form {
    max-width: 610px;
    background: none; }
.single-post .hentry-wrapper .wp-caption {
  float: none;
  margin: 20px 0; }
.single-post .hentry-wrapper .posts.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  row-gap: 20px;
  margin: 40px 0; }
  .single-post .hentry-wrapper .posts.cards.two-col .card {
    flex: 0 0 50%; }
    @media (max-width: 767px) {
      .single-post .hentry-wrapper .posts.cards.two-col .card {
        flex: 0 0 100%; } }
    .single-post .hentry-wrapper .posts.cards.two-col .card .card-content {
      padding: 40px; }
      @media (max-width: 499px) {
        .single-post .hentry-wrapper .posts.cards.two-col .card .card-content {
          padding: 20px; } }
  .single-post .hentry-wrapper .posts.cards.three-col .card {
    flex: 0 0 33.333%; }
    @media (max-width: 1023px) {
      .single-post .hentry-wrapper .posts.cards.three-col .card {
        flex: 0 0 50%; } }
    @media (max-width: 767px) {
      .single-post .hentry-wrapper .posts.cards.three-col .card {
        flex: 0 0 100%; } }
    .single-post .hentry-wrapper .posts.cards.three-col .card .card-content {
      padding: 30px; }
      @media (max-width: 499px) {
        .single-post .hentry-wrapper .posts.cards.three-col .card .card-content {
          padding: 20px; } }
      .single-post .hentry-wrapper .posts.cards.three-col .card .card-content span.button {
        margin-top: 15px; }
  .single-post .hentry-wrapper .posts.cards.four-col .card {
    flex: 0 0 25%; }
    @media (max-width: 1023px) {
      .single-post .hentry-wrapper .posts.cards.four-col .card {
        flex: 0 0 50%; } }
    @media (max-width: 599px) {
      .single-post .hentry-wrapper .posts.cards.four-col .card {
        flex: 0 0 100%; } }
    .single-post .hentry-wrapper .posts.cards.four-col .card .card-content {
      padding: 30px; }
      @media (max-width: 499px) {
        .single-post .hentry-wrapper .posts.cards.four-col .card .card-content {
          padding: 20px; } }
      .single-post .hentry-wrapper .posts.cards.four-col .card .card-content span.button {
        margin-top: 15px; }
  .single-post .hentry-wrapper .posts.cards .card {
    flex: 1;
    max-width: none;
    padding: 15px; }
    .single-post .hentry-wrapper .posts.cards .card .card-inner {
      border-radius: 16px;
      height: 100%;
      overflow: hidden;
      position: relative; }
    .single-post .hentry-wrapper .posts.cards .card .card-content {
      padding: 30px; }
      @media (max-width: 499px) {
        .single-post .hentry-wrapper .posts.cards .card .card-content {
          padding: 20px; } }
  .single-post .hentry-wrapper .posts.cards .card .card-inner {
    min-height: 468px;
    max-height: 558px; }
    .single-post .hentry-wrapper .posts.cards .card .card-inner:before {
      background: rgba(0, 0, 0, 0);
      background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 38%, #000 100%);
      background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 38%, #000 100%);
      background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0) 38%, #000 100%);
      background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 38%, #000 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, #000 100%);
      content: "";
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
  .single-post .hentry-wrapper .posts.cards .card img {
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .single-post .hentry-wrapper .posts.cards .card .card-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    .single-post .hentry-wrapper .posts.cards .card .card-content h2,
    .single-post .hentry-wrapper .posts.cards .card .card-content h3 {
      font-size: 28px;
      transition: color 0.2s; }
      @media screen and (min-width: 768px) {
        .single-post .hentry-wrapper .posts.cards .card .card-content h2,
        .single-post .hentry-wrapper .posts.cards .card .card-content h3 {
          font-size: 32px; } }
      @media screen and (min-width: 1024px) {
        .single-post .hentry-wrapper .posts.cards .card .card-content h2,
        .single-post .hentry-wrapper .posts.cards .card .card-content h3 {
          font-size: 36px; } }
  .single-post .hentry-wrapper .posts.cards .card .pills {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .single-post .hentry-wrapper .posts.cards .card .pills div.pill-item {
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 30px;
      color: #282828 !important;
      font-size: 12px;
      font-weight: 600;
      line-height: 23px;
      margin-bottom: 5px;
      margin-right: 5px;
      padding: 4px 15px 3px;
      white-space: nowrap; }
    .single-post .hentry-wrapper .posts.cards .card .pills a.pill-item {
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 30px;
      color: #282828 !important;
      font-size: 12px;
      font-weight: 600;
      line-height: 23px;
      margin-bottom: 5px;
      margin-right: 5px;
      padding: 4px 15px 3px;
      white-space: nowrap;
      background-color: #69E0FF;
      opacity: 1;
      transition: background-color 0.2s;
      background-color: #F98012; }
      .single-post .hentry-wrapper .posts.cards .card .pills a.pill-item:after {
        display: none; }
      .single-post .hentry-wrapper .posts.cards .card .pills a.pill-item:hover, .single-post .hentry-wrapper .posts.cards .card .pills a.pill-item:focus {
        background-color: #F98012;
        text-decoration: none; }
      .single-post .hentry-wrapper .posts.cards .card .pills a.pill-item:hover, .single-post .hentry-wrapper .posts.cards .card .pills a.pill-item:focus {
        background-color: #69E0FF; }
  .single-post .hentry-wrapper .posts.cards .card .button.arrow-external > span:after {
    margin: 0; }
  .single-post .hentry-wrapper .posts.cards .card a.card-copy {
    display: block;
    font-weight: normal; }
    .single-post .hentry-wrapper .posts.cards .card a.card-copy:not(:hover):not(:focus) {
      color: #fff !important; }
    .single-post .hentry-wrapper .posts.cards .card a.card-copy:after {
      display: none; }
    .single-post .hentry-wrapper .posts.cards .card a.card-copy:hover, .single-post .hentry-wrapper .posts.cards .card a.card-copy:focus {
      color: #F98012;
      text-decoration: none; }
      .single-post .hentry-wrapper .posts.cards .card a.card-copy:hover h2,
      .single-post .hentry-wrapper .posts.cards .card a.card-copy:hover h3, .single-post .hentry-wrapper .posts.cards .card a.card-copy:focus h2,
      .single-post .hentry-wrapper .posts.cards .card a.card-copy:focus h3 {
        color: #F98012; }
      .single-post .hentry-wrapper .posts.cards .card a.card-copy:hover .button > span:after, .single-post .hentry-wrapper .posts.cards .card a.card-copy:focus .button > span:after {
        background-color: #F98012;
        color: #143A52; }
  .single-post .hentry-wrapper .posts.cards.two-col .card a.card-copy {
    padding-right: 50px; }
  .single-post .hentry-wrapper .posts.cards.two-col .card .button.arrow-external {
    position: absolute;
    right: 0;
    bottom: 0; }
  .single-post .hentry-wrapper .posts.cards .card {
    min-width: 0; }
    .single-post .hentry-wrapper .posts.cards .card .card-inner {
      border-radius: 0;
      max-height: none;
      min-height: 0; }
      .single-post .hentry-wrapper .posts.cards .card .card-inner:before {
        display: none; }
      .single-post .hentry-wrapper .posts.cards .card .card-inner .news-image {
        border-radius: 16px;
        overflow: hidden;
        position: relative; }
        .single-post .hentry-wrapper .posts.cards .card .card-inner .news-image:before {
          content: "";
          display: block;
          padding-top: 70%; }
        .single-post .hentry-wrapper .posts.cards .card .card-inner .news-image img {
          height: 100%;
          object-fit: cover;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%; }
          .single-post .hentry-wrapper .posts.cards .card .card-inner .news-image img.logo {
            background-color: #fff8f1;
            object-fit: contain; }
        .single-post .hentry-wrapper .posts.cards .card .card-inner .news-image .pills {
          margin: 0;
          position: absolute;
          left: 15px;
          bottom: 15px;
          width: calc(100% - 30px); }
      .single-post .hentry-wrapper .posts.cards .card .card-inner .card-content {
        padding: 0;
        position: static; }
        .single-post .hentry-wrapper .posts.cards .card .card-inner .card-content h2,
        .single-post .hentry-wrapper .posts.cards .card .card-inner .card-content h3 {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px;
          font-weight: 600;
          line-height: 1.5; }
        .single-post .hentry-wrapper .posts.cards .card .card-inner .card-content .date {
          color: #545454;
          padding: 15px 0; }
.single-post .wpb_wrapper h2 {
  font-size: 22px; }
  @media screen and (min-width: 768px) {
    .single-post .wpb_wrapper h2 {
      font-size: 24px; } }
  @media screen and (min-width: 1024px) {
    .single-post .wpb_wrapper h2 {
      font-size: 28px; } }
.single-post .wpb_wrapper h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 30px 0; }
.single-post .wpb_wrapper h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin: 30px 0; }
.single-post .wpb_wrapper .wp-caption {
  width: auto !important; }
.single-post .pills {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 30px; }
  .single-post .pills a.pill-item {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    color: #282828 !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 4px 15px 3px;
    white-space: nowrap;
    background-color: #69E0FF;
    opacity: 1;
    transition: background-color 0.2s;
    background-color: #69E0FF;
    font-size: 14px; }
    .single-post .pills a.pill-item:after {
      display: none; }
    .single-post .pills a.pill-item:hover, .single-post .pills a.pill-item:focus {
      background-color: #F98012;
      text-decoration: none; }
    .single-post .pills a.pill-item:hover, .single-post .pills a.pill-item:focus {
      background-color: #F98012; }
.single-post .article-meta {
  padding-top: 40px; }
  .single-post .article-meta .article-share {
    display: flex;
    align-items: center;
    border-top: solid 1px #dedede;
    padding-top: 60px; }
    @media (max-width: 459px) {
      .single-post .article-meta .article-share {
        justify-content: center; } }
    @media (max-width: 349px) {
      .single-post .article-meta .article-share {
        flex-wrap: wrap;
        justify-content: center; } }
    .single-post .article-meta .article-share strong {
      display: block;
      margin: 0 20px 10px 0; }
      @media (max-width: 349px) {
        .single-post .article-meta .article-share strong {
          flex: 0 0 100%;
          margin-right: 0;
          text-align: center; } }
    .single-post .article-meta .article-share .addtoany_list {
      display: flex; }
      .single-post .article-meta .article-share .addtoany_list a {
        background-color: transparent !important;
        border-radius: 50% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        margin: 0 10px 10px 0;
        padding: 0;
        position: relative;
        transform: none;
        transition: background-color 0.2s;
        width: 32px; }
        .single-post .article-meta .article-share .addtoany_list a:last-child {
          margin-right: 0; }
        .single-post .article-meta .article-share .addtoany_list a .a2a_svg {
          display: none; }
        .single-post .article-meta .article-share .addtoany_list a:before {
          content: "";
          display: block;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          transition: transform 0.2s;
          width: 100%; }
        .single-post .article-meta .article-share .addtoany_list a:after {
          display: none; }
        .single-post .article-meta .article-share .addtoany_list a:before {
          background-repeat: no-repeat;
          background-position: center;
          transition: background-color 0.2s; }
        .single-post .article-meta .article-share .addtoany_list a.a2a_button_facebook:before {
          background-image: url("/wp-content/themes/thetheme/images/article-facebook.svg"); }
        .single-post .article-meta .article-share .addtoany_list a.a2a_button_linkedin:before {
          background-image: url("/wp-content/themes/thetheme/images/article-linkedin.svg"); }
        .single-post .article-meta .article-share .addtoany_list a.a2a_button_twitter:before {
          background-image: url("/wp-content/themes/thetheme/images/article-twitter.svg"); }
        .single-post .article-meta .article-share .addtoany_list a .at-label {
          display: none; }
        .single-post .article-meta .article-share .addtoany_list a:hover, .single-post .article-meta .article-share .addtoany_list a:focus {
          background-color: #F98012 !important;
          transform: scale(1); }
  .single-post .article-meta .author {
    background-color: #f5f5f5;
    border-radius: 16px;
    display: inline-flex;
    flex-direction: column;
    row-gap: 15px;
    font-size: 14px;
    margin-bottom: 60px;
    max-width: 800px;
    padding: 20px; }
    .single-post .article-meta .author .author-top {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 15px 10px; }
      .single-post .article-meta .author .author-top img {
        border: solid 2px #F98012;
        border-radius: 50%;
        height: 80px;
        object-fit: cover;
        width: 80px; }
      .single-post .article-meta .author .author-top .author-top-text {
        display: flex;
        flex-direction: column;
        row-gap: 3px; }
      .single-post .article-meta .author .author-top .name {
        font-size: 16px;
        font-weight: bold; }
      .single-post .article-meta .author .author-top .socials {
        display: flex;
        column-gap: 8px; }
        .single-post .article-meta .author .author-top .socials a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 30px;
          width: 30px; }
          .single-post .article-meta .author .author-top .socials a svg path {
            transition: fill 0.2s; }
          .single-post .article-meta .author .author-top .socials a:hover svg path, .single-post .article-meta .author .author-top .socials a:focus svg path, .single-post .article-meta .author .author-top .socials a:focus-visible svg path {
            fill: #F98012; }
.single-post .recent-articles {
  border-top: solid 1px #dedede;
  margin-top: 20px;
  padding-top: 30px;
  width: 100%; }
  .single-post .recent-articles .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px; }
    .single-post .recent-articles .cards.two-col .card {
      flex: 0 0 50%; }
      @media (max-width: 767px) {
        .single-post .recent-articles .cards.two-col .card {
          flex: 0 0 100%; } }
      .single-post .recent-articles .cards.two-col .card .card-content {
        padding: 40px; }
        @media (max-width: 499px) {
          .single-post .recent-articles .cards.two-col .card .card-content {
            padding: 20px; } }
    .single-post .recent-articles .cards.three-col .card {
      flex: 0 0 33.333%; }
      @media (max-width: 1023px) {
        .single-post .recent-articles .cards.three-col .card {
          flex: 0 0 50%; } }
      @media (max-width: 767px) {
        .single-post .recent-articles .cards.three-col .card {
          flex: 0 0 100%; } }
      .single-post .recent-articles .cards.three-col .card .card-content {
        padding: 30px; }
        @media (max-width: 499px) {
          .single-post .recent-articles .cards.three-col .card .card-content {
            padding: 20px; } }
        .single-post .recent-articles .cards.three-col .card .card-content span.button {
          margin-top: 15px; }
    .single-post .recent-articles .cards.four-col .card {
      flex: 0 0 25%; }
      @media (max-width: 1023px) {
        .single-post .recent-articles .cards.four-col .card {
          flex: 0 0 50%; } }
      @media (max-width: 599px) {
        .single-post .recent-articles .cards.four-col .card {
          flex: 0 0 100%; } }
      .single-post .recent-articles .cards.four-col .card .card-content {
        padding: 30px; }
        @media (max-width: 499px) {
          .single-post .recent-articles .cards.four-col .card .card-content {
            padding: 20px; } }
        .single-post .recent-articles .cards.four-col .card .card-content span.button {
          margin-top: 15px; }
    .single-post .recent-articles .cards .card {
      flex: 1;
      max-width: none;
      padding: 15px; }
      .single-post .recent-articles .cards .card .card-inner {
        border-radius: 16px;
        height: 100%;
        overflow: hidden;
        position: relative; }
      .single-post .recent-articles .cards .card .card-content {
        padding: 30px; }
        @media (max-width: 499px) {
          .single-post .recent-articles .cards .card .card-content {
            padding: 20px; } }
    .single-post .recent-articles .cards .card .card-inner {
      min-height: 468px;
      max-height: 558px; }
      .single-post .recent-articles .cards .card .card-inner:before {
        background: rgba(0, 0, 0, 0);
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 38%, #000 100%);
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 38%, #000 100%);
        background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0) 38%, #000 100%);
        background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 38%, #000 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, #000 100%);
        content: "";
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
    .single-post .recent-articles .cards .card img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
    .single-post .recent-articles .cards .card .card-content {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
      .single-post .recent-articles .cards .card .card-content h2,
      .single-post .recent-articles .cards .card .card-content h3 {
        font-size: 28px;
        transition: color 0.2s; }
        @media screen and (min-width: 768px) {
          .single-post .recent-articles .cards .card .card-content h2,
          .single-post .recent-articles .cards .card .card-content h3 {
            font-size: 32px; } }
        @media screen and (min-width: 1024px) {
          .single-post .recent-articles .cards .card .card-content h2,
          .single-post .recent-articles .cards .card .card-content h3 {
            font-size: 36px; } }
    .single-post .recent-articles .cards .card .pills {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      .single-post .recent-articles .cards .card .pills div.pill-item {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 30px;
        color: #282828 !important;
        font-size: 12px;
        font-weight: 600;
        line-height: 23px;
        margin-bottom: 5px;
        margin-right: 5px;
        padding: 4px 15px 3px;
        white-space: nowrap; }
      .single-post .recent-articles .cards .card .pills a.pill-item {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 30px;
        color: #282828 !important;
        font-size: 12px;
        font-weight: 600;
        line-height: 23px;
        margin-bottom: 5px;
        margin-right: 5px;
        padding: 4px 15px 3px;
        white-space: nowrap;
        background-color: #69E0FF;
        opacity: 1;
        transition: background-color 0.2s;
        background-color: #F98012; }
        .single-post .recent-articles .cards .card .pills a.pill-item:after {
          display: none; }
        .single-post .recent-articles .cards .card .pills a.pill-item:hover, .single-post .recent-articles .cards .card .pills a.pill-item:focus {
          background-color: #F98012;
          text-decoration: none; }
        .single-post .recent-articles .cards .card .pills a.pill-item:hover, .single-post .recent-articles .cards .card .pills a.pill-item:focus {
          background-color: #69E0FF; }
    .single-post .recent-articles .cards .card .button.arrow-external > span:after {
      margin: 0; }
    .single-post .recent-articles .cards .card a.card-copy {
      display: block;
      font-weight: normal; }
      .single-post .recent-articles .cards .card a.card-copy:not(:hover):not(:focus) {
        color: #fff !important; }
      .single-post .recent-articles .cards .card a.card-copy:after {
        display: none; }
      .single-post .recent-articles .cards .card a.card-copy:hover, .single-post .recent-articles .cards .card a.card-copy:focus {
        color: #F98012;
        text-decoration: none; }
        .single-post .recent-articles .cards .card a.card-copy:hover h2,
        .single-post .recent-articles .cards .card a.card-copy:hover h3, .single-post .recent-articles .cards .card a.card-copy:focus h2,
        .single-post .recent-articles .cards .card a.card-copy:focus h3 {
          color: #F98012; }
        .single-post .recent-articles .cards .card a.card-copy:hover .button > span:after, .single-post .recent-articles .cards .card a.card-copy:focus .button > span:after {
          background-color: #F98012;
          color: #143A52; }
    .single-post .recent-articles .cards.two-col .card a.card-copy {
      padding-right: 50px; }
    .single-post .recent-articles .cards.two-col .card .button.arrow-external {
      position: absolute;
      right: 0;
      bottom: 0; }
    @media (max-width: 1023px) {
      .single-post .recent-articles .cards .card {
        flex: 0 0 50%; } }
    @media (max-width: 599px) {
      .single-post .recent-articles .cards .card {
        flex: 0 0 100%; } }
    .single-post .recent-articles .cards .card.cross-promo .card-inner .card-content {
      margin-top: 20px; }
      .single-post .recent-articles .cards .card.cross-promo .card-inner .card-content .card-copy {
        min-height: none; }
    .single-post .recent-articles .cards .card .card-inner {
      border-radius: 0;
      max-height: none;
      min-height: 0; }
      .single-post .recent-articles .cards .card .card-inner:before {
        display: none; }
      .single-post .recent-articles .cards .card .card-inner .news-image {
        border-radius: 16px;
        overflow: hidden;
        position: relative; }
        .single-post .recent-articles .cards .card .card-inner .news-image:before {
          content: "";
          display: block;
          padding-top: 70%; }
        .single-post .recent-articles .cards .card .card-inner .news-image img {
          height: 100%;
          object-fit: cover;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%; }
        .single-post .recent-articles .cards .card .card-inner .news-image .pills {
          margin: 0;
          position: absolute;
          left: 15px;
          bottom: 15px;
          width: calc(100% - 30px); }
      .single-post .recent-articles .cards .card .card-inner .card-content {
        padding: 0 0 20px;
        position: static; }
        .single-post .recent-articles .cards .card .card-inner .card-content h2 {
          font-family: 'Open Sans', sans-serif;
          font-size: 18px;
          font-weight: 600;
          line-height: 1.5; }
        .single-post .recent-articles .cards .card .card-inner .card-content .date {
          color: #545454;
          padding: 15px 0; }

/*# sourceMappingURL=single-post.css.map */
