@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap');
html,
body {
	margin: 0;
	background-color: #4a4e53;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #282828;
}
h1, h2, h3, h4, h5 {
	color: #26a500;
	text-transform: capitalize
}
h1 {
	font-size: 200%
}
h2 {
	font-size: 180%
}
h3 {
	font-size: 160%
}
h4 {
	font-size: 140%
}
h5 {
	font-size: 120%
}
div {
	box-sizing: border-box
}
.efb_red {
	background: #ff0000;
	background: linear-gradient(to bottom,  #ff0000 0%,#c40000 100%);
}
.efb_green {
	background: #26a500;
	background: linear-gradient(to bottom,  #26a500 0%,#0e6b00 100%);
}
.shadow {
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}
img {
	margin-bottom: -4px;
	border: none
}
.vi_link {
	position: absolute;
	top: -1000px;
}
header {
	background-color: #f2f2f2
}
.top_contact {
	background-color: rgba(0, 0, 0, 0.8);
	display: table;
	width: 100%;
	color: #f2f2f2
}
.top_contact a,
.top_contact a:visited {
	color: inherit;
	text-decoration: none;
}
.top_contact a:hover {
	text-decoration: underline
}
.top_contact div {
	display: table-cell;
	padding-top: 15px;
	padding-bottom: 15px;
	white-space: nowrap;
	vertical-align: middle
}
.top_contact div:nth-child(1),
.top_contact div:nth-child(2) {
	padding-left: 20px;
}
.top_contact div:nth-child(2) {
	width: 100%
}
.top_contact div:nth-child(3) {
	padding-right: 20px;
}
input[type=text],
input[type=submit],
textarea,
select,
.button,
.button:visited {
	border: 1px solid grey;
	background-color: #f2f2f2;
	font-size: inherit;
	font-family: inherit;
	margin: 0;
	color: grey;
	padding: 8px;
	outline: none;
	resize: none;
	border-radius: 5px;
	text-decoration: none
}
input[type=submit],
.button,
.button:visited {
	background-color: rgb(53, 122, 72);
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	opacity: .75;
	padding-left: 20px;
	padding-right: 20px
}
input[type=submit]:hover,
.button:hover {
	opacity: 1
}
header input {
	border: none !important
}
header input[type=text] {
	border-radius: 5px 0 0 5px;
}
header input[type=submit] {
	border-radius: 0 5px 5px 0;
	margin-left: -4px
}
.top_logo {
	display: table;
	width: 100%;
	position: relative
}
.top_logo div {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	white-space: nowrap
}
.top_logo img {
	height: 90px;
	width: auto;
	margin-bottom: -8px
}
.top_logo div:nth-child(1) {
	width: 100%;
}
.top_logo div:nth-child(2) {
	padding-right: 0 !important
}
.header_help_btn {
	border: none !important;
	padding: 30px !important
}
.top_mobile_help {
	display: none;
	width: 100%;
}
.top_mobile_help a {
	display: table-cell;
	text-align: center;
	padding: 15px;
	width: 50%;
	color: white;
	text-transform: uppercase;
	text-decoration: none
}
/* MENU SYSTEM ******************************************/
nav {
	display: block;
	background-color: #282828;
	position: relative;
	z-index: 9;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul ul {}
nav li {
	display: inline;
	position: relative
}
nav a,
nav a:visited {
	display: inline-block;
	position: relative;
	line-height: 3em;
	color: #f2f2f2;
	text-decoration: none;
	transition: .5s;
	padding-left: 20px;
	padding-right: 20px
}
nav a:hover {
	background: #26a500;
	background: linear-gradient(to bottom,  #26a500 0%,#0e6b00 100%);
}
nav li:hover ul {
	display: block;
	transition-delay: 0ms;
}
nav ul ul {
	display: none;
	position: absolute;
	left: 0;
	background-color: rgb(69, 69, 69);
	box-shadow:0 4px 8px 0
	rgba(0, 0, 0, .2), 0 6px 20px 0
	rgba(0, 0, 0, .19);
}
nav ul ul li {
	display: block;
	white-space: nowrap
}
nav ul ul li a,
nav ul ul li a:visited {
	display: block
}
.mobile_menu {
	display: none
}
.mobile_menu_trigger {
	display: none;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: .5s;
	opacity: .5
}
.menu_open {
	transform: rotate(90deg)
}
.wrapper {
	display: table;
	width: 100%
}
.wrapper section,
.wrapper aside {
	display: table-cell;
	vertical-align: top
}
.wrapper section {
	background-color: #f2f2f2;
	padding: 30px
}
.wrapper aside {
	background-color: #cccccc;
	width: 350px;
	padding: 20px 15px 20px 15px;
	box-sizing: border-box
}
footer {
	display: table;
	width: 100%;
	color: #f2f2f2;
	font-size: 90%
}
footer ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
footer a,
footer a:visited {
	color: inherit;
	text-decoration: inherit
}
footer a:hover {
	text-decoration: underline
}
footer div {
	display: table-cell;
	vertical-align: top;
	padding: 15px;
	width: 50%;
	border-bottom: 1px solid grey
}
footer div:nth-child(1) {
	border-right: 1px solid grey;
	padding-right: 14px
}
footer div:nth-child(2) {
	background-color: rgba(0, 0, 0, 0.2)
}
footer div p:first-of-type {
	display: block;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed grey;
	font-size: 115%;
	font-weight: bold;
	color: white
}
footer div p:last-of-type {
	margin-bottom: 0
}
.cirrus,
.cirrus:visited {
	display: block;
	padding: 15px;
	text-align: center;
	color: white;
	text-decoration: none
}
.cirrus:hover {
	text-decoration: underline
}
.footer_get_help,
.footer_get_help:visited {
	display: block;
	text-align: center;
	padding: 15px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold
}
.banner {
	position: relative;
	padding-bottom: 30%;
	background-position: center;
	background-size: cover
}
.banner h1 {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	margin: 0;
	color: white;
	padding: 15px;
	font-size: 125%;
	opacity: .8
}
section h1:first-of-type {
	margin-top: 0
}
.top_sub_nav a,
.top_sub_nav a:visited {
	margin-right:10px;
	border:none !important
}
.grid,
.grid a,
.grid div {
	box-sizing: border-box;
	vertical-align: top;
}
.grid a,
.grid a:visited {
	display: inline-block;
	transition: .5s;
	margin: 0 3% 4% 3%;
	color: inherit;
	text-decoration: none
}
.grid a:hover {
	transform: scale(0.95)
}
.grid .grid_image {
	position: relative;
	padding-bottom: 50%;
	background-position: center;
	background-size: cover
}
.grid h2,
.grid p {
	margin: 0;
}
.grid h2 {
	font-size: 110%;
	margin: 10px 0 10px 0
}
.grid_3 .grid_image {
	padding-bottom: 75%;
	border: 1px solid grey
}
.grid_3 a {
	width: 29.33%
}
.grid_3 a:nth-child(3n+1) {
	margin-left: 0
}
.grid_3 a:nth-child(3n+3) {
	margin-right: 0
}
.aside_news,
.aside_news:visited {
	transition: .5s;
	color: #f2f2f2;
	text-decoration: none;
	margin-top: 2px
}
.aside_news:hover {
	transform: scale(0.9)
}
.aside_image {
	position: relative;
	padding-bottom: 60%;
	background-position: center;
	background-size: cover
}
.aside_news .aside_details {
	text-align: center;
	background-color: rgb(82, 81, 81)
}
.aside_news .aside_details h2 {
	font-size: 100%;
	color: inherit
}
.aside_news .aside_details h2,
.aside_news .aside_details p {
	margin: 0
}
.aside_news .aside_details {
	padding: 15px;
}
.aside_table {
	display: table;
	width: 100%;
}
.aside_table div {
	display: table-cell;
	vertical-align: middle;
	text-align: left !important;
}
.aside_table div:nth-child(1) {
	padding: 0;
	width: 33%
}
.form {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 20px 0 0 20px
}
.form p {
	margin-top: 0;
	font-weight: bold
}
.form_33,
.form_50,
.form_100 {
	display: inline-block;
	vertical-align: bottom;
	box-sizing: border-box;
	padding: 0 20px 20px 0;
	vertical-align: top
}
form label {
	line-height: 2em
}
.form_33 {
	width: calc(100%/3)
}
.form_50 {
	width: 50%
}
.form_100 {
	width: 100%
}
.full {
	box-sizing: border-box;
	width: 100%
}
.is_empty {
	background-color: rgb(248, 179, 179) !important;
	border-color: red !important
}
/* From CMS */
.image_float_left {
	float: left;
	margin: 0 30px 30px 0
}
.image_float_right {
	float: right;
	margin: 0 0 30px 30px
}
.image_full_width {
	width: 100%;
	height: auto;
	margin: 0 0 30px 0
}
figure img,
figure .image_float_right,
figure .image_float_left {
	float: none !important;
	margin: 10px 10px 6px 10px !important
}
figure {
	margin-top: 8px;
	margin-bottom: 30px;
	display: table;
	box-sizing: border-box;
	border: 1px solid rgb(180, 180, 180);
	background-color: rgb(226, 226, 226);
}
figcaption {
	display: table-caption;
	caption-side: bottom;
	border: 1px solid rgb(180, 180, 180);
	background-color: rgb(226, 226, 226);
	margin-top: 10px;
	padding: 10px;
	font-style: italic;
	font-size: 85%
}
.align-right {
	float: right;
	margin-left: 30px;
	margin-right: 0;
}
.align-left {
	float: left;
	margin-right: 30px;
	margin-left: 0;
}
.iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.sub_pages {
	padding-bottom: 20px
}
.sub_pages a,
.sub_pages a:visited {
	display: block;
	padding: 15px;
	background-color: rgb(43, 43, 43);
	color: white;
	text-decoration: none;
	margin: 0 0 1px 0;
	transition: .5s
}
.sub_pages a:hover {
	transform: scale(0.9);
	opacity: .7
}
section img {
	border-radius: 10px
}
.cookie {
	margin-top: 0;
	font-weight: bold;
	text-transform: capitalize;
	color: #26a500;
}
.cookie a,
.cookie a:visited {
	color: inherit;
	text-decoration: none
}
.cookie a:hover {
	text-decoration: underline;
	color: #0d3900
}
.on_page_big_button,
.on_page_big_button:visited {
	display: block;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	transition: .5s;
	margin-top: 20px
}
.on_page_big_button:hover {
	transform: scale(0.9)
}


.news_2024 {
	box-sizing: border-box;
}
.news_2024 a, .news_2024 a:visited {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: inherit;
	width: 32%;
	vertical-align: top;
	transition: .5s;
	margin: 0 1% 2% 1%;
	padding: 10px;
	background-color: white;
	border-radius: 10px
}
.news_2024 a:hover {
	transform: scale(0.95)
}
.news_2024 a:nth-child(3n+1) {
	margin-left: 0
}
.news_2024 a:nth-child(3n+3) {
	margin-right: 0
}
.news_2024 span {
	display: block
}
.news_2024 span:nth-child(1) img {
	width: 100%;
	height: auto;
	margin-bottom: 10px
}
.news_2024 span:nth-child(2) {
	padding: 10px 0 10px 0;
	font-weight: 600;
	text-transform: uppercase;
	color: green
}
.news_2024 span:nth-child(2) {
	padding: 0 0 10px 0;
	font-style: italic
}
.news_2024 span:nth-child(3) {
	font-size: 85%
}







/* MOBILE CSS *******************************************/
@media screen and (max-width: 1024px) {
	body,
	html {
		background-color: rgb(22, 22, 22)
	}
	.top_contact {
		display: block;
		text-align: center
	}
	.top_contact div:nth-child(1) {
		display: block;
		padding: 15px !important;
	}
	.top_contact div:nth-child(2),
	.top_contact div:nth-child(3) {
		display: none
	}
	.top_logo img {
		height: 50px;
	}
	.top_logo div:nth-child(1) {
		display: block;
		text-align: left;
		padding: 15px !important;
		width: 100%;
	}
	.top_logo div:nth-child(2),
	.top_logo div:nth-child(3) {
		display: none !important
	}
	.top_mobile_help {
		display: table;
	}
	nav {
		position: absolute;
		top: -1000px
	}
	.mobile_menu {
		padding: 15px;
		box-sizing: border-box
	}
	.mobile_menu a,
	.mobile_menu a:visited {
		display: block;
		padding: 10px;
		color: black;
		text-decoration: none
	}
	.mobile_menu ul {
		margin: 0;
		padding: 0;
		list-style: none
	}
	.mobile_menu ul ul {
		margin-left: 30px;
	}
	.mobile_menu_trigger {
		display: block;
	}
	.wrapper {
		display: block;
	}
	.wrapper section,
	.wrapper aside {
		display: block;
	}
	.wrapper aside {
		background-color: grey;
		width: 100%;
	}
	footer {
		display: block;
		font-size: 100%
	}
	footer div {
		display: block;
		padding: 15px;
		width: 100%;
		border-bottom: 1px solid grey
	}
	footer div:nth-child(1) {
		border-right: none;
		padding-right: inherit
	}
	.banner {
		padding-bottom: 50%;
	}
	.banner h1 {
		font-size: 100%
	}
	.top_sub_nav {
		text-align: center
	}
	.top_sub_nav a {
		margin: 0 5px 0 5px
	}
	.grid_3 .grid_image {
		padding-bottom: 50%;
	}
	.grid_3 a {
		width: 100%;
		margin: 0;
		text-align: center;
		margin-bottom: 20px
	}
	.form {
		background-color: inherit;
		border-radius: 0;
		padding: 0
	}
	.form_33,
	.form_50,
	.form_100 {
		display: block;
		padding: 0 0 20px 0;
	}
	.form_33,
	.form_50,
	.form_100 {
		width: 100%
	}
	section img {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 30px 0
	}
	figure img {
		width: 95%;
		text-align: center;
		height: auto;
		margin: 0 !important
	}
	figure {
		margin-top: 0;
		margin-bottom: 30px;
		display: table;
		width: 100%;
		box-sizing: border-box;
		padding: 0 !important;
		text-align: center
	}
	figcaption {
		display: table-caption;
		caption-side: bottom;
		border: 1px solid rgb(180, 180, 180);
		background-color: rgb(226, 226, 226);
		margin-top: 10px;
		padding: 10px;
		font-style: italic;
		font-size: 100%
	}
	.efb_red,
	.efb_green {
		color: white !important;
	}
	.news_2024 a, .news_2024 a:visited {
		display: inline-block;
		box-sizing: border-box;
		text-align: center;
		text-decoration: none;
		color: inherit;
		width: 100%;
		vertical-align: top;
		transition: .5s;
		margin: 0 0 20px 0;
		padding: 10px;
		background-color: white;
		border-radius: 10px
	}
}