.hs-blog-listing .dnd-section,
.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}
.hs-blog-listing .dnd-section .hs_cos_wrapper_type_module {
  width: 100%;
}
/* Blog Recent Posts */
.blog-recent-posts {
  padding-top: 50px;
  margin-bottom: 30PX;
  background: transparent !important;
}

.blog-recent-posts .recent-inner {
  margin: 0px 0px -4px -4px;
  height: 430px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.blog-recent-posts .rec-post-item {
  padding: 0 0 4px 4px;
  overflow: hidden;
  position: absolute;
}
.blog-recent-posts .rec-post-item.item-1 {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}

.blog-recent-posts .rec-post-item.item-2 {
  width: 25%;
  height: 100%;
  top: 0;
  left: 50%;
}

.blog-recent-posts .rec-post-item.item-3 {
  width: 25%;
  height: 50%;
  top: 0;
  left: 75%;
}

.blog-recent-posts .rec-post-item.item-4 {
  width: 25%;
  height: 50%;
  top: 50%;
  left: 75%;
}
.blog-recent-posts .jeg_block_container {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.blog-recent-posts .jeg_thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.blog-recent-posts .thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blog-recent-posts .thumbnail-background:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: .1;
  z-index: 2;
  transition: .3s;
}
.blog-recent-posts .rec-post-item:hover .thumbnail-background:before {
  background: #fff;
  opacity: .2;
}
.blog-recent-posts .jeg_postblock_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  padding: 0 25px 15px;
  z-index: 3;
  color: #fff;
  flex-grow: 1;
}
.blog-recent-posts .jeg_post_category {
  margin-bottom: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  line-height: 1;
  font-size: 11px;
}
.blog-recent-posts .jeg_post_category a {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  color: inherit;
  line-height: 1;
  margin-bottom: 5px;
  padding: 2px 6px;
  background-color: #0078b7;
  border-color: #0078b7;
  pointer-events: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin-right: 10px;
}
.blog-recent-posts .jeg_post_category a:last-child {
  margin-right: 0;
}
.blog-recent-posts .jeg_post_category a {

}
.blog-recent-posts .jeg_post_info {
  line-height: 1;
}
.blog-recent-posts .jeg_post_title {
  line-height: 1.3;
  font-weight: 700;
  margin: 0 auto 10px;
  letter-spacing: -.02em;
  font-size: 26px;
  margin-bottom: 5px;
}
.blog-recent-posts .jeg_heroblock_scroller .rec-post-item .jeg_post_title {
  font-size: 18px;
  line-height: 1.3;
}
.blog-recent-posts .jeg_post_title a {
  display: inline;
  background: #fff;
  color: #212121;
  padding: 0 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.blog-recent-posts .jeg_post_title a:hover {
  color: #f70d28;
}
@media only screen and (max-width: 768px) {
  .blog-recent-posts .jeg_post_category {
    font-size: 10px;
  }
  .blog-recent-posts .jeg_post_category a {
    font-size: inherit;
  }
}
@media only screen and (max-width: 667px) {
  .blog-recent-posts .recent-inner {
    height: 440px;
  }
  .blog-recent-posts .rec-post-item {
    position: relative;
    top: inherit !important;
    right: inherit;
    bottom: inherit;
    left: inherit !important;
    display: inline-block;
  }
  .blog-recent-posts .rec-post-item.item-1 {
    width: 100%;
    height: 60%;
  }
  .blog-recent-posts .jeg_heroblock_scroller {
    white-space: nowrap;
    height: 40%;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .blog-recent-posts .jeg_heroblock_scroller .rec-post-item {
    width: 45%;
    height: 100%;
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }
  .blog-recent-posts .jeg_heroblock_scroller .rec-post-item .jeg_post_title {
    font-size: 16px;
    line-height: 20px;
  }
  html[lang="zh"] .blog-recent-posts .rec-post-item.item-1 {
    margin-bottom: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-recent-posts .recent-inner {
    height: 300px;
  }
  .blog-recent-posts .rec-post-item.item-1 {
    height: 55%;
  }
  .blog-recent-posts .jeg_heroblock_scroller .rec-post-item {
    width: 80%;
  }
  .blog-recent-posts .jeg_post_title {
    font-size: 18px;
  }
  .blog-recent-posts .jeg_heroblock_scroller .rec-post-item .jeg_post_title {
    font-size: 15px;
  }
}
/* Blog Categories */
.blog-categories {
  margin-bottom: 20px;
  text-align: center;
  padding: 30px 0;
}
.blog-categories a {
  color: inherit;
  padding: 3px 0;
  margin: 10px 20px;
  position: relative;
  font-family: Nunito;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.blog-categories a:after {
  content: "";
  transition: 0.37s all cubic-bezier(.23,.46,.4,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #0078b7;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.blog-categories a:hover:after,
.blog-categories a.active:after{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.blog-categories h4 {
  border-radius: 50px;
  font-family: Nunito;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 40px 10px 60px;
  margin-bottom: 0;
  border: 1px solid rgba(0,0,0,.15);
  display: inline-block;
  position: relative;
  cursor: pointer;
  display: none;
} 
@media only screen and (max-width: 1000px) {
  .blog-categories {
    padding: 40px 0;
  }
  .blog-categories h4 {
    display: inline-block;
  }
  .blog-categories div#nav1 {
    margin-top: 20px;
    display: none;
  }
  .blog-categories.visible div#nav1 {
    display: block; 
  }
}
.blog-categories h4:before {
  content: ' ';
  top: calc(50% - 6px);
  left: 47px;
  width: 2px;
  margin-left: -2px;
  height: 12px;
  position: absolute;
  background-color: #000;
  transform-origin: center;
  -ms-transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
  transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
}
.blog-categories h4:after {
  content: ' ';
  top: calc(50% - 1px);
  left: 40px;
  width: 12px;
  height: 2px;
  position: absolute;
  background-color: #000;
  transform-origin: center;
  -ms-transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
  transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
  -webkit-transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
}
.blog-categories h4.visible:before {
  transform: rotate( 90deg);
  -webkit-transform: rotate( 90deg);
}
.blog-categories h4.visible:after {
  transform: scaleY(0) rotate(90deg);
  -webkit-transform: scaleY(0) rotate(90deg);
}

/* Blog listing */

.listing-post-grid {
  display: grid;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(30vh,auto);
}
.post-item {
  min-height: 250px;
  width: auto;
  margin: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.post-item:nth-of-type(6n+1),
.post-item:nth-of-type(6n+6){
  grid-column-end: span 2;
}

.post-item.inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.1);
}
.post-item .post-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s ease 0.25s;
  transition: opacity 0.6s ease 0.25s;
}
.post-item .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #1e73be;
}
.post-item:hover .bg-overlay {
  opacity: .6;
}
.post-item .content {
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 200;
}
.post-item .post-item-link {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}
.post-item .content .meta-category {
  color: #fff;
  position: relative;
  z-index: 11;
  display: block;
  align-self: flex-start;
}
.post-item .content .meta-category a {
  color: inherit;
  font-family: Roboto;
  font-weight: 700;
  margin: 0 5px 10px 0;
  display: inline-block;
  line-height: 1.1em;
  font-size: inherit;
  text-transform: capitalize;
}
.post-item .content .item-main {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  position: relative;
  z-index: 9;
}
.post-item .content .post-heading {
  line-height: 1.2em;
  max-width: 80%;
  margin: 0;
  transition: all 0.45s cubic-bezier(.15,.75,.5,1) 0s;
  color: #fff;
}
.post-item .content .post-heading span {
  background-color: #fff;
  color: #212121;
  padding: 0 5px;
  transition: color 0.3s ease;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  vertical-align: baseline;
  text-align: center;
}
.post-item:hover .post-heading span {
  color: #0078b7;
}

.blog-solutions-section .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}
.smallheader .hs-blog-post #header-outer {
  box-shadow: 0 3px 45px rgb(0 0 0 / 15%);
  transition: box-shadow 0.42s ease,opacity 0.3s ease;
}
html[lang="zh"] .mfp-bg {
  opacity: .85;
}
html[lang="zh"] .mfp-figure:after {
  box-shadow: none;
  top: 55px;
  bottom: 55px;
}
@media only screen and (max-width: 1200px){
  body .hs-blog-listing #cm-slide-out-widget-area .inner .off-canvas-menu-container li a.active-item:after,
  body .hs-blog-post #cm-slide-out-widget-area .inner .off-canvas-menu-container li a.active-item:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media only screen and (max-width: 1024px) {
  .blog-recent-posts .recent-inner {
    height: 355px;
  }
  .blog-recent-posts .jeg_heroblock_scroller .rec-post-item .jeg_post_title {
    font-size: 16px;
  }
  .blog-recent-posts .jeg_heroblock_scroller .item-2.rec-post-item .jeg_post_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 690px) {
  .listing-post-grid {
    grid-template-columns: 1fr 1fr;
  }
  .post-item:nth-child(3n+1) {
    grid-column-end: span 2 !important;
  }
  .post-item:nth-of-type(6n+1), .post-item:nth-of-type(6n+6) {
    grid-row-end: span 1;
    grid-column-end: span 1;
  }
} 
@media only screen and (max-width: 768px) {
  .blog-recent-posts .jeg_heroblock_scroller .rec-post-item .jeg_post_title {
    font-size: 12px;
  }
  .blog-recent-posts .jeg_post_title {
    font-size: 22px;
  }
  .blog-recent-posts .jeg_heroblock_scroller .item-2.rec-post-item .jeg_post_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 690px) {
  .listing-post-grid {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    grid-template-columns: none;
    grid-auto-rows: auto !important;

  }
  .post-item {
    grid-row-end: auto;
    width: 100%!important;
    grid-column-end: auto;
  }
}
@media only screen and (max-width: 667px) {
  .blog-recent-posts .recent-inner {
    height: 440px;
  }
  .blog-recent-posts .jeg_postblock_content {
    white-space: normal;
    width: 100%;
  }
  .blog-recent-posts .jeg_post_title {
    font-size: 24px;
  }
  .blog-recent-posts .jeg_heroblock_scroller .item-2.rec-post-item .jeg_post_title {
    font-size: 16px;
  }
  .blog-recent-posts .jeg_heroblock_scroller .rec-post-item .jeg_post_title {
    font-size: 16px;
  }

}


/* Blog pagination */

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

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

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

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

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

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

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

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

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

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

/* Blog post */

#page-header-wrap {
  height: 550px;
  overflow: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
#page-header-wrap:not(.no-feature-image){
  background-color: #2d2d2d;
}
#page-header-bg {
  width: 100%;
  height: 550px;
  overflow: hidden;
  color: #fff;
  display: block!important;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 2;
}
#page-header-wrap .page-header-bg-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -webkit-transition: 1.25s 0s cubic-bezier(.3,.58,.42,.9);
  transition: 1.25s 0s cubic-bezier(.3,.58,.42,.9);
}
#page-header-wrap .page-header-bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#page-header-wrap .page-header-bg-image:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  z-index: 1;
  display: block;
  background-color: #2d2d2d;
  opacity: .4;
}
#page-header-wrap .page-center {
  height: 100%;
  z-index: 100;
  position: relative;
}
#page-header-wrap .blog-title {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  position: relative;
}
#page-header-wrap .blog-title .inner-wrap {
  text-align: center;
}
#page-header-wrap .blog-title .inner-wrap a.blog-post-tag-link {
  border-radius: 100px;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.4);
  font-family: Nunito;
  text-transform: capitalize!important;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 10px;
  line-height: 18px;
  margin: 5px 3px 1px 3px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  vertical-align: baseline;
}
#page-header-wrap .blog-title .inner-wrap a.blog-post-tag-link:hover {
  background-color: #49b2e5;
  color: #ffffff;
  border-color: #49b2e5;
}
#page-header-wrap .blog-title .inner-wrap a.quality:hover,
#page-header-wrap .blog-title .inner-wrap a.calidad:hover{
  background-color: #0078b7;
  border-color: #0078b7;
}
#page-header-wrap .blog-title .inner-wrap a.sustainability:hover {
  background-color: #43cdc9;
  border-color: #43cdc9;
}
#page-header-wrap h1.entry-title {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  padding: 20px 0 19px 0;
  position: relative;
  top: 3px;
  text-transform:none;
}
@media only screen and (min-width: 1300px) and (max-width: 1500px){
  #page-header-wrap h1.entry-title {
    font-size: 54px;
    line-height: 54px;
  }
}
#single-below-header {
  text-align: center;
  position: relative;
  z-index: 100;
  color: #888;
}
#single-below-header > span {
  border-color: rgba(255,255,255,0.4);
}

#single-below-header > span {
  display: inline-block;
  line-height: 14px;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 600;
  padding: 0 15px 0 20px;
  border-left: 1px solid rgba(255,255,255,0.4);
  color: #ffffff;
}
#single-below-header > span:first-child {
  padding-left: 0;
  border: none;
}
#single-below-header span a {
  color: inherit; 
}
#single-below-header span.fn {
  padding-left: 10px;
}


/*blog-post-content*/

.body-container--blog-post {
  padding-top: 80px;
}
.body-container--blog-post .page-center {
  padding-top: 35px;
  padding-bottom: 24px;
}
.post-area {
  margin-top: 4px;
  position: relative;
  float: left;
}
.blog-post-row .col-3 {
  float: left;  
}
.blog-post__body {
  position: relative;
  line-height: 32px;
  font-size: 20px;
  font-weight: 400;
}
.blog-post__body p {
  font-size: 20px;
}
.blog-post__body h2,
.blog-post__body h3{
  margin-top: 10px;
}


.bottom-meta>div:last-child {
  margin-bottom: 60px;
}
.bottom-meta .nectar-social-inner a {
  margin: 10px 9px 10px 0;
  height: auto;
  display: inline-block;
  line-height: 18px;
  border-radius: 100px;
  border: 2px solid;
  border-color: #0078b7;
  padding: 9px 30px;
  transition: all 0.2s ease;
}
.bottom-meta .nectar-social-inner a:hover {
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  background-color: #0078b7;
  color: #fff;
  border-color: #0078b7;
}
.bottom-meta .nectar-social .social-text {
  display: inline-block;
  opacity: 1;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  font-family: Nunito;
}
.sharing-default-minimal .nectar-social i {
  height: 15px;
  font-size: 16px;
  padding-right: 3px;
  line-height: 18px;
  transition: all 0.2s ease;
  color: #0078b7;
}
.bottom-meta .nectar-social-inner a:hover i{
  color: #fff; 
}
#author-bio {
  padding-top: 30px;
}
#author-bio .author-avatar {
  border-radius: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 80px;
}
#author-bio #author-info {
  width: 75%;
  vertical-align: middle;
  display: inline-block;
  padding-left: 30px;
}
#author-bio.no-avtar #author-info {
  padding-left: 0px;
}
#author-bio #author-info h3 {
  margin-bottom: -3px;
  line-height: 1.6em;
  color: #333;
}
#author-bio #author-info h3 a {
  color: inherit; 
}
#author-bio #author-info h3 a:hover {
  color: #0078b7;
}
#author-bio #author-info p {
  line-height: 1.8em;
  font-size: 16px;
  margin-bottom: 5px;
  opacity: .7;
  padding-bottom: 0;
}
.post-pagination {
  margin-top: 80px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #333;
}
.post-pagination .controls {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.post-pagination .previous-post,
.post-pagination .next-post{
  padding: 6% 9%;
  width: 50%;
  line-height: 0;
  height: auto;
  min-height: 300px;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  float: none;
  overflow: hidden;
  position: relative;
  background-color: #333;
}
.post-pagination .post-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  -ms-transition: transform 0.4s cubic-bezier(.05,.2,.1,1) 0s;
  -webkit-transition: transform 0.4s cubic-bezier(.05,.2,.1,1) 0s;
  transition: transform 0.4s cubic-bezier(.05,.2,.1,1) 0s;
}
.post-pagination a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: block;
}
.post-pagination h3 {
  color: #fff;
  position: relative;
  z-index: 100;
  display: inline-block;
  -webkit-transform: translateX(0) translateZ(0);
  -webkit-transition: transform 0.4s cubic-bezier(.05,.2,.1,1);
  transform: translateX(0) translateZ(0);
  transition: transform 0.4s cubic-bezier(.05,.2,.1,1);
}
.post-pagination h3 span {
  color: #fff;
  margin-bottom: 5px;
  display: block;
  position: relative;
}
.post-pagination h3 span:not(.text) {
  display: block;
  font-size: 16px;

}
.post-pagination .previous-post {
  text-align: right;
}
.post-pagination h3 .next-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
}
.post-pagination .previous-post h3 .next-arrow {
  position: absolute;
  backface-visibility: hidden;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  -webkit-transform: translateX(38px) rotate(180deg);
  transform: translateX(38px) rotate(180deg);
  left: -43px;
  right: auto;
  animation: rightArrowEnd2 0.7s cubic-bezier(0,.2,.1,1) forwards;
}
.post-pagination .previous-post h3 .text .line {
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
  animation: rightLineEnd2 0.4s cubic-bezier(.05,.2,.1,1) forwards;
}
.previous-post:after,
.next-post:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(13,13,13,.35);
  -webkit-transition: background-color 0.4s cubic-bezier(.05,.2,.1,1) 0s;
  transition: background-color 0.4s cubic-bezier(.05,.2,.1,1) 0s;
}
.post-pagination .previous-post:hover .post-bg-img,
.post-pagination .next-post:hover .post-bg-img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post-pagination .next-post:hover h3 {

  -webkit-transform: translateX(-40px) translateZ(0);
  transform: translateX(-40px) translateZ(0);
  backface-visibility: hidden;

}
.post-pagination .previous-post:hover h3 .next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
  animation: rightArrowStart2 0.4s cubic-bezier(.05,.2,.1,1) forwards;
}
.post-pagination .previous-post:hover h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(0) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 0.4s cubic-bezier(.05,.2,.1,1) forwards;
}
.previous-post:hover:after,
.next-post:hover:after{
  background-color: rgba(13,13,13,.9);
}
.previous-post:hover h3 {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}
.post-pagination .next-post {
  text-align: left;
}
.post-pagination .next-post 
.next-post:hover h3 {
  -webkit-transform: translateX(-40px) translateZ(0);
  transform: translateX(-40px) translateZ(0);
  backface-visibility: hidden;
}
.next-post:hover h3 .next-arrow {
  animation: rightArrowStart 0.4s cubic-bezier(.05,.2,.1,1) forwards;
}
.next-post:hover h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(0) scaleX(1);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(0) scaleX(1);
  transform-origin: left;
  animation: rightLineStart 0.4s cubic-bezier(.05,.2,.1,1) forwards;
}
.previous-post h3 .next-arrow line {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke-dashoffset: 30px;
}
.previous-post .next-arrow line {
  animation: rightArrowLineEnd 0.4s cubic-bezier(.3,.2,.1,1) 0.25s forwards;
  stroke-dashoffset: 40px;
}
.previous-post:hover .next-arrow line {
  animation: rightArrowLineStart 0.3s cubic-bezier(.05,.2,.1,1) 0.1s forwards;
  stroke-dashoffset: 30px;
}

.next-post h3 .next-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
  animation: rightArrowEnd 0.7s cubic-bezier(0,.2,.1,1) forwards;
}
.next-post h3 .next-arrow line {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke-dashoffset: 30px;
  animation: rightArrowLineEnd 0.4s cubic-bezier(.3,.2,.1,1) 0.25s forwards;
  stroke-dashoffset: 40px;
}
.next-post h3 .text .line {
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
  animation: rightLineEnd 0.4s cubic-bezier(.05,.2,.1,1) forwards;
}
.next-post:hover h3 .next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
  animation: rightArrowStart 0.4s cubic-bezier(.05,.2,.1,1) forwards;
}
.next-post:hover .next-arrow line {
  animation: rightArrowLineStart 0.3s cubic-bezier(.05,.2,.1,1) 0.1s forwards;
  stroke-dashoffset: 30px;
}
.next-post:hover h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(0) scaleX(1);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(0) scaleX(1);
  transform-origin: left;
  animation: rightLineStart 0.4s cubic-bezier(.05,.2,.1,1) forwards;
}
.post-pagination.full-width .next-post,
.post-pagination.full-width .previous-post{
  width: 100%;
  text-align: center;
}
@keyframes rightArrowStart {
  0% {
    transform: translateX(-50px)
  }
  100% {
    transform: translateX(42px)
  }
}

@keyframes rightArrowEnd {
  0% {
    transform: translateX(42px)
  }
  100% {
    transform: translateX(75px)
  }
}

@keyframes rightArrowStart2 {
  0% {
    transform: translateX(50px) rotate(180deg)
  }
  100% {
    transform: translateX(-42px) rotate(180deg)
  }
}

@keyframes rightArrowEnd2 {
  0% {
    transform: translateX(-42px) rotate(180deg)
  }
  100% {
    transform: translateX(-75px) rotate(180deg)
  }
}
@keyframes rightLineStart {
  0% {
    transform: translateY(-50%) translateX(-88px) scaleX(0)
  }

  100% {
    transform: translateY(-50%) translateX(0) scaleX(1)
  }
}

@keyframes rightLineEnd {
  0% {
    transform: translateY(-50%) translateX(0) scaleX(1)
  }

  100% {
    transform: translateY(-50%) translateX(28px) scaleX(0)
  }
}
@keyframes rightArrowStart2 {
  0% {
    transform: translateX(50px) rotate(180deg)
  }

  100% {
    transform: translateX(-42px) rotate(180deg)
  }
}
@keyframes rightLineStart2 {
  0% {
    transform: translateY(-50%) translateX(88px) scaleX(0)
  }

  100% {
    transform: translateY(-50%) translateX(0) scaleX(1)
  }
}

@keyframes rightLineEnd2 {
  0% {
    transform: translateY(-50%) translateX(0) scaleX(1)
  }

  100% {
    transform: translateY(-50%) translateX(-28px) scaleX(0)
  }
}
@keyframes rightArrowEnd2 {
  0% {
    transform: translateX(-42px) rotate(180deg)
  }

  100% {
    transform: translateX(-75px) rotate(180deg)
  }
}

@keyframes rightArrowLineStart {
  0% {
    stroke-dashoffset: 30px
  }

  100% {
    stroke-dashoffset: 40px
  }
}

@keyframes rightArrowLineEnd {
  0% {
    stroke-dashoffset: 40px
  }

  100% {
    stroke-dashoffset: 50px
  }
}






.hs-blog-post #header-outer:before {
  background: linear-gradient(to top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.04) 16%,rgba(0,0,0,.23) 75%,rgba(0,0,0,.33) 100%);
  position: absolute;
  pointer-events: none;
  height: 120%;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  display: block;
}
.smallheader .hs-blog-post #header-outer:before{
  display:none;
}

.blog-related-posts {
  margin: 0rem;
  padding: 0rem 0;
  background-color: transparent !important;
  position: relative;
}
.blog-related-posts .row-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0,0,0,.04);
}
.related-title {
  padding: 8% 0 40px 0;
}
.blog-related-posts__list {
  padding: 0 0 8% 0;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.blog-related-posts__list .col-4 {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
}
.blog-related-posts__list .col-4 .related-post-inner {
  box-shadow: 0 30px 90px rgb(0 0 0 / 14%);
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.blog-related-posts__list .post-featured-img{
  overflow: hidden;
  display: block;
  position: relative
}
.blog-related-posts__list .post-featured-img .bg-image{
  overflow: hidden;
  display: block;
  padding-bottom: /*66.4%;*/52.4%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);

}
.blog-related-posts__list .post-featured-img img {
  display: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
}
.blog-related-posts__list .col-4:hover .post-featured-img .bg-image{
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}
.blog-related-posts__list .meta-category {
  padding: 20px 30px 0 30px;
  display: block;
  position: relative;
  z-index: 110;
}
.blog-related-posts__list .meta-category a {
  font-family: Roboto;
  font-weight: 700;
  color: #49b2e5;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  margin: 0 10px 10px 0;
}
.blog-related-posts__list .meta-category a:before {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  background-color: #49b2e5;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: transform 0.37s cubic-bezier(.52,.01,.16,1);
  transition: transform 0.37s cubic-bezier(.52,.01,.16,1);
}
.blog-related-posts__list .meta-category a:hover:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.article-content-wrap {
  padding: 10px 30px 80px 30px;
}
.article-content-wrap .post-header {
  margin-bottom: 12px;
  color: #888;
}
.article-content-wrap h3.title {
  font-family: Nunito;
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.article-content-wrap .grav-wrap {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.article-content-wrap .grav-wrap img {
  display: inline-block;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  margin-right: 13px;
  vertical-align: middle;
  transition: all 0.4s cubic-bezier(.2,1,.2,1);
}
.article-content-wrap .grav-wrap .text {
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
}
.article-content-wrap .grav-wrap .text a {
  font-family: Roboto;
  font-weight: 700;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
}
.article-content-wrap .grav-wrap .text span {
  font-size: 13px;
  line-height: 18px;
}
.entire-meta-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 101;
  height: 100%;
}
.blog-related-posts__list .meta-category a.quality {
  color: #0078b7;
}
.blog-related-posts__list .meta-category a.quality:before {
  background-color: #0078b7;
}
.blog-related-posts__list .meta-category .sustainability {
  color: #43cdc9
}
.blog-related-posts__list .meta-category .sustainability:before {
  background-color: #43cdc9;
}
/* Blog sidebar */


.blog-sidebar h4 {
  font-family: Nunito;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  opacity: .7;
  color: #333;
}
.blog-sidebar ul {
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
  box-shadow: none !important;
}
.blog-sidebar ul.nectar_blog_posts_popular li {
  margin-bottom: 15px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
  padding: 25px;
  transition: border-color 0.4s cubic-bezier(.25,1,.2,1);
  overflow: hidden;
  position: relative;
  list-style: none;
}
.blog-sidebar ul.nectar_blog_posts_popular li a {
  display: block;
  line-height: 26px;
  vertical-align: middle;
  color: inherit;
}
.blog-sidebar ul.nectar_blog_posts_popular li .popular-featured-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(.25,1,.2,1);
  transition: opacity 0.4s cubic-bezier(.25,1,.2,1);
  border-radius: 5px;
}
.blog-sidebar ul.nectar_blog_posts_popular li .popular-featured-img:after {
  position: absolute;
  content: '';
  z-index: 10;
  pointer-events: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  left: 0;
  top: 0;
  border-radius: 5px;
  opacity: .7;
}
.blog-sidebar ul.nectar_blog_posts_popular li .post-title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  z-index: 10;
  position: relative;
  display: block;
}
.blog-sidebar ul.nectar_blog_posts_popular li .post-date {
  font-family: Nunito;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  color: rgba(0,0,0,1);
  -webkit-transition: color 0.4s cubic-bezier(.25,1,.2,1);
  transition: color 0.4s cubic-bezier(.25,1,.2,1); 
  margin-top: 6px;
  z-index: 10;
  position: relative;
  display: block;
}
.blog-sidebar ul.nectar_blog_posts_popular li:hover,
.blog-sidebar ul.nectar_blog_posts_popular li:first-child{
  border-color: transparent;
}
.blog-sidebar ul.nectar_blog_posts_popular li:first-child {
  padding-top: 100px;
}
.blog-sidebar ul.nectar_blog_posts_popular li a:hover,
.blog-sidebar ul.nectar_blog_posts_popular li:first-child a{
  color: #fff; 
}
.blog-sidebar ul.nectar_blog_posts_popular li a:hover .popular-featured-img,
.blog-sidebar ul.nectar_blog_posts_popular li:first-child .popular-featured-img{
  opacity: 1;
}
.blog-sidebar ul.nectar_blog_posts_popular li  a:hover .post-date,
.blog-sidebar ul.nectar_blog_posts_popular li:first-child .post-date{
  color: rgba(255,255,255,.75);
}
.blog-sidebar-featured-posts {
  margin-bottom: 60px;
}
.blog-sidebar-popular-posts {
  margin-bottom: 0px; 
}


/* tag page */

.archive-blog-header #page-header-wrap {
  height: 400px;
}

.archive-blog-header #page-header-bg {
  height: 400px;
}
.archive-blog-header #page-header-wrap .page-header-bg-image {
  background-position: center center;
}
.archive-blog-header #page-header-wrap .blog-title {
  margin-top: -4px
}
.archive-blog-header span.subheader {
  font-family: Nunito;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}

.archive-blog-header #page-header-wrap .blog-title .inner-wrap {
  text-align: left;
}

.archive-blog-header #page-header-wrap .blog-title h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog-post__body {
  padding-bottom:110px;
}
.blog-post__body h3 {
  font-size: 1.2em!important;
}
.blog-post__body .link_wrap {
  position: relative;
  text-decoration: inherit;
  speak: none;
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  box-shadow: none;
  display: block;
  text-align: center;
  -ms-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
}
.blog-post__body .link_wrap .link_text {
  padding-right: 36px;
  position: relative;
  display: inline-block;
  color: inherit;
  margin-bottom: 8px;
}
.blog-post__body .link_wrap .link_text:after{
  border-radius: 100px;
  border: 1px solid rgba(0,0,0,.3);
  height: 27px;
  width: 27px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  content: ' ';
  display: block;
  pointer-events: none;
  -ms-transition: all 0.33s cubic-bezier(.12,.75,.4,1);
  transition: all 0.33s cubic-bezier(.12,.75,.4,1);
  -webkit-transition: all 0.33s cubic-bezier(.12,.75,.4,1);
}
.blog-post__body .arrow {
  letter-spacing: 0;
}
.blog-post__body .link_wrap .arrow:before {
  font-family: 'Fontawesome';
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  color: #000;
  line-height: 30px;
  font-size: 14px;
  position: absolute;
  right: 0;
  width: 26px;
  text-align: center;
  height: 30px;
  top: 50%;
  margin-top: -16px;
  -ms-transition: all 0.33s cubic-bezier(.12,.75,.4,1);
  transition: all 0.33s cubic-bezier(.12,.75,.4,1);
  -webkit-transition: all 0.33s cubic-bezier(.12,.75,.4,1);
}
.blog-post__body .link_wrap .arrow:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #000;
  height: 1px;
  width: 22px;
  right: 12px;
  top: 50%;
  margin-top: -1px;
  -ms-transform: scale(0,1) translateX(0);
  -ms-transform-origin: left;
  transform: scale(0,1) translateX(0);
  transform-origin: left;
  -webkit-transform: scale(0,1) translateX(0);
  -webkit-transform-origin: left;
  pointer-events: none;
  transition: all 0.33s cubic-bezier(.12,.75,.4,1);
  -webkit-transition: all 0.33s cubic-bezier(.12,.75,.4,1);
}

.blog-post__body .link_wrap:hover .link_text:after {
  -ms-transform: scale(.8);
  -webkit-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}
.blog-post__body .link_wrap:hover .arrow:before {
  -ms-transform: scale(1,1) translateX(9px);
  -webkit-transform: scale(1,1) translateX(9px);
  transform: scale(1,1) translateX(9px);
}
.blog-post__body .link_wrap:hover .arrow:after{
  -ms-transform: scale(1,1) translateX(9px);
  -webkit-transform: scale(1,1) translateX(9px);
  transform: scale(1,1) translateX(9px);
}

.clrfull-heading {
  padding: calc(600px * 0.03) 0 0;
}
.imageCaption p {
  font-size: 14px;
  line-height: 16px;
  color: #666;
  margin-top: -10px;
  padding-bottom: 0;
}

@media only screen and (min-width: 1100px){
  .blog-post__body {
    padding: 0 130px 110px 0;
  }
}
@media only screen and (min-width: 1000px) {

  #page-header-wrap .blog-title .inner-wrap {
    padding-top: 67px;
  }
  .blog-post-row .col-9 {
    margin-right: 4%;
    width: 68.5%;
  }
  .blog-post-row .col-3 {
    width: 27.5%;
    backface-visibility: hidden;
  }
  .blog-post__body {
    padding-bottom: 110px;
  }
  .blog-related-posts__list .col-4 {
    width: 31.2%;
    margin-right: 3%;
  }
  .blog-related-posts__list .col-4:last-child {
    margin-right: 0px; 
  }
  .clrfull-heading {
    padding: calc((100vw - 180px) * 0.03) 0 0;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  #page-header-wrap h1.entry-title {
    font-size: 51px;
    line-height: 51px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 690px) {
  #page-header-wrap h1.entry-title {
    font-size: 33.6px;
    line-height: 40.6px;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1000px) {
  .post-pagination .previous-post, .post-pagination .next-post {
    min-height: 225px;
  }
}
@media only screen and (max-width: 1180px) and (min-width: 1000px) {
  .post-item .content .post-heading {
    max-width: 100%;
  }
  .post-item .content .meta-category a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 999px) {
  .body-container--blog-post .page-center {
    padding-top: 0;
  }
  .post-pagination {
    margin-top: 35px;
  }
  .post-pagination .previous-post, .post-pagination .next-post {    
    text-align: center;
  }
  .post-pagination h3 .next-arrow,
  .post-pagination h3 .text .line{
    display: none !important; 
  }
  #page-header-wrap .blog-title {

    -webkit-transform: none!important;
    transform: none!important;
    top: 0!important;

  }
  #page-header-bg {
    min-height: 250px;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .post-pagination .previous-post:hover h3,
  .post-pagination .next-post:hover h3{
    transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
  }
  .blog-related-posts__list .col-4{
    width:100%;
  }
}
@media only screen and (max-width: 999px) {
  .blog-recent-posts .jeg_postblock_content {
    width: 100%;
  }
  .blog-recent-posts .rec-post-item.item-3 .jeg_postblock_content,
  .blog-recent-posts .rec-post-item.item-4 .jeg_postblock_content{
    padding-right: 6px;
    padding-bottom: 0px;
  }
  #author-bio {
    margin-bottom: 60px;
  }
  .blog-sidebar {
    margin-bottom: 25px;
  }
  #page-header-wrap {
    height: auto;
  }
  #page-header-wrap .blog-title .inner-wrap {
    padding-top: 30px
  }
  .blog-sidebar ul.nectar_blog_posts_popular li {
    padding: 30px;
  }
  .archive-blog-header #page-header-wrap {
    height: auto;
  }

  .archive-blog-header #page-header-bg {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .archive-blog-header #page-header-wrap .blog-title h1 {
    font-size: 33.6px;
    line-height: 40.6px;
  }

  .archive-blog-header #page-header-wrap .blog-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 690px) {
  #page-header-wrap h1.entry-title {
    font-size: 31.2px;
    line-height: 37.7px;
  }
  #single-below-header>span {
    font-size: 14px; 
  }
  #author-bio {
    text-align: center;
  }
  #author-bio img {
    margin-right: 0;
    width: 60px;
    height: 60px;
  }
  #author-bio #author-info {
    width: 100%!important;
    text-align: center;
    padding-left: 0;
    margin-top: 20px;
  }
  .post-pagination .previous-post, .post-pagination .next-post {
    width: 100%;
    min-height: 250px;
  }
  .blog-post__body p {
    word-break: break-word;
  }
  .archive-blog-header span.subheader {
    font-size: 15px;
  }
  #page-header-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Blog comments */

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

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}
.blog-comments .grecaptcha-badge {
  margin: 0;
}
.comment.depth-0:first-child {
  margin-top: 2em;
}

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

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

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

/* Subscription section */

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

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

.subscription-form label {
  text-align: center;
}
.blog-post__body h2 {}
.blog-post__body figure {
  padding:0 0 30px;
}
.blog-post__body figure img{
  display:block;
}
.blog-post__body strong {
  font-weight: 800;
}
.blog-post__body blockquote p {
  padding-bottom: 0.4em;
  color: #0778f5;
}
.blog-post__body blockquote {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  padding-left: 1.8em;
}
.blog-post__body blockquote em {
  padding-bottom: 0.4em;
  color: #0778f5;
  font-family: Nunito;
  text-transform: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-style: italic;
}
.blog-post__body blockquote a:hover {
  color: inherit;
}
.blog-post__body .grayTextFrame {
  float: left;
  max-width: 50%;
  padding: 20px;
  background-color: #eee;
  margin: 0 20px;
  margin-top: 7px;
  margin-bottom: 24px;
}
.post-area blockquote .bt-title {
  color: #000;
  font-size: 0.8em;
}
#author-bio #author-info h3 span{
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: none;
}
.post-area .hbspt-form {
  margin-top: 1.5em;
}
.auth_block img {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.auth_block a.regular-button {
  display: inline-block;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  color: #FFF;
  font-weight: 600;
  font-family: Nunito;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 14px;
  padding: 15px 22px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  background-color: #ffbf10;
  padding-left: 35px;
  padding-right: 35px;
}
.auth_block a.regular-button:hover {
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.post-area p:first-child strong,
.post-area p:first-child b {
  font-size: 1.1em;
}
.post-area em{
  font-family: Nunito;
  text-transform: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-style: italic;
}
.blog-post__body .cm-social a img {
  max-width: 100%;
  height: auto;
  margin-right: 15px;
  margin-bottom: 5px;
}
.blog-post__body figcaption {
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}
.nectar-button.regular-button.extra-color-3 {
  background-color: #ffbf10!important;
}
.nectar-button.large {
  font-size: 14px;
  padding: 15px 35px;
}
.nectar-button {
  font-weight: 600;
  font-family: Nunito;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #fff;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  box-shadow: none;
}
.nectar-button.no-shadow {
  box-shadow: none !important;
}
.blog-post__body blockquote[data-style="basic_left_image"] {
  padding-bottom: 30px;
  padding-left: 90px;
  margin: 0;
}
.blog-post__body blockquote[data-style="basic_left_image"]:before {
  display: none;
}
.blog-post__body blockquote[data-style="basic_left_image"] .image-icon {
  line-height: 70px;
  background-size: cover;
  border-radius: 100px;
  font-family: Georgia,serif!important;
  font-size: 50px;
  text-align: center;
  border: none;
  background-position: center;
  width: 52px;
  height: 52px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}
.blog-post__body blockquote[data-style="basic_left_image"] span.wrap {
  line-height: 22px;
  vertical-align: middle;
  display: flex!important;
  font-size: 0.7em!important;
  font-family: Roboto;
  font-weight: 700!important;
}
.blog-post__body blockquote[data-style="basic_left_image"] span.wrap span {
  font-size: 1.2em;
}
.blog-post__body blockquote[data-style="basic_left_image"] .title {
  display: block;
  line-height: 22px;
  color: rgba(0,0,0,.5);
  padding-left: 5px;
}
.blog-post__body span .title:before {
  content: "|";
  padding-right: 5px;
}
.cm-post-video {
  margin-bottom: 1.5em;
} 
.standard_section-wrap .hs-content .vc_column-inner {
  background-color: #f4f4f4;
  padding: calc(100vw * 0.01);
}
.standard_section-wrap .vc_col-sm-6:last-child .vc_column-inner {
  padding: calc(100vw * 0.01);
}
.standard_section-wrap {
  padding-bottom: calc(100vw * 0.02);
}
.standard_section-wrap .vc_col-sm-6 {
  padding: 0;
  position: relative;
}
.standard_section-wrap .column-image-bg {
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.standard_section-wrap .hs-content .vc_column-inner p {
  padding: 0;
}
.body-container .hs_cos_wrapper_type_rich_text .achor-effect {
  padding-top: calc(100vw * 0.02);
  text-align: center;
  margin-bottom: 1.5em;
}
.body-container .hs_cos_wrapper_type_rich_text .achor-effect a {
  border-color: #43cdc9;
  position: relative;
  display: inline-block;
  color: #43cdc9;
}
.body-container .hs_cos_wrapper_type_rich_text .achor-effect a:after {
  border: 1px solid rgba(0,0,0,.3);
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  opacity: .8;
  left: 0;
  backface-visibility: hidden;
  pointer-events: none;
  margin-top: 0;
  top: auto;
  border-top: none;
  border-right: none;
  bottom: 0;
  border-left: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  background-color: transparent!important;
  transition: transform 0.4s cubic-bezier(.23,.46,.4,1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(.23,.46,.4,1);
  animation: none;
  transform-origin: left;
  z-index: 1;
  border-color: inherit!important;
}
.body-container .hs_cos_wrapper_type_rich_text .achor-effect a:hover:after {
  animation: portSliderLine 0.45s cubic-bezier(.15,.75,.5,1) forwards;
}
.body-container .hs_cos_wrapper_type_rich_text .achor-effect span {
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
}
.body-container .hs_cos_wrapper_type_rich_text .achor-effect span:hover a:after {
  animation: none;
  transform: scaleX(0);
  transform-origin: right;
}
.bg-animated-title h3 {
  margin: 0;
  position: relative;
  z-index: 100;
  color: #fff;
  line-height: 36px;
  font-weight: 400;
  font-family: Nunito;
  text-transform: none;
  letter-spacing: 0;
  padding: 8px 16px;
}
.bg-animated-title {
  position: relative;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  -ms-transform: rotateX(-90deg) translateZ(0);
  -webkit-transform: rotateX( -90deg) translateZ(0);
  transform: rotateX( -90deg) translateZ(0);
  -ms-transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  box-shadow: rgb(0 0 0 / 13%) 0 6px 20px;
  -ms-transform: rotateX(0deg) translateZ(0);
  -webkit-transform: rotateX( 0deg) translateZ(0);
  transform: rotateX( 0deg) translateZ(0);
  opacity: 1;
  -ms-transition: transform 1.3s cubic-bezier(.2,1,.2,1),opacity 1.3s cubic-bezier(.2,1,.2,1);
  transition: transform 1.3s cubic-bezier(.2,1,.2,1),opacity 1.3s cubic-bezier(.2,1,.2,1);
  -webkit-transition: -webkit-transform 1.3s cubic-bezier(.2,1,.2,1),opacity 1.3s cubic-bezier(.2,1,.2,1);
}
.bg-animated-title:after {
  display: block;
  background-color: #000;
  content: ' ';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-animated-title[data-color="extra-color-2"]:after {
  background-color: #43cdc9;
}
.bg-animated-title.completed {
  -ms-transform: rotateX(0deg) translateZ(0);
  -webkit-transform: rotateX( 0deg) translateZ(0);
  transform: rotateX( 0deg) translateZ(0);
  opacity: 1;
  -ms-transition: transform 1.3s cubic-bezier(.2,1,.2,1),opacity 1.3s cubic-bezier(.2,1,.2,1);
  transition: transform 1.3s cubic-bezier(.2,1,.2,1),opacity 1.3s cubic-bezier(.2,1,.2,1);
  -webkit-transition: -webkit-transform 1.3s cubic-bezier(.2,1,.2,1),opacity 1.3s cubic-bezier(.2,1,.2,1);
}
.blog-post__body .alignleft {
  float: left;
  margin-right: 15px;
}
@keyframes portSliderLine {
  0% {
    transform: scaleX(0);
    transform-origin: left
  }
  100% {
    transform: scaleX(1);
    transform-origin: left
  }
}
.blog-post__body .alignright {
  float: right;
  margin-left: 15px;
}
.blog-post__body p img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.blog-post__body h3 em.cm-bg:before {
  transform-origin: left bottom;
  transition: transform 1.2s cubic-bezier(.15,.75,.4,1),opacity 0.25s ease;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #0778F5;
}
.blog-post__body h3 em.cm-bg {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
}
.blog-post__body p i {
  font-family: Nunito;
  text-transform: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-style: italic;
}
/* ----------- */

.post-cnt-with-btn-wrap {
  padding-top: calc(100vw * 0.03);
  padding-bottom: calc(100vw * 0.02);
  margin-bottom: 1.5em;
}
.post-cnt-with-btn-wrap .post-cnt-with-btn-wrap-inner {
  position: relative;
  border-radius: 20px;
}

.post-cnt-with-btn-wrap .column-image-bg-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.post-cnt-with-btn-wrap .inner-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.post-cnt-with-btn-wrap .column-image-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.post-cnt-with-btn-wrap .column-bg-overlay-wrap {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  opacity: 1;
  transition: background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1);
  -webkit-transition: background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1);
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgb(0 0 0 / 8%), 0 13px 45px rgb(0 0 0 / 8%);
}

.post-cnt-with-btn-wrap .column-bg-overlay {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  opacity: 0;
  transition: background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1);
  -webkit-transition: background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1);
}

.post-cnt-with-btn-wrap .post-cnt-with-btn-col {
  position: relative;
  z-index: 2;
}

.post-cnt-with-btn-wrap .post-cnt-with-btn-col-left {
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 3%;
  margin-right: -3%;
}

.post-cnt-with-btn-wrap .post-cnt-with-btn-col-left h2 {
  margin: 0;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
  text-align: left;
  font-family: Nunito;
  font-weight: 700;
  font-style: normal;
  margin-right: -3%;
  margin-left: 3%;
  padding-top: 20px ;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 20px;
}

.post-cnt-with-btn-wrap .post-cnt-with-btn-col-right {
  margin-top: 4%;
  margin-left: -2%;
  text-align: center;
}

.post-cnt-with-btn-wrap .post-cnt-with-btn-col-right a {
  width: auto;
  margin-top: 14px;
}

.post-cnt-with-btn-wrap .post-cnt-with-btn-col.cm-col-wrap .cm-col-inner {
  display: block;
}

.post-cnt-with-btn-wrap .post-cnt-with-btn-col-right a.red {
  background-color: rgb(233, 101, 101);
}

.post-cnt-with-btn-wrap.style1 .post-cnt-with-btn-wrap-inner {
  border-radius: 0;
}

.post-cnt-with-btn-wrap.style1 .column-image-bg {
  border-radius: 0;
}

.post-cnt-with-btn-wrap.style1 .post-cnt-with-btn-col-left {
  margin: 0;
  width: 66.66666667%;
}

.post-cnt-with-btn-wrap.style1 .post-cnt-with-btn-col-right {
  width: 33.33333333%;
  margin: 0;
  padding-top: 25px;
}

.post-cnt-with-btn-wrap.style1 .post-cnt-with-btn-col-right a.yellow {
  background-color: #ffbf10;
}

.post-cnt-with-btn-wrap.style1 .post-cnt-with-btn-col-right a {
  margin-top: 0;
}

.post-cnt-with-btn-wrap.style1 .post-cnt-with-btn-col {
  margin: 0;
  padding-left: 1%;
  padding-right: 1%;
}

.post-cnt-with-btn-wrap.style1 .post-cnt-with-btn-col-left .cm-col-inner > :last-child {
  margin-bottom: 0;
}

.post-cnt-with-btn-wrap.style1 {
  padding: 0;
}

/* ---------- */
.hs-highlighted-text.blue {
  margin: 0;
  padding: 5vw 0;
}
.hs-highlighted-text.yellow {
  margin: 0;
  padding: 2vw 0;
}
.hs-highlighted-text strong {
  margin-bottom: 7px;
  display: block;
}
.hs-highlighted-text em {
  position: relative;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: 1em;
  padding: 0 3px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hs-highlighted-text em:before {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.15,.75,.4,1),opacity 0.25s ease;
  transition: transform 1.2s cubic-bezier(.15,.75,.4,1),opacity 0.25s ease;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  height: 28%;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.post-area .hs-highlighted-text.blue em:before {
  background-color: #0778f5;
}
.post-area .hs-highlighted-text.yellow em:before {
  background-color: #faa759;
}
.personImage {
  border-radius: 50%;
}
.blog-post__body .cm-btn a.yellow {
  background-color: #ffbf10;
}
.blog-post__body p[rel="anchor-hover"] a {
  color: inherit;
}

.blog-post__body p[rel="anchor-hover"] a:hover {
  opacity: .85;
}

.blog-post__body  h2[rel="hdg-pd"] {
  padding-top: calc(600px * 0.03);
}

.blog-post__body  ol[rel="ol-style"] {
  padding-bottom: calc(600px * 0.03);
  margin-bottom:0;
}

.blog-post__body  ol[rel="ol-style"] ol{
  margin-bottom:0;
}
.grey_box {
  background-color: #eaeaea;
  padding: 20px;
  margin-bottom: 1.5em;
}
.imageShadow {
  box-shadow: rgb(0 0 0 / 4%) 0 1px 0, rgb(0 0 0 / 5%) 0 2px 7px, rgb(0 0 0 / 6%) 0 12px 22px;
}
.imageBorderRadius {
  border-radius: 20px;
}
.blog-post__body ul li p:last-child {
  padding-bottom: 0;
}
.blog-post__body ul li h4 {
  margin-top: 10px;
}
.post-img-shadow {
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 4%) 0 1px 0, rgb(0 0 0 / 5%) 0 2px 7px, rgb(0 0 0 / 6%) 0 12px 22px;
}
.keyTakeaways li {
  padding-bottom: 10px;
}
.hs-highlighted-text.blue-dark {
  padding-top: 3vw;
  padding-bottom: 3vw;
  margin: 0;
  margin-bottom: 7px;
}

.post-area .hs-highlighted-text.blue-dark em:before {
  background-color: rgba(52,82,255,0.43);
}

.hs-highlighted-text em strong {
  margin-bottom: 0;
}

.blog-post__body .link_wrap .arrow-blue .arrow:before,
.blog-post__body .link_wrap .arrow-blue .arrow:after {
  color: inherit;
  border-color: inherit;
}

.blog-post__body .link_wrap .arrow-blue.link_text:after {
  border-color: inherit!important;
}
.videoDescription p {
  font-size: 14px;
  line-height: 16px;
}
.videoDescription {
  margin: 20px 0 1.5em;
  font-style: italic;
}
.blog-post__body sup {
  font-size: 10px;
  vertical-align: super;
  position: static;
  line-height: inherit;
}
ul.keyTakeaways {
  margin-bottom: 0;
}
.post-bl-author {
  font-size: 0.8em;
  color: #000;
}
.two-col-content {
  padding-top: 4vw;
  padding-bottom: 1vw;
}

.two-col-top-content {
  margin-bottom: 1.5em;
}

.two-col-top-content h4 em {
  font-size: inherit;
}

.two-col-content .vc_col-sm-6-in {
  padding: calc(600px * 0.03) 0;
}

.two-col-content .vc_col-sm-6-in {
  padding-right: 10% !important;
}
.two-col-content .row_col_wrap_12 {
  margin-left: -1%;
  margin-right: -1%;
} 
.two-col-content .vc_col-sm-6-in p:last-child {
  padding: 0;
}
.blog-post__body table {
  font-family: Nunito;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  border-top: 1px solid #ECECEC;
}
.blog-post__body table tbody {
  margin: 0;
  padding: 0;
  border: 0;
}
.blog-post__body table tr:nth-child(2n+1) {
  background-color: #FCFCFC;
}
.blog-post__body table td {
  font-weight: 400;
  text-align: center;
  color: #676767;
  border-color: #ECECEC;
  border-left: none;
  border-style: none solid solid none;
  border-top: medium none;
  border-width: medium 1px 1px medium;
  font-size: 14px;
  padding: 10px;
}
.blog-post__body ol li h5 {
  margin-top: 10px;
}
.grayTextFrame2 {
  max-width: 50%;
  padding: 20px;
  background-color: #eee;
  margin-top: -28px;
  margin-bottom: 24px;
}
.blog-post__body ul li strong i {
  font-family: Nunito;
  text-transform: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-style: italic;
}
.blog-post__body h3 img {
  margin-bottom: 15px;
}
.grey_box_pad_6 {
  position: relative;
  padding: calc(600px * 0.06);
  margin-bottom: 1.5em;
  background-color: #f2f2f2;
}
.grey_box_pad_6 p:last-child {
  padding: 0;
}
.blog-post__body .post-img-caption{
  padding: 0 0 21px;
}
.post-img-caption img {
  margin-bottom: 15px;
}
.post-img-caption figcaption {
  font-size: 14px;
  line-height: 16px;
  color: #666;
  margin-top: -10px;
  font-style: normal;
}
.blog-post__body blockquote[rel="ft-clr-cng"] footer {
  font-size: 18px !important;
  color: inherit !important;
}
.post-area h3 .animated {
  position: relative;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: 1em;
  padding: 0 3px;
}

.post-area h3 .animated:before {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.15,.75,.4,1),opacity 0.25s ease;
  transition: transform 1.2s cubic-bezier(.15,.75,.4,1),opacity 0.25s ease;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  height: 28%;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #0778f5;
}

.bg-gray-area .cm-col-inner {
  background-color: #eaeaea;
}

.padding-3-percent .cm-col-inner {
  padding: calc(600px * 0.03);
}
.hs_two_col66 {
  margin-bottom: 1.5em;
}
.hs_two_col66 .row {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
  margin-left: -1%;
  margin-right: -1%;
}
.hs_two_col66 .row>div {
  padding-left: 1%;
  padding-right: 1%;
}
.hs_two_col66 p:last-child {
  padding-bottom: 0;
}
@keyframes ctaArrowSVGStart {
  0% {
    transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0)
  }
  100% {
    transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0)
  }
}

@keyframes ctaArrowSVGEnd {
  0% {
    transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0)
  }
  100% {
    transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0)
  }
}

@keyframes ctaArrowTextStart {
  0% {
    transform: translateX(6px)
  }
  100% {
    transform: translateX(0)
  }
}

@keyframes ctaArrowTextEnd {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(6px)
  }
}

@keyframes ctaArrowStart {
  0% {
    stroke-dashoffset: 140px;
    stroke-dasharray: 140px
  }
  100% {
    stroke-dasharray: 140px;
    stroke-dashoffset: 10px
  }
}

@keyframes ctaArrowStartTeam {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0
  }
  50% {
    stroke-dashoffset: 140px;
    stroke-dasharray: 140px
  }
  100% {
    stroke-dasharray: 140px;
    stroke-dashoffset: 10px
  }
}

@keyframes ctaArrowEnd {
  0% {
    stroke-dashoffset: 10px;
    stroke-dasharray: 150px 150px
  }
  40% {
    opacity: 1
  }
  100% {
    opacity: 0;
    stroke-dashoffset: -53px;
    stroke-dasharray: 1px 150px
  }
}

@keyframes ctaArrowLineStart {
  0% {
    transform-origin: left;
    transform: scaleX(1.2) translateY(calc(-50% + 0.5px)) translateZ(0)
  }
  100% {
    transform: scaleX(1) translateY(calc(-50% + 0.5px)) translateZ(0)
  }
}

@keyframes ctaArrowLineEnd {
  0% {
    transform-origin: right;
    transform: scaleX(1) translateY(calc(-50% + 0.5px)) translateZ(0)
  }
  50% {
    transform-origin: right;
    transform: scaleX(0) translateY(calc(-50% + 0.5px)) translateZ(0)
  }
  51% {
    transform-origin: left
  }
  100% {
    transform: scaleX(1.2) translateY(calc(-50% + 0.5px)) translateZ(0);
    transform-origin: left
  }
}
/*--------- contet Button --------- */

.cnt-with-btn-wrap {
  padding-top: calc(100vw * 0.03);
  padding-bottom: calc(100vw * 0.02);
}
.cnt-with-btn-wrap .cnt-with-btn-wrap-inner {
  position: relative;
  border-radius: 20px;
}

.cnt-with-btn-wrap .column-image-bg-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.cnt-with-btn-wrap .inner-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.cnt-with-btn-wrap .column-image-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.cnt-with-btn-wrap .column-bg-overlay-wrap {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  opacity: 1;
  transition: background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1);
  -webkit-transition: background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1);
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgb(0 0 0 / 8%), 0 13px 45px rgb(0 0 0 / 8%);
}

.cnt-with-btn-wrap .column-bg-overlay {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  opacity: 0;
  transition: background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1);
  -webkit-transition: background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1);
}

.cnt-with-btn-wrap .cnt-with-btn-col {
  position: relative;
  z-index: 2;
}

.cnt-with-btn-wrap .cnt-with-btn-col-left {
  margin-top: 1%;
  margin-bottom: 1%;
  margin-left: 3%;
  margin-right: -3%;
}

.cnt-with-btn-wrap .cnt-with-btn-col-left h2 {
  margin: 0;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
  text-align: left;
  font-family: Nunito;
  font-weight: 700;
  font-style: normal;
  margin-right: -3%;
  margin-left: 3%;
  padding-top: 20px ;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 20px;
}

.cnt-with-btn-wrap .cnt-with-btn-col-right {
  margin-top: 4%;
  margin-left: -2%;
  text-align: center;
}

.cnt-with-btn-wrap .cnt-with-btn-col-right a {
  width: auto;
  margin-top: 14px;
}

.cnt-with-btn-wrap .cnt-with-btn-col.cm-col-wrap .cm-col-inner {
  display: block;
}

.cnt-with-btn-wrap .cnt-with-btn-col-right a.red {
  background-color: rgb(233, 101, 101);
}

.cnt-with-btn-wrap.style1 .cnt-with-btn-wrap-inner {
  border-radius: 0;
}

.cnt-with-btn-wrap.style1 .column-image-bg {
  border-radius: 0;
}

.cnt-with-btn-wrap.style1 .cnt-with-btn-col-left {
  margin: 0;
  width: 66.66666667%;
}

.cnt-with-btn-wrap.style1 .cnt-with-btn-col-right {
  width: 33.33333333%;
  margin: 0;
  padding-top: 25px;
}

.cnt-with-btn-wrap.style1 .cnt-with-btn-col-right a.yellow {
  background-color: #ffbf10;
}

.cnt-with-btn-wrap.style1 .cnt-with-btn-col-right a {
  margin-top: 0;
}

.cnt-with-btn-wrap.style1 .cnt-with-btn-col {
  margin: 0;
  padding-left: 1%;
  padding-right: 1%;
}

.cnt-with-btn-wrap.style1 .cnt-with-btn-col-left .cm-col-inner > :last-child {
  margin-bottom: 0;
}
.cnt-with-btn-wrap.style1 {
  padding: 0;
}
.cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-left,
.cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-right {
  width: 50%;
}
.cnt-with-btn-wrap .cnt-with-btn-col .btn-animation a .btn-link_wrap:after {
  border-radius: 100px;
  border: 1px solid rgba(0,0,0,.3);
  height: 27px;
  width: 27px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  content: ' ';
  display: block;
  pointer-events: none;
  -ms-transition: all 0.33s cubic-bezier(.12,.75,.4,1);
  transition: all 0.33s cubic-bezier(.12,.75,.4,1);
  -webkit-transition: all 0.33s cubic-bezier(.12,.75,.4,1);
  border-color: inherit!important;
  border-radius: 50%;
}
.cnt-with-btn-wrap .cnt-with-btn-col .btn-animation .arrow:before {
  font-family: 'Fontawesome';
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  color: #000;
  line-height: 30px;
  font-size: 14px;
  position: absolute;
  right: 0;
  width: 26px;
  text-align: center;
  height: 30px;
  top: 50%;
  margin-top: -16px;
  -ms-transition: all 0.33s cubic-bezier(.12,.75,.4,1);
  transition: all 0.33s cubic-bezier(.12,.75,.4,1);
  -webkit-transition: all 0.33s cubic-bezier(.12,.75,.4,1);
  color: inherit;
  border-color: inherit;
}

.cnt-with-btn-wrap .cnt-with-btn-col .btn-animation .arrow:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #000;
  height: 1px;
  width: 22px;
  right: 12px;
  top: 50%;
  margin-top: -2px;
  -ms-transform: scale(0,1) translateX(0);
  -ms-transform-origin: left;
  transform: scale(0,1) translateX(0);
  transform-origin: left;
  -webkit-transform: scale(0,1) translateX(0);
  -webkit-transform-origin: left;
  pointer-events: none;
  transition: all 0.33s cubic-bezier(.12,.75,.4,1);
  -webkit-transition: all 0.33s cubic-bezier(.12,.75,.4,1);
  color: inherit;
  border-color: inherit;
}

.cnt-with-btn-wrap .cnt-with-btn-col .btn-animation a .btn-link_wrap{
  padding-right: 36px;
  position: relative;
  display: inline-block;
}
.cnt-with-btn-wrap .cnt-with-btn-col .btn-animation a:hover {
  transform: none;
  box-shadow: none;
}

.cnt-with-btn-wrap .cnt-with-btn-col .btn-animation a:hover .btn-link_wrap:after {
  -ms-transform: scale(.8);
  -webkit-transform: scale(.8);
  transform: scale(.8);
  opacity: 0;
}

.cnt-with-btn-wrap .cnt-with-btn-col .btn-animation a:hover .arrow:before {
  -ms-transform: scale(1,1) translateX(9px);
  -webkit-transform: scale(1,1) translateX(9px);
  transform: scale(1,1) translateX(9px);
}

.cnt-with-btn-wrap .cnt-with-btn-col .btn-animation a:hover .arrow:after {
  -ms-transform: scale(1,1) translateX(9px);
  -webkit-transform: scale(1,1) translateX(9px);
  transform: scale(1,1) translateX(9px);
}
.cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col {
  padding-left: 0;
  padding-right: 0;
  margin-left: -1%;
  margin-right: -1%;
}

.cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-left .cm-col-inner {
  padding: calc(600px * 0.03);
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

ol.ol-btm-pd {
  padding:0 0 calc(600px * 0.03);
}


.cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-left h3 {
  margin-top: 0;
  margin-bottom: 8px !important;
}

.cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-right a {
  padding-top: 19px;
  padding-right: 40px;
  padding-bottom: 19px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
  width: auto;
  text-transform: inherit;
  opacity: 1;
}

.cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-right {
  padding-top: 0;
}
.cnt-with-btn-wrap.btn-animation-wrap .column-bg-overlay-wrap {
  display: none;
}
.cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col.cm-col-wrap .cm-col-inner {
  display: flex;
}
.cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-right a.cta_button.link_text .arrow:after,
.cnt-with-btn-wrap .cnt-with-btn-col .btn-animation .lightbox-btn .arrow:after{
  margin-top: -1px;
}
.cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-right a.yellow-btn {
  background-color: #ffbf10;
  margin-left: 10px;
}
.cnt-with-btn-wrap .cnt-with-btn-col .btn-animation .lightbox-btn {
  margin-left: 10px;
}

.cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-right a.cta_button.link_text {
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 4px;
}
.btn-arrow-wrap span.btn-link_wrap {
  padding: 0 0 0 40px;
  position: relative;
  color: inherit;
  display: inline-block;
}

.btn-arrow-wrap span.btn-link_wrap .text {
  margin-right: 10px;
  display: block;
  animation: ctaArrowTextStart 0.45s cubic-bezier(.23,.46,.4,1) forwards;
}

.btn-arrow-wrap span.btn-link_wrap svg,
.btn-arrow-wrap span.btn-link_wrap svg polyline {
  stroke: currentColor;
}

.btn-arrow-wrap span.btn-link_wrap svg {
  position: absolute;
  left: 25px;
  top: 50%;
  width: 6px;
  animation: ctaArrowSVGStart 0.45s cubic-bezier(.23,.46,.4,1) forwards;
}

.btn-arrow-wrap span.btn-link_wrap svg polyline {
  stroke-dashoffset: 140px;
  stroke-dasharray: 140px;
  animation: ctaArrowEnd 0.45s cubic-bezier(.23,.46,.4,1) forwards;
}

.btn-arrow-wrap span.btn-link_wrap .line {
  height: 1px;
  width: 25px;
  position: absolute;
  content: '';
  left: 0;
  display: block;
  top: 50%;
  transform-origin: left;
  -webkit-transform: translateY(calc(-50% + 0.5px)) translateZ(0);
  transform: translateY(calc(-50% + 0.5px)) translateZ(0);
  animation: ctaArrowLineStart 0.45s cubic-bezier(.23,.46,.4,1) forwards;
  background-color: #ffffff;
}

.cnt-with-btn-wrap.btn-arrow-wrap  .cnt-with-btn-col-right a {
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  transform: none;
  box-shadow: none;
  opacity: 1;
  margin:0;
}

.cnt-with-btn-wrap.btn-arrow-wrap  .cnt-with-btn-col-right a:hover span.btn-link_wrap .text {
  animation: ctaArrowTextEnd 0.45s cubic-bezier(.23,.46,.4,1) forwards;
}

.cnt-with-btn-wrap.btn-arrow-wrap  .cnt-with-btn-col-right a:hover svg {
  animation: ctaArrowSVGEnd 0.45s cubic-bezier(.23,.46,.4,1) forwards;
}

.cnt-with-btn-wrap.btn-arrow-wrap  .cnt-with-btn-col-right a:hover svg polyline {
  animation: ctaArrowStart 0.45s ease 0.25s forwards;
}

.cnt-with-btn-wrap.btn-arrow-wrap  .cnt-with-btn-col-right a:hover span.line {
  animation: ctaArrowLineEnd 0.45s cubic-bezier(.23,.46,.4,1) forwards;
}
.cnt-with-btn-wrap.btn-arrow-wrap .cnt-with-btn-col {
  margin-left: -1%;
  margin-right: -1%;
  padding-left: 0;
  padding-right: 0;
}

.cnt-with-btn-wrap.btn-arrow-wrap .cnt-with-btn-col-left h3 {
  margin-top: 0;
  margin-bottom: 8px !important;
}

.cnt-with-btn-wrap.btn-arrow-wrap .cnt-with-btn-wrap-inner {
  padding-top: calc(100vw * 0.01);
  padding-bottom: calc(100vw * 0.01);
}

.cnt-with-btn-wrap.btn-arrow-wrap .cnt-with-btn-col-right {
  padding-top: 0;
}

.cnt-with-btn-wrap.btn-arrow-wrap .cnt-with-btn-col.cm-col-wrap .cm-col-inner {
  display: flex;
}
.cnt-with-btn-wrap .cnt-with-btn-col .btn-animation .lightbox-btn {
  margin-bottom: 4px;
}
.cnt-with-btn-wrap.btn-arrow-wrap .padding-1-percent > .cm-col-inner,
.cnt-with-btn-wrap.btn-arrow-wrap .padding-2-percent > .cm-col-inner{
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cnt-with-btn-wrap.small-size .cnt-with-btn-col-left,
.cnt-with-btn-wrap.small-size .cnt-with-btn-col-right {
  width: 50%;
}
.cnt-with-btn-wrap.btn-arrow-wrap {
  margin-bottom: -30px;
}

.cnt-with-btn-wrap.btn-arrow-wrap .column-bg-overlay-wrap {
  display: none;
}
.cnt-with-btn-wrap.btn-arrow-wrap.small-size .cnt-with-btn-col-right a {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Nunito;
  text-transform: none;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
}
.cnt-with-btn-wrap.style1.six-col .cnt-with-btn-col-left,
.cnt-with-btn-wrap.style1.six-col .cnt-with-btn-col-right {
  width: 50%;
}
.cm-iframe-video iframe {
  width:100%;
}
h2.hdg-tab {
  font-size: 40px;
  line-height: 50px;
}
.blog-related-posts__list .meta-category a.remote-inspections {
  color: #FAA759;
}
.blog-related-posts__list .meta-category a[href*="2021-recap"] {
  color: #0078b7;
}
.blog-related-posts__list .meta-category a[href*="2021-recap"]:before {
  background-color: #0078b7;
}
#page-header-wrap .blog-title .inner-wrap a.blog-post-tag-link[href*="2021-recap"] {
  background-color: #0078b7;
  border-color: #0078b7;
}

@media only screen and (max-width: 1250px) and (min-width: 1100px){ 
  .cnt-with-btn-wrap.btn-arrow-wrap .cnt-with-btn-col-right a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cnt-with-btn-wrap.btn-arrow-wrap span.btn-link_wrap {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1000px){  
  .cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-right a,
  .cnt-with-btn-wrap.btn-arrow-wrap  .cnt-with-btn-col-right a {
    font-size: 18px;
    line-height: 26px;
  }
  .cnt-with-btn-wrap.btn-arrow-wrap .cnt-with-btn-col-right a {
    padding-right: 20px;
    padding-left: 20px;
  }
  h2.hdg-tab {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1000px){
  .cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-left .cm-col-inner {
    padding: calc((100vw - 180px) * 0.02);
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  ol.ol-btm-pd {
    padding:0 0 calc((100vw - 180px) * 0.03);
  }
}

@media only screen and (min-width: 1425px){
  .cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-left .cm-col-inner {
    padding: calc(1245px * 0.02);
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .clrfull-heading {
    padding: calc(1245px * 0.03) 0 0;
  }
  ol.ol-btm-pd {
    padding:0 0 calc(1245px * 0.03);
  }
}
@media(max-width:999px){
  .cnt-with-btn-wrap.style1 .cnt-with-btn-col-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .cnt-with-btn-wrap.style1 .cnt-with-btn-col-right {
    width: 100%;
  }
  .cnt-with-btn-wrap .post-cnt-with-btn-col-left h2 {
    margin-left: 0;
  }
  .cnt-with-btn-wrap .post-cnt-with-btn-col-left {
    margin-left: 0;
  }
  .cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-left {
    text-align: center;
  }
  .cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-right a,
  .cnt-with-btn-wrap.btn-arrow-wrap  .cnt-with-btn-col-right a {
    font-size: 16.2px;
    line-height: 23.4px;
  }
  h2.hdg-tab {
    font-size: 28px!important;
    line-height: 46.4px!important;
  }
}
@media(max-width:690px){
  .cnt-with-btn-wrap .cnt-with-btn-col-left,
  .cnt-with-btn-wrap .cnt-with-btn-col-left h2{
    margin-left: 0;
  }
  .cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-left .cm-col-inner {
    padding: calc(100vw * 0.03);
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-right a,
  .cnt-with-btn-wrap.btn-arrow-wrap  .cnt-with-btn-col-right a {
    font-size: 16.2px;
    line-height: 23.4px;
  }
  h2.hdg-tab {
    font-size: 24.5px!important;
    line-height: 40.6px!important;
  }
}


.cnt-with-btn-wrap.circle-arrow-wrap.style1 .cnt-with-btn-wrap-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cnt-with-btn-wrap.circle-arrow-wrap.style1 .column-bg-overlay-wrap {
  display: none;
}

.cnt-with-btn-wrap.circle-arrow-wrap.style1 .column-image-bg {
  background-color: #43cdc9;
}

.cnt-with-btn-wrap.circle-arrow-wrap.style1 .cnt-with-btn-col-left h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px !important;
}

.cnt-with-btn-wrap.circle-arrow-wrap.style1 .cnt-with-btn-col-left,
.cnt-with-btn-wrap.circle-arrow-wrap.style1 .cnt-with-btn-col-right {
  width: 50%;
}
.cnt-with-btn-wrap.circle-arrow-wrap.style1 .cnt-with-btn-col-right {
  width: 50%;
  padding-top: 0;
}
.cnt-with-btn-wrap.circle-arrow-wrap.style1 .cnt-with-btn-col {
  padding: 0;
  margin-left: -1%;
  margin-right: -1%;
}

.cnt-with-btn-wrap.circle-arrow-wrap.style1 .cnt-with-btn-col-left .cm-col-inner {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.cnt-with-btn-wrap.circle-arrow-wrap.style1 .cnt-with-btn-col.cm-col-wrap .cm-col-inner {
  display: flex;
}

.cnt-with-btn-wrap.circle-arrow-wrap.style1 .cnt-with-btn-col-right {
  padding-top: 0;
}

.cnt-with-btn-wrap.circle-arrow-wrap.style1 .cnt-with-btn-col-right a.yellow {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 66px;
  padding-left: 54px;
  font-size: 18px;
  line-height: 20px;
  opacity: 1;
  background-color: rgb(247, 200, 78);
}

.cnt-with-btn-wrap.circle-arrow-wrap.style1 .cnt-with-btn-col-right a span {
  left: 0;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1);
  -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),-webkit-transform .45s cubic-bezier(.25,1,.33,1);
  position: relative;
  -ms-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
  vertical-align: middle;
}

.cnt-with-btn-wrap.circle-arrow-wrap .cnt-with-btn-col-right a i {
  font-family: 'icomoon'!important;
  speak: none;
  word-spacing: 1px;
  display: inline-block;
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  right: 14px;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 18px;
  background-color: rgba(255,255,255,.22);
  -webkit-transform: translateY(-50%) translateX(3px);
  transform: translateY(-50%) translateX(3px);
  height: 44px;
  width: 44px;
  line-height: 44px;
  position: absolute;
  top: 50%;
}
.padding-6-percent .cm-col-inner {
  padding: calc(600px * 0.06);
}

/*--------- Content Button End ------*/


@media only screen and (min-width: 1000px){
  .padding-3-percent .cm-col-inner {
    padding: calc((100vw - 180px) * 0.03);
  }
  .padding-6-percent .cm-col-inner {
    padding: calc((100vw - 180px) * 0.06);
  }
}
@media only screen and (min-width: 1425px){
  .padding-3-percent .cm-col-inner  {
    padding: calc(1245px * 0.03);
  }
  .padding-6-percent .cm-col-inner {
    padding: calc(1245px * 0.06);
  }
}

.post-col-2-wrap,.post-col-1-wrap {
  margin-bottom: 1.5em;
}

.post-col-2-wrap p:last-child,.post-col-1-wrap p:last-child {
  padding-bottom: 0;
}

.post-col-2-wrap .cm-col-inner {
  display: block;
  position: relative;
}
.post-strong {
  font-size: 1.1em;
  font-weight: 800;
}
.blog-post__body p {
  font-weight: normal;
}
.blog-post__body blockquote p {
  font-style: italic;
}
.blog-post__body .imageCaption {
  font-size: 14px;
  line-height: 16px;
  color: #666;
  margin-bottom: 24px;
  margin-top: -25px;
}
.blog-post__body .imageBorder1px {
  border: solid 1px #eee;
}
.padding-1-percent > .cm-col-inner {
  padding: calc(600px * 0.01);
}
.post-col-2-wrap .cm-col-6,
.post-col-2-wrap .cm-col {
  display:block;
}
.blog-post__body h6.blue-text {
  color: #1E73BE;
}
.blog-post__body .blue-text .link_wrap .arrow:before {
  color: inherit;
}
.blog-post__body .blue-text .link_wrap .arrow:after {border-bottom-color: inherit;}
.blog-post__body .blue-text .link_wrap .link_text:after {
  border-color: inherit;
}
.post-target-section a.column-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}

.post-target-section span.border-wrap {
  position: static;
  pointer-events: none;
}

.post-target-section span.border-wrap span {
  position: absolute;
  z-index: 100;
  border-style: solid;
  border-width: 1px;
}

.post-target-section span.border-wrap span.border-top {
  border-left: none;
  border-right: none;
  border-bottom: none;
  top: -1px;
  left: -1px;
  width: calc(100% - -2px);
  border-color: inherit;
}

.post-target-section span.border-wrap span.border-right {
  border-left: none;
  border-top: none;
  border-bottom: none;
  height: 100%;
  top: 0;
  right: 0;
  border-color: inherit;
}

.post-target-section span.border-wrap span.border-bottom {
  border-left: none;
  border-top: none;
  border-right: none;
  bottom: -1px;
  left: -1px;
  width: calc(100% - -2px);
  border-color: inherit;
}

.post-target-section span.border-wrap span.border-left {
  border-bottom: none;
  border-top: none;
  border-right: none;
  top: -1px;
  right: -1px;
  height: calc(100% - -2px);
  left: -1px;
  border-color: inherit;
}

.post-target-section h4 {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.post-target-section h4 strong {
  font-weight: 600;
}

.post-target-section img {
  margin: 0 auto 15px;
  display: block;
  line-height: 0;
  max-width: 75%;
  width: auto;
}

.post-target-section .cm-regular-button {
  padding: 12px 18px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #0778f5;
  border-radius: 200px;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1),border-color .45s cubic-bezier(.25,1,.33,1),color .45s cubic-bezier(.25,1,.33,1),background-color .45s cubic-bezier(.25,1,.33,1),box-shadow .45s cubic-bezier(.25,1,.33,1);
  font-size: 12px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.post-target-section .cm-col-6:last-child {
  text-align: center;
}
.blog-post__body .tow_col--content {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
  margin-left: -1%;
  margin-right: -1%;
}
.body-container .blog-post__body .tow_col--content {
  margin-bottom: 1.5em;
}
.blog-post__body .tow_col--content .left_content {
  padding-left: 1%;
  padding-right: 1%;
}
.blog-post__body .tow_col--content .right_content {
  padding-left: 1%;
  padding-right: 1%;
}
.blog-post__body .tow_col--content .right_content p:last-child {
  padding-bottom: 0;
}
.hs_two_col_wrap {
  margin-bottom: 1.5em;
}
.hs_two_col_wrap .row {
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
}
.hs_two_col_wrap .row>div {
  padding-left: 1%;
  padding-right: 1%;
}
.hs_two_col_wrap .left {
  width: 83.33333333%;
}
.hs_two_col_wrap .right {
  width: 16.66666667%;
}
.hs_two_col_wrap blockquote {
  margin-bottom: 0;
}

/*-------- Video Section--------- */
.post-video-secction .row-bg-overlay {
  background: #3452ff;
  background: linear-gradient(
    135deg,#3452ff 0%,#43cdc9 100%);
  opacity: 0.8;
}

.post-nectar-video-wrap {
  position: absolute;
  padding-bottom: 0;
  overflow: hidden;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-nectar-video-inner {
  height: 100%;
}

.post-nectar-video-wrap video {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.post-video-cnt-area {
  position: relative;
  z-index: 3;
  text-align: center;
}

.padding-2-percent .cm-col-inner {
  padding: calc(600px * 0.03);
}
.cm-post-wistia-video {
  padding-top: calc(3vw);
  padding-bottom: calc(7vw);
}

.post-cnt-bg--inner {
  position: relative;
  z-index: 3;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 25px;
}

.post-cnt-bg--inner .cm-col-inner * {
  color: #fff;
}

.post-cnt-bg-wrap {
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);
}

.post-cnt-bg--inner .cm-col-inner .animated {
  position: relative;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: 1em;
  -webkit-transition: color 0.45s cubic-bezier(.23,.46,.4,1);
  transition: color 0.45s cubic-bezier(.23,.46,.4,1);
}

.post-cnt-bg--inner .cm-col-inner .animated:before {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.15,.75,.4,1),opacity 0.25s ease;
  transition: transform 1.2s cubic-bezier(.15,.75,.4,1),opacity 0.25s ease;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  height: 3px;
  top: auto;
  bottom: -1px;
  padding: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background: linear-gradient(
    90deg, #0778f5, #000000);
}

.post-cnt-bg--inner .cm-col-inner .animated:after {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.15,.75,.4,1),opacity 0.25s ease;
  transition: transform 1.2s cubic-bezier(.15,.75,.4,1),opacity 0.25s ease;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(.23,.46,.4,1);
  transition: transform 0.45s cubic-bezier(.23,.46,.4,1);
  height: 100%;
  background: linear-gradient(
    90deg, #0778f5, #000000);
}
@media only screen and (min-width: 1000px){
  .padding-2-percent .cm-col-inner {
    padding: calc((100vw - 180px) * 0.02);
  }
}
@media only screen and (min-width: 1425px){
  .padding-2-percent .cm-col-inner {
    padding: calc(1245px * 0.02);
  }
}
html[lang="zh"] .blog-post__body p {
  word-break: normal;
}

.post-nectar-next-section-wrap {
  margin: 30px 0 24px;
  padding-bottom: 25px;
}

.post-nectar-next-section-wrap .inner {
  border-color: #43cdc9;
  color: #43cdc9;
}

.post-nectar-next-section-wrap a {
  display: inline-block;
  width: 49px;
  height: 49px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  font-size: 25px;
  -webkit-border-radius: 100px;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  overflow: hidden;
  margin-left: 0;
  left: 0;
  bottom: 16px;
  opacity: .6;
  border-color: inherit;
  color: inherit !important;
}

.post-nectar-next-section-wrap a i {
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  display: block;
  width: 49px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  -webkit-transform: translate(0,-48px);
  transform: translate(0,-48px);
  color: inherit!important;
}

.post-nectar-next-section-wrap a:hover {
  opacity: 1;
}

.post-nectar-next-section-wrap a:hover i {
  -webkit-transform: translate(0,0)!important;
  transform: translate(0,0)!important;
}

.post-video-secction {
  padding-top: calc(100vw * 0.03);
  padding-bottom: calc(100vw * 0.03);
}

div#cm-after-section {
  line-height: 0;
}
body .nectar-close-indicator {
  z-index: 9999999;
}

/*------- Video Section End ------ */
/*------- Team Section  ------ */
.post-industry-leader-wrap {
  padding:0;
}

.post-industry-leader-wrap .post-industry-leader-inner {
  margin-bottom: -6%;
}

.post-industry-leader-wrap .post-industry-leader-header {
  margin-bottom: 1.5em;
  padding-top: 0px;
  padding-bottom: 60px;
  text-align: center;
}

.post-industry-leader-wrap .post-industry-leader-header h2 {
  text-align: center;
  margin-top:0;
}

.post-industry-leader-wrap .post-industry-leader-header .divider-small-border {
  margin: 25px auto;
  margin-top: 20px;
  width: 40px;
  height: 2px;
  margin-bottom: 20px;
  transform: scale(1, 1);
  visibility: visible;
  background-color: #0078b7;
}

.post-industry-leader-wrap .post-industry-leader-area {
  padding-bottom: calc(100vw * 0.10);
}

.post-industry-leader-wrap .post-industry-leader-area .cm-col-inner {
  border-radius: 10px;
  position: relative;
}


.post-industry-leader-wrap .column-bg-overlay-wrap {
  box-shadow: 0 60px 135px rgb(0 0 0 / 14%), 0 15px 65px rgb(0 0 0 / 14%);
  border-radius: 10px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  opacity: 1;
  transition: background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1);
  -webkit-transition: background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1);
}

.post-industry-leader-wrap .post-industry-leader-area .column-bg-overlay-wrap .column-bg-overlay {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  opacity: 0;
  transition: background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1);
  -webkit-transition: background-color 0.45s cubic-bezier(.25,1,.33,1),opacity 0.45s cubic-bezier(.25,1,.33,1);
}

.post-industry-leader-wrap .team-member {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0;
  position: relative;
}
.post-industry-leader-wrap .team-member[data-style="bio_fullscreen"] .team-member-image {
  z-index: 2;
  width: 100%;
}
.post-industry-leader-wrap .team-member[data-style="bio_fullscreen"] img {
  line-height: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.post-industry-leader-wrap .team-member-overlay {
  background-color: #282B30;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  transition: opacity .8s cubic-bezier(.2,1,.2,1);
  -webkit-transition: opacity .8s cubic-bezier(.2,1,.2,1);
  backface-visibility: hidden;
  transform: translateZ(0);
}
.post-industry-leader-wrap .team-meta {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  width: 100%;
  text-align: center;
  padding-left: 25px;
  margin-bottom: 25px;
  left: 0;
  bottom: 0;
  text-align: left;
}
.post-industry-leader-wrap .team-meta h3 {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: opacity .95s cubic-bezier(.2,1,.2,1),transform .95s cubic-bezier(.2,1,.2,1);
  -webkit-transition: opacity .95s cubic-bezier(.2,1,.2,1),-webkit-transform .95s cubic-bezier(.2,1,.2,1);
  opacity: 0;
  color: #fff;
}
.post-industry-leader-wrap .team-meta p {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: opacity .95s cubic-bezier(.2,1,.2,1),transform .95s cubic-bezier(.2,1,.2,1);
  -webkit-transition: opacity .95s cubic-bezier(.2,1,.2,1),-webkit-transform .95s cubic-bezier(.2,1,.2,1);
  opacity: 0;
  color: rgba(255,255,255,.8);
  padding: 7px 0 0 0;
  display: block;
  line-height: 16px;
  padding-top: 0;
}
.post-industry-leader-wrap .team-member[data-style="bio_fullscreen"] .team-meta .arrow-end {
  display: inline-block;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 50px;
  height: 50px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  content: "\f105";
  margin-left: 15px;
  position: absolute;
  right: 0;
  top: 53%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%) translateZ(0);
  transform: translateY(-50%) translateZ(0);
  font-size: 25px;
  transition: opacity 0.25s cubic-bezier(.12,.75,.4,1),transform 0.25s cubic-bezier(.12,.75,.4,1);
  -webkit-transition: opacity 0.25s cubic-bezier(.12,.75,.4,1),-webkit-transform 0.25s cubic-bezier(.12,.75,.4,1);
  color: #fff;
  right: 25px;
  opacity: 0;
  width: auto;
  -ms-transform: translateX(-8px) translateY(-50%);
  -webkit-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}
.post-industry-leader-wrap .team-member[data-style="bio_fullscreen"] .team-meta .arrow-line {
  backface-visibility: hidden;
  letter-spacing: 0;
  display: block;
  content: ' ';
  z-index: 100;
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #000;
  top: 53%;
  opacity: 0;
  right: -10px;
  cursor: pointer;
  transform: translateY(-50%) translateX(-20px) translateZ(0);
  -webkit-transform: translateY(-50%) translateX(-20px) translateZ(0);
  transition: opacity 0.25s cubic-bezier(.12,.75,.4,1),transform 0.25s cubic-bezier(.12,.75,.4,1);
  -webkit-transition: opacity 0.25s cubic-bezier(.12,.75,.4,1),-webkit-transform 0.25s cubic-bezier(.12,.75,.4,1);
  top: 53%;
  background-color: #fff;
  right: 27px;
}
.post-industry-leader-wrap .team-member .nectar_team_bio_img,
.post-industry-leader-wrap .team-member .nectar_team_bio {
  display: none;
}
.post-industry-leader-wrap .team-member[data-style="bio_fullscreen"]:hover .team-member-overlay {
  opacity: .4;
}
.post-industry-leader-wrap .team-member[data-style="bio_fullscreen"]:hover .team-meta h3,
.post-industry-leader-wrap .team-member[data-style="bio_fullscreen"]:hover .team-meta p {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.post-industry-leader-wrap .team-member[data-style="bio_fullscreen"]:hover .team-meta .arrow-line,
.post-industry-leader-wrap .team-member[data-style="bio_fullscreen"]:hover .team-meta .arrow-end {
  opacity: 1;
  -ms-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.post-form-section{
  padding: calc(600px * 0.03);	
  padding-top: 0;
  padding-bottom: 0;
}
.post-form-section h3 {
  margin-bottom: 0;
}
.post-form-section {
  padding-bottom: 85px !important;
}
.blog-post__body .ol-pd-btm {
  padding-bottom: calc(600px * 0.03);
}
@media only screen and (min-width: 1000px){
  .post-form-section {
    padding: calc((100vw - 180px) * 0.02);
    padding-top: 0;
    padding-bottom: 0;
  }
  .blog-post__body .ol-pd-btm {
    padding-bottom: calc((100vw - 180px) * 0.03);
  }
}

@media only screen and (min-width: 1425px){
  .post-form-section{
    padding: calc(1245px * 0.02);
    padding-top: 0;
    padding-bottom: 0;
  }
  .ol-pd-btm {
    padding-bottom: calc(1245px * 0.03);
  }
}
@media(min-width:1000px){
  .post-industry-leader-wrap .post-industry-leader-header h2{
    font-size: 35px;
  }
}
@media(max-width:999px){
  .post-industry-leader-wrap .post-industry-leader-area .cm-col {
    margin-bottom: 25px;
  }

  .post-industry-leader-wrap .post-industry-leader-area .cm-col:last-child {
    margin-bottom: 0;
  }


}

/*------- Team Section End ------ */



/*---------- Two col with img --------- */
.post-twocolimage_wrapper .col[data-padding-pos="left-right"]>.vc_column-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.post-twocolimage_wrapper .pricing-left {
  margin-top: 0;
  margin-bottom: 0;
}

.post-twocolimage_wrapper .vc_col-sm-6 {
  padding: 0;
  position: relative;
}
.post-full-width-content .col.padding-3-percent>.vc_column-inner {
  padding: calc(100vw * 0.03);
}

.post-twocolimage_wrapper .column-image-bg {
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.post-twocolimage_wrapper h2 {
  font-size: 40px;
  color: #0778f5;
  line-height: 50px;
  text-align: left;
}

.post-twocolimage_wrapper h4 {
  color: #333;
}

.post-twocolimage_wrapper h5 {
  color: #bfbfbf;
  text-align: left;
  margin-bottom: 10px;
}

.post-twocolimage_wrapper .nectar-button.large {
  border-width: 2px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 2px solid rgba(255,255,255,.75);
  border-color: inherit;
  box-shadow: none;
  font-weight: 600;
  color: #0778f5;
  margin-top: 30px;
  color: rgba(51, 51, 51, 1.0);
}

.post-twocolimage_wrapper .nectar-button.large:hover {
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(0,0,0,.11);
  background-color:#0078b7;
  color:#fff;
  border-color: #0078b7;
}

.post-twocolimage_wrapper .Pricing-content {
  margin-bottom: 1.5em;
}

.post-twocolimage_wrapper.right {
  flex-direction: row-reverse;
}

.post-twocolimage_wrapper.right .pricing-left-content {
  padding-bottom: 0;
}
.hs-content-hgt.post-col-2-wrap .cm-col-inner {
  height: 100%;
}
.blog-post-row .col-3 > div:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 1000px){
  .post-twocolimage_wrapper .column-image-bg img{
    display:none;
  }
  .post-twocolimage_wrapper.right .pricing-left-content h2 {
    font-size: 25px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 999px){
  .post-twocolimage_wrapper .vc_col-sm-6 {
    width: 100%;
  }

  .post-twocolimage_wrapper h2 {
    font-size: 28px;
    line-height: 46.4px;
  }

  .post-twocolimage_wrapper.right {
    flex-direction: column-reverse;
  }
  .post-twocolimage_wrapper .column-image-bg {
    position: relative;
    background-image: none !important;
  }

  /*   html[lang="zh"] .cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-left h3 {
  word-break: keep-all;
} */

  .blog-post-row .col-3 {
    float: none;
  }
}

@media only screen and (max-width: 690px){
  .post-twocolimage_wrapper h2 {
    font-size: 24.5px;
    line-height: 40.6px;
  }

  .post-twocolimage_wrapper .pricing-right {
    min-height: 250px;
  }
}

/*---------- Two col with img end --------- */

.blog-post__body .tow_col_content-with-bg {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.blog-post__body .tow_col_content-with-bg > .inner > div {
  padding-left: 1%;
  padding-right: 1%;
}
.blog-post__body .tow_col_content-with-bg p:last-child {
  padding: 0;
}
.blog-post__body .tow_col_content-with-bg > div figure {
  padding: 0;
  margin-bottom: 15px;
}
.blog-post__body .tow_col_content-with-bg .inner {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.body-container .blog-post__body .tow_col_content-with-bg {
  margin-bottom: 30px;
}
.blog-post__body .tow_col_content-with-bg .bg-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #EEEEEE;
}
.blog-post__body .tow_col_content-with-bg > .inner > div:last-child {
  text-align:center;
}
.hs_half_col_wrap {
  margin-bottom: 1.5em;
}
.hs_half_col_wrap .row {
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
  flex-wrap: wrap;
}
.hs_half_col_wrap .row>div {
  padding-left: 1%;
  padding-right: 1%;
}
.hs_half_col_wrap .hs_inner {
  padding: calc(600px * 0.03);
  height: 100%;
}
.hs_half_col_wrap em {
  font-size: inherit;
}
.hs_half_col_wrap h4 {
  margin-top: 10px;
}
.hs_half_col_wrap p:last-child {
  padding-bottom: 0;
}
.post-parallax-section {
  padding-top: calc(100vw * 0.05);
  padding-bottom: calc(100vw * 0.05);
  text-align: center;
}

.post-parallax-section .cm-col-8 {
  margin-left: auto;
  margin-right: auto;
}

.post-parallax-section h3 {
  line-height: 52px;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  padding-bottom: 10px;
}

.post-parallax-section  .cm-btn a {
  opacity: .9;
  background: #ffbf10;
  background: linear-gradient(
    125deg,#ffbf10,#43cdc9);
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 66px;
  padding-left: 54px;
  font-size: 18px;
}

.post-parallax-section .cm-btn a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all .45s cubic-bezier(.25,1,.33,1);
  opacity: 0;
  background: #43cdc9;
  border-radius: 100px;
}

.post-parallax-section .cm-btn a span {
  left: 0;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(.25,1,.33,1),transform .45s cubic-bezier(.25,1,.33,1);
  -webkit-transition: opacity .45s cubic-bezier(.25,1,.33,1),-webkit-transform .45s cubic-bezier(.25,1,.33,1);
  position: relative;
  -ms-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
}

.post-parallax-section .cm-btn a i {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  word-spacing: 1px;
  display: inline-block;
  max-width: 100%;
  transition: all .45s cubic-bezier(.25,1,.33,1);
  -webkit-transition: all .45s cubic-bezier(.25,1,.33,1);
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 18px;
  background-color: rgba(255,255,255,.22);
  -webkit-transform: translateY(-50%) translateX(3px);
  transform: translateY(-50%) translateX(3px);
  height: 44px;
  width: 44px;
  line-height: 44px;
}

.post-parallax-section .cm-btn a:hover {
  opacity: 1;
}

.post-parallax-section .cm-btn a:hover:before {
  opacity: 1;
}

.post-parallax-section-inner .cm-col-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.post-parallax-section.post-parallax-type2 h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 35px;
}

.post-parallax-section.post-parallax-type2 .cm-btn a {
  background: none;
  visibility: visible;
  background-color: transparent;
  color: rgb(255, 255, 255);
  padding-right: 44px;
  border: 2px solid rgb(7, 120, 245);
  padding-left: 46px;
  border-width: 2px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  font-family: Nunito;
  text-transform: capitalize!important;
  letter-spacing: 0;
  font-weight: 600;
}

.post-parallax-section.post-parallax-type2 .cm-btn a i {
  font-size: 14px;
  right: 11px;
  margin-top: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

.post-parallax-section.post-parallax-type2 .cm-btn a:hover {
  background-color: rgba(7,120,245);
}

.post-parallax-section.post-parallax-type2 .cm-btn a:before {
  display: none;
}

.post-parallax-section.post-parallax-type2 .cm-btn a:hover i {
  background-color: rgba(255,255,255,.22);
}

.post-parallax-section.post-parallax-type2 .cm-btn a i {
  background-color: #0778f5;
}
html[lang="zh"] .blog-post__body ol,
.cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-left h3{
  word-break: normal;
}
.blog-post__body h2.hdg-spacing {
  padding: calc(600px * 0.03)  0 0;
}
.blog-post__body ol.ol-pd {
  padding-bottom:calc(600px * 0.03);
  margin-bottom: 0;
}
.standard_section-wrap .hs-content .vc_column-inner p a[rel="anchor-hover noopener"] {
  text-decoration: inherit;
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.standard_section-wrap .hs-content .vc_column-inner p a[rel="anchor-hover noopener"]:hover {
  opacity: .85;
}
.blog-post__body .aligncenter {
  display: block;
  margin: 15px auto;
}
.post-area h3 .animated-type2{
  position: relative;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: 1em;
  padding: 0 3px;
}
.post-area h3 .animated-type2:before {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.15,.75,.4,1),opacity 0.25s ease;
  transition: transform 1.2s cubic-bezier(.15,.75,.4,1),opacity 0.25s ease;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  background-color: #0078b7;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: .3;
}
html[lang="zh"] body {
  word-break: normal;
}
#page-header-wrap .blog-title .inner-wrap a.blog-post-tag-link.case-studies:hover {
  background-color: #0078b7;
  border-color: #0078b7;
}

#page-header-wrap .blog-title .inner-wrap a.blog-post-tag-link.rise-platform:hover {
  background-color: #43cdc9;
  border-color: #43cdc9;
}
.nectar-button.large:hover {
  box-shadow: 0 20px 38px rgb(0 0 0 / 16%) !important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  color: #fff;
}
.hs-blog-listing #header-outer {
  box-shadow:none;
}
.smallheader .hs-blog-listing #header-outer {
  -webkit-box-shadow: 0 3px 45px rgb(0 0 0 / 15%);
  box-shadow: 0 3px 45px rgb(0 0 0 / 15%);
}
#page-header-wrap.no-feature-image {
  min-height: auto;
  height: auto;
  padding-top: 95px;
  margin-bottom: -25px;
}

.no-feature-image .page-header-bg-image-wrap {
  display: none;
}

#page-header-wrap.no-feature-image h1.entry-title {
  color: #333;
}

#page-header-wrap.no-feature-image .blog-title .inner-wrap a.blog-post-tag-link {
  color: #333;
  border-color: #333;
}

.no-feature-image #single-below-header {
  color: #333;
}

.no-feature-image #single-below-header>span {
  color: #333;
}

#page-header-wrap.no-feature-image .blog-title {
  top: 0;
  transform: none;
}

#page-header-wrap.no-feature-image .blog-title .inner-wrap {
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.no-feature-image #page-header-bg {
  height: auto;
  padding-top:0;
  padding-bottom:0;    
}
.no-baner-post #header-outer {
  background-color: rgba(0,120,183,1.0);
  box-shadow: none;
}
.no-baner-post .hs-blog-post #header-outer:before {
  display: none;
}
.no-baner-post #header-outer {
  background-color: rgba(0,120,183,1.0);
}
.blog-post__body figure.lightbox.img-hover img{
  -webkit-transition: transform .65s cubic-bezier(.05,.2,.1,1);
  transition: transform .65s cubic-bezier(.05,.2,.1,1);
}
.blog-post__body figure.lightbox.img-hover a:hover img {
  -webkit-transform: scale(1.13);
  transform: scale(1.13);
}

.blog-post__body figure.lightbox.img-hover {
  overflow: hidden;
}
#author-bio #author-info p {
  max-width: 70%;
}
#page-header-wrap .blog-title .inner-wrap a.blog-post-tag-link.covid-19-news:hover {
  background-color: #f7c84e;
  border-color: #f7c84e;
}

#page-header-wrap .blog-title .inner-wrap a.blog-post-tag-link.remote-inspections:hover {
  background-color: #faa759;
  border-color: #faa759;
}

#page-header-wrap .blog-title .inner-wrap a.blog-post-tag-link.sight-platform:hover {
  background-color: #0778f5;
  border-color: #0778f5;
}
.hs-blog-listing .social-wrapper ul li .fa-linkedin:after {
  color: #49b2e5;
}
#page-header-wrap.no-feature-image .blog-title .inner-wrap a.blog-post-tag-link {
  padding: 4px 8px;
}
#page-header-wrap.no-feature-image .blog-title .inner-wrap a.blog-post-tag-link:hover {
  background-color: #49B2E5!important;
  border-color: transparent;
  color: #fff;
}
.blog-post__body .nectar-fancy-ul ul li {
  padding-left: 30px;
  list-style: none;
  position: relative;
}

.blog-post__body .nectar-fancy-ul ul li:before {
  content: ".";
  position: absolute;
  left: 0;
  top: 9px;
  line-height: 0;
  font-size: 26px;
}

.blog-post__body .nectar-fancy-ul ul {
  margin-left: 0;
}
.blog-post__body .nectar-fancy-ul {
  padding-bottom: 1.5em;
}
html[lang="zh"] .blog-recent-posts .rec-post-item.item-2 a.category-quality {
  background-color: #49b2e5;
  border-color: #49b2e5;
}
#page-header-wrap .blog-title .inner-wrap a.blog-post-tag-link.sostenibilidad:hover {
  background-color: #43cdc9;
  border-color: #43cdc9;
}
#page-header-wrap .blog-title .inner-wrap a.blog-post-tag-link.uncategorized:hover {
  background-color: #0078b7 !important;
  border-color: #0078b7;
}
.cm-post-table {
  overflow: auto;
}
.blog-related-posts__list .meta-category a.calidad {
  color: #0078B7;
}
.blog-related-posts__list .meta-category a.calidad:before {
  background: #0078B7;
}
.blog-related-posts__list .meta-category a.remote-inspections:before {
  background-color: #FAA759;
}
.blog-related-posts__list .meta-category a.uncategorized:before {
  background-color: #0078B7;
}
.blog-related-posts__list .meta-category a.uncategorized {
  color: #0078B7;
}
@media (min-width: 691px){
  .blog-post__body .tow_col--content .left_content {
    width: 16.66666667%;
  }
  .blog-post__body .tow_col--content .right_content {
    width: 83.33333333%;
  }
  .hs_half_col_wrap .hs_6 {
    width:50%;
  }
}
@media (min-width: 1000px) {
  .blog-post__body h2[rel="hdg-pd"] {
    padding-top: calc((100vw - 180px) * 0.03);
  }

  .blog-post__body ol[rel="ol-style"] {
    padding-bottom: calc((100vw - 180px) * 0.03);
  }
  .two-col-content .vc_col-sm-6-in {
    padding: calc((100vw - 180px) * 0.03) 0;
  }
  .grey_box_pad_6 {
    padding: calc((100vw - 180px) * 0.06);
  }
  .padding-1-percent > .cm-col-inner {
    padding: calc((100vw - 180px) * 0.01);
  }
  .hs_two_col66 .left {
    width: 66.66666667%;
  }
  .hs_two_col66 .right {
    width: 33.33333333%;
  }
  .blog-post__body .tow_col_content-with-bg > .inner > div {
    width: 50%;
  }
  .hs_half_col_wrap .hs_inner {
    padding: calc((100vw - 180px) * 0.03);
  }
  .blog-post__body h2.hdg-spacing {
    padding: calc((100vw - 180px) * 0.03)  0 0;
  }
  .blog-post__body ol.ol-pd {
    padding-bottom:calc((100vw - 180px) * 0.03);
  }
  .post-parallax-section.post-parallax-type2 h2 {
    font-size: 52px;
    line-height: 52px;
  }
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .header-logo a:after, 
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .custom-menu-primary .submenu.level-1 > li > a:after {
    border-color: #fff;
  }
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .header-logo a, 
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .custom-menu-primary .submenu.level-1 > li > a, 
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .header__language-switcher--label-current, 
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .social-wrapper ul li a{
    opacity: .7;
  }
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .custom-menu-primary .submenu.level-1 > li i,
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .header__language-switcher span.sf-sub-indicator  {
    opacity: .75;
  }
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .custom-menu-primary .submenu.level-1 > li:hover i,
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .header__language-switcher .globe_class:hover span.sf-sub-indicator {
    opacity:1;
  }
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .header-logo a:hover,
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .custom-menu-primary .submenu.level-1 > li > a:hover,
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .header__language-switcher--label-current:hover,
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .social-wrapper ul li a:hover{
    opacity:1;
  }
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .custom-menu-primary .submenu.level-1 > li.contact-us > a{
    opacity:1;
  }
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .custom-menu-primary .submenu.level-1 > li > a.active-item,
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .custom-menu-primary .submenu.level-1 > li > a.active-item i {
    opacity: 1;
  }
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .custom-menu-primary .submenu.level-1 > li > a.active-branch,
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .custom-menu-primary .submenu.level-1 > li > a.active-branch i{
    opacity: 1;
  }

  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .custom-menu-primary .submenu.level-1 > li i,
  body:not(.smallheader):not(.no-baner-post) .hs-blog-post #header-outer .header__language-switcher span.sf-sub-indicator {
    opacity: .75;
  }
  .no-baner-post .hs-blog-post #header-outer:before {
    display: none;
  }
  .no-baner-post #header-outer {
    background-color: rgba(0,120,183,1.0);
  }

}

@media (min-width: 1425px) {
  .blog-post__body h2[rel="hdg-pd"] {
    padding-top: calc(1245px * 0.03);
  }
  .blog-post__body ol[rel="ol-style"] {
    padding-bottom:calc(1245px * 0.03);
  }
  .two-col-content .vc_col-sm-6-in {
    padding: calc(1245px * 0.03) 0;
  }
  .grey_box_pad_6 {
    padding: calc(1245px * 0.06);
  }
  .padding-1-percent > .cm-col-inner {
    padding: calc(1245px * 0.01);
  }
  .hs_half_col_wrap .hs_inner {
    padding: calc(1245px * 0.03);
  }
  .blog-post__body h2.hdg-spacing {
    padding: calc(1245px * 0.03) 0 0;
  }
  .blog-post__body ol.ol-pd {
    padding-bottom:calc(1245px * 0.03);
  }

}
@media(max-width:999px){
  .post-cnt-with-btn-wrap.style1 .post-cnt-with-btn-col-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .post-cnt-with-btn-wrap.style1 .post-cnt-with-btn-col-right {
    width: 100%;
  }
  .post-cnt-with-btn-wrap .post-cnt-with-btn-col-left h2 {
    margin-left: 0;
  }
  .post-cnt-with-btn-wrap .post-cnt-with-btn-col-left {
    margin-left: 0;
  }
  .post-col-2-wrap .cm-col-6:first-child {
    margin-bottom: 25px;
  }
  .hs_two_col_wrap .right {
    display: none!important;
  }
  .blog-post__body .tow_col_content-with-bg > .inner > div {
    width: 100%;
    margin:bottom: 25px
  }
  .blog-post__body .tow_col_content-with-bg > .inner > div:last-child {
    margin:bottom: 0px;
  }
  .hs_half_col_wrap .hs_6 {
    width: 100%;
    margin-bottom: 25px;
  }
  .hs_half_col_wrap .hs_6:last-child {
    margin-bottom: 0;
  }
  .post-parallax-section .cm-col-8 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cnt-with-btn-wrap.btn-arrow-wrap .cnt-with-btn-col-left{
    text-align:center;
  }
  #page-header-wrap.no-feature-image {
    margin-bottom: -60px;
  }
  .cnt-with-btn-wrap.circle-arrow-wrap.style1 .cnt-with-btn-col-left {
    width: 100%;
  }
  .cnt-with-btn-wrap.circle-arrow-wrap.style1 .cnt-with-btn-col-right {
    width: 100%;
  }
  .wpb_video_wrapper {
    width: 100%
  }
  .wpb_video_wrapper iframe {
    max-width: 100%
  } 
  .post-area {
    float: none;
  }
  html[lang="es"] .smallheader .hs-blog-post #header-outer,
  html[lang="en"] .smallheader .hs-blog-post #header-outer,
  html[lang="en-us"] .smallheader .hs-blog-post #header-outer,
  html[lang="zh"] .smallheader .hs-blog-post #header-outer{
    box-shadow: none;
  }
  html[lang="es"] .smallheader .hs-blog-listing #header-outer,
  html[lang="en"] .smallheader .hs-blog-listing #header-outer,
  html[lang="en-us"] .smallheader .hs-blog-listing #header-outer,
  html[lang="zh"] .smallheader .hs-blog-listing #header-outer{
    box-shadow: none;
  }

}
@media(max-width:690px){
  .post-cnt-with-btn-wrap .post-cnt-with-btn-col-left,
  .post-cnt-with-btn-wrap .post-cnt-with-btn-col-left h2{
    margin-left: 0;
  }
  .standard_section-wrap .hs-content .vc_column-inner h2 {
    font-size: 24.5px!important;
    line-height: 40.6px!important;
  }

  .standard_section-wrap {
    padding-top: 0 !important;
  }
  .padding-3-percent .cm-col-inner{
    padding: calc(100vw * 0.03);
  }
  .padding-1-percent > .cm-col-inner {
    padding: calc(100vw * 0.01);
  }

}

@media only screen and (min-width: 1100px){
  .blog-post__body .grayTextFrame {
    float: right;
  }
}
@media(max-width:1200px){
  #page-header-wrap.no-feature-image {
    padding-top: 23.13px;
  }
}
@media only screen and (max-width: 999px){
  .standard_section-wrap .vc_col-sm-6:last-child .vc_column-inner {
    padding: calc(100vw * 0.01);
  }
  .blog-post__body .tow_col_content-with-bg > .inner > div {
    width: 100%;
    margin-bottom: 25px
  }
  #page-header-wrap.no-feature-image {
    padding-top: 64px;
  }
  .row_col_wrap_12 .vc_col-sm-6 {
    width: 100%;
  }
  .row_col_wrap_12 .vc_col-sm-6:not(:last-child){
    margin-bottom: 25px;
  }
  html[lang="es"] #page-header-wrap.no-feature-image {
    margin-bottom: -24px;
  }
}
@media only screen and (min-width: 690px) and (max-width: 999px){
  .blog-post__body .tow_col--content .left_content {
    width: 31.2%;
  }
  .blog-post__body .tow_col--content .right_content {
    width: 100%;
  }
}
@media only screen and (max-width: 690px){
  .blog-post__body .tow_col--content .left_content {
    width: 100%;
  }
  .blog-post__body .tow_col--content .right_content {
    width: 100%;
  }
  .padding-6-percent .cm-col-inner {
    padding: calc(100vw * 0.06);
  }
  .related-title {
    padding-top: 60px;
  }
  #author-bio .author-avatar {
    width: 60px;
    height: auto;
  }
  .blog-post__body .grayTextFrame2 {
    max-width: 100%;
    clear: both;
  }
  .blog-post__body .alignright {
    float: none;
    margin-left: 0;
  }
  .standard_section-wrap .vc_col-sm-6 {
    width: auto;
  }
  .standard_section-wrap {
    padding-top: 0 !important;
  }

  #author-bio #author-info p {
    max-width: 100%;
  }
  .cnt-with-btn-wrap.btn-animation-wrap .cnt-with-btn-col-right a.yellow-btn,
  .cnt-with-btn-wrap .cnt-with-btn-col .btn-animation .lightbox-btn{
    margin-left: 0!important;
  }
  .wpb_video_wrapper {
    width: 100%;
  }
  .wpb_video_wrapper iframe {
    max-width: 100%;
  }
  .blog-post__body .alignleft {
    float: none;
    display: block;
    margin-right: 0;
  }
  html[lang="zh"] #page-header-wrap.no-feature-image #single-below-header>span {
    font-size: 16px;
  }
  html[lang="zh"] #page-header-wrap.no-feature-image + .body-container--blog-post .page-center {
    padding-top: 35px;
  }
  #page-header-wrap:not(.no-feature-image) {
    background-color: #F5F5F5;
  }
  html[lang="es"] #page-header-wrap.no-feature-image #single-below-header>span {
    font-size: 16px;
  }
  html[lang="es"] #page-header-wrap.no-feature-image {
    margin-bottom: 8px;
  }
  .post-form-section {
    padding: calc(600px * 0.03) 0;
  }


}
@media(max-width:479px){
  .blog-post__body .grayTextFrame {
    float: none;
    max-width: 100%;
    margin: 0;
  }
  .blog-recent-posts .jeg_post_title {
    font-size: 18px;
  }

  .blog-recent-posts .jeg_heroblock_scroller .item-2.rec-post-item .jeg_post_title {
    font-size: 15px;
  }

  .blog-recent-posts .jeg_heroblock_scroller .rec-post-item .jeg_post_title {
    font-size: 15px;
  }

  .blog-recent-posts .jeg_postblock_content {
    padding: 5px 15px 10px;
  }
}
@media only screen and (max-width: 360px) {
  .hs-blog-post .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  .listing-post-grid,
  .post-item{
    margin-left: 0;
    margin-right: 0;
  }
  .archive-blog-header #page-header-wrap .blog-title h1 {
    font-size: 31.2px;
    line-height: 37.7px;
  }
  .blog-related-posts {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .blog-recent-posts .jeg_post_title {
    font-size: 15px;
  }
}