/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: ;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: ;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.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 {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: ;
  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-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: ;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: ;
}
/* Blog Comments */

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

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

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

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* ================================================================================================================== */
/* Blog Styling */
.blog .body-container.container-fluid .page-center {
  margin-top: -2px;
  margin-bottom: 0;
  max-width: 986px;
  padding: 0 24px;
}
.custom-post-filter h3:empty {
  display: none;
}
.custom-post-filter ul {
  overflow: hidden;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.custom-post-filter ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  white-space: nowrap;
}
.custom-post-filter ul li a {
  color: rgba(245,154,40,1);
  font: normal normal bold 16px/20px lato-light,lato,sans-serif;
  line-height: normal;
  text-decoration: none;
}
.custom-post-filter ul li .filter-link-count {
  display: none;
}
.custom-post-filter ul li a:hover {
  color: rgba(62,92,148,1);
}
.custom-advanced-search .hs-search-field__input {
  background: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 29px;
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  line-height: normal;
  color: rgba(245,154,40,1);
  height: auto;
  padding-right: 20px;
  max-width: 100%;
  display: none;
  background: transparent !important;
  position: relative;
  top: -1px;
}
.custom-advanced-search form {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: 16px;
  max-width: 200px;
  margin-left: auto;
  text-align: right;
  width: 19px;
  margin-right: 16px;
}
.search-open .custom-advanced-search form {
  width: 200px;
}
.search-open .custom-advanced-search form svg._1lTvN.blog-desktop-header-search-icon-fill {
  position: absolute;
}
.search-open .custom-advanced-search .hs-search-field__input {
  padding-right: 20px;
  display: inline-block;
}
.search-open .custom-advanced-search .close-search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-open .custom-advanced-search .hs-search-field__input:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
  background: transparent;
}
.custom-advanced-search .close-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto -5px auto 0;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: none;
}
.custom-advanced-search .close-search svg {
  opacity: .8;
  fill: rgba(245,154,40,1);
}
svg._1lTvN.blog-desktop-header-search-icon-fill {
  fill: rgba(245,154,40,1);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  cursor: pointer;
}
.custom-header-search-filter-group > div > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-header-search-filter-group > div > .row-fluid:after,
.custom-header-search-filter-group > div > .row-fluid:before {
  content: none;
}
.hs-blog-listing .blog-content {
  padding: 20px 0 14px;
}
.post-listing {
  margin: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-listing .post-item {
  padding: 16px;
  width: 50%;
  float: left;
}
.post-listing .post-item .post-item-inner {
  background-color: rgba(255,255,255,1);
  font-family: raleway,sans-serif;
  line-height: normal;
  font-size: 16px;
  line-height: normal;
  color: #31302C;
  min-height: 376px;
}
.hs-featured-image-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 63%;
}
.hs-featured-image-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.blog-post-body-sec {
  padding: 24px 29px 7px;
  font: normal normal normal 16px/20px lato-light,lato,sans-serif;
  line-height: normal;
}
.byline {
  font-size: 12px;
  padding-bottom: 22px;
  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;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
  margin-top: 0;
}
.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: 0;
  font-size: 12px;
  margin-top: 10px;
}
.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: #989FAB;
}
.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;
}
.cm-blog-inner-content a{
  color: #989FAB;
}
.cm-blog-inner-content:hover a {
  color: rgb(61, 155, 232);
}
.byline-date span:last-child:after {
  content: none;
}
.post-body.clearfix {
  font: normal normal normal 16px/20px raleway,sans-serif;
  line-height: 1.5;
  opacity: .8;
}
.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(50, 65, 88);
}
.post-header h2 {
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font: normal normal bold 26px/32px raleway,sans-serif;
  line-height: normal;
  color: rgb(50, 65, 88);
}
.post-header h2 a {
  color: rgb(50, 65, 88);
  text-decoration: none;
}
.post-listing .post-item .post-item-inner:hover .share-btn svg {
  fill: rgb(61, 155, 232);
}
.share-icon-wrapper {
  position: relative;
}
.pop-one-open .custom-share-pop1 {
  display: block;
  position: absolute;
  top: 24px;
  z-index: 900;
  right: 0;
  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);
  background-color: #fff;
}
.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;
  fill: rgba(49,48,44,1);
}
.custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
  color: #31302C;
  line-height: normal;
}
.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: #F3F2DC;
}
.custom-social-share-pop .custom-social-share-pop-col-inner {
  padding: 60px;
  color: #31302C;
  font: normal normal normal 46px/1.4em futura-lt-w01-book,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;
  font-family: wfont_ef2337_9d590d2a6e7740a8b3258539e7164508, wf_9d590d2a6e7740a8b3258539e, orig_sofia_pro_semi_bold_regular_webfont;
}
.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;
}
.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: -5px;
}
.shre-link-box-pop {
  display: none;
}
.share-pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  background-color: #000;
}
.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: #31302C;
  font-family: "Avenir Next";
  line-height: normal;
  position: relative;
  top: 4px;
}
.shre-link-box-pop input[type="text"]:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
}
.shre-link-box-pop .input-border {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  pointer-events: none;
  opacity: .2;
  border-color: #31302C;
  height: 45px;
}
.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 {
  font-size: 14px;
  padding: 0 24px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  height: 40px;
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  font-size: 16px;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: rgba(21,31,49,1);
  border-color: rgba(21,31,49,1);
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  display: flex;
  align-items: center;
  font: normal normal normal 16px/1.4em raleway,sans-serif;
  line-height: normal;
  font-size: 14px;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  border-color: rgb(61, 155, 232);
  color: rgb(61, 155, 232);
}
.shre-link-pop-btns-grp .blog-btn.copy-btn {
  background-color: rgb(61, 155, 232);
  color: rgba(255,255,255,1);
  border: none;
}
.shre-link-pop-btns-grp {
  font-weight: bold;
}
.custom-advanced-search .hs-search-field__input::-webkit-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-advanced-search .hs-search-field__input:-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-advanced-search .hs-search-field__input::-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-advanced-search .hs-search-field__input:-ms-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.search-border {
  height: 1px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(245,154,40,1);
  margin-top: 2px;
}
.search-open .search-border {
  opacity: .5;
}
.blog-pagination {
  clear: both;
}

.blog.hs-blog-post .body-container.container-fluid .page-center {
  max-width: 980px;
}
.custom-post-filter ul li + li {
  margin-left: 40px;
}
.hs-blog-post .custom-post-filter ul li a {
  font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
  line-height: normal;
}
.byline-author-avatar svg {
  width: 100%;
  height: 100%;
}
.custom-post-blog-section {
  padding: 60px 0;
  color: rgba(49,48,44,1);
  border: 1px solid rgba(255,255,255,0.75);
  font: normal normal normal 18px/22px futura-lt-w01-light,sans-serif;
  line-height: normal;
  font-weight: 400;
  margin-top: 20px;
}
.custom-post-blog-section .blog-post-body-sec {
  padding: 0;
}
.hs-blog-post .widget-span.blog-content {
  max-width: 740px;
  margin: 0 auto;
  float: none;
}
.hs-blog-post .byline {
  padding: 0;
}
.hs-blog-post .byline .byline-author-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  font-family: futura-lt-w01-light, sans-serif;
}
.hs-blog-post .byline .author-name {
  padding-left: 12px;
  color: rgba(49,48,44,1);
}
.hs-blog-post .byline .byline-author-sec .author-name: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);
}
.blog-icon-fill {
  fill: rgba(50,65,88,1);
}
.hs-blog-post .byline-date {
  opacity: .8;
}
.post-header h1 {
  margin: 25px 0 0;
  font: normal normal bold 40px/50px raleway,sans-serif;
  line-height: normal;
  color: rgba(50,65,88,1);
}
.hs-blog-post .post-header {
  margin-top: 27px;
  margin-bottom: 15px;
}
.hs-blog-post .post-body {
  font-family: wfont_ef2337_e64cd762edf24879a1cdf147d29c1922, wf_e64cd762edf24879a1cdf147d, orig_avenirltstdroman;
  line-height: normal;
  font-weight: 400;
  font-size 18px;
  color: #3e3e3e;
  line-height: 2;
}
.hs-blog-post .post-body p {
  margin: 0 0 25px;
}
.hs-blog-post .post-body h2 {
  /*font: normal normal normal 40px/50px futura-lt-w01-book,sans-serif; */
  line-height: normal;
  font-size: 40px;
  margin: 36px 0 0;
}
.hs-blog-post .post-body a {
  color: rgb(0, 174, 239);
}
.hs-blog-post .post-body p:last-child {
  margin-bottom: 0;
}
.post-follow-us-wrapper {
  border-top: 1px solid rgba(49,48,44,0.2);
  border-bottom: 1px solid rgba(49,48,44,0.2);
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  padding: 20px 0 19px;
}
.post-follow-us-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-blog-post-share-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(49,48,44,1);
}
.custom-blog-post-share-icon-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-blog-post-share-icon-wrap ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 0;
}
.custom-blog-post-share-icon-wrap ul li + li {
  margin-left: 30px;
}
.custom-blog-post-share-icon-wrap svg {
  fill: rgba(49,48,44,1);
}
.custom-bolg-bottom-share-grp li a:hover svg {
  fill: #4464a3;
}
.custom-bolg-bottom-share-grp li a.share_twitter:hover svg {
  fill: #55acee;
}
.custom-bolg-bottom-share-grp li a.share_googleplus:hover svg {
  fill: #0077b5;
}
.custom-bolg-bottom-share-grp li.copyLinkItem a:hover svg {
  fill: rgba(61,155,232,1);
}

.custom-blog-post-share-icon-wrap ul.news_link_wrapper {
  margin-left: 6px;
}

.custom-blog-post-share-icon-wrap ul.news_link_wrapper li {
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-blog-post-share-icon-wrap ul.news_link_wrapper li a {
  text-decoration: none;
  color: rgb(62, 62, 62);
  font-family: wfont_ef2337_e64cd762edf24879a1cdf147d29c1922, wf_e64cd762edf24879a1cdf147d, orig_avenirltstdroman;
  font-size: 14px;
  line-height: 1.5;
}

.custom-blog-post-share-icon-wrap ul.news_link_wrapper li a:hover {
  color: rgb(0, 174, 239);
}

.custom-post-botom-topic {
  padding-left: 6px;
}
.custom-post-botom-topic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
.custom-post-botom-topic ul li {
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-post-botom-topic ul li a {
  color: rgba(49,48,44,1);
  text-decoration: none;
}
.custom-post-botom-topic ul li a:hover {
  color: rgba(62,92,148,1);
}
.hs-blog-post .byline-right-col {
  margin-top: -3px;
  margin-right: -11px;
}
.hs-blog-post.pop-one-open .custom-share-pop1 {
  background-color: rgb(255, 255, 255);
  right: 1px;
}
.hs-blog-post .custom-social-share-popup-wrapper .custom-social-share-pop {
  background-color: rgb(255, 255, 255);
}
.hs-blog-post .custom-social-share-pop .pop-sharebox {
  padding-top: 12px;
}
olor: rgba(255,255,255,1);
}
.hs-blog-post .shre-link-pop-btns-grp {
  padding-top: 10px;
}
div.alignLeft {
  float: left;
  margin-right: 40px;
  margin-top: 17px;
  margin-bottom: 17px;
}
div.alignLeft + p {
  padding-top: 26px;
}
.hs-blog-post .post-body h3 {
  font: normal normal normal 40px/50px futura-lt-w01-book,sans-serif;
  line-height: normal;
  font-size: 22px;
  margin: 30px 0 25px;
}
.custom-recent-post-wrapper {
  padding-top: 23px;
  color: rgba(49,48,44,1);
}
.custom-recent-post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 29px;
}
.custom-recent-post-header h3 {
  font-size: inherit;
  margin: 0;
  font-family: futura-lt-w01-light, sans-serif;
  line-height: 29px;
  color: inherit;
  font-weight: normal;
}
.custom-recent-post-header a.blog-link-hover-color {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  font-family: futura-lt-w01-light, sans-serif;
}
.custom-recent-post-grid {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-evenly;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.custom-recent-post-grid.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.custom-recent-post-grid .slick-list.draggable {
  margin:0 -15px;
}
.custom-recent-post-grid .custom-recent-post-item {
  width: 33.333333%;
  float: left;
  padding: 0 15px;
}
.hs-recent-featured-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.6%;
}
.hs-recent-featured-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.custom-recent-post-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  padding: 24px;
  word-wrap: break-word;
}
.custom-recent-post-body .hs-rss-title a {
  text-decoration: none;
  color: inherit;
}
.custom-recent-post-body .hs-rss-title a:hover {
  color: rgba(62,92,148,1);
}
.custom-recent-post-body .hs-rss-title {
  font-size: 18px;
  color: rgba(49,48,44,1);
  font-family: futura-lt-w01-book, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.custom-rectn-post-comment a {
  color: rgb(49, 48, 44);
  text-decoration: none;
}
.custom-rectn-post-comment {
  border-top: 1px solid rgba(49,48,44,.2);
  margin-top: 40px;
  padding-top: 16px;
  opacity: .8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-family: futura-lt-w01-light, sans-serif;
  line-height: normal;
}
#comments-listing:empty {
  border: none;
  margin: 0;
  padding: 0;
}
.hs_cos_wrapper_type_blog_comments form {
  padding: 20px 0;
  margin: 20px 0;
}
.hs_cos_wrapper_type_blog_comments form .hs-richtext h3 {
  text-align: center;
  color: rgba(49,48,44,1);
  font: normal normal normal 18px/22px futura-lt-w01-light,sans-serif;
  line-height: normal;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 276px;
  display: block;
  width: 100%;
  overflow-y:hidden;
  overflow-x:auto;
  margin-bottom: 20px;
}
.hs-blog-post.blog .body-container.container-fluid .page-center {
  padding-bottom: 20px;
}
.author-icon svg {
  vertical-align: middle;
  margin-top: -1px;
  fill: rgba(49,48,44,1);
}
.author-icon {
  cursor: pointer;
}
.hs-blog-post .byline-date span:after {
  margin-right: 3px;
  margin-top: -2px;
  margin-left: 9px;
}
/* ==== ToolTip ====== */
.Fade{
  opacity:1;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
  filter: alpha(opacity=0);
  transition:opacity .4s ease-in-out;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  margin-top: 6px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 4px 9px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #2f2e2e;
  font-family:Avenir Next;
  font-size:12px;

}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2f2e2e;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2f2e2e;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2f2e2e;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2f2e2e;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2f2e2e;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2f2e2e;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2f2e2e;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2f2e2e;
}
.hs-blog-post .post-body blockquote {
  margin-top: -9px;
  margin-top: 15px;
  font-style: normal;
  line-height: 32px;
  margin-bottom: 15px;
  border-color: rgba(62,92,148,1);
  margin-right: calc((100% - 740px) / 2 + 60px);
  margin-left: calc((100% - 740px) / 2);
  padding: 10px 20px 10px 18px;
  border-left-width: 2px;
  font-size: 24px;
  border-left-style: solid;
}
div.alignCenter {
  text-align: center;
  padding: 39px 0 63px;
}
.custom-post-filter ul li.selected a {
  color: rgba(62,92,148,1);
}
.blog .body-container-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ======= Topic Page =========== */
.topic-page-view .post-listing {
  flex-wrap: wrap;
}
.topic-page-view .post-listing .post-item {
  width: 100%;
  float: none;
  display: flex;
}
.topic-page-view .post-listing .post-item .hs-featured-image-wrapper {
  width: 50%;
  float: left;
  padding-bottom: 32.5%;
}
.topic-page-view .post-listing .post-item .blog-post-body-sec {
  width: 50%;
  float: left;
  padding: 40px 48px 37px;
}
.topic-page-view .post-listing .post-item .post-item-inner {
  min-height: 0;
  overflow: hidden;
  display: flex;
}
.topic-page-view .post-header h2 {
  font: normal normal bold 28px/35px lato-light,lato,sans-serif;
  line-height: normal;
  color: rgba(49,48,44,1);
  margin: 0;
}
.topic-page-view .byline {
  padding-bottom: 20px;
}
.topic-page-view .post-body.visible-phone {
  display: block !important;
  margin-top: 12px;
  font: normal normal normal 16px/20px lato-light,lato,sans-serif;
  opacity: .8;
  line-height: 1.5;
}
.topic-page-view .post-body.visible-phone * {
  font-weight: normal;
  font-style: normal;
  display: inline;
  margin: 0;
}
.byline .author-name a:hover {
  color: rgba(62,92,148,1);
}
.custom-social-share-popup-wrapper.bottom-share-link-pop {
  opacity: 0;
  visibility: hidden;
}
.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop {
  display:block;
}
.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop {
  opacity: 1;
  visibility: visible;
}
.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop .custom-social-share-pop-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hs-news-layout .page-center.content-wrapper {
  color: #fff;
  background: transparent;
  
}
.hs-news-layout .body-container {
  min-height: 499px;
}

ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
input.hs-search-field__input::-webkit-search-decoration,
input.hs-search-field__input::-webkit-search-cancel-button,
input.hs-search-field__input::-webkit-search-results-button,
input.hs-search-field__input::-webkit-search-results-decoration {
  display: none;
}
.custom-advanced-search ul.hs-search-field__suggestions {
  position: absolute;
  top: 171%;
  background: #fff;
  z-index: 99;
}

.custom-mobile-advanced-search .hs-input::-webkit-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-mobile-advanced-search .hs-input:-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-mobile-advanced-search .hs-input::-moz-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-mobile-advanced-search .hs-input:-ms-input-placeholder {
  color: rgba(245,154,40,1);
  opacity: 0.4;
}
.custom-mobile-advanced-search ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  margin-top: 24px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
}
select#tinynav1 {
  display: none !important;
}
.hs-blog-post .post-body .hs_cos_wrapper_meta_field p:first-child small {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -7px;
}
.updated-date {
  line-height: 1.5;
  margin-top: 15px;
  font-size: 14px;
  font-family: futura-lt-w01-light, sans-serif;
  margin-bottom: -8px;
}

.widget-span.site-search-wrapper > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  overflow: hidden;
}

.widget-span.site-search-wrapper > div > div:before,.widget-span.site-search-wrapper > div > div:after {
  display: none;
}

.widget-span.categories {
  width: auto;
}

.widget-span.categories ul {
  overflow: hidden;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  overflow: hidden;
}

.widget-span.categories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  white-space: nowrap;
}

.widget-span.categories ul li a {
  font: normal normal bold 16px/20px raleway,sans-serif;
  color: rgba(6,21,81,1);
}

.widget-span.categories ul li + li {
  margin-left: 40px;
}

.widget-span.categories ul li a span {
  display: none;
}

h3:empty {
  display: none;
}

.widget-span.categories ul li a:hover,
.widget-span.categories ul li.active a {
  color: rgba(61,155,233,1);
}

.widget-span.blog-site-search {
  margin-left: 0;
  width: auto;
  float: right;
}
.widget-span.blog-site-search .hs-search-field {
  margin-right: 16px;
}

.widget-span.blog-site-search .hs-search-field .hs-search-field__bar {
  position: relative;
  margin-left: 20px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  height: 16px;
}

.widget-span.blog-site-search .hs-search-field .hs-search-field__bar form > svg {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  cursor: pointer;
  fill: rgba(6,21,81,1);
}

.widget-span.blog-site-search .hs-search-field .hs-search-field__bar form input[type="text"] {
  position: absolute;
  background: transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  display: none;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 29px;
  font: normal normal normal
    font: normal normal normal 16px/1.4em raleway,sans-serif;
  line-height: normal;
  color: rgba(6,21,81,1);
}

.widget-span.blog-site-search .hs-search-field .PuSOU {
  display: none;
  visibility: hidden;
  height: 25px;
  padding: 1px 0 0 29px;
  font: normal normal normal 16px/1.4em wfont_43da64_c6b3ef4be5c04dfc8ced219b4b7eb497,wf_c6b3ef4be5c04dfc8ced219b4,orig_quicksandlightregular;
  line-height: normal;
  color: rgba(6,21,81,1);
}

.widget-span.blog-site-search .hs-search-field ._1nkMY {
  height: 1px;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-color: rgba(6,21,81,1);
}
.widget-span.blog-site-search .hs-search-field .search-input__clear-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto -5px auto 0;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: none;
}
.inner-page-center {
  padding-top: 20px;
}
.widget-span.blog-site-search .hs-search-field .search-input__clear-button svg {
  fill: rgba(6,21,81,1);
  fill-rule: evenodd;
  opacity: .8;
}

.search-open .widget-span.blog-site-search .hs-search-field .hs-search-field__bar {
  width: 200px;
}

.search-open .widget-span.blog-site-search .hs-search-field .hs-search-field__bar form > svg {
  position: absolute;
}

.search-open .widget-span.blog-site-search .hs-search-field .hs-search-field__bar form input[type="text"] {
  padding-right: 20px;
  display: inline-block;
  padding-right: 20px;
  display: inline-block;
}

.search-open .widget-span.blog-site-search .hs-search-field .PuSOU {
  display: inline-block;
  padding-right: 20px;
}

.search-open .widget-span.blog-site-search .hs-search-field ._1nkMY {
  opacity: .5;
}

.search-open .widget-span.blog-site-search .hs-search-field .hs-search-field__bar form input[type="text"]:focus {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
}

.search-open .widget-span.blog-site-search .hs-search-field .search-input__clear-button {
  display: inline-block;
}

.categories h3 {
  display: none;
}
.hs-blog-post .widget-span.categories ul li a {
  color: rgba(61,155,233,1);
}

.hs-blog-post .byline-date {
  color: rgb(62, 62, 62);
  font-family: wfont_ef2337_e64cd762edf24879a1cdf147d29c1922, wf_e64cd762edf24879a1cdf147d, orig_avenirltstdroman;
}

.post-topics + .custom-bolg-bottom-share-grp .share-pop-title {
  text-align: left;
  margin-bottom: 40px;
}

.post-topics + .custom-bolg-bottom-share-grp .share-pop-title span {
  margin-left: 8px;
  display: inline-block;
  vertical-align: top;
}
.custom-bolg-bottom-share-grp {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.related-post-content > a h2:hover {
  color: rgba(61,155,232,1);
}

.hs-blog-listing {
  display: block;
  width: 100%;
  background-image: url();
  background-size: cover;
}

.custom-blog-header {
  position: relative;
  margin: 147px 0px 71px;
}

.custom-blog-header .custom-blog-header__title {
  text-align: center;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
}

.blog-content-wrapper {
  width: 100%;
  display: block;
}

.blog-content-wrapper .blog-index {
  display: block;
  width: 100%;
}

.post-item-inner .hs-featured-image-wrapper {
  flex: 0 0 453px;
  padding-bottom: 36.2%;
}

.post-item-inner .blog-post-body-sec {
  flex: 0 0 calc(100% - 453px);
}

.post-item-inner .blog-post-body-sec {
  flex: 0 0 calc(100% - 453px);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 36px;
  padding-right: 36px;
  color: rgb(42, 44, 51);
}

.post-item {
  margin-bottom: 40px;
}

.post-header h2 {
  font: normal normal normal 28px/35px wfont_ef2337_9d590d2a6e7740a8b3258539e7164508,wf_9d590d2a6e7740a8b3258539e,orig_sofia_pro_bold_regular_webfont;
  color: rgb(0, 174, 239);
  margin: 0;
  margin-top: 1px;
  margin-bottom: 12px;
}

.post-body.clearfix {
  font: normal normal normal 16px/20px wf_360b4247de5e44c4925034992,sans-serif;
  line-height: 1.5;
}

.cm-blog-inner-content a {
  color: rgb(42, 44, 51);
}

.cm-blog-inner-content:hover a {
  color: #7e5cff
}

.byline .byline-author-sec {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.byline-author-desc {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.byline-author-desc .IHVhk {
  display: flex;
  align-items: center;
  height: 19px;
  max-width: 100%;
  color: rgb(42, 44, 51);
  font-family: wf_360b4247de5e44c4925034992;
}

.byline-author-desc .xZNf- {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.byline-author-desc .xZNf- svg {
  fill: rgb(42, 44, 51);
}

.author-image .avatar {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: rgb(42, 44, 51);
}

.author-image .avatar .avatar-image {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

.author-image .avatar .fluid-avatar-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: no-repeat 50%;
  background-size: cover;
  overflow: hidden;
}

.author-image .avatar .avatar-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.post-item.no-img .post-item-inner .blog-post-body-sec {
  flex: none;
  width: 100%;
}

.cm-blog-footer {
  margin-top: auto;
  padding-top: 12px;
}

.post-item-inner .blog-post-body-sec {
  display: flex;
  flex-direction: column;
}

.cm-blog-footer .blog-post-homepage-description-background-color {
  height: 1px;
  opacity: .2;
  background-color: rgb(42, 44, 51);
  margin-bottom: 15px;
}

.custom_listing_comments {
  color: rgb(42, 44, 51);
  font-size: 12px;
  opacity: .8;
  line-height: normal;
}


.custom_listing_comments:hover {
  color: rgb(126, 92, 255);
}

.custom-share-pop1.open {
  display: block;
}

.custom-share-pop1 {
  position: absolute;
  z-index: 900;
  min-width: 200px;
  max-width: 300px;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
  margin: 5px;
  color: rgb(6, 6, 6);
  right: 25px;
  background-color: rgb(255, 255, 255);
}

.custom-social-share-popup-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.custom-social-share-popup-wrapper.open .custom-social-share-pop-inner {
  opacity: 1;
  transform: none;
}

.custom-social-share-popup-wrapper .custom-social-share-pop {
  background-color: #fff;
}

.share-pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.shre-link-box-pop.open {
  display: block;
}

.shre-link-pop-btns-grp .blog-btn {
  font-size: 14px;
  font-family: 'wf_360b4247de5e44c4925034992';
  font-weight: 400;
}

.shre-link-pop-btns-grp .blog-btn.copy-btn {
  background-color: rgb(255, 155, 151);
}

.shre-link-pop-btns-grp .blog-btn.cancle-btn {
  color: rgb(255, 155, 151);
  border-color: rgb(255, 155, 151);
}

.shre-link-box-pop input[type="text"] {
  top: 0;
}

.shre-link-box-pop .shre-link-box-pop-input-wrap {
  height: 40px;
}

.shre-link-box-pop .input-border {
  height: 40px;
  top: 0;
}

.custom-blog-top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
  margin-top: 50px;
}

.custom-blog-top-section .blog-header__navigation {
  display: flex;
  width: 100%;
  height: 46px;
  line-height: normal;
  font: normal normal normal 15px/1.4em wfont_d09d69_360b4247de5e44c49250349925222cd5,wf_360b4247de5e44c4925034992,orig_rubik_light;
  border-bottom: 1px solid;
}
.custom-blog-top-section .blog-header__navigation ul {
  overflow: hidden;
  list-style: none;
  flex-wrap: wrap;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.custom-blog-top-section .blog-header__navigation ul li {
  display: flex;
  align-items: center;
  height: 80px;
  white-space: nowrap;
}

.custom-blog-top-section .blog-header__navigation ul li a {
  color: rgb(6, 6, 6);
  font: normal normal normal 15px/1.4em wfont_d09d69_360b4247de5e44c49250349925222cd5,wf_360b4247de5e44c4925034992,orig_rubik_light;
  text-decoration: ;
  line-height: normal;
  text-decoration: none;
}

.custom-blog-top-section .blog-header__navigation ul li a:hover {
  color: rgb(126, 92, 255);
}

.custom-blog-top-section .blog-header__navigation h4 {
  margin: 0;
  font-size: 20px;
  font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
}

.custom-blog-top-section .blog-header__navigation h4 a {
  color: #3E3E3E;
  font-family: wfont_ef2337_a72baa19ac204aa4b3f750f8c329e577,wf_a72baa19ac204aa4b3f750f8c,orig_sofia_pro_medium_regular_webfont;
}

.custom-blog-top-section .blog-header__navigation h4 .arrow {
  position: relative;
  left: 0;
  top: 2px;
  transform: rotate(180deg);
  width: 35px;
  display: inline-block;
  text-align: right;
  font-size: 27px;
  vertical-align: middle;
}

.custom-search-section {
  display: flex;
  align-items: center;
}

.custom-search-section ._2h1iG {
  margin-right: 16px;
}

.custom-search-section .search-input-wrap {
  position: relative;
  margin-left: 20px;
  transition: all .5s ease;
  height: 16px;
}

.custom-search-section .search-input-section {
  position: absolute;
  background: transparent;
  transition: all .5s ease;
  display: none;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  color: rgb(6, 6, 6);
  padding: 1px 0 0 29px;
  font: normal normal normal 15px/1.4em wfont_d09d69_360b4247de5e44c49250349925222cd5,wf_360b4247de5e44c4925034992,orig_rubik_light;
  text-decoration: ;
  line-height: normal;
}

.blog-content-wrapper .blog-index {
  padding-top: 0;
}

.search-btn {
  cursor: pointer;
  display: inline-block;
}

.search-input-section.open {
  display: block;
  padding-bottom: 6px;
  border-bottom: 1px solid;
  border-color: rgba(6, 6, 6, .5);
}

.custom-search-section.open .search-input-wrap {
  width: 200px;
}

.search-input-section .hs-search-field__input {
  padding-right: 20px;
  display: inline-block;
  color: rgb(6, 6, 6);
  font: normal normal normal 15px/1.4em wfont_d09d69_360b4247de5e44c49250349925222cd5,wf_360b4247de5e44c4925034992,orig_rubik_light;
  line-height: normal;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  padding-right: 20px;
  display: inline-block;
  outline: none;
}

.custom-search-section .search-input-section button {
  display: none;
}

.search-input-section .hs-search-field__input::placeholder {
  color: rgb(6, 6, 6);
  opacity: .4;
}

.custom-search-section .search-input-section button.search-input__clear-button {
  position: absolute;
  top: -6px;
  right: 0;
  bottom: 0;
  margin: auto -5px auto 0;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: block;
}

.custom-search-section.open svg {
  position: relative;
  top: -1px;
}

.custom_listing_comments a {
  color: rgb(42, 44, 51);
  opacity: .8;
}

.custom_listing_comments a:hover {
  color: rgb(126, 92, 255);
}

.share-btn svg {
  fill: rgb(42, 44, 51);
}

.share-btn svg:hover {
  fill: #384AD3;
}

button.blog-post-page-button {
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  position: relative;
  display: inline-block;
  height: 36px;
  margin-left: 24px;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  text-decoration: inherit;
  font: normal normal normal 18px/22px wfont_d09d69_360b4247de5e44c49250349925222cd5,wf_360b4247de5e44c4925034992,orig_rubik_light;
  text-decoration: ;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  color: rgb(6, 6, 6);
  border-color: rgb(6, 6, 6);
  min-width: 150.02px;
}

button.blog-post-page-button span.if5xY {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.blog-post-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-style: solid;
  padding: 14px 60px 60px;
  z-index: 2;
  color: rgb(62, 62, 62);
  background-color: rgb(255, 255, 255);
  border-color: rgba(232, 230, 230, 0.75);
  border-width: 0px;
}

.post-header h1 {
  font: normal normal normal 59px/73px wfont_ef2337_9d590d2a6e7740a8b3258539e7164508,wf_9d590d2a6e7740a8b3258539e,orig_sofia_pro_semi_bold_regular_webfont;
  line-height: normal;
  color: rgb(0, 174, 239);
}

.blog-post-content-wrap .blog-post-content-inner {
  max-width: 740px;
  margin: auto;
}

.hs-blog-post .byline-author-desc {
  flex-direction: row;
}

.byline-author-desc .IHVhk:after {
  background-color: rgb(6, 6, 6);
}

.hs-blog-post .byline-date span.date:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 8px;
  background-color: rgb(6, 6, 6);
  display: inline-block;
  vertical-align: middle;
}

.hs-blog-post .custom_listing_comments {
  padding-top: 18px;
}

.custom-bolg-bottom-share-grp {
  margin-top: 50px;
  padding: 19.5px 0;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(6, 6, 6, .2);
}

.custom-blog-post-share-icon-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-blog-post .custom-bolg-bottom-share-grp svg {
  fill: 3e3e3e;
}

.hs-blog-post .custom-bolg-bottom-share-grp .share_facebook:hover svg {
  fill: #4464a3;
}

.hs-blog-post .custom-bolg-bottom-share-grp .copyLinkItem:hover svg {
  fill: rgb(0, 174, 239);
}

.related-posts-wrapper {
  padding-top: 23px;
}

.related-posts-wrapper .related-col-1 {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 29px;
}

.related-posts-wrapper .related-col-1 h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
  font-family: wfont_ef2337_e64cd762edf24879a1cdf147d29c1922, wf_e64cd762edf24879a1cdf147d, orig_avenirltstdroman;
}

.related-posts-wrapper .related-col-1 .blog-link-hover-color {
  font-size: 14px;
  color: #3e3e3e;
}

.related-posts-wrapper .related-col-1 .blog-link-hover-color:hover {
  color: rgb(0, 174, 239);
}

.related-posts-wrapper .related-inner-wrapper {
  padding: 20px 0;
}

.related-posts-wrapper .related-post-item {
  border: solid;
  overflow: hidden;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 290px;
  border-width: 0;
  background-color: #fff;
}

.related-posts-wrapper .related-post-item .hs-featured-image-wrapper {
  padding: 0;
}

.related-posts-wrapper .related-post-item .hs-featured-image-wrapper .post-itm-bg {
  padding-top: 56.25%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.related-posts-wrapper .related-post-item  .related-post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: auto;
  padding: 24px;
  word-wrap: break-word;
}

.related-posts-wrapper .related-post-item .related-post-content h2 {
  font-family: wfont_ef2337_9d590d2a6e7740a8b3258539e7164508, wf_9d590d2a6e7740a8b3258539e, orig_sofia_pro_semi_bold_regular_webfont;
  line-height: normal;
  font-size: 18px;
  color: rgb(0, 174, 239);
}

.related-posts-wrapper .related-post-item .related-post-content h2 a {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none;
  color: rgb(0, 174, 239);
}

.related-posts-wrapper .related-post-item .related-post-content  h2 a:hover {
  color: rgb(0, 174, 239);
}

.related-posts-wrapper .related-post-item + .related-post-item {
  margin-left: 34px;
}

.related-posts-wrapper .related-inner-wrapper .slick-track {
  display: flex;
  justify-content: flex-start;
}

.related-posts-wrapper .related-inner-wrapper .slick-list {
  width: 100%;
}

.slick-dots {
  display: flex!important;
  height: 42px;
  align-items: center;
  justify-content: center/*!rtl:end:ignore*/;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: .2;
  background-color: rgb(6, 6, 6);
  border: none;
  font-size: 0;
  cursor: pointer;
  padding: 0;
}

.slick-dots li + li {
  margin-left: 6px/*!rtl:end:ignore*/;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.blog-content-wrapper .content-wrapper {
  max-width: 980px;
  padding: 0 20px;
}

.custom-search-section ul.hs-search-field__suggestions {
  position: absolute;
  background: #fff;
  left: -30px;
  top: 30px;
  z-index: 99;
  min-width: 200px;
}

.byline .byline-author-sec {
  margin-top: 0;
}

.byline-right-col .share-btn {
  margin-top: 1px;
}

.cm-blog-inner-content h2 {
  color: rgb(6, 6, 6);
  margin-top: 1px;
  font: normal normal bold 28px/35px wfont_d09d69_360b4247de5e44c49250349925222cd5,wf_360b4247de5e44c4925034992,orig_rubik_light;
  text-decoration: ;
}

.cm-blog-inner-content a {
  color: #060606;
}

.byline {
  padding-bottom: 12px;
}

.hs-blog-post .share-pop-overlay {
  opacity: .8;
  background-color: #000;
}

.hs-blog-post .custom-social-share-pop .pop-sharebox {
  padding-top: 35px;
  padding-bottom: 2px;
}

.hs-blog-post .shre-link-pop-btns-grp .blog-btn.cancle-btn {
  border-color: rgb(6, 6, 6);
  color: rgb(6, 6, 6);
}

.hs-blog-post .shre-link-pop-btns-grp .blog-btn.copy-btn {
  background-color: rgb(6, 6, 6);
}

.hs-blog-post .shre-link-box-pop .input-border {
  height: 53px;
}

.hs-blog-post .shre-link-box-pop input[type="text"] {
  top: 10px;
}

.hs-blog-post .shre-link-box-pop .shre-link-box-pop-input-wrap {
  height: 53px;
  margin-bottom: 38px;
}

.custom-social-share-popup-wrapper.bottom-share-link-pop .share-pop-title {
  text-align: left;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
}

.custom-social-share-popup-wrapper.bottom-share-link-pop .share-pop-title span {
  margin-left: 12px;
}

.hs-blog-post .custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop-input-wrap {
  margin-bottom: 36px;
}

.custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  color: 3e3e3e;
  font-family: helvetica;
}

.custom-share-pop1 .custom-share-pop1-action-btn {
  padding: 17px 25px 17px;
}

.blog-icon-fill {
  fill: rgb(6, 6, 6);
}

.custom-share-pop1 {
  margin: 4px 5px;
}

.shre-link-box-pop input[type="text"] {
  outline: none;
}

.related-posts-wrapper .related-post-item .post-title {
  width: 100%;
}

.related-posts-wrapper .related-post-item .recent-post-footer {
  margin: auto 0 0;
}

.recent-post-footer .blog-separator-background-color {
  height: 1px;
  opacity: .2;
  background-color: rgb(6, 6, 6);
}

.related-posts-wrapper .related-post-item .recent-post-footer .custom_listing_comments {
  font-size: 12px;
  color: inherit;
  padding-top: 15px;
}

.related-posts-wrapper .related-post-item .recent-post-footer .custom_listing_comments .comment-inner {
  display: inline-flex;
  align-items: center;
  padding-right: 2px;
}

.related-posts-wrapper .related-post-item .recent-post-footer .custom_listing_comments .comment-inner svg {
  fill: rgb(6, 6, 6);
}

.related-posts-wrapper .related-post-item .recent-post-footer .custom_listing_comments .comment-inner svg:hover {
  fill: rgb(126, 92, 255);
}

.related-posts-wrapper .related-post-item .recent-post-footer .custom_listing_comments .comment-inner span {
  margin-left: 6px;
}

.section.post-footer .hs-input {
  background-color: transparent;
  border: 1px solid;
  border-color: rgba(6, 6, 6, 0.3);
}

.section.post-footer .hs-input:hover {
  border-color: rgba(6, 6, 6, 0.75);
}

.hs-blog-post .custom_listing_comments {
  font-size: 14px;
  line-height: 21px;
  color: rgb(6, 6, 6);
}

.shre-link-box-pop input[type="text"]:focus,
.hs-blog-post .shre-link-box-pop input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}

/* ========================= media queries ================== */
@media (min-width: 768px) {
  .custom-blog-top-section .blog-header__navigation ul li a.mobile,
  button.blog-post-page-button.mobile,
  .custom-search-section.mobile {
    display: none;
  }
}


@media (max-width: 1000px) {
  .related-posts-wrapper .related-col-1 {
    padding: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .custom-blog-top-section {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 767px) {

  .hs-blog-listing .custom-blog-top-section {
    background-color: rgb(255, 155, 151);
    height: 50px;
    margin: 0;
  }

  .custom-blog-top-section .blog-header__navigation ul li a.desktop {
    display: none;
  }

  button.blog-post-page-button.desktop {
    display: none;
  }

  .custom-search-section.desktop {
    display: none;
  }

  button.blog-post-page-button.mobile {
    color: #fff;
    min-width: auto;
    border: none;
    margin: 0;
  }

  .search-btn svg {
    fill: #fff;
  }

  .custom-blog-header {
    margin: 61px 0px 38px;
  }

  .custom-blog-header .custom-blog-header__title {
    font-size: 23px;
  }

  .hs-blog-listing {
    background: none;
  }

  .blog-content-wrapper .content-wrapper {
    padding: 0;
  }

  .blog-content-wrapper .blog-index {
    padding: 0;
  }

  .post-item-inner .hs-featured-image-wrapper {
    flex: none;
    width: 100%;
  }

  .post-item-inner .blog-post-body-sec {
    flex: none;
    width: 100%;
    padding: 30px 18px 25px;
  }

  .cm-blog-inner-content h2 {
    font-size: 28px;
  }

  .custom-social-share-popup-wrapper .custom-social-share-pop {width: 95%;}

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

  .custom-social-share-pop .custom-social-share-pop-col-inner {
    padding: 26px 16px;
  }

  .shre-link-pop-btns-grp {
    justify-content: flex-start;
  }

  .related-posts-wrapper .related-col-1 {
    padding: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .hs-blog-post .blog-content-wrapper {
    margin: 0;
  }

  .hs-blog-post .custom-blog-top-section {
    padding-left: 18px;
    padding-right: 18px;
    height: auto;
  }

  .custom-blog-top-section .blog-header__navigation ul li a {
    color: #fff;
  }

  .blog-post-content-wrap {
    border: none;
    padding: 0;
    margin-top: 12px;
    padding: 30px 0 25px;
  }

  .blog-post-content-wrap .blog-post-content-inner {
    padding: 0 18px;
  }

  .hs-blog-post .byline-author-desc {
    flex-direction: column;
  }

  .hs-blog-post .byline-date span.date:before {
    content: none;
  }

  .post-header h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .section.post-body {
    font-size: 18px;
  }

  button.blog-post-page-button.mobile {
    padding-right: 20px;
    padding: 0 16px;
    font-size: 14px;
  }

  .hs-blog-post .custom-blog-top-section {
    margin-bottom: 0;
  }

  .hs-blog-post button.blog-post-page-button.mobile span.if5xY {
    font-family: Avenir Next;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-size: 14px;
    white-space: nowrap;
  }

  button.blog-post-page-button.mobile {
    padding-right: 11px;
    padding-left: 25px;
  }

  .custom-blog-top-section .blog-header__navigation ul li a.mobile {
    font-size: 14px;
  }
}

.custom-listing-wrapper .dnd-section {
  padding: 0;
}

.custom-listing-wrapper .dnd-section > .row-fluid {
  max-width: 980px;
}

.custom-listing-wrapper .recent-posts-wrapper {
  margin-top: 6px;
}

.custom-listing-wrapper .recent-posts-wrapper .first-post .first-post-inner-wrap {
  -moz-box-shadow: rgba(0,0,0,0.05) 7.07px 7.07px 4px 0px;
  -webkit-box-shadow: rgb(0 0 0 / 5%) 7.07px 7.07px 4px 0px;
  box-shadow: rgb(0 0 0 / 5%) 7.07px 7.07px 4px 0px;
  overflow: hidden;
}

.custom-listing-wrapper .recent-posts-wrapper .first-post-inner-content h2.post-title {
  margin-bottom: 0;
}

.custom-listing-wrapper .recent-posts-wrapper .content-wrapper {
  max-width: 980px;
}

.topic-page-section {
  background-color: #fff;
}

.comment-title {
  margin-top: 16px;
  padding: 20px 30px 50px;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
}

.comment-title h2 {
  max-width: 740px;
  flex: 1;
  width: 100%;
  font-size: 20px;
  font-family: wfont_ef2337_9d590d2a6e7740a8b3258539e7164508, wf_9d590d2a6e7740a8b3258539e, orig_sofia_pro_semi_bold_regular_webfont;
  line-height: 1.4;
  margin: 0;
}
.topic-item-title {
  margin-bottom: 11px;
}
.cm-post-author a {
  color: rgb(0, 174, 239);
  text-decoration: underline;
}


nav.blog-pagination {
  margin: 16px 0 30px;
  padding-bottom: 10px;
}

nav.blog-pagination .blog-pagination__prev-link--disabled,
nav.blog-pagination .blog-pagination__next-link--disabled{
  opacity: 0.4;
  cursor: default;
}

nav.blog-pagination svg {
  fill: rgb(62, 62, 62);
  width: 7;
  height: 12;
}

nav.blog-pagination .blog-pagination__number-link {
  font: normal normal normal 14px/17px wfont_ef2337_e64cd762edf24879a1cdf147d29c1922,wf_e64cd762edf24879a1cdf147d,orig_avenirltstdroman;
  line-height: normal;
  text-decoration: none;
  margin: 0 3px;
  min-width: 36px;
  min-height: 36px;
  cursor: pointer;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  padding: 0;
}
nav.blog-pagination .blog-pagination__link--active {
  pointer-events: none;
}

@media(max-width: 767px) {
  .custom-listing-wrapper .recent-posts-wrapper {
    margin-top: 0;
    margin-bottom: 14px;
  }

  .custom-blog-top-section .blog-header__navigation {
    height: auto;
    padding-bottom: 19px;
  }

  .custom-blog-top-section .blog-header__navigation h4 {
    font-size: 23px;
    padding-left: 2px;
  }
.custom-blog-top-section .blog-header__navigation h2 {
    font-size: 28px;
    padding-left: 2px;
  }
  .custom-blog-top-section .blog-header__navigation h4 .arrow {
    font-size: 22px;
  }

  .custom-blog-top-section .blog-header__navigation h4 .arrow {
    top: 0;
    width: 32px;
  }

  .blog-post-content-wrap {
    padding-top: 34px;
  }

  .hs-blog-post .byline .byline-author-sec {
    font-size: 12px;
  }

  .post-header h1 {
    font-size: 29px;
  }
.post-header h2 {
    font-size: 23px;
  }
  .custom-blog-post-share-icon-wrap {
    flex-direction: column;
    align-items: unset;
  }

  .custom-blog-post-share-icon-wrap ul.news_link_wrapper {
    order: 1;
    margin: 19px 0 -4px;
    font-size: 12px;
    line-height: 18px;
  }

  .custom-blog-post-share-icon-wrap ul {
    order: 2;
    margin-top: 24px;
  }

  .custom-blog-post-share-icon-wrap ul.news_link_wrapper li a {
    font-size: 12px;
  }

  .related-posts-wrapper .related-post-item + .related-post-item {
    margin: 0 6px;
  }

  .related-posts-wrapper .related-inner-wrapper {
    padding: 20px;
  }

  .related-posts-wrapper .related-post-item {
    border-color: rgba(232, 230, 230, 0.75);
    border-width: 1px;  
    margin: 0 6px;
    max-width: 100%;
  }

  .blog-comments {
    padding: 0 20px;
  }

  .related-posts-wrapper .related-inner-wrapper > div {
    margin: 0 -6px;
    width: auto !important;
  }

  .blog-pagination {
    padding-bottom: 19px;
  }
}

@media(max-width: 479px) {
  .related-posts-wrapper .related-inner-wrapper > div,
  .related-posts-wrapper .related-post-item,
  .related-posts-wrapper .related-post-item + .related-post-item {
    margin: 0 0 2px;
  }
}