.content-wrapper {
  max-width: 1024px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .content-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding: 0 23px;
  }
}
html {
  font-size: 18px;
}
body,
p {
  color: #191248;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
p {
  letter-spacing: -0.1px;
  line-height: 29px;
  margin-bottom: 20px;
}
.small_paragraph p {
  font-size: 14px;
  letter-spacing: -0.05px;
  line-height: 24px;
  margin-bottom: 20px;
}
.small_paragraph p,
a {
  color: #191248;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.h1,
h1 {
  color: #191248;
  font-size: 59px;
  letter-spacing: -1.41px;
  line-height: 65.5px;
}
.h1,
.h2,
h1,
h2 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}
.h2,
h2 {
  color: #020fa6;
  font-size: 35px;
  letter-spacing: -0.93px;
  line-height: 59px;
}
.h3,
h3 {
  font-size: 37px;
  font-weight: 500;
  letter-spacing: -0.82px;
  line-height: 43px;
  margin-bottom: 14px;
}
.h3,
.h4,
h3,
h4 {
  color: #191248;
  font-family: Poppins, sans-serif;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}
.h4,
h4 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.58px;
  line-height: 34px;
  margin-bottom: 11px;
}
.h5,
h5 {
  color: #020fa6;
  font-size: 17px;
  letter-spacing: -0.42px;
  line-height: 27px;
  margin-bottom: 14px;
}
.h5,
.h6,
h5,
h6 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.h6,
h6 {
  color: #0098ff;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 12px;
}
blockquote {
  border-left-color: #15eedd;
}
@media (max-width: 1024px) {
  .h1,
  h1 {
    font-size: 49px;
    line-height: 55.5px;
  }
  .h2,
  h2 {
    font-size: 38px;
    line-height: 49px;
  }
  .h3,
  h3 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 42px;
    letter-spacing: -1.89px;
    line-height: 47.4px;
  }
  .h2,
  h2 {
    font-size: 35px;
    letter-spacing: -0.8px;
    line-height: 38px;
  }
  .h3,
  h3 {
    font-size: 26px;
    letter-spacing: -0.5px;
    line-height: 30px;
  }
  .h4,
  h4 {
    font-size: 21.5px;
    letter-spacing: -0.61px;
    line-height: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 30px;
  }
  .h6,
  h6 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 19px;
  }
  p {
    font-size: 18px;
    letter-spacing: -0.1px;
    line-height: 25px;
  }
  .small_paragraph p {
    font-size: 14px;
    letter-spacing: -0.05px;
    line-height: 24px;
  }
}
.button,
.cta_button,
button {
  background-color: #15eedd;
  border: 1px #15eedd;
  border-radius: 25px;
  color: #191248;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  padding: 11px 24px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in;
}
.cta_button:hover {
  background-color: #10114f;
  transition: all 0.3s ease-in;
}
.white-button {
  background-color: rgba(25, 18, 72, 0);
  border: 1px solid #15eedd;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  padding: 11px 24px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in;
}
.white-button:hover {
  background-color: #fff;
  color: #15eedd;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .cta_button,
  .white-button {
    box-sizing: border-box !important;
    width: 100% !important;
  }
}
.submitted-message,
form {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.form-title,
form label {
  color: #191248;
}
form legend {
  color: #020fa6;
}
form input[type='email'],
form input[type='file'],
form input[type='number'],
form input[type='password'],
form input[type='tel'],
form input[type='text'],
form select,
form textarea {
  background-color: #fff;
  border: 2px solid #d1d6dc;
  border-radius: 3px;
  color: #020fa6;
}
::-webkit-input-placeholder {
  color: #0098ff;
}
::-moz-placeholder {
  color: #0098ff;
}
:-ms-input-placeholder {
  color: #0098ff;
}
::placeholder {
  color: #0098ff;
}
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #0098ff;
}
.fn-date-picker td.is-selected .pika-button {
  background: #191248;
}
.fn-date-picker td .pika-button:hover {
  background-color: #191248 !important;
}
.fn-date-picker td.is-today .pika-button {
  color: #191248;
}
form .hs-button,
form input[type='submit'] {
  background-color: #15eedd;
  border: 1px #15eedd;
  border-radius: 25px;
  color: #191248;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 11px 24px 12px;
  text-decoration: none;
  text-transform: none;
}
form .hs-button:focus,
form .hs-button:hover,
form input[type='submit']:focus,
form input[type='submit']:hover {
  background-color: #00c6b5;
  border-color: #00c6b5;
}
form .hs-button:active,
form input[type='submit']:active {
  background-color: #3dffff;
  border-color: #3dffff;
}
table {
  background-color: #fff;
}
table,
td,
th {
  border: 1px solid #425b76;
}
td,
th {
  color: #191248;
  padding: 18px;
}
thead th {
  background-color: #191248;
  color: #fff;
}
tfoot td {
  color: #191248;
}
.header,
tfoot td {
  background-color: #fff;
}
.header__language-switcher .lang_list_class li a,
.header__language-switcher-label-current,
.header__logo .logo-company-name,
.menu__link {
  color: #191248;
  font-family: Poppins;
}
.menu__child-toggle-icon {
  border-top-color: #191248;
}
.header__language-switcher .lang_list_class li a:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:hover,
.menu .menu__link:focus,
.menu .menu__link:hover {
  color: #000020;
}
.menu__child-toggle-icon:focus,
.menu__child-toggle-icon:hover {
  border-top-color: #000020;
}
.header__language-switcher .lang_list_class li a:active,
.header__language-switcher-label-current:active,
.menu .menu__link:active {
  color: #413a70;
}
.menu__child-toggle-icon:active {
  border-top-color: #413a70;
}
.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #191248;
}
@media (min-width: 767px) {
  .header__language-switcher .lang_list_class,
  .menu .menu__submenu,
  .menu__submenu--level-2 > .menu__item:first-child:before {
    background-color: #fff;
    border: 2px solid #191248;
  }
}
.menu__submenu .menu__link,
.menu__submenu .menu__link:focus,
.menu__submenu .menu__link:hover {
  background-color: #fff;
  color: #191248;
}
.header__language-switcher .lang_list_class:before {
  border-bottom-color: #191248;
}
.header__language-switcher .lang_list_class li:hover,
.menu__submenu .menu__link:focus,
.menu__submenu .menu__link:hover,
.menu__submenu--level-2 > .menu__item:first-child.focus:before,
.menu__submenu--level-2 > .menu__item:first-child:hover:before {
  background-color: #fff;
}
.header__language-switcher .lang_list_class.first-active:after {
  border-bottom-color: #fff;
}
.header__language-switcher .lang_list_class li a,
.header__language-switcher-label-current {
  font-family: Poppins;
}
.header__language-switcher-label-current:after {
  border-top-color: #191248;
}
@media (max-width: 767px) {
  .header__navigation {
    background-color: #fff;
  }
  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #191248;
  }
}
.footer {
  background-color: #fafafa;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer img,
.footer label,
.footer li,
.footer p,
.footer span {
  color: #191248;
}
.blog-header__inner,
.blog-post,
.blog-related-posts {
  padding: 126px 0;
}
.blog-post__meta a,
.blog-post__tag-link {
  color: #191248;
}
.blog-post__tag-link:focus,
.blog-post__tag-link:hover {
  color: #000020;
}
.blog-post__tag-link:active {
  color: #413a70;
}
.blog-related-posts__title-link,
.blog-related-posts__title-link:active,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:hover {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}
.blog-related-posts__title-link {
  color: #020fa6;
}
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:hover {
  color: #00007e;
}
.blog-related-posts__title-link:active {
  color: #2a37ce;
}
.blog-comments {
  margin-bottom: 126px;
}
#comments-listing .comment-reply-to {
  color: #191248;
}
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:hover {
  color: #000020;
}
#comments-listing .comment-reply-to:active {
  color: #413a70;
}
.hs-search-results__title {
  color: #191248;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.blog-index__post-title-link,
.blog-index__post-title-link:active,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:hover {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}
.blog-index__post-title-link {
  color: #020fa6;
}
.blog-index__post-title-link:focus,
.blog-index__post-title-link:hover {
  color: #00007e;
}
.blog-index__post-title-link:active {
  color: #2a37ce;
}
.blog-index__post-author-name,
.blog-index__post-tag,
.pagination__link--number,
.pagination__link-text {
  color: #191248;
}
.pagination__link--number:focus,
.pagination__link--number:hover,
.pagination__link:focus .pagination__link-text,
.pagination__link:hover .pagination__link-text {
  color: #000020;
}
.pagination__link--number:active,
.pagination__link:active .pagination__link-text {
  color: #413a70;
}
.pagination__link-icon svg {
  fill: #191248;
}
.card__price {
  color: #191248;
  font-family: Poppins, sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.card__body svg {
  fill: #191248;
}
.social-links__icon {
  background-color: #191248;
}
.social-links__icon:focus,
.social-links__icon:hover {
  background-color: #000020;
}
.social-links__icon:active {
  background-color: #413a70;
  color: #191248;
  font-family: Poppins, sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}
.tag-category-cm {
  padding: 60px 0 25px;
}
.tag-category-cm .heading-cont .right-col {
  text-align: right;
}
.tag-category-cm .heading-cont > .row-fluid {
  align-items: center;
  display: flex;
}
.tag-category-cm .heading-cont {
  margin-bottom: 46px;
}
.tag-category-cm .post-listing-cont {
  display: flex;
  flex-wrap: wrap;
}
.tag-category-cm .post-listing-cont .home-post-item {
  margin-bottom: 30px;
  margin-right: 2.5%;
  transition: all 0.7s ease-in-out;
  width: 31.6%;
}
.tag-category-cm .post-listing-cont .home-post-item:nth-child(3n) {
  margin-right: 0;
}
.tag-category-cm .post-listing-cont .home-post-item .hs-featured-image-wrapper {
  height: 244px;
  margin-bottom: 25px;
  transition: all 0.7s ease-in-out;
}
.tag-category-cm .post-listing-cont .home-post-item:hover .hs-featured-image-wrapper {
  transform: scale(1.1);
  transition: all 0.7s ease-in-out;
}
.tag-category-cm .post-listing-cont .home-post-item .featured-image {
  height: 244px;
  margin-bottom: 25px;
  overflow: hidden;
}
.tag-category-cm .post-header h4 {
  font-size: 22px;
  letter-spacing: -0.49px;
  line-height: 31px;
  transition: all 0.7s ease-in-out;
}
.tag-category-cm .post-listing-cont .home-post-item:hover .post-header h4 {
  color: #0098ff;
  transition: all 0.7s ease-in-out;
}
.tag-category-cm .topic-container h6 {
  color: #191248;
}
.tag-category-cm .mobile-cta-cont,
.tag-category-cm .mobile-post-listing {
  display: none;
}
@media (max-width: 1024px) {
  .tag-category-cm .post-listing-cont .home-post-item .featured-image,
  .tag-category-cm .post-listing-cont .home-post-item .hs-featured-image-wrapper {
    height: 214px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tag-category-cm .mobile-post-listing {
    display: block;
  }
  .tag-category-cm .desktop-post-listing {
    display: none;
  }
  .tag-category-cm .post-listing-cont .home-post-item {
    margin-bottom: 50px;
    margin-right: 0;
  }
  .tag-category-cm .mobile-cta-cont {
    display: block;
    margin-top: 50px;
  }
  .tag-category-cm .mobile-cta-cont a.cta_button {
    box-sizing: border-box !important;
    width: 100%;
  }
  .tag-category-cm .heading-cont > .row-fluid {
    display: block;
  }
  .tag-category-cm .heading-cont .right-col {
    display: none;
  }
  .tag-category-cm {
    padding: 50px 0 62px;
  }
  .tag-category-cm .post-header h4 {
    height: auto !important;
  }
}
.tag-category-cm2 {
  padding: 60px 0 33px;
}
.tag-category-cm2 .heading-cont .right-col {
  text-align: right;
}
.tag-category-cm2 .heading-cont > .row-fluid {
  align-items: center;
  display: flex;
}
.tag-category-cm2 .heading-cont {
  margin-bottom: 46px;
}
.tag-category-cm2 .post-listing-cont {
  display: flex;
  flex-wrap: wrap;
}
.tag-category-cm2 .post-listing-cont .home-post-item {
  border-top: 1px solid #fff;
  margin-bottom: 30px;
  margin-right: 2.5%;
  padding-top: 18px;
  width: 23.1%;
}
.tag-category-cm2 .post-listing-cont .home-post-item:nth-child(4n) {
  margin-right: 0;
}
.tag-category-cm2 .post-listing-cont .home-post-item .post-header a {
  transition: all 0.3s ease-in;
}
.tag-category-cm2 .post-listing-cont .home-post-item .post-header h4 {
  font-size: 22px;
  letter-spacing: -0.49px;
  line-height: 31px;
  transition: all 0.3s ease-in;
}
.tag-category-cm2 .post-listing-cont .home-post-item .post-header a:hover h4 {
  color: #0098ff;
  transition: all 0.3s ease-in;
}
.tag-category-cm2 .mobile-cta-cont {
  display: none;
}
@media (max-width: 767px) {
  .tag-category-cm2 .post-listing-cont .home-post-item {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
  }
  .tag-category-cm2 .heading-cont > .row-fluid,
  .tag-category-cm2 .mobile-cta-cont {
    display: block;
  }
  .tag-category-cm2 .heading-cont .right-col {
    display: none;
  }
  .tag-category-cm2 {
    padding: 49px 0 41px;
  }
}
.tag-category-cm3 .embed-container {
  margin: 30px auto 0;
}
.tag-category-cm3 {
  padding: 60px 0 57px;
}
.tag-category-cm3 .embed-container iframe {
  width: 100% !important;
}
@media (max-width: 1024px) {
  .tag-category-cm3 {
    padding: 60px 0 57px;
  }
}
@media (max-width: 767px) {
  .tag-category-cm .slick-next:after {
    background: #e7e8ed
      url('https://5859156.fs1.hubspotusercontent-ap1.net/hubfs/5859156/Realestate%20Blog%20Assets/Arrow%20Right%20(1).svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
  }
  .tag-category-cm .slick-prev:after {
    background: #e7e8ed
      url(https://5859156.fs1.hubspotusercontent-ap1.net/hubfs/5859156/Realestate%20Blog%20Assets/Arrow%20Left.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
  }
  .tag-category-cm3 .embed-container {
    margin: 36px auto;
  }
  .tag-category-cm3 .desktop-top-row {
    background: #f4f5f5;
    padding: 50px 23px 53px;
  }
  .tag-category-cm3 {
    background: transparent !important;
    padding: 0;
  }
  .tag-category-cm3 .content-wrapper {
    padding: 0;
  }
}
.post-listing-banner {
  padding: 27px 0 44px;
}
.post-listing-banner .social-icon ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.post-listing-banner .social-icon ul li {
  display: inline-block;
  list-style: none;
  margin-right: 8px;
}
.post-listing-banner .social-icon ul li:first-child {
  margin-right: 16px;
}
.post-listing-banner .social-icon ul li p {
  margin-bottom: 0;
}
.post-listing-banner .social-icon ul li:last-child {
  margin-right: 0;
}
.post-listing-banner .social-icon ul li a {
  align-items: center;
  background: rgb(29, 31, 112, 6%);
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.post-listing-banner .social-icon ul li a img {
  max-width: 18px !important;
}
.post-listing-banner .heading-container > .row-fluid {
  align-items: center;
  display: flex;
}
.post-listing-banner .heading-container .right-col {
  text-align: right;
}
.post-listing-banner .heading-container {
  margin-bottom: 39px;
}
.post-listing-banner .filter-container {
  align-items: center;
  border-top: 1px solid #d8d8d8;
  display: flex;
  padding-top: 14px;
}
.post-listing-banner .filter-container ul li a {
  display: inline-block;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 27px;
  padding-bottom: 20px;
  padding-right: 39px;
  transition: all 0.3s ease-in;
}
.post-listing-banner .filter-container ul li a:hover {
  color: #0098ff;
  transition: all 0.3s ease-in;
}
.post-listing-banner .filter-container ul {
  list-style-type: none;
  padding-left: 0;
}
.post-listing-banner .filter-container ul li {
  display: inline-block;
  list-style: none;
}
.post-listing-banner .filter-container ul li:last-child a {
  padding-right: 0;
}
.post-listing-banner .filter-container a.all-post {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.42px;
  line-height: 27px;
  padding-right: 42px;
}
.post-listing-banner .filter-container ul li .filter-link-count,
.post-listing-banner
  .filter-container
  ul
  li
  a[href='//5859156.hs-sites.com/realestate-blog-2022/topic/featured'] {
  display: none;
}
.post-listing-banner .post-content-section > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.post-listing-banner .post-content-section .col-1 {
  margin-right: 2.5%;
  width: 23.2%;
}
.post-listing-banner .post-content-section .col-2 {
  margin-right: 2.5%;
  width: 48.6%;
}
.post-listing-banner .post-content-section .col-3 {
  width: 23.2%;
}
.post-listing-banner .post-content-section .col-3 .post-listing-cont .home-post-item:first-child,
.post-listing-banner .post-content-section .col-3 .post-listing-cont .home-post-item:nth-child(2) {
  display: none;
}
.post-listing-banner .post-content-section .col-1 .home-post-item .hs-featured-image-wrapper,
.post-listing-banner .post-content-section .col-3 .home-post-item .hs-featured-image-wrapper {
  height: 179px;
  margin-bottom: 15px;
  transition: all 0.7s ease-in-out;
}
.post-listing-banner .post-content-section .col-1 .home-post-item:hover .hs-featured-image-wrapper,
.post-listing-banner .post-content-section .col-2 .home-post-item:hover .hs-featured-image-wrapper,
.post-listing-banner .post-content-section .col-3 .home-post-item:hover .hs-featured-image-wrapper {
  transform: scale(1.1);
}
.post-listing-banner .post-content-section .col-1 .home-post-item .featured-image,
.post-listing-banner .post-content-section .col-3 .home-post-item .featured-image {
  height: 179px;
  margin-bottom: 15px;
  overflow: hidden;
}
.post-listing-banner .post-content-section .col-1 .home-post-item .post-header a,
.post-listing-banner .post-content-section .col-2 .home-post-item .post-header h3 {
  transition: all 0.7s ease-in-out;
}
.post-listing-banner .post-content-section .col-1 .home-post-item .post-header h4,
.post-listing-banner .post-content-section .col-3 .home-post-item .post-header h4 {
  font-size: 22px;
  letter-spacing: -0.49px;
  line-height: 31px;
  transition: all 0.7s ease-in-out;
}
.post-listing-banner .post-content-section .col-1 .home-post-item:hover .post-header h4,
.post-listing-banner .post-content-section .col-2 .home-post-item:hover .post-header h3,
.post-listing-banner .post-content-section .col-3 .home-post-item:hover .post-header h4 {
  color: #0098ff;
  transition: all 0.7s ease-in-out;
}
.post-listing-banner .post-content-section .col-1 .home-post-item .topic-container h6,
.post-listing-banner .post-content-section .col-2 .home-post-item .topic-container h6,
.post-listing-banner .post-content-section .col-3 .home-post-item .topic-container h6 {
  color: #191248;
}
.post-listing-banner .post-content-section .col-1 .home-post-item,
.post-listing-banner .post-content-section .col-3 .home-post-item {
  cursor: pointer;
  margin-bottom: 42px;
  transition: all 0.7s ease-in-out;
}
.post-listing-banner .post-content-section .col-2 .home-post-item {
  cursor: pointer;
  transition: all 0.7s ease-in-out;
}
.post-listing-banner .post-content-section .col-1 .home-post-item:last-child .featured-image,
.post-listing-banner .post-content-section .col-3 .home-post-item:nth-child(3) .featured-image {
  display: none;
}
.post-listing-banner .post-content-section .col-2 .home-post-item .hs-featured-image-wrapper {
  height: 376px;
  margin-bottom: 23px;
  transition: all 0.7s ease-in-out;
}
.post-listing-banner .post-content-section .col-2 .home-post-item .featured-image {
  height: 376px;
  margin-bottom: 23px;
  overflow: hidden;
}
.post-listing-banner .post-content-section .home-post-item .topic-list {
  display: flex;
}
.post-listing-banner .post-content-section .home-post-item .topic-list a {
  padding-right: 10px;
}
.post-listing-banner
  .post-content-section
  .col-2
  .home-post-item
  .topic-list
  a[href='//5859156.hs-sites.com/realestate-blog-2022/tag/featured'] {
  display: none;
}
.post-listing-banner .post-content-section {
  padding-top: 30px;
}
.post-listing-banner .embed-container {
  margin: 0 0 59px;
}
.post-listing-banner .embed-container iframe {
  width: 100% !important;
}
.post-listing-banner .category-embed-container,
.post-listing-banner .category-heading,
.post-listing-banner .mobile-filter-container,
.post-listing-banner .post-content-section .mobile-container {
  display: none;
}
@media (max-width: 1024px) {
  .post-listing-banner .filter-container ul li a {
    padding-right: 25px;
  }
  .hs-blog-listing .post-listing-banner .listing-embed-container {
    margin: 10px 0 0;
  }
  .hs-blog-listing .post-listing-banner {
    padding: 27px 0 24px;
  }
  .post-listing-banner .post-content-section {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .post-listing-banner .heading-container .right-col {
    display: none;
  }
  .post-listing-banner .embed-container {
    margin: 0 0 19px;
  }
  .post-listing-banner .heading-container > .row-fluid,
  .post-listing-banner .mobile-filter-container {
    display: block;
  }
  .post-listing-banner .desktop-filter-container {
    display: none;
  }
  .post-listing-banner .mobile-filter-container .filter-close {
    background: #f4f5f5;
    display: none;
    left: 0;
    padding: 0 23px;
    position: absolute;
    right: 0;
    top: 60px;
  }
  .post-listing-banner .filter-container ul li {
    display: block;
  }
  .post-listing-banner .filter-container ul li a {
    padding-bottom: 18px;
    padding-right: 0;
  }
  .post-listing-banner .filter-container {
    background-color: #f4f5f5;
    border-top: none;
    padding: 15px 23px;
    position: relative;
    z-index: 2;
  }
  .post-listing-banner .filter-container .filter-open h5 {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    z-index: 1;
  }
  .post-listing-banner .filter-container .filter-open h5:before {
    background: url('https://5859156.fs1.hubspotusercontent-ap1.net/hubfs/5859156/Realestate%20Blog%20Assets/Filter%20(1).svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 19px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 19px;
  }
  .post-listing-banner .filter-container .filter-close ul {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .post-listing-banner .heading-container {
    margin-top: 40px;
  }
  .post-listing-banner .post-content-section .mobile-container {
    display: block;
  }
  .post-listing-banner .post-content-section .desktop-container,
  body.author-page .post-listing-banner .post-content-section .mobile-container,
  body.category-page .post-listing-banner .post-content-section .mobile-container {
    display: none;
  }
  .post-listing-banner .post-content-section .col-2 {
    margin-right: 0;
    width: 100%;
  }
  .post-listing-banner .post-content-section .col-2 .home-post-item .featured-image,
  .post-listing-banner .post-content-section .col-2 .home-post-item .hs-featured-image-wrapper {
    height: 205px;
    margin-bottom: 20px;
  }
  .post-listing-banner .listing-heading {
    display: none;
  }
  .post-listing-banner .featured-post .title {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .hs-blog-listing .post-listing-banner {
    padding: 0 0 64px;
  }
  .post-listing-banner .post-content-section .col-2 .home-post-item {
    margin-bottom: 43px;
  }
  .post-listing-banner .heading-container {
    display: none;
  }
  body.author-page .post-listing-banner .heading-container,
  body.category-page .post-listing-banner .heading-container {
    display: block;
  }
  .post-listing-banner .post-content-section .col-1 {
    margin-right: 0;
    width: 100%;
  }
  .slick-slide:focus {
    outline: 0;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-dots li.slick-active button {
    background: #191248;
    height: 12px;
    width: 12px;
  }
  .slick-dots li.slick-active button:focus {
    outline: 0;
  }
  .slick-dots li {
    display: inline-block;
    line-height: 10px;
    margin: 0 5px;
  }
  .slick-dots {
    text-align: center;
  }
  .slick-dots li button {
    background: transparent;
    border: 2px solid #191248;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    height: 14px;
    padding: 0;
    transition: all 0.2s ease-in-out;
    width: 14px;
  }
  .post-slider {
    position: relative;
    z-index: 1;
  }
  .slick-next,
  .slick-prev {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
  .slick-next:after {
    background: #f2f2f7
      url('https://5859156.fs1.hubspotusercontent-ap1.net/hubfs/5859156/Realestate%20Blog%20Assets/Arrow%20Right%20(1).svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    right: 0;
  }
  .slick-next:after,
  .slick-prev:after {
    bottom: -14px;
    content: '';
    cursor: pointer;
    height: 55px;
    position: absolute;
    width: 55px;
    z-index: 1;
  }
  .slick-prev:after {
    background: #f2f2f7
      url(https://5859156.fs1.hubspotusercontent-ap1.net/hubfs/5859156/Realestate%20Blog%20Assets/Arrow%20Left.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    left: 0;
  }
  .slick-slider ul.slick-dots {
    bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    text-align: center;
  }
  .post-listing-banner .content-wrapper {
    padding: 0;
  }
  .post-listing-banner .mobile-content-wrapper {
    padding: 0 23px;
  }
}
.blog-post-filter {
  padding: 47px 0 0;
}
@media (max-width: 1024px) {
  .body-container--blog-post .blog-post-filter {
    padding: 15px 0 0;
  }
  .hs-blog-listing .blog-post-filter {
    padding: 47px 0 0;
  }
}
@media (max-width: 767px) {
  .blog-post-filter .heading {
    display: none;
  }
  .blog-post-filter {
    position: relative;
    z-index: 2;
  }
  .hs-blog-listing .blog-post-filter {
    padding: 0;
  }
}
.footer-cm {
  font-family:
    Euclid Circular B,
    arial,
    sans-serif !important;
  overflow: hidden;
}
.footer-cm .content-heading h5 {
  font-weight: 600;
}
.footer-cm .content-heading h5,
.footer-cm .menu-cont ul li a {
  font-family:
    Euclid Circular B,
    arial,
    sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 24px;
}
.footer-cm .menu-cont ul li a {
  display: block;
  font-weight: 100;
  margin: 10px 0;
}
.footer-cm .menu-cont ul {
  display: block;
  padding-left: 0;
}
.footer-cm .menu-cont ul li {
  display: block;
}
.footer-cm .top-row {
  padding: 30px 0;
}
.footer-cm .top-row .content-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.footer-cm .top-row .col-1 {
  margin-right: 2%;
  width: 40%;
}
.footer-cm .top-row .col-2,
.footer-cm .top-row .col-3 {
  margin-right: 2%;
  width: 18%;
}
.footer-cm .top-row .col-4 {
  position: relative;
  width: 18%;
}
.footer-cm .col-1 .menu-cont ul .sub-list {
  float: left;
  margin-left: 0 !important;
  width: 50%;
}
.footer-cm .social-icon ul {
  display: block;
  list-style-type: none;
  padding-left: 0;
}
.footer-cm .social-icon ul li {
  display: inline-block;
  list-style: none;
  padding-right: 17px;
}
.footer-cm .social-icon ul li a {
  display: block;
}
.footer-cm .social-icon ul li a img {
  height: auto !important;
  max-width: 27px !important;
}
.footer-cm .social-icon ul li:last-child {
  padding-right: 0;
}
.footer-cm .social-icon {
  bottom: 0;
  position: absolute;
}
.footer-cm .bottom-row {
  border-top: 1px solid #d8d8d8;
  padding: 27px 0 23px;
}
.footer-cm .bottom-row .content-wrapper > .row-fluid {
  align-items: center;
  display: flex;
}
.footer-cm .bottom-row .col-3 h6 {
  font-family:
    Euclid Circular B,
    arial,
    sans-serif;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  color: #191248;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
.footer-cm .bottom-row .col-2 {
  text-align: center;
}
.footer-cm .bottom-row .col-2 ul {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-cm .bottom-row .col-2 ul li {
  display: inline-block;
  list-style: none;
  padding-right: 28px;
}
.footer-cm .bottom-row .col-2 ul li:last-child {
  padding-right: 0;
}
.footer-cm .bottom-row .col-2 ul li a {
  display: block;
  line-height: 0;
}
.footer-cm .bottom-row .col-2 h6 {
  font-family:
    Euclid Circular B,
    arial,
    sans-serif;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  color: #191248;
  font-size: 14px;
  font-weight: 500;
}
.footer-cm .mobile-top-row,
.footer-cm .tab-bottom-row {
  display: none;
}
@media (max-width: 1024px) {
  .footer-cm .top-row .col-1,
  .footer-cm .top-row .col-2,
  .footer-cm .top-row .col-3,
  .footer-cm .top-row .col-4 {
    margin-right: 0;
    width: 100%;
  }
  .footer-cm .social-icon {
    bottom: 0;
    left: 0;
    margin-bottom: 40px;
    margin-top: 10px;
    position: relative;
    right: 0;
    text-align: center;
  }
  .footer-cm .bottom-row .content-wrapper > .row-fluid {
    display: block;
    text-align: center;
  }
  .footer-cm .tab-bottom-row {
    border-top: none;
    display: block;
    padding: 0 0 23px;
  }
  .footer-cm .tab-bottom-row .logo img {
    max-width: 10rem !important;
  }
  .footer-cm .desktop-bottom-row {
    display: none;
  }
  .footer-cm .bottom-row .col-2 ul {
    margin-bottom: 50px;
    margin-top: 12px;
  }
  .footer-cm .bottom-row .col-3 h6 {
    font-size: 12px;
    text-align: center;
  }
  .footer-cm .social-icon ul {
    margin-bottom: 0;
  }
  .footer-cm .top-row .menu-mobile-cont {
    display: none;
    padding-top: 20px;
  }
  .footer-cm .top-row .content-heading {
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    padding: 11px 0;
  }
  .footer-cm .top-row .content-heading h5 {
    margin-bottom: 0;
  }
  .footer-cm .top-row .social-icon {
    display: none;
  }
  .footer-cm .top-row .content-heading h5 {
    position: relative;
  }
  .footer-cm .top-row .content-heading h5:after {
    background: url('https://5859156.fs1.hubspotusercontent-ap1.net/hubfs/5859156/Realestate%20Blog%20Assets/Arrow%20Down%20(2).svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 14px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 14px;
  }
  .footer-cm .menu-cont ul li a {
    padding-bottom: 11px;
  }
  .footer-cm .top-row {
    padding: 10px 0 30px;
  }
  .footer-cm .mobile-top-row {
    display: block;
  }
  .footer-cm .desktop-top-row {
    display: none;
  }
}
.header-cm {
  border-bottom: 1px solid #d8d8d8;
}
.header-cm img {
  vertical-align: middle;
}
.header-cm .content-wrapper > .row-fluid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.header-cm .content-wrapper {
  max-width: 1560px;
}
.header-cm .col-1 {
  width: 16.5%;
}
.header-cm .col-2 {
  text-align: center;
  width: 66%;
}
.header-cm .col-2 ul {
  display: block;
}
.header-cm .col-2 ul li {
  display: inline-block;
}
.header-cm .col-2 ul li a {
  display: block;
  font-family:
    Euclid Circular B,
    arial,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 1rem 0.75rem;
  transition: all 0.3s ease-in;
}
.header-cm .col-2 ul li:hover a {
  opacity: 0.5;
  transition: all 0.3s ease-in;
}
.header-cm .col-2 ul li:last-child a {
  padding-right: 0;
}
.header-cm .col-3 {
  align-items: center;
  display: flex;
  position: relative;
  width: 17.5%;
}
.header-cm .col-3 .secondary-menu {
  text-align: right;
  width: 26%;
}
.header-cm .col-3 .menu-cont {
  background: #fff;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.19);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 53px;
  top: 150%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 210px;
  z-index: 2;
  z-index: 9999;
}
.header-cm .col-3 .menu-cont ul li a {
  border-bottom: 1px solid #d8d8d8;
  color: #595959;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding: 15px 10px;
  transition: all 0.3s ease-in;
}
.header-cm .col-3 .menu-cont ul li:hover a {
  background: #191248;
  color: #fff;
  transition: all 0.3s ease-in;
}
.header-cm .col-3 .menu-cont ul li:last-child a {
  border-bottom: none;
}
.header-cm .col-3 .menu-cont ul {
  display: block;
  text-align: left;
}
.header-cm .login-signup {
  width: 74%;
}
.header-cm .login-signup h5 {
  font-family:
    Euclid Circular B,
    arial,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 24px;
}
.header-cm .login-signup h5.sign-up {
  font-weight: 600;
  padding-left: 4px;
  padding-right: 20px;
  position: relative;
}
.header-cm .login-signup h5.sign-up:after {
  background: url('https://5859156.fs1.hubspotusercontent-ap1.net/hubfs/5859156/Realestate%20Blog%20Assets/Arrow%20Down%20(2).svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 12px;
  position: absolute;
  right: 0;
  top: 9px;
  width: 12px;
}
.header-cm .login-signup .open-popup {
  display: flex;
  justify-content: flex-end;
}
.header-cm .col-1 a {
  display: block;
}
.header-cm .dots-image a.open-menu {
  align-items: center;
  background: transparent;
  border-radius: 50%;
  display: flex;
  float: right;
  height: 42px;
  justify-content: center;
  transition: all 0.3s ease-in;
  width: 42px;
}
.header-cm .dots-image a.open-menu:hover {
  background: #d9d9d9;
  transition: all 0.3s ease-in;
}
.header-cm .secondary-menu:hover > .menu-cont {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 53px;
  visibility: visible;
}
.mobile-header-cm,
.popup {
  display: none;
}
.popup {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
}
.popup .inner-container {
  background: #fff;
  border-radius: 10px;
  float: none;
  margin: 0 auto;
  max-width: 374px;
  padding: 40px 25px 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.popup .inner-container .content-heading,
.popup .inner-container .logo-container {
  margin-bottom: 20px;
  text-align: center;
}
.popup .button-container a {
  border: 1px solid #d8d8d8;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 16.5px 20px;
  text-align: center;
  width: 100%;
}
.popup .privacy-policy p {
  font-size: 12px;
  font-weight: 500;
  line-height: 16.5px;
  text-align: center;
}
.popup .privacy-policy {
  margin-top: 20px;
  padding: 0 20px;
}
.popup .form-container h5 {
  font-size: 18px;
  text-align: center;
}
.popup .form-container form .hs-button {
  width: 100%;
}
.popup .form-container form input[type='email'] {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  font-family: Quicksand, sans-serif;
  height: 56px;
  padding: 10px 20px;
}
.popup .form-container form input::placeholder {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
}
.popup .form-container .hs-form-field {
  margin-bottom: 13px;
}
@media (max-width: 1400px) {
  .header-cm .col-2 {
    width: 60%;
  }
  .header-cm .col-3 {
    width: 23.5%;
  }
}
@media (max-width: 1024px) {
  .mobile-header-cm {
    border: 1px solid #d8d8d8;
    display: block;
    padding: 24px 0 23px;
    z-index: 11;
  }
  .desktop-header-cm {
    display: none;
  }
  .mobile-header-cm .menu-trigger img {
    max-width: 30px !important;
  }
  .mobile-header-cm .mobile-top-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .mobile-header-cm .mobile-top-row .logo-container a {
    display: block;
  }
  .mobile-header-cm .mobile-top-row .logo-container {
    max-width: 207px;
    width: 100%;
  }
  .mobile-header-cm .menu-trigger {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 1;
  }
  .mobile-popup-container {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    left: -100%;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-in;
    width: 100%;
    z-index: 11;
  }
  .mobile-popup-container .popup-inner {
    background: #fff;
    height: 100vh;
    max-width: 320px;
  }
  .mobile-popup-container .close-icon {
    background: #191248;
    cursor: pointer;
    padding: 11px 20px;
    text-align: right;
  }
  .mobile-popup-container.show-mobile-popup {
    left: 0;
    transition: all 0.3s ease-in;
  }
  .mobile-popup-container .menu-cont ul,
  .mobile-popup-container .menu-cont ul li,
  .mobile-popup-container .menu-container ul,
  .mobile-popup-container .menu-container ul li {
    display: block;
  }
  .mobile-popup-container .menu-cont ul li a,
  .mobile-popup-container .menu-container ul li a {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    padding: 16px 20px;
  }
  .header-cm .login-signup .open-popup {
    justify-content: flex-start;
  }
  .header-cm .login-signup {
    border-bottom: 1px solid #d8d8d8;
    padding: 16px 20px;
    width: 100%;
  }
  body.hide-scroll {
    overflow: hidden;
    position: relative;
  }
}
@media (max-width: 767px) {
  .popup .inner-container {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    max-width: 100%;
    top: 0;
    transform: translateY(0);
  }
}
.post-listing-banner .category-post-content-section {
  display: none;
}
body.author-page .post-listing-banner .category-post-content-section,
body.category-page .post-listing-banner .category-post-content-section {
  display: block;
}
body.author-page .post-listing-banner .post-content-section,
body.author-page .tag-category-cm,
body.author-page .tag-category-cm2,
body.author-page .tag-category-cm3,
body.category-page .post-listing-banner .post-content-section,
body.category-page .tag-category-cm,
body.category-page .tag-category-cm2,
body.category-page .tag-category-cm3 {
  display: none;
}
body.author-page .post-listing-banner,
body.category-page .post-listing-banner {
  padding: 27px 0 100px;
}
body.author-page .blog-post-filter,
body.category-page .blog-post-filter {
  padding: 47px 0 0;
}
body.author-page .post-listing-banner .listing-heading,
body.category-page .post-listing-banner .listing-heading {
  display: none;
}
body.category-page .post-listing-banner .category-heading,
body.category-page .post-listing-banner .category-heading h1 span {
  display: block;
}
.category-post-content-section .post-listing-cont {
  display: flex;
  flex-wrap: wrap;
}
.category-post-content-section .post-listing-cont .home-post-item {
  margin-bottom: 57px;
  margin-right: 2.5%;
  transition: all 0.7s ease-in-out;
  width: 31.6%;
}
.category-post-content-section .post-listing-cont .home-post-item:hover .hs-featured-image-wrapper {
  transform: scale(1.1);
  transition: all 0.7s ease-in-out;
}
.category-post-content-section .post-listing-cont .home-post-item:nth-child(3n) {
  margin-right: 0;
}
.category-post-content-section .home-post-item .featured-image {
  height: 244px;
  margin-bottom: 25px;
  overflow: hidden;
}
.category-post-content-section .home-post-item .hs-featured-image-wrapper {
  height: 244px;
  margin-bottom: 25px;
  transition: all 0.7s ease-in-out;
}
.category-post-content-section .home-post-item .post-header h4 {
  font-size: 22px;
  letter-spacing: -0.49px;
  line-height: 31px;
  transition: all 0.7s ease-in-out;
}
.category-post-content-section .post-listing-cont .home-post-item:hover .post-header h4 {
  color: #0098ff;
  transition: all 0.7s ease-in-out;
}
.category-post-content-section .home-post-item .topic-container h6 {
  color: #1d1f70;
}
.category-item,
.mobile-category-item {
  display: none;
}
.category-post-content-section #loadMore {
  display: block;
  margin: 0 auto;
  max-width: 128px;
  text-align: center;
  width: auto;
}
.category-post-content-section .home-post-item .topic-list {
  display: flex;
}
.category-post-content-section .home-post-item .topic-list a {
  padding-right: 15px;
}
.category-post-content-section
  .home-post-item
  .topic-list
  a[href='//5859156.hs-sites.com/realestate-blog-2022/tag/featured'] {
  display: none;
}
body.author-page .post-listing-banner .category-embed-container,
body.category-page .post-listing-banner .category-embed-container {
  display: block;
  margin: 0 0 30px;
}
.category-post-content-section .home-post-item .author-container,
.post-listing-banner .main-author-container,
body.author-page .post-listing-banner .listing-embed-container,
body.category-page .post-listing-banner .listing-embed-container {
  display: none;
}
body.author-page .post-listing-banner .main-author-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.post-listing-banner .main-author-container .hs-author-avatar {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.post-listing-banner .main-author-container .author-info h2 a {
  font-weight: 700;
}
.post-listing-banner .main-author-container .author-image {
  margin-right: 4%;
  width: 16%;
}
.post-listing-banner .main-author-container .author-info {
  width: 80%;
}
.category-post-content-section .mobile-post-listing {
  display: none;
}
@media (max-width: 1200px) {
  .post-listing-banner .main-author-container .hs-author-avatar {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 1024px) {
  .category-post-content-section .home-post-item .featured-image,
  .category-post-content-section .home-post-item .hs-featured-image-wrapper {
    height: 214px;
    margin-bottom: 15px;
  }
  .category-post-content-section .post-listing-cont .home-post-item {
    margin-bottom: 35px;
  }
  body.author-page .post-listing-banner,
  body.category-page .post-listing-banner {
    padding: 27px 0 40px;
  }
  body.author-page .blog-post-filter,
  body.category-page .blog-post-filter {
    padding: 47px 0 0;
  }
  .post-listing-banner .main-author-container .author-info {
    width: 72%;
  }
  .post-listing-banner .main-author-container .author-image {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .category-post-content-section .mobile-post-listing {
    display: block;
  }
  .category-post-content-section .desktop-post-listing {
    display: none;
  }
  .category-post-content-section .post-listing-cont .home-post-item {
    margin-bottom: 48px;
    margin-right: 0;
    width: 100%;
  }
  .category-post-content-section .home-post-item .featured-image,
  .category-post-content-section .home-post-item .hs-featured-image-wrapper {
    height: 205px;
    margin-bottom: 22px;
  }
  .category-post-content-section #loadMore {
    box-sizing: border-box !important;
    max-width: 100%;
  }
  body.author-page .post-listing-banner,
  body.category-page .post-listing-banner {
    padding: 0 0 40px;
  }
  body.author-page .blog-post-filter,
  body.category-page .blog-post-filter {
    padding: 0;
  }
  .blog-post-filter .filter-container {
    border-top: 1px solid #d8d8d8;
  }
  body.author-page .post-listing-banner .main-author-container {
    display: block;
    text-align: center;
  }
  .post-listing-banner .main-author-container .author-image {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .post-listing-banner .main-author-container .hs-author-avatar {
    height: 75px;
    margin: 0 auto 10px;
    width: 75px;
  }
  .post-listing-banner .main-author-container .author-info {
    width: 100%;
  }
  .post-listing-banner .main-author-container .author-info h2 {
    margin-bottom: 7px;
  }
}
.post-section-hero {
  padding: 126px 0 36px;
  position: relative;
  z-index: 1;
}
.post-main-container {
  overflow: hidden;
}
.post-main-container .embed-container {
  display: none;
}
.post-section-hero:before {
  background: linear-gradient(254.4deg, transparent, rgba(0, 0, 0, 0.52));
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.post-section-hero .topic-list {
  list-style-type: none;
  padding-left: 0;
}
.post-section-hero .topic-list li {
  list-style: none;
}
.post-section-hero .topic-list li h6 {
  text-transform: uppercase;
}
.post-section-hero .post-header h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -1.67px;
  line-height: normal;
  max-width: 870px;
}
.post-section-hero #hubspot-author_data .hs-author-avatar {
  border-radius: 50%;
  height: 56px;
  margin-right: 18px;
  width: 56px;
}
.post-section-hero #hubspot-author_data {
  align-items: center;
  display: flex;
}
.post-section-hero .post-header {
  margin-bottom: 137px;
}
.hide-on-desktop {
  display: none;
}
@media (max-width: 1024px) {
  .post-section-hero {
    padding: 75px 0 36px;
  }
  .post-section-hero .post-header h1 {
    font-size: 60px;
    line-height: 68.5px;
  }
  .post-section-hero .post-header {
    margin-bottom: 67px;
  }
}
@media (max-width: 767px) {
  .hide-on-desktop {
    display: block;
    padding: 0;
  }
  .post-main-container .embed-container {
    display: block;
  }
  .post-section-hero {
    background: transparent !important;
    padding: 35px 0 16px;
  }
  .post-section-hero .topic-list li h6 {
    color: #191248;
    text-transform: capitalize;
  }
  .post-section-hero .mobile-featured-image {
    height: 137px;
    margin-bottom: 23px;
  }
  .post-section-hero .post-header h1 {
    color: #191248;
    font-size: 35px;
    letter-spacing: -1.57px;
    line-height: 43.4px;
  }
  .post-section-hero:before {
    display: none;
  }
  .post-section-hero .post-header {
    margin-bottom: 23px;
  }
  .post-section-hero #hubspot-author_data .author-link h5,
  .post-section-hero .publish-date p {
    color: #191248;
  }
  .post-section-hero .content-wrapper {
    padding: 0;
  }
  .post-section-hero #hubspot-author_data,
  .post-section-hero .post-header,
  .post-section-hero .topic-list {
    padding: 0 23px;
  }
}
.blog-post-content-section {
  overflow: hidden;
  padding: 78px 0;
}
.blog-post-content-section .blog-post__body ol li,
.blog-post-content-section .blog-post__body ul li {
  margin-bottom: 20px;
}
.blog-post-content-section .blog-post__body .hs-responsive-embed {
  margin: 40px 0 50px !important;
}
.blog-post-content-section .post-bottom-row #hubspot-author_data .hs-author-avatar {
  border-radius: 50%;
  height: 56px;
  margin-right: 3%;
  max-width: 56px;
  width: 26%;
}
.blog-post-content-section .post-bottom-row #hubspot-author_data {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.blog-post-content-section .post-bottom-row .author-info {
  width: 71%;
}
.blog-post-content-section .post-bottom-row .social-icon ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.blog-post-content-section .post-bottom-row .social-icon ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 8px;
}
.blog-post-content-section .post-bottom-row .social-icon ul li:last-child {
  margin-right: 0;
}
.blog-post-content-section .post-bottom-row .social-icon ul li:first-child {
  margin-right: 14px;
}
.blog-post-content-section .post-bottom-row .social-icon ul li a img {
  max-width: 18px !important;
}
.blog-post-content-section .post-bottom-row .social-icon ul li a {
  align-items: center;
  border: 2px solid #191248;
  border-radius: 3px;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.blog-post-content-section .post-bottom-row {
  align-items: center;
  border-top: 1px solid #d8d8d8;
  display: flex;
  margin-top: 60px;
  padding-top: 35px;
}
.blog-post-content-section .blog-post__body h3 {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .blog-post-content-section {
    padding: 56px 0 0;
  }
}
@media (max-width: 767px) {
  .blog-post-content-section .post-bottom-row {
    display: block;
  }
  .blog-post-content-section .post-bottom-row .social-icon ul {
    justify-content: flex-start;
    margin-top: 30px;
  }
  .blog-post-content-section .embed-container {
    margin-top: 69px;
  }
  .blog-post-content-section .blog-post__body ol,
  .blog-post-content-section .blog-post__body ul {
    padding-left: 27px;
  }
}
.related-post-section .heading-cont {
  margin-bottom: 52px;
}
.related-post-section {
  padding: 68px 0 24px;
}
@media (max-width: 1024px) {
  .related-post-section .heading-cont {
    margin-bottom: 32px;
  }
  .related-post-section .post-listing-cont .home-post-item {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .related-post-section .post-listing-cont .home-post-item {
    margin-bottom: 38px;
  }
}
