.lp_bready_gray_components.full-row-gray-components {
    padding: 0.75rem 0;
    background-color: #002F54;
}
.lp__secondary_dropdown select {
    background-color: #fff;
    color: #000;
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-align: left;
    padding: 0.25rem 64px 0.25rem 16px;
    width: 100%;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 1rem;

    @media screen and (min-width:1200px) {
        max-width: 300px;
    }
}

.lp__secondary_dropdown .select-arrow {
    position: absolute;
    color: #000;
    font-size: 13px;
    top: 0.25rem;
    right: 0.875rem;
    pointer-events: none;
}

.lp__secondary_dropdown .select-arrow::before {
    font-family: "loopicon";
    content: "\e116";
}

.lp__secondary_dropdown {
    position: relative;
     margin: 0rem 1rem 0rem 0rem;
}


.lp_bready_gray_components.full-row-gray-components {
    padding: 0.75rem 0;
    background-color: #002F54;
}

.full-row-white-components.lp_topics_tab_components {
    padding-top: 0;
    padding-bottom: 0px;
}

.lp_topics_dropdown_container {
   display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);

    @media (min-width:768px) {
        .collapse-dropdown {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
    @media (max-width:767.98px) {
    .collapse-dropdown {
        margin-top:24px;
        }
        .collapse-dropdown-toggle {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
                        background: transparent;
            border: 0px;

            &:before {
                font-family: 'loopicon';
                content: "\e116";
                font-size: 0.75rem;
                margin-right: 4px;
                float: left;
              }
          
            &[aria-expanded=false] {
              &:before {
                content: "\e116";
              }
            }
          
            &[aria-expanded=true] {
              &::before {
                content: "\e119";
              }
            }
        }
    }

  /*  .lp_back_button{
        margin: 0rem 0rem 1rem 0rem;
        @media screen and (min-width:600px) {
            margin: 0rem 1rem 0rem 0rem;
        }

    }*/

    .lp_back_button .lp__btn_xs {
        color: #fff;
        background-color: #0071BC;


        .lp-chevron-left:before {
            top: 1px;
            position: relative;
        }

        a {
            color: #fff;
            text-decoration: none;

            &:hover,
            &:focus {
                color: #fff;
                text-decoration: none;
            }
        }

    }
}

@media screen and (min-width:1200px) {
    .lp_topics_dropdown_container {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .lp__secondary_dropdown select,
    .lp_back_button .lp__btn_sm {
        margin-bottom: 0 !important;
    }

    .lp__secondary_dropdown select {
        max-width: inherit;
    }
}


/* all topics page */

.lp_topics_common_content {
    h2 {
        margin: 0;
    }

    .lp_topics_text,
    .lp_topics_list,
    .lp_topics_comparison {
        padding-bottom: 3rem;
    }

    .lp_chart_container {
        margin-bottom: 2rem;
       /* border: 1px solid #0071BC80;*/
        text-align: center;
        border-radius: 0.5rem;
    }

    .lp_topic_heading {
        margin: 0.5rem 0 1.5rem 0;
        display: inline-block;
        width: 100%;


        .lp__btn {
            float: right;
            background-color: #0071BC;
            line-height: 1.5rem;
            .lp-chevron-right:before{
                position: relative;
                top: 1px;
            }
        }
    }

    .lp_topics_information {


        .lp_topics_link {
            margin-bottom: 3rem;

            ul li {
               /* margin-bottom: 0.25rem;
                font-size: 1.125rem;
                line-height: 1.75rem;
                color: #0071BC;
                font-weight: 400;
                list-style: none;*/

                &:last-child {
                    margin-bottom: 0;
                }

                a {
                    color: #0071BC;
                    text-decoration: none;
                    display: flex;
                    align-items: flex-start;

                    &:hover,
                    &:focus {
                        text-decoration: none;
                        color: #0071BC;
                    }

                    span::before{
                        font-size: 14px;
                        top: 4px;
                        position: relative;
                        padding-right: 0.5rem;
                    }
                }
            }
        }

        .lp_topics_info {
            margin-bottom: 3rem;

            .lp_link_text {
                margin-top: 1rem;

                a {
                    padding-bottom: 0.5rem;
                    display: block;
                    text-decoration: none;

                    &:last-child {
                        padding-bottom: 0;
                    }
                }
            }
        }

        .lp_topics_avg_score {
            display: flex;
            align-items: center;

            .lp_avg_score {
                min-width: 120px;
                width: 120px;
                height: 120px;
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                background: linear-gradient(180deg, #0071BC 0%, #00335E 100%);
                border-radius: 4px;

                p {
                    color: #fff;
                    font-size: 32px; 
                    line-height: 32px;
                    margin-bottom: 0;
                 }
                 span{
                    font-size: 20px;
                    line-height: 32px;
                    font-weight: 400;
                    display: block;
                    margin-top: 4px;
                    color: #fff;
                }
            }

            .lp_avg_content {
                margin-left: 1rem;
                    display: flex;
                    flex-direction: column;
                    padding: 1rem;
                    background: #D8E7F5;
                    border-radius: 4px;
                    height: 120px;
                    font-weight: 600;
                    justify-content: center;
                    color: #002F54;
                    span{
                        font-size: 14px;
                    }
                    span:nth-child(1),
                    span:nth-child(3){
                        color: #0071BC;
                        font-weight: 400;
                    }
            }
        }
    }

    .lp_question_info {
        margin-top: 3rem;

        table {
            width: 100%;

            thead {
                border-bottom: 1px solid #6D6D6D;

                th {
                    padding: 0.5rem 0;
                    text-align: left;
                }
            }

            tbody {
                td {
                    padding: 0.5rem 0;
                    font-size: 1rem;

                    .lp {
                        position: relative;
                        top: 2px;
                    }
                }
            }
        }
    }

}


.lp_topics_economy_section {

    .lp_topics_comparison ul li,
    .lp_topics_list ul li {
        padding-bottom: 0.75rem;
        font-size: 0.875rem;
        line-height: 21px;
        color: #031626;

        &:last-child {
            padding-bottom: 0;
        }
    }

    .lp_topics_list ul li {
        span {
            width: 16px;
            height: 16px;
            display: inline-block;
            position: relative;
            top: 3px;
            border-radius: 100%;
            margin-right: 0.75rem;

            &.top {
                background-color: #d9d9d9;
            }

            &.middle {
                background-color: #A4A4A4;
                ;
            }

            &.bottom {
                background-color: #6D6D6D;
            }
        }
    }
}

.lp_topics_common_content .lp_topics_information .lp_topics_avg_score {
align-items: flex-start;
flex-direction: column;
justify-content: flex-start;
    margin-bottom: 3rem;
}
.lp_topics_avg_list {
display:flex;
}
@media (max-width:599px) {
.lp_topics_dropdown_container .lp__secondary_dropdown{
width:100%;
}
.lp_topics_dropdown_container .lp__secondary_dropdown select {
max-width: none;
}
}
.lp_topics_common_content .lp__secondary_dropdown .lp__secondary_dropdown_menu li{
        display: block;
    padding: 8px 16px 8px 16px;
}
.lp_topics_common_content .lp__secondary_dropdown .tui__primary_checkbox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 8px;
}
.lp_topics_common_content .lp__secondary_dropdown .tui__checkbox {
    display: flex;
    align-items: center;
}
.lp_topics_common_content .lp__secondary_dropdown label {
margin-bottom:0px;
}
