@import url("/assets-customer/cdon/assets/vendor/bootstrap/bootstrap.min.css");
@import url("/assets-customer/cdon/assets/vendor/bootstrap/offcanvas.css");
@import url("/assets-customer/cdon/assets/css/unify-core.css");
@import url("/assets-customer/cdon/assets/css/unify-components.css");
@import url("/assets-customer/cdon/assets/css/unify-globals.css");

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

/*IR MODULES 2023*/

.beq-news-list-content {
    padding-top: 20px !important;
}

/**/


.hero {
	height: 400px;
	background: url(/media/210431/hero-new.png);
	background-size:cover;
}
@media screen and (max-width: 992px) {
	.hero {
		height: 200px;
	}
	.dropdown-menu .haschildren .dropdown-menu {
    	margin-left: 10px;
	}
}

@media screen and (max-width: 992px) {
	.front-h1 {
		font-size: 32px;
		line-height: 40px;
	}
}

#subscriptionbox * {
	outline:none !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.ir-contactItem a {
    text-decoration: underline !important;
	color: #140728 !important;
}

p a {
	text-decoration: underline;
}


.beq-news-list-item-label {
   	padding: 3px 12px !important; 
    background-color: var(--green) !important;
    float: left;
    color: var(--text);
    border-radius: 15px !important;
    margin-left: 10px;
    margin-top: -3px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 20px !important;
}

.beq-news-detail-label {
   	padding: 3px 12px !important; 
    background-color: var(--green) !important;
    float: left;
    color: var(--text);
    border-radius: 15px !important;
    margin-left: 10px;
    margin-top: -3px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 20px !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: #0000;
}

.hover-shadow:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.hover-shadow {
	border-radius: 5px;
}

div#InstrumentChart {
    width: 100%;
}
.btn-group {
    width: 100%;
}

:root {
  --green: #5CE578;
  --grey: #DFDDE2;
  --lightgrey: #F1F1F3;
  --black: #140728;
  --color-text: #3A2F4A;
}

.bg-lightgrey {
	background-color: var(--lightgrey) !important;
}
.bg-grey {
	background-color: var(--grey) !important;
}
.bg-black {
	background-color: var(--black) !important;
}
.bg-green {
	background-color: var(--green) !important;
	color: #140728 !important;
}

div.fullwidth-container > div > div.container{
	max-width: 100% !important;
}

section#contentsection .grid .row > [class*=col-] > div{
	background-position: center center;
	background-size: cover;
	padding-bottom: 0px !important;
}

section#contentsection img {
    /* max-width: 40%; */
	max-width: 100%;
}

mark { 
  background-color: #01c355;
  color: black;
}

section#contentsection .grid .container .col-md-12 > div p
{
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 1em;
}
section#contentsection .grid .container .col-md-12 > div{
	text-align: center;	
}

section#contentsection .grid .container .col-md-12 > div h1,
section#contentsection .grid .container .col-md-12 > div h2,
section#contentsection .grid .container .col-md-12 > div h3
{
	text-align: center;
}

section#contentsection div.row.contentRow img.sideImage {
    max-height: 600px; 
    position: absolute;
    bottom: 30px;
}

section#contentsection .grid .container .col-md-12 > div h1{
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0px;
}

a:focus, a:hover {
    color: inherit;
}

.table {
    width: 100%;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

section#contentsection .grid .container .col-md-12 > div h2{
	font-size: 2.5em;
	color: rgba(1,195,85,1);	
	line-height: 1;
	margin-bottom: 0px;
}

@media screen and (max-width: 575px)
{
	section#contentsection .grid .container .btn{	
		width: 80%;
    	margin: 0 auto;
    	display: block;
	}
}

@media screen and (min-width: 576px)
{
	section#contentsection .grid .container .col-md-12 > div h1{
		font-size: 4em;
	}
	section#contentsection .grid .container .col-md-12 > div h2{
		font-size: 3em;
	}
}

@media screen and (max-width: 767px)
{
	.responsiveorder-1 .container > .row > [class*=col-]:last-of-type
	{
		order: -1;
	}
	.responsiveorder-1 .container > .row > [class*=col-]:first-of-type
	{
		order: 1;
	}	
}

section#contentsection .grid .container .col-md-12 > div h1:before{
	display: none;
	content: "";
}
	
section#contentsection div.row img.sideImage {
	max-height: 300px;
	position: absolute; 
	max-width: 100%;
}

section#contentsection div.row.contentRow
{
	min-height: 150px;
}

@media (min-width: 768px){
	section#contentsection div.row.contentRow
	{
		min-height: 200px;
	}

	
}
@media (min-width: 992px){
	section#contentsection div.row.contentRow
	{
		min-height: 300px;
	}
	
}

iframe {
	width: 100%;
}

a {
	color: var(--color-text);
}

body {	
	font-family: 'Manrope', sans-serif;
	color: var(--color-text);
	background: transparent !important;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

p {
	font-family: Manrope;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0px;
	margin-bottom: 24px;
}

p:last-of-type {
    padding-bottom: 32px;
}

h1, .h1 {
	font-family: Manrope;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0em;
	padding-bottom: 32px;
}

h2, .h2 {
	font-family: Manrope;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0em;
	padding-bottom: 24px;
}

h3, .h3 {
	font-family: Manrope;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0em;
	padding-bottom: 15px;
}

#contentsection a.content-link {
	font-size: 1.8rem;
}

ul {
	padding-left: 0px;
}
ul li{
	margin-left: 20px;
}

ul li.dropdown,
ul.sidenav li,
ul.breadcrumbs li
{
	margin-left: 0px;
}


#contentsection .contentRow ul li{
	list-style-type: none;
	margin-left: 0px;
	display: list-item;
    padding-left: 20px;
}
#contentsection .contentRow ul{
	list-style: none;

}

#contentsection .contentRow ul li:before{
	content: "•";
	color: rgba(26, 31, 39, 1);
	margin-left: -15px;
    width: 15px;
    margin-right: 10px;
}

/* Tables */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #F5F6F7;
}

.beq-reports-table tr:nth-child(even) {

 background-color: initial;

}

section#contentsection .contentRow table{
	border: 0px;
}

section#contentsection .contentRow table tr > td,
section#contentsection .contentRow table tr > th
{
	border-bottom: 2px solid #cdcdcd;
	border-right: 2px solid #cdcdcd;
	border-top: 2px solid #cdcdcd;
	border-left: 2px solid #cdcdcd;
	padding: 5px 20px 3px 20px;
}

section#contentsection .contentRow table tr > th{
	font-weight: 600;
	color: rgba(26, 31, 39, 1);
	
}


section#contentsection .contentRow table tr:last-of-type > td,
section#contentsection .contentRow table tr:last-of-type > th
{
	/*border-bottom: 0px;*/
}

section#contentsection .contentRow table tr > td:last-of-type,
section#contentsection .contentRow table tr > th:last-of-type
{
	/*border-right: 0px;*/
}
section#contentsection .contentRow table tr > td:first-of-type,
section#contentsection .contentRow table tr > th:first-of-type
{
	padding-left: 20px;	
}


section#contentsection .pressrelease_infobox table 
{
	border: 0px solid transparent !important;
	width: initial !important;
	margin-bottom: 2rem;
	display: block;
	font-size: 1rem;
}

section#contentsection .pressrelease_infobox table tr > td,
section#contentsection .pressrelease_infobox table tr > th
{
	border-bottom: 2px solid #cdcdcd !important;
	border-right: 2px solid #cdcdcd !important;
	padding: 3px 12px 2px 12px !important;
	width: auto !important;
}

section#contentsection .pressrelease_infobox table tr > td:last-of-type,
section#contentsection .pressrelease_infobox table tr > th:last-of-type
{
	border-right: 0px !important;
}

section#contentsection .pressrelease_infobox table tr > td,
section#contentsection .pressrelease_infobox table tr > th
{
	white-space: nowrap;
	text-align: right;
}

section#contentsection .pressrelease_infobox table tr > td:first-of-type,
section#contentsection .pressrelease_infobox table tr > th:first-of-type
{
	white-space: initial;
	text-align: initial;
}

section#contentsection .pressrelease_infobox table tbody
{
	display: block;
    overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

p.lead{
	margin-bottom: 1rem;
	font-size: 1.6rem;
	line-height: 1.4;	
}

b, strong{
	font-weight: bold;
}

@media (min-width: 576px) {
  .g-height-300--sm {
    height: 300px;
  }
}

@media (min-width: 768px) {
	p.lead{
		font-size: 1.6rem;
		margin-bottom: 1.4rem;
	}
	
	
	.g-font-size-22--md {
  		font-size: 1.57143rem !important;
	}
	.g-height-400--md {
    	height: 400px;
  	}
}

@media (min-width: 1200px) {
  	.g-height-400--xl {
    	height: 400px;
  	}
  	.g-height-500--xl {
    	height: 500px;
  	}
	.g-font-size-60--xl {
    	font-size: 4.28571rem !important;
  	}
	.g-font-size-50--xl {
    	font-size: 3.57143rem !important;
  	}
	.g-font-size-16--xl {
    	font-size: 1.14286rem !important;
  	}
	
	
}


/* Goto-icon */

.u-go-to-v1:hover, 
.u-go-to-v1:focus:hover
{
	background-color: rgb(26,31,39);
}


/* Lists */


.u-btn-orange,
#contentsection .u-btn-orange{
	background-color: rgba(44,53,72,1);
	border-color: rgba(44,53,72,1);
	color: #FFF !important;
	text-decoration: none;
}

.u-btn-orange:hover,
.u-btn-orange:focus,
#contentsection .u-btn-orange:hover,
#contentsection .u-btn-orange:focus
{
	background-color: #FFF;
	color: rgba(44,53,72,1) !important;
	text-decoration: none;
}

.u-btn-green,
#contentsection .u-btn-green{
	background-color: rgba(1,195,85,1);
	border-color: rgba(1,195,85,1);
	color: #FFF !important;
	text-decoration: none;
}

.u-btn-green:hover,
.u-btn-green:focus,
#contentsection .u-btn-green:hover,
#contentsection .u-btn-green:focus
{
	background-color: #FFF;
	color: rgba(26,31,39) !important;
	text-decoration: none;
}

::selection {
	color: var(--color-text) !important;
	background-color: #dfdde2;
}

.g-color-black{
	color: rgb(0,0,0) !important;
}

.g-bg-black{
	background-color: rgba(72,72,72,1) !important;
}

.g-color-green
{
	color: rgba(1,195,85,1) !important;
}

.g-bg-green{
	background-color: rgba(1,195,85,1) !important;
}

.g-color-darkgray{
	color: #3e4c53 !important;
	
}

.u-header {
    box-shadow: 0 1px 6px rgb(0 0 0 / 8%);
}

.navbar-brand, .navbar-toggler {
	padding: 0;
}

.navbar {
	height: 80px;
	padding: 16px;
}

@media screen and (max-width: 992px) {
	.navbar {
		height: 56px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.navbar-brand img {
	height: 48px;
}
@media screen and (max-width: 992px) {
	.navbar-brand img {
		height: 40px;
	}
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
	color: var(--color-text);
	font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
}

.u-header__section--light ul.navbar-nav > li.haschildren > .nav-link:after
{
	font-family: 'simple-line-icons';
	content: "\e604";
    line-height: 1;
	font-size: 0.8rem;
    padding-left: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.u-header__section--light ul.navbar-nav > li.haschildren:hover > .nav-link:after
{
  -webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.u-header__section--light ul.navbar-nav > li.haschildren > .nav-link#nav-link-languageselect:after
{
	content: "";
	display: none;
}

.u-header__section--light ul.navbar-nav li.haschildren > .nav-icon{
	display: none;
}

@media screen and (max-width: 991px)
{
	
	.u-header__section--light ul.navbar-nav > li.haschildren > .nav-link:after
	{
		content: "";
		display: none;
	}

	
	
	ul.navbar-nav li.languageselectors{
			margin-top: 3rem;
			margin-bottom: 3rem;
	}

	.navbar-collapse.u-main-nav--overlay .u-main-nav__list-wrapper
	{
		overflow-y:scroll;
	}
		
	.u-header__section--light ul.navbar-nav > li > .nav-icon:before
	{
		color: rgba(72,72,72,1);
	}
	
		.u-header__section--light ul.navbar-nav > li.active > .nav-icon:before {
	}
	
	.u-header__section--light ul.navbar-nav > li.haschildren .nav-icon{
		display: block;
	}
	
	.u-header__section--light ul.navbar-nav > li.haschildren.dropdown.show .nav-link
	{
	}
	
	.u-header__section--light ul.navbar-nav > li > .nav-icon:before{
		display: inline-block;
		z-index: 1001;
		margin-right: 5px;
		content: "";
		min-width: 15px;
		float: left;
	}
	
	.u-header__section--light ul.navbar-nav > li
	{
		margin-left: 30px;	
	}
	.u-header__section--light ul.navbar-nav > li.haschildren
	{
		margin-left: 0px;	
	}
	
	ul.navbar-nav > li.haschildren > .nav-link:before
	{
	display: inline-block;
	font-family: 'simple-line-icons';
    content: "\e604";
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    font-size: 13px;
    padding: 5px;
    margin-left: -5px;
	}

	.u-header__section--light ul.navbar-nav > li.haschildren > .nav-link#nav-link-languageselect:before
	{
		display: inline-block;
		z-index: 1001;
		margin-right: 15px;
		content: "";
		min-width: 15px;
		float: left;
		content: "\e037";
		font-family: 'simple-line-icons';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
	}

	.nav-link[aria-expanded="true"],
	.nav-link:focus
	{
		outline: none !important;
	}
	
	.nav-link[aria-expanded="true"]:before
	{
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		
	}

	.u-header__section--light ul.navbar-nav > li.haschildren.dropdown.show > .nav-link:before,
	.u-header__section--light ul.navbar-nav > li.haschildren.dropdown.show > .nav-link#nav-link-languageselect:before
	{
	  -webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	
	
		
}


@media (min-width: 992px){
	
.navbar-expand-lg .navbar-nav > li > .nav-link {
	padding-right: .75rem;
    padding-left: .75rem;
	
	}

	.navbar-expand-lg .navbar-nav > li > .nav-link#nav-link-languageselect{
		margin-left: 0.5rem;
		margin-right: 0.5rem;	
	}


}

@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: grid!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}}

.navbar .u-sub-menu-v1 .hs-sub-menu, .navbar .u-sub-menu-v1 .hs-mega-menu, .navbar .u-sub-menu-v1 .dropdown-menu{
    border-width: 0px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.u-header__section--light .navbar-nav ul.dropdown-menu  .nav-link,
.navbar .u-sub-menu-v1 .dropdown-menu a:hover,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link{
    color: var(--color-text) !important;
	white-space: nowrap;
}


.navbar .u-sub-menu-v1 .dropdown-menu.languagedropdown{
	min-width: 8rem;	
}



.dropdown-menu{
	left: -14px;	
}

/* test av animering

@media (min-width: 992px){
	
.navbar .u-sub-menu-v1 li.haschildren .dropdown-menu
{
 	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	max-height: 0px;
	opacity: 0;

}

.navbar .u-sub-menu-v1 li.haschildren:hover .dropdown-menu
{
	max-height: 500px;
	opacity: 1;
	height: 0px;
}

}	
	
 Slut test */

.navbar .u-sub-menu-v1 li.haschildren:hover .dropdown-menu .dropdown-menu{
	display: none;
}

@media screen and (max-width: 991px)
{
	
	.js-navigation{
		display: none;
	}
	
	.u-main-nav--overlay-right .js-navigation{
		display: block;
	}

	.navbar .u-sub-menu-v1 li.haschildren.dropdown.show .dropdown-menu
	{
		display: block !important;
	}

	/* Responsive dropdowns */

	.navbar .u-sub-menu-v1 .dropdown-menu
	{
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar .u-sub-menu-v1 .dropdown-menu a {
		padding: 2px 15px 2px 31px;
	}
	/*
	.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-menu a {
    	padding-left: 20px;
	}
	*/

	.nav-link{
		padding: .2rem 0rem;
		padding-top: 2px !important;
	}

	.navbar .u-sub-menu-v1 .dropdown-menu{
		padding: 0px;
	}

}
	

/* Shadow on the Open mobile menu */


.navbar>.container, .navbar>.container-fluid
{
	align-items: center;
	display: flex;
}	

.u-main-nav--overlay-opened .navbar-collapse {
 -webkit-box-shadow: -5px 0 20px 3px rgba(72,72,72,0.5);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: -5px 0 20px 3px rgba(72,72,72,0.5);  /* Firefox 3.5 - 3.6 */
	box-shadow: -5px 0 20px 3px rgba(72,72,72,0.5);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */	
}


nav.navbar.navbar-expand-lg > div.container-fluid > div.row
{
	min-height: 50px;
	/*padding-top: 25px; */
}







/* adjusted hamburger */
.u-header__section--light .hamburger-inner, 
.u-header__section--light .hamburger-inner::after, 
.u-header__section--light .hamburger-inner::before{
	background-color: rgba(72,72,72,1);	
	height: 4px;
	border-radius: 2px;
}
.hamburger--slider .hamburger-inner:before{
	top: 8px
}
.hamburger--slider .hamburger-inner:after{
	top: 16px;	
}

.hamburger-box{
	width: 25px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0,8px,0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0,-16px,0) rotate(-90deg);
}

/*.u-main-nav--overlay-right .navbar-collapse ul.navbar-nav:before{
	content: " ";
	display: block;
	height: 10px;
	background-color: rgba(44,53,72,0.1);
	width: 40px;
	border-left: 20px solid rgba(44,53,72,1);
	margin-bottom: 1rem;
}*/


ul.navbar-nav li{
	margin-left: 0px;
}

.g-py-40 {
    padding-top: 2.85714rem !important;
    padding-bottom: 0rem !important;
}


/* Responsive dropdown adjustments */ 

@media screen and (min-width: 992px){
	.navbar .u-sub-menu-v1 li.haschildren:hover .dropdown-menu
	{
		display: block;
	}
}
/*
.navbar .u-sub-menu-v1 li.haschildren:hover .dropdown-menu{
	display: block;
}
*/


/* Side Menu */

#contentsection .sideNav ul {
	list-style: none;
    color: var(--color-text);
    font-weight: 600;
}

#contentsection .sideNav ul li a{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}


#contentsection .sideNav ul li.active > a,
#contentsection .sideNav ul li.selected > a,
{
	color: rgba(26, 31, 39, 1);
	border-bottom: 2px solid #cdcdcd;
	font-size: 22px;
}

#contentsection .sideNav ul li a:hover {
    color: var(--color-text);
    text-decoration: underline;
}

#contentsection .sideNav ul ul{
	padding-left: 10px;
}

#contentsection .sideNav ul ul li a{
    color: #746C81;
}

#contentsection .sideNav ul li {
    margin: 15px;
}

/* Footer Nav */
footer ul.footerNav{
	margin: 0px;
	padding: 0px;
}

footer ul.footerNav li{
	font-weight: 400;
	font-size: 1rem;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	line-height: 1.6;
}
footer ul.footerNav li.parent{
	font-weight: 600;
	color: rgba(255, 255, 255);
	padding: 0px, 0px, 50px, 0px;
}

footer ul.footerNav li a{
	color: #fff;
}

footer ul.footerNav li a:hover,
footer ul.footer-nav li a:focus{
	color: #dfdde2;
	text-decoration: underline;
}

/* Footer */
footer{
	background-color: var(--black);
 	min-height: 200px;
}

footer .footer-logo{
	max-width: 200px;
}

footer a:hover, footer a:focus{
	color: #fff;
}

@media screen and (max-width: 991px) {
	footer{
		text-align: center;	
	}
}

.analysisbox.external-editorial-contentbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    flex-direction: column;
}

/* IRwebb NewsArchive module */

div.newsContainer.container{
	padding: 0 0 20px 0;
	margin: 0px;
    clear: both;
	width: 100%;
}


div.newsContainer div.infobox div.reportbox,
div.newsContainer div.infobox div.presentationbox,
div.newsContainer div.infobox div.external-editorial-contentbox,
div.newsContainer div.infobox div.public-offer-documentbox,
div.newsContainer div.infobox div.article-of-associationbox
{
	clear: both;
	padding-bottom: 0px;
}

div.newsContainer div.infobox div.reportbox:after,
div.newsContainer div.infobox div.presentationbox:after,
div.newsContainer div.infobox div.external-editorial-contentbox:after,
div.newsContainer div.infobox div.public-offer-documentbox:after,
div.newsContainer div.infobox div.article-of-associationbox:after {
    display: block;
    clear: both;
    content: "";
}

#latestsection div.newsContainer div.infobox div.reportbox div.reporthead{
	width: 100%;
	max-width: 100%;
	text-align: center;
}

#latestsection div.newsContainer div.infobox div.reportbox div.reporthead a:after{
	display: block;
	content: "Download";
	text-transform: uppercase;
	color: #FFF !important;
	text-decoration: none;
	border-radius: 25px 0px 0px 0px;
	height: 30px;
	padding: 10px 20px;
	float: left;
}

#latestsection div.newsContainer div.infobox div.reportbox div.reporthead a:after:hover,
#latestsection div.newsContainer div.infobox div.reportbox div.reporthead a:after:focus {
	background-color: #FFF;
	text-decoration: none;
}


div.newsContainer div.infobox div.reportbox div.reporthead,
div.newsContainer div.infobox div.presentationbox div.presentationhead,
div.newsContainer div.infobox div.external-editorial-contentbox div.external-editorial-contenthead,
div.newsContainer div.infobox div.public-offer-documentbox div.public-offer-documenthead,
div.newsContainer div.infobox div.article-of-associationbox div.article-of-associationhead {
	float: left;
	max-width: 80%;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}

div.newsContainer div.infobox div.reportbox div.reporthead a,
div.newsContainer div.infobox div.presentationbox div.presentationhead a,
div.newsContainer div.infobox div.external-editorial-contentbox div.external-editorial-contenthead a,
div.newsContainer div.infobox div.public-offer-documentbox div.public-offer-documenthead a,
div.newsContainer div.infobox div.article-of-associationbox div.article-of-associationhead a {
	text-decoration: none;
	display: block;
}

div.newsContainer div.infobox div.reportbox div.reporthead a:hover,
div.newsContainer div.infobox div.presentationbox div.presentationhead a:hover,
div.newsContainer div.infobox div.external-editorial-contentbox div.external-editorial-contenthead a:hover,
div.newsContainer div.infobox div.public-offer-documentbox div.public-offer-documenthead a:hover,
div.newsContainer div.infobox div.article-of-associationbox div.article-of-associationhead a:hover{	
	text-decoration: underline;
}

#contentsection div.newsContainer div.infobox div.presentationbox,
#contentsection div.newsContainer div.infobox div.reportbox{
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 24px;
	flex-direction: column-reverse;
}

#contentsection div.newsContainer div.infobox div.presentationbox > *,
#contentsection div.newsContainer div.infobox div.reportbox > *
{
	flex: 0 0 100%;
}

#contentsection div.newsContainer div.infobox div.presentationbox > div.presentationhead,
#contentsection div.newsContainer div.infobox div.reportbox > div.reporthead{
	order: -1;	
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}
#contentsection div.newsContainer div.infobox div.presentationbox > div.presentationhead a:hover,
#contentsection div.newsContainer div.infobox div.reportbox > div.reporthead a:hover{
	text-decoration: underline;
}

#contentsection div.presentationContainer div.newsContainer div.infobox,
#contentsection div.reportContainer div.newsContainer div.infobox{
	position: relative;
}

div.newsContainer div.infobox{
	padding-top: 5px;
    padding-bottom: 0px;
}

div.newsContainer div.infobox div.infoboxdate {
    float: initial;
    min-width: 110px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

div.frontNewsPage div.newsContainer div.infobox div.reportbox div.reportdate{
	clear: both;
}

div.frontNewsBlock div.newsContainer div.infobox div.infoboxdate
{
	float: none;
	clear: both;
}

/* IRwebb Pressrelease module */

div.regulatorySelector{
	clear:both;
	margin-bottom: 10px;
	font-size: 20px;
    height: 60px;
	font-family: 'Manrope', Sans-serif;
}

div.regulatorySelector div.regulatoryItem{
	float: left;
}

#contentsection div.regulatorySelector div.regulatoryItem a{
    background-color: #140728;
    color: #FFF;
    padding: 6px 15px;
    margin-right: 10px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 767px)
{
	div.regulatorySelector
	{
		font-size: 16px;
		height: 50px;
	}
	#contentsection div.regulatorySelector div.regulatoryItem a
	{
		min-width: 80px;
		padding: 4px 8px;
		line-height: 18px;
	}
}

#contentsection div.regulatorySelector div.regulatoryItem a:hover, 
#contentsection div.regulatorySelector div.showAllActive a, 
#contentsection div.regulatorySelector div.showRegulatoryActive a{
	background-color: #3A2F4A;
}

div.infobox div.pressregulatory{
	padding: 3px 12px;
    background-color: var(--green);
    float: left;
    color: var(--text);
    border-radius: 15px;
    margin-left: 10px;
    margin-top: -3px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

section#contentsection div.documentsListContainer div.infobox {
	margin-bottom: 10px;	
}

div.infobox div.pressbox{
	padding: 0px 0px 10px 0px; 
	border: 0px;
}

div.infobox:last-of-type div.pressbox {
	border-bottom: 0px;	
}

div.documentsList {
	margin-bottom: 20px;
}

.documentsList .infobox:last-of-type {
	border-color: transparent;
}

div.infobox div.pressbox div.presspreamble p, div.infobox div.pressbox div.presspreamble li  {
	font-weight: 400;
	font-size: 1.1rem;
}

div.infobox div.pressbox div.pressdate{
    float: left;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

div.infobox div.pressbox div.presshead{
	clear:both;
	padding-top: 0px;
    padding-bottom: 0px;
}

section#contentsection div.infobox div.pressbox div.presshead a{
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
    display: block;
    padding: 10px 0 15px 0;
}
section#contentsection div.infobox div.pressbox div.presshead a:hover {
	text-decoration: underline;
}


.container.pressrelease_container{
	border: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: none;
	max-width: 100%;
}

.pressrelease_infobox {
	margin-bottom: 40px;
	overflow: auto;
	padding: 0px;
}

.pressrelease_heading{
	margin-bottom: 32px;
    letter-spacing: 1px;
    font-family: 'Manrope', Sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}

.pressrelease_preamble{
    padding-bottom: 12px;
}

.pressrelease_preamble p, .pressrelease_preamble li{
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: 300;
}


.pressrelease_object strong{
	margin: 0px !important;	
	font-weight: 600;
}

.pressrelease_files{
	padding-bottom: 10px;
	line-height: 1.3em;
}


#contentsection .pressrelease_files .pressrelease_file a{
	font-size: 1.4rem;
	font-weight: 600;
	display: inline;
	line-height: 1;
	text-decoration: none;
	font-family: 'Manrope', Sans-serif;
	margin-top: 5px;
}
.pressrelease_files .pressrelease_file{
	width: 100%;
	margin-bottom: 40px;
}

section#contentsection .pressrelease_files .pressrelease_file a:before
{
	display: block;
	content: " ";
	height: 50px;
	width: 50px;
	float: left;
	margin-right: 10px;
	margin-top: -5px;
	background-image: url(/media/202125/pdf-file.png?width=120);
	background-size: contain;
	background-repeat: no-repeat;
}



section#contentsection .pressrelease_files .pressrelease_file a:hover{
	text-decoration: underline;
}

.pressrelease_files .pressrelease_fileheader {
    font-weight: 600;
    color: rgba(44,53,72,0.9);
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 2.2rem;
    padding-bottom: 5px;
	text-transform: uppercase;
	font-family: 'Manrope', Sans-serif;
}


div.pressrelease_leftcolumn {
	float: left;
	width: 100%;
	padding-right: 30px;
}

div.pressrelease_rightcolumn {
    float: left;
    width: 100%;
    margin-top: 20px;
}


@media screen and (max-width: 767px){
	div.pressrelease_rightcolumn, div.pressrelease_leftcolumn {
		width: 100% !important;
		}
	
	section#contentsection div.infobox div.pressbox div.presshead a{
		font-size: 1.2rem;
	}
	
	section#contentsection div.infobox div.pressbox > div.pressdate 
	{
    	flex: 0 0 120px;
		font-size: 0.8rem;
	}
	section#contentsection div.infobox div.pressbox div.pressregulatory
	{
		font-size: 10px;
    	padding: 2px 8px;
		flex: 0 0 70px;
	}
	
}


div.pressrelease_about
{
	font-style: italic;
}

/* Press Images */
section#pressimagessection .pressImageList
{

}
section#pressimagessection .pressImageList .pressImageItem
{
	border-bottom: 1px solid #cdcdcd;
    text-align: center;
	height: 100%;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 30px;
}
section#pressimagessection .pressImageList .pressImageItem .pressImageTitle
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-weight: bold;
	padding-bottom: 10px;
}
section#pressimagessection .pressImageList .pressImageItem img
{
	max-height: 150px;
}

section#pressimagessection .pressImageList .pressImageItem:hover{
 background-color: rgba(0,0,0,0.1);	
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


/* IRwebb Calendar module */

.calendarContainer {
    width: 100%;
}

div.calendarBox{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
}

div.calendarBox div.row{
	margin: 0px;
	margin-bottom: 10px;
}


div.calendarBox div.date {
	background-color: #5CE578;
    padding: 5px;
    text-transform: capitalize;
    min-width: 80px;
    float: left;
    max-height: 80px;
	font-weight: 600;
}

div.calendarBox div.date span{
	clear: both;
	display: block;
}
div.calendarBox div.date span.day{
	font-size: 36px;
	line-height: 36px;
}

div.calendarBox div.date span.month{
	font-size: 12px;
	line-height: 16px;
}

div.calendarBox div.date span.year{
	font-size: 12px;
	line-height: 14px;
	padding-top: 3px;
}

div.event {
	margin-bottom: 10px;
	clear: both;
	overflow: auto;
}

div.event:last-of-type {
	border: 0px;	
}


/* Videos */

div.videoList{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

div.videoList div.videoItem {
 	flex: 0 0 47.5%;
    float: left;
	background-color: #f2f2f2;
	margin-bottom: 2rem;
}

div.videoList div.videoItem .headline,
div.videoList div.videoItem .description
{
	padding-left: 20px; 
	padding-right: 20px;
}
div.videoList div.videoItem .headline{
	padding-top: 10px;
	font-weight: bold;
}

@media screen and (max-width: 767px)
{
	div.videoList
	{
		flex-direction: column;
	}
	div.videoList div.videoItem
	{
	 	flex: 0 0 47.5%;
	}
	
}


div.videoWrapper
{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/* padding-top: 25px; */
	height: 0;
}

div.videoWrapper iframe, div.videoWrapper object, div.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important; 
	height: 100% !important;
}

div.eventInfo{
		padding: 2px 0px 0px 0px;
		font-weight: 300;
		font-size: 12px;
		max-width: 500px;
		overflow: auto;
}


div.event div.eventBox{
	float: left;
	padding-left: 0px;
}

div.event div.head{
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	overflow: hidden;
}

@media (min-width: 576px) and (max-width: 1280px){
	.event .col-sm-9.informationColumn {
		flex: 0 0 60%;
	}
}


.event .col-sm-9.informationColumn {
    flex: 0 0 80%;
	display: flex;
    align-items: center;
}

@media (max-width: 576px){
	.event .col-sm-1.dateColumn {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
		min-width: 80px;
	}
	.event .col-sm-9.informationColumn {
		flex: 0 0 55%;
	}
}





/* New IRwebb general paging module */


#contentsection div.pagingbox {
    text-decoration: None;
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
    margin-bottom: 20px;
	width: 100%;
}


#contentsection div.pagingbox div.paging_item{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

#contentsection div.pagingbox div.paging_item a, 
#contentsection div.pagingbox div.paging_item span {
    background-color: #f1f1f3;
    border-radius: 25px;
    color: var(--color-text);
    padding: 5px 18px;
    transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    font-family: 'Manrope', Sans-serif;
    font-weight: 700;
}

#contentsection div.pagingbox div.paging_item span.current{
	background-color: #dfdde2;
}

#contentsection div.pagingbox div.paging_item a:hover, 
#contentsection div.pagingbox div.paging_item a:focus{
    background-color: #dfdde2;
}






/* IRWebb Roles Module */

.rolesContainer .clearfix:before, .rolesContainer .clearfix:after{
	display: block;
	clear: initial;
}

div.rolesContainer:after, div.rolesContainer:before{
	content: " ";
    display: table;
}

div.rolesContainer:after{
	clear: both;
}

.rolesContainer {
	width: 100%;
	clear:both;
}

.boardmember {
	margin-bottom: 20px;
}

.boardmember.managementItem .descriptionColumn,
.boardmember.board-of-directorsItem .descriptionColumn {
	/*-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;*/
}

.boardmember.managementItem .imageColumn, .boardmember.board-of-directorsItem .imageColumn {
    -ms-flex: 0 0 100%;
    max-width: 100%; 
}
section#contentsection .boardmember.managementItem .imageColumn img,
section#contentsection .boardmember.board-of-directorsItem .imageColumn img {
	max-width: 300px;
	border-radius: 50%;
	padding: 20px;
}

.imageColumn img{
	width: 100%;
}

.boardmember span.rolesName {
	font-size: 2rem;
    line-height: 1.6rem;
    margin-bottom: 32px;
    font-weight: 700;
    display: block;
    font-family: 'Manrope', Sans-serif;
}

.ir-contactItem.boardmember span.rolesName{
	font-size: 17px;
	margin: 0px;
	font-weight: inherit;
}

.ir-contactItem.boardmember {
	margin-left: 0px;
    margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.ir-contactItem.boardmember span.rolesTitle {
	font-size: 17px;
	margin: 5px 0px 5px 0px; 
	font-weight: inherit;
}

.ir-contactItem.boardmember .descriptionColumn {
	display: flex;
    flex-direction: column;
	padding-left: 0px;
}

.ir-contactItem.boardmember .descriptionColumn .rolesDescription {
	order: 10;
}

.ir-contactItem.boardmember .imageColumn {
    padding: 0px;
	margin-bottom: 20px;
	display: none;
}

.ir-contactItem.boardmember .imageColumn .boardmemberpicture {
	padding-top: 0px;
}

.ir-contactItem.boardmember .imageColumn img {
	padding: 0px;
	margin-top: 0px;
}

.ir-contactItem.boardmember span.rolesPhone,
.ir-contactItem.boardmember span.rolesEmail {
	display: block;
	clear: both;
}

.boardmember span.rolesTitle {
	margin: 15px 0 10px 0;
    font-weight: 700;
    display: block;
}

.rolesDescription {
	clear:both;
	margin-bottom: 20px;
	font-size: 1rem;
}

.auditor .descriptionColumn {
	flex: 0 0 100%;
    max-width: 100%;
}

.auditor span.rolesName {
	margin: 0px 0 15px 0;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.6rem;
	display: block;
	font-family: 'Manrope', Sans-serif;
}

.auditor span.rolesTitle {
	display: none;
}

@media screen and (max-width: 576px) {
	.boardmember .imageColumn
	{
		flex: 0 0 100%;
		order: 0;
	}
		.boardmember .descriptionColumn, .boardmember
	{
		flex: 0 0 100%;
		order: 1;
		max-width: initial;
	}
	.imageColumn img{
		width: 100%;
		max-width: 200px
	}
	.boardmember .boardmemberpicture
	{
		margin-bottom: 0px;
	}
	
	.ir-contactItem.boardmember, .ir-contactItem.boardmember .descriptionColumn, .boardmember{
		padding: 0px;
	}
	
}


@media screen and (min-width: 768px) and (max-width: 1500px){
	.boardmember.ir-contactItem .imageColumn
	{
		flex: 0 0 100%;
		order: 0;
		max-width: 100%;
	}
		.boardmember.ir-contactItem .descriptionColumn
	{
		flex: 0 0 100%;
		order: 1;
		max-width: initial;
		max-width: 100%;
		padding: 0px;
	}
	.ir-contactItem.boardmember{
		padding: 0px;
	}
	.ir-contactItem.boardmember .imageColumn img{
		width: 100%;
		max-width: 200px
	}
	.boardmember.ir-contactItem .boardmemberpicture
	{
		margin-bottom: 0px;	
	}
}

/* IRwebb Subscription module */
.prenContainer {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	width: 99%;
	font-family: 'Manrope', Sans-serif;
}

.prenContainer .mailText{
	display: none;	
}

.prenContainer .prenInfobox .userMessage {
	font-style: italic;
	font-size: 14px;
	margin-bottom: 5px;
}

.prenContainer .prenInfobox .textfield	{
	max-width: 100%;
    min-width: 450px;
	box-sizing: border-box;
    clear: left;
    font-family: 'Manrope', Sans-serif;
    border: none;
    border-radius: 5px;
    padding: 10px;
}
.prenContainer .prenInfobox .mailInput	{
	float:left;
	margin-right: 2.4rem;
	margin-bottom: 1rem;
}
.addBox.add {
    float: left;
}

.prenContainer .prenInfobox .button {
	font-family: 'Manrope', Sans-serif;
    background-color: #1a1f27;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1rem;
}
.prenContainer .prenInfobox .button:hover {
    background-color: #3a2f4a;
	cursor: pointer;
}
.prenContainer .prenInfobox a:link
{
	text-decoration: none;
}

div.stockchartEnglish g.dc-legend{
	display:none;
}

div.shareQuote{
	font-size: 3em;
    text-align: center;
}

@media screen and (min-width: 576px)
{
	div.shareQuote{
		font-size: 4em;
	}
}