
.sectionprogramsbanners_block{
	padding-top:12px;
	padding-bottom:12px;
	box-sizing:border-box;
}

.programs_project_list_wrp {
	max-width:100%;
	width:100%;
	display:flex;
	justify-content: space-between;

}
.programs_project_list_wrp .programs_wrp {
	max-width:calc(100% - 380px);
	width:100%;
}
.programs_project_list_wrp .projects_wrp {
	max-width:360px;
	width:100%;
}

.program_type {
	display:flex;
	max-width:100%;
	width:100%;
	margin-bottom:29px;
    justify-content: space-between;
}
.programs_project_list_wrp .heading {
	background-color:#fff;
	padding:20px 40px;
	box-sizing:border-box;
	margin-bottom:20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.programs_project_list_wrp .heading h2 {
	font-size:32px;
	line-height:1.2;
	font-weight:700;
	color:#000000;
}


.program_type.program_type_5 .program_image {
	max-width:100%;
	width:100%;
	position:relative;
	z-index:10;
	overflow:hidden;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.program_type.program_type_5 .program_image  {
    min-height:360px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.program_type.program_type_5 .program_image > img  {
	max-width:100%;
	width:100%;
	height:auto;
	min-height:100%;
	
}
.program_type.program_type_5 .program_left_abs{
	position:absolute;
	left:60px;
	bottom:23px;
	z-index:15;
}

.program_type.program_type_5 .program_left_abs h2 {
	font-size:64px;
	font-weight:bold;
	font-family:var(--font-open-sans);
	line-height:1.1;
}
.program_type.program_type_5 .program_left_abs.mob{
	display:none;
}
.program_type.program_type_5 .program_left_abs img {
	max-width:100%;
	height:auto;
}

.program_type.program_type_5 .program_abs_right {
	position:absolute;
	right:25px;
	top:25px;
	z-index:15;
	width: 335px;
    display: flex;

}
.program_type.program_type_5.style_2 {
    min-height:auto;
}
.program_type.program_type_5.style_2 .program_image {
/*    max-width:calc(100% - 360px);*/
    max-width:100%;
    width:100%;
}

.program_type.program_type_5.style_2 .program_right {
    max-width:335px;
    width:100%;
    margin-left:auto;
    display:flex;
}

.program_top_abs {
    padding:16px;
    box-sizing:border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position:absolute;
    right:0px;
    top:0px;
}

.program_top_abs .program_b_page_link a{
    display:flex;
    align-items:center;
    justify-content: center;
}
.program_top_abs .program_b_page_link a .href_text {
    font-size:var(--normal-text-regular);
    font-family: var(--font-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;
}
.program_top_abs .program_b_page_link a .donate_ico{
    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;
    background-color:var(--brand-color-primary);
    color:var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transform:rotate(135deg);

}


.program_top_abs .program_b_page_link.box_type_white a .donate_ico,
.program_top_abs .program_b_page_link.box_type_white a .href_text{
    background-color:#FA4616;
    color:#fff;
}
.program_top_abs .program_b_page_link.box_type_white a:hover .donate_ico,
.program_top_abs .program_b_page_link.box_type_white a:hover .href_text{
    background-color:#DC3407;
}
.program_top_abs .program_b_page_link.box_type_white a:focus .donate_ico,
.program_top_abs .program_b_page_link.box_type_white a:focus .href_text{
    background-color:#892409;
}


.program_top_abs .program_b_page_link.box_type_orange a .donate_ico,
.program_top_abs .program_b_page_link.box_type_orange a .href_text{
    background-color:#fff;
    color:#FA4616;
}
.program_top_abs .program_b_page_link.box_type_orange a:hover .donate_ico,
.program_top_abs .program_b_page_link.box_type_orange a:hover .href_text{
    background-color:#FFEDE8;
    color:#DC3407;
}
.program_top_abs .program_b_page_link.box_type_orange a:focus .donate_ico,
.program_top_abs .program_b_page_link.box_type_orange a:focus .href_text{
    background-color:#FBD5CA;
    color:#892409;
}

.program_top_abs .program_b_page_link.box_type_blue a .donate_ico,
.program_top_abs .program_b_page_link.box_type_blue a .href_text{
    background-color:#fff;
    color:#04AEEF;
}
.program_top_abs .program_b_page_link.box_type_blue a:hover .donate_ico,
.program_top_abs .program_b_page_link.box_type_blue a:hover .href_text{
    background-color:#fff;
    color:#0995CB;
}
.program_top_abs .program_b_page_link.box_type_blue a:focus .donate_ico,
.program_top_abs .program_b_page_link.box_type_blue a:focus .href_text{
    background-color:#fff;
    color:#0B5D7C;
}
.program_top_abs .program_b_page_link.box_type_pink a .donate_ico,
.program_top_abs .program_b_page_link.box_type_pink a .href_text{
    background-color:#fff;
    color:#ED1651;
}
.program_top_abs .program_b_page_link.box_type_pink a:hover .donate_ico,
.program_top_abs .program_b_page_link.box_type_pink a:hover .href_text{
    background-color:#F6E3E9;
    color:#ED1651;
}
.program_top_abs .program_b_page_link.box_type_pink a:focus .donate_ico,
.program_top_abs .program_b_page_link.box_type_pink a:focus .href_text{
    background-color:#EEC1CE;
    color:#CC0E42;
}



.boxes_holder .hero_box_go_to_page {
    background-repeat:no-repeat;
    background-size:cover;
    min-height:100%;
    display: flex;
    flex-direction: column;
    max-width:100%;
    width:100%;
    padding:16px 11px;
    box-sizing:border-box;
    min-height:360px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 29px;
}
.boxes_holder .hero_box_go_to_page.box_go_to_page_big {
    min-height:360px;
}
.boxes_holder .hero_box_go_to_page.box_go_to_page_small {
    min-height:151px;
    margin-bottom:24px;

}


.boxes_holder .hero_box_go_to_page.box_bg_type_orange  {
    background-color:#FA4616;
}

.boxes_holder .hero_box_go_to_page.box_bg_type_blue  {
     background-color:#04AEEF;
}

.boxes_holder .hero_box_go_to_page.box_bg_type_white  {
    background-color:#fff;
}

.boxes_holder .hero_box_go_to_page.box_bg_type_pink  {
    background-color:#ED1651;
}

.boxes_holder .hero_box_go_to_page_top {}

.boxes_holder .hero_box_go_to_page_left_image {
    margin-top:auto;
}

.boxes_holder .hero_box_go_to_page_left_image h2{
    font-family: var(--font-open-sans);
    line-height: 1.1;
    font-size:32px;
    line-height:1.1;
    color:#fff;
    font-weight:700;
}

.boxes_holder .hero_box_go_to_page_top a{
    display:flex;
    align-items:center;
    justify-content: flex-end;
}

.boxes_holder .hero_box_go_to_page_top a .href_text {

    font-size:var(--normal-text-regular);
    font-family: var(--font-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;
}

.boxes_holder .hero_box_go_to_page_top a .donate_ico {
    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;
    background-color:var(--brand-color-primary);
    color:var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transform:rotate(135deg);

}

.boxes_holder .hero_box_go_to_page.box_type_white .hero_box_go_to_page_top a .donate_ico,
.boxes_holder .hero_box_go_to_page.box_type_white .hero_box_go_to_page_top a .href_text{
    background-color:#FA4616;
    color:#fff;
}
.boxes_holder .hero_box_go_to_page.box_type_white .hero_box_go_to_page_top a:hover .donate_ico,
.boxes_holder .hero_box_go_to_page.box_type_white .hero_box_go_to_page_top a:hover .href_text{
    background-color:#DC3407;
}
.boxes_holder .hero_box_go_to_page.box_type_white .hero_box_go_to_page_top a:focus .donate_ico,
.boxes_holder .hero_box_go_to_page.box_type_white .hero_box_go_to_page_top a:focus .href_text{
    background-color:#892409;
}

.boxes_holder .hero_box_go_to_page.box_type_orange .hero_box_go_to_page_top a .donate_ico,
.boxes_holder .hero_box_go_to_page.box_type_orange .hero_box_go_to_page_top a .href_text{
    background-color:#fff;
    color:#FA4616;
}
.boxes_holder .hero_box_go_to_page.box_type_orange .hero_box_go_to_page_top a:hover .donate_ico,
.boxes_holder .hero_box_go_to_page.box_type_orange .hero_box_go_to_page_top a:hover .href_text{
    background-color:#FFEDE8;
    color:#DC3407;
}
.boxes_holder .hero_box_go_to_page.box_type_orange .hero_box_go_to_page_top a:focus .donate_ico,
.boxes_holder .hero_box_go_to_page.box_type_orange .hero_box_go_to_page_top a:focus .href_text{
    background-color:#FBD5CA;
    color:#892409;
}

.boxes_holder .hero_box_go_to_page.box_type_blue .hero_box_go_to_page_top a .donate_ico,
.boxes_holder .hero_box_go_to_page.box_type_blue .hero_box_go_to_page_top a .href_text{
    background-color:#fff;
    color:#04AEEF;
}
.boxes_holder .hero_box_go_to_page.box_type_blue .hero_box_go_to_page_top a:hover .donate_ico,
.boxes_holder .hero_box_go_to_page.box_type_blue .hero_box_go_to_page_top a:hover .href_text{
    background-color:#fff;
    color:#0995CB;
}
.boxes_holder .hero_box_go_to_page.box_type_blue .hero_box_go_to_page_top a:focus .donate_ico,
.boxes_holder .hero_box_go_to_page.box_type_blue .hero_box_go_to_page_top a:focus .href_text{
    background-color:#fff;
    color:#0B5D7C;
}
.boxes_holder .hero_box_go_to_page.box_type_pink .hero_box_go_to_page_top a .donate_ico,
.boxes_holder .hero_box_go_to_page.box_type_pink .hero_box_go_to_page_top a .href_text{
    background-color:#fff;
    color:#ED1651;
}
.boxes_holder .hero_box_go_to_page.box_type_pink .hero_box_go_to_page_top a:hover .donate_ico,
.boxes_holder .hero_box_go_to_page.box_type_pink .hero_box_go_to_page_top a:hover .href_text{
    background-color:#F6E3E9;
    color:#ED1651;
}
.boxes_holder .hero_box_go_to_page.box_type_pink .hero_box_go_to_page_top a:focus .donate_ico,
.boxes_holder .hero_box_go_to_page.box_type_pink .hero_box_go_to_page_top a:focus .href_text{
    background-color:#EEC1CE;
    color:#CC0E42;
}

@media screen and (max-width: 1279px) {
	.programs_project_list_wrp {
		flex-wrap:wrap;
	}
	.programs_project_list_wrp .programs_wrp {
		max-width:100%;
		margin-bottom:20px;
	}
	.programs_project_list_wrp .projects_wrp {
        max-width:100%;
	}

    .programs_project_list_wrp .projects_wrp .boxes_holder {
        max-width:100%;
        width:100%;
        display:flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .boxes_holder .hero_box_go_to_page {
        min-width:335px;
        min-height:380px;
        max-width:360px;
    }
    .boxes_holder .hero_box_go_to_page {
        margin-left:10px;
        margin-right:10px;

    }
    .boxes_holder .box_more_pages  {
        min-width:335px;
        min-height:380px;
/*        max-width:calc(33.33% - 14px);*/
        margin-bottom:24px;
        margin-left:10px;
        margin-right:10px;
        max-width:360px;
    }
    .boxes_holder .hero_box_go_to_page.box_go_to_page_small {
        min-height:380px;
    }
    .program_type.program_type_5 {
        min-height:380px;
    }

    .program_type.program_type_5 {
		flex-wrap:wrap;
	}

    .program_type.program_type_5 .program_left_abs{
		max-width:35%;
	}

    .program_type.program_type_5 .program_abs_right {
		position: relative;
	    right: 0;
	    top: 0;
	    max-width: calc(50% - 8px);
	    width: 100%;
	    padding-top: 20px;
	}

    .program_type.program_type_5 .program_left_abs {
		left:20px;
		bottom:20px;
		max-width:calc(100% - 40px);
		width:100%;
	}

    .program_type.program_type_5 .program_left_abs h2{
		display:inline-flex;
		font-size:48px !important;
	}
	

    .program_type.program_type_5 .program_left_abs {
		max-width:300px;
	}


    .program_type.program_type_5.style_2 .program_image {
        max-width:100%;
    }
    





}
@media screen and (max-width: 991px) {

    .program_type.program_type_5 .program_image {
/*        background-image:none !important;*/
    }

    .program_type.program_type_5 .program_image .program_image_mobile{
/*        display:block;*/
        min-height:initial;
/*        display: block;*/
    }

    .program_type.program_type_5 .program_image .program_image_mobile img {
               position: absolute;
        right: 0px;
        height: auto;
        min-width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 800px) {

    .program_type.program_type_5 .program_left_abs h2{
        font-size: 35px !important;
	}
    .boxes_holder .hero_box_go_to_page {

    }

}


.program_image_mobile {display:none;}
@media screen and (max-width: 767px) {
    .program_type.program_type_5 .program_image .program_image_mobile{
        display: block;
    }
}
@media screen and (max-width: 580px) {


    .program_type.program_type_5 {
        min-height:auto;
    }

    .program_type.program_type_5 .program_image {
        height:auto !important;
        min-height:initial;
    }

    .program_type.program_type_5 .program_image .program_image_mobile img {
        position: inherit;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        max-width: 100%;
        width: 100%;
        display: block;
        min-height: 240px;
        min-width: 100%;
        object-fit: cover;

    }

    .program_type.program_type_5 .program_left_abs.mob {
/*        display:block;*/
    }


    .program_type.program_type_5 .program_left_abs h2   {
		padding:20px;
		-webkit-border-radius: 15px;
	    -moz-border-radius: 15px;
	    border-radius: 15px;
	    box-sizing:border-box;
	    font-size:24px !important;
	}

    .program_type.program_type_5 .program_left_abs.desk{
/*		display:none;*/
	}
 

    .program_type.program_type_5 .program_image > img {
		display:none;
	}

    .program_type.program_type_5 .program_image{
		height:240px;
		position:relative;
	}

    .program_type.program_type_5 .program_abs_right{
		max-width:100%;
	}

    .program_type.program_type_5 .program_left_abs img  {
		display:block;
	}
  
	.program_type.program_type_5 .program_abs_right .program_box_donate .program_box_donate_desc h3{
		font-size:32px;
	}
	
   
}

@media screen and (max-width: 500px) { 
    .program_type.program_type_5 .program_left_abs {
		max-width:100%;
	}
}
@media screen and (max-width: 480px) { 
	
}
@media screen and (max-width: 440px) {
	.program_type.program_type_5 .program_left_abs.desk {
		display:none;
	}
	.program_type.program_type_5 .program_left_abs.mob {
		display:block;
	}
	.program_type.program_type_5 .program_left_abs img {
		max-width:50%;
		width:100%;
	}
}
@media screen and (max-width: 440px) { 
    .boxes_holder .box_more_pages,
    .boxes_holder .hero_box_go_to_page {
        margin-left:0px;
        margin-right:0px;   
        max-width:100%;
        min-width:100%;
    }
    .boxes_holder .hero_box_go_to_page.box_go_to_page_small {
        min-height:151px;
    }
}
@media screen and (max-width: 380px) { 
	
}
@media screen and (max-width: 350px) { 
	
}