﻿html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-family: arial;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "arial", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: arial;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  max-width: 100%;
  border-collapse: collapse;
}
/* Links
--------------------------------------------- */
a {
  color: #000;
}
a:hover {
  color: #00a6ce;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
input:focus, input:focus-visible {
  outline: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.grecaptcha-badge {
  display: none;
}
body.page-email-alerts .grecaptcha-badge, body.job_posting-template-default .grecaptcha-badge {
  display: block;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments 
--------------------------------------------- */
.alignleft {
  text-align: left;
}
.alignright, .rteright {
  text-align: right;
}
.aligncenter, .rtecenter {
  text-align: center;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.flex {
  display: flex;
}
.flex.sb {
  justify-content: space-between;
}
.flex.fe {
  justify-content: flex-end;
}
.flex.jcc {
  justify-content: center;
}
.flex.aic {
  align-items: center;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.two-col > * {
  flex-basis: 50%;
}
input.button, #application-form input[type=submit] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
input.button, #application-form input[type=submit], .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 30px;
  padding: 10px 25px;
  background-color: #00a6ce;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #FFF;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
input.button:hover, #application-form input[type=submit]:hover, .button:hover {
  background-color: #003764;
  color: #FFF;
}
.button.small {
  font-size: 13px;
  line-height: 16px;
  height: 32px;
  border-radius: 24px;
  padding: 6px 15px;
  font-family: "TheSans";
  font-weight: 400;
}
.icon-button {
  display: inline-flex;
  height: 44px;
  border-radius: 21px;
  padding: 3px 3px 3px 15px;
  background-color: #FFF;
  align-items: center;
  font-weight: 700;
}
.icon-button i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #000;
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 19px;
  height: 38px;
  width: 38px;
  margin-left: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.icon-button:hover {
  background-color: #00a6ce;
  color: #FFF;
}
.icon-button:hover i {
  background-color: #00a6ce;
  color: #FFF;
  border: 1px solid #FFF;
}
.center {
  text-align: center;
}
.intro {
  color: #003764;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 1em;
}
#width-check {
  z-index: 0;
  position: relative;
}
body {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #00A7CE;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #003764;
}
strong {}
h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0.75em;
}
h3 {
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 0.75em;
}
h2:first-of-type, h3:first-of-type {
  margin-top: 0;
}
.tab-links a {
  font-weight: 700;
  padding-right: 30px;
  display: inline-block;
  font-size: 14px;
  color: #c3cdda;
  padding-bottom: 5px;
  margin-right: 25px;
  border-bottom: 4px solid #f1f4f7;
}
.tab-links a:last-child {
  margin-right: 0;
}
.tab-links a:hover {
  color: #000;
}
.tab-links a.active {
  opacity: 1;
  color: #000000;
  border-bottom: 4px solid #00a6ce;
}
.tab-content > * {
  display: none;
}
.tab-content > *.active {
  display: block;
}
.tabs select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 1px solid #003764;
  border-radius: 30px;
  padding: 14px 50px;
  font-size: 14px;
  line-height: 16px;
  color: #003764;
  background: url('../image/select_arrow.png');
  background-repeat: no-repeat;
  background-position: 88% 50%;
  outline: none;
}
.accordion {
  border: 1px solid #c3cdda;
  border-radius: 8px;
  margin-bottom: 8px;
}
.accordion .toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 21px;
  line-height: 24px;
  padding: 25px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.accordion .toggle:after {
  content: "\2b";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Pro";
  color: #FFF;
  background-color: #00a6ce;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
}
.accordion .toggle:hover {
  background-color: #cdd6e0;
}
.accordion.active .toggle:after {
  content: "\f068";
}
.accordion .content {
  display: none;
  padding: 0 25px 25px 25px;
}
.accordion .content > *:first-of-type {
  margin-top: 25px;
}
.show-more:after {
  content: " More";
}
.show-more.active:after {
  content: " Less";
}
.read-more-expand .content {
  height: 135px;
  min-height: 135px;
  overflow: hidden;
}
.read-more-expand .expand {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #00a6ce;
  cursor: pointer;
  width: 125px;
  display: inline-block;
  margin-top: 10px;
}
.read-more-expand.hide-expand .expand {
  display: none;
}
.read-more-expand .expand:after {
  content: " More";
}
.read-more-expand.active .expand:after {
  content: " Less";
}
.read-more-expand .expand:before {
  content: "\2b";
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 2px;
  font-family: "Font Awesome 6 Pro";
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00A6CE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.read-more-expand.active .expand:before {
  content: "\f068";
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.fade {
  opacity: 0;
}
.rtl {
  position: relative;
  left: 50px;
}
section.full-width {
  width: 100vw;
  position: relative;
  margin-left: calc(-50vw + 50% - 100px);
}
section.full-width > .container {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
table.pricing {
  max-width: 600px;
  width: 100%;
}
table.two-columns {
  width: 100%;
}
table.two-columns td {
  border-bottom: none !important;
}
table td p {
  margin-bottom: 0;
}
table td p:last-of-type {
  margin-bottom: 0;
}
div.table-overflow {
  width: 100%;
  overflow-x: auto;
}
div.table-overflow + div.arrow {
  display: none;
  color: #c1c6d2 !important;
  text-align: center;
}
div.table-overflow + div.arrow::after {
  font-family: FontAwesome;
  font-size: 15px;
  content: "\f07e";
}
div.table-overflow.show + div.arrow {
  position: relative;
  height: 30px;
  width: 100%;
  display: block;
}
div.table-overflow.show > table {
  margin-bottom: 0px !important;
}
@media screen and (max-width:1680px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
  section.full-width {
    margin-left: calc((-50vw + 50% - 200px) + ((100vw - 1480px) / 2));
  }
}
@media screen and (max-width:1490px) {
  section.full-width {
    margin-left: -390px;
  }
  section.full-width > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:1200px) {
  #width-check {
    z-index: 1;
  }
  section.full-width {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  section.full-width > .container .methanol-type {
    margin-bottom: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto !important;
  }
}
@media screen and (max-width:1024px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
  h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .button {
    height: 40px;
    font-size: 16px;
  }
  .icon-button {
    height: 34px;
  }
  .icon-button i {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    font-size: 16px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width:600px) {
  .tab-links a {
    padding-right: 0 !important;
  }
}
/* HEADER */
header.desktop {
  width: 100%;
  z-index: 10;
}
header.desktop .hero-text {
  margin-top: 155px;
}
header.desktop .hero-text h1 {
  color: #FFF;
  font-size: 104px;
  line-height: 96px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
}
body.home header.desktop .hero-text h1 {
  margin-bottom: 60px;
}
body.home header.desktop .hero-text {
  margin-top: 180px;
}
header.desktop .hero-text p {
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
}
header.desktop #top-bar {
  position: fixed;
  background: #000;
  color: #FFF;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  width: 100%;
  top: 0;
}
header.desktop #top-bar .flex {
  height: 26px;
  transition: height 250ms ease-in-out, margin 250ms ease-in-out;
}
header.desktop #top-bar .tsx {
  margin-left: 50px;
}
header.desktop #top-bar .locations {
  margin-right: auto;
}
header.desktop #top-bar .locations a {
  color: #FFFFFF;
  margin-right: 16px;
}
.scrolled header.desktop #top-bar .flex {
  margin-top: -26px;
}
.scrolled header.desktop nav {
  margin-top: -26px;
}
.scrolled header {
  visibility: visible !important;
  opacity: 1;
}
header.desktop .logo {
  width: 190px;
  height: 75px;
}
header.desktop .logo a {
  position: relative;
}
header.desktop .logo a img {
  position: absolute;
  width: 190px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header.desktop .logo a img.colour {
  opacity: 0;
}
header.desktop nav {
  top: 26px;
  position: fixed;
  display: block;
  width: 100%;
  height: 95px;
  background: tranparent;
  transition: height 250ms ease-in-out, margin 250ms ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 101;
}
header.desktop nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.desktop nav .container {
  height: 100%;
  align-items: center;
  position: relative;
}
header.desktop nav ul.menu > li {
  margin-left: 25px;
}
header.desktop nav ul.menu > li > a {
  padding: 35px 0;
}
header.desktop nav ul.menu li a {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
header.desktop nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
header.desktop nav ul ul {
  display: block;
  position: absolute;
  top: 100%;
  width: 280px;
  left: -40px;
  z-index: 10;
  opacity: 0;
  background-color: #FFF;
  padding: 25px 40px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
header.desktop nav ul ul a {
  padding: 8px 0;
}
header.desktop nav:hover, .scrolled header.desktop nav {
  background-color: #FFF;
}
header.desktop nav:hover .logo a img.white, .scrolled header.desktop nav .logo a img.white {
  opacity: 0;
}
header.desktop nav:hover .logo a img.colour, .scrolled header.desktop nav .logo a img.colour {
  opacity: 1;
}
header.desktop nav:hover ul.menu li a, .scrolled header.desktop nav ul.menu li a {
  color: #000;
}
header.desktop nav:hover ul.menu li a:hover, .scrolled header.desktop nav ul.menu li a:hover {
  color: #00a6ce;
}
header.desktop nav:hover ul li:hover > a, header.desktop nav ul li.focus > a {
  color: #00a6ce;
}
header.desktop nav:hover ul li:hover > ul, header.desktop nav ul li.focus > ul {
  display: block;
  opacity: 1;
  pointer-events: all;
}
header.desktop nav li {
  position: relative;
}
header.desktop nav a {
  display: block;
  text-decoration: none;
}
header.desktop nav ul li ul li ul {
  display: none !important;
}
header.desktop #hero {
  background-image: url(../image/hero_inner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 495px;
}
body.page-advancing-low-carbon-solutions header.desktop #hero {
  background-position: top center;
}

header.desktop #hero .hero-text {
  width: 100%;
}
body.scrolled header.desktop nav {
  height: 65px;
}
body.scrolled header.desktop .logo a img {
  width: 140px;
  top: 12px;
}
body.scrolled header.desktop nav ul.menu > li > a {
  padding: 20px 0;
}
header.mobile {
  display: none;
  height: 64px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.25s ease-in-out;
  background-color: #FFF;
}
header.mobile > .top {
  display: flex;
  height: 64px;
  justify-content: space-between;
  padding: 0px 40px;
  width: 100%;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
header.mobile > .top .hamburger {
  width: 30px;
  height: 26px;
  cursor: pointer;
  overflow: hidden;
}
header.mobile > .top .hamburger span {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin-top: 5px;
  display: block;
  transition: all 0.25s ease-in-out;
}
header.mobile > .top .hamburger span:last-of-type {
  margin-bottom: 0;
}
header.mobile > .top .logo {
  height: 48px;
  width: 124px;
  position: relative;
  z-index: 111;
}
header.mobile > .top .logo img {
  width: auto;
  height: 48px;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s ease-in-out;
}
header.desktop .logo a img.colour {
  opacity: 0;
}
header.mobile nav {
  display: none;
  width: 100%;
  height: calc(100vh - 300px);
  overflow-y: scroll;
  padding-top: 32px;
  background-color: #003764;
}
header.mobile nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.mobile nav > ul {
  margin: 0;
}
header.mobile nav > ul > li {
  position: relative;
  transition: all 0.25s ease-in-out;
}
header.mobile nav > ul > li a {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: normal;
  color: #FFF;
  color: #FFF;
  display: flex;
  margin: 0 20px;
  padding: 8px 0;
  position: relative;
  justify-content: space-between
}
header.mobile nav > ul > li > a:hover {
  color: #FFF;
}
header.mobile nav > ul > li.menu-item-has-children.active > a, header.mobile nav > ul > li.menu-item-has-children.active > a:after {
  color: #00a6ce;
}
header.mobile nav > ul > li.menu-item-has-children > a:after {
  content: "\2b";
  font-family: "Font Awesome 6 Pro";
  padding-left: 10px;
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
}
header.mobile nav > ul > li.menu-item-has-children.active > a:after {
  content: "\f068";
}
header.mobile nav > ul > li > ul {
  display: none;
  padding-bottom: 16px;
}
header.mobile nav > ul > li > ul > li:last-of-type a {
  border-bottom: none;
}
header.mobile nav > ul > li > ul > li.menu-item-211 ul {
  display: block !important;
  height: auto !important;
  margin-left: 20px;
}
header.mobile nav > ul > li > ul a {
  display: block;
  transition: all 0.25s ease-in-out;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 0;
}
header.mobile nav > ul > li > ul.has-children > a {
  padding-bottom: 7px;
}
header.mobile nav > ul > li.has-children > a span:nth-child(1) {
  position: absolute;
  width: 16px;
  height: 2px;
  top: 49%;
  margin-left: 8px;
  background: #FFF;
}
header.mobile nav > ul > li.has-children > a span:nth-child(2) {
  position: absolute;
  width: 16px;
  height: 2px;
  top: 49%;
  margin-left: 8px;
  background: #FFF;
  transform: translate(0px, 0px) rotate(90deg);
  transition: all 0.25s ease-in-out;
}
header.mobile nav > ul > li.has-children.active > a span:nth-child(2) {
  opacity: 0;
}
header.mobile nav > ul > li.has-children.active {
  background-color: #003764;
}
header.mobile nav > ul > li.has-children.active > a {
  border-bottom: none;
}
header.mobile nav > ul > li:last-of-type a {
  border-bottom: none;
}
header.mobile nav .search {
  margin: 0px 20px;
}
header.mobile nav .search a {
  color: #FFF;
  margin: 0px;
}
header.mobile nav .stock {
  color: #FFF;
}
header.mobile nav .stock div > span {
  padding: 0 2px;
}
header.mobile nav .stock div i {
  margin-left: 6px;
}
header.mobile.open {
  background-color: #003764;
  height: auto;
}
header.mobile.open > .top {
  background-color: #003764;
}
header.mobile.open > .top .logo img.white {
  opacity: 1;
}
header.mobile.open > .top .logo img.colour {
  opacity: 0;
}
header.mobile.open .hamburger span {
  background-color: #FFF;
}
header.mobile.open .hamburger span:nth-child(1) {
  margin-left: 50px;
}
header.mobile.open .hamburger span:nth-child(2) {
  transform: translate(0px, 0px) rotate(45deg);
}
header.mobile.open .hamburger span:nth-child(3) {
  transform: translate(0px, -7px) rotate(-45deg);
}
header.mobile > .bottom {
  display: none;
  height: 240px;
  color: #FFF;
  font-size: 12px;
  background-color: #003764;
  position: fixed;
  bottom: 0;
  width: 100%;
}
header.mobile > .bottom .locations {
  margin-bottom: 40px;
  margin-top: 32px;
}
header.mobile > .bottom .locations a {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 1.14;
  font-weight: bold;
}
header.mobile > .bottom .locations div {
  margin-bottom: 8px;
}
header.mobile > .bottom .tsx {
  margin-left: 40px;
}
@media screen and (max-width:380px) {
  header.mobile nav {
    height: calc(100vh - 264px);
  }
  header.mobile > .bottom {
    height: 200px;
  }
  header.mobile > .bottom .locations {
    margin-bottom: 16px;
    margin-top: 32px;
  }
}
#hero.mobile {
  display: none;
  height: 620px;
  background-image: url(../image/hero_home.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 495px;
}
#hero.mobile .hero-text {
  width: 100%;
  height: 100%;
  padding-top: 80px;
}
#hero.mobile .hero-text h1 {
  color: #FFF;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 10px;
}
#hero.mobile .hero-text p {
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
}
body.admin-bar header.desktop #top-bar {
  top: 30px;
}
body.admin-bar header.desktop nav {
  top: 56px;
}
body.admin-bar header.mobile {
  top: 30px;
}
body.admin-bar header.mobile nav {
  height: calc(100vh - 169px);
}
body.admin-bar.scrolled header.mobile {
  top: 0px;
}
@media screen and (max-width:1200px) {
  header.desktop {
    display: none;
  }
  header.mobile, #hero.mobile {
    display: block;
  }
}
@media screen and (max-width:1024px) {
  header.mobile > .top {
    padding: 0 20px;
  }
}
@media screen and (max-width:768px) {
  #hero.mobile {
    background-image: url(../image/hero_home_mobile.jpg);
  }
  body.page-contact #hero {
    background-position: right center;
  }
}
/* HOME */
body.home header #hero {
  background-image: url(../image/hero_home.jpg);
  height: 800px;
}
body.home header h1 {
  max-width: 520px;
  margin-top: 0;
}
header p {
  max-width: 550px;
}
#at-a-glance {
  background-color: #F1F4F7;
  padding-top: 75px;
  padding-bottom: 60px;
}
#at-a-glance h2 {
  margin-top: 0;
  margin-bottom: 65px;
}
#at-a-glance .values {
  flex-wrap: wrap;
}
#at-a-glance .values .value {
  color: #003764;
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
}
#at-a-glance .values > div {
  flex-basis: calc((100% / 6) - (150px / 6));
  margin-right: 30px;
}
#at-a-glance .values > div:last-of-type {
  margin-right: 0;
}
#home-sustainability-report {
  padding-top: 95px;
  padding-bottom: 95px;
}
#home-sustainability-report .left {
  flex-basis: 66%;
  min-height: 515px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  display: flex;
  align-items: flex-end;
  padding: 50px 25px;
}
#home-sustainability-report .left h3 {
  color: #FFF;
  margin-bottom: 10px;
}
#home-sustainability-report .right {
  flex-basis: 33%;
  padding-left: 25px;
}
#home-sustainability-report .right h3 {
  margin-bottom: 25px;
}
#industry-leadership {
  padding-bottom: 70px;
}
#industry-leadership .flex.two-col > * {
  flex-basis: calc(50% - 12.5px);
}
#industry-leadership .flex.two-col > *:nth-of-type(odd) {
  margin-right: 25px;
}
#industry-leadership .boxes > a {
  display: flex;
  margin-bottom: 25px;
  min-height: 362px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
#industry-leadership .boxes > a span {
  display: block;
}
#industry-leadership .boxes > a > span.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: calc(50% + 25px);
  padding: 25px;
}
#industry-leadership .boxes > a > span.image {
  flex-basis: calc(50% - 25px);
}
#industry-leadership .boxes > a > span.content span.top {
  margin-top: 0;
}
#industry-leadership .boxes > a > span.content span.bottom {
  display: flex;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  min-height: 32px;
  align-items: center;
}
#industry-leadership .boxes > a > span.content span.bottom:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #FFF;
  color: #00A6CE;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#industry-leadership .boxes > a:hover > span.content span.bottom:after {
  background: #00A6CE;
  color: #FFF;
}
#industry-leadership .boxes .dark {
  background-color: #003764;
  color: #FFF;
}
#industry-leadership .boxes .light {
  color: #000;
}
#industry-leadership .boxes .light {
  background-color: #f1f4f7;
}
#industry-leadership .boxes .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#industry-leadership .boxes > a.full-width {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#industry-leadership .boxes > a.full-width > span.content {
  flex-basis: 100%;
}
#industry-leadership .boxes .large {
  font-size: 104px;
  line-height: 96px;
  margin-bottom: 20px;
}
#global-operations {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #F1F4F7;
}
#global-operations h3, #global-operations p {
  margin-bottom: 10px;
}
#global-operations .shift-down {
  position: relative;
  top: 15px;
  z-index: 1;
}
#global-operations-map {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
#global-operations-map .map img {
  width: 100%;
}
#global-operations-map .location {
  width: calc((47 / 2120) * 100%);
  height: calc((82 / 1116) * 100%);
  position: absolute;
  cursor: pointer;
}
#global-operations-map .location:after {
  content: "";
  position: relative;
  width: 100%;
  height: calc((23.5 / 41.44) * 100%);
  border-radius: 50%;
  display: inline-block;
  bottom: 34%;
  opacity: 0.25;
  z-index: 1;

}
#global-operations-map .location.blue:after {
  background-color: #fcf604;
}
#global-operations-map .location.green:after {
  background-color: #fcf604;
}
#global-operations-map .location:hover::after {
  animation-duration: 1s;
  animation-iteration-count: 1;
  scale: 1.4;
  animation-fill-mode: forwards;
}
#global-operations-map .location.blue:hover::after {
  animation-name: blue-pin-pulse;
}
#global-operations-map .location.green:hover::after {
  animation-name: green-pin-pulse;
}
#global-operations-map .location .pin {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: relative;
}
#global-operations-map .location.blue .pin {
  background-image: url(../image/pin_blue.svg);
}
#global-operations-map .location.green .pin {
  background-image: url(../image/pin_green.svg);
}
#global-operations-map .location .tooltip {
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 30px;
  position: absolute;
  padding: 5px 20px;
  height: 25px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -20px;
  background-color: #FFF;
  z-index: 15;
}
#global-operations-map .location.blue .tooltip {
  color: #666;
  border: 2px solid #666;
}
#global-operations-map .location.green .tooltip {
  color: #666;
  border: 2px solid #666;
}

#Germany:hover #pin-belgium .location:hover .tooltip {
  opacity: 1;
}



#global-operations-map .location:hover .tooltip {
  opacity: 1;
}
#global-operations-map #pin-vancouver {
  left: 54.65%;
  top: 33.9%;
}
#global-operations-map #pin-medicinehat {
  left: 17.65%;
  top: 30.3%;
}
#global-operations-map #pin-dallas {
  left: 31.6%;
  top: 62.7%;
}
#global-operations-map #pin-geismar {
  left: 45.95%;
  top: 33.3%;
}
#global-operations-map #pin-trinidad {
  left: 45.7%;
  top: 31.1%;
}
#global-operations-map #pin-santiago {
  left: 49.2%;
  top: 30.85%;
}
#global-operations-map #pin-puntaarenas {
  left: 44.15%;
  top: 33.6%;
}
#global-operations-map #pin-belgium {
  left: 47.3%;
  top: 26.9%;
}
#global-operations-map #pin-damietta {
  left: 54.9%;
  top: 36.1%;
}
#global-operations-map #pin-japan {
left: 78.55%;
    top: 37.95%;
}
#global-operations-map #pin-yindu {
    left: 66.65%;
    top: 46.3%;
}
#global-operations .legend {
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  color: #003764;
  text-transform: capitalize;
  max-width: 1060px;
  m
}
#global-operations .legend .legend-items {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#global-operations .legend .legend-items > div {
  border-radius: 30px;
  color: #FFF;
  padding: 6px 30px;
  margin-left: 15px;
  margin-top: 6px;
}
#global-operations .legend .legend-items > div.green {
  background-color: #244888;
}
#global-operations .legend .legend-items > div.blue {
  background-color: #003764;
}
#useful-resources {
  padding-top: 95px;
  padding-bottom: 95px;
}
#useful-resources .boxes {
  margin-top: 40px;
}
#useful-resources .boxes > div {
  flex-basis: calc(25% - (75px / 4));
  min-height: 265px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 24px 32px 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#useful-resources .boxes > div:last-of-type {
  margin-right: 0;
}
#useful-resources .boxes > div strong {
  color: #FFF;
  font-size: 30px;
}
#useful-resources .boxes > div .button {
  background-color: #707070;
}
#useful-resources .boxes > div .button:hover {
  background-color: #003764;
}
#featured-news {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #F1F4F7;
}
#featured-news .flex {
  min-height: 390px;
}
#featured-news .flex > * {
  flex-basis: 50%;
}
#featured-news .flex .image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 390px;
  display: block;
}
#featured-news .flex .image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#featured-news .flex .content {
  padding-left: 25px;
}
#featured-news .flex .content .title {
  display: block;
  color: #000;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#featured-news .flex:hover .image:before {
  opacity: 0.2;
}
#featured-news .flex:hover .content .title {
  color: #00a6ce;
}
#featured-news .flex:hover .content .button {
  background-color: #003764;
}
#latest-news {
  padding-top: 0px;
  padding-bottom: 125px;
  background-color: #F1F4F7;
}
#latest-news .flex h2 {
  margin-bottom: 0;
}
#latest-news .releases {
  margin-top: 12px;
}
#latest-news .releases a {
  flex-basis: calc(25% - (75px / 4));
  display: block;
  padding-top: 24px;
  border-top: 1px solid #c3cdda;
  margin-right: 25px;
}
#latest-news .releases a:last-of-type {
  margin-right: 0;
}
#latest-news .releases a span {
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#latest-news .releases a span.date {
  color: #707070;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 8px;
}
#latest-news .releases a span.title {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
#latest-news .releases a:hover {
  border-top: 1px solid #00a6ce;
}
#latest-news .releases a:hover span {
  color: #00a6ce;
}
@media screen and (max-width:1024px) {
  #at-a-glance {
    padding-top: 55px;
    padding-bottom: 20px;
  }
  #at-a-glance h2 {
    margin-bottom: 40px;
  }
  #at-a-glance .values > div {
    flex-basis: calc((100% / 3) - (60px / 3));
  }
  #at-a-glance .values > div:nth-of-type(3n) {
    margin-right: 0;
  }
  #at-a-glance .values .value {
    font-size: 38px;
    line-height: 48px;
  }
  #at-a-glance .values p {
    margin-top: 0;
  }
  #home-sustainability-report {
    padding-top: 25px;
    padding-bottom: 55px;
  }
  #home-sustainability-report .flex {
    display: block;
  }
  #home-sustainability-report .left {
    min-height: 350px;
    margin-bottom: 40px;
  }
  #home-sustainability-report .right {
    padding-left: 0;
  }
  #industry-leadership {
    padding-bottom: 65px;
  }
  #industry-leadership .boxes {
    display: block;
  }
  #industry-leadership .boxes .large {
    font-size: 51px;
    line-height: 56px;
  }
  #industry-leadership .boxes > a {
    margin-right: 0;
    flex-direction: column-reverse;
    font-size: 21px;
    line-height: 24px;
    margin-right: 0 !important;
  }
  #industry-leadership .boxes > a > span.image {
    flex-basis: 200px;
  }
  #industry-leadership .boxes > a > span.content {
    flex-basis: 162px;
  }
  #industry-leadership .boxes > a > span.content a {
    font-size: 16px;
  }
  #industry-leadership .boxes > a.full-width {
    min-height: 280px;
  }
  #global-operations {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  #useful-resources {
    padding-top: 65px;
    padding-bottom: 80px;
  }
  #useful-resources .boxes {
    flex-wrap: wrap;
  }
  #useful-resources .boxes > div {
    flex-basis: calc(50% - 12.5px);
    margin-bottom: 25px;
  }
  #useful-resources .boxes > div:nth-of-type(2n) {
    margin-right: 0;
  }
  #useful-resources .boxes > div strong {
    font-size: 28px;
  }
  #featured-news {
    padding-top: 65px;
    padding-bottom: 80px;
  }
  #featured-news .flex {
    display: block;
  }
  #featured-news .flex .content .title {
    font-size: 32px;
    line-height: 36px;
  }
  #latest-news {
    padding-bottom: 40px;
  }
  #latest-news .releases {
    flex-wrap: wrap;
  }
  #latest-news .releases a {
    flex-basis: calc(50% - 12.5px);
    margin-bottom: 25px;
  }
  #global-operations > .container {
    padding-left: 0;
    padding-right: 0;
  }
  #global-operations-map {
    pointer-events: none;
  }
  #global-operations-map .location .tooltip, #global-operations-map .location:after {
    display: none;
  }
  .intro {
    color: #003764;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 1em;
  }
  #global-operations .container > p {
    display: none;
  }
  #global-operations .legend {
    text-align: center;
  }
  #global-operations .legend .legend-items {
    justify-content: center;
  }
  #global-operations .legend .legend-items > div {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width:600px) {
  #at-a-glance .values > div {
    flex-basis: calc((100% / 2) - (30px / 2));
  }
  #at-a-glance .values > div:nth-of-type(3n) {
    margin-right: 30px;
  }
  #at-a-glance .values > div:nth-of-type(2n) {
    margin-right: 0;
  }
  #home-sustainability-report .left {
    min-height: 200px;
    position: relative;
    padding: 25px;
  }
  #home-sustainability-report .left:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
  }
  #home-sustainability-report .left > * {
    z-index: 1;
  }
  #home-sustainability-report .left h3 {
    font-size: 21px;
    line-height: 24px;
  }
  #home-sustainability-report .right p {
    font-size: 17px;
  }
  #useful-resources .boxes > div {
    flex-basis: 100%;
    margin-right: 0;
  }
  #featured-news .flex .image {
    min-height: 225px;
  }
  #latest-news .releases a {
    flex-basis: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width:400px) {
  /*#at-a-glance .values > div { flex-basis: 100%; margin-right: 0 !important; }*/
}
/* SUSTAINABILITY */
#sustainability-intro {
  background: #F1F4F7;
  padding-top: 80px;
  padding-bottom: 8px;
}
#sustainability-intro .left h3 {
  max-width: 550px;
}
#sustainability-intro .right {
  font-size: 20px;
  line-height: 28px;
}
#esg-performance {
  background-color: #F1F4F7;
  padding-top: 0;
  padding-bottom: 60px;
}
#esg-performance h2 {
  margin-top: 0;
  margin-bottom: 65px;
}
#esg-performance .values .value {
  color: #003764;
  font-size: 76px;
  line-height: 80px;
  font-weight: 700;
}
#esg-performance .values > div {
  flex-basis: calc((100% / 5) - (125px / 5));
  margin-right: 30px;
}
#esg-performance .values > div:last-of-type {
  margin-right: 0;
}
#esg-performance .values small {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 26px;
  padding-left: 5px;
}
#sustainability-report {
  background: linear-gradient(180deg, #F1F4F7 50%, #FFFFFF 50%);
}
#sustainability-report .flex > .left {
  background-color: #00b0d3;
  min-height: 430px;
}
#sustainability-report .flex > .left > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  color: #FFF;
}
#sustainability-report .flex > .left > a .top {
  font-size: 42px;
  line-height: 48px;
}
#sustainability-report .flex > .left > a .bottom {
  display: flex;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  min-height: 32px;
  align-items: center;
  color: #FFF;
  padding-right: 60px;
}
#sustainability-report .flex > .left > a .bottom:after {
  content: "\f1c1";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #FFF;
  color: #00A6CE;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#sustainability-report .flex > .left > a:hover .bottom:after {
  background-color: #00A6CE;
  color: #FFF;
}
#sustainability-report .flex > .right {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#key-commitments {
  padding-top: 100px;
  padding-bottom: 80px;
}
#key-commitments > h2 {
  border-bottom: 1px solid #c3cdda;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#key-commitments .boxes > * {
  flex-basis: calc((100% / 3) - (50px / 3));
  margin-right: 25px;
  margin-bottom: 70px;
}
#key-commitments .boxes > *:nth-of-type(3n) {
  margin-right: 0;
}
#key-commitments .boxes > * div.image {
  min-height: 225px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 16px 32px;
}
#key-commitments .boxes > * div.image .number {
  width: 112px;
  height: 112px;
  border: 4px solid #FFF;
  font-size: 76px;
  line-height: 80px;
  color: #FFF;
  padding: 0 15px;
}
#key-commitments .boxes > * div.image .title {
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 25px;
}
#key-commitments .boxes > * div.description {
  font-size: 17px;
  line-height: 24px;
  padding-top: 20px;
}
#key-commitments .boxes > * div.description > div:first-of-type {
  margin-bottom: 15px;
}
#unsd-goals {
  background: #F1F4F7;
  padding-top: 85px;
  padding-bottom: 50px;
}
#unsd-goals h2 {
  border-bottom: 1px solid #c3cdda;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#unsd-goals .boxes {
  margin-top: 40px;
}
#unsd-goals .boxes > * {
  flex-basis: calc((100% / 2) - (50px / 2));
  margin-right: 25px;
  margin-bottom: 56px;
}
#unsd-goals .boxes > *:nth-of-type(2n) {
  margin-right: 0;
}
#unsd-goals .boxes > * div.image {
  flex-basis: 180px;
  max-width: 180px;
  margin-right: 52px;
}
#unsd-goals .boxes > * div.content {
  flex-basis: calc(100% - 232px);
}
#unsd-goals .boxes > * div.content > div:first-of-type {
  margin-bottom: 15px;
}
#unsd-goals .boxes > * div.content p {
  margin-top: 0;
}
#explore {
  padding-top: 90px;
  padding-bottom: 110px;
}
#explore .flex.two-col > * {
  flex-basis: calc(50% - 12.5px);
}
#explore .flex.two-col > *:nth-of-type(odd) {
  margin-right: 25px;
}
#explore .boxes .light {
  color: #000;
}
#explore .boxes .light {
  background-color: #f1f4f7;
}
#explore .boxes .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#explore .boxes > a {
  display: flex;
  margin-bottom: 25px;
  min-height: 362px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
#explore .boxes > a span {
  display: block;
}
#explore .boxes > a > span.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: calc(50% + 25px);
  padding: 25px;
}
#explore .boxes > a > span.image {
  flex-basis: calc(50% - 25px);
}
#explore .boxes > a > span.content span.top {
  margin-top: 0;
}
#explore .boxes > a > span.content span.bottom {
  display: flex;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  min-height: 32px;
  align-items: center;
}
#explore .boxes > a > span.content span.bottom:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #FFF;
  color: #00A6CE;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#explore .boxes > a:hover > span.content span.bottom:after {
  background: #00A6CE;
  color: #FFF;
}
@media screen and (max-width:1640px) {
  #unsd-goals .owl-arrows {
    right: 40px;
  }
}
@media screen and (max-width:1024px) {
  #sustainability-intro {
    padding-top: 56px;
    padding-bottom: 8px;
  }
  #sustainability-intro > .flex {
    display: block;
  }
  #sustainability-intro .right {
    font-size: 16px;
    line-height: 24px;
  }
  #esg-performance {
    padding-top: 8px;
    padding-bottom: 20px;
  }
  #esg-performance h2 {
    margin-bottom: 0.75em;
  }
  #esg-performance .values {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #esg-performance .values > div {
    flex-basis: calc((100% / 3) - (60px / 3));
  }
  #esg-performance .values > div:nth-of-type(3n) {
    margin-right: 0;
  }
  #esg-performance .values .value {
    font-size: 38px;
    line-height: 48px;
  }
  #esg-performance .values p {
    margin-top: 0;
  }
  #sustainability-report > .flex {
    flex-direction: column-reverse;
  }
  #sustainability-report .flex > .left {
    flex-basis: 162px;
    min-height: 200px;
  }
  #sustainability-report .flex > .left > a .top {
    font-size: 32px;
    line-height: 36px;
  }
  #sustainability-report .right {
    flex-basis: 200px;
  }
  #key-commitments {
    padding-top: 70px;
    padding-bottom: 0px;
  }
  #key-commitments .boxes > * {
    flex-basis: calc(50% - (25px / 2));
  }
  #key-commitments .boxes > *:nth-of-type(3n) {
    margin-right: 25px;
  }
  #key-commitments .boxes > *:nth-of-type(2n) {
    margin-right: 0;
  }
  #unsd-goals {
    padding-top: 75px;
    padding-bottom: 32px;
  }
  #unsd-goals .boxes > * {
    flex-basis: 100%;
    margin-right: 0 !important;
    margin-bottom: 40px;
  }
  #explore {
    padding-top: 72px;
    padding-bottom: 56px;
  }
  #explore .boxes {
    display: block;
  }
  #explore .boxes > a {
    margin-right: 0;
    flex-direction: column-reverse;
    font-size: 21px;
    line-height: 24px;
    margin-right: 0 !important;
  }
  #explore .boxes > a > span.image {
    flex-basis: 200px;
  }
  #explore .boxes > a > span.content {
    flex-basis: 162px;
  }
  #explore .boxes > a > span.content a {
    font-size: 16px;
  }
  #explore .boxes > a.full-width {
    min-height: 280px;
  }
}
@media screen and (max-width:800px) {
  #unsdg-slider .owl-item > div {
    display: block;
    height: auto;
  }
  #unsdg-slider .owl-item > div > div:first-of-type {
    margin-right: 0;
    height: 300px;
    background-size: contain;
    background-position: left;
    margin-bottom: 25px;
  }
  #key-commitments .boxes > * {
    flex-basis: 100%;
    margin-right: 0 !important;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:600px) {
  #esg-performance .values > div {
    flex-basis: calc((100% / 2) - (30px / 2));
  }
  #esg-performance .values > div:nth-of-type(3n) {
    margin-right: 30px;
  }
  #esg-performance .values > div:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width:500px) {
  #unsd-goals .boxes > * {
    display: block;
  }
}
/* INVESTOR RELATIONS */
#stock-reports-events {
  padding-top: 72px;
  padding-bottom: 72px;
}
#stock-reports-events > * {
  background: #F1F4F7;
  margin-right: 25px;
  padding-top: 16px;
  padding-bottom: 16px;
  flex-basis: calc(25% - (50px / 3));
}
#stock-reports-events > *.stock-info {
  flex-basis: calc(50% - (50px / 3));
}
#stock-reports-events > *:last-of-type {
  margin-right: 0;
}
#stock-reports-events > * h3 {
  font-size: 18px;
  line-height: 24px;
  padding: 0 16px 16px 16px;
  margin: 0;
  border-bottom: 1px solid #c3cdda;
}
#stock-reports-events > .stock-info .tabs-top {
  padding-left: 24px;
  padding-right: 24px;
  border-bottom: 1px solid #c3cdda;
}
#stock-reports-events > .stock-info .tab-links {
  padding-top: 13px;
}
#stock-reports-events > .stock-info .tab-content {
  padding: 25px;
}
#stock-reports-events > .stock-info .tab-content p {
  color: #C3CDDA;
  font-size: 14px;
  margin: 0;
}
#stock-reports-events > .stock-info .stock-data .value label {
  display: block;
  font-size: 14px;
  line-height: 22px;
}
#stock-reports-events > .stock-info .stock-data .value span {
  color: #003764;
  font-size: 18px;
  line-height: 24px;
}
#stock-reports-events > .stock-info .stock-data .value {
  flex-basis: 25%;
  margin-bottom: 25px;
}
#stock-reports-events > .stock-info .stock-data .value.two-col {
  flex-basis: 50%;
}
#stock-reports-events > .stock-info .stock-data .value.two-col span {
  font-size: 76px;
  line-height: 70px;
}
#stock-reports-events > .stock-info .stock-data .value.two-col span i {
  font-size: 40px;
  line-height: 48px;
  margin-left: 10px;
}
#stock-reports-events > .stock-info .stock-data .value.two-col span i.fa-arrow-up {
  color: #71984a;
}
#stock-reports-events > .stock-info .stock-data .value.two-col span i.fa-arrow-down {
  color: #9A4B4B;
}
#stock-reports-events > .financial-reports .item, #stock-reports-events > .featured-events .item {
  padding: 13px 0;
  margin-left: 16px;
  margin-right: 16px;
  border-bottom: 1px solid #c3cdda;
}
#stock-reports-events > .financial-reports .item:last-of-type, #stock-reports-events > .featured-events .item:last-of-type {
  border-bottom: none;
}
#stock-reports-events > .financial-reports .item a, #stock-reports-events > .featured-events .item a {
  color: #000;
}
#stock-reports-events > .financial-reports .item a:hover, #stock-reports-events > .featured-events .item a:hover {
  color: #00a6ce;
}
#stock-reports-events > .financial-reports .item span, #stock-reports-events > .featured-events .item span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
#stock-reports-events > .financial-reports .item span.date, #stock-reports-events > .featured-events .item span.date {
  font-size: 14px;
  line-height: 16px;
}
#signup-updates {
  background-color: #f1f4f7;
  padding-top: 40px;
  padding-bottom: 64px;
}
#signup-updates h2 {
  margin-bottom: 70px;
}
#signup-updates form .item {
  flex-basis: calc(25% - 20px);
  margin-right: 25px;
  margin-bottom: 25px;
}
#signup-updates form .item-submit {
  flex-basis: 22%;
}
#signup-updates input[type="text"], #signup-updates input[type="email"], #signup-updates input[type="tel"] {
  border: none;
  border-bottom: 2px solid #c3cdda;
  background-color: #f1f4f7;
  font-size: 21px;
  line-height: 24px;
  padding-bottom: 8px;
  color: #000;
  width: 100%;
}
#signup-updates form .item label {
  display: none;
}
#signup-updates form .submit-mobile {
  display: none;
}
#signup-updates input::placeholder {
  color: #c3cdda;
}
#signup-updates input:-ms-input-placeholder {
  color: #c3cdda;
}
#signup-updates input::-ms-input-placeholder {
  color: #c3cdda;
}
#signup-updates input:focus, #signup-updates input:focus-visible {
  border-bottom: 2px solid #00a6ce;
}
#signup-updates .checklabel {
  margin-bottom: 12px;
  --form-control-color: #00a6ce;
  font-family: system-ui, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
#signup-updates .checklabel span {
  margin-left: 6px;
}
#signup-updates input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #000;
  width: 22px;
  height: 22px;
  border: 2px solid #000;
  display: grid;
  place-content: center;
}
#signup-updates input[type="checkbox"]::before {
  content: "";
  width: 14px;
  height: 14px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #00a6ce;
}
#signup-updates input[type="checkbox"]:checked::before {
  transform: scale(1);
}
#signup-updates .expand-fields {
  display: none;
  padding-bottom: 10px;
}
#signup-updates .expand-fields h4 {
  color: #003764;
  font-size: 22px;
  line-height: 26px;
}
#why-invest {
  padding-top: 90px;
  padding-bottom: 72px;
}
#why-invest h2 {
  margin-bottom: 0;
}
#why-invest > .flex {
  margin-bottom: 24px;
}
#why-invest #why-invest-slider.container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1650px;
}
#why-invest #why-invest-slider .owl-item > div {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-right: 25px;
}
#why-invest #why-invest-slider .owl-item > div > div {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#why-invest #why-invest-slider .owl-item .image {
  flex-basis: 216px;
  height: 216px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#why-invest #why-invest-slider .owl-item .content {
  flex-basis: 192px;
  background-color: #003764;
  color: #FFF;
  padding: 34px 17px;
  overflow: hidden;
}
#why-invest #why-invest-slider .owl-item .content h4 {
  margin: 0 0 12px 0;
  font-size: 21px;
  line-height: 24px;
}
#why-invest #why-invest-slider .owl-item .content .expand {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#why-invest #why-invest-slider .owl-item.active:hover .image {
  flex-basis: 0;
}
#why-invest #why-invest-slider .owl-item.active:hover .content {
  flex-basis: 408px;
}
#why-invest #why-invest-slider .owl-item.active:hover .content .expand {
  opacity: 1;
}
#why-invest .owl-arrows {
  display: flex;
  height: 40px;
  width: 112px;
  margin-top: 25px;
}
#why-invest .owl-arrows .btn {
  width: 56px;
  height: 40px;
  background-color: #f1f4f7;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}
#why-invest .owl-arrows .btn.prev {
  border-right: 1px solid #c3cdda;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#why-invest .owl-arrows .btn.next {
  border-left: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#why-invest #why-invest-slider.three .owl-stage {
  right: -15px;
}
#why-invest #why-invest-slider:not(.three) .owl-stage {
  right: 15px;
}
#why-invest #why-invest-slider.three + .owl-arrows {
  display: none;
  margin-left: 25px;
}
#ir-contact {
  background-color: #f1f4f7;
  padding-top: 40px;
  padding-bottom: 40px;
}
#ir-contact .heading .button {
  margin-top: 30px;
}
#ir-contact .details {
  font-size: 14px;
  line-height: 22px;
}
#investor-resources {
  padding-top: 70px;
  padding-bottom: 90px;
}
#investor-resources table {
  border-spacing: 0;
}
#investor-resources .dividend table tr > * {
  border-bottom: 1px solid #c3cdda;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
#investor-resources .dividend table tr:nth-of-type(n+12) {
  display: none;
}
#investor-resources .analyst-coverage table tr > * {
  border-bottom: 1px solid #c3cdda;
  padding-top: 10px;
  padding-bottom: 10px;
}
#investor-resources .dividend table tr > *:last-of-type {
  padding-right: 0;
}
/*#investor-resources .analyst-coverage table tr:nth-of-type(even) { background: #F1F1F1; }*/
#featured-video, #latest-presentation {
  background-color: #f1f4f7;
  padding-top: 45px;
  padding-bottom: 104px;
}
#featured-video .video .image, #latest-presentation .video .image {
  flex-basis: calc(100% - 500px);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
#featured-video .video .image .icon-button, #latest-presentation .video .image .icon-button {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#featured-video .video .image .icon-button i, #latest-presentation .video .image .icon-button i {
  font-size: 16px;
}
#featured-video .video .image:hover .icon-button, #latest-presentation .video .image:hover .icon-button {
  background-color: #00A6CE;
  color: #FFF;
}
#featured-video .video .image:hover .icon-button i, #latest-presentation .video .image:hover .icon-button i {
  background-color: #00A6CE;
  color: #FFF;
  border: 1px solid #FFF;
}
#featured-video .video .content, #latest-presentation .video .content {
  flex-basis: 500px;
  padding-left: 25px;
}
#featured-video .video .content h4, #latest-presentation .video .content h4 {
  font-size: 42px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 30px;
}
#featured-video .slideshare, #latest-presentation .slideshare {
  flex-basis: calc(100% - 500px);
}
#featured-video .iframe-container, #latest-presentation .iframe-container {
  padding-top: 0;
  width: calc(100% - 700px);
  height: 500px;
}
body.page-investor-relations #latest-news {
  padding-top: 90px;
  background-color: #FFF;
}
body.page-template-tpl_yellowstone-php #latest-presentation {
  padding-top: 90px;
}
@media screen and (max-width:1640px) {
  #why-invest #why-invest-slider.container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0;
  }
  #featured-video .iframe-container, #latest-presentation .iframe-container {
    padding-top: 0;
    width: calc(100% - 300px);
  }
}
@media screen and (max-width:1024px) {
  #stock-reports-events > * {
    flex-basis: calc(50% - (25px / 2))
  }
  #stock-reports-events > *.stock-info {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  #signup-updates form .item {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #signup-updates form .item input {
    max-width: 500px;
  }
  #signup-updates form .submit-desktop {
    display: none;
  }
  #signup-updates form .submit-mobile {
    display: block;
    margin-top: 20px;
  }
  #why-invest #why-invest-slider.container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #why-invest #why-invest-slider .owl-stage {
    right: auto !important;
  }
  #why-invest #why-invest-slider .owl-item > div {
    margin-right: 0;
  }
  #why-invest #why-invest-slider.three + .owl-arrows {
    display: flex;
  }
  #ir-contact {
    padding-bottom: 100px;
  }
  #ir-contact .flex {
    display: block;
  }
  #ir-contact .heading .button {
    margin-top: 0px;
    position: relative;
    bottom: auto;
  }
  #investor-resources, #faq {
    padding-bottom: 56px;
  }
  #featured-video, #latest-presentation {
    padding-bottom: 25px;
  }
  #featured-video .video, #latest-presentation .video {
    display: block;
  }
  #featured-video .video .image, #latest-presentation .video .image {
    height: 300px;
    margin-bottom: 40px;
  }
  #featured-video .video .content, #latest-presentation .video .content {
    padding-left: 0;
    display: none;
  }
  #featured-video .video .content h4, #latest-presentation .video .content h4 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  #featured-video .iframe-container, #latest-presentation .iframe-container {
    padding-top: 0;
    width: 100%;
  }
  body.page-investor-relations #latest-news {
    padding-top: 32px;
  }
}
@media screen and (max-width:600px) {
  #stock-reports-events > * {
    flex-basis: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
  #stock-reports-events > .stock-info .tabs-top {
    align-items: center;
  }
  #stock-reports-events > .stock-info .tabs-top .button.small {
    white-space: nowrap;
  }
  #stock-reports-events > .stock-info .stock-data .value.two-col span {
    font-size: 44px;
    line-height: 48px;
  }
  #stock-reports-events > .stock-info .stock-data .value.two-col span i {
    font-size: 24px;
    line-height: 32px;
  }
  #stock-reports-events > .stock-info .stock-data .value {
    flex-basis: 50%;
  }
  .owl-carousel .owl-item {
    float: none;
    width: 100% !important;
    margin-bottom: 16px;
  }
  #signup-updates form .item input {
    font-size: 16px;
  }
  #why-invest #why-invest-slider .owl-item > div {
    display: block;
  }
  #why-invest .owl-arrows {
    display: none !important;
  }
  #why-invest .button {
    font-size: 13px;
    line-height: 16px;
    height: 32px;
    border-radius: 24px;
    padding: 6px 15px;
    white-space: nowrap;
  }
  #why-invest #why-invest-slider .owl-item .content .expand {
    opacity: 1;
    font-size: 15px;
    line-height: 20px;
  }
  #investor-resources .dividend table tr > *:last-of-type {
    width: 100px;
  }
  #featured-video .video .image, #latest-presentation .video .image {
    height: 200px;
  }
}
@media screen and (max-width:400px) {
  #stock-reports-events > .stock-info .stock-data .value.two-col span {
    font-size: 32px;
    line-height: 40px;
  }
  #stock-reports-events > .stock-info .stock-data .value.two-col span i {
    font-size: 20px;
    line-height: 24px;
    margin-left: 5px;
  }
}
/* SIDEBAR */
main aside {
  flex-basis: 350px;
}
main aside ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-right: 50px;
}
main aside ul li {
  margin-bottom: 8px;
  position: relative;
}
main aside ul li a {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
main aside ul li.current_page_item > a, main aside ul li.current_page_parent > a {
  color: #00a7ce
}
main aside ul li.current_page_item:before, main aside ul li.current_page_parent:before {
  content: "";
  height: 1px;
  width: 32px;
  background-color: #000;
  position: absolute;
  left: -40px;
  top: 12px;
}
main aside ul.sub li > ul.children {
  display: none;
}
main aside ul.sub li.current_page_item > ul.children, main aside ul.sub li.current_page_parent > ul.children {
  display: block;
}
main aside ul.sub li > ul.children {
  margin-left: 25px;
  margin-top: 10px;
}
main aside ul.sub li > ul.children a {
  font-size: 16px;
  line-height: 18px;
}
main aside ul li.current_page_parent ul li.current_page_item:before {
  top: 10px;
  width: 20px;
  left: -28px;
}
main aside ul li.page-item-1986, main aside ul li.page-item-1988, main aside ul li.page-item-1990 {
  margin-left: 25px;
}
@media screen and (max-width:1200px) {
  main#primary {
    display: block;
  }
  main aside {
    display: none;
  }
  main #content {
    width: 100%;
  }
}
/* INNER */
main#primary {
  margin-top: 70px;
  margin-bottom: 70px;
}
#next-page {
  background-color: #F1F4F7;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 21px;
  line-height: 24px;
}
#next-page i.fa-arrow-right {
  position: relative;
  top: 1px;
}
.page-terms-of-use #next-page, .page-contact #next-page, .page-cookie-policy #next-page, .page-privacy-policy #next-page, .page-students-graduates #next-page > div > div:last-of-type {
  display: none;
}
main #content {
  flex-basis: calc(100% - 350px);
  position: relative;
  max-width: 1100px;
}
main #content h1 {
  font-size: 56px;
  line-height: 56px;
}
main #content h2 {
  font-size: 42px;
  line-height: 48px;
}
main #content h3 {
  font-size: 30px;
  line-height: 36px;
}
main #content h4 {
  font-size: 21px;
  line-height: 24px;
  color: #003764;
}
main #content h5 {
  font-size: 18px;
  line-height: 24px;
}
main #content ul, main #content ol {
  margin-bottom: 1.5em;
}
/*main #content ul li, main #content ol li { margin-bottom: 15px; }*/
main #content > *:first-of-type::not(section)::not(div) {
  margin-top: 0;
}
main #content .entry-content > *:first-of-type {
  margin-top: 0;
}
main #content .video-wrapper iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 800px
}
.video-wrapper {
  padding-top: 56.2%;
}
.listing {
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}
.listing .listing-image {
  width: 125px;
  flex-basis: 125px;
  margin-right: 25px;
}
.listing .listing-text {
  width: calc(100% - 150px);
  flex-basis: calc(100% - 150px);
}
main #content .flex .left-content {
  flex-basis: calc(50% - 15px);
  margin-right: 30px;
}
main #content .flex .right-content {
  flex-basis: calc(50% - 15px);
}
body:not(.single-pressreleases) main #content table {
  border-spacing: 0;
  border-color: #c3cdda;
}
body:not(.single-pressreleases) main #content table tr > * {
  border-bottom: 1px solid #c3cdda;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.news-update {
  padding-top: 16px;
  padding-bottom: 32px;
  border-top: 1px solid #c3cdda;
}
.news-update .date {
  color: #8399B2;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 16px;
}
.news-update .title a {
  color: #003764;
  font-size: 18px;
  line-height: 24px;
  display: block;
}
.news-update .title a:hover {
  color: #00a6ce;
}
.news-update .tag span {
  color: #003764;
  white-space: nowrap;
  background-color: #cdd6e0;
  padding: 6px 8px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
}
body.page-news .tab-content {
  margin-top: 46px;
}
.event-update {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c3cdda;
}
.event-update .date {
  flex-basis: 200px;
}
.event-update .title {
  text-align: left;
  flex-basis: calc(100% - 200px);
}
body.page-events .tab-content {
  margin-top: 46px;
}
.bio {
  margin-bottom: 40px;
}
.bio .image {
  flex-basis: 150px;
  margin-right: 32px;
  width: 150px;
}
.bio .image img {
  width: 150px;
}
.bio .bio-content {
  flex-basis: calc(100% - 182px);
}
.bio .bio-content .name {
  font-size: 21px;
  line-height: 24px;
}
.bio .bio-content .title {
  color: #003764;
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
}
.bio .bio-content .biography p {
  margin-top: 21px;
}
.bio .bio-content .biography p:last-of-type {
  margin-bottom: 0;
}
/*.bio .bio-content .biography { font-size: 17px; line-height: 24px; }*/
table.current-opportunities {
  width: 100%;
}
table.current-opportunities th {
  text-align: left;
}
table.current-opportunities th, table.current-opportunities td {
  padding:
}
table.current-opportunities tr td:last-of-type {
  white-space: nowrap;
}
#application-form {
  display: none;
}
#application-form input[type=email], #application-form input[type=text] {
  padding: 5px;
  width: 100%;
}
#application-form .flex.two-col > *, #application-form .email-container {
  margin-right: 25px;
}
#application-form form p {
  margin: 0 0 15px 0;
}
#application-form .file-upload label {
  display: inline-block;
  width: 150px;
  text-align: right;
  margin-right: 10px;
}
/* METHANOL TYPES */
#methanol-types-ig {
  background-color: #f1f4f7;
  padding-top: 96px;
  padding-bottom: 96px;
  margin-top: 48px;
  margin-bottom: 48px;
  display: none;
}
#methanol-types-ig > .container h3 {
  color: #003764;
  margin-bottom: 0;
}
#methanol-types-ig > .container .center {
  color: #003764;
  margin-bottom: 48px;
}
#methanol-types-ig > .container .methanol-type {
  flex-basis: calc(20% - (60px / 5));
  border-radius: 8px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  margin-right: 15px;
  padding: 12px 26px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
#methanol-types-ig > .container .methanol-type:hover {
  background-color: #003764;
}
#methanol-types-ig > .container .methanol-type:last-of-type {
  margin-right: 0;
}
#methanol-types-ig > .container .methanol-type .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #003764;
  font-size: 14px;
  line-height: 16px;
  background-color: #F1F4F7;
  padding: 4px 12px;
  border-radius: 8px;
  margin-bottom: 8px;
}
#methanol-types-ig > .container .methanol-type .title img {
  height: 24px;
  margin-right: 1px;
}
#methanol-types-ig > .container .methanol-type .type {
  color: #FFF;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 12px;
  border-radius: 8px;
  margin-bottom: 8px;
}
#methanol-types-ig > .container .methanol-type .details {
  color: #003764;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  display: none;
  line-height: 14px;
}
#methanol-types-ig > .container .methanol-type .details p:first-of-type {
  margin-top: 0;
}
#methanol-types-ig > .container .methanol-type .details p:last-of-type {
  margin-bottom: 0;
}
#methanol-types-ig > .container .methanol-type:hover .details {
  color: #FFF;
}
#methanol-types-ig > .container .methanol-type .arrow {
  text-align: center;
  color: #003764;
  font-size: 14px;
}
#methanol-types-ig > .container .methanol-type:hover .arrow {
  color: #FFF;
}
#methanol-types-ig > .container .methanol-type .arrow i {
  transition: all 0.25s ease-in-out;
}
#methanol-types-ig > .container .methanol-type.active .arrow i {
  transform: rotate(180deg);
}
#methanol-types-ig > .container .dotted-line {
  width: 100%;
  height: 6px;
  background-image: linear-gradient(90deg, transparent, transparent 70%, #fff 30%, #fff 100%), linear-gradient(90deg, #cf8900, #71984a);
  background-size: 15px 3px, 100% 3px;
  border: none;
  margin-top: 45px;
  margin-bottom: 8px;
}
#methanol-types-ig > .container .high-low > div {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}
#methanol-types-ig > .container .high-low > div:first-of-type {
  color: #CF8900;
}
#methanol-types-ig > .container .high-low > div:last-of-type {
  color: #71984a;
  text-align: right;
}
/* TIMELINE */
#timeline {
  background-color: #003764;
  color: #FFF;
  padding-top: 72px;
  padding-bottom: 56px;
}
.scroller {
  width: 100%;
  margin: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column
}
.scroller, .scroller .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal
}
.scroller .items {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -webkit-box-orient: horizontal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  cursor: pointer
}
.scroller .items::-webkit-scrollbar {
  width: 12px
}
.scroller .items::-webkit-scrollbar-track {
  background: #001d35;
}
.scroller .items::-webkit-scrollbar-thumb {
  background-color: #00a7ce;
  border-radius: 20px;
  border: 3px solid #001d35
}
.scroller .items .item {
  min-width: 250px;
  padding: 0 15px;
}
#timeline .items .item {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}
#timeline .items .item .event {
  margin-bottom: 10px;
  padding-left: 17px;
  max-width: 235px;
  font-size: 17px;
  line-height: 24px;
}
#timeline .items .item .event a {
  font-size: 14px;
  line-height: 16px;
}
#timeline .items .item .event a:hover {
  color: #FFF;
}
#timeline .items .item .event:before {
  content: "";
  background: #71984a;
  width: 1px;
  height: calc(100% - 92px);
  position: absolute;
  top: 0;
  left: 15px
}
#timeline .items .item h1 {
  font-size: 62px;
  line-height: 70px;
  margin: 0;
}
#timeline .items .item.align-top .event {
  padding-top: 45%;
}
#timeline .items .item.align-top .event:before {
  top: 25%;
  height: calc(75% - 90px);
}
#timeline .items .item.align-low .event {
  padding-top: 110%;
}
#timeline .items .item.align-low .event:before {
  top: 50%;
  height: calc(50% - 90px);
}
@media only screen and (max-width:768px) {
  .scroller .items .item {
    min-width: 200px;
    padding: 0 10px;
  }
  #timeline .items .item h1 {
    font-size: 48px;
    line-height: 56px;
  }
  #timeline .items .item .event:before {
    height: calc(100% - 60px);
  }
  #timeline .items .item.align-top .event:before {
    height: calc(75% - 60px);
  }
  #timeline .items .item.align-low .event:before {
    height: calc(50% - 60px);
  }
  #timeline .items .item.align-top .event {
    padding-top: 55%;
  }
}
main #content table.two-columns ul li {
  margin-bottom: 0;
}
main #content table.two-columns h4 {
  margin: 0 0 15px 0;
}
.page-email-alerts form .item {
  flex-basis: calc(33% - 25px);
  margin-right: 25px;
  margin-bottom: 25px;
}
.page-email-alerts form .submit-desktop {
  display: none;
}
.page-email-alerts form input[type="text"], .page-email-alerts form input[type="email"], .page-email-alerts form input[type="tel"] {
  border: none;
  border-bottom: 2px solid #c3cdda;
  background-color: #FFF;
  font-size: 21px;
  line-height: 24px;
  padding-bottom: 8px;
  color: #000;
  width: 100%;
}
.page-email-alerts form .item label {
  display: none;
}
.page-email-alerts form input::placeholder {
  color: #c3cdda;
}
.page-email-alerts form input:-ms-input-placeholder {
  color: #c3cdda;
}
.page-email-alerts form input::-ms-input-placeholder {
  color: #c3cdda;
}
.page-email-alerts form input:focus, .page-email-alerts form input:focus-visible {
  border-bottom: 2px solid #00a6ce;
}
.page-email-alerts form .checklabel {
  margin-bottom: 12px;
  --form-control-color: #00a6ce;
  font-family: system-ui, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
.page-email-alerts form .checklabel span {
  margin-left: 6px;
}
.page-email-alerts form input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #000;
  width: 22px;
  height: 22px;
  border: 2px solid #000;
  display: grid;
  place-content: center;
}
.page-email-alerts form input[type="checkbox"]::before {
  content: "";
  width: 14px;
  height: 14px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #00a6ce;
}
.page-email-alerts form input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.page-email-alerts form .expand-fields h4 {
  color: #003764;
  font-size: 22px;
  line-height: 26px;
}
.page-email-alerts form .submit-mobile {
  margin-top: 30px;
}
.page-contact main ul.social {
  display: flex;
  list-style: none;
  margin-top: 25px;
  padding-left: 0;
}
.page-contact main ul.social li {
  margin-right: 25px;
}
.page-contact main ul.social li a {
  font-size: 24px;
  color: #FFF;
  background-color: #00a6ce;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-contact main ul.social li a:hover {
  background-color: #003764;
}
.page-financial-reports main #content h4 {
  font-size: 30px;
  line-height: 36px;
}
.tabs#annual-reports {
  margin-bottom: 56px;
}
.tabs#annual-reports > .flex {
  margin-bottom: 40px;
}
.tabs#annual-reports .annual-report {
  height: 325px;
  margin-bottom: 30px;
}
.tabs#annual-reports .annual-report .content {
  flex-direction: column;
  color: #FFF;
  background-color: #003764;
  padding: 32px 24px;
}
.tabs#annual-reports .annual-report .content .title {
  font-size: 30px;
  line-height: 36px;
}
.tabs#annual-reports .annual-report .content .download {
  font-size: 18px;
  line-height: 24px;
}
.tabs#annual-reports .annual-report .content .download a {
  color: #FFF;
}
.tabs#annual-reports .annual-report .content .download a:hover {
  color: #00a7ce;
}
.tabs#annual-reports .annual-report .content .download i {
  margin-right: 16px;
}
.tabs#annual-reports .annual-report .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.tabs#annual-reports #tab-2009 .annual-report .image, .tabs#annual-reports #tab-2010 .annual-report .image {
  background-position: top center;
}
.tabs#annual-reports #tab-2006 .annual-report .image, .tabs#annual-reports #tab-2007 .annual-report .image, .tabs#annual-reports #tab-2008 .annual-report .image, .tabs#annual-reports #tab-2011 .annual-report .image {
  background-position: center;
}
.tabs#quarterly-reports {
  margin-bottom: 56px;
}
.tabs#quarterly-reports > .flex {
  margin-bottom: 24px;
}
.tab-content .financials .details {
  flex-basis: 25%;
}
.tab-content .financials .details > div {
  border-bottom: 1px solid #c3cdda;
  padding: 16px 0;
}
.tab-content .financials .details > div a {
  color: #000;
  white-space: nowrap;
}
.tab-content .financials .details > div a i {
  margin-right: 15px;
}
.tab-content .financials .details > div a:hover {
  color: #00a6ce;
}
.priorities {
  display: flex;
  align-items: flex-start;
  margin-bottom: 65px;
}
.priorities > div {
  flex-basis: calc((100% / 3) - (40px / 3));
  margin-right: 20px;
}
.priorities > div:last-of-type {
  margin-right: 0px;
}
main #content .priorities h4 {
  min-height: 50px;
}
main #content .priorities .reducing h4 {
  color: #802855;
}
main #content .priorities .growing h4 {
  color: #cd8a2a;
}
.priorities .item {
  display: flex;
  align-items: center;
  height: 100px;
  border-bottom: 1px solid #cccccc;
}
.priorities .item .icon {
  width: 70px;
  flex-basis: 70px;
  text-align: center;
  margin-right: 20px;
}
.priorities .item .icon img {
  height: 50px;
  width: auto;
}
.priorities .item .title {
  font-size: 80%;
  width: calc(100% - 90px);
  flex-basis: calc(100% - 90px);
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
.transporting.flex {
  margin-bottom: 30px;
}
.transporting.flex > * {
  flex-basis: calc((100% / 3) - (50px / 3));
  margin-right: 25px;
}
.transporting.flex > *:last-of-type {
  margin-right: 0;
}
ul.document-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ul.document-list li:first-of-type a {
  border-top: 1px solid #c3cdda;
}
ul.document-list li a {
  display: block;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #c3cdda;
  color: #000;
  padding-right: 30px;
}
ul.document-list li a:after {
  content: "\f019";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 17px;
  color: #000;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.document-list li a:hover, ul.document-list li a:hover::after {
  color: #00A7CE;
}
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.iframe-container.small {
  max-width: 500px;
  height: 320px;
  padding-top: 0;
}
ul#news-filter {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #c3cdda;
}
ul#news-filter li {
  cursor: pointer;
  border-bottom: 4px solid #FFF;
  color: #809bb2;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 10px 40px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul#news-filter li:hover {
  color: #000;
}
ul#news-filter li.active {
  border-bottom: 4px solid #00a6ce;
  color: #000;
}
select.locations {
  display: none;
  margin-left: 20px;
}
select.locations.active {
  display: inline-block;
}
.no-results span {
  text-transform: capitalize;
}
body.parent-global-locations .tab-content {
  margin-top: 20px;
}
body.page-id-1986 #content h4 {
  margin-top: 40px !important;
}
body.page-id-1986 #content table {
  margin-bottom: 0;
}
#end-uses .container {
  padding-left: 0;
  padding-right: 0;
}
#end-uses .select-use-case {
  color: #00a6ce;
  margin-bottom: 16px;
}
#end-uses .use {
  flex-basis: calc((100% / 3) - (50px / 3));
  margin-right: 25px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
#end-uses .use:hover {
  opacity: 0.75;
}
#end-uses .use:nth-of-type(3n) {
  margin-right: 0;
}
#end-uses .use .image img {
  max-width: 400px;
  width: 100%;
}
#end-uses .use .title {
  margin-top: 25px;
  color: #003764;
  font-size: 21px;
  line-height: 24px;
}
main #content table.global-locations tr td img {
  border: 1px solid #d9e3f0;
}
main #content table.global-locations tr td h4 {
  margin-bottom: -10px;
}
main #content table.global-locations tr > * {
  padding-right: 25px;
  padding-bottom: 30px;
}
.page-global-locations .legend-items {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-global-locations .legend-items > div {
  border-radius: 30px;
  color: #FFF;
  padding: 6px 20px;
  margin-left: 15px;
  margin-top: 6px;
  white-space: nowrap;
}
.page-global-locations .legend-items > div.label {
  color: #003764;
  padding-left: 0;
  padding-right: 5px;
  margin-left: 0;
}
.page-global-locations .legend-items > div.lightblue {
  background-color: #4aa4c9;
}
.page-global-locations .legend-items > div.purple {
  background-color: #6b3186;
}
/* MODAL - GENERAL */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.81);
  width: 100%;
  height: 100%;
  z-index: 10000;
  color: #000;
  align-items: center;
  justify-content: center;
}
.popup-container .popup-content-container {
  position: relative;
  background-color: #FFF;
  min-width: 400px;
  max-width: 800px;
  padding: 60px 50px;
}
.popup-container .popup-content-container h3 {
  font-size: 24px;
  line-height: 28px;
}
.popup-container .close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  font-size: 20px;
}
.popup-placeholder {
  display: none;
}
@media screen and (max-width:1490px) {
  main #content {
    max-width: calc(100% - 350px)
  }
}
@media screen and (max-width:1200px) {
  main #content {
    flex-basis: 100%;
    max-width: 100%;
  }
  .methanol-types {
    display: block;
  }
}
@media screen and (max-width:1024px) {
  main #content h1 {
    font-size: 38px;
    line-height: 42px;
  }
  main #content h2 {
    font-size: 32px;
    line-height: 36px;
  }
  main #content h3 {
    font-size: 26px;
    line-height: 32px;
  }
  main #content h4 {
    font-size: 18px;
    line-height: 24px;
  }
  main #content h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .page-email-alerts form .item {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .page-email-alerts form .item input {
    max-width: 500px;
  }
  .transporting.flex {
    display: block;
    margin-bottom: 0;
  }
  .transporting.flex > * {
    flex-basis: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .transporting.flex > * .image img {
    max-width: 375px;
  }
  .popup-container .popup-content-container {
    margin: 20px;
  }
}
@media screen and (max-width:768px) {
  .priorities {
    display: block;
  }
  main #content .priorities h4 {
    min-height: 5px;
    margin-top: 40px;
  }
  .priorities .item .title {
    font-size: 100%;
  }
  main #content .flex .left-content {
    flex-basis: 100%;
    margin-right: 0;
  }
  main #content .flex .right-content {
    flex-basis: 100%;
  }
  #end-uses .use {
    flex-basis: 100%;
    margin-right: 0;
  }
  .tabs#quarterly-reports .financials {
    display: block;
  }
  .tab-content .financials .details {
    display: flex;
  }
  .tab-content .financials .details > div {
    padding: 16px 10px;
  }
}
@media screen and (max-width:600px) {
  .bio {
    display: block;
  }
  #application-form .flex {
    display: block;
  }
  #application-form .flex.two-col > *, #application-form .email-container {
    margin-right: 0;
  }
  #application-form .file-upload label {
    display: block;
    text-align: left;
  }
  #next-page .flex {
    display: block;
  }
  table.pricing tr, table.pricing td, table.two-columns tr, table.two-columns td {
    display: block;
    padding: 0 !important;
  }
  main #content table.global-locations tr td {
    width: 100% !important;
    padding-bottom: 25px !important;
  }
  table.pricing td:first-of-type {
    border-bottom: none !important;
    padding-top: 30px !important;
  }
  table.pricing td:last-of-type {
    padding-bottom: 30px !important;
  }
  table.pricing tr:first-of-type td:first-of-type {
    padding-top: 0 !important;
  }
  .news-update {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .news-update .tag {
    margin-bottom: 8px;
  }
  ul#news-filter {
    display: block;
    border-bottom: none;
  }
  ul#news-filter li {
    padding: 10px 10px 13px 10px;
    border-bottom: 1px solid #c3cdda;
  }
  ul#news-filter li.active {
    padding: 10px;
  }
  body.page-overview.parent-careers .iframe-container {
    max-width: 100%;
    height: 100%;
    padding-top: 56.25%;
  }
  .popup-container .close {
    top: 10px;
    right: 10px;
  }
  .popup-container .popup-content-container {
    min-width: 100px;
    padding: 20px;
    max-height: 85vh;
    overflow-y: auto;
  }
  .page-global-locations .legend-items > div.label {
    width: 100%;
  }
  .page-global-locations .legend-items > div {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media screen and (max-width:400px) {
  /*#hero.mobile .hero-text h1 { font-size: 36px; line-height: 42px; }*/
  .transporting.flex > * .image img {
    max-width: 100%;
  }
  .tab-content .financials .details {
    display: block;
    border-bottom: 1px solid #c3cdda;
  }
  .tab-content .financials .details > div {
    border-bottom: none;
    padding: 10px;
  }
}
/* FOOTER */
footer {
  background-color: #003764;
  color: #FFF;
  padding-top: 48px;
  padding-bottom: 24px;
}
footer a {
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  font-family: "TheSans";
}
footer a:hover {
  color: #00A6CE;
}
footer .top .left {
  flex-basis: calc(100% / 3);
  padding-right: 10%;
  flex-direction: column;
  margin-bottom: 65px;
}
footer .top .right {
  flex-basis: calc((100% / 3) * 2);
  margin-bottom: 10px;
}
footer .top nav {
  display: block;
  width: 100%;
}
footer .top nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
footer .top nav ul#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
}
footer .top nav ul#menu-footer-menu > li {
  flex-basis: calc(25% - (75px / 4));
  margin-right: 25px;
  margin-bottom: 56px;
  position: relative;
}
footer .top nav ul#menu-footer-menu > li:nth-of-type(4n) {
  margin-right: 0;
}
footer .top nav ul#menu-footer-menu > li > a {
  color: #00A6CE;
}
footer .top nav ul#menu-footer-menu > li > a:hover {
  color: #FFF;
}
footer .top .left ul.social {
  display: flex;
  list-style: none;
  margin-top: 25px;
  padding-left: 0;
}
footer .top .left ul.social li {
  margin-right: 25px;
}
footer .top .left ul.social li a {
  font-size: 20px;
  color: #FFF;
}
footer .top .left ul.social li a:hover {
  color: #00a6ce;
}
footer .bottom {
  border-top: 1px solid #486485;
  padding-top: 24px;
  font-size: 14px;
}
footer .bottom .flex > div {
  flex-basis: calc(33% - (50px / 3));
  margin-right: 25px;
}
footer .bottom .flex > div.middle a {
  display: inline-block;
  margin-right: 30px;
}
footer .bottom .flex > div.middle a:last-of-type {
  margin-right: 0;
}
footer .bottom .flex > div.right {
  margin-right: 0;
  text-align: right;
}
footer .menu #menu-item-283 .sub-menu {
  position: absolute;
  bottom: 0;
  top: 35px;
}
footer .menu #menu-item-283 .sub-menu li.ethics-hotline a {
  border: 1px solid #FFF;
  border-radius: 8px;
  padding: 5px 20px;
}
footer .menu #menu-item-283 .sub-menu li.ethics-hotline a:after {
  content: "\f08e";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  margin-left: 15px;
  color: #FFF;
  font-size: 14px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .menu #menu-item-283 .sub-menu li.ethics-hotline a:hover {
  border-color: #00a6ce;
}
footer .menu #menu-item-283 .sub-menu li.ethics-hotline a:hover::after {
  color: #00a6ce;
}
footer .menu #menu-item-283 .sub-menu li.ecf a {
  border: 1px solid #FFF;
  border-radius: 8px;
  padding: 5px 20px;
  margin-top: 10px;
  display: inline-block;
  max-width: 195px;
}
footer .menu #menu-item-283 .sub-menu li.ecf a:hover {
  border-color: #00a6ce;
}
footer .menu #menu-item-283 .sub-menu li.ecf a:hover::after {
  color: #00a6ce;
}
footer .top nav ul ul ul {
  margin-left: 20px;
}
@media screen and (max-width:1024px) {
  #latest-news .releases a:nth-of-type(2n) {
    margin-right: 0;
  }
  footer {
    padding-top: 40px;
  }
  footer .top .left {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 0px;
  }
  footer .top .left .logo {
    display: none;
  }
  footer .top .left .overview {
    margin-top: 0;
  }
  footer .top .right {
    display: none;
  }
  footer .top .left ul.social {
    margin-top: 0;
  }
  footer .top .left ul.social li a {
    color: #00a6ce;
  }
  footer .bottom {
    border-top: none;
  }
  footer .bottom .flex {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  footer .bottom .flex > div {
    flex-basis: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .bottom .flex > div.left {
    border-bottom: 1px solid #486485;
    padding-bottom: 24px;
  }
  footer .bottom .flex > div.middle {
    padding-top: 16px;
  }
  footer .bottom .flex > div.right {
    padding-top: 0;
    text-align: left;
  }
}
@media  (max-width: 1399px) {
	.sdsdsd{font-size: 40px; font-weight: 900; color: #244888}
}
@media (min-width: 1400px) and (max-width: 1439px) {
.sdsdsd{font-size: 46px; font-weight: 900; color: #244888}
}
@media (min-width: 1440px) and (max-width: 1919px)  {
.sdsdsd{font-size: 46px; font-weight: 900; color: #244888}
}

@media (min-width: 1920px) {
.sdsdsd{font-size: 46px; font-weight: 900; color: #244888}
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}
#ys-intro {
  margin-top: 80px;
}
#ys-intro .content {
  -webkit-flex-basis: calc(((100% / 3) * 2) - (50px / 3));
  flex-basis: calc(((100% / 3) * 2) - (50px / 3));
  margin-right: 32px;
}
#ys-intro .content * {
  max-width: 800px;
}
#ys-intro .content h2 {
  font-size: 2.1em;
  line-height: 1;
}
#ys-intro .quick-links {
  -webkit-flex-basis: calc((100% / 3) - (50px / 3));
  flex-basis: calc((100% / 3) - (50px / 3));
}
#ys-intro .quick-links .ql-container {
  background-color: #F1F4F7;
  padding: 24px 0;
  font-size: 18px;
  font-weight: 700;
}
#ys-intro .quick-links .ql-container .title {
  border-bottom: solid 1px rgba(0, 55, 100, 0.2);
  padding: 0 17px 17px 17px;
}
#ys-intro .quick-links .ql-container a {
  display: flex;
  color: #000;
  padding: 14px 0px;
  margin: 0 16px;
  border-bottom: solid 1px rgba(0, 55, 100, 0.2);
  -webkit-align-items: center;
  align-items: center;
}
#ys-intro .quick-links .ql-container a:hover {
  color: #00a6ce;
}
#ys-intro .quick-links .ql-container a:last-of-type {
  border-bottom: none;
}
#ys-intro .quick-links .ql-container a img {
  margin-right: 15px;
}
#new-project {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f1f4f7;
}
#new-project .image {
  -webkit-flex-basis: calc(((100% / 3) * 2) - (50px / 3));
  flex-basis: calc(((100% / 3) * 2) - (50px / 3));
  margin-right: 32px;
}
#new-project .content {
  -webkit-flex-basis: calc((100% / 3) - (50px / 3));
  flex-basis: calc((100% / 3) - (50px / 3));
}
@media screen and (max-width:1024px) {
  #ys-intro .flex, #new-project .flex {
    display: block;
  }
  #ys-intro .content * {
    max-width: 100%;
  }
  #ys-intro .content, #new-project .image {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
/* Company Updates RTL */
body.postid-4820 #content h2 {
  text-align: right;
  direction: rtl;
}
body.postid-4854 #content h2 {
  text-align: right;
  direction: rtl;
}
body.postid-5113 #content h2 {
  text-align: right;
  direction: rtl;
}