/*
black: #0B2828
light background: #f8fde5
light green: #BCEE00
grey: #F0F0F0
font grey: #b5bebe;
light blue: #00d0cf
*/

@charset "UTF-8";
@import url(/FormBuilder/_Resource/_module/plugin/bs4/bootstrap.min.css);
@import url(/FormBuilder/_Resource/_module/plugin/fa/fontawesome5.min.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

@font-face {
  font-family: "Lexend Deca";
  src: url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/LexendDeca-Regular.eot);
  src: url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/LexendDeca-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/LexendDeca-Regular.woff2)
      format("woff2"),
    url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/LexendDeca-Regular.woff)
      format("woff"),
    url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/LexendDeca-Regular.ttf)
      format("truetype"),
    url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/LexendDeca-Regular.svg#LexendDeca-Regular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Sharp Grotesk";
  src: url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskMedium19.eot");
  src: url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskMedium19.eot?#iefix")
      format("embedded-opentype"),
    url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskMedium19.woff2")
      format("woff2"),
    url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskMedium19.woff")
      format("woff"),
    url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskMedium19.ttf")
      format("truetype"),
    url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskMedium19.svg#SharpGroteskMedium19")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp Grotesk";
  src: url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskSmBold19.eot");
  src: url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskSmBold19.eot?#iefix")
      format("embedded-opentype"),
    url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskSmBold19.woff2")
      format("woff2"),
    url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskSmBold19.woff")
      format("woff"),
    url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskSmBold19.ttf")
      format("truetype"),
    url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskSmBold19.svg#SharpGroteskSmBold19")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp Grotesk";
  src: url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskBold19.eot");
  src: url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskBold19.eot?#iefix")
      format("embedded-opentype"),
    url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskBold19.woff2")
      format("woff2"),
    url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskBold19.woff")
      format("woff"),
    url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskBold19.ttf")
      format("truetype"),
    url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/fonts/SharpGroteskBold19.svg#SharpGroteskBold19")
      format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.NAwarningMessage {
  display: none;
}

body,
html {
  font-size: 18px;
  overflow-x: hidden;
}

body {
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-weight: 400;
  color: #0b2828;
  line-height: 1.42857143;
}

body.nav-open {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.container {
  max-width: 90%;
}

a {
  outline: 0;
  /* text-decoration: underline; */
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-in;
  -o-transition: color 0.2s ease-out, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-in;
  transition: color 0.2s ease-out, background 0.2s ease-in;
  color: #0b2828;
  font-weight: 700;
}

a:active,
a:focus,
a:hover {
  color: #adcb07;
  text-decoration: none;
}

a[data-icon="pdf"]::before,
a[data-icon="webcast"]::before {
  font-family: "Font Awesome 5 Pro";
  padding-right: 10px;
  width: 30px;
  display: inline-block;
  text-align: center;
}

a[data-icon="pdf"]::before {
  content: "\f1c1";
}

a[data-icon="webcast"]::before {
  content: "&";
  content-font-size: 17px;
  content-font-weight: 300;
}

a.back {
  color: #0b2828;
}

.strong,
strong {
  font-weight: 700;
}

.small,
select option,
small {
  font-weight: 300;
}

img {
  max-width: 100%;
}

.p,
p {
  display: block;
}

p.big {
  font-size: 20px;
}

ol li:last-child,
ol:last-child,
ul li:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol {
  list-style: none;
  counter-reset: li;
}

ol li {
  counter-increment: li;
}

ol li:before {
  content: counter(li) ".";
  color: #bcee00;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
}

ol li,
ul li {
  margin-bottom: 5px;
}

.check li {
  position: relative;
  padding-left: 40px;
}

.check li::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 5px;
  width: 26px;
  height: 25px;
  background: url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/images/icon_check.svg)
    center/cover;
}

.pb-10 {
  padding-bottom: 10px;
}

.h1,
.h2,
h1,
h2,
h4 {
  line-height: 1.42857143;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

.h4,
.h5,
.h6,
h5,
h6 {
  line-height: 1.42857143;
}

.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
  margin-top: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
}

.h4,
.h5,
.h6,
.tabs__container .tab-content .tab-pane > table.download,
h4,
h5,
h6 {
  margin-top: 10px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-size: 55px;
  font-weight: 600;
  color: #fff;
  font-family: "Sharp Grotesk", Calibri, Arial, sans-serif;
}

.h2,
.h3,
h2,
h3 {
  font-size: 37px;
  color: #0b2828;
}

.h3,
h3 {
  font-size: 37px;
  margin-bottom: 30px;
  color: #0b2828;
  line-height: 1.2;
}

.h4,
h4 {
  font-size: 20px;
  font-weight: 700;
}

.h5,
h5 {
  font-size: 23px;
  font-weight: 400;
}

.h6,
h6 {
  font-size: 20px;
  font-weight: 100;
  color: #adadad;
}

.p:last-child,
.page__footer .page__footer-links ul li:last-child,
.page__footer ol:last-child,
.page__footer ul:last-child,
p:last-child {
  margin-bottom: 0;
}

.p.intro,
p.intro {
  font-size: 26px;
  text-align: center;
  max-width: 600px;
  margin: 10px auto 50px;
}
.announcements-filter #KeywordSearch::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Lato", Calibri, Arial, sans-serif;
  opacity: 1; /* Firefox */
  font-weight: 400;
}

.announcements-filter #KeywordSearch::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-weight: 400;
}

.announcements-filter #KeywordSearch::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-weight: 400;
}
.text-teal {
  color: #bcee00 !important;
}

.page__header {
  background: #bbee00;
  padding: 30px 16px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 97px;
  z-index: 100000;
}

.page__header .container {
  position: relative;
  max-width: 95%;
}

.page__header .navbar-brand {
  padding: 0;
  margin: 0;
}

.page__header h4 {
  font-family: "Sharp Grotesk", sans-serif;
  font-weight: 600;
  height: 20px;
  line-height: 23px;
}

.navbar-brand img {
  height: 28px;
}

.navbar .navbar-collapse .navbar-nav {
  margin-bottom: 5px;
}

.navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 10px 0;
}

.nav-item .menuIcon {
  width: 20px;
  margin-right: 10px;
}

.Icon {
  height: 15px;
  margin-right: 5px;
  vertical-align: baseline;
}

.page__bar-wrap h2 {
  color: #fff;
  font-size: 28px;
}

.navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.navbar .navbar-collapse .navbar-nav .nav-item:first-child {
  margin: 0px 0 20px 0;
  background: #bbee00;
  padding: 15px 30px 18px 30px !important;
  color: #0b2828 !important;
}
.calc-table .horizontal li:first-child {
  background: #fff;
  padding: 15px 15px 18px 0px !important;
  margin: 0;
}
.calc-table .horizontal li:first-child label {
  margin-bottom: 30px;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 10px 0;
  color: #fff;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  width: fit-content;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link .far {
  margin-left: 15px;
  font-weight: 100;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
  content: "";
  background: 0 0;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  margin-left: inherit;
  vertical-align: inherit;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #fff !important;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active::after {
}

.page__footer .page__footer-links ul li a:active,
.page__footer .page__footer-links ul li a:focus,
.page__footer .page__footer-links ul li a:hover {
  border-color: #adcb07 !important;
}

.navbar .navbar-toggler {
  padding: 0;
  font-size: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  position: absolute;
  right: 10px;
}

.navbar .navbar-toggler .navbar-icon {
  position: relative;
  width: 32px;
  display: block;
  height: 25px;
}

.navbar .navbar-toggler .navbar-icon .navbar-icon-line {
  background: #0b2828;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
}

.navbar .navbar-toggler .navbar-icon .navbar-icon-line:nth-child(1) {
  top: 0;
}

.navbar .navbar-toggler .navbar-icon .navbar-icon-line:nth-child(2) {
  top: 11px;
}

.navbar .navbar-toggler .navbar-icon .navbar-icon-line:nth-child(3) {
  bottom: 0;
}

.blueTop {
  background: #d9f8f8;
  height: 32px;
  text-align: center;
}

.page__banner .blueTop p {
  font-size: 14px;
  line-height: 32px;
  font-weight: 800;
}

.page__banner .blueTop p span {
  background: #6f92fb;
  display: inline-block;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
  padding: 2px 6px;
}

.page__banner .blueTop p a {
  color: #000000;
  text-decoration: underline;
}

.page__banner-share {
  margin: 60px 0;
}

.page__banner_title {
  background: #0b2828;
  padding: 40px 0 100px 0;
}

.page__banner_text {
  position: relative;
  background: #f8fde5
    url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/images/mme-banner3.png)
    no-repeat top right/contain;
}

.page__banner h1 {
  line-height: 1.2;
  margin: 0;
  color: #bcee00;
  font-family: "Sharp Grotesk", Calibri, Arial, sans-serif;
  font-weight: 600;
  font-size: 37pt;
}

.page__banner p {
  color: #0b2828;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  font-size: 20pt;
}

.mobile-banner {
  display: none;
}

.call-to-action p a,
.share-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
}

.share-price {
  font-size: 18px;
  line-height: 22px;
}

.share-detail {
  background: #ddf780;
  font-size: 16px;
  line-height: 22px;
}

.share-detail span {
  font-weight: 400;
}

.page__banner.inner .page__banner-text {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.page__banner.inner .page__banner-share {
  display: none;
}

.page__bar {
  /* background: #f6f6f6; */
  padding: 10px 0;
}

.page__bar .page__bar-wrap {
  /* background: url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/images/img_mme.svg) no-repeat left center/contain; */
  padding: 30px 0;
}

.page__bar .page__bar-wrap h2 {
  color: #0b2828;
  font-size: 36px;
  margin: 0;
  position: relative;
  top: 5px;
  text-align: left;
}

.row.main-content {
  margin-top: 97px;
  margin-right: 0;
  margin-left: 0;
}
/*left nav*/

#leftSideBar {
  background: #0b2828;
  padding-left: 5%;
  max-height: calc(100vh - 97px);
  overflow-y: auto;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#leftSideBar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#leftSideBar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
div#rightContent {
  max-height: calc(100vh - 97px);
  overflow-y: auto;
}

/*slider*/

.banner {
  position: relative;
}

.slider {
  display: none;
  max-width: 100%;
  margin: 0 auto;
}

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  display: block;
  margin: 0 auto;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  height: 0;
  display: none;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 25px;
  height: 40px;
  margin: -22.5px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #ffa708;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "fontawesome";
  font-size: 65px;
  display: inline-block;
  content: "\f104";
  color: #ffa708;
  line-height: 40px;
}

.flex-direction-nav a.flex-next:before {
  content: "\f105";
}

.flex-direction-nav .flex-prev {
  left: 50px;
}

.flex-direction-nav .flex-next {
  right: 50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "fontawesome";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

.flex-control-nav li::before {
  display: none;
}

.flex-control-paging li a {
  width: 20px;
  height: 20px;
  display: block;
  background: #0b2828;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #0b2828;
}

.flex-control-paging li a.flex-active {
  background: #bbee00;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/********/

/*share price home*/

#sharePriceHome {
  background: #0b2828;
  color: #fff;
}

#sharePriceHome div img {
  height: 20px;
}

#sharePriceHome .priceLatest,
#sharePricePage .priceLatest {
  font-family: "Sharp Grotesk", Calibri, Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
}

#sharePricePage > div.col-md-8 {
  border: 1px solid #ccc;
}

#sharePricePage > div.col-4 p {
  font-size: 14px;
  margin-bottom: 0;
}

/**********/

/*cards*/

#homePres .card {
  border: 0;
  background: #fff;
}

.twoColumn #homePres .card {
  flex: 0 1 calc(50% - 30px);
  margin-bottom: 1.5rem;
}

.card-title {
  font-size: 24px;
  color: inherit;
  font-weight: 700;
}

#homeNews .card-title {
  font-size: 28px;
  color: inherit;
  font-family: "Sharp Grotesk", Calibri, Arial, sans-serif;
}

.card-text {
  font-size: 16px;
}

#homeNews .card {
  border: 0;
}

#homeNews .card-body {
  padding-left: 0;
  padding-right: 0;
}

.card-img-body {
  height: 35px;
  margin-right: 20px;
}

.card-date {
  padding-left: 20px;
  border-left: 1px solid #a4a4a4;
}

/**********/

.ASXAnnouncements .announcementsTableDiv .announcementsTable .downloadLink div,
.announcements-filter label,
.page__bar.inner,
.page__content h1,
.page__content h1 + p {
  display: none;
}

.formModule > form > input[value="home"] + .step .tabs__container .btn {
  min-width: 240px;
}

.formModule > form > input:not([value="home"]) + .step {
  margin-bottom: 3rem;
}

.formModule > form > input[value="board-of-directors"] + .step,
.formModule > form > input[value="management-team"] + .step,
.team h3 {
  margin-bottom: 0;
}

.team h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.team .h-100.px-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about h3 {
  font-size: 37px;
}

.sustainability .text {
  max-width: 600px;
}

.formModule
  > form
  > input[value="asx-announcements"]
  + .step
  .ASXAnnouncements
  .announcementsTableDiv
  .announcementsTable
  tr,
.formModule
  > form
  > input[value="results-centre"]
  + .step
  .ASXAnnouncements
  .announcementsTableDiv
  .announcementsTable
  tr {
  padding: 50px 20px 20px 20px;
}

.formModule
  > form
  > input[value="asx-announcements"]
  + .step
  .ASXAnnouncements
  .announcementsTableDiv
  .announcementsTable
  .announcementDate
  .spnScreenReader,
.formModule
  > form
  > input[value="results-centre"]
  + .step
  .ASXAnnouncements
  .announcementsTableDiv
  .announcementsTable
  .announcementDate
  .spnScreenReader {
  top: 1rem;
}

.tabs__container p.text-center {
  position: relative;
  color: #fff;
}

.tabs__container p.text-center:before {
  content: "";
  background: #0b2828;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  margin-left: -50vw;
}

.tabs__container p.h3.text-center {
  padding-bottom: 30px;
  margin-bottom: 0;
  padding-top: 90px;
}

#announcements-tab-content .text-center:last-child,
#results-tab-content .text-center:last-child {
  padding-bottom: 90px;
}

.step .tabs__container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.page__content {
  padding-top: 50px;
}

.bg__section {
  padding: 4rem 0;
  position: relative;
}

.bg__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  z-index: -1;
}

.bg__section.pattern-circuit::before {
  background: #e4f899;
}

table {
  border-collapse: collapse;
  background: #fff !important;
}

table tr:nth-child(even),
table.priceHistoryTable tr:nth-child(even) {
  background: #f6f6f6;
}

table td,
table th {
  border: 0 !important;
}

table td:first-child,
table.priceHistoryTable tr td:first-child {
  font-weight: 400;
}

table.priceHistoryTable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  background: #fff;
}

table.priceHistoryTable tr td,
table.priceHistoryTable tr th {
  padding: 0.75rem;
  vertical-align: top;
}

table.share th {
  color: #0b2828;
  font-weight: 400;
  text-align: center;
}

table.share td:first-child,
table.share th:first-child {
  text-align: left;
}

table.share td:last-child,
table.share th:last-child {
  text-align: left;
}

table.share td {
  text-align: center;
  font-weight: 300;
}

table.share tr {
  background: #fff;
}

table.share tr:first-child {
  border-bottom: 1px solid rgba(197, 197, 197, 0.5);
}

table.icons a::before {
  font-size: 24px;
}

table.download tr:nth-child(odd) {
  background: #f5f5f5;
}

table.download tr:nth-child(even) {
  background: #fff;
}

table.download tr td {
  padding: 20px 20px 20px 20px;
  vertical-align: middle;
}

table.download tr td a {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  color: #0b2828;
  position: relative;
  padding-left: 30px;
}

table.download tr td a:before {
  content: "";
  width: 25px !important;
  height: 25px;
  display: inline-block;
  background: url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/images/icons/iconPDF.png)
    center center no-repeat;
  background-size: contain;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

table.download tr td:first-child {
  color: #0b2828;
  font-weight: 400;
  font-size: 18px;
}

table.download tr td:first-child strong {
  font-size: 24px;
  display: block;
}

table.download tr td:last-child {
  text-align: right;
}

table.download tr td:last-child a + a {
  margin-left: 15px;
}

table.download tr td:last-child a + a::after {
  content: "\f26c";
  font-family: "Font Awesome 5 Pro";
  background: 0 0;
  font-weight: 300;
  font-size: 18px;
}

table.download tr:last-child {
  border-bottom: 0;
}

table.compact tr td {
  padding: 1rem 0;
}

table.large tr td,
table.large tr th {
  padding: 1.25rem 0.75rem;
}

table.dates td:last-child,
table.dates th:last-child {
  width: 30%;
}

.ASXAnnouncements .error {
  list-style-position: inside;
}

.ASXAnnouncements #loadingSpinner {
  display: none !important;
}

.ASXAnnouncements .announcementsTableDiv {
  padding-top: 0.5rem;
  margin-bottom: 3rem;
}

.ASXAnnouncements .announcementsTableDiv .announcementsTable {
  width: 100%;
}

.ASXAnnouncements .announcementsTableDiv .announcementsTable tr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 50px 20px 20px 20px;
}

.ASXAnnouncements .announcementsTableDiv .announcementsTable tr:first-child {
  display: none;
}

.ASXAnnouncements
  .announcementsTableDiv
  .announcementsTable
  tr:nth-child(even) {
  background: #f5f5f5;
}

.ASXAnnouncements .announcementsTableDiv .announcementsTable tr:last-child {
  border-bottom: 0;
}

.ASXAnnouncements .announcementsTableDiv .announcementsTable .announcementDate {
  padding: 0;
  width: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.ASXAnnouncements
  .announcementsTableDiv
  .announcementsTable
  .announcementDate
  .spnScreenReader {
  color: #0b2828;
  left: 20px;
  top: 20px;
  font-weight: 400;
  font-size: 16px;
  cursor: text;
}

.ASXAnnouncements
  .announcementsTableDiv
  .announcementsTable
  .announcementDate
  span:last-child {
  display: none;
}

.ASXAnnouncements .announcementsTableDiv .announcementsTable .downloadLink {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  white-space: nowrap;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ASXAnnouncements .announcementsTableDiv .announcementsTable .downloadLink a {
  display: flex;
  font-weight: 300;
  align-items: center;
  color: #0b2828;
}

.ASXAnnouncements
  .announcementsTableDiv
  .announcementsTable
  .downloadLink
  a::after,
.ASXAnnouncements
  .announcementsTableDiv
  .announcementsTable
  .downloadLink
  a::before {
  font-size: 16px;
  cursor: pointer;
}

.ASXAnnouncements
  .announcementsTableDiv
  .announcementsTable
  .downloadLink
  a::after {
  content: "Download";
  margin-left: 30px;
  font-weight: 700;
}

.ASXAnnouncements
  .announcementsTableDiv
  .announcementsTable
  .downloadLink
  a::before {
  content: "";
  width: 25px !important;
  height: 25px;
  position: absolute;
  display: inline-block;
  background: url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/images/icons/iconPDF.png)
    center center no-repeat;
  background-size: contain;
}

.ASXAnnouncements
  .announcementsTableDiv
  .announcementsTable
  .announcementTitle {
  padding: 0;
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

.ASXAnnouncements
  .announcementsTableDiv
  .announcementsTable
  .announcementTitle
  a {
  color: #0b2828;
  font-size: 24px;
  font-weight: 700;
  display: block;
  padding-right: 150px;
  cursor: auto;
  font-size: 20px;
}

.noresults {
  margin-top: 2rem;
}

.announcements-filter {
  padding: 0.5rem 0;
}

.announcements-filter #KeywordSearch {
  min-width: 285px;
  margin-right: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 45px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.announcements-filter .filterButton {
  background: #bcee00;
  border: 0;
}
.announcements-filter .filterButton:hover,
.announcements-filter .filterButton:focus {
  background: #bcee00;
}

#tab-group {
  margin-bottom: 1rem;
}

#tab-group li {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.nav-tabs {
  border: 0;
}

#tab-group li a,
.tabs__container .nav-tabs .nav-item .nav-link {
  display: inline-block;
  color: #0b2828;
  font-weight: 400;
  border: 0;
  border-radius: 0;
  border-bottom: 5px solid transparent;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#tab-group li a.current,
#tab-group li a:active,
#tab-group li a:focus,
#tab-group li a:hover,
.tabs__container .nav-tabs .nav-item .nav-link.active,
.tabs__container .nav-tabs .nav-item .nav-link:active,
.tabs__container .nav-tabs .nav-item .nav-link:focus,
.tabs__container .nav-tabs .nav-item .nav-link:hover {
  color: #0b2828;
}

#tab-group li a.current,
.tabs__container .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #bcee00;
}

#tab-group li + li a,
.tabs__container .nav-tabs .nav-item + .nav-item .nav-link {
  margin-left: 1.25rem;
}

.tabs__container .tab-content .tab-pane > table {
  margin-bottom: 3rem;
}

.tabs__container .tab-content .tab-pane > table.dates {
  margin-top: 1.5rem;
}

.card_wrapper {
  position: relative;
  border-radius: 0;
}

.card_wrapper .card_text {
  position: absolute;
  bottom: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 25px;
  width: 100%;
}

.card_wrapper .card_text .h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 0.25rem;
}

.card_wrapper .card_text .h3 + p {
  padding-right: 75px;
}

.card_wrapper .card_text .link::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 400;
  padding-left: 10px;
}

.card_wrapper .card_text p {
  color: #bcee00;
  font-size: 18px;
  margin: 0;
}

.card_wrapper .card_text p:last-child {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.card_wrapper img {
  border-radius: 0;
  width: 100%;
}

.priveVolumeChart {
  width: 100% !important;
}

#HomeReports > div a {
  display: block;
  border-radius: 15px;
  box-shadow: -5px 5px 10px #ccc;
  overflow: hidden;
}
#HomeReports > div a.btn.green {
  width: 200px;
}
#errorContainer_InvestmentCalculator1,
#errorContainer_PriceVolumeChart1,
.highcharts-input-group,
.highcharts-legend {
  display: none !important;
}

.highcharts-button {
  cursor: pointer !important;
}

#calcTable {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  width: 100%;
}

.calc-table {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 65%;
}

.calc-table .horizontal li.checked input[type="text"] {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 10px;
  color: #0b2828;
  height: 55px;
  font-size: 18px;
  font-weight: 400;
}

.calc-table,
.calc-table .horizontal,
.calc-table .horizontal li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.calc-table .horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
}

.calc-table .horizontal li {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0.5rem 1rem;
}

.calc-table .horizontal li input[type="text"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #f5f5f5;
  height: 55px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
}

.calc-table .horizontal li input[type="radio"] {
  display: none;
}

.calc-table .horizontal li input[type="radio"]:checked + label::before {
  content: "\f192";
  font-weight: 400;
}

.calc-table .horizontal li label {
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}

.calc-table .horizontal li.checked label {
  background: #f8fde5;
  border: 1px solid #bcee00;
}

.calc-table .horizontal li label::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-right: 10px;
  font-size: 1rem;
  display: inline-block;
  position: relative;
  top: -1px;
  visibility: hidden;
  position: absolute;
}

.calc-table .horizontal li:last-child {
  margin-right: 0;
  margin-top: 15px;
  margin-bottom: 16px;
}

.calc-table .calc-table-filter-row > label {
  font-size: 37px;
  width: 100%;
  margin-top: 2rem;
  font-family: "Sharp Grotesk", Calibri, Arial, sans-serif;
  font-weight: 600;
}

.calc-table .calc-table-row {
  padding: 10px 20px;
  background: #fff;
  flex-basis: 30%;
  display: block;
  flex-shrink: 0;
}

.calc-table .calc-table-row:nth-child(3),
.calc-table .calc-table-row:nth-child(6) {
  flex-basis: 40%;
}

.calc-table .calc-table-row label {
  margin: 0;
  display: block;
  font-weight: 700;
}

.calc-table .calc-table-row:nth-child(6),
.calc-table .calc-table-row:nth-child(7) {
  border: 0;
}

.calc-table .calc-table-filter {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 20px;
}

.btn,
button,
input[type="button"],
input[type="submit"] {
  color: #0b2828;
  border: 0;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 30px;
  cursor: pointer;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-in;
  -o-transition: color 0.2s ease-out, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-in;
  transition: color 0.2s ease-out, background 0.2s ease-in;
  border: 2px solid #000000;
}

.btn:active,
.btn:focus,
.btn:hover,
button:active,
button:focus,
button:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
  text-decoration: none;
  background: #fff;
  color: #0b2828;
}

.btn.green {
  background: #bbee00;
  border: 0;
}

.btn.green:hover {
  color: #0b2828;
  background: #bbee00;
}

.loadNext {
  display: block;
  margin: 0 auto;
  width: fit-content;
  outline: 0 !important;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 32px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #0b2828;
  border: 2px solid #0b2828;
}

.loadNext:active,
.loadNext:focus {
  text-decoration: none;
  color: #0b2828;
}

.loadNext:hover {
  color: #0b2828;
  background: #fff;
}

.btn.btn-home {
  background: #bcee00;
  padding: 15px 40px;
}

.btn.btn-home:active,
.btn.btn-home:focus,
.btn.btn-home:hover {
  background: #bcee00;
}

.modal-open .modal-shadow {
  opacity: 1;
  z-index: 999999;
}

.modal-shadow {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.empl h3 img {
  max-width: 55px;
}

.team {
  position: relative;
}

.team > .row:last-child {
  padding-bottom: 10px;
}

.team .greyBG,
.greyBG {
  background: #f5f5f5;
}

.team .team_full {
  display: none;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1300px;
  max-height: 815px;
  margin: auto;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  background: #fff;
  z-index: 1000000;
  overflow: hidden;
  overflow-y: scroll !important;
  padding: 2rem 2rem 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  text-align: left;
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.team .team_full.active {
  top: 0;
  opacity: 1;
}

.team .team_full .row {
  padding-bottom: 2rem;
}

.team .team_full .team_close.small {
  color: #a0a0a0;
  font-size: 0;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  padding: 5px;
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 1;
}

.team .team_full .team_close.small i::before,
span.error {
  font-size: 20px;
}

.team .col-12.col-md-4 {
  min-width: 330px;
}
.team_full img {
  width: 100%;
}
.error.errorContainer {
  display: block;
  max-width: 700px;
  margin: 0 auto 40px;
}

.oc-form-error-container .error {
  cursor: text;
}

.oc-form-error-container .error li {
  padding: 0 0 0 40px;
  margin-bottom: 30px;
}

.oc-form-error-container .error label {
  display: block;
  margin: 0;
  cursor: text;
}

.error {
  padding: 15px;
  margin-bottom: 2rem;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  font-size: 80%;
  text-decoration: none !important;
  background: #f2dede;
  color: #a94442;
}

.error h6 {
  color: #a94442;
  font-size: 18px;
  font-weight: 700;
}

span.error {
  background: 0 0;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  line-height: 1;
}

input[type="checkbox"],
input[type="checkbox"] + label,
select {
  cursor: pointer;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  max-width: inherit;
  width: auto;
  font-weight: 300;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  margin: 2rem auto 0;
}

input[type="checkbox"] + label::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #c5c5c5;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid currentColor;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  color: #777;
}

input,
select {
  color: #adadad;
  font-weight: 300;
  font-size: 22px;
}

input[type="text"],
select {
  height: 60px;
  outline: 0 !important;
  border: 0;
  border-bottom: 1px solid #ccc;
}

label,
legend {
  display: block;
  cursor: text;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.inputFields {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/*QAViewer*/

.QAViewer {
  border-bottom: 1px solid #c8c8c8;
  padding: 20px 0;
}
.QAViewer.open i.fa-plus:before {
  content: "\f068";
}
.QALink {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: block;
  color: #0b2828;
}
.QALink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}
.QAViewer .plusIcon {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  line-height: 75px;
}

.QAViewer .plusIcon:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.QAViewer .plusIcon:before {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.3s ease-in-out;
}

.QAViewer.open .plusIcon:after {
  transform: rotate(180deg);
  opacity: 0;
}

.QAViewer.open .plusIcon:before {
  transform: rotate(-90deg);
}

.answer {
  padding: 20px 15px 0 15px;
}

.answer a {
  color: #adcb07;
  font-weight: 700;
}

/*************/

::-webkit-input-placeholder {
  color: #adadad;
}

:-moz-placeholder,
::-moz-placeholder {
  color: #adadad;
}

:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #adadad;
}

::placeholder {
  color: #adadad;
}

.formModule
  > form
  > input[value="email-alerts"]
  + .step
  .oc-form-error-container
  .error {
  cursor: auto;
  color: #a94442 !important;
  background: 0 0;
  border: 0;
  padding: 0;
}

.formModule
  > form
  > input[value="email-alerts"]
  + .step
  .oc-form-error-container
  .error
  ul {
  border-radius: 4px;
  text-decoration: none !important;
  background: #f2dede;
  -webkit-box-shadow: inset 0 0 0 1px #ebccd1;
  box-shadow: inset 0 0 0 1px #ebccd1;
}

.formModule
  > form
  > input[value="email-alerts"]
  + .step
  .oc-form-error-container
  .error
  ul
  li {
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 18px;
}

.formModule
  > form
  > input[value="email-alerts"]
  + .step
  .oc-form-error-container
  .error
  ul
  li:first-child {
  padding-top: 0.75rem;
}

.formModule
  > form
  > input[value="email-alerts"]
  + .step
  .oc-form-error-container
  .error
  ul
  li:last-child {
  padding-bottom: 0.75rem;
}

.formModule
  > form
  > input[value="email-alerts"]
  + .step
  .oc-form-error-container
  .error
  ul
  li
  label {
  font-size: inherit;
}

.emailSubscriptionView .row {
  display: block;
  margin: 0 0 20px;
}

.emailSubscriptionView ul {
  list-style: none;
  padding: 0;
}

.emailSubscriptionView ul label {
  margin-top: 0;
}

.emailSubscriptionView .emailLabel {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.emailSubscriptionView .emailLabel + label input {
  min-width: 275px;
}

.emailSubscriptionView span.error {
  vertical-align: top;
  color: red;
}

.subscriptionConfirmationView .row,
.subscriptionConfirmedView .row,
.subscriptionUpdatedView .row,
.updateSubscriptionsView .row {
  margin: 0 0 20px;
  display: block;
}

.updateSubscriptionsView ul {
  list-style: none;
  padding: 0 0 0 20px;
}

.updateSubscriptionsView input {
  margin-right: 10px;
}

.page__footer .list-inline li,
.updateSubscriptionsView .row > label {
  margin: 0;
}

.updateSubscriptionsView .row > label + .field {
  display: inline-block;
}

.call-to-action {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.call-to-action .touch-img {
  width: 90px;
}

.call-to-action .linkin-img {
  width: 54px;
}

.call-to-action h3 {
  margin: 1.5rem 0 0;
  font-family: "Lato", Calibri, Arial, sans-serif;
  font-size: 20px;
}

.call-to-box {
  background: url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/images/call-grey-bg.png)
    no-repeat center/cover;
  padding: 50px 0;
  margin: 0 auto 50px;
  width: 320px;
}

.call-to-action .sub-title {
  font-weight: 700;
}

.call-to-action p:not(:last-child) {
  margin-bottom: 0.75rem;
}

.call-to-action p a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  padding-left: 10px;
}

.page__footer_banner {
  height: 110px;
  background: url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/images/mme-foot-banner.png)
    repeat-x bottom left;
  background-size: cover;
}

.page__footer {
  padding: 40px 0 30px;
  font-size: 16px;
  margin-top: 100px;
}

.page__footer h6 {
  font-size: 18px;
  font-weight: 400;
  color: #777;
  margin-top: 0;
  margin-bottom: 10px;
}

.page__footer ol,
.page__footer ul {
  margin-bottom: 8px;
  font-size: 0;
}

.page__footer ol li,
.page__footer ul li {
  font-size: 16px;
  cursor: default;
}

.page__footer .page__footer-links .page__footer-asx img {
  width: 150px;
  margin-bottom: 0;
}

.page__footer-asx span {
  font-size: 32px;
  color: #b3b3b3;
  vertical-align: middle;
}

.page__footer-asx {
  margin-bottom: 15px;
}

.page__footer-social i {
  font-size: 22px;
  color: #fff;
}

.page__footer-links .col-md-3 {
  text-align: right;
}

.page__footer-social {
  display: flex;
}

.page__footer .page__footer-links {
  margin-bottom: 40px;
}

.page__footer .page__footer-links img {
  width: 120px;
  margin-bottom: 20px;
}

.page__footer .page__footer-links h6 {
  margin: 20px 0 15px;
}

.page__footer .page__footer-links ul {
  margin-left: -15px;
  margin-right: -15px;
}

.page__footer .page__footer-links ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 12px;
}

.page__footer .page__footer-links ul li a {
  display: inline-block;
  line-height: 1.2;
  color: #777;
  font-weight: 500;
}

.page__footer__bottom .page__footer-legal {
  padding-bottom: 30px;
  border-bottom: 1px solid #c5c5c5;
  background: #0B2828;
  color: #fff;
}

.acknowledgment.container{
	background: url("/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/images/footer_bg3.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 30px;
	max-width: 100%;
	position: relative;
}

.acknowledgment.container:before{
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.acknowledgment.container > div{
	background: #0B2828;
	padding: 15px;
	margin: 0;
	font-size: 12px;
	z-index: 1;
	position: relative;
}

.acknowledgment.container a{
	color: #fff;
}

.page__footer__bottom .page__footer-legal h4 {
  color: #0b2828;
  position: relative;
  font-weight: 700;
}

.page__footer__bottom .page__footer-legal h4:before {
  position: absolute;
  top: -5px;
  left: 0;
  background: #bbee00;
  content: "";
  height: 3px;
  width: 20px;
}

.page__footer__bottom .footer_links h5 {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 5px;
  color: #BBEE00;
}

.page__footer__bottom .footer_links a {
  white-space: normal;
}

.page__footer__bottom .page__footer-legal .page__footer-social {
  font-size: 0;
}

.page__footer__bottom .page__footer-legal .page__footer-social a {
  margin: 0 15px;
  display: inline-block;
  font-weight: 100;
}

.page__footer__bottom {
  background: #f5f5f5;
  padding-top: 40px;
}

.page__footer__bottom .awards {
  border-bottom: 1px solid #c8c8c8;
}

.awardsImage {
    max-height: 90px;
    max-width: fit-content;
}

.awardsImageSecond{
	max-height: 77px;
    max-width: fit-content;
}

.footer_links p {
  margin-bottom: 0px;
  line-height: 17px;
}

.footer_links p a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
}
.footer_coyright{
	background: #0B2828;
}
#copyright {
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  color: #fff;
}

.copyrightLinks p {
  margin-bottom: 5px;
}

.copyrightLinks a {
  font-size: 12px;
  font-weight: 300;
  color: #adcb07;
  padding-right: 5px;
  margin-right: 15px;
}

.copyrightLinks img {
  height: 26px;
  margin-right: 15px;
}

.footer_logo{
  max-width: 170px;
  display: block;
}
.footer_logo2 {
	display: block;
}

@media (min-width: 992px) {
  .page__footer_banner {
    background-size: contain;
  }
  table.dates td: last-child,
    table.dates th:last-child {
    width: 20%;
    white-space: nowrap;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown.open .dropdown-menu,
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown.open .dropdown-menu,
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown.open .dropdown-menu {
    max-height: 265px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 220px;
    position: static;
    transition: 0.5s;
    max-height: 0;
    overflow: hidden;
    display: block;
    background: none;
  }
  .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu
    .dropdown-item {
    margin: 0;
    padding: 8px 0 8px 29px;
    background: 0 0;
  }
  .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu
    .dropdown-item
    a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 3px solid transparent;
  }
  .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu
    .dropdown-item
    a.active {
    border-color: #adcb07;
  }
  .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu
    .dropdown-item
    a:active,
  .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu
    .dropdown-item
    a:focus,
  .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item.dropdown
    .dropdown-menu
    .dropdown-item
    a:hover {
    background: transparent;
    border-color: #adcb07;
  }
}

@media (max-width: 1099px) {
  .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 8px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1224px) and (min-width: 992px) {
  #leftSideBar {
    min-width: 320px;
  }
  div#rightContent {
    max-width: calc(75% - 70px);
  }
}

@media (max-width: 991px) {
  .navbar {
    /* height: 90px; */
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    left: 100%;
    background: #0b2828;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999999;
  }
  .navbar .navbar-collapse.show {
    left: 0;
    right: 0;
  }
  .navbar .navbar-collapse .navbar-nav {
    margin: 0;
    overflow-x: hidden;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 0 20px;
    margin: 0px 30px 20px 30px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.close {
    float: none;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item a {
    text-transform: capitalize;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.close .nav-link {
    color: inherit;
    font-size: 25px;
    padding: 0;
    font-weight: 100;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: inline-block;
    font-size: 16px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
    height: 3px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    display: block;
    transition: 0.5s;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.open .dropdown-menu {
    max-height: 265px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    background: 0 0 !important;
    padding: 0;
    margin: 0;
    white-space: normal;
  }
  .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu
    .dropdown-item
    a {
    font-size: 14px;
    display: block;
    padding: 12px 10px;
    color: #fff;
  }
  .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu
    .dropdown-item
    a.active,
  .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu
    .dropdown-item
    a:active,
  .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu
    .dropdown-item
    a:focus,
  .navbar
    .navbar-collapse
    .navbar-nav
    .nav-item
    .dropdown-menu
    .dropdown-item
    a:hover {
    color: #bcee00 !important;
  }

  .navbar-brand img,
  .menu-logo img {
    height: 20px;
  }
  .row.main-content {
    margin-top: 56px;
  }
  div#rightContent {
    max-height: initial;
  }
  .page__footer .page__footer-links ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .page__banner h1 {
    padding: 0;
    text-align: center;
  }
  .page__banner_text {
    background: #f8fde5;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .card_wrapper .card_text .h3 {
    font-size: 28px;
  }
  .card_wrapper .card_text p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  table.priceHistoryTable {
    table-layout: fixed;
  }
  .modal-open {
    padding-right: 17px;
  }
  .team .team_full {
    -webkit-transform: translateX(8.5px);
    -moz-transform: translateX(8.5px);
    transform: translateX(8.5px);
  }
  .team .team_full.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .team .team_full img:first-child {
    display: none;
  }
}

@media (max-width: 767px) {
  .page__banner .container p,
  body,
  html {
    font-size: 18px;
  }
  .h1,
  h1 {
    font-size: 55px !important;
  }
  .h2,
  h2 {
    font-size: 37px !important;
  }
  .h3,
  h3 {
    font-size: 28px !important;
  }
  table.dates td:last-child,
  table.dates th:last-child {
    white-space: nowrap;
  }
  .team .team_full {
    padding: 0;
  }
  .team .team_full img:last-child {
    display: none;
  }
  .team .team_full h3,
  .team .team_full h4 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .team .team_full ul {
    padding-right: 20px;
  }
  .team .team_close.small {
    top: 5px;
    right: 3px;
  }
  .p.intro,
  input,
  label,
  p.intro,
  select {
    font-size: 18px;
  }
  input[type="text"],
  select {
    height: 50px;
  }
  label {
    margin-bottom: 0.5rem;
  }
  .flexslider .slides img {
    max-width: 100%;
  }
  .formModule > form > input:not([value="home"]) + .step {
    margin-bottom: 0;
  }
  .formModule
    > form
    > input[value="asx-announcements"]
    + .step
    .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    tr,
  .formModule
    > form
    > input[value="results-centre"]
    + .step
    .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    tr {
    padding: 1rem 0 0.45rem 0.5rem;
  }
  .formModule
    > form
    > input[value="asx-announcements"]
    + .step
    .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    .announcementDate
    .spnScreenReader,
  .formModule
    > form
    > input[value="results-centre"]
    + .step
    .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    .announcementDate
    .spnScreenReader {
    top: auto;
  }
  .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    tr:not(:first-child) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 20px 20px;
  }
  .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    tr
    td.announcementDate {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    width: 100%;
  }
  .ASXAnnouncements .announcementsTableDiv .announcementsTable tr .downloadLink,
  .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    tr
    td.announcementDate
    .spnScreenReader {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: block;
  }
  .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    tr
    td.downloadLink {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    tr
    td.downloadLink
    a {
    display: inline-block;
    padding: 10px 0;
    margin-left: 20px;
  }
  .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    tr
    td.announcementTitle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    tr
    td.announcementTitle
    a {
    padding: 10px 0 0;
  }
  .announcements-filter #KeywordSearch {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .announcements-filter .filterButton {
    width: 100%;
  }
  table.download tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  table.download tr td {
    display: block;
  }
  table.download tr td:first-child {
    /* padding: 1.45rem 0 0; */
  }
  table.download tr td:first-child strong {
    margin-top: 10px;
  }
  table.download tr td:last-child {
    padding: 0px 20px 20px 20px;
    text-align: left;
  }
  table.download tr td a {
    padding: 10px 0;
  }
  table.share {
    max-width: 600px;
    margin: 0 auto 1rem;
  }
  table.share tr {
    border-bottom: 1px solid rgba(197, 197, 197, 0.5);
  }
  table.share tr th {
    width: 30%;
    min-width: 120px;
  }
  table.download tr td a {
    display: flex;
    align-items: center;
  }
  table.download tr td a:before {
    position: relative;
    top: 0;
    transform: none;
    margin-right: 10px;
  }
  .HomeReportsContainer {
    overflow-x: scroll;
    width: 100%;
  }
  #HomeReports {
    width: 900px;
    display: block;
  }
  #HomeReports > div {
    max-width: 300px;
    float: left;
  }
  #HomeReports.pageReports {
    width: auto;
  }
  .sustainability .text {
    max-width: 100%;
  }
  .page__footer .page__footer-links ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #copyright{
	  margin-top: 30px;
  }
  .footer_logo {
    max-width: 130px;
	display: block;
  }
  .footer_logo2{
	  max-width: 100%;
	  margin-bottom: 40px;
	  display: block;
	 }
  .page__footer-links .col-md-3 {
    text-align: center;
    margin-top: 20px;
  }
  .page__footer-social {
    padding-right: 0;
    justify-content: center;
  }
  .page__footer-legal #copyright {
    text-align: center;
  }
  .call-to-box {
    background-size: 320px;
  }
  .footer_links p {
    margin-bottom: 0;
  }
  .page__footer__bottom .footer_links a {
    opacity: 0.8;
  }
  .page__footer-social a:last-child i {
    margin-right: 0;
  }
  .footer_links {
    margin-top: 15px;
    margin-left: 0 !important;
  }
  .footer_links h5 {
    font-size: 12px !important;
    margin-bottom: 10px;
  }
  .copyrightLinks {
    text-align: center;
  }
  .copyrightLinks a {
  }
  li.nav-item.dropdown.open .dropdown-menu {
    display: block !important;
  }
  
  .acknowledgment.container{
      background-image: url(/FormBuilder/_Resource/_module/97gyKB3QKE2GPtoH0CRNvg/images/mobile_footer_bg.png);
  }
}

@media (max-width: 600px) {
  table.priceHistoryTable {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 575px) {
  .h3,
  h3 {
    font-size: 37px !important;
  }
  .h4,
  .h5,
  h4,
  h5 {
    font-size: 20px !important;
  }
  .page__header h4 {
    font-size: 18px !important;
    white-space: nowrap;
  }
  .navbar {
    height: 30px;
  }
  .navbar .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .page__banner {
    background-position: 70% 50%;
  }
  .page__banner h1 {
    font-size: 40px !important;
  }
  .page__banner.inner {
    background-position: center;
  }
  .page__banner.inner h1 {
    font-size: 36px !important;
    line-height: 1;
  }
  .page__bar .page__bar-wrap h2 {
    font-size: 30px !important;
  }
  .tabs__container .nav-tabs {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*overflow-x: auto;*/
  }
  .tabs__container .nav-tabs a,
  table.table-responsive-sm {
    white-space: nowrap;
  }
  .ASXAnnouncements .announcementsTableDiv,
  .tabs__container .tab-content .tab-pane > table {
    margin-bottom: 0;
  }
  .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    tr
    td.announcementTitle
    a {
    font-size: 20px;
  }
  .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    tr
    td.announcementDate
    .spnScreenReader,
  .card_wrapper .card_text .link::after {
    font-size: 16px;
  }
  .ASXAnnouncements
    .announcementsTableDiv
    .announcementsTable
    tr
    td.downloadLink
    a::before,
  table.download tr td a {
    font-size: 18px;
  }
  table.table-responsive-sm td:nth-child(4),
  table.table-responsive-sm td:nth-child(5),
  table.table-responsive-sm th:nth-child(4),
  table.table-responsive-sm th:nth-child(5) {
    text-align: center;
  }
  table.download tr td:first-child {
    font-size: 16px;
    padding-bottom: 4px;
  }
  table.download tr td:first-child strong {
    font-size: 20px;
  }
  table.dates td,
  table.dates th {
    display: block;
  }
  table.dates td:first-child {
    padding-bottom: 0;
    font-weight: 400;
  }
  table.dates td:last-child {
    border: 0;
    padding-top: 0;
    font-size: 18px;
  }
  table.dates th:last-child {
    display: none;
  }
  table.side tr {
    display: block;
    padding: 1.25rem 0.75rem;
  }
  table.side tr td,
  table.side tr th {
    display: block;
    font-size: 17px;
    padding: 0 !important;
  }
  table.side tr th {
    vertical-align: middle;
  }
  table.side li {
    margin-top: 0.5rem;
  }
  .tabs__container .tab-content .tab-pane > table.dates {
    margin-bottom: 2rem;
  }
  .card_wrapper .card_text {
    position: relative;
    background: rgba(0, 0, 0, 0.9);
  }
  .card_wrapper .card_text .h3 + p {
    padding: 0;
  }
  .card_wrapper .card_text p:last-child {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    padding-top: 10px;
    font-size: 18px;
  }
  .card_wrapper img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .calc-table .horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calc-table .horizontal li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .calc-table .horizontal li:last-child {
    margin-top: 1rem;
  }
  .calc-table .calc-table-row {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0.625rem 1rem;
  }
  .navbar .navbar-brand {
    margin: 0 auto;
  }
  .navbar .navbar-brand img {
    width: 141px;
  }
  .navbar .navbar-toggler .navbar-icon {
    width: 22px;
    height: 20px;
  }
  .navbar .navbar-toggler .navbar-icon .navbar-icon-line {
    height: 2px;
  }
  .navbar .navbar-toggler .navbar-icon .navbar-icon-line:nth-child(2) {
    top: 7px;
  }
  .navbar .navbar-toggler .navbar-icon .navbar-icon-line:nth-child(3) {
    bottom: 3px;
  }
  .page__banner_title {
    padding: 70px 0 80px 0;
  }
  #tab-group li + li a {
    margin-left: 1rem;
  }
  .sustainability h3:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .calc-table {
    max-width: 100%;
  }
  .calc-table .horizontal li:first-child {
    padding-right: 0 !important;
  }
  .awardsImage2 {
	  max-height: 60px;
  }
  .awardsImageSecond{
	  max-height: 40px;
	  padding-top: 0 !important;
	  padding-bottom: 0 !important;
	 }
}

@media (max-width: 425px) {
  #tab-group li + li a {
    margin-left: 0.5rem;
  }
}
@media (max-width: 375px) {
  #tab-group li + li a {
    margin-left: 0;
  }
}
.MM-icon-container {
  position: relative;
  z-index: 10;
}

/* MM ICON ON BANNER -------------------------------- */

.MM-icon {
  top: -210px;
  z-index: 20;
  position: absolute;
  right: -115px;
}

@media (max-width: 991px) {
  .MM-icon {
    display: none;
  }
}
