
.section_container_in.more_padding {
    padding-top: 50px !important;
}



.csr_filter_tag {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .csr_filter_tag .csr_filter_tag_item {
        border: 1px solid #10416C;
        margin: 0px 10px 10px 0px;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
    }

        .csr_filter_tag .csr_filter_tag_item.reset {
            background-image: url(../img/reset_btn_w.svg);
            background-position: center left 10px;
            background-repeat: no-repeat;
            background-size: 15px;
            padding-left: 30px;
            background-color: #44cad3;
            border-color: #44cad3;
            color: #FFF;
        }

        .csr_filter_tag .csr_filter_tag_item:hover {
            background-color: #44cad3;
            border-color: #44cad3;
            color: #FFF;
        }

        /*.csr_filter_tag .csr_filter_tag_item.active {
            background-color: #44cad3;
            border-color: #44cad3;
            color: #FFF;
        }*/

        .csr_filter_tag .csr_filter_tag_item.reset:hover,
        .csr_filter_tag .csr_filter_tag_item.reset:active {
            background-image: url(../img/reset_btn_w.svg);
        }

    .csr_filter_tag .csr_filter_sep {
        width: 1px;
        height: 30px;
        background: #CCC;
        margin: 0px 10px 0px 0px;
    }

.csr_filter_tag_desc {
    display: none;
}

    .csr_filter_tag_desc.active {
        display: block;
    }

    .csr_filter_tag_desc a {
        color: #004b96;
    }
/*-------------------------------------------------------*/
.csr_expanded_item {
    width: 100%;
}

    .csr_expanded_item .csr_expanded_item_inner {
        position: relative;
        background: #000;
        color: #FFF;
    }

    .csr_expanded_item .csr_expanded_item_bg {
        position: absolute;
        content: "";
        display: block;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #10416C;
        background-image: url(../img/expand_section_graphic.svg);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 900px;
    }

    .csr_expanded_item .csr_expanded_item_arr {
        position: absolute;
        content: "";
        display: block;
        top: -20px;
        left: 0px;
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #10416C transparent;
    }

    .csr_expanded_item .csr_expanded_item_body {
        position: relative;
        padding: 80px 0px;
    }

    .csr_expanded_item .csr_expanded_item_body_close {
        position: absolute;
        color: #FFF;
        top: 20px;
        right: 0px;
        width: 20px;
        height: 20px;
        font-size: 30px;
        text-decoration: none !important;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .csr_expanded_item .csr_expanded_item_body .section_title {
        margin-bottom: 40px;
    }

    .csr_expanded_item .csr_expanded_item_body p {
        margin-bottom: 20px;
    }

    .csr_expanded_item .csr_expanded_item_body .ppl_1_name {
        font-size: 1.25em;
    }

    .csr_expanded_item .csr_expanded_item_body .bigger {
        font-size: 1.15em;
    }

    .csr_expanded_item .csr_expanded_item_body a {
        text-decoration: underline;
    }

    .csr_expanded_item .csr_expanded_item_body_grid > * {
        max-width: 910px;
    }

    .csr_expanded_item .csr_expanded_item_body.csr_2col .csr_expanded_item_body_grid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .csr_expanded_item .csr_expanded_item_body.csr_2col .csr_expanded_item_body_grid > * {
            width: calc(50% - 20px);
        }

    .csr_expanded_item .csr_media_btn {
        display: block;
        position: relative;
        cursor: pointer;
    }

        .csr_expanded_item .csr_media_btn img {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }

        .csr_expanded_item .csr_media_btn:before {
            content: "";
            display: block;
            padding-bottom: 66.67%;
        }

        .csr_expanded_item .csr_media_btn.video:after {
            content: "";
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            background-image: url(../img/play.svg);
            background-repeat: no-repeat;
            background-size: 100px;
            background-position: center center;
        }

        .csr_expanded_item .csr_media_btn + p {
            margin-top: 10px;
        }

    .csr_expanded_item .swiper-container {
        position: relative;
    }

        .csr_expanded_item .swiper-container .prev,
        .csr_expanded_item .swiper-container .next {
            position: absolute;
            z-index: 1;
            top: calc(50% - 30px);
            left: 10px;
            width: 25px;
            height: 60px;
        }

        .csr_expanded_item .swiper-container .next {
            left: auto;
            right: 10px;
        }

            .csr_expanded_item .swiper-container .prev:before,
            .csr_expanded_item .swiper-container .next:before {
                content: "";
                display: block;
                width: 100%;
                height: 100%;
                background-image: url(../img/stage_3_slider_arrow_r_v2.png);
                background-repeat: no-repeat;
                background-size: 25px;
                background-position: center center;
                filter: brightness(0) invert(1);
            }

        .csr_expanded_item .swiper-container .prev:before {
            transform: scaleX(-1);
        }

    .csr_expanded_item .purple .csr_expanded_item_bg {
        background-color: #5e366e;
    }

    .csr_expanded_item .purple .csr_expanded_item_arr {
        border-bottom-color: #5e366e;
    }

    .csr_expanded_item .pink .csr_expanded_item_bg {
        background-color: #d25b73;
    }

    .csr_expanded_item .pink .csr_expanded_item_arr {
        border-bottom-color: #d25b73;
    }

    .csr_expanded_item .cyan .csr_expanded_item_bg {
        background-color: #44cad3;
    }

    .csr_expanded_item .cyan .csr_expanded_item_arr {
        border-bottom-color: #44cad3;
    }

    .csr_expanded_item .txt_black {
        background: #FFF;
        color: #144168;
    }

    .csr_expanded_item .txt_white {
        background: #000;
        color: #FFF;
    }

    .csr_expanded_item .purple.txt_black {
        background: #FFF;
        color: #144168;
    }

    .csr_expanded_item .purple.txt_white {
        background: #000;
        color: #FFF;
    }

    .csr_expanded_item .pink.txt_black {
        background: #FFF;
        color: #144168;
    }

    .csr_expanded_item .pink.txt_white {
        background: #000;
        color: #FFF;
    }

    .csr_expanded_item .cyan.txt_black {
        background: #FFF;
        color: #144168;
    }

    .csr_expanded_item .cyan.txt_white {
        background: #000;
        color: #FFF;
    }

    .csr_expanded_item .csr_swiper a.link {
        color: inherit;
        text-decoration: none;
    }

       /* .csr_expanded_item .csr_swiper a.link:after {
            content: " >";
            color: #e62742;
            display: inline-block;
            margin-left: 5px;
        }*/

        .csr_expanded_item .csr_swiper a.link:hover {
            text-decoration: underline;
        }

@media screen and (max-width: 1023px) {

    .csr_expanded_item .csr_expanded_item_body.csr_2col .csr_expanded_item_body_grid {
        flex-wrap: wrap; /*flex-direction: column-reverse;*/
    }

        .csr_expanded_item .csr_expanded_item_body.csr_2col .csr_expanded_item_body_grid > * {
            width: 100%;
            margin-bottom: 40px;
        }

    /*.csr_filter_tag .csr_filter_tag_item:hover {
                   background-color:transparent !important;
				   border: 1px solid #10416C !important;
				   color:#10416C !important;
				  /*  background-color: #44cad3;
            border-color: #44cad3;
            color: #FFF;
        }*/
}
/*-------------------------------------------------------*/
.csr_project_noresult {
    display: none;
    text-align: center;
    padding-bottom: 100px;
}
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
.whats_on_tdy_more_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 80px;
}

    .whats_on_tdy_more_row.grid {
        margin-top: 40px;
    }

.whats_on_tdy_more_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.whats_on_tdy_loading {
    height: 32px;
    margin-left: 15px;
}
/*-------------------------------------------------------*/
.ppl_1_block_in {
    opacity: 1 !important;
    transform: translateX(0px);
}

.ppl_1_block.active .ppl_1_img_container:after {
    position: absolute;
    content: "";
    display: block;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 999px;
    border: 4px solid #144168;
}

.ppl_1_block_in.cyan .ppl_1_img_container:after {
    border-color: #44cad3 !important;
}

.ppl_1_block_in.pink .ppl_1_img_container:after {
    border-color: #d25b73 !important;
}

.ppl_1_block_in.purple .ppl_1_img_container:after {
    border-color: #5e366e !important;
}

.ppl_1_block_in.yellow .ppl_1_img_container:after {
    border-color: #ffb81c !important;
}
/*-------------------------------------------------------*/
.ppl_1_img_container1 {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    max-width: 175px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 999px;
}

.crsSize {
    content: " >";
    color: #e62742;
    display: inline-block;
    margin-left: 5px;
}

/*-------------------------------------------------------*/
.ppl_1_block_in {
    opacity: 1 !important;
    transform: translateX(0px);
}

.ppl_1_block.active .ppl_1_img_container1:after {
    position: absolute;
    content: "";
    display: block;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 999px;
}
/*-------------------------------------------------------*/
