@font-face {
	font-family: 'UniversLTStd';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../images/fonts/univers/UniversLight.ttf);
}

@font-face {
	font-family: 'UniversLTStd';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url(../images/fonts/univers/UniversRegular.ttf);
}

@font-face {
	font-family: 'UniversLTStd-Cn';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../images/fonts/univers/UniversCnRg.ttf);
}

@font-face {
	font-family: 'UniversLTStd';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url(../images/fonts/univers/UniversBold.ttf);
}

@font-face {
	font-family: 'UniversLTStd-Cn';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url(../images/fonts/univers/UniversCnBold.ttf);
}

@font-face {
	font-family: 'Stone Sans';
	src: url('../images/fonts/stonesans/StoneSansMedium.eot');
	src: url('../images/fonts/stonesans/StoneSansMediumd41d.eot?#iefix') format('embedded-opentype'), url('../images/fonts/stonesans/StoneSansMedium.woff2') format('woff2'), url('../images/fonts/stonesans/StoneSansMedium.woff') format('woff'), url('../images/fonts/stonesans/StoneSansMedium.ttf') format('truetype'), url('../images/fonts/stonesans/StoneSansMedium.svg#StoneSansMedium') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'ITC Stone Sans Std';
	src: url('../images/fonts/stonesans/StoneSansStd-Medium.eot');
	src: url('../images/fonts/stonesans/StoneSansStd-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('../images/fonts/stonesans/StoneSansStd-Medium.woff2') format('woff2'), url('../images/fonts/stonesans/StoneSansStd-Medium.woff') format('woff'), url('../images/fonts/stonesans/StoneSansStd-Medium.ttf') format('truetype'), url('../images/fonts/stonesans/StoneSansStd-Medium.svg#StoneSansStd-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}


/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


::-moz-selection {
	background: #2a3071;
	text-shadow: none;
}

::selection {
	background: #2a3071;
	color: #fff;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.whistle-blower {
	display: block;
}

.whistle-blower div {
	box-sizing: border-box;
	box-shadow: 3px 3px #ccc;
	margin: auto;
	width: calc(100% - 25px);
	color: white;
	font-size: 13pt;
	font-weight: bolder;
	background-color: #333;
	left: 10px;
	padding: 10px 20px;
	text-align: center;
	position: absolute;
	bottom: 30px;
}

/* text color */
.text-primary {
	color: #005BC3;
}

/*  button */
.btn {
	padding: 1rem 1.5rem !important;
	box-sizing: border-box;
	box-shadow: 0px 8px 8px -4px #0000003D;
	text-align: center;
	border-radius: 8px;
}
.btn-full {
	width: 100%;
}

/* layout */
.flex {
	display: flex;
}
.items-center {
	align-items: center;
}
.justify-between {
	justify-content: space-between;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

p {
	line-height: 24px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar {
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	scrollbar-width: none;  /* Firefox */
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;  /* Chrome, Safari, Opera */
}

/*
Version: 1.8.0
Author: Ken Wheeler
Website: http://kenwheeler.github.io
*/
.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0;
	display: flex;
	align-items: stretch;
	/*margin-left:auto;margin-right:auto*/
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block;
	position: relative;
}
.sarea .slick-initialized .slick-slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2) linear-gradient(to right, rgba(1,91,195,0.6) 20%, transparent 70%);
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

/**
* Featherlight - ultra slim jQuery lightbox
* Version 1.7.13 - http://noelboss.github.io/featherlight/
*
* Copyright 2018, No�l Raoul Bossart (http://www.noelboss.com)
* MIT Licensed.
**/
html.with-featherlight {
	overflow: hidden
}

.featherlight {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483647;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: #333;
	background: rgba(0, 0, 0, 0)
}

.featherlight:last-of-type {
	background: rgba(0, 0, 0, .8)
}

.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	padding: 25px 25px 0;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	background: #fff;
	cursor: auto;
	white-space: normal
}

.featherlight .featherlight-inner {
	display: block
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none
}

.featherlight .featherlight-close-icon {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	line-height: 25px;
	width: 25px;
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff;
	background: rgba(255, 255, 255, .3);
	color: #000;
	border: 0;
	padding: 0
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0
}

.featherlight .featherlight-image {
	width: 100%
}

.featherlight-iframe .featherlight-content {
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch
}

.featherlight iframe {
	border: 0
}

.featherlight * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media only screen and (max-width:1024px) {
	.featherlight .featherlight-content {
		margin-left: 0;
		margin-right: 0;
		max-height: 85%;
		padding: 10px 10px 0;
		border-bottom: 10px solid transparent
	}
}

@media print {
	html.with-featherlight>*>:not(.featherlight) {
		display: none
	}
}

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative
}

.scroll-wrapper>.scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0
}

.scroll-wrapper.scroll--rtl {
	direction: rtl
}

.scroll-element {
	box-sizing: content-box;
	display: none
}

.scroll-element div {
	box-sizing: content-box
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
	cursor: default
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block
}

.scroll-textarea {
	border: 1px solid #ccc;
	border-top-color: #999
}

.scroll-textarea>.scroll-content {
	overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: 0;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
	height: 0;
	width: 0
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-inner>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-inner>.scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%
}

.scrollbar-inner>.scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	/*width: 5px*/
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
	overflow: hidden
}

.scrollbar-inner>.scroll-element .scroll-bar,
.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.scrollbar-inner>.scroll-element .scroll-bar,
.scrollbar-inner>.scroll-element .scroll-element_track {
	opacity: .4
}

.scrollbar-inner>.scroll-element .scroll-element_track {
	background-color: #e0e0e0
}

.scrollbar-inner>.scroll-element .scroll-bar {
	background-color: #c2c2c2
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
	background-color: #919191
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px
}

.scrollbar-outer>.scroll-element,
.scrollbar-outer>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-outer>.scroll-element {
	background-color: #fff
}

.scrollbar-outer>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-outer>.scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	width: 100%
}

.scrollbar-outer>.scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 12px
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
	height: 8px;
	top: 2px
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	width: 8px
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
	overflow: hidden
}

.scrollbar-outer>.scroll-element .scroll-element_track {
	background-color: #eee
}

.scrollbar-outer>.scroll-element .scroll-bar,
.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.scrollbar-outer>.scroll-element .scroll-bar {
	background-color: #d9d9d9
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
	background-color: #c2c2c2
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191
}

.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
	left: -12px;
	margin-left: 12px
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
	top: -12px;
	margin-top: 12px
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
	min-width: 10px
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
	min-height: 10px
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -14px
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -14px
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -14px
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -14px
}

.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-macosx>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
	display: none
}

.scrollbar-macosx>.scroll-element .scroll-bar {
	background-color: #6c6e71;
	display: block;
	opacity: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
	opacity: .7
}

.scrollbar-macosx>.scroll-element.scroll-x {
	bottom: 0;
	height: 0;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%
}

.scrollbar-macosx>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 0
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
	left: 2px
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
	left: -4px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
	top: 2px
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
	top: -4px
}

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px
}

.scrollbar-light>.scroll-element,
.scrollbar-light>.scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-light>.scroll-element {
	background-color: #fff
}

.scrollbar-light>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-light>.scroll-element .scroll-element_outer {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.scrollbar-light>.scroll-element .scroll-element_size {
	background: #dbdbdb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #dbdbdb), color-stop(100%, #e8e8e8));
	background: -webkit-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
	background: -o-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
	background: -ms-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
	background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.scrollbar-light>.scroll-element.scroll-x {
	bottom: 0;
	height: 17px;
	left: 0;
	min-width: 100%;
	width: 100%
}

.scrollbar-light>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 17px
}

.scrollbar-light>.scroll-element .scroll-bar {
	background: #fefefe;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #fefefe), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
	background: -o-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
	background: -ms-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
	background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.scrollbar-light>.scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
	top: -17px;
	margin-top: 17px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 0
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
	left: 0;
	min-height: 10px;
	width: 10px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
	height: 12px;
	left: 2px;
	top: 2px
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
	left: -4px
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	top: 2px;
	width: 12px
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
	top: -4px
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px
}

.scrollbar-rail>.scroll-element,
.scrollbar-rail>.scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-rail>.scroll-element {
	background-color: #fff
}

.scrollbar-rail>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-rail>.scroll-element .scroll-element_size {
	background-color: #999;
	background-color: rgba(0, 0, 0, .3)
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
	background-color: #666;
	background-color: rgba(0, 0, 0, .5)
}

.scrollbar-rail>.scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	min-width: 100%;
	padding: 3px 0 2px;
	width: 100%
}

.scrollbar-rail>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	padding: 0 2px 0 3px;
	right: 0;
	top: 0;
	width: 12px
}

.scrollbar-rail>.scroll-element .scroll-bar {
	background-color: #d0b9a0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
	margin-top: 17px;
	top: -17px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 1px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
	left: 1px;
	min-height: 10px;
	width: 10px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
	height: 15px;
	left: 5px
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
	height: 2px;
	left: -10px;
	top: 5px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
	top: 5px;
	width: 15px
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
	left: 5px;
	top: -10px;
	width: 2px
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -25px
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -25px
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -25px
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -25px
}

.scrollbar-dynamic>.scroll-element,
.scrollbar-dynamic>.scroll-element div {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-dynamic>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-dynamic>.scroll-element.scroll-x {
	bottom: 2px;
	height: 7px;
	left: 0;
	min-width: 100%;
	width: 100%
}

.scrollbar-dynamic>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 2px;
	top: 0;
	width: 7px
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
	opacity: .3;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
	background-color: #ccc;
	opacity: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
	background-color: #6c6e71;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
	bottom: 0;
	height: 7px;
	min-width: 24px;
	top: auto
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
	left: auto;
	min-height: 24px;
	right: 0;
	width: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
	bottom: 0;
	top: auto;
	left: 2px;
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-o-transition: height .2s;
	-ms-transition: height .2s;
	transition: height .2s
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
	left: auto;
	right: 0;
	top: 2px;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-o-transition: width .2s;
	-ms-transition: width .2s;
	transition: width .2s
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
	left: -4px
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
	top: -4px
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer {
	overflow: hidden;
	opacity: .7
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size {
	opacity: 1
}

.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar {
	height: 100%;
	width: 100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer {
	height: 20px;
	min-height: 7px
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer {
	min-width: 7px;
	width: 20px
}

.scrollbar-chrome>.scroll-element,
.scrollbar-chrome>.scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-chrome>.scroll-element {
	background-color: #fff
}

.scrollbar-chrome>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
	background: #f1f1f1;
	border: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-x {
	bottom: 0;
	height: 16px;
	left: 0;
	min-width: 100%;
	width: 100%
}

.scrollbar-chrome>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 16px
}

.scrollbar-chrome>.scroll-element .scroll-bar {
	background-color: #d9d9d9;
	border: 1px solid #bdbdbd;
	cursor: default;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
	background-color: #c2c2c2;
	border-color: #a9a9a9
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
	border-color: #7e7e7e
}

.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
	left: -16px;
	margin-left: 16px
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
	top: -16px;
	margin-top: 16px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
	height: 8px;
	min-width: 10px;
	top: 3px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
	left: 3px;
	min-height: 10px;
	width: 8px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
	border-left: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
	height: 14px;
	left: -3px
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
	height: 14px;
	left: -4px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
	border-top: 1px solid #dbdbdb
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
	top: -3px;
	width: 14px
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
	width: 14px
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px
}

input[type=text],
input[type=email],
input[type=number],
textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}

select {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.clearfix {
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
}

.iframe-container {
	position: relative;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}

.iframe-container iframe {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'UniversLTStd', sans-serif;
	color: #45515F;
	font-size: 16px;
	line-height: 30px;
	overflow-x: hidden;
}

td,
th {
	color: #45515F;
	font-size: 16px;
	line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0px 0px 0px 0px;
}

p,
.content>div {
	margin: 0;
	padding: 0px 0px 32px 0px;
}

.content>div.video-container {
	padding-bottom: 56.25%;
	margin-bottom: 32px;
}

.content>div.clearfix {
	padding: 0;
}

hr {
	margin: 2px 0px 32px 0px;
	border: none;
	border-top: 1px solid #c7c7c7;
}

ul,
ol {
	margin: 0;
	padding-left: 20px;
}

li {
	padding: 0;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

table {
	margin-bottom: 30px;
}

a {
	text-decoration: none;
	color: #333;
}

a.with-underline {
	text-decoration: underline;
}

.clearfix {
	clear: both;
}

.content p>img {
	margin: 10px 0px 10px 0px;
}

.col4 {
	width: 33.33%;
	float: left;
	padding: 0;
}

.col4:nth-child(3n+1) {
	clear: left;
}

.col6 {
	width: 50%;
	float: left;
}

.col6:after {
	content: ' ';
	display: block;
	height: 100%;
	width: 27px;
	float: right;
}

table td,
table th {
	vertical-align: top;
	text-align: left;
}

.twoimage {
	margin-left: -15px;
	margin-right: 0;
	max-width: 50%;
	float: left;
}

.twoimage img {
	margin-left: 15px;
	margin-right: 0;
	width: 90%;
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin: 0px 0px 37px 0px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video-container>span:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.m-b-0 {
	padding-bottom: 0 !important;
}

.m-b-8 {
	padding-bottom: 8px !important;
}

.m-b-16 {
	padding-bottom: 16px !important;
}

.m-t-0 {
	padding-top: 0 !important;
}

div.row {
	padding: 0;
}

div.row:after {
	content: '';
	display: block;
	clear: left;
}

.imageonleft {
	float: left;
	margin: 0px 40px 40px 0px !important;
}

.imageonright {
	float: right;
	margin: 0px 0px 40px 30px !important;
}

.hide-mobile {}

.slide-title {
	font-size: 51px;
	line-height: 60px;
	font-weight: normal;
	padding-bottom: 16px;
	font-family: 'UniversLTStd', sans-serif;
}

.slide-content {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 6px;
}

.footer-contact-title {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	padding-bottom: 8px;
}

.footer-contact-content {
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 1rem;
}

.footer-contact-phone {
	list-style: none;
	margin: 0;
	padding: 0px 0px 8px 0px;
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 1rem;
	grid-row-gap: 0.5rem;
}

.footer-contact-phone:after {
	content: '';
	display: block;
	clear: left;
}

.footer-contact-phone>li img {
	width: 20px;
	height: 20px;
}
.footer-contact-phone>li {
	float: left;
	position: relative;
	padding: 0.125rem 0.5rem;
	border-radius: 8px;
	background: #FFF;
	display: flex;
	align-items: center;
	gap: 6px;
}
.footer-contact-phone>li>a{
	display: flex;
	align-items: center;
	gap: 0.375rem;
}
.footer-contact-phone>li:hover {
	background: #015BC3;
	color: #FFF;
	transition: all 300ms ease-in-out;
}

.footer-contact-phone>li:hover>a {
	color: #FFF !important;
}

.footer-contact-phone>li:hover>a>img {
	filter: brightness(0) invert(100%);
}

.footer-contact-phone>li:first-child {
	margin-left: 0;
}

.title {
	font-family: 'UniversLTStd', sans-serif;
	font-size: 36px;
	line-height: 1;
	font-weight: normal;
	color: #015bc3;
	padding: 1.5rem 0px;
	margin: 0px 0px 32px 0px;
	border-bottom: 1px solid #015bc3;
}

.subtitle {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
}
.whistle-header {
	display: grid;
	grid-template-columns: 177px 1fr;
	grid-gap: 2rem;
}
.whistle-header > img {
	width: 177px;
}
.whistle-item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.whistle-title {
	font-size: 32px;
	padding-bottom: 0.5rem;
}
.whistle-item img {
	width: 40px;
}
.whistle-item p {
	font-size: 14px;
	padding-bottom: 0 !important;
}

.whistle-item a:hover {
	color: #015BC3;
	text-decoration: underline;
}
.whistle-subtitle {
	font-size: 18px;
	color: #45515F;
	padding-bottom: 0;
}
.whistle-item .whistle-value {
	font-size: 20px;
}
.whistle-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1rem;
}
.whistle-wrap a:hover {
	color: #015BC3;
	text-decoration: underline;
}
.whistle-info {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.whistle-box {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	box-shadow: 0px 4px 24px 0px #00000014;
	padding: 16px 20px 30px 20px;
	border-radius: 8px;
}
.whistle-box-title {
	font-size: 20px;
	padding-bottom: 0.5rem;
}
.whistle-box-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.whistle-box-item img {
	width: 40px;
}
.whistle-box-item p {
	padding-bottom: 0;
	font-size: 14px;
	line-height: 1.3;
}
.link {
	color: #015bc3;
	font-style: italic;
	position: relative;
}

.link:hover:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #015bc3;
}

ul.corp-values {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.5rem;
}

ul.corp-values > li {
	display: grid;
	grid-template-columns: 84px 1fr;
	grid-template-rows: 84px auto 1fr;
	background: #FFF;
	border-radius: 8px;
	box-shadow: 0px 4px 24px 0px #00000014;
	padding: 20px;
	box-sizing: border-box;
	grid-gap: 1rem;
}

ul.corp-values .subtitle {
	color: #2F3C4C;
	font-size: 32px;
	padding-top: 1.5rem;
}
ul.corp-values>li>img:first-child {
	width: 84px;
	height: 84px;
}

ul.corp-values>li>h3 ~ *{
	grid-column: 1/3;
}
ul.corp-values>li>p {
	font-weight: bold;
}
ul.corp-values ul > li {
	line-height: 24px;
	color: #45515F;
}

figure.exploremap {
	margin: 0;
	padding: 0;
	margin-bottom: 32px;
	display: table;
}

figure.exploremap>* {
	display: table-cell;
}

figure.exploremap>a {
	width: 65%;
	position: relative;
}

figure.exploremap>a>img {
	display: block;
}

figure.exploremap>a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	transition: all 300ms ease-in-out;
	opacity: 1;
	filter: alpha(100);
}

figure.exploremap>a:hover:after {
	opacity: 0;
	filter: alpha(0);
}

figure.exploremap>figcaption {
	width: 35%;
	vertical-align: middle;
	padding: 0px 70px 0px 30px;
}

a.btn {
	display: inline-block;
	font-weight: 500;
	line-height: 16px;
	color: #fff;
	background: #015bc3;
	padding: 7px 15px;
	transition: all 300ms ease-in-out;
}

a.btn:hover {
	background-color: #003E85;
}

figure.exploremap h3 {
	padding-bottom: 24px;
	font-family: 'UniversLTStd', sans-serif;
	color: #015bc3;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
}

figure.exploremap p:last-child {
	padding-bottom: 0;
}

.quote {
	padding: 26px 30px 26px 30px;
	background: #f4f4f4;
	color: #015bc3;
	margin-bottom: 30px;
}

figure.inv-rel {
	background: #FFF;
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: flex;
	box-shadow: 0px 4px 24px 0px #00000014;
	height: 100%;
}

figure.inv-rel .btn {
	width: 100%;
	font-weight: bold;
}

figure.inv-rel>img {
	width: 222px;
}

figure.inv-rel>figcaption {
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
}

figure.inv-rel>figcaption>p:last-child {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding-bottom: 0;
}

figure.inv-rel>figcaption h3 {
	font-size: 2rem;
	line-height: 1;
	color: white;
	font-weight: bold;
	position: absolute;
	bottom: 1.25rem;
	left: 1.25rem;
	max-width: 200px;
	padding-bottom: 0;
}

.table {
	/*border-bottom-width:1px; border-right-width:1px;*/
	border-spacing: 0;
	font-size: 14px;
}

.table tr:nth-child(even) td {
	background: #F1F2F4;
}

.table tr td[colspan="3"] {
	background: #7C8898;
	color: white;
}

.table th {
	font-size: 14px;
	line-height: 25px;
	font-family: 'UniversLTStd', sans-serif;
	background: #015bc3;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px 7px 10px;
}

.table th:first-child {
	border-top-left-radius: 0.25rem;
}

.table th:last-child {
	border-top-right-radius: 0.25rem;
}

.table td {
	font-size: 15px;
	line-height: 25px;
	font-family: 'UniversLTStd', sans-serif;
	padding: 8px 10px 7px 10px;
}

.table .graybg {
	background: #E7F1FE !important;
	color: #45515F;
	font-weight: bold;
}

.tablev2 {
	border: none;
	border-spacing: 0;
}

.tablev2 tr:nth-child(odd) {
	background: #F1F2F4;
}

.tablev2 tr:first-child th {
	background: #0c7cd5;
	color: #FFF;
}
.tablev2 tr th:first-child, .tablev2 tr td:first-child {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.tablev2 tr th:last-child, .tablev2 tr td:last-child {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.tablev2 tr th:not(:first-child),
.tablev2 tr td:not(:first-child) {
	text-align: right;
}

.tablev2 td,
.tablev2 th {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding: 0.6rem 0.8rem;
}

.bond-table th:not(:first-child),
.bond-table td:not(:first-child) {
	white-space: nowrap;
}

.blueheader {
	font-size: 22px;
	line-height: 35px;
	padding-bottom: 24px;
	color: #015bc3;
	font-weight: bold;
}

tr.bolded td {
	font-weight: bold;
}

.mobile-only,
.hide-desktop {
	display: none;
}

.content p>img,
.fancybox-inner p>img {
	margin: 7px 0px 8px 0px;
}

input:focus,
textarea:focus {
	outline: none;
}

figure {
	margin: 0;
}

div.wrapper {
	width: 1250px;
	margin: 0 auto;
	padding: 0 1rem;
	max-width: 100%;
	box-sizing: border-box;
}

#main-content {
	margin: 80px 0px 0px 0px;
	background: #fbfbfb;
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 80px;
	z-index: 9999999;
	background: #fff;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

#header.onfocus {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

#header.onfocus:before {
	content: '';
	width: 100%;
	height: calc(100vh - 80px);
	background: rgba(199, 199, 199, 0.8);
	display: block;
	position: fixed;
	top: 80px;
	left: 0;
}

div.logo-area {
	width: 215px;
	float: left;
}

div.logo-area p {
	padding: 0;
}

#main-nav {
	float: right;
	width: calc(100% - 215px);
}

ul.main-nav {
	display: flex;
	justify-content: end;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 22px;
}

ul.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

ul.main-nav>li {
	white-space: nowrap;
}

ul.main-nav>li,
ul.main-nav ul>li {
	float: left;
	position: relative;
	white-space: normal;
}

ul.main-nav:after,
ul.main-nav ul:after,
ul.main-nav>li.lang-sel>ul:after {
	content: '';
	display: block;
	clear: left;
}

ul.main-nav a {
	display: block;
	font-family: 'UniversLTStd', sans-serif;
	font-weight: 500;
	font-size: 16px;
	position: relative;
}

ul.main-nav>li>a,
ul.main-nav>li.lang-sel>ul a {
	color: #45515F;
	padding: 19px 0px 29px 0px;
	margin: 0px 10px;
	border-top: 8px solid #fff;
}

ul.main-nav>li.lang-sel>ul a {
	margin: 0px 12px;
	padding-top: 0;
	padding-bottom: 0;
	border-top: none;
	text-transform: uppercase;
}

ul.main-nav>li.lang-sel>ul a.current,
ul.main-nav>li.lang-sel>ul a.current:hover {
	color: #015bc3;
	font-weight: 600;
}

ul.main-nav>li.lang-sel>ul a:hover {
	font-weight: 500;
}

ul.main-nav a.asearch {
	border: none;
	margin: 29px 0px 29px 10px;
	padding: 0;
	width: 21px;
	height: 22px;
	background: url("../images/search-icon.svg") no-repeat left top;
	background-size: cover;
}

ul.main-nav a.asearch>span {
	display: none;
}

ul.main-nav>li>a:hover,
ul.main-nav>li>a.hover,
ul.main-nav>li>a.current {
	border-top-color: #015bc3;
	text-shadow: 0 0 .65px #015bc3, 0 0 .65px #015bc3;
	color: #015bc3;
}

a.logo {
	display: inline-block;
	padding: 20px 0px;
}

ul.main-nav>li>ul {
	position: absolute;
	top: 100%;
	left: 21px;
	width: 240px;
	padding: 32px 0px 22px 0px;
	background: #015bc3;
}

ul.main-nav>li.lang-sel>ul {
	position: initial;
	background: none;
	padding: 0;
	width: auto;
	display: block;
	/*padding-left:40px;*/
	padding-left: 25px;
	margin: 29px 0px;
}

ul.main-nav>li.lang-sel>ul>li {
	float: left;
	border-right: 1px solid #015bc3;
}

ul.main-nav>li.lang-sel>ul>li:last-child {
	border-right: none;
}

ul.main-nav>li>ul li {
	float: none;
}

ul.main-nav li.hassub>a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 50px;
	width: 0;
	height: 0;
	border-left: 5px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

ul.main-nav>li>ul a {
	color: #fff;
	line-height: 20px;
	padding: 8px 70px 8px 30px;
}

ul.main-nav>li>ul a:hover,
ul.main-nav>li>ul a.hover,
ul.main-nav>li>ul a.current {
	font-weight: 600;
}

ul.main-nav>li>ul>li>ul {
	position: absolute;
	top: -12px;
	left: 100%;
	background: rgba(1, 91, 195, 0.7);
	width: 240px;
	padding: 12px 0px 17px 0px;
}

ul.main-nav>li>ul>li>ul>li>ul {
	position: absolute;
	top: -12px;
	left: 100%;
	background: rgba(1, 91, 195, 0.4);
	width: 240px;
	padding: 12px 0px 17px 0px;
}

div.search-form {
	background: #003e85;
	padding-top: 16px;
	padding-bottom: 15px;
	text-align: right;
	display: none;
}

#frmSearch {
	margin: 0;
	padding: 0px 105px 0px 0px;
}

#keyword {
	font-family: 'UniversLTStd', sans-serif;
	font-size: 15px;
	line-height: 25px;
	width: 260px;
	padding: 5px 15px 4px 15px;
	color: #9e9e9e;
	border: none;
	background: #fff;
	margin: 0px 14px 0px 0px;
	display: inline-block;
	vertical-align: top;
}

#btnsearch {
	background: #015bc3;
	border: none;
	color: #fff;
	font-family: 'UniversLTStd', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 9px 18px 9px 18px;
}

section.sarea {
	width: 100%;
	padding: 0;
	height: 80vh;
	min-height: 660px;
	max-height: 1000px;
	position: relative;
	margin: 0px 0px 40px 0px;
}

section.sarea #slide-dots {
	bottom: auto;
	top: 80%;
}

div.slideshow {
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow,
div.slideshow>div,
div.slideshow>div>div,
div.slideshow>div>div>div {
	width: 100%;
	height: 100%;
}

div.slide-caption {
	width: 100%;
	height: 100%;
}

div.slide-caption>div {
	display: table-cell;
	vertical-align: top;
	padding-top: min(400px, max(27vh, 220px));
}

.slide-title-2 {
	position: absolute;
	z-index: 100000;
	top: 20%;
	color: #fff;
	max-width: 1250px;
	width: 100%;
	box-sizing: border-box;
	left: 50%;
	transform: translateX(-50%);
	font-size: 2rem;
	font-weight: bold;
	padding: 0px 1rem;
}

.slide-title-2 > div {
	padding-bottom: 2rem;
	border-bottom: 1px solid #FFF;
	max-width: 600px;
}

div.slide {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.scontent a {
	color: white;
	line-height: 1.5;
	font-size: 1.25rem !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: min(400px, max(27vh, 220px));
	box-sizing: border-box;
}

.scontent a > strong {
	padding: 0 1rem;
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
}

.scontent a > strong > strong {
	max-width: 550px;
	display: block;
}

.scontent a > strong:first-child {
	font-size: 3.25rem;
	line-height: 1.25;
}

.scontent a > strong:last-child > strong {
	font-weight: normal;
	margin-top: 0.5rem;
}

/* div.scontent:before { content:''; display:block; width:500px; height:100%; position:absolute; left:-500px; top:0; background:rgba(1, 91, 195, 0.7); } */

#slide-arrows {
	display: none;
}

#slide-dots {
	position: absolute;
	bottom: 10rem;
	z-index: 99999;
	width: 100%;
	max-width: 1250px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	padding-left: 2rem;
}

.slide-prev {
	width: 32px;
	height: 32px;
	clip-path: path("M16 3.5C13.4288 3.5 10.9154 4.26244 8.77759 5.6909C6.63975 7.11935 4.97351 9.14968 3.98957 11.5251C3.00563 13.9006 2.74819 16.5144 3.2498 19.0362C3.75141 21.5579 4.98953 23.8743 6.80762 25.6924C8.6257 27.5105 10.9421 28.7486 13.4638 29.2502C15.9856 29.7518 18.5995 29.4944 20.9749 28.5104C23.3503 27.5265 25.3807 25.8603 26.8091 23.7224C28.2376 21.5846 29 19.0712 29 16.5C28.9964 13.0533 27.6256 9.74882 25.1884 7.31163C22.7512 4.87445 19.4467 3.50364 16 3.5ZM18.7075 20.7925C18.8004 20.8854 18.8741 20.9957 18.9244 21.1171C18.9747 21.2385 19.0006 21.3686 19.0006 21.5C19.0006 21.6314 18.9747 21.7615 18.9244 21.8829C18.8741 22.0043 18.8004 22.1146 18.7075 22.2075C18.6146 22.3004 18.5043 22.3741 18.3829 22.4244C18.2615 22.4747 18.1314 22.5006 18 22.5006C17.8686 22.5006 17.7385 22.4747 17.6171 22.4244C17.4957 22.3741 17.3854 22.3004 17.2925 22.2075L12.2925 17.2075C12.1995 17.1146 12.1258 17.0043 12.0754 16.8829C12.0251 16.7615 11.9992 16.6314 11.9992 16.5C11.9992 16.3686 12.0251 16.2385 12.0754 16.1171C12.1258 15.9957 12.1995 15.8854 12.2925 15.7925L17.2925 10.7925C17.3854 10.6996 17.4957 10.6259 17.6171 10.5756C17.7385 10.5253 17.8686 10.4994 18 10.4994C18.1314 10.4994 18.2615 10.5253 18.3829 10.5756C18.5043 10.6259 18.6146 10.6996 18.7075 10.7925C18.8004 10.8854 18.8741 10.9957 18.9244 11.1171C18.9747 11.2385 19.0006 11.3686 19.0006 11.5C19.0006 11.6314 18.9747 11.7615 18.9244 11.8829C18.8741 12.0043 18.8004 12.1146 18.7075 12.2075L14.4138 16.5L18.7075 20.7925Z");
	background: #FFF;
	opacity: 0.5;
	cursor: pointer;
}
.slide-next {
	width: 32px;
	height: 32px;
	clip-path: path("M16 3.5C13.4288 3.5 10.9154 4.26244 8.77759 5.6909C6.63975 7.11935 4.97351 9.14968 3.98957 11.5251C3.00563 13.9006 2.74819 16.5144 3.2498 19.0362C3.75141 21.5579 4.98953 23.8743 6.80762 25.6924C8.6257 27.5105 10.9421 28.7486 13.4638 29.2502C15.9856 29.7518 18.5995 29.4944 20.9749 28.5104C23.3503 27.5265 25.3807 25.8603 26.8091 23.7224C28.2376 21.5846 29 19.0712 29 16.5C28.9964 13.0533 27.6256 9.74882 25.1884 7.31163C22.7512 4.87445 19.4467 3.50364 16 3.5ZM19.7075 17.2075L14.7075 22.2075C14.6146 22.3004 14.5043 22.3741 14.3829 22.4244C14.2615 22.4747 14.1314 22.5006 14 22.5006C13.8686 22.5006 13.7385 22.4747 13.6171 22.4244C13.4957 22.3741 13.3854 22.3004 13.2925 22.2075C13.1996 22.1146 13.1259 22.0043 13.0756 21.8829C13.0253 21.7615 12.9994 21.6314 12.9994 21.5C12.9994 21.3686 13.0253 21.2385 13.0756 21.1171C13.1259 20.9957 13.1996 20.8854 13.2925 20.7925L17.5863 16.5L13.2925 12.2075C13.1049 12.0199 12.9994 11.7654 12.9994 11.5C12.9994 11.2346 13.1049 10.9801 13.2925 10.7925C13.4801 10.6049 13.7346 10.4994 14 10.4994C14.2654 10.4994 14.5199 10.6049 14.7075 10.7925L19.7075 15.7925C19.8005 15.8854 19.8742 15.9957 19.9246 16.1171C19.9749 16.2385 20.0008 16.3686 20.0008 16.5C20.0008 16.6314 19.9749 16.7615 19.9246 16.8829C19.8742 17.0043 19.8005 17.1146 19.7075 17.2075Z");
	background: #FFF;
	cursor: pointer;
}

#slide-dots ul {
	list-style: none;
	/*max-width: 1250px;*/
	padding: 0 1rem;
	/*margin: 0 auto;*/
	box-sizing: border-box;
	display: flex;
	gap: 1rem;
}

#slide-dots button {
	display: block;
	width: 12px;
	height: 12px;
	background: rgba(255,255,255,0.3);
	font-size: 0;
	text-indent: -100px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	border-radius: 50%;
}

#slide-dots li.slick-active button {
	background: #fff;
}

#business-area .wrapper .border-bottom {
	border-bottom: 1px solid #c7c7c7;
}

ul.businesses {
	list-style: none;
	padding: 0 0 40px;
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 28px;
	overflow-x: auto;
	margin-right: -1rem;
	padding-right: 1rem;
}

ul.businesses>li {
	width: 100%;
	min-width: 313px;
}

ul.businesses>li>h2 {
	font-weight: normal;
	padding: 0;
}

ul.businesses>li>h2>a {
	display: block;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	transition: 0.3s all;
}

ul.businesses>li>h2>a::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.85%, rgba(0, 0, 0, 0.4) 87.55%);
	content: '';
	z-index: 2;
	transition: all 300ms ease-in-out;
}

ul.businesses>li>h2>a>span.caption {
	display: block;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	font-family: 'UniversLTStd', sans-serif;
	padding: 20px;
	color: #fff;
	position: absolute;
	z-index: 3;
	bottom: 0;
	font-weight: bold;
	transition: all 300ms ease-in-out;
}

ul.businesses>li>h2>a:hover {
	box-shadow: 0px 4px 8px 0px #00000040;
}

ul.businesses>li>h2>a:hover::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.85%, rgba(1, 91, 195, 0.4) 87.55%);
}

ul.businesses>li>h2>a>span.icon {
	position: absolute;
	left: 1.25rem;
	bottom: 35%;
	opacity: 0;
	transform: translateX(-100%);
	visibility: hidden;
	z-index: 3;
	transition: all 300ms ease-in-out;
}

ul.businesses>li>h2>a>span.icon>img {
	width: 80px;
	height: 80px;
}

ul.businesses>li>h2>a:hover>span.icon {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

div.slick-slide {
	outline: none;
}

#hpress {
	padding-top: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #c7c7c7;
}

#hpress h3,
#hreports h3 {
	font-family: 'UniversLTStd', sans-serif;
	font-size: 32px;
	line-height: 38px;
	color: #252b33;
	font-weight: 700;
	padding-bottom: 32px;
}

#hpress div.wrapper {
	position: relative;
}

p.p-ctool {
	float: right;
	margin-top: -65px;
	right: 0;
}

p.p-ctool a {
	font-family: 'UniversLTStd', sans-serif;
	color: #015bc3;
	position: relative;
}

p.p-ctool a:hover:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #015bc3;
	position: absolute;
	bottom: -1px;
	left: 0;
}

#hpress-area {
	position: relative;
	padding-bottom: 3rem;
}

#press-list>div {
	width: 100%;
}

#hpress-area a{
	border-right: 1px solid #C9D0D7;
	margin-right: 1.2rem;
	box-sizing: border-box;
}

#hpress-area a:last-child {
	border-right: 0;
}

#parrows {
	text-align: right;
	line-height: 15px;
	padding-top: 2rem;
}

#press-list .slick-slide {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1rem;
}

#press-area #press-list > .slick-list {
	width: calc(100% + 2rem);
	margin: 0 -1rem !important;
}

#press-area #press-list .slick-slide {
	grid-template-columns: 1fr;
	box-sizing: border-box;
	margin: 0 1rem !important;
}

div.press-thumb {
	box-sizing: border-box;
	padding: 0 1rem;
}

div.press-thumb:first-child {
	padding-left: 0;
}

div.press-thumb:not(:last-child) {
	border-right: 1px solid #C9D0D7;
}

p.pdate {
	font-size: 15px;
	line-height: 15px;
	color: #9e9e9e;
	padding-bottom: 8px;
}

div.press-thumb>h4 {
	font-size: 20px;
	line-height: 28px;
	color: #2F3C4C;
	font-weight: bold;
	transition: 0.3s all;
}

div.press-thumb > h4:hover {
	color: #005BC3;
}

#at20mc {
	display: none !important;
}

a.adl {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background: url("../images/download-icon.svg");
	background-size: 100%;
	box-sizing: border-box;
}

a.adl>span {
	display: none;
}

div.addthis_inline_share_toolbox {
	display: inline-block;
	margin: 0px 16px 0px 0px;
	vertical-align: top;
}

.at-resp-share-element .at-share-btn {
	margin: 0 !important;
	padding: 0 !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 30px !important;
	height: 30px !important;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h37v39H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(2)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23015BC3' d='M29.975 36.805c-2.657 0-4.817-2.145-4.817-4.786 0-2.64 2.16-4.785 4.817-4.785 2.656 0 4.816 2.146 4.816 4.785 0 2.641-2.16 4.786-4.816 4.786M7.025 24.277c-2.656 0-4.816-2.144-4.816-4.785 0-2.64 2.16-4.786 4.816-4.786 2.657 0 4.817 2.146 4.817 4.786 0 2.64-2.167 4.785-4.817 4.785m22.95-22.082c2.656 0 4.816 2.146 4.816 4.786 0 2.64-2.16 4.785-4.816 4.785-2.657 0-4.817-2.146-4.817-4.785 0-2.64 2.168-4.786 4.817-4.786m0 22.861a7.036 7.036 0 0 0-5.558 2.72l-10.781-5.983a6.97 6.97 0 0 0 .39-2.301c0-.81-.138-1.578-.399-2.308l10.774-5.976a7.024 7.024 0 0 0 5.565 2.737c3.863 0 7.017-3.126 7.017-6.972C36.983 3.126 33.837 0 29.966 0c-3.87 0-7.016 3.126-7.016 6.973 0 .81.138 1.586.4 2.307l-10.766 5.976a7 7 0 0 0-5.567-2.737C3.155 12.52 0 15.646 0 19.492c0 3.847 3.155 6.972 7.025 6.972a7.032 7.032 0 0 0 5.576-2.745l10.773 5.984a6.909 6.909 0 0 0-.408 2.324c0 3.838 3.146 6.973 7.017 6.973C33.855 39 37 35.874 37 32.027c0-3.846-3.155-6.97-7.025-6.97' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center !important;
	background-size: cover !important;
}

.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover {
	transform: none !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper>svg {
	display: none;
}

#parrows button,
#rarrows button,
#rarrows1 button,
#rarrows2 button,
#iarrows button,
#fprev,
#fnext,
#tarrows button,
a.pnext,
a.pprev {
	border: none;
	font-size: 0;
	background: url('../images/slick_arrow.svg');
	width: 2rem;
	height: 2rem;
	outline: none;
	position: relative;
	display: inline-block;
}

#parrows button.slick-prev,
#rarrows button.slick-prev,
#rarrows1 button.slick-prev,
#rarrows2 button.slick-prev,
#iarrows button.slick-prev,
#fprev,
#tarrows button.slick-prev,
a.pprev {
	transform: rotate(180deg);
	margin-right: 1.5rem;
}

#facility>table {
	width: 100% !important;
}

#parrows button.slick-disabled,
#rarrows button.slick-disabled,
#rarrows1 button.slick-disabled,
#rarrows2 button.slick-disabled,
#iarrows button.slick-disabled,
#fprev.slick-disabled,
#fnext.slick-disabled,
#tarrows button.slick-disabled {
	opacity: 0.4;
	filter: alpha(40);
}

#stock-reports {
	padding: 0px 0px 88px 0px;
}
#stock-reports .wrapper {
	display: grid;
	grid-template-columns: 420px 1fr;
	grid-gap: 1.5rem;
}

.stock-reports-left {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

#hstock {
	cursor: pointer;
	padding: 20px;
	border-radius: 8px;
	background: url(../images/stock-bg-v2.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	position: relative;
}

#hstock h3 {
	font-size: 54px;
	line-height: 60px;
	padding-bottom: 0;
}

#hstock p.sdate {
	font-size: 16px;
	line-height: 24px;
}

#hstock dl {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	display: grid;
	grid-template-columns: repeat(2, auto)
}

/*#hstock dl>* { margin:0; height:36px; }*/
#hstock dl>dt {
	border-bottom: 1px solid #fff;
	padding: 1rem 0;
}

#hstock dl>dd {
	border-bottom: 1px solid #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: right;
	margin-left: 0;
	padding: 1rem 0;
}

#hstock dl>dt:nth-child(5),
#hstock dl>dd:nth-child(6) {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#hwhisblow {
	background-color: #fff;
	padding: 20px;
	position: relative;
	box-shadow: 0px 4px 24px 0px #00000014;
	border-radius: 8px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

#hwhisblow h2 {
	font-size: 20px;
	padding-bottom: 0;
}

#hwhisblow p {
	color: #777;
}

#hreports {
	overflow: hidden;
	margin: 0 -1rem;
}

#hreports .slick-list,
#press-list1 .slick-list {
	margin: 0 -1rem !important;
}

#hreports .slick-slide,
#press-list1 .slick-slide {
	margin: 0 1rem !important;
}


#hreports h3 {
	padding-left: 1rem;
	padding-bottom: 1.5rem;
}

#hreports .p-ctool {
	padding-right: 1rem;
}

#hreport-area {
	margin: 0 1rem;
}

#report-list ul,
#press-area ul,
#press-area1 ul,
#press-area2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#report-list ul a {
	display: block;
	padding-left: 5rem;
}

#report-list ul a:hover {
	color: #015bc3;
}

#report-list ul a>span.report-title {
	font-size: 18px;
	overflow: hidden;
	display: block;
	align-items: center;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#report-list ul a>span.report-description {
	color: #6A798B;
	display: block;
	margin-top: 0.25rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#report-list ul a:before {
	content: '';
	display: block;
	width: 76px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.document-card:after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url("../images/document-icons/regular.svg");
}

.document-card.presentation:after {
	background-image: url("../images/document-icons/presentation.svg");
}

.document-card.building:after {
	background-image: url("../images/document-icons/building.svg");
}

.document-card.book:after {
	background-image: url("../images/document-icons/book.svg");
}

.document-card.book2:after {
	background-image: url("../images/document-icons/book2.svg");
}

#report-list ul>li {
	width: 100%;
}

#rarrows,
#rarrows1,
#rarrows2 {
	text-align: right;
}

#ccontent {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100px' height='1px' viewBox='0 0 100 1' enable-background='new 0 0 100 1' xml:space='preserve'%3E%3Crect x='50' fill='%23FFFFFF' width='50' height='1'/%3E%3C/svg%3E") repeat-y center top;
	background-size: cover;
}

#ccontent>div.row {
	display: table;
}

#subnav {
	display: table-cell;
	vertical-align: top;
	width: 25.7%;
	padding: 40px 30px 0px 0px;
	background: #fbfbfb;
	position: relative;
	box-shadow: inset -5px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

#subnav:before {
	content: '';
	display: block;
	width: 500px;
	position: absolute;
	top: 0;
	left: -500px;
	height: 100%;
}

#content {
	display: table-cell;
	vertical-align: top;
	padding: 40px 0px 48px 75px;
	background: #fff;
	max-width: 808px;
	position: relative;
}

#subnav>h3 {
	font-family: 'UniversLTStd', sans-serif;
	font-size: 34px;
	line-height: 42px;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 32px 0px;
	position: relative;
	border-bottom: 2px solid #015bc3;
	color: #252b33;
	font-weight: normal;
}

#subnav>h3:before {
	content: '';
	display: block;
	width: 500px;
	height: 2px;
	background: #015bc3;
	position: absolute;
	left: -500px;
	bottom: -2px;
}

ul.subnav {
	width: 290px;
	background: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
	margin-bottom: 80px;
}

ul.subnav a {
	display: table;
	width: 100%;
	color: #252b33;
	font-size: 18px;
	line-height: 22px;
	font-family: 'UniversLTStd', sans-serif;
	font-weight: 500;
}

ul.subnav a>span {
	padding: 7px 20px;
	display: table-cell;
	height: 44px;
	vertical-align: middle;
	white-space: normal;
}

ul.subnav a>span>span.glue {
	white-space: normal;
	display: inline-block;
	word-spacing: 1px;
}

ul.subnav a.current {
	background: #015bc3;
	color: #fff;
}

ul.subnav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.subnav ul a>span {
	padding: 7px 20px 7px 40px;
}

ul.subnav ul ul a>span {
	padding: 7px 20px 7px 60px;
}

aside.breadcrumbs {
	padding: 0px 0px 32px 0px;
	margin: 0;
}

aside.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'UniversLTStd', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
}

aside.breadcrumbs ul:after {
	content: '';
	display: block;
	clear: left;
}

aside.breadcrumbs ul>li {
	float: left;
	position: relative;
	padding: 0px 14px 0px 8px;
}

aside.breadcrumbs ul>li:first-child {
	padding-left: 0;
}

aside.breadcrumbs ul>li:after {
	content: '/';
	display: inline-block;
	width: 6px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

aside.breadcrumbs ul>li:last-child:after {
	display: none;
}

aside.breadcrumbs ul a {
	color: #5e5e5e;
}

aside.breadcrumbs ul span {
	color: #015bc3;
}

div.highlights {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3rem 0;
	width: 100%;
	padding-top: 3rem !important;
	margin-bottom: 2rem;
}

figure.highlight {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0;
	padding: 0 1rem;
	box-sizing: border-box;
}

figure.highlight img {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
}

figure.highlight p.hval {
	font-size: 16px;
	color: #015bc3;
	font-weight: bold;
	padding: 1rem 0 0.5rem;
}

figure.highlight p.hval>span {
	font-size: 24px;
	font-weight: bold;
	color: #015bc3;
}

figure.highlight p.hdesc {
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	color: #45515F;
}

ul.profiles {
	padding: 0;
	list-style: none;
}

ul.profiles:after {
	content: '';
	display: block;
	clear: left;
}

ul.profiles {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
	justify-content: space-between;
	padding-bottom: 3rem;
}

figure.profile {
	display: grid;
	grid-template-columns: 200px 1fr;
	background: #FFF;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 4px 24px 0px #00000014;
	height: 220px;
}

figure.profile a {
	max-height: 100%;
	overflow: hidden;
}

figure.profile figcaption {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1rem;
	border-right: 4px solid #005BC3;
}
figure.profile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

figure.profile h2 {
	font-size: 24px;
	line-height: 1;
	padding: 0;
}

figure.profile h2>a {
	color: #015bc3;
}

figure.profile p.ppos {
	font-size: 16px;
	line-height: 24px;
	padding: 0;
}

figure.profile p.ppos>a {
	color: #333;
}

figure.profile-detail {
	margin: 0;
	padding: 0;
}

figure.profile-detail>img {
	width: 184px;
	/*margin:0px 30px 0px 0px;*/
	height: auto;
	display: block;
	float: left;
}

figure.profile-detail>figcaption {
	padding: 0px 0px 0px 214px;
}

figure.profile-detail h2 {
	font-size: 22px;
	line-height: 35px;
	color: #015bc3;
	padding-bottom: 8px;
}

figure.profile-detail p.ppos {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	padding-bottom: 16px;
}

div.featherlight-content figure.profile-detail {
	max-width: 612px;
}

.featherlight.ppop .featherlight-content {
	padding: 30px;
	border-radius: 0.5rem;
}

.featherlight.img .featherlight-content {
	padding: 0;
	overflow: visible;
	border: none;
	margin-left: 170px;
	margin-right: 170px;
	max-height: 80%;
}

.featherlight.ppop .featherlight-close,
.featherlight.img .featherlight-close,
a.faclose {
	border: none;
	font-size: 0px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -50px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23015BC3' stroke-linecap='square' stroke-width='4'%3E%3Cpath d='M37.913 2.322L2.087 37.678M2.087 2.322l35.826 35.356'/%3E%3C/g%3E%3C/svg%3E") no-repeat left top;
	background-size: cover;
	top: 30px;
	right: 30px;
}

a.faclose>span {
	display: none;
}

#facility a.faclose {
	top: 1.75rem;
	right: 2rem;
	position: absolute;
}

.featherlight.img .featherlight-close {
	background-image: url("../images/close-icon.svg");
	top: -55px;
	right: 10px;
}

.featherlight.img:last-of-type {
	background-color: rgba(199, 199, 199, 0.8);
}

.featherlight.img .video-container {
	max-width: 1097px;
	min-width: 1024px;
	margin: 0;
}

div.milestone-area {
	position: relative;
	max-width: 100%;
	padding: 32px 32px 0px 32px;
}

#milestones {
	width: 100%;
	max-width: 854px;
}

figure.milestone {
	margin: 0;
	padding: 0;
	width: 180px;
	outline: none;
}

figure.milestone.slick-current {
	width: 372px;
}

figure.milestone>img {
	width: 264px;
	transform: scale(0.682);
	height: auto;
	transition: all 700ms ease-in-out;
	opacity: 0.4;
	filter: alpha(40);
	margin: 0 auto;
}

figure.milestone.slick-current>img {
	transform: scale(1);
	opacity: 1;
	filter: alpha(100);
}

figure.milestone>figcaption {
	margin: 0;
	padding: 85px 1rem 0px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	position: relative;
}

figure.milestone h2 {
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 18px;
	color: #c7c7c7;
	transform: scale(0.6);
	transition: all 700ms ease-in-out;
}

figure.milestone.slick-current h2 {
	color: #015bc3;
	transform: scale(1);
}

figure.milestone>figcaption>p {
	opacity: 0;
	filter: alpha(0);
	transition: all 500ms ease-in-out;
	width: calc(100% + 84px);
	margin-left: -42px;
}

figure.milestone.slick-current>figcaption>p {
	opacity: 1;
	filter: alpha(100);
}

.milestone-area > .line {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #015bc3;
	position: absolute;
	left: 0;
	margin-top: 6px;
}

figure.milestone>figcaption > .marker {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #c7c7c7;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 43px;
	transition: all 700ms ease-in-out;
}

figure.milestone.slick-current>figcaption > .marker {
	width: 17px;
	height: 17px;
	background: #fbfbfb;
	border: 5px solid #015bc3;
	top: 37px;
}

#marrows button {
	font-size: 0;
	overflow: hidden;
	text-indent: -50px;
	border: none;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url("../images/slick_arrow.svg") no-repeat left top;
	background-size: cover;
	position: absolute;
	right: -9px;
	top: 133px;
	outline: none;
}

#marrows button.slick-disabled {
	opacity: 0.4;
	filter: alpha(40);
}

#marrows button.slick-prev {
	right: auto;
	left: -9px;
	transform: rotate(180deg);
}

div#business-map {
	margin: 0 auto 52px;
	position: relative;
	width: 855px;
	height: 498px;
}

a.buss-sel {
	display: flex;
	gap: 1rem;
	align-items: center;
	height: 100%;
	transition: 0.3s all;
}

a.buss-sel svg path {
	fill: #015bc3;
}

a.buss-sel>img,
a.buss-sel>svg {
	width: 66px;
}

a.buss-sel:after {
	content: '';
	display: block;
	clear: left;
}

a.buss-sel > div {
	display: flex;
	flex-direction: column;
	flex: 1;
}

a.buss-sel .bstatus {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	line-height: 25px;
	font-size: 15px;
	font-family: 'UniversLTStd', sans-serif;
	white-space: nowrap;
}

a.buss-sel .bstatus>i {
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin: 0px 8px 0px 0px;
}

a.buss-sel .bstatus>i.border {
	width: 9px;
	height: 9px;
	border: 1px solid #9e9f9e;
}

#buss-selector {
	max-width: 855px;
	margin: 0 auto;
	padding-bottom: 32px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

#buss-selector>div {
	display: flex;
	gap: 3rem;
}

a.aall {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	font-family: 'UniversLTStd', sans-serif;
	font-style: normal;
	margin-right: 2rem;
	white-space: nowrap;
}

a.marker {
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	position: absolute;
	background: #fff;
}

a.marker.border {
	width: 10px;
	height: 10px;
	border: 1px solid #9e9e9e;
}

a.marker>span,
a.marker>span>span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

a.buss-sel.blur {
	opacity: 0.4;
	filter: alpha(40);
}

a.marker:hover {
	z-index: 999;
}

a.marker span.tooltip {
	display: none;
	position: absolute;
	transform: translateX(-50%);
	top: calc(-32px - 0.5rem);
	padding: 0;
	height: 30px;
	text-align: center;
	z-index: 999;
	filter: drop-shadow(0 4px 8px #00000070);
	pointer-events: none;
}

a.marker span.tooltip>span {
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	font-family: 'UniversLTStd', sans-serif;
	font-size: 0.875rem;
	line-height: 16px;
	height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0.5rem 1rem;
	width: auto;
	font-weight: bold;
	left: 50%;
	transform: translateX(calc(-50% + 8px));
}

a.marker span.tooltip:before {
	content: '';
	display: block;
	width: 15px;
	height: 8px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: white;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(calc(-50% + 5px));
}

#images {
	margin-bottom: 32px;
}

#images a {
	display: block;
	margin: 0px 38px 0px 0px;
	position: relative;
	width: calc(50% - 19px);
	float: left;
}

#images a:last-child {
	margin-right: 0;
}

a.youtubepop>span {
	display: block;
	width: 100%;
	height: 0px;
	padding: 0;
	padding-bottom: 56.3725%;
	overflow: hidden;
	position: relative;
}

a.youtubepop>span>img {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -9.5%;
	width: 100%;
	height: auto;
	max-width: 100%;
}

#images a>span.caption {
	position: absolute;
	display: block;
	width: calc(100% - 20px);
	color: #fff;
	padding: 10px;
	font-size: 15px;
	line-height: 15px;
	height: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 100;
	bottom: 0;
}

#iarrows {
	margin: 8px 0px 32px 0px;
	text-align: right;
}

#images a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
	filter: alpha(10);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 300ms ease-in-out;
}

#images a:hover:before {
	opacity: 0;
	filter: alpha(0);
}

#images a.youtubepop:after {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%233B3738' fill-opacity='.9' d='M39.23 20.134v5.203c0 5.96-1.256 7.567-5.503 8.513-1.545.284-9.17.284-13.998.284-4.827 0-12.453 0-13.997-.284-4.248-.946-5.503-2.554-5.503-8.513V14.93c0-5.96 1.255-7.567 5.503-8.513 1.544-.284 9.17-.284 13.997-.284s12.453 0 13.998.284c4.247.946 5.502 2.554 5.502 8.513v5.203z'/%3E%3Cpath fill='%23FFF' d='M16.23 14.134v10.652l10.958-5.28z'/%3E%3Cpath fill='%23CCC' d='M26.003 20.155l1.186-.649-10.96-5.372z'/%3E%3C/g%3E%3C/svg%3E") no-repeat left top;
	background-size: cover;
	z-index: 2;
	opacity: 0.9;
	filter: alpha(90);
	transition: all 300ms ease-in-out;
}

#images a.youtubepop:hover:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FF0000' fill-opacity='.9' d='M39.23 20.134v5.203c0 5.96-1.256 7.567-5.503 8.513-1.545.284-9.17.284-13.998.284-4.827 0-12.453 0-13.997-.284-4.248-.946-5.503-2.554-5.503-8.513V14.93c0-5.96 1.255-7.567 5.503-8.513 1.544-.284 9.17-.284 13.997-.284s12.453 0 13.998.284c4.247.946 5.502 2.554 5.502 8.513v5.203z'/%3E%3Cpath fill='%23FFF' d='M16.23 14.134v10.652l10.958-5.28z'/%3E%3Cpath fill='%23FFF' d='M26.003 20.155l1.186-.649-10.96-5.372z'/%3E%3C/g%3E%3C/svg%3E");
}

div.iplaceholder {
	position: relative;
}

div.iplaceholder a#inext,
div.iplaceholder a#iprev {
	position: absolute;
	top: 50%;
	right: -77px;
	margin-top: -22px;
	width: 45px;
	height: 45px;
	display: block;
	background: url("../images/slick_arrow.svg") no-repeat left top;
}

div.iplaceholder a#iprev {
	right: auto;
	left: -77px;
	transform: rotate(180deg);
}

div.iplaceholder a#inext>span,
div.iplaceholder a#iprev>span {
	display: none;
}

div.iplaceholder div.pcaption {
	width: 100%;
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
}

div.iplaceholder div.pcaption>div {
	display: table-cell;
	height: 96px;
	vertical-align: bottom;
	padding: 0px 20px 20px 20px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}

div.fimages-area {
	position: relative;
	margin: 0px 0px 16px 0px;
}

#facility {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

#facility .facility-image {
	aspect-ratio: 2/1;
	border-radius: 8px;
}

#facility .title {
	font-size: 24px;
	color: #2F3C4C;
	border-bottom: 0;
	font-weight: bold;
	padding: 1.5rem 3rem 2rem 1.5rem;
	margin-bottom: 0;
}

.content #facility p>img {
	margin: 0;
}

#facility p {
	padding-bottom: 0;
}

dl.fstatus {
	margin: 0;
	padding: 0;
	padding-bottom: 24px;
	margin-bottom: 16px;
	border-bottom: 1px solid #c7c7c7;
	font-size: 16px;
	line-height: 30px;
	color: #015bc3;
}
.fstatus-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.fstatus-card,
.fcontent {
	padding: 1rem;
	background: #FFF;
	border-radius: 8px;
	line-height: 1.5;
}
/* .fstatus-card ul:not(:last-of-type) {
	padding-bottom: 1rem;
} */
.fstatus-card div {
	font-weight: bold;
}
.fstatus-card div span {
	display: block;
	font-weight: normal;
}
.fstatus-card div:not(:last-of-type) span:last-child {
	margin-bottom: 1rem;
}
.fstatus-title {
	font-size: 14px;
	color: #005BC3;
}

dl.fstatus>dt {
	float: left;
	width: 43%;
	position: relative;
	margin: 0;
	padding: 0;
	clear: left;
}

dl.fstatus>dt>span {
	display: inline-block;
	padding: 0px 10px 0px 0px;
}

dl.fstatus>dt:after {
	content: ': ';
	display: block;
	position: absolute;
	top: 0;
	right: 7px;
}

dl.fstatus>dd {
	padding: 2px 0px 2px 43%;
	margin: 0;
	line-height: 26px;
	min-height: 26px;
}

dl.fstatus:after {
	content: '';
	display: block;
	clear: left;
}

.farrows {
	text-align: right;
	padding: 16px 0px 0px 0px;
	display: none;
}

.farrows #fprev>span,
.farrows #fnext>span {
	display: none;
}

div.moverlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -8;
}

div#fpopup {
	box-sizing: border-box;
	height: calc(100vh - 80px);
	position: fixed;
	top: 80px;
	left: auto !important;
	right: calc(50vw + 280px);
	max-width: calc(50vw - 300px);
	background: #F4F5F6;
	width: 500px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-200px);
	transition: 0.3s all;
	box-shadow: 0px 4px 14px 0px #00000030;
}

div#fpopup.show {
	opacity: 1;
	visibility: visible;
	margin-left: 0;
	transform: translateX(0);
}

div#fpopup div.scrollbar-inner {
	max-height: 100%;
}

.fpopup-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	flex: 1;
	overflow: auto;
	max-width: 100%;
	padding: 0 1.5rem 1.5rem;
}

div.csrs>div.row {
	margin-left: -60px;
}

figure.csr {
	margin: 0px 0px 80px 60px;
	border-bottom: 1px solid #c7c7c7;
}

figure.csr>a {
	display: block;
}

div.csrs>div.row>div.col6:nth-last-child(1) figure.csr,
div.csrs>div.row>div.col6:nth-last-child(2) figure.csr {
	margin-bottom: 32px;
}

figure.csr figcaption {
	padding: 24px 0px 16px 0px;
}

figure.csr h2 {
	font-family: 'UniversLTStd', sans-serif;
	font-weight: normal;
	/*font-size:34px; line-height:42px; height:84px;*/
	font-size: 26px;
	line-height: 34px;
	height: 102px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 12px;
}

figure.csr h2>a {
	color: #252b33;
}

figure.csr figcaption>*:last-child {
	padding: 0;
}

a.aback {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0px 14px 0px 0px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23015BC3' d='M40 0H0v40h40z'/%3E%3Cpath fill='%23FFF' d='M24 11v4.222L19 20.5l5 5.278V30l-9-9.5z'/%3E%3C/g%3E%3C/svg%3E") no-repeat left top;
	background-size: cover;
}

a.aback>span {
	display: none;
}

.title a.aback {
	display: block;
	float: left;
	margin-top: -3px;
}

#committees {
	padding: 0px 0px 24px 0px;
}

div.committee {
	margin: 0px 0px 8px 0px;
	background: #f4f4f4;
}

div.committee h4 {
	font-size: 20px;
	line-height: 25px;
	padding: 16px 77px 15px 30px;
	position: relative;
	cursor: pointer;
}

div.committee h4>span {
	display: block;
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 12px;
	right: 45px;
	cursor: pointer;
}

div.committee h4>span:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23015BC3' d='M16 11v4.062l4.74 5.079L16 25.219v4.062l8.531-9.14z'/%3E%3C/g%3E%3C/svg%3E") no-repeat left top;
	background-size: cover;
	transition: all 300ms ease-in-out;
	transform: rotate(90deg);
}

div.committee h4.open>span:before {
	transform: rotate(270deg);
}

div.committee ul.members {
	margin: 0;
	border-left: 5px solid rgba(1, 91, 195, 0.5);
	background: rgba(1, 91, 195, 0.05);
	padding: 16px 20px 12px 42px;
	color: #015bc3;
	display: none;
}

div.committee ul.members>li {
	padding: 0px 0px 8px 0px;
	line-height: 30px;
}

#upcomingevents {
	border: 1px solid #B6CC70;
	display: grid;
	grid-template-columns: 1fr auto;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0px 4px 24px 0px #00000014;
	overflow: hidden;
	padding-bottom: 0;
}

#upcomingevents.eventpage {
	margin-bottom: 2rem;
}

div.edate {
	background: #b6cc70;
	color: #fff;
	text-align: center;
	padding: 20px;
	vertical-align: top;
}

div.edate div.eday {
	font-family: 'UniversLTStd', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

div.edate div.e_date {
	font-size: 56px;
	line-height: 56px;
	margin: 0.2rem 0;
}

div.edate div.e_month {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding: 0;
	font-family: 'UniversLTStd', sans-serif;
}

.investor-wrap {
	display: grid;
	grid-template-columns: 1fr 279px;
	grid-template-rows: repeat(2, auto);
	grid-gap: 1rem;
}

div.edet {
	padding: 20px;
}

div.edet h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #6A798B;
	margin-bottom: 0.5rem;
}

div.edet h1 {
	color: #6A798B;
	font-size: 1.5rem !important;
	margin: 0.5rem 0;
}

div.edet h2 {
	font-size: 32px;
	line-height: 38px;
	font-family: 'UniversLTStd', sans-serif;
	font-weight: bold;
	padding: 0;
}

div.stock-area {
	height: 100%;
	grid-column: 2/3;
	grid-row: 1/3;
	box-sizing: border-box;
}

div.subscribe-area {
	box-sizing: border-box;
}

div.stock-area #hstock {
	height: 100%;
	margin: 0;
	box-sizing: border-box;
}

#pressoverview h3 {
	padding: 22px 0px 8px 0px;
	font-size: 18px;
	line-height: 28px;
}

#press-area ul,
#press-area1 ul,
#press-area2 ul {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}

#press-area #press-list {
	margin-left: 0;
}

ul.rlist {
	display: flex !important;
	flex-direction: column;
	row-gap: 1rem;
	padding-bottom: 2rem !important;
}

ul.rlist .document-card {
	position: relative;
	background: #FFF;
	box-shadow: 0px 2px 12px 0px #00000014;
	border-radius: 8px;
	padding: 20px;
	overflow: hidden;
	box-sizing: border-box;
}

ul.rlist .document-card:before {
	content: '';
	display: block;
	width: 76px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

ul.rlist .document-card:hover h4 {
	color: #015bc3;
}

ul.rlist .document-card div.p-tool {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
}

ul.rlist .document-card p.pdate {
	color: #015bc3;
	font-size: 16px;
	line-height: 28px;
	padding: 0;
	margin: 0 61px;
	font-weight: bold;
}

ul.rlist .document-card h4 {
	color: #9e9e9e;
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	/*overflow:hidden; white-space: nowrap; text-overflow:ellipsis;*/
	font-weight: normal;
	margin: 0 61px;
}

#pressoverview #rarrows {
	padding-bottom: 32px;
}

#tarrows {
	text-align: right;
	padding: 0px 0px 40px 0px;
}

#testi-area {
	padding: 16px 0px 0px 0px;
}

figure.testimonial {
	outline: none;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
}

figure.testimonial:after {
	content: '';
	display: block;
	clear: left;
}

figure.testimonial>img {
	width: 137px;
	height: auto;
	float: left;
	margin: 0px 32px 0px 0px;
}

figure.testimonial>figcaption {
	padding: 0px 0px 0px 170px;
}

figure.testimonial h3 {
	font-size: 18px;
	line-height: 28px;
	padding: 0;
}

figure.testimonial p.ppos {
	padding-bottom: 16px;
}

figure.testimonial p:last-child {
	padding-bottom: 40px;
}

div.contact-page>div.row {
	margin-left: -75px;
}

div.contact-page>div.row>div>* {
	margin-left: 75px;
	margin-right: 0;
}

div.contact-page>div.row>div>*:last-child {
	margin-bottom: 8px;
}

#frmContact {
	padding: 0px 0px 8px 0px;
}

#frmContact input[type=text],
#frmContact input[type=email],
#frmContact textarea {
	width: calc(100% - 36px);
	padding: 8px 16px 7px 16px;
	border: 1px solid #d0d0d0;
	font-family: 'UniversLTStd', sans-serif;
	font-size: 15px;
	line-height: 25px;
	height: 25px;
	color: #333333;
}

#frmContact textarea {
	padding-top: 12px;
	padding-bottom: 12px;
	height: 88px;
	resize: none;
	display: block;
	margin-bottom: 16px;
}

#frmContact input.error,
#frmContact textarea.error {
	border-color: #015bc3;
}

#frmContact div.row {
	margin-left: -30px;
}

#frmContact div.row>div>* {
	margin-left: 30px;
	margin-right: 0;
}

#frmContact p {
	padding-bottom: 24px;
}

div.g-recaptcha {
	margin-bottom: 24px;
}

#btnfcsubmit,
.button {
	font-family: 'UniversLTStd', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: #015bc3;
	border: none;
	padding: 7px 18px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#btnfcsubmit:hover,
.button:hover {
	background-color: #003E85;
}

#frmmsg {
	display: none;
	background: rgba(1, 91, 195, 0.7);
	color: #fff;
	padding: 6px 20px;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 24px;
}

#frmmsg ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

#name::-webkit-input-placeholder,
#email::-webkit-input-placeholder,
#phone::-webkit-input-placeholder,
#message::-webkit-input-placeholder {
	color: #9e9e9e;
}

#name::-moz-placeholder,
#email::-moz-placeholder,
#phone::-moz-placeholder,
#message::-moz-placeholder {
	color: #9e9e9e;
}

#name:-ms-input-placeholder,
#email:-ms-input-placeholder,
#phone:-ms-input-placeholder,
#message:-ms-input-placeholder {
	color: #9e9e9e;
}

#name:-webkit-autofill,
#email:-webkit-autofill,
#phone:-webkit-autofill,
#message:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #ffffff inset;
	-webkit-text-fill-color: #333 !important;
}

#highlights {
	padding: 8px 0px 16px 0px;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}

#highlights div.row,
div.docs div.row {
	margin-left: -30px;
}

div.docs.anreports div.row {
	margin-left: -105px;
}

#highlights figure.docwithimg,
div.docs figure.docwithimg {
	margin-left: 30px;
}

div.docs.anreports figure.docwithimg {
	margin-left: 105px;
}

figure.docwithimg {
	margin-bottom: 1rem;
}

figure.docwithimg>img {
	display: block;
}

figure.docwithimg>figcaption {
	padding: 1rem 0;
	border-bottom: 2px solid #c7c7c7;
	box-sizing:border-box;
	min-height: 82px;
}

p.dtitle {
	position: relative;
	display: flex;
	padding-bottom: 0;
}

p.dtitle>span {
	font-size: 16px;
	line-height: 24px;
	display: table;
	width: 100%;
}

p.dtitle>span>span {
	display: table-cell;
	vertical-align: middle;
	color: #015bc3;
	font-family: 'UniversLTStd', sans-serif;
	font-weight: 600;
}

p.dtitle>span>span>span:hover>span,
figure.docwithimg.onhover p.dtitle>span>span>span>span {
	border-bottom: 1px solid #015bc3;
}

p.dtitle a.adl {
	position: relative;
	padding: 0;
}

div.paging {
	text-align: right;
	padding: 1rem 0 2rem;
}

#doc-filter {
	margin: 0px 0px 40px 0px;
}

#doc-filter.idxs {
	margin-bottom: 32px;
}

div.ptable {
	width: 100%;
	display: table;
}

div.trow {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

div.tcell {
	box-sizing: border-box;
}

#doc-filter.ft dl.dropdown>dt>a {
	text-align: left;
	white-space: nowrap;
}

#doc-filter h2 {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'UniversLTStd', sans-serif;
	color: #5e5e5e;
	font-weight: 600;
	padding-bottom: 20px;
}

dl.dropdown {
	position: relative;
}

dl.dropdown,
dl.dropdown>dt,
dl.dropdown>dd {
	margin: 0;
	padding: 0;
}

dl.dropdown>dt>a,
#title,
#doc-filter.ft label {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 16px;
	font-family: 'UniversLTStd', sans-serif;
	font-weight: 500;
	padding: 12px 30px 12px 16px;
	border-radius: 8px;
	border: 1px solid #E9EAEC;
	transition: 0.3s all;
}

dl.dropdown>dt>a,
#title::placeholder {
	color: #647991;
}
dl.dropdown>dt>a:focus,
#title:focus {
	border-color: #015BC3;
}

#doc-filter.ft label {
	width: 107px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

dl#dyear,
dl#deyear {
	width: 107px;
}

dl#dgroup {
	width: 230px;
}

dl#dmonth {
	width: 150px;
}

dl.dropdown>dt>a:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url("../images/caret-down.svg") no-repeat left top;
	background-size: cover;
	transition: all 300ms ease-in-out;
}

dl.dropdown>dt>a.open:after {
	transform: rotate(180deg);
}

dl.dropdown>dd>ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #f4f4f4;
	z-index: 9999;
	margin: 0;
	list-style: none;
	padding: 12px;
	display: none;
	max-height: 250px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

dl.dropdown>dd>ul>li {
	padding: 0px 0px 4px 0px;
	text-align: right;
	font-size: 18px;
	line-height: 22px;
}

dl.dropdown>dd>ul a {
	color: #252b33;
	display: block;
	padding: 0px 0px 0px 20px;
	position: relative;
}

dl.dropdown>dd>ul a.current:before {
	content: '';
	display: block;
	width: 16px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 5px;
	background: url(../images/assets.png) no-repeat -7px 0px;
}

dl#dgroup>dd>ul {
	padding: 0;
	width: 100%;
}

dl#dgroup>dd>ul>li {
	padding: 0;
}

dl#dgroup>dd>ul a {
	text-align: left;
	padding: 12px 16px;
}

dl#dgroup>dd>ul a:hover {
	background: #c7c7c7;
}

dl#dgroup>dd>ul a.current:before {
	display: none;
}

#title {
	font-weight: 500;
	width: 250px;
	padding: 12px 16px;
	height: 42px;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 8px;
	border: 1px solid #E9EAEC;
}

input.btnok {
	background: #015BC3;
	border: none;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 12px;
	box-sizing: border-box;
	box-shadow: 0px 8px 8px -4px #0000003D;
	text-align: center;
	border-radius: 8px;
}

a.disabled {
	opacity: 0.4;
	filter: alpha(40);
}

#press-area div.paging {
	padding: 0px 0px 40px 0px;
}

#press-area.idxs div.paging {
	padding-bottom: 32px;
	padding-top: 8px;
}

.content>#press-area {
	padding-bottom: 0;
}

#press-area.nodate ul.rlist .document-card {
	padding-top: 28px;
	padding-bottom: 28px;
}

#rarrows.withbotpad {
	padding-bottom: 40px;
}

#rarrows1.withbotpad, 
#rarrows2.withbotpad {
	padding-bottom: 32px;
}

div.event {
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	align-items: center;
	width: 100%;
}

div.event:last-child {
	margin-bottom: 32px;
}

div.event>* {
	display: table-cell;
}

div.eleft {
	padding: 1rem 1.5rem;
	width: 160px;
	color: #015bc3;
	box-sizing: border-box;
	text-align: right;
}

div.eright {
	flex: 1;
	padding: 1rem 1.5rem;
}

div.eright h3 {
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	padding: 0;
	font-weight: normal;
}

div.eleft div.e_date {
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	font-family: 'UniversLTStd', sans-serif;
}

div.eleft div.e_month {
	font-size: 18px;
	line-height: 28px;
}

#flotTip {
	font-size: 15px;
	line-height: 15px;
	width: 76px;
	color: #9e9e9e;
	margin-top: -124px;
	margin-left: -55px;
	border: none !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

#flotTip:after {
	content: '';
	display: block;
	width: 1px;
	height: 36px;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	bottom: -37px;
	background: #9e9e9e;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#flotTip span.em {
	color: #015bc3;
	font-size: 26px;
	line-height: 26px;
	font-family: 'UniversLTStd', sans-serif;
}

div.flot-x-axis>div.flot-tick-label {
	color: #000;
	font-size: 16px;
	overflow: hidden;
	width: auto !important;
	max-width: 60px !important;
}

div.flot-x-axis>div,
div.flot-y-axis>div {
	font-size: 16px !important;
	color: #000;
	line-height: 20px !important;
	text-transform: uppercase;
	margin-top: -5px;
}

div.flot-y-axis>div {
	margin-top: 0;
}

div.flot-x-axis>div>span {
	display: none;
}

#stockchart {
	height: 325px;
	width: calc(100% + 20px);
	margin-left: -17px;
}

#stockvolchart {
	height: 162px;
}

#stockvolchart div.flot-x-axis {
	display: none !important;
}

div.stock-sum {
	background: #f4f4f4;
	padding: 30px 75px 30px 60px;
	margin: 0px 0px 32px 0px;
}

div.stock-sum h2 {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 37px;
}

div.dtable {
	display: table;
	width: 100%;
}

div.stock-sum p {
	padding: 0;
	font-size: 16px;
	line-height: 30px;
}

div.stock-sum p.price {
	font-size: 26px;
	line-height: 56px;
	color: #015bc3;
	padding-bottom: 9px;
	font-family: 'UniversLTStd', sans-serif;
}

div.stock-sum p.price>em {
	font-size: 56px;
	line-height: 56px;
	font-weight: bold;
	font-style: normal;
	font-family: 'UniversLTStd', sans-serif;
	display: inline-block;
	padding: 0px 12px 0px 0px;
}

div.stock-sum div.tcell {
	vertical-align: top;
}

div.stock-sum dl {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: right;
}

div.stock-sum dl>dt {
	float: left;
	width: 60px;
	padding: 0px 30px 8px 0px;
	text-align: right;
	height: 30px;
	clear: left;
}

div.stock-sum dl>dd {
	height: 30px;
	padding: 0px 0px 8px 90px;
	margin: 0;
	font-weight: bold;
}

#charttable {
	height: 500px;
	width: 100%;
	margin-bottom: 72px;
}

#charttable table {
	margin: 0;
	left: 52% !important;
	transform: translateX(-50%);
	white-space: nowrap;
}

.legendColorBox div {
	display: inline-block;
}

.legendColorBox div>div {
	width: 0px !important;
	border-width: 15px !important;
}

td.legendLabel {
	padding: 0px 40px 0px 10px;
}

td.legendLabel:last-child {
	padding-right: 0;
}

span.ftplot {
	color: #333;
	font-size: 16px;
}

#frmInvest {
	padding: 0px 0px 34px 0px;
}

#frmInvest label,
section.inlinecalc label {
	float: left;
	display: inline-block;
	width: 200px;
	padding: 0px 13px 0px 0px;
	line-height: 36px;
	font-size: 16px;
}

section.inlinecalc label {
	width: 104px;
	line-height: 24px;
	padding-top: 6px;
	padding-bottom: 6px;
}

section.inlinecalc div.row {
	margin-left: -30px;
}

section.inlinecalc div.row>div>* {
	margin-left: 30px;
}

#frmInvest p,
#frmInvest>div.form-input {
	clear: left;
	padding-bottom: 16px;
}

#frmInvest input[type=text],
section.inlinecalc input[type=text] {
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	color: #333;
	padding: 4px 30px;
	background: #f1f1f1;
	border: none;
	width: 367px;
}

section.inlinecalc input[type=text] {
	padding-left: 20px;
	padding-right: 20px;
}

#frmInvest input[type=submit],
section.inlinecalc input[type=button] {
	border: none;
	background: #015bc3;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	font-family: 'UniversLTStd', sans-serif;
	font-weight: 500;
	padding: 7px 18px;
}

#frmInvest #value_now,
#frmInvest #value_change,
section.inlinecalc input[type=text] {
	width: calc(100% - 273px);
}

section.inlinecalc input[type=text] {
	width: calc(100% - 198px);
}

div.form-group {
	float: left;
	width: calc(100% - 213px);
	padding: 0px 0px 16px 0px;
}

div.date-input {
	padding: 0px 0px 24px 0px;
}

div.date-input:after {
	content: '';
	display: block;
	clear: left;
}

div.date-input dl {
	float: left;
	margin: 0px 30px 0px 0px;
}

dl#dday,
div.form-group dl#dmonth {
	width: 80px;
}

h3.subt {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 8px;
	margin: 0px 0px 16px 0px;
	border-bottom: 1px solid #c7c7c7;
	font-weight: 400;
}

section.inlinecalc div.buttons {
	padding: 0px 0px 16px 0px;
}

section.inlinecalc div.buttons>input {
	margin: 0px 17px 0px 0px;
}


#footer {
	background: #f1f1f1;
	position: relative;
	z-index: 8;
}

div.copy-area {
	background: #015bc3;
}

p.copyright {
	padding: 1rem 0;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-family: 'UniversLTStd', sans-serif;
	font-weight: 500;
	opacity: 0.8;
	filter: alpha(80);
	text-transform: uppercase;
}

.marquee-wrapper {
	width:100%;
	background-color:black;
	color:white;
	display:flex;
	padding: 0.5rem 0;
}

#footer>div.row {
	padding-top: 40px;
	padding-bottom: 30px;
}

#footer div.c1,
#footer div.c2,
#footer div.c3 {
	float: left;
	width: 25.6%;
}

#footer div.c2 {
	width: 42.4%;
}

#footer div.c3 {
	width: 32%;
}

#footer div.c1>*,
#footer div.c2>* {
	padding-right: 105px;
	padding-left: 0;
}

#footer div.c1>*:last-child,
#footer div.c2>*:last-child,
#footer div.c3>*:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

ul.footer-contact-phone {
	padding-bottom: 10px;
}

#foot-nav ul {
	margin: 0;
	padding: 0;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style: none;
	margin-top: -10px;
}

#foot-nav a {
	font-size: 16px;
	line-height: 16px;
	color: #015bc3;
	font-family: 'UniversLTStd', sans-serif;
	font-weight: 500;
	padding: 10px 0px 10px 0px;
	display: inline-block;
}

ol.search-result {
	font-size: 18px;
	padding-bottom: 8px;
}

ol.search-result>li {
	padding: 0px 0px 32px 0px;
}

ol.search-result h2 {
	font-size: 20px;
	font-family: 'UniversLTStd', sans-serif;
	font-weight: normal;
	padding-bottom: 0;
}

ol.search-result p {
	font-size: 1rem;
	line-height: 1.8rem;
	padding: 0;
}


div.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding: 0;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #e50400;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
	z-index: 999999999;
	padding: 0;
}

.featherlight .mobile-only {
	display: none;
}

.award-top {
	display: grid;
	grid-template-columns: 98px 1fr;
	grid-gap: 2.5rem;
	line-height: 24px;
}
.award-top img {
	width: 100%;
}

.smi-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
}
.smi-left, .smi-right {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.smi img {
	width: 64px;
	aspect-ratio: 1/1;
}
.smi {
	box-shadow: 0px 4px 24px 0px #00000014;
	padding: 20px;
	background: #FFF;
	border-radius: 6px;
}
.smi h3 {
	padding: 0.5rem 0;
}

/* Transition to Low Carbon */
@media only screen and (max-width: 768px) {
	.tlce-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}


.tlce-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
}
.tlce-item {
	box-shadow: 0px 4px 24px 0px #00000014;
	background: #FFF;
	padding: 20px;
	border-radius: 8px;
}
.tlce-item h3 {
	color: #005BC3;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 0.1rem;
}
.tlce-item .flex {
	margin-bottom: 1rem;
}
.tlce-item .tlce-header p {
	padding-bottom: 0;
	color: #7C8898;
	font-size: 14px;
}
.tlce-item ul, .tlce-item p {
	padding-bottom: 0;
}
.tlce-badge {
	font-size: 14px;
	background: #E7F1FE;
	color: #005BC3;
	padding: 0 0.5rem;
	border-radius: 999px;
	align-items: center;
	gap: 0.3rem;
	display: grid;
	grid-template-columns: 20px 1fr;
}
.tlce-link {
	background: #E7E9EB;
	font-size: 14px;
	display: inline-block;
	padding: 6px 10px !important;
	margin-bottom: 2rem !important;
}
.tlce-link a {
	color: #0c7cd5                                                                                                                                                                                                                                                                                                         ;
	text-decoration: underline;
}

.date-badge{
	background: #F4F5F6;
	padding: 4px 8px;
	color: #7C8898;
	display: inline-block;
	font-size: 16px !important;
	border-radius: 4px;
	position: absolute;
	right: 0;
	top: 0;
}

.on-mobile {
	display: none;
}
.on-desktop {
	display: block;
}

.highlights-wrapper {
	position: relative;
	padding: 0 !important;
}

.date-highlight {
	background: #F4F5F6;
	border-radius: 4px;
	padding: 0.5rem 0.75rem;
	color: #7C8898;
	position: absolute;
	top: -1rem;
	right: 0;
}

.stockchart-wrapper {
	position: relative;
}

#stockchart-tooltip {
	position: absolute;
	padding: 0.5rem;
	background: white;
	border-radius: 0.5rem;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 100;
	line-height: 1.5;
}

#stockchart-selected-point {
	position: absolute;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background: #005BC3;
	border: 3px solid white;
	box-sizing: border-box;
	z-index: 90;
	display: none;
}

#stockchart-line-marker {
	position: absolute;
	top: 10px;
	width: 0;
	height: calc(100% - 46px);
	border-right: 1px dashed #005BC3;
}

.tooltip-price {
	font-weight: bold;
	color: #005BC3;
	font-size: 1.25rem;
	line-height: 1;
}

.page-404 {
	padding-top: 4rem;
}

.page-404 h1 {
	padding-bottom: 1rem;
}

#event-list {
	background: white;
	border-radius: 8px;
	box-shadow: 0px 2px 12px 0px #00000014;
}

.stock-chart-svg-wrapper {
	height: 100px;
	margin-bottom: 2rem;
}

.stock-chart-svg {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

.iloading {
	display: none !important;
}

.awards-table {
	width: 100%;
}

.awards-table td:first-child {
	font-weight: bold;
}

.mock-chart-scroller {
	overflow: auto;
	background: #F6F9F2;
	box-sizing: border-box;
	padding: 2rem;
	margin-bottom: 2rem;
}

.mock-chart {
	display: flex;
	position: relative;
	font-size: 16px !important;
	line-height: 30px !important;
	width: 100%;
}

.mock-chart:before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 33px;
	height: 0;
	border-bottom: 1px solid black;
}

.mock-chart > div {
	min-width: 100px;
	width: calc(100% / 7);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mock-chart > div > .value {
	height: 300px;
	position: relative;
}

.mock-chart > div > .value > a {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #4c934c;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.mock-chart > div > .value > .lines {
	position: absolute;
	bottom: 0px;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	border-left: 1px dashed #999;
}

.mock-chart > div > .year {
	font-weight: bold;
	position: relative;
}

.mock-chart > div > .year:before {
	content: '';
	position: absolute;
	bottom: 100%;
	width: 8px;
	height: 8px;
	background: black;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.document-download strong {
	display: block;
	text-align: left;
	line-height: 1.25;
}

.document-download strong:last-child {
	font-size: 1.25em;
}

.document-download {
	padding-left: 4.5rem !important;
	position: relative;
}

.document-download::before {
	content: '';
	height: 45px;
	width: 45px;
	background: url('../images/file.svg');
	background-size: 100%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1rem;
}

.video-card {
	background: white;
	box-shadow: 0px 4px 24px 0px #00000014;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 0 !important;
	height: 100%;
}

.dragging .video-card {
	pointer-events: none;
}

.video-card .image-wrapper {
	height: 280px;
}

.video-card .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-card .video-info {
	padding: 1.25rem;
}

.video-card .video-date {
	color: #45515F;
}

.video-card .video-title {
	color: #2F3C4C;
	font-size: 24px;
}

.video-card:hover .video-title {
	color: #005BC3;
}

#video-area .slick-list {
	margin: 0 -1.5rem !important;
}

#video-area .slick-slide {
	margin: 0 1.5rem !important;
}

#video-area .row {
	padding-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
}

#video-area .row > div {
	padding-bottom: 2rem;
}

.video-wrapper {
	padding-top: 2.5rem;
}

.video-wrapper .video-wrap {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.video-wrapper video {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}

.video-wrapper .video-info {
	padding-top: 0.5rem;
}

.video-wrapper .video-date {
	color: #45515F;
}

.video-wrapper .video-title {
	font-size: 1.5rem;
	line-height: 1;
	color: #2F3C4C;
	padding-bottom: 0.5rem;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1325px) {

	ul.main-nav>li>a,
	ul.main-nav>li.lang-sel>ul a {
		margin: 0px 8px;
	}
}

@media only screen and (max-width: 1270px) {
	body {
		font-size: 16px;
		line-height: 30px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		padding-bottom: 30px;
	}

	p,
	.content>div {
		padding-bottom: 24px;
	}

	table {
		margin-bottom: 24px;
	}

	.hide-desktop {
		display: block;
	}

	.desktop-only {
		display: none;
	}

	ul.main-nav>li {
		display: none;
	}

	ul.main-nav>li.lang-sel,
	ul.main-nav>li.search,
	ul.main-nav>li.mmenu {
		display: block;
	}

	div.wrapper {
		padding: 0 1rem;
	}

	#header {
		height: 70px;
	}

	#header.onfocus:before {
		top: 70px;
		height: calc(100vh - 70px);
	}

	a.amenu {
		display: inline-block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 0;
	}

	ul.main-nav>li>a.amenu {
		padding: 0;
		border-top: none;
		margin: 20px 0px 0px 50px;
	}

	a.amenu>span {
		font-size: 0px;
		display: block;
		width: 100%;
		height: 3px;
		background: #015bc3;
		color: #015bc3;
		position: absolute;
		top: 50%;
		margin-top: -1px;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		transition: all 200ms linear;
		transition-delay: 200ms;
	}

	a.amenu:before,
	a.amenu:after {
		content: '';
		display: block;
		position: absolute;
		top: 4px;
		left: 0;
		width: 100%;
		height: 3px;
		background: #015bc3;
		-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		transition: all 300ms linear;
		transition-delay: 0ms;
	}

	a.amenu:after {
		top: auto;
		bottom: 4px;
	}

	a.amenu.open:before {
		transform: rotate(45deg);
		top: 14px;
	}

	a.amenu.open:after {
		transform: rotate(-45deg);
		top: 14px;
	}

	a.amenu.open>span {
		opacity: 0;
		filter: alpha(0);
		transition-delay: 0ms;
	}

	a.logo {
		width: 200px;
		padding: 17px 0px 16px 0px;
	}

	ul.main-nav>li.lang-sel>ul {
		margin: 24px 0px;
	}

	ul.main-nav>li.lang-sel>ul a {
		line-height: 22px;
	}

	ul.main-nav a.asearch {
		margin: 24px 0px 24px 19px;
	}

	#main-content {
		margin-top: 70px;
	}

	div.mobile-menu {
		position: fixed;
		top: 70px;
		right: 0;
		background: #f1f1f1;
		z-index: 99999991;
		padding: 120px 0px 75px 0px;
		height: calc(100vh - 210px);
		overflow: hidden;
		overflow-y: auto;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	div.mnucontainer {
		margin: 0px 40px 0px 50px;
		overflow: hidden;
		width: 300px;
		transition: all 300ms ease-in-out;
	}

	div.mnucontainer>ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	div.mnucontainer>ul {
		position: relative;
	}

	div.mnucontainer a {
		font-size: 18px;
		line-height: 20px;
		display: block;
		padding: 20px 20px 20px 0px;
		color: #015bc3;
		border-bottom: 1px solid #9e9e9e;
		transition: all 300ms ease-in-out;
		position: relative;
	}

	div.mnucontainer a > span {
		white-space: normal;
	}
	div.mnucontainer a > span > span.glue {
		white-space: normal;
		display: inline-block;
	}

	div.mnucontainer>ul>li:first-child>a {
		border-top: 1px solid #9e9e9e;
	}

	/*div.mnucontainer a.current, */
	div.mnucontainer a:hover {
		font-weight: bold;
	}

	div.mnucontainer a.amback {
		color: #6b6b6b;
		font-weight: 600;
		position: relative;
		padding-left: 28px;
		text-transform: uppercase;
	}

	div.mnucontainer a.amback:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 20px;
		border-right: 10px solid #9b9b9b;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}

	div.mnucontainer a.amback:hover {
		font-weight: 600;
	}

	div.mnucontainer a.hassub:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-left: 10px solid #9b9b9b;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		position: absolute;
		top: 20px;
		right: 0;
	}

	div.mnucontainer>ul>li>ul {
		display: none;
		position: absolute;
		top: 0;
		left: 100%;
		width: 300px;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	div.mnucontainer ul ul ul {
		display: none;
		margin: 0;
		padding: 0px 0px 0px 20px;
		list-style: none;
	}

	div.mnucontainer ul ul ul a {
		font-size: 17px;
		opacity: 0.75;
		filter: alpha(75);
	}

	div.mnucontainer ul ul a.hassub:after {
		transition: all 200ms ease-in-out;
	}

	div.mnucontainer ul ul a.hassub.open:after {
		transform: rotate(90deg);
		right: 6px;
	}

	div.search-form {
		text-align: left;
	}

	#frmSearch {
		padding-right: 25px;
	}

	#keyword {
		width: calc(100% - 150px);
	}

	div.slideshow {
		position: relative;
		background: #015bc3;
	}

	div.slide-caption {
		width: 100%;
		height: 100%;
		max-width: 1250px;
		margin: 0 auto;
		margin-top: 57.29%;
		display: table;
		padding: 0;
	}

	#slide-dots {
		bottom: 36px;
	}

	.slide-title {
		font-size: 40px;
		line-height: 48px;
		padding-bottom: 24px;
	}

	.slide-content {
		font-size: 16px;
		line-height: 25px;
	}

	ul.businesses {
		gap: 16px;
	}

	ul.businesses>li>h2>a>span.caption {
		padding: 22px;
		white-space: nowrap;
		overflow: hidden;
	}

	#hpress {
		margin-bottom: 60px;
	}

	#hpress h3,
	#hreports h3 {
		font-size: 30px;
		line-height: 40px;
	}

	div.press-thumb {
		width: 100%;
		float: none;
		position: relative;
	}

	p.p-ctool a {
		font-size: 16px;
	}

	div.press-thumb>h4 {
		padding-bottom: 40px;
	}

	div.press-thumb div.p-tool {
		position: absolute;
		top: 23px;
		right: 0;
		text-align: right;
	}

	#parrows button,
	#rarrows button,
	#rarrows1 button,
	#rarrows2 button,
	#iarrows button,
	#fprev,
	#fnext,
	#tarrows button,
	a.pnext,
	a.pprev {}

	#parrows button.slick-prev:after,
	#rarrows button.slick-prev:after,
	#rarrows1 button.slick-prev:after,
	#rarrows2 button.slick-prev:after,
	#iarrows button.slick-prev:after,
	#tarrows button.slick-prev:after {
		margin-top: -8px;
	}

	#parrows button.slick-prev,
	#rarrows button.slick-prev,
	#rarrows1 button.slick-prev,
	#rarrows2 button.slick-prev,
	#iarrows button.slick-prev,
	#tarrows button.slick-prev {
		margin-right: 18px;
	}

	#stock-reports {
		padding-bottom: 60px;
	}

	#hstock dl:after {
		content: '';
		display: block;
		clear: both;
	}

	#hstock p.sdate {
		right: 60px;
	}

	#hstock dl>dd {
		font-size: 30px;
		line-height: 30px;
	}

	#footer>div.row {
		padding-bottom: 20px;
	}

	#footer div.c1 {
		width: 100%;
		float: none;
	}

	#footer div.c1>*,
	#footer div.c2>* {
		padding-right: 40px;
	}

	#footer p.footer-logo {
		padding: 0px 0px 9px 0px !important;
	}

	p.footer-logo>a {
		display: inline-block;
	}

	#footer div.c2 {
		width: 60%;
	}

	#footer div.c3 {
		width: 40%;
	}

	#foot-nav ul {
		margin-top: -12px;
	}

	#foot-nav a {
		padding: 12px 0px;
	}

	p.copyright {
		font-size: 13px;
	}

	div.copy-area {
		padding: 18px 0px 17px 0px;
	}

	div.page-banner {
		padding: 0 !important;
	}

	#subnav {
		display: none;
	}

	#ccontent {
		background: #fff;
	}

	#ccontent>div.row {
		display: block;
	}

	#content {
		display: block;
		padding: 40px 0px 36px 0px;
		max-width: 1240px;
	}

	.content>div.video-container {
		margin-bottom: 24px;
	}

	aside.breadcrumbs {
		font-size: 15px;
	}

	.title {
		padding: 1rem 0;
		margin-bottom: 30px;
	}

	ul.highlights {
		padding-top: 0;
	}

	figure.highlight p.hdesc {
		font-size: 16px;
	}

	.subtitle {
		padding-bottom: 24px;
	}

	ul.corp-values {
		grid-template-columns: repeat(1, 1fr);
	}

	ul.corp-values > li {
		grid-template-rows: auto;
	}

	ul.corp-values>li>img:first-child {
		width: 100px;
	}

	figure.profile {
		grid-template-columns: 150px 1fr;
		height: 172px;
	}

	.featherlight .title {
		padding-bottom: 16px;
		margin-bottom: 32px;
	}

	figure.profile-detail p.ppos {
		font-size: 16px;
	}

	figure.profile-detail>img {
		width: 160px;
		height: auto;
	}

	figure.profile-detail>figcaption {
		padding-left: 200px;
	}

	.featherlight.ppop .featherlight-content {
		border-bottom: none;
	}

	a.faclose {
		right: 40px;
		background-image: url("../images/close-icon.svg");
	}

	figure.milestone>img {
		transform: scale(0.696);
	}

	figure.milestone>figcaption > .marker {
		width: 14px;
		height: 14px;
	}

	figure.milestone.slick-current>figcaption > .marker {
		width: 14px;
		height: 14px;
		border-width: 4px;
		top: 39px;
	}

	figure.milestone h2 {
		transform-origin: top center;
	}

	figure.milestone>figcaption>p {
		width: calc(100% + 160px);
		margin-left: -80px;
	}

	.content>div.milestone-area {
		padding-bottom: 0;
	}

	section#business-map {
		position: relative;
	}

	.business-map-wrapper {
		overflow: auto;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 2rem;
	}

	a.marker {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		transform: scale(1.3);
	}

	a.buss-sel>img,
	a.buss-sel>svg {
		width: 50px;
	}

	a.buss-sel .bstatus {
		font-size: 14px;
	}

	a.buss-sel .bstatus>i {
		margin-right: 3px;
	}

	a.aall {
		font-size: 14px;
	}

	div#fpopup {
		top: 70px;
		height: calc(100vh - 70px);
		max-width: 100%;
		width: 420px;
		left: 0 !important;
	}

	a.tm-facility {
		display: block;
		margin: 0px 0px 8px 0px;
		font-size: 20px;
		line-height: 25px;
		font-family: 'UniversLTStd', sans-serif;
		font-weight: bold;
		padding: 16px 70px 15px 30px;
		background: #f4f4f4;
		position: relative;
	}

	a.tm-facility:last-child {
		margin-bottom: 24px;
	}

	a.tm-facility:after {
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		right: 30px;
		width: 32px;
		height: 32px;
		background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M0 0h40v42H0z'/%3E%3Cpath fill='%23015BC3' d='M16 11v4.062l4.74 5.079L16 25.219v4.062l8.531-9.14z'/%3E%3C/g%3E%3C/svg%3E") no-repeat left top;
		background-size: cover;
	}

	figure.exploremap>figcaption {
		padding: 0px 0px 0px 40px;
	}

	hr {
		margin-bottom: 20px;
	}

	.content h3.title {
		margin-bottom: 20px;
	}

	#images {
		margin-bottom: 24px;
	}

	#images a {
		margin-right: 10px;
		width: calc(50% - 5px);
	}

	#images a:last-child {
		margin-right: 0;
	}

	#images a>img {
		width: 100%;
		height: auto;
	}

	#iarrows {
		margin: 0px 0px 24px 0px;
	}

	.featherlight.img .featherlight-content {
		margin-left: 60px;
		margin-right: 60px;
	}

	div.iplaceholder div.pcaption>div {
		font-size: 14px;
		line-height: 16px;
	}

	div.iplaceholder a#inext,
	div.iplaceholder a#iprev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background-size: cover;
	}

	div.iplaceholder a#inext {
		right: -50px;
	}

	div.iplaceholder a#iprev {
		left: -50px;
	}

	.featherlight.img .featherlight-close {
		right: 0px;
		top: -45px;
	}

	figure.csr {
		margin: 0px 0px 40px 30px;
	}

	div.csrs>div.row {
		margin-left: -30px;
	}

	figure.csr figcaption {
		padding: 20px 0px 16px 0px;
	}

	figure.csr h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 16px;
		height: 80px;
	}

	div.csrs>div.row>div.col6:nth-last-child(1) figure.csr,
	div.csrs>div.row>div.col6:nth-last-child(2) figure.csr {
		margin-bottom: 24px;
	}

	.title.hcsr {
		padding-bottom: 16px;
	}

	.content h3.title.comm {
		margin-bottom: 40px;
	}

	div.committee h4>span {
		right: 30px;
	}

	div.committee:last-child {
		margin-bottom: 0;
	}

	div.edet h3 {
		font-size: 16px;
		padding-bottom: 0;
	}

	div.edet h2 {
		font-size: 30px;
		line-height: 40px;
		/*height:80px;*/
		max-width: 600px;
	}

	div.stock-area,
	div.subscribe-area {
		float: none;
		display: block;
		width: auto;
	}

	div.stock-area {
		margin: 0px 0px 30px 0px;
	}

	figure.inv-rel {
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	figure.inv-rel>figcaption p {
		padding-bottom: 20px;
	}

	figure.inv-rel>figcaption p:last-child {
		padding-bottom: 0;
	}

	#pressoverview h3 {
		padding: 26px 0px 30px 0px;
	}

	#highlights div.row,
	div.docs div.row {
		margin-left: -26px;
	}

	#highlights figure.docwithimg,
	div.docs figure.docwithimg {
		margin-left: 26px;
	}

	#highlights {
		padding: 0px 0px 50px 0px;
	}

	#highlights #parrows {
		bottom: 25px;
	}

	p.dtitle>span {
		font-size: 14px;
	}

	p.dtitle>span>span {
		vertical-align: top;
	}

	ul.rlist .document-card a.adl,
	div.docs a.adl,
	.docwithimg a.adl {
		width: 24px;
		height: 24px;
	}

	p.dtitle a.adl {
		top: 3px;
	}

	#doc-filter h2 {
		font-size: 16px;
		padding-bottom: 19px;
	}

	dl.dropdown>dt>a,
	#title,
	#doc-filter.ft label,
	input.btnok {
		font-size: 15px;
	}

	dl.dropdown>dd>ul>li {
		font-size: 16px;
	}

	#press-area div.paging {
		padding-bottom: 32px;
	}

	#rarrows1.withbotpad,
	#rarrows2.withbotpad {
		padding-bottom: 4px;
	}

	.content>#press-area2 {
		padding-bottom: 0;
	}

	.content>div.stock-sum {
		padding: 30px 40px;
	}

	div.flot-x-axis>div,
	div.flot-y-axis>div {
		font-size: 15px !important;
	}

	div.event:last-child {
		margin-bottom: 24px;
	}

	.content>#events-area {
		padding-bottom: 0;
	}

	dl#dgroup {
		width: 210px;
	}

	#frmInvest input[type=text],
	section.inlinecalc input[type=text] {
		padding: 4px 10px;
		width: 320px;
		font-size: 16px;
	}

	#frmInvest #value_now,
	#frmInvest #value_change {
		width: calc(100% - 233px);
	}

	section.inlinecalc input[type=text] {
		width: calc(100% - 137px);
	}

	div.docs.anreports figure.docwithimg {
		margin-left: 60px;
	}

	div.docs.anreports div.row {
		margin-left: -60px;
	}

	figure.testimonial>img {
		width: 140px;
		margin-right: 30px;
	}

	figure.testimonial p:last-child {
		padding-bottom: 20px;
	}

	#tarrows {
		padding-bottom: 22px;
	}

	.blueheader {
		padding-bottom: 16px;
	}

	div.contact-page>div.row {
		margin-left: -40px;
	}

	div.contact-page>div.row>div>* {
		margin-left: 40px;
	}

	#frmContact p {
		padding-bottom: 26px;
	}

	#frmContact div.row {
		margin-left: -40px;
	}

	#frmContact div.row>div>* {
		margin-left: 40px;
	}

	#frmContact textarea {
		margin-bottom: 14px;
	}

	#frmContact p:last-child {
		padding-bottom: 24px;
	}

	#milestones {
		max-width: 100%;
	}
}

@media only screen and (max-width: 950px) {
	#stock-reports .wrapper {
		display: block;
	}

	#hreports {
		padding-top: 2rem;
	}

	ul.profiles {
		grid-gap: 1.5rem;
	}

	#buss-selector>div {
		gap: 1.5rem;
	}
}

@media only screen and (max-width: 768px) {
	section.sarea {
		min-height: 400px
	}

	section.sarea #slide-dots {
		bottom: 2.5rem !important;
		top: auto !important;
		justify-content: center;
		padding-left: 0;
	}

	.slide-title-2 {
		font-size: 1.5rem;
		bottom: 14rem;
		top: auto;
	}

	.slide-title-2 > div {
		padding-bottom: 1rem;
		max-width: 400px;
	}

	.sarea .slick-initialized .slick-slide::before {
		background: rgba(0,0,0,0.2) linear-gradient(to top, rgba(1,91,195,0.7) 20%, transparent);
	}

	.scontent a {
		padding-bottom: 6rem;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: end;
	}

	.scontent a > strong:first-child {
		font-size: 2rem;
	}

	.scontent a > strong:last-child > strong {
		font-size: 1rem;
	}

	figure.highlight {
		width: 50%;
	}

	#press-list .slick-slide {
		grid-row-gap: 0;
		grid-template-columns: repeat(1, 1fr)
	}
	#hpress-area a {
		border-right: none;
		margin-right: 0;
	}

	.investor-wrap {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	div.tcell:first-child {
		flex: 1;
		width: 100%;
	}

	div.tcell:first-child #title {
		width: 100%;
		min-width: 200px;
	}

	ul.rlist .document-card {
		padding: 12px;
	}

	#press-area ul.rlist .document-card {
		min-height: 130px;
	}
}

@media only screen and (max-width: 767px) {
	.on-mobile {
		display: block;
	}
	.on-desktop {
		display: none;
	}

	body {
		font-size: 14px;
		line-height: 25px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		padding-bottom: 25px;
	}

	p,
	.content>div,
	ul,
	ol {
		padding-bottom: 25px;
	}

	div.pace {
		display: none;
	}

	table {
		margin-bottom: 25px;
	}

	.mobile-only {
		display: block;
	}

	a.logo {
		width: 153px;
	}

	#header {
		height: 64px;
	}

	#main-content {
		margin-top: 64px;
	}

	div.logo-area {
		width: 153px;
	}

	#main-nav {
		width: calc(100% - 153px);
	}

	ul.main-nav>li.lang-sel>ul {
		margin: 21px 0px;
		padding-left: 0px;
	}

	ul.main-nav a {
		font-size: 14px;
	}

	ul.main-nav>li>a,
	ul.main-nav>li.lang-sel>ul a {
		margin: 0px 7px;
	}

	ul.main-nav a.asearch {
		margin: 21px 0px 21px 10px;
	}

	ul.main-nav>li>a.amenu {
		margin: 20px -5px 0px 15px;
		transform: scale(0.8);
		transform-origin: left top;
	}

	#header.onfocus {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	}

	#header.onfocus:before {
		display: none !important;
	}

	div.mobile-menu {
		height: auto;
		padding: 80px 0px 30px 0px;
		width: 100%;
		z-index: 9999998;
		top: 64px;
	}

	div.mnucontainer {
		margin: 0px 30px 0px 30px;
		width: auto;
	}

	div.mnucontainer a {
		font-size: 16px;
		line-height: 17px;
		padding: 15px 20px 15px 0px;
	}

	div.mnucontainer a.hassub:after {
		top: 16px;
		border-left-width: 8px;
		border-top-width: 8px;
		border-bottom-width: 8px;
	}

	div.mnucontainer a.amback:before {
		top: 16px;
		border-right-width: 8px;
		border-top-width: 8px;
		border-bottom-width: 8px;
	}

	div.mnucontainer a.amback {
		line-height: 24px;
	}

	div.mnucontainer>ul>li>ul {
		width: 100%;
	}

	div.mnucontainer ul ul ul a {
		font-size: 16px;
	}

	/*div.slide-caption { margin-top:141.33%; background:#015bc3; }
    div.slide { background-size:auto 100%; background-position:center center; }*/
	div.scontent {
		padding: 24px 30px 35px 30px;
	}

	.slide-title {
		font-size: 36px;
		line-height: 42px;
		padding-bottom: 16px;
	}

	.slide-content {
		font-size: 15px;
	}

	ul.businesses>li>h2>a>span.caption {
		padding: 10px;
		font-size: 20px;
		line-height: 20px;
	}

	#hpress h3,
	#hreports h3 {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 40px;
	}

	p.p-ctool {
		margin-top: -64px;
		padding: 0;
	}

	p.p-ctool a {
		font-size: 13px;
	}

	div.press-thumb div.p-tool {
		position: inherit;
		top: auto;
		text-align: left;
		padding: 0px 0px 30px 0px;
	}

	div.press-thumb>h4 {
		max-width: 100%;
		padding-bottom: 20px;
		font-size: 17px;
		line-height: 24px;
	}

	p.pdate {
		font-size: 14px;
		line-height: 14px;
	}

	#press-list {
		margin-left: 0;
	}

	div.press-thumb>* {
		margin-left: 0;
	}

	#hpress {
		margin-bottom: 32px;
	}

	div.press-thumb:last-child div.p-tool {
		padding-bottom: 31px;
	}

	#report-list ul a>span.report-title {
		font-size: 15px;
	}

	#hstock p.sdate {
		font-size: 14px;
		line-height: 14px;
		right: 30px;
		top: 42px;
	}

	#hreports h3 {
		padding-bottom: 30px;
	}

	#report-list ul,
	#press-area ul,
	#press-area1 ul,
	#press-area2 ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}

	#hreports p.p-ctool {
		margin-top: -53px;
	}

	#report-list ul a:before {
		width: 70px;
		height: 75px;
	}

	#stock-reports {
		padding-bottom: 40px;
	}

	#footer div.c2,
	#footer div.c3 {
		float: none;
		width: 100%;
		clear: left;
	}

	#footer div.c2 {
		padding-bottom: 40px;
	}

	#foot-nav ul {
		margin-top: 0;
	}

	#footer>div.row {
		padding: 30px 30px 10px 30px;
	}

	p.footer-logo>a>img {
		width: 185px;
		height: auto;
	}

	.footer-contact-title {
		font-size: 14px;
		line-height: 25px;
		padding-right: 0;
		padding-bottom: 3px;
	}

	.footer-contact-content {
		font-size: 14px;
		line-height: 25px;
	}

	#footer div.c1>*,
	#footer div.c2>* {
		padding-right: 0;
	}

	.footer-contact-phone>li:first-child:after {
		top: 3px;
	}

	#foot-nav a {
		font-size: 14px;
		line-height: 14px;
		padding: 0px 0px 15px 0px;
	}

	p.copyright {
		font-size: 11px;
	}

	div.copy-area {
		padding: 10px 0px;
		line-height: 20px;
	}

	div.page-banner {
		height: 0;
		padding-top: 48% !important;
		position: relative;
		overflow: hidden;
	}

	div.page-banner>img {
		height: 100%;
		width: auto;
		max-width: 300%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#content {
		padding: 30px 0px 15px 0px;
	}

	aside.breadcrumbs {
		padding-bottom: 22px;
	}

	.title {
		font-size: 24px;
		line-height: 30px;
	}

	ul.highlights {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		padding: 0px 40px 6px 45px;
	}

	ul.highlights>li {
		padding-bottom: 24px;
	}

	figure.highlight p.hval {
		line-height: 25px;
		font-size: 14px;
	}

	figure.highlight p.hval>span {
		font-size: 25px;
		line-height: 25px;
	}

	figure.highlight p.hdesc {
		font-size: 15px;
		line-height: 15px;
	}

	.subtitle {
		font-size: 15px;
		line-height: 25px;
		padding: 23px 0px 24px 0px;
	}

	.subtitle.m-b-8 {
		padding-top: 0;
	}

	li.innovative,
	li.professional,
	li.open,
	li.ethical {
		padding-left: 0;
	}

	ul.corp-values>li>img:first-child {
		width: 99px;
		position: inherit;
	}

	figure.profile p.ppos {
		font-size: 14px;
		line-height: 25px;
	}

	.featherlight.ppop .featherlight-content {
		padding: 20px;
		max-height: 85vh;
		overflow: hidden;
		overflow-y: auto;
	}

	.featherlight .title {
		font-size: 24px;
		line-height: 30px;
		padding: 0px 0px 14px 0px;
		margin-bottom: 20px;
	}

	.featherlight.ppop .featherlight-close,
	.featherlight.img .featherlight-close,
	a.faclose {
		right: 30px;
		top: 30px;
		width: 15px;
		height: 15px;
	}

	figure.profile-detail>img {
		width: 107px;
		float: none;
	}

	figure.profile-detail>figcaption {
		padding: 20px 0px 0px 0px;
	}

	figure.profile-detail h2 {
		font-size: 20px;
		line-height: 25px;
	}

	figure.profile-detail p.ppos {
		font-size: 15px;
		line-height: 25px;
		padding-bottom: 16px;
	}

	#marrows button {
		width: 18px;
		height: 18px;
	}

	div.milestone-area {
		padding: 0;
		width: calc(100% + 60px);
		margin-left: -30px;
		max-width: 150%;
		overflow: hidden;
	}

	#milestones {
		width: 100%;
		margin: 0 auto;
	}

	#marrows button.slick-prev {
		left: 30px;
		top: 86px;
	}

	#marrows button.slick-next {
		right: 30px;
		top: 86px;
	}

	figure.milestone.slick-current>img,
	figure.milestone>img {
		margin: 0 auto;
		transform: none;
		width: 170px;
		height: auto;
	}

	figure.milestone>figcaption {
		padding-top: 74px;
	}

	figure.milestone.slick-current>figcaption > .marker {
		width: 10px;
		height: 10px;
		border-width: 3px;
	}

	.milestone-area > .line {
		margin-top: 4px;
	}

	figure.milestone.slick-current h2 {
		font-size: 25px;
		line-height: 25px;
		padding-bottom: 18px;
	}

	figure.milestone>figcaption>p {
		font-size: 14px;
		line-height: 25px;
	}

	figure.milestone>figcaption>p {
		width: 100%;
		margin-left: 0;
	}

	div#business-map {
		margin-bottom: 20px;
	}

	#buss-selector > div {
		flex-direction: column;
	}

	a.buss-sel>img,
	a.buss-sel>svg {
		width: 36px;
	}

	a.buss-sel > div {
		flex-direction: row;
		flex-wrap: wrap;
		grid-column-gap: 1.25rem;
	}

	div#fpopup {
		width: 100%;
		bottom: 0;
		max-width: 100%;
		left: 0 !important;
		z-index: 1000;
		height: 320px;
		top: unset;
		box-shadow: 0px -4px 14px 0px #00000030;
		transform: translateY(100%);
	}

	#facility .title {
		padding: 1.5rem 3rem 1.5rem 1.5rem;
	}

	.fpopup-wrapper {
		flex-direction: row;
	}

	.fstatus-list {
		flex-direction: row;
		white-space: nowrap;
	}

	.fstatus-card,
	.fcontent
	{
		width: 100%;
		flex: 1;
		min-width: 200px;
		overflow-y: auto;
		overflow-x: hidden;
		display: flex;
		white-space: normal;
		flex-direction: column;
	}

	div#fpopup div.scrollbar-inner {
		padding-right: 10px;
	}

	#facility {
		width: auto;
		max-height: 320px;
	}

	div.fimages-area {
		margin-top: -8px;
	}

	dl.fstatus {
		font-size: 14px;
		line-height: 25px;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	dl.fstatus>dd {
		padding-top: 0;
		padding-bottom: 8px;
	}

	a.tm-facility {
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 25px;
		padding: 10px 60px 10px 10px;
	}

	a.tm-facility:after {
		right: 10px;
		width: 27px;
		height: 27px;
	}

	div#buss-selector #tab-mob-helper {
		padding-top: 20px;
	}

	#tab-mob-helper:empty {
		display: none;
	}

	figure.exploremap {
		margin-bottom: 22px;
		display: block;
	}

	figure.exploremap>* {
		display: block;
	}

	figure.exploremap>a,
	figure.exploremap>figcaption {
		width: 100%;
	}

	figure.exploremap>figcaption {
		padding: 20px 0px 0px 0px;
	}

	figure.exploremap h3 {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 10px;
	}

	#images {
		margin-left: 0;
		margin-bottom: 0;
		padding-bottom: 5px;
	}

	#images a:before {
		display: none !important;
	}

	#images a {
		margin-bottom: 20px;
		float: none;
		width: 100%;
	}

	#images a>span.caption {
		position: inherit;
		padding: 10px 0px 0px 0px;
		font-size: 13px;
		line-height: 16px;
		color: #000;
		height: auto;
		white-space: normal;
	}

	.content>div.gallery-area {
		padding-bottom: 0;
	}

	.featherlight.img .featherlight-content {
		margin-left: 0;
		margin-right: 0;
	}

	div.iplaceholder a#iprev {
		left: 15px;
	}

	div.iplaceholder a#inext {
		right: 15px;
	}

	.featherlight.img .featherlight-close {
		top: -30px;
		right: 15px;
	}

	.imageonright {
		float: none;
		display: block;
		margin: 0 auto 30px auto !important;
	}

	#frmSearch {
		padding: 0;
	}

	#keyword {
		width: calc(100% - 142px);
		font-size: 14px;
	}

	#btnsearch {
		font-size: 14px;
	}

	div.search-form {
		padding-top: 25px;
		padding-bottom: 25px;
		width: 100%;
	}

	div.csrs>div.row {
		margin-left: 0;
	}

	div.col6 {
		width: 100%;
		float: none;
	}

	div.col6>p {
		text-align: left !important;
		padding-bottom: 20px;
	}

	.content>div.row {
		padding-bottom: 5px;
	}

	figure.csr {
		margin: 0px 0px 20px 0px;
	}

	figure.csr figcaption {
		padding: 10px 0px 16px 0px;
	}

	figure.csr h2 {
		height: auto;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	div.csrs>div.row>div.col6:nth-last-child(2) figure.csr {
		margin-bottom: 20px;
	}

	div.csrs>div.row>div.col6:nth-last-child(1) figure.csr {
		margin-bottom: 0px;
	}

	.quote {
		padding: 20px 14px 15px 20px;
		margin-bottom: 25px;
	}

	div.committee h4 {
		font-size: 15px;
		line-height: 25px;
		padding: 10px 60px 10px 10px;
	}

	div.committee h4>span {
		right: 10px;
		width: 27px;
		height: 27px;
		top: 10px;
	}

	div.committee h4>span:before {
		width: 27px;
		height: 27px;
	}

	div.committee ul.members>li {
		line-height: 25px;
	}

	div.committee ul.members {
		padding: 16px 16px 12px 35px;
	}

	#upcomingevents {
		margin-bottom: 30px;
	}

	div.edate div.eday {
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 8px;
	}

	div.edate div.e_date {
		padding-bottom: 0;
	}

	div.edate div.e_month {
		font-size: 20px;
		line-height: 20px;
	}

	div.edet h3 {
		font-size: 15px;
		line-height: 25px;
	}

	div.edet h2 {
		font-size: 24px;
		line-height: 30px;
		height: auto;
	}

	#pressoverview h3 {
		padding: 0px 0px 20px 0px;
	}

	ul.rlist .document-card:before {
		width: 71px;
		height: 100%;
	}

	#pressoverview #rarrows {
		padding-bottom: 25px;
	}

	ul.rlist .document-card:after {
		width: 45px;
		height: 45px;
	}

	ul.rlist .document-card p.pdate {
		font-size: 15px;
		line-height: 25px;
		padding-bottom: 0;
	}

	ul.rlist .document-card h4 {
		height: auto;
		white-space: normal;
		font-size: 15px;
		line-height: 25px;
		/*max-height:50px;*/
	}

	#highlights div.row,
	div.docs div.row {
		margin-left: -20px;
	}

	#highlights div.col4,
	div.docs div.col4 {
		width: 50%;
	}

	#highlights figure.docwithimg,
	div.docs figure.docwithimg {
		margin-left: 20px;
	}

	p.dtitle>span {
		font-size: 13px;
		line-height: 20px;
	}

	ul.rlist .document-card a.adl,
	div.docs a.adl,
	.docwithimg a.adl {
		width: 20px;
		height: 20px;
	}

	#highlights {
		padding-bottom: 40px;
	}

	.content>div.docs {
		padding-bottom: 5px;
	}

	#doc-filter,
	#doc-filter.idxs {
		margin: 0px 0px 20px -30px;
		width: 100%;
		padding: 9px 30px 8px 30px;
	}

	#doc-filter h2 {
		font-size: 14px;
		line-height: 25px;
		padding-bottom: 8px;
	}

	dl#dyear,
	dl#deyear,
	dl#dmonth {
		width: 100%;
	}

	dl.dropdown>dt>a:after {
		width: 11px;
		height: 11px;
		top: 15px;
	}

	#doc-filter.ft label {
		font-size: 14px;
		line-height: 14px;
		padding: 8px 0px;
		width: 53px;
		text-align: center;
	}

	#doc-filter.ft div.tcell:nth-child(3) {
		text-align: center;
	}

	#doc-filter.ft div.tcell:nth-child(5) {
		width: 40px;
		float: right;
		text-align: right;
	}

	#doc-filter.ft div.tcell:nth-child(6) {
		width: calc(100% - 57px);
	}

	dl#dgroup {
		width: 100%;
	}

	dl.dropdown>dd>ul>li {
		font-size: 14px;
	}

	#rarrows.withbotpad {
		padding-bottom: 30px;
	}

	.content>div.responsive-table {
		overflow: hidden;
		overflow-x: auto;
	}

	.content>div.responsive-table>table,
	.content>div.responsive-table>tablev2 {
		margin-bottom: 0;
	}

	div.eleft div.e_month {
		font-size: 15px;
		line-height: 25px;
	}

	div.eright h3 {
		font-size: 15px;
		line-height: 25px;
	}

	div.event:last-child {
		margin-bottom: 25px;
	}

	div.flot-x-axis>div,
	div.flot-y-axis>div {
		font-size: 9px !important;
	}

	div.stock-sum div.dtable,
	div.stock-sum div.trow,
	div.stock-sum div.tcell {
		display: block;
	}

	div.stock-sum dl {
		float: none;
		padding: 8px 0px 0px 0px;
	}

	.content>div.stock-sum {
		padding: 20px 18px 20px 18px;
		margin-bottom: 40px;
	}

	div.stock-sum h2 {
		font-size: 15px;
		line-height: 25px;
		padding-bottom: 10px;
	}

	div.stock-sum p {
		font-size: 14px;
		line-height: 25px;
		padding-bottom: 8px;
	}

	div.stock-sum p.price>em {
		font-size: 45px;
		line-height: 45px;
	}

	div.stock-sum p.price {
		font-size: 24px;
		line-height: 45px;
		padding-bottom: 6px;
	}

	div.stock-sum dl>dt {
		text-align: left;
		width: 65px;
		padding: 0px 15px 0px 0px;
	}

	div.stock-sum dl>dd {
		padding-left: 80px;
	}

	#stockchart {
		height: 200px;
	}

	#stockvolchart {
		height: 125px;
	}

	#flotTip span.em {
		font-size: 21px;
	}

	td.legendLabel {
		font-size: 9px;
		padding: 0px 30px 0px 5px;
	}

	td.legendLabel:last-child {
		padding-right: 0;
	}

	.legendColorBox div>div {
		border-width: 7px !important;
	}

	#charttable table {
		bottom: -35px !important;
	}

	#charttable div.legend>div {
		left: 0 !important;
	}

	#charttable {
		height: 300px;
		margin-bottom: 50px;
	}

	.tablev2 th {
		font-size: 15px;
		line-height: 25px;
		padding: 4px 30px 4px 0px;
	}

	.tablev2 th:first-child>span {
		width: 240px;
		display: block;
	}

	.tablev2 td,
	.tablev2 th {
		font-size: 14px;
		line-height: 25px;
	}

	span.ftplot {
		font-size: 14px;
		line-height: 25px;
	}

	/*#flotTip:after { display:none; }*/
	dl#dgroup>dd>ul a {
		padding: 8px 10px;
	}

	aside.breadcrumbs ul {
		white-space: nowrap;
		overflow: hidden;
	}

	aside.breadcrumbs ul>li {
		float: none;
		display: inline-block;
		padding: 0px 10px 0px 4px;
	}

	#frmInvest label,
	section.inlinecalc label {
		width: 115px;
		padding: 4px 10px 4px 0px;
		font-size: 14px;
		line-height: 25px;
	}

	div.form-group {
		width: calc(100% - 125px);
	}

	#frmInvest input[type=text],
	section.inlinecalc input[type=text] {
		width: calc(100% - 145px);
		font-size: 14px;
		line-height: 25px;
	}

	#frmInvest #amount {
		width: calc(100% - 190px);
	}

	div.date-input dl {
		margin-right: 8px;
	}

	dl#dday,
	div.form-group dl#dmonth {
		width: 54px;
	}

	dl#dday {
		width: 44px;
	}

	div.form-group dl.dropdown>dt>a {
		font-size: 12px;
		padding: 8px 30px 8px 8px;
	}

	div.form-group dl#dyear {
		width: calc(100% - 114px);
		margin-right: 0;
	}

	div.form-group dl.dropdown>dt>a:after {
		right: 5px;
	}

	#frmInvest dl.dropdown>dd>ul a {
		padding-left: 15px;
	}

	#frmInvest dl.dropdown>dd>ul a.current:before {
		transform: scale(0.8);
		transform-origin: left center;
	}

	#frmInvest dl>dd>ul {
		margin-left: -15px;
		margin-right: 0;
		width: calc(100% - 14px);
		padding-right: 20px;
	}

	#frmInvest p,
	#frmInvest>div.form-input {
		padding-bottom: 10px;
	}

	div.date-input {
		padding-bottom: 10px;
	}

	div.form-group {
		padding-bottom: 10px;
	}

	#frmInvest #value_now,
	#frmInvest #value_change {
		width: calc(100% - 145px);
	}

	section.inlinecalc div.col6>p {
		padding-bottom: 10px !important;
	}

	section.inlinecalc div.buttons {
		padding: 8px 0px 16px 0px;
	}

	h3.subt {
		font-size: 14px;
		line-height: 25px;
		padding-bottom: 8px;
	}

	figure.testimonial {
		font-size: 14px;
		line-height: 25px;
	}

	figure.testimonial>figcaption {
		padding-left: 0;
		padding-top: 35px;
	}

	figure.testimonial>figcaption>p:nth-child(3) {
		clear: left;
	}

	h2.title {
		margin-bottom: 20px;
	}

	#testi-area {
		padding: 0;
	}

	figure.testimonial>img {
		width: 107px;
		height: auto;
		margin-right: 16px;
		margin-bottom: 16px;
	}

	figure.testimonial h3 {
		font-size: 15px;
		line-height: 25px;
		padding: 0;
	}

	figure.testimonial p.ppos {
		padding-bottom: 16px;
	}

	div.contact-page div.col4 {
		width: 100%;
		float: none;
	}

	div.contact-page>div.row>div>* {
		margin-left: 0;
	}

	div.contact-page>div.row {
		margin-left: 0;
	}

	h3.subtitle,
	h4.subtitle {
		font-size: 15px;
		line-height: 25px;
		padding: 0px 0px 16px 0px;
	}

	h4.subtitle.m-b-16 {
		padding-bottom: 8px !important;
	}

	h3.blueheader {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 16px;
	}

	div.contact-page>div.row p {
		padding-bottom: 16px;
	}

	div.contact-page>div.row>div>*:last-child {
		margin-bottom: 0;
	}

	#frmContact p {
		padding-bottom: 18px;
	}

	#frmContact textarea {
		margin-bottom: 3px;
	}

	div.g-recaptcha {
		transform: scale(0.8);
		transform-origin: left top;
		margin: 0;
	}

	#frmContact input[type=text],
	#frmContact input[type=email],
	#frmContact textarea {
		font-size: 14px;
		padding: 7px 16px 6px 16px;
	}

	div.docs.anreports figure.docwithimg {
		margin-left: 46px;
	}

	div.docs.anreports div.row {
		margin-left: -46px;
	}

	.col4:nth-child(3n+1) {
		clear: none;
	}

	.col4:nth-child(2n+1) {
		clear: left;
	}

	p.table-helper {
		color: #015bc3;
		font-style: italic;
		margin-top: -7px;
	}

	.smi-wrap {
		display: flex;
		flex-direction: column;
	}

	ul.profiles {
		grid-template-columns: repeat(1, 1fr);
	}

	.whistle-header {
		grid-gap: 0;
		grid-template-columns: repeat(1, 1fr);
	}

	.whistle-wrap {
		grid-template-columns: repeat(1, 1fr);
	}

	.mock-chart {
		width: max-content;
	}
}

@media only screen and (max-width: 480px) {
	figure.inv-rel>img {
		width: 165px;
	}

	figure.inv-rel>figcaption h3 {
		font-size: 1.25rem;
		max-width: 160px;
	}
	.whistle-item .whistle-value {
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 320px) {
	ul.main-nav>li>a,
	ul.main-nav>li.lang-sel>ul a {
		margin: 0px 4px;
	}

	ul.main-nav a.asearch {
		margin-left: 5px;
	}

	ul.main-nav>li>a.amenu {
		margin-left: 15px;
	}

	.content>div.responsive-table {
		width: calc(100% + 20px);
	}

	#doc-filter,
	#doc-filter.idxs {
		margin-left: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}


	figure.highlight {
		width: 100%;
	}
}

@media only screen and (min-width: 35em) {}

@media print {
	a {
		text-decoration: none !important;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

.slick-active {
	z-index: 999;
}

.op-excellence-container {width: 100%;max-width: 822px;}
.op-excellence-logo {display:inline-block;width:100%;max-width:292px;margin:0 24px 24px 0;vertical-align:top;}
.op-excellence-text {display:inline-block;width:100%;max-width:506px;}
@media only screen and (max-width: 767px) {
	.op-excellence-logo {display:block;margin: 0 auto 24px;}
}

/* biodiversity */
.bio-section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 20px auto;
  max-width: 1200px;
  font-family: sans-serif;
  padding: 0 15px;
  box-sizing: border-box;
}
.bio-section--top {
  gap: 20px;
}
.bio-section--bottom {
  gap: 0;
}
.bio-card {
  background-color: #f0f6fa;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.bio-card--top-left {
  flex: 1;
}
.bio-card--top-right {
  flex: 2;
}
.bio-card__icon {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.bio-card__content-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  gap: 16px;
}
.bio-card__value-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-shrink: 0;
}
.bio-card__number {
  font-size: 58px;
  color: #005bac;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  padding: 0;
}
.bio-card__unit {
  font-size: 16px;
  color: #005bac;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  padding: 0;
}
.bio-card__description-group {
  flex: 1;
  margin-left: 10px;
  align-self: flex-end;
}
.bio-card__description-text {
  font-size: 16px;
  color: #005bac;
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
}
.bio-card--bottom-left {
  flex: 1;
  background-color: #f0f6fa;
  border-right: 1px solid white;
}
.bio-card--bottom-right {
  flex: 1;
  background-color: #e9eff5;
}
.bio-summary-card__title {
  font-size: 16px;
  font-weight: bold;
  color: #005bac;
  text-transform: uppercase;
  line-height: 1.4;
  min-height: 48px;
}
.bio-summary-card__number {
  font-size: 58px;
  color: #005bac;
  margin: 0;
  font-weight: bold;
  line-height: 1;
}
.bio-summary-card__description {
  font-size: 16px;
  color: #005bac;
  margin-top: 10px;
  line-height: 1.4;
  padding: 0;
}
@media (max-width: 767px) {
  .bio-section {
    flex-direction: column;
    gap: 15px;
    margin: 15px auto;
    padding: 0 10px;
  }
  .bio-section--bottom {
    gap: 15px;
  }
  .bio-card {
    flex: 1 1 100%;
    padding: 15px;
    border-right: none;
  }
  .bio-card--bottom-left {
    border-right: none;
  }
  .bio-card__number {
    font-size: 48px;
  }
  .bio-card__unit {
    font-size: 18px;
  }
  .bio-card__description-text {
    font-size: 14px;
  }
  .bio-summary-card__title {
    font-size: 14px;
    min-height: 0;
  }
  .bio-summary-card__number {
    font-size: 40px;
    padding-bottom: 12px;
  }
  .bio-summary-card__description {
    font-size: 14px;
  }
  .bio-card__icon {
    width: 80px;
  }
}
/* ghg */
/* ghg 1st 4 boxes */
.ghg-data-section {
  display: flex;
  flex-wrap: wrap;
  color: #0047ba;
  font-family: Arial, sans-serif;
  gap: 0;
}
.ghg-data-card {
  flex: 1 1 200px;
  padding: 48px 24px;
}
.ghg-data-card--light-bg {
  background-color: #f6f9fc;
}
.ghg-data-card--medium-bg {
  background-color: #eaf3fb;
}
.ghg-data-card--dark-bg {
  background-color: #d4e3f6;
}
.ghg-data-card--full-width {
  flex: 1 1 100%;
}
.ghg-value-main {
  font-size: 48px;
  font-weight: bold;
  word-break: break-word;
}
.ghg-value-main--usd {
  font-size: 30px;
}
.ghg-value-unit {
  margin-left: -8px;
  font-size: 14px;
  word-break: break-word;
}
.ghg-value-unit--small {
  font-size: 16px;
}
.ghg-description {
  margin-top: 10px;
  font-size: 14px;
  word-break: break-word;
  line-height: 1.5;
}
.ghg-usd-align {
  text-align: center;
}
.ghg-value-main--usd-number {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .ghg-usd-align {
    text-align: left;
  }
  .ghg-data-card {
    min-width: auto;
    flex-basis: 100%;
    padding: 24px;
  }
  .ghg-value-main {
    font-size: 32px;
  }
  .ghg-value-main--usd {
    font-size: 20px;
  }
  .ghg-value-main--usd .ghg-value-unit--small {
    font-size: 30px;
  }
  .ghg-value-unit {
    margin-left: -4px;
    font-size: 14px;
  }
  .ghg-value-main--usd-number {
    margin-right: 4px;
  }
  .ghg-description {
    font-size: 12px;
  }
}
/* ghg 2nd 5 boxes */
.ghg-grid-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: Arial, sans-serif;
  padding: 0 16px;
}
.ghg-grid-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.ghg-box-card {
  background-color: #e8f4fd;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.ghg-box-card--three-col {
  flex: 1 1 250px;
}
.ghg-box-card--two-col {
  flex: 1 1 300px;
}
.ghg-box-header {
  background-color: #1e5fa8;
  color: white;
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.ghg-box-content {
  padding: 32px 24px;
}
.ghg-box-value {
  font-size: 36px;
  font-weight: bold;
  color: #1e5fa8;
  margin-bottom: 5px;
  line-height: 1.2;
  word-break: break-word;
}
.ghg-box-unit {
  font-size: 16px;
  margin-left: 5px;
}
.ghg-box-description {
  font-size: 12px;
  color: #1e5fa8;
  margin-top: 10px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .ghg-box-card {
    flex-basis: 100%;
    min-width: auto;
  }
  .ghg-box-content {
    padding: 24px;
  }
}
/* ghg 3rd 4 boxes */
.ghg-main-container {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  margin: 20px 0;
  padding: 0 16px;
}
.ghg-card-group {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.ghg-card-group--left {
  flex: 0 0 540px;
}
.ghg-card-group--right {
  flex: 1;
}
.ghg-card-header {
  background-color: #2E5AA8;
  color: white;
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
  word-break: break-word;
  line-height: 1.4;
  min-height: 40px;
}
.ghg-card-content-wrapper {
  flex: 1;
  display: flex;
  background-color: #E8F4FD;
  padding: 32px 24px;
}
.ghg-category-item {
  flex: 1;
}
.ghg-category-label {
  font-weight: bold;
  font-size: 14px;
  color: #2E5AA8;
  word-break: break-word;
}
.ghg-category-value {
  font-size: 24px;
  font-weight: bold;
  color: #2E5AA8;
  word-break: break-word;
}
.ghg-category-unit {
  font-size: 12px;
  color: #2E5AA8;
  word-break: break-word;
}
.ghg-single-category-content {
  flex: 1;
  background-color: #E8F4FD;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .ghg-main-container {
    flex-direction: column;
    padding: 0 10px;
  }
  .ghg-card-group {
    flex: 1 1 100%;
    min-width: auto;
    height: auto;
  }
  .ghg-card-group--left {
    flex-basis: auto;
    min-width: auto;
  }
  .ghg-card-group--right {
    flex-basis: auto;
    min-width: auto;
  }
  .ghg-card-content-wrapper {
    flex-direction: column;
    padding: 24px;
    gap: 15px;
  }
  .ghg-category-item {
    flex: none;
  }
  .ghg-single-category-content {
    padding: 24px;
  }
}
/* risks */
.risk-table-container {
  border-radius: 0;
  max-width: 1200px;
  margin: 20px auto;
  border: 1px solid white;
  overflow: hidden;
}
.risk-table-row {
  display: flex;
  border-bottom: 1px solid white;
}

.risk-table-row--no-border {
  border-bottom: none;
}

.risk-cell {
  padding: 15px;
  box-sizing: border-box;
}

.risk-cell-header-col {
  flex: 0.6;
  border-right: 1px solid white;
  background-color: #f2f5fa;
}

.risk-cell-content-col {
  flex: 1;
  border-right: 1px solid white;
}

.risk-cell-content-col:last-child {
  border-right: none;
}

.risk-cell-content-col--blue-bg {
  background-color: #e5effb;
}

.risk-cell-content-col--light-blue-bg {
  background-color: #e0ecf4;
}

.risk-header-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.risk-header-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  filter: none;
  flex-shrink: 0;
}

.risk-header-title {
  color: #0047ba;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  word-break: break-word;
}

.risk-header-value {
  color: #0047ba;
  font-size: 36px;
  font-weight: bold;
  word-break: break-word;
}

.risk-row-label {
  color: #0047ba;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  word-break: break-word;
}

.risk-description-text {
  color: #0047ba;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  word-break: break-word;
}

@media (max-width: 767px) {
  .risk-table-container {
    border: none;
    margin: 0;
  }

  .risk-mobile-wrapper {
    margin: 20px auto;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .risk-mobile-group {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .risk-mobile-group:last-child {
    margin-bottom: 0;
  }

  .risk-mobile-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background-color: #f2f5fa;
    color: #2E5AA8;
  }

  .risk-mobile-header-item {
    display: flex;
    align-items: center;
    flex-grow: 1;
  }

  .risk-mobile-header-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    filter: none;
  }

  .risk-mobile-header-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    word-break: break-word;
  }

  .risk-mobile-header-value {
    font-size: 28px;
    font-weight: bold;
    color: #2E5AA8;
    word-break: break-word;
  }

  .risk-mobile-details-section {
    padding: 16px;
  }

  .risk-mobile-group--transition .risk-mobile-details-section {
    background-color: #e5effb;
  }

  .risk-mobile-group--physical .risk-mobile-details-section {
    background-color: #e0ecf4;
  }

  .risk-mobile-detail-item {
    margin-bottom: 16px;
  }

  .risk-mobile-detail-item:last-child {
    margin-bottom: 0;
  }

  .risk-mobile-detail-label {
    font-weight: bold;
    font-size: 14px;
    color: #0047ba;
    margin-bottom: 4px;
    word-break: break-word;
  }

  .risk-mobile-detail-description {
    font-size: 14px;
    color: #0047ba;
    line-height: 1.4;
    word-break: break-word;
  }
}

/* sustainability report */
.sr-indicator-label {
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: bold;
  font-size: 12px;
  color: #2c3e50;
  z-index: 10;
  padding: 2px 3px;
}

/* water management */
.wm-cards-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 16px;
  justify-content: center;
  margin-bottom: 20px;
}

.wm-card-item {
  flex: 1 1 100%;
  min-width: 300px;
}

.wm-card-header {
  min-height: 50px;
  display: flex;
  align-items: center;
}

.wm-card-title {
  color: #2c3e50;
  margin: 0;
  text-align: start;
  word-break: break-word;
}

.wm-card-content {
  background: #f5f7f9;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.wm-card-details {
  display: flex;
  align-items: center;
  gap: 20px;
}

.wm-card-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.wm-card-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.wm-card-value-text {
  text-align: left;
  flex-grow: 1;
  min-width: 0;
}

.wm-card-unit {
  font-size: 16px;
  color: #2c3e50;
  line-height: 1.2;
  word-break: break-word;
}

.wm-card-value {
  font-size: 48px;
  font-weight: bold;
  color: #005bc3;
  line-height: 1;
  word-break: break-word;
}

.wm-card-subtitle {
  font-size: 20px;
  color: #005bc3;
  line-height: 1.2;
  word-break: break-word;
}

.wm-card-subtitle--top-margin {
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .wm-card-icon {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
  }

  .wm-card-item {
    flex: 1 1 calc(50% - 16px);
    min-width: auto;
  }

  .wm-cards-section-wrapper {
    padding: 20px;
  }
}

