/* Accelerating Lupus Research (NASCAR Truck) */ 

main .btn.btn-default {
	background: #fff;
}

.cols-2 {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin: 0 auto
}

.cols-2 .btn.btn-default {
	width: 100%;
}

.cols-2>div {
	padding: 0;
	margin: 0;
	flex: 1 0 30rem;
	min-width: calc(50% - 1rem);
	background: #8A64A6;
	color: #fff;
}

.cols-2.set-2>div {
	background-color: #f0eaf4;
	color: #5C2F92;
}

#post-14618 .cols-2 h2 {
	margin-top: 2rem;
	display: block;
}

.cols-2.set-1>div:nth-child(1) {
	display: flex;
	flex-direction: column;
}

.cols-2.set-1>div:nth-child(1)>:last-child {
	margin-top: auto;
}

.cols-2.set-1 div:nth-child(2) {
	background: #9d237a;
}

/* .cols-2.set-1 div:nth-child(2) img {
	border: solid 3px #9d237a;
} */

#post-14618 .cols-2 div>* {
	margin-left: 2rem;
	margin-right: 2rem;
	color: #fff;
}

#post-14618 .cols-2.set-2 div>* {
	color: #5C2F92;
}

#post-14618 .cols-2 div>.img-header {
	margin-left: 0;
	margin-right: 0;
}

#post-14618 .cols-2 .img-header img {
	margin: 0;
	display: block;
}

.cols-2 h2 {
	text-align: center;
}

#post-14618 .cols-2 p {
	margin-bottom: 1em;
}

.cols-2 hr {
	margin: 0 0 1em;
	border-top-color: #5C2F92;
}

.cols-2 div>img {
	width: 100%;
	margin: 0
}

blockquote {
	font-size: 1.2em;
	color: #fff;
	padding: 0;
	font-style: italic;
}

blockquote cite {
	font-style: normal;
	font-size: unset;
	line-height: unset;
}

#post-14618 blockquote p:last-child {
	margin-bottom: 0;
}

@media(min-width:42em) {
	blockquote {
		position: relative;
		text-align: left;
		padding-left: 3.5em;
	}

	blockquote::before {
		position: absolute;
		content: ' ';
		top: 0;
		left: 0;
		width: 3em;
		height: 3em;
		z-index: 0;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71.4 54'%3E%3Cpath d='M71.4 39.8c0-8.1-5.1-14-14.3-14-1.8 0-3.7.7-4 .9.6-8.5 9.2-13.4 15.6-14.2V0c-12.1.9-30 9.9-30 35.4 0 9.4 5.9 18.6 16.9 18.6 9.1-.1 15.8-6.5 15.8-14.2m-38.6 0c0-8.1-5.1-14-14.3-14-1.8 0-3.7.7-4 .9.6-8.5 9.2-13.4 15.6-14.2V0C18 .9 0 9.9 0 35.4 0 44.8 6.1 54 17.1 54c9.1-.1 15.7-6.5 15.7-14.2' style='fill:%23fff'/%3E%3C/svg%3E");
		background-size: 3em auto;
		background-position: left top;
		background-repeat: no-repeat;	
	}
}

.split-cols {
	background: linear-gradient(to top right, #9D237A 0%, #D93740 100%);
	color: #fff;
	margin: 1em 0;
}

.image-col {
	max-width: 20em;
	padding: 0.25em;
	margin: 0 auto;
}

.text-col {
	padding: 1em;
}

@media (min-width: 42em) {
	.split-cols {
		display: flex;
		gap: 0;
		align-items: center;
	}

	.split-cols.image-right {
		flex-direction: row-reverse;
	}

	.image-col {
		margin: 0;
		flex: 0 0 33%;
	}

	.text-col {
		flex: 1 1 0;
	}
}

.link-list {
	font-weight: bold;
	list-style: none;
	padding: 0;
}

.link-list>li {
	padding: 1rem 0;
	margin: 0;
	border-top: solid 1px #5C2F92;
}

.link-list>li:first-child {
	border-top: 0;
}

.link-list>li>a {
	display: flex;
	align-items: center;
	gap: 1em;
}

.link-list>li>a .link-img {
	padding: 0.5rem;
	flex: 1 1 0;
}

.link-list>li>a .link-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	margin: 0;
}

.link-list>li>a .link-img + span {
	flex: 1 1 0;
}

.link-list .social-list ul {
	display: flex;
	justify-content: space-around;   
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

.link-list .social-list li {
	flex: 0 0 2em;
}

.link-list .social-list a {
	display: block;
}

.link-list .social-list li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	margin: 0;
}
