/*//////////////////////////////

Knowledge Hub Styles 

//////////////////////////////*/


/*///////////////////////////// Category Pages /*/


/*/ Category Header /*/
.svg_clip {
    position: absolute;
    width: 0;
    height: 0;
}
.kh_header {
	background-color:#f7f7f7;
	display:flex;
	justify-content:center;
	flex-direction: column;
	padding:100px 0px;
	max-height:600px;
	min-height:300px;
	height:20vh;
}
.kh_header .inner_cont {
	display:flex;
	gap:100px;
	justify-content: flex-start;
	    width: 100%;
}
.kh_header .inner_cont > div {
	width:calc(50% - 50px);
	position: relative;
}
.kh_header h1.large_size.header_title {
	color:#000000;
    font-weight: 600;
}

.kh_header .inner_cont > div:first-child:after {
    content: "";
    display: block;
    position: relative;
    bottom: 0px;
    left: 0px;
    height: 13px;
    width: 200px;
    background-color: #EA992F;
}
.kh_header_description, .kh_header_description p {
	font-weight: 600;
    font-size: 1.2rem;
	color:#20264c;
	line-height:1.5;
	max-width: 570px;
}

/*/ Cateorgy Featured Posts /*/

.kh_featured_posts .inner_cont > .header_title {
	color:#000000;
	font-weight:600;
	padding-top:60px;
	padding-bottom:40px;
	display: flex;
    align-items: center;
}
.kh_featured_posts .inner_cont > .header_title:before {
    content: "";
    display: inline-block;
    width: 8px;
    border-radius: 7px;
    background-color: #EA992F;
    height: 1.7rem;
    margin-right: 15px;
}
.kh_featured_posts .feature_flex {
	display: flex;
    gap: 25px;
    width: 100%;
}
.kh_featured_posts .featured_hero {
	flex: 1;
	position: relative;
}
.kh_featured_posts .featured_hero .image_cont {
	height: 100%;
    position: absolute;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.kh_featured_posts .featured_hero .image_cont img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.kh_featured_posts .featured_hero .overlay_text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    padding: 15px 20px;
    border-radius: 12px;
    background-color: rgba(255,255,255,0.9);
}
.kh_featured_posts .featured_hero .overlay_text .cta {
	padding-top:10px;
}
.kh_featured_posts .post_list {
    max-width: 480px;
}
.kh_featured_posts .post_list ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.kh_featured_posts li {
    padding: 10px;
    border-radius: 12px;
    background-color: #f7f7f7;
}
.kh_featured_posts .link_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.kh_featured_posts ul li {
    display: flex;
    gap: 15px;
    position: relative;
	margin-bottom: 0px;
    align-items: stretch;
}
.kh_featured_posts ul li .image {
    width: 190px;
}
.kh_featured_posts ul li .image_cont img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    position: absolute;
}
.kh_featured_posts ul li .image_cont.square_image {
    display: block;
    height: 0px;
    position: relative;
    padding-bottom: 100%;
}
.kh_featured_posts ul li .text {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
}
.post_title_medium, .post_title_large {
    color: #000000;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
    display: block;
}
.post_title_medium {
	font-size:1.25rem;
}
.kh_featured_posts .cta {
    font-size: 0.9rem;
    color: #087a88;
    font-weight: 600;
	display:block;
}

/*/ Category Links /*/


.kh_category_links .inner_cont > .header_title {
	color:#000000;
	font-weight:600;
	padding-top:60px;
	padding-bottom:40px;
	display: flex;
    align-items: center;
}
.kh_category_links .inner_cont > .header_title:before {
    content: "";
    display: inline-block;
    width: 8px;
    border-radius: 7px;
    background-color: #EA992F;
    height: 1.7rem;
    margin-right: 15px;
}
.kh_category_links .category_link_grid {
	display: flex;
    gap: 25px;
    width: 100%;
	flex-wrap:wrap;
}
.kh_category_links .category_link_grid .category_link_item {
	width:calc(33.333% - 18px);
	border-radius: 12px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
	display:flex;
	flex-direction:column;
}
.kh_category_links .btn {
	background-color:#0d1935;
}
.kh_category_links .btn:hover {
	background-color:#203460;
}
.kh_category_links .category_link_item .image_cont {
	position:relative;
	height:0px;
	padding-bottom:100%;
}
.kh_category_links .category_link_item .image_cont img {
	object-fit:cover;
	width:100%;
	height:100%;
	position:absolute;
	border-radius:12px 12px 0px 0px;
}
.kh_category_links .category_link_item .category_link_bottom {
	flex:1;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	padding:25px 20px;
	text-align:center;
	gap:25px;
}
.kh_category_links .category_link_item .category_link_bottom .header_title {
	color:#1a234b
}

/*/ Article List /*/

.kh_category_archive .inner_cont > .header_title {
	color:#000000;
	font-weight:600;
	padding-top:60px;
	padding-bottom:40px;
	display: flex;
    align-items: center;
}
.kh_category_archive .inner_cont > .header_title:before {
    content: "";
    display: inline-block;
    width: 8px;
    border-radius: 7px;
    background-color: #EA992F;
    height: 1.7rem;
    margin-right: 15px;
}
.kh_category_archive .archive_list {
	display:flex;
	flex-wrap:wrap;
	gap:25px;
	width:100%;
}
.kh_category_archive .archive_list .vert_item {
	width:calc(33.33% - 18px);
}
.kh_category_archive .archive_list .vert_item .image {
	padding-bottom:20px;
}
.kh_category_archive .archive_list .vert_item .image_cont {
	position:relative;
	height:0px;
	padding-bottom:60%;
	background-color: #f7f7f7;
	border-radius:12px;
}
.kh_category_archive .archive_list .vert_item .image_cont img {
	object-fit:cover;
	width:100%;
	height:100%;
	position:absolute;
	border-radius:12px;
}
.kh_category_archive .cta {
    font-size: 0.9rem;
    color: #087a88;
    font-weight: 600;
    display: block;
	padding-top:15px;
}
.kh_category_archive .pagination {
	display: flex;
    gap: 20px;
    font-weight: 500;
    padding-top: 2rem;
    align-items: center;
    font-size: 0.9rem;
}
.kh_category_archive .pagination a {
    display: inline-block;
    padding: 6px 15px;
    background-color: #efcda3;
    border-radius: 8px;
}
.kh_category_archive .pagination a[selected=selected] {
    background-color: #ffffff;
}
.kh_category_archive #load-more-button {
	display:none;
}

/*/ Spacer /*/

.kh_spacer {
	height:65px;
}

/*///////////////////////////// Inividual Articles /*/

.kh_article {
	padding-top:75px;
	padding-bottom: 75px;
}
.kh_article .inner_cont {
	max-width:1140px;
}
.kh_article .inner_cont h1.header_title.large_size {
	font-weight: 600;
    color: #0d1935;
	margin-bottom: 1.5rem;	
}
.kh_article .meta {
	color:#80838f;
	font-style: italic;
}
.kh_article p, .kh_article li, .kh_article il, .kh_article p a {
	font-size:1.1rem;
}
.kh_article a {
	color:#EA992F;
	text-decoration: underline;
}
.kh_article ul {
	padding-bottom: 1.33rem;
	padding-left:1.3em;
}
.kh_article figure{
	margin-top:1rem;
	margin-bottom:1.33rem;
}
.kh_article figcaption {
	color:#80838f;
	margin-bottom:0px;
}
.kh_article blockquote, .kh_article blockquote p {
    color: #087a88;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
}
.kh_article .wp-block-pullquote {
	padding:0em 0;
}
.kh_article .post-tags {
    display: flex;
    gap: 20px;
    font-weight: 500;
    padding-top: 2rem;
    align-items: center;
    font-size: 0.9rem;
}
.kh_article .post-tags a {
	display: inline-block;
    padding: 6px 15px;
    background-color: #efcda3;
    border-radius: 8px;
	color:#000;
	text-decoration:none;
}
.kh_article .post-tags a:hover {
	background-color: #EA992F
}

/*/ Author /*/

.kh_author .author_title {
	background-color: #f7f7f7;
    padding: 1rem 0px;
    margin-bottom: 3rem;
}
.kh_author .author_title span {
	font-size:2rem;
	font-weight:700;
	color:#000000;
}
.kh_author > .inner_cont {
	display:flex;
	gap:75px;
}
.kh_author .author_name, .kh_author .author_meta {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    display: block;
    padding-bottom: 1.3rem;
}
.kh_author .author_description p {
	font-size: 1.2rem;
}
.kh_author .author_details {
	padding-bottom: 75px;
}
.kh_author .author_image .image_cont {
	height: 0px;
    position: relative;
    padding-bottom: 100%;
	width: 220px;
}
.kh_author .author_image .image_cont img {
	width:100%;
	height: 100%;
	position:absolute;
	object-fit:cover;
}

/*/ related Posts /*/

.kh_related_posts {
	background-color:#0d1935;
	padding-bottom:75px;
}
.kh_related_posts .inner_cont > .header_title {
	color:#ffffff;
	font-weight:600;
	padding-top:60px;
	padding-bottom:40px;
	display: flex;
    align-items: center;
}
.kh_related_posts .inner_cont > .header_title:before {
    content: "";
    display: inline-block;
    width: 8px;
    border-radius: 7px;
    background-color: #EA992F;
    height: 1.7rem;
    margin-right: 15px;
}
.kh_related_posts .archive_list {
	display:flex;
	flex-wrap:wrap;
	gap:25px;
	width:100%;
}
.kh_related_posts .archive_list .vert_item {
	width:calc(33.33% - 18px);
	background-color:#fff;
	border-radius:12px;
}
.kh_related_posts .archive_list .vert_item .image {
	padding-bottom:20px;
}
.kh_related_posts .archive_list .vert_item .image_cont {
	position:relative;
	height:0px;
	padding-bottom:60%;
	background-color: #f7f7f7;
	border-radius:12px 12px 0px 0px;
}
.kh_related_posts .archive_list .vert_item .image_cont img {
	object-fit:cover;
	width:100%;
	height:100%;
	position:absolute;
	border-radius:12px 12px 0px 0px;
}
.kh_related_posts .cta {
    font-size: 0.9rem;
    color: #087a88;
    font-weight: 600;
    display: block;
	padding-top:15px;
}
.kh_related_posts .text {
	padding: 0px 20px 20px;
}
.kh_article .inner_cont > h2 {
	    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.kh_article .inner_cont > h3 {
	font-size: 1.2rem;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

/*//////////////////////// Glossary ///*/

.kh-glossary .inner_cont, .kh_glossary_header .inner_cont {
    max-width: 1140px;
}
.kh-glossary .alphabet-menu {
	background-color:#f4f4f4;
	border-radius:12px;
	padding:25px;
	display:flex;
	gap:10px;
	flex-wrap:wrap;
	jusift-content:space-between;
	margin-top:50px;
}
.kh-glossary .alphabet-menu a {
	width: 66px;
    height: 40px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	font-size:1.3rem; 
	font-weight:700;
	background-color:#ffffff;
	border-radius:8px;
	cursor:pointer;
}
.kh-glossary .alphabet-menu a:hover {
	color: #EA992F;
}
.kh-glossary .glossary_posts {
	margin-top:50px;
	display:flex;
	gap:50px;
	width:100%;
	margin-bottom:75px;
}
.kh-glossary .glossary_letter {
	font-size: 3.6rem;
    width: 50px;
    font-weight: 700;
    line-height: 1em;
}
.kh-glossary .glossary_terms {
	flex:1;
	display:flex;
	flex-direction:column;
	gap:25px;
}
.kh-glossary .glossary_terms > div {
	border:2px solid #EA992F;
	border-radius:12px;
	padding:25px 25px 0px;
}
.kh-glossary .glossary_terms > div h2 {
	font-weight: 600;
    font-size: 2.1rem;
    padding-bottom: 1rem;
}

/*/ Glossary Popups /*/

.pop_inner {
	background-color: #fff;
    max-width: 600px;
    padding: 25px 25px 10px;
    border-radius: 12px;
    margin: auto;
}

/*/ KH Homes /*/

/*
.kh_category_links.kh_home_cats .inner_cont {
	max-width:1800px;
}
.kh_category_links.kh_home_cat .category_link_grid .category_link_item {
    width: calc(25% - 19px); 
}
.kh_category_links.kh_home_cat .category_link_grid {
	padding-bottom:75px;
}
*/
.kh_home_cats {
	padding-bottom:75px;
}

@media only screen and (max-width: 1160px) {
	.kh-glossary .alphabet-menu a {
    	width: calc(7.6% - 9px);
	}
}

@media only screen and (max-width: 1080px) {
	.kh_featured_posts .feature_flex {
		display: flex;
		gap: 25px;
		flex-direction: column;
	}
	.kh_featured_posts .featured_hero {
		flex: auto;
		position: relative;
		height: 435px !important;
		overflow: hidden;
	}
	.kh_featured_posts .post_list ul {
		flex-direction: row;
	}
	.kh_featured_posts .post_list {
		max-width: 100%;
	}
	.kh_category_links .category_link_grid .category_link_item {
    	width: calc(50% - 13px);
	}
}

@media only screen and ( max-width: 960px ) {
	.kh_featured_posts .post_list ul {
		flex-direction: column;
	}
}

@media only screen and ( max-width: 768px ) {
	.kh_header .inner_cont {
		flex-direction:column;
		gap: 50px;
	}
	.kh_header .inner_cont > div {
		width: 100%;
	}
	.kh_header {
		background-color: #f7f7f7;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 50px 0px;
		max-height: 100vh;
		min-height: 300px;
		height: auto;
	}
	.kh-glossary .alphabet-menu a {
    	width:  calc(11.1% - 9px);
		font-size:1rem;
	}
	.kh_article {
    	padding-top: 50px;
	}
	.kh_author > .inner_cont {
		flex-direction:column;
	}
	.kh_author .author_image .image_cont {
		width:100%;
	}
	.kh_author > .inner_cont {
		gap:50px;
	}
	.kh_related_posts .archive_list .vert_item {
		flex-direction:row;
		display:flex;
		width:100%;
		padding: 10px;
   		border-radius: 12px;

	}
	.kh_related_posts .archive_list .vert_item .image_cont {
		border-radius:12px;
		padding-bottom:100%;
	}
	.kh_related_posts .archive_list .vert_item .image {
		padding-bottom: 0px;
		width: 95px;
	}
	.kh_related_posts .archive_list .vert_item .image_cont img {
		border-radius:12px;
	}
	.kh_related_posts .text {
		padding: 0px 20px 0px;
		flex: 1;
	}
	.kh_related_posts .cta {
		padding-top: 5px;
	}
	.kh_category_archive .archive_list .vert_item {
		width: 100%;
	}
}

@media only screen and ( max-width: 600px ) {
	.kh_featured_posts ul li .image {
		width: 95px;
	}
	.kh_featured_posts .post_title_medium {
		font-size:1rem;
	}
	.kh_featured_posts .inner_cont, .kh_category_links .inner_cont, .kh-glossary .inner_cont, .kh_glossary_header .inner_cont, .kh_header .inner_cont, .kh_article .inner_cont, .kh_author > .inner_cont, .author_title .inner_cont, .kh_related_posts .inner_cont, .kh_category_archive .inner_cont {
		padding:0px 25px;
	}
	.kh_featured_posts .feature_flex, .kh_featured_posts .post_list ul {
		gap:15px;
	}
	.kh_category_links .category_link_grid .category_link_item {
		width: 100%;
	}
	.kh_header_description, .kh_header_description p {
		font-size:1rem;
	}
	.kh-glossary .glossary_posts {
		flex-direction:column;
	}
	.kh-glossary .alphabet-menu a {
    	width:  calc(14.3% - 9px);
	}
	.kh-glossary .glossary_terms > div h2 {
    	font-size: 1.8rem;
	}
	.kh_article .inner_cont h1.header_title.large_size {
		font-size:2rem;
	}
	.kh_related_posts .post_title_medium {
		font-size: 1rem;
	}
}