.node--view-mode-search-result {
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  margin-top: 0;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .node--view-mode-search-result {
    display: block;
  }
}

.node--view-mode-search-result .image-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  margin-right: 30px;
}

@media (max-width: 991.98px) {
  .node--view-mode-search-result .image-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.node--view-mode-search-result .details .field--name-bundle-fieldnode,
.node--view-mode-search-result .details .field--name-dynamic-twig-fieldnode-landing-page {
  font-size: 0.625rem;
  font-weight: 500;
  color: #c5203e;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.node--view-mode-search-result .details .field--name-node-title {
  margin-bottom: 10px;
}

.node--view-mode-search-result .details .field--name-node-title a {
  color: #000;
}

.node--view-mode-search-result:hover .details .field--name-node-title a {
  color: #c5203e;
}

.node--view-mode-search-result.node--type-ilcn-news .field--name-field-ilcn-link {
  font-size: 0;
}

.node--view-mode-search-result.node--type-ilcn-news .field--name-field-ilcn-link .external-link-icon::after {
  content: "";
  background: none;
  margin: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.node--view-mode-search-result.node--type-ilcn-news .field--name-node-title {
  font-weight: bold;
}

.node--view-mode-search-result.node--type-ilcn-news:hover .field--name-node-title {
  color: #c5203e;
}

.site-search {
  position: fixed;
  width: 100%;
  top: 139px;
  z-index: 500;
  background: #fff;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.site-search.show {
  height: 100px;
}

.site-search .block-views-exposed-filter-blocksearch-search-page .form-row {
  width: 50%;
}

.adminimal-admin-toolbar .site-search {
  top: 179px;
}

.adminimal-admin-toolbar.toolbar-tray-open .site-search {
  top: 218px;
}

body.no-scroll {
  position: relative;
  overflow: hidden;
}

body.no-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.block-views-exposed-filter-blocksearch-search-page .form-row {
  position: relative;
  margin: auto;
}

.block-views-exposed-filter-blocksearch-search-page .form-row fieldset {
  max-width: 100%;
  min-width: 100%;
}

.block-views-exposed-filter-blocksearch-search-page .form-row fieldset input {
  font-size: 1.25rem;
}

.block-views-exposed-filter-blocksearch-search-page .form-row fieldset input::-webkit-input-placeholder {
  font-size: 1.25rem;
}

.block-views-exposed-filter-blocksearch-search-page .form-row fieldset input::-moz-placeholder {
  font-size: 1.25rem;
}

.block-views-exposed-filter-blocksearch-search-page .form-row fieldset input:-ms-input-placeholder {
  font-size: 1.25rem;
}

.block-views-exposed-filter-blocksearch-search-page .form-row fieldset input::-ms-input-placeholder {
  font-size: 1.25rem;
}

.block-views-exposed-filter-blocksearch-search-page .form-row fieldset input::placeholder {
  font-size: 1.25rem;
}

.block-views-exposed-filter-blocksearch-search-page .form-row .form-actions {
  position: absolute;
  top: -4px;
  right: 0;
}

.block-views-exposed-filter-blocksearch-search-page .form-row .form-actions .button {
  padding: 9px;
}

.path-search .hero_slider {
  background: #203d7c;
  min-height: 343px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 140px;
}

.path-search .hero_slider .block-views-exposed-filter-blocksearch-search-page {
  position: relative;
}

.path-search .hero_slider .block-views-exposed-filter-blocksearch-search-page .content form {
  position: absolute;
  width: 85%;
  bottom: -225px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .path-search .hero_slider .block-views-exposed-filter-blocksearch-search-page .content form {
    width: 100%;
  }
}

.path-search .hero_slider .block-views-exposed-filter-blocksearch-search-page .form-row {
  width: 75%;
}

.path-search .block-facet--checkbox {
  margin-bottom: 45px;
}

.path-search .block-facet--checkbox .facets-widget-checkbox ul {
  list-style: none;
  padding: 0;
}

.path-search .block-facet--checkbox .facets-widget-checkbox ul li {
  margin-bottom: 15px;
}

.path-search .block-facet--checkbox .facets-widget-checkbox ul li .facets-checkbox {
  cursor: pointer;
  min-width: 20px;
  min-height: 20px;
  border: solid 1px #d9d9d9;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}

.path-search .block-facet--checkbox .facets-widget-checkbox ul li .facets-checkbox::after {
  content: "";
  font-family: "Font-Awesome-5","Font-Awesome-5-free";
  font-size: 0.75rem;
  display: inline-block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  -webkit-transition: 0.5ms;
  -o-transition: 0.5ms;
  transition: 0.5ms;
}

.path-search .block-facet--checkbox .facets-widget-checkbox ul li .facets-checkbox:checked::after {
  content: "\f00c";
  font-weight: bold;
}

.path-search .block-facet--checkbox .facets-widget-checkbox ul li .facets-checkbox:focus {
  outline: transparent;
}

.path-search .block-facet--checkbox .facets-widget-checkbox ul li label {
  display: inline;
  padding-left: 8px;
  cursor: pointer;
}

.view-id-search {
  margin-bottom: 80px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .path-search .hero_slider .region-hero-slider {
    padding-top: 140px;
  }
}

header.navbar .block-views-exposed-filter-blocksearch-search-page {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  header.navbar .block-views-exposed-filter-blocksearch-search-page {
    margin-bottom: 0;
    margin-left: 16px;
  }
}

header.navbar .block-views-exposed-filter-blocksearch-search-page form input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding: 13px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
  font-size: 14px;
  font-style: italic;
  font-weight: 325;
  line-height: 18px;
  border: 1px solid #707070;
}

header.navbar .block-views-exposed-filter-blocksearch-search-page form input::-webkit-input-placeholder {
  font-size: 14px;
  font-style: italic;
  font-weight: 325;
  color: #707070;
}

header.navbar .block-views-exposed-filter-blocksearch-search-page form input::-moz-placeholder {
  font-size: 14px;
  font-style: italic;
  font-weight: 325;
  color: #707070;
}

header.navbar .block-views-exposed-filter-blocksearch-search-page form input:-ms-input-placeholder {
  font-size: 14px;
  font-style: italic;
  font-weight: 325;
  color: #707070;
}

header.navbar .block-views-exposed-filter-blocksearch-search-page form input::-ms-input-placeholder {
  font-size: 14px;
  font-style: italic;
  font-weight: 325;
  color: #707070;
}

header.navbar .block-views-exposed-filter-blocksearch-search-page form input::placeholder {
  font-size: 14px;
  font-style: italic;
  font-weight: 325;
  color: #707070;
}

header.navbar .block-views-exposed-filter-blocksearch-search-page form .form-group {
  margin-bottom: 0;
}

header.navbar .block-views-exposed-filter-blocksearch-search-page form .form-actions .button {
  font-size: 1px;
  color: transparent;
  background: transparent;
  border: none;
  inline-size: 44px;
  block-size: 44px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url(../../images/icons/search-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}
