/*
Theme Name: WWS Child Theme
Description: Child theme for Themify Ultra
Author: Themify
Template: themify-ultra
*/

/* write custom css below */


body:is(.page-id-2339, .page-id-2594, .page-id-2759) {
	.site-logo-image {
		content: url('/wp-content/uploads/2024/09/Footer-Logo-1.svg');
	}

	#content {
		padding-bottom: 0px !important;
	}

	.menu-icon-inner {
		color: #000;
	}

}

body:is(.page-id-2594, .page-id-2759) {
	#main-nav {
		color: #000;
	}
}

#header {
	width: 1280px;
}

li.has-sub-menu {
	margin-right: 16px !important;
}

.bg-wide {
	background-position: bottom center !important;
	background-size: 100% auto !important;
}

.bg-fullwidth {
	background-size: 100% auto !important;
}

@media screen and (max-width:768px) {
	.mobile-bg-wide {
		background-position: bottom center !important;
		background-size: 100% auto !important;
	}
}

@media screen and (min-width:1920px) {
	.bg-wide.extra-wide {
		background-position: 50% 50% !important;
	}
}

#header .btn {
	margin-left: 2em;

	a {

		color: #fff;
		transition: all 0.2s ease;
		text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.32);
		padding: 0;
		text-transform: uppercase;
		box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .32);
		background-image: none;
		background-color: #f71627;
		border-radius: 20px;
		padding: 0.4em 2em;

		&:hover {
			background: #c2000f;
			transform: translatey(-2px);
			color: #fff;
		}
	}
}

#header .sidemenu-on .btn {
	margin-left: 0px;
	margin-top: 1em;

	a {
		color: #fff !important;
		text-align: center;
		background-color: #f71627 !important;
		border-radius: 20px;
		color: #fff;
	}
}

/* Federal policing */
.specialties .icon p {
	display: grid;
	align-items: center;
	grid-template-columns: 96px auto;
	column-gap: 1em;
	font-size: 1.8em;
	font-weight: 800;
}

.specialties .icon img {
	margin-bottom: 0px;
}

/* Federal election page */
.nm-campaign h1 {
	font-family: "avenirnext" !important;
	display: none !important;
}

.nm-form label,
.vf-label,
.vf-floating-label {
	color: #fff !important;
}

.entry-password-required #content {
	padding-top: 10em;
	padding-bottom: 10em;
}

/*New NL page */
.nl-stats.module-counter {
	display: grid;
	grid-template-columns: 120px auto;
	text-align: left;
	align-items: center;
}

.nl-stats.module-counter .counter-text {
	margin-top: 0px;
}

.bg-half {
	background-position: left !important;
	background-size: auto 120%;
}

.nl.trained,
.nl.act {
	background-size: 60vw auto;
}

@media screen and (max-width:1280px) {

	.nl.trained,
	.nl.act {
		background-size: auto 100%;
		background-position: -30%;
	}
}

@media screen and (max-width:960px) {

	.nl.trained,
	.nl.act {
		background-size: auto 100%;
		background-position: -30vw;
	}
}

@media screen and (max-width:768px) {

	.nl.trained,
	.nl.act {
		background-position: top;
		background-size: 100% auto;
		padding-top: 110%;
	}
}

/* ONtario page */
.on.icons .module-icon {
	margin-left: 0;
	margin-bottom: 1em;
}

.on .module-icon-item:last-child {
	display: flex !important;
}

@media screen and (max-width:768px) {
	body:not(.home) .on.hero {
		background-position: bottom !important;
	}
}

/*Northern*/
body:not(.home) .northern.hero {
	padding-top: 14em;
	padding-bottom: 20em;
}

/* PEI */
.pei.hero {
	padding-top: 10em !important;
	padding-bottom: 30% !important;
}

.pei.hero .builder_row_cover::before {
	background-size: 100% auto !important;
	background-position: 100% 110% !important;
}

@media screen and (max-width:768px) {
	.pei.hero {
		padding-top: 30% !important;
		padding-bottom: 100% !important;
	}
}

/* BC page */
.hero.bc {
	padding-bottom: 40% !important;
}

@media screen and (max-width:768px) {
	.hero.bc {
		padding-bottom: 30em !important;
	}

	.hero.bc .builder_row_cover:before {
		background-size: 50% auto !important;
	}
}

/* Quebec Page */
.hero.quebec {
	padding-bottom: 12em !important;
}

.cta.quebec:before {
	content: '';
	width: 320px;
	height: 200px;
	background-image: url('https://whyweserve.ca/wp-content/uploads/2025/07/Flag.webp');
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -4em;
	margin-left: -6em;
}

@media screen and (max-width:768px) {
	.hero.quebec {
		padding-top: 10em !important;
		padding-bottom: 20em !important;
	}

	.cta.quebec {
		padding-top: 12em;
	}

	.cta.quebec:before {
		left: 0px;
		top: 0px;
		width: 150px;
		right: 0px;
		margin: 0 auto;
		background-position: center;
	}
}

/* Manitoba */
.module-icon.wide .red {
	font-weight: 700;
	color: #f71627;
	font-size: 1.4em;
	margin: 0;
}

.hero.mb {
	padding-bottom: 20em !important;
}

.mb.icons img {
	display: block;
	margin: 0 auto 1em auto;
}

.mb.icons .module-icon-item {
	text-align: left;

	@media (max-width:768px) {
		text-align: center;
	}
}

/*** NS page ***/
/** Slider **/

/*Temporarily hide element from public */

.ns.slider {
	.slide-inner-wrap {
		display: grid;
		grid-template-columns: 50% 50%;

		@media (max-width:768px) {
			grid-template-columns: auto;
			grid-template-rows: 300px auto;
		}
	}

	.tf_swiper-slide-active {
		.slide-image {
			@media (max-width:768px) {
				height: 300px;
			}

			img {
				opacity: 1;
			}
		}
	}

	margin-bottom:0px;

	.slide-image {
		margin-bottom: 0px;

		a {
			height: 100%;
			display: block;

			img {
				position: absolute;
				height: 100%;
				width: 100%;
				object-fit: cover;
				object-position: left;
				left: 0px;
				opacity: 0;
				transition: all 0.3s;
				transition-delay: 0.6s;
			}
		}
	}

	.tf_swiper-slide-active {
		img {
			opacity: 1;
		}
	}

	.slide-content {
		padding-top: 4em;
		position: relative;
		padding-bottom: 8em;
		padding-right: 4em;
		text-align: center;
		font-size: 1.4em;

		@media (max-width:768px) {
			padding-right: 1em;
		}

		h3 {
			text-align: center;
		}

		&::before {
			content: 'Our Latest Blog:';
			font-size: 1.8em;
			line-height: 1em;
			font-weight: 800;
			margin-bottom: 1em;
			display: block;
		}

		.slide-title a {
			&::after {
				content: 'Read more';
				color: #0047b6;
				bottom: 5em;
				background: #eacc4a;
				font-size: 1.2rem;
				padding: 0.4em 1em;
				border-radius: 40px;
				display: block;
				position: absolute;
				margin: 0 auto;
				left: 50%;
				z-index: 10;
				transform: translatex(-55%);
			}
		}
	}

	.carousel-pager {
		position: absolute;
		right: calc(25% - 2.5em);
		bottom: 2em;

		@media (max-width:768px) {
			right: unset;
		}
	}

	.tf_carousel_nav_wrap {
		margin-top: 0px;

		.tf_box {
			@media (max-width:768px) {
				top: unset;
				bottom: 0.5em;
			}
		}

		.tf_carousel_bullet {
			border-color: #fff;
			margin: 0 1em;
		}

		.tf_box {
			background: transparent;
			color: #fff;
		}
	}
}

/* RCMP Grid */
#rcmp-grid {
	.module-image {
		.image-content {
			h3 {
				font-size: 2em;
				opacity: 0.8;
				text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
				max-width: 60%;
				margin: 0 auto;
				transition: all 0.2s ease;

				@media (max-width:1200px) {
					font-size: 1.2em;
				}
			}

			&:before {
				opacity: 0;
				transition: all 0.2s ease;
				pointer-events: none;

			}

		}

		&:hover {
			.image-content {
				&:before {
					opacity: 1;
					backdrop-filter: blur(8px);
				}

				h3 {
					opacity: 1;
				}
			}
		}
	}

	@media screen and (max-width:768px) {
		.federal-policing {
			.image-wrap {
				height: 44vw;

			}

			img {
				object-fit: cover;
				object-position: center;
				position: absolute;
				height: 100%;
				width: 100%;
			}
		}
	}
}

/* Theo helper classes */
.fullwidth-content-align-left {
	margin-left: calc((100vw - 1160px) / 2);

	@media (max-width:1160px) {
		padding-left: 5%;
		margin-left: 0px;
	}
}

.fullwidth-content-align-right {
	margin-right: calc((100vw - 1160px) / 2);

	@media (max-width:1160px) {
		padding-right: 5%;
		margin-right: 0px;
	}
}

/* v sets the desirted aspect ratio of the element */
.widescreen-ratio {
	aspect-ratio: 16 / 9;
}

/*
	The locker pages
 */

.single-the_locker #content {
	width: 100%;
}

.single-the_locker header.post-header .post-meta-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

.single-the_locker .post-title {
	font-family: 'Montserrat', 'Montserrat Fallback', 'Arial', 'Helvetica', sans-serif;
	font-weight: 700;
	color: #3f3f3f;
	font-size: calc(1.375rem + 1.5vw);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 30px;
	margin-bottom: 1.75rem;
	position: relative;
}

.single-the_locker .post-title::after {
	content: '';
	background-color: #ecc21c;
	width: 35px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.single-the_locker header.post-header:not(:has(.post-date)) .post-title {
	padding-top: 50px;
}

.single-the_locker .breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-weight: 600;
}

.single-the_locker .breadcrumbs a {
	color: #555;
	text-decoration: underline;
	font-size: 1rem;
	font-weight: 400;
}

.single-the_locker .breadcrumbs a:hover {
	text-decoration: none;
}

.single-the_locker header.post-header .post-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.single-the_locker header.post-header .post-date {
	font-weight: 400;
	font-size: 0.75rem;
	text-align: center;
	padding-top: 50px;
}

.single-the_locker .wp-block-buttons .wp-block-button__link {
	color: #fff;
	background-color: #d61624;
	border: 2px solid #d61624;
	border-radius: 7px;
	padding: 15px 20px;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
}

.single-the_locker .wp-block-buttons .wp-block-button__link:hover {
	background-color: #9a080e;
	border-color: #9a080e;
	text-decoration: underline;
}

.single-the_locker .wp-block-image.size-full {
	text-align: center;
}

.single-the_locker .wp-block-image figcaption {
	text-align: center;
	color: #555;
	font-size: 13px;
}

.single-the_locker h2 {
	font-weight: 500;
}

.single-the_locker .social-share {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0.5em;
	align-items: center;
	justify-content: flex-start;
}

.single-the_locker .social-share .social-share-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 0.5em;
	align-items: center;
}

.single-the_locker .social-share .social-share-buttons a {
	width: 21px;
	height: 21px;
	position: relative;
}

.single-the_locker .social-share .social-share-buttons a::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.single-the_locker .social-share .social-share-buttons a:hover::before {
	border-bottom: 1px dotted #000;
}

.single-the_locker .social-share .social-share-buttons a.facebook::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M240 363.3L240 576L356 576L356 363.3L442.5 363.3L460.5 265.5L356 265.5L356 230.9C356 179.2 376.3 159.4 428.7 159.4C445 159.4 458.1 159.8 465.7 160.6L465.7 71.9C451.4 68 416.4 64 396.2 64C289.3 64 240 114.5 240 223.4L240 265.5L174 265.5L174 363.3L240 363.3z"/></svg>');
}

.single-the_locker .social-share .social-share-buttons a.twitter::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M453.2 112L523.8 112L369.6 288.2L551 528L409 528L297.7 382.6L170.5 528L99.8 528L264.7 339.5L90.8 112L236.4 112L336.9 244.9L453.2 112zM428.4 485.8L467.5 485.8L215.1 152L173.1 152L428.4 485.8z"/></svg>');
}

.single-the_locker .social-share .social-share-buttons a.linkedin::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M196.3 512L103.4 512L103.4 212.9L196.3 212.9L196.3 512zM149.8 172.1C120.1 172.1 96 147.5 96 117.8C96 103.5 101.7 89.9 111.8 79.8C121.9 69.7 135.6 64 149.8 64C164 64 177.7 69.7 187.8 79.8C197.9 89.9 203.6 103.6 203.6 117.8C203.6 147.5 179.5 172.1 149.8 172.1zM543.9 512L451.2 512L451.2 366.4C451.2 331.7 450.5 287.2 402.9 287.2C354.6 287.2 347.2 324.9 347.2 363.9L347.2 512L254.4 512L254.4 212.9L343.5 212.9L343.5 253.7L344.8 253.7C357.2 230.2 387.5 205.4 432.7 205.4C526.7 205.4 544 267.3 544 347.7L544 512L543.9 512z"/></svg>');
}

.single-the_locker .social-share .social-share-buttons a.e-mail::before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M112 128C85.5 128 64 149.5 64 176C64 191.1 71.1 205.3 83.2 214.4L291.2 370.4C308.3 383.2 331.7 383.2 348.8 370.4L556.8 214.4C568.9 205.3 576 191.1 576 176C576 149.5 554.5 128 528 128L112 128zM64 260L64 448C64 483.3 92.7 512 128 512L512 512C547.3 512 576 483.3 576 448L576 260L377.6 408.8C343.5 434.4 296.5 434.4 262.4 408.8L64 260z"/></svg>');
}

.builder-posts-wrap .type-the_locker .post-image {
	height: 225px;
}

.builder-posts-wrap .type-the_locker .post-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single-the_locker article.post{
	margin-top:35px;
	border-top:1px solid #ed1c24;
	padding-top:35px;
}

.single-the_locker .module-image .image-caption{
	font-size:12px;
	font-style: italic;
}

@media (min-width: 768px) {
	.single-the_locker header.post-header {
		position: relative;
	}

	.single-the_locker .post-title {
		text-align: left;
		padding-left: 0;
	}

	.single-the_locker header.post-header .post-meta-wrapper {
		width: 50%;
		padding-right: 1rem;
	}

	.single-the_locker header.post-header .post-image {
		position: absolute;
		right: 0;
		top: 0;
		width: calc(50% - 12px);
		height: 100%;
		border-right: 12px solid #d61624;
	}

}

@media (min-width: 1200px) {
	.single-the_locker .post-title {
		font-size: 2.5rem;
	}
}

/*-------------------------
 * The locker Carousel part 
 *------------------------*/
.locker_carousel {
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
	position: static;
	overflow: hidden;
	list-style: none;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
	width: 100%;
	min-height: 0;
}

/*@media screen and (min-width:1160px){
    .locker_carousel.swiper{
        padding:16px calc(((100vw - 1160px) / 2) + 16px);
    }
}*/

.locker_carousel .loops-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
	min-height: 0;
}

.locker_carousel .loops-wrapper {
	transform: translate3d(0px, 0, 0);
}

.locker_carousel .post {
	flex-shrink: 0;
	width: 100%;
	height: auto;
	position: relative;
	transition-property: transform;
	display: block;
	max-height: 240px;
}

.locker_carousel .post .post-content {
	padding: 30px;
	background-color: #fff;
}

.locker_carousel .builder-posts-wrap.list-large-image .post .post-title {
	font-size: 1.25rem;
	font-weight: 700;
}

.swiper-autoheight .post {
	height: auto;
}

.swiper-autoheight .loops-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .post {
	transform: translateZ(0);
	backface-visibility: hidden;
}

.locker_carousel .swiper-pagination,
.module_row .locker_carousel.module,
.fullwidth_row_container :is(.module_column, .row_inner):has(.locker_carousel) {
	position: static;
}

.locker_carousel .swiper-pagination {
	margin-top: 1rem;
}

.locker_carousel .swiper-pagination .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	background-color: transparent;
	border: 1px solid #2a2a2a;
}

.locker_carousel .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #d61624;
	border: 0 none;
}

.locker_carousel :is(.swiper-button-prev, .swiper-button-next) {
	z-index: 20;
	background-color: #ED1C24;
	border: none;
	width: 64px;
	height: 64px;
	font-size: 0;
	position: absolute;
	top: 33%;
	display: none;

	svg {
		width: 30px;
		height: 30px;

		path {
			fill: #ffffff;
		}
	}
}

@media screen and (min-width:728px) {
	.locker_carousel :is(.swiper-button-prev, .swiper-button-next) {
		display: flex;
	}
}

.locker-featured-article :is(.image-wrap, .image-wrap a) {
	width: 100%;
	height: 100%;
}

.locker-featured-article img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.featured-locker{
	gap:20px;
	display: grid;
	grid-template-columns: 1fr;

	.featured-locker-content{
		display:flex;
		flex-direction: column;
		gap: 0px;
		align-items: flex-start;

		.featured-locker-title{
			color:#fff;
			text-shadow: 1px 2px 2px rgba(0, 0, 0, .33);
		}

		h6{
			text-shadow: 1px 2px 2px rgba(0, 0, 0, .33);
			color: #fff;
			font-weight: 700;
    		font-family: 'Open Sans', sans-serif;
			text-transform: uppercase;
		}

		.featured-locker-date{
			font-weight: 700;
			color:#fff;
		}

		.featured-locker-button{
			box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .32);
			background-image: none;
			background-color: #ed1c24;
			border-radius: 0.3em;
			font-weight: 600;
			padding-left: 3em;
			padding-right: 3em;
			margin-top:16px;
			font-size:1.2em;
		}
	}

	.featured-locker-thumbnail{
		max-height: 250px;

		img{
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
		}
	}

}

@media screen and (min-width:600px){
	.featured-locker{
		gap:20px;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}


/**
* The locker main post grid styling 
**/
.all-articles .the_locker.loops-wrapper {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
	height: auto !important;
}

.all-articles .the_locker.loops-wrapper .gutter-sizer {
	display: none;
}

.all-articles .the_locker.loops-wrapper article {
	position: static !important;
	width: auto !important;
	height: auto !important;
	float: unset !important;
}

@media screen and (min-width:768px) {
	.all-articles .the_locker.loops-wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (min-width:1260px) {
	.all-articles .the_locker.loops-wrapper {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* New Forms styling w/ Fluent forms */
:is(.ff-popup-form, .nopopup) .fluentform {
	.ff-t-container {
		flex-direction: column;
	}

	.ff-el-form-control {
		border-radius: 0;
		border: 1px solid #6B0505;
	}

	.ff_submit_btn_wrapper {
		display: flex;
		flex-direction: column;
		align-items: stretch;

		.ff-btn-submit {
			font-weight: 900;
			background-color: #eb951b;
			font-size: 1.2em;
		}
	}

	.ff-message-success {
		border-radius: 20px;
		border: solid 2px green;
		background-color: #fff;
		color: green;
		text-align: center;
		padding: 0.4em;
		box-shadow: unset;

		p {
			margin: 0;
		}
	}

}

.nopopup .fluentform {
	.ff-custom_html {
		display: none;
	}

	.ff_submit_btn_wrapper {
		align-items: center;
	}

	.ff-name-field-wrapper .ff-t-container {
		flex-direction: row;
	}

}

.nopopup .fluentform .ff_submit_btn_wrapper .ff-btn-submit {
	font-weight: 700;
	font-size: 1.1em;
	border-radius: 50px;
	padding: .625em 3em;
	background-image: none;

	&:hover {
		opacity: unset;
		transform: unset;
	}
}

.nb.nopopup .fluentform .ff_submit_btn_wrapper .ff-btn-submit {
	font-size: 1rem;
	color: #00236d;
	background-color: #eabe06;
	font-weight: 600;
	padding: 0.4em 3em;
	border-radius: 40px;
}

.bc.nopopup .fluentform .ff_submit_btn_wrapper .ff-btn-submit {
	background-color: #e8311f;
	border-radius: 0;
}

.nt.nopopup .fluentform .ff_submit_btn_wrapper .ff-btn-submit {
	background-color: #876b48;
	color: #ffeee0;
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .35);

	&:hover {
		background-color: #d68035;
	}
}

:is(.on, .mb, .pei).nopopup .fluentform .ff_submit_btn_wrapper .ff-btn-submit {
	background-color: #e8311f;

	&:hover {
		background-color: #ff7568;
	}
}

.qc.nopopup .fluentform .ff_submit_btn_wrapper .ff-btn-submit {
	background-color: #c49a6c;
	color: #022158;
}

.ns.nopopup .fluentform .ff_submit_btn_wrapper .ff-btn-submit {
	background-color: #0047b6;
}

.nl.nopopup .fluentform .ff_submit_btn_wrapper .ff-btn-submit:hover {

	background-color: #ffb651;
}


.row_inner:has(.nopopup .fluentform) {
	max-width: 768px;
	padding: 4em 2em;

	h2,
	h2+p {
		text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
	}
}

.row_inner:has(.nopopup.ns .fluentform) :is(h2, h2 + p) {
	text-shadow: unset;
}

:is(.ff-popup-form, .nopopup.ns) .fluentform {
	.ff-el-form-control {
		border-color: #0047b6;
	}
}

/* Homepage Fluent form styling */
.signup .form-content {
	text-align: center;

	h2 {
		font-size: 2em;
	}

	p {
		line-height: 1.2em;
	}
}

.signup .fluentform {
	.ff-el-form-control {
		border-radius: 0;
		border: 1px solid #6B0505;
	}

	.ff-t-container {
		align-items: flex-start;

		&:has(.ff-t-cell select) {
			align-items: stretch;
		}
	}

	.ff-btn-submit {
		font-weight: 900;
		background-color: #bd9b71;
		font-size: 1.2em;
		text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
		box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
		padding: 0.4em 1em;
		border-radius: 40px;
		line-height: 32px;
	}

	&.ff-default select.ff-el-form-control {
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="none" stroke="rgba(40,40,40,.8)" stroke-linecap="round" stroke-width="12"><path d="m2.7 2.3 46.4 54.9L95.5 2.3"/></svg>');
		height: 100%;
	}

	.frm-fluent-form .ff-t-cell:has(select) {
		flex-direction: row;
		height: auto;

		>.ff-el-group {
			width: 100%;

			.ff-el-input--content {
				height: 100%;
			}
		}
	}


	.ff-message-success {
		border-radius: 20px;
		border: 0 none;
		background-color: #bd9b71;
		color: #fff;
		text-align: center;
		padding: 0.4em;
		font-size: 1.2em;
		text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
		box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);

		p {
			margin: 0;
		}
	}

	.text-danger {
		background-color: rgba(255, 255, 255, 0.85);
		padding: 0.5em;
	}
}

/* Pronvicial logos */
header#header .navbar-wrapper li:has(.province-logo) {
	margin-right: auto;
}

header#header .navbar-wrapper .province-logo {
	max-width: 350px;
	width: auto;
	height: 100px;
	max-height: 100px;
}

header#header:has(.province-logo) #site-logo {
	display: none;
}

@media screen and (max-width:900px) {
	header#header .sidemenu li:has(.province-logo) {
		position: absolute;
		top: 0;
	}

	header#header .sidemenu:has(.province-logo) {
		display: block;
		background-color: transparent;
		/* pointer-events: none; */
		right: unset;
		position: static;
		overflow-y: unset;
		contain: unset;

		li:not(:has(.province-logo)),
		a#menu-icon-close {
			display: none;
		}

	}

	header#header .sidemenu.sidemenu-on:has(.province-logo) {
		background-color: #fff;
		pointer-events: unset;
		right: 0;
		position: fixed;
		overflow-y: auto;
		contain: paint;

		li:not(:has(.province-logo)),
		a#menu-icon-close {
			display: block;
		}

		li:has(.province-logo) {
			display: none;
		}

	}
}

@media screen and (min-width:900px) {

	header#header .navbar-wrapper:has(.province-logo),
	header#header .navbar-wrapper:has(.province-logo) nav {
		justify-content: stretch;
		width: 100%;
	}

	header#header .navbar-wrapper:has(.province-logo) ul#main-nav {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: end;
	}
}