.arrow-up {
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #fff;
}

.home-page-search-form.form {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 100px;
}

.home-page-search-form.form h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    font-family: 'Roboto';
}


.home-page-search-form.form .inputs {
    display: flex;
    gap: 2px;
    max-width: 866px;
}

.home-page-search-form.form .inputs #searchTerm {
    border-radius: 0;
    padding: 0 8px 0 0;
    border: none;
}

.home-page-search-form.form .inputs #searchTerm:focus::-webkit-input-placeholder,
.home-page-search-form.form .inputs .search-corz #regionLabel:focus::-webkit-input-placeholder {
    color: transparent;
}

.home-page-search-form.form .inputs .search-cnt {
    display: flex;
    border: none;
    width: 447px;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}

.home-page-search-form.form .inputs .search-cnt .input-area {
    display: flex;
    border: none;
    width: 447px;
    height: 60px;
    border-radius: 6px 0px 0px 6px;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    background-color: #ffffff;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.home-page-search-form.form .inputs .search-cnt .input-area input::placeholder {
    color: #999999;
    opacity: 1;
}

.home-page-search-form.form .inputs .search-cnt .input-area input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
}

.home-page-search-form.form .inputs .search-cnt .input-area i {
    font-size: 26px;
    color: #BEC6D4;
    padding-left: 16px;
}

.home-page-search-form.form .inputs .search-cnt .input-area input {
    font-size: 20px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

.home-page-search-form.form .inputs .search-cnt .input-area .clearer {
    top: 0px;
    font-size: 26px !important;
    right: 12px;
    cursor: pointer;
    z-index: 99;
    text-decoration: none;
    position: relative;
}


.home-page-search-form.form .inputs .search-corz-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}

.home-page-search-form.form .inputs .search-corz-wrapper .search-corz-input-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.home-page-search-form.form .inputs .search-corz {
    display: flex;
    border: none;
    width: 334px;
    height: 60px;
    border-radius: 0px 0px 0px 0px;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
    background-color: #ffffff;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.home-page-search-form.form .inputs .search-corz input {
    outline: none;
}

.home-page-search-form.form .inputs .search-corz input::placeholder {
    color: #999999;
    opacity: 1;
}

.home-page-search-form.form .inputs .search-corz input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
}

.home-page-search-form.form .inputs .search-corz i {
    font-size: 30px;
    color: #BEC6D4;
    padding-left: 16px;
}

.home-page-search-form.form .inputs .search-corz input {
    font-size: 20px;
    width: 100%;
    height: 100%;
    border: none;
    /*z-index: 2;*/
}

.home-page-search-form.form .inputs .search-corz .clearer {
    top: 0px;
    font-size: 26px !important;
    right: 12px;
    cursor: pointer;
    z-index: 99;
    text-decoration: none;
    position: relative;
}

.home-page-search-form.form .inputs .search-corz #regionLabel {
    margin-top: 0;
    padding: 0 8px 0 0;
}

.home-page-search-form.form .inputs .search-corz-wrapper .lnk-poplocnregs {
    font-size: 14px;
    color: white;
    text-decoration: underline;
    background: none;
    border: none;
    margin-top: 3px;
    padding: 0px;
}

.home-page-search-form.form .inputs .search-corz-wrapper .lnk-poplocnregs:hover,
.home-page-search-form.form .inputs .search-corz-wrapper .lnk-poplocnregs:focus {
    text-decoration: none;
    margin-top: 3px;
}


.home-page-search-form.form .inputs .search-btn {
    border: none;
    width: 80px;
    height: 60px;
    background-color: #2B89CD;
    border-radius: 0px 6px 6px 0px;
}

.home-page-search-form.form .inputs .search-btn:hover,
.home-page-search-form.form .inputs .search-btn:focus {
    background-color: #34a1ef;
}

.home-page-search-form.form .inputs .search-btn:focus {
    background-color: #34a1ef;
    outline: none;
}

.home-page-search-form.form .inputs .search-btn i {
    color: #ffffff;
    font-size: 36px;
}


.home-page-search-form.form .megasearch-dropdown-wrapper {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    width: 100%;
    position: absolute;
    margin-top: 60px;
}

.home-page-search-form.form .megasearch-dropdown {
    display: flex;
    z-index: 4;
    box-sizing: border-box;
    min-height: 210px;
    flex-direction: column;
    margin-top: 5px;
    width: 100%;
    max-width: 866px;
}

.home-page-search-form.form .megasearch-dropdown .top {
    display: flex;
    height: 10px;
    background: transparent;
    z-index: 5;
    gap: 30px;
}

.home-page-search-form.form .megasearch-dropdown .top .arrow-up {
    margin-left: 65px;
}

.home-page-search-form.form .megasearch-dropdown .items-area {
    display: flex;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border: 1px solid #979797;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-top: -2px;
}

.home-page-search-form.form .megasearch-dropdown h4 {
    color: #000000;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 24.5px;
    margin-bottom: 6px;
}


.home-page-search-form.form .megasearch-dropdown .items-area .l-area {
    display: flex;
    /*width: 335px;*/
    width: 433px;
    padding-top: 16.5px;
    padding-bottom: 24.5px;
    flex-direction: column;
}

.home-page-search-form.form .megasearch-dropdown .items-area .l-area .keyword-links {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

.home-page-search-form.form .megasearch-dropdown .items-area .l-area .keyword-links a,
.home-page-search-form.form .megasearch-dropdown .items-area .l-area .keyword-links a:visited {
    color: #000000;
    background-color: transparent;
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: left;
}

.home-page-search-form.form .megasearch-dropdown .items-area .l-area .keyword-links a:hover,
.home-page-search-form.form .megasearch-dropdown .items-area .l-area .keyword-links a:active,
.home-page-search-form.form .megasearch-dropdown .items-area .l-area .keyword-links a:focus {
    color: #ffffff !important;
    background-color: #2B89CD;
    padding: revert;
}

.home-page-search-form.form .megasearch-dropdown .items-area .l-area .keyword-links .title {
    display: block;
    margin-left: 32.5px;
}

.home-page-search-form.form .megasearch-dropdown .items-area .r-area {
    display: flex;
    width: 433px;
    padding-top: 16.5px;
    flex-direction: column;
    padding-bottom: 24.5px;
    border-left: 1px solid #E0E0E0;
}

.home-page-search-form.form .megasearch-dropdown .items-area .r-area .company-links {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

.home-page-search-form.form .megasearch-dropdown .items-area .r-area .company-links a,
.home-page-search-form.form .megasearch-dropdown .items-area .r-area .company-links a:visited {
    color: #000000;
    background-color: transparent;
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: left;
}

.home-page-search-form.form .megasearch-dropdown .items-area .r-area .company-links a:hover,
.home-page-search-form.form .megasearch-dropdown .items-area .r-area .company-links a:active,
.home-page-search-form.form .megasearch-dropdown .items-area .r-area .company-links a:focus {
    color: #ffffff !important;
    background-color: #2B89CD;
    padding: revert;
}

.home-page-search-form.form .megasearch-dropdown .items-area .r-area .company-links .title {
    display: block;
    margin-left: 32.5px;
}

.home-page-search-form.form .megasearch-dropdown .items-area .add {
    /*display: flex;
    width: 225.5px;
    padding-left: 21px;
    padding-top: 24.5px;
    padding-bottom: 24.5px;*/
    display: none !important;
}

.home-page-search-form.form .megasearch-dropdown .items-area .add .add-content {
    width: 180px;
    height: 150px;
    margin-right: 24.5px;
}



.home-page-search-form.form .citysearch-dropdown-wrapper {
    display: flex;
    max-width: 866px;
    flex-direction: row;
    align-content: flex-start;
    width: 100%;
    position: absolute;
    margin-top: 60px;
}

.home-page-search-form.form .citysearch-dropdown {
    display: flex;
    max-width: 866px;
    z-index: 4;
    box-sizing: border-box;
    min-height: 210px;
    flex-direction: column;
    margin-top: 5px;
}

.home-page-search-form.form .citysearch-dropdown .top {
    display: flex;
    height: 10px;
    background: transparent;
    z-index: 5;
    gap: 30px;
}

.home-page-search-form.form .citysearch-dropdown .top .arrow-up {
    margin-left: 65px;
}

.home-page-search-form.form .citysearch-dropdown .items-area {
    display: flex;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border: 1px solid #979797;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-top: -2px;
}

.home-page-search-form.form .citysearch-dropdown h4 {
    color: #000000;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 24.5px;
    margin-bottom: 6px;
}


.home-page-search-form.form .citysearch-dropdown .items-area .locations {
    display: flex;
    width: 335px;
    padding-top: 16.5px;
    padding-bottom: 24.5px;
    flex-direction: column;
}

.home-page-search-form.form .citysearch-dropdown .items-area .locations .location-links {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

.home-page-search-form.form .citysearch-dropdown .items-area .locations .location-links a,
.home-page-search-form.form .citysearch-dropdown .items-area .locations .location-links a:visited {
    color: #000000;
    background-color: transparent;
    width: 100%;
    display: block;
    cursor: pointer;
}

.home-page-search-form.form .citysearch-dropdown .items-area .locations .location-links a:hover,
.home-page-search-form.form .citysearch-dropdown .items-area .locations .location-links a:active,
.home-page-search-form.form .citysearch-dropdown .items-area .locations .location-links a:focus {
    color: #ffffff !important;
    background-color: #2B89CD;
    padding: revert;
}

.home-page-search-form.form .citysearch-dropdown .items-area .locations .location-links .title {
    display: block;
    margin-left: 32.5px;
}

.home-page-search-form .search-btn-lg {
    display: none;
    border: none;
    width: 100%;
    max-width: 320px;
    height: 60px;
    background-color: #2B89CD;
    border-radius: 4px;
    font-size: 20px;
    color: #EEEEEE;
    font-family: "Roboto";
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-top: 32px;
}

.home-page-search-form .search-btn-lg:hover,
.home-page-search-form .search-btn-lg:focus {
    background-color: #34a1ef;
    outline: none;
}

@media screen and (max-width: 1023px) {

    .home-page-search-form.form h1 {
        width: 80%;
    }

    .home-page-search-form.form {
        margin-top: 48px;
    }

    .home-page-search-form.form form {
        width: 80%;
        display: flex;
        justify-content: center;
    }

    .home-page-search-form.form .inputs {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .home-page-search-form.form .inputs #searchTerm,
    .home-page-search-form.form .inputs .search-corz #regionLabel {
        border-radius: 0 6px 6px 0;
    }

    .home-page-search-form.form .inputs .search-cnt {
        width: 100%;
    }

    .home-page-search-form.form .inputs .search-cnt .input-area {
        border-radius: 6px;
        width: 100%;
    }

    .home-page-search-form.form .inputs .search-corz {
        border-radius: 6px;
        width: 100%;
    }

    .home-page-search-form.form .megasearch-dropdown-wrapper {
        max-width: 80vw;
    }
    
    .home-page-search-form.form .inputs .search-corz-wrapper .search-corz-input-wrapper,
    .home-page-search-form.form .megasearch-dropdown,
    .home-page-search-form.form .megasearch-dropdown .items-area .l-area,
    .home-page-search-form.form .megasearch-dropdown .items-area .r-area {
        width: 100%;
    }

    .home-page-search-form.form .megasearch-dropdown h4 {
        font-size: 20px;
    }

    .home-page-search-form.form .megasearch-dropdown .items-area .l-area .keyword-links,
    .home-page-search-form.form .megasearch-dropdown .items-area .r-area .company-links {
        font-size: 18px;
        line-height: 38px;
        padding-top: 10px;
    }

    .home-page-search-form.form .inputs .search-corz-wrapper .search-corz-input-wrapper .search-btn {
        display: none;
    }

    .home-page-search-form .search-btn-lg {
        display: block;
    }


    .home-page-search-form.form .megasearch-dropdown .items-area {
        flex-direction: column;
    }

    .home-page-search-form.form .inputs .search-cnt .input-area,
    .home-page-search-form.form .inputs .search-corz {
        gap: 8px;
    }

    .home-page-search-form.form .inputs .search-cnt .input-area .clearer {
        padding-top: 0px;
    }

    .home-page-search-form.form .inputs .search-corz .clearer {
        padding-top: 0px;
    }


}



@media screen and (max-width: 767px) {
    .home-page-search-form.form {
        margin-top: 32px;
    }

    .home-page-search-form.form .inputs .search-cnt .input-area .clearer {
        padding-top: 12px;
    }

    .home-page-search-form.form .inputs .search-corz .clearer {
        padding-top: 12px;
    }

}
@media screen and (max-width: 479px) {

    .home-page-search-form.form {
        margin-top: 16px;
    }

    .home-page-search-form.form h1 {
        font-size: 34px;
    }

    .home-page-search-form .search-btn-lg {
        max-width: 80%;
    }

    .home-page-search-form.form .inputs #searchTerm,
    .home-page-search-form.form .inputs .search-corz #regionLabel {
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {
    .home-page-search-form.form .inputs #searchTerm,
    .home-page-search-form.form .inputs .search-corz #regionLabel {
        font-size: 12px;
    }
}