body {
    display: block;
    margin: 0px;
}

.ecl-link-block.grouping-header h3 {
	padding: 0 1rem;
}

/* 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; }
  
/* Other styles */
  
.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: 3px solid #ffd617;
     padding: 10px;
     max-width: 100%;
}

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

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

.yellowline{
	 border-top: 3px solid #ffd617;
}

.size-input {
    width: 443px;
}

#edit-field-subject-fix-wrapper > p > input{
	 width: 443px !important;
}