.link-panel {
}

.link-panel__container {
	background-color: #eeefef;
	border-bottom: 2px solid #ccc;
}

.link-panel__content {
	font-size: 17px;
	padding: 15px;
}

.link-panel__content-header {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #9a258f;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}

.link-panel__content-body {
}

.link-panel__content-footer {
}


.link-panel__title {
	flex: 1 1 auto;
}

.link-panel__icon {
	flex: 0 0 auto;
	color: #9a258f;
	font-size: 20px;
	padding: 0 0 0 5px;
}

.contact-panel__text {
}

.link-panel__list {
	margin-bottom: 0;
}

.link-panel__link,
.link-panel__link:link,
.link-panel__link:visited,
.link-panel__link:active {
	text-decoration: none;
}

.link-panel__call-to-action {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
	width: 100%;
	text-align: center;
	font-size: 0.9rem;
	padding: 5px;
	margin: 20px auto 0;
}

	.link-panel__call-to-action:hover {
		border: 1px solid #9a258f;
		background-color: #9a258f;
		color: #fff;
	}