#people-page-container {
  background-color: #fff;
  max-width: 100%;
}

#people-search .background--lightgrey {
  background-color: #E2E2E2;
}

#people-search .search-lists li {
  height: 40px;
  padding: 0 12px 0 12px;
}

#people-search .search-lists li a {
  color: #515356;
}

.search-lists .active {
  border-bottom: 7px solid #0698DF;
}

#people-page-green-header {
  min-height: 150px;
}

#people-search .background--grey {
  height: 40px;
  background-color: #D4D4D4;
}

#people-page-grey-header {
  padding-top: 30px;
  width: 100%;
}

.people-page-wrapper {
  padding: 30px 30px;
}

#people-page-container .content .text-formatted ul li::before {
  display: none;
}

#people-page-container a:focus,
#people-page-container a:hover {
  color: #009cde;
}

#searchbox {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}

#searchbox .ais-SearchBox-input {
  border-radius: 0;
  border: 2px solid #0698DF;
  font-size: 1.2rem;
  margin-top: -5px;
}

#people-title-pagination-container {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#people-title-pagination-container .push {
  margin-left: auto;
}

#people-page-container .person-description mark {
  padding: 0;
}

/* -- ais-Hits-item customized - People box styling -- */
#people-box-wrapper .person-description {
  padding: 15px 10px 5px 20px;
}

#people-box-wrapper .person-description .office_location {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#people-box-wrapper .person-picture img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

#hits-people .ais-Hits-item {
  padding: 0;
  background-color: #EEEEEE;
  border: 0;
  box-shadow: none;
}

#people-box-wrapper .job_title {
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  max-height: 4em;
}

#hits-people .ais-Hits-list,
#hits-people .ais-InfiniteHits-list,
#hits-people .ais-InfiniteResults-list,
#hits-people .ais-Results-list {
  margin-left: -2rem;
}

#hits-people .ais-Hits-item,
#hits-people .ais-InfiniteHits-item,
#hits-people .ais-InfiniteResults-item,
#hits-people .ais-Results-item {
  margin-top: 2rem;
  margin-left: 2rem;
  width: calc(25% - 2rem);
}

/* -- ais-Hits-item customized - People box styling -- */

#people-search-wrapper {
  width: 100%;
  background-color: #E2E2E2;
}

#filters-wrapper {
  width: 100%;
  background-color: #D4D4D4;
}

#filters-wrapper-result {
  width: 100%;
  background-color: #F1F1F1;
}

#filters-wrapper .filters-list {
  display: flex;
}

#filters-wrapper .filters-list .filter_wrapper {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}

#filters-wrapper .filter-header {
  font-size: 90%;
  margin-top: 2px;
  padding: 10px 20px 10px 0;
}

#filters-wrapper .filter-header,
#filters-wrapper .filter-title {
  margin-right: 3px;
  font-weight: 400;
}

#filters-wrapper .filter-title {
  padding: 10px 20px 10px 20px;
  background-color: #C7C7C7;
  cursor: pointer;
}

#filters-wrapper .dropdown-toggle:empty::after {
  margin-left: 10px;
}

.scroll-btn {
  display: none;
}

#filters-wrapper .filter-widgets {
  padding: 10px;
}

.ais-RefinementList-labelText {
  padding: 5px;
}

.ais-RefinementList-boldLabelText {
  padding: 5px;
  color: #515356 !important;
}

.hierarchy-header-label{
  margin-left: 0;
}

.ais-RefinementList-list-hierarchy-ul {
  padding-left: 0;
  margin-left: 0;
}

li.ais-RefinementList-item-hierarchy-li.child-li {
  margin-left: 10px;
}

li.ais-RefinementList-item-hierarchy-li:first-of-type {
  margin-top: 10px;
}

li.ais-RefinementList-item-hierarchy-li {
  line-height: 1.3rem !important;
}

li.ais-RefinementList-item-hierarchy-li .child-text {
  font-size: 0.9rem;
}

li .child-text {
  font-size: 0.9rem;
}

li.li-child {
  margin-left: 20px;
}

li.li-grandchild {
  margin-left: 40px;
}

span.ais-RefinementList-labelText.child-text, span.ais-RefinementList-boldLabelText {
  padding-left:0;
}

.ais-RefinementList-list-hierarchy-ul .child-li:last-of-type {
  padding-bottom: 10px;
}

.ais-RefinementList-count {
  padding: 0;
  font-size: 1.1rem;
  font-weight: 400 !important;
  color: #1096E1;
  background-color: unset;
  border-radius: unset;
  margin-left: 3px;
}

.filters-list-result .filter-widgets {
  padding: 20px 0 20px 0;
}

.ais-RefinementList-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(calc(3*10), 1fr);
  grid-auto-flow: column;
  grid-gap: 0px;
  max-height: calc(11 * 40px);
}

.ais-RefinementList-list li {
  flex: 1 0 20%;
  margin-bottom: 10px;
}

.ais-RefinementList-label {
  margin-left: 20px;
  text-indent: -20px;
}

#pagination {
  font-size: 1.1rem;
}

.previous-page {
  background: url(../images/arrow-left-fill.svg) no-repeat center;
  padding: 10px;
  border: none;
}

.next-page {
  background: url(../images/arrow-right-fill.svg) no-repeat center;
  padding: 10px;
  border: none;
}

#pagination .pages {
  padding-left: 25px;
  vertical-align: -moz-middle-with-baseline;
}

#pagination .previous-page[disabled] {
  opacity: 0.4;
}

/* #pagination-people .previous-page[disabled] {
  opacity: 0.4;
} */

#hits-people .ais-Hits-list {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  #hits-people .ais-Hits-item {
    width: 255px;
  }

  #hits-people .ais-RefinementList-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(calc(4*10), 1fr);
    max-height: calc(10 * 40px);
  }
}

@media screen and (max-width: 790px) {
  #people-search .search-lists {
    column-gap: 40px;
  }
}

@media screen and (max-width: 1000px) {
  #hits-people .ais-RefinementList-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(calc(6*10), 1fr);
    max-height: calc(11 * 40px);
  }
}

@media screen and (max-width: 768px) {
  #filters-wrapper .filters-list {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  .search-title .search-lists {
    padding: 0;
    margin: 0;
  }

  #hits-news .ais-RefinementList-list {
    display: inherit;
    max-height: calc(9 * 40px);
  }

  #hits-people .ais-Hits-item {
    width: 100%;
  }

  #hits-news .ais-Hits-item {
    width: 100%;
  }

  #people-box-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  #people-box-wrapper .person-picture {
    width: 60%;
    flex: 1;
  }

  #people-box-wrapper .person-description {
    width: 40%;
    flex: 1;
  }

  #people-box-wrapper .person-picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-width: 150px;
  }

  #people-box-wrapper .title {
    font-size: 1.4rem;
  }

  #people-box-wrapper .person-description .job_title,
  #people-box-wrapper .person-description .office_location {
    font-size: 1.1rem;
  }

  #people-search .search-lists .active {
    border-bottom: 9px solid #0698DF;
  }
}

/* ************* People Search styling Ends here ******************/

/* ************* Events styling Starts here ******************/


#event-page-container {
  background-color: #fff;
  max-width: 100%;
}

#event-search .background--lightgrey {
  background-color: #E2E2E2;
}

#event-search .background--lightgrey .search-lists {
  list-style: none;
  display: flex;
}

#event-search .search-lists li {
  height: 40px;
  margin-left: -59px;
  border-bottom: 7px solid #0698DF;
}

#event-search .background--grey {
  height: 40px;
  background-color: #D4D4D4;
}

#event-search .filters-list .active {
  background-color: #009cde;
  color: #FFFFFF;
}

#event-page-green-header {
  min-height: 150px;
}

#event-page-grey-header {
  padding-top: 30px;
  width: 100%;
}

#event-page-container .content .text-formatted ul li::before {
  display: none;
}

#event-page-container a:focus,
#event-page-container a:hover {
  color: #009cde;
}

.event-page-wrapper {
  padding: 30px 30px;
}

/* -- ais-Hits-item customized - Event box styling -- */
#event-box-wrapper .event-description {
  padding: 15px 10px 5px 20px;
}

#event-box-wrapper .event-description .office_location {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#event-box-wrapper .event-picture img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

#hits-events .ais-Hits-item {
  padding: 0;
  background-color: #EEEEEE;
  border: 0;
  box-shadow: none;
}

#event-box-wrapper .job_title {
  font-size: 1.225rem;
}

#hits-events .ais-Hits-list,
#hits-events .ais-InfiniteHits-list,
#hits-events .ais-InfiniteResults-list,
#hits-events .ais-Results-list {
  margin-left: -2rem;
}

#hits-events .ais-Hits-item,
#hits-events .ais-InfiniteHits-item,
#hits-events .ais-InfiniteResults-item,
#hits-events .ais-Results-item {
  margin-top: 2rem;
  margin-left: 2rem;
  width: calc(25% - 2rem);
}


/* mobile styling events */

@media screen and (max-width: 1200px) {
  #hits-events .ais-Hits-item {
    width: 255px;
  }

  #hits-events .ais-RefinementList-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(calc(4*10), 1fr);
    max-height: calc(10 * 40px);
  }
}

@media screen and (max-width: 1000px) {
  #hits-events .ais-RefinementList-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(calc(6*10), 1fr);
    max-height: calc(11 * 40px);
  }
}

@media screen and (max-width: 768px) {
  #filters-wrapper .filters-list {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  #hits-events .ais-RefinementList-list {
    display: inherit;
    max-height: calc(9 * 40px);
  }

  #hits-events .ais-Hits-item {
    width: 100%;
  }

  #event-box-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  #event-box-wrapper .event-picture {
    width: 60%;
    flex: 1;
  }

  #event-box-wrapper .event-description {
    width: 40%;
    flex: 1;
  }

  #event-box-wrapper .event-picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-width: 150px;
  }

  #event-box-wrapper .title {
    font-size: 1.4rem;
  }

}

/* ************* Events styling Ends here ******************/




/* ************* News & publications styling Starts here  ******************/

#news-publication-container {
  background-color: #fff;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#news-publication-search .background--lightgrey {
  background-color: #EEEEEE;
}

#news-publication-search .background--lightgrey .search-lists {
  list-style: none;
}

#news-publication-search .search-lists li {
  height: 40px;
  margin-left: -59px;
  border-bottom: 7px solid #0698DF;
}

#news-publication-search .background--grey {
  height: 40px;
  background-color: #D4D4D4;
}

#news-publication-search .filters-list .active {
  background-color: #009cde;
  color: #FFFFFF;
}

#news-publication-green-header {
  min-height: 150px;
}

#news-publication-grey-header {
  padding-top: 30px;
  width: 100%;
}

#news-publication-container .content .text-formatted ul li::before {
  display: none;
}

#news-publication-container a:focus,
#news-publication-container a:hover {
  color: #009cde;
}

#news-publication-container .news-publication-title a mark {
  padding: 0;
}

/* -- ais-Hits-item customized - news-publication box styling -- */
#news-publication-box-wrapper {
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  /* Optional gap between columns */
  width: 100%;
}

#news-publication-box-wrapper .news-publication-picture {
  text-align: right;
}

#news-publication-box-wrapper .news-publication-description .office_location {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#news-publication-box-wrapper .news-publication-picture img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 270px;
  height: 190px;
}

#hits-news .ais-Hits-item {
  padding: 0;
  background-color: #EEEEEE;
  border: 0;
  box-shadow: none;
  width: 100%;
}

#hits-news .ais-Hits-item:last-child {
  margin-bottom: 17px;
}

#news-publication-box-wrapper .job_title {
  font-size: 1.225rem;
}

#hits-news .ais-Hits-list,
.ais-InfiniteHits-list,
#hits-news .ais-InfiniteResults-list,
#hits-news .ais-Results-list {
  margin-left: -2rem;
}

#hits-news .ais-Hits-item,
#hits-news .ais-InfiniteHits-item,
#hits-news .ais-InfiniteResults-item,
#hits-news .ais-Results-item {
  margin-top: 2rem;
  margin-left: 2rem;
}

/* -- ais-Hits-item customized - news-publication box styling -- */

#news-publication-search-wrapper {
  width: 100%;
  background-color: #E2E2E2;
}

#filters-wrapper {
  width: 100%;
  background-color: #D4D4D4;
}

#filters-wrapper-result {
  width: 100%;
  background-color: #F1F1F1;
}

#filters-wrapper .filters-list {
  display: flex;
}

#filters-wrapper .filter-header {
  font-size: 90%;
  margin-top: 2px;
  padding: 10px 20px 10px 0;
}

#filters-wrapper .filter-header,
#filters-wrapper .filter-title {
  margin-right: 3px;
  font-weight: 400;
}

#filters-wrapper .filter-title {
  padding: 10px 20px 10px 20px;
  background-color: #C7C7C7;
  cursor: pointer;
}

#filters-wrapper .filter-widgets {
  padding: 10px;
}

.ais-RefinementList-labelText {
  padding: 5px;
}

.ais-RefinementList-count {
  padding: 0;
  font-size: 1.1rem;
  font-weight: 400 !important;
  color: #1096E1;
  background-color: unset;
  border-radius: unset;
  margin-left: 3px;
}

.filters-list-result .filter-widgets {
  padding: 20px 0 20px 0;
}

.ais-RefinementList-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(calc(3*10), 1fr);
  grid-auto-flow: column;
  grid-gap: 0px;
  max-height: calc(11 * 40px);
}

@media screen and (max-width: 1200px) {
  #hits-news .ais-RefinementList-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(calc(4*10), 1fr);
    max-height: calc(10 * 40px);
  }

  #news-publication-box-wrapper {
    padding: 1rem;
  }
}

@media screen and (max-width: 1000px) {
  .ais-RefinementList-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(calc(6*10), 1fr);
    max-height: calc(11 * 40px);
  }
}

@media screen and (max-width: 768px) {
  #news-publication-box-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  #hits-news .news-publication-description {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {

  #filters-wrapper .filter-title {
    padding: 7px 15px 7px 15px;
  }


  .ais-RefinementList-list {
    display: inherit;
    max-height: calc(9 * 40px);
  }

  #news-publication-box-wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column-reverse
  }

  #news-publication-box-wrapper {
    padding: 0;
  }

  #news-publication-box-wrapper .news-publication-title {
    padding: 1rem;
  }

  #hits-news .ais-Hits-item {
    width: 100%;
  }

  .news-publication-title .article_language {
    position: relative !important;
  }

  #news-publication-box-wrapper .news-publication-picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-width: 150px;
  }

  #news-publication-box-wrapper .title {
    font-size: 1.4rem;
  }

  #hits-news .news-publication-description {
    -webkit-line-clamp: 3 !important;
  }
}

.news-publication-title {
  position: relative;
}

.news-publication-title .article_language {
  position: absolute;
  bottom: 0;
}

#hits-news .news-publication-description {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
}

#hits-news .news-publication-title .title a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  text-decoration: underline;
}

#news-publication-pagination-container {
  display: flex;
  padding-top: 15px;
  justify-content: space-between;
}

#news-publication-paginate {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  gap: 10px;
}

#news-publication-pagination-container h2 {
  font-size: 1.5rem;
}

/* ************* News & publications styling Ends here  ******************/

.search-section-divider hr {
  width: 100%;
  height: 3px;
  background-color: #C7C7C7;
}

.search-header {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 525px) {
  .search-header h3 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Change this value to the desired number of lines */
    -webkit-box-orient: vertical;
  }
}

.ais-Pagination-item--firstPage,
.ais-Pagination-item--lastPage {
  display: none;
}

/* .ais-Pagination-item--page {
  display: none;
} */

.ais-Pagination-item--nextPage {
  margin-left: 0 !important;
}

.ais-RefinementList .col-count {
  display: block;
  column-count: 4;
  column-gap: 20px;
  max-height: 100%;
}

.hierarchy-outer-div {
  max-height: calc(440px);
}

.inner-vertical-scroll > ul.ais-RefinementList-list-hierarchy-ul.col-count-sub.hierarchy-header-label.ul-indent:first-child {
  max-height: 100%;
  column-count: 4;
}

@media screen and (max-width: 1000px) {
  .inner-vertical-scroll > ul.ais-RefinementList-list-hierarchy-ul.col-count-sub.hierarchy-header-label.ul-indent:first-child {
    column-count: 3;
  }
}

@media screen and (max-width: 768px) {
  .inner-vertical-scroll > ul.ais-RefinementList-list-hierarchy-ul.col-count-sub.hierarchy-header-label.ul-indent:first-child {
    column-count: 2;
  }
}

@media screen and (max-width: 575px) {
  .inner-vertical-scroll > ul.ais-RefinementList-list-hierarchy-ul.col-count-sub.hierarchy-header-label.ul-indent:first-child {
    column-count: 1;
  }
}

.ais-Pagination-item--disabled .ais-Pagination-link {
  opacity: 0.5;
}

.ais-Pagination-link {
  border-radius: 0;
}

.pagination_total_results {
  padding-right: 10px;
}

.pagination_page {
  padding-left: 10px;
}

.filters-list {
  display: flex;
  justify-content: space-between;
}

.btn-group {
  display: flex;
  align-items: center;
}

.btn_reset {
  background-color: #009cde;
  color: #fff;
  padding: 5px 25px;
}



#country_header, #language_header {
  margin-bottom: 5px;
  border: 1px solid #C7C7C7;
  cursor: pointer;
}
.country_lang_wrapper {
  display: flex;
}
.country_lang_wrapper #country-title {
  padding: 7px 10px 7px 39px;
}
.country_lang_wrapper #language-title {
  padding: 7px 12px 7px 39px;
}
.country_lang_wrapper .cl_filter-title .dropdown-toggle {
  margin-left: 10px;
}
.country-map-pointer-icon {
  background-image: url(../images/countries-map-pointer-icon.png);
  background-size: 15px 20px;
}
.languages-icon {
  background-image: url(../images/languages-icon.png);
  background-size: 20px 20px;
}

#country_lang_result_wrapper {
  position: relative;
}
.cl-filter-widgets {
  display: none;
  z-index: 4;
  position: absolute;
  width: 100%;
  background-color: rgb(241, 241, 241);
  border: 1px solid #C7C7C7;
  box-shadow: 0px 10px 15px -3px #C7C7C7;
  margin-top: -6px;
  border-top: none;
}

.country_lang_wrapper .bordered {
  border-bottom: 1px solid #C7C7C7;
}

.cl-filter-widgets .ais-RefinementList {
  padding: 20px;
}

@media screen and (max-width: 500px) {
  .cl-filter-widgets .ais-RefinementList-item {
    width: 100%;
  }
}

#country_lang_result_wrapper .ais-RefinementList .col-count {
  display: grid;
}
#country_lang_result_wrapper .ais-RefinementList-list {
  max-height: calc(6 * 45px);
}

/* #country_lang_result_wrapper .ais-RefinementList-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(calc(3*10), 1fr);
  grid-auto-flow: column;
  grid-gap: 0px;
  overflow-y: auto;
} */

























/* CSS for Services and industries below */

/* ************* services & industries styling Starts here  ******************/

#services-industries-container {
  background-color: #fff;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#services-industries-search .background--lightgrey {
  background-color: #EEEEEE;
}

#services-industries-search .background--lightgrey .search-lists {
  list-style: none;
}






/* ////// */
#services-industries-search .search-lists li {
  height: 40px;
  padding: 0 12px 0 12px;
}

#services-industries-search .background--grey {
  height: 40px;
  background-color: #D4D4D4;
}

#services-industries-search .search-lists li a {
  color: #515356;
}

#services-industries-search .search-lists .active {
  border-bottom: 7px solid #0698DF;
}
/* ////// */





#services-industries-search .filters-list .active {
  background-color: #009cde;
  color: #FFFFFF;
}

#services-industries-green-header {
  min-height: 150px;
}

#services-industries-grey-header {
  padding-top: 30px;
  width: 100%;
}

#services-industries-container .content .text-formatted ul li::before {
  display: none;
}

#services-industries-container a:focus,
#services-industries-container a:hover {
  color: #009cde;
}


.services-industries-wrapper {
  padding: 30px 30px;
}

#searchbox {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}

#searchbox .ais-SearchBox-input {
  border-radius: 0;
  border: 2px solid #0698DF;
  font-size: 1.2rem;
  margin-top: -5px;
}


/* ////// */







#services-industries-container .services-industries-title a mark {
  padding: 0;
}

/* -- ais-Hits-item customized - services & industries box styling -- */
#services-industries-box-wrapper {
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  /* Optional gap between columns */
  width: 100%;
}

#services-industries-box-wrapper .services-industries-picture {
  text-align: right;
}

#services-industries-box-wrapper .services-industries-description .office_location {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#services-industries-box-wrapper .services-industries-picture img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 270px;
  height: 190px;
}

#hits-services-industries .ais-Hits-item {
  padding: 0;
  background-color: #EEEEEE;
  border: 0;
  box-shadow: none;
  width: 100%;
}

#hits-services-industries .ais-Hits-item:last-child {
  margin-bottom: 17px;
}

#services-industries-box-wrapper .job_title {
  font-size: 1.225rem;
}

#hits-services-industries .ais-Hits-list,
.ais-InfiniteHits-list,
#hits-services-industries .ais-InfiniteResults-list,
#hits-services-industries .ais-Results-list {
  margin-left: -2rem;
}

#hits-services-industries .ais-Hits-item,
#hits-services-industries .ais-InfiniteHits-item,
#hits-services-industries .ais-InfiniteResults-item,
#hits-services-industries .ais-Results-item {
  margin-top: 2rem;
  margin-left: 2rem;
}

/* -- ais-Hits-item customized - services & industries box styling -- */

#services-industries-search-wrapper {
  width: 100%;
  background-color: #E2E2E2;
}

#filters-wrapper {
  width: 100%;
  background-color: #D4D4D4;
}

#filters-wrapper-result {
  width: 100%;
  background-color: #F1F1F1;
}

#filters-wrapper .filters-list {
  display: flex;
}



/* ////// */


#filters-wrapper .filters-list .filter_wrapper {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}

/* ////// */


#filters-wrapper .filter-header {
  font-size: 90%;
  margin-top: 2px;
  padding: 10px 20px 10px 0;
}

#filters-wrapper .filter-header,
#filters-wrapper .filter-title {
  margin-right: 3px;
  font-weight: 400;
}

#filters-wrapper .filter-title {
  padding: 10px 20px 10px 20px;
  background-color: #C7C7C7;
  cursor: pointer;
}



/* ////// */

#filters-wrapper .dropdown-toggle:empty::after {
  margin-left: 10px;
}

.scroll-btn {
  display: none;
}

/* ////// */






#filters-wrapper .filter-widgets {
  padding: 10px;
}

.ais-RefinementList-labelText {
  padding: 5px;
}

.ais-RefinementList-count {
  padding: 0;
  font-size: 1.1rem;
  font-weight: 400 !important;
  color: #1096E1;
  background-color: unset;
  border-radius: unset;
  margin-left: 3px;
}

.filters-list-result .filter-widgets {
  padding: 20px 0 20px 0;
}

.ais-RefinementList-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(calc(3*10), 1fr);
  grid-auto-flow: column;
  grid-gap: 0px;
  max-height: calc(11 * 40px);
}





/* ////// */

.ais-RefinementList-list li {
  flex: 1 0 20%;
  margin-bottom: 10px;
}

.ais-RefinementList-label {
  margin-left: 20px;
  text-indent: -20px;
}

#pagination {
  font-size: 1.1rem;
}

.previous-page {
  background: url(../images/arrow-left-fill.svg) no-repeat center;
  padding: 10px;
  border: none;
}

.next-page {
  background: url(../images/arrow-right-fill.svg) no-repeat center;
  padding: 10px;
  border: none;
}

#pagination .pages {
  padding-left: 25px;
  vertical-align: -moz-middle-with-baseline;
}

#pagination .previous-page[disabled] {
  opacity: 0.4;
}

#hits-services-industries .ais-Hits-list {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ////// */





@media screen and (max-width: 1200px) {
  #hits-services-industries .ais-RefinementList-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(calc(4*10), 1fr);
    max-height: calc(10 * 40px);
  }

  #services-industries-box-wrapper {
    padding: 1rem;
  }
}

@media screen and (max-width: 1000px) {
  .ais-RefinementList-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(calc(6*10), 1fr);
    max-height: calc(11 * 40px);
  }
}

@media screen and (max-width: 768px) {
  #services-industries-box-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  #hits-services-industries .services-industries-description {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {

  #filters-wrapper .filter-title {
    padding: 7px 15px 7px 15px;
  }


  .ais-RefinementList-list {
    display: inherit;
    max-height: calc(9 * 40px);
  }

  #services-industries-box-wrapper {
    display: flex;
    flex-direction: column-reverse
  }

  #services-industries-box-wrapper {
    padding: 0;
  }

  #services-industries-box-wrapper .services-industries-title {
    padding: 1rem;
  }

  #hits-services-industries .ais-Hits-item {
    width: 100%;
  }

  .services-industries-title .article_language {
    position: relative !important;
  }

  #services-industries-box-wrapper .services-industries-picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-width: 150px;
  }

  #services-industries-box-wrapper .title {
    font-size: 1.4rem;
  }

  #hits-services-industries .services-industries-description {
    -webkit-line-clamp: 3 !important;
  }
}

.services-industries-title {
  position: relative;
}

.services-industries-title .article_language {
  position: absolute;
  bottom: 0;
}

#hits-services-industries .services-industries-description {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
}

#hits-services-industries .services-industries-title .title a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  text-decoration: underline;
}

/* ************* services & industries styling Ends here  ******************/

.search-section-divider hr {
  width: 100%;
  height: 3px;
  background-color: #C7C7C7;
}

.search-header {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 525px) {
  .search-header h3 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Change this value to the desired number of lines */
    -webkit-box-orient: vertical;
  }
}

.ais-Pagination-item--firstPage,
.ais-Pagination-item--lastPage {
  display: none;
}

.ais-Pagination-item--nextPage {
  margin-left: 0 !important;
}

.ais-RefinementList .col-count {
  display: block;
  column-count: 4;
  column-gap: 20px;
  max-height: 100%;
}

@media screen and (max-width: 1000px) {
  .ais-RefinementList .col-count {
    column-count: 3;
  }
}

@media screen and (max-width: 768px) {
  .ais-RefinementList .col-count {
    column-count: 2;
  }
}

@media screen and (max-width: 575px) {
  .ais-RefinementList .col-count {
    column-count: 1;
  }
}

.ais-Pagination-item--disabled .ais-Pagination-link {
  opacity: 0.5;
}

.ais-Pagination-link {
  border-radius: 0;
}

.pagination_total_results {
  padding-right: 10px;
}

.pagination_page {
  padding-left: 10px;
}

.filters-list {
  display: flex;
  justify-content: space-between;
}





/* ////// */

.btn-group {
  display: flex;
  align-items: center;
  z-index: 3;
}

.btn_reset {
  background-color: #009cde;
  color: #fff;
  padding: 5px 25px;
}

@media screen and (max-width: 528px) {
  .header-scroller {
    display: inline-block;
    position: absolute;
    font-size: 26px;
    right: 10px;
    transform: translateY(-50%);
    top: 46%;
  }

  .search-title .search-lists {
    white-space: nowrap;
    overflow-x: auto;
  }

  .search-title {
    padding-right: 25px;
  }
}

@media screen and (max-width: 700px) {
  .scroll-btn a,
  .scroll-btn a:hover,
  .scroll-btn a:focus {
    display: block;
    color: #515356;
    text-decoration: none;
  }

  #filters-wrapper .filters-list .filter_wrapper {
    white-space: nowrap;
    overflow-x: auto;
  }

  #filters-wrapper .filters-list {
    padding-right: 40px;
  }
}

#country_header, #language_header {
  margin-bottom: 5px;
  border: 1px solid #C7C7C7;
  cursor: pointer;
}
.country_lang_wrapper {
  display: flex;
}
.country_lang_wrapper #country-title {
  padding: 7px 10px 7px 39px;
}
.country_lang_wrapper #language-title {
  padding: 7px 12px 7px 39px;
}
.country_lang_wrapper .cl_filter-title .dropdown-toggle {
  margin-left: 10px;
}
.country-map-pointer-icon {
  background-image: url(../images/countries-map-pointer-icon.png);
  background-size: 15px 20px;
}
.languages-icon {
  background-image: url(../images/languages-icon.png);
  background-size: 20px 20px;
}

#country_lang_result_wrapper {
  position: relative;
}
.cl-filter-widgets {
  display: none;
  z-index: 4;
  position: absolute;
  width: 100%;
  background-color: rgb(241, 241, 241);
  border: 1px solid #C7C7C7;
  box-shadow: 0px 10px 15px -3px #C7C7C7;
  margin-top: -6px;
  border-top: none;
}

.country_lang_wrapper .bordered {
  border-bottom: 1px solid #C7C7C7;
}

.cl-filter-widgets .ais-RefinementList {
  padding: 20px;
}

@media screen and (max-width: 500px) {
  .cl-filter-widgets .ais-RefinementList-item {
    width: 100%;
  }
}

#country_lang_result_wrapper .ais-RefinementList .col-count {
  display: grid;
}
#country_lang_result_wrapper .ais-RefinementList-list {
  max-height: calc(6 * 40px);
}

#country_lang_result_wrapper .ais-RefinementList-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(calc(3*10), 1fr);
  grid-auto-flow: column;
  grid-gap: 0px;
  overflow-y: auto;
}
#country_lang_result_wrapper .ais-RefinementList-list li {
  margin-bottom: 10px;
}




/* ************* Offices styling STARTS here  ******************/


#offices-page-container {
  background-color: #fff;
  max-width: 100%;
}

#offices-search .background--lightgrey {
  background-color: #E2E2E2;
}

#offices-search .search-lists li {
  height: 40px;
  padding: 0 12px 0 12px;
}

#offices-search .search-lists li a {
  color: #515356;
}

.search-lists .active {
  border-bottom: 7px solid #0698DF;
}

#offices-page-green-header {
  min-height: 150px;
}

#offices-search .background--grey {
  height: 40px;
  background-color: #D4D4D4;
}

#offices-page-grey-header {
  padding-top: 30px;
  width: 100%;
}

.offices-page-wrapper {
  padding: 30px 30px;
}

#offices-page-container .content .text-formatted ul li::before {
  display: none;
}

#offices-page-container a:focus,
#offices-page-container a:hover {
  color: #009cde;
}

#searchbox {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}

#searchbox .ais-SearchBox-input {
  border-radius: 0;
  border: 2px solid #0698DF;
  font-size: 1.2rem;
  margin-top: -5px;
}


#offices-page-container .office-description mark {
  padding: 0;
}

/* -- ais-Hits-item customized - People box styling -- */
#offices-box-wrapper .office-description {
  padding: 15px 10px 5px 20px;
}

#offices-box-wrapper .office-description .office_location {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#offices-box-wrapper .map-location img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

#hits-offices .ais-Hits-item {
  padding: 0;
  background-color: #EEEEEE;
  border: 0;
  box-shadow: none;
}

#offices-box-wrapper .field_address {
  font-size: 1.1rem;
}

#hits-offices .ais-Hits-list,
#hits-offices .ais-InfiniteHits-list,
#hits-offices .ais-InfiniteResults-list,
#hits-offices .ais-Results-list {
  margin-left: -2rem;
}

#hits-offices .ais-Hits-item,
#hits-offices .ais-InfiniteHits-item,
#hits-offices .ais-InfiniteResults-item,
#hits-offices .ais-Results-item {
  margin-top: 2rem;
  margin-left: 2rem;
  width: calc(25% - 2rem);
  /* height: 100%; */
}

#offices-box-wrapper .title {
  height: 54px;
}

#offices-box-wrapper .field_address, #offices-box-wrapper .desc_wrapper {
  height: 120px;
}

/* -- ais-Hits-item customized - People box styling -- */

#offices-search-wrapper {
  width: 100%;
  background-color: #E2E2E2;
}

#filters-wrapper {
  width: 100%;
  background-color: #D4D4D4;
}

#filters-wrapper-result {
  width: 100%;
  background-color: #F1F1F1;
}

#filters-wrapper .filters-list {
  display: flex;
}

#filters-wrapper .filters-list .filter_wrapper {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}

#filters-wrapper .filter-header {
  font-size: 90%;
  margin-top: 2px;
  padding: 10px 20px 10px 0;
}

#filters-wrapper .filter-header,
#filters-wrapper .filter-title {
  margin-right: 3px;
  font-weight: 400;
}

#filters-wrapper .filter-title {
  padding: 10px 20px 10px 20px;
  background-color: #C7C7C7;
  cursor: pointer;
}

#filters-wrapper .dropdown-toggle:empty::after {
  margin-left: 10px;
}

.scroll-btn {
  display: none;
}

#filters-wrapper .filter-widgets {
  padding: 10px;
}

.ais-RefinementList-labelText {
  padding: 5px;
}

.ais-RefinementList-count {
  padding: 0;
  font-size: 1.1rem;
  font-weight: 400 !important;
  color: #1096E1;
  background-color: unset;
  border-radius: unset;
  margin-left: 3px;
}

.filters-list-result .filter-widgets {
  padding: 20px 0 20px 0;
}

.ais-RefinementList-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(calc(3*10), 1fr);
  grid-auto-flow: column;
  grid-gap: 0px;
  max-height: 100%;
}

.ais-RefinementList-list li {
  flex: 1 0 20%;
  margin-bottom: 10px;
}

.ais-RefinementList-label {
  margin-left: 20px;
  text-indent: -20px;
}

#pagination {
  font-size: 1.1rem;
}

.previous-page {
  background: url(../images/arrow-left-fill.svg) no-repeat center;
  padding: 10px;
  border: none;
}

.next-page {
  background: url(../images/arrow-right-fill.svg) no-repeat center;
  padding: 10px;
  border: none;
}

#pagination .pages {
  padding-left: 25px;
  vertical-align: -moz-middle-with-baseline;
}

#pagination .previous-page[disabled] {
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {
  #hits-offices .ais-Hits-item {
    width: 255px;
  }

  #hits-offices .ais-RefinementList-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(calc(4*10), 1fr);
    max-height: calc(10 * 40px);
  }
}

@media screen and (max-width: 790px) {
  #offices-search .search-lists {
    column-gap: 40px;
  }
}

@media screen and (max-width: 1000px) {
  #hits-offices .ais-RefinementList-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(calc(6*10), 1fr);
    max-height: calc(11 * 40px);
  }
}

@media screen and (max-width: 768px) {
  #filters-wrapper .filters-list {
    flex-wrap: wrap;
  }

  #offices-search .search-lists li {
    padding: 0 10px 0 10px;
  }
}

@media screen and (max-width: 575px) {
  .search-title .search-lists {
    padding: 0;
    margin: 0;
  }

  #hits-news .ais-RefinementList-list {
    display: inherit;
    max-height: calc(9 * 40px);
  }

  #hits-offices .ais-Hits-item {
    width: 100%;
  }

  #hits-news .ais-Hits-item {
    width: 100%;
  }

  #offices-box-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  #offices-box-wrapper .map-location {
    width: 60%;
    flex: 1;
  }

  #offices-box-wrapper .office-description {
    width: 40%;
    flex: 1;
  }

  #offices-box-wrapper .map-location img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-width: 150px;
  }

  #offices-box-wrapper .title {
    font-size: 1.4rem;
  }

  #offices-box-wrapper .office-description .field_address,
  #offices-box-wrapper .office-description .office_location,
  #offices-box-wrapper .office-description .firm_language {
    font-size: 1.1rem;
  }

  #offices-search .search-lists .active {
    border-bottom: 9px solid #0698DF;
  }
}



.search-header {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 525px) {
  .search-header h3 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Change this value to the desired number of lines */
    -webkit-box-orient: vertical;
  }
}

.ais-Pagination-item--firstPage,
.ais-Pagination-item--lastPage {
  display: none;
}

.ais-Pagination-item--nextPage {
  margin-left: 0 !important;
}

.ais-RefinementList .col-count {
  column-count: 4;
  display: block;
  column-gap: 20px;
}

@media screen and (max-width: 1000px) {
  .ais-RefinementList .col-count {
    column-count: 3;
  }
}

@media screen and (max-width: 768px) {
  .ais-RefinementList .col-count {
    column-count: 2;
  }
}

@media screen and (max-width: 575px) {
  .ais-RefinementList .col-count {
    column-count: 1;
  }
}

.ais-Pagination-item--disabled .ais-Pagination-link {
  opacity: 0.5;
}

.ais-Pagination-link {
  border-radius: 0;
}

.pagination_total_results {
  padding-right: 10px;
}

.pagination_page {
  padding-left: 10px;
}

.filters-list {
  display: flex;
  justify-content: space-between;
}

.btn-group {
  display: flex;
  align-items: center;
  z-index: 3;
}

.btn_reset {
  background-color: #009cde;
  color: #fff;
  padding: 5px 25px;
}

@media screen and (max-width: 528px) {
  .header-scroller {
    display: inline-block;
    position: absolute;
    font-size: 26px;
    right: 10px;
    transform: translateY(-50%);
    top: 46%;
  }

  .search-title .search-lists {
    white-space: nowrap;
    overflow-x: auto;
  }

  .search-title {
    padding-right: 25px;
  }
}

@media screen and (max-width: 700px) {
  .scroll-btn a,
  .scroll-btn a:hover,
  .scroll-btn a:focus {
    display: block;
    color: #515356;
    text-decoration: none;
  }

  #filters-wrapper .filters-list .filter_wrapper {
    white-space: nowrap;
    overflow-x: auto;
  }

  #filters-wrapper .filters-list {
    padding-right: 40px;
  }
}

#country_header, #language_header {
  margin-bottom: 5px;
  border: 1px solid #C7C7C7;
  cursor: pointer;
}
.country_lang_wrapper {
  display: flex;
}
.country_lang_wrapper #country-title {
  padding: 7px 10px 7px 39px;
}
.country_lang_wrapper #language-title {
  padding: 7px 12px 7px 39px;
}
.country_lang_wrapper .cl_filter-title .dropdown-toggle {
  margin-left: 10px;
}
.country-map-pointer-icon {
  background-image: url(../images/countries-map-pointer-icon.png);
  background-size: 15px 20px;
}
.languages-icon {
  background-image: url(../images/languages-icon.png);
  background-size: 20px 20px;
}
.country_lang_wrapper .search-filter-icons {
  position: absolute;
  height: 20px;
  width: 20px;
  margin: 10px;
  display: block;
  background-repeat: no-repeat;
}
#country_lang_result_wrapper {
  position: relative;
}
.cl-filter-widgets {
  display: none;
  z-index: 4;
  position: absolute;
  width: 100%;
  background-color: rgb(241, 241, 241);
  border: 1px solid #C7C7C7;
  box-shadow: 0px 10px 15px -3px #C7C7C7;
  margin-top: -6px;
  border-top: none;
}

.country_lang_wrapper .bordered {
  border-bottom: 1px solid #C7C7C7;
}

.cl-filter-widgets .ais-RefinementList {
  padding: 20px;
}

@media screen and (max-width: 500px) {
  .cl-filter-widgets .ais-RefinementList-item {
    width: 100%;
  }
}

#country_lang_result_wrapper .ais-RefinementList .col-count {
  display: grid;
}
#country_lang_result_wrapper .ais-RefinementList-list {
  max-height: calc(6 * 40px);
}

#country_lang_result_wrapper .ais-RefinementList-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(calc(3*10), 1fr);
  grid-auto-flow: column;
  grid-gap: 0px;
  overflow-y: auto;
}
#country_lang_result_wrapper .ais-RefinementList-list li {
  margin: 0;
}

#map {
  height: 100%;
}

#offices-box-wrapper .office-description .contact-info {
  font-size: 1rem;
}



/* style office*/

#offices-box-wrapper .contact-info {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: relative;
  margin-bottom: 15px;
  padding: 10px 0 10px 0;
}

#offices-box-wrapper .contact-info::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  top: 0;
  left: 0;
}

#offices-box-wrapper .contact-info + .contact-info::before {
  display: none;
}

#offices-box-wrapper .contact-info::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #CDCECF;
  bottom: 0;
  left: 0;
}

#offices-box-wrapper .contact-info:last-child::after {
  display: none;
  padding-bottom: 0;
}

#offices-box-wrapper .contact-info:last-child {
  padding-bottom: 0;
}

#offices-box-wrapper .profile-picture {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

#offices-box-wrapper .profile-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#offices-box-wrapper .contact-details {
  flex: 1;
}

#offices-box-wrapper .contact-details b {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

#offices-box-wrapper .office-thumbnail img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

#pagination-offices-bottom {
  margin-top: 25px;
}

#pagination-offices-bottom .ais-Pagination-list {
  justify-content: left;
}


/* ************* Offices styling ENDS here  ******************/




/* ************* GENERAL styling Starts here  ******************/

#general-page-container {
  background-color: #fff;
  max-width: 100%;
}

#general-search .background--lightgrey {
  background-color: #E2E2E2;
}

#general-search .search-lists li {
  height: 40px;
  padding: 0 12px 0 12px;
}

#general-search .search-lists li a {
  color: #515356;
}

.search-lists .active {
  border-bottom: 7px solid #0698DF;
}

#general-page-green-header {
  min-height: 150px;
}

#general-search .background--grey {
  height: 40px;
  background-color: #D4D4D4;
}

#general-page-grey-header {
  padding-top: 30px;
  width: 100%;
}

.general-page-wrapper {
  padding: 30px 30px;
}

#general-page-container .content .text-formatted ul li::before {
  display: none;
}

#general-page-container a:focus,
#general-page-container a:hover {
  color: #009cde;
}

#searchbox {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}

#searchbox .ais-SearchBox-input {
  border-radius: 0;
  border: 2px solid #0698DF;
  font-size: 1.2rem;
  margin-top: -5px;
}


#general-page-container .general-description mark {
  padding: 0;
}

/* -- ais-Hits-item customized - People box styling -- */
#general-box-wrapper .general-description {
  padding: 15px 10px 5px 20px;
  height: 192px;
}

#hits-general .ais-Hits-item {
  padding: 0;
  background-color: #EEEEEE;
  border: 0;
  box-shadow: none;
}

#hits-general .ais-Hits-list,
#hits-general .ais-InfiniteHits-list,
#hits-general .ais-InfiniteResults-list,
#hits-general .ais-Results-list {
  margin-left: -2rem;
}

#hits-general .ais-Hits-item,
#hits-general .ais-InfiniteHits-item,
#hits-general .ais-InfiniteResults-item,
#hits-general .ais-Results-item {
  margin-top: 2rem;
  margin-left: 2rem;
  width: calc(33.33% - 2rem);
}

/* -- ais-Hits-item customized - People box styling -- */

#general-search-wrapper {
  width: 100%;
  background-color: #E2E2E2;
}

#filters-wrapper {
  width: 100%;
  background-color: #D4D4D4;
}

#filters-wrapper-result {
  width: 100%;
  background-color: #F1F1F1;
}

#filters-wrapper .filters-list {
  display: flex;
}

#filters-wrapper .filters-list .filter_wrapper {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}

#filters-wrapper .filter-header {
  font-size: 90%;
  margin-top: 2px;
  padding: 10px 20px 10px 0;
}

#filters-wrapper .filter-header,
#filters-wrapper .filter-title {
  margin-right: 3px;
  font-weight: 400;
}

#filters-wrapper .filter-title {
  padding: 10px 20px 10px 20px;
  background-color: #C7C7C7;
  cursor: pointer;
}

#filters-wrapper .dropdown-toggle:empty::after {
  margin-left: 10px;
}

.scroll-btn {
  display: none;
}

#filters-wrapper .filter-widgets {
  padding: 10px;
}

.ais-RefinementList-labelText {
  padding: 5px;
}

.ais-RefinementList-count {
  padding: 0;
  font-size: 1.1rem;
  font-weight: 400 !important;
  color: #1096E1;
  background-color: unset;
  border-radius: unset;
  margin-left: 3px;
}

.filters-list-result .filter-widgets {
  padding: 20px 0 20px 0;
}

.ais-RefinementList-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(calc(3*10), 1fr);
  grid-auto-flow: column;
  grid-gap: 0px;
  max-height: 100%;
}

.ais-RefinementList-list li {
  flex: 1 0 20%;
  margin: 10px;
}

.ais-RefinementList-label {
  margin-left: 20px;
  text-indent: -20px;
}

#pagination {
  font-size: 1.1rem;
}

.previous-page {
  background: url(../images/arrow-left-fill.svg) no-repeat center;
  padding: 10px;
  border: none;
}

.next-page {
  background: url(../images/arrow-right-fill.svg) no-repeat center;
  padding: 10px;
  border: none;
}

#pagination .pages {
  padding-left: 25px;
  vertical-align: -moz-middle-with-baseline;
}

#pagination .previous-page[disabled] {
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {
  #hits-general .ais-Hits-item {
    width: 255px;
  }

  #hits-general .ais-RefinementList-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(calc(4*10), 1fr);
    max-height: calc(10 * 40px);
  }
}

@media screen and (max-width: 790px) {
  #general-search .search-lists {
    column-gap: 40px;
  }
}

@media screen and (max-width: 1000px) {
  #hits-general .ais-RefinementList-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(calc(6*10), 1fr);
    max-height: calc(11 * 40px);
  }
}

@media screen and (max-width: 768px) {
  #filters-wrapper .filters-list {
    flex-wrap: wrap;
  }

  #general-search .search-lists li {
    padding: 0 10px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .search-title .search-lists {
    padding: 0;
    margin: 0;
  }

  #general-page-green-header {
    min-height: 92px;
  }

  #hits-news .ais-RefinementList-list {
    display: inherit;
    max-height: calc(9 * 40px);
  }

  #hits-general .ais-Hits-item {
    width: 100%;
  }

  #hits-news .ais-Hits-item {
    width: 100%;
  }

  #general-box-wrapper .title {
    font-size: 1.4rem;
  }

  #general-box-wrapper .general-description .firm_language {
    font-size: 1.1rem;
  }

  #general-search .search-lists .active {
    border-bottom: 9px solid #0698DF;
  }
}

.search-header {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 525px) {
  .search-header h3 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Change this value to the desired number of lines */
    -webkit-box-orient: vertical;
  }
}

.ais-Pagination-item--firstPage,
.ais-Pagination-item--lastPage {
  display: none;
}

.ais-Pagination-item--nextPage {
  margin-left: 0 !important;
}

.ais-RefinementList .col-count {
  column-count: 4;
  display: block;
  column-gap: 20px;
}

@media screen and (max-width: 1000px) {
  .ais-RefinementList .col-count {
    column-count: 3;
  }
}

@media screen and (max-width: 768px) {
  .ais-RefinementList .col-count {
    column-count: 2;
  }
}

@media screen and (max-width: 575px) {
  .ais-RefinementList .col-count {
    column-count: 1;
  }
}

.ais-Pagination-item--disabled .ais-Pagination-link {
  opacity: 0.5;
}

.ais-Pagination-link {
  border-radius: 0;
}

.pagination_total_results {
  padding-right: 10px;
}

.pagination_page {
  padding-left: 10px;
}

.filters-list {
  display: flex;
  justify-content: space-between;
}

.btn-group {
  display: flex;
  align-items: center;
  z-index: 3;
}

.btn_reset {
  background-color: #009cde;
  color: #fff;
  padding: 5px 25px;
}

@media screen and (max-width: 528px) {
  .header-scroller {
    display: inline-block;
    position: absolute;
    font-size: 26px;
    right: 10px;
    transform: translateY(-50%);
    top: 46%;
  }

  .search-title .search-lists {
    white-space: nowrap;
    overflow-x: auto;
  }

  .search-title {
    padding-right: 25px;
  }
}

@media screen and (max-width: 700px) {
  .scroll-btn a,
  .scroll-btn a:hover,
  .scroll-btn a:focus {
    display: block;
    color: #515356;
    text-decoration: none;
  }

  #filters-wrapper .filters-list .filter_wrapper {
    white-space: nowrap;
    overflow-x: auto;
  }

  #filters-wrapper .filters-list {
    padding-right: 40px;
  }
}

#country_header, #language_header {
  margin-bottom: 5px;
  border: 1px solid #C7C7C7;
  cursor: pointer;
}
.country_lang_wrapper {
  display: flex;
}
.country_lang_wrapper #country-title {
  padding: 7px 10px 7px 39px;
}
.country_lang_wrapper #language-title {
  padding: 7px 12px 7px 39px;
}
.country_lang_wrapper .cl_filter-title .dropdown-toggle {
  margin-left: 10px;
}
.country-map-pointer-icon {
  background-image: url(../images/countries-map-pointer-icon.png);
  background-size: 15px 20px;
}
.languages-icon {
  background-image: url(../images/languages-icon.png);
  background-size: 20px 20px;
}
.country_lang_wrapper .search-filter-icons {
  height: 20px;
  width: 20px;
  margin: 10px;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
}
#country_lang_result_wrapper {
  position: relative;
}
.cl-filter-widgets {
  display: none;
  z-index: 4;
  position: absolute;
  width: 100%;
  background-color: rgb(241, 241, 241);
  border: 1px solid #C7C7C7;
  box-shadow: 0px 10px 15px -3px #C7C7C7;
  margin-top: -6px;
  border-top: none;
}

.country_lang_wrapper .bordered {
  border-bottom: 1px solid #C7C7C7;
}

.cl-filter-widgets .ais-RefinementList {
  padding: 20px;
}

@media screen and (max-width: 500px) {
  .cl-filter-widgets .ais-RefinementList-item {
    width: 100%;
  }
}

#country_lang_result_wrapper .ais-RefinementList .col-count {
  display: grid;
}
#country_lang_result_wrapper .ais-RefinementList-list {
  max-height: calc(6 * 40px);
}

#country_lang_result_wrapper .ais-RefinementList-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(calc(3*10), 1fr);
  grid-auto-flow: column;
  grid-gap: 0px;
  overflow-y: auto;
}
#country_lang_result_wrapper .ais-RefinementList-list li {
  margin-bottom: 10px;
}

#general-box-wrapper .general-description .contact-info {
  font-size: 1rem;
}

/* style general*/

#general-box-wrapper .contact-info {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: relative;
  margin-bottom: 15px;
  padding: 10px 0 10px 0;
}

#general-box-wrapper .contact-info::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  top: 0;
  left: 0;
}

#general-box-wrapper .contact-info + .contact-info::before {
  display: none;
}

#general-box-wrapper .contact-info::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #CDCECF;
  bottom: 0;
  left: 0;
}

#general-box-wrapper .contact-info:last-child::after {
  display: none;
  padding-bottom: 0;
}

#general-box-wrapper .contact-info:last-child {
  padding-bottom: 0;
}

#general-box-wrapper .profile-picture {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

#general-box-wrapper .profile-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#general-box-wrapper .contact-details {
  flex: 1;
}

#general-box-wrapper .contact-details b {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

#general-box-wrapper .general-thumbnail img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

#pagination-general-bottom {
  margin-top: 25px;
}

#pagination-general-bottom .ais-Pagination-list {
  justify-content: right;
}

.ais-Hits-item .general-description .title {
  max-height: 3 * 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.ais-Hits-item .general-description .desc_wrapper {
  max-height: 4 * 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}

#general-box-wrapper .article_language {
  padding-left: 20px;
}

@media screen and (max-width: 1200px) {
  .ais-Hits-item .general-description .title {
    max-height: 2 * 1.2em;
    -webkit-line-clamp: 2;
  }

  .ais-Hits-item .general-description .desc_wrapper {
    max-height: 3 * 1.2em;
    -webkit-line-clamp: 3;
  }
}

#hits-general .ais-Hits .ais-Hits-item a {
  color: #515356;
  text-decoration: underline;
}

#hits-general .ais-Hits .ais-Hits-item a:hover {
  color: #009cde;
  text-decoration: underline;
}

@media only screen
  and (max-device-width: 2532px)
  and (min-device-width: 1170px)
  and (-webkit-device-pixel-ratio: 3)
  and (orientation: portrait) {
  /* CSS styles for iPhone portrait mode here */
    .ul_filter_list .filter_close_btn {
      margin-right: -16px;
    }
}

/* ************* GENERAL styling ENDS here  ******************/
