@charset "UTF-8";
/* ==========================================================================
   #SASS-MQ-FUNCTIONS
   ========================================================================== */
.c-expert-card {
	text-align: left;
}
@media (min-width: 40em) {
	.c-expert-card {
		min-width: 245px;
	}
}
@media (min-width: 46.25em) {
	.c-expert-card {
		text-align: center;
	}
}
.c-expert-card__avatar {
	width: 100%;
}
.c-expert-card__main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
}
@media (min-width: 46.25em) {
	.c-expert-card__main {
		margin: 1rem 0;
		align-items: center;
	}
}
.c-expert-card__name {
	line-height: 1;
	margin: 0.5rem 0;
	text-transform: uppercase;
	font-size: 16px;
	font-family: var(--font-secondary-bold);
}
@media (min-width: 46.25em) {
	.c-expert-card__name {
		font-family: var(--font-primary);
		font-size: 24px;
		line-height: 1.64;
		margin-top: 1rem;
		text-transform: none;
		text-transform: initial;
	}
}
.c-expert-card__location {
	display: flex;
	font-size: 16px;
}
@media (min-width: 46.25em) {
	.c-expert-card__location {
		align-items: center;
		color: var(--color-powder-ash);
		justify-content: center;
	}
}
.c-expert-card__location img {
	margin-right: 0.25rem;
}
@media (min-width: 46.25em) {
	.c-expert-card__stars {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.c-expert-card__star {
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5IDE3Ij4gICAgPHBhdGggZmlsbD0iIzE1MUQyMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMS42NTMgOC45OTVhNC44MTcgNC44MTcgMCAwIDEgNi42NTctNi45NmwuMTU1LjE0OEw5LjU5IDMuMzA1bDEuMTIzLTEuMTIyYTQuODE3IDQuODE3IDAgMCAxIDYuOTYgNi42NTdsLS4xNDguMTU1LTEuMTIzIDEuMTIzLTYuODEyIDYuODEyLTYuODEyLTYuODEyLTEuMTI0LTEuMTIzeiIvPjwvc3ZnPg==);
	display: inline-flex;
	height: 14px;
	margin: 0 0.4rem 0 0;
	width: 14px;
}
@media (min-width: 46.25em) {
	.c-expert-card__star {
		height: 16px;
		width: 16px;
	}
}
.c-expert-card__footer {
	overflow: hidden;
}
.c-expert-card__cta {
	display: none;
}
@media (min-width: 46.25em) {
	.c-expert-card__cta {
		text-align: center;
		margin-top: 1rem;
		display: inline-flex;
	}
}
.c-expert-card__skills-title {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 1rem;
}
.c-expert-card__review::before {
	content: "\201C";
	display: inline;
}
.c-expert-card__review::after {
	content: "\201D";
	display: inline;
}
.c-expert-card__fact {
	color: var(--color-text-lighter);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}
.c-expert-card__fact:not(:first-of-type)::before {
	content: "";
	background-color: var(--color-peach);
	margin: 0.125rem 0.3rem 0.125rem 0.05rem;
	border-radius: 50%;
	display: inline-block;
	width: 6px;
	height: 6px;
}
.c-expert-card .c-tag:last-child {
	margin-left: 0;
}
.c-expert-card .c-tag__link {
	cursor: default;
}
@media (min-width: 40em) {
	.c-expert-card--alt {
		min-width: 360px;
	}
}
@media (min-width: 46.25em) {
	.c-expert-card--alt {
		text-align: left;
	}
}
@media (min-width: 46.25em) {
	.c-expert-card--alt .c-expert-card__name {
		font-size: 32px;
		line-height: 38px;
	}
}
.c-expert-card--alt .c-expert-card__cta {
	margin-top: 2rem;
}

.c-experts-slider {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (min-width: 46.25em) {
	.c-experts-slider {
		display: block;
		padding-bottom: 3rem;
	}
}
@media (min-width: 61.25em) {
	.c-experts-slider {
		overflow: hidden;
	}
}
.c-experts-slider__item {
	margin-bottom: 3rem;
	flex-basis: 45%;
}
@media (min-width: 46.25em) {
	.c-experts-slider__item {
		max-width: 245px;
		margin-right: 2rem;
		margin-bottom: 0;
	}
}
@media (min-width: 46.25em) {
	.c-experts-slider--alt .c-experts-slider__item {
		max-width: 360px;
	}
}

.c-section--experts .flickity-prev-next-button:focus svg {
	border: 1px solid var(--color-dark) !important;
}

.c-expert-card__header a:focus img {
	border: 5px solid var(--color-dark);
}
/*# sourceMappingURL=expert-cards.css.map*/