body, html {
	color: #000000;
	font-size: 16px;
	background-color: #fff;

    font-family: 'GT Walsheim Pro Rg';
    font-weight: normal;
    font-style: normal;
}
html {overflow-y: scroll}
a {
	color: #009dda
}
.black,
.black > a {
	color: #000000 !important;
}
.blue-mobile {
	color: #009dd9;
}
.bolder {
	font-weight: bolder;
}
.uppercase {
	text-transform: uppercase;
}
.underlined {
	text-decoration: underline;
}
.underlined:hover {
	text-decoration: none;
}


/* Header navs */
.search-wrapper {
	display: none;
}
.search-wrapper input:focus {
	border-color: #cccccc;
	box-shadow: 0 0 0 0.2rem rgba(146, 221, 228, 0.5);
}

.search-wrapper button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
    background-color: #009dd9;
    border-color: #009dd9;
}
.search-wrapper button:hover,
.search-wrapper button:not(:disabled):not(.disabled).active,
.search-wrapper button:not(:disabled):not(.disabled):active {
	background-color: #0096d0 !important;
	border-color: #0096d0 !important;
	box-shadow: 0 0 0 0.2rem rgba(146, 221, 228, 0.5) !important;
}
.search-wrapper button.focus,
.search-wrapper button:focus {
	box-shadow: 0 0 0 0.2rem rgba(146, 221, 228, 0.5) !important;
}
.search-icon {
	color: #000 !important;
	position: relative;
	bottom: -2px;
}
.search-icon.active,
.search-icon:hover {
	color: #616161 !important;
}
.header-wrapper {
    top: 0;
    z-index: 10;
    position: fixed;
    background-color: #ffffff;
}
.header .logo img {
}
.header ul {
	float: right;
}
.header ul > li {
	float: left;
	list-style-type: none;
}
.header ul > li > a {
	font-size: 18px;
	color: #707173;
	padding: 0px 15px;
	text-transform: lowercase;
}
.header ul > li:hover a,
.header ul > li.active > a,
.header ul > li > a:hover {
	color: #000000;
	text-decoration: none;
}

.header ul > li.uppercase > a {
	text-transform: uppercase;
}
.header ul > li.lang {
	position: relative;
    bottom: -2px;
}
.header ul > li.lang a {
	padding: 0;
	font-size: 16px;
}
.header ul > li.separator a {
	padding-left: 15px;
}
.header ul > li.separator span {
	height: 15px;
    width: 1px;
    display: inline-block;
    margin: 0 10px;
    background-color: #707173;
}
.header ul > li > a.active-lang {
	color: #000000;
	font-weight: 500;
	text-decoration: none;
}
.header ul.main-menu {
    margin-bottom: 0;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.header ul.main-menu li:hover ul.submenu {
	display: block;
}

.header ul.submenu {
	float: none;
	display: none;
    position: absolute;
    padding-left: 0;
    z-index: 1;
	padding: 10px 0;
	background-color: #ffffff;
}
.header ul.submenu li a {
	color: #9d9da8;
	display: inline-block;
	padding-right: 15px
}
.header ul.submenu li a:hover,
.header ul.submenu li a.active {
	color: #000000
}
.header ul.submenu li a span {
	color: #707173;
	float: right;
}
.header ul.submenu li:last-child span {
	display: none;
}

.header ul.nav-countries {
	padding-top: 5px;
    padding-left: 0;
    float: none;
}
.header ul.nav-countries li a {
	color: #b3b5cf;
	font-size: 12px;
	padding-left: 0;
	text-transform: none;
}
.header ul.nav-countries li:hover a,
.header ul.nav-countries li a.active {
	color: #000000
}
.header ul.nav-countries li a span {
	color: #b3b5cf;
	padding-left: 15px;
}

.wrapper:not(.project-slider):not(.home) {
	margin-top: 120px;
	margin-bottom: 100px
}

.arrow-right-big {
    box-sizing: border-box;
    height: 2.5em!important;
    width: 2.5em!important;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0px 2.5px 2.5px 0px;
    transform: rotate(-45deg);
    display: inline-block;
}
.arrow-left-big {
    box-sizing: border-box;
    height: 2.5em;
    width: 2.5em;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0px 2.5px 2.5px 0px;
    transform: rotate(-225deg);
    display: inline-block;
}
.hide-mobile {
	display: block;
}

.publication-wrapper .item a {
	font-weight: 700;
	color: #009dd9 !important;
	text-decoration: none;

}
.publication-wrapper .item a:hover {
	text-decoration: underline;

}

.img-container .sticky-top {
	top: calc(3rem + 100px);
}

dl {
	width: 100%;
}

dt {
	width: 30%;
	float: left;
	font-weight: normal;
}

dd {
	width: 70%;
	float: left;
	margin-bottom: 0;
}

li.socialmedia{
	margin-left: 30px;
}

.social-media-icon{
	width: 20px;
	height:20px;
	background-repeat: no-repeat;
}

.social-media-icon.linkedin{
	background-image: url('../images/icon-linkedin.png');
}

.social-media-icon.instagram{
	background-image: url('../images/icon-instagram.png');
}

.ucfirst{
    text-transform: capitalize;
}
.project-slider .slick-wrapper .item .project-desc{
	bottom: -65px;
	margin-bottom: 0;
}
.project-slider .slick-wrapper .slick-slide{
	height: calc(100% - 65px);
	overflow: visible;
}

.publications-details img:first-child {
	width: 40%;
}

@media only screen and (max-width : 767px) {
	dl {
		width: 100%;
	}

	dt {
		width: 100%;
		float: left;
		font-weight: bold;
	}

	dd {
		width: 100%;
		float: left;
		margin-bottom: .5rem;
	}

	.wrapper {
		margin-top: 120px !important;
		margin-bottom: 100px !important;
	}
	
	.wrapper.project-slider .item,
	.wrapper.home .item{
		margin-bottom: 40px
	}

	.project .mt-5,
	.profile .mt-5 {
		margin-top: 0!important;

	}

	.wrapper {
		overflow-y: hidden;
	}
}