@charset "UTF-8";

/* CSS Document */



/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FORM WRAPPER */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.ift_form_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	box-sizing: border-box;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FORM PANEL */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.ift_form_panel {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	box-sizing: border-box;
}

.ift_form_panel:last-child {
	margin: 0px 0px 0px 0px;
}

.ift_form_panel_heading {
	margin: 0px 0px 0px 0px;
	padding: 8px 30px 10px 30px;
	box-sizing: border-box;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -0.0px;
	color: #222222;
	text-align: center;
	text-transform: uppercase;
	background-color: #ffcc00;
	width: 100%;
	border-radius: 10px 10px 0px 0px;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.ift_form_panel_heading {
	padding: 8px 14px 8px 14px;
	font-size: 13px;
	line-height: 13px;
}
}

.ift_form_panel_content {
	margin: 0px 0px 0px 0px;
	padding: 25px 30px 30px 30px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	height: 100%;
	justify-content: space-between;
	background-color: #f5f5f5;
	border-radius: 0px 0px 10px 10px;
	border: 2px solid #ffcc00;
}

.ift_form_panel_content_giftaid {
	background-color: rgba(0,126,223,0.07);
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.ift_form_panel_content {
	padding: 12px 14px 12px 14px;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FORM BOX GROUPING */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/






.ift_form_panel_group {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	width: 100%;
	float: left;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	height: 100%;
	justify-content: space-between;
	border-radius: 0px 0px 5px 5px;
	gap: 16px 0px;
	border-top: 1px dotted #777777;
}

.ift_form_panel_group:nth-of-type(1) {
	padding-top: 0px;
	border-top: 0px dotted #777777;
}

.ift_form_panel_group:last-child {
	padding-bottom: 0px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FORM BOX CONTAINERS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/






.ift_form_item_half_width {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: calc(50% - 20px);
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	position: relative;
	text-align: left;
}

.ift_form_item_full_width {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}

.ift_form_column {
	flex-direction: column;
	align-items: bottom;
	display: flex;
	height: 100%;
}

.ift_form_label {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}

.ift_form_label_txt_1, .ift_form_label_txt_2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #222222;
	text-align: left;
	letter-spacing: -0.1px;
}

.ift_form_label_txt_1 span {
  font-family: "din400i", Helvetica, Arial, sans-serif;
  color: #cc0000;
  font-size: 12px;
}

.ift_form_label_txt_2 span {
	color: #ab8900;
}

.ift_form_label_txt_1:last-child, .ift_form_label_txt_2:last-child {
	margin: 0px 0px 0px 0px;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.ift_form_label_txt_1, .ift_form_label_txt_2 {
	margin: 0px 0px 8px 0px;
	font-size: 15px;
	line-height: 20px;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FORM ENTRY BOXES */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/







.ift_form_input {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	width: 100%;
	text-decoration: none;
}

.ift_form_input_line_entry_box {
	margin: 0px 0px 0px 0px;
	padding: 3px 8px 6px 8px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #222222;
	border-radius: 5px;
	border: 1px solid #aaaaaa;
	background-color: #fefefe;
	width: calc(100% - 18px);
	height: 26px;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.ift_form_input_line_entry_box {
	padding: 2px 8px 4px 8px;
	font-size: 15px;
}
}
 .ift_form_input_line_entry_box::placeholder {
 color: #aaaaaa;
 font-family: "din400", Helvetica, Arial, sans-serif;
}

.ift_form_input_paragraph_entry_box {
	margin: 0px 0px 0px 0px;
	padding: 6px 8px 6px 8px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #222222;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	background-color: #fefefe;
	width: calc(100% - 18px);
	height: 80px;
	text-align: left;
	resize: none;
}

.ift_form_input_paragraph_entry_box {
	font-size: 15px;
}

.ift_form_input_pull_down {
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 7px 8px;
	box-sizing: border-box;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	background-color: #fefefe;
	width: 100%;
	color: #222222;
	height: 36px;
}

.ift_form_input_pull_down {
	padding: 2px 8px 4px 8px;
	font-size: 15px;
	height: 35px;
}

.ift_form_width_title {
	max-width: 150px;
}

.ift_form_width_day {
	max-width: 30px;
}

.ift_form_width_month {
	max-width: 30px;
}

.ift_form_width_year {
	max-width: 40px;
}

.ift_form_width_postcode {
	max-width: 150px;
}
 @media only screen and (min-width : 1101px) {

.ift_form_item_half_width:nth-child(2n) {
	margin-right: 0px;
	max-width: calc(50% - 20px);
}

.ift_form_item_half_width {
	width: calc(50% - 20px);
	max-width: calc(50% - 20px);
}
}
 @media only screen and (min-width : 601px) and (max-width :1100px) {

.ift_form_item_half_width:nth-last-of-type(-n+2) {
	margin-bottom: 0px;
}

.ift_form_item_half_width {
	width: calc(50% - 20px);
	max-width: calc(50% - 20px);
}

.ift_form_item_half_width:nth-child(2n) {
	margin-right: 0px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.ift_form_item_half_width {
	margin-right: 0px;
	width: 100%;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* LARGE BUTTONS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/






.ift_form_item_button {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	position: relative;
	text-align: left;
}

.ift_form_item_button {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.ift_form_button {
	margin: 5px 10px 5px 0px;
	padding: 9px 18px 12px 18px;
	background-color: #cc0000;
	display: inline-block;
	color: #ffffff;
	border-radius: 5px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

.ift_form_button:hover {
	color: #ffffff;
	background-color: #990000;
}

.ift_form_button_arrow_left {
	margin: 5px 10px 5px 0px;
	padding: 9px 13px 12px 28px;
	display: inline-block;
	color: #ffffff;
	border-radius: 5px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: url('/int/int_forms_buttons/arrow_left_ffffff.png');
	background-repeat: no-repeat;
	background-position: 9px 9px;
	background-size: 13px 19px;
	background-color: #cc0000;
}

.ift_form_button_arrow_left:hover {
	color: #ffffff;
	background-color: #990000;
}

.ift_form_button_arrow_right {
	margin: 5px 10px 5px 0px;
	padding: 9px 28px 12px 12px;
	display: inline-block;
	color: #ffffff;
	border-radius: 5px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: url('/int/int_forms_buttons/arrow_right_ffffff.png');
	background-repeat: no-repeat;
	background-position: right 9px top 9px;
	background-size: 13px 19px;
	background-color: #cc0000;
}

.ift_form_button_arrow_right:hover {
	color: #ffffff;
	background-color: #990000;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TERMS & CONDITIONS BOXES */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/






.ift_form_tc_row {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.ift_form_tc_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 47%;
}

.ift_form_tc_box_left {
	float: left;
}

.ift_form_tc_box_right {
	float: right;
}
 @media only screen and (min-width : 1px) and (max-width :960px) {

.ift_form_tc_box {
	width: 100%;
}

.ift_form_tc_box_left {
	float: left;
}

.ift_form_tc_box_right {
	float: left;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TERMS & CONDITIONS TEXT */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/






.ift_form_tc_h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #222222;
	text-decoration: none;
	text-align: left;
	letter-spacing: -0.2px;
}

.ift_form_tc_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #222222;
	text-decoration: none;
	text-align: left;
	letter-spacing: -0.2px;
}

.ift_form_tc_p1 a:link {
	text-decoration: none;
	color: #cc0000;
	font-family: "din700", Helvetica, Arial, sans-serif;
	font-style: normal;
}

.ift_form_tc_p1 a:visited {
	text-decoration: none;
	color: #cc0000;
}

.ift_form_tc_p1 a:hover {
	text-decoration: underline;
	color: #cc0000;
}

.ift_form_tc_p1 a:active {
	text-decoration: none;
	color: #cc0000;
}

.ift_form_tc_list_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: 20px;
	text-align: left;
	letter-spacing: -0.2px;
}

.ift_form_tc_list_p1 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ift_form_tc_list_p1 li {
	padding: 0px 0px 15px 15px;
	background-image: url('/int/int_bullets/bullet_ffcc00_60.png');
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: 0px 6px;
	color: #222222;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.ift_faq_txt_h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
}

.ift_faq_txt_p1 {
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
}

.ift_faq_txt_list_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.ift_form_tc_h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	font-size: 16px;
	line-height: 22px;
}

.ift_form_tc_p1 {
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: 22px;
}

.ift_faq_txt_list_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: 22px;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* GIFT AID */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.giftaid_wrapper {
	margin: 0px auto 15px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	box-sizing: border-box;
}

.giftaid_terms_box {
	margin: 22px 0px 0px 0px;
	padding: 15px 0px 3px 0px;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px dotted rgba(0,126,223,1);
	border-bottom: 1px dotted rgba(0,126,223,1);
}

.giftaid_logo_box {
	margin: 0px 20px 0px 0px;
	width: 100px;
	height: 44px;
	text-align: center;
	float: left;
}

.giftaid_logo {
	margin: 0px auto 0px auto;
	width: 100px;
	height: 44px;
}

.giftaid_txt_1 {
	margin: 0px 0px 0px 0px;
	display: inline-block;
	color: rgba(0,126,223,1);
	font-family: "din700", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
	float: left;
	width: calc(100% - 150px);
	letter-spacing: -0.1px;
}

.giftaid_txt_2 {
	margin: 0px 0px 15px 0px;
	display: inline-block;
	color: rgba(0,126,223,1);
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	float: left;
	letter-spacing: -0.1px;
}
 @media only screen and (min-width :1px) and (max-width :600px) {

.giftaid_wrapper {
	margin: 10px auto 15px auto;
}

.giftaid_terms_box {
	margin: 22px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px dotted rgba(0,126,223,1);
	border-bottom: 1px dotted rgba(0,126,223,1);
}

.giftaid_logo_box {
	margin: 0px auto 0px auto;
	height: 44px;
	width: 100%;
}

.giftaid_txt_1 {
	margin: 12px 0px 0px 0px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	width: 100%;
}

.giftaid_txt_2 {
	margin: 0px 0px 12px 0px;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	width: 100%;
}
}
.ift_btn{}
.ift_btn input{}
.ift_page_btn_cntr{display:flex;}
.ift_btn_apgp{margin:0; padding:0; min-width:175px; margin-top:5px; width:175px;}

@media only screen and (min-width :1px) and (max-width :550px) {
	.ift_page_btn_cntr{flex-wrap:wrap; flex-flow:column;}
	.ift_btn{ max-width:160px;}
	.ift_btn input{min-width:140px;}
}