  .sidebar-button {
	border-radius: 3px;
	transition: all .2s;
	position: relative;
	margin-bottom: 40px;
	clear: both;
}
.sidebar-button.purple:hover {
	box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.4);
}
.sidebar-button.white:hover {
	box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
}
.sidebar-button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 100px;
}
.sidebar-button .container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding: 5vw;
}
.sidebar-button p {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
.sidebar-button h2 {
	font-family: "freight-sans-pro-n7","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}
.sidebar-button.purple .container {
	background: rgba(88, 40, 136, 0.9);
}
.sidebar-button.white .container {
	background: rgba(255, 255, 255, 0.9);
}
.sidebar-button.purple {
	border: 1px solid #444;
}
.sidebar-button.purple p {
	color: #CCB486;
}
.sidebar-button.purple h2 {
	color: white;
}
.sidebar-button.white {
	border: 1px solid #ccc;
}
.sidebar-button.white p {
	color: #444;
}
.sidebar-button.white h2 {
	color: #592C88;
}
@media (min-width: 45em) {
	.sidebar-button h2 {
		font-size: 32px;
		line-height: 44px;
	}
	.sidebar-button p {
		font-size: 20px;
		line-height: 24px;
	}
	.sidebar-button .container {
		padding: 20px;
	}
}

.sidebar-contact {
	padding: 20px;
	background: #f4f3f5;
	margin-bottom: 40px;
	clear: both;
}
.sidebar-contact h2 {
	color: #592C88;
	font-size: 28px;
	line-height: 34px;
	display: block;
	width: 100%;
	margin: 0;
}
.sidebar-contact hr {
	width: 80px;
	border: none;
	border-bottom: 5px solid #592C88;
	margin-bottom: 20px;
	margin-left: 0px;
}
.sidebar-contact .container {
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	display: block;
	width: 100%;
	color: #444;
}
.sidebar-button a[href$=".pdf"]:after, .sidebar-button a[href$=".docx"]:after, .sidebar-button a[href$=".doc"]:after {
	content: "";
	display: none;
}