@charset "UTF-8";

/* CSS Document */


/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FORM HEADINGS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/









.hz_form_tab_bar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.hz_form_tab_completed {
	margin: 0px 10px 0px 0px;
	padding: 10px 5px 0px 5px;
	width: 36px;
	height: 28px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	float: left;
	background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 70%, #e2e2e2 100%);
	color: #222222;
	cursor: pointer;
	box-shadow: 2px 0px 0px #aaaaaa;
}

div.hz_form_tab_completed:hover {
	background: linear-gradient(to bottom, #ffcc00 0%, #ffcc00 70%, #ffcc00 100%);
	color: #222222;
}

.hz_form_tab_current {
	margin: 0px 10px 0px 0px;
	padding: 10px 5px 0px 5px;
	width: 36px;
	height: 28px;
	font-family: "din700", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	float: left;
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f5f5f5 100%);
	color: #222222;
	cursor: not-allowed;
	box-shadow: 2px 0px 0px #aaaaaa;
}

.hz_form_tab_current:hover {
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f5f5f5 100%);
}

.hz_form_tab_dimmed {
	margin: 0px 10px 0px 0px;
	padding: 10px 5px 0px 5px;
	width: 36px;
	height: 28px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	float: left;
	background: linear-gradient(to bottom, #d5d5d5 0%, #d5d5d5 70%, #c2c2c2 100%);
	color: #aaaaaa;
	cursor: not-allowed;
	box-shadow: 2px 0px 0px #aaaaaa;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FORM CONTAINER */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/






.hz_form_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 30px 30px 30px 30px;
	width: calc(100% - 60px);
	z-index: 100;
	float: left;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	height: 100%;
	justify-content: space-between;
	background-color: #f5f5f5;
	border-radius: 5px;
}


.hz_form_deployment_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 30px 30px 30px 30px;
	width: calc(100% - 60px);
	z-index: 100;
	float: left;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	height: 100%;
	justify-content: space-between;
	background-color: #f5f5f5;
	border-radius: 0px 0px 5px 5px;
}





.hz_form_wrapper_for_tabs {
	border-radius: 0px 5px 5px 5px;
}

.hz_form_top_box {
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 15px 0px;
	float: left;
	width: 100%;
}

.hz_form_top_box_no_space {
	padding: 0px 0px 0px 0px;
}

.hz_form_heading_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
}

.hz_form_heading_h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.4px;
	color: #222222;
	text-align: left;
}

.hz_form_heading_h1_no_space {
	margin: 0px 0px 0px 0px;
}

.hz_form_instructions_box {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px dotted #777777;
	border-top: 1px dotted #777777;
}

.hz_form_instructions_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500i", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: -0.25px;
	color: #777777;
	text-align: left;
}

.hz_form_instructions_p1 span {
	font-family: "din700", Helvetica, Arial, sans-serif;
}
 @media only screen and (min-width : 1101px) {

.hz_form_space_before {
	margin-top: 50px;
}

.hz_form_space_after {
	margin-top: 50px;
}
}
 @media only screen and (min-width : 601px) and (max-width :1100px) {

.hz_form_space_before {
	margin-top: 50px;
}

.hz_form_space_after {
	margin-top: 50px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.hz_form_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 14px 14px 14px 14px;
	width: calc(100% - 28px);
}

.hz_form_deployment_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 25px 14px 14px 14px;
	width: calc(100% - 28px);
	border-radius: 0px;
}

.hz_form_space_before {
	margin-top: 40px;
}

.hz_form_space_after {
	margin-top: 40px;
}

.hz_form_heading_h1 {
	margin: 0px 0px 12px 0px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.25px;
}

.hz_form_instructions_1 {
	font-size: 16px;
	line-height: 22px;
}

.hz_form_instructions_2 {
	font-size: 16px;
	line-height: 22px;
}

.hz_form_instructions_p1 {
	font-size: 14px;
	line-height: 20px;
}
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TOP & BOTTOM NAVIGATION FOR DEPLOYMENT */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.hz_form_nav_top {
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 10px 30px;
	width: calc(100% - 60px);
	background-color: #d9d9d9;
	border-radius: 5px 5px 0px 0px;
}

.hz_form_nav_bottom {
	margin: 0px 0px 0px 0px;
	padding: 14px 30px 14px 30px;
	width: calc(100% - 60px);
	background-color: #d9d9d9;
	border-radius: 0px 0px 5px 5px;
}

 @media only screen and (min-width : 1px) and (max-width :960px) {

.hz_form_nav_top {
	margin: 0px 0px 0px 0px;
	padding: 8px 14px 8px 14px;
	width: calc(100% - 28px);
}

.hz_form_nav_bottom {
	margin: 0px 0px 0px 0px;
	padding: 8px 14px 8px 14px;
	width: calc(100% - 28px);
}

 }
 
 /*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* BUTTONS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.hz_form_nav_button {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
}

.hz_form_nav_button_left {
	margin: 5px 10px 5px 0px;
	padding: 7px 10px 9px 20px;
	display: inline-block;
	color: #222222;
	border-radius: 5px;
	border:1px solid #999999;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: url('images/arrow_left_222222.png');
	background-repeat: no-repeat;
	background-position: 9px 9px;
	background-size: 7px 11px;
	background-color: #eeeeee;
}

.hz_form_nav_button_left:hover {
	background-color: #e0e0e0;
}

.hz_form_nav_button_right {
	margin: 5px 10px 5px 0px;
	padding: 7px 20px 9px 10px;
	display: inline-block;
	color: #222222;
	border-radius: 5px;
	border:1px solid #999999;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: url('images/arrow_right_222222.png');
	background-repeat: no-repeat;
	background-position: right 7px top 8px;
	background-size: 7px 11px;
	background-color: #eeeeee;
}

.hz_form_nav_button_right:hover {
	background-color: #e0e0e0;
}





/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* DEPLOYMENT PAGE HEADINGS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.hz_form_deployment_heading {
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.4px;
	color: #222222;
	text-align: left;
	width:100%;
}


 @media only screen and (min-width : 1px) and (max-width :600px) {

.hz_form_deployment_heading {
	margin: 0px 0px 30px 0px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.2px;
}
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* GENERAL FORM ITEMS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/







.hz_form_item_half_width {
	margin: 0px 20px 25px 0px;
	padding: 0px 0px 0px 0px;
	width: calc(50% - 20px);
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	position: relative;
	text-align: left;
}

.hz_form_item_full_width {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	position: relative;
	text-align: left;
}

.hz_form_item_space_after {
	margin-bottom: 50px;
}

.hz_form_item_button {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	position: relative;
	text-align: left;
}

.hz_form_item_button_home {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	position: relative;
	text-align: left;
}

.hz_form_column {
	flex-direction: column;
	align-items: bottom;
	display: flex;
	height: 100%;
}

.hz_form_subheading {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	width: 100%;
}

.hz_form_subheading_h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500i", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.4px;
	color: #222222;
	text-align: left;
}

.hz_form_subheading_space_before {
	margin-top: 20px;
	padding-top: 40px;
	border-top: 1px dotted #727272;
}

.hz_form_subheading_space_no_line {
	border-top: 0px dotted #727272;
}


.hz_form_deployment_subheading {
	margin: 50px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
}

.hz_form_deployment_subheading_line {
	margin: 25px 0px 25px 0px;
	padding: 40px 0px 0px 0px;
	border-top: 1px dotted #727272;
}

.hz_form_deployment_subheading_h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.4px;
	color: #222222;
	text-align: left;
}

 @media only screen and (min-width : 1px) and (max-width :960px) {

.hz_form_deployment_subheading_h1 {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.2px;
}
}





.hz_form_label {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}

.hz_form_label_space_before {
	margin-top: 15px;
}

.hz_form_label_txt_1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #222222;
	text-align: left;
}

.hz_form_label_txt_1 span {
	font-family: "din400i", Helvetica, Arial, sans-serif;
	color: #cc0000;
	font-size: 12px;
}

.hz_form_label_txt_2 {
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	text-align: left;
}

.hz_form_label_txt_3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #222222;
	text-align: left;
}

.hz_form_label_txt_3 span {
	color: #ab8900;
}

.hz_form_label_txt_4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #222222;
	text-align: left;
}

.hz_form_label_section {
	color: #ab8900;
}

.hz_form_label_required {
	color: #cc0000;
	font-family: "din400i", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.hz_form_label_read_only {
	margin: 0px 0px 0px 0px;
	padding: 6px 30px 9px 10px;
	font-family: "din400i", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #222222;
	text-align: left;
	border-radius: 5px;
	background-color: #e7e7e7;
	width: calc(100% - 40px);
	min-height: 19px;
}

.hz_form_label_padlock_icon {
	background: url('images/padlock_999999.png');
	background-repeat: no-repeat;
	background-position: right 11px top 9px;
	background-size: 14px 18px;
	background-color: #e7e7e7;
}

.hz_form_input {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	width: 100%;
	text-decoration: none;
}

.hz_form_input_line_entry_box {
	margin: 0px 0px 0px 0px;
	padding: 2px 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;
}

.hz_form_input_line_entry_box_money {
	margin: 0px 0px 0px 0px;
	padding: 2px 8px 6px 23px;
	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% - 33px);
	height: 26px;
	max-width: 150px;
}

.hz_form_input_currency {
	margin: 3px 5px 0px 0px;
	color: #222222;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	width: 18px;
	border-radius: 5px;
	float: left;
	position: absolute;
	top: 33px;
	left: 10px;
}

.hz_form_input_paragraph_entry_box {
	margin: 0px 0px 0px 0px;
	padding: 6px 8px 6px 8px;
	box-sizing: border-box;
	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: 100px;
	text-align: left;
	resize: none;
	width: 100%;
}

.hz_form_input_pull_down {
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 7px 5px;
	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;
}

.hz_form_input_pull_down_day {
	max-width: 60px;
}

.hz_form_input_pull_down_month {
	max-width: 130px;
}

.hz_form_input_pull_down_year {
	max-width: 90px;
}



.hz_form_input_pull_down_deployment_day {
	max-width: 50px;
}

.hz_form_input_pull_down_deployment_month {
	max-width: 110px;
}

.hz_form_input_pull_down_deployment_year {
	max-width: 65px;
}


 @media only screen and (min-width : 1101px) {

.hz_form_item_half_width:nth-child(2n) {
	margin-right: 0px;
	max-width: calc(50% - 20px);
}

.hz_form_item_half_width {
	width: calc(50% - 20px);
	max-width: calc(50% - 20px);
}
}
 @media only screen and (min-width : 601px) and (max-width :1100px) {

.hz_form_item_half_width {
	width: calc(50% - 20px);
	max-width: calc(50% - 20px);
}

.hz_form_item_half_width:nth-child(2n) {
	margin-right: 0px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.hz_form_item_half_width {
	margin-right: 0px;
	margin-bottom: 25px;
	width: 100%;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* CUSTOM CHECK BOXES */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

 /* Customize the label (the container) */





.hz_form_checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	padding-top: 2px;
	margin-top: 10px;
	cursor: pointer;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #222222;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
}

.hz_form_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 #aaaaaa;
}

.hz_form_checkbox:hover input ~ .checkmark {
	background-color: #ffcc00;
}

.hz_form_checkbox input:checked ~ .checkmark {
	background-color: #ffcc00;
	border: 1px solid #aaaaaa;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.hz_form_checkbox input:checked ~ .checkmark:after {
	display: block;
}

.hz_form_checkbox .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* LARGE BUTTONS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/







.hz_form_item_button {
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.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('images/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('images/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;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* NUMBER NAVIGATION BUTTONS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/







.num_button_row {
	margin: 80px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	float: left;
}

.num_button_row_deployment {
	margin: 60px 0px 0px 0px;
}

.num_button_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.num_button {
	margin: 0px 4px 4px 0px;
	padding: 9px 3px 9px 3px;
	display: inline-block;
	float: left;
	color: #222222;
	min-width: 34px;
	height: 18px;
	border-radius: 5px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #e7e7e7;
	letter-spacing: -1px;
}

.num_button_selected {
	color: #222222;
	background-color: #ffcc00;
}

.num_button:hover {
	color: #222222;
	background-color: #ffcc00;
}

.num_button_arrow_left {
	margin: 0px 4px 4px 0px;
	padding: 9px 2px 9px 2px;
	display: inline-block;
	float: left;
	color: #222222;
	min-width: 32px;
	height: 18px;
	border-radius: 5px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: url('images/arrow_left_222222.png');
	background-repeat: no-repeat;
	background-position: 11px 10px;
	background-size: 11px 15px;
	background-color: #e7e7e7;
}

.num_button_arrow_left_selected {
	background-color: #ffcc00;
}

.num_button_arrow_left:hover {
	background-color: #ffcc00;
}

.num_button_arrow_right {
	margin: 0px 4px 4px 0px;
	padding: 9px 2px 9px 2px;
	display: inline-block;
	float: left;
	color: #222222;
	min-width: 32px;
	height: 18px;
	border-radius: 5px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: url('images/arrow_right_222222.png');
	background-repeat: no-repeat;
	background-position: 13px 10px;
	background-size: 11px 15px;
	background-color: #e7e7e7;
}

.num_button_arrow_right_selected {
	background-color: #ffcc00;
}

.num_button_arrow_right:hover {
	background-color: #ffcc00;
}

.num_button_row_hide {
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* RADIO BUTTONS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/




.hz_form_radio_row {
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.hz_form_radio_form_radio_row {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
}

.hz_form_column > .hz_form_radio_row > div.hz_form_radio_form_radio_row:last-child {
	margin: 0px 0px 0px 0px;
}

.hz_form_radio_form_radio_label {
	margin: 0px 0px 0px 12px;
	padding: 0px 0% 0px 0px;
	float: left;
	min-height: 20px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	color: #222222;
	border-radius: 0px;
	text-align: left;
	width: calc(100% - 12px);
	display: flex;
	justify-content: left;
	align-items: center;
}

.hz_form_radio_form_radio_box {
	margin: 0px 0% 0px 0%;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	width: 26px;
	min-height: 26px;
	display: flex;
	justify-content: flex-start;
	align-items: top;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* RADIO BUTTONS SET 1 */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/






.hz_form_radio_form_radio_button_1 {
	display: block;
	position: relative;
	padding-left: 0px;
	margin-top: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
}

.hz_form_radio_form_radio_button_1 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.hz_form_radio_form_radio_checkmark_1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 26px;
	width: 26px;
	background-color: #ffcc00;
	border-radius: 50%;
}

.hz_form_radio_form_radio_button_1:hover input ~ .hz_form_radio_form_radio_checkmark_1 {
	background-color: #e0b400;
}

.hz_form_radio_form_radio_button_1 input:checked ~ .hz_form_radio_form_radio_checkmark_1 {
	background-color: #ffcc00;
}

.hz_form_radio_form_radio_checkmark_1:after {
	content: "";
	position: absolute;
	display: none;
}

.hz_form_radio_form_radio_button_1 input:checked ~ .hz_form_radio_form_radio_checkmark_1:after {
	display: block;
}

.hz_form_radio_form_radio_button_1 .hz_form_radio_form_radio_checkmark_1:after {
	top: 6px;
	left: 6px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ffffff;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* RADIO BUTTONS SET 2 */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.hz_form_radio_form_radio_button_2 {
	display: block;
	position: relative;
	padding-left: 0px;
	margin-top: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
}

.hz_form_radio_form_radio_button_2 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.hz_form_radio_form_radio_checkmark_2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 26px;
	width: 26px;
	background-color: #ffcc00;
	border-radius: 50%;
}

.hz_form_radio_form_radio_button_2:hover input ~ .hz_form_radio_form_radio_checkmark_2 {
	background-color: #e0b400;
}

.hz_form_radio_form_radio_button_2 input:checked ~ .hz_form_radio_form_radio_checkmark_2 {
	background-color: #ffcc00;
}

.hz_form_radio_form_radio_checkmark_2:after {
	content: "";
	position: absolute;
	display: none;
}

.hz_form_radio_form_radio_button_2 input:checked ~ .hz_form_radio_form_radio_checkmark_2:after {
	display: block;
}

.hz_form_radio_form_radio_button_2 .hz_form_radio_form_radio_checkmark_2:after {
	top: 6px;
	left: 6px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ffffff;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* RADIO BUTTONS SET 3 */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/







.hz_form_radio_form_radio_button_3 {
	display: block;
	position: relative;
	padding-left: 0px;
	margin-top: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
}

.hz_form_radio_form_radio_button_3 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.hz_form_radio_form_radio_checkmark_3 {
	position: absolute;
	top: 0;
	left: 0;
	height: 26px;
	width: 26px;
	background-color: #ffcc00;
	border-radius: 50%;
}

.hz_form_radio_form_radio_button_3:hover input ~ .hz_form_radio_form_radio_checkmark_3 {
	background-color: #e0b400;
}

.hz_form_radio_form_radio_button_3 input:checked ~ .hz_form_radio_form_radio_checkmark_3 {
	background-color: #ffcc00;
}

.hz_form_radio_form_radio_checkmark_3:after {
	content: "";
	position: absolute;
	display: none;
}

.hz_form_radio_form_radio_button_3 input:checked ~ .hz_form_radio_form_radio_checkmark_3:after {
	display: block;
}

.hz_form_radio_form_radio_button_3 .hz_form_radio_form_radio_checkmark_3:after {
	top: 6px;
	left: 6px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ffffff;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FILTER BAR */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/






.hz_filter_row {
	margin: 0px 0px 80px 0px;
	padding: 0px 0px 12px 0px;
	width: 100%;
	float: left;
	background-color: #e7e7e7;
	border-radius: 5px;
}

.hz_filter {
	margin: 0px 0px 0px 0px;
	padding: 12px 14px 0px 14px;
	float: left;
	width: calc(33.333% - 28px);
}

.hz_filter:first-child {
	width: calc(100% - 28px);
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.hz_filter {
	padding: 12px 14px 0px 14px;
	margin: 0px 0px 0px 0px;
	width: calc(50% - 28px);
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.hz_filter {
	margin: 0px 0px 0px 0px;
	width: calc(100% - 28px);
	padding: 12px 14px 0px 14px;
}
}

.hz_filter_results {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #222222;
	text-align: left;
	float: left;
}

.hz_filter_label {
	margin: 0px 6px 0px 0px;
	padding: 7px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #222222;
	text-align: left;
	float: left;
	width: 57px;
}
 @media only screen and (min-width : 1px) and (max-width :960px) {

.hz_filter_label {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
}

.hz_filter_input {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: calc(100% - 63px);
}
 @media only screen and (min-width : 1px) and (max-width :960px) {

.hz_filter_input {
	width: 100%;
}
}

.hz_filter_input_pull_down {
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 7px 5px;
	box-sizing: border-box;
	float: left;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 15px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	background-color: #fefefe;
	width: 100%;
	color: #222222;
	height: 36px;
}

.hz_filter_input_line_entry_box {
	margin: 0px 0px 0px 0px;
	padding: 3px 8px 5px 8px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	float: left;
	font-size: 15px;
	color: #222222;
	border-radius: 5px;
	border: 1px solid #aaaaaa;
	background-color: #fefefe;
	width: calc(100% - 18px);
	height: 26px;
}

.hz_filter_row_hide {
	display:none;
}


.num_button_arrow_left_double {
	margin: 0px 4px 4px 0px;
	padding: 10px 3px 10px 3px;
	display: inline-block;
	float: left;
	color: #222222;
	min-width: 34px;
	height: 18px;
	border-radius: 5px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: url('../img/arrow_left_double_222222.png') ;
	background-repeat: no-repeat;
	background-position: 13px 11px;
	background-size: 15px 16px;
	background-color: #e7e7e7;
}

.num_button_arrow_left_double:hover {
	background-color: #ffcc00;
}

.num_button_arrow_right_double {
	margin: 0px 4px 4px 0px;
	padding: 9px 1px 9px 1px;
	display: inline-block;
	float: left;
	color: #222222;
	min-width: 34px;
	height: 18px;
	border-radius: 5px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: url('../img/arrow_right_double_222222.png') ;
	background-repeat: no-repeat;
	background-position: 11px 10px;
	background-size: 15px 15px;
	background-color: #e7e7e7;
}

.num_button_arrow_right_double:hover {
	background-color: #ffcc00;
}