.explore-listings {
    background-color: #555;
}

.logo-carousel {
    max-width: 100vw !important;
}

.logo-carousel .slick-slide {
    padding: 0 !important;
}

.logo-item-inner {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1.5px solid hsla(0, 7%, 78%, .35);
    display: -webkit-box ! important;
    display: -webkit-flex ! important;
    display: -ms-flexbox ! important;
    display: flex !important;
    height: 105px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 250px;
}

.logo-carousel img {
    filter: brightness(0) invert(1);
    height: 100%;
    object-fit: contain;
    width: 50%;
}

.home-valuation {
    min-height: calc(60vh - 121px);
    position: relative;
}

.home-valuation .background {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
}

.home-valuation .background:after {
    background: linear-gradient(180deg, rgba(33, 34, 39, .25) 0%, #212227 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.home-valuation .background img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-valuation .content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 224px 112px min(15vh, 80px) 112px;
}

.home-valuation .search-wrapper {
    position: relative;
    margin-top: 22px;
    padding: .5rem;
    background-color: #fff;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-valuation .search-icon {
    padding: 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.home-valuation .search-input {
    -webkit-box-flex: 100;
    -webkit-flex-grow: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    border: none;
    padding: 12px 24px;
}

.home-valuation .search-input:focus {
    outline: none;
}

.search-button {
    background: transparent;
    background-image: none;
    border: 2px solid;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-font-smoothing: unset;
}

#loading-bar-wrapper {
  height: 4px;
  margin-top: -4px;
}

#loading-bar {
  background-color: #000 !important;
  height: 100%;
  transition: width 0.3s ease;
}

.modal-left {
    border-right: 1px solid #e0e0e0;
}

.form-item {
    margin-bottom: 2rem !important;
}

.control-label {
    display: block;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: -3px;
    text-transform: uppercase;
}

.form-control {
    box-shadow: none !important;
    display: block !important;
    background: unset !important;
    border: solid #000 1px !important;
    border-radius: 0 !important;
    border-width: 0 0 1px !important;
    color: #000 !important;
    line-height: 25px !important;
    padding: 0 !important;
    transition: all .3s;
    min-width: 200px !important;
    width: 100%;
}

.form-type-checkbox {
    font-size: 12px !important;
}

.form-type-checkbox .control-label {
    line-height: 1.4 !important;
}

.webform-button--submit.form-submit {
    background-image: none;
    border: 2px solid;
    background-color: #FFF;
    border-color: #ccc1a3;
    border-radius: 0 !important;
    color: #ccc1a3;
    cursor: pointer;
    display: inline-block;
    font-family: var(--global-secondary-font-family);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    padding: 20px 46px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-font-smoothing: unset;
}

.webform-button--submit.form-submit:hover {
    background-color: #ccc1a3;
    border-color: #ccc1a3;
    color: #FFF;
}