/**
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
**/

/**

**** 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: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

html {line-height: 1.3}

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

p {
	color: #444;
	font-size: 16px;
	font-weight: 300;
}

strong {font-family: 'Roboto Condensed', sans-serif;}

.uk-container-large {max-width: 1280px}

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

em {color: inherit;}

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

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

.hover-transition {
	-webkit-transition: background-color .3s!important;
	-moz-transition: background-color .3s!important;
	transition: background-color .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: 'Roboto Condensed', sans-serif!important;
	margin: 0 0 5px 0;
	color: #444;
}

h1, .uk-h1 {

}
h2, .uk-h2 {font-size: 40px;}
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: 'Roboto Condensed', sans-serif!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: .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}

#page-header a:hover, #page-header .uk-active > a {color: #316F9E}

/**
**** 2. Colors ****
**/
.bgcolor-lightgrey {background-color: #f8f8f8;}
.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: #1e5f97!important}

/**
**** 3. Fonts ****
**/
/* .aio-icon-title {font-size: 21px!important} */
.fnt-a1 {font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 45px;}
.fnt-a2 {font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: 45px;}
.fnt-a3 {font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 2.2rem;}
.fnt-a4 {font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: 34px; margin: 0}
.fnt-a5 {font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 24px;}
.fnt-a6 {font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: 27px;}
.fnt-b1 {font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 21px; line-height: 1.1em;}
.fnt-b2 {font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: 24px; margin: 0}
.fnt-b3 {font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 24px;}
.fnt-b3a {font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 22px;}
.fnt-b3b {font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 20px;}
.fnt-b4 {font-family: 'Roboto Condensed', sans-serif; font-weight: 400; font-size: 20px;}
.fnt-b5 {font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: 18px; margin: 0}
.fnt-b6 {font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 16px;}
.fnt-b7 {font-family: 'Roboto Condensed', sans-serif; font-weight: 400; font-size: 16px!important; line-height: 16px;}
.fnt-b8, .fnt-subcontent p {font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: 16px;}
.fnt-c1 {font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: .75rem; margin-bottom: 0}
.fnt-c2 {font-family: 'Roboto Condensed', sans-serif; font-weight: 400; font-size: .75rem!important; letter-spacing: 0.5px}
.fnt-c3 {font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: .75rem;}
.fnt-c4 {font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: .75rem;}
.fnt-c5 {font-family: 'Roboto Condensed', sans-serif; font-weight: 400; font-size: .65625rem;}
.fnt-c6 {font-family: 'Roboto Condensed', sans-serif; font-weight: 300; font-size: .65625rem;}
.fnt-d1 {font-family: 'Roboto', sans-serif; font-weight: 700; font-size: .85rem;}
.fnt-d2 {font-family: 'Roboto', sans-serif; font-weight: 400; font-size: .85rem;}
.fnt-d3 {font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 9px;}
.fnt-d4 {font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 9px;}

/**
**** 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 50px 7px;
	margin-right: 2px;
	font-size: 1rem;
}

#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 {
	color: #444;
}

#main-menu .uk-nav-default>li>a:hover, #main-menu .uk-nav-default .uk-nav-sub>li>a, #main-menu .uk-nav-default .uk-nav-sub>li>a:hover {
	color: #316f9e;
}

#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: .6s!important;
	transition-duration: .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(.7);
	transform: scaleY(.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: "Roboto Condensed", sans-serif; 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: "Roboto Condensed", sans-serif; 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 > :not(.uk-first-column)::before {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	border-left: 1px solid #808080;
}

.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: .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: #30557f; 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: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #5cc1bd!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(200%);}
#content-directors a.uk-accordion-title.active {background-color: #3f7b9f;}
#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;
	}
}

#bottom-menu_container .uk-navbar-nav>li>a {
	display: inline-flex;
	height: auto;
	text-align: left;
	font-size: 0.75rem;
	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 .3s ease;
	-moz-transition: background-color .3s ease;
	transition: background-color .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 Upadte 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: rgb(237, 247, 247);
}

.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      : rgb(160, 160, 160) !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     : 'Roboto Condensed', sans-serif;
	font-size       : 28px;
	font-weight     : 700;
	background-color: rgb(094, 188, 185);
	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: rgb(237, 247, 247);
}

.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: rgb(237, 247, 247);
}

.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: rgb(237, 247, 247);
}

.page-template-page-newsmedia article {
	background-color: rgb(237, 247, 247);
}

.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: rgb(094, 188, 185);
	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,.7);
    border-radius: 10px;
    font-size: .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%,.15);
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    -webkit-transition: background-color .3s,color .3s;
    -moz-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .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;
}

