.simpleSearchForm {
    width: 100%;
    height: auto;
    background-color: #014421;
    box-sizing: border-box;
    padding: 25px 10.5%;
    box-shadow: 0px 7px 4px rgba(0, 0, 0, 0.4);
}

.fakeSelectorInner {
    display: none;
}

.simpleSearchFormInner {
    display: flex;
    flex-direction: column;
}

.fakeSelector > p {
    margin: unset;
}

.simpleSearchFormTitle > h3 {
    font-family: 'Myriad';
    font-weight: 400;
    color: white;
    font-size: 1.7em;
    margin: unset;
    margin-bottom: 10px;
    white-space: nowrap;
    text-wrap: nowrap;
}

.simpleSearchFormTitle {
    margin-bottom: 30px;
}

.simpleSearchFormInner {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: space-between;
}

.simpleSearchFormButtons {
    padding: 0 10%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.simpleSearchFormAdvanced.isActive {
    background-color: rgb(250 235 206);
}

.simpleSearchFormInnerRight > a {
    padding: 0 20px;
    border-radius: 26px;
    background-color: white;
    color: #014421;
    font-size: 1em;
    font-family: 'Myriad';
    cursor: pointer;
    text-decoration: none;
    line-height: 90%;
    box-sizing: border-box;
    width: 180px;
    display: block;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    height: 40px;
}

.simpleSearchFormInnerRight > a:hover {
    opacity: 0.8;
}

a.simpleSearchFormAdvanced {
    margin-bottom: 15px;
}

a.simpleSearchFormSearchAction svg {
    width: 12px;
}

a.simpleSearchFormSearchAction span:first-of-type {
    margin-right: 8px;
}

.fakeSelector, .simpleSearchFormPrice {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 26px;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    justify-content: space-between;
    padding-right: 20px;
    transition: all 0.3s ease-in-out;
}

.fakeSelectorTitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 95%;
}

.fakeSelectorSvg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.fakeSelectorSvg {
    width: calc(16px - 3.5px);
    margin-right: 7px;
    height: 13px;
}

.fakeSelector.show {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fakeSelectorInner {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 10008;
    background: white;
    width: 100%;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    padding: 0 26px;
    box-sizing: border-box;
    max-height: 400px;
    overflow: auto;
    border-bottom-right-radius: 0px;
}

.fakeSelectorInner :is(p, label) {
    margin: 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 0.8em;
    color: rgb(1, 68, 33);
    line-height: 100%;
    cursor: pointer;
}

.fakeSelectorInner.show {
    border-top: rgba(1, 68, 33, 0.4) solid 1px;
    padding: 20px 26px;
    filter: drop-shadow(2px 10px 8px rgba(0, 0, 0, 0.4));
}

.fakeSelectorGroup {
    margin-top: 10px;
}

.fakeSelectorGroupChild {
    margin-top: 5px;
}

.fakeSelectorGroupChild:first-of-type {
    margin-top: 0;
}

.fakeSelectorSingle, .fakeSelectorGroupParent, .fakeSelectorGroupChild {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fakeSelectorSingle input, .fakeSelectorGroup input {
    margin: 0;
    cursor: pointer;
}

.fakeSelectorInner label span {
    padding-left: 8px;
}

.fakeSelectorGroupChildren {
    height: 0;
    padding: 0 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.fakeSelectorGroupChildren.show {
    padding: 10px 20px;
}

.fakeSelectorArrow svg {
    width: 100%;
    height: 100%;
    display: block;
}

.fakeSelectorArrow {
    width: 14px;
    transition: all 0.3s ease-in-out;
}

.fakeSelectorArrow.show {
    transform: rotate(-180deg);
}

.simpleSearchFormInnerLeftR2 > input {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 26px;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: white;
    border: unset;
    outline: unset;
    padding-right: 20px;
}

input#heroSearchFormRef {
    width: 40%;
}

.fakeSelectorTitle>p, .simpleSearchFormPrice select, .simpleSearchFormInner>input {
    color: #014421;
    font-family: 'Myriad';
    font-weight: 400;
    font-size: 1em;
}

.simpleSearchFormPrice {
    position: relative;
    padding: 0;
    padding-right: 17px;
}

.simpleSearchFormPrice select {
    border: none;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 30px;
    cursor: pointer;
}

.simpleSearchFormPrice select:focus-visible {
    outline: unset;
}

.fakeSelectorTitle>p {
    width: calc(90% - 3.5px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 100%;
}

.simpleSearchFormInner>input::-webkit-input-placeholder { color:#014421; font-family:'Myriad'; font-weight:400; font-size:1em; }
.simpleSearchFormInner>input::-moz-placeholder { color:#014421; font-family:'Myriad'; font-weight:400; font-size:1em; }
.simpleSearchFormInner>input:-ms-input-placeholder { color:#014421; font-family:'Myriad'; font-weight:400; font-size:1em; }
.simpleSearchFormInner>input::placeholder { color:#014421; font-family:'Myriad'; font-weight:400; font-size:1em; }

.simpleSearchFormInnerLeft {
    width: 70%;
}

.simpleSearchFormInnerLeftR1, .simpleSearchFormInnerLeftR2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.simpleSearchFormInnerLeftR1 > div {
    width: calc(33.3% - 20px);
}

.simpleSearchFormInnerLeftR2 > :is(div, input) {
    width: calc(33.3% - 20px);
}

.simpleSearchFormInnerLeftR1 {
    margin-bottom: 15px;
}

.simpleSearchFormType, .simpleSearchFormLocation, .formPriceMax {
    margin-right: 30px;
}

.simpleSearchFormInnerRight {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
    .simpleSearchForm {
        padding: 25px 5.6%;
    }
    .fakeSelectorTitle>p, .simpleSearchFormPrice select, .simpleSearchFormInner>input, .simpleSearchFormInnerLeftR2 > input, .simpleSearchFormInnerRight > a {
        font-size: 0.9em;
    }
    .fakeSelectorArrow, a.simpleSearchFormSearchAction svg {
        width: 10px;
    }
    .fakeSelectorSvg {
        width: calc(13px - 3.5px);
    }
}

@media only screen and (max-width: 1000px) {
    .simpleSearchForm {
        padding: 25px 3%;
    }
    .simpleSearchFormInnerRight > a {
        width: 130px;
    }
    .simpleSearchFormType, .simpleSearchFormLocation, .formPriceMax {
        margin-right: 15px;
    }
    .simpleSearchFormInnerLeftR1 > div {
        width: calc(33% - 7.5px);
    }
    .simpleSearchFormInnerLeftR2 > :is(div, input) {
        width: calc(33.3% - 10px);
    }
    .fakeSelector, .simpleSearchFormInnerLeftR2 > input {
        padding-left: 15px;
        padding-right: 15px;
    }
    .simpleSearchFormPrice select {
        padding: 10px 15px;
    }
    .simpleSearchFormPrice {
        padding-right: 15px;
    }
    .fakeSelectorTitle>p, .simpleSearchFormPrice select, .simpleSearchFormInner>input, .simpleSearchFormInnerLeftR2 > input, .simpleSearchFormInnerRight > a {
        font-size: 0.8em;
    }
    .simpleSearchFormInnerLeft {
        width: 75%;
    }
}

@media only screen and (max-width: 800px) {
    .simpleSearchFormInnerLeftR1 > div {
        width: calc(50% - 7.5px);
    }
    .simpleSearchFormInnerLeftR2 > :is(div, input) {
        width: calc(50% - 7.5px);
    }
    .simpleSearchFormPrice.formPriceMax {
        margin-right: 0;
    }
    .simpleSearchFormType.fakeSelector {
        margin-bottom: 15px;
    }
    .simpleSearchFormInner {
        flex-direction: column;
    }
    .simpleSearchFormInnerLeft {
        margin-bottom: 15px;
    }
    .simpleSearchFormInnerRight {
        flex-direction: row;
        justify-content: center;
    }
    .simpleSearchFormInnerLeft {
        width: 100%;
    }
    a.simpleSearchFormAdvanced {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .simpleSearchFormInnerLeftR2 {
        justify-content: center;
    }
    .simpleSearchFormInnerRight > a {
        width: 100px;
    }
    .simpleSearchFormInnerLeftR2 > input {
        width: 215px;
    }
    .simpleSearchFormTitle > h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .simpleSearchRow {
        margin-top: 11vh;
    }
    .simpleSearchFormTitle > h3 {
        font-size: 1.3em;
    }
}