@charset "utf-8";
/* CSS Document */

#Petition {
	max-width: 900px;
	margin: 0 auto;
}
.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: 2.5em;
    line-height: 36px;
    font-weight: 900;
    font-family: 'Barlow Semi Condensed';
}
.goal {
	display: inline-block;
	padding-left: 7px;
}
.baroutline {
	overflow: hidden;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 11px;
	border-radius: 0px;
	background-color: #e7e7e7;
}
.bar-fill {
	display: block;
	overflow: hidden;
	width: 0%;
	height: 100%;
    transition: all 0.5s ease-out;
	background: rgb(255,17,17);
    background: linear-gradient(270deg, rgba(255,17,17,1) 0%, rgba(179,0,0,1) 100%);
}

.form-item {
    margin-bottom: 15px;
}

.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: 0px;
    background-color: #f5f5f5;*/
    cursor: pointer;
}
.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: 0px;
    margin-top: -6px;
    vertical-align: text-top;
    text-transform: uppercase;
}
.note {
	font-size: 0.8em;
}

.sign-up-button {
    display: block;
    width: 100%;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    background-color: #f11;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center !important;
    border: 0;
    font-family: Barlow Semi Condensed, sans-serif;
    font-weight: 600;
    padding: 20px;
    cursor: pointer;
}

.sign-up-button:hover {
    background-color: black;
}

#sign-the-petition input.form-text, #sign-the-petition select {
	width: calc(100% - 0px);
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	padding: 10px;
    color: #000;
}