/*--------------------------------------------------------------
## Glossary archive page
--------------------------------------------------------------*/
.glossary_container_inner {
	padding-bottom: 32px;
	max-width: 460px;
	margin: 0 auto;
}
.glossary_card {
	-webkit-box-shadow: -10px 32px 64px -30px rgb(0 0 0 / 12%);
	box-shadow: -10px 32px 64px -30px rgb(0 0 0 / 12%);
	background-color: #ffffff;
	margin-bottom: 24px;
	position: relative;
	padding-bottom: 48px;
}
.glossary_card .glossary_image_box {
	position: relative;
	height: min(36vw, 150px);
	overflow: hidden;
}
.glossary_card .glossary_image_box .glossary_cover_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.glossary_card .glossary_image_box a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.glossary_card .glossary_image_box img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.glossary_card .glossary_image_box h3 {
	position: absolute;
	margin: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	padding: 8px 16px;
	font-size: min(7vw, 32px);
	font-weight: 600;
	color: var(--clr--gray-80-primary-brand);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Source Serif Pro";
}
.glossary_card a.read_m_glossary {
	position: absolute;
	right: 20px;
	bottom: 26px;
}
.glossary_card .read_m_glossary,
.glossary_card .read_m_glossary:hover,
.glossary_card .read_m_glossary:active,
.glossary_card .read_m_glossary:focus,
.glossary_card .read_m_glossary:visited {
	color: #24d394;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}
.glossary_card .glossary_text_box {
	padding: 32px 20px 20px;
	position: relative;
}
.glossary_card .glossary_text_box {
	margin: 0;
	line-height: 1.5;
	font-size: 18px;
}
@media screen and (min-width: 768px) {
	.glossary_container_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 704px;
	}
	.glossary_card {
		width: 48%;
		margin: 1%;
	}
	.glossary_card .glossary_image_box {
		height: 140px;
	}
	.glossary_card .glossary_image_box h3 {
		bottom: 8px;
		font-size: 24px;
	}
}
@media screen and (min-width: 1024px) {
	.glossary_container_inner {
		max-width: 936px;
		padding-bottom: 64px;
	}
	.glossary_card {
		width: 30.3333%;
		margin: 1%;
	}

	.glossary_card .glossary_image_box {
		height: 130px;
	}
	.glossary_card .glossary_image_box h3 {
		font-size: 24px;
		bottom: 4px;
	}
}
@media screen and (min-width: 1400px) {
	.glossary_container_inner {
		max-width: 1200px;
	}
	.glossary_card {
		width: 29.3333%;
		margin: 2%;
	}
	.glossary_card .glossary_image_box {
		height: 140px;
	}
	.glossary_card .glossary_image_box h3 {
		font-size: 24px;
		bottom: 4px;
	}
}
/*--------------------------------------------------------------
  ## Glossary singler page
  --------------------------------------------------------------*/
body.single-glossary {
	background: #fafafa;
}

body.single-glossary article.glossary {
	padding: 0;
	background: #ffffff;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06),
		0px 24px 56px -12px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06),
		0px 24px 56px -12px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	max-width: 768px;
	margin: 0 auto;
}
body.single-glossary article.glossary .all_glossary {
	padding: 24px 20px;
}
body.single-glossary article.glossary .all_glossary .add_to_any_glossary {
	display: none;
}
body.single-glossary article.glossary a.back_button {
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: var(--clr--gray-80-primary-brand);
	padding: 6px 16px;
	border: 1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 24px;
	text-decoration: none;
	display: inline-block;
}
body.single-glossary article.glossary .entry-content a {
	text-decoration: none;
}
body.single-glossary article.glossary .entry-content a:hover {
	text-decoration: underline;
}
body.single-glossary article.glossary .entry-content a > * {
	text-decoration: none;
	color: var(--clr--primary-brand-blue);
}
body.single-glossary article.glossary h1.entry-title {
	margin: 0;
	position: absolute;
	padding: 0 20px;
	text-align: center;
	font-family: "Source Serif Pro";
	font-weight: 600;
	top: 0;
	bottom: 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: min(7vw, 32px);
}
body.single-glossary article.glossary .entry-content h2 {
	font-size: var(--heading--h2-semibold-medium);
	font-weight: var(--heading--h2-semibold-fw);
	line-height: var(--heading--h2-semibold-medium-lh);
	margin: 40px 0 20px;
}
body.single-glossary article.glossary .entry-content h3 {
	font-size: var(--heading--h3-semibold-medium);
	font-weight: var(--heading--h3-semibold-fw);
	line-height: var(--heading--h3-semibold-medium-lh);
	color: #6f6f6f;
	margin: 32px 0 20px;
}
body.single-glossary article.glossary .entry-content h4 {
	font-size: var(--heading--h4-semibold-medium);
	font-weight: var(--heading--h4-semibold-fw);
	line-height: var(--heading--h4-semibold-medium-lh);
	margin: 32px 0 20px;
}
body.single-glossary .add_to_any_glossary {
	display: block;
	margin-top: 40px;
}
body.single-glossary .post_content {
	position: relative;
	padding-top: 0;
	padding-bottom: 28px;
}

body.single-glossary article.glossary .post_thumbnail_cont {
	position: relative;
}
body.single-glossary article.glossary .post_thumbnail_cont img {
	display: block;
}
body.single-glossary .post_content .post-thumbnail {
	height: auto;
	overflow: hidden;
	padding-top: 0;
	position: relative;
	margin-top: 0;
}
body.single-glossary .post_content .post-thumbnail img {
	position: relative;
	bottom: 0;
	right: 0;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
	min-width: 100%;
	height: auto;
	margin: 32px 0;
}
body.single-glossary .entry-content {
	margin: 0;
	padding: 24px 20px;
}
body.single-glossary .entry-content p {
	margin: 0;
	margin-bottom: 24px;
}
body.single-glossary .entry-content span,
body.single-glossary .entry-content li,
body.single-glossary .entry-content a,
body.single-glossary .entry-content p {
	font-size: 18px;
	line-height: 1.4;
}
body.single-glossary .entry-content li {
	margin-bottom: 8px;
}
body.single-glossary .entry-content ul,
body.single-glossary .entry-content ol {
	margin-left: 0;
	margin-bottom: 24px;
}
body.single-glossary article.glossary .entry-title {
	font-size: var(--heading--h3-semibold-large);
	line-height: var(--heading--h3-semibold-large-lh);
}

body.single-glossary .addtoany_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
body.single-glossary .addtoany_list a {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 24px;
	width: 52px;
	text-align: center;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 10px;
}
body.single-glossary .add_to_any_glossary a img {
	border: 0;
	display: inline-block;
	opacity: 1;
	overflow: hidden;
	vertical-align: baseline;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body.single-glossary .resources_widget {
	padding: 48px 20px;
}
body.single-glossary .resources_widget h2.widget_title {
	color: #545454;
	text-align: center;
	font-size: var(--heading--h4-semibold-medium);
	font-weight: var(--heading--h4-semibold-fw);
	line-height: var(--heading--h4-semibold-medium-lh);
}
@media screen and (max-width: 768px) {
	body.single-glossary .content-area .site_width {
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	body.single-glossary .post_content {
		padding-bottom: 56px;
	}
	body.single-glossary .entry-content {
		margin: 0;
		padding: 40px 0;
	}
	body.single-glossary article.glossary .all_glossary {
		padding: 24px 0;
	}
	body.single-glossary article.glossary {
		padding: 0 44px;
	}
	body.single-glossary article.glossary .all_glossary .add_to_any_glossary {
		display: block;
	}
	body.single-glossary .add_to_any_glossary {
		display: none;
	}
	body.single-glossary article.glossary .all_glossary .add_to_any_glossary {
		display: block;
		margin: 0;
	}
	body.single-glossary article.glossary .all_glossary {
		padding: 24px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	body.single-glossary .addtoany_list a {
		margin: 0 0 0 8px;
	}
	body.single-glossary .resources_widget {
		max-width: 535px;
		margin: 0 auto;
	}
	body.single-glossary .resources_widget h2.widget_title {
		font-size: var(--heading--h4-semibold-large);
		line-height: var(--heading--h4-semibold-large-lh);
		text-align: var(--site--text-align);
	}
}
@media screen and (min-width: 1024px) {
	body.single-glossary .post_content {
		margin: 0 auto;
		padding-bottom: 80px;
	}
	body.single-glossary .add_to_any_glossary a:hover {
		background: #ebefff;
		border: 2px solid #7192fe;
	}
	body.single-glossary .add_to_any_glossary a:hover img {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
}
@media screen and (min-width: 1400px) {
	body.single-glossary article.glossary > .entry-content > h2 {
		font-size: var(--heading--h2-semibold-large);
		line-height: var(--heading--h2-semibold-large-lh);
	}
	body.single-glossary article.glossary > .entry-content > h3 {
		font-size: var(--heading--h3-semibold-large);
		line-height: var(--heading--h3-semibold-large-lh);
	}
	body.single-glossary article.glossary > .entry-content > h4 {
		font-size: var(--heading--h4-semibold-large);
		line-height: var(--heading--h4-semibold-large-lh);
	}
}
/*--------------------------------------------------------------
## Glossary resources section
--------------------------------------------------------------*/

.resources_widget .resources_box .resource_card {
	background: #fff;
	-webkit-box-shadow: var(--shadow--elevations-100-default);
	box-shadow: var(--shadow--elevations-100-default);
	border-radius: 12px;
	overflow: hidden;
	margin-top: 16px;
}
.resources_widget .resources_box a {
	color: inherit;
	text-decoration: none;
}
.resources_widget .resources_box.simple .resource_text_box {
	padding: 32px 24px 64px;
	position: relative;
}
.resources_widget .resources_box .resource_image_box a {
	display: block;
	position: relative;
	color: inherit;
}

.resources_widget .resources_box.simple .resource_image_box img {
	height: 96px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.resources_widget .resources_box.simple .resource_image_box img {
	height: 134px;
}
.resources_widget .resources_box.simple .resource_text_box .resource_title {
	font-size: var(--font-size--base);
	line-height: 1.4;
	font-weight: normal;
	margin: 0;
}
.resources_widget .resources_box.simple .resource_text {
	display: none;
}
.resources_widget .resources_box .resource_text_box > .resource_link {
	font-weight: bold;
	text-decoration: underline;
	position: absolute;
	bottom: 20px;
	right: 24px;
	line-height: 1.4;
}
.resources_widget .resources_box .resource_badge {
	display: inline-block;
	padding: 6px 8px;
	font-size: var(--font-size--xs);
	line-height: 1.28;
	letter-spacing: 1.56px;
	text-transform: uppercase;
	border-radius: 8px;
	color: inherit;
}
.resources_widget .resources_box.simple .resource_badge {
	position: absolute;
	top: 100%;
	left: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.resources_widget .resources_box .resource_badge.guide_report {
	background-color: #f5cae4;
}
.resources_widget .resources_box .resource_badge.post {
	background-color: #bcf4f1;
}
.resources_widget .resources_box .resource_badge.case_studies {
	background-color: #fde6d6;
}
@media screen and (min-width: 768px) {
	.resources_widget .resources_box.simple {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.resources_widget .resources_box.simple .resource_card {
		width: 49%;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.resources_widget .resources_box.simple .resource_text_box {
		height: 100%;
	}
	.resources_widget .resources_box.simple .resource_text_box .resource_title {
		font-size: var(--body--paragraph-large);
		line-height: var(--body--paragraph-large-lh);
	}
	.resources_widget .resources_box.simple .resource_badge {
		left: 24px;
	}
	.resources_widget .resources_box.simple .resource_image_box img {
		height: 200px;
	}
	.resources_widget .resources_box.simple .resource_card {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}
