@charset "UTF-8";
/***************** COLOR BRAND *****************/
/***************** COLOR TEXT *****************/
/***************** COLOR SURFACE *****************/
/* **************** COLOR BORDER *****************/
html {
  box-sizing: border-box;
  margin: auto;
  overflow-x: hidden;
}

html.modal {
  overflow-y: hidden;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline: 0 !important;
}

body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2d3137;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: normal;
}

h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: 0.1px;
  color: #005da3;
}

h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #005da3;
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #005da3;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: normal;
}

h6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1px;
}

p.large {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
}

p.footnote {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

.footnote p {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
.footnote li {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
.blue{color:#005da3;}
@media screen and (max-width: 1023px) {
  body {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: normal;
  }
  h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: normal;
  }
  h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.23;
    letter-spacing: 0.05px;
  }
  h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
  }
  h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: normal;
  }
  h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: normal;
  }
  h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: normal;
  }
  p.large {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: normal;
  }
  #width-check {
    z-index: 1;
  }
}
input[type=text] {
  -webkit-appearance: none;
  box-shadow: none !important;
}

input[type=email] {
  -webkit-appearance: none;
  box-shadow: none !important;
}

textarea {
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
}

select {
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}

button {
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

table:not(.fc-col-header) {
  margin-top: 0px;
  margin-bottom: 25px;
}

a {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

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

strong {
  font-weight: bold;
}

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

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

div.table-overflow.show {
  width: calc(100% + 15px);
  margin-right: -15px;
}
div.table-overflow.show table {
  margin-bottom: 15px !important;
}

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

p.instruction {
  display: none;
}
p.instruction i {
  margin-left: 15px;
}

p.instruction.show {
  display: block;
  margin-top: 10px;
}

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

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

.flex {
  display: flex;
  justify-content: space-between;
}

.half {
  width: 50%;
}

.third {
  width: 33.3333333333%;
}

.quarter {
  width: 25%;
}

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

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

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

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

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

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

.animate {
  visibility: hidden;
}

.animate.show {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

.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%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes fadeIn {
  0% {
    animation-timing-function: ease-in;
    visibility: hidden;
    opacity: 0;
  }
  100% {
    animation-timing-function: ease-in;
    visibility: visible;
    opacity: 1;
    animation-fill-mode: forwards;
  }
}
@keyframes fadeInArrows {
  0% {
    animation-timing-function: ease-in;
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  100% {
    transform: translateY(0%) translateX(0px) skew(-22deg);
    animation-timing-function: ease-in;
    visibility: visible;
    display: block;
    opacity: 1;
    animation-fill-mode: forwards;
  }
}
@keyframes fadeInUp {
  0% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 50%, 0);
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    display: inline-block;
    opacity: 1;
    animation-fill-mode: forwards;
  }
}
@keyframes verticalBorderDraw {
  0% {
    animation-timing-function: ease-in;
    height: 1px;
  }
  100% {
    animation-timing-function: ease-in;
    height: 100%;
    animation-fill-mode: forwards;
  }
}
@keyframes verticalBorderDrawShort {
  0% {
    animation-timing-function: ease-in;
    height: 1px;
  }
  100% {
    animation-timing-function: ease-in;
    height: calc(100% - 190px);
    animation-fill-mode: forwards;
  }
}
@keyframes borderDraw {
  0% {
    animation-timing-function: ease-in;
    width: 0px;
  }
  100% {
    animation-timing-function: ease-in;
    width: 100%;
    animation-fill-mode: forwards;
  }
}
.preFadeInUp {
  opacity: 0;
}

.preFadeIn {
  opacity: 0;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.fadeInArrows {
  animation-name: fadeInArrows;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.verticalBorderDraw {
  position: relative;
}
.verticalBorderDraw::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  background-color: #005da3;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  visibility: hidden;
}

.verticalBorderDraw.show::before {
  visibility: visible;
  animation-name: verticalBorderDraw;
}

.verticalBorderDrawShort {
  position: relative;
}
.verticalBorderDrawShort::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0px;
  width: 1px;
  background-color: #005da3;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  visibility: hidden;
}

.verticalBorderDrawShort.show::before {
  visibility: visible;
  animation-name: verticalBorderDrawShort;
}

.border-link {
  text-align: left;
  color: #ffffff;
  position: relative;
}
.border-link::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -6px;
  height: 1px;
  background-color: #ffffff;
  width: 0px;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
}
.border-link:hover::after {
  animation-name: borderDraw;
}

.borderDrawTop {
  position: relative;
  padding-top: 12px;
}
.borderDrawTop::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  background-color: #ffffff;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  visibility: hidden;
}

.borderDrawTop.show::before {
  visibility: visible;
  animation-name: borderDraw;
}

body.admin a.redirect {
  pointer-events: none !important;
}

/* BUTTON STYLES */
.button {
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 0;
  border: 0;
  height: 54px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  transition: all 0.25s ease-in-out;
  background-color: #005da3;
  color: #ffffff;
}
.button:hover {
  background-color: #d6bc7a;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .button {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
  }
}

.white-button {
  cursor: pointer;
  padding: 12px 24px;
  border-radius: 0;
  border: 0;
  height: 54px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
  color: #005da3;
}
.white-button:hover {
  color: #ffffff;
  background-color: #d6bc7a;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .white-button {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
  }
}

.button.pdf::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  color: #d6bc7a;
  margin-right: 7px;
  display: inline-block;
}
.button.pdf:hover::before {
  color: #ffffff;
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.list-item > .date {
  width: 88px;
  border: solid 1px #005da3;
  border-radius: 4px;
  text-align: center;
  padding: 12px 0px;
}
.list-item > .date .month {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #005da3;
  text-transform: uppercase;
}
.list-item > .date .day {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  color: #433e72;
}
.list-item > .date .year {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #005da3;
}
.list-item .text {
  width: calc(100% - 88px);
  padding-left: 24px;
}
.list-item .text .title a {
  font-weight: 500;
  color: #005da3;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.list-item .text .location {
  color: #2d3137;
  margin-top: 8px;
  font-weight: 500;
}
.list-item .text .location::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f3c5";
  font-size: 16px;
  color: #005da3;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: -1px;
}
.list-item .text.flex {
  align-items: center;
}
.list-item .text.flex .left {
  width: calc(100% - 160px);
}
.list-item .text.flex .right {
  width: 160px;
  text-align: right;
}
.list-item .text.flex .event-button {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
  color: #005da3;
  display: inline-block;
  border: solid 1px #005da3;
  border-radius: 24px;
  white-space: nowrap;
  padding: 8px 16px;
}
.list-item .text.flex .event-button:hover {
  border: solid 1px #06325f;
  background-color: #005da3;
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
}

.list-item.all-events {
  border-top: solid 1px #005da3;
  padding: 9px 0px;
  align-items: center;
}

.list-item.media {
  padding: 16px 0px;
  position: relative;
  border-top: solid 1px #005da3;
}
.list-item.media:last-of-type {
  border-bottom: solid 1px #005da3;
}
.list-item.media a.text {
  font-weight: 500;
  color: #005da3;
  transition: all 0.25s ease-in-out;
}
.list-item.media a.text:hover {
  opacity: 0.65;
  text-decoration: none;
}
.list-item.media .icon {
  padding: 0 0 0 16px;
}
.list-item.media .icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  content: "\f144";
  color: #d6bc7a;
  font-size: 32px;
}
.list-item.media .text {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

@media screen and (max-width: 1023px) {
  .list-item > .date {
    width: 68px;
    padding: 16px 0;
  }
  .list-item > .date .day {
    font-size: 36px;
  }
  .list-item .text {
    width: calc(100% - 68px);
    padding-left: 16px;
  }
  .list-item.media .text {
    display: block;
    padding-top: 4px;
  }
  .list-item.media .text .icon {
    padding: 0;
  }
  .list-item.media .text .icon::before {
    font-size: 24px;
  }
}
.presentation-link {
  width: 100%;
  max-width: 234px;
  height: 140px;
  position: relative;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
}
.presentation-link::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../../_resources/bgs/bg_presentation.png);
  color: #2d3137;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.presentation-link a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  font-weight: 500;
  line-height: 1.33;
  color: #ffffff;
}
.presentation-link a span {
  position: absolute;
  bottom: 16px;
  left: 18px;
}
.presentation-link a::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  position: absolute;
  bottom: 16px;
  right: 18px;
}
.presentation-link:hover::before {
  opacity: 0.75;
}

.featherlight.blue .featherlight-content {
  background-color: #005da3 !important;
}

.featherlight .featherlight-content {
  padding: 0% !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: #ffffff !important;
  font-size: 40px !important;
  line-height: 40px !important;
  width: 40px !important;
}

@media screen and (max-width: 1024px) {
  .featherlight .featherlight-inner {
    max-width: 90vw !important;
  }
  .featherlight .featherlight-content {
    max-width: 90vw !important;
    margin: 0 auto !important;
  }
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
}

header.desktop > .top {
  background-color: #005da3;
  height: 35px;
  transition: all 0.25s ease-in-out;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
header.desktop > .top .link a {
  color: #ffffff;
  text-decoration: underline;
}
header.desktop > .top .link i {
  color: #d6bc7a;
  margin-left: 16px;
}
header.desktop > .top .container {
  align-items: center;
  height: 100%;
}
header.desktop > .top .stock {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
header.desktop > .top .stock > div:not(:first-of-type) {
  border-left: solid 1px rgba(255, 255, 255, 0.58);
  margin-left: 16px;
  padding-left: 16px;
}
header.desktop > .top .stock > div span {
  color: #d6bc7a;
}
header.desktop > .bottom {
  background-color: #ffffff;
  height: 90px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
header.desktop > .bottom .container {
  height: 100%;
  align-items: center;
}
header.desktop > .bottom .logo {
  max-width: 209px;
  width: 100%;
  height: 76px;
  position: relative;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
header.desktop > .bottom .logo:hover {
  opacity: 0.7;
}
header.desktop > .bottom .logo a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
header.desktop > .bottom .logo a:hover {
  opacity: 0.7;
}
header.desktop > .bottom .logo img {
  padding: 0;
  position: absolute;
  top: -7px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.25s ease-in-out;
}
header.desktop > .bottom .logo img.white {
  opacity: 0;
}
@media screen and (max-width: 1120px) {
  header.desktop > .bottom .logo {
    max-width: 170px;
    height: 53px;
  }

  header.desktop > .bottom .logo img {
    padding: 0;
    top: -10px;
  }
}
header.desktop > .bottom nav {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
header.desktop > .bottom nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.desktop > .bottom nav ul.top {
  display: flex;
  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;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #005da3;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  padding: 31px 6px;
  display: block;
}
header.desktop > .bottom nav ul.top > li > a:hover {
  opacity: 0.7;
}
header.desktop > .bottom nav ul.top > li:hover ul.sub {
  opacity: 1;
  pointer-events: all;
}
header.desktop > .bottom nav ul.top > li.search-icon {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #005da3;
  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 {
  padding: 31px 0px;
}
header.desktop > .bottom nav ul.top > li.cat-connect > ul.sub {
  left: initial;
  right: -30px;
}
header.desktop > .bottom nav ul.sub {
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: #e3e6e8;
  list-style: none;
  min-width: 212px;
  padding: 10px 20px 14px 30px;
  top: calc(100% - 2px);
  left: -30px;
  z-index: 0;
}
header.desktop > .bottom nav ul.sub a {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #005da3;
  opacity: 1;
  display: block;
  text-align: left;
  padding: 10px 0px;
  transition: all 0.25s ease-in-out;
}
header.desktop > .bottom nav ul.sub a:hover {
  opacity: 0.6;
}
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;
  transition: all 0.25s ease-in-out;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 830px;
}
header.desktop > .bottom nav .search-hold form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: solid 1px #005da3;
}
header.desktop > .bottom nav .search-hold form input[type=search] {
  width: calc(100% - 20px);
  background-color: transparent;
  border: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #005da3;
  transition: all 0.25s ease-in-out;
}
header.desktop > .bottom nav .search-hold form input[type=search]::-webkit-input-placeholder {
  color: #005da3;
}
header.desktop > .bottom nav .search-hold form input[type=search]:-moz-placeholder {
  color: #005da3;
}
header.desktop > .bottom nav .search-hold form input[type=search]::-moz-placeholder {
  color: #005da3;
}
header.desktop > .bottom nav .search-hold form input[type=search]:-ms-input-placeholder {
  color: #005da3;
}
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 {
  display: none;
}
header.desktop > .bottom nav .search-hold form input[type=search]::-webkit-search-cancel-button {
  display: none;
}
header.desktop > .bottom nav .search-hold form input[type=search]::-webkit-search-results-button {
  display: none;
}
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: #005da3;
  cursor: pointer;
  font-size: 18px;
  margin-top: -2px;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  text-align: right;
  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 > .top {
  height: 0px;
  opacity: 0;
}
header.desktop.sticky > .bottom {
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
}
header.desktop.sticky > .bottom nav ul.sub {
  box-shadow: 0 15px 13px 0 rgba(0, 0, 0, 0.17);
}

header.desktop.stuck > .bottom {
  box-shadow: none;
}

header.mobile {
  display: none;
  pointer-events: none;
}
header.mobile .head {
  background-color: #ffffff;
  transition: all 0.25s ease-in-out;
  height: 52px;
  pointer-events: all;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
}
header.mobile .head .container {
  align-items: center;
  height: 100%;
}
header.mobile .head .logo {
  max-width: 136px;
  width: 100%;
  height: 40px;
  position: relative;
  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;
  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: -10px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: all 0.25s ease-in-out;
}
header.mobile .head .logo img.white {
  opacity: 0;
}
header.mobile .head .menu-icon {
  position: relative;
  width: 25px;
  height: 16px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  pointer-events: all;
}
header.mobile .head .menu-icon span {
  height: 2px;
  width: 100%;
  background-color: #005da3;
  margin-bottom: 5px;
  display: block;
  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: #005da3;
  height: calc(100vh - 52px);
  height: calc(var(--vh, 1vh) * 100 - 52px);
  transform: translateX(-200%);
  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: 38px;
}
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;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0px 15px;
  display: flex;
  justify-content: space-between;
  padding: 9px 0px;
}
header.mobile .mobile-menu nav ul.top li.social {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  padding-bottom: 3px;
  padding-top: 10px;
}
header.mobile .mobile-menu nav ul.top li.social a {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  text-align: right;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-right: 0px;
  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: #05284C;
  list-style: none;
  margin: 9px 0px;
  padding: 9px 0px 13px 0px;
}
header.mobile .mobile-menu nav ul.sub > li > a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  margin: 0px 20px;
  display: flex;
  justify-content: space-between;
  padding: 11px 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: 20px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0px 20px 0px 30px;
  padding: 11px 0px;
  display: block;
}
header.mobile .mobile-menu .bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 200px;
  padding: 26px 15px;
}
header.mobile .mobile-menu .bottom .search-hold {
  display: block;
  border-bottom: solid 1px #ffffff;
}
header.mobile .mobile-menu .bottom .search-hold form {
  display: flex;
  justify-content: space-between;
  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: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  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: #d6bc7a;
}
header.mobile .mobile-menu .bottom .search-hold form input[type=search]::-moz-placeholder {
  color: #d6bc7a;
}
header.mobile .mobile-menu .bottom .search-hold form input[type=search]:-ms-input-placeholder {
  color: #d6bc7a;
}
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 {
  display: none;
}
header.mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-search-cancel-button {
  display: none;
}
header.mobile .mobile-menu .bottom .search-hold form input[type=search]::-webkit-search-results-button {
  display: none;
}
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-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #ffffff;
  margin-right: 2px;
}
header.mobile .mobile-menu .bottom .flex {
  align-items: flex-end;
}
header.mobile .mobile-menu .bottom .stock {
  padding-top: 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
header.mobile .mobile-menu .bottom .stock > div {
  margin-bottom: 4px;
}
header.mobile .mobile-menu .bottom .stock span {
  color: #d6bc7a;
}
header.mobile .mobile-menu .bottom .link {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 14px;
}
header.mobile .mobile-menu .bottom .link a {
  color: #ffffff;
  text-decoration: underline;
}
header.mobile .mobile-menu .bottom .link i {
  color: #d6bc7a;
  margin-left: 16px;
}

header.mobile.open {
  pointer-events: all;
}
header.mobile.open .head {
  background-color: #005da3;
}
header.mobile.open .head .logo img {
  opacity: 0;
}
header.mobile.open .head .logo img.white {
  opacity: 1;
}
header.mobile.open .head .menu-icon {
  width: 20px;
  height: 20px;
}
header.mobile.open .head .menu-icon span {
  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;
  transform-origin: top left;
  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;
  transform-origin: bottom left;
  transform: rotate(-45deg);
}
header.mobile.open .mobile-menu {
  transform: translateX(0);
}

header.mobile.stuck .head {
  box-shadow: none;
}

@media screen and (max-width: 1023px) {
  header.desktop {
    display: none;
  }
  header.mobile {
    display: block;
  }
}
/* - - - -|| FOOTER START ||- - - - */
footer {
  width: 100%;
  position: relative;
  z-index: 1;
}
footer > div.top {
  background-color: #002e56;
  color: #ffffff;
  position: relative;
}
footer > div.top h4 {
  color: #ffffff;
  margin: 0 0 16px;
}
footer > div.top h5 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px;
}
footer > div.top h5 span {
  font-weight: 500;
  display: inline-block;
}
footer > div.top p {
  color: #ffffff;
}
footer > div.top > div {
  background-image: url("../img/bg_newsletter.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 68px center;
  padding-top: 80px;
  padding-bottom: 80px;
}
footer > div.top input[type=text] {
  color: #ffffff;
  width: 100%;
  border: none;
  border-bottom: solid 2px #ffffff;
  background-color: transparent;
  padding: 7px 0px;
}
footer > div.top input[type=text]::-moz-placeholder {
  color: #ffffff;
}
footer > div.top input[type=text]::placeholder {
  color: #ffffff;
}
footer > div.top input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}
footer > div.top input[type=checkbox] {
  border-width: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
footer > div.top .signup-message {
  margin: 16px 0 -8px;
}
footer > div.top .required-text {
  font-size: 12px;
  margin: 16px 0 16px;
}
footer > div.top .white-button {
  margin-top: 40px;
  color: #2d3137;
}
footer > div.top .flex {
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
footer > div.top .flex > div {
  margin-bottom: 12px;
}
footer > div.top .flex .textbox {
  width: 100%;
  max-width: 272px;
}
footer > div.top .flex .checkbox-group {
  margin-left: auto;
}
footer > div.top .checkbox-group label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  margin-right: 58px;
  cursor: pointer;
}
footer > div.top .checkbox-group label::-moz-selection {
  background: transparent;
}
footer > div.top .checkbox-group label::selection {
  background: transparent;
}
footer > div.top .checkbox-group label:last-child {
  margin-right: 0;
}
footer > div.top .checkbox-group label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
}
footer > div.top .checkbox-group input:checked + label::before {
  background-color: #d6bc7a;
  box-shadow: inset 0 0 0 2px #2d3137;
}
footer > div.top .consent {
  margin-top: 24px;
  max-width: 600px;
}
footer > div.top .consent label {
  position: relative;
  cursor: pointer;
  display: block;
  padding-left: 36px;
  font-size: 16px;
  line-height: 1.5;
}
footer > div.top .consent label::-moz-selection {
  background: transparent;
}
footer > div.top .consent label::selection {
  background: transparent;
}
footer > div.top .consent label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 1px;
  width: 20px;
  height: 20px;
  border: solid 1px #ffffff;
  color: #ffffff;
  display: grid;
  place-content: center;
}
footer > div.top .consent input[type=checkbox]:checked + label::before {
  content: "✔";
  box-shadow: inset 0 0 0 2px #2d3137;
}
@media screen and (max-width: 1280px) {
  footer > div.top .flex .checkbox-group {
    margin-left: unset;
  }
}
@media screen and (max-width: 1023px) {
  footer > div.top > div {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
  }
  footer > div.top .checkbox-group label {
    margin-right: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  footer > div.top .flex .textbox {
    max-width: 100%;
  }
  footer > div.top .consent {
    margin-top: 12px;
  }
}
footer > div.bottom {
  background-color: #003d73;
  padding-top: 125px;
}
footer > div.bottom .logo img {
  width: 322px;
  margin: -24px 0 0 -10px;
}
footer > div.bottom .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: solid 1px #e3e6e8;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
footer > div.bottom .social a:hover {
  border: solid 1px #d6bc7a;
}
footer > div.bottom .social a:not(:first-of-type) {
  margin-left: 20px;
}
footer > div.bottom nav {
  margin-top: 68px;
}
footer > div.bottom nav .container {
  display: flex;
  justify-content: space-between;
}
footer > div.bottom nav .container > div {
  padding-right: 15px;
}
footer > div.bottom nav .top {
  margin-bottom: 21px;
}
footer > div.bottom nav .top a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
}
footer > div.bottom nav .sub {
  margin-bottom: 13px;
}
footer > div.bottom nav .sub a {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
}
footer > div.bottom > .bottom {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  border-top: solid 1px #e3e6e8;
  margin-top: 103px;
  padding: 20px 0px 50px 0px;
}
footer > div.bottom > .bottom .container {
  display: flex;
  justify-content: space-between;
}
footer > div.bottom > .bottom .container .copyright > * {
  padding-left: 6px;
  padding-right: 6px;
}
footer > div.bottom > .bottom a {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  footer > div.bottom {
    padding-top: 42px;
  }
  footer > div.bottom nav {
    display: none;
  }
  footer > div.bottom .logo {
    display: none;
  }
  footer > div.bottom .social a {
    width: 40px;
    height: 40px;
  }
  footer > div.bottom > .top .container {
    justify-content: center;
  }
  footer > div.bottom > .bottom {
    margin-top: 35px;
    padding-bottom: 38px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.33;
    letter-spacing: normal;
  }
  footer > div.bottom > .bottom .container {
    display: block;
    text-align: center;
  }
  footer > div.bottom > .bottom .copyright {
    margin-bottom: 13px;
  }
}
/* - - - -|| FOOTER END ||- - - - */
/* - - - -|| INNER START ||- - - - */
main {
  width: 100%;
  position: relative;
  z-index: 1;
}
main p, main li {
  margin-block-end: 1.33em;
}
main p:last-child, main li:last-child {
  margin-block-end: 0;
}

main a:hover,
main a:focus {
  text-decoration: underline;
}

section.shadowbox {
  background-color: #ffffff;
  padding: 80px 0;
}
section.shadowbox .container > div {
  background-color: #ffffff;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.15);
  padding: 80px 55px 68px 58px;
}

section.shadowbox.grey {
  background-color: #f2f2f2;
}

/* Repeatable Custom Styles */
.slider-dots button {
  width: 16px;
  height: 16px;
  border: solid 1px transparent;
  border-radius: 16px;
  margin: 0px 5px;
  position: relative;
  padding: 2px;
  background-color: transparent;
  cursor: pointer;
}
.slider-dots button > span {
  border-radius: 10px;
  background-color: #005da3;
  display: block;
  width: 10px;
  height: 10px;
}
.slider-dots button.active {
  border: solid 1px #06325f;
}

.slider-nav .owl-prev {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100px;
}
.slider-nav .owl-next {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100px;
}

.document-links {
  margin-bottom: 42px;
}
.document-links a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: normal;
  color: #005da3;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 20px;
  border-bottom: solid 1px #005da3;
  flex-wrap: wrap;
}
.document-links a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 16px;
  color: #d6bc7a;
  content: "\f1c1";
  margin-right: 25px;
}
.document-links a:last-of-type {
  border-bottom: none;
}
.document-links a:hover {
  background-color: #f2f2f2;
  opacity: 1 !important;
  text-decoration: none;
}
.document-links a span {
  max-width: calc(100% - 24px);
}
.document-links a > span:nth-of-type(2) {
  text-decoration: none;
  text-align: right;
  flex-grow: 1;
}

.accordion {
  border: solid 1px #c7cacc;
  border-radius: 6px;
  padding: 32px 24px;
  margin-bottom: 24px;
  color: #2d3137;
  transition: all 0.25s ease-in-out;
}
.accordion > h4 {
  color: #005da3;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.accordion > h4::after {
  content: "\f067";
  color: #005da3;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.accordion > div {
  display: none;
  margin-top: 32px;
}
@media screen and (max-width: 530px) {
  .accordion {
    padding: 20px 16px;
  }
  .accordion > div {
    margin-top: 24px;
  }
}

.accordion.open > h4 {
  transition: all 0.25s ease-in-out;
}
.accordion.open > h4::after {
  content: "\f068";
}

.accordion.nocollapse > h4 {
  cursor: initial;
}

.expand {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #005da3;
}
.expand p {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #005da3;
}
.expand div {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #005da3;
}
.expand:hover {
  color: #c6cacd;
}
.expand + .expandable {
  height: 0px;
  min-height: 0px;
  overflow: hidden;
  position: relative;
}

/* Presentation BOX Links */
.box-link {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 16px;
}
.box-link::before {
  content: "";
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(6, 50, 95, 0.2);
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
.box-link a {
  width: 100%;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  padding: 24px;
  text-decoration: none !important;
}
.box-link a span {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
  color: #ffffff;
  font-weight: 500;
}
.box-link a span::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f1c1";
  margin-left: 15px;
}
.box-link:hover::before {
  opacity: 1;
}
.box-link:hover a {
  opacity: 1;
}

.box-link.presentation-pdf-link {
  background-image: url(../../../../_resources/bgs/bg-mea-pdf-link.jpg);
}

.box-link.factsheet-link {
  background-image: url(../../../../_resources/bgs/bg-pea-pdf-link.jpg);
}

.box-link.latest-news-link-new {
  background-image: url(../../../../_resources/bgs/bg-latest-news-link.jpg);
}
.box-link.latest-news-link-new a span::after {
  content: "\f1ea";
}

.box-link.mea-pdf-link {
  background-image: url(../../../../_resources/bgs/bg-mea-pdf-link.jpg);
}

.box-link.pea-pdf-link {
  background-image: url(../../../../_resources/bgs/bg-pea-pdf-link.jpg);
}

.box-link.technicalreport-pdf-link {
  background-image: url(../../../../_resources/bgs/bg-technical-report-pdf-link.jpg);
}
.box-link.technicalreport-pdf-link a {
  min-height: 140px;
}

.video-hold {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 200px;
  max-width: 635px;
  padding-bottom: 58.9%;
  border-radius: 3px;
}
.video-hold::before {
  content: "";
  width: 103px;
  height: 103px;
  border-radius: 103px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.26);
}
.video-hold::after {
  content: "PLAY";
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #d6bc7a;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  z-index: 1;
}
.video-hold a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.video-hold img {
  display: none;
}
.video-hold > div {
  position: absolute;
  bottom: 22px;
  left: 32px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
}

.presentation-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.presentation-links .box-link {
  width: calc((100% - 24px) / 2);
}
.presentation-links .box-link a {
  min-height: 248px;
}

.two-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-columns > div {
  width: calc(50% - 12px);
  margin-bottom: 24px;
}

.three-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.three-columns > div {
  width: calc(33.3333333333% - 16px);
  margin-bottom: 24px;
}

/* Media Queries*/
@media screen and (max-width: 1280px) {
  .box-link.presentation-video-link.side a::before {
    top: calc(50% - 20px);
  }
  .box-link.presentation-video-link.side a::after {
    top: calc(50% - 20px);
  }
  .three-columns > div {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 1023px) {
  section.shadowbox {
    padding: 0px;
    background-color: #ffffff !important;
    border-bottom: solid 1px #005da3;
  }
  section.shadowbox .container > div {
    box-shadow: none;
    padding: 40px 0px;
    border: none;
  }
  .slider-dots button {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    margin: 0px 8px;
  }
  .slider-dots button > span {
    border-radius: 7px;
    width: 7px;
    height: 7px;
    top: -1px;
    position: relative;
    left: -1px;
  }
  .document-links {
    margin-bottom: 16px;
  }
  .document-links a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: normal;
    padding: 14px 0px;
  }
  .document-links a::before {
    font-size: 16px;
    margin-right: 10px;
  }
  .document-links a span:nth-of-type(2) {
    color: #433e72;
    font-size: 12px;
    text-align: left;
    padding-left: 24px;
    width: 100%;
  }
  .video-hold {
    max-width: 287px;
    padding-bottom: 0px;
  }
  .video-hold::before {
    width: 77px;
    height: 77px;
    border-radius: 77px;
  }
  .video-hold > div {
    bottom: 12px;
    left: 15px;
    font-size: 14px;
  }
  .two-columns,
  .three-columns {
    display: block;
  }
  .two-columns > div,
  .three-columns > div {
    width: 100%;
  }
  .box-link.presentation-video-link.side a::before {
    top: 50%;
  }
  .box-link.presentation-video-link.side a::after {
    top: 50%;
  }
}
@media screen and (max-width: 530px) {
  .presentation-links .box-link {
    width: 100%;
  }
  .presentation-links .box-link a {
    min-height: 200px;
  }
  .document-links a {
    position: relative;
    padding-left: 30px;
  }
  .document-links a::before {
    position: absolute;
    left: 0px;
    top: 18px;
  }
  .document-links a span {
    width: 100%;
  }
  .document-links a span:nth-of-type(2) {
    padding-left: 0;
  }
}
#section-presentations .links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
#section-presentations .links .box-link {
  width: calc((100% - 16px) / 2);
  max-width: 400px;
  min-width: 280px;
}
#section-presentations .links .box-link a {
  min-height: 248px;
}
@media screen and (max-width: 1023px) {
  #section-presentations .links .box-link a {
    min-height: 200px;
  }
}
@media screen and (max-width: 480px) {
  #section-presentations .links .box-link {
    width: 100%;
    max-width: unset;
  }
}

table {
  border-color: #005da3;
  border-style: solid;
  border-collapse: collapse;
}
table th {
  font-weight: 600;
  background-color: #f2f2f2;
  border-color: #005da3;
  border-style: solid;
  padding: 4px;
  font-size: 18px;
  line-height: normal;
}
table td {
  border-color: #005da3;
  border-style: solid;
  padding: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #2d3137;
}

table.styled {
  border: none;
}
table.styled th {
  border: none;
  border-bottom: solid 3px #005da3;
  padding: 12px 20px;
  background-color: #ffffff;
  color: #2d3137;
}
table.styled th:first-of-type {
  text-align: left;
  padding-left: 0;
}
table.styled td {
  border: none;
  border-bottom: solid 1px #c7cacc;
  padding: 12px 20px;
}
table.styled td:first-of-type {
  text-align: left;
  padding-left: 0;
}
table.styled tr:last-of-type td {
  border-bottom: solid 1px #c7cacc;
}

table.supply th {
  color: #ffffff;
}
table.supply td {
  color: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
table.supply .total td {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: none;
}

@media screen and (max-width: 1023px) {
  table.styled th {
    padding: 10px 12px;
  }
  table.styled td {
    padding: 10px 12px;
  }
}
.content ul {
  margin-bottom: 24px;
  list-style: square;
  padding-left: 16px;
}
.content ul li {
  padding-left: 9px;
  margin-bottom: 16px;
}
.content ul li::marker {
  color: #d6bc7a;
}
.content ol {
  margin-bottom: 24px;
  padding-left: 16px;
}
.content ol li {
  padding-left: 9px;
  margin-bottom: 16px;
}
.content ol li::marker {
  color: #d6bc7a;
}

/* Repeatable Custom Styles ENDS */
/* HERO */
section.hero {
  height: 390px;
  margin-top: 116px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../../_resources/banners/default_banner.jpg);
  display: flex;
  align-items: stretch;
}
section.hero .container {
  align-items: flex-end;
  padding-bottom: 36px;
}
section.hero .text {
  color: #ffffff;
}
section.hero .text h1.heading{margin-bottom: 0px;}
body.cat-lawyers-ranch-project section.hero {
  background-image: url(../../../../_resources/banners/lawyer_ranch_banner.jpg);
}

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

body.cat-sustainability section.hero {
  background-image: url(../../../../_resources/banners/banner_esg.jpg);
}

body.cat-investors section.hero {
  background-image: url(../../../../_resources/banners/investors_banner.jpg);
}

body.cat-news-media.str-news section.hero {
  background-image: url(../../../../_resources/banners/banner_news.jpg);
}
body.cat-news-media.str-media section.hero {
  background-image: url(../../../../_resources/banners/banner_media.jpg);
}
body.cat-contact section.hero {
  background-image: url(../../../../_resources/banners/banner_contact.jpg);
}

/* CONTENT */
main.content {
  position: relative;
}
main.content::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 50%;
  bottom: 0px;
  left: 0px;
  background-color: #ffffff;
}
main.content::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 50%;
  background-color: #f2f2f2;
}
main.content .container {
  align-items: stretch;
}
main.content #content {
  width: calc((100% - 264px) / 12 * 9 + 192px + 24px);
  background-color: #ffffff;
  min-height: 400px;
  position: relative;
  z-index: 1;
  padding-top: 92px;
  padding-right: 36px;
  padding-bottom: 148px;
}
main.content #content > div {
  max-width: 860px;
}
main.content #sidebar {
  width: calc((100% - 264px) / 12 * 3 + 48px);
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
  padding: 100px 0px 30px 36px;
}
main.content #sidebar .box-link a {
  min-height: 180px;
}
main.content .custom-tabs .tabs-select {
  display: none;
  max-width: 290px;
  border-bottom: none;
  padding-bottom: 0px;
}
main.content .custom-tabs .list-item {
  border-top: solid 1px #005da3;
  padding: 18px 0px 17px 0px;
  border-bottom: none;
}
main.content .custom-tabs .list-item:last-of-type {
  border-bottom: solid 1px #005da3;
}
main.content .custom-tabs .list-item .text {
  padding-top: 20px;
}
main.content .custom-tabs .list-item .text .title a {
  text-decoration: none;
}
main.content .custom-tabs .list-item .text .title a:hover {
  opacity: 0.7;
}
main.content .custom-tabs .list-item .text .title a::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #d6bc7a;
  font-size: 18px;
  display: block;
  margin-top: 15px;
}
main.content .event-display {
  padding-top: 8px;
}
main.content .event-display .flex {
  align-items: flex-start;
  flex-wrap: wrap;
}
main.content .event-display .flex > .date {
  width: 124px;
  border: solid 1px #005da3;
  border-radius: 4px;
  text-align: center;
  padding: 22px 0px 14px 0px;
}
main.content .event-display .flex > .date .month {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #005da3;
  text-transform: uppercase;
  margin-bottom: 9px;
}
main.content .event-display .flex > .date .day {
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #2d3137;
}
main.content .event-display .flex > .date .year {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #005da3;
}
main.content .event-display .text {
  width: calc(100% - 124px);
  padding-left: 50px;
  padding-top: 3px;
}
main.content .event-display .text h3 {
  margin-bottom: 17px;
}
main.content .event-display .text .location {
  margin-bottom: 61px;
}
main.content .event-display .text .location::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #d6bc7a;
  content: "\f3c5";
  margin-right: 10px;
}
main.content .event-display .text .date {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #005da3;
}
main.content .event-display .body {
  margin-top: 37px;
}
main.content .event-display .body p {
  margin-bottom: 40px;
}
main.content .event-display .additional-info {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #005da3;
  margin-top: 40px;
}
main.content .event-display .additional-info > div {
  width: 50%;
  border-top: solid 1px #005da3;
  padding: 19px 0px 17px 0px;
}
main.content .event-display .additional-info a {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #005da3;
  text-decoration: none;
}
main.content .event-display .additional-info a::before {
  content: "\f271";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  width: 27px;
  display: inline-block;
}
main.content .event-display .additional-info .webcast a::before {
  content: "\f108";
  font-size: 15px;
}
main.content .event-display .additional-info .presentation a::before {
  content: "\f1c1";
  font-size: 16px;
}
main.content .event-display .event-link {
  margin-top: 59px;
}
main.content .conference-webcasts-listing {
  border-bottom: solid 1px #005da3;
  margin-top: 51px;
}
main.content .conference-webcasts-listing > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: solid 1px #005da3;
}
main.content .conference-webcasts-listing > div div:nth-of-type(1) {
  flex-grow: 1;
  padding: 18px 18px;
}
main.content .conference-webcasts-listing > div div:nth-of-type(1) a {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2d3137;
}
main.content .conference-webcasts-listing > div div:nth-of-type(2) {
  text-align: center;
  padding: 18px 28px;
  min-width: 108px;
}
main.content .conference-webcasts-listing > div div:nth-of-type(3) {
  text-align: center;
  padding: 18px 42px 18px 28px;
  min-width: 144px;
}
main.content .conference-webcasts-listing .headings {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #005da3;
  line-height: 1 !important;
  background-color: #f2f2f2;
}
main.content .conference-webcasts-listing .pdf a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #005da3;
  content: "\f1c1";
}
main.content .conference-webcasts-listing .video a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #005da3;
  content: "\f108";
}
main.content .conference-webcasts-listing a {
  text-decoration: none !important;
}
main.content .contact h3 + h4 {
  margin-top: -1.33em;
}

/* NEWS TABLE ADJUSTMENTS */
body.str-news #content h1.xn-hedline {
  display: none;
}
body.str-news #content table {
  width: 100%;
}
body.str-news #content table td {
  border-width: 1px;
}
body.str-news #content table td p {
  margin-bottom: 0px;
}

/* STICKY SUB NAV */
#subnav-position {
  min-height: 58px;
}
#subnav-position #scroll-subnav {
  background-color: #ffffff;
  width: 100%;
}
#subnav-position #scroll-subnav .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 58px;
}
#subnav-position #scroll-subnav .subnav {
  margin-right: 40px;
}
#subnav-position #scroll-subnav .subnav a {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #005da3;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
#subnav-position #scroll-subnav .subnav a:hover {
  opacity: 0.7;
}
#subnav-position #scroll-subnav .subnav:not(:last-of-type) {
  margin-right: 44px;
}
@media screen and (max-width: 1280px) {
  #subnav-position #scroll-subnav .subnav:not(:last-of-type) {
    margin-right: 24px;
  }
}
#subnav-position #scroll-subnav .subnav.has-dropdown {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
}
#subnav-position #scroll-subnav .subnav.has-dropdown > a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  content: "\f107";
  margin-left: 10px;
  transition: all 0.25s ease-in-out;
  display: inline-block;
}
#subnav-position #scroll-subnav .subnav.has-dropdown:hover > a::after {
  transform-origin: center center;
  transform: rotate(180deg);
}
#subnav-position #scroll-subnav .subnav.has-dropdown:hover .dropdown {
  opacity: 1;
  pointer-events: all;
}
#subnav-position #scroll-subnav .subnav.has-dropdown.active > a::after {
  transform-origin: center center;
  transform: rotate(180deg);
}
#subnav-position #scroll-subnav .subnav.has-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: all;
}
#subnav-position #scroll-subnav .dropdown {
  background-color: #f2f2f2;
  position: absolute;
  left: -24px;
  top: 100%;
  min-width: 232px;
  z-index: 10;
  padding: 9px 24px 11px 24px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
#subnav-position #scroll-subnav .dropdown .subsubnav:not(:last-of-type) a {
  border-bottom: solid 1px rgba(6, 50, 95, 0.9);
}
#subnav-position #scroll-subnav .dropdown .subsubnav a {
  white-space: nowrap;
  display: block;
  padding: 15px 0px;
}
#subnav-position #scroll-subnav.sticky {
  position: fixed;
  left: 0px;
  top: 80px;
  z-index: 1001;
  border-top: solid 1px #005da3;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.17);
}

/* EVENT LISTING */
.event-listing.all-events {
  border-bottom: solid 1px #005da3;
}

.event-listing .event-listing-title {
  margin-bottom: 46px;
}
.event-listing .tabs-select {
  display: none;
  max-width: 290px;
  margin-bottom: 40px;
  border-bottom: none;
  padding-bottom: 0px;
}

/* CALENDAR ADJUSTMENTS */
#calendar {
  margin-bottom: 88px;
}

/* CUSTOM PAGES */
main.custom {
  z-index: 2;
}
main.custom h3 {
  color: #005da3;
  margin-top: 0;
}
main.custom .tabs > ul,
main.custom .outer-tabs > ul {
  list-style: none;
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px rgba(0, 93, 163, 0.6);
  padding: 0 0 20px;
}
main.custom .tabs > ul li,
main.custom .outer-tabs > ul li {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #005da3;
  padding: 4px 26px 4px 0;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
main.custom .tabs > ul li:not(:first-of-type),
main.custom .outer-tabs > ul li:not(:first-of-type) {
  margin-left: 26px;
}
main.custom .tabs > ul li:not(:last-of-type),
main.custom .outer-tabs > ul li:not(:last-of-type) {
  border-right: solid 1px rgba(0, 93, 163, 0.6);
}
main.custom .tabs > ul li.current,
main.custom .outer-tabs > ul li.current {
  color: #005da3;
}
main.custom .tabs > ul li::after,
main.custom .outer-tabs > ul li::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 26px;
  height: 4px;
  background-color: transparent;
}
main.custom .tabs > ul li.current::after,
main.custom .outer-tabs > ul li.current::after {
  background-color: #d6bc7a;
}
main.custom .tabs .tab-content,
main.custom .tabs .outer-tab-content,
main.custom .outer-tabs .tab-content,
main.custom .outer-tabs .outer-tab-content {
  visibility: hidden;
  display: none;
}
main.custom .tabs .tab-content.active,
main.custom .tabs .outer-tab-content.active,
main.custom .outer-tabs .tab-content.active,
main.custom .outer-tabs .outer-tab-content.active {
  animation-name: fadeIn;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  display: block;
}
main.custom .tabs.white > ul,
main.custom .outer-tabs.white > ul {
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
main.custom .tabs.white > ul li,
main.custom .outer-tabs.white > ul li {
  color: #ffffff;
}
main.custom .tabs.white > ul li:not(:last-of-type),
main.custom .outer-tabs.white > ul li:not(:last-of-type) {
  border-right: solid 1px rgba(255, 255, 255, 0.6);
}
main.custom .flex-hold {
  display: flex;
}
main.custom .flex-hold > div {
  width: 50%;
}
main.custom .custom-slider {
  display: flex;
  justify-content: space-between;
}
main.custom .custom-slider > .mobileNav {
  display: none;
  margin-bottom: 28px;
}
main.custom .custom-slider > .mobileNav > .count {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
main.custom .custom-slider > .mobileNav > .nav {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  align-items: center;
}
main.custom .custom-slider > .mobileNav > .nav .title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  flex-grow: 1;
}
main.custom .custom-slider > .mobileNav > .nav span {
  display: none;
}
main.custom .custom-slider > .mobileNav > .nav button {
  background-color: transparent;
  border: none;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
}
main.custom .custom-slider > .mobileNav > .nav button.owl-prev {
  padding: 5px 15px 5px 0px;
}
main.custom .custom-slider > .mobileNav > .nav button.owl-prev::before {
  content: "\f104";
}
main.custom .custom-slider > .mobileNav > .nav button.owl-next {
  padding: 5px 0px 5px 15px;
}
main.custom .custom-slider > .mobileNav > .nav button.owl-next::before {
  content: "\f105";
}
main.custom .custom-slider > .navigation {
  width: 40%;
  padding-bottom: 30px;
}
main.custom .custom-slider > .navigation > div {
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
  transition: all 0.25s ease-in-out;
}
main.custom .custom-slider > .navigation > div:not(:last-of-type) {
  margin-bottom: 30px;
}
main.custom .custom-slider > .navigation > div > span {
  transition: all 0.25s ease-in-out;
  margin-right: 12px;
}
main.custom .custom-slider > .navigation > div.active {
  color: #ffffff;
}
main.custom .custom-slider > .navigation > div.active::before {
  opacity: 1;
  width: 55px;
}
main.custom .custom-slider > .navigation > div.active > span {
  color: #d6bc7a;
}
main.custom .custom-slider > .owl-carousel {
  width: 60%;
}
main.custom .custom-slider > .owl-carousel .owl-item {
  border-radius: 8px;
  border: solid 1px #d6bc7a;
  background-color: #ffffff;
  padding: 54px;
}
main.custom .custom-slider > .owl-carousel .owl-item p, main.custom .custom-slider > .owl-carousel .owl-item li {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
main.custom .custom-slider > .owl-carousel ul {
  padding-left: 20px;
}
main.custom .icon-text {
  color: #ffffff;
  position: relative;
  padding-top: 6px;
  padding-left: 104px;
  margin-bottom: 40px;
  min-height: 80px;
}
main.custom .icon-text h5 {
  margin: 0 0 1em;
  color: #d6bc7a;
}
main.custom .icon-text > *:last-child {
  margin-bottom: 0;
}
main.custom .icon-text::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.05);
}
main.custom .icon-text::after {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 64px;
  position: absolute;
  left: 5px;
  top: 5px;
  border: 3px solid #d6bc7a;
  background-image: url(../../../../_resources/icons/why-invest/chart-bar.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px auto;
}
main.custom .icon-text.chart-bar::after {
  background-image: url(../../../../_resources/icons/why-invest/chart-bar.svg);
  background-size: 23px auto;
}
main.custom .icon-text.chart-line-up::after {
  background-image: url(../../../../_resources/icons/why-invest/chart-line-up.svg);
  background-size: 23px auto;
}
main.custom .icon-text.coin-vertical::after {
  background-image: url(../../../../_resources/icons/why-invest/coin-vertical.svg);
  background-size: 20px auto;
}
main.custom .icon-text.handshake::after {
  background-image: url(../../../../_resources/icons/why-invest/handshake.svg);
  background-size: 28px auto;
}
main.custom .icon-text.mountains::after {
  background-image: url(../../../../_resources/icons/why-invest/mountains.svg);
  background-size: 28px auto;
}
main.custom .icon-text.truck::after {
  background-image: url(../../../../_resources/icons/why-invest/truck.svg);
  background-size: 27px auto;
}
main.custom .video-column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 43px;
}
main.custom .video-column .video {
  width: 53%;
  min-height: 262px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 3px;
}
main.custom .video-column .video::before {
  content: "";
  width: 103px;
  height: 103px;
  border-radius: 103px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.26);
}
main.custom .video-column .video::after {
  content: "PLAY";
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #d6bc7a;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  z-index: 1;
}
main.custom .video-column .video a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
main.custom .video-column .video img {
  display: none;
}
main.custom .video-column .text {
  width: 47%;
  padding: 20px 0px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.custom .video-column .text > *:last-of-type {
  margin-bottom: 0px;
}
main.custom .video-column .text .date {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #005da3;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: normal;
  font-weight: bold;
  margin-bottom: 18px;
}
main.custom .analyst {
  display: flex;
  border-bottom: solid 1px #005da3;
}
main.custom .analyst h3 {
  text-transform: uppercase;
}
main.custom .analyst > div {
  width: 33.3333333333%;
  min-height: 63px;
  display: flex;
  align-items: center;
  color: #2d3137;
  font-weight: 500;
}
main.custom .analyst > div strong {
  font-weight: 500;
  color: #005da3;
}
main.custom .analyst > div a {
  font-weight: 500;
  text-decoration: underline !important;
}
main.custom .analyst:last-of-type {
  border-bottom: none;
}
main.custom table.qmod-pricehistory-table th {
  font-size: 12px !important;
}
main.custom table.qmod-pricehistory-table td {
  font-size: 12px !important;
}

/* COMPANY PAGE */
main.company #section-about {
  background-color: #005da3;
  padding: 98px 0px 120px 0px;
}
main.company #section-about .container {
  display: flex;
}
main.company #section-about .container > div {
  width: 50%;
}
main.company #section-about .left {
  position: relative;
}
main.company #section-about .left h2, main.company #section-about .left h3 {
  color: #ffffff;
  text-transform: uppercase;
}
main.company #section-about .left .hold.sticky {
  position: fixed;
  top: 240px;
}
main.company #section-about .left .hold.stuck {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
main.company #section-about .text {
  padding-top: 24px;
}
main.company #section-about .text p {
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin-top: 0;
}
main.company #section-about .text p a {
  color: #d6bc7a;
}
main.company #section-about .text p:last-child {
  margin-bottom: 0px;
}
main.company #section-management-directors {
  padding: 86px 0px;
}
main.company #section-management-directors .container > div {
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.15);
  padding: 86px 58px;
}
main.company #section-management-directors h3 {
  margin-bottom: 64px;
  text-transform: uppercase;
}
main.company #section-management-directors ul.nav-tabs {
  margin-bottom: 75px;
}
main.company #section-corporate-governance > .content {
  background-color: #f2f2f2;
  padding: 86px 0px;
}
main.company #section-corporate-governance > .content h3 {
  margin: 0 0 64px;
  text-transform: uppercase;
}
main.company #section-corporate-governance > .content p.large {
  margin-bottom: 48px;
}
main.company #section-corporate-governance > .content .container > div {
  background-color: #ffffff;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.15);
  padding: 86px 58px;
}
@media screen and (max-width: 1023px) {
  main.company #section-about {
    padding: 66px 0;
  }
  main.company #section-about .container {
    display: block;
  }
  main.company #section-about .container > div {
    width: 100%;
  }
  main.company #section-about .left .hold.sticky {
    position: relative;
    top: initial;
    left: initial;
  }
  main.company #section-about .left .hold.stuck {
    position: relative;
    bottom: initial;
    left: initial;
  }
  main.company #section-about .text p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: normal;
  }
  main.company #section-management-directors {
    padding: 66px 0;
  }
  main.company #section-management-directors .container > div {
    padding: 56px 28px;
  }
  main.company #section-management-directors h3 {
    margin-bottom: 48px;
  }
  main.company #section-corporate-governance {
    padding: 0;
  }
  main.company #section-corporate-governance > .content {
    padding: 64px 0;
  }
  main.company #section-corporate-governance > .content h3 {
    margin: 0 0 48px;
  }
  main.company #section-corporate-governance > .content .container > div {
    padding: 56px 28px;
  }
}
@media screen and (max-width: 580px) {
  main.company #section-management-directors .container > div {
    padding: 0;
    box-shadow: none;
  }
  main.company #section-corporate-governance > .content {
    border-top: solid 1px #005da3;
    background-color: #ffffff;
  }
  main.company #section-corporate-governance > .content .container > div {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
}

/* SUSTAINABILITY PAGE */
main.sustainability #section-sustainability-overview {
  background-color: #005da3;
  padding: 96px 0;
}
main.sustainability #section-sustainability-overview h2 {
  color: #ffffff;
  margin-top: 0;
}
main.sustainability #section-sustainability-overview h3, main.sustainability #section-sustainability-overview h4 {
  color: #ffffff;
  margin: 0 0 24px;
}
main.sustainability #section-sustainability-overview p + h4 {
  margin-top: 32px;
}
main.sustainability #section-sustainability-overview p {
  color: #ffffff;
}
main.sustainability #section-sustainability-overview .container > div {
  width: 50%;
}
main.sustainability #section-sustainability-overview .text {
  padding-top: 32px;
}
main.sustainability .banner-section {
  padding: 104px 0px 64px 0px;
}
main.sustainability .banner-section .banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 340px;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.sustainability .banner-section .banner h2 {
  color: #ffffff;
  text-align: center;
}
main.sustainability .banner-section .container > div {
  background-color: #ffffff;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.15);
}
main.sustainability .banner-section .content {
  padding: 74px 48px 74px 52px;
}
main.sustainability #section-social-responsibility .banner {
  background-image: url(../../../../_resources/bgs/esg_social_responsibility.jpg);
}
main.sustainability #section-first-nation {
  background-color: #f2f2f2;
}
main.sustainability #section-first-nation .banner {
  background-image: url(../../../../_resources/bgs/esg_first_nations.jpg);
}
main.sustainability #section-environment .banner {
  background-image: url(../../../../_resources/bgs/esg_environmental_responsibility.jpg);
}
@media screen and (max-width: 1023px) {
  main.sustainability .banner-section {
    padding: 64px 0;
  }
  main.sustainability .banner-section .banner {
    min-height: 200px;
    padding: 16px;
  }
  main.sustainability .banner-section .content {
    padding: 36px 16px;
  }
}

#section-first-nation .content ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 262px);
  gap: 16px;
  justify-content: space-between;
}
#section-first-nation .content ul img {
  display: block;
  margin-bottom: 24px;
}
#section-first-nation .content ul h5, #section-first-nation .content ul p {
  margin-top: 0;
  margin-bottom: 16px;
}
#section-first-nation .content ul a {
  color: #005da3;
}
#section-first-nation .content ul a:hover {
  opacity: 0.65;
}
#section-first-nation .content ul li {
  max-width: 340px;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  #section-first-nation .content ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 620px) {
  #section-first-nation .content ul {
    grid-template-columns: 1fr;
  }
}

/* INVESTORS PAGE */
main.investors section .heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 62px;
}
main.investors section .heading h3 {
  margin: 0;
  color: #005da3;
  text-transform: uppercase;
}
main.investors section .heading a {
  font-weight: 500;
  color: #005da3;
  text-decoration: underline !important;
}
main.investors #section-why-invest {
  color: #ffffff;
  background-color: #005da3;
  padding: 96px 0px;
}
main.investors #section-why-invest h2 {
  color: #ffffff;
  margin: 0 0 32px;
  text-transform: uppercase;
}
main.investors #section-why-invest .three-columns {
  margin-top: 40px;
}
main.investors #section-shareholder .box > h3 {
  text-transform: uppercase;
}
main.investors #section-shareholder .box > p {
  font-weight: 500;
}
main.investors #section-shareholder #tab-stock-quote {
  margin-top: 54px;
}
main.investors #section-events .row-reverse {
  flex-direction: row-reverse;
}
main.investors #section-events .content {
  max-width: 824px;
  width: 100%;
}
main.investors #section-events .sidebar {
  width: 340px;
  padding-left: 40px;
}
main.investors #section-events .sidebar .tabs-select {
  padding-bottom: 0px;
  border: none;
  margin-bottom: 0px;
}
main.investors #section-events .event-listing.scroll {
  max-height: 335px;
  overflow-y: scroll;
}
main.investors #section-events .list-item {
  padding-bottom: 16px;
  align-items: center;
}
main.investors #section-events .list-item:not(:first-of-type) {
  border-top: solid 1px #005da3;
  padding-top: 16px;
}
main.investors #section-events .list-item .text {
  padding-left: 24px;
}
main.investors #section-events .tabs-select + .list-item {
  padding-top: 0px;
  border-top: none;
}
main.investors #section-events .tabs-select h5 {
  margin-top: 0;
}
main.investors #section-financial-reports .document-links {
  margin-bottom: 40px;
}
main.investors #section-financial-reports .button {
  margin-top: 10px;
  margin-right: 10px;
}
main.investors #section-financial-reports .news-listing {
  max-width: 824px;
  margin-bottom: 40px;
}
main.investors #section-financial-reports .list-item {
  border-bottom: solid 1px #005da3;
  padding: 18px 0px 17px 0px;
  border-top: none;
}
main.investors #section-financial-reports .list-item:last-of-type {
  border-bottom: none;
}
main.investors #section-financial-reports .list-item .text .title a {
  text-decoration: none;
  padding: 20px 0;
  display: block;
}
main.investors #section-financial-reports .list-item .text .title a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  main.investors section .heading {
    margin-bottom: 32px;
  }
  main.investors #section-why-invest {
    padding: 64px 0;
  }
  main.investors #section-why-invest h2 {
    margin-bottom: 24px;
  }
  main.investors #section-events .flex.row-reverse {
    display: block;
  }
  main.investors #section-events .content {
    width: 100%;
  }
  main.investors #section-events .sidebar {
    display: none;
  }
  main.investors #section-events .list-item .text.flex {
    padding: 0 0 0 16px;
  }
  main.investors #section-events .list-item .text.flex .left {
    width: 100%;
  }
  main.investors #section-events .list-item .text.flex .right {
    display: none;
  }
  main.investors #section-events .event-listing .tabs-select {
    margin-bottom: 25px;
  }
  main.investors #section-events .event.list-item.show {
    display: flex;
    padding: 14px 0px;
  }
  main.investors #section-financial-reports .news-listing {
    display: block;
  }
  main.investors #section-financial-reports .news-listing .list-item {
    width: 100%;
    margin-bottom: 11px;
  }
  main.investors #section-financial-reports .news-listing .list-item .date {
    width: 78px;
  }
  main.investors #section-financial-reports .news-listing .list-item .text {
    width: calc(100% - 78px);
    padding: 3px 0px 0px 15px;
  }
  main.investors #section-financial-reports .news-listing .title a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: normal;
  }
  main.investors #section-financial-reports .news-listing .title a::after {
    display: none;
  }
}

/* PROJECTS OVERVIEW */
/* PROJECTS PAGES */
main.custom.project {
  /* TIMELINE - Project page */
}
main.custom.project .nav-tabs {
  margin: 40px 0;
}
main.custom.project .tab-content {
  background-color: #ffffff;
  color: #2d3137;
}
main.custom.project #section-project-overview {
  background-color: #005da3;
  color: #ffffff;
}
main.custom.project #section-project-overview h3 {
  color: #ffffff;
  text-transform: uppercase;
}
main.custom.project #section-project-overview a {
  color: #ffffff;
  text-decoration: underline;
}
main.custom.project #section-project-overview a:hover {
  opacity: 0.6;
  text-decoration: none;
}
main.custom.project #section-project-overview .container > .top {
  padding: 98px 0px 80px 0px;
}
main.custom.project #section-project-overview .container > .bottom {
  padding: 0 0 98px 0px;
}
main.custom.project #section-project-overview .figures {
  display: flex;
  margin-top: 20px;
  margin-bottom: 72px;
}
main.custom.project #section-project-overview .figures > div {
  width: calc((100% - 264px) / 12 * 3 + 48px + 24px);
  padding-right: 24px;
}
main.custom.project #section-project-overview .figures h2 {
  color: #d6bc7a;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  margin: 0 0 8px;
}
main.custom.project #section-project-overview .figures p {
  color: #ffffff;
  margin: 0;
}
main.custom.project #section-project-description {
  background-color: #003d73;
  padding: 120px 0 96px;
  color: #ffffff;
}
main.custom.project #section-project-description h3 {
  color: #ffffff;
  text-transform: uppercase;
}
main.custom.project #section-roadmap-slider {
  padding: 120px 0 96px;
}
main.custom.project #section-roadmap-slider h3 {
  text-transform: uppercase;
}
main.custom.project #timeline_slider {
  margin-top: 40px;
  padding-top: 32px;
}
main.custom.project #timeline_slider > ul {
  padding: 0;
  margin: 0;
}
main.custom.project #timeline_slider > ul li {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main.custom.project #timeline_slider .swiper-scrollbar {
  background: #dedede;
}
main.custom.project #timeline_slider .swiper-scrollbar-horizontal {
  height: 18px;
  width: calc(100% - 12px);
  padding: 4px;
  border-radius: 10px 0 0 10px;
  top: 0;
  left: 0;
  bottom: auto;
}
main.custom.project #timeline_slider .swiper-scrollbar-horizontal::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -12px;
  width: 12px;
  height: 18px;
  background: #dedede;
  background-blend-mode: multiply;
  border-radius: 0 10px 10px 0;
}
main.custom.project #timeline_slider .swiper-scrollbar-drag {
  background-color: #d6bc7a;
}
main.custom.project #section-pea {
  background-color: #003d73;
  padding: 120px 0 96px;
  color: #ffffff;
}
main.custom.project #section-pea h3 {
  color: #ffffff;
  text-transform: uppercase;
}
main.custom.project #section-pea .tab-content {
  padding: 42px 60px;
}
main.custom.project #section-pea td {
  text-align: left;
}
main.custom.project #section-pea td:first-child {
  color: #005da3;
}
main.custom.project #section-pea td:last-child:nth-child(n+3) {
  color: #005da3;
  background-color: #d6bc7a;
  text-align: center;
}
main.custom.project #section-pea th:last-child:nth-child(n+3) {
  color: #005da3;
  background-color: #d6bc7a;
  text-align: center;
}


main.custom.project #section-pea table.pfs-special td:nth-child(n+3) {
  color: #005da3;
  background-color: #d6bc7a;
  text-align: center;
}
main.custom.project #section-pea table.pfs-special th:nth-child(n+2) {
  color: #005da3;
  background-color: #d6bc7a;
  text-align: center;
}

main.custom.project #section-pea table.pfs-special td:last-child:nth-child(n+3), main.custom.project #section-pea table.operating td:last-child:nth-child(n+3) {
  color: #005da3;
  background-color: #e6e6e6;
  text-align: center;
}
main.custom.project #section-pea table.pfs-special th:last-child:nth-child(n+3), main.custom.project #section-pea table.operating th:last-child:nth-child(n+3) {
  color: #005da3;
  background-color: #e6e6e6;
  text-align: center;
}

main.custom.project #section-pea table.profile td:last-child:nth-child(n+3) {
  color: inherit;
   background-color: inherit;
  text-align: center;
}
main.custom.project #section-pea table.profile th:last-child:nth-child(n+3) {
   color: inherit;
   background-color: inherit;
  text-align: center;
}

main.custom.project #section-pea tr.heading {
  border-bottom: 3px solid #005da3;
}
main.custom.project #section-pea .tabs {
  margin-top: 80px;
}
main.custom.project #section-mre {
  background-color: #005da3;
  padding: 120px 0 96px;
  color: #ffffff;
}
main.custom.project #section-mre h3 {
  color: #ffffff;
  text-transform: uppercase;
}
main.custom.project #section-mre .two-columns .image img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
main.custom.project #section-mre .two-columns .text .box-link.technicalreport-pdf-link{
  margin-bottom: 0px;
  width: 100%;
  max-width: 234px;
}
main.custom.project #section-mre .accordion {
  background-color: #ffffff;
}
main.custom.project #section-mre table td:first-child {
  color: #005da3;
}
main.custom.project #section-mre table th:first-child {
  color: #005da3;
}
main.custom.project #section-exploration {
  padding: 120px 0 96px;
}
main.custom.project #section-exploration > div > h3 {
  text-transform: uppercase;
}
main.custom.project #section-exploration .text {
  color: #005da3;
}
main.custom.project #section-technical-reports h3 {
  text-transform: uppercase;
}
main.custom.project #section-vrify-tour {
  background-color: #005da3;
  padding: 120px 0 96px;
  color: #ffffff;
}
main.custom.project #section-vrify-tour h3 {
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  main.custom.project #section-project-overview .container > .top {
    padding: 64px 0 0 0;
    display: flex;
    flex-direction: column-reverse;
  }
  main.custom.project #section-project-overview .container > .top .text {
    padding-top: 18px;
  }
  main.custom.project #section-project-overview .container > .bottom {
    padding: 0 0 40px 0;
  }
  main.custom.project #section-project-overview .figures {
    display: block;
    margin-top: 32px;
    margin-bottom: 40px;
  }
  main.custom.project #section-project-overview .figures > div {
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0px;
  }
  main.custom.project #section-project-description {
    padding: 80px 0 64px;
  }
  main.custom.project #section-roadmap-slider {
    padding: 80px 0 64px;
  }
  main.custom.project #section-pea {
    padding: 80px 0 64px;
  }
  main.custom.project #section-pea .tab-content {
    padding: 24px 12px;
  }
  main.custom.project #section-mre {
    padding: 80px 0 40px;
  }
  main.custom.project #section-mre .two-columns {
    display: flex;
    flex-direction: column-reverse;
  }
  main.custom.project #section-mre .two-columns .text .box-link.technicalreport-pdf-link{
    max-width: unset;
  }
  main.custom.project #section-exploration {
    padding: 72px 0 64px;
    border-bottom: solid 1px #005da3;
  }
  main.custom.project #section-technical-reports {
    padding: 0;
  }
  main.custom.project #section-vrify-tour {
    padding: 72px 0;
  }
}
@media screen and (max-width: 1023px) {
  main.custom.project #section-project-overview .figures h2 {
    margin: 0 0 4px;
    font-size: 24px;
  }
}

/* FOOTER NEWS LISTING */
section.latest-news {
  background-color: #f2f2f2;
  padding-top: 85px;
  padding-bottom: 87px;
}
section.latest-news .container > div {
  background-color: #ffffff;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.15);
  padding: 80px 64px;
}
section.latest-news .container > div > .title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 64px;
}
section.latest-news .container > div > .title h3 {
  margin: 0;
  text-transform: uppercase;
}
section.latest-news .container > div > .title a {
  font-weight: 500;
  color: #005da3;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
section.latest-news .container > div > .title a:hover {
  opacity: 0.7;
}
section.latest-news .container .news-listing {
  display: flex;
  flex-wrap: wrap;
}
section.latest-news .container .news-listing .list-item {
  width: 50%;
  margin-bottom: 24px;
}
section.latest-news .container .news-listing .text {
  padding: 4px 30px 0px 30px;
}
section.latest-news .container .news-listing .title a {
  font-weight: 500;
  color: #005da3;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
section.latest-news .container .news-listing .title a:hover {
  opacity: 0.7;
}
section.latest-news .container .news-listing .title a::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #d6bc7a;
  display: block;
  margin-top: 8px;
}

/* - - - -|| INNER END ||- - - - */
/* Media Queries*/
@media screen and (max-width: 1023px) {
  section.hero {
    margin-top: 52px;
    height: 190px;
  }
  section.hero .container {
    padding-bottom: 7px;
  }
  main.content::before {
    display: none;
  }
  main.content::after {
    display: none;
  }
  main.content .container {
    display: block;
  }
  main.content #content {
    width: 100%;
    padding-right: 0px;
    padding-top: 36px;
    padding-bottom: 44px;
  }
  main.content #content > div {
    max-width: 100%;
  }
  main.content #sidebar {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 48px 15px;
  }
  main.content #sidebar .tabs-select {
    display: none;
  }
  main.content .custom-tabs .tabs-select {
    display: block;
  }
  main.content .custom-tabs .news-listing {
    display: block;
  }
  main.content .custom-tabs .news-listing .list-item {
    width: 100%;
    margin-bottom: 11px;
  }
  main.content .custom-tabs .news-listing .list-item .date {
    width: 78px;
  }
  main.content .custom-tabs .news-listing .list-item .text {
    width: calc(100% - 78px);
    padding: 3px 0px 0px 15px;
  }
  main.content .custom-tabs .news-listing .title a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: normal;
  }
  main.content .custom-tabs .news-listing .title a::after {
    display: none;
  }
  main.content .conference-webcasts-listing {
    margin-top: 31px;
  }
  #scroll-subnav.sticky {
    top: 52px !important;
  }
  .event-listing .tabs-select {
    display: block;
  }
  #sidebar .tabs-select {
    display: none;
  }
  #subnav-position {
    display: none;
  }
  main.custom .stock-info .symbols {
    margin-bottom: 30px;
  }
  main.custom .stock-info .symbols h5 {
    font-size: 16px;
  }
  main.custom .stock-info .info h2 {
    font-size: 20px;
  }
  main.custom .stock-info .info h3 {
    font-size: 20px;
  }
  main.custom .stock-info .info > div:not(:first-of-type) {
    display: block;
  }
  main.custom .stock-info .info > div:first-of-type {
    margin-bottom: 30px;
  }
  main.custom .stock-info .info > div > div {
    width: 100%;
  }
  main.custom .stock-info .info > div > div > div {
    font-size: 20px;
    padding-right: 0px !important;
  }
  main.custom .stock-info .info > div > div > div:last-of-type {
    border-bottom: none;
  }
  main.custom .stock-info .info > div > div > div span:first-of-type {
    font-size: 16px;
  }
  main.custom .custom-slider {
    display: block;
  }
  main.custom .custom-slider > .mobileNav {
    display: block;
  }
  main.custom .custom-slider > .navigation {
    display: none;
  }
  main.custom .custom-slider > .owl-carousel {
    width: 100% !important;
  }
  main.custom .custom-slider > .owl-carousel .owl-item {
    padding: 16px;
  }
  main.custom .tabs ul.nav-tabs {
    display: block;
    border-bottom: none !important;
    margin-bottom: 6px !important;
  }
  main.custom .tabs ul.nav-tabs li {
    font-size: 20px;
    border-right: none !important;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    padding-bottom: 8px;
    margin: 0;
    margin-bottom: 16px;
  }
  main.custom .tabs ul.nav-tabs li.current::after {
    height: 2px;
    bottom: 0px;
    right: 0;
  }
  main.custom .analyst {
    display: block;
    padding: 20px 0px;
  }
  main.custom .analyst > div {
    width: 100%;
    min-height: initial;
  }
  main.sustainability #section-overview {
    padding: 66px 0px 66px 0px;
  }
  main.sustainability #section-overview .container {
    display: block;
  }
  main.sustainability #section-overview .container > div {
    width: 100%;
  }
  main.sustainability #sustainability-values {
    padding: 66px 0px 66px 0px;
  }
  section.latest-news {
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: solid 1px #005da3;
  }
  section.latest-news .container > div {
    border-top: none;
    box-shadow: none;
    padding: 64px 0;
  }
  section.latest-news .container .news-listing {
    display: block;
  }
  section.latest-news .container .news-listing .list-item {
    width: 100%;
    margin-bottom: 11px;
  }
  section.latest-news .container .news-listing .list-item .date {
    width: 68px;
  }
  section.latest-news .container .news-listing .list-item .text {
    width: calc(100% - 68px);
    padding: 2px 0px 0px 16px;
  }
  section.latest-news .container .news-listing .title a::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main.content .event-display .text {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  main.content .event-display .text .location {
    margin-bottom: 41px;
  }
  main.content .event-display .body {
    margin-top: 17px;
  }
  main.content .event-display .body p {
    margin-bottom: 20px;
  }
  main.content .event-display .additional-info {
    margin-top: 20px;
  }
  main.content .event-display .event-link {
    margin-top: 39px;
  }
  main.content .conference-webcasts-listing > div div:nth-of-type(1) {
    padding: 8px;
  }
  main.content .conference-webcasts-listing > div div:nth-of-type(2) {
    padding: 8px 16px;
    min-width: initial;
  }
  main.content .conference-webcasts-listing > div div:nth-of-type(3) {
    padding: 8px 16px;
    min-width: initial;
  }
  main.content .conference-webcasts-listing .headings > div {
    width: 100%;
  }
  main.content .conference-webcasts-listing .headings > div:not(:nth-of-type(1)) {
    display: none;
  }
  .list-item.event .text.flex {
    display: block;
    padding-left: 0px;
    padding-top: 30px;
  }
  .list-item.event .text.flex .left {
    width: 100%;
  }
  .list-item.event .text.flex .right {
    width: 100%;
    text-align: left;
    padding-top: 30px;
  }
  .fc-header-toolbar {
    margin: 0px -15px;
    flex-wrap: wrap;
  }
  .fc-header-toolbar .fc-toolbar-chunk {
    margin: 15px;
    white-space: nowrap;
  }
  main.custom .icon-text {
    padding-left: 64px;
    margin-bottom: 24px !important;
    min-height: 58px;
  }
  main.custom .icon-text::before {
    width: 54px;
    height: 54px;
    border-radius: 54px;
  }
  main.custom .icon-text::after {
    width: 46px;
    height: 46px;
    border-radius: 46px;
  }
  main.custom .video-column {
    display: block;
    margin-bottom: 43px;
  }
  main.custom .video-column .video {
    width: 100%;
    max-width: 288px;
    min-height: 187px;
  }
  main.custom .video-column .video::before {
    width: 76px;
    height: 76px;
  }
  main.custom .video-column .text {
    width: 100%;
    padding: 17px 0px 0px 0px;
    display: block;
  }
  main.custom .video-column .text .date {
    font-size: 14px;
    margin-bottom: 6px;
  }
  main.custom .video-column .text p {
    font-size: 14px;
  }
  main.company #section-our-culture .flex-hold {
    display: block;
  }
  main.sustainability #section-sustainability-overview {
    padding: 64px 0;
  }
  main.sustainability #section-sustainability-overview .flex {
    display: block;
  }
  main.sustainability #section-sustainability-overview .flex > div {
    width: 100%;
  }
}
@media screen and (max-width: 530px) {
  main.content .event-display .additional-info > div {
    width: 100%;
  }
}

.indented-text {padding-left:16px;}

.esg-nation-flex-container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.esg-nation-flex-image {
  width: auto;
  height: auto;
}

.esg-nation-flex-text {
  flex: 1;
}

.esg-nation-flex-text h4{
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: normal;
  color: #000;
}

@media screen and (max-width: 1024px) {
.esg-nation-flex-container {
  display: block;
}}