.profile .card-footer {
	border: none;
	background-color: transparent !important;
	padding: 5px;
}

.profile span.btn.ButtonS4 {
	font-weight: 700;
	font-size: 18px;
	width: 100%;
}

.profile .link-wrapper:hover {
	text-decoration: none;
}

.profile .link-wrapper:hover .card-title {
	text-decoration: underline;
}

.profile .card {
	margin-top: 5px;
}

.profile .link-wrapper {
	border: 1px solid transparent;
	display: block;
	height: 100%;
	position: relative;
}

.profile .profileLine1, .profile .profileLine2 {
	margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.profile .profileLine1 {
	font-size: 1.25rem;
	color: #000000;
}

.profile .profileLine2 {
	font-size: 1rem;
}

.profile p.card-text  {
	color: #000000 !important;
}