/*
IRM stylesheet
18 May 2020
*/
:root {
  --main-gold:#AA9766;
  --main-darkblue:#1B3863;
  --skyblue:#67A2B9;
  --maroon:#B42025;
  --orange:#D68231;
  --green:#789B4A;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
}
a {
  color:#AA9766;
  transition: all .3s ease;
}
a:visited{
  color:#AA9766;
}
.entry-content a {
  color:#B42025;
}
.entry-content a:visited {
  color:#B42025;
}
*{
  font-family: 'Overpass', sans-serif;
}

.clickable{
  cursor: pointer;
}

.header{
  padding: 20px 0;
  /* background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
  position: absolute;
  top:0;
  left:0;
  right:0; */
}

.astm-search-menu a {
  margin-top: -2px;
}

.menu {
  margin-top: 33px !important;
}
.menu a{
  color: #1B3863;
  font-weight: bold;
  position: relative;
  padding: .7rem 7px;
}
.menu .current-menu-item a:before,
.menu a:hover:before{
    opacity: 1;
    width:50px;
}

.menu a:before{
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    content:'';
    background:#C0B28C;
    width:100px;
    height: 3px;
    bottom: 0;
    left:0;
    right:0;
    display: block;
    margin: 0 auto;
}
.home-slide-container {
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("/wp-content/uploads/2020/05/HomeSlideOCG-1.jpg") center no-repeat;
    background-size:cover;
    height: 700px;
    padding-top: 140px;
  }

.home-slide-container .home-slide-text{
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    /* or 100% */
    position: relative;
    /* Gold / 70 */
    color: #C0B28C;
    text-shadow: 0px 0px 100px #000000;
    max-width: 665px;
    margin-bottom: 20px;
}
.home-slide-container .home-slide-line{
    /* content: '';
    position: absolute; */
    max-width: 300px;
    height: 5px;
    /* left: 0;
    top: -20px; */
    background: #C0B28C;
    margin-bottom: 20px;
}
.slide-line{
    max-width: 300px;
    height: 5px;
    background: #C0B28C;
    margin-bottom: 20px;
}
.home-slide-container .home-slide-sub-text{
    max-width: 684px;
    font-size: 20px;
    color: #FFFFFF;
}

.home-slide-buttons a{
    padding: 12px 45px;
    background: #AA9766;
    color:#fff;
    display:inline-block;
    font-size:16px;
    font-weight: bold;
    margin-top: 20px;
}
.home-slide-buttons a svg{
    margin-left: 20px;
    margin-bottom: -1px;
}
/* .home-invs-hub{
    background:#1B3863;
} */
.hih-container{
  padding: 70px 0;
}
.hih-top-box h3{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  text-transform: uppercase;
  color: #1B3863;
}

.hih-top-box h1{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  text-transform: uppercase;
  color: #1B3863;
}


.hih-top-box p{
  margin-bottom: 10px;
}
.hih-top-box p{
  font-weight: bold;
  font-size: 16px;
  line-height: 219.4%;
  text-transform: uppercase;
  color: #AA9766;
}
.hih-date{
  font-size: 12px;
  line-height: 18px;
  color: #7C7E9B;
}
.hih-sp p{
  color:#7C7E9B;
  margin-bottom: 0;
}
.hih-spbox .price{
  font-size: 50px;
  line-height: 129.4%;
  color: #AA9766;
}
.hih-spbox .quoteapi-currency-symbol{
  display: none;
}
.hih-sp .currency{
  color: #7C7E9B;
}
.hih-sp .quoteapi-change .quoteapi-dollars,
.hih-sp .quoteapi-pct-change .quoteapi-pct{
  color:#7C7E9B !important;
}
.hih-sp .quoteapi-change:before{
  content:'(';
  color: #C2C1D0;
}
.hih-sp .quoteapi-change:after{
  content:')';
  color: #C2C1D0;
}
.hih-sp .quoteapi-pct-change .quoteapi-pct{
  position: relative;
  padding-left:15px;
  font-weight:bold;
}
.hih-sp .quoteapi-pct-change .quoteapi-negative:before{
  content:'-';
}
.hih-sp .quoteapi-pct-change .quoteapi-negative:after{
  content:'';
  background: url('/wp-content/themes/irm_oceanagold/images/caret-down-solid.svg') no-repeat;
  position: absolute;
  width: 10px;
  height: 11px;
  background-size: cover;
  left: 0;
  top: 2px;
}

.hih-sp .quoteapi-pct-change .quoteapi-positive:before{
  content:'+';
}
.hih-sp .quoteapi-pct-change .quoteapi-positive:after{
  content:'';
  background: url('/wp-content/themes/irm_oceanagold/images/caret-up-solid.svg') no-repeat;
  position: absolute;
  width: 10px;
  height: 11px;
  background-size: cover;
  left: 0;
  top: 2px;
}
.big-gold-button {
    background: #AA9766;
    color: #fff!important;
    padding: 12px 40px;
    font-weight: bold;
    display: inline-block;
    transition: all .3s ease;
    margin-top: 25px;
}

.big-gold-button:hover{
  background:var(--skyblue);

}

.big-gold-button svg{
  margin-bottom: -1px;
  margin-left: 20px;
  display:inline-block;
  transform: translateX(0);
  transition: all .3s ease;
}

.big-gold-button:hover svg{
  transform: translateX(4px);
}

.hihbb{
  background: #425177;
}


.hihbb:hover{
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
}

.hihb-icon{
  padding: 20px;
  float: left;
  display: inline-block;
  background: #2E436C;
}
.hih-bottom-box{
  margin-top: 20px;
}
.hihb-box{
  padding: 10px;
  display: inline-block;
  min-height: 108px;
}
.hihb-box p{
  font-weight: bold;
  color:#fff;
  margin-bottom:19px;
  font-size:16px;
}
.hihb-box a{
  color:#AA9766;
  font-weight:bold;
}
.hihb-box a svg{
  margin-left: 10px;
  margin-bottom: -1px;
  transform:translateX(0);
  transition: all .3s ease;
  display: inline-block;
}

.hihb-box a:hover svg{
  transform:translateX(4px);
}

.home-about-container{
  background:#425177;
  padding: 70px 0;
}
.home-about-container h3{
  color:#C0B28C;
  font-weight: bold;
  font-size: 50px;
}
.home-about-container p{
  color:#fff;
}
.home-about-box-left p{
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.home-slide-line {
  max-width: 300px;
  height: 5px;
  background: #C0B28C;
  margin-bottom: 15px;
}
.home-news{
  border-left: 1px solid #1B3863;
  min-height: 501px;
  padding-left: 40px;
  padding-top: 70px;
}
.home-news .load-news .list-item{
  position: relative;
  margin-bottom: 50px;
}
.home-news .load-news .list-item:before{
  position: absolute;
  content:'';
  height: 10px;
  width:10px;
  border-radius: 10px;
  background: #1B3863;
  top: 15px;
  left:-45px;
}
.home-news .load-news h1.PageTitle,
.home-news .load-news .archiveFilter,
.home-news .load-news .archiveFilterB,
.home-news .load-news .list-item:nth-child(n+7),
.home-news .load-news .Pages{
  display:none !important;
}
.home-news .load-news .list-date{
  font-size: 14px;
  color: #9192AB;
}
.home-news .load-news .list-url{
  font-size: 16px;
  color: #1B3863;
}

.home-news .load-news .list-url:hover{
  color:var(--main-gold);
}


.home-news .load-news .list-item{

}
.home-news a{
  color: var(--main-gold);
  font-weight: bold;
}
.home-news a svg{
  margin-bottom: -1px;
  margin-left: 20px;
  transition: all .3s ease;
  display: inline-block;
}

.home-news a:hover svg{
  margin-left: 25px;
}

.page-header {
  position: relative;
  min-height: 500px;
  background-position: center !important;
}
.internal-page-banner{


      /* padding-top: 112px; */
      margin-top: 100px;
      padding: 20px;
      background: #000;
      padding: 30px;
      background: rgba(0,0,0,0.5);
}


.internal-page-banner h1 {
    color: var(--main-gold);
    font-size: 60px;
    margin-top: 0;
    text-shadow: 0px 0px 100px #000000;
    line-height: 1;
    font-weight: bol;
}
.internal-page-banner p{
  color:#fff;
  font-size: 20px;
  margin-bottom: 0;
}
.metabar{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
}


.crumbs span,
.crumbs a{
  color:#fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size:12px;
}
.crumbs {
  float: right;
  padding-right: 10%;
}

.blog-crumb{
  float:none;
  margin:0;
}

.home-sustainability{
  padding:70px 0 0;
}
.home-sustainability-bg{
  background: url('/wp-content/uploads/2020/06/home-sustain-bird.jpg') center no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
}
.home-sustainability-text h2{
  font-size: 50px;
  color: #AA9766;
  font-weight: bold;
}

.home-sustainability-text h1{
  font-size: 50px;
  color: #AA9766;
  font-weight: bold;
  margin-top: 0;
}

.home-sustain-bottom{
  padding:70px 0 50px;
}

.home-sustain-quote h3{
  position: relative;
  font-size:16px;
  line-height: 1.7;
  color: var(--main-gold);
  padding:30px 0;
  border-top:2px solid var(--main-gold);
  border-bottom:2px solid var(--main-gold);
}
.home-sustain-quote h3:before{
  content:'';
  position: absolute;
  top:-30px;
  left:30px;
  background: url('/wp-content/themes/irm_oceanagold/images/the-quote.jpg') no-repeat;
  background-size: cover;
  width:78px;
  height:59px;
}
.home-sustain-quote:after {
    background: #FFF url(/wp-content/themes/irm_oceanagold/images/the-quote.jpg) center no-repeat;
    content: "";
    height: 50px;
    width: 80px;
    position: absolute;
    bottom: 86px;
    right: 15px;
    transform: rotate(180deg);
}
.home-sustain-quote {
  position: relative;
}
.home-ceo-quote{
  margin-top: 30px;
}
.home-ceo-quote img{
  float: left;
  display: inline-block;
  margin-right: 20px;
}
.home-ceo-quote p,
.home-ceo-quote span{
  display: block;
  margin: 0;
  font-size: 16px;
  color: var(--main-gold);
}
.home-ceo-quote p{
  font-weight: bold;
}
.home-ceo-quote span{
  font-style:italic;
}
.home-sustain-small-boxes{
  height: 180px;
  width:100%;
  margin-bottom: 20px;
  background-size:cover !important;
  display: block;
  position: relative;
}
.home-sustain-small-boxes:hover a:after{
  right: 10px;
}
.home-sustain-small-boxes a{
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
  position:absolute;
  bottom: 0;
  left:0;
  right:0;
  padding:50px 30px 10px 10px;
  color:#fff;
  font-weight: bold;
  font-size:14px;
  text-transform: uppercase;

}
.hssb1{
  background: url('/wp-content/uploads/2020/06/2019_-_Didipio_-_Launching_of_Eco-tourism_project_in_partnership_with_Brgy_crop.jpg') no-repeat center;
}
.hssb2{
  background: url('/wp-content/uploads/2020/06/GregoryLake_4B6A9617_crop.jpg') no-repeat center;
}
.hssb3{
  background: url('/wp-content/uploads/2020/06/2019_-_Didipio_-_Donation_of_Laboraty_Instruments_at_ENVNHS-scaled.jpg') no-repeat center;
}
.hssb4{
  background: url('/wp-content/themes/irm_oceanagold/images/hssb4.jpg') no-repeat center;
}
.home-sustain-small-boxes a:after{
  transition: all 0.3s ease;
  content: '';
  background: url(/wp-content/themes/irm_oceanagold/images/angle-right.svg) no-repeat center;
  width: 22px;
  height: 26px;
  position: absolute;
  right: 15px;
  bottom: 9px;
}
.home-sustain-quote{
  padding:30px 0;
}
.home-operations-map{
  /* background: url('/wp-content/themes/irm_oceanagold/images/op-map.png') no-repeat center; */
  /* background: url('/wp-content/themes/irm_oceanagold/images/corp_map.png') no-repeat center; */
  background-size: 100%;
  height: 700px;
  width: 100%;
  position: relative;

}

.home-op-hero h2{
  font-weight:bold;
  font-size: 50px;
  color: var(--main-gold);
}

.home-op-hero h1{
  font-weight:bold;
  font-size: 50px;
  color: var(--main-gold);
  margin-top: 0;
}

.home-operations-top{
  margin-bottom: 30px;
  margin-top: 50px;
}
.home-op-hero-text h4{
  font-weight: bold;
  font-size: 20px;
  color:var(--main-darkblue);
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.home-op-hero-text p{
  color: var(--main-darkblue);
}
.home-operations{
  background: linear-gradient(180deg, rgba(237, 243, 253, 0) -10.31%, #D0D4DB 100%), #FFFFFF;
  padding-bottom:100px;
}
.map-learn-more a{
  display: block;
  margin: 0 auto;
  max-width: 210px;
}
.map-learn-more a svg{
  margin-bottom: -1px;
}
.map-blurb {
    border-top: 2px solid var(--main-gold);
    border-bottom: 2px solid var(--main-gold);
    padding: 20px;
    max-width: 400px;
    position: absolute;
    bottom: -92px;
    right: 20px;
    background: rgba(255,255,255,0.5);
}
.map-blurb p{
  color: var(--main-gold);
  margin-bottom: 0;
  line-height: 2;
}
.home-news-title h2{
  color: var(--main-gold);
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}

.home-news-title h1{
  color: var(--main-gold);
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}

.home-opmap-box{
  background: rgba(255,255,255,0.5);
  padding:20px 20px 50px;
  position: relative;
  border: 1px solid #AA9766;
}
.home-news-post-meta{
  font-size: 13px;
  color:#ABABAB;
}
.home-news-post-date{
  float:right;
}
.home-news-post{
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  margin-bottom:50px;
}
.home-news-post-title{
  color:var(--main-darkblue);
  font-size:16px;
  font-weight:bold;
}
.home-news-post-meta{
  margin-bottom:20px;
}
.home-news-post-boxes .large-4:nth-child(1){
  width:calc(66.66666% - 1.875rem);
}
.home-news-post-content{
  padding: 20px;
  min-height: 150px;
  cursor: pointer;
}
.home-blog-container{
  padding:70px 0;
  background: #E5E5E5;
}
.home-opmap-box h4{
  color: var(--main-gold);
  font-size:24px;
  font-weight:bold;
}
.home-opmap-box .link-list{
  margin: 0;
  display: inline-block;
  width: 100%;
}
.home-opmap-box .more{
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: var(--main-gold);
  font-weight: bold;
}
.home-opmap-box .more:after{
  transition: all 0.3s ease;
  content: '';
  background: url(/wp-content/themes/irm_oceanagold/images/angle-right.svg) no-repeat center;
  width: 22px;
  height: 26px;
  position: absolute;
  right: 15px;
  bottom: 9px;
}
.home-opmap-box .link-list li {
    float: left;
    display: inline-block;
    margin-right: 30%;
    max-width: 100px;
}
.home-opmap-box .link-list li a{
  color:var(--main-darkblue);
  font-weight:bold;
}
.hopb2 {
    margin-top: -27px;
}
.map-lines{
  position: absolute;
  bottom: 0;
  left:0;
  list-style-type: none;
  margin: 0;
}
.hopb1 .map-lines li:nth-child(1){
    border-right: 1px solid var(--main-gold);
    width: 1px;
    height: 385px;
    position: absolute;
    top: -20px;
    left: 185px;
}
.hopb1 .map-lines li:nth-child(2) {
    border-bottom: 1px solid var(--main-gold);
    width: 220px;
    height: 1px;
    position: absolute;
    top: 365px;
    left: 185px;
}
.hopb1 .map-lines li:nth-child(1):before{
  content: '';
  width: 12px;
  height: 12px;
  top: 0;
  left: -6px;
  position: absolute;
  border-radius: 10px;
  background: var(--main-gold);
}
.hopb1 .map-lines li:nth-child(2):after{
  content: '';
  width: 9px;
  height: 9px;
  top: -4px;
  right: -3px;
  position: absolute;
  border-radius: 10px;
  background: var(--main-gold);
}
.hopb2 .map-lines li:nth-child(1) {
    border-right: 1px solid var(--main-gold);
    width: 1px;
    height: 180px;
    position: absolute;
    top: -20px;
    left: 185px;
}
.hopb2 .map-lines li:nth-child(2) {
    border-bottom: 1px solid var(--main-gold);
    width: 367px;
    height: 1px;
    position: absolute;
    top: 159px;
    left: -181px;
}
.hopb3 {
  margin-top:-27px;
}
.hopb2 .map-lines li:nth-child(1):before{
content: '';
width: 12px;
height: 12px;
top: 0;
left: -6px;
position: absolute;
border-radius: 10px;
background: var(--main-gold);
}
.hopb2 .map-lines li:nth-child(2):after{
content: '';
width: 9px;
height: 9px;
top: -4px;
left: -3px;
position: absolute;
border-radius: 10px;
background: var(--main-gold);
}

.hopb3 .map-lines li:nth-child(1) {
    border-right: 1px solid var(--main-gold);
    width: 1px;
    height: 58px;
    position: absolute;
    top: -20px;
    left: 185px;
}
.hopb3 .map-lines li:nth-child(2) {
    border-bottom: 1px solid var(--main-gold);
    width: 106px;
    height: 1px;
    position: absolute;
    top: 37px;
    left: 80px;
}
.hopb3 .map-lines li:nth-child(1):before{
content: '';
width: 12px;
height: 12px;
top: 0;
left: -6px;
position: absolute;
border-radius: 10px;
background: var(--main-gold);
}
.hopb3 .map-lines li:nth-child(2):after{
content: '';
width: 9px;
height: 9px;
top: -4px;
left: -3px;
position: absolute;
border-radius: 10px;
background: var(--main-gold);
}
.menu{
  float:right;
}
.home-career{
  background: var(--main-darkblue);
  padding: 70px 0;
}
.home-career-box h4{
  font-weight: bold;
  font-size:50px;
  text-align:center;
  color:var(--main-gold);
}

.home-career-box h1{
  font-weight: bold;
  font-size:50px;
  text-align:center;
  color:var(--main-gold);
  margin-top: 0;
}

.home-career-box .home-slide-line {
  margin: 0 auto 10px;
  display: block;
}
.home-career-box p{
  color:#fff;
  font-size:20px;
  line-height:1.5;
  text-align:center;
  max-width:460px;
  display: block;
  margin: 15px auto 30px;
}
.home-career-box a{
  font-weight: bold;
  color: var(--main-gold);
  display: block;
  margin: 0 auto;
  width: 170px;
}
.home-career-box a svg{
  margin-left:10px;
  margin-bottom:-1px;
transition: all .3s ease;
transform: translateX(0);
display:inline-block;

}

.home-career-box a:hover svg{

transform: translateX(4px);

}

.media-post-img{
  height:200px;
  cursor: pointer;
  overflow: hidden;
}

.media-post-img-zoom{
  width: 100%;
  height: 100%;
  transition: all .3s ease;

}

.home-news-post:hover .media-post-img-zoom{
  transform: scale(1.2);
}




/* Footer */

.stay-connected-footer {
  margin:30px 0;
}
.scf-text-1 {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #AA9766;
    position: relative;
    top: 9px;
}
.scf-text-2 {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #393939;
    text-align: right;
    position: relative;
    top: 9px;
}
.scf-text-3 {}
.scf-email {
  background: #EBE5D7;
  border-radius: 6px;
}
.scf-submit input[type="submit"] {
  background: #AA9766;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.footer-links {
}
.footer-links-inner {
  border-bottom: 1px solid #E1D8C6;
  margin:30px 0 60px 0;
  padding: 10px 0 50px 0;
}
.footer-box {
  margin-right:10px;
}
.fb-title {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #1B3863;
}
.fb-links {}
.fb-links ul li a {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #393939;
}
.fb-links ul {
  list-style:none;
  margin:0;
}

.fl-1 {
  color: #CCC;
  padding-top: 45px;
}
.fl-1 a {
  display:inline-block;
  padding: 10px 0;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #393939;
}
.fl-2 {
  text-align: center;
}
.fl-3 {
    text-align: right;
}
.footer-cr {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #393939;
}
.footer-social {
  margin-top:30px;
}
.footer-social a {
  display:inline-block;
  margin:0 5px;
}
.footer-social i {
  color:#65A1B8;
}
/* Footer */

.main-navigation ul ul {
  display:block;
}
.main-navigation ul ul a:before {
  display:none;
}
.main-navigation ul ul a:hover {
  background: rgba(0, 0, 0, 0.88);
}
.main-navigation ul ul a {
    width: 240px;
    display: block;
    background: rgba(27, 56, 99, 0.88);
    color: #FFF;
    font-weight: normal;
    padding: 16px 16px;
}
.sidenav .menu li{
  display: block;
  width: 100%;
}
.sidenav .menu a {
    display: inline-block;
    /* min-width: 270px; */
    float: none;
    width: 100%;
    font-size: 15px;
    padding: 10px;
}
.simplebar-wrapper {
    height: auto;
}

.sidenav .menu a:before {
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    content: '';
    background: #C0B28C;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 10px;
    right: 0;
    display: block;
    margin: 0;
}
.sidenav .menu a:hover:before {
    opacity: 1;
    width: 150px;
}

.section-blue-report {
  height:210px;
  background:#1B3863;
  background:var(--main-darkblue);
  position:relative;
}
.sus-report {
  background:url(/wp-content/uploads/2023/05/Website-Sustainability-Highlight.png) center no-repeat;
      background-size: contain;
    height: 287px;
    width: 287px;
    position: relative;
    top: -26px;

}

.sus-title-white {
  font-family: Overpass;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  margin-top:65px;
  line-height: 46px;
  color:#FFF;
	margin-left:20px;
}
.sus-title-gold {
  color: #AA9766;
  font-family: Overpass;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 46px;
	margin-left:20px;
}

.sus-report-button {
  margin-top:80px;
}
.sus-blue-line {
  height: 5px;
  width: 207px;
  background: #1B3863;
  margin-bottom:20px;
  margin-top:120px;
}
.sus-blue-text {
  font-family: Overpass;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;;
  color: #1B3863;
}
.quotes-gold-img {
    position: relative;
    top: -20px;
    left: 50px;
}
.gold-line-quote {
  margin-top:120px;
  margin-bottom:30px;
  width: 100%;
  height: 3px;
  background: #AA9766;
  position:relative;
}
.gold-line {
  width: 100%;
  height: 3px;
  background: #AA9766;
  margin-top:30px;
  margin-bottom:90px;
}
.sus-quote-text {
  font-family: Overpass;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #AA9766;
}
.section-sus-resp-mining {
  margin-bottom:100px;
  margin-top: 100px;
}
.section-sus-resp-mining-title {
  font-family: Overpass;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #AA9766;
  margin-bottom:25px;
}
.srmb-img {
  height:260px;
  width:100%;
  background-size:cover !important;
}
.srmb-img-1{
  /* background:url(/wp-content/themes/irm_oceanagold/images/sus-resmin-bg1.jpg) center no-repeat; */
  background:url(/wp-content/uploads/2021/08/oceana-gold-way.png) center no-repeat;
}
.srmb-img-2{
  background:url(/wp-content/uploads/2021/08/RM-governance.png) center no-repeat;
}
.srmb-img-3{
  background:url(/wp-content/uploads/2020/07/health-1.jpg) center no-repeat;
}
.srmb-title {
    background: #FFFFFF;
    box-shadow: 0px 85px 109px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 20px 40px;
    font-family: Overpass;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    color: #1B3863;
    width: 310px;
    position: relative;
    top: -37px;
}
.srmb-vert-bar {
    position: absolute;
    width: 2px;
    background: #AA9766;
    height: 30px;
    top: 22px;
    left: 20px;
}
.srmb-text {
  font-family: Overpass;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #393939;
  padding-left:10px;
  padding-right:30px;
  margin-bottom:30px;
  min-height:100px;
}
.page-template-template-sustainability {
  /* background:#E5E5E5; */
}

.section-sus-envimp {
  margin-bottom:100px;
}
.sus-envimp-box{
  margin-bottom:50px;
}
.section-sus-envimp-title {
  font-family: Overpass;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #AA9766;
  margin-bottom:25px;
}
.seib-img {
  height:260px;
  width:100%;
  background-size:cover !important;
}
.seib-img-1{
  background:url(/wp-content/uploads/2020/06/GregoryLake_4B6A9617.jpg) center no-repeat;
}
.seib-img-2{
  background:url(/wp-content/uploads/2020/07/tailing-management.jpg) center no-repeat;
}
.seib-img-3{
  background:url(/wp-content/uploads/2020/07/emissions.jpg) center no-repeat;
}
.seib-img-4{
  /* background:url(/wp-content/themes/irm_oceanagold/images/sus-envimp-bg4.jpg) center no-repeat; */
  background:url(/wp-content/uploads/2021/08/our-approach.png) center no-repeat;
}
.seib-img-5{
  /* background:url(/wp-content/themes/irm_oceanagold/images/sus-envimp-bg5.jpg) center no-repeat; */
  background:url(/wp-content/uploads/2021/08/external-affair.png) center no-repeat;
}
.seib-img-6{
  /* background:url(/wp-content/themes/irm_oceanagold/images/sus-envimp-bg6.jpg) center no-repeat; */
  background:url(/wp-content/uploads/2021/08/stakeholder.png) center no-repeat;
}
.seib-title {
    background: #FFFFFF;
    box-shadow: 0px 85px 109px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 20px 40px;
    font-family: Overpass;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #1B3863;
    width: 310px;
    position: relative;
    top: -37px;
    min-height: 85px;
}
.seib-vert-bar {
    position: absolute;
    width: 2px;
    background: #AA9766;
    height: 30px;
    top: 22px;
    left: 20px;
}
.seib-text {
  font-family: Overpass;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #393939;
  padding-left:10px;
  padding-right:30px;
  margin-bottom:30px;
  min-height: 100px;
}


.section-sus-comdev,
.section-susnews-container{
  margin-bottom:100px;

}
.section-susnews-container{
  padding: 70px 0;
  /* background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/wp-content/themes/irm_oceanagold/images/inv-news-bg.jpg) center no-repeat; */
  min-height: 200px;
  position: relative;
  background-size: cover;
  position: relative;
  margin-bottom:0;
}

.page-id-12 .section-susnews-container{
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/wp-content/uploads/2020/06/Reefton_-_birds_on_lake-scaled.jpg) center no-repeat;
}
.page-id-10 .inv-blog-container {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/wp-content/uploads/2020/06/5-scaled.jpg) center no-repeat;
}
.page-id-374 .section-opnews-container {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/wp-content/uploads/2020/07/operation.jpg) center no-repeat;
}
.page-id-18 .section-career-news-container {
/*   background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/wp-content/uploads/2020/06/careers-bg.jpg) center no-repeat; */
  background-size:cover;
}

.sus-comdev-box{
  margin-bottom:50px;
}
.section-sus-comdev-title {
  font-family: Overpass;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #AA9766;
  margin-bottom:25px;
}
.scdb-img {
  height:260px;
  width:100%;
  background-size:cover !important;
}
.scdb-img-1{
  background:url(/wp-content/themes/irm_oceanagold/images/sus-comdev-bg1.jpg) center no-repeat;
}
.scdb-img-2{
  background:url(/wp-content/themes/irm_oceanagold/images/sus-comdev-bg2.jpg) center no-repeat;
}

.scdb-img-3{
  background:url(/wp-content/themes/irm_oceanagold/images/sus-comdev-bg3.jpg) center no-repeat;
}

.scdb-title {
    background: #FFFFFF;
    box-shadow: 0px 85px 109px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 20px 40px;
    font-family: Overpass;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    color: #1B3863;
    width: 320px;
    position: relative;
    top: -37px;
}
.scdb-vert-bar {
    position: absolute;
    width: 2px;
    background: #AA9766;
    height: 30px;
    top: 22px;
    left: 20px;
}
.scdb-text {
  font-family: Overpass;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #393939;
  padding-left:10px;
  padding-right:30px;
  margin-bottom:30px;
}

.sus-news-title{
  margin-bottom:30px;

}
.sus-news-title h2{
  font-weight: bold;
  font-size: 26px;
  color: var(--main-gold);
}
.sus-news-post-meta{
  margin-bottom: 20px;
  font-size:13px;
  color: #ABABAB;
}
.sus-news-post-date{
  float:right;
}
.sus-news-post-content{
  padding: 30px 20px;
  min-height: 150px;
  background:#fff;
}
.sus-news-post-title{
  font-weight: bold;
  color: var(--main-darkblue);
}
.sus-news-post{
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
}

.sidenav .menu .current_page_item a,
.sidenav .menu a:hover{
  background: linear-gradient(90deg, #1B3863, #0c0e27);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    color: #FFF;
}
/* .sidenav .menu a:before{
  display: none;
} */
.page .entry-header{
  display: none;
}
.page-content, .entry-content, .entry-summary{
  margin: 50px 0;
}


/*  Investor Welcome  */

.invhih-container{
  margin: 100px 0 0;
  padding: 45px;
  background: rgba(0,0,0,0.5);
}
a.invlink:hover {
    color: #fff;
}
.invhih-top-box h3{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  text-transform: uppercase;
  color: #fff;
}
.invhih-top-box p{
  margin-bottom: 10px;
}
.invhih-top-box p{
  font-weight: bold;
  font-size: 16px;
  line-height: 219.4%;
  text-transform: uppercase;
  color: #AA9766;
}
.invhih-date{
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  display: block;
}
.invhih-sp p{
  color:#fff;
  margin-bottom: 0;
}
.invhih-sp .percentage{
  font-size:14px;
}
.invhih-spbox .price{
  font-size: 40px;
  line-height: 129.4%;
  color: #AA9766;
}
.invhih-spbox .quoteapi-currency-symbol{
  display: none;
}
.invhih-sp .currency{
  color: #fff;
}
.invhih-sp .quoteapi-change .quoteapi-dollars,
.invhih-sp .quoteapi-pct-change .quoteapi-pct{
  color:#fff !important;
}
.invhih-sp .quoteapi-change:before{
  content:'(';
  color: #C2C1D0;
}
.invhih-sp .quoteapi-change:after{
  content:')';
  color: #C2C1D0;
}
.invhih-sp .quoteapi-pct-change .quoteapi-pct{
  position: relative;
  padding-left:12px;
  font-weight:bold;
}
.invhih-sp .quoteapi-pct-change .quoteapi-negative:before{
  content:'-';
}
.invhih-sp .quoteapi-pct-change .quoteapi-negative:after{
  content:'';
  background: url('/wp-content/themes/irm_oceanagold/images/caret-down-solid.svg') no-repeat;
  position: absolute;
  width: 10px;
  height: 11px;
  background-size: cover;
  left: 0;
  top: 0;
}

.invhih-sp .quoteapi-pct-change .quoteapi-positive:before{
  content:'+';
}
.invhih-sp .quoteapi-pct-change .quoteapi-positive:after{
  content:'';
  background: url('/wp-content/themes/irm_oceanagold/images/caret-up-solid.svg') no-repeat;
  position: absolute;
  width: 10px;
  height: 11px;
  background-size: cover;
  left: 0;
  top: 0;
}
.invlink{
  margin-top: 20px;
  font-weight:bold;
  color: var(--main-gold);
  display: block;
}
.invlink svg{
  margin-bottom: -1px;
  margin-left: 10px;
}
.inv-top-boxes{
  padding: 100px 0;
}
.inv-top-box{
  background-position: center !important;
  background-size: cover !important;
  min-height:433px;
  padding: 30px;
  border-top: 5px solid var(--main-gold);
  position: relative;
}
.inv-top-box h3{
  color:var(--main-gold);
  font-weight: bold;
  font-size:26px;
}
.inv-top-box p,
.inv-top-box li{
  color:#fff;
}
.invtb1 li{
  position: relative;
  list-style-type: none;
}
.invtb1 ul{
  margin-left: 30px;
}
.invtb1 li:before{
  position: absolute;
  content: '';
  background: url(/wp-content/themes/irm_oceanagold/images/list-arrow.png) no-repeat center;
  background-size: cover;
  width: 17px;
  height: 17px;
  top: 5px;
  left: -25px;
}
.invtb1{
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(/wp-content/themes/irm_oceanagold/images/inv-topbox-bg1.jpg) no-repeat;
}
.invtb2{
  /* background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(/wp-content/themes/irm_oceanagold/images/inv-topbox-bg2.jpg) no-repeat; */
  background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.5)),url(/wp-content/uploads/2020/07/2019_-_Waihi_-_Core_Shed_-_Samples_4_1200.jpg) no-repeat;
}
.invtb3{
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(/wp-content/themes/irm_oceanagold/images/inv-topbox-bg3.jpg) no-repeat;
}
.inv-top-box a{
  background: var(--main-gold);
  color:#fff;
  padding: 10px;
  position: absolute;
  bottom: 30px;
  left:30px;
  transition: all .3s ease;
}

.inv-top-box a:hover{
background: var(--skyblue);
}

.inv-top-box a svg{
  margin-left: 20px;
  margin-bottom: -1px;
  transition: all .3s ease;
  transform: translateX(0)
}

.inv-top-box a:hover svg{
  margin-left: 20px;
  margin-bottom: -1px;
  transition: all .3s ease;
  transform: translateX(4px)
}


.inv-analyst-container{
  padding:70px 0;
}
.inv-analyst-title h3,
.inv-news-title h3{
  font-size:26px;
  font-weight: bold;
  color:var(--main-gold);
  margin-bottom:20px;
}
.inv-analyst-title a,
.inv-news-title a{
  color: #1B3863;
  font-weight: bold;
}
.inv-analyst-title a svg,
.inv-news-title a svg{
  margin-bottom: -1px;
  margin-left: 20px;
  transition: all .3s ease;
  transform:translateX(0);
}


.inv-analyst-title a:hover svg,
.inv-news-title a:hover svg{
  transform:translateX(4px);
}





.load-inv-news .list-item{
  position: relative;
  margin-bottom: 20px;
  padding-left: 70px;
  padding-top: 25px;
}
.load-inv-news .list-item:before{
  position: absolute;
  content:'';
  height: 40px;
  width:40px;
  background: url(/wp-content/themes/irm_oceanagold/images/list-news-icon.png) center no-repeat;
  background-size: cover;
  top: 15px;
  left:-15px;
}
.load-inv-news h1.PageTitle,
.load-inv-news .archiveFilter,
.load-inv-news .archiveFilterB,
.load-inv-news .list-item:nth-child(n+7),
.load-inv-news .Pages{
  display:none !important;
}
.load-inv-news .list-date{
  font-size: 14px;
  color: #9192AB;
  float: right;
}
.load-inv-news .list-url{
  font-size: 16px;
  color: #1B3863;
  font-weight:bold;
  transition: all .3s ease;
}


.load-inv-news .list-url:hover{

  color: var(--skyblue);
  padding-left:10px;
}



.inv-reports-top h3{
  font-size: 26px;
  font-weight:bold;
  color:var(--main-gold);
}
.inv-reports-top a{
  font-weight:bold;
  color:var(--main-gold);
  float:right;
  margin-top: 5px;
}


.inv-reports-top a svg{

  transition: all .3s ease;
  transform: translateX(0);
  margin-left:10px;
}

.inv-reports-top a:hover svg{

  transform: translateX(4px);
}



.inv-rb{
  position: relative;
  min-height: 300px;
  padding-top:50px;
  padding-left:50px;
}
.inv-rb:before{
  content:'';
  position: absolute;
  min-height: 150px;
  background: url(/wp-content/themes/irm_oceanagold/images/inv-reports-mainbg.jpg) no-repeat top;
  background-size:cover;
  width:100%;
  height:100px;
  top: 0;
  left: 0;
  right: 0;
}
.inv-rb-cover{
  min-height: 210px;
  background-size:100% !important;
  position: relative;
  box-shadow: 0px 85px 109px rgba(0, 0, 0, 0.15);
}
.inv-rb-cover a{
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  padding:10px;
  font-size: 14px;
  font-weight:bold;
  color:var(--main-darkblue);
  background: #fff;
}
.inv-rb-cover a:after{
  content: '';
  background: url(/wp-content/themes/irm_oceanagold/images/caret-right-solid-blue.svg) no-repeat;
  position: absolute;
  width: 7px;
  height: 14px;
  background-size: cover;
  right: 13px;
  top: 13px;
  transition: all .3s ease;
}


.inv-rb-cover a:hover:after{

  right: 9px;
}


.inv-rb1 .inv-rb-cover{
  background: url(/wp-content/themes/irm_oceanagold/images/inv-rb-cover1.jpg) no-repeat top;
}
.inv-rb2 .inv-rb-cover{
  background: url(https://oceanagold.com/wp-content/uploads/2021/06/aif2020.png) no-repeat top;
}
.inv-rb3 .inv-rb-cover{
  background: url(https://oceanagold.com/wp-content/uploads/2021/06/sus-rep.png) no-repeat top;
}
.inv-reports-top{
  margin-top: 50px;
  margin-bottom:30px;
}
.inv-evpbox .medium-2{
  background: #1B3863;
  color:#fff;
  min-height: 30px;
  font-size: 14px;
  padding: 15px;
}
.inv-evpbox .medium-10{
  background: #425177;
  color:#fff;
  min-height: 30px;
  font-weight: bold;
  font-size: 16px;
  padding: 35px 15px;
}
.inv-evpbox .grid-x{
  margin-bottom: 20px;
}
.inv-evpres-container{
  margin: 100px 0 70px;
}
.inv-evpbox h4 a:hover {
  color:#aa9766;
  font-weight: bold;
}
.inv-evpbox h4 a {
  color: var(--main-darkblue);
  font-weight: bold;
}
.inv-evpbox h4{
  color: var(--main-darkblue);
  font-weight: bold;
  margin-bottom: 30px;
  font-size:16px;
}
.inv-presentation-bg:hover{
  cursor: pointer;
}
.inv-presentation-bg{
  background: url(/wp-content/uploads/2020/07/invs-pres-bg-v2.jpg) center no-repeat;
  min-height: 323px;
  position: relative;
  border-top:5px solid var(--main-gold);
  z-index:9;
  transition: all .5s ease;
}

.inv-presentation-bg:hover{
  background-size:160%;
}



.load-pres-invs .list-item{
  position: absolute;
  float: right;
  max-width: 230px;
  bottom: 30px;
  right: 0;
}

.load-pres-invs h1.PageTitle,
.load-pres-invs .archiveFilter,
.load-pres-invs .archiveFilterB,
.load-pres-invs .list-item:nth-child(n+4),
.load-pres-invs .Pages, .load-pres-invs .ArchiveLink{
  display:none !important;
}
.load-pres-invs .list-date{
  font-size: 14px;
  font-weight: bold;
  color: var(--main-gold);
  float: right;
  margin-right: 20px;
}
.load-pres-invs .list-url{
  font-size: 16px;
  font-weight:normal;
  float: right;
  background: #AA9766;
  padding: 20px;
  color: #fff;
  margin-top: 10px;
}
.inv-pres-logo{
  margin: 10px;
}

.inv-analyst-hero-img{
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(/wp-content/uploads/2020/07/inv-analyst-hero-bg-2.jpg) center no-repeat;
  height:100%;
  background-size:cover;
  transition: all .3s ease;
  pointer-events: none;

}

.inv-analyst-hero{
  /* background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/wp-content/themes/irm_oceanagold/images/inv-analyst-hero-bg.jpg) center no-repeat;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(/wp-content/uploads/2020/07/2019_-_Didipio_-_Underground_Workers_1200_crop.jpg) center no-repeat;*/


  position: relative;
  height:200px;
  overflow: hidden;
  cursor:pointer;
}

.inv-analyst-hero a{
  color:#fff;
  display: block;
  width:100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.355em;
  text-transform: uppercase;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}


.inv-analyst-hero:hover .inv-analyst-hero-img{
  transform: scale(1.2);

}


.inv-analyst-hero a svg{
  margin-bottom: -1px;
  margin-left: 10px;
}
.inv-shareevents-title{
  margin-bottom: 50px;
}
.inv-shareevents-title h3{
  font-size:26px;
  font-weight: bold;
  color:var(--main-gold);
  margin-bottom:20px;
}

.inv-shareevents-title a{
  color: #1B3863;
  font-weight: bold;
}




.inv-shareevents-title a svg{
  margin-bottom: -1px;
  margin-left: 20px;
  transform: translateX(0);
  transition: all .3s ease;
}

.inv-shareevents-title a:hover svg{
  transform: translateX(4px);
}

.inv-shareevents-container{
  padding:70px 0;
}
.inv-shareevents-events .medium-2{
  font-size:14px;
  padding: 25px;
  color: #EBE5D7;
  background: var(--main-gold);
}
.inv-shareevents-events .medium-10{
  color:#000;
  padding: 30px;
}
.inv-shareevents-events .grid-x{
  margin-bottom:30px;
  border-bottom: 1px solid #E1D8C6;
}
.inv-bottomboxes-container{
  padding:70px 0;
}
.inv-btmbox{
  padding:40px;
  position: relative;
  min-height: 300px;
}
.inv-btmbox h3{
  color:#fff;
  font-size: 26px;
  font-weight:bold;
}
.inv-btmbox p,
.inv-btmbox a{
  color:#fff;
}
.inv-btmbox a{
  font-weight:bold;
  position: absolute;
  bottom:40px;
  left:40px;
  right:40px;
}
.inv-btb1{
  background:var(--main-darkblue);
}
.inv-btb2{
  background:#65A1B8;
}
.inv-btb3{
  background:#393939;
}
.inv-btb3 h3{
  margin-bottom: 20px;
}
.inv-btb3 input[type="submit"]{
  width: 100%;
  padding:12px;
  display: block;
  background: var(--main-gold);
  color: #fff;
  font-size: 16px;
  font-weight:bold;
  border:none;
}
.inv-btmbox a:after{
    content: '';
    background: url(/wp-content/themes/irm_oceanagold/images/caret-right-solid.svg) no-repeat;
    position: absolute;
    width: 7px;
    height: 14px;
    background-size: cover;
    right: 3px;
    top: 5px;
    transition: all .3s ease;
}

.inv-btmbox a:hover:after{
right:0;
}


.inv-news-title h2{
  color: var(--main-gold);
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.inv-news-post-meta{
  font-size: 13px;
  color:#ABABAB;
}
.inv-news-post-date{
  float:right;
}
.inv-news-post{
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  margin-bottom:50px;
}
.inv-news-post-title{
  color:var(--main-darkblue);
  font-size:16px;
  font-weight:bold;
}
.inv-news-post-meta{
  margin-bottom:20px;
}

.inv-news-post-content{
  padding: 20px;
  min-height: 150px;
}
.inv-blog-container{
  padding:70px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/wp-content/themes/irm_oceanagold/images/inv-news-bg.jpg) center no-repeat;
  min-height: 200px;
  position: relative;
  background-size:cover;
  position: relative;
}
.faq-q{
  border-bottom: 1px solid #E1D8C6;
  padding:10px;
  position:relative;
  transition: all .3s ease;
}
.faq-q:before{
    content: '';
    background: url(/wp-content/themes/irm_oceanagold/images/angle-down-light-gold.svg) no-repeat;
    position: absolute;
    width: 13px;
    height: 17px;
    background-size: cover;
    right: 12px;
    top: 12px;
}
.faq {
  list-style: none;
  /* max-width: 800px; */
  margin: 0 auto;
}
.faq li {
  margin-bottom: 1em;
  position: relative;
  cursor:pointer;
}

.faq li:hover div.faq-q:first-child {
  padding-left:20px;
}


.faq-a {
  display: none;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-left: 5px;
}

/* .main-navigation ul ul ul {
  left: 240px;
  top: 0;
} */
.main-navigation ul ul a {
  width: 240px;
}
.main-navigation ul > li > ul > li:hover > ul{
  left:240px;
}
article.page{
  margin-top: 50px;
}


.ni-news-title{
  margin-bottom:30px;
}
.ni-news-title h2{
  font-weight: bold;
  font-size: 26px;
  color: var(--main-gold);
}
.ni-news-post-meta{
  margin-bottom: 20px;
  font-size:13px;
  color: #ABABAB;
}
.ni-news-post-date{
  float:right;
}
.ni-news-post-content{
  padding: 30px 20px;
  min-height: 150px;
}
.ni-news-post-title{
  font-weight: bold;
  color: var(--main-darkblue);
}
.ni-news-post {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  margin-bottom:40px;
}
.ni-news-post-boxes .large-4:nth-child(1) {
    width: calc(66.66666% - 1.875rem);
}

/* Operations */
.op-top-boxes{
  padding: 100px 0;
}
.op-top-box{
  background-position: center !important;
  background-size: cover !important;
  min-height:400px;
  padding: 0px;
  border-top: 5px solid var(--main-gold);
  position: relative;
}
.op-top-box h3 {
    color: #fff;
    margin-left: 0px;
    margin-top: 0px;
    background: rgba(7, 51, 97, 0.86);
    padding: 6px 15px;
    font-weight: bold;
    font-size: 26px;
    /* min-height: 84px; */
}
.op-top-box p,
.op-top-box li{
  color:#fff;
}
.optb1 li{
  position: relative;
  list-style-type: none;
}
.optb1 ul{
  margin-left: 30px;
}
.optb1 li:before{
  position: absolute;
  content: '';
  background: url(/wp-content/themes/irm_oceanagold/images/list-arrow.png) no-repeat center;
  background-size: cover;
  width: 17px;
  height: 17px;
  top: 5px;
  left: -25px;
}
.optb1{
  background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0)),url(/wp-content/themes/irm_oceanagold/images/opr-topbox-bg1.jpg) no-repeat;
}
.optb2{
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0)),url(/wp-content/uploads/2021/08/exploration.png) no-repeat;
}
.optb3{
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url(/wp-content/uploads/2021/08/waihi-study.png) no-repeat;
}
.optb4{
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url(/wp-content/uploads/2020/06/investor-welcome-banner.jpg) no-repeat;
}
.op-top-box a{
  background: var(--main-gold);
  color:#fff;
  padding: 10px;
  position: absolute;
  bottom: 30px;
  left:30px;
}

.op-top-box a:visited{
  color:#fff;

}
.op-top-box a svg{
  margin-left: 20px;
  margin-bottom: -1px;
}

/* Operations */


/* Operations News */
.section-op-comdev,
.section-opnews-container{
  margin-bottom:100px;
}


.section-opnews-container {
  padding: 70px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/wp-content/themes/irm_oceanagold/images/inv-news-bg.jpg) center no-repeat;
  min-height: 200px;
  position: relative;
  background-size: cover;
  position: relative;
  margin-bottom:0;
}
.op-comdev-box{
  margin-bottom:50px;
}
.section-op-comdev-title {
  font-family: Overpass;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #AA9766;
  margin-bottom:25px;
}
.opdb-img {
  height:260px;
  width:100%;
  background-size:cover !important;
}
.opdb-img-1{
  background:url(/wp-content/themes/irm_oceanagold/images/sus-comdev-bg1.jpg) center no-repeat;
}
.opdb-img-2{
  background:url(/wp-content/themes/irm_oceanagold/images/sus-comdev-bg2.jpg) center no-repeat;
}

.opdb-title {
    background: #FFFFFF;
    box-shadow: 0px 85px 109px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 20px 40px;
    font-family: Overpass;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    color: #1B3863;
    width: 320px;
    position: relative;
    top: -37px;
}
.opdb-vert-bar {
    position: absolute;
    width: 2px;
    background: #AA9766;
    height: 30px;
    top: 22px;
    left: 20px;
}
.opdb-text {
  font-family: Overpass;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #393939;
  padding-left:10px;
  padding-right:30px;
  margin-bottom:30px;
}

.op-news-title{
  margin-bottom:30px;
}
.op-news-title h2{
  font-weight: bold;
  font-size: 26px;
  color: var(--main-gold);
}
.op-news-post-meta{
  margin-bottom: 20px;
  font-size:13px;
  color: #ABABAB;
}
.op-news-post-date{
  float:right;
}
.op-news-post-content{
  padding: 30px 20px;
  min-height: 172px;
  background:#FFF;
}
.op-news-post-title{
  font-weight: bold;
  color: var(--main-darkblue);
}
.op-news-post{
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
}

/* Operations News */


/* Careers */
.career-career{
  /* background: var(--main-darkblue); */
  padding: 70px 0;
}
.career-career-box h4{
  font-weight: bold;
  font-size:50px;
  text-align:left;
  color:var(--main-gold);
}
.career-career-box .home-slide-line {
  margin: 0 auto 10px;
  display: block;
}
.career-career-box p{
  color:var(--main-darkblue);
  font-size:20px;
  line-height:1.5;
  text-align:left;
  display: block;
  margin: 15px auto 30px;
}
.career-career-box a{
  font-weight: bold;
  color: var(--main-gold);
  display: block;
  margin: 0 auto;
  width: 170px;
}
.career-career-box a svg{
  margin-left:10px;
  margin-bottom:-1px;
}

.career-top-boxes {
    padding: 0 0 100px 0;
}
.career-top-box{
  background-position: center;
  background-size: cover !important;
  min-height:400px;
  padding: 0px;
  border-top: 5px solid var(--main-gold);
  position: relative;
}
.career-top-box h3{
  color:#fff;
  font-weight: bold;
  font-size:26px;
}
.career-top-box p,
.career-top-box li{
  color:#fff;
}
.career-b1 li{
  position: relative;
  list-style-type: none;
}
.career-b1 ul{
  margin-left: 30px;
}
.career-b1 li:before{
  position: absolute;
  content: '';
  background: url(/wp-content/themes/irm_oceanagold/images/list-arrow.png) no-repeat center;
  background-size: cover;
  width: 17px;
  height: 17px;
  top: 5px;
  left: -25px;
}
.career-b1{
  background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.0)),url(/wp-content/uploads/2020/06/careers-box1v2.jpg) -31px 22px no-repeat;
}
.career-b2 {
    background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.0)),url(/wp-content/uploads/2020/07/Employment-Diversity.jpg) -70px 15px no-repeat;
}
.career-b3 {
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.0)),url(/wp-content/uploads/2022/04/Website-Banner-2022-Haile-Jeremy-and-Josue.png) -170px 13px no-repeat;
}
.career-top-box a{
  background: var(--main-gold);
  color:#fff;
  padding: 10px;
  position: absolute;
  bottom: 30px;
  left:30px;
}
.career-top-box a svg{
  margin-left: 20px;
  margin-bottom: -1px;
}
.career-top-box h3 {
    margin-left: 0px;
    margin-top: 0px;
    background: rgba(7, 51, 97, 0.86);
    padding: 6px 15px;
}

.career-news-title{
  margin-bottom:30px;
}
.career-news-title h2{
  font-weight: bold;
  font-size: 26px;
  color: var(--main-gold);
}
.career-news-post-meta{
  margin-bottom: 20px;
  font-size:13px;
  color: #ABABAB;
}
.career-news-post-date{
  float:right;
}
.career-news-post-content{
  padding: 30px 20px;
  min-height: 172px;
  background:#fff;
}
.career-news-post-title{
  font-weight: bold;
  color: var(--main-darkblue);
}
.career-news-post{
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
}
.section-career-news-container {
  margin-bottom:100px;
  padding: 70px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/wp-content/themes/irm_oceanagold/images/inv-news-bg.jpg) center no-repeat;
  min-height: 200px;
  position: relative;
  background-size: cover;
  position: relative;
  margin-bottom:0;
}

/* Careers */

.tabs-title > a {
  color:#FFF;
  background: #aa9766;
  font-size:16px;
  font-weight:bold;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
    background: #063260;
    color: #FFF;
}
.tabs-title>a:hover {
    background: #063260;
    color: #FFF;
    opacity:0.9;
}

.quote-button:hover {
  opacity:0.9;
  background: #063260;
  color: #FFF;
}
.quote-button {
    background: #AA9766;
    color: #fff;
    padding: 12px 45px;
    font-weight: bold;
    display: inline-block;
    font-size:16px;
    border:none;
}


/* Bios */
.bio-cbox-button a,
.bio-cbox-button a:visited
{
    background: #AA9766;
    color: #fff;
    padding: 12px 45px;
    font-weight: bold;
    display: inline-block;
}
.bio-details img {
  margin-bottom:20px;
}
.bio-cbox-modal {
  white-space: pre-wrap;
}
.bio-details {
  position:relative;
}
.bio-close {
  position:absolute;
  top:10px;
  right:15px;
  color:#000;
  font-size:20px;
  font-weight:bold;
}
.bio-cbox:hover {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.4);
}
.bio-cbox-text {
  margin-bottom:20px;
  font-weight:bold;
}
.bio-cbox {
  cursor:pointer;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  padding: 30px;
}
.bio-cbox-img {
  height:260px;
  width:100%;
  margin-bottom: 30px;
}
.bio-details .bio-cbox-text {
  text-align: center;
}
.bio-title {
  color: #073361;
  font-size: 20px;
}
.bio-sub {
    color: #797979;
    font-size: 16px;
    min-height:72px;
}
/* Bios */


.homepage-nz-map-table, .homepage-nz-map-table tbody{
  background:none;
  padding:0;
}

.homepage-nz-map-table tr{
  background:none;
}

.homepage-nz-map-table tr td{
  background:none;
  padding:0;
	position:relative;
}


.homepage-nz-map-table .more{
  left:0;
	bottom:-44px;
}

.blog-posted-entry{
	color:#fff;
}

.blog-posted-entry a{
	color:#ffffff;
}


.blog-sidenav .widget.widget_search{
	margin-top:50px;
}



.blog-sidenav h2{
	    display: inline-block;
    /* min-width: 270px; */
    float: none;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    color: #AA9766;
    font-weight: bold;
    position: relative;
}

.blog-sidenav ul{
	list-style:none;
	margin-bottom: 0;
  margin-left: 10px;
}


.blog-sidenav ul li a{
		    display: inline-block;
    /* min-width: 270px; */
    float: none;
    width: 100%;
    font-size: 15px;
    padding: 10px;
    color: #1B3863;
    font-weight: bold;
    position: relative;
    line-height: 1.3;
}



.blog-sidenav ul li a:before {
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    content: '';
    background: #C0B28C;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 10px;
    right: 0;
    display: block;
    margin: 0;
}


.blog-sidenav ul li a:hover:before {
    opacity: 1;
    width: 150px;
}


.blog-sidenav ul li a:hover {
    background: linear-gradient(90deg, #1B3863, #0c0e27);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    color: #FFF;
}


.footer-wrap {
	background:#dcdcdc;
	padding-top:20px;
	padding-bottom:20px;
}


/*List page styling*/

.list-page-style .list-item{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}


.list-page-style .list-item a.list-url {
    color: #0c102a;
}


.list-page-style .list-item .list-date {
    color: #929292;
}


.list-page-style .archiveFilterB {

}



.list-page-style .archiveFilterB{
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #063260;
    padding-bottom: 1px;
}
.list-page-style .archiveFilterB a{
    padding: 5px 10px;
    color: #063260;
}
.list-page-style .archiveFilterB a.currentyear,
.list-page-style .archiveFilterB a:hover{
    background: #063260;
    color:#fff;
}
.list-page-style .FilterByYear{
    margin-right: 10px;
}



.list-page-style .Pages ul li a {
    margin-right:2px;
    color:#FFF;
}
.list-page-style .Pages ul li {
  display:inline-block;
  padding:3px 10px;
  background:#063260;
  border-radius: 2px;
  margin-right:2px;
  color: #a59266;
  font-weight: bold;
}
.list-page-style .Pages ul {
  list-style:none;
  margin:0;
  padding:0;
}

.arthumb {
	margin-bottom: 20px;
	background: url('/wp-content/themes/irm_oceanagold/images/abstr-triangles-gold-cut-1.png') center no-repeat;
	padding: 20px;
	transition: all 0.3s ease;
	min-height: 258px;
}

.arthumb p {
    font-size: 30px;
    max-width: 400px;
    margin: 48px auto 0;
    color: #0a0a0a;
    line-height: 22px;
    padding-top: 20px;
}
span.text-top {
	font-size: 14px;
  color:#0a0a0a;
}
span.text-bottom b {

}
span.text-bottom {
    display: block;
    text-transform: capitalize;
    font-weight: bold;
    color: #073361;
}

.post, .page {
    margin: 0;
}

.center-button {
  text-align: center;
}
.center-button a {
  display:inline-block;
}
.blog-cat {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.blog-cat .blog-cat-items{
  display: inline-block;
  float:left;
  width: 25%;
}
.blog-cat .blog-cat-items a{
  padding: 10px;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color:#1B3863;
}
.blog-cat .blog-cat-items a:hover{
  color:var(--main-gold);
}
.blog-cat .blog-cat-items a:before{
  content: '';
  border-left: 2px solid #1B3863;
  height: 20px;
  position: absolute;
  left:0;
  top:12px;
}
.blog-cat .blog-cat-items:last-of-type a:after{
  content: '';
  border-left: 2px solid #1B3863;
  height: 20px;
  position: absolute;
  right:0;
  top:12px;
}

.single-post .internal-page-banner h1{
  font-size: 40px;
  line-height: 1.3;
}
p.blog-posted-entry{
  font-size: 14px;
}
.byline{
  display: none;
}
.inner-page-content,
.sideBar{
  margin-top: 50px;
}
.blog-sidenav{
  padding-top: 40px;
}
.archive .ni-news-post-meta {
  min-height: 38px;
}
.ni-news-post-content {
  padding: 30px 20px;
  min-height: 215px;
}
.entry-footer .cat-links{
  margin-right: 20px;
}
.entry-footer{
  margin-bottom: 20px;
}
.post-navigation a,
.entry-footer a{
  color: var(--main-gold);
}
.ni-news-post:hover{
  cursor: pointer;
}

.list-page-style .list-item {
  overflow:hidden;
  clear:both;
}
.list-page-style .list-title {
  float:left;
  width:80%;
}
.list-page-style .list-date {
  width:20%;
  float:left;
}
@media(max-width:880px) {
  .list-page-style .list-title,
  .list-page-style .list-date {
    float:none;
    width:100%;
  }
}


/* Financial Info */
.fin-top-boxes{
  padding: 100px 0;
}
.fin-top-box{
  background-position: center !important;
  background-size: cover !important;
  min-height:400px;
  padding: 0px;
  border-top: 5px solid var(--main-gold);
  position: relative;
  margin-bottom:30px;
}
.fin-top-box h3{
  color: #fff;
  margin-left: 0px;
  margin-top: 0px;
  background: rgba(7, 51, 97, 0.86);
  padding: 6px 15px;
  font-weight: bold;
  font-size: 26px;
}
.fin-top-box p,
.fin-top-box li{
  color:#fff;
}
.fintb1 li{
  position: relative;
  list-style-type: none;
}
.fintb1 ul{
  margin-left: 30px;
}
.fintb1 li:before{
  position: absolute;
  content: '';
  background: url(/wp-content/themes/irm_oceanagold/images/list-arrow.png) no-repeat center;
  background-size: cover;
  width: 17px;
  height: 17px;
  top: 5px;
  left: -25px;
}
.fintb1{
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url(/wp-content/themes/irm_oceanagold/images/inv-topbox-bg1.jpg) no-repeat;
}
.fintb2{
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url(/wp-content/themes/irm_oceanagold/images/inv-topbox-bg2.jpg) no-repeat;
}
.fintb3{
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url(/wp-content/themes/irm_oceanagold/images/inv-topbox-bg3.jpg) no-repeat;
}
.fintb4{
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),url(/wp-content/uploads/2020/06/investor-welcome-banner.jpg) no-repeat;
}
.fin-top-box a{
  background: var(--main-gold);
  color:#fff;
  padding: 10px;
  position: absolute;
  bottom: 30px;
  left:30px;
}
.fin-top-box a svg{
  margin-left: 20px;
  margin-bottom: -1px;
}
/* Financial Info */


/* slick slider custom CSS */
.home-slick-slider{

}

.home-slick-slider .wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content {

  text-align: left;
    position: absolute;
    width: 100%;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    /* display: inline-block; */
    display: block;
    padding-right: .9375rem;
    padding-left: .9375rem;
}




.home-slick-slider .wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slide-title {
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  position: relative;
  color: #C0B28C;
  text-shadow: 0px 0px 100px #000000;
  max-width: 665px;
  margin-bottom: 20px!important;
}


.home-slick-slider .wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content .wpsisac-bg-overlay {
  padding: 30px;
  margin-top:110px;
}

.home-slick-slider .wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content .wpsisac-bg-overlay:before{
  content:'';
  width: 300px;
    height: 5px;
    background: #C0B28C;
    margin-bottom: 20px;
    display:block;
}


.home-slick-slider .wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content p {
  text-align: left;
  color: #fff;
  text-shadow: 0 1px 2px #000;
  font-size: 16px;
  max-width: 684px;
  font-size: 20px;
  color: #FFFFFF;
}

.home-slick-slider .wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore {

padding: 12px 45px;
    background: #AA9766;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    border: none;
    text-transform: unset;
    transition: all .3s ease;


}


.home-slick-slider .wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore:hover {
  background:var(--skyblue);
}

.home-slick-slider .wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 500;
  margin-left: 20px;
  transition: all .3s ease;
  transform: translateX(0);
  display:inline-block;
}


.home-slick-slider .wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore:hover:after {
  transform:translateX(4px);

}


.home-slick-slider .wpsisac-slick-slider .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.8) !important;
  height: 20px!important;
  width: 20px!important;
  border: 0;
}


.home-slick-slider .wpsisac-slick-slider .slick-dots li button {
  background: rgba(255, 255, 255, 0.4) !important;
  height: 20px!important;
  width: 20px!important;
  border: 0;
}
.home-slick-slider .wp-medium-7 {
    width: 60.33333%;
}

.header-shrink .custom-logo-link img {
  height:50px;
  width:auto;
  margin-top:30px;
}
.header {
  transition: all 0.3s;
}
.header-shrink {
  transition: all 0.3s;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  background:rgba(255,255,255,0.9);
  z-index:1001;
}
.map-july-20 {
    position: relative;
    width: 100%;
    height: 750px;
    margin-bottom: 30px;
    background: url(/wp-content/uploads/2023/03/new-map.png) center -15px no-repeat;
    background-size: cover;
}
.map-click:hover {
  border:2px solid rgba(255,255,255,1);
  box-shadow:0px 1px 2px rgba(0,0,0,0.5);
  background:rgba(255,255,255,0.3);
}
.map-click {
  /* border:2px solid rgba(255,255,255,0.1); */
  border:2px solid rgba(255,255,255,1);
  /* box-shadow:0px 1px 2px rgba(0,0,0,0.5); */
  background:rgba(255,255,255,0.3);
  border:2px solid 2px solid rgb(27, 56, 100);
  padding:10px;
  border-radius:30px;
  background:rgba(255,255,255,0);
  position:absolute;
  top:0px;
  left:0px;
  -webkit-animation:shadow-cycle 3s infinite;
	animation:shadow-cycle 3s infinite;
}
@keyframes shadow-cycle {
	0% {
    border:2px solid rgba(255,255,255,0);
		filter:drop-shadow(0 0 5px transparent);
		-webkit-filter:drop-shadow(0 0 5px transparent)
	}
	50% {
    border:2px solid rgba(255,255,255,1);
		filter:drop-shadow(0 0 5px rgb(27, 56, 100));
		-webkit-filter:drop-shadow(0 0 5px rgb(27, 56, 100))
	}
	100% {
    border:2px solid rgba(255,255,255,0);
		filter:drop-shadow(0 0 5px transparent);
		-webkit-filter:drop-shadow(0 0 5px transparent)
	}
}
.map-dip {
       width: 99px;
    height: 28px;
    top: 365px;
    left: 196px;
}
.map-exp {
   width: 152px;
    height: 28px;
    top: 200px;
    left: 598px;
	display:none;
}
.map-exp-v2 {
    width: 195px;
    height: 60px;
    top: 540px;
    left: 973px;
}
.map-hai {
	width: 113px;
    height: 24px;
    top: 295px;
    left: 935px;
}
.map-wai {
  width: 123px;
    height: 25px;
    top: 604px;
    left: 435px;
}
.map-ree {
  width: 199px;
    height: 24px;
    top: 631px;
    left: 422px;
}
.map-mac {
   width: 135px;
    height: 23px;
    top: 658px;
    left: 406px;
}

.map-junc {
       width: 104px;
    height: 24px;
    top: 594px;
    left: 312px;

}
.map-blurb {
  display:none;
}

.grid-1200 {
  width:1200px;
}
.home-covid{
  padding: 20px;
  background: var(--main-darkblue);
  color:var(--main-gold);
  transition: all 0.3s ease;
}
.home-covid:hover{
  cursor: pointer;
}
.home-covid:hover{
  color:#fff;
}

.home-covid h3{
  float: left;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0;
  font-size:20px;
}
.home-covid p{
  float: left;
  display: inline-block;
  margin-left: 30px;
}
.home-covid p{
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 5px;
}



.contact-relative {
}
.contact-banner-box:hover {
  background: rgba(255,255,255,1);
  box-shadow:0px 1px 10px rgba(0,0,0,0.2);
}
.contact-banner-box {
    cursor: pointer;
    background: rgba(255,255,255,0.8);
    width: 200px;
    padding: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 72px;
    right: 0px;
    border-left: 3px solid #073361;
}


.post-588 ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

.post-588 ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.post-588 ol > li:before {
  display: inline-block;
  width: 2em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
.mt-20 {
  margin-top:20px;
}
.mt-50 {
  margin-top:50px;
}
.mb-20 {
  margin-bottom:20px;
}

.testimon-wrap {
  padding:100px 0;
  background:#67A2B9;
}

.testimonial-box:hover {
  transition: all 0.3s;
	transform: scale(1.2);
  box-shadow:0px 1px 20px rgba(0,0,0,0.5);
}
.testimonial-box {
  background:#FFF;
  color:#000;
  cursor:pointer;
  transition: all 0.1s;
}
.testi-img {
  height:300px;
  width:100%;
  background:#000;
}
.testi-title {
  font-size: 20px;
}
.testi-text {
  padding:20px;
}
.testimon-wrap h2 {
  color:var(--main-darkblue);
}
.ti1 {
  border-bottom:4px solid var(--maroon);
}
.ti2 {
  border-bottom:4px solid var(--orange);
}
.ti3 {
  border-bottom:4px solid var(--green);
}
.ti4 {
  border-bottom:4px solid var(--main-gold);
}

.ti1 .testi-img {
  background:url(/wp-content/uploads/2020/09/jackie.jpg) center no-repeat;
  background-size:cover;
}
.ti2 .testi-img {
  background:url(/wp-content/uploads/2021/10/Darwynn-Tucpi-Didipio-2021-scaled.jpg) center no-repeat;
  background-size:cover;
}
.ti3 .testi-img {
  background:url(/wp-content/uploads/2020/07/josue-n.jpg) center no-repeat;
  background-size:cover;
}
.ti4 .testi-img {
  background:url(/wp-content/uploads/2021/10/Beverly-Adams-scaled.jpeg) center no-repeat;
  background-size:cover;

}
.ti4 .testi-text{
	padding: 18px;
}

.internal-page-banner h3 {
  color:#FFF;
}
.fancybox-content blockquote {
  font-size:20px;
}




.load-events .list-item:nth-child(n+6),
.load-events .PageTitle,
.load-events .ArchiveLink
{
    display:none;
}

.load-events .list-item {
  overflow:hidden;
  clear:both;
  margin-bottom:11px;
}
.load-events .list-date {
  background: #1B3863;
  color: #fff;
  min-height: 100px;
  font-size: 14px;
  padding: 15px;
  width:20%;
  float:left;
}
.load-events .list-url {
    background: #425177;
    color: #fff;
    min-height: 100px;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 15px 0 15px;
    width: 80%;
    float: left;
    transition: all .3s ease;
}

.load-events .list-url:hover {
  background: var(--skyblue);

}


.inv-keydates .vsel-meta-title {
  color: #000;
  padding: 30px;
  float:right;
  width:80%;
  font-size:16px;
  font-family: 'Overpass', sans-serif;
}
.inv-keydates .vsel-meta-cats {
  display:none;
}
.inv-keydates .vsel-meta-date {
    font-size: 14px;
    padding: 14px 25px;
    color: #EBE5D7;
    background: var(--main-gold);
    width: 20%;
    float: left;
}
.inv-keydates #vsel .vsel-content {
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ccc;
}
.inv-keydates .vsel-meta {
    width: 100%;
    float: none;
}

.inv-keydates .vsel-content:nth-child(n+3),
.inv-keydates .vsel-info
{
  display:none;
}

.fb-links .sub-menu li ul{
  display:none;
}

h2.blog-title{
  color:#fff;
}

.postid-432 .page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://dev-oceana-gold-2.pantheonsite.io/wp-content/uploads/2020/05/Haile-Gold-Mine-reducing-occupational-noise-exposures-scaled.jpg) center 28% no-repeat !important;
    background-size: cover !important;
}

.to-top {
  height:32px;
  width:32px;
  background:#1b3863;
  color:#FFF;
  position:fixed;
  bottom:10px;
  right:10px;
  display: flex;
	align-items: center;
  text-align: center;
  justify-content: center;
}

.load-pres-invs .list-date {
    font-size: 14px;
    font-weight: bold;
    color:#FFF;
    background: var(--main-gold);
    float: right;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.map-july-20-img {
  display:none;
}

.stay-connected-footer {
  display:none;
}
.form-row input[type="submit"] {
    background: #AA9766;
    color: #fff!important;
    padding: 12px 30px;
    font-weight: bold;
    display: inline-block;
    transition: all .3s ease;
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
}

.page-id-611 .arthumb a {
  display:block;
  margin-bottom:10px;
}
.page-id-611 .arthumb p {
    font-size: 30px;
    max-width: 400px;
    margin: 48px auto 0;
    color: #0a0a0a;
    line-height: 22px;
    padding-top: 0;
}


.postid-426  .page-header{
background-color: #000;
background-size:contain;
background-position: 82%!important;
}


.email-form-mini input[type="text"],.email-form-mini input[type="email"]{
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

.inv-news-post .media-post-img-zoom{
  transition: all .3s ease;
}

.media-post-img-zoom{
  transition: all .3s ease;
}

.inv-news-post:hover .media-post-img-zoom{
  transform: scale(1.2);
}

.ni-news-post:hover .media-post-img-zoom {
    transform: scale(1.2);
}
.career-news-post:hover .media-post-img-zoom {
    transform: scale(1.2);
}
.sus-news-post:hover .media-post-img-zoom {
    transform: scale(1.2);
}
.op-news-post:hover .media-post-img-zoom {
    transform: scale(1.2);
}

.op-top-box a:hover svg {
  transition: all .3s ease;
  margin-left: 20px;
  margin-right:5px;
}
.op-top-box a svg {
    transition: all .3s ease;
    margin-left: 15px;
    margin-right:10px;
    margin-bottom: -1px;
}

.career-top-box a:hover svg {
  transition: all .3s ease;
  margin-left: 20px;
  margin-right:5px;
}
.career-top-box a svg {
    transition: all .3s ease;
    margin-left: 15px;
    margin-right:10px;
    margin-bottom: -1px;
}

.page-id-43 .PageTitle {
  display:none;
}

.sub-p-text [type=checkbox] {
    margin: 0 5px 0 0;
    float:left;
}

.sub-p-text {
  font-size:12px;
}
.sub-p-text-large {
  font-size:14px;
}

#hidden_form {
  transition: all .3s ease;
}

.mob-menu-logo-holder a {
    background: url(/wp-content/themes/irm_oceanagold/images/logo-text-only.png) center no-repeat;
    background-size: contain;
    width: 160px;
    height: 13px;
    display: inline-block;
    margin-top: 19px;
}
.mob-menu-logo-holder a span {
    display: none;
}
.mob-menu-logo-holder {
    background: #ffffff;
}
.mobmenul-container i {
    color: #1b3863 !important;
}

.back-btn{
  text-align: right;
}
.back-btn a {
  background: #AA9766;
  color: #fff;
  padding: 10px 20px;
}

.single-post #breadcrumbs {
	display:none;
}
.category-6 .page-header {
    background: url(https://oceanagold.com/wp-content/uploads/2021/05/2021-Macraes-Deepdell-Project-Area-5c.jpg) center no-repeat !important;
    background-size: cover!important;
}
.category-5 .page-header {
    background: url(https://oceanagold.com/wp-content/uploads/2021/05/2021-Mar-Waihi-TeamAtSilt_MPS1490c.jpg) center top no-repeat !important;
    background-size: cover!important;
}
.inv-rb2 .inv-rb-cover {
    background: url("/wp-content/uploads/2020/07/2019_-_Waihi_-_Core_Shed_-_Samples_4_1200.jpg") no-repeat top;
}
.inv-rb-cover {
    min-height: 340px;
}

ol.item-bg {
    background: #EFEFEF;
    display: block;
    position: relative;
    padding: 20px 20px 10px 30px;
    margin: 0px !important;
    margin-bottom: 10px !important;
    border: 1px solid #aa9766;
}
:target {
  display: block;
  position: relative;
  top: -270px; 
  visibility: hidden;
}
/*---New Changes 30-8-22---*/
a.big-gold-button {
    width: 100%;
    text-align: center;
}


.wd_btn-navy {
    background: linear-gradient(90deg, #1B3863, #0c0e27);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    color: #FFF;
    width: fit-content;
    font-size: 13px;
    padding: 10px;
    display: block;
    font-weight: bold;
    position: absolute;
}

.footer-box .wd_btn-navy {
    color: #fff;
}
