.results-brand {display:flex;flex-flow:row wrap;}
.results-brand .results__entry {flex:0 0 100%;margin:0 0 2.5rem;}
.results-brand .results__entry figure {height:100%;padding:2.5rem 2rem;margin:0;box-shadow:0 0 1rem .5rem var(--shadow);border-radius:2rem;overflow:hidden;border:.1rem solid var(--shadow);background:var(--white);}
.results-brand .results__entry h3 {margin:0 0 1.5rem;font-size:2rem;font-weight:600;color:var(--grey);}
.results-brand .results__entry .ihh-btn {width:100%;}
.results-brand .results__entry figcaption {display:block;}
.results-brand .results__entry figcaption>div {margin:0 0 1.5rem;}
.results-brand .results__image>img {margin:4.5rem auto;}
.results-brand h3 {margin:1.5rem 0;}
@media(min-width:768px) {
	.results-brand {margin:0 -.5rem;}
	.results-brand .results__entry {flex:0 0 50%;padding:0 .5rem;justify-content:flex-start;}
}
@media(min-width:992px) {
	.results-brand .results__entry {flex:0 0 33.3333%;}
}

.results__list--empty {display:flex;padding:8% .75rem 4%;text-align:center;flex-flow:column;align-items:center;}
.results__list--empty h2 {font-size:4.2rem;font-weight:700;color:var(--blue);}
.results__list--empty strong {font-size:2.1rem;font-weight:600;}
.results__list--empty .ihh-content {margin:0 0 4.5rem;}
.results__list--empty .ihh-btn {display:inline-flex;width:100%;background:var(--blue);}
@media(min-width:500px) {
	.results__list--empty .ihh-btn {width:34rem;}
}