/**
Theme Name: Titan
Author: Encodica
Author URI: https://encodica.com/
Description: Main Theme for Titan
Version: 1.1.0
License: GNU General Public License v2 or later
Text Domain: titan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
**/

/**

Root 
- Colors
**/

:root {
	--s-color-main-dark: #20286d;
	--s-color-main-dark-2: #20286d;
	--s-color-link: #0466b2;
	--s-color-main-light: #ffffff;
	--s-color-main-light-2: #e8f3db;
	--s-color-purple: #585fa8;
	--s-color-secondary: #76b62b;
	--s-font-family: "proxima-nova", sans-serif;
	/* Schema font sizes */
	--s-font-size-small: 16px;
	--s-font-size-base: 19px;
	--s-font-size-medium: 27px;
	--s-font-size-big: 31px;
	--s-font-size-large: 35px;
	--s-font-size-xlarge: 46px;
	--s-font-size-xxlarge: 54px;
	--s-font-size-xxxlarge: 89px;
}

/**
**** CONTENT ****

1. Global
2. Colors
3. Fonts
4. Main - Top Header
5. News Ticker
6. Home Page
5.
**/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,700&subset=greek");

/**
**** 1. Global ****
*/
html,
p {
	font-family: var(--s-font-family);
	font-weight: 300;
	color: var(--s-color-main-dark);
}

html {
	line-height: 1.3;
	font-size: var(--s-font-size-base);
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

p {
	color: var(--s-color-main-dark);
	font-size: var(--s-font-size-base);
	font-weight: 300;
	line-height: 1.4em;
}

strong {
	font-family: var(--s-font-family);
}

.uk-container-large {
	max-width: 1380px;
}

/* ol, p {font-family: 'Roboto Condensed', sans-serif;} */
/* p {margin: 0} */
* + p {
	margin-top: 0;
}

em {
	color: inherit;
}

a,
span {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

*,
*::before,
*::after {
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.hover-transition {
	-webkit-transition: background-color 0.3s !important;
	-moz-transition: background-color 0.3s !important;
	transition: background-color 0.3s !important;
}

.uk-list.uk-list-bullet > li::before {
	content: "";
	height: 1.3em;
}

.uk-list.uk-list-bullet > li:nth-child(n + 2) {
	margin-top: 5px;
}

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
	font-family: var(--s-font-family) !important;
	color: var(--s-color-main-dark);
	margin: 0 0 5px 0;
	font-weight: 800 !important;
	line-height: 1.1em !important;
}

.s-color-main-light h1,
.s-color-main-light .uk-h1,
.s-color-main-light h2,
.s-color-main-light .uk-h2,
.s-color-main-light h3,
.s-color-main-light .uk-h3,
.s-color-main-light h4,
.s-color-main-light .uk-h4,
.s-color-main-light h5,
.s-color-main-light .uk-h5,
.s-color-main-light h6,
.s-color-main-light .uk-h6 {
	color: var(--s-color-main-light);
}

h1,
.uk-h1 {
}

h2,
.uk-h2 {
	font-size: var(--s-font-size-xxlarge);
}

h3,
.uk-h3 {
}

h4,
.uk-h4 {
}

h5,
.uk-h5 {
	font-size: 24px;
	font-weight: 700;
}

h6,
.uk-h6 {
	font-size: 24px;
	font-weight: 300;
}

.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
	font-family: var(--s-font-family) !important;
}

.uk-grid-divider > :not(.uk-first-column)::before {
	border-left-color: #9e9e9e;
}

.uk-divider-small::after {
	width: 50px;
	max-width: 50%;
	border-top-color: #9e9e9e;
}

.height-mini {
	height: 149px;
}

.height-small {
	height: 180px;
}

.height-medium {
	height: 300px;
}

.height-big {
	height: 399px;
}

.height-huge {
	height: 500px;
}

@media only screen and (max-width: 1366px) {
	.height-mini {
		height: 138.5px;
	}
}

@media only screen and (max-width: 1200px) {
	.height-mini {
		height: 161px;
	}
}

@media only screen and (max-width: 1079px) {
	.height-mini,
	.height-big,
	.height-huge {
		height: 392px;
	}
}

@media only screen and (max-width: 959px) {
	.height-mini,
	.height-big,
	.height-huge {
		height: 210px;
	}

	.height-small {
		height: 150px;
	}
}

.uk-padding-medium {
	padding: 10px 25px;
}

.roboto {
	font-family: "Roboto", sans-serif !important;
}

.roboto-cond {
	font-family: "Roboto Condensed", sans-serif !important;
}

.position-bottom {
	position: absolute;
	bottom: 10px;
}

@media (min-width: 640px) {
	.position-bottom\@s {
		position: absolute;
		bottom: 0px;
	}
}

#search-form .uk-form-icon {
	background-color: #30557f;
}

#search-form .uk-form-icon svg {
	color: #fff;
}

[class*="uk-divider"] {
	margin-bottom: 5px;
}

.search-menu .uk-close {
	padding-top: 13px;
}

.pagination-wrap .uk-pagination .uk-active {
	color: black;
	cursor: auto;
}

.pagination-wrap .uk-pagination .uk-button {
	padding: 0 15px;
}

.pagination-wrap .uk-pagination > *:not(.uk-first-column) {
	padding-left: 10px;
}

.entry-content p {
	margin-bottom: 10px;
}

.footer-menu .uk-list > li > a {
	font-size: 0.875rem;
	padding: 0;
	color: #444;
}

.footer-menu .uk-list > li > a:hover {
	color: #3f7b9d !important;
}

.footer-menu .uk-list > li:nth-child(n + 2) {
	margin: 0;
}

.footer-topline {
	border-top: 1px solid #d3d3d3;
	margin: 40px 0 !important;
}

#footer_menu_container .uk-list {
	float: left;
	position: relative;
	margin-right: 20px;
	margin-top: 0;
}

.fade_under_menu {
	position: relative;
}

.fade_under_menu::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
}

.fade_under_menu.transparent::after,
.fade_under_menu.transparent-offcanvas::after {
	opacity: 0.7;
	visibility: visible;
	z-index: 3;
}

.breadcrumbs {
	display: none;
}

.underline {
	text-decoration: underline;
}

/*
* Divider
* `nth-child` makes it also work without JS if it's only one row
*/
.uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column)::before {
	content: "";
	height: 1em;
	margin-left: -10px;
	margin-right: 10px;
	border-left: 1px solid #e5e5e5;
}

@media (max-width: 640px) {
	#page-header .uk-subnav {
		display: none;
	}
}

@media (min-width: 1200px) {
	.grid-extra-small {
		margin-left: -5px;
	}

	.grid-extra-small > * {
		padding-left: 5px;
	}

	.bgcolor-lightgrey\@l {
		background-color: #f8f8f8;
	}
}

.lang-menu .uk-dropdown {
	min-width: 120px;
}

/* .worldwide .uk-dropdown {min-width: 160px} */
.lang-menu li.uk-active,
.lang-menu li a:hover,
.worldwide li.uk-active,
.worldwide li a:hover {
	/* color: #1e5f97; */
	color: var(--s-color-secondary);
}

#page-header a:hover,
#page-header .uk-active > a {
	color: var(--s-color-main-dark-2);
	font-weight: 700;
}

/**
**** 2. Colors ****
**/
.bgcolor-lightgrey {
	background-color: #f8f8f8;
	/* background-color: #e7f2da; */
}

.bgcolor-mediumgrey {
	background-color: #686868;
}

.bgcolor-lightmediumgrey {
	background-color: #dddddd;
}

.bgcolor-grey {
	background-color: #444;
}

.bgcolor-white {
	background-color: #fff !important;
}

.bgcolor-green {
	background-color: #5ebcb9;
}

.bgcolor-lightgreen {
	background-color: #5cc1bd;
}

.bgcolor-lightbrown {
	background-color: #9c8b8a;
}

.bgcolor-blue {
	background-color: #30557f;
}

.color-green {
	color: #5ebcb9;
}

.color-lightgrey {
	color: #f8f8f8;
}

.color-mediumgrey {
	color: #7a7777;
}

.color-grey {
	color: #444;
}

.color-white,
a.color-white,
a.color-white:hover {
	color: #fff !important;
}

.color-beige {
	color: #a18383;
}

.color-blue {
	color: var(--s-color-main-dark-2) !important;
}

.s-color-main-dark {
	color: #1e276b;
}

.s-color-main-light {
	color: #ffffff;
}

/**
**** 3. Fonts ****
**/
/* .aio-icon-title {font-size: 21px!important} */
.fnt-a1 {
	font-family: var(--s-font-family);
	font-weight: 800;
	font-size: var(--s-font-size-xlarge);
}

.fnt-a2 {
	font-family: var(--s-font-family);
	font-weight: 300;
	font-size: 45px;
}

.fnt-a3 {
	font-family: var(--s-font-family);
	font-weight: 700;
	font-size: 2.2rem;
}

.fnt-a4 {
	font-family: var(--s-font-family);
	font-weight: 300;
	font-size: 34px;
	margin: 0;
}

.fnt-a5 {
	font-family: var(--s-font-family);
	font-weight: 700;
	font-size: 24px;
}

.fnt-a6 {
	font-family: var(--s-font-family);
	font-weight: 300;
	font-size: 27px;
}

.fnt-b1 {
	font-family: var(--s-font-family);
	font-weight: 700;
	font-size: 21px;
	line-height: 1.1em;
}

.fnt-b2 {
	font-family: var(--s-font-family);
	font-weight: 300;
	font-size: 24px;
	margin: 0;
}

.fnt-b3 {
	font-family: var(--s-font-family);
	font-weight: 700;
	font-size: 24px;
}

.fnt-b3a {
	font-family: var(--s-font-family);
	font-weight: 700;
	font-size: 22px;
}

.fnt-b3b {
	font-family: var(--s-font-family);
	font-weight: 700;
	font-size: 20px;
}

.fnt-b4 {
	font-family: var(--s-font-family);
	font-weight: 400;
	font-size: 20px;
}

.fnt-b5 {
	font-family: var(--s-font-family);
	font-weight: 300;
	font-size: 18px;
	margin: 0;
}

.fnt-b6 {
	font-family: var(--s-font-family);
	font-weight: 700;
	font-size: 16px;
}

.fnt-b7 {
	font-family: var(--s-font-family);
	font-weight: 400;
	font-size: 16px !important;
	line-height: 16px;
}

.fnt-b8,
.fnt-subcontent p {
	font-family: var(--s-font-family);
	font-weight: 300;
	font-size: 16px;
}

.fnt-c1 {
	font-family: var(--s-font-family);
	font-weight: 700;
	font-size: 0.75rem;
	margin-bottom: 0;
}

.fnt-c2 {
	font-family: var(--s-font-family);
	font-weight: 400;
	font-size: 0.75rem !important;
	letter-spacing: 0.5px;
}

.fnt-c3 {
	font-family: var(--s-font-family);
	font-weight: 300;
	font-size: 0.75rem;
}

.fnt-c4 {
	font-family: var(--s-font-family);
	font-weight: 700;
	font-size: 0.75rem;
}

.fnt-c5 {
	font-family: var(--s-font-family);
	font-weight: 400;
	font-size: 0.65625rem;
}

.fnt-c6 {
	font-family: var(--s-font-family);
	font-weight: 300;
	font-size: 0.65625rem;
}

.fnt-d1 {
	font-family: var(--s-font-family);
	font-weight: 700;
	font-size: 0.85rem;
}

.fnt-d2 {
	font-family: var(--s-font-family);
	font-weight: 400;
	font-size: 0.85rem;
}

.fnt-d3 {
	font-family: var(--s-font-family);
	font-weight: 700;
	font-size: 9px;
}

.fnt-d4 {
	font-family: var(--s-font-family);
	font-weight: 400;
	font-size: 9px;
}

/* Schema fonts */
.s-fnt-a1 {
	font-family: var(--s-font-family);
	font-weight: 300;
	font-size: 20px;
}

/**
**** 4. Main Menu - Top Header ****
**/
#top-header svg {
	margin: -3px 0 0 8px;
}

/* #top-header .uk-container {padding: 0 5px;} */

#main-menu .uk-navbar-nav > li > a {
	text-transform: none;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	padding: 50px 30px 40px 7px;
	margin-right: 2px;
	font-size: 0.9rem;
}

html[lang='el'] #main-menu .uk-navbar-nav > li > a {
	padding: 50px 30px 40px 7px;
	font-size: 0.8rem;
}

#main-menu .uk-navbar-item {
	padding: 0;
}

#top-header .uk-container,
#main-menu.uk-container {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

#main-menu .uk-nav-default > li > a,
#main-menu .uk-nav-default .uk-nav-sub > li > a {
	color: var(--s-color-main-dark);
}

#main-menu .uk-nav-default > li > a:hover,
#main-menu .uk-nav-default .uk-nav-sub > li > a:hover {
	color: var(--s-color-link);
}

#main-menu .uk-nav-default .uk-nav-sub > li > a.uk-button-text::before {
	border-bottom-color: #316f9e;
}

[class*="uk-navbar-dropdown-bottom"] {
	margin-top: 0;
	background-color: #fff;
	margin-left: -32px;
}

.search-menu [class*="uk-navbar-dropdown-bottom"] {
	margin-left: 0;
}

[id^="menu-main-menu"] a.sub-menu-link {
	text-decoration: none !important;
	/* font-size: 16px;
	font-weight: 300; */
}

[id^="menu-main-menu"] a.sub-menu-link svg {
	padding-bottom: 3px;
}

.dropdown-submenu .uk-dropdown {
	box-shadow: none !important;
	background-color: #fff;
}

.dropdown-submenu.uk-dropdown-bottom-center {
	margin-top: -9px !important;
}

.menu-depth-2.uk-list > li:nth-child(n + 2) {
	margin-top: 3px;
}

.dropdown-submenu.uk-dropdown > ul li:first-child {
	margin-top: -20px;
}

[id^="menu-main-menu"] .uk-dropdown {
	padding: 25px 10px;
}

@media (min-width: 960px) {
	#main-menu .uk-flex-1 {
		height: 107px;
	}
}

.offcanvas-toggle {
	display: none;
}

@media (max-width: 1075px) {
	.offcanvas-toggle {
		display: inherit;
	}

	.menu-visibility {
		display: none;
	}
}

/* Sweep To Top */
.sweep-to-top {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	color: inherit !important;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.6s !important;
	transition-duration: 0.6s !important;
}

.sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: inherit;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.sweep-to-top:hover,
.sweep-to-top.hovered {
	color: white !important;
}

.sweep-to-top:hover:before,
.sweep-to-top.hovered:before {
	-webkit-transform: scaleY(0.7);
	transform: scaleY(0.7);
}

.uk-sticky {
	border-bottom: 1px solid #d3d3d3;
}

/* Offcanvas Menu */
#offcanvas-menu {
	position: absolute;
	margin-top: 1px;
	right: 0;
	width: 330px;
	overflow-y: auto;
	height: 100vh;
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
}

@media (min-width: 960px) {
	#offcanvas-menu {
		width: 350px;
	}
}

.offcanvas-bar {
	background: #fff;
}

.offcanvas-bar > ul {
	padding: 50px 0;
}

.offcanvas-bar [id^="menu-main-menu"] li.main-menu-item:not(:last-child) {
	border-bottom: 1px solid #d2d2d2;
	/* padding-bottom: 8px; */
}

.offcanvas-bar [id^="menu-main-menu"] li.main-menu-item {
	border-left: 5px solid;
	padding: 10px 15px;
}

[id^="menu-main-menu"].uk-list > li > ul {
	margin: 0;
}

.offcanvas-bar [id^="menu-main-menu"].uk-list > li:nth-child(n + 2) {
	margin-top: 5px;
}

.offcanvas-bar ul.uk-nav-sub {
	padding: 0;
}

.offcanvas-bar .uk-offcanvas-close svg {
	color: #444;
}

#offcanvas-menu .uk-offcanvas-close {
	top: auto;
	padding-top: 15px;
	right: 20px;
}

.offcanvas-bar a.main-menu-link {
	font-family: var(--s-font-family);
	color: #444;
	font-weight: 700;
}

.offcanvas-bar .uk-parent > a.click {
	padding-left: 10px;
	padding-right: 10px;
}

.offcanvas-bar .uk-parent > a.click::after {
	content: url("data:image/svg+xml;charset=UTF-8,<svg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'> <rect x='9' y='1' width='1' height='17'></rect> <rect x='1' y='9' width='17' height='1'></rect></svg>");
}

.offcanvas-bar .uk-parent.uk-open > a.click::after {
	content: url("data:image/svg+xml;charset=UTF-8,<svg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'> <rect height='1' width='18' y='9' x='1'></rect></svg>");
}

.offcanvas-bar .sub-menu > li > a.sub-menu-link {
	font-family: var(--s-font-family);
	color: #555;
}

.offcanvas-bar .sub-sub-menu > li > a.sub-menu-link {
	color: #999;
}

#offcanvas-menu .uk-nav li > a {
	display: inline-block;
}

@media (min-width: 0px) {
	.search-menu .uk-navbar-dropdown {
		width: 70vw;
	}
}

@media (min-width: 960px) {
	.search-menu .uk-navbar-dropdown {
		width: 600px;
	}
}

/**
**** 5. News Ticker ****
**/

ul#news-ticker {
	padding-left: 0;
}

#news-ticker li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 55px;
	padding: 0;
	line-height: 55px;
	list-style: none;
}

#news-ticker-container .state {
	font-size: inherit;
	margin: 0;
}

.btn-newsticker {
	height: 55px;
	padding: 10px 25px;
}

.btn-newsticker i {
	margin-left: 0;
}

#news-ticker-infos a.uk-button-text:hover {
	color: #fff;
}

#news-ticker-infos a.uk-button-text::before {
	border-bottom-color: #fff;
}

a.uk-button-text.uk-icon svg {
	margin-top: -3px;
	transform: translate(5px, 0);
}

/**
**** 6. Home Page ****
**/
.vertical-divider > * {
	position: relative;
}

.vertical-divider.uk-grid-stack > .uk-grid-margin::before {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	right: 0;
	border-top: 1px solid #808080;
}

.divider-white > * {
	position: relative;
}

.divider-white > :not(.uk-first-column)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: white;
	padding: 0 3px;
	z-index: 9999;
}

.padding-30 {
	padding: 30px 0;
}

.home-section-1 a.uk-button-text.uk-icon svg,
.home-section-2 a.uk-button-text.uk-icon svg {
	margin-top: -3px;
	transform: translate(3px, 0);
}

/* Main Pages */
/* .uk-breadcrumb i {margin: 0 10px 0 3px} */

.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
	content: "";
	background: url("data:image/svg+xml;charset=UTF-8,<svg width='10' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><polyline fill='none' stroke='%23bcbcbc' stroke-width='1.03' points='7 4 13 10 7 16'></polyline></svg>");
	width: 20px;
	background-repeat: no-repeat;
	height: 14px;
	margin: 0;
}

.uk-breadcrumb > * > * {
	font-size: 0.75rem;
}

#page-header .divider {
	padding: 0 10px;
}

.bottom-aligner {
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
}

.bottom-content {
	display: inline-block;
}

.header-border-top {
	border-top: 1px solid #d3d3d3;
}

/* Annual Reports Page */
.uk-select,
.uk-select:focus {
	background-color: var(--s-color-main-dark);
	color: #fff;
}

.uk-select option {
	min-height: 2em;
}

.uk-select:not([multiple]):not([size]) {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="25" height="19" xmlns="http://www.w3.org/2000/svg" ratio="0.5"><polyline fill="none" stroke="%23fff" stroke-width="1.03" points="16 7 10 13 4 7"></polyline></svg>');
}

.annual_results a span:hover {
	color: #a7c0d4 !important;
}

/* Newsmedia Page */
.all_posts .bgcolor-lightgrey {
	webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.all_posts .bgcolor-lightgrey:hover {
	background-color: #efefef;
}

/* MediaLibrary Page  */
ul.media-tab.uk-tab {
	margin-bottom: 0;
}

.media-tab.uk-tab::before {
	border: 0;
}

.media-tab.uk-tab > *:not(:first-child) {
	padding-left: 2px;
}

.media-tab.uk-tab > * > a {
	font-family: var(--s-font-family);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	background-color: var(--s-color-secondary) !important;
	color: white;
	padding: 10px 20px;
}

.media-tab.uk-tab > .uk-active > a {
	background-color: white !important;
	color: black;
	border-color: transparent;
}

ul.media-switcher {
	padding: 10px 18px 45px 18px;
}

.media-switcher img.photos-img {
	width: 100%;
}

.annual_categories.uk-select:not([multiple]):not([size]) option {
	color: white;
}

a.media-library-btn {
	/* line-height: 18px; */
	padding: 10px 23px;
}

/* Directors Page */
#content-directors .uk-accordion-content {
	display: none;
	margin-top: 5px;
	box-sizing: border-box;
	padding: 35px 25px;
}

#content-directors a.uk-accordion-title {
	margin-bottom: 5px;
}

#content-directors a.uk-accordion-title.active::after {
	-webkit-filter: grayscale(200%);
	filter: brightness(0) invert(1);
}

#content-directors a.uk-accordion-title.active {
	background-color: var(--s-color-secondary);
}

#content-directors a.uk-accordion-title.active span {
	display: none;
}

/* Bottom Section - Bottom Menu */

#bottom-menu_container .uk-navbar-nav {
	flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
	#bottom-menu_container .uk-navbar-nav {
		display: block;
		column-count: 2;
	}
}

#bottom-menu_container .uk-navbar-nav > li > a {
	display: inline-flex;
	height: auto;
	text-align: left;
	font-size: var(--s-font-size-small);
	padding: 0 1px;
	color: white;
}

#bottom-menu_container .uk-navbar-nav > li {
	padding-right: 25px;
}

.createdby {
	margin-right: 20px;
}

/* Preloader */
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: white;
}

/* Lightbox */
.uk-lightbox-toolbar {
	background: rgba(0, 0, 0, 0);
}

/* Scroll To Top */
#scrollToTop {
	position: fixed;
	right: 15px;
	bottom: -100px;
	background-color: rgba(0, 71, 128, 0.8);
	padding: 4px;
	color: #fff !important;
	transition: all 0.4s ease-in-out 0s;
	z-index: 999;
}

#scrollToTop:hover {
	background-color: rgba(0, 71, 128, 1);
}

/****
*** Visual Composer ***
***/

/* Hover Box */
.vc_row.hover-box::before,
.vc_column-gap-5 .hover-box > .vc_column-inner::before {
	position: absolute;
	display: block;
	content: "";
	top: 2.5px;
	left: 2.5px;
	right: 2.5px;
	bottom: 2.5px;
	z-index: 0;
	box-sizing: border-box;
}

.vc_row.hover-box::before,
.gap-5.hover-box > .vc_column-inner::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.vc_row.hover-box:hover::before,
.hover-box > .vc_column-inner:hover::before {
	background-color: rgba(0, 0, 0, 0.2) !important;
}

.vc_column-inner > .wpb_wrapper {
	position: relative;
	z-index: 1;
}

.vertical-align-flex > .vc_column-inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Function masonry_section CSS */
.overlay-box::before {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	z-index: 1;
}

.overlay-box:hover::before {
	background-color: rgba(0, 0, 0, 0.1);
}

/* JSSOCIALS BUTTONS */
#share-buttons.uk-flex {
	position: relative;
	z-index: 1;
}

#share-email .jssocials-share:last-child {
	margin-right: 10px;
}

#share-email .jssocials-share {
	vertical-align: inherit;
	margin: auto;
}

#share-email .jssocials-share-link {
	padding: inherit;
	border-radius: 0;
	border: 0;
	color: inherit;
}

/* Styles after the Update for NC */
:root {
	--color-astral: rgb(049, 111, 158);
	--color-fountain-blue: rgb(094, 188, 185);
	--color-catskill-white: rgb(237, 247, 247);
	--color-gallery: rgb(239, 239, 239);
	--color-alabaster: rgb(248, 248, 248);
	--color-white: rgb(255, 255, 255);
}

.bgcolor-archive {
	background-color: var(--s-color-main-light-2);
}
.post-entry {
	position: relative;
}

.page-template-page-newsmedia-nc .post-entry {
	background-color: rgb(248, 248, 248);
}

.post-title {
	margin-top: 15px;
}

.lang-select {
	position: absolute;
	top: 15px;
	right: 15px;
}

.lang-select a {
	padding: 0 5px;
	font-size: 14px;
	font-weight: 700;
	color: var(--s-color-main-dark) !important;
}

.lang-select a:active,
.lang-select a:focus,
.lang-select a:hover {
	color: rgb(49, 111, 158) !important;
}

.lang-select span {
	color: rgb(192, 192, 192);
}

.news-archive__title-wrapper {
	margin-top: 60px;
	font-family: var(--s-font-family);
	font-size: 28px;
	font-weight: 700;
	background-color: var(--s-color-link);
	color: rgb(255, 255, 255);
}

.page-template-page-newsmedia-nc #form .uk-fieldset {
	/* Hide the filter field for showing news posts by year */
	display: none;
}

.page-template-page-newsmedia-nc .news-archive__title-wrapper:hover {
	/* background-color: rgb(049, 111, 158); */
}

.news-archive__title-wrapper a {
	display: block;
	padding: 23px 15px 18px;
	text-decoration: none;
	color: rgb(255, 255, 255);
	transition: all 0.25s;
}

.news-archive__title-wrapper a svg {
	margin-top: -3px;
}

.news-archive__text-wrapper {
	padding: 60px 15px;
	line-height: 24px;
	font-weight: 300;
	background-color: var(--s-color-main-light-2);
}

.newsroom-latest-posts {
	position: relative;
}

.newsroom-latest-posts .lang-select {
	top: 0;
	right: 0;
}

.newsroom-latest-posts .fnt-b5 {
	margin-top: 15px;
}

.page-template-page-newsmedia .entry-content {
	background-color: #f8f8f8;
}

.page-template-page-newsmedia .bgcolor-white:hover {
	background-color: rgb(239, 239, 239) !important;
}

.page-template-page-newsmedia #page-header {
	background-color: rgb(255, 255, 255);
}

.page-template-page-newsmedia #page-header div:nth-child(3) {
	background-color: #f8f8f8;
}

.page-template-page-newsmedia article {
	background-color: #f8f8f8;
}

.page-template-page-newsmedia #search {
	background-color: rgb(239, 239, 239);
}

.page-template-page-annual-reports .news-archive__title-wrapper,
.page-template-page-newsmedia .news-archive__title-wrapper {
	margin-top: 0;
	padding: 60px 15px 0;
	font-size: 30px;
}

.page-template-page-annual-reports .news-archive__text-wrapper,
.page-template-page-newsmedia .news-archive__text-wrapper {
	padding: 30px 15px 60px;
	background-color: var(--s-color-link);
	color: rgb(255, 255, 255);
}

.search-archive-posts {
	background-color: rgb(255, 255, 255);
}

.position-bottom-20 {
	position: absolute;
	bottom: 20px;
}

@media (min-width: 640px) {
	.position-bottom-20\@s {
		position: absolute;
		bottom: 0px;
	}
}

.sitelinks {
	display: flex;
	align-items: flex-end;
}

.createdby img {
	margin-left: 15px;
}

@media (max-width: 480px) {
	.section-1-news-column .fnt-b3 {
		font-size: 20px;
	}
}

.stock-first a {
	display: none;
}

.stock-second a {
	display: block;
}

@media (min-width: 640px) {
	.stock-first a {
		display: block;
	}

	.stock-second a {
		display: none;
	}
}

.stock-second:before {
	content: none !important;
}

.social-profiles {
	margin-right: 20px;
}

/* Hack: make the language menu sticky */
.bgcolor-white.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
	top: 38px !important;
}

#top-header {
	border-bottom: 0;
	z-index: 981;
}

.credits {
	margin-top: 10px;
	font-size: 12px;
}

.overlay-for-hover {
	position: absolute;
	height: 100%;
}

.overlay-for-hover.expanded {
	width: 360px;
}

.cookie-notice-container {
	padding: 10px;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 380px;
	bottom: 10px;
	left: 10px;
	position: fixed;
	background-color: rgba(49, 111, 158, 0.7);
	border-radius: 10px;
	font-size: 0.9375rem;
	padding: 10px 15px;
}

.cookie-notice-container p {
	color: #fff;
}

.cookie-notice-container a {
	padding: 10px 15px;
	border: 1px solid #fff;
	background-color: hsla(0, 0%, 100%, 0.15);
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	-webkit-transition:
		background-color 0.3s,
		color 0.3s;
	-moz-transition:
		background-color 0.3s,
		color 0.3s;
	transition:
		background-color 0.3s,
		color 0.3s;
}

@media (max-width: 480px) {
	.cookie-notice-container {
		max-width: 100%;
		bottom: 0px;
		left: 0px;
		border-radius: 0px;
	}
}

/* SITE MAP */
.wsp-pages-title,
.wsp-posts-title {
	display: none;
}

.wsp-pages-list li {
	margin-bottom: 8px;
	margin-top: 8px;
}

.display_none {
	display: none;
}

.visibility_hidden {
	visibility: hidden;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background-color: #025a87 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	line-height: 24px !important;
	font-weight: 300 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a:hover {
	color: #ffffff !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button {
	color: #ffffff !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-allow-all {
	background-color: #30799e !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-allow-all:hover {
	background-color: #ffffff !important;
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,
#moove_gdpr_cookie_modal .cookie-switch .slider,
#moove_gdpr_cookie_modal .switch .cookie-slider,
#moove_gdpr_cookie_modal .switch .slider {
	background-color: #9a9a9a !important;
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:after,
#moove_gdpr_cookie_modal .cookie-switch .slider:after,
#moove_gdpr_cookie_modal .switch .cookie-slider:after,
#moove_gdpr_cookie_modal .switch .slider:after {
	color: #9a9a9a !important;
}

#moove_gdpr_cookie_modal .cookie-switch input:checked + .cookie-slider,
#moove_gdpr_cookie_modal .cookie-switch input:checked + .slider,
#moove_gdpr_cookie_modal .switch input:checked + .cookie-slider,
#moove_gdpr_cookie_modal .switch input:checked + .slider {
	background-color: #025a87 !important;
}

#moove_gdpr_cookie_modal .cookie-switch input:checked + .cookie-slider:after,
#moove_gdpr_cookie_modal .cookie-switch input:checked + .slider:after,
#moove_gdpr_cookie_modal .switch input:checked + .cookie-slider:after,
#moove_gdpr_cookie_modal .switch input:checked + .slider:after {
	color: #025a87 !important;
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
	min-width: 42px !important;
}

#moove_gdpr_save_popup_settings_button {
	height: 42px !important;
}

#moove_gdpr_save_popup_settings_button {
	background-color: rgba(0, 71, 128, 0.8) !important;
}

.moove-gdpr-branding-cnt {
	display: none;
}

.sdgs {
	background: #f2f2f2;
	padding: 10px;
	margin-top: 20px;
}

.sdgs img {
	height: 80px;
}

.sdgs p {
	font-size: 14px;
	font-weight: 600;
}

#cookiebot {
	position: fixed;
	bottom: 0;
	left: 0;
	border-radius: 0 5px 0 0;
	padding: 10px;
	background-color: #326f96;
	z-index: 998;
	font-size: 12px;
}

#cookiebot a {
	color: #fff;
	text-decoration: none;
	margin-right: 14px;
	position: relative;
}

/* Schema redesign 2025 */

/* Reset vc styles */
.vc_row {
	margin-left: auto !important;
	margin-right: auto !important;
}

.vc_row.uk-container {
	margin-left: auto;
	margin-right: auto;
}

.s-container .vc_column_container > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

/* ! Reset vc styles */

/* General s- styles */
.color-white,
.color-white a,
.color-white h2,
.color-white p,
.color-white div {
	color: #ffffff !important;
}
.font-s-small,
.font-s-base,
.font-s-medium,
.font-s-big,
.font-s-large,
.font-s-xlarge,
.font-s-xxlarge,
.font-s-xxxlarge {
	font-family: var(--s-font-family);
	font-weight: 300 !important;
}

.font-s-small,
.font-s-small p {
	font-size: var(--s-font-size-small);
}

.font-s-base {
	font-size: var(--s-font-size-base);
}

.font-s-medium,
.font-s-medium p {
	font-size: var(--s-font-size-medium);
}

.font-s-big,
.font-s-big p {
	font-size: var(--s-font-size-big);
}

.font-s-large,
.font-s-large h3 {
	font-size: var(--s-font-size-large);
}

.font-s-xlarge {
	font-size: var(--s-font-size-xlarge);
}

.font-s-xxlarge {
	font-size: var(--s-font-size-xxlarge);
}

.font-s-xxxlarge {
	font-size: var(--s-font-size-xxxlarge);
}

.font-s-large-b {
	font-family: var(--s-font-family);
	font-size: var(--s-font-size-large);
	font-weight: 700 !important;
}

.font-s-bold,
.font-s-bold p {
	font-weight: 800 !important;
}

.s-color-main-light p {
	color: var(--s-color-main-light);
}

.s-color-secondary {
	color: var(--s-color-secondary);
}

.s-background-main-dark {
	background-color: var(--s-color-main-dark);
}

.s-custom-background-3 .s-background-main-dark {
	background-color: unset;
}

.s-background-blue {
	background-color: var(--s-color-link);
}

.s-background-secondary {
	background-color: var(--s-color-secondary);
}

.s-background-light {
	background-color: var(--s-color-main-light-2);
}

.s-background-purple {
	background-color: var(--s-color-purple);
}

.s-color-main-dark .uvc-main-heading *,
.s-color-main-dark p {
	color: var(--s-color-main-dark);
}

.s-color-link {
	color: var(--s-color-link);
}

.s-text-right {
	text-align: right;
}

.s-container {
	padding-top: 80px;
}

.s-flex {
	display: flex;
}

.s-flex-ai-end {
	align-items: flex-end;
}

.s-relative {
	position: relative;
}

.s-absolute-bottom {
	position: absolute !important;
	right: 0;
	bottom: 0;
}

.s-full-height * {
	height: 100% !important;
}

.s-cover img {
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.vc_empty_space.sm-spacing-40 {
		height: 40px !important;
	}
}

/* ! General s- styles */

/* Top header */
/* Font sizes */
#menu-top-menu a {
	font-size: var(--s-font-size-small);
	font-size: 14px;
}

.top-header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 10px;
}

#menu-top-menu {
	align-items: center;
}

#menu-top-menu a {
	color: var(--s-color-main-light);
	height: unset;
}

#menu-top-menu a:hover {
	color: var(--s-color-secondary);
}

.uk-navbar-nav > li > a {
	text-transform: unset;
}

.uk-navbar-right .lang-menu {
	margin-left: 15px;
	margin-top: -6px;
}

.icon-world svg circle,
.icon-world svg path {
	stroke: var(--s-color-secondary) !important;
}

.uk-dropdown {
	width: auto !important;
	max-width: 300px !important;
}

.search-menu svg circle,
.search-menu svg path {
	stroke: var(--s-color-secondary) !important;
}

/* ! Top header */

/* Slider revolution homepage */
rs-layer {
	font-family: var(--s-font-family) !important;
	font-weight: 800 !important;
}

.section-1-news-column h3 a {
	line-height: 1.3em;
}

.icon-up-right svg {
	transform: rotate(-45deg);
}

a.s-color-secondary:hover {
	color: var(--s-color-main-light);
}

.s-background-main-dark .uk-dropdown-nav > li > a {
	color: var(--s-color-main-light);
}

.s-background-main-dark .uk-dropdown-nav > li > a:hover {
	color: var(--s-color-secondary);
}

.home-section-1 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.home-section-1 h2 {
	padding-top: 50px;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.stock-container--top {
	border-top: 1px solid var(--s-color-main-dark);
	padding-top: 15px;
}

.stock-container--top .uk-h2 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.stock-container--bottom {
	border-bottom: 1px solid var(--s-color-main-dark);
	padding-bottom: 15px;
}

.uk-text-meta {
	color: var(--s-color-main-dark);
}

.section-1-news-column {
	background-color: var(--s-color-main-dark);
	color: var(--s-color-main-light);
	margin-left: 15px;
}

.section-1-news-column .uk-padding-small {
	padding-left: 35px;
}

.section-1-news-column a {
	color: var(--s-color-main-light);
}

.stock-first > .uk-padding-small.stock-container,
.stock-second > .uk-padding-small.stock-container {
	padding-top: 8px;
}

.section-1-news-column:not(.section-1-news-column-item-1) {
	border-left: 2px solid #e7f2da;
}

.uk-icon.s-icon--arrow-right svg {
	transform: rotate(-45deg) !important;
	margin-left: 10px;
	width: 22px;
	height: 22px;
}

a:hover {
	text-decoration: unset;
}

a.s-color-main-light:hover {
	color: var(--s-color-main-light);
}

.uk-button {
	text-transform: unset;
}

.uk-button-text::before {
	border-bottom: 1px solid var(--s-color-main-light);
}

.uk-button-text.s-color-main-dark::before {
	border-bottom: 1px solid var(--s-color-main-dark);
}

.home-section-1 .uk-grid {
	flex-wrap: nowrap;
}

@media screen and (max-width: 997px) {
	.home-section-1 .uk-grid {
		flex-wrap: wrap;
	}
}

.home-section-1 .uk-grid > div {
	width: 100%;
}

.s-custom-background-1 {
	background-color: var(--s-color-main-dark);
	margin-top: 140px;
	padding-top: 100px;
	padding-bottom: 80px;
	position: relative;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.s-custom-background-1 > div {
	position: unset;
}

.s-custom-background-1 .s-full-height {
	position: absolute;
	right: 0;
	top: 0;
	width: 42%;
	height: 100%;
	object-fit: cover;
}

.s-custom-background-1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s-custom-background-1 .s-background-main-dark > .vc_column-inner > .wpb_wrapper {
	max-width: 530px;
	padding-right: 120px;
}

@media screen and (max-width: 767px) {
	.s-custom-background-1 {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.s-custom-background-1 > div {
		flex-wrap: wrap;
	}
	.s-custom-background-1 .s-full-height {
		position: unset;
		width: 100%;
		margin-top: 30px;
	}
	.s-custom-background-1 .s-background-main-dark > .vc_column-inner > .wpb_wrapper {
		max-width: unset;
		padding-right: 0;
	}
}

.s-heading-revert .uvc-heading {
	display: flex;
	flex-direction: column-reverse;
}

.s-custom-background-2 {
	background: rgb(223, 234, 230);
	background: linear-gradient(
		90deg,
		rgba(223, 234, 230, 1) 0%,
		rgba(222, 233, 228, 1) 50%,
		rgba(222, 233, 228, 1) 100%
	);
	padding-top: 80px;
	padding-bottom: 40px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media screen and (max-width: 776px) {
	.s-custom-background-2 > div {
		flex-wrap: wrap;
	}
}

.s-custom-background-3 {
	background: linear-gradient(
		90deg,
		rgba(31, 40, 109, 1) 0%,
		rgba(31, 40, 109, 1) 40%,
		rgba(118, 184, 43, 1) 40%,
		rgba(118, 184, 43, 1) 100%
	);
	margin-top: 140px;
	padding-top: 100px;
	padding-bottom: 80px;
	position: relative;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
	.s-custom-background-3 {
		background: linear-gradient(
			180deg,
			rgba(31, 40, 109, 1) 0%,
			rgba(31, 40, 109, 1) 50%,
			rgba(118, 184, 43, 1) 50%,
			rgba(118, 184, 43, 1) 100%
		);
		padding-top: 0;
		padding-bottom: 0;
	}
	.s-custom-background-3 > div {
		flex-direction: column;
	}
	.s-custom-background-3--left {
		padding-top: 50px;
	}
	.s-custom-background-3--right {
		padding-top: 65px;
		padding-bottom: 50px;
	}
	.s-custom-background-3--right .wpb_wrapper {
		row-gap: 15px;
	}
}

.s-custom-background-3--right > div {
	width: 80%;
	max-width: 695px;
	margin-left: auto;
}
@media screen and (max-width: 1300px) {
	.s-custom-background-3--right > div {
		margin-left: 10%;
	}
}
@media screen and (max-width: 767px) {
	.s-custom-background-3--right > div {
		margin-left: 0;
	}
}

.s-custom-background-3--right > div,
.s-custom-background-3--right > div > div {
	height: 100%;
}

.s-custom-background-3--right > div > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.our-purpose-section .uvc-sub-heading {
	margin-left: 0;
	margin-bottom: 40px;
}

/* .our-purpose-section .uvc-heading {
	max-width: 400px;
} */

.our-purpose-section .s-column-right {
	padding-right: 80px;
}

.our-purpose-section .s-column-right .wpb_wrapper {
	text-align: right;
}

.our-purpose-section .s-column-right .wpb_single_image {
	margin-bottom: 80px;
}

.our-purpose-section .s-column-right img {
	width: 350px;
}

@media screen and (max-width: 767px) {
	.our-targets-section,
	.pioneering-section {
		flex-wrap: wrap;
	}
}

/* Customer focus page */
.green-low-carbon-container .wpb_raw_code .wpb_wrapper {
	display: flex;
	justify-content: space-between;
}
.green-low-carbon-container .wpb_raw_code .wpb_wrapper span {
	max-width: 250px;
}
.green-low-carbon-container .wpb_raw_code .wpb_wrapper span p {
	font-weight: 800;
}
.green-low-carbon-container > .vc_column-inner > .wpb_wrapper {
	padding-left: 7.5px;
}

/* Footer */
#footer .menu {
	column-count: 4;
	column-gap: 45px;
}
html[lang='el'] #footer .menu {
	column-count: 3;
}
.menu li.bold a {
	font-weight: 800;
}
#footer_menu_container li a {
	font-size: var(--s-font-size-base);
}

@media screen and (max-width: 767px) {
	#footer .menu,
	html[lang='el'] #footer .menu {
		column-count: 2;
	}
}

/* Simple page */
.entry-header h1.entry-title {
	text-transform: lowercase;
}
.entry-header h1.entry-title:first-letter {
	text-transform: uppercase;
}
.uk-subnav > * > :first-child {
	color: var(--s-color-main-dark);
	text-transform: unset !important;
}
.uk-accordion-title::after {
	filter: brightness(0) invert(1);
}
.uk-accordion-title {
	color: var(--s-color-main-light);
}
.uk-accordion-title:focus,
.uk-accordion-title:hover {
	color: var(--s-color-main-light-2);
}
.vc_tta-color-grey.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body,
.vc_tta-title-text {
	color: var(--s-color-main-dark) !important;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::before {
	border-color: var(--s-color-main-dark) !important;
}
.uk-link,
a {
	color: var(--s-color-link);
}
.uk-link:hover,
a:hover {
	color: var(--s-color-main-dark);
}
.page-template-page-casestudies .color-green {
	color: var(--s-color-secondary);
}
.uk-pagination > * > * {
	color: var(--s-color-main-light);
}
.pagination-wrap .uk-pagination .uk-active,
.uk-pagination > * > :hover {
	color: var(--s-color-secondary);
}
.uk-list-bullet > li::before {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="6" height="6" viewBox="0 0 6 6" xmlns="http://www.w3.org/2000/svg"><circle fill="%2320286d" cx="3" cy="3" r="3"/></svg>');
}
.uk-navbar-toggle-icon svg rect {
	color: var(--s-color-main-dark);
}
.uk-navbar-toggle-icon svg line {
	color: var(--s-color-main-dark);
}
.offcanvas-bar [id^="menu-main-menu"] li.main-menu-item {
	border-left-color: var(--s-color-secondary);
}

#main-menu .uk-navbar-right .main-menu-item .menu-dropdown.sub-menu-hovered .uk-grid > div:last-of-type img {
	filter: brightness(0) invert(1);
}

#overview:before,
#voice_of_customers:before,
#greener:before,
#digital_tools:before,
#performance:before {
	content: '';
    display: block;
    height: 180px;
    margin-top: -180px;
}

strong {
	font-weight: 800;
}

/* #tailored_solutions:before {
    content: '';
    display: block;
    height: 180px;
    width: calc(100vw - 15px);
    background: #FFFFFF !important;
    margin-top: -180px;
    z-index: 999;
    position: relative;
    margin-left: -40px;
} */

.wpb_text_column.wpb_content_element > .wpb_wrapper > p,
.wpb_text_column.wpb_content_element > .wpb_wrapper > ul li,
.wpb_text_column.wpb_content_element > .wpb_wrapper > ol li {
    font-size: 16px;
}

html[lang="en-GB"] #top-header .worldwide .uk-dropdown-nav > li:nth-last-child(2) {
    pointer-events: none;
}
html[lang="el"] #top-header .worldwide .uk-dropdown-nav > li:last-of-type {
    pointer-events: none;
}

@media screen and (min-width: 1100px) {
	html[lang='el'] .main-footer .uk-container .uk-first-column {
		max-width: 335px;
	}
	html[lang='el'] .main-footer .uk-container .footer-menu {
		min-width: 1040px;
	}
}

@media screen and (max-width: 750px) {
	#top-header .uk-first-column {
		width: 100%;
	}
}

#top-header .uk-navbar-nav > li > a {
	color: #FFFFFF;
}
