@font-face {
  font-family: "bootstrap-icons";
  src: url("/theme/fonts/bootstrap-icons.woff2");
}
body {
  font-display: swap;
  font-family: "Open Sans", sans-serif;
  background: #fafafa;
}

header {
  box-shadow: 1px 2px 10px 0 hsla(0, 0%, 0%, 0.4);
}
header .navbar {
  max-width: 1000px;
  margin: 0 auto;
}
header .navbar-brand img {
  height: 60px;
  width: auto;
}
header a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
header a:hover, header a:focus {
  background: none;
  border-color: hsl(176, 100%, 19%);
}
header a[target=_blank]:after {
  color: inherit;
}
header .dropdown-menu a:hover, header .dropdown-menu a:focus {
  color: white;
  background: hsl(176, 100%, 19%);
}

#skip-to-content {
  padding: 1em;
  position: absolute;
  top: -100px;
  left: 1em;
  z-index: 1000;
  color: white;
  background: hsl(176, 100%, 19%);
}
#skip-to-content:hover {
  cursor: pointer;
  border: 0;
}
#skip-to-content:focus {
  top: 0;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  background-color: transparent;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: hsl(176, 100%, 19%);
  margin-top: 4px;
}
.navbar-toggler span.icon-bar {
  transition: ease-in-out 0.15s;
}
.navbar-toggler span:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler span:nth-child(3) {
  opacity: 0;
}
.navbar-toggler span:nth-child(4) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed span:nth-child(2), .navbar-toggler.collapsed span:nth-child(4) {
  transform: rotate(0);
}
.navbar-toggler.collapsed span:nth-child(3) {
  opacity: 1;
}

#navbarNavDropdown {
  transition: ease-in-out 0.15s;
}

h1, h2, h3, h4, h5, h6 {
  font-display: swap;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsl(176, 100%, 19%);
}
h1[class*=gen-content], h2[class*=gen-content], h3[class*=gen-content], h4[class*=gen-content], h5[class*=gen-content], h6[class*=gen-content] {
  margin-bottom: -20px;
}

h1 {
  font-size: 2.2em;
  font-weight: 300;
  margin: 30px 0;
}

h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.15em;
}

h6 {
  font-size: 1.1em;
}

a {
  color: hsl(176, 100%, 19%);
  text-decoration: none;
  border-bottom: 1px solid hsl(176, 100%, 19%);
  transition: ease-in-out 0.15s;
}
a:hover, a:focus {
  color: white;
  text-decoration: none;
  background: hsl(176, 100%, 19%);
  outline: none;
}
a[target=_blank], a[class*=download], a[href^="mailto:"], a[href^="tel:"] {
  margin-right: 1.4em;
}
a[target=_blank]:after, a[class*=download]:after, a[href^="mailto:"]:after, a[href^="tel:"]:after {
  font-family: "bootstrap-icons";
  padding-left: 0.3em;
  font-size: 1em;
  border-bottom: 0;
  position: absolute;
  color: hsl(176, 100%, 19%);
}
a[target=_blank]:after {
  content: "\f1c5";
}
a[class*=download]:after {
  content: "\f30a";
}
a[href^="mailto:"]:after {
  content: "\f32f";
}
a[href^="tel:"]:after {
  content: "\f5c1";
}
a[class*=image-link] {
  text-decoration: none;
  border-bottom: 0;
  margin-right: 0em;
}
a[class*=image-link]:hover, a[class*=image-link]:focus {
  background: transparent;
}
a[class*=image-link]:after {
  content: "";
}
a[class*=cmic-btn-primary] {
  padding-right: 35px;
}
a[class*=cmic-btn-primary]:after {
  color: white;
}

.cmic-btn-primary {
  color: white;
  background: hsl(176, 100%, 19%);
  border-width: 3px;
}
.cmic-btn-primary:hover, .cmic-btn-primary:focus {
  color: white;
  background: #00948a;
  border-color: hsl(176, 100%, 19%);
}

.cmic-btn-secondary {
  color: hsl(176, 100%, 19%);
  background: white;
  border-width: 3px;
  border-color: hsl(176, 100%, 19%);
}
.cmic-btn-secondary:hover, .cmic-btn-secondary:focus {
  color: white;
  background: #00948a;
  border-color: hsl(176, 100%, 19%);
}

.hr-main-splitter {
  margin: 3em auto;
}
.hr-main-splitter:not([size]) {
  height: 0;
}

.no-bullet {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.no-bullet-dent {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

span.b {
  font-weight: 600;
}
span.i {
  font-style: italic;
}

.plax {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  box-shadow: 4px 8px 10px 0 hsla(0, 0%, 0%, 0.2) inset;
}
.plax h1, .plax h2 {
  font-family: "Oswald", sans-serif;
  font-size: 25pt;
  font-weight: 300;
  text-align: center;
  color: white;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px 10px 20px;
  margin: 20px auto;
}
.plax .plax-content-container {
  max-width: 1000px;
  margin: 0 auto;
}
.plax .gen-content {
  padding: 20px 30px 25px 30px;
  color: white;
}
.plax .highlight {
  font-size: 1.2em;
}
.plax .dark {
  background: hsla(0, 100%, 0%, 0.7);
}
.plax .dark a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}
.plax .dark a:hover, .plax .dark a:focus {
  color: black;
  background: white;
}
.plax .dark a[target=_blank]:after, .plax .dark a[class*=download]:after, .plax .dark a[href^="mailto:"]:after {
  color: white;
}
.plax .download-details {
  background: hsla(0, 100%, 100%, 0.9);
  color: black;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 0.25rem;
}
.plax .download-details ul[class*=vert-list] {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 1.4em;
}
.plax .download-details ul[class*=vert-list] li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.plax .download-details ul[class*=vert-list] li:not(:last-child) {
  border-bottom: 1px solid black;
}
.plax .download-details ul[class*=hor-list] {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 1.4em;
}
.plax .download-details ul[class*=hor-list] li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.plax .download-details ul[class*=hor-list] li:not(:last-child) {
  border-bottom: 1px solid black;
}
.plax .download-details .btn {
  width: 100%;
}

.content-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.boost-padding {
  padding-top: 70px;
  padding-bottom: 60px;
}

.card {
  background: white;
  overflow: hidden;
}
.card-height-limit {
  max-height: 300px;
}
.card-img-overlay {
  padding: 0;
  z-index: 2;
}
.card-img-overlay .card-dark-overlay {
  padding: 1rem;
  background: hsla(0, 100%, 0%, 0.6);
  color: white;
}
.card-img-overlay .card-title {
  font-size: 1.15em;
}
.card-image {
  overflow: hidden;
  position: relative;
}
.card-image .card-news-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 8px;
  background: white;
  color: black;
  font-size: 0.7em;
  border-bottom-right-radius: 0.25rem;
}
.card img {
  z-index: 1;
  transition: ease-in-out 0.15s;
  flex-shrink: 0;
}
.card-title {
  font-size: 1.3em;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0em;
  text-transform: none;
  font-weight: 400;
  text-align: left;
}
.card-text {
  text-align: left;
}
.card[class*=full-card-interact] a {
  color: inherit;
  text-decoration: none;
}
.card[class*=full-card-interact] a:focus, .card[class*=full-card-interact] a:hover {
  outline: none;
  background: inherit;
  color: inherit;
}
.card[class*=full-card-interact]:focus-within .card-image-zoom, .card[class*=full-card-interact]:hover .card-image-zoom {
  transform: scale(1.05);
}
.card[class*=full-card-interact]:focus-within .card-title a, .card[class*=full-card-interact]:hover .card-title a {
  color: white;
  text-decoration: none;
  background: hsl(176, 100%, 19%);
  outline: none;
}
.card[class*=full-card-interact]:focus-within a:focus {
  text-decoration: none;
}

.cards-filter .card-title {
  font-size: 1.1em;
}

.filter-width {
  width: 33.33%;
  display: inline-block;
}

.icons-xs {
  width: 2.5em;
}
.icons-s {
  width: 3em;
}
.icons-m {
  width: 3.5em;
}
.icons-l {
  width: 4em;
}

.quote {
  background: white;
  background-image: url("/theme/imgs/top-right-corner-hex-green.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: right top;
  padding: 20px 50px;
  max-width: 750px;
  margin: 20px auto;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 0.25rem;
}
.quote .quotee-picture {
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  height: 164px;
  width: 144px;
  background: hsl(176, 100%, 19%);
  position: relative;
  margin: 0 auto;
}
.quote .quotee-picture .picture {
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 160px;
  width: 140px;
  margin: 2px;
  position: absolute;
}
.quote blockquote {
  font-size: 1.05rem;
}
.quote blockquote p:first-of-type:before {
  font-family: "bootstrap-icons";
  content: "\f6b0";
  font-size: 40px;
  color: hsl(176, 100%, 19%);
  margin-left: -10px;
}
.quote figcaption {
  margin: 0rem;
}

.embed-container {
  max-width: 750px;
  margin: 0 auto 20px auto;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 0.25rem;
  overflow: hidden;
}

.embed-container-full {
  width: 100%;
}

.embed-responsive {
  position: relative;
  max-width: 100%;
  height: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}
.embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map {
  padding-bottom: 100%;
}

.vid {
  padding-bottom: 56.25%;
}

.embed-container figcaption, .img-central figcaption, .img-central-sm figcaption {
  margin: 0rem;
  padding: 15px;
  background: #ebf4f4;
}
.embed-container figcaption:before, .img-central figcaption:before, .img-central-sm figcaption:before {
  font-family: "bootstrap-icons";
  content: "\f430";
  color: hsl(176, 100%, 19%);
  margin-right: 10px;
}

.contact-form .btn {
  margin-top: 20px;
}
.contact-form label {
  margin-bottom: 10px;
}
.contact-form .contact-field {
  width: 100%;
  padding: 10px;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 0.25rem;
}
.contact-form .contact-field:focus {
  outline-color: hsl(176, 100%, 19%);
}
.contact-form textarea {
  min-height: 250px;
}
.contact-form input:invalid, .contact-form textarea:invalid {
  border-bottom: 2px dashed hsl(0, 50%, 60%);
}
.contact-form input:valid, .contact-form textarea:valid {
  border-bottom: 2px solid hsl(176, 100%, 19%);
}

.report h2, .report h3, .report h4, .report h5, .report h6 {
  font-size: 1.2em;
  line-height: 1.5em;
}
.report h2 span, .report h3 span, .report h4 span, .report h5 span, .report h6 span {
  font-size: 0.6em;
  text-transform: initial;
}

.accordion {
  padding-bottom: 20px;
}
.accordion-title {
  margin: 10px 0 0 0;
  font-size: 1em;
}
.accordion-title a {
  border-bottom: 3px solid hsl(176, 100%, 19%);
  background: #b9dad7;
  display: block;
  padding: 20px;
  position: relative;
  text-decoration: none;
  transition: ease-in-out 0.15s;
  width: 100%;
  font-weight: 600;
}
.accordion-title a .icon {
  position: absolute;
  right: 20px;
  transition: ease-in-out 0.15s;
}
.accordion-title a:hover, .accordion-title a:focus {
  background: hsl(176, 100%, 19%);
  border-color: hsl(176, 100%, 19%);
}
.accordion-title a.active .icon {
  transform: rotate(180deg);
}
.accordion-text {
  padding: 20px;
  background: #ebf4f4;
}

[id^=accordion-] {
  padding-bottom: 2em;
}

table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
table caption {
  padding: 10px;
}
table caption span {
  font-weight: 700;
}
table th {
  color: white;
  background: hsl(176, 100%, 19%);
}
table tbody tr:nth-of-type(even) {
  background: #dbebea;
}
table tbody tr:nth-of-type(odd) {
  background: white;
}
table td, table th {
  padding: 10px 20px;
  vertical-align: top;
}

@media (max-width: 767px) {
  table th {
    display: none;
  }
  table td {
    position: relative;
    display: block;
    padding-left: 200px;
  }
  table td:before {
    position: absolute;
    left: 20px;
    display: block;
    content: attr(aria-label) ": ";
    font-weight: 700;
    width: 140px;
    word-wrap: break-word;
  }
  table tbody tr {
    padding: 10px 0;
    display: block;
  }
}
footer {
  border-top: solid 3px hsl(176, 100%, 19%);
  background-color: white;
}
footer .footer-links {
  padding-bottom: 15px;
  border-bottom: 1px solid hsl(176, 100%, 19%);
  margin-bottom: 30px;
}
footer .footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.8em;
}
footer .footer-links ul li {
  margin-bottom: 15px;
}
footer .logos > *:not(:last-child) {
  margin: 0 30px 0 0;
}
footer img {
  height: 50px;
  width: auto;
}

.page-up {
  position: fixed;
  color: white;
  padding-top: 0.3rem;
  right: 20px;
  bottom: 40px;
  background: hsla(176, 100%, 19%, 0.6);
  display: none;
  text-align: center;
  font-size: 2.6em;
  height: 70px;
  width: 60px;
  z-index: 1000;
  box-shadow: 1px 2px 10px 0 hsla(0, 0%, 0%, 0.4);
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.page-up:hover {
  background: hsl(176, 100%, 19%);
}

@media (min-width: 576px) {
  .card-height-limit {
    max-height: 350px;
  }
}
@media (min-width: 768px) {
  .plax {
    padding: 150px inherit;
  }
  .plax h1, .plax h2 {
    font-size: 30pt;
  }
  .plax-index-1 {
    min-height: 500px;
    display: flex;
  }
  .plax-content-container {
    align-self: center;
  }
  .card-height-limit {
    max-height: none;
  }
  .quote {
    background-size: 40%;
  }
  .quote .quotee-picture {
    float: right;
    margin: 0;
    margin: 0 0 20px 50px;
  }
  footer .footer-links {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  footer .footer-links ul {
    -moz-columns: 3;
         columns: 3;
  }
  footer .logos {
    justify-content: flex-end;
  }
  .contact-form textarea {
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  header .navbar-brand img {
    height: 80px;
    width: auto;
  }
  .plax {
    padding: 200px inherit;
  }
  .plax h1, .plax h2 {
    font-size: 40pt;
  }
}
.plax {
  /*     &-index-1 {
          background-image: url('/images/plax/cmic-general-index.webp');
      } */
}
.plax-index-2 {
  background-image: url("/images/P521533.webp");
}
.plax-meiga-reports {
  background-image: url("/images/plax/meiga-reports.webp");
}
.plax-critical-minerals-data-cards {
  background-image: url("/images/plax/critical-minerals-data-cards.webp");
}

@media (max-width: 399px) {
  .plax-index-1 {
    background-image: url("/images/solar-wind-istockphoto-1352392198-sm.webp");
  }
  .plax-index-3 {
    background-image: url("/images/cmic-map-portal-sm.webp");
  }
  .plax-reports-1 {
    background-image: url("/images/reports-sm.webp");
  }
}
@media (min-width: 400px) and (max-width: 599px) {
  .plax-index-1 {
    background-image: url("/images/solar-wind-istockphoto-1352392198-sm-1.webp");
  }
  .plax-index-3 {
    background-image: url("/images/cmic-map-portal-sm-1.webp");
  }
  .plax-reports-1 {
    background-image: url("/images/reports-sm-1.webp");
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .plax-index-1 {
    background-image: url("/images/solar-wind-istockphoto-1352392198-md.webp");
  }
  .plax-index-3 {
    background-image: url("/images/cmic-map-portal-md.webp");
  }
  .plax-reports-1 {
    background-image: url("/images/reports-md.webp");
  }
}
@media (min-width: 800px) and (max-width: 1399px) {
  .plax-index-1 {
    background-image: url("/images/solar-wind-istockphoto-1352392198-md-1.webp");
  }
  .plax-index-3 {
    background-image: url("/images/cmic-map-portal-md-1.webp");
  }
  .plax-reports-1 {
    background-image: url("/images/reports-md-1.webp");
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .plax-index-1 {
    background-image: url("/images/solar-wind-istockphoto-1352392198-lg.webp");
  }
  .plax-index-3 {
    background-image: url("/images/cmic-map-portal-lg.webp");
  }
  .plax-reports-1 {
    background-image: url("/images/reports-lg.webp");
  }
}
@media (min-width: 1800px) {
  .plax-index-1 {
    background-image: url("/images/solar-wind-istockphoto-1352392198-lg-1.webp");
  }
  .plax-index-3 {
    background-image: url("/images/cmic-map-portal-lg-1.webp");
  }
  .plax-reports-1 {
    background-image: url("/images/reports-lg-1.webp");
  }
}
.profile-picture-gavin-mudd {
  background-image: url("/images/staff/gavin-mudd.webp");
}
.profile-picture-pierre {
  background-image: url("/images/staff/pierre-josso.webp");
}

.holding-div {
  width: 80%;
  max-width: 800px;
  margin: 50px auto 0px auto;
}

.holding-text {
  text-align: center;
  font-size: 2.5em;
  margin-top: 100px;
}/*# sourceMappingURL=main.min.css.map */