/* Paddings around sections*/
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

/*Images fix*/
.person-card-full__image img,
.person-card__image img,
.hero-main__bg img,
.hero-main__bg-image img
{
	height: 100% !important;
}

/*Editor visibility fix*/
section.elementor-element-edit-mode .gs_reveal {
    opacity: 1;
    visibility: visible;
}
section.elementor-element-edit-mode .team__bg.gs_reveal_bg,
section.elementor-element-edit-mode .hero-main__bg-image.gs_reveal_bg {
	opacity: 0.2;
	visibility: inherit;
}
section.elementor-element-edit-mode .hero-main__bg {
	opacity: 1;
	visibility: inherit;
	top: 0px;
}

/*Hero visibility fix*/
.elementor-invisible section.hero {
    visibility: visible;
}

/*Footer menu uppercase*/
.footer__nav .menu-item {
	text-transform: uppercase;
}



/*Career text-transform*/
.careers-benefits-item h4 {
    text-transform: none;
}

/*Career icons border*/
.careers-benefits-item__icon {
    border: none;
}

/*News banner*/
.news__banner {
	display: none;
}

/*Hiddden*/
.hidden {
	display: none;
}

/*Press Release back link*/
.subtitle .profile-back {
	position: static;
}

/*Science images fix*/
.science-graph__step-image img {
    max-width: inherit !important;
}

/*Publications link fix*/
.publications-post__meta a {
    text-decoration: underline !important;
}

@media (max-width: 1279px) {
	.science-graph__step-image img {
		max-width: 100% !important;
	}
	.science-graph__step--01 .science-graph__step-image img {
		max-width: 224% !important;
	}
	.science-graph__step--03 .science-graph__step-image img {
		max-width: 182% !important;
	}
}

/*About margin fix*/
.text-columns {
    margin-top: 40px;
}