/*************************************** Base Styles  ***************************************/  /* Clear Elements */    .group:before, .group:after {content: ""; display: table;}     .group:after {clear: both;}    .group {zoom: 1;}    /* Set up REM style */  /*  html { font-size: 62.5%; }     body { font-size: 14px; font-size: 1.4rem; background: #fff;}     h1   { font-size: 24px; font-size: 2.4rem; } */    /* Older browsers */    html { font-size: 12px; background: #ffffff; scroll-behavior: smooth;}      @media screen and (min-width: 320px){      html { font-size: calc( 12px + (16 - 12) * (100vw - 320px) / (1200 - 320) ); }  }      @media screen and (min-width: 800px){        html { font-size: 16px; }  }    /* Border Box */    *, *:before, *:after {        -webkit-box-sizing: border-box;        -moz-box-sizing: border-box;        box-sizing: border-box;    }body { font-family: "Fustat", serif; font-optical-sizing: auto;}/************************ * Colors  *  * *********************/:root {--black: #1d1f1f;--black-transparent: rgba(29,31,31,0.8);--blue: #27ace2;--white: #fff;--grey: #f6f6f6;--grey-dark: #c4c4c3;--yellow: #e3bc27;--turquoise: #27e3bc;--green: #27e35e;--footer-dark:  #161616;--footer-light:  #1c1c1c;}/*************************************** Fonts  ***************************************/  /* font-family: "Fustat", sans-serif;  font-optical-sizing: auto;  font-weight: <weight>;  font-style: normal;light = 300reg = 400med = 500semi-bold = 600bold = 700extra-bold = 700black = 900  */h1 { font-family: "Fustat", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 65px; font-size: 4.0625em; line-height: 1.25; margin: 0px; color: var(--dark-blue); margin-bottom: 15px;}h2 { font-family: "Fustat", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 45px; font-size: 2.8125em; line-height: 1.25; margin: 0px;  color: var(--dark-blue); margin-bottom: 15px;}h3 { font-family: "Fustat", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 30px; font-size: 1.875em; line-height: 1.25; margin: 0px; color: var(--dark-blue); margin-bottom: 15px;}h4 { font-family: "Fustat", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 18px; font-size: 1.125em; line-height: 1.25; margin: 0px;  color: var(--dark-blue); margin-bottom: 15px;}h5 { font-family: "Fustat", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 16px; font-size: 1.0em; line-height: 1.25; margin: 0px; color: var(--dark-blue); margin-bottom: 15px;}h6 { font-family: "Fustat", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 14px; font-size: 0.875em; line-height: 1.25; margin: 0px; color: var(--dark-blue); margin-bottom: 15px;}p {color: var(--dark-grey);  font-family: "Fustat", serif; font-optical-sizing: auto; font-size: 16px; font-size: 1em; line-height: 1.5;font-weight: 400; font-style: normal; margin-top: 0px; margin-bottom: 15px;} p strong {font-weight: 600;}a {color: var(--dark-grey);  font-family: "Fustat", serif; font-optical-sizing: auto; text-decoration: none; font-style: normal; }ul li, ol li, li {color: var(--dark-grey);  font-family: "Fustat", serif; font-optical-sizing: auto; font-style: normal; }em {color: var(--dark-grey);  font-family: "Fustat", serif; font-optical-sizing: auto; font-style: italic; }/***************************************Buttons ***************************************/.mobile-nav {display:  none; height: 100%;}.menu-btn {transition: all 0.5s ease 0s; background: var(--blue); color: var(--white);height: 100%;  border: none; display:  block; width: 100%; padding: 20px; font-family: "Fustat", serif; font-optical-sizing: auto; font-size: 16px; font-size: 1em;}.menu-btn:hover {background: var(--grey-dark); color: var(--black);}.white-btn {display:  inline-block; transition: all 0.5s ease 0s; color: var(--black); border: 1px solid var(--black); padding: 10px 20px;}.white-btn:hover {background: var(--grey-dark);}.white-btn:after {transition: all 0.5s ease 0s; content:"\f061"; font-size: 12px; font-family: 'FontAwesome'; margin-left: 10px; display: inline-block;}.white-btn:hover:after {margin-left: 15px;}.blue-btn {display:  inline-block; transition: all 0.5s ease 0s; color: var(--white); border: 1px solid var(--blue); background: var(--blue); padding: 10px 20px;}.blue-btn:hover {background: var(--grey-dark); border: 1px solid var(--black); color: var(--black);}.blue-btn:after {transition: all 0.5s ease 0s; content:"\f061"; font-size: 12px; font-family: 'FontAwesome'; margin-left: 10px; display: inline-block; }.blue-btn:hover:after {margin-left: 15px;}/*************************************** Navigation ***************************************/ body.pushy-open-right {overflow: hidden;}.pushy {padding: 0px 0 0 0;  overflow: auto; background: var(--black); }.pushy-inner {    display: block;width: 100%;height:  100%;min-height:  480px;position:  relative;background: var(--dark-grey);border-top-left-radius: 30px;padding:  25px;  }.pushy-logo {display:  flex; align-items: center; margin-bottom: 45px;}.pushy-logo-inner-left {width:  70%;}.pushy-logo-inner-right {width:  30%; text-align: right;}.pushy-logo-inner-right .pushy-link {transition: all 0.5s ease 0s; display:  inline-block; padding: 10px 15px; border: 1px solid var(--white);  color: var(--white);}.pushy-logo-inner-right .pushy-link:hover, .pushy-logo-inner-right .pushy-link:active {background: var(--blue);}.pushy-content {position:  relative; padding-bottom:  30px;}.pushy {position: fixed;}.pushy-navigation ul {margin: 0px; padding: 0px; border-top: 1px solid var(--white);}.pushy-navigation ul li { transition: all 0.5s ease 0s; padding: 5px 0px; border-bottom: 1px solid var(--white);}.pushy-navigation ul li a { padding:15px 0px;position:  relative; text-transform: none; border-left: 3px solid transparent; font-family: "Fustat", serif; font-size: 20px; font-size: 1.25em; line-height: 1.3;font-weight: 400; font-style: normal; color: var(--white); transition: all 0.5s ease 0s; }.pushy-navigation ul li a:hover { color: var(--white); background: var(--blue); padding-left: 20px; }.pushy-navigation ul li a:after {transition: all 0.5s ease 0s; display:  inline-block; margin-left: 25px; content:""; width: 10px; height: 10px; color: var(--white); content:"\f061"; font-size: 12px; font-family: 'FontAwesome'; position: absolute; right:  20px; top: 45%; transform: translateY(-50%);}.pushy-navigation ul li a:hover:after {display:  inline-block; margin-left: 25px; content:""; width: 10px; height: 10px; color: var(--white); content:"\f061"; font-size: 12px; font-family: 'FontAwesome'; position: absolute; right:  20px; top: 45%; transform: translateY(-50%);}.pushy-navigation ul li.open a:after {rotate: 90deg;}.pushy-navigation ul li ul li a:after,.pushy-navigation ul li ul li a:hover:after {display:  none;}.pushy-navigation ul li ul {/*background: #eeeeee;*/ }.pushy-navigation ul li ul li a {padding-left: 10px; font-family: "Fustat", serif; font-size: 16px; font-size: 1em; line-height: 1.3;font-weight: normal; font-style: normal; color: var(--white); transition: all 0.5s ease 0s; text-transform: none;}.pushy-navigation ul li ul li a:hover {background: rgba(44, 124, 192,1.0); color: #fff;}.pushy-navigation ul li ul li:last-of-type {border-bottom: 0px;}.pushy a {  display: block;}/*.pushy-contact p a {padding: 5px 30px; color: #fff;}*/.inner-position {width: 100%; display: table-cell; vertical-align: middle;}.pushy-extra-buttons {padding:  25px;display:  flex;}.pushy-extra-buttons a {width:  49%; margin-right: 1%;color: #fff;}.pushy {z-index: 999999;}.pushy-logo a {padding: 0px;}/*************************************** Header Bar ***************************************/.navigation-bar {width: 100%; border-bottom: 1px solid var(--grey-dark); background: var(--grey);}.navigation-bar .row {display:  flex; padding: 0px;}.logo-wrapper {width: 20%; padding: 10px 0px 10px 20px;}.logo-wrapper a {display:  block;}.logo-wrapper img {width: 200px;}.nav-wrapper {width: 80%; display:  flex; justify-content: flex-end;}.nav-wrapper-social {display:  flex; align-items: center; border: 1px solid var(--grey-dark); border-top:0px; border-bottom: 0px; }.nav-wrapper-social a {display:  block; padding: 10px}.nav-wrapper-social a i {transition: all 0.5s ease 0s; font-size: 20px; color: var(--black); }.nav-wrapper-social a:hover i {color: var(--blue); }/* NAVIGATION */#navInsprimary {display:  inline-block; text-align: right; width:  100%; height: 100%;}#primary {width:  100%; height:  100%; margin: 0px 0px 0px 0px; padding-left: 0px;  display: flex; justify-content: flex-end; align-items: center;}#primary>li {height:  100%; padding: 0 0px; display: inline-block; vertical-align: middle;  list-style-type: none; position: relative; text-align: center; }#primary>li:hover { }#primary>li>a {border-right: 1px solid var(--grey-dark);  height: 100%;  align-items: center;  text-align: center;  justify-content: center; padding:  10px 20px;display: flex;  transition: all 0.5s ease 0s; margin: 0 0px;   transition: all 0.5s ease 0s; font-family: "Fustat", sans-serif; font-optical-sizing: auto; font-size: 16px; font-size: 1em; font-weight: 700; font-style: normal; color: var(--black); position: relative;  text-decoration: none; }#primary>li>a:hover {background: var(--grey-dark);}#primary>li>a.linkActive {background: var(--grey-dark);}#primary>li:last-of-type>a {background: var(--blue); color: var(--white);}#primary>li:last-of-type>a:after {transition: all 0.5s ease 0s; content: "\f061"; font-size: 12px; font-family: "Font Awesome 5 Free"; margin-left: 10px;}#primary>li:last-of-type>a:hover:after {margin-left: 15px;}/* Dropdown LV1 */#primary>li>ul {display: none; white-space:nowrap; list-style: none; text-decoration:none; margin: 0px;}#primary>li:hover>ul {display: block; min-width:  220px; position: absolute; top: 100%; left: 0;   z-index: 9999; background: var(--black); padding: 0px; }#primary>li>ul>li { text-align:  left; border-bottom: 1px solid #fff;}#primary>li>ul>li:last-of-type {border-bottom: 0px;}#primary>li>ul>li:hover {background: var(--blue); }#primary>li>ul>li>a {padding: 10px 10px !important; font-family: "Fustat", sans-serif; font-optical-sizing: auto; font-size: 16px; font-size: 1em; font-weight: normal; font-style: normal; color: #fff; height: auto;  display: block; border: none; text-decoration:none; }#primary>li>ul>li>a:hover {text-decoration: none;}#primary li>ul>li {position: relative;}  /* Dropdown LV2 */#primary>li>ul>li>ul {display: none; white-space:nowrap; list-style: none; text-decoration:none; margin: 0px;}/*************************************** Home  Page***************************************/.previewFrame .home-banner-wrapper .home-banner-text-inner {position: relative; width: 100%;}.previewFrame .banner-image {position: relative; z-index: 999;}.banner-image .bgPat { min-height: 20px;}.banner-image p {margin: 0px; font-size:  0;}.home-banner-wrapper {position: relative; width: 100%; padding: 75px 0px; background: url('/focusxplore-com/_img/img/map.svg') var(--grey); background-repeat: no-repeat; background-size: auto 90%; background-position: center center;}.home-banner-wrapper .row {display:  flex;}.home-banner-text {position: relative; z-index: 999;}.home-banner-text-inner {position: absolute; bottom: 0; left: 0; width: 140%;}.home-banner-text h1 {font-size: 110px; font-size: 6.875em; line-height: 1.0;}.image-overlay {position: relative;}.image-overlay-inner {background: linear-gradient(to right,  rgba(39,172,226,0.60) 0%,rgba(255,255,255,0) 100%); position: absolute; z-index: 99; width: 100%; height: 100%;}.image-overlay img {display:  block; width: 100%; height: 100%;}.corner-cut-one {position: absolute; top: 0; left: 0; z-index: 999; width: 5%; }.corner-cut-two {position: absolute; bottom: 0; right: 0; z-index: 999; width: 15%; rotate: 180deg}.home-banner-image .corner-cut-one svg {fill: var(--grey) !important;}.home-banner-image .corner-cut-two svg {fill: var(--grey) !important;}.share-price-banner {width: 100%; height: 55px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27ace2+31,1d1f1f+31 */background: linear-gradient(to right,  rgba(39,172,226,1) 35%,rgba(29,31,31,1) 35%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}.share-price-banner .row {display: flex; height: 100%}.share-price-title { background: var(--blue); height:  100%; display:  flex; align-items: center; color: var(--white); font-size:  18px; font-size: 1.125em;}.share-price-title:after {content:url("/focusxplore-com/_img/img/stock-arrow.svg"); display: inline-block;}.share-price-title i {color: var(--white); margin-right: 10px;}.share-price-value {width: 65%; background: var(--black); height:  100%; display:  flex; align-items: center; padding-left: 10px;}.share-name {font-size: 20px; font-size: 1.25em; color: var(--blue); margin-right: 10px;}.share-price {font-size: 20px; font-size: 1.25em; color: var(--white); font-weight: 600; margin-right:  10px;}.share-price p {margin:  0px;}.share-updated {color: var(--white);}.share-price-arrow {min-width: 45px; height:  100%;}.share-price-arrow img {height:  100%; width:  100%; object-fit: cover; object-position: center center;}.home-about-wrapper {padding: 75px 0px;}.image-overlay .corner-cut-one svg {fill: var(--white);}.image-overlay .corner-cut-two svg {fill: var(--white);}.home-about-wrapper .row {display: flex; align-items: flex-end;}.home-about-text {display: flex; }.home-about-text-inner h2 {border-left: 3px solid var(--blue); padding-left:  20px; font-size: 55px; font-size: 3.4375em;}.darken-overlay {background: var(--black); padding: 75px 0px;}.home-minerals-wrapper {background: url("/focusxplore-com/_img/img/minerals-bg3.jpg"); background-size: cover;}.home-minerals-heading h2 {color: var(--white); border-left: 3px solid var(--blue); padding-left:  20px; font-size: 55px; font-size: 3.4375em;}.home-minerals-text p {color: var(--white);}.mineral-items-wrapper {display:  flex; margin-top:  70px;}.mineral-item {padding-right: 5%;}.mineral-item img {width: 100px;}.mineral-item h3 {font-size: 24px; font-size: 1.5em;}.mineral-item.uranium h3 {color: var(--yellow); }.mineral-item.lithium h3 {color: var(--turquoise); }.mineral-item.ree h3 {color: var(--green); }.mineral-item p {color: var(--white)}.home-projects-wrapper {padding:  75px 0px 25px 0px;}.projects-home-wrapper-item-details {display:  flex; border-left: 3px solid var(--blue); padding-left:  20px; margin-bottom: 25px;}.projects-home-wrapper-item-details.noimg {margin-bottom: 0px;}.projects-home-wrapper-title {width:  50%;}.projects-home-wrapper-title h4 {color: var(--blue); margin-bottom: 0px;}.projects-home-wrapper-title h2 {font-size: 36px; font-size: 2.25em; }.project-key {display:  flex; align-items: center;}.project-key i {color: var(--blue); margin-right:5px;}.project-location {font-size: 18px; font-size: 1.125em; margin-right: 10px;}.project-minerals {font-size: 18px; font-size: 1.125em; margin-right: 10px;}.projects-home-wrapper-text {width: 50%;}.slide-counter {color: var(--black); padding: 0 20px; }.project-nav {display:  flex; align-items: center; margin-bottom: 40px;}.project-previous-arrow {padding: 10px 15px 10px 5px; border: 1px solid var(--black); border-radius: 0px; background: none;}.project-previous-arrow:after {transition: all 0.5s ease 0s; content:"\f060"; font-size: 12px; font-family: 'FontAwesome'; margin-left: 10px; display: inline-block;}.project-next-arrow {padding: 10px 15px 10px 5px; border: 1px solid var(--black); border-radius: 0px; background: none;}.project-next-arrow:after {transition: all 0.5s ease 0s; content:"\f061"; font-size: 12px; font-family: 'FontAwesome'; margin-left: 10px; display: inline-block;}.why-invest-wrapper {padding: 75px 0px; background: var(--grey);}.heading h2 {border-left: 3px solid var(--blue); padding-left:  20px; font-size: 55px; font-size: 3.4375em; line-height: 1}.why-invest-boxes {display:  flex;}.why-invest-box {width: 32.33%; margin-right:  1%; background: var(--blue); padding: 40px 25px; position:  relative;}.why-invest-box:after {content:url("/focusxplore-com/_img/img/corner-cut.svg"); position: absolute; top: 0; left: 0; width: 25px; height: 25px;}.why-invest-box:before {content:url("/focusxplore-com/_img/img/corner-cut.svg"); position: absolute; bottom: -1px; right: 0; width: 45px; height: 45px; rotate: 180deg;}.why-invest-box i {font-size: 50px; color: var(--black); margin-bottom: 15px;}.why-invest-box h3 {color: var(--white); font-size: 23px; font-size: 1.5em;}.why-invest-box p {color: var(--white)}.footer-top {padding: 50px 0px; background: var(--footer-dark); }.footer-logo img {max-width: 250px;}.footer-top h3 {color: var(--blue); font-size: 20px; font-size: 1.25em;}.footer-share-price {padding: 10px; background: var(--footer-light);}.footer-share-price .share-name {display:  block; margin-bottom: 5px;}.footer-share-price .share-price {display:  block; margin-bottom: 5px;}.footer-share-price .share-updated {display:  block; font-size: 12px; font-size: 0.75em;}.footer-contact-details {color:  var(--white); }.footer-contact-details-one,.footer-contact-details-two,.footer-contact-details-three {padding-left: 30px; position: relative;}.footer-contact-details-one:before {position: absolute; left: 0px; color: var(--blue);transition: all 0.5s ease 0s; content:"\f3c5"; font-size: 20px; font-family: 'FontAwesome'; display: inline-block;}.footer-contact-details-two:before {position: absolute; left: 0px; color: var(--blue);transition: all 0.5s ease 0s; content:"\f0e0"; font-size: 20px; font-family: 'FontAwesome'; display: inline-block;}.footer-contact-details-three:before {position: absolute; left: 0px; color: var(--blue);transition: all 0.5s ease 0s; content:"\f095"; font-size: 20px; font-family: 'FontAwesome'; display: inline-block;}.footer-contact-details a {transition: all 0.5s ease 0s;}.footer-contact-details a:hover {color: var(--blue)}.footer-nav #footer {display:  flex; flex-wrap: wrap; padding: 0px;}.footer-nav #footer li {width: 50%; list-style-type: none; margin-bottom: 10px;}.footer-nav #footer li a {transition: all 0.5s ease 0s; color: var(--white); display:  block;}.footer-nav #footer li a:hover {color: var(--blue)}.footer-bottom {padding: 20px 0px; background: var(--footer-light); border-top: 1px solid var(--grey);}.footer-bottom .row {display:  flex; align-items: center;}.footer-copy {color: var(--white); }.footer-copy p {margin: 0px; font-size: 14px; font-size: 0.875em;}.footer-copy a {color: var(--white)}.footer-social {color: var(--white); text-align: right;}.footer-social a {margin-left: 10px; transition: all 0.5s ease 0s;}.footer-social a:hover {color: var(--blue);}.footer-social a i {font-size: 25px;}#footer li ul {display:  none;}/***************************************Inner Pages***************************************/.date-stamp {display: flex;}.date-stamp strong p {font-weight: 700; margin-right: 10px;}.inner-title-wrapper {padding: 115px 0px; background: url('/focusxplore-com/_img/img/map.svg') var(--grey); background-repeat: no-repeat; background-size: auto 215%; background-position: center top; }.inner-title-wrapper-text h1 {/*border-left: 3px solid var(--blue); padding-left:  20px;*/}.inner-content-wrapper {padding: 75px 0px;}.page-link-boxes {display:  flex; flex-wrap: wrap; }.page-link-item {width: 32.33%; margin-right: 1%; margin-bottom: 20px; background: var(--black); padding-bottom: 60px; position: relative;}.page-link-item:before {content:url("/focusxplore-com/_img/img/corner-cut-white.svg"); position: absolute; top: 0; left: 0; width: 25px; height: 25px;}.page-link-icon {transition: all 0.5s ease 0s; width: 100%; height: 200px; background: var(--blue); display:  flex; align-items: center; justify-content: center;}.page-link-icon i {transition: all 0.5s ease 0s; font-size: 65px; color: var(--white)}.page-link-title {padding: 25px; }.page-link-title h3 {color: var(--white)}.page-link-title .blue-btn {position: absolute; bottom: 25px; left: 25px; width: calc(100% - 50px); text-align: center;}.page-link-item:hover .page-link-icon {background: var(--grey-dark);}.page-link-item:hover .page-link-icon i {color: var(--black)}.inner-content-text h1,.inner-content-text h2,.inner-content-text h3,.inner-content-text h4,.inner-content-text h5,.inner-content-text h6 {border-left: 3px solid var(--blue); padding-left:  20px;}.accordion dt {width:  100%; padding: 0px; background: var(--black); position: relative;}.accordion dt:after {content:url("/focusxplore-com/_img/img/corner-cut-white.svg"); position: absolute; bottom: 0; right: 0; width: 45px; height: 45px; rotate: 180deg;}.accordion a {margin-bottom: 10px; text-decoration: none !important; display:  block; padding: 15px 65px 15px 15px; position: relative; color: var(--dark-blue) !important; font-weight: 700; font-size:  20px; font-size: 1.25em;}.accordion a:hover {background: var(--main-color); color: var(--main-text-color-white) !important;}.accordion a.open {margin-bottom:  0px;}.accordion a.open:after {transform: translateY(-50%) rotate(90deg);}.accordion dd {margin-left:0px;  padding: 35px; background: var(--grey); margin-bottom: 10px; }.accordion dd p {color: var(--med-grey);}.accordion dd p:last-of-type {margin-bottom: 0px;}.team-item-name h2 {padding-left: 0px; border-left: 0px; color: var(--white); font-size: 30px; font-size: 1.875em; margin-bottom: 0px;}.team-name-outer {border-left: 3px solid var(--blue); padding-left:  20px; }.team-item-title p {margin: 0px; color: var(--white)}.accordion a .plus-minus {position: absolute; right: 20px; top: 20%;}.plus-minus {vertical-align: middle; color: var(--blue);}.plus-minus .vertical {    transition: opacity 0.3s ease, transform 0.3s ease;}.open .plus-minus .vertical {    opacity: 0;    transform: scaleY(0);}.plus-minus .horizontal {    transition: opacity 0.3s ease;}.inner-content-text ul {padding: 0px;}.inner-content-text ul li {list-style-type: none; position: relative; padding-left: 20px; margin-bottom: 10px;}.inner-content-text ul li:before {width: 10px; height: 20px; content:""; background: url("/focusxplore-com/_img/img/bullet.svg"); background-size: contain; background-repeat: no-repeat; position: absolute; left: 0px; top: 0px;}.inner-content-wrapper.grey {background: var(--grey);}.contact-details {padding: 25px; background: var(--grey);}.contact-details h3 {border-left: 3px solid var(--blue); padding-left:  20px;}.contact-details-one,.contact-details-two,.contact-details-three {padding-left: 30px; position: relative;}.contact-details-one:before {position: absolute; left: 0px; color: var(--blue);transition: all 0.5s ease 0s; content:"\f3c5"; font-size: 20px; font-family: 'FontAwesome'; display: inline-block;}.contact-details-two:before {position: absolute; left: 0px; color: var(--blue);transition: all 0.5s ease 0s; content:"\f0e0"; font-size: 20px; font-family: 'FontAwesome'; display: inline-block;}.contact-details-three:before {position: absolute; left: 0px; color: var(--blue);transition: all 0.5s ease 0s; content:"\f095"; font-size: 20px; font-family: 'FontAwesome'; display: inline-block;}.contact-details a {transition: all 0.5s ease 0s;}.contact-details a:hover {color: var(--blue)}.inner-content-text p a:not(.blue-btn, .page-link-item) {color: var(--blue); border-bottom: 1px dotted var(--blue);}.inner-content-text p a:not(.blue-btn, .page-link-item):hover {color: var(--grey-dark); border-bottom: 1px dotted var(--grey-dark);}.inner-content-text table {border: 1px solid var(--black)}.inner-content-text table thead tr {background: var(--blue);}.inner-content-text table thead tr th {padding: 10px; color: var(--white); border: 1px solid var(--black)}.inner-content-text table td {border: 1px solid var(--black)}.search-wrapper select {padding: 10px 20px; border: 1px solid var(--black); background: var(--white); font-family: "Fustat", sans-serif; font-optical-sizing: auto; font-size: 16px; font-size: 1em;}.search-wrapper .form-button {display: inline-block;}.search-wrapper .form-button input { font-family: "Fustat", sans-serif; display:  inline-block; transition: all 0.5s ease 0s; color: var(--white); border: 1px solid var(--blue); background: var(--blue); padding: 10px 20px;}.search-wrapper .form-button input:hover {background: var(--grey-dark); border: 1px solid var(--black); color: var(--black);}.search-wrapper .form-button input:after {transition: all 0.5s ease 0s; content:"\f061"; font-size: 12px; font-family: 'FontAwesome'; margin-left: 10px; display: inline-block; }.search-wrapper .form-button input:hover:after {margin-left: 15px;}.project-summary-item {padding: 75px 0px; }.project-summary-item:nth-of-type(even) {background: var(--grey);}.project-summary-item:nth-of-type(even) .project-summary-item-key-details:after {content:url("/focusxplore-com/_img/img/corner-cut.svg"); position: absolute; top: 0; left: 0; width: 25px; height: 25px;}.project-summary-item:nth-of-type(even) .project-summary-item-key-details:before {content:url("/focusxplore-com/_img/img/corner-cut.svg"); position: absolute; bottom: 0; right: 0; width: 45px; height: 45px; rotate: 180deg;}.project-summary-item-title {display:  flex; align-items: center;  margin-bottom: 25px; position: relative;}.project-summary-item-title h2 {border-left: 3px solid var(--blue); padding-left:  20px; font-size: 40px; font-size: 2.5em; margin-bottom: 0px;}.project-summary-item-title .blue-btn {position: absolute; right: 0;}.project-summary-item-key-details {width: 100%; background: var(--black); padding: 25px; position: relative; margin-bottom: 25px; display:  flex;}.project-summary-item-key-details:after {content:url("/focusxplore-com/_img/img/corner-cut-white.svg"); position: absolute; top: 0; left: 0; width: 25px; height: 25px;}.project-summary-item-key-details:before {content:url("/focusxplore-com/_img/img/corner-cut-white.svg"); position: absolute; bottom: 0; right: 0; width: 45px; height: 45px; rotate: 180deg;}.project-summary-item-key-details-item {width: 32.33%; margin-right: 1.5%; }.project-summary-item-key-details-item:last-of-type {margin-right: 0px;}.project-summary-item-key-details-item h3 {color: var(--blue); font-size: 20px; font-size: 1.25em; border-bottom: 1px solid var(--white); padding-bottom: 10px;}.project-summary-item-key-details-item p {color: var(--white);}.minerals-output {display: flex; flex-wrap: wrap;}.minerals-output .mineral-item {color: var(--white); margin-right: 10px; margin-bottom: 10px;}.minerals-output .mineral-item:last-of-type {margin-bottom: 0px;}.minerals-output .mineral-item.ree:before {content:url("/focusxplore-com/_img/img/green-x.svg"); display: inline-block; margin-right: 5px; width: 30px; vertical-align: middle;}.minerals-output .mineral-item.lithium:before {content:url("/focusxplore-com/_img/img/terq-x.svg"); display: inline-block; margin-right: 5px; width: 30px; vertical-align: middle;}.minerals-output .mineral-item.uranium:before {content:url("/focusxplore-com/_img/img/yellow-x.svg"); display: inline-block; margin-right: 5px; width: 30px; vertical-align: middle;}.project-summary-item-text-image {display:  flex;}.project-summary-item-text-image-left {width: 50%;}.project-summary-item-text-image-left img {width: 100%;}.project-summary-item-text-image-right {width: 48%; margin-left: 2%;}.project-summary-item-text-image-right ul {padding: 0px;}.project-summary-item-text-image-right ul li {list-style-type: none; position: relative; padding-left: 20px; margin-bottom: 10px;}.project-summary-item-text-image-right ul li:before {width: 10px; height: 20px; content:""; background: url("/focusxplore-com/_img/img/bullet.svg"); background-size: contain; background-repeat: no-repeat; position: absolute; left: 0px; top: 0px;}.txt--hlght--1 {text-align: center; padding: 15px;color: #155724;  background-color: #d4edda; border: 1px solid #c3e6cb; border-radius: 3px; display:  block;}.txt--hlght--2 {text-align: center; padding: 15px;color: #004085;  background-color: #cce5ff; border: 1px solid #b8daff; border-radius: 3px; display:  block;}.txt--hlght--3 {text-align: center; padding: 15px;color: #721c24;  background-color: #f8d7da; border: 1px solid #f5c6cb; border-radius: 3px; display:  block;} .txt--hlght--1 a {color: #155724;}.txt--hlght--2 a {color: #004085;}.txt--hlght--3 a {color: #721c24;}.project-inner-title {background-size: auto 152%; border-bottom: 3px solid var(--black)}.project-inner-title .row {display:  flex; align-items: center;}.project-inner-title .image-overlay .corner-cut-one svg, .project-inner-title .image-overlay .corner-cut-two svg {fill:  var(--grey);}.project-summary-item-title .blue-btn {display:  none !important;}.project-summary-item-title .blue-btn.show {display: block !important;}.project-summary-intro {padding: 75px 0px;}.project-summary-intro .project-summary-item-key-details {margin-bottom: 45px;}.project-inner-summary-text ul {padding: 0px;}.project-inner-summary-text ul li {list-style-type: none; position: relative; padding-left: 20px; margin-bottom: 10px;}.project-inner-summary-text ul li:before {width: 10px; height: 20px; content:""; background: url("/focusxplore-com/_img/img/bullet.svg"); background-size: contain; background-repeat: no-repeat; position: absolute; left: 0px; top: 0px;}.project-inner-details {width: 100%; background: var(--grey); padding: 75px 0px;}.project-inner-details .project-summary-item-text-image {}.project-gallery {padding: 75px 0px; background: var(--black);}.project-gallery .heading h2 {color: var(--white);}.image-gallery {display:  flex; flex-wrap: wrap; margin-top: 30px;}.image-gallery-title,.image-gallery-item-title,.image-gallery-item-created,.image-gallery-item-updated,.image-gallery-item-description {display: none;}.image-gallery-item {width: 32.33%; margin-right: 1%; height: 250px; margin-bottom: 20px; border: 2px solid var(--white);}.image-gallery-item-image {width: 100%; height: 100%;}.image-gallery-item-image-link {width: 100%; height: 100%; display:  block;}.image-gallery-item-image-link img {width: 100%; height: 100%; object-fit: cover; object-position: center;}.project-summary-item-text-image-right .heading h2 {margin-bottom:30px;}.projects-home-wrapper-item-details {z-index: 999; }.projects-home-wrapper-item-image {position: relative;  }.dot-map-mobile {display:  none;}.dot-map-large {display:  block; position: relative; }.blue-btn.hide {display:  none;}.float--right {float: right; margin: 15px;}.float--left {float: left; margin: 15px;}/*************************************** Blog***************************************//***************************************Footer***************************************//***************************************Form***************************************/.defaultForm {  width: 100%;  *zoom: 1;  padding: 25px 25px 45px 25px; background: var(--black);  position: relative;}.defaultForm:after {display:  block; content:url("/focusxplore-com/_img/img/corner-cut-white.svg"); position: absolute; top: 0; left: 0; width: 25px; height: 25px;}.defaultForm:before {display:  block; content:url("/focusxplore-com/_img/img/corner-cut-white.svg"); position: absolute; bottom: 0; right: 0; width: 45px; height: 45px; rotate: 180deg;}/*.defaultForm:before, .defaultForm:after {  content: " ";  display: table;}.defaultForm:after {  clear: both;}*/.defaultForm .inputset {float: left;  width: 100%; margin-right:  0%;  position: relative;  margin-bottom: 20px; }.defaultForm .inputset .form_error_specific {  position: absolute;  top: 0;  right: 0;  color: Tomato;  display: none;}.defaultForm .inputset label {  display: block;  width: 100%;font-family: "Fustat", serif; font-size: 16px; font-size: 1em; color: var(--white);}.defaultForm .inputset label.label {  display: inline-block;}.defaultForm .inputset label.label input {  width: initial;  display: inline-block;  margin-left: 0.625em;}.defaultForm .inputset input, .defaultForm .inputset select {  width: 100%;   background: var(--white); padding: 15px; border: 0px;font-family: "Fustat", serif;  font-size: 16px; font-size: 1em;}.defaultForm .inputset textarea {width: 100%;  height: 10.625em;  background: #fff; padding: 15px; border: 0px;font-family: "Fustat", serif;  font-size: 16px; font-size: 1em;}.inputset.inputsetcheck label:first-of-type {  margin-bottom: 0.3125em;  padding-bottom: 0.3125em;  border-bottom: 1px solid #cccccc;}.inputset label.form_header {  font-weight: bold;  font-size: 18px;}.defaultForm .form_submit {/*  text-align: right;*/}.defaultForm .form_submit {float: left;}.defaultForm .form_submit .fbElementButton {border: 0px; display:  inline-block; transition: all 0.5s ease 0s; color: var(--white); border: 1px solid var(--blue); background: var(--blue); padding: 10px 20px;}.defaultForm .form_submit .fbElementButton:hover {background: var(--grey-dark); border: 1px solid var(--black); color: var(--black);}.form_error {font-family: "Fustat", serif;  font-size: 16px; font-size: 1em; font-style: normal; padding: 10px; background: #ff0000; color: #fff; margin-bottom: 10px;}/*************************************** Ecommerce - General  ***************************************//***************************************Ecommerce - Listings ***************************************//***************************************Ecommerce - Item ***************************************//***************************************Ecommerce - Basket ***************************************//***************************************Ecommerce - Checkout ***************************************//***************************************Custom Modules***************************************//***************************************Custom Database***************************************//***************************************Media Queries***************************************/@media all and (max-width: 1400px) and (min-width: 0px) {.inner-title-wrapper {background-position: left top; }}@media all and (max-width: 1190px) and (min-width: 0px) {.home-banner-text-inner h1 {font-size: 80px; font-size: 5em;}}@media all and (max-width: 1024px) and (min-width: 0px) {.nav-wrapper-navigation #navInsprimary {display:  none;}.nav-wrapper-navigation .mobile-nav {display:  block;}.logo-wrapper {width: 60%;}.home-about-text-inner h2,.home-minerals-heading h2,.heading h2 {font-size: 45px; font-size: 2.8125em;}.home-about-wrapper .row {align-items: center;}}@media all and (max-width: 1000px) and (min-width: 0px) {.footer-logo.two.columns.push_one {width: 100%; margin-left: 0px; text-align: center; margin-bottom: 25px;}.footer-logo.two.columns.push_one img {width: 200px;}.footer-share.two.columns {width: 33.33%; margin-left: 0px; padding-right: 20px;}.footer-contact.four.columns {width: 33.33%; margin-left: 0px; padding-right: 20px;}.footer-nav.two.columns {width: 33.33%; margin-left: 0px; padding-right: 20px;}}@media all and (max-width: 950px) and (min-width: 0px) {.projects-home-wrapper-item-details {flex-direction: column;}.projects-home-wrapper-title {width: 100%; margin-bottom: 20px;}.projects-home-wrapper-text {width: 100%;}}@media all and (max-width: 880px) and (min-width: 0px) {.home-banner-text-inner h1 {font-size: 64px; font-size: 4em;}}@media all and (max-width: 850px) and (min-width: 0px) {.why-invest-boxes {flex-direction: column;}.why-invest-box {width: 100%; margin-bottom: 20px;}.page-link-item {width: 49%;}}@media all and (max-width: 790px) and (min-width: 0px) {.home-about-wrapper .row {align-items: initial; flex-direction: column;}.five.columns.push_one.home-about-image {width: 80%; margin: 0px auto; margin-bottom: 25px;}.five.columns.home-about-text {width: 80%; margin: 0px auto;}.five.columns.push_one.home-minerals-heading {width: 80% !important; margin: 0px auto !important; margin-bottom: 25px; float: none;}.five.columns.home-minerals-text {width: 80% !important; margin: 0px auto !important; margin-bottom: 0px; float: none;}.project-inner-details .project-summary-item-text-image {flex-direction: column;}.project-summary-item-text-image-right.five.columns.push_one {width: 82.98611%;}.project-summary-item-text-image-left.five.column  {width: 82.98611%; margin-left: 8.50694%;}}@media all and (max-width: 730px) and (min-width: 0px) {.project-summary-item-key-details {flex-direction: column;}.project-summary-item-key-details-item {width: 100%; margin-bottom: 15px;}.project-inner-title .row {display: block;}.project-inner-title .image-overlay {display:  none;}}@media all and (max-width: 650px) and (min-width: 0px) {.home-banner-wrapper {background-position: center left;}.home-banner-text-inner {position: relative; width: 100%; padding: ;}.home-banner-text-inner h1 {font-size: 80px; font-size: 5em;}.home-banner-image {display:  none; }.five.columns.push_one.home-minerals-heading {width: 100% !important; margin: 0px auto !important; margin-bottom: 25px; float: none;}.five.columns.home-minerals-text {width: 100% !important; margin: 0px auto !important; margin-bottom: 0px; float: none;}.mineral-items-wrapper {flex-direction: column; margin-top: 30px;}.mineral-item {width: 100%; margin-bottom: 25px;}.footer-logo.two.columns.push_one {text-align: left;}.footer-share.two.columns {margin-bottom: 20px;}.footer-contact.four.columns {margin-bottom: 20px;}.footer-bottom .row {display:  flex; flex-direction: }.footer-contact-details-one:before {font-size: 15px; }.footer-contact-details-two:before {font-size: 15px; }.footer-contact-details-three:before {font-size: 15px; }.footer-bottom .row {display:  block;}.footer-copy {margin-bottom: 10px}.footer-social {text-align: left;}.footer-social a {margin-left: 0px; margin-right: 10px;}.page-link-item {width: 100%; margin-right: 0px;}.project-summary-item-text-image {flex-direction: column-reverse;}.project-summary-item-text-image-left {width: 100%;}.project-summary-item-text-image-right {width: 100%; margin-bottom: 20px;}.inner-content-image {margin-top: 25px;}.contact-details {margin-top: 25px;}.image-gallery-item {width: 100%; margin-right: 0%;}.project-summary-item-text-image-left.five.column  {margin-left: 0%;}.project-summary-item-title {display:  block;}.project-summary-item-title .blue-btn {position: relative; right: initial; margin-top: 20px;}.projects-home-wrapper-item-image {margin-top: 0px;}.dot-map-large {display:  none;}.dot-map-mobile {display: block;}}@media all and (max-width: 350px) and (min-width: 0px) {.home-banner-text-inner .white-btn,.home-banner-text-inner .blue-btn {width: 100%; margin-bottom: 10px; display:  block; text-align: center;}.share-price-title i {display:  none;}}@media all and (max-width: 480px) and (min-width: 0px) {.nav-wrapper-social {display:  none;}.logo-wrapper {width: 60%;}.home-banner-wrapper {background-position: top left; background-size: auto 120%;}}
/* not required */
