<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mx_auto {
  margin-left: auto;
  margin-right: auto;
}

.post_details img.size-full,
.post_details iframe {
  margin: auto;
  display: block
}

.caption_text {
  font-size: 16px;
  color: #8e8e8e;
  margin-top: -10px;
  display: block;
  text-align: center
}

.caption_text a {
  font-style: inherit
}

img + em.caption_text {
  margin-top: 20px
}

/*body {
  background-color: #F9F9F9;
}*/
.search_wrapper {
  font-size: 0;
  margin-right: 44px;
}

.search_wrapper .btn_search {
  cursor: pointer;
  display: inline-block;
}

.search_wrapper .btn_search img {
  width: 20px;
}

.search_modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgb(255, 255, 255, 0.95);
  animation-name: fadeIn;
  animation-duration: 0.8s
}

.search_modal_content {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1041px;
  padding: 0 15px;
  animation-name: slideIn;
  animation-duration: 0.8s;
  box-sizing: border-box
}

.search_modal_content .form_field {
  max-width: 1011px;
  margin: 0 auto;
}

.search_modal_content .form_field .controls {
  display: flex;
  flex-wrap: wrap;
}

.search_modal_content .form_field .controls .radio {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-right: 25px;
  cursor: pointer;
}

.search_modal_content .form_field .controls .radio input {
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 1;
  margin: 0 10px 0 0;
  width: 18px !important;
}

.search_modal_content .form_field input {
  font-size: 38px !important;
  line-height: 1.2;
  font-weight: 400;
  padding: 28px 35px !important;
  margin: 0;
  box-shadow: 0px 2px 0px #0000000A;
  border: 2px solid #c9c9c9;
  box-sizing: border-box;
}

.search_modal_content .form_field input::placeholder {
  color: #CECECE;
  opacity: 1
}

.search_modal.out {
  animation-name: fadeOut;
  animation-duration: 0.8s;
}

.search_modal.out .search_modal_content {
  animation-name: slideOut;
  animation-duration: 0.8s;
}

.search_modal_body {
  position: relative;
}

.search_modal_body .region_dropdown {
  position: static;
  display: block;
  padding: 30px 30px;
}

.search_modal .close {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  background-color: #f5f5f5;
  border-radius: 50%;
  font-size: 32px;
  line-height: 37px;
  font-weight: 600;
  color: #272727;
  text-align: center;
  position: absolute;
  top: 48px;
  right: 66px;
  cursor: pointer;
}

.search_modal .close:hover {
  background-color: #272727;
  color: #fff;
}

.search_modal .close:hover,
.search_modal .close:focus {
  cursor: pointer;
  opacity: 1;
}

@-webkit-keyframes slideIn {
  from {
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    opacity: 0
  }

  to {
    left: 50%;
    top: 50%;
    transform: transform: translate(-50%, -50%);
    opacity: 1
  }
}

@keyframes slideIn {
  from {
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    opacity: 0
  }

  to {
    left: 50%;
    top: 50%;
    transform: transform: translate(-50%, -50%);
    opacity: 1
  }
}

@-webkit-keyframes slideOut {
  from {
    left: 50%;
    top: 50%;
    transform: transform: translate(-50%, -50%);
    opacity: 1
  }

  to {
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    opacity: 0
  }
}

@keyframes slideOut {
  from {
    left: 50%;
    top: 50%;
    transform: transform: translate(-50%, -50%);
    opacity: 1
  }

  to {
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    opacity: 0
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.banner_small_title {
  left: 85px;
  top: 70px;
}

.heading_section {
  padding: 0;
  overflow: hidden;
}

.heading_section .heading_area .page_ttile {
  margin-bottom: 30px;
}

.hs-blog-listing .heading_section .heading_area .page_ttile {
  margin-bottom: 8px;
}

.heading_section .heading_area .blog_category_label {
  display: block;
  margin: 0 auto 35px;
}

.hs-blog-listing .heading_section .heading_area .blog_category_label {
  margin-bottom: 45px !important;
}

.heading_section .heading_area .blog_category_label .label {
  font-size: 30px;
  line-height: 1.4333;
  font-weight: 500;
  letter-spacing: 1.5px;
  font-family: Poppins, sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 11.7px 21.45px;
  text-align: center;
  box-shadow: 0px 15px 34px #0000002E;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 auto;
}

/*.heading_section .heading_area .blog_category_label .label.k-20 {
  background: linear-gradient(171deg, #44EBE4 0%, #2D7884 100%);
}
.heading_section .heading_area .blog_category_label .label.business {
  background: linear-gradient(266deg, #7EBCC4 0%, #6A8285 100%);
}
.heading_section .heading_area .blog_category_label .label.entrepreneurs {
  background: linear-gradient(266deg, #CC45AC 0%, #483B74 100%);
}
.heading_section .heading_area .blog_category_label .label.news {
  background: linear-gradient(266deg, #5AA39C 0%, #304345 100%);
}*/

.listing_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}

.hs-content-id-77001715524 .listing_header {
  padding: 80px 0 50px;
}

.hs-content-id-77001715524 .cta_subscribe_mod {
  padding: 80px 0 200px;
}

.blog_category .category_name {
  font-size: 34px;
  line-height: 1.529;
  font-weight: 700;
  color: #222222;
  margin: 0;
}

.blog_filters {
  width: 100%;
  max-width: 327px;
  position: relative
}

.blog_filters select {
  padding: 11px 15px 11px 20px;
  font-size: 17px;
  line-height: 36px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  color: #272727;
  background-color: #fff;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1607843137254902);
  position: relative;
  background-image: url('https://www.cypherlearning.com/hubfs/icons/dropdown-icon.png');
  background-repeat: no-repeat;
  background-size: 28px;
  -webkit-background-size: 28px;
  background-position: 95% center;
}

.blog_filters select::-ms-expand {
  display: none;
}

.blog_filters select option {
  font-weight: 400;
  font-size: 16px;
  color: #1c1c1c;
  padding: 3px
}

.listing_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px;
}

.post_item {
  width: calc(100% / 4 - 16px);
  margin: 0px 8px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 40px #0000000D;
  border-radius: 15px;
  transition: all .3s ease-in-out;
}

.post_item:hover {
  box-shadow: 0 0 11px rgba(0, 0, 0, .2);
}

.blog_item {
  background-color: #fff;
  padding: 13px 12px 20px;
  border: 1px solid #ededed;
  border-radius: 15px;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column
}

.blog_item .post_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog_item .post_img {
  display: block;
  position: relative;
  padding-bottom: 50.8%;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ccc;
}

.blog_item .post_content {
  margin-top: 15px;
  padding: 0px 8px;
  height: 100%;
  display: flex;
  flex-direction: column
}

.blog_item .content-data {
  margin-bottom: 20px
}

.blog_item .post_content .post_meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.blog_item .post_content .post_meta .p_date {
  font-size: 16px;
  line-height: 1.875;
  color: #d0d0d0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  margin: 0;
}

.blog_item .post_content .post_meta .p_name {
  font-size: 14px;
  line-height: 1.428;
  font-weight: 600;
  color: #2f726c;
  background-color: #c8efeb;
  font-family: Poppins, sans-serif;
  padding: 8px 24px;
  border-radius: 8px;
  position: relative
}

.blog_item .post_content .post_meta .p_name:hover {
  color: #fff;
  background-color: #2f726c;
}

.blog_item .post_content .title {
  margin: 10px 0 20px;
}

.blog_item .post_content .title a {
  display: block;
  color: #272727;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

.blog_item .post_content .title a:hover {
  color: #1292af;
}

.blog_item .post_content .content-data,
.blog_item .post_content *,
.blog_item .post_content .content-data * {
  font-size: 16px;
  line-height: 1.625;
}

.blog_item .post_content p {
  font-size: 16px;
  line-height: 1.54;
  color: #1C1C1C;
  font-weight: 400;
  margin: 0;
}

.blog_item .post_content blockquote {
  border: 0;
  padding: 0;
}

.blog_item .post_content .post_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
}

.blog_item .post_content .post_tags .readmore {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #1C1C1C;
  font-family: Poppins, sans-serif;
  background-color: #fff;
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-decoration: none !important;
}

.blog_item .post_content .post_tags .readmore:hover {
  color: #fff;
  background-color: #1C1C1C;
}

.blog_item .post_content .post_tags .tag {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  color: var(--light-blue);
  background-color: var(--very-light-blue);
  padding: 8px 23.45px;
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none !important;
  position: relative;
  z-index: 2;
}

.blog_item .post_content .post_tags .tag:hover {
  color: #fff;
  background-color: var(--light-blue);
}

.feature_post {
  padding: 62px 0 100px;
  position: relative
}

.feature_post_wrapper {
  max-width: 1141px;
  height: 551px;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 10px 40px #0000000D;
}

.feature_post_wrapper::after {
  content: '';
  display: block;
  width: 100%;
  height: 300px;
  background: linear-gradient(0deg, rgb(0, 0, 0, .8), transparent);
  position: absolute;
  bottom: 0;
  left: 0
}

.feature_post_wrapper.alt-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.feature_post_wrapper .post_content {
  padding-right: 30px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}

.feature_post_wrapper .post_content * {
  color: #fff !important;
}

.feature_post_wrapper .post_content a:hover {
  opacity: 0.8;
}

.feature_post_wrapper .post_content .post_meta {
  font-size: 0
}

.feature_post_wrapper .post_content .post_meta * {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.8px;
  text-decoration: none;
}

.feature_post_wrapper .post_content .post_meta .date {
  text-transform: capitalize;
}

.feature_post_wrapper .post_content .post_meta .seperator {
  display: inline-block;
  margin: 0px 20px;
  letter-spacing: 0;
}

.feature_post_wrapper .post_content .title {
  margin: 10px 0;
}

.feature_post_wrapper .post_content .title a {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.page_progress {
  display: none;
  width: 100%;
  height: 10px;
  background: #ddd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111;
}

.page_progress_bar {
  height: 10px;
  background: var(--green);
  width: 0%;
}

.feature_post_wrapper .post_content p {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  margin: 0;
}

.post_details {
  padding: 0 0 156px;
  overflow: hidden
}

.post_details .post_container {
  max-width: 1141px;
  margin: 0 auto;
}

.post_details .post_header .post_base {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 17px;
}

.post_details .post_header .post_base &gt; div {
  margin: 0 7px 7px;
}

.post_details .post_header .post_base a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  font-family: Poppins, sans-serif !important;
  border-radius: 8px;
  padding: 10.93px 15px;
  min-width: 99px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  transition: transform 0.3s linear;
}

.post_details .post_header .post_base .tag a {
  color: var(--light-blue);
  background-color: var(--very-light-blue);
}
.post_details .post_header .post_base .tag a:hover {
  color: #fff;
  background-color: var(--light-blue);
}

.post_details .post_header .post_base .category a {
  color: var(--green);
  background-color: var(--very-light-green);
}
.post_details .post_header .post_base .category a:hover {
  color: #fff;
  background-color: var(--green);
}
.post_details .post_header .post_base .category a span {
  display: inline-block;
  width: 8px;
  height: 12px;
  background-color: var(--green);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  margin-right: 9px;
  border-radius: 3px;
}
.post_details .post_header .post_base .category a:hover span {
  background-color: #fff;
}

.post_details .post_header .post_heading h1 {
  line-height: 1.166;
  margin: 0 auto;
}

.post_details .post_header .post_meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 17px auto 0
}

.post_details .post_header .post_meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.post_details .post_header .post_meta &gt; div {
  margin: 0 29px;
}

.post_details .post_header .post_meta * {
  font-size: 18px !important;
  line-height: 1.66;
  font-weight: 500;
  font-family: Poppins, sans-serif !important;
  color: #C3C3C3;
  margin: 0;
}

.post_details .post_header .post_meta a {
  color: #73B7B0;
}

.post_details.news .post_header .post_meta a {
  color: #457370;
  text-decoration: underline !important;
}

.post_details.neo .post_header .post_meta a,
.post_details.matrix .post_header .post_meta a,
.post_details.indie .post_header .post_meta a {
  color: var(--light-blue);
}

.post_details .post_header .post_meta a:hover {
  color: #272727;
}

.post_details .post_body {
  margin: 95px auto 0;
}

.post_details.news .post_body .post_image {
  max-width: 886px;
  margin: 0 auto;
}

.post_details .post_body .post_image img {
  box-shadow: 0px 10px 40px #0000000D;
  border-radius: 15px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.post_details .post_body .post_text {
  margin: 100px auto 0;
}

.post_details .post_body .post_text p,
.post_details .post_body .post_text li {
  margin-bottom: 30px;
  line-height: 1.54;
}

.post_details .post_body .post_text ul li {
  margin-bottom: 0;
  margin-top: 20px;
}

.post_details .post_body .post_text p,
.post_details .post_body .post_text li,
.post_details .post_body .post_text p span,
.post_details .post_body .post_text p a,
.post_details .post_body .post_text li span,
.post_details .post_body .post_text li a {
  font-weight: 300;
}

.post_details .post_body .post_text span[style*="font-weight: 400"],
.post_details .post_body .post_text span[style*="font-weight: normal"] {
  font-weight: 300 !important;
}

.post_details .post_body .post_text * strong {
  font-weight: 500;
}

.post_details .post_body .post_text a {
  text-decoration: underline;
}

.post_details .post_body .post_text ul,
.post_details .post_body .post_text ol {
  padding-left: 0;
  margin: 30px 0 0 130px;
}

.post_details .post_body .post_text ol {
  counter-reset: section;
  list-style-type: none;
}

.post_details .post_body .post_text ul {
  margin-bottom: 30px;
}

.post_details .post_body .post_text ol &gt; li {
  list-style-position: inside;
  position: relative;
}

.post_details .post_body .post_text ol &gt; li::before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  color: var(--green);
  font-weight: 500 !important;
  position: relative;
  top: 3.6px;
}

.post_details .post_body .post_text ol &gt; li &gt; * &gt; li::before,
.post_details .post_body .post_text ol.simple_order_list li:before {
  top: 0.5px;
}

.post_details .post_body .post_text ul {
  margin-left: 50px;
}

/*
.post_details .post_body .post_text ol &gt; li {
list-style-position: inside;
color: #73b7b0;
font-weight: 500 !important;
}
*/

.post_details .post_body .post_text ol li h3,
.post_details .post_body .post_text ol li h4,
.post_details .post_body .post_text ol li h5 {
  display: inline-block;
  font-weight: 500;
  vertical-align: top;
  max-width: calc(100% - 50px);
}

.post_details .post_body .post_text ol &gt; li &gt; * &gt; li {
  color: initial;
  list-style-position: initial;
  margin-top: 0;
}

.post_details .post_body .post_text p:nth-last-child(1) {
  margin-bottom: 0;
}

.post_details .post_body .post_text hr {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.post_details .post_body .post_text a:hover {
  color: #3d6d9a;
}

.post_details .cta_subscribe_mod .page-center {
  padding: 0 !important;
}

.post_details .cta_subscribe_mod .cta_content h3 {
  max-width: 746px;
}

.post_details .related_posts {
  margin-top: 165px;
}

.post_details .related_posts .heading_area h2 {
  margin-bottom: 50px;
}

.post_details .related_posts .listing_row .post_item {
  width: calc(100% / 3 - 16px);
}

.post_details .related_posts .listing_row .post_item .post_content .post_tags {
  justify-content: flex-end;
}

.post_details .post_navigation {
  margin-top: 150px;
}

.post_details .post_navigation .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 17px;
}

.post_details .post_navigation .info &gt; div {
  margin: 0 7px 7px;
}

.post_details .post_navigation .info a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  font-family: Poppins, sans-serif !important;
  border-radius: 8px;
  padding: 10.93px 15px;
  min-width: 99px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  transition: transform 0.3s linear;
}

.post_details .post_navigation .info .category a {
  color: var(--green);
  background-color: var(--very-light-green);
}

.post_details .post_navigation .info .tag a {
  color: var(--light-blue);
  background-color: var(--very-light-blue);
}

.post_details .post_navigation .info .category a:hover {
  color: #fff;
  background-color: var(--green);
}

.post_details .post_navigation .info .tag a:hover {
  color: #fff;
  background-color: var(--light-blue);
}

.post_details .post_navigation .info .category a span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  background-color: var(--green);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  margin-right: 9px;
  border-radius: 3px
}

.post_details .post_navigation .info .category a:hover span {
  background-color: #fff;
}

.post_details .post_navigation .navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 0
}

.post_details .post_navigation .navigation .btn_nav {
  display: inline-block;
  width: 309px;
  padding: 33px 31px 33px 40px;
  border: 2px solid #272727;
  border-radius: 15px;
  box-sizing: border-box;
  transition: transform .3s linear;
  margin: 0px 18px;
}

.post_details .post_navigation .navigation .btn_nav.next {
  text-align: right
}

.post_details .post_navigation .navigation .btn_nav * {
  font-family: Poppins, sans-serif !important;
}

.post_details .post_navigation .navigation .btn_nav span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  color: #272727;
  display: inline-flex;
  margin-bottom: 31px;
  align-items: center;
}

.post_details .post_navigation .navigation .btn_nav span i {
  width: 9px;
  height: 13px;
  background-color: #272727;
}

.post_details .post_navigation .navigation .btn_nav.prev span i {
  margin-right: 13px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  border-radius: 3px
}

.post_details .post_navigation .navigation .btn_nav.next span i {
  margin-left: 13px;
  clip-path: polygon(100% 50%, 0 100%, 0 0);
  -webkit-clip-path: clip-path: polygon(100% 50%, 0 100%, 0 0);
  border-radius: 3px
}

.post_details .post_navigation .navigation .btn_nav.prev:hover {
  transform: translateX(-15px);
}

.post_details .post_navigation .navigation .btn_nav.next:hover {
  transform: translateX(15px);
}

.post_details .post_navigation .navigation .btn_nav p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.post_details.neo .post_navigation .navigation .btn_nav p,
.post_details.matrix .post_navigation .navigation .btn_nav p ,
.post_details.indie .post_navigation .navigation .btn_nav p,
.post_details.news .post_navigation .navigation .btn_nav p {
  color: var(--light-blue);
}

.post_main_content .content_item {
  margin: 100px auto;
}

.post_main_content .content_item.indent_content {
  margin-left: 130px;
}

.post_main_content .cta {
  position: relative;
  margin: 0 auto;
}

.post_details th {
  background-color: #fff
}

.post_details td,
.post_details th {
  border: 1px solid #ddd;
  padding: 10px
}

.post_details td {
  font-weight: 300
}

.post_main_content .cta .cta_main_link {
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.post_main_content .cta:hover .cta_content.cta_img a {
  background-color: #272727;
  transform: translateX(10px);
}

.post_main_content .cta_content {
  box-shadow: 0px 70px 54px #00000029;
  border-radius: 6px;
  min-height: 147px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative
}

.post_main_content .cta_content .description {
  font-size: 24px;
  line-height: 1.333;
  font-weight: 300;
  font-family: Poppins, sans-serif !important;
  margin: 0;
}

.post_main_content .cta_content .description strong {
  font-weight: 500;
}

.post_main_content .cta_content.cta_simple {
  padding: 0 25px;
  justify-content: center;
  text-align: center;
}

.post_main_content .cta_content.cta_simple .btn_light_inverse {
  margin-left: 41px;
}

.post_main_content .cta_content.cta_simple .btn_light_inverse:hover {
  color: #fff !important;
}

.post_main_content .cta_content.cta_img {
  padding: 0 130px 0 313px;
}

.post_main_content .cta_content.cta_img img {
  display: block;
  width: 263px !important;
  height: 100% !important;
  border-radius: 6px 0 0 6px;
  position: absolute;
  top: 0;
  left: 0;
}

.post_main_content .cta_content.cta_img a {
  width: 10px;
  height: 13px;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: inline-block;
  position: absolute;
  right: 50px;
  top: calc(50% - 6.5px);
  transition: transform 0.3s linear;
  border-radius: 3px
}

.post_main_content .content_item p {
  max-width: unset !important;
}

.post_main_content .text_item .text_area.text_indent {
  margin-left: 130px;
}

.post_main_content .text_item .text_area h2,
.post_details .post_body h2,
.post_details .post_body hr + h2 {
  font-size: 30px;
  line-height: 1.533 !important;
  font-weight: 300 !important;
  margin: 0 auto 30px;
}

.post_details .post_body hr + h2 {
  margin: 30px auto;
}

.post_details.neo .post_main_content .text_item .text_area h2,
.post_details.neo .post_body h2,
.post_details.matrix .post_main_content .text_item .text_area h2,
.post_details.matrix .post_body h2,
.post_details.indie .post_main_content .text_item .text_area h2,
.post_details.indie .post_body h2,
.post_details.news .post_main_content .text_item .text_area h2,
.post_details.news .post_body h2 {
  color: var(--charcoal);
}

.post_main_content .text_item .text_area h3,
.post_details .post_body h3 {
  font-size: 26px;
  font-weight: 300 !important;
  color: var(--green);
  margin: 0 auto 15px;
}

.post_main_content .text_item .text_area h3 &gt; a,
.post_details .post_body h3 &gt; a {
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit
}

.post_main_content .text_item .text_area .description strong {
  font-weight: 500;
}

.post_details .post_main_content .description a,
.post_details .post_body .post_text a:not(.cta_button) {
  text-decoration: underline !important;
}

.post_details .post_container .post_body .post_text .btn_dark, .post_details .post_container .post_body .post_text .btn_dark_inverse{
  text-decoration:none !important;
}
.post_details .post_container .post_body .post_text .btn_dark, .post_details .post_container .post_body .post_text .btn_dark_inverse:hover{
  color: #272727;
}
.post_details .post_container .post_body .post_text .btn_dark:hover, .post_details .post_container .post_body .post_text .btn_dark_inverse{
  color: #fff;
}
.post_details.neo .post_main_content .text_item .text_area .description a,
.post_details.neo .post_body .post_text a,
.post_details.matrix .post_main_content .text_item .text_area .description a,
.post_details.matrix .post_body .post_text a,
.post_details.indie .post_main_content .text_item .text_area .description a,
.post_details.indie .post_body .post_text a,
.post_details.news .post_main_content .text_item .text_area .description a,
.post_details.news .post_body .post_text a {
  color: var(--light-blue);
}

.post_details .post_main_content .text_item .text_area .description a:hover,
.post_details .post_body .post_text a:hover {
  color: #272727
}

.post_main_content .text_item .text_area .description p {
  margin: 0 0 30px;
}

.post_main_content .tweet {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  max-width: 812px;
  border-radius: 15px;
  padding: 65px 63px 51px;
  box-sizing: border-box;
  position: relative
}

.post_main_content .tweet .icon {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  box-sizing: border-box;
  position: absolute;
  top: -24.5px;
  left: 0;
  right: 0;
}

.post_main_content .tweet p {
  font-size: 30px;
  line-height: 1.333;
  font-weight: 300;
  font-family: Poppins, sans-serif !important;
  font-style: italic;
  margin: 0 auto 33px;
}

.post_main_content .tweet .btn_dark_inverse {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
  color: #fff !important
}

.post_main_content .tweet .btn_dark_inverse:hover {
  background-color: #0e84cc !important;
  border-color: #0e84cc !important;
}

.post_main_content .tweet .btn_dark_inverse svg {
  width: 28px;
  fill: #fff !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}


.post_main_content .quote {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  max-width: 687px;
  border-radius: 15px;
  padding: 65px 61px 51px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative
}

.post_main_content .quote .icon {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  box-sizing: border-box;
  position: absolute;
  top: -24.5px;
  left: 0;
  right: 0;
}

.post_main_content .quote p {
  font-weight: 300;
  margin: 0 auto 20px;
}

.post_main_content .quote .quote_author {
  display: block;
  max-width: 396px;
  margin: 0 auto
}

.post_details .subscribe_cta .cta_subscribe_mod {
  padding: 0;
}

.post_floating_nav {
  position: fixed;
  top: 400px;
  right: 50px;
  z-index: 11;
}

.post_floating_nav .toggler_icon {
  display: inline-block;
  width: 49px;
  height: 49px;
  background-color: #272727;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 58px;
  right: -25px;
  z-index: 1
}

.post_floating_nav .toggler_icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -9px;
}

.post_floating_nav .toggler_icon span,
.post_floating_nav .toggler_icon span:before,
.post_floating_nav .toggler_icon span:after {
  background-color: #fff;
  width: 19px;
  height: 2px;
  border-radius: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.post_floating_nav .toggler_icon span::before,
.post_floating_nav .toggler_icon span::after {
  content: " ";
  margin-top: -7px;
  position: absolute;
  left: 0;
  right: 0;
}

.post_floating_nav .toggler_icon span::after {
  margin-top: 7px;
  width: 10px;
}

.post_floating_nav.open .toggler_icon span {
  background-color: transparent !important;
}

.post_floating_nav.open .toggler_icon span::before {
  margin-top: 0;
  transform: rotate(45deg);
}

.post_floating_nav.open .toggler_icon span::after {
  width: 19px;
  margin-top: 0;
  transform: rotate(-45deg);
}

.floating_content_outer {
  overflow: hidden;
  width: auto;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 35px;
  position: relative;
}

.post_floating_nav.open .floating_content_outer {
  right: -12px;
  padding-left: 12px;
  padding-right: 12px;
}

.floating_content {
  display: block;
  width: 325px;
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 44px 0 35px 54px;
  border: 1px solid transparent;
  border-radius: 6px;
  box-sizing: border-box;
  transition: all .7s ease;
  position: relative;
  transform: translateX(325px);
}

.post_floating_nav.open .floating_content {
  transform: translateX(0px);
  border-color: #F2F2F2;
  box-shadow: 0px 12px 12px #0000001F;
}

.floating_content .tour_heading {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.51px;
  font-family: Poppins, sans-serif;
  color: #C3C3C3;
  margin: 0;
}

.floating_content .tour_list {
  list-style-type: none;
  margin: 30px 0 0;
  padding: 0;
  font-size: 0;
  counter-reset: section;
}

.floating_content .tour_list li {
  display: block;
  position: relative
}

.floating_content .tour_list li::before {
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-family: inherit;
  text-align: center;
  color: #272727;
  background-color: #F5F5F5;
  border: 2px solid #EDEDED;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 0;
}

.floating_content .tour_list li a {
  font-size: 17px;
  line-height: 36px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  color: #272727;
  text-decoration: none;
  padding-left: 35px;
  display: block;
  box-sizing: border-box;
  position: relative;
}

/*
.floating_content .tour_list li a .item_count {
display: inline-block;
width: 26px;
height: 26px;
font-size: 16px;
line-height: 23px;
font-weight: 500;
font-family: inherit;
text-align: center;
color: #272727;
background-color: #F5F5F5;
border: 2px solid #EDEDED;
border-radius: 50%;
box-sizing: border-box;
position: absolute;
top: 5px;
left: 0;
}
*/

.post_details.news .floating_content .tour_list li:hover a,
.post_details.news .floating_content .tour_list li.active a {
  color: #048497;
}

.post_details.news .floating_content .tour_list li:hover:before,
.post_details.news .floating_content .tour_list li.active:before {
  color: #fff;
  background-color: #048497;
  border-color: #048497 !important;
}

.post_details.neo .floating_content .tour_list li:hover a,
.post_details.neo .floating_content .tour_list li.active a {
  color: #048497;
}

.post_details.neo .floating_content .tour_list li:hover:before,
.post_details.neo .floating_content .tour_list li.active:before {
  color: #fff;
  background-color: #048497;
  border-color: #048497 !important;
}

.post_details.matrix .floating_content .tour_list li:hover a,
.post_details.matrix .floating_content .tour_list li.active a {
  color: #73B7B0;
}

.post_details.matrix .floating_content .tour_list li:hoverbefore,
.post_details.matrix .floating_content .tour_list li.active:before {
  color: #fff;
  background-color: #73B7B0;
  border-color: #73B7B0 !important;
}

.post_details.indie .floating_content .tour_list li:hover a,
.post_details.indie .floating_content .tour_list li.active a {
  color: #645792;
}

.post_details.indie .floating_content .tour_list li:hover:before,
.post_details.indie .floating_content .tour_list li.active:before {
  color: #fff;
  background-color: #645792;
  border-color: #645792;
}

.post_social_sharing {
  position: fixed;
  top: 320px;
  left: 0;
  z-index: 999;
}

.post_social_sharing .wrapper {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  font-size: 0;
}

.post_social_sharing .wrapper a:hover {
  opacity: .7;
}

.author_bio_section {
  padding-bottom: 139px;
  overflow: hidden;
}

.author_bio_section .heading_area h1 {
  margin: 0;
}

.author_bio_section .content_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1364px;
  margin: 82px auto 0
}

.author_bio_section .content_wrapper .card.img {
  width: 185px;
}

.author_bio_section .content_wrapper .card.img img {
  max-width: 100%;
  background: rgba(255, 255, 255, 0.43);
  box-shadow: 0px 10px 20px #00000054;
  border-radius: 50%;
  padding: 10px;
  width: 170px;
  height: 170px;
  object-fit: cover;
  object-position: center;
  box-sizing: border-box;
}

.author_bio_section .content_wrapper .card.text {
  width: calc(100% - 276px);
}

.post-item.banner-item,
.blog_listing_mod .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
  width: 100%;
}

.post-item.banner-item .cta_small_mod {
  padding: 100px 0;
}

.post-item.hidden-item {
  display: none;
}

#pagingDiv,
.pagination-wrapper {
  margin: 80px 0;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#pagingDiv &gt; span,
#pagingDiv &gt; a,
.pagination-wrapper &gt; span,
.pagination-wrapper &gt; a {
  font-size: 17px;
  line-height: normal;
  font-weight: 500;
  color: #272727;
  font-family: Poppins, sans-serif;
  background: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 60px;
  min-height: 60px;
  padding: 10px 20px;
  margin-right: 8px;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

#pagingDiv &gt; span.points,
.pagination-wrapper &gt; span.points {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: auto;
  letter-spacing: 3px;
  margin: 0 0 0 -8px;
}

#pagingDiv &gt; span.disabled-page,
.pagination-wrapper &gt; .normal-page.active,
.pagination-wrapper &gt; .normal-page.disable {
  pointer-events: none;
  cursor: auto
}

#pagingDiv &gt; .normal-page-active,
.pagination-wrapper &gt; .normal-page.active,
#pagingDiv &gt; .normal-page:hover,
.pagination-wrapper &gt; .normal-page:hover {
  background-color: var(--light-blue);
  border-color: var(--light-blue);
  color: #fff;
}

#pagingDiv &gt; .normal-page-active .icon,
.pagination-wrapper &gt; .normal-page.active .icon,
#pagingDiv &gt; .normal-page:hover .icon,
.pagination-wrapper &gt; .normal-page:hover .icon {
  background-color: #fff;
}

#pagingDiv &gt; a .icon,
#pagingDiv &gt; span .icon,
.pagination-wrapper &gt; a .icon,
.pagination-wrapper &gt; span .icon {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-color: #272727;
  border-radius: 3px
}

#pagingDiv &gt; .prev .icon,
.pagination-wrapper &gt; .prev .icon,
#pagingDiv &gt; .first .icon,
.pagination-wrapper &gt; .first .icon {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

#pagingDiv &gt; .next .icon,
.pagination-wrapper &gt; .next .icon,
#pagingDiv &gt; .last .icon,
.pagination-wrapper &gt; .last .icon {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
}

#pagingDiv &gt; .last .icon,
.pagination-wrapper &gt; .last .icon {
  margin-left: 11px;
}

#pagingDiv &gt; .first .icon,
.pagination-wrapper &gt; .first .icon {
  margin-right: 11px;
}

.search_area {
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px
}

.search_area .content_wrapper .search_lbl {
  font-size: 18px;
  line-height: 1.667;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  color: #C3C3C3;
  margin: 0 auto;
}

.search_area .content_wrapper h1 {
  margin: 0 auto 44px;
}

.search_area .content_wrapper h2 {
  font-size: 30px;
  color: #048497;
  font-weight: 300;
  margin: 0 auto 40px
}

.search_area .content_wrapper p {
  max-width: 912px;
  margin-left: auto;
  margin-right: auto
}

.post_details .cta_subscribe_mod {
  margin-top: 100px;
}

.listing_row.post-listing .cta_small_mod .page-center {
  padding: 0 7px;
}

.blog_home .blog_listing_mod {
  max-width: 1524px;
  margin: 0 auto;
}

.blog_home .blog_listing_mod .listing_row {
  margin: 0 -13px;
}

.blog_home .blog_listing_mod .listing_row .post_item {
  width: calc(100% / 4 - 26px);
  margin: 0px 13px 20px;
}

.cta_subscribe_mod {
  padding: 70px 0 115px;
}

.cta_subscribe_mod .cta_content {
  padding: 66.8px 25px 79px;
  margin: 0 auto;
  box-shadow: 0px 70px 54px #00000029;
  border-radius: 6px;
}

.cta_subscribe_mod .cta_content h3 {
  font-size: 30px;
  line-height: 1.54;
  font-weight: 400;
  margin: 0 auto 30px;
}

.cta_subscribe_mod .cta_content h3 strong {
  font-weight: 600;
}

/* .hs-blog-post .body-container-wrapper {
background-image: url(https://5486510.fs1.hubspotusercontent-na1.net/hubfs/5486510/shapes/bg-shape-1.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center 94%;
} */

.subscribe_popup {
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.subscribe_popup .popup_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.subscribe_popup .popup_container {
  width: 100%;
  max-width: 575px;
  background-color: #fff;
  box-shadow: 0px 30px 64px #00000033;
  border-radius: 22px;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.subscribe_popup .popup_container .close {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  background-color: #F5F5F5;
  border-radius: 50%;
  font-size: 32px;
  line-height: 37px;
  font-weight: 600;
  color: #272727;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer
}

.subscribe_popup .popup_container .close:hover {
  background-color: #272727;
  color: #fff;
}

.subscribe_popup .popup_container .popup_header {
  margin-bottom: 45px;
}

.subscribe_popup .popup_container .popup_header h3 {
  margin: 0 auto 20px;
}

.subscribe_popup .popup_container .popup_header p {
  max-width: 307px;
  margin: 0 auto
}

.subscribe_popup .popup_container .popup_header p {
  max-width: 307px;
  margin: 0 auto
}

.subscribe_popup .form_box .form-title {
  display: none;
}

.subscribe_popup .form_box form .hs-form-field {
  margin-bottom: 31px;
}

.subscribe_popup .form_box form div.actions {
  text-align: center;
}

form input[type="submit"] {
  border-width: 2px;
}

.subscribe_popup .form_box form .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display span {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subscribe_popup .form_box form .hs-form-booleancheckbox-display span p {
  width: calc(100% - 135px);
}

.subscribe_popup .form_box form .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display span .hs-form-required {
  font-size: 15px;
}

.subscribe_popup .form_box .nice-select.open .list {
  max-height: 150px !important;
  border-radius: 0px 0px 4px 4px;
  padding: 10px 15px;
}

.subscribe_popup .form_box .hs_error_rollup label {
  color: #BF3556 !important;
  font-size: 16px;
}

/*
body.opened_modal {
overflow-y: hidden !important;
position: relative;
height: 100%;
}
*/
.post_details blockquote {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #EDEDED;
  padding: 40px 40px 32px;
  position: relative;
  max-width: 700px;
  margin: 60px auto 50px;
  text-align: center
}

.post_details blockquote:before {
  color: #000;
  content: "â€œ";
  width: 50px;
  height: 50px;
  line-height: 78px;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -25px;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .14)
}

@media (min-width:1501px) {
  .blog_home .cta_subscribe_mod &gt; .page-center {
    padding: 0 !important;
  }
}

@media (min-width:1231px) and (max-width:1499px) {
  .blog_item {
    padding: 10px;
  }

  .blog_item .post_content {
    padding: 0px;
  }
}

@media (min-width:1231px) and (max-width:1560px) {
  .blog_item .post_content .post_meta .p_date {
    font-size: 14px !important;
  }

  .blog_item .post_content .post_meta .p_name {
    font-size: 12px !important;
    padding: 4px 8px !important;
  }
}

@media (max-width:1499px) {
  /*     .header__container {
  padding: 31px 20px 12px !important;
} */

  .author_bio_section {
    padding-bottom: 100px;
  }

  .blog_banner .banner_small_title {
    left: 47px;
  }

  .blog_item .post_content p {
    font-size: 16px;
  }

  .blog_item .post_content .post_tags .readmore {
    font-size: 15px;
    padding: 12px 17px;
  }

  .feature_post_wrapper {
    height: auto;
    padding-top: 45%;
  }

  .post_floating_nav {
    top: 250px;
  }

  .floating_content {
    width: 285px;
    padding: 20px 0 20px 20px;
    transform: translateX(285px);
  }

  .floating_content .tour_list {
    margin-top: 8px
  }

  .feature_post {
    padding: 32px 0 20px;
  }

  .post-item.banner-item .cta_small_mod {
    padding: 30px 0 50px;
  }

  .post-item.banner-item .cta_small_mod .cta_content {
    box-shadow: 0 40px 34px rgba(0, 0, 0, .1607843137254902);
  }

  #pagingDiv,
  .pagination-wrapper {
    margin: 50px 0;
  }

  .hs-content-id-77001715524 .listing_header {
    padding: 50px 0;
  }

  .hs-content-id-77001715524 .cta_subscribe_mod {
    padding: 50px 0 100px;
  }

  .hs-content-id-77001715524 .cta_subscribe_mod .cta_content {
    box-shadow: 0 50px 34px rgba(0, 0, 0, .1607843137254902);
  }

  .search_area .content_wrapper h1,
  .search_area .content_wrapper h2 {
    margin: 0 auto 30px;

  }

  .blog_item .post_content .post_meta .p_name {
    font-size: 14px;
    line-height: 1.428;
    font-weight: 600;
    color: #2f726c;
    background-color: #c8efeb;
    font-family: Poppins, sans-serif;
    padding: 8px 10px;
    border-radius: 8px;
  }

  .search_modal_content .form_field input {
    font-size: 32px !important;
  }

  .heading_section .heading_area .blog_category_label .label {
    font-size: 20px;
    padding: 8px 15px;
    min-width: unset
  }

  .blog_item .post_content .post_tags .tag {
    font-size: 13px;
    padding: 8px 20px;
  }

  .cta_subscribe_mod .cta_content {
    padding: 50px 25px;
  }

  .cta_subscribe_mod .cta_content h3 {
    margin-bottom: 20px;
  }

  .subscribe_popup .form_box form .hs-form-field {
    margin-bottom: 25px;
  }
}


@media (max-width:1299px) {

  .listing_row,
  .blog_home .blog_listing_mod .listing_row {
    margin: 0 -15px;
  }

  .post_item,
  .blog_home .blog_listing_mod .listing_row .post_item {
    width: calc(100% / 2 - 30px);
    margin: 0px 15px 20px;
  }

  .blog_item .post_content p {
    font-size: 16px;
  }

  .post_details .related_posts {
    margin-top: 130px;
  }

  .post_details .related_posts .listing_row {
    margin: 0 -16px;
  }

  .post_details .related_posts .listing_row .post_item {
    width: calc(100% / 3 - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }

  .listing_row.post-listing .cta_small_mod .page-center {
    padding: 0 15px;
  }

}

@media (max-width:1240px) {
  .post_social_sharing {
    top: unset;
    bottom: -1px;
  }

  .post_social_sharing .wrapper {
    flex-direction: row;
  }
}

@media (max-width:1200px) {
  .post_floating_nav {
    top: 120px;
  }

  .floating_content {
    padding: 15px 0 15px 15px;
  }

  .floating_content .tour_list {
    margin-top: 8px
  }

  .floating_content .tour_list li a {
    font-size: 16px;
    line-height: 32px;
  }

  .floating_content .tour_list li:before {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .author_bio_section .content_wrapper .card.img {
    width: 175px;
    height: 175px;
  }

  .author_bio_section .content_wrapper .card.img img {
    width: 175px;
    height: 175px;
  }

  .author_bio_section .content_wrapper .card.text {
    width: calc(100% - 240px);
  }

  .author_bio_section .content_wrapper {
    margin-top: 50px;
  }

  .post_main_content .cta_content .description {
    font-size: 22px !important;
  }
}

@media (max-width:1199px) {
  .blog_banner .banner_small_title {
    top: 60px;
  }

  .post_main_content .cta_content.cta_simple {
    padding: 30px 25px;
    flex-direction: column;
  }

  .post_main_content .cta_content.cta_simple .btn_light_inverse {
    margin: 30px auto 0 !important;
  }

  .post_main_content .content_item.indent_content,
  .post_main_content .text_item .text_area.text_indent {
    margin-left: 70px;
  }

  /*
  .post_details .post_body .post_text ul,
  .post_details .post_body .post_text ol {
  margin-left: 70px;
}
  */
  .post_details .post_body .post_text ol {
    margin-left: 70px;
  }

  .post_main_content .tweet {
    margin: auto;
  }

  #pagingDiv &gt; span,
  .pagination-wrapper &gt; span,
  #pagingDiv &gt; a,
  .pagination-wrapper &gt; a {
    font-size: 16px;
    min-width: 50px;
    min-height: 50px;
    padding: 5px 12px;
    margin-right: 7px;
  }

  #pagingDiv &gt; a .icon,
  .pagination-wrapper &gt; a .icon,
  #pagingDiv &gt; span .icon,
  .pagination-wrapper &gt; span .icon {
    width: 7px;
    height: 11px;
  }

  .post_details {
    padding-bottom: 75px;
  }

  .post_details .post_body,
  .post_details .post_body .post_text {
    margin-top: 50px;
  }

  .post_main_content .content_item {
    margin: 50px auto;
  }

  .post_main_content .cta_content {
    box-shadow: 0px 20px 35px #00000029;
  }

  .post_details .related_posts {
    margin-top: 90px;
  }

  .post_details .post_navigation {
    margin-top: 90px;
  }

  .search_modal_content .form_field input {
    font-size: 26px !important;
  }
}

@media (min-width:1025px) {
  .post_details .post_body .post_text * {
   font-size: 20px 
  }
}


@media (max-width:1024px) {
  .post_main_content .cta_content.cta_simple .btn_light_inverse {
    margin-top: 25px !important;
  }

  .post_main_content .cta_content.cta_img {
    padding: 0 78px 0 300px;
  }

  .post_main_content .cta_content.cta_img a {
    right: 30px;
  }

  .post_main_content .tweet {
    max-width: 600px;
    padding: 45px 40px 41px;
    margin: auto;
  }

  .post_main_content .tweet p {
    font-size: 22px;
    margin: 0 auto 25px;
  }

  .post_main_content .quote {
    max-width: 600px;
  }

  .post_main_content .text_item .text_area h2,
  .post_details .post_body h2,
  .post_details .post_body hr + h2 {
    font-size: 27px !important;
  }

  .post_details .subscribe_cta .cta_subscribe_mod .cta_subscribe_mod .cta_content {
    box-shadow: 0 35px 25px rgba(0, 0, 0, .1607843137254902);
  }

  .post_details .post_navigation {
    margin-top: 70px;
  }

  .post_floating_nav {
    top: 125px;
    right: 50px;
  }

  .post_floating_nav .toggler_icon {
    width: 40px;
    height: 40px;
  }

  .floating_content {
    width: 200px;
    padding: 20px 0 20px 15px;
    transform: translateX(225px);
  }

  .floating_content .tour_list li a {
    font-size: 14px;
    line-height: 28px;
  }

  .floating_content .tour_list li:before {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .floating_content .tour_list {
    padding: 10px 0 0;
  }

  .post_main_content .cta_content .description {
    font-size: 18px !important;
  }

  .search_area .content_wrapper h1,
  .search_area .content_wrapper h2 {
    margin: 0 auto 25px;

  }

  .search_modal_content {
    max-width: 768px;
  }

  .search_modal_content .form_field input {
    font-size: 22px !important;
    padding: 20px !important;
  }

  .post_details .post_body .post_text * {
    font-size: 17px;
  }

  .cta_subscribe_mod .cta_content h3 {
    font-size: 24px;
  }

  .post_details .post_body .post_text ol &gt; li::before,
  .post_details .post_body .post_text ol &gt; li &gt; * &gt; li::before,
  .post_details .post_body .post_text ol.simple_order_list li:before {
    top: 0;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .search_wrapper {
    margin-right: 10px;
  }

  .search_wrapper .btn_search img {
    width: 15px;
  }

  ul.no-list {
    font-size: 0;
  }
}

@media (max-width:991px) {
  .author_bio_section .content_wrapper .card.img {
    width: 150px;
    height: 150px;
  }

  .author_bio_section .content_wrapper .card.img img {
    width: 150px;
    height: 150px;
  }

  .author_bio_section .content_wrapper .card.text {
    width: calc(100% - 200px);
  }

  .post_details .related_posts .listing_row {
    margin: 0 -15px;
  }

  .post_details .related_posts .listing_row .post_item {
    width: calc(100% / 2 - 30px);
    margin: 0px 15px 20px;
  }
}

@media (max-width:900px) {

  .post_main_content .content_item.indent_content,
  .post_main_content .text_item .text_area.text_indent {
    margin-left: 25px;
  }

  /*
  .post_details .post_body .post_text ul,
  .post_details .post_body .post_text ol {
  margin-left: 25px;
}
  */
  .post_details .post_body .post_text ol {
    margin-left: 25px;
  }

  .post_details .related_posts .listing_row .post_item {
    width: calc(100% / 2 - 30px);
  }
}

@media screen and (max-width: 767px),
  screen and (max-height: 820px) {

    body.opened_modal {
      overflow-y: hidden !important;
      position: relative;
      height: 100%;
    }

    .subscribe_popup {
      overflow-y: auto;
    }

    .subscribe_popup .popup_inner {
      position: absolute;
      top: 0px !important;
      left: 0 !important;
      right: 0 !important;
      margin: 0 auto;
    }

    .subscribe_popup .popup_container {
      padding: 40px;
      margin: 50px auto;
    }
}

@media (max-width:767px) {

  .search_wrapper {
    margin: 0 0 0 10px;
  }


  .search_modal_content .form_field .controls {
    margin-bottom: 10px;
  }

  .search_modal_content .form_field .controls .radio {
    margin-right: 10px;
  }

  .search_modal_content .form_field .controls .radio input {
    margin: 0 5px 0 0;
    width: 15px !important;
    min-height: unset;
  }

  .blog_banner .banner_small_title {
    top: 52px;
    left: 45px;
  }

  .heading_section .heading_area .page_ttile {
    margin-bottom: 20px;
  }

  .heading_section .heading_area .blog_category_label {
    margin-bottom: 25px;
  }

  .listing_header {
    flex-direction: column;
    max-width: 480px;
    margin: 0px auto;
  }

  .blog_category .category_name {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
  }

  .blog_filters {
    margin-top: 10px;
  }

  .blog_filters select {
    padding: 11px 10px 11px 10px;
    background-position: 96% center;
  }

  .listing_row,
  .blog_home .blog_listing_mod .listing_row {
    margin: 0 auto;
  }

  .post_item,
  .blog_home .blog_listing_mod .listing_row .post_item {
    width: 100%;
    max-width: 400px;
    margin: 0px auto 25px;
    overflow: hidden
  }

  .blog_item .post_content .title a {
    font-size: 18px;
  }

  .blog_item .post_content p,
  .blog_item .post_content .post_meta .p_date {
    font-size: 15px;
  }

  .blog_item .post_content .post_tags .readmore {
    font-size: 13px;
    padding: 10px 17px;
  }

  .blog_item .post_content .post_tags .tag {
    font-size: 13px;
    padding: 7px 12px;
  }

  .feature_post_wrapper {
    height: auto;
    min-height: 250px;
    padding: 25px 15px;
    display: flex;
    align-items: flex-end;
  }

  .feature_post_wrapper::after {
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.3));
  }

  .feature_post_wrapper .post_content {
    position: relative;
    left: unset;
    bottom: unset;
    padding: 0;

  }

  .feature_post_wrapper .post_content .title a {
    font-size: 17px;
  }

  .feature_post_wrapper .post_content .post_meta * {
    font-size: 15px;
  }

  .feature_post_wrapper .post_content .post_meta .seperator {
    margin: 0px 5px;
  }

  .post_main_content .cta_content.cta_simple .btn_light_inverse {
    margin-top: 15px !important;
  }

  .post_main_content .cta_content.cta_img {
    padding: 16px 73px 16px 17px;
    min-height: unset;
  }

  .post_main_content .cta_content.cta_img img {
    display: none;
  }

  .post_main_content .cta_content.cta_img a {
    right: 27px;
  }

  .post_main_content .tweet,
  .post_main_content .quote {
    max-width: 420px;
    padding: 45px 25px 41px;
  }

  .post_main_content .tweet p {
    font-size: 17px;
  }

  .post_details .post_header .post_base a {
    font-size: 12px;
  }

  .post_details .post_navigation .info a {
    font-size: 12px;
  }

  .post_details .post_navigation .info &gt; div {
    margin: 0 7px 7px;
  }

  .post_details .post_header .post_meta * {
    font-size: 14px !important;

  }

  .post_details .post_header .post_meta &gt; div {
    margin: 0 7px;
  }

  .post_main_content .text_item .text_area h2,
  .post_details .post_body h2,
  .post_details .post_body hr + h2 {
    font-size: 22px !important;
  }

  .post_main_content .text_item .text_area h3,
  .post_details .post_body h3 {
    font-size: 18px;
  }

  .post_details .related_posts .listing_row {
    margin: 0 auto;
  }

  .post_details .related_posts .listing_row .post_item {
    width: 100%;
    margin: 0 auto 25px;
  }

  .post_details .post_navigation .navigation .btn_nav {
    width: 195px;
    padding: 15px;
    margin: 0px 10px;
  }

  .post_details .post_navigation .navigation .btn_nav span {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .post_floating_nav {
    top: 110px;
    right: 40px;
    width: 0;
    transition: width .7s ease;
  }

  .post_floating_nav.open {
    width: auto
  }

  .post_floating_nav .toggler_icon {
    right: -35px;
  }

  .post_floating_nav .floating_content_outer {
    display: none;
    width: 0;
    right: -225px;
    transition: all .7s ease;
  }

  .post_floating_nav.open .floating_content_outer {
    display: block;
    right: -25px;
    width: auto;
  }

  /*
  .post_floating_nav .floating_content_outer {
  right: -230px;
  transition: all .7s ease;
}

  .post_floating_nav.open .floating_content_outer {
  right: -30px;
}

  .post_floating_nav .floating_content {
  transform: unset !important;
  visibility: hidden
}

  .post_floating_nav.open .floating_content {
  visibility: visible !important
}
  */

  .floating_content .tour_list li a {
    font-size: 14px;
    line-height: 28px;
  }

  .floating_content .tour_list li:before {
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 15px;
  }

  .author_bio_section .content_wrapper {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }

  .author_bio_section .content_wrapper .card.img,
  .author_bio_section .content_wrapper .card.text {
    width: 100%;
    text-align: center;
  }

  .author_bio_section .content_wrapper .card.img {
    margin: 25px auto;
  }

  #pagingDiv,
  .pagination-wrapper {
    margin: 30px auto 50px;
    max-width: max-content;
  }

  #pagingDiv &gt; span,
  .pagination-wrapper &gt; span,
  #pagingDiv &gt; a,
  .pagination-wrapper &gt; a {
    font-size: 14px;
    min-width: 36px;
    min-height: 36px;
    padding: 3px 10px;
    margin-right: 6px;
  }

  .feature_post {
    padding: 0;
  }

  .post-item.banner-item .cta_small_mod {
    padding: 30px 0 50px;
  }

  .post-item.banner-item .cta_small_mod .page-center {
    padding: 0 !important;
  }

  .feature_post_wrapper .post_content .title {
    margin: 5px 0;
  }

  .post_details .post_body,
  .post_details .post_body .post_text {
    margin-top: 30px;
  }

  .post_details .post_body .post_text p,
  .post_main_content .text_item .text_area .description p {
    margin-bottom: 15px;
  }

  .post_main_content .content_item {
    margin: 30px auto;
  }

  .post_details .related_posts {
    margin-top: 70px;
  }

  .post_details .related_posts .heading_area h2 {
    margin-bottom: 30px;
  }

  .post_details .post_navigation {
    margin-top: 40px;
  }

  .post_main_content .tweet .btn_dark_inverse svg {
    width: 22px;
    margin-right: 6px;
  }

  .search_area .content_wrapper h1,
  .search_area .content_wrapper h2 {
    margin: 0 auto 20px;

  }

  .search_area .content_wrapper h2 {
    font-size: 22px;

  }

  .search_modal_content {
    padding: 0 25px;
  }

  .search_modal .close {
    top: 25px;
    right: 25px;
  }

  .search_modal_content .form_field input {
    font-size: 17px !important;
    padding: 15px !important;
  }

  .post_details .post_body .post_text * {
    font-size: 16px;
  }

  .blog_item .post_content .content-data,
  .blog_item .post_content *,
  .blog_item .post_content .content-data * {
    font-size: 15px;
  }

  .author_bio_section {
    padding-bottom: 50px;
  }

  .body-wrapper.hs-content-id-78463124332.hs-site-page.page .cta_subscribe_mod {
    padding: 00px 0 115px;
  }

  .cta_subscribe_mod .cta_content {
    padding: 40px 15px;
  }

  .cta_subscribe_mod .cta_content h3 {
    font-size: 18px;
  }

  .subscribe_popup .popup_container .popup_header {
    margin-bottom: 30px;
  }

  .subscribe_popup .modal_container .modal_header h3 {
    margin-bottom: 5px;
  }

  .subscribe_popup .form_box form div.actions {
    padding: 20px 0;
  }

  .post_details .post_body .post_text ol &gt; li::before,
  .post_details .post_body .post_text ol &gt; li &gt; * &gt; li::before,
  .post_details .post_body .post_text ol.simple_order_list li:before {
    top: 0.5px;
  }

}

@media (max-width: 650px) {
  .subscribe_popup .popup_inner {
    padding: 0px 15px;
  }
}

@media (max-width:575px) {
  .heading_section .heading_area .blog_category_label .label {
    font-size: 16px;
    padding: 7px 12px;
  }

  .subscribe_popup .popup_container {
    padding: 50px 15px 30px;
  }
}

@media (max-width:479px) {
  .post_details .post_header .post_base a {
    padding: 10px;
  }

  .post_details .post_header .post_base &gt; div,
  .post_details .post_header .post_meta &gt; div {
    margin: 5px;
  }

  .post_details .post_body {
    margin-top: 25px;
  }

  .post_details .post_body .post_text {
    margin-top: 30px;
  }

  .post_main_content .content_item.indent_content {
    margin-left: auto;
  }

  .post_details .post_navigation .info a {
    font-size: 12px;
    padding: 10px;
    min-width: unset;
  }

  .post_details .post_navigation .info &gt; div {
    margin: 5px;
  }

  .post_details .post_navigation .navigation .btn_nav {
    width: 100%;
    max-width: 400px !important;
    padding: 15px;
    margin: 10px auto;
  }

  #pagingDiv &gt; span,
  .pagination-wrapper &gt; a,
  .pagination-wrapper &gt; span,
  #pagingDiv &gt; a {
    font-size: 14px;
    min-width: 32px;
    min-height: 32px;
    padding: 2px 5px;
    margin: 5px 2px !important;
  }

  #pagingDiv &gt; a .icon,
  #pagingDiv &gt; span .icon,
  .pagination-wrapper &gt; a .icon,
  .pagination-wrapper &gt; span .icon {
    width: 6px;
    height: 9px;
  }

  #pagingDiv &gt; .last .icon,
  .pagination-wrapper &gt; .last .icon {
    margin-left: 5px;
  }

  #pagingDiv &gt; .first .icon,
  .pagination-wrapper &gt; .first .icon {
    margin-right: 5px;
  }

  .post_details table {
    width: 100% !important;
  }
}

@media (max-width:400px) {
  .subscribe_popup .form_box form .hs-form-booleancheckbox-display span p {
    width: 100%;
  }
}</pre></body></html>