.sectionannual_report_story_top_block{
/*	padding-top:60px;*/
/*	padding-bottom:5px;*/
/*	box-sizing:border-box;*/
}

.main_sectionannual_report_story_top {
	margin-bottom:15px;
}


.ar_2025_story {
    max-width:100%;
    width:100%;
    display:flex;
    flex-direction: column;
    padding-top:100px;
    background-color:#f6f6f6;
}
.ar_2025_story .section_container{
    margin:0 auto;
    max-width:1440px;

}

.ar_2025_story_top_section{
    max-width:100%;
    width:100%;
}
.ar_2025_story_top_section .ar_2025_story_two_cols {
    max-width:100%;
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:50px;
}
.ar_2025_story_top_section .ar_2025_story_back_to {
    background-color:#3765B0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding:11px;
    box-sizing:border-box;
    display:flex;
    justify-content: center;
    max-width:calc(100% - 340px - 23px);
    width:100%;
}
.ar_2025_story_top_section .ar_2025_story_back_left {
    max-width:calc(100% - 500px);
    width:100%;
    display: flex;
    flex-direction: column;
}
.ar_2025_story_top_section .ar_2025_story_back_left .ar_2025_story_ar_heading {
    padding-left: 20px;
    padding-top:30px;
    box-sizing:border-box;
    max-width: 100%;
    margin-top:auto;
}
.ar_2025_story_top_section .ar_2025_story_back_left .ar_2025_story_ar_heading h2 {

    color:#fff;
    font-size:48px;
    font-weight:800;
    line-height:1.3;
}
.ar_2025_story_top_section .ar_2025_story_back_left .back_to_ar_link {
    max-width: 100%;
    width: 100%;
    display: flex;
}
.ar_2025_story_top_section .ar_2025_story_back_left .back_to_ar_link a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ar_2025_story_top_section .ar_2025_story_back_left .back_to_ar_link .href_text {
    order:2;
    font-size: 16px;
    font-family: Open Sans;
    line-height: 1;
    font-weight: bold;
    padding: 9px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    min-height: 40px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    color: #FA4616;
    background-color:#fff;
}
.ar_2025_story_top_section .ar_2025_story_back_left .back_to_ar_link .box_ico {
    order:1;
    width: 40px;
    height: 40px;
    font-size: 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    color: #FA4616;
    background-color:#fff;
}
.ar_2025_story_top_section .ar_2025_story_back_left .back_to_ar_link a:focus .box_ico ,
.ar_2025_story_top_section .ar_2025_story_back_left .back_to_ar_link a:focus .href_text,
.ar_2025_story_top_section .ar_2025_story_back_left .back_to_ar_link a:hover .box_ico ,
.ar_2025_story_top_section .ar_2025_story_back_left .back_to_ar_link a:hover .href_text {
    opacity:0.8;
}

.ar_2025_story_top_section .ar_2025_story_back_right {
    max-width:500px;
    width:100%;
}
.ar_2025_story_top_section .ar_2025_story_back_right .ar_2025_story_back_images {}
.ar_2025_story_top_section .ar_2025_story_back_right .ar_2025_story_back_images img {
    max-width:100%;
    height:auto;
}
.ar_2025_story_top_section .ar_2025_story_back_right .ar_2025_story_back_images.mobile {
    display:none;
}
.ar_2025_story_top_section .ar_2025_story_support {
    max-width:340px;
    width:100%;
   
}
.ar_2025_story_top_section .ar_2025_story_support .donate_now_box {
    padding: 11px 16px;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    background-color: #FA4616;
    height:100%;
}

.ar_2025_story_top_section .ar_2025_story_support .box_desc {
    padding-bottom: 5px;
    margin-top: auto;
}
.ar_2025_story_top_section .ar_2025_story_support .box_desc p{
    font-size: 32px;
    line-height: 1.1;
    color: #F7F7F7;
    font-weight: 800;
}
.ar_2025_story_top_section .ar_2025_story_support .box_anchor{ 
    max-width: 100%;
    width: 100%;
    display: flex; 
}
.ar_2025_story_top_section .ar_2025_story_support .box_anchor a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ar_2025_story_top_section .ar_2025_story_support .box_anchor a .href_text {
    font-size: 16px;
    font-family: Open Sans;
    line-height: 1;
    font-weight: bold;
    padding: 9px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    min-height: 40px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    color: #FA4616;
    background-color:#fff;
}
.ar_2025_story_top_section .ar_2025_story_support .box_anchor a .box_ico {
    color: #FA4616;
    transform: rotate(135deg);
    background-color: #fff;
    width: 40px;
    height: 40px;
    font-size: 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ar_2025_story_top_section .ar_2025_story_support .box_anchor a:focus .href_text ,
.ar_2025_story_top_section .ar_2025_story_support .box_anchor a:focus .box_ico,
.ar_2025_story_top_section .ar_2025_story_support .box_anchor a:hover .href_text ,
.ar_2025_story_top_section .ar_2025_story_support .box_anchor a:hover .box_ico {
    opacity:0.8;
}




.ar_2025_story_heading_section {}
.ar_2025_story_heading_section .section_container {}
.ar_2025_story_heading_section .section_container .ar_2025_heading_section {
    max-width:100%;
    margin-bottom:10px;
    width:100%;
    padding:30px 35px;
    box-sizing:border-box;
    background-color:#fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.ar_2025_story_heading_section .section_container .ar_2025_heading_section h1 {
    font-size:32px;
    line-height:1.3;
    color:#000;
    font-weight:700;
}



.ar_2025_story_details {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
    padding: 58px 35px 44px 35px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.ar_2025_story_details_two-cols {
    max-width:700px;
    width:100%;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.ar_2025_story_details_two-cols .details_left {
    max-width:220px;
    width:100%;
    background-color:#D5F0FB;
    padding: 16px;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.ar_2025_story_details_two-cols .details_left .details_img {
    width: 100%;
    min-height: 212px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.ar_2025_story_details_two-cols .details_left .details_img .box_image_desk {
    height: 212px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.ar_2025_story_details_two-cols .details_left .details_heading {
    padding-top:15px;
    padding-left:15px;
    margin-bottom:18px;
}
.ar_2025_story_details_two-cols .details_left .details_heading .name {
    font-size:24px;
    line-height:1.2;
    display:block;
    color:#FA4616;
    font-weight:800;
}
.ar_2025_story_details_two-cols .details_left .details_heading .location {
    
    font-size:16px;
    line-height:1.2;
    display:block;
    color:#231f20;
    
}
.ar_2025_story_details_two-cols .details_left .details_quote {
    padding-left:15px;
}
.ar_2025_story_details_two-cols .details_left .details_quote .quote_ico {
    max-width: 70px;
    width: 100%;
    margin-bottom:17px;
}
.ar_2025_story_details_two-cols .details_left .details_quote .quote_ico img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display:block;
}
.ar_2025_story_details_two-cols .details_left .quote_text {
   
    color:#000000;
    font-size:24px;
    font-style:italic;
    line-height:1.4;
}
.ar_2025_story_details_two-cols .details_left .quote_text p {
    
}

.ar_2025_story_details_two-cols .details_right {
    max-width:calc(100% - 240px);
    width:100%;
}
.ar_2025_story_details_two-cols .details_right .details_heading {}
.ar_2025_story_details_two-cols .details_right .details_heading h5 {
    font-size:16px;
    line-height:26px;
    font-weight:600;
    margin-bottom:30px;
    color:#626469;
}
.ar_2025_story_details_two-cols .details_right .details_desc {

}
.ar_2025_story_details_two-cols .details_right .details_desc p {
    color:#666666;
    font-size:16px;
    line-height:26px;
    margin-bottom:22px;
}







.ar_2025_story_content_holder_section {}
.ar_2025_story_content_holder_section  .wp-block-image img {
    height:auto;
    max-width:100%;
}

.ar_2025_story_content_holder_section .wp-block-columns p {
    font-size:16px;
    color:#666666;
    line-height:22px;
    margin-bottom:22px;
}
.ar_2025_story_content_holder_section .wp-block-columns {
    max-width:1440px;
    width:100%;
    margin:0 auto;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.ar_2025_story_content_holder_section .wp-block-columns .wp-block-column {
    max-width:930px;
    margin:0 auto;
    width:100%;
    padding-top:37px;
    padding-bottom:37px;
    box-sizing:border-box;
}












@media only screen and (max-width: 1400px){
    .ar_2025_story_top_section .ar_2025_story_back_left {
        max-width:60%;
        padding-right:30px;
    }
    .ar_2025_story_top_section .ar_2025_story_back_right {
        max-width:  40%;
        display:flex;
        align-items:center;
    }
}
@media only screen and (max-width: 1100px){
	.ar_2025_story_top_section .ar_2025_story_back_right .ar_2025_story_back_images {
        display:none;
    }
    .ar_2025_story_top_section .ar_2025_story_back_right .ar_2025_story_back_images.mobile {
        display:flex;
        width: 165px;
        height: 155px;
        display: block;
        background-size: cover;
        background-repeat:no-repeat;
        background-position:center center;
    }
    .ar_2025_story_top_section .ar_2025_story_back_left {
        max-width:calc(100% - 165px);
    }
    .ar_2025_story_top_section .ar_2025_story_back_right {
        max-width:165px;
    }
}
@media only screen and (max-width: 991px){
	.ar_2025_story_top_section .ar_2025_story_two_cols {
        margin-bottom:0px;
    }
    .ar_2025_story_top_section .ar_2025_story_support {display:none !important;}

    .ar_2025_story_top_section .ar_2025_story_two_cols {
        flex-direction:column;
    }
    .ar_2025_story_top_section .ar_2025_story_support {
        max-width:50%;
        min-width:300px;
    }
    .ar_2025_story_top_section .ar_2025_story_back_to {
        max-width:100%;
        margin-bottom:20px;
    }
    .ar_2025_story_content_holder_section,
    .ar_2025_story_details {
        
        padding:25px 11px;
    }
    .ar_2025_story_content_holder_section .wp-block-columns.section_image figure {
        margin-left:0px;
        margin-right:0px;
    }
    .ar_2025_story_content_holder_section .wp-block-columns .wp-block-column {
        padding:11px;
    }
    .ar_2025_story_content_holder_section .wp-block-columns .wp-block-column {}
    .ar_2025_story_details_two-cols {
        max-width:100%;
    }
}
@media only screen and (max-width: 539px){
	.ar_2025_story_top_section .ar_2025_story_back_left .ar_2025_story_ar_heading h2 {
        font-size:32px;
        line-height:1.2;
    }
    .ar_2025_story_top_section .ar_2025_story_support {
        max-width:100%;
    }
}
@media only screen and (max-width: 440px){
	.ar_2025_story_top_section .ar_2025_story_back_left {
        max-width:calc(100%);
    }
    .ar_2025_story_top_section .ar_2025_story_back_right {
        max-width:125px;
        display:none;
    }
    .ar_2025_story_top_section .ar_2025_story_support .donate_now_box {
        min-height:auto;
    }
    .ar_2025_story_top_section .ar_2025_story_support .box_desc {
        padding-top:15px;
    }
    .ar_2025_story_top_section .ar_2025_story_back_right .ar_2025_story_back_images.mobile {
        max-width:100%;
        background-size:contain;
    }
}

.ar_2025_story_content_holder_section .wp-block-columns.section_image {
    background-color:transparent;
}
.ar_2025_story_content_holder_section .wp-block-columns.section_image figure{
    margin-top:0px !important;
    margin-bottom:0px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow:hidden;
}
.ar_2025_story_content_holder_section .wp-block-columns.section_text_content {
    background-color:#fff;
    
   
}
.ar_2025_story_content_holder_section .wp-block-columns.section_text_content .wp-block-column {
    max-width:550px;
} 