@charset "UTF-8";

/* CSS Document */



/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* COUNTRY CONTAINERS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.country_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	z-index: 100;
	float: left;
}

.country_heading {
	margin: 0px 0px 0px 0px;
	padding: 13px 20px 13px 20px;
	border-radius: 6px 6px 0px 0px;
	z-index: 100;
	float: left;
	background-color: #007edf;
	box-sizing: border-box;
}

.country_content {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px 15px;
	border-radius: 0px 4px 4px 4px;
	width: 100%;
	float: left;
	background-color: #007edf;
	box-sizing: border-box;
}
 @media only screen and (min-width : 1px) and (max-width :960px) {

.country_heading {
	padding: 10px 14px 10px 14px;
}

.country_content {
	padding: 14px 14px 14px 14px;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* COUNTRY HEADING */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.country_heading_name {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din700", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -0.4px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}
 @media only screen and (min-width : 1px) and (max-width :960px) {

.country_heading_name {
	font-family: "din700", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -0.4px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* COUNTRY HEADING */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/




.hz_form_item_button {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
}

.hz_form_item_button_bottom {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
}

.hz_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;
}

.hz_form_button:hover {
	color: #ffffff;
	background-color: #990000;
}

.hz_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('http://stellakraft.com/salamcharity_projects/int/int_forms_buttons/arrow_left_ffffff.png');
	background-repeat: no-repeat;
	background-position: 9px 9px;
	background-size: 13px 19px;
	background-color: #cc0000;
}

.hz_form_button_arrow_left:hover {
	color: #ffffff;
	background-color: #990000;
}

.hz_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('http://stellakraft.com/salamcharity_projects/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;
}

.hz_form_button_arrow_right:hover {
	color: #ffffff;
	background-color: #990000;
}

.hz_form_button_arrow_top {
	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('http://stellakraft.com/salamcharity_projects/int/int_forms_buttons/arrow_top_ffffff.png');
	background-repeat: no-repeat;
	background-position: 9px 8px;
	background-size: 13px 22px;
	background-color: #999999;
}

.hz_form_button_arrow_top:hover {
	color: #ffffff;
	background-color: #444444;
}
