/** css stylesheet for Marketing:pricing page */

h1 {
	margin-top: 0;
	margin-bottom: 20px;
}
h1 + h5 {
	margin-bottom: 60px;
}

.plan {
	padding: 0px 30px 30px;
}

.clip {
	position: relative;
	top: -25px;
}
.price {
	font-size: 60px;
}
.monthly {
	font-size: 40px;
}

.buttonCont {
	padding: 30px;
}

@media (max-width: 767px) {
	h1 + h5 {
		margin-bottom: 50px;
	}
	.plan {
		padding: 0 15px 15px;
	}
	.clip {
		top: -20px;
	}
	.clip img {
		height: 50px;
	}
	/*
	.from {
		margin-right: 7px;
	}
	*/
	.buttonCont {
		padding: 15px;
	}
}

.customOverlayVT .box h5{
	margin-bottom: 15px;
	text-align: left;
	line-height: 1.4;
}

.family {

}
.family img {
	max-height: 478px;
}
.family h5 {

}
.family h5 mark {
	font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
	.family img {
		margin-top: 60px;
	}
}

.paywall {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.paywall .logo {
	flex-basis: 25%;
	text-align: center;
	padding: 30px;
}
.paywall .logo img {
	max-width: 100%;
}

.security + h1 {
	margin-top: 75px;
}

@media (max-width: 767px) {
	.paywall .logo {
		flex-basis: 100%;
		text-align: center;
	}
	
	.security + h1 {
		margin-top: 60px;
	}
}

.faq .box {
	padding: 30px;
	padding-right: 60px;
	cursor: pointer;
}
.faq h5 {
	text-align: left;
	line-height: 1.4;
}
.faq .box div {
	color: #ffce02;
	display: none;
	margin-top: 15px;
}
.faq .box a.icon {
	position: absolute;
	right: 15px;
	top: 30px;
}
.faq .box a.icon-collapse,
.faq .box.open a.icon-expand {
	display: block;
}
.faq .box.open a.icon-collapse,
.faq .box a.icon-expand {
	display: none;
}
