@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: "VFIFonts";
  src: url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitBk-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitEl-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitLt-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitRg-Bold.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitRg-Regular.ttf") format("truetype"), url("/assets/LibelSuitFamily/Alternativefiles/Typodermic - LibelSuitSb-Regular.ttf") format("truetype");
}
.search-result-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 92px;
  width: 100%;
  background-color: white;
  z-index: 12;
  box-shadow: rgba(55, 55, 55, 0.2) 0px 0px 20px;
}
@media (max-width: 1279px) {
  .search-result-container {
    top: 60px;
  }
}
.search-result-container .small-arrow-container {
  position: absolute;
  top: -8px;
  right: 126px;
  color: white;
}
@media (max-width: 768px) {
  .search-result-container .small-arrow-container {
    top: -5px;
  }
}
.search-result-container .small-arrow-container .small-arrow {
  cursor: default;
  width: 16px;
  margin: 0;
  border-width: 8px;
  border-style: solid;
  transform: rotate(45deg);
}
@media (max-width: 1279px) {
  .search-result-container .small-arrow-container {
    right: 70px;
  }
}
.search-result-container .search-result-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 50px;
}
@media (max-width: 1279px) {
  .search-result-container .search-result-header {
    row-gap: 20px;
  }
}
.search-result-container .search-result-header-title {
  color: #373737;
  font-size: 42px;
  font-family: "Source Sans Pro";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5.3px;
  line-height: 52px;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .search-result-container .search-result-header-title {
    font-size: 1.625rem;
    line-height: 30px;
    letter-spacing: 2px;
    margin-top: 25px;
  }
}
.search-result-container .search-result-header-title .search-searched {
  display: none;
}
.search-result-container .search-input-container {
  width: 100%;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .search-result-container .search-input-container {
    margin-bottom: 16px;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .search-result-container .search-input-container {
    width: 70%;
  }
}
@media (max-width: 1440px) {
  .search-result-container .search-input-container {
    padding: 0 10px;
  }
}
.search-result-container .search.search-inputs {
  padding: 15px 25px;
  width: 100%;
  height: 57px;
  background-color: #f4f5f7;
  display: flex;
  align-items: center;
}
@media (max-width: 639px) {
  .search-result-container .search.search-inputs {
    padding: 10px 15px;
  }
}
.search-result-container .search.search-inputs .search-icon {
  color: #373737;
  opacity: 0.3;
  font-size: 25px;
  cursor: pointer;
  position: unset;
}
@media (max-width: 768px) {
  .search-result-container .search.search-inputs .search-icon {
    font-size: 20px;
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .search-result-container .search.search-inputs .search-icon {
    margin-top: 4px;
  }
}
.search-result-container .search.search-inputs input {
  flex: 1;
  padding: 10px 12px;
  border: none;
  font-size: 18px;
  outline: unset;
  background-color: #f4f5f7;
}
.search-result-container .search.search-inputs ::-moz-placeholder {
  opacity: 0.4;
}
.search-result-container .search.search-inputs ::placeholder {
  opacity: 0.4;
}
.search-result-container .search.search-inputs input:hover,
.search-result-container .search.search-inputs :focus {
  border: none;
}
.search-result-container .search.search-inputs .clear-search-btn {
  background-image: url("/assets/closeX.svg");
  background-color: transparent;
  flex: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  height: 26px;
  width: 26px;
}
.search-result-container.searched {
  z-index: 10;
  box-shadow: none;
  height: calc(100vh - 60px);
}
@media (min-width: 1280px) {
  .search-result-container.searched {
    height: calc(100vh - 92px);
  }
}
.search-result-container.searched .small-arrow-container {
  color: #f4f5f7;
}
.search-result-container.searched .search-result-header {
  background-color: #f4f5f7;
}
.search-result-container.searched .search-result-header .search-result-header-title .search-initial {
  display: none;
}
.search-result-container.searched .search-result-header .search-result-header-title .search-searched {
  display: unset;
}
.search-result-container.searched .search-result-header .search-input-container .search.search-inputs {
  background-color: #fff;
}
.search-result-container.searched .search-result-header .search-input-container .search.search-inputs input {
  background-color: #fff;
}
@media (max-width: 1440px) {
  .search-result-container.searched .mobile-top-header-options {
    display: block;
  }
}
.search-result-container.searched .search-result-content-container {
  display: flex;
}

.mobile-top-header-options {
  display: none;
}
.mobile-top-header-options .mobile-search-options-wrapper {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #f4f5f7;
  padding: 0 20px;
}
.mobile-top-header-options .mobile-search-options-wrapper .mobile-search-header-option.selected {
  border-bottom: 4px solid black;
}
.mobile-top-header-options .mobile-search-options-wrapper .mobile-search-header-option button {
  background-color: transparent;
  font-size: 0.75rem;
  border: none;
  font-weight: 600;
  letter-spacing: 0.063rem;
  padding: 1rem 0;
}

.search-result-content-container {
  display: none;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  height: 74vh;
  overflow: auto;
  overflow-x: hidden;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media (max-width: 1279px) {
  .search-result-content-container {
    height: 88vh;
  }
}
@media (max-width: 639px) {
  .search-result-content-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.search-result-content-container .searchList {
  width: 26rem;
}
.search-result-content-container .searchList .header-box {
  position: relative;
  text-align: center;
  border-bottom: 3px solid;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-result-content-container .searchList .header-box h2 {
  color: #373737;
  font-family: "Source Sans Pro";
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
}
.search-result-content-container .searchList .header-box h2 span {
  font-weight: normal;
}
.search-result-content-container .searchList .header-box .header-border {
  position: absolute;
  top: 0px;
  left: -2000px;
  right: -2000px;
  height: 65px;
  border-bottom: 1px solid #f4f5f7;
  border-top: 1px solid #f4f5f7;
}
.search-result-content-container .searchList .searchList-all {
  margin-top: 40px;
  min-height: 70px;
}
.search-result-content-container .searchList .searchList-all .read_more {
  cursor: pointer;
  color: #009fff;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.24px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 40px;
}
@media (max-width: 1440px) {
  .search-result-content-container {
    justify-content: flex-start;
    padding: 0 20px;
  }
  .search-result-content-container .searchList {
    display: none;
  }
  .search-result-content-container .searchList.selected {
    display: flex;
  }
  .search-result-content-container .searchList .header-box {
    display: none;
  }
}

.searchList-item-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .searchList-item-wrapper {
    margin: 0 5px;
  }
}

.searchList-item {
  display: flex;
  cursor: pointer;
  margin-bottom: 40px;
}
.searchList-item .searchList-item-img {
  position: relative;
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}
.searchList-item .searchList-item-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.searchList-item .searchList-item-img .bottom-shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.searchList-item .searchList-item-img.searchList-item-img1 {
  background-color: #c12759;
}
.searchList-item .searchList-item-img.searchList-item-img2 {
  background-color: #006b74;
}
.searchList-item .searchList-item-img.searchList-item-img3 {
  background-color: #009fff;
}
.searchList-item .searchList-item-img.searchList-item-img4 {
  background-color: #217d3d;
}
.searchList-item .searchList-item-img.searchList-item-img5 {
  background-color: #ae2c64;
}
.searchList-item .searchList-item-text {
  position: relative;
  width: 100%;
}
.searchList-item .searchList-item-text > .searchList-item-headline,
.searchList-item .searchList-item-text .searchList-item-excerpt {
  margin: 15px 30px 0 20px;
  color: #373737;
  letter-spacing: 0;
}
.searchList-item .searchList-item-text > .searchList-item-headline {
  font-family: "Libre Baskerville";
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.searchList-item .searchList-item-text > .searchList-item-excerpt {
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 3) {
  .searchList-item .searchList-item-text > .searchList-item-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}/*# sourceMappingURL=search_results.css.map */