.nmco-charity-search-result-charity {
  margin-bottom: 4em;
}
.nmco-charity-search-result-charity .label {
  display: none;
}
.nmco-charity-search-result-charity div.nmco-charity-search-result-charity-status-4 {
  color: #fff;
  background-color: #D40000;
  display: inline-block;
  padding: 2px 6px;
}
.nmco-charity-search-results-pager {
  margin: 4em 0;
}
.charity-search-submit{
	background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.charity-search-submit:hover{
	background: #767676;
}
.woo-charity-form{
	margin-bottom: 50px;
	text-align: left !important;
}
.woo-charity-form input[type=text], .woo-charity-form select{
    width: 100% !important;
    max-width: none;
}
.woo-charity-form p{
	margin-bottom: 10px;
}
.woo-charity-form label {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.woo-charity-form p.nmco-charity-search-form--eligible{
	display:none;
}
#datafetch{
	width: 100%;
}
.woo-charity-form .nmco-charity-search-results{
	padding: 10px;	
}
.nmco-charity-ajax-results-pager{
	padding: 0 50px;
	display:block;
	text-align: center;
}
.woo-charity-form .prev.page-numbers, .woo-charity-form .next.page-numbers {
	width: 0px !important;
	visibility: hidden;
	padding: 0;
	display: inline-block;
	position: relative;
}
.woo-charity-form .prev.page-numbers:before, .woo-charity-form .next.page-numbers:before {
    color: #000;
    position: absolute;
    top: 6px;
    left: initial;
    right: initial;
    font-size: 35px;
	visibility: visible;
}
.woo-charity-form .prev.page-numbers:before {
	font-family: "Glyphicons Halflings";
    content: "\e132";
	left: -35px;
}
.woo-charity-form .next.page-numbers:before {
	font-family: "Glyphicons Halflings";
    content: "\e131";
}
.woo-charity-form .page-numbers{
	padding: 0.5em 0.57em;
}
.woo-charity-form .nmco-charity-search-result-charity{
    padding: 10px;
	margin-bottom: 20px;
}
.woo-charity-form .nmco-charity-search-result-charity h2.nmco-charity-search-result-charity-name{
	font-size: 1.2em;
}
.woo-charity-form .nmco-charity-search-result-charity, .woo-charity-form .nmco-charity-search-result-charity h2.nmco-charity-search-result-charity-name, .woo-charity-form .nmco-charity-search-result-charity span{
	cursor: pointer;
	transition: all 0.3s ease 0s;
	position: relative;
}
.woo-charity-form .nmco-charity-search-result-charity:nth-child(odd) {
    clear: left;
}
.woo-charity-form .nmco-charity-search-result-charity:hover{
	opacity: 0.5;
}
.woo-charity-form .nmco-charity-search-result-charity input[type=radio]{
	display: none;/**/
}
.woo-charity-form .nmco-charity-search-result-charity.charity-checked{
	background: #eee;
}
.woo-charity-form .nmco-charity-search-result-charity.charity-checked h2.nmco-charity-search-result-charity-name, .woo-charity-form .nmco-charity-search-result-charity.charity-checked span {
    color: #1eb716;
}
.woo-charity-form .nmco-charity-search-result-charity.charity-checked:hover{
	opacity: 1;
}
.woo-charity-form .nmco-charity-search-result-charity.charity-checked::after{
	font-family: "Glyphicons Halflings";
	content:"\e067";
	color: #1eb716;
	font-size: 4em;
	position: absolute;
	bottom: 7%;
    right: 5%;
}
.modal-header h3 {
    margin: 0;
    padding: 0;
}
.modal button.close{
	position: absolute;
    right: 20px;
    top: 15px;
    font-size: 2em;
}
.modal button.close:before{
	font-family: "Glyphicons Halflings";
	content:"\e014";
}