.newsletter-confirm {
    *margin-top: 20px;
	height: 22px;
	width: 22px;
	float: right;
	margin-left: 15px;
}
.newsletter-confirm-container {
    display: block;
    position: relative;
    text-align: left;
    cursor: pointer;
}
.agree {
	margin-left: 35px;
    margin-top: 20px;
	font-weight: 300;
	color: #242d35;
	font-size: 14px;
}
footer .agree {
	color: #f3f3f3;
}
.agree a {
	*color: #8fb74f;
	font-weight: 400;
}
.newsletter-confirm-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.newsletter-confirm-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #14221F;
    box-sizing: border-box;
    cursor: pointer;
}
footer .newsletter-confirm-checkmark {
    background-color: #f3f3f3;
}
.newsletter-confirm-checkmark img {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 0;
    margin: auto;
}
.newsletter-confirm-container input:checked ~ .newsletter-confirm-checkmark img {
    display: block;
}

.content__section__text .regular a {
	color: #009E4D;
}