/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.our-container {
  border-bottom: 2px solid #b9b9b9;
  padding-bottom: 60px;
}
.share-structure-container > span {
  margin: 40px 0px 40px 0px;
  display: block;
}
.share-structure-container > div {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  padding: 20px 0px 20px 20px;
  box-sizing: border-box;
  max-height: 50px;
}
.share-structure-container > div > div:first-child {
  display: flex;
  align-items: center;
}
.share-structure-container > div > div:last-child {
  background-color: #f15a24;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 60px;
  min-width: 50%;
  padding-right: 20px;
}
.share-structure-container > div > div:last-child h4 {
  color: white;
  text-align: right;
}
.share-structure-container > div h4 {
  font-weight: bold;
  margin: 0;
}
@media (max-width: 900px) {
  .share-structure-container > div h4 {
    font-size: 0.9rem;
  }
}
@media (max-width: 450px) {
  .share-structure-container > div h4 {
    font-size: 0.8rem;
  }
}
.press-releases .mod-articlescategory {
  margin-left: 0px;
}
.press-releases .mod-articlescategory li {
  display: flex;
  background-color: #f2f2f2;
  align-items: center;
  margin-bottom: 10px;
  height: 100px;
  gap: 40px;
  padding: 0 !important;
  overflow: hidden;
}
@media (max-width: 800px) {
  .press-releases .mod-articlescategory li {
    flex-direction: column;
    height: auto;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.press-releases .mod-articlescategory li span {
  width: 200px;
  text-align: center;
  color: #f15a24;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .press-releases .mod-articlescategory li span {
    width: 150px;
  }
}
@media (max-width: 1000px) {
  .press-releases .mod-articlescategory li span {
    width: 125px;
  }
}
@media (max-width: 800px) {
  .press-releases .mod-articlescategory li span {
    padding-top: 20px;
  }
}
.press-releases .mod-articlescategory li a {
  flex: 1;
  width: 90%;
  color: black;
  padding: 0px 10px 0px 10px;
}
.press-releases .mod-articlescategory li div {
  background-color: #1e5c71;
  width: 250px;
  text-align: center;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.press-releases .mod-articlescategory li div a {
  color: white;
}
@media (max-width: 1200px) {
  .press-releases .mod-articlescategory li div {
    width: 200px;
  }
}
@media (max-width: 1000px) {
  .press-releases .mod-articlescategory li div {
    width: 150px;
  }
}
@media (max-width: 800px) {
  .press-releases .mod-articlescategory li div {
    width: 100%;
    min-height: 50px;
  }
}
.press-releases > div:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .press-releases > div:last-child {
    flex-direction: column;
    gap: 20px;
  }
  .press-releases > div:last-child span {
    text-align: center;
  }
}
.press-releases > div:last-child button {
  background-color: #f15a24;
  width: 250px;
  height: 75px;
  color: white;
}
.financial-reports table {
  border: none;
  border-collapse: separate;
  /* This is required for border-spacing to work */
  border-spacing: 0 20px;
}
.financial-reports table tbody {
  border: none;
}
.financial-reports table tbody td {
  background: none;
}
.financial-reports table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #f15a24;
  /* This adds a border to the bottom of each cell */
}
.financial-reports table tbody > tr:first-child td {
  font-weight: bold;
}
.nickel-sulfide-ev-demand {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nickel-sulfide-ev-demand > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 1000px) {
  .nickel-sulfide-ev-demand > div {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.nickel-sulfide-ev-demand > div > ul li {
  font-size: 1rem;
}
.nickel-sulfide-ev-demand > div > div {
  margin-top: 40px;
}
.nickel-sulfide-ev-demand > div > div span {
  font-size: 0.75rem;
  display: block;
}
.nickel-sulfide-ev-demand > img {
  margin-top: 80px;
}
.corporate-presentation, .fact-sheet {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.corporate-presentation > div, .fact-sheet > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.corporate-presentation > div a, .fact-sheet > div a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.corporate-presentation > div button, .fact-sheet > div button {
  padding: 20px;
  background-color: #1e5c71;
  color: white;
  width: 300px;
}
/*# sourceMappingURL=investors_12.css.map */