.zw-product-header {
	background: #101010;
	color: #fff;
}
.product-title a {
	color: #fff !important;
}
.zw-product-header .product-nav-links .menu>li>a,
.zw-product-header .product-nav-links li .nolink {
	color: #fff;
}
.zw-product-header .product-nav-links li .nolink,
.zw-product-header .product-nav-links .menu>li>a {
	color: #fff;
}
.zw-product-header span.caret::after{
    border-top-color: #fff;
}
.zwrapper {
	background: #f4f4f4;
}
.hero-section {
	background: #101010;
	color: #fff;
	padding: 60px 0 30px;
}
.hero-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}
.hero-image img {
	height: 450px;
}
.hero-text {
	max-width: 430px;
	padding-bottom: 50px;
}
.hero-text h1 {
	font-size: 50px;
}
.hero-text h1 span {
	display: block;
	color: #0dc05b;
}
.posts-section {
	padding: 100px 0;
}
.posts-section .posts-title {
	text-align: center;
	margin-bottom: 50px;
}
.posts-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}
.posts-block {
	background: #fff;
	padding: 30px;
}
.posts-block .issue-date {
	font-family: var(--zf-primary-semibold);
	font-size: 17px;
	color: #777777;
	margin-top: 15px;
	margin-bottom: 5px;
}
.SIGNUP_FLD {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2fr 1fr;
	grid-template-columns: 2fr 1fr;
	gap: 10px;
}
input {
	border-radius: 0px;
}
#EMBED_FORM_EMAIL_LABEL {
	padding: 1em;
	border: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#zcWebOptin {
	background: #f0483e;
	color: #fff;
	border: 0;
	padding: 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: var(--zf-primary-semibold);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#errorMsgDiv {
	background-color: #ffebe8;
	padding: 10px;
	color: #d20000;
	font-size: 11px;
	margin: 0 0 10px 0;
	border: 1px solid #ffd9d3;
	opacity: 1;
}
.signup-privacy {
	font-size: 12px;
	margin: 10px 0 0;
}
@media only screen and (max-width: 1199px) {
	.hero-image img {
		height: auto;
	}
    .posts-section {
		padding: 80px 0;
	}
    .posts-grid {
		gap: 30px;
	}
    .posts-block {
		padding: 20px;
	}
}
@media only screen and (max-width: 991px) {
	.hero-section {
		padding-top: 80px;
	}
    .hero-grid {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		max-width: 500px;
		margin: auto;
	}
    .hero-text {
		text-align: center;
		margin: auto;
		padding-bottom: 0;
	}
    .quick_form_8_css {
		margin: auto;
	}
    .posts-grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
    .posts-section {
		padding: 60px 0;
	}
    .posts-block {
		padding: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.hero-section {
		padding-top: 60px;
	}
    .hero-text h1 {
		font-size: 40px;
	}
    .hero-grid {
		max-width: 400px;
	}
    .posts-grid {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		max-width: 400px;
		margin: auto;
	}
}
@media only screen and (max-width: 480px) {
	.hero-section {
		padding-top: 30px;
	}
    .hero-text h1 {
		font-size: 30px;
	}
    .hero-grid {
		max-width: 100%;
	}
    .posts-grid {
		max-width: 100%;
	}
    .posts-block {
		padding: 20px;
	}
    .SIGNUP_FLD {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
	}
}