.learn_more_section *,
.info_page,
.info_page * {
    box-sizing: border-box
}

.section.main article {
    margin: 0 !important
}

.section_w1280 {
    width: 100% !important
}

.info_page {
    width: 100%;
    max-width: 1150px;
    padding: 13px 10px;
    margin: auto
}

.info_page .breadcrumbs {
    padding: 0 !important
}

.custom-select-wrapper {
    display: none;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
}

.custom-select-wrapper * {
    box-sizing: border-box;
}

.custom-select-wrapper #faqSelect {
    width: 100%;
    margin: 0 auto 10px;
    height: 60px !important;
    color: #7c7c7c;
    border-radius: 40px;
    border: 1px solid #4f728f;
    padding: 0 25px 0 15px;
    line-height: 1.5;
    position: relative;
    display: flex;
    align-items: center;
}
.custom-select-wrapper #faqSelect span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 0;
}
.custom-select-wrapper #faqSelect::after {
    content: '';
    background-image: url(../img/icons/tipdown_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 3px;
    translate: 0 -50%;
    width: 27px;
    height: 27px;
}
.custom-select-wrapper #faqSelect.active::after {
    rotate: 180deg;
}

.custom-select-wrapper #custom-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% 0;
    width: calc(100% - 30px);
    border: 1px solid #4f728f;
    padding: 10px 15px;
    border-radius: 35px;
    z-index: 1;
    background: #f9f9f9;
    margin-top: 10px;
}

.custom-select-wrapper #custom-options.active {
    display: block;
}

.custom-select-wrapper #custom-options li {
    padding: 7px 0;
}

.custom-select-wrapper #custom-options li a {
    font-family: 'Encode Sans Semi Condensed', Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #7c7c7c !important;
    line-height: 1.3;
    text-decoration: none !important;
}

.learn_more_title {
    color: #50738f !important;
    letter-spacing: 1px;
    width: 100%;
    max-width: 1150px;
    padding: 13px 10px;
    margin: auto;
    box-sizing: border-box;
}

.learn_more_section {
    /*background-color: #f9f9f9;*/
    box-sizing: border-box;
    display: flex;
    gap: 30px;
}

.learn_more_section .learn_more_content {
    padding: 50px 10px;
    width: 100%;
    max-width: 1150px;
    margin: auto;
    display: flex;
    gap: 75px
}

.learn_more_section .learn_more_content ul {
    width: calc(27% - (75px / 2));
    margin: 0;
    padding: 0
}

.learn_more_section .learn_more_content ul li.disabled h2 {
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #50738f;
    text-align: left;
}

.learn_more_section .learn_more_content ul li:not(.disabled) {
    position: relative;
    padding: 7px 0 7px 20px
}

.learn_more_section .learn_more_content ul li:not(.disabled)::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #50738f
}

.learn_more_section .learn_more_content ul li:not(.disabled).active::before {
    width: 2px;
    background: #f26623
}

.section.main article .learn_more_section .learn_more_content ul li:not(.disabled) a {
    color: #50738f !important;
}

.learn_more_section .learn_more_content ul li:not(.disabled) a {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer
}

.learn_more_section .learn_more_content ul li:not(.disabled) a:hover {
    color: #50738f !important;
    text-decoration: none !important
}

.learn_more_section .learn_more_content ul li:not(.disabled).active a {
    font-weight: 700
}

.learn_more_section .learn_more_content .faq_display_section {
    width: calc(73% - (75px / 2))
}

.learn_more_section .learn_more_content .faq_display_section>div:not(.sortbar) {
    display: none
}

.learn_more_section .learn_more_content .faq_display_section>div.active {
    display: block
}

.learn_more_section .learn_more_content .faq_display_section h2 {
    color: #50738f;
    margin-top: 0;
    font-weight: 700
}

.learn_more_section .learn_more_content .faq_display_section p {
    font-size: 16px;
    color: #4f4f4f
}

.learn_more_section .learn_more_content ul li:not(.disabled) .faq-tab {
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #50738f;
    text-align: left;
}
.learn_more_section .learn_more_content ul li:not(.disabled) .faq-tab:hover {
    color: #50738f;
    text-decoration: none;
}
.learn_more_section .learn_more_content ul li:not(.disabled).active .faq-tab {
    font-weight: 700;
}

.custom-select-wrapper #custom-options li .opt {
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    font-family: 'Encode Sans Semi Condensed', Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #7c7c7c;
    line-height: 1.3;
    cursor: pointer;
}


@media(max-width:991px) {
    .info_page {
        padding: 13px 15px;
    }

    .custom-select-wrapper {
        display: block;
    }

    .learn_more_title {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .learn_more_section {
        margin-top: 0;
    }

    .learn_more_section .learn_more_content {
        flex-direction: column;
        gap: 50px;
        padding: 30px 15px;
    }
    .learn_more_section .learn_more_content .faq_display_section,
    .learn_more_section .learn_more_content ul {
        width: 100%
    }

    .learn_more_section .learn_more_content ul {
        display: none;
    }

    .learn_more_section .learn_more_content .faq_display_section h2 {
        line-height: 1.3 !important;
    }
}

.faq_display_section h2 {
    padding-bottom: 20px;
    margin: 0;
}
.articles-grid {
    display: flex;
    flex-wrap: wrap;
}
.section.main .articles-grid .card {
    width: 100%;
    margin-top: 20px !important;
    padding-top: 20px;
    border-top: 1px solid #50738f;
    position: relative;
}
.learn_more_content .faq_display_section .articles-grid .card .card-title,
.learn_more_content .faq_display_section .articles-grid .card .card-title a {
    color: #50738f !important;
    text-decoration: none !important;
}
.articles-grid .card.d-flex {
    display: flex;
    align-items: flex-start;
    gap: 15px 45px;
}
.articles-grid .card h3 {
    margin-top: 0;
}
.articles-grid .card img {
    width: 50%;
    border-radius: 12px;
}
.faq_display_section .more {
    display: flex;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #f36523;
    border: none;
    margin: 40px auto 0;
    border-radius: 50px;
    padding: 12px 15px;
    cursor: pointer;
}

@media(min-width: 992px) {
    .articles-grid .card:not(:first-child) {
        max-width: calc(100% / 3);
    }
    .articles-grid .card:nth-child(3n+2) {
        padding-right: 25px;
    }
    .articles-grid .card:nth-child(3n+2)::after {
        content: '';
        width: 1px;
        height: calc(100% - 20px);
        top: 20px;
        right: 0;
        position: absolute;
        background: #50738f;
    }
    .articles-grid .card:nth-child(3n+3) {
        padding: 0 25px;
    }
    .articles-grid .card:nth-child(3n+4) {
        padding-left: 25px;
    }
    .articles-grid .card:nth-child(3n+4)::after {
        content: '';
        width: 1px;
        height: calc(100% - 20px);
        top: 20px;
        left: 0;
        position: absolute;
        background: #50738f;
    }
}
@media(max-width: 991px) {
    .faq_display_section h2 {
        padding-bottom: 0;
    }
    .articles-grid .card.d-flex {
        flex-direction: column;
    }
    .articles-grid .card img {
        width: 100%;
    }
}

.sortbar--global {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
}
.sortbar--global label {
    font-size: 14px;
    color: #50738f;
    font-weight: 600;
}
.sortbar--global .sort-select {
    appearance: none;
    border: 1px solid #4f728f;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 14px;
    color: #50738f;
    background: #fff;
    line-height: 1;
}
@media(max-width: 991px) {
    .sortbar--global { justify-content: flex-start }
}
