/*********************************
Theme Name: Hatchet - Perth Developers
Theme URI: https://hatchet.com.au
Author: Hatchet
Author URI: https://hatchet.com.au
Description: We all want our websites to be the best dressed, to be the trendsetters and heartbreakers of the digital world. While function and practical results are important, so is style. This is where <a href="https://hatchet.com.au" target="_blank">Hatchet</a> can give you the edge in an increasingly diverse market. Looking your best, projecting a powerful image, and being a leader in the aesthetic stakes just got a whole lot easier. Visit <a href="https://hatchet.com.au/websites" target="_blank">https://hatchet.com.au/websites</a> for more information!
Tags: Fast, Responsive, Custom, Crafted, Themes
Version: 2.0
Text Domain: hatchet
License: Hatchet PTY LTD
License URI: https://hatchet.com.au
**********************************/

a {
	color:#1dab4b;
}
body {
  min-width: 320px;
  margin: 0;
  font-family: 'Open Sans', serif;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

*, *:before, *:after {
  box-sizing: border-box; }
img {max-width: 100%;}
li {line-height: 28px;}
.why .project__col1 {
	margin-bottom:40px;
	width: 50%;
	width: 100%;
	padding: 0 20px;
	float:left;
}
.contact-form {
    margin: 30px auto;
    max-width: 600px;
}

input[type=text], textarea {
    font-family: inherit;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}
.project .project__col1 {
	margin-bottom:40px;
	width: 100%;
	padding: 0 20px;
	float:left;
}
@media (min-width: 1024px){
	.project .project__col1 {
		margin-bottom:40px;
		width: 50%;
		width: 100%;
		padding: 0 20px;
		float:left;
	}
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .container {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

h1, h2, h3, h4 {
  font-weight: 300;
  margin: 0; }

h2 {
  text-transform: uppercase; }

h3 {
  text-transform: uppercase; }

h4 {
  font-size: 24px; }

p {
  margin: 0;
  font-size: 16px;
  line-height: 28px; }
  p + p {
    margin-top: 16px; 
	margin-top: 1px;   
  }

@media (min-width: 1200px) {
  h1 {
    font-size: 24px;
    line-height: 49px; }

  h2 {
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 5px; }

  h3 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 3px; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  h1 {
    font-size: 26px;
    line-height: 36px; }

  h2 {
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 4px; }

  h3 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 3px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 26px;
    line-height: 49px; }

  h2 {
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 5px; }

  h3 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 3px; } }
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 36px; }

  h2 {
    font-sie: 30px;
    line-height: 41px; }

  h3 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 3px; } }
.button {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  background-color: #1dab4b;
  color: #fff;
  height: 40px;
  border-radius: 20px;
  font-size: 11px;
  display: inline-block;
  line-height: 12px;
  padding: 14px 0;
  transition: background-color 0.33s ease-out; }
  .button:hover {
    background-color: #1dab4b; }

.icon-button {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #1dab4b;
  transition: background-color 0.33s ease-out;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center; }
  .icon-button:hover {
    background-color: #1dab4b; }
  .icon-button--external {
    background-image: url("assets/art/icon-external.svg");
    background-size: 15px 15px; }
  .icon-button--download {
    background-image: url("assets/art/icon-download.svg");
    background-size: 13px 19px; }
  .icon-button--expand {
    background-image: url("assets/art/expand.svg");
    background-size: 13px 19px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.info-highlight {
  min-height: 60px;
  position: relative;
  display: flex; }
  .info-highlight:before {
    display: block;
    content: 'i';
    color: #1dab4b;
    border: dotted 1px #1dab4b;
    line-height: 60px;
    width: 60px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 40px; }
  @media (min-width: 768px) {
    .info-highlight {
      align-items: center; } }
  @media (max-width: 767px) {
    .info-highlight {
      align-items: flex-start; } }

@media (max-width: 1023px) {
  .navigation-button {
    display: block;
    width: 51px;
    height: 51px;
    background-color: #1dab4b;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 30;
    border-radius: 50%;
    cursor: pointer; }
    .navigation-button span, .navigation-button:before, .navigation-button:after {
      position: absolute;
      left: 18px;
      display: inline-block;
      width: 16px;
      height: 1px;
      background-color: #fff;
      transition: all 0.33s ease-out; }
    .navigation-button:before, .navigation-button:after {
      content: ''; }
    .navigation-button span {
      top: 25px; }
    .navigation-button:before {
      top: 21px; }
    .navigation-button:after {
      top: 29px; }
    .navigation-button--isOpen {
      position: fixed; }
      .navigation-button--isOpen span {
        width: 0;
        left: 25px;
        opacity: 0; }
      .navigation-button--isOpen:before {
        transform: translateY(4px) rotate(45deg); }
      .navigation-button--isOpen:after {
        transform: translateY(-4px) rotate(-45deg); } }
@media (min-width: 1200px) {
  .showxl {
    display: block; }

  .hidexl {
    display: none; } }
@media (max-width: 1199px) {
  .showxl {
    display: none; }

  .hidexl {
    display: block; } }
@media (min-width: 768px) {
  .showmd {
    display: block; }

  .hidemd {
    display: none; } }
@media (max-width: 767px) {
  .showmd {
    display: none; }

  .hidemd {
    display: block; } }
@media (min-width: 768px) {
  .showmd {
    display: block; }

  .hidemd {
    display: none; } }
@media (min-width: 1024px) {
  .showlg {
    display: block; } }
@media (max-width: 1023px) {
  .showlg {
    display: none; } }
.navigation {
  width: 100%;
  text-align: center; }
  .navigation__item {
    font-weight: 700;
    font-size: 12px;
	font-weight: 400;
    font-size: 18px;  
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.33s ease-out; }
    .navigation__item:hover {
      color: #1dab4b; }
  @media (min-width: 1200px) {
    .navigation {
      top: 740px;
	  top: 1px;	
	}
      .navigation__inner {
        width: 1130px;
        display: inline-block;
        border-top: solid 1px #fff; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .navigation {
      top: 550px;
	  top: 1px;	} }
  @media (min-width: 1024px) {
    .navigation {
      position: absolute;
      left: 0;
      transition: background-color 0.33s linear; }
      .navigation__inner {
        width: 960px;
        display: inline-block;
        border-top: solid 1px #fff; }
      .navigation__item {
        display: inline-block;
        color: #fff;
        line-height: 50px;
        padding: 0 30px;
        transition: color 0.33s ease-out; }
        .navigation__item:hover {
          color: #1dab4b; }
      .navigation--isFixed {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #F7F7F7;
        z-index: 10; }
        .navigation--isFixed .navigation__inner {
          border-top: 0; }
        .navigation--isFixed .navigation__item {
          color: #1dab4b; }
          .navigation--isFixed .navigation__item:hover {
            color: #1dab4b; } }
  @media (min-width: 1200px) {
    .navigation__inner {
      width: 1130px; }
    .navigation .showxl {
      display: inline-block; }
    .navigation .hidexl {
      display: none; } }
  @media (max-width: 1199px) {
    .navigation .showxl {
      display: none; }
    .navigation .hidexl {
      display: inline-block; } }
  @media (max-width: 1023px) {
    .navigation {
      height: 100%;
      position: absolute;
      left: -100%;
      background-color: #fff;
      z-index: 20;
      transition: transform 0.33s ease-out; }
      .navigation__item {
        display: block;
        width: 100%;
        color: #1dab4b;
        padding: 20px 0;
        margin-top: 5px; }
        .navigation__item:first-child {
          margin-top: 0; }
      .navigation__inner {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      .navigation__mobile-logo {
        position: absolute;
        left: 50%;
        background-image: url("/media/1135/harvest_logo_final_rgb.png");
        background-size: cover; } }
    @media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 1023px) and (min-resolution: 144dpi) {
      .navigation__mobile-logo {
        /* background-image: url("assets/art/logo-gradient@2x.png"); */
		background-image: url("/media/1135/harvest_logo_final_rgb.png");  		
	  } 
	}
  @media (max-width: 1023px) {
      .navigation--isOpen {
        position: fixed;
        transform: translateX(100%); }
      .navigation .hidesm {
        display: none; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .navigation {
      min-height: 690px; }
      .navigation__mobile-logo {
        margin-left: -80px;
        width: 160px;
        height: 109px;
        bottom: 80px; } }
  @media (max-width: 767px) {
    .navigation {
      min-height: 510px; }
      .navigation__mobile-logo {
        margin-left: -50px;
		margin-left: -80px;  
        width: 175px;
        height: 68px;
        bottom: 20px; } }

.hero {
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.75)), url("assets/art/hero.jpg");			
  background-size: 100% 200px, cover;
  background-repeat: no-repeat;
  background-position: bottom, center;
  width: 100%; }
  .hero__circle {
    margin: auto;
    position: relative; }
    .hero__circle-inner {
      width: 100%;
      padding: 50px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-align: center; }
  .hero h1 {
    color: #fff; }
  .hero__logo {
    height: 90px; }
  .hero__cta-section {
    position: relative;
    padding-top: 50px; }
    .hero__cta-section:before {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -30px;
      content: '';
      width: 60px;
      height: 1px;
      background-color: #fff; }
  .hero__video-stroke, .hero__video-icon {
    transition: all 0.33s ease-out; }
  .hero__video-button {
    padding-left: 50px;
    padding-right: 30px;
    position: relative; }
    .hero__video-button svg {
      width: 32px;
      height: 32px;
      position: absolute;
      left: 4px;
      top: 4px; }
    .hero__video-button:hover .hero__video-stroke {
      stroke-width: 32px; }
    .hero__video-button:hover .hero__video-icon {
      fill: #1dab4b; }
  @media (max-width: 1023px) {
    .hero {
      position: relative; }
      .hero:after {
        content: '';
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        background-image: url("assets/art/arrow-down.svg");
        background-repeat: no-repeat;
        background-position: center bottom;
        left: 50%;
        bottom: 30px;
        margin-left: -25px; } }
  @media (min-width: 768px) {
    .hero__circle {
      border: dashed 1px #fff;
	  border: none;	
      border-radius: 50%; } }
  @media (min-width: 1200px) {
    .hero {
      padding: 50px 0 100px 0; }
      .hero__circle {
        width: 640px;
        height: 640px; }
      .hero h1 {
        margin: 70px 0 50px 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .hero {
      padding: 20px 0 70px 0; }
      .hero__circle {
        width: 510px;
        height: 510px; 
	  	margin-top: 50px; }
      .hero h1 {
        margin: 40px 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hero {
      padding: 180px 0 200px 0; }
      .hero__circle {
        width: 640px;
        height: 640px; }
      .hero h1 {
        margin: 70px 0 50px 0; } }
  @media (max-width: 767px) {
    .hero {
      padding: 0 0 20px 0; }
      .hero__circle {
        width: 100%;
        height: 548px; }
      .hero h1 {
        margin: 40px 0 30px 0; } }

.project {
  width: 100%;
  background-color: #E5E8E9;
  overflow: hidden;
padding:40px;  }
  .project .container {
    /* background-image: url(""); */
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .project .container {
        background-image: url("aim"); } }
  .project h2, .project h4 {
    text-align: center; }
  .project h2 {
    margin-bottom: 20px; }
  .project__button-group {
    margin-top: 40px; }
    .project__button-group .button {
      width: 30%;
      margin: 0 auto;
      display: block; }
  @media (min-width: 1200px) {
    .project h4 {
      margin-bottom: 70px; }
    .project .container {
      padding-top: 90px;
      padding-bottom: 90px;
      background-size: auto 720px;
      background-position: 420px 200px; }
    .project__col {
      width: 72%; }
      .project__col--left {
        margin-right: 8%; }
      .project__col--right {
        margin-top: 20px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .project h4 {
      margin-bottom: 40px; }
    .project .container {
      padding-top: 60px;
      padding-bottom: 60px;
      background-size: auto 310px;
      background-position: -220px bottom;
      /*background-image: url("assets/art/map.png");*/
      background-repeat: no-repeat; } }
  @media (min-width: 768px) and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (max-width: 1199px) and (min-resolution: 144dpi) {
    .project .container {
      background-image: url("assets/art/map@2x.png"); } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .project__col {
      width: 100%; }
      .project__col--left {
        margin-right: 0; } }

.investors {
  width: 100%;
  background-color: #1dab4b;
  overflow: hidden; }
  .investors .container {
    background-image: url("assets/art/map.png");
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .investors .container {
        background-image: url("assets/art/map@2x.png"); } }
  .investors h2, .investors h4 {
    text-align: center; }
  .investors h2 {
    margin-bottom: 20px; }
  .investors__col {
    float: left; }
  .investors__button-group {
    margin-top: 40px; }
  .investors__figure-group {
    text-align: center; }
  .investors__figure {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative; }
    .investors__figure span {
      display: inline-block; }
    .investors__figure:after {
      position: absolute;
      left: 50%;
      margin-left: -30px;
      bottom: 0;
      display: inline-block;
      content: '';
      height: 1px;
      background-color: #1dab4b;
      width: 60px; }
  .investors__figure-number {
    line-height: 0;
    vertical-align: bottom; }
  .investors__figure-unit {
    font-size: 36px;
    vertical-align: bottom; }
  .investors__figure-copy {
    display: inline-block;
    width: 190px; }
  @media (min-width: 1200px) {
    .investors h4 {
      margin-bottom: 70px; }
    .investors .container {
      padding-top: 90px;
      padding-bottom: 320px;
      background-size: auto 370px;
      background-position: bottom right; }
    .investors__col {
      width: 46%; }
      .investors__col--left {
        margin-right: 8%; }
      .investors__col--right {
        margin-top: 20px; }
    .investors__figure-group {
      width: 50%;
      float: left; }
    .investors__figure-number {
      font-size: 114px;
      line-height: 100px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .investors h2 {
      margin-bottom: 50px; }
    .investors h4 {
      margin-bottom: 45px; }
    .investors .container {
      padding-top: 90px;
      padding-bottom: 180px;
      background-size: auto 370px;
      background-position: bottom 0px right 0; }
    .investors__col--left {
      width: 60%;
      margin-right: 7%; }
    .investors__col--right {
      width: 33%; }
    .investors__figure-group {
      margin: 0 auto 50px auto; }
    .investors__figure-number {
      font-size: 74px;
      line-height: 78px;
      margin-right: 3px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .investors h4 {
      margin-bottom: 45px; }
    .investors .container {
      padding-top: 80px;
      padding-bottom: 240px;
      background-size: auto 370px;
      background-position: bottom 0px right 20px; }
    .investors__col {
      width: 100%; }
      .investors__col--left {
        margin-bottom: 80px; }
      .investors__col--right {
        text-align: center; }
    .investors__figure-group {
      display: inline-block;
      width: 240px;
      margin: 0 25px; }
    .investors__figure-number {
      font-size: 114px;
      line-height: 100px; } }
  @media (min-width: 768px) {
    .investors__button-group .button {
      float: left;
      width: 48%; }
      .investors__button-group .button:first-child {
        margin-right: 4%; } }
  @media (max-width: 767px) {
    .investors h4 {
      margin-bottom: 40px; }
    .investors .container {
      padding-top: 40px;
      background-size: auto 300px;
      padding-bottom: 200px;
      background-position: bottom right; }
    .investors__col {
      width: 100%; }
      .investors__col--right {
        text-align: center; }
    .investors__figure-group:first-child {
      margin-bottom: 45px; }
    .investors__figure-number {
      font-size: 74px;
      line-height: 78px;
      margin-right: 3px; }
    .investors__button-group {
      margin-bottom: 45px; }
      .investors__button-group .button {
        width: 100%; }
        .investors__button-group .button:first-child {
          margin-bottom: 20px; } }

.investorshd {
  width: 100%;
  background-image: linear-gradient(#01541b, #20bc51);
  color: #fff; 
  background-image: none;
  color: inherit; }
  .investorshd .container {
    /* background-image: url("assets/art/skyline.png");*/
    background-repeat: no-repeat; }
  .investorshd .info-highlight {
    min-height: 40px; }
    .investorshd .info-highlight:before {
      line-height: 40px;
      width: 40px;
      font-size: 18px;
      border-radius: 50%;
      margin-right: 20px; }
  .investorshd h2, .investorshd h3, .investorshd h4 {
    text-align: center; }
  .investorshd h3.margin {
    margin-top: 60px; }
  .investorshd h2 {
    margin-bottom: 20px; }
  .investorshd__icon-button {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%); }
  .investorshd__button-group {
    margin-top: 40px; }
  .investorshd__3colcontainer {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 60px; }
    .investorshd__3colcontainer div {
      height: auto;
      justify-content: center;
      align-self: center; }
      .investorshd__3colcontainer div h4 {
        font-size: 2em;
        margin-bottom: 0; }
      .investorshd__3colcontainer div h4:after {
        display: block;
        width: 64px;
        border-top: 1px solid #1dab4b;
        margin: 15px auto;
        content: ''; }
      .investorshd__3colcontainer div p {
        font-size: 0.9em; }
    .investorshd__3colcontainer iframe {
      width: 100%;
      border: none;
      height: 174px; }
  .investorshd__announcement {
    display: block;
    text-align: center;
    border: 1px solid #979797;
    background-color: #1EAB4B;
    padding: 40px;
    margin: 60px 0; }
    .investorshd__announcement iframe {
      width: 100%;
      border: none;
      height: 174px; }
  .investorshd__shareholders h3 {
    margin: 60px 0 20px; }
  .investorshd__shareholders a.expand-shareholders {
    text-align: center;
    color: white;
    display: block;
    margin: 34px 0 0; }
  .investorshd .rotate {
    -webkit-transform: rotate(180deg) translate(50%, 39%);
    -moz-transform: rotate(180deg) translate(50%, 39%);
    -o-transform: rotate(180deg) translate(50%, 39%);
    -ms-transform: rotate(180deg) translate(50%, 39%);
    transform: rotate(180deg) translate(50%, -39%);
    transition: transform 300ms ease; }
  .investorshd__shareholderscontain.margin, .investorshd__directorscontain.margin {
    margin-top: 60px; }
  .investorshd__shareholderscontain, .investorshd__directorscontain {
    border: 1px solid #979797;
    background-color: #D8D8D8;
    padding: 20px;
    position: relative; }
    .investorshd__shareholderscontain span, .investorshd__directorscontain span {
      font-size: 12px; }
      .investorshd__shareholderscontain span a, .investorshd__directorscontain span a {
        color: black; }
    .investorshd__shareholderscontain table, .investorshd__directorscontain table {
      border-collapse: collapse;
      border-style: hidden;
      width: 100%; }
      .investorshd__shareholderscontain table th, .investorshd__directorscontain table th {
        padding: 26px 28px; }
      .investorshd__shareholderscontain table th, .investorshd__shareholderscontain table td, .investorshd__directorscontain table th, .investorshd__directorscontain table td {
        color: black; }
      .investorshd__shareholderscontain table tr.active td, .investorshd__shareholderscontain table tr.active th, .investorshd__directorscontain table tr.active td, .investorshd__directorscontain table tr.active th {
        border: 1px dashed #979797; }
      .investorshd__shareholderscontain table th, .investorshd__directorscontain table th {
        font-weight: 300;
        text-align: left; }
      .investorshd__shareholderscontain table tr:first-child th:nth-child(2), .investorshd__shareholderscontain table tr:first-child th:nth-child(3), .investorshd__directorscontain table tr:first-child th:nth-child(2), .investorshd__directorscontain table tr:first-child th:nth-child(3) {
        width: 20%; }
      .investorshd__shareholderscontain table tr td div, .investorshd__directorscontain table tr td div {
        max-height: 0;
        box-sizing: border-box;
        overflow: hidden;
        transition: all 0.3s;
        padding: 0 28px; }
      .investorshd__shareholderscontain table tr.active td div, .investorshd__directorscontain table tr.active td div {
        max-height: 100px;
        transition: all 0.6s;
        padding: 26px 28px; }
  .investorshd__accordian {
    border: 1px solid #979797;
    background-color: #D8D8D8;
    padding: 0 20px;
    position: relative;
    margin: 60px 0; }
    .investorshd__accordian a {
      color: black; }
    .investorshd__accordian [data-accordion] {
      border-bottom: 1px dashed #979797;
      margin: 30px 0; }
    .investorshd__accordian [data-accordion] [data-control] {
      color: black;
      padding-bottom: 30px;
      padding-left: 28px;
      font-size: 20px;
      cursor: pointer; }
    .investorshd__accordian [data-accordion] [data-control]:before {
      content: '';
      width: 30px;
      height: 30px;
      display: inline-block;
      background-color: #1dab4b;
      transition: background-color 0.33s ease-out;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("assets/art/expand.svg");
      background-size: 10px 11px;
      cursor: pointer;
      transition: transform 300ms ease;
      margin-right: 15px;
      vertical-align: middle; }
    .investorshd__accordian .open [data-control]:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .investorshd__accordian [data-accordion] [data-content] {
      color: black;
      padding: 0 28px 0 77px; }
    .investorshd__accordian .open {
      padding-bottom: 30px; }
      .investorshd__accordian .open p {
        padding-left: 0; }
    .investorshd__accordian .accordion:last-child {
      border-bottom: none;
      margin-bottom: 0; }
  .investorshd .text.expandable {
    border: 1px solid #979797;
    background-color: #D8D8D8;
    padding: 50px 30px;
    color: black;
    margin-bottom: 90px;
    margin-top: 60px; }
    .investorshd .text.expandable .entry {
      position: relative; }
    .investorshd .text.expandable .entry-content {
      overflow: hidden; }
    .investorshd .text.expandable .more-link {
      content: '';
      width: 50px;
      height: 50px;
      position: absolute;
      left: 50%;
      bottom: -45px;
      background-color: #1dab4b;
      transition: background-color 0.33s ease-out;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("assets/art/expand.svg");
      background-size: 13px 19px;
      cursor: pointer;
      transition: transform 300ms ease;
      transform: translate(-50%, 50%); }
    .investorshd .text.expandable .more-link.open {
      -webkit-transform: rotate(180deg) translate(50%, -50%);
      -moz-transform: rotate(180deg) translate(50%, -50%);
      -o-transform: rotate(180deg) translate(50%, -50);
      -ms-transform: rotate(180deg) translate(50%, -50%);
      transform: rotate(180deg) translate(50%, -50%); }
    .investorshd .text.expandable .more-link-txt {
      width: 100%;
      position: absolute;
      left: 50%;
      bottom: -110px;
      color: white;
      transform: translate(-50%, 0);
      text-align: center; }
  @media (min-width: 1200px) {
    .investorshd h4 {
      margin-bottom: 70px;
      font-weight: 300;
      max-width: 900px;
      margin: 0 auto 70px auto; }
    .investorshd .container {
      padding-top: 30px;
      padding-bottom: 30px;
      background-position: top center; }
    .investorshd__3colcontainer {
      display: flex;
      align-items: stretch;
      text-align: center;
      justify-content: center; }
      .investorshd__3colcontainer div {
        width: 33.3333%; }
    .investorshd__col {
      width: 46%; }
      .investorshd__col--left {
        margin-right: 8%; }
      .investorshd__col--right {
        margin-top: 20px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .investorshd h4 {
      margin-bottom: 40px;
      font-weight: 300;
      max-width: 900px;
      margin: 0 auto 70px auto; }
    .investorshd__3colcontainer div {
      margin-bottom: 40px; }
    .investorshd .container {
      padding-top: 75px;
      padding-bottom: 75px;
      background-position: top center;
      padding-left: 0;
      padding-right: 0; }
    .investorshd p, .investorshd h4 {
      padding-left: 40px;
      padding-right: 40px; }
    .investorshd .footnotes {
      padding: 70px 0 40px; }
      .investorshd .footnotes p {
        font-size: 12px; } }
  @media (max-width: 767px) {
    .investorshd .container {
      padding-top: 40px;
      padding-bottom: 40px;
      background-position: top center;
      padding-left: 0;
      padding-right: 0; }
    .investorshd .project__button-group .button {
      width: 80%; }
    .investorshd p, .investorshd h4 {
      padding-left: 40px;
      padding-right: 40px; }
    .investorshd h4 {
      font-size: 17px; }
    .investorshd__3colcontainer div {
      margin-bottom: 40px; }
    .investorshd__shareholderscontain, .investorshd__directorscontain {
      margin-top: 20px;
      padding: 0; }
    .investorshd__accordian {
      padding: 0; }
      .investorshd__accordian [data-accordion] [data-control] {
        font-size: 18px; }
    .investorshd table {
      border-collapse: collapse;
      border-style: hidden;
      width: 100%; }
      .investorshd table th {
        padding: 18px 14px; }
      .investorshd table th, .investorshd table td {
        color: black; }
      .investorshd table tr.active td, .investorshd table tr.active th {
        border: 1px dashed #979797; }
      .investorshd table th {
        font-weight: 300;
        text-align: left; }
      .investorshd table tr:first-child th:nth-child(2), .investorshd table tr:first-child th:nth-child(3) {
        width: 20%; }
      .investorshd table tr td div {
        max-height: 0;
        box-sizing: border-box;
        overflow: hidden;
        transition: all 0.3s;
        padding: 0 5px;
        font-size: 14px; }
      .investorshd table tr.active td div {
        max-height: 100px;
        transition: all 0.6s;
        padding: 18px 18px; } }

.demand {
  width: 100%;
  background-color: #F7F7F7; }
  .demand h2, .demand h4 {
    text-align: center; }
  .demand h2 {
    margin-bottom: 75px; }
  .demand__contain h2 {
    margin-bottom: 20px; }
  .demand__col {
    background-size: cover;
    background-position: center center;
    position: relative; }
    .demand__col--left {
      background-image: url("assets/art/production.jpg"); }
    .demand__col--right {
      background-image: url("assets/art/demand.jpg"); }
    .demand__col:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 1; }
  .demand__inner {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2; }
  .demand__title {
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    max-width: 400px; }
    .demand__title img {
      margin-bottom: 40px; }
    .demand__title:after {
      position: absolute;
      left: 50%;
      margin-left: -30px;
      bottom: 0;
      display: inline-block;
      content: '';
      height: 1px;
      background-color: #fff;
      width: 60px; }
  @media (min-width: 1024px) {
    .demand {
      padding: 75px 0 0; }
      .demand__col {
        float: left;
        width: 50%; }
      .demand__contain {
        display: flex;
        align-items: stretch; } }
  @media (max-width: 1023px) {
    .demand__col {
      width: 100%; } }
  @media (min-width: 1200px) {
    .demand__inner {
      padding: 100px 30px;
      max-width: 600px; }
    .demand__col--left .demand__inner {
      float: right;
      padding-right: 50px; }
    .demand__col--right .demand__inner {
      padding-left: 50px; }
    .demand__contain {
      max-width: 1200px;
      padding-left: 30px;
      padding-right: 30px;
      margin: 0 auto; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .demand__inner {
      padding: 80px 30px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .demand__inner {
      padding: 100px 80px; } }
  @media (min-width: 768px) {
    .demand {
      padding: 75px 0 0; } }
  @media (max-width: 767px) {
    .demand__inner {
      padding: 80px 20px; } }

.key-reading {
  width: 100%;
  background-color: #F7F7F7; }
  .key-reading__article {
    float: left;
    background-color: #fff;
    height: 210px;
    position: relative;
    color: black;
    text-decoration: none;
    padding: 20px;
    transition: box-shadow 0.33s ease-out; }
    .key-reading__article h4 {
      height: 104px;
      overflow: hidden; }
    .key-reading__article-link {
      position: absolute;
      bottom: 40px;
      left: 20px;
      text-decoration: underline; }
    .key-reading__article:hover {
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }
      .key-reading__article:hover .key-reading__icon-button {
        background-color: #1dab4b; }
  .key-reading__title h3 {
    width: 100%; }
  .key-reading__icon-button {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%); }
  .key-reading__regulatory-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .key-reading__regulatory-list li {
      margin-bottom: 20px; }
  @media (min-width: 768px) {
    .key-reading {
      padding: 75px 0; }
      .key-reading__regulatory-container {
        margin-top: 95px; } }
  @media (min-width: 1200px) {
    .key-reading__title {
      width: 100%;
      float: none;
      text-align: center;
      margin-bottom: 45px; }
    .key-reading__content {
      width: 100%;
      float: none; }
    .key-reading__article {
      width: calc(33.33333% - 26.66667px);
      margin-left: 40px;
      margin-top: 50px; }
      .key-reading__article:nth-child(3n + 1) {
        margin-left: 0; }
      .key-reading__article:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .key-reading__title {
      width: 25%;
      float: left; }
    .key-reading__content {
      width: 75%;
      float: left; }
    .key-reading__article {
      width: calc(50% - 10px);
      margin-left: 20px;
      margin-top: 40px; }
      .key-reading__article:nth-child(2n + 1) {
        margin-left: 0; }
      .key-reading__article:nth-child(-n + 2) {
        margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .key-reading__title {
      margin-bottom: 45px;
      text-align: center; }
    .key-reading__article {
      width: calc(50% - 22.5px);
      margin-left: 45px;
      margin-top: 60px; }
      .key-reading__article:nth-child(2n + 1) {
        margin-left: 0; }
      .key-reading__article:nth-child(-n + 2) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .key-reading {
      padding: 40px 0; }
      .key-reading__title {
        margin-bottom: 20px; }
      .key-reading__article {
        width: 100%;
        margin-bottom: 40px; }
        .key-reading__article:last-child {
          margin-bottom: 0; }
      .key-reading__regulatory-container {
        margin-top: 65px; } }

.board {
  width: 100%; }
  .board h2 {
    text-align: center; }
  .board img {
    display: none; }
  .board .lnkexpand {
    display: none; }
  @media (min-width: 768px) {
    .board {
      padding: 75px 0; } }
  @media (min-width: 1024px) {
    .board h2 {
      margin-bottom: 60px; }
    .board img {
      display: block;
      float: left;
	  float:none;	
      margin: 0 30px 15px 0;
	  margin: 0 auto; }
    .board__navigation, .board__bio {
      display: inline-block;
      vertical-align: middle; }
    .board__bio {
      display: none; }
      .board__bio--active {
        display: inline-block; }
    .board__bio-title {
      display: none;
	  display: block;}
    .board__navigation {
      list-style: none;
      padding: 0;
      margin: 0;
      border-right: dashed 1px #1dab4b; }
    .board__navigation-item {
      padding: 20px 0;
	  padding: 5px 0;	
      text-align: center;
      border-radius: 50px 0 0 50px;
      cursor: pointer;
      transition-property: color, background-color;
      transition-duration: 0.33s;
      transition-timing-function: ease-out;
      margin-bottom: 10px; 
	  border: 1px dashed #1dab4b; }
      .board__navigation-item:hover {
        color: #1dab4b; }
      .board__navigation-item--active {
        background-color: #1dab4b;
        color: #fff;
        cursor: auto; }
        .board__navigation-item--active:hover {
          color: #fff; }
    .board__corporate-container {
      margin-top: 160px; }
      .board__corporate-container h3, .board__corporate-container .info-highlight {
        float: left; }
      .board__corporate-container h3 {
        width: 40%; }
      .board__corporate-container .info-highlight {
        width: 60%; } }
  @media (min-width: 1200px) {
    .board__navigation {
      width: 30%; }
    .board__bio {
      margin-left: 120px;
      width: 50%; }
    .board__corporate-container h3 {
      padding-top: 10px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .board__navigation {
      width: 33%; }
    .board__bio {
      width: 66%;
      padding-left: 40px; }
    .board__corporate-container h3 {
      padding-top: 20px; } }
  @media (max-width: 1023px) {
    .board__navigation {
      display: none; }
    .board__bio-title {
      text-align: center;
      margin-bottom: 30px; }
    .board__bio {
      border-bottom: dashed 1px #1dab4b; }
      .board__bio:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
    .board__corporate-container {
      margin-top: 90px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .board h2 {
      margin-bottom: 45px; }
    .board__bio {
      padding-bottom: 30px;
      margin-bottom: 30px;
      height: 96px;
      overflow: hidden;
      position: relative;
      transition: all 300ms ease; }
      .board__bio .lnkexpand {
        position: absolute;
        width: 80px;
        height: auto;
        right: 0;
        top: 15px;
        display: block;
        color: black; }
      .board__bio--active {
        height: auto; }
        .board__bio--active .lnkexpand {
          display: block; }
    .board__corporate-container h3 {
      margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .board {
      padding: 40px 0; }
      .board h2 {
        margin-bottom: 30px; }
      .board__bio {
        padding-bottom: 30px;
        margin-bottom: 30px;
        height: 108px;
        overflow: hidden;
        position: relative;
        transition: all 300ms ease; }
        .board__bio .lnkexpand {
          display: block;
          color: black;
          text-align: center;
          margin-top: -29px;
          margin-bottom: 30px; }
        .board__bio--active {
          height: auto; }
          .board__bio--active .lnkexpand {
            display: block; }
      .board__corporate-container h3 {
        margin-bottom: 30px; } }

.reports {
  background-image: radial-gradient(circle farthest-corner at 0 0, #1dab4b, #1dab4b);
  color: #fff;
  overflow: hidden; }
  .reports h2 {
    text-align: center; }
  .reports__list {
    padding: 0;
    list-style: none;
    width: 960px;
    margin: 0 auto 0 auto;
    z-index: 1; }
  .reports__list-item {
    width: 170px;
    height: 225px;
    color: #fff;
	color: inherit;  
    text-decoration: none;
    transition: opacity 0.33s linear;
    display: block; }
    .reports__list-item[aria-hidden="true"] {
      opacity: 0.1;
      pointer-events: none; }
    .reports__list-item-icon {
      width: 170px;
      height: 170px;
	  width: 95px;
      height: 95px;	
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 50%;
      position: relative;
      background-image: url("assets/art/icon-document.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50px 60px; 
	  border: 1px solid #1dab4b; }
    .reports__list-item p {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400; }
    .reports__list-item .icon-button {
      position: absolute;
      right: 0;
      bottom: 0; }
    .reports__list-item:hover .icon-button {
      background-color: #1dab4b; }
  @media (min-width: 768px) {
    .reports {
      padding: 75px 0; } }
  @media (min-width: 1024px) {
    .reports__slider-wrapper {
      position: relative; }
    .reports__arrow {
      display: block;
      width: 25px;
      height: 50px;
      position: absolute;
      background-size: 100% 100%;
      top: 50%;
      margin-top: -25px;
      transition: opacity 0.33s ease-out;
      cursor: pointer;
      z-index: 2; }
      .reports__arrow.slick-disabled {
        opacity: 0.2;
        cursor: default; }
      .reports__arrow--prev {
        background-image: url("assets/art/arrow-left.svg");
        left: 40px; }
      .reports__arrow--next {
        background-image: url("assets/art/arrow-right.svg");
        right: 40px; }
    .reports__list-item {
      margin: 0 35px; } }
  @media (min-width: 1200px) {
    .reports h2 {
      margin-bottom: 45px; }
    .reports p {
      margin-bottom: 55px;
      text-align: center; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .reports h2 {
      margin-bottom: 50px; }
    .reports .container {
      overflow: hidden; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .reports h2 {
      margin-bottom: 75px; }
    .reports .container {
      overflow: hidden; }
    .reports__list {
      width: 660px;
      margin: auto; }
    .reports__list-item {
      float: left;
      margin: 0 25px; }
      .reports__list-item:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .reports {
      padding: 40px 0; }
      .reports h2 {
        margin-bottom: 40px; }
      .reports__list {
        margin: auto;
        width: 80%; }
      .reports .container {
        overflow: hidden; } }

.announcements {
  width: 100%;
  background-color: #F7F7F7; }
  .announcements h2 {
    text-align: center; }
  .announcements__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .announcements__list-item {
    float: left;
    padding-left: 70px;
    position: relative;
    padding-right: 30px; }
    .announcements__list-item a {
      color: #000;
      text-decoration: none; }
      .announcements__list-item a:hover .icon-button {
        background-color: #1dab4b; }
    .announcements__list-item .icon-button {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -25px; }
    .announcements__list-item p {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .announcements__timestamp {
    font-size: 12px; }
  @media (min-width: 768px) {
    .announcements {
      padding: 75px 0; }
      .announcements__list-item {
        margin-top: 40px; } }
  @media (min-width: 1200px) {
    .announcements h2 {
      margin-bottom: 75px; }
    .announcements__list-item {
      width: 25%; }
      .announcements__list-item:nth-child(-n + 4) {
        margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .announcements h2 {
      margin-bottom: 50px; }
    .announcements__list-item {
      width: 33%; }
      .announcements__list-item:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .announcements h2 {
      margin-bottom: 75px; }
    .announcements__list-item {
      width: 50%; }
      .announcements__list-item:nth-child(-n + 2) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .announcements {
      padding: 40px 0; }
      .announcements h2 {
        margin-bottom: 40px; }
      .announcements__list-item {
        width: 100%;
        margin-top: 20px; }
        .announcements__list-item:first-child {
          margin-top: 0; } }

.announcementsHD h2 {
  margin-top: 75px;
  margin-bottom: 25px; }
.announcementsHD iframe {
  border: 0px solid black;
  width: 100%;
  height: 742px;
  overflow: hidden; }

.contact {
  width: 100%;
  padding: 75px 0;
  text-align: center;
  background-image: radial-gradient(circle farthest-corner at 0 0, #FFFFFF, #EDEDED); }
  .contact__link, .contact__address {
    display: inline-block;
    vertical-align: top; }
  .contact__address {
    width: 230px;
    margin: 0 70px; }
  .contact__link {
    width: 160px;
    color: #000;
    text-decoration: none;
    margin-top: -40px; }
  .contact__map {
    display: block;
    width: 230px;
    height: 230px;
    background-size: cover;
    background-image: url("assets/art/location-map.png");
    margin-bottom: 45px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .contact__map {
        background-image: url("assets/art/location-map@2x.png"); } }
  .contact__icon {
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: center;
    height: 40px;
    margin-bottom: 30px; }
    .contact__icon--mail {
      background-image: url("assets/art/icon-mail.svg"); }
    .contact__icon--mobile {
      background-image: url("assets/art/icon-mobile.svg"); }
  @media (min-width: 1200px) {
    .contact {
      padding: 75px 0 75px 0; }
      .contact h2 {
        margin-bottom: 75px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .contact h2 {
      margin-bottom: 50px; } }
  @media (max-width: 1023px) {
    .contact__link, .contact__address {
      display: block;
      width: 100%;
      margin: 60px 0 0; }
    .contact__map {
      display: block;
      width: 100%;
      background-repeat: no-repeat;
      background-size: auto 230px;
      background-position: center;
      /* height: 40px;*/
      margin-bottom: 30px;
      background-image: url("assets/art/icon-map.svg"); } }

.advisors {
  width: 100%; }
  .advisors__legal {
    border-bottom: dashed 1px #fff; }
    .advisors__legal a {
      color: #fff;
      text-decoration: none; }
  @media (min-width: 1024px) {
    .advisors__legal {
      display: flex;
      align-items: center; }
      .advisors__legal-left {
        flex-grow: 1; }
      .advisors__legal-right {
        flex-shrink: 0; } }
  @media (max-width: 1023px) {
    .advisors__legal-left {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .advisors__legal {
      padding: 45px 0 40px 0; }
    .advisors h3 {
      margin: 70px 0;
      text-align: center; }
    .advisors__block {
      height: 235px;
      float: left; } }
  @media (min-width: 1200px) {
    .advisors__block {
      width: calc(33.33333% - 46.66667px);
      margin-left: 70px;
      margin-top: 40px; }
      .advisors__block:nth-child(3n + 1) {
        margin-left: 0; }
      .advisors__block:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .advisors__block {
      width: calc(33.33333% - 26.66667px);
      margin-left: 40px;
      margin-top: 40px; }
      .advisors__block:nth-child(3n + 1) {
        margin-left: 0; }
      .advisors__block:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .advisors__block {
      width: calc(50% - 35px);
      margin-left: 70px;
      margin-top: 40px; }
      .advisors__block:nth-child(2n + 1) {
        margin-left: 0; }
      .advisors__block:nth-child(-n + 2) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .advisors {
      padding: 40px 0; }
      .advisors__legal {
        padding-bottom: 30px; }
      .advisors h3 {
        margin: 30px 0 20px 0; }
      .advisors__block {
        margin-top: 20px; }
        .advisors__block:first-child {
          margin-top: 0; } }

.footer {
  width: 100%;
  background-color: #1dab4b;
  color: #fff; }
  .footer__legal a {
    color: #fff;
    text-decoration: none; }
  .footer__text {
    border-bottom: dashed 1px #1dab4b; }
    .footer__text a {
      color: #fff;
      text-decoration: none; }
  @media (min-width: 1024px) {
    .footer__legal {
      display: flex;
      align-items: center; }
      .footer__legal-left {
        flex-grow: 1; }
      .footer__legal-right {
        flex-shrink: 0; }
    .footer__text {
      padding: 70px 0; }
      .footer__text p {
        font-size: 14px; }
    .footer__footnotes {
      padding: 70px 0 40px; }
      .footer__footnotes p {
        font-size: 14px; } }
  @media (max-width: 1023px) {
    .footer__legal-left {
      margin-bottom: 20px; }
    .footer__text {
      padding: 38px 0; }
      .footer__text p {
        font-size: 14px; }
    .footer__footnotes {
      padding: 50px 0 40px; }
      .footer__footnotes p {
        font-size: 14px; } }
  @media (min-width: 768px) {
    .footer__legal {
      padding: 0 0 45px 0; }
    .footer h3 {
      margin: 50px 0; }
    .footer__block {
      height: 235px;
      float: left; } }
  @media (min-width: 1200px) {
    .footer__block {
      width: calc(33.33333% - 46.66667px);
      margin-left: 70px;
      margin-top: 40px; }
      .footer__block:nth-child(3n + 1) {
        margin-left: 0; }
      .footer__block:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .footer__block {
      width: calc(33.33333% - 26.66667px);
      margin-left: 40px;
      margin-top: 40px; }
      .footer__block:nth-child(3n + 1) {
        margin-left: 0; }
      .footer__block:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer__block {
      width: calc(50% - 35px);
      margin-left: 70px;
      margin-top: 40px; }
      .footer__block:nth-child(2n + 1) {
        margin-left: 0; }
      .footer__block:nth-child(-n + 2) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .footer {
      padding: 40px 0; }
      .footer__legal {
        padding-bottom: 30px; }
      .footer h3 {
        margin: 30px 0 20px 0; }
      .footer__block {
        margin-top: 20px; }
        .footer__block:first-child {
          margin-top: 0; } }


.documents {
  background-image: radial-gradient(circle farthest-corner at 0 0, #1dab4b , #1dab4b );
  background-image: radial-gradient(circle farthest-corner at 0 0, #1dab4b , #1dab4b );	
  color: #fff;
	color: inherit;
  overflow: hidden; }
  .documents h2 {
    text-align: center; }
  .documents__list {
    padding: 0;
    list-style: none;
    width: 960px;
    margin: 0 auto 0 auto;
    z-index: 1; }
  .documents__list-item {
    width: 170px;
    height: 225px;
    color: #fff;
	  color:inherit;
    text-decoration: none;
    transition: opacity 0.33s linear;
    display: block; }
    .documents__list-item[aria-hidden="true"] {
      opacity: 0.1;
      pointer-events: none; }
    .documents__list-item-icon {
      width: 170px;
      height: 170px;
	  width: 95px;
      height: 95px;	
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 50%;
      position: relative;
      background-image: url("assets/art/icon-document.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50px 60px; }
    .documents__list-item p {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400; }
    .documents__list-item .icon-button {
      position: absolute;
      right: 0;
      bottom: 0; }
    .documents__list-item:hover .icon-button {
      background-color: #24d65e; }
  @media (min-width: 768px) {
    .documents {
      padding: 75px 0; } }
  @media (min-width: 1024px) {
    .documents__slider-wrapper {
      position: relative; }
    .documents__arrow {
      display: block;
      width: 25px;
      height: 50px;
      position: absolute;
      background-size: 100% 100%;
      top: 50%;
      margin-top: -25px;
      transition: opacity 0.33s ease-out;
      cursor: pointer;
      z-index: 2; }
      .documents__arrow.slick-disabled {
        opacity: 0.2;
        cursor: default; }
      .documents__arrow--prev {
		background-image: url("assets/art/arrow-left.png");		  
        left: 40px; }
      .documents__arrow--next {
		background-image: url("assets/art/arrow-right.png");  		  
        right: 40px; }
    .documents__list-item {
      margin: 0 35px; } }
  @media (min-width: 1200px) {
    .documents h2 {
      margin-bottom: 45px; }
    .documents p {
      margin-bottom: 55px;
      text-align: center; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .documents h2 {
      margin-bottom: 50px; }
    .documents .container {
      overflow: hidden; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .documents h2 {
      margin-bottom: 75px; }
    .documents .container {
      overflow: hidden; }
    .documents__list {
      width: 660px;
      margin: auto; }
    .documents__list-item {
      float: left;
      margin: 0 25px; }
      .documents__list-item:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .documents {
      padding: 40px 0; }
      .documents h2 {
        margin-bottom: 40px; }
      .documents__list {
        margin: auto;
        width: 80%; }
      .documents .container {
        overflow: hidden; } }

.project {
  width: 100%; }
  .project h2 {
    text-align: center; }
  .project img {
    display: none; 
    display: block; }
  .project .lnkexpand {
    display: none; }
  @media (min-width: 768px) {
    .project {
      padding: 75px 0;
		padding: 0px 0;
	} }
  @media (min-width: 1024px) {
    .project h2 {
      margin-bottom: 60px; }
    .project img {
      display: block;
      float: left;
      margin: 0 30px 15px 0; }
    .project__navigation, .project__bio {
      display: inline-block;
      vertical-align: middle; }
    .project__bio {
      display: none; }
      .project__bio--active {
        display: inline-block; }
    .project__bio-title {
      display: none; }
    .project__navigation {
      list-style: none;
      padding: 0;
      margin: 0;
      border-right: dashed 1px #1dab4b; }
    .project__navigation-item {
      padding: 20px 0;
      text-align: center;
      border-radius: 0px 0px 0px 0px;
      cursor: pointer;
      transition-property: color, background-color;
      transition-duration: 0.33s;
      transition-timing-function: ease-out;
      margin-bottom: 10px; }
	  .project__navigation > :first-child{		  
	    border-radius: 50px 0 0 50px;
	  }
	  .project__navigation > :last-child{
		  border-radius: 0px 50px 50px 0px;
	  }
      .project__navigation-item:hover {
        color: #1dab4b; }
      .project__navigation-item--active {
        background-color: #1dab4b;
        color: #fff;
        cursor: auto;}
        .project__navigation-item--active:hover {
          color: #fff; }
    .project__corporate-container {
      margin-top: 160px; }
      .project__corporate-container h3, .project__corporate-container .info-highlight {
        float: left; }
      .project__corporate-container h3 {
        width: 40%; }
      .project__corporate-container .info-highlight {
        width: 60%; } }
  @media (min-width: 1200px) {
    .project__navigation {
      width: 30%; }
    .project__bio {
      margin-left: 120px;
      width: 50%; }
    .project__corporate-container h3 {
      padding-top: 10px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .project__navigation {
      width: 33%; }
    .project__bio {
      width: 66%;
      padding-left: 40px; }
    .project__corporate-container h3 {
      padding-top: 20px; } }
  @media (max-width: 1023px) {
    .project__navigation {
      display: none; }
    .project__bio-title {
      text-align: center;
      margin-bottom: 30px; }
    .project__bio {
      border-bottom: dashed 1px #1dab4b; }
      .project__bio:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
    .project__corporate-container {
      margin-top: 90px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .project h2 {
      margin-bottom: 45px; }
    .project__bio {
      padding-bottom: 30px;
      margin-bottom: 30px;
      height: 96px;
      overflow: hidden;
      position: relative;
      transition: all 300ms ease; }
      .project__bio .lnkexpand {
        position: absolute;
        width: 80px;
        height: auto;
        right: 0;
        top: 15px;
        display: block;
        color: black; 
		  position:relative;
		  text-align:center;
		  margin-bottom:30px;
	  }
      .project__bio--active {
        height: auto; }
        .project__bio--active .lnkexpand {
          display: block; }
    .project__corporate-container h3 {
      margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .project {
      padding: 40px 0; }
      .project h2 {
        margin-bottom: 30px; }
      .project__bio {
        padding-bottom: 30px;
        margin-bottom: 30px;
        height: 108px;
        overflow: hidden;
        position: relative;
        transition: all 300ms ease; }
        .project__bio .lnkexpand {
          display: block;
          color: black;
          text-align: center;
          margin-top: -29px;
          margin-bottom: 30px;
			margin-top:0;
		}
        .project__bio--active {
          height: auto; }
          .project__bio--active .lnkexpand {
            display: block; }
      .project__corporate-container h3 {
        margin-bottom: 30px; } }


.tab-top {
	width:100%;
}
.tab-top .project__navigation-item {
    padding: 20px;
	display: inline-block;
	border: 1px dashed #1dab4b;
}
.tab-top h4 {
	margin-bottom: 0;
	font-size: 15px;
}

/* rns table css */
table.dataTable {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  border-bottom: 1px dashed #ffffff;
  color: #ffffff; }

table.dataTable td, table.dataTable th {
  padding: 1em 0.25em !important; }

.dataTables_wrapper {
    position: relative;
    background: #3A3A3A;
    margin-top: 30px;
    padding: 0 20px;
}

table.dataTable thead th {
  text-align: left;
  position: relative;
  background-image: none !important;
  border-bottom: 1px dashed #ffffff;
  font-size: 1em;
  font-weight: 300; }

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  margin: 0 0 0 0.5em;
  font-family: FontAwesome;
  color: #65b8d8; }

table.dataTable thead th.sorting:after {
  content: "\f0dc";
  color: #ddd; }

table.dataTable thead th.sorting_asc:after {
  content: "\f0d8"; }

table.dataTable thead th.sorting_desc:after {
  content: "\f0d7"; }

table.dataTable thead th[class*="sorting"]:not(.sorting_disabled) {
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 0.5em;
  color: #50cc33; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "\f056";
  color: #cc3333; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:first-child:before {
  display: none; }

table.dataTable tbody tr:first-of-type td {
  padding: 1.5em 0.25em 1em !important; }

table.dataTable tbody tr:last-of-type td {
  padding: 1em 0.25em 1.5em !important; }

table.dataTable td a {
  color: #ffffff; }

table.dataTable td.child {
  padding: 0 0 1em 0; }

table.dataTable td.child ul {
  margin: 0;
  list-style: none; }

table.dataTable td.child ul li .dtr-title {
  font-weight: bold;
  width: 5em;
  display: inline-block; }
.fa-file-pdf-o:before {
  content: ''!important;
  display: inline-block;
  height: 1.5em;
  width: 2em;
  background-image: url("assets/art/pdf_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
  padding: 0 0.5em; }

.ui-datepicker select, .ui-datepicker-title {
  height: 2em; }

.dataTables_paginate a {
  color: #ffffff;
  font-weight: 300;
  padding: 0 0.25em;
  cursor: pointer; }

.dataTables_paginate span {
  display: inline-block;
  margin: 0 1em; }

.pagination.table_information, .dataTables_paginate {
  margin-top: 2em;
  color: #ffffff; }

.paginate_button:before {
  font-family: FontAwesome;
  margin-right: 20px; }

.paginate_button:after {
  font-family: FontAwesome;
  margin-left: 20px; }

.paginate_button.first:before {
  content: "\f100"; }

.paginate_button.previous:before {
  content: "\f104"; }

.paginate_button.next:after {
  content: "\f105"; }

.paginate_button.last:after {
  content: "\f101"; }

.paginate_button.current, .paginate_button.disabled, .paginate_button.current:hover, .paginate_button.disabled:hover {
  font-weight: 300;
  color: inherit;
  cursor: default;
  opacity: initial; }

.dataTables_paginate span .paginate_button {
  text-decoration: underline; }

.dataTables_paginate span .paginate_button.current {
  text-decoration: none;
  color: #65b8d8; }

a.paginate_button.disabled:hover {
  text-decoration: none; }

a.paginate_button.first, a.paginate_button.last {
  display: none; }

.information.table_information, .dataTables_info {
  display: none; }

.rns-iframe iframe {
	width: 100%;
	border: none;
	text-align:center;
}
.rns-iframe iframe#hm-rns-news {
	height: 1160px;
}
@media (min-width: 601px) {
    .rns-iframe iframe#hm-rns-news {
        height: 1160px;
    }
}
 
@media (max-width: 600px) {
    .rns-iframe iframe#hm-rns-news {
        height: 1560px;
    }
}
.investors__bio .lnkexpand {
    display: none; }
.investors__navigation, .investors__bio {
      display: inline-block;
      vertical-align: middle; }
    .investors__bio {
      display: none;
	  display: block;
	  height: 0;
	  overflow: hidden;}
      .investors__bio--active {
        display: inline-block;
	    height: auto;}
    .investors__bio-title {
      display: none;}
.investors__navigation {
      list-style: none;
      padding: 0;
      margin: 0;
     /* border-right: dashed 1px #1dab4b; */ }
    .investors__navigation-item {
      padding: 20px 0;
      text-align: center;
      border-radius: 0px 0px 0px 0px;
      cursor: pointer;
      transition-property: color, background-color;
      transition-duration: 0.33s;
      transition-timing-function: ease-out;
      margin-bottom: 10px; }
	  .investors__navigation > :first-child{		  
	    border-radius: 50px 0 0 50px;
	  }
	  .investors__navigation > :last-child{
		  border-radius: 0px 50px 50px 0px;
	  }
      .investors__navigation-item:hover {
        color: #1dab4b; }
      .investors__navigation-item--active {
        background-color: #1dab4b !important;
		color: #fff !important;
		cursor: auto !important;}
        .investors__navigation-item--active:hover {
          color: #fff; }
		  
@media (min-width: 1200px) {
    .investors__navigation {
      width: 30%; }
    .investors__bio {
      margin-left: 120px;
      width: 50%; }
    .investors__corporate-container h3 {
      padding-top: 10px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .investors__navigation {
      width: 33%; }
    .investors__bio {
      width: 66%;
      padding-left: 40px; }
    .investors__corporate-container h3 {
      padding-top: 20px; } }
  @media (max-width: 1023px) {
    .investors__navigation {
      display: none; }
    .investors__bio-title {
      text-align: center;
      margin-bottom: 30px; }
    .investors__bio {
      border-bottom: dashed 1px #1dab4b; }
	  .investors-section .investors__bio {
		  border:0;
	  }
      .investors__bio:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
    .investors__corporate-container {
      margin-top: 90px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .project h2 {
      margin-bottom: 45px; }
    .investors__bio {
      padding-bottom: 30px;
      margin-bottom: 30px;
      height: 96px;
      overflow: hidden;
      position: relative;
      transition: all 300ms ease; }
      .investors__bio .lnkexpand {
        position: absolute;
        width: 80px;
        height: auto;
        right: 0;
        top: 15px;
        display: block;
        color: black; }
	   .investors-section .investors__bio {
		  padding:0;
		  margin:0;
		  height:0;
	  }
      .investors__bio--active {
        height: auto !important; }
        .investors__bio--active .lnkexpand {
          display: block; }
	  .investors-section .investors__bio--active .lnkexpand {
          display: none; }
    .investors__corporate-container h3 {
      margin-bottom: 45px; }	  	 
  }
  @media (max-width: 767px) {
    .project {
      padding: 40px 0; }
      .project h2 {
        margin-bottom: 30px; }
      .investors__bio {
        padding-bottom: 30px;
        margin-bottom: 30px;
        height: 108px;
        overflow: hidden;
        position: relative;
        transition: all 300ms ease; }
	   .investors-section .investors__bio {
		  padding:0;
		  margin:0;
		  height:0;
	  }
        .investors__bio .lnkexpand {
          display: block;
          color: black;
          text-align: center;
          margin-top: -29px;
          margin-bottom: 30px; }
        .investors__bio--active {
          height: auto !important; }
          .investors__bio--active .lnkexpand {
            display: block; }
	  .investors-section .investors__bio--active .lnkexpand {
          display: none; }
      .investors__corporate-container h3 {
        margin-bottom: 30px; } }


.tab-top {
	width:100%;
}
.tab-top .investors__navigation-item {            
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    background-color: transparent;
    color: #1dab4b;
    border: 1px solid #1dab4b;
    height: 40px;
    border-radius: 20px;
    font-size: 11px;
    line-height: 12px;
    padding: 14px 24px;
    display: inline-block;
    transition: background-color 0.33s ease-out;
    cursor: pointer;
}		  
.tab-100 {
	width: 100%;
	margin-left: 0;
}
.yl-loader {
	display:none !important;
}
#mc_embed_signup h2 {display:none;}

