@charset "UTF-8";

/*
@mixin font-style-3 { font-family: 'neue-haas-grotesk-display', sans-serif; font-weight: 600;}
@mixin font-style-4 { font-family: 'neue-haas-grotesk-display', sans-serif; font-weight: 700;}
@mixin font-style-5 { font-family: 'neue-haas-grotesk-display', sans-serif; font-weight: 900;}*/

/* UPPERCASE TRANSFORMS - Need to include these in text styles that are uppercase */

/* The original mixins which had them are: buttondarkL, buttonlightL, buttondarkL-hover, datadates */

/* Symbols */
@import url("https://use.typekit.net/fcj4aly.css");
@-webkit-keyframes fadeInUp {
  0% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; transform: translate3d(0, 5px, 0); }
  100% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
  0% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; transform: translate3d(0, 5px, 0); }
  100% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 1; transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes fadeIn {
  0% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; }
  100% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 1; }
}
@keyframes fadeIn {
  0% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; }
  100% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 1; }
}
* { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
body { background-color: #ffffff; }
body *::-moz-selection { color: #ffffff; background-color: #3667B2; }
body *::selection { color: #ffffff; background-color: #3667B2; }
a { text-decoration: none;  /*color: $color-group-4;*/ transition: all 0.2s ease-in-out; }
input, textarea, select, button { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; }
input:focus, textarea:focus, select:focus, button:focus { outline: 0; }
input[type=text], input[type=email], section select { border: 0; border-bottom: 1px solid #323332; background-color: transparent; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
@media screen and (max-width:850px) {
  input[type=text], input[type=email], section select { font-size: 14px; }
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, section select::-moz-placeholder { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
input[type=text]::placeholder, input[type=email]::placeholder, section select::placeholder { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
@media screen and (max-width:850px) {
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, section select::-moz-placeholder { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
  input[type=text]::placeholder, input[type=email]::placeholder, section select::placeholder { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
}
.btn { height: 60px; line-height: 60px; padding: 0 60px; border-radius: 30px; font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1px; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; text-align: center; display: inline-flex; align-items: center; background-color: #3667B2; transition: all 0.2s ease-in-out; color: #ffffff; border: 0 !important; }
@media screen and (max-width:850px) {
  .btn { font-size: 13px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #f9f8f6; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; height: 42px; line-height: 42px; padding: 0 40px; }
}
.btn:hover { color: #ffffff; background-color: #00B55A; }
.btn:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}
.btn-2 { height: 60px; line-height: 60px; padding: 0 60px; border-radius: 30px; font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1px; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; text-align: center; display: inline-flex; align-items: center; background-color: #3667B2; transition: all 0.2s ease-in-out; color: #ffffff; border: 0 !important; text-transform: uppercase; }
@media screen and (max-width:850px) {
  .btn-2 { height: 42px; line-height: 42px; padding: 0 40px; }
}
.btn-2:hover { color: #ffffff; background-color: #00B55A; }
.hide { display: none !important; }
.container { max-width: 1600px; margin: 0 auto; }
img { max-width: 100%; height: auto; }
@media screen and (max-width:1920px) {
  .container { max-width: 1200px; }
}
@media screen and (max-width:1366px) {
  .container { max-width: 100%; width: calc(100% - 120px); }
}
@media screen and (max-width:1024px) {
  .container { width: calc(100% - 60px); }
}
@media screen and (max-width:850px) {
  .container { width: calc(100% - 50px); }
}
.container.full { padding: 0 60px; max-width: 100%; }
@media screen and (max-width:1366px) {
  .container.full { width: 100%; }
}
@media screen and (max-width:1024px) {
  .container.full { padding: 0 30px; }
}
@media screen and (max-width:850px) {
  .container.full { padding: 0 25px; }
}
.more { display: inline-block; font-size: 14.8px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; text-transform: uppercase; letter-spacing: 1px; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 700; }
.more::after { content: ""; display: inline-block; width: 19px; height: 12px; background-color: #3667B2; -webkit-mask-image: url(../../../../_resources/svgs/small-arrow.svg); mask-image: url(../../../../_resources/svgs/small-arrow.svg); transition: all ease-in-out 0.25s; margin-left: 10px; }
.more:hover::after { background-color: #3667B2; }
.more:hover { color: #3667B2; }

.grey-box { padding: 40px 35px; background: #EFEFEF; }
.grey-box:first-child { margin-top: 0; }
.grey-box:last-child { margin-bottom: 0; }
.grey-box h2 { margin-bottom: 0 !important; margin-top: 20px; }
.grey-box h2:first-of-type { margin-top: 0; }
.grecaptcha-badge { display: none !important; }
.grecaptcha-badge.show { display: block !important; visibility: visible !important; }
.flex-container { display: flex; }
.str-carbon-credit-market .flex-container { margin-bottom: 55px; }
.str-carbon-credit-market .flex-container > *:first-of-type { flex-basis: 160px; margin-right: 50px; }
.str-carbon-credit-market .flex-container > *:last-of-type { flex-basis: calc(100% - 210px); }
.str-carbon-credit-market .flex-container > *:last-of-type p:first-of-type { margin-top: 0; }
.str-carbon-credit-market .flex-container > *:last-of-type p:last-of-type { margin-bottom: 0; }
@media screen and (max-width:550px) {
  .str-carbon-credit-market .flex-container { display: block; }
  .str-carbon-credit-market .flex-container > *:first-of-type img { max-width: 165px; margin-bottom: 20px; }
  .str-carbon-credit-market .flex-container > *:first-of-type { margin-right: 0; }
}
body { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
@media screen and (max-width:850px) {
  body { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
}
h1, .h1 { margin: 0; font-size: 80px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.1; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:850px) {
  h1, .h1 { font-size: 38px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.11; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
h2, .h2 { margin: 0; font-size: 38.8px; font-stretch: normal; font-style: normal; line-height: 1.24; letter-spacing: normal; color: #323332; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 700; text-decoration: underline; text-decoration-color: #3667B2; text-decoration-thickness: 6px; }
@media screen and (max-width:850px) {
  h2, .h2 { font-size: 24px; line-height: normal;  }
}
h3, .h3 { font-size: 30px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.2; letter-spacing: normal; color: #323332; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; margin: 0; }
/* h3 span { color: #00B55A; } */
@media screen and (max-width:850px) {
  h3, .h3 { font-size: 20px; line-height: normal; }
}
h4, .h4 { font-size: 20px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; margin: 0; }
@media screen and (max-width:850px) {
  h4, .h4 { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #686873; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
h5, .h5 { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #3667B2; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; margin: 0; }
@media screen and (max-width:850px) {
  h5, .h5 { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1.2px; color: #3667B2; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
p, a, li { margin: 0; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
p.lg, a.lg, li.lg { font-size: 22px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.55; letter-spacing: normal; color: #323332; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:850px) {
  p, a, li { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
  p.lg, a.lg, li.lg { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
}
.top-bar { background-color: #3667B2; height: 39px; width: 100%; position: fixed; top: 0; z-index: 2; }
@media screen and (max-width:1024px) {
  .top-bar { display: none; }
}
.top-bar-mobile { display:none; }
@media screen and (max-width:1128px) {
.top-bar-mobile { display:block;background-color: #3667B2; height: 39px; width: 100%; position: fixed; top: 0; z-index: 2; }
}
.top-bar .container,.top-bar-mobile .container  { height: 39px; display: flex; justify-content: space-between; align-items: center; }
.top-bar .container > div, .top-bar-mobile .container > div { display: flex; justify-content: flex-end; align-items: center; font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.29; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
.top-bar .container > div.carbon-price, .top-bar-mobile  .container > div.carbon-price, .top-bar .container > div.carbon-price, .top-bar-mobile  .container > div.zefi-price  { letter-spacing: normal; }
.top-bar .container .ticker span, .top-bar-mobile.container .ticker span{ font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.13; letter-spacing: normal; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; margin-left: 5px; }
.top-bar .container .ticker span, .top-bar-mobile .container .ticker span  { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.13; letter-spacing: normal; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; margin-left: 5px; }

.top-bar .container .social, .top-bar-mobile .container .social { list-style: none; padding-left: 0; }
.top-bar .container .social li, .top-bar-mobile .container .social li { display: inline-block; margin-left: 25px; }
.top-bar .container .social li a, .top-bar-mobile .container .social li a { font-size: 20px; color: #FFFFFF; }
.top-bar .container .social li a:hover, .top-bar-mobile .container .social li a:hover { color: #FFFFFF; }
@media screen and (max-width:350px) {

  .top-bar-mobile .container .social li { display: inline-block; margin-left: 9px; }
}
header.header { padding-bottom: 20px !important; display: flex; justify-content: space-between; position: relative; align-items: flex-end; height: 100px; background-color: #ffffff; transition: all 0.2s ease-in-out; position: fixed; width: 100%; top: 39px; z-index: 10; }
@media screen and (max-width:1128px) {
  header.header { height: 60px; z-index: 1109; top: 39px; align-items: center; padding-bottom: 0 !important; }
  header.header:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; background-color: #ffffff; z-index: 1110; }
}
header.header .logo { width: 194px; flex-basis: 194px; max-width: 194px; line-height: 0; position: relative; z-index: 1111; }
header.header .logo img { height: 63px; width: 194px; transition: all 0.2s ease-in-out; }
@media screen and (max-width:1128px) {
  header.header .logo img { width: 106.7px; }
}
header.header .logo #logo-body { fill: #3667B2; transition: all 0.2s ease-in-out; }
header.header .logo #logo-head { fill: #3667B2; transition: all 0.2s ease-in-out; }
header.header .logo:hover #logo-head { fill: #3667B2; }
header.header .logo:hover #logo-body { fill: #3667B2; }
header.header nav { text-align: right; margin-right: 45px; flex-grow: 1; }
@media screen and (max-width:1128px) {
  header.header nav { display: block; position: fixed; background-color: #3667B2; width: 100%; top: 0; right: 0; left: 0; height: auto; max-height: 100vh; transform: translateY(-120%); transition: all 0.4s ease-in-out; z-index: 999; overflow: hidden; text-align: left; }
  header.header nav.open { padding-top: 50px; transform: translateY(0px); overflow-y: scroll !important; box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.11); padding-bottom: 0; }
}
header.header nav > ul { list-style: none; position: relative; top: 100px; margin: 0 auto; display: inline-block; padding: 0; top: initial; display: flex; justify-content: flex-end; padding-left: 60px; width: 100%; }
@media screen and (max-width:1128px) {
  header.header nav > ul { display: inline-block; padding-left: 0px; top: 0; text-align: left; padding: 40px 0 0 0; }
}
header.header nav > ul > li { margin: 0 50px; display: inline-block; line-height: 0; padding: 40px 0 100px 0; float: left; margin-left: 15px; position: relative; float: none; padding: 0px; }
@media screen and (max-width:1920px) {
  header.header nav > ul > li { margin: 0 20px; }
}
@media screen and (max-width:1366px) {
  header.header nav > ul > li { margin: 0 10px; }
}
@media screen and (max-width:1128px) {
  header.header nav > ul > li { margin: 0px 25px; width: calc(100% - 50px); display: block; margin: 0 25px; padding: 0; width: 100%; }
}
header.header nav > ul > li a {  min-width: 24px;min-height: 24px; line-height: 0; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; position: relative; z-index: 101; }
@media screen and (max-width: 1440px) {
  header.header nav > ul > li a { font-size: 16px !important;}
}
@media screen and (max-width:1128px) {
  header.header nav > ul > li a { display: block; padding: 0px 0; width: 100%; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.61; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; text-align: left; }
  header.header nav > ul > li a.top-level.has-submenu::after { content: "+"; margin-left: 10px; }
  header.header nav > ul > li a.top-level.has-submenu.active::after { content: "–"; }
}
header.header nav > ul > li a:hover { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; letter-spacing: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li a:hover { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.61; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
@media screen and (max-width:1128px) {
  header.header nav > ul > li a.active { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.61; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
header.header nav > ul > li .sub_nav { opacity: 0; visibility: hidden; text-align: left; position: absolute; left: 50%; margin-left: -160px; z-index: 100; width: 320px; padding: 15px 40px; pointer-events: none; top: 100px; border-radius: 10px; background-color: #ffffff; box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.11); transition: all 0.2s ease-in-out; transform: translateY(-15px); padding-top: 115px; top: 0px; border-radius: 0px; background-color: transparent; box-shadow: none; }
@media screen and (max-width:1920px) {
  header.header nav > ul > li .sub_nav { width: 230px; padding: 115px 25px 15px 25px; margin-left: -100px; }
}
@media screen and (max-width:1024px) {
  header.header nav > ul > li .sub_nav { display: none; transform: none; width: 100%; padding: 13px 0px 18px 0px; margin: 12px 0px 1px 0px; transition: none; position: static; opacity: 1; box-shadow: none; background-color: transparent; text-align: left; border-top: 1px solid #cecece; border-bottom: 1px solid #cecece; border-radius: 0; opacity: 1; pointer-events: all; transform: translateY(0); visibility: visible; padding: 13px 0px 18px 0px; }
}
header.header nav > ul > li .sub_nav::before { content: ""; position: absolute; top: -12px; margin: auto; right: 0; left: 0; width: 0; height: 0; border-style: solid; border-width: 0 15px 20px 15px; border-width: 0 10px 12px 10px; border-color: transparent transparent #ffffff transparent; top: 88px; z-index: 1; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav::before { display: none; }
}
header.header nav > ul > li .sub_nav::after { content: ""; border-radius: 10px; background-color: #f9f8f6; box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.11); position: absolute; left: 0px; right: 0px; bottom: 0px; top: 100px; z-index: 0; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav::after { display: none; }
}
header.header nav > ul > li .sub_nav > li { display: block; margin: 0 auto; padding: 0; width: 230px;  /*border-bottom: 1px solid $border-color;*/ }
@media screen and (max-width:1920px) {
  header.header nav > ul > li .sub_nav > li { width: 200px; padding: 10px 0; }
}
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li { width: 100%; padding: 0; border-bottom: 0; }
}
header.header nav > ul > li .sub_nav > li:last-of-type { border-bottom: 0; }
header.header nav > ul > li .sub_nav > li a { display: inline;  /*padding: 30px 0 40px 0;*/ margin: 0 auto; width: auto; position: relative; z-index: 3; transition: all 0.2s ease-in-out; position: relative; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.33; letter-spacing: 0.3px; color: #736868; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li a { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; padding: 0; }
}
header.header nav > ul > li .sub_nav > li a:hover { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li a:hover { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
header.header nav > ul > li .sub_nav > li a::before { content: attr(title); font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; color: #3667B2; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; display: block; font-weight: bold; height: 0; overflow: hidden; visibility: hidden; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li a::before { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
header.header nav > ul > li .sub_nav > li a.open { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; color: #3667B2; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li a.open { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
header.header nav > ul > li .sub_nav > li:hover { background-color: transparent; }
header.header nav > ul > li .sub_nav > li .subsub_nav { padding: 5px 0px; position: relative; list-style: none; border-top: 1px solid #cecece; border-bottom: 1px solid #cecece; display: none; margin: 16px 0px -5px 0px; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li .subsub_nav { border-top: none; border-bottom: none; margin: 0px 0px 0px 25px; }
}
header.header nav > ul > li .sub_nav > li .subsub_nav li { margin: 0; padding: 5px 0px; }
header.header nav > ul > li .sub_nav > li .subsub_nav li a { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.33; letter-spacing: 0.3px; color: #736868; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
header.header nav > ul > li .sub_nav > li .subsub_nav li a:hover { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; color: #3667B2; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li .subsub_nav li a:hover { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li .subsub_nav li a { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; padding: 0px; }
}
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li .subsub_nav li { padding: 0px; }
}
header.header nav > ul > li .sub_nav > li .subsub_nav:hover { display: block; height: 100%; pointer-events: all; }
header.header nav > ul > li .sub_nav > li.has-submenu > a::after {  /*position: absolute; top: 0px; right: -17px;*/
margin-left: 10px; content: "+"; font-size: 17px; font-weight: 600; transition: all 0.1s ease-in-out; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li.has-submenu > a::after { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
header.header nav > ul > li .sub_nav > li.has-submenu > a.open::after { content: "–"; }
header.header nav > ul > li:hover .sub_nav { opacity: 1; pointer-events: all; transform: translateY(0); visibility: visible; }
header.header nav > ul > li:hover > a { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; letter-spacing: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li:hover > a { color: #231f20; }
}
@media screen and (max-width:1104px) {
  header.header nav > ul > li { margin:0 9px; }
}
header.header .search-open { position: absolute; right: 60px; bottom: 20px; transition: all 0.2s ease-in-out; cursor: pointer; font-size: 20px; z-index: 1001; transition: all 0.2s ease-in-out; }
header.header .search-open::after { content: ""; display: inline-block; width: 20px; height: 20px; background-color: #3667B2; -webkit-mask-image: url(../../../../_resources/svgs/search.svg); mask-image: url(../../../../_resources/svgs/search.svg); transition: all ease-in-out 0.25s; }
header.header .search-open:hover::after { background-color: #00B55A; }
@media screen and (max-width:1128px) {
  header.header .search-open { display: none; }
}
header.header .search-open:hover { color: #3667B2; }
header.header .search-open:hover::after { transition: background-color ease-in-out 0s; }
header.header .search-open.active::after { font-family: "Font Awesome 5 Pro"; font-weight: 900; font-style: normal; content: "\f00d"; position: relative; right: 30px; background-color: transparent; -webkit-mask-image: initial; mask-image: initial; }
header.header #search_form { display: none; position: absolute; right: 190px; top: 25px;z-index: 1000; }
header.header #search_form:before { font-family: "Font Awesome 5 Pro"; font-weight: 900; font-style: normal; content: "\f002"; position: absolute; left: 30px; top: 24px; font-size: 21px; }
header.header #search_form input { background: #FFF; transition: all 0.2s ease-in-out; height: 75px; border: 0; width: 100%; padding: 0 65px; line-height: 75px; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
header.header #search_form input::-moz-placeholder { line-height: 75px; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
header.header #search_form input::placeholder { line-height: 75px; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
header.header #search_form.show { display: block; }
header.header .nav-mob { display: none; position: fixed; /*top: 22px;*/ right: 30px; width: 30px; height: 25px; z-index: 1112; transition: all 0.2s ease-in-out; cursor: pointer; }
@media screen and (max-width:1128px) {
  header.header .nav-mob { display: block; }
}
header.header .nav-mob span { width: 30px; height: 3px; border-radius: 100px; background-color: #3667B2; display: block; position: absolute; transition: all 0.2s ease-in-out; }
header.header .nav-mob span:nth-of-type(1) { top: 0; right: 0; }
header.header .nav-mob span:nth-of-type(2) { top: 8px; }
header.header .nav-mob span:nth-of-type(3) { top: 16px; }
header.header .nav-mob.open span { background-color: #3667B2; }
header.header .nav-mob.open span:nth-of-type(1) { display: none; }
header.header .nav-mob.open span:nth-of-type(2) { transform: rotate(45deg); top: 8px; }
header.header .nav-mob.open span:nth-of-type(3) { transform: rotate(-45deg); top: 8px; }
header.header.fixed { z-index: 11; box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2); top: 0; }
header.header.fixed .search-open { bottom: 15px; }
header.header.fixed #search_form { top: 0; }
header.header.fixed #search_form input { height: 70px; }
.mob-nav-bottom { display: none; }
@media screen and (max-width:1128px) {
  .mob-nav-bottom { display: flex; height: 68px; background-color: #323332; margin-top: 150px; padding: 0 25px; justify-content: space-between; align-items: center; }
  .mob-nav-bottom .ticker { font-size: 13px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.54; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
  .mob-nav-bottom .ticker span { font-size: 13px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #f9f8f6; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; margin-left: 5px; }
  .mob-nav-bottom ul.social { list-style: none; margin: 0; }
  .mob-nav-bottom ul.social li { margin: 0 0 0 10px; display: inline-block; }
  .mob-nav-bottom ul.social li a { color: #FFFFFF; font-size: 20px; }
}
@media screen and (max-width:1128px) and (orientation:landscape) {
  .mob-nav-bottom { margin-top: 50px; }
}
.bottom { padding: 85px 0; display: flex; justify-content: space-between; align-items: flex-start; }
@media screen and (max-width:850px) {
  .bottom { display: block; border-bottom: 0; padding: 35px 0; }
}
.bottom h2 { margin-bottom: 40px; }
@media screen and (max-width:1024px) {
  .bottom h2 { margin-bottom: 20px; }
}
.bottom .news { flex-basis: 50%; width: 50%; max-width: 50%; display: flex; justify-content: space-between; flex-wrap: wrap; }
@media screen and (max-width:850px) {
  .bottom .news { width: 100%; max-width: 100%; margin-bottom: 65px; display: block; }
}
.bottom .news h2 { flex-basis: 100%; width: 100%; max-width: 100%; }
.bottom .news > .news-item { flex-basis: calc(50% - 15px); width: calc(50% - 15px); max-width: calc(50% - 15px); }
@media screen and (max-width:850px) {
  .bottom .news > .news-item { width: 100%; max-width: 100%; margin-bottom: 20px; }
}
.bottom .news > .news-item .news-date { font-size: 12.7px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1px; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
@media screen and (max-width:850px) {
  .bottom .news > .news-item .news-date { font-size: 12px; line-height: normal; letter-spacing: 1.97px; }
}
.bottom .news > .news-item .news-title { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; }

.bottom .news > .news-item .news-title:hover { color: #00B55A; text-decoration: underline; }
@media screen and (max-width:1024px) {
  .bottom .news > .news-item .news-title { font-size: 14px; line-height: 1.5;  }
}
.bottom .news .more { margin-top: 70px; }
@media screen and (max-width:850px) {
  .bottom .news .more { margin-top: 20px; }
}
.bottom .signup-outter { background-color: #3667B2; flex-basis: 41.6666666667%; width: 41.6666666667%; max-width: 41.6666666667%; padding: 75px 135px; }
.bottom .signup-outter h3 { font-size: 28.8px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.2; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 700; }
.bottom .signup-outter h4 { font-size: 21.1px; font-weight: normal; line-height: 1.55; color: #fff; }

.bottom .signup-outter input[type=text] { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", serif; font-weight: 600;border-color:#fff; }
.bottom .signup-outter input[type=text]::-webkit-input-placeholder { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; }
.bottom .signup-outter input[type=text]:-moz-placeholder { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; }
.bottom .signup-outter input[type=text]::-moz-placeholder { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; }
.bottom .signup-outter input[type=text]:-ms-input-placeholder { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; }

.bottom .signup-outter button { height: 60px; line-height: 60px; padding: 0 60px; border-radius: 30px; font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1px; text-align: center; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 700; text-align: center; display: inline-flex; align-items: center; background-color: #ffffff; transition: all 0.2s ease-in-out; color: #323332; border: 0 !important; }
.bottom .signup-outter .consent{color:#fff;}
.bottom .signup-outter .consent input{border:1px solid #fff;}
.bottom .signup-outter .consent input::before{content:"";width:1em;height:1em;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #fff;transform-origin:bottom left;-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);}
@media screen and (max-width:850px) {
  .bottom .signup-outter button { font-size: 13px; line-height: normal; }
}
.bottom .signup-outter button:hover { color: #323332; background-color: #00B55A; }

@media screen and (max-width:1024px) {
  .bottom .signup-outter h3 { font-size: 20px; }
  .bottom .signup-outter h4 { font-size: 16px; }

  .bottom .signup-outter input[type=text] { font-size: 14px; }
  .bottom .signup-outter input[type=text]::-webkit-input-placeholder { font-size: 14px; line-height: 1.5; }
  .bottom .signup-outter input[type=text]:-moz-placeholder { font-size: 14px; line-height: 1.5; }
  .bottom .signup-outter input[type=text]::-moz-placeholder { font-size: 14px; line-height: 1.5;  }
  .bottom .signup-outter input[type=text]:-ms-input-placeholder { font-size: 14px; line-height: 1.5;  }
}
@media screen and (max-width:850px) {
  .bottom .signup-outter { width: 100%; max-width: 100%; }
}
@media screen and (max-width:1920px) {
  .bottom .signup-outter { padding: 60px 100px; }
}
@media screen and (max-width:1366px) {
  .bottom .signup-outter { padding: 50px 70px; }
}
@media screen and (max-width:850px) {
  .bottom .signup-outter { padding: 45px 35px; }
}
.bottom .signup-outter h4 { text-transform: none; margin: 10px 0 15px 0; }
@media screen and (max-width:1920px) {
  .bottom .signup-outter h4 { margin: 0px 0 15px 0; }
}
@media screen and (max-width:850px) {
  .bottom .signup-outter .signup { text-align: center; }
}
.bottom .signup-outter .signup input { width: 100%; margin-top: 20px; background-color: transparent; }
.bottom .signup-outter .signup .btn { margin-top: 40px; }
.bottom .signup-message { margin: 20px 0; text-align: center; color:#fff;}
.bottom .recaptcha { margin: 0; opacity: 0; height: 0; width: 0; transition: all 0.3s ease-in-out; display: block; pointer-events: none; }
.bottom .recaptcha.show { opacity: 1; height: 78px; width: auto; pointer-events: all; margin: 10px 0; }
@media screen and (max-width:1366px) {
  .recaptcha { transform-origin: top left; transform: scale(0.8); }
}
@media screen and (max-width:500px) {
  .recaptcha { transform: scale(0.605); }
}
footer { background-color: #323332; }
footer > div { min-height: 228px; display: flex; justify-content: space-between; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; padding: 40px 0; flex-wrap: wrap; }
footer > div > div { flex-basis: 30%; max-width: 30%; width: 30%; align-items: flex-end; }
@media screen and (max-width:1366px) {
  footer > div > div { flex-basis: 100%; max-width: 100%; width: 100%; }
}
footer > div > div ul { margin: 0; padding: 0; list-style: none; }
footer > div > div ul li a { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.63; letter-spacing: normal; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; opacity: 1; transition: all 0.25s ease-in-out; }
footer > div > div ul li a:hover { opacity: 0.6; }
footer > div > div:first-of-type { display: flex; }
@media screen and (max-width:1366px) {
  footer > div > div:first-of-type { margin-bottom: 30px; }
}
@media screen and (max-width:1024px) {
  footer > div > div:first-of-type { display: none; }
}
footer > div > div:first-of-type ul { width: 100%; -moz-column-count: 2; column-count: 2; -moz-column-fill: balance; column-fill: balance; }
footer > div > div:first-of-type ul li { margin-bottom: 15px; }
footer > div > div:first-of-type ul li a { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.63; letter-spacing: normal; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; opacity: 1; transition: all 0.25s ease-in-out; }
footer > div > div:first-of-type ul li a:hover { opacity: 0.6; }
footer > div > div:last-of-type { flex-basis: 70%; max-width: 70%; width: 70%; }
footer > div > div:last-of-type ul { display: flex; align-items: flex-end; height: 100%; justify-content: flex-end; }
@media screen and (max-width:1366px) {
  footer > div > div:last-of-type { flex-basis: 100%; max-width: 100%;  width: 100%; }
}
@media screen and (max-width:1024px) {
  footer > div > div:last-of-type ul { display: block; text-align: center; }
}
@media screen and (max-width:500px) {
  footer > div > div:last-of-type ul { text-align: right; }
}
footer > div > div:last-of-type ul li { display: inline-block; border-right: 1px solid #ffffff; padding: 0 15px; font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.63; letter-spacing: normal; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (min-width:1025px) {
  footer > div > div:last-of-type ul li { padding: 0 7px; }
}
@media screen and (max-width:850px) {
  footer > div > div:last-of-type ul li { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.86; letter-spacing: normal; text-align: center; color: #f9f8f6; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; padding: 0 7px; }
}
footer > div > div:last-of-type ul li:last-of-type { border-right: 0; padding-right: 0; }
footer > div > div:last-of-type ul li a { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.63; letter-spacing: normal; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; transition: all 0.25s ease-in-out; }
footer > div > div:last-of-type ul li a:hover { opacity: 0.6; }
@media screen and (max-width:850px) {
  footer > div > div:last-of-type ul li a { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.86; letter-spacing: normal; text-align: center; color: #f9f8f6; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
footer > div > div:last-of-type ul li a.blender { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.63; letter-spacing: 0.69px; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; line-height: 0; }
footer > div > div:last-of-type ul li a.blender:hover { opacity: 0.6; }
@media screen and (max-width:1024px) {
  footer > div > div:last-of-type { flex-basis: 100%; max-width: 100%; width: 100%; }
}
@media screen and (max-width:1024px) {
  footer > div { min-height: 128px; }
  footer > div > div:last-of-type ul { text-align: right; }
  footer > div > div:last-of-type ul li:nth-last-of-type(2) { border-right: none; }
  footer > div > div:last-of-type ul li:last-of-type { width: 100%; text-align: right; }
}

.cc-window { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
.cc-window .cc-link, .cc-window .cc-btn { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
#width-check { position: relative; z-index: 0; }
@media screen and (max-width:1024px) {
  #width-check { z-index: 1; }
}
section#hero { background-image: url(../../../../_resources/banners/banner-image.jpg); background-repeat: no-repeat; background-position: center top; background-size: cover; display: flex; height: 450px; padding: 270px 80px 0 80px; }
@media screen and (max-width:1366px) {
  section#hero { margin: 0 auto; }
}
@media screen and (max-width:1024px) {
  section#hero { margin: 0 auto; }
}
@media screen and (max-width:850px) {
  section#hero { padding: 190px 20px 0 20px; height: 290px; }
}
section#hero .inner h1 { margin-bottom: 50px; font-size: 80px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.1; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:850px) {
  section#hero .inner h1 { font-size: 38px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.11; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
section#hero { background-image: url(../../../../_resources/banners/inner.jpg?v5); }
@media screen and (max-width:550px) {
  section#hero { background-image: url(../../../../_resources/banners/inner-mobile.jpg?v=0.01); }
}
main { display: flex; padding-top: 90px; justify-content: space-between; align-items: flex-start; }
@media screen and (max-width:850px) {
  main { padding-top: 30px; }
}
main .sidebar { flex-basis: 25%; width: 25%; max-width: 25%; height: auto; border: solid 1px #cecece; }
@media screen and (max-width:1024px) {
  main .sidebar { display: none; }
}
main .sidebar ul { padding: 0; margin: 0; list-style: none; }
main .sidebar ul li { padding: 20px 55px; margin: 0; position: relative; }
main .sidebar ul li a { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #a3a3a3; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
main .sidebar ul li a:hover { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; text-align: justify; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
main .sidebar ul li.selected:before { content: ""; width: 8px; height: 68px; background-color: #3667B2; position: absolute; top: 0; left: 0; }
@media screen and (max-width:1920px) {
  main .sidebar ul li.selected:before { width: 5px; height: 55px; }
}
main .sidebar ul li.selected a { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; text-align: justify; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
main .sidebar ul li.subsub { padding: 5px 30px 5px 70px; }
main .sidebar ul li.subsub:before { display: none; }
main .sidebar .downloads { background-color: #f6f6f6; padding: 15px 0 15px 45px; background-color: #efefef; text-align: left; margin-top: 15px; }
main .sidebar .downloads a { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; text-transform: uppercase; letter-spacing: 1px; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
main .sidebar .downloads a::before { margin-right: 10px; content: ""; display: inline-block; width: 12px; height: 18px; background-color: #2ea0ea; -webkit-mask-image: url(../../../../_resources/svgs/download.svg); mask-image: url(../../../../_resources/svgs/download.svg); transition: all ease-in-out 0.25s; }
main .sidebar .downloads a:hover::before { background-color: #000f88; }
main .sidebar .downloads a:hover { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; text-transform: uppercase; letter-spacing: 1px; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
main .sidebar .downloads a { display: block; margin: 20px 0; }
main .content { flex-basis: 66.6666666667%; width: 66.6666666667%; max-width: 66.6666666667%; min-height: auto; height: auto; }
body.str-educational-reference main .content, body.str-in-the-press main .content  { flex-basis: 100%; width: 100%; max-width: 100%; min-height: auto; height: auto; }
main .content:first-child { margin-top: 0; }
@media screen and (max-width:1024px) {
  main .content { flex-basis: 100%; width: 100%; max-width: 100%; }
}
main .content h2, main .content h3, main .content h4, main .content h5 { margin-bottom: 40px; }
@media screen and (max-width:1920px) {
  main .content h2, main .content h3, main .content h4, main .content h5 { margin-bottom: 25px; }
}
@media screen and (max-width:850px) {
  main .content h2, main .content h3, main .content h4, main .content h5 { margin-bottom: 15px; margin-top: 25px; }
}
@media screen and (max-width:1024px) {
  main .content h3 { margin-bottom: 0px; }
}
main .content p { margin: 25px 0; }
@media screen and (max-width:850px) {
  main .content p { margin: 20px 0; }
}
main .content a { font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; text-decoration: underline; opacity: 1; transition: all 0.25s ease-in-out; }
main .content a:hover { opacity: 0.6; }
main .content ul { margin: 40px 0; list-style: none; padding-left: 100px; }
@media screen and (max-width:850px) {
  main .content ul { padding-left: 25px; margin: 20px 0; }
}
main .content ul li { margin: 20px 0; position: relative; }
main .content ul li:not(.qmod-group-btn-li):not(.qmod-chip-list-item):before { content: ""; width: 19px; height: 2px; background-color: #3667B2; position: absolute; left: -30px; top: 15px; }
@media screen and (max-width:1920px) {
  main .content ul li:before { top: 13px; }
}
@media screen and (max-width:850px) {
  main .content ul li:before { width: 12px; left: -20px; top: 9px; }
}
main .content table { width: 100%; margin: 40px 0; }
@media screen and (max-width:850px) {
  main .content table { margin: 20px 0; }
}
main .content table tr { width: 100%; }
main .content table tr td, main .content table tr th { padding: 14px 10px; border-bottom: 1px solid #cecece; position: relative; font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.29; letter-spacing: 1px; color: #323332; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
main .content table tr td i, main .content table tr th i { margin-top: 5px; font-size: 24px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #3667B2; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; font-family: "Font Awesome 5 Pro"; font-weight: 900; font-style: normal; font-weight: 500; color: #3667B2; }
main .content table tr td i:hover, main .content table tr th i:hover { color: #686873; }
main .content table tr th { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; text-align: justify; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
main .content .pdf, main .content .pdf-news-link { text-decoration: none; }
main .content .pdf::after, main .content .pdf-news-link::after { content: ""; display: inline-block; width: 22px; height: 24px; background-color: #3667B2; -webkit-mask-image: url(../../../../_resources/svgs/pdf.svg); mask-image: url(../../../../_resources/svgs/pdf.svg); transition: all ease-in-out 0.25s; }
main .content .pdf:hover::after, main .content .pdf-news-link:hover::after { background-color: #00B55A; }
main .content div.document-links { margin-top: 22px; }
main .content div.document-links a { font-size: 20px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding: 20px 38px; text-decoration: none; }
main .content div.document-links a::before { content: ""; display: inline-block; width: 22px; height: 24px; background-color: #3667B2; -webkit-mask-image: url(../../../../_resources/svgs/pdf.svg); mask-image: url(../../../../_resources/svgs/pdf.svg); transition: all ease-in-out 0.25s; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; }
main .content div.document-links a:hover::before { background-color: #00B55A; }
main .content div.document-links a span { transition: all ease-in-out 0.25s; flex-grow: 1; padding-left: 38px; }
main .content div.document-links a::before { transition: all ease-in-out 0.25s; }
main .content div.document-links a:nth-of-type(odd) { background-color: #efefef; }
main .content div.document-links a:hover { opacity: 1; }
main .content div.document-links a:hover span, main .content div.document-links a:hover::before { opacity: 0.6; }
@media screen and (max-width:850px) {
  main .content div.document-links a { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #686873; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; padding: 20px; }
}
main .content .request-info input[type=checkbox] + label { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; padding: 3px 0 5px 47px; }
main .content .tabs { position: relative; }
@media screen and (max-width:1024px) {
  main .content .tabs { border: 0; padding: 0; margin-top: 0; }
}
main .content .tabs .tab_select { position: relative; display: none !important; }
main .content .tabs .tab_select:after { font-family: "Font Awesome 5 Pro"; font-weight: 900; font-style: normal; content: "\f078"; color: #686873; position: absolute; top: 12px; right: 20%; pointer-events: none; }
main .content .tabs .tab_select select { background-color: #efefef; border: 0; font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; text-align: justify; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; width: 100%; text-align: center; line-height: 45px; border-radius: 0; padding: 0 20px; -moz-text-align-last: center; text-align-last: center; }
@media screen and (max-width:1024px) {
  main .content .tabs .tab_select { display: block !important; margin-bottom: 10px; }
}
main .content .tabs ul { list-style: none; margin: 0 0 0 -2px; padding-left: 0; border-bottom: 1px solid #cecece; }
@media screen and (max-width:1024px) {
  main .content .tabs ul { display: none; }
}
main .content .tabs ul li { display: inline-block; cursor: pointer; text-align: left; transition: all 0.15s ease-in-out; padding: 15px 60px; margin: 0 -4px 0 0; position: relative; top: 2px; border-bottom: 2px solid transparent; font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #a3a3a3; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
main .content .tabs ul li:before { display: none !important; }
main .content .tabs ul li.active, main .content .tabs ul li:hover { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; text-align: justify; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; border-bottom: 2px solid #3667B2; }
main .content .tabs ul li.has-sub:hover .sub-tabs { display: block; }
main .content .tabs ul li.has-sub { position: relative; }
main .content .tabs ul li .sub-tabs { display: none; position: absolute; list-style: none; top: 50px; z-index: 1; width: 100%; left: 0; }
main .content .tabs ul li .sub-tabs li { display: block; color: #ffffff !important; background-color: #3667B2; margin-bottom: 0 !important; text-align: left; margin: 0; transition: all 0.2s ease-in-out; }
main .content .tabs ul li .sub-tabs li:hover, main .content .tabs ul li .sub-tabs li.active { background-color: #3667B2; }
main .content .tabs .hold { display: none; position: relative; }
main .content .tabs .hold.active { display: block; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: 0.35s; animation-duration: 0.35s; }
@media screen and (max-width:850px) {
  main .content .news-wrapper { border-top: 1px solid #cecece; margin-top: 15px; }
}
main .content .news-wrapper .news-item { padding: 30px 40px; border-bottom: 1px solid #cecece; position: relative; }
@media screen and (max-width:1920px) {
  main .content .news-wrapper .news-item { padding: 20px 80px 20px 40px; }
}
@media screen and (max-width:850px) {
  main .content .news-wrapper .news-item { padding: 20px 50px 20px 15px; }
  main .content .news-wrapper .news-item:last-of-type { border-bottom: 0; }
}
main .content .news-wrapper .news-item .news-date { font-size: 13px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1px; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; text-transform: uppercase; margin-bottom: 5px; }
main .content .news-wrapper .news-item .news-title { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; transition: all 0.25s ease-in-out; text-decoration: none; }
@media screen and (max-width:850px) {
  main .content .news-wrapper .news-item .news-title { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
}
main .content .news-wrapper .news-item .news-title:hover { opacity: 0.6; }
main .content .news-wrapper .news-item .pdf-news-link { position: absolute; top: 0; bottom: 0; margin: auto; right: 40px; height: 28px; }
@media screen and (max-width:850px) {
  main .content .news-wrapper .news-item .pdf-news-link { right: 15px; }
}
main .content .news-wrapper .news-item .pdf-news-link i { font-size: 24px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #3667B2; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; font-family: "Font Awesome 5 Pro"; font-weight: 900; font-style: normal; font-weight: 500; color: #3667B2; }
@media screen and (max-width:850px) {
  main .content .news-wrapper .news-item .pdf-news-link i { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; font-family: "Font Awesome 5 Pro"; font-weight: 900; font-style: normal; font-weight: 500; }
}
main .content .news-wrapper .news-item .pdf-news-link:hover i { color: #686873; }
main .content .personnel { margin-bottom: 50px; display: flex; flex-wrap: wrap; position: relative; justify-content: flex-start; }
main .content .personnel .personnel-item { max-width: calc(33.3333333333% - 10px); width: calc(33.3333333333% - 10px); flex-basis: calc(33.3333333333% - 10px); margin: 0px 15px 20px 0; min-height: 260px; box-sizing: border-box; }
@media screen and (max-width:850px) {
  main .content .personnel .personnel-item { max-width: calc(50% - 7.5px); width: calc(50% - 7.5px); flex-basis: calc(50% - 7.5px); }
}
@media screen and (max-width:500px) {
  main .content .personnel .personnel-item { max-width: 100%; width: 100%; flex-basis: 100%; margin-right: 0 !important; }
}
@media screen and (max-width:850px) {
  main .content .personnel .personnel-item:nth-of-type(2n) { margin-right: 0 !important; }
}
main .content .personnel .personnel-item:nth-of-type(3n) { margin-right: 0px; }
@media screen and (max-width:850px) {
  main .content .personnel .personnel-item:nth-of-type(3n) { margin-right: 15px; }
}
main .content .personnel .personnel-item .img { position: relative; height: 160px; min-height: 160px; overflow: hidden; }
main .content .personnel .personnel-item .img img { width: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
/*main .content .personnel .personnel-item#tina-reine .img img { top:-8%; transform: translate(-50%, 0%); }*/

main .content .personnel .personnel-item .img .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; background-color: rgba(124, 184, 244, 0.7); opacity: 0; transition: all 0.2s ease-in-out; cursor: pointer; z-index: 3; }
main .content .personnel .personnel-item .h4 { text-transform: none; margin: 0; font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; text-align: justify; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
main .content .personnel .personnel-item .h5 { margin: 5px 0; text-transform: none; font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.29; letter-spacing: 1px; color: #323332; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
main .content .personnel .personnel-item .overview { cursor: pointer; border: 1px solid #cecece; height: 275px; position: relative; }
main .content .personnel .personnel-item .overview .h4 { margin: 13px 20px 0 20px; }
main .content .personnel .personnel-item .overview .h5 { margin: 0px 20px 0 20px; }
main .content .personnel .personnel-item .overview:after { position: absolute; content: "\f067"; left: 20px; color: #00B55A; bottom: 10px; font-size: 13px; font-weight: 200; font-family: "Font Awesome 5 Pro"; font-weight: 900; font-style: normal; }
main .content .personnel .personnel-item .info { border: 1px solid #cecece; overflow: hidden; z-index: 2; min-height: 0; height: 0; opacity: 0; position: absolute; left: 0; margin: 20px 0 0 0; padding: 20px 30px 29px 30px; pointer-events: none; }
@media screen and (max-width:850px) {
  main .content .personnel .personnel-item .info { padding: 25px; }
}
main .content .personnel .personnel-item .info .h4 { font-size: 20px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; margin-bottom: 6px; }
@media screen and (max-width:850px) {
  main .content .personnel .personnel-item .info .h4 { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; text-align: justify; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
main .content .personnel .personnel-item .info .h5 { margin: 0px; }
main .content .personnel .personnel-item .info p { margin-bottom: 0; }
main .content .personnel .personnel-item:hover .img .overlay { opacity: 1; }
main .content .personnel .personnel-item.active .img .overlay { opacity: 1; }
main .content .personnel .personnel-item.active .overview:after { content: "\f068"; }
main .content .personnel .personnel-item.active .info { min-height: 0; height: auto; opacity: 1; pointer-events: all; }
main .content .personnel .personnel-item.no-photo { min-height: 130px; }
@media screen and (max-width:1920px) {
  main .content .personnel .personnel-item.no-photo { min-height: 110px; }
}
main .content .personnel .personnel-item.no-photo .overview { height: 130px; transition: all 0.2s ease-in-out; }
@media screen and (max-width:1920px) {
  main .content .personnel .personnel-item.no-photo .overview { height: 110px; }
}
main .content .personnel .personnel-item.no-photo .overview:hover { background-color: #3667B2; }
main .content .personnel .personnel-item.no-photo .overview:hover h4, main .content .personnel .personnel-item.no-photo .overview:hover h5 { color: #ffffff; }
main .content .personnel .personnel-item.no-photo .overview:hover:after { color: #ffffff; }
main .content .personnel .personnel-item.no-photo.active .overview { background-color: #3667B2; }
main .content .personnel .personnel-item.no-photo.active .overview h4, main .content .personnel .personnel-item.no-photo.active .overview h5 { color: #ffffff; }
main .content .personnel .personnel-item.no-photo.active .overview:after { color: #ffffff; }
.instruction { display: none; }
@media screen and (max-width:850px) {
  .instruction { display: block; }
}
div.overflow { width: 100%; overflow-x: auto; margin-bottom: 25px; }
@media screen and (max-width:850px) {
  div.overflow table td { padding: 25px 10px; }
}
.bottom { border-top: 1px solid #cecece; margin-top: 160px; }
@media screen and (max-width:850px) {
  .bottom { margin-top: 70px; }
}
.highcharts-title { display: none; }
.str-stock-info main .content h4 { padding-top: 30px; margin-bottom: 0; }
main .content #stock-info p:first-of-type { margin-top: 0px; }
main .content #stock-info table { margin-top: 0; }

.twitter-x {
  height:20px;
  width:20px;
  position: relative;
top: 2px;
}


/* Embed Videos Auto Scale */
.embed-container {
  position: relative;
  padding-bottom: 40.25%;
  height: 0;
  overflow: hidden;
  max-width: 75%;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .embed-container{padding-bottom: 56.25%;max-width: 100%;}
}
/* Gallery */
.gallery-container h2{margin-top:100px;}
.gallery-container .my-gallery { display: flex; flex-wrap: wrap; }
.gallery-container .my-gallery figure { margin-right: 1px; margin-bottom: 1px; overflow: hidden; padding-top: 11.25%; padding-bottom: 11.25%; position: relative; width: calc(1/4 * 100% - 1px); display: flex; align-items: center; justify-content: center; float: none; height: auto; }
.gallery-container .my-gallery figure:before { background: rgba(0, 0, 0, 0.05); content: " "; display: block; height: 100%; left: 0; position: absolute; right: 0; top: 0; z-index: 2; pointer-events: none; transition: all 0.275s ease-in-out; }
/*.gallery-container .my-gallery figure:after { content: ""; color: #ffffff; font-family: "Font Awesome 5 Pro"; font-size: 30px; transition: all 0.25s ease-in-out; opacity: 0; z-index: 10; display: block; flex: 0 1 auto; }*/
.gallery-container .my-gallery figure:hover:before { background: rgba(138,183,239, 0.67); }
.gallery-container .my-gallery figure:hover:after { opacity: 1; }

@media (max-width: 768px) {
 .gallery-container .my-gallery figure { width: calc(1/2 * 100% - 1px); }

}

/* Media listing   */
.media-cards { display: flex;justify-content: flex-start;flex-wrap: wrap;gap: 20px; margin:50px 0px 100px 0px;}
.media-cards span{display: inline-block;}
.media-cards  .media-card-details{ text-decoration: none; background-color: #ffffff; width: calc(1/3 * 100% - 20px);  border: 1px solid #cecece; overflow-wrap: anywhere}
.media-cards  .media-card-details .media-card-image{width: 100%; height:240px; }
.media-cards  .media-card-details .media-card-image img{ width:100%;height:100%; object-position: center; }
.media-cards  .media-card-details .media-card-content{padding: 20px 25px 25px 25px; }
.media-cards  .media-card-details .media-card-content .media-date { font-family: neue-haas-grotesk-display, serif;  font-size:14px; font-weight:500; color: #323332; }
.media-cards  .media-card-details .media-card-content .media-card-title { margin-top:10px; font-family: neue-haas-grotesk-display, serif;  font-size:20px; font-weight:600; color: #231f20;}


@media (max-width: 768px) {
  .media-cards  .media-card-details{
    width: calc(1/2 * 100% - 20px);
  }
}

@media (max-width: 550px) {
  .media-cards  .media-card-details{
    width: 100%;
  }
  .media-cards  .media-card-details .media-card-content .media-date {font-size:13px;}
  .media-cards  .media-card-details .media-card-content .media-card-title {font-size: 18px;}
}




.signup .consent {
  font-size: 16px;
  line-height: 1.33;
  position: relative;
  padding-left: 40px;
}

.signup .consent input {
  cursor: pointer;
  border: 1px solid #231f20;
  border-radius: 0;
  padding: 8px;
  margin: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0; 
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  place-content: center;
  background: #fff;
}

.signup .consent input::before {
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #231f20;
  transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.signup .consent input:checked::before {
  transform: scale(1);
}

.signup .consent input:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}


.signup .consent label {
  cursor: pointer;
}

#signup-info .signup .consent {
  margin-top: 24px;
}

#signup-info .signup .consent input {
  width: 24px;
  height: 24px;
  margin: 0;
}
/* STOCK TICKER - 3 PLACES (Desktop, Tablet, Mobile Menu) */
.carbon-price {max-height: 39px;}
.zefi-price {max-height: 39px;}
.top-bar .full .zefi-price .ticker {display: flex; align-items: center;}
.top-bar .container.full .zefi-price .ticker span {font-size: 14px !important; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.29; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; position: relative;}
.top-bar .container.full .zefi-price .ticker span.tickerSymbol {margin-left: 0px; margin-right: 8px;}
.top-bar .container.full .zefi-price .ticker span.tickerChange { margin-left: 10px; }
.top-bar .container.full .zefi-price .ticker span.separator{margin-left:4px; margin-right:4px;}
.top-bar .container.full .zefi-price .ticker span.tickerChange > span { margin-left: 0; }
.top-bar .container.full .zefi-price .ticker span.tickerChange > span::before {content:''; position: relative; font-family: "Font Awesome 5 Pro"; padding-right: 0; position: relative; font-weight: 400; font-size: 14px; font-color: 14px; padding-right: 3px;}
.top-bar .container.full .zefi-price .ticker span.tickerChange > span.up::before {content: '\f106'; font-weight: 400;}
.top-bar .container.full .zefi-price .ticker span.tickerChange > span.down::before {content: '\f107'; font-weight: 400;}

.header.container.full.open {top: 0;}
/*.top-bar-mobile .container.full {max-height: 39px;}*/
.top-bar-mobile .container.full .zefi-price .ticker {align-items: center; display: flex; flex-wrap: wrap;}
.top-bar-mobile .container.full .zefi-price .ticker span {font-size: 14px !important; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.29; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; position: relative;}
.top-bar-mobile .container.full .zefi-price .ticker span.tickerSymbol {margin-left:0px; margin-right: 8px;}
.top-bar-mobile .container.full .zefi-price .ticker span.separator{margin-left:4px; margin-right:4px;}
.top-bar-mobile .container.full .zefi-price .ticker span.tickerChange { margin-left: 10px; }
.top-bar-mobile .container.full .zefi-price .ticker span.tickerChange > span { margin-left: 0; }
.top-bar-mobile .container.full .zefi-price .ticker span.tickerChange > span::before {content:''; position: relative; font-family: "Font Awesome 5 Pro"; padding-right: 0; position: relative; font-weight: 400; font-size: 14px; font-color: 14px; padding-right: 3px;}
.top-bar-mobile .container.full .zefi-price .ticker span.tickerChange > span.up::before {content: '\f106'; font-weight: 400;}
.top-bar-mobile .container.full .zefi-price .ticker span.tickerChange > span.down::before {content: '\f107'; font-weight: 400;}
.top-bar-mobile .container.full .zefi-price ul.social{display: flex;}

.mob-nav-bottom .ticker {display: flex; align-items: center;}
.mob-nav-bottom .ticker span {font-size: 14px !important; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.29; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; position: relative;}
.mob-nav-bottom .ticker span.tickerSymbol {margin-left: 0px; margin-right: 8px;}
.mob-nav-bottom .ticker span.separator{margin-left:4px; margin-right:4px;}
.mob-nav-bottom .ticker span.tickerChange { margin-left: 10px; }
.mob-nav-bottom .ticker span.tickerChange > span { margin-left: 0; }
.mob-nav-bottom .ticker span.tickerChange > span::before {content:''; position: relative; font-family: "Font Awesome 5 Pro"; padding-right: 0; position: relative; font-weight: 400; font-size: 14px; font-color: 14px; padding-right: 3px;}
.mob-nav-bottom .ticker span.tickerChange > span.up::before {content: '\f106'; font-weight: 400;}
.mob-nav-bottom .ticker span.tickerChange > span.down::before {content: '\f107'; font-weight: 400;}

.tickerUp { color: #88fc6d !important; } 
.tickerDown { color: white !important; }

@media (max-width: 640px) {
  .top-bar-mobile .container.full .zefi-price .ticker {margin-right: 6px;}
  .top-bar .container .social li, .top-bar-mobile .container .social li {margin-left: 9px;}
  .mob-nav-bottom ul.social {padding-left: 0;}
}

@media (max-width: 500px) {
   header.header .nav-mob {right: 16px;}
  .header.container.full,
  .top-bar-mobile > .container,
  .mob-nav-bottom {padding: 0 16px;width: 100%;flex-wrap: wrap;}
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerChange,
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerPrice,
  .top-bar-mobile .container.full .zefi-price .ticker span, 
  .mob-nav-bottom .ticker span,
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerChange > span.down::before,
  .mob-nav-bottom .ticker span.tickerChange > span.down::before{ font-size:11px !important; text-align: left;}
  .mob-nav-bottom .ticker{align-items: flex-start;}
  .mob-nav-bottom ul.social li a {font-size: 16px;}
  footer > .container {width: calc(100% - 32px);}
 .mob-nav-bottom{flex-wrap: wrap;}
}

@media (max-width: 400px) {
   .top-bar-mobile .container.full .zefi-price .ticker span.tickerChange,
  .mob-nav-bottom .ticker .ticker-price-element {margin-left: 8px;}
  .twitter-x{width:17px; height:17px;}
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerSymbol{margin-left:0px; margin-right:0px;}
  .mob-nav-bottom .ticker span.tickerSymbol {margin-right: 0px; text-align: left;}
}


@media (max-width: 640px) {
  .top-bar .container .social li, .top-bar-mobile .container .social li {margin-left: 9px;}
  .mob-nav-bottom ul.social {padding-left: 0;}
}

@media (max-width: 500px) {
  header.header .nav-mob {right: 16px;}
  .header.container.full,
  .top-bar-mobile > .container,
  .mob-nav-bottom {
    padding: 0 16px;
    width: 100%;
  }
  .mob-nav-bottom ul.social li a {font-size: 16px;}
  footer > .container {width: calc(100% - 32px);}
}

@media (max-width: 400px) {
  .top-bar-mobile .full .zefi-price .qmod-change-group {display: none;}
  .mob-nav-bottom .ticker .ticker-price-element {margin-left: 8px;}
}

/* QMOD CHART WIDGET */
.qmod-chart-js li:before {display: none !important;}
.qm-wrap-info .qmod-t-text {display: none !important;}
.highcharts-series.highcharts-series-0 > path:first-of-type {fill:#3667B2 !important;}

/* SUBSCRIBE */
.subscribe-form input[type="text"] { background-color: transparent; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-size: 18px; font-stretch: normal; font-style: normal; font-weight: 600; font-weight: normal; letter-spacing: normal; line-height: 1.44; margin-top: 25px; max-width: 400px; width: 100%; }
.subscribe-form .consent { font-size: 16px; line-height: 1.33; margin: 25px 0; padding-left: 40px; position: relative; }
.subscribe-form .signup-message {margin-top: 25px;}


/* Adding third stock feed - OTC (August 6th, 2024) */
.mob-nav-bottom {justify-content: flex-start;}
.mob-nav-bottom .ticker span.tickerSymbol {white-space: nowrap;}
.mob-nav-bottom ul.social {margin-left: auto; white-space: nowrap;}
.mob-nav-bottom .ticker span.separator {margin: 0 8px;}
.mob-nav-bottom .ticker-wrapper {display: flex; align-items: center;}


@media screen and (max-width: 850px) {
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerChange {display: none;}
  .mob-nav-bottom .ticker-wrapper {display: block;}
  .mob-nav-bottom .ticker span.separator {display: none;}
}

@media screen and (max-width: 615px) {
  .top-bar-mobile .container.full .zefi-price .ticker {display: block;}
  .top-bar-mobile .container.full .zefi-price .ticker span {line-height: 1.1; margin-left: 0; display: block; text-align: left;}
  .top-bar-mobile .container.full .zefi-price .ticker span.truncate {display: inline-block;}
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerSymbol {margin-left: 0;}
  .top-bar-mobile .container.full .zefi-price .ticker span.separator {display: none;}
  .top-bar .container > div, .top-bar-mobile .container > div {justify-content: space-between; width: 100%;}
  .top-bar-mobile .container > div.carbon-price {display: none;}
}

@media screen and (max-width: 375px) {
  .top-bar-mobile .container.full .zefi-price .ticker span.truncate {display: none;}
}

.our-network-flexed {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}

.our-network-flexed div:nth-of-type(odd) {
  width: 200px;
  min-width: 200px;
}

.our-network-flexed div:nth-of-type(odd) img {
  margin: 0 auto;
  display: block;
}

.our-network-flexed div:nth-of-type(even) {
  margin-left: 50px;
}

@media screen and (max-width: 600px) {
  .our-network-flexed {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .our-network-flexed div:nth-of-type(even) {
    margin-left: 0;
    max-width: 400px;
  }
}


.skip-to-content{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;opacity:0;}
.skip-to-content:focus{display:flex;justify-content:center;position:absolute;top:0;right:0;width:100%;height:40px;left:50%;transform:translateX(-50%);opacity:1;align-items:center;z-index:20;padding:0 24px;border:0;margin:0;font-size:18px;clip:inherit;background-color:#fff;color:#231f20;outline:0;border-bottom:4px solid #00B55A;}



/* TermsFeed Cookie Consent */
.termsfeed-com---pc-dialog .cc-cp-foot-button .cc-cp-foot-save,
.termsfeed-com---reset .cc-nb-buttons-container .cc-nb-okagree,
.termsfeed-com---reset .cc-nb-buttons-container .cc-nb-reject {
  background-color: #3667B2 !important;
  color: #ffffff !important;
}
/* TermsFeed Cookie Consent */
.termsfeed-com---pc-dialog .cc-cp-foot-button .cc-cp-foot-save:hover,
.termsfeed-com---reset .cc-nb-buttons-container .cc-nb-okagree:hover,
.termsfeed-com---reset .cc-nb-buttons-container .cc-nb-reject:hover {
  background-color: #3667B2 !important;
  color: #ffffff !important;
  opacity: 0.7;
}