@charset "UTF-8";
.video-popup-active {
  overflow: hidden;
}

.knowledge-insights-header {
  padding-left: 22px;
  padding-right: 22px;
}
.knowledge-insights-header .block-section {
  max-width: 1064px;
  margin: 0 auto;
}
.knowledge-insights-header .wp-block-columns {
  flex-wrap: nowrap !important;
  margin-bottom: 15px;
}
.knowledge-insights-header .wp-block-columns h1 {
  margin: 0;
  line-height: 100%;
}
@media only screen and (max-width: 991px) {
  .knowledge-insights-header .wp-block-columns {
    flex-wrap: wrap !important;
    display: block;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .knowledge-insights-header .wp-block-columns .wp-block-column-title {
    background-image: url(../../images/knowledge-insights/knowledge-insights-list-title-n.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 85px;
  }
  .knowledge-insights-header .wp-block-columns h1 {
    padding-bottom: 15px;
    line-height: 110%;
  }
}

@media (max-width: 767px) {
  .insights-shortby.custom-select2 .select2-container {
    width: 133px !important;
  }
}
.insights-shortby.custom-select2 .select2-container .select2-selection--single {
  height: 24px;
}
.insights-shortby.custom-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--color-dark-blue) !important;
}
.insights-shortby.custom-select2 .select2-container .select2-selection .select2-selection__arrow b {
  bottom: 12px;
}

.knowledge-insights-list .knowledge-insights-list-inner {
  max-width: 1064px;
  margin: 0 auto;
}
.knowledge-insights-list .post-card-item {
  background: #F2FAFF;
}
.knowledge-insights-list .post-card-item:last-child {
  margin-bottom: 0 !important;
}
.knowledge-insights-list .post-card-item figure {
  margin: 0;
}
.knowledge-insights-list .post-card-item .post-card-img {
  width: 144px;
  flex-shrink: 0;
}
.knowledge-insights-list .post-card-item .post-card-img.post-card-img-videos a {
  position: relative;
}
.knowledge-insights-list .post-card-item .post-card-img.post-card-img-videos a .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.knowledge-insights-list .post-card-item .knowledge-insights-updates {
  margin: -3px 0 0 !important;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.knowledge-insights-list .post-card-item .knowledge-insights-updates li {
  margin-right: 15px;
  color: var(--color-dark-blue1);
  display: flex;
  white-space: nowrap;
}
.knowledge-insights-list .post-card-item .knowledge-insights-updates li:last-child {
  margin-right: 0;
}
.knowledge-insights-list .post-card-item .knowledge-insights-updates li svg {
  margin-bottom: 3px;
}
.knowledge-insights-list .post-card-item .knowledge-insights-updates li img {
  width: 12px !important;
  margin-right: 4px !important;
}
.knowledge-insights-list .post-card-item .knowledge-insights-updates li img.icon-view {
  width: 17px !important;
}
.knowledge-insights-list .post-card-item .knowledge-insights-updates li img.icon-time {
  width: 10px !important;
  height: 10px;
  margin-top: 2px;
}
.knowledge-insights-list .post-card-item .post-card__info__heading a {
  text-decoration: none;
}
.knowledge-insights-list .post-card-item .post-card__info__heading a:hover {
  text-decoration: underline;
}
.knowledge-insights-list .post-card-item .post-categories {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: -2px;
  display: flex;
  flex-wrap: wrap;
}
.knowledge-insights-list .post-card-item .post-categories li {
  margin-left: 4px;
  font-size: 12px;
  color: var(--colorlight-blue);
  position: relative;
  padding-left: 8px;
}
.knowledge-insights-list .post-card-item .post-categories li::before {
  content: "•";
  font-size: 16px !important;
  line-height: 16px;
  position: absolute;
  font-size: 12px;
  left: 0;
  color: var(--colorlight-blue);
}
.knowledge-insights-list .post-card-item .post-categories li:empty {
  display: none;
}
.knowledge-insights-list .post-card-item .post-categories li:first-child {
  color: var(--color-blue);
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.knowledge-insights-list .post-card-item .post-categories li:first-child::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .knowledge-insights-list .post-card-item .post-card-img {
    width: 100%;
  }
  .knowledge-insights-list .post-card-item .post-card-card {
    display: block !important;
  }
  .knowledge-insights-list .post-card-item .post-categories {
    margin-bottom: -1px;
  }
}
.knowledge-insights-list .video-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(3, 0, 47, 0.9);
  width: 100%;
  height: 100%;
  padding: 22px;
}
.knowledge-insights-list .video-popup .video-popup-content {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 960px;
  background-color: var(--color-white);
  overflow: auto;
  max-height: 80vh;
}
@media (max-width: 1440px) and (min-width: 900px) {
  .knowledge-insights-list .video-popup .video-popup-content {
    max-height: 93vh;
  }
}
@media (max-width: 1199px) {
  .knowledge-insights-list .video-popup .video-popup-content {
    max-width: 680px;
  }
}
.knowledge-insights-list .video-popup .video-popup-content .vp-close {
  position: absolute;
  top: 6px;
  right: 6px;
}
.knowledge-insights-list .video-popup .video-popup-content .vp-close svg {
  display: block;
}
.knowledge-insights-list .video-popup .video-popup-content .vp-cat {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 12px;
  background-color: var(--colorlight-blue);
  padding: 8px 12px 8px 24px;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: var(--color-white);
}
.knowledge-insights-list .video-popup .video-popup-content .vp-cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.knowledge-insights-list .video-popup .video-popup-content .vp-head-sec {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 15px;
}
.knowledge-insights-list .video-popup .video-popup-content .vp-head-sec .vp-heading {
  font-weight: 500;
  font-size: 24px !important;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.knowledge-insights-list .video-popup .video-popup-content .vp-head-sec .vp-author {
  margin-bottom: 8px;
  line-height: 105%;
  letter-spacing: -0.02em;
}
.knowledge-insights-list .video-popup .video-popup-content .vp-head-sec .vp-description {
  line-height: 140%;
}
.knowledge-insights-list .video-popup .video-popup-content .vp-video {
  position: relative;
  padding-bottom: 56.25%;
}
.knowledge-insights-list .video-popup .video-popup-content .vp-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.knowledge-insights-list .video-popup .video-popup-content .vp-video video {
  display: block;
}

.search-bar {
  background: var(--colorlight-blue);
  color: var(--color-white);
  max-width: 429px;
  margin: 20px 0 0 auto;
  position: relative;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 991px) {
  .search-bar {
    max-width: inherit;
    margin: 0;
  }
}
.search-bar .search-bar-inner {
  position: relative;
}
.search-bar a,
.search-bar a:visited {
  color: var(--color-white);
  text-decoration: none;
}
.search-bar a:hover,
.search-bar a:visited:hover {
  text-decoration: underline;
}
.search-bar form {
  position: relative;
}
.search-bar input {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--color-white);
  width: 100%;
  color: var(--color-white);
  font-size: 16px !important;
  padding-right: 25px;
}
.search-bar input:focus {
  outline: 0;
  color: var(--color-white);
}
.search-bar input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color-white);
  opacity: 1;
  /* Firefox */
  font-size: 16px;
}
.search-bar input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-white);
  font-size: 16px;
}
.search-bar input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-white);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .search-bar input {
    font-size: 14px !important;
  }
  .search-bar input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
  }
  .search-bar input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
  }
  .search-bar input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 14px;
  }
}
.search-bar button {
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.featured-articles .left-video .knowledge-insights-list {
  padding: 0;
  background-image: none;
}
.featured-articles .left-video .knowledge-insights-list .knowledge-insights-updates {
  margin: 0px !important;
}
.featured-articles .left-video .knowledge-insights-list .post-card-card {
  position: relative;
}
.featured-articles .left-video .knowledge-insights-list svg.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
@media (max-width: 767px) {
  .featured-articles .left-video .knowledge-insights-list svg.video-play-btn {
    top: 35%;
    transform: translate(-50%, -35%);
  }
}
.featured-articles .left-video .knowledge-insights-list .overlay-lay:after {
  /*background: linear-gradient(0deg, rgba(3, 0, 47, 0.6), rgba(3, 0, 47, 0.6)), url(image.png);*/
  transform: matrix(-1, 0, 0, 1, 0, 0);
  content: "";
  display: block;
  height: 380px;
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 100%;
}
@media (max-width: 767px) {
  .featured-articles .left-video .knowledge-insights-list .overlay-lay:after {
    height: 255px;
  }
}
.featured-articles .left-video .knowledge-insights-list picture img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .featured-articles .left-video .knowledge-insights-list picture img {
    height: 255px;
  }
}
.featured-articles .left-video .knowledge-insights-list .post-card-info {
  position: absolute;
  bottom: 2px;
  z-index: 9;
  width: 100%;
}
.featured-articles .left-video .knowledge-insights-list .post-card-info .post-categories li::before {
  color: var(--color-white) !important;
}
@media (max-width: 767px) {
  .featured-articles .left-video .knowledge-insights-list .post-card-info {
    max-width: 280px;
  }
}
.featured-articles .left-video .knowledge-insights-list .post-card-item {
  background: transparent;
}
.featured-articles .left-video .knowledge-insights-list svg path {
  fill: #fff;
}
.featured-articles .right-feature .featerd-titl {
  border-bottom: 1px solid rgba(3, 0, 47, 0.6);
}
.featured-articles .right-feature .knowledge-insights-list {
  padding: 0;
  background-image: none;
}
@media (max-width: 767px) {
  .featured-articles .right-feature .knowledge-insights-list {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 767px) {
  .featured-articles .right-feature .knowledge-insights-list .post-card__info__heading {
    width: 80%;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .featured-articles .right-feature .knowledge-insights-list .post-card__info__heading {
    width: 99%;
  }
}
@media (max-width: 767px) {
  .featured-articles .right-feature .knowledge-insights-list picture img {
    object-fit: cover;
    width: 94px;
    height: 94px;
  }
  .featured-articles .right-feature .knowledge-insights-list .post-card-card {
    display: flex !important;
  }
}
.featured-articles .right-feature .knowledge-insights-list .post-card-item .post-card-img {
  width: 94px;
}
.featured-articles .right-feature .knowledge-insights-list .post-card-item .post-card-img a {
  display: flex;
  height: 100%;
}
.featured-articles .right-feature .knowledge-insights-list .post-card-item .post-card-img picture {
  display: flex;
  height: 100%;
}
.featured-articles .right-feature .knowledge-insights-list .post-card-item .post-card-img picture img {
  height: 100%;
  object-fit: cover;
  display: flex;
}
.featured-articles .right-feature .knowledge-insights-list .post-card-item .knowledge-insights-updates {
  margin: 0px !important;
  white-space: nowrap;
  padding-bottom: 2px;
}
.featured-articles .right-feature .knowledge-insights-list .post-card-item .knowledge-insights-updates li {
  position: relative;
  margin-right: 10px;
  padding-left: 15px;
}
.featured-articles .right-feature .knowledge-insights-list .post-card-item .knowledge-insights-updates li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #4997d0;
  display: inline-block;
  border-radius: 10px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
}
.featured-articles .right-feature .knowledge-insights-list .post-card-item .knowledge-insights-updates li:first-child {
  padding-left: 0;
}
.featured-articles .right-feature .knowledge-insights-list .post-card-item .knowledge-insights-updates li:first-child::before {
  display: none;
}
@media (max-width: 1024px) {
  .featured-articles .right-feature .knowledge-insights-list .post-card-item .knowledge-insights-updates li {
    order: 2;
  }
}
@media (max-width: 1024px) {
  .featured-articles .right-feature .knowledge-insights-list .post-card-item .knowledge-insights-updates li.insights-category {
    order: 1;
    width: 100%;
    padding-left: 0 !important;
    margin-bottom: 2px;
  }
  .featured-articles .right-feature .knowledge-insights-list .post-card-item .knowledge-insights-updates li.insights-category::before {
    display: none;
  }
}

.large-hide {
  display: none !important;
}

.sm-hide {
  display: block !important;
}

@media (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
  .large-hide {
    display: block !important;
  }
}
.border-btm-opacty {
  opacity: 0.3;
}

p.viewmoreli {
  letter-spacing: 0.301653px;
  cursor: pointer;
}
p.viewmoreli .less {
  display: none;
}
p.viewmoreli.slideup {
  align-items: baseline;
}
p.viewmoreli.slideup span.caret-more {
  transform: rotate(225deg);
  margin-top: 6px;
}
p.viewmoreli.slideup .more {
  display: none;
}
p.viewmoreli.slideup .less {
  display: block;
}

span.caret-more {
  box-sizing: border-box;
  height: 6px;
  width: 6px;
  border-style: solid;
  border-color: var(--color-orange);
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  display: inline-block;
  margin-top: -1px;
}

.bottom-bg-rgt {
  padding-left: 22px;
  padding-right: 22px;
  background-image: url(../../images/knowledge-insights/knowledge-insights-list-n.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 39%;
}
@media only screen and (max-width: 767px) {
  .bottom-bg-rgt {
    background-image: url(../../images/knowledge-insights/knowledge-insights-list-n-mobile.png);
    background-position: 0 84%;
    background-size: 70%;
  }
}
@media (max-width: 991px) {
  .bottom-bg-rgt {
    padding: 0px;
  }
}

@media (max-width: 991px) {
  body.filter-active {
    overflow: hidden;
  }
}
.background-layer-fliter {
  display: none;
}
@media (max-width: 991px) {
  .background-layer-fliter {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--color-dark-blue);
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
}

.container-1064 {
  max-width: 1064px;
  margin: 0px auto;
}
.container-1064 .customgrid {
  grid-template-columns: 21% 79%;
}
.container-1064 .customgrid .insights-shortby {
  cursor: pointer;
}
.container-1064 .customgrid .filter-wrapper-insights picture {
  margin-top: -2px;
}
.container-1064 .customgrid .close-btn-filter {
  display: none;
}
@media (max-width: 1100px) {
  .container-1064 .customgrid {
    padding-left: 24px;
    padding-right: 24px;
    grid-template-columns: 25% 75%;
  }
}
@media (max-width: 991px) {
  .container-1064 .customgrid {
    grid-template-columns: 100%;
  }
  .container-1064 .customgrid .col-left {
    position: fixed;
    background-color: white;
    width: 92%;
    height: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    z-index: 99999;
    display: none;
    max-height: 80vh;
    overflow: auto;
  }
  .container-1064 .customgrid .col-left .close-btn-filter {
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
  }
  .container-1064 .customgrid .col-left .close-btn-filter:hover {
    opacity: 1;
  }
  .container-1064 .customgrid .col-left .close-btn-filter svg {
    display: block;
  }
  .container-1064 .customgrid .col-left .insigt-format {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .container-1064 .customgrid .mobile-fliters {
    display: flex;
    justify-content: space-between;
  }
}
.container-1064 .customgrid .mobile-fliters .mobile-fliter-shw {
  display: none;
}
@media (max-width: 991px) {
  .container-1064 .customgrid .mobile-fliters .mobile-fliter-shw {
    display: block;
  }
  .container-1064 .customgrid .mobile-fliters .mobile-fliter-shw img {
    max-height: 12px;
  }
  .container-1064 .customgrid .mobile-fliters .mobile-fliter-shw .filter-clck {
    font-size: 14px !important;
    margin-bottom: 10px !important;
    margin-top: 4px !important;
  }
}
.container-1064 li.cm-list input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.container-1064 li.cm-list label {
  display: inline-flex;
  align-items: baseline;
  position: relative;
  cursor: pointer;
}
.container-1064 li.cm-list label:before {
  content: "";
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(3, 0, 47, 0.5);
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  width: 10px;
  border-radius: 2px;
  height: 10px;
  margin-right: 8px;
}
.container-1064 li.cm-list input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4.3px;
  width: 3px;
  height: 6px;
  border: solid var(--color-orange);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.container-1064 li.cm-list input:checked + label:before {
  border-color: var(--color-orange);
}
.container-1064 li.cm-list input:checked + label {
  color: var(--color-orange);
  font-weight: 700 !important;
}

@media (max-width: 1100px) {
  .knowledge-insights-header .wp-block-columns .wp-block-column-title {
    padding-left: 24px;
    padding-right: 24px;
  }
  .search-sec {
    padding-left: 24px;
    padding-right: 24px;
  }
  .featured-articles {
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
  }
}
/**/
.searchcountline {
  display: none;
}

.expandsearch .featured-articles {
  display: none;
}
.expandsearch .wp-block-column-title {
  display: none;
}
.expandsearch .search-bar {
  max-width: 100%;
}
.expandsearch .searchcountline {
  display: block;
  color: #03002F;
  padding: 20px 0 0;
}
.expandsearch .searchcountline span {
  color: #F04E45;
}
.expandsearch .d-grid.customgrid.pt65 {
  padding-top: 10px !important;
}

.nopostfound {
  text-align: center;
  font-weight: 700;
  padding: 40px;
  background: #F2FAFF;
}

.back-link-knowlage-insight {
  display: none;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .back-link-knowlage-insight {
    margin-bottom: -8px;
  }
}
.back-link-knowlage-insight a {
  text-decoration: none;
  color: #03002F;
}

.expandsearch .back-link-knowlage-insight {
  display: block;
}/*# sourceMappingURL=k-insights-list.css.map */