body.search-box-open {
  overflow: hidden;
}

.custom-search-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  text-align: center;
  display: flex;
}

.custom-search-box .custom-wrapper {
  display: flex;
  flex: 1;
  align-items: center;
  height: 80px;
  background: white;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.04), 0px 20px 24px 0 rgba(0, 0, 0, 0.04);
}

.custom-search-box .wrapper {
  display: flex;
  flex: 1;
  align-items: center;
  height: 80px;
  /*width: 0;*/
}

.custom-search-box .wrapper .input-group {
  width: 100%;
  display: flex;
  position: relative;
  height: 50px;
}

.custom-search-box .wrapper .search-close {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: white;
  font-size: 28px;
  color: #CC1520;
}

.custom-search-box .wrapper .search-close i {
  font-size: 25px;
  color: white;
}

.custom-search-box .wrapper form {
  width: 0;
  margin: 0 auto;
}

.search-box-open .custom-search-box .wrapper form {
  width: 100%;
}

.custom-search-box .wrapper .search-close .fa {
  color: #ffffff;
  font-size: 24px;
  margin: 10px 0;
}

.custom-search-box .wrapper .input-group input.form-control {
  height: 50px;
  border: 0;
  text-indent: 20px;
  flex: 20;
  outline: none;
  font-size: 30px;
  line-height: 36px;
  font-weight: lighter;
}

.custom-search-box .wrapper .input-group .input-group-addon {
  color: black;
  font-size: 18px;
}

.custom-search-box .wrapper .search-close .fa, .custom-search-box .wrapper .input-group .input-group-addon, .custom-search-box .wrapper .input-group .input-group-addon .fa {
  margin: 0;
  background: white;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-search-box .wrapper .input-group .input-group-addon i {
  position: relative;
  left: 5px;
  color: black;
  cursor: pointer;
}

.custom-search-box .wrapper .input-group .input-group-addon i::before {
  margin-left: 0;
  font-size: 24px;
}

#block-customsearchbox.hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: none;
}

.path-search h2, .path-search a#edit-help-link, .path-search form#search-form label {
  display: none;
}

.path-search .main-content ol li h3 a {
  color: #333;
  font-size: 16px;
}

.path-search .main-content ol li {
  margin-bottom: 35px !important;
}

.path-search .search-form input#edit-keys {
  width: 50%;
  height: 56px;
  margin-right: 10px;
}

.path-search form#search-form {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .custom-search-box:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
@media (max-width: 992px) {
  .custom-search-box .wrapper .input-group input.form-control {
    flex: 5;
    font-size: 16px;
  }
}

/*# sourceMappingURL=custom-search-box.css.map */
