
    /* Site Map Styles */
    .sitemap-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .sitemap-menu-block {
        padding: 0 10px;
       /* margin-bottom: 30px;*/
    }

    /* Main page title */
    .page-title-sitemap {
        font-family: sans-serif;
        font-size: 28px;
        font-weight: 500;
        color: #243e76;
        box-sizing: border-box; 
        margin-bottom: 10px;
        border-radius: 5px;
        margin-top: 20px;
        text-transform: capitalize;
    }

    .custom-hr {
        border: 0;
        border-top: 1px solid #D1D5F0; 
        margin: 8px 0px 16px 0; 
    }

    /* Menu section titles */
    .sitemap-section-title {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 2px;
        font-weight: 400;
        font-weight: 600;
        vertical-align: middle;
       /* background-color: #D1D5F0;*/
        padding: 12px 16px;
        border-radius: 5px;
        color: #243e76;
        box-sizing: border-box;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
    }
    .menu-hr {
        border: 0;
        border-top: 1px solid #243e76; 
        margin: 2px 0px 16px 0px; 
    }



    .sitemap-parent-title {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 12px;
        margin: 0px;
        
        color: #212529;
        box-sizing: border-box;
        text-transform: uppercase;
       /* background-color: #f0f4fc;*/
        border-radius: 5px;
    }

   .sitemap-parent-title a {
        padding: 10px 16px;
        color: #212529;
        text-decoration: none;
        transition: color 0.2s ease;
        display: block;
    }

    .sitemap-parent-title:hover {
        color: #1a2f5b;
        text-decoration: none;
       background-color: #e2e9f8;
    }

    .sitemap-parent-title a:hover {
        color: #1a2f5b;
        text-decoration: none;
      /*  background-color: #e2e9f8;*/
    }



    .sitemap-child-list {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .sitemap-child-item {
        display: block;
       /* background-color: #f8f9fc;*/
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
       /* background-position: 12px 13px; */
        font-family: 'Open Sans', sans-serif;
        transition: all 0.2s ease;
    }

    .sitemap-child-item a {
        text-decoration: none;
        transition: all 0.2s ease;
        display: block;
    }
