html,body{
overflow-x: hidden;
font-family: "Lato", sans-serif;
}
.honoree {
height: 500px;
border: solid thin rgb(236, 236, 236);
padding: 50px;
align-items: center;
min-height: 400px;
margin-bottom: 50px;
position: relative;
}
.honoree .imgcontainer {
padding: 60px;
aspect-ratio: 1/1;
margin: 0 auto;
min-width: 200px;
}
.honoree h3 {
font-size: 16px;
font-weight: bold;
text-align: center;
display: block;
margin: 0 auto;
width: 100%;
}
.honoree p {
font-size: 16px;
font-weight: normal;
text-align: center;
display: block;
margin: 0 auto;
width: 100%;
}
.honoree i {
padding-right: 10px;
}
.honoree .times-won {
position: absolute;
top: 0;
left: 0;
background-color: #19222d;
padding: 4px 12px 4px 4px;
text-align: center;
color: #fff;
clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
-webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
width: 56px;
}
.honoree .years {
display: block;
font-size: 7px;
line-height: 1;
}
.honoree{
cursor: pointer;
}
form#filterresults input, form#filterresults select, form#filterresults button {
width: 100%;
height: 50px;
margin-bottom: 50px;
}
form#filterresultsbutton:hover {
background: white;
border: solid thin #052132;
}
form#filterresults button {
background: #052132;
border: none;
}