.sectioncontactpage_block{
/*	padding-top:60px;*/
/*	padding-bottom:5px;*/
/*	box-sizing:border-box;*/
}

.main_sectioncontactpage {
/*	margin-bottom:27px;*/
}


.contact_top_hero {
	max-width:100%;
	width:100%;
	display:flex;
	justify-content: space-between;
}
.contact_top_hero .contact_top_right ,
.contact_top_hero .contact_top_left {
	max-width:calc(50% - 10px);
	width:100%;
}
.contact_top_hero .contact_top_left .map {
	
	border:3px solid #04AEEF; 
	overflow:hidden; 
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	border-radius: 15px; 
/*	height:600px; */
	position:relative;
	height:100%;
}
.contact_top_hero .contact_top_left .map .map_canvas{
	height:100% !important;
}

.contact_top_hero .contact_top_left .map #map_holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/*	height: 600px;*/
}
.contact_top_hero .contact_top_left .map #map_canvas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/*	height: 600px; */
}

.cluster_group {}
.cluster_h {
	font-weight:bold;
	margin-bottom:10px;
}
.cluster_p {}


.contact_top_hero .contact_top_right .hero_top_row {
	margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_top_hero .contact_top_right .hero_bottom_row {
/*	margin-bottom: 24px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_top_hero .contact_top_right .hero_top_row .hero_box {}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download {
	padding: 16px;
    box-sizing: border-box;
    /* margin-bottom: 16px; */
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    max-width: calc(50% - 8px);
    width: 100%;
    min-height: 180px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    background-color:#fff;
    
}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download .box_download_link{
	margin-bottom: 24px;
	max-width: 100%;
    width: 100%;
    display: flex;

}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download .box_download_link a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download .box_download_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;
    background-color:#fa4616;
    color:#fff;
}

.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download .box_download_link a .download_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:#fa4616;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download .hero_box_download_desc{
       margin-top: auto;
}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download .hero_box_download_desc h3{
    color: #FA4616;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download .hero_box_download_desc h3 strong ,
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download .hero_box_download_desc h3 b ,
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download .hero_box_download_desc h3 span {
	color: #1E1E1E;
    font-size: inherit;
    font-weight: inherit;
}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_donate {
	padding: 16px;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    max-width: calc(50% - 8px);
    width: 100%;
    min-height: 180px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    background-color: #ED1651;
}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_donate .hero_box_donate_link{
    max-width: 100%;
    width: 100%;
    display: flex;
}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_donate .hero_box_donate_link a{
	display: flex;
    align-items: center;
    justify-content: center;
}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_donate .hero_box_donate_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;
    background-color: #fff;
    color: #ED1651;
}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_donate .hero_box_donate_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);

}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_donate .hero_box_donate_desc{
	margin-top: auto;
}
.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_donate .hero_box_donate_desc h3{
    color: #fff;
    font-size: 36px;
    font-family: var(--font-open-sans);
    font-weight: 900;
    line-height: 1;
}
.contact_top_hero .contact_top_right .hero_bottom_row .hero_box.hero_box_page_link {
	max-width:100%;
	width:100%;
    background-color: #ED1651;
    padding: 18px 30px;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    max-width: 100%;
    width: 100%;
    min-height: 300px;
    align-items: flex-start;
    
    display: flex;
    flex-direction: column;
}
.contact_top_hero .contact_top_right .hero_bottom_row .hero_box.hero_box_page_link .hero_box_page_link_bottom  {
/*    padding-bottom: 28px;*/
    padding-top:28px;
    max-width:100%;
    width:100%;

}
.contact_top_hero .contact_top_right .hero_bottom_row .hero_box.hero_box_page_link .hero_box_page_link_bottom  h3 {

    line-height: 44px;
    word-break: break-word;
	font-size: 32px;
    font-family: var(--font-open-sans);
    color: #fff;
    font-weight: 900;
    margin-bottom: 28px;
}
.contact_top_hero .contact_top_right .hero_bottom_row .hero_box.hero_box_page_link .hero_box_page_link_bottom p{
	font-size: 20px;
    color: #fff;
    line-height:1.3;
    word-break:break-word;
}
.contact_top_hero .contact_top_right .hero_bottom_row .hero_box.hero_box_page_link .hero_box_page_link_bottom p a{
	color:inherit;
	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;
    text-decoration:underline !important;
    text-decoration-color:transparent !important;

}
.contact_top_hero .contact_top_right .hero_bottom_row .hero_box.hero_box_page_link .hero_box_page_link_bottom p a:hover{
	color:#000;
	text-decoration:underline !important;
    text-decoration-color:#000 !important;
}

.contact_middle {
	padding-top:30px;
}

.contact_middle .contact_middle_top {
	margin-bottom:40px;
}
.contact_middle .contact_middle_top img {
	max-width:100%;
	height:auto;
}
.contact_middle .contact_middle_bottom .form_contact_page{
	max-width:100%;
	width:100%;
}
.contact_middle .contact_middle_heading {
	margin-bottom:20px;
}
.contact_middle .contact_middle_heading h3 {
	color:#000;
	font-size:16px;
	line-height:1.4;
	font-weight:700;
	margin-bottom:0px;
}
.contact_middle .contact_middle_bottom  {
	max-width:100%;
	width:100%;
}
.contact_middle .contact_middle_bottom .form_row_contact {
	max-width:100%;
	width:100%;
}
.contact_middle .contact_middle_bottom .form_row_contact.form_row_contact_two_cols {
	max-width:100%;
	width:100%;
	display:flex;
	justify-content: space-between;
}

.contact_middle .contact_middle_bottom .form_row_contact.form_row_contact_two_cols .form_col  {
	max-width:calc(50% - 17px);
	width:100%;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col  {
	max-width:100%;
	width:100%;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col.form_input{
	margin-bottom:15px;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col.form_textarea{
	padding-top:10px;
	margin-bottom:24px;
}
.contact_middle .contact_middle_bottom .form_row_contact .label_heading {
	font-size:16px;
	line-height:1.3;
	font-weight:400;
	margin-bottom:7px;
	color:#666666;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col > .input_row{
	max-width:100%;
	width:100%;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col > .input_row input[type='email'],
.contact_middle .contact_middle_bottom .form_row_contact .form_col > .input_row input[type='text']{
	max-width:100%;
	width:100%;
    background-color: #ede6e5;
    max-width: 100%;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px solid transparent;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    font-family: 'Open Sans';
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col > .input_row input[type='email']::placeholder ,
.contact_middle .contact_middle_bottom .form_row_contact .form_col > .input_row input[type='text']::placeholder {
  	font-size:16px;
	line-height:1.3;
	font-weight:400;
	color:#666666;
}

.contact_middle .contact_middle_bottom .form_row_contact .form_col > .input_row textarea::placeholder {
	font-size:16px;
	line-height:1.3;
	font-weight:400;
	color:#666666;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col > .input_row textarea {
	max-width:100%;
	width:100%;
    background-color: #ede6e5;
    max-width: 100%;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0px solid transparent;
    padding: 15px;
    box-sizing: border-box;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    font-family: 'Open Sans';
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item {}
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item label {}
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item label .wpcf7-list-item-label{
	padding-top:4px;
}

.contact_middle {
	max-width:700px;
	width:100%;
	margin:0 auto;
	margin-top:40px;
	background-color:#fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding:20px 60px 40px 60px;
	box-sizing:border-box;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row {
	line-height:1.2;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item {
	margin-bottom: 12px;
	margin-left:0px;
	max-width:100%;
	width:100%;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item label {
	display:flex;
	flex-direction:row;
	max-width:100%;
	width:100%;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item label .wpcf7-list-item-label  {
	max-width:calc(100% - 30px);
	width:100%;
	margin-left:auto;
	font-size:16px;
	color:#666;
	padding-left:10px;
	box-sizing:border-box;

}
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item .radio_wrp  {
	display: block;
	position: relative;
	width:20px;
	margin-top:2px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item .radio_wrp input[type='radio']{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item .radio_wrp .checkmark  {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #ede6e5;
	border:1px solid #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* On mouse-over, add a grey background color */
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item .radio_wrp:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item .radio_wrp input:checked ~ .checkmark  {
	background-color: #fa4616;
	border-color:#fa4616;
}
/* Create the checkmark/indicator (hidden when not checked) */
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item .radio_wrp .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item .radio_wrp input:checked ~ .checkmark:after  {
	display: block;
}

/* Style the checkmark/indicator */
.contact_middle .contact_middle_bottom .form_row_contact .form_col .form_row .checkbox_row .wpcf7-list-item .radio_wrp .checkmark:after  {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contact_middle .contact_middle_bottom .form_row_contact .form_col.form_submit {
	padding-top:50px;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col.form_submit input{
    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 250msease-in-out;
    -webkit-transition: all 250msease-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;
    background-color:#fa4616;
    color:#fff;
    border:0px solid transparent;
    cursor:pointer;
    margin:0 auto;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col.form_submit input:disabled{
    background-color:#ccc;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col.form_submit input:focus{
	background-color:#dc3407;
}
.contact_middle .contact_middle_bottom .form_row_contact .form_col.form_submit input:hover {
	background-color:#892409;
}


.contact_middle .contact_middle_bottom .wpcf7 form.invalid .wpcf7-response-output ,
.contact_middle .contact_middle_bottom .wpcf7 form.failed .wpcf7-response-output {
	
    background-color: #f28a23;
 
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    display: block;
/*    background-color: red;*/
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
    box-sizing: border-box;
    margin-top: 10px;
   
}
.contact_middle .contact_middle_bottom .wpcf7 form.valid .wpcf7-response-output {
	color: #fff;
    font-size: 16px;
    font-weight: normal;
    display: block;
    background-color: #3FAF49;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
    box-sizing: border-box;
    margin-top: 10px;
    border:0px solid #fff;
}
.contact_middle .contact_middle_bottom .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    display: block;
    background-color: red;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
    box-sizing: border-box;
    margin-top: 10px;
}









@media screen and (max-width: 1279px) {
    .contact_top_hero {
        flex-direction: column;
    }
    .contact_top_hero .contact_top_right, .contact_top_hero .contact_top_left {
    	max-width:100%;
    	width:100%;
    }
    .contact_top_hero .contact_top_left {}
    .contact_top_hero .contact_top_left .map {
    	height:500px;
    	margin-bottom:28px;
    }
}

@media screen and (max-width: 640px) {
	.contact_middle {
		padding-left:10px;
		padding-right:10px;
	}
	.contact_middle .contact_middle_bottom .form_row_contact.form_row_contact_two_cols {
		flex-direction:column;
	}
	.contact_middle .contact_middle_bottom .form_row_contact .form_col.form_input {
		max-width:100%;
	}
}
@media screen and (max-width: 580px) {
	.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_donate .hero_box_donate_link a,
	.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download .box_download_link a{
		margin-left:auto;
	}
	.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_donate .hero_box_donate_link a .href_text,
	.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download .box_download_link a .href_text{
		display:none;
	}
	.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_donate .hero_box_donate_desc h3,
	.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download .hero_box_download_desc h3 {
		font-size:32px;
	}
	.contact_top_hero .contact_top_right .hero_bottom_row .hero_box.hero_box_page_link .hero_box_page_link_bottom h3 {
		font-size:20px;
		line-height:1.4;
	}
}

@media screen and (max-width: 400px) {
	
	.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_donate .hero_box_donate_desc h3,
	.contact_top_hero .contact_top_right .hero_top_row .hero_box.hero_box_download .hero_box_download_desc h3 {
		font-size:25px;
	}
}