/*- - - -|| COMMON START ||- - - - */
/* Colors */
/* Font Styles */
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("fonts/HelveticaNowDisplayRegular.eot");
  src: url("fonts/HelveticaNowDisplayRegular.woff2") format("woff2"), url("fonts/HelveticaNowDisplayRegular.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNowDisplay-Bold";
  src: url("fonts/HelveticaNowDisplayBold.eot");
  src: url("fonts/HelveticaNowDisplayBold.woff2") format("woff2"), url("fonts/HelveticaNowDisplayBold.woff") format("woff");
}
/* Text Styles */
/* Common Break Points */
/* Utility Variables */
/* Functions */
/* UTILITY MIXINS */
/* - - - -|| BASE STYLES ||- - - - */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  overflow-x: hidden;
}
html.modal {
  overflow-y: hidden;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  background-color: #ffffff;
  overflow-x: hidden;
}

section, footer, main {
  width: 100%;
  position: relative;
  z-index: 1;
}

h1 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

h2 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

h6 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

p.large {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

p.footnote {
  font-size: 14px;
  line-height: normal;
}

.footnote p, .footnote li, .footnote a {
  font-size: 14px;
  line-height: normal;
}

th { /*@include H5-navy;*/
  text-align: left;
}

h1, h2, h3, h4, h5, p, ul, table:not(.fc-col-header) {
  margin-top: 0px;
  margin-bottom: calc(4px * 10);
}

h5, h6 {
  margin-top: 0px;
  margin-bottom: calc(4px * 10);
}

input[type=text], input[type=email], input[type=search], textarea, select, button {
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #00142b;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input, textarea, select, button {
  -webkit-appearance: none;
  border-radius: 0;
}

*:focus {
  outline: 0 !important;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  /*@include paragraph;*/
}

p a {
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  color: #00142b;
  text-decoration: underline;
}
p a:hover {
  opacity: 0.7;
}

.fade {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.fade:hover {
  opacity: 0.7;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body *::-moz-selection {
  background: #00142b;
  color: #ffffff;
  font-weight: normal;
}

body *::selection {
  background: #00142b;
  color: #ffffff;
  font-weight: normal;
}

img {
  max-width: 100%;
}

main img {
  max-width: 100%;
  height: auto;
}

#width-check {
  position: relative;
  z-index: 0;
  display: none;
}

div.table-overflow {
  width: 100%;
  overflow-x: auto;
}
div.table-overflow.show {
  width: 100%;
}
div.table-overflow.show table {
  margin-bottom: 15px !important;
}

div.supply-table-overflow {
  width: 100%;
  overflow-x: auto;
}

p.instruction {
  display: none;
}
p.instruction.show {
  display: block;
  margin-top: 10px;
}
p.instruction i {
  margin-left: 15px;
}

@media screen and (max-width: 1023px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: normal;
    color: #00142b;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: normal;
    color: #00142b;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  p.large {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #666;
    font-family: "HelveticaNowDisplay";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  p.footnote {
    font-size: 8px;
    line-height: normal;
  }
  h1, h2, h3, h4, h5, p, ul, table:not(.fc-col-header) {
    margin-bottom: calc(4px * 6);
  }
}
strong {
  font-family: "HelveticaNowDisplay-Bold" !important;
  font-weight: normal !important;
}

.grecaptcha-badge {
  display: none !important;
  z-index: 100000;
}

.grecaptcha-badge.show {
  display: block !important;
  visibility: visible !important;
}

figure {
  margin: 32px 0;
}

figcaption {
  font-size: 80%;
  color: #666;
}

/* responsive youtube/vemio videos container */
.video-wrapper {
  padding: 56.25% 0 0 0;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* - - - -|| UTILITY STYLES ||- - - - */
.grid1 {
  width: calc((100% - 11 * 28px) / 12 * 1 + (1 - 1) * 28px);
}

.grid2 {
  width: calc((100% - 11 * 28px) / 12 * 2 + (2 - 1) * 28px);
}

.grid3 {
  width: calc((100% - 11 * 28px) / 12 * 3 + (3 - 1) * 28px);
}

.grid4 {
  width: calc((100% - 11 * 28px) / 12 * 4 + (4 - 1) * 28px);
}

.grid5 {
  width: calc((100% - 11 * 28px) / 12 * 5 + (5 - 1) * 28px);
}

.grid6 {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
}

.grid7 {
  width: calc((100% - 11 * 28px) / 12 * 7 + (7 - 1) * 28px);
}

.grid8 {
  width: calc((100% - 11 * 28px) / 12 * 8 + (8 - 1) * 28px);
}

.grid9 {
  width: calc((100% - 11 * 28px) / 12 * 9 + (9 - 1) * 28px);
}

.grid10 {
  width: calc((100% - 11 * 28px) / 12 * 10 + (10 - 1) * 28px);
}

.grid11 {
  width: calc((100% - 11 * 28px) / 12 * 11 + (11 - 1) * 28px);
}

.grid12 {
  width: calc((100% - 11 * 28px) / 12 * 12 + (12 - 1) * 28px);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.half {
  width: 50%;
}

.third {
  width: 33.3333333333%;
}

.quarter {
  width: 25%;
}

.container {
  max-width: 1708px;
  margin: 0px auto;
  width: 100%;
  padding: 0px 54px;
}

.left-container {
  max-width: 854px;
  margin: 0px 0px 0px auto;
  width: 100%;
  padding: 0px 0px 0px 54px;
}

.right-container {
  max-width: 854px;
  margin: 0px auto 0px 0px;
  width: 100%;
  padding: 0px 54px 0px 0px;
}

.cover {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.animate {
  visibility: hidden;
}
.animate.show {
  visibility: visible;
}

.delay-1 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.delay-2 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.delay-3 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.delay-4 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.delay-5 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}

.delay-6 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

.delay-7 {
  -webkit-animation-delay: 3.5s !important;
  animation-delay: 3.5s !important;
}

.delay-8 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}

.delay-9 {
  -webkit-animation-delay: 4.5s !important;
  animation-delay: 4.5s !important;
}

.image-overlay {
  position: relative;
}
.image-overlay::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(199deg, rgba(0, 0, 0, 0.21) 70%, rgba(0, 0, 0, 0.3) 31%);
  z-index: 0;
}
.image-overlay > * {
  position: relative;
  z-index: 1;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.small {
  font-size: 12px !important;
}

.no-margin {
  margin: 0px !important;
}

@media screen and (max-width: 1023px) {
  .container {
    padding: 0px 15px;
  }
  .left-container {
    padding: 0px 0px 0px 15px;
  }
  .right-container {
    padding: 15px 0px 0px;
  }
}
/* FEATHER LIGHT */
.featherlight.blue .featherlight-content {
  background-color: #06325f !important;
}
.featherlight .featherlight-content {
  padding: 0% !important; /*max-height: 90vh !important;*/
  width: 90vw !important;
  border-bottom: none !important;
  background: none !important;
}
.featherlight .featherlight-content iframe {
  min-height: 80vh !important;
  width: 100%;
  height: 100%;
}
.featherlight .featherlight-content img {
  max-height: 90vh !important;
  max-width: 100%;
  width: auto;
  margin: 0px auto;
}
.featherlight .featherlight-close-icon {
  color: #fff !important;
  font-size: 40px !important;
  line-height: 40px !important;
  width: 40px !important;
  background-color: #00142b;
}

@media screen and (max-width: 1024px) {
  .featherlight .featherlight-inner {
    max-width: 90vw !important;
  }
  .featherlight .featherlight-content {
    max-width: 90vw !important;
    margin: 0 auto !important;
  }
}
/* - - - -|| HERO IMAGES ||- - - - */
body.home section.hero {
  background-image: url(../../../../_resources/banners/hero_home-banner.jpg);
  background-position: bottom center;
}

/* - - - -|| COMMON STYLES ||- - - - */
a.read-more {
  position: relative;
  padding-right: 36px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 130px;
  white-space: nowrap;
}
a.read-more.wide {
  max-width: 150px;
}
a.read-more.thin {
  max-width: 110px;
}
a.read-more::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  z-index: 1;
  position: absolute;
  right: 6px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 10px;
  margin-top: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.read-more::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  z-index: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #c5822a;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a.read-more:hover {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
a.read-more:hover::after {
  color: #ffffff;
}
a.read-more:hover::before {
  background-color: #c5822a;
}
a.read-more.white {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
a.read-more.white::after {
  color: #00142b;
}
a.read-more.white::before {
  background-color: #ffffff;
}
a.read-more.white:hover {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
a.read-more.white:hover::after {
  color: #ffffff;
}
a.read-more.white:hover::before {
  background-color: #c5822a;
}
a.read-more.orange {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
a.read-more.orange::after {
  color: #ffffff;
}
a.read-more.orange::before {
  background-color: #c5822a;
}
a.read-more.orange:hover {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
a.read-more.orange:hover::after {
  color: #ffffff;
}
a.read-more.orange:hover::before {
  background-color: #00142b;
}

.styled-link {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.styled-link:hover {
  opacity: 0.7;
}
.styled-link::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f054";
  z-index: 1;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 10px;
  margin-top: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.styled-link::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  z-index: 0;
  position: absolute;
  right: -36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #c5822a;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.info-blocks .block:hover a.read-more {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.info-blocks .block:hover a.read-more::after {
  color: #ffffff;
}
.info-blocks .block:hover a.read-more::before {
  background-color: #c5822a;
}
.info-blocks .block:hover a.read-more.white {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.info-blocks .block:hover a.read-more.white::after {
  color: #ffffff;
}
.info-blocks .block:hover a.read-more.white::before {
  background-color: #c5822a;
}
.info-blocks .block:hover a.read-more.orange {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.info-blocks .block:hover a.read-more.orange::after {
  color: #ffffff;
}
.info-blocks .block:hover a.read-more.orange::before {
  background-color: #00142b;
}

.clear-button {
  display: block;
  max-width: 300px;
  min-width: 270px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  border: solid 1px #ffffff;
  background-color: transparent;
  padding: calc(4px * 5) 62px calc(4px * 5) 27px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
.clear-button::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f061";
  color: #c5822a;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.clear-button:hover {
  border-color: #c5822a;
  background-color: #c5822a;
}
.clear-button:hover::after {
  color: #ffffff;
}
.clear-button.presentation::after {
  content: "\f1c1";
}
.clear-button.dark {
  color: #00142b;
  border: solid 1px #00142b;
}
.clear-button.dark:hover {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .clear-button {
    padding: calc(4px * 3) 62px calc(4px * 3) 20px;
  }
  .clear-button::after {
    right: 18px;
  }
}

.button {
  background-color: #c5822a;
  border: 1px solid #c5822a;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 56px;
  cursor: pointer;
}
.button:hover {
  background-color: #ffffff;
  color: #c5822a;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buttons .button {
  margin-right: calc(4px * 2);
  margin-bottom: calc(4px * 2);
}

.text-image-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.text-image-col .text {
  width: calc((100% - 11 * 28px) / 12 * 5 + (5 - 1) * 28px);
}
.text-image-col .image {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
}
@media screen and (max-width: 1023px) {
  .text-image-col .text {
    width: 100%;
  }
  .text-image-col .image {
    display: none;
  }
}

.info-blocks .block {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  margin-bottom: calc(4px * 8);
}
.info-blocks .block:hover {
  opacity: 0.7;
}
.info-blocks .block > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.info-blocks .block .image {
  padding-bottom: 52%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.info-blocks .block .text {
  background-color: #f6f6f6;
  padding: calc(4px * 6) 24px calc(4px * 28) 24px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.info-blocks .block .text h2 {
  margin-bottom: calc(4px * 5);
}
.info-blocks .block .text p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.info-blocks .block .text p:last-of-type {
  margin-bottom: 0px;
}
.info-blocks .block .text a.read-more {
  position: absolute;
  left: 24px;
  bottom: calc(4px * 10);
}
@media screen and (max-width: 1023px) {
  .info-blocks .block {
    width: 100%;
  }
  .info-blocks .block:not(:last-of-type) {
    margin-bottom: calc(4px * 6);
  }
  .info-blocks .block .text {
    padding: calc(4px * 10) 27px calc(4px * 24) 27px;
  }
  .info-blocks .block .text h2 {
    margin-bottom: calc(4px * 7);
  }
  .info-blocks .block .text a.read-more {
    bottom: calc(4px * 12);
  }
}

.multi-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: solid 1px #dfdfdf;
  padding: calc(4px * 6) 0px;
  min-height: 205px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.multi-item:last-of-type {
  padding-bottom: 0px;
}
.multi-item:hover {
  opacity: 0.6;
}
.multi-item a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.multi-item .date {
  width: calc((100% - 7 * 28px) / 8 * 1 + (1 - 1) * 28px);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.multi-item .date > div > div:first-of-type {
  margin-bottom: calc(4px * 2);
}
.multi-item .title {
  width: calc((100% - 7 * 28px) / 8 * 4 + (4 - 1) * 28px);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.multi-item .title > div:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: calc(4px * 10);
}
.multi-item .category {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  background-color: #c5822a;
  padding: 2px 7px 2px 5px;
  min-width: 57px;
}
.multi-item .category.mobile {
  display: none;
}
.multi-item .thumbnail {
  width: calc((100% - 7 * 28px) / 8 * 3 + (3 - 1) * 28px);
  max-width: 320px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../../_resources/images/default-thumbnail.jpg);
}
.multi-item .thumbnail.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .multi-item {
    display: block;
  }
  .multi-item .thumbnail {
    display: none;
    padding-bottom: 52%;
    width: 100%;
  }
  .multi-item .thumbnail.mobile {
    display: block;
  }
  .multi-item .date {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: calc(4px * 4);
  }
  .multi-item .date > div > div:first-of-type {
    margin-bottom: 0px;
  }
  .multi-item .title {
    width: 100%;
    padding-top: calc(4px * 4);
  }
  .multi-item .title > div:first-of-type {
    padding-bottom: calc(4px * 2);
  }
  .multi-item .category {
    display: none;
  }
  .multi-item .category.mobile {
    display: inline-block;
  }
}

.non-accordion {
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: calc(4px * 8);
}
.non-accordion:first-of-type {
  border-top: solid 1px #d2d2d2;
}
.non-accordion h3 {
  margin-bottom: calc(4px * 8);
  margin-top: calc(4px * 8);
  font-size: 20px;
  line-height: 28px;
}

.accordion {
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: calc(4px * 8);
}
.accordion:first-of-type {
  border-top: solid 1px #d2d2d2;
}
.accordion h3 {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  padding-right: 87px;
  margin-bottom: calc(4px * 8);
  margin-top: calc(4px * 8);
  font-size: 20px;
  line-height: 28px;
}
.accordion h3::before {
  content: "";
  width: 57px;
  height: 57px;
  border-radius: 57px;
  border: solid 1px #c5822a;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.accordion h3::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f067";
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: calc(50% + 2px);
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion h3:hover {
  color: #c5822a;
}
.accordion h3:hover::before {
  background-color: #c5822a;
}
.accordion h3:hover::after {
  color: #ffffff;
}
.accordion > div {
  display: none;
}
.accordion > p.expand {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  display: none;
}
.accordion > p.expand span {
  color: #c5822a;
}
.accordion > p.expand span::after {
  content: "[ + ]";
}
.accordion.active h3::after {
  content: "\f068";
}
.accordion.active > p.expand span::after {
  content: "[ - ]";
}
@media screen and (max-width: 1023px) {
  .accordion h3::before {
    display: none;
  }
  .accordion h3::after {
    display: none;
  }
  .accordion > p.expand {
    display: block;
    margin-bottom: calc(4px * 10);
    cursor: pointer;
  }
}

.featured-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #00142b;
  padding: calc(4px * 12) 40px;
}
.featured-link > * {
  margin-bottom: 0px;
}
.featured-link p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 0px 15px;
}
@media screen and (max-width: 1023px) {
  .featured-link {
    display: block;
    text-align: center;
    padding: calc(4px * 9) 40px;
  }
  .featured-link h3 {
    margin-bottom: calc(4px * 4);
  }
  .featured-link p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #666;
    font-family: "HelveticaNowDisplay";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    padding: 0px;
    margin-bottom: calc(4px * 6);
  }
}

.watch-button {
  border: solid 1px #c5822a;
  background-color: #c5822a;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: calc(4px * 4) 30px;
  white-space: nowrap;
}
.watch-button::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f144";
  font-size: 16px;
  line-height: 16px;
  margin-left: 20px;
}
.watch-button:hover {
  color: #c5822a;
  background-color: transparent;
}

.flex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-title > * {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .flex-title a.read-more {
    display: none;
  }
}

.section-break {
  position: relative;
  z-index: -9;
  top: -100px;
  height: 30px;
}

/* - - - -|| COMMON END ||- - - - */
/* - - - -|| HEADER START ||- - - - */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
}
header > .desktop > .top {
  background-color: #00142b;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
header > .desktop > .top .stock {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
header > .desktop > .top .stock > div:not(:first-of-type) {
  margin-left: 45px;
}
header > .desktop > .bottom {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop > .bottom .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 88px;
  position: relative;
}
header > .desktop > .bottom .logo {
  width: 100%;
  max-width: 200px;
  height: 60px;
  position: relative;
  margin-top: -8px;
}
header > .desktop > .bottom .logo a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
header > .desktop > .bottom .logo a:hover {
  opacity: 0.7;
}
header > .desktop > .bottom .logo img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop > .bottom .logo img.color {
  opacity: 0;
}
header > .desktop > .bottom .flags {
  position: absolute;
  left: 22%;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header > .desktop > .bottom .flags img {
  margin-right: 8px;
  width: auto;
  height: 38px;
}
@media screen and (max-width: 1400px) {
  header > .desktop > .bottom .flags {
    display: none;
  }
}
header > .desktop > .bottom nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: calc(100% - 200px);
}
header > .desktop > .bottom nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header > .desktop > .bottom nav ul.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  width: 100%;
  max-width: 830px;
}
header > .desktop > .bottom nav ul.top > li {
  position: relative;
}
header > .desktop > .bottom nav ul.top > li > a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 34px 0px;
  display: block;
}
header > .desktop > .bottom nav ul.top > li > a.active {
  color: #c5822a;
}
header > .desktop > .bottom nav ul.top > li.search-icon {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  cursor: pointer;
}
header > .desktop > .bottom nav ul.top > li.search-icon:hover {
  opacity: 0.7;
}
header > .desktop > .bottom nav ul.top > li.search-icon i {
  color: #ffffff;
  padding: 34px 0px;
  margin-top: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop > .bottom nav ul.top > li::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #00142b;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
header > .desktop > .bottom nav ul.top > li:hover > a {
  color: #c5822a;
}
header > .desktop > .bottom nav ul.top > li:hover ul.sub {
  opacity: 1;
  pointer-events: all;
}
header > .desktop > .bottom nav ul.top > li:hover::before {
  opacity: 1;
}
header > .desktop > .bottom nav ul.top > li.cat-contact > ul.sub {
  left: initial;
  right: -30px;
}
header > .desktop > .bottom nav ul.sub {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: #ffffff;
  list-style: none;
  min-width: 315px;
  padding: 32px 41px 39px 41px;
  top: calc(100% - 4px);
  left: -30px;
  z-index: 0;
  border-top: solid 1px #d2d2d2;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.17);
}
header > .desktop > .bottom nav ul.sub > li.str-operations-landing, header > .desktop > .bottom nav ul.sub > li.str-investors-landing, header > .desktop > .bottom nav ul.sub > li.str-esg-landing, header > .desktop > .bottom nav ul.sub > li.str-about-landing, header > .desktop > .bottom nav ul.sub > li.str-careers-landing {
  display: none;
}
header > .desktop > .bottom nav ul.sub a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  opacity: 1;
  display: block;
  text-align: left;
  padding: 0px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop > .bottom nav ul.sub a:hover {
  color: #00142b;
}
header > .desktop > .bottom nav ul.subsub {
  padding-left: 15px;
}
header > .desktop > .bottom nav .search-hold {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
}
header > .desktop > .bottom nav .search-hold form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: solid 1px #00142b;
}
header > .desktop > .bottom nav .search-hold form input[type=search] {
  width: calc(100% - 20px);
  background-color: transparent;
  border: 0px;
  height: 40px;
  color: #00142b;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop > .bottom nav .search-hold form input[type=search]::-webkit-input-placeholder {
  color: #00142b;
}
header > .desktop > .bottom nav .search-hold form input[type=search]:-moz-placeholder {
  color: #00142b;
}
header > .desktop > .bottom nav .search-hold form input[type=search]::-moz-placeholder {
  color: #00142b;
}
header > .desktop > .bottom nav .search-hold form input[type=search]:-ms-input-placeholder {
  color: #00142b;
}
header > .desktop > .bottom nav .search-hold form input[type=search]:focus {
  outline: 0px;
}
header > .desktop > .bottom nav .search-hold form input[type=search]::-webkit-search-decoration, header > .desktop > .bottom nav .search-hold form input[type=search]::-webkit-search-cancel-button, header > .desktop > .bottom nav .search-hold form input[type=search]::-webkit-search-results-button, header > .desktop > .bottom nav .search-hold form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
header > .desktop > .bottom nav .search-hold form .search-close {
  width: 20px;
  color: #00142b;
  cursor: pointer;
  font-size: 18px;
  margin-top: -2px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  text-align: right;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop > .bottom nav .search-hold form .search-close:hover {
  opacity: 0.7;
}
header > .desktop > .bottom nav.search-active ul.top {
  opacity: 0;
  pointer-events: none;
}
header > .desktop > .bottom nav.search-active .search-hold {
  opacity: 1;
  pointer-events: all;
}
header > .desktop.sticky > .bottom, header > .desktop.search-sticky > .bottom, header > .desktop:hover > .bottom {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
}
header > .desktop.sticky > .bottom .logo img.color, header > .desktop.search-sticky > .bottom .logo img.color, header > .desktop:hover > .bottom .logo img.color {
  opacity: 1;
}
header > .desktop.sticky > .bottom .logo img.white, header > .desktop.search-sticky > .bottom .logo img.white, header > .desktop:hover > .bottom .logo img.white {
  opacity: 0;
}
header > .desktop.sticky > .bottom nav ul.top > li > a, header > .desktop.search-sticky > .bottom nav ul.top > li > a, header > .desktop:hover > .bottom nav ul.top > li > a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
header > .desktop.sticky > .bottom nav ul.top > li > a.active, header > .desktop.search-sticky > .bottom nav ul.top > li > a.active, header > .desktop:hover > .bottom nav ul.top > li > a.active {
  color: #c5822a;
}
header > .desktop.sticky > .bottom nav ul.top > li > a:hover, header > .desktop.search-sticky > .bottom nav ul.top > li > a:hover, header > .desktop:hover > .bottom nav ul.top > li > a:hover {
  color: #c5822a;
}
header > .desktop.sticky > .bottom nav ul.top > li.search-icon i, header > .desktop.search-sticky > .bottom nav ul.top > li.search-icon i, header > .desktop:hover > .bottom nav ul.top > li.search-icon i {
  color: #00142b;
}
header > .desktop.sticky > .top {
  margin-top: -40px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .desktop.sticky > .bottom .logo {
  max-width: 140px;
  height: 42px;
  margin-top: 0px;
}
header > .desktop.sticky > .bottom .container {
  height: 64px;
}
header > .desktop.sticky > .bottom nav ul.top > li::before {
  bottom: -1px;
}
header > .desktop.sticky > .bottom nav ul.top > li > a {
  padding: 20px 0px;
}
header > .desktop.sticky > .bottom nav ul.top > li.search-icon i {
  padding: 20px 0px;
}
header > .desktop.sticky > .bottom nav ul.sub {
  top: 100%;
}
header > .desktop.inner:not(.landing) > .bottom {
  border-bottom: solid 1px #d2d2d2;
}
header > .desktop.inner:not(.landing) > .bottom .logo img.color {
  opacity: 1;
}
header > .desktop.inner:not(.landing) > .bottom .logo img.white {
  opacity: 0;
}
header > .desktop.inner:not(.landing) > .bottom nav ul.top > li > a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
header > .desktop.inner:not(.landing) > .bottom nav ul.top > li > a.active {
  color: #c5822a;
}
header > .desktop.inner:not(.landing) > .bottom nav ul.top > li > a:hover {
  color: #c5822a;
}
header > .desktop.inner:not(.landing) > .bottom nav ul.top > li.search-icon i {
  color: #00142b;
}
header > .desktop.investors-landing > .bottom {
  border-bottom: none !important;
}
header > .mobile {
  display: none;
  pointer-events: none;
}
header > .mobile .head {
  background-color: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 63px;
  pointer-events: all;
}
header > .mobile .head .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header > .mobile .head .logo {
  max-width: 153px;
  width: 100%;
  height: 48px;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
header > .mobile .head .logo:hover {
  opacity: 0.7;
}
header > .mobile .head .logo a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
header > .mobile .head .logo a:hover {
  opacity: 0.7;
}
header > .mobile .head .logo img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .mobile .head .logo img.color {
  opacity: 0;
}
header > .mobile .head .logo img.white {
  opacity: 1;
}
header > .mobile .head .menu-icon {
  position: relative;
  width: 25px;
  height: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  pointer-events: all;
}
header > .mobile .head .menu-icon span {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .mobile .head .menu-icon span:last-of-type {
  margin-bottom: 0px;
}
header > .mobile .mobile-menu {
  position: relative;
  padding-bottom: 200px;
  background-color: #00142b;
  height: calc(100vh - 63px);
  height: calc(var(--vh, 1vh) * 100 - 52px);
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header > .mobile .mobile-menu nav {
  overflow-y: auto;
  max-height: calc(100vh - 251px);
  max-height: calc(var(--vh, 1vh) * 100 - 251px);
  padding-top: 10px;
}
header > .mobile .mobile-menu nav ul.top {
  list-style: none;
  margin: 0px;
  padding: 18px 0px;
}
header > .mobile .mobile-menu nav ul.top > li > a {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 0px;
}
header > .mobile .mobile-menu nav ul.top li.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  text-align: center;
  padding-bottom: 3px;
  padding-top: 10px;
}
header > .mobile .mobile-menu nav ul.top li.social a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: right;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
header > .mobile .mobile-menu nav ul.top li.social a:hover {
  opacity: 0.7;
}
header > .mobile .mobile-menu nav ul.top li.social a:first-of-type {
  margin-left: 15px;
}
header > .mobile .mobile-menu nav ul.sub {
  display: none;
  background-color: #00142b;
  list-style: none;
  margin: 0px 0px;
  padding: 5px 0px 36px 0px;
}
header > .mobile .mobile-menu nav ul.sub > li > a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  text-align: left;
  opacity: 1;
  margin: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2px 0px;
}
header > .mobile .mobile-menu nav ul.subsub {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header > .mobile .mobile-menu nav ul.subsub > li > a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  text-align: left;
  opacity: 1;
  margin: 0px 20px 0px 30px;
  padding: 2px 0px;
  display: block;
}
header > .mobile .mobile-menu .bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 177px;
  padding: 30px 15px;
}
header > .mobile .mobile-menu .bottom .search-hold {
  display: block;
  border-bottom: solid 1px #ffffff;
}
header > .mobile .mobile-menu .bottom .search-hold form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search] {
  width: calc(100% - 30px);
  background-color: transparent;
  border: 0px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  height: 30px;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-input-placeholder {
  color: #ffffff;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search]:-moz-placeholder {
  color: #ffffff;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search]::-moz-placeholder {
  color: #ffffff;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search]:-ms-input-placeholder {
  color: #ffffff;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search]:focus {
  outline: 0px;
}
header > .mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-search-decoration, header > .mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-search-cancel-button, header > .mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-search-results-button, header > .mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
header > .mobile .mobile-menu .bottom .search-hold form i {
  font-size: 16px;
  color: #ffffff;
  margin-right: 2px;
}
header > .mobile .mobile-menu .bottom .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
header > .mobile .mobile-menu .bottom .stock {
  padding-top: 18px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #fff;
}
header > .mobile .mobile-menu .bottom .stock > div {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header > .mobile.open {
  pointer-events: all;
}
header > .mobile.open .head {
  background-color: #00142b;
}
header > .mobile.open .head .logo img {
  opacity: 0;
}
header > .mobile.open .head .logo img.white {
  opacity: 1;
}
header > .mobile.open .head .logo img.color {
  opacity: 0;
}
header > .mobile.open .head .menu-icon {
  width: 20px;
  height: 20px;
}
header > .mobile.open .head .menu-icon span {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
}
header > .mobile.open .head .menu-icon span:nth-of-type(1) {
  width: 26px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header > .mobile.open .head .menu-icon span:nth-of-type(2) {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 50%;
  opacity: 0;
}
header > .mobile.open .head .menu-icon span:nth-of-type(3) {
  width: 26px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header > .mobile.open .mobile-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
header > .mobile.sticky:not(.open) .head {
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
  background-color: #ffffff;
}
header > .mobile.sticky:not(.open) .head .logo img {
  opacity: 0;
}
header > .mobile.sticky:not(.open) .head .logo img.color {
  opacity: 1;
}
header > .mobile.sticky:not(.open) .head .menu-icon span {
  background-color: #00142b;
}
header > .mobile.inner:not(.landing):not(.open):not(.sticky) .head {
  background-color: #f6f6f6;
  border-bottom: solid 1px #d2d2d2;
}
header > .mobile.inner:not(.landing):not(.open):not(.sticky) .head .logo img {
  opacity: 0;
}
header > .mobile.inner:not(.landing):not(.open):not(.sticky) .head .logo img.color {
  opacity: 1;
}
header > .mobile.inner:not(.landing):not(.open):not(.sticky) .head .menu-icon span {
  background-color: #00142b;
}
header > .mobile.investors-landing:not(.open):not(.sticky) .head .logo img {
  opacity: 0;
}
header > .mobile.investors-landing:not(.open):not(.sticky) .head .logo img.color {
  opacity: 1;
}
header > .mobile.investors-landing:not(.open):not(.sticky) .head .menu-icon span {
  background-color: #00142b;
}

@media screen and (max-width: 1023px) {
  header {
    pointer-events: none;
  }
  header > .desktop {
    display: none;
  }
  header > .mobile {
    display: block;
  }
}
/* - - - -|| HEADER END ||- - - - */
/* - - - -|| INNER START ||- - - - */
section.hero {
  min-height: 304px;
  background-color: #f6f6f6;
  margin-top: calc(4px * 10);
  padding-top: calc(4px * 34);
  padding-bottom: calc(4px * 7);
}
section.hero h1 {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin: 0px;
}
section.hero.landing {
  min-height: 696px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.hero.landing h1 {
  font-size: 56px;
  line-height: 64px;
  letter-spacing: normal;
  color: #ffffff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  max-width: 652px;
  margin-bottom: calc(4px * 12);
}
section.hero.landing h2 {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  max-width: 652px;
  margin-bottom: calc(4px * 12);
}
section.hero.investors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 680px;
  padding-bottom: calc(4px * 13);
}
section.hero.investors .flex {
  height: 100%;
}
section.hero.investors .flex > div:nth-of-type(1) {
  width: 51%;
  max-width: 715px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.hero.investors .flex > div:nth-of-type(2) {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.hero.investors .text {
  margin-bottom: auto;
}
section.hero.investors .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.hero.investors .cta a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 270px;
          flex: 1 1 270px;
  margin: 0 calc(4px * 5) calc(4px * 5) 0;
}
section.hero.investors .contact {
  margin-top: calc(4px * 5);
}
section.hero.investors .contact p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin: 0;
}
section.hero.investors .contact span {
  text-transform: uppercase;
}
section.hero.investors .contact span::after {
  content: ": ";
}
section.hero.investors .contact a {
  display: inline-block;
  color: #00142b;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
section.hero.investors .contact a:hover {
  opacity: 0.7;
}
section.hero.investors .map {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 74%;
  background-image: url(../../../../_resources/bgs/investors-map-5.png);
  width: 100%;
}
section.hero.investors h2 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  max-width: initial;
}

body.str-about-landing section.hero {
  background-image: url(../../../../_resources/banners/about-hero.jpg);
}

body.str-esg-landing section.hero {
  background-image: url(../../../../_resources/banners/esg-hero-v3.jpg);
}

body.str-operations-landing section.hero {
  background-image: url(../../../../_resources/banners/operations-hero.jpg);
}

body.str-investors-landing section.hero {
  background-color: #f4ebc2;
}

@media screen and (max-width: 767px) {
  body.str-about-landing section.hero {
    background-image: url(../../../../_resources/banners/about-hero-mobile.jpg);
    min-height: 100vh;
    background-position: bottom;
  }
  body.str-esg-landing section.hero {
    background-image: url(../../../../_resources/banners/esg-hero-mobile-v1.jpg);
    min-height: 500px;
  }
  body.str-operations-landing section.hero {
    background-image: url(../../../../_resources/banners/operations-hero-mobile.jpg);
    min-height: 440px;
  }
}

@media screen and (max-width: 1023px) {
  section.hero {
    min-height: 208px;
    margin-top: calc(4px * 0);
    padding-top: calc(4px * 28);
  }
  section.hero h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: normal;
    color: #00142b;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  section.hero.landing h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: normal;
    color: #fff;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  section.hero.investors {
    display: block;
    min-height: initial;
  }
  section.hero.investors .flex {
    display: block;
  }
  section.hero.investors .flex > div:nth-of-type(1) {
    width: 100%;
  }
  section.hero.investors .flex > div:nth-of-type(2) {
    width: 100%;
  }
  section.hero.investors .flex h2 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: normal;
    color: #00213d;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: calc(4px * 8);
  }
  section.hero.investors .cta a {
    margin: 0 calc(4px * 2) calc(4px * 2) 0;
  }
  section.hero.investors .contact {
    margin-top: calc(4px * 6);
    margin-bottom: calc(4px * 5);
  }
  section.hero.investors .contact span::after {
    content: "";
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.hero.landing h1 {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: normal;
    color: #fff;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  section.hero.landing h2 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: normal;
    color: #fff;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
}
main {
  background-color: #ffffff;
}
main #content {
  width: calc((100% - 11 * 28px) / 12 * 8 + (8 - 1) * 28px);
  padding-top: calc(4px * 11);
  padding-bottom: calc(4px * 20);
}
main #sidebar {
  width: calc((100% - 11 * 28px) / 12 * 3 + (3 - 1) * 28px);
}
main #sidebar #sidenav {
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  margin: calc(4px * 11) 0px calc(4px * 6) 0px;
  padding: calc(4px * 6) 0px calc(4px * 12) 0px;
}
main #sidebar #sidenav h4 {
  margin-bottom: calc(4px * 5);
}
main #sidebar #sidenav .sub {
  margin-bottom: calc(4px * 1);
}
main #sidebar #sidenav .sub.str-investors-landing, main #sidebar #sidenav .sub.str-esg-landing, main #sidebar #sidenav .sub.str-operations-landing, main #sidebar #sidenav .sub.str-about-landing, main #sidebar #sidenav .sub.str-careers-landing {
  display: none;
}
main #sidebar #sidenav .subsub {
  margin-bottom: calc(4px * 1);
  padding-left: 30px;
}
main #sidebar #sidenav a {
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  line-height: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #666666;
}
main #sidebar #sidenav a:hover {
  color: #c5822a;
}
main #sidebar #sidenav a.active {
  color: #c5822a;
  text-decoration: underline;
}
main #sidebar .subscribe {
  margin-bottom: calc(4px * 11);
}
main #sidebar .subscribe h4 {
  margin-bottom: calc(4px * 7);
}
main #sidebar .subscribe form {
  width: 100%;
}
main #sidebar .subscribe .textbox {
  width: 100%;
  margin-bottom: calc(4px * 2);
}
main #sidebar .subscribe .textbox input {
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  color: rgba(0, 0, 0, 0.34);
  height: 56px;
  font-size: 16px;
  padding: 0px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
main #sidebar .subscribe .textbox input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.34);
}
main #sidebar .subscribe .button {
  width: 100%;
  display: block;
  padding: calc(4px * 3);
  margin-top: calc(4px * 6);
}
main #content, main .content {
  /* TABS */
  /* NEWS RELEASES LISTING */
  /* Bios listing */
  /* ADD NEW CONTENT STYLES HERE */
}
main #content table, main .content table {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  border-collapse: collapse;
  border: solid 1px #d2d2d2;
}
main #content table th, main .content table th {
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  border-collapse: collapse;
  border: solid 1px #d2d2d2;
  padding: 0px 2px;
}
main #content table td, main .content table td {
  border: solid 1px #d2d2d2;
  border-collapse: collapse;
  padding: 0px 2px;
}
main #content table.styled, main .content table.styled {
  border: none;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
main #content table.styled th, main .content table.styled th {
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  border: none;
  border-bottom: solid 1px #d2d2d2;
  padding-bottom: calc(4px * 3);
}
main #content table.styled thead + tbody > tr:first-of-type td, main .content table.styled thead + tbody > tr:first-of-type td {
  padding-top: calc(4px * 3);
}
main #content table.styled td, main .content table.styled td {
  border: none;
}
main #content table.styled tr.border-bottom td, main .content table.styled tr.border-bottom td {
  border-bottom: solid 1px #d2d2d2;
  padding-bottom: calc(4px * 3);
}
main #content table.styled tr.border-bottom + tr td, main .content table.styled tr.border-bottom + tr td {
  padding-top: calc(4px * 3);
}


main #content p a, main #content li a, main #content td a, main #content h4 a, main .content p a, main .content li a, main .content td a, main .content h4 a {
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  text-decoration: underline;
}
main #content p a:hover, main #content li a:hover, main #content td a:hover, main #content h4 a:hover, main .content p a:hover, main .content li a:hover, main .content td a:hover, main .content h4 a:hover {
  opacity: 0.7;
}
main #content ul, main .content ul {
  padding-left: 28px;
}
main #content p, main .content p {
  margin-bottom: calc(4px * 6);
}
main #content p.large-bold, main .content p.large-bold {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 10);
}
main #content .content-image, main .content .content-image {
  margin-bottom: calc(4px * 12);
}
main #content .content-image img, main .content .content-image img {
  width: 100%;
  height: auto;
}
main #content .grey-box, main .content .grey-box {
  background-color: #f6f6f6;
  padding: calc(4px * 8) 58px calc(4px * 8) 32px;
  margin-bottom: calc(4px * 6);
}
main #content .grey-box.icon, main .content .grey-box.icon {
  position: relative;
  padding-left: 113px;
}
main #content .grey-box.icon::before, main .content .grey-box.icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "";
  color: #c5822a;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main #content .grey-box.icon.leaf::before, main .content .grey-box.icon.leaf::before {
  content: "\f06c";
}
main #content .grey-box.icon.hands::before, main .content .grey-box.icon.hands::before {
  content: "\f2b5";
}
main #content .grey-box.icon.bank::before, main .content .grey-box.icon.bank::before {
  content: "\f19c";
  margin-left: 5px;
}
main #content .grey-box.last, main .content .grey-box.last {
  margin-bottom: calc(4px * 13);
}
main #content .grey-box h3, main .content .grey-box h3 {
  margin-bottom: calc(4px * 7);
}
main #content .grey-box h4, main .content .grey-box h4 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 0px;
}
main #content .grey-box p:last-of-type, main #content .grey-box li:last-of-type, main #content .grey-box ul:last-of-type, main .content .grey-box p:last-of-type, main .content .grey-box li:last-of-type, main .content .grey-box ul:last-of-type {
  margin-bottom: 0px;
}
main #content .grey-box-faqs, main .content .grey-box-faqs {
  background-color: #f6f6f6;
  padding: calc(4px * 13) calc(4px * 4) calc(4px * 6) calc(4px * 13);
  margin-bottom: calc(4px * 16);
}
main #content .grey-box-faqs h3, main .content .grey-box-faqs h3 {
  margin-bottom: calc(4px * 4);
}
main #content .grey-box-faqs ul, main .content .grey-box-faqs ul {
  list-style-type: square;
  padding-left: 30px;
}
main #content .grey-box-faqs li, main .content .grey-box-faqs li {
  padding-left: 10px;
}
main #content .grey-box-faqs li::marker, main .content .grey-box-faqs li::marker {
  font-size: 14px;
}
main #content .grey-box-faqs a, main .content .grey-box-faqs a {
  text-decoration: none;
  line-height: 24px;
}
main #content .grey-box-faqs a:hover, main .content .grey-box-faqs a:hover {
  color: #c5822a;
  opacity: 100%;
}
main #content .content-stats, main .content .content-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: calc(4px * 3);
}
main #content .content-stats > div, main .content .content-stats > div {
  width: 33.3333333333%;
  border-top: solid 1px #d2d2d2;
  padding: calc(4px * 3) 15px calc(4px * 10) 0px;
}
main #content .content-stats h2, main .content .content-stats h2 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 1);
}
main #content .content-stats p, main .content .content-stats p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 0px;
}
main #content h4.icon, main .content h4.icon {
  position: relative;
  padding-left: 70px;
  margin-bottom: calc(4px * 2);
}
main #content h4.icon::before, main .content h4.icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "";
  color: #c5822a;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main #content h4.icon.leaf::before, main .content h4.icon.leaf::before {
  content: "\f06c";
}
main #content h4.icon.hands::before, main .content h4.icon.hands::before {
  content: "\f2b5";
}
main #content h4.icon.bank::before, main .content h4.icon.bank::before {
  content: "\f19c";
  margin-left: 5px;
}
main #content .two-columns, main .content .two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main #content .two-columns > div, main .content .two-columns > div {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
}
main #content .button, main .content .button {
  color: #ffffff;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  display: inline-block;
  padding: calc(4px * 4);
  margin: calc(4px * 2) calc(4px * 2) 0 0;
}
main #content .button:hover, main .content .button:hover {
  color: #c5822a;
  opacity: 1 !important;
}
main #content .document-links, main .content .document-links {
  margin-bottom: calc(4px * 7);
}
main #content .document-links a, main .content .document-links a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: calc(4px * 5) 30px;
}
main #content .document-links a:hover, main .content .document-links a:hover {
  background-color: #c5822a !important;
  color: #ffffff !important;
}
main #content .document-links a:hover span, main .content .document-links a:hover span {
  color: #ffffff !important;
}
main #content .document-links a:nth-of-type(odd), main .content .document-links a:nth-of-type(odd) {
  background-color: #f6f6f6;
}
main #content .document-links a::after, main .content .document-links a::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f1c1";
  font-size: 24px;
  display: block;
  margin-left: 30px;
}
main #content.str-stock-info .stocks, main .content.str-stock-info .stocks {
  position: relative;
}
main #content.str-stock-info .stocks .symbols-border, main .content.str-stock-info .stocks .symbols-border {
  border-bottom: solid 1px #d2d2d2;
}
main #content.str-stock-info .stocks .symbols.desktop, main .content.str-stock-info .stocks .symbols.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: calc(4px * 6);
}
main #content.str-stock-info .stocks .symbols.desktop h5, main .content.str-stock-info .stocks .symbols.desktop h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin: 0px 25px 0px 0px;
  display: inline-block;
  padding: calc(4px * 1) 15px;
  border-radius: 30px;
  cursor: pointer;
}
main #content.str-stock-info .stocks .symbols.desktop h5.selected, main .content.str-stock-info .stocks .symbols.desktop h5.selected {
  color: #ffffff;
  background-color: #c5822a;
}
main #content.str-stock-info .stocks .symbols.mobile, main .content.str-stock-info .stocks .symbols.mobile {
  display: none;
  margin-bottom: calc(4px * 6);
}
main #content.str-stock-info .stocks .symbols.mobile .select-wrapper, main .content.str-stock-info .stocks .symbols.mobile .select-wrapper {
  width: 170px;
  position: relative;
}
main #content.str-stock-info .stocks .symbols.mobile .select-wrapper::after, main .content.str-stock-info .stocks .symbols.mobile .select-wrapper::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  position: absolute;
  right: 14px;
  top: 18px;
  content: "\f078";
  font-size: 16px;
  line-height: 16px;
  color: #c5822a;
  pointer-events: none;
}
main #content.str-stock-info .stocks .symbols.mobile .select-wrapper select, main .content.str-stock-info .stocks .symbols.mobile .select-wrapper select {
  width: 100%;
  border: solid 1px #c5822a;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  background-color: #f6f6f6;
  padding: calc(4px * 3) calc(4px * 4);
}
main #content.str-stock-info .stocks .info, main .content.str-stock-info .stocks .info {
  display: none;
}
main #content.str-stock-info .stocks .info.selected, main .content.str-stock-info .stocks .info.selected {
  display: block;
}
main #content.str-stock-info .stocks .info .flex.two > div, main .content.str-stock-info .stocks .info .flex.two > div {
  width: 50%;
}
main #content.str-stock-info .stocks .info .flex.four > div, main .content.str-stock-info .stocks .info .flex.four > div {
  width: 25%;
  border-bottom: solid 1px #d2d2d2;
}
main #content.str-stock-info .stocks .info .chart, main .content.str-stock-info .stocks .info .chart {
  width: 100%;
  background-color: #ffffff;
}
main #content.str-stock-info .stocks .info .chart .highstock, main .content.str-stock-info .stocks .info .chart .highstock {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 415px;
}
main #content.str-stock-info .stocks .info .chart .highstock.show, main .content.str-stock-info .stocks .info .chart .highstock.show {
  opacity: 1;
}
main #content.str-stock-info .stocks .info .text, main .content.str-stock-info .stocks .info .text {
  width: 100%;
  background-color: #ffffff;
  padding: calc(4px * 4) 0px;
  border-top: solid 1px #d2d2d2;
}
main #content.str-stock-info .stocks .info .text h2, main .content.str-stock-info .stocks .info .text h2 {
  font-size: 56px;
  line-height: 64px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #d2d2d2;
  margin-bottom: calc(4px * 7);
}
main #content.str-stock-info .stocks .info .text h3, main .content.str-stock-info .stocks .info .text h3 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 1);
}
main #content.str-stock-info .stocks .info .text h4, main .content.str-stock-info .stocks .info .text h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 4);
}
main #content.str-stock-info .stocks .info .text .two h4, main .content.str-stock-info .stocks .info .text .two h4 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 11);
}
main #content.str-stock-info .stocks .info .text p.delay, main .content.str-stock-info .stocks .info .text p.delay {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin: calc(4px * 3) 0px 0px 0px;
}
main #content .tabs .mobile-tabs, main .content .tabs .mobile-tabs {
  margin-bottom: calc(4px * 10);
}
main #content .tabs .mobile-tabs .select-wrapper, main .content .tabs .mobile-tabs .select-wrapper {
  max-width: 300px;
  position: relative;
}
main #content .tabs .mobile-tabs .select-wrapper::after, main .content .tabs .mobile-tabs .select-wrapper::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  position: absolute;
  right: 14px;
  top: 19px;
  content: "\f078";
  font-size: 18px;
  line-height: 18px;
  color: #00142b;
  pointer-events: none;
}
main #content .tabs .mobile-tabs .select-wrapper select, main .content .tabs .mobile-tabs .select-wrapper select {
  width: 100%;
  border: solid 1px #00142b;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 14px calc(4px * 4) calc(4px * 4) calc(4px * 4);
  background: none;
}
main #content .tabs .nav-tabs, main .content .tabs .nav-tabs {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: calc(4px * 10);
}
main #content .tabs .nav-tabs > li, main .content .tabs .nav-tabs > li {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  background: transparent;
  width: initial;
  padding: 0px 0px calc(4px * 2) 0px;
  margin-right: 75px;
  margin-bottom: -2px;
}
main #content .tabs .nav-tabs > li.current::after, main #content .tabs .nav-tabs > li:hover::after, main .content .tabs .nav-tabs > li.current::after, main .content .tabs .nav-tabs > li:hover::after {
  background-color: #c5822a;
  height: 4px;
}
main #content .news-release-item, main .content .news-release-item {
  padding-bottom: calc(4px * 6);
  margin-bottom: calc(4px * 6);
  position: relative;
}
main #content .news-release-item:not(:last-of-type), main .content .news-release-item:not(:last-of-type) {
  border-bottom: solid 1px #d2d2d2;
}
main #content .news-release-item .date, main .content .news-release-item .date {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 4);
}
main #content .news-release-item .title, main .content .news-release-item .title {
  margin-bottom: calc(4px * 4);
}
main #content .news-release-item .title a, main .content .news-release-item .title a {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
main #content .news-release-item .title a:hover, main .content .news-release-item .title a:hover {
  opacity: 0.7;
}
main #content .news-release-item .pdf-link, main .content .news-release-item .pdf-link {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto calc(4px * 2) calc(4px * 6) calc(4px * 2);
  color: #c5822a;
}
main #content .news-release-item .pdf-link:hover, main .content .news-release-item .pdf-link:hover {
  color: #000000;
}
main #content .news-release-item .pdf-link .fas, main .content .news-release-item .pdf-link .fas {
  font-size: 30px;
}
main #content .news-release-item p.body, main .content .news-release-item p.body {
  max-height: 110px;
  overflow-y: hidden;
  position: relative;
  padding-bottom: calc(4px * 2);
}
main #content .news-release-item p.body::after, main .content .news-release-item p.body::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  content: "";
  height: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
main #content .news-release-item a.read-more, main .content .news-release-item a.read-more {
  margin-top: calc(4px * 6);
}
main #content .news-release-item.hide, main .content .news-release-item.hide {
  display: none;
}
main #content button.view-all-news, main .content button.view-all-news {
  float: right;
  position: relative;
}
main #content button.view-all-news::after, main .content button.view-all-news::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f063";
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
main #content .bio-container, main .content .bio-container {
  margin-bottom: calc(4px * 12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
main #content .bio-container .bio-image, main .content .bio-container .bio-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
  max-width: 200px;
}
main #content .bio-container .name, main .content .bio-container .name {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 2);
}
main #content .bio-container .title, main .content .bio-container .title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 5);
}
main #content .bio-container .bio-expand, main .content .bio-container .bio-expand {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-top: calc(4px * 4);
  cursor: pointer;
}
main #content .bio-container .bio-expand:hover, main .content .bio-container .bio-expand:hover {
  color: #00142b;
}
main #content .bio-container .bio-content, main .content .bio-container .bio-content {
  position: relative;
}
main #content .bio-container .bio-content:after, main .content .bio-container .bio-content:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  overflow: hidden;
  height: 30px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
main #content .social-links, main .content .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main #content .social-links a, main .content .social-links a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  color: #c5822a;
  font-size: 18px;
  margin-right: 36px;
}
main #content .social-links a:hover, main .content .social-links a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1023px) {
  main #content {
    width: 100%;
    padding-bottom: calc(4px * 19);
  }
  main #sidebar {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  main #content .grey-box, main .content .grey-box {
    padding: calc(4px * 8) 29px calc(4px * 8) 16px;
  }
  main #content .grey-box.icon, main .content .grey-box.icon {
    padding-left: 16px;
    padding-top: calc(4px * 18);
  }
  main #content .grey-box.icon::before, main .content .grey-box.icon::before {
    top: calc(4px * 10);
    left: 16px;
  }
  main #content .grey-box-faqs, main .content .grey-box-faqs {
    padding: calc(4px * 8);
    margin-bottom: calc(4px * 8);
  }
  main #content .bio-container, main .content .bio-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  main #content .content-stats, main .content .content-stats {
    display: block;
  }
  main #content .content-stats > div, main .content .content-stats > div {
    width: 100%;
    padding: calc(4px * 3) 15px calc(4px * 6) 0px;
  }
  main #content .two-columns, main .content .two-columns {
    display: block;
  }
  main #content .two-columns > div, main .content .two-columns > div {
    width: 100%;
  }
  main #content .document-links a, main .content .document-links a {
    padding: calc(4px * 5) 15px;
  }
  main #content .document-links a::after, main .content .document-links a::after {
    margin-left: 15px;
  }
  main #content.str-stock-info .stocks .symbols.desktop, main .content.str-stock-info .stocks .symbols.desktop {
    display: none;
  }
  main #content.str-stock-info .stocks .symbols.mobile, main .content.str-stock-info .stocks .symbols.mobile {
    display: block;
  }
  main #content.str-stock-info .stocks .info .text, main .content.str-stock-info .stocks .info .text {
    padding: calc(4px * 6) 23px calc(4px * 4) 17px;
  }
  main #content.str-stock-info .stocks .info .text h2, main .content.str-stock-info .stocks .info .text h2 {
    display: none;
  }
  main #content.str-stock-info .stocks .info .text .flex.two h4, main .content.str-stock-info .stocks .info .text .flex.two h4 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: normal;
    color: #00142b;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: calc(4px * 3);
  }
  main #content.str-stock-info .stocks .info .text .flex.four > div, main .content.str-stock-info .stocks .info .text .flex.four > div {
    width: 50%;
  }
  main #content.str-stock-info .stocks .info .text .flex.four > div:nth-of-type(-n + 2), main .content.str-stock-info .stocks .info .text .flex.four > div:nth-of-type(-n + 2) {
    border-bottom: none;
  }
  main #content.str-stock-info .stocks .info .text p.delay, main .content.str-stock-info .stocks .info .text p.delay {
    margin-top: calc(4px * 4);
  }
}
/* Contact page  */
.str-contact-details .address > div {
  width: calc((100% - 7 * 28px) / 8 * 4 + (4 - 1) * 28px);
  min-width: 320px;
  margin-bottom: calc(4px * 10);
}

/* Media resources pages */
.str-media-resources #content .document-links {
  padding-bottom: calc(4px * 10);
  margin-bottom: calc(4px * 12);
  border-bottom: 1px solid #d2d2d2;
}
.str-media-resources .media-title {
  margin-top: calc(4px * 13);
}
.str-media-resources .media-container {
  margin-bottom: calc(4px * 10);
  padding-bottom: calc(4px * 10);
  border-bottom: 1px solid #d2d2d2;
}
.str-media-resources .media-container .media-expand {
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.str-media-resources .media-container .media-expand.hide {
  display: none;
}
.str-media-resources .media-container .media-content {
  height: 475px;
  min-height: 475px;
  overflow: hidden;
  position: relative;
}
.str-media-resources .media-container .media-content::after {
  content: " ";
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: white;
}
.str-media-resources .media-container .media-item {
  margin-bottom: calc(4px * 7);
  width: calc((100% - 7 * 28px) / 8 * 2 + (2 - 1) * 28px);
}
@media screen and (max-width: 767px) {
  .str-media-resources .media-container .media-item {
    width: calc((100% - 1 * 28px) / 2 * 1 + (1 - 1) * 28px);
  }
}
.str-media-resources .media-container .media-item .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 140px;
  display: block;
}
.str-media-resources .media-container .media-item .title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-top: calc(4px * 4);
  margin-bottom: 0;
}
.str-media-resources .media-container .media-item .download-link {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin: 0;
}
.str-media-resources .media-container .media-item .download-link:hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.str-media-resources .media-container .media-item .download-link:hover:hover {
  opacity: 0.7;
}
.str-media-resources .media-container .media-item .download-link::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f019";
  margin-left: calc(4px * 1);
}

/* Voices of Kavango Page */
#content.str-voices-of-kavango {
  /* Blog(stories) listing */
}
#content.str-voices-of-kavango .posts-list .post {
  position: relative;
  width: calc((100% - 7 * 28px) / 8 * 4 + (4 - 1) * 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  margin-bottom: calc(4px * 12);
}
#content.str-voices-of-kavango .posts-list .post:hover {
  opacity: 0.7;
}
#content.str-voices-of-kavango .posts-list .post a.post-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#content.str-voices-of-kavango .posts-list .post .post-thumbnail {
  margin-bottom: calc(4px * 10);
  padding-bottom: 58%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#content.str-voices-of-kavango .posts-list .post .post-info {
  margin-bottom: calc(4px * 6);
}
#content.str-voices-of-kavango .posts-list .post .category {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  background-color: #c5822a;
  padding: 2px 8px;
  margin-right: calc(4px * 4);
}
#content.str-voices-of-kavango .posts-list .post .date {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
#content.str-voices-of-kavango .posts-list .post .post-title {
  margin: 0;
  margin-bottom: calc(4px * 2);
  min-height: calc(4px * 20);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@media screen and (max-width: 1280px) {
  #content.str-voices-of-kavango .posts-list .post .post-title {
    font-size: 20px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  #content.str-voices-of-kavango .posts-list .post {
    width: 100%;
  }
  #content.str-voices-of-kavango .posts-list .post .post-thumbnail {
    margin-bottom: calc(4px * 2);
  }
  #content.str-voices-of-kavango .posts-list .post .post-title {
    font-size: 18px;
    min-height: calc(4px * 10);
  }
}
#content.str-voices-of-kavango .posts-list .post .post-date {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 1);
}

/* Event listing */
.str-events {
  /* Event listing filter */
}
.str-events .event-listing {
  margin-bottom: calc(4px * 10);
}
.str-events .event-listing > h3 {
  padding-bottom: calc(4px * 6);
  margin-bottom: calc(4px * 8);
  border-bottom: solid 1px #d2d2d2;
}
.str-events .event-listing .list-item {
  width: calc((100% - 7 * 28px) / 8 * 4 + (4 - 1) * 28px);
  padding: calc(4px * 8);
  margin-bottom: calc(4px * 8);
}
@media screen and (max-width: 767px) {
  .str-events .event-listing .list-item {
    width: 100%;
  }
}
.str-events .event-listing .date {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin: 0;
  margin-bottom: calc(4px * 4);
}
.str-events .event-listing .title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin: 0;
}
.str-events .event-listing .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.str-events .event-listing .links a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #c5822a;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
.str-events .event-listing .view-event {
  margin: 0;
  line-height: 1;
}
.str-events .event-listing .view-event a {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.str-events .event-listing .view-event a:hover {
  opacity: 0.7;
}
.str-events .upcoming-events .listing .list-item {
  background-color: #00142b;
}
.str-events .upcoming-events .listing .list-item .date {
  color: #ffffff;
}
.str-events .upcoming-events .listing .list-item .title {
  color: #ffffff;
  height: calc(4px * 26);
}
.str-events .upcoming-events .listing .list-item .view-event a {
  color: #ffffff;
}
.str-events .past-events .listing .list-item {
  display: none;
  background-color: #f6f6f6;
}
.str-events .past-events .listing .list-item.show {
  display: block;
}
.str-events .past-events .listing .title {
  height: calc(4px * 20);
}
.str-events .past-events .listing .links {
  height: calc(4px * 14);
}
.str-events .past-events .listing .view-event {
  margin-top: calc(4px * 12);
}
.str-events .tabs-select {
  margin-bottom: calc(4px * 8);
}
.str-events .tabs-select .select-wrapper {
  max-width: 200px;
  position: relative;
}
.str-events .tabs-select .select-wrapper::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  position: absolute;
  right: 14px;
  top: 19px;
  content: "\f078";
  font-size: 18px;
  line-height: 18px;
  color: #00142b;
  pointer-events: none;
}
.str-events .tabs-select .select-wrapper select {
  width: 100%;
  border: solid 1px #00142b;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 14px calc(4px * 4) calc(4px * 4) calc(4px * 4);
  background: none;
  cursor: pointer;
}
.str-events .event-display .location::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f3c5";
  margin-right: calc(4px * 3);
}
.str-events .event-display .date {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 10);
}
.str-events .event-display .body {
  margin: calc(4px * 10) 0;
}
.str-events .event-display .additional-info {
  margin: calc(4px * 10) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid 1px #f6f6f6;
  border-left: none;
  border-right: none;
}
.str-events .event-display .additional-info a {
  color: #00142b;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.str-events .event-display .additional-info a:hover {
  opacity: 0.7;
}
.str-events .event-display .additional-info a::before {
  margin-right: calc(4px * 3);
  content: "\f271";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
}
.str-events .event-display .additional-info .presentation a::before {
  content: "\f685";
}
.str-events .event-display .additional-info .webcast a::before {
  content: "\f03d";
}
.str-events .event-display .additional-info > div {
  width: 50%;
  padding: calc(4px * 4) 0;
}

/******* CAREERS LANDING PAGE *******/
.str-careers-landing section.info-blocks .block {
  width: calc((100% - 7 * 28px) / 8 * 4 + (4 - 1) * 28px);
}
@media screen and (max-width: 767px) {
  .str-careers-landing section.info-blocks .block {
    width: 100%;
  }
}
.str-careers-landing section.info-blocks .text h3 {
  margin: 0;
  height: 72px;
}
.str-careers-landing section.info-blocks .careers-working-at-recon .image {
  background-image: url(../../../../_resources/bgs/careers-working-at-recon.jpg);
}
.str-careers-landing section.info-blocks .careers-local-hiring .image {
  background-image: url(../../../../_resources/bgs/careers-local-hiring-3.jpg);
}
.str-careers-landing section.info-blocks .careers-students .image {
  background-image: url(../../../../_resources/bgs/careers-students.jpg);
}
.str-careers-landing section.info-blocks .careers-current-opportunities .image {
  background-image: url(../../../../_resources/bgs/careers-current-opportunities.jpg);
}
.str-careers-landing section.info-blocks .careers-get-training .image {
  background-image: url(../../../../_resources/bgs/careers-get-training.jpg);
}

/******* ABOUT LANDING PAGE *******/
main.about-landing {
  padding: calc(4px * 15) 0px calc(4px * 17) 0px;
}
main.about-landing section.info-blocks {
  padding-top: calc(4px * 8);
}
main.about-landing section.info-blocks .best-practices .image {
  background-image: url(../../../../_resources/bgs/about-best-practice-2.jpg);
}
main.about-landing section.info-blocks .our-team .image {
  background-image: url(../../../../_resources/bgs/about-our-team-3.jpg);
}
main.about-landing section.info-blocks .corporate-profile .image {
  background-image: url(../../../../_resources/bgs/about-corporate-profile.jpg);
}
main.about-landing section.info-blocks .corporate-governance .image {
  background-image: url(../../../../_resources/bgs/about-corporate-governance.jpg);
}
main.about-landing section.info-blocks .about-energy .image {
  background-image: url(../../../../_resources/bgs/about-about-energy.jpg);
}
main.about-landing section.info-blocks .col-2 .block {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
}
@media screen and (max-width: 1023px) {
  main.about-landing section.info-blocks .col-2 .block {
    width: 100%;
  }
}
main.about-landing section.info-blocks .col-3 .block {
  width: calc((100% - 11 * 28px) / 12 * 4 + (4 - 1) * 28px);
}
@media screen and (max-width: 1280px) {
  main.about-landing section.info-blocks .col-3 .block {
    width: calc((100% - 7 * 28px) / 8 * 4 + (4 - 1) * 28px);
  }
}
@media screen and (max-width: 767px) {
  main.about-landing section.info-blocks .col-3 .block {
    width: 100%;
  }
}
main.about-landing section.posts {
  margin: calc(4px * 12) 0 calc(4px * 10) 0;
}
main.about-landing section.posts .posts-list .post {
  width: calc((100% - 11 * 28px) / 12 * 4 + (4 - 1) * 28px);
}
@media screen and (max-width: 1280px) {
  main.about-landing section.posts .posts-list .post {
    width: calc((100% - 7 * 28px) / 8 * 4 + (4 - 1) * 28px);
  }
}
@media screen and (max-width: 767px) {
  main.about-landing section.posts .posts-list .post {
    width: 100%;
  }
}
main.about-landing section.posts h2 {
  line-height: 1;
  padding-bottom: calc(4px * 7);
  margin-bottom: calc(4px * 14);
  border-bottom: solid 1px #d2d2d2;
}
main.about-landing section.watch-video {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
main.about-landing section.watch-video .text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
main.about-landing section.watch-video .text .left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: calc(4px * 10);
  padding-bottom: calc(4px * 12);
}
main.about-landing section.watch-video .text .left-container > div {
  width: calc((100% - 5 * 28px) / 6 * 5 + (5 - 1) * 28px);
}
main.about-landing section.watch-video .text .left-container > div:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
main.about-landing section.watch-video .text .left-container > div:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: calc(4px * 10);
}
main.about-landing section.watch-video .text h2 {
  width: calc((100% - 5 * 28px) / 6 * 5 + (5 - 1) * 28px);
}
main.about-landing section.watch-video .text p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
main.about-landing section.watch-video .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../../_resources/bgs/home-voices2.jpg);
  width: 50%; /*max-width: 800px;*/
  min-height: 512px;
}
@media screen and (max-width: 1023px) {
  main.about-landing section.watch-video {
    display: block;
  }
  main.about-landing section.watch-video .text {
    width: 100%;
  }
  main.about-landing section.watch-video .text .left-container {
    padding: calc(4px * 10) 15px calc(4px * 12) 15px;
  }
  main.about-landing section.watch-video .text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #666;
    font-family: "HelveticaNowDisplay";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  main.about-landing section.watch-video .image {
    width: 100%;
    min-height: initial;
    padding-bottom: 69%;
  }
}
main.about-landing section.faq {
  border-top: solid 1px #e6e6e6;
  padding: calc(4px * 22) 0px calc(4px * 14) 0px;
}
main.about-landing section.faq .title {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
  padding-bottom: calc(4px * 5);
}
main.about-landing section.faq .title h2 {
  margin-bottom: calc(4px * 5);
}
main.about-landing section.faq .text {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
  padding-top: calc(4px * 0);
}
@media screen and (max-width: 1023px) {
  main.about-landing section.faq .read-more {
    display: none;
  }
  main.about-landing section.faq .title {
    width: 100%;
  }
  main.about-landing section.faq .text {
    width: 100%;
  }
}

/******* ESG LANDING PAGE *******/
main.esg-landing {
  padding: calc(4px * 15) 0px calc(4px * 17) 0px;
}
main.esg-landing .info-blocks .block.esg-projects .image {
  background-image: url(../../../../_resources/bgs/Investor-Trip-Water-Well.jpg);
}
main.esg-landing .info-blocks .block.esg-community-initiatives .image {
  background-image: url(../../../../_resources/bgs/esg-communities-2.jpg);
}
main.esg-landing .info-blocks .block.esg-nambinians .image {
  background-image: url(../../../../_resources/bgs/esg-opportunities.jpg);
}
main.esg-landing .info-blocks .block.esg-stakeholders .image {
  background-image: url(../../../../_resources/bgs/esg-stakeholders-v3.jpg);
}
main.esg-landing .info-blocks .block.esg-sustainable .image {
  background-image: url(../../../../_resources/bgs/sustainable-developement.jpg?v=1);
}
main.esg-landing .info-blocks .block.esg-tracking .image {
  background-image: url(../../../../_resources/bgs/esg-tracking.jpg);
}
main.esg-landing section.key-stats {
  padding: calc(4px * 17) 0px calc(4px * 22) 0px;
}
main.esg-landing section.key-stats .title {
  width: calc((100% - 11 * 28px) / 12 * 3 + (3 - 1) * 28px);
}
main.esg-landing section.key-stats .title h3 {
  margin-bottom: calc(4px * 5);
}
main.esg-landing section.key-stats .stats {
  width: calc((100% - 11 * 28px) / 12 * 9 + (9 - 1) * 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main.esg-landing section.key-stats .stats > div {
  width: calc((100% - 8 * 28px) / 9 * 3 + (3 - 1) * 28px);
}
main.esg-landing section.key-stats .stats h1 {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 5);
}
main.esg-landing section.key-stats .stats p {
  margin-bottom: calc(4px * 5);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #727272;
}
main.esg-landing section.stories {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: calc(4px * 18);
}
main.esg-landing section.stories .text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
main.esg-landing section.stories .text .left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: calc(4px * 10);
  padding-bottom: calc(4px * 12);
}
main.esg-landing section.stories .text .left-container h2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc((100% - 5 * 28px) / 6 * 5 + (5 - 1) * 28px);
}
main.esg-landing section.stories .text .left-container p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
main.esg-landing section.stories .text .left-container > div {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc((100% - 5 * 28px) / 6 * 5 + (5 - 1) * 28px);
}
main.esg-landing section.stories .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../../_resources/bgs/home-voices2.jpg);
  width: 50%; /*max-width: 800px;*/
  min-height: 512px;
}

@media screen and (max-width: 1120px) {
  main.esg-landing section.key-stats .title {
    width: 100%;
  }
  main.esg-landing section.key-stats .stats {
    width: 100%;
  }
  main.esg-landing section.key-stats .stats > div {
    width: calc((100% - 11 * 28px) / 12 * 4 + (4 - 1) * 28px);
  }
}
@media screen and (max-width: 1023px) {
  main.esg-landing section.key-stats .stats h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: normal;
    color: #00142b;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
}
@media screen and (max-width: 767px) {
  main.esg-landing section.stories {
    display: block;
  }
  main.esg-landing section.stories .image {
    width: 100%;
    min-height: initial;
    padding-bottom: 70%;
  }
  main.esg-landing section.stories .text {
    width: 100%;
  }
  main.esg-landing section.stories .text .left-container {
    margin: 0px auto 0px auto;
    padding-right: 15px;
    display: block;
  }
  main.esg-landing section.stories .text .left-container h2 {
    width: 100%;
  }
  main.esg-landing section.stories .text .left-container p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #666;
    font-family: "HelveticaNowDisplay";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  main.esg-landing section.stories .text .left-container > div {
    width: 100%;
  }
  main.esg-landing section.key-stats {
    padding: calc(4px * 10) 0px calc(4px * 10) 0px;
    border-bottom: none;
  }
  main.esg-landing section.key-stats .title h3 {
    margin-bottom: calc(4px * 10);
  }
  main.esg-landing section.key-stats .stats > div {
    width: 100%;
    border-top: solid 1px #d2d2d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(4px * 3) 0px calc(4px * 1) 0px;
  }
  main.esg-landing section.key-stats .stats > div:last-of-type {
    display: none;
  }
  main.esg-landing section.key-stats .stats > div > * {
    width: calc((100% - 1 * 28px) / 2 * 1 + (1 - 1) * 28px);
  }
}
/******* OPERATIONS LANDING PAGE *******/
main.operations-landing section.updates {
  padding-top: calc(4px * 24);
}
main.operations-landing section.updates .flex {
  border-top: solid 1px #e6e6e6;
  padding: calc(4px * 11) 0px calc(4px * 28) 0px;
}
main.operations-landing section.updates .image {
  width: calc((100% - 11 * 28px) / 12 * 5 + (5 - 1) * 28px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../../_resources/bgs/operations-updates.jpg);
}
main.operations-landing section.updates .operations-listing {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
}
main.operations-landing section.updates .operations-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: calc(4px * 9);
  position: relative;
}
main.operations-landing section.updates .operations-news-item:not(:last-of-type) {
  margin-bottom: calc(4px * 9);
}
main.operations-landing section.updates .operations-news-item:hover .text .date, main.operations-landing section.updates .operations-news-item:hover .text .title {
  color: #c5822a !important;
}
main.operations-landing section.updates .operations-news-item:hover .link a {
  color: #c5822a !important;
}
main.operations-landing section.updates .operations-news-item .text {
  width: 100%;
}
main.operations-landing section.updates .operations-news-item .text .date {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
main.operations-landing section.updates .operations-news-item .text .title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 3);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
main.operations-landing section.updates .operations-news-item .link {
  width: calc((100% - 5 * 28px) / 6 * 2 + (2 - 1) * 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main.operations-landing section.reports {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
main.operations-landing section.reports .text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
main.operations-landing section.reports .text .left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: calc(4px * 10);
  padding-bottom: calc(4px * 12);
}
main.operations-landing section.reports .text .left-container > div {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc((100% - 5 * 28px) / 6 * 5 + (5 - 1) * 28px);
}
main.operations-landing section.reports .text h2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc((100% - 5 * 28px) / 6 * 5 + (5 - 1) * 28px);
}
main.operations-landing section.reports .text p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
main.operations-landing section.reports .image {
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url(../../../../_resources/bgs/REN-Seismic-Infill-Program.jpg); */
  width: 50%; /*max-width: 800px;*/
  min-height: 512px;
  display: flex;
  align-items: center;
}

main.operations-landing section.reports-footer { background-color: #f6f6f6; padding-bottom: 40px; padding-top: 12px; }
main.operations-landing section.reports-footer p { font-size: 13px; line-height: 1.5; }

main.operations-landing section.info-blocks { padding-top: calc(4px* 8); } 

main.operations-landing section.highlights {
  padding: calc(4px * 17) 0px calc(4px * 15) 0px;
}
main.operations-landing section.highlights .title {
  width: calc((100% - 11 * 28px) / 12 * 3 + (3 - 1) * 28px);
}
main.operations-landing section.highlights .title h3 {
  margin-bottom: calc(4px * 5);
}
main.operations-landing section.highlights .stats {
  width: calc((100% - 11 * 28px) / 12 * 9 + (9 - 1) * 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main.operations-landing section.highlights .stats > div {
  width: calc((100% - 8 * 28px) / 9 * 3 + (3 - 1) * 28px);
}
main.operations-landing section.highlights .stats h1 {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 5);
}
main.operations-landing section.highlights .stats p {
  margin-bottom: calc(4px * 5);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #727272;
}
main.operations-landing section.faq {
  border-top: solid 1px #e6e6e6;
  padding: calc(4px * 19) 0px calc(4px * 13) 0px;
}
main.operations-landing section.faq .title {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
}
main.operations-landing section.faq .title h2 {
  margin-bottom: calc(4px * 5);
}
main.operations-landing section.faq .text {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
  padding-top: calc(4px * 0);
}
main.operations-landing section.faq .text p {
  padding: calc(4px * 9) 0;
  margin: 0;
  border-bottom: solid 1px #e6e6e6;
}
main.operations-landing section.faq .text p:first-of-type {
  border-top: solid 1px #e6e6e6;
}
main.operations-landing section.faq .text p a {
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
main.operations-landing section.faq .text p a:hover {
  color: #c5822a;
}

@media screen and (max-width: 1120px) {
  main.operations-landing section.highlights .title {
    width: 100%;
  }
  main.operations-landing section.highlights .stats {
    width: 100%;
  }
  main.operations-landing section.highlights .stats > div {
    width: calc((100% - 11 * 28px) / 12 * 4 + (4 - 1) * 28px);
  }
}
@media screen and (max-width: 1023px) {
  main.operations-landing section.updates {
    padding-top: calc(4px * 14);
  }
  main.operations-landing section.updates h2 {
    margin-bottom: calc(4px * 9);
  }
  main.operations-landing section.updates .flex {
    display: block;
    padding: calc(4px * 8) 0px calc(4px * 11) 0px;
  }
  main.operations-landing section.updates .image {
    display: none;
  }
  main.operations-landing section.updates .operations-listing {
    width: 100%;
  }
  main.operations-landing section.updates .operations-news-item {
    display: block;
  }
  main.operations-landing section.updates .operations-news-item .text {
    width: 100%;
  }
  main.operations-landing section.updates .operations-news-item .text .date {
    margin-bottom: calc(4px * 6);
  }
  main.operations-landing section.updates .operations-news-item .text .title {
    margin-bottom: calc(4px * 4);
  }
  main.operations-landing section.updates .operations-news-item .link {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main.operations-landing section.reports {
    display: block;
  }
  main.operations-landing section.reports .text {
    width: 100%;
  }
  main.operations-landing section.reports .text .left-container {
    padding: calc(4px * 10) 15px calc(4px * 12) 15px;
  }
  main.operations-landing section.reports .text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #666;
    font-family: "HelveticaNowDisplay";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  main.operations-landing section.reports .image {
    width: 100%;
    min-height: initial;
    /* padding-bottom: 69%; */
  }
  main.operations-landing section.highlights {
    padding: calc(4px * 10) 0px calc(4px * 11) 0px;
    border-bottom: none;
  }
  main.operations-landing section.highlights .title h3 {
    margin-bottom: calc(4px * 10);
  }
  main.operations-landing section.highlights .stats > div {
    width: 100%;
    border-top: solid 1px #d2d2d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(4px * 2) 0px calc(4px * 0) 0px;
  }
  main.operations-landing section.highlights .stats > div h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: normal;
    color: #00142b;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  main.operations-landing section.highlights .stats > div > * {
    width: calc((100% - 1 * 28px) / 2 * 1 + (1 - 1) * 28px);
  }
  main.operations-landing section.faq {
    padding: calc(4px * 0) 0px calc(4px * 9) 0px;
    border-top: 0px;
  }
  main.operations-landing section.faq .title {
    width: 100%;
  }
  main.operations-landing section.faq .title h2 {
    margin-bottom: calc(4px * 8);
  }
  main.operations-landing section.faq .title .read-more {
    display: none;
  }
  main.operations-landing section.faq .text {
    width: 100%;
    padding-top: calc(4px * 8);
  }
}
/******* INVESTORS LANDING PAGE *******/
main.investors-landing section.banner-bar {
  background-color: #c5822a;
}
main.investors-landing section.banner-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
}
main.investors-landing section.banner-bar .container > div {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
main.investors-landing section.banner-bar .container span::before {
  content: "|";
  margin-left: calc(4px * 2);
  margin-right: calc(4px * 2);
}
main.investors-landing section.banner-bar .container span:first-child::before {
  content: none;
}
@media screen and (max-width: 1280px) {
  main.investors-landing section.banner-bar .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main.investors-landing section.banner-bar .container > div {
    text-align: center;
    padding-top: calc(4px * 3);
    padding-bottom: calc(4px * 3);
  }
  main.investors-landing section.banner-bar .container > div:first-of-type {
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (max-width: 767px) {
  main.investors-landing section.banner-bar .container > div span {
    display: block;
    line-height: 1.7;
  }
  main.investors-landing section.banner-bar .container > div span::before {
    content: none;
  }
}
main.investors-landing section.latest {
  padding-top: calc(4px * 20);
}
main.investors-landing section.latest .featured-link {
  margin-bottom: calc(4px * 20);
}
main.investors-landing section.latest .flex-title {
  margin-bottom: calc(4px * 9);
}
main.investors-landing section.latest .news-item {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
  border-top: solid 1px #e6e6e6;
  padding: calc(4px * 9) 0px calc(4px * 10) 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main.investors-landing section.latest .news-item .title a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
main.investors-landing section.latest .news-item .title a:hover {
  color: #c5822a !important;
}
main.investors-landing section.latest .news-item .date {
  margin-bottom: calc(4px * 3);
}
main.investors-landing section.latest .news-item .date a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
main.investors-landing section.stock-info {
  background-color: #f6f6f6;
  padding: calc(4px * 18) 0px calc(4px * 23) 0px;
}
main.investors-landing section.stock-info .flex-title {
  margin-bottom: calc(4px * 10);
}
main.investors-landing section.stock-info .stocks {
  position: relative;
}
main.investors-landing section.stock-info .stocks .symbols.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: calc(4px * 8);
}
main.investors-landing section.stock-info .stocks .symbols.desktop h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin: 0px 25px 0px 0px;
  display: inline-block;
  padding: calc(4px * 1) 15px;
  border-radius: 30px;
  cursor: pointer;
}
main.investors-landing section.stock-info .stocks .symbols.desktop h5.selected {
  color: #ffffff;
  background-color: #c5822a;
}
main.investors-landing section.stock-info .stocks .symbols.mobile {
  display: none;
  margin-bottom: calc(4px * 6);
}
main.investors-landing section.stock-info .stocks .symbols.mobile .select-wrapper {
  width: 170px;
  position: relative;
}
main.investors-landing section.stock-info .stocks .symbols.mobile .select-wrapper::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  position: absolute;
  right: 14px;
  top: 18px;
  content: "\f078";
  font-size: 16px;
  line-height: 16px;
  color: #c5822a;
  pointer-events: none;
}
main.investors-landing section.stock-info .stocks .symbols.mobile .select-wrapper select {
  width: 100%;
  border: solid 1px #c5822a;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  background-color: #f6f6f6;
  padding: calc(4px * 3) calc(4px * 4);
}
main.investors-landing section.stock-info .stocks .info {
  display: none;
}
main.investors-landing section.stock-info .stocks .info.selected {
  display: block;
}
main.investors-landing section.stock-info .stocks .info > .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
main.investors-landing section.stock-info .stocks .info .flex.two > div {
  width: 50%;
}
main.investors-landing section.stock-info .stocks .info .flex.four > div {
  width: 25%;
  border-bottom: solid 1px #d2d2d2;
}
main.investors-landing section.stock-info .stocks .info .chart {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
  background-color: #ffffff;
}
main.investors-landing section.stock-info .stocks .info .chart .highstock {
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 378px;
}
main.investors-landing section.stock-info .stocks .info .chart .highstock.show {
  opacity: 1;
}
main.investors-landing section.stock-info .stocks .info .text {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
  background-color: #ffffff;
  padding: calc(4px * 13) 58px calc(4px * 12) 55px;
}
main.investors-landing section.stock-info .stocks .info .text h2 {
  font-size: 56px;
  line-height: 64px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #d2d2d2;
  margin-bottom: calc(4px * 7);
}
main.investors-landing section.stock-info .stocks .info .text h3 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 1);
}
main.investors-landing section.stock-info .stocks .info .text h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 4);
}
main.investors-landing section.stock-info .stocks .info .text .two h4 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 11);
}
main.investors-landing section.stock-info .stocks .info .text p.delay {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin: calc(4px * 3) 0px 0px 0px;
}
main.investors-landing section.stock-info a.mobile {
  display: none;
  margin-top: calc(4px * 8);
}
main.investors-landing section.highlights {
  padding-top: calc(4px * 20);
}
main.investors-landing section.highlights .title {
  width: calc((100% - 11 * 28px) / 12 * 3 + (3 - 1) * 28px);
}
main.investors-landing section.highlights .title h3 {
  margin-bottom: calc(4px * 5);
}
main.investors-landing section.highlights .stats {
  width: calc((100% - 11 * 28px) / 12 * 9 + (9 - 1) * 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main.investors-landing section.highlights .stats > div {
  width: calc((100% - 8 * 28px) / 9 * 3 + (3 - 1) * 28px);
}
main.investors-landing section.highlights .stats h1 {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: calc(4px * 5);
}
main.investors-landing section.highlights .stats p {
  margin-bottom: calc(4px * 5);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #00213d;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #727272;
}
@media screen and (max-width: 1120px) {
  main.investors-landing section.highlights .title {
    width: 100%;
  }
  main.investors-landing section.highlights .stats {
    width: 100%;
  }
  main.investors-landing section.highlights .stats > div {
    width: calc((100% - 11 * 28px) / 12 * 4 + (4 - 1) * 28px);
  }
}
@media screen and (max-width: 1023px) {
  main.investors-landing section.highlights {
    padding-top: calc(4px * 14);
    border-bottom: none;
  }
  main.investors-landing section.highlights .title h3 {
    margin-bottom: calc(4px * 10);
  }
  main.investors-landing section.highlights .stats > div {
    width: 100%;
    border-top: solid 1px #d2d2d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(4px * 2) 0px calc(4px * 0) 0px;
  }
  main.investors-landing section.highlights .stats > div h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: normal;
    color: #00142b;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  main.investors-landing section.highlights .stats > div > * {
    width: calc((100% - 1 * 28px) / 2 * 1 + (1 - 1) * 28px);
  }
}
main.investors-landing section.info-blocks {
  padding: calc(4px * 21) 0px calc(4px * 19) 0px;
}
main.investors-landing section.info-blocks .block {
  margin-bottom: calc(4px * 12);
}
main.investors-landing section.info-blocks .block.investors-why .image {
  background-image: url(../../../../_resources/bgs/investors-why-invest.jpg?v2);
}
main.investors-landing section.info-blocks .block.investors-esg .image {
  background-image: url(../../../../_resources/bgs/investors-esg.jpg);
}
main.investors-landing section.info-blocks .block.investors-reports .image {
  background-image: url(../../../../_resources/bgs/investors-reports-v3.jpg);
}
main.investors-landing section.info-blocks .block.investors-analyst .image {
  background-image: url(../../../../_resources/bgs/analyst-coverage-v4.jpg);
}

@media screen and (max-width: 1023px) {
  main.investors-landing section.latest {
    padding-top: calc(4px * 10);
  }
  main.investors-landing section.latest .featured-link {
    margin-bottom: calc(4px * 10);
  }
  main.investors-landing section.stock-info {
    padding: calc(4px * 10) 0px calc(4px * 10) 0px;
  }
  main.investors-landing section.stock-info .flex-title {
    margin-bottom: calc(4px * 6);
  }
  main.investors-landing section.stock-info .stocks .info > .flex {
    display: block;
  }
  main.investors-landing section.stock-info .stocks .info .chart {
    width: 100%;
    margin-bottom: calc(4px * 2);
  }
  main.investors-landing section.stock-info .stocks .info .text {
    width: 100%;
  }
  main.investors-landing section.stock-info .stocks .symbols.desktop {
    display: none;
  }
  main.investors-landing section.stock-info .stocks .symbols.mobile {
    display: block;
  }
  main.investors-landing section.info-blocks {
    padding: calc(4px * 10) 0px calc(4px * 4) 0px;
  }
  main.investors-landing section.info-blocks .block {
    margin-bottom: calc(4px * 6);
  }
}
@media screen and (max-width: 767px) {
  main.investors-landing section.latest {
    padding-bottom: calc(4px * 13);
  }
  main.investors-landing section.latest .news-item {
    width: 100%;
    display: block;
    padding: calc(4px * 2) 0px;
  }
  main.investors-landing section.latest .news-item .title {
    margin-bottom: calc(4px * 3);
  }
  main.investors-landing section.latest .news-item .date {
    margin-bottom: calc(4px * 0);
  }
  main.investors-landing section.latest .news-item .date a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    color: #00142b;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  main.investors-landing section.stock-info .stocks .info .text {
    padding: calc(4px * 6) 23px calc(4px * 4) 17px;
  }
  main.investors-landing section.stock-info .stocks .info .text h2 {
    display: none;
  }
  main.investors-landing section.stock-info .stocks .info .text .flex.two h4 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: normal;
    color: #00142b;
    font-family: "HelveticaNowDisplay-Bold";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: calc(4px * 3);
  }
  main.investors-landing section.stock-info .stocks .info .text .flex.four > div {
    width: 50%;
  }
  main.investors-landing section.stock-info .stocks .info .text .flex.four > div:nth-of-type(-n + 2) {
    border-bottom: none;
  }
  main.investors-landing section.stock-info .stocks .info .text p.delay {
    margin-top: calc(4px * 4);
  }
  main.investors-landing section.stock-info a.mobile {
    display: block;
  }
}
/* - - - -|| INNER END ||- - - - */
/* - - - -|| FOOTER START ||- - - - */
footer {
  background-color: #fafafa;
}
footer .subscribe {
  border-bottom: solid 1px rgba(151, 151, 151, 0.33);
  padding: calc(4px * 10) 0px;
}
footer .subscribe .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .subscribe h2 {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
  margin-bottom: 0px;
}
footer .subscribe form {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .subscribe .textbox {
  width: calc((100% - 5 * 28px) / 6 * 2 + (2 - 1) * 28px);
}
footer .subscribe .textbox input {
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  color: rgba(0, 0, 0, 0.34);
  height: 56px;
  font-size: 16px;
  padding: 0px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
footer .subscribe .textbox input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.34);
}
footer .subscribe .button {
  width: 240px;
  padding: calc(4px * 3);
  height: auto;
}
footer .inquiries {
  border-bottom: solid 1px rgba(151, 151, 151, 0.33);
  padding: calc(4px * 7) 0px;
  min-height: calc(4px * 45);
}
footer .inquiries .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
footer .inquiries .text {
  width: calc((100% - 11 * 28px) / 12 * 6 + (6 - 1) * 28px);
}
footer .inquiries .text > div {
  width: calc((100% - 5 * 28px) / 6 * 2 + (2 - 1) * 28px);
  padding-right: 15px;
}
footer .inquiries .text a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer .inquiries .text a:hover {
  opacity: 0.7;
}
footer .inquiries .logo {
  width: calc((100% - 11 * 28px) / 12 * 2 + (2 - 1) * 28px);
}
footer .inquiries .logo a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer .inquiries .logo a:hover {
  opacity: 0.7;
}
footer .navigation {
  padding: calc(4px * 6) 0px calc(4px * 8) 0px;
  border-bottom: solid 1px rgba(151, 151, 151, 0.33);
}
footer .navigation nav > div.column {
  width: calc((100% - 11 * 28px) / 12 * 2 + (2 - 1) * 28px);
}
footer .navigation nav div.category > a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer .navigation nav div.category > a:hover {
  opacity: 0.7;
}
footer .navigation nav div.sub {
  margin-bottom: calc(4px * 8);
}
footer .navigation nav div.sub a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer .navigation nav div.sub a:hover {
  opacity: 0.7;
}
footer .navigation nav div.sub div.str-about-landing, footer .navigation nav div.sub div.str-operations-landing, footer .navigation nav div.sub div.str-investors-landing, footer .navigation nav div.sub div.str-esg-landing, footer .navigation nav div.sub div.str-careers-landing {
  display: none;
}
footer .navigation nav div.category {
  margin-bottom: calc(4px * 5);
}
footer .navigation .social p {
  margin-bottom: calc(4px * 2);
}
footer .navigation .social .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex-start;
          flex-direction: flex-start;
}
footer .navigation .social .links a {
  color: #c5822a;
  font-size: 16px;
  margin-right: 36px;
}
footer .bottom {
  padding: calc(4px * 4) 0px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
footer .bottom .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .bottom a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #666;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer .bottom a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1280px) {
  footer .inquiries .text {
    width: calc((100% - 11 * 28px) / 12 * 9 + (9 - 1) * 28px);
  }
  footer .inquiries .text > div {
    width: calc((100% - 8 * 28px) / 9 * 3 + (3 - 1) * 28px);
  }
}
@media screen and (max-width: 1023px) {
  footer .subscribe h2 {
    width: 100%;
    margin-bottom: calc(4px * 5);
  }
  footer .subscribe form {
    width: 100%;
  }
  footer .subscribe .textbox {
    width: calc((100% - 11 * 28px) / 12 * 5 + (5 - 1) * 28px);
  }
  footer .inquiries {
    border-bottom: none;
    min-height: initial;
    padding-bottom: 0px;
  }
  footer .navigation {
    padding-top: 0px;
  }
  footer .navigation nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .subscribe .textbox {
    width: 100%;
    margin-bottom: calc(4px * 2);
  }
  footer .subscribe .button {
    width: 200px;
    margin-top: calc(4px * 2);
  }
  footer .inquiries {
    padding-top: calc(4px * 9);
  }
  footer .inquiries .container {
    display: block;
  }
  footer .inquiries .logo {
    width: 220px;
    margin-bottom: calc(4px * 8);
  }
  footer .inquiries .text {
    display: block;
  }
  footer .inquiries .text p {
    margin-bottom: calc(4px * 4);
  }
  footer .navigation {
    padding-bottom: calc(4px * 6);
  }
  footer .bottom {
    text-align: center;
  }
  footer .bottom .container {
    display: block;
  }
}
/* - - - -|| FOOTER END ||- - - - */

@media screen and (max-width: 767px) {
  .cat-esg.str-esg-landing .hero .container .clear-button { background-color: #c5822a; border-color: #c5822a; color: #FFF; }
  .cat-esg.str-esg-landing .hero .container .clear-button::after { color: #FFF; }
  .cat-esg.str-esg-landing .hero .container .clear-button:hover { opacity: 0.8;}
}

@media screen and (max-width: 600px) {
  main #content table.analysts-table tr td  {padding-bottom: 10px; vertical-align: top;}
  main #content table.analysts-table tr td ~ td {padding-left: 16px;}
}


/* MAILJET */
.request-info input[type=checkbox] + label.check-label {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  color: #00142b;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

/* FINANCIALS PAGE  */
/*main #content .table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
}*/
main #content table.financials-table {
  border: none;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  color: #00142b;
  font-family: "HelveticaNowDisplay";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  width:100%;

}
main #content table.financials-table th, main .content table.financials-table th {
  font-family: "HelveticaNowDisplay-Bold";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  border: none;
  border-bottom: solid 1px #00213d;
  padding-bottom: calc(4px * 4);
  vertical-align: top;


}


main #content table.financials-table thead + tbody > tr td, main .content table.financials-table thead + tbody > tr td {
  padding-top: calc(4px * 3);
  padding-bottom: calc(4px * 3);
  border:none;
  vertical-align: top;
  width: calc(100% / 5);
}
main #content table.financials-table tr:not(:last-of-type), main .content table.financials-table tr:not(:last-of-type) {
  border:unset;
  border-bottom: solid 1px #d2d2d2;
  
}

main #content table.financials-table td a, main .content table.financials-table td a{color:#c5822a; text-decoration: none;}
main #content table.financials-table td a:after, main .content table.financials-table td a:after{font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-style: normal;
    content: "\f1c1";
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;}

@media screen and (max-width: 800px) {
main #content table.financials-table{min-width: 800px;}
}