/*
font-family: 'Poppins', sans-serif;
font-family: 'Josefin Sans', sans-serif;
*/

/* Theme colors ----------------- */


:root {

	--light-gray: #F8F8F8;
	--offblack: #212529;
	--bk-dark-green: #094418;
	--bk-mid-green: #22733D;
	--bk-orange: #e66042;

}

.bg-dark {
	background: #094418	!important;
}

.bg-gray {
	background-color: #F8F8F8;
}

.bg-white {
	background-color: #FFFFFF;
}

::selection {
    color: #ffffff;
    background-color: var(--offblack);
}

/*
–––––––––––––––––––––––––––––––––––––––––––––––––
BASE
–––––––––––––––––––––––––––––––––––––––––––––––––
*/

body	{
	font-family: 'Poppins', sans-serif;
	font-size: clamp(1rem, 0.966rem + 0.149vw, 1.125rem);
	font-weight: 400;
	line-height: 1.5;
	color: var(--offblack);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
	
a, 
a:link, 
a:active {	
	color: var(--bk-orange);	
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
	color: var(--bk-orange);
}
	
ol, ul {
	padding-left: 1.25rem;
}

img {
	max-width: 100%;
}
	
/*–––––––––––––––––––––––––––––––––––––––––––––––––
TEXT AND TYPOGRAPHY
–––––––––––––––––––––––––––––––––––––––––––––––––*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

h1	{
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: .5rem;
	text-transform: initial;
}

h2	{
	font-size: clamp(1.5rem, 1.332rem + 0.746vw, 2.125rem);
	font-weight: 500;
	margin: 1.25em 0 0.125em;
}

h3	{
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: .25rem;
	text-transform: uppercase;		
}

h3 + h4	{
	margin-top:.75em;
}

p {
	font-weight: 400;
	line-height: 1.5;
}

p:last-child {
	margin-bottom: 0;
}

p.ingress	{
	font-size: clamp(1.25rem, 1.216rem + 0.149vw, 1.375rem);
}
	
/*	Breakpoints	Text and typography */
	
@media	(min-width: 576px) {
	h1, h2, h3, h4, h5, h6 {
		-webkit-hyphens: manual;
		-ms-hyphens: manual;
		hyphens: manual;
	}
}

@media	(min-width: 992px)	{	
	h1 {	
		font-size: 2rem;
	}

	h3	{
		font-size:1.75rem;
	}

	h3	{
		font-size:1.25rem;
	}

	h4	{
		font-size:1.125rem;
	}

}
		
@media	(min-width: 1200px)	{	
	h1	{	
		font-size:2.25rem;
	}
}

@media screen and (min-width: 1700px) {

	h1	{	
		font-size:2.5rem;
	}
}

/*	______	Spacing	utilites X _______ */

.padding-x-row	{	
	padding-left: 15px;	
	padding-right: 15px;
	transition: .5s;
}
	
@media	(min-width: 768px)	{	
	.padding-x-row{	
		padding-left: 2rem;	
		padding-right: 2rem;
	}
}

@media	(min-width: 1200px)	{	
	.padding-x-row	{
		padding-left: 8vw;	
		padding-right: 8vw;
	}	
}

@media	(min-width: 1400px)	{	
	.padding-x-row	{
		padding-left: calc(50% - 580px);	
		padding-right: calc(50% - 580px);
	}	
}

@media	(min-width: 1700px)	{	
	.padding-x-row	{
		padding-left: calc(50% - 750px);	
		padding-right: calc(50% - 750px);
	}	
}

/*	_______	Spacing	utilites Y ________	*/

.padding-y-row {	
	padding-top: 2rem;	
	padding-bottom: 2rem;
}

@media	(min-width: 960px)	{
	.padding-y-row {	
		padding-top: 2.5rem;	
		padding-bottom: 2.5rem;	
	}
}

@media	(min-width: 1200px)	{	
	.padding-y-row {	
		padding-top: 5rem;	
		padding-bottom: 5rem;	
	}
}

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––
NAVBAR
–––––––––––––––––––––––––––––––––––––––––––––––––
*/

.navbar	{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

@media screen and (min-width: 768px) {
	.navbar	{
		padding-top: 1rem;
		padding-bottom: 0.75rem;
	}
}

@media screen and (min-width: 992px) {
	.navbar	{
		padding-top: 4.5rem;
		padding-bottom: 0.75rem;
		align-items: flex-end;
	}
}

/* Logo */

.navbar-brand {
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	padding: 5px 0 0;
}

.navbar-brand img {
	width: 170px;
	height: auto;
}


@media screen and (min-width: 768px) {
	.navbar-brand {
		font-size: 2rem;	
	}
	
    .navbar-brand img {
    	width: 225px;
    	height: auto;
    }
}

@media screen and (min-width: 992px) {
	.navbar-brand {
		font-size: 2.5rem;	
		padding: 0;
	}
	
    .navbar-brand img {
    	width: 280px;
    }
	
}

@media screen and (min-width: 1700px) {
	.navbar-brand {
		font-size: 3rem;	
	}

    .navbar-brand img {
    	width: 336px;
    }
    
}

/* Toggler icon */

.navbar-dark .navbar-toggler {
	color: #ffffff;
	border: none;
	padding: 0;
	border-radius: 0;
	outline: none;
	box-shadow: none;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

/* Menu */

#desktopNav {
	display: none !important;
	flex-grow: 1;
}

.navbar-dark .navbar-nav {
	padding: 1rem 0 0.5rem;
}

.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
	font-weight: 500;
}

.navbar-dark .navbar-nav button.nav-link {
	appearance: none;
	background-color: transparent;
	text-align: unset;
	border: none;
	border-right: 1px solid #ffffff;
}

.navbar-dark .navbar-nav button.nav-link:focus {
	outline: none;
}

.navbar-dark .navbar-nav button.nav-link:focus-visible {
	outline: 3px dotted #000000;
}


.navbar-dark .navbar-nav .nav-link:hover {
	color: #ffffff;
}

.navbar-nav .nav-item:last-child .nav-link {
	border-right: none;	
	padding-right: 0;
}

.navbar-dark .navbar-nav .active > .nav-link {
	color: var(--bk-orange);
}


@media	(min-width: 992px)	{	

	#desktopNav {
		display: flex !important;
	}

	.navbar-dark .navbar-nav {
		padding: 0 0 5px 0;
	}

	.navbar-dark .navbar-nav .nav-link {
		border-right: 1px solid #ffffff;
		padding: 0 1rem;
		line-height: 1.2;
	}

	#desktopNav .dropdown-menu {
		background-color: transparent;
		padding-top: 17px;
		padding-bottom: 0;
		border: none;
		top: calc(100% - 2px);
	}

	#desktopNav .dropdown-menu .nav-link {
		background-color: #ffffff;
		color: #000000;
		position: relative;
		padding: 0.5rem 1rem;
	}

	#desktopNav .dropdown-menu .nav-item:first-child .nav-link {
		padding-top: 1rem;
	}

	#desktopNav .dropdown-menu .nav-item:last-child .nav-link {
		padding-bottom: 1rem;
	}
}

@media screen and (min-width: 1700px) {

	#desktopNav .dropdown-menu {
		padding-top: 17px;
	}
}


/* ------- Mobile menu ------- */

#mobileNav .nav-link {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 0.625rem 0.125rem;
	font-weight: 600;
}

#mobileNav > ul > li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 0.5rem 0;
}

#mobileNav > ul > li > a {
	font-size: 1.125rem;
}

@media	(min-width: 992px)	{	

	#mobileNav {
		display: none !important;
	}
}

#mobileNav .dropdown-menu {
	display: block;
	padding: 0 0 0.25rem;
	margin: 0;
	border: none;
	background-color: transparent;
}

#mobileNav .dropdown-menu .nav-link {
	text-transform: none;
	font-size: 1rem;
	font-weight: 400;
}

#mobileNav .dropdown-menu-submenu {
	list-style: none;
	margin-bottom: 0.25rem;
}

#mobileNav .dropdown-menu-submenu .nav-link {
	font-weight: 300;
	font-size: 0.875rem;
}


/* Mega menu */

#desktopNav .nav-item.dropdown:has(.mega-menu) {
	position: unset;
}

#desktopNav .mega-menu {
	top: calc(100% - 2px);
	position: absolute;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	transition: none;
	border-radius: 0;
	border: none;
	padding-top: 1.5rem;
	padding-bottom: 0rem;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
	z-index: 1;
}

@media screen and (min-width: 1200px) {

	#desktopNav .mega-menu {
		padding-top: 3.5rem;
		padding-bottom: 2rem;
	}
}

#desktopNav .dropdown:has(.mega-menu) .dropdown-toggle {
	position: relative;
	z-index: 2;
}


#desktopNav .dropdown-toggle::after {
	display: none;
}

#desktopNav .dropdown:has(.mega-menu.show) .dropdown-toggle::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: none;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #fff;
	position: absolute;
	bottom: -17px;
	margin: 0;
	left: calc(50% - 10px);
}

.mega-menu-column-wrap {
	margin-right: -1rem;
	margin-left: -1rem;
}

.mega-menu-column-wrap > div {
	flex: 0 0 calc(50% - 2rem);
	margin: 0 1rem 2rem;
}

@media screen and (min-width: 1200px) {

	.mega-menu-column-wrap > div {
		flex: 0 0 calc(25% - 2rem)
	}
}

a.mega-menu-headline {
	display: block;
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #212529;
	transition: color ease 0.15s;
}

p.menu-column-headline {
	margin-bottom: 0.5rem;
}

p.menu-column-headline a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 1.125rem;
	color: #212529;
	padding: 0.5rem 0;
	border-bottom: 2px solid #4b7556;
}

p.menu-column-headline a:hover {
	text-decoration: none;
	color: #4b7556;
}

p.menu-description {
	margin-top: 1rem;
	margin-bottom: 0;
}

p.menu-description:has(+ ul) {
	margin-bottom: 0.5rem;
}

ul.mega-menu-submenu {
	padding: 0;
	list-style: none;
}

#desktopNav ul.mega-menu-submenu a.nav-link {
	color: #212529;
	font-weight: 400;
	padding: 0.75rem 0;
	border-bottom: 1px solid #DDDDDD;
}

#desktopNav ul.mega-menu-submenu a.nav-link:hover {
	color: #4b7556;
}

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––
START PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––
*/

.main-header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: calc(100vh - 56px);
	position: relative;
	overflow-x: hidden;
}

.main-header-content {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main-header-content img {
	max-width: 100vw;
}


@media screen and (min-width: 768px) {
	.main-header {
		height: calc(100vh - 73px);
	}
}

@media screen and (min-width: 992px) {

	.main-header {
		height: calc(100vh - 133px);
	}
}

@media screen and (min-width: 1700px) {

	.main-header {
		height: calc(100vh - 138px);
	}
}

/* Intro text */

.lower-header {
	background-color: #4B7556;
}

.lower-header p {
	color: #ffffff;
	font-weight: 500;
}

@media	(min-width: 576px)	{	
	.lower-header p {
		max-width: 90%;
		margin: 0 auto;
	}
}

@media	(min-width: 768px)	{	
	.lower-header p {
		font-size: 1.25rem;
	}
}

@media	(min-width: 992px)	{	
	.lower-header p {
		font-size: 1.375rem;
		max-width: 900px;
	}
}

@media	(min-width: 1700px)	{
	.lower-header p {
		font-size: 1.75rem;
		max-width: 1200px;
	}
}

/*	Feature	blocks	*/

.feature-blocks {
	flex-wrap: wrap;
	padding: 1rem 1rem 0;
}

.feature-block	{
	position: relative;
	flex-basis: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	margin-bottom: 1rem;
}
	
.feature-block-image {
	display: block;
	width: 100%;
	height: auto;
}

.feature-block-image > div {
	background-size: cover;
	background-position: center;
	min-height: 240px;
}

.feature-block .caption	{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.feature-block .caption h2 {
	font-size: 1.25rem;
	padding: 1rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s	ease;
	background-color: #4B7556;
}
	
.feature-block:hover .overlay	{
	opacity: 1;
}
	
.overlay-text {
	color: #000000;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.overlay-text:hover {
	text-decoration: none;
}

.overlay-text p {
	color: #ffffff;
	margin-bottom: 0;
}

@media screen and (min-width: 700px) {

	.feature-block {
		flex-basis: calc(50% - 0.5rem);
		margin-right: 1rem;
	}

	.feature-block:nth-child(even) {
		margin-right: 0;
	}

}

@media screen and (min-width: 992px) {

	.feature-block {
		flex-basis: calc(25% - 0.75rem);
		margin-right: 1rem;
	}

	.feature-block:nth-child(even) {
		margin-right: 1rem;
	}

	.feature-block:nth-child(4n+4) {
		margin-right: 0;
	}

}

@media screen and (min-width: 1200px) {
	.feature-blocks {
		padding: 5rem 8vw 4rem;
	}
}

@media screen and (min-width: 1400px) {
	.feature-block .caption h2 {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1700px) {

	.feature-blocks {
		padding-bottom: 3.25rem;
	}

	.feature-block {
		flex-basis: calc(25% - 1.3125rem);
		margin-right: 1.75rem;
		margin-bottom: 1.75rem;
	}

	.feature-block:nth-child(even) {
		margin-right: 1.75rem;
	}

	.feature-block:nth-child(4n+4) {
		margin-right: 0;
	}

	.overlay-text {
		padding: 3rem;
	}
}

/*	End	feature	blocks	*/

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––
FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––
*/

/*	Main footer	*/

.main-footer {
	background: #4B7556;
	flex-wrap: wrap;
}

.main-footer > div {
	flex-basis: 100%;
	flex-shrink: 0;
	flex-grow: 0;
}

.main-footer > div:first-child {
	padding: 2rem 1rem;
}

.main-footer-image	{
	background-size: cover;
	background-position: center;
	padding-bottom: 58%;
}

.main-footer p {
	color: #ffffff;
	font-weight: 500;
}

.main-footer h2 {
	color: #ffffff;
	font-size: 1.75rem;
}

.green-divider	{
	padding: 0.875rem;
	background: #094418;
}

@media	(min-width: 768px)	{	

	.main-footer > div:first-child {
		flex-basis: 42%;
	}

	.main-footer > div:last-child {
		flex-basis: 58%;
	}

	.main-footer-image	{
		background-size: cover;
		background-position: center;
		padding-bottom: 33%;
	}

}

@media	(min-width: 992px)	{	

	.main-footer > div:first-child {
		padding: 2.5rem 2rem;
	}

	.main-footer p	{
		font-size: 1.125rem;
	}

	.main-footer h2	{
		font-size: 1.875rem;
	}

}

@media	(min-width: 1200px) {	

	.main-footer > div:first-child {
		padding: 2.5rem;
	}
}


@media	(min-width: 1400px) {	

	.main-footer > div:first-child {
		padding: 4rem;
	}
}

@media	(min-width: 1600px) {	

	.main-footer > div:first-child {
		padding: 5rem 5rem 5rem 8vw;
	}

	.main-footer p	{
		font-size: 1.25rem;
	}

	.main-footer h2	{
		font-size: 2.375rem;
		margin-bottom: 1rem;
	}

}


/*	End	main footer	*/

/*	Footer	*/

footer	{
	background: #232323;
	padding-top: 3rem;
	padding-bottom: 2rem;
}

footer img {
	width: 400px;
	max-width: 80%;
}

footer p {
	font-size: 0.75rem;
	color: #ffffff;
	margin: 2rem 0 0;
}

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––
SUBPAGE
–––––––––––––––––––––––––––––––––––––––––––––––––
*/

/* ------- Subpage header ------- */

.subpage-header {
	min-height: 60vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (min-width: 400px) {

	.subpage-header {
		min-height: 33vw;
	}
}

@media screen and (min-width: 992px) {

	.subpage-header {
		min-height: 25vw;
	}
}

.subpage-header-headline {
	background-color: rgba(9, 68, 24, 0.7);
	width: 100%;
}

.subpage-header-headline h1 {
	color: #FFFFFF;
	font-weight: 600;
	margin: 0;
	font-size: clamp(1.625rem, 1.256rem + 1.642vw, 3rem);
}

/* Tall subpage header */

.subpage-tall-header {
	min-height: 80vw;
}

@media screen and (min-width: 576px) {

	.subpage-tall-header {
		min-height: 50vw;
	}
}

@media screen and (min-width: 992px) {

	.subpage-tall-header {
		min-height: calc(100vh - 129px);
	}
}

@media screen and (min-width: 1700px) {

	.subpage-tall-header {
		min-height: calc(100vh - 138px);
	}
}

.subpage-tall-header .subpage-header-headline h1 {
	font-size: clamp(1.875rem, 1.573rem + 1.343vw, 3rem);
	font-weight: 400;
}

.subpage-tall-header .subpage-header-headline h1 strong {
	font-weight: 700;
}


.subpage-tall-header .subpage-header-headline h1:has(+ p) {
	margin-bottom: 0.25em;
}


.subpage-tall-header .subpage-header-headline p {
	color: #FFFFFF;
	font-size: clamp(1rem, 0.866rem + 0.597vw, 1.5rem);
}

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––
CONTENT BLOCKS
–––––––––––––––––––––––––––––––––––––––––––––––––
*/

/* Text image block */

.text-image-wrap {
	border-bottom: 1px solid #DDDDDD;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.text-image-block:first-child .text-image-wrap {
	padding-top: 0;
}

.text-image-block:last-child .text-image-wrap {
	padding-bottom: 0;
	border-bottom: none;
}

.text-image-block:has(+ .content-block) .text-image-wrap {
	border-bottom: none;
}


.text-image-wrap > div {
	flex: 0 0 100%;
}

.text-image-wrap > div:first-child {
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {

	.text-image-wrap > div {
		flex-basis: calc(50% - 1rem);
	}

	.text-image-block:nth-child(2n) > .text-image-wrap > div:first-child {
		order: 2;		
	}

	.text-image-wrap > div:first-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {

	.text-image-wrap > div {
		flex-basis: calc(50% - 1.5rem);
	}
}

@media screen and (min-width: 1700px) {

	.text-image-wrap > div {
		flex-basis: calc(50% - 2rem);
	}
}

.text-image-image img {
	width: 100%;
}

.text-image-text h2:first-child {
	margin-top: 0;
}

/* Text text block */

.text-text-wrap {
	border-bottom: 1px solid #DDDDDD;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.text-text-wrap > div {
	flex: 0 0 100%;
}

@media screen and (min-width: 768px) {

	.text-text-wrap > div {
		flex-basis: calc(50% - 1rem);
	}
}

@media screen and (min-width: 1200px) {

	.text-text-wrap > div {
		flex-basis: calc(50% - 1.5rem);
	}
}

@media screen and (min-width: 1700px) {

	.text-text-wrap > div {
		flex-basis: calc(50% - 2rem);
	}
}

.text-text-block h2:first-child {
	margin-top: 0;
}

/* Text video block */

.text-video-wrap {
	border-bottom: 1px solid #DDDDDD;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.text-video-block:has(+ .content-block) .text-video-wrap {
	border-bottom: 0;
}

.text-video-block:first-child .text-video-wrap {
	padding-top: 0;
}

.text-video-block:last-child .text-video-wrap {
	padding-bottom: 0;
	border-bottom: none;
}

.text-video-wrap > div {
	flex: 0 0 100%;
}

.text-video-wrap > div:first-child {
	margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {

	.text-video-wrap > div {
		flex-basis: calc(50% - 1rem);
	}

	.text-video-block:nth-child(2n) > .text-video-wrap > div:first-child {
		order: 2;		
	}

	.text-video-wrap > div:first-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {

	.text-video-wrap > div {
		flex-basis: calc(50% - 1.5rem);
	}
}

@media screen and (min-width: 1700px) {

	.text-video-wrap > div {
		flex-basis: calc(50% - 2rem);
	}
}

.text-video-video video {
	width: 100%;
}

.text-video-text h2:first-child {
	margin-top: 0;
}


/* ------- Content blocks ------- */

.content-block {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;	
	margin-bottom: 2rem;
}

.content-block:last-child {
	margin-bottom: 0;
}

.content-block:first-child h2:first-child {
	margin-top: 0;
}

.content-block h3 {
	text-transform: none;
	font-weight: 500;
	font-size: clamp(1.25rem, 0.982rem + 1.19vw, 1.875rem);
}

.gray-box-block {
	background-color: #F8F8F8;
	padding: clamp(1rem, 0.571rem + 1.905vw, 2rem); /* 360-1200 px */
}

img.quote-quotation-mark-img {
	width: clamp(50px, 40.576px + 2.619vw, 72px); /* 360-1200 px*/
	height: auto;
	margin-bottom: 1rem;
}

.quote-block p.quote-text {
	font-size: clamp(1.125rem, 1.018rem + 0.476vw, 1.375rem);
	font-style: italic;
}

.quote-block p.quote-name {
	font-weight: 600;
	margin-bottom: 0;
}

/* ------- Image gallery block ------- */

.image-gallery-block .carousel-control-btn {
	display: none;
	background-color: transparent;
	border: none;
	padding: 0;
	width: auto;
	opacity: 1;
}

@media screen and (min-width: 768px) {

	.image-gallery-block .carousel-control-btn {
		display: flex;
	}
}

.image-gallery-block .carousel-control-btn svg {
	color: black;
	font-size: 2.5rem;
	background-color: rgba(255,255,255,0.6);
	padding: 1.5rem 1rem;
	border-radius: 1rem 0 0 1rem;
	transition: background-color ease 0.2s;
}

.image-gallery-block .carousel-control-btn:hover svg {
	background-color: rgba(255,255,255,1);
}

.image-gallery-block .carousel-control-prev svg {
	border-radius: 0 1rem 1rem 0;
}

.image-gallery-block .carousel-control-next svg {
	border-radius: 1rem 0 0 1rem;
}

.image-gallery-block .carousel-inner {
	padding-bottom: 3rem;
}

/* Dot indicators */

.image-gallery-block .carousel-indicators-dots {
	margin-bottom: 0.75rem;
}


.image-gallery-block .carousel-indicators-dots li {
	height: 18px;
	width: 18px;
	border-radius: 50%;
	border: none;
	opacity: 1;
	background-color: rgba(0,0,0,0.25);
	background-clip: unset;
	margin: 0 6px;
}

.image-gallery-block .carousel-indicators-dots .active {
	background-color: var(--offblack);
}

.image-gallery-caption {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 1.25rem;
	background-color: rgba(9, 68, 24, 0.7);
}

.image-gallery-caption p {
	color: #FFFFFF; 
}

/* Thumbnail indicators */

.image-gallery-block .carousel-indicators-thumbnails {
	justify-content: flex-start;
	position: relative;
	margin: 0 -0.5rem;
	width: unset;
	overflow-y: auto;
	padding: 1rem 0 0;
	flex-wrap: wrap;
}

.image-gallery-block .carousel-indicators-thumbnails li {
	flex: 0 0 calc(33% - 1rem);
	width: calc(33% - 1rem);
	height: auto;
	aspect-ratio: 3 / 2;
	margin: 0 0.5rem 1rem;
	background-color: black;
	scroll-snap-align: start;
	border: none;
	background-clip: unset;
	opacity: 1;
}

@media screen and (min-width: 768px) {

	.image-gallery-block .carousel-indicators-thumbnails li {
		flex: 0 0 calc(20% - 1rem);
		width: 25%;
	}
}

.image-gallery-block .carousel-indicators-thumbnails li img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.image-gallery-block .carousel-item {
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.image-gallery-block .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* ------- Image block ------- */

.image-block img {
	width: 100%;
}

/* ------- Video block ------- */

.video-block video {
	width: 100%;
}

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––
PROPERTIES MAIN PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––
*/

/* ------- Header ------- */

header.properties-header h2 {
	margin-top: 0;
}

header.properties-header h2 + p {
	font-size: clamp(1rem, 0.899rem + 0.448vw, 1.375rem);
	max-width: 992px;
	margin: 0.5rem auto clamp(1.5rem, 1.071rem + 1.905vw, 2.5rem); /* 360-1200 px*/
}

/* ------- Properties list ------- */


.properties-intro-text + .properties-list-wrap {
	margin-top: 2rem;
}

.properties-list-item {
	padding: 0.5rem 0;
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.properties-list-item > div:first-child {
	flex: 0 0 calc(100% - 120px - 1rem);
}

.properties-list-item > div:last-child {
	flex: 0 0 120px;
}

.properties-list-item h3 {
	text-transform: none;
	font-size: clamp(1rem, 0.933rem + 0.299vw, 1.25rem);
}

.properties-list-item p {
	font-size: clamp(1rem, 0.933rem + 0.299vw, 1.25rem);
}

.properties-list-availability-box {
	min-width: 120px;
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0.5rem;
	text-align: center;
}

.properties-list-availability-box.property-available {
	background-color: #22733D;
}

.properties-list-availability-box.property-reserved {
	background-color: #575D60;
}

.properties-list-section + .content-blocks-section {
	padding-top: 0;
}

/* Properties list on main page */

.mp-properties-list-section > div {
	flex: 0 0 100%;
}

@media screen and (min-width: 992px) {

	.mp-properties-list-section > div {
		flex-basis: 50%;
	}
}

.mp-properties-list-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/* ------- About the area ------- */

.mp-properties-about-box > div {
	flex: 0 0 100%;
}

@media screen and (min-width: 992px) {

	.mp-properties-about-box > div {
		flex-basis: 50%;
	}
}

.mp-properties-about-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.mp-properties-about-info-text > p {
	font-size: clamp(1rem, 0.899rem + 0.448vw, 1.375rem);
	margin-bottom: 0.5rem;
}

.about-info-boxes {
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}

.about-info-boxes > div {
	flex: 0 0 calc(100% - 1rem);
	margin: 1rem 0.5rem 0;
}

@media screen and (min-width: 576px) {

	.about-info-boxes > div {
		flex-basis: calc(33.33% - 1rem);
		width: calc(33.33% - 1rem);
	}
}

.about-info-box {
	padding: 1.5rem 0.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-info-box img {
	display: block;
	height: 33px;
	width: auto;
	margin-bottom: 0.75rem;
}

.about-info-box p {
	text-align: center;
	line-height: 1.4;
}

.about-info-box p strong {
	font-weight: 500;
	display: block;
}

/* ------- Image gallery on Properties main page ------- */

.mp-properties-image-gallery {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

/* 
–––––––––––––––––––––––––––––––––––––––––––––––––
PROPERTIES PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––
*/

/* ------- Properties intro text ------- */

.properties-intro-text h2 {
	margin-top: 0;
}

/* ------- Properties list ------- */

/* ------- Contact form ------- */

.properties-form-section h2 {
	margin-top: 0;
}

.properties-form-section h2 + p {
	font-size: 1.375rem;
	max-width: 992px;
	margin: 0 auto 2rem;
}

.properties-form-box {
	padding: clamp(1rem, -0.286rem + 5.714vw, 4rem); /* 360-1200 */
	max-width: 992px;
	margin-right: auto;
	margin-left: auto;
}

.properties-form-contact-info {
	margin-top: 3rem;
	text-align: center;
}

.properties-form-contact-info h3 {
	text-transform: none;
	font-weight: 500;
	font-size: clamp(1.375rem, 1.196rem + 0.476vw, 1.625rem);
	margin-bottom: 0;
}

.properties-form-contact-info ul {
	list-style: none;
	padding: 0;
	margin: 1rem 0 0;
}

.properties-form-contact-info li + li {
	margin-top: 0.25em;
}

.properties-form-contact-info li svg {
	color: #094418;
	margin-right: 0.25em;
}

.properties-form-contact-info li a {
	color: #212529;
}

/* Umbraco forms */

.properties-form .umbraco-forms-hidden {
	display: none
}

.properties-form .row-fluid {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.properties-form-wrap .umbraco-forms-form input.text,
.properties-form-wrap .umbraco-forms-form textarea {
	width: 100%;
	background-color: #F8F8F8;
	border: none;
	padding: 1em;
	border-radius: 0;
}

@media screen and (min-width: 992px) {

	.properties-form .col-md-6:first-child {
		padding-right: 0.5rem;
	}

	.properties-form .col-md-6:last-child {
		padding-left: 0.5rem;
	}
}

.properties-form-wrap .umbraco-forms-field {
	margin-bottom: 2rem;
}

.properties-form-wrap .umbraco-forms-field label {
	font-weight: 500;
}

.properties-form-wrap input:active,
.properties-form-wrap input:focus,
.properties-form-wrap input:focus-visible {
	outline: 1px solid #22733D;
	border: none;
}

.properties-form-wrap input[type="submit"] {
	background-color: #22733D;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 1em;
	border-radius: 2rem;
	width: 100%;
	font-weight: 500;
	transition: opacity ease 0.5s;
}

.properties-form-wrap input[type="submit"]:hover {
	opacity: 0.8;
}

.properties-form-wrap .dataconsent {
	position: relative;
}

.properties-form-wrap .dataconsent > .umbraco-forms-field-wrapper {
	position: absolute;
}

.properties-form-wrap .dataconsentlink {
    padding-left: 32px;
    margin-top: 2px;
    margin-left: 0;
}

/* Check box */

.properties-form-wrap input[type="checkbox"] {
    position: absolute;
    top: 0.13em;
    left: 0;
    appearance: none;
    border: 1px solid #232323;
    background-color: #FFFFFF;
    margin: 0;
    font: inherit;
    width: 21px;
    height: 21px;
    padding: 0 !important;
    border-radius: 0;
}

.properties-form-wrap input[type="checkbox"]:active,
.properties-form-wrap input[type="checkbox"]:focus {
    outline: none;
    border: 1px solid #232323;
}

.properties-form-wrap input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 1em 1em #FFFFFF;
    transform: scale(0);
    transform-origin: center;
    clip-path: polygon(37% 65%,85% 12%,95% 21%,38% 81%,0 48%,8% 39%);
}

.properties-form-wrap input[type="checkbox"]:checked {
    background-color: #22733D;
    border-color: #22733D;
}
  
.properties-form-wrap input[type="checkbox"]:checked::before {
    transform: scale(0.75);
}

.properties-form-wrap .dataconsent {
    position: relative;
    z-index: 2;
	margin-bottom: 0;
}

.properties-form-wrap .dataconsent > .umbraco-forms-field-wrapper {
    position: absolute;
}

.properties-form-wrap .dataconsent > label {
    display: none;
}

.properties-form-wrap .dataconsentlink {
    padding-left: 32px;
    margin-top: 2px;
    margin-left: 0;
	margin-bottom: 3rem;
}

.properties-form-wrap .dataconsent label {
    padding-left: 38px;
}

.properties-form-wrap .dataconsentlink p {
    font-weight: 300;
    padding-top: 1px;
}

/* Error */

.field-validation-error {
    color: #E66042;
    font-size: 0.875rem;
    font-weight: 600;
    max-width: 70%;
    text-align: right;
    transform: translateY(1.5em);
}

.dataconsent .field-validation-error {
    position: relative;
    display: block;
    margin-top: -1.5em;
    margin-left: 34px;
    max-width: 100%;
    text-align: left;
    transform: none;    
}

.dataconsent:has(.field-validation-error) .umbraco-forms-field-wrapper {
    position: relative;
}

/* Submit message */

.properties-form-wrap .umbraco-forms-submitmessage {
	text-align: center;
	display: block;
	font-size: 1.25rem;
}