.post-type-archive-suburb-profile #header-space{
    height: 59px!important;
}
html .suburb-profile-archive__hero {
    margin-top: 0px!important;
    min-height: calc(100vh - 59px)!important;

    padding: 0px!important;
    width: 100vw!important;
    margin-left: -50vw!important;
    left: 50%!important;
    position: relative!important;
}
.suburb-profile-archive__hero >.col.span_12 {
    min-height: calc(100vh - 59px)!important;
}
.suburb-profile-archive__hero__content {
    color: #FFF;
    text-align: center;
}
.suburb-profile-archive__hero__content .hero__heading {
    color: #FFF;
    font-size: 66px!important;
    margin-bottom: 20px;
    line-height: 1;
}
.suburb-profile-archive__dropdown {
    max-width: 500px;
    margin:auto;
}

.suburb-profile-archive__dropdown .multiselect {
    height: 60px;
    background-color: #FFF;
    border-radius: 3px!important;
    box-sizing: content-box;
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
}
.suburb-profile-archive__dropdown .multiselect__tags {
    align-items: center;
    background: transparent;
    border-radius: 3px;
    display: flex;
    height: 100%;
    line-height: 1;
    overflow: hidden;
    padding-left: 1rem;
    padding-top: 0;
    position: relative;
    white-space: nowrap;
}
.suburb-profile-archive__dropdown .multiselect__placeholder,
.suburb-profile-archive__dropdown .multiselect__single {
    color: #001724;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
    z-index: 1;
    font-family: 'NettoOT';
}
.suburb-profile-archive__dropdown .multiselect__select {
    height: 100%;
}
.suburb-profile-archive__dropdown .multiselect__select:before {
    border-color: #001724 transparent transparent;
}
html body .suburb-profile-archive__dropdown .multiselect__input {
    margin-bottom: 0px!important;
    background-color: #FFF!important;
    color: #001724!important;
    font-size: 18px!important;
    padding-left:0px!important;
    border: 0px!important;
}
html body .suburb-profile-archive__dropdown .multiselect__input::placeholder {
    color: #001724!important;
}
.suburb-profile-archive__dropdown .multiselect__content {
    margin-left: 0px!important;
}

@media screen and (max-width: 767px) {
    .suburb-profile-archive__hero__content .hero__heading {
        font-size: 42px!important;
    }
    .suburb-profile-archive__hero__content .hero__subtext {
        font-size: 14px!important;
    }
}