.byline {
  font-size: 12px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.byline .byline-left-col {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.byline-right-col {
  margin: 0 -9px 0 3px;
}
.custom-share-pop1 {
  display: none;
}
.byline .byline-author-avatar {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
.byline .byline-author-sec {
  padding-left: 10px;
  font-size: 12px;
}
.byline .author-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.byline .author-name a {
  color: rgba(49,48,44,1);
  text-decoration: none;
}
.byline-date {
  color: rgba(49,48,44,1);
}
.byline-date span:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 8px;
  background-color: rgba(49,48,44,1);
  display: inline-block;
  vertical-align: middle;
}
.byline-date span:last-child:after {
  content: none;
}
.share-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 0;
  margin-top: 4px;
}
.share-btn svg {
  fill: rgb(15, 30, 59);
}


.share-btn:hover svg,
.btn-wrapper._2MSUB:hover svg{
  fill: rgb(48, 120, 190);
}

.post-header h2 {
  font-size: 22px;
  margin: 0 0 11px;
  font-weight: normal;
  font: normal normal normal 22px/27px lato-light,lato,sans-serif;
  line-height: normal;
  color: rgba(49,48,44,1);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}  
.post-header h2 a {
  color: rgba(49,48,44,1);
  text-decoration: none;
}
.post-listing .post-item .post-item-inner:hover .share-btn svg {
  fill: rgba(62,92,148,1);
}
.share-icon-wrapper {
  position: relative;
}
.pop-one-open .custom-share-pop1 {
  display: block;
  position: absolute;
  top: 29px;
  z-index: 900;
  right: 29px;
  min-width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
  color: rgba(65,65,65,1);
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  background-color: rgb(255, 255, 255);
}
.custom-share-pop1 .custom-share-pop1-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 18px 15px;
  cursor: pointer;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2Ug1X {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._3frxo.blog-icon-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  font-family: HelveticaNeue, Helvetica, Arial;
  line-height: normal;
  font-weight: normal;
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
  color: rgba(47,46,46,1);
}
.custom-social-share-popup-wrapper {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.pop-two-open .custom-social-share-popup-wrapper {
  visibility: visible;
  opacity:1;
  transition: all 0.4s;
}
.custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(-50px);
  transition: all 0.4s;
  opacity: 0;
}
.pop-two-open .custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  transform: translateY(0);
  opacity: 1;
}
.custom-social-share-popup-wrapper .custom-social-share-pop {
  width: 100%;
  max-width: 452px;
  background-color: #fff;
}
.custom-social-share-pop .custom-social-share-pop-col-inner {
  padding: 60px;
  color: #001ED7;
  font: normal normal normal 28px/1.375em lato-light,lato,sans-serif;
  font-size: 28px;
  line-height: normal;
}
.custom-social-share-pop .share-pop-title {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
  color: #000000;
}
.pop-sharebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pop-sharebox span {
  margin-right: 38px;
}
.pop-sharebox span:last-child {
  margin-right: 0;
}
.pop-sharebox a {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: #4464a3;
  text-align: center;
  line-height: 40px;
}
.pop-sharebox a._3WNXk {
  background: #333;
}
.pop-sharebox a._2kU7C {
  background: #0077b5;
}
.pop-sharebox a._1ie6c {
  background: #55acee;
}
.pop-sharebox a svg {
  fill: #fff;
  vertical-align: middle;
}
.shre-link-box-pop {
  display: none;
}
.share-pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.share-pop-close-btn {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: 9;
}
.share-pop-close-btn svg {
  fill: rgb(255, 255, 255) !important;
  fill-rule: evenodd;
}
.sharelink-pop-open .shre-link-box-pop {
  display: block;
}
.sharelink-pop-open .shre-post-linkbox {
  display: none;
}
.shre-link-box-pop .shre-link-box-pop-input-wrap {
  margin-bottom: 30px;
  position: relative;
  height: 45px;
}
.shre-link-box-pop input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #001ED7;
  font-family: "Avenir Next";
  line-height: normal;
  position: relative;
  top: 0;
}

.shre-link-box-pop .input-border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  pointer-events: none;
  opacity: .2;
  border-color: #001ED7;
  height: 44px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.shre-link-pop-btns-grp .shre-link-pop-btns-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.shre-link-pop-btns-grp .blog-btn {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  padding: 0 24px;
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: #fff;
  background-color: #105290;
  outline: none;
  background-color: rgb(255, 255, 255);
  color: rgb(193, 218, 241);
  font: normal normal normal 16px/1.4em "noticia text",serif;
  font-size: 14px;
}

.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}


/* custom blog */

.hs-blog-listing .dnd-section {
  background: transparent !important;
  padding-top: 0;
  padding-bottom: 0;
}
.cm-listing-page {
  background-image: url(//f.hubspotusercontent20.net/hubfs/3111579/raw_assets/public/Alexander_Funds_Management_September2021/images/background.png);
}
.cm-blog-header .hs_cos_wrapper_widget {
  width: 100%;
}
.custom-blog-header {
  max-width: 932px;
  margin: 0 auto;
}

.custom-top-blog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-top-blog-header .group-title {
  display: none;
}
.custom-top-blog-search-group {
  width: 236px;
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 8px;
}
.cm-blog-header-topics {
  width: calc(100% - 236px);
}
.cm-blog-header-topics ul {
  padding: 0;
  margin: 26px 0 26px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-blog-header-topics ul li a {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  vertical-align: middle;
  color: rgb(232, 231, 231);
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: eb garamond,serif;
  text-decoration: underline;
}
.cm-blog-header-topics ul li {
  margin-left: 35px;
}
.cm-blog-header-topics ul li:first-child {
  margin-left: 0;
}
.cm-blog-header-topics ul li a:hover {
  color: #105290;
}
.custom-top-blog-search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: flex-end;
}
.custom-top-blog-search .hs-search-field__input {
  border: 0;
  background: transparent;
  transition: all .5s ease;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 10px;
  font: normal normal normal 15px/1.4em "noticia text",serif;
  color: rgb(232, 231, 231);
  margin: 0;
  height: auto !important;
  min-height: 0;
  display: block;
  width: 100%;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

.custom-top-blog-search .hs-search-field__input:focus {
  outline:none;
}
.custom-top-blog-search svg.close {
  position: absolute;
  left: inherit;
  top: 3px;
  right: 0;
  fill: rgb(232, 231, 231);
  opacity: .8;
  cursor:pointer;
}
.blog-post-description-font li {
  line-height: 1;
}
.custom-top-blog-search {
  display: none;
  position: relative;
}
.blog-desktop-header-search-icon-fill {
  fill: rgb(232, 231, 231);
  cursor:pointer;
}
.search-open .custom-top-blog-search {
  display: block;
}
.search-open .custom-top-blog-search-inner {
  border-bottom: 1px solid rgba(232, 231, 231,0.5);
  line-height: 24px;
}
.custom-top-blog-search-group {
  padding-left: 28px;
}
.custom-top-blog-search .hs-search-field__input::-webkit-input-placeholder {
  opacity: 0.4;
  color: rgb(232, 231, 231);
}
.cm-blog-header-topics ul li a:hover {
  color: rgb(193, 218, 241);
}
.cm-blog-post {
  background-image:url(//f.hubspotusercontent20.net/hubfs/3111579/raw_assets/public/Alexander_Funds_Management_September2021/images/background.png);
  min-height:100vh;
}
.cm-subscription .subscription-form {
  display: none;
}
.page-center {
  margin-left:auto;
  margin-right:auto;
}
.cm-blog-post .custom-blog-header {
  margin-left: 10px;
}
.cm-single-post {
  padding: 20px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.cm-single-post > .cm-wrapper {
  border: 1px solid #E8E7E7;
  background-color: #FFFFFF;
  padding: 60px;
}
.cm-single-post .cm-wrapper .cm-article {
  max-width: 740px;
  margin: 0 auto;
}
.cm-single-post .cm-article .article-header {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
}
.cm-single-post .cm-article .article-header .cm-author {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cm-single-post .cm-article .article-header .cm-author .cm-user {
  font-family: "noticia text", serif;
  color: #000000;
  pointer-events: none;
}
.cm-single-post .cm-article .article-header .cm-author .blog-separator {
  background-color: #000000;
  margin: 0 8px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  align-self: center;
}
.cm-single-post .cm-article .article-header .cm-author ul.date {
  opacity: .8;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: "noticia text", serif;
}
.cm-single-post .cm-article .cm-social-dot {
  margin-left: auto;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cm-single-post .cm-article .cm-social-dot .more-button {
  margin-right: -10px;
  margin-left: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.cm-single-post .cm-article .cm-social-dot .more-button button.cm-more-btn {
  font-size: 0;
  border: none;
  background: none;
  padding: 0;
}
.cm-single-post .cm-article .cm-title {
  margin-top: 36px;
}
.cm-single-post .cm-article .cm-title h1 {
  color: #000000;
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
  line-height: normal;
  font-size: 28px;
  margin-bottom: 0;
}
.cm-single-post .cm-article .cm-content {
  margin-top: 30px;
}
.cm-single-post .cm-article .cm-content p {
  font-family: "noticia text", serif;
  color: #000;
  margin-bottom: 27px;
}
.cm-article .post-footer {
  margin-top: 50px;
}
.post-footer .footer-separator {
  border-top: 1px solid rgba(0, 0, 0,0.2);
}
.post-footer .cm-wrapper {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
}
.post-footer .cm-wrapper .cm-left {
  flex-grow: 1;
}
.post-footer .cm-wrapper .cm-left .post-social {
  color: rgb(0 0 0);
  display: flex;
  line-height:0;
}

.blog-comments form .hs-form-field > label {
  color: #333;
}
.post-footer .cm-wrapper .cm-left .post-social .cm-icon+.cm-icon {
  margin-left: 30px;
}
.post-footer .cm-wrapper .cm-left .post-social .cm-icon:nth-child(1) a:hover svg {
  fill: #4464a3;
}
.post-footer .cm-wrapper .cm-left .post-social .cm-icon:nth-child(2) a:hover svg {
  fill: #55acee;
}
.post-footer .cm-wrapper .cm-left .post-social .cm-icon:nth-child(3) a:hover svg {
  fill: #0077b5;
}
.post-footer .cm-wrapper .cm-left .post-social .cm-icon:nth-child(4) a:hover svg {
  fill: #748391;
}
.post-footer .cm-wrapper .cm-right {
  margin-left: 6px;
}
.post-footer .cm-wrapper .cm-right .cm-tags {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-footer .cm-wrapper .cm-right .cm-tags a {
  font-family: "noticia text", serif;
  color: #000000;
  text-decoration: none;
  line-height: 21px;
  font-size: 14px;
}
.post-footer .cm-wrapper .cm-right .cm-tags a:hover {
  color: #748391;
}
.post-footer .cm-wrapper .cm-right .cm-tags .cm-dot {
  margin: 0 8px;
  color: #000000;
}
.cm-related {
  color: #000000;
  padding-top: 23px;
}
.cm-related .related-header {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 29px;
}
.cm-related .related-header h2 {
  color: #fff;
  font-size: 18px;
  font-family: "noticia text", serif;
  line-height: 29px;
  margin: 0;
}
.cm-related .related-header a {
  font-size: 14px;
  color: #000000;
  font-family: "noticia text", serif;
  text-decoration: none;
}
.cm-related .related-header a:hover {
  color: #748391;
}
.cm-related .related-body {
  padding: 20px 0;
}
.cm-related .related-body .related-posts {
  display: flex;
  justify-content: flex-start;
}
.cm-related .related-body .related-posts .related-post-item {
  border: 1px solid #E8E7E7;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 290px;
  overflow: hidden;
}
.cm-related article {
  padding-top: calc(56.25% + 103px);
  position: relative;
}
.cm-related article .article-post {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cm-related article .article-post .article-content {
  display: flex;
  flex-direction: column;
  height: inherit;
}
.cm-related article .article-post .article-content .cm-thumb {
  padding-top: 56.25%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.cm-related article .article-post .article-title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: auto;
  padding: 24px;
  background: #fff;
}
.cm-related article .article-post .article-title .recent-post__title {
  font: normal normal normal 28px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  line-height: normal;
}
.cm-related article .article-post .article-title h4 {
  color: #000000;
  font-size: 18px;
  margin: 0;
}
.cm-related article .article-post .article-title h4 a {
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
  text-decoration: none;
  color: #000000;
}
.cm-related article .article-post .article-title h4 a:hover {
  color: #748391;
}
.cm-related .related-body .related-posts .related-post-item+.related-post-item {
  margin-left: 34px;
}
.cm-comments {
  background-color: #FFFFFF;
  margin-top: 16px;
  border: 1px solid #E8E7E7;
  padding: 20px 30px 50px;
}
.cm-comments .comment-wrapper {
  max-width: 740px;
  flex: 1;
  width: 100%;
  margin: 0 auto;
}
.cm-comments .comment-wrapper h2 {
  font-family: 'DIN-Next-W01-Light';
  font-size: 20px;
  color: #000;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 16px;
}


.fixed-social-icon-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all .5s ease;
}
.follow-us-open .fixed-social-icon-wrapper {
  z-index: 2000;
}
.only-copy-link-wrapper {
  z-index: -1 !important;
}
.copy-link-wrapper-open .only-copy-link-wrapper {
  z-index: 2000 !important;
}
._2nD-G {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._2nD-G._1nNlW {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
._1F3eV {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #000;
  transition: opacity .5s ease;
}
.follow-us-open ._1F3eV {
  opacity: .4;
}
.only-copy-link-wrapper ._1F3eV {
  opacity: 0 !important;
}
.copy-link-wrapper-open .only-copy-link-wrapper ._1F3eV {
  opacity: .4 !important;
}
._2lr5V {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
}
._1Hg1D {
  z-index: 1;
  position: relative;
}
._1nNlW ._1Hg1D {
  max-width: 296px;
  width: 100%;
  background-color: #fff;
}
._1nNlW ._1Hg1D._2rGMY {
  top: -100px;
  transition: top .5s ease;
  visibility: hidden;
  opacity: 0;
}
.follow-us-open ._1nNlW ._1Hg1D._2rGMY {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.only-copy-link-wrapper ._1Hg1D._2rGMY {
  top: -100px !important;
  transition: top .5s ease !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.copy-link-wrapper-open .only-copy-link-wrapper ._1nNlW ._1Hg1D._2rGMY {
  top: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.hs-blog-listing ._1nNlW ._1Hg1D._2rGMY {
  background-color: #fff;
}
.blog-text-color {
  color: rgba(47,46,46,1);
}
.fXLE2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fixed-social-icon-wrapper svg.blog-icon-fill {
  display: none;
}
._3bgY7 {
  font-size: 16px;
  font-weight: 700;
}
.I_okD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0 9px;
}
.I_okD {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
._1tGe7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
._1tGe7:not(:last-child) {
  margin-right: 38px;
}
span._1tGe7 a {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: buttontext;
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  position: relative;
  top: 15px;
  cursor: pointer;
}
span._1tGe7 a.share_facebook {
  background: #4464a3;
}
span._1tGe7 a.share_twitter {
  background: #55acee;
}
span._1tGe7 a.share_googleplus {
  background: #0077b5;
}
span._1tGe7 a.copy-link {
  background: #333;
}
span._1tGe7 a svg, span._1tGe7 a:hover svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  fill: #fff;
}
.open-copy-link ._1nNlW ._1Hg1D._2rGMY {
  display: none;
}
.copy-link-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1;
  line-height: normal;
  color: rgba(47,46,46,1);
  padding: 60px;
  width: 452px;
}
.open-copy-link .copy-link-wrapper {
  display: block !important;
}
.copy-link-wrapper ._1x2ef {
  margin: 0 0 29px;
  line-height: 1;
  text-align: center;
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
}

.copy-link-wrapper ._1x2ef span {
  font-size: 16px;
  font-weight: 700;
}
.copy-input-wrapper {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hs-blog-listing .blog-text-color {
  background-color: rgb(255, 255, 255);
}
.copy-input-wrapper input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgba(47,46,46,1);
}
.copy-input-wrapper input[type="text"]:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
}
.copy-input-wrapper .blog-text-border-color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  pointer-events: none;
  opacity: .2;
  border-color: rgba(0,52,113,1);
}
.copy-link-wrapper ._3TdXr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -12px;
}
.copy-link-wrapper ._1me73 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 12px;
  text-align: right;
}
.copy-link-wrapper .blog-button-border-color {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  padding: 0 24px;
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: #105290;
  border-color: #105290;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  outline: none;
}
.copy-link-wrapper .blog-button-primary-text-color {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  padding: 0 24px;
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color:#fff;
  background-color: #105290;
  outline: none;
}
._3U7QY {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
._1nNlW ._1Hg1D {
  max-width: 296px;
  width: 100%;
}
._310VQ { 
  position: absolute;
  top: 29px;
  z-index: 900;
  right: 29px;
  min-width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  color: rgba(65,65,65,1);
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  background-color: #fff;
  display: none;
}
.Dg0hn.action-button {
  outline: 0;
  cursor:pointer;
  padding: 1px 7px 2px;
}
._2FGh6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 18px 15px;
}
._2OloG.blog-icon-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
._2FGh6 .zpcy7 {
  font-family: HelveticaNeue, Helvetica, Arial;
  line-height: normal;
  font-weight: normal;
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
}
.cm-listing .right-column .blog-more-icon-fill .more-button {
  position: relative;
}
.follow-us-open  .blog-default-card-background-color {
  max-width: 452px;
}

.follow-us-open .blog-default-card-background-color > .blog-text-color {
  padding: 60px;
}

.follow-us-open .blog-default-card-background-color > .blog-text-color .fXLE2 {
  margin-bottom: 15px;
  line-height: 1;
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
  color: #000000;
}
.copy-link-wrapper .blog-button-primary-text-color {
  background-color: rgb(255, 255, 255);
  color: rgb(193, 218, 241);
  font: normal normal normal 16px/1.4em "noticia text",serif;
}
.follow-us-open .hs-blog-post ._1F3eV {
  opacity: 0.8;
}
.cm-related.custom-mobile {
  display: none;
}
.cm-blog-header-topics ul li.active:not(:first-child) a {
  color: rgb(193, 218, 241);
}
.custom-top-blog-search .hs-search-field__input::placeholder {
  opacity: 0.4;
  color: rgb(232, 231, 231);
}
.cm-listing .right-column .hs-body-summry:hover h2 a, .cm-listing .right-column .hs-body-summry:hover h2+a p {
  color: rgb(48, 120, 190) !important;
}
.cm-listing .right-column .hs-body-summry:hover h2+a p {
  opacity: .8;
}


.custom-top-blog-search-group ul.hs-search-field__suggestions {
  position: absolute;
  background: #fff;
  width: 100%;
  list-style: none;
  padding: 20px;
  min-width: 280px;
  right: 0;
  z-index: 99;
  display:none;
  box-shadow: 0px 3px 11px rgb(0 0 0 / 70%);
}

.custom-top-blog-search-group .hs-search-field--open ul.hs-search-field__suggestions {
  display:block;
}

.custom-top-blog-search-group ul.hs-search-field__suggestions li {
  margin:5px 0;
}

.custom-top-blog-search-group ul.hs-search-field__suggestions li#results-for {
  color: #333;
}

.custom-top-blog-search-group ul.hs-search-field__suggestions li:not(#results-for) a {
  text-decoration: none;
}

@media (min-width:768px) {
  select#tinynav1 {
    display: none;
  }
}
@media (max-width:767px) {
  .cm-blog-post.body-container-wrapper, .cm-listing-page.body-container-wrapper {
    background-image:none;
    background: #fff !important;
  }
  .cm-blog-header-topics ul {
    display: none;
  }
  .cm-blog-header-topics {
    width: 100%;
    position:relative;
  }
  .custom-top-blog-search-group {
    display: none;
  }
  .custom-top-blog-header .group-title {
    display: block;
  }
  .cm-blog-header-topics select {
    border: 0;
    width: 100%;
    min-height: 50px;
    padding: 11px 15px;
    outline: 0;
    font-size: 14px;
    font-family: "noticia text", serif;
    font-weight: normal;
    margin: 0;
    -webkit-appearance:none;
  }

  .cm-blog-header-topics select option {
    font-family: Helvetica,Arial,sans-serif;
    font-size:16px;
  }

  .cm-blog-header-topics:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' viewBox='0 0 19 19' role='img' class='blog-icon-fill _2KXg0'%3E%3Cpath d='M11.4964212,9.69999981 L6.06615558,14.8757976 C5.97794814,14.9598716 5.97794814,15.0961824 6.06615558,15.1802563 L6.54529666,15.6369443 C6.6335041,15.7210183 6.77651661,15.7210183 6.86472405,15.6369443 L12.9338444,9.85222916 C12.9779481,9.81019218 13,9.755096 13,9.69999981 C13,9.64490362 12.9779481,9.58980744 12.9338444,9.54777046 L6.86472405,3.76305527 C6.77651661,3.67898132 6.6335041,3.67898132 6.54529666,3.76305527 L6.06615558,4.21974331 C5.97794814,4.30381726 5.97794814,4.44012806 6.06615558,4.52420201 L11.4964212,9.69999981 L11.4964212,9.69999981 Z' transform='rotate(90 9.5 9.7)'%3E%3C/path%3E%3C/svg%3E");
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 17px;
    right: 18px;
    pointer-events: none;
  }


  .custom-top-blog-header .group-title h5 {
    color: rgb(193, 218, 241);
    margin: 0;
    padding: 18px 18px;
    font-size: 14px;
    font-family: "noticia text", serif;
    font-weight: normal;
  }
  .cm-blog-header-topics {
    padding-right: 0px;
  }
  .hs-blog-listing .dnd-section {
    padding:0;
  }
  .cm-blog-post .custom-blog-header {
    margin-left: 0;
  }
  .cm-blog-post .cm-blog-header-topics select {
    padding-left: 14px;
  }
  .cm-blog-post {
    background:#0f1e3b;
  }
  .cm-blog-post .custom-top-blog-header {
    background: #fff;
  }
  .cm-single-post {
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 67px;
  }
  .cm-single-post > .cm-wrapper {
    padding: 28px 18px 25px;
    border: 0;
  }
  .cm-single-post .cm-article .article-header .cm-author {
    flex-direction: column;
    font-size: 12px !important;
    text-align: left;
    align-items: unset;
  }
  .cm-single-post .cm-article .article-header .cm-author li.cm-seperator {
    display: none;
  }
  .cm-single-post .cm-article .cm-social-dot {
    display: none;
  }
  .cm-single-post .cm-article .cm-title h1 {
    font-size: 26px;
  }
  .cm-single-post .cm-article .cm-title {
    margin-top: 21px;
  }
  .cm-single-post .cm-article .cm-content {
    font-size: 16px;
    margin-top: 19px;
  }
  .cm-single-post .cm-article .cm-content p {
    font-size: 16px;
  }
  .post-footer .footer-separator {
    border: 0;
  }
  .cm-article .post-footer {
    margin: 19px 0 -4px;
  }
  .post-footer .cm-wrapper {
    height: auto;
    flex-direction: column;
    align-items: unset;
  }
  .post-footer .cm-wrapper .cm-left {order: 2;margin-top: 24px;border-bottom: 1px solid rgba(0, 0,0,0.2);}
  .cm-single-post .cm-article .cm-content p:last-child {
    margin-bottom: 0;
  }
  .post-footer .cm-wrapper .cm-right .cm-tags a {
    font-size: 12px;
  }
  .post-footer .cm-wrapper .cm-left .post-social .cm-icon {
    line-height: 0;
  }
  .post-footer .cm-wrapper .cm-left .post-social {
    margin-bottom: 18px;
  }
  .cm-comments {
    padding: 0;
  }
  .cm-comments .comment-wrapper h2 {
    padding: 12px 20px;
    font-size: 14px;
  }
  .cm-comments .blog-comments {
    padding: 0 20px 20px;
  }
  .cm-related {
    margin-top: 12px;
    background: #fff;
  }
  .cm-related .related-header {
    padding: 18px;
    font-size: 16px;
    line-height: 1.5;
  }
  .cm-related .related-header h2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .cm-related {
    padding-top: 0;
  }
  .cm-related.custom-mobile {
    display: block;
  }
  .cm-related.cm-desktop {
    display: none;
  }
  .cm-related .related-body .related-posts .related-post-item+.related-post-item {
    margin: 0;
  }
  .cm-related.custom-mobile .related-body .related-posts .related-post-item {
    margin: 0 6px !important;
  }
  .cm-related .related-header a {
    font-size: 16px;
  }
  .cm-related .related-body {
    padding-top: 0;
  }
  .cm-related.custom-mobile .slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0.2;
    background-color: #000000;
  }
  .cm-related.custom-mobile .slick-dots li button {
    display: none;
  }
  .cm-related.custom-mobile .slick-dots {
    bottom: -35px;
  }
  .cm-related.custom-mobile .slick-dots li.slick-active {
    background: #fff;
  }


  .custom-social-share-popup-wrapper .custom-social-share-pop {
    max-width: 90%;
    margin: 0 auto;
    width:300px;
  }

  .pop-sharebox span {
    margin-right: 10px;
  }
}