html {
	font-size: 95%;
}

body {
	background-image: url("/img/esi_bg.jpg");
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	line-height: 1.5;
}


div.jumbotron {
	background-color: #f6f6f6
}

.card-body.small {
	font-size: 95%;
}

#menu .active {
	font-weight: bold;
}


@media (min-width: 576px) {
	#main.container {
		max-width: 768px;
	}
	/* html { font-size: 1.5em; } */
}

@media (min-width: 768px) {
	#main.container {
		max-width: 900px;
	}
}

@media (min-width: 992px) {
	#main.container {
		max-width: 1000px;
	}
}

@media (min-width: 1200px) {
	#main.container {
		max-width: 1140px;
	}
}

nav #collapsibleNavbar .navbar {
	text-align: right;
	align-items: flex-end 
}
nav #collapsibleNavbar {
	background: #f6f6f6;
}

#header {
	/* background: radial-gradient(circle at 0%,#78ABA2,#CDE0DE,#CDE0DE,#CDE0DE); */
	background-color: #CDE0DE;

}
.issticky {
	position: sticky !important;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
/* margin-left: -50vw;
margin-right: -50vw;
width: 100vw; */
}
.issticky:after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	background-color: #CDE0DE;
	z-index: -2;
	box-shadow: 0 0.02rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
.issticky #mainnavbar:before {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	background: #f6f6f6;
	z-index: -1;
  }
.is-hidden {
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
	-webkit-transition-property: background-color,-webkit-transform,-webkit-box-shadow;
	transition-property: background-color,-webkit-transform,-webkit-box-shadow;
	transition-property: transform,background-color,box-shadow;
	transition-property: transform,background-color,box-shadow,-webkit-transform,-webkit-box-shadow;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.09,.47,.18,.99);
	transition-timing-function: cubic-bezier(.09,.47,.18,.99);
}
.header-is-sticky {
	box-shadow: none !important;
	padding-top: 0.5rem !important;
}
@media (max-width: 992px) {
	.header-is-sticky {
		padding-top: 0 !important;
	}
	.header-is-sticky #menu {
		background-color: #CDE0DE;
	}
	.header-is-sticky #menu {
		margin-top: 0 !important;
	}	
}
.header-is-sticky .navbar-left {
	max-width: 360px !important;
}
/* .header-is-sticky #menu {
	box-shadow: 0 0.02rem 1rem rgba(0, 0, 0, 0.15) !important;
}  */

#menu {
	background: #f6f6f6;
}

.lab-image {
	max-height: 133px;
	max-width: 100%;
}

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

.navbar a {
	font-size: 16px;
	color: gray;
	text-decoration: none;
}

#footer {
	background-color: #f6f6f6;
}

#footer a {
	color: gray;
}

.news-image {
	max-height: 133px;
	max-width: 100%;
}

.eq-height-col {
	flex: 2;
	padding: 16px;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.unbreakable {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.two-column {
	column-count: 1
}

.pagination .page-link{
	border: none;
	color: black;
}
.page-link:focus {
	box-shadow: 0 0 0 0.05rem #0c7869;
}
#news-article .title-bar p {
	text-align: justify;
	font-size: 1rem;
	-webkit-hyphens: auto;
	hyphens: auto;
}
#news-article .title-bar p a {
	word-wrap: break-word;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	-o-hyphens: manual;
	hyphens: manual;
	background-color: rgba(205, 224, 222, 0.6);
	border-radius: .2em;
	color: #0C7869;
	font-size: 0.8rem;
	line-height: 2em;
	padding: .2em .5em;
	transition: background 0.25s ease-out;
	white-space: nowrap;
}	
#news-article .description {
	font-size: 1.5rem;
}
#news-article .article-content .image__img {
	object-fit: cover;
	width: 100%; 
}


#news-article .featured-news .article-teaser-item .image__img{
	object-fit: cover;
	width: 100%;
	height: 200px;
}
#news-article .featured-news .article-detail-item .f-w-light{
	max-height: 50px; overflow-y: hidden;overflow-wrap: break-word;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2;text-overflow: ellipsis;
}
#news-article .featured-news .article-detail-item .headline{
	min-height: 3rem;
}


@media (max-width: 576px) {
	#news-article .article-content .image__img {
		max-height: 230px;
		height: auto;
		min-height: 220px;
	}   
	#news-article .article-content .figure__media {
		margin-left: -2.5rem;
        margin-right: -2.5rem;
	}
	#news-article .featured-news .article-teaser-item ,#news-article .featured-news .article-teaser-row__item {
		display: flex;
		padding-left: 0;
		padding-right: 0;
	}
	#news-article .featured-news .article-teaser_image{
		padding-right: 1rem;
	}
	#news-article .featured-news .article-teaser-item .image__img{
		width: 140px;
		height: 120px;
	}
	#news-article .featured-news .article-detail-item .headline{
		margin-top: 0.5rem;
		min-height: auto;
	}
	#news-article .featured-news .article-detail-item .f-w-light{
		display: none;
	}
	#news-article .featured-news .article-detail-item article a{
		display: none;
	}


}

@media (min-width: 576px) and (max-width: 767.98px) {
	#news-article .article-content .image__img {
		max-height: 350px;
		height: auto;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	#news-article .article-content .image__img {
		max-height: 400px;
		height: auto;
	}
	#news-article .article-content article .post_aside-right {
		max-width: 400px;
		width: 400px;
		margin-right: 0%;
		margin-left: 3em;
		float: right;
	}
	#news-article .article-content article .post_aside-left {
		max-width: 400px;
		width: 400px;
		margin-left: 0%;
		margin-right: 3em;
		float: left;
	}
	.one--column .post_aside-right {
		max-width: 400px;
		width: 400px;
		margin-right: 0%;
		margin-left: 3em;
		float: right;
	}
	.one--column .post_aside-left {
		max-width: 400px;
		width: 400px;
		margin-left: 0%;
		margin-right: 3em;
		float: left;
	}
}


@media (min-width: 992px) {
	#news-article .article-content .image__img {
		height: 550px;
	}
	.article-content article .post_aside-right {
		max-width: 400px;
		width: 400px;
		margin-right: -30%;
		margin-left: 3em;
		float: right;
	}
	.article-content article .post_aside-left {
		max-width: 400px;
		width: 400px;
		margin-left: -30%;
		margin-right: 3em;
		float: left;
	}
	.one--column .post_aside-right {
		max-width: 400px;
		width: 400px;
		margin-right: -30%;
		margin-left: 3em;
		float: right;
	}
	.one--column .post_aside-left {
		max-width: 400px;
		width: 400px;
		margin-left: -30%;
		margin-right: 3em;
		float: left;
	}
}

#news-article-list .jumbotrodn {
	width: calc(100% - 150px);
	margin-right: auto;
	margin-left: auto; 
	border-bottom: 1px solid #cbcbcb;
}
#news-article-list .card__kicker  a {
	word-wrap: break-word;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	-o-hyphens: manual;
	hyphens: manual;
	background-color: rgba(205, 224, 222, 0.6);
	border-radius: .2em;
	color: #0C7869;
	font-size: 0.8rem;
	line-height: 2em;
	padding: .2em .5em;
	transition: background 0.25s ease-out;
	white-space: nowrap;
}	
#news-article-list .jumbotrodn .newsroom-item__image {
    margin-right: 0;
	margin-bottom: 0;
	width: calc(50% - 60px);
}
#news-article-list .jumbotrodn .image__img {
    object-fit: cover;
	width: 100%;
	height: 240px;
}
#news-article-list .jumbotrodn .card__content {
    margin-right: 0;
	margin-bottom: 0;
	width: calc(50% - 20px);
	margin-left: 30px;
}


@media (max-width: 992px) {
	#news-article-list .jumbotrodn {
		width: 100%;
	}

}


@media (max-width: 576px) {
	#news-article-list .jumbotrodn .clearfix{
		flex-direction: column;
	}
	#news-article-list .jumbotrodn .newsroom-item__image {
		width: 100%;
	}
	#news-article-list .jumbotrodn .card__content{
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media (min-width: 992px) {
	.two-column {
		-webkit-column-count: 2;
		/* Chrome, Safari, Opera */
		-moz-column-count: 2;
		/* Firefox */
		column-count: 2;
		column-gap: 20px;
	}
}

.three-column {
	column-count: 1;
}

@media (min-width: 768px) {
	.three-column {
		column-count: 3
	}
}

@media (min-width: 576px) {
	.unbreakable {
		break-inside: auto;
		page-break-inside: auto;
		-webkit-column-break-inside: avoid;
	}
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 0px;
}

.badge.people-link {
	font-size: 120%;
}

.badge.people-link .icon {
	font-size: 2.5rem;
}

.carousel-image {
	min-height: 250px;
	max-height: 250px;
	width:100%;
	height:auto;
	object-fit: cover;

}

h1 {
	font-size: 2.5rem;
}

h2	{
	font-size: 1.3rem;
	font-weight: bold;
}

h3	{
	font-size: 1.2rem;	
	font-weight: bold;
}

h4	{
	font-size: 1.2rem;	
	font-style: italic;
}

h5	{
	font-size: 1.1rem;
	font-style: italic;
}

.external:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	content:     "\f35d";
	margin-left: 5px;
	font-size:   1rem;
    font-style:  initial;
 }
 

#front-page-columns p {
	font-size: 0.97rem;
}

@media (min-width: 991px) {
	.language-switcher {
		position: absolute;
		right: 1%;
	}
	.dropdown-submenu {
		position:relative;
	}
	.dropdown-submenu>.dropdown-menu {
		top:0;
		left:100%;
		margin-top:-6px;
		margin-left:-1px;
		-webkit-border-radius:0 6px 6px 6px;
		-moz-border-radius:0 6px 6px 6px;
		border-radius:0 6px 6px 6px;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display:block;
	}
	.dropdown-submenu>a:after {
		display:block;
		content:" ";
		float:right;
		width:0;
		height:0;
		border-color:transparent;
		border-style:solid;
		border-width:5px 0 5px 5px;
		border-left-color:#cccccc;
		margin-top:5px;
		margin-right:-10px;
	}
	.dropdown-submenu:hover>a:after {
		border-left-color:#ffffff;
	}
	.dropdown-submenu.pull-left {
		float:none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
		left:-100%;
		margin-left:10px;
		-webkit-border-radius:6px 0 6px 6px;
		-moz-border-radius:6px 0 6px 6px;
		border-radius:6px 0 6px 6px;
	}
	.schedule .nav .item-text {
	min-width: 250px;
	}
	
	.schedule .schedule-slot-time {

		width: 200px;
		padding-right: 30px;
		padding-left: 30px;
	}

}
.language-switcher {
	display: flex;
	margin: auto ;
}
.language-switcher li {
	list-style-type: none;
	display: flex;
}
.language-switcher li + li:before{
	content: " | ";
	color:grey;
    padding: 0.5rem 0.5rem;
}

.language-switcher a  {
	display: block;
	padding: 0.5rem 0.5rem;
}
.language-switcher a.active  {
	color:#0C7869 ;
	text-decoration: underline;
}

@media (max-width: 991px) {
	.language-switcher {
		border-top: 1px solid gray;
		margin-bottom: 1rem;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        padding-left: 0px;


	}
	.language-switcher li {
		display: contents;
	}
    nav #collapsibleNavbar .navbar {
		text-align: left;
		display:block; 
		padding:0;
	}
	nav #collapsibleNavbar .navbar li {
		padding: .5rem 1rem;
	}
    .navbar a {
		padding-left: 1em !important;
	}
    .schedule .container {
		padding-left: 0px;
        padding-right: 0px;
	}
	.schedule .nav-link {
	    width: -moz-available;
	}
	.schedule .schedule-slot-time {
		width: 120px;
		padding-right: 5px;
		padding-left: 10px;
		text-align: center;
	}
	.schedule .item-wrapper {
		padding-right: 7px !important;
	}
	.schedule .schedule-slot-abstract {
		top: 80%;
		}
	.news-list .news-list-item .spalte_links {
		width:          100%!important; 
		height:         auto!important;
	}
	.news-list .news-list-item .spalte_mitte {
		width:         100%!important
	}
	
	.news-list .spalte_mitte .teaser-text {
		text-align: right!important;
	}
	
	.news-list .spalte_rechts{
		width:         100%!important;
	}
   
}
.titelevent{
    margin-top: 25px; margin-left: 40px; margin-bottom: 1.5rem;

}

.titelevent::after
{
	content: " ";
height: 4px;
width: 170px;
background:
#0C7869;
display: block;

}

.schedule .item-wrapper {
	flex-grow: 1;
	position: relative;
	padding-right: 50px;
	flex-basis: 0;
	display: inline-grid;
}
.schedule .panel-heading {
	display: flex;
	padding: 30px 0;
	position: relative;
	background-color: rgba(0,0,0,.01);
	border-bottom: 1px inset #e5e5e5 !important;
	border-bottom-width: 1px;
}
.schedule .panel-heading:hover {

	background-color: rgba(0,0,0,.025);

}

.schedule .schedule-slot-abstract {
position: absolute;
right: 20px;
line-height: 1;
text-align: right;
cursor: pointer;
top: 80%;
}
.schedule .item-wrapper .schedule-slot-abstract i,
.schedule .item-wrapper.collapsed .schedule-slot-abstract i {
	font-size: 26px;
	color: #0c7869;;
	line-height: 1em;
cursor: pointer;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
position: relative;
top: 4px;
}
.schedule .item-wrapper.collapsed .schedule-slot-abstract i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.schedule .panel-collapse .card-body {
	background: #f3f4f3;
	padding: 30px 45px;
}

.schedule .nav .item-text {
	border-bottom: 0;
border-top: 0;
cursor: pointer;
position: relative;
padding: 15px;
text-align: center;
}
.schedule .item-wrapper  .affiliation {
	margin-bottom: 1.5rem;
}
.schedule .item-wrapper .name {
	margin-bottom: .2rem;
}
.schedule .item-wrapper .title {
	margin-bottom: 2.5rem;
}

.schedule .nav-tabs .nav-link.active {
	background:	#0c7869 !important;

}
.schedule .nav-tabs .nav-link,
.schedule .nav-tabs .nav-link.active{
	background:	#fafdfd;
	border: 1px solid transparent;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.schedule .nav-tabs .nav-link.active .item-text::before {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: -8px;
	border-left: 12px solid
	transparent;
	border-right: 12px solid
	transparent;
	opacity: 1;
	border-top: 12px solid
	#0c7869;
	content: "";
	bottom: -22%;
} 

.schedule .nav-tabs .nav-link.active .item-text {
	color:	white;
}
.organizers .team-item {
	position: relative;
	padding-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.organizers .info-text {
	text-align: center;
}
/* .organizers .team-img {
	width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.organizers .team-img  img{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
} */

.venue .venue-map iframe{
	width: 100%;
	height: 100%;
	min-height: 300px;
}

.venue .venue-info{
	background: url("/img/esi_building.jpg") top center no-repeat;
    background-size: auto;
	background-size: cover;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	color: white;
}

.venue .venue-info::before{
	content: "";
	background:rgba(12, 120, 105, 0.8);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.contactus{
	padding: 2rem;
background-color:#f6f6f6;
}
.contactus .contact-info{
	text-align: center;
}

.Pastmeetings .Pastmeetings-list .btn {

	padding: 0.7rem 0.75rem;
	background: #227f7e;
	color: white;
	margin-right: 10px;
	margin-bottom: 15px;
}
.Pastmeetings{
	margin-bottom: 30px;
}

.pastevent .eventlist{
	padding-bottom: 40px;margin-bottom: 40px;border-bottom: 1px solid#cbcbcb;
}
.pastevent .eventlist .date{
	display: flex;justify-content: space-between; padding-bottom: 8px;padding-top: 4px;
}
.pastevent .eventlist .description{
	display: -webkit-box; -webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}
/* .pastevent .eventlist .bnt{
	background-color:#fff;border: 1px solid	#0C7869;
} */
.pastevent .poster {
	min-height: 300px;
    overflow: hidden;
}
.pastevent .poster  img{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
	/* Bottom right text */
	.text-block {
	  position: absolute;
	  bottom: 20px;
	  left: 30px;
	  right: 30px;
	  background-color: rgba(200, 240, 240,0.2);
	  color: black;
	  padding-left: 20px;
	  padding-right: 20px;
	} 
  }
  

.news-list-title{
	text-align:    left;
	margin-bottom: 10px;
	margin-top:    10px;
	padding-left: 0px;
}
/* .news-list-title h3{
	font-size:   1.5rem;
} */

.news-list .jahr {
	text-align:	  start;
	padding-left:  2rem;
}
.news-list .jahr h4 {
	/* font-style: initial; */
	font-weight: bold;
}

.news-list .news-list-item {
	margin-bottom: 1.5rem;
}
.news-list .news-list-item .spalte_links {
	width:          23%; 
	padding-right: 18px;
	float:         left;
	align-content: flex-end;
	display:       flex;
	height:        100%;
}
.news-list .news-list-item .spalte_links h5 {
    font-style: initial;
}
.news-list .news-list-item .spalte_mitte {
	width: calc(53% - 18px);
	float:         left;
	padding-right: 18px;
}

.news-list .spalte_mitte .headline a{
	font-size:     1rem;
}

.news-list .spalte_rechts{
	width:          25%;
	float:         left;
	text-align:  center; 
	border-left-width: 0px; 
	border-left-style: solid;
}
.news-list .spalte_rechts a{
	font-size:     1rem;
	color:       gray;
}


@media (max-width: 576px) {
	#homepage .teaser-card .text-white {
		position: relative !important;
		bottom:   0px !important;
	}
	#homepage .card  {
		border: none;
	}

}


@media (min-width: 576px) {
	#homepage .teaser-card .text-white {
		/* position: relative !important; */
		bottom:   0px !important;
	}
	#homepage .card  {
		border: none;
	}

}

@media (max-width: 576px) {
	#homepage .event-abstract {
		flex-direction: column !important;
	}
}

@media (max-width: 768px) {
	#homepage {
		padding-right: 0px;
        padding-left: 0px;
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {
	#homepage .event-abstract .right-wrapper { 
		margin-bottom: -3.5rem !important;
		margin-top: -3.5rem !important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	#homepage .event-abstract .right-wrapper { 
		margin-bottom: -2.5rem !important ;
		margin-top: -3.5rem !important;
	}
}
@media (max-width: 992px) {
	#homepage .event-abstract .img-container { 
		height: 100% !important;
	}

	#homepage .event-abstract .inner-right {
		padding: 3rem 3rem 3rem 2rem !important;
		position: inherit !important;
		top: 0px !important;
		/* muss entfernen */
	}

	#homepage .event-abstract .right-wrapper { 
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

#homepage .event-abstract {
	display: flex;
	flex-direction: initial;
}
#homepage .event-abstract .right-wrapper { 
	margin-bottom: -2.5rem;
	margin-top: 0rem;
}
#homepage .event-abstract .img-container { 
	position: absolute; 
	width: 100%; 
	bottom: 0; 
	left: 0; 
	padding: 0;
	height: 460px;
}
#homepage .event-abstract .img-container img{ 
	height: 100%;
	object-fit: cover;
}
#homepage .event-abstract .inner-right{ 
	position: absolute; 
	top: 30px; 
	z-index: 1; 
	padding: 0 6rem;
	color: white;
}
#homepage .event-abstract .field-item p a{ 
	color: white;
	text-decoration: underline;
}
#homepage .event-abstract .field-item p { 
	font-size: 1.1rem;
	line-height: 1.7;
	font-weight: 700;
}

.owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owl-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.owl-theme .owl-nav {
	bottom: -30px;
left: 0;
width: 100%;
position: relative;
text-align: center;
-webkit-transition: .3s opacity;
-o-transition: .3s opacity;
transition: .3s opacity;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
z-index: 10;
}

#ESIslider .item {
    opacity: .9;
	-webkit-transform: scale3d(0.92, 0.92, 1);
	transform: scale3d(0.92, 0.92, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #FFF;
	border-radius: 3px;
}
#ESIslider .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
	background-color: #FFF;
}
#homepage .button-autoplay {
	bottom: 10px;
	left: 94%;
	width: 10px;
	position: relative;
	text-align: right;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10;
}
#homepage .button-autoplay i {
	color: rgb(12, 120, 105) !important;
	font-size: 1.8rem !important;
}
@media (max-width: 576px) {
	#ESIslider .item .item-textcontent{
		height: 350px !important;
		width: 100% !important;
		padding-left: 0 !important;	
	}

    #ESIslider .item .item-textcontent .img-container img{
		height: 230px !important;	
		-ms-transform: translateY(0%) !important;
		transform: translateY(0%) !important;
	}
	
	#ESIslider .item .item-textcontent a{

		margin-bottom: 0px !important;
	}	

	#ESIslider .item .item-textcontent a h2{
		font-size: 1.7rem !important;
		margin-bottom: 2px !important;
		line-height: 1 !important;
	}

	#ESIslider .item .item-textcontent a p{
		line-height: 1.3 !important;
	}

	#ESIslider .owl-dots{
		right: 41%;
	}
	#ESIslider .owl-nav .owl-prev {
		right: 60%;
	}
	 
	#ESIslider .owl-nav  .owl-next {
		left: 60%;
		right: 0;
	}
	#homepage .button-autoplay {
	left: 75% !important;
	}   
}
@media (min-width: 576px) and (max-width: 991.98px) {
	#ESIslider .owl-nav .owl-prev {
		right: 21%;
	}
	 
}
.owl-nav{
	position: absolute;
	top: 30%;
	width: 100%;}
.owl-prev{
	position: absolute;
	right: 18%;
	bottom: -22%;
	background: transparent !important;
	color: rgb(12, 120, 105) !important;
	font-size: 1.4rem !important;
	}
.owl-prev:hover{
	color: #adadad !important;
}

.owl-next {
	position: absolute;
	right: 8%;
	bottom: -22%;
	background: transparent !important;
	color: rgb(12, 120, 105) !important;
	font-size: 1.4rem !important;
	}
	
	
.owl-dots {
counter-reset: slides-num;
/* Initialize counter. */
position: absolute;
bottom: -9%;
right: 11%;
margin-top: 15px;
}
.owl-dots:after {
content: counter(slides-num);
display: inline-block;
font-size: 1rem;
font-weight: 700;
vertical-align: middle;
padding-left: 4px;
}

.owl-dot {
display: block;
counter-increment: slides-num;
margin-right: 5px;
float: left;
}
.owl-dot span {
display: none !important;
}
.owl-dot.active:before {
content: counter(slides-num) " /";
display: inline-block;
vertical-align: middle;
font-size: 1rem;
position: absolute;
left: 3px;
top: 0;
}		


.tweet span{
	position: relative;
	bottom: 30px;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: rgb(27, 149, 224);
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
.tweet:hover span {
	bottom: 0px;
	opacity: 1;
	z-index: 1;
}


.mask-effect::before{
	background-color: #032D27;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	content: "";
	/* width: calc(100% - 92px);
    left: 46px; */
}


.ce-textcontent i{
	transition: all 500ms ease 0s;
	color: inherit;
	font-size: 1.2rem;
	position: absolute;
	/* right: 0;
	top: 50%; */
}
.item-textcontent a:hover i {
	transform: translate3d(7px, 0, 0);
}
.item-textcontent a::before{
	bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}

.ce-bodytext{
	padding: 15px 8px 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	border: 1px solid #fff;
	transition: .35s ease;
}

#front-page-columns .contact-info::before{
	content: '';
	background: url(/img/esi_icon.png) left top no-repeat;
		background-size: auto;
	width: 65px;
	height: 60px;
	margin-top: 8px;
	float: inline-start;
	background-size: 40px auto;
	margin-left: 40px;
}

#research .imagelab .image__fallback{

	object-fit: cover;
	width: 100%;
	height: 200px;
	object-position: 0%;
}

@media (max-width: 576px) {
	#research .imagelab .image__fallback {

		height: 160px !important;
		object-position: 10%;
	}
}	
@media (max-width: 767.98px) {	
	#research .sidebar-wrapper{
		position: static !important;
	}
}

.one-column > p:first-of-type:first-letter {
	float: left;
	font-size: 3.5rem;
	line-height: 0.65;
	margin: 0.1em 0.1em 0.15em 0;
	font-weight: bold;
}


.item-wrapper[aria-expanded="false"] .accordion__arrow i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.item-wrapper[aria-expanded="true"] .accordion__arrow i {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.item-wrapper .accordion__arrow i ,
.item-wrapper.collapsed .accordion__arrow i  {
	color: #0c7869;;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
display: flex;
}

#formerlabs .item-wrapper[aria-expanded="false"] .accordion__arrow i {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#formerlabs .item-wrapper[aria-expanded="true"] .accordion__arrow i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}


.breadcrumb {
	background-color: initial;
	border-radius: initial;
	font-size: 0.9rem; }