.handshake-wrapper {
	padding: 2rem 0 5rem 0;
}
.main-content ul.handshake-list {
	list-style-type: none !important;
	padding: 0;
	max-height: 75svh;
	overflow-y: scroll;
	background-color: #eeeeee;
	border-top: 4px solid #a62c1c;
	border-bottom: 4px solid #a62c1c;
	padding: 0 1rem;
}
.main-content .handshake-list > li {
	padding: 1.5rem 0;
	border-bottom: 1px solid #bdbfbd;
}
.main-content .handshake-list > li:last-of-type {
	border-bottom: none;
}
.main-content .handshake-list > li:before {
	display: none;
}
.handshake-link:hover,
.handshake-link:focus {
	text-decoration: none;
}
.handshake-link:hover h3,
.handshake-link:focus h3 {
	text-decoration: underline;
}
