/*h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *{
    font-family: "Marcellus", serif;
}*/
.non-clickable{
    /* pointer-events: none; */
    /* cursor: default; */
}
/* Header */
.social-media-links{
    list-style: none;
}
.social-media-links li{
    float: left;
}
.social-media-links li a{
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
}
.social-media-links li a:hover i{
    color: white;
}
.social-media-links li a:hover{
    background-color: var(--tj-color-theme-primary);
}
.offcanvas-social-media-links .fa-facebook-f::before{
    display: block;
    transform: scale(0.9);
    position: relative;
    bottom: 1px;
}
body:not(.page-home) .offcanvas-social-media-links{
    top: -33px !important;
}
.offcanvas-social-media-links{
    position: absolute;
    top: -56px;
    right: 2px;
}
.offcanvas-social-media-links a:hover svg path{
    fill: white;
}
/* homepage */
.message-text-swiper .read-more-message,
.message-image-swiper .read-more-message{
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    font-style: initial;
    margin-bottom: 3px !important;
    color: var(--tj-color-theme-primary);
    cursor: pointer;
    margin-top: 5px;
},
.message-text-swiper .read-more-message:hover,
.message-image-swiper .read-more-message:hover{
    font-weight: 700;
}
.message-image-swiper .card,
.message-text-swiper .card{
    height: 100%;
}
.message-image-swiper{
    padding: 0 0 0 20px !important;
}
.message-text-swiper{
    padding: 0 20px 0 0 !important;
}
.message-text-swiper .swiper-slide > div,
.message-image-swiper .swiper-slide > div{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.mk-page-header{
    height: 216px;
    margin-top: 10rem;
    background-color: var(--tj-color-grey-1);
    border-radius: 12px;
    text-align: center;
    padding-top: 1.7rem;
    background-position: center;
}
.mk-page-header .tj-page-link{
    margin-top: 1.5rem;
}
.mk-page-header h1{
    font-size: 42px;
    font-weight: 700;
    margin-top: 1rem;
}
.mk-page-header h1,
.mk-page-header a{
    color: black !important;
}
.mk-page-header .up-title{
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: var(--tj-fw-bold);
    border: 1px dashed var(--tj-color-border-1);
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    align-self: baseline;
    margin: 0 auto;
}
.mk-page-header{
    height: auto;
    margin-top: 10rem;
    background-color: var(--tj-color-grey-1);
    border-radius: 12px;
    text-align: center;
    padding: 2.3rem 0;
    background-position: center;
}
.mk-page-header .tj-page-link{
    margin-top: 1.4rem;
}
.mk-page-header h1{
    font-size: 2rem;
    font-weight: 700;
    margin-top: 1.5rem;
}
.mk-page-header .tj-page-link a:hover{
    color: var(--tj-color-theme-primary) !important;
}
.mk-page-header .tj-page-link a,
.mk-page-header .tj-page-link span{
    color: #929292 !important;
}
.mk-page-header h1{
    color: black !important;
}
.mk-page-header .up-title{
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: var(--tj-fw-bold);
    border: 1px dashed var(--tj-color-border-1);
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    align-self: baseline;
    margin: 0 auto;
}

/* Same vertical offset as .mk-page-header so the hero clears the fixed site header */
/* Hero matches _pillars.htm: mk25-pillars + tj-service-section + inline background-image (grey-3 base from .tj-service-section) */
body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner {
    margin-top: 10rem;
}
/* No h4-banner-section here: avoid dark hero + white text; Pillars-style body/heading colours */
body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .sec-heading {
    max-width: none;
}
body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .h4-banner-content .sec-title {
    color: var(--tj-color-heading-primary);
    max-width: none;
    width: 100%;
}
body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .h4-banner-content .banner-desc {
    color: var(--tj-color-text-body);
}
/* section-gap + h4 inner padding: avoid double vertical padding */
body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .h4-banner-content {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .h4-banner-content {
        padding-bottom: 45px !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .h4-banner-content {
        padding-bottom: 40px !important;
    }
}
/* Remove main.css decorative ::before on text column (red blur) and on photo (dark gradient) */
body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .h4-banner-content::before,
body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .banner-img::before {
    content: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner {
        margin-top: 8rem !important;
    }
}

body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .h4-banner-area {
    position: relative;
    z-index: 1;
}

body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .banner-desc-area {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: none;
    width: 100%;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}
body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .banner-desc {
    max-width: none;
    width: 100%;
    padding-left: 0;
}

.mk-cursor-pointer{
	cursor: pointer !important;
}
.mk-highlight{
	color: var(--tj-color-theme-primary) !important;
	font-weight: 700;
}

.mk-pulsating-play{
    position: absolute;
    top: 44%;
    left: 46.5%;
    overflow: visible;
    cursor: pointer;
}

.mk-video-iframe{
    width: 100%;
    height: 100vh;
}

#youtubeVideoModal {
    transition: none !important;
}

#youtubeVideoModal.show {
    display: block !important;
}

#youtubeVideoModal .modal-dialog {
    transition: none !important;
    transform: none !important;
}

#youtubeVideoModal .modal-backdrop {
    transition: none !important;
}

#youtubeVideoModal .modal-content {
    background: transparent;
    transition: none !important;
}

#youtubeVideoModal .btn-close {
    opacity: 1;
    filter: brightness(0) invert(1);
    font-size: 1.5rem;
    top: 4rem !important;
    position: absolute !important;
    right: .6rem !important;
}

#youtubeVideoModal .btn-close:hover {
    opacity: 0.8;
}

.mk-services-boxes-fundraising-gala .choose-content{
    overflow: hidden;
    border-radius: 12px;
}
.mk-services-boxes-fundraising-gala .choose-content-bg-wrap{
    border-radius: 12px;
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
}
.mk-services-boxes-fundraising-gala .choose-content-bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    border-radius: 12px !important;
    transition: all .333s ease-out;
    border-radius: 12px;
}
.mk-services-boxes-fundraising-gala .choose-box:hover .choose-content-bg{
    transform: scale(1.1);
    transition: all .333s ease-out;
}

.mk-featured-video{
    margin-bottom: 4rem;
}

.mk-featured-video-video{
    min-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 13px;
    display: block;
}

/* Responsive stage: no GSAP zoom-on-scroll (avoids broken scale on mobile) */
.mk-featured-video__stage {
	width: 100%;
	max-width: 100%;
	margin-inline: auto;
	overflow: hidden;
	border-radius: 12px;
}

.mk-h10-hero-banner-img{
    position: relative;
}

.mk-featured-video .h10-hero-banner-video {
	position: relative;
}

.mk-featured-video .h10-hero-banner-video .mk-pulsating-play.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.mk-featured-video .h10-hero-banner-video .mk-pulsating-play,
.mk-featured-video .h10-hero-banner-video button.mk-pulsating-play {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: visible;
	cursor: pointer;
	transition: opacity 0.3s ease, transform 0.3s ease;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 98px;
	height: 98px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	line-height: 0;
}

.mk-featured-video .h10-hero-banner-video button.mk-pulsating-play svg {
	display: block;
	width: 100%;
	height: auto;
}

.mk-featured-video .h10-hero-banner-video .mk-pulsating-play:hover,
.mk-featured-video .h10-hero-banner-video button.mk-pulsating-play:hover {
	-webkit-transform: translate(-50%, -50%) scale(1.08);
	-ms-transform: translate(-50%, -50%) scale(1.08);
	transform: translate(-50%, -50%) scale(1.08);
}

.mk-featured-video .h10-hero-banner-video video {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

@media screen and (max-width: 767px) {
	.mk-featured-video__media {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
	}
	.mk-featured-video__stage {
		border-radius: 10px;
	}
	.mk-featured-video-video {
		border-radius: 10px;
	}
	.mk-featured-video .h10-hero-banner-video .mk-pulsating-play,
	.mk-featured-video .h10-hero-banner-video button.mk-pulsating-play {
		width: 72px;
		height: 72px;
	}
}

@media screen and (max-width: 575px) {
	.mk-featured-video .h10-hero-banner-video .mk-pulsating-play,
	.mk-featured-video .h10-hero-banner-video button.mk-pulsating-play {
		width: 64px;
		height: 64px;
	}
}

/* Modal: responsive 16:9 instead of forced 100vh height */
.mk-featured-video-modal-ratio {
	max-height: min(100vh - 4rem, 56.25vw);
}

/* Featured video thumbnail (image only on page) */
.mk-featured-video .h10-hero-banner-video .mk-featured-video-thumb {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

/* Fullscreen video overlay */
.mk-video-fullscreen-overlay {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.95);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mk-video-fullscreen-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

.mk-video-fullscreen-container {
	position: relative;
	width: min(92vw, 1200px);
	aspect-ratio: 16 / 9;
	transform: scale(0.92);
	opacity: 0;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.mk-video-fullscreen-overlay.is-active .mk-video-fullscreen-container {
	transform: scale(1);
	opacity: 1;
}

.mk-featured-video-video-fullscreen {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: black;
}

.mk-video-close-btn {
	position: fixed;
	top: 18px;
	right: 18px;
	width: 48px;
	height: 48px;
	background-color: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	color: white;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
	z-index: 10000;
	opacity: 0;
	transform: scale(0.9);
}

.mk-video-fullscreen-overlay.is-active .mk-video-close-btn {
	opacity: 1;
	transform: scale(1);
}

.mk-video-close-btn:hover {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5);
	transform: scale(1.06);
}

html.mk-video-lock-scroll,
html.mk-video-lock-scroll body {
	overflow: hidden;
}

.mk-featured-video .sub-title {
	margin-left: 0 !important;
}

.mk-featured-video p {
	color: #666666;
}

@media screen and (max-width: 767px) {
	/* Founder tribute intro (_featured_video.htm): left-align copy on mobile */
	.mk-featured-video .container.gap-0 .mk-featured-video__intro > .col-12 {
		text-align: left !important;
	}
	.mk-featured-video .container.gap-0 .mk-featured-video__intro .sec-heading.text-left {
		text-align: left !important;
	}
	.mk-featured-video .container.gap-0 .mk-featured-video__intro .sec-heading.text-left .sub-title {
		margin-left: 0 !important;
		margin-right: auto;
	}
	.mk-featured-video .container.gap-0 .mk-featured-video__intro h2.sec-title {
		text-align: left !important;
		line-height: 1.18;
	}
	.mk-featured-video .container.gap-0 .mk-featured-video__intro p {
		text-align: left !important;
	}
}

/* Who We Are — Core Values (_core_values.htm): mobile spacing + horizontal pagination below slides */
@media screen and (max-width: 767.98px) {
	.mk-who-we-are-core-values .sec-heading-wrap > .sub-title {
		margin-bottom: 1.5rem !important;
	}
	.mk-who-we-are-core-values .heading-wrap-content {
		margin-top: 0.25rem;
	}
	.mk-who-we-are-core-values.tj-choose-section .swiper-pointer-events {
		padding-bottom: 0.75rem;
	}
	.mk-who-we-are-core-values .mk-core-values-swiper-pagination.swiper-pagination-bullets,
	.mk-who-we-are-core-values .mk-core-values-swiper-pagination {
		position: static !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		transform: none !important;
		width: 100% !important;
		max-width: 100%;
		margin-top: 1rem !important;
		margin-bottom: 0;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 10px;
		line-height: normal;
		flex-direction: row !important;
	}
	.mk-who-we-are-core-values .mk-core-values-swiper-pagination .swiper-pagination-bullet {
		margin: 0 !important;
	}
}

/* Strategic plan / Platform intro: pill label, two-tone title, body (matches prosperous-future design) */
.mk-strategic-plan .container > .row:first-child .sec-heading.text-left .sub-title {
	margin-left: 0 !important;
	margin-right: auto;
}
.mk-strategic-plan .container > .row:first-child .sec-heading .sub-title {
	border-style: solid;
	border-radius: 999px;
	border-color: var(--tj-color-border-1);
	color: var(--tj-color-text-body-3);
	font-weight: var(--tj-fw-sbold);
	letter-spacing: 0.12em;
}
.mk-strategic-plan .container > .row:first-child h2.sec-title {
	color: var(--tj-color-heading-primary);
	line-height: 1.18;
	font-weight: var(--tj-fw-bold);
}
.mk-strategic-plan .container > .row:first-child h2.sec-title span {
	color: var(--tj-color-theme-primary);
}
.mk-strategic-plan .container > .row:first-child > .col-12 p {
	color: #4a5568;
	line-height: 1.62;
}

/* Privacy policy page: intro chrome aligned with strategic plan, separate BEM root (no mk-strategic-plan) */
.mk-privacy-policy .container > .row:first-child .sec-heading.text-left .sub-title {
	margin-left: 0 !important;
	margin-right: auto;
}
.mk-privacy-policy .container > .row:first-child .sec-heading .sub-title {
	border-style: solid;
	border-radius: 999px;
	border-color: var(--tj-color-border-1);
	color: var(--tj-color-text-body-3);
	font-weight: var(--tj-fw-sbold);
	letter-spacing: 0.12em;
}
.mk-privacy-policy .container > .row:first-child h2.sec-title {
	color: var(--tj-color-heading-primary);
	line-height: 1.18;
	font-weight: var(--tj-fw-bold);
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}
.mk-privacy-policy .container > .row:first-child h2.sec-title span {
	color: var(--tj-color-theme-primary);
}

/* Strategic plan / prosperous-future PDF CTA: fix ghost text + layout on small screens */
.mk-strategic-plan .mk-boxed .mk-strategic-plan__thumb {
	display: block;
	height: auto;
}

.mk-strategic-plan .mk-boxed .tj-primary-btn.mk-strategic-plan__btn {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 991px) {
	.mk-strategic-plan .mk-strategic-plan__cta-col {
		margin-bottom: 0.25rem;
	}
	.mk-strategic-plan .mk-boxed .tj-primary-btn.mk-strategic-plan__btn {
		font-size: 14px;
		line-height: 1.45;
		padding: 10px 10px 10px 16px !important;
		max-width: 100%;
		box-sizing: border-box;
		overflow: visible;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 0;
		height: auto;
	}
	.mk-strategic-plan .mk-boxed .tj-primary-btn .btn-text {
		overflow: visible;
		padding-bottom: 0;
		text-align: left;
		min-width: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.mk-strategic-plan .mk-boxed .tj-primary-btn .btn-text span {
		display: block;
		line-height: 1.45;
		text-shadow: none !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		-webkit-transition: none;
		transition: none;
		white-space: normal;
		overflow-wrap: anywhere;
		word-wrap: break-word;
	}
	.mk-strategic-plan .mk-boxed .tj-primary-btn:hover .btn-text span {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	.mk-strategic-plan .mk-boxed .tj-primary-btn .btn-icon {
		width: 36px;
		height: 36px;
		font-size: 18px;
		flex-shrink: 0;
	}
}

@media screen and (max-width: 767px) {
	.mk-strategic-plan .container > .row:first-child > .col-12 {
		text-align: center;
	}
	.mk-strategic-plan .container > .row:first-child .sec-heading.text-left {
		text-align: center !important;
	}
	.mk-strategic-plan .container > .row:first-child .sec-heading.text-left .sub-title {
		margin-left: auto !important;
		margin-right: auto;
	}
	.mk-privacy-policy .container > .row:first-child > .col-12,
	.mk-privacy-policy .container > .row:first-child .sec-heading,
	.mk-privacy-policy .container > .row:first-child h2.sec-title {
		text-align: left;
	}
	.mk-privacy-policy .container > .row:first-child .sec-heading.text-left .sub-title {
		margin-left: 0 !important;
		margin-right: auto;
	}
	.mk-strategic-plan .mk-boxed .tj-primary-btn.mk-strategic-plan__btn {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.mk-strategic-plan .mk-boxed .tj-primary-btn.mk-strategic-plan__btn .btn-text {
		text-align: center;
	}
	.mk-strategic-plan .mk-boxed h3,
	.mk-strategic-plan .mk-boxed h4 {
		font-size: 1.125rem;
		line-height: 1.35;
	}
}

/* Diaspora Services (/diaspora-services): left-align all text on mobile (overrides .mk-strategic-plan mobile center rules above) */
@media screen and (max-width: 767px) {
	body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .h4-banner-content,
	body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .h4-banner-area,
	body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .sec-heading,
	body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .sec-title,
	body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .banner-desc,
	body.page-diaspora-services-diaspora-services .mk-diaspora-services-banner .banner-desc-area {
		text-align: left !important;
	}
	body.page-diaspora-services-diaspora-services .mk-strategic-plan .container > .row:first-child > .col-12 {
		text-align: left !important;
	}
	body.page-diaspora-services-diaspora-services .mk-strategic-plan .container > .row:first-child .sec-heading.text-left {
		text-align: left !important;
	}
	body.page-diaspora-services-diaspora-services .mk-strategic-plan .container > .row:first-child .sec-heading.text-left .sub-title {
		margin-left: 0 !important;
		margin-right: auto;
	}
	body.page-diaspora-services-diaspora-services .mk-strategic-plan h2.sec-title,
	body.page-diaspora-services-diaspora-services .mk-strategic-plan p,
	body.page-diaspora-services-diaspora-services .mk-strategic-plan ul,
	body.page-diaspora-services-diaspora-services .mk-strategic-plan li,
	body.page-diaspora-services-diaspora-services .mk-strategic-plan h4 {
		text-align: left !important;
	}
	body.page-diaspora-services-diaspora-services .mk-diaspora-services-government,
	body.page-diaspora-services-diaspora-services .mk-diaspora-who-we-are {
		text-align: left !important;
	}
	body.page-diaspora-services-diaspora-services .mk-diaspora-services-cards .service-content,
	body.page-diaspora-services-diaspora-services .mk-diaspora-services-cards .title,
	body.page-diaspora-services-diaspora-services .mk-diaspora-services-cards .title a,
	body.page-diaspora-services-diaspora-services .mk-diaspora-services-cards .desc {
		text-align: left !important;
	}
	body.page-diaspora-services-diaspora-services .mk-diaspora-services-cards .text-btn {
		justify-content: flex-start !important;
	}
}

/* Platform for Prosperous Future (/about-us/platform-for-prosperous-future): left-align on mobile */
@media screen and (max-width: 767px) {
	body.page-about-us-platform-for-prosperous-future .mk-page-header,
	body.page-about-us-platform-for-prosperous-future .mk-page-header .tj-page-header-content,
	body.page-about-us-platform-for-prosperous-future .mk-page-header .tj-page-title,
	body.page-about-us-platform-for-prosperous-future .mk-page-header .tj-page-link,
	body.page-about-us-platform-for-prosperous-future .mk-page-header .up-title {
		text-align: left !important;
	}
	body.page-about-us-platform-for-prosperous-future .mk-page-header .tj-page-link {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start !important;
	}
	body.page-about-us-platform-for-prosperous-future .mk-page-header .up-title {
		margin-left: 0 !important;
		margin-right: auto;
	}
	body.page-about-us-platform-for-prosperous-future .mk-strategic-plan .container > .row:first-child > .col-12 {
		text-align: left !important;
	}
	body.page-about-us-platform-for-prosperous-future .mk-strategic-plan .container > .row:first-child .sec-heading.text-left {
		text-align: left !important;
	}
	body.page-about-us-platform-for-prosperous-future .mk-strategic-plan .container > .row:first-child .sec-heading.text-left .sub-title {
		margin-left: 0 !important;
		margin-right: auto;
	}
	body.page-about-us-platform-for-prosperous-future .mk-strategic-plan h2.sec-title,
	body.page-about-us-platform-for-prosperous-future .mk-strategic-plan p,
	body.page-about-us-platform-for-prosperous-future .mk-strategic-plan ul,
	body.page-about-us-platform-for-prosperous-future .mk-strategic-plan li,
	body.page-about-us-platform-for-prosperous-future .mk-strategic-plan h4 {
		text-align: left !important;
	}
	body.page-about-us-platform-for-prosperous-future .mk-strategic-plan .mk-strategic-plan__cta-col {
		text-align: left !important;
	}
	body.page-about-us-platform-for-prosperous-future .mk-strategic-plan .mk-boxed .tj-primary-btn.mk-strategic-plan__btn {
		margin-left: 0 !important;
		margin-right: auto !important;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start !important;
	}
	body.page-about-us-platform-for-prosperous-future .mk-strategic-plan .mk-boxed .tj-primary-btn.mk-strategic-plan__btn .btn-text {
		text-align: left !important;
	}
}

/* Strategic Plan (/about-us/strategic-plan): left-align intro + PDF row on mobile */
@media screen and (max-width: 767px) {
	body.page-about-us-strategic-plan .mk-strategic-plan .container > .row:first-child > .col-12 {
		text-align: left !important;
	}
	body.page-about-us-strategic-plan .mk-strategic-plan .container > .row:first-child .sec-heading.text-left {
		text-align: left !important;
	}
	body.page-about-us-strategic-plan .mk-strategic-plan .container > .row:first-child .sec-heading.text-left .sub-title {
		margin-left: 0 !important;
		margin-right: auto;
	}
	body.page-about-us-strategic-plan .mk-strategic-plan h2.sec-title,
	body.page-about-us-strategic-plan .mk-strategic-plan h3,
	body.page-about-us-strategic-plan .mk-strategic-plan p {
		text-align: left !important;
	}
	body.page-about-us-strategic-plan .mk-strategic-plan .mk-strategic-plan__cta-col {
		text-align: left !important;
	}
	body.page-about-us-strategic-plan .mk-strategic-plan .mk-boxed .tj-primary-btn.mk-strategic-plan__btn {
		margin-left: 0 !important;
		margin-right: auto !important;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start !important;
	}
	body.page-about-us-strategic-plan .mk-strategic-plan .mk-boxed .tj-primary-btn.mk-strategic-plan__btn .btn-text {
		text-align: left !important;
	}
}

/* Get Involved — Advisory Board (/get-involved/become-a-member/advisory-board): left-align intro on mobile */
@media screen and (max-width: 767px) {
	body.page-get-involved-become-a-member-advisory-board .mk-strategic-plan .container > .row:first-child > .col-12 {
		text-align: left !important;
	}
	body.page-get-involved-become-a-member-advisory-board .mk-strategic-plan .container > .row:first-child .sec-heading.text-left {
		text-align: left !important;
	}
	body.page-get-involved-become-a-member-advisory-board .mk-strategic-plan .container > .row:first-child .sec-heading.text-left .sub-title {
		margin-left: 0 !important;
		margin-right: auto;
	}
	body.page-get-involved-become-a-member-advisory-board .mk-strategic-plan h2.sec-title,
	body.page-get-involved-become-a-member-advisory-board .mk-strategic-plan p {
		text-align: left !important;
	}
	body.page-get-involved-become-a-member-advisory-board .mk-strategic-plan .tj-primary-btn {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start !important;
	}
	body.page-get-involved-become-a-member-advisory-board .mk-strategic-plan .tj-primary-btn .btn-text {
		text-align: left !important;
	}
}

/* Get Involved — Ambassadors Club (/get-involved/become-a-member/ambassadors-club): left-align intro on mobile */
@media screen and (max-width: 767px) {
	body.page-get-involved-become-a-member-ambassadors-club .mk-strategic-plan .container > .row:first-child > .col-12 {
		text-align: left !important;
	}
	body.page-get-involved-become-a-member-ambassadors-club .mk-strategic-plan .container > .row:first-child .sec-heading.text-left {
		text-align: left !important;
	}
	body.page-get-involved-become-a-member-ambassadors-club .mk-strategic-plan .container > .row:first-child .sec-heading.text-left .sub-title {
		margin-left: 0 !important;
		margin-right: auto;
	}
	body.page-get-involved-become-a-member-ambassadors-club .mk-strategic-plan h2.sec-title,
	body.page-get-involved-become-a-member-ambassadors-club .mk-strategic-plan p {
		text-align: left !important;
	}
	body.page-get-involved-become-a-member-ambassadors-club .mk-strategic-plan .tj-primary-btn {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start !important;
	}
	body.page-get-involved-become-a-member-ambassadors-club .mk-strategic-plan .tj-primary-btn .btn-text {
		text-align: left !important;
	}
}

/* Get Involved — Volunteer (/get-involved/volunteer): left-align intro on mobile */
@media screen and (max-width: 767px) {
	body.page-get-involved-volunteer .mk-strategic-plan .container > .row:first-child > .col-12 {
		text-align: left !important;
	}
	body.page-get-involved-volunteer .mk-strategic-plan .container > .row:first-child .sec-heading.text-left {
		text-align: left !important;
	}
	body.page-get-involved-volunteer .mk-strategic-plan .container > .row:first-child .sec-heading.text-left .sub-title {
		margin-left: 0 !important;
		margin-right: auto;
	}
	body.page-get-involved-volunteer .mk-strategic-plan h2.sec-title,
	body.page-get-involved-volunteer .mk-strategic-plan p {
		text-align: left !important;
	}
	body.page-get-involved-volunteer .mk-strategic-plan .tj-primary-btn {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start !important;
	}
	body.page-get-involved-volunteer .mk-strategic-plan .tj-primary-btn .btn-text {
		text-align: left !important;
	}
}

@media screen and (max-width: 575px) {
	.mk-strategic-plan .mk-boxed .tj-primary-btn.mk-strategic-plan__btn {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.mk-strategic-plan .mk-boxed .tj-primary-btn .btn-text {
		text-align: center;
	}
}

/* Annual reports: PDF row buttons + intro CTA (same .tj-primary-btn ghost-line fix) */
@media screen and (max-width: 991px) {
	.mk-annual-reports .mk-annual-reports__boxed {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		background-size: cover;
	}
	.mk-annual-reports .acc-box .tj-primary-btn.mk-annual-report-link {
		font-size: 14px !important;
		line-height: 1.45;
		padding: 12px 14px 12px 16px !important;
		max-width: 100%;
		box-sizing: border-box;
		overflow: visible;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		min-height: 0;
		height: auto;
		gap: 12px;
	}
	.mk-annual-reports .acc-box .tj-primary-btn .mk-ar-title {
		overflow: visible;
		padding-bottom: 0;
		text-align: left;
		min-width: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		font-size: 14px !important;
		font-weight: 700;
	}
	.mk-annual-reports .acc-box .tj-primary-btn .mk-ar-title span {
		display: block;
		line-height: 1.45;
		text-shadow: none;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		-webkit-transition: none;
		transition: none;
		white-space: normal;
		overflow-wrap: anywhere;
		word-wrap: break-word;
	}
	.mk-annual-reports .acc-box .tj-primary-btn:hover .mk-ar-title span {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	.mk-annual-reports .acc-box .tj-primary-btn .btn-icon {
		width: 36px;
		height: 36px;
		font-size: 18px;
		flex-shrink: 0;
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin-top: 2px;
	}
	.mk-annual-reports .tj-primary-btn.mk-annual-reports__cta-btn {
		font-size: 14px;
		line-height: 1.45;
		padding: 10px 12px 10px 18px !important;
		max-width: 100%;
		overflow: visible;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 0;
		height: auto;
	}
	.mk-annual-reports .tj-primary-btn.mk-annual-reports__cta-btn .btn-text {
		overflow: visible;
		padding-bottom: 0;
		text-align: left;
		min-width: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.mk-annual-reports .tj-primary-btn.mk-annual-reports__cta-btn .btn-text span {
		display: block;
		line-height: 1.45;
		text-shadow: none !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		-webkit-transition: none;
		transition: none;
		white-space: normal;
	}
	.mk-annual-reports .tj-primary-btn.mk-annual-reports__cta-btn:hover .btn-text span {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	.mk-annual-reports .tj-primary-btn.mk-annual-reports__cta-btn .btn-icon {
		width: 36px;
		height: 36px;
		flex-shrink: 0;
	}
}

@media screen and (max-width: 767px) {
	/* Intro block only: left-align on mobile (boxed PDF list below stays centered) */
	.mk-annual-reports .mk-annual-reports__intro > .col-12 {
		text-align: left !important;
	}
	.mk-annual-reports .mk-annual-reports__intro .sec-heading.text-left {
		text-align: left !important;
	}
	.mk-annual-reports .mk-annual-reports__intro .sec-heading.text-left .sub-title {
		margin-left: 0 !important;
		margin-right: auto;
	}
	.mk-annual-reports .mk-annual-reports__intro h2.sec-title {
		text-align: left !important;
		line-height: 1.18;
	}
	.mk-annual-reports .mk-annual-reports__intro p {
		text-align: left !important;
	}
	.mk-annual-reports .mk-annual-reports__intro .tj-primary-btn.mk-annual-reports__cta-btn {
		margin-left: 0 !important;
		margin-right: auto !important;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start !important;
	}
	.mk-annual-reports .mk-annual-reports__intro .tj-primary-btn.mk-annual-reports__cta-btn .btn-text {
		text-align: left !important;
	}
	.mk-annual-reports .mk-annual-reports__boxed .sec-heading {
		text-align: center !important;
	}
	.mk-annual-reports .mk-annual-reports__boxed h3 {
		font-size: 1.125rem;
	}
	/* PDF row: label centered in row, icon stays at end */
	.mk-annual-reports .acc-box .tj-primary-btn.mk-annual-report-link {
		display: grid;
		grid-template-columns: 1fr auto;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
		font-size: 12px !important;
		padding: 10px 12px !important;
		-webkit-box-pack: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
		min-height: 0;
	}
	.mk-annual-reports .acc-box .tj-primary-btn .mk-ar-title {
		font-size: 13px !important;
		text-align: center;
		justify-self: center;
		width: 100%;
	}
	.mk-annual-reports .acc-box .tj-primary-btn .mk-ar-title span {
		text-align: center;
	}
	.mk-annual-reports .acc-box .tj-primary-btn .btn-icon {
		width: 32px;
		height: 32px;
		font-size: 16px;
		margin-top: 0;
		-ms-flex-item-align: center;
		align-self: center;
		-ms-grid-row-align: center;
	}
}

@media screen and (max-width: 575px) {
	.mk-annual-reports .mk-annual-reports__intro .tj-primary-btn.mk-annual-reports__cta-btn {
		width: 100%;
		max-width: 22rem;
		margin-left: 0 !important;
		margin-right: auto !important;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start !important;
	}
	.mk-annual-reports .mk-annual-reports__intro .tj-primary-btn.mk-annual-reports__cta-btn .btn-text {
		text-align: left !important;
	}
}

.mk-featured-quote .mk-featured-quote-left img{
    -webkit-box-shadow: -1px 12px 6px -3px #D9D9D9;
    box-shadow: -1px 12px 6px -3px #D9D9D9;
}
.mk-featured-quote .mk-featured-quote-left img,
.mk-featured-quote .mk-featured-quote-right .quote-right-inner{
    border-radius: 12px;
}
.mk-featured-quote .mk-featured-quote-right .quote-right-inner {
    background-color: var(--tj-color-grey-1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 81%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.mk-featured-quote .mk-featured-quote-right .quote-right-inner .sec-title {
    overflow: visible !important;
    font-weight: 700 !important;
    margin-bottom: 0;
}
.mk-featured-quote .title-anim > div {
    overflow: visible !important;
}
.mk-featured-quote .sec-title{
    font-weight: 500 !important;
}

/* Page Specific CSS */
body:not(.page-home) .header-area.header-2.header-absolute .header-wrapper{
    border-top: 1px solid #EBEBEB;
    border-radius: 0;
    padding: 0;
}
body:not(.page-home) .mk25-logo-red,
body:not(.page-home) .mk25-logo-white{
    height: 75px !important;
}
body.page-about-us-our-community-advisory-board,
body.page-about-us-our-community-board-of-directors,
body.page-about-us-our-community-ambassadors-club,
body.page-about-us-our-community-our-team,
body.page-about-us-who-we-are,
body.page-our-community{
    background-color: white !important;
}
body.page-about-us-who-we-are .header-area.header-2.header-absolute{
    width: calc(100% - 30px) !important;
    margin: 0;
    left: 15px;
}
body.page-our-community{
    background-color: white;
}
body.page-about-us-who-we-are header.header-area:not(.sticky) > .container-fluid,
body.page-our-community header.header-area:not(.sticky) > .container-fluid{
    background: white;
    border-radius: 12px;
}
body.page-about-us-who-we-are header.header-area:not(.sticky) .mainmenu ul > li > a,
body.page-about-us-our-community-board-of-directors header.header-area:not(.sticky) .mainmenu ul > li > a,
body.page-about-us-our-community-our-team header.header-area:not(.sticky) .mainmenu ul > li > a,
body.page-about-us-our-community-ambassadors-club header.header-area:not(.sticky) .mainmenu ul > li > a,
body.page-about-us-our-community-advisory-board header.header-area:not(.sticky) .mainmenu ul > li > a,
body.page-our-community header.header-area:not(.sticky) .mainmenu ul > li > a{
    color: var(--tj-color-heading-primary) !important;
}
section.tj-page-header {
    margin-top: calc(60px + 3rem) !important;
}
body:not(.page-home) .mk25-logo-white{
    display: none;
}
body.page-home .mk25-logo-red{
    display: none;
}

/* Desktop nav: keep nested flyout menus in view (paired with main.js) */
@media only screen and (min-width: 1200px) {
    /* JS-adjusted flyouts pinned to the viewport bottom edge */
    .mainmenu li.has-dropdown > .sub-menu.sub-menu--viewport-fit {
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
}

/* ====================== */
/* What We Do cards: 16:9 frame (e.g. 1920×1080) — wider than tall, image fills via object-fit */
.tj-service-section .mk-service-item .mk-service-image{
    position: relative;
    overflow: hidden;
    border-top-left-radius: 13px;
    border-top-right-radius: 25px;
    aspect-ratio: 16 / 9;
}
.tj-service-section .mk-service-item .mk-service-image img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.33s ease;
}
.tj-service-section .mk-service-item:hover .mk-service-image img {
    transform: scale(1.1);
}
.hero-slider .swiper-wrapper{
    max-height: 96vh;
}
.hero-slider .slider-content img.in-slide-img{
    max-width: 180px !important;
    display: block !important;
    margin: 0 auto;
    margin-bottom: 2.2rem;
    border: none !important;
}
.menu_bar.menu_offcanvas{
    display: none !important;
}
.tj-funfact-slider{
    overflow: visible !important;
}
.tj-funfact-slider .swiper-pagination{
    bottom: -75px !important;
}
.tj-single-quote-section{
    background-color: white !important
}
.tj-single-quote-section .row div.column:nth-of-type(2) .card-body{
    background-color: var(--tj-color-grey-1);
    color: var(--tj-color-heading-primary);
    border-radius: 10px;
}
.tj-single-quote-section .row .column img{
    border-radius: 10px;
}
.tj-single-quote-section .row .column .card-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 152%;
    letter-spacing: 0;
    font-style: initial;
    margin-bottom: 3px !important;
}
.tj-single-quote-section .row .column p.author{
    color: var(--tj-color-heading-primary);
    font-size: var(--tj-fs-h6);
}
.tj-single-quote-section .row .column p.role{
    color: var(--tj-color-theme-primary);
}
.tj-single-quote-section .row .column .quote-icon{
    font-size: 40px;
}
.tj-single-quote-section .row .column .author{
    font-weight: var(--tj-fw-sbold);
    color: var(--tj-color-common-white);
    line-height: 1;
    margin-bottom: 6px;
}
.tj-single-quote-section .row .column .role{
    font-size: 14px;
    color: var(--tj-color-theme-bg);
    line-height: 1;
}
.tj-single-quote-section .row .column hr{
    opacity: .5;
    border-style: dashed;
}
.tj-testimonial-section-3{
    background-color: white !important;
}
.tj-testimonial-section-3 .sec-title{
    width: 100%;
    border: none !important;
    max-width: 100% !important;
}
.tj-about-section h3.sec-title > div{
    float: left;
    overflow: visible;
}
/* Home: mission CTA between hero video and About */
.mk-home-mission-cta {
	background-color: var(--tj-color-common-white);
	padding: 4rem 0 0;
}

.mk-home-mission-cta__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 100%;
}

.mk-home-mission-cta .sec-heading {
	margin-bottom: 2rem;
	text-align: center;
}

.mk-home-mission-cta .sec-heading .sec-title {
	margin-bottom: 0;
}

.mk-home-mission-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 1.25rem;
}

/* Calendar: red outline + red arrow circle (default) */
.mk-home-mission-cta .mk-home-calendar-btn {
	background-color: transparent !important;
	border: 1px solid var(--tj-color-theme-primary);
	transition: background-color 0.35s ease, border-color 0.35s ease;
}

.mk-home-mission-cta .mk-home-calendar-btn .btn-text {
	color: var(--tj-color-heading-primary);
}

.mk-home-mission-cta .mk-home-calendar-btn .btn-icon {
	background-color: var(--tj-color-theme-primary);
	transition: background-color 0.35s ease;
}

.mk-home-mission-cta .mk-home-calendar-btn .btn-icon i {
	color: var(--tj-color-common-white);
}

/* Hover: solid primary (same as hero / site buttons) */
.mk-home-mission-cta .mk-home-calendar-btn:hover {
	background-color: var(--tj-color-theme-primary) !important;
	border-color: var(--tj-color-theme-primary);
}

.mk-home-mission-cta .mk-home-calendar-btn:hover .btn-text {
	color: var(--tj-color-common-white) !important;
}

.mk-home-mission-cta .mk-home-calendar-btn:hover .btn-icon {
	background-color: var(--tj-color-common-white) !important;
}

.mk-home-mission-cta .mk-home-calendar-btn:hover .btn-icon i {
	color: var(--tj-color-heading-primary) !important;
}

@media screen and (max-width: 767.98px) {
	.mk-home-mission-cta {
		padding: 3rem 0 0;
	}

	.mk-home-mission-cta .sec-heading {
		margin-bottom: 1.5rem;
	}

	.mk-home-mission-cta__actions {
		flex-direction: column;
		align-items: center;
	}
}

.tj-about-section{
    background-color: white;
}
.tj-about-section .about-img-area{
    height: 100%;
}
.tj-about-section .about-content-area .text-btn .btn-text{
    color: var(--tj-color-theme-dark);
}
.tj-about-section .about-content-area .text-btn:hover .btn-text{
    color: var(--tj-color-theme-primary);
}
.tj-about-section .about-content-area .text-btn:hover .btn-icon{
    background-color: var(--tj-color-theme-dark);
}
.tj-funfact-section > div.container{
    overflow: hidden;
}
.tj-funfact-section{
    padding-top: 75px !important;
}
@media screen and (max-width: 991.98px) {
	/* Leaders block: main.css only adds padding-left: 3rem — on stacked layout right stays ~12px (col gutter); balance both sides. */
	body .tj-funfact-section .messages-content {
		padding-inline: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
	}
}
.mk20-layout-1{
    display: flex;
    flex-direction: column;
}
.mk20-layout-1 .client-review-cont{
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center;
}
.mk20-layout-1 .client-review-cont .desc{
    font-size: var(--tj-fs-h4);
    line-height: 1.85rem;
    font-weight: 300;
}
.mk20-layout-1 .mk25-stretch{
    flex-grow: 1;
}
.ambassadors-swiper .swiper-pagination{
    bottom: -3px !important
}
/* Single news post: hero image shows full artwork (same approach as single event) */
body.single-post .blog-featured-image .featured-image-wrap {
    position: relative;
    width: 100%;
    border-radius: 13px;
    line-height: 0;
    background-color: var(--tj-color-grey-1);
}
body.single-post .blog-featured-image .featured-image-wrap img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    vertical-align: top;
}
/* BACKDROP */
/* OUR COMMUNITY PAGE */
body.page-our-community #advisory-board .sec-title,
body.page-our-community #advisory-board .sec-title *{
    color: white;
}
body.page-our-community #advisory-board .tj-primary-btn .btn-icon{
    background-color: var(--tj-color-theme-primary);
}
body.page-our-community #advisory-board .tj-primary-btn{
    background-color: white;
}
body.page-our-community #advisory-board .tj-primary-btn .btn-icon i{
    color: white;
}
body.page-our-community #advisory-board .tj-primary-btn .btn-text span{
    color: var(--tj-color-theme-primary);
}
body.page-our-community #advisory-board .sec-heading .sub-title{
    color: white;
}
body.page-our-community #advisory-board .sec-heading .sub-title i{
    color: white;
}
body.page-our-community #advisory-board .team-item .title{
    color: white;
}
body.page-our-community #advisory-board{
    background: linear-gradient(90deg, rgb(190 63 69) 0%, rgba(165, 30, 37, 1) 71%);
    padding-top: 5rem;
}
body.page-our-community #advisory-board .fa-brands.fa-linkedin-in{
    color: white;
}
body.page-our-community #our-team {
    background-size: cover;
    background-position: center;
}
body.page-our-community #ambassadors-club {
    background-color: white;
}
body.page-our-community .bio-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
body.page-our-community .bio-popup-overlay.visible {
    opacity: 1;
    background: rgba(0,0,0,0.8);
}
/* POPUP FULLSCREEN */
body.page-our-community .social-links {
    cursor: pointer;
}
body.page-our-community .bio-popup {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    transform: translateY(40px);
    opacity: 0;
    transition: all 0.3s ease;
    overflow: hidden; /* content scroll only on right side */
}
body.page-our-community .bio-popup.visible {
    transform: translateY(0);
    opacity: 1;
}
/* CLOSE BUTTON */
body.page-our-community .bio-popup-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: transparent;
    border: none;
    font-size: 42px;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
}
/* LEFT IMAGE */
body.page-our-community .bio-popup-image {
    width: 40%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.page-our-community .bio-popup-image img {
    width: 50%;
    height: 50%;
    object-fit: cover;
}
/* RIGHT SCROLLABLE CONTENT */
body.page-our-community .bio-popup-info {
    width: 60%;
    height: 90%;
    overflow-y: auto;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: end;
}
body.page-our-community .bio-popup-info-inner{
    height: 100%;
    overflow-y: auto;
}
body.page-our-community .bio-popup-image{
    flex-direction: column;
    text-align: center;
}
body.page-our-community .bio-popup-image .team-linkedin{
    display: inline;
    padding-left: 2rem;
    color: var(--tj-color-theme-primary);
}
body.page-events-event .blog-text img,
body.page-events-event .event-image img{
    border-radius: 10px;
    height: auto;
}
body.page-events-event .single-event-meta .category-item{
    width: 100%;
}

/* Single event desktop: compact box + From / To on one row */
@media only screen and (min-width: 768px) {
    body.page-events-event .single-event-meta.blog-category-two {
        width: fit-content;
        max-width: 100%;
    }
    body.page-events-event .single-event-meta .category-item {
        width: auto;
    }
    body.page-events-event .single-event-meta .category-item .cate-text {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 1.25rem;
        row-gap: 0.35rem;
    }
    body.page-events-event .single-event-meta .category-item .single-event-date-line {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
    }
    body.page-events-event .single-event-meta .category-item .cate-text h6.text {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* Single event: mobile-only layout for date block */
@media only screen and (max-width: 767px) {
    body.page-events-event .single-event-meta .category-item .single-event-date-line {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        align-items: center;
        justify-content: flex-end;
    }
    body.page-events-event .single-event-meta.blog-category-two .category-item {
        flex-wrap: nowrap;
        align-items: center;
        gap: 12px;
    }
    body.page-events-event .single-event-meta .category-item .cate-icons {
        flex-shrink: 0;
    }
    body.page-events-event .single-event-meta .category-item .cate-text {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-width: 0;
        align-items: flex-end;
        gap: 6px;
    }
    body.page-events-event .single-event-meta .category-item .cate-text h6.text {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* Single event: hero image shows full artwork (no crop from cover / forced aspect box) */
body.page-events-event .event-image .featured-image-wrap {
    position: relative;
    width: 100%;
    border-radius: 13px;
    line-height: 0;
    background-color: var(--tj-color-grey-1);
}
body.page-events-event .event-image .featured-image-wrap img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    vertical-align: top;
}

.mk-services-sidebar {
    padding: 1.25rem;
}
.mk-services-sidebar ul.sub-menu{
    padding: 0 !important;
}
.mk-services-sidebar span.category-title{
    font-size: 17px;
    border-bottom: 1px solid #D8D8D8;
    padding: 12px 0;
    color: black;
}
.mk-services-sidebar .sidebar-menu .category:hover > span.category-title{
    color: black;
}
.mk-services-sidebar .category:not(.is-open) span.category-title{
    color: #adadad;
}
.mk-services-sidebar .category.menu-item-black-hover span.category-title{
    color: black !important;
}
.mk-services-sidebar .category.menu-item-black-hover:hover span.category-title{
    color: var(--tj-color-theme-primary) !important;
}
.mk-services-sidebar .category.is-open ul.sub-menu li a{
    color: #adadad;
}
/* Active sub-item: red text only (no pill background — avoid global .service-categories ul li a.active) */
.mk-services-sidebar .category.is-open ul.sub-menu li.sidebar-item-active a{
    background: transparent !important;
    background-color: transparent !important;
    color: var(--tj-color-theme-primary) !important;
}
.service-categories ul li a:hover{
    background-color: white !important;
    color: var(--tj-color-text-body);
}
.service-categories ul li ul.sub-menu li.sidebar-item-active a{
    color: var(--tj-color-theme-primary) !important;
    background: transparent !important;
    background-color: transparent !important;
}
.service-categories ul li a{
    font-weight: initial !important;
    color: var(--tj-color-text-body);
    padding: 8px 0 !important;
    transition: all .333s ease-in;
    font-size: 14px;
}

.service-categories ul li ul.sub-menu li:hover a{
    color: var(--tj-color-theme-primary) !important;
}

/* END OUR COMMUNITY PAGE */
footer .footer-text{
    color: var(--tj-color-common-white);
}
@media screen and (max-width: 1024px){
    body.page-our-community .bio-popup{
        flex-direction: column;
    }
    body.page-our-community .bio-popup-image{
        display: block;
        margin: 0 auto;
        height: 35%;
        width: 100%;
    }
    body.page-our-community .bio-popup-image img {
        width: auto;
        height: 50%;
    }
    body.page-our-community .bio-popup h2{
        margin-bottom: 0 !important;
    }
    body.page-our-community .bio-popup-info{
        width: 100%;
        padding-top: 0;
        margin-top: -4rem;
    }
    body.page-our-community .bio-popup-info-inner p{
        padding-right: .75rem
    }
}
@media screen and (max-width: 991px){
    body.page-about-us-who-we-are section.tj-page-header,
    body.page-our-community section.tj-page-header{
        margin-top: 9rem !important;
    }
}
.mk-blockquote-no-margin{
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    font-weight: normal !important;
}
.mk-blockquote-no-margin p{
    font-size: 16px !important;
    font-weight: normal !important;
    color: #364E52 !important;
}
.mk-blockquote-no-margin h3.fw-bold{
    font-weight: bold !important;
}

/* Readable multi-paragraph pull quote (keeps theme quote icon & frame) */
blockquote.mk-pull-quote-readable {
	margin-top: 28px !important;
	margin-bottom: 40px !important;
	padding-top: 32px !important;
}
blockquote.mk-pull-quote-readable p {
	font-size: 17px !important;
	font-weight: 500 !important;
	line-height: 1.6 !important;
	letter-spacing: 0 !important;
	margin-bottom: 1rem !important;
	color: var(--tj-color-heading-primary) !important;
}
blockquote.mk-pull-quote-readable p:last-of-type {
	margin-bottom: 0 !important;
}
blockquote.mk-pull-quote-readable cite {
	margin-top: 1.35rem !important;
}

/* Fixed chatbot launcher (size/position shared with .mkbot-dock-sheet placement) */
:root {
    --mkbot-launcher-size: 58px;
    --mkbot-launcher-right: 24px;
    --mkbot-launcher-bottom: 24px;
    --mkbot-launcher-gap: 14px;
}

@media (max-width: 480px) {
    :root {
        --mkbot-launcher-right: 16px;
        --mkbot-launcher-bottom: 16px;
    }
}

.mk-chatbot-launcher {
    position: fixed;
    right: var(--mkbot-launcher-right);
    bottom: var(--mkbot-launcher-bottom);
    z-index: 100000001;
    width: var(--mkbot-launcher-size);
    height: var(--mkbot-launcher-size);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    padding: 0;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mk-chatbot-launcher:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.26);
}

.mk-chatbot-launcher:focus-visible {
    outline: 2px solid #f44343;
    outline-offset: 3px;
}

body.mkbot-dock-open .mk-chatbot-launcher {
    transform: scale(0.94);
    opacity: 0.92;
}

.mk-chatbot-launcher--over-content {
    background: #F44343;
    color: #fff;
}
.mk-chatbot-launcher--over-footer {
    background: #fff;
    color: #f44343;
}

/* ——— Chatbot assistant (full page + messenger dock) ——— */
.mkbot-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 145px 16px 36px;
}

.mkbot-wrapper {
    width: 100%;
}

.mkbot-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 4px;
    margin-left: auto;
    margin-bottom: 10px;
}

.mkbot-lang-switch-hero {
    margin-bottom: 2px;
}

.mkbot-lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: #374151;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 7px 12px;
    cursor: pointer;
}

.mkbot-lang-btn img {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
}

.mkbot-lang-btn.is-active {
    background: #F44343;
    color: #fff;
}

.mkbot-hero {
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
    min-height: 64vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.mkbot-title {
    margin: 0;
    font-size: 36px;
    line-height: 1.22;
    font-weight: 700;
    color: #121212;
}

.mkbot-subtitle {
    margin: 0 auto;
    max-width: 690px;
    font-size: 16px;
    line-height: 1.55;
    color: #4b5563;
}

.mkbot-input-wrap {
    margin: 0 auto;
    width: min(840px, 100%);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border: 1px solid #d7d7d7;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.mkbot-wrapper .mkbot-input-wrap:focus-within {
    border-color: #f44343;
    box-shadow: 0 0 0 2px rgba(244, 67, 67, 0.2);
}

.mkbot-input-wrap input {
    flex: 1;
    border: none;
    background: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #111827;
    padding: 8px 12px;
    outline: none;
}

/* main.css sets global input[type=text] { border: 1px … } after theme — strip inner box */
.mkbot-wrapper .mkbot-input-wrap input[type="text"],
.mkbot-wrapper .mkbot-input-wrap input[type="text"]:focus,
.mkbot-wrapper .mkbot-input-wrap input[type="text"]:focus-visible {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    background-color: transparent !important;
    -webkit-appearance: none;
    appearance: none;
}

.mkbot-wrapper .mkbot-input-wrap input[type="text"]:focus-visible {
    outline: none;
}

.mkbot-input-wrap input::placeholder {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.mkbot-input-wrap button {
    border: none;
    border-radius: 999px;
    background: #F44343;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 18px;
    min-width: 88px;
    cursor: pointer;
}

.mkbot-input-wrap button:disabled {
    opacity: 0.68;
    cursor: not-allowed;
}

.mkbot-cards {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.mkbot-card {
    border: none;
    border-radius: 16px;
    background: #F44343;
    color: #fff;
    text-align: left;
    padding: 16px;
    min-height: 118px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.2s ease;
}

.mkbot-card:hover {
    background: #8f0c13;
    transform: translateY(-1px);
}

.mkbot-chat {
    background: #F44343;
    border-radius: 28px;
    padding: 16px;
    min-height: calc(100vh - 160px);
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 14px;
}

.mkbot-sidebar {
    color: #fff;
    padding: 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mkbot-sidebar-list {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.5;
}

.mkbot-reset {
    margin-top: auto;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 14px;
    cursor: pointer;
}

.mkbot-main {
    background: #fff;
    border-radius: 24px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 194px);
}

.mkbot-log {
    flex: 1;
    overflow-y: auto;
    padding-right: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mkbot-msg {
    width: fit-content;
    max-width: 76%;
    border-radius: 12px;
    padding: 12px 14px;
    line-height: 1.48;
    font-size: 14px;
    white-space: pre-wrap;
}

.mkbot-msg-user {
    margin-left: auto;
    background: #F44343;
    color: #fff;
}

.mkbot-msg-bot {
    margin-right: auto;
    background: #fff;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.mkbot-msg-loading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mkbot-loading-dots {
    display: inline-flex;
    gap: 4px;
    position: relative;
    top: 6px;
}

.mkbot-loading-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F44343;
    opacity: 0.35;
    animation: mkbot-dot-bounce 1.2s infinite ease-in-out;
}

.mkbot-loading-dots span:nth-child(2) {
    animation-delay: 0.15s;
}

.mkbot-loading-dots span:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes mkbot-dot-bounce {
    0%, 80%, 100% {
        transform: translateY(0);
        opacity: 0.35;
    }
    40% {
        transform: translateY(-3px);
        opacity: 1;
    }
}

.mkbot-msg-bot a {
    color: #F44343;
    text-decoration: underline;
    font-weight: 700;
    word-break: break-word;
}

.mkbot-controls {
    margin-top: 12px;
}

.mkbot-input-wrap-chat {
    width: 100%;
}

.mkbot-suggested-btn {
    margin-top: 10px;
    border: none;
    border-radius: 999px;
    background: #F44343;
    color: #fff;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.mkbot-suggested {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.mkbot-suggested-item {
    border: none;
    border-radius: 12px;
    background: #F44343;
    color: #fff;
    text-align: left;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.4;
    cursor: pointer;
}

.mkbot-disclaimer {
    margin: 14px 2px 0;
    font-size: 12px;
    color: #6b7280;
    text-align: center;
}

.mkbot-wrapper .is-hidden {
    display: none !important;
}

@media (max-width: 980px) {
    .mkbot-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mkbot-chat {
        grid-template-columns: 1fr;
        min-height: auto;
        border-radius: 20px;
    }

    .mkbot-sidebar {
        background: #980d14;
        border-radius: 12px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .mkbot-sidebar-list {
        display: none;
    }

    .mkbot-reset {
        margin-top: 0;
    }

    .mkbot-main {
        min-height: 68vh;
    }
}

@media (max-width: 640px) {
    .mkbot-page {
        padding-top: 92px;
    }

    .mkbot-title {
        font-size: 28px;
    }

    .mkbot-subtitle {
        font-size: 14px;
    }

    .mkbot-cards {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 4px;
    }

    .mkbot-card {
        flex: 0 0 230px;
        min-height: 102px;
    }

    .mkbot-input-wrap {
        padding: 6px;
    }

    .mkbot-input-wrap button {
        min-width: 74px;
        padding: 10px 12px;
    }

    .mkbot-msg {
        max-width: 88%;
    }

    .mkbot-suggested {
        grid-template-columns: 1fr;
    }
}

/* Messenger-style floating panel — sits above the launcher (no overlap) */
.mkbot-dock {
    position: fixed;
    inset: 0;
    z-index: 100000000;
    pointer-events: none;
    visibility: hidden;
}

.mkbot-dock.is-open {
    visibility: visible;
    pointer-events: auto;
    /* Above fixed header / launcher stacking contexts so the sheet and close control are not covered */
    z-index: 100000050;
}

.mkbot-dock-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.45);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.mkbot-dock.is-open .mkbot-dock-backdrop {
    opacity: 1;
}

/* Bottom edge of sheet = launcher bottom + launcher size + gap (panel stays above the FAB) */
.mkbot-dock-sheet {
    position: absolute;
    right: var(--mkbot-launcher-right);
    bottom: calc(var(--mkbot-launcher-bottom) + var(--mkbot-launcher-size) + var(--mkbot-launcher-gap));
    width: min(400px, calc(100vw - 2 * var(--mkbot-launcher-right)));
    height: min(560px, calc(100vh - var(--mkbot-launcher-bottom) - var(--mkbot-launcher-size) - var(--mkbot-launcher-gap) - 20px));
    max-height: calc(100vh - var(--mkbot-launcher-bottom) - var(--mkbot-launcher-size) - var(--mkbot-launcher-gap) - 20px);
    height: min(560px, calc(100dvh - var(--mkbot-launcher-bottom) - var(--mkbot-launcher-size) - var(--mkbot-launcher-gap) - 20px));
    max-height: calc(100dvh - var(--mkbot-launcher-bottom) - var(--mkbot-launcher-size) - var(--mkbot-launcher-gap) - 20px);
    background: #fafafa;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.07),
        0 20px 50px -12px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(12px) scale(0.98);
    transform-origin: bottom right;
    opacity: 0;
    transition: transform 0.24s cubic-bezier(0.34, 1.2, 0.64, 1), opacity 0.22s ease;
}

.mkbot-dock.is-open .mkbot-dock-sheet {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.mkbot-dock-header {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-height: 56px;
    padding: 10px 14px;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.mkbot-dock-close {
    border: none;
    background: #f3f4f6;
    color: #4b5563;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
    transition: background 0.15s ease, color 0.15s ease;
}

.mkbot-dock-close-icon {
    display: block;
    flex-shrink: 0;
}

.mkbot-dock-close:hover {
    background: #e5e7eb;
    color: #111827;
}

.mkbot-dock-inner {
    flex: 1;
    min-height: 0;
    overflow: auto;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.mkbot-dock-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 40px 24px;
    min-height: 180px;
    text-align: center;
}

.mkbot-dock-spinner {
    width: 34px;
    height: 34px;
    border: 3px solid #e5e7eb;
    border-top-color: #f44343;
    border-radius: 50%;
    animation: mkbot-dock-spin 0.75s linear infinite;
}

@keyframes mkbot-dock-spin {
    to {
        transform: rotate(360deg);
    }
}

.mkbot-dock-loading-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4;
}

.mkbot-dock-loading--error {
    min-height: auto;
    padding: 32px 20px;
    font-size: 14px;
    color: #b91c1c;
}

.mkbot-page--dock {
    padding: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    background: #fff;
}

.mkbot-page--dock .mkbot-wrapper {
    padding: 16px 16px 18px;
}

.mkbot-page--dock .mkbot-hero {
    min-height: auto;
    padding-top: 0;
    gap: 14px;
}

.mkbot-page--dock .mkbot-lang-switch {
    margin: 0 auto 4px;
}

.mkbot-page--dock .mkbot-title {
    font-size: 1.125rem;
    line-height: 1.35;
    font-weight: 700;
    color: #111827;
}

.mkbot-page--dock .mkbot-subtitle {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #6b7280;
    max-width: 100%;
}

.mkbot-page--dock .mkbot-input-wrap {
    margin: 0;
    width: 100%;
    padding: 6px 6px 6px 12px;
    border-radius: 999px;
    border-color: #e5e7eb;
}

.mkbot-page--dock .mkbot-input-wrap input {
    font-size: 14px;
    padding: 8px 4px;
}

.mkbot-page--dock .mkbot-input-wrap button {
    padding: 9px 16px;
    min-width: 76px;
    font-size: 13px;
}

.mkbot-page--dock .mkbot-cards {
    display: grid;
    margin-top: 4px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding-bottom: 0;
}

.mkbot-page--dock .mkbot-card {
    flex: none;
    min-height: 0;
    padding: 12px 12px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 14px;
}

/* Chat view inside narrow dock: single column, compact sidebar strip */
.mkbot-page--dock .mkbot-chat {
    min-height: 240px;
    grid-template-columns: 1fr;
    border-radius: 14px;
    padding: 10px;
    gap: 10px;
}

.mkbot-page--dock .mkbot-sidebar {
    border-radius: 12px;
    padding: 12px 14px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    background: linear-gradient(135deg, #c41e25 0%, #9a1118 100%);
}

.mkbot-page--dock .mkbot-sidebar-list {
    display: none;
}

.mkbot-page--dock .mkbot-reset {
    margin-top: 0;
    flex-shrink: 0;
    padding: 8px 12px;
    font-size: 12px;
}

.mkbot-page--dock .mkbot-main {
    min-height: 180px;
    border-radius: 14px;
    padding: 12px;
}

.mkbot-page--dock .mkbot-log {
    max-height: min(220px, 32vh);
}

.mkbot-page--dock .mkbot-msg {
    font-size: 13px;
    max-width: 92%;
}

.mkbot-page--dock .mkbot-disclaimer {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.45;
}

body.mkbot-dock-open {
    overflow: hidden;
}

/*
 * Phones / small tablets: fullscreen sheet inside the fixed dock (covers FAB while open).
 */
@media (max-width: 767.98px) {
    .mkbot-dock-sheet {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
        max-height: none;
        border-radius: 0;
        border: none;
        box-shadow: none;
        transform-origin: center center;
        transform: translateY(12px);
    }

    .mkbot-dock.is-open .mkbot-dock-sheet {
        transform: translateY(0) scale(1);
    }

    .mkbot-dock-header {
        z-index: 3;
        padding-top: max(10px, env(safe-area-inset-top, 0px));
        padding-left: max(12px, env(safe-area-inset-left, 0px));
        padding-right: max(12px, env(safe-area-inset-right, 0px));
        padding-bottom: 10px;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    }

    .mkbot-dock-close {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        background: #e5e7eb;
        color: #111827;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    }

    .mkbot-dock-close-icon {
        width: 22px;
        height: 22px;
    }

    .mkbot-dock-inner {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-height: 0;
    }

    .mkbot-page--dock {
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .mkbot-page--dock .mkbot-wrapper {
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
        padding: 16px 16px max(18px, env(safe-area-inset-bottom, 0px));
    }

    .mkbot-page--dock .mkbot-chat {
        flex: 1;
        min-height: 0;
        align-self: stretch;
    }

    .mkbot-page--dock .mkbot-log {
        max-height: none;
        flex: 1;
        min-height: 140px;
    }

    .mkbot-page--dock .mkbot-main {
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .mkbot-page--dock .mkbot-controls,
    .mkbot-page--dock .mkbot-disclaimer {
        flex-shrink: 0;
    }
}

@media (max-width: 480px) {
    .mkbot-page--dock .mkbot-cards {
        display: grid;
        grid-template-columns: 1fr;
    }
}

#smooth-wrapper {
    overflow-x: hidden;
}

/* Small consistent space below footer on every page — adjust only this variable */
:root {
    --mk-footer-bottom-gap: 1.5rem;
}

@media screen and (max-width: 767px) {
    :root {
        --mk-footer-bottom-gap: 1rem;
    }
}

.site-main,
main#primary.site-main {
    padding-bottom: var(--mk-footer-bottom-gap);
}

/* Home: replace flag texture background with solid on small screens (_service, _client_logos) */
@media (max-width: 767.98px) {
    body.page-home .tj-service-section.overflow-hidden,
    body.page-home .tj-client-section {
        background-image: none !important;
        background-color: #ecf0f0 !important;
    }

    /* Tighter gap between What We Do and Numbers & Facts (mobile only) */
    body.page-home .tj-service-section.section-gap {
        padding-bottom: 1.5rem;
    }

    body.page-home .tj-funfact-section.section-gap {
        padding-top: 1rem !important;
    }

    body.page-home .tj-funfact-section .funfact-section-part--intro > .container.mt-5 {
        margin-top: 0 !important;
    }

    body.page-home .tj-service-section .row.d-flex > .mk-service-item.mb-5:last-child {
        margin-bottom: 1rem !important;
    }

    /* About Us slider: keep red title readable when body text is long */
    body.page-home .tj-about-section .about-img-item {
        min-height: 22rem;
    }

    body.page-home .tj-about-section .about-img-item img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    body.page-home .tj-about-section .about-img-area .about-img .slide-content {
        bottom: 0;
        left: 1rem;
        right: 1rem;
        padding: 1.25rem 0 1.75rem;
        gap: 0.625rem;
    }

    body.page-home .tj-about-section .about-img-area .about-img .slide-content h4 {
        margin: 0;
        flex-shrink: 0;
    }

    body.page-home .tj-about-section .about-img-area .about-img .slide-content p {
        font-size: 1.0625rem;
        line-height: 1.45;
    }

    body.page-home .tj-about-section .about-img-item:hover .slide-content {
        transform: none;
    }
}

/* News & events listing cards: 16:9 image area like homepage news (e.g. 1920×1080) */
body.page-news .tj-blog-section .blog-item .blog-thumb,
body.single-post .tj-main-sidebar .blog-item .blog-thumb,
.mk-services-related-posts.tj-blog-section .blog-item .blog-thumb,
body.page-events-index .tj-blog-section .blog-item .blog-thumb,
body.page-events-upcoming .tj-blog-section .blog-item .blog-thumb,
body.page-events-past .tj-blog-section .blog-item .blog-thumb {
    min-height: 0;
    aspect-ratio: 16 / 9;
    height: auto;
    line-height: 0;
}

body.page-news .tj-blog-section .blog-item .blog-thumb > a,
body.single-post .tj-main-sidebar .blog-item .blog-thumb > a,
.mk-services-related-posts.tj-blog-section .blog-item .blog-thumb > a,
body.page-events-index .tj-blog-section .blog-item .blog-thumb > a,
body.page-events-upcoming .tj-blog-section .blog-item .blog-thumb > a,
body.page-events-past .tj-blog-section .blog-item .blog-thumb > a {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
}

body.page-news .tj-blog-section .blog-item .blog-thumb img,
body.single-post .tj-main-sidebar .blog-item .blog-thumb img,
.mk-services-related-posts.tj-blog-section .blog-item .blog-thumb img,
body.page-events-index .tj-blog-section .blog-item .blog-thumb img,
body.page-events-upcoming .tj-blog-section .blog-item .blog-thumb img,
body.page-events-past .tj-blog-section .blog-item .blog-thumb img {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: unset;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    body.page-news .tj-blog-section .blog-item .blog-thumb,
    body.single-post .tj-main-sidebar .blog-item .blog-thumb,
    .mk-services-related-posts.tj-blog-section .blog-item .blog-thumb,
    body.page-events-index .tj-blog-section .blog-item .blog-thumb,
    body.page-events-upcoming .tj-blog-section .blog-item .blog-thumb,
    body.page-events-past .tj-blog-section .blog-item .blog-thumb {
        min-height: 0;
    }

    body.page-news .tj-blog-section .blog-item .blog-thumb img,
    body.single-post .tj-main-sidebar .blog-item .blog-thumb img,
    .mk-services-related-posts.tj-blog-section .blog-item .blog-thumb img,
    body.page-events-index .tj-blog-section .blog-item .blog-thumb img,
    body.page-events-upcoming .tj-blog-section .blog-item .blog-thumb img,
    body.page-events-past .tj-blog-section .blog-item .blog-thumb img {
        min-height: 0;
    }
}

/* Awards & networking events listing: same 16:9 image area as related news */
.mk-services-section.mk-services-post-cards .post-details-wrapper .blog-item .blog-thumb {
    min-height: 0;
    aspect-ratio: 16 / 9;
    height: auto;
    line-height: 0;
}

.mk-services-section.mk-services-post-cards .post-details-wrapper .blog-item .blog-thumb > a {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
}

.mk-services-section.mk-services-post-cards .post-details-wrapper .blog-item .blog-thumb img {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: unset;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
    .mk-services-section.mk-services-post-cards .post-details-wrapper .blog-item .blog-thumb,
    .mk-services-section.mk-services-post-cards .post-details-wrapper .blog-item .blog-thumb img {
        min-height: 0;
    }
}

.mk-services-section.mk-services-post-cards .post-details-wrapper .row > .col-md-6 {
    display: flex;
    flex-direction: column;
}

.mk-services-section.mk-services-post-cards .post-details-wrapper .mk-news-card-shell {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

.mk-services-section.mk-services-post-cards .post-details-wrapper .mk-news-card-shell .blog-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
}

.mk-services-section.mk-services-post-cards .post-details-wrapper .mk-news-card-shell .blog-item .blog-thumb {
    flex-shrink: 0;
}

.mk-services-section.mk-services-post-cards .post-details-wrapper .mk-news-card-shell .blog-item .blog-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: auto !important;
}

.mk-services-section.mk-services-post-cards .post-details-wrapper .mk-news-card-shell .blog-item .blog-content .text-btn {
    margin-top: auto;
    align-self: flex-start;
}

/* Listing cards: show full title (wrap); excerpt length is controlled in Twig */
body.page-news .tj-blog-section .blog-item .blog-content .title,
body.single-post .tj-main-sidebar .blog-item .blog-content .title,
.mk-services-related-posts.tj-blog-section .blog-item .blog-content .title,
body.page-events-index .tj-blog-section .blog-item .blog-content .title,
body.page-events-upcoming .tj-blog-section .blog-item .blog-content .title,
body.page-events-past .tj-blog-section .blog-item .blog-content .title {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

body.page-news .tj-blog-section .blog-item .blog-content .title a,
body.single-post .tj-main-sidebar .blog-item .blog-content .title a,
.mk-services-related-posts.tj-blog-section .blog-item .blog-content .title a,
body.page-events-index .tj-blog-section .blog-item .blog-content .title a,
body.page-events-upcoming .tj-blog-section .blog-item .blog-content .title a,
body.page-events-past .tj-blog-section .blog-item .blog-content .title a {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* News listing + related news: category pill and excerpt (matches card design on /news) */
body.page-news .tj-blog-section .blog-content .blog-meta .categories a,
body.single-post .tj-main-sidebar .blog-content .blog-meta .categories a,
.mk-services-related-posts.tj-blog-section .blog-content .blog-meta .categories a {
    background-color: var(--tj-color-common-white);
    color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
}

body.page-news .tj-blog-section .blog-content .blog-meta .categories a:hover,
body.single-post .tj-main-sidebar .blog-content .blog-meta .categories a:hover,
.mk-services-related-posts.tj-blog-section .blog-content .blog-meta .categories a:hover {
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
}

body.page-news .tj-blog-section .blog-content > p,
body.single-post .tj-main-sidebar .blog-content > p,
.mk-services-related-posts.tj-blog-section .blog-content > p {
    color: var(--tj-color-text-body-3);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Soft card lift: wrapper avoids box-shadow being clipped by .blog-item { overflow: hidden } */
.mk-news-card-shell {
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    background-color: var(--tj-color-common-white);
}

/* main.css sets .tj-main-sidebar .blog-item .blog-content to grey; listing cards should stay white */
.tj-main-sidebar .mk-news-card-shell .blog-item .blog-content {
    background-color: var(--tj-color-common-white);
}

/* News & events listing grids (/news, /news/category/*, /events/*): equal-height rows, CTA at bottom */
body.page-news .tj-blog-section .col-lg-8 .row > .col-md-6,
body.page-events-index .tj-blog-section .col-lg-8 .row > .col-md-6,
body.page-events-upcoming .tj-blog-section .col-lg-8 .row > .col-md-6,
body.page-events-past .tj-blog-section .col-lg-8 .row > .col-md-6 {
    display: flex;
    flex-direction: column;
}

body.page-news .tj-blog-section .mk-news-card-shell,
body.single-post .tj-main-sidebar .mk-news-card-shell,
body.page-events-index .tj-blog-section .mk-news-card-shell,
body.page-events-upcoming .tj-blog-section .mk-news-card-shell,
body.page-events-past .tj-blog-section .mk-news-card-shell {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

body.page-news .tj-blog-section .mk-news-card-shell .blog-item,
body.single-post .tj-main-sidebar .mk-news-card-shell .blog-item,
body.page-events-index .tj-blog-section .mk-news-card-shell .blog-item,
body.page-events-upcoming .tj-blog-section .mk-news-card-shell .blog-item,
body.page-events-past .tj-blog-section .mk-news-card-shell .blog-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
}

body.page-news .tj-blog-section .mk-news-card-shell .blog-item .blog-thumb,
body.single-post .tj-main-sidebar .mk-news-card-shell .blog-item .blog-thumb,
body.page-events-index .tj-blog-section .mk-news-card-shell .blog-item .blog-thumb,
body.page-events-upcoming .tj-blog-section .mk-news-card-shell .blog-item .blog-thumb,
body.page-events-past .tj-blog-section .mk-news-card-shell .blog-item .blog-thumb {
    flex-shrink: 0;
}

body.page-news .tj-blog-section .mk-news-card-shell .blog-item .blog-content,
body.single-post .tj-main-sidebar .mk-news-card-shell .blog-item .blog-content,
body.page-events-index .tj-blog-section .mk-news-card-shell .blog-item .blog-content,
body.page-events-upcoming .tj-blog-section .mk-news-card-shell .blog-item .blog-content,
body.page-events-past .tj-blog-section .mk-news-card-shell .blog-item .blog-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: auto !important;
}

body.page-news .tj-blog-section .mk-news-card-shell .blog-item .blog-content .text-btn,
body.single-post .tj-main-sidebar .mk-news-card-shell .blog-item .blog-content .text-btn,
body.page-events-index .tj-blog-section .mk-news-card-shell .blog-item .blog-content .text-btn,
body.page-events-upcoming .tj-blog-section .mk-news-card-shell .blog-item .blog-content .text-btn,
body.page-events-past .tj-blog-section .mk-news-card-shell .blog-item .blog-content .text-btn,
.mk-services-related-posts .blog-item .blog-content .text-btn {
    margin-top: auto;
    align-self: flex-start;
    width: auto;
    justify-content: flex-start;
    text-align: left;
}

/* Youth Voices: same CTA alignment as news listing (page is not body.page-news) */
.mk-youth-voices .mk-news-card-shell .blog-item .blog-content .text-btn,
.mk-youth-voices-news-swiper .mk-news-card-shell .blog-item .blog-content .text-btn {
    margin-top: auto;
    align-self: flex-start;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    text-align: left;
}

/* Sidebar (news + events): one full card per view on mobile (no peeking carousel) */
@media (max-width: 991.98px) {
    /* Past / Upcoming events: heading on page background; strip default sidebar “card” box */
    .tj-main-sidebar .mk-sidebar-events-block {
        margin-bottom: 1.5rem;
    }

    .tj-main-sidebar .mk-sidebar-events-block:last-child {
        margin-bottom: 0;
    }

    .tj-main-sidebar .mk-sidebar-events-block__title {
        margin-bottom: 0.75rem;
    }

    .tj-main-sidebar .mk-sidebar-events-widget.tj-sidebar-widget {
        background: transparent !important;
        padding: 0 !important;
        border-radius: 0;
        overflow: visible;
        box-shadow: none;
        margin-bottom: 0;
    }

    .tj-main-sidebar .mk-sidebar-card-slider {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .mk-sidebar-card-slider__track {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 100%;
        column-gap: 10px;
        row-gap: 0;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;
        scroll-padding-inline: 0;
        /* padding: 2px 0 10px; */
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        /* Avoid global theme primary (red) scrollbar on horizontal swipe areas */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .mk-sidebar-card-slider__track::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .mk-sidebar-card-slider__slide {
        scroll-snap-align: start;
        scroll-snap-stop: always;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    /* Equal-height cards: row height = tallest slide; shell fills slide; CTA pinned to bottom */
    .mk-sidebar-card-slider .mk-news-card-shell {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
        width: 100%;
        height: 100%;
    }

    body.page-events-index .mk-sidebar-card-slider .mk-news-card-shell .blog-item,
    body.page-events-upcoming .mk-sidebar-card-slider .mk-news-card-shell .blog-item,
    body.page-events-past .mk-sidebar-card-slider .mk-news-card-shell .blog-item,
    body.page-events-event .mk-sidebar-card-slider .mk-news-card-shell .blog-item,
    body.single-post .mk-sidebar-card-slider .mk-news-card-shell .blog-item,
    body.page-news .mk-sidebar-card-slider .mk-news-card-shell .blog-item {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
        height: 100%;
    }

    body.page-events-index .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content,
    body.page-events-upcoming .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content,
    body.page-events-past .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content,
    body.page-events-event .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content,
    body.single-post .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content,
    body.page-news .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    body.page-events-index .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content .text-btn,
    body.page-events-upcoming .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content .text-btn,
    body.page-events-past .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content .text-btn,
    body.page-events-event .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content .text-btn,
    body.single-post .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content .text-btn,
    body.page-news .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content .text-btn {
        margin-top: auto;
    }

    /* Events sidebar (Upcoming / Past): Discover More left-aligned on mobile */
    body.page-events-index .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content .text-btn,
    body.page-events-upcoming .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content .text-btn,
    body.page-events-past .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content .text-btn,
    body.page-events-event .mk-sidebar-card-slider .mk-news-card-shell .blog-item .blog-content .text-btn {
        align-self: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    body.page-events-index .mk-sidebar-card-slider .blog-item .blog-content .title,
    body.page-events-upcoming .mk-sidebar-card-slider .blog-item .blog-content .title,
    body.page-events-past .mk-sidebar-card-slider .blog-item .blog-content .title,
    body.page-events-event .mk-sidebar-card-slider .blog-item .blog-content .title,
    body.single-post .mk-sidebar-card-slider .blog-item .blog-content .title {
        font-size: 1.125rem;
        line-height: 1.35;
    }

    /* Native-scroll slider + same pagination bullets as Swiper (.swiper-pagination-area) */
    .mk-sidebar-card-slider-pagination.swiper-pagination-area {
        margin-top: 0.75rem;
    }

    .mk-sidebar-card-slider-pagination .swiper-pagination-bullet {
        border: none;
        padding: 0;
        cursor: pointer;
        font-size: 0;
        line-height: 0;
        vertical-align: middle;
        -webkit-appearance: none;
        appearance: none;
    }

    .mk-sidebar-card-slider-pagination .swiper-pagination-bullet:focus-visible {
        outline: 2px solid var(--tj-color-theme-primary);
        outline-offset: 2px;
    }
}

/* Swiper horizontal bullets: flex + gap so pill dots do not overlap on narrow viewports */
.swiper-pagination-area.swiper-pagination-bullets:not(.swiper-pagination-vertical) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.swiper-pagination-area.swiper-pagination-bullets:not(.swiper-pagination-vertical) .swiper-pagination-bullet {
	margin: 0 !important;
}

/* Mobile: keep hamburger fully visible (not clipped on the right) */
@media screen and (max-width: 767.98px) {
    .mk25-header {
        overflow: visible;
    }
    .mk25-header.header-area .header-wrapper {
        overflow: visible !important;
        padding-left: 12px !important;
        padding-right: 14px !important;
        gap: 10px;
        box-sizing: border-box;
    }
    .mk25-header .site_logo {
        flex: 1 1 auto;
        min-width: 0;
    }
    .mk25-header .site_logo .logo,
    .mk25-header .site_logo .home-logo-top {
        max-width: min(170px, calc(100vw - 110px));
    }
    .mk25-header .menu_bar.mobile_menu_bar {
        flex-shrink: 0;
    }
}

/* Narrow viewports: center pill CTA label vertically (base main.css uses padding-bottom + inner display:flex for hover slide; mobile WebKit mis-centers). body prefix beats main.css load order. */
@media screen and (max-width: 991.98px) {
	/* Match label column height to icon circle so cap height lines up with the arrow disk (default 42px, lg 59px, header 38px, text-btn 30px). */
	body .tj-primary-btn .btn-text {
		padding-bottom: 0;
		padding-top: 0;
		min-height: 42px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	body .tj-primary-btn-lg .btn-text {
		min-height: 59px;
	}
	body .header-right-item .tj-primary-btn .btn-text {
		min-height: 38px;
	}
	body .text-btn .btn-text {
		min-height: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	body .footer-cta .cta-btn .btn-text {
		min-height: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	body .tj-primary-btn .btn-text span,
	body .text-btn .btn-text span,
	body .footer-cta .cta-btn .btn-text span {
		display: inline-block;
		line-height: 1;
	}

	/* Eyebrow / supertitle: align label with red .mk-circle (main.css .sub-title i uses 22px font + top:1px for icon fonts; it breaks .mk-circle in flex rows on mobile). */
	body span.sub-title > i.mk-circle,
	body .tj-banner-section-2 .banner-content-2 span.sub-title > i.mk-circle {
		font-size: 0 !important;
		line-height: 0 !important;
		width: 10px;
		height: 10px;
		min-width: 10px;
		min-height: 10px;
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: static !important;
		top: auto !important;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 0;
		overflow: hidden;
	}
}