@charset "UTF-8";

/* CSS Document */



/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* MULTIPART MAIN CONTAINERS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.mlt_panel_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.mlt_panel {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	max-width: 400px;
	z-index: 100;
	background-color: #cccccc;
	border: 4px solid #aaaaaa;
	box-sizing: border-box;
}

#payment-form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	width: 100%;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FLOW CONTROL INDICATORS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.mlt_flow_row {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-color: #cccccc;
}

.mlt_flow_step {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	float: left;
	width: 33.3333333%;
	height: 78px;
	background-color: #cccccc;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.mlt_flow_step.active {
	background-color: #cc0000;
}

.mlt_flow_step.finish {
	background-color: #cccccc;
}

.mlt_flow_step_group {
	display: table-cell;
	vertical-align: middle;
}

.mlt_flow_number {
	margin: 0px auto 0px auto;
	padding: 12px 0px 0px 0px;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	font-family: "din700", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50%;
	border: 2px solid #ffffff;
}

.mlt_flow_step_name {
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-family: "din700", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.25px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FORM SECTION CONTAINERS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.mlt_section {
	margin: 0px 0px 0px 0px;
	padding: 35px 30px 35px 30px;
	width: calc(100% - 60px);
}

.mlt_section_last {
	padding: 35px 30px 0px 30px;
}

.mlt_section_last_no_space {
	padding: 0px 30px 0px 30px;
}
 @media only screen and (min-width :1px) and (max-width :600px) {

.mlt_section {
	margin: 0px 0px 0px 0px;
	padding: 25px 20px 25px 20px;
	width: calc(100% - 40px);
}

.mlt_section_last {
	padding: 25px 20px 0px 20px;
	width: calc(100% - 40px);
}

.mlt_section_last_no_space {
	padding: 0px 20px 0px 20px;
	width: calc(100% - 40px);
}
}

.mlt_section_line {
	border-bottom: 1px solid #dddddd;
}

.mlt_section_info {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-family: "din900", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.mlt_section_paragraph {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.mlt_section_paragraph_p1 {
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0px;
}

.mlt_section_paragraph_p1 a:link {
	font-family: "din700", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000000;
}

.mlt_section_paragraph_p1 a:visited {
	text-decoration: none;
	color: #000000;
}

.mlt_section_paragraph_p1 a:hover {
	text-decoration: underline;
	color: #cc0000;
}

.mlt_section_paragraph_p1 a:active {
	text-decoration: none;
	color: #000000;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* STEP SUMMARY DISPLAY */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.mlt_summary {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-color: #eeeeee;
}

.mlt_summary_row {
	padding: 15px 30px 15px 30px;
	border-bottom: 1px solid #cccccc;
}

.mlt_summary_text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 65%;
	float: left;
}

.mlt_summary_h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din900", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0px;
}

.mlt_summary_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0px;
}

.mlt_summary_button {
	padding: 0px 0px 0px 0px;
	width: 25%;
	float: right;
}

.mlt_edit_button {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 4px 0px;
	width: 60px;
	height: 26px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background-color: #ffffff;
	float: right;
	letter-spacing: 0px;
	box-sizing: border-box;
	border: 1px solid #000000;
}

.mlt_edit_button:hover {
	background-color: #ffcc00;
	border: 1px solid #000000;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* S1: DONATION TYPE */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


#mlt_donation_type_row {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.mlt_donation_type_button {
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 0px;
	width: 50%;
	height: 30px;
	border-radius: 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background-color: #dddddd;
	float: left;
	position: relative;
	letter-spacing: -0.25px;
}

.mlt_donation_type_button_on, .mlt_donation_type_button:hover {
	font-family: "din900", Helvetica, Arial, sans-serif;
	background-color: #000000;
	color: #ffcc00;
	cursor: pointer;
}

.mlt_donation_type_button_1 {
	border-radius: 20px 0px 0px 20px;
}

.mlt_donation_type_button_2 {
	border-radius: 0px 20px 20px 0px;
}

.mlt_giftaid_row {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	box-sizing: border-box;
	text-decoration: none;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.mlt_giftaid_checkbox {
	margin: 3px 20px 5px 0px;
	padding: 3px 0px 0px 35px;
	position: relative;
	float: left;
	cursor: pointer;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	user-select: none;
	text-align: left;
	flex-wrap: wrap;
}

.mlt_giftaid_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.mlt_giftaid_checkbox:hover input ~ .checkmark {
	background-color: #ffcc00;
}

.mlt_giftaid_checkbox input:checked ~ .checkmark {
	background-color: #ffcc00;
	border: 1px solid #000000;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.mlt_giftaid_checkbox input:checked ~ .checkmark:after {
	display: block;
}

.mlt_giftaid_checkbox .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #000000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* S1: DONATION AMOUNT */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



#mlt_donation_amount_row {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.mlt_donation_amount_button {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 10px 0px;
	width: 100%;
	height: 50px;
	border-radius: 0px;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background-color: #ffffff;
	border: 3px solid #cccccc;
	float: left;
	position: relative;
	letter-spacing: 0px;
	box-sizing: border-box;
}

.mlt_donation_amount_button_on, .mlt_donation_amount_button:hover {
	font-family: "din900", Helvetica, Arial, sans-serif;
	background-color: #ffcc00;
	color: #000000;
	border: 3px solid #000000;
	cursor: pointer;
}

.mlt_donation_amount_button_1 {
	margin: 0px 5px 10px 0px;
	width: calc(50% - 5px);
}

.mlt_donation_amount_button_2 {
	margin: 0px 0px 10px 5px;
	width: calc(50% - 5px);
}

.mlt_donation_amount_button_3 {
	margin: 0px 5px 10px 0px;
	width: calc(50% - 5px);
}

.mlt_donation_amount_button_4 {
	margin: 0px 0px 10px 5px;
	width: calc(50% - 5px);
}

.mlt_donation_amount_button_5 {
}

.mlt_donation_amount_other {
	float: left;
	width: 100%;
}

.mlt_donation_amount_other_currency {
	padding: 4px 10px 0px 0px;
	color: #222222;
	font-family: "din700", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	width: 18px;
	float: left;
	position: absolute;
	top: 8px;
	left: 10px;
	border: none;
	outline: none;
}

.mlt_donation_amount_other_entry {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 10px 0px;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: "din700", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	width: calc(100% - 0px);
	float: left;
	height: 26px;
	border: 0px;
	background: none;
	text-align: center;
}
 .mlt_donation_amount_other_entry::placeholder {
 text-align:center;
padding: 0px 0px 0px 0px;
 color: #000000;
 font-family: "din500", Helvetica, Arial, sans-serif;
 opacity: 1;
}

.mlt_donation_amount_other_entry:hover {
	cursor: pointer;
}

.mlt_donation_amount_other_entry:focus {
	outline: none;
}

.mlt_processing_row {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	box-sizing: border-box;
	text-decoration: none;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.mlt_processing_checkbox {
	margin: 3px 20px 5px 0px;
	padding: 3px 0px 0px 35px;
	position: relative;
	float: left;
	cursor: pointer;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	user-select: none;
	text-align: left;
	flex-wrap: wrap;
}

.mlt_processing_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.mlt_processing_checkbox:hover input ~ .checkmark {
	background-color: #ffcc00;
}

.mlt_processing_checkbox input:checked ~ .checkmark {
	background-color: #ffcc00;
	border: 1px solid #000000;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.mlt_processing_checkbox input:checked ~ .checkmark:after {
	display: block;
}

.mlt_processing_checkbox .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #000000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* PHONE PERMISSION */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.mlt_phone_row {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	box-sizing: border-box;
	text-decoration: none;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.mlt_phone_checkbox {
	margin: 3px 20px 5px 0px;
	padding: 3px 0px 0px 35px;
	position: relative;
	float: left;
	cursor: pointer;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	user-select: none;
	text-align: left;
	flex-wrap: wrap;
}

.mlt_phone_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.mlt_phone_checkbox:hover input ~ .checkmark {
	background-color: #ffcc00;
}

.mlt_phone_checkbox input:checked ~ .checkmark {
	background-color: #ffcc00;
	border: 1px solid #000000;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.mlt_phone_checkbox input:checked ~ .checkmark:after {
	display: block;
}

.mlt_phone_checkbox .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #000000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* MLT DONATION HOW */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.mlt_donation_how_radio_options {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	height: 100%;
}

.mlt_donation_how_radiobox {
	margin: 3px 0px 3px 0px;
	padding: 3px 0px 4px 31px;
	position: relative;
	float: left;
	cursor: pointer;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #222222;
	text-align: left;
	flex-wrap: wrap;
	user-select: none;
	width: 100%;
}

.mlt_donation_how_radiobox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.mlt_donation_how_checkmark {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid #aaaaaa;
	box-sizing: border-box;
}

.mlt_donation_how_radiobox:hover input ~ .mlt_donation_how_checkmark {
	background-color: #ffcc00;
}

.mlt_donation_how_radiobox input:checked ~ .mlt_donation_how_checkmark {
	background-color: #ffcc00;
}

.mlt_donation_how_checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.mlt_donation_how_radiobox input:checked ~ .mlt_donation_how_checkmark:after {
	display: block;
}

.mlt_donation_how_radiobox .mlt_donation_how_checkmark:after {
	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #222222;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FORM CONTAINERS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.mlt_row {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* INPUT CONTROLS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/




input {
	padding: 10px;
	width: 100%;
	font-size: 17px;
	font-family: Raleway;
	border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */


input.invalid {
	outline: 3px solid #ff0000;
}

/* Hide all steps by default: */


.tab {
	display: none;
	position: relative;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FLOW CONTROL BUTTONS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.mtl_nextprev_button_row_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 35px 30px 35px 30px;
	width: calc(100% - 60px);
}

.mtl_nextprev_button_row {
	width: 100%;
	float: right;
}
 @media only screen and (min-width :1px) and (max-width :600px) {

.mtl_nextprev_button_row_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 25px 20px 25px 20px;
	width: calc(100% - 40px);
}
}

button {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 10px 0px;
	width: 50%;
	height: 45px;
	font-family: "din700", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background-color: #ffcc00;
	float: right;
	letter-spacing: 0px;
	box-sizing: border-box;
	border: none;
}

button:hover {
	color: #ffcc00;
	background-color: #000000;
}

#prevBtn {
	background-color: #bbbbbb;
}

#button_credit_card {
	margin: 0px 0px 10px 0px;
	background-color: #EEEEEE;
	width: 100%;
	text-align: center;
}

#button_credit_card:hover {
	background-color: #000000;
	color: #ffcc00;
	width: 100%;
	text-align: center;
}

#button_google_pay {
	margin: 0px 0px 10px 0px;
	background: url('img/google_pay.png');
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: 66px 26px;
	background-color: #eeeeee;
	width: 100%;
}

#button_google_pay:hover {
	background-color: #dddddd;
	color: #ffcc00;
	width: 100%;
	text-align: center;
}

#button_paypal {
	margin: 0px 0px 10px 0px;
	background: url('img/paypal.png');
	background-repeat: no-repeat;
	background-position: center 11px;
	background-size: 91px 24px;
	background-color: #eeeeee;
	width: 100%;
}

#button_paypal:hover {
	background-color: #c6c6c6;
	color: #ffcc00;
	width: 100%;
	text-align: center;
}

#button_apple_pay {
	margin: 0px 0px 10px 0px;
	background: url('img/apple_pay.png');
	background-repeat: no-repeat;
	background-position: center 11px;
	background-size: 60px 25px;
	background-color: #eeeeee;
	width: 100%;
}

#button_apple_pay:hover {
	background-color: #c6c6c6;
	color: #ffcc00;
	width: 100%;
	text-align: center;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* ANIMATED FIELD BUTTONS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.form-group {
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	max-width: 100%;
	height: 55px;
}

.form-group input {
	margin: 10px 0px 7px 0px;
	padding: 6px 0px 8px 13px;
	border: none;
	border: 1px solid #aaaaaa;
	color: #000000;
	display: block;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 17px;
	width: 100%;
	height: 44px;
	box-sizing: border-box;
}

.form-group label {
	color: #000000;
	font-family: "din400", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 16px;
	font-size: 17px;
	position: absolute;
	top: 0px;
	left: 14px;
	pointer-events: none;
	transform: translateY(13px);
	background-color: #ffffff;
}
 .form-group input:valid, .form-group input:focus {
 outline: none;
}
 .form-group input:valid + label, .form-group input:focus + label {
 padding: 0px 5px 0px 5px;
font-family: "din900", Helvetica, Arial, sans-serif;
 font-size: 12px;
 left: 9px;
 transform: translateY(-10px);
}

.form-group label {
	transition: all 0.2s ease-in-out;
}
