@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,700");
@import url("https://use.typekit.net/xfn1fvr.css");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input:focus, select:focus, button:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

@font-face {
  font-family: 'sans-serif';
  font-display: fallback;
}

h1, h2, h3, h4 {
  margin: 0;
}

h1 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 1.33em;
}

h2 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2em;
}

h3 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.26em;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6em;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
p.small {
  font-size: 14px;
  line-height: 28px;
}

p.caption, figcaption {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-size: 13px;
  line-height: 27px;
  color: #999999;
}

a {
  color: #c2a978;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #1c1b1a;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }
  p.small {
    font-size: 12px;
    line-height: 22px;
  }
}
body {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}

.more {
  margin-top: 40px;
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #c2a978;
  font-weight: 700;
}

button, .btn {
  padding: 16px 36px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-top: 50px;
  max-height: 70px;
  line-height: 40px;
  height: 70px;
  background-color: #c2a978;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button:hover, .btn:hover {
  background-color: #1c1b1a;
  color: #FFF;
}
button.signup, .btn.signup {
  border: none;
}


header {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  top: 0;
  height: 133px;  
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  header .top {
    display: none;
  }
  header {
    height: 75px;
  }
}
header .top .inner {
  background-color: #0e1b1e;
  height: 32px;
  padding-left: 85px;
  padding-right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1366px) {
  header .top .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .top .inner div {
  color: #fff;
  padding: 0 14px 0 20px;
  font-size: 18px;
  border-right: 1px solid #fff;
  line-height: 14px;
  height: 14px;
}
header .top .inner div strong {color: #c2a978;}
header .top .inner div:first-of-type {
  padding: 0 14px 0 0;
}
header .top .inner div:nth-last-child(3) {
  border-right: 0;
}
header .top .inner div span {
  color: #c2a978;
  padding: 0 6px 0 6px;
}
header .top .inner #search, header .top .inner #close {
  position: absolute;
  right: 50px;
  top: 7px;
  padding: 0 0 0 20px;
  border-right: 0;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
header .top .inner #search:hover, header .top .inner #close:hover {
  color: #989898;
}
header .top .inner #search.show, header .top .inner #close.show {
  display: block;
}
@media screen and (max-width: 1366px) {
  header .top .inner #search, header .top .inner #close {
    right: 20px;
  }
}
header .top #searchpop {
  height: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top #searchpop input {
  -webkit-appearance: none;
  border: 0;
  width: 100%;
  height: 0;
  padding-left: 85px;
  font-size: 30px;
  color: #ababab;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .top #searchpop input::-webkit-input-placeholder {
  font-size: 30px;
  color: #ababab;
  opacity: 0;
}
header .top #searchpop input:-ms-input-placeholder {
  font-size: 30px;
  color: #ababab;
  opacity: 0;
}
header .top #searchpop input::-ms-input-placeholder {
  font-size: 30px;
  color: #ababab;
  opacity: 0;
}
header .top #searchpop input::placeholder {
  font-size: 30px;
  color: #ababab;
  opacity: 0;
}
header .top.show .inner {
  top: 91px;
}
header .top.show #searchpop {
  height: 91px;
}
header .top.show #searchpop input {
  height: 91px;
}
header .top.show #searchpop input::-webkit-input-placeholder {
  opacity: 1;
}
header .top.show #searchpop input:-ms-input-placeholder {
  opacity: 1;
}
header .top.show #searchpop input::-ms-input-placeholder {
  opacity: 1;
}
header .top.show #searchpop input::placeholder {
  opacity: 1;
}
header .bottom {
  padding-left: 85px;
  padding-right: 45px;
  height: 101px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: relative;
  top: 32px;
  z-index: 9;
}
header .bottom a img:hover {
  opacity: 0.7;
  transition: all ease-in-out 250ms;
}
@media screen and (max-width: 1366px) {
  header .bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  header .bottom {
    top: 0;
    height: 87px;
  }
}
header .bottom .nav-mob {
  display: none;
  width: 30px;
  position: relative;
  top: 30px;
  right: 20px;
  position: fixed;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 38px;
  z-index: 1001;
}
header .bottom .nav-mob span {
  background-color: #5d5d5e;
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .bottom .nav-mob span:nth-of-type(2) {
  top: 10px;
}
header .bottom .nav-mob span:nth-of-type(3) {
  top: 20px;
}
header .bottom .nav-mob.open span:nth-of-type(1) {
  display: none;
}
header .bottom .nav-mob.open span:nth-of-type(2) {
  -webkit-transform: translate(1px, -1px) rotate(45deg);
          transform: translate(1px, -1px) rotate(45deg);
  background-color: #fff;
}
header .bottom .nav-mob.open span:nth-of-type(3) {
  -webkit-transform: translate(1px, -1px) rotate(-45deg);
          transform: translate(1px, -1px) rotate(-45deg);
  top: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  header .bottom .nav-mob {
    display: block;
  }
}
header .bottom .logo {
  /*height: 57px;*/
  height: 92px;
  position: relative;
  top: 1px;
}
header .bottom .logo.dark {
  display: none;
}
header .bottom .logo img {
  height: auto;
  max-width: 195px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header .bottom .logo {
    height: 78px;
  }
}
header .bottom #top_nav .mob_tickers {
  display: none;
}
header .bottom #top_nav .mob_tickers br {display: none;}
@media screen and (max-width: 400px) {header .bottom #top_nav .mob_tickers br {display: inline-block;}}
@media screen and (max-width: 1024px) {
  header .bottom #top_nav {
    display: block;
    position: fixed;
    background-color: #363636;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: -100px;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 999;
    overflow-y: hidden;
    padding: 20px 0 100px 0;
  }
  header .bottom #top_nav .mob_tickers {
    display: block;
    background-color: #1c1b1a;
    color: #fff;
    padding: 15px 20px;
    font-size: 14px;
  }
  header .bottom #top_nav .mob_tickers div {
    padding: 1px 0;
  }
  header .bottom #top_nav .mob_tickers span {
    color: #c2a978;
    margin-right: 45px;
    margin-left: 5px;
  }
}
header .bottom #top_nav ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
header .bottom #top_nav ul li {
  display: inline-block;
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  header .bottom #top_nav ul li {
    display: block;
    margin: 5px 20px;
    border-bottom: 2px solid #5b5b5b;
  }
  header .bottom #top_nav ul li:nth-child(6) {
    border-bottom: 0;
  }
  header .bottom #top_nav ul li:hover {
    background-color: #363636 !important;
  }
}
header .bottom #top_nav ul li.top-level {
  text-transform: uppercase;
  margin: 0 15px;
  font-size: 15px;
  position: relative;
  color: #1c1b1a;
  z-index: 2;
  padding: 39px 0px;
}
@media screen and (max-width: 1366px) {
  header .bottom #top_nav ul li.top-level {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  header .bottom #top_nav ul li.top-level {
    padding: 15px 0px;
    margin: 0;
  }
}
header .bottom #top_nav ul li.top-level a {
  color: #1c1b1a;
}
@media screen and (max-width: 1024px) {
  header .bottom #top_nav ul li.top-level a {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    width: 100%;
    display: block;
  }

  header .bottom #top_nav ul li.top-level a.top-level.has-submenu:after {
    content: '+';
    position: absolute;
    right: 15px;
    color: #c2a978;
    font-size: 20px;
    margin-top: -8px;
  }
  header .bottom #top_nav ul li.top-level a.top-level.active:after {
    content: '-';
    color: #c2a978;
  }
}
header .bottom #top_nav ul li.top-level .sub_nav {
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100px;
  left: -50%;
  left: 0;
  padding: 50px 45px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  background-color: #fff;
  border-top: 2px solid #c2a978;
}
@media screen and (max-width: 1024px) {
  header .bottom #top_nav ul li.top-level .sub_nav {
    padding: 0;
    margin: 0;
    position: static;
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
    border-top: 0;
  }
  header .bottom #top_nav ul li.top-level .sub_nav:before {
    display: none;
  }
}
header .bottom #top_nav ul li.top-level .sub_nav:before {
  content: '';
  width: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  left: 45px;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #c2a978 transparent;
}
header .bottom #top_nav ul li.top-level .sub_nav li {
  margin: 5px 0;
  padding: 0;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  header .bottom #top_nav ul li.top-level .sub_nav li {
    margin: 0;
    border-bottom: none;
    padding: 10px 0;
  }
}
header .bottom #top_nav ul li.top-level .sub_nav li a {
  color: #373737;
  white-space: nowrap;
  font-size: 15px;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  header .bottom #top_nav ul li.top-level .sub_nav li a {
    padding: 5px 0;
  }
}
header .bottom #top_nav ul li.top-level .sub_nav li a:hover {
  color: #c2a978;
}
@media screen and (max-width: 1024px) {
  header .bottom #top_nav ul li.top-level .sub_nav li:hover {
    background-color: #363636;
  }
}
@media screen and (max-width: 1024px) {
  header .bottom #top_nav ul li.top-level .sub_nav li .subsub_nav {
    padding: 10px 30px 0 30px;
  }
  header .bottom #top_nav ul li.top-level .sub_nav li .subsub_nav .subsub:last-child {
    padding-bottom: 0;
  }
  header .bottom #top_nav ul li.top-level .sub_nav li .subsub_nav .subsub a {
    color: #c3c3c3;
  }
}
header .bottom #top_nav ul li.top-level:hover a {
  color: #989898;
}
@media screen and (max-width: 1024px) {
  header .bottom #top_nav ul li.top-level:hover a {
    color: #fff;
  }
}
header .bottom #top_nav ul li.top-level:hover .sub_nav {
  display: block;
}
@media screen and (max-width: 1024px) {
  header .bottom #top_nav ul li.top-level:hover .sub_nav {
    display: none;
  }
}
header .bottom #top_nav ul li.social {
  margin-left: 65px;
}
@media screen and (max-width: 1366px) {
  header .bottom #top_nav ul li.social {
    margin-left: 30px;
  }
}
header .bottom #top_nav ul li.social_i {
  margin: 0 5px;
}
@media screen and (max-width: 1366px) {
  header .bottom #top_nav ul li.social_i {
    margin: 0 1px;
  }
}
header .bottom #top_nav ul li.social_i a {
  color: #1c1b1a;
}
header .bottom #top_nav ul li.social_i:hover a {
  color: #989898;
}
header.dark {
  background-color: #1c1b1a;
  z-index: 10000;
}
header.dark .bottom {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #1c1b1a;
}
header.dark .bottom .logo.dark {
  display: block;
  position: relative;
  z-index: 1111;
}
header.dark .bottom .logo.light {
  display: none;
}
header.dark #top_nav.open {
  top: 87px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  overflow-y: scroll !important;
}
header.dark #top_nav.open .social, header.dark #top_nav.open .social_i {
  display: none;
}
@media screen and (max-width: 1024px) {
  header {
    position: fixed;
    z-index: 10;
    position: fixed;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: 72px;
  }
}

#signup_popop {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88px;
  height: 78px;
  background-color: #c2a978;
  color: #fff;
  font-size: 26px;
  top: 238px;
  left: 0;
  z-index: 111;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#signup_popop:hover {
  color: #FFF;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  #signup_popop {
    top: 87px;
  }
}

.signup_overlay {
  position: fixed;
  background-color: rgba(28, 27, 26, 0.6);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 112;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.signup_overlay.show {
  opacity: 1;
  pointer-events: all;
}
.signup_overlay .signup_box {
  width: 455px;
  background-color: #fff;
  padding: 50px 45px;
  text-align: center;
  position: relative;
  z-index: 113;
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .signup_overlay .signup_box {
    height: 90%;
    overflow-y: scroll;
    padding: 20px !important;
  }
}
@media screen and (max-width: 850px) {
  .signup_overlay .signup_box {
    padding: 50px 20px;
    width: 100%;
    margin: 0 20px;
  }
}
.signup_overlay .signup_box #close {
  color: #1c1b1a;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.signup_overlay .signup_box #close:hover {
  color: #c2a978;
}
.signup_overlay .signup_box .fa-envelope {
  color: #c2a978;
  margin-right: 18px;
  font-size: 25px;
  position: relative;
  top: 2px;
}
.signup_overlay .signup_box h4 {
  color: #1c1b1a;
  text-transform: uppercase;
  margin: 0;
}
.signup_overlay .signup_box p {
  color: #989898;
  margin: 5px 0 40px 0;
}
.signup_overlay .signup_box input {
  background-color: #ebebeb;
  color: #1c1b1a;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 20px;
  margin-bottom: 10px;
  width: 100%;
}
@supports (-webkit-overflow-scrolling: touch) {
  .signup_overlay .signup_box input {
    border-radius: initial;
  }
}
.signup_overlay .signup_box input::-webkit-input-placeholder {
  color: #1c1b1a;
}
.signup_overlay .signup_box input:-ms-input-placeholder {
  color: #1c1b1a;
}
.signup_overlay .signup_box input::-ms-input-placeholder {
  color: #1c1b1a;
}
.signup_overlay .signup_box input::placeholder {
  color: #1c1b1a;
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .signup_overlay .signup_box input {
    padding: 10px 20px;
  }
}
.signup_overlay .signup_box .btn {
  margin-top: 15px;
}
.signup_overlay .signup_box .signup-message {
  margin-top: 15px;
}
.signup_overlay .signup_box .recaptcha {
  margin: 0;
  opacity: 0;
  height: 0;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  pointer-events: none;
}
.signup_overlay .signup_box .recaptcha.show {
  opacity: 1;
  height: 78px;
  width: auto;
  pointer-events: all;
  margin: 10px 0;
}

.news-title {
  margin-bottom: 10px;
}
.news-title a {
  font-size: 16px;
  color: #373737;
  line-height: 28px;
}
.news-title a:hover {
  color: #ababab;
}

.news-date {
  margin-bottom: 30px;
  font-size: 14px;
  color: #ababab;
  text-transform: uppercase;
}

footer {
  background-color: #1c1b1a;
  padding: 70px 85px 0 85px;
}
@media screen and (max-width: 850px) {
  footer {
    padding: 70px 65px 0 65px;
  }
}
footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .top #ft_nav {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
}
footer .logo img:hover {
  opacity: 0.7;
  transition: all ease-in-out 250ms;
}
@media screen and (max-width: 850px) {
  footer .top #ft_nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
footer .top #ft_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .top #ft_nav ul a:hover {
  opacity: 0.5 !important;
}
footer .top #ft_nav ul.ft_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  max-height: 300px;
}
@media screen and (max-width: 1366px) {
  footer .top #ft_nav ul.ft_nav {
    max-height: 425px;
  }
}
footer .top #ft_nav ul.ft_nav li a {
  font-size: 14px;
  color: #fff;
}
footer .top #ft_nav ul.ft_nav li.top-level {
  margin-bottom: 30px;
  margin-right: 90px;
  /*margin-right: 230px;*/
}
footer .top #ft_nav ul.ft_nav li.top-level > a {
  color: #c2a978;
  font-size: 16px;
}
footer .top #ft_nav ul.ft_nav li .subsub_nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  footer .top #ft_nav ul.ft_nav {
    display: none;
  }
}
footer .top #ft_nav .social {
  position: relative;
  top: -20px;
}
footer .top #ft_nav .social li {
  display: inline-block;
  font-size: 24px;
  margin-right: 30px;
}
@media screen and (max-width: 850px) {
  footer .top #ft_nav .social li {
    margin: 0 15px;
  }
}
footer .top #ft_nav .social li a {
  color: #fff;
}
footer .top .logo {
  width: 250px;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  footer .top .logo {
    display: none;
  }
}
footer .bottom {
  border-top: 1px solid #474646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  footer .bottom {
    border-top: 0;
  }
}
@media screen and (max-width: 850px) {
  footer .bottom {
    display: block;
    text-align: center;
    height: auto;
    padding-bottom: 10px;
  }
}
footer .bottom a:hover {
  opacity: 0.5 !important;
}
footer .bottom > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 850px) {
  footer .bottom > div {
    display: block;
    text-align: center;
    padding-bottom: 25px;
  }
}
footer .bottom > div p, footer .bottom > div a {
  color: #ababab;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
}
@media screen and (max-width: 850px) {
  footer .bottom > div p, footer .bottom > div a {
    line-height: 20px;
  }
}
footer .bottom > div:nth-of-type(1) a {
  /*margin-left: 70px;*/
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  footer .bottom > div:nth-of-type(1) a {
    /*display: none;*/
  }
}
footer .bottom > div:nth-of-type(2) a {
  color: #fff;
  font-weight: bold;
}

#back-to-top {
  position: fixed;
  bottom: 150px;
  right: 85px;
  z-index: 111;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 30px;
  background: #363534;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#back-to-top .svg-inline--fa {
  font-size: 35px;
}
#back-to-top:hover {
  color: #c2a978;
}
#back-to-top.show {
  opacity: 1;
}
@media screen and (max-width: 850px) {
  #back-to-top {
    right: 20px;
    bottom: 25px;
  }
}

hr {
  border: 0;
  background-color: #959595;
  height: 1px;
  width: 100%;
  margin: 50px 0;
}

table {
  width: 100%;
  margin: 15px 0;
  border: 0 !important;
}
table tr th, table tr td {
  padding: 30px 25px;
  font-size: 14px;
  border: 0 !important;
}
@media screen and (max-width: 850px) {
  table tr th, table tr td {
    padding: 20px 15px;
    font-size: 12px;
  }
}
table tr th {
  background-color: #272727;
  color: #c2a978;
  text-align: left;
  font-weight: 400;
}
table tr td {
  color: #434343;
}
table tr:nth-of-type(1) td, table tr:nth-of-type(1) th {
  background-color: #272727;
  color: #c2a978;
  text-align: left;
  font-weight: 400;
}
table tr:nth-of-type(even) td {
  background-color: #f7f5f2;
}

div.overflow {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 25px;
}

.instruction {
  display: none;
}
@media screen and (max-width: 850px) {
  .instruction {
    display: block;
  }
}

.tabs {
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 850px) {
  .tabs {
    border: 0;
    padding: 0;
    margin-top: 0;
  }
}
.tabs.financials .hold {
  width: 100%;
  padding-top: 0 !important;
}
.tabs .tab_select {
  position: relative;
}
.tabs .tab_select select {
  border: 0;
  color: #fff;
  padding: 15px 50px;
  font-size: 20px;
  border-radius: 0;
}
.tabs .tab_select span {
  position: absolute;
  top: 16px;
  left: 110px;
}
.tabs ul {
  list-style: none;
  position: absolute;
  top: -52px;
  padding: 0;
  margin: 0;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .tabs ul {
    display: none;
  }
}
.tabs ul li {
  display: inline-block;
  cursor: pointer;
  color: #555555;
  opacity: 0.65;
  margin-right: 50px;
  font-size: 14px;
  line-height: 52px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs ul li:hover {
  opacity: 1;
}
.tabs ul li.active {
  opacity: 1;
  color: #272727;
  position: relative;
}
.tabs ul li.active:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  background-color: #c2a978;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.tabs ul li.has-sub:hover .sub-tabs {
  display: block;
}
.tabs ul li.has-sub {
  position: relative;
}
.tabs ul li .sub-tabs {
  display: none;
  position: absolute;
  list-style: none;
  top: 52px;
  z-index: 1;
  width: 100%;
  left: 0;
  opacity: 1;
}
.tabs ul li .sub-tabs li {
  display: block;
  width: 100%;
  padding: 3px;
  background-color: #1c1b1a;
  text-align: center;
  color: #fff;
  opacity: 1;
  text-align: center;
  line-height: 40px;
}
.tabs ul li .sub-tabs li:hover, .tabs ul li .sub-tabs li.active {
  background-color: #c2a978;
  color: #1c1b1a;
}
.tabs .hold {
  display: none;
  position: relative;
  border-top: 1px solid #a1a1a1;
  padding-top: 50px;
  width: 100%;
}
.tabs .hold.active {
  display: block;
}
@media screen and (max-width: 850px) {
  .tabs .hold {
    border-top: 0;
  }
}
.tabs .select {
  position: relative;
  margin-bottom: 20px;
}
.tabs .select select {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .tabs .select select {
    display: block !important;
    margin-bottom: 10px;
    border: 1px solid #c2a978;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    padding: 15px 20px;
    color: #1c1b1a;
    position: relative;
  }
}
.tabs .select .fa-chevron-down {
  display: none;
}
@media screen and (max-width: 850px) {
  .tabs .select .fa-chevron-down {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    display: block;
  }
}

#hero {
  text-align: center;
  margin-top: 132px;
  min-height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  #hero {
    padding-top: 160px;
    margin-top: 87px;
  }
}
@media screen and (max-width: 850px) {
  #hero {
    min-height: 200px;
  }
}
#hero h1 {
  color: #fff;
  text-align: left;
  margin-top: -125px;
  padding-left: 197px;
}
#hero h1 span {
  font-weight: 700;
}

.cat-projects #hero {
  background-position: top center;
}

.cat-corporate #hero {
  background-position: top center;
}

.cat-investors-overview #hero {
  background-position: top center;
}

.cat-news-media #hero {
  background-position: top center;
}

.cat-contact #hero {
  background-position: top center;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sidebar {
  width: 532px;
  max-width: 532px;
  -ms-flex-preferred-size: 532px;
  flex-basis: 532px;
  position: relative;
  background-color: #292929;
  padding: 80px 50px 80px 200px;
  display: inline-block;
  vertical-align: top;
   background-size: initial;
   background-position: bottom left;
   background-repeat: no-repeat;
}
#sidebar h4 {
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  #sidebar {
    left: -20px;
  }
}
@media screen and (max-width: 1024px) {
  #sidebar {
    width: 28%;
    max-width: 28%;
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
  }
}
@media screen and (max-width: 850px) {
  #sidebar {
    display: none;
  }
}
#sidebar:before {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  height: 100%;
  width: 200%;
  background-color: #f7f5f2;
}
#sidebar h4 {
  position: relative;
  margin-bottom: 60px;
  text-transform: uppercase;
}
#sidebar h4:after {
  content: '';
  background-color: #c2a978;
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: -23px;
  left: 0;
}
#sidebar ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
#sidebar ul li {
  margin-bottom: 15px;
}
#sidebar ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
}
#sidebar ul li a:hover {
  color: #c2a978;
}
#sidebar ul li.selected a {
  color: #c2a978;
}
#sidebar ul .subsub {
  margin-left: 25px;
}
#sidebar svg.svg-inline--fa.fa-envelope.fa-w-16 {
  color: #c2a978;
  margin-right: 29px;
}
#sidebar #subscribe p {
  color: #ffffff;
}
.main {
  width: 860px;
  max-width: 860px;
  -ms-flex-preferred-size: 860px;
      flex-basis: 860px;
  display: inline-block;
  padding-left: 70px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 20px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .main {
    padding: 80px 20px;
    width: 71%;
    max-width: 71%;
    -ms-flex-preferred-size: 71%;
        flex-basis: 71%;
  }
}
@media screen and (max-width: 850px) {
  .main {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 60px 0;
  }
}
.main img {
  max-width: 100%;
  margin: 15px 0;
}
.main .download {
  position: relative;
  border-bottom: #a1a1a1 1px solid !important;
  color: #1c1b1a;
  font-size: 20px;
  padding: 25px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main .download span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #555555;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.main .download span:after {
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #989898;
  height: 1px;
  width: calc(100% - 23px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main .download span .svg-inline--fa {
  color: #c2a978 !important;
  margin-left: 10px;
  position: relative;
  bottom: -0;
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  .main .download {
    padding: 25px 0 5px 0;
    margin-bottom: 50px;
    display: block;
  }
  .main .download span {
    display: block;
    left: 0;
    bottom: -35px;
    color: #1c1b1a;
  }
  .main .download span:after {
    width: 70px;
    background-color: #1c1b1a;
    left: 0;
  }
}
.main .download a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .main .download a {
    bottom: -35px;
  }
}
.main .download:hover {
  border-bottom: 1px solid #c2a978 !important;
}
.main .download:hover span {
  color: #1c1b1a;
}
.main .download:hover span:after {
  background-color: #1c1b1a;
}

.downloads {
  margin: 0;
  list-style: none;
  padding: 0;
  display: inline-block;
}
.downloads li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
}
.downloads li .svg-inline--fa {
  position: absolute;
  left: 0;
  color: #c2a978;
  top: 3px;
  font-size: 20px;
}
.downloads li a {
  color: #1c1b1a;
  display: block;
  font-size: 14px;
}
.downloads li a.download {
  color: #989898;
  text-decoration: underline;
  margin-top: 1px;
  text-transform: none;
}
.downloads li a.download:hover {
  color: #1c1b1a;
}
/*
.team-member {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.team-member hr {
  margin: 2px 0;
}
.team-member > div {
  overflow: hidden;
  min-height: 170px;
  height: 170px;
  margin-bottom: 30px;
}
.team-member > div:first-of-type {
  width: 170px;
}
.team-member > div:nth-of-type(2) {
  width: calc(100% - 170px);
}

@media screen and (max-width: 850px) {
  .team-member > div {
    min-height: 145px;
    height: 145px;
  }
}
.team-member h4 {
  margin-bottom: 0;
}
.team-member h4 span {
  color: #989898;
  font-size: 14px;
}
.team-member .more {
  text-transform: none;
  color: #989898;
  cursor: pointer;
}
.team-member .more:hover {
  color: #c2a978;
}
@media screen and (max-width: 850px) {
  .team-member .more {
    color: #c2a978;
    text-decoration: none;
  }
  .team-member .more:hover {
    color: #c2a978;
  }
}
.team-member:first-of-type {
  padding-top: 0;
}*/

body.str-highlights {
  background-color: #f7f5f2;
}
body.str-highlights #hero {
  background-image: url(../img/investor_hero.jpg);
  height: 755px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 220px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #hero {
    padding-top: 160px;
    height: auto;
    padding-bottom: 0;
  }
  body.str-highlights #hero .downloads {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1366px) {
  body.str-highlights #hero .container {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}
body.str-highlights #hero h1 {
  color: #1c1b1a;
  margin-bottom: 125px;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #hero h1 {
    margin-bottom: 65px;
  }
}
body.str-highlights #hero h4 {
  position: relative;
  margin-bottom: 60px;
  text-transform: uppercase;
}
body.str-highlights #hero h4:after {
  content: '';
  background-color: #c2a978;
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: -23px;
  left: 0;
}
body.str-highlights #hero #stock_info {
  position: absolute;
  right: 0;
  width: 55%;
  background-color: #fff;
  height: 420px;
  bottom: -70px;
  padding: 50px 0 55px 65px;
}
@media screen and (max-width: 1600px) {
  body.str-highlights #hero #stock_info {
    width: 66%;
  }
}
@media screen and (max-width: 1366px) {
  body.str-highlights #hero #stock_info {
    width: 72%;
    padding: 70px 0 70px 40px;
  }
}
@media screen and (max-width: 1024px) {
  body.str-highlights #hero #stock_info {
    position: static;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 65px 20px;
    height: auto;
  }
}
body.str-highlights #hero #stock_info p {
  color: #989898;
  font-size: 16px;
  margin: 0;
}
body.str-highlights #hero #stock_info p span {
  font-weight: 700;
  color: #1c1b1a;
}
body.str-highlights #hero #stock_info p.updated {
  margin-top: 30px;
  font-size: 14px;
}
body.str-highlights #hero #stock_info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #hero #stock_info > div {
    display: block;
  }
}
body.str-highlights #hero #stock_info > div > div {
  border-right: 1px solid #cccccc;
  padding-right: 90px;
}
@media screen and (max-width: 1366px) {
  body.str-highlights #hero #stock_info > div > div {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  body.str-highlights #hero #stock_info > div > div {
    padding-right: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    border-right: 0;
  }
}
body.str-highlights #hero #stock_info > div > div:nth-of-type(2) {
  padding-left: 60px;
  padding-right: 90px;
}
@media screen and (max-width: 1366px) {
  body.str-highlights #hero #stock_info > div > div:nth-of-type(2) {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  body.str-highlights #hero #stock_info > div > div:nth-of-type(2) {
    padding: 20px 0;
  }
}
body.str-highlights #hero #stock_info > div > div:nth-of-type(3) {
  border-right: 0;
  padding-left: 60px;
  padding-right: 0;
}
@media screen and (max-width: 1366px) {
  body.str-highlights #hero #stock_info > div > div:nth-of-type(3) {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1065px) {
  header .bottom .logo img {
    max-width: 115px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  body.str-highlights #hero #stock_info > div > div:nth-of-type(3) {
    padding: 30px 0;
  }
}
body.str-highlights #hero #stock_info > div h1 {
  color: #989898;
  position: relative;
  margin-bottom: 0;
  bottom: 5px;
}
@media screen and (max-width: 1366px) {
  body.str-highlights #hero #stock_info > div h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px) {
  body.str-highlights #hero #stock_info > div h1 {
    font-size: 35px;
  }
}
body.str-highlights #hero #stock_info > div h1 span {
  position: absolute;
  top: -10px;
  right: -30px;
  font-size: 18px;
  color: #c2a978;
  display: block;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #hero #stock_info > div h1 span {
    position: relative;
    display: inline-block;
    top: -10px;
    right: -15px;
  }
}
body.str-highlights #stats {
  position: relative;
  z-index: 3;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #stats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    height: auto;
  }
}
body.str-highlights #stats div {
  margin-right: 2px;
  background-color: #dfdfdd;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 20px 20px 20px 50px;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #stats div {
    -ms-flex-preferred-size: calc(50% - 3px);
        flex-basis: calc(50% - 3px);
    max-width: calc(50% - 3px);
    margin-right: 3;
    margin-top: 3px;
    text-align: center;
    padding: 25px 20px;
  }
  body.str-highlights #stats div:nth-of-type(2), body.str-highlights #stats div:nth-of-type(4) {
    margin-right: 0;
  }
}
body.str-highlights #stats div:last-of-type {
  margin-right: 0;
}
body.str-highlights #stats div h2 {
  font-weight: 300;
}
body.str-highlights #stats div p {
  margin: 5px 0;
}
body.str-highlights #why {
  padding: 200px 0;
  background-color: #f7f5f2;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #why {
    background-color: #ebebeb;
    padding: 0;
  }
}
body.str-highlights #why .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #why .container {
    display: block;
    padding: 0;
  }
}
body.str-highlights #why .container h2 {
  font-weight: 300;
  line-height: 40px;
  position: relative;
  bottom: 3px;
}
body.str-highlights #why .container h2 span {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #why .container h2:after {
    content: '';
    background-color: #c2a978;
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: -23px;
    left: 0;
  }
}
body.str-highlights #why .container > div:nth-of-type(1) {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  width: 48%;
  max-width: 48%;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #why .container > div:nth-of-type(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding: 65px 20px;
  }
}
body.str-highlights #why .container > div:nth-of-type(1) > div {
  position: relative;
}
body.str-highlights #why .container > div:nth-of-type(1) .bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #why .container > div:nth-of-type(1) .bx-wrapper img {
    width: 100%;
  }
}
body.str-highlights #why .container > div:nth-of-type(1) .bx-wrapper .caption {
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.str-highlights #why .container > div:nth-of-type(1) .bx-wrapper .caption.show {
  opacity: 1;
}
body.str-highlights #why .container > div:nth-of-type(1) #controls {
  color: #686055;
  position: absolute;
  right: 0;
  bottom: 53px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 850px) {
  body.str-highlights #why .container > div:nth-of-type(1) #controls {
    height: 60px;
  }
}
body.str-highlights #why .container > div:nth-of-type(1) #controls > div {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 75px;
  font-size: 30px;
  width: 75px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  body.str-highlights #why .container > div:nth-of-type(1) #controls > div {
    height: 60px;
    font-size: 25px;
    width: 60px;
  }
}
body.str-highlights #why .container > div:nth-of-type(1) #controls > div:hover {
  background-color: #f7f5f2;
}
body.str-highlights #why .container > div:nth-of-type(2) {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
  width: 52%;
  max-width: 52%;
  padding-left: 65px;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #why .container > div:nth-of-type(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding: 65px 20px;
    background-color: #f7f5f2;
  }
}
body.str-highlights #why .container > div:nth-of-type(2) ul {
  padding: 0;
  margin: 50px 0 0 0;
  list-style: none;
}
body.str-highlights #why .container > div:nth-of-type(2) ul li {
  margin-bottom: 20px;
}
body.str-highlights #why .container > div:nth-of-type(2) ul li svg {
  max-width: 30px;
}
body.str-highlights #why .container > div:nth-of-type(2) ul li p {
  margin: 0;
  font-size: 14px;
}
body.str-highlights #why .container > div:nth-of-type(2) ul li hr {
  margin: 6px 0 3px 0;
  background-color: #9c9b9b;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #why .container > div:nth-of-type(2) ul li hr {
    margin: 12px 0 6px 0;
  }
}
body.str-highlights #ownership {
  padding: 100px 0;
  min-height: 620px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #ownership {
    padding: 60px 0;
  }
}
body.str-highlights #ownership h2 {
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #ownership h2 {
    margin-bottom: 25px;
  }
}
body.str-highlights #ownership h2 span {
  font-weight: 700;
}
body.str-highlights #ownership h2:after {
  content: '';
  background-color: #c2a978;
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: -23px;
  left: 0;
}
body.str-highlights #ownership .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #ownership .container {
    display: block;
  }
}
body.str-highlights #ownership .container #mobile_chart {
  display: none;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #ownership .container #mobile_chart {
    display: block;
    text-align: center;
  }
}
body.str-highlights #ownership .container #desktop_chart {
  display: block;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #ownership .container #desktop_chart {
    display: none;
  }
}
body.str-highlights #ownership .container > div:nth-of-type(2) {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  width: 35%;
  max-width: 35%;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #ownership .container > div:nth-of-type(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
body.str-highlights #ownership .container > div:nth-of-type(1) {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  width: 65%;
  max-width: 65%;
  padding-left: 80px;
  padding-top: 100px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #ownership .container > div:nth-of-type(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
body.str-highlights #ownership .container ul.chart_stats {
  list-style: none;
  margin: 70px 0 0 0;
  padding: 0;
}
@media screen and (max-width: 400px) {
  body.str-highlights #ownership .container ul.chart_stats {
    margin-top: 15px;
  }
}
body.str-highlights #ownership .container ul.chart_stats li {
  display: inline-block;
  font-size: 14px;
  color: #373737;
  margin-right: 50px;
}
@media screen and (max-width: 850px) {
  body.str-highlights #ownership .container ul.chart_stats li {
    margin-right: 25px;
    font-size: 12px;
    margin-bottom: 15px;
  }
}
body.str-highlights #ownership .container ul.chart_stats li span {
  position: relative;
  top: 2px;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin-right: 15px;
}
@media screen and (max-width: 850px) {
  body.str-highlights #ownership .container ul.chart_stats li span {
    height: 8px;
    width: 8px;
    top: -1px;
    margin-right: 10px;
  }
}
body.str-highlights #ownership .container ul.chart_stats li h2 {
  color: #020202;
  margin: 5px 0 0 30px;
}
body.str-highlights #ownership .container ul.chart_stats li h2:after {
  display: none;
}
@media screen and (max-width: 850px) {
  body.str-highlights #ownership .container ul.chart_stats li h2 {
    margin-left: 0;
  }
}
body.str-highlights #project {
  background-image: url(../img/map_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.str-highlights #project .container {
  margin-top: 280px;
  margin-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  body.str-highlights #project .container {
    margin-top: 160px;
    margin-bottom: 65px;
  }
}
body.str-highlights #project .container p {
  max-width: 500px;
}
body.str-highlights #project .container h3 {
  font-weight: 300;
}
body.str-highlights #project .container h3 span {
  font-weight: 700;
}
body.str-highlights #project ul {
  margin-top: 45px;
  padding: 0 0 0 20px;
  font-size: 16px;
}

.gallery-container h2 {
  display: none;
}

/********* MISCELLANEOUS *********/
#sidebar {
  padding-bottom: 30%;
  min-height: calc(100% - 564px);
}
#sidebar #subscribe input {
  height: 60px;
  width: 100%;
  padding: 0 25px;
  font-size: 15px;
  color:  #373737;
  margin-bottom: 8px;
}
#sidebar #subscribe .recaptcha {
  transform:scale(0.77);
  transform-origin:0 0;
}
#sidebar #subscribe button, 
#sidebar #subscribe .btn {
  padding: 0 100px;
  margin-top: 0;
}
.featherlight .featherlight-close-icon {
  margin-top: -24px;
}
.highcharts-navigator-mask-inside {
  fill: #ffffff;
  opacity: 0.4;
} 
.highcharts-area {
  fill: #c2a978;
}
.highcharts-graph {
  stroke: #c2a978;
}
.addthis_inline_share_toolbox {
  margin-top: 20px;
}
.sidebar-container {
  display: flex;
  flex-direction: column;
}
.decorative-sidebar {
  max-height: 564px;
}
.str-search input[type="submit"] {
  padding: 0 60px;
  display: inline-block;
  border: 1px solid #c2a978;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 70px;
  height: 70px;
  max-height: 70px;
  font-family: "Poppins", sans-serif;
  margin-top: 50px;
  background-color: #c2a978;
}
.str-search input[type="submit"]:hover {
  transition: all ease-in-out 250ms;
  background-color: #0d396e;
  border: 1px solid #0d396e; 
}

.str-southern-lithium-project table#southern-table tr:nth-of-type(1) td {
  color: #434343;
  background-color: #ffffff;
}

.str-southern-lithium-project table#southern-table tr:nth-of-type(even) td {
  background-color: #ffffff;
}

/********* MEDIA QUERIES *********/
@media screen and (max-width: 1200px) {
  .main {
    min-height: 100vh;
  }
  #hero h1 {
    padding-left: 0px;
    margin-top: 0;
  }
  #sidebar {
    left: -20px;
    padding: 80px 20px;
    width: 300px;
    max-width: 300px;
    flex-basis: 300px;
  }
}
@media screen and (max-width: 1024px) {
  header .bottom #top_nav ul li.top-level .sub_nav li a {
    color: #ffffff;
  }
  header .bottom .logo img {
    max-width: 100px;
  }
  header.dark .bottom .logo img {
    margin-top: -2px;
  }
  #sidebar #subscribe .recaptcha {
    transform: scale(0.6);
    transform-origin: 0 0;
  }
  #sidebar #subscribe button, 
  #sidebar #subscribe .btn {
    padding: 0 60px;
  }
}
@media screen and (max-width: 850px) {
  .decorative-sidebar {
    display: none;
  }
  .main {
    min-height: calc(100vh - 430px);
  }
}

@media screen and (max-width: 360px) {
  .str-request-information #Recaptcha2 {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

/********* IE SPECIFIC CSS *********/

_:-ms-fullscreen, :root footer .top #ft_nav {
  display: inline-flex;
  flex-direction: column;
  flex-basis: 80%;
  max-width: 80%;
}
_:-ms-fullscreen, :root footer .top .logo {
  flex-basis: 20%;
  max-width: 20%;
}
_:-ms-fullscreen, :root footer .top #ft_nav ul.ft_nav {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
_:-ms-fullscreen, :root footer .top #ft_nav ul.ft_nav li.top-level {
  margin-right: 30px;
}
_:-ms-fullscreen, :root footer .top #ft_nav ul.ft_nav li.top-level:last-of-type {
  margin-right: 20px;
}

input[type=text], input[type='email'], input[type='submit'], textarea, select {
  -webkit-appearance: none; 
  -moz-appearance: none; 
  box-shadow: none !important; 
  outline: none !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.signup_box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ebebeb inset !important;
}

/********* WEBP CSS *********/
.cat-corporate #hero {background-image:url(../../../../_resources/banners/banner-corporate.jpg);}
.cat-projects #hero {background-image:url(../../../../_resources/banners/banner-projects.jpg);}
.cat-projects.str-lux #hero {background-image:url(../../../../_resources/banners/banner-lux.jpg?v=0.1);}
.cat-investors #hero {background-image:url(../../../../_resources/banners/banner-investors.jpg?v=0.1);}
.cat-news-media #hero, .cat-privacy-policy #hero {background-image:url(../../../../_resources/banners/banner-news.jpg);}
.cat-contact #hero {background-image:url(../../../../_resources/banners/banner-contact.jpg);}

a.logo > img {
  /*max-width: 140px;*/
}

/* Re-skin - September 2020 */
.request-info .btn {border: none;}
@media screen and (max-width: 1426px) {
  header .bottom .logo {height: 92px;top: 12px;}
  header .bottom .logo > img {width: 150px; max-width: 150px;}
}
@media screen and (max-width: 1175px) {
  header .bottom #top_nav ul li.social { display: none;}
  header .bottom #top_nav ul li:nth-last-of-type(3)  {margin-left: 35px;}
}

/* New Bios w/ Images */
.team-member { 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  justify-content: space-between;
  padding: 0px 0px 42px; 
}
.team-member__image {
  width: 210px;
}

.team-member__image img { 
  height: 170px;
  width: 170px;
}

.team-member__bio {
  width: calc(100% - 210px);
}

.team-member .bio-content { 
  cursor: pointer; 
  height: 168px; 
  min-height: 168px; 
  overflow: hidden; 
}

.team-member .bio-content h4  {
  border-bottom: 1px solid #959595;
}

.team-member .bio-content h4 span {
  color: #555555;
  font-size: 14px;
  padding-left: 5px;
} 
.team-member .bio-content + .bio-expand {
  font-size: 14px;
  cursor: pointer;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.84;
  letter-spacing: normal;
  color: #555555;
  margin-top: 30px; 
}
.bio-expand i {font-size: 12px;}

@media screen and (max-width: 1024px) {
  .team-member .bio-content { 
    height: 162px; 
    min-height: 162px; 
  }
}

@media screen and (max-width: 500px) {
  .team-member {flex-wrap: wrap; padding-top: 0;}
  .team-member__bio {width: 100%;}
}

/* About - Mobile Button Fix */

/* @media screen and (max-width: 480px) {
  .cat-corporate .main .btn {
    padding: 0 60px;
  }
} */

@media screen and (max-width: 400px) {
  /* header .bottom .logo {height: 78px;} */
  header .bottom .logo img {width: 200px;}
}

/* Fancybox */
.fancybox-button svg path {stroke: #FFF;stroke-width: 2px;}


/*.this-is-a-test-innerpage {
  color: red;
}
*/

/* RESPONSIVE IFRAME STYLES */
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
.fab.fa-twitter::before{ content:"𝕏"!important; }
.contacts-social ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}
.contacts-social ul li.social_i:first-child {
  margin-right: 10px;
}


/* FOOTER */
footer .top #ft_nav ul.ft_nav li.top-level:first-child {
  display: none;
}
footer .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-company {
  flex: 0 0 20%;
  max-width: 20%;
  color: #fff;
  font-size: 14px;
}

.footer-company__name {
  color: #c2a978;
  font-size: 16px;
  margin-bottom: 16px;
  margin-top: 0;
}

.footer-company .social {
  display: flex;
  list-style: none;
  margin: 128px 0 20px 0;
  padding: 0;
  gap: 24px;
}

.footer-company .social_i a {
  font-size: 24px;
  color: #fff;
}

footer .top #ft_nav {
  flex: 0 0 80%;
  max-width: 80%;
}

footer .top #ft_nav ul.ft_nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .top #ft_nav ul.ft_nav li.top-level {
  margin-right: 80px;
  margin-bottom: 0;
}

footer .top #ft_nav ul.ft_nav li.top-level:last-child {
  margin-right: 0;
}

footer .top #ft_nav ul.ft_nav li.top-level > a {
  display: block;
  color: #c2a978;
  font-size: 16px;
  margin-bottom: 10px;
}

footer .top #ft_nav ul.ft_nav li.top-level ul.sub_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .top #ft_nav ul.ft_nav li.top-level ul.sub_nav li.sub a {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 6px;
}

@media (max-width: 1550px) {
  footer .top #ft_nav ul.ft_nav li.top-level {
    margin-right: 40px;
  }
}
@media (max-width: 1366px) {
  footer { padding: 65px 20px 0 20px; }
}
@media (max-width: 1200px) {
  footer .top #ft_nav ul.ft_nav li.top-level ul.sub_nav { max-width: 100px; }
}
@media (max-width: 1024px) {
  footer .top {
    flex-direction: column;
    /* padding: 40px 24px; */
    align-items: center;
    text-align: center;
  }

  .footer-company,
  footer .top #ft_nav {
    flex: 0 0 100%;
    max-width: 100%;
  }

  footer .top #ft_nav {
    display: none;
  }

  .footer-company .social {
    margin: 20px 0;
    justify-content: center;
  }

  /* footer .top #ft_nav ul.ft_nav {
    flex-wrap: wrap;
    row-gap: 24px;
  }

  footer .top #ft_nav ul.ft_nav li.top-level {
    margin-right: 40px;
  } */
}

div.my-gallery figure {
  width: 250px!important;
  height: 250px!important;
}

/* .main h4 {
  margin: 10px 0;
} */
@media (min-width: 1024px) {
  h1:not(.main div:first-of-type h1), h2, h3, h4 {
    margin: 30px 0;
  }
}
.str-stock-information .share-str { margin-top: 80px; }
@media (max-width: 1024px) {
  .str-stock-information .share-str {
    margin-top: 60px;
  }
}

.grecaptcha-badge { display: none !important;}
.grecaptcha-badge.show { display: block !important; visibility: visible !important;}

.cc-btn.cc-dismiss {background-color: #ac8f56!important;}
.cc-btn.cc-dismiss:hover {background-color: #0e1b1e!important;}