.signform .message{
    border: 1px solid #666;
    padding: 10px;
    
}
#sign-the-petition{
    opacity: 0;
    transition: all 0.5s ease-out;

}
.formCover{
}
.current-campaign {
	display: inline-block;
	font-size: 32px;
	line-height: 36px;
	font-weight: 900;
}
.goal {
	display: inline-block;
	padding-left: 7px;
}
.baroutline {
	overflow: hidden;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 11px;
	border-radius: 0px;
	background-color: #e7e7e7;
}
.bar-fill {
	display: block;
	overflow: hidden;
	width: 0%;
	height: 100%;
	background-color: #ED611C;
	box-shadow: inset 0 0 3px 0 rgba(27, 32, 73, 0.23);
    transition: all 0.5s ease-out;
}

.form-item > label {
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: 700;
}

.radio-button-field {
	display: inline-block;
	margin-right: 5px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	border: 1px solid #dadada;
	border-radius: 5px;
	background-color: #f5f5f5;
}
.radioicon {
	width: 25px;
	height: 25px;
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 5px;
	font-size: 18px;
	line-height: normal;
}

.radio-button-field > label {
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 0;
    vertical-align: text-top;
}
.note {
	font-size: 0.8em;
}

.sign-up-button {
	display: block;
	width: 100%;
	margin-top: 10px !important;
    margin-bottom: 30px !important;
	background-color: #ED611C!important;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center!important;
}
#sign-the-petition input.form-text{
    width: 100%;
}

/*ACF*/
.saf_id table{
    width: 100%;
}
.saf_id tr{
    display: table-row;
}
