#find_a_nonprofit {
	background: rgba(217, 209, 199, 0.2);
	width: 100%;
}

#find_a_nonprofit h2 {
	color: #020873;
	font-weight: 300;
	font-size: 32px;
	line-height: 1.375;
	margin-bottom: 8px;
}

#find_a_nonprofit .wrapper {
	padding: 48px 0 56px;
}

#find_a_nonprofit .wrapper>div {
	margin: 0 calc((((100% - (11 * 20px)) / 12) * 2) + (2 * 20px));
}

#find_a_nonprofit dl dt,
#find_a_nonprofit dl dd,
#find_a_nonprofit p {
	font-size: 18px;
	line-height: 26px;
	color: #00020D;
}

#find_a_nonprofit p {
	margin-bottom: 30px;
}

#find_a_nonprofit p a {
	font-weight: 700;
	color: #020873;
}

#find_a_nonprofit p a {
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	background-position: 0 100%, 0 100%;
	background-repeat: no-repeat, no-repeat;
	background-size: 0 1px, 100% 1px;
	transition: background-size .5s
}

#find_a_nonprofit p a {
	background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(9, 88, 167, 0.25), rgba(9, 88, 167, 0.25));
}

#find_a_nonprofit p a:hover {
	background-size: 100% 1px, 100% 1px
}

#find_a_nonprofit dl,
#find_a_nonprofit dl dd ul {
	display: flex;
	flex-wrap: wrap
}

#find_a_nonprofit dl dt,
#find_a_nonprofit dl dd li {
	margin: 0 0.5em 0.5em 0;
}

#find_a_nonprofit dl dt {
	padding: 0.5em 0;
}

#find_a_nonprofit dl dd a {
	display: block;
	padding: 0.5em;
	background: white;
	font-weight: 700;
	color: #020873;
	transition: all 0.2s ease;
}

#find_a_nonprofit dl dd a:hover {
	background: #020873;
	color: white;
}

form#findform {
	margin-bottom: 40px;
	display: flex;
}

body.search-results form#findform {
	margin-bottom: 0;
}

form#findform input[type="text"] {
	background: #FFFFFF;
	border: 1px solid #3BB25E;
	box-sizing: border-box;
	/*padding: 0 60px 0 18px;*/
	width: calc((((100% - (7 * 20px)) / 8) * 6) + (5 * 20px));
	margin-right: 20px;
	height: 80px;
	border: 1px solid #D9D1C7;
	box-shadow: inset 0px 4px 2px rgba(0, 0, 0, 0.25);
	font-family: "Source Sans Pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 80px;
	color: #00020D;
	padding: 0 10px;
	display: block;
}

form#findform input[type="submit"] {
	outline: none;
	border: none;
	display: block;
	flex: 1;
	height: 80px;
	cursor: pointer;
	font-family: "Source Sans Pro", sans-serif;
	font-style: normal;
	font-weight: 600;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	font-size: 24px;
	background: #BD4800;
	background: #03A87C;
	color: white;
}

form#findform input[type="submit"]:hover {
	background: #BD4800;
}

@media all and (max-width: 1199px) {
	#find_a_nonprofit .wrapper {
		padding: 36px 0 48px;
	}
	#find_a_nonprofit .wrapper>div {
		margin: 0 calc((((100% - (11 * 20px)) / 12) * 1) + (1 * 20px));
	}
	form#findform input[type="text"] {
		width: calc((((100% - (9 * 20px)) / 10) * 8) + (7 * 20px));
	}
}

@media all and (max-width:899px) {
	#find_a_nonprofit h2 {
		font-size: 2.4rem;
	}
	#find_a_nonprofit .wrapper {
		padding: 36px 0 48px;
	}
	#find_a_nonprofit .wrapper>div {
		margin: 0;
	}
	form#findform input[type="submit"] {
		font-size: 20px;
		line-height: 60px;
		height: 60px;
		min-width: 4em;
	}
	form#findform input[type="text"] {
		flex: 3;
		margin-right: 10px;
		font-size: 20px;
		line-height: 60px;
		height: 60px;
		color: #00020D;
		padding: 0 10px;
	}
}

#searchboxes {
	margin-bottom: 24px;
	transform: translateY(-24px);
}

#searchboxes>.wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#searchboxes>.wrapper>div {
	background: white;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	width: calc(50% - 10px);
	display: flex;
	flex-direction: column;
}

#searchboxes>.wrapper>div p.smallheading {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	color: #D96C0D;
	transition: all 0.2s ease;

}

#searchboxes>.wrapper>div h3 {
	font-weight: 300;
	transition: all 0.2s ease;
	font-size: 24px;
	line-height: 30px;
	margin: 0.5em 0;
	min-height: 2.5em;
	color: #020873
}

#searchboxes>.wrapper>div ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 24px;
}

#searchboxes>.wrapper>div ul li {
	width: calc(33.3333% - (20px * (3 / 4)));
	font-size: 18px;
	line-height: 1.2;
}

#searchboxes>.wrapper>div ul li span,
#searchboxes>.wrapper>div ul li a {
	display: block;
	color: #048462;
	border: 1px solid #048462; 
    background: none;
	padding: 0.66em;
	transition: all 0.2s ease;
}

#searchboxes>.wrapper>div ul li a:hover {
	color: #FFF;
	background: #048462;
}

#searchboxes>.wrapper>div p {
	color: #585961;
	max-width: 24em;
	margin-bottom: 2em;
}

#searchboxes>.wrapper>div p:last-child {
	margin: auto 0 0;
}

#searchboxes>.wrapper>div form {
	margin-bottom: 12px;
	display: flex;
}

#searchboxes>.wrapper>div form input[type="text"] {
	background: #FFFFFF;
	border: 1px solid #3BB25E;
	box-sizing: border-box;
	/*padding: 0 60px 0 18px;*/
	flex: 1;
	margin-right: 20px;
	height: 64px;
	border: 1px solid #D9D1C7;
	box-shadow: inset 0px 4px 2px rgba(0, 0, 0, 0.25);
	font-family: "Source Sans Pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 64px;
	color: #00020D;
	padding: 0 10px;
	display: block;
}

#searchboxes>.wrapper>div form input[type="submit"] {
	outline: none;
	border: none;
	display: block;
	height: 64px;
	width: 74px;
	font-size: 0;
	cursor: pointer;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	font-size: 24px;
	background: #BD4800;
	background: #03A87C;
	color: white;
}

@media all and (max-width: 1449px) {
	#searchboxes>.wrapper>div ul li {
		width: calc(50% - 10px);
	}
}

@media all and (max-width: 1199px) {
	#searchboxes>.wrapper>div ul li {
		font-size: 16px
	}
}

@media all and (max-width: 899px) {
	#searchboxes>.wrapper>div {
		width: 100%;
	}
}

@media all and (max-width: 599px) {
	#searchboxes>.wrapper>div ul li {
		width: 100%;
	}
}