.insights-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto; padding: 60px 0;
}
 .insights-filter {
    width: 23.5%;
    padding: 1rem 1rem 1rem 0;
}
.insights-filter__dropdown-list {
  position: relative;
}
.insights-filter__control {
  background-color: #212121;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.12);
          box-shadow: 0px 0px 4px rgba(0,0,0,0.12);
  color: #fff;
  display: block;
  padding: 0.33rem 1rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.insights-filter__control.is-active {
  background-color: #8362e5;
  color: #ffffff;
}
.insights-filter__control,
.insights-filter__dropdown-list a {
  cursor: pointer;
  display: block;
  padding: 0.33rem 1rem;
  position: relative;
}
.insights-filter__dropdown-list ul {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.12);
          box-shadow: 0px 0px 4px rgba(0,0,0,0.12);
  display: none;
  left: 0;
  list-style: none;
  margin: 0 1rem;
  padding: 0.5rem 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  z-index: 1;
}
.insights-filter__dropdown-list:hover ul,
.insights-filter__dropdown-list.is-open ul {
  display: block;
}
.insights-filter__dropdown-list ul li { margin: 0; }
.insights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.insights-filter__dropdown-list ul li input {
  display: none;
}
.insights-filter__dropdown-list ul li label {
  cursor: pointer;
  display: block;
  padding: 0.33rem 1rem;
  width: 100%;
}
.insights-filter__dropdown-list ul li label:active,
.insights-filter__dropdown-list ul li label:focus,
.insights-filter__dropdown-list ul li label:hover {
  background-color: #f5f5f5;
}
input:checked + label {
  background-color: #F0ECFC;
  font-weight: bold;
}

  .insights-filter__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 55%;
    float: right;
    padding-right: 0;position: relative;
}

.insights-filter__search {
    display: inline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 65%;
    float: right;     position: relative;
}
#insights-search{  border: 1px solid rgba(0,0,0,0.5);
    border-radius: 34px;
    background: transparent;
    font-size: 17px; box-shadow: none;
    line-height: 28px; background-repeat: no-repeat;
    background-position: 98% center;
    color: #000000;
    padding: 17px 70px 17px 30px;}
#insights-search:focus {
  -webkit-box-shadow: 0 0 0 3px #dad0f7;
          box-shadow: 0 0 0 3px #dad0f7;
  outline: 3px solid transparent;
}
.insights-filter button.search-button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    width: 46px;
    position: absolute;
    right: 9px;
    top: 8px;
}
.insights-filter__clear .reset-button {
  border: 0;
  color: #004D40; background: transparent;
  cursor: pointer; font-weight:bold;
  height: 100%;
}
.insights--error {
  padding: 1rem 0;
}
.insights--error.is-hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.insight__wrapper { 
  display: flex;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, height 0s ease 0.3s, width 0s ease 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, height 0s ease 0.3s, width 0s ease 0.3s;
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0s ease 0.3s, width 0s ease 0.3s;
  visibility: visible;
  width: 33.333333%; 
}
.insight__wrapper.is-not-loaded,
.insight__wrapper.is-hidden {
  -webkit-animation: 1s ease fadeIn;
          animation: 1s ease fadeIn;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.insight {
 -webkit-box-align: left;
    -ms-flex-align: left; position: relative;
    align-items: left;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.3rem;
    width: 100%;
    border-radius: 32px;
    padding:82px 48px 48px;
}
.insight__image {
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
.insight__image a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.insightlogo-image img {
    max-height: 50px;
    object-fit: contain;
    max-width: 100%;
}
.insight__keywords {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.insight__tags {
  padding: 1rem 0 0.5rem 0;
}
.insight__tag {
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-right: 0.25rem;
  padding: 0.125rem 0.5rem;
  -webkit-transition: border 0.3s ease, color 0.3s ease;
  -o-transition: border 0.3s ease, color 0.3s ease;
  transition: border 0.3s ease, color 0.3s ease;
}
.insight__tag:hover {
  border: 1px solid #8362e5;
  color: #8362e5;
}
h4.insight__title {
    margin-top: 32px;
}
.insight__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding: 0;
  position: relative;
}
.insight__description {
  width: 100%;
}
.insight__button {
  position: absolute;
  right: 25px;
    top: 32px;
}
@media (max-width: 1100px) {
  .insight{margin: 0.8rem; }
}
@media (max-width: 990px) {
  .insight__wrapper {
    width: 50%;
  }
   .insight{ padding: 82px 30px 30px}
  .insights-filter {
    width: 33%;}
  .insights-filter__search{width: 85%;}
}
@media (max-width: 680px) {
  .insights-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .insights-filter{
    width: 100%; padding: 10px 0;
  }
  .insight__wrapper {
    width: 100%;
  }  
  .insights-filter__search {
    width: 100%;
}
  .insights-filters {padding: 28px 0;}
  .insights{margin-left: 0;  margin-right: 0;}
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.fade-in {
  -webkit-animation: 1s ease fadeIn;
          animation: 1s ease fadeIn;
}