/* **************** COLOR GROUPS **************** */
:root {
  --brown-grey: #888;
  --group-6: #2c2c2b;
  --dark-beige: #a09369;
  --group-3: #f2f2f2;
  --almost-black: #0b0f15;
  --light-grey-green: #b4b5b4;
  --greyish-brown: #424242;
}

/* **************** COLOR GROUPS **************** */
/* HOMEPAGE IMAGES */
body #hero {
  background-image: url(../../../../_resources/banners/hero-slide-1.jpg);
}

section#projects .container .project:nth-of-type(1) .image {
  background-image: url(../../../../_resources/images/project1.jpg);
}

section#projects .container .project:nth-of-type(2) .image {
  background-image: url(../../../../_resources/images/project2.jpg);
}

@media screen and (max-width: 1024px) {
  #hero {
    background-image: url(../../../../_resources/banners/hero-mobile.jpg);
  }
}
/* INNERPAGE BANNER IMAGES */
body.cat-about #hero {
  background-image: url(../../../../_resources/banners/about.jpg);
}

body.cat-hycroft-mine #hero {
  background-image: url(../../../../_resources/banners/hycroft-mine.jpg);
}

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

body.cat-news-and-videos #hero {
  background-image: url(../../../../_resources/banners/news-and-videos.jpg);
}

body.cat-corporate-responsibility #hero {
  background-image: url(../../../../_resources/banners/corporate-responsibility.jpg);
}

body.cat-contact #hero {
  background-image: url(../../../../_resources/banners/contact.jpg);
}

/* BASE */
*, *:before, *:after {
  box-sizing: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
  box-sizing: border-box;
  margin: auto;
  overflow-x: hidden;
}

body {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: var(--greyish-brown);
  position: relative;
  box-sizing: border-box;
  margin: 0;
  background: #FFF;
  -webkit-font-smoothing: antialiased; 

}

section, header, footer {
  display: block;
  width: 100%;
}

h1 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 76px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #fff;
}

h2 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

h3 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

h4 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

input[type=submit], input[type=text], input[type=email], input[type=search], textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
  border-radius: 0;
}

input[type=submit] {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

input[type=text] {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--greyish-brown);
  background: transparent;
  border: 1px #424242 dashed;
  padding: 10px 30px;
  margin: 0 25px 0 0;
}
input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

select, textarea {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--greyish-brown);
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: var(--dark-beige);
  transition: all 0.25s ease-in-out;
}

strong, b {
  font-weight: 700;
}

img, iframe {
  max-width: 100%;
}

img {
  height: auto;
}

.container {
  max-width: 1500px; /*margin: 0 auto;*/
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.flex-container {
  display: flex;
}

.button-primary, button:not(.pswp__button, .fancybox-button), .button {
  margin-top: 10px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  color: #FFF !important;
  background-color: var(--dark-beige) !important;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid var(--dark-beige);
  display: inline-block;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.button-primary:hover, button:not(.pswp__button, .fancybox-button):hover, .button:hover {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  color: #FFF !important;
  background-color: var(--almost-black) !important;
  border: 1px solid var(--almost-black);
}

.button-email {
  margin-top: 10px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  color: #FFF !important;
  background-color: var(--dark-beige) !important;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid var(--dark-beige);
  display: inline-block;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.button-email:hover {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  color: #FFF !important;
  background-color: var(--almost-black) !important;
  border: 1px solid var(--almost-black);
}
.button-style-2{
   margin-top: 10px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  color: #FFF !important;
  background-color: var(--dark-beige) !important;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid var(--dark-beige);
  display: inline-block;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.button-style-2:hover{
   font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color:var(--dark-beige) !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
}

button.fancybox-button {
  outline: none !important;
  background-color: transparent !important;
}

/* UTILITY */
.white {
  color: #FFF;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.caption {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: var(--brown-grey);
  font-weight: 400;
}

.small-caption {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: var(--brown-grey);
}

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

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

/* HERO IMAGE / SLIDER */
#hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-image: url(../../../../_resources/banners/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 645px;
  width: 100%;
  z-index: 5;
}
#hero .text {
  position: relative;
  width: 100%;
}
#hero .text > * {
  max-width: 1000px;
}
#hero .text h1 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 76px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}
#hero .text h3 {
  color: #FFF;
  margin-top: 0;
}
#hero .text hr {
  width: 40px;
  height: 4px;
  border: none;
  border-top: 4px solid #b4b5b4;
  margin: 0 0 30px 0;
}

/* MODAL - GENERAL */
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.95);
  width: 100%;
  height: 100%;
  z-index: 1000;
  color: #FFF;
  display: none;
}
.popup-container .content {
  max-width: 770px;
  padding: 0px 15px 0px 15px;
  margin: 300px auto 0px auto;
}
.popup-container .close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
}
.popup-container form.signup .textbox {
  float: none !important;
  width: 100% !important;
}
.popup-container form.signup .textbox input {
  padding: 0px !important;
}
.popup-container .error-tooltip {
  top: -50px !important;
}
.popup-container input {
  width: 100%;
}

/* SEARCH MODAL */
#search-popup .searchsubmit {
  position: absolute;
  height: 0px;
  width: 0px;
  border: none;
  padding: 0px;
  visibility: hidden;
}
#search-popup .s {
  background-color: transparent;
  border: 0px;
  font-size: 50px;
  color: #ffffff;
}
#search-popup .s:focus {
  outline: 0;
}
#search-popup .s::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#search-popup .s:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#search-popup .s::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#search-popup .s:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#search-popup fieldset {
  padding: 0px;
  border: 0px;
}

/* MEDIA QUERIES */
@media (max-width: 1580px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #hero {
    height: 530px;
    padding-top: 70px;
  }
  #hero .text {
    padding: 0 15px;
    width: 100%;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #hero .text {
    padding: 0 15px;
  }
  #hero .text h1 {
    font-family: neue-haas-grotesk-text, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 43px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    color: #FFF;
  }
  .recaptcha {
    transform-origin: top left;
    transform: scale(0.7);
  }
  #search-popup .s {
    font-size: 20px;
  }
}
header.desktop .top {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: var(--brown-grey);
  background-color: #0b0f15; /*color: $white;*/
}
header.desktop .top .container {
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
  padding: 10px 40px;
  max-width: 100%;
}
header.desktop .top .container > * {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #fff;
  padding: 0 15px;
  border-right: 1px solid #FFF;
  line-height: 100%;
}
header.desktop .top .container > *:last-of-type {
  border-right: none;
  padding-right: 0;
}
header.desktop .top .container > * > span { /*color:$white;*/
  padding: 0 2px;
}
header.desktop .top .container > * i {
  margin-left: 6px;
}
header.desktop .bottom .container {
  align-items: center;
  justify-content: flex-start;
  padding: 3px 40px;
  max-width: 100%;
}
header.desktop .bottom .container .logo {
  padding: 0 20px 0 0;
  transition: all 0.25s ease-in-out;
}
header.desktop .bottom .container .logo:hover {
  opacity: 0.5;
}
header.desktop .bottom .container .logo img {
  height: 79px;
  display: block;
}
header.desktop .bottom .container nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.desktop .bottom .container nav > ul > li {
  display: inline-block;
  padding: 0;
  position: relative;
}
header.desktop .bottom .container nav > ul > li a {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000;
  display: block;
  padding: 10px 20px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1300px) {
  header.desktop .bottom .container nav > ul > li a {
    padding-left: 4px;
    padding-right: 5px;
    font-size: 14px;
  }
  header.desktop .bottom .container .search i { margin-left:5px!important; }
}
@media (max-width: 1050px) {
  header.desktop .bottom .container nav > ul > li a {
    padding-right: 1px;
  }
}
header.desktop .bottom .container nav > ul > li a:hover {
  opacity: 0.5;
}
header.desktop .bottom .container nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
header.desktop .bottom .container nav > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  background: #FFF;
  min-width: 300px;
  left: -35px;
  padding: 25px 55px;
  position: absolute;
  top: 100%;
  z-index: 9;
  transition: visibility 0s linear 0.1s, opacity 0.3s linear;
}
header.desktop .bottom .container nav > ul > li > ul li:last-of-type {
  border-bottom: none;
}
header.desktop .bottom .container nav > ul > li > ul li a {
  display: block;
  padding: 13px 0px;
  transition: all 0.25s ease-in-out;
  line-height: 18px;
}
header.desktop .bottom .container nav > ul > li > ul li a:hover {
  opacity: 0.5;
}
header.desktop .bottom .container nav > ul > li > ul li ul li {
  border-bottom: none;
}
header.desktop .bottom .container nav > ul > li > ul li ul li a {
  padding: 7px 20px;
  font-weight: 400;
}
header.desktop .bottom .container nav > ul > li > ul li ul li:last-of-type a {
  padding-bottom: 13px;
}
header.desktop .bottom .container nav > ul > li > ul li.has-children > a {
  padding-bottom: 7px;
}
header.desktop .bottom .container .search {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
  color: #000;
  margin-left: auto;
}
header.desktop .bottom .container .search i {
  margin-left: 10px;
  color: #000;
}
header.desktop .bottom .container .search a:hover {
  opacity: 0.5;
}
header.desktop .bottom .container .search a:hover i {
  color: #000;
}

header.mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header.mobile > .top {
  display: flex;
  justify-content: space-between;
  padding: 6px 15px;
  width: 100%;
  align-items: center;
  background-color: #FFF;
}
header.mobile > .top .hamburger {
  width: 33px;
  cursor: pointer;
  overflow: hidden;
}
header.mobile > .top .hamburger span {
  width: 100%;
  height: 4px;
  background-color: var(--dark-beige);
  border-radius: 3px;
  margin-bottom: 7px;
  display: block;
  transition: all 0.25s ease-in-out;
}
header.mobile > .top .hamburger span:last-of-type {
  margin-bottom: 0;
}
header.mobile > .top .logo {
  position: relative;
  top: 5px;
}
header.mobile > .top .logo img {
  height: 58px;
}
header.mobile nav {
  display: none;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #2c2c2b;
}
header.mobile nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.mobile nav > ul {
  margin: 20px 0;
}
header.mobile nav > ul > li {
  position: relative;
}
header.mobile nav > ul > li a {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000;
  color: #FFF;
  display: block;
  margin: 0 20px;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header.mobile nav > ul > li > ul {
  display: none;
  padding-left: 20px;
  background-color: #424242;
}
header.mobile nav > ul > li > ul > li:last-of-type a {
  border-bottom: none;
}
header.mobile nav > ul > li > ul a {
  display: block;
  padding: 13px 0px;
  transition: all 0.25s ease-in-out;
  line-height: 18px;
}
header.mobile nav > ul > li > ul ul li {
  border-bottom: none;
}
header.mobile nav > ul > li > ul ul li a {
  padding: 7px 20px;
  font-weight: 400;
}
header.mobile nav > ul > li > ul ul li:last-of-type a {
  padding-bottom: 13px;
}
header.mobile nav > ul > li > ul.has-children > a {
  padding-bottom: 7px;
}
header.mobile nav > ul > li.has-children > a:after {
  content: "+";
  right: 0;
  top: 12px;
  position: absolute;
}
header.mobile nav > ul > li.has-children.active > a {
  border-bottom: none;
}
header.mobile nav > ul > li.has-children.active > a:after {
  content: "-";
  font-size: 18px;
}
header.mobile nav > ul > li:last-of-type a {
  border-bottom: none;
}
header.mobile nav .search {
  margin: 0px 20px;
}
header.mobile nav .search a {
  color: #FFF;
  margin: 0px;
}
header.mobile nav .search a:last-of-type {
  float: right;
  padding: 10px 0;
}
header.mobile nav .stock {
  color: #FFF;
  font-size: 14px;
  justify-content: space-between;
  margin: 20px 0px;
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
header.mobile nav .stock div > span {
  font-weight: 700;
  padding: 0 2px;
}
header.mobile nav .stock div i {
  margin-left: 6px;
}
header.mobile.open .hamburger span {
  background-color: var(--dark-beige);
}
header.mobile.open .hamburger span:nth-child(1) {
  margin-left: 50px;
}
header.mobile.open .hamburger span:nth-child(2) {
  transform: translate(0px, 0px) rotate(45deg);
  border-radius: 2px;
}
header.mobile.open .hamburger span:nth-child(3) {
  transform: translate(0px, -11px) rotate(-45deg);
  border-radius: 2px;
}

/* MEDIA QUERIES */
@media (max-width: 1580px) {
  header.desktop .bottom .container {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  header.desktop {
    display: none !important;
  }
  header.mobile {
    display: block !important;
  }
}
@media screen and (max-width: 400px) {
  header.mobile nav .stock {
    font-size: 10px;
  }
}
/* EMAIL SIGNUP */
.signup-container {
  background-color: #ffffff !important;
  border-top: 1px solid #b4b5b4;
  padding: 35px 0;
}
.signup-container h2 {
  color: #000 !important;
}
.signup-container input[type=text] {
  border: 1px var(--greyish-brown) dashed !important;
}
.signup-container h2 {
  display: inline-block;
  margin: 0;
  line-height: 35px;
  min-width: 500px;
  margin-right: 80px;
}
.signup-container .input-fields {
  display: flex;
  align-items: flex-end;
}
.signup-container .input-fields button {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  color: #FFF !important;
  background-color: var(--dark-beige) !important;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid var(--dark-beige);
  display: inline-block;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  margin-top: 0px;
  white-space: nowrap;
}
.signup-container .input-fields button:hover {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  color: #FFF !important;
  background-color: var(--almost-black) !important;
  border: 1px solid var(--almost-black);
}
.signup-container .input-fields button i {
  margin-left: 10px;
}
.signup-container .input-fields > div {
  position: relative;
}
.signup-container .input-fields > div.success:after {
  content: "\f00c";
  color: #39b54a;
  font-family: "FontAwesome";
  font-size: 18px;
  top: 8px;
  position: absolute;
  right: 30px;
}
.signup-container .input-fields > div.error:after {
  content: "\f00d";
  color: #730c00;
  font-family: "FontAwesome";
  font-size: 18px;
  top: 7px;
  position: absolute;
  right: 30px;
}
.signup-container .input-fields input:-webkit-autofill,
.signup-container .input-fields input:-webkit-autofill:hover,
.signup-container .input-fields input:-webkit-autofill:focus,
.signup-container .input-fields input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--dark-beige) !important;
}

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

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

@media screen and (max-width: 1500px) {
  .signup-container h2 {
    min-width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .signup-container {
    background-color: #ffffff !important;
    padding: 40px 0;
    width: 100%;
  }
  .signup-container h2 {
    color: #000 !important;
  }
  .signup-container input[type=text] {
    border: 1px var(--greyish-brown) dashed !important;
  }
  .signup-container .container {
    display: block;
  }
  .signup-container h2 {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .signup-container .input-fields {
    display: block;
  }
  .signup-container .input-fields > div {
    width: 100%;
  }
  .signup-container .input-fields > div input {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }
  .signup-container .input-fields button {
    margin-left: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .signup-container .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* FOOTER */
footer {
  transition: all 0.5s ease-in-out;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #898989;
  padding-top: 80px;
  background-color: #0C205F;
}
footer .container a {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #898989;
}
footer .container a:hover {
  opacity: 0.5;
}
footer .container .logo {
  width: 200px;
  margin-right: 50px;
}
footer .container .logo a:hover {
  opacity: 0.5;
}
footer .container .logo a:hover img {
  opacity: 0.5;
}
footer .container .logo img {
  max-width: none;
  max-width: 134px;
  display: block;
  transition: all 0.25s ease-in-out;
}
footer .container .about {
  max-width: 675px;
  margin-right: 100px;
}
footer .container h4 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #fff;
  margin-top: 0;
}
footer .container.bottom {
  padding: 25px 40px;
  max-width: 100%;
}
footer .container.bottom > div {
  flex-basis: 50%;
}
footer .container.bottom a:hover {
  opacity: 0.75;
}
footer .container.bottom .blender {
  text-align: right;
}
footer .container.bottom .blender a strong {
  color: #FFF;
}
footer .container .contact {
  white-space: nowrap;
}
footer .container .social {
      min-width: 204px;
      padding-left: 75px; }
      footer .container .social > a {
        font-size: 22px;
        margin-right: 20px; }
        footer .container .social > a:last-of-type {
          margin-right: 0; }
footer hr {
  height: 1px;
  border: none;
  color: #FFF;
  background-color: #FFF;
  margin-top: 30px;
}

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

/* MEDIA QUERIES */
@media screen and (max-width: 1280px) {
  footer .container .about {
    max-width: none;
  }
}

@media screen and (max-width: 1100px) {
  footer .container .logo {
    display: none; }
  footer .container .about {
    margin-right: 35px; }
  footer .container .social {
    padding-left: 35px; } }

@media screen and (max-width: 1024px) {
  #width-check {
    z-index: 1 !important;
  }
  footer .container.bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 950px) {
  footer {
    padding-top: 50px; }
    footer .container {
      display: block; }
      footer .container .logo {
        display: none; }
      footer .container .about {
        margin-right: 0;
        margin-bottom: 40px; }
      footer .container .social {
        padding-left: 0;
        margin-top: 35px; }
      footer .container.bottom > div {
        text-align: center !important; }
      footer .container.bottom > span {
        display: none; } }
/*@media screen and (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
  footer .container {
    display: block;
  }
  footer .container .logo {
    display: none;
  }
  footer .container .about {
    margin-right: 0;
    margin-bottom: 40px;
  }
  footer .container.bottom > div {
    text-align: center !important;
  }
}*/
#hero {
  height: 350px;
}
@media (max-width: 767px) {
  #hero {
    background-position: center;
  }
}

main {
  padding: 50px 0;
  display: block;
}
main .sidebar #subnavigation {
  width: 275px;
  padding: 0 75px 40px 0;
  border-bottom: 1px solid #b4b5b4;
  margin-bottom: 35px;
}
main .sidebar #subnavigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
main .sidebar #subnavigation > ul li {
  padding: 0;
  position: relative;
}
main .sidebar #subnavigation > ul li a {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: var(--greyish-brown);
  transition: all 0.25s ease-in-out;
  display: block; /*line-height: 20px;*/
  padding: 3px 0px;
  position: relative;
}
main .sidebar #subnavigation > ul li a:hover {
  opacity: 0.5;
  /*text-decoration: underline;*/
}
main .sidebar #subnavigation > ul li.active {
  padding-left: 20px;
  position: relative;
}
main .sidebar #subnavigation > ul li.active:before {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 700;
  content: "\f2ec";
  font-size: 10px;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--dark-beige);
}
main .sidebar #subnavigation > ul li.active > a { /*text-decoration: underline;*/ }
main .sidebar #subnavigation > ul li > ul > li {
  margin-left: 20px;
}
main .sidebar .documents .flex-container {
  align-items: center;
  margin-bottom: 25px;
}
main .sidebar .documents .flex-container span {
  color: var(--almost-black);
}
main .sidebar .documents .flex-container span:first-of-type {
  width: 56px;
}
main .sidebar .documents .flex-container:hover {
  opacity: 0.5;
}
main .sidebar .documents .flex-container:hover .fas {
  color: var(--light-grey-green);
}
main .sidebar .documents .flex-container .fas {
  color: var(--dark-beige);
  font-size: 36px;
  margin-right: 25px;
}
main .sidebar .documents .flex-container .far {
  color: var(--dark-beige);
  font-size: 36px;
  margin-right: 15px;
}

#content {
  width: calc(100% - 350px);
  min-height: 200px;
  padding-left: 115px;
  line-height: 25px;
  /*	h1 { color:$black; }*/
  /* IOS TAB FIXES */
  /* NEWS */
  /* BIOS */
  /* TABLES */
  /* GALLERY */
  /* Gallery Plus w/ Fancybox */
  /* SMALL NOTES */
  /* Check List */
  /* EVENTS */
  /* STOCK WARRANT STYLING TWEAKS */
  /* DOCUMENT LINKS */
  /* SEARCH */
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
  margin: 50px 0px 25px 0px;
}
#content h4.subtitle {
  margin-top: -16px;
  margin-bottom: 32px;
}
#content > *:first-child {
  margin-top: 0px !important;
}
#content a:hover:not(.button) {
  opacity: 0.5;
}
#content ul:not(.nav-tabs) li + li {
  margin-top: 13px;
}
#content h2 span, #content h3 span, #content h4 span {
  font-weight: lighter;
  font-size: 0.75em;
}
@media (max-width: 500px) {
  #content .tabs .select-wrapper select {
    border: 1px solid #000 !important;
  }
}
#content .news-releases .news-item {
  display: flex;
  position: relative;
  padding: 30px 0px 35px 0;
  border-bottom: 1px solid #b4b5b4;
}
#content .news-releases .news-item .date {
  display: block;
  flex-basis: 150px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: var(--brown-grey);
  margin-bottom: 5px;
  text-transform: capitalize;
  padding-top: 3px;
  min-width:  170px;
}
#content .news-releases .news-item .title {
  display: block;
  flex-basis: calc(100% - 230px);
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-transform: capitalize!important;
}
/*#content .news-releases .news-item .title:hover {
  opacity: 0.5;
}*/
#content .news-releases .news-item:last-of-type {
  border-bottom: none;
}
/*#content .news-releases .news-item:hover {
  opacity: 1;
}*/
#content .news-releases .news-item .pdf {
  flex-basis: 50px;
  font-size: 36px;
  position: relative;
  top: 10px;
  padding-bottom: 10px;
  text-align: right;
  z-index: 15;
  color: var(--dark-beige);
}
#content .news-releases .news-item .html-link {
  flex-basis: 50px;
  font-size: 36px;
  position: relative;
  top: 10px;
  padding-bottom: 10px;
  text-align: right;
  z-index: 15;
  color: var(--dark-beige);
}
#content .news-releases .news-item .pdf:hover,
#content .news-releases .news-item .html-link:hover {
  color: var(--light-grey-green);
}
#content .news-releases + .news-releases > .news-item:first-of-type {
  border-top: 1px solid #b4b5b4;
}
#content .news-releases.video-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .news-releases.video-listing .news-item {
  border-bottom: none;
  display: block;
  margin-bottom: 50px;
  padding: 0;
  width: calc(50% - 11px);
}
@media (max-width: 500px) {
  #content .news-releases.video-listing .news-item {
    margin-bottom: 38px;
    width: 100%;
  }
}
#content .news-releases.video-listing .news-item__thumbnail {
  width: 100%;
}
#content .news-releases.video-listing .news-item .date {
  display: block;
  margin: 16px 0 9px;
  width: 100%;
}
#content .news-releases.video-listing .news-item .title {
  width: 100%;
}
#content .news-releases.video-listing .news-item .pdf {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  margin-top: 6px;
}
#content .news-releases.video-listing .news-item .pdf i {
  font-size: 32px;
  padding-right: 12px;
}
#content .bio-container {
  display: flex;
}
#content .bio-container .bio-image { /*-webkit-flex-basis: 25%; flex-basis: 25%; padding-right:20px;*/
  width: 296px;
  max-width: initial !important;
}
#content .bio-container .bio-image img {
  max-width: 296px !important;
}
#content .bio-container .bio-content-container { /*-webkit-flex-basis: 75%; flex-basis: 75%;*/
  width: calc(100% - 296px);
  padding-left: 38px;
}
#content .bio-container .bio-content-container .bio-content {
  min-height: 177px;
  height: 177px;
  position: relative;
}
#content .bio-container .bio-content-container .bio-content h3.name {
  margin: 0;
}
#content .bio-container .bio-content-container .bio-content h3.name span {
  align-items: center;
  color: var(--almost-black);
  display: inline-flex;
  font-size: 18px;
  font-weight: 300;
  padding-left: 5px;
}
#content .bio-container .bio-content-container .bio-content h3.name span a {
  display: block;
  margin-left: 15px;
  font-family: "Font Awesome 5 Pro";
}
#content .bio-container .bio-content-container .bio-content h3.name span a + a {
  margin-left: 8px;
}
#content .bio-container .bio-content-container .bio-content h3.name span a.linkedin > i {
  position: relative;
  top: -1px;
}
#content .bio-container .bio-content-container .bio-content h4.title {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
#content .bio-container .bio-content-container .bio-content:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  overflow: hidden;
  height: 45px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 11%, white 86%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0 );
  width: 100%;
  transition: all 0.65s ease-in-out;
}
#content .bio-container .bio-content-container .bio-content.active:after {
  display: none;
}
#content .bio-container .bio-content-container .bio-content h3.name {
  margin: 0;
}
#content .bio-container .bio-content-container .bio-content h4.title {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
#content .bio-container .bio-content-container .bio-expand {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  /*font-size: 16px; font-weight:400;*/
  cursor: pointer;
  margin-top: 15px;
}
#content .bio-container .bio-content-container .bio-expand:hover {
  opacity: 0.5;
}
#content .bio-container.no-image .bio-image {
  display: none;
}
#content .bio-container.no-image .bio-content-container {
  flex-basis: 100%;
  width: 100%;
  padding-left: 0;
}
#content table {
  border-collapse: collapse;
}
#content table th {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
  color: #fff;
  background-color: #0b0f15;
  border-bottom: 1px solid #b4b5b4;
  padding: 3px 10px;
  text-align: left;
}
#content table td {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
  color: #000;
  padding: 3px 10px;
  border-bottom: 1px solid #b4b5b4;
}
#content table.styled {
  width: 100%;
  /*td { padding: 15px;}*/
}
#content table.old-school {
  margin: 40px 0;
}
#content table.cap-structure tbody {
  border: 1px solid #b4b5b4;
}
#content table.cap-structure tbody td + td {
  border-left: 1px solid #b4b5b4;
}
#content table.cap-structure tfoot {
  border: none;
}
#content table.cap-structure tfoot tr td {
  border: none;
}
#content table.cap-structure tfoot p {
  margin-top: 2px;
}
#content table.cap-structure tfoot *, #content table.cap-structure tfoot p, #content table.cap-structure tfoot li {
  font-size: 0.9em;
}
#content table.cap-structure tfoot ol, #content table.cap-structure tfoot ul {
  padding-left: 15px;
}
#content table.careers {
  width: 100%;
}
#content table.careers tr td {
  text-align: left;
  vertical-align: top;
}
#content table.careers tr td:nth-of-type(1) {
  width: 25%;
}
#content table.careers tr td:nth-of-type(2) {
  width: 25%;
}
#content table.careers tr td:nth-of-type(3) {
  width: 50%;
}
#content .gallery-container h2 {
  margin-top: 0;
}
#content .gallery-container .my-gallery {
  display: flex;
  flex-wrap: wrap;
}
#content .gallery-container .my-gallery figure {
  margin-right: 1px;
  margin-bottom: 1px;
  overflow: hidden;
  padding-top: 15%;
  padding-bottom: 15%;
  position: relative;
  width: calc(33.3333333333% - 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  height: auto;
}
#content .gallery-container .my-gallery figure:before {
  background: rgba(var(--dark-beige), 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;
}
#content .gallery-container .my-gallery figure:after {
  content: "\f0b2";
  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;
}
#content .gallery-container .my-gallery figure:hover:before {
  background: rgba(var(--dark-beige), 0.85);
}
#content .gallery-container .my-gallery figure:hover:after {
  opacity: 1;
}
#content .highcharts-graph {
  stroke: var(--dark-beige);
}
#content .project-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .project-gallery > a {
  display: block;
  margin-bottom: 20px;
  max-height: 325px;
  overflow: hidden;
  width: calc(50% - 10px);
}
@media (max-width: 600px) {
  #content .project-gallery > a {
    width: 100%;
  }
}
#content .project-gallery > a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#content .fancybox-navigation button.fancybox-button.fancybox-button--arrow_right,
#content .fancybox-navigation button.fancybox-button.fancybox-button--arrow_left {
  outline: none !important;
  border: none !important;
}
#content .fancybox-navigation button.fancybox-button.fancybox-button--arrow_right:hover,
#content .fancybox-navigation button.fancybox-button.fancybox-button--arrow_left:hover {
  border: none !important;
}
#content .f-notes {
  position: relative;
  top: -16px;
}
#content .f-notes ul li, #content .f-notes ol li, #content .f-notes p {
  font-size: 14px !important;
}
@media (max-width: 480px) {
  #content .f-notes ul li, #content .f-notes ol li, #content .f-notes p {
    font-size: 12px !important;
  }
  #content .f-notes ul li + li, #content .f-notes ol li + li, #content .f-notes p + li {
    margin-top: 0;
  }
}
#content ul.check-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#content ul.check-list li {
  display: flex;
  padding-left: 38px;
  position: relative;
  width: 100%;
}
#content ul.check-list li:before {
  background-color: var(--dark-beige);
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
  -webkit-mask: url(../../../../_resources/icons/circle-check-solid.svg) no-repeat 50% 50%;
  mask: url(../../../../_resources/icons/circle-check-solid.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
#content .event {
  border: 1px solid #7d8192;
  display: flex;
  margin-bottom: 20px;
  padding: 40px;
  width: 100%;
}
@media (max-width: 575px) {
  #content .event {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
#content .event .image {
  align-items: center;
  background-color: #ffffff;
  border: solid 1px #7d8192;
  display: flex;
  height: 140px;
  justify-content: center;
  margin-left: 1px;
  width: 216px;
}
#content .event .image img {
  transform-origin: center center;
  max-width: calc(100% - 27px);
  max-height: 113px;
}
#content .event .text {
  width: calc(100% - 200px);
  padding-left: 45px;
}
@media (max-width: 575px) {
  #content .event .text {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
  }
}
#content .event .bx-wrapper .bx-pager {
  left: 245px;
  bottom: 4px;
}
#content .event .date {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  background-color: #f2f2f2;
  display: inline-block;
  padding: 1px 11px;
  margin-bottom: 12px;
}
#content .event .title {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
#content .event .location {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: var(--greyish-brown);
  display: block;
  margin: 5px 0 17px;
}
#content .event .more-info {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-right: 40px;
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}
#content .event .more-info i {
  color: #a09369;
  margin-left: 9px;
  font-weight: 700;
}
@media (max-width: 700px) {
  #content .event .more-info {
    margin-right: 20px;
  }
}
#content div[id^=chart] ~ h3 ~ h4 {
  color: var(--dark-beige);
}
#content div[id^=chart] ~ h3 ~ h4 span {
  color: var(--almost-black);
}
#content div[id^=chart] ~ h3 ~ h4 + p {
  margin-top: -15px;
}
#content div[id^=chart] ~ h3 ~ p + h4 {
  margin-top: 30px;
}
#content .document-links {
  margin-bottom: 30px;
}
#content .document-links a {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  display: flex;
  padding: 8px 4px;
  border-bottom: 1px solid #b4b5b4;
  /* background-color: #0b0f15; */
  align-items: center;
  justify-content: flex-start;
  /* padding: 15px; */
}
#content .document-links a:hover {
  opacity: 0.5;
}

/* #content .document-links a:nth-of-type(even) {
  background-color: #424242;
} */

#content .document-links a:after {
  content: "\f1c1";
  font-family: Font Awesome\ 5 Pro;
  font-size: 20px;
  display: block;
  margin-left: auto;
  font-weight: 400;
  color: var(--dark-beige);
}
/* #content .document-links a span:last-of-type {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #fff;
  margin-left: auto;
  white-space: nowrap;
} */

/* #content .document-links a span:last-of-type:nth-of-type(2n) {
  margin-left: auto;
} */

#content .document-links a span {margin-right: auto;}

#content .result-item > div:first-of-type {
  display: block;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: var(--brown-grey);
  margin-bottom: 5px;
  text-transform: uppercase;
}
#content .result-item a {
  font-weight: 700;
}

.ownership-summary {
  display: flex;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .ownership-summary {
    flex-wrap: wrap;
  }
}
.ownership-summary > div {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .ownership-summary > div {
    width: 100%;
  }
}
.ownership-summary > div + div {
  margin-right: 0;
  flex-shrink: 0;
}
.ownership-summary > div h3 {
  margin-top: 0 !important;
}

/* ACCORDION */
/*==== BMCL ACCORDION 1 ====*/
.bmcl-accordion-1:not(#bmcl) > div {
  border: 1px solid #7d8192;
  margin-bottom: 10px;
  padding: 0;
}
.bmcl-accordion-1:not(#bmcl) > div h1, .bmcl-accordion-1:not(#bmcl) > div h2, .bmcl-accordion-1:not(#bmcl) > div h3, .bmcl-accordion-1:not(#bmcl) > div h4, .bmcl-accordion-1:not(#bmcl) > div h5, .bmcl-accordion-1:not(#bmcl) > div h6 {
  align-items: center;
  border-top: 0px solid #7d8192;
  color: var(--almost-black);
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 23px 24px 27px;
  position: relative;
  transition: all 0.275s ease-in-out;
}
.bmcl-accordion-1:not(#bmcl) > div h1:after, .bmcl-accordion-1:not(#bmcl) > div h2:after, .bmcl-accordion-1:not(#bmcl) > div h3:after, .bmcl-accordion-1:not(#bmcl) > div h4:after, .bmcl-accordion-1:not(#bmcl) > div h5:after, .bmcl-accordion-1:not(#bmcl) > div h6:after {
  color: inherit;
  content: "+";
  font-size: 24px;
  padding-left: 24px;
  position: relative;
}
.bmcl-accordion-1:not(#bmcl) > div h1:hover, .bmcl-accordion-1:not(#bmcl) > div h2:hover, .bmcl-accordion-1:not(#bmcl) > div h3:hover, .bmcl-accordion-1:not(#bmcl) > div h4:hover, .bmcl-accordion-1:not(#bmcl) > div h5:hover, .bmcl-accordion-1:not(#bmcl) > div h6:hover {
  color: #a09369;
}
.bmcl-accordion-1:not(#bmcl) > div h4 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.31px;
  cursor: pointer;
}
.bmcl-accordion-1:not(#bmcl) > div h4 + div {
  display: none;
  padding: 5px 24px 15px;
}
.bmcl-accordion-1:not(#bmcl) > div h4 + div p, .bmcl-accordion-1:not(#bmcl) > div h4 + div * {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: 0.25px;
}
.bmcl-accordion-1:not(#bmcl) > div h4 + div p strong {
  font-weight: 700;
}
.bmcl-accordion-1:not(#bmcl) > div.active h1, .bmcl-accordion-1:not(#bmcl) > div.active h2, .bmcl-accordion-1:not(#bmcl) > div.active h3, .bmcl-accordion-1:not(#bmcl) > div.active h4, .bmcl-accordion-1:not(#bmcl) > div.active h5, .bmcl-accordion-1:not(#bmcl) > div.active h6 {
  border-color: #7d8192;
  border-bottom: 1px solid #7d8192 !important;
}
.bmcl-accordion-1:not(#bmcl) > div.active h1:after, .bmcl-accordion-1:not(#bmcl) > div.active h2:after, .bmcl-accordion-1:not(#bmcl) > div.active h3:after, .bmcl-accordion-1:not(#bmcl) > div.active h4:after, .bmcl-accordion-1:not(#bmcl) > div.active h5:after, .bmcl-accordion-1:not(#bmcl) > div.active h6:after {
  content: "-";
}

.signup-container {
  border-top: 1px solid #000;
}

p.instruction {
  display: none;
}

@media screen and (max-width: 1280px) {
  #content {
    padding-left: 5%;
  }
  #content table.styled th, #content table.styled td {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #hero .text h1 {
    margin-bottom: 0;
  }
  h1 {
    font-family: neue-haas-grotesk-text, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 43px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
  }
  p.instruction.show {
    display: block;
  }
  #content {
    padding: 45px 0px;
    margin: 0;
    width: 100%;
  }
  #content .news-releases .news-item {
    display: block;
  }
  #content .news-releases .news-item:after {
    display: none;
  }
  #content .bio-container {
    display: block;
  }
  #content .bio-container .bio-content-container {
    width: 100%;
    padding-left: 0px;
  }
  #content .bio-container .bio-image {
    max-width: 100% !important;
  }
  #content .bio-container .bio-image img {
    max-width: 300px;
  }
  #content .document-links a { /*flex-wrap:wrap;*/ }
  #content .document-links a:before {
    flex-basis: 30px;
    margin-right: 30px; /*position: relative; top: 10px;*/
  }
  #content .document-links a > span {
    flex-basis: calc(100% - 60px);
    white-space: normal !important;
  }
  #content .document-links a > span:nth-of-type(2n) {
    text-align: right;
  }
  main {
    padding: 0;
  }
  main .sidebar {
    display: none;
  }
}

/* AUTONEWS CISION PR STYLE HELPERS */

/*span.prnews_span { font-size: 8pt; color: black; }
a.prnews_a { color: blue; }
li.prnews_li { font-size: 8pt; color: black; }
p.prnews_p { font-size: 0.62em; color: black; margin: 0in; }
#content table .prngen12 { border-top: 1pt; border-right: 1pt; vertical-align: bottom; border-bottom: black 1pt solid; text-align: right; padding-left: 0.50em; border-left: 1pt; padding-right: 0.50em; }
#content table .prngen14 { border-top: black 1pt solid; border-right: 1pt; vertical-align: bottom; border-bottom: black 1pt solid; text-align: right; padding-left: 0.50em; border-left: 1pt; padding-right: 0.67em; }
#content table .prngen7 { border-top: black 1pt solid; border-right: 1pt; vertical-align: bottom; border-bottom: black 2pt double; text-align: right; padding-left: 0.50em; border-left: 1pt; padding-right: 0.50em; }
#content table .prngen9 { border-top: 1pt; border-right: 1pt; vertical-align: bottom; border-bottom: black 1pt solid; text-align: right; padding-left: 0.50em; border-left: 1pt; padding-right: 0.67em; }
#content table .prngen6 { border-top: black 1pt solid; border-right: 1pt; vertical-align: bottom; border-bottom: 1pt; text-align: right; padding-left: 0.50em; border-left: 1pt; padding-right: 0.50em; }
#content table .prngen2 { border-top: 1pt; border-right: 1pt; vertical-align: bottom; border-bottom: 1pt; text-align: right; padding-left: 0.50em; border-left: 1pt; padding-right: 0.50em; }
#content table .prngen11 { border-top: black 1pt solid; border-right: 1pt; vertical-align: bottom; border-bottom: black 2pt double; text-align: right; padding-left: 0.50em; border-left: 1pt; padding-right: 0.67em; }
#content table .prngen10 { border-top: 1pt; border-right: 1pt; vertical-align: bottom; border-bottom: black 2pt double; text-align: right; padding-left: 0.50em; border-left: 1pt; padding-right: 0.67em; }
#content table .prngen13 { border-top: black 1pt solid; border-right: 1pt; vertical-align: bottom; border-bottom: 1pt; text-align: right; padding-left: 0.50em; border-left: 1pt; padding-right: 0.67em; }
#content table .prngen4 { border-top: 1pt; border-right: 1pt; vertical-align: bottom; border-bottom: black 1pt solid; text-align: center; padding-left: 0.50em; border-left: 1pt; padding-right: 0.50em; }
#content table .prngen3 { border-top: 1pt; border-right: 1pt; vertical-align: bottom; border-bottom: 1pt; text-align: center; padding-left: 0.50em; border-left: 1pt; padding-right: 0.50em; }
#content table .prngen8 { border-top: 1pt; border-right: 1pt; vertical-align: bottom; border-bottom: 1pt; text-align: right; padding-left: 0.50em; border-left: 1pt; padding-right: 0.67em; }
#content table .prngen5 { border-top: 1pt; border-right: 1pt; vertical-align: bottom; border-bottom: 1pt; padding-left: 0.50em; border-left: 1pt; padding-right: 0.50em; }
#content table .prnsbt1 { border-top: 1pt; }
#content table .prnml40 { margin-left: 3.33em; margin-TOP: 0em; margin-bottom: 0em; }
#content table .prntac { text-align: center; }
#content table .prnvab { vertical-align: bottom; }
#content table .prnml70 { margin-left: 5.83em; margin-TOP: 0em; margin-bottom: 0em; }
#content table .prnml30 { margin-left: 2.50em; margin-TOP: 0em; margin-bottom: 0em; }
#content table .prnsbb1 { border-bottom: 1pt; }
#content table .prnsbts { border-top: black 1pt solid; }
#content table .prnsbr1 { border-right: 1pt; }
#content table .prnpr8 { padding-right: 0.67em;}
#content table .prnml20 { margin-left: 1.67em; margin-TOP: 0em; margin-bottom: 0em }
#content table.prntblns { border-top: 1pt; border-right: 1pt; BORDER-COLLAPSE: collapse; border-bottom: 1pt; border-left: 1pt; margin-bottom: 30px; }
#content table .prnsbl1 { border-left: 1pt; }
#content table .prnml10 { margin-left: 0.83em; margin-TOP: 0em; margin-bottom: 0em; }
#content table .prnsbbs { border-bottom: black 1pt solid; }
#content table .prnpl6 { padding-left: 0.50em; }
*/


/* Buy Hycroft Gear */

.buy-gear { 
  font-weight: bold;
  margin-right: 10px;
}
.buy-gear.button { 
  margin-top: 0;
  border-radius: 20px;
  padding: 10px 20px;
}
.buy-gear.button:hover { 
  opacity: 1!important;
}
@media (max-width: 1066px) {
  .buy-gear.button {
    padding: 10px 10px;
  }
}

/* Financials and Fillings - Nov 2023 */
.financials-and-reports .flex-container {
  justify-content: space-between;
  flex-wrap: wrap;
}
.financials-and-reports .flex-container > div {
  flex-basis: calc(50% - 20px);
  background-color: #8080800f;
  padding: 20px;
  margin-top:20px;
}
.financials-and-reports .flex-container > div h3 {
  margin: 0 !important;
}
.financials-and-reports .flex-container .info {
  display: none;
  justify-content: space-evenly;
}
.financials-and-reports .flex-container .info.selected {
  display: flex;
  flex-direction: column;
}
.financials-and-reports .flex-container .fillings-info > * ,
.financials-and-reports .flex-container .info > * {
  flex-basis: 100%;
  padding-right: 15px;
}

.financials-and-reports .fillings-table .fillings-quarters,
.financials-and-reports .reports-table .quarters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.financials-and-reports .fillings-table .fillings-quarters > *,
.financials-and-reports .reports-table .quarters > * {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.financials-and-reports .fillings-table .fillings-quarters > *:not(.selected),
.financials-and-reports .reports-table .quarters > *:not(.selected) {
  opacity: 0.5;
}
.financials-and-reports .fillings-table .fillings-quarters > .selected,
.financials-and-reports .reports-table .quarters > .selected {
  border-bottom: 1px solid #000;
}
.financials-and-reports .fillings-table .fillings-info,
.financials-and-reports .reports-table .info {
  display: none;
  justify-content: space-evenly;
}
.financials-and-reports .fillings-table .fillings-info.selected,
.financials-and-reports .reports-table .info.selected {
  display: flex;
}
.financials-and-reports .fillings-table .fillings-info > *:last-of-type {
  padding-right: 0;
}

.financials-and-reports .fillings-table .fillings-info table td,
.financials-and-reports .reports-table .info table td{
  padding:3px 0 !important;
}

@media (max-width: 1024px) {
  .financials-and-reports .flex-container{display: block;}
}

/* Gallery - Videos and Photos : 2024-02-28 */
.filter-controls ul {
  list-style: none; margin: 32px 0; padding: 0;
  display: flex; justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  /* height: 24px; */
}
.filter-controls li {
  white-space: nowrap; cursor: pointer;
  flex: 0; position: relative;
  display: block; padding: 0 12px; height: 24px; margin-right: 8px;
  border-radius: 4px; background-color: #bcbec0;
  font-size: 14px; font-weight: normal; line-height: 24px; color: #000;
  transition: all 0.3s ease;
}
.filter-controls li.active, 
.filter-controls li:hover {
  background-color: #a09369;
  color: #ffffff;
}


/* MISCELLANEOUS May 2024  */
.mission.flex-container, .values.flex-container{gap:20px; margin-bottom:90px;}
.mission.flex-container .card{box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1); border-top:3px solid #bcbec0; min-height:250px;padding:40px;}
.mission.flex-container .card p, .values.flex-container .card p{font-size: 17.6px;font-weight: 500; }
.values.flex-container .card{box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1); border-top:3px solid #bcbec0; min-height:250px;padding:20px 10px 20px 20px;}
.values.flex-container .card h4{ margin-top:10px !important; font-size:20px; }
.values.flex-container .card ul{padding-left:25px;}
.values.flex-container .card ul li{font-size: 17.6px;font-weight: 500; margin-top:6px !important;}

@media (max-width: 767px) {
  .mission.flex-container, .values.flex-container{display: block;}
  .mission.flex-container .card{padding:20px;}
  .values.flex-container .card{margin-bottom:20px; }
}

/************ Why Invest *************/
body.cat-investors.str-why-invest .f-notes { padding-bottom: 50px; }
body.cat-investors.str-why-invest hr { height: 3px; background-color: #424242; }
.invest-container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top: 50px; }
.invest-box { margin-bottom: 30px; }
.invest-box p { font-size: 18px; color: #000000; margin: 30px 0px 0px 0px; }
.invest-box p.larger { color: #a8996e; font-size: 52px; }
.invest-box p.larger sup { font-size: 22px; top: -1.75em; line-height: 0; position: relative; vertical-align: baseline; }
.divider { height: 100px; width: 1px; background-color: #bcbec0; margin: 0 20px; }
.invest-items { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 50px; gap: 20px; }
.invest-items .item { box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1); padding: 30px; width: calc(50% - 10px); }
.invest-items .item .title { display: flex; align-items: center; }
.invest-items .item .title img { margin-right: 10px; }
.invest-items .item  p { font-weight: 500; }
@media screen and (max-width:767px) {
  .invest-box p.larger { font-size: 36px; }
  .invest-box p.larger sup { font-size: 24px; }
  .invest-items { display: block }
  .invest-items .item { width: 100%; margin-bottom: 20px; }
}
@media screen and (max-width:550px) {
  .invest-box p.larger { font-size: 24px; }
  .invest-box p { font-size: 14px; margin-top: 10px; }
  .invest-box p.larger sup { font-size: 16px; top: -0.75em; }
  .divider { height: 70px; }
}
@media screen and (max-width:400px) {
  .invest-container { display: block; }
  .divider { display: none; }
}

/************ Project Overview *************/
.project-key-highlights.card { box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1); border-top: 3px solid #bcbec0; padding: 30px; margin-bottom: 70px; }
.project-key-highlights.card h2 { margin-top: 0 !important; }
.project-key-highlights.card .project-details { display: flex; flex-wrap: wrap; justify-content: space-between; }
.project-key-highlights.card .project-details div { width: calc(25% - 15px); margin-bottom: 15px; }
.project-key-highlights.card .project-details div p { font-size: 14px; font-family: neue-haas-grotesk-text, sans-serif; font-weight: 500; margin-bottom: 0; }
.project-key-highlights.card .project-details div p.larger { font-size: 24px; color: #a8996e; margin-top: 5px; }
@media screen and (max-width:1200px) {
  .project-key-highlights.card .project-details div p.larger { font-size: 20px; }
}
@media screen and (max-width:767px) {
  .project-key-highlights.card .project-details div { width: calc(50% - 15px); }
}
@media screen and (max-width:400px) {
  .project-key-highlights.card .project-details div { width: 100%; }
  .project-key-highlights.card{padding:15px;}
}


.card { box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1); border-top: 3px solid #a09369; padding: 30px; margin-bottom: 15px; }
@media screen and (max-width:400px) {
.card {padding:15px;}
}


