.insights-filter-container form.insights-filter {
  z-index: 55;
  background-color: #fff;
  position: absolute;
  top: 71px;
  width: calc(100% - var(--bs-gutter-x));
  grid-template-columns: 1fr  1fr;
  padding: 0 32px;
  margin-top: 32px;
  grid-row-gap: 0;
  grid-column-gap: 16px;
  display: grid;
}
.insights-filter-container {
  position: relative;
  min-height: 75px;
  display: flex;
}
.insights-filter-container .insights-filter__controls {
  text-align: right;
  grid-column: 1 / 4;
  padding-bottom: 5px;
}
.insights-filter-container .insights-filter__controls button.insights-filter__submit {
  font-size: 16px;
  padding: 8px 16px;
  border: 0;
  line-height: 25px;
  position: relative;
}
.insights-filter-container .insights-filter__controls .btn-small {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 5px;
  transition: all .1s ease-out;
  border: 0;
  border-bottom: 2px solid #c0dc6d;
  line-height: 1.3;
  display: inline-block;
}
.insights-filter-container .insights-filter__controls button.insights-filter__submit::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #3d797d;
  transition: all .35s ease-out;
  z-index: -1;
}
.insights-filter-container .insights-filter__controls button.insights-filter__submit:hover::after {
  width: 100%;
}
.insights-filter-container form.insights-filter .tag {
  margin-left: 0;
  width: 100%;
}
.insights-filter-container form.insights-filter .tag .tag__title {
  position: relative;
  padding: 5px 15px;
  padding-right: 35px;
  border: 1px solid #000;
  z-index: 99;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
}
.insights-filter-container form.insights-filter .tag .tag__title span.toggler {
  position: absolute;
  transition: all .25s ease-in-out;
  right: 15px;
  top: 5px;
  cursor: pointer;
}
.insights-filter-container form.insights-filter .tag .tag__list-wrapper {
  display: none;
  position: absolute;
  background: linear-gradient(180deg, #fff, #fff calc(100% - 8px), transparent);
  width: 100%;
  left: 0;
  margin-top: -1px;
  padding: 0 0 32px;
}
.insight-listing {
  padding: 28px 0 80px;
  width: 100%;
}
.insight-listing .insight-list {
  padding-top: 80px;
}
.insight-listing .insight-list .list_row {
  --bs-gutter-x: 48px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  position: relative;
}
.insight-listing .insight-list .col-lg-6 {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 48px;
  padding-bottom: 48px;
  position: relative;
}
.insight-listing .insight-list .col-lg-6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 24px);
  height: 1px;
  background-color: #141924;
}
.insight-listing .insight-list .col-lg-6:nth-child(odd):before {
  margin-left: auto;
}
.insight-listing .insight-list .col-lg-6 .insight-box.row {
  --bs-gutter-x: 48px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  position: relative;
}
.insight-listing .insight-list .col-md-6 {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
.insight-listing .insight-list .col-md-6 span.post_date {
  margin-bottom: 16px;
  color: #6d778d;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 1.312;
  display: block;
}
.insight-listing .insight-list .col-md-6 h3.post_name {
  font-size: 26px;
  margin-bottom: 0;
  line-height: 1.18;
  font-weight: 600;
}
.insight-listing .insight-list .col-md-6 h3.post_name a.stretched-link {
  color: #141924;
  transition: all .4s ease-out;
}
.insight-listing .insight-list .col-md-6 h3.post_name a.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.insight-listing .insight-list .col-md-6 .insight-img {
  overflow: hidden;
  background-color: #d5d8e0;
  min-height: 248px;
}
.insight-listing .insight-list .col-md-6 .insight-img .divImg.img-fluid {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  transition: all .4s ease-out;
  display: inline-block;
  height: 100%;
  min-height: 294px;
}
.insight-listing .insight-list .col-lg-6 .insight-box.row:hover .divImg.img-fluid {
  transform: scale(1.1);
}
.insight-listing .insight-list .col-lg-6 .insight-box.row:hover a.stretched-link {
  color: #4a5672;
}
.cm_blog_pagination {
  padding: 0;
  display: flex;
  align-items: center;
  color: #232b3e;
  justify-content: center;
  margin-top: 30px;
}

.insight-listing .insight-list .col-lg-6:nth-last-child(2), .insight-listing .insight-list .col-lg-6:last-child {
  padding-bottom: 0;
}

.insight-listing .insight-list .list_row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 48px);
  height: 1px;
  background-color: #141924;
  margin: 0 auto;
}

.insight-listing .insight-list .col-lg-6:nth-last-child(2)::before,.insight-listing .insight-list .col-lg-6:last-child::before {
  display: none;
}

.cm_blog_pagination a {
  color: #232b3e;
  margin: 0;
  padding: 0;
  text-decoration: none;
  height: 40px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .16em;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.cm_blog_pagination a.prev-link {
  font-size: 0;
  line-height: normal;
  margin-right: 36px;
}

.cm_blog_pagination a.prev-link::before {
  content: "";
  width: 40px;
  height: 40px;
  background-size: auto;
  display: inline-block;
}

.cm_blog_pagination a.next-link {
  font-size: 0;
  line-height: normal;
  margin-left: 36px;
}

.cm_blog_pagination a.next-link::before {
  content: "";
  width: 40px;
  height: 40px;
  background-size: auto;
  display: inline-block;
}
.cm_blog_pagination a:hover {
  color: #878fa2;
}
.cm_blog_pagination a.prev-link:hover::before,
.cm_blog_pagination a.next-link:hover::before{
  -webkit-opacity: .6;
  -moz-opacity: .6;
  -o-opacity: .6;
  -m-opacity: .6;
  opacity: .6;
}
.cm_blog_pagination > div {
  display: flex;
  flex-wrap: wrap;
}
.cm_blog_pagination a.inactive {
  display: none;
}

.cm_blog_pagination a.active {
  color: #878fa2;
}
.insights-filter-container form.insights-filter .tag .tag__title.active span.toggler {
  transform: rotate(45deg);
  transition: all .25s ease-in-out;
}
.insights-filter-container form.insights-filter .tag .tag__title.active + .tag__list-wrapper {
  display: block;
  z-index: 100;
} 
.insights-filter-container form.insights-filter .tag .tag__title.active {
  border-bottom: none;
  padding-bottom: 20px;
  z-index: 101;
}
.insights-filter-container form.insights-filter .tag .tag__title.active span.toggler {
  transform: rotate(45deg);
  transition: all .25s ease-in-out;
}
.insights-filter-container form.insights-filter .tag .tag__title.active + .tag__list-wrapper {
  display: block;
  z-index: 100;
}
.insights-filter-container form.insights-filter .tag .tag__list-wrapper ul.tag__list {
  flex-wrap: wrap;
  margin: 0;
  display: flex;
  flex-direction: row;
  padding: 0;
  list-style: none;
}
.insights-filter-container form.insights-filter .tag .tag__list-wrapper ul.tag__list li {
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  flex: 0 0 25%;
  margin: 0;
}
.insights-filter-container form.insights-filter .tag .tag__list-wrapper .tag-list__border {
  border: 1px solid #000;
  padding: 32px;
}
.insights-filter-container form.insights-filter .tag .tag__list-wrapper ul.tag__list li a {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.insight-listing .insight-list .col-lg-6:nth-child(2n) .insight-box .col-md-6:nth-child(odd) {
  border-left: 1px solid #e1e3e9;
}

@media(min-width:1199px){
  .insight-listing .insight-list .col-md-6 .insight-img {
    max-height: 248px;
  }
}

@media(max-width:1200px){
	.insight-listing .insight-list .col-md-6 h3.post_name {
    font-size: calc(18px + 8 * ((100vw - 375px) / 1065));
}
}
@media(max-width:991px){
  .insights-filter-container form.insights-filter .tag .tag__list-wrapper ul.tag__list li a {
    font-size: calc(20px + 2 * ((100vw - 375px) / 1065));
  }
  .insight-listing .insight-list .col-lg-6 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .insight-listing .insight-list {
    padding-top: 50px;
  }
  .insight-listing .insight-list .col-md-6 h3.post_name {
    font-size: calc(18px + 8 * ((100vw - 375px) / 1065));
  }
  .cm_blog_pagination a {
    margin: 0 28px 0 0;
  }
  .insight-listing .insight-list .col-lg-6:nth-child(2n) .insight-box .col-md-6:nth-child(odd) {
    border: none;
  }

  .insight-listing .insight-list .col-lg-6:before {
    width: calc(100% - 16px);
    margin: 0 auto;
  }

  .insight-listing .insight-list .col-lg-6:nth-child(2n):before {
    margin-right: auto;
  }
  .insight-listing .insight-list .col-lg-6 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .insight-listing .insight-list .list_row {
    margin: 0px -8px;
  }

}

@media(max-width:991px){
  .insights-filter-container form.insights-filter {
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
    grid-row-gap: 16px;
    margin-top: 64px;
    position: static;
    width: 100%;
  }

  .insights-filter-container {
    --bs-gutter-x: 16px;
  }
  .insights-filter-container form.insights-filter .tag .tag__list-wrapper ul.tag__list {
    flex-direction: column;
  }
  .insights-filter-container form.insights-filter .tag .tag__list-wrapper {
    padding: 0 8px 32px;
  }
  .insights-filter-container form.insights-filter .tag .tag__list-wrapper .tag-list__border {
    padding: 0;
    padding: 16px;
    width: 100%;
  }
  .insights-filter-container form.insights-filter .tag .tag__title.active {
    padding: 5px 15px;
  }
  .insights-filter-container form.insights-filter .tag .tag__list-wrapper ul.tag__list li a {
    padding-left: 0;
  }

  .insight-listing {
    padding: 28px 0 50px;
  }
  .insight-listing .insight-list .col-md-6:first-child {
    margin-top: 1.5rem;
  }

  .cm_blog_pagination a {
    margin: 0 20px 0 0;
    : ; }

  .cm_blog_pagination {
    flex-wrap: wrap;
  }

  .cm_blog_pagination a {
    width: auto;
  }

  .cm_blog_pagination a.next-link {
    margin: 0 20px 0 0;
  }

}

@media(max-width:767px){
	  .insight-listing .insight-list .col-lg-6 .insight-box.row {
    flex-direction: column-reverse;
  }
	  .insight-listing .insight-list .col-md-6 {
    width: 100%;
    max-width: 100%;
  }

}