/*******************
 press distribution
 *******************/
.body {
	color: #333;
}
.metNav a:hover,.metNav a:focus {text-decoration:none}
.zfp17-mailing-list-form-label-text {
	font-family: "Prometo", sans-serif;
	font-size: 48px;
	margin-top: 20px;
	color: #1179bf;
	font-weight: 300;
}

.zfp17-mailing-list-form-label-text .strong-label {
	font-weight: 500;
}

.zfp17-mailing-list-form-body-container {
	padding-left: 5%;
	padding-right: 5%;
}

.zfp17-mailing-list-form-description-text {
	font-family: Verdana, sans-serif;
	margin: 3rem auto;
	font-size: 16px;
}

.zfp17-mailing-list-address-label {
	font-family: "Prometo", sans-serif;
	font-size: 24px;
	color: #1179bf;
	font-weight: 300;
}

.zfp17-mailing-list-input-labels,
	.zfp17-mailing-list-required-fields-text {
	font-family: Verdana, sans-serif;
	font-weight: 300;
}

.zfp17-mailing-list-button-row {
	padding: 1.5rem 0;
}

.zfp17-mailing-list-checkboxes-row {
	margin-top: 2rem;
}

.zfp17-mailing-list-caption-row {
	margin-top: 5.5rem;
}

/*Mailing*/
.zfp17-mailing-head {
	font-family: "Prometo", sans-serif;
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 1.8rem;
	margin-top: 0.6rem;
}

.zpf17-pd-mailing-container {
	margin-top: calc(5%);
}

input[type=checkbox]:checked+label:after {
	font-family: 'zfpress';
	content: "\e905";
	top: 4px;
	left: 5px;
	font-size: 13px;
}

.checkbox-element {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

.checkbox-element label {
	font-weight: normal;
}

.zfp17-mailing-list-checkboxes-row .zfp17-checkbox-group {
	margin-top: 1rem;
}

.zfp17-mailing-list-checkboxes-row .checkbox-element {
	width: 45%;
}

.form .formInput .styledCheckbox .checkbox {
    display: none;
}

.radio-element label:before, .checkbox-element label:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 0;
	background: #fff;
	border: 1px solid #bfbfbf;
	vertical-align: middle;
	margin-right: 1rem;
	cursor: pointer;
}

input[type=checkbox]:checked+label:before {
	background: #00abe7;
	border: 1px solid #00abe7;
}

input[type=checkbox], input[type=radio] {
	visibility: hidden;
	width: 0;
	height: 0;
	display: none;
}

@media ( max-width : 719px) {
	.zfp17-mailing-list-checkboxes-row .checkbox-element {
		width: 100%;
	}
}

.zfp17-press-database-panel-body .zfp17-checkbox-group .checkbox-element label
	{
	margin-bottom: 0;
	margin-top: 3px;
}

input[type=checkbox]:checked+label:after {
	font-family: 'zfpress';
	content: "\e905";
	top: 4px;
	left: 5px;
	font-size: 13px;
	color: #fff;
	position: absolute;
	cursor: pointer;
}

/*Button*/
.zfui-bg-cyan {
	background-color: #00abe7;
}

.zfui-color-white, .zfui-active-color-white:active {
	color: white;
}

.zfui-button {
	box-sizing: border-box;
	font-size: 16px;
	padding: 16px 30px 18px;
	display: inline-block;
	border-radius: 30px;
	transition-duration: 0.2s;
	transition-property: background-color;
	font-family: "Prometo", sans-serif;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}


div[required=required].label:after, div[required=required]>label:after {
    content: " *";
}

section .form .x9 {width:75%}
section .form .x9.formInput {width:100%}
section .form .x3 {width:25%; text-align: left; white-space: normal; padding-left: 0px; font-weight: normal;}
section .form .btn {padding:6px 12px 6px 12px; text-align:center; color:white}
section .form label, section .form .label {font-size:14px;color:black}
section .form .select, section .form select {font-size:18px}
section .form .inputfield-element .styled_input {float:left}
header a,header a:focus,header a:hover, nav a, nav a:hover, nav a:focus {text-decoration: none}