
body {
	overflow-x: hidden;
}

.thank-you-custom-message a {
	color: #011936;
}

.thank-you-custom-message a:hover {
	text-decoration: underline;
}

.verify-account .elementor-21848 .elementor-element.elementor-element-c631ff9 .elementor-button:hover, .elementor-21848 .elementor-element.elementor-element-c631ff9 .elementor-button:focus {
	background-color: #ba8643;
	border-color: #ba8643;
}

.img-accordion a {
	color: #ba8643;
}

#ep_events_front_views_square_grid img {
	object-fit: cover !important;
	height: initial;
}

#ep-sl-venue-map #ep_sl_venue_more {
	display: none !important;
}

.helping-flipbox .eael-elements-flip-box-flip-card {
	-webkit-transition: all 1000ms ease !important;
	transition: all 1000ms ease !important;
}

.pdf-flip .df-container .df-bg {
	background-color: #fff !important;
}

.pickme-profits a {
	color: #ba8643;
}

.pickme-profits a:hover {
	color: #011936;
}

.pop-up-blocker a {
	color: #ba8643;
}

.rewards-email a {
	color: #ba8643;
}

.rewards-email a:hover {
	color: #011936;
}

.pop-up-blocker a:hover {
	color: #011936;
}

.fc-list-day-cushion.fc-cell-shaded .fc-list-day-text {
	color: #011936;
	font-family: "Aeonik Regular";
}

.fc-list-day-cushion.fc-cell-shaded a {
	font-family: "Aeonik Regular" !important;
}

#ep_event_calendar.fc .fc-toolbar.fc-header-toolbar .fc-button-primary.fc-button-active {
	background-color: #011936 !important;
}

.as-library h3 {
	font-size: 16px !important;
}

.updated-library-posts-section {
	margin: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	margin-bottom: 48px;
}

.updated-library-post-large {
	display: grid;
	grid-template-rows: 370px auto;
	overflow: hidden;
}

.image-wrapper {
	overflow: hidden;
	border-radius: 0px;
	height: 370px;
}

.updated-library-post-large .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s ease;
}

.updated-library-post-content {
	padding: 0px 10px;
	text-align: left;
}

.lg-post-content {
	padding: 18px 10px 10px 0px;
	text-align: left;
}

.updated-library-post-column {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	gap: 14px;
}

.updated-library-post-small {
	display: grid;
	grid-template-columns: 290px 1fr;
	gap: 16px;
	align-items: flex-start;
	overflow: hidden;
}

.updated-library-post-small .image-wrapper {
	width: 290px;
	height: 220px;
	overflow: hidden;
	border-radius: 0px;
}

.updated-library-post-small .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s ease;
}

.updated-library-category {
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	color: #ba8643;
	font-weight: bold;
}

.post-title {
	/* 	font-family: "Aeonik Trial", Sans-serif; */
	font-family: "Aeonik Regular", Sans-serif;
	font-size: 24px;
	margin: 10px 0;
	transition: all .3s ease;
}

.post-desc {
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	color: rgba(1, 25, 54, .31);
}

a.updated-library-post {
	text-decoration: none;
	color: inherit;
	display: grid;
}

a.updated-library-post:hover .image-wrapper img {
	transform: scale(1.1);
}

a.updated-library-post:hover h2 {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
}

.updated-library-post-small .image-wrapper {
	width: 100%;
	height: 220px;
	overflow: hidden;
	border-radius: 0px;
}

.see-detail {
	background: #ba8643;
	color: white;
	padding: 8px 26px;
	border-radius: 35px;
	text-decoration: none;
}

a.see-detail:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #011936;
	transform: translateX(-100%);
	transition: transform .5s ease;
	z-index: 0;
	border-radius: 50px;
}

a.see-detail {
	position: relative;
	overflow: hidden !important;
	display: flex;
}

a.see-detail:hover::before {
	transform: translateX(0);
}

.view-details-btn {
	padding: 12px 0px;
	position: relative;
	overflow: hidden;
	border-radius: 50px;
}

span.jb-btn {
	z-index: 1;
	position: relative;
}

.job-listings {
	width: 100%;
	margin: auto;
}

.job-department {
	/* 		border-bottom: 1.7px solid #ddd; */
	padding: 0px 0px;
}

.department-heading {
	margin-top: -16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 0px 9px 0px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 7px;
	transition: all .5s ease-in-out;
}

.department-heading::after {
	content: "";
	position: absolute;
	bottom: -1.7px;
	left: 0;
	width: 100%;
	height: 1.7px;
	background-color: #ddd;
}

.department-heading .job_department {
	margin-right: 22px;
	font-family: "Aeonik Regular", Sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	color: #011936;
	padding-top: 5px;
}

.job-count {
	font-family: "Aeonik Regular", Sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	color: #011936;
	margin-right: auto;
}

.job-department img {
	width: 17px;
	height: 10px;
	transition: transform .3s ease-in-out;
	margin-left: auto;
}

.job-items {
	padding: 10px 0px 10px 48px;
	display: block;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height .8s ease-in-out, opacity .8s ease-in-out;
}

.job-items.show {
	opacity: 1;
}

.job-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 22px 0px;
	border-bottom: 1.7px solid #ddd;
	margin-bottom: 15px;
}

.see-detail {
	background: #ba8643;
	color: white;
	padding: 12px 26px;
	border-radius: 35px;
	text-decoration: none;
}

.see-detail:hover {
	/* 		background-color:#011936; */
	color: white;
	transition: transform .5s ease-in-out !important;
}

/* Program and specials */
.success_stories_section .elementor-4762 .elementor-element.elementor-element-5026f51 .elementor-heading-title a {
	font-weight: 400 !important;
	line-height: 28px;
	font-size: 21px !important;
}

.events-central .ep-event-social-icon .ep-social-title svg:hover {
	fill: #ba8643 !important;
}

.success_stories_section .elementor-4762 .elementor-element.elementor-element-5026f51 .elementor-heading-title a:hover {
	text-decoration: none !important;
}

.success_stories_section .elementor-4762 .elementor-element.elementor-element-5026f51 .elementor-heading-title :hover {
	text-decoration: none !important;
}

.success_stories_section section.elementor-section.elementor-top-section.elementor-element.elementor-element-1c7a563.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default:hover {
	text-decoration: underline;
	color: white;
	text-decoration-thickness: 1.5px !important;
}

.succss-stories-innersection .elementor-container.elementor-column-gap-default {
	margin-left: auto !important;
	margin-right: 0;
	max-width: calc(( 100% - 1240px ) / 2 + 1240px) !important;
}

.credit_application input:focus {
	border-color: #ba8643 !important;
	outline: none !important;
	border-width: 2px !important;
}

.credit_application span#gform_ajax_spinner_2 {
	top: -37px !important;
	left: 57% !important;
	border-block-end-color: #fff;
	border-inline-start-color: #fff;
	border-inline-end-color: #fff;
	border-block-start-color: rgba(255, 255, 255, .04);
}

/* Container for the entire section */
.library-posts-section {
	padding: 0;
	background: #fff;
}

.insta_icon .elementor-icon-list-icon i {
	color: #808c9a;
	transition: color .3s;
	padding-top: 3px !important;
}

.library-post-container {
	display: grid;
	grid-template-columns: 604px 604px;
	grid-gap: 20px;
}

.library-post-large {
	position: relative;
	display: flex;
	flex-direction: column;
}

.library-large-image-div {
	position: relative;
	overflow: hidden;
}

.library-large-image-div {
	height: 471px;
}

.library-large-image-div img {
	height: 100% !important;
	transition: 1s;
}

.library-large-image-div img {
	height: 100% !important;
}

.library-large-image-div img {
	width: 100%;
	object-position: top center;
	object-fit: cover;
	transition: transform 1s ease;
}

.library-large-image-div:hover img {
	transform: scale(1.2);
}

.library-post-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 80%);
	color: #fff;
	padding: 50px 20px 5px 20px;
	box-sizing: border-box;
	text-align: left;
	border-radius: 0px;
}

/* Category text styling */
.library-category {
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: -5px;
}

/* Title text styling */
.library-post-title {
	font-family: "Aeonik Trial", Sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.library-post-subtitle {
	font-family: "Aeonik Trial", Sans-serif;
	font-size: 24px;
	color: #fff;
}

.credit_application .gform-theme--framework *, .gform-theme--framework ::after, .gform-theme--framework ::before {
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	font-family: "Aeonik Regular", Sans-serif !important;
}

.credit_application .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview_list {
	row-gap: 0px !important;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: var(--gf-ctrl-file-prev-area-gap);
	margin-block-start: var(--gf-ctrl-file-prev-area-margin-y-start);
	width: auto;
	justify-content: start;
	align-items: start;
	text-align: start;
	margin-right: 60%;
}

.credit_application span.gfield_fileupload_filesize {
	text-transform: capitalize;
}

.credit_application .gform-theme-button--simple::before {
	--gf-local-color: #d74524 !important;
	color: #d74524 !important;
}

.body-no-scroll {
	overflow: hidden !important;
	height: 100% !important;
}

/* Career Landing Page Css */
.opportunity_for_all {
	font-family: "Aeonik Trial", Sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #011936;
	line-height: 22.4px;
}

.recent_job-listings {
	margin: 0px auto;
}

.recent_job-item {
	display: grid;
	grid-template-columns: 3fr 2fr 2fr auto !important;
	gap: 20px;
	align-items: start;
	padding: 42px 0px 40px;
	border-bottom: 2px solid #d8d8d8 !important;
}

.recent_job-item:last-child {
	border-bottom: none;
}

.recent_job-column {
	display: flex;
	flex-direction: column;
}

.recent_job-column span {
	font-family: "Aeonik Trial", Sans-serif;
	font-size: 16px;
	color: #011936;
	line-height: 140%;
	margin-bottom: 2px;
}

.recent_job-column p {
	font-family: "Aeonik Trial", Sans-serif;
	font-size: 24px;
	color: #011936;
	font-weight: bold;
	line-height: 140%;
	margin: 0;
}

.recent_see-detail {
	background-color: #ba8643;
	border: 1px solid #ba8643;
	color: white !important;
	width: 125px;
	display: inline-block;
	text-align: center;
	padding: 9px 10px;
	border-radius: 50px;
	text-transform: capitalize;
	font-size: 16px;
	position: relative;
	font-family: "Inter";
}

.recent_see-detail a {
	background-color: transparent;
	text-decoration: none;
	color: white !important;
}

.recent_see-detail :hover {
	color: #fff;
	border-color: #ba8643 !important;
}

.recent_see-detail {
	position: relative;
	overflow: hidden;
}

.recent_see-detail:hover:before {
	transform: translateX(0) !important;
}

.recent_see-detail:hover {
	border-color: #011936 !important;
	background-color: #011936;
}

.recent_see-detail:hover a {
	z-index: 10;
	position: relative;
}

/* Header Section */
.learning-hub-header {
	margin-bottom: 30px;
	text-align: left;
}

.learning-hub-header h1 {
	font-family: "Aeonik Bold", Sans-serif;
	font-size: 48px;
	color: #011936;
	margin-bottom: 10px;
}

.learning-hub-header .sub-title {
	font-family: "Aeonik Bold", Sans-serif;
	font-size: 48px;
	color: #011936;
	margin-bottom: 10px;
}

.learning-hub-header .sub-desc {
	/*     font-family: "Aeonik Trial", Sans-serif; */
	font-family: "Aeonik Regular", Sans-serif;
	font-size: 16px;
	color: #011936;
	line-height: 22px;
	margin-bottom: 46px;
	width: 90%;
}

/* Filter Section */
.learning-hub-filters {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}

#category-filter, .search-bar, .filter-button {
	padding: 10px 15px;
	font-size: 1rem;
	border: 1px solid #ccc;
	background-color: #fff;
}

#category-filter, .search-bar {
	flex: 1;
}

.filter-button {
	background-color: #036;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background-color .3s ease;
}

.filter-button:hover {
	background-color: #024;
}

/* Grid Layout */
.learning-hub-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.hub-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.hub-item a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.hub-item .centered-img {
	width: 100%;
	height: auto;
	display: block;
}

.hub-item:hover .centered-img {}

.item-content {
	margin-top: 10px;
}

.item-tag {
	font-size: .9rem;
	color: #036;
	margin-bottom: 5px;
}

.item-content h3 {
	font-family: "Aeonik Regular", Sans-serif !important;
	font-size: 24px;
	color: #011936;
	transition: text-decoration .3s ease;
}

.hub-item a:hover h3 {
	text-decoration: underline;
	text-decoration-color: #011936;
	text-decoration-thickness: 1.5px;
	transition: text-decoration .3s ease;
}

/* Learning Hub and Library Detail css */
.library_un_orderlist {
	margin-top: 10px;
	font-weight: bolder;
	margin-bottom: 0px;
}

.library_final_thoughts {
	margin-top: 10px;
	font-weight: bolder;
	margin-bottom: 0px;
}

.related_card .elementor-post__badge {
	position: relative !important;
	width: fit-content;
}

.related_card .elementor-post__card .elementor-post__badge {
	background-color: unset !important;
	padding: 0;
	font-size: 14px !important;
}

.related_card .elementor-post__card .elementor-post__badge {
	text-transform: capitalize !important;
}

.related_card .elementor-posts .elementor-post__badge {
	font-size: 14px !important;
}

.related_card a:hover {
	text-decoration: underline;
}

.dialog-message .dialog-lightbox-message {
	display: none !important;
}

/* Learning Library Detail Page */
p.library-headings {
	font-family: "Inter", sans-serif !important;
	font-size: 16px;
	font-weight: bold !important;
}

/* Learning Library */
.learning-hub-container {
	margin: 0 auto;
	padding: 40px 10px;
	max-width: 1240px;
	position: relative;
}

.main-hub-container::after {
	content: "";
	position: absolute;
	top: 160px;
	right: 0;
	width: 152px;
	height: 265px;
	background: url("https://cdn-ildnlln.nitrocdn.com/STMeGrFmrRFwznppDrpCvYVPubAVjQru/assets/images/optimized/rev-a0af69d/centralpros.com/wp-content/uploads/2025/01/learning_bg_overlay.svg") no-repeat;
	opacity: .8;
}

.loader {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px;
	font-size: 16px;
	color: #555;
}

.loader p {
	font-size: 16px;
	margin: 0;
	line-height: 1;
}

.circle-loader {
	width: 28px;
	height: 28px;
	border: 5px solid #011936;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

/* Category Circle Loader */
#category-circle-loader {
	display: none;
	text-align: center;
	padding: 80px 0px;
}

.load-category {
	display: inline-block;
	position: relative;
}

.loader-circle {
	width: 28px;
	height: 28px;
	border: 5px solid #011936;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.section-divider {
	margin: 48px 0;
	border-top: 2px solid #ddd;
	width: 100%;
}

.posts-section {
	padding: 10px 0px;
	margin: auto;
}

.post-container {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.post-large {
	flex: 1;
}

article.post.post-small .outer_div {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	align-items: top;
}

.post-column {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 0px;
}

article.post.post-small .centered-img {
	height: 100%;
	width: 290px;
	object-fit: cover;
	object-position: center center;
}

.post.post-large {
	position: relative;
	overflow: hidden;
}

.lg_image {
	width: 604px;
	height: 372px;
	overflow: hidden;
}

article.post.post-large img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	transition: transform .3s ease-in-out;
}

.post.post-large:hover .lg_image img {
	transform: scale(1.2);
}

.post.post-large:hover .post-content h2 {
	text-decoration: underline;
}

.post-content {
	padding: 0px 0;
}

.post-content h3 {
	font-family: "Aeonik Trial", Sans-serif;
	font-size: 24px;
	color: #011936;
}

.post-content .category {
	margin-top: 18px;
}

.post-content p {
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	color: #b7bfc7;
}

.post-large .post-content h2 {
	font-family: "Aeonik Trial", Sans-serif;
	font-size: 24px;
	color: #011936;
	cursor: pointer;
	margin-top: -12px;
}

article.post.post-small .post-content a:hover h3 {
	text-decoration: underline;
	text-decoration-color: #011936;
	text-decoration-thickness: 1.5px;
	transition: text-decoration .3s ease;
}

.post-large .post-content h2:hover {
	text-decoration: underline !important;
	text-decoration-color: #011936;
	text-decoration-thickness: 1.5px !important;
	transition: text-decoration .3s ease;
}

.category {
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ba8643 !important;
}

/* Styling for the Category Tabs */
.recent_category-tab {
	margin-bottom: 18px;
	margin-bottom: 12px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	overflow-x: hidden;
	gap: 7px;
	justify-content: start;
	padding: 5px 0px 0px 0px;
}

.recent_post-tab {
	display: flex;
	flex-direction: row;
	list-style: none;
	list-style: none;
	gap: 14px;
	padding: 0;
	margin: 0;
	align-items: center;
	text-align: center;
}

.recent_post-tab li a {
	display: flex;
	flex-direction: row;
	font-family: "Inter", Sans-serif;
	font-size: 16px !important;
	text-decoration: none;
	padding: 8px 24px;
	border: 1px solid #ccc;
	border-radius: 20px;
	background-color: #f8f9fa;
	color: #011936;
	transition: all .3s ease;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.recent_post-tab li a.active {
	background-color: #ba8643;
	color: white;
	border-color: #ba8643;
}

.recent_post-tab li a:hover {
	background-color: #011936;
	color: white;
	border-color: #011936;
}

/* Categories Css */
.category-tab {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-bottom: 12px;
	overflow-x: hidden;
	gap: 10px;
	justify-content: start;
	padding: 5px 0px 0px 0px;
}

/* Styling for the Post Tabs */
.post-tab {
	display: grid;
	grid-template-columns: repeat(6, max(170px));
	list-style: none;
	list-style: none;
	gap: 14px;
	padding: 0;
	margin: 0;
	align-items: center;
	text-align: center;
}

.post-tab li a {
	font-family: "Inter", Sans-serif;
	font-size: 16px !important;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 0px;
	border: 1px solid #ccc;
	border-radius: 20px;
	background-color: #f8f9fa;
	color: #333;
	transition: all .3s ease;
	white-space: nowrap;
}

.post-tab li a.active {
	background-color: #ba8643 !important;
	color: white !important;
	border-color: #ba8643 !important;
}

.post-tab li a:hover {
	background-color: #011936;
	color: white;
	border-color: #011936;
}

/* Header Section */
.learning-hub-header {
	margin-bottom: 14px;
	text-align: left;
}

.learning-hub-header h1 {
	/* 	font-family: "Aeonik Trial", Sans-serif !important; */
	font-family: "Aeonik Bold", Sans-serif !important;
	font-size: 48px;
	color: #011936;
	margin-bottom: 16px;
}

.learning-hub-header h2 {
	font-family: "Aeonik Regular", Sans-serif;
	font-size: 24px;
	color: #011936;
	margin-bottom: 0px;
}

.learning-hub-header p {
	/* 	font-family: "Aeonik Trial", Sans-serif; */
	font-family: "Aeonik Regular", Sans-serif;
	font-size: 16px;
	color: #011936;
	line-height: 140%;
	margin-bottom: 46px;
	width: 70%;
}

.library_order_list ol {
	padding-left: 20px !important;
}

.library_order_list li {
	padding-bottom: 12px !important;
}

.library_order_list li::marker {
	font-weight: 700 !important;
}

.library_unorder_list ul {
	line-height: 16px !important;
}

/* Filter Section */
.learning-hub-filters {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
	margin-bottom: 19px;
	flex-wrap: wrap;
}

.search-bar-container {
	position: relative;
	display: inline-block;
}

.search-icon {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font-size: 24px;
	color: #011936;
}

.search-bar-container img {
	border-style: none;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 30%;
	left: 4%;
	padding-left: 0px;
}

.search-bar {
	width: 302px !important;
	padding: 8px 15px !important;
	padding-left: 35px !important;
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	border-width: 1px 1px 1px 1px !important;
	border-style: solid !important;
	border-color: #ccc !important;
	border-radius: 4px;
	background-color: #fff;
}

.search-bar::placeholder {
	color: #999;
	padding-left: 2px;
}

.learning-hub-filters .filter-button {
	position: relative;
	padding: 8px 22px;
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	background-color: #fff !important;
	color: #011936 !important;
	border-width: 1px 1px 1px 1px !important;
	border-style: solid !important;
	border-color: #ccc !important;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color .3s ease;
	margin-left: 20px;
}

.learning-hub-filters .filter-button:active {
	color: #011936 !important;
}

.learning-hub-filters .filter-button:hover {
	background-color: #011936 !important;
	color: #fff !important;
}

.filter-button:hover img {
	filter: invert(100%) brightness(100%) contrast(100%);
}

.learning-hub-filters .filter-button img {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	pointer-events: none;
}

.learning-hub-filters .filter-button span {
	padding-left: 10px;
}

.leading-category-text {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 20px 0;
	padding: 10px;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
}

.learning-hub-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.hub-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.hub-item a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

img.centered-image.video_img {
	height: 100%;
}

.image_box {
	position: relative;
	width: 292px;
	height: 220px;
	overflow: hidden;
}

img.centered-img.video_image {
	height: 220px !important;
	transition: 1s;
}

.image_box .centered-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 1s ease;
	display: block;
}

.image_box:hover .centered-img {
	transform: scale(1.2);
}

.item-content {
	margin-top: 16px;
	padding-right: 2px;
}

.item-tag {
	font-family: "Inter", Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ba8643;
	margin-bottom: 2px;
}

.post-image-wrapper {
	position: relative;
	display: inline-block;
}

.post-image-wrapper img.post-thumbnail {
	display: block;
	width: 100%;
	height: auto;
}

.post-small .play-icon {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
}

.hub-item .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
}

.play-icon {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
}

.play-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.post-small .image_div {
	overflow: hidden;
	position: relative;
	width: 290px;
	height: 220px;
}

.image_div .centered-img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform .3s ease-in-out;
}

.image_div:hover .centered-img {
	transform: scale(1.2);
}

.post-small .video_play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	z-index: 10;
	pointer-events: none;
}

.related_card .elementor-post__card {
	width: 292px;
	height: 100%;
}

.related_card .elementor-post__thumbnail.elementor-fit-height {
	height: 220px !important;
}

.related_card .elementor-post__thumbnail img {
	width: 100%;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	transition: transform 1s ease !important;
	left: -20% !important;
	top: 0% !important;
	transform: scale(1.01) !important;
	position: absolute !important;
}

.related_card .elementor-post__card:hover .elementor-post__thumbnail img {
	transform: scale(1.2) !important;
}

.related_card .elementor-post__thumbnail img:hover {
	overflow: hidden !important;
	transform: scale(1.2) !important;
}

.related_card .elementor-post__title a {
	text-decoration: none;
	color: #222;
	transition: color .3s ease, text-decoration .3s ease;
}

.related_card .elementor-post__card:hover .elementor-post__title a {
	text-decoration: underline;
	color: #333;
}

.large_image_div {
	position: relative;
	display: inline-block;
}

.large_image_div img {
	width: 100%;
	height: auto;
	display: block;
}

.lg_video_play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.lg_video_play-icon img.play-button {
	width: 60px !important;
	height: 60px !important;
	cursor: pointer;
	opacity: .8;
	transition: opacity .3s ease;
}

.lg_video_play-icon img.play-button:hover {
	opacity: 1;
}

.video-banner-image .elementor-custom-embed-play {
	left: 50%;
	position: absolute;
	top: 50.7%;
	transform: translate(-50%, -50%);
}

.post-content.img_lg {
	padding-top: 12px;
}

.video_effect {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.large_image_div.video_effect {
	height: 370px;
}

.video_effect .video_image {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: top center;
	transition: transform .3s ease;
}

.video_effect:hover .video_image {
	transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 1400px) {
	.learning-hub-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.main-hub-container::after {
		top: 10%;
		right: 0%;
		width: 6%;
		height: 265px;
	}
}

@media (max-width: 1200px) {
	/* updated library css start */
	.updated-library-post-small {
		display: grid;
		grid-template-columns: 250px 1fr;
		gap: 16px;
	}
	
	/* 	updated library css end */
	.learning-hub-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.main-hub-container::after {
		top: 10%;
		right: 0%;
		width: 6%;
		height: 265px;
	}
	
	.library-post-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1080px) {
	/* updated library start css */
	.updated-library-post-small {
		display: grid;
		grid-template-columns: 230px 1fr;
		gap: 16px;
	}
}

@media (max-width: 1024px) {
	/* updated library start css */
	.updated-library-posts-section {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 6px;
	}
	
	.updated-library-post-column {
		display: grid;
		grid-template-rows: repeat(2, 1fr);
		gap: 32px;
	}
	
	.updated-library-post-small {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	
	.updated-library-post-small .image-wrapper {
		width: 100%;
		height: 220px;
	}
	
	/* updated library end css */
	.job-items {
		padding: 10px !important;
	}
	
	.department-heading {
		padding: 5px 10px 9px 0px !important;
	}
	
	.library-post-container {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.main-hub-container::after {
		top: 17%;
		right: 0%;
		width: 154px;
		height: 265px;
		background: url("https://cdn-ildnlln.nitrocdn.com/STMeGrFmrRFwznppDrpCvYVPubAVjQru/assets/images/optimized/rev-a0af69d/centralpros.com/wp-content/uploads/2025/01/learning_bg_overlay.svg") no-repeat;
		background-size: cover;
		z-index: 1;
		opacity: .8;
	}
	
	.post-image-wrapper {
		position: relative;
		display: inline-block;
	}
	
	.post.post-large {
		position: relative;
		overflow: hidden;
		height: fit-content;
	}
	
	.post-small .image_div {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 220px;
	}
	
	article.post.post-small .outer_div {
		grid-template-columns: repeat(1, 1fr);
	}
	
	article.post.post-small .centered-img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: center center;
	}
	
	.image_box {
		width: 100%;
		height: 220px;
	}
	
	.learning-hub-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.category-tab {
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.recent_category-tab {
		flex-wrap: wrap;
	}
	
	.recent_category-tab {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width: 980px) {
	.large_image_div.video_effect {
		height: auto;
	}
	
	.main-hub-container::after {
		top: 17%;
		right: 0%;
		width: 154px;
		height: 265px;
		background: url("https://cdn-ildnlln.nitrocdn.com/STMeGrFmrRFwznppDrpCvYVPubAVjQru/assets/images/optimized/rev-a0af69d/centralpros.com/wp-content/uploads/2025/01/learning_bg_overlay.svg") no-repeat;
		background-size: cover;
		z-index: 1;
		opacity: .8;
	}
	
	.lg_image {
		width: 100%;
		height: 372px;
		overflow: hidden;
	}
	
	img.centered-img.video_image {
		height: 220px !important;
	}
	
	.post-container {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(1, 1fr);
	}
	
	.post-column {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
		margin-top: 0px;
	}
	
	article.post.post-small .outer_div {
		grid-template-columns: repeat(1, 1fr);
	}
	
	img.centered-image.video_img {
		height: 100%;
		width: 100%;
	}
	
	.recent_post-tab {
		display: grid;
		grid-template-columns: repeat(3, max(215px));
		list-style: none;
		align-items: center;
		text-align: center;
	}
	
	.post-tab {
		grid-template-columns: repeat(4, max(170px));
		list-style: none;
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 768px) {
	/* updated library css start */
	.learning-hub-header .sub-desc {
		margin-bottom: -8px;
	}
	
	.updated-library-posts-section {
		grid-template-columns: 1fr;
		margin-bottom: 0px;
	}
	
	.post-title {
		font-size: 20px !important;
	}
	
	.updated-library-post-column {
		grid-template-rows: auto;
		gap: 14px;
	}
	
	.updated-library-post-large {
		grid-template-rows: 220px auto;
	}
	
	.image-wrapper {
		height: 220px !important;
	}
	
	.updated-library-post-small {
		grid-template-columns: 1fr;
	}
	
	.updated-library-post-small .image-wrapper {
		width: 100%;
		height: 220px;
	}
	
	.updated-library-post-content {
		padding: 0px 0px;
		text-align: left;
	}
	
	.learning-hub-header h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	
	.learning-hub-header h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	
	.learning-hub-header .sub-title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	
	/* updated library css end */
	.success_stories_section .elementor-4762 .elementor-element.elementor-element-5026f51 .elementor-heading-title a {
		font-weight: 400 !important;
		line-height: 28px;
		font-size: 18px !important;
	}
	
	/* Library Recent Section */
	.library-post-container {
		grid-template-columns: 1fr;
	}
	
	.library-large-image-div {
		height: 220px;
	}
	
	.library-large-image-div img {
		height: 100%;
	}
	
	.library-post-title {
		font-size: 20px;
	}
	
	.library-post-subtitle {
		font-size: 20px;
	}
	
	.library-category {
		font-size: 14px;
	}
	
	.library-post-column {
		gap: 20px;
	}
	
	.section-divider {
		margin: 40px 0px 20px 0px;
	}
	
	.item-content {
		margin-top: 8px;
	}
	
	.library-post-container {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.library-large-image-div img {
		height: 220px;
	}
	
	.main-hub-container::after {
		top: 22%;
		right: 0%;
		width: 152px;
		height: 265px;
		background: url("https://cdn-ildnlln.nitrocdn.com/STMeGrFmrRFwznppDrpCvYVPubAVjQru/assets/images/optimized/rev-a0af69d/centralpros.com/wp-content/uploads/2025/01/learning_bg_overlay.svg") no-repeat;
		background-size: cover;
		z-index: 1;
		opacity: .8;
	}
	
	.post-column {
		/* 		    flex: 1; */
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		margin-top: 0px;
	}
	
	.post-content.img_lg {
		padding-top: 11px;
	}
	
	img.centered-img.video_image {
		height: 220px !important;
	}
	
	.large_image_div {
		width: 100%;
	}
	
	.search-bar {
		width: 250px !important;
		padding: 10px 15px !important;
		padding-left: 35px !important;
	}
	
	article.hub-item a {
		width: 100%;
	}
	
	.lg_image {
		width: 100%;
		height: 220px;
		overflow: hidden;
	}
	
	article.post.post-large img {
		height: 220px;
		width: 100%;
		object-fit: cover;
		object-position: center center;
	}
	
	.related_card .elementor-post__thumbnail img {
		left: -5% !important;
		top: 0% !important;
	}
	
	.recent_job-item {
		grid-template-columns: 8fr 4fr 3fr !important;
		gap: 10px;
		padding: 15px 0;
	}
	
	.recent_see-detail {
		margin-top: 10px;
		padding: 10px 20px;
	}
	
	.recent_job-column p {
		font-size: 20px;
		margin: 0;
	}
	
	.learning-hub-container {
		margin: 0 auto;
		padding: 20px 15px;
		max-width: 1240px;
	}
	
	.post-small .image_div {
		position: relative;
		height: auto;
	}
	
	.learning-hub-grid {
		grid-template-columns: 1fr;
		row-gap: 14px !important;
	}
	
	.learning-hub-filters {
		flex-direction: column;
		gap: 10px;
	}
	
	.learning-hub-header p {
		width: 100% !important;
	}
	
	.post-image-wrapper {
		position: relative;
		display: inline-block;
		width: 100%;
	}
	
	.hub-item .centered-img {
		width: 100%;
		height: 220px;
	}
	
	article.post.post-small .outer_div {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.hub-item .play-icon {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 40px;
		height: 40px;
	}
	
	.post-small .play-icon {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 40px;
		height: 40px;
	}
	
	.play-icon {
		top: 50%;
		left: 50%;
	}
	
	.post-small .video_play-icon {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 40px;
		height: 40px;
	}
	
	.lg_video_play-icon img.play-button {
		width: 40px !important;
		height: 40px !important;
		cursor: pointer;
		opacity: .8;
		transition: opacity .3s ease;
	}
	
	.learning-hub-filters {
		align-items: start;
	}
	
	.post-tab {
		row-gap: 8px;
		column-gap: 14px;
		margin-bottom: 20px;
	}
	
	#category-circle-loader {
		display: none;
		text-align: center;
		padding: 20px 0px;
	}
	
	.learning-hub-filters .filter-button {
		margin-top: 20px;
		margin-left: 8px;
	}
	
	.post-container {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.post-large, .post-column {
		flex: 1;
	}
	
	#learning-hub-filter {
		flex-wrap: wrap;
	}
	
	#category-filter, .search-bar, .filter-button {
		flex: unset;
		width: 100%;
	}
	
	.learning-hub-grid {
		grid-template-columns: 1fr;
	}
	
	.learning-hub-filters {
		flex-direction: column;
		gap: 10px;
	}
	
	.category-tab {
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 10px;
		padding: 0px;
	}
	
	.recent_category-tab {
		width: 100%;
		margin-bottom: 10px;
		padding: 0px;
	}
	
	article.post.post-small .centered-img {
		width: 100%;
		height: 220px !important;
	}
	
	article.post.post-large .centered-img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 550px) {
	.job-item {
		flex-direction: column !important;
		align-items: flex-start !important;
		padding: 15px 10px 32px !important;
		row-gap: 15px !important;
	}
	
	.job-item .view-details-btn {
		margin-top: 11px;
		width: 100% !important;
	}
	
	.department-heading {
		margin-bottom: 0px;
	}
	
	.see-detail {
		margin-top: 15px !important;
		width: 100% !important;
		text-align: center;
		padding: 12px 50px;
	}
	
	.main-hub-container::after {
		top: 24%;
		right: 0%;
		width: 152px;
		height: 265px;
		background: url("https://cdn-ildnlln.nitrocdn.com/STMeGrFmrRFwznppDrpCvYVPubAVjQru/assets/images/optimized/rev-a0af69d/centralpros.com/wp-content/uploads/2025/01/learning_bg_overlay.svg") no-repeat;
		background-size: cover;
		z-index: 1;
		opacity: .8;
	}
	
	.post-tab {
		grid-template-columns: repeat(2, max(170px));
	}
	
	.recent_post-tab {
		grid-template-columns: repeat(2, max(170px));
	}
	
	.item-content h3 {
		font-size: 20px;
	}
	
	.learning-hub-header p {
		width: 100%;
	}
}

@media (max-width: 400px) {
	.main-hub-container::after {
		top: 21%;
		right: 0%;
		width: 152px;
		height: 265px;
		background: url("https://cdn-ildnlln.nitrocdn.com/STMeGrFmrRFwznppDrpCvYVPubAVjQru/assets/images/optimized/rev-a0af69d/centralpros.com/wp-content/uploads/2025/01/learning_bg_overlay.svg") no-repeat;
		background-size: cover;
		z-index: 1;
		opacity: .8;
	}
	
	.search-bar {
		width: 240px !important;
		padding: 10px 15px !important;
		padding-left: 35px !important;
	}
}
