.header-sidebar {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	gap: 50px;
	overflow-y: auto;
	overflow-x: hidden;
}
.header-sidebar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.header-sidebar::-webkit-scrollbar{
	width: 4px;
	background-color: #F5F5F5;
}
.header-sidebar::-webkit-scrollbar-thumb {
	background-color: #999;
	border: 0px solid #555555;
}
.header-sidebar-top {
	position: relative;
	display: flex;
	flex-direction: column;
}
.header-sidebar-top .header-logo {
	display: flex;
	width: 100%;
	padding: 30px 30px 22px;
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	align-items: center;
	justify-content: center;
}
.header-sidebar-top .header-logo a {
	width: auto;
	height: auto;
	border: none;
}
.header-sidebar-top .header-logo img {
	width: 80px;
	height: auto;
}
.header-sidebar-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: var(--sk-white);
    padding: 22px;
    background-color: var(--sk-secondary);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
}
.header-sidebar-btn:hover {
	text-decoration: none;
	color: var(--sk-white);
}
.header-sidebar-nav ul {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
}
.header-sidebar-nav ul li {
	position: relative;
	display: flex;
	padding: 0;
	margin: 0;
}
.header-sidebar-nav ul li a {
	position: relative;
	display: flex;
	padding: 15px 37px;
	width: 100%;
	align-items: center;
	gap: 13px;
	color: var(--sk-text);
	text-decoration: none;
	border-left: 3px solid transparent;
	font-weight: 600;
	font-size: 16px;
}
.header-sidebar-nav ul li a svg {
	width: 20px;
	height: 22px;
}
.header-sidebar-nav ul li.current-menu-item > a,
.header-sidebar-nav ul li a:hover {
	color: var(--sk-secondary);
	border-left-color: var(--sk-secondary);
}
.header-sidebar-nav ul li.current-menu-item > a svg g,
.header-sidebar-nav ul li a:hover svg g{
	fill: currentColor;
}
.header-sidebar-bottom {
	position: relative;
	display: flex;
	padding: 0 30px 30px 35px;
	flex-direction: column;
}
.header-sidebar-user-blog {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 23px;
	padding: 32px 0 0px;
	border-top: 1px solid var(--sk-skeen);
}
.user-img {
	position: relative;
	display: flex;
	width: 50px;
	height: 48px;
	background-color: var(--sk-skeen);
	align-items: center;
	justify-content: center;
	padding: 12px 6px;
}
.header-sidebar-user-blog p {
	margin: 0;
	color: #484848;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}
.header-sidebar-bottom-menu ul {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	gap: 0px;
}
.header-sidebar-bottom-menu ul li {
	position: relative;
	display: flex;
	padding: 0;
	margin: 0;
}
.header-sidebar-bottom-menu ul li a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--sk-text);
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	padding: 10px 0px;
}
.header-sidebar-bottom-menu ul li.current-menu-item > a,
.header-sidebar-bottom-menu ul li a:hover {
	color: var(--sk-secondary);
	border-color: var(--sk-secondary);
} 
.header-sidebar-bottom-menu ul li a svg {
	width: 20px;
	height: 18px;
}
.header-sidebar-bottom-menu ul li.current-menu-item > a svg g,
.header-sidebar-bottom-menu ul li a:hover svg g{
	fill: currentColor;
}
.header-resources-cat {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}
.header-resources-cat p {
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
}
.header-resources-cat ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 0;
	margin: 0;
}
.header-resources-cat ul li {
	position: relative;
	display: flex;
	padding: 0;
	margin: 0;
}
.header-resources-cat ul li a {
	position: relative;
	display: flex;
	text-decoration: underline;
	font-size: 14px;
	line-height: 1.2;
}
.page-template-member-area .search-bar {
	max-width: 467px;
}
.member-top-search-bar {
	position: relative;
	width: 100%;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.member-top-search-bar .search-bar {
	margin: 0;
}
.member-top-search-bar .search-bar:before {
	display: none;
}
.member-top-search-bar .search-bar input {
	padding: 30px 64px;
	border: none;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	color: var(--sk-text);
}
.member-top-search-bar .search-bar .search-btn {
	position: absolute;
	right: auto;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	outline: none;
	box-shadow: none;
	border: none;
	padding: 0;
	background-color: transparent;
	justify-content: flex-start;
	cursor: pointer;
}
.member-top-search-bar .search-bar .search-btn img {
	display: flex;
	width: 20px;
	object-fit: contain;
}
.page-template-member-area .sub-banner {
	min-height: 300px;
}
.blog-resoureces-row .row {
	--bs-gutter-x: 33px;
	--bs-gutter-y: 33px;
}
.blog-resoureces {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 23px 59px 25px 32px;
  	box-shadow: 0 2px 6px 0 rgba(112, 120, 135, 0.24);
	background-color: var(--sk-white);
	transition: all 0.3s ease-out;
	z-index: 1;
}
.blog-resoureces:hover {
	box-shadow: 0 2px 6px 0 rgba(112, 120, 135, 0.36);
}
.blog-resoureces h3 {
	font-size: 20px;
	line-height: 1.33;
	margin-bottom: 8px;
}
.blog-resoureces h3 a {
	text-decoration: none;
	color: var(--sk-black);
}
.blog-resoureces .read-more {
	position: absolute;
	right: 19px;
	bottom: 18px;
}
.blog-resoureces:hover .read-more {
	background-color: var(--sk-secondary);
}
.blog-resoureces:hover .read-more .normal-icon {
	opacity: 0;
	visibility: hidden;
}
.blog-resoureces:hover .read-more .hover-icon {
	opacity: 1;
	visibility: visible;
}
.blog-resoureces .read-more.input-icon {
    cursor: pointer;
}
.blog-resoureces:hover .read-more:before {
	transform: translateX(0%);
}
.blog-resoureces .btn-outer {
	flex: 1 0 0;
	align-items: flex-end;
}
.gray-banner-mask {
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	height: 301px;
	/*max-width: 100%;
    mask-image: url(../images/light-blue-section-mask.svg);
    -webkit-mask-image: url(../images/light-blue-section-mask.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;*/
    z-index: 0;
    background-color: var(--sk-skeen);
}
.gray-banner-mask .cta-graphics {
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 145px;
    bottom: auto;
    top: -33px;
    height: 79%;
    background-size: 394px;
    background-position: right bottom;
}
.gray-banner-mask .cta-graphics.bottom-right {
    position: absolute;
    width: 111px;
    bottom: 0;
    top: auto;
    left: auto;
    right: 0;
    height: 97%;
    background-size: 358px;
    background-position: -61px -4px;
}
.mb--35 {
	margin-bottom: -35px;
}
.max-width-694 {
	max-width: 694px;
	margin-left: auto;
	margin-right: auto;
}
.max-width-540 {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}
.cta-info h3 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.cta-info p {
	font-size: 16px;
	line-height: 1.4;
	color: #333;
}
.cta-info .email-link {
	font-size: 16px;
}
.footer-part.footer-member p,
.footer-part.footer-member .footer-bottom-menu li,
.footer-part.footer-member .footer-bottom-menu li a {
	color: var(--sk-text);
}
.footer-part.footer-member .footer-bottom {
	background-color: var(--sk-skeen);
	padding-bottom: 45px;
}
.footer-bottom-inner-left {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.footer-bottom-inner-left p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}
.footer-part.footer-member .footer-graphics {
	bottom: 0;
	height: calc(100% + 20px);
    background-position: top right;
}
.footer-part.footer-member .footer-social li a:before {
    background-color: var(--sk-secondary);
}

/*-------mobile-menu-----------*/
.canvas-menu .sk-dropdown-toggle {
    width: 52px;
    height: 52px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--sk-text);
}
.canvas-menu .sk-dropdown-toggle span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    top: 8px;
    height: 3px;
    background-color: var(--sk-primary);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle span:before {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    top: -8px;
    width: 100%;
    height: 3px;
    background-color: var(--sk-primary);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle span:after {
    position: absolute;
    display: inline-block;
    content: '';
    left: 0;
    top: 8px;
    width: 100%;
    height: 3px;
    background-color: var(--sk-primary);
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.canvas-menu .sk-dropdown-toggle.open span {
    transform: translate3d(0,0px,0) rotate(45deg);
}
.canvas-menu .sk-dropdown-toggle.open span:before {
    transform: rotate(-45deg) translate3d(8px,-8px,0);
    opacity: 0;
}
.canvas-menu .sk-dropdown-toggle.open span:after {
    transform: translate3d(0,-8px,0) rotate(-90deg);
}
.canvas-menu .sk-dropdown-toggle::after {
    display: none;
}
.mobile-header .canvas-menu,
.mobile-header .main-left-col {
    z-index: 99999;
}
.sk-offcanvas-content {
    position: fixed;
    left: 0;
    width: 100%;
    max-width: 100%;
    top: -100%;
    bottom: 0;
    z-index: 999999;
    visibility: hidden;
    background-color: var(--sk-secondary);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}
.header-white .sk-offcanvas-content {
    background-color: #888888;
}
.sk-offcanvas-content.open {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
} 
.sk-offcanvas-content .wp-sidebar {
    overflow-x: hidden;
    height: 100%;
    padding: 0px;  
    margin: 0;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.header-menber-logo {
	position: relative;
	display: flex;
	width: 68px;
	height: 52px;
	background-color: var(--sk-skeen);
	align-items: center;
	justify-content: center;
	mask-image: url(../images/light-blue-section-mask.svg);
    -webkit-mask-image: url(../images/light-blue-section-mask.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    min-width: 68px;
    padding: 14px 15px;
}
.header-menber-logo img {
	width: 100%;
	display: flex;
}
.header-right .header-sidebar-btn {
	margin: 0;
	margin-right: 10px;
	padding: 17px 22px;
}
.sk-offcanvas-content .header-right {
	display: flex;
	justify-content: flex-end;
	padding: 24px 20px 35px;
}
.sk-offcanvas-content .header-sidebar-bottom {
    position: relative;
    display: flex;
    padding: 30px 0px 48px;
    flex-direction: column;
    flex: 1 0 0;
    justify-content: flex-end;
}
.sk-offcanvas-content .header-sidebar-nav ul li a {
	padding: 7px 20px;
	font-size: 24px;
	font-weight: 600;
}
.sk-offcanvas-content .user-img {
    position: relative;
    display: flex;
    width: 50px;
    height: 48px;
    background-color: var(--sk-white);
    align-items: center;
    justify-content: center;
    padding: 12px 6px;
}
.sk-offcanvas-content .header-sidebar-user-blog {
	margin-bottom: 20px;
}
.sk-offcanvas-content .header-sidebar-user-blog p {
	font-size: 18px;
}
.sk-offcanvas-content-graphics {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 450px;
    height: 298px;
    background-position: 3px 34px;
    background-size: 509px;
    background-repeat: no-repeat;
    opacity: 0.6;
}
.member-page .header-right .btn.header-search {
	width: 48px;
	min-width: 48px;
	height: 52px;
	padding: 0;
}
.mobile-menu-bottom {
	position: sticky;
	left: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	background-color: var(--sk-white);
	box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
}
.mobile-menu-bottom-menu {
	position: relative;
	display: flex;
	flex: 1 0 0;
}
.mobile-menu-bottom-menu ul {
	position: relative;
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: center;
	flex: 1 0 0;
}
.mobile-menu-bottom-menu li {
	position: relative;
	display: flex;
	padding: 0;
	margin: 0;
}
.mobile-menu-bottom-menu li a {
	display: flex;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	text-decoration: none;
	height: 52px;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid transparent;
	padding: 0 12px;
}
.mobile-menu-bottom-menu li.current-menu-item a,
.mobile-menu-bottom-menu li a:hover {
	color: var(--sk-secondary);
	border-bottom-color: currentColor;
}
.mobile-menu-bottom .btn.header-search {
	width: 52px;
	min-width: 52px;
	height: 52px;
	padding: 0;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-menu-bottom .btn.header-search:before {
	display: none;
}
/*--------end-mobile-menu----------*/
.resource-filter-section {
	background-color: var(--sk-secondary);
	padding: 85px 0 20px;
	z-index: 0;
}
.resource-filter.input-div {
	position: relative;
	display: flex;
	gap: 10px 32px;
	flex-wrap: wrap;
}
.resource-filter.input-div label {
	position: relative;
	display: flex;
	align-items: center;
	color: var(--sk-white);
	font-size: 16px;
	line-height: 1.3;
	outline:
}
.resource-filter.input-div label .jq-checkbox {
	border: 2px solid var(--sk-white);
	border-radius: 2px;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	top: auto;
	outline: 2px solid transparent;
}
.jq-checkbox:focus-visible {
	outline: 2px dashed !important;
}
.resource-filter.input-div label .jq-checkbox.checked .jq-checkbox__div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--sk-white);
}
.resource-filter.input-div label .jq-checkbox.checked .jq-checkbox__div:before {
	position: absolute;
	content: '';
	display: flex;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/check.svg) no-repeat center;
	background-size: 8px;
}
.resource-filter-section:after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    mask-image: url(../images/nav-bg.svg);
    -webkit-mask-image: url(../images/nav-bg.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
    background-color: var(--sk-white);
    bottom: -22px;
    content: '';
    height: 23px;
    transform: translate(-50%, 0) scale(1);
    width: calc(100% + 1px);
    background-color: var(--sk-secondary);
    z-index: 1;
    margin-left: -1px;
}
.member-resources-header .sub-title {
	font-size: 20px;
	color: #000000;
}
.member-resources-header .maxtitle-1 {
	font-size: 40px;
}
.btn-download {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--sk-white);
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
}
.btn-download:hover {
	color: var(--sk-white);
	text-decoration: underline;
}
.btn-download img {
	display: flex;
	width: 22px;
}
.member-top-search-bar .breadcrumbs {
	white-space: nowrap;
	padding-right: 30px;
}
.member-top-search-bar .breadcrumbs ul {
	flex-wrap: nowrap;
}
.member-top-search-bar .breadcrumbs ul li a img {
	min-width: 14px;
}
.resource-related-section .owl-item .item {
	height: 100%;
}
.my-account-section {
	max-width: 516px;
	margin-left: auto;
	margin-right: auto;
}
.my-account-section h3 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 54px;
}
.my-account-section h3:first-child {
	margin-top: 0;
	margin-bottom: 20px;
}
.my-account-section .input-div {
	margin-bottom: 25px;
}
.my-account-section label {
	position: relative;
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.input-with-icon {
	position: relative;
}
.current-mail-box {
	position: relative;
	width: 100%;
	background-color: var(--sk-skeen);
	padding: 20px 24px;
}
.current-mail-box label {
	position: relative;
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 3px;
}
.current-mail-box p {
	margin: 0;
	color: #333;
}
.show-password .password-normal-icon,
.password-hover-icon {
	display: none;
}
.show-password .password-hover-icon {
	display: block;
}
.input-with-icon .input-icon {
	cursor: pointer;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.page-template-member-login .footer-part {
	margin-top: 10px;
}
.industry-resource-template-default .cta-banner-box {
	padding-left: 100px;
}
@media (min-width: 992px) {
	body.member-page  .wrapper{
		padding-left: 255px;
		padding-top: 0;
		/*padding-bottom: 199px;*/
	}
	body.member-page  .wrapper .container-fluid {
		padding-right: 40px;
		padding-left: 40px;
		max-width: 100%;
	}
	.header-part.header-with-sidebar {
		width: 255px;
		background-color: #FFFFFF;
		box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0 !important;
	}
	.header-part.header-with-sidebar.sticky .header-logo img {
	    width: 74px;
	}
	.text-lg-start {
		text-align: left !important;
	}
	/*body.member-page .footer-part.footer-member {
		position: fixed;
		bottom: 0;
		z-index: 2;
		left: 0;
		padding-left: 255px;
	}*/
}
@media (min-width: 1200px) {
	body.member-page  .wrapper .container-fluid {
		padding-right: 64px;
		padding-left: 64px;
		max-width: 100%;
	}
	/*body.member-page  .wrapper{
		padding-bottom: 168px;
	}*/
}
@media (max-width: 1440px) {
	.gray-banner-mask .cta-graphics {
	    top: -27px;
	}
	.industry-resource-template-default .cta-banner-box {
		padding-left: 80px;
	}
}
@media (max-width: 1199px) {
	.blog-resoureces-row .row {
		--bs-gutter-x: 25px;
		--bs-gutter-y: 25px;
	}
	.blog-resoureces {
		padding: 23px 59px 23px 20px;
	}
	.blog-resoureces h3 {
	    font-size: 20px;
	}
	.member-page .news-post-info h3 {
		font-size: 20px;
	}
	.gray-banner-mask .cta-graphics {
        top: -25px;
    }
	.industry-resource-template-default .cta-banner-box {
		padding-left: 60px;
	}
}
@media (max-width: 991px) {
	.header-sidebar {
		display: none;
	}
	.footer-bottom-inner-left {
		text-align: center;
	}
	.footer-part.footer-member .footer-bottom-inner {
		flex-direction: column;
	}
	.member-top-search-bar {
		display: none;
	}
	.header-sidebar-btn {
		mask-image: url(../images/btn-mask-two.svg);
		-webkit-mask-image: url(../images/btn-mask-two.svg);
		mask-repeat: no-repeat;
		-webkit-mask-repeat: no-repeat;
		mask-position: center;
		-webkit-mask-position: center;
		mask-size: cover;
		-webkit-mask-size: cover;
	}
	.industry-resource-template-default .cta-banner-box {
		padding-left: 50px;
	}
	.header-sidebar-user-blog {
		padding-left: 20px;
	}
	.header-sidebar-bottom-menu ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.member-page .header-right .btn {
		padding: 11px 18px 11px 18px;
		height: 48px;
	}
	.member-page .header-right .btn.header-search {
		background-color: var(--sk-white);
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		padding: 11px 18px 11px 18px;
		height: 48px;
	}
	.member-page .header-right .btn.header-search img {
		width: 16px;
		min-width: 16px;
	}
	.member-page .header-right .btn.header-search:before {
	    border: 1px solid var(--sk-white);
	    width: calc(100% + 0px);
    	height: calc(100% + 0px);
	}
	.header-sidebar-nav ul li a {
		color: var(--sk-white);
		font-weight: 600;
	}
	.header-sidebar-nav ul li.current-menu-item > a, .header-sidebar-nav ul li a:hover {
		color: var(--sk-primary);
		border-left-color: var(--sk-primary);
	}
	.header-sidebar-bottom-menu ul li a svg g,
	.header-sidebar-nav ul li > a svg g, .header-sidebar-nav ul li a svg g {
	    fill: currentColor;
	}
	.header-sidebar-nav ul li.current-menu-item > a svg g, .header-sidebar-nav ul li a:hover svg g {
	    fill: currentColor;
	}
	.header-sidebar-nav ul li:last-child a svg {
		margin-top: 3px;
	}
	.header-sidebar-user-blog {
		border-top: none;
		padding-top: 0;
	}
	.header-sidebar-user-blog p {
	    color: var(--sk-white);
	}
	.header-sidebar-bottom-menu ul li a {
		color: var(--sk-white);
	}
	.header-sidebar-bottom-menu ul li.current-menu-item > a, .header-sidebar-bottom-menu ul li a:hover {
	    color: var(--sk-primary);
	    border-color: var(--sk-primary);
	}
	.sk-offcanvas-content .btn span {
		margin-top: 2px;
	}
}

@media (max-width: 767px) {
	
	.header-resources-cat {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.header-resources-cat ul {
		gap: 10px;
	}
	.blog-resoureces-row .row {
		--bs-gutter-x: 16px;
		--bs-gutter-y: 16px;
	}
	.mobile-center {
		align-items: center;
		text-align: center;
	}
	body.member-page .wrapper {
        padding-top: 0px;
    }
	.member-page .header-part {
		position: relative !important;
		top: auto !important;
	}
	.member-page .header-part .header-right .canvas-menu,
	.member-page .header-part .header-right .btn.header-search {
		display: none;
	}
	.resource-filter-section {
	    padding: 60px 0 15px;
	}
	.resource-filter.input-div {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.member-resources-header .maxtitle-1 {
		font-size: 28px;
	}
	.header-right .header-sidebar-btn {
		margin-right: 0;
	}
	.gray-banner-mask .cta-graphics {
        top: -15px;
    }
    .resource-related-section .gray-banner-mask .cta-graphics {
        display: none;
    }
	.industry-resource-template-default .cta-banner-box {
		padding-left: 20px;
	}
	.gray-banner-mask {
		height: 211px;
	}
	.blog-resoureces h3 {
        font-size: 18px;
    }
    .peta-title {
	    font-size: 17px;
	}
	.mobile-menu-bottom-menu li a {
	    padding: 0px 10px;
	    font-size: 12px;
	}
}

@media (max-width: 360px) {
	.mobile-menu-bottom-menu li a {
	    padding: 0px 6px;
	}
}