.insight-blog-header {
  margin-bottom: 2rem;
  padding-top: 5rem;
}
.insight-blog-header .row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: var(--row-margin););
  margin-right: var(--row-margin);
}
.insight-blog-header .row .cmlog-listing-article__image {
  padding-right: var(--col-padding);
  padding-left: var(--col-padding);
  flex: 0 0 auto;
  max-width: 100%;
  flex-basis: 100%;
}
.insight-blog-header .row .contentcolumn {
  padding-right: var(--col-padding);
  padding-left: var(--col-padding);
  flex: 0 0 auto;
  max-width: 100%;
  flex-basis: 100%;
}
.insight-blog-header .row .cmlog-listing-article__image a {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}
.insight-blog-header .row .cmlog-listing-article__image a img {
  display: block;
  height: 100% !important;
  position: absolute;
  width: 100%;
  object-fit: cover;
}
.insight-blog-header .wrapper-content a {
  display: block;
  color: #fff;
}
.insight-blog-header .wrapper-content a p.author {
  display: inline-block;
  font-family: Lato, sans-serif;
}
.insight-blog-header .wrapper-content a p.date {
  display: inline-block;
  font-family: Lato, sans-serif;
}
.insight-blog-header .wrapper-content a h1.h3 {
  margin-bottom: .6rem;
}
.insight-blog-header .wrapper-content a .content {
  margin-bottom: .75rem;
  margin-top: 1.5rem;
}
.insight-blog-header .wrapper-content a .content p {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}
.insight-blog-header .wrapper-content a p.link_arrow-right {
  display: inline-flex;
  font-family: Lato, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5 !important;
  position: relative;
  align-items: center;
  margin-bottom: 0;
  text-decoration: underline;
}
.insight-blog-header .wrapper-content a p.link_arrow-right:after {
  display: inline-block;
  flex: 0 0 20px;
  height: 16px;
  transition: .3s ease-out;
  width: 20px;
  position: absolute;
  right: 0;
  opacity: 0;
  content: "";
  margin-left: .8rem;
}
.insight-blog-header .wrapper-content:hover a p.link_arrow-right:after {
  opacity: 1;
  right: -1.4rem;
}
.main-wrapper {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.main-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 50%;
  max-height: 98.67vw;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
section.tp-blog-listing-filters-container {
  padding: 1.5rem 0;
}
section.tp-blog-listing-filters-container .row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-left: var(--row-margin);
  margin-right: var(--row-margin);
}
section.tp-blog-listing-filters-container .row .titleholder {
  padding-right: var(--col-padding);
  padding-left: var(--col-padding);
  flex: 0 0 auto;
  max-width: 100%;
  flex-basis: 100%;
}
section.tp-blog-listing-filters-container .row .titleholder h5 {
  margin-bottom: 0;
}
section.tp-blog-listing-filters-container .row .tagholder {
  padding-right: var(--col-padding);
  padding-left: var(--col-padding);
  flex: 0 0 auto;
  max-width: 100%;
  flex-basis: 100%;
}
section.tp-blog-listing-filters-container ul.blog-nav {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
section.tp-blog-listing-filters-container ul.blog-nav li {
  margin-bottom: .5rem;
  margin-right: 1rem;
  color: #fff;
}
section.tp-blog-listing-filters-container ul.blog-nav li a {
  font-size: .7rem;
  line-height: 1.3;
  padding: .4rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .1s linear, border-color 11s linear;
  border: 1px solid #fff;
  border-radius: 30px;
  align-items: center;
  display: flex;
  color: #fff;
  font-weight: 700;
}
section.tp-blog-listing-filters-container ul.blog-nav li:nth-of-type(n+5) {
  display: none;
}
section.tp-blog-listing-filters-container ul.blog-nav.show-all li:nth-of-type(n+5) {
  display: block;
  margin-bottom: .5rem;
}
section.tp-blog-listing-filters-container ul.blog-nav.show-all li:nth-of-type(n+5) {
  display: block;
  margin-bottom: .5rem;
}
section.tp-blog-listing-filters-container ul.blog-nav li a:hover,
section.tp-blog-listing-filters-container ul.blog-nav li.active a {
  color: #000 !important;
  background: #fff;
}
section.tp-blog-listing-filters-container ul.blog-nav li.more-topics {
  display: block;
}
.tag-pageheader {
  padding: 5rem 0 2rem;
}
.tag-pageheader .row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: var(--row-margin);
  margin-right: var(--row-margin);
  justify-content: center;
}
.tag-pageheader .row .listing-header__title {
  padding-right: var(--col-padding);
  padding-left: var(--col-padding);
  flex: 0 0 auto;
  max-width: 100%;
  flex-basis: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.tag-pageheader .row .listing-header__title h1 {
  text-transform: capitalize;
}
.customauthorsection {
  padding: 5rem 0 2rem;
}
.customauthorsection .row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: var(--row-margin);
  margin-right: var(--row-margin);
  justify-content: center;
}
.customauthorsection .row .tp-blog-listing-header__title {
  padding-right: var(--col-padding);
  padding-left: var(--col-padding);
  flex: 0 0 auto;
  max-width: 100%;
  flex-basis: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.customauthorsection .tp-ba-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 200px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 200px;
}
.customauthorsection .tp-ba-img:before {
  border: 4px solid #fff;
  border-radius: 50%;
  bottom: -8px;
  content: "";
  left: -8px;
  position: absolute;
  right: -8px;
  top: -8px;
}
.customauthorsection .tp-ba-img .tp-ba_social-sharing {
  bottom: 5%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  width: 40px;
  z-index: 1;
}
.customauthorsection .tp-ba-img .tp-ba_social-sharing a.social-links__icon {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.customauthorsection .tp-ba-img .tp-ba_social-sharing a.social-links__icon img {
  max-width: 30px !important;
}
.customauthorsection .tp-ba_socialrow,
.customauthorsection .tp-ba_socialrow a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
}
.customauthorsection .tp-ba_socialrow img {
  max-width: 30px !important;
}
.customauthorsection .tp-ba_socialrow a {
  margin-top: 15px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 576px) {
  .main-wrapper:before {
    max-height: 87vw;
  }
}
@media only screen and (min-width: 768px) {
  .insight-blog-header {
    margin-bottom: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .insight-blog-header .row {
    align-items:center;
  }
  .insight-blog-header .row .cmlog-listing-article__image {
    flex: 0 0 auto;
    flex-basis: 50%;
    max-width: 50%;
    order: 1;
  }
  .insight-blog-header .row .contentcolumn {
    flex: 0 0 auto;
    flex-basis: 50%;
    max-width: 50%;
  }
  .insight-blog-header .row .cmlog-listing-article__image a {
    padding-bottom: 76%;
    width: calc(100% + 130px);
  }
  .main-wrapper:before {
    max-height: unset;
    transform: none;
    left: auto;
    right: 0;
    width: 33%;
  }
  section.tp-blog-listing-filters-container .row .titleholder {
    flex: 0 0 auto;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  section.tp-blog-listing-filters-container .row .tagholder {
    flex: 0 0 auto;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .tag-pageheader .row .listing-header__title {
    flex: 0 0 auto;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .main-wrapper.authorsectionenable:before {
    max-height: unset;
    transform: none;
    left: auto;
    right: 0;
    width: 20%;
  }
  .customauthorsection .row .tp-blog-listing-header__title {
    flex: 0 0 auto;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
}
@media only screen and (min-width: 992px) {
  .insight-blog-header .row .cmlog-listing-article__image {
    margin-left: 8.333%;
  }
  .insight-blog-header .row .contentcolumn {
    flex: 0 0 auto;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
}
@media only screen and (min-width: 1200px) {
  .insight-blog-header {
    padding-top: 7.5rem;
  }
  .insight-blog-header .wrapper-content a .content {
    margin-top: 2.5rem;
  }
  .tag-pageheader {
    padding-top: 7.5rem;
  }
  .customauthorsection {
    padding-top: 7.5rem;
  }
}


@media (max-width:767px){
  .insight-blog-header .row .cmlog-listing-article__image {
    margin-bottom: 2rem;
  }
  .customauthorsection .tp-ba-img {
    height: 150px;
    width: 150px;
  }
}