.type-blog .category-top-banner {
  margin-bottom: 0px; }

.type-blog .category-top-banner {
  height: 250px;
  background: none; }
  @media screen and (min-width: 1280px) {
    .type-blog .category-top-banner {
      height: 22.50225rem; } }
  @media screen and (max-width: 767px) {
    .type-blog .category-top-banner {
      height: 56.140vw; } }
  .type-blog .category-top-banner .category-banner-img {
    height: 250px; }
    @media screen and (min-width: 1280px) {
      .type-blog .category-top-banner .category-banner-img {
        height: 22.50225rem; } }
    @media screen and (max-width: 767px) {
      .type-blog .category-top-banner .category-banner-img {
        height: 56.140vw; } }
    .type-blog .category-top-banner .category-banner-img img {
      height: 250px; }
      @media screen and (min-width: 1280px) {
        .type-blog .category-top-banner .category-banner-img img {
          height: 22.50225rem; } }
      @media screen and (max-width: 767px) {
        .type-blog .category-top-banner .category-banner-img img {
          height: 56.140vw; } }
  .type-blog .category-top-banner .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff; }
    @media screen and (min-width: 1280px) {
      .type-blog .category-top-banner .sub-title {
        font-size: 1.62016rem; } }
    @media screen and (max-width: 767px) {
      .type-blog .category-top-banner .sub-title {
        text-align: center;
        font-size: 14px; } }

.type-blog .container {
  max-width: 1320px;
  padding: 0 20px; }

.blog-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
  padding-top: 45px;
  margin: 0 -15px 50px; }
  @media screen and (min-width: 1280px) {
    .blog-listing {
      padding-top: 4.05041rem;
      margin: 0 -1.35014rem 4.50045rem; } }
  @media screen and (max-width: 1023px) {
    .blog-listing {
      padding-top: 25px;
      margin-bottom: 35px;
      margin: 0 -10px 40px; } }
  @media screen and (max-width: 767px) {
    .blog-listing {
      margin-bottom: 30px; } }
  .blog-listing .blog + .blog {
    border-top: 0px;
    padding: 15px;
    margin-top: 0; }
  .blog-listing .blog {
    width: 33.33%;
    padding: 15px;
    margin: 0;
    height: auto; }
    @media screen and (min-width: 1280px) {
      .blog-listing .blog {
        padding: 1.35014rem; } }
    @media screen and (max-width: 1023px) {
      .blog-listing .blog {
        padding: 10px; } }
    @media screen and (max-width: 767px) {
      .blog-listing .blog {
        width: 50%; } }
    @media screen and (max-width: 567px) {
      .blog-listing .blog {
        width: 100%; } }
    .blog-listing .blog .blog-content {
      background: #ffffff;
      box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
      border-radius: 10px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: column;
      height: 100%; }
      @media screen and (min-width: 1280px) {
        .blog-listing .blog .blog-content {
          border-radius: 0.90009rem; } }
      @media screen and (max-width: 767px) {
        .blog-listing .blog .blog-content {
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); } }
      .blog-listing .blog .blog-content .blog-post-figure {
        width: 100%;
        margin: 0px;
        border-radius: 10px 10px 0px 0px;
        overflow: hidden; }
        @media screen and (min-width: 1280px) {
          .blog-listing .blog .blog-content .blog-post-figure {
            border-radius: 0.90009rem 0.90009rem 0 0; } }
        .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail {
          margin: 0;
          height: 100%;
          overflow: hidden;
          position: relative;
          width: 100%;
          padding-top: calc(100% * 7/12); }
          .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
            .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail a img {
              height: 100%;
              object-fit: cover;
              object-position: center;
              width: 100%;
              transform: scale(1);
              transition: .3s ease-in-out; }
            .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail a:before {
              content: "Read Article";
              position: absolute;
              bottom: 0px;
              left: 0;
              width: 100%;
              text-align: center;
              height: 40px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -webkit-justify-content: center;
              justify-content: center;
              font-weight: 600;
              font-size: 13px;
              font-family: "Libre Franklin", sans-serif;
              color: #ffffff;
              z-index: 1;
              opacity: 0;
              transition-duration: 0.3s; }
              @media screen and (min-width: 1280px) {
                .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail a:before {
                  font-size: 1.17012rem;
                  height: 3.60036rem; } }
              @media screen and (max-width: 1023px) {
                .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail a:before {
                  width: 100%; } }
            .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail a:after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              text-align: center;
              background: #F68D2E;
              height: 40px;
              color: #ffffff;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -webkit-justify-content: center;
              justify-content: center;
              font-weight: 600;
              font-size: 13px;
              font-family: "Libre Franklin", sans-serif;
              -webkit-transform: scaleY(0);
              transform: scaleY(0);
              -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
              -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
              @media screen and (min-width: 1280px) {
                .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail a:after {
                  font-size: 1.17012rem;
                  height: 3.60036rem; } }
            .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail a:hover img, .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail a:focus img {
              transform: scale(1.2); }
            .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail a:hover:before, .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail a:focus:before {
              opacity: 1; }
            .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail a:hover:after, .blog-listing .blog .blog-content .blog-post-figure .blog-thumbnail a:focus:after {
              -webkit-transform: scaleY(1);
              transform: scaleY(1); }
      .blog-listing .blog .blog-content .blog-post-body {
        width: 100%;
        padding: 25px 40px 20px 25px;
        text-align: left; }
        @media screen and (min-width: 1280px) {
          .blog-listing .blog .blog-content .blog-post-body {
            padding: 2.25023rem 3.60036rem 1.80018rem 2.25023rem; } }
        @media screen and (max-width: 1023px) {
          .blog-listing .blog .blog-content .blog-post-body {
            padding: 15px 30px 10px 20px; } }
        .blog-listing .blog .blog-content .blog-post-body .tags {
          margin: 0px;
          list-style: none;
          text-align: left;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          .blog-listing .blog .blog-content .blog-post-body .tags li {
            display: none;
            margin-bottom: 10px; }
            @media screen and (min-width: 1280px) {
              .blog-listing .blog .blog-content .blog-post-body .tags li {
                margin-bottom: 0.90009rem; } }
            .blog-listing .blog .blog-content .blog-post-body .tags li a {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -webkit-justify-content: center;
              justify-content: center;
              background: rgba(0, 98, 152, 0.1);
              border-radius: 6px;
              padding: 9px 12px;
              font-weight: 600;
              font-size: 11px;
              line-height: 13px;
              color: #006298; }
              @media screen and (min-width: 1280px) {
                .blog-listing .blog .blog-content .blog-post-body .tags li a {
                  padding: 0.81008rem 1.08011rem;
                  font-size: 0.9901rem;
                  line-height: 1.17012rem;
                  border-radius: 0.54005rem; } }
              .blog-listing .blog .blog-content .blog-post-body .tags li a:hover, .blog-listing .blog .blog-content .blog-post-body .tags li a:focus {
                background: #006298;
                color: #ffffff; }
          .blog-listing .blog .blog-content .blog-post-body .tags li:first-child {
            display: block; }
        .blog-listing .blog .blog-content .blog-post-body .blog-title {
          margin: 0;
          padding: 0;
          font-weight: 600;
          font-size: 16px;
          line-height: 22px;
          color: #002D45;
          margin-bottom: 10px; }
          @media screen and (min-width: 1280px) {
            .blog-listing .blog .blog-content .blog-post-body .blog-title {
              font-size: 1.44014rem;
              line-height: 1.9802rem;
              margin-bottom: 0.90009rem; } }
          .blog-listing .blog .blog-content .blog-post-body .blog-title a {
            color: #002D45; }
            .blog-listing .blog .blog-content .blog-post-body .blog-title a:hover, .blog-listing .blog .blog-content .blog-post-body .blog-title a:focus {
              color: #F68D2E; }
        .blog-listing .blog .blog-content .blog-post-body .blog-date {
          margin: 0;
          padding: 0;
          color: #3F667B;
          font-size: 12px;
          text-align: left; }
          @media screen and (min-width: 1280px) {
            .blog-listing .blog .blog-content .blog-post-body .blog-date {
              font-size: 1.08011rem; } }
        .blog-listing .blog .blog-content .blog-post-body .blog-post {
          display: none; }

.popular-topics {
  background: #ffffff;
  border-bottom: 1px solid #e3e6e8;
  padding: 27px 0 15px; }
  @media screen and (min-width: 1280px) {
    .popular-topics {
      padding: 2.43024rem 0 1.35014rem; } }
  .popular-topics h3.title {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 20px;
    color: #002D45; }
    @media screen and (min-width: 1280px) {
      .popular-topics h3.title {
        font-size: 1.26013rem;
        line-height: 1.53015rem;
        margin-bottom: 1.80018rem; } }
  .popular-topics .blog-category-tag ul {
    margin: 0 -10px;
    list-style: none;
    padding: 0;
    width: auto;
    min-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 1280px) {
      .popular-topics .blog-category-tag ul {
        margin: 0 -0.90009rem; } }
    @media screen and (max-width: 1023px) {
      .popular-topics .blog-category-tag ul {
        margin: 0 -5px; } }
    .popular-topics .blog-category-tag ul li {
      padding: 0 10px 18px;
      margin: 0; }
      @media screen and (min-width: 1280px) {
        .popular-topics .blog-category-tag ul li {
          padding: 0 0.90009rem 1.62016rem; } }
      @media screen and (max-width: 1023px) {
        .popular-topics .blog-category-tag ul li {
          padding: 0 5px 10px; } }
      .popular-topics .blog-category-tag ul li a {
        background: #FFFFFF;
        border: 1px solid #e3e6e8;
        box-shadow: 0px 10px 15px rgba(72, 88, 101, 0.05);
        border-radius: 6px;
        padding: 12px 25px;
        color: #3F667B;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        position: relative;
        -webkit-transform: perspective(0px) translateZ(0);
        transform: perspective(0px) translateZ(0);
        outline: none;
        overflow: hidden; }
        @media screen and (min-width: 1280px) {
          .popular-topics .blog-category-tag ul li a {
            padding: 1.08011rem 2.25023rem;
            font-size: 1.17012rem;
            line-height: 1.44014rem;
            border-radius: 0.54005rem; } }
        @media screen and (max-width: 767px) {
          .popular-topics .blog-category-tag ul li a {
            padding: 10px 12px;
            font-size: 12px; } }
        .popular-topics .blog-category-tag ul li a:before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: #006298;
          -webkit-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          border-radius: 4px; }
          @media screen and (min-width: 1280px) {
            .popular-topics .blog-category-tag ul li a:before {
              border-radius: 0.36004rem; } }
        .popular-topics .blog-category-tag ul li a:hover, .popular-topics .blog-category-tag ul li a:focus {
          background: none;
          border-color: #006298;
          color: #ffffff; }
          .popular-topics .blog-category-tag ul li a:hover:before, .popular-topics .blog-category-tag ul li a:focus:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1); }
    .popular-topics .blog-category-tag ul .active-tag-element a {
      background: #006298;
      color: #ffffff;
      border-color: #006298; }

.type-blog_post .container {
  max-width: 1320px;
  padding: 0 20px; }

.type-blog_post .top-content {
  padding-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .type-blog_post .top-content {
      padding-top: 1.80018rem;
      padding-bottom: 4.50045rem; } }
  @media screen and (max-width: 1023px) {
    .type-blog_post .top-content {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding-bottom: 30px;
      padding-top: 15px; } }
  .type-blog_post .top-content .blog-header {
    width: 460px;
    padding-right: 60px;
    text-align: left; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .top-content .blog-header {
        width: 41.40414rem;
        padding-right: 5.40054rem; } }
    @media screen and (max-width: 1023px) {
      .type-blog_post .top-content .blog-header {
        width: 100%;
        padding-right: 0px; } }
    .type-blog_post .top-content .blog-header .blog-title {
      font-weight: 300;
      font-size: 32px;
      line-height: 39px;
      color: #002D45;
      margin: 0 0 20px; }
      @media screen and (min-width: 1280px) {
        .type-blog_post .top-content .blog-header .blog-title {
          font-size: 2.88029rem;
          line-height: 3.51035rem;
          margin-bottom: 1.80018rem; } }
      @media screen and (max-width: 1023px) {
        .type-blog_post .top-content .blog-header .blog-title {
          font-size: 30px;
          line-height: 35px; } }
      @media screen and (max-width: 767px) {
        .type-blog_post .top-content .blog-header .blog-title {
          font-size: 26px;
          line-height: 32px; } }
      .type-blog_post .top-content .blog-header .blog-title a {
        color: #002D45; }
        .type-blog_post .top-content .blog-header .blog-title a:hover, .type-blog_post .top-content .blog-header .blog-title a:focus {
          color: #F68D2E; }
    .type-blog_post .top-content .blog-header .blog-date {
      text-align: left;
      color: #3F667B;
      font-size: 14px; }
      @media screen and (min-width: 1280px) {
        .type-blog_post .top-content .blog-header .blog-date {
          font-size: 1.26013rem; } }
  .type-blog_post .top-content .blog-post-figure {
    width: calc(100% - 460px); }
    @media screen and (min-width: 1280px) {
      .type-blog_post .top-content .blog-post-figure {
        width: clac(100% - 41.40414rem); } }
    @media screen and (max-width: 1023px) {
      .type-blog_post .top-content .blog-post-figure {
        width: 100%;
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .type-blog_post .top-content .blog-post-figure {
        margin-top: 10px; } }
    .type-blog_post .top-content .blog-post-figure .blog-thumbnail {
      height: 375px;
      width: 100%;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      overflow: hidden;
      padding: 0;
      margin: 0; }
      @media screen and (min-width: 1280px) {
        .type-blog_post .top-content .blog-post-figure .blog-thumbnail {
          height: 33.75338rem;
          border-radius: 0.90009rem; } }
      @media screen and (max-width: 767px) {
        .type-blog_post .top-content .blog-post-figure .blog-thumbnail {
          height: 57.971vw; } }
      .type-blog_post .top-content .blog-post-figure .blog-thumbnail img {
        height: 375px;
        object-fit: contain;
        object-position: center;
        width: 100%;
        max-height: 475px; }
        @media screen and (min-width: 1280px) {
          .type-blog_post .top-content .blog-post-figure .blog-thumbnail img {
            height: 33.75338rem; } }
        @media screen and (max-width: 767px) {
          .type-blog_post .top-content .blog-post-figure .blog-thumbnail img {
            height: 57.971vw; } }

.type-blog_post .blog-post-body {
  width: 100%; }
  .type-blog_post .blog-post-body .fleft + ul + p {
    clear: both; }
  .type-blog_post .blog-post-body .fleft + ul {
    float: right;
    width: calc(100% - 600px);
    padding: 20px 0; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .blog-post-body .fleft + ul {
        width: calc(100% - 54.0054rem);
        padding: 1.80018rem 0; } }
    @media screen and (max-width: 1023px) {
      .type-blog_post .blog-post-body .fleft + ul {
        padding-top: 0;
        width: 100%;
        margin-top: 0px; } }
  .type-blog_post .blog-post-body ul, .type-blog_post .blog-post-body ol {
    list-style: none;
    padding: 0;
    margin: 30px 0 10px; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .blog-post-body ul, .type-blog_post .blog-post-body ol {
        margin: 2.70027rem 0 0.90009rem; } }
    @media screen and (max-width: 767px) {
      .type-blog_post .blog-post-body ul, .type-blog_post .blog-post-body ol {
        margin-top: 10px; } }
    @media screen and (max-width: 767px) {
      .type-blog_post .blog-post-body ul, .type-blog_post .blog-post-body ol {
        margin-bottom: 0; } }
    .type-blog_post .blog-post-body ul li, .type-blog_post .blog-post-body ol li {
      font-weight: normal;
      font-size: 16px;
      line-height: 26px;
      color: #3F667B;
      margin-bottom: 0.90009rem;
      position: relative;
      padding-left: 20px; }
      @media screen and (min-width: 1280px) {
        .type-blog_post .blog-post-body ul li, .type-blog_post .blog-post-body ol li {
          font-size: 1.44014rem;
          line-height: 2.34023rem;
          margin-bottom: 1.80018rem;
          padding-left: 1.80018rem; } }
      @media screen and (max-width: 767px) {
        .type-blog_post .blog-post-body ul li, .type-blog_post .blog-post-body ol li {
          font-size: 14px;
          line-height: 22px; } }
      .type-blog_post .blog-post-body ul li:before, .type-blog_post .blog-post-body ol li:before {
        content: "";
        height: 4px;
        width: 4px;
        background: #F68D2E;
        position: absolute;
        left: 0;
        top: 10px; }
  .type-blog_post .blog-post-body p {
    font-size: 16px;
    line-height: 26px;
    color: #3F667B;
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .blog-post-body p {
        font-size: 1.44014rem;
        line-height: 2.34023rem;
        margin-bottom: 2.70027rem; } }
    @media screen and (max-width: 767px) {
      .type-blog_post .blog-post-body p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px; } }
    .type-blog_post .blog-post-body p a {
      color: #002D45;
      text-decoration: underline; }
      .type-blog_post .blog-post-body p a:hover, .type-blog_post .blog-post-body p a:focus {
        color: #F68D2E; }
        .type-blog_post .blog-post-body p a:hover img, .type-blog_post .blog-post-body p a:focus img {
          outline: 2px #002D45 solid; }

.type-blog_post .fleft {
  float: left; }
  .type-blog_post .fleft img {
    max-width: 540px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 60px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .fleft img {
        max-width: 48.60486rem;
        margin-right: 5.40054rem;
        margin-bottom: 1.80018rem;
        border-radius: 0.90009rem; } }
    @media screen and (max-width: 1023px) {
      .type-blog_post .fleft img {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-right: 0px; } }

.type-blog_post .fright {
  float: right; }
  .type-blog_post .fright img {
    max-width: 540px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 60px;
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .fright img {
        max-width: 48.60486rem;
        margin-left: 5.40054rem;
        margin-bottom: 2.70027rem;
        border-radius: 0.90009rem; } }
    @media screen and (max-width: 1023px) {
      .type-blog_post .fright img {
        max-width: 100%;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0px; } }

.type-blog_post .blog-post-body .blog-post p:last-child {
  margin-bottom: 0px; }

.type-blog_post .blog-post-body .tags-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 40px; }
  @media screen and (min-width: 1280px) {
    .type-blog_post .blog-post-body .tags-row {
      padding-bottom: 5.40054rem;
      padding-top: 3.60036rem; } }
  @media screen and (max-width: 1023px) {
    .type-blog_post .blog-post-body .tags-row {
      padding-bottom: 40px;
      padding-top: 5px; } }
  @media screen and (max-width: 767px) {
    .type-blog_post .blog-post-body .tags-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .type-blog_post .blog-post-body .tags-row ul {
    margin: 0;
    width: calc(100% - 270px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .blog-post-body .tags-row ul {
        width: calc(100% - 24.30243rem); } }
    @media screen and (max-width: 767px) {
      .type-blog_post .blog-post-body .tags-row ul {
        width: 100%;
        margin-bottom: 20px; } }
    .type-blog_post .blog-post-body .tags-row ul li {
      margin: 0;
      padding: 0; }
      .type-blog_post .blog-post-body .tags-row ul li:before {
        display: none; }
    .type-blog_post .blog-post-body .tags-row ul .text {
      margin-right: 25px;
      text-transform: uppercase;
      color: #3F667B;
      font-weight: 600;
      font-size: 14px; }
      @media screen and (min-width: 1280px) {
        .type-blog_post .blog-post-body .tags-row ul .text {
          margin-right: 2.25023rem;
          font-size: 1.26013rem; } }
      @media screen and (max-width: 767px) {
        .type-blog_post .blog-post-body .tags-row ul .text {
          margin-right: 10px;
          font-size: 12px; } }
    .type-blog_post .blog-post-body .tags-row ul .tag {
      margin: 5px; }
      @media screen and (min-width: 1280px) {
        .type-blog_post .blog-post-body .tags-row ul .tag {
          margin: 0.45005rem; } }
      .type-blog_post .blog-post-body .tags-row ul .tag a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        background: rgba(0, 98, 152, 0.1);
        border-radius: 6px;
        padding: 10px 15px;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #006298;
        min-height: 40px;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        position: relative;
        -webkit-transform: perspective(0px) translateZ(0);
        transform: perspective(0px) translateZ(0);
        outline: none;
        overflow: hidden; }
        @media screen and (min-width: 1280px) {
          .type-blog_post .blog-post-body .tags-row ul .tag a {
            padding: 0.90009rem 1.35014rem;
            font-size: 1.26013rem;
            line-height: 1.53015rem;
            border-radius: 0.54005rem;
            min-height: 3.60036rem; } }
        @media screen and (max-width: 767px) {
          .type-blog_post .blog-post-body .tags-row ul .tag a {
            font-size: 12px;
            padding: 7px 12px 7px;
            -webkit-transition-duration: 0s;
            transition-duration: 0s; } }
        .type-blog_post .blog-post-body .tags-row ul .tag a:before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: #006298;
          -webkit-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          border-radius: 4px; }
          @media screen and (min-width: 1280px) {
            .type-blog_post .blog-post-body .tags-row ul .tag a:before {
              border-radius: 0.36004rem; } }
          @media screen and (max-width: 767px) {
            .type-blog_post .blog-post-body .tags-row ul .tag a:before {
              -webkit-transition-duration: 0s;
              transition-duration: 0s; } }
        .type-blog_post .blog-post-body .tags-row ul .tag a:hover, .type-blog_post .blog-post-body .tags-row ul .tag a:focus {
          color: #ffffff; }
          .type-blog_post .blog-post-body .tags-row ul .tag a:hover:before, .type-blog_post .blog-post-body .tags-row ul .tag a:focus:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  .type-blog_post .blog-post-body .tags-row ul + div {
    width: 270px; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .blog-post-body .tags-row ul + div {
        width: 24.30243rem; } }
    @media screen and (max-width: 767px) {
      .type-blog_post .blog-post-body .tags-row ul + div {
        width: 100%; } }
    .type-blog_post .blog-post-body .tags-row ul + div .socialLinks {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      margin: 0px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .type-blog_post .blog-post-body .tags-row ul + div .socialLinks {
          -webkit-justify-content: flex-start;
          justify-content: flex-start; } }
      .type-blog_post .blog-post-body .tags-row ul + div .socialLinks .text {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        color: #3F667B;
        margin-right: 22px; }
        @media screen and (min-width: 1280px) {
          .type-blog_post .blog-post-body .tags-row ul + div .socialLinks .text {
            font-size: 1.26013rem;
            margin-right: 1.9802rem; } }
        @media screen and (max-width: 767px) {
          .type-blog_post .blog-post-body .tags-row ul + div .socialLinks .text {
            font-size: 12px;
            margin-right: 10px;
            margin-left: 0px; } }
      .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li {
        margin: 0 0 0 8px;
        padding: 0px; }
        @media screen and (min-width: 1280px) {
          .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li {
            margin-left: 0.72007rem; } }
        .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li:before {
          display: none; }
        .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li a {
          width: 40px;
          height: 40px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          background: #E6EFF5;
          border-radius: 6px;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          position: relative;
          -webkit-transform: perspective(0px) translateZ(0);
          transform: perspective(0px) translateZ(0);
          outline: none;
          overflow: hidden; }
          @media screen and (min-width: 1280px) {
            .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li a {
              width: 3.60036rem;
              height: 3.60036rem;
              border-radius: 0.54005rem; } }
          .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li a:after {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #006298;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            border-radius: 6px;
            display: block !important; }
            @media screen and (min-width: 1280px) {
              .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li a:after {
                border-radius: 0.54005rem; } }
          .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li a svg {
            width: 14px;
            height: 14px;
            fill: #006298; }
            @media screen and (min-width: 1280px) {
              .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li a svg {
                width: 1.26013rem;
                height: 1.26013rem; } }
          .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li a:focus:before {
            display: none !important; }
          .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li a:hover, .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li a:focus {
            background: #006298;
            transition-duration: 1s;
            -webkit-transition-duration: 1s; }
            .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li a:hover:after, .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li a:focus:after {
              -webkit-transform: scaleY(1);
              transform: scaleY(1); }
            .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li a:hover svg, .type-blog_post .blog-post-body .tags-row ul + div .socialLinks li a:focus svg {
              fill: #ffffff; }

.related-blog-panel {
  background: linear-gradient(180deg, #F2F6FA 0%, rgba(242, 246, 250, 0) 100%);
  padding-top: 55px; }
  @media screen and (min-width: 1280px) {
    .related-blog-panel {
      padding-top: 4.9505rem; } }
  @media screen and (max-width: 1023px) {
    .related-blog-panel {
      padding-top: 35px; } }
  @media screen and (max-width: 767px) {
    .related-blog-panel {
      padding-top: 30px;
      padding-bottom: 50px; } }
  .related-blog-panel h2.title {
    font-weight: 300;
    font-size: 32px;
    line-height: 39px;
    margin: 0;
    padding: 0;
    color: #002D45;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      .related-blog-panel h2.title {
        font-size: 2.88029rem;
        line-height: 3.51035rem; } }
    @media screen and (max-width: 1023px) {
      .related-blog-panel h2.title {
        font-size: 30px;
        line-height: 35px; } }
    @media screen and (max-width: 767px) {
      .related-blog-panel h2.title {
        font-size: 26px;
        line-height: 32px; } }
  .related-blog-panel .blog-listing {
    padding-bottom: 60px;
    margin-bottom: 0px;
    padding-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto; }
    @media screen and (min-width: 1280px) {
      .related-blog-panel .blog-listing {
        padding-bottom: 5.40054rem;
        padding-top: 3.60036rem;
        margin-left: -1.35014rem;
        margin-right: -1.35014rem; } }
    @media screen and (max-width: 1023px) {
      .related-blog-panel .blog-listing {
        padding-bottom: 20px;
        padding-top: 20px; } }
    @media screen and (max-width: 767px) {
      .related-blog-panel .blog-listing {
        margin: 0px -10px;
        min-width: 100%;
        width: auto; } }
    .related-blog-panel .blog-listing .slick-list {
      width: 100%; }
    .related-blog-panel .blog-listing .slick-dots {
      bottom: -20px; }
    .related-blog-panel .blog-listing .slick-track {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .related-blog-panel .blog-listing .slick-track .blog {
        float: none;
        height: auto; }
        .related-blog-panel .blog-listing .slick-track .blog .blog-content {
          box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.05); }
          @media screen and (max-width: 767px) {
            .related-blog-panel .blog-listing .slick-track .blog .blog-content {
              box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05); } }
    .related-blog-panel .blog-listing .blog-content .blog-post-body .tags li {
      background: none;
      padding-left: 0; }
      .related-blog-panel .blog-listing .blog-content .blog-post-body .tags li:before {
        display: none; }

.type-blog .body .pagination {
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .type-blog .body .pagination {
      margin-bottom: 4.50045rem; } }
  @media screen and (max-width: 767px) {
    .type-blog .body .pagination {
      margin-bottom: 40px; } }

.type-blog_post .body {
  background: none; }
  .type-blog_post .body:before {
    content: "";
    background: linear-gradient(180deg, #F2F6FA 0%, rgba(242, 246, 250, 0) 100%);
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 1066px;
    position: absolute; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .body:before {
        height: 95.94959rem; } }

.type-blog_post .blog-post-body p.image-panel {
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .type-blog_post .blog-post-body p.image-panel {
      margin-bottom: 4.50045rem; } }
  @media screen and (max-width: 767px) {
    .type-blog_post .blog-post-body p.image-panel {
      margin-bottom: 30px; } }
