.sc-comp-table,
.table-container,
h1 {
  max-width: 100% !important;
  text-align: center;
}
.table-header-title,
.table-content-row {
  width: 10%;
  display: inline-block;
  text-align: left;
}
.table-header-title {
  font-weight: bold;
}
.table-content-country-title {
  display: inline-block;
  text-align: left;
  font-weight: bold;
}
.first-col {
  width: 50%;
}
.center-col {
  text-align: center;
}
.jobtitle {
  font-size: 0.75em;
}

/* font sizes */
/* font colour */
/* border radius */
/*--------------------------------------------------------------
# Custom styles for Table Simple
--------------------------------------------------------------*/
.table-simple-wrapper + .table-simple-wrapper {
  margin-top: rem(24);
}
@media only screen and (min-width: 768px) {
  .table-simple-wrapper + .table-simple-wrapper {
    margin-top: rem(32);
  }
}
.table-simple-wrapper__title {
  font-size: rem(20);
  line-height: 1.25;
  margin-bottom: rem(12);
}
@media only screen and (min-width: 768px) {
  .table-simple-wrapper__title {
    font-size: rem(20);
    margin-bottom: rem(16);
  }
}

.table-simple {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.table-simple table {
  max-width: 100%;
  width: 100%;
}
.table-simple table tr:first-child td {
  background-color: #e5f5fb;
  font-family: "AvenirNextW06-Bold", sans-serif;
}
.table-simple table tr:nth-child(even) td {
  background-color: #fff;
}
.table-simple table td {
  background-color: #f5fafc;
  min-width: rem(70);
  text-align: center;
}
.table-simple table td:first-child {
  text-align: left;
}
.table-simple table td.cell-wide {
  min-width: rem(120);
}

/* filters */
.filters-wrapper {
  margin-top: 1rem;
}
.filters-wrapper {
  margin-top: 1.5rem;
}
.filters-wrapper hr {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  margin: 0;
}
.filters-collapse-btn {
  background-color: transparent;
  border: none;
  color: #2f2f2f;
  padding: 0 0 0.75rem 0;
  transition: color 0.2s ease-in-out;
}
.filters-collapse-btn__icon {
  font-size: 0.8125rem;
}
.filters-collapse-btn__text {
  border-bottom: 1px solid transparent;
  font-family: AvenirNextW06-Bold, sans-serif;
  transition: border-bottom-color 0.2s ease-in-out;
}
.filters-collapse-btn:hover .filters-collapse-btn__text {
  border-bottom-color: inherit;
}
.filters-collapse-btn[aria-expanded="true"] {
  color: #0076a1;
}
.filters-row {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .filters-row {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.filters-dropdown-row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .filters-dropdown-row {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: calc(-1.5rem / 2);
    margin-right: calc(-1.5rem / 2);
  }
}
.filters-dropdown {
  margin-top: 0.5rem;
}
.filters-dropdown:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 576px) {
  .filters-dropdown {
    padding-left: calc(1.5rem / 2);
    padding-right: calc(1.5rem / 2);
    width: 50%;
  }
  .filters-dropdown:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .filters-dropdown {
    margin-top: 0;
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .filters-dropdown {
    width: auto;
  }
}
.filters-dropdown__toggle {
  align-items: center;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  border-radius: 0.125rem;
  box-shadow: 0 0 24px rgba(169, 202, 216, 0.08);
  color: #2f2f2f;
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .filters-dropdown__toggle {
    width: 12.0625rem;
  }
}
.filters-dropdown__toggle::after {
  content: none;
}
.filters-dropdown__toggle .ico {
  flex-shrink: 0;
  font-size: 0.625rem;
  transition: transform 0.2s ease-in-out;
}
.filters-dropdown__toggle[aria-expanded="true"] .ico {
  transform: rotate(180deg);
}
.filters-dropdown__menu {
  border-color: #fff;
  border-radius: 0.125rem;
  box-shadow: 0 5px 10px rgba(41, 150, 190, 0.12);
  overflow-y: scroll;
  margin-top: 0;
  max-height: 11.6875rem;
  min-width: auto;
  padding: 1rem;
  width: 100%;
  z-index: 95;
}
@media only screen and (min-width: 992px) {
  .filters-dropdown__menu {
    width: 12.0625rem;
  }
}
.filters-dropdown .field-wrapper {
  margin-bottom: 0.75rem;
}
.filters-dropdown .field-wrapper:last-child {
  margin-bottom: 0;
}
.filters-dropdown
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  border-radius: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  box-shadow: none;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  width: 100%;
}
.filters-dropdown
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]):focus {
  border-bottom-color: #009cd6;
}
.filters-dropdown .custom-checkbox {
  cursor: pointer;
  display: block;
  line-height: 1.25;
  margin-bottom: 0;
  padding-left: 1.5rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filters-dropdown .custom-checkbox input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.filters-dropdown .custom-checkbox .checkmark {
  background-color: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 0.125rem;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.filters-dropdown .custom-checkbox input:checked ~ .checkmark {
  background-color: #0076a1;
  border-color: #0076a1;
}
.filters-dropdown .checkmark::after {
  content: "";
  display: none;
  position: absolute;
}
.filters-dropdown .custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}
.filters-dropdown .custom-checkbox input:focus ~ .checkmark {
  outline: 2px solid #7aacfe;
  outline: 5px auto -webkit-focus-ring-color;
}
.filters-dropdown .custom-checkbox .checkmark::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 0.3125rem;
  height: 0.5rem;
  top: 0.125rem;
  transform: rotate(45deg);
  width: 0.3125rem;
}
.filters-dropdown .custom-radio {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding-left: 1.5rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filters-dropdown .custom-radio input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.filters-dropdown .custom-radio .checkmark {
  background-color: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 50%;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.125rem;
  width: 1rem;
}
.filters-dropdown .custom-radio input:checked ~ .checkmark {
  background-color: #0076a1;
  border-color: #0076a1;
}
.filters-dropdown .checkmark::after {
  content: "";
  display: none;
  position: absolute;
}
.filters-dropdown .custom-radio input:checked ~ .checkmark::after {
  display: block;
}
.filters-dropdown .custom-radio input:focus ~ .checkmark {
  outline: 2px solid #7aacfe;
  outline: 5px auto -webkit-focus-ring-color;
}
.filters-dropdown .custom-radio .checkmark::after {
  background: #fff;
  border-radius: 50%;
  height: 0.375rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 0.375rem;
}
.filters-reset-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.filters-reset-btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid;
  border-radius: 0.125rem;
  color: #0076a1;
  display: flex;
  font-family: AvenirNextW06-Medium, sans-serif;
  font-size: 0.875rem;
  justify-content: space-between;
  margin-right: 0.5rem;
  margin-top: 1rem;
  padding: 0.125rem 0.5rem;
  text-decoration: none;
}
.filters-reset-btn:last-child {
  margin-right: 0;
}
.filters-reset-btn--simple {
  border: none;
  color: #6e6e6e;
  margin-left: auto;
}
.filters-reset-btn__text {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  margin-right: 0.5rem;
  transition: border-bottom-color 0.2s ease-in-out;
}
.filters-reset-btn .ico {
  flex-shrink: 0;
  font-size: 0.5625rem;
}
.filters-reset-btn:hover {
  text-decoration: none;
}
.filters-reset-btn:hover .filters-reset-btn__text {
  border-bottom-color: inherit;
}
/* search */
.search-archive-hero__title {
  line-height: 1.25;
  margin-bottom: 0;
}
.search-archive-hero__title:last-child {
  padding-bottom: 2rem;
}
.search-archive-hero-form {
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
}
.search-archive-hero-form__input:not([type="radio"]):not([type="checkbox"]):not(
    [type="submit"]
  ):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: none;
  border-radius: 0.25rem;
  box-shadow: none;
  flex-grow: 2;
  font-family: AvenirNextW06-Medium, sans-serif;
  font-size: 1.25rem;
  order: 2;
  padding: 0.5rem 0.25rem;
  width: 100%;
}
.search-archive-hero-form__btn {
  background-color: transparent;
  border: none;
  color: #2f2f2f;
  flex-shrink: 0;
  height: 2.75rem;
  width: 2.75rem;
}
.search-archive-hero-form__btn .ico {
  font-size: 1.25rem;
  position: relative;
  top: 0.1875rem;
}
.search-archive-hero-form__btn--submit {
  order: 1;
}
.search-archive-hero-form__btn--clear {
  order: 3;
}
.search-archive-hero-form__btn--clear .ico {
  color: #6e6e6e;
  font-size: 0.875rem;
}
.search-archive-hero-list {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.search-archive-hero-list a,
.search-archive-hero-list a:hover {
  text-decoration: none;
}
.search-archive-hero-list__item {
  margin-right: 2rem;
}
.search-archive-hero-list__item:last-child {
  margin-right: 0;
}
.search-archive-hero-list__link {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  color: #2f2f2f;
  display: block;
  font-family: AvenirNextW06-Demi, sans-serif;
  padding-bottom: 0.75rem;
  padding-top: 1.5rem;
  transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .search-archive-hero-list__link {
    padding-bottom: 1rem;
  }
}
.search-archive-hero-list__link.active,
.search-archive-hero-list__link:hover,
.search-archive-hero-list__link[aria-current="page"] {
  border-bottom-color: #0076a1;
  color: #0076a1;
}
.search-archive-results-count {
  color: #6e6e6e;
  display: block;
  margin-top: 0.5rem;
}
.search-archive-result-col {
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .search-archive-result-col {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .search-archive-result-col .card-feed {
    display: flex;
  }
  .search-archive-result-col .card-feed__bgimg {
    flex-shrink: 0;
    padding-bottom: 25%;
    width: 25%;
  }
  .search-archive-result-col .card-feed__category,
  .search-archive-result-col .card-feed__date,
  .search-archive-result-col .card-feed__download,
  .search-archive-result-col .card-feed__title {
    font-size: 0.875rem;
  }
  .search-archive-result-col .card-feed__title {
    line-height: 1.25;
    margin-bottom: 2rem;
  }
  .search-archive-result-col .card-feed__download {
    right: 0.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .search-archive-result-col .card-feed__bgimg {
    padding-bottom: 31.75%;
    width: 33.33333%;
  }
}
@media only screen and (max-width: 374px) {
  .search-archive-result-col .card-feed__bgimg {
    padding-bottom: 31.75%;
    width: 33.33333%;
  }
  .search-archive-result-col .card-feed__title {
    margin-bottom: 1rem;
  }
  .search-archive-result-col .card-feed__date,
  .search-archive-result-col .card-feed__download {
    bottom: auto;
    position: relative;
  }
  .search-archive-result-col .card-feed__date {
    display: block;
  }
  .search-archive-result-col .card-feed__download {
    left: 0.75rem;
    right: auto;
  }
}
.members-search-wrapper .search-archive-hero {
  background-color: transparent;
  padding-top: 0;
}
.members-search-wrapper .title-bar {
  background-color: #fff;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding: 0.75rem 0;
}
.members-search-wrapper .title-bar__title {
  font-family: AvenirNextW06-Demi, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.members-search-wrapper .bcrumb-bar {
  margin-bottom: 1.5rem;
}
.members-search-wrapper .search-archive-hero-form {
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .search-archive-result-col .card-linked.card-feed[data-url-single] {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed__bgimg,
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed__categories {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed-body {
    padding-top: 2.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed-body {
    cursor: pointer;
    flex-grow: 2;
    padding-top: 0;
  }
}
.search-archive-result-col
  .card-linked.card-feed[data-url-single]
  .card-feed__categories {
  left: calc(33.3333% + 15px);
  position: absolute;
  top: 15px;
}
@media only screen and (min-width: 576px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed__categories {
    left: calc(25% + 15px);
  }
}
@media only screen and (min-width: 768px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed__categories {
    left: auto;
    position: relative;
    top: auto;
  }
}
@media only screen and (min-width: 768px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed__category {
    display: block;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed__category {
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
  }
}
/* dropdown */
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* lang-dropdown */
.main-nav .dropdown,
.main-nav .nav-icon {
  height: 100%;
}
.main-nav .nav-icon {
  padding: 0 0.5rem;
}
@media only screen and (min-width: 768px) {
  .main-nav .nav-icon {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.main-nav .nav-icon .ico {
  font-size: 1.25rem;
}
@media only screen and (max-width: 991px) {
  .main-nav .nav-icon:last-child {
    padding-right: 0;
  }
}
.main-nav .nav-icon.is-active .ico {
  color: #0076a1;
}
.main-nav .nav-icon.site-search-toggle {
  color: #2f2f2f;
}
.main-nav .lang-dropdown-toggle::after {
  content: none;
}
.main-nav .lang-dropdown-toggle[aria-expanded="true"] .ico {
  color: #0076a1;
}
.main-nav .lang-dropdown-menu {
  border-color: #fff;
  border-radius: 0;
  margin-left: -6.75rem;
  margin-top: 0;
  min-width: 12.9375rem;
  padding: 1rem 2rem 2rem;
}
@media only screen and (min-width: 768px) {
  .main-nav .lang-dropdown-menu {
    margin-left: -4.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .main-nav .lang-dropdown-menu {
    margin-left: -1.125rem;
  }
}
.main-nav .lang-dropdown-menu .wpml-ls-legacy-list-horizontal,
.main-nav .lang-dropdown-menu .wpml-ls-link {
  padding: 0;
}
.main-nav .lang-dropdown-menu .wpml-ls-display {
  display: none;
}
.main-nav .lang-dropdown-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  border-bottom: 2px solid rgba(112, 112, 112, 0.3);
  display: block;
  position: relative;
}
.main-nav
  .lang-dropdown-menu
  .wpml-ls-legacy-list-horizontal
  .wpml-ls-item:last-child {
  border-bottom-color: transparent;
}
.main-nav
  .lang-dropdown-menu
  .wpml-ls-legacy-list-horizontal
  .wpml-ls-item::before {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translate(-1rem, -50%);
  transition: background-color 0.2s ease-in-out;
  width: 0.5rem;
}
.main-nav
  .lang-dropdown-menu
  .wpml-ls-legacy-list-horizontal
  .wpml-ls-item.wpml-ls-current-language::before,
.main-nav
  .lang-dropdown-menu
  .wpml-ls-legacy-list-horizontal
  .wpml-ls-item:hover::before {
  background-color: #0076a1;
}
.main-nav
  .lang-dropdown-menu
  .wpml-ls-legacy-list-horizontal
  .wpml-ls-item.wpml-ls-current-language
  .wpml-ls-link,
.main-nav
  .lang-dropdown-menu
  .wpml-ls-legacy-list-horizontal
  .wpml-ls-item:hover
  .wpml-ls-link {
  color: #0076a1;
}
.main-nav .lang-dropdown-menu .wpml-ls-link {
  font-family: AvenirNextW06-Demi, sans-serif;
  padding: 0.75rem 0;
  transition: color 0.2s ease-in-out;
}
.main-nav .lang-dropdown-menu .wpml-ls-link:hover {
  color: #0076a1;
}
.tooltip {
  font-family: AvenirNextW06-Demi, sans-serif;
}
/* member-card */
.member-card {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 24px rgba(169, 202, 216, 0.08);
  height: 100%;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .member-card {
    padding: 1.5rem;
  }
}
.member-card::before {
  background-color: #009cd6;
  content: "";
  height: 0.1875rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.member-card[data-url] {
  transition: transform 0.2s ease-in-out;
}
.member-card[data-url]:hover {
  box-shadow: 0 10px 24px rgba(31, 167, 217, 0.21);
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .member-card[data-url]:hover {
    transform: translateY(-0.125rem);
  }
}
.member-card__text--cat,
.member-card__text--location,
.member-card__text--sector,
.member-card__topic {
  color: #6e6e6e;
}
.member-card__topic {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.member-card__title {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.member-card__title a,
.member-card__title a:hover {
  color: #2f2f2f;
  text-decoration: none;
}
.member-card__text {
  margin-bottom: 0.5rem;
}
.member-card__text:last-child {
  margin-bottom: 0;
}
.member-card__text strong {
  text-transform: uppercase;
}
.member-card .stretched-link::after {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.page-template-page-members-directory .member-card {
  box-shadow: 0 5px 10px rgba(41, 150, 190, 0.12);
  transition: transform 0.2s ease-in-out;
}
.page-template-page-members-directory .member-card:hover {
  box-shadow: 0 10px 24px rgba(31, 167, 217, 0.21);
}
@media only screen and (min-width: 768px) {
  .page-template-page-members-directory .member-card:hover {
    transform: translateY(-0.125rem);
  }
}
.page-template-page-members-directory .member-card__title a {
  color: #2f2f2f;
  text-decoration: none;
}

/* _grid.scss */
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* _grid-framework.scss */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
/*css latest post */
/*--------------------------------------------------------------
# card feed main component
--------------------------------------------------------------*/
.card-feed-main {
  background-color: #252c37;
  border-radius: 0.25rem;
  box-shadow: 0 0 24px rgba(169, 202, 216, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 1rem;
  min-height: 187px;
  padding: 1rem;
  position: relative;
  max-height: 500px;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .card-feed-main {
    height: 100%;
    margin-bottom: 0;
    padding: 1.5rem;
  }
  .card-feed-main:hover {
    box-shadow: 0 0 1.5rem rgba(31, 167, 217, 0.2117647059);
  }
}
.card-feed-main a {
  text-decoration: none;
}
.card-feed-main:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .card-feed-main:hover {
    transform: translateY(-2px);
  }
}
.card-feed-main__title a,
.card-feed-main__category,
.card-feed-main__date,
.card-feed-main__category:hover {
  color: #fff;
}
.card-feed-main__category,
.card-feed-main__date {
  font-size: 0.875rem;
}
.card-feed-main__category {
  text-decoration: none;
}
.card-feed-main__title {
  margin-bottom: 0;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .card-feed-main__title {
    margin-bottom: 0.5rem;
  }
}
.card-feed-main__bgimg {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  object-fit: cover;
  border-radius: 0.25rem;
  z-index: 1; /* Ensure the image is below the gradient */
}

.card-feed-main::before {
  background: linear-gradient(
    45deg,
    rgba(63, 71, 82, 0.8) 0,
    rgba(63, 71, 82, 0) 100%
  );
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2; /* Ensure the gradient is above the image */
  pointer-events: none; /* Ensure the gradient does not interfere with interactions */
}
.card-feed-main__bgimg ~ * {
  position: relative;
  z-index: 5;
}

/*--------------------------------------------------------------
# card feed horizontal component
-------------------------------------------------------------*/
.card-feed-horizontal {
  background-color: #fff;
  border-radius: 0.25rem;
  border: none;
  box-shadow: 0 0 24px rgba(169, 202, 216, 0.08);
  display: flex;
  transform: translateY(0);
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .card-feed-horizontal:hover {
    box-shadow: 0 0 1.5rem rgba(31, 167, 217, 0.2117647059);
    transform: translateY(-2px);
  }
}

.card-feed-horizontal a {
  text-decoration: none;
}
.card-feed-horizontal__image {
  display: flex;
}
.card-feed-horizontal__bgimg:hover,
.card-feed-horizontal__title:hover,
.card-feed-horizontal__date:hover {
  cursor: pointer;
}
.card-feed-horizontal__bgimg {
  object-fit: cover;
  border-radius: 0.25rem 0 0 0.25rem;
  width: 7.5rem;
}
.card-feed-horizontal__body {
  padding: 0.5rem;
}
.card-feed-horizontal__category {
  color: #6e6e6e;
  font-family: AvenirNextW06-Bold, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
}
.card-feed-horizontal__category:hover {
  text-decoration: underline;
}
.card-feed-horizontal__title-wrapper {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-feed-horizontal__title {
  color: #2f2f2f;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.card-feed-horizontal__title a {
  color: #2f2f2f;
}
.card-feed-horizontal__date {
  color: #6e6e6e;
  font-family: AvenirNextW06-Medium, sans-serif;
  font-size: 0.875rem;
}
/*--------------------------------------------------------------
# Custom styles for Latest Posts Block
--------------------------------------------------------------*/
.latest-posts__title {
  margin-bottom: 12px;
  font-size: 32px;
}
@media only screen and (min-width: 768px) {
  .latest-posts__title {
    font-size: 32px;
  }
}
.latest-posts .card-feed-horizontal {
  margin-bottom: 1rem;
}
.latest-posts .card-feed-horizontal:last-child {
  margin-bottom: 0;
}
.latest-posts .btn-text {
  display: block;
  color: #0076a1;
  font-weight: 500;
  margin-top: 1.5rem;
}

/*--------------------------------------------------------------
# Custom styles for Membership Application
--------------------------------------------------------------*/
.memb-app h3 {
  font-size: 1.5rem;
}
.memb-app .nav {
  flex-wrap: nowrap;
  justify-content: center;
}
.memb-app .tab-pane {
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .memb-app .tab-pane {
    padding-top: 2rem;
  }
}
.memb-app .card-icon-text {
  border: 1px solid rgba(112, 112, 112, 0.3);
  height: auto;
  justify-content: center;
  position: relative;
  transition: border-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .memb-app .card-icon-text {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .memb-app .card-icon-text {
    width: 36%;
  }
}
.memb-app .card-icon-text:first-child {
  margin-right: calc(0.75rem / 2);
}
@media only screen and (min-width: 768px) {
  .memb-app .card-icon-text:first-child {
    margin-right: 1rem;
  }
}
.memb-app .card-icon-text:last-child {
  margin-left: calc(0.75rem / 2);
}
@media only screen and (min-width: 768px) {
  .memb-app .card-icon-text:last-child {
    margin-left: 1rem;
  }
}
.memb-app .card-icon-text::before {
  border: 2px solid transparent;
  border-radius: 0.125rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color transform 0.2s ease-in-out;
  width: 100%;
}
.memb-app .card-icon-text.active,
.memb-app .card-icon-text.active::before {
  border-color: #009cd6;
}
@media only screen and (min-width: 768px) {
  .memb-app .card-icon-text br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .memb-app .gform_wrapper.gravity-theme .gform-body {
    width: 85%;
  }
}
@media only screen and (min-width: 1200px) {
  .memb-app .gform_wrapper.gravity-theme .gform-body {
    width: 76.5%;
  }
}

.page-basic-content .gform_wrapper.gravity-theme .gf_page_steps,
.form-block .gform_wrapper.gravity-theme .gf_page_steps {
  border-bottom: none;
}
.page-basic-content
  .gform_wrapper.gravity-theme
  .gf_page_steps
  .gf_step_number::before,
.page-basic-content
  .gform_wrapper.gravity-theme
  .gf_page_steps
  .gf_step_active
  .gf_step_number,
.form-block .gform_wrapper.gravity-theme .gf_page_steps .gf_step_number::before,
.form-block
  .gform_wrapper.gravity-theme
  .gf_page_steps
  .gf_step_active
  .gf_step_number {
  background-color: #009cd6;
  border-color: #009cd6;
  color: #fff;
}
.page-basic-content .gform_wrapper.gravity-theme .gf_page_steps .gf_step_label,
.form-block .gform_wrapper.gravity-theme .gf_page_steps .gf_step_label {
  font-weight: normal;
}
.page-basic-content .gform_wrapper.gravity-theme label,
.page-basic-content .gform_wrapper.gravity-theme .gfield_label,
.form-block .gform_wrapper.gravity-theme label,
.form-block .gform_wrapper.gravity-theme .gfield_label {
  color: #6e6e6e;
  font-weight: normal;
}
.page-basic-content
  .gform_wrapper.gravity-theme
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.page-basic-content .gform_wrapper.gravity-theme select,
.form-block
  .gform_wrapper.gravity-theme
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.form-block .gform_wrapper.gravity-theme select {
  background-color: #f5fafc;
}
.page-basic-content .gform_wrapper.gravity-theme select,
.form-block .gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f5fafc url(../images/icons/chevron-down-grey.svg) no-repeat top
    0.875rem right 0.75rem;
  background-size: 1.125rem 0.8125rem;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.page-basic-content .gform_wrapper.gravity-theme select::-ms-expand,
.form-block .gform_wrapper.gravity-theme select::-ms-expand {
  display: none;
}
.page-basic-content .gform_wrapper.gravity-theme .ginput_container_consent,
.form-block .gform_wrapper.gravity-theme .ginput_container_consent {
  display: flex;
}
.page-basic-content
  .gform_wrapper.gravity-theme
  .ginput_container_consent
  [type="checkbox"],
.form-block
  .gform_wrapper.gravity-theme
  .ginput_container_consent
  [type="checkbox"] {
  flex-shrink: 0;
  margin-right: 0.25rem;
  position: relative;
}
.page-basic-content
  .gform_wrapper.gravity-theme
  .ginput_container_consent
  .gfield_consent_label,
.page-basic-content
  .gform_wrapper.gravity-theme
  .ginput_container_consent
  [type="checkbox"],
.form-block
  .gform_wrapper.gravity-theme
  .ginput_container_consent
  .gfield_consent_label,
.form-block
  .gform_wrapper.gravity-theme
  .ginput_container_consent
  [type="checkbox"] {
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .page-basic-content .gform_wrapper.gravity-theme input[type="button"],
  .page-basic-content .gform_wrapper.gravity-theme input[type="submit"],
  .form-block .gform_wrapper.gravity-theme input[type="button"],
  .form-block .gform_wrapper.gravity-theme input[type="submit"] {
    width: 100%;
  }
  .page-basic-content .gform_wrapper.gravity-theme input[type="button"] + input,
  .page-basic-content
    .gform_wrapper.gravity-theme
    input[type="button"]
    + button,
  .page-basic-content .gform_wrapper.gravity-theme input[type="submit"] + input,
  .page-basic-content
    .gform_wrapper.gravity-theme
    input[type="submit"]
    + button,
  .form-block .gform_wrapper.gravity-theme input[type="button"] + input,
  .form-block .gform_wrapper.gravity-theme input[type="button"] + button,
  .form-block .gform_wrapper.gravity-theme input[type="submit"] + input,
  .form-block .gform_wrapper.gravity-theme input[type="submit"] + button {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.page-basic-content .gform_wrapper.gravity-theme .gform_footer,
.page-basic-content .gform_wrapper.gravity-theme .gform_page_footer,
.form-block .gform_wrapper.gravity-theme .gform_footer,
.form-block .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .page-basic-content .gform_wrapper.gravity-theme .gform_footer,
  .page-basic-content .gform_wrapper.gravity-theme .gform_page_footer,
  .form-block .gform_wrapper.gravity-theme .gform_footer,
  .form-block .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 2rem;
  }
}

.form-block
  .gform_wrapper.gravity-theme
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.form-block .gform_wrapper.gravity-theme select {
  background-color: #fff;
} /*# sourceMappingURL=style.css.map */

/*--------------------------------------------------------------
# Custom styles for card icon text component
--------------------------------------------------------------*/
a.card-icon-text,
a.card-icon-text:hover {
  color: #2f2f2f;
  text-decoration: none;
}

.card-icon-text {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 24px rgba(169, 202, 216, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 1.5rem 1rem 1rem;
  text-align: center;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .card-icon-text {
    padding: 2rem 1rem 1.5rem;
  }
}
.card-icon-text:hover {
  box-shadow: 0 0 1.5rem rgba(31, 167, 217, 0.2117647059);
  transform: translateY(-2px);
}
.card-icon-text__icon {
  height: 3.0625rem;
  margin-bottom: 0.125rem;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .card-icon-text__icon {
    height: 68px;
  }
}
.card-icon-text__icon:last-child {
  margin-bottom: 0;
}
.card-icon-text__icon + .card-icon-text__title {
  margin-top: 1rem;
}
.card-icon-text__title {
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 0.125rem;
  text-align: center;
  width: 100%;
}
.card-icon-text__title:first-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .card-icon-text__title {
    font-size: bold;
  }
}

body:not(.user-is-tabbing) a.card-icon-text:focus:hover {
  box-shadow: 0 0 1.5rem rgba(31, 167, 217, 0.2117647059);
} /*# sourceMappingURL=style.css.map */

/*--------------------------------------------------------------
# Search and archive page styles
--------------------------------------------------------------*/
.search-archive-hero {
  background-color: transparent;
  padding-top: 2rem;
}
.search-archive-hero__title {
  line-height: 1.25;
  margin-bottom: 0;
}
.search-archive-hero__title:last-child {
  padding-bottom: 2rem;
}
.search-archive-hero-form {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
}
.search-archive-hero-form__input:not([type="radio"]):not([type="checkbox"]):not(
    [type="submit"]
  ):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: none;
  border-radius: 4px;
  box-shadow: none;
  flex-grow: 2;
  font-size: 1.25rem;
  order: 2;
  padding: 0.5rem 0.25rem;
  width: 100%;
}
.search-archive-hero-form__btn {
  background-color: transparent;
  border: none;
  color: #2f2f2f;
  flex-shrink: 0;
  height: 2.75rem;
  width: 2.75rem;
}
.search-archive-hero-form__btn .ico {
  font-size: 1.25rem;
  position: relative;
  top: 0.1875rem;
}
.search-archive-hero-form__btn--submit {
  order: 1;
}
.search-archive-hero-form__btn--clear {
  order: 3;
}
.search-archive-hero-form__btn--clear .ico {
  color: #6e6e6e;
  font-size: 14px;
}
.search-archive-hero-list {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.search-archive-hero-list a,
.search-archive-hero-list a:hover {
  text-decoration: none;
}
.search-archive-hero-list__item {
  margin-right: 2rem;
}
.search-archive-hero-list__item:last-child {
  margin-right: 0;
}
.search-archive-hero-list__link {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  color: #2f2f2f;
  display: block;
  padding-bottom: 0.75rem;
  padding-top: 1.5rem;
  transition: border-bottom-color transform 0.2s ease-in-out,
    color transform 0.2s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .search-archive-hero-list__link {
    padding-bottom: 1rem;
  }
}
.search-archive-hero-list__link:hover,
.search-archive-hero-list__link.active,
.search-archive-hero-list__link[aria-current="page"] {
  border-bottom-color: #0076a1;
  color: #0076a1;
}
.search-archive-results-count {
  color: #6e6e6e;
  display: block;
  margin-top: 0.5rem;
}
.search-archive-result-col {
  margin-top: 1rem;
}
@media only screen and (min-width: 576px) {
  .search-archive-result-col {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .search-archive-result-col .card-feed {
    display: flex;
  }
  .search-archive-result-col .card-feed__bgimg {
    flex-shrink: 0;
    padding-bottom: 25%;
    width: 25%;
  }
  .search-archive-result-col .card-feed__title,
  .search-archive-result-col .card-feed__date,
  .search-archive-result-col .card-feed__download,
  .search-archive-result-col .card-feed__category {
    font-size: 14px;
  }
  .search-archive-result-col .card-feed__title {
    line-height: 1.25;
    margin-bottom: 2rem;
  }
  .search-archive-result-col .card-feed__download {
    right: 0.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .search-archive-result-col .card-feed__bgimg {
    padding-bottom: 31.75%;
    width: 33.33333%;
  }
}
@media only screen and (max-width: 374px) {
  .search-archive-result-col .card-feed__bgimg {
    padding-bottom: 31.75%;
    width: 33.33333%;
  }
  .search-archive-result-col .card-feed__title {
    margin-bottom: 1rem;
  }
  .search-archive-result-col .card-feed__date,
  .search-archive-result-col .card-feed__download {
    bottom: auto;
    position: relative;
  }
  .search-archive-result-col .card-feed__date {
    display: block;
  }
  .search-archive-result-col .card-feed__download {
    left: 0.75rem;
    right: auto;
  }
}

/*--------------------------------------------------------------
# Changes for Members Search page styles
--------------------------------------------------------------*/
.members-search-wrapper .search-archive-hero {
  background-color: transparent;
  padding-top: 0;
}
.members-search-wrapper .title-bar {
  background-color: #fff;
  border-bottom: 1px solid #6e6e6e;
  padding: 0.75rem 0;
}
.members-search-wrapper .title-bar__title {
  font-size: 20px;
  margin-bottom: 0;
}
.members-search-wrapper .bcrumb-bar {
  margin-bottom: 1.5rem;
}
.members-search-wrapper .search-archive-hero-form {
  margin-top: 1rem;
}

/*--------------------------------------------------------------
# Card layout overrides when more than 1 link in a card
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .search-archive-result-col .card-linked.card-feed[data-url-single] {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed__bgimg,
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed__categories {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 768px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed-body {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed-body {
    cursor: pointer;
    flex-grow: 2;
    padding-top: 0;
  }
}
.search-archive-result-col
  .card-linked.card-feed[data-url-single]
  .card-feed__categories {
  left: calc(33.3333% + 15px);
  position: absolute;
  top: 15px;
}
@media only screen and (min-width: 576px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed__categories {
    left: calc(25% + 15px);
  }
}
@media only screen and (min-width: 768px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed__categories {
    left: auto;
    position: relative;
    top: auto;
  }
}
@media only screen and (min-width: 768px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed__category {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-archive-result-col
    .card-linked.card-feed[data-url-single]
    .card-feed__category {
    padding-left: 23px;
    padding-right: 23px;
  }
} /*# sourceMappingURL=style.css.map */

/*--------------------------------------------------------------
# Custom styles for Filters component
--------------------------------------------------------------*/
.search-archive-results-count + .filters-wrapper {
  margin-top: 1rem;
}

.filters-wrapper {
  margin-top: 1.5rem;
}
.filters-wrapper hr {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  margin: 0;
}
.filters-collapse-btn {
  background-color: transparent;
  border: none;
  color: #2f2f2f;
  padding: 0 0 0.75rem 0;
  transition: color ease-in-out;
}
.filters-collapse-btn__icon {
  font-size: 13px;
}
.filters-collapse-btn__text {
  border-bottom: 1px solid transparent;
  transition: border-bottom-color ease-in-out;
}
.filters-collapse-btn:hover .filters-collapse-btn__text {
  border-bottom-color: inherit;
}
.filters-collapse-btn[aria-expanded="true"] {
  color: #0076a1;
}
.filters-row {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .filters-row {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.filters-dropdown-row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .filters-dropdown-row {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: calc(-1.5rem / 2);
    margin-right: calc(-1.5rem / 2);
  }
}
.filters-dropdown {
  margin-top: 0.5rem;
}
.filters-dropdown:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 576px) {
  .filters-dropdown {
    padding-left: calc(1.5rem / 2);
    padding-right: calc(1.5rem / 2);
    width: 50%;
  }
  .filters-dropdown:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .filters-dropdown {
    margin-top: 0;
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .filters-dropdown {
    width: auto;
  }
}
.filters-dropdown__toggle {
  align-items: center;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  border-radius: 0.125rem;
  box-shadow: 0 0 24px rgba(169, 202, 216, 0.08);
  color: #2f2f2f;
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .filters-dropdown__toggle {
    width: 193px;
  }
}
.filters-dropdown__toggle::after {
  content: none;
}
.filters-dropdown__toggle .ico {
  flex-shrink: 0;
  font-size: 10px;
  transition: transform ease-in-out;
}
.filters-dropdown__toggle[aria-expanded="true"] .ico {
  transform: rotate(180deg);
}
.filters-dropdown__menu {
  border-color: #fff;
  border-radius: 0.125rem;
  box-shadow: 0 5px 10px rgba(41, 150, 190, 0.12);
  overflow-y: scroll;
  margin-top: 0;
  max-height: 187px;
  min-width: auto;
  padding: 1rem;
  width: 100%;
  z-index: 95;
}
@media only screen and (min-width: 1200px) {
  .filters-dropdown__menu {
    width: 193px;
  }
}
.filters-dropdown .field-wrapper {
  margin-bottom: 0.75rem;
}
.filters-dropdown .field-wrapper:last-child {
  margin-bottom: 0;
}
.filters-dropdown
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  border-radius: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  box-shadow: none;
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  width: 100%;
}
.filters-dropdown
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]):focus {
  border-bottom-color: #009cd6;
}
.filters-dropdown .custom-checkbox {
  cursor: pointer;
  display: block;
  line-height: 1.25;
  margin-bottom: 0;
  padding-left: 1.5rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.filters-dropdown .custom-checkbox input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.filters-dropdown .custom-checkbox .checkmark {
  background-color: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 0.125rem;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.filters-dropdown .custom-checkbox input:checked ~ .checkmark {
  background-color: #0076a1;
  border-color: #0076a1;
}
.filters-dropdown .checkmark::after {
  content: "";
  display: none;
  position: absolute;
}
.filters-dropdown .custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}
.filters-dropdown .custom-checkbox input:focus ~ .checkmark {
  outline: 2px solid #7aacfe; /* for non-webkit browsers */
  outline: 5px auto -webkit-focus-ring-color;
}
.filters-dropdown .custom-checkbox .checkmark::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 5px;
  height: 8px;
  top: 2px;
  transform: rotate(45deg);
  width: 5px;
}
.filters-dropdown .custom-radio {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding-left: 1.5rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.filters-dropdown .custom-radio input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.filters-dropdown .custom-radio .checkmark {
  background-color: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 50%;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 2px;
  width: 1rem;
}
.filters-dropdown .custom-radio input:checked ~ .checkmark {
  background-color: #0076a1;
  border-color: #0076a1;
}
.filters-dropdown .checkmark::after {
  content: "";
  display: none;
  position: absolute;
}
.filters-dropdown .custom-radio input:checked ~ .checkmark::after {
  display: block;
}
.filters-dropdown .custom-radio input:focus ~ .checkmark {
  outline: 2px solid #7aacfe; /* for non-webkit browsers */
  outline: 5px auto -webkit-focus-ring-color;
}
.filters-dropdown .custom-radio .checkmark::after {
  background: #fff;
  border-radius: 50%;
  height: 6px;
  left: 4px;
  top: 4px;
  width: 6px;
}
.filters-reset-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.filters-reset-btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid;
  border-radius: 0.125rem;
  color: #0076a1;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-right: 0.5rem;
  margin-top: 1rem;
  padding: 0.125rem 0.5rem;
  text-decoration: none;
}
.filters-reset-btn:last-child {
  margin-right: 0;
}
.filters-reset-btn--simple {
  border: none;
  color: #6e6e6e;
  margin-left: auto;
}
.filters-reset-btn__text {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  margin-right: 0.5rem;
  transition: border-bottom-color ease-in-out;
}
.filters-reset-btn .ico {
  flex-shrink: 0;
  font-size: 9px;
}
.filters-reset-btn:hover {
  text-decoration: none;
}
.filters-reset-btn:hover .filters-reset-btn__text {
  border-bottom-color: inherit;
} /*# sourceMappingURL=style.css.map */
