#search-sitemap #content-wrapper {
    padding: 0;
}

.wrapper_sitemap {
    border-top: 1px solid #E9E9E9;
    background-color: white;
}

.wrapper_sitemap .wp_sitemap_content {
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper_sitemap .wp_sitemap_content .wp_col_1 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.wrapper_sitemap .wp_sitemap_content .wp_col_2 {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.sitemap_breadcrumb {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #A4A8AA;
    margin: 30px 0 26px 0;
}

.sitemap_breadcrumb a {
    text-decoration: underline;
    color: #A4A8AA;
}

.wrapper_sitemap .wp_sitemap_content .wp_col_1 .wp_col_item,
.wrapper_sitemap .wp_sitemap_content .wp_col_2 .wp_col_item {
    width: 25%;
    float: left;
    font-style: normal;
    color: #303030;
}

.wrapper_sitemap .wp_sitemap_content .wp_col_1 .wp_col_item .wp_item_title,
.wrapper_sitemap .wp_sitemap_content .wp_col_2 .wp_col_item .wp_item_title {
    font-weight: 600;
    font-size: 18px;
    min-height: 18px;
}

.wrapper_sitemap .wp_sitemap_content .wp_col_1 .wp_col_item .link_content,
.wrapper_sitemap .wp_sitemap_content .wp_col_2 .wp_col_item .link_content {
    line-height: 175%;
}

.wrapper_sitemap .wp_sitemap_content .wp_col_1 .wp_col_item .link_content a,
.wrapper_sitemap .wp_sitemap_content .wp_col_2 .wp_col_item .link_content a {
    color: #3dba92;
    text-decoration-line: underline;
    letter-spacing: 0.25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.25rem;
}

@media only screen and (max-width: 599px) {
    .wrapper_sitemap {
        margin-left: 15px;
    }
    
    .wrapper_sitemap .wp_sitemap_content .wp_col_1 .wp_col_item,
    .wrapper_sitemap .wp_sitemap_content .wp_col_2 .wp_col_item {
        width: 100%;
    }

    .wrapper_sitemap .wp_sitemap_content .wp_col_1 .wp_col_item .wp_item_title,
    .wrapper_sitemap .wp_sitemap_content .wp_col_2 .wp_col_item .wp_item_title {
        margin-top: 10px;
    }

    .wrapper_sitemap .wp_sitemap_content .wp_col_1 {
        border-bottom: unset;
        margin-bottom: 0;
    }

    .sitemap_breadcrumb {
        margin: 30px 0 10px 0;
    }

    .wrapper_sitemap .wp_sitemap_content {
        width: auto;
    }

    #about_content ul.list_suburb li {
        width: 100%;
    }

    .list_content h3 {
        font-size: 20px;
        margin: 0 15px;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 600px) {
    .wrapper_sitemap .wp_sitemap_content {
        width: auto;
        margin: 0 40px;
    }
}

@media only screen and (max-width: 1279px) {
    #about_content.list_content {
        width: auto !important;
    }

    #about_content.list_content .alphabet ul {
        margin: 0 25px 10px 25px
    }

    #about_content.list_content h3 {
        margin-left: 20px;
    }

    #about_content.list_content .sitemap_breadcrumb {
        margin-left: 20px;
    }
}