/* form for newsletter */
.iphorm-outer-2 {
	background: #0f2e46;
	color: #fff;
	float: right;
	max-width: 500px;
	padding: 20px;
}
.iphorm-outer-2 .iphorm-element-wrap,
.iphorm-outer-2 .iphorm-submit-wrap {
	display: inline-block;
	margin-right: 2%;
	vertical-align: top;
	width: 48%;
}
.iphorm-outer-2 .iphorm-element-spacer {
	padding-bottom: 0
}
.iphorm-outer-2 .iphorm-description {
	color: #fff;
	font-family: 'Nexity' !important;
	font-size: 24px;
	font-weight: 400;
	margin: 10px 0;
	padding: 0;
}
.iphorm-outer-2 .iphorm-element-wrap label {
	font-family: 'Nexity' !important;
	font-size: 17px;
	font-weight: 500 !important;
	padding: 10px 0 0px;
}
.iphorm-outer-2 .iphorm-submit-wrap [type="submit"] {
	background: #fff;
	border: 1px solid #0f2e46;
	color: #0f2e46;
	font-family: 'Nexity' !important;
	font-size: 17px;
	font-weight: 500;
	padding: 3px 20px;
}
.iphorm-outer-2 .iphorm-submit-wrap [type="submit"]:hover {
	color: #fff;
	background: #f7ca39;
	border: 1px solid #fff;
}
.iphorm-outer-2 .iphorm-submit-wrap button span,
.iphorm-outer-2 .iphorm-submit-wrap button em {
	background: none;
	border: 0;
	padding: 0;
}
.iphorm-outer-2 .iphorm-required {
	display: none;
}

.pum .iphorm-outer-2 .iphorm-description {
	font-size: 40px;
}
