/** Bootstrap dialog **/

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}/** End bootstrap dialog **/

.ecl-navigation-menu .ecl-navigation-menu__root .ecl-last-highlight{
	background: #ffd617;
    margin-left: auto;
}
.ecl-navigation-menu .ecl-navigation-menu__root .ecl-last-highlight a.ecl-navigation-menu__link{
	font-size: 0.9em;
	text-transform: uppercase;
}
.ecl-file{
	margin-bottom: 10px;
}
.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

.share-your-experience-buttons{
    margin-bottom: 30px;
}

#edit-comment-body-0-format{
	display:none;
}

.home_icons{
	border: 1px solid;
    /* text-align: center; */
    padding-left: 70px !important;
    padding-right: 70px !important;
    margin-bottom: 20px;
}

h1, h2{
	/*border-bottom: 1px solid #000;
    line-height: 2em;
    margin-bottom: 30px;
    font-weight: normal;*/
}

article h2{
	border-bottom: 2px solid #000;
    color: #000;
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
    margin-bottom: 1.5rem !important;
    padding-bottom: .75rem !important;
}

.ecl-message{
	margin-bottom: 20px;
}

#toolbar-item-administration-tray .ecl-form-group{
	margin-top: 0 !important;
}

.sticky{
	position: fixed;
	top: 0;
}

.field-content p{
	color: #404040;
    font-size: 1.125rem;
    line-height: 1.66;
}

#block-bemp-content article .body{
	color: #404040;
    font-size: 1.125rem;
    line-height: 1.66;
    max-width: 32em;
}

/* Comments */
.ecl-comment__image-wrapper i.fas{
	color: #e4e4e4;
}
.ecl-comment__body{
	background: #f9f9f9; 
}	
.ecl-comment__body:before{
    border-right-color: #f9f9f9;
}

/*
 * VIEWS styles
 */
 
/* VIEWS: commons */
.bemp-title-buttons-wrapper{
	float: right;
	margin-top: 30px;
}
.bemp-title-buttons-wrapper a.bemp-title-button{
	float: right;
	padding: 2px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    color: #004494;;
    margin-left: 10px;
}
.bemp-title-buttons-wrapper a.bemp-title-button:hover{
	text-decoration: underline;
}
.bemp-title-buttons-wrapper a.bemp-title-button-propose{
    background: #ffd617;
    border: 1px solid #ffd617;
}
.bemp-title-buttons-wrapper a.bemp-title-button-file{
    border: 1px solid #004494;
}
 
/* VIEWS: home page */
.view-webcontent-home .field-content{
	display: block;
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
}
.view-webcontent-home .field-content p{
	margin-top: 0;
}

old.view-bemp-home-sectors{
	margin: 0 -10px;
}

old.view-bemp-home-sectors .ecl-list-item--highlight .ecl-link{
	border-radius: 5px;
	border: 1px solid #ccc;
	margin: 0px 10px 20px 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.2s ease;
}
old.view-bemp-home-sectors .ecl-list-item--highlight .ecl-link.sector-enabled:hover{
	border: 1px solid #ffd617;
	border-width: 3px;
    margin: -2px 8px 18px 8px;
}

old.view-bemp-home-sectors .ecl-list-item--highlight .ecl-link .sector-background{
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	background: #ccc;
	border-radius: 100px;
	transform: scale(0);
	opacity: 0.1;
	transition: all 0.3s ease-in-out;
}
old.view-bemp-home-sectors .ecl-list-item--highlight .ecl-link.sector-enabled:hover .sector-background{
	transform: scale(1.2);
}

old.view-bemp-home-sectors .ecl-list-item--highlight .ecl-list-item__primary img{
	width: auto;
	height: 200px;
	margin: auto;
}

.view-bemp-home-sectors .ecl-list-item--highlight a.ecl-link.sector-not-enabled{
	cursor: default;
}

.view-bemp-home-sectors .ecl-list-item--highlight a.ecl-link.sector-not-enabled .ecl-list-item__primary{
	opacity: 0.5;
}

old.view-bemp-news-home a.ecl-list-item__link{
	padding-top: 0;
}

old.view-bemp-helpdesk-home .field-content{
	display: block;
	background: #ffd617;
	padding: 20px;
}

/* VIEWS: sector page */
.view-bemp_sector_main_content{
	margin-bottom: 40px;
}

.view-bemp-images-menu-subsectors{
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 10px 0;
	margin-bottom: 30px;
	background: #fff;
}

.view-bemp-images-menu-subsectors a.bemp_subsector_nav{
	display: block;
}
.view-bemp-images-menu-subsectors a.bemp_subsector_nav img{
	width: auto;
	margin:auto;
	display: block;
	max-height: 180px;
	transform: scale(0.9);
	transition: all 0.3s ease;
}
.view-bemp-images-menu-subsectors a.bemp_subsector_nav:hover img, .view-bemp-images-menu-subsectors a.bemp_subsector_nav.active img{
	transform: scale(1.1);	
}

.view-bemp-images-menu-subsectors a.bemp_subsector_nav .subsector_nav-background{
	position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 20px;
    background: #981b6a;
    opacity: 0.1;
    border-radius: 100px;
    transform: scale(0);
    transition: all 0.3s ease;
}

.view-bemp-images-menu-subsectors a.bemp_subsector_nav.active .subsector_nav-background{
	transform: scale(1);
}

.view-bemp-images-menu-subsectors.sticky{
	max-height: 110px;
}
.view-bemp-images-menu-subsectors.sticky a.bemp_subsector_nav img{
	max-height: 98px;
}

old.view-bemp-page-subsectors{
	width: 60%;	
	margin-bottom: 50px;
}

old.view-bemp-page-subsectors h3{
	font-weight: normal;
	border-bottom: 2px solid #971868;
	line-height: 2.5em;
	margin-bottom: 10px;
    margin-top: 40px;
}

.view-bemp-page-subsectors--h3{
	margin-top: 4.22rem;
}

/*.ecl-u-z-navigation .ecl-form-group{
	    margin-top: 0px !important;
}*/

.ecl-navigation-menu__root{
	z-index: 11 !important;
}

old.view-bemp-page-subsectors .views-row .views-field{
	margin: 0 10px 0 0;
}

old.view-bemp-page-subsectors .views-row .views-field a{
	display: block;
	border-bottom: 1px solid #5c008c47;
	line-height: 2em;
    padding-left: 30px;
    text-decoration: none;
    color: inherit;
    position: relative;
}
old.view-bemp-page-subsectors .views-row .views-field .field-content a:hover{
	font-weight: 500;
}

old.view-bemp-page-subsectors .views-row .views-field .field-content a::before{
	content: "\f0c1";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    
    font-size: 0.8em;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

old.view-bemp-page-subsectors .views-row .views-field .field-content a::after{
    content: " ";
    width: 0%;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #8a24bf8a;
    opacity: 0.2;
    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
old.view-bemp-page-subsectors .views-row .views-field .field-content a:hover::after{
	width: 100%;
}

/* VIEWS: bemp page */

.view-bemp-case-study .ecl-list-item:first-child{
	border-top: 0;
}
.view-bemp-case-study .ecl-list-item:first-child .ecl-list-item__link{
	padding-top: 0;
}

#block-views-block-bemp-indicators-block-1--2 h2:before, 
#block-views-block-bemp-benchmark-block-1--2 h2:before, 
#block-views-block-bemp-case-study-block-1--2 h2:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 0.8em;
    border-radius: 100%;
    border: 2px solid black;
    padding: 4px;
    margin-right: 10px;
}

#block-views-block-bemp-indicators-block-1--2 h2:before{
	content: "\f124";
}
#block-views-block-bemp-benchmark-block-1--2 h2:before{
	content: "\f080";
}
#block-views-block-bemp-case-study-block-1--2 h2:before{
	content: "\f0c6";
}




@media (max-width:767px){
	.view-webcontent-home .field-content{
		display: block;
		-moz-column-count: 1;
	    -moz-column-gap: 0px;
	    -webkit-column-count: 1;
	    -webkit-column-gap: 0px;
	}
	
	.ecl-navigation-menu .ecl-navigation-menu__root .ecl-last-highlight{
	    margin-left: inherit;
	}
}



form.comment-iamdoingit-form .form-actions{
	display: none;
}

.bemp_proposal_form_message{
	
}

.bemp_font_weigth_500{
	font-weight: 500 !important;
}

.bemp_ecl-paragraph_no_max_width{
    color: #404040;
    font-size: 1.125rem;
    line-height: 1.66;
    max-width: initial;
}

.listing__wrapper {
    margin-bottom: 1.667em;
}

.listing__wrapper .listing {
    max-width: inherit;
}

.listing--line-left .listing--teaser {
    padding-left: 0;
}

.listing--line-left .listing__item {
    border-top: none !important;
    border-bottom: none !important;
    border-left: 5px solid #004494;
    padding: .611em 0 .611em 1.222em;
    margin: .611em 0;
	list-style: none;
    position: relative;
    float: left;
    width: 100%;
}


div.ecl-list-item__link:focus .ecl-list-item__title, div.ecl-list-item__link:hover .ecl-list-item__title{
	text-decoration: none !important;
}

.ecl-list-item--block div.ecl-list-item__link .ecl-list-item__title:after{
	content: none !important;
}

.ecl-list-item--navigation .ecl-list-item__link:hover {
    border-top: 3px solid #ffd617;
}

@media (min-width: 768px){
	.toolbar-fixed.toolbar-vertical .ecl-inpage-navigation {
	    top: 50px;;
	}
	
	.toolbar-fixed.toolbar-horizontal .ecl-inpage-navigation {
	    top: 100px;
	}
}
.height_area {
	height: auto !important;
}



a.show-more{
	display: block;
	color: #004494 !important;
}

a.show-less{
	display: block;
	color: #004494 !important;
}

.text-publications-intro{
	max-width: 100%;
    font-size: 16px;
    text-align: justify;;
}

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

.width-100{
	width: 100%;
}

.buttom-areaofwork {
   padding-right: 1rem;
}

.top-areaofwork {
    top: -0.3em;
}

.link-areaofwork {
    padding-bottom: 0 !important;
}

.link2-areaofwork {
    padding-bottom: 1rem;
}

.faqline{
	 border-top: 2px solid #000;
     padding: 10px;
     max-width: 100%;
}

.faqblue{
	color: #004494 !important;
	padding: 0px !important;
}

#faqsize p{
	font-size: 1rem !important;
}

.yellowline{
	border-top: 2px solid #000;
}

.bluebrefs{
     color: #012b58;
}

.ecl-externalicon{ 
	margin:.875rem auto 0;
	text-align:center
}

.ecl-externalicon:after {
    display: inline-block;
    font-family: EuropaIcons;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: 4px;
    speak: none;
    text-decoration: none;
    text-transform: none;
     content: "\e825";
    margin-left: .8em
}

#news-link a{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #004494;
	margin: 0;
	text-decoration: underline;
}
.eippcb-list-item__title{
    color: inherit;
    font-size: 1.125rem;
    margin: .33rem 0 .66rem;
}

.eippcb-home_latest_news {
	height: 3.4rem;
}

span.captcha {
  display: block;
}

 

span.captcha span.captchaConfirmation {
   display: block;
   margin-top: .66rem;
   margin: 0;
}

 

span.captcha label.captchaConfirmationLabel  {
    margin-top: .66rem;
    color: #404040;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
}

span.captcha input#security_code {
  padding-top: .66rem;
  padding-bottom: .66rem;
  margin-top: .89rem;
}

/* Webtools styles */
.wtinfo .wtinfocontent {
    padding: 0;
}
.wtinfocontent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    overflow: auto;
}
.wtinfo .wtinfocontent .sidePanelCard .cardContent {
    background: whitesmoke;
    padding: 16px;
}
.wtinfo .wtinfocontent .sidePanelCard {
    margin: 16px;
}
.wtmap, .wtmap * {
    box-sizing: border-box;
}
.wtinfo .wtinfocontent .sidePanelHeader {
    border-top: 20px solid #797979;
    background: #c1c1bf;
    padding: 15px;
    color: #074a8b;
}
/* Added style for edition menu */
.ecl-navigation-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ecl-navigation-list__item {
  flex-shrink: 0; }

.ecl-navigation-list__link {
  border-bottom: 2px solid transparent;
  display: block;
  font-weight: bold;
  padding: 0.89rem 1rem;
  text-decoration: none; }
  .ecl-navigation-list__link:hover {
    text-decoration: underline; }
  .ecl-navigation-list__link:focus {
    background-color: #ffd617;
    border-bottom-color: #ffd617; }

.ecl-navigation-list__link--active,
.ecl-navigation-list__link[aria-selected='true'] {
  color: #404040; }
  .ecl-navigation-list__link--active:hover,
  .ecl-navigation-list__link[aria-selected='true']:hover {
    text-decoration: none; }

/**
   * Variants
   */
.ecl-navigation-list--tabs {
  border-bottom: 2px solid #9f9f9f; 
  font-family: arial,sans-serif;
  text-decoration: none
}

.ecl-navigation-list--tabs .ecl-navigation-list__item {
  margin-bottom: -2px; }

.ecl-navigation-list--tabs .ecl-navigation-list__link--active,
.ecl-navigation-list--tabs .ecl-navigation-list__link[aria-selected='true'] {
  border: 2px solid #9f9f9f;
  border-bottom-color: #fff;
  text-decoration: none; }
  .ecl-navigation-list--tabs .ecl-navigation-list__link--active:focus,
  .ecl-navigation-list--tabs .ecl-navigation-list__link[aria-selected='true']:focus {
    border-bottom-color: transparent; }

.ecl-navigation-list--small .ecl-navigation-list__link {
  border-bottom-width: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
  padding: 0.66rem; }