#Form_ContactForm input[type=text], #Form_ContactForm input[type=email] {
	height: 20px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 18px;
	width: 50%;
}

#Form_ContactForm label {
	display: inline-block;
	padding-bottom: 5px;
}

#Form_ContactForm .textarea {
	padding: 10px;
	width: 50%;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

.action {
	display: none !important;
}

button.donate {
	width: 100%;
	text-transform: uppercase;
	height: 50px;
	background-color: #282828;
	border: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	margin-top: 15px;
}

textarea.talk {
	width: 230px;
	height: 100px;
	background-color: #fff;
	border: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	margin-top: 15px;
	padding: 10px;
}

button.talk {
	width: 100%;
	text-transform: uppercase;
	height: 50px;
	background-color: #282828;
	border: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	margin-top: 15px;
}

.search {
	width: 100%;
	border: 0;
	height: 95px;
	text-align: center;
	font-size: 30px;
	
	
	
	background-image: url(../images/search.png);
 	background-repeat: no-repeat;
 	background-position: center;
}

.search:focus { 
	background-image: none;
}

button.donateamount {
	width: 100px;
	text-transform: uppercase;
	height: 50px;
	background-color: #282828;
	border: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	margin-top: 15px;
}


#Form_ContactForm_action_SendContactForm.btn {
	text-transform: uppercase;
	height: 50px;
	background-color: #282828;
	border: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	margin-top: 15px;
	padding: 0 20px 0 20px;
}

.button-group button {
    text-transform: uppercase;
    height: 50px;
    background-color: #282828;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    margin-top: 15px;
    padding: 10px;
}

input.donation {
    margin-top: 15px;
    height: 40px;
    width: 160px; 
    border: 0;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
}

.donatesubmit {
    text-transform: uppercase;
    height: 50px;
    background-color: #282828;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    margin-top: 15px;
    padding: 10px;
	width: 200px;
}
 
.button-group button.is-checked {
    background-color:#ec212e;
}
 
.button-group {
    margin-bottom: 30px;
}