/* Fellowship singles — class chrome for field-rendered body. */
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin: 24px 0;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > p {
	display: none;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card,
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > div {
	position: relative;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-left: 5px solid #009457;
	border-radius: 5px;
	padding: 26px 28px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card--link {
	padding-right: 56px;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card__hit,
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid .ccf-faculty-card__hit {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card--link:hover,
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card--link:focus-within {
	background: #f7fbf8;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid .ccf-faculty-card__hit:focus-visible {
	outline: 2px solid #009457;
	outline-offset: 2px;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card--link::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #eaf4ef;
	box-shadow: inset 0 1px 3px rgba(0, 65, 43, 0.16);
	pointer-events: none;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card--link::before {
	content: "";
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 3;
	width: 14px;
	height: 14px;
	background-color: #009457;
	pointer-events: none;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7'/%3E%3Cpath d='M9 7h8v8'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7'/%3E%3Cpath d='M9 7h8v8'/%3E%3C/svg%3E") center / contain no-repeat;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card--link:hover::after,
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card--link:focus-within::after {
	background-color: #009457;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card--link:hover::before,
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card--link:focus-within::before {
	background-color: #ffffff;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card > p,
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > div > p {
	margin: 0;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card > p:first-child,
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > div > p:first-child {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.35;
	color: #3b3d3f;
	margin-bottom: 6px;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card > p:not(:first-child),
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > div > p:not(:first-child) {
	color: #54575a;
}
body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > div > p a[href^="mailto:"] {
	color: #005337;
	font-weight: 400;
	text-decoration: underline;
	word-break: break-word;
}

body.single-fellowships .ccf-fellowship-main ul.ccf-locations {
	list-style: none;
	margin: 24px 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	background: transparent;
}
body.single-fellowships .ccf-fellowship-main ul.ccf-locations > li {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	padding: 26px 28px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.35;
	color: #3b3d3f;
}
body.single-fellowships .ccf-fellowship-main ul.ccf-locations > li a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}
body.single-fellowships .ccf-fellowship-main ul.ccf-locations > li a:hover,
body.single-fellowships .ccf-fellowship-main ul.ccf-locations > li a:focus-visible {
	color: #005337;
	text-decoration: underline;
}

body.single-fellowships .ccf-fellowship-main ul.ccf-key-dates {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	max-width: 720px;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
	overflow: hidden;
	background: #ffffff;
}
body.single-fellowships .ccf-fellowship-main ul.ccf-key-dates > li {
	padding: 22px 28px;
	border-bottom: 1px solid #e7e7e7;
	background: #ffffff;
}
body.single-fellowships .ccf-fellowship-main ul.ccf-key-dates > li:last-child {
	border-bottom: 0;
}
body.single-fellowships .ccf-fellowship-main ul.ccf-key-dates > li > div:first-child {
	font-weight: 700;
	font-size: 17px;
	line-height: 1.4;
	color: #3b3d3f;
}
body.single-fellowships .ccf-fellowship-main ul.ccf-key-dates > li > div:nth-child(2) {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.55;
	color: #54575a;
	margin-top: 6px;
}

body.single-fellowships .ccf-fellowship-main .ccf-callout {
	background: #eaf4ef;
	border-radius: 8px;
	padding: 28px 32px;
	max-width: 720px;
	margin: 24px 0;
}
body.single-fellowships .ccf-fellowship-main .ccf-callout-label {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #005337;
	margin: 0 0 10px;
}
body.single-fellowships .ccf-fellowship-main .ccf-callout > p:last-child {
	margin: 0;
}

body.single-fellowships .ccf-fellowship-main .ccf-notice {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-left: 4px solid #dadada;
	border-radius: 8px;
	padding: 24px 28px;
	max-width: 720px;
	margin: 0 0 24px;
}
body.single-fellowships .ccf-fellowship-main .ccf-notice-label {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #6b6b6d;
	margin: 0 0 8px;
}

body.single-fellowships .ccf-fellowship-main a.ccf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 36px;
	background: #005337;
	color: #ffffff;
	font-weight: 600;
	font-size: 17px;
	line-height: 1;
	border-radius: 8px;
	text-decoration: none;
}

@media (max-width: 1024px) {
	body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid,
	body.single-fellowships .ccf-fellowship-main ul.ccf-locations {
		grid-template-columns: 1fr;
	}
	body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > .ccf-faculty-card,
	body.single-fellowships .ccf-fellowship-main .ccf-faculty-grid > div,
	body.single-fellowships .ccf-fellowship-main ul.ccf-locations > li,
	body.single-fellowships .ccf-fellowship-main ul.ccf-key-dates > li,
	body.single-fellowships .ccf-fellowship-main .ccf-callout,
	body.single-fellowships .ccf-fellowship-main .ccf-notice {
		padding: 20px;
	}
	body.single-fellowships .ccf-fellowship-main .ccf-callout,
	body.single-fellowships .ccf-fellowship-main .ccf-notice,
	body.single-fellowships .ccf-fellowship-main ul.ccf-key-dates {
		max-width: none;
	}
}

@media (max-width: 767px) {
	body.single-fellowships .ccf-fellowship-main h2 {
		font-size: 28px;
		line-height: 1.25;
		text-wrap: balance;
	}
	body.single-fellowships .ccf-fellowship-main p,
	body.single-fellowships .ccf-fellowship-main li {
		font-size: 17px;
		line-height: 1.6;
		text-wrap: pretty;
	}
	body.single-fellowships .ccf-fellowship-main a.ccf-btn {
		width: 100%;
		padding: 0 20px;
	}
}
