header.site-header .header-top {
    overflow: visible !important;
}
.top-right {
    padding: 10px 0 10px 28px !important;
    z-index: 999999  !important;
}
header.site-header .top-right #inYourCommunity {
    padding: 0;
    margin: 0 25px;
    font-size: 13px;
    font-family: 'Poppins';
    display: inline-block;
    width: 100%;
    cursor: pointer;
    text-align: right;
}
#communitySelectDrawer {
    display: none;
    width: 375px;
    padding: 20px;
    position: absolute;
    z-index: 11;
    border: 1px solid #d8d8d8;
    box-shadow: 0px 3px 6px #00000029;
    min-height: 100px;
    float: left;
    top: 40px; /* top 165px for iphone 144 for ipad  */
    right: -20px;
    background: #ffffff;
    -webkit-transition: all swing 0.35s;
    -o-transition: all swing 0.35s;
    transition: all swing 0.35s;
}
#leftSide {
    width: 140px;
    float: left;
    padding: 0 5px;
}
#rightSide {
    width: 140px;
    float: right;
    padding: 0 5px;
}
#middle {
    width: 52px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 3em;
}
input[name='communityZipSearch'],
#rightSide #communityStateSearch,
#communityStateSearch option {
    width: 125px !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 0 !important;
    padding: 3px !important;
    line-height: 1.5em;
    height: 1.5em;
    background: #fff;
}
input[name='communityZipSearch']:focus-visible,
#rightSide #communityStateSearch:focus-visible {
    outline: none;
}
#communitySearchBtn {
    width: 100%;
    border-radius: 0;
    background: #e52d87;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    text-align: center;
    padding: 10px;
    margin: 20px 0 10px;
    cursor: pointer;
}
#selected-community-name {
    cursor: pointer;
}
#nonFunctionalSearchResponse {
    /*color: red;*/
    font-size: 13px;
    font-family: 'Poppins';
    margin: 5px 0;
}
#mobileChildCommunitySearchResults {
    display: none;
}
#inYourCommunityMobile {
    display: none;
}
#inYourCommunityMobile > p {
    color: #e52d87;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
}
#inYourCommunityMobile #drawerClose {
    float: right;
    color: #444444;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
}
#mobile-community-search-icon {
    display: none;
    cursor: pointer;
    margin: 0 15px;
    color: #9b9b9b;
    padding: 5px 0;
    line-height: 1;
    height: 26px;
    width: 26px;
    vertical-align: middle;
    text-align: center;
}
#childCommunitySelectModal {
    display: none;
    position: fixed;
    z-index: 101; /* more than z-index of .top-right */
    /* padding-top: 100px;  */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(82, 82, 82, 0.7);
}
#childCommunitySelectModal #modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    width: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 15px;
    resize: both;
    overflow: auto;
}
#childCommunitySelectModal #modal-content #modal-close {
    color: #5e5e5e;
    background: rgb(223, 223, 223);
    border-radius: 50%;
    float: right;
    font-size: 21px;
    font-weight: bold;
    height: 30px;
    width: 30px;
    padding: 5px;
    text-align: center;
    line-height: 1em;
}
#childCommunitySelectModal #modal-content #modal-close:hover,
#childCommunitySelectModal #modal-content #modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#modal-inner-content {
    padding: 20px;
}
td.commName {
    width: 400px;
}
.childCommunitySelectModal-open {
    display: block !important;
}

#mobile-result-close {
    float: right;
    margin-right: 5px;
    font-weight: 500;
    color: #444;
    background: #f1f1f1;
    padding: 3px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 20px;
}

@media screen and (max-width: 1199px) and (min-width: 951px) {
    #childCommunitySelectModal #modal-content {
        width: 90%;
    }
    td.commName {
        width: 350px;
    }
}

@media screen and (max-width: 950px) and (min-width: 769px) {
    #childCommunitySelectModal #modal-content {
        width: 90%;
    }
    td.commName {
        width: 300px;
    }
}

@media screen and (max-width: 768px) {
    #inYourCommunityMobile {
        display: block;
    }
    #mobile-community-search-icon {
        display: block;
    }
    header.site-header .top-right #inYourCommunity {
        display: none;
    }
    header.site-header .search-btn i {
        color: #9b9b9b !important;
    }
    #childCommunitySelectModal #modal-content {
        width: 90%;
    }
    td.commName {
        width: 250px;
    }
}

@media screen and (max-width: 600px) {
    #communitySelectDrawer {
        width: 100vw;
    }
    .childCommunitySelectModal-open {
        display: none !important;
    }
    .commBlurb {
        display: none;
    }
    #mobileChildCommunitySearchResults {
        display: block;
    }
}

/* @media screen and (min-width: 769px) {
    header.site-header .search-btn {
        display: none !important;
    }
} */