.search-box-row-full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  left: unset;
  margin-right: auto;
  margin-left: auto;
}
.jumbotron + .search-box-row-full-width {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .jumbotron + .search-box-row-full-width {
    margin-top: 0px;
  }
}
.jumbotron.attached-hero + .search-box-row-full-width {
  margin-top: 0px;
}
.jumbotron.no-title + .search-box-row-full-width {
  margin-top: -40px;
}
.jumbotron + div .search-box-row-full-width {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .jumbotron + div .search-box-row-full-width {
    margin-top: 0px;
  }
}
.jumbotron.attached-hero + div .search-box-row-full-width {
  margin-top: 0px;
}
.jumbotron.no-title + div .search-box-row-full-width {
  margin-top: -40px;
}

.search-box-hero-full-width {
  margin-bottom: 32px;
  overflow: hidden;
}
.search-box-hero-full-width .card-img-overlay {
  left: 20px;
}

.search-box-card-title {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.35em;
  width: 60%;
}
@media (width < 768px) {
  .search-box-card-title {
    font-size: 0.8em;
    line-height: 26px;
    width: 180px;
  }
}

select#topic-filter {
  width: 100%;
  max-width: 287px;
  margin-bottom: 20px;
}

.search-row .search-input, .search-row .search-input:focus {
  border-radius: 0px;
}

.search-container ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.search-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search-container ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.modal-search {
  background-color: #3F1833;
  opacity: 1;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}

.search-form {
  right: -3em !important;
  top: -0.5em !important;
}

.modal-search .closeBtn {
  color: white;
  font-size: 21px;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: transparent;
  border: none;
}

.searchDiv.modal-search form {
  height: inherit;
  width: inherit;
  display: flex;
}

.searchDiv.modal-search .modal-search-container {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  height: 100%;
}

.searchDiv.modal-search .modal-search-input-wrapper {
  position: relative;
}

.searchDiv.modal-search .modal-search-label {
  font-size: 22px;
  font-family: "Euclid", Calibri, Arial, sans-serif !important;
}

.searchDiv.modal-search .modal-search-input, .searchDiv.modal-search .modal-search-input:focus {
  padding: 0;
  margin: 0;
  border-width: 0px;
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background-color: #3F1833;
  border-bottom: 2px solid #fff;
  position: relative;
  font-size: 40px;
  text-align: left;
  letter-spacing: 0px;
  color: #fff;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  height: 51px;
  width: 100%;
}

.searchDiv.modal-search .modal-search-button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: white;
  border: none;
  position: absolute;
  right: 0px;
  bottom: 15px;
  cursor: pointer;
  display: flex;
  font-size: 26px;
}

.sf-autocomplete {
  z-index: 9000;
}

.sf-autocomplete li {
  cursor: pointer;
}

ul.sf-autocomplete {
  background: #3f1833;
  color: white;
  padding-bottom: 35px;
  left: 0px !important;
  padding-top: 10px;
  list-style: none !important;
}

.search-quick-links-container {
  margin-top: 25px;
}

.search-quick-links-container h3 {
  color: #fff;
  margin-bottom: 25px;
}

.search-quick-links-container a {
  color: #fff;
}

.search-quick-links-container p {
  margin-bottom: 1px;
}

@media (min-width: 922px) {
  ul.sf-autocomplete {
    padding-left: 185px;
  }
}
@media (max-width: 420px) {
  .search-quick-links-container p {
    font-size: 18px;
  }
}
.modal-div.modal-search .noform {
  height: inherit;
  width: inherit;
  display: flex;
}

.modal-div.modal-search form {
  height: inherit;
  width: inherit;
  display: flex;
}

.modal-div.modal-search .modal-search-container {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  height: 100%;
}

.modal-div.modal-search .modal-search-input-wrapper {
  position: relative;
}

.modal-div.modal-search .modal-search-label {
  font-size: 22px;
  font-family: "Euclid", Calibri, Arial, sans-serif !important;
}

.modal-div.modal-search .modal-search-input, .modal-div.modal-search .modal-search-input:focus {
  padding: 0;
  margin: 0;
  border-width: 0px;
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background-color: #3F1833;
  border-bottom: 2px solid #fff;
  position: relative;
  font-size: 40px;
  text-align: left;
  letter-spacing: 0px;
  color: #fff;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  height: 51px;
  width: 100%;
}

.modal-div.modal-search .modal-search-button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: white;
  border: none;
  position: absolute;
  right: 0px;
  bottom: 15px;
  cursor: pointer;
  display: flex;
  font-size: 26px;
}

.nav-item.dropdown.primary-bg-show.lang-select {
  padding-left: 15px;
}

/*# sourceMappingURL=CustomSearchBox.css.map */
