:root {
    --home-slider-height: calc(100% - 218px);
  }

  body{
      background:#fff;
  }

  .entry-content p {
    margin-bottom: 2rem;
}

.breadcrumbs span {
    color: #ff7316;
    font-size: 12px;
	font-weight: bold;
}
.page-banner-text {
    font-size: 18px !important;
}
#sidenav li a:hover, #sidenav>li.current>a, #sidenav>li.current>ul>li.current>a {
    background: #fff4e5;
    border-left: 3px solid #f9a221;
    font-weight: 500;
}

.slider {
    min-height: 600px !important;
}
.slide-wrap {
  min-height: 600px;
    height: 600px;
    margin-bottom:0;
}
.slide-overlay {
    min-height: 600px !important;
}
.slick-list.draggable {
    height: 600px !important;
}
.slides {
    height: 600px !important;
}
.slide-text-container {
    margin-top: 14rem;
}
.home-quote {
    line-height: 30px;
    color: #535973;
    margin-top: 0px;
    font-size: 18px;
}

.video-slide{
    position: relative;
}

.video-wrap video {
    width: 100%    !important;
    height: auto   !important;
    margin-top: -30vh;
  }
  .video-wrap {
      overflow:hidden;
      height:300px;
  }
  .video-wrap {
      overflow: hidden;
      height: 300px;
  }

  .video-slide .grid-container{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    width:100%;
}


.social-link-header{
    color:#000;
    font-size:20px;
    margin-right:15px;
}

.header-social-media {
    margin-top: 29px;
}

.grid-container{
    max-width:86rem;
}





.home-map-wrap h2 {
    font-size: 34px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    width: auto;
    min-width: 239px;
    color: #494747;
    text-shadow: none;
     background: none;

    display: inline-block;
    margin-bottom: 20px;
    margin-top:90px;
}



.project-links a{
    position: relative;
    display:block;
    border: 2px solid #494747;
    padding: 10px 20px;
    max-width: 355px;
    color: #494747;
    margin-bottom:10px;
    font-size:24px;
    font-weight: 600;

}

.project-links a:after{
    height: calc(100% +  4px);
    background: #494747;
    padding: 0px 15px;
    position: absolute;
    right: -108px;
    top: -2px;
    display: flex;
    align-items: center;
    color: #F2C937;
    font-size:24px;


}


.home-map-wrap .map-logo{

       /* max-width: 250px;*/
        /*margin-left: 40px;*/
        /* margin: 0 auto; */
        /* display: block; */

}

.home-video-text{
    margin: 8rem 2rem;
}

.home-video-text h2{
    font-size:34px;
    color:#000;
    font-weight: 800;
    margin-bottom:20px;
}

.home-video-text a{
    display: block;
    font-size:24px;
    color:#000;
    margin-bottom:20px;
}


.home-video-section .video-thumb .play-button{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}


.home-video-text hr.spacer {
    height: 72px;
    border: 0;
    padding: 0;
    margin: 0;
}

a.plus-bullet
{
    background:url(/site/content/images/plus-bullet.png) left center no-repeat;
    padding-left:50px;

}

.home-research-text h2{
font-size:34px;
    color:#000;
    font-weight: 800;
    margin-bottom:20px;
    margin-top:50px;
}

section.home-research-section {
    background: #f6f6f6;
    padding: 6rem 0rem;
}

.home-research-text a {
    display: block;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}

.bottom-slider .slick-slide img {
    display: block;
    border: 4px solid #fff;
    max-height: 352px;
}

.bottom-slider .slick-list.draggable {
    height: auto !important;
}
.home-section-community{
    padding:3rem 0px;
}

.home-community-text h2{
    font-size:34px;
        color:#000;
        font-weight: 800;
        margin-bottom:20px;
        margin-top:70px;
        text-align: center;
    }

    .home-community-text p{
        font-size:24px;
        margin-top:50px;
        margin-bottom:40px;
    }

    .home-community-text a {
        display: block;
        font-size: 24px;
        color: #000;
        margin-bottom: 20px;
    }



   /*.slider [data-animation-in] {
        opacity: 0;
    }*/

    .slick-nav.prev-arrow.slick-arrow {
        position: absolute;
        z-index: 9999;
        top: 50%;
        left: 20px;
        font-size: 50px;
        color: #fff;
    }

    .slick-nav.next-arrow.slick-arrow {
        position: absolute;
        z-index: 9999;
        top: 50%;
        right: 20px;
        font-size: 50px;
        color: #fff;
    }


.animatable {

    /* initially hide animatable objects */
    visibility: hidden;

    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
  }

  /* show objects being animated */
  .animated {
    visibility: visible;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }

  .button-row{
      width:100%;
      display: block;
      text-align: center;
      margin-top:30px;
  }

  hr.footer-spacer{
    background: #FFFFFF;
    box-shadow: 6px 16px 14px 26px rgba(190, 189, 189, 0.25);
    border:0;
  }

  .bannertext {
    padding: 17rem 0;
}

.banner-wrap{
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    margin-bottom:40px;
}

.bannertext h1 {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    width: auto;
    min-width: 239px;
    color: #FFF;
    text-shadow: none;
    background: rgba(232, 189, 38, 0.8);
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 10px;
}

.entry-content h1.title, .emailalertsform h1, h1.PageTitle{
    display:none;
}

.entry-content h2{
    font-size: 34px;
    font-weight: 800;
    margin-bottom:2rem;
}

.entry-content, .entry-content p {
    font-family: Lato;
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 175%;
/* or 42px */


color: #262626;

}


div#disclaimer-content {
    padding: 0;
    max-width: 1400px;
    margin-top: 110px;
}


table.tbl-quinchia th {
    background: #242424;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 10px 0px !important;
    line-height: 1.2;
}
  table.tbl-quinchia tr:nth-of-type(6) {
    background: #F2C937;
    font-weight: bold;
}
  table.tbl-quinchia td {
    text-align: center;
    padding: 10px !important;
    border-bottom: 1px solid #ADACAC;
}
  table.tbl-miraflores th {
    background: #242424;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 10px 0px !important;
    line-height: 1.2;
}
  table.tbl-miraflores td {
    text-align: center;
    padding: 10px !important;
    border-bottom: 1px solid #ADACAC;
}
  .note-tbl ol li {
    font-style: italic;
    font-size: 16px;
}
.note-tbl p {
    font-style: italic;
    font-size: 16px;
}
  table.tbl-quinchia tr:nth-of-type(6) td {
    font-weight: bold;
}

.entry-content figure {
    margin: 0;
    margin: 0 auto;
    text-align: center;
    margin-top:30px;
    margin-bottom:30px;
}
.entry-content figure.image1 img{
max-width: 600px;
}

.entry-content figure.image2 img{
    max-width: 970px;
    }

.entry-content figure figcaption{
    font-size:22px;
    margin-top:20px;
}

.table-caption {
    font-size: 15px;
    margin-top:15px;
    margin-bottom:30px;
}

table.tbl-quinchia {
    margin-top: 40px;
}

.full-width-wrap{
    position: relative;
    height: 600px;
    margin-top:40px;
    margin-bottom:40px;
}

.full-width-inner{
    position: absolute;
    width:100vw;
    height:100%;
    left:-22vw;

}

.video-wrap{
    background:#000;
}

.slides.slide-one{
    background-size: cover;
    background-position: bottom center;
    background-repeat:no-repeat;
}


.video-wrap.Quinchia-video-wrap{
    background-image:url(/site/media/164/quinchia-video.png);
}

.video-wrap .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.entry-content #diagram{
    width:100%;
    /*margin-left:-10%;*/
}

.two-image{
    margin:40px 0;
}


.archiveFilterB a {
    display: inline-block;
    width: 75px;
    padding: 5px;
    text-align: center;
    color: #F2C937;
}
  .archiveFilterB {
    border-bottom: 3px solid #F2C937;
    margin-bottom: 25px;
}
  .Pages:before {
    content: "Pages";
}
.Pages ul li {
    list-style: none;
}

.entry-content a {
    color:  #D89E46;
    text-decoration: underline;

}

.note-tbl {
    margin-bottom: 40px;
}

.home-page .footer-wrap {
    margin-top: 0px;
}

.fancybox-video {
    display: none;
  }


  .header-subscribe2{
      color:#000;
  }

  .header-subscribe2 svg{
      font-size:26px;
      margin-left:10px;
      vertical-align: middle;
  }

  .remodal {
    max-width: 1000px;
    padding:0;
}

.disclaimer-header{
    background:url(/site/content/images/modal-bg.png) center center no-repeat;
    background-size: cover;
    text-transform: uppercase;
    color:#fff;
    font-size: 40px;
    text-align: center;
    padding: 51px 0px;
    font-weight: 800;
}


.disclaimer-text {
    padding: 40px 80px;
}

.disclaimer-button {
    margin-bottom: 50px;
}
.remodal-cancel {
background: #C4C4C4;
border-radius: 20px;
font-size: 24px;
font-weight: 500;
width: 200px;
margin-right:40px;
padding: 5px 0px;

}

.remodal-confirm {
    background: #43AA29;
border-radius: 20px;
    font-size: 24px;
    font-weight: 500;
    width: 200px;
    padding: 5px 0px;

    }


    .research-links a
    {
        display: block;
        margin-top:40px;
    }

    .research-logo {
        margin-bottom: 50px;
    }
.align-right {
    text-align: right;
}
.project-links a:hover {
    background: #494747;
    color: #fff;
}
a.plus-bullet:hover {
    color: #f2c937;
}
.email-alerts-signup input[type=submit]:hover {
    color: #fff;
    background: #000;
}
.slide-text-container a:hover {
    color: #f2c937;
}
input#ctl00_contentPlaceHolderBody_btnSubmit:hover {
    background: #000;
}

input#ctl00_contentPlaceHolderBody_btnSubmit {
    background: #f2c937;
}
table.l-tbl.registry-tbl tr:first-child td {
    background: #fff;
}
table.l-tbl.registry-tbl {
    width: 100%;
}
.home-page .email-alerts-footer {
    display: block;
}

.email-alerts-footer {
    display: none;
}
.g-recaptcha {
    height: 62px !important;
    overflow: hidden;
    border-radius: 10px;
}

section.full-width{
    width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

section.full-width .grid-container {
    max-width: 70rem;
}

.bodm-content {
    background: #ccc;
    background: #F7F7F7;
    padding: 60px 0px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.bodm-item {
    margin-bottom: 100px;
}

.bodm-item:last-child {
    margin-bottom: 0px;
}

table.corp-dir-table{

    width: 100%; max-width: 60rem; margin: 0 auto; border-collapse: collapse; border: 0.946985px solid #ADACAC;
    margin-bottom:60px;
}

table.corp-dir-table tr td{
    padding:20px;
    vertical-align: top;
    border: 0.946985px solid #ADACAC;
}

table.corp-dir-table tr td p{
    margin-bottom:0;
}


table.corp-dir-table tr td:first-child{
   background:#000;
   color:#fff;
}

.corp-gov-sec a{
background: #FFFFFF;
box-shadow: 0px 4px 7px 7px #F5F4F6;
border-radius: 16px;
display:block;
text-align: center;
width:100%;
padding:40px 30px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color:#000;
font-size:26px;
}


.project-ovrw-wrap h2 {
    font-size: 34px;
    color: #000;
    font-weight: 800;
    margin-bottom:60px;
    max-width: 70rem;
    margin: 0 auto;
    display: block;

}
.project-ovrw-wrap{
padding: 60px 0px;
}

.project-ovrw-text {
    max-width: 70rem;
    margin: 0 auto;
    display: block;
    font-size: 24px;
    color: #000;
}

.project-ovrw-text p{
margin-bottom:2rem;
}

.esg-video{
    background: #F2C937;
    margin-bottom:80px;
    margin-top:60px;

}

.esg-video .video-thumb {
    height: 100%;
    position: relative;
	background: url('/site/media/195/vid-img.jpg');
    background-size: cover;
    cursor: pointer;
    background-position: center center;
    /*background: #C4C4C4;*/

}


.esg-video .video-thumb .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.esg-video-text {
    min-height: 600px;
    max-width: 563px;
    display: flex;
    align-items: center;
    padding-left:50px;
}


section.full-width.esg-image {
    height: 600px;
    background: url('/site/media/184/Mask Group.jpg');
    background-size: cover;
    background-position: center center;
    margin-bottom:80px;
    margin-top:60px;

}

.flex-image-gallery{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 12rem;
    padding-right: 12rem;
    margin-bottom:80px;
    /*margin-top:60px;*/
}

.flex-image-gallery .flex-image{
    height: 400px;
    background-position: center center;
}

.flex-image-gallery .cell {
    padding: 8px;
}

.flex-image-gallery .flex-image-1{
    background:url('/site/content/images/flex-image-1.jpg');
    background-size: cover;
}

.flex-image-gallery .flex-image-2{
    background:url('/site/content/images/flex-image-2.png');
    background-size: cover;
}

.flex-image-gallery .flex-image-3{
    background:url('/site/content/images/flex-image-3.jpg');
    background-size: cover;
}

.flex-image-gallery .flex-image-4{
    background:url('/site/content/images/flex-image-4.jpg');
    background-size: cover;
}

.flex-image-gallery .flex-image-5{
    background:url('/site/content/images/flex-image_5.jpg');
    background-size: cover;
}

.flex-image-gallery .flex-image-6{
    background:url('/site/media/201/flex-image-6.png');
    background-size: cover;
}

.flex-image-gallery .flex-image-7{
    background:url('/site/content/images/flex-image-7.png');
    background-size: cover;
}

.flex-image-gallery .flex-image-8{
    background:url('/site/content/images/flex-image-8.jpg');
    background-size: cover;
}

section.esg-video2 {
    height: 600px;
    background: url(/site/media/196/vid2.jpg) no-repeat #feb101;
    background-size: contain;
    background-position: center;
}

.video-thumb .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.esg-env-social {
  /*padding:100px 0;*/
}
.esg-env-title span {
  color:#d89e46;
}
.esg-env-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 2rem;
}
.esg-env-icon {
  float:left;
  margin-right:15px;
  width:100px;
}
.esg-env-box-title {
  font-size: 24px;
  font-weight: 800;
  color:#d89e46;
  text-transform:uppercase;
  padding:21px 0;
  line-height:1.2;
  min-height:100px;
  margin-bottom:20px;
}

.inv-welcome-text {
  padding:50px 0;
}

.year-tab {
  border-bottom:3px solid #f2c937;
}
.year-tab span {
  display:inline-block;
  background:#f2c937;
  font-size:16px;
  line-height:1;
  padding:10px 10px;
}

.load-news-inv .list-item a {
  color:#000;
  text-decoration:none;
  font-size:18px;
}
.load-news-inv .list-date {
  line-height:1;
  color:#000;
}
.load-news-inv .list-url {
  line-height:1;
  color:#000;
}

.load-news-inv .list-item {
  padding:15px 0;
  border-bottom:1px solid #c4c4c4;
}
.load-news-inv {
  padding:20px;
  background:#f9f9f9;
  border:1px solid #c4c4c4;
}
.inv-more-link a {
  text-decoration:none;
  color:#000;
}
.plus-link {
  display:inline-block;
  padding:0 12px;
  font-size:22px;
  font-weight:bold;
  margin-top:5px;
  background:#f2c937;
  color:#FFF;
  margin-right:20px;
}
.entry-content h3 {
  font-size: 34px;
      font-weight: 800;
      margin-bottom: 2rem;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    background: #efefee;
    color: #000;
    text-decoration:none;
}
.tabs-title a {
  color: #000;
  text-decoration:none;
}
.sptable p {
  min-height:51px;
}
.load-news-inv .list-item:last-of-type {
  border-bottom:0px solid transparent;
}
.tabs-content a[data-quoteapi="submit"] {
    margin: auto;
    text-align: center;
    padding: 10px 20px;
    background-color: #f2c937;
    color: #FFF;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}



.teso-video{
    background: #Fff;
    margin-bottom:80px;
    margin-top:60px;

}

.teso-video .video-thumb {
    height: 100%;
    position: relative;
    background-size: cover;
    cursor: pointer;
    background-position: center center;
    background-image: url(/site/content/images/teso-screenshot.png);

}


.teso-video .video-thumb .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.teso-video-text {
    min-height: 600px;
    max-width: 563px;
    display: flex;
    align-items: flex-start;
    padding-left: 50px;
    flex-direction: column;
    justify-content: center;
}


.teso-video-text li {
    font-size: inherit;
    margin-bottom: 1rem;
}

.teso-video-text .teso-button{

        background: #F2C937;
        color: #000;
        text-decoration: none;
        padding: 10px 36px;
        border-radius: 32px;
        margin-top:30px;

}

.page_578 .tabs-content {
    margin-bottom: 60px;
}

.page_578 h3 {
    margin-top:2rem;
}
.list-item a {
    text-decoration: none;
}

ul#nav li ul {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    width: 250px;
    padding: 0;
    background: linear-gradient( rgb(0 0 0 / 59%), rgb(0 0 0 / 67%) );
}
ul#nav > li > a {
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 10px 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-shadow: none;
    border-radius: 5px;
    height: 57px;
    vertical-align: top;
}
/* ul#nav ul li {
	width:290px;
} */

.home-video-text {
    margin: 3rem 2rem;
}
.home-video-text li {
	font-size: 20px;
}
.video-footer{
	text-align: right;
}
.video-footer img{
	height: 20px;
}
.video-footer span{
	font-style: italic;
	font-size: 18px;
	color: #b2b2b2;
}

.email-form-mini .g-recaptcha iframe {
    margin-top: -5px;
}
h2.animated.fadeInLeft {
    display: none;
}
.home-news-title {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin: -5px 0 10px;
    font-size: 30px;
}
.home-news {
    background: #F2C937;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
}
a.more-news {
    transition: all 0.3s;
    position: absolute;
    bottom: 10px;
    display: inline-block;
    color: #FFF;
    background: #222c38;
    padding: 5px 30px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    left: 18px;
}
.home-news-load .list-item {
    border-bottom: 0px solid #222c38;
}

.home-news-load .list-item {
    position: relative;
}
.home-news .list-item {
    width: 32.33%;
    float: left;
    margin-left: 1%;
}
.home-news-load .list-item::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 2px;
    background: #222c38;
    top: -10px;
    left: -40px;
}
.home-news-load .list-title a {
    display: inline-block;
    width: 88%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-news-load .list-title a {
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
}
.home-news-load .list-date {
    font-size: 14px;
    color: #fff;
}
a.more-news:hover {
    color: #f2c937;
    background: #fff;
}
div#load-banner-news .list-item:nth-of-type(1) {
    display: block;
    border: 0px;
}
div#load-banner-news .list-item {
    display: none;
}
.list-link span.fa-stack svg {
    background: #F2C937;
    vertical-align: middle;
    font-size: 18px;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: block !important;
}
div#load-banner-news .list-item svg {
    display: none;
}
span.fa-stack:after {
    content: "See More";
    display: block;
    width: 100px;
    margin-left: 50px;
    color: #fff;
    font-size: 22px;
}
.list-link:hover span.fa-stack:after {
    color: #F2C937;
}

.logo {
    max-width: 111px;
}

.logo-footer img {
    max-width: 149px;
}

.legend-cell{
position: relative;
}

.legend-cell img.map-legend {
    position: absolute;
    top: 114px;
    left: 610px;
    width: 327px;
}

.entry-content .archiveFilterB a {
    text-decoration: none;
}

.mobile-map{
    display:none;
}
div#load-pres-featured {
    height: 100%;
    position: relative;
    background-size: 100% auto;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 790px;
    min-height: 449px;
    margin: 0 auto;
}
#load-pres-featured .medium-9.cell.cell-text-content {
    display: none;
}
div#load-pres-featured .medium-3.cell {
    width: 100%;
}
div#load-pres-featured img.list-image {
    width: 100%;
}
div#load-pres-featured .list-item {
    border: none;
}
/*--------------------------------------------------- SHARE PRICE------------------------------------------------*/
div#proactive-chart-custom-range button {
    color: #444;
    background: #FFF;
    display: inline-block;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
div#proactive-chart-custom-range {
    position: absolute;
    width: 100%;
    bottom: 27%;
}
.centered.mainChart {
    position: relative;
}
div#proactive-chart-custom-range button:hover {
    background: #063669;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
    border: 1px solid #063669;
}
.pa-tabs .tab-button.active {
    border: none;
    background: #eee !important;
    color: #000 !important;
}
g.highcharts-markers.highcharts-series-0.highcharts-area-series.highcharts-color-0.highcharts-tracker path
 {
    fill: #f2c937;
}

/*--------------------------------------------------- SHARE PRICE------------------------------------------------*/