.align-wrapper {
    display: flex;
    padding: 48px 64px;
    /* justify-self: flex-start; */
    position: relative;
}
.align-wrapper-inner-content {
    display: flex;
    width:100%;
}
.left-wrap {
    /* margin-right: 48px; */
    width: 286px;
    /* flex: 1; */
    /* position: absolute; 
    left: 64px;
    top: 48px;*/
}
.right-wrap {
    /* flex: 1; */
    /* padding-left: 320px; 
    width: 78%;*/
    width:calc(100% - 286px);
    padding-left: 48px;
    min-height: 800px;
}
.right-wrap ul {
    padding-left: 40px;
}
.right-wrap ul li {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.featured-services-wrapper.featured-services-inner {
    padding: 28px 0 48px 0;
}
.featured-services-wrapper.featured-services-inner .services-section .services-box {
    /*margin: 9px;
     height: 424px; */
    height: auto;
}
.featured-services-wrapper.featured-services-inner .services-section .services-box p {
    text-align: left;
    color: rgba(117, 117, 117, 1);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.featured-services-wrapper.featured-services-inner .services-section .services-box h3 {
    line-height: 140%;
        word-break: break-word;
}
.featured-services-wrapper.featured-services-inner .services-section .services-box h3 .title-box {
    line-height: 140%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 22px;
    font-weight: 700;
    color: #0A6588;
    position: relative;
    margin-top: 20px;
}
.align-wrapper .right-wrap .news-wrapper {
    display: block;
    width: 100%;
}
.align-wrapper .right-wrap .news-wrapper.news-wrapper-horizontal-view .news-box {
    margin-bottom: 20px;
} 
.align-wrapper .right-wrap .news-wrapper .news-box {
    width: 100%;
}
.left-wrap .services-menu {
    padding: 20px 0;
    border-bottom: 1px solid #0A6588;
    border-top: 1px solid #0A6588;
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}
.left-wrap .services-menu h3 a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: rgba(13, 59, 102, 1);
}
.left-wrap .services-menu img {
    margin-right: 20px;
}
.left-wrap .services-menu img.close-siderbar-icon {
    width: 38px;
    padding: 9px;
}
.services-link {
    background: rgba(13, 59, 102, 1);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    padding: 11px 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-decoration : none;
}
.services-link:hover {
    background: #0A6588;
}
.services-link a {
    color: #fff !important;
    text-decoration: none;
    text-transform: capitalize;
}
.services-link img {
    width:14px;
}
.services-dropdown-wrapper {
    margin-top: 36px;
}
.services-dropdown-wrapper .dropdown-filter {
    margin-bottom: 10px;
}
.services-dropdown-wrapper .dropdown-filter .header-dropdown {
    background: rgba(245, 245, 245, 1);
    border-radius: 0;
    padding: 10px 14px;
    border-left: 4px solid #A7C957;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.services-dropdown-wrapper .dropdown-filter .dropdownList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.services-dropdown-wrapper .dropdown-filter .dropdownList > li.current-menu-item a {
        color: rgba(13, 59, 102, 1);
    background: rgba(245, 245, 245, 1);
    border-radius: 0;
    padding: 10px 14px;
    border-left: 4px solid #A7C957;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px;
}
.services-dropdown-wrapper .dropdown-filter .dropdownList li a {
    text-decoration: none;
    padding: 10px 28px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgba(13, 59, 102, 1);
    width:100%;
}

.services-dropdown-wrapper .dropdown-filter .dropdownList li.current_page_item.menu-item-has-children > a.submenu-toggle {
    color: rgba(13, 59, 102, 1);
    /* background: rgba(245, 245, 245, 1);
    border-radius: 0;
    padding: 10px 14px;
    border-left: 4px solid rgba(167, 201, 87, 1);
    font-size: 18px;
    font-weight: 700; */
    cursor: pointer;
    /* margin-bottom: 10px; */
}

.services-dropdown-wrapper .dropdown-filter .dropdownList li a.submenu-toggle {
    color: #0A6588;
    background: none;
    border-radius: 0;
    padding: 0;
    border-left: 0;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0;
    background: none;
    position: relative;
}
.services-dropdown-wrapper .dropdown-filter .dropdownList > li.current-menu-item .sub-linktest {
    color: rgba(13, 59, 102, 1);
    background: rgba(245, 245, 245, 1);
    border-radius: 0;
    padding: 10px 14px;
    border-left: 4px solid #A7C957;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px;
}
.services-dropdown-wrapper .dropdown-filter ul.dropdownList > li.menu-item .sub-linktest {
    color: #0A6588;
    /* background: rgba(245, 245, 245, 1); */
    border-radius: 0;
    padding: 10px 14px;
    border-left: 4px solid #cccccc;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px;
    background: none;
    position: relative;
}
.services-dropdown-wrapper .dropdown-filter ul.dropdownList > li.menu-item .sub-linktest:hover {
    border-left: 4px solid #A7C957;
    background: rgba(245, 245, 245, 1);
}
.services-dropdown-wrapper .dropdown-filter .dropdownList ul.sub-menu li.menu-item .sub-linktest {
    padding: 0;
    border-left: 0;
    border-radius: 0;
    margin: 0;
    padding: 10px 15px 10px 20px;
}
.services-dropdown-wrapper .dropdown-filter .dropdownList ul.sub-menu li.menu-item .sub-linktest:hover {
    background: rgba(57, 127, 142, 0.1);
}
.services-dropdown-wrapper .dropdown-filter .dropdownList > li.menu-item.current-menu-ancestor > .sub-linktest,
.services-dropdown-wrapper .dropdown-filter .dropdownList > li.menu-item.current-menu-item.current_page_item > .sub-linktest {
    color: rgba(13, 59, 102, 1);
    background: rgba(245, 245, 245, 1);
    border-radius: 0;
    padding: 10px 14px;
    border-left: 4px solid #A7C957;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px;
}
.services-dropdown-wrapper .dropdown-filter .dropdownList li.current-menu-parent ul.sub-menu li.current-menu-item .sub-linktest {}
.services-dropdown-wrapper .dropdown-filter .dropdownList li.current-menu-parent ul.sub-menu li.current-menu-item > .sub-linktest a {
    font-weight: 600;
}
/* .services-dropdown-wrapper .dropdown-filter .dropdownList li a.submenu-toggle::after {
    content: '';
    width: 8px;
    height: 8px;
    background-size: contain;
    cursor: pointer;
    border: solid #0A6588;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10px;
} */
/* .services-dropdown-wrapper .dropdown-filter .dropdownList li a.submenu-toggle::after:has(+ .sub-menu.open) {
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
} */
/* .services-dropdown-wrapper .dropdown-filter li.current-menu-ancestor.current-menu-parent > a.submenu-toggle {
   color: rgba(13, 59, 102, 1);
    background: rgba(245, 245, 245, 1);
    border-radius: 0;
    padding: 10px 14px;
    border-left: 4px solid rgba(167, 201, 87, 1);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px;
} */
.services-dropdown-wrapper .dropdown-filter .current-menu-item.current_page_item li.current-menu-item a.submenu-toggle {
    color: rgba(13, 59, 102, 1);
    background: none;
    border-radius: 0;
    padding: 10px 15px 10px 28px;
    border-left: 0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0;
}
.services-dropdown-wrapper .dropdown-filter .dropdownList ul.sub-menu {
    padding-left: 0;
}
.services-dropdown-wrapper .dropdown-filter .dropdownList ul.sub-menu li a {
    text-decoration: none;
    /* padding: 10px 15px 10px 20px; */
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(13, 59, 102, 1);
    background: none;
    border: 0;
    margin-bottom: 0;
}
.services-dropdown-wrapper .dropdown-filter .dropdownList ul.sub-menu .menu-item ul.sub-menu li a {
    Padding-left:35px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
}
.services-dropdown-wrapper .dropdown-filter .dropdownList ul.sub-menu .menu-item ul.sub-menu li a:before {
    content:'-';
    margin-right: 5px;
}
.services-dropdown-wrapper .dropdown-filter .dropdownList ul.sub-menu .menu-item ul.sub-menu li a + ul.sub-menu .menu-item ul.sub-menu li a,
.services-dropdown-wrapper .dropdown-filter .dropdownList ul.sub-menu .menu-item ul.sub-menu li ul.sub-menu li a {
    padding-left: 55px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
}  
.services-dropdown-wrapper .dropdown-filter .dropdownList ul.sub-menu .menu-item ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
    padding-left: 75px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
}    
/* .services-dropdown-wrapper .dropdown-filter .dropdownList li a.submenu-toggle:has(+ .sub-menu.open) {
    border-color: rgba(167, 201, 87, 1);
} */
/*.services-dropdown-wrapper .dropdown-filter .dropdownList li:first-child ul.sub-menu {
    display: block;
}*/
.sub-menu {
    display: none;
}

.sub-menu.open {
    display: block;
}

.right-wrap .content-info-services {}
.right-wrap .content-info-services h3,
.right-wrap .content-info-services h1 {
    font-size: 48px;
    font-weight: 700;
    color: rgba(13, 59, 102, 1);
    margin-bottom: 32px;
    line-height: normal;
    margin: 0;
}
.right-wrap .content-info-services p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}
.news-wrapper-horizontal-view.news-wrapper .news-box .align-img {
    height: auto;
}
.news-wrapper-horizontal-view.news-wrapper .news-box .align-img img {
    width: 180px;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}
.news-wrapper-horizontal-view.news-wrapper .news-box .align-blog-content {
    padding: 18px 24px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.news-wrapper-horizontal-view.news-wrapper .news-box a {
    font-weight: 600;
    text-decoration: none;
    color: rgba(13, 59, 102, 1);
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    margin-top: 12px;
}
.news-wrapper-horizontal-view.news-wrapper .news-box a img {
    width: 14px;
    vertical-align: middle;
    margin-left: 10px;
    height: auto;
}

.programs-services-wrapper {
    padding: 28px 0 48px 0;
}
.programs-services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.programs-services-wrapper .services-section {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}
.programs-services-wrapper .services-section .services-box {
    border: 2px solid #A7C957;
    border-radius: 8px;
    padding: 0px;
    width:100%;
    height: 565px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
text-decoration: none;
}
.programs-services-wrapper .services-section .services-box img {
    margin-bottom: 20px;
    width:100%;
}
.programs-services-wrapper .services-section .services-box .programs-img {
    height: 300px;
    margin: 0;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}
.programs-services-wrapper .services-section .services-box h3 {
    margin-top: 20px;
    padding: 0 24px;
}
.programs-services-wrapper .services-section .services-box h3 .programs-services-title {
    font-size: 22px;
    font-weight: 700;
    color: #0A6588;
    margin-bottom: 10px;
    position: relative;
    line-height: 120%;
    text-align: left;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.programs-services-wrapper .services-section .services-box h3::before {
    content: '';
    width: 60px;
    height: 5px;
    background: #A7C957;
    position: absolute;
    top: -20px;
    left: 24px;
    right: 0;
    margin-left: 0;
    border-radius: 5px;
}
.programs-services-wrapper .services-section .services-box .programs-services-info p {
    text-align: left;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 24px;
}
.programs-services-wrapper .services-section .services-box .align-inner-service-box {
    text-align: left;
    padding: 0 24px;
}
.programs-services-wrapper .services-section .services-box .load-more-btn {
    text-decoration: none;
    color: #0D3B66;
    display: inline-block;
    width: fit-content;
    align-self: flex-start;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px 10px 20px;
}
.programs-services-wrapper .services-section .services-box .load-more-btn img {
    margin: 0;
    vertical-align: middle;
    margin-left: 10px;
}
.programs-services-header .programs-services-filter-wrap h2,
.right-wrap .featured-services-header .featured-services-filter-wrap h2 {
    margin-bottom: 25px;
}
.programs-services-wrapper .services-section .services-box:hover {
    border: 2px solid #0A6588;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.programs-services-wrapper .services-section .services-box:hover .load-more-btn {}
.programs-services-wrapper .services-section .services-box:hover h3::before {
    width: 153px;
}

/* ak */
.sub-linktest {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.submenu-toggle .dropdown-arrow,
.left-wrap .services-dropdown-wrapper .sub-linktest .dropdown-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(.././images/down-arrow.svg) no-repeat center center;
    background-size: contain;
    margin-left: 8px;
    cursor: default;
    transform: rotate(-0deg);
    background-size: 12px;
}
.sub-menu.open li.current-menu-item > a {
    font-weight: 700 !important;
}
.left-wrap .services-dropdown-wrapper .submenu-toggle .dropdown-arrow,
.left-wrap .services-dropdown-wrapper .sub-linktest .dropdown-arrow {
    cursor: pointer;
    float: right;
    margin-top: 8px;
    margin: 0;
    /* position: absolute; */
    right: 0;
    top: 0;
    height: 100%;
        padding: 10px;
    display: block;
}
.submenu-toggle .dropdown-arrow:has(+ .sub-menu.open),
.left-wrap .services-dropdown-wrapper .sub-linktest .dropdown-arrow:has(+ .sub-menu.open)  {
    transform: rotate(90deg);
}

/*.submenu-toggle .dropdown-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(.././images/down-arrow.svg) no-repeat center center;
    background-size: contain;
    margin-left: 8px;
    cursor: default;
    transform: rotate(0deg);
    background-size: 12px;
}
.sub-menu.open li.current-menu-item > a {
    font-weight: 700 !important;
}
.left-wrap .services-dropdown-wrapper .submenu-toggle .dropdown-arrow {
    cursor: pointer;
    float: right;
    margin-top: 8px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 10px;
    display: block;
}
.submenu-toggle .dropdown-arrow:has(+ .sub-menu.open),
.submenu-toggle .dropdown-arrow.arrow_rotate {
    transform: rotate(-180deg);
}*/
/* ak ends */


.page-head-banner .wp-block-column:empty {
    display:none;
}
.wp-block-button .wp-block-button__link {
    border-radius: 4px;
    background: rgba(13, 59, 102, 1);
    color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
        background: rgba(0, 65, 91, 69%);
}
@media (min-width:1400px) {
    .align-wrapper {
        width:1400px;
        margin: auto;
    }
}
@media (max-width:992px) {
    .align-wrapper {
        display: flex;
        padding: 48px 20px;
        flex-direction: column;
        width:100%;
        position: relative;
        padding-top: 10px;
    }
    .align-wrapper-inner-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    }
    .left-wrap {
       margin-right: 0;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
    }
    .right-wrap {
        width: 100%;
        padding-left: 0;
        min-height: auto;
    }
    .programs-services-wrapper .services-section .services-box {
        width: 100% !important;
    }
    .news-wrapper-horizontal-view.news-wrapper .news-box .align-blog-content {
        padding: 16px 16px 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
    }
    .news-wrapper-horizontal-view.news-wrapper .news-box span {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
    }
    .news-wrapper-horizontal-view.news-wrapper .news-box h3 {
        font-size: 14px;
        font-weight: 700;
        color: #0A6588;
        line-height: 125%;
    }
    .news-wrapper-horizontal-view.news-wrapper .news-box a {
        font-size: 14px;
        margin-top: 12px;
    }
    .news-wrapper-horizontal-view.news-wrapper .news-box .align-img {
        height: auto;
    }
    .left-nav-fixed-top {
        position: fixed;
        width: 100%;
        background: #fff;
        left: 0;
        padding: 0 20px;
        z-index:9;
        top: 160px;

    }
    .left-wrap .services-dropdown-wrapper{
        height: calc(100vh - 390px);
        overflow: auto;
    }
}

/*Division Topic page*/
.close-siderbar-icon {
    display: none;
}

.align-display-flex {
    display: flex;
}
.snap-image {
    /* width: 500px; */
    width: 100%;
    box-shadow: 10px 10px 0px 0px #A7C957;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
}
.snap-image img {
    width: 100%;
    height: 100% !important;
    vertical-align: bottom;
    object-fit: cover;
}
.snap-content {
    flex:1;
    /* padding-left: 40px; */
}
.snap-content p {
    font-size: 24px;
    font-weight: 700;
    /* color:rgba(13, 59, 102, 1); */
    color: #000;
    margin-bottom: 10px;
}
.snap-content .info p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.snap-content .snap-links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.snap-content .snap-links li {
    border-bottom: 1px solid rgba(109, 46, 70, 1);
    margin-bottom: 10px;
    width: fit-content;

}
.snap-content .snap-links a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(13, 59, 102, 1);
    display: block;
    text-decoration: none;
}
.page-content {
    margin-top: 30px;
}
.right-wrap > .page-content {
    margin-top:0;
}
.page-content .page-para p a {
    color: rgba(0, 0, 0, 1);
}
.page-content.align-display-flex .snap-image {
    flex:1;
}
.page-content.align-display-flex .snap-content {
    padding-left: 40px;
}
.wp-block-column.snap-image .wp-block-image {
    height: 100%;
}
.wp-block-table {
        overflow-x: inherit !important;
}
.table-wrap table,
.wp-block-table table,
.type-page table,
#data-table-container table {
    border-collapse: collapse;
    width: 100%;
    border: 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    border: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    table-layout: auto !important;
    border-radius: 6px;
}
.table-wrap table thead,
.wp-block-table table thead,
.type-page table thead {
    border-bottom: 0;
}
.table-wrap table thead tr,
.wp-block-table table thead tr,
.type-page table thead tr {
    background: #0A6588;
    color: #fff;
    font-weight: 600;
}
.table-wrap table thead tr th,
.wp-block-table table thead tr th,
.type-page table thead tr th,
.wp-block-table table thead tr th strong {
    padding: 16px 12px;
    border: 0;
    color: #fff;
}
.table-wrap table tbody {}
.table-wrap table tbody tr {}
.table-wrap table tbody tr.table-head,
.wp-block-table table tbody tr.table-head,
.type-page table tbody tr th {
    background: #0A6588;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
}
.table-wrap table tbody tr td,
.wp-block-table table tbody tr td,
.type-page table tbody tr td,
#data-table-container table tbody tr td {
    padding: 16px 20px;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #0A6588;
}
.table-wrap table tbody tr:last-child td,
.wp-block-table table tbody tr:last-child td,
.type-page table tbody tr:last-child td {
    border-bottom: 0;
}
.table-wrap table tbody .sr-txt,
.wp-block-table table tbody tr td:first-child,
.type-page table tbody tr td:first-child {
    background: rgba(57, 127, 142, 0.1);
    /* font-weight: bold; */
}
.table-wrap table tbody .sr-txt, 
.is-style-regular.wp-block-table table tbody tr td:first-child,
.type-page table tbody tr td:first-child {
    background: transparent !important;
}

/* top-left border-radius */
table tr:first-child th:first-child,
#data-table-container table tr:first-child th:first-child {
    border-top-left-radius: 6px;
}

/* top-right border-radius */
table tr:first-child th:last-child,
#data-table-container table tr:first-child th:first-child {
    border-top-right-radius: 6px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child,
#data-table-container table tr:first-child th:first-child {
    border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child,
#data-table-container table tr:first-child th:first-child {
    border-bottom-right-radius: 6px;
}
.page-para {}
.page-para ul,
.page-para ol,
ul.page-para,
ol.page-para,
.type-page ul,
.type-page ol {
    margin: 0;
    padding-left: 40px;
}
.page-para ul li,
.page-para ol li,
.type-page ul li,
.type-page ol li {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}
/*.page-para ul li .para-title a,
ul.page-para li a,
.type-page ul li a,
.type-page ol li a {
    color: #0A6588;
    text-decoration: underline;
    font-weight: bold;
}*/
.type-page .entry-content .row {
    display: block;
}
.page-para ul li a {
    color: #0A6588;
    text-decoration: underline;
    font-weight: bold;
}
.home-banner-txt {
    padding: 0;
    width: 100%;
    min-height: 190px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px normal;
    flex-direction: column;
    background: linear-gradient(0deg, #00415bff 0%, #0A6588 100%);
}
.home-banner-txt .align-home-banner-txt {
    width: 100%;
    margin: auto;
    padding: 0 64px;
    padding-top: 40px;
}
.home-banner-txt h1 {
    font-style: normal;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #ffffff;
    line-height: 120%;
    margin: 0;
    padding-bottom: 30px;
}
.home-banner-txt .home-banner-txt-image {
    background: #A7C957;
    height: 5px;
    width: 130px;
    border-radius: 5px;
    margin: 0;
        margin-bottom: 18px;
}
/*service center page css*/
.title-inner-page {
    font-size: 48px;
    font-weight: 700;
    color: rgba(13, 59, 102, 1);
    margin-bottom: 32px;
    line-height: normal;
}
.search-zip-code-wrap {}
.search-zip-code-wrap h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}
.search-zip-code-wrap .search-wrap {
    width: 570px;
    display: flex;
    margin-bottom: 32px;
    gap:0;
}
.search-zip-code-wrap .search-wrap .input-search {
    border: 1px solid rgba(89, 89, 89, 1);
    border-right: 0;
    border-radius: 4px 0 0 4px;
    height: 48px;
    text-indent: 10px;
    flex: 1;
    color: #000;
}
.search-zip-code-wrap .search-wrap .input-search:focus {
    outline: none;
}
.search-zip-code-wrap .search-wrap .search-btn {
    background: rgba(0, 95, 133, 1);
    border: 0;
    width: 78px;
    height: 48px;
    cursor: pointer;
    background: url('../images/header/search-white-icon.png'), #005F85;
    background-repeat: no-repeat;
    background-position: center;
}
.search-zip-code-wrap .locations-links {
    margin-bottom: 20px;
}
.search-zip-code-wrap .locations-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.search-zip-code-wrap .locations-links ul li {
    padding: 0 20px;
    border-right: 1px solid rgba(13, 59, 102, 1);
}
.search-zip-code-wrap .locations-links ul li a {
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    /* padding: 0 20px;
    border-right: 1px solid rgba(13, 59, 102, 1); */
    border-bottom: 3px solid transparent;
}
.search-zip-code-wrap .locations-links ul li a:hover {
    font-weight: normal;
    text-decoration: none;
}
.search-zip-code-wrap .locations-links ul li a.active {
    font-weight: 600;
    border-bottom: 3px solid rgba(167, 201, 87, 1);
}
.search-zip-code-wrap .locations-links ul li:first-child a {
    padding-left: 0;
} 
.search-zip-code-wrap .locations-links ul li:last-child a {
    border-right:0;
} 
.search-zip-code-wrap .locations-links ul li:hover a {
    border-bottom: 3px solid #000;
}
.county-wrapper {}
.county-wrapper h2.title-county {
    font-size: 48px;
    font-weight: 700;
    color: rgba(13, 59, 102, 1);
    line-height: normal;
    margin-bottom: 20px;
}
.county-wrapper .county-wrapper-info {
    display: flex;
    flex-wrap: wrap;
}
.county-wrapper .county-wrapper-info .county-box {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 0 18px 18px 18px;
    width: 30%;
    margin: 12px;
    display: inline-block;
    border-radius: 8px;
    border: 2px solid #fff;
    cursor: pointer;
    vertical-align: top;
    min-height: 265px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.county-wrapper .county-wrapper-info .county-box .kent-county {
    border: 1px solid #A7C957;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    text-align: center;
    min-width: 122px;
    height: 33px;
    margin-bottom: 24px;
    width: fit-content;
    padding: 3px 12px;
}
.county-wrapper .county-wrapper-info .county-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0A6588 ;
    margin-bottom: 12px;
}
.county-wrapper .county-wrapper-info .county-box h3 a {
    text-decoration: none;
    color:#0A6588;
}
.county-wrapper .county-wrapper-info .county-box p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 24px;
}
.county-wrapper .county-wrapper-info .county-box .details-link a {
    background: rgba(13, 59, 102, 1);
    color: #fff;
    border-radius: 4px;
    padding: 10px 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
}
.county-wrapper .county-wrapper-info .county-box .details-link a:hover {
        background: #0A6588;
}
.county-wrapper .county-wrapper-info .county-box .details-link span {}
.county-wrapper .county-wrapper-info .county-box .details-link img {
    margin-left: 5px;
}
.county-wrapper .county-wrapper-info .county-box .details-link:hover {
    background: rgba(76, 121, 139, 1);
}
.county-wrapper .county-wrapper-info .county-box:hover {
    border: 2px solid #A7C957;
}
.county-wrapper .county-wrapper-info .county-box:hover .kent-county {
    background: #A7C957;
    cursor: pointer;
}
.county-wrapper .county-wrapper-info .county-box:hover h3 {
    color: rgba(13, 59, 102, 1);
    text-decoration: underline;
}

/*Service center page2*/
.address-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top:40px;
}
.address-content .address-info {
    margin: 10px;
    width: 31%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 24px;
    text-align: center;
}
.address-content .address-info img {
    margin-bottom: 20px;
}
.address-content .address-info .align-content {}
.address-content .address-info .align-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0A6588;
    margin-bottom: 10px;
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.address-content .address-info .align-content h3::before {
    content: '';
    width: 60px;
    height: 5px;
    background: #A7C957;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}
.address-content .address-info .align-content p {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 140%;
    margin-bottom: 24px;
    text-align: center;
}
.address-content .address-info .align-content p span {
    display: block;
    margin-bottom: 10px;
}
.btn-direction,
a.btn-direction {
    background: rgba(13, 59, 102, 1);
    color: #fff;
    border-radius: 4px;
    padding: 10px 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
}
.btn-direction:hover,
a.btn-direction:hover {
    background: #0A6588;
}
a.btn-direction img {
    margin-bottom: 0 !important;
}
.address-content .address-info.parking-info {
    width: 100%;
    text-align: left;
    display: flex;
}
.address-content .address-info.parking-info .align-content {
    text-align: left;
    padding-left: 30px;
    flex: 1;
}
.address-content .address-info.parking-info .align-content h3,
.address-content .address-info.parking-info .align-content p {
    text-align: left;
}
.address-content .address-info.parking-info .align-content h3::before {
    display: none;
}
.services-offer-wrapper {
        overflow-x: inherit;
}
.table-wrap.services-offer-wrapper table tbody tr.table-head {
    border-radius: 0;
}
.services-offer-wrapper.table-wrap table tbody tr td:first-child {
    text-align: left;
        border-top-left-radius: 0px;
}
.services-offer-wrapper.table-wrap table tbody tr td:nth-child(2) {
    text-align: left;
    border-top-right-radius: 0px;
}

.table-wrap.services-offer-wrapper table tbody tr.table-head:first-child {
    border-radius: 0;
}
.services-offer-wrapper.table-wrap table tbody tr.table-head:first-child td:first-child {
    text-align: left;
        border-top-left-radius: 6px;
}
.services-offer-wrapper.table-wrap table tbody tr.table-head:first-child td:nth-child(2) {
    text-align: left;
    border-top-right-radius: 6px;
}
.services-section.align-3-box .services-box {
    width: 31%;
}
/*Health Workforce Subcommittee page css*/
.commitee-member-wrapper {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
.commitee-member-wrapper .title-commitee-member {
    background: #0A6588;
    color: #fff;
    padding: 16px 24px;
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
}
.commitee-member-wrapper .members-data {
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
}
.commitee-member-wrapper .members-data .members-box {
    width: 47%;
    text-align: left;
    padding: 28px 0;
    border-bottom: 1px solid #0A6588;
    margin: 0 10px;
}
.commitee-member-wrapper .members-data .members-box h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.commitee-member-wrapper .members-data .members-box p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}
.commitee-member-wrapper .members-data .members-box:last-child,
.commitee-member-wrapper .members-data .members-box:nth-last-child(-n+2) {
    border-bottom: 0;
}
ul.how-doing-txt {
    padding-left: 30px;
}
ul.how-doing-txt li a {
    color: #000;
    text-decoration: underline;
}
.snap-content .gutentoc,
.gutentoc {
    border: 0 !important;
    padding: 0;
    background: #fff !important;
}
.snap-content .gutentoc-toc-title-wrap .text_open,
.gutentoc-toc-title-wrap .text_open {
    display: none !important;
}
.snap-content #toclist .gutentoc-toc__list-wrap ul.gutentoc-toc__list,
#toclist .gutentoc-toc__list-wrap ul.gutentoc-toc__list {
    margin: 0;
    margin-top: 12px;
    
}
.snap-content #toclist .gutentoc-toc__list-wrap ul.gutentoc-toc__list li,
#toclist .gutentoc-toc__list-wrap ul.gutentoc-toc__list li  {
    border-bottom: 1px solid rgba(109, 46, 70, 1);
    margin-bottom: 10px;
    width: fit-content;
}
.snap-content #toclist .gutentoc-toc__list-wrap ul.gutentoc-toc__list li a,
#toclist .gutentoc-toc__list-wrap ul.gutentoc-toc__list li a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(13, 59, 102, 1);
    display: block;
    text-decoration: none;
}
.wp-block-table.table-wrap {
    overflow-x: inherit;
}
/*gutanburg css*/
.type-page header.entry-header {
    display: none;
}
.type-page header.entry-header h1.entry-title {
    margin-top: 0;
}
.type-page a {
    color: #0A6588;
    text-decoration: underline;
    font-weight: 500;
}
.type-page .wp-block-separator {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    border-top: 1px solid;
    border-color: #ccc;
}
.page-content h1, 
.type-page h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
    margin-top: 24px;
    color: rgba(13, 59, 102, 1);
}
.page-content h2,
.type-page h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
    margin-top: 24px;
    color: rgba(13, 59, 102, 1);
}
.page-content .page-para {}
.page-content .page-para p,
.page-para,
.type-page p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
    word-break: break-word;
    color: rgba(0, 0, 0, 1);
}
.type-page h3 {
    font-size: 30px;
    color: rgba(13, 59, 102, 1);
}
.type-page h4 {
    font-size: 20px;
    color: #000;
}
.type-page b, .type-page strong {
    font-weight: 600;
    color: #000;
}
.type-page .wp-block-esab-accordion .esab__container .wp-block-esab-accordion-child,
.type-page .wp-block-esab-accordion .esab__container .wp-block-esab-accordion-child.esab__active_accordion {
    border-color: #0A6588;
}
.type-page .wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__active.esab__body, 
.type-page .wp-block-esab-accordion.nested-accordion .wp-block-esab-accordion-child > .esab__active.esab__body  {
    border-color: #0A6588;
    background: #fff;
}
.type-page .wp-block-esab-accordion .esab__icon svg {
    font-size: 20px;
    height: 36px;
    width: 36px;
}
.type-page .wp-block-esab-accordion .esab__head:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.type-page .wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__body, 
.type-page .wp-block-esab-accordion.nested-accordion .wp-block-esab-accordion-child > .esab__body {
    border: 0 !important;
    padding: 10px 24px !important;
}
.type-page .wp-block-esab-accordion .esab__active_accordion > .esab__head, 
.type-page .wp-block-esab-accordion.nested-accordion .esab__active_accordion > .esab__head {
    background: #fff !important;
}
.type-page .wp-block-esab-accordion .esab__active_accordion .esab__heading_txt > .esab__heading_tag, 
.type-page .wp-block-esab-accordion.nested-accordion .esab__active_accordion .esab__heading_txt > .esab__heading_tag {
    color: #0A6588 !important;
    font-weight: 700 !important;
}
/* A to Z listing */
.a-z-listing-wrap a.anchors_link,
.a-z-listing-wrap a,
P a.anchors_link {
    width: 64px;
    height: 58px;
    display: inline-block;
    background: #fff;
    border: 0;
    box-shadow: 7px 7px 15px 7px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    text-align: center;
    line-height: 58px;
    font-size: 25px;
    /* color: #000; */
    margin: 5px;
    color: rgb(114 114 114);
    margin: 5px;
    text-decoration: none;
}
.a-z-listing-wrap a.anchors_link:hover,
.a-z-listing-wrap a:hover {
    text-decoration: underline;
    text-decoration-color: rgba(167, 201, 87, 1);
    text-underline-offset: 5px;
    color: #0A6588;
}
.a-z-listing-wrap a.anchors_link.linkactive,
.a-z-listing-wrap a.linkactive {
	background: #0A6588;
    color: #fff;
    font-size: 38px;
    line-height: 50px;
}
.filter-table-data p a {
    width: 64px;
    height: 58px;
    display: inline-block;
    background: #fff;
    border: 0;
    box-shadow: 7px 7px 15px 7px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    text-align: center;
    line-height: 58px;
    font-size: 25px;
    /* color: #000; */
    margin: 5px;
    color: rgb(114 114 114);
    margin: 5px;
    text-decoration: none;
}
.filter-table-data p a:hover {
    text-decoration: underline;
    text-decoration-color: rgba(167, 201, 87, 1);
    text-underline-offset: 5px;
    color: #0A6588;
}

@media (min-width:1400px) {
    .home-banner-txt .align-home-banner-txt {
        width: 1400px;
        margin: auto;
        padding: 0 64px;
        padding-top: 40px;
    }
}

@media (max-width:992px) {
    .align-display-flex {
        display: block;
    }
    .table-wrap,
    .wp-block-table {
        overflow: auto;
    }
    .table-wrap table,
    .wp-block-table table,
    .type-page table {
        width: 960px !important;
    }
    .home-banner-txt {
        padding: 0 20px 0 20px;
        min-height: auto;
        height: auto;
    }
    .home-banner-txt .align-home-banner-txt {
        width: 100%;
        margin: auto;
        padding: 0px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-banner-txt h1 {
        font-size: 32px;
        padding-bottom: 0;
    }
    .snap-image {
        width: 100%;
    }
    .snap-image img {
        width: 100%;
    }
    .address-content {
        flex-direction: column;
    }
    .address-content .address-info {
        width: 100%;
        margin: 10px 0;
        box-shadow: none;
        border-bottom: 1px solid #ccc;
    }
    .address-content .address-info:hover {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    }
    .snap-content {
        padding-left: 0;
        margin-top: 20px;
    }
    .page-content h2,
    .type-page h2,
    .type-page h1 {
        font-size: 28px;
        word-break: break-word;
    }
    .page-para ul li, .page-para ol li,
    .type-page ul li,
    .type-page ol li {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .page-content .page-para p,
    .type-page p {
        font-size: 14px;
    }
    .services-section.align-3-box .services-box {
        width: 100%;
    }
    .commitee-member-wrapper .members-data .members-box {
        width:100%;
        margin: 0;
    }
    .county-wrapper .county-wrapper-info {
        flex-direction: column;
    }
    .county-wrapper .county-wrapper-info .county-box {
        width:100%;
        height: 100%;
        margin: 12px 0;
    }
    .search-zip-code-wrap .search-wrap {
        width:100%;
    }
    .search-zip-code-wrap .locations-links ul li a {
        text-align: center;
    }
    .search-zip-code-wrap .locations-links {
        overflow: auto;
    }
    .table-wrap.services-offer-wrapper table {
        width: 100% !important;
    } 
    .a-z-listing-wrap a.anchors_link {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }
    .featured-services-wrapper.featured-services-inner .services-section .services-box h3 {
        word-break: break-word;
    }
    .toggle-left-sidebar-content {
        display: none;
    }
    .toggle-left-sidebar-content.sidebar-visible {
        display: block;
        transition: display-block 0.5s ease-in 0.3s;
    }
    .services-menu.close-sidebar .close-siderbar-icon {
        display: block;
        cursor: pointer;
        border: 1.5px solid rgba(13, 59, 102, 1);
        padding: 5px;
        border-radius: 3px;
    }
    .services-menu.close-sidebar .open-siderbar-icon {
        display: none;
    }
    .services-menu .open-siderbar-icon {
        display: block;
    }
    .services-menu .close-siderbar-icon {
        display: none;
        cursor: pointer;
        border: 1.5px solid rgba(13, 59, 102, 1);
        padding: 5px;
        border-radius: 3px;
    }
    .left-wrap .services-menu {
        padding: 20px 0;
        border-bottom: 0;
        border-top: 0;
        display: flex;
        align-items: center;
        margin-bottom: 6px;
    }
}
.th-text {
    color: #ffffff !important;
}
.services-offer-wrapper.table-wrap table {
    width: 100%;
    table-layout: fixed;
}
 
.services-offer-wrapper.table-wrap table td {
    vertical-align: top;
}
 
.services-offer-wrapper.table-wrap table td:first-child {
    width: 35%;
    white-space: nowrap;
    padding-right: 24px;
}
 
.services-offer-wrapper.table-wrap table td ul,
.services-offer-wrapper.table-wrap table td li {
    font-size: inherit;
    line-height: inherit;
}
.services-link span{
    color:#fff;
}
.services-dropdown-wrapper .dropdown-filter .dropdownList 
ul.sub-menu li.current-menu-item > .sub-linktest > a {
    font-weight: 700 !important;
}
.inner-custom-form-adult-abuse-search {
    margin-top: 30px; /* or padding-top */
}
 
