@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
}
body #share-menu-mobile-overlay {
  background: #37424a;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
}
body .energy-journal-nav-homepage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  background-color: #ffffff;
}
body .energy-journal-nav-homepage .max-width{
  padding: 23px 0;
  max-width: 1180px;
  width: 100%;
}
@media screen and (max-width: 1220px) {
  body .energy-journal-nav-homepage .max-width{
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .energy-journal-nav-homepage-logo {
  height: 24px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  body .energy-journal-nav-homepage-logo {
    width: 161px;
    height: auto;
    margin: 0;
  }
}
body .energy-journal-nav {
  width: 100%;
  height: 71px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 3;
  background-color: #ffffff;
}
body .energy-journal-nav .energy-journal-nav-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
  padding: 0;
  max-width: 1180px;
}
@media screen and (max-width: 992px) {
  body .energy-journal-nav .energy-journal-nav-head {
    justify-content: space-between;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-nav .energy-journal-nav-head {
    padding: 0 20px;
  }
}
body .energy-journal-nav .energy-journal-nav-head-logo {
  flex: 1;
  width: auto;
  height: 24px;
  text-align: left;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 576px) {
  body .energy-journal-nav .energy-journal-nav-head-logo {
    width: 130px;
    height: 16px;
    flex: 1;
  }
}
body .energy-journal-nav .energy-journal-nav-head-title {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #202020;
  text-transform: uppercase;
  flex: 10;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  body .energy-journal-nav .energy-journal-nav-head-title {
    display: none;
  }
}
body .energy-journal-nav .energy-journal-nav-head-menu-icon {
  z-index: 2;
  flex: 1;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: right;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  body .energy-journal-nav .energy-journal-nav-head-menu-icon {
    width: 40px;
    height: 40px;
    flex: 5;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-nav .energy-journal-nav-head-menu-icon {
    width: 30px;
    height: 30px;
    flex: 5;
  }
}
.progress-container {
  width: 100%;
  height: 1px;
  background-color: #BCBCBC;
}
.progress-container .progress-bar {
  height: 3px;
  background: #000000;
  width: 0%;
}
body .menu-overlay {
  background-color: black;
  color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  transition: opacity 0.2s ease-in-out;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .menu-overlay.open {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
body .menu-overlay.open nav {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  align-items: center;
}
body .menu-overlay.open nav .energy-journal-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  margin: 0;
  border-bottom: 1px solid #EAEAEA;
}
/* @media screen and (max-width: 1024px) {
  body .menu-overlay.open nav .energy-journal-menu {
    margin-top: 40px;
  }
} */
@media screen and (max-width: 576px) {
  body .menu-overlay.open nav .energy-journal-menu {
    /* margin-top: 60px; */
    padding: 0 20px;
  }
}
@media screen and (max-width: 390px) {
  body .menu-overlay.open nav .energy-journal-menu {
    margin-top: 60px;
  }
}
@media screen and (max-width: 380px) {
  body .menu-overlay.open nav .energy-journal-menu {
    margin-top: 40px;
  }
}
/* @media screen and (max-width: 375px) {
  body .menu-overlay.open nav .energy-journal-menu {
    margin-top: 40px;
  }
} */
body .menu-overlay.open nav .energy-journal-menu-title {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  color: #BCBCBC;
}
@media screen and (max-width: 576px) {
  body .menu-overlay.open nav .energy-journal-menu-title {
    font-size: 15px;
  }
}
body .menu-overlay.open nav .energy-journal-menu .close-btn {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100;
  font-size: 50px;
  line-height: 120%;
  color: #BCBCBC;
}
@media screen and (max-width: 576px) {
  body .menu-overlay.open nav .energy-journal-menu .close-btn {
    font-size: 25px;
    line-height: 220%;
    font-weight: 400;
  }
}
body .menu-overlay.open nav ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 80px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  body .menu-overlay.open nav ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  body .menu-overlay.open nav ul {
    grid-template-columns: 1fr;
    padding: 0 14px 0 20px;
  }
}
body .menu-overlay.open nav ul li {
  display: block;
  padding: 70px 0;
  padding-right: 50px !important;
  position: relative;
  opacity: 1;
  border-bottom: 1px solid #949494;
}

@media screen and (max-width: 992px) {
  body .menu-overlay.open nav ul li {
    padding: 20px 0;
    padding-right: 0 !important;
  }
}
body .menu-overlay.open nav ul li a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: left;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  body .menu-overlay.open nav ul li a {
    flex-direction: row-reverse;
  }
}
/* body .menu-overlay.open nav ul li a img {
  width: 250px;
  height: 290px;
}
@media screen and (max-width: 992px) {
  body .menu-overlay.open nav ul li a img {
    flex: 1;
    width: 80px;
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  body .menu-overlay.open nav ul li a img {
    width: 100px;
    height: 100px;
  }
}  */
body .menu-overlay.open nav ul li a .bg-img {
  aspect-ratio: 1;
  width: 250px;
  height: 290px;
}
@media screen and (max-width: 1024px) {
  body .menu-overlay.open nav ul li a .bg-img {
    width: 180px;
    height: 220px;
  }
}
@media screen and (max-width: 992px) {
  body .menu-overlay.open nav ul li a .bg-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  body .menu-overlay.open nav ul li a .bg-img {
    width: 100px;
    height: 100px;
  }
}
body .menu-overlay.open nav ul li a .bg-img1 {
    background-image: url(/content/dam/oliver-wyman/v3/template-scripts/energy-journal/assets/menu-images/cover-square.jpg) ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
body .menu-overlay.open nav ul li a .bg-img2 {
background-image: url(/content/dam/oliver-wyman/v3/template-scripts/energy-journal/assets/menu-images/sustainable-aviation-fuel-square.jpg) ;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
body .menu-overlay.open nav ul li a .bg-img3 {
background-image: url(/content/dam/oliver-wyman/v3/template-scripts/energy-journal/assets/menu-images/decarbonizing-steel-square.jpg) ;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
body .menu-overlay.open nav ul li a .bg-img4 {
background-image: url(/content/dam/oliver-wyman/v3/template-scripts/energy-journal/assets/menu-images/driving-sustainability-square.jpg) ;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
body .menu-overlay.open nav ul li a .bg-img5 {
background-image: url(/content/dam/oliver-wyman/v3/template-scripts/energy-journal/assets/menu-images/oil-and-gas-terminals-square.jpg) ;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
body .menu-overlay.open nav ul li a .bg-img6 {
background-image: url(/content/dam/oliver-wyman/v3/template-scripts/energy-journal/assets/menu-images/the-natural-gas-challenge-square.jpg) ;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
body .menu-overlay.open nav ul li a .bg-img7 {
background-image: url(/content/dam/oliver-wyman/v3/template-scripts/energy-journal/assets/menu-images/how-commercial-evs-square.jpg) ;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
body .menu-overlay.open nav ul li a .bg-img8{
background-image: url(/content/dam/oliver-wyman/v3/template-scripts/energy-journal/assets/menu-images/trading-our-way-to-net-zero-square.jpg) ;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
body .menu-overlay.open nav ul li a .bg-img9{
background-image: url(/content/dam/oliver-wyman/v3/template-scripts/energy-journal/assets/menu-images/green-transition-index-square.jpg) ;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
body .menu-overlay.open nav ul li a .title {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  gap: 20px;
  padding: 0;
  margin: 0;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  body .menu-overlay.open nav ul li a .title {
    flex: 2;
    padding-left: 0;
    padding-right: 50px;
    gap: 10px;
  }
}


body .menu-overlay.open nav ul li a .title h6 {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 39px;
  color: #ffffff;
  display: flex;
  text-align: left;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  body .menu-overlay.open nav ul li a .title h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
body .menu-overlay.open nav ul li a .title p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #BCBCBC;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  body .menu-overlay.open nav ul li a .title p {
    font-size: 12px;
    line-height: 18px;
  }
}
body .energy-journal-homepage {
  display: flex;
  align-items: left;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  /* height: 100%; */
  /* height: 100vh; */
  flex-direction: column;
}
body .energy-journal-homepage .homepage-mobile-banner {
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 667px) {
  body .energy-journal-homepage .homepage-mobile-banner {
    display: block;
  }
}
body .energy-journal-homepage .homepage-video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body .energy-journal-homepage .homepage-video {
    display: none;
  }
}
body .energy-journal-homepage .homepage-video-ipad {
  display: none;
}
@media screen and (max-width: 1024px) {
  body .energy-journal-homepage .homepage-video-ipad {
    display: block;
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
}
@media screen and (max-width: 667px) {
  body .energy-journal-homepage .homepage-video-ipad {
    display: none;
  }
}
body .energy-journal-homepage .continue-btn {
  padding-top: 100px;
}
@media screen and (max-width: 576px) {
  body .energy-journal-homepage .continue-btn {
    padding-top: 30px;
  }
}
/*@media screen and (min-width: 1400px) {
  body .energy-journal-homepage .continue-btn {
    padding-top: 25%;
  }
}

@media screen and (max-width: 1281px) {
  body .energy-journal-homepage .continue-btn {
    padding-top: 35%;
  }
}
@media screen and (max-width: 1024px) {
  body .energy-journal-homepage .continue-btn {
    padding-top: 32%;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 992px) {
  body .energy-journal-homepage .continue-btn {
    padding-top: 33%;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  body .energy-journal-homepage .continue-btn {
    padding-top: 33%;
  }
}

@media screen and (max-width: 540px) {
  body .energy-journal-homepage .continue-btn {
    padding-top: 45%;
  }
}

@media screen and (max-width: 576px) {
  body .energy-journal-homepage .continue-btn {
    padding-top: 35%;
  }
}

@media screen and (max-width: 415px) {
  body .energy-journal-homepage .continue-btn {
    padding-top: 43%;
  }
}
@media screen and (max-width: 377px) {
  body .energy-journal-homepage .continue-btn {
    padding-top: 40%;
  }
}

@media screen and (max-width: 361px) {
  body .energy-journal-homepage .continue-btn {
    padding-top: 45%;
  }
}*/

body .energy-journal-homepage .continue-btn a {
  color: #ffffff;
  background-color: #000000;
  padding: 15px 50px;
  border-radius: 26px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}
@media screen and (max-width: 576px) {
  body .energy-journal-homepage .continue-btn a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 30px;
  }
}
body .energy-journal-homepage .homepage-title {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  position: absolute;
  max-width: 1180px;
  padding-top: 8%;
}

@media screen and (max-width: 1220px){
  body .energy-journal-homepage .homepage-title{
    padding: 0 20px;
    padding-top: 9%;
  }
}

/*@media screen and (max-width: 1025px) {
  body .energy-journal-homepage .homepage-title {
    top: 70%;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 992px) {
  body .energy-journal-homepage .homepage-title {
    top: 33%;
  }
}

@media screen and (max-width: 913px) {
  body .energy-journal-homepage .homepage-title {
    top: 28%;
  }
}

@media screen and (max-width: 821px) {
  body .energy-journal-homepage .homepage-title {
    top: 33%;
  }
}
@media screen and (max-width: 769px) {
  body .energy-journal-homepage .homepage-title {
    top: 39%;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-homepage .homepage-title {
    top: 35%;
    flex-direction: column-reverse;
    padding-left: 21px !important;
  }
}

@media screen and (max-width: 540px) {
  body .energy-journal-homepage .homepage-title {
    top: 48%;
  }
}

@media screen and (max-width: 415px) {
  body .energy-journal-homepage .homepage-title {
    top: 31%;
  }
}

@media screen and (max-width: 377px) {
  body .energy-journal-homepage .homepage-title {
    top: 40%;
  }
}

@media screen and (max-width: 361px) {
  body .energy-journal-homepage .homepage-title {
    top: 35%;
  }
}*/

body .energy-journal-homepage .homepage-title .mobile-h2 {
  display: none;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
body .energy-journal-homepage .homepage-title .mobile-h2 span {
  font-weight: 700 !important;
  padding-right: 5px;
}
@media screen and (max-width: 576px) {
  body .energy-journal-homepage .homepage-title .mobile-h2 {
    display: block;
  }
}
body .energy-journal-homepage .homepage-title .desktop-h2 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  body .energy-journal-homepage .homepage-title .desktop-h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-homepage .homepage-title .desktop-h2 {
    display: none;
  }
}
body .energy-journal-homepage .homepage-title h1 {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  body .energy-journal-homepage .homepage-title h1 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-homepage .homepage-title h1 {
    font-size: 38px;
    line-height: 40px;
  }
}
body .display-inline {
  display: inline-block;
  margin: 0 10px 0 10px;
}
body .energy-journal-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  text-align: center;
}
body .energy-journal-banner .energy-journal-banner-title {
  margin: 201px 114px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 992px) {
  body .energy-journal-banner .energy-journal-banner-title {
    margin: 200px 20px 100px 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-banner .energy-journal-banner-title {
    margin: 150px 20px 100px 20px;
    justify-content: center;
  }
}
body .energy-journal-banner .energy-journal-banner-title-main {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 115px;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #000000;
  text-transform: uppercase;
  width: 90%;
  margin: 0;
}
@media screen and (max-width: 992px) {
  body .energy-journal-banner .energy-journal-banner-title-main {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-banner .energy-journal-banner-title-main {
    font-size: 34px;
    line-height: 36px;
  }
}
body .energy-journal-banner .energy-journal-banner-title-sub {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  width: 90%;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.24px;
  color: #000000;
  margin: 0;
  margin-top: 30px !important;
}
@media screen and (max-width: 992px) {
  body .energy-journal-banner .energy-journal-banner-title-sub {
    font-size: 12px;
    line-height: 18px;
  }
}
body .energy-journal-banner .energy-journal-banner-mobile-img {
  display: none;
}
@media screen and (max-width: 767px){
  body .energy-journal-banner .energy-journal-banner-mobile-img {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
/* @media screen and (min-width: 325px) and (max-width: 576px) and (orientation: landscape) {
  body .energy-journal-banner .energy-journal-banner-mobile-img {
    display: none;
  }
} */
body .energy-journal-banner .energy-journal-banner-img {
  width: 100%;
  padding: 0;
  height: 1100px;
  margin-bottom: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1600px) {
  body .energy-journal-banner .energy-journal-banner-img {
    height: 810px;
  }
}
@media screen and (max-width: 992px) {
  body .energy-journal-banner .energy-journal-banner-img {
    height: 500px;
  }
}

/* @media screen and (min-width: 416px) and (max-width: 992px){
  body .energy-journal-banner .energy-journal-banner-img {
    height: 500px;
  }
} */
/* @media screen and (max-width: 576px) and (orientation: landscape) {
  body .energy-journal-banner .energy-journal-banner-img {
    width: 100%;
    height: 562px;
  }
} */
@media screen and (max-width: 767px){
  body .energy-journal-banner .energy-journal-banner-img {
    display: none;
  }
}
body .video-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  /* margin-bottom: 60px; */
}
/* @media screen and (max-width: 576px) {
  body .video-section {
    margin-bottom: 39px;
  }
} */
body .video-section #play-btn-on-video {
  visibility: visible;
  position: absolute;
  z-index: 2;
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
body .video-section .iframeWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
body .video-section .iframeWrapper iframe {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  body .video-section .iframeWrapper iframe {
    height: 320px;
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  body .video-section .iframeWrapper iframe {
    width: 80%;
    height: 180px;
  }
}

body .welcome-video-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 100px;
}

body .welcome-video-btn a {
  color: #ffffff;
  background-color: #000000;
  padding: 15px 50px;
  border-radius: 26px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}
@media screen and (max-width: 992px) {
  body .welcome-video-btn a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 30px;
  }
}

/* body .welcome-video-btn a {
  background-color: #000000;
  padding: 20px 40px;
  border-radius: 30px;
  color: #ffffff;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.16px;
}
@media screen and (max-width: 992px) {
  body .welcome-video-btn a {
    padding: 15px 30px;
    font-size: 14px;
  }
} */

body .energy-journal-article {
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .energy-journal-article-audio-share {
  width: 780px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  body .energy-journal-article-audio-share {
    padding: 0 20px;
  }
  body .welcome-video-btn {
    padding: 1px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  body .energy-journal-article-audio-share {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 576px) {
  body .energy-journal-article-audio-share {
    width: 100%;
    padding: 0 20px;
  }
  body .welcome-video-btn {
    padding: 1px 0 80px;
  }
}
body .energy-journal-article-audio-share .audio {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  width: 300px;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article-audio-share .audio {
    width: 300px;
  }
}
body .energy-journal-article-audio-share .audio .play-btn {
  width: 100px;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 70px;
  border-radius: 15px;
  text-align: center;
}
body .energy-journal-article-audio-share .audio .play-btn-txt {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  margin-right: 12px;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article-audio-share .audio .play-btn-txt {
    font-size: 14px;
  }
}
body .energy-journal-article-audio-share .audio audio {
  display: none;
}
body .energy-journal-article-audio-share .share_mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article-audio-share .share_mobile {
    display: block;
  }
}
body .energy-journal-article-audio-share .share_mobile-icon {
  display: none;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article-audio-share .share_mobile-icon {
    display: block;
  }
}
body .energy-journal-article-audio-share .share_mobile .overlay {
  width: 100%;
  height: 100%;
  background-color: #37424a;
  opacity: 0;
  z-index: 1;
}
body .energy-journal-article-audio-share .share_mobile .overlay .share_mobile-dropdown {
  background-color: #ffffff;
  color: #000000;
  height: auto;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
  z-index: 1;
  opacity: 0;
  left: 0;
  position: fixed;
  bottom: 0;
  visibility: hidden;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 0;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
body .energy-journal-article-audio-share .share_mobile .overlay .share_mobile-dropdown .article-title {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border-bottom: 1px solid #EAEAEA;
}
body .energy-journal-article-audio-share .share_mobile .overlay .share_mobile-dropdown .article-title img {
  border-radius: 3px;
}
body .energy-journal-article-audio-share .share_mobile .overlay .share_mobile-dropdown .article-title p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #202020;
}
body .energy-journal-article-audio-share .share_mobile .overlay .share_mobile-dropdown .share-option {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #EAEAEA;
}
body .energy-journal-article-audio-share .share_mobile .overlay .share_mobile-dropdown .share-option:hover {
  background-color: #F4F4F4;
}
body .energy-journal-article-audio-share .share_mobile .overlay .share_mobile-dropdown .share-option a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
body .energy-journal-article-audio-share .share_mobile .overlay .share_mobile-dropdown .share-option a p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
body .energy-journal-article-audio-share .share_mobile .overlay .share_mobile-dropdown.open {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  margin: 0;
}
body .energy-journal-article-audio-share .share_mobile .overlay .share_mobile-dropdown.open .notification {
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 10px;
  right: 7%;
  width: 100px;
  border: solid 1px #dadada;
  transform: translateY(7px);
  display: none;
  z-index: 10;
}
body .energy-journal-article-audio-share .share {
  position: relative;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article-audio-share .share {
    display: none;
  }
}
body .energy-journal-article-audio-share .share .notification {
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 10px;
  right: 7%;
  width: 100px;
  border: solid 1px #dadada;
  transform: translateY(7px);
  display: none;
  z-index: 10;
}
body .energy-journal-article-audio-share .share__toggle:checked ~ .share__button {
  transform: rotate(-180deg);
}
body .energy-journal-article-audio-share .share__toggle:checked ~ .share__icon--link {
  transform: translateX(-55px) rotate(0);
}
body .energy-journal-article-audio-share .share__toggle:checked ~ .share__icon--facebook {
  transform: translateX(-110px) rotate(0);
}
body .energy-journal-article-audio-share .share__toggle:checked ~ .share__icon--twitter {
  transform: translateX(-165px) rotate(0);
}
body .energy-journal-article-audio-share .share__toggle:checked ~ .share__icon--linkedin {
  transform: translateX(-220px) rotate(0);
}
body .energy-journal-article-audio-share .share__button {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 50%;
}
body .energy-journal-article-audio-share .share__icon {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0) rotate(180deg);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
body .energy-journal-article .article {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  body .energy-journal-article .article {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article {
    width: 100%;
    padding: 0 20px;
  }
}
body .energy-journal-article .article .driving-exhibit {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article .trade-exhibit {
    display: none;
  }
}
body .energy-journal-article .article .trade-exhibit-mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article .trade-exhibit-mobile {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article .decarbonizing-exhibit {
    display: none;
  }
}
body .energy-journal-article .article .decarbonizing-exhibit-mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article .decarbonizing-exhibit-mobile {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article .natural-gas-exhibit {
    display: none;
  }
}
body .energy-journal-article .article .natural-gas-exhibit-mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article .natural-gas-exhibit-mobile {
    display: block;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
body .energy-journal-article .article .natural-gas-exhibit-mobile .slide {
  width: 780px;
  height: 600px;
  display: inline-block;
}
body .energy-journal-article .article p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.18px;
  color: #000000;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
body .energy-journal-article .article p:last-child {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
  body .energy-journal-article .article p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article p {
    font-size: 16px;
  }
}
body .energy-journal-article .article p .bold-txt {
  font-weight: 700;
}
body .energy-journal-article .article .twenty-padding-minus {
  padding-bottom: 10px !important;
}
body .energy-journal-article .article .country-txt {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  color: #000000;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  body .energy-journal-article .article .country-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article .country-txt {
    font-size: 16px;
  }
}

body .energy-journal-article .article .visit-site-oil-gas {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  color: #000000;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
body .energy-journal-article .article .visit-site {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  color: #000000;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article .visit-site {
    font-size: 16px;
  }
}
body .energy-journal-article .article .visit-site a {
  margin: 0;
  padding: 0;
  color: #2C6EF2 !important;
  cursor: pointer;
}
body .energy-journal-article .article .simple-ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  padding-bottom: 30px;
}
body .energy-journal-article .article .simple-ul li {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.18px;
  color: #000000;
  position: relative;
}
body .energy-journal-article .article .simple-ul li::before {
  content: "•";
  color: #000000;
  display: block;
  text-align: center;
  position: absolute;
  font-size: 25px;
  width: 20px;
  left: -20px;
  top: 0;
}
body .energy-journal-article .article .simple-ul li p {
  padding-left: 10px;
}
body .energy-journal-article .article .list-style-decimal {
  margin: 0;
  padding-left: 20px;
}
body .energy-journal-article .article .list-style-decimal li {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.18px;
  color: #000000;
  display: list-item;
  list-style-type: decimal;
  position: relative;
  margin: 0;
  padding: 0;
}
body .energy-journal-article .article .list-style-decimal li::before {
  position: absolute;
}
body .energy-journal-article .article .list-style-decimal li:last-child {
  margin-bottom: 30px;
}
body .energy-journal-article .article .list-style-decimal li p {
  padding: 0;
  margin: 0;
  padding-left: 25px;
}
body .energy-journal-article .article .list-style-decimal-another {
  margin: 0;
  margin-top: 60px !important;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article .list-style-decimal-another {
    margin-bottom: 10px;
  }
}
body .energy-journal-article .article .list-style-decimal-another li {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: #000000;
  display: list-item;
  list-style-type: decimal;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article .list-style-decimal-another li {
    margin-bottom: 30px;
  }
}
body .energy-journal-article .article .exhibit-title {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin: 0;
  margin-top: 40px !important;
  margin-bottom: 30px !important;
}
body .energy-journal-article .article .list-style-decimal-source {
  margin: 0;
  margin-top: 23px;
  padding-left: 20px;
}
body .energy-journal-article .article .list-style-decimal-source li {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.18px;
  color: #000000;
  display: list-item;
  list-style-type: decimal;
  position: relative;
  margin: 0;
  padding: 0;
}
body .energy-journal-article .article .list-style-decimal-source li::before {
  position: absolute;
}
body .energy-journal-article .article .list-style-decimal-source li p {
  padding: 0;
  margin: 0;
  padding-left: 25px;
}
body .energy-journal-article .article .exhibit-source-driving-sustainability {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
body .energy-journal-article .article .exhibit-source {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 60px;
}
body .energy-journal-article .article h2 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.24px;
  color: #000000;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
body .energy-journal-article .article h1 {
  font-family: "MMC Display";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.2px;
  width: 100%;
  color: #000000;
}
@media screen and (max-width: 992px) {
  body .energy-journal-article .article h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -0.2px;
  }
}
body .energy-journal-article .article .download-article {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
  width: 50%;
  margin: 0;
  margin: 60px 0;
  padding: 0;
  width: 90%;
}
@media screen and (max-width: 992px) {
  body .energy-journal-article .article .download-article {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article .download-article {
    width: 80%;
  }
}
body .energy-journal-article .article .download-article .desc-btn {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 110px;
  top: 0;
  align-items: left;
}
@media screen and (max-width: 992px) {
  body .energy-journal-article .article .download-article .desc-btn {
    gap: 50px;
  }
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article .download-article .desc-btn {
    gap: 20px;
  }
}
body .energy-journal-article .article .download-article .desc-btn .title {
  width: 100%;
  height: 30%;
}
body .energy-journal-article .article .download-article .desc-btn .title .pdf-download {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  margin: 0;
}
body .energy-journal-article .article .download-article .desc-btn .title .pdf-title {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .article .download-article .desc-btn .title .pdf-title {
    font-size: 18px;
  }
}
body .energy-journal-article .article .download-article .desc-btn .download-btn {
  height: 70%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 15px;
}
body .energy-journal-article .article .download-article .desc-btn .download-btn p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.16px;
  color: #000000;
}
body .energy-journal-article .article .note {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.16px;
  color: #000000;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}


body .energy-journal-article .next-article-buttons {
  margin: 0;
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 69px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .next-article-buttons {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
body .energy-journal-article .next-article-buttons .muted-button-next {
  background: #D9D9D9;
  color: #ffffff;
  text-decoration: none;
  border-radius: 60px;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 40px;
  width: 40px;
}
body .energy-journal-article .next-article-buttons .button-next {
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  border-radius: 60px;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 40px;
  transition: 0.5s;
}
body .energy-journal-article .next-article-buttons .button-previous {
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  border-radius: 60px;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 40px;
  transition: 0.5s;
}
body .energy-journal-article .next-article-buttons .button-next:hover {
  padding: 0 26px;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .next-article-buttons .button-next:hover {
    width: 40px;
  }
}

body .energy-journal-article .next-article-buttons .button-previous:hover {
  padding: 0 26px;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .next-article-buttons .button-previous:hover {
    width: 40px;
  }
}
body .energy-journal-article .next-article-buttons .button-next .icon {
  width: 40px;
}
body .energy-journal-article .next-article-buttons .button-next:hover .icon {
  display: none;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .next-article-buttons .button-next:hover .icon {
    display: block;
  }
}
body .energy-journal-article .next-article-buttons .button-previous .icon {
  width: 40px;
}
body .energy-journal-article .next-article-buttons .button-previous:hover .icon {
  display: none;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .next-article-buttons .button-previous:hover .icon {
    display: block;
  }
}
body .energy-journal-article .next-article-buttons .button-next:hover .text {
  display: block;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .next-article-buttons .button-next:hover .text {
    display: none;
  }
}
body .energy-journal-article .next-article-buttons .button-previous:hover .text {
  display: block;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  body .energy-journal-article .next-article-buttons .button-previous:hover .text {
    display: none;
  }
}
body .energy-journal-article .next-article-buttons .icon {
  padding: 0px 8px;
  display: flex;
  align-items: center;
}
body .energy-journal-article .next-article-buttons .text {
  white-space: nowrap;
  display: none;
}
body footer {
  background-color: #000000;
  color: #ffffff;
  padding: 48px 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  height: 230px;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  body footer {
    height: 200px;
    margin: 0;
    bottom: 0;
    gap: 40px;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 576px) {
  body footer {
    height: 200px;
    gap: 20px;
    padding: 24px 20px;
  }
}
body footer .footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1180px;
    width: 100%;
    align-self: center;
}
@media screen and (max-width: 1220px){
  body footer .footer-top{
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  body footer .footer-top {
    flex-direction: column;
    gap: 25px;
    padding: 0;
  }
}
body footer .footer-top .footer-social-icons {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
body footer .footer-top .footer-social-icons a {
  background: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
body footer .footer-top .footer-social-icons a:hover {
  cursor: pointer;
  background-color: #3172f3;
}
body footer .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  width: 100%;
  align-self: center;
}
@media screen and (max-width: 1220px){
  body footer .footer-bottom{
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  body footer .footer-bottom {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 20px;
    padding: 0;
  }
}
body footer .footer-bottom .all-rights-reserved {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.14px;
  color: #ffffff;
  border: 1px solid #000000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 992px) {
  body footer .footer-bottom .all-rights-reserved {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 576px) {
  body footer .footer-bottom .all-rights-reserved {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    width: 100%;
    letter-spacing: -0.1px;
  }
}
body footer .footer-bottom .footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
body footer .footer-bottom .footer-menu a {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: -0.14px;
  color: #ffffff;
}
body footer .footer-bottom .footer-menu a:hover {
  color: #3172f3;
}
@media screen and (max-width: 992px) {
  body footer .footer-bottom .footer-menu a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 576px) {
  body footer .footer-bottom .footer-menu a {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.1px;
  }
}/*# sourceMappingURL=custom.css.map */



/*SHARE MOBILE*/

 .shareOverlay {
  position: fixed;
  display: flex;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  z-index: 2;
  cursor: pointer;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 300ms ease;
}
 .shareOverlay .shareContent {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: auto;
  transform: translateY(800px);
  transition: all 300ms ease;
}
 .shareOverlay .shareContent .share-list-container {
  padding: 18px 0;
}
 .shareOverlay .shareContent .share-list-container .share-section-title-wrapper {
  display: flex;
  align-items: center;
  padding: 0 20px 18px 20px;
  border-bottom: solid 1px #EAEAEA;
}
 .shareOverlay .shareContent .share-list-container .share-section-title-wrapper .share-section-title {
  padding-left: 10px;
  font-family: "Noto Sans";
  font-size: 13px;
  font-weight: 600;
}
 .shareOverlay .shareContent .share-list-container .share-list-item {
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: solid 1px #EAEAEA;
  text-decoration: none;
  color: #000000;
}
 .shareOverlay .shareContent .share-list-container .share-list-item:hover {
  background-color: #F4F4F4;
}
 .shareOverlay .shareContent .share-list-container .share-list-item:focus {
  background-color: #F4F4F4;
}
 .shareOverlay .shareContent .share-list-container .share-list-item .share-list-social {
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: 400;
}
 .shareOverlay .shareContent .share-list-container .share-list-item .notification {
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 10px;
  right: 7%;
  width: 100px;
  border: solid 1px #dadada;
  transform: translateY(7px);
  display: none;
  z-index: 10;
}
 .shareOverlay .shareContent .share-list-container .share-option {
  list-style: none;
}
 .shareOverlay .shareContent .share-list-container .share-option a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #000000;
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: 400;
  padding: 14px 20px;
  border-bottom: solid 1px #EAEAEA;
}
 .shareOverlay .shareContent .share-list-container .share-option a p {
  margin: 0;
}
 .shareOverlay .shareContent .share-list-container .share-option .notification {
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 10px;
  right: 7%;
  width: 100px;
  border: solid 1px #dadada;
  transform: translateY(7px);
  display: none;
  z-index: 10;
}
 .shareOverlay .shareContentOpen {
  transform: translateY(0);
}
 .shareOverlayOpen {
  visibility: visible;
  opacity: 1;
  transition: all 300ms ease;
}

.article{
  padding-top: 60px!important;
}



.authors-link{
  color: #000000;
  text-decoration: underline;
  padding-bottom: 3pxOk;
}


.authors-link:hover{
  color: #000000;
}












/*NEW NAV*/

body .ow-threeItem-nav {
  width: 100%;
  height: 71px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  z-index: 3;
}
body .ow-threeItem-nav .ow-nav-container {
  max-width: 1180px;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1220px) {
  body .ow-threeItem-nav .ow-nav-container {
    padding: 0 20px;
  }
}
body .ow-threeItem-nav .ow-nav-container .ow-logo-container {
  cursor: pointer;
  text-decoration: none;
}
body .ow-threeItem-nav .ow-nav-container .logo-container .ow-logo .ow-logo-img {
  height: 24px;
  width: auto;
}
@media (max-width: 768px) {
  body .ow-threeItem-nav .ow-nav-container .logo-container .ow-logo .ow-logo-img {
    height: 20px;
    width: auto;
  }
}
body .ow-threeItem-nav .ow-nav-container .nav-section-title {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #202020;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  body .ow-threeItem-nav .ow-nav-container .nav-section-title {
    display: none;
  }
}
body .ow-threeItem-nav .ow-nav-container .menu-btn-img {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  body .ow-threeItem-nav .ow-nav-container .menu-btn-img {
    height: 30px;
    width: 30px;
  }
}
#fixed{
  position: fixed;
  width: 100%;
  z-index: 3;
}
.pb-0 {
  padding-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .pb-0 {
    padding-bottom: 0px!important;
  }
}