/* Insights Preview shortcode */
.sl9-quad-insights-preview {
	position: relative;
}

.sl9-quad-insights-preview>.background {
	background-color: #3C4042;
	height: calc(100% - 90px);
	left: 0;
	margin-top: 90px;
	position: absolute;
	top: 0;
	width: 100%;
}

.sl9-quad-insights-preview .in-grid {
	margin: 0 auto;
	max-width: var(--wpex-container-max-width);
	width: var(--wpex-container-width);
}

.sl9-quad-insights-preview .header {
	margin: 0 0 45px 0;
	position: relative;
	z-index: 10;
}

.sl9-quad-insights-preview .header .flex {
	align-items: flex-end;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.sl9-quad-insights-preview .header .background {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 40%;
	z-index: 5;
}

.sl9-quad-insights-preview .header .intro {
	flex: 1 1 62.5%;
	padding: 30px 30px 30px 0;
	position: relative;
	z-index: 10;
}

.sl9-quad-insights-preview .header .button-aside {
	flex: 1 1 25%;
}

.sl9-quad-insights-preview .header .vcex-multi-buttons {
	justify-content: flex-end;
}

.sl9-quad-insights-preview .insights {
	padding: 0 0 45px 0;
	position: relative;
	z-index: 10;
}

.sl9-quad-insights-preview .wpex-row .col {
	margin-bottom: 0;
}

.sl9-quad-insights-preview .vertical-divider {
	background-color: var(--wpex-accent);
	border: 0;
	height: 100%;
	max-width: 4px;
}

.sl9-quad-insights-preview .media,
.sl9-quad-insights-preview .content {
	padding-bottom: 40px;
}

.sl9-quad-insights-preview .wpex-post-cards-entry:last-of-type .media,
.sl9-quad-insights-preview .wpex-post-cards-entry:last-of-type .content {
	padding-bottom: 0;
}

.sl9-quad-insights-preview .button-footer {
	padding-bottom: 45px;
	position: relative;
	z-index: 10;
}

.sl9-quad-insights-preview .button-footer .vcex-multi-buttons {
	justify-content: center;
}

@media (max-width:767px) {

	.sl9-quad-insights-preview .media,
	.sl9-quad-insights-preview .wpex-post-cards-entry:last-of-type .media {
		padding-bottom: 10px;
	}
}

/* Featured staff shortcode */
.shoreline-quadrant-featured-staff .entry {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}

.shoreline-quadrant-featured-staff .entry:nth-child(even) .content {
	grid-column: 1/2;
	grid-row: 1;
}

.shoreline-quadrant-featured-staff .entry:nth-child(even) .image {
	grid-column: 2/3;
	grid-row: 1;
}

.shoreline-quadrant-featured-staff .image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 400px;
}

.shoreline-quadrant-featured-staff .content {
	border: 2px solid #cc9900;
	padding: 10px;
}

.shoreline-quadrant-featured-staff .name {
	margin-top: 0;
}

.shoreline-quadrant-featured-staff .position {
	margin: 0 0 15px 0;
}

.shoreline-quadrant-featured-staff .buttons {
	align-items: flex-start;
	display: flex;
	gap: 20px;
	justify-content: flex-start;
}

@media (max-width:767px) {
	.shoreline-quadrant-featured-staff .entry {
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.shoreline-quadrant-featured-staff .entry:nth-child(even) .content,
	.shoreline-quadrant-featured-staff .entry:nth-child(even) .image {
		grid-column: auto;
		grid-row: auto;
	}
}
