/*!
Theme Name: SureFarm
Theme URI: http://surefarmproject.eu
Author: Vertixe
Author URI: http://vertixe.com
Description: minimalist
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: surefarm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SureFarm is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #81b94d;
}

a:visited {
	color: #35974e;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	/*outline: thin dotted;*/
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	width: auto;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* CUSTOM CSS FOR THE PROJECT */

/*@font-face {
	font-family: 'Avenir LT Std';
	src: url('fonts/AvenirLTStd-Heavy.eot');
	src: url('fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Heavy.woff') format('woff'),
		url('fonts/AvenirLTStd-Heavy.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir LT Std';
	src: url('fonts/AvenirLTStd-Light.eot');
	src: url('fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Light.woff') format('woff'),
		url('fonts/AvenirLTStd-Light.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir LT Std';
	src: url('fonts/AvenirLTStd-Roman.eot');
	src: url('fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Roman.woff') format('woff'),
		url('fonts/AvenirLTStd-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} */

@font-face {
	font-family: 'Avenir LT Std';
	src: url('fonts/AvenirLTStd-Light.eot');
	src: url('fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Light.woff') format('woff'),
		url('fonts/AvenirLTStd-Light.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir LT Std';
	src: url('fonts/AvenirLTStd-Book.eot');
	src: url('fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Book.woff') format('woff'),
		url('fonts/AvenirLTStd-Book.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir LT Std';
	src: url('fonts/AvenirLTStd-Medium.eot');
	src: url('fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Medium.woff') format('woff'),
		url('fonts/AvenirLTStd-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir LT Std';
	src: url('fonts/AvenirLTStd-Heavy.eot');
	src: url('fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Heavy.woff') format('woff'),
		url('fonts/AvenirLTStd-Heavy.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir LT Std';
	src: url('fonts/AvenirLTStd-Black.eot');
	src: url('fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Black.woff') format('woff'),
		url('fonts/AvenirLTStd-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Eurostile LT Std';
	src: url('fonts/EurostileLTStd.eot');
	src: url('fonts/EurostileLTStd.eot?#iefix') format('embedded-opentype'),
		url('fonts/EurostileLTStd.woff') format('woff'),
		url('fonts/EurostileLTStd.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Eurostile LT Std';
	src: url('fonts/EurostileLTStd-Bold.eot');
	src: url('fonts/EurostileLTStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/EurostileLTStd-Bold.woff') format('woff'),
		url('fonts/EurostileLTStd-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


body {
	color: #343434;
	font-family: 'Avenir LT Std', sans-serif;
	font-weight: normal;
}

a,
a:visited,
a:focus,
a:active {
	color: #81b94d;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.site {
	margin: 0 auto;
	max-width: 1148px;
	width: 100%;
}

.site-header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.site-header {
	background-color: #FFF;
	position: fixed;
	max-width: 1148px;
	width: 100%;
	z-index: 999;
}

.site-content {
	padding-top: 132px;
}

.site-branding {
	width: 266px;
}

.site-branding h1,
.site-branding p {
	font-size: 1rem;
	margin: 0;
}

.site-branding .logo {
	margin: 16px 16px 12px;
	width: 220px;
}

.main-navigation {
	align-self: flex-end;
	font-size: 0.75rem;
	font-weight: 500;
	max-width: 660px;
	text-transform: uppercase;
	width: 100%;
}

.main-navigation ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.main-navigation li {
	border-bottom: 9px solid #FFF;
	margin: 0;
	padding: 0 1rem;
	padding-bottom: 6px;
}

.main-navigation a {
	color: #1b3521;
	font-weight: 700;
}

.main-navigation .current-menu-item,
.main-navigation .current-page-ancestor,
.main-navigation .current-menu-parent,
.single #menu-item-46 {
	border-bottom: 9px solid #81b94d;
}

.main-navigation ul ul .current-menu-item {
	border-bottom: 1px solid #81b94d;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
	top: 33px;
}

.main-navigation ul ul {
	background-color: #35974e;
  box-shadow: 0 0 0;
  display: none;
  float: left;
  font-size: 0.75rem;
  position: absolute;
  top: 100%;
  left: -999em;
  width: 312px;
  z-index: 99999;
}

.main-navigation li.menu-item-has-children:hover .sub-menu {
	display: flex;
}

.main-navigation ul ul li {
	border-bottom: 1px solid #81b94d;
	margin: 0.875rem 1rem 0;
	padding: 0 0 0.875rem 0;
}

.main-navigation ul ul li:last-of-type {
	border-bottom: 0;
}

.main-navigation ul ul a {
	color: #FFF;
	width: 280px;
}

.site-social {
	font-size: 0.75rem;
	margin: 0 auto;
	text-align: right;
	text-transform: uppercase;
	width: 222px;
	align-content: flex-end;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

.site-social a {
	color: #cfcbc8;
	text-decoration: none;
}

.site-social a:hover {
	color: #000;
}

.site-social .internal-link {
	display: inline;
	font-weight: bold;
	margin: 0.5rem 0 0 0.25rem;
}

.site-rrss {
  margin: 0.75rem 0 0.825rem;
}

.site-rrss svg {
	height: 28px;
	margin: 0 0 0 4px;
	width: 28px;
}

.site-rrss svg path {
	fill: #cfcbc8;
}

.site-rrss svg:hover path {
	fill: #000;
}

.eu-info {
	border-bottom: 1px solid #f9f8f6;
	border-top: 1px solid #f9f8f6;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	font-size: 0.875rem;
	height: 136px;
}

.eu-info img {
	align-self: center;
	margin: 0 34px;
}

.eu-info p {
	align-self: center;
	color: #191c17;
	margin: 0;
}

.footer-widgets {
	background-color: #35974e;
	color: #FFF;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 16px 0 0;
	min-height: 185px;
}

.copyright {
	background-color: #81b94d;
	color: #FFF;
	font-size: 14px;
	margin-bottom: 40px;
	padding: 8px 0 8px 70px;
}

.copyright a {
	color: #fff;
	text-decoration: underline;
}

.footer-widget {
	max-width: 294px;
	width: 100%;
}

.footer-widget:last-of-type {
	max-width: 220px;
}

.footer-widget h2 {
	font-size: 18px;
	margin: 30px 0 8px;
}

.footer-widget p {
	font-size: 14px;
	margin: 0 0 30px;
	padding-right: 30px;
}

.footer-widget:nth-of-type(1) {
	padding-left: 70px;
}

.footer-widget:nth-of-type(3) a {
	color: #FFF;
	text-decoration: underline;
}

.footer-widget .site-rrss svg path {
	fill: #FFF;
}

.footer-widget .site-rrss svg:hover path {
	fill: #cfcbc8;
}

.section-header {
	display: flex;
	flex-flow: row wrap;
}

.section-header-left {
	width: 266px;
}

.section-header-name {
	align-content: flex-start;
	background-color: #81b94d;
	color: #FFF;
	display: flex;
	flex-flow: column wrap;
	font-size: 24px;
	font-weight: lighter;
	justify-content: center;
	height: 113px;
	line-height: 1em;
	padding: 0 32px;
	text-transform: uppercase;
}

.section-header-strings {
	background: url('img/strings.png');
	height: 91px;
}

.section-header-right {
	height: 204px;
	width: calc(100% - 266px);
}

.social-share {
	background-color: #81b94d;
	display: flex;
	flex-flow: row wrap;
	float: right;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

.social-share li {
	align-self: center;
	float: left;
	line-height: 1.5em;
	margin: 0.2em 0.35em;
}

.social-share svg {
	height: 18px;
	vertical-align: sub;
}

.social-share svg path {
	fill: #FFF;
}

.social-share li::before {
	content: '|';
	color: #FFF;
	font-size: 1.25rem;
	padding: 0 0.35em 0 0;
}

.social-share li:first-of-type::before {
	content: none;
	padding-left: 0;
}

.page-sidebar {
	float: left;
	margin-bottom: 30px;
	width: 266px;
}

.page-sidebar.page-partners {
	clear: both;
	float: right;
	margin-top: 20px;
}

.page-content {
	float: left;
	margin-bottom: 100px;
	padding-left: 28px;
	width: calc(100% - 266px);
}

.page-id-24 .page-content img {
	margin-bottom: 100px;
}

.page-content a {
	text-decoration: underline;
}

.page-content.page-partners {
	float: right;
	padding-left: 0;
	padding-right: 28px;
}

.accordion-title {
	background-color: #35974e;
	color: #FFF;
	cursor: pointer;
	line-height: 1.2em;
	margin: 8px 0;
	padding: 32px 84px 32px 44px;
	position: relative;
	width: 100%;
}

.accordion-title.open {
	background-color: #1a3e2c;
	cursor: default;
}

.accordion-title:after {
	content: url('img/accordeon-plus.png');
	position: absolute;
	right: 20px;
	top: 25px;
}

.accordion-title.open:after {
	content: url('img/accordeon-minus.png');
}

.accordion-content {
  margin-top: 20px;
}

.menu-menu-about-container ul {
	color: #35974e;
	font-size: 11px;
	list-style: none;
	margin: 70px 0 20px;
	padding: 0;
	text-transform: uppercase;
}

.menu-menu-about-container li {
	border-bottom: 1px solid #81b94d;
	font-weight: bold;
	padding: 10px;	
}

.menu-menu-about-container li:first-child {
	border-top: 1px solid #81b94d;
}

.menu-menu-about-container a {
	color: #35974e;
	display: block;
	text-decoration: none;
}

.menu-menu-about-container .current-menu-item,
.menu-menu-about-container li:hover {
	background-color: #1a3e2c;
}
.menu-menu-about-container .current-menu-item a,
.menu-menu-about-container li:hover a {
	color: #FFF;
}

.page-partners h2.block {
	background-color: #1a3e2c;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 20px;
	padding: 10px 18px;
}

.block-partners-basic {
  border-bottom: 1px solid #cfcbc8;
  float: left;
  margin: 20px 0;
}

.block-partners-basic:last-child {
	border-bottom: 0;
}

.block-partners-logo {
	float: left;
	margin-right: 28px;
	width: 266px;
}

.block-partners-content {
	float: left;
	width: calc(100% - 294px);
}

.block-partners-content .name {
	color: #1b3521;
	font-weight: bold;
}

.block-partners-content .country {
	color: #35974e;
}

.block-partners-content div.long-content {
	display: none;
}

.block-partners-content p.short-content {
	display: block;
}

.block-partners-content .read {
	background: url('img/partners-plus.png');
	float: right;
	height: 29px;
	margin-right: 16px;
	text-indent: -9999px;
	width: 29px;
}

.block-partners-content .read:focus {
	outline: 0;
}

.block-partners-content .read.reading {
	background: url('img/partners-minus.png');
}

.block-partners-content .web {
	background-color: #35974e;
	color: #FFF;
	float: left;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 4px 40px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}

.block-partners-content .web:hover {
	background-color: #1a3e2c;
}

.block-partners-extended {
  border-bottom: 0;
  float: left;
  margin: 20px 0;
}

.block-partners-extended .member,
.block-partners-basic .member {
	border-bottom: 1px solid #cfcbc8;
	float: left;
	margin-bottom: 15px;
	padding: 15px 0 0;
}

.block-partners-extended .member:first-of-type,
.block-partners-basic .member:first-of-type {
	border-top: 1px solid #cfcbc8;
}

.block-partners-extended .member-photo,
.block-partners-basic .member-photo {
	float: left;
	margin-right: 28px;
	width: 126px;
}

.block-partners-extended .member-photo img,
.block-partners-basic .member-photo img {
	border-radius: 50%;
}

.block-partners-extended .member-photo img,
.block-partners-basic .member-photo img {
	height: 126px;
	width: 126px;
	object-fit: cover;
}

.block-partners-extended .member-content,
.block-partners-basic .member-content {
	float: left;
	width: calc(100% - 154px);
}

.block-partners-extended .member-content p,
.block-partners-basic .member-content p {
	margin-top: 0;
}

.block-partners-extended .member-content a,
.block-partners-basic .member-content a {
	color: #35974e;
	font-weight: bold;
	text-decoration: underline;
}

.nf-field input, 
.nf-field textarea {
  background-color: #f9f8f6;
  border: 0;
  border-radius: 0;
  padding: 1rem;
}

.nf-field::-webkit-input-placeholder {
  color: #7d6f62;
  font-size: 1rem;
	font-family: 'Avenir LT Std', sans-serif;
}

.nf-field::-moz-placeholder {
	color: #7d6f62;
  font-size: 1rem;
	font-family: 'Avenir LT Std', sans-serif;
}

.nf-field::-ms-placeholder {
  color: #7d6f62;
  font-size: 1rem;
	font-family: 'Avenir LT Std', sans-serif;
}

.nf-field::placeholder {
  color: #7d6f62;
  font-size: 1rem;
	font-family: 'Avenir LT Std', sans-serif;
}

.nf-form-fields-required {
	display: none;
}

.nf-field .html-wrap p:first-of-type {
	font-size: 14px;
	margin: -10px 0 10px;
	text-align: left;
}

.page-contact-content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 70px;
}

.page-contact-left,
.page-contact-right {
	max-width: 560px;
	width: 100%;
}

.contact-note {
	background-color: #35974e;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 20px;
	padding: 22px 36px;
}

.checkbox-container .nf-field-label label {
	color: #7d6f62;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2em;
}

.nf-field input[type="button"] {
	background-color: #35974e;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 80px;
	border-radius: 15px;
}

.form-center {
	text-align: center;
}

.page-contact-content p:first-of-type {
	margin-top: 0;
}

.page-contact-content a {
	color: #35974e;
	font-weight: bold;
	text-decoration: underline;
}

.page-contact-content hr {
	color: #7d6f62;
	margin: 40px 0;
}

.page-platform-content {
	float: left;
	margin-top: 30px;
	margin-bottom: 100px;
}

.page-platform-content .contact-note {
	margin-bottom: 30px;
	padding: 36px;
}

.align-right {
	text-align: right;
}

.single article {
	border-top: 1px solid #f9f8f6;
	padding-top: 20px;
}

.single h1 {
	color: #35974e;
	font-size: 24px;
	line-height: 1.2em;
	margin: 0 0 10px;
}

.single .entry-meta {
	color: #81b94d;
	font-size: 14px;
}

.single .entry-content p {
	margin: 0 0 1em;
}

.back {
	color: #35974e;
	float: left;
	font-weight: bold;
	margin-top: 6px;
}

.news-info {
	border-top: 1px solid #cfcbc8;
	float: left;
	padding: 20px 0;
	position: relative;
	margin: 0;
}

.news-info:last-of-type {
	border-bottom: 1px solid #cfcbc8;
}

.news-info-img {
	float: left;
	width: 168px;
}

.news-info-text {
	float: left;
	padding: 0 32px;
	width: calc(100% - 213px);
}

.news-info-text a {
	text-decoration: none;
}

.news-info-date {
	color: #81b94d;
	font-size: 14px;
	margin: 0;
}

.news-info-text h2 {
	color: #1b3521;
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0;
}

.news-info-text p {
	margin: 0;
}

.news-info .read {
	background: url('img/partners-plus.png');
	bottom: 20px;
	height: 29px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	width: 29px;
}

.news-info .read:focus {
	outline: 0;
}

.menu-menu-deliverables-container ul,
.menu-menu-materials-container ul {
	color: #35974e;
	font-size: 11px;
	list-style: none;
	margin: 70px 0 20px;
	padding: 0;
	text-transform: uppercase;
}

.menu-menu-deliverables-container li,
.menu-menu-materials-container li {
	border-bottom: 1px solid #81b94d;
	font-weight: bold;
	padding: 0;	
}

.menu-menu-deliverables-container a,
.menu-menu-materials-container a {
	display: block;
	padding: 10px;	
}

.menu-menu-deliverables-container li:first-child,
.menu-menu-materials-container li:first-child {
	border-top: 1px solid #81b94d;
}

.menu-menu-deliverables-container a,
.menu-menu-materials-container a {
	color: #35974e;
}

.menu-menu-deliverables-container .current-menu-item,
.menu-menu-deliverables-container li:hover,
.menu-menu-materials-container .current-menu-item {
	background-color: #2c4130;
}
.menu-menu-deliverables-container .current-menu-item a,
.menu-menu-deliverables-container li:hover a,
.menu-menu-materials-container .current-menu-item a {
	color: #FFF;
}

.menu-menu-deliverables-container li ul.sub-menu {
	display: none;
}

/*.menu-menu-deliverables-container li:hover ul.sub-menu,*/
.page-template-page-public-documents .menu-menu-deliverables-container li ul.sub-menu {
	background-color: #81b94d;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
}

.menu-menu-deliverables-container .sub-menu li:first-child {
	border-top: 1px solid #FFF;
}

.menu-menu-deliverables-container .sub-menu li {
	border-bottom: 1px solid #FFF;
}

.home .page-content {
	margin-bottom: 20px;
	margin-top: 16px;
	padding: 0;
	width: 100%;
}

.logo-block .jcarousel {
	margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0;
  max-width: 1148px;
  width: 100%;
}

.logo-block .jcarousel ul {
	background-color: #f9f8f6;
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

.logo-block .jcarousel li {
  float: left;
  opacity: 1;
  text-align: center;
  width: 287px;
}

.logo-block .jcarousel li.target {
	opacity: 1;
}

.logo-block .container {
	position: relative;
}

.logo-block .jcarousel-nav {
	height: 36px;
	opacity: 0.5;
	position: absolute;
	text-indent: -9999px;
	top: 75px;
	width: 21px;
	z-index: 10;
}

.logo-block .jcarousel-prev {
	background: url('img/flecha-previous.png') no-repeat;
	left: 4px;
}

.logo-block .jcarousel-next {
	background: url('img/flecha-next.png') no-repeat;
	right: 4px;
}

.slider-block {
	background-color: #81b94d;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 0;
	padding: 22px 36px;
	text-align: center;
}

.home .section-header-left,
.home .section-header-right {
	height: 520px;
}

.home .section-header-right {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.jcarousel-hero {
	height: 520px;
	margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: calc(100% - 266px);
}

.jcarousel-hero ul {
	height: 100%;
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel-hero li,
.jcarousel-hero ul > a {
	align-content: center;
	display: flex;
	flex-flow: row wrap;
	float: left;
	font-size: 32px;
	font-weight: lighter;
	justify-content: center;
  line-height: 36px;
  height: 100%;
  text-align: center;
  width: 100%;
  position: relative;
}

.overlay-layer {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.jcarousel-hero p {
	align-self: center;
	color: #FFF;
	max-width: 686px;
	width: 100%;
	z-index: 4;
}

.block-twitter {
	padding: 10px;
}

.three-blocks-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 16px 0;
}

.three-blocks-row .block {
	color: #FFF;
	display: flex;
	flex-flow: column nowrap;
	font-weight: lighter;
	justify-content: center;
	line-height: 1.6em;
	max-width: 380px;
	height: 320px;
	text-align: center;
	width: 100%;
}

.three-blocks-row .block:nth-of-type(1) {
	background: #19a37b; /* Old browsers */
	background: -moz-linear-gradient(left, #19a37b 0%, #5ab15e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #19a37b 0%,#5ab15e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #19a37b 0%,#5ab15e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a37b', endColorstr='#5ab15e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.three-blocks-row .block:nth-of-type(2) {
	background: #59b05f; /* Old browsers */
	background: -moz-linear-gradient(left, #59b05f 0%, #81b94d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #59b05f 0%,#81b94d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #59b05f 0%,#81b94d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b05f', endColorstr='#81b94d',GradientType=1 ); /* IE6-9 */
}

.three-blocks-row .block:nth-of-type(3) {
	background-color: #fff;
	border: 10px solid #81b94d;
}

.three-blocks-row .block svg {
	height: 70px;
	width: 72px;
}

.three-blocks-row .block svg path,
.three-blocks-row .block svg circle {
	stroke: #FFF;
}

.three-blocks-row .block:nth-of-type(1) svg path {
	fill: #FFF;
}

.three-blocks-row button,
.jcarousel-hero li button {
	background-color: transparent;
	border: 2px solid #FFF ;
	border-radius: 24px;
	color: #FFF;
	font-family: 'Avenir LT Std', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0;
	padding: 8px 60px;
}

.jcarousel-hero li button {
	z-index: 9;
}

.three-blocks-row button:hover,
.jcarousel-hero li button:hover {
	background-color: #FFF;
	color: #35974e;
}

.three-other-blocks-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0;
}

.three-other-blocks-row .block {
	background: url('img/block-bg.jpg') center center;
	border: 8px solid #81b94d;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	max-width: 364px;
	height: 280px;
	padding: 10px 40px;
	text-align: center;
	width: 100%;
}

.three-other-blocks-row .block:first-of-type {
	padding: 10px 30px;
}

.three-other-blocks-row .block:last-of-type {
	padding: 10px 10px;
}

.three-other-blocks-row svg {
	height: 70px;
	width: 72px;
}

.three-other-blocks-row svg path,
.three-other-blocks-row svg rect {
	fill: #81b94d;
}

.three-other-blocks-row h2 {
	color: #7d6f62;
	font-size: 24px;
	line-height: 24px;
	margin: 20px 0 0;
}

.three-other-blocks-row .block-date {
	color: #7d6f62;
	font-family: 'Eurostile LT Std', serif;
	font-weight: bold;
	margin: 20px 0 0;
	line-height: 1em;
}

.three-other-blocks-row h2.title {
	font-size: 30px;
	line-height: 30px;
}

.three-other-blocks-row p {
	color: #7d6f62;
	font-size: 24px;
	font-weight: lighter;
	line-height: 1em;
	margin: 20px 0 0;
}

.three-other-blocks-row p.text-small {
	color: #7d6f62;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
}

.three-other-blocks-row button,
button.cta-login {
	background-color: #35974e;
	border: 2px solid #35974e ;
	border-radius: 24px;
	color: #f3f1ea;
	font-family: 'Avenir LT Std', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 20px 0 0;
	padding: 8px 40px;
}

.three-other-blocks-row button:hover,
button.cta-login:hover {
	background-color: transparent;
	color: #35974e;
}

.map {
	background: url('img/map.jpg');
	height: 518px;
	position: relative;
	max-width: 854px;
	width: 100%;
}

.map a {
	display: block;
	height: 50px;
	position: absolute;
	width: 36px;
}

.pin-1, .pin-2, .pin-3, .pin-4, .pin-5, .pin-6, .pin-7, .pin-8, .pin-9, .pin-10, .pin-11 {
	position: absolute;
}

.p1 {
	background: url('img/pin-1.png');
	left: 234px;
	top: 314px;
}

.p2 {
	background: url('img/pin-2.png');
	left: 168px;
	top: 408px;
}

.p3 {
	background: url('img/pin-3.png');
	left: 267px;
	top: 234px;
}

.p4 {
	background: url('img/pin-4.png');
	left: 374px;
	top: 40px;
}

.p5 {
	background: url('img/pin-5.png');
	left: 426px;
	top: 203px;
}

.p6 {
	background: url('img/pin-6.png');
	left: 263px;
	top: 182px;
}

.p7 {
	background: url('img/pin-7.png');
	left: 184px;
	top: 177px;
}

.p8 {
	background: url('img/pin-8.png');
	left: 332px;
	top: 220px;
}

.p9 {
	background: url('img/pin-9.png');
	left: 481px;
	top: 364px;
}

.p10 {
	background: url('img/pin-10.png');
	left: 348px;
	top: 356px;
}

.p11 {
	background: url('img/pin-11.png');
	left: 507px;
	top: 314px;
}

.p1:hover,
.p2:hover,
.p3:hover,
.p4:hover,
.p5:hover,
.p6:hover,
.p7:hover,
.p8:hover,
.p9:hover,
.p10:hover,
.p11:hover {
	background: url('img/pin-active.png');
}

.panel-info {
	background-color: #FFF;
	border: 1px solid #dfdfdf;
	display: none;
	height: 130px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: left;
	width: 324px;
	padding: 24px 16px 0;
	line-height: 1.2em;
}

a.p1:hover + .panel-info-1,
a.p2:hover + .panel-info-2,
a.p3:hover + .panel-info-3,
a.p4:hover + .panel-info-4,
a.p5:hover + .panel-info-5,
a.p6:hover + .panel-info-6,
a.p7:hover + .panel-info-7,
a.p8:hover + .panel-info-8,
a.p9:hover + .panel-info-9,
a.p10:hover + .panel-info-10,
a.p11:hover + .panel-info-11 {
	display: block;
}

.panel-info .numero {
	background-color: #ed8513;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-weight: bold;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
}

.panel-info h2,
.panel-info h3 {
	color: #1a3e2c;
}

.panel-info h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}

.panel-info h3 {
	font-size: 14px;
	margin: 12px 0;
}

.list-info {
	background-color: #35974e;
	color: #FFF;
	display: flex;
	flex-flow: row wrap;
	margin: 10px 0;
	width: 100%;
}

.list-info h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0 0 32px;
}

.list-info h4 {
	font-size: 14px;
	font-weight: lighter;
	margin: 0 0 0 32px;
}

.list-info .numero {
	align-self: center;
	display: block;
	background-color: #81b94d;
	padding: 20px;
	width: 78px;
	text-align: center;
}

.list-info-1.case-active,
.list-info-2.case-active,
.list-info-3.case-active,
.list-info-4.case-active,
.list-info-5.case-active,
.list-info-6.case-active,
.list-info-7.case-active,
.list-info-8.case-active,
.list-info-9.case-active,
.list-info-10.case-active,
.list-info-11.case-active {
	background-color: #00311b;
}

.list-info-1.case-active .numero,
.list-info-2.case-active .numero,
.list-info-3.case-active .numero,
.list-info-4.case-active .numero,
.list-info-5.case-active .numero,
.list-info-6.case-active .numero,
.list-info-7.case-active .numero,
.list-info-8.case-active .numero,
.list-info-9.case-active .numero,
.list-info-10.case-active .numero,
.list-info-11.case-active .numero {
	background-color: #00311b;
}

.list-info .read {
	align-self: center;
	background: url('img/accordeon-plus.png');
	float: right;
	height: 36px;
	margin-right: 16px;
	text-indent: -9999px;
	width: 36px;
}

.list-info .read:focus {
	outline: 0;
}

.list-info .read.reading {
	background: url('img/accordeon-minus.png');
}

.list-info > div {
	width: calc(100% - 130px);
}

.list-info .long-content {
	display: none;
	background-color: #FFF;
	padding: 32px;
	color: #000;
	width: 100%;
}

.deliverables-list p {
	color: #1b3521;
	font-size: 18px;
	font-weight: bold;
}

.deliverable {
	border-top: 1px solid #dfdacf;
	padding: 32px 0;
}

.deliverable h2,
.deliverables-list h2 {
	color: #35974e;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}

.deliverables-list h2 {
	padding-top: 32px;
}

.deliverable h3 {
	color: #1a3e2c;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
}

.deliverable-no-border {
	border-top: 0;
	padding: 0;
}

.deliverable-data {
	background-color: #f9f8f6;
	margin-top: 16px;
	padding: 30px;
}

.deliverable-data p,
.deliverable-data .long-content {
	color: #343434;
	font-size: 16px;
	font-weight: lighter;
	margin: 16px 0 12px;
}

.deliverable-data button {
	background-color: #35974e;
	border: 0;
	border-radius: 0;
	color: #FFF;
	font-family: 'Avenir LT Std', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-right: 4px;
	padding: 8px 25px;
	margin-top: 12px;
}

.deliverable-data div.long-content {
	display: none;
}

.deliverable-data .read {
	align-self: center;
	background: url('img/partners-plus.png');
	float: right;
	height: 29px;
	margin-right: 16px;
	text-indent: -9999px;
	width: 29px;
}

.deliverable-data .read:focus {
	outline: 0;
}

.deliverable-data .read.reading {
	background: url('img/partners-minus.png');
}

.block-material-title {
	background-color: #1a3e2c;
	color: #FFF;
	display: block;
	/*float: left;*/
	margin: 12px 0 20px;
	padding: 10px 16px 12px;
	width: 100%;
}

.block-material-title h2 {
	display: inline-block;
	margin: 0;
}

.block-material-title svg {
	float: left;
	height: 40px;
	width: 60px;
}

.block-material-title svg path,
.block-material-title svg g path,
.block-material-title svg g rect,
.block-material-title svg polygon,
.block-material-title svg line {
	fill: #FFF;
}

.block-material-title svg .border-text {
	fill: none;
}

.block-material-title svg path,
.block-material-title svg circle,
.block-material-title svg line,
.block-material-title svg polygon {
	stroke: #FFF;
}

.block-material-element {
	background-color: #faf8f6;
	border-left: 12px solid #81b94d;
	/*float: left;*/
	margin-bottom: 16px;
	padding: 12px 40px 8px 28px;
	width: 100%;
	display: flex;
	flex-flow: column wrap;
}

.block-material-element,
.block-material-element a {
	color: #00311b;
	font-weight: bold;
}

.block-material-element span {
	color: #836f62;
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
}

.block-material-element ul {
	list-style-type: none;
	margin: 12px 0;
	padding: 0;
}

.block-material-element li {
	float: left;
	margin: 0 12px 4px 0;
	width: 140px;
}

.block-news {
	border: 6px solid #36974e;
	float: left;
	margin: 0 0 10px;
	padding: 8px 16px 0;
}

.news-bar {
	margin: 16px 0;
}

.block-news svg {
	float: left;
	height: 42px;
	margin: 20px 8px 30px 0;
	width: 42px;
}

.block-news svg path {
	fill: #36974e;
}

.block-news h2 {
	color: #36974e;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 0 10px;
	width: 160px;
}

.block-news .block-date {
	color: #36974e;
	display: inline-block;
	font-family: 'Eurostile LT Std', serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 10px;
}

.site-header-mobile {
	display: none;
}

.only-mobile {
	display: none;
}

@media only screen and (max-width: 749px) {
	.copyright {
		padding-left: 5%;
		padding-right: 5%;
	}

	.footer-widgets {
		flex-flow: row wrap;
		justify-content: center;
	}

	.footer-widget:nth-of-type(1) {
		display: none;
	}

	.footer-widget,
	.footer-widget:last-of-type {
		max-width: 90%;
	}

	.footer-widget p {
		margin-bottom: 10px;
		padding-right: 0;
	}

	.eu-info {
		flex-flow: row nowrap;
		font-size: 11px;
	}

	.eu-info img {
		margin: 0 8px 0 5%;
	}

	.page-sidebar,
	.page-content {
		width: 100%;
	}

	.page-sidebar,
	.section-header-right,
	.social-share,
	.map {
		display: none;
	}

	.page-content {
		padding-left: 0;
		margin-bottom: 30px;
	}

	.section-header-left {
		width: 100%;
	}

	.section-header-strings {
		background-size: cover;
	}

	.page-id-24 .page-content img {
    margin-bottom: 10px;
	}

	.accordion-title {
		font-size: 16px;
		padding: 22px 64px 22px 14px;
	}

	.accordion-title::after {
		top: 20%;
	}

	.list-info h3 {
		font-size: 16px;
		line-height: 1.2em;
		margin-left: 8px;
	}

	.list-info h4 {
		font-size: 12px;
		line-height: 1.2em;
		margin-left: 8px;
	}

	.list-info > div {
		width: calc(100% - 48px);
	}

	.list-info .numero {
		padding: 30px 20px;
		width: 48px;
	}

	.page-contact-content {
		flex-flow: row wrap;
		padding: 0;
	}

	.site-content {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 70px;
	}

	.page-content.page-partners {
		padding-right: 0;
	}

	.news-info-text {
		margin-bottom: 50px;
    padding: 0;
    width: 100%;
  }

  .news-info .read {
  	left: 0;
  	right: auto;
  }

  .block-partners-content,
  .block-partners-logo {
  	width: 100%;
  }

  .block-partners-logo {
  	text-align: center;
  }

  .block-partners-logo img {
  	width: 200px;
  }

  .three-other-blocks-row .block,
  .three-blocks-row .block {
  	margin: 6px 0;
  }

  .three-blocks-row {
  	margin-top: 0;
  }

  .jcarousel-hero {
  	width: 100%;
  }

  .jcarousel-hero li {
  	font-size: 20px;
  	line-height: 24px;
  }

  .jcarousel-hero p {
  	padding: 5%;
  }

  .section-header-left img {
  	width: 100%;
  }

  .home .section-header-left, 
  .home .section-header-right {
  	height: auto;
  }

  .home .section-header-left img {
  	display: none;
  }

  .home .section-header-left img.only-mobile {
		display: block;
	}

	.jcarousel-hero {
		height: 320px;
	}

	.only-mobile.site-rrss {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		margin-bottom: 0;
	}

	.only-mobile.site-rrss svg {
		height: 48px;
		width: 48px;
	}

	.only-mobile.site-rrss svg path {
		fill: #b4a496;
	}

  .site-branding,
  .main-navigation,
  .site-social {
  	display: none;
  }

  .site-header-on {
		height: 100%;
		overflow-y: auto;
	}

  .site-header-mobile {
		background-color: #FFF;
		display: block;
		width: 100%;
	}

	.logo-movil {
		float: left;
		padding: 0 5%;
	}

	.logo-movil p,
	.logo-movil h1 {
		margin: 8px 0 0;
	}

	.logo-movil img {
		width: 100px;
	}

	.menu-toggle {
    display: none;
    width: 100%;
    height: 40px;
    border: 0;
    background-color: transparent;
    color: #0005ec;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
  }

	.toggle-movil a {
		color: #35974e;
		cursor: pointer;
    font-size: 2.4rem;
    float: right;
    line-height: 1em;
    margin-top: 10px;
    padding-right: 5%;
	}

	.menu-mobile {
		clear: both;
		display: none;
		min-height: 100vh;
	}

	.menu-mobile ul {
		list-style: none;
		margin: 0;
		padding: 0 5%;
	}

	.menu-mobile li {
		padding: 4px 0;
	}

	.menu-mobile a {
		color: #35974e;
		font-size: 1rem;
		font-weight: normal;
		text-transform: uppercase;
	}

	.menu-mobile a:hover {
		color: #303030;
	}

	.menu-mobile .sub-menu a {
		color: #7d6f62;
		font-size: 12px;
	}

	.iconos-movil {
		float: left;
	}

	.ico-header {
		width: 60px;
	}

	.three-blocks-row,
	.three-other-blocks-row {
		justify-content: center;
	}
}

@media only screen and (min-width: 750px) and (max-width: 1148px) {
	.three-blocks-row .block,
	.three-other-blocks-row .block {
		width: 33%;
	}

	.eu-info {
		flex-flow: row nowrap;
		font-size: 12px;
	}

	.eu-info img {
		margin: 0 8px 0 5%;
	}

	.eu-info p {
		padding-right: 5%;
	}

	.footer-widgets {
		flex-flow: row wrap;
		padding: 0 5%;
	}

	.footer-widget {
		width: 50%;
	}

	.footer-widget:nth-of-type(1) {
		padding-left: 0;
	}

	.footer-widget:last-of-type {
    max-width: 294px;
	}

	.site-branding,
  .main-navigation,
  .site-social {
  	display: none;
  }

  .site-header-on {
		height: 100%;
		overflow-y: auto;
	}

  .site-header-mobile {
		background-color: #FFF;
		display: block;
		width: 100%;
	}

	.logo-movil {
		float: left;
		padding: 0 5%;
	}

	.logo-movil p,
	.logo-movil h1 {
		margin: 8px 0 0;
	}

	.logo-movil img {
		width: 100px;
	}

	.menu-toggle {
    display: none;
    width: 100%;
    height: 40px;
    border: 0;
    background-color: transparent;
    color: #0005ec;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
  }

	.toggle-movil a {
		color: #35974e;
		cursor: pointer;
    font-size: 2.4rem;
    float: right;
    line-height: 1em;
    margin-top: 10px;
    padding-right: 5%;
	}

	.menu-mobile {
		clear: both;
		display: none;
		min-height: 100vh;
	}

	.menu-mobile ul {
		list-style: none;
		margin: 0;
		padding: 0 5%;
	}

	.menu-mobile li {
		padding: 4px 0;
	}

	.menu-mobile a {
		color: #35974e;
		font-size: 1rem;
		font-weight: normal;
		text-transform: uppercase;
	}

	.menu-mobile a:hover {
		color: #303030;
	}

	.menu-mobile .sub-menu a {
		color: #7d6f62;
		font-size: 12px;
	}

	.iconos-movil {
		float: left;
	}

	.ico-header {
		width: 60px;
	}

	.site-content {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 70px;
	}

	.block-partners-content,
  .block-partners-logo {
  	width: 100%;
  }

  .block-partners-logo {
  	text-align: center;
  }

  .block-partners-logo img {
  	width: 200px;
  }

  .page-sidebar {
		display: none;
	}

	.page-content {
		width: 100%;
		padding-left: 0;
	}

	.page-contact-left {
		padding-right: 40px;
	}

	.three-other-blocks-row .block {
		min-height: 280px;
	}
}

@media only screen and (min-width: 750px) and (max-width: 920px) {
	.three-blocks-row button {
		padding: 8px 30px;
	}

	.three-other-blocks-row .block {
		height: auto;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.jcarousel-hero li {
		font-size: 20px;
		line-height: 24px;
		padding: 0 30px;
	}
}

@media only screen and (min-width: 921px) and (max-width: 1148px) {
	.jcarousel-hero li {
		font-size: 26px;
		line-height: 30px;
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1023px) and (max-width: 1148px) {
	.site-header {
		padding: 0 5%;
	}

	.site-branding,
  .main-navigation,
  .site-social {
  	display: block;
  }

  .site-branding {
  	display: flex;
  	flex-flow: row wrap;
  	align-content: flex-end;
  }

  .site-header-mobile {
		display: none;
	}

	.main-navigation li {
		padding: 0 0.8em;
	}

	.site-branding {
    width: 136px;
	}

	.site-branding h1,
	.site-branding p {
		align-self: flex-end;
	}

	.site-branding .logo {
		width: 100px;
	}

	.main-navigation {
		width: auto;
	}

	.site-content {
		padding-top: 86px;
	}

	.main-navigation ul li:hover > ul, 
	.main-navigation ul li.focus > ul {
		top: 27px;
	}

	.site-social .internal-link {
		margin-top: 0.25rem;
	}

	.site-rrss {
    margin: 0.25rem 0;
	}
}

.block-widget {
	background-color: #36974e;
	color: #fff;
	float: left;
	margin-bottom: 10px;
	padding: 10px 10px 20px;
	width: 100%;
}

.block-widget svg {
	float: left;
	height: 42px;
	margin: 20px 8px;
	width: 42px;
}

.block-widget svg path {
	fill: #fff;
}

.block-widget svg circle,
.block-widget svg path {
 stroke: #fff;
}

.block-widget-text {
	float: left;
	width: calc(100% - 58px);
}

.block-widget h2 {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	margin: 20px 0 0 10px;
	width: 160px;
}

.block-widget p {
	font-weight: 200;
	line-height: 1.1em;
	margin: 0 0 0 10px;
}

.block-button h2 {
	display: block;
	font-size: 20px;
	line-height: 22px;
	margin: 20px 0 0 0;
	padding: 0 10px;
	text-align: center;
	width: 100%;
}

.block-button svg {
	margin: 10px 18px 0;
}

.block-button svg path {
	fill: none;
}

.block-widget-button {
  border: 2px solid #fff;
  border-radius: 24px;
  float: left;
  font-weight: bold;
  margin-top: 12px;
  padding: 4px 40px;
}

.block-widget-button:hover {
	background-color: #fff;
	color: #35974e;
}

.block-big {
	border: 6px solid #36974e;
	margin: 0 0 10px;
	padding: 8px 16px 0;
}

.block-big svg {
  display: block;
  float: none;
  height: 70px;
  margin: 16px auto;
	width: 72px;
}

.block-big svg path {
	fill: #36974e;
}

.block-big p {
	color: #1a3e2c;
	font-size: 1rem;
	font-weight: lighter;
	margin: 8px;
	text-align: center;
}

.block-big .block-widget-button {
	background-color: #36974e;
  color: #fff;
  margin: 6px 0 16px 0;
  padding: 8px 30px;
  text-align: center;
  width: 100%;
}

.block-big .block-widget-button:hover {
	background-color: #fff;
	color: #36974e;
}

.seminar-card {
	align-items: flex-start;
	border-top: 1px solid #e2dbd1;
	display: flex;
	flex-flow: row wrap;
	padding-top: 30px;
}

.seminar-card--photo {
	height: 360px;
	width: 360px;
}

.seminar-card--photo img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.seminar-card--info {
	background-color: #faf8f6;
	flex: 1;
	margin-left: 28px;
	min-height: 360px;
}

.seminar-card--info h2 {
	border-bottom: 1px solid #e2dbd1;
	color: #36974e;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
	padding: 26px 22px 22px;
}

.seminar-card--info h3 {
	border-bottom: 1px solid #e2dbd1;
	color: #00311b;
	font-size: 1rem;
	margin: 0;
	padding: 12px 22px;
}

.seminar-card--info h3:last-of-type {
	border-bottom: 0;
}

.seminar-card--info p {
	color: #313131;
	font-size: 0.875rem;
	font-weight: 300;
	margin: 0;
	padding: 0 22px 20px;
}

.seminar-card--presentations {
  width: 100%;
}

.seminar-card--presentations h2 {
	margin-bottom: 1rem;
}

.seminar-card--presentations h3 {
	background-color: #00311b;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	margin: 0;
	padding: 14px 28px;
}

.seminar-card--presentation {
	background-color: #faf8f6;
	padding: 15px 28px 0;
}

.seminar-card--issue div:last-of-type {
	padding-bottom: 30px;
}

.seminar-card--presentation a {
	text-decoration: underline;
}

.seminar-card--presentation h4 {
	color: #36974e;
	font-size: 1rem;
	margin: 0;
}

.seminar-card--presentation h5 {
	color: #00311b;
	font-size: 0.875rem;
	font-style: italic;
	font-weight: 300;
	margin: 0;
}

.seminar-card--presentation a:last-child {
	text-decoration-color: #00311b;
	-webkit-text-decoration-color: #00311b;
}

.seminar-card--media {
	width: 100%;
}

.seminar-card--media h2 {
	background-color: #eeeae4;
	color: #00311b;
	display: block;
	font-size: 0.875rem;
	margin-top: 22px;
	padding: 16px 30px;
}

.seminar-card--media .image-link-gallery {
	background-color: #faf8f6;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	list-style-type: none;
	margin: 0;
	padding: 30px 22px;
}

.seminar-card--media li {
  margin: 0 12px 4px 0;
  width: 140px;
}

.seminar-card--media h4 {
	color: #36974e;
	font-size: 1rem;
	margin: 0 0 20px;
}

.seminar-card--media .video-gallery {
	background-color: #faf8f6;
	margin-bottom: 30px;
	padding: 30px 22px 10px;
}

@media only screen and (max-width: 768px) {
	.seminar-card--info {
		flex: 1 1 100%;
		margin-left: 0;
		margin-top: 1rem;
	}
}

.multimedia-category {
	background-color: #f4f2ef;
	border-left: 12px solid #36974e;
	float: left;
	margin-bottom: 16px;
	padding: 12px 40px 8px 28px;
	width: 100%;
}

.multimedia-category h3 {
	color: #36974e;
	font-size: 1rem;
	margin: 0;
}

.multimedia-category .block-material-element {
	background-color: transparent;
	border-left: 0;
	margin: 0;
	padding: 12px 0 0;
}

.searchform {
	position: relative;
}

.searchform input[type="image"] {
	position: absolute;
	right: 8px;
	top: 12px;
	width: 21px;
}

input[type="search"].search-field {
	border: 1px solid #cfcbc8;
	border-radius: 12px;
	margin: 10px 0;
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #cfcbc8;
	font-weight: 700;
	font-family: 'Avenir LT Std', sans-serif;
	padding: 4px 12px;
	width: 100%;
	-webkit-appearance: textfield;
}

.search .page-sidebar {
	margin-top: 70px;
}

:target::before {
	content: "";
	display: block;
	height: 135px;
	margin: -135px 0 0;
}