/*!
Theme Name: eucolait
Theme URI: http://underscores.me/
Author: Amofordesign
Author URI: http://amofordesign.be
Description: Feps Young Acadmy theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eucolait
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.

eucolait is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

 html {
     line-height: 1.15;
     -webkit-text-size-adjust: 100%;
     scroll-behavior: smooth;
 }
 
 
 * , *:focus{
     outline: none !important;
 }
 
 ::-moz-selection {
  background-color:rgba(0, 0, 0, 0.12);
 }
 
 
 ::selection {
     background-color:rgba(0, 0, 0, 0.12);
 }
 
 :root {
     --dark: #292929;
     --darker-blue: #1F396B;
     --dark-blue: #2B5095;
     --blue: #3766BE;
     --light-blue: #5EB1BF;
     --dark-secondary: #F0B45E;
     --secondary: #F9E299;
     --light-secondary: #FBF9FF;
 }
 
 /* Sections
      ========================================================================== */
 
 #whyMemberSection {
     background: #F9E299;
     padding-bottom: 3rem;
	 position: relative;
	 margin-top: 5rem;
	 z-index: 1;
 }
 
/*  #whyMemberSection::before{
     content:'';
     display:block;
     width:100%;
     height:100px;
     background-image:url(img/milk-separator-color01.png);
     transform: scaleY(-1);
     background-size: cover;
     transform-origin: 50% 50%;
 } */
 
 #whyMemberSection .row {
     display:flex;
     justify-content: center;
     align-items: center;
     padding: 0 3rem;
	 padding-top: 5rem;
     max-width: 1200px;
     margin: auto;
 }
 #whyMemberSection .row .column{
     flex-basis:50%;
     display:flex;
     align-items: flex-start;
     justify-content: center;
     flex-direction: column;
 }
 #whyMemberSection .member-button{
     font-family:'Lato', sans-serif;
     font-weight:700;
     font-size: 24px;
     color:var(--darker-blue);
     text-decoration: none;
 }
 #whyMemberSection .why-text{
     font-family:'Lato', sans-serif;
     font-weight:700;
     font-size: 64px;
     padding:32px 0;
	 padding-bottom: 0;
     margin:0;
     max-width:300px;
     line-height:initial;
     color:var(--darker-blue);
 }

#scrolling-line {
	height:2px;
	background:#1F396B;
	transition:all .2s;
	max-width: 300px;
}

.membersScrollingLine {
	height:1px;
	background: #F0B45E;
	transition:all .3s;
	max-width: 70%;
	margin: auto;
	margin-top: 1rem;
}

/*  #whyMemberSection .why-text::after{
     content:'';
     width:70%;
     height:1px;
     background-color:var(--darker-blue);
     display:block;
     margin-top:12px;
 } */

 
 #whyMemberSection .member-list li{
     font-family: 'Lato', sans-serif;
     font-size:24px;
     font-weight:700;
     color:var(--darker-blue);
     margin-bottom:0.5rem;
 }
 #whyMemberSection .member-list li:nth-child(even){
     list-style: none;
     font-family: 'Lato', serif;
     font-size: 18px;
     font-style: normal;
     font-weight: 300;
     line-height: 22px;
     letter-spacing: 0em;
     text-align: left;
 
 }
 
 #whyMemberSection .see-member-button{
     border:1px solid var(--darker-blue);
     color:var(--darker-blue);
     background-color:transparent;
     border-radius:6px;
     margin-top:42px;
 }
 
 
 #whyMemberSection .pageLink {
     margin-left: 2.7rem;
 }
 
 @media screen and (max-width: 999px) {
     #whyMemberSection .row {
         padding: 2rem;
     }
 }
 
 @media screen and (max-width: 767px) {
     #whyMemberSection .row {
         flex-wrap: wrap;
     }
     
     #whyMemberSection .row .column {
         flex-basis: 100%;
     }
 }
 
 /**
  * Remove the margin in all browsers.
  */
 
 body {
     margin: 0;
     font-family: 'Lato', sans-serif;
     background-color:#FBF9FF;
 }
 
 
 /**
  * Render the `main` element consistently in IE.
  */
 
 main {
     display: block;
 }
 
 
 /**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
 
 h1 {
     font-family: 'Lato', serif;
     font-size: 36px;
     font-style: normal;
     font-weight: 700;
     line-height: 43px;
     letter-spacing: 0.035em;
     text-align: left;
 }
 
 
 /* Grouping content
      ========================================================================== */
 
 
 /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
 
 hr {
     box-sizing: content-box;
     height: 0;
     overflow: visible;
 }
 
 
 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
 
 pre {
     font-family: monospace, monospace;
     font-size: 1em;
 }
 
 
 /* Text-level semantics
      ========================================================================== */
 
 
 /**
  * Remove the gray background on active links in IE 10.
  */
 
 a {
     background-color: transparent;
 }
 
 
 /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
 
 abbr[title] {
     border-bottom: none;
     text-decoration: underline;
     text-decoration: underline dotted;
 }
 
 
 /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
 
 b,
 strong {
     font-weight: bolder;
 }
 
 
 /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
 
 code,
 kbd,
 samp {
     font-family: monospace, monospace;
     font-size: 1em;
 }
 
 
 /**
  * Add the correct font size in all browsers.
  */
 
 small {
     font-size: 80%;
 }
 
 
 /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
 
 sub,
 sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
 }
 
 sub {
     bottom: -0.25em;
 }
 
 sup {
     top: -0.5em;
 }
 
 
 /* Embedded content
      ========================================================================== */
 
 
 /**
  * Remove the border on images inside links in IE 10.
  */
 
 img {
     border-style: none;
 }
 
 
 /* Forms
      ========================================================================== */
 
 
 /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
 
 button,
 input,
 optgroup,
 select,
 textarea {
     font-family: inherit;
     font-size: 100%;
     line-height: 1.15;
     margin: 0;
 }
 
 
 /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
 
 button,
 input {
     overflow: visible;
 }
 
 
 /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
 
 button,
 select {
     text-transform: none;
 }
 
 
 /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
 
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
     -webkit-appearance: button;
 }
 
 
 /**
  * Remove the inner border and padding in Firefox.
  */
 
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
 }
 
 
 /**
  * Restore the focus styles unset by the previous rule.
  */
 
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
     outline: 1px dotted ButtonText;
 }
 
 
 /**
  * Correct the padding in Firefox.
  */
 
 fieldset {
     padding: 0.35em 0.75em 0.625em;
 }
 
 
 /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *		`fieldset` elements in all browsers.
  */
 
 legend {
     box-sizing: border-box;
     color: inherit;
     display: table;
     max-width: 100%;
     padding: 0;
     white-space: normal;
 }
 
 
 /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
 
 progress {
     vertical-align: baseline;
 }
 
 
 /**
  * Remove the default vertical scrollbar in IE 10+.
  */
 
 textarea {
     overflow: auto;
 }
 
 
 /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
 
 [type="checkbox"],
 [type="radio"] {
     box-sizing: border-box;
     padding: 0;
 }
 
 
 /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
 
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
     height: auto;
 }
 
 
 /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
 
 [type="search"] {
     -webkit-appearance: textfield;
     outline-offset: -2px;
 }
 
 
 /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
 
 [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
 }
 
 
 /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
 
 ::-webkit-file-upload-button {
     -webkit-appearance: button;
     font: inherit;
 }
 
 
 /* Interactive
      ========================================================================== */
 
 
 /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
 
 details {
     display: block;
 }
 
 
 /*
  * Add the correct display in all browsers.
  */
 
 summary {
     display: list-item;
 }
 
 
 /* Misc
      ========================================================================== */
 
 
 /**
  * Add the correct display in IE 10+.
  */
 
 template {
     display: none;
 }
 
 
 /**
  * Add the correct display in IE 10.
  */
 
 [hidden] {
     display: none;
 }
 
 
 /* Box sizing
 --------------------------------------------- */
 
 
 /* Inherit box-sizing to more easily change it's value on a component level.
 @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
 
 *,
 *::before,
 *::after {
     box-sizing: inherit;
 }
 
 html {
     box-sizing: border-box;
 }
 
 
 /*--------------------------------------------------------------
 # Base
 --------------------------------------------------------------*/
 
 
 /* Typography
 --------------------------------------------- */
 
 body,
 button,
 input,
 select,
 optgroup,
 textarea {
     color: #404040;
     font-family: 'Lato', serif;
     font-size: 1rem;
     line-height: 1.5;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     clear: both;
     font-family: 'Lato', serif;
     letter-spacing: 0.1rem;
     font-weight: 700;
    
 }
 
 h2 {
     font-size: 24px;
     line-height: 29px;
     color:#1F396B;
     width:100%;
     text-decoration: underline;
     text-underline-offset: 6px;
     text-decoration-color: #F0B45E;
 }
 
 h4 {
     font-size: 20px;
     line-height: 24px;
     color:#1F396B;
     width:100%;
     font-weight: 600;
 }
 h5{
     font-size: 18px;
     line-height: 20px;
     color:#1F396B;
     width:100%;
     font-weight: 600;
 }
 h5{
     font-size: 16px;
     line-height: 18px;
     color:#1F396B;
     width:100%;
     font-weight: 600;
 }
 
 p, .clientInfoText {
     font-family: 'Lato', serif;
     margin-bottom: 1.5em;
     font-weight: 400;
     font-size: 16px;
     line-height: 19px;
	 padding: 0 10px;
 }
 
 .milkFamilyTree, 
 .rolOfTrade {
     margin-top: 4rem !important;
     margin-bottom: 4rem !important;
     text-align: center;
 }
 
 .milkFamilyTree p {
     max-width: 650px;
     color:#292929;
     text-align: left;
     margin:2rem auto;
 }

.clickPolicy {
	font-size: 18px;
    font-weight: 300;
	padding: 0;
}
 
 @media screen and (min-width: 1000px) {
	 .milkFamilyTree svg {
         width: 55vw;
     }
	 
     .rolOfTrade img {
         width: 70vw;
     }
     
	 p, .clientInfoText {
		 padding: 0 10px;
	 }
 }

@media screen and (max-width: 999px) {
	.milkFamilyTree {
		margin-top: 0 !important;
	}
}
 
 dfn,
 cite,
 em,
 i {
     font-style: italic;
 }
 
 blockquote {
     margin: 0 ;
     padding:1.5rem;
     background:white;
     font-style: italic;
 }
 
 address {
     margin: 0 0 1.5em;
 }
 
 pre {
     background: #eee;
     font-family: "Courier 10 Pitch", courier, monospace;
     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;
 }
 
 abbr,
 acronym {
     border-bottom: 1px dotted #666;
     cursor: help;
 }
 
 mark,
 ins {
     background: #fff9c0;
     text-decoration: none;
 }
 
 big {
     font-size: 125%;
 }
 
 
 /* Elements
 --------------------------------------------- */
 
 body {
     background: #fff;
 }
 
 hr {
     background-color: #ccc;
     border: 0;
     height: 1px;
     margin-bottom: 1.5em;
 }
 
 ul,
 ol {
     margin: 0 0 0 0;
 }
 
 ul {
     list-style: disc;
 }
 
 ol {
     list-style: decimal;
 }
 
 li > ul,
 li > ol {
     margin-bottom: 0;
     margin-left: 1.5em;
 }
 
 dt {
     font-weight: 700;
 }
 
 dd {
     margin: 0 1.5em 1.5em;
 }
 
 
 
 
 /* Mobile padding for text */ 
 
 .whoWeAreText , #workHome h2, #clientHome h2, .aboutUsText {
     padding:0 0.5rem;
 }
 
 
 
 
 
 
 
 
 
 
 /* Make sure embeds and iframes fit their containers. */
 
 embed,
 iframe,
 object {
     max-width: 100%;
 }
 
 img {
     height: auto;
     max-width: 100%;
 }
 
 figure {
     margin: 1em 0;
 }
 
 table {
     margin: 0 0 1.5em;
     width: 100%;
 }
 
 
 /* Links
 --------------------------------------------- */
 
 a {
     color: #000;
 }
 
 a:visited {
     color: #000;
 }
 
 a:hover,
 a:focus,
 a:active {
     color: #4A4F64;
 }
 
 a:focus {
     outline: thin dotted;
 }
 
 a:hover,
 a:active {
     outline: 0;
 }
 
 
 /* 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);
     line-height: 1;
     padding: 0.6em 1em 0.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%;
 }
 
 
 /*--------------------------------------------------------------
 # Layouts
 --------------------------------------------------------------*/
 
 
 /*--------------------------------------------------------------
 # Components
 --------------------------------------------------------------*/
 
 
 /* Navigation
 */
 
 .site-main .comment-navigation,
 .site-main .posts-navigation,
 .site-main .post-navigation {
     margin: 0 0 1.5em;
 }
 
 .comment-navigation .nav-links,
 .posts-navigation .nav-links,
 .post-navigation .nav-links {
     display: flex;
 }
 
 .comment-navigation .nav-previous,
 .posts-navigation .nav-previous,
 .post-navigation .nav-previous {
     flex: 1 0 50%;
 }
 
 .comment-navigation .nav-next,
 .posts-navigation .nav-next,
 .post-navigation .nav-next {
     text-align: end;
     flex: 1 0 50%;
 }
 
 
 /* Posts and pages
 --------------------------------------------- */
 
 .sticky {
     display: block;
 }
 
 .post,
 .page {
     margin: 0;
 }
 
 .updated:not(.published) {
     display: none;
 }
 
 .page-content,
 .entry-content,
 .entry-summary {
     margin: 1.5em 0 0;
     padding-left:0.5rem;
     padding-right:0.5rem;
 }
 
 .page-links {
     clear: both;
     margin: 0 0 1.5em;
 }
 
 .mySwiper .swiper-button-next, 
 .mySwiper .swiper-button-prev {
     background: #F0B45E;
     width: 40px !important;
     height: 40px !important;
	 position: relative;
	 top: -4rem;
	 left: 27rem;
 }

/*  .mySwiper .swiper-button-next, 
 .mySwiper .swiper-button-prev {
     background: #F0B45E;
     width: 40px !important;
     height: 40px !important;
	 position: absolute;
	 top: auto;
	 bottom: -22.5rem;
	 right: auto !important;
 } */

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	right: 50px !important;
    left: 24.5rem !important;
    top: -5.15rem !important;
}
 
 
 .swiper-button-next.swiper-button-disabled, 
 .swiper-button-prev.swiper-button-disabled {
     opacity: 1 !important;
     background: #F9E299;
 }
 
 .mySwiper .swiper-button-next:after, 
 .mySwiper .swiper-container-rtl .swiper-button-prev:after,
 .mySwiper .swiper-button-prev:after, 
 .mySwiper .swiper-container-rtl .swiper-button-next:after {
     color: white;
     font-size: 1.5em;
     font-weight: bold;
 }
 
 .swiper-slide img {
     width: 100%;
	 height: 340px !important;
 }
 
 .mySwiper .swiper-container {
     height: 80% !important;
 }

.mainSliderHomepage .swiper-container {
	overflow: hidden;
}
 
 @media (min-width: 782px) {
     .wp-block-column:first-child {
         max-width: 55%;
     } 
     
     .wp-block-column:not(:first-child) {
         margin-left: 0em;
         padding-left: 5em;
     }
     
     .wp-block-column:not(:first-child) .wp-block-image img {
         width: 100%;
     }
     
     .page-template-template-about .wp-block-column:not(:first-child) .wp-block-image img {
         width: 90%;
     }
 }

/* @media screen and (min-width: 1000px) {
	.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
		 bottom: 2rem;
		 right: 40px !important;
	 }
	
	.mySwiper .swiper-button-prev, 
	.mySwiper .swiper-container-rtl .swiper-button-next {
		right: 80px !important;
	}
} */

@media screen and (max-width: 999px) {
	.swiper-slide img {
		 height: 300px !important;
	 }
	
	.mySwiper .swiper-button-prev, .mySwiper .swiper-container-rtl .swiper-button-next {
		right: 40px !important;
	}
	
	.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
		left: 17rem;
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 14.5rem !important;
	}
}
 
 
 
 /* Comments
 --------------------------------------------- */
 
 .comment-content a {
     word-wrap: break-word;
 }
 
 .bypostauthor {
     display: block;
 }
 
 
 /* Widgets
 --------------------------------------------- */
 
 .widget {
     margin: 0 0 1.5em;
 }
 
 .widget select {
     max-width: 100%;
 }
 
 
 /* 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 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;
     display: grid;
     grid-gap: 1.5em;
 }
 
 .gallery-item {
     display: inline-block;
     text-align: center;
     width: 100%;
 }
 
 .gallery-columns-2 {
     grid-template-columns: repeat(2, 1fr);
 }
 
 .gallery-columns-3 {
     grid-template-columns: repeat(3, 1fr);
 }
 
 .gallery-columns-4 {
     grid-template-columns: repeat(4, 1fr);
 }
 
 .gallery-columns-5 {
     grid-template-columns: repeat(5, 1fr);
 }
 
 .gallery-columns-6 {
     grid-template-columns: repeat(6, 1fr);
 }
 
 .gallery-columns-7 {
     grid-template-columns: repeat(7, 1fr);
 }
 
 .gallery-columns-8 {
     grid-template-columns: repeat(8, 1fr);
 }
 
 .gallery-columns-9 {
     grid-template-columns: repeat(9, 1fr);
 }
 
 .gallery-caption {
     display: block;
 }
 
 
 /*--------------------------------------------------------------
 # Plugins
 --------------------------------------------------------------*/
 
 
 /* Jetpack infinite scroll
 --------------------------------------------- */
 
 
 /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
 
 .infinite-scroll .posts-navigation,
 .infinite-scroll.neverending .site-footer {
     display: none;
 }
 
 
 /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
 
 .infinity-end.neverending .site-footer {
     display: block;
 }
 
 #blank {
     width: 33%;
 }
 
 
 /*--------------------------------------------------------------
 # Utilities
 --------------------------------------------------------------*/
 
 
 /* Accessibility
 --------------------------------------------- */
 
 
 /* Text meant only for screen readers. */
 
 .screen-reader-text {
     border: 0;
     clip: rect(1px, 1px, 1px, 1px);
     clip-path: inset(50%);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute !important;
     width: 1px;
     word-wrap: normal !important;
 }
 
 .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;
     clip-path: none;
     color: #21759b;
     display: block;
     font-size: 0.875rem;
     font-weight: 700;
     height: auto;
     left: 5px;
     line-height: normal;
     padding: 15px 23px 14px;
     text-decoration: none;
     top: 5px;
     width: auto;
     z-index: 100000;
 }
 
 
 /* Do not show the outline on the skip link target. */
 
 #primary[tabindex="-1"]:focus {
     outline: 0;
 }
 
 
 /* Alignments
 --------------------------------------------- */
 
 .alignleft {
     /*rtl:ignore*/
     float: left;
     /*rtl:ignore*/
     margin-right: 1.5em;
     margin-bottom: 1.5em;
 }
 
 .alignright {
     /*rtl:ignore*/
     float: right;
     /*rtl:ignore*/
     margin-left: 1.5em;
     margin-bottom: 1.5em;
 }
 
 .alignCenter {
     clear: both;
     display: block;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 1.5em;
 }
 
 div.alignCenter {
     display: flex;
     justify-content: center;
 }
 
 .mt-0 {
     margin-top: 0;
 }
 
 .mt-5 {
     margin-top: 5rem;	
 }
 
 .mb-5 {
     margin-bottom: 5rem;
 }
 
 @media screen and (max-width: 999px) {
     .mt-5 {
         margin-top: 2rem;	
     }
 
     .mb-5 {
         margin-bottom: 2rem;
     }
 }
 
 /* ------------------------------------------------------------------------------------ THEME CSS ------------------------------------------------------------------ */
 
 .flexFullW {
     width: 100%;
     flex-basis: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 
 
 /* title_underline */
 
 .relativeContainer {
     position: relative;
 }
 
 .sectionColor2 {
     background-color: #FBF9FF;
 }
 .sectionColor3 {
     background-color: #4a4f64;
 }
 .sectionColor3 h2 , .sectionColor3 p  {
     color:white;
     text-align: center;
 }
 
 .inputCenter {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }
 
 .contactInput {
     position: relative;
     padding:4rem 0;
 }
 
 .contactInput input[type=email]{
     background: transparent;
     border: none;
     border-bottom: 2px solid #c48d81;
     width: 100%;
     color:white;
 }
 .contactInput input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: white;
   opacity: 1; /* Firefox */
 }
 
 .contactInput .logoMobileAbsolute {
     position: absolute !important;
     top: 0 !important;
     width: 100% !important;
     height: 100% !important;
     z-index: -1 !important;
 }
 
 input.pageLink {
     background:transparent;
     border:2px solid white;
     padding:1rem 3rem;
     color:white;
     cursor: pointer;
     border-radius: 0;
 }
 
 .sectionColor1 {
        padding: 0 1.2rem;
 }
 
 .title_underline {
     width: 100%;
     padding-bottom: 2rem;
     margin: 3rem 0;
 }
 
 .pageLink,
 .pageLink:visited,
 .pageLink:focus {
     font-weight: 500;
     border: 2px solid #3766BE;
     color: #3766BE;
     width: auto;
     font-size: 16px;
     margin-top: 2rem;
     text-decoration: none;
     padding: 11px 24px;
     transition: all ease 0.5s;
     border-radius: 0.5rem;
 }
 .subscriber a,
 .subscriber a:visited,
 .subscriber a:focus , .subscriber a:active , .subscriber.current-menu-item a{
     border: 2px solid #C5852B;
     color: #C5852B;
     width: auto;
     margin-top: 2rem;
     text-decoration: none;
     padding: 13px !important;
     transition: all ease 0.5s;
     border-radius: 0.5rem;
	 text-transform: capitalize !important;
 }
 
 .subscriber a:hover  {
     background: #C5852B;
     color: #fff !important;
     transition: all ease 0.5s;
 }
 
 .subscriber a:before {
     display: none;
 }
 
 .tribe-events-cal-links {
     display: flex;
     justify-content: flex-end;
     padding-right: 1.5rem;
     padding-bottom: 1.5rem;
 }
 
 .tribe-events-button.pageLink {
     padding: 0.5rem;
     font-size: 0.7rem;
     margin-left: 1rem;
 }
 
 .pageLink.yellow,
 .latests-news .pageLink {
     border: 1px solid #C5852B;
     color: #C5852B;
     font-style: normal;
     padding: 15.5px 34px;
 }
 
 .pageLink.yellow:hover,
 .latests-news .pageLink:hover {
     background: #C5852B;
     color: #fff;
     transition: all ease 0.5s;
 }
 
 .pageLink:hover{
     background: #3766BE;
     color: #fff;
      transition: all ease 0.5s;
 }
 
 .contactInput .pageLink:hover{
     background: #fff;
     color: #496076;
      transition: all ease 0.5s;
 }
 
 
 .pageLinkContainer {
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 
 
 /* ABSOLUTE LINK*/
 
 .absoluteLink {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 2;
 }
 
 #afd_banner {
     min-height: 75vh;
     width: 100%;
     background-size: cover;
     background-position: top center;
     flex-direction: column;
     display: flex;
     align-items: center;
     justify-content: space-between;
     position: relative;
 }
 
 #afd_banner_bg_color {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     opacity: 0.7;
 }
 
 #afd_banner_title {
     margin-top: 150px;
     display: flex;
     justify-content: center;
     align-items: center;
     align-content: center;
     color: white;
     font-size: 3rem;
     z-index: 1;
 }
 
 #afd_banner_infos {
     display: flex;
     width: 100%;
     justify-content: center;
     align-items: flex-start;
     color: white;
     z-index: 1;
     margin-bottom: 3rem;
     flex-wrap: wrap;
 }
 
 #afd_banner_infos > * {
     padding: 0 2rem;
 }
 
 #afd_banner_infos a {
     color:white;
 }
 
 
 /* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////WORK */
 
 .afd_work_archive {
     margin: auto;
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
     padding: 5vh 0;
 }
 
 /*.afd_work_archive > div {
     flex-basis: 100%;
     min-height: 350px;
 }*/
 
 
 .afd_work_large_thumbnail {
     max-width: 350px;
     margin: auto;
     background-size: cover;
     background-position: center;
 }
 @media screen and (min-width:650px) {
     .afd_work_large_thumbnail {
         max-width: 500px;
     } 
 }
 
 .afd_work_large_thumbnail:before {
     content: '';
     padding-top: 100%;
     display: block;
 }
 
 .afd_work_large {
     display: flex;
     align-items: stretch;
     margin: 10vh 0;
     flex-wrap: wrap;
 }
 
 .afd_work_large > div {
     flex-basis: 100%;
 }
 
 @media screen and (min-width:800px) {
     .afd_work_large:nth-last-of-type(odd) {
         flex-direction: row-reverse;
     }
     .afd_work_large > div {
         flex-basis: 50%;
     }
 }
 
 .afd_work_large_reveal {
     text-align: left;
     display: flex;
     align-items: center;
     flex-direction: column;
     justify-content: space-between;
     padding: 2rem;
 }
 @media screen and (min-width:650px) {
     .afd_work_large_reveal {
         text-align: center;
     }
 }
 
 
 .afd_work_large_title {
     font-size: 4rem;
     font-weight: bold;
     width:100%;
 }
 
 .afd_work_large_excerpt {
     font-size: 1.6rem;
 }
 
 
 /* WORK SINGLE CONTAINER*/
 
 .workContainer-single {
     padding: 0 0.5rem;
     max-width: 1200px;
     margin: auto;
 }

.single br {
	display: none;
} 
 
 /* CLIENT */
 
 .workClientsDisplay {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-around;
 }
 
 .afd_client_small_container {
     justify-content: center;
     display: flex;
     flex-wrap: wrap;
 }
 
 .clientLogo {
     width: 44%;
     background-size: 90%;
     background-position: center;
     background-repeat: no-repeat;
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 27px;
 }
 
 .clientLogo > div {
     max-width: 220px;
     max-height: 220px;
     border:1px solid #E9E9E9;
 }
 
 @media screen and (min-width:800px) {
     .clientLogo {
         width: 32%;
     }
 }
 @media screen and (min-width:1200px) {
     #clientWork .clientLogo {
         width: 25%;
     }
 }
 
 @media screen and (min-width:1200px) {
     #clientWork .clientLogo {
         width: 20%;
     }
 }
 
 
 /* CLIENT */
 
 .workRelatedDisplay {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-around;
 }
 
 .workLogo {
     width: 250px;
     height: 250px;
     background-size: 90%;
     background-position: center;
     background-repeat: no-repeat;
 }
 
 
 /* AFD_WORK_SMALL */
 
 .afd_work_small_container {
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
	 width: 70vw;
     margin: auto;
 }
 
 .afd_work_small {
     flex-basis: 100%;
     background-size: cover;
     background-position: center;
     position: relative;
     margin: 1rem 0;
 }
 
 @media screen and (min-width:800px) {
     .afd_work_small {
         flex-basis: 45%;
         margin: 2.5%;
     }
 }
 @media screen and (min-width:1200px) {
     .afd_work_small {
         flex-basis: 27%;
         margin: 2.5%;
     }
 }
 
 .afd_work_small:before {
     content: '';
     display: block;
     padding-top: 100%;
 }
 
 .afd_work_small:hover .afd_work_small_reveal {
     opacity: 1;
 }
 
 .afd_work_small_reveal {
     opacity: 0;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     width: 85%;
     height: 85%;
     margin: auto;
     background: white;
     display: flex;
     justify-content: center;
     align-items: center;
     transition: all ease 0.5s;
     flex-wrap: wrap;
     align-content: center;
     padding:1.3rem;
 }
 
 .afd_work_small_title {
     font-size: 1.2rem;
     text-transform: uppercase;
     text-align: center;
     width:100%;
 }
 
 .afd_work_small_excerpt {
     text-align: center;
     margin-top:1rem;
 }
 
 .sectionColor01 {
     background:#FBF9FF;
 }
 .sectionColor02 {
     background:#fff;
 }
 .section  {
     overflow: hidden;
     z-index: 1;
 }
 
 /* FOOTER */
 
 footer.site-footer {
     background-color: var(--darker-blue);
     padding: 12px 6px;
     flex-direction: column;
     align-items:center;
 }
 
 footer.site-footer .footer-row{
     max-width:1200px;
     width:100%;
     flex-basis: 100%;
     display:flex;
     justify-content: space-between;
     align-items: center;
     padding:12px 3rem;
 }
 footer.site-footer .footer-row:last-child{
     padding-top:36px
 }
 footer.site-footer .footer-row:first-child{
     border-bottom: 1px solid rgba(255, 255, 255, .5);
 }
 footer.site-footer .footer-row .footer-column{
     flex: 1 1 30%;
 }
 
 .site-footer .footer-links {
     display:flex;
     justify-content: center;
     align-items: center;
     font-weight: normal;
     font-size:16px;
     font-family:'Lato', arial, sans-serif;
 }
 .site-footer .footer-links .link{
     color:white;
     font-family:'Lato', arial, sans-serif;
     font-weight:normal;
 }
 .site-footer .footer-links .link + .link{
     margin-left:12px;
     white-space: nowrap;
 }
 
 .footer-contact {
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
 }
 
 .footer-contact h5 {
     display: flex;
     width: 100%;
     margin: auto;
     justify-content: center;
     flex-wrap: wrap;
 }
 
 #copyright {
     padding: 1rem 0;
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
 }
 
 .footer-socials {
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     align-items: flex-start;
 }
 .footer-socials {
     text-transform: uppercase;
 }
 .footer-socials .footer-phrase{
     font-size:18px;
 }
 .footer-socials .footer-socials-icon{
     display: flex;
     flex-direction: row;
     justify-content: flex-start;
     align-items: flex-start;
 }
 .footer-socials .footer-socials-icon div a i{
     font-size:18px;
     color: #f0b45e;
 }
 
 .footer-contact {
     font-size:14px;
     color:white;
 }

 .footer-contact .footer-title {
	 font-family: 'Lato', serif;
	 font-size: 14px;
	 font-style: italic;
	 font-weight: 700;
	 line-height: 20px;
	 letter-spacing: 0.025em;
	 text-align: left;

 }
 .footer-contact .footer-email a {
     text-decoration: none;
     color:white;
 }
 .footer-contact .footer-address address {
     margin: 0;
 }

.footer-socials-phrase {
	font-family: 'Lato', serif;
    font-size: 18px;
    font-weight: 300;
}
 
 @media screen and (max-width: 999px) {
     footer.site-footer {
         padding: 14px 28px;
     }
     
     .footer-logo img {
         width: 80%;
     }
     
     footer.site-footer .footer-row .footer-column {
         padding-right: 1rem;
     }
 }
 
 @media screen and (max-width: 767px) {
     footer.site-footer .footer-row {
         flex-wrap: wrap;
     }
     
     footer.site-footer .footer-row .footer-column {
         padding-bottom: 1rem;
         flex: 1 1 100%;
     }
     
     .site-footer .footer-links {
         width: 100%;
         justify-content: space-between;
     }
 }
 
 /* ----------------------------------------------------------------- HOME PAGE ----------------------------------------------------------------------------*/
 
.wbWidth {
    width:100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 3rem;
}

.pt-5 {
	padding-top: 5rem;
}
 
#workHome {
    padding: 10vh 0;
}

#workHome h2 {
    margin-bottom: 10vh;
}

body.admin-bar #heroBanner {
    height: calc(50vh - 116px);
}

#heroBanner {
    height: 35vw;
position: relative;
}

#heroBanner-small {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
background-image: url(https://www.eucolait.eu/wp-content/uploads/2021/06/web_coverimage-01.png);
    background-size: cover;
    background-position: center;
}
 
 #heroBanner-small h1 {
     font-family: 'Lato', cursive;
     color:white;
     font-size:48px;
     line-height: 57.5px;
     font-weight: 900;
     text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.55);
 }
 
 #videoBanner {
     height: 560px;
   /*  background-image: linear-gradient(to right bottom, #4a4f64, #6a5d70, #866c79, #9d7e7f, #ae9388, #bb9e90, #c7a998, #d4b4a0, #e6b5ab, #f3b6bc, #f9bad4, #f4c2f0);*/
 }
 
 #videoBannerTxt {
     font-size: 72px;
     font-family: 'Lato', serif;
 }
 
 #whoWeAre {
     display: flex;
     align-items: stretch;
     flex-wrap: wrap;
     position: relative;
 }
 
 .logoMobileAbsolute {
     position: absolute;
     top: 0;
     width: 100%;
     height: 100%;
 }

.eventhome .eventDate {
     padding: 17px 23px;
 }
 
 .eventhome .eventArrow {
     margin: 0 14px 0 8px;
 }
 
 .eventhome .eventTime {
     margin: 0 23px;
 }
 
 .eventhome .eventTitle {
     padding: 17px 23px;
 }
 
 .eventhome .eventDescription {
     padding: 20px 23px 70px 23px;
 }
 
 @media screen and (min-width:800px) {
     .logoMobileAbsolute {
         position: relative;
         top: auto;
         width: auto;
         height: auto;
     }
 }

@media screen and (max-width: 999px) {
	#heroBanner-small {
		padding: 40px 0;
	}
	
	.wbWidth {
		padding: 0 1rem;
	}
}
 
 .eucolaitLogo {
     position: absolute;
     top: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     overflow: visible;
 }
 
 .eucolaitLogo svg {
     height: 100%;
     width: auto;
 }
 
 #whoWeAre > div {
     width: 100%;
     padding: 20vh 0;
 }
 
 @media screen and (min-width:800px) {
     #whoWeAre > div {
         width: 50%;
     }
 }
 
 .whoWeAreText {
     max-width: 530px;
     font-size: 16px;
     font-family: 'Lato', cursive;
     font-weight: 500;
     line-height: 25px;
 }
 
 @media screen and (max-width: 999px) {
     #heroBanner {
         height: calc(45vh - 100px);
     }
     
     .spacing_blank {
         height: 0!important;
     }
	 
	 .spacing_blank_2 {
		 height: 20px !important;
	 }
	 
	 .eventhome .eventArrow {
		margin: 0 47px;
	} 
 }
 

@media screen and (max-width: 767px){
	.eventhome .eventDescription {
		padding: 0px 23px 34px 23px;
	}
	
}

@media screen and (max-width: 570px){	
	.eventhome .eventArrow {
		margin: 0 14px 0 8px;
	}
}
 
 /* MOBILE PADDING */
 
 #clientHome {
     padding: 5vh 0;
 }
 
 
 /* -------------------------------------------------------- Service List ------------------------------------------ */
 
 .upperCase {
     text-transform: uppercase;
 }
 
 .serviceColumns {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
 }
 
 
 
 .servicePicture {
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 2rem 0;
     flex-basis: 450px;
 }
 
 .columnText {
     flex-basis: 350px;
     flex-grow: 1;
 }
 
 @media screen and (min-width:800px) {
     .columnText {
         padding:0 2rem;
     }
   .serviceListing:nth-of-type(odd) .serviceColumns {
         flex-direction: row-reverse;
     }
   .serviceListing:nth-of-type(even)  .columnText {
         text-align: right;
     }
 }
 
 .serviceListing ul {
     margin: 2rem 0;
 }
 .serviceListing li {
     margin:1rem;
     font-weight: bold;
 }
 
 .serviceListing {
     padding:3rem 1.2rem;
     overflow: hidden;
     background-color: #fff;
 }
 
 .serviceListing:nth-of-type(even) {
     background-color: #fff;
 }
 
 
 /*  ---------------------------------------------------------------------  ARTICLES  ---------------------------------------------------------------------*/
 
 .afd_article:hover .afd_article_title {
     color: #3766BE;
 }
 
 /* .afd_article:hover .afd_article_thumbnail {
     background-size:105% 105%;
 } */
 
 .afd_article_thumbnail {
     position:relative;
     transition: all ease 0.5s;
 }
 .afd_article_excerpt {
     position:relative;
 }
 .afd_article_date {
     font-style: italic;
     color:#3766BE;
     font-size:18px;
    line-height: 21.5px;
     font-weight:500;
     letter-spacing: 0.03em;
 }
 .afd_article_category {
     text-transform: uppercase;
     text-align:right;
     color:#3766BE;
     font-size:12px;
     font-weight:700;
     margin-top:1rem;
 }
 .afd_article_category.position-papers {
     color:#F0B45E;
 }
 
 .afd_article_readtime {
     font-size: 16px;
     font-weight: 300;
     line-height: 25px;
     color:black;
     margin:0.5rem 0;
 }
 .afd_article_readtime i{
     margin-right:10px;
 }
 
 .afd_articles_archive {
     padding: 5vh 3rem;
	 width: 85%;
 }

.page-template-template-login .archive-newsletter.afd_articles_archive, .archive .archive-newsletter.afd_articles_archive  {
	padding: 2rem 3rem 10rem;
	width: 100%;
	max-width: 1000px;
}

 .home .afd_articles_archive {
     padding: 0;
     margin-top: 2.5rem;
 }
 
 .afd_article_thumbnail {
     padding-top: 56.5%;
     background-size: cover;
     background-position: center;
     border-bottom: 2px solid #C5852B;
     height: 200px;
 }
 
 .afd_article {
     width: 97%;
     margin: 1.5%;
     position: relative;
     background: white;
     border: 1px solid #BDC6CA;
 }
 
 .home .loadMore {
     display: none;
 }
 
 /* @media screen and (min-width:800px) {
     .afd_article {
         width: 47%;
     }
 } */
 
 
 
 @media screen and (min-width:1000px) {
     .afd_article {
         width: 30%;
     }
 }
 
 .afd_article_title {
     font-family: 'Lato', sans-serif;
     font-weight: 700;
     font-size: 24px;
     line-height: 28px;
     margin: 0.75rem 0;
     position:relative;
     color:#1F396B;
     letter-spacing: 0.03em;
     transition: all ease 0.5s;
 }
 
 .afd_article_reveal {
     padding:1rem;
 }
 
 .afd_article_excerpt {
     font-family: 'Lato', sans-serif;
     font-size: 16px;
     line-height: 25px;
     font-weight: 600;
     color:black;
 }
 
 .afd_article_tags {
     display: none !important;
 }
 
 .afd_article_tags a ,.afd_article_tags a:focus , .afd_article_tags a:visited {
     font-size: 14px;
     font-weight: 500;
     line-height: 21.5px;
     margin: 0.5rem 0;
     color:black;
 }

 /* Page Policy */
 
 .policy-ct {
   padding-left: 46px !important;
 }
 
 .policy-icon img {
   position: relative;
   bottom: 170px;
   left: 25px;
   border-radius: 10px !important;
 }
 
 .policy-papers-title {
   margin-top: 129px;
 }
 
 .page-template-template-policy .afd_article, .page-template-template-news .afd_article, .page-template-template-login .afd_article, .archive .afd_article {
   width: 25%;
   margin: 1.5% 2.5%;
 }
 
 .page-template-template-policy main {
   margin-bottom: 55px;
 }
 
 .page-template-template-policy .pageLink {
   margin-top: 58px;
 }

.page-template-template-news .news-title {
  	margin: 72px auto 40px auto;
}

.news-btn-more {
  padding: 0.7rem 1rem;
  margin-top: 20px;
}

.page-template-template-news main {
  padding-bottom: 110px;
}

@media screen and (max-width:1200px) {
	.policyContainer .wp-block-image .alignright {
		margin: .5em 0 .5em 1.5em;
	}
	
	.policy-icon img {
		bottom: 9vw;
    	width: 14vw;
		left: 0;
	}
}

@media screen and (max-width:999px){
	.page-template-template-news .news-title {
		margin: 72px auto 15px auto;
	}
	
	.policy-text-1 {
		flex-basis: 50% !important;
	}
	
	.policy-img-1 {
		flex-basis: 50% !important;
		margin-left: 2em !important;
		padding-left: 0 !important;
	}
	
	.policy-ct {
	   padding-left: 0 !important;
	 }
}

@media screen and (max-width:767px) {
     .page-template-template-news .afd_article {
         width: 97%;
		 margin: 1rem 1.5%;
     }
	
	.page-template-template-news .afd_articles_archive, .archive .afd_articles_archive, .page-template-template-login .afd_articles_archive {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	
	.page-template-template-news .news-title {
		margin: 46px auto 40px auto;
	}
	
	.page-template-template-news .afd_article_title {
		font-size: 24px;
		line-height: 29px;
	}
	
	.page-template-template-policy .afd_article {
         width: 97%;
		 margin: 1rem 1.5%;
     }
	
	.page-template-template-policy .afd_articles_archive {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.page-template-template-policy .afd_articles_archive {
		padding: 0;
	}
	
	.page-template-template-policy .news-title {
		margin: 46px auto 40px auto;
	}
	
	.page-template-template-policy .afd_article_title {
		font-size: 24px;
		line-height: 29px;
	}
	
	.policy-img-1 {
		flex-basis: 100% !important;
		display: none;
	}
	
	.policy-text-1.wp-block-column {
		flex-basis: 100% !important;
	}
	
	.policy-icon img {
		bottom: 20vw;
    	width: 129px;
		left: 0;
	}
	
	.policy-papers-title {
		margin-top: 30px;
	}
 }
 
 @media screen and (max-width: 999px) {
     .afd_article_title {
         font-size: 18px;
         line-height: 25px;
     }
	 
	 .home .afd_articles_archive {
		 padding: 0 1rem;
		 margin: auto;
		 width: 100%;
		 display: flex;
		 justify-content: space-between;
	 }
	 
	 .afd_articles_archive {
		 width: 100%;
		 padding: 3vh 1rem;
	 }
	 
	 .afd_article, .page-template-template-policy .afd_article, .page-template-template-news .afd_article, .page-template-template-login .afd_article, .archive .afd_article {
         width: 27%;
		 margin: 2.5% 0;
		 margin-right: 4.5%;
     }
 }
 
 @media screen and (min-width: 1000px) {
     .home .afd_articles_archive {
         width: 90%;
         margin-left: auto;
         margin-right: auto;
     }
 }
 
 @media screen and (max-width: 767px) {
     .home .afd_articles_archive {
         width: 80%;
         margin-left: auto;
         margin-right: auto;
     }
	 
	 .afd_article, .page-template-template-policy .afd_article, .page-template-template-news .afd_article, .page-template-template-login .afd_article, .archive .afd_article {
		 width: 100%;
		 margin: 1rem 0;
		 left: 0 !important;
	 }
 }
 
 
 /* ////////////////////////////////////////////////////////////////////////// HOME PAGE //////////////////////////////////////////////////////////////////////////*/
 
 #videoBannerTxt,
 #heroBannerText p,
 #heroBannerText h1 {
     padding: 0 1.2rem;
     letter-spacing: 0.1em;
 }
 
 
 
 #heroBanner .goDownArrow {
     display:none;
     color:#4A4F64;
     position: absolute;
     bottom: 0;
     bottom: 0;
     text-align: center;
     animation-name: downArrow;
     animation-iteration-count: infinite;
     animation-duration: 2s;
     font-weight: 400;
     font-size: 1.1rem;
     letter-spacing: 0.15em;
 }
 
 .goDownArrow > div {
         padding-bottom: 2rem;
 }
 @keyframes downArrow {
   0%   {margin-bottom:50px;}
   50%  {margin-bottom:40px;}
   100% {margin-bottom:50px;}
 }
 
 
 #heroBanner .goDownArrow i {
     color:#4A4F64;
     font-size: 3rem;
 }
 
 
 
 #videoBanner {
     position: relative;
     overflow: hidden;
 }
 
 
 #videoBanner video {
     position: absolute;
     top: 0;
     bottom: 0;
     margin: auto;
     width: auto;
     min-width: 100%;
     min-height: 100%;
     max-width: inherit;
 }
 
 #videoBannerTxt {
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     width: 100%;
     height: 100%;
     position: absolute;
     color: white;
     text-shadow: 0px 4px 5px rgb(43 42 42);
     font-size: 4rem;
     margin: auto;
     z-index: 15;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     max-width: 1350px;
 }
 
 #heroBannerImg {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center -17vw;
     background-repeat: no-repeat;
     opacity: 1;
 }

/* Waves */

.wave.big-wave, .wave.landingpage {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    transform: rotateX(180deg);
    margin-top: 1px;
    height: 100%;
}

#whyMemberSection .wave.big-wave, #whyMemberSection .wave.landingpage {
	position: absolute;
	z-index: -1;
}

.wave.big-wave.active svg {
    transform: translateX(50%) scaleY(0);
}

.wave.big-wave.off svg {
    transition: transform 0s ease-out;
}

.wave.big-wave svg {
    transition: none;
    transform: translateX(-90%) scaleY(1.5);
    transition: transform 2s ease-out;
    transform-origin: top;
}

.wave.big-wave svg, .wave.landingpage svg {
    display: block;
    position: absolute;
    fill: #FBF9FF;
    z-index: 2;
    will-change: transform;
}

#whyMemberSection .wave.big-wave svg, #whyMemberSection .wave.landingpage svg {
	fill: #1F396B;
}

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


/* End Waves */
/*  #heroBannerImg:after ,  #figure:after{
     content:'';
     position: absolute;
     bottom:0;
     width:100%;
     height:100px;
     background-image:url(img/milk-separator-color01.png);
     background-size: cover;
     background-position: top center;
 } */
 
 #heroBanner {
     display: flex;
     align-items: flex-start;
     justify-content: center;
 }
 
 #heroBannerText {
     padding: 80px 0;
     z-index: 2;
 }
 
 #heroBannerText h1 {
     text-align: center;
     color: white;
     text-shadow: 0px 4px 5px rgb(43 42 42);
     margin: 0;
     font-size: 72px;
 }
 
 #heroBannerText p {
     text-align: center;
     color: white;
     text-shadow: 0px 4px 5px rgb(43 42 42);
     font-size: 2rem;
     margin: 0;
 }
 
 .homepage-template h1,
 .homepage-template h2,
 .homepage-template h3,
 .homepage-template h4,
 .homepage-template h5,
 .homepage-template h6{
     font-family: 'Lato', serif;
     font-weight:initial;
 }
 
 .title-underlined {
     text-decoration: underline;
     text-underline-offset: 6px;
     text-decoration-color: #C5852B;
 }
 
 h3.title-underlined {
     font-weight: 700;
 }
 
 .homepage-template h2{
     font-weight:700;
 }
 
 .homepage-template .camelCase{
     text-transform: capitalize;
 }
 
 .homepage p{
     font-weight:normal;
 }

.has-large-font-size {
	font-size: 33px;
}
	
 @media screen and (max-width: 999px) {
     .homepage-template h2 {
         margin-left: 1rem;
     }
     
     #heroBannerImg {
         background-size: 150%;
     }
 }
 
 @media screen and (max-width: 767px) {
     #heroBanner {
         height: calc(50vh - 100px);
     }
 }
 
 
 /* UL COLULMN */
 
 .afd_client_list {
     margin:3rem 0;
     padding:0 1.2rem;
 }
 
 .afd_client_list ul{
     margin:0;
     padding: 0;
 }
 
 .afd_client_list li {
     font-style: italic;
     font-size: 24px;
     line-height: 33px;
     color:#4A4F64;
 }
 .afd_client_list ::marker {
     font-size: 15px;
     line-height: 33px;
     color:#4A4F64;
 }
 
 .afd_ul_column4 {
     -webkit-column-count: 1;
     -moz-column-count: 1;
     column-count: 1;
 }
 
 @media screen and (min-width:800px) {
     .afd_ul_column4 {
         -webkit-column-count: 2;
         -moz-column-count: 2;
         column-count: 2;
     }
 }
 
 @media screen and (min-width:1200px) {
     .afd_ul_column4 {
         -webkit-column-count: 4;
         -moz-column-count: 4;
         column-count: 4;
     }
 }
 
 
 /*////////////////////////////////////////////////////////////////////////////////// NAVIGATION //////////////////////////////////////////////////////////////////////////////////*/
 
 
 .site {
     overflow: hidden;
 }
 
 .menu-menu-1-container {
     position: relative;
 }
 
 
 
 .main-navigation #primary-menu {
     padding: 1.5rem 0;
     width: 100%;
     opacity: 1;
     pointer-events: inherit;
     transform: translateX(0);
     background: white;
     transition: transform ease 0.5s;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     max-width: 200px;
     justify-content: flex-start;
     margin-left: auto;
     position: absolute;
     z-index: 99;
     margin-left: auto;
     right: 0;
     transform: translateX(100%);
     min-height: calc(100vh - 100px);
 }
 
 .main-navigation.toggled #primary-menu {
     transform: translateX(0%);
 }
 
 .nav-menu {
     width: 100%;
 }
 
 
 /*// container class*/
 
 header {
     min-height: 70px;
     display: flex;
     align-items: center;
 }
 
 .main-navigation {
     width: 100%;
     background: white;
     display: flex;
     align-items: center;
     justify-content: space-between;
     flex-wrap: wrap;
     min-height: 80px;
     position: relative;
	 z-index: 2;
	 position: fixed;
 }
 
 .main-navigation > * {
     padding: 0 2rem;
 }
 
 .main-navigation > div {
     padding: 0;
 }

.main-navigation {
	will-change: transform;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.main-navigation.hide {
	-webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
 
 @media screen and (min-width:1000px) {
     .main-navigation {
         width: 100%;
         z-index: 99;
         box-shadow: 0px 5px 20px #ccc;
     }
     .main-navigation #primary-menu {
         opacity: 1;
         pointer-events: inherit;
         transform: translateX(0);
         width: auto;
         flex-direction: row;
         position: relative;
         min-height: auto;
         max-width: inherit;
     }
 }
 
 .custom-logo-link {
     width: 250px;
     margin-right: 2rem;
     min-height: 70px;
     display: flex;
     align-items: center;
 }
 
 .custom-logo-link img {
     max-height: 70px;
     width: auto;
 }
 
 
 /* NAV DEFAULT */
 
 .menu-toggle,
 .menu-toggle:focus,
 .menu-toggle:active {
     background: none;
     color: #4A4F64;
     font-size: 2rem;
     border: none;
     padding: 0;
     outline: none;
     padding: 1.5rem;
     position: absolute;
     right: 0rem;
     top: 1.2rem;
     margin: auto;
 }
 
 .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);
     position: relative;
 }
 
 .main-navigation .menu-item-has-children .sub-menu {
     display: none;
     opacity: 0;
 }
 
 .main-navigation .menu-item-has-children .sub-menu.show {
     display: flex;
     opacity: 1;
 }
 
 .main-navigation ul ul li:hover > ul,
 .main-navigation ul ul li.focus > ul {
     display: block;
     left: auto;
 }
 
 .main-navigation ul ul a {
     width: 100%;
 }
 
 .main-navigation ul li:hover > ul,
 .main-navigation ul li.focus > ul {
     left: auto;
 }
 
 .main-navigation li {
     position: relative;
     min-height: 70px;
     text-align: right;
     font-size: 1.4rem;
 }
 
 @media screen and (min-width:800px) {
     .main-navigation li {
         min-height: auto;
     }
 }
 
 .main-navigation a {
     text-decoration: none;
 }
 
 
 /* Small menu. */
 
 .menu-toggle,
 .main-navigation.toggled ul {
     display: block;
 }
 
 .menu-menu-1-container {
     width: 100%;
     z-index: 999;
 }
 
 
 /*NAV CUSTOM CSS  /*
     
 /* container class*/
 
 .main-navigation {}
 
 
 /* container class first unordered list*/
 
 .main-navigation ul {}
 
 
 /*//unordered list within an unordered list*/
 
 .main-navigation ul ul {}
 
 
 /*// each navigation item*/
 
 .main-navigation li {
     background: transparent;
     position: relative;
     margin:0 12px;
 }
 
 .main-navigation li li:hover {
     background: #ebebeb;
 }
 
 
 /*// each navigation item anchor*/
 
 .main-navigation li a {
     font-size:18px;
     font-weight: 500;
     letter-spacing: 4px;
     padding: 0.5rem;
     position: relative;
     color: #1F396B;
     position: relative;
	 letter-spacing: 0.035em;
	 text-transform: uppercase;
 }
 
 .main-navigation li.current-menu-item a{
     color: #3766BE;
 }
 
 .main-navigation .menu-item-has-children > a {
     padding-right: 1.5rem;
     display: flex;
     align-items: center;
     display: flex;
     position: relative;
     justify-content: space-between;
 }
 
 .menu-item-has-children > a:after {
     display: flex;
     align-items: center;
     justify-content: center;
     right: 0.5rem;
     position: absolute;
     height: 1rem;
     color: black;
     font-size: 0.7rem;
     font-family: "Font Awesome 5 Free";
     content: "\f061";
     font-weight: 900;
     transition: all ease 0.5s;
 }
 
 .menu-item-has-children > a:hover:after,
 .menu-item-has-children.afterRotated > a:after {
     transform: rotateZ(90deg);
     transform-origin: center;
 }
 
 .main-navigation li a:before {
     position: absolute;
     content: '';
     height: 1px;
     width: 100%;
     background: #fff;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
     transition: all ease 0.3s;
     transform: translateY(1px);
 }
 
 .main-navigation li a:hover:before {
     width: 100%;
     background: #88A6C5;
     transition: all ease 0.3s;
     transform: translateY(0);
 }
 
 @media screen and (max-width: 999px) {
     .main-navigation #primary-menu {
         max-width: 275px;
         background: #1F396B;
         min-height: auto;
         padding-bottom: 0;
     }
     
     .main-navigation li a {
         color: white !important;
     }
     
     .main-navigation li a:before {
         display: none;
     }
     
     .main-navigation li.subscriber {
         display: flex;
         align-items: center;
         width: 100%;
         background: #F0B45E;
         margin: 0;
         padding-left: 1rem;
     }
     
     .main-navigation li.subscribera {
         margin: 0;
     }
     
     .subscriber a, 
     .subscriber a:visited, 
     .subscriber a:focus, 
     .subscriber a:active, 
     .subscriber.current-menu-item a {
         font-style: normal;
         margin-top: 0;
         padding: 0.5rem 1rem !important;
         border: hidden;
     }
 }

/* PRODUCTION AND PRICES */
.productionPricesPost {
    display: flex;
    flex-wrap: wrap;
} 

.productionPricesPost .afd_article {
    width: 27.5%;
}

.productionPricesPost .afd_article_title {
    text-align: center;
}

.production-title {
    margin-top: 4.5rem;
    padding: 0 3rem;
}

.production-price {
    max-width: 775px;
    padding: 5rem 3rem;
}

.post-production-price {
    line-height: 2.5;
}

.btn-go-back {
    text-align: center;
}

.btn-go-back .btn-link {
    text-decoration: none;
    border: 1px solid #3766BE;
    border-radius: 5px;
    padding: 0.7rem 3rem;
    color: #3766BE;
    font-size: 1.1rem;
}

#relatedArticles.related-production-price {
    width: 100%;
    max-width: 1200px;
}

.related-production-price .afd_work_small_container {
    width: 100%;
}

@media screen and (max-width: 980px) {
    .production-price {
        padding: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .productionPricesPost .afd_article {
        width: 100%;
    }
}
 
 
 /* unordered list if there is drop down items*/
 
 .main-navigation li ul {
     display: flex;
     flex-direction: column;
     background: white;
 }
 
 
 /*// each drop down navigation item*/
 
 .main-navigation li li {}
 
 
 /*// each drap down navigation item anchor*/
 
 .main-navigation li li a {
     color: grey;
 }
 
 
 /*// Class for Current Page*/
 
 .current_page_item {}
 
 
 /*// Class for Current Category*/
 
 .current-cat {}
 
 
 /*// Class for any other current Menu Item*/
 
 .current-menu-item {}
 
 
 /*// Class for a Category*/
 
 .menu-item-type-taxonomy {}
 
 
 /*// Class for Post types*/
 
 .menu-item-type-post_type {}
 
 
 /*// Class for any custom links*/
 
 .menu-item-type-custom {}
 
 
 /*// Class for the home Link*/
 
 .menu-item-home {}
 
 .mobileShowChildItem {
     display: flex;
     width: 50px;
     height: 50px;
     position: absolute;
     right: 0;
     top: 0;
     background: transparent;
 }
 
 @media screen and (min-width: 1000px) {
     /*    .main-navigation {
         justify-content: flex-start;
         align-items: flex-end;
     }*/
     .menu-menu-1-container {
         width: auto;
     }
     .menu-toggle {
         display: none;
     }
     .main-navigation ul {
         display: flex;
     }
     .main-navigation ul ul {
         position: absolute;
         float: left;
         top: 100%;
         left: -999em;
         z-index: 99999;
     }
     .main-navigation ul ul ul {
         left: -999em;
         top: 0;
     }
     .main-navigation li ul li:hover ul {
         display: flex;
         flex-direction: column;
         transform: translateX(100%);
     }
     .main-navigation ul ul a {
         width: 200px;
     }
     .main-navigation > li {
         margin: 0 1rem 0 0;
     }
     .main-navigation .menu-item-has-children .sub-menu {
         display: block;
         opacity: 1;
     }
 }
 
 
 
 
 /*/////////////////////////////////////////////////////////////////// TESTIMONAL ///////////////////////////////////////////////////////////////////*/
 
 #testimonialHome {
     padding:5rem 0;
     max-width: 700px;
 }
 
 #testimonialSLIDER {
     position: relative;
     padding-top:50px;
 }
 
 
 #testimonialSLIDER .swiper-pagination-bullet {
     width:30px;
     height:30px;
     background:transparent;
     border:1px solid #88A6C5;
     transform: scale(1);
     opacity: 1;
 }
 
 #testimonialSLIDER  .swiper-pagination-bullet-active-main {
    background-color:#88A6C5;
 }
 
 
 #testimonialSLIDER .swiper-slide {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
 }
 #testimonialSLIDER .slider-picture {
     flex-basis: 200px;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }
 #testimonialSLIDER .slider-picture img {
     border-radius: 100%;
     overflow: hidden;
 }
 #testimonialSLIDER .slider-text {
     flex-basis: 400px;
     flex-grow: 1;
     padding:0 1.5rem;
 }
 #testimonialSLIDER .slider-text p{
     margin:0;
     margin-bottom:1rem;
     font-size:14px;
     font-style: italic;
     font-weight: 400;
     line-height: 27px;
 }
 
 
 #testimonialSLIDER .slider-people-infos strong{
     font-size: 24px;
     font-weight: 300;
     line-height: 34px;
     
 }
 #testimonialSLIDER .slider-people-infos {
     font-size: 24px;
     line-height: 34px;
     font-weight: 700;
     margin:1.5rem 0;
 }
 #testimonialSLIDER .swiper-pagination {
     position: absolute;
     top:10px;
 }
 
 
 
 
 
 
 
 /* PARTNERS */
 .afd_partners {
     padding:4vh 0;
 }
 
 .afd_partner_small_container {
     justify-content: center;
     display: flex;
     flex-wrap: wrap;
 }
 
 .partnerContainer {
     width: calc(50% - 9%);
     max-width: 240px;
     margin: 0 2.5%;
 }
 
 @media screen and (min-width:800px) {
     .partnerContainer {
         width: calc(33% - 9%);
         margin: 0 4.5%;
     }
 }
 @media screen and (min-width:1200px) {
     .partnerContainer {
         width: calc(25% - 9%);
         margin: 0 4.5%;
     }
 }
 
 .partnerLogo{
      background-size: 90%;
     background-position: center;
     background-repeat: no-repeat;
 }
 
 .partnerLogo:before {
     content: '';
     display: block;
     padding-top: 100%;
     transition: all ease 0.5s;
     z-index: -1;
     opacity: 0;
 }
 
 .partnerLogo:hover:before {
     background: grey;
     opacity: 0.1;
 }
 
 .partnerName {
     font-weight: 700;
     text-align: center;
     font-size: 18px;
     line-height: 20px;
 }
 .partnerFunction {
     margin-top:1rem;
     font-weight: 400;
     text-align: center;
     font-size: 16px;
     line-height: 20px;
 }
 
 
 /* TOOL */
 .afd_tools {
     padding:4vh 0;
 }
 
 .afd_tool_small_container {
     justify-content: center;
     display: flex;
     flex-wrap: wrap;
 }
 
 .toolContainer {
     width: 45%;
     max-width: 240px;
     margin: 0 2.5%;
 }
 
 @media screen and (min-width:800px) {
     .toolContainer {
         width: 33%;
         margin: 0 4.5%;
     }
 }
 /*
 @media screen and (min-width:1200px) {
     .toolContainer {
         width: 15%;
         margin: 0 4.5%;
     }
 }*/
 
 .toolLogo{
      background-size: 90%;
     background-position: center;
     background-repeat: no-repeat;
 }
 
 .toolLogo:before {
     content: '';
     display: block;
     padding-top: 100%;
     transition: all ease 0.5s;
     z-index: -1;
     opacity: 0;
 }
 
 .toolLogo:hover:before {
     background: grey;
     opacity: 0.1;
 }
 
 .toolName {
     font-weight: 200;
     text-align: center;
     font-size: 24px;
     line-height: 26px;
 }
 .toolFunction {
     margin-top:1rem;
     font-weight: 400;
     text-align: center;
     font-size: 16px;
     line-height: 20px;
 }
 
 
 /* member */
 .afd_member_categorySeparator {
     width:100%;
     padding: 1rem;
     font-family: 'Lato', serif;
     font-size: 18px;
     font-style: normal;
     font-weight: 300;
     line-height: 22px;
     letter-spacing: 0em;
     text-align: left;
	 background: #3766BE;
     min-height: 60px;
     display: flex;
     align-items: center;
     color:white;
     margin-bottom: 2rem;
     transition: background .3s ease-in-out;
 }
 .afd_member_categorySeparator:hover, .afd_member_categorySeparator.activeDropDown {
     background: #F0B45E;
 }
 
 .afd_member_categorySeparator i {
     margin-right: 0.5rem;
 }
 
 .afd_members {
     padding:4vh 0;
 }
 
 .afd_member_small_container {
     justify-content: flex-start;
     display: flex;
     flex-wrap: wrap;
 }
 
 .memberContainer {
     width: 25%;
     margin:1rem 0;
 }
 
 .memberLogo{
      background-size: 50%;
     background-position: center;
     background-repeat: no-repeat;
     background-image:url(img/memberthumbnail.png);
     transition: background-size .3s;
 }
 
 .memberLogo:hover {
     background-size: 60%;
 }
 
 .memberLogo:before {
     content: '';
     display: block;
     padding-top: 56.5%;
     transition: all ease 0.5s;
     z-index: -1;
     opacity: 0;
 }
 
 .memberLogo:hover:before {
     opacity: 0.1;
 }
 
 .memberName {
     font-family: 'Lato', serif;
     font-size: 18px;
     font-style: normal;
     font-weight: 500;
     line-height: 22px;
     letter-spacing: 0.035em;
     text-align: center;
     color:#292929;
     width: 75%;
     margin: auto;
 
 }
 
 .memberFunction {
     margin-top:1rem;
     font-weight: 400;
     text-align: center;
     font-size: 16px;
     line-height: 20px;
     width: 75%;
     margin: auto;
 }
 
 
 /* BOARD MEMBER */
 
 /* member */
 .afd_boardmember_categorySeparator {
     width:100%;
     font-family: 'Lato', serif;
     font-size: 18px;
     font-style: normal;
     font-weight: 300;
     line-height: 22px;
     letter-spacing: 0em;
     text-align: left;
     min-height: 60px;
     display: flex;
     align-items: center;
     color:#1F396B;
 }
 
 .separatorLineYellow {
     height: 1px;
     background:#F0B45E;
     width:100%;
     margin:1rem 0;
 }
 .separatorLineYellow:last-of-type {
     display: none;
 }
 
 .afd_boardMember_small_container {
     justify-content: center;
     display: flex;
     flex-wrap: wrap;
 }
 
 .boardmember {
     width: 50%;
     margin:1rem 0;
     padding:1rem 0;
 }

 .boardmember:after {
     margin-top:1rem;
     content:'';
     display: block;
     height:1px;
     background:#F0B45E;
     width: 40%;
 }

 .archive-newsletter .boardmember:after {
     width: 60%;
 }

.page-template-template-about .boardmember:after {
	display: none;
}
 
 @media screen and (min-width:800px) {
     .boardmember {
         width: 33%;
     }
 }
 
 @media screen and (min-width:1000px) {
     .boardmember {
         width: 20%;
     }
	 
	 .archive-newsletter .boardmember {
		 width: 25%;
	 }
 }

@media screen and (max-width:1000px) and (min-width: 768px) {
     .boardmember {
         width: 25%;
     }
	 
	 .archive-newsletter .boardmember {
		 width: 33%;
	 }
 }
 
 
 .boardMemberFunction {
     font-family: 'Lato', serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 500;
     line-height: 19px;
     letter-spacing: 0em;
     text-align: left;
     text-transform: uppercase;
     color: #1F396B;
     padding:0.3rem 0;
 }

.page-template-template-about .boardMemberFunction, .page-template-template-about .boardMemberName {
	text-align: center;
}
 
 .boardMemberName {
     font-family: 'Lato', serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 500;
     line-height: 19px;
     letter-spacing: 0em;
     text-align: left;
     color:#292929;
 }
 
.afd_article_title:hover {
	color: #3766BE;
}
 
 
 
 /* TEAM */
 .afd_team {
     padding:4vh 0;
 }
 
 .afd_team_small_container {
     justify-content: center;
     display: flex;
     flex-wrap: wrap;
     width:100%;
 }
 
 .teamContainer {
     width: 100%;
     padding:1.5rem;
     position: relative;
     margin-bottom:1.5rem;
     padding-bottom:25px;
     transition: all ease 0.5s;
 }
 
 .teamContainer:hover .teamName {
     color:#C48D81;
 }
 .teamContainer:hover .teamLogo  {
     background-size:105%;
 }
 
 @media screen and (min-width:550px) {
     .teamContainer {
         width: 50%;
     }
 }
 
 .teamContainer:hover {
    cursor: pointer;
 }
 
 .teamContainer.full {
      width: calc(100%);
 }
 
 
 @media screen and (min-width:800px) {
     .teamContainer {
         width: 33%;
     }
 }
 
 @media screen and (min-width:1200px) {
     .teamContainer {
         width:25%;
     }
 }
 
 .teamLogo{
     background-size: 100%;
     background-position: center;
     background-repeat: no-repeat;
     transition: all ease 0.5s;
 }
 
 
 .teamContainer:hover .teamLogo{
     filter:saturate(1);
 }
 
 .teamLogo:before {
     content: '';
     display: block;
     padding-top: 100%;
     transition: all ease 0.5s;
     z-index: -1;
     opacity: 0;
 }
 
 .teamLogo:hover:before {
     background: grey;
     opacity: 0.1;
 }
 
 .teamName {
     font-weight: 700;
     text-align: left;
     font-size: 16px;
     line-height: 18px;
     margin-top:0.3rem;
     transition: all ease 0.5s;
 }
 .teamFunction {
     font-weight: 400;
     text-align: left;
     font-size: 14px;
     line-height: 16px;
     font-style:italic;
     transition: all ease 0.5s;
 }
 .teamFunction p{
     margin:0rem;
 }
 
 .teamMail {
     margin-bottom:0.5rem;
     font-size: 16px;
     font-weight: 700;
 }
 
 
 .teamLink {
     z-index: 15;
     position: absolute;
     bottom: 0;
     left: 1.5rem;
 }
 
 .teamLink a , .teamLink a:visited , .teamLink a:focus  {
     color:#88A6C5;
     font-size: 20px;
     margin-right:0.5rem;
     transition: all ease 0.5s;
 }
 .teamLink a:hover {
     color:#4A4F64;
     font-size: 20px;
     transition: all ease 0.5s;
 }
 
 
 /* ABOUT DESCRIPTION */
 
 .site-main {
     overflow: hidden;
     background: transparent;
     width:100%;
 }
 #page {
     background-color:#FBF9FF;
 }
 .global-container {
     max-width:1200px;
     margin:0 auto;
     padding: 0 3rem;
 }
 
 .homepage-template .wp-block-columns {
     padding: 0 2rem;
 }
 
 #aboutUs {
     display: flex;
     align-items: stretch;
     flex-wrap: wrap;
     position: relative;
     padding: 5rem 0;
     overflow: hidden;
 }
 
 #aboutUs > div {
     z-index: 2;
 }
 
 #aboutUs div.eucolaitLogo {
         z-index: 0;
 }
 
 #aboutUs .pageLinkContainer {
     max-width: 558px;
     margin-left: auto;
     margin-bottom:2rem;
 }
 
 
 #aboutUs .eucolaitLogo{
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     width: 100%;
     height: 100%;
     display: flex;
     align-content: flex-end;
     justify-content: flex-end;
 }
 
 a.secretariat:focus, a.secretariat:visited, a.secretariat {
     color: #3766BE;
 }
 
 .currentMembers {
     margin-bottom: 5rem;
 }
 
 #boardMembers {
     padding: 3rem;
 }
 
 .responsive-count {
     margin-top: 3rem;
 }
 
 
 @media screen and (min-width:800px) {
     #aboutUs .wp-block-column {
         max-width: 558px;
     }
 }
 
 .aboutUsText {
     max-width: 100%;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
 }
 
 .aboutUsText .wp-block-columns {
     width:100%;
     max-width: 100%;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
 }
 
 @media screen and (max-width: 999px) {
     .global-container {
         padding: 0;
     }
	 
	 #boardMembers .wbWidth {
		 padding: 0;
	 }
	 
	 .wbWidth.reportAnalisis {
		 padding-top: 1rem;
	 }
 }
 
 @media screen and (max-width: 767px) {
     .global-container {
         padding: 1rem;
     }
     
     .wp-block-columns {
         padding: 0;
     }
	 
	 .page-template-template-about #boardMembers {
		 padding: 1rem;
	 }
 }
 
 
 /*/////////////////////////////////////////////////////////////////////// FOOTER ///////////////////////////////////////////////////////////////////////*/
 
 .site-footer {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
 }
 
 .footer-contact {
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     align-items: flex-start;
 }
 
 .site-footer > div:not(.wave) {
     flex-basis: 100%;
     color:white;
     padding:1.5rem;
 }
 
 @media screen and (min-width:800px) {
     .site-footer > div:not(.wave) {
         flex-basis: 50%;
         color:white;
         padding:1.5rem;
     }
 }
 @media screen and (min-width:1200px) {
     .site-footer > div:not(.wave) {
         flex-basis: 33%;
         color:white;
         padding:2.5rem;
     }
 }
 
 .footer-title {
     font-weight: 700;
     font-size: 24px;
     line-height: 33px;
 }
 
 .footer-mail a {
     color:white;
     text-decoration: none;
     font-weight: 700;
 }
 
 .footer-socials a , .footer-socials a:focus , .footer-socials a:active , .footer-socials a:visited {
     color:white;
     font-size: 0;
     margin:0 0.5rem;
 }
 
 .footer-socials a:hover i {
     color:#88A6C5;
 }
 
 
 
 .footer-socials i {
     color:white;
     font-size: 2rem;
     transition: all ease 0.5s;
 }
 
 
 #copyright {
     width:100%;
     flex-basis: 100%;
     color:white;
     font-size: 14px;
     font-weight: 500;
 }
 #copyright a{
     color:white;
     padding: 0 0.5rem;
 }
 
 
 /*/////////////////////////////////////////////////////////////////////////////////////////// MODAL ///////////////////////////////////////////////////////////////////////////////////////////*/
 #afd_modal {
     position: fixed;
     width:100%;
     height:100%;
     display: flex;
     justify-content: center;
     align-items: center;
     top:0;
     left:0;
     background:rgba(255, 255, 255, 0.33);
     pointer-events: none;
     opacity: 0;
     transition: all ease 0.5s;
     z-index: 9999 !important;
 }
 
 .modalDisplay {
     position: absolute;
     z-index: 9;
     top:0;
     left:0;
     width:100%;
     height:100%;
 }
 
 #afd_modal.showModal {
     pointer-events: inherit;
     opacity: 1;
     transition: all ease 0.5s;
 }
 
 #afd_modal #modalContent {
     max-width: 1200px;
     max-height: 90vh;
     overflow: hidden;
     overflow-y: auto;
 }
 
 
 #afd_modal .teamContent , #afd_modal .teamContent p {
     font-size: 16px;
     line-height: 18px;
     font-weight: 600;
 }
 
 .modalteamContainer {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     justify-content: center;
 }
 
 
 .modalteamContainer > div{
     flex-basis: 250px;
 }
 
 .teamContent {
     flex-grow: 1;
 }
 
 #afd_modal .teamLogo {
     max-width: 200px;
 }
 
 
 #cn-notice-buttons a.gdprBtn {
     background-color:#4a4f64;
     color:white;
 }
 #cn-notice-buttons a.gdprBtn:hover {
     background-color:#282d41;
     color:white;
 }
 
 
 #afd_modal #modalContainer {
     display: flex;
     flex-direction: column;
     align-items: center;
     min-width: 350px;
     min-height: 200px;
     max-height: 80vh;
     max-width: 1300px;
     background:white;
     padding:80px;
     position: relative;
 }
 
 #afd_modal #modalContainer.showModal {
     pointer-events: inherit;
     opacity: 1;
     transition: all ease 0.5s;
 }
 
 #afd_modal #modalTeamClose {
     font-size: 42px;
     position: absolute;
     top:0;
     right:20px;
     cursor: pointer;
     transition:all ease 0.5s;
 }
 
 #afd_modal #modalTeamClose:hover {
     color:#88A6C5;
 }
 
 
 
 
 
 /* SINGLE ARTICLE */
 
 a , a:focus , a:visited{
     color:black;
     font-weight: 700;
     font-size: inherit;
 }
 
 .entry-header {
     flex-direction: column;
 }
 
 .entry-content {
     max-width: 1200px;
	 width: 65vw;
	 padding: 0 3rem;
     margin:auto;
 }
 
 .post-thumbnail {
     max-width: 1500px;
	 width: 70vw;
     margin: auto;
     max-height: 50vh;
     padding-top: 30%;
     overflow: hidden;
     position: relative;
 }
 
 .entry-title {
	 padding: 0 3rem;
     width: 85vw;
     text-align: left;
     color: #1F396B;
     font-size: 36px;
	 line-height: 50px;
     margin:50px 0;
	 text-decoration: underline;
   	 text-underline-offset: 6px;
	 text-decoration-color: #F0B45E;
 }
 
 .post-thumbnail img{
     position: absolute;
     width: 100%;
     height:auto;
     top:0;
     left:0;
 }
 
 article.post {
     background-color:#FBF9FF;
 }
 
 .entry-footer {
     padding:3rem 0;
 }
 
 .entry-footer .posted-on a {
     font-weight: 400 !important;
     text-decoration: none;
     font-style:italic;
 }
 
 .entry-footer > span {
     display: inline-block;
     margin-right:1rem;
     position: relative;
 }
 .entry-footer > span::after {
     content:'|';
     display: flex;
     position: absolute;
     right:-0.55rem;
     justify-content: center;
     align-items: center;
     top:0;
 }
 
 .entry-footer > span:last-child::after {
     content:'';
 }
 
 .entry-footer .taggedDiv {
     display: none;
 }
 
 .entry-footer {
     font-size: 16px !important;
 }
 
 .entry-footer a{
     font-weight: 700;
 }
 
 .byline {
     text-transform: capitalize;
 }
 
 
 
 /* SHARE THIS */
 
 .entry-content > .contentDiv {
     display: flex;
     flex-direction: column;
     align-items: stretch;
     justify-content: stretch;
     align-content: stretch;
 }
 
 .entry-content .sharedaddy {
     border-top:1px solid grey;
     border-bottom:1px solid grey;
     padding:2rem 0;
     order:8;
 }
 #relatedArticles {
     order:9;
	 width: 85vw;
	 margin: auto;
	 padding: 0 3rem;
 }
 
 .entry-content .sharedaddy > div {
     display:flex;
     flex-wrap: wrap;
     justify-content: space-between;
     margin:0;
     align-items: center;
 }
 
 .entry-content  div.sharedaddy h3.sd-title{
     font-size: 24px;
     font-weight: 400;
     text-transform: uppercase;
     border:none;
     margin: 0;
 }
 
 .entry-content  div.sharedaddy h3.sd-title:before {
     border:none;
     display: none;
 }
 
 .entry-content  .share-customize-link {
     display: none;
 }
 
 .entry-content  .sd-button {
     border:none !important;
     background:none !important;
     box-shadow: none !important;
     font-size: 0 !important;
 }
 
 .entry-content  .sd-button::before {
     font-size: 40px !important;
     color:#88A6C5 !important;
 }
 .entry-content  .sd-button:hover::before {
     color:#727272 !important;
 }
 
 @media screen and (max-width: 999px) {
	.entry-title, .post-thumbnail, .entry-content, #relatedArticles, .afd_work_small_container {
		width: 100%;
	}
	 
	 .single .afd_work_small_container .afd_article {
		 width: 40%;
	 }
}

@media screen and (max-width: 767px) {
	.entry-title, .entry-content, #relatedArticles, .afd_work_small_container,   {
		padding: 0 1rem;
	}
	
	.single .afd_work_small_container .afd_article {
		 width: 90%;
	 }
}
 
 
 
 /*////////////////////////////////////////////////////////////////////////////// CONTACT INFOS //////////////////////////////////////////////////////////////////////////////*/
 
 .contactInfos {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     flex-wrap: wrap;
     font-family: 'Lato' , cursive;
     font-weight: 500;
 }
 
 .contactInfos > div {
     width:360px;
     padding:1.5rem;
 }
 .contactInfos > div h3{
     font-family: 'Lato', cursive;
     font-weight: 700;
 }
 
 .iframeMap {
     flex-grow: 1;
 }
 .contactInfos > div a{
     font-family: 'Lato', cursive;
     font-weight: 500;
     letter-spacing: 0.2em;
     text-decoration: none;
     display: block;
     margin:0.5rem 0;
 }
 .contactInfos > div a.pageLink{
     font-family: 'Lato', cursive;
     font-weight: 500;
     letter-spacing: 0;
     text-decoration: none;
     margin:2rem 0;
     text-align: center;
 }
 
 .serviceWheelSvg svg {
     max-height: 70vh;
 }
 
 /*////////////////////////////////////////////////////////////////////////////// CUSTOM SELECT //////////////////////////////////////////////////////////////////////////////*/
 
 
 .sectionColor01 #selectCountry {
     position: absolute;
     bottom: 4rem;
     left: 5rem;
     padding: 2.2rem 1.5rem;
     background-color: #3766BE;
     width: 300px;
     color: white;
     font-size: 0.9rem;
	 box-shadow: 0px 5px 5px #bbb;
 }
 

 .countrySelected {
    fill:#1f396b !important;
}

 #selectCountry h3 {
     text-transform: uppercase;
  }
 
 #selectCountry .select-selected {
   background-color: white;
     color:#1F396B;
     border-radius: 0rem;
     
 }
 
 /*style the arrow inside the select element:*/
 #selectCountry .select-selected:after {
     color:#1F396B;
   border-color: #1F396B transparent transparent transparent;
 }
 
 /*point the arrow upwards when the select box is open (active):*/
 #selectCountry .select-selected.select-arrow-active:after {
   border-color: transparent transparent #1F396B transparent;
 }
 
 /*style the items (options), including the selected item:*/
 #selectCountry .select-items div,.select-selected {
   color: #1F396B;
 }
 
 /*style items (options):*/
 #selectCountry .select-items {
   background-color: white;
     color:#1F396B;
     max-height: 200px;
     overflow-y: auto;
     max-width: calc(100%);
 }
 
 
 
 /*the container must be positioned relative:*/
 .custom-select {
   position: relative;
 }
 
 .custom-select select {
   display: none; /*hide original SELECT element:*/
 }
 
 .select-selected {
   background-color: #F0B45E;
     color:#1F396B;
     border-radius: 2rem;
 }
 
 /*style the arrow inside the select element:*/
 .select-selected:after {
     color:#1F396B;
   position: absolute;
   content: "";
   top: 20px;
   right: 20px;
   width: 0;
   height: 0;
   border: 6px solid transparent;
   border-color: #1F396B transparent transparent transparent;
 }
 
 /*point the arrow upwards when the select box is open (active):*/
 .select-selected.select-arrow-active:after {
   border-color: transparent transparent #1F396B transparent;
   top: 10px;
 }
 
 /*style the items (options), including the selected item:*/
 .select-items div,.select-selected {
   color: #1F396B;
     text-transform: uppercase;
     font-weight: 700;
   padding: 8px 16px;
   border: 1px solid transparent;
   border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
   cursor: pointer;
   user-select: none;
 }
 
 /*style items (options):*/
 .select-items {
   position: absolute;
   background-color: #F0B45E;
     color:#1F396B;
   top: 100%;
   left: 0;
   right: 0;
   z-index: 99;
     max-height: 200px;
     overflow-y: auto;
     max-width: calc(100% - 2rem);
     margin:auto;
 }
 
 /*hide the items when the select box is closed:*/
 .select-hide {
   display: none;
 }
 
 .select-items div:hover, .same-as-selected {
   background-color: rgba(0, 0, 0, 0.1);
 }
 
 
 #worldMapContainer{
     margin-bottom: 50px;
 }
 
 @media screen and (min-width:1500px) {
     #worldMapContainer{
         margin-bottom:0px;
     }
 }
 /* productCountrySelector */
 
 #productCountrySelector {
     display: flex;
     justify-content: flex-end;
     flex-wrap: wrap;
 }
 #productCountrySelector > div {
     margin-left:1rem;
 }
 #productFilter {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
 }
 #productFilter > div {
     margin-left:1rem;
 }
 
 .infoContainer {
    background-color: #fff;
 }
 
 
 
 /* COUTNRY MAP */
  :root {
             --countriesInnerColor: #f5f5f5;
             --countriesInnerColorActive: #F9E299;
             --countriesBorderColor: #f0d683;
             --countriesHoverColor: #3766BE;
         }
         
 
 
 #selectImport.selected ,  #selectExport.selected {
     background-color: #1F396B;
     color:#fff;
     border-radius: 1rem 1rem 0 0;
     text-transform: uppercase;
     font-weight: 700;
     padding: 8px 16px;
     border: 1px solid transparent;
     border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
     user-select: none;
     pointer-events: none;
 }
 #selectImport , #selectExport {
       background-color: #d0d0d0;
     color:#1F396B;
     border-radius: 1rem 1rem 0 0;
     text-transform: uppercase;
     font-weight: 700;
     padding: 8px 16px;
     border: 1px solid transparent;
     border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
     user-select: none;
 }
 
 #selectImport , #selectExport  {
     cursor: pointer;
 }
 
 #selectImport.selected , #selectExport.selected  {
     cursor: inherit;
 }
 
 .dualFlexRow {
     display: flex;
     flex-wrap: wrap;
     align-items: stretch;
 }
 
 .dualFlexRow > * {
     flex-basis: 400px;
     flex-grow: 1;
 }
 
 .highcharts-figure {
    padding: 0 68px;
    margin: 0 auto;
 }
  
 #containerYearByMonth svg {
    width: calc(100%);
    height: auto;
 }
  
 .dualFlexRow .highcharts-figure {
    padding: 0 19px !important;
 }
  
 .dualFlexRow .highcharts-figure {
    padding: 0 19px !important;
 }
 
 body path {
     transition: fill 0.2s ease;
 }
 
 body path.countryActive:hover {
     fill: var(--countriesHoverColor) !important;
     cursor: pointer;
 }
 
 path.selectedCountry {
     fill: var(--countriesHoverColor) !important;
 }
 
 .mapPin {
     position: absolute;
     height: 80px;
     width: 40px;
     transform: translate3d(-50%, -100%, 0);
 }
 
 .mapPin .pinCircle {
     height: 28px;
     width: 28px;
     border-radius: 100%;
     background-color: grey;
     left: 0;
     right: 0;
     margin: auto;
     position: relative;
 }
 
 .mapPin .pinBody {
     height: 60px;
     width: 5px;
     left: 0;
     right: 0;
     margin: auto;
     margin-top: -10px;
     background: grey;
 }
 
 .hidded {
     display: none;
 }
 
 .show {
     display: block !important;
 }
 
 
 
 
 
 
 
 
 /* FIGURE */ 
 
 #figure {
 background: #F9E299;
     position: relative;
     padding:2rem 0 6rem 0;
 }  
 
 .figureContainer {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
 }
 
 .figurePost {
 flex-basis: 50%;
 display: flex;
 align-items: center;
 margin-bottom: 2.5rem;
 }
 
 .figureIcon {
 flex-basis: 180px;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-shrink: 0;
 }      
 .figureIcon img{
 width: auto;
 max-height: 120px;
 height: auto;
 max-width: 120px;
 }  
 
 .figureTitle {
 font-family: 'Lato', sans-serif;
 font-weight: 800;
 font-size: 24px;
 line-height: 29px;
 text-transform: uppercase;
 color: #3766BE;
 text-decoration: none;
 letter-spacing: 0.03em;
 margin-bottom:0.7rem;
 }    
 .figureExcerpt {
 font-family: 'Lato', sans-serif;
 color: #1F396B;
 font-weight: 500;
 font-size: 18px;
 line-height: 21.5px;
 letter-spacing: 0.03em;
 }
 
 
 .wp-block-button.is-style-fill.style1 a {
     font-family: 'Lato', sans-serif;
     font-size: 18px;
     line-height: 21.5px;
     letter-spacing: 0.03em;
     font-style: italic;
     font-weight: 700;
     background:white !important;
     color:#F0B45E !important;
     border:1px solid transparent;
     transition: color .3s ease-in-out, background .3s ease-in-out;
 }
 
 .wp-block-button.is-style-fill.style1.active a ,
 .wp-block-button.is-style-fill.style1 a:hover {
     color:white !important;
     background:#F0B45E !important;
     border:1px solid transparent;
 }
 
 .yellowBlock {
     background: #F9E299;
     display: flex;
     padding: 1rem 0;
     flex-direction: column;
     align-items: center;
     justify-content: space-between;
 }
 .yellowBlock h2 {
     font-family: 'Lato', serif;
     font-size: 48px;
     font-style: normal;
     font-weight: 700;
     line-height: 58px;
     letter-spacing: 0.035em;
     text-align: center;
     text-decoration: none !important;
     margin-bottom: 0.5rem;
 }
 
 .yellowBlock .responsive-count:before {
     content:'';
     display: block;
     width:190px;
     height: 1px;
     background-color:#1F396B;
     transform: translateY(-15px);
     margin:auto;
 }
 .yellowBlock .responsive-count:first-of-type:before {
     content:'';
     display: block;
     width:190px;
     height: 1px;
     background-color:transparent;
     transform: translateY(-140%);
     margin:auto;
 }
 
 .yellowBlock p {
     font-family: 'Lato', serif;
     font-size: 24px;
     font-style: normal;
     font-weight: 400;
     line-height: 29px;
     letter-spacing: 0em;
     text-align: center;
     margin: 0;
     color:#1F396B;
 }
 .yellowBlock p.has-small-font-size {
     font-size: 11px;
     line-height: 18px;
 }
 
 .mxWidth700 {
     max-width: 700px;
 }
 
 .mxWidth450 {
     max-width: 450px;
 }
 
 .mxWidth550 {
     max-width: 550px;
 }
 
 .mgAuto {
     margin:auto;
 }
 
 .txtCenter {
     text-align: center;
 }
 
 #who-we-are .wp-block-column:not(:first-child) p {
     max-width: 450px;
 }
 
 #who-we-are {
     margin-bottom: 0;
	 padding-right: 2rem;
 }
 
 #who-we-are .wp-block-image {
     margin-bottom: 0;
     margin-top: 5rem;
 }
 
 #members {
     padding-top: 5rem;
 }
 
 @media screen and (max-width: 999px) {
     .mxWidth700 {
         max-width: 450px;
         margin-bottom: 5rem;
     }
     
     .figureIcon {
         flex-basis: 100px;
     }
	 
	 #who-we-are .wp-block-image img {
		object-fit: cover;
    	height: 300px;
	 }
	 
	 #members {
		 padding-top: 2rem;
	 }
	 
	 .policy-img-1 .wp-block-image img {
		 height: 250px;
		 object-fit: cover;
	 }
 }
 
 @media screen and (max-width: 767px) {
     .center-mobile {
         text-align: center;
     }
	 
	 .figurePost {
		 flex-basis: 100%;
	 }
	 
	 #who-we-are {
		 padding-right: 0;	
	 }
	 
	 #who-we-are .wp-block-column:last-child {
		 padding: 0 1rem;
	 }
	 
	 .memberContainer {
		 width: 100%;
	 }
 }
 
 /* SECRETARIAT */
 
 .secretariatMember {
     display:flex;
     align-items: center;
     flex-wrap: wrap;
 }
 
 @media screen and (min-width:800px) {
     .secretariatMember {
         width:50%;
     }
 }
 
 .secretariatContainer {
     display:flex;
     align-items: center;
     flex-wrap: wrap;
     justify-content: center;
     width: 85%;
     margin: auto;
     margin-bottom: 2rem;
 }
 
 .secretariatPicture {
     width:40%;
 }
 .secretariatInfos {
     width:60%;
     padding: 1.5rem;
 }
 .secretariatInfos > div {
     margin:1.2rem 0;
 }
 .name {
     font-family: 'Lato', serif;
     font-size: 18px;
     font-style: normal;
     font-weight: 300;
     line-height: 22px;
     letter-spacing: 0.035em;
     text-align: left;
     color:#292929;
 }
 
 .function {
     font-family: 'Lato', serif;
     font-size: 18px;
     font-style: normal;
     font-weight: 600;
     line-height: 22px;
     letter-spacing: 0.035em;
     text-align: left;
     color: #1F396B;
 }
 
 .phone {
   font-family: 'Lato', serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 19px;
     letter-spacing: 0.035em;
     text-align: left;
     color:#3766BE;
 }
 .mail {
     font-family: 'Lato', serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 19px;
     letter-spacing: 0.035em;
     text-align: left;
     color:#3766BE;
 
 }
 .textContainer {
     font-family: 'Lato', serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 19px;
     letter-spacing: 0em;
     text-align: left;
     color:#292929;
 }
 
@media screen and (max-width: 990px) {
	.secretariatContainer {
		width: 100%;
	}
	
	#Secretariat .wbWidth {
		padding: 0 2rem;
	}
	
	.secretariatContainer {
		width: 100%;
	}
	
	.secretariatMember {
		width: 50%;
	}
	
	.secretariatPicture {
		width: 33%;
	}
	
	.secretariatPicture img {
		object-fit: cover;
    	height: 190px;
	}
	
	.secretariatInfos {
		width: 67%;
		padding: 1rem;
	}
}
 
@media screen and (max-width: 767px) {
	#Secretariat .wbWidth {
		padding: 0 1rem;
	}
	
	.secretariatMember {
		width: 100%;
	}
}
 
 
 /* POLICY CONTAINER */
 
 .policyIconContainer .policyIcon:hover , .policyIcon.active {
     background:white;
     box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
     cursor: pointer;
     transition: all ease 0.5s;
	 border-radius: 10px 10px 0 0;
 }
 
 .policyIcon {
     transition: all ease 0.5s;
 }
 
 .policyIconContainer .policyIcon.active .policyIconTxt {
     color:#C5852B;
 }
 
 .policyIconContainer {
     display: flex;
     justify-content: center;
     align-items: stretch;
     background:#EDE0CE;
     border-radius: 1rem 1rem 0 0;
     width: fit-content;
     margin: auto;
     overflow: hidden;
     flex-wrap: wrap;
 }
 
 
 .policyIconContainerHome {
     display: flex;
     justify-content: center;
     align-items: stretch;
     border-radius: 1rem 1rem 0 0;
     width: fit-content;
     margin: auto;
     overflow: hidden;
     flex-wrap: wrap;
 }
 
 .policyIconTxt {
     font-family: 'Lato', serif;
     font-size: 18px;
     font-style: normal;
     font-weight: 300;
     line-height: 22px;
     letter-spacing: 0em;
     text-align: center;
     text-transform: uppercase;
     margin-bottom:1rem;
     pointer-events: none;
 }
 
 .policyIconImg {
     padding:1rem;
     pointer-events: none;
 }
 
 .policyIconImg img {
     pointer-events: none;
     max-width: 200px;
     border-radius: 1rem;
     overflow: hidden;
 }
 
 .policyContainer > div{
     opacity: 0;
     visibility: hidden;
     height: 0;
     overflow: hidden;
 }
 
 
 @media screen and (max-width: 999px) {
     .policyIconImg img {
         max-width: 150px;
     }
     
     .policyIcon {
         width: 25%;
     }
 }
 
 @media screen and (max-width: 767px) {
     .policyIconImg {
         padding: 0.5rem;
     }
     
     .policyIconImg img {
         max-width: 100%;
     }
	 
	 .policyIconTxt {
		 font-size: 14px;
	 }
	 
	 .policyContainer .wp-block-columns {
		 flex-direction: column-reverse;
	 }
	 
	 .home .policyIcon {
         width: 50%;
     }
 }
 
 
 /* EVENTS */
 .afd_event_small {
     margin-top: 2.5rem;
 }
 
 .afd_event_small_container {
     display: flex;
     align-items: stretch;
     justify-content: flex-start;
     min-height: 300px;
     margin-bottom: 100px;
 }

.afd_event_small_container:last-child {
	margin-bottom: 20px;
}
 
 @media screen and (min-width:1000px) {
     
     #full-events .afd_event_small_container {
         width:100%;
     }    
     #full-events .eventPicutre {
         flex-basis: 40%;
     }
     
     .afd_event_small_container {
         width:48%;
     }
     .afd_event_small {
         display: flex;
         justify-content: space-between;
         flex-wrap: wrap;
	 }
	 
	 .afd_event_small_container {
		 margin-bottom: 50px;
	 }
 }
 
 #events {
     padding: 2rem 0 9rem 0;
 }

.home #events {
	padding: 2rem 0 3rem 0;
}
 
 .events-text1 {
     max-width: 516px;
 }
 
 .events-text1 span {
     text-decoration: underline;
 }
 
 .eventArrow {
     font-size: 1rem;
     flex-shrink: 0;
     margin: 0 47px;
 }
 
 .eventPicutre {
     flex-basis: 220px;
     background-size: cover;
     background-position: center;
     flex-shrink: 0;
 }
 
 .eventInfos {
     background:white;
     border:1px solid #BDC6CA;
     border-left:0;
 }
 
 .eventpast .eventDate {
     padding: 17px 23px;
 }
 
 .eventpast .eventArrow {
     margin: 0 14px 0 8px;
 }
 
 .eventpast .eventTime {
     margin: 0 23px;
 }
 
 .eventpast .eventTitle {
     padding: 17px 23px;
 }
 
 .eventpast .eventDescription {
     padding: 20px 23px 70px 23px;
 }
 
 .events-title-past {
     padding: 0 3rem 4rem 3rem;
 }
 
 .eventDate {
     display: flex;
     align-items: center;
     font-family: 'Lato', serif;
     font-size: 36px;
     font-style: normal;
     font-weight: 700;
     line-height: 42px;
     letter-spacing: -0.02em;
     text-align: left;
     color: #3766BE;
     border-bottom: 1px solid #BDC6CA;
     padding: 34px 43px;
     transition: color 0.3s;
 }
 
 .afd_event_small_container:hover .eventDate,
 .afd_event_small_container:hover .eventTitle {
     color: #C5852B;
 }
 
 .eventTime {
     padding:0.5rem 0;
     border-bottom:1px solid #BDC6CA;
     font-family: 'Lato', serif;
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 22px;
     letter-spacing: 0.035em;
     text-align: left;
     color: #BDC6CA;
     margin: 0 43px;
 }
 
 .eventTitle {
     font-family: 'Lato', serif;
     font-size: 24px;
     font-style: normal;
     font-weight: 700;
     line-height: 28px;
     letter-spacing: 0.035em;
     text-align: left;
     color: #1F396B;
     padding: 21px 43px;
     transition: color 0.3s;
 
 }
 
 .eventDescription {
     font-family: 'Lato', serif;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 23px;
     letter-spacing: 0.025em;
     text-align: left;
     color: #292929;
     padding: 15px 43px 70px 43px;
 }

.eventDate a, .eventTitle a {
	color: unset;
    text-decoration: none;
}
 
 
 @media screen and (max-width: 999px) {
	 
	.eventcoming.wbWidth {
		padding: 0;
	}
	 
	 .eventcoming.afd_event_small {
		width: 100%;
	}
	 
     .afd_event_small {
         width: 95%;
         margin-left: auto;
         margin-right: auto;
     }
     
     .eventPicutre {
         flex-basis: 35%;
         height: auto;
     }
	 
	 .eventpast .afd_event_small_container {
		 display: block;
		 width: 47%;
	 }
	 
	 .eventpast .eventPicutre {
		height: 182px;
	}
	 
	 .eventpast.afd_event_small {
		width: 100%;
		display: flex;
    	justify-content: space-between;
		 flex-wrap: wrap;
	}
	 
	 .eventpast .wbWidth {
		padding: 0 1.5rem;
	}
	 
	 .eventpast .eventDescription {
		padding: 20px 23px 50px 23px;
	}
	 
	 .home #events {
		padding: 0;
		 padding-top: 2rem;
	}
	

 }
 
 @media screen and (max-width: 767px) {
     .eventDate,
     .eventTitle {
         padding: 0.5rem;
     }
     
     .eventTime {
         margin: 0 0.5rem;
     }
     
     .eventDescription {
         padding: 0 0.5rem;
     }
     
     .tribe-events-cal-links {
         justify-content: center;
         flex-wrap:wrap;
     }
     
     .pageLink, 
     .pageLink:visited, 
     .pageLink:focus {
         margin-top: 1rem;
     }
     
     .tribe-events-button.pageLink {
         margin-left: 0;
     }
     
     .tribe-events-cal-links {
         padding-right: 0.5rem;
         padding-bottom: 0.5rem;
     }
     
     .eventDate {
         font-size: 32px;
         line-height: 34px;
     }
	 
	 .events-text1 {
		max-width: 100%;
		margin: 1rem;
		padding:  0;
	}
	 
	 .eventpast.afd_event_small {
		display: block;
	}
	 
	 .eventpast .afd_event_small_container {
		width: 100%;
	}
	 
	 .eventpast .eventDescription {
		padding: 0px 23px 34px 23px;
	}
	 
	 .events-title-past {
		padding: 0 3rem 1rem 3rem;
		margin: 0 0 0 0;
	}
	 
	 .eventcoming .afd_event_small_container {
		 display: block;
		 width: 100%;
	 }
	 
	 .eventcoming .eventPicutre {
		height: 182px;
	}
	 
	 .eventcoming.afd_event_small {
		width: 100%;
		display: block;
	}
	 
	 .eventcoming .eventDate {
		padding: 17px 23px;
	}
	 
	 .eventcoming .eventTime {
		margin: 0 23px;
	}
	 
	 .eventcoming .eventTitle {
		padding: 17px 23px;
	}
	 
	 .eventcoming .eventDescription {
		padding: 0px 23px 34px 23px;
	}
	 
	 .eventcoming .eventArrow {
		margin: 0 14px 0 8px;
	}
 }
 
 
 /* LOGIN */
 
     .register-message {
         background:#1F396B;
         color:white;
         width:100%;
         padding:0.5rem;
         font-weight: bold;
     }
     
     #newPasswordValidatorSpan {
         display: flex;
         flex-wrap: wrap;
         font-size: 0.8rem;
     }
     
     .site-main {
         overflow: hidden;
     }
     
     .createAccountForm {
         display: flex;
         justify-content: center;
         flex-wrap: wrap;
         align-items: center;
     }    
     .createAccountForm > * {
         flex-basis: 100%;
         margin:0;
         margin-bottom:0.5rem;
     }
     
     .createAccountForm input{
         padding:0.5rem;
         margin-right: 0;
     }
 
     .createAccountForm #new_user_first_name {
         background: #FFFFFF;
         border: 1px solid #BDC6CA;
         box-sizing: border-box;
         border-radius: 5px;
     }
 
     .createAccountForm #new_user_last_name {
         background: #FFFFFF;
         border: 1px solid #BDC6CA;
         box-sizing: border-box;
         border-radius: 5px;
     }
 
     .createAccountForm #new_user_email {
         background: #FFFFFF;
         border: 1px solid #BDC6CA;
         box-sizing: border-box;
         border-radius: 5px;
     }
 
     .createAccountForm #new_user_password {
         background: #FFFFFF;
         border: 1px solid #BDC6CA;
         box-sizing: border-box;
         border-radius: 5px;
     }
 
     #register-button {
         filter: none !important;
         background: #fff;
         font-family: 'Lato', serif;
         font-size: 18px;
         letter-spacing: 0.035em;
         color: #C5852B;
         padding: 16px 32px;
         border: 1px solid #C5852B;
         margin-top: 58px;
         margin: 2rem 9rem 2rem 9rem;
     }
     
     .loginMain {
         display: flex;
         justify-content: space-between;
         align-items: stretch;
         flex-wrap: wrap;
         min-height: 80vh;
      
     }    
     .loginMain > div {
            padding:5rem 2rem;
         flex-basis: 100%;
     }   
     @media screen and (min-width:800px) {
         .loginMain > div {
             flex-basis: 50%;
         }
         
     }
     
     .adminPannelLink {
         position: relative;
     }
     .adminPannelLink{
         color:var(--main-bg-color);
         transition: all ease 0.25s;
     }
     .adminPannelLink a {
         text-decoration: none;
         position: absolute;
         width:100%;
         height:100%;
         color:inherit;
         top:0;
         left:0;
     }
     .adminPannelLink:hover {
         background:var(--btnColor05);
         color:var(--main-bg-txt);
     }
     
     .usericon {
         margin:1rem !important;
     }
     
     .joinUsLink {
         width:100%;
         font-size: 0.9rem;
         text-align: center;
         margin-top:1rem;
     }
     .joinUsLink strong {
         margin-right:1rem;
     }
     
     .tabs_login li.active_login a{
         background:var(--btnColor04);
         color:var(--btnColor04Txt);
     }
     .tabs_login li a{
         background:var(--btnColor04Hover);
         color:var(--btnColor04Txt);
     }
     
     #loginContainer {
         display: flex;
         justify-content: center;
         flex-wrap: wrap;
         padding: 2rem;
         max-width: 480px;
         margin: 5rem auto;
     }    
     
     .createAccount {
         background: #FBF9FF;
         display: flex;
         justify-content: center;
         align-items: center;
         
     }
     #createAccountContainer {
         display: none;
         justify-content: center;
         flex-wrap: wrap;
         padding: 2rem;
         max-width: 480px;
         margin: auto;
         background: #fff;
     }
     
     #loginContainer input {
         width:100%;
     }
     #loginContainer input.uk-checkbox {
         width:40px;
         height:40px;
     }
     #loginContainer p {
         font-size: 0.75rem;
         color:var(--secondary-txt-color);
     }
     #loginContainer form {
     margin:2rem 0;
     }
     #loginContainer input {
     min-height: 40px;
     }
     #loginContainer  input[type="submit"]  {
     border:none;
     }
     
 /* tabbed list */
 ul.tabs_login {
     padding: 0;
     position: relative;
     list-style: none;
     font-size: 14px;
     float: left;
 }
 
 #login-register-password .tabs_login {
     width: 100%;
     display: flex;
     justify-content: space-between;
     padding: 0 11px;
     margin: 1rem 0;
 }
 
 ul.tabs_login li {
     line-height: 28px;
     height: 28px;
     padding: 0;
     margin: 0 5px 4px 0;
     position: relative;
     overflow: hidden;
     float: left;
     background: #fbf9ff;
     font-family: 'Lato', serif;
     font-style: normal;
     font-weight: normal;
     font-size: 16px;
     letter-spacing: 0.035em;
     text-decoration-line: underline;
     color: #1F396B;
 }
 ul.tabs_login li a {
     text-decoration: none;
     padding: 0 10px;
     display: block;
     outline: none;
 }
 
 html body ul.tabs_login li.active_login a { font-weight: bold; }
 .tab_container_login {
     background: #FBF9FF;
     position: relative;
     margin: 0 0 20px 0;
     float: left;
     width: 100%;
     top: -1px;
 }
 .tab_content_login {
     padding: 7px 15px 15px 15px;
     padding-top: 10px;
 }
 .tab_content_login ul {
     padding: 0; margin: 0 0 0 15px;
 }
 .tab_content_login li { margin: 5px 0; }
 /* global styles */
 #login-register-password h3 {
     border: 0 none;
     margin: 10px 0;
     padding: 0;
 }
 #login-register-password p {
     margin: 0 0 15px 0;
     padding: 0;
 }
 /* form elements */
 .wp-user-form {}
 .username, .password, .login_fields {
     margin: 7px 0 0 0;
     overflow: hidden;
     width: 100%;
 }
     
     .username {
         margin:2rem 0;
     }
 .username label, .password label { 
     float: left; 
     clear: none; 
     width: 100%;
     font-family: 'Lato', serif;
     font-style: normal;
     font-weight: 300;
     font-size: 18px;
     line-height: 22px;
     text-transform: uppercase;
     color: #1F396B;
     padding-bottom: 10px;
 }
 
 .username input, .password input { 
     font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
     float: left; 
     clear: none; 
     width: 200px; 
     padding: 2px 3px; 
     color: #777;
     background: #FFFFFF;
     border: 1px solid #BDC6CA;
     box-sizing: border-box;
     border-radius: 5px;
 }
 
 .rememberme { overflow: hidden; width: 100%; margin: 15px; display: flex; line-height: 40px; }
 .user-submit { padding: 5px 10px; margin: 5px 0; }
 .userinfo { float: left; clear: none; width: 75%; margin-bottom: 10px; }
 .userinfo p { 
 margin-left: 10px; 
 }
 .usericon { float: left; clear: none; width: 15%; margin: 0 0 10px 22px; }
 .usericon img {
     border: 1px solid #F4950E;
     padding: 1px;
 }
     
     
     
     
     
     
     #logedContainer {
         flex-basis: 100%;
     padding: 0;
 
     }
     
     
     #logedContainer #login-register-password{
         display:flex;
         align-items: center;
         width:100%;
         padding:2rem;
         background-image: url(https://www.eucolait.eu/wp-content/uploads/2021/06/web_coverimage-01.png);
         background-size: cover;
         background-position: center;
     }  
         
     #logedContainer #loginPicture{
         display:none;
     }          
     #logedContainer .usericon{
         display:none;
     }  
     #logedContainer .sidebox{
         display:flex;
         align-items: center;
         width:100%;
     }  
     #logedContainer h3{
         display:none;
     }  
     
     #logedContainer .userinfo{
         width:100%;
         display:flex;
         align-items: center;
         justify-content: space-between;
         margin:0;
     }      
     #logedContainer .userinfo p{
         margin:0;
         margin-left:1rem;
     }  
     
     
     
     
     
 
 /* MAP  */
 
 #containerTopExport .highcharts-background {
   fill: #1F396B;
 }
 
 #containerTopExport .highcharts-plot-border, .highcharts-plot-background {
   fill: none;
 }
 
 #containerTopExport .highcharts-label-box {
   fill: none;
 }
 
 #containerTopExport .highcharts-button-box {
   fill: inherit;
 }
 
 #containerTopExport .highcharts-tracker-line {
   stroke-linejoin: round;
   stroke: rgba(192, 192, 192, 0.0001);
   stroke-width: 22;
   fill: none;
 }
 
 #containerTopExport .highcharts-tracker-area {
   fill: rgba(192, 192, 192, 0.0001);
   stroke-width: 0;
 }
 
 /* Titles */
 #containerTopExport .highcharts-title {
   fill: #fff !important;
 }
 #containerTopExport .highcharts-a11y-proxy-button {
   fill: #fff !important;
     color:white !important;
 }
 
 #containerTopExport .highcharts-subtitle {
   fill: #fff !important;
 }
 
 /* Axes */
 #containerTopExport .highcharts-axis-line {
   fill: none;
   stroke: #ccd6eb;
 }
 
 #containerTopExport .highcharts-yaxis .highcharts-axis-line {
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-axis-title {
   fill: #fff;
 }
 
 #containerTopExport .highcharts-axis-labels {
   fill: #fff;
   cursor: default;
   font-size: 0.9em;
 }
 
 #containerTopExport .highcharts-grid-line {
   fill: none;
   stroke: #e6e6e6;
 }
 
 #containerTopExport .highcharts-xaxis-grid .highcharts-grid-line {
   stroke-width: 0px;
 }
 
 #containerTopExport .highcharts-tick {
   stroke: #ccd6eb;
 }
 
 #containerTopExport .highcharts-yaxis .highcharts-tick {
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-minor-grid-line {
   stroke: #f2f2f2;
 }
 
 #containerTopExport .highcharts-crosshair-thin {
   stroke-width: 1px;
   stroke: #cccccc;
 }
 
 #containerTopExport .highcharts-crosshair-category {
   stroke: #ccd6eb;
   stroke-opacity: 0.25;
 }
 
 /* Credits */
 #containerTopExport .highcharts-credits {
   cursor: pointer;
   fill: #999999;
   font-size: 0.7em;
   transition: fill 250ms, font-size 250ms;
 }
 
 #containerTopExport .highcharts-credits:hover {
   fill: black;
   font-size: 1em;
 }
 
 /* Tooltip */
 #containerTopExport .highcharts-tooltip {
   cursor: default;
   pointer-events: none;
   white-space: nowrap;
   transition: stroke 150ms;
 }
 
 #containerTopExport .highcharts-tooltip text {
   fill: #333333;
 }
 
 #containerTopExport .highcharts-tooltip .highcharts-header {
   font-size: 0.85em;
 }
 
 #containerTopExport .highcharts-tooltip-box {
   stroke-width: 1px;
   fill: #f7f7f7;
   fill-opacity:1;
 }
 
 #containerTopExport .highcharts-tooltip-box .highcharts-label-box {
   fill: #f7f7f7;
   fill-opacity: 0.85;
 }
 
 #containerTopExport  div.highcharts-tooltip {
   filter: none;
 }
 
 #containerTopExport .highcharts-selection-marker {
   fill: #335cad;
   fill-opacity: 0.25;
 }
 
 #containerTopExport .highcharts-graph {
   fill: none;
   stroke-width: 2px;
   stroke-linecap: round;
   stroke-linejoin: round;
 }
 
 #containerTopExport .highcharts-empty-series {
   stroke-width: 1px;
   fill: none;
   stroke: #cccccc;
 }
 
 #containerTopExport .highcharts-state-hover .highcharts-graph {
   stroke-width: 3;
 }
 
 #containerTopExport .highcharts-point-inactive {
   opacity: 0.2;
   transition: opacity 50ms;
   /* quick in */
 }
 
 #containerTopExport .highcharts-series-inactive {
   opacity: 0.2;
   transition: opacity 50ms;
   /* quick in */
 }
 
 #containerTopExport .highcharts-state-hover path {
   transition: stroke-width 50ms;
   /* quick in */
 }
 
 #containerTopExport .highcharts-state-normal path {
   transition: stroke-width 250ms;
   /* slow out */
 }
 
 /* Legend hover affects points and series */
 #containerTopExport  g.highcharts-series, #containerTopExport 
 .highcharts-point, #containerTopExport 
 .highcharts-markers, #containerTopExport 
 .highcharts-data-labels {
   transition: opacity 250ms;
 }
 
 #containerTopExport  .highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
 #containerTopExport  .highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
 #containerTopExport  .highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
 #containerTopExport  .highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
   opacity: 0.2;
 }
 
 /* Series options */
 /* Default colors */
 #containerTopExport .highcharts-color-0 {
   fill: #7cb5ec;
   stroke: #7cb5ec;
   
 }
 
 #containerTopExport .highcharts-color-1 {
   fill: #3766BE;
   stroke: #3766BE;
 }
 
 #containerTopExport .highcharts-color-2 {
   fill: #6d94dd;
   stroke: #6d94dd;
 }
 
 #containerTopExport .highcharts-color-3 {
   fill: #F0B45E;
   stroke: #F0B45E;
 }
 
 #containerTopExport .highcharts-color-4 {
   fill: #CCC;
   stroke: #CCC;
 }
 
 #containerTopExport .highcharts-color-5 {
   fill: #939393;
   stroke: #939393;
 }
 
 #containerTopExport .highcharts-color-6 {
   fill: #e4d354;
   stroke: #e4d354;
 }
 
 #containerTopExport .highcharts-color-7 {
   fill: #2b908f;
   stroke: #2b908f;
 }
 
 #containerTopExport .highcharts-color-8 {
   fill: #f45b5b;
   stroke: #f45b5b;
 }
 
 #containerTopExport .highcharts-color-9 {
   fill: #91e8e1;
   stroke: #91e8e1;
 }
 
 #containerTopExport .highcharts-area {
   fill-opacity: 0.75;
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-markers {
   stroke-width: 1px;
   stroke: #ffffff;
 }
 
 #containerTopExport  .highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
 #containerTopExport  .highcharts-a11y-marker-hidden {
   opacity: 0;
 }
 
 #containerTopExport .highcharts-point {
   stroke-width: 1px;
 }
 
 #containerTopExport .highcharts-dense-data .highcharts-point {
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-data-label {
   font-size: 0.9em;
   font-weight: bold;
 }
 
 #containerTopExport .highcharts-data-label-box {
   fill: none;
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-data-label text, text.highcharts-data-label {
   fill: #333333;
 }
 
 #containerTopExport .highcharts-data-label-connector {
   fill: none;
 }
 
 #containerTopExport .highcharts-data-label-hidden {
   pointer-events: none;
 }
 
 #containerTopExport .highcharts-halo {
   fill-opacity: 0.25;
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
 #containerTopExport .highcharts-markers .highcharts-point-select {
   fill: #c3c3c3;
   /*stroke: #000000;*/
 }
 
 #containerTopExport .highcharts-column-series rect.highcharts-point {
   stroke: #ffffff;
 }
 
 #containerTopExport .highcharts-column-series .highcharts-point {
   transition: fill-opacity 250ms;
 }
 
 #containerTopExport .highcharts-column-series .highcharts-point-hover {
   fill-opacity: 0.75;
   transition: fill-opacity 50ms;
 }
 
 #containerTopExport .highcharts-pie-series .highcharts-point {
   stroke-linejoin: round;
   stroke: #1F396B;
 }
 
 #containerTopExport .highcharts-pie-series .highcharts-point-hover {
   fill-opacity: 0.9;
   transition: fill-opacity 50ms;
 }
 
 #containerTopExport .highcharts-funnel-series .highcharts-point {
   stroke-linejoin: round;
   stroke: #ffffff;
 }
 
 #containerTopExport .highcharts-funnel-series .highcharts-point-hover {
   fill-opacity: 0.9;
   transition: fill-opacity 50ms;
 }
 
 #containerTopExport .highcharts-funnel-series .highcharts-point-select {
   fill: inherit;
   stroke: inherit;
 }
 
 #containerTopExport .highcharts-pyramid-series .highcharts-point {
   stroke-linejoin: round;
   stroke: #ffffff;
 }
 
 #containerTopExport .highcharts-pyramid-series .highcharts-point-hover {
   fill-opacity: 0.75;
   transition: fill-opacity 50ms;
 }
 
 #containerTopExport .highcharts-pyramid-series .highcharts-point-select {
   fill: inherit;
   stroke: inherit;
 }
 
 #containerTopExport .highcharts-solidgauge-series .highcharts-point {
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-treemap-series .highcharts-point {
   stroke-width: 1px;
   stroke: #e6e6e6;
   transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
 }
 
 #containerTopExport .highcharts-treemap-series .highcharts-point-hover {
   stroke: #999999;
   transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
 }
 
 #containerTopExport .highcharts-treemap-series .highcharts-above-level {
   display: none;
 }
 
 #containerTopExport .highcharts-treemap-series .highcharts-internal-node {
   fill: none;
 }
 
 #containerTopExport .highcharts-treemap-series .highcharts-internal-node-interactive {
   fill-opacity: 0.15;
   cursor: pointer;
 }
 
 #containerTopExport .highcharts-treemap-series .highcharts-internal-node-interactive:hover {
   fill-opacity: 0.75;
 }
 
 #containerTopExport .highcharts-vector-series .highcharts-point {
   fill: none;
   stroke-width: 2px;
 }
 
 #containerTopExport .highcharts-windbarb-series .highcharts-point {
   fill: none;
   stroke-width: 2px;
 }
 
 #containerTopExport .highcharts-lollipop-stem {
   stroke: #000000;
 }
 
 #containerTopExport .highcharts-focus-border {
   fill: none;
   stroke-width: 2px;
 }
 
 #containerTopExport .highcharts-legend-item-hidden .highcharts-focus-border {
   fill: none !important;
 }
 
 /* Legend */
 #containerTopExport .highcharts-legend-box {
   fill: none;
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-legend-item > text {
   fill: #fff !important;
   font-size: 1em;
   cursor: pointer;
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-legend-item:hover text {
   fill: #fff;
 }
 
 #containerTopExport .highcharts-legend-item-hidden * {
   fill: #cccccc !important;
   stroke: #cccccc !important;
   transition: fill 250ms;
 }
 
 #containerTopExport .highcharts-legend-nav-active {
   fill: #003399;
   cursor: pointer;
 }
 
 #containerTopExport .highcharts-legend-nav-inactive {
   fill: #cccccc;
 }
 
 #containerTopExport circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
   /* tracker */
   fill: rgba(192, 192, 192, 0.0001);
 }
 
 #containerTopExport .highcharts-legend-title-box {
   fill: none;
   stroke-width: 0;
 }
 
 /* Bubble legend */
 #containerTopExport .highcharts-bubble-legend-symbol {
   stroke-width: 2;
   fill-opacity: 0.5;
 }
 
 #containerTopExport .highcharts-bubble-legend-connectors {
   stroke-width: 1;
 }
 
 #containerTopExport .highcharts-bubble-legend-labels {
   fill: #333333;
 }
 
 /* Loading */
 #containerTopExport .highcharts-loading {
   position: absolute;
   background-color: #ffffff;
   opacity: 0.5;
   text-align: center;
   z-index: 10;
   transition: opacity 250ms;
 }
 
 #containerTopExport .highcharts-loading-hidden {
   height: 0 !important;
   opacity: 0;
   overflow: hidden;
   transition: opacity 250ms, height 250ms step-end;
 }
 
 #containerTopExport .highcharts-loading-inner {
   font-weight: bold;
   position: relative;
   top: 45%;
 }
 
 /* Plot bands and polar pane backgrounds */
 #containerTopExport .highcharts-plot-band, #containerTopExport .highcharts-pane {
   fill: #000000;
   fill-opacity: 0.05;
 }
 
 #containerTopExport .highcharts-plot-line {
   fill: none;
   stroke: #999999;
   stroke-width: 1px;
 }
 
 /* Highcharts More and modules */
 #containerTopExport .highcharts-boxplot-box {
   fill: #ffffff;
 }
 
 #containerTopExport .highcharts-boxplot-median {
   stroke-width: 2px;
 }
 
 #containerTopExport .highcharts-bubble-series .highcharts-point {
   fill-opacity: 0.5;
 }
 
 #containerTopExport .highcharts-errorbar-series .highcharts-point {
   stroke: #000000;
 }
 
 #containerTopExport .highcharts-gauge-series .highcharts-data-label-box {
   stroke: #cccccc;
   stroke-width: 1px;
 }
 
 #containerTopExport .highcharts-gauge-series .highcharts-dial {
   fill: #000000;
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-polygon-series .highcharts-graph {
   fill: inherit;
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-waterfall-series .highcharts-graph {
   stroke: #333333;
   stroke-dasharray: 1, 3;
 }
 
 #containerTopExport .highcharts-sankey-series .highcharts-point {
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-sankey-series .highcharts-link {
   transition: fill 250ms, fill-opacity 250ms;
   fill-opacity: 0.5;
 }
 
 #containerTopExport .highcharts-sankey-series .highcharts-point-hover.highcharts-link {
   transition: fill 50ms, fill-opacity 50ms;
   fill-opacity: 1;
 }
 
 #containerTopExport .highcharts-venn-series .highcharts-point {
   fill-opacity: 0.75;
   stroke: #cccccc;
   transition: stroke 250ms, fill-opacity 250ms;
 }
 
 #containerTopExport .highcharts-venn-series .highcharts-point-hover {
   fill-opacity: 1;
   stroke: #cccccc;
 }
 
 /* Highstock */
 #containerTopExport .highcharts-navigator-mask-outside {
   fill-opacity: 0;
 }
 
 #containerTopExport .highcharts-navigator-mask-inside {
   fill: #6685c2;
   /* navigator.maskFill option */
   fill-opacity: 0.25;
   cursor: ew-resize;
 }
 
 #containerTopExport .highcharts-navigator-outline {
   stroke: #cccccc;
   fill: none;
 }
 
 #containerTopExport .highcharts-navigator-handle {
   stroke: #cccccc;
   fill: #f2f2f2;
   cursor: ew-resize;
 }
 
 #containerTopExport .highcharts-navigator-series {
   fill: #335cad;
   stroke: #335cad;
 }
 
 #containerTopExport .highcharts-navigator-series .highcharts-graph {
   stroke-width: 1px;
 }
 
 #containerTopExport .highcharts-navigator-series .highcharts-area {
   fill-opacity: 0.05;
 }
 
 #containerTopExport .highcharts-navigator-xaxis .highcharts-axis-line {
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-navigator-xaxis .highcharts-grid-line {
   stroke-width: 1px;
   stroke: #e6e6e6;
 }
 
 #containerTopExport .highcharts-navigator-xaxis.highcharts-axis-labels {
   fill: #999999;
 }
 
 #containerTopExport .highcharts-navigator-yaxis .highcharts-grid-line {
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-scrollbar-thumb {
   fill: #cccccc;
   stroke: #cccccc;
   stroke-width: 1px;
 }
 
 #containerTopExport .highcharts-scrollbar-button {
   fill: #e6e6e6;
   stroke: #cccccc;
   stroke-width: 1px;
 }
 
 #containerTopExport .highcharts-scrollbar-arrow {
   fill: #666666;
 }
 
 #containerTopExport .highcharts-scrollbar-rifles {
   stroke: #666666;
   stroke-width: 1px;
 }
 
 #containerTopExport .highcharts-scrollbar-track {
   fill: #f2f2f2;
   stroke: #f2f2f2;
   stroke-width: 1px;
 }
 
 #containerTopExport .highcharts-button {
   fill: #f7f7f7;
   stroke: #cccccc;
   cursor: default;
   stroke-width: 1px;
   transition: fill 250ms;
 }
 
 #containerTopExport .highcharts-button text {
   fill: #333333;
 }
 
 #containerTopExport .highcharts-button-hover {
   transition: fill 0ms;
   fill: #e6e6e6;
   stroke: #cccccc;
 }
 
 #containerTopExport .highcharts-button-hover text {
   fill: #333333;
 }
 
 #containerTopExport .highcharts-button-pressed {
   font-weight: bold;
   fill: #e6ebf5;
   stroke: #cccccc;
 }
 
 #containerTopExport .highcharts-button-pressed text {
   fill: #333333;
   font-weight: bold;
 }
 
 #containerTopExport .highcharts-button-disabled text {
   fill: #333333;
 }
 
 #containerTopExport .highcharts-range-selector-buttons .highcharts-button {
   stroke-width: 0px;
 }
 
 #containerTopExport .highcharts-range-label rect {
   fill: none;
 }
 
 #containerTopExport .highcharts-range-label text {
   fill: #666666;
 }
 
 #containerTopExport .highcharts-range-input rect {
   fill: none;
 }
 
 #containerTopExport .highcharts-range-input text {
   fill: #333333;
 }
 
 #containerTopExport .highcharts-range-input {
   stroke-width: 1px;
   stroke: #cccccc;
 }
 
 #containerTopExport input.highcharts-range-selector {
   position: absolute;
   border: 0;
   width: 1px;
   /* Chrome needs a pixel to see it */
   height: 1px;
   padding: 0;
   text-align: center;
   left: -9em;
   /* #4798 */
 }
 
 #containerTopExport .highcharts-crosshair-label text {
   fill: #ffffff;
   font-size: 1.1em;
 }
 
 #containerTopExport .highcharts-crosshair-label .highcharts-label-box {
   fill: inherit;
 }
 
 #containerTopExport .highcharts-candlestick-series .highcharts-point {
   stroke: #000000;
   stroke-width: 1px;
 }
 
 #containerTopExport .highcharts-candlestick-series .highcharts-point-up {
   fill: #ffffff;
 }
 
 #containerTopExport .highcharts-ohlc-series .highcharts-point-hover {
   stroke-width: 3px;
 }
 
 #containerTopExport .highcharts-flags-series .highcharts-point .highcharts-label-box {
   stroke: #999999;
   fill: #ffffff;
   transition: fill 250ms;
 }
 
 #containerTopExport .highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
   stroke: #000000;
   fill: #ccd6eb;
 }
 
 #containerTopExport .highcharts-flags-series .highcharts-point text {
   fill: #000000;
   font-size: 0.9em;
   font-weight: bold;
 }
 
 /* Highmaps */
 #containerTopExport .highcharts-map-series .highcharts-point {
   transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
   stroke: #cccccc;
 }
 
 #containerTopExport .highcharts-map-series .highcharts-point-hover {
   transition: fill 0ms, fill-opacity 0ms;
   fill-opacity: 0.5;
   stroke-width: 2px;
 }
 
 #containerTopExport .highcharts-mapline-series .highcharts-point {
   fill: none;
 }
 
 #containerTopExport .highcharts-heatmap-series .highcharts-point {
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-map-navigation {
   font-size: 1.3em;
   font-weight: bold;
   text-align: center;
 }
 
 #containerTopExport .highcharts-coloraxis {
   stroke-width: 0;
 }
 
 #containerTopExport .highcharts-coloraxis-marker {
   fill: #999999;
 }
 
 #containerTopExport .highcharts-null-point {
   fill: #f7f7f7;
 }
 
 /* 3d charts */
 #containerTopExport .highcharts-3d-frame {
   fill: transparent;
 }
 
 /* Exporting module */
 #containerTopExport .highcharts-contextbutton {
   fill: #ffffff;
   /* needed to capture hover */
   stroke: none;
   stroke-linecap: round;
 }
 
 #containerTopExport .highcharts-contextbutton:hover {
   fill: #e6e6e6;
   stroke: #e6e6e6;
 }
 
 #containerTopExport .highcharts-button-symbol {
   stroke: #666666;
   stroke-width: 3px;
 }
 
 #containerTopExport .highcharts-menu {
   border: 1px solid #999999;
   background: #ffffff;
   padding: 5px 0;
 /*  box-shadow: 3px 3px 10px #888;*/
 }
 
 #containerTopExport .highcharts-menu-item {
   padding: 0.5em 1em;
   background: none;
   color: #333333;
   cursor: pointer;
   transition: background 250ms, color 250ms;
 }
 
 #containerTopExport .highcharts-menu-item:hover {
   background: #335cad;
   color: #ffffff;
 }
 
 /* Drilldown module */
 #containerTopExport .highcharts-drilldown-point {
   cursor: pointer;
 }
 
 #containerTopExport .highcharts-drilldown-data-label text,
 #containerTopExport text.highcharts-drilldown-data-label,
 #containerTopExport .highcharts-drilldown-axis-label {
   cursor: pointer;
   fill: #003399;
   font-weight: bold;
   text-decoration: underline;
 }
 
 /* No-data module */
 #containerTopExport .highcharts-no-data text {
   font-weight: bold;
   font-size: 12px;
   fill: #666666;
 }
 
 /* Drag-panes module */
 #containerTopExport .highcharts-axis-resizer {
   cursor: ns-resize;
   stroke: black;
   stroke-width: 2px;
 }
 
 /* Bullet type series */
 #containerTopExport .highcharts-bullet-target {
   stroke-width: 0;
 }
 
 /* Lineargauge type series */
 #containerTopExport .highcharts-lineargauge-target {
   stroke-width: 1px;
   stroke: #333333;
 }
 
 #containerTopExport .highcharts-lineargauge-target-line {
   stroke-width: 1px;
   stroke: #333333;
 }
 
 /* Annotations module */
 #containerTopExport .highcharts-annotation-label-box {
   stroke-width: 1px;
   stroke: #000000;
   fill: #000000;
   fill-opacity: 0.75;
 }
 
 #containerTopExport .highcharts-annotation-label text {
   fill: #e6e6e6;
 }
 
 /* Gantt */
 #containerTopExport .highcharts-treegrid-node-collapsed, .highcharts-treegrid-node-expanded {
   cursor: pointer;
 }
 
 #containerTopExport .highcharts-point-connecting-path {
   fill: none;
 }
 
 #containerTopExport .highcharts-grid-axis .highcharts-tick {
   stroke-width: 1px;
 }
 
 #containerTopExport .highcharts-grid-axis .highcharts-axis-line {
   stroke-width: 1px;
 }
 
 #container {
     height: 400px;
     max-width: 800px;
     margin: 0 auto;
 }
 #containerTopExport .highcharts-title {
     fill: #fff;
 }
 #containerTopExport .highcharts-subtitle {
     fill: #fff;
 }
 #containerTopExport .highcharts-caption {
     fill: #fff;
 }    
 
 .wp-block-button__link {
     padding: .4em 1.333em
 }
 

/* LOGIN */


.login-title-members {
  text-align: center;
  font-family: 'Lato', serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.035em;
  color: #1F396B;
}

#tab1_login .login_fields {
  width: 36%;
  margin: auto;
}

#tab1_login .login_fields .user-submit {
  font-family: 'Lato', serif;
  font-size: 18px;
  letter-spacing: 0.035em;
  color: #C5852B;
  padding: 16px 32px;
  border: 1px solid #C5852B;
  background: #FBF9FF;
  margin-top: 58px;
}

#tab3_login .login_fields {
  width: 50%;
  margin: auto;
}

#tab3_login .login_fields .user-submit {
  font-family: 'Lato', serif;
  font-size: 18px;
  letter-spacing: 0.035em;
  color: #C5852B;
  padding: 16px 32px;
  border: 1px solid #C5852B;
  background: #FBF9FF;
  margin-top: 25px;
}

.page-template-template-login .loginMain {
  background: #fff;
}

.page-template-template-login #loginContainer {
  background: #FBF9FF;
}

.login-p-members {
  text-align: center;
  color: #1F396B !important;
  margin-bottom: 3rem !important;
  font-size: 16px !important;
}

.createAccount .joinUsLink {
  font-family: 'Lato', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #1F396B;
}

.createAccount .joinUsLink a {
  color: #1F396B;
}


/* Animation Slide In Up */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
  @-webkit-keyframes slideInUp {
	  0% {
	  -webkit-transform: translateY(100%);
	  transform: translateY(100%);
	  visibility: visible;
	  }
	  100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  }
  }
  @keyframes slideInUp {
	  0% {
	  -webkit-transform: translateY(100%);
	  transform: translateY(100%);
	  visibility: visible;
	  }
	  100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	  }
  } 




/* INPUT XLS */

   #uploadXLS {
            width:100%;
            padding: 4rem 2rem;
            background:#F9E299;
            margin:3rem auto;
        }  
        #uploadXLS form{
            display: flex;
            width:100%;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        } 
        #uploadXLS form input{
            margin-bottom:2rem;
        }    
        
        input.xls.pageLink {
            font-weight: 500;
            border: 2px solid #3766BE;
            color: #3766BE;
            width: auto;
            font-size: 16px;
            margin-top: 2rem;
            text-decoration: none;
            padding: 11px 24px;
            transition: all ease 0.5s;
            border-radius: 0.5rem;
        }         
        input.xls.pageLink:hover {
            color: #fff;
        }       
        
        .uploadMsg {
            text-align: center;
            padding:1.5rem 0;
            width:100%;
            background:rgba(255, 255, 255, 0.26);
            color:#3766BE;
            font-weight: 900;
            margin:2rem 0;
        }