.search__background-container {
	background: transparent;
	padding: 60px 40px 100px;
	min-height: 80vh;
}

.search__background-reset {
	padding: 0px 0px 0px;
	min-height: 0vh;
}

#search ul.buttons li{
	background: none;
	display: inline-block;
	cursor: pointer;
	color: black;
	margin: 0;
	font-weight: 300px; 
	padding-right: 25px;
}

#search ul.buttons li h3 {
	font-weight: 300;
}

#search ul.buttons li h3:hover {
	text-decoration: underline;
}


#search ul.buttons li.current h3 {
	font-weight: 700;
}

#search ul.buttons li.current h3:hover {
	text-decoration: none;
}

.no_matches_found{
	color: #dd3929;
}

@media only screen and (max-width: 992px) {
	#search ul.buttons li, .no_matches_found{
		font-size: 0.7em;
		padding-right: 10px;
	}
}

.search_content {
	display: none;
}

.search__background-container ul {
	margin-left: 0px !important;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.search__bar {
	border: 1px solid #BEBEBE;
	padding: 5px;
	margin-top: 0px;
}

#search_area_content {
	padding-top: 20px;
}


.search__bar input {
	border: none !important;
	background: transparent;
	border-style:solid;
	-webkit-appearance: none;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	font-size: 2em;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}

.search__bar input:focus {
	outline: 0;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}

.search__bar button {
	background: #dd3928;
	width: 100%;
	border: none;
	border-radius: 0px;
	font-size: 1.4em;
}

.search__bar button:hover {
	background: #96261B;
	width: 100%;
	border: none;
	border-radius: 0px;
	font-size: 1.4em;
}

.search__bar button:focus {
	background: #96261B !important;
}

.search__bar button:visited {
	background: #96261B !important;
}

.search__bar button:visited {
	background: #96261B !important;
}

#search_area_content .active {
	display: inline-block;
	width: 100%;
}

#search__teams_content.current {
	display: inline-block;
	width: 100%;
}

.search__card-title {
	font-size: 1.4em;
	color: #000;
	padding-bottom: 5px;
}


.search__card-amount {
	color: #000;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2em;
}

.search__card-amount-text {
	color: #444444;
    font-weight: 400;
    font-size: 1.1em;
    margin-top: 0px;
    padding-bottom: 10px;
}


.search__top-fundraisers-refugees-rescued-container {
	padding-top: 10px;
	padding-bottom: 100px;
}

.search__top-fundraisers-refugees-rescued-box {
	background: #fff;
	padding: 10px;
	margin-top: 50px;	
	min-height: 275px;
}

.search__top-fundraisers-refugee-profile-blank {
	margin-top: -30px;
	width: 100%;
	max-width: 100px;
	max-height: 100px;
	border-radius: 50%;
	float: left;
	border: solid 2px #fff;
}

.search__read-story-btn {
	background: #dd3928;
	padding: 10px 13px;
	color: #fff;
	font-size: 1.1em;
	border-radius: 3px;
	margin-top: 10px;
	display: inline-block;
}

.search__read-story-btn:hover {
	background: #A52A1E;
	padding: 10px 13px;
	color: #fff;
	text-decoration: none;
}

.search__top-progress-bar {
    background: #E8E8E8;
    border: solid 1px #F5F5F5;
    border-radius: 20px;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.search__top-progress-bar-amount {
    background: #dd3928;
    border-radius: 10px;
    height: 10px;
    width: 0%;
    max-width: 100%;
    display: inline-block;
}

.search__top-fundraisers-profile-team-blank-thumbnail {
    margin-top: -20px;
    width: 100%;
    max-width: 120px;
    max-height: 120px;
    border-radius: 0px;
    border: 3px solid #fff;
    background: #fff;
}
