.avixa-tv-modal-search {
  background: -webkit-gradient(linear, 0 0, 100% 100%, from(#3a1a32), to(#ee3353));
  opacity: 1;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 8000;
  top: 0;
  left: 0;
  display: none;
}

.search-box-row-full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.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;
}

.avixa-tv-filter-title {
  color: #fff;
}

.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;
}

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

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

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

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

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

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

.searchDiv.avixa-tv-modal-search .avixa-tv-modal-search-input, .searchDiv.avixa-tv-modal-search .avixa-tv-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: transparent;
  border-bottom: 2px solid #fff;
  position: relative;
  font-size: 2.25rem;
  text-align: left;
  letter-spacing: 0px;
  color: #fff;
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  height: 51px;
  width: 100%;
}

.searchDiv.avixa-tv-modal-search .avixa-tv-modal-search-button, .avixa-tv-modal-search-button {
  padding: 8px;
  background-color: var(--avixa-yellow, #f6ca15);
  color: #3A1A32;
  border: none;
  position: absolute;
  right: 0px;
  bottom: 15px;
  cursor: pointer;
  font-size: 1rem;
  width: 155px;
  border-radius: 30px;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}

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

.sf-autocomplete li {
  cursor: pointer;
}

ul.sf-autocomplete {
  color: white;
  padding-bottom: 35px;
  left: 0px !important;
  padding-top: 10px;
  list-style: none !important;
  background-color: radial-gradient(at 110% 25%, var(--avixa-red) 0%, var(--avixa-yellow) 85%);
}

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

.search-quick-links-container h3 {
  color: var(--avixa-yellow, #f6ca15);
  margin-bottom: 25px;
}

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

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

.search-filters-container {
  margin-top: 30px;
  color: #fff;
}

div#searchFilters .row {
  display: flex;
  justify-content: flex-end;
}

input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--avixa-yellow, #f6ca15) !important;
  border-radius: 50% !important;
  background-color: transparent;
  background-clip: content-box;
  padding: 3px !important;
  background-image: none !important;
}

.avixa-tv-modal-search-button#apply-filter {
  margin-bottom: 10px;
}

input[type=checkbox]:checked {
  background-color: var(--avixa-yellow, #f6ca15);
}

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

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

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

.modal-div.avixa-tv-modal-search .avixa-tv-modal-search-label {
  font-size: 1.5rem;
  font-family: "Euclid", Calibri, Arial, sans-serif !important;
}

.modal-div.avixa-tv-modal-search .avixa-tv-modal-search-input, .modal-div.avixa-tv-modal-search .avixa-tv-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: var(--avixa-purple, #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.avixa-tv-modal-search .avixa-tv-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: 1.5rem;
}

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

@media (max-width: 768px) {
  .avixa-tv-modal-search {
    padding: 20px;
  }
  .searchDiv.avixa-tv-modal-search .avixa-tv-modal-search-container {
    width: 100%;
  }
  div#searchFilters .row {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-right: 0px;
  }
}

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