/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10.08.2019
    Author     : dKDesign
*/


/* General */
html,body {
  width: 100%;
  margin:0;
  padding:0;
  overflow-x: hidden;
}

html {
  font-size: 16px !important;
  width: 100%;
}

body {
  background-color: #fff;
  font-family: 'Varela Round', sans-serif;
  font-family: Comfortaa, sans-serif;
  color: #222;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
}

h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #0150b4;
  font-weight: 700;
  text-decoration: underline;
}
.nav > li > a{
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
}
.nav > li > a:focus, .nav > li > a:hover{
	background: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.hidden {
  display: none;
}

.g-list-item {
    margin-bottom: 20px;
}
.pg_contact h2,
.c-article-heading {
	margin-top: 0px;
}
#content{
	min-height: 500px;
}

.collapse-content{
  opacity: 0;
	-webkit-transition: opacity .35s linear;
	      -o-transition: opacity .35s linear;
	         transition: opacity .35s linear;
}
.collapsing {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.grecaptcha-badge{
	z-index: 6;
}

body.no-cookies{
	overflow:hidden;
}
body.no-cookies #cookie-overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background:rgba(0,0,0,0.5);	
}
body.no-cookies .site-inner{
	filter: blur(8px);
  -webkit-filter: blur(8px);
}


/* Buttons */
.g-top-btn {
  position: fixed;
  right: 25px;
  bottom: 50px;
  z-index: 2000;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #be1200;
  background-image: url('../images/mp_icon_arrow-top-white.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.g-top-btn:hover {
  background-color: #002878;
}

.g-btn,
.search-submit {
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #f08c00;
}

.g-btn:hover,
.search-submit:hover {
  background-color: #002878;
}

.search-submit,
.g-btn.g-btn--is-submit,
.g-btn.g-btn--is-login {
  margin-top: 25px;
  margin-bottom: 25px;
}

.wpcf7-submit,
.pg_login .g-btn--is-login, .search-submit {
    color: white;
    border: none;
}
.w-checkbox-input .wpcf7-list-item-label {
    display: none;
}


/**************************
*	Cookie consent
**************************/
.cc-compliance .cc-btn{
	text-decoration: none;
}
.cc-compliance.cc-highlight .cc-btn:first-child:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.3);
}
.cc-compliance.cc-highlight .cc-btn:first-child{
	border: 1px solid #FFF;
}


/**************************
*	Scroll to top style
**************************/
#wpfront-scroll-top-container {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0150b4;
  background-image: url('../images/es_icon_arrow_top_white.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  
     -webkit-transition: all .2s ease-out;
   -o-transition: all .2s ease-out;
   transition: all .2s ease-out;
}

#wpfront-scroll-top-container:hover {
  background-color: #f08c00;
}


/***************
*	 Header
***************/
.c-page-header {
  position: relative;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-section {
  position: relative;
  overflow: hidden;
}

.c-page-header__visual {
  height: 100%;
  -webkit-transition: all 1s; /* Safari prior 6.1 */
  transition: all 1s;
  transition-timing-function: ease;
}
.c-page-header__visual.initial__state {
  transform: scale(2);
  opacity: 0.1;
}

.header-home{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 635px;
}
.header-about{
	background-image: url('../images/es_visual_header_about.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-initiatives{
	background-image: url('../images/headerNew/es_visual_header_webinar_update.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-sig{
	background-image: url('../images/es_header_sig.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-mentoring{
	background-image: url('../images/headerNew/es_visual_header_mentoring_new.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-news{
	background-image: url('../images/headerNew/es_visual_header_news_new.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-services{
	background-image: url('../images/es_visual_header_downloads.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-contact {
	background-image: url('../images/headerNew/es_visual_header_contacts_new.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-sc {
	background-image: url('../images/headerNew/es_visual_header_SC_new_update.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-mission {
	background-image: url('../images/headerNew/es_visual_header_mission_new.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-history {
	background-image: url('../images/headerNew/es_visual_header_history_new.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-members {
	background-image: url('../images/headerNew/es_visual_header_members_new.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-meetings {
	background-image: url('../images/headerNew/es_visual_header_meetings_new.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-links {
	background-image: url('../images/headerNew/es_visual_header_links_new.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-lifetime {
	background-image: url('../images/headerNew/es_visual_header_achievement_update.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-awards {
	background-image: url('../images/headerNew/es_visual_header_kramer award_new.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.header-initiativesnew{
	background-image: url('../images/es_visual_header_initiatives_new.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.c-page-header__heading {
  position: absolute;
  left: 0px;
  top: 55%;
  right: 0px;
  z-index: 1;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}



/***************
*	 Menu
***************/
.c-navbar {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
}

.c-main-nav {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-logo {
  width: 200px;
  height: 60px;
}

.c-main-nav ul {
  color: #0150b4;
  font-size: 0.8rem;
  line-height: 1rem;
}
.c-main-nav ul li{
  height: 100%;
  border-right: 1px solid rgba(1, 80, 180, 0.2);

    vertical-align: top;
    padding: 20px;
    padding-top: 25px;
	cursor: pointer;
}

.c-login-btn,
.c-main-nav ul li a{
  color: #0150b4;
  text-transform: uppercase;
  padding: 0;
  text-decoration: none;
  vertical-align: top;
  font-weight: 700;
}

.c-login-btn:hover,
.c-main-nav ul li:hover > a {
  color: #f08c00;
}

.c-main-nav ul ul{
	margin-top: 1px;
	background: none;
	padding: 0;
	cursor: default;
    min-width: 100%;
}
.c-main-nav ul ul li{
  height: 100%;
  border-right: 1px solid rgba(1, 80, 180, 0.2);
  padding: 10px 20px;
    
    vertical-align: top;
    color: #222222;
    margin-bottom: 1px;
    background-color: #fff;
    color: #0150b4;
}

.primary-menu .menu-icon{
	margin-left: 10px;
	font-size: 0.9rem;
	vertical-align: middle;
	line-height: inherit;
	background-image: url("../images/arrow-down-blue.svg");
	background-position: 50% 25%;
	background-size: 8px 8px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 10px; height: 10px;
	margin-top: -1px;
}
.primary-menu ul li:hover > a > .menu-icon{
	background-image: url("../images/arrow-down-orange.svg");
}
.primary-menu ul .menu-item-has-children:hover > ul{
	display: block;
}

.primary-menu ul ul li a:focus,
.primary-menu ul ul li a:hover,
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
	color: #f08c00;
    text-decoration: none;
    background: none;
}

.dropdown-menu > .active > a{
	background: inherit;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover{
	color: #f08c00;
	background: inherit;
}
.primary-menu .dropdown-menu > .active > a:focus{
	background: transparent;
	color: #f08c00;
}


.c-login-btn{
	padding: 20px;
	padding-top: 25px;
	width: 85px;
	height: 65px;
	cursor: pointer;
  
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-search-btn {
  width: 60px;
  height: 60px;
  background-image: url('../images/es_icon_search_blue.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.c-search-btn:hover {
  background-image: url('../images/es_icon_search_orange.svg');
}

.c-login-btn.is-close,
.c-search-btn.is-close {
  background-color: #fff;
  background-image: url('../images/es_icon_close_blue.svg');
}

.c-login-btn.is-close:hover,
.c-search-btn.is-close:hover {
  background-image: url('../images/es_icon_close_orange.svg');
}

.c-login-bar,
.c-search-bar {
  position: absolute;
  opacity: 0;
  z-index: 2;
  width: 100%;
  margin-top: 0px;
  padding: 20px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0150b4;
  
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.c-login-bar{
  margin-top: -60px;
  padding: 0px 40px;
}

.c-login-bar.is_shown,
.c-search-bar.is_shown {
  margin-top: 80px;
  opacity: 1;
}


.c-search-bar__input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: rgba(1, 80, 180, 0.5);
  cursor: text;
}

.c-search-bar__input-field input,
.c-search-bar__input-field form{
	border: none;
	width: 100%;
	height: 100%;
}

.search_result_item{
	word-wrap: anywhere;
	overflow-wrap: anywhere;
	
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
	margin: 20px 0;
}


.c-login__text p{
	margin-bottom: 15px;
}
.c-login .w-form{
	margin: 0;
}
.c-login__text {
    text-align: center;
}


.pg_login .c-login__form-field{
  border-color: #CCC;
  margin-left: 0px;
}
.c-login__form-field{
  height: 50px;
  margin-top: 25px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid;
  border-radius: 5px;
}

.c-login__form-field:focus {
  border-style: solid;
  border-color: #f08c00;
}

.c-login__form-field::-webkit-input-placeholder {
  color: #7da1b3;
}

.c-login__form-field:-ms-input-placeholder {
  color: #7da1b3;
}

.c-login__form-field::-ms-input-placeholder {
  color: #7da1b3;
}

.c-login__form-field::placeholder {
  color: #7da1b3;
}
.c-login__form-btn {
  height: 50px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  font-weight: 700;
  background-color: #002878;
}

.c-login__form-btn:hover {
  background-color: #f08c00;
}

.c-login__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-login__btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.c-login__text{
	color: #fff;
	font-size: 0.9em;
}
.c-login__text a{
	color: #f08c00;
	text-decoration: none;
}
.c-login__text a:hover{
	color: rgba(240, 140, 0, 0.8);
}







/*******************
*	 Side - Menu
*******************/
.c-link-sidebar {
  position: absolute;
  left: auto;
  right: 0%;
  /*bottom: 0;*/
  top: -41px;
  z-index: 5;
  overflow: hidden;
  width: 200px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #0150b4;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.c-direct-link-box__panel {
	background-color: #0150b4;
}

.c-direct-link-box__link-list {
  padding-left: 0px;
}

.c-link-sidebar ul li{
/*.c-direct-link-box__link-list-item */
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.c-link-sidebar ul{
	margin: 0;
	padding: 20px 0;
}
.c-link-sidebar ul li a{
  display: block;
  padding: 10px 20px 10px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.c-link-sidebar ul li a:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.c-link-sidebar ul li a .nav-icon {
	width: 15px;
	height: 15px;
	margin-right: 10px
}
.c-link-sidebar__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f08c00;
}

.is__opened .c-link-box__header-icon {
  -webkit-transition: 0.30s;
  -o-transition: 0.30s;
  transition: 0.30s;

  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-link-box__header-icon {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	width: 40px;
	height: 40px;
	background-image: url('../images/es_icon_chevron-down_white.svg');
	background-position: 50% 50%;
	background-size: 15px 15px;
	background-repeat: no-repeat;
  
	transition: 0.30s;
	-webkit-transition: 0.30s;
	-o-transition: 0.30s;
}


/*******************
*	 Breadcrumb
********************/
.c-breadcrumb {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0px;
  display: block;
  max-width: 1200px;
}

.c-breadcrumb__list {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.c-breadcrumb__list-item {
  display: inline-block;
  margin-right: 5px;
  font-size: 0.8rem;
  line-height: 1rem;
}

.c-breadcrumb__link {
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
}

.c-breadcrumb__link:hover {
  background-color: #fff;
  color: #f08c00;
}

.c-breadcrumb li:last-child a{
  background-color: #fff;
  color: #f08c00;
}
.c-breadcrumb__link.c-breadcrumb__link--is-active {
  background-color: #fff;
  color: #f08c00;
}




/********************
*	 Home content
*********************/
.home-page .c-page-header{
	height: auto;
}
.c-hero-container{
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.l-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;

  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-hero-text {
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  width: 75%;
  margin-top: 25vh;
/*  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;*/
  align-items: center;
  color: #fff;
  text-align: center;
}

.c-hero-text__heading {
  font-size: 3rem;
  line-height: 3.5rem;
}

.c-hero-text__subline {
  max-width: 800px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}

.c-hero-text__subline a,
.g-cta-btn {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #f08c00;
  font-weight: 700;
}

.c-hero-bottom-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-news-teaser {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.c-news-teaser__tile {
  position: relative;
  width: 50%;
  margin-right: 1px;
  margin-left: 1px;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0.9);
  font-size: 0.8rem;
  line-height: 1rem;
  
  bottom: 0px;
  -webkit-transition: bottom 0.2s; /* Safari prior 6.1 */
  transition: bottom 0.2s;
  transition-timing-function: ease;
  
  /*transition: bottom 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
  /* transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);*/
}

.c-news-teaser__tile.initial__state{
	bottom: -150px;
}



.c-news-teaser__label {
  position: absolute;
  top: -25px;
  right: 0px;
  display: inline-block;
  height: 25px;
  padding: 5px 10px;
  border-radius: 2px 2px 0px 0px;
  background-color: #f08c00;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.c-news-teaser__label.c-news-teaser__label--blue {
  background-color: #0150b4;
}

.c-news-teaser__text.c-news-teaser__text--emphasized {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.c-news-teaser__link {
  display: inline-block;
  margin-top: 10px;
}

.c-hero-link-box {
  position: relative;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #fff;
}

.c-hero-link-box__link {
  min-width: 200px;
  padding: 10px 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.c-hero-link-box__link:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.c-hero-link-box__link.c-hero-link-box__link--has-no-divider {
  border-bottom-style: none;
  background-color: #f08c00;
}

.c-hero-link-box__link.c-hero-link-box__link--is-hidden {
  display: none;
}

.c-hero-link-box__text {
  padding-left: 40px;
}

.c-hero-link-box__text.c-hero-link-box__text--has-icon-dialogue {
  background-image: url('../images/es_icon_contact_white.svg');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.c-hero-link-box__text.c-hero-link-box__text--has-icon-twitter {
  background-image: url('../images/es_icon_sm_twitter_white.svg');
  background-position: 0px 0px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-hero-link-box__text.c-hero-link-box__text--has-icon-login {
  background-image: url('../images/es_icon_login_white_1.svg');
  background-position: 0px 0px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/********************
*	 Home Teasers
*********************/
.home-page .l-main-container{
	padding-bottom: 0;
}
.c-project-teaser {
	margin-bottom: 80px;
	
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-project-teaser__media,
.c-project-teaser__img {
  width: 50%;
  height: 400px;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  /*display: inline-block;*/
}
.c-project-teaser__media iframe{
	width: 100%;
	height: 100%;
}
.c-project-teaser__content-box-text {
  width: 50%;
  padding: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*display: inline-block;*/
}

.g-body-text__2-col {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

/************************
*	 Home footer menu
*************************/
.c-gallery,
#menu-footer-menu-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  
  	margin: 0px -1px;
	padding-left: 0;
	padding-right: 0;
}

.c-gallery__link,
#home-footer-menu li{
  position: relative;
  overflow: hidden;
  width: 25%;
  height: 240px;
  text-align: center;
  cursor: pointer;
  
  list-style: none;
}

#home-footer-menu li a{
  color: #0150b4;
  text-decoration: none;
  text-transform: uppercase;
}

.c-gallery__link:hover,
#home-footer-menu li:hover > a{
  color: #f08c00;
}
#home-footer-menu li:hover .c-link-box__heading{
	bottom: 0;
}

.c-link-box__heading,
.c-gallery__text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -45px;
  padding: 10px 10px 10px 20px;
  background-color: #fff;
  text-transform: none;
  
  -webkit-transition: bottom 0.5s; /* Safari prior 6.1 */
  transition: bottom 0.5s;
  transition-timing-function: ease;
}

.c-gallery__img,
#home-footer-menu .menu-item-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;

/*
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 140, 0, 0.2)), to(rgba(240, 140, 0, 0.2))), url('../images/es_visual_gallery_about.jpg');
  background-image: linear-gradient(180deg, rgba(240, 140, 0, 0.2), rgba(240, 140, 0, 0.2)), url('../images/es_visual_gallery_about.jpg');

  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 80, 180, 0.2)), to(rgba(1, 80, 180, 0.2))), url('../images/es_visual_gallery_mission.jpg');
  background-image: linear-gradient(180deg, rgba(1, 80, 180, 0.2), rgba(1, 80, 180, 0.2)), url('../images/es_visual_gallery_mission.jpg');
  
*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}



/***************
*	 Content
***************/
.l-article-section{
  position: relative;
}
.l-main-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-inner-container {
  max-width: 800px;
}

.l-inner-container.l-inner-container--is-centered {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-inner-container.l-inner-container--is-full-width {
  width: 100%;
  max-width: 100vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-content-box {
  width: 100%;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 2px;
}

.c-content-box.c-content-box__text--has-colored-bg {
  margin-top: 40px;
  padding: 40px 100px;
  background-color: rgba(240, 140, 0, 0.1);
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.c-content-box.c-content-box__text--is-blue {
  color: #0150b4;
}

.c-content-box.c-content-box--has-member-list {
  margin-top: 40px;
  padding: 20px 40px;
  background-color: rgba(1, 80, 180, 0.1);
}

.c-content-box.c-content-box--has-intent {
  padding-left: 20px;
}

.c-article-heading {
  margin-top: 0px;
}
.c-article-heading.c-article-heading--has-left-offset {
  margin-left: -20px;
}
.c-article-subheading {
  margin-bottom: 20px;
  color: #0150b4;
}


.c-text__circle-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #fef3e7;
  border-radius: 50%;
  background-color: #f08c00;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
}

/***************
*	 History
***************/
.c-timeline__section {
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 40px;
  border-left: 1px solid #f08c00;
}

.c-timeline__bullet {
  position: absolute;
  left: -20px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f08c00;
}

.c-timeline__bullet.c-timeline__bullet--is-last-item {
  left: -10px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 20px;
  height: 10px;
  border-radius: 0%;
}

.c-text__initial-phrase {
  font-size: 1.5rem;
  font-weight: 700;
}

.g-bullet-list-item,
/*.pg_sig ul ul li,*/
.has__g-bullet-list-item ul li{
  margin-bottom: 10px;
  padding-left: 40px;
  background-image: url('../images/es_circle-bullet_blue.svg');
  background-position: 0px 4px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  list-style-type: none;
}
/*.pg_sig ul ul,*/
.has__g-bullet-list-item ul{
	padding-left: 0;
	list-style: none;
	margin: 20px 0;
}

.pg_disclaimer ol{
	padding-left: 0px;
}
.g-ordered-list-item,
.pg_disclaimer ol li{
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 20px;
  list-style-type: decimal;
}


/***************
*	 Members
***************/
.c-category-header__letter {
  position: absolute;
  top: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0150b4;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.c-category-header {
  position: relative;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-left: 0px;
  border-bottom: 1px solid #0150b4;
}
.c-anchor-link.c-anchor-link--is-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0150b4;
  color: #fff;
  text-decoration: none;
}
.c-anchor-link.c-anchor-link--is-circle:hover {
  background-color: #f08c00;
}

.g-list {
  margin-top: 20px;
}
.g-list.g-list--has-anchor-links {
  margin-right: -5px;
  margin-left: -5px;
}
.g-list.g-list--has-member-box {
  margin-top: 0px;
  margin-bottom: 40px;
}
.g-list-item {
  margin-bottom: 20px;
}
.g-list-item.g-list-item--has-anchor-link {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}
.g-list-item.g-list-item--has-member-box {
  margin-bottom: 0px;
}
.g-list-item.g-list-item--has-member-box.hidden-item {
  display: none;
}
.g-list-item.g-list-item--has-divider-white {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.g-list-item.g-list-item--has-link-box {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(1, 80, 180, 0.2);
}
.g-list-item.g-list-item--has-circle-number {
  position: relative;
  margin-top: 60px;
  padding: 60px 20px 20px;
  border-top: 1px solid #f08c00;
}

.c-member-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(1, 80, 180, 0.2);
}

.pg_contact .c-member-box, 
.c-member-box.c-member-box--has-no-divider {
  border-bottom-style: none;
}

.c-member-box__img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.c-member-box__img.c-member-box__img--is-placeholder {
  background-image: url('../images/es_placeholder_profile.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-member-box__img.c-member-box__img--w_photo {
  background-position: 50% 50%, 50% 50%;
  background-size: cover, 125px;
  background-repeat: no-repeat, no-repeat;
}

.c-member-box__heading {
  display: inline-block;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.c-member-box__heading.c-member-box__heading--is-blue {
  margin-right: 10px;
  color: #0150b4;
}

.c-dropdown__toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  
  cursor: pointer;
  font-weight: 700; 
}

.c-dropdown__toggle:hover {
  color: #f08c00;
}
.c-member-box__info-box {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.c-dropdown__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #0150b4;
  background-image: url('../images/es_icon_plus_white.svg');
  background-position: 50% 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  
	transition: 0.30s;
	-webkit-transition: 0.30s;
	-o-transition: 0.30s;
}

.is__opened .c-dropdown__icon {
  -webkit-transition: 0.30s;
  -o-transition: 0.30s;
  transition: 0.30s;


  background-color: rgb(240, 140, 0);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-dropdown__toggle-text {
  -webkit-transition: 0.30s;
  -o-transition: 0.30s;
  transition: 0.30s;
  
	color: rgb(1, 80, 180);
}
.is__opened .c-dropdown__toggle-text {
  -webkit-transition: 0.30s;
  -o-transition: 0.30s;
  transition: 0.30s;
  
	color: rgb(240, 140, 0);
}

.c-dropdown {
  overflow: hidden;
  width: 100%;
}

.c-dropdown.c-dropdown--has-divider {
  border-bottom: 1px solid rgba(1, 80, 180, 0.2);
}

.c-dropdown__content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-dropdown__content.c-dropdown__content--is-boxed {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(1, 80, 180, 0.2);
}

.c-member-box__subcategory {
  display: inline-block;
  width: 60px;
  font-weight: 700;
}

.g-btn.g-btn--is-submit,
.c-member-box__btn{
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 2px;
  background-color: #f08c00;
}

.search-submit:hover,
.g-btn.g-btn--is-submit:hover,
.c-member-box__btn:hover {
  background-color: rgba(240, 140, 0, 0.8);
}


/*****************
*	ContactForm 
*****************/

.pg_contact .contact-info-container{
	display: none;
}
.c-form__selection-link {
  background-image: url('../images/es_bullet_arrow_blue.svg');
  background-position: 0px 3px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 15px 0 15px 40px;
}
.c-form__selection-link a{
	font-weight: inherit;
	text-decoration: none;
	margin-left: 35px;
}
.c-form__selection-link:hover {
  background-image: url('../images/es_bullet_arrow_orange.svg');
}
.c-form__selection-link:hover a{
  color: #f08c00;
}

.c-form__selection-category {
  margin-bottom: 10px;
  padding-right: 10px;
}

.c-form__selection-toggle {
  position: relative;
  margin-top: 20px;
  padding: 10px 25px;
  border-radius: 5px;
  background-color: rgba(125, 161, 179, 0.2);
  color: #0150b4;
  cursor: pointer;
}

.c-form__container {
  margin-bottom: 0px;
}

#email-form{
	margin-top: 20px;
}

.c-form__container.c-form__container--is-contact {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}


.c-form__selection {
  overflow: hidden;
}

.c-form__selection-heading {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}
.c-form__selection-toggle-icon {
	position: absolute;
	left: auto;
	top: 10px;
	right: 10px;
	bottom: 0%;
	width: 25px;
	height: 25px;
	background-image: url('../images/es_icon_arrow-top_blue.svg');
	background-position: 50% 50%;
	background-size: 15px 15px;
	background-repeat: no-repeat;

	transform:rotate(0deg);
	
	-webkit-transition: all 400ms ease;
  	transition: all 400ms ease;
}
.collapsed .c-form__selection-toggle-icon{
	transform:rotate(-180deg);

	-webkit-transition: all 400ms ease;
  	transition: all 400ms ease;
}

.c-form__checkbox {
  margin-top: 2px;
  /*margin-right: 10px;*/
}

.g-list {
  margin-top: 25px;
  margin-bottom: 25px;
}
.error-message {
  background-color: #be1200;
  color: #fff;
}

.success-message {
  background-color: #fff;
}

.c-form__checkbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.8rem;
  line-height: 1rem;
}
#email-form .w-checkbox-input .wpcf7-list-item {
    margin-left: 0;
    margin-top: -4px;
}
.wpcf7-list-item-label{
	display: none;
}
.c-form__checkbox-label {
  margin-bottom: 0px;
}
.c-form__checkbox-container .w-form-label {
    margin-left: 7px;
}
.c-form__selection-panel {
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
}
.panel-collapse{
	overflow: hidden;
}

.collapse.in {
      height: auto !important;
}

.c-form__input-field {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #fff;
}

.c-form__input-field:hover {
  border-color: #7da1b3;
}

.c-form__input-field:focus {
  border-color: #be1200;
}

.c-form__input-field::-webkit-input-placeholder,
.c-form__input-field:-ms-input-placeholder,
.c-form__input-field::-ms-input-placeholder,
.c-form__input-field::placeholder {
  /*color: #7da1b3;*/
  color: #999;
}

.c-form__input-field.c-form__input-field--is-message {
  min-height: 200px;
  background-color: #fff;
}



/***************
*	 EAGG
***************/
.c-left-sidebar {
  width: 20%;
  margin-right: 80px;
}

.c-left-sidebar__text {
  margin-bottom: 20px;
  color: #0150b4;
  font-size: 1.5rem;
  line-height: 2rem;
}
.c-anchor-nav__link {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  background-image: url('../images/es_icon_arrow-down-right_blue.svg');
  background-position: 0% 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  line-height: 1.5rem;
  text-decoration: none;
}

.c-anchor-nav__link:hover {
  background-image: url('../images/es_icon_arrow-down-right_orange.svg');
  color: #f08c00;
}

.c-anchor-nav__list {
  margin-top: 0px;
  margin-bottom: 20px;
}

.c-left-sidebar .c-anchor-nav__list-item{
	display: block;
}
.c-anchor-nav__list-item {
  display: inline-block;
  margin-bottom: 5px;
}

.c-news-box__text {
  margin-bottom: 20px;
}

.c-news-box__text.c-news-box__text--is-date {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 2px;
  background-color: #0150b4;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 700;
}

.c-news-box {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(1, 80, 180, 0.2);
  border-radius: 2px;
}

/**********************
*	 Usefull links
***********************/
.pg_links ul{
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 0;
	list-style: none;
}
.pg_links ul li{ /*g-list-item--has-link-box*/
	margin-bottom: 0px;
	height: 80px;
}
.pg_links ul li a{ /*c-link-box c-link-box__icon c-link-box__text*/
	padding-top: 25px;
	padding-bottom: 31px;
	padding-left: 60px;
	display: block;
	width: 100%;
		
	background-image: url('../images/es_icon_download_white.svg');
	background-position: 0 20px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-image: url('../images/es_icon_useful-links_white_dkd.svg');
	
	border-bottom: 1px solid rgba(1, 80, 180, 0.2);
}
.pg_links ul li a:hover{ /*c-link-box c-link-box__icon c-link-box__text*/
	color: #f08c00;
}


/*******************
*	 Downloads
*******************/
.c-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-link-box:hover {
  color: #f08c00;
}

.c-link-box__icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #0150b4;
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.c-link-box__icon.c-link-box__icon--is-link {
  background-image: url('../images/es_icon_useful-links_white.svg');
}

.c-link-box__icon.c-link-box__icon--is-download {
  background-image: url('../images/es_icon_download_white.svg');
}

.c-link-box__text {
  width: 100%;
  padding-top: 5px;
}


/***************
*	 Footer
***************/
.c-footer {
  padding: 80px 40px;
  background-color: #0150b4;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-align: center;
}
.c-footer .g-link{
	vertical-align: bottom;
}

.c-footer__text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-footer__link-box ul li a {
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
}

.c-footer__link-box ul li a:hover {
  color: #f08c00;
}

.c-footer__icon {
  width: 50px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/eu-flag.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-footer__link-box ul{
	padding-left: 0;
	list-style: none;
	text-align: center;
	margin: 0;
	margin-right: -10px;
	margin-left: -10px;
}
.c-footer__link-box ul li{
	display: inline-block;
}

/*.c-main-nav {
	z-index: 5;
	width: 100%;
	height: 100%;
	padding: 100px 10px 10px;
	display: block;
}*/
.w-nav-overlay{
	position: absolute;
	height: inherit;
	display: block;
	top:0;
	overflow: visible;
	/*background: #F23;
	width: 79%;
	left: auto;
	z-index: 1001;*/
}
.custom-logo-link{
	z-index: 1003;
	position: absolute;
	margin: 10px 40px;
}

.primary-menu-mobile,
.mobile-search{
	display: none;
}


/********************
*	Responsivities
*********************/

@media (max-height: 750px) {
	.c-hero-text{
		margin-top: 15vh;
	}
}
@media (max-height: 650px) {
	.c-hero-text__heading {
	    font-size: 2rem;
	    line-height: 2.5rem;
	}
}

@media (max-width: 1200px) {
	.pg_eagg .c-left-sidebar,
	.pg_eagg .l-inner-container,
	.pg_news .c-left-sidebar,
	.pg_news .l-inner-container,
	.pg_news .c-news-box,
	.pg_news .g-list-item.g-list-item--has-news-box {
	    width: 100%;
	}
}

@media (max-width: 1140px) {
	.w-nav-overlay {

	    z-index: 1;
		right: 0;
	    width: 0;
	    height: 0;
	    left: auto;
	    top: 0px;
	    overflow: hidden;

		-webkit-transition: width .35s linear;
			 -o-transition: width .35s linear;
				transition: width .35s linear;
	}
 .w-nav-button{
 	display: inherit;
 
 }
 .primary-menu{
 	display: block;
 	overflow: hidden;
 }
 .c-navbar {
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .c-main-nav {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #0150b4;
  }
  .c-mobile-nav__btn {
    height: 60px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 15px 10px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #0150b4;
    z-index: 1001;
  }
  .c-mobile-nav__btn.w--open {
    background-color: #fff;
    color: #f08c00;
  }
  .c-mobile-nav__btn.c-mobile-nav__btn--is-active {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    margin-top: 20px;
    margin-right: 20px;
    background-color: transparent;
  }
  .c-main-nav__dropdown.c-main-nav__dropdown--is-hidden {
    opacity: 0;
  }
  
  
  .primary-menu ul .menu-item-has-children ul{
  	position: relative;
  	-webkit-box-shadow: none;
  	box-shadow: none;
  }
  .primary-menu ul{
  	margin-top: 0;
  }
  
  .primary-menu,
  .primary-menu ul, 
  .primary-menu ul li, 
  .primary-menu ul li a, 
  .primary-menu ul ul,
  .primary-menu ul ul li{
		width: 100%;
  }
  .primary-menu .menu-icon{ 
	float: right; 
	margin-right: 30px;
	margin-top: 7px;
    background-image: url("../images/arrow-down-white.svg");
  }
  .primary-menu ul li a{ 
	border: none;
  }
  .navbar-brand, .navbar-nav > li > a{
  	text-shadow: none;
  }
  .c-main-nav ul ul li{
  	background: none;
  	border: none;
  	background-color: rgba(1, 80, 180, 0.1);
  	margin: 0;
  }
  .c-main-nav ul ul li a{
  	padding-left: 20px;
  }
  .c-main-nav__dropdown-toggle,
  .c-main-nav ul li {
    padding: 20px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    border-right-style: none;
    color: #fff;
    display: block;
    width: 100%;
  }

  .c-main-nav ul li.open.menu-item-has-children,
  .c-main-nav ul li.menu-item-has-children:hover {
    /*padding-bottom: 0px;*/
    border-right-style: none;
    border: none;
  }

  /*.c-main-nav__dropdown-link-list.c-main-nav__dropdown-link-list--is-open.w--open {*/
  .c-main-nav ul li.open.menu-item-has-children ul,
  .c-main-nav ul li.menu-item-has-children:hover ul{
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: hsla(0, 0%, 100%, 0.2);
  }
  
  .c-main-nav__dropdown-link,
  .c-main-nav ul li a {
    margin-bottom: 0px;
    padding-left: 40px;
    color: #fff;
  }

  .c-main-nav ul li.open > a {
  	color: #f08c00;
  }
  .primary-menu ul li.open > a > .menu-icon {
    background-image: url("../images/arrow-down-orange.svg");
  }


  .c-main-nav ul .open ul li:hover > a,
  .c-main-nav ul ul li:hover > a,
  .c-main-nav__dropdown-link:hover {
    padding-left: 30px;
    color: #f08c00;
  }
  .c-main-nav__dropdown-link.c-main-nav__dropdown-link--is-active {
    margin-bottom: 0px;
    color: #fff;
  }
  .c-mobile-nav__btn-icon {
    font-size: 2rem;
    line-height: 2rem;
  }
  
  .nav .open > a, 
  .nav .open > a:focus, 
  .nav .open > a:hover {
    background-color: inherit;
    border-color: inherit;
  }
  .dropdown-menu > li > a, 
  .navbar-nav .open .dropdown-menu > li > a {
    display: inherit;
    clear: both;
    font-weight: 700;
    line-height: inherit;
    white-space: nowrap;
    padding: 0;
    padding-left: 20px;
    color: #FFF;
  }
  .dropdown-menu{
  	margin-bottom:-20px;
  }
  
  .primary-menu-mobile{
	margin-top: 20px;
	margin-bottom: 20px;
  }
  .primary-menu-mobile ul{
  	padding-left: 0;
  }
  .primary-menu-mobile ul li{
  	border: none;
  	padding: 10px 40px;
  }
  .primary-menu-mobile .link-list li a{
  	text-transform: none;
  	padding: 0;
  }
  .c-login-btn,
  .c-search-btn{
  	display: none;
  }
  
  .primary-menu-mobile,
  .mobile-search{
  	display: block;
  }
  .mobile-search{
  	margin: 20px 40px;
  }
   
	
}
@media (max-width: 991px) {
   .c-hero-text {
    width: auto;
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-news-teaser {
    width: 100%;
  }
  .c-news-teaser__tile {
    padding: 40px;
  }
  .c-hero-link-box {
    right: 0px;
    bottom: 0px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border-style: none;
  }
  .c-hero-link-box__link {
    width: 50%;
    min-width: auto;
    margin-right: 1px;
    margin-left: 1px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-style: none;
    background-color: #0150b4;
  }
  .l-main-container {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-inner-container {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .c-project-teaser {
    margin-bottom: 40px;
  }
  .home-footer-menu-container{
  	height: 480px;
  }
  .c-content-box {
    width: 100%;
  }
  .c-project-teaser__content-box-text {
    width: 100%;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .c-project-teaser__img {
    width: 100%;
  }
  .c-project-teaser__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  #menu-footer-menu-home,
  .c-gallery {
    min-height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #home-footer-menu .menu-item-icon,
  .c-gallery__img {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  #home-footer-menu li,
  .c-gallery__link {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .c-hero-bottom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-project-teaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-anchor-nav {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-anchor-nav__link {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 0% 5px;
  }
  .c-anchor-nav__list-item {
    display: block;
  }
  .g-list {
    width: 100%;
  }
  .g-list-item.g-list-item--has-news-box {
    width: 100%;
  }
  .c-main-nav__link {
    padding-left: 40px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
  }
  .c-main-nav__link.c-main-nav__link--is-contact {
    z-index: 100;
    padding-left: 40px;
  }
  .c-main-nav__link.c-main-nav__link--is-register {
    display: inline-block;
    margin-top: 0px;
    padding-left: 40px;
  }
  .c-search-btn {
    right: 80px;
  }
  .c-tile.c-tile--is-member {
    width: 50%;
  }
  .c-left-sidebar {
    width: 100%;
  }
  .c-news-box {
    width: 100%;
  }
  .c-mobile-nav__link {
    width: 100%;
    padding: 10px 40px;
    color: #fff;
    text-transform: none;
  }
  .c-mobile-nav__link:hover {
    color: #f08c00;
  }
  .c-mobile-nav__link.w--current {
    color: #f08c00;
  }
  .c-mobile-nav__link-container {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-main-nav__dropdown-toggle-icon {
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .c-hero-container {
    height: auto;
  }
  .c-navbar {
    padding-right: 5px;
    padding-left: 15px;
  }
  .custom-logo-link{
	margin: 10px 15px;
  }
  .c-mobile-nav__btn {
    margin-right: 0px;
  }
  .c-main-nav__dropdown-toggle {
    padding-left: 20px;
  }
  .c-main-nav__dropdown-link, .c-main-nav ul li a {
    padding-left: 20px;
  }
  .c-main-nav ul ul li a,
  .navbar-nav .open .dropdown-menu > li > a{
    padding-left: 0px;
  }
 
 
  .c-main-nav ul li.menu-item-has-children:hover ul{
	margin-bottom: 20px;
	height: inherit;
  }  
  .c-main-nav ul li.menu-item-has-children.open ul{
	margin-bottom: -20px;
	height: inherit;
  }
  
  .c-main-nav ul li.menu-item-has-children:last-child ul{
	height: inherit;
	margin-bottom: 0px;
  }
  .c-main-nav ul li.menu-item-has-children.open:last-child ul{
	height: inherit;
	margin-bottom: -20px;
  }
  .primary-menu-mobile ul li {
    padding: 10px 20px;
  }
  .mobile-search {
    margin: 15px 20px;
  }
 
 
 
  .l-hero {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: 100% 50%;
  }
  .c-hero-text {
    position: static;
    margin-top: 120px;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-hero-text__heading {
    clear: none;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .g-cta-btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-news-teaser__tile {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .c-main-nav__dropdown-link {
    padding-left: 20px;
  }
  .c-footer {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .l-main-container {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .l-inner-container.l-inner-container--is-centered {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-content-box {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .c-content-box.c-content-box__text--has-colored-bg {
    padding: 20px 40px;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .c-content-box.c-content-box--has-intent {
    padding-left: 10px;
  }
  .c-project-teaser__content-box-text {
    padding: 40px 0px 20px;
  }
  .pg_contact h2,
  .c-article-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .c-article-heading.c-article-heading--has-left-offset {
    margin-left: -10px;
  }
  .c-project-teaser__img {
    height: 280px;
  }
  #menu-footer-menu-home,
  .c-gallery {
    min-height: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .c-hero-bottom-container {
    position: static;
  }
  .c-page-header {
    height: 250px;
  }
  .c-page-header__heading {
    font-size: 2rem;
    line-height: 2rem;
  }
  .c-anchor-nav {
    margin-bottom: 10px;
  }
  .c-anchor-nav__list-item {
    margin-bottom: 0px;
  }
  .c-link-sidebar {
    position: relative;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
  }
  .g-list-item.g-list-item--has-circle-number {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .c-article-subheading {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .c-text__circle-number {
    top: -30px;
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .c-main-nav__link {
    padding-left: 20px;
  }
  .c-main-nav__link.c-main-nav__link--is-contact {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }
  .c-main-nav__link.c-main-nav__link--is-register {
    margin-top: 20px;
    padding-left: 20px;
  }
  .c-timeline__section {
    padding-top: 2px;
    padding-left: 20px;
  }
  .c-timeline__bullet {
    left: -10px;
    width: 20px;
    height: 20px;
  }
  .g-bullet-list-item {
    padding-left: 20px;
    background-position: 0px 3px;
    background-size: 10px 10px;
  }
  .c-text__contact-medium {
    width: 50px;
  }
  .c-search-btn {
    right: 50px;
  }
  .c-search-bar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-container__tile.c-container__content-tile--is-orange {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-category-header {
    margin-top: 60px;
  }
  .c-link-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-news-box {
    width: 100%;
  }
  .c-mobile-nav__link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-mobile-nav__link:hover {
    color: #f08c00;
  }
  .c-main-nav__dropdown-toggle-icon {
    margin-right: 20px;
  }
}

@media (max-width: 479px) {
  .c-navbar {
    padding-right: 5px;
    padding-left: 15px;
  }
  .l-hero {
    background-position: 100% 50%;
  }
  .c-hero-text {
    top: 140px;
  }
  .c-hero-text__heading {
    margin-top: 0px;
  }
  
  .c-project-teaser{
  	margin-bottom: 20px;
  }
  .c-news-teaser__tile {
    padding-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-news-teaser__label {
    padding-right: 20px;
    padding-left: 20px;
    text-align: right;
  }
  /*.c-hero-link-box {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }*/
  .c-hero-link-box__link {
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right-style: none;
    margin-left: 0px;
/*    border-bottom-style: solid;*/
  }
  .c-hero-link-box__text {
    height: 20px;
    padding-left: 30px;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-hero-link-box__text.c-hero-link-box__text--has-icon-dialogue {
    background-size: 15px 15px;
  }
  .c-hero-link-box__text.c-hero-link-box__text--has-icon-twitter {
    padding-left: 30px;
    background-size: 15px 15px;
  }
  .c-hero-link-box__text.c-hero-link-box__text--has-icon-login {
    background-size: 15px 15px;
  }
  .l-main-container {
    padding: 40px 20px 20px;
  }
  .l-inner-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .c-content-box.c-content-box__text--has-colored-bg {
    margin-bottom: 20px;
    padding: 20px;
  }
  .c-content-box.c-content-box--has-member-list {
    margin-top: 20px;
    padding: 10px 20px;
  }
  .c-article-heading.c-article-heading--has-left-offset {
    margin-left: -10px;
  }
  .c-project-teaser__img {
    height: 200px;
  }
  .g-body-text__2-col {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .home-footer-menu-container {
    height: 800px;
  }
  #home-footer-menu .menu-item-icon,
  .c-gallery__img {
    height: 200px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c-anchor-nav__list-item {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  #home-footer-menu li,
  .c-gallery__link {
    height: 200px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .g-list-item.g-list-item--has-circle-number {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .c-timeline__bullet {
    left: -10px;
    width: 20px;
    height: 20px;
  }
  .g-bullet-list-item {
    padding-left: 20px;
  }
  .c-tile.c-tile--is-member {
    width: 100%;
  }
  .c-category-header {
    margin-top: 60px;
  }
  .c-member-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-member-box__img {
    margin-bottom: 10px;
  }
  
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .c-link-sidebar.sidebarMenu{
        right: 16px;
		border-style: solid solid solid solid;
   }
}

@media screen and (min-width: 767px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .c-link-box__header-icon{
	   right: 10px;
   }
}