#page_banner section.banner_bg {
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 400px; */
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0,0.8);
    background-position: 50% 25%;
    padding: 100px 0;
}

@media (max-width: 991px) {
    #page_banner section.banner_bg {
        padding: 40px 16px 20px;
    }
}

#page_banner .banner_text,
#page_banner .banner_text > h1 {
    color: #fff;
}

@media (min-width: 768px) {
    #page_banner .banner_text {
        max-width: 52%;
    }
}

#page_banner h1 {
    color: #fff;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 10px;
}
.banner_text p {
    font-size: 16px;
}
.banner_text h6 {
    color: #fff;
    font-size: 16px;
}

.banner_text p:last-child,
.banner_text h6:last-child {
    margin-bottom: 0;
}

.banner_text_wrp {
    align-items: center;
    position: relative;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1150px;
    text-align: left;
}

@media (min-width: 768px) {
    .banner_text_wrp {
        display: flex;
    }
}

.arc_button {
    background: #E01C1E !important;
    color: #ffffff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 20px 30px;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 2px;
}
a.arc_button:hover {
    color: #fff;
}
.banner_btn {
    /* align-self: flex-end; */
    justify-content: flex-end;
    flex-direction: column;
    margin-left: 10px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .banner_btn {
        display: flex;
        text-align: right;
    }
}

.banner_btn .arc_button {
    margin-bottom: 20px;
}

.arc_bk_btn {
    float: left;
    width: 48%;
    text-align: right;
    position: relative;
    margin-top: 3%;
}
.gray_bg {
    background-color: #F4F4F4;
    margin-bottom: 50px;
    display: block;
    overflow: hidden;
}
.arc_container{
    position: relative;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.arc_container form.search-form {
    padding: 30px 0px;
}
.arc_container .result_div {
    width: 70%;
    float: left;
    padding-right: 70px;
}
.arc_container .sidebar {
    width: 30%;
    float: left;
}
.arc_resource_post {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #bbb;
    padding: 15px 20px;
    margin: 25px 0px;
    position: relative;
    display: block;
    overflow: hidden;
}
.resource_header .resource_type {
    color: #757575;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    width: auto;
    float: left;
}
.resource_header .bookmark {
    float: right;
    width: auto;
    padding: 3px 14px;
    border: 1px solid #999;
    border-radius: 50%;
    font-size: 20px;
    color: #E01C1E;
    font-weight: normal;
    cursor: pointer;
    outline: 2px dotted transparent !important;
}
.resource_header .bookmark i:focus,
.resource_header .bookmark i:focus-within,
.resource_header .bookmark i:focus-visible {
    outline: 2px dotted #E01C1E !important;
    outline-offset: 0 !important;
}
.resource_header {
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 45px;
}
.resource_title a{
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    word-break: break-word;
}
.resource_title a:hover,
.resource_title a:focus {
    text-decoration: underline;
}
.resource_desc {
    color: #757575;
    font-size: 13px;
    margin: 12px 0px 0px;
    text-align: justify;
}
.resource_tags {
    font-size: 12px;
    font-weight: 600;
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: 10px;
}
#archive_container .arc_container .sidebar {
    margin: 20px 0px;
}
#archive_container .arc_container .sidebar h4{
    font-weight: 600;
}
.pagination span.page-numbers.current {
    color: #e01c1e;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
}
.pagination a.page-numbers, .pagination .facetwp-pager a.facetwp-page {
    padding: 5px;
    color: #757575;
    font-size: 12px;
    font-weight: 600;
}
.pagination .page-numbers.active, .pagination .facetwp-pager a.facetwp-page.active {
    color: #e01c1e;
}
.pagination a.next.page-numbers {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    padding: 5px 12px;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 10px;
    color: #000;
}

.pagination .facetwp-pager a.facetwp-page.next {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    padding: 0px 14px;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 0px;
    color: #000;
}

.pagination a.prev.page-numbers{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    padding: 5px 12px;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 10px;
    color: #000;
}
.pagination .facetwp-pager a.facetwp-page.prev{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    padding: 0px 12px;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 5px;
    color: #000;
}
.pagination {
    text-align: center;
    clear: both;
}
.loading {
    background-color: #f4f4f4;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-top: 5%;
}
/* 04/02/2020 */

.arc_container .search-field {
    width: 60%;
    background: #fff;
}

.arc_container .search-submit{
    background: #000;
    margin-left: -5px;
}

#archive_container .sidebar h4{
    margin-bottom: 20px;
}

.facet-filter {
    margin-bottom: 30px;
    color: #000;
}

.facetwp-sort select {
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 13px;
    padding: 5px;
    border: solid 2px #999;
    border-radius: 5px;
}

.facet-filter h5 {
    border-bottom: solid 2px #ddd;
    margin-bottom: 15px;
    font-weight: 800;
}

.facet-filter .facetwp-checkbox.checked {
    color: #e01c1e;
    font-weight: 400;
}

.facet-filter .facetwp-checkbox.checked {
    background-image: url(../images/checked-checkbox.png);
}
.sidebar .facetwp-hidden
{
    display: block;
}
.sidebar a.facetwp-toggle {
    display: none;
}
.sidebar .facetwp-facet {
    max-height: 155px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.sidebar .facetwp-facet::-webkit-scrollbar {
    width: 5px;
}

.sidebar .facetwp-facet::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.sidebar .facetwp-facet::-webkit-scrollbar-thumb {
    background-color: #666;
    outline: 1px solid #000;
}

/* 6feb */
#archive_container .facetwp-type-search {
    width: 60%;
    margin-bottom: 0px;
    float: left;
}
#archive_container input.facetwp-search {
    width: 100%;
    padding: 13px;
    padding-left: 40px;
    padding-right: 25px;
}
#archive_container i.facetwp-btn {
    right: unset;
    left: 10px;
    opacity: 1;
    width: 20px;
}
#archive_container .search_wrp {
    margin-top: 35px;
    margin-bottom: 20px;
}
#archive_container a.arc_button.res_archive_page {
    padding: 13px 20px;
    font-size: 12px;
    margin-left: 20px;
    font-weight: 600;
    line-height: 20px;
}
#archive_container a.arc_button.res_search_resource_page.res_archive_page {
    background-color: #000 !important;
    margin-left: 0px !important;
}
#archive_container a.arc_button.res_search_resource_page.res_archive_page.mobile, .sidebar span.close_filter,  .sidebar .show_result_mobile {
    display: none;
}
.resources-type-tab ul {
    margin: 0px;
}
.resources-type-tab li {
    list-style: none;
    float: left;
    padding: 10px 25px 10px 0px;
}
.resources-type-tab li a {
    padding-bottom: 12px;
    padding: 12px;
    color: #000;
    font-weight: 500;
    opacity: 0.6;
}
.resources-type-tab li a:hover,
.resources-type-tab li a:focus {
    opacity: 1;
}

.resources-type-tab li a.active_tab {
    border-bottom: 2px solid #000;
    font-weight: 700;
    opacity: 1;
}
.resource_attach {
    display: block;
    float: left;
    margin-right: 20px;
    width: 40%;
    margin-top: 8px;
}
.resource_attach img {
    height: 200px;
}
.resource_attach video,
.story_attach video{
    height: 100%;
    max-height: 155px;
    width: 100%;
}
.arc_gdpc_story .fl-builder-module-template {
    padding: 20px 0px;
    max-width: 100%;
}
.wrp_res_filter {
    display: block;
    overflow: hidden;
    padding-top: 10px;
    border-top: 1px solid #707070;
}

.wrp_res_filter .fl-heading{
    padding-bottom:20px;
}

.arc_story_post {
    display: block;
    float: left;
    width: 45%;
    margin-right: 20px;
    min-height: 550px;
}
.arc_story_post .story_title a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.arc_story_post .story_title a:hover,
.arc_story_post .story_title a:focus {
    color: #e31c1e;
    text-decoration: underline;
}
.story_title {
    display: block;
    /* height: 60px; */
    overflow: hidden;
    margin-top: 10px;
}
.arc_story_post img.avatar.avatar-96.photo {
    width: 45px;
}

.arc_story_post span.fl-post-grid-author {
    font-weight: 600;
    display: block;
}
span.fl-post-grid-date {
    color: #757575;
    font-size: 12px;
    display: block;
}
.story_desc {
    color: #000000;
    font-size: 12px;
    opacity: 0.7;
    text-align: justify;
}
.story_tags {
    font-weight: 600;
    font-size: 12px;
    height: 45px;
    overflow: hidden;
}
.story_attach img {
    /* height: 150px; */
    outline: 2px dotted transparent !important;
    outline-offset: -2px !important;
    width: 100%;
}
.story_attach a:focus img {
    outline: 2px dotted #E01C1E !important;
}

.arc_gdpc_story .arc_container .result_div {
    width: 74%;
    float: left;
    padding-right: 20px;
}
.arc_gdpc_story .arc_container .sidebar {
    width: 26%;
    float: left;
    margin: 0px !important;
}
.arc_story_post {
    display: block;
    float: left;
    width: 40%;
    margin-right: 10%;
    min-height: 425px;
}
a.arc_button.bookmarked {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 35px;
    font-weight: 700;
}
.filter_mobile{
    display: none;
}
.story_attach {
    position: relative;
}
.arc_story_post .bookmark,.arc_story_post1 .bookmark {
    position: absolute;
    top: 8px;
    right: 8px;
    float: right;
    width: auto;
    padding: 3px 12px;
    border: 1px solid #999;
    border-radius: 50%;
    font-size: 15px;
    color: #E01C1E;
    font-weight: normal;
    cursor: pointer;
    background-color: #fff;
}
.attch_title_desc_wrp {
    width:100%;
    display: block;
    float: left;
    overflow: hidden;
    margin-bottom: 5px;
    /* min-height: 150px; */
}


.arc_gdpc_initiative .arc_container .result_div{
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 50px 0 0;
    /* padding-right: 20px; */
}
.arc_story_post .arc-gdpc-video{
    height: 150px;
    width:100%;
    display:block;
}

.arc_gdpc_initiative .arc_initiative_post{
    display: inline-block;
    width: 45%;
    /* min-height: 425px; */
    margin-bottom:40px;
    height: 450px;
}

.arc_gdpc_initiative .arc_initiative_post:nth-child(even) {float: right;}
.arc_gdpc_initiative .arc_initiative_post:nth-child(odd) {float:left}

.initiative_attach img {
    /* height: 250px; */
    width: 100%;
}
.initiative_attach {
    position: relative;
}

.initiative_title{
    display: block;
    /* height: 60px; */
    overflow: hidden;
    margin-top: 10px;
}

.arc_initiative_post .initiative_title span {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.initiative_desc{
    color: #000000;
    font-size: 12px;
    opacity: 0.7;
    text-align: justify;
    margin-top: 10px;
}

.arc_initiative_post span.fl-post-grid-author {
    font-weight: 600;
    display: block;
}

.arc_initiative_post .initiative_button{
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 2px solid #DF1C1E;
    margin-top: 15px;
    width: 20%;
    text-align: center;
}
.arc_initiative_post  .fl-post-grid-more{
    color: #DF1C1E;
    /* padding: 5px 25px; */
    font-weight: 700;
}


/*toolkit*/
.arc_gdpc_toolkit .arc_container .result_div{
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 50px 0 0;
    /* padding-right: 20px; */
}

.arc_gdpc_toolkit .arc_toolkit_post{
    display: inline-block;
    width: 45%;
    /* min-height: 425px; */
    margin-bottom:40px;
    height: 350px;
}

.arc_gdpc_toolkit .arc_toolkit_post:nth-child(even) {float: right;}
/* .arc_gdpc_toolkit .arc_toolkit_post:nth-child(odd) {float:left} */

.toolkit_attach img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}
.toolkit_attach {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.toolkit_title{
    display: block;
    /* height: 60px; */
    overflow: hidden;
    margin-top: 10px;
}

.arc_toolkit_post .toolkit_title span {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.toolkit_desc{
    color: #000000;
    font-size: 12px;
    opacity: 0.7;
    text-align: justify;
    margin-top: 10px;
}

.arc_toolkit_post span.fl-post-grid-author {
    font-weight: 600;
    display: block;
}

.arc_toolkit_post .toolkit_button{
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 2px solid #DF1C1E;
    margin-top: 15px;
    width: 20%;
    text-align: center;
}
.arc_toolkit_post  .fl-post-grid-more{
    color: #DF1C1E;
    /* padding: 5px 25px; */
    font-weight: 700;
}

/*activity*/
.arc_gdpc_activity .arc_container .result_div{
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 50px 0 0;
    /* padding-right: 20px; */
}

.arc_gdpc_activity .arc_activity_post{
    display: block;
    width: 100%;
    /* min-height: 300px; */

}
.arc_gdpc_activity .arc_activity_post .activity_content,
.arc_gdpc_activity .arc_activity_post .activity_attach{
    display: inline-block;
    width:47%;
    vertical-align: top;
}
.arc_gdpc_activity .arc_activity_post .activity_content{
    float:right;
}
.arc_gdpc_activity .arc_activity_post .activity_attach{
    float:left;

}

.arc_gdpc_activity .arc_activity_post .attch_title_desc_wrp{
    margin-bottom:20px;
}

.arc_gdpc_activity .arc_activity_post:nth-child(even) {float: right;}
/* .arc_gdpc_activity .arc_activity_post:nth-child(odd) {float:left} */

.activity_attach img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}
.activity_attach {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.activity_title{
    display: block;
    /* height: 60px; */
    overflow: hidden;
    /* margin-top: 10px; */
}

.arc_activity_post .activity_title span,
.arc_activity_post .activity_title h2 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.activity_desc{
    color: #000000;
    font-size: 12px;
    opacity: 0.7;
    text-align: justify;
    margin-top: 10px;
}

.arc_activity_post span.fl-post-grid-author {
    font-weight: 600;
    display: block;
}

.arc_activity_post .activity_button{
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 2px solid #DF1C1E;
    margin-top: 15px;
    width: 20%;
    text-align: center;
}
.arc_activity_post  .fl-post-grid-more{
    color: #DF1C1E;
    /* padding: 5px 25px; */
    font-weight: 700;
}
#hp_feature_story_1 .fl-col.col-6.arc_story_post1 {
    position: relative;
}
#hp_feature_story_1 .fl-col.col-6.arc_story_post1 .bookmark {
    right: 25px;
    top: 15px;
}
.normal_arc_btn{
    background: #E01C1E !important;
    color: #ffffff !important;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    padding: 10px 30px;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 1px;
    margin: 0px auto;
    text-align: center;
}
.resource_attach {
    text-align: center;
}
.resource_attach img {
    height: auto;
    max-height: 200px;
    max-width: 265px;
    width: auto;
}
.single_post_content .featured_content img {
    border: 1px solid #ddd;
}
.single_post_content .featured_content {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 20px 0px 0px;
    float: left;
}

a.social-label {
    /* float: right;
    clear: both;
    display: block;
    width: 100%; */
    margin: 0px 10px;
}
/* .story_attach img {
    max-height: 150px;
    width: auto;
    height: auto;
    max-width: 321px;
} */
/* .story_attach {
    position: relative;
    text-align: center;
    min-height: 152px;
} */
.story_title {
    height: 55px;
    margin-bottom: 10px;
}
.story_attach {
    position: relative;
    height: 150px;
    overflow: hidden;
}
.story_attach img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}
.toolkit_title a, .activity_title a{
    color: #000 !important;
}

.story_attach img, .initiative_attach img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}
.toolkit_title a, .activity_title a{
    color: #000 !important;
}
.initiative_attach{
    position: relative;
    height: 250px;
    overflow: hidden;
}
span.clear_serach {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-weight: 700;
    cursor: pointer;
}
.arc_gdpc_topics ul {
    margin: 0px 0px 0px 20px;
}
.arc_gdpc_topics .left-sidebar {
    width: 30%;
    float: left;
}
.arc_gdpc_topics .main-content {
    width: 70% !important;
    padding: 4em 20px;
    float: left;
}
.facet-filter {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
a.clear_facet {
    position: absolute;
    top: 0;
    right: 0;
}
