body.single-i-get-paid-for-this .content-blocks .rich-text h3 {
	margin-top: 0px !important;
	margin-bottom: 18px !important;
}

body.single-i-get-paid-for-this .content-blocks .rich-text h3:not(:first-of-type) {
	margin-top: 36px !important;
}


body.single-i-get-paid-for-this .content-blocks .rich-text p {
	margin-bottom: 18px !important;
}

.product--monthly {
	display: none;
}

.toggler {
	position: relative;
	top: -80px;
}

.toggle-button {
	display: inline-block;
	min-width: 110px;
	padding: 10px 30px;
	line-height: 20px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	border-radius: 30px;
	transition: all .2s ease-in-out;
	border-width: 1px;
	border-style: solid;
	border-color: #d81b00;
	font-family: montserrat,sans-serif;
	font-weight: 500;
	text-align: center;
	color: #000;
	cursor: pointer;
	margin: 0 auto;
}

.toggle-button:hover {
	background: #d81b00;
	color: #FFF;
}
.toggle-button.active {
	background: #d81b00;
	color: #FFF;
	cursor: default;
}

.feature-blocks > .block:not(:last-child):not(.block--cta):not(.block--advert):not(.block--advert_alt),
.block--category_hero{
	border-bottom: 1px solid #FFF !important;
	padding-bottom: 0px !important;
}

.feature-blocks h4 {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	margin: 0 0 40px !important;
}