
@font-face {
	font-family: "FontAwesome";
	font-display: swap;
	src: url("../fonts/fontawesome-webfont.eot");
	src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
	font-family: "Open Sans";
	color: #3a3a3a;
	line-height: 1.5em;
}

.uk-lightbox {
	z-index: 9999;
	background: rgba(0, 0, 0, .741);
}

.uk-lightbox-items > * > * {
	max-width: 85vw;
	max-height: 85vh;
}

body {
	overflow-x: hidden;
}

header {
	background-color: #2d5fa6;
}

.logo {
	padding-top: 20px;
	padding-bottom: 20px;
}

.uk-navbar-nav > li > a, .uk-nav li > a {
	color: white;
	font-family: "Open Sans";
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	padding: 0 25px;
}

.uk-navbar-nav > li:last-child:before {
	content: "";
	border-left: 2px solid white;
	display: block;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	position: absolute;
	left: 0;
}

.uk-navbar-nav > li, .uk-navbar-nav > li > a, .uk-navbar-dropdown-nav > li > a {
	position: relative;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li:focus > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li.uk-active > a {
	color: white;
}

.uk-navbar-nav > li > a:before {
	content: "";
	display: block;
	position: absolute;
	left: 25px;
	right: calc(102% - 15px);
	bottom: 20px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	transition-property: all;
	transition-property: right;
	-webkit-transition-property: right;
}

.uk-navbar-nav > li:hover > a:before, .uk-navbar-nav > li > a:focus:before, .uk-navbar-nav > li > a.uk-open:before, .uk-navbar-nav > li.uk-active > a:before {
	right: 25px;
}

.uk-navbar-dropdown {
	background-color: black;
	padding: 10px 20px;
}

.uk-navbar-dropdown-nav > li > a {
	color: #c8c8c8;
	text-transform: uppercase;
	font-size: 13px;
	transition: color .3s;
}

.uk-navbar-dropdown-nav > li:hover > a, .uk-navbar-dropdown-nav > li.uk-parent > a, .uk-navbar-dropdown-nav > li.uk-active > a {
	color: white;
	transition: color .3s;
}

.uk-navbar-nav > li.uk-parent > a:after {
	content: "";
	font-family: fontAwesome;
	display: block;
	position: absolute;
	right: 10px;
	color: white;
	font-weight: normal;
}

.uk-navbar-dropdown-nav > li.uk-parent > a:after {
	content: "";
	font-family: fontAwesome;
	display: block;
	position: absolute;
	right: 3px;
	top: 4px;
	color: white;
	font-weight: normal;
}

.uk-navbar-dropdown .uk-navbar-dropdown {
	left: 200px !important;
	top: 0 !important;
}

[class*=uk-icon-] {
	font-family: FontAwesome;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=uk-icon-] + h5 {
	margin-top: 20px;
}

.uk-icon-chain:before {
	content: "";
}

.uk-icon-users:before {
	content: "";
}

.uk-icon-wechat:before {
	content: "";
}

.uk-icon-chart:before {
	content: "";
}

.uk-icon-chain-broken:before, .uk-icon-unlink:before {
	content: "";
}

.uk-icon-dollar:before, .uk-icon-usd:before {
	content: "";
}

.uk-icon-chevron-circle-down:before {
	content: "";
}

.uk-icon-exclamation-triangle:before, .uk-icon-warning:before {
	content: "";
}

.uk-icon-hourglass-2:before, .uk-icon-hourglass-half:before {
	content: "";
}

.uk-icon-database:before {
	content: "";
}

.uk-icon-flask:before {
	content: "";
}

.uk-icon-fire:before {
	content: "";
}

.uk-icon-tint:before {
	content: "";
}

.uk-icon-medium {
	font-size: 38px;
	color: #d93;
}

.uk-icon-search:before {
	content: "";
	cursor: pointer;
}

.uk-icon-wrench:before {
	content: "";
}

.uk-icon-cogs:before, .uk-icon-gears:before {
	content: "";
}

.uk-icon-mobile-phone:before, .uk-icon-mobile:before {
	content: "";
}

.uk-icon-retweet:before {
	content: "";
}

.uk-icon-opera:before {
	content: "";
}

.uk-icon-check:before {
	content: "";
}

.uk-icon-thumbs-up:before {
	content: "";
}

.uk-text-contrast {
	color: white;
}

[class*='uk-modal-close-'] {
	cursor: pointer;
}

.uk-modal-dialog {
	background: rgba(255, 255, 255, .97);
}

.search-query {
	border: none;
	border-bottom: 2px solid #505050;
	font-size: 30px;
	font-weight: 100;
	padding: 10px 2px;
	text-transform: none;
	background: transparent;
	line-height: 40px;
	outline: none;
}

.search-query::placeholder {
	color: #b3b3b3;
	font-size: .8em;
	font-weight: normal;
}

.form-search {
	position: relative;
}

.form-search .uk-button {
	min-width: auto;
	padding: 5px 0;
	font-size: 20px;
}

.uk-button-link {
	color: #505050;
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 20px;
	margin-top: -14px;
}

.uk-slideshow h3 {
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h5, .uk-h5 {
	font-size: 16px;
	margin-bottom: 15px;
}

.uk-h5 {
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0;
}

h1 {
	font-weight: 550;
	font-size: 26px;
	color: black;
}

h1.blue {
	color: #215eab;
}

#top h1 {
	font-size: 54px;
	font-weight: normal;
	background: rgba(45, 95, 166, .5);
	padding: 20px;
	border-radius: 19px;
	color: #fff;
}

@media (max-width: 768px) {
	.uk-slideshow h3 {
		font-size: 2vw;
	}
	
	.uk-slideshow-items + div img {
		max-width: 80%;
	}
	
	#top h1 {
		font-size: 5vw;
	}
}

.uk-icon-bars:before {
	content: "";
}

.uk-nav li > a, .uk-nav li.uk-parent > a {
	padding: 5px;
	color: #c8c8c8;
}

.uk-nav li > a:hover {
	color: white;
}

.uk-nav li.uk-active > a {
	color: white;
}

.uk-offcanvas-bar .uk-navbar-dropdown {
	display: block;
	position: relative;
	background-color: transparent;
	left: 0 !important;
}

.uk-nav .uk-navbar-dropdown .uk-navbar-dropdown-nav > li.uk-parent > a:after {
	display: none;
}

.uk-offcanvas-bar:before {
	content: url("/images/efc-pharma-logo-reversed.png");
	margin: 0 auto 10px;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

.uk-button {
	font-family: "Open Sans";
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 35px;
	letter-spacing: 2px;
	transition: .2s all;
	line-height: 24px;
	min-width: 200px;
}

.uk-button-primary, .uk-button-primary {
	background-color: white;
	color: black;
	border: 2px solid black;
}

.uk-light .uk-button-primary:hover, .uk-button-primary:hover, .uk-light .uk-button-primary:focus, .uk-button-primary:focus {
	background-color: black;
	color: white;
	border: 2px solid white;
}

.uk-light .uk-button-secondary, .uk-button-secondary {
	background-color: black;
	color: white;
	border: 2px solid white;
	box-sizing: border-box;
}

.uk-button-secondary:hover, .uk-light .uk-button-secondary:hover, .uk-button-secondary:focus, .uk-light .uk-button-secondary:focus {
	background-color: #fff;
	color: #000;
	border: 2px solid black;
}

.uk-background-grey {
	background-color: #eee;
}

.uk-background-grey h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.uk-padding-medium {
	padding: 45px 0;
}

h4 {
	font-size: 12px;
}

.uk-icon.uk-slidenav {
	background-color: white;
	margin: 0;
	padding: 15px;
	margin-top: 30px;
}

a {
	color: #2d5fa6;
	transition: .2s color;
}

.tm-totop-scroller {
	display: none;
	display: block;
	position: fixed;
	bottom: 25px;
	right: 20px;
	top: auto;
	background: black;
	color: white;
	padding: 5px;
	transition: .2s background;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.tm-totop-scroller::after {
	content: "";
	font-family: fontAwesome;
	display: block;
	font-size: 18px;
}

.tm-totop-scroller:hover {
	background-color: #353535;
	color: white;
}

footer {
	background-color: #f4f4f4;
	padding: 20px 0 30px;
}

footer {
	font-size: 15px;
}

footer .uk-nav li > a, footer .uk-nav li.uk-parent > a {
	color: black;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 0 15px;
	min-height: 50px;
}

footer .uk-nav li:hover > a, footer .uk-nav li:focus > a {
	color: #868686;
}

footer .uk-navbar-nav > li > a:before, footer .uk-navbar-nav > li:last-child:before {
	display: none;
}

.contact-form input, .contact-form textarea, .contact-form select {
	font-family: "Open Sans", sans-serif;
	border: 1px solid #dfdfdf;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 10px 15px;
	width: 100%;
	margin: 0 0 20px 0;
	max-width: 100%;
	resize: none;
	box-sizing: border-box;
}

.contact-form ::placeholder {
	color: #9e9e9e;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
}

.contact-form textarea {
	max-height: 40px;
}

.contact-form h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
}

.expectations {
	background-image: url("/images/darker-maze-bg.jpg");
}

.collaborate {
	background-image: url("/images/darker-hect-bg.jpg");
}

.commercialization {
	background-image: url("/images/Commercialization_R2_dark.jpg");
	background-position: top;
}

.uk-light {
	color: rgba(255, 255, 255, .95);
}

.uk-light h2, .uk-light h3, .uk-light h4, .uk-light h5 {
	color: #fff;
}

#jmap_sitemap {
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 40px;
}

@media (min-width: 640px) {
	#jmap_sitemap {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 960px) {
	#jmap_sitemap {
		padding-left: 40px;
		padding-right: 40px;
	}
}

#jmap_sitemap::before, #jmap_sitemap::after {
	content: "";
	display: table;
}

#jmap_sitemap::after {
	clear: both;
}

.popup {
	height: 474px;
	width: 320px;
	background: #fff;
	bottom: -427px;
	right: 87px;
	position: fixed;
	transition: all .8s;
	vertical-align: top;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .46);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .46);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .46);
}
.popup.open {
	bottom: -40px
}

.band {
	width: 100%;
	height: 47px;
	background: #5b9ff3;
	text-align: right;
	transition: all .1s;
	cursor: pointer;
}

.band:hover {}

.popup-text-title {
	margin-bottom: 0px;
	padding-top: 10px;
	font-size: 21px !important;
}

.form-box-popup {
	padding: 10px;
	padding-right: 20px;
}

.form-box-popup .ra-button-form-submit {
	width: 100% !important;
}

.white {
	color: #fff !important;
}

.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
	border-radius: 0px !important;
	width: 100% !important;
	height: 40px !important;
}

.ra-button-form-submit {
	display: block !important;
	color: #fff !important;
	font-size: 21px !important;
	padding: .4em !important;
	text-align: center !important;
	margin-top: 1em !important;
	text-decoration: none !important;
	padding-top: .6em !important;
	padding-bottom: .6em !important;
	border-radius: 0px !important;
	background: #ff1515 !important;
	border: 0px !important;
	width: 260px !important;
}

@media (max-width: 767px) {
	.uk-hidden-small {
		display: none !important;
	}
}

.uk-navbar-container:not(.uk-navbar-transparent) {
	background: transparent;
}

.uk-object-position-center {
	object-position: center;
}

.uk-object-fit-cover {
	object-fit: cover;
}
