.lf-solutions-intro {
	 padding: 0 20px 20px;
	font-size: 18px;
	font-size: 1.125em;
	color: #565656;
 }
.lf-solutions-controls {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}

.lf-solutions-intro h1 {
	color: #565656;
	font-size: 4.4rem;
	margin-bottom: 20px;
}

.lf-solutions-intro h1 span {
	color: #00A0DB;
}

.lf-solutions-search {
	display: flex;
}

.lf-solutions-search input {
	width: auto;
	min-width: 340px;
	max-width: 500px;
	margin-right: 1rem;
}
.lf-solutions-view-buttons {
	padding-top: .25rem;
}

.lf-solution-filters button,
.lf-solutions-view-buttons button {
	padding: 1rem 2rem;
	margin: 0 .5rem .5rem 0;
   background-color: #fafafa;
   border: 1px solid #ccc;
   color: #85889b;
}

.lf-solution-filters button:hover,
.lf-solutions-view-buttons button:hover {
   background-color: #00A0DB;
   color: #fff;
}

.lf-solution-filters button.is-checked,
.lf-solutions-view-buttons button.active {
   background-color: #00A0DB;
   color: #fff;
   /* box-shadow: inset 0 0 10px #666; */
}

.lf-solution-filters {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.lf-solution-filters .filter-icon {
	margin-right: 1rem;
}

.lf-solutions-view-buttons button i {
	margin-right: .5rem;
}

.lf-solution-filters button {
	justify-content: center;
}

.lf-solutions-search i {
	margin: 1rem 1rem 0 0;
	font-size: 3rem;
}

.lf-solutions-loop-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lf-solutions-loop-section {
	position: relative;
	float: left;
	width: 390px;
	background-color: #F2F2F2;
	color: #565656;
	margin: 5rem 2rem 0 0;
	padding: 0 30px 30px;
	border-bottom: 5px solid #00A0DB;
	min-height: 320px;
}

.card-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 13rem 3rem 3rem 3rem;
}

.card-content .learn-more-button {
	width: 16rem;
	margin: 0 auto;
	background-color: #00AEEF;
}

.lf-solutions-loop-section:hover {
	transform: translate(0, -5px);
	box-shadow: -4px 5px 5px 0px rgba(187,187,187,0.76);
	-webkit-box-shadow: -4px 5px 5px 0px rgba(187,187,187,0.76);
	-moz-box-shadow: -4px 5px 5px 0px rgba(187,187,187,0.76);
}

.lf-solutions-loop-section a {
	color: #565656;
	font-weight: normal;
}

.lf-solutions-loop-wrap section h1 {
	font-size: 24px;
	font-size: 1.5em;
	color: #565656;
	margin-top: 15px;
	margin-bottom: 5px;
}

.lf-solutions-loop-wrap section h2 {
	font-size: 18px;
	font-size: 1.125em;
	color: #828282;
	font-weight: 400;
}

.lf-solutions-loop-wrap section .more-link {
	display: none;
}

.lf-solutions-loop-wrap section .learn-more-link {
	color: #00A0DB;
	font-weight: bold;
}

.lf-solutions-loop-wrap section .learn-more-link:hover {
	text-decoration: underline;
}


.lf-solutions-loop-wrap .lf-solutions-photo {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top: -25px;
	border-radius: 50%;
}

.lf-solutions-loop-wrap.list .lf-solutions-loop-section {
	width: 100%;
	margin: 0 0 1rem 0;
	padding: 0 1rem 0 1rem;
	min-height: initial;
	height: auto;
}
.lf-solutions-loop-wrap.list .lf-solutions-loop-section h1 {
	font-size: 1.6rem;
}

.lf-solutions-loop-wrap.list .lf-solutions-loop-section .learn-more-link{
	display: none;
}

.lf-solutions-loop-wrap.list .lf-solutions-loop-section a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;

}
.lf-solutions-loop-wrap.list .lf-solutions-loop-section a img {
	margin: .5rem 1rem .5rem -2.5rem;
	width: 75px;
	height: 75px;
}

.lf-solutions-loop-wrap.list .lf-solutions-loop-section .card-content {
	position: static;
	margin: 0;
}

@media (max-width: 700px) {
	.lf-solutions-controls {
		flex-direction: column;
	}
	.lf-solutions-view-buttons {
		margin-top: 1rem;
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 860px) {
	.post-type-archive-lf_solution .site-inner > .wrap {
		padding: 2rem 0 80px 0;
	}
}
