.sectionreportingmechanism_block{
	padding-top:80px;
	padding-bottom:5px;
	box-sizing:border-box;
}
.sectionreportingmechanism{}
.child_reportingmechanism_wrp {
	display:flex;
	max-width:100%;
}
.child_reportingmechanism_wrp .child_reportingmechanism_bg_left.bg_left_top {
	background-image:url(../../assets/images/reporting_sign_left.png);
	background-position: 0px 48px;
	background-size:contain;

}
.child_reportingmechanism_wrp .child_reportingmechanism_bg_right.bg_right_top {
	background-image:url(../../assets/images/reporting_sign_right.png);
	background-size:contain;
	background-position: 0px 48px;
}
.child_reportingmechanism_wrp .child_reportingmechanism_bg_left {
	max-width:calc(((100% - 687px ) / 2) - 40px);
	width:100%;
	background-image:url(../../assets/images/reporting_form_left.png);
	background-size:100% auto;
    background-repeat: no-repeat;
    margin-right:auto;

    background-position: 0px 155px;
}
.child_reportingmechanism_wrp .child_reportingmechanism_bg_right {
	max-width:calc(((100% - 687px ) / 2) - 40px);
	width:100%;
	background-image:url(../../assets/images/reporting_form_right.png);
	background-size:100% auto;
	margin-left:auto;
    background-repeat: no-repeat;
    background-position: 0px 155px;
}
.child_reportingmechanism_wrp .child_reportingmechanism_middile {
	max-width:690px;
	width:100%;
}

.child_reportingmechanism_wrp .reporting_top {
/*	border-bottom:2px solid #FFFEFE;*/
}
.child_reportingmechanism_wrp .reporting_top .reporting_top_heading {

    padding: 25px;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    display: flex;
/*    align-content: center;*/
    justify-content: flex-start;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	margin-bottom:18px;

}
.child_reportingmechanism_wrp .reporting_top .reporting_top_heading h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    padding-left:18px;
    box-sizing:border-box;
}
.child_reportingmechanism_wrp .reporting_top .reporting_top_desc {
	webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 45px;
    box-sizing: border-box;
    width: 100%;
    background-color:#fa4616;
    margin-bottom:18px;
}
.child_reportingmechanism_wrp .reporting_top .reporting_top_desc * {
	color:#fff;
	font-size:20px;
	font-weight:400;
}

.child_reportingmechanism_wrp .reporting_middle {
/*	border-bottom:2px solid #FFFEFE;*/
	-webkit-border-radius: 20px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius: 20px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-radius: 20px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.child_reportingmechanism_wrp .reporting_middle .reporting_middle_heading {
	padding: 25px;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom:18px;
}
.child_reportingmechanism_wrp .reporting_middle .reporting_middle_heading h2{
    font-size: 32px;
    font-weight: bold;
    color: #000;
    padding-left: 18px;
    box-sizing: border-box;
}
.child_reportingmechanism_wrp .reporting_middle .reporting_middle_desc {
	
}

.child_reportingmechanism_wrp .reporting_thank_you {

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding:42px 50px;
	box-sizing:border-box;
	display: flex;
	flex-direction:column;
    align-content: center;
    justify-content: flex-start;
    background-color: #fff;
    margin-bottom:30px;
}

.child_reportingmechanism_wrp .reporting_thank_you .reporting_thank_you_heading {
	font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}
.child_reportingmechanism_wrp .reporting_thank_you .reporting_thank_you_desc {}
.child_reportingmechanism_wrp .reporting_thank_you .reporting_thank_you_desc * {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 16px;
}
.child_reportingmechanism_wrp .reporting_thank_you .reporting_thank_you_desc *:last-child {
	margin-bottom:0px;
}

.child_reportingmechanism_wrp .reporting_middle .form_row_top{
	padding:42px 50px;
	box-sizing:border-box;
	display: flex;
	flex-direction:column;
    align-content: center;
    justify-content: flex-start;
    background-color: #fff;
    -webkit-border-radius: 30px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius: 30px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-radius: 30px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-bottom:2px;
}
.child_reportingmechanism_wrp .reporting_middle .form_row_middle{
	padding:42px 50px;
	box-sizing:border-box;
	display: flex;
	flex-direction:column;
    align-content: center;
    justify-content: flex-start;
    background-color: #fff;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:2px;
}
.child_reportingmechanism_wrp .reporting_middle .form_row_bottom{
	padding:42px 50px;
	box-sizing:border-box;
	display: flex;
	flex-direction:column;
    align-content: center;
    justify-content: flex-start;
    background-color: #fff;
    -webkit-border-radius: 2px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius: 2px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-radius: 2px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-bottom:2px;
}
.child_reportingmechanism_wrp .reporting_middle .form_row_bottom .form_row_description.form_row_description_adult {
	max-width:100%;
}
.child_reportingmechanism_wrp .reporting_middle .form_row_bottom .form_row_description {
	max-width: 450px;
	width:100%;
}

.child_reportingmechanism_wrp .reporting_middle .form_row {}
.child_reportingmechanism_wrp .reporting_middle .form_row.two_cols {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	margin-bottom:15px;
}
.child_reportingmechanism_wrp .reporting_middle .form_row.two_cols .form_row_left {
	max-width:calc(50% - 16px);
	width:100%;
}
.child_reportingmechanism_wrp .reporting_middle .form_row.two_cols .form_row_right {
	max-width:calc(50% - 16px);
	width:100%;
}
.child_reportingmechanism_wrp .reporting_middle .form_group {}
.child_reportingmechanism_wrp .reporting_middle .form_group.padding_left {
	padding-left:30px;
	padding-bottom:20px;
}
.child_reportingmechanism_wrp .reporting_middle .form_group.form_submit {
	display:flex;
	justify-content: flex-end;
}
.child_reportingmechanism_wrp .reporting_middle .form_group.form_submit .wpcf7-spinner{
	order:1;
}
.child_reportingmechanism_wrp .reporting_middle .form_group.form_submit .input_submit{
	order:2;
}
.child_reportingmechanism_wrp .reporting_middle .form_row_heading {
	font-size:20px;
	font-weight:700;
	color:#FA4616;
	margin-bottom:31px;
}
.child_reportingmechanism_wrp .more_margin_bottom {
	margin-bottom:0px;
}
.child_reportingmechanism_wrp .less_margin_bottom {
	margin-bottom:10px;
}
.child_reportingmechanism_wrp .reporting_middle .description {
	font-size:16px;
	font-weight:400;
	color:#666;
	margin-bottom:16px;
}
.child_reportingmechanism_wrp .wpcf7-form-control-wrap {
	display:block;
}
.child_reportingmechanism_wrp .reporting_middle .description ul{
	list-style:none;
	padding-left:23px;
	margin-bottom:20px;
}
.child_reportingmechanism_wrp .reporting_middle .description ul li {
	position:relative;
	margin-bottom:20px;
	font-size:16px;
	color:#666;
}
.child_reportingmechanism_wrp .reporting_middle .description ul li:before {
    left: -22px;
    top: 10px;
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #FA4616;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;

}
.child_reportingmechanism_wrp .reporting_middle .description p{
	margin-bottom:20px;
	font-size:16px;
	font-weight;400;
	color:#666;
}
.child_reportingmechanism_wrp .reporting_middle .description.bigger p {
	font-weight:700;
}
.child_reportingmechanism_wrp .reporting_middle .description.bigger {
	font-weight:700;
}
.child_reportingmechanism_wrp .reporting_middle .input_heading {
	font-size:16px;
	font-weight:400;
	color:#666;
}
.child_reportingmechanism_wrp .reporting_middle .form_row_description {}

.child_reportingmechanism_wrp .reporting_middle .form_row_radio {
	max-width:500px;
	width:100%;
}
.child_reportingmechanism_wrp .form_row_bottom .acc_field .wpcf7-list-item ,
.child_reportingmechanism_wrp .reporting_middle .form_row_checkbox .wpcf7-list-item ,
.child_reportingmechanism_wrp .reporting_middle .form_row_radio .wpcf7-list-item {
	margin-bottom: 12px;
	margin-left:0px;
	max-width:100%;
	width:100%;
}
.child_reportingmechanism_wrp .form_row_bottom .acc_field .wpcf7-list-item label ,
.child_reportingmechanism_wrp .reporting_middle .form_row_checkbox .wpcf7-list-item label ,
.child_reportingmechanism_wrp .reporting_middle .form_row_radio .wpcf7-list-item label {
	display:flex;
	flex-direction:row;
	max-width:100%;
	width:100%;
}
.child_reportingmechanism_wrp .form_row_bottom .acc_field .wpcf7-list-item label .wpcf7-list-item-label ,
.child_reportingmechanism_wrp .reporting_middle .form_row_checkbox .wpcf7-list-item label .wpcf7-list-item-label ,
.child_reportingmechanism_wrp .reporting_middle .form_row_radio .wpcf7-list-item label .wpcf7-list-item-label {
	max-width:calc(100% - 30px);
	width:100%;
	margin-left:auto;
	font-size:16px;
	color:#666;

}
.child_reportingmechanism_wrp .form_row_bottom .acc_field .wpcf7-list-item .radio_wrp ,
.child_reportingmechanism_wrp .reporting_middle .form_row_checkbox .wpcf7-list-item .radio_wrp ,
.child_reportingmechanism_wrp .reporting_middle .form_row_radio .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;
}
.child_reportingmechanism_wrp .form_row_bottom .acc_field .wpcf7-list-item .radio_wrp input[type='radio'],
.child_reportingmechanism_wrp .reporting_middle .form_row_checkbox .wpcf7-list-item .radio_wrp input[type='radio'],
.child_reportingmechanism_wrp .reporting_middle .form_row_radio .wpcf7-list-item .radio_wrp input[type='radio']{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.child_reportingmechanism_wrp .form_row_bottom .acc_field .wpcf7-list-item .radio_wrp .checkmark ,
.child_reportingmechanism_wrp .reporting_middle .form_row_checkbox .wpcf7-list-item .radio_wrp .checkmark ,
.child_reportingmechanism_wrp .reporting_middle .form_row_radio .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 */
.child_reportingmechanism_wrp .form_row_bottom .acc_field .wpcf7-list-item .radio_wrp:hover input ~ .checkmark ,
.child_reportingmechanism_wrp .reporting_middle .form_row_checkbox .wpcf7-list-item .radio_wrp:hover input ~ .checkmark ,
.child_reportingmechanism_wrp .reporting_middle .form_row_radio .wpcf7-list-item .radio_wrp:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.child_reportingmechanism_wrp .form_row_bottom .acc_field .wpcf7-list-item .radio_wrp input:checked ~ .checkmark ,
.child_reportingmechanism_wrp .reporting_middle .form_row_checkbox .wpcf7-list-item .radio_wrp input:checked ~ .checkmark ,
.child_reportingmechanism_wrp .reporting_middle .form_row_radio .wpcf7-list-item .radio_wrp input:checked ~ .checkmark {
	background-color: #fa4616;
	border-color:#fa4616;
}
/* Create the checkmark/indicator (hidden when not checked) */
.child_reportingmechanism_wrp .form_row_bottom .acc_field .wpcf7-list-item .radio_wrp .checkmark:after ,
.child_reportingmechanism_wrp .reporting_middle .form_row_checkbox .wpcf7-list-item .radio_wrp .checkmark:after ,
.child_reportingmechanism_wrp .reporting_middle .form_row_radio .wpcf7-list-item .radio_wrp .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.child_reportingmechanism_wrp .form_row_bottom .acc_field .wpcf7-list-item .radio_wrp input:checked ~ .checkmark:after ,
.child_reportingmechanism_wrp .reporting_middle .form_row_checkbox .wpcf7-list-item .radio_wrp input:checked ~ .checkmark:after ,
.child_reportingmechanism_wrp .reporting_middle .form_row_radio .wpcf7-list-item .radio_wrp input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.child_reportingmechanism_wrp .form_row_bottom .acc_field .wpcf7-list-item .radio_wrp .checkmark:after ,
.child_reportingmechanism_wrp .reporting_middle .form_row_checkbox .wpcf7-list-item .radio_wrp .checkmark:after ,
.child_reportingmechanism_wrp .reporting_middle .form_row_radio .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);
}
.child_reportingmechanism_wrp .form_row_bottom .acc_field .wpcf7-list-item label .wpcf7-list-item-label {}
.child_reportingmechanism_wrp .reporting_middle .form_row_checkbox .wpcf7-list-item label .wpcf7-list-item-label {}
.child_reportingmechanism_wrp .reporting_middle .form_row_radio .wpcf7-list-item label .wpcf7-list-item-label {}




.child_reportingmechanism_wrp .reporting_middle .form_row_input {}
.child_reportingmechanism_wrp .reporting_middle .form_row_textarea {
	display:flex;
	flex-direction:column;
	max-width:100%;
	width:100%;
}
.child_reportingmechanism_wrp .reporting_middle .form_row_checkbox {}


.child_reportingmechanism_wrp .reporting_middle .radio_buttons {}
.child_reportingmechanism_wrp .reporting_middle .form_checkbox {}
.child_reportingmechanism_wrp .reporting_middle .form_textarea {
    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';
}
.child_reportingmechanism_wrp .reporting_middle .form_input {
	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';
}
.child_reportingmechanism_wrp .reporting_middle .input_submit {
    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;
}
.child_reportingmechanism_wrp .reporting_middle .input_submit:focus{
	background-color:#dc3407;
}
.child_reportingmechanism_wrp .reporting_middle .input_submit:hover {
	background-color:#892409;
}

.child_reportingmechanism_wrp .wpcf7 form.invalid .wpcf7-response-output ,
.child_reportingmechanism_wrp .wpcf7 form.failed .wpcf7-response-output {
	
    background-color: #f28a23;
   
}
.child_reportingmechanism_wrp .wpcf7 form .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;
}
.child_reportingmechanism_wrp .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: 1100px) { 
	.child_reportingmechanism_wrp .child_reportingmechanism_bg_left.bg_left_top,
	.child_reportingmechanism_wrp .child_reportingmechanism_bg_right.bg_right_top,
	.child_reportingmechanism_wrp .child_reportingmechanism_bg_right ,
	.child_reportingmechanism_wrp .child_reportingmechanism_bg_left {
		background-image:none ;
		display:none;
	}
	
	.child_reportingmechanism_wrp .child_reportingmechanism_middile {
		max-width:100%;
	}
}
@media screen and (max-width: 767px) {
	.child_reportingmechanism_wrp .more_margin_bottom {margin-bottom:16px;}
	.child_reportingmechanism_wrp .reporting_middle .form_row.two_cols {
		flex-wrap:wrap;
	}
	.child_reportingmechanism_wrp .reporting_middle .form_row.two_cols .form_row_left {
		max-width:100%;
		margin-bottom:16px;
	}
	.child_reportingmechanism_wrp .reporting_middle .form_row.two_cols .form_row_right {
		max-width:100%;
	}
}
@media screen and (max-width: 540px) {
	.child_reportingmechanism_wrp .reporting_middle .reporting_middle_heading h2 {
		padding-left:0px;
		line-height:1.2;
		font-size:24px;
		text-align:center;
	}
	.child_reportingmechanism_wrp .reporting_middle .form_row_top {
		padding:27px 16px;
	}
	.child_reportingmechanism_wrp .reporting_middle .form_row_middle {
		padding:27px 16px;
	}
	.child_reportingmechanism_wrp .reporting_middle .form_row_bottom {
		padding:27px 16px;
	}
	.child_reportingmechanism_wrp .reporting_thank_you {
		padding:27px 16px;
	}
}