/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.blog-form-outer .form-outer input.hs-button {
  font-family: rubrik-new,sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 9px 36px 9px 18px;
  text-transform: uppercase;
  white-space: normal;
  border-radius: 0px;
  height: 44px;
}

.blog-form-outer .form-outer .hs_submit.hs-submit .actions {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.blog-form-outer .form-columns-2 input {
  width: 100% !important;
  height: 44px;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 400;
  padding-left: 12px;
}

.blog-form-outer .hs_submit.hs-submit {margin-top: 0px;}

.page-center-ie{
  max-width: 1200px !important;
  float: none !important;
  margin: 0 auto !important;
  width: 100%;
  box-sizing: border-box !important; 
  /*      padding: 20px !important;  */
}


.post-pagination-new ul.pagination-new {
  padding: 20px 0px;
  margin: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.post-pagination-new ul.pagination-new li {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px 5px;
}
/* .blog-listing-wrapper {
max-width: 1000px;
margin: 0 auto;
padding: 0px 20px;
} */
.post-pagination-new ul.pagination-new li a {
  text-decoration: none;
  color: #2b2e34;
  font-weight: 500;
  font-size: 17px;
  line-height: 41px;
  transition: all .6s;
  display: inherit;
  width: 40px;
  border: 1px solid #35A99A;
  border-radius: 5px;
  letter-spacing: 0.68px;
}

.post-pagination-new ul.pagination-new li#previous:hover a,
.post-pagination-new ul.pagination-new li#previous.active a {
  background-color: #fff !important;
  color: #137BE8;
}
.post-pagination-new ul.pagination-new li#previous { padding-right: 50px;}
.post-pagination-new ul.pagination-new li#next:hover a,
.post-pagination-new ul.pagination-new li#next.active a { background-color: #fff !important;color: #174388;}
.post-pagination-new ul.pagination-new li.active a,
.post-pagination-new ul.pagination-new li:hover a { background-color: #007A69; color:#F9F9F9;}

.post-filter-pagination-new label.lable {
  color: #2B2E34;
  font-weight: 500;
  font-size: 24px;
  line-height: 50px;
  transition: .6s all;
}
a.previous-posts-link {
  border: 1px solid #35A99A !important;
  border-radius: 5px;
  padding: 8px 20px;
  text-decoration: none;
  letter-spacing: 0.68px;
  color: #2b2e34;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  margin: 0px;
}
a.previous-posts-link svg path{
 fill: #2b2e34;
}
a.previous-posts-link:hover{
  color: white;
  background-color:#35A99A;
  border: 1px solid #007A69;
}
.product-range-content {
    margin: 0;
}
.listing-blog a.next-posts-link {
  border: 1px solid #174388;
  border-radius: 5px;
  padding: 4px 20px;
  text-decoration: none;
  letter-spacing: 0.68px;
  color: #2B2E34;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-filter-pagination-new select#tags {
  color: #2B2E34;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  transition: .6s all;
  border: 1px solid #545298;
  width: 350px;
  padding: 5px 20px 5px 10px;
  -webkit-appearance: none;
}
.post-body.clearfix a { text-decoration: none;}
.post-filter-pagination-new { padding: 0px 0 35px;}
.fiter-one span {
  border: 0;
  letter-spacing: 0.15px;
  color: #00000099;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}

/* trail */
.listing-blog .post-filter span:focus { outline: none;}
.fiter-one { cursor: pointer;}
.listing-blog .post-filter ul#tags {
  position: absolute;
  display: none;
  z-index: 9;
  top: 20px;
  height: 300px;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  width: 280px;
  left: 0px;
  background-color: #fff;
  box-shadow:0px 2px 10px 1px rgb(0 0 0 / 15%);
  padding-left: 0px;
}
.listing-blog .post-filter { position: relative;}
.listing-blog .post-filter span {
  color: rgba(0,0,0,.6);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  transition: all .6s;
  border: 0px solid #174388;
  padding: 0 0px;
  outline: 0;
  cursor: pointer;
  padding-right:15px;
}
.comments-wrapper form h1 {
  letter-spacing: 0.57px;
  color: #00AAE5;
  text-transform: uppercase;
  font-size: 19px !important;
  line-height: 54px !important;
  padding-bottom: 20px;
  position:relative;
  padding-left:45px;
}
.comments-wrapper form h1:before {
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/Arrow-red.svg);
  width: 60px;
  height: 60px;
  background-size: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: -12px;
  top: -4px;
}
.listing-blog .post-filter ul li a {
  line-height: 24px;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  transition: all .6s;
  letter-spacing: 0.5px;
  color: #000000DE;
}
.post-filter span { position: relative;display: inline-block;}
.blog-post-name-new h2  {
  letter-spacing: -0.23px;
  color: #132B45;
  text-align: left;
  font-size: 25px;
  line-height: 35px;
  text-decoration: none;
  margin: 0px;
  font-weight:500;
  display: block;
}
span.published-date {
  letter-spacing: 0.6px;
  color: #132B45;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  margin: 0px;
  font-weight: 500;
}
.blog-post-name-new h2 { margin: 0px;}
.blog-post-content { display: none;}
.blog-post-author-description { padding: 15px 0px; display:block;}
.post-filter-pagination-new {
  padding: 0px 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.blog-left-content-container a { text-decoration: none;}
.blog-content p a {
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  text-decoration:none;
}
.post-pagination-new { padding-right: 20px;}
.total-pages h3 {
  letter-spacing: 0.68px;
  color: #2B2E34;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  margin: 0px;
}
.goto-page {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 50px;
  position: relative;
}
.goto-page span input {
  padding: 0;
  height: 42px;
  width: 65px;
  border: 1px solid  #007A69 !important;
  border-radius: 5px;
  letter-spacing: 0.68px;
  color: #2B2E34;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}
.goto-page span { padding: 0px 10px;}
.goto-page h3 {
  letter-spacing: .68px;
  color: #2b2e34;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  margin: 0;
}
a.goto {
  letter-spacing: .68px;
  color: #2b2e34;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  margin: 0;
  height: 42px;
  width: 65px;
  border: 1px solid  #007A69;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:0.4s all;
  cursor: pointer;
}
a.goto:hover {
  background-color:  #007A69;
  color: #fff;
}
.error-message p { color: red; font-size: 17px;}
.error-message {
  position: absolute;
  right: 56px;
  top: 25px;
}
a.previous-posts-link:hover path.Path_8487 {fill: #fff;}
a.next-posts-link:hover path.Path_8487 { fill: #fff;}
.listing-blog .post-filter {
  position: relative;
  display: inline-block;
}
.listing-blog a.next-posts-link svg {  padding:10px 0px 0px !important;}
.listing-blog a.previous-posts-link svg { padding-right: 8px;}
.listing-blog a.next-posts-link:hover, .listing-blog a.previous-posts-link:hover {
  background: #174388;
  color: #fff;
}
.listing-blog a.next-posts-link:hover svg {  fill:#fff;}
.listing-blog a.previous-posts-link:hover svg {  fill:#fff;}
.listing-blog .post-filter:hover ul#tags { display: block;}
.post-item {
  position: relative;
  transition: 0.6s all;
}
.post-item:nth-child(1) .post-body:after {
  content: "";
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/dark-blue.svg);
  background-size: contain;
  background-position: right 0 center;
  background-repeat: no-repeat;
  min-height: 480px;
  position: absolute;
  width: 121px;
  height: 125px;
  top: -155px;
  right: -55px;
  z-index: -1;
  transition: 0.6s all;
}
.post-item:nth-child(1):hover .post-body:after {
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/recone.svg);
}
.post-item:nth-child(2) .post-body:after {
  content: "";
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/dark-red.svg);
  background-size: contain;
  background-position: right 0 center;
  background-repeat: no-repeat;
  min-height: 480px;
  position: absolute;
  width: 121px;
  height: 125px;
  top: -155px;
  right: -55px;
  z-index: -1;
  transition: 0.6s all;
}
.post-item:nth-child(2):hover .post-body:after {
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/rectthree.svg);
}
.post-item:nth-child(3) .post-body:after {
  content: "";
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/light-blue.svg);
  background-size: contain;
  background-position: right 0 center;
  background-repeat: no-repeat;
  min-height: 480px;
  position: absolute;
  width: 121px;
  height: 125px;
  top: -155px;
  right: -55px;
  z-index: -1;
  transition: 0.6s all;
}
.post-item:nth-child(3):hover .post-body:after {
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/rectfr.svg);
}

.post-item:nth-child(4) .post-body:after {
  content: "";
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/dark-blue.svg);
  background-size: contain;
  background-position: right 0 center;
  background-repeat: no-repeat;
  min-height: 480px;
  position: absolute;
  width: 121px;
  height: 125px;
  top: -155px;
  right: -55px;
  z-index: -1;
  transition: 0.6s all;
}
.post-item:nth-child(4):hover .post-body:after {
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/recone.svg);
}
.post-item:nth-child(5) .post-body:after {
  content: "";
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/dark-red.svg);
  background-size: contain;
  background-position: right 0 center;
  background-repeat: no-repeat;
  min-height: 480px;
  position: absolute;
  width: 121px;
  height: 125px;
  top: -155px;
  right: -55px;
  z-index: -1;
  transition: 0.6s all;
}
.post-item:nth-child(5):hover .post-body:after {
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/rectthree.svg);
}
.post-item:nth-child(6) .post-body:after {
  content: "";
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/light-blue.svg);
  background-size: contain;
  background-position: right 0 center;
  background-repeat: no-repeat;
  min-height: 480px;
  position: absolute;
  width: 121px;
  height: 125px;
  top: -155px;
  right: -55px;
  z-index: -1;
  transition: 0.6s all;
}
.post-item:nth-child(6):hover .post-body:after {
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/rectfr.svg);
}

.post-item:nth-child(7) .post-body:after {
  content: "";
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/dark-blue.svg);
  background-size: contain;
  background-position: right 0 center;
  background-repeat: no-repeat;
  min-height: 480px;
  position: absolute;
  width: 121px;
  height: 125px;
  top: -155px;
  right: -55px;
  z-index: -1;
  transition: 0.6s all;
}
.post-item:nth-child(7):hover .post-body:after {
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/recone.svg);
}
.post-item:nth-child(8) .post-body:after {
  content: "";
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/dark-red.svg);
  background-size: contain;
  background-position: right 0 center;
  background-repeat: no-repeat;
  min-height: 480px;
  position: absolute;
  width: 121px;
  height: 125px;
  top: -155px;
  right: -55px;
  z-index: -1;
  transition: 0.6s all;
}
.post-item:nth-child(8):hover .post-body:after {
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/rectthree.svg);
}
.post-item:nth-child(9) .post-body:after {
  content: "";
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/light-blue.svg);
  background-size: contain;
  background-position: right 0 center;
  background-repeat: no-repeat;
  min-height: 480px;
  position: absolute;
  width: 121px;
  height: 125px;
  top: -155px;
  right: -55px;
  z-index: -1;
  transition: 0.6s all;
}
.post-item:nth-child(9):hover .post-body:after {
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/rectfr.svg);
}
.post-item:nth-child(10) .post-body:after {
  content: "";
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/dark-blue.svg);
  background-size: contain;
  background-position: right 0 center;
  background-repeat: no-repeat;
  min-height: 480px;
  position: absolute;
  width: 121px;
  height: 125px;
  top: -155px;
  right: -55px;
  z-index: -1;
  transition: 0.6s all;
}
.listing-blog .post-listing .post-item:nth-child(10) { padding-bottom: 10px;}
.listing-blog .post-listing .post-item:nth-child(9) { padding-bottom: 10px;}
.post-item:nth-child(10):hover .post-body:after {
  background-image: url(https://353296.fs1.hubspotusercontent-na1.net/hubfs/353296/Escatec_images_2022/Blog%20Images%202022/recone.svg);
}

.listing-blog .post-filter ul#tags::-webkit-scrollbar {  width: 5px;}
/* .listing-blog .post-filter ul#tags::-webkit-scrollbar-track {
border-radius: 2px;
box-shadow: inset 0 0 5px grey;
height:5px;
} */
::-webkit-scrollbar-thumb {
  background-color: #00000061;
  border-radius: 2px;
}


ul.pagination-new.clearfix {
  display: flex;
  align-items: center;
}


.listing-blog a.next-posts-link, .listing-blog a.previous-posts-link {
  border: 1px solid #137BE8 !important;
  border-radius: 5px;
  padding: 4px 20px;
  text-decoration: none;
  letter-spacing: .68px;
  color: #2b2e34;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
}
a.next-posts-link{
  border: 1px solid #35a99a;
  border-radius: 5px;
  padding: 8px 10px;
  color: #2b2e34;
  display: inline-block;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.68px;
  text-decoration: none;
  font-weight: 500;
}


.filter-and-blog-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div#hs_cos_wrapper_module_165944378877443 { flex: 0 60%;}

div#hs_cos_wrapper_module_165944380486449 { flex: 0 30%;}


.inner-filter-and-blog-wrapper-new {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.featured-post-blog-new{  flex: 0 90%;}
.filter-module ul li {  list-style: none;}

.filter-module ul li a {
  color: #2F3A45 !important;
  font-size: 16px !important;
  line-height: 35px;
  display: inline-block;
}
.filter-module ul { padding: 0px; margin:0px;}
.filter-module h3 {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 40px;
}

.seach-input-wrapper { border: 1px solid #137BE8;}

.filter-module {
  padding-left: 15px; 
  min-height: 423px;
}
.search-input .hs-search-field__input {
  display: inline-block;
  width: 100%;
  padding: 5px 0px 5px 34px !important;
  min-height: 54px !important;
  /*     font-family: Helvetica Neue,Helvetica,Arial,sans-serif; */
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
/*   color: #33475b; */
  color:#007A69;
  background-color: #fff;
  border: 1px solid #d1d6dc;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: none!important;
/*   background-image:url(https://2934012.fs1.hubspotusercontent-na1.net/hubfs/2934012/Blog%20featured%20images/search.svg); */
  background-image:url(https://2934012.fs1.hubspotusercontent-na1.net/hubfs/2934012/Blog%20images/2023/Search-1.svg);
  
  background-position:center right 40px;
  background-repeat:no-repeat;
}


.all-blogs-outer {
  /*     padding: 10px 10px 0 20px; */
  padding:0px !important;
  box-sizing: border-box;
}

.search-input { border-bottom: 1px solid #007A69 !important;}

.listing-header-outer { padding: 0px 0px 20px 0px!important;}

.listp-subheader-wrap p {  margin: 0px !important;}

.individual-list-page .ind-wrap {  padding: 24px 0px 20px !important;}
.download-btn {  padding: 20px 0px 0px;}


}
.seach-input-wrapper {  flex:0 25%;}
.seach-input-wrapper {
  flex:0 25%;
  border:1px solid #007A69;
  /* max-height: 580px !important; */
  /*  max-height: 480px !important;
  overflow: scroll; */
  margin-bottom:15px;
}

.news-intro p {  margin: 0px;}

.listp-subheader-wrap p {
  line-height: 33px;
  text-align: left;
  letter-spacing: 0px;
  font-size:18px;
  font-weight:400;
  color: #000000;
}

.listing-header-outer .listing-header-inner .listp-subheader-wrap {  max-width: 100% !important; 
}

.filter-name h3 {
  font-size: 16px;
  line-height: 40px;
  color: #002B33;
  letter-spacing: 0px;
  font-weight: 800;
}

.filter-name a {
  color: #2F3A45;
  line-height: 35px;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0px;
  padding-left: 30px;
  position: relative; 
}


.filter-name a {  padding-left: 30px; }

.filter-name a:before {
  /* background-image: url('https://2934012.fs1.hubspotusercontent-na1.net/hubfs/2934012/Blog%20featured%20images/box.svg'); */
  background-image: url('https://2934012.fs1.hubspotusercontent-na1.net/hubfs/2934012/Blog%20images/2023/box%20%281%29.svg');

  width: 20px;
  height: 20px;
  background-size: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: 0px;
  top: -1px;
}

.filter-name .filrer-tags a:before {  top:7px;}

.filter-name a.active:before {
/*   background-image: url('https://2934012.fs1.hubspotusercontent-na1.net/hubfs/2934012/Blog%20featured%20images/checkbox.svg'); */
  background-image: url('https://2934012.fs1.hubspotusercontent-na1.net/hubfs/2934012/Blog%20images/2023/checkbox%20%281%29.svg');
  
}


a.previous-posts-link.change-opt svg path {   fill: #2b2e34;}
/* a.previous-posts-link svg {  padding: 8px 5px 0;} */
.listing-header-outer .listing-header-inner {
  max-width: 65% !important;
  padding-left: 5px;
}

a.next-posts-link:hover {
  color: white;
  background-color: #35A99A;
  border: 1px solid #35A99A;
}




.footer__container {
  padding-top: 40px;
  padding-bottom: 40px !important;
  margin: 0 auto; 
}


.filter-module ul li a:hover{  text-decoration:underline;}

.filter-name a:hover{  color:#2F3A45;  text-decoration:underline;}

.news-item-new:hover .news-title a{
  text-decoration:underline !important;
}

.news-intro p {
  margin: 0;
  font-size: 16px !important;
  color: #2F3A45;
  line-height: 23px;
  font-weight:400;
}
.ieblog-outer.second {  padding: 40px 0px 0px;}
.ieblog-outer.three {  padding: 25px 0px 0px;}

/* .post-name-new h2 {
color: #2f3a45;
font-size: 25px !important;
line-height: 35px;
font-weight: 700;
letter-spacing:-0.65px;
font-family: proxima-nova,sans-serif;
margin: 0;
} */
.post-name-new a {  text-decoration: none;}

.hs-search-field--open .hs-search-field__suggestions {
  /*     border: 1px solid #000; */
  padding: 5px 0px 5px 30px;
  min-height: 480px
}




.hs-search-field__suggestions #results-for, .hs-search-field__suggestions a {
  display: block;
  padding: 12px 30px 6px 35px;
}

.hs-search-field__suggestions #results-for {  padding-top:25px !important; }

.hs-search-field__suggestions #results-for, .hs-search-field__suggestions a {  color: #35a99a;}
.hs-search-field--open .hs-search-field__suggestions {  border:none !important;}

.individual-list-page .flex-wrap-col-news-new .flex-col-new:hover {  background-color: #ffffff !important;}

.individual-list-page .flex-wrap-col-news-new .flex-col-new {
  -ms-flex: 31.3%;
  flex: 31.3%;
  max-width: 31.3%;
  padding-top: 20px;
  transition-delay: 0s;
  transition: none;
}
.individual-list-page .flex-wrap-col-news-new .flex-col-new:not(:nth-child(3n)) {  padding-right: 35px;}

.resource-blog-outer-wrapper:hover .post-name-new h2{ text-decoration: underline!important;  color: #137be8;}

.stay_in_touch {  background-color:#137BE8 !important;  color: rgba(255,255,255,1.0);}

.outer-filter-and-blog-wrapper-new {  padding-bottom: 30px !important;}

.hs-search-field--open .hs-search-field__suggestions {
  /*     border: 1px solid #000; */
  padding:0px; 
  max-height: 537px;
  overflow-y: scroll;
}


.footer .stay_in_touch .actions svg {
  width: 13px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 8px !important;
}

span.filter-link-count {  display: none !important; }

.filter-module ul li {  display:block !important;}
a.filter-expand-link {  display:none !important;}

.hs-search-field__suggestions a:focus, .hs-search-field__suggestions a{
  color: #2F3A45!important;
  font-size:16px !important;
  line-height:25px !important;
}

.hs-search-field__suggestions a:focus, .hs-search-field__suggestions a:hover {
  background-color:#ffffff !important;  
  outline:none !important;
  text-decoration:underline !important;
  color:#35a99a!important;
}

.filter-module {  padding-left: 15px;}

.filter-module::-webkit-scrollbar {
  /*     -webkit-appearance: none; */
  width:5px;
  border-radius:10px;

}

ul.pagination-new.clearfix {
  display: flex;
  align-items: center;
  padding: 0px;
}
.post-filter-pagination-new {
  padding: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1160px!important;
}
.filter-name {
  overflow-y: scroll;
  max-height: 450px;
  padding: 15px 19px 0px;
  height: 100%;
}
/* trail starts */
.seach-input-wrapper {  position: relative;}
.search-input {
  position: relative;
  z-index: 1;
  background-color: white;
}

.hs-search-field .hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  border: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  border-top: 1px solid #007A69 !important;
}

.news-image-new.cf a.featured-bg{
  display: block;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 210px;
}
.top-spacing {  padding: 20px 0px 0px;}
.filrer-tags .block h3 {  display: none;}

/* trail  ends  */

.search-input .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions.noList {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #35A99A !important;
  min-height: 440px;
  height: 100%;
  display: block !important;
  width: 100%;
}

.bottom-heading a:hover {  color: #002B33;}

/* media starts */
@media(max-width:1500px){
  .listing-header-outer { padding: 35px 0px 20px 0px!important; }
  .filter-module {padding-left: 20px !important; }
}

@media(max-width: 1080px){
  .top-spacing {padding: 0px 0px 0px !important; }
  .page-center-ie{ padding: 0px 20px;} 
  .individual-list-page .flex-wrap-col-news-new .flex-col-new:not(:nth-child(3n)) {padding-right: 10px;}
  .listing-header-outer.talk-fm-listing-header-outer .listp-header-wrap h1 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
}

@media(max-width:1050px){
  .listing-header-outer {padding: 35px 0px 20px 0px!important;}
  .filter-module {padding-left: 20px !important;}
  .seach-input-wrapper {margin-top: 30px !important;}
  .download-btn a img{height: auto !important;}
}
@media(max-width:900px){
  .listing-header-outer {padding: 35px 0px 20px 0px!important; }
  .filter-module {padding-left: 20px !important;}
  .top-spacing {padding: 0px 20px 0px !important;}
}
@media(max-width: 745px){
  .goto-page { padding: 10px 0px 0px 30px !important;} 
}

@media(max-width:779px){
  .goto-page {padding: 0px 0px 0px 30px; }
}

@media(max-width:767px){
  .page-center{padding: 20px; }
  .listing-header-outer .listing-header-inner {
    max-width: 100%!important;
    padding-left: 5px;
  }
  .featured-post-blog-new { flex: 0 100%; padding-bottom: 0px; }
  .seach-input-wrapper { flex: 0 100%; }
  .listing-header-outer {padding: 10px 0px 20px 0px!important;}
  .individual-list-page .flex-wrap-col-news-new .flex-col-new:hover {  background-color: #ffffff;}
  .individual-list-page .flex-wrap-col-news-new .flex-col-new{ padding:20px 0px 20px 0px; }
  ul.pagination-new.clearfix {
    padding: 0px;
    flex-wrap: wrap;
  }


  .individual-list-page .ind-wrap { padding: 10px 0 0px!important; }
  .flex-col-new { padding: 0px !important;}
  .page-center-new .flex-wrap-col-news .flex-col-new { margin-bottom: 30px !important;}
  .image-grid__item-new.featured-post-item-new { margin-bottom: 20px;}
  a.previous-posts-link{
    font-size: 15px !important;
    display: inline-flex;
  }
  a.next-posts-link{ font-size: 15px !important;}
  .page-center-listing.form-to-move { padding: 0px !important;}
  .post-filter-pagination-new { padding: 0 0 30px !important; }
  .blog-form-outer { margin-top: 30px;}
  .grid-item__image-new{ height: 190px !important; }
  .top-spacing { padding: 40px 20px 0px !important;}
}

@media(max-width:380px){
  .total-pages h3{ text-align:center !important; }
  ul.pagination-new.clearfix { padding: 0px;}
  .total-pages h3 { font-size: 15px !important;}
  a.goto { font-size: 15px !important; }
}
@media(max-width:340px){
  .total-pages{ padding-bottom:10px !important;}

}
@media(max-width:351px){
  a.previous-posts-link {
    font-size: 13px !important;
    display: inline-flex;
    padding: 7px 5px 7px 0px;
  }
  a.next-posts-link {
    font-size: 13px !important;
    width: 55px;
    padding: 0px 0px 8px 7px;
  }
  .goto-page h3{ font-size: 15px !important; }
}

@media(max-width:479px){
  .grid-item__image-new, .hightlightImage .featured-image { min-height: 190px !important;}
}

@media(max-width:386px){
  a.next-posts-link {margin-top: 10px;}
  .goto-page {display: flex;align-items: flex-end;}
  .goto-page {padding: 10px 0px 0px 0px !important;}
  
}


/* media ends */
/* blog default style */
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

.list-tags-filter-wrapper ul {display:none; }
/* TODO: Find a better place for this */
.article-header.text-align-center img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.article-header.text-align-center p.orange {color: #ffa72b;font-weight: 700;}
.blog-post__body p strong {color: #ffa72b;font-weight: 700;}
.wrap-new{margin:0 auto; }
.hs-landing-page .dnd-section .row-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.hs-blog-post iframe { width: 100%;}
.blog-pagination__prev-link--disabled, .blog-pagination__next-link--disabled { display: none !important}
p.header { background: transparent !important;}
.post-banner .flex-wrap-col,
.blog-post.flex-wrap-col { align-items: flex-start !important;}
.slick-slide { outline: none;}
.body-wrapper { padding-top: 62px;}
.cm-latest-news .news-image-new.cf img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.flex-wrap-col-news-new .flex-col-new {
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  margin-bottom:40px;
  color: #2f3a45;
  letter-spacing: 0px;
}
.news-title a {
  text-decoration: none;
  color: #002B33;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: -0.5px;
  display: inline-block;
  font-weight: 400;
}
.excerpt-read-more {
  font-weight: 700;
  text-decoration:none;
  text-transform: uppercase;
}
.excerpt-read-more:hover{ text-decoration:none;}
.news-image-new img { width: 100%;}
ul.slick-dots {bottom: -65px !important;}

.slick-slider { margin: 0 0 60px !important;}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 7px;
  background: #ccc !important;
  display: block !important;
  -webkit-backface-visibility: visible !important;
  transition: .35s cubic-bezier(0.4,0,0.2,1);
  border-radius: 30px;
}

.slick-dots li { margin: 0 2px !important;}

.slick-dots li.slick-active button:before {display: none !important;}

.slick-dots li button:before {display: none !important;}

.slick-dots li.slick-active button,.slick-dots li:hover button {background: #137be8 !important;}

.slick-arrow svg {
  width: 40px !important;
  height: 80px !important;
  overflow: visible !important;
}

.slick-arrow svg polyline {
  fill: none;
  stroke: #abaeb0;
  stroke-width: 5px;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.slick-prev, .slick-next {
  top: 38% !important;
  width: 40px !important;
  height: 80px !important;
}

.slick-prev:before, .slick-next:before {content: none !important;}

.slick-prev {left: -50px !important;}

.slick-next { right: -50px !important;}
.blog-pagination {padding-top: 40px;}

/*BLog*/

.floating-social-outer .facebook-icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  background-size:21px;
  background-image:url('https://www.expansivefm.com/hubfs/Expansive%202020_Equinet/Content/social%20icons/facebook-grey.svg');
}
.floating-social-outer .twitter-icon {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  background-size:21px;
  background-image:url('https://www.expansivefm.com/hubfs/Expansive%202020_Equinet/Content/social%20icons/twitter-grey.svg');
}
.floating-social-outer .linkedin-icon {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  background-size:21px;
  background-image:url('https://www.expansivefm.com/hubfs/Expansive%202020_Equinet/Content/social%20icons/linkedin-grey.svg');
}
.floating-social-inner {
  display: flex;
  flex-direction: column;
}
.bottom-social-inner .facebook-icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  background-size:21px;
  background-image:url('https://www.expansivefm.com/hubfs/Expansive%202020_Equinet/Content/social%20icons/facebook-blue.svg');
}
.bottom-social-inner .twitter-icon {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  background-size:21px;
  background-image:url('https://www.expansivefm.com/hubfs/Expansive%202020_Equinet/Content/social%20icons/twitter-blue.svg');
}
.bottom-social-inner .linkedin-icon {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
  background-size:21px;
  background-image:url('https://www.expansivefm.com/hubfs/Expansive%202020_Equinet/Content/social%20icons/linkedin-blue.svg');
}
.floating-social-outer .facebook-icon:hover, .bottom-social-inner .facebook-icon:hover {
  background-image:url('https://www.expansivefm.com/hubfs/Expansive%202020_Equinet/Content/social%20icons/facebook-orange.svg');
  transition: .35s ease-in-out;
}
.floating-social-outer .twitter-icon:hover, .bottom-social-inner .twitter-icon:hover {
  background-image:url('https://www.expansivefm.com/hubfs/Expansive%202020_Equinet/Content/social%20icons/twitter-orange.svg');
  transition: .35s ease-in-out;
}
.floating-social-outer .linkedin-icon:hover, .bottom-social-inner .linkedin-icon:hover {
  background-image:url('https://www.expansivefm.com/hubfs/Expansive%202020_Equinet/Content/social%20icons/linkedin-orange.svg');
  transition: .35s ease-in-out;
}
.post-img-body-wrap .post-body-wrap blockquote {
  border: none;
  position: relative;
  font-size: 25px;
  line-height:30px;
  margin-left:0px;
  padding-left: 60px;
}
.post-img-body-wrap .post-body-wrap blockquote::before {
  content: '';
  background-image: url(https://www.expansivefm.com/hubfs/Expansive%202020_Equinet/Content/efm-quote.png);
  background-size: 46px;
  background-repeat: no-repeat;
  background-position: center;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0px;
  top:-3px;
} 
.post-tags a {
  color: #2F3A45;
  padding-bottom:5px;
  border-bottom: 2px solid #FFA72B;
}
.post-tags a:hover {
  color: #2F3A45;
  border-bottom: 2px solid #2f3a45;
}
.article-header h1 {
  font-size: 35px;
  font-weight: bold;
  text-transform: unset;
  padding-bottom: 25px;
}
.wrap-800 .article-header h1 {
  max-width:70%;
  padding-bottom:5px;
}
.post-pub-date {
  padding: 5px 10px;
  background-color: #2F3A45;
  color: #ffffff;
  font-size: 14px; 
  font-weight: bold;
  margin-right: 10px;
}
.flex-col-listing {padding-bottom: 40px;}
.wrap-800 { max-width: 800px; margin: 0 auto;}
.wrap-800 .post-body-wrap h2 {
  color: #2F3A45;
  font-size: 30px;
  font-weight: bold;
}
.wrap-800 .post-body-wrap h3 { font-size:25px;}
.wrap-800 .post-body-wrap h4 { font-size:22px;}
.wrap-800 .post-body-wrap { padding: 40px 0px 20px;}
.wrap-800 .social-share {
  font-weight: bold;
  font-size: 14px;
  color:#137BE8;
  margin-right: 5px;
}
.bottom-social-outer .bottom-social-inner {
  display: flex;
  align-items: center;
}
.bottom-social-outer .bottom-social-inner .icon { margin: 0px 4px;}
.floating-social-outer .floating-social-inner .share {
  font-weight: bold;
  font-size: 14px;
  color:#2F3A45;
  margin-bottom: 5px;
}
.floating-social-outer .floating-social-inner .icon { margin: 4px auto;}
.wrap-800 header.article-header {text-align: left;}
.related-posts-outer { padding: 70px 60px;}
.post-img-body-wrap {padding: 80px 60px 50px;}
.related-posts-outer .excerpt-read-more, .individual-list-page .excerpt-read-more { text-transform: unset;}
.related-posts-outer .related-post-date {
  color:#137BE8;
  font-weight: bold;
  padding: 0px 0px 10px;
}
.related-posts-outer h3.h4.news-title {
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;
}
.news-intro a.excerpt-read-more {position: relative;}
.news-intro a.excerpt-read-more:hover {color: #137be8;}
.individual-list-page .news-intro a.excerpt-read-more::after,
.new-listing-2020 .news-intro a.excerpt-read-more::after,
.related-posts-outer .news-intro a.excerpt-read-more::after {
  background-image: url(https://www.expansivefm.com/hubfs/Expansive%202020_Equinet/Content/Icon%20awesome-arrow-right.svg) !important;
  background-repeat: no-repeat;
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background-position: center;
  background-size: 14px;
  position: absolute;
  top: 3px;
  right: -30px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.individual-list-page .news-intro a.excerpt-read-more:hover:after,
.new-listing-2020 .news-intro a.excerpt-read-more:hover:after,
.related-posts-outer .news-intro a.excerpt-read-more:hover:after {
  transform: translate3d(5px, 0px, 0);
}
.related-posts-outer .slick-slide {
  width: auto !important;
  flex: 0 46%;
  float: none !important;
  box-sizing: border-box;
}
.related-posts-outer .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  box-sizing:border-box;
}
.related-posts-outer article.cf.news-item-new { padding-right: 0px;}
.related-posts-outer header.article-header h2 {
  color:#2F3A45;
  font-size: 32px;
  font-weight: bold;
  margin-bottom:20px;
}
.related-posts-outer .slick-track::before,
.related-posts-outer .slick-track::after {
  display: none !important;
  content: none !important;
}
.related-posts-outer .related-more { margin-top:20px;}
.testimonial-outer { padding: 30px 0px;}
.testimonial-outer-wrap { padding: 30px 0;}
.related-posts {display: flex;justify-content: space-between;}
.related-posts .item {  flex: 0 46%;}
.post-img-body-wrap ul li, .post-img-body-wrap ol li {line-height:1.5em;margin-bottom:10px;}
.post-img-body-wrap ul, .post-img-body-wrap ol {padding-bottom:20px;}
.post-img-body-wrap ul, .post-img-body-wrap ol { margin:0;}

/* First Child style style */
.all-blogs-outer {
  padding: 10px 10px 0px 20px;
  box-sizing: border-box;
}
.blogs-outer {
  padding: 0px 50px;
  max-width:1300px;
  margin: 0 auto;
}
a.more-link {
  display: inline-block;
  background: rgb(43,174,249) !important;
  border-radius: 6px !important;
  border-width: 0px !important;
  color: rgb(255,255,255) !important;
  font-family: "proxima-nova", sans-serif !important;
  height: auto !important;
  transition: all .4s ease !important;
  padding: 10px 18px !important;
  text-shadow: none !important;
  width: auto !important;
  font-size: 16px;
  line-height: 1.5em !important;
  text-decoration: none;
  float: left;
}
.highlightSingle-content h4.topic-link-new {
  float: right;
  width: 50%;
  text-align: right;
}
.grid-item__image-new {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 350px;
  margin-bottom: 15px;
  /*   border-radius:10px; */
}
.featured-form-outer {
  display: flex;
  justify-content: space-between;
}
.featured-post-wrap { flex: 0 65%;}
.form-list-wrap { flex: 0 30%;}
.form-list-wrap form label.hs-error-msg {
  color:#2F3A45 !important;
  padding-top:5px;
}
.form-top-wrap {
  background-color:#FFA72B;
  border-radius: 10px;
  padding: 50px 30px 30px;
  position: relative;
}
.form-top-wrap h3 {
  color: #F9F9F9;
  font-size: 40px;
  line-height:44px;
  font-weight:bold;
  max-width: 70%;
  margin-bottom:30px;
}
.form-top-wrap p {
  color:#2F3A45;
  font-size:17px;
}
.form-list-wrap .hs-button {
  background-color:#2F3A45;
  font-size: 17px;
  font-weight: bold;
  border-color: #2F3A45;
  border-radius:5px;
  font-family: "proxima-nova", sans-serif;
  padding:14px 30px;
}
.form-list-wrap .hs-button:hover {
  background-color:#137BE8;
  border-color:#137BE8;
  color: #ffffff;
}
.subs-form-title h3:after {
  background-image: url(https://www.expansivefm.com/hubfs/Expansive%202020_Equinet/Content/Group%202192.png) !important;
  background-repeat: no-repeat;
  content: '';
  width: 170px;
  height: 117px;
  display: inline-block;
  background-position: center;
  background-size: 170px;
  position: absolute;
  top: 30px;
  right: -15px;
}
.read-more-link-new a, a.bluebell {
  position: relative;
  transition: all .4s ease;
}
.read-more-link-new a:after, a.bluebell:after {
  background-image: url(https://www.expansivefm.com/hubfs/Expansive%202020_Equinet/Content/Icon%20awesome-arrow-right.svg) !important;
  background-repeat: no-repeat;
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background-position: center;
  background-size: 14px;
  position: absolute;
  top: 3px;
  right: -30px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.read-more-link-new a:hover:after, a.bluebell:hover:after {
  transform: translate3d(5px, 0, 0);
}
.post-name-new h2 {
  color:#2F3A45;
  font-size: 35px;
  line-height:45px;
  font-weight: 500;
  margin: 0;
}
.featured-post-item-new:hover .post-name-new h2{
  text-decoration:underline;
}
.post-blurb-new p {
  color: #000000;
  font-size: 18px;
  line-height: 33px;
  margin: 0px;
  padding: 20px 0px 0px;
}
.post-topic-new a.topic-link-new, 
.read-more-link-new a.read-more-new,
.post-topic-new a.topic-link-new:hover, 
.read-more-link-new a.read-more-new:hover,
a.bluebell,
a.bluebell:hover {
  color:#007A69;
  font-size:16px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -0.32px;
}
.post-topic-new a.topic-link-new { text-transform: capitalize;}
.post-topic-new p { margin: 0;}
@media (max-width: 1280px) {
  .all-blogs-outer {  padding: 0px 0px 90px 0px; }
  .featured-form-outer {  padding: 0 20px; }
  .resources-outer .post-item { padding: 20px;}
  .featured-post-wrap {  flex: 0 66%; }
  .page-center-listing { padding: 0px;}
  .resource-blog-outer-wrapper .all-blogs-outer .blogs-outer {  padding: 0px; }
  .featured-form-outer.page-center-listing {max-width:100%;  padding: 0 20px; }
  .form-list-wrap {  flex: 0 31%; }
}

@media (max-width: 1199px) {
  .resources-outer .post-item {  width: 21.5%; }
}

@media (max-width: 950px) {
  .grid-item__image-new { min-height: 340px;}
  .form-top-wrap h3 { max-width: 100%;margin-bottom: 20px; }
  .subs-form-title h3:after {display: none; }
  .form-list-wrap { flex: 0 30%; }
}

@media (max-width: 860px) {
  .featured-form-outer { display: inline-block; }
  .grid-item__image-new { min-height: 400px; }
  .grid-item__name-new { padding-bottom:0; }
  .subs-form-title h3:after {display: block; right:50px;}
  .form-list-wrap {padding: 40px 0px 20px; }
  .featured-form-outer form { max-width: 100%;}
}

@media (max-width: 800px) {
  .resources-outer .post-item { flex: 0 49%; }
}

@media (max-width: 768px) {
  .search-outer input#search-criteria { font-size: 16px !important; }
  .filters-select { margin-top:20px;  margin-bottom:40px;}
  .form-list-wrap .form-sub-head { max-width:60%;}
}

@media (max-width: 650px) {
  .filter-nav ul {  text-align: center;}
  .filter-nav ul li button {  min-width:200px; }
  .filter-nav ul li { margin: 5px;}
  .subs-form-title h3:after {  right: 0px; }
}

@media (max-width: 568px) {
  .resources-outer .post-item {  width: 43.5% !important; }
  .form-top-wrap h3 {  max-width: 50%; }
}

@media (max-width: 479px) {
  .blog_filter { max-width: 100% !important;   width:100%;}
  .filter-nav ul li button { min-width: 100%; }
  .all-blogs-outer { padding: 0px 0px 50px;}
  .filter-nav ul li { display: block; margin-bottom: 2%;}
  .filter-nav p {
    text-align: center;
    display: block;
    float: none;
  }
  .search-outer-wrp {  width: 100%; }
  .resources-outer .post-item {
    width: 100% !important;
    margin: 0px !important;
    height: auto !important;
    padding: 20px;
    flex: 0 100%;
  }
  .filter-nav ul li { margin: 5px 0px; }
  .grid-item__image-new {  min-height: 250px; }
  .hightlightImage .featured-image {  min-height: 250px;}
}

/* 1st Child style end */
.flex-wrap-col-news-new.firstChild .flex-col-new:first-child {display: block !important;}

@media only screen and (max-width: 820px){
  .testimonial-outer { padding: 30px; }
  .stay_in_touch_2020 { padding: 70px 60px 50px; }
}
@media only screen and (max-width: 767px){
  .post-img-body-wrap .post-body-wrap blockquote {
    font-size: 20px;
    line-height: 25px;
  }
  .floating-social-outer { display: none;}
  .post-img-body-wrap { padding: 50px 30px;}
  .related-posts-outer {padding: 70px 30px;}
}
@media only screen and (max-width: 620px){
  .related-posts {flex-direction: column;}
  .related-posts .item {padding-bottom:50px;  }
  .related-posts-outer {padding: 70px 30px 30px;}
}

@media only screen and (max-width: 480px){
  .wrap-800 .post-body-wrap h2 {color: #2f3a45;font-weight: bold;}
  .related-posts-outer h3.h4.news-title, .related-posts-outer header.article-header h2, .footer-form-outer-2020 h2 {
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
  }
}


@media only screen and (min-width: 768px){
  .wrap-new {padding: 80px 20px; }
  .individual-list-page .wrap-new {padding: 50px 30px 80px; }   
  .individual-list-page .ind-wrap { padding: 30px 30px 80px;} 
  .blog-pagination {  padding-top: 60px; }
  .h4 {
    font-size: 22px;
    line-height: 1.2;
  }
  .body-wrapper {  padding-top: 89px;}
  .flex-wrap-col-news-new {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-bottom: -40px;
  }
  .flex-wrap-col-news-new .flex-col-new {
    -ms-flex: 33.3333%;
    flex: 33.3333%;
    max-width: 33.3333%;
  }
}

@media only screen and (min-width: 1240px){
  .wrap-new { max-width: 1240px;}
}

.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-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after { content: ""; flex: auto;}
.blog-index__tag-header {flex: 1 0 100%; padding: 1rem;}
.blog-index__tag-subtitle {font-size: 1.16rem;line-height: 1.1;}
.blog-index__tag-heading { padding-bottom: 1rem; border-bottom: 3px solid #D1D6DC;}
.blog-index__post {flex:  0 0 100%;padding: 1rem;}

@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img { max-width: 100%;}
.blog-post .blog-post__body span img {
  max-width: fit-content;
  margin-bottom:0px !important;
}
.blog-post .blog-post__body p img, .blog-post .blog-post__body p a img  { max-width: fit-content;}
.blog-post .hs_cos_wrapper_type_rich_text span { float: left;}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large { flex: 1 1 100%; }
  .blog-index__post-content--large { flex: 1 1 100%; padding-left: 2rem;}
  .blog-index__post-image--large { flex: 1 1 48%; }
  .blog-index__post-content--large { flex: 1 1 48%; padding-left: 2rem; }
}
.blog-index__post-content h2 { margin: .5rem 0;}
.blog-index__post-content--small h2 {font-size: ;}
.blog-index__post-content p {
  font-family: ;
}
.blog-index__post-content a {
  color: ;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}



.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-post h1 {font-size: 1.6rem;}

.blog-post__meta a {
  color: ;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: ;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link { color: #000;}
.comment-date {  display: block !important;}
.blog-recent-posts {
  margin-top: 3rem;
  background-color: ;
  padding: 2rem 0;
}
.blog-recent-posts h2 {text-align: center;}
.blog-recent-posts__list {display: flex;}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: ;
  padding: 1rem;
}
.blog-banner hr {
  margin-left: auto;
  margin-right: auto;
}
/*   Extra section css   */
.content-section:nth-of-type(odd) { background: #f4f4f4;}

.wrap-new.nop-bottom.text-align-center {
  max-width: 1240px;
  padding: 80px 50px;
  text-align: center;
  padding-bottom: 0 !important;
  width: 100%;
  margin: 0 auto;
}

header.article-header .h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #6c6c6c;
  font-size: 22px;
  line-height: 1.2;
}

header.article-header {
  text-align: center;
}

header.article-header  h2 {
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -0.25px;
  font-weight: 700;
}

.wrap.wrap-small-top {
  max-width: 1240px;
  padding-top: 15px;
  padding: 80px 50px;
  width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  position:relative;
}

.flex-wrap-box.flex-wrap-logos {
  margin: 0 0 -15px -15px;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}

.flex-box {
  padding: 0 0 25px 25px;
  flex: 16.6666%;
  max-width: 25%;
}

.flex-box-inner {
  padding: 25px 20px 30px 20px;
  text-align: center;
  height: 100%;
  line-height: 0;
}

.flex-box-inner img {
  padding: 5%;
  max-width: 100%;
  height: auto;
}
article.wrap.wrap-small-top {
  padding-bottom: 40px;
  max-width: 850px !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.case-image {
  padding: 5px 5% 0 3%;
  width: 31.491712705%;
  float: left;
}

.case-image img {
  border-radius: 50%;
  border: 10px solid #e7e7e7;
  display: block;
  width: 100%;
  height: 100%;
}

.case-content {
  margin-left: 2.762430939%;
  width: 65.74585634900001%;
  float: right;
}

p.case-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}

p.case-title>a {
  text-decoration: none;
  transition: 0.35s cubic-bezier(0.4,0,0.2,1);
  color: #2f3a45;
}

p.case-title>a:hover {
  color: #ffa72b;
}

.case-client {
  margin-bottom: 30px;
  font-weight: 700;
}

a.button-blue {
  padding: 10px 20px;
  font-size: 15px;
  min-width: 125px;
  background: #137be8;
  border-radius: 7px;
  border: 0;
  cursor: pointer;
  text-align: center;
  transition: 0.35s cubic-bezier(0.4,0,0.2,1);
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  display:inline-block;
}

a.button-blue:hover {
  color: #fff;
  background: #ffa72b;
}

.news-image-new {
  margin-bottom: 15px;
  line-height: 0;
}

h3.h4.news-title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.openspeech {
  color: #abaeb0;
  font-size: 50px;
  line-height: 0px;
  height: 0px;
  display: inline-block;
  position: relative;
  top: 15px;
  padding: 0 2px;
}

.case-title a span {
  color: #abaeb0;
  font-size: 50px;
  line-height: 0px;
  height: 0px;
  display: inline-block;
  position: relative;
  top: 15px;
  padding: 0 2px;
}

.blog-pagination {text-align: center;}

.blog-pagination a {
  overflow: hidden;
  border-right: 1px solid #ddd;
  margin: 0;
  text-decoration: none;
  line-height: 16px;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 13px;
  color: #6c6c6c;
  display: inline-block;
}

.blog-pagination a:last-child {border: none;}

.blog-pagination a.blog-pagination__link--active {
  cursor: default;
  color: #137be8;
  font-weight: 700;
}

.article-header.text-align-center {text-align: center;}
.individual-list-page .article-header.text-align-center {text-align: left;}
.banner-content {padding: 80px 50px;}
.individual-list-page .banner-content { padding: 80px 0px 0px;}
.banner {background: #f4f4f4;}
.individual-list-page .banner {background: #ffffff;}
.banner h3 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
  transition: 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #6c6c6c;
  font-size: 22px;
  line-height: 1.2;
}

.banner h1 {color: #2f3a45;}
.individual-list-page .flex-wrap-col-news-new .flex-col-new:hover {background-color: #f5f5f5;}
.individual-list-page .flex-wrap-col-news-new {margin: 0;
}

.individual-list-page .listing-read-more {padding-top:20px;}
.individual-list-page h3.h4.news-title {
  margin:0px;
  font-size: 30px;
  line-height:32px;
}

.individual-list-page .post-category p a {
  font-weight: bold;
  font-size: 16px;
  color: #35A99A;
  line-height: 25px;
  letter-spacing: -0.32px;
  display: inline-block;
  padding: 0px 0px 2px;
}

.post-category p {margin: 0;}
.individual-list-page .blog-banner h2 {
  margin-bottom:10px;
  color:#6C6C6C;
  font-size: 22px;
  line-height:23px;
  font-weight:600;
  text-transform:uppercase;
}

h3.h4.news-title a svg {padding-left: 8px;width:15px;height:15px;}

/* Blog 2021 */

.page-center-listing {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  float: none;
  padding: 0 0px;
}
.listing-header-outer {padding:80px 20px 0px;}
.listing-header-outer.talk-fm-listing-header-outer .listp-header-wrap h1 {
  position: relative;
  display: inline;
  font-size: 40px;
  line-height:59px;
  font-weight:300;
  text-transform: capitalize;
  color:#007A69;
  letter-spacing: 0.8px;
}

.listing-header-outer .listing-header-inner {
  max-width:60%;
  padding-left:0px;
}
.listing-header-outer .listing-header-inner .listp-subheader-wrap {max-width:80%;}
.talk-fm-listing-header-outer .listp-header-wrap span {
  color:#137be8;
}
.list-tags-filter-wrapper p {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0px;
  display: inline-block;
  float: left;
  margin-right: 17px;
}
.list-tags-filter-wrapper ul {  
  padding: 0px;
  cursor: pointer;
}
.list-tags-filter-wrapper ul li { 
  z-index: 2;
  list-style-type: none;
  display: inline-block;
  margin: 0 4px;
}
.list-tags-filter-wrapper ul li a {
  font-family: "proxima-nova", sans-serif;
  color:#137BE8;
  font-size:16px;
  font-weight: bold;
  border: 1px solid #137BE8;
  padding:12px 20px;
  background-color: #ffffff;
  -webkit-appearance: none;
  transition: 0.5s all;  
  cursor: pointer;
}
.list-tags-filter-wrapper ul li.active a {
  color:#2F3A45 !important;
  outline: 2px solid #2F3A45 !important;
  border-radius:0px;
  -webkit-appearance: none;
  background-color: #fff !important; 
  border: none !important;
}
.list-tags-filter-wrapper ul li:hover a {
  background-color: #137BE8;
  color:#F9F9F9;
  border: 1px solid #137BE8;
}
.list-tags-filter-wrapper ul li a.active {
  color: #2f3a45 !important;
  outline: 2px solid #2f3a45 !important;
  border-radius: 0px;
  -webkit-appearance: none;
  background-color: #fff !important;
  border: none !important;
}
.top-blog-pagination {
  text-align: right;
  padding: 0px;
}
.individual-list-page .list-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seach-input-wrapper {
  margin-top: 110px;
}

/* Blog 2021 End */

@media (max-width: 1280px) {
  .page-center-listing { padding: 0px;}
}

@media (max-width: 1199px) {
  .listing-header-outer { padding-bottom: 0px;}
}

@media (max-width: 1150px) {
  .listing-header-outer .listing-header-inner {max-width: 75%;}
}

@media (max-width: 950px) {
  .listing-header-outer .listing-header-inner { max-width: 83%; }
}

@media (max-width: 860px) {
  .listing-header-outer .listing-header-inner { max-width: 100%;}
}

@media (max-width: 480px) {
  .listing-header-outer .listing-header-inner { padding-left: 0px; }
  .form-list-wrap .form-sub-head {  max-width: 80%;}
  .blog-list-page .blog-section .post-listing {  padding: 0 20px;}
}

/* Blog 2021 End */


@media screen and (min-width: 768px) {
  .blog-recent-posts__post {  flex:  0 0 calc(100%/2); }
  .openspeech {  margin-left: -24px;}
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {  flex:  0 0 calc(100%/3); }

}

@media screen and (max-width: 1280px){
  .individual-list-page .wrap-new {  padding: 20px 0px 80px; }
  .individual-list-page .wrap-new {  max-width: 100%;}
  .new-listing-2020 .hightlightImage .featured-image {  min-height: 214px;}
  .new-listing-2020 .grid-item__image-new {  height: 466px; }
  .individual-list-page .article-header {  padding: 0px 20px; }
}

@media screen and (max-width: 1239px){
  .flex-box { padding: 0 0 15px 15px; } 
}
@media screen and (max-width: 1029px){
  .flex-box-inner img {  padding: 0;}
  .flex-box-inner {  padding: 20px 15px;} 
}

@media screen and (max-width: 1025px){
  .individual-list-page .flex-wrap-col-news-new .flex-col-new, .new-listing-2020 .resources-outer .post-item {
    -ms-flex: 44%;
    flex: 44%;
    max-width: 44%;
    padding: 20px;
  }
  .individual-list-page .listing-header-outer .listp-header-wrap h1::after { right: 45px; }
  .individual-list-page a.featured-bg {  min-height: 260px; }
  .new-listing-2020 .resources-outer {   justify-content: space-between; }
  .new-listing-2020 .grid-item__image-new {  height: 366px; }
 .new-listing-2020 .hightlightImage .featured-image {  min-height: 260px; }
  .post-img-body-wrap .floating-social-outer { left:-60px;}
}

@media screen and (max-width: 999px){
  .flex-box {  flex: 25%; } 
  .latest-post .slick-arrow {  display: none !important; }
  .flex-wrap-col-news-new .flex-col-new {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding-left: 40px;
  }
}

@media screen and (max-width: 992px){
  .individual-list-page .listing-header-outer .listp-header-wrap h1::after {right: -15px; }
}

@media screen and (max-width: 860px){
  .individual-list-page .listing-header-outer .listp-header-wrap h1::after { right: 100px; }
  .listing-header-outer .listing-header-inner {  max-width: 100%; }
  .new-listing-2020 .grid-item__image-new { min-height: 461px;}
  .new-listing-2020 .hightlightImage .featured-image, .individual-list-page a.featured-bg {  min-height: 216px; }
  .related-posts a.featured-bg {  height:190px; }
}

@media screen and (max-width: 768px) {
  .individual-list-page .flex-wrap-col-news-new .flex-col-new, .new-listing-2020 .resources-outer .post-item {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .individual-list-page a.featured-bg {  height: 410px;  }
  .individual-list-page .banner-content, .individual-list-page .wrap-new {  max-width: 100%; }
  .individual-list-page .banner-content {  padding: 40px 0 0; }
  .individual-list-page .wrap-new {  padding: 0px;}
  .new-listing-2020 .grid-item__image-new, .new-listing-2020 .hightlightImage .featured-image {   min-height: 410px; }
  .related-posts a.featured-bg { height:170px; }
}

@media screen and (max-width: 620px) {
  .related-posts a.featured-bg { height:313px;}
}

@media screen and (max-width: 480px) {
  .individual-list-page a.featured-bg, .new-listing-2020 .grid-item__image-new, .new-listing-2020 .hightlightImage .featured-image {
    height: 248px;
    min-height: 100%;
  }
  .individual-list-page .listing-header-outer .listp-header-wrap h1::after {  right: 0px; }
  .individual-list-page .wrap-new {  padding: 0px 0px 40px; }
  .related-posts a.featured-bg {  height:235px; }
}

@media screen and (max-width: 445px) {
  .individual-list-page a.featured-bg, .new-listing-2020 .grid-item__image-new, .new-listing-2020 .hightlightImage .featured-image {
    height: 226px;
    min-height: 100%;
  }
  .related-posts a.featured-bg { height: 217px;}
  .individual-list-page .blog-banner h2 {  margin-bottom:0px; }
}
@media screen and (max-width: 413px) {
  .individual-list-page a.featured-bg, .new-listing-2020 .grid-item__image-new, .new-listing-2020 .hightlightImage .featured-image {
    height: 212px;
    min-height: 100%;
  }
  .new-listing-2020 .form-top-wrap h3 {  max-width: 56%; }
  .new-listing-2020 .form-list-wrap .form-sub-head {  max-width: 80%; }
  .related-posts a.featured-bg { height: 200px;}
}
@media screen and (max-width: 385px) {
  .individual-list-page a.featured-bg, .new-listing-2020 .grid-item__image-new, .new-listing-2020 .hightlightImage .featured-image {
    height: 195px;  }
  .related-posts a.featured-bg { height: 183px;}
}

@media screen and (max-width: 376px) {
  .individual-list-page a.featured-bg, .new-listing-2020 .grid-item__image-new, .new-listing-2020 .hightlightImage .featured-image {
    height: 190px;
  }
  .new-listing-2020 .form-top-wrap h3 {  max-width: 60%;}
}
@media screen and (max-width: 340px) {
  .post-pub-date {
    display: block;
    width:100%;
    margin-bottom:10px;
  }
}

.blog-recent-posts__post:hover {text-decoration: none;}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title { margin: 1rem 0 .5rem;}

.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 Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 { flex-basis: 31.914893614%;}
.featured-image-wrapper.span4 {  padding-right: 15px;}




@media(max-width: 767px){
  .featured-image-wrapper.span4 {  padding-right: 0; }
  .flex-wrap-col-news-new .flex-col-new {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .banner h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .hs-laanding-page .dnd-section .row-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .banner-content,
  .wrap-new {
    width: 100%;
    margin: 0 auto;
    padding: 40px 25px;
    max-width: 400px;
  }
  .post-item .page-center {  display: block !important; }
  .blog-index__post {
    padding-left: 0;
    padding-right: 0;
  }
  .wrap-new.nop-bottom.text-align-center, .wrap-new.wrap-small-top {
    width: 100%;
    margin: 0 auto;
    padding: 40px 25px;
    max-width: 400px;
  }

  header.article-header .h4 {
    font-size: 18px;
    line-height: 1.3;
  }

  header.article-header h2 {
    font-size: 26px;
    letter-spacing: -0.25px;
    line-height: 1.15;
  }

  .wrap-new.wrap-small-top {
    padding: 40px 25px !important;
    padding-top: 10px !important;
  }

  article.wrap-new.wrap-small-top {
    padding: 10px 25px 25px !important;
    max-width: 400px !important;
  }

  .case-image { width: 100%;  padding: 0 15%; }

  .case-content {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
    text-align: center;
  }

  p.case-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .case-client {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #2f3a45;
  }

  a.button-blue {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 14px;
    min-width: auto;
  }
  .flex-box {
    flex: 50%;
    max-width: 50%;
    padding: 0 0 15px 15px;
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}


/* Post Page style */

.floating-social-container { position: relative;}
.floating-social-outer {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: -100px;
}
.floating-social-inner {
  position: sticky;
  top: 130px;
  bottom: 50px;
}


.post-banner h1 { font-size: 2em;}

.post-banner hr {
  margin: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
  left: 0;
}
.form-top-wrap h3.form-title { display: none;}


.blog-post.flex-wrap-col .flex-col-new,
.post-banner .flex-wrap-col .flex-col-new {
  padding-left: 60px;
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
}

.blog-post .flex-col-new h4{
  font-size: 18px;
  line-height: 1.3; 
  text-transform:initial;
}

.blog-post .flex-col-new h4 strong {
  font-weight: bolder;
  color: #2f3a45;
}

.post-banner .flex-wrap-col .flex-col-new img {width: 100%;}

.post-banner .entry-content.cf { max-width: 400px;}

p.post-name-new {  color: #ffa72b; font-weight: 700;}
.privacy-policy-page .privacy-content p strong {
  color: #ffa72b !important;
  font-weight: 700;
}
.post-author img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  width: 100%;
}
.blog-pagination a:hover { color: rgba(255,167,43,1.0) !important;}
.post-author { padding: 0 10px 0 0;}
.cm-post-category-wrapper {
  background: #f4f4f4;
  text-align: center;
}
.hs-landing-page .banner-section .dnd-section > div { padding: 0 !important;}
.cm-post-category {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 50px;
}

.cm-post-category a {
  font-weight: 700;
  color: #137be8;
}

.cm-post-category a:hover {
  color: #ffa72b;
  text-decoration: none;
}

.hs-blog-post .content-section:nth-of-type(odd) {  background: #fff;}

.hs-blog-post .content-section:nth-of-type(even) {  background: #f4f4f4;}
@media only screen and (min-width: 768px){
  .blog-post.flex-wrap-col{
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
  }
  .post-banner .flex-wrap-col {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    align-items: center;
  }
  .blog-post .flex-col-new h4 {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 25px 0;
  }

}
@media only screen and (min-width: 1240px){
  .blog-post.flex-wrap-col,
  .post-banner .flex-wrap-col {   margin-left: -60px;}
}

@media only screen and (max-width: 767px){
  .blog-post.flex-wrap-col .flex-col-new, .post-banner .flex-wrap-col .flex-col-new {
    padding-left: 0;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .featured-image-shadow.featured-image-shadow-no-top {   padding-bottom: 10px; }
  .post-banner .entry-content.cf {
    font-size: 14px;
    max-width: 100%;
  }

  .flex-col-new.mobile-top {   padding-top: 25px;  }
  .hs-landing-page .dnd-section .row-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
  .blog-post__body p img {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .cm-post-category {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
  }
  iframe {    width: 100%;} 
}

.hs-content-id-35091235901 .blog-post.flex-wrap-col .flex-col-new, 
.hs-content-id-35091211242 .blog-post.flex-wrap-col .flex-col-new, 
.hs-content-id-37289350436 .blog-post.flex-wrap-col .flex-col-new, 
.hs-content-id-37291265715 .blog-post.flex-wrap-col .flex-col-new, 
.hs-content-id-37291207633 .blog-post.flex-wrap-col .flex-col-new, 
.hs-content-id-38004816204 .blog-post.flex-wrap-col .flex-col-new,
.hs-content-id-38505984825 .blog-post.flex-wrap-col .flex-col-new,
.hs-content-id-38528416958 .blog-post.flex-wrap-col .flex-col-new,
.hs-content-id-38773587978 .blog-post.flex-wrap-col .flex-col-new,
.hs-content-id-39975991092 .blog-post.flex-wrap-col .flex-col-new,
.hs-content-id-39976626808 .blog-post.flex-wrap-col .flex-col-new {
  flex: 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .top-spacing {   padding: 50px 0px 0px !important; }
  .seach-input-wrapper {
    flex: 0 25%;
    border: 1px solid #35a99a;
    margin-bottom: 35px;
  }
  .widget-span .row-fluid-wrapper.row-depth-1.row-number-6 {   margin-top:-60px; }
  a.next-posts-link {   margin-top: 0px; }
  .total-pages {  margin-top: 20px;  order: 1; }
}