section.about-us .sidebar ul li.current_page_ancestor>a,
section.about-us .sidebar ul li.current_page_parent>a,
section.about-us .sidebar ul li a:hover,
section.about-us .sidebar ul li a[aria-current="page"] { 
    text-decoration: underline;
    text-decoration-color: #BA0C2F;
    -webkit-text-decoration-color: #BA0C2F;
    text-underline-offset: 9px;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
}
section.about-us .sidebar ul.children ul.children {
    margin-left: 54px;
    margin-top: 9px;
}
section.about-us .sidebar ul.children ul.children li {
    list-style-type: disc;
    margin: 5px 0 0 0;
}
section.about-us .sidebar ul:not(.children) > li.active .toggle {
    transform: rotate(180deg);
}
section.about-us .sidebar ul:not(.children) > li .toggle {
    position: absolute;
    right: 0;
    top: 9px;
}
section.about-us .sidebar ul:not(.children) > li {
    margin: 0 0 29px;
    position: relative;
    padding-right: 30px;
}
section.about-us .read-more {
    margin-top: 54px;
}
section.about-us .sidebar ul ul li {
    margin: 21.5px 0 0 0;
}
section.about-us .sidebar ul ul {
    margin-left: 26px;
}
section.about-us .sidebar ul {
    margin: 0;
}
section.about-us .sidebar ul ul li a {
    font-size: 16px;
}
/* section.about-us .sidebar ul li a:hover:after {
    opacity: 1;
} */
/* section.about-us .sidebar ul li a:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #27272A;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
} */
section.about-us .sidebar ul li a {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    color: #27272A;
    padding-bottom: 1px;
    position: relative;
}
section.about-us .sidebar ul li {
    list-style-type: none;
}
/* section.about-us .inner-content .content mark.has-inline-color:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #BA0C2F;
    position: absolute;
    left: 0;
    bottom: 0;
} */
section.about-us .inner-content .content mark {
    color: #27272A !important;
    position: relative;
    font-size: 32px;
    text-decoration: underline;
    text-underline-offset: 10px;
    -webkit-text-decoration-color: #BA0C2F; 
    text-decoration-color: #BA0C2F;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
}
section.about-us h1 {
    font-family: 'Inter', sans-serif;
    /* font-size: 96px; */
    font-size: min(max(40px, calc(2.4rem + (96 - 40) * ((100vw - 430px) / (1440 - 430)))), 96px);
    min-height: 0vw;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    margin: 24px 0;
    color: #002F6C;
}
.page-template-two-column-left-sidebar section.about-us {
    padding: 0 0 80px;
}
section.about-us {
    /* background: #F8FAFC; */
    padding: 0 0 40px;
    overflow: hidden;
    margin-bottom: 0;
}
section.about-us .sidebar-inner {
    padding: 14px 0;
}
section.about-us .inner-content {
    margin-top: 54px;
}
section.about-us .inner-content .content {
    font-size: 20px;
    position: relative;
}
section.about-us .inner-content .content .content-inner.loading{
    opacity: 0;
}
section.about-us .sidebar .option-filter.mobile{
    display: none;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #002f6c;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    transform: translate(-50%, -50%);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
@media (min-width: 992px){
    section.about-us .inner-content {
        display: flex;
    }
    section.about-us .sidebar {
        width: 30%;
    }
    section.about-us .content {
        width: 70%;
        padding-left: 4.5%;
    }
    section.about-us .sidebar .sidebar-content {
        max-width: 348px;
    }
}
@media (max-width: 991px){
    section.about-us h1 {
        /* font-size: 50px; */
    }
    section.about-us .inner-content {
        margin-top: 40px;
    }
    .page-template-two-column-left-sidebar section.about-us {
        padding-bottom: 60px;
    }
}
@media (max-width: 767.98px){
    section.about-us h1 {
        /* font-size: 40px; */
    }
    section.about-us .inner-content {
        margin-top: 25px;
    }
    .page-template-two-column-left-sidebar section.about-us {
        padding-bottom: 40px;
    }
    section.about-us .inner-content .content mark {
        font-size: 28px;
    }
    section.about-us .inner-content .content {
        font-size: 16px;
    }
    section.about-us .inner-content .content .alignleft, 
    section.about-us .inner-content .content .alignright {
        max-width: 100%;
        margin: 0;
    }
    section.about-us .inner-content .content .wp-block-image .alignright,
    section.about-us .inner-content .content .wp-block-image .alignleft {
        float: unset;
    }
    section.about-us .inner-content .content .wp-block-image img {
        width: 100% !important;
    }
    section.about-us .sidebar ul:not(.children) > li {
        margin: 0 0 25px;
    }
}

body .select2-container--default .select2-selection--single {
    border: none;
    background: #F2F2F2;
    height: auto;
    border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 15px 45px 14px 15px;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0;
    font-weight: 400;
    color: #27272A;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before{
    transform: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before{
    content: "";
    display: block;
    background-color: currentColor;
    position: absolute;
    left: 0;
    width: 16px;
    height: 9px;
    background: url(../images/arrow-blank.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 16px;
    height: 9px;
    transform: translateY(-50%);
}
.select2-dropdown {
    border: none;
}
.select2-results__option {
    margin: 0;
    padding: 10px 15px;
    font-size: 16px;
    line-height: normal;
    color: #27272A;
}
.select2-container {
    width: calc(100vw - 80px) !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selected.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected{
    background-color: #002F6C;
    color: white;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--highlighted {
    background-color: #F2F2F2;
    color: #27272A;
}
.select2-results__option .sub {
    padding-left: 15px;
}
.select2-results__option .sub.level-2 {
    padding-left: 30px;
}
.select2-results__option .sub.level-3 {
    padding-left: 45px;
}
section.about-us .sidebar .option-filter.mobile{
    transition: all .3s;
}
.admin-bar section.about-us .sidebar .option-filter.mobile.sticky{
    top: 108.55px;
}
section.about-us .sidebar .option-filter.mobile.sticky{
    position: fixed;
    top: 76.55px;
    width: calc(100% - 80px);
    z-index: 999;
}
.select2-dropdown {
    max-width: calc(100vw - 80px);
}
.select2-results{
    padding: 10px 0;
    box-shadow: 0px 10px 30px -10px rgba(0,47,108,0.5);
    -webkit-box-shadow: 0px 10px 30px -10px rgba(0,47,108,0.5);
    -moz-box-shadow: 0px 10px 30px -10px rgba(0,47,108,0.5);
}
@media(max-width: 991px){
    section.about-us .sidebar .option-filter.desktop{
        display: none;
    }
    section.about-us .sidebar .option-filter.mobile{
        display: block;
    }
    section.about-us .inner-content .content {
        margin-top: 30px;
    }
}
@media(max-width: 782px){
    .admin-bar section.about-us .sidebar .option-filter.mobile.sticky{
        top: 122.55px;
    }
}
@media(max-width: 600px){
    .admin-bar section.about-us .sidebar .option-filter.mobile.sticky{
        top: 76.55px;
    }
}