.modal-search.search-slidedown {
  width: 100%;
  height: 100%;
  z-index: 1040;
  position: fixed;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.modal-search.search-slidedown .search-wrapper {
  display: block;
  position: absolute;
  background: #f2f2f2;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 100%;
  z-index: 13;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .modal-search.search-slidedown .search-wrapper {
    background: #ffffff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.04);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.modal-search.search-slidedown .search-wrapper .modal-form {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  z-index: 999;
  height: auto;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .modal-search.search-slidedown .search-wrapper .modal-form {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1023px) {
  .modal-search.search-slidedown .search-wrapper .modal-form form {
    display: block;
    height: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .modal-search.search-slidedown .search-wrapper .modal-form form {
    background: #ffffff;
    margin: 0 auto;
    height: auto !important;
  }
}
.modal-search.search-slidedown .search-wrapper .modal-form form .tt-info-text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .modal-search.search-slidedown .search-wrapper .modal-form form .tt-info-text {
    display: block;
    position: absolute;
    top: 0;
    padding-left: 0px;
  }
}
.modal-search.search-slidedown .search-wrapper .modal-form form input {
  background: transparent;
  font-size: 16px;
  border: 1px solid transparent;
  padding: 14px 6px 8px 6px;
  box-shadow: none;
  outline: none;
  height: auto;
  width: 100%;
  color: #777777;
  border-radius: 0;
  transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media screen and (min-width: 1024px) {
  .modal-search.search-slidedown .search-wrapper .modal-form form input {
    font-size: 24px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #eceaea;
    padding: 11px 12px 10px 0px;
    margin-top: 28px;
  }
}
.modal-search.search-slidedown .search-wrapper .modal-form form input:placeholder {
  text-transform: capitalize !important;
}
.modal-search.search-slidedown .search-wrapper .modal-form form .tt-btn-close {
  position: absolute !important;
  display: inline-block;
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  top: 10px;
  right: 5px;
  width: auto;
  z-index: 1024;
}
@media screen and (min-width: 1024px) {
  .modal-search.search-slidedown .search-wrapper .modal-form form .tt-btn-close {
    padding: 5px 0px 5px 5px;
    cursor: pointer;
    margin-top: 28px;
    top: 0;
    right: 0;
  }
}

.search-open .modal-search.search-slidedown {
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}
.search-open .modal-search.search-slidedown .search-wrapper {
  opacity: 1;
}
.search-open .modal-search.search-slidedown .search-wrapper .modal-form {
  margin-top: 0;
  display: block !important;
  top: 0 !important;
}

body.search-open.results {
  overflow: hidden !important;
}
body.results .autocomplete-form #app {
  position: absolute;
  background: #ffffff;
  width: 100%;
  top: 38px;
  padding: 11px 11px 19px;
  margin-top: 10px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 1024px) {
  body.results .autocomplete-form #app {
    position: relative;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
}
body.results .autocomplete-form #app ul {
  color: #000;
  transition: all 0.3s ease-in-out;
}
body.results .autocomplete-form #app li {
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}
body.results .autocomplete-form #app h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
body.results .autocomplete-form #app h3 a {
  text-decoration: none !important;
}
body.results .autocomplete-form #app h3 a:HOVER {
  color: #9b0000;
}
body.results .autocomplete-form #app span {
  font-size: 14px;
  line-height: 1.58;
}
body.results .autocomplete-form #app span.highlight {
  color: #9b0000;
  font-weight: bold;
}
body.results .autocomplete-form #app span > small {
  font-weight: normal;
  color: #666666;
}
body.results .autocomplete-form #app a.btn.btn-secondary {
  background-color: #00243f !important;
  border-color: #00243f !important;
  font-family: "Industry Book", sans-serif !important;
  text-decoration: none;
}

[v-cloak] {
  display: none !important;
}

/*# sourceMappingURL=style4.css.map */
