main#home > div {
    min-width: 80rem;
    width: 80vw;
    max-width: 160rem;
    position: relative;
    /* filter: drop-shadow(0 0 .3rem black); */
    padding: 10rem 0 7.5rem 0;
    margin: 0 auto;
}

main#home > div h2 {
    font-family: Swiss, sans-serif;
    font-size: 5rem;
    position: absolute;
    transform: translateY(-100%);
    right: 0;
    display: inline-block;
    box-sizing: border-box;
    /* background-color: #f1d592; */
    padding: 1rem 1rem 0;
    border-radius: 1rem 1rem 0 0;
	 margin: 0;
	 display: none;
}

#find-brands {
    position: relative;
    height: 65rem;
    /* background-color: #f1d592; */
	 box-sizing: border-box;
	 width: 100%;
	 /* padding: 0 calc(50vw - 75rem); */
	 height: 120rem;
}

#find-brands > ul {
    position: absolute;
    top: 14.5rem;
    left: 1rem;
    bottom: 1rem;
	 /* width: 15em; */
	 width: 31rem;
}

#find-brands > ul li {
    width: 100%;
    display: block;
    cursor: pointer;
	 font-size: 2.25rem;
	 font-weight: bold;
	 text-align: right;
	 padding: 1rem 2.75rem 1rem 0;
	 border-radius: 1.25rem;
	 color: #08215C;
	 position: relative;
	 box-sizing: border-box;
}

#find-brands > ul li.selected {
	color: #08215C;
}

#find-brands > ul li.selected:before {
	 /* background-color: rgba(0,0,0,.3); */
	 content: '';
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0; right: 0; bottom: 0; left: 0;
	 background: linear-gradient(to right, #fff, #eee);
	 z-index: -1;
	 border-radius: 1.25rem;
}

#find-brands > ul li.selected:after {
	right: .75rem;
	opacity: 1;
}

#find-brands > ul li:hover {
	background: linear-gradient(to right, #fff, #f0f0f0);
}

#find-brands > ul li:after {
	content: '▶';
	position: absolute;
	font-size: 1.25rem;
	top: 1.75rem;
	right: -1.25rem;
	opacity: 0;
	transition: opacity .3s ease-out, right .3s ease-out;
}

#find-brands > ul li:hover:after {
	right: .75rem;
	opacity: 1;
}

#find-brands > input {
	width: 100%;
	font-size: 3rem;
	max-width: 150rem;
	margin: 0 auto 2rem auto;
    box-sizing: border-box;
	background-color: #fafafa;
	border: none;
	border-bottom: .25rem solid #586A91;
}

#find-brands > section {
    position: absolute;
    top: 8em;
    bottom: 1rem;
    /* left: 16em; */
    right: 1rem;
    display: flex;
    flex-flow: wrap row;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    background-color: #fafafa;
    padding-top: 1rem;
	 padding: 4rem;
	 border: .2rem solid #eee;
	 box-shadow: 0 0 3rem inset rgba(0,0,0,.10);
	 outline: none;
	 transition: box-shadow .5s ease-out;
	 width: calc(100% - 35rem);
	 height: 100rem;
}

#find-brands > section:hover {
	box-shadow: 0 0 1.5rem inset rgba(0,0,0,.08);
}

#find-brands .brandTile {
    /* flex-grow: 1; */
    padding-bottom: 1rem;
    padding-left: 1rem;
    display: flex;
	justify-content: center;
	display: flex;
	justify-content: center;
	padding: 2%;
	align-items: center;
	height: 12vw;
	width: 25%;
}

@media screen and (max-width: 1280px) {
	#find-brands .brandTile {
		width: 27%;
		margin: 3.1415926535%;
		height: 9vw;
	}
}

@media screen and (max-width: 1200px) {
	#find-brands .brandTile {
		width: 40%;
		margin: 5%;
		height: 18vw;
	}
}

@media screen and (max-width: 900px) {
	#find-brands .brandTile {
		width: 40%;
		margin: 5%;
		height: 20rem;
	}
}

@media screen and (max-width: 500px) {
	#find-brands .brandTile {
		width: 100%;
		margin: 0;
		height: 52rem;
	}
	#find-brands div.brandTile img {
		width: 77%;
		max-width: 100%;
		max-height: 100%;
	}
	div#find-brands > input { font-size: 4.5rem; }
	#home blockquote { left: 0; }
	#home blockquote span:not(.quote) { display: inline-block; }
}

#find-brands .brandTile.filtered,
#find-brands .brandTile.hidden {
    display: none;
}

#find-brands .brandTile img {
    max-width: 100%;
	 max-height: 100%;
	 border-radius: .25rem;
	 opacity: .8;
	 transition: opacity .2s ease-out;
}

#find-brands .brandTile img:hover {
	opacity: 1;
	cursor: pointer;
}

#find-brands > input {
	display: block;
	width: 70rem;
	box-sizing: border-box;
	padding: 1.75rem 1.75rem 1.75rem 6rem;
	font-family: 'Heebo';
	font-size: 2.75rem;
	color: black;
	outline: none;
	border-radius: .5rem;
	transition: box-shadow .15s ease-out;
	border-bottom: .35rem solid #586A91;
	margin: 0 auto;
	font-size: 2.75rem;
	background: linear-gradient(to bottom, white 5%, #f5f5f5);
	transform-origin: 50% 0%;
}

#find-brands > input::placeholder {
	color: #08215C !important;
	opacity: 1;
}

#find-brands > input:hover {
	background: linear-gradient(to bottom, white, #fafafa);
	box-shadow: 0 0 .5rem inset rgba(0,0,0,0.15);
}

#find-brands > input:focus {
	background: linear-gradient(to bottom, white, #fafafa);
	box-shadow: none !important;
}

#find-brands > input:focus::placeholder {
	opacity: 0;
}

@media screen and (max-width: 1200px) { #find-brands { transform: scale(.9); } }
@media screen and (max-width: 1150px) { #find-brands { transform: scale(.85); } main#home > div { padding-top: 0; } }
@media screen and (max-width: 1000px) {
	#find-brands { transform: scale(.75); }
	main#home > div { height: 113rem; }
	main#home { overflow-y: hidden;} 
}
@media screen and (max-width: 900px) {
	#find-brands { transform: scale(.7); top: -6rem; }
	main#home > div { height: 105rem; }
	footer nav > div:first-child > a:last-child { display: none; }
}
@media screen and (max-width: 800px) { #find-brands { right: 3rem; top: -12rem; } main#home > div { height: 100rem; } }
@media screen and (max-width: 750px) { #find-brands { right: 5rem; top: -15rem; } }
@media screen and (max-width: 700px) { #find-brands { right: 7rem; top: -18rem; } main#home > div { height: 90rem; } }
@media screen and (max-width: 650px) { #find-brands { right: 10rem; transform: scale(.65); } main#home > div { height: 85rem; } }
@media screen and (max-width: 600px) { #find-brands { right: 12rem; transform: scale(.60); } }
@media screen and (max-width: 550px) { #find-brands { right: 14rem; transform: scale(.55); } }

@media screen and (max-width: 500px) {
	#find-brands { right: 16rem; transform: scale(.50); height: 135rem; width: 162vw; top: -32rem; }
	#find-brands > ul { display: none !important; }
	div #find-brands > section { position: absolute !important; width: 100%; right: 0; top: 0; }
	main#home > div { height: 67rem; }
}

@media screen and (max-width: 480px) { #find-brands { right: 17rem; transform: scale(.45); } }
@media screen and (max-width: 450px) { #find-brands { right: 14.5rem; transform: scale(.45); } }
@media screen and (max-width: 425px) { #find-brands { right: 13.5rem; transform: scale(.45); } }