:root {
	--primaryLightestColor:#9bd0d1 !important;
	--primaryLighterColor: #69b9ba !important;
	--primaryLightColor: #36a2a3 !important;
	--primaryColor: #058b8c !important;
	--primaryDarkColor: #046f70 !important;
	--primaryDarkerColor: #035354 !important;
	--primaryDarkestColor: #023738 !important;
	--secondaryColor: #d8322f !important;
	
	--footerSubBgColor: #1e2327;
	--footerSubLinkColor: #8A8A8A;
        --footerSubTextColor: #8A8A8A;
	--topMetaBarBgColor: var(--primaryColor);
	--topMetaBarTextColor: var(--shadeLightestColor);
	--topMetaBarLinkColor: var(--shadeLightestColor);
	--topMetaBarLinkHoverColor: var(--secondaryColor);
	--topMetaBarLinkActiveColor: var(--secondaryColor);    
}

.footer {
	background-color: #1c1f24;
	--footerTextColor: #8A8A8A;
	--footerTitleColor: #ADADAD;
	--footerLinkColor: #8A8A8A;
        margin-top: 68px;
}

/* --- FOOTER BRAND IMAGE BACKGROUND AND BORDER --- */
img.w-100.h-auto {
	display: block;
	height: auto;
	max-width: 100%;
	background-color: white;
	border-color: white;
	border-style: solid;
	border-width: 10px;
}

/* --- ADAPTED LINK HOVER COLOR ON DARK PRIMARY BACKGROUND --- */
.line-clamp-2:hover {
	color: var(--primaryLightestColor);
}

/* --- FILLED BACKGROUND FOR SMALL PRODUCT PICTURES --- */
img.object-fit-contain.lazyautosizes.lazyloaded {
	background-color: white;
}
.sky-form > hr {
	display: none !important;
}

.sky-form > p {
	display: none !important;
}

.p-4.rounded.bg-shade-lightest {
    visibility: hidden;
}
@layer legacy {

/* --- REGISTRATION INVISIBLE --- */
a.d-inline-block.mt-4 {
	display: none !important;
}

}
