.hrheader {
  text-align: left;
  background: #032F55;
  padding: 6px;
  font-family: proxima-nova-condensed,sans-serif;
  font-size: 18px;
  color: white;
}

.hrtablebody {
  text-align: left;
  padding: 3px;
  font-family: proxima-nova-condensed,sans-serif;
  font-size: 16px;
  vertical-align: text-top;
  width: 200px;
}

hr.style-six {
    border: 0;
    height: 0;

    border-bottom: .9px solid rgba(91, 86, 84, 0.3);
}

.highlight-sustain,
.highlight-sustain2 {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 5px 5px;
  background-color: #00aeef;
  font-family: proxima-nova-condensed, sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  min-width: 181px;
  border-radius: 0px;
  vertical-align: baseline;
  position: relative;
text-align:center;
}

a.highlight-sustain:hover {
  background-color: #004157;
}

a.highlight-sustain2:hover:after {
  position: absolute;
 background:#004157;
opacity:.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ' ';

}

ul.custom
{ list-style-type: ""; }


li.srbullet {
  list-style-type: " ";
}

 .approach-container {

   background-color: #eaf2f1;
    padding: 60px 80px;
    margin: 0 auto;
    width: 100%;
    max-width: 950px;
    clear: both;

}

/* Reset.css */
div, img, a, ul, li, span, h1, h2, h3, h4, h5 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	border: 0;
	outline: none!important;
}
.clear {
	clear: both;
}
a {
	/*color:#00aeef;*/
	color:#103F5A;
}

p a, .fcx-inner-accordion-content a, .poplink-container a, ul li a, div a {
	color:#00aeef;
}

a:hover, a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
/* Normal Styling */

body {
	font-family: proxima-nova-condensed, sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
	position: inherit;
	overflow-x:hidden;
}
p {
	line-height: 1.65;
}

table {
	margin-top:15px;
	margin-bottom:30px;
}

ul.screed, ol.screed {
	line-height: 1.2;/* used for "bullet lists" with massive blocks of text */
}
ol.screed, ol.screed li {
	list-style-position: inside !important;
	list-style-type:decimal !important;
}

ul.no-bullet, ul.no-bullet li,
.container950 ul.no-bullet li {
	list-style-type: none !important;
	background: none !important;
	padding-left:0 !important;
}

.photo-credit {
	padding:41px;
	color:#000;
	background:#ebebeb;
	font-size:18px;
	font-family: proxima-nova-condensed, sans-serif;
	display:block;
	margin-top:50px;
}

.hero-caption {
    padding: 20px;
    color: #000;
    background: #6dcff6;
    font-size: 18px;
    font-family: proxima-nova-condensed, sans-serif;
    margin: 30px auto 0 auto;
    /* margin-left: 250px; */
    /* margin-right: 250px; */
    max-width: 940px;
    width: 65%;
}

.hero-caption-blue  {
	color:#38b2ec;
	background:#ebebeb;
	font-size:18px;
	font-family: proxima-nova-condensed, sans-serif;
	display:block;
	margin-top:30px;
}

.poplink-container .photo-credit {
	border-top:1px solid #103f5a;
}

h2 {
	font-family: acumin-pro-condensed, sans-serif;
	color: #00aeef;
	font-size: 50px;
	margin-bottom: 13px;
	font-weight: 600;
}

h2 span.shrinkletters {
	    font-size: 80%;
}

h3 {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 500;
	font-size: 35px;
	margin: 30px 0;
}
h4 {
	font-family: adobe-caslon-pro, serif;
	font-size: 30px;
	color: #103f5a;
	margin-bottom: 20px;
	font-weight:600;
}
h6 {
	font-family: acumin-pro, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #103f5a;
	margin-top: 30px;
	margin-bottom: 30px;
}

.gray-table > h6 {
    /* no top margin for H6 as first element inside this cointainer */
	margin-top:0;
}

.container-fluid {
	max-width: 1460px;
	padding: 0 20px;
}
.row-fluid {
	width: 100%;
 /* *zoom: 1; 2025-03 found malformed */
}
.row-fluid:before, .row-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}
.row-fluid:after {
	clear: both;
}
.main-frame {
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
	position:relative;
}

/*common-page*/

img.fullwidth {
	width:100%;
	height:auto;
}

img.medium-left, img.onethird-left {
	float:left;
	margin:0 20px 20px 0;
	max-width:33%;
	height:auto;
}

img.medium-right, img.onethird-right {
	float:right;
	margin:0 0 20px 20px;
	max-width:33%;
	height:auto;
}

img.twothirds-left {
	float:left;
	margin:0 20px 20px 0;
	max-width:66%;
	height:auto;
}

img.twothirds-right {
	float:right;
	margin:0 0 20px 20px;
	max-width:66%;
	height:auto;
}

img.large-left, img.half-left {
	float:left;
	margin:0 20px 20px 0;
	max-width:50%;
	height:auto;
}

img.large-right, img.half-right {
	float:right;
	margin:0 0 20px 20px;
	max-width:50%;
	height:auto;
}

.btnPrintM3 {
    float: right;
	margin-right:40px;
    background: url(/sites/fcx/files/images/operations/printer-icon.svg) no-repeat;
    display: block;
    height: 25px;
    width: 25px;
    background-size: cover;
}

.btnPrintM3:after {
  display: table;
  content: "";
  zoom: 1;
  height:1px;
  width: 100%;
}

.btnPrintM3:hover {
	background-image:url(/sites/fcx/files/images/operations/printer-icon-hover.svg);
}

.region-tabs {
	margin-top:0 !important;
}
.cpage a:hover {
	/*color:#103F5A;*/
	color:#00aeef;
}

.cpage p a:hover, .poplink-container a:hover, ul li a:hover {
	color:#103F5A;
	/*color:#00aeef;*/
}
.cpage .region-content {
	max-width: 1000px;
	margin: 0 auto;
}
.cpage .region-content .user-login-form {
	max-width: 495px;
}
.toolbar-oriented .toolbar-bar {
	z-index:1031;
}
.cpage .search-form {
	display:none;
}
/*end*/

.navbar-nav {
	margin: 0;
}
.header, .path-node .banner {
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.path-node .banner {
 position:relative;
}

.path-frontpage .header {
	position: relative;
	padding-bottom: 80px;
}
.path-frontpage .header, .path-frontpage .container-fluid, .path-frontpage .banner {
	height: 100%;
}
.banner-text {
	display: table;
	height: 100%;
	width: 100%;
}
.banner-text-grid {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.path-frontpage .banner-text-grid {
	height: 80vh;
}

.banner .hovertitle {
	position:absolute;
	bottom: 0;
	width:100%;
	z-index:1000;
	background-color:#fff;
	border:1px solid #000;
	font-family:sans-serif;
	font-size: 11px;
	color:#000;
	padding: 6px;
}

.banner-text-grid #home-hero-caption {
	position:absolute;
	z-index:1000;
	top: 140px;
	left:150px;
	width: 85%;
	height: 400px;
  color: #fff;
	text-shadow: 4px 1px 8px rgba(0,0,0,1);
}

.banner-text-grid #home-hero-caption h2 {
	line-height:40px;
  font-weight: bold;
  font-size: 36px;
  padding-bottom:30px;
  margin-bottom:0;
  text-align: left;
  font-family: acumin-pro, sans-serif;
  color:#FFF;
  max-width: 439px;
}

.banner-text-grid #home-hero-caption p {
  padding-top:0;
  margin-top:0;
	line-height:1.25;
  font-size: 24px;
  padding-bottom: 0;
  margin-bottom:48px;
  font-family: acumin-pro, sans-serif;
  font-weight: normal;
  max-width: 478px;
}
.banner-text-grid #home-hero-caption .three-lines {
	margin-top: -25px;
}

.banner-text-grid #home-hero-caption .four-lines {
	margin-top: -40px;
}

.home-caption-black {
	color:#000;
}

.home-caption-white {
	color:#fff;
}

.nav-left {
	float: left;
	width: auto;
	margin: 22px 0 0 0;
}
.path-frontpage .banner-logo {
	display: block;
	margin-bottom: 35px;
	float: none;
	margin-top: 0;
}
.logo {
	float: left;
}
.logo a {
	display: block;
}
.banner h2 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 100px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-bottom: 70px;
	text-shadow: 3px 1px 6px rgba(0, 0, 0, 0.35);
	letter-spacing: 0.02em;
}
.path-frontpage .banner h2 {
	letter-spacing: normal;
}

.banner-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-btn a {
  background:rgba(0,0,0,0.3);
}

.banner-btn a.single-line, .banner-btn a.two-line {
	font-family: acumin-pro-extra-condensed, sans-serif;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	background: #00aeef;
}

.banner-btn a.two-line {
	font-size: 20px;
	font-weight: 700;
	line-height: 80%;
}

.banner-btn a.two-line span {
	display: inline-block;
	text-align: center;
    width: 100%;
}

.banner-btn a.two-line .top-line {
	font-size: 32px;
	letter-spacing: 0.04ex;
	padding-top: 8px;
}

.banner-btn a.two-line .bottom-line {
	font-size: 21px;
	letter-spacing: 0.12ex;
	font-weight: 200;
	padding-top: 2px;
}

.banner-btn a.four-line {
	height:auto;
	padding: 3px 20px;
	font-family: acumin-pro-extra-condensed, sans-serif;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	background: #00aeef !important;
	font-weight: 400;
    line-height: 110%;
	text-align:center;
}

.banner-btn a.twentyeight-and-sixteen {
	font-family: acumin-pro-condensed, sans-serif;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	min-height: 67px;  /*replacing fixed height w padding 2018-07-18 */
	padding-bottom:5px;
	line-height: 64px;
	padding: 0 20px;
  border:solid 2px #ffffff;
}

.banner-btn a.twentyeight-and-sixteen {
	font-size: 16px;
	font-weight: 700;
	line-height: 80%;
}

.banner-btn a.twentyeight-and-sixteen span {
	display: inline-block;
	text-align: center;
    width: 100%;
}

.banner-btn a.twentyeight-and-sixteen .top-line {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 28px;
	letter-spacing: 0.04ex;
	padding: 8px 0 8px 0;
}

.banner-btn a.twentyeight-and-sixteen .bottom-line {
	font-size: 16px;
	letter-spacing: 0.12ex;
	font-weight: 200;
	line-height: 17px;
	padding-bottom:5px;
}


.banner-btn a.twentyeight-and-twentyone {
	font-family: acumin-pro-condensed, sans-serif;
	display: inline-block;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	height: 81px;
	line-height: 64px;
	padding: 0 20px;
	background: #00aeef;
}

.banner-btn a.twentyeight-and-twentyone {
	font-size: 21px;
	font-weight: 700;
	line-height: 80%;
}

.banner-btn a.twentyeight-and-twentyone span {
	display: inline-block;
	text-align: center;
    width: 100%;
}

.banner-btn a.twentyeight-and-twentyone .top-line {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 28px;
	letter-spacing: 0.04ex;
	padding: 8px 0 8px 0;
}

.banner-btn a.twentyeight-and-twentyone .bottom-line {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 21px;
	letter-spacing: 0.12ex;
	font-weight: 200;
	line-height: 21px;
}


.banner-btn a.twenty {
    font-family: acumin-pro-condensed, sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    height: 73px;
    line-height: 110%;
    padding: 3px 20px 0 20px;
    border:solid 2px #ffffff;
    text-align: center;
}

.banner-btn a.acumin-eighteen {
    font-family: acumin-pro-condensed, sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    padding: 20px;
    background: #00aeef;
    text-align: center;
}

.banner-btn a.acumin-twenty {
    font-family: acumin-pro-condensed, sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px;
    background: #00aeef;
    text-align: center;
}

.banner-btn a.acumin-twentyfour {
    font-family: acumin-pro-condensed, sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px;
    background: #00aeef;
    text-align: center;
}

.banner-btn a.acumin-twentyeight {
    font-family: acumin-pro-condensed, sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px;
    background: #00aeef;
    text-align: center;
}

.banner-btn a.acumin-thirtytwo {
    font-family: acumin-pro-condensed, sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px;
    background: #00aeef;
    text-align: center;
}

.banner-btn a.acumin-thirtysix {
    font-family: acumin-pro-condensed, sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px;
    background: #00aeef;
    text-align: center;
}

.banner-btn a.acumin-thirtyeight {
    font-family: acumin-pro-condensed, sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px;
    background: #00aeef;
    text-align: center;
}

.banner-btn a.acumin-alert-thirtyeight {
    font-family: acumin-pro-condensed, sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    padding: 26px 51px 25px 51px;
    background: #00aeef;
    text-align: center;
}

.banner-btn a.acumin-alert-forty {
    font-family: acumin-pro-condensed, sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    padding: 30px 52px 30px 52px;
    background: #00aeef;
    text-align: center;
}

.stacked {
	display: block !important;
    width: 260px;
	height:auto  !important;
    float: right;
    clear: both;
    margin-bottom: 12px;
	padding:12px 20px  !important;
}

a.twenty.stacked:last-child {
    margin-bottom: 0;
}

.banner-btn a.five-line-twenty {
	height:auto;
	width:260px;
	padding: 3px 20px;
	font-family: acumin-pro-extra-condensed, sans-serif;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	background: #00aeef !important;
	font-weight: 400;
    line-height: 110%;
	text-align:center;
	letter-spacing: 1.3px;
}

.banner-btn a.five-line-eighteen {
	height:auto;
	width:260px;
	padding: 3px 20px;
	font-family: acumin-pro-extra-condensed, sans-serif;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	background: #00aeef !important;
	font-weight: 400;
    line-height: 110%;
	text-align:center;
	letter-spacing: 1.2px;
}

.banner-btn a.five-line-sixteen {
	height:auto;
	width:260px;
	padding: 3px 20px;
	font-family: acumin-pro-extra-condensed, sans-serif;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	background: #00aeef !important;
	font-weight: 400;
    line-height: 110%;
	text-align:center;
	letter-spacing: 1.1px;
}

.banner-btn a.single-line:hover,
.banner-btn a.two-line:hover,
.banner-btn a.four-line,
.banner-btn a.twenty:hover,
.banner-btn a.twentyeight-and-twentyone:hover,
.banner-btn a.twentyeight-and-sixteen:hover,
.banner-btn a.acumin-eighteen:hover,
.banner-btn a.acumin-twenty:hover,
.banner-btn a.acumin-twentyfour:hover,
.banner-btn a.acumin-twentyeight:hover,
.banner-btn a.acumin-thirtytwo:hover,
.banner-btn a.acumin-thirtysix:hover,
.banner-btn a.acumin-thirtyeight:hover,
.banner-btn a.acumin-alert-thirtyeight:hover,
.banner-btn a.acumin-alert-forty:hover
 {
	background: #103f5a;
}

.path-node-346 .archive-pages { /* covid page nav  */
	background: #fff;
}

h6.covid {
    font-family: acumin-pro,sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #103f5a;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-scroll {
	width: 63px;
	height: 63px;
	background-size: contain;
	position: absolute;
	bottom: 135px;
	right: 0;
	left: 0;
	margin: auto;
}

.page-scroll.inner-pages {
    bottom: 6%;
}
/*
body.user-logged-in.toolbar-horizontal .page-scroll.inner-pages {
    bottom: 20%;
}
*/

.lower {
	text-transform: lowercase;
}
.page-scroll a {
	display: block;
}
.nav-bar {
	background: #00aeef;
}
.nav-bar .container-fluid {
	max-width: 1805px;
}
/*
.path-frontpage .nav-bar {
	position: absolute;
	bottom: 0;
}
.path-frontpage .nav-left {
	display: none;
}
*/

.video-container {
    max-width: 100%;
    position: absolute;
    z-index: -1;
    display: block;
    object-fit: cover;
    object-position: top right;
    width: 100%;
    height: 80vh;
    min-height: 500px;
    overflow: hidden;
    background-color: #00aeef;
    ;
}

.video-container video {
z-index: 0;
position: absolute;
overflow: hidden;
inset: 0px;
pointer-events: none;
width:inherit;
}

.img-gradient {
    /*background: linear-gradient(90.24deg,#000 -56.97%,rgba(0,0,0,0) 99.77%);*/
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    top:0;
    left:0;
    position: absolute;
}

.home-flexbox-container {
    border-top: 10px solid #29ABE2;
    background-color: #fff;
    display: flex;
    max-width: 100%;
    width: 900px;
    margin: -77px auto 0 auto;
    position:relative;
    z-index:100;
}

.home-flexbox-container > div {
  background-color: #fff;
  margin: 10px;
  padding: 0 20px 0 20px;
}

.flexbox-title {
     font-family: acumin-pro-condensed, sans-serif;
     font-size: 20px;
     font-weight: 700;
     color: #000;
     word-wrap: normal;
     height: 57px;
     margin-bottom: 5px;
     border-bottom: 1px solid #29ABE2;
}

.flexbox-blurb {
     font-family: acumin-pro-condensed, sans-serif;
     font-size: 18px;
     color: #000;
     font-weight: 400;
     height: 100px;
}

a.flexbox-url {
  color:#29ABE2;
  display: block;
  margin:0;
  padding: 0;
  font-size: 14px;
  font-family: proxima-nova-condensed,sans-serif;
}

.sustain-cover.sustain-cover-2025 {
  min-height: 360px;
}

.sustain-cover-2025 p {
  min-height: 30px; /* make links under p tag line up evenly */
}

.sd-reports-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  /* Centers items in the available space */
  align-items: center;
  /* Aligns items vertically */
}

.sd-reports-list li {
  display: inline-block;
  font-size:16px;
}

.sd-reports-list li:not(:last-child)::after {
  content: " | ";
  margin: 0 5px;
  /* Adjust spacing as needed */
}

@media (min-resolution: 1.5dppx) and (max-width: 1890px) and (max-height: 1000px) {
/* FCX laptops w 150% scaling by default... */
    .video-container {
        top: 70px;
    }
    .video-container video {
      position: static;
    }
    .img-gradient {
      display: none;
    }
    .path-frontpage .header, .path-frontpage .container-fluid, .path-frontpage .banner {
       height: 100%;
       margin: 0;
       max-width: unset;
    }
.banner-text-grid #home-hero-caption {
    position: relative;
    top: 565px;
    left: -20px;
    background-color: #00aeef;
    padding: 10px 20px;
    width: 104%;
    height: 562px;
    text-shadow: none;
    padding-top: 30px;
}

.banner-text-grid #home-hero-caption p {
    padding-top: 0;
    margin-top: 0;
    line-height: 1.25;
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 37px;
    font-family: acumin-pro,sans-serif;
    font-weight: normal;
    max-width: 938px;
}

.banner-text-grid #home-hero-caption p.foremost_in_copper_para {
  max-width: 100%;
  width: 100%;
}

img#foremost_in_copper {
  display: block;
  margin: 0 auto;
}

.banner-text-grid #home-hero-caption h2 {
    line-height: 40px;
    font-weight: bold;
    font-size: 36px;
    padding-bottom: 30px;
    margin-bottom: 0;
    text-align: left;
    font-family: acumin-pro,sans-serif;
    color: #FFF;
    max-width: 874px;
}

  .banner-btn {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top:  314px;
    width: 260px;
    margin: 0 auto;
 }

.home-flexbox-container {
    border-top: none;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 576px;
    padding-bottom: 20px;
    padding-top: 30px;
    width: 80%;
}
  .home-flexbox-container > div {
    display:block;
    width:98% !important;
    margin: 0 auto 15px auto;
  }

  .flexbox-title {
    font-family: acumin-pro-condensed,sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    word-wrap: normal;
    height: 57px;
    margin-bottom: 5px;
    border-bottom: 1px solid #29ABE2;
}

.flexbox-blurb {
    font-family: acumin-pro-condensed,sans-serif;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    height: 53px;
    padding-top: 7px;
}


a.flexbox-url {
    color: #29ABE2;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: proxima-nova-condensed,sans-serif;
    padding-bottom: 20px;
}

  .path-frontpage .company-links.row-fluid.full-width {
    position: relative;
    top: 1067px;
  }

  .grey-section.blog.row-fluid.full-width {
      padding: 60px 0;
      position: relative;
      top: 1142px;
      margin-bottom: 72px;
  }

  .path-frontpage .footer {
      padding: 40px 20px;
      position: relative;
      top: 1032px;
      height: 2180px;
  }
} /* media (min-resolution: 1.5dppx) and (max-width: 1890px) and (max-height: 1000px) */

@media (min-resolution: 1.25dppx) and (max-width: 1890px) and (max-height: 1000px) {
/* FCX laptops w 125 scaling.... */
    .video-container {
        top: 70px;
    }
    .video-container video {
      position: static;
    }
    .img-gradient {
      display: none;
    }
    .path-frontpage .header, .path-frontpage .container-fluid, .path-frontpage .banner {
       height: 100%;
       margin: 0;
       max-width: unset;
    }
.banner-text-grid #home-hero-caption {
    position: relative;
    top: 565px;
    left: -20px;
    background-color: #00aeef;
    padding: 10px 20px;
    width: 104%;
    height: 562px;
    text-shadow: none;
    padding-top: 30px;
}

.banner-text-grid #home-hero-caption p {
    padding-top: 0;
    margin-top: 0;
    line-height: 1.25;
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 37px;
    font-family: acumin-pro,sans-serif;
    font-weight: normal;
    max-width: 938px;
}

.banner-text-grid #home-hero-caption p.foremost_in_copper_para {
  max-width: 100%;
  width: 100%;
}

img#foremost_in_copper {
  display: block;
  margin: 0 auto;
}

.banner-text-grid #home-hero-caption h2 {
    line-height: 40px;
    font-weight: bold;
    font-size: 36px;
    padding-bottom: 30px;
    margin-bottom: 0;
    text-align: left;
    font-family: acumin-pro,sans-serif;
    color: #FFF;
    max-width: 874px;
}

  .banner-btn {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top:  314px;
    width: 260px;
    margin: 0 auto;
 }

.home-flexbox-container {
    border-top: none;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 576px;
    padding-bottom: 20px;
    padding-top: 30px;
    width: 80%;
}
  .home-flexbox-container > div {
    display:block;
    width:98% !important;
    margin: 0 auto 15px auto;
  }

  .flexbox-title {
    font-family: acumin-pro-condensed,sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    word-wrap: normal;
    height: 57px;
    margin-bottom: 5px;
    border-bottom: 1px solid #29ABE2;
}

.flexbox-blurb {
    font-family: acumin-pro-condensed,sans-serif;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    height: 53px;
    padding-top: 7px;
}


a.flexbox-url {
    color: #29ABE2;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: proxima-nova-condensed,sans-serif;
    padding-bottom: 20px;
}

  .path-frontpage .company-links.row-fluid.full-width {
    position: relative;
    top: 1067px;
  }

  .grey-section.blog.row-fluid.full-width {
      padding: 60px 0;
      position: relative;
      top: 1142px;
      margin-bottom: 72px;
  }

  .path-frontpage  .footer {
      padding: 40px 20px;
      position: relative;
      top: 1032px;
      height: 2180px;
  }
} /* media (min-resolution: 1.25dppx) and (max-width: 1890px) and (max-height: 1000px) */


@media (max-resolution: 1.0dppx) and (max-width: 1200px) {
    .video-container {
        top: 70px;
    }
    .video-container video {
      position: static;
    }
    .img-gradient {
      display: none;
    }
    .path-frontpage .header, .path-frontpage .container-fluid, .path-frontpage .banner {
       height: 100%;
       margin: 0;
       max-width: unset;
    }
.banner-text-grid #home-hero-caption {
    position: relative;
    top: 615px;
    left: -20px;
    background-color: #00aeef;
    padding: 10px 20px;
    width: 104%;
    height: 562px;
    text-shadow: none;
    padding-top: 30px;
}

.banner-text-grid #home-hero-caption p {
    padding-top: 0;
    margin-top: 0;
    line-height: 1.25;
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 37px;
    font-family: acumin-pro,sans-serif;
    font-weight: normal;
    max-width: 938px;
}

.banner-text-grid #home-hero-caption p.foremost_in_copper_para {
  max-width: 100%;
  width: 100%;
}

img#foremost_in_copper {
  display: block;
  margin: 0 auto;
}

.banner-text-grid #home-hero-caption h2 {
    line-height: 40px;
    font-weight: bold;
    font-size: 36px;
    padding-bottom: 30px;
    margin-bottom: 0;
    text-align: left;
    font-family: acumin-pro,sans-serif;
    color: #FFF;
    max-width: 874px;
}

  .banner-btn {
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top:  84px;
    width: 260px;
    margin: 0 auto;
 }

.home-flexbox-container {
    border-top: none;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 516px;
    padding-bottom: 20px;
    padding-top: 30px;
    width: 80%;
}
  .home-flexbox-container > div {
    display:block;
    width:98% !important;
    margin: 0 auto 15px auto;
  }

  .flexbox-title {
    font-family: acumin-pro-condensed,sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    word-wrap: normal;
    height: 57px;
    margin-bottom: 5px;
    border-bottom: 1px solid #29ABE2;
}

.flexbox-blurb {
    font-family: acumin-pro-condensed,sans-serif;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    height: 53px;
    padding-top: 7px;
}


a.flexbox-url {
    color: #29ABE2;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: proxima-nova-condensed,sans-serif;
    padding-bottom: 20px;
}

  .company-links.row-fluid.full-width {
    position: relative;
    top: 907px;
  }

  body.page-node-type-operation-pages .company-links.row-fluid.full-width {
    position:unset;
  }

  .grey-section.blog.row-fluid.full-width {
      padding: 60px 0;
      position: relative;
      top: 832px;
      margin-bottom: 72px;
  }

  .footer {
      padding: 40px 20px;
      position: relative;
      top: 762px;
      height: 1880px;
  }
}  /* max-width 1200px */

@media (max-resolution: 1.0dppx) and (max-width: 1100px) {
.banner-text-grid #home-hero-caption {
    top: 533px;
}

.home-flexbox-container {
    top: 450px;
}

.flexbox-blurb {
    font-size: 18px;
}

.company-links.row-fluid.full-width {
    top: 774px;
}

.grey-section.blog.row-fluid.full-width {
    top: 788px;
}

.footer {
    top: 716px;
}
} /* 1100 rule */

@media (max-resolution: 1.0dppx) and (max-width: 1000px) {
.container-fluid {
  padding: 0 15px 0 20px;
}
.banner-text-grid #home-hero-caption {
    top: 476px;
}
.home-flexbox-container {
    top: 405px;
}
.flexbox-blurb {
    font-size: 16px;
}
.company-links.row-fluid.full-width {
    top: 730px;
}
.grey-section.blog.row-fluid.full-width {
    top: 718px;
}
.footer {
    top: 646px;
}
}

 @media (max-resolution: 1.0dppx) and  (max-width: 979px) {
  .banner-text-grid #home-hero-caption {
    top: 540px;
    height: 600px;
}
  .banner-text-grid #home-hero-caption p {
    font-size: 23px;
}

.home-flexbox-container {
    top: 485px;
}

.company-links.row-fluid.full-width {
    top: 810px;
}

}  /* media (max-width: 979px) */

@media (max-resolution: 1.0dppx) and (max-width: 934px) {
.banner-btn {
    top: 352px;
}

.home-flexbox-container {
    top: 515px;
}
.company-links.row-fluid.full-width {
    top: 850px;
}

.grey-section.blog.row-fluid.full-width {
    top: 838px;
}
.footer {
    top: 765px;
}
} /* media (max-width: 934px)  */

@media (max-resolution: 1.0dppx) and (max-width: 919px) {
.banner-btn {
    top: 352px;
}

  .banner-text-grid #home-hero-caption p {
    font-size: 19px;
}

}  /* media (max-width: 919px) */

@media (max-resolution: 1.0dppx) and (max-width: 900px) {
.container-fluid {
    padding: 0 14px 0 15px;
}

.banner-text-grid #home-hero-caption {
    top: 510px;
    height: 600px;
}

.home-flexbox-container {
    top: 484px;
}

.company-links.row-fluid.full-width {
    top: 820px;
}

.grey-section.blog.row-fluid.full-width {
    top: 857px;
}

.footer {
    top: 785px;
}
} /* media (max-width: 900px) */

@media (max-resolution: 1.0dppx) and (max-width: 800px) {
.bannerX.row-fluid .container-fluid {
    padding: 0 11px 0 15px;
}

.banner-btn {
    top: 389px;
}

.banner-text-grid #home-hero-caption {
    top: 493px;
    height: 670px;
}

.banner-text-grid #home-hero-caption h2 {
    max-width: 681px;
}
.banner-text-grid #home-hero-caption p {
    max-width: 558px;
}

.home-flexbox-container {
    top: 483px;
}

.flexbox-title {
    font-size: 22px;
    height: 49px;
}

.company-links.row-fluid.full-width {
    top: 832px;
}

.grey-section.blog.row-fluid.full-width {
    top: 797px;
}
.footer {
    top: 725px;
}
} /* media (max-width: 800px) */

@media (max-resolution: 1.0dppx) and (max-width: 767px) {
  .video-container {
    top: 62px;
}
.banner-text-grid #home-hero-caption {
    top: 333px;
}

.home-flexbox-container {
    top: 314px;
}

.company-links.row-fluid.full-width {
    top: 684px;
}

.grey-section.blog.row-fluid.full-width {
    top: 716px;
}
.footer {
    top: 645px;
}
} /* media (max-width: 767px)  */

@media (max-resolution: 1.0dppx) and (max-width: 750px) {
.bannerX.row-fluid .container-fluid {
    padding: 0 9px 0 15px;
}
}

@media (max-resolution: 1.0dppx) and (max-width: 740px) {
  .video-container {
    top: 54px;
}

.banner-text-grid #home-hero-caption {
    top: 315px;
}

.company-links.row-fluid.full-width {
    top: 674px;
}

.grey-section.blog.row-fluid.full-width {
    top: 706px;
}

.footer {
    top: 635px;
}

} /* media (max-width: 740px) */

@media (max-resolution: 1.0dppx) and (max-width: 700px) {

.container-fluid {
    padding: 0 5px 0 15px;
}

.banner-text-grid #home-hero-caption {
    height: 670px;
    top: 388px;
}

img#foremost_in_copper {
    margin-top: 4px;
}

.home-flexbox-container {
    top: 364px;
}

.flexbox-title {
    font-size: 19px;
    height: 37px;
}

.company-links.row-fluid.full-width {
    top: 694px;
}

.grey-section.blog.row-fluid.full-width {
    top: 706px;
}

.footer {
    top: 624px;
}
} /* media (max-width: 700px) */

@media (max-resolution: 1.0dppx) and (max-width: 695px) {
.video-container {
    margin-top: -8px;
}
.bannerX.row-fluid .container-fluid {
    padding: 0 5px 0 15px;
}
}

@media (max-resolution: 1.0dppx) and (max-width: 638px) {
.banner-text-grid #home-hero-caption {
    height: 670px;
    top: 359px;
}
.banner-btn {
    top: 419px;
}
}

@media (max-resolution: 1.0dppx) and (max-width: 600px) {
.video-container {
    top: 21px;
}
.banner-text-grid #home-hero-caption {
    top: 311px;
    width: 107%;
}

.home-flexbox-container {
    top: 294px;
}

.flexbox-title {
    font-size: 17px;
    height: 37px;
}

.company-links.row-fluid.full-width {
    top: 614px;
    height: 1473px;
}

.grey-section.blog.row-fluid.full-width {
    top: 536px;
}

.footer {
    top: 454px;
}

} /* media (max-width: 600px) */

.nav-bar-grid {
	width: auto;
	float: right;
	position: relative;
	padding-right: 180px;
}
.nav-right-outer {
	float: right;
	width: auto;
}
.nav-menu {
	float: left;
	width: auto;
}
.nav-menu ul li {
	float: left;
	margin-left: 40px;
	position: relative;
}
.nav-menu ul li:first-child {
	margin: 0;
}
.nav-menu ul li a {
	font-family: acumin-pro-extra-condensed, sans-serif;
	display: block;
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	height: 92px;
	line-height: 92px;
	padding: 0 18px;
}
ul.sf-menu a.is-active {
	background: #103f5a;
}
ul.sf-menu .sf-with-ul {
	padding: 0 18px;
}
.nav-menu ul li a:hover, .nav > li > a:hover, .nav-menu ul li:hover a, .nav > li:hover > a {
	background-color: #103f5a;
}
.nav > li > a:focus {
	background: inherit;
}

.active-trail {
background:#103f5a;
}

/* Start dropdown menu*/


ul.sf-menu ul {
	display:none;
}
.sf-sub-indicator {
	display: none;
}
ul.sf-menu ul, .sf-hidden {
	background: #103f5a;
	padding: 0 !important;
	box-shadow: none;
	width: 100% !important;
	left: 50%;
}
.sf-hidden {
	height: auto;
}
ul.sf-menu ul {
	min-width: 400px !important;
	margin-left: -200px !important;
}
ul.sf-menu ul li {
	padding: 0 25px 0 25px !important;
}
ul.sf-menu ul li a, ul.sf-menu ul li a.sf-with-ul {
	font-family: adobe-caslon-pro, serif;
	height: auto;
	line-height: inherit;
	padding: 25px 0 10px 0 !important;
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	border-top: 1px solid #448ccb;
}
li a.menuparent.sf-with-ul:after {
	color: #fff;
	content: "\f107";
	background-size: contain;
	display: inline-block;
	font-family: FontAwesome;
	position: absolute;
	top: 14px;
	right:0;
	bottom: 0;
}
ul.sf-menu ul li a:hover {
	color: #00aeef;
}
ul.sf-menu ul li:first-child a {
	border: none;
}
ul.sf-menu ul li ul {
	min-width:100% !important;
}
.path-node ul.sf-menu ul {
	top: 100% !important;
}
ul.sf-menu ul ul {
	position: inherit !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	margin: 0 !important;
}
ul.sf-menu ul ul li {
	padding:0 !important;
}
ul.sf-menu ul li.sfHover, ul.sf-menu ul ul li.sfHover, ul.sf-menu ul ul ul li.sfHover {
	padding-bottom:0 !important;
}
ul.sf-menu ul ul li a {
	padding:15px 25px 5px 0px !important;
  margin-left: 10px !important;
}
ul.sf-menu li.sfHover > ul {
	left:50%;
	top:auto;
}
ul.sf-menu ul ul > li > a {
	border: none;
	font-size: 20px;
}

ul.sf-menu ul ul ul li {
	padding:0 !important;
}
ul.sf-menu ul ul ul li a {
	padding:10px 25px 5px 15px !important;
  margin-left: 4px !important;
	font-family: acumin-pro-condensed, sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:13px;
}

ul.sf-menu ul ul ul ul li {
  padding: 0 !important;
}
ul.sf-menu ul ul ul ul li a {
  padding: 10px 25px 5px 15px !important;
  margin-left: 15px !important;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 13px;
}

a.sf-depth-3.menuparent {
  margin-left: 10px;
}

ul.sf-menu ul ul ul li:last-child {
	padding-bottom:12px !important;
}

ul.sf-menu ul li a.menuparent:after {
	content: '';
	background: url(/themes/fcx/images/drop-arrow.png) no-repeat;
	width: 25px;
	height: 13px;
	background-size: contain;
	position: absolute;
	right:0;
	top: 21px;
	display: block;
}

ul.sf-menu ul ul li a.menuparent:after {
	content: '';
	background: url(/themes/fcx/images/page-scroll-small.png) no-repeat;
	width: 27px;
	height: 27px;
	background-size: 99%;
	position: absolute;
	right:0;
	top: 0px;
	display: block;
}
/*End*/



/*Style admin tab*/

.region-tabs {
	margin-top: 15px;
}
.nav-tabs > li > a {
	color: #c4c4c4;
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .region-tabs .nav > li > a:hover {
	border: none;
	background: #c4c4c4;
	color: #fff;
	border-radius: 0;
}
/*End*/


/*Start mobile drop arrow*/

#superfish-main-toggle {
	background: #02314c;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 6px 20px;
}
a.sf-accordion-button {
	background: url(/themes/fcx/images/expand_arrow.png) center right no-repeat;
	position: absolute !important;
	right: 10px !important;
	z-index: 100 !important;
	text-indent: -9999px !important;
	height: 43px !important;
	width: 20px !important;
	padding: 0 !important;
}
ul.sf-menu ul li a.sf-accordion-button {
	height: 36px !important;
}
a.sf-accordion-button:after {
	display: none !important;
}
ul.sf-menu.sf-accordion.sf-expanded, ul.sf-menu.sf-accordion li.sf-expanded > ul {
	background: none;
}
/*End*/

.navbar-collapse {
	padding: 0;
	margin: 0;
	border: 0;
	box-shadow: none;
}
.navbar-toggle {
	border-radius: 0;
	margin: 12px 0 0 0;
	padding: 0;
	background: none;
	float: left !important;
}
/**START -hamburger-menu **/

.hamburger-menu {
	position: relative;
	width: 24px;
	height: 19px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hamburger-menu .icon {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	height: 3px;
	width: 24px;
	top: 8px;
	background-color: #FFFFFF;
}
.hamburger-menu .icon:before {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 24px;
	height: 3px;
	background-color: #FFFFFF;
	content: "";
	top: -7px;
	left: 0;
}
.hamburger-menu .icon:after {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: absolute;
	width: 24px;
	height: 3px;
	background-color: #FFFFFF;
	content: "";
	top: 7px;
	left: 0;
}
.navbar-toggle.open .hamburger-menu .icon {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: transparent;
}
.navbar-toggle.open .hamburger-menu .icon:before {
	-webkit-transform: rotateZ(45deg) scaleX(1.15) translate(5px, 5px);
	transform: rotateZ(45deg) scaleX(1.15) translate(5px, 5px);
	background-color: #103f5a;
}
.navbar-toggle.open .hamburger-menu .icon:after {
	-webkit-transform: rotateZ(-45deg) scaleX(1.15) translate(4.5px, -4.5px);
	transform: rotateZ(-45deg) scaleX(1.15) translate(4.5px, -4.5px);
	background-color: #103f5a;
}
.hamburger-menu:hover {
	cursor: pointer;
}
/** END-hamburger-menu **/
/*Start navbar search*/

.nav-search {
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 75px;
	max-width: 430px;
}
.nav-search::-webkit-input-placeholder {
 color: #fff;
 opacity: 1;
}
.nav-search:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
 opacity: 1;
}
.nav-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
 opacity: 1;
}
.nav-search:-ms-input-placeholder {
 color: #fff;
 opacity: 1;
}
.nav-search .input-group {
	width: 100%;
	z-index: 1000;
}
.nav-search .input-group .form-control {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 26px;
	font-weight: 700;
	height: 92px;
	border: none;
	border-radius: 0;
	display: none;
	background: #103f5a;
	padding-right: 75px;
	color: #fff !important;
}
 .form-control::-moz-placeholder {
 color: #fff;
 opacity: 1;
}
.nav-search .input-group-addon, .input-group-btn {
	width: auto;
}
.nav-search .btn-primary {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	border-radius: 0;
	height: 92px;
	background: #6dcff6;
	width: 63px;
	font-size: 22px;
	z-index: 100 !important;
}
.btn-primary:focus {
	background-color: #6dcff6 !important;
}
/*End*/
/*Start nav-text*/

.nav-bar-text {
	font-family: acumin-pro-extra-condensed, sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 20Px;
	line-height: 1;
	display: table;
	height: 92px;
	position: absolute;
	right: 0;
}
.nav-bar-text-grid {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	white-space: nowrap;
}
.nav-bar-text span {
	color: #103f5a;
	font-weight: 700;
	display: block;
}
.nav-bar-text span.nav-price, .nav-bar-text span.nav-change,
.nav-bar-text span#nav-price, .nav-bar-text span#nav-change {
	color: #fff;
	display: block;
}
/*End*/

/*Start non-node content eg Search Results */
.non-node-content {
	padding-top: 70px;
}
.non-node-content ol li {
	position:relative;
	padding:30px 0;
	font-size:32px;
	color: #103F5A;
	list-style-type:decimal !important;
}
.non-node-content ol li p {
	font-size: 20px;
	color:#000;
}
.non-node-content ol li .search-read-more {
	position:absolute;
	bottom:0;
	right:20px;
}
/*End*/

/* site map */
ul.sitemap-menu li {
	list-style:none;
	background-image:none !important;
	font-weight:bold;
}

ul.sitemap-menu ul.sitemap-menu li {
	list-style:disc;
	font-weight:normal;
	padding: 3px 0px 3px 8px;
}

/* end site map */



/*Start new-company-links*/

.company-links .views-view-grid .views-row {
	margin: 0; /* was 0 -10px */
}

.page-node-type-landing-page-with-three-tiles .company-links .views-view-grid .views-row {
	margin-bottom: 100px;
}

.company-links .views-view-grid .views-col {
	padding: 0 10px;
	margin-bottom: 20px;
}
.company-links .views-col {
	position: relative;
	text-align: center;
	padding: 0 10px;
}
.company-links .views-col h2 {
	margin: 0;
}
.company-links .views-col h2 a {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 42px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 35px;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translateY(-55%);
	margin: 0;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	z-index: 100;
	display: inline-block;
	text-shadow: 3px 1px 6px rgba(0, 0, 0, 0.35);
}
.company-links .views-col h2 a {
	color: #fff;
}

.page-node-type-landing-page-with-three-tiles .company-links .views-col h2,
.page-node-type-landing-page-with-three-tiles .company-links .views-col h2 a {
	max-width: 300px;
}

.company-links .views-col h2 a:after {
	content: '';
	display: block;
	width: 63px;
	height: 63px;
	display: block;
	background-size: contain;
	margin: 0 auto;
	background: url(/themes/fcx/images/right-circle-arrow.png) no-repeat;
	background-size: contain;
	margin-top: 35px;
}
.company-links-img {
	position: relative;
	overflow: hidden;
}
.company-links-img a img {
	width: 100%;
	background-position: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.company-links-img a {
	display: block;
}
.company-links .views-col:hover .company-links-img a img, .company-links .sample-video-class:hover .company-links-img a img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-o-filter: brightness(70%);
	-ms-filter: brightness(70%);
	filter: brightness(70%);
}
.company-links .views-col:hover .company-links-details {
	opacity: 1;
	background: rgba(0, 0, 0, 0.6);
}
/*End*/

.full-width {
	padding: 56px 0; /* top was 50px */
}

.company-links.governance.full-width.row-fluid {
	padding-top:70px;
}

.full-width.hero-row {
	padding-top:0;
}

.section-title, .board-directors .section-title {
	text-align: center;
	margin-bottom: 65px;
	letter-spacing : 0.02em;
}

h2.section-title, .section-title h2 {
	letter-spacing : 0.02em;
}

.section-title p, .board-directors .section-title p {
	margin: 0;
	font-size: 18px;
	text-transform: none;
	font-family: proxima-nova-condensed, sans-serif;
	text-align:left;
}
/*Style company-links hover*/

.company-links-img {
	position: relative;
	overflow: hidden;
}
.company-links-img img {
	width: 100%;
	background-position: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.company-links-grid:hover .company-links-img img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.company-links-grid:hover .company-links-details {
	opacity: 1;
	background: rgba(0, 0, 0, 0.6);
}
/*End*/

.grey-section, .blog {
	background: #ebebeb;
}
.blog.white {
	background: #fff;
}
.grey-left-scop, .blog-left {
	border-right: 1px solid #000000;
	padding-right: 70px;
}
.blog-left-grid {
	padding-bottom: 80px;
	padding-right: 100px;
}

.path-frontpage .blog-left-grid {
	padding-bottom:5px;
}

.blog-left-grid ul li {
	margin-top: 25px;
	display: block;
	width: 100%;
}
.blog-left-grid ul li:first-child {
	margin: 0;
}
.blog ul.link-list {
	font-family: adobe-caslon-pro, serif;
	color:#103f5a;
	font-size:22px;
	font-weight:bold;
	width:492px;
	margin-bottom:40px;
}
.blog ul.link-list li {
	/*padding:40px 0 43px 0; 7-21 */
	padding: 22px 0 35px 0;
	border-bottom:1px solid #000;
}
.blog ul.link-list li:first-child {
    margin-top: 25px;
}
.blog ul.document-list, .corp-gov ul.document-list, .blog ul.web-link, .corp-gov ul.web-link {
	font-family: adobe-caslon-pro, serif;
	color:#103f5a;
	font-size:22px;
	font-weight:bold;
	/*width:492px;*/
	margin-bottom:40px;
}
.blog ul.document-list li, .corp-gov ul.document-list li, .corp-gov a.doc-link {
	padding:18px 0 0 74px;
	margin:20px 0 20px 0;
	background:url(/themes/fcx/images/document-icon.svg) no-repeat left top;
	min-height:60px;
	display:block;
}

.tools-for-suppliers a,
.tools-for-suppliers a:visited,
.tools-for-suppliers a,
.corp-gov ul.document-list li a,
.corp-gov ul.document-list li a:active,
.corp-gov ul.document-list li a:visited,
.sustain-reports a,
.sustain-reports a:active,
.sustain-reports a:visited {
	color:#103F5A;
}


.tools-for-suppliers a:hover,
.corp-gov ul.document-list li a:hover,
.sustain-reports a:hover {
	color:#00aeef;
}

.corp-gov a.web-link, .corp-gov li.web-link, .blog ul.web-link li, .corp-gov ul.doc-link li.web-link{
	background-image:url(/themes/fcx/images/link-icon-42px.png) !important;
}
.corp-gov a.doc-link-no-bg, .corp-gov li.doc-link-no-bg {
	background:none !important;
}
span.document-languages {
	display:block;
}
.blog ul.document-list li .document-languages a,
.corp-gov ul.document-list li .document-languages a,
.grey-left-scop .document-languages a {
	font-family: acumin-pro, sans-serif;
	font-weight:bold;
	color: #000;
	font-size: 14px;
	text-decoration:none;
	text-transform:uppercase;
	display:inline;
}

.grey-left-scop .document-languages a {
	display:inline !important;
}

/* new 2017-09-19 per KK */
.grey-left-scop div.document-languages {
    margin-left: 88px;
    margin-top: -22px;
	display:block;
	width:100%;
}

.blog-date {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 400;
	height: 125px;
	width: 125px;
	border: 2px solid #4fc8f0;
	line-height: 111px;
	font-size: 45px;
	color: #00aeef;
	text-align: center;
	float: left;
	padding: 0; /* was left/right 10px but messed up centering text */
	margin-right: 33px;
}

.blog-date .blog-time {
	font-family: acumin-pro, sans-serif;
	font-size: 14px;
    display: block;
	margin-top: -69px;
	font-weight:600;
}

.blog-left-grid h4,
h4.home-news-headline,
.container950 h4.home-news-headline {
	padding-left: 35px;
	vertical-align: top;
	font-family: adobe-caslon-pro, serif;
	font-size: 27px;
	font-weight: 400;
}
.blog-left-grid h4 a,
h4.home-news-headline a,
.container950 h4.home-news-headline a {
	color: #103f5a;
	vertical-align: middle;
    height: 125px;
    display: table-cell;
}
.blog-left-grid h4 a:hover, .blog-text h4:hover,
h4.home-news-headline a:hover,
.container950 h4.home-news-headline a:hover {
	color: #00aeef;
}

.blog-left-grid h6 a:hover {
	color: #00aeef;
}

ul#home-presentations li {
    clear: both;
    padding-bottom: 30px;
}

#home-presentations .presentation-container {
	vertical-align: middle;
    height: 125px;
    display: table-cell;
}

#home-presentations .presentation-container h4 {
	padding-left: 0;
}

#home-presentations .presentation,
#home-presentations .webcast,
#home-presentations .calcontainer {
	float: left;
	margin-right: 30px;
	font-family:acumin-pro, sans-serif;
	font-size:24px;
}

#home-presentations .presentation a,
#home-presentations .webcast a,
.addtocalendar .atcb-link {
    display: inline-block;
    line-height: 25px;
    background-image: url(/themes/fcx/images/document-icon.svg);
    background-size: 22px auto;
    background-repeat: no-repeat;
    height: 25px;
	margin-bottom: 12px;
}

#home-presentations .presentation a,
#home-presentations .presentation a:hover,
#home-presentations .presentation a:visited,
#home-presentations .presentation a:active {
	padding-left:30px;
	color: #103F5A;
}

#home-presentations .webcast a {
    background-image: url(/themes/fcx/images/webcast.svg);
	background-size:auto;
	-ms-background-position-x: -45px;
	-ms-background-position-y:1px;
	padding-left:30px;
	color: #103f5a;
}

.addtocalendar .atcb-link {
	background-image:url(/sites/fcx/files/images/calendar/calendar-icon.png);
	background-size: 32px auto;
    padding-left: 34px;
	color: #103f5a;
}

.addtocalendar .atcb-item {
	padding-bottom:0 !important;
	margin-top:9px !important;
}

.addtocalendar .atcb-item a {
	background-image:url(/sites/fcx/files/images/calendar/calendar-icon.png);
	background-size: 25px auto;
	background-repeat:no-repeat;
	background-position:0;
    padding-left: 34px;
	color: #103f5a;
	font-size: 18px;
	height: 25px;
}

.addtocalendar .atcb-item a.google {
	background-image:url(/sites/fcx/files/images/calendar/Google.png);
}
.addtocalendar .atcb-item a.ical {
	background-image:url(/sites/fcx/files/images/calendar/Apple.png);
}
.addtocalendar .atcb-item a.windows {
	background-image:url(/sites/fcx/files/images/calendar/Windows.png);
}


.addtocalendar .atcb-link:hover,
.addtocalendar .atcb-item a:hover,
#home-presentations .webcast a:hover,
#home-presentations .presentation a:hover {
	color: #00aeef;
}


.read-more-btn {
	font-family: acumin-pro-condensed, sans-serif;
	display: inline-block;
	height: 40px;
	width: 170px;
	text-align: center;
	line-height: 40px;
	padding: 0 10px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #00aeef;
}
.read-more-btn a {
	color: #fff;
}
.read-more-btn:hover {
	background: #103f5a;
}
.grey-right-scop, .blog-right {
	padding-left: 40px;
}
.grey-right-scop h4, .blog-right h4 {
	font-family: adobe-caslon-pro, serif;
	font-size: 27px;
	font-weight: 400;
	margin: 0;
	display: table-cell;
    vertical-align: middle;
    height: 52px;
	padding-right: 7px;
}
.grey-right-scop ul li, .blog-right ul li {
	display: block;
	margin-top: 55px;
}
.grey-right-scop ul li:first-child, .blog-right ul li:first-child {
	margin: 0;
}
.grey-right-scop ul li a, .blog-right ul li a {
	display: table;
}
.grey-right-scop ul li a:hover h4, .blog-right ul li a:hover h4 {
	color: #00aeef;
}
.grey-right-scop ul li a i, .blog-right ul li a i {
	width: 62px;
	height: auto;
	float: left;
	background-size: contain;
}

.path-node-27 .grey-right-scop ul li a i, .path-node-27 .blog-right ul li a i {
	width: 62px;
	height: auto;
}

.home-blog-logos {
	display:inline-block;
	margin-right:20px;
	width:40%;
	float:left;
}

.home-blog-three-logos {
	margin-right:14px;
	max-width:28%;
	float:left;
}

.home-blog-logos img,
.home-blog-three-logos img {
	max-height:79px;
	width:auto;
	/*height:79px;*/
}

.document-text {
	padding-left: 30px;
	font-size: 16px;
	color: #302f2f;
	display: table-cell;
	vertical-align: top;
}
.footer {
	padding: 70px 0;
	text-align: center;
	background: #302f2f;
	color: #fff;
	margin: 0;
	border: none;
}
.footer h2, .footer h2 a {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 25px;
	color: #fff;
	text-decoration:none;
}
.footer ul li {
	display: inline-block;
	margin: 0 31px;
}

ul.menu--footer-menu-two li {
    margin: 0 39px;
	/* 2023-05 done strictly to line up an icon in another container with end of text of link and which will indubitably have to be changed in days... */
}

.footer ul li a {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	display: block;
}
.footer ul li a:hover {
	color: #00adef;
	background: none;
}

.footer #social-and-accolades {
	margin-bottom: 100px;
}

.footer  #accolade-outer {
	border-left:1px solid #00aeef;
}

.footer #social-container {
    max-width: 80%;
    float: right;
}

.footer  #accolade-container {
	display:inline-block;
    width: 100%;
	float: left;
	padding-right:50px;
}

.footer  ul.social-media-nav {
    margin-bottom: 50px;
}

.footer  ul.accolade-nav {
    margin-bottom: 50px;
	display:inline-block;
    width: 100%;
}


.footer ul.social-media-nav li {
    margin-right: 23px;
    padding-top: 40px;
}


.footer ul.accolade-nav li {
    margin: 0 3px;
	vertical-align:top;
	display: inline-block;
    width: 30%;
}

img.social-media-menu-icon {
    height: 40px;
}

#social-container h4, #accolade-container h4 {
	color: #00aeef;
	font-size:20px;
	font-family: proxima-nova-condensed,sans-serif;
	text-align:center;
	padding-bottom:40px;
}


.suppliers {
	border-bottom: 2px solid #fff;
	padding-bottom: 65px;
	margin-bottom: 65px;
}
.suppliers i {
	width: 86px;
	height: 48px;
	display: block;
	margin: 0 auto 55px;
	background-size: contain;
}
.footer-logo {
	margin-top: 90px;
	margin-bottom: 30px;
}
.footer-logo a {
	display: inline-block;
}
.footer p {
	font-family: adobe-caslon-pro, serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.txt14 {
	font-size:14px !important;
}
.txt16 {
	font-size:16px !important;
}
.txt20 {
	font-size:20px !important;
}
.txt22 {
	font-size:22px !important;
}
.txt24 {
	font-size:24px !important;
}
.pad10 {
	padding:10px;
}
.pad20 {
	padding:20px;
}

.pad-bottom16 {
	padding-bottom:16px;
}

.pad-bottom22 {
	padding-bottom:22px;
}
.pad40 {
	padding:40px;
}
.pad60 {
	padding:60px;
}
.pad80 {
	padding:80px;
}
.pad-left10 {
	padding-left:10px;
}
.pad-left20 {
	padding-left:20px;
}
.pad-left30 {
	padding-left:30px;
}
.pad-left40 {
	padding-left:40px;
}
.pad-left50 {
	padding-left:50px;
}
.pad-left60 {
	padding-left:60px;
}
.pad-left80 {
	padding-left:80px;
}
.pad-right10 {
	padding-right:10px;
}
.pad-right20 {
	padding-right:20px;
}
.pad-right30 {
	padding-right:30px;
}
.pad-right30 {
	padding-right:30px;
}
.pad-right50 {
	padding-right:50px;
}
.pad-right60 {
	padding-right:60px;
}
.pad-right80 {
	padding-right:80px;
}
/*-----------------------------------------------------------
inner-page
-----------------------------------------------------------*/

.path-node .header {
	padding-top:91px;
}
/* Contact page */
.contact-us h6, .corp-gov h6 {
	margin:30px 0 15px 0;
}
.contact-us .row div {
/* little table of 2 jobs links */
}
/* Corporate governance page */
.corp-gov section {
	padding: 0 0 43px 0;
	border-bottom: 1px solid #000;
}
/*
.corp-gov span.language-links {
	display:block;
	padding: 8px 6px 6px 6px;
	color:#337ab7;
}

.corp-gov span.language-links a {
	display:inline-block;
	padding:0 14px;
}
*/

.corp-gov blockquote {
	margin: 0 0 0 50px;
	font-size: inherit;
	border-left: none;
}
.company-links.governance .views-col h2 a {
	max-width:300px;
}
/*history page*/

#history-table tbody tr td {

padding: 5px;
margin: 5px;
vertical-align: top;


}





/*about page*/

.inner-page .banner {
	background-size:cover !important;
}
.path-node .banner, .inner-page .banner {
	height: 580px;
	background-size:cover;
}
.path-node .banner h2 {
	margin: 0;
}
.about-content.full-width {
	padding:40px 0 60px 0;
}
.about-content p {
	color: #fff;
	font-size: 19px;
	line-height: 1.5;
	margin: 0;
}
.about-content h3 {
	color: #fff;
}
.about-content a {
	color:#fff;
}

.about-content .about-grid.gold {
	background-color: #B37743;
}

.about-content .about-grid.white {
	background-color: #fff;
}

.about-content .about-grid.lightgray {
	background-color: #959595;
}

.about-content .about-grid.white h3 {
	color: #000;
}

.about-content .about-grid.white p {
	color: #000;
}

.about-content .about-grid.white a,
.about-content .about-grid.gold a {
	color: #00aeef;
}

.full-width-row {
	margin-bottom: 20px;
}
.full-width-row .row {
	margin: 0;
}
.full-width-row [class^="col-"] {
 padding: 0;
}
.full-width-left {
	width: 32.3%;
}
.full-width-right {
	width: 67.7%;
}
.about-grid-container [class^="col-"],
.contact-grid-container [class^="col-"] {
 margin-bottom: 20px;
}
.about-grid-container .row,
.contact-grid-container .row {
	margin: 0 -10px;
}
.about-grid-container [class^="col-"],
.contact-grid-container [class^="col-"] {
 padding: 0 10px;
}
.about-grid {
	padding: 45px;
	height: 100%;
	background: #00aeef;
}

.contact-grid-container .about-grid {
	min-height:439px;
}

.dark-grid {
	background: #302f2f;
}
.copper-price {
	background: #ebebeb;
}
.copper-price h6 {
	color: #000000;
}
.about-single-img {
	text-align: center;
}

/* copper price chart */
#chart-source {
	padding:20px 0;
	text-align:center;
	/*width:93%;*/
}

#chart-caption {
	padding:20px 12px;
}

#chart-range-links {
	float:left;
	padding-bottom:30px;
}
#chart-zoom {
	float:right;
	padding: 0 33px 0 27px;
	background: url(/themes/fcx/images/select-icon.svg) no-repeat;
	background-size:auto 100% ;
}

.canvasjs-chart-credit {
	display:none;
}

@media (max-resolution: 1.0dppx) and (max-width: 768px) {
	#chart-zoom {
		float:none;
		clear: both;
		display:block;
	}
}

/*career-page*/

.career.full-width {
	padding:56px 0 60px 0; /* was 80 top padding*/
}
.career-content {
	max-width: 1156px;
	width: 100%;
	margin: 0 auto 40px;
	font-size: 24px;
	line-height: 1.5;
}
.career-content p {
	margin-bottom: 15px;
}
.career-content p a {
	color: #00aeef;
	display: inline-block;
}
/*end*/
/*governance*/

.company-links .view-content {
	max-width: 1130px;
	margin: 0 auto;
}
.company-links .view-content .company-links .views-col h2 a {
	max-width: 280px;
}
.gov-doc-links {
	background: #ebebeb;
}
.gov-doc-links .document-text {
	vertical-align: middle;
}
.gov-doc-links .grey-left-scop ul li {
	display:block;
	margin-top:55px;
}
.gov-doc-links .grey-left-scop ul li:first-child {
	margin:0;
}
.gov-doc-links .grey-left-scop ul li h4 {
	margin:0;
}
.gov-doc-links .grey-left-scop ul li a {
	display:table;
}
.gov-doc-links .grey-left-scop ul li a:hover h4 {
	color:#00aeef;
}
.grey-right-scop.gov-doc-links-right ul li {
	margin-top:0;
}
.gov-quick-links {
	margin-bottom:70px;
}

.gov-quick-links ul li {
	border-bottom: 1px solid #000000;
}

.gov-quick-links ul li a {
	display: block;
	padding: 39px 0 28px 0;
}
.gov-quick-links ul li a h4:hover {
	color:#00aeef;
}
.gov-quick-links ul li:first-child a {
	padding-top: 0;
}
.gov-doc-links-right h4 {
	font-family: adobe-caslon-pro, serif;
	font-size: 30px;
	font-weight: 600;
	margin: 0;
}
.contact-board h6 {
	margin-bottom: 45px;
}
.contact-board span {
	font-family: adobe-caslon-pro, serif;
	font-style: italic;
}
.contact-board h4 {
	margin-bottom: 35px;
}
.contact-board h4 + h4 {
	margin-bottom: 0;
}
.gray-table section a.learn-more, a.learn-more {
	height:51px;
	background:url(../images/accordion-open.png) left center no-repeat;
	padding:0 10px 0 70px;
	color:#103f5a;
	font-size:13px;
	line-height:51px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: "acumin-pro", Arial, Helvetica, sans-serif;
}

/* 2017--7-17 restructuring per KK  to prevent lots of redundant work
   adding .back-container a.back rules and leaving old a.back{} for places that don't get changes
*/
a.back {
	display:inline-block;
	margin:50px 200px 0 0;
	height:51px;
	width: 164px;
	background:url(../images/back.png) left center no-repeat;
	padding:0 10px 0 70px;
	color:#103f5a;
	font-size:18px;
	line-height:51px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-family: proxima-nova-condensed, sans-serif !important;
}

a.back:hover {
	color:#00aeef;
}

.back-container {
	color:#103f5a;
	font-size:18px;
	font-family: proxima-nova-condensed, sans-serif !important;
	line-height:36px;
	margin:50px 0 0 0;
}

span.back-container {
	/* adding to the accordion control god help us... */
	display:block;
	margin:0 0 0 23px;
	padding: 20px;
	background:#ebebeb;
	font-weight:normal;
	line-height:26px;
	cursor:default !important;
}

.fcx-toggle.open span.back-container {
	margin:0 0 20px 23px;
}

.back-container a {
	color:#00aeef;
	text-transform:none;
	white-space:nowrap;
}

.back-container a:hover {
	color:#103f5a;
}

.back-container a.back {
    display: inline-block;
	float:left;
    height: 102px;
    width: 51px;
    background:none;
    padding:0;
	margin:0 20px 0 0;
    text-decoration: none;
}

.back-container span.on {
	text-transform:uppercase;
	white-space:nowrap;
}

a.back-blue {
	color:#103f5a;
}

a.back-blue:hover {
	color:#00aeef;
}

a.back-to-top {
	display:block;
	height:51px;
	width:92px;
	background:url(../images/back-to-top.png) top center no-repeat;
	padding:70px 0 0 0;
	margin:27px auto;
	color:#103f5a;
	font-size:13px;
	line-height:51px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: "acumin-pro", Arial, Helvetica, sans-serif;
	text-align:center;
}

/* Board Committees */
#boards-accordion {
	margin-top:50px;
}


/* Link table like on Vendor Requirements */
.container950 {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 0 auto;
	position:relative;
}
.gray-table {
	width:100%;
	padding: 55px 50px 30px 50px;
	margin: 0 auto 50px auto;
	/* damned PSD looked like whole table was gray... #ebebeb hence name gray-table...*/
	background-color: #fff;
}
.force-gray-bg {
	background:#ebebeb !important;
}
.gray-table section h4, .gray-table h4, .container950 h4 {
	font-family: acumin-pro, sans-serif;
	font-weight:bold;
	color: #302f2f;
	font-size: 14px;
	margin-bottom: 40px;
}

.container950 #threeblnewsarchive h4.threebl_fmr_headlines {
	margin-bottom:0;
}

.gray-table section a:link, .gray-table section a:visited, .gray-table section a:hover, .gray-table section a:active {
	display: block;
	color: #103f5a;
	font-family: adobe-caslon-pro, serif;
	font-size: 22px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
	font-weight:bold;
}
.gray-table section a:last-child {
	border-bottom: none;
}
.gray-table section a:hover, .gray-table section a:active {
	color: #00aeef;
}
/* End Link table like on Vendor Requirements */

/* Accordion styling */

.panel {
	margin-bottom: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	-webkit-box-shadow:none;
	box-shadow: none;
}

p+.fcx-accordion {
    margin-top: 30px;
}

.fcx-accordion .fcx-toggle, .fcx-accordion .fcx-fake-toggle {
    background: url(/themes/fcx/images/accordion-closed.png) left top no-repeat;
    padding: 0px 0 35px 0;
    color: #103f5a;
    font-family: adobe-caslon-pro,serif;
    font-size: 22px;
    line-height: 52px;
    margin-bottom: 34px;
    border-bottom: 1px solid #000;
    font-weight: bold;
}

h4.fcx-toggle a {
	color:#103F5A;
}

.fcx-accordion .fcx-toggle.open {
	background:url(../images/accordion-open.png) left top no-repeat;
	border-bottom:none;
	margin-bottom: 0px;
	padding-bottom:0px;
	height:auto;
}
.collapse.in {
	border-bottom: 1px solid #000;
	margin-bottom: 50px;
}
.fcx-accordion .fcx-toggle a, .fcx-accordion .fcx-fake-toggle a {
	padding-left:80px;
	display:inline-block;
	width:100%;
}

.fcx-fake-toggle a:visited {
	color: #103F5A;
}

/* demoing adding other links in container- very bad idea */
.fcx-accordion .fcx-toggle span.back-container a, .fcx-accordion .fcx-fake-toggle span.back-container a {
	display:inline;
	width:inherit;
	padding-left:20px;
	padding-right:20px;
}

.fcx-accordion .accordion-content {
	padding:0 0 45px 80px;
}
.poplink-container {
	background-color:#ebebeb;
	padding:60px 80px;
	margin:0 auto;
	width:100%;
	max-width:950px;
	clear:both;
}
.fcx-accordion .accordion-content .poplink, .poplink {
	display:block;
	background:url(../images/link-popout-icon.png) left center no-repeat;
	padding-left:60px;
	height:30px;
	color: #103f5a;
	font-family: adobe-caslon-pro, serif;
	font-size: 22px;
	line-height:43px;
	margin-bottom: 75px;
	font-weight:bold;
}

.fcx-accordion .accordion-content .poplink:last-child, .poplink:last-child {
    margin-bottom: 0;
}

.fcx-accordion .accordion-content .poplink:hover {
	color:#00aeef;
}
.fcx-accordion .accordion-content h6 {
	margin:30px 0;
}
.fcx-accordion .accordion-content ul,
.container950 ul,
.region-rights-hero-row ul  {
	margin:15px 0 15px 50px;
}
.container950 ul.pull-left {
	margin-left:0;
}
/* OL and UL */
.fcx-accordion .accordion-content li, .container950 li, .poplink-container li, ul.bullets li {
	padding: 3px 0px 3px 31px;
	margin: 0;
}
/* only UL */
.fcx-accordion .accordion-content ul li, .container950 ul li, .poplink-container ul li, ul.bullets li {
	list-style-type: "\2023";
}
.fcx-inner-accordion-toggle {
	background:url(../images/interior-accordion-closed.png) right top no-repeat;
	background-size: 40px;
	min-height:42px;
	width:100%;
	cursor:pointer;
	padding-right: 120px;
}

.fcx-inner-accordion-toggle:hover {
	color:#00aeef;
}

.fcx-inner-accordion-toggle.open {
	background:url(../images/interior-accordion-open.png) right top no-repeat;
	background-size: 40px;
	cursor:pointer;
}
.fcx-inner-accordion-content {
	display:none;
}
.fcx-inner-accordion-content table {
	margin-bottom:30px;
}
/* End Accordion styling */



/*operation-page*/

.modal-video-title {
	padding-top:16px;
	text-align:center;
	font-family: adobe-caslon-pro,serif;
	color: #103F5A;
}

/*to hide area/continent */

.modal-title { display:none; }
li.modal-single h6 { display:none; }
.modal-left-content { padding-top: 30px; }


/*#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent, #cboxLoadedContent {
overflow:visible !important;
}

#colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent, #cboxLoadedContent {
height:100% !important;
}

#cboxContent {
position:inherit;
}
*/
#map-container {
	position:relative;
	display:block;
	margin:0 auto;
	width:100%;
	background-size:cover;
	overflow:hidden;
}
.legend {
	position:absolute;
	font-family: "acumin-pro", Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:15px;
	vertical-align:middle;
	color:#fff;
	left:21.5625%;
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 20px;
}
#map-legend1 {
	top: 79.1%;
	background-image: url(../images/copper-legend.png);
}
#map-legend2 {
	top: 84.1%;
	background-image: url(../images/moly-legend.png);
}
#map-legend3 {
	background-image: url(../images/gold-legend.png);
	top: 84.1%;
}
#map-container ul {
	list-style:none;
	margin:0;
	padding:0;
}
#map-container ul#map-nav {
	position:absolute;
	right:12.604%;
	top:0;
	background:#302f2f;
	width:100%;
	max-width:200px;
	height:inherit;
}
ul#map-nav li {
	width:100%;
}
ul#map-nav li a {
	background:#878585;
	color:#FFF;
	display:block;
	width:100%;
	padding:8px;
	font-family:"acumin-pro", Arial, Helvetica, sans-serif;
	font-weight:700;
	text-decoration:none;
	font-size:13px;
}
ul#map-nav li a.active {
	background:#000;
}
#map-container #map-nav li .map-subnav li {
	border-bottom:1px solid #838383;
}
#map-container #map-nav li .map-subnav li:last-child {
	border-bottom:none;
}
#map-container #map-nav li .map-subnav li a {
	background:#FFF;
	color:#00aeef;
	font-weight:normal;
	width:100%;
	padding:7px 7px 7px 25px;
	font-size:13px;
}
#map-container #map-nav li .map-subnav li a.active, #map-container #map-nav li .map-subnav li a:hover {
	background:#00aeef;
	color:#FFF;
}
#map-container a.mapdot, #map-container a.mapdot:visited {
	color:#fff;
	text-decoration: none;
	position: absolute;
	width:0.9375%;
	background-color: transparent;
	background-size: 99.8%;
	background-repeat:no-repeat;
	background-position:center;
}
#map-container a.mapdot.moly {
	background-image: url(../images/moly-legend.png);
}
#map-container a.mapdot.copper {
	background-image: url(../images/copper-legend.png);
}
#map-container a.mapdot.coppermoly {
	background-image: url(../images/coppermoly-legend.png);
}
#map-container a.mapdot.coppergold {
	background-image: url(../images/coppergold-legend.png);
}
#map-container a.mapdot i.fa {
	padding-left: 2px;
}
a.mapdot {
	border-radius: 50%;
}
a.mapdot:before, a.mapdot:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	top: 0%;
	left: 0%;
	border-radius: 50%;
	border: 0px solid white;
	animation: glow-grow 2.5s ease-out infinite;
}
a.mapdot.hover:after {
 animation-delay: .66s;
}
a.mapdot.hover i {
	animation-delay: 1.33s;
}
@keyframes glow-grow {
 0% {
 opacity: 0;
 transform: scale(1);
}
 80% {
 opacity: 1;
}
 100% {
 transform: scale(2);
 opacity: 0;
}
}
a.mapdot.hover:before, a.mapdot.hover:after, a.mapdot.hover i {
	border: 1px solid white;
}
#map-container a.mapdot label {
	display: none;
	background-color: transparent;
	background: url(../images/map-label.png) no-repeat;
	background-size: contain;
	color: #00aeef;
	font-family: "acumin-pro", Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	padding-top:4px;
	top: -26px;
	left: -26px;
	height: 35px;
	width: 117px;
	max-width:inherit;
	z-index:10;
	font-weight:700;
	font-size:12px;
}

#map-container a#safford.mapdot label {
	background: url(/sites/fcx/files/images/operations/map-label-183x35.png) no-repeat;
	width: 183px;
  left:-66px;
}

.banner.banner-map .contextual-region {
	position:inherit !important;
}
a#bagdad {
  left: 31.1%;
  top: 40.4%;
}
a#chino {
  left: 37.8%;
  top: 54.05%;
}
a#climax {
	left: 42.585%;
	top: 26.1%;
}
a#henderson {
	left: 43.55%;
	top: 21.9%;
}
a#morenci {
  left: 35.9%;
  top: 51.6%;
}
a#miami {
  left: 34.4%;
  top: 47.65%;
}
a#safford {
  left: 35.35%;
  top: 53.88%;
}
a#sierrita {
	left: 32.95%;
	top: 56%;
}
a#tyrone {
  left: 37.25%;
  top: 56%;
}
/*south america*/

a#cerroverde {
	left: 40.8%;
	top: 36%;
}
a#elabra {
	left: 42.5%;
	top: 51%;
}
/*end*/


/*indonesia*/

a#grasberg {
	left: 59.6%;
	top: 29.2%;
}
/*end*/


ul#map-nav li.panel, ul#map-nav li.active {
	border:none !important;
}
.nav-stacked > li {
	border-top:2px solid #464545;
}
.nav-stacked > li:first-child {
	border:none;
}
.nav-stacked > li + li {
	margin:0;
}
ul#map-nav li.panel > a:after {
	content:'';
	background:url(../images/map-link-arrow.png) no-repeat;
	width:16px;
	height:16px;
	background-size:contain;
	float:right;
	margin-top:0;
}
ul#map-nav li.panel a {
	background:#000000;
}
/*end*/

.inner-operation-container {
	max-width:950px;
	margin:0 auto;
}
.inner-operation-container p {
	line-height:1.5;
	font-size:21px;
}
.inner-operation-container .row {
	margin:0 -10px;
}
 .inner-operation-container [class^="col-"] {
padding:0 10px;
}
.inner-operation-vdo-grid {
	text-align:center;
	max-width:465px;
	margin:0 auto 35px;
	display:block;
}
.inner-operation-vdo-grid a {
	display:block;
}
.inner-operation-vdo-img {
	position:relative;
}
.inner-operation-vdo-img:after {
	content:'';
	background:url(../images/op-play-icon.png) no-repeat;
	height:106px;
	width:106px;
	background-size:contain;
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.duration {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight:500;
	font-size:35px;
	color:#fff;
	position:absolute;
	right:40px;
	bottom:30px;
}
.inner-operation-vdo-grid h4 {
	margin-top:25px;
	margin-bottom:0;
	font-size:29px;
}
.inner-operation-vdo-grid h4:hover {
	color:#00aeef;
}
.link-btn {
	display:block;
}
.inner-operation-vdo-grid .link-btn {
	position:absolute;
	bottom:0;
	right:-240px;
}
.link-btn a {
	font-size:18px;
	color:#103f5a;
}
.link-btn img {
	margin-right:5px;
	margin-top:-4px;
	background-size:contain;
}
.link-btn a:hover {
	color:#0293c9;
}
/*color-box*/

#cboxLoadedContent {
	overflow:auto !important;
	border:3px solid #00aeef;
	border-radius:3px;
	background-repeat:no-repeat !important;
	background-size:cover !important;
}

li.modal-single {
/*    background:url(/themes/fcx/images/model-pattern.png) repeat left top;
*/	padding:80px 50px 140px 50px;
	color:#fff;
	font-size:19px;
	display:inline-block;
	width:100%;
	position:relative;
	z-index:100 !important;

	/*	background:rgba(12, 40, 43, 0.9);
*/
}

/* added 2020-02-26 per KK to supress Grasberg scroolbar on modal */
.path-node-91 div#cboxLoadedContent ,
.path-node-90 div#cboxLoadedContent,
.path-node-92 div#cboxLoadedContent {
    overflow: hidden !important;
}

li#cerro_verde_link {
	padding-bottom: 100px;
}



.btnPrintM3{
    position: relative;
    z-index: 100 !important;
}

.modal-single a {
    color: #00aeef;
	font-family: adobe-caslon-pro, serif;
	font-size:22px;
}

.modal-single p.document a {
    padding: 0px 0 0 58px;
	margin:20px 0 20px 0;
	background:url(/themes/fcx/images/document-icon.svg) no-repeat left top;
	min-height:60px;
	display:block;
	line-height:29px;
}

.modal-single p.document {
	border-bottom:1px #fff solid;
}

.modal-blue-bold {
	color: #00aeef;
	font-weight:bold;
}

.modal-black-bold {
	color: #000000;
	font-weight:bold;
}


.modal-single p.document:last-of-type {
	border-bottom:none;
}

.pdf-size {
    font-size: 17px;
    color: #fff;
    display: block;
    font-family: acumin-pro-condensed,sans-serif;
    line-height: 4px;
}

.mobile-video-container, .mobile-video {
	width: 100%;
	max-width:600px;
	display:block;
	margin:0 auto;
}

.mobile-video-container {
	height:400px;
}

.path-mobile-video .page-header,
.path-mobile-video .header,
.path-mobile-video .footer {
    display: none;
}

.path-mobile-video .full-width {
	padding-top:0;
}

.modal-single a.video {
    padding: 13px 0 0 80px;
	margin:20px 0 0 0;
	background:url(/themes/fcx/images/op-play-icon.png) no-repeat left center;
	background-size:50px;
	min-height:54px;
	display:block;
}


.modal_left_sidepopup {
	width: 49%;
	padding-right: 15px;
	float: left;
}
.modal_right_sidepopup {
	width: 49%;
	padding-left: 15px;
	float: left;
}
.map-location-id, .modal-background-image, .modal-custom-height {
	display:none;
}
li.modal-single h6 {
	color:#fff;
	margin-bottom:5px;
	font-size:18px;
}
li.modal-single h5 {
	font-weight:700;
	font-size:20px;
	margin-bottom:15px;
}
.modal-left-content, .modal-right-content {
	margin-bottom:45px;
}
.modal-content {
	background:url(../images/fancy-bg.jpg) no-repeat;
	background-size:cover;
	color:#ffff;
	border:3px solid #00adf1;
	border-radius:4px;
	box-shadow: none;
	outline: 0 none;
	position: relative;
	padding:65px 60px 175px 60px;
	max-width:1480px;
	margin:0 auto;
}
.modal-content h6 {
	color:#fff;
	margin-bottom:10px;
}
.modal-content h2 {
	margin-bottom:62px;
}
.modal-content h5 {
	font-family: acumin-pro, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-top: 0;
	margin-bottom:19px;
}
.modal-content p {
	font-size:22px;
	margin-bottom:18px;
	line-height:1.5;
	color:#fff;
}

.modal-previous-url,.modal-next-url {
	display:none !important;
	color: #1D4259 !important;
	font-size:1px;
}
.video-informatin {
	margin-top:45px;
}
.modal-content .video-informatin h6 {
	margin-bottom:30px;
}
.fancy-vdo-link {
	margin-bottom:45px;
}
.fancy-vdo-link ul li {
	margin-top:30px;
}
.fancy-vdo-link ul li:first-child, .fancy-vdo-link ul li:first-child .fancy-vdo-link-text h4 {
	margin-top:0;
}
.fancy-vdo-link ul li a {
	display:table;
}
.fancy-vdo-link ul li a i {
	background-size:contain;
	float:left;
	width:48px;
	height:48px;
	position:inherit;
	animation:none;
}
.fancy-vdo-link-text {
	display:table-cell;
	vertical-align:top;
	padding-left:30px;
}
.fancy-vdo-link-text h4 {
	color:#00aeef;
	margin:12px 0 0 0;
}
.additional-info ul li {
	padding-top:25px;
	margin-top:25px;
	border-top:1px solid #bdbfc0;
}
.additional-info ul li:first-child {
	border:none;
	padding:0;
	margin:0;
}
.additional-info ul li a {
	display:table;
}
.additional-info ul li a i {
	background-size:contain;
	float:left;
	width:43px;
	height:53px;
	position:inherit;
	animation:none;
}
.additional-info-text {
	display:table-cell;
	vertical-align:top;
	font-size:16px;
	color:#fff;
	padding-left:15px;
}
.additional-info-text h4 {
	color:#0293c9;
	margin-bottom:5px;
}
#cboxPrevious, #cboxNext {
/*	height:60px;
*/		text-align:left;
}



/*#cboxNext:after, #cboxPrevious:after {
content:'';
background: url(/themes/fcx/images/fancy-next.png) no-repeat;
height:60px;
width:30px;
background-size:contain;
display:block;
width:31px;
height:81px;
position:absolute;
right:0;
top:-10px;
}

#cboxPrevious:after {
background: url(/themes/fcx/images/fancy-prev.png) no-repeat;
left:0;
}
*//*end*/


.fancybox-overlay {
	z-index:10000000000 !important;
}

.operation-video-row, .sd-reports-row2025 {
	margin:0 -10px;
	display:block;
	clear:both;
	float:none;
	padding-left: 10%;
    padding-right: 10%;
	padding-bottom:62px;
	margin-bottom:74px;
	border-bottom:1px solid #000;
}

.operation-video-row.no-side-padding {
	padding-left: 0;
    padding-right: 0;
}

.operation-video-row:first-of-type, .sd-reports-row2025:first-of-type {
	margin-top:56px; /* was 74px */
}

.operation-video-row:last-of-type, .sd-reports-row2025:last-of-type {
	padding-bottom:30px;
	margin-bottom:0;
	border-bottom:none;
}

.operation-video-row h4, .sd-reports-row2025 h4 {
	font-size:22px;
}

p.english-pdf, p.spanish-pdf, p.pdf-title {
  font-size: 16px;
}

.media-library-section {
	padding-left:10px;
	padding-bottom:38px;
	color:#0293c9;
	font-size:25px;
	font-family: acumin-pro, sans-serif;
	clear:both;
	float:none;
}

.fancybox-inner video {
    margin: 0 auto !important;
    display: block;
}

.sample-video-class {
	padding:0 10px;
	vertical-align:top;
	margin:0 auto 35px;
}

.hero-row {
	background:#ebebeb;
}

.sample-video-class a,
.sample-video-class a:visited {
	display:block;
	position:relative;
	max-width:465px;
	margin:0 auto;
	color: #103F5A;
}

.sample-video-class a:hover {
	color: #00aeef;
}

.sample-video-class.news-media a,
a.openNewsVideoModal {
    display: block;
    position: relative;
    width: 365px;
    height: 200px;
    margin: 0;
}

.sample-video-class .document-languages {
	width:100%;
	text-align:center;
}
.sample-video-class .document-languages a {
	font-family: acumin-pro, sans-serif;
	font-weight:bold;
	color: #000;
	font-size: 12px;
	text-decoration:none;
	text-transform:uppercase;
	display:inline;
}

.sample-video-class a.hero {
	max-width:940px;
}

.sample-video-class .company-links-img a:after {
	content:'';
	background:url(/themes/fcx/images/op-play-icon.png) no-repeat;
	height:106px;
	width:106px;
	background-size:contain;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;

}


.sample-video-class a span {
	font-family: acumin-pro-condensed, sans-serif;
	font-size:35px;
	color:#fff;
	font-weight:400;
	position:absolute;
	right:35px;
	bottom:30px;
}
.sample-video-class h4 {
	margin-top:25px;
	text-align:center;
	display:block;
	margin-bottom:0;
}
.sample-video-class:hover h4 a {
	color:#00aeef;
}
.link-btn {
	text-align:center;
	display:inline-block;
	width:52px;
}

.operation-video-row .link-btn, .sd-reports-row2025 .link-btn {
	width:100%;
}

/* sustainability */
.esg-title {
	font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 42px;
    font-weight: 500;
	margin:15px 0;
}

.sd-esg-links {
	text-align:center;
}

.sd-esg-links a {
	font-size:24px;
}
/*
.esg1 {
	text-align:right;
}

.esg2 {
  text-align:center;
}

.esg3{
  text-align:left;

}
*/


/* home 3BL widget and feed */
.sustainability-news-footer {
	margin-top:160px;
	background-color:#ebebeb;
	padding-bottom:60px;
}

.threeblwidgetcontent {
    float: left;
    max-width: 80%;
    margin: 0 0 38px 0;
    height: 125px;
}

.threeblthumbnail {
	display:block;
	margin:0 16px 30px 0;
	float:left;
	height: 125px;
    width: auto;
	max-width: 200px;
}

.fmr-block-title {
	font-family: acumin-pro, sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #103f5a;
	margin:0 17px 30px 0;
}

.morenews {
	display:block;
    color: #103f5a;
    font-size: 18px;
    font-family: proxima-nova-condensed, sans-serif !important;
    line-height: 51px;
	margin-top:50px;
    padding: 0 0 0 71px;
	background: url(/themes/fcx/images/accordion-open.png) no-repeat;
}

.morenews:hover {
	color:#00aeef;
}


.threebl_fmr_headlines {
	font-weight:400 !important;
	font-family: adobe-caslon-pro, serif  !important;
    font-size: 2.7rem  !important;
	line-height:1.2;
	color: #337ab7  !important;
	float:left;
	width:60%;

}

.full_width_threebl_fmr_headlines {
	width: 100%;
}

.container950 #threeblnewsarchive h4.threebl_fmr_headlines {
	display:table;
}

.threebl_fmr_headlines a,
.threebl_fmr_headlines a:visited,
.threebl_fmr_headlines a:active {
	display: table-cell;
    vertical-align: middle;
    height: 125px;
	color:#103f5a;
}

.threebl_fmr_headlines a:hover {
	color: #00aeef;
}

.threebl_fmr_headlines.no-pic {
	width:100%
}

#threeblfullpost .threebl_fmr_headlines {
	display:block;
	width:100%;
	font-size: 3rem !important;
	font-family: acumin-pro, serif !important;
	margin: 2em 0;
	font-weight: 700 !important;
    letter-spacing: 0.029em;
	color:#103f5a !important;
	line-height:45px;
}

#threeblfullpost .news-pics {
	display:block;
	float:none;
	clear:both;
}

#threeblfullpost .news-pics .news-media img,
.openNewsVideoModal img {
	width:auto;
	height:200px;
	margin: 0 20px 20px 0;
	float:left;
}

.threeblfullpostcontent p {
	font-family: proxima-nova-condensed, sans-serif;
	font-size:25px;
	line-height:37.5px;
}


.threebl_datetime {
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-weight: 400;
    height: 125px;
    width: 125px;
    border: 2px solid #4fc8f0;
    line-height: 111px;
    font-size: 45px;
    color: #00aeef;
    text-align: center;
    float: left;
    padding: 0 10px;
    margin-right: 33px;
}

.archive-pages {
	width:100%;
	background-color: #ebebeb;
    margin-bottom: 36px;
    position: relative;
    padding: 40px 0px;
	text-align:center;
}

.archive-pages a {
	font-size: 2rem;
    color: #103f5a;
    font-family: 'acumin-pro', sans-serif;
    font-weight: 700;
    padding: 0px 15px;
    border-left: 3px solid #103f5a;
    cursor: pointer;
	margin-right:7px;
}

.archive-pages a:first-child {
    border-left: none;
}

.archive-pages a:hover, .archive-pages a.page-on {
	color:#00aeef;
}

/* sustain news pages */
.news-share {
	width:100%;
	background:#EBEBEB;
	height:125px;
	display:block;
}

.news-share .twitter-share {
    font-family: adobe-caslon-pro, serif;
    font-size: 24px;
    font-weight: 400;
    color: #103f5a;
    float:right;
	display:inline-block;
	margin-left:50px;
	margin-top: 50px;
}

.news-share .twitter-share i {
	color: #00aeef;
}

.news-share .twitter-share:hover {
	color: #00aeef;
}

.news-share .news-back {
	float:right;
	color:#103f5a;
	font-size:18px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:400;
	font-family: proxima-nova-condensed, sans-serif !important;
	margin-top: 39px;
}

.news-share .news-back:hover {
	color: #00aeef;
}

.news-back img {
    margin-right: 13px;
    display: inline-block;
}

/* GRI index */
#sdg-box {
	border:#272931 1px solid;
	border-width:5px;
    border-style:double;
	width:600px;
	display:block;
	margin:0 auto;
}

#sdg-box strong {
	font-size:22px;
}

.gri_table_darkblue13 {
    font-weight: bold;
    color: #d87b61;
    font-family: acumin-pro-condensed, sans-serif;
    background-color: #302f2f;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: #FFF;
	margin:3px;
	padding: 0 4px 0 6px;
}

.gri_table_darkblue13 td {
	margin:3px;
	padding: 3px 0 3px 0;
}

.gri_table_white {
    font-weight: normal;
    color: #000000;
    font-family: acumin-pro-condensed, sans-serif;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EEE6E4;
	border-spacing: 3px;
    border-collapse: separate;
	margin-top: 1px;
}


.stake-engage-table{
    vertical-align: top;
    padding-top: 15px;
}

.humanrights_table_cells {
    font-weight: normal;
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
	margin:3px;
	padding: 3px 0 3px 16px;
}

td.humanrights_table_cells p strong {
    line-height: 24px;
    display: block;
}

.gri_table_cells {
    font-weight: normal;
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    border-style: none none solid;
    border-color: #039dc2;
    border-bottom-width: thin;
    border-top-width: 1px;
	margin:3px;
	padding: 3px 0 3px 6px;
}

img.gri-icon {
    width: 50%;
    height: auto;
    float: right;
    margin: 0;
}

tr td.gri_table_cells:nth-child(4) {
	width:20.5%;
}

.gri_table_grey {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    background-color: #E1DEDD;
    padding: 3px 4px 3px 6px;
}

.gri_table_darkblue {
    font-weight: bold;
    color: #FFF;
   font-family: acumin-pro-condensed, sans-serif;
    background-color: #302F2F;
    text-align: center;
    padding: 0 0 0 6px;
    border-right-width: thin;
    border-right-style: solid;
    border-right-color: #d87b61;
}

.gri_table_darkblue_noborder {
    font-weight: bold;
    color: #d87b61;
    font-family: acumin-pro-condensed, sans-serif;
    background-color: #302F2F;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

.gri_table_white_noline {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    background-color: #FFF;
    padding-right: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E1DEDD;
}

.black10_normal_nopadding {
    font-family: arial, helvetica, verdana, sans-serif;
    padding-left: 0px;
    font-size: 14px;
    color: #000000;
}

#our-approach-top {
	padding-bottom:40px;
	margin-bottom:40px;
}
.darkbrownbox {
	background:#302f2f;
	width:80%;
	margin:0 auto 20px auto;
	padding:20px 50px 40px 50px;
	color:#fff;
	text-align:justify;
}

.darkbrownbox p {
	text-align:justify;
}

p.HighlightOrange {
	color: #cc6c4e;
	text-align:center;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 40px;
}

#workforce-page-top-graphs {
	background:#302F2F;
}

#workforce-page-top-graphs:after {
  display: table;
  content: "";
  zoom: 1;
  height:20px;
  background: #EBEBEB;
  width: 100%;
}

.copper-inset-table {
	float: right;
	width:300px;
	background:#c66752;
	margin:21px;
	color:#fff;
}

.copper-inset-table td {
	font-size:14px;
	padding:12px;
}

.copper-inset-table strong {
	font-size:16px;
	line-height:23px;
}

#workforce-page-top-graphs img {
	max-width:50%;
	margin:0;
	float:left;
}


.sustain-footer {
	background:#00AEF0;
	padding:84px 0 22px 0;
}

.sustain-footer-left,
.sustain-footer-right {
	text-align:left;
}

.sustain-footer-right {
	padding-left:33px;
	border-left:#000 1px solid;
}

.sustain-footer-row {
	height:104px;
	display:table;

	clear:both;
	width:85%;
}

.sustain-footer-cell {
	height:84px;
	display:table-cell;
	vertical-align:middle;
	line-height:24px;
	clear:both;
	/*width:300px;*/
	border-bottom:solid #103F5A 1px;
	width:100%;
}

.sustain-footer-left h5,
.sustain-footer-right h5 {
	font-family: acumin-pro, sans-serif;
	margin-bottom:0;
	color:#103F5A;
	font-weight:bold;
	font-size:16px;
}

.sustain-footer-left a,
.sustain-footer-right a {
    font-family: 'adobe-caslon-pro', serif;
    font-weight: 400;
    font-size: 2.7rem;
	color:#fff;
	/*font-size:22px;
	text-transform:capitalize;*/
}

.sustain-footer-left a.email {
    font-family: acumin-pro, sans-serif;
	font-size:16px;
}

.footer-report-icons {
    margin-top:16px;
	height:300px;
}

.sustain-footer-left .footer-report-icon {
	display:inline-block;
	width:225px;
	height:250px;
	text-align:center;
	margin-right:50px;
	color:#000;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight:500;
	font-size:20px;
	float:left;
}

.footer-report-icon:first-child {
    margin-left: 0;
}

.sustain-footer-left .footer-report-icon img {
	height:175px;
	width:225px;
	margin-bottom: 10px;
}

.sustain-footer-left a.button {
    background-color:#878586;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 8px 10px;
    font-family: 'acumin-pro-condensed';
    font-weight: 600;
    text-transform: uppercase;
	text-align:center;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    min-width: 160px;
    border-radius: 0px;
}


.sustain-footer-left a:hover,
.sustain-footer-right a:hover {
	color:#103F5A;
	text-decoration:none;
}

.sustain-footer-middle {
	display:table-cell;
	min-height:322px;
	border-left:solid #103F5A 1px;
	border-right:solid #103F5A 1px;
}

.sustain-footer-middle img {
   position: absolute;
   left: 50%;
   transform: translate(-50%, 50%);
}

/* sustain community */
#comunity-main-video-footer {
	padding-bottom:40px;
	margin:40px 0;
}

/* sustain human rights  */
.screed.policy-commitments {
	margin-left:46%;
}
/* sustain due dilligence  */
.path-node-401 .container950 ul {
    margin-left: 15px;
}

.path-node-401 .container950 ul li {
    padding-bottom: 20px;
}

table#risk-register-table tbody tr td {
    padding: 20px;
}



/* sustain environment */
.discharge-table-row {
	margin:25px 0 50px 0;
	clear:both;
}

.additional-information {
	background:#ebebeb;
	padding:10px 40px 40px 40px;
	margin:50px 0;
}

.additional-information h6 {
	color:#000;
}

.additional-information a {
	display:block;
	font-family: adobe-caslon-pro, serif;
	color:#103f5a;
	font-size:22px;
	font-weight:bold;
	border-bottom:1px solid #000;
	padding: 36px 0 37px 0;
}

.additional-information a:hover {
	color:#00aeef;
}

/* Voluntary Memberships & Commitments */
table#kk tbody tr td {
    height: 200px;
    vertical-align: middle;
}

/* sustain reports */
.sustain-reports a {
    padding-bottom: 25px;
    display: inline-block;
}

.sustain-covers {
	width:90%;
	margin:0 auto;
}

.sustain-cover {
	width:23%;
	text-align:center;
	float: left;
    margin: 0 1%;
	min-height:260px;
}

.sustain-covers a img {
	width:100%;
}

.sustain-cover p:last-child {
	line-height:1.4;
	font-size: 16px;
	padding-left:10px;
	padding-right:10px;
}

.fcx-accordion .fcx-toggle.sustain-reports-accordion,
.sustain-reports-heading {
    font-size: 3rem;
    font-weight: normal;
	color: #103f5a;
    font-family: adobe-caslon-pro,serif;
    line-height: 52px;
}

.sustain-reports-heading {
	width: 90%;
	margin: 0 auto;
}

.fcx-accordion .fcx-toggle.open.sustain-reports-accordion {
	margin-bottom:20px;
}




/*board-directors*/

/* 2020 version 3 */
.leadership-container {
	background: #ebebeb;
}

.leadership-container #section-title {
	margin-bottom:45px;
}

.leadership-top h2.block-title,
.leadership-second h2.block-title,
.leadership-third h2.block-title,
.leadership-fourth h2.block-title {
	font-size: 32px;
	color: #6d6e71;
	font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
	text-align:left;
	margin-bottom:45px;
}

ul.leadership-top-section,
ul.leadership-second-section,
ul.leadership-third-section,
ul.leadership-fourth-section {
	max-width: 1315px;
    margin: 0 auto;
    padding-bottom: 45px;
    border: none;
}

ul.leadership-top-section {
	/*max-width: 550px; 2022-03 per KK */
}

h2.secondary-leadership-header {
	font-size:36px;
}

ul.leadership-top-section li,
ul.leadership-second-section li,
ul.leadership-third-section li,
ul.leadership-fourth-section li {
	width: 20%;
	margin-bottom: 50px;
    float: left;
	height: 375px;
}

ul.leadership-top-section li {
	/* width: 50%; 2022-03 per KK */
}

h4.leader-name {
	font-size: 20px;
	line-height: 1.4;
	color: #103f5a;
	margin-top: 20px;
	margin-bottom:0;
}

h4.leader-name a, h4.leader-name a:hover, h4.leader-name a:visited {
	color: #103f5a;
}

h5.leader-title {
	font-size: 16px;
	color: #103f5a;
	font-family: proxima-nova-condensed,sans-serif;
	margin-top: 6px;
	white-space:normal;
	max-width: 90%;
    line-height: 20px;
}

h5.leader-title a, h5.leader-title a:hover, h5.leader-title a:visited {
	color: #103f5a;
}

h3.bio-name {
	margin-top: -9px;
	margin-bottom: 15px;
}

h4.bio-title {
	font-size:23px;
}

.bio-pic img {
	float: right;
    margin-right: 20px;
}

.prev-leader {
	text-align: left;
}

.next-leader {
	text-align: right;
}

.prev-leader a {
	text-decoration:none;
	padding-left: 20px;
	line-height:51px;
}

.next-leader a {
	text-decoration:none;
	padding-right: 20px;
	line-height:51px;
}

.prev-leader a::before {
	content: '<';
}

.next-leader a::after {
	content: '>';
}

.back-to-leadership a.back-icon,
.back-to-leadership-sm a.back-icon {
	margin: 0 20px 0 0;
}

.back-to-leadership {
	text-align: right;
}

.back-to-leadership-sm {
	text-align: center;
	padding-top: 20px;
}

.back-to-leadership a,
.back-to-leadership-sm a {
	color: #103f5a;
	font-size: 18px;
    font-family: proxima-nova-condensed,sans-serif !important;
	line-height:51px;
}

/* end version 3 leadership */

.board-directors,
.officers-container,
.operations-container,
.administrative-container,
.ptfi-container   {
	background:#ebebeb;
}

.board-directors.full-width,
.officers-container.full-width,
.operations-container.full-width,
.administrative-container.full-width,
.ptfi-container.full-width {
	padding:56px 0 0 0; /* top was 80px */
}

.board-directors .section-title {
	max-width:1390px;
	margin:0 auto 65px;
}
.board-directors ul.item-details-list,
.officers-container ul.item-details-list,
.operations-container ul.item-details-list,
.administrative-container ul.item-details-list,
.ptfi-container ul.item-details-list {
	max-width:1315px;
	margin:0 auto;
}
.board-directors-grid {
	margin-bottom:60px;
}
.board-directors-bottom {
	background:#ffffff;
	padding:100px 0 40px 0;
}
.director-conntent,
.officer-conntent,
.operations-conntent,
.administrative-conntent,
.ptfi-conntent {
	max-width:765px;
	display:table-cell;
	vertical-align:top;
	padding-left:120px;
}
.director-conntent p,
.officer-conntent p,
.operations-conntent p,
.administrative-conntent p,
.ptfi-conntent p {
	font-size:23px;
}
.board-directors .tab-content .link-btn {
	text-align:center;
}

.board-directors .item-list.director-top-section,
.officers-container .item-list.officer-top-section,
.operations-container  .item-list.officer-top-section,
.administrative-container  .item-list.officer-top-section,
.ptfi-container  .item-list.officer-top-section
 {
	max-width:1315px;
	margin:0 auto;
	padding-bottom:45px;
	border:none;
}

.officers-container .item-list.officer-top-section {
	max-width:535px;
	padding-left: 39px;
}

.ptfi-container .item-list.officer-top-section {
	max-width:267px;
	padding-left: 39px;
}

.board-directors .item-details-list,
.officers-container .item-details-list,
.operations-container .item-details-list,
.administrative-container .item-details-list,
.ptfi-container .item-details-list {
	max-width:1355px;
	padding:0 20px;
	border:none;
	margin:0 auto;
}


.board-directors ul.item-list.director-top-section li:hover h4,
.officers-container ul.item-list li:hover h4,
.operations-container ul.item-list li:hover h4,
.administrative-container ul.item-list li:hover h4,
.ptfi-container ul.item-list li:hover h4 {
	color:#00aeef !important;
}

.leadership-img,
.directors-img,
.officer-img,
.operations-img,
.administrative-img,
.ptfi-img {
	margin-bottom:30px;
}

.leadership-img img,
.directors-img img,
.officer-img img,
.operations-img img,
.administrative-img img,
.ptfi-img img
 {
	cursor:pointer;
}

.board-directors .item-list h4,
.officers-container .item-list h4,
.operations-container .item-list h4,
.administrative-container .item-list h4,
.ptfi-container ul.item-list .item-list h4 {
	margin:0;
	font-size:29px;
	line-height:1.6;
	cursor:pointer;
}

.hidden-director-detail h4,
.hidden-officer-detail h4,
.hidden-operations-detail h4,
.hidden-administrative-detail h4,
.hidden-ptfi-detail h4 {
	cursor:default !important;
}


.board-directors .item-details-list h4,
.officers-container .item-details-list h4,
.operations-container .item-details-list h4,
.administrative-container .item-details-list h4,
.ptfi-container .item-details-list h4 {
	margin:0;
	font-size:29px;
	position:absolute;
	top:275px;
	left:0;
}

.board-directors .item-list h4 {
    max-width: 76%;
    min-height: 65px;
}


.board-directors ul.item-list li,
.officers-container ul.item-list li,
.operations-container ul.item-list li,
.administrative-container ul.item-list li,
.ptfi-container ul.item-list li {
	margin-bottom:50px;
	float:left;
}

.officers-container ul.item-list li {
	width:50%;
}

.board-directors ul.item-list li,
.administrative-container ul.item-list li {
	width:33%;
}

.operations-container ul.item-list li,
.ptfi-container ul.item-list li {
	width:25%;
}


.board-directors .item-details-list li,
.officers-container .item-details-list li,
.operations-container .item-details-list li,
.administrative-container .item-details-list li,
.ptfi-container .item-details-list li {
	width:100%;
	position:relative;
	display:none;
	min-height:400px;
	padding-bottom:20px;
}

.board-directors .item-details-list li:first-child,
.officers-container .item-details-list li:first-child,
.operations-container .item-details-list li:first-child,
.administrative-container .item-details-list li:first-child,
.ptfi-container .item-details-list li:first-child {
	display:block;
}
.board-directors .hidden-director-detail,
.officers-container .hidden-officer-detail,
.operations-container .hidden-operations-detail,
.administrative-container .hidden-administrative-detail,
.ptfi-container  .hidden-ptfi-detail {
	background:#fff;
	padding-top:100px;
}
.hidden-officer-detail h4 {
	max-width: 330px;
	line-height: 1.6;
}
.board-directors .hidden-director-detail .detail-directors-img,
.officers-container .hidden-officer-detail .detail-officer-img,
.operations-container .hidden-operations-detail .detail-operations-img,
.administrative-container .hidden-administrative-detail .detail-administrative-img,
.ptfi-container .hidden-ptfi-detail .detail-ptfi-img {
	float:left;
}
/*end*/

.modal-nav-button {
font-family: proxima-nova-condensed, sans-serif !important;
position:absolute;
bottom:37px;
color:#fff !important;
font-weight:600;
}

.next-button {
right:130px;
}

.previous-button {
left:115px;
}



.modal-next-location:after, .modal-pre-location:after {
content:'';
background: url(/themes/fcx/images/fancy-next.png) no-repeat;
height:60px;
width:30px;
background-size:contain;
display:block;
width:31px;
height:81px;
position:absolute;
right:-40px;
top:-36px;
}

.modal-pre-location:after {
background: url(/themes/fcx/images/fancy-prev.png) no-repeat;
left:-40px;
top:-35px;
}



#gotop {
	/* back to top links changed 2017-06-26 */
	position: fixed;
    right: 14px;
    bottom: 10%;
	display:none;
  z-index: 10000;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
   #gotop {
	   right: 14px;
   }
}


#gotop a {
	display:block;
}
#gotop a img {
	display:block;
	margin:0 auto 10px;
}

.modal-left-content p{
	padding-bottom: 30px;
}

.modal-right-content p{
	padding-bottom: 30px;
}

.modal-full-width-content{
	clear: both;
}


.modal-next-location, .modal-pre-location {
clear:both;
font-size:15px;
font-weight:600;
color:#029fd7;
position:absolute;
bottom:15px;
right:130px;
}

.modal-pre-location {
left:115px;
bottom:15px;
}

.covid-update {
	/*
	font-family: proxima-nova-condensed, sans-serif;
	font-size:25px;
	color:#000;
	line-height:37.5px;
	font-weight:400;
	*/
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

h2.covid-title {
	font-family: 'acumin-pro',sans-serif;
    color: #103f5a;
    font-size: 22px;
    line-height: 30px;
	margin-bottom:15px;
}

.covid-update h3 {
	font-size: 20px;
}

img.covid-thumb {
    float: left;
    margin: 0 20px 20px 0;
	width: auto;
	max-height:275px;
}



.page-node-type-freeport-features-home .banner-text-grid .container-fluid,
.page-node-type-blog .banner-text-grid .container-fluid {
    background-color: #113f59;
    max-width: none;
    padding: 0 0 15px 0;
}

.features-years-nav {
	text-align:center;
	background-color: #ebebeb;
}

.features-years-nav ul {
	list-style:none;
	padding: 50px 0 50px 0;
}

.features-years-nav ul li {
	display: inline;
}

.features-years-nav ul li a {
	font-size: 20px;
    color: #103f5a;
    font-family: 'acumin-pro', sans-serif;
    font-weight: 700;
    padding: 0px 15px;
    border-left: 3px solid #103f5a;
    cursor: pointer;
}

.features-years-nav ul li:first-child a {
    border-left: none;
}

.features-years-nav ul li a.selected {
	color: #00aeef;
}
.features-post-list {
	max-width: 100%;
	width: 1130px;
	margin: 0 auto;
}

.features-post h3 {
    font-family: 'adobe-caslon-pro', serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 1.2;
}

.features-post h3 a {
	color: #103f5a;
    vertical-align: middle;
    height: 125px;
    display: table-cell;
}

.features-post h3 a:hover {
	color: #00aeef;
}

.feature-thumb {
	display:inline;
	float:left;
	margin-right: 25px;
}

.features-sidebar {

}

.features-sidebar .sample-video-class {
    margin: 0 auto 0;
}

.features-sidebar .gray-block {
	background-color:#ececec;
	padding: 22px 0 22px 0;
	margin: 0 0 75px 0;
}

/* headlines for each block */
.features-sidebar .gray-block h4 {
	font-family: 'acumin-pro', sans-serif;
	color:#103f5a;
	font-size: 18px;
	text-align:center;
	margin: 0 0 20px 0;
}

/* video title links */
.features-sidebar .gray-block h3,
.features-sidebar .gray-block h3 a {
	font-family: 'adobe-caslon-pro', serif;
	color:#103f5a;
	font-size: 18px;
	text-align:center;
}

.features-sidebar .gray-block h3 a:hover {
	color:#00aeef;
}

/* More videos/news links */
.features-sidebar .gray-block h5,
.features-sidebar .gray-block h5 a {
	font-family: 'acumin-pro', sans-serif;
	color:#00aeef;
	font-size: 13px;
	text-align:center;
	margin: 20px 0 0 0;
}

.features-sidebar .gray-block h5 a:hover {
	color:#103f5a;
}

.features-sidebar .sample-video-class a span {
	font-family: acumin-pro-condensed, sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:400;
	position:absolute;
	right:15px;
	bottom:15px;
}

.features-sidebar .sample-video-class .company-links-img a:after {
height:50px;
width:50px;
}

/* features post pages */
.features-post-back {
	background-color:#ebebeb;
	padding: 0;
	text-align:right;
}

.features-post-back .inner {
	width:100%;
	max-width:930px;
	margin: 0 auto;
}

.features-post-back .inner .back-container a.back {
    float: right;
	color: #103f5a;
	font-family: acumin-pro-condensed, sans-serif;
	font-size:15px;
}

.features-post-back a.twitter-share {
    height: 35px;
    width: 35px;
    display: inline-block;
	margin-left:50px;
	float: right;
}

.features-post {
	width:100%;
	max-width:930px;
	margin: 0 auto;
}

.features-title {
	font-family: 'acumin-pro', sans-serif;
	color:#103f5a;
	font-size: 22px;
	line-height:30px;
}

.features-thumb {
	display:inline;
	float:right;
	margin: 0 0 25px 25px;
}
.page-node-type-blog .features-thumb {
	display:none;
}

@media (max-resolution: 1.0dppx) and  (max-width: 768px) {
	.features-post h3 {
		margin-top: 15px;
    	margin-bottom: 30px;
	}
	.features-post h3 a {
		text-align: center;
		margin-top: 0;
		margin-bottom: 15px;
		height:auto !important;
	}

	.feature-thumb {
		display: block;
		margin-right:unset;
		margin: 0 auto;
		float:unset;
	}
}



/*--------------------------------------   MEDIA STYLES  -------------------------**/
 @media (max-resolution: 1.0dppx) and (max-width: 1473px) {
	.banner h2 {
 		font-size: 92px;
	}
 }

 @media (max-resolution: 1.0dppx) and (max-width: 1460px) {
 h3 {
 font-size: 27px;
}
 .nav-left {
 float: left;
 margin: 17px 0 0;
}
 .path-frontpage .banner-logo {
 margin-bottom: 40px;
}
 .nav-menu ul li {
 margin-left: 10px;
}
 .nav-menu ul li a {
 padding: 0 15px;
 height: 80px;
 line-height: 80px;
}
 .nav-bar-text, .nav-search .input-group .form-control, .nav-search .btn-primary {
 height: 80px;
}
 .about-grid {
 padding: 35px;
}
 .company-links .views-col h2 a:after {
margin-top:15px;
}

/*inner-page*/

.path-node .header {
 padding-top: 79px;
}
 .path-node .banner {
 height: 450px;
}
 .gov-doc-links-right {
 padding-left: 20px;
}
 .gov-quick-links ul li a {
 padding: 28px 0 20px;
}
 #map-container a.mapdot.moly, #map-container a.mapdot.copper, #map-container a.mapdot.coppermoly, #map-container a.mapdot.coppergold {
 height:14px !important;
 width:14px !important;
}
 .modal-content h2 {
 margin-bottom: 45px;
}
 .modal-content h5 {
font-size:23px;
}
 .modal-content p {
 font-size: 20px;
 line-height: 1.5;
 margin-bottom: 18px;
}
 .fancy-vdo-link-text h4 {
 color: #00aeef;
 margin: 15px 0 0;
}
/*end*/

ul.leadership-top-section li h4.leader-name,
ul.leadership-second-section li h4.leader-name,
ul.leadership-third-section li h4.leader-name,
ul.leadership-fourth-section li h4.leader-name,
ul.leadership-top-section li h5.leader-title,
ul.leadership-second-section li h5.leader-title,
ul.leadership-third-section li h5.leader-title,
ul.leadership-fourth-section li h5.leader-title {
	max-width:70%;
	margin:0 auto;
}
/* 2022-03 per KK */
ul.leadership-top-section li {
	width: 30%;
}
/* end edit */

ul.leadership-second-section li,
ul.leadership-third-section li,
ul.leadership-fourth-section li {
	width: 30%;
}

.board-directors .nav-tabs > li {
text-align:center;
}

.board-directors .container-fluid .nav-tabs,
.board-directors .tab-content {
 max-width:1110px;
 margin:0 auto;
}

.director-conntent,
.officer-conntent,
.operations-conntent,
.administrative-conntent,
.ptfi-conntent {
max-width:100%;
}

.leadership-img img,
.directors-img img,
.officer-img img,
.operations-img img,
.administrative-img img,
.ptfi-img img {
display:block;
margin:0 auto;
}

.board-directors ul.item-list li,
.officers-container ul.item-list li,
.operations-container ul.item-list li,
.administrative-container ul.item-list li,
.ptfi-container ul.item-list li {
text-align:center;
}

.modal-nav-button {
bottom:30px;
font-size:20px !important;
}

.modal-next-location:after, .modal-pre-location:after {
top:-38px;
}

}

@media (max-resolution: 1.0dppx) and  (max-width: 1364px) {
   .footer ul.accolade-nav li img {
      max-width:80px;
   }
 }

 @media (max-resolution: 1.0dppx) and  (max-width: 1346px) {
 .banner h2 {
 font-size: 88px;
}
 }


 @media (max-width: 1322px) {
 .board-directors-grid h4 {
font-size:27px;
}

    /*inner-page*/

	.path-node .header {
 padding-top: 155px;
}
 .path-node .nav-left {
 margin: 15px 0;
 float: none;
}
 .path-node .nav-bar-grid {
 float: none;
 display: block;
 border-top: 1px solid #0bb9fa;
}
 .path-node .nav-menu ul li {
margin-left:0;
}
 .path-node .nav-right {
 float: right;
}
 .path-node .nav-menu ul li:first-child {
 margin: 0;
}
.path-node ul.sf-menu ul, .path-node ul.sf-menu li:hover > ul, .path-node ul.sf-menu li.sfHover > ul, .path-node .sf-hidden {
 margin-left: inherit !important;
 left: inherit !important;
}
 .path-node .banner {
 height: 350px;
}
/*end*/

/*directors*/

.director-conntent p, .officer-conntent p {
 font-size: 20px;
}
/*end*/

.blog-date {
	height: 105px;
	width: 105px;
	font-size: 35px;
	line-height: 91px;
}

}

@media (max-resolution: 1.0dppx) and  (max-width: 1292px) {
	.banner h2 {
	 font-size: 69px;
	 margin-bottom: 40px;
	}
}
@media (max-resolution: 1.0dppx) and  (max-width: 1200px) {
 body {
 font-size: 22px;
}
 h2 {
 font-size: 40px;
 margin-bottom: 10px;
}
 .banner h2 {
 font-size: 69px;
 margin-bottom: 40px;
}
 .company-links .views-col h2 {
 font-size: 40px;
}
 .company-links .views-col h2 a::after {
 margin: 15px auto 0;
}
 .blog-left-grid h4, .grey-right-scop h4, .gov-doc-links .grey-left-scop ul li h4 {
 font-size: 25px;
}
 h6 {
 font-size: 17px;
 margin-bottom: 35px;
}
 h4 {
 font-size: 22px;
}
 .footer h2 {
 font-size: 40px;
 margin-bottom: 20px;
}
 h3 {
 font-size: 25px;
}
 .board-directors-grid h4 {
 font-size: 25px;
}
 .section-title, .board-directors .section-title {
margin-bottom:45px;
}
 .path-frontpage .banner-logo {
 margin-bottom: 35px;
}
 .banner-btn a.single-line {
 font-size: 18px;
}
.path-frontpage .header {
position: relative;
padding-bottom:70px;
}



 .nav-menu ul li a {
 font-size: 21px;
 padding: 0 12px;
 height: 70px;
 line-height: 70px;
}
 .nav-menu ul li, .path-node .nav-menu ul li a {
 padding-left: 5px;
}
 ul.sf-menu .sf-with-ul {
 padding: 0 12px;
}
 ul.sf-menu ul li a.menuparent::after {
 width: 17px;
 top: 22px;
 height: 11px;
}
 ul.sf-menu ul li a, ul.sf-menu ul li a.sf-with-ul {
 font-size: 14px;
 padding: 16px 0 10px;
}
 ul.sf-menu ul ul > li > a {
 font-size: 17px;
 padding: 8px 0;
}
 .nav-bar-text, .nav-search .input-group .form-control, .nav-search .btn-primary {
 height: 70px;
}
 .nav-search .btn-primary {
 width: 55px;
 font-size: 20px;
}
 .nav-search .input-group .form-control {
 padding-right: 67px;
 font-size: 21px;
}
 .page-scroll {
 bottom: 100px;
 height: 45px;
 width: 45px;
}
 .company-links .views-col h2 a:after {
 width: 50px;
 height: 50px;
}
 .read-more-btn {
 width: 135px;
 font-size: 16px;
}
 .blog-date {
 height: 115px;
 width: 115px;
 font-size: 35px;
 line-height: 111px;
}
 .blog-left-grid h4, .document-text {
 padding-left: 25px;
}
 .blog-left-grid {
 padding-bottom: 60px;
}
 .grey-right-scop, .blog-right {
 padding-left: 15px;
}
 .grey-right-scop ul li, .blog-right ul li, .gov-doc-links .grey-left-scop ul li {
 margin-top: 35px;
}
 .footer {
 padding: 50px 0;
}
 .footer ul li {
 margin: 0 18px;
}
 .footer ul li a {
 font-size: 21px;
}
 .footer-logo {
 margin-bottom: 25px;
 margin-top: 66px;
}
 .footer-logo a {
 max-width: 380px;
}
 .footer p {
 font-size: 17px;
}
 .about-grid {
 padding: 30px;
}
 .about-content p {
 font-size: 17px;
}
 .career-content {
 font-size: 23px;
}
 .path-node .header {
 padding-top: 145px;
}

/*map*/

/*north america*/

.inner-page .banner {
height:356px;
}
 ul#map-nav li a {
font-size:14px;
padding:5px 15px;
}
 #map-container ul#map-nav {
max-width:200px;
right:0;
}
 #map-container #map-nav li .map-subnav li a {
 font-size: 12px;
 padding: 6px 20px 6px 25px;
}



/*operation*/
 .inner-operation-vdo-grid h4 {
font-size:22px;
}
.inner-operation-vdo-grid {
 margin: 0 auto 30px;
}



/*pop-up*/





.modal-content {
 padding:70px 40px 90px;
}
 .modal-content h6 {
font-size:16px;
}
 .modal-content h2 {
 margin-bottom: 30px;
 font-size:35px;
}
 .modal-content h5 {
 font-size: 21px;
 margin-bottom:15px;
}
 .fancy-vdo-link-text h4 {
 margin: 11px 0 0;
}
 #cboxClose {
width:35px !important;
height:35px !important;
}
 .modal-content p {
 font-size: 17px;
 margin-bottom: 12px;
}
 .fancy-vdo-link-text {
 padding-left: 15px;
}
 .fancy-vdo-link ul li a i {
width:40px;
height:40px;
}
 .fancy-vdo-link ul li {
 margin-top: 15px;
}
#cboxPrevious, #cboxNext {
font-size:16px;
bottom:30px !important;
}
 #cboxNext {
 right: 40px;
}
 #cboxPrevious {
left:40px;
}

/*directors*/

.board-directors-grid {
 margin-bottom: 40px;
}
 .board-directors-bottom {
 padding: 60px 0 20px;
}
 .link-btn a {
 font-size: 16px;
}

.board-directors ul.item-list li,
.officers-container ul.item-list li,
.operations-container ul.item-list li,
.administrative-container ul.item-list li,
.ptfi-container ul.item-list li {
 display: inline-block;
 float: none;
 margin-bottom:30px;
 text-align: center;
 width: 30%;
}

.leadership-img,
.directors-img,
.officer-img,
.operations-img,
.administrative-img,
.ptfi-img {
 text-align:center;
 margin-bottom: 20px;
}
.board-directors .item-list h4,
.officers-container .item-list h4,
.operations-container .item-list h4,
.administrative-container .item-list h4,
.ptfi-container .item-list h4 {
font-size:25px;
max-width:none;
min-height:0;
}

.board-directors .item-list.director-top-section,
.officers-container .item-list.officer-top-section,
.operations-container .item-list.officer-top-section,
.administrative-container .item-list.officer-top-section,
.ptfi-container .item-list.officer-top-section {
padding-bottom:20px;
max-width:1000px;
text-align:center;
}

.director-conntent,
.officer-conntent,
.operations-conntent,
.administrative-conntent,
.ptfi-conntent {
padding-left:50px;
}

li.modal-single {
 padding: 80px 50px 115px;
}
/*end*/

#cboxNext::after, #cboxPrevious::after {
top:4px;
}

.modal-next-location, .modal-pre-location {
bottom:5px;
}

/*#cboxNext:after, #cboxPrevious:after {
top:-5px;
}
*/


.threeblwidgetcontent {
    float: none;
    clear: both;
    margin: 0 auto 38px auto;
    height: auto;
    display: block;
    width: 100%;
}

#threeblnewswidget .blog-date {
	float: none;
    clear: both;
    margin: 0 auto 38px auto;
}

.threeblthumbnail {
    display: block;
    margin: 0 auto 30px auto;
    float: none;
	clear:both;
    height: 125px;
    width: auto;
    max-width: 400px;
}

.threebl_fmr_headlines {
    float: none;
	clear:both;
    width: 100%;
    display: block;
    margin: 0 auto 30px auto;
	text-align:center;
}


}

@media (max-resolution: 1.0dppx) and  (max-width: 1024px) {
 .banner h2 {
 font-size: 61px;
}

/*map*/


#map-container a.mapdot.moly, #map-container a.mapdot.copper, #map-container a.mapdot.coppermoly, #map-container a.mapdot.coppergold {
 height:10px !important;
 width:10px !important;
}
 #map-container a.mapdot label {
width:120px;
height:36px;
font-size:12px;
left:-35px;
top:-35px;
}
}

@media (max-resolution: 1.0dppx) and  (max-width: 992px) {
.contact-grid-container .about-grid {
	min-height: 0;
}

.sustain-footer-left, .sustain-footer-right {
    text-align: left;
    display: block;
    margin: 0 auto;
    width: 350px;
    padding: 0;
    float: none;
    clear: both;
}

.sustain-footer-middle {
	display:block;
	border-right:none;
	border-left:none;
}
}

 @media (max-resolution: 1.0dppx) and  (max-width: 980px) {
 .page-scroll {
 bottom: 100px;
}
}
 @media (max-resolution: 1.0dppx) and (min-width: 980px) and (max-width: 2000px) {
ul#map-nav ul.collapse {
display:block;
height: 100% !important;
}
}



/* --------------------------------------------
	 ( Ipad & Mobile mobile phone  )
-------------------------------------------- */

@media (max-resolution: 1.0dppx) and  (max-width: 979px) {
 body {
 font-size: 19px;
}
 .banner h2 {
 font-size: 50px;
 margin-bottom: 25px;
}
 .path-frontpage .banner h2 {
 text-align: center;
}
 h2 {
 font-size: 35px;
 margin-bottom: 7px;
}
 .company-links .views-col h2 {
 font-size: 35px;
}
 h6 {
 font-size: 16px;
 margin-bottom: 25px;
}
 h4 {
 font-size: 19px;
}
 .footer h2 {
 font-size: 35px;
 margin-bottom: 12px;
}
 h3 {
 margin-bottom: 15px;
}
 .blog-left-grid h4, .gov-doc-links h4, .grey-right-scop h4, .gov-doc-links .grey-left-scop ul li h4 {
 font-size: 20px;
}
 .blog-left-grid h4 {
 margin-bottom: 12px;
}
 .contact-board h6 {
 margin-bottom: 30px;
}
 .gov-quick-links .contact-board h4 {
 margin-bottom: 20px;
 font-size: 21px;
}
 .company-links .views-col h2 a {
 font-size: 35px;
 margin-bottom:0;
}
 .board-directors-grid h4 {
font-size:20px;
}
 .logo {
 float: none;
 text-align: center;
 margin: 0 auto;
}
 .path-node .header {
 padding-top: 140px;
}

.path-frontpage .header {
    padding-bottom: 65px;
}

 .path-node .logo {
 float: left;
}
 .path-frontpage .banner-logo {
 margin-bottom: 40px;
}

.stacked {
    float:none;
    clear: both;
	margin: 0 0 12px 4px;
}

 .banner-btn a.single-line {
 font-size: 19px;
 height: 45px;
 line-height: 45px;
 padding: 0 15px;
}
.page-scroll {
 width: 45px;
 height: 45px;
 bottom: 100px;
}

.banner-text-grid #home-hero-caption .four-lines {
    margin-top: 12px;
}

 .nav-bar-grid {
 padding-right: 145px;
}
 .nav-menu ul li {
 margin-left: 3px;
}
 .nav-menu ul li a {
 font-size:20px;
 height: 65px;
 line-height: 65px;
 padding: 0 10px;
}
 ul.sf-menu ul {
margin:0 !important;
left:auto !important;
}
 ul.sf-menu .sf-with-ul {
 padding: 0 10px;
}
 ul.sf-menu ul li a.menuparent::after {
 height: 9px;
 top: 22px;
 width: 13px;
}
 ul.sf-menu ul li a, ul.sf-menu ul li a.sf-with-ul, .path-node ul.sf-menu ul li a, .path-node ul.sf-menu ul li a.sf-with-ul {
 font-size: 13px;
 padding: 14px 0 8px;
}
 ul.sf-menu ul li a.menuparent.sf-with-ul::after {
 top: 12px;
}
 ul.sf-menu ul ul > li > a {
 font-size: 16px !important;
}
 .nav-search {
 max-width: 330px;
 margin-right: 75px;
}
 .nav-bar-text, .nav-search .input-group .form-control, .nav-search .btn-primary {
 height: 65px;
}
 .nav-search .btn-primary {
 font-size: 18px;
 width: 45px;
}
 .nav-search .input-group .form-control {
 font-size:20px;
}
 .nav-bar-text {
 font-size: 18px;
}

 .full-width {
 padding: 60px 0;
}

 .section-title, .board-directors .section-title {
 margin-bottom: 20px;
}
 .company-links .views-col h2 a:after {
 height: 40px;
 width: 40px;
}
 .blog-date {
 font-size: 30px;
 height: 90px;
 line-height: 86px;
 width: 90px;
 margin-right:20px;
}
 .read-more-btn {
 font-size: 14px;
 width: 105px;
}
 .read-more-btn {
 height: 35px;
 line-height: 35px;
}
 .about-content.full-width {
padding:60px 0 40px 0;
}
 .company-links.governance .views-col h2 a {
max-width:200px;
}
 .blog-left-grid h4, .document-text {
 padding-left: 20px;
}
 .document-text {
 font-size: 15px;
}

 .blog-left-grid {
 padding-bottom: 40px;
 padding-left:10px;
 padding-right:10px;
}
 .grey-left-scop, .blog-left {
 padding-right: 30px;
}
 .grey-right-scop, .blog-right {
 padding-left: 0;
}
 .grey-right-scop ul li, .blog-right ul li, .gov-doc-links .grey-left-scop ul li {
 margin-top: 25px;
}

.home-blog-logos img {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
}

.blog-left-grid h4, .grey-right-scop h4, .blog-right h4 {
	display:block;
}

#home-presentations .presentation,
#home-presentations .webcast,
#home-presentations .calcontainer {
    width: 100%;
}

 .suppliers i {
 height: 36px;
 margin: 0 auto 25px;
 width: 65px;
}
 .suppliers i {
 height: 36px;
 margin: 0 auto 30px;
 width: 65px;
}
 .gray-table {
 padding-left:0;
}
.fcx-accordion .fcx-inner-accordion-toggle {
 font-size:16px;
 padding-right: 40px;
}
.fcx-accordion .accordion-content {
 padding-left:10px;
}
 .footer ul li a {
 font-size: 19px;
}
 .footer ul li {
 margin: 0 10px;
}
 .footer-logo a {
 max-width: 290px;
}
 .footer-logo {
 margin-bottom: 15px;
 margin-top: 45px;
}
 .footer p {
 font-size: 15px;
}
 .footer {
 padding: 40px 20px;
}
 .grey-right-scop ul li a i, .blog-right ul li a i {
 height: 38px;
 width: 30px;
}
 .about-grid {
 padding: 20px;
}


 .about-content p {
 font-size: 17px;
}
    /*inner-page*/

	 .inner-operation-container p {
 font-size: 17px;
}
 .career.full-width {
padding:60px 0 40px 0;
}
 .path-node .banner {
 height: 250px;
}
 .career-content {
 margin: 0 auto 55px;
 font-size: 20px;
}
 .gov-doc-links-right {
 padding-left: 0;
}
 .gov-quick-links ul li a {
 padding: 19px 0 11px;
}
 .suppliers {
 margin-bottom: 40px;
 padding-bottom: 40px;
}

    /*end*/






/*operation*/

 .inner-operation-vdo-grid h4 {
 font-size:22px;
 margin-top:15px;
}
 .inner-operation-container p {
 margin-bottom:30px;
}
 .inner-operation-vdo-img::after {
 width:65px;
 height:65px;
}
 .inner-operation-vdo-grid {
 margin:0 auto 30px;
}
 .link-btn a {
 font-size:14px;
}
 .link-btn img {
 width:35px;
}
 .inner-operation-container.full-width {
 padding:60px 0 20px 0;
}
 #map-legend2 {
margin-top:5px;
}
 .legend {
font-size:13px;
}


/*pop-up*/
 .modal-content h6 {
 font-size: 15px;
 margin-bottom:7px;
}
 .modal-content h2 {
 font-size: 30px;
 margin-bottom: 20px;
}
 .modal-content h5 {
 font-size: 19px;
 margin-bottom: 10px;
}
 .modal-content .video-informatin h6 {
 margin-bottom: 20px;
}
 .fancy-vdo-link-text h4 {
font-size:18px;
margin:7px 0 0;
}
 .modal-content {
 padding: 60px 15px 100px;
}

.modal-single a {
    color: #fff;
}
 .video-informatin {
 margin-top: 35px;
}
 .fancy-vdo-link ul li a i {
 height: 35px;
 width: 35px;
}
 .additional-info ul li a i {
 height: 45px;
 width: 35px;
}
 .additional-info-text {
font-size:11px;
}
 .additional-info ul li {
 margin-top: 20px;
 padding-top: 20px;
}
 #cboxPrevious, #cboxNext {
 font-size: 14px !important;
 bottom:20px !important;
}
 #cboxPrevious {
left:15px !important;
padding-left:30px !important;
}
 #cboxNext {
right:15px !important;
padding-right:30px !important;
}
 .li.modal-single h2 {
font-size:28px;
}
 li.modal-single h5 {
font-size:17px;
margin-bottom:10px;
}
 li.modal-single {
padding:60px 20px 85px;
font-size:17px;
}
 li.modal-single p {
font-size:17px;
}
 .modal-left-content, .modal-right-content {
margin-bottom:30px;
}
.link-btn {
margin-top:20px;
}
.sample-video-class .company-links-img a:after {
height:75px;
width:75px;
}
 .company-links.operation.full-width {
padding:60px 0;
}



/*directors*/


.board-directors .nav-tabs > li {
 padding: 0 10px;
 width: 33.2%;
}
 .board-directors .container-fluid .nav-tabs {
margin:0 -10px;
}

.board-directors.full-width,
.officers-container.full-width,
.operations-container.full-width,
.administrative-container.full-width,
.ptfi-container.full-width {
 padding: 60px 0 0 0;
}
 .board-directors-grid {
 margin-bottom: 30px;
}
.director-conntent p,
.officer-conntent p,
.operations-conntent p,
.administrative-conntent p,
.ptfi-conntent p {
font-size:17px;
}
 #gotop {
margin-bottom:50px;
}
.board-directors .item-list.director-top-section,
.officers-container .item-list.officer-top-section,
.operations-container .item-list.operations-top-section,
.administrative-container .item-list.administrative-top-section,
.ptfi-container .item-list.ptfi-top-section {
max-width:570px;
}

.board-directors ul.item-list li,
.officers-container ul.item-list li,
.operations-container ul.item-list li,
.administrative-container ul.item-list li,
.ptfi-container ul.item-list li {
width:49%;
}

ul.leadership-top-section li,
ul.leadership-second-section li,
ul.leadership-third-section li,
ul.leadership-fourth-section li {
	width: 49%;
}

.board-directors .item-list h4,
.officers-container .item-list h4,
.operations-container .item-list h4,
.administrative-container .item-list h4,
.ptfi-container .item-list h4 {
font-size:22px;
}

.board-directors .hidden-director-detail,
.officers-container .hidden-officer-detail,
.operations-container .hidden-operations-detail,
.administrative-container .hidden-administrative-detail,
.ptfi-container .hidden-ptfi-detail {
padding-top:60px;
}
/*end*/

#cboxNext {
padding-right:70px !important;
}

#cboxPrevious {
padding-left:65px !important;
left:80px;
}

.modal-next-location, .modal-pre-location {
bottom:-5px;
}

.modal-next-location {
right:84px;

}

.modal-pre-location {
left:80px;
}

/*#cboxNext:after, #cboxPrevious:after {
top:-8px;
}
*/
.sustain-footer-middle,
.sustain-footer-right {
	padding-bottom: 60px;
}

.sustain-footer-right {
	border-left: none;
}

.sustain-footer-middle {
	display:block;
	width:86%;
	border:none;
}

.sustain-footer-left a:last-child {
    margin-bottom: 0;
}

.more-report-icons {
text-align:center;
}

.sustain-footer-left .footer-report-icon {
    width: 100%;
    float: left;
}

.sustain-footer-left a.button {
    margin-bottom: 20px;
}

.more-report-icons img {
display:block;
margin:25px auto 0 auto;
}

#social-container ul li {
	margin-left: 0;
	margin-right: 0;
}

.next-button {
    right: 86px;
}


.modal-nav-button {
    bottom: 20px;
	font-size:18px !important;
	}

.previous-button {
    left: 82px;
}

/* sustain reports */

#taxonomy-dropdown-container {
  margin: 0 auto 0 auto;
  width: 100%;
}

#taxonomy-dropdown-container p {
  margin: 0;
  padding: 0;
}

select#sd-reports-menu-block-1-jump-menu,
select#sd-reports-menu-v2-block-1-jump-menu,
#taxonomy-dropdown-container select {
  font-size: 18px;
  line-height: 1.8;
  display: block;
  margin: 65px 0 40px 0;
}

h4#selected-cat {
  font-family: adobe-caslon-pro, serif;
  font-size: 3rem;
}

#splide-container {
  background-color: #CBCBCB;
  margin: 20px auto;
  max-width: 772px;
  min-width: 0;
  padding: 40px;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

#thumbnail-slider {
  margin-top: 1rem;
}

button.splide__arrow {
  margin-top: -16px;
}

.splide__arrow--prev {
  left: -3.5rem;
  transform: scaleX(1.5) scaleY(1.5);
}

.splide__arrow--next {
  right: -3.5rem;
  transform: scaleX(1.5) scaleY(1.5);
}

.operation-video-row:first-of-type, .sd-reports-row2025:first-of-type {
    margin-top: 24px;
}

.sustain-covers {
	width:98%;
	margin:0 auto;
}

.sustain-cover {
	width:30%;
	height:240px;
	margin:15px 0.5% 0 0.5%;
}

img.twothirds-left, img.twothirds-right {
	float:none ;
	clear:both;
	display:block;
	width:96%;
	max-width:96%;
	margin:0 auto 20px auto;
}

.screed.policy-commitments {
	margin-left:auto;
	margin:0 auto;
	width:96%;
}

/* June 2022 changes */
.footer #social-and-accolades {
    margin-bottom: 20px;
}

.footer  #accolade-outer {
	border-left:none;
}

#social-container h4 {
	padding-bottom:0;
	margin-bottom:0;
}

#accolade-container h4 {
	padding-bottom:20px;
}

.footer #social-container {
    max-width: 100%;
    float: none;
}

.footer  #accolade-container {
    max-width: 100%;
	float: none;
}

.footer ul.social-media-nav li {
    margin-right: 0;
    padding-top: 40px;
	display: block;
}

.footer ul.accolade-nav {
    margin-bottom: 0;
}

.footer ul.accolade-nav li {
    margin: 0;
    display: block;
    vertical-align: auto;
    width: 100%;
}

.footer ul.accolade-nav li img {
	max-width: 80px;
	margin:0 auto 30px auto;
}

img.social-media-menu-icon {
    height: 40px;
}
/* end June 2022 changes */
}

/* --------------------------------------------
		 (iPad -Landscape)
-------------------------------------------- */
@media (max-resolution: 1.0dppx) and (min-width: 1180px) and (max-height: 810px) {
  .home-flexbox-container {
    top: 600px;
  }
  .company-links.row-fluid.full-width {
    top: 1047px;
  }

  .grey-section.blog.row-fluid.full-width {
    top:1012px;
    height: 803px;
  }
  .footer {
    top: 932px;
}

} /* iPad -Landscape */



/* --------------------------------------------
		 (iPad -Portrait)
-------------------------------------------- */

@media (max-resolution: 1.0dppx) and (min-width: 768px) and (max-width: 979px) {

.blog-date .blog-time {
    font-family: acumin-pro, sans-serif;
    font-size: 10px;
    display: block;
    margin-top: -60px;
    font-weight: 600;
}
}

@media (max-resolution: 1.0dppx) and (max-width: 900px) {
ul.leadership-top-section li,
ul.leadership-second-section li,
ul.leadership-third-section li,
ul.leadership-fourth-section li {
	width: 80%;
	float:none;
	margin: 0 auto;
	margin-bottom:40px;
}

}

/* --------------------------------------------
	 ( mobile phone )
-------------------------------------------- */

@media (max-width: 767px) {
 body {
 font-size: 18px;
}
 .banner h2 {
 font-size: 40px;
 margin-bottom: 20px;
}
 h2 {
 font-size: 30px;
 margin-bottom: 5px;
}

.footer {
    height: 2393px;
}

 .footer h2 {
 margin-bottom: 20px;
}

 .blog-left-grid h4, .grey-right-scop h4, .blog-right h4 {
 font-size: 20px;
}
 .gov-quick-links ul li a h4, .gov-quick-links .contact-board h4 {
 font-size: 20px;
}
 .path-frontpage .header {
 background-size: containe !important;
 height: auto !important;
 padding-top: 62px;
 padding-bottom: 0;
}
 .path-frontpage .banner {
 padding: 0; /* 2023 100px top and bottom pad removed */
}

.video-container video {
    height: 440px;
}

.footer  #accolade-container {
    padding-right: unset;
}

 .page-scroll {
 display: none;
}
/*
.path-frontpage .nav-bar {
 bottom: auto;
 top: 0;
}
*/
.path-node .banner.banner-map {
padding:0;
}

 /*offcanvas*/

 .row-offcanvas {
 position: absolute;
 background: #103f5a;
 -webkit-transition: all .25s ease-out;
 -o-transition: all .25s ease-out;
 transition: all .25s ease-out;
 left: -256px;
 max-width: 256px;
 width: 100%;
 padding: 30px 20px 0;
 z-index: 1000;
}
 .row-offcanvas.active {
 left: 0;
}
    /*end*/


 .nav-bar-grid {
 float: none;
 position: inherit;
}
 .nav-menu ul li, .path-node .nav-menu ul li {
 display: block;
 margin: 0;
 border-top: 1px solid #fff;
}
 .nav-menu ul li:first-child {
 margin: 0;
 border: none;
}
 .nav-menu ul li a, .path-node .nav-menu ul li a {
 height: auto;
 line-height: inherit;
 padding: 12px 20px;
}
 ul.sf-menu ul li a.menuparent::after {
 display: none;
}
 ul.sf-menu ul, ul.sf-menu li:hover > ul {
min-width:auto !important;
}
 .menu.sf-menu.sf-main.sf-style-none.main-ul.sf-accordion.sf-hidden {
 display: block !important;
}

li.sf-depth-1.list-items.menuparent,
li.sf-depth-1.list-items.sf-no-children {
	display:block;
	clear:both;
	float:none;
	width: 100%;
}

 .nav-left, .path-node .nav-left {
 display: block;
 float: none;
 margin: 7px 0 15px;
}
/*
 .path-frontpage .nav-left {
 display: block;
}
*/
 .path-frontpage .banner-logo {
 display: none;
}
 .logo, .path-node .logo {
 max-width: 260px;
 margin: 0 auto;
 float: none;
}
 ul.sf-menu .sf-with-ul {
 padding: 12px 23px;
}
 ul.sf-menu ul {
margin-left:0 !important;
}
 ul.sf-menu ul li {
padding:0 !important;
}
 ul.sf-menu ul li a, ul.sf-menu ul li a.sf-with-ul {
 padding: 15px 0 5px 0 !important;
}
 ul.sf-menu ul ul li a {
 padding: 15px 25px 5px 0 !important;
}
 ul.sf-menu ul ul li {
padding:0 !important;
}
 ul.sf-menu ul li, .path-node ul.sf-menu ul li {
 border: none;
}
 ul.sf-menu ul, .sf-hidden, ul.sf-menu li.sfHover, ul.sf-menu li:hover ul {
 padding: 0 0 0 20px !important;
 background: none;
 min-width:auto !important;
}
 ul.sf-menu ul li a, ul.sf-menu ul li a.sf-with-ul {
 font-size: 13px;
 border-top: none;
}
 .nav-menu ul li:hover a, .nav > li:hover > a {
 background-color: none !important;
}
 .nav-menu ul li a:hover, .nav > li > a:hover {
 color: #00aeef;
}
 ul.sf-menu ul ul > li > a {
 font-size: 15px !important;
}
 .nav-right, .path-node .nav-right {
 float: none;
 max-width: 100%;
 position: inherit;
 width: 100%;
}
 .nav-bar-text {
 display: block;
 width: auto;
 height: auto;
 margin: 0;
 position: absolute;
 right: 15px;
 top: 12px;
}
 .nav-bar-text span.nav-price, .nav-bar-text span.nav-change,
  .nav-bar-text span#nav-price, .nav-bar-text span#nav-change {
 display: inline-block;
}
 .nav-search .input-group .form-control {
 display: block;
 font-size: 15px;
 padding-left: 8px;
 padding-right: 35px;
}
 .nav-search .input-group .form-control, .nav-search .btn-primary {
 height: 30px;
 background: #302F2F;
 color:#fff;
}

.nav-search .input-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.nav-search .input-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.nav-search .input-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.nav-search .input-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

 .nav-search .btn-primary {
 background: #103f5a;
 font-size: 14px;
 padding: 6px;
 width: 32px;
}
 .nav-menu {
 display: block;
 float: none;
 margin: 0 -20px;
 width: auto;
}
 .nav-search {
 position: inherit;
 right: auto;
 top: auto;
 max-width: 100%;
 clear: both;
 margin-bottom: 10px;
 margin-right: 0;
}
 .nav-right-outer {
 float: none;
 margin: 0;
 width: 100%;
 clear: both;
}
 .banner-btn a.single-line {
 height: 42px;
 line-height: 42px;
}
 .path-frontpage .banner-logo {
 margin-bottom: 40px;
}
 .company-links.full-width {
    padding: 40px 0 20px 0;
    margin-top: 18px;
}
 .section-title, .board-directors .section-title {
 margin-bottom: 30px;
}
 .section-title p, .board-directors .section-title p {
 font-size: 18px;
}
 .full-width {
 padding: 40px 0;
}
 .blog-date {
 font-size: 27px;
 height: 85px;
 line-height: 81px;
 width: 85px;
}

.blog-date .blog-time {
    font-family: acumin-pro, sans-serif;
    font-size: 10px !important;
    display: block;
    margin-top: -60px;
    font-weight: 600 !important;
}

 .blog-left-grid {
 padding-bottom: 40px;
}
 .grey-left-scop, .blog-left {
 margin: 0 auto 40px;
 max-width: 600px;
 padding-right: 0;
 border-bottom: 1px solid #000000;
 border-right: none;
 padding-bottom:20px;
}
.gov-quick-links {
 margin-bottom: 40px;
}
 .grey-right-scop, .blog-right {
 max-width: 600px;
 margin: 0 auto;
}


.banner-text-grid #home-hero-caption .four-lines {
    margin-top: -20px;
}

#home-presentations .presentation,
#home-presentations .webcast,
#home-presentations .calcontainer {
    text-align: center;
    width: 100%;
}

 .footer ul li {
 display: block;
 margin: 10px 0;
}
 .footer ul li a {
 padding: 0;
}
 .footer-logo a {
 max-width: 270px;
}
 .full-width-left, .full-width-right {
 width: 100%;
}
    /*inner-page*/

	.career.full-width {
padding:40px 0 20px 0;
}
 .about-content.full-width {
padding:40px 0 20px 0;
}
 .grey-section.gov-doc-links .grey-left-scop {
border-bottom:none;
}
 .path-node .header {
 padding-top: 60px;
}
 .header {
 background-size: cover !important;
 height: auto !important;
}
 .path-node .nav-bar-grid {
 border: none;
}
 .path-node .banner {
 background-size: cover !important;
 height: auto;
 padding: 80px 0;
}
 .about-grid {
 padding: 15px;
}
 .about-grid-container [class^="col-"],
 .contact-grid-container [class^="col-"],
 .full-width-row [class^="col-"] {
 height: auto !important;
}
 .career.full-width {
 padding: 40px 0 20px 0;
}
 .career-content {
 font-size: 19px;
 margin: 0 auto 35px;
}


    /*end*/


	/*operation*/
	.modal-content {
 padding: 45px 15px 100px;
}
 .inner-operation-vdo-grid h4 {
 font-size:20px;
}
 .modal-content h2 {
 font-size: 25px;
 margin-bottom: 20px;
}
 .modal-content h6 {
 font-size: 14px;
 margin-bottom: 5px;
}
 .modal-content h5 {
 font-size: 18px;
}
 .inner-operation-vdo-grid {
 height:auto !important;
}
 .inner-operation-container.full-width {
 padding:40px 0 70px 0;
}
 .link-btn a {
 font-size:13px;
}
 .link-btn img {
 width:30px;
}
 .inner-operation-vdo-grid .link-btn {
 bottom: -95px;
 left: 0;
 right: 0;
}


/*end*/

/*map*/

ul#map-nav li a {
 font-size: 12px;
 padding: 2px 10px;
}
 #map-container #map-nav li .map-subnav li a {
 font-size: 11px;
 padding: 3px 10px 3px 21px;
}
 #cboxClose {
 height: 25px !important;
 width: 25px !important;
}
 li.modal-single {
 padding: 50px 20px 90px;
}
 .modal_left_sidepopup, .modal_right_sidepopup {
float:none;
padding:0;
width:100%;
}
 .sample-video-class {
margin:0 auto 30px;
max-width:465px;
float:none;
display:block;
height:auto !important;
}
.link-btn {
margin-top:0;
}
.sample-video-class .company-links-img a:after {
height:50px;
width:50px;
}
 .company-links.operation.full-width {
padding:40px 0;
}
.sample-video-class a span {
font-size:20px;
right:15px;
bottom:15px;
}
 .company-links.operation .company-links-img {
 max-height: inherit;
 max-width: inherit;
}

/*end*/


/*directors*/

 .board-directors-bottom {
 padding: 40px 0 20px;
}
 .board-directors.full-width, .officers-container.full-width {
 padding:40px 0 0 0;
}
 .board-directors-grid {
 margin-bottom: 25px;
}
 .director-conntent, .officer-conntent {
 padding-left: 35px;
}
 .board-directors .item-details-list h4, .officers-container .item-details-list h4 {
 top: 265px;
}

.bio-pic {
	padding-bottom:30px;
	max-width:100%;
}

.bio-pic img {
	float: none;
	display:block;
    margin-right: auto;
	margin-left: auto;
}

.back-to-leadership {
	text-align: center;
}

 #gotop {
 margin-bottom: 30px;
}
/*end*/


#cboxNext {
    padding-right: 65px !important;
	}

.modal-next-location {
right:75px;
}

#cboxPrevious {
    padding-left: 60px !important;
	}

.modal-pre-location {
    left: 75px;
}

.next-button {
    right: 77px;
}

.previous-button {
    left: 75px;
}

}
/*-------------------------------------------- */
/* --------------------------------------------
320 (mobile)
-------------------------------------------- */

@media (max-width: 600px) {
 h6 {
 margin-bottom: 25px;
}
 h4 {
 font-size: 18px;
}
 .company-links .views-col h2 a {
 font-size: 27px;
}
 .company-links .views-col h2 a::after {
 height: 35px;
 width: 35px;
 margin: 10px auto 0;
}
 .grey-section h6 {
font-size:14px;
}
 .company-links .views-col {
 width: 100% !important;
}
 .row-offcanvas {
 padding: 30px 21px 15px;
}
 .section-title, .board-directors .section-title {
 margin-bottom: 25px;
}
 .banner-btn a.single-line {
 height: 40px;
 line-height: 40px;
}
 .read-more-btn {
 width: 100px;
}
 .banner-btn a.single-line {
 font-size: 17px;
}
 .footer ul li {
 margin: 5px 12px;
 position: relative;
}
 .footer-logo {
 margin-bottom: 10px;
 margin-top: 30px;
}
 .career-content {
 font-size: 18px;
}
 .company-links .views-view-grid .views-row {
margin:0;
}

.company-links.governance .company-links-img {
max-width:500px;
max-height:500px;
height:100%;
margin:0 auto;
}

/* 2020-06-05 CHANGING SD PAGE FROM 2 ROWS 2 COLS TILES TO 3 VERTICAL LIKE GOVERNANCE */
.page-node-type-landing-page-with-three-tiles  .company-links .company-links-img,
.path-node-27 .company-links .company-links-img {
	max-width:500px;
	max-height:500px;
	height:100%;
	margin:0 auto;
}

 .suppliers {
 margin-bottom: 30px;
 padding-bottom: 30px;
}
 .career-content {
 font-size: 17px;
}
 .legend {
 font-size: 11px;
 padding-left:15px;
}
 #map-legend2 {
 margin-top: 4px;
}


/*directors*/

.board-directors .nav-tabs > li {
 width: 50%;
}
 .director-conntent p, .officer-conntent p {
 font-size: 17px;
}
 .board-directors .container-fluid .nav-tabs {
max-width:490px;
margin:0 auto;
}
/*end*/

.board-directors ul.item-list li,
.officers-container ul.item-list li,
.operations-container ul.item-list li,
.administrative-container ul.item-list li,
.ptfi-container ul.item-list li {
width:100%;
}

ul.leadership-top-section li,
ul.leadership-second-section li,
ul.leadership-third-section li,
ul.leadership-fourth-section li {
	width: 100%;
}

.board-directors .hidden-director-detail .detail-directors-img,
.officers-container .hidden-officer-detail .detail-officer-img,
.operations-container .hidden-operations-detail .detail-operations-img,
.administrative-container .hidden-administrative-detail .detail-administrative-img,
.ptfi-container .hidden-ptfi-detail .detail-ptfi-img {
float:none;
margin-bottom:15px;
}

.board-directors .hidden-director-detail .detail-directors-img img,
.officers-container .hidden-officer-detail .detail-officer-img img,
.operations-container .hidden-operations-detail .detail-operations-img img,
.administrative-container .hidden-administrative-detail .detail-administrative-img img,
.ptfi-container .hidden-ptfi-detail .detail-ptfi-img img {
 display:block;
 margin:0 auto;
}

.director-conntent,
.officer-conntent,
.operations-conntent,
.administrative-conntent,
.ptfi-conntent {
display:block;
padding:0;
}

.board-directors .item-details-list h4,
.officers-container .item-details-list h4,
.operations-container .item-details-list h4,
.administrative-container .item-details-list h4,
.ptfi-container .item-details-list h4 {
position:inherit;
top:auto;
right:auto;
bottom:auto;
left:auto;
margin-bottom:20px;
}

.board-directors .item-list.director-top-section,
.officers-container .item-list.officer-top-section,
.operations-container .item-list.officer-top-section,
.administrative-container .item-list.officer-top-section,
.ptfi-container .item-list.officer-top-section {
padding-bottom:10px;
}

.board-directors .hidden-director-detail,
.officers-container .hidden-officer-detail,
.operations-container .hidden-director-detail,
.administrative-container .hidden-director-detail,
.ptfi-container .hidden-director-detail {
text-align:center;
padding-top:40px;
}

.people-container {
  background-color: #9bbbde;
  padding: 60px 80px;
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  clear: both;
}

.environ-container {
  background-color: #eeefdf;
  padding: 60px 80px;
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  clear: both;
}


.modal-nav-button {
    bottom: 17px;
    font-size: 16px !important;
}

.modal-next-location::after, .modal-pre-location::after {
width:25px;
}

.modal-next-location:after {
top: -28px;
}

.modal-pre-location:after {
top:-34px;
}

.morenews {
   /* padding: 0 0 0 0; based on /sd it needs 71 px left padding */
}


}
@media (max-width: 608px) {
	.path-frontpage .banner h2 {
		font-size:32px;
	}
}

@media (max-width: 540px) {
.video-container {
    margin-top: -53px;
}

.banner-text-grid #home-hero-caption {
    top: 249px;
    width: 107%;
}

.home-flexbox-container {
    top: 234px;
}

.company-links.row-fluid.full-width {
    top: 551px;
    height: 1332px;
}

.grey-section.blog.row-fluid.full-width {
    top: 486px;
}

.footer {
    height: 2043px;
    top: 414px;
}
}

@media (max-width: 520px) {
.container-fluid {
    padding: 0 0px 0 15px;
}
.banner-text {
    width: 106%;
}

 .banner h2 {
 margin-bottom: 17px;
 font-size:35px;
}

.banner-text-grid #home-hero-caption {
    top: 236px;
    margin-top: 0;
    width: 100%;
    height: 660px;
    margin-left: 0;
}

.banner-text-grid #home-hero-caption p {
    font-size: 17px;
    line-height: 1.4;
}

img#foremost_in_copper {
    margin: -11px auto 0px auto;
    display: block;
}

.video-container {
    height: 35vh;
}

.video-container video {
    width: 100%;
    left: 0;
}

.path-frontpage .region.region-video-button {
  margin-top:unset;
}

.home-flexbox-container {
    border-top: none;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 200px;
    padding-bottom: 20px;
    height: 520px;
}

.flexbox-title {
    height: 47px;
}

.flexbox-blurb {
    height: 90px;
}

.company-links.row-fluid.full-width {
    position: relative;
    top: 640px;
    padding: 60px 0 40px 0;
    z-index: 1;
}

body.page-node-type-operation-pages .company-links.row-fluid.full-width {
  position: unset;
}

.region.region-home-flexboxes {
    margin-left: -15px;
}

.company-links.row-fluid.full-width .container-fluid {
  padding: 0 10px;
}

 .company-links .views-col h2 {
 font-size: 30px;
}

.grey-section.blog.row-fluid.full-width {
    padding: 0px 0;
    position: relative;
    top: 530px;
}

.grey-section.blog.row-fluid.full-width  .col-sm-8 {
padding-left: 0;
}

.footer {
    height: 2103px;
    top: 459px;
}

 .footer h2 {
 font-size: 27px;
}

.footer #accolade-container {
    padding-right: 0px;
}
 h3 {
 font-size: 23px;
}
 .section-title p, .board-directors .section-title p {
 font-size: 17px;
}
 .company-links.governance .company-links-img {
max-width:255px;
max-height:255px;
}

/* 2020-06-05 CHANGING SD PAGE FROM 2 ROWS 2 COLS TILES TO 3 VERTICAL LIKE GOVERNANCE */
.page-node-type-landing-page-with-three-tiles  .company-links .company-links-img,
.path-node-27 .company-links .company-links-img {
	max-width:255px;
	max-height:255px;
}

 #map-container ul#map-nav {
 max-width: 150px;
}
 ul#map-nav li a {
 font-size: 11px;
 padding: 2px 5px;
}
 ul#map-nav li.panel > a::after {
height:12px;
width:12px;
}
 #map-container a.mapdot.moly, #map-container a.mapdot.copper, #map-container a.mapdot.coppermoly, #map-container a.mapdot.coppergold {
height:7px !important;
width:7px !important;
}
 #cboxClose {
width:30px !important;
height:30px !important;
}
 #cboxPrevious, #cboxNext {
font-size:13px !important;
}
 #cboxPrevious {
 padding-left: 20px !important;
}
 #cboxNext {
 padding-right: 20px !important;
}

.modal-nav-button {
    bottom: 15px;
    font-size: 15px !important;
}

.next-button {
    right: 70px;
}
.modal-next-location {
    right: 70px;
}
.modal-next-location:after {
right:-35px;
}

.modal-pre-location {
    left: 70px;
}

.previous-button {
    left: 70px;
}

}

@media (max-width: 496px) {
	.path-frontpage .banner h2 {
		font-size:24px;
	}
}

 @media (max-width: 420px) {
body {
 font-size: 17px;
}
 .blog-left-grid h4, .grey-right-scop h4, .blog-right h4 {
font-size:18px;
}
 .logo, .path-node .logo {
 margin-top: 8px;
 max-width: 275px;
 float: left;
 clear: both;
}
 .path-frontpage .header {
 padding-top: 93px;
}
 .path-frontpage .row-offcanvas {
 top: 91px;
}
 .navbar-toggle {
 margin: 0;
}
.nav-bar-text {
 top: 6px;
}
 .section-title p, .board-directors .section-title p {
 font-size: 16px;
}
 .blog-container {
 text-align: center;
}

.banner-text-grid #home-hero-caption {
    top: 152px !important;
}

.grey-section.blog.row-fluid.full-width {
    top: 520px;
}
 .grey-right-scop, .blog-right {
 text-align: center;
}
 .grey-right-scop ul li a, .blog-right ul li a {
 display: block;
}
 .blog-date, .grey-right-scop ul li a i, .blog-right ul li a i {
 float: none;
 display: block;
 margin: 0 auto 15px;
}
 .read-more-btn.grey-right-scop ul li a {
 display: block;
}
 .blog-left-grid h4 {
 display: block;
}
 .blog-left-grid h4, .document-text {
 padding-left: 0;
 display: block;
}
 .blog-left-grid ul li {
 padding: 20px 10px;
 background: #e1e1e1;
}

.atcb-list, .atcb-item {
    background: #e1e1e1;
}

.atcb-list {
	border:1px solid #fff;
	width:200px;
}

 .gov-doc-links-right {
 text-align: center;
}
 .grey-left-scop, .blog-left {
text-align:center;
}
 .gov-doc-links .grey-left-scop ul li a, .grey-left-scop ul li a {
display:block;
}
 .grey-left-scop ul li a i, .blog-left ul li a i {
display:block;
float:none;
text-align:center;
margin:0 auto 20px;
}
 .path-node .header {
 padding-top: 88px;
}

/*directors*/
.board-directors .nav-tabs > li {
 width:100%;
 height:auto !important;
}
.board-directors-grid {
text-align:center;
}
/*end*/

}

@media (min-resolution: 1.25dppx) and (max-width: 414px) {
.banner-text-grid #home-hero-caption {
    top: 204px !important;
    height: 700px;
}

.banner-btn {
    top: 439px;
}
.home-flexbox-container {
    top: 199px;
}

.flexbox-title {
    font-size: 19px;
}

.flexbox-blurb {
    height: 110px;
}

.path-frontpage .company-links.row-fluid.full-width {
    top: 850px;
}

.grey-section.blog.row-fluid.full-width {
    top: 490px;
}

.path-frontpage .blog-left-grid {
    padding: 20px 10px 0 10px;
}

.path-frontpage .grey-right-scop, .blog-right {
    padding-left: 0px;
}

.blog-left-grid h4, .grey-right-scop h4, .blog-right h4 {
    display: block;
}

.path-frontpage  .footer {
    top: 418px;
}

.path-frontpage  .footer .container-fluid {
    padding: 0;
}

.footer #social-container {
    max-width: 100%;
    float: none;
}

#social-container h4, #accolade-container h4 {
 padding-bottom: 0;
}
.footer ul.social-media-nav li {
    margin-right: 0;
    margin-left: 0;
}
.footer  #accolade-outer {
    border-left: none;
}
} /* max-width 414 iphone 11 */

@media (min-resolution: 1.25dppx) and (max-width: 400px) {
  .bannerX.row-fluid .container-fluid {
    padding: 0 2px 0 15px;
}
.banner-text-grid #home-hero-caption {
    top: 196px !important;
    height: 740px;
}

.banner-btn {
    top: 483px;
}

.company-links.row-fluid.full-width {
    top: 730px;
}

.grey-section.blog.row-fluid.full-width {
    top: 380px;
}

.footer {
    height: 1903px;
    top: 309px;
}
} /* media (max-width: 400px */

@media only screen and (max-width: 390px) and (min-resolution: 1.25dppx) {
.banner-text-grid #home-hero-caption h2 {
    font-size: 32px;
}

.flexbox-title {
    font-size: 21px;
    height: 57px;
}
.flexbox-blurb {
    height: 110px;
}
.company-links.row-fluid.full-width {
    top: 850px !important;
}

.grey-section.blog.row-fluid.full-width {
    top: 460px !important;
}

.grey-section.blog.row-fluid.full-width .col-sm-4 {
  padding: 0;
}

.grey-section.blog.row-fluid.full-width .document-text {
  display: block;
  padding-top: 10px;
}
.grey-section.blog.row-fluid.full-width .document-text h4 {
  display: block;
}

.blog-left-grid {
    padding-right: 0;
}

.blog-left-grid h4 a, h4.home-news-headline a, .container950 h4.home-news-headline a {
    height: 45px;
}

.grey-right-scop, .blog-right {
    padding-left: 0;
}

.footer {
    height: 2183px !important;
    top: 390px !important;
}

.footer .container-fluid {
    padding: 0;
}

.footer #social-container {
    max-width: 100%;
    float: none;
    margin-left: -8px;
}

.footer #social-and-accolades {
    margin-bottom: 0;
}

.footer #social-and-accolades .col-xs-12 {
  margin:0;
  padding: 0;
}

.footer  #accolade-outer {
    border-left: none !important;
}

#social-container h4, #accolade-container h4 {
    padding-bottom: 0;
}

.footer ul.social-media-nav li {
    margin: 0;
    padding-top: 40px;
}
.footer  ul.accolade-nav {
    margin-bottom: 0;
}

.footer ul.accolade-nav li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
} /* media (max-width: 390px iPhone 13 */


#block-mainnavigation-2 .sf-accordion-toggle {
  display: none;
}
#superfish-main-accordion {
  left:auto !important;
  top:auto !important;
  display: block !important;
  position: relative !important;
}

li.modal-single { padding-top: 400px; }


body.path-node-326 .banner,
body.path-node-376 .banner {
	display:none;
}



@media (max-width: 768px) {
	.sd-esg-links {
		text-align:center !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}
}

.tailingsTable {
    width:70%;
	border: 0;
border-spacing: 2px;
}

	th {
  text-align: left;
		background-color:#90942b;
		color: white;
		padding: 10px;
}

	tr {
	border-spacing: 2px;
	}




.tailingsTable td {
    width: auto;
padding-top: 6px;
  padding-bottom: 6px;
    padding-left: 20px;
valign: top;
border-bottom: 1px solid #dbdbdb;
vertical-align: text-top;

}
