.ci-author-section {
	position: relative;
	padding: 40px 0 0 0;
	margin-top: 40px;
	margin-bottom: 40px;
	&:before {
		content: " ";
		height: 1px;
		width: 100vw;
		position: absolute;
		top: 0px;
		left: calc(50% - 90px);
/*		margin-left: 50vw;*/
		transform: translateX(-50%);
		background-color: #cecece;
	}

}
body:not(.logged-in) .ci-author-section:last-child {
	margin-bottom: -20px;
}
.ci-author-section.frame-fp-block:not(.background-color):not(.is-style-cover):not(.is-style-related) .wrapper {
	padding-left: 0 !important;
	padding: 0 !important;
}
.ci-author-section .items-wrapp .ci-column > h3 {
	font-size: 24px;
	line-height: 26px;
}

.interface-interface-skeleton__sidebar .interface-complementary-area {
	width: 100%;
	max-width: 500px;
}

.ci-column .leadership-img {
	padding-bottom: 85%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	border: 1px solid #cecece;
	background-color: #ffffff;
}
.ci-column.author-thumbnail {
	max-width: 210px;
}
.article-block .article-body h3.leadership-name {
	font-weight: bold;
	font-size: 22px;
}
.ci-columns-wrapp {
	display: flex;
	flex-wrap: wrap;
}

.ci-columns-wrapp .ci-column {
	width: 33.33%;
	padding-right: 40px;
}
.ci-columns-wrapp .ci-column.contributing-authors {
	padding-right: 0;
	padding-left: 40px;
	position: relative;
	flex: 1 0 auto;
	&:before {
		content: " ";
		height: 100%;
		width: 1px;
		position: absolute;
		top: 0px;
		left: -2px;
		background-color: #cecece;
	}
}
.ci-author-section .wp-block-buttons .wp-block-button.is-style-arrow .wp-block-button__link {
	display: inline-block;
}
.contributing-content p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 16px;
}

.ci-author-section.frame-fp-block:not(.has-white-background-color):not(.is-style-cover):not(.is-style-related) > .wrapper:before {
	display: none;
}

.ci-author-section .wp-block-button .wp-block-button__link:not(.is-style-arrow):not(.slick-next):not(.slick-prev) {
	width: auto;
}

body:not(.logged-in) .article-block:has(+.edit-fp-block) .ci-author-section {
	margin-bottom: 40px;
}

@media (max-width: 1460px) {
	.ci-author-section.frame-fp-block.background-color.none:not(.is-style-cover):not(.is-style-related) > .wrapper {
		padding-left: 0 !important;
		padding: 0 !important;
	}
	.ci-author-section:before {
		left: calc(50% - 60px);
	}
	.article-body .ci-author-section:before {
		left: calc(50% - 90px);
	}
}
.article-body .ci-author-section:before {
	left: calc(50% - 180px);
}
@media(max-width: 1024px) {
	.ci-author-section:before {
		left: calc(50% - 60px);
	}
	.article-body .ci-author-section:before {
		left: calc(50% - 120px);
	}
	.ci-columns-wrapp .ci-column {
		width: 100%;
	}
	.ci-columns-wrapp .ci-column:not(:last-child) {
		padding-right: 0;
		margin-bottom: 40px;
	}
	.ci-columns-wrapp .ci-column.contributing-authors {
		padding-right: 0;
		padding-left: 0;
		position: relative;
		&:before {
			content: " ";
			height: 1px;
			width: 100%;
			position: absolute;
			top: -40px;
			left: 0px;
			background-color: #cecece;
		}
	}
}
@media (max-width: 769px) {
	.single .ci-author-section.frame-fp-block.background-color.none:not(.is-style-cover):not(.is-style-related) > .wrapper {
		padding-left: calc(30px + 0px) !important;
	}
	.ci-author-section .ci-tabs {
		flex-direction: column;
	}
	.ci-author-section:before {
		left: calc(50%);
	}
	.article-body .ci-author-section:before {
		left: 50%;
	}
	body:not(.logged-in) .ci-author-section:last-child {
		margin-bottom: 40px;
	}
}
.page-template-default .ci-author-section {
	margin-left: 180px;
	max-width: 1180px;
}
.page-template-default .article-body .ci-author-section {
	margin-left: 0;
}
@media only screen and (max-width: 1460px) {
	.page-template-default .ci-author-section {
	margin-left: 120px;
	}
}
@media (min-width: 0em) and (max-width: 48em) {
	.page-template-default .ci-author-section {
	margin-left: 0px;
	}
	.page-template-default .ci-author-section .ci-tabs {
		gap:0;
	}
}

