.ri-performance-report #ri-performance-sub-nav.sub-nav-wrapper a {
    padding: .2em 0em;
}


/* All Filterable list Styles Starts */

.filterable-list,
.filterable-list-complex-five,
.filterable-list-complex-four,
.filterable-list-complex-three-column,
.filterable-list-profile-four,
.filterable-list-simple-five,
.filterable-list-simple-four {
    display: block;
    width: 100%;
}

.filterable-list .filterable-list-data-row-wrapper a {
    border: none;
    text-decoration: underline;
}

.filterable-list.mobile-view .filterable-list-data-row-wrapper a {
    text-decoration: underline;
}

.filterable-list-header {
    padding-top: 0px;
    display: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0;
}

.filterable-list .filterable-list-header .filterable-list-cell a span {
    text-transform: uppercase;
    font-size: 14px;
    color: #888;
    letter-spacing: .1em;
}

.filterable-list .filterable-list-header .filterable-list-cell a.dropdown-toggle::after {
    content: " ";
    display: inline-block;
    margin-left: 6px;
    position: relative;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    z-index: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.filterable-list .filterable-list-header .filterable-list-cell a.dropdown-toggle::after {
    border: none;
    margin-left: 6px;
    top: 5px;
    color: #888;
    font-size: 15px;
}

.filterable-list .filterable-list-header .filterable-list-cell a>span.sort-icon {
    border: none;
    display: inline-block;
    content: " ";
    background-image: url('/app/images/sort.svg');
    background-repeat: no-repeat;
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    color: #888;
}

.filterable-list .filterable-list-header .filterable-list-cell a>span.panel-icon {
    padding-left: 3px;
}

.filterable-list .filterable-list-header .filterable-list-cell a>span.panel-icon:after {
    border: none;
    display: inline-block;
    content: " ";
    background-image: url('/app/images/sort-desc.svg');
    background-repeat: no-repeat;
    background-size: 13px 13px;
    height: 13px;
    width: 13px;
    color: #888;
    vertical-align: bottom;
}

.filterable-list .filterable-list-header .filterable-list-cell a>span.sort-icon.asc {
    background-image: url('/app/images/sort-asc.svg');
}

.filterable-list .filterable-list-header .filterable-list-cell a>span.sort-icon.desc {
    background-image: url('/app/images/sort-desc.svg');
    vertical-align: bottom;
    margin: 0 3px;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
}

.filterable-list-header.no-top-padding {
    padding-top: 0
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #dedede;
    }
    .filterable-list .filterable-list-header li.filterable-list-cell {
        padding-bottom: 25px;
    }
    .exchange-detail-content .exchange-detail-indexlinked .filterable-list-row,
    .exchange-detail-content .exchange-detail-indexlinked .filterable-list-row:nth-of-type(1) {
        padding: 0;
    }
}

@media print,
screen and (max-width: 64em) {
    .filterable-list .filterable-list-header li.filterable-list-cell.is-dropdown ul.dropdown.menu.submenu.dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        float: none;
        z-index: 0;
        max-height: none;
    }
    .filterable-list .dropdown.menu li.is-submenu-item a:not([class*=button]):hover {
        background: #FFF;
        font-weight: normal;
    }
    .filterable-list .dropdown.menu li.is-submenu-item a:not([class*=button]) {
        background: #fff;
    }
    .filterable-list .filterable-list-header li.filterable-list-cell.is-dropdown {
        display: block;
        height: auto;
    }
    .filterable-list .filterable-list-header {
        padding-top: 0;
    }
    .filter-toggle-button .filter-icon {
        background-image: url(/images/filter-icon.png);
        height: 15px;
        width: 15px;
        display: inline-block;
        float: right;
        background-size: 100%;
    }
}

.filterable-list-header .filterable-list-cell {
    height: 75px;
    padding-top: 30px;
}

.filterable-list-header .filterable-list-cell>a {
    color: #959595;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.filterable-list .dropdown.menu li.is-submenu-item a {
    white-space: nowrap
}

.filterable-list-header .filterable-list-cell>a:after {
    content: " ";
    display: inline-block;
    margin-left: 6px;
    position: relative;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    z-index: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.filterable-list-header .filterable-list-cell>a:hover:after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.filterable-list-header .filterable-list-cell>a:after {
    content: ">"
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .filterable-list-header .filterable-list-cell>a {
        font-weight: 400;
    }
}

.filterable-list-header li {
    display: inline-block;
}

.filterable-list-header .dropdown.menu.dropdown-menu {
    max-height: 360px;
    overflow-y: auto;
    left: 0;
    -webkit-transform: none;
    transform: none;
}

.filterable-list-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0;
    border-bottom: 1px solid #ccc;
    transition: all .25s cubic-bezier(.17, .67, .69, .85);
}

.filterable-list-row:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    z-index: 4;
}

.filterable-list-row.no-border {
    box-shadow: none;
    transform: none;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
    .filterable-list .filterable-list-header {
        display: flex
    }
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: none;
    }
    .filterable-list-row:hover {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        z-index: 4;
        background: #fff;
    }
}

.filterable-list-row.no-border {
    border: none;
    box-shadow: none;
    transform: none;
}

.filterable-list-row .filterable-list-cell {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.02em;
    padding: 20px 0;
    vertical-align: top;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .filterable-list-row .filterable-list-cell {
        font-weight: 400;
    }
}

@media print,
screen and (min-width: 48em) {
    /* More button alignment */
    .filterable-list-load-more.filterable-list-cell {
        margin-top: 0;
    }
    .filterable-list-row .filterable-list-cell {
        padding: 50px 0 42px;
    }
}

.filterable-list-row .filterable-list-cell .column-label {
    display: inline-block;
    width: 90px;
    color: #ccc;
}

.filterable-list-row .filterable-list-cell .column-label.mobile-only {
    position: absolute;
}

.filterable-list-row .filterable-list-cell .column-label.mobile-only+span {
    display: inline-block;
	padding-left: 135px;
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-row .filterable-list-cell .column-label.mobile-only {
        display: none;
    }
    .filterable-list-row .filterable-list-cell .column-label.mobile-only+span {
        padding-left: 0;
        padding-left: 10px;
    }
}


/* Not used start */

.filterable-list-row .filterable-list-cell.bullet-effect {
    position: absolute;
    left: 20px;
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-row .filterable-list-cell.bullet-effect {
        position: static;
    }
}


/* Not used end */

.filterable-list-cell {
    border-bottom: none;
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-cell {
        border-bottom: 1px solid #ccc;
    }
}

.filterable-list-cell h2 {
    display: block;
    line-height: 1.15;
    margin: -.15em 0 .7em;
    padding: 0 10% 0 0;
    position: relative;
    font-size: 2.3em;
}

@media print,
screen and (min-width: 64em) {
    .filterable-list-cell h2 {
        font-size: 48px;
    }
}

.filterable-list-cell p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 10% 0 0;
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-cell p {
        font-size: 18px;
    }
}

.filterable-list-cell.desktop-only {
    display: none;
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-cell.desktop-only {
        display: inherit;
    }
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-cell.mobile-only {
        display: none;
    }
}

.filterable-list-cell-wrapper {
    display: inline-block;
}

.filterable-list-load-more {
    position: relative;
    text-align: center;
    height: 100px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-load-more {
        text-align: left
    }
    .filterable-list--complex-four .filterable-list-load-more {
        padding: 42px 0 0 33.33%
    }
    .filterable-list--complex-five .filterable-list-load-more {
        padding: 42px 0 0 34%
    }
}

.filterable-list-load-more>a {
    position: relative;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-load-more>a {
        top: 0;
        -webkit-transform: none;
        transform: none
    }
}

..fitlerable-list .button-load-more.arrow:after {
    content: " ";
    display: inline-block;
    margin-left: 6px;
    position: relative;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    z-index: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

..fitlerable-list .button-load-more.arrow:after {
    content: ">";
    margin-left: 15px;
    top: 1px;
}

.filterable-list-load-more.filterable-list-cell {
    border-bottom: none;
    height: auto;
    text-align: center;
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important;
    margin-top: 15px;
    margin-bottom:15px;
}

.filterable-list__content-sublist {
    padding: 16px 0;
    font-size: 18px;
    max-width: 90%
}

.filterable-list__content-sublist h6 {
    color: #959595
}

.filterable-list--complex-four .filterable-list-cell:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.93%;
    flex: 0 1 16.93%;
    margin-top: 20px
}

@media print,
screen and (min-width: 48em) {
    .filterable-list--complex-four .filterable-list-cell:first-of-type {
        margin-top: 0
    }
}

.filterable-list--complex-four .filterable-list-cell:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.4%;
    flex: 0 1 16.4%
}

.filterable-list--complex-four .filterable-list-cell:nth-of-type(3) {
    padding-top: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%
}

@media print,
screen and (min-width: 48em) {
    .filterable-list--complex-four .filterable-list-cell:nth-of-type(3) {
        padding-top: 50px
    }
}

@media print,
screen and (min-width: 64em) {
    .filterable-list--complex-four .filterable-list-cell:nth-of-type(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

.filterable-list--complex-four .filterable-list-cell:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 21.67%;
    flex: 0 1 21.67%
}

@media print,
screen and (min-width: 64em) {
    .filterable-list--complex-four .filterable-list-cell:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16.67%;
        flex: 0 1 16.67%
    }
}

.filterable-list--complex-four .filterable-list-cell.date {
    padding-bottom: 0
}

@media print,
screen and (min-width: 48em) {
    .filterable-list--complex-four .filterable-list-cell.date {
        padding-bottom: 42px
    }
}

.filterable-list--complex-four .learn-more {
    margin-top: 1.2em;
    margin-bottom: 1.5em;
    color: #d6002a;
    cursor: pointer;
    display: inline-block
}

.filterable-list--complex-four .learn-more:after {
    color: #d6002a
}

.filterable-list--complex-four .learn-more:hover,
.filterable-list--complex-four .learn-more:hover:after {
    color: #000
}

@media print,
screen and (min-width: 48em) {
    .filterable-list--complex-four .learn-more {
        margin-bottom: 0
    }
}

.filterable-list--complex-five .filterable-list-cell:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 11.5%;
    flex: 0 1 11.5%
}

.filterable-list--complex-five .filterable-list-cell:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12.2%;
    flex: 0 1 12.2%
}

.filterable-list--complex-five .filterable-list-cell:nth-of-type(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10.3%;
    flex: 0 1 10.3%
}

.filterable-list--complex-five .filterable-list-cell:nth-of-type(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 51%;
    flex: 0 1 51%
}

.filterable-list--complex-five .filterable-list-cell:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%
}

.filterable-list--complex-five .learn-more,
.filterable-list--complex-five .learn-more:after {
    color: #d6002a;
    cursor: pointer
}

.filterable-list--complex-five .learn-more:after:hover,
.filterable-list--complex-five .learn-more:hover {
    color: #000
}

.filterable-list-simple-four .filterable-list-row {
    padding: 10px 0px;
}

@media print,
screen and (max-width: 64em) {
    .ri-performance-reports .filterable-list-data-row-wrapper .row-pad-30{
        padding-bottom: 30px !important;
    }
    .ri-performance-reports .filterable-list-data-row-wrapper .row-pad-60{
        padding-bottom: 60px !important;
    }
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-simple-four .filterable-list-row {
        padding: 0
    }
}

.filterable-list-simple-four .filterable-list-cell:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 15%;
    -webkit-flex: 0 1 15%;
    flex: 0 1 15%;
}

.filterable-list-simple-four .filterable-list-cell:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38.3%;
    flex: 0 1 38.3%
}

.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 53.3%;
    flex: 0 1 53.3%;
}

.filterable-list-simple-four .filterable-list-cell:nth-of-type(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 21.2%;
    flex: 0 1 21.2%
}

.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 29.2%;
    flex: 0 1 29.2%
}
.filterable-list-simple-four .filterable-list-cell:nth-of-type(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 29.2%;
    flex: 0 1 29.2%
}

.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 29.2%;
    flex: 0 1 29.2%
}
.filterable-list-simple-four .filterable-list-cell:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24.7%;
    flex: 0 1 24.7%
}

.filterable-list-simple-four.search-enabled .filterable-list-cell:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24.7%;
    flex: 0 1 1.7%
}

.filterable-list-simple-four .filterable-list-row .filterable-list-cell {
    font-size: 18px;
    letter-spacing: -.02em;
    padding: 2px 0;
    font-weight: 700;
}

.filterable-list-simple-four .filterable-list-row .filterable-list-cell:first-of-type {
    padding-bottom: 4px;
    padding-left: 0px;
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-simple-four .filterable-list-row .filterable-list-cell {
        padding: 22px 0
    }
    .filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(2) {
        flex: 0 1 52%;
    }
    .filterable-list-simple-four.search-enabled .filterable-list-cell:last-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 3%;
        flex: 0 1 3%;
    }
}

.filterable-list .filterable-list-header a {
    font-size: 11px;
    letter-spacing: .1em
}

.filterable-list--simple-five .filterable-list-cell:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.9%;
    flex: 0 1 16.9%
}

.filterable-list--simple-five .filterable-list-cell:first-of-type a {
    padding-left: 2.2em
}

.filterable-list--simple-five .filterable-list-cell:nth-of-type(2),
.filterable-list--simple-five .filterable-list-cell:nth-of-type(3),
.filterable-list--simple-five .filterable-list-cell:nth-of-type(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17%;
    flex: 0 1 17%
}

.filterable-list--simple-five .filterable-list-cell:nth-of-type(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32.1%;
    flex: 0 1 32.1%
}

.filterable-list--simple-five .filterable-list-row .filterable-list-cell {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -.02em;
    padding: 24px 0 20px;
    line-height: 1.6
}

.filterable-list--simple-five .filterable-list-row .filterable-list-cell:first-of-type {
    padding-left: 1.6em
}

.filterable-list--complex-three-column .filterable-list-cell:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17%;
    flex: 0 1 17%;
    margin-top: 20px
}

@media print,
screen and (min-width: 48em) {
    .filterable-list--complex-three-column .filterable-list-cell:first-of-type {
        margin-top: 0
    }
}

.filterable-list--complex-three-column .filterable-list-cell:nth-of-type(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17%;
    flex: 0 1 17%
}

.filterable-list--complex-three-column .filterable-list-cell:nth-of-type(3) {
    padding-top: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66%;
    flex: 0 1 66%
}

@media print,
screen and (min-width: 48em) {
    .filterable-list--complex-three-column .filterable-list-cell:nth-of-type(3) {
        padding-top: 50px
    }
}

.filterable-list--complex-three-column .filterable-list-cell.date {
    padding-bottom: 0
}

@media print,
screen and (min-width: 48em) {
    .filterable-list--complex-three-column .filterable-list-cell.date {
        padding-bottom: 42px
    }
}

.filterable-list--complex-three-column .learn-more {
    margin-top: 1.2em;
    margin-bottom: 1.5em;
    color: #d6002a;
    cursor: pointer;
    display: inline-block
}

.filterable-list--complex-three-column .learn-more:after {
    color: #d6002a
}

.filterable-list--complex-three-column .learn-more:hover,
.filterable-list--complex-three-column .learn-more:hover:after {
    color: #000
}

@media print,
screen and (min-width: 48em) {
    .filterable-list--complex-three-column .learn-more {
        margin-bottom: 0
    }
}


/* Not User for now Starts */

.filterable-list--complex-three-column .sublist-mobile {
    display: block!important
}

@media print,
screen and (min-width: 48em) {
    .filterable-list--complex-three-column .sublist-mobile {
        display: none!important
    }
}


/* Not User for now Ends */

.filterable-list--complex-three-column .filterable-list-load-more {
    padding: 42px 0 0 34%
}

[class*=filterable-list--simple] .filterable-list-header .filterable-list-cell {
    height: 90px
}

.filterable-list--profile-four .filterable-list-row {
    margin-top: 40px
}

@media screen and (min-width: 75em) {
    .filterable-list--profile-four .filterable-list-row {
        margin-top: 0
    }
}

.filterable-list--profile-four .filterable-list-row .filterable-list-cell:first-of-type,
.filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(2),
.filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(4) {
    border: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 5px 0
}

.filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(3) {
    padding-top: 40px
}

.filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(3) h2 {
    margin-bottom: 40px;
    padding-right: 0
}

.filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(3) p {
    padding-right: 0
}

@media screen and (min-width: 75em) {
    .filterable-list--profile-four .filterable-list-row .filterable-list-cell:first-of-type,
    .filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(2),
    .filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(4) {
        border-bottom: 1px solid #ccc;
        padding: 50px 0 42px
    }
    .filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(3) h2 {
        margin: -.15em 0 .7em;
        padding: 0 10% 0 0
    }
    .filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(3) p {
        padding: 0 10% 0 0
    }
}

.filterable-list--profile-four .filterable-list-header:last-of-type {
    text-align: right
}

.filterable-list--profile-four .filterable-list-header .filterable-list-cell {
    display: block;
    height: auto;
    padding: 5px 0;
    width: 100%;
    text-align: left
}

.filterable-list--profile-four .filterable-list-header .filterable-list-cell:nth-of-type(3) {
    display: none
}

@media screen and (min-width: 75em) {
    .filterable-list--profile-four .filterable-list-header .filterable-list-cell {
        height: 120px;
        padding: 52px 0 0;
        width: auto
    }
    .filterable-list--profile-four .filterable-list-header .filterable-list-cell:nth-of-type(3) {
        display: block
    }
}

.filterable-list--profile-four .filterable-list-header .filterable-list-cell:first-of-type,
.filterable-list--profile-four .filterable-list-row .filterable-list-cell:first-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.filterable-list--profile-four .filterable-list-header .filterable-list-cell:nth-of-type(2),
.filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.filterable-list--profile-four .filterable-list-header .filterable-list-cell:nth-of-type(3),
.filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.filterable-list--profile-four .filterable-list-header .filterable-list-cell:nth-of-type(4),
.filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media screen and (min-width: 75em) {
    .filterable-list--profile-four .filterable-list-header .filterable-list-cell:first-of-type,
    .filterable-list--profile-four .filterable-list-header .filterable-list-cell:nth-of-type(2),
    .filterable-list--profile-four .filterable-list-row .filterable-list-cell:first-of-type,
    .filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 17%;
        flex: 1 0 17%;
    }
    .filterable-list--profile-four .filterable-list-header .filterable-list-cell:first-of-type,
    .filterable-list--profile-four .filterable-list-row .filterable-list-cell:first-of-type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .filterable-list--profile-four .filterable-list-header .filterable-list-cell:nth-of-type(2),
    .filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .filterable-list--profile-four .filterable-list-header .filterable-list-cell:nth-of-type(3),
    .filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(3) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50.8%;
        flex: 1 0 50.8%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .filterable-list--profile-four .filterable-list-header .filterable-list-cell:nth-of-type(4),
    .filterable-list--profile-four .filterable-list-row .filterable-list-cell:nth-of-type(4) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 15.2%;
        flex: 1 0 15.2%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

.filterable-list--profile-four .learn-more,
.filterable-list--profile-four .learn-more:after {
    color: #d6002a;
    cursor: pointer;
}

.filterable-list--profile-four .learn-more:after:hover,
.filterable-list--profile-four .learn-more:hover {
    color: #000;
}


/* All Filterable list styles Ends */


/* Table Filter Styles */

.table-filter-content-data ul li a {
    font-weight: 400;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #ccc;
}

.filter-toggle-button,
.table-filter-content-data ul li a {
    font-size: 14px;
    color: #959595;
}

.table-filter-content-data ul li a.active {
    color: #d6002a !important;
}

.filter-toggle-button {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.filter-toggle-button:focus,
.filter-toggle-button:hover {
    outline: 0
}

.table-filter-data-title {
    font-size: 14px;
    color: #959595;
    margin-bottom: 10px
}

.table-filter-content-data {
    margin-bottom: 2em
}

.table-filter-content-data .is-submenu-item label {
    margin: 0
}

.table-filter-content-data .is-submenu-item input[type=checkbox]:checked+label:after {
    left: -2px;
    top: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='14' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.64 17.32l-5.73-5.73L0 13.5l7.64 7.64L24 4.77l-1.91-1.91z'/%3E%3C/svg%3E")
}

.table-filter {
    margin-top: 15px
}

.table-filter-content {
    display: none;
    border-top: 1px solid #ccc;
    padding-top: 1em
}

.filter-toggle-button .filter-icon {
    background-image: url(/app/images/filter-icon.png);
    height: 15px;
    width: 15px;
    display: inline-block;
    float: right;
    background-size: 100%
}

.filter-toggle-button.active .filter-icon {
    background-image: url(/app/images/close-icon.png);
    height: 15px;
    width: 15px;
    display: inline-block;
    float: right;
    background-size: 100%
}

@media print,
screen and (min-width: 48em) {
    .table-filter {
        display: none;
    }
}

.filterable-list .dropdown.menu li.is-submenu-item a.active,
.filterable-list .dropdown.menu li.is-submenu-item a.active:hover {
    color: red !important;
}

.filterable-list .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.filterable-list a.button-load-more {
    color: #d6002a;
}

.filterable-list .filterable-list-search-wrapper .search-input-wrapper {
    margin: .9em auto 20px;
}

.filterable-list .filterable-list-search-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    margin: .9em auto 15px;
    max-width: 1600px;
    position: relative
}

.filterable-list-simple-four .search-query input {
    border: none;
    border-bottom: 2px solid #ccc;
    box-shadow: none;
    font-weight: 400;
    font-size: 18px;
    height: 1.4em;
    width: calc(100%);
    line-height: 1;
    margin: .5em 0 0;
    outline: none;
    padding: 0;
    position: relative;
}

.filterable-list-simple-four .search-query {
    height: auto;
}

.filterable-list-simple-four .search-query span.search-input-svg {
    font-size: 15px;
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
    float: right;
    right: .5em;
    top: -2em;
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-simple-four .filterable-list-search-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media print,
screen and (min-width: 64em) {
    .filterable-list-simple-four .filterable-list-search-wrapper {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (min-width: 97.5em) {
    .filterable-list-simple-four .filterable-list-search-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media print,
screen and (min-width: 64em) {
    .filterable-list-simple-four .filterable-list-search-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 75em) {
    .filterable-list-simple-four .filterable-list-search-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 97.5em) {
    .filterable-list-simple-four .filterable-list-search-wrapper {
        max-width: 1360px;
        padding: 0;
    }
}

.filterable-list-simple-four .filterable-list-search-wrapper input,
.filterable-list-simple-four .filterable-list-search-wrapper input:focus,
.filterable-list-simple-four .filterable-list-search-wrapper input:hover {
    border: none;
    border-bottom: 2px solid #ccc;
    box-shadow: none;
    display: block;
   font-weight: 400;
    font-size: 18px;
    height: 1.4em;
    width: calc(100%);
    line-height: 1;
    margin: .5em 0 0;
    outline: none;
    padding: 0;
    position: relative;
}

@media print,
screen and (min-width: 33.75em) {
    .filterable-list-simple-four .filterable-list-search-wrapper input,
    .filterable-list-simple-four .filterable-list-search-wrapper input:focus,
    .filterable-list-simple-four .filterable-list-search-wrapper input:hover {
        font-size: 30px
    }
}

@media print,
screen and (min-width: 48em) {
    .filterable-list-simple-four .filterable-list-search-wrapper input,
    .filterable-list-simple-four .filterable-list-search-wrapper input:focus,
    .filterable-list-simple-four .filterable-list-search-wrapper input:hover {
        font-size: 36px
    }
}

@media print,
screen and (min-width: 64em) {
    .filterable-list-simple-four .filterable-list-search-wrapper input,
    .filterable-list-simple-four .filterable-list-search-wrapper input:focus,
    .filterable-list-simple-four .filterable-list-search-wrapper input:hover {
        font-size: 22px
    }
}

.filterable-list .filterable-list-dropdown-menu.filterable-list-header.search-open .filterable-list-cell {
    border: 0;
}

.filterable-list.search-enabled .search-input-wrapper {
    display: block;
    max-width: 1360px;
    position: relative;
    padding: 0;
}

.filterable-list.search-enabled .search-input-wrapper input,
.filterable-list.search-enabled .search-input-wrapper input:focus,
.filterable-list.search-enabled .search-input-wrapper input:hover {
    border-bottom: 1px solid #BBB;
    box-shadow: none;
    display: block;
    font-size: 1.313em;
    width: calc(100%);
    line-height: 1.4;
    margin: .5em 0 0;
    outline: none;
    position: relative;
    padding: 0 2.5em 0 0em;
    font-weight: 400;
    color: #808080;
    height: 2em;
}

.filterable-list.search-enabled .search-input-wrapper .search-input-svg {
    position: relative;
    display: block;
    float: right;
    right: 0;
    top: -2em;
    width: 20px;
    height: 20px;
    left: 0em;
    cursor: pointer;
}

@media print,
screen and (min-width: 85em) {
    .filterable-list.search-enabled .search-input-wrapper .search-input-svg {
        left: -1em;
    }
}

.filterable-list.search-enabled .search-input-wrapper .search-input-svg svg {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.filterable-list.search-enabled .grid-button-search.is-selected svg {
    opacity: 0;
}

.filterable-list.search-enabled .grid-button-search.is-selected span {
    background: #000;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: center center;
    width: 20px;
}

.filterable-list.search-enabled .grid-button-search.is-selected span:first-of-type {
    transform: translateY(7.5px) rotate(45deg);
}

.filterable-list.search-enabled .grid-button-search.is-selected span:last-of-type {
    transform: translateY(7.5px) rotate(-45deg);
}

.filterable-list-simple-four .filterable-list-search-wrapper .search-input-svg svg {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.simple-four-date-field {
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 700;
}


/* Table filter Bar customization Starts*/

.table-nav-wrapper a.performce-report-nav-module-tab {
    text-transform: none;
    letter-spacing: 0.5px;
    font-size: 14px;
}

@media print,
screen and (min-width: 64em) {
    .table-nav-wrapper a.performce-report-nav-module-tab,
    .exchange-page .table-nav-wrapper a {
        text-align: left;
        margin-left: 0px;
        margin-right: 40px;
        margin-right: 1.4em;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .exchange-page .table-nav-wrapper a {
        margin-bottom: 15px;
    }
}

.table-nav-wrapper a.performce-report-nav-module-tab {
    padding-bottom: 5px;
}

.table-nav-wrapper {
    text-align: left;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

@media print,
screen and (min-width: 64em) {
    .table-nav-wrapper {
        margin-bottom: 20px;
    }
}

.table-nav-wrapper a.is-current-section:after {
    background-color: #DF1E36;
}

.exchange-page .table-nav-wrapper a.is-current-section:after {
    top: 42px;
}

@media print,
screen and (min-width: 64em) {
    .exchange-page .table-nav-wrapper a.is-current-section:after {
        top: 28px;
    }
}

@media print,
screen and (min-width: 64em) {
    .table-nav-wrapper a.is-current-section:after {
        height: 5px;
    }
    .exchange-page .table-nav-wrapper a.is-current-section:after {
        top: 40px;
    }
}

.table-nav-wrapper a.performce-report-nav-module-tab {
    color: #1a1a1a;
    margin-bottom: 0;
}

.exchange-page .table-nav-wrapper a {
    color: #1a1a1a;
    margin-top: 20px;
    letter-spacing: 0.05em;
}

.table-nav-wrapper a.is-current-section,
.table-nav-wrapper a:not([href]):not([tabindex]):focus,
.table-nav-wrapper a:not([href]):not([tabindex]):hover {
    color: #DF1E36;
}


/* Table filter Bar customization Starts*/


/* Load More Starts*/

.button-load-more {
    color: #d6002a;
}

.button-load-more.disabled {
    display: none;
}

.button-load-more.arrow:hover:after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.button-load-more:hover {
    color: #1a1a1a;
}

.button-load-more.arrow:after {
    content: " ";
    display: inline-block;
    margin-left: 6px;
    position: relative;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
    z-index: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.button-load-more.arrow:after {
    content: ">";
    margin-left: 15px;
    top: 1px;
}


/* Load More Ends*/


/* table Filter Styles */


/* spiva - performance reports css starts*/

.ri-spiva.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(2) {
    flex: 0 1 55%;
}

.ri-spiva.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(3) {
    flex: 0 1 20%;
}

.ri-spiva.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(4) {
    flex: 0 1 10%;
}

.ri-spiva.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(5) {
    flex: 0 1 5%;
}

.filterable-list-simple-four .filterable-list-cell .filterable-list-column-label,
.filterable-list-simple-four .filterable-list-cell .column-label,
.filterable-list-simple-four .filterable-list-cell .data-item {
    padding-left: 10px;
}

.filterable-list-simple-four .filterable-list-cell .link.data-item {
    padding-left: 0px;
}


/*.filterable-list-simple-four*/


/* spiva - performance reports css ends*/


/* Research -  reports css starts*/

.ri-research.filterable-list-simple-four.search-enabled .filterable-list-cell:first-of-type, .ri-blog.filterable-list-simple-four.search-enabled .filterable-list-cell:first-of-type {
    flex: 0 1 15%;
}

.ri-research.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(2), .ri-blog.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(2) {
    flex: 0 1 40%;
}

.ri-research.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(3), .ri-blog.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(3) {
    flex: 0 1 20%;
}

.ri-research.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(4), .ri-blog.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(4) {
    flex: 0 1 20%;
}

.ri-research.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(5), .ri-blog.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(5) {
    flex: 0 1 5%;
}

@media print,
screen and (max-width: 46em) {
    .ri-research.filterable-list-simple-four .filterable-list-row .filterable-list-cell .column-label.mobile-only+span {
        display: inline-block;
        padding-left: 110px;
    }
    /* QA Def: 44 - Start */
    .wrapper .content-wrapper .ri-research .filterable-list .filterable-list-row .filterable-list-load-more a:not([href]):not([tabindex]):focus,
    a:not([href]):not([tabindex]):hover {
        color: #d6002a !important;
        text-decoration: none;
    }
    /* QA Def: 44 - End */
    /* QA Def: 41 - Start */
    .wrapper .content-wrapper .ri-research .filterable-list-data-row-wrapper .filterable-list-simple-four .filterable-list-cell .filterable-list-column-label,
    .filterable-list-simple-four .filterable-list-cell .column-label,
    .filterable-list-simple-four .filterable-list-cell .data-item {
        padding-left: 0px;
    }
    /* QA Def: 41 - End */
}


/* Research - performance reports css ends*/


/* Education -  reports css starts*/

.ri-education.filterable-list-simple-four.search-enabled .filterable-list-cell:first-of-type {
    flex: 0 1 15%;
}

.ri-education.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(2) {
    flex: 0 1 68%;
}

.ri-education.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(3) {
    flex: 0 1 14%;
}

.ri-education.filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(4) {
    flex: 0 1 3%;
}

.ri-education.filterable-list-simple-four.search-enabled {
    margin-top: 50px;
}


/* Education - performance reports css ends*/

.filterable-list-header .filterable-list-cell div a span {
    padding-left: 10px;
}


/* Education -  reports css starts*/

.ri-commentary .filterable-list-simple-four.search-enabled .filterable-list-cell:first-of-type {
    flex: 0 1 15%;
}

.ri-commentary .filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(2) {
    flex: 0 1 68%;
}

.ri-commentary .filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(3) {
    flex: 0 1 12%;
}

.ri-commentary .filterable-list-simple-four.search-enabled .filterable-list-cell:nth-of-type(4) {
    flex: 0 1 5%;
}


/* Education - performance reports css ends*/


/*Exchange relationships styles reports starts here*/

.exchange-relationships .filterable-list-simple-three .filterable-list-row a.link {
    font-size: 13px;
    display: block;
    text-align: left;
    padding-bottom: 6px;
    letter-spacing: -.35px;
}

.exchange-relationships .title {
    font-weight: 700;
}

.exchange-relationships .additional-info {
    font-size: 12px;
    font-weight: 400;
}

.exchange-relationships .filterable-list-cell img {
    height: 34px;
    width: auto;
}

.exchange-relationships .filterable-list-simple-three.search-enabled .filterable-list-cell:nth-of-type(1) {
    flex: 0 1 23.3%; 
    margin-right: 5%
}

.exchange-relationships .filterable-list-simple-three.search-enabled .filterable-list-cell:nth-of-type(2) {
    flex: 0 1 66.3%;
    display: flex;
    flex-direction: column;
}

.exchange-relationships .filterable-list-row {
    flex-direction: row;
}

.exchange-relationships .reports-detailed-content p {
    font-size: 14px;
    line-height: 1.5;
    padding-right: 0;
    margin: 0;
}

.exchange-relationships .filterable-list-simple-three .filterable-list-row:nth-of-type(1) {
    border-top: 1px solid #e4e4e4;
}
/*US: 3163838 - Start*/
@media only screen and (max-width: 35em) {
    .exchange-relationships .filterable-list-simple-three.search-enabled .filterable-list-cell:nth-of-type(1) {
        flex: 0 1 40.3% !important;
    }
    .exchange-relationships .filterable-list-simple-three.search-enabled .filterable-list-cell:nth-of-type(2) {
        flex: 0 1 54.3% !important; 
    }
}   
@media only screen and (min-width: 48em) and (max-width: 56em) {
    .exchange-relationships .filterable-list-simple-three.search-enabled .filterable-list-cell:nth-of-type(1) {
        flex: 0 1 40.3% !important;
    }
    .exchange-relationships .filterable-list-simple-three.search-enabled .filterable-list-cell:nth-of-type(2) {
        flex: 0 1 27.3% !important;
    }
}
/*US: 3163838 - End*/
@media print,
screen and (min-width: 48em) {
    .exchange-relationships .filterable-list-simple-three.search-enabled .filterable-list-cell:nth-of-type(1) {
        flex: 0 1 33.3%;
        padding: 0 0 0 2%;
        display: flex;
        align-items: center;
        margin-right: 0;
    }
    .exchange-relationships .filterable-list-simple-three.search-enabled .filterable-list-cell:nth-of-type(2) {
        flex: 0 1 32.3%;
        display: flex;
        margin-top: -6px;
        flex-direction: column;
        justify-content: center;
    }
    .exchange-relationships .filterable-list-simple-three.search-enabled .filterable-list-cell:last-of-type {
        flex: 0 1 32.3%;
        padding: 39px 0;
    }
    .exchange-relationships .reports-detailed-content {
        margin-right: 10%;
    }
    .filterable-list-cell {
        border-bottom: 1px solid #dedede;
    }
    .reports-detailed-content.mobile-only {
        display: none;
    }
    .exchange-relationships .filterable-list-cell img {
        height: 50px;
    }
}


/*Exchange relationships styles reports ends here*/


/* Start : index-analytics */

.page-index-analytics .filterable-list .filterable-list-header .filterable-list-cell a.dropdown-toggle::after {
    display: none;
}

.page-index-analytics .filterable-list-header {
    padding-top: 0px;
}

.page-index-analytics .filterable-list-row:hover {
    background: #fff;
}

.page-index-analytics .filterable-list .filterable-list-header .filterable-list-cell a span {
    letter-spacing: 0.01em;
}

.page-index-analytics a.link {
    border: 0px;
    text-decoration: underline;
}

.page-index-analytics .filterable-list-simple-four.search-enabled .filterable-list-cell {
    padding-bottom: 30px;
    min-height: 50px;
}

.page-index-analytics .filterable-list-simple-four.search-enabled .filterable-list-cell:first-of-type {
    padding-bottom: 10px;
}

.page-index-analytics .filterable-list-row .filterable-list-cell .column-label.mobile-only+span {
    padding-left: 120px;
}

@media print,
screen and (min-width: 48em) {
    .page-index-analytics .filterable-list-header {
        border-top: 0px;
    }
    .page-index-analytics .filterable-list-simple-four.search-enabled .filterable-list-cell:first-of-type {
        padding-bottom: 35px;
    }
    .page-index-analytics .filterable-list-row .filterable-list-cell .column-label.mobile-only+span {
        padding-right: 15px;
        padding-left: 0px;
    }
    .page-index-analytics .filterable-list-simple-four.search-enabled .filterable-list-cell:first-of-type {
        flex: 0 1 40%;
    }
    .page-index-analytics .filterable-list-simple-four.search-enabled .filterable-list-cell {
        flex: 0 1 29%;
    }
    .page-index-analytics .filterable-list-simple-four.search-enabled .filterable-list-cell .bs-dropdown-wrapper {
        text-align: right;
    }
    .page-index-analytics .filterable-list-simple-four.search-enabled .filterable-list-cell:first-of-type .bs-dropdown-wrapper {
        text-align: left;
    }
    .page-index-analytics .filterable-list-simple-four.search-enabled .filterable-list-row.data-row .filterable-list-cell {
        text-align: right;
    }
    .page-index-analytics .filterable-list-simple-four.search-enabled .filterable-list-row.data-row .filterable-list-cell:first-of-type {
        text-align: left;
    }
}

@media print,
screen and (min-width: 75em) {
    .page-index-analytics .filterable-list .filterable-list-header .filterable-list-cell a span {
        font-size: 14px;
    }
    .page-index-analytics .filterable-list-row.data-row .filterable-list-cell {
        padding-top: 24px;
        padding-bottom: 24px !important;
    }
    .page-index-analytics .filterable-list-row.data-row .filterable-list-cell span>a {
        font-size: 14px;
    }
    .page-index-analytics .filterable-list-simple-four.search-enabled .filterable-list-cell:first-of-type {
        flex: 0 1 60%;
    }
    .page-index-analytics .filterable-list-simple-four.search-enabled .filterable-list-cell {
        flex: 0 1 20%;
    }
}


/* End : index-analytics */


/* New Checkbox design stylings Starts */

@media print,
screen and (min-width: 48em) {
    .filterable-list .dropdown.menu li.is-submenu-item a {
        background: #d0d0d0;
        border-bottom: 1px solid #eee;
        color: #000000;
        font-weight: 400;
    }
    .filterable-list .dropdown.menu li.is-submenu-item a:hover {
        background: #a1a1a1;
        color: #1a1a1a;
        font-weight: 700;
    }
    .filterable-list .dropdown.menu li.is-submenu-item a.active,
    .filterable-list .dropdown.menu li.is-submenu-item a.active:hover {
        background: #a1a1a1 !important;
        color: #000000 !important;
        font-weight: 700;
    }
    .filterable-list .dropdown.menu li.is-submenu-item a:before {
        display: inline-block;
        content: ' ';
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bisolation:isolate;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echeckbox%3c/title%3e%3cg class='cls-1'%3e%3cpath d='M22.35,5.11v13a4.51,4.51,0,0,1-4.5,4.5h-13a4.33,4.33,0,0,1-3.18-1.32A4.33,4.33,0,0,1,.35,18.11v-13A4.33,4.33,0,0,1,1.67,1.93,4.33,4.33,0,0,1,4.85.61h13A4.34,4.34,0,0,1,21,1.93,4.34,4.34,0,0,1,22.35,5.11Zm-4.5-2.5h-13a2.41,2.41,0,0,0-1.77.73,2.41,2.41,0,0,0-.73,1.77v13a2.41,2.41,0,0,0,.73,1.77,2.4,2.4,0,0,0,1.77.73h13a2.51,2.51,0,0,0,2.5-2.5v-13a2.41,2.41,0,0,0-.73-1.77A2.41,2.41,0,0,0,17.85,2.61Z' transform='translate(-0.35 -0.61)'/%3e%3c/g%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 14px 14px;
        height: 14px;
        width: 14px;
        margin-right: 10px;
        top: 3px;
        position: relative;
    }
    .filterable-list .dropdown.menu li.is-submenu-item a.active:before {
        display: inline-block;
        content: ' ';
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.84 22'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bisolation:isolate;%7d.cls-2%7bfill:%231a1a1a;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echeckboxwithtickmark%3c/title%3e%3cg class='cls-1'%3e%3cpath d='M22.35,5.67v13a4.51,4.51,0,0,1-4.5,4.5h-13a4.33,4.33,0,0,1-3.18-1.32A4.33,4.33,0,0,1,.35,18.67v-13A4.33,4.33,0,0,1,1.67,2.5,4.33,4.33,0,0,1,4.85,1.17h13A4.34,4.34,0,0,1,21,2.5,4.34,4.34,0,0,1,22.35,5.67Zm-4.5-2.5h-13a2.41,2.41,0,0,0-1.77.73,2.41,2.41,0,0,0-.73,1.77v13a2.41,2.41,0,0,0,.73,1.77,2.4,2.4,0,0,0,1.77.73h13a2.51,2.51,0,0,0,2.5-2.5v-13a2.41,2.41,0,0,0-.73-1.77A2.41,2.41,0,0,0,17.85,3.17Z' transform='translate(-0.35 -1.17)'/%3e%3c/g%3e%3cpath class='cls-2' d='M25.19,6.25a1.45,1.45,0,0,1-.44,1.06L13.44,18.63l-2.12,2.13a1.51,1.51,0,0,1-2.12,0L7.06,18.63,1.41,13a1.51,1.51,0,0,1,0-2.12L3.53,8.72a1.45,1.45,0,0,1,1.06-.44,1.45,1.45,0,0,1,1.06.44l4.59,4.61L20.5,3.06a1.51,1.51,0,0,1,2.13,0l2.13,2.13A1.45,1.45,0,0,1,25.19,6.25Z' transform='translate(-0.35 -1.17)'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 14px 14px;
        height: 14px;
        width: 14px;
        margin-right: 10px;
        top: 3px;
        position: relative;
    }
    .filterable-list .dropdown-radio .dropdown.menu li.is-submenu-item a:before {
        display: inline-block;
        content: ' ';
        background-repeat: no-repeat;
        background-size: 14px 14px;
        background-image: url('/app/images/radiobutton.svg');
        height: 14px;
        width: 14px;
        margin-right: 10px;
        top: 3px;
        position: relative;
    }
    .filterable-list .dropdown-radio .dropdown.menu li.is-submenu-item a.active:before {
        display: inline-block;
        content: ' ';
        background-image: url('/app/images/radiobutton-active.svg');
        background-repeat: no-repeat;
        background-size: 14px 14px;
        height: 14px;
        width: 14px;
        margin-right: 10px;
        top: 3px;
        position: relative;
    }
}


/* New Checkbox design stylings Ends */

.consultations .filterable-list .filterable-list-header .filterable-list-cell a>span.sort-icon.desc {
    margin: 0 3px;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
}

.index-linked-filterable-list-disclaimer p {
    font-weight: 400;
    font-size: 12px;
    padding-top: 1rem;
    color: #a0a0a0;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.index-linked-filterable-list-disclaimer p a {
    font-size: inherit;
    color: inherit;
    font-weight: 700;
    text-decoration:underline;
}

.index-linked-filterable-list-disclaimer p a:hover {
    color: #d6002a;
}

.index-linked-filterable-list-disclaimer p.disabled {
    border-top: none;
    margin-top: 15px;
}
.indices-filterable-list-disclaimer p {
    font-weight: 400;
    font-size: 12px;
    padding-top: 1rem;
    color: #a0a0a0;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.indices-filterable-list-disclaimer p.disclaimer {
    border-top: none;
    margin-top: 15px;
}
.indices-filterable-list-disclaimer p a
{
   font-size: inherit;
    color: inherit;
    font-weight: 700;
    text-decoration:underline;
}

.indices-filterable-list-disclaimer p a:hover
{
   color:#d6002a;
}
.indices-filterable-list-disclaimer.custom-disclaimer-exists p {
    margin-top: 0px !important;
}

.indices-filterable-list-custom-disclaimer{
    display: none;
}
.indices-filterable-list-custom-disclaimer p {
    font-weight: 400;
    font-size: 12px;
    padding-top: 1rem;
    color: #a0a0a0;
    margin-top: 15px;
    margin-bottom: 0px !important;
}
.index-finder-filterable-list-disclaimer p {
    font-weight: 400;
    font-size: 12px;
    padding-top: 1rem;
    color: #a0a0a0;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}
.index-finder-filterable-list-disclaimer p.disclaimer {
    border-top: none;
    margin-top: 15px;
}
.index-finder-filterable-list-disclaimer p a
{
     font-size: inherit;
    color: inherit;
    font-weight: 700;
    text-decoration:underline;
}
.index-finder-filterable-list-disclaimer p a:hover
{
     color:#d6002a;
}

.filterable-list-data-row-wrapper .records-not-found,
.index-family-indexlinked .empty-records,
.index-detail-indexlinked .empty-records {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem
}


/* Start : QA Def: 91 */

.wrapper .indices-content .index-specialization .filterable-list-simple-nine ul.filterable-list-header li:nth-child(n+2) .bs-dropdown-wrapper a {
    cursor: default;
}

.wrapper .indices-content .index-specialization .filterable-list-simple-nine ul.filterable-list-header li:nth-child(n+2) .bs-dropdown-wrapper a>span {
    cursor: default;
}


/* End : QA Def: 91 */


/* Start : QA Def: 96 */

.wrapper .indices-content .index-specialization .filterable-list-index-linked-five ul.filterable-list-header li:nth-child(5) .bs-dropdown-wrapper a {
    cursor: default;
}

.wrapper .indices-content .index-specialization .filterable-list-index-linked-five ul.filterable-list-header li:nth-child(5) .bs-dropdown-wrapper a>span {
    cursor: default;
}


/* End : QA Def: 96 */

.filterable-list-simple-four .no-match-text {
    font-weight: 400;
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 100px;
}


/* Start : QA Def : 1132 */

/* @media screen and (min-width:56em) and (max-width: 64em) {
    .wrapper .indices-content .index-specialization .filterable-list-simple-nine ul.filterable-list-header li:last-child .bs-dropdown-wrapper a>span {
       padding-left: 5px;
    }
    .wrapper .indices-content .index-specialization .filterable-list-simple-nine .filterable-list-header li:last-child .bs-dropdown-wrapper a label {
       padding-left: 15px;
    }
}

.wrapper .indices-content .index-specialization .filterable-list-simple-nine .filterable-list-header li:last-child .bs-dropdown-wrapper a label {
   padding-right: 8px;
} */


/* End : QA Def : 73 */

@media print, screen and (max-width: 64em){
	.exchange-relationships .reports-detailed-content p {
        	line-height: 1.3;
    }
}

.region-label-mobile {
	vertical-align: top;
}
.region-list-mobile {
	vertical-align: top;
	display: inline-block;
}
.event-collection .dropdown-checkbox .dropdown.menu.dropdown-menu {
	width:200px;
}
.dropdown-checkbox[data-fieldname='theme'] .dropdown.menu.dropdown-menu {
	width:210px;
}
.consultations .filterable-list-simple-four .no-match-text {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 100px;
}