*,
:after,
:before {
  box-sizing: inherit;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255,255,255,0)
}
html {
  box-sizing: border-box;
  margin: auto;
  overflow-x: hidden;
  scroll-behavior: smooth
}
body {
  font-family: neue-haas-grotesk-text,sans-serif;
  font-size: 16px;
  color: #161515;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto
}
footer,
header,
section {
  display: block;
  width: 100%
}
.screenreader {
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px)
}
a {
  text-decoration: none;
  color: #161515;
  transition: all 30ms ease-in-out
}
a:hover {
  text-decoration: none;
  opacity: .6
}
b,
strong {
  font-weight: 700
}
iframe,
img {
  max-width: 100%;
  height: auto
}
button,
input[type=email],
input[type=search],
input[type=submit],
input[type=text],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none!important
}
button,
input[type=submit] {
  cursor: pointer;
  transition: all 30ms ease-in-out
}
select::-ms-expand {
  display: none
}
.featherlight .featherlight-close-icon {
  background-color: #e2d3b7
}
.featherlight iframe {
  height: 480px
}
@media (max-width:680px) {
  .featherlight iframe {
    height: 300px
  }
}
.grecaptcha-badge {
  display: none!important
}
.grecaptcha-badge.show {
  display: block!important;
  visibility: visible!important
}
.transition {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
  position: relative;
  visibility: hidden
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-20px)
  }
  to {
    opacity: 1;
    transform: translate(0)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate(20px)
  }
  to {
    opacity: 1;
    transform: translate(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px)
  }
  to {
    opacity: 1;
    transform: translate(0)
  }
}
.fadeIn {
  animation-name: fadeIn;
  transition: all .8s ease 0s
}
.fadeInRight {
  animation-name: fadeInRight;
  transition: all .8s ease 0s
}
.fadeInLeft {
  animation-name: fadeInLeft;
  transition: all .8s ease 0s
}
.fadeInUp {
  animation-name: fadeInUp;
  transition: all .8s ease 0s
}
h1 {
  font-size: 120px;
  font-weight: 700;
  line-height: .92;
  font-family: neue-haas-grotesk-display,sans-serif;
  margin: 0
}
h2 {
  font-size: 42px;
  line-height: 1.33;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 700;
  margin: 0
}
h3 {
  font-size: 26px;
  line-height: 1.23;
  font-weight: 700;
  margin: 0
}
h4 {
  font-size: 20px;
  line-height: 1.2;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600;
  margin: 0
}
h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  font-family: neue-haas-grotesk-display,sans-serif;
  margin: 0
}
li,
p {
  font-size: 18px;
  line-height: 1.33;
  color: #161515;
  font-family: neue-haas-grotesk-text,sans-serif
}
p:first-child {
  margin-top: 0
}
p:last-child {
  margin-bottom: 0
}
ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.text-white li,
.text-white p {
  color: #fff
}
.footnote li,
.footnote p {
  font-size: 14px;
  line-height: 1.43
}
@media screen and (max-width:1023px) {
  h1 {
    font-size: 70px;
    line-height: 1;
    font-weight: 600
  }
  h2 {
    font-size: 26px;
    line-height: 1.23
  }
  h3 {
    font-family: neue-haas-grotesk-display,sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600
  }
  h4 {
    font-size: 18px;
    line-height: 1.33
  }
  h5 {
    font-size: 14px;
    line-height: 1.29
  }
  li,
  p {
    font-size: 14px;
    line-height: 1.43
  }
}
.cc-banner .cc-message,
.cc-window.cc-floating {
  width: 100%!important;
  max-width: 100%!important
}
main {
  overflow: hidden
}
header#site-header {
  padding-top: 24px;
  padding-bottom: 48px;
  background: url(../img/hero-banner.png) no-repeat top center;
  background-size: cover;
  background-color: #161515;
  position: relative;
  width: 100%;
  transition: all .3s ease-in-out
}
@media screen and (max-width:767px) {
  header#site-header {
    padding-top: 16px;
    padding-bottom: 24px
  }
}
.site-navigation .logo img {
  width: 260px;
  height: auto
}
.site-navigation .links li:last-child a {
  padding-right: 0
}
.site-navigation .links li > a {
  display: block;
  padding: 16px 24px;
  color: #fff
}
@media screen and (max-width:1480px) {
  .site-navigation .logo img {
    width: 220px
  }
}
@media screen and (max-width:1023px) {
  .site-navigation .logo img {
    width: 188px
  }
  .site-navigation .links {
    display: none
  }
}
header#site-header .content {
  min-height: 600px;
  width: 100%;
  color: #fff
}
header#site-header .content h1 {
  color: #fff
}
header#site-header .content h3 {
  margin-top: 24px
}
header#site-header .quick-links {
  width: 100%;
  max-width: 428px
}
body.inner_page header#site-header .content {
  min-height: 300px
}
section#about-us {
  background: url(../img/footer-banner.jpg) no-repeat top center;
  background-size: cover;
  background-color: #161515
}
section#about-us > div {
  min-height: 540px
}
section#about-us .about-us-content {
  max-width: 888px
}
@media screen and (max-width:1023px) {
  section#about-us .about-us-content {
    max-width: 560px
  }
}
@media screen and (max-width:560px) {
  section#about-us > div {
    min-height: 364px
  }
  section#about-us {
    background-image: url(../img/footer-banner-mobile.jpg)
  }
}
section#hemlo-gold-mine {
  background: url(../img/hemlo-bg.jpg) no-repeat top center;
  background-size: cover;
  background-color: #161515
}
section#hemlo-gold-mine ol {
  padding-left: 20px
}
section#hemlo-gold-mine .overview p {
  text-align: justify
}
section#hemlo-gold-mine .overview h4 {
  margin-bottom: 12px
}
section#hemlo-gold-mine .overview ul {
  list-style-type: disc;
  padding-left: 20px
}
section#hemlo-gold-mine .overview li + li {
  margin-top: 4px
}
section#hemlo-gold-mine .overview ul + p {
  margin-top: 32px
}
section#contact p {
  color: #fff
}
section#contact a {
  color: #fff
}
section#contact .column {
  background: url(../img/bg-contact.jpg) no-repeat top center;
  background-size: cover;
  background-color: #161515;
  padding: 40px 48px 56px;
  border-radius: 12px
}
@media screen and (max-width:560px) {
  section#contact .column {
    padding: 40px 24px
  }
}
section#responsibility {
  background: url(../img/hero-banner.png) no-repeat top center;
  background-size: cover;
  background-color: #161515
}
section#responsibility .values p {
  margin-top: 6px;
  max-width: 380px
}
section#responsibility .values ul {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr
}
@media screen and (max-width:767px) {
  section#responsibility .values p {
    max-width: 560px
  }
  section#responsibility .values ul {
    grid-template-columns: 1fr
  }
}
@media screen and (min-width:480px) {
  section#banner img {
    min-height: 420px;
    -o-object-fit: cover;
    object-fit: cover
  }
}
footer#site-footer {
  color: #fff;
  font-size: 14px;
  line-height: 1.43;
  background: url(../img/hero-banner.png) no-repeat top center;
  background-size: cover;
  background-color: #2b2b2b
}
footer#site-footer a {
  color: #fff
}
footer#site-footer p {
  color: #fff;
  font-size: 14px;
  line-height: 1.43;
  max-width: 752px
}
footer#site-footer .logo_ft img {
  width: 190px;
  height: auto
}
footer#site-footer .social a {
  color: #e54125;
  font-size: 20px
}
footer#site-footer .content-bottom {
  border-top: solid 1px rgba(255,255,255,.5);
  color: #fff
}
form#signup-form {
  width: 100%
}
form#signup-form .input {
  position: relative
}
form#signup-form .input.error::after {
  animation: fadeIn .6s ease-out forwards;
  content: "\f00d";
  color: #b53939;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 16px;
  right: 12px
}
form#signup-form .input i {
  position: absolute;
  top: 12px;
  right: 13px
}
form#signup-form .input input {
  outline: 0;
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.33;
  color: #161515;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #abb8c1
}
form#signup-form .input input::-moz-placeholder {
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #161515
}
form#signup-form .input input::placeholder {
  transition: all .2s ease-in-out;
  color: #161515
}
form#signup-form .button {
  display: block;
  outline: 0;
  padding: 12px 24px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 500;
  background-color: #fff;
  border-radius: 30px;
  border: solid 1px #abb8c1;
  color: #161515;
  transition: all .3s ease-in-out
}
form#signup-form .button::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #e54125;
  margin-left: 24px
}
form#signup-form .button:hover {
  opacity: .6
}
@media screen and (max-width:767px) {
  form#signup-form .input input {
    font-size: 14px;
    line-height: 1.43
  }
  form#signup-form .consent {
    font-size: 14px;
    line-height: 1.43
  }
}
.documents p {
  margin: 0;
  padding: 0
}
.documents a {
  display: block;
  padding: 18px 40px 18px 12px;
  position: relative;
  color: #161515;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2
}
.documents a::after {
  content: "\f1c1";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #e54125;
  position: absolute;
  right: 12px;
  top: 24px
}
.documents a:hover {
  opacity: .6
}
.documents > p:nth-child(even) a {
  background-color: #f1f4f5
}
.documents > a:nth-child(even) {
  background-color: #f1f4f5
}
@media screen and (max-width:767px) {
  .documents a {
    font-size: 14px;
    line-height: 1.29;
    padding: 12px 40px 12px 12px
  }
  .documents a::after {
    top: 16px
  }
}
.news-item {
  position: relative;
  border-radius: 12px;
  background-color: #f1f4f5;
  padding: 24px;
  transition: all .3s ease-in-out
}
.news-item:hover {
  background-color: #e3ecef
}
.news-item .news-date {
  font-size: 14px;
  line-height: 1.43;
  color: #161515
}
.news-item .news-title {
  margin: 24px 0;
  color: #161515
}
.news-item .arrow {
  font-size: 16px;
  color: #e54125
}
@media screen and (max-width:767px) {
  .news-item .news-title {
    margin: 12px 0
  }
}
.list-links {
  margin-top: 20px
}
.list-links > li:last-child {
  border-bottom: none
}
.list-links > li {
  border-bottom: solid 1px #fff
}
.list-links .link-pop,
.list-links > li > a {
  display: block;
  padding: 14px 24px 14px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: neue-haas-grotesk-display,sans-serif;
  position: relative;
  cursor: pointer;
  transition: all .3s ease
}
.list-links .link-pop::after,
.list-links > li > a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  right: 0;
  color: #e54125
}
.list-links > li > a[href*=pdf]::after {
  content: "\f1c1"
}
.list-links > li > .link-pop:hover,
.list-links > li > a:hover {
  opacity: .6
}
@media screen and (max-width:767px) {
  .list-links {
    margin-top: 12px
  }
  .list-links .link-pop,
  .list-links > li > a {
    font-size: 14px;
    line-height: 1.29;
    padding: 12px 24px 12px 0
  }
}
.bio .title {
  font-size: 14px;
  line-height: 1.43;
  color: #161515;
  margin: 2px 0
}
.bio .bio-description .header {
  margin-bottom: 36px
}
.bio .body p {
  text-align: justify
}
.bio-card {
  background-color: #f1f4f5;
  border-radius: 4px;
  padding: 24px;
  cursor: pointer;
  height: 100%;
  min-height: 278px;
  transition: all .3s ease
}
.bio-card .bio-image {
  margin-bottom: 32px
}
.bio-card:hover {
  background-color: #e3ecef
}
.bio-image {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24px
}
.pop-up {
  cursor: pointer;
  padding: 40px 8px;
  position: fixed;
  z-index: 999;
  inset: 0;
  margin: 0;
  background-color: rgba(0,0,0,.7176470588)
}
.pop-up .flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}
.pop-up .wrapper {
  position: relative;
  padding: 100px 80px;
  width: 100%;
  max-width: 900px;
  border-radius: 24px;
  background-color: #f1f4f5;
  cursor: default;
  max-height: 100%;
  overflow-y: auto
}
.pop-up .close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer
}
.pop-up ul {
  list-style-type: disc;
  padding-left: 20px
}
.pop-up li + li {
  margin-top: 8px
}
.pop-up .header .title {
  font-size: 14px;
  line-height: 1.43;
  color: #161515;
  margin: 2px 0
}
@media screen and (max-width:767px) {
  .bio .bio-description .header {
    margin-bottom: 20px
  }
  .bio-image {
    width: 100px;
    height: 100px;
    margin-right: 16px
  }
  .pop-up .wrapper {
    padding: 40px 16px
  }
  .pop-up .close {
    top: 20px;
    right: 20px
  }
}
@media screen and (max-width:479px) {
  .bio-card {
    min-height: unset
  }
  .bio-card .bio-image {
    margin-bottom: 24px
  }
}