#top .av_toggle_section .toggle_icon {
    left: auto;
    right: 15px;
}

.togglecontainer {
    background-color: #fff;
    display: block;
    position: relative;
    padding: 10px;
    box-shadow: 0 0px 25px 0px rgba(0,0,0,.1);
}

@media (min-width: 992px) {
    .togglecontainer {
        padding: 70px 80px;
    }
}

.av_toggle_section {
    position: relative;
    display: block;
    overflow: hidden;
}

.av_toggle_section:before {
    content: "";
    position: absolute;
    height: 2px;
    width: calc( 100% - 30px );
    left: 15px;
    bottom: 0;
    background-color: #072a41;
    z-index: 1;
}

.av_toggle_section:after {
    content: "";
    clear: both;
    display: table;
}

#top .av_toggle_section .toggler .toggle_icon {
    display: block;
    top: 30px;
    border: none;
    width: 50px;
    height: 50px;
    transform: rotate(0);
    transition: .3s ease transform;
}

#top .av_toggle_section .toggler.activeTitle .toggle_icon {
    transform: rotate(135deg);
}

.js_active #top .av_toggle_section .toggle_icon .faq-toggle-icon {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/faq-toggle-icon.svg) center center no-repeat;
    background-size: contain;
}

.js_active #top .av_toggle_section .toggler {
    font-family: 'IBMPlexSans-SemiBold' !important;
    font-weight: normal !important;
    padding-left: 15px;
    font-size: 18px !important;
    color: #072a41;
    border: none;
    line-height: 1.166666;
    padding-right: 20%;
    padding-top: 28px;
    padding-bottom: 30px;
}

.js_active #top .av_toggle_section .toggle_content {
    font-family: 'IBMPlexSans-Text' !important;
    font-size: 16px !important;
    background-color: #fff;
    border: none;
    padding-left: 15px;
    color: #072a41;
    margin: 0;
}

@media (min-width: 375px) {
    .js_active #top .av_toggle_section .toggler {
        font-size: 20px !important;
    }

    .js_active #top .av_toggle_section .toggle_content {
        font-size: 16px !important;
    }
}

@media (min-width: 640px) {
    .js_active #top .av_toggle_section .toggler {
        font-size: 24px !important;
    }
    .js_active #top .av_toggle_section .toggle_content {
        font-size: 18px !important;
    }
}

@media (min-width: 992px) {
    .js_active #top .av_toggle_section .toggler {
        font-size: 30px !important;
    }
    .js_active #top .av_toggle_section .toggle_content {
        font-size: 22px !important;
        padding-right: 20%;
    }
}

.js_active #top .av_toggle_section .toggle_content p {
    line-height: 1.5em;
}