.pauldavis-form-text-checkbox > .ginput_container_checkbox > ul.gfield_checkbox > .gchoice > label {
	font-size:1rem !important;
	font-style: normal !important;
	font-weight:300 !important;
	padding-top:3px !important;
	max-width: 100% !important;
	padding-right:10px !important;
	
}

.pauldavis-form-text-checkbox > .ginput_container_checkbox > ul.gfield_checkbox > .gchoice > label > a {
	color: #a1854a;
	font-size:1rem !important;
}

.pauldavis-form-text-checkbox > .ginput_container_checkbox > ul.gfield_checkbox > .gchoice > label > a:hover {
	color: #ed1c24 !important;
}
.pauldavis-form-text-checkbox > .ginput_container_checkbox > ul.gfield_checkbox > .gchoice > label > a:focus{
	color: #ed1c24 !important;
}
.pauldavis-form-text-checkbox > .ginput_container_checkbox > ul.gfield_checkbox > .gchoice > label > a:active{
	color: #ed1c24 !important;
}

.gform_body li.optin-checbox {
	display:none !important;
}
/* hides duplicates that may have been added prior to fixing the duplicate logic */
.pauldavis-form-text-checkbox:nth-of-type(2) {
	display:none !important;
}
.pauldavis-form-text-checkbox:nth-of-type(3) {
	display:none !important;
}
.pauldavis-form-text-checkbox:nth-of-type(4) {
	display:none !important;
}