.lc {
	background-color: yellow
}

/* subpage banner image */
@media screen and (min-width: 640px) {
	.campaign .banner.html-bnr .banner-wpr .banner-img {
		max-width: 320px !important;
		min-height: 350px !important;
	}

	.mar-custom {
		margin-left: 45px;
	}
}

/* no "contact us" in side menu */

.side-menu .side-menu-secondary-menu .secondary-menu-nav li:first-child {
	display: none !important;
}

.side-menu .side-menu-secondary-menu .secondary-menu-nav li:last-child {
	margin-left: 0 !important;
}

/* pseudo-table with icons */

.table-wpr .table-row {
	display: table !important;
	padding: 5px 0 !important;
}

/* custom faux-bolding */

.tel-number,
.my-table-bl .table-row .table-cell {
	font-weight: normal !important;
}

/* custom stuff */

.carousel-ctrl {
	margin-top: 40px !important;
}

.w-custom {
	width: 83% !important;
}

@media screen and (max-width: 639px) {
	.w-custom {
		width: 100% !important;
	}

	.mob-text-center {
		text-align: center !important;
	}

	.mar-custom {
		margin-left: 0;
	}
}

.slick-track {
	display: flex !important;
}

.slick-slide {
	height: inherit !important;
}

.slick-slide .callout {
	height: 100%;
}


section#map-banner hr {
	border-top-color: #E0E0E0;
}

.anchor-bar2 button {
	display: none;
}

ul.article-links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

ul.article-links li {
	margin-bottom: 0;
}

ul.article-links li:not(:last-child) {
	padding-right: 48px;
}

.star-link {
	display: inline-block;
	position: relative;
	padding-left: 28px;
}

.star-link:before {
	content: url("../images/journey-2026/icon_star.svg");
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}

#map-banner {
	background-color: #F3F7F8;
}

#map-banner .map-wpr .map-img {
	width: 86%;
	aspect-ratio: 2120/1579;
	max-width: 1000px;
	background-image: url("../images/journey-2026/map-canada.webp");
	background-size: cover;
	background-repeat: no-repeat;
}

#map-banner .map-wpr .map-text {
	position: absolute;
	width: 40%;
	max-width: 470px;
	top: 0;
	right: 0;
	margin-top: 35px;
}

.map-wpr .map-img .map-poi {
	position: absolute;
	width: 5%;
	/* 50px/1000px */
	aspect-ratio: 1;
	border-radius: 999px;
	background-image: url("../images/journey-2026/icon_map-poi.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
	/* background-color: rgba(255, 0, 0, 0.5) */
}

.map-wpr .map-img .map-poi-pos-1 {
	left: 10.3%;
	top: 68.1%;
}

.map-wpr .map-img .map-poi-pos-2 {
	left: 22.5%;
	top: 58.5%;
}

.map-wpr .map-img .map-poi-pos-3 {
	left: 41%;
	top: 72.2%;
}

.map-wpr .map-img .map-poi-pos-4 {
	left: 60.65%;
	top: 36.9%;
}

.map-wpr .map-img .map-poi-pos-5 {
	left: 85.45%;
	top: 69.5%;
}

.map-wpr .map-img .map-poi button.tooltip-trigger {
	display: block;
	width: 100%;
	height: 100%;
}

.map-wpr .map-img .map-poi button.tooltip-trigger .trigger-icon:before {
	content: none;
}

.tooltipwpr[id^="map-poi-tooltip-"] {
	/* background-color: rgba(255, 0, 0, 0.5); */
	transform: translateX(calc(-46.5%));
}

.tooltipwpr[id^="map-poi-tooltip-"] .tooltip {
	width: 250px;
	height: 247px;
	margin: 0;
	border: none;
	border-radius: 8px;
	background-color: white;
}

.tooltipwpr[id^="map-poi-tooltip-"] .tooltip:lang(fr-CA) {
	height: 276px;
}

.tooltipwpr[id^="map-poi-tooltip-"] .tooltip[data-v="top"] {
	margin-bottom: 35px;
}

.tooltipwpr[id^="map-poi-tooltip-"] .tooltip[data-v="bottom"] {
	margin-top: 25px;
}

.tooltipwpr[id^="map-poi-tooltip-"] .tooltip:before {
	background-image: none;
	background-color: white;
	width: 32px;
	height: 32px;
	top: unset;
	bottom: unset;
	left: calc(50% - 32px/2);
	transform: rotate(-45deg);
	z-index: 0;
}

.tooltipwpr[id^="map-poi-tooltip-"] .tooltip[data-v="top"]:before {
	bottom: -12px;
}

.tooltipwpr[id^="map-poi-tooltip-"] .tooltip[data-v="bottom"]:before {
	top: -12px;
}

.tooltipwpr[id^="map-poi-tooltip-"] .tooltip:after {
	content: none;
}

.map-poi-tooltip {
	cursor: pointer;
}

.map-poi-tooltip .close {
	opacity: 0;
}

.map-poi-tooltip .close:focus {
	opacity: 1;
}

.tooltipwpr[id^="map-poi-tooltip-"] .tooltip[data-v="top"] .close:before {
	filter: brightness(0) invert(1);
}

.popup_wrapper .map-poi-tooltip .tooltip-inner {
	flex: 1 0 auto;
	width: 100%;
	max-height: unset;
	margin: 0;
	padding: 24px 16px;
}

.popup_wrapper .map-poi-tooltip .tooltip-inner .snipe.pill {
	margin-bottom: 10px;
}

.map-poi-tooltip .tooltip-content-wpr {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.map-poi-tooltip .map-poi-tooltip-img {
	width: 100%;
	height: 111px;
	background-repeat: no-repeat;
	background-size: cover;
}

.map-poi-tooltip .map-poi-tooltip-img:first-child {
	border-radius: 8px 8px 0 0;
}

.map-poi-tooltip .map-poi-tooltip-img:last-child {
	border-radius: 0 0 8px 8px;
}

.tablet-show {
	display: none;
}

.h-100 {
	height: 100%;
}

@media screen and (max-width: 1200px) {
	#map-banner .map-wpr .map-text {
		position: relative;
		width: 100%;
		max-width: 770px;
		margin-left: auto;
		margin-right: auto;
	}

	#map-banner .map-wpr .map-img {
		width: 90%;
		max-width: unset;
		margin-left: auto;
		margin-right: auto;
	}
}

.contributor-profile .block-wpr.contributor-profile-logo .block-inner {
	max-width: 240px;
	aspect-ratio: 209/111;
	background: #F3F7F8;
}

.contributor-profile .block-wpr.contributor-profile-profile {
	max-height: 128px;
	aspect-ratio: 43/32;
}

.contributor-profile .block-wpr.contributor-profile-profile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 20%;
}

#contributor-profiles .grid-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: min(calc((30px) + (60px - 30px) * ((100vw - (768px - 1px))/ (1200px - 768px))), 60px);
	column-gap: min(calc((30px) + (60px - 30px) * ((100vw - (768px - 1px))/ (1200px - 768px))), 60px);
}

.modal.journey-modal {
	border-radius: 8px;
}

.modal.journey-modal>.modal-inner-wpr {
	border-radius: 8px;
	overflow: hidden;
}

.modal.journey-modal:after {
	content: none;
}

.modal.journey-modal .modal-inner {
	margin: 0;
	padding: 0;
	max-height: calc(100vh - 120px);
}

.modal.journey-modal .journey-modal-header {
	min-height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply, normal;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px;
}

.modal.journey-modal .journey-modal-content {
	padding: 60px 48px;
}

.modal.journey-modal .journey-modal-content .journey-video-wpr,
.modal.journey-modal .journey-modal-content .img-16-9 {
	position: relative;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 16/9;
}

.modal.journey-modal .journey-modal-content .journey-video-wpr .journey-video-overlay {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 16/9;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url("/dvl/v1.0/assets/images/icons/icon-play.svg");
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.modal.journey-modal .journey-modal-content .journey-video-wpr video {
	cursor: pointer;
}

.modal.journey-modal .journey-modal-content .img-16-9 img {
	border-radius: 8px;
	object-fit: cover;
}

.modal.journey-modal .journey-modal-content .journey-video-wpr video,
.modal.journey-modal .journey-modal-content .img-16-9 img {
	width: 100%;
	height: 100%;
}

.modal.journey-modal .text-470-img {
	display: flex;
	align-items: center;
	gap: min(calc((15px) + (30px - 15px) * ((100vw - (768px - 1px))/ (1200px - 768px))), 30px);
}

.modal.journey-modal .text-470-img .text-470-img-wpr,
.modal.journey-modal .text-470-img img {
	flex: 1 0 43%;
	width: 43%;
	max-width: 374px;
}

.modal.journey-modal .text-470-img img {
	object-fit: cover;
	border-radius: 8px;
}

.modal.journey-modal .text-470-img .text-470-img-wpr img {
	width: 100%;
	display: block;
}

.modal.journey-modal .journey-modal-content .journey-audio-wpr audio {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.h6 {
	font-size: 1.6rem !important;
	line-height: 2.4rem !important;
}

@media screen and (max-width: 768px) {
	#map-banner .map-wpr .map-text {
		margin-top: 0;
	}

	.anchor-bar2 {
		margin-left: -15px;
		margin-right: -15px;
		margin-top: -15px;
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: white;
		border-bottom: 1px solid #B3B3B3;
	}

	.anchor-bar2 .anchor-bar-scrollwpr {
		overflow: scroll hidden;
		scrollbar-width: none;
		position: relative;
		scroll-behavior: smooth;
	}

	.anchor-bar2 .anchor-bar-scrollwpr::-webkit-scrollbar {
		display: none;
	}

	.anchor-bar2 button.article-bar-scroll-btn {
		display: flex;
		position: absolute;
		width: 41px;
		height: 100%;
		top: 0;
		z-index: 1;
		align-items: center;
		background: linear-gradient(269deg, #FFF 55.42%, rgba(255, 255, 255, 0.00) 107.03%);
	}

	.anchor-bar2 button.article-bar-scroll-btn:after {
		content: "";
		display: block;
		position: absolute;
		width: 6px;
		height: 10px;
		right: 30%;
		background: url("/dvl/v1.0/assets/images/ui/ui-chevron-right-blue.svg");
	}

	.anchor-bar2 button.article-bar-scroll-btn:first-of-type {
		left: 0;
		transform: rotate(180deg)
	}

	.anchor-bar2 button.article-bar-scroll-btn:last-of-type {
		right: 0;
	}

	ul.article-links {
		justify-content: start;
	}

	ul.article-links li:first-child {
		padding-left: 15px;
	}

	ul.article-links li:last-child {
		padding-right: 48px;
	}

	#map-banner .map-wpr .map-img {
		background-image: url("../images/journey-2026/map-canada-poi.webp");
	}

	#map-banner .map-wpr .map-img .map-poi {
		display: none;
	}

	.tablet-hidden {
		display: none !important;
	}

	.tablet-show {
		display: block;
	}
}

@media screen and (max-width: 639px) {
	#contributor-profiles .grid-container {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 30px;
	}

	.contributor-profile .block-wpr.contributor-profile-logo .block-inner {
		max-width: 100%;
		aspect-ratio: 166/93;
	}

	.contributor-profile .block-wpr.contributor-profile-logo img {
		width: 100%;
		aspect-ratio: 166/93;
		object-fit: contain;
	}

	.contributor-profile .block-wpr.contributor-profile-profile {
		width: 100%;
		max-height: unset;
		aspect-ratio: 166/93;
	}

	.contributor-profile .block-wpr.contributor-profile-profile img {
		aspect-ratio: 166/93;
		object-fit: cover;
		object-position: center 20%;
	}

	.modal.journey-modal {
		height: calc(100vh - 40px);
		vertical-align: bottom !important;
	}

	.modal.journey-modal .journey-modal-content {
		padding: 60px 15px 30px 15px;
	}

	.modal.journey-modal .modal-inner {
		max-height: calc(100vh - 40px);
	}

	.modal.journey-modal .text-470-img {
		flex-direction: column;
		gap: 30px;
	}

	.modal.journey-modal .text-470-img .text-470-img-wpr,
	.modal.journey-modal .text-470-img img {
		width: 100%;
		max-width: 100%;
		height: auto !important;
	}

	.modal.journey-modal button.close {
		top: -35px;
	}

	.modal.journey-modal button.close:before {
		filter: brightness(0) invert(1);
	}
}

#community-modal .journey-modal-header {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url("../images/journey-2026/community/bg-niqinik-nuatsivik.webp");
}

#economy-modal .journey-modal-header {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url("../images/journey-2026/economy/bg-front-building.webp");
	background-position: center 60%;
}

#environment-modal .journey-modal-header {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url("../images/journey-2026/environment/bg-the-guardian-network.webp");
	background-position: center 61%;
}

#leadership-modal .journey-modal-header {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url("../images/journey-2026/leadership/bg-back-to-the-fire.webp");
	background-position: center 30%;
}

#people-modal .journey-modal-header {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url("../images/journey-2026/people/bg-the-gifts-we-carry.webp");
}

#map-poi-tooltip-leadership .map-poi-tooltip-img {
	background-image: url("../images/journey-2026/leadership/back-to-the-fire.webp");
	background-position: center 30%;
}

#map-poi-tooltip-economy .map-poi-tooltip-img {
	background-image: url("../images/journey-2026/economy/front-building.webp");
	background-position: center 60%;
}

#map-poi-tooltip-environment .map-poi-tooltip-img {
	background-image: url("../images/journey-2026/environment/the-guardian-network.webp");
	background-position: center 61%;
}

#map-poi-tooltip-community .map-poi-tooltip-img {
	background-image: url("../images/journey-2026/community/niqinik-nuatsivik.webp");
	background-position: center;
}

#map-poi-tooltip-people .map-poi-tooltip-img {
	background-image: url("../images/journey-2026/people/the-gifts-we-carry.webp");
	background-position: center;
}

#ceo-message-modal .journey-modal-header {
	background: #F3F7F8;
}