
#step_locationsearch .content {
    display: grid;
    height: 100%;
    width: 100%;
    grid-template-rows: auto 250px 80px 70px;
    z-index: 1;
}

#step_locationsearch .locationsearch_header{
    background-color: #604F81;
    display: flex;
    z-index: 2;
}


#step_locationsearch .locationsearch_header .image_wrapper
{
    width: 100%;
    border-radius: 0px 0px 0px 100px;    
    overflow: hidden;
    display: flex;
    z-index: 1;
}


#step_locationsearch .locationsearch_header .image
{
    background-image: url("/images/home_background.png");
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


#step_locationsearch .content_text
{
    background-color: #604F81;
    border-radius: 0px 0px 0px 100px;
    position: relative;
    top: -1;
}


#step_locationsearch .content_text,
#step_locationsearch h1,
#step_locationsearch h2,
#step_locationsearch h3
{
    color: white;
    text-align: center;
    font-style: normal;
}

#step_locationsearch .content_text h1{
    padding-top: 20px;
    text-transform: uppercase;   
    font-weight: 500;
    font-size: 11.0px;
    letter-spacing: 1.0px;
}

#step_locationsearch .content_text h2{
    padding-top: 20px;
    font-weight: 700;
    font-size: 32.0px;
}

#step_locationsearch .content_text h3{
    padding-top: 15px;
    font-weight: 400;
    font-size: 14.0px;
    line-height: 20.0px;
    padding-left: 50px;
    padding-right: 50px;
    min-width: 200px;
}


#step_locationsearch .white_overlay{
    position: relative;
    background-color: white;
    width: 90%;
    height: 100px;
    margin: 0 auto;
    margin-top: -60px;
    border-radius: 40px;
    z-index: 10;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(50, 50, 50, 0.27);
    -moz-box-shadow:    0px 7px 5px 0px rgba(50, 50, 50, 0.27);
    box-shadow:         0px 7px 5px 0px rgba(50, 50, 50, 0.27);
}


#step_locationsearch .input_wrapper{
    position: relative;
    display: grid;
    width: 90%;
    height: 40px;
    grid-template-columns: auto 30px;
    text-align: center;
    margin-top: 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    height: 40px;
}

#step_locationsearch .input_wrapper > div:first-child{
    border-bottom: 2px solid #9b9b9b;
    height: 40px;
}


#step_locationsearch .map_image
{
    padding-top: 3px;
    font-size: xx-large;
    color: #604F81;
}


#step_locationsearch .result_wrapper_parent
{
    text-align: left;
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 10;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
}



#step_locationsearch .result_wrapper
{
    border: 1px solid lightgray;
    background-color: white;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(50, 50, 50, 0.27);
    -moz-box-shadow:    0px 7px 5px 0px rgba(50, 50, 50, 0.27);
    box-shadow:         0px 7px 5px 0px rgba(50, 50, 50, 0.27);
}

#step_locationsearch .result_wrapper ul{
    list-style: none;
    padding: 0px;
    margin: 5px;
    overflow: hidden;
    /* background-color: green; */
    
}

#step_locationsearch .result_wrapper li{
    list-style: none;
    font-size: 20px;
    border-bottom: 1px solid #604f81a6;
    padding-bottom: 4px;
}

#step_locationsearch .result_wrapper li:hover{
    background-color: rgb(228, 228, 228);
}

#step_locationsearch .result_wrapper li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
