/* **************** COLOR GROUPS **************** */
/* **************** COLOR GROUPS **************** */
small {
  font-family: "acumin-pro";
  font-weight: bold;
  font-style: normal;
  color: #616162;
  font-size: 12px;
  line-height: normal;
  font-weight: 700;
  margin-top: 30px;
  display: block; }

/* HOMEPAGE IMAGES */
body #hero {
  background-image: url(../../../../_resources/banners/hero_home.jpg); }

section#projects .container .project:nth-of-type(1) .image {
  background-image: url(../../../../_resources/images/project1.jpg); }

section#projects .container .project:nth-of-type(2) .image {
  background-image: url(../../../../_resources/images/project2.jpg); }

@media screen and (max-width: 1024px) {
  #hero {
    background-image: url(../../../../_resources/banners/hero-mobile.jpg); } }

/* INNERPAGE BANNER IMAGES */
body.cat-about #hero {
  background-image: url(../../../../_resources/banners/innerpage_about.jpg); }

body.cat-projects #hero {
  background-image: url(../../../../_resources/banners/innerpage_projects.jpg); }

body.cat-investors #hero {
  background-image: url(../../../../_resources/banners/innerpage_investors.jpg); }

body.cat-news-releases #hero {
  background-image: url(../../../../_resources/banners/innerpage_news.jpg); }

body.cat-contact #hero {
  background-image: url(../../../../_resources/banners/innerpage_contact.jpg); }

/* BASE */
*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  overflow-x: hidden; }

body {
  font-family: "acumin-pro";
  font-weight: 400;
  font-style: normal;
  color: #616162;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #FFF;
  font-weight: 400;
  color: #616162; }

section, header, footer {
  display: block;
  width: 100%; }

h1 {
  font-family: "acumin-pro-condensed";
  font-weight: bold;
  font-style: normal;
  color: #414141;
  font-size: 80px;
  line-height: 90px;
  margin-top: 0;
  font-weight: 700; }

h2 {
  font-family: "acumin-pro-condensed";
  font-weight: 600;
  font-style: normal;
  color: #414141;
  font-size: 36px;
  line-height: 50px;
  margin-top: 0;
  font-weight: 600; }

h3 {
  font-family: "acumin-pro-condensed";
  font-weight: bold;
  font-style: normal;
  color: #6f8f9d;
  font-size: 26px;
  line-height: normal;
  margin-top: 0;
  font-weight: 700; }

h4 {
  font-family: "acumin-pro-condensed";
  font-weight: bold;
  font-style: normal;
  color: #6f8f9d;
  font-size: 20px;
  line-height: normal;
  margin-top: 0;
  font-weight: 700; }

input[type=text], input[type='email'], input[type='search'], textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0; }

input[type=submit] {
  cursor: pointer;
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out; }

input[type=text] {
  font-family: "acumin-pro";
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  line-height: normal;
  background: transparent;
  border: 1px #616162 dashed;
  padding: 10px 30px;
  margin: 0 25px 0 0; }
  input[type=text]::-webkit-input-placeholder {
    color: rgba(97, 97, 98, 0.75); }

select::-ms-expand {
  display: none; }

a {
  text-decoration: none;
  color: #6f8f9d;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

strong, b {
  font-weight: 700; }

img {
  max-width: 100%; }

.container {
  max-width: 1500px;
  /*margin: 0 auto;*/
  position: relative;
  padding-left: 40px;
  padding-right: 40px; }

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.button, button {
  margin-top: 10px;
  font-family: "acumin-pro-condensed";
  font-weight: bold;
  font-style: normal;
  color: #616162;
  font-size: 15px;
  line-height: normal;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid #c89125;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.8px; }
  .button:hover, button:hover {
    color: #ffffff;
    background-color: #c89125; }

/* UTILITY */
.white {
  color: #FFF; }

.clear {
  clear: both; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.caption {
  font-family: "acumin-pro";
  font-weight: bold;
  font-style: normal;
  color: #616162;
  font-size: 12px;
  line-height: normal;
  font-weight: 700;
  font-weight: 400; }

.small-caption {
  font-family: "acumin-pro";
  font-weight: bold;
  font-style: normal;
  color: #616162;
  font-size: 12px;
  line-height: normal;
  font-weight: 700; }

div.overflow {
  width: 100%;
  overflow-x: auto; }

p.instruction i {
  margin-left: 15px; }

/* HERO IMAGE / SLIDER */
#hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  background-image: url(../../../../_resources/banners/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 645px;
  width: 100%;
  z-index: 5; }
  #hero .text {
    position: relative;
    width: 100%; }
    #hero .text > * {
      max-width: 775px; }
    #hero .text h1 {
      font-family: "acumin-pro-condensed";
      font-weight: bold;
      font-style: normal;
      color: #FFF;
      font-size: 80px;
      line-height: 90px;
      margin-top: 0;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 30px; }
    #hero .text h3 {
      color: #FFF;
      margin-top: 0; }
    #hero .text hr {
      width: 40px;
      height: 4px;
      border: none;
      border-top: 4px solid #000;
      margin: 0 0 30px 0; }

/* MODAL - GENERAL */
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.95);
  width: 100%;
  height: 100%;
  z-index: 1000;
  color: #FFF;
  display: none; }
  .popup-container .content {
    max-width: 770px;
    padding: 0px 15px 0px 15px;
    margin: 300px auto 0px auto; }
  .popup-container .close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 30px;
    line-height: 30px; }
  .popup-container form.signup .textbox {
    float: none !important;
    width: 100% !important; }
    .popup-container form.signup .textbox input {
      padding: 0px !important; }
  .popup-container .error-tooltip {
    top: -50px !important; }
  .popup-container input {
    width: 100%; }

/* SEARCH MODAL */
#search-popup .searchsubmit {
  position: absolute;
  height: 0px;
  width: 0px;
  border: none;
  padding: 0px;
  visibility: hidden; }

#search-popup .s {
  background-color: transparent;
  border: 0px;
  font-size: 50px;
  color: #ffffff;
  font-family: "acumin-pro"; }
  #search-popup .s:focus {
    outline: 0; }
  #search-popup .s::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  #search-popup .s:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  #search-popup .s::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  #search-popup .s:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }

#search-popup fieldset {
  padding: 0px;
  border: 0px; }

/* MEDIA QUERIES */
@media (max-width: 1580px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%; } }

@media (max-width: 1024px) {
  #hero {
    height: 530px;
    padding-top: 70px; }
    #hero .text {
      padding: 0 15px;
      width: 100%; }
  .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; } }

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  #hero .text {
    padding: 0 15px; }
    #hero .text h1 {
      font-family: "acumin-pro-condensed";
      font-weight: bold;
      font-style: normal;
      color: #414141;
      font-size: 43px;
      line-height: 50px;
      font-weight: 700;
      color: #FFF; }
  .recaptcha {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  #search-popup .s {
    font-size: 20px; } }

header.desktop .top {
  font-family: "acumin-pro";
  font-weight: bold;
  font-style: normal;
  color: #616162;
  font-size: 12px;
  line-height: normal;
  font-weight: 700;
  background-color: #6f8f9d;
  color: #ffffff;
  font-weight: normal; }
  header.desktop .top > a {
    color: #ffffff; }
  header.desktop .top:hover .container {
    opacity: 0.7;
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms; }
  header.desktop .top .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
    padding: 10px 40px;
    max-width: 100%; }
    header.desktop .top .container > * {
      padding: 0;
      /*border-right:1px solid $group6-color;*/
      line-height: 100%; }
      header.desktop .top .container > *:last-of-type {
        border-right: none;
        padding-right: 0; }
      header.desktop .top .container > * > span {
        color: #616162 !important;
        font-weight: 700;
        padding: 0 2px;
        background-color: #ffffff !important; }
        header.desktop .top .container > * > span.up {
          background-color: #ffffff; }
        header.desktop .top .container > * > span.down {
          background-color: #ffffff; }
      header.desktop .top .container > * i {
        margin-left: 6px; }
        header.desktop .top .container > * i.fa-chevron-up {
          color: #ffffff; }
        header.desktop .top .container > * i.fa-chevron-down {
          color: #ffffff; }

header.desktop .bottom .container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 40px;
  max-width: 100%; }
  header.desktop .bottom .container .logo {
    padding: 0 20px 0 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    header.desktop .bottom .container .logo:hover {
      opacity: 0.5; }
    header.desktop .bottom .container .logo img {
      max-height: 68px; }
  header.desktop .bottom .container nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  header.desktop .bottom .container nav > ul > li {
    display: inline-block;
    padding: 0;
    position: relative; }
    header.desktop .bottom .container nav > ul > li a {
      font-family: "acumin-pro";
      font-weight: bold;
      font-style: normal;
      color: #616162;
      font-size: 18px;
      line-height: 29px;
      display: block;
      padding: 10px 20px;
      position: relative;
      z-index: 10; }
      header.desktop .bottom .container nav > ul > li a:hover {
        opacity: 0.5; }
    header.desktop .bottom .container nav > ul > li:hover > ul {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition-delay: 0s, 0s, 0.3s;
      -moz-transition-delay: 0s, 0s, 0.3s;
      transition-delay: 0s, 0s, 0.3s; }
    header.desktop .bottom .container nav > ul > li > ul {
      opacity: 0;
      visibility: hidden;
      background: #FFF;
      min-width: 300px;
      left: -35px;
      padding: 25px 55px;
      position: absolute;
      top: 100%;
      z-index: 9;
      -webkit-transition: visibility 0s linear 0.1s, opacity 0.3s linear;
      -moz-transition: visibility 0s linear 0.1s, opacity 0.3s linear;
      transition: visibility 0s linear 0.1s, opacity 0.3s linear; }
      header.desktop .bottom .container nav > ul > li > ul li:last-of-type {
        border-bottom: none; }
      header.desktop .bottom .container nav > ul > li > ul li a {
        color: #616162;
        display: block;
        padding: 13px 0px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        line-height: 18px; }
        header.desktop .bottom .container nav > ul > li > ul li a:hover {
          opacity: 0.5; }
      header.desktop .bottom .container nav > ul > li > ul li ul li {
        border-bottom: none; }
        header.desktop .bottom .container nav > ul > li > ul li ul li a {
          padding: 7px 20px;
          font-weight: 400; }
        header.desktop .bottom .container nav > ul > li > ul li ul li:last-of-type a {
          padding-bottom: 13px; }
      header.desktop .bottom .container nav > ul > li > ul li.has-children > a {
        padding-bottom: 7px; }
  header.desktop .bottom .container .search {
    margin-left: auto;
    font-size: 15px;
    font-weight: 700; }
    header.desktop .bottom .container .search a {
      color: #616162;
      font-size: 18px; }
    header.desktop .bottom .container .search i {
      margin-left: 10px;
      color: #c89125; }
    header.desktop .bottom .container .search a:hover {
      opacity: 0.5; }

header.desktop .container div div span {
  color: #616162;
  background-color: #FFF;
  padding: 0 2px; }

header.mobile {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10; }
  header.mobile > .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 15px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF; }
    header.mobile > .top .hamburger {
      width: 33px;
      cursor: pointer;
      overflow: hidden; }
      header.mobile > .top .hamburger span {
        width: 100%;
        height: 4px;
        background-color: #6f8f9d;
        border-radius: 3px;
        margin-bottom: 7px;
        display: block;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        header.mobile > .top .hamburger span:last-of-type {
          margin-bottom: 0; }
  header.mobile nav {
    display: none;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #6f8f9d; }
    header.mobile nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    header.mobile nav > ul {
      margin: 20px 0; }
      header.mobile nav > ul > li {
        position: relative; }
        header.mobile nav > ul > li a {
          font-family: "acumin-pro";
          font-weight: bold;
          font-style: normal;
          color: #616162;
          font-size: 18px;
          line-height: 29px;
          color: #FFF;
          display: block;
          margin: 0 20px;
          padding: 12px 0;
          position: relative;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        header.mobile nav > ul > li > ul {
          display: none;
          padding-left: 20px;
          background-color: #FFF;
          background-color: rgba(255, 255, 255, 0.3); }
          header.mobile nav > ul > li > ul > li:last-of-type a {
            border-bottom: none; }
          header.mobile nav > ul > li > ul a {
            display: block;
            padding: 13px 0px;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            line-height: 18px; }
          header.mobile nav > ul > li > ul ul li {
            border-bottom: none; }
            header.mobile nav > ul > li > ul ul li a {
              padding: 7px 20px;
              font-weight: 400; }
            header.mobile nav > ul > li > ul ul li:last-of-type a {
              padding-bottom: 13px; }
          header.mobile nav > ul > li > ul.has-children > a {
            padding-bottom: 7px; }
        header.mobile nav > ul > li.has-children > a:after {
          content: "+";
          right: 0;
          top: 12px;
          position: absolute; }
        header.mobile nav > ul > li.has-children.active > a {
          border-bottom: none; }
          header.mobile nav > ul > li.has-children.active > a:after {
            content: "-";
            font-size: 18px; }
        header.mobile nav > ul > li:last-of-type a {
          border-bottom: none; }
    header.mobile nav .search {
      margin: 0px 20px; }
      header.mobile nav .search a {
        color: #FFF;
        margin: 0px; }
    header.mobile nav .stock {
      color: #FFF;
      font-size: 14px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 20px 0 0;
      padding: 20px 0 0;
      border-top: 1px solid rgba(255, 255, 255, 0.5); }
      header.mobile nav .stock div > span {
        color: #6f8f9d;
        font-weight: 700;
        padding: 0 2px; }
        header.mobile nav .stock div > span.up {
          background-color: #FFF; }
        header.mobile nav .stock div > span.down {
          background-color: #FFF; }
      header.mobile nav .stock div i {
        margin-left: 6px; }
        header.mobile nav .stock div i.fa-chevron-up {
          color: #6f8f9d; }
        header.mobile nav .stock div i.fa-chevron-down {
          color: #6f8f9d; }
  header.mobile.open .hamburger span:nth-child(1) {
    margin-left: 50px; }
  header.mobile.open .hamburger span:nth-child(2) {
    -webkit-transform: translate(0px, 0px) rotate(45deg);
    -moz-transform: translate(0px, 0px) rotate(45deg);
    -ms-transform: translate(0px, 0px) rotate(45deg);
    transform: translate(0px, 0px) rotate(45deg);
    border-radius: 2px; }
  header.mobile.open .hamburger span:nth-child(3) {
    -webkit-transform: translate(0px, -11px) rotate(-45deg);
    -moz-transform: translate(0px, -11px) rotate(-45deg);
    -ms-transform: translate(0px, -11px) rotate(-45deg);
    transform: translate(0px, -11px) rotate(-45deg);
    border-radius: 2px; }

header.mobile .container div div span {
  color: #616162;
  background-color: #FFF;
  padding: 0 2px; }

/* MEDIA QUERIES */
@media (max-width: 1580px) {
  header.desktop .bottom .container {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%; } }

@media screen and (max-width: 1024px) {
  header.desktop {
    display: none !important; }
  header.mobile {
    display: block !important; } }

@media screen and (max-width: 400px) {
  header.mobile nav .stock {
    font-size: 10px; } }

/* EMAIL SIGNUP */
.signup-container {
  padding: 35px 0;
  background-color: #FFF;
  color: #000; }
  .signup-container h2 {
    display: inline-block;
    margin: 0;
    line-height: 35px;
    min-width: 500px;
    margin-right: 80px;
    color: #414141; }
  .signup-container .input-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .signup-container .input-fields button {
      font-family: "acumin-pro-condensed";
      font-weight: bold;
      font-style: normal;
      color: #616162;
      font-size: 15px;
      line-height: normal;
      background-color: #ffffff;
      text-align: center;
      padding: 10px 30px;
      border: 1px solid #c89125;
      display: inline-block;
      cursor: pointer;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: 0.8px;
      margin-top: 0px;
      color: #616162;
      background-color: #FFF;
      border-color: #c89125;
      white-space: nowrap; }
      .signup-container .input-fields button:hover {
        color: #ffffff;
        background-color: #c89125; }
      .signup-container .input-fields button i {
        margin-left: 10px; }
      .signup-container .input-fields button:hover {
        color: #FFF;
        background-color: #c89125; }
    .signup-container .input-fields > div {
      position: relative; }
      .signup-container .input-fields > div.success:after {
        content: '\f00c';
        color: #39b54a;
        font-family: 'FontAwesome';
        font-size: 18px;
        top: 8px;
        position: absolute;
        right: 30px; }
      .signup-container .input-fields > div.error:after {
        content: '\f00d';
        color: #730c00;
        font-family: 'FontAwesome';
        font-size: 18px;
        top: 7px;
        position: absolute;
        right: 30px; }
    .signup-container .input-fields input:-webkit-autofill,
    .signup-container .input-fields input:-webkit-autofill:hover,
    .signup-container .input-fields input:-webkit-autofill:focus,
    .signup-container .input-fields input:-webkit-autofill:active {
      -webkit-transition: background-color 5000s ease-in-out 0s;
      -moz-transition: background-color 5000s ease-in-out 0s;
      transition: background-color 5000s ease-in-out 0s;
      -webkit-text-fill-color: #616162 !important; }
  .signup-container .recaptcha {
    opacity: 0;
    height: 0px;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;
    margin-top: 5px; }
  .signup-container .recaptcha.show {
    opacity: 1;
    height: 78px;
    position: relative; }

input[type=text] {
  color: #616162; }

@media screen and (max-width: 1500px) {
  .signup-container h2 {
    min-width: 100px; } }

@media screen and (max-width: 1024px) {
  .signup-container {
    padding: 40px 0;
    width: 100%; }
    .signup-container .container {
      display: block; }
    .signup-container h2 {
      margin-right: 0;
      margin-bottom: 25px; }
    .signup-container .input-fields {
      display: block; }
      .signup-container .input-fields > div {
        width: 100%; }
        .signup-container .input-fields > div input {
          margin-right: 0;
          margin-bottom: 12px;
          width: 100%; }
      .signup-container .input-fields button {
        margin-left: auto;
        margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .signup-container .container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

/* FOOTER */
footer {
  -webkit-transition: all 0.50s ease-in-out;
  -moz-transition: all 0.50s ease-in-out;
  transition: all 0.50s ease-in-out;
  font-family: "acumin-pro";
  font-weight: 400;
  font-style: normal;
  color: #898989;
  font-size: 18px;
  line-height: 26px;
  padding-top: 80px;
  background-color: #6f8f9d; }
  footer .container a {
    color: #898989; }
    footer .container a:hover {
      opacity: 0.5; }
  footer .container .logo {
    width: 200px;
    margin-right: 50px; }
    footer .container .logo a:hover {
      opacity: 0.5; }
    footer .container .logo img {
      max-width: none;
      max-height: 30px; }
  footer .container .about {
    max-width: 675px;
    margin-right: 100px; }
  footer .container h4 {
    color: #ffffff;
    margin-top: 0; }
  footer .container p {
    color: #ffffff; }
    footer .container p a {
      color: #ffffff; }
      footer .container p a:hover {
        -webkit-transition: all ease-in-out 250ms;
        -moz-transition: all ease-in-out 250ms;
        transition: all ease-in-out 250ms;
        opacity: 0.7; }
  footer .container.bottom {
    padding: 25px 40px;
    max-width: 100%; }
    footer .container.bottom > div {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
    footer .container.bottom a {
      color: #ffffff; }
      footer .container.bottom a:hover {
        opacity: 0.75; }
    footer .container.bottom .blender {
      text-align: right; }
      footer .container.bottom .blender a strong {
        font-family: "acumin-pro";
        color: #FFF; }
    footer .container.bottom .copyright span {
      color: #ffffff; }
  footer .container .contact {
    white-space: nowrap; }
  footer hr {
    height: 1px;
    border: none;
    color: #FFF;
    background-color: #FFF;
    margin-top: 30px; }

#width-check {
  z-index: 0;
  position: relative; }

/* MEDIA QUERIES */
@media screen and (max-width: 1280px) {
  footer .container .about {
    max-width: none; } }

@media screen and (max-width: 1024px) {
  #width-check {
    z-index: 1 !important; }
  footer .container.bottom {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 50px; }
    footer .container {
      display: block; }
      footer .container .logo {
        display: none; }
      footer .container .about {
        margin-right: 0;
        margin-bottom: 40px; }
      footer .container.bottom > div {
        text-align: center !important; } }

.container {
  position: relative; }

/* HERO */
#hero .text h1 {
  margin-bottom: 20px; }

.signup-container .container {
  max-width: 100%;
  padding: 0 40px; }

/* ABOUT */
section#about {
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  section#about .container {
    max-width: 100%;
    padding: 0; }
    section#about .container > div {
      /*flex-basis:calc(33.33% - 0.666px - 50px);*/
      -webkit-flex-basis: calc(33.33% - 0.666px);
      -ms-flex-preferred-size: calc(33.33% - 0.666px);
      flex-basis: -moz-calc(33.33% - 0.666px);
      flex-basis: calc(33.33% - 0.666px);
      border-right: 1px solid #000;
      padding: 50px 40px 100px 40px;
      position: relative; }
      section#about .container > div h2 {
        margin-top: 0;
        line-height: 42px; }
      section#about .container > div .bottom {
        position: absolute;
        bottom: 50px; }
    section#about .container .stock-info {
      padding: 50px 40px 120px 40px; }
      section#about .container .stock-info .symbols {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px; }
        section#about .container .stock-info .symbols > * {
          margin-bottom: 0;
          cursor: pointer;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          section#about .container .stock-info .symbols > *:hover {
            opacity: 0.5; }
          section#about .container .stock-info .symbols > *:not(.selected) {
            opacity: 0.5; }
          section#about .container .stock-info .symbols > *:first-of-type {
            padding-right: 40px; }
        section#about .container .stock-info .symbols h2 a {
          color: #414141; }
      section#about .container .stock-info .info {
        display: none;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly; }
        section#about .container .stock-info .info.selected {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
        section#about .container .stock-info .info > * {
          -webkit-flex-basis: calc(50% - 10px);
          -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: -moz-calc(50% - 10px);
          flex-basis: calc(50% - 10px);
          padding-right: 15px; }
          section#about .container .stock-info .info > *:last-of-type {
            padding-right: 0; }
        section#about .container .stock-info .info .value {
          font-family: "acumin-pro-condensed";
          font-weight: bold;
          font-style: normal;
          color: #6f8f9d;
          font-size: 26px;
          line-height: normal;
          margin-top: 0;
          font-weight: 700;
          white-space: nowrap; }
          section#about .container .stock-info .info .value > span {
            color: #6f8f9d;
            display: inline-block;
            font-weight: 700;
            padding: 0 2px;
            line-height: 24px; }
            section#about .container .stock-info .info .value > span.up {
              background-color: #f2f2f2; }
            section#about .container .stock-info .info .value > span.down {
              background-color: #f2f2f2; }
          section#about .container .stock-info .info .value i {
            margin-left: 2px;
            font-size: 20px;
            position: relative;
            top: -5px; }
            section#about .container .stock-info .info .value i.fa-chevron-up {
              color: #6f8f9d; }
            section#about .container .stock-info .info .value i.fa-chevron-down {
              color: #6f8f9d; }
        section#about .container .stock-info .info label {
          font-family: "acumin-pro";
          font-weight: bold;
          font-style: normal;
          color: #616162;
          font-size: 12px;
          line-height: normal;
          font-weight: 700;
          display: block;
          text-transform: uppercase; }
      section#about .container .stock-info .last-updated {
        padding-top: 30px;
        color: #7c7c7c; }
      section#about .container .stock-info .bottom {
        /*border-top:1px dashed $black;*/
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
        font-weight: 500;
        padding-top: 20px;
        line-height: 22px; }
        section#about .container .stock-info .bottom .flex-container {
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          section#about .container .stock-info .bottom .flex-container:hover {
            opacity: 0.5; }
          section#about .container .stock-info .bottom .flex-container strong {
            font-family: "acumin-pro-condensed";
            font-weight: bold;
            font-style: normal;
            color: #6f8f9d;
            font-size: 20px;
            line-height: normal;
            margin-top: 0;
            font-weight: 700; }
          section#about .container .stock-info .bottom .flex-container .fas {
            color: #6f8f9d;
            font-size: 36px;
            margin-right: 25px; }
          section#about .container .stock-info .bottom .flex-container span.dl-link {
            color: #616162; }
    section#about .container .about {
      -webkit-flex-basis: calc(33.33% - 0.666px);
      -ms-flex-preferred-size: calc(33.33% - 0.666px);
      flex-basis: -moz-calc(33.33% - 0.666px);
      flex-basis: calc(33.33% - 0.666px); }
    section#about .container .news {
      padding-bottom: 120px;
      border-right: none;
      padding-right: 40px; }
      section#about .container .news .news-item {
        display: block;
        padding: 13px 0px 22px 0;
        border-top: 1px dashed #000; }
        section#about .container .news .news-item .date {
          display: block;
          font-family: "acumin-pro";
          font-weight: bold;
          font-style: normal;
          color: #616162;
          font-size: 12px;
          line-height: normal;
          font-weight: 700;
          margin-bottom: 5px;
          text-transform: uppercase; }
        section#about .container .news .news-item .title {
          display: block;
          font-family: "acumin-pro-condensed";
          font-weight: bold;
          font-style: normal;
          color: #6f8f9d;
          font-size: 20px;
          line-height: normal;
          margin-top: 0;
          font-weight: 700;
          overflow: hidden;
          position: relative;
          line-height: 1.2em;
          max-height: 2.4em;
          margin-right: -1em;
          padding-right: 1em; }
          section#about .container .news .news-item .title:before {
            content: '...';
            position: absolute;
            right: 0;
            bottom: 0; }
          section#about .container .news .news-item .title:after {
            content: '';
            position: absolute;
            right: 0;
            width: 1em;
            height: 1em;
            margin-top: 0.2em;
            background: #FFF; }
        section#about .container .news .news-item .pdf {
          display: none; }
        section#about .container .news .news-item:first-of-type {
          border-top: none; }
        section#about .container .news .news-item:hover {
          opacity: 0.5; }

.downloads-container {
  border-top: 1px dashed #000;
  width: -moz-calc(100% - 0px);
  width: calc(100% - 0px);
  font-weight: 500;
  padding-top: 25px;
  line-height: 22px;
  margin-top: 45px; }
  .downloads-container:before {
    content: "";
    border-top: 1px dashed #000;
    position: absolute;
    top: 292px;
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px); }
  .downloads-container div .flex-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .downloads-container div .flex-container:hover {
      opacity: 0.5; }
    .downloads-container div .flex-container strong {
      font-family: "acumin-pro-condensed";
      font-weight: bold;
      font-style: normal;
      color: #6f8f9d;
      font-size: 20px;
      line-height: normal;
      margin-top: 0;
      font-weight: 700; }
    .downloads-container div .flex-container .fas {
      color: #6f8f9d;
      font-size: 36px;
      margin-right: 25px; }
    .downloads-container div .flex-container span.dl-link {
      color: #616162; }

.downloads-container div {
  margin-bottom: 15px; }

/*.downloads-container div:first-of-type {
  margin-bottom: 15px; }*/

@media screen and (max-width: 1024px) {
  .downloads-container:before {
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px); } }

@media screen and (max-width: 767px) {
  .downloads-container:before {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    top: 282px; } }

@media screen and (max-width: 500px) {
  .downloads-container:before {
    top: 328px; } }

section#about .container .news .news-releases a:hover {
  opacity: 1; }

section#about .container .news .news-releases a:hover span.title {
  color: #c89125;
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

/* PROJECTS */
section#projects {
  position: relative;
  margin: 0 auto;
  /*max-width:$outer-container-width;*/
  /*#map-image img {margin-top: -69px; position: relative; z-index: -1;}*/ }
  section#projects .container {
    /*max-width: $outer-container-width;*/
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    section#projects .container .project {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      section#projects .container .project > * {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
      section#projects .container .project .image {
        background-repeat: no-repeat;
        background-size: cover; }
      section#projects .container .project .info {
        padding: 60px 40px; }
        section#projects .container .project .info h2 {
          margin: 0 0 40px 0; }
        section#projects .container .project .info .summary {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
          section#projects .container .project .info .summary > * {
            -webkit-flex-basis: calc(33.33% - 26px);
            -ms-flex-preferred-size: calc(33.33% - 26px);
            flex-basis: -moz-calc(33.33% - 26px);
            flex-basis: calc(33.33% - 26px);
            margin: 0 40px 0 0; }
            section#projects .container .project .info .summary > *:last-of-type {
              margin-right: 0; }
          section#projects .container .project .info .summary h5 {
            font-family: "acumin-pro";
            font-weight: bold;
            font-style: normal;
            color: #616162;
            font-size: 12px;
            line-height: normal;
            font-weight: 700;
            text-transform: uppercase;
            padding: 5px 10px;
            background-color: #EBEBEB;
            margin: 0 0 5px 0; }
        section#projects .container .project .info .button {
          margin-top: 20px; }
      section#projects .container .project:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        section#projects .container .project:nth-of-type(even) .info {
          padding-left: 50px; }
  section#projects .map-content {
    -webkit-flex-basis: calc(100% - 700px);
    -ms-flex-preferred-size: calc(100% - 700px);
    flex-basis: -moz-calc(100% - 700px);
    flex-basis: calc(100% - 700px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  section#projects #map-header {
    -webkit-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    font-family: "acumin-pro-condensed";
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #414141;
    position: relative;
    left: 25px;
    top: 10px; }
  section#projects .project-map {
    width: 100%;
    height: auto;
    max-height: 700px;
    background-color: rgba(111, 143, 157, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  section#projects .project-map {
    background-image: url(../../../../_resources/images/map.svg);
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-position: 0 50%;
    height: 685px; }
  section#projects #map-info-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  section#projects #map-info {
    width: 100%;
    max-width: 584px;
    height: 605px;
    background-color: #FFF;
    position: relative; }
  section#projects .map-text {
    padding: 0 70px; }
  section#projects .map-text div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  section#projects .map-text div p:nth-of-type(1) {
    padding-right: 20px; }
  section#projects .map-text p span .fas {
    font-size: 36px;
    color: #c89125; }
  section#projects .map-text p span .fas:hover {
    -webkit-transition: all ease-in-out 250ms;
    -moz-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    opacity: 0.7;
    cursor: pointer; }
  section#projects li.map-title {
    font-size: 36px;
    color: #6f8f9d;
    opacity: 0.5;
    height: 60px;
    font-family: "acumin-pro-condensed";
    font-weight: 600;
    font-style: normal; }
  section#projects li.map-title.active {
    opacity: 1; }
  section#projects li.map-title.active::before {
    content: ' ';
    display: block;
    border: 0;
    background-color: #c89125;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 35px; }
  section#projects .map-markers {
    width: 100%;
    height: 685px;
    position: relative;
    -webkit-flex-basis: 550px;
    -ms-flex-preferred-size: 550px;
    flex-basis: 550px; }
  section#projects #diablillos-marker, section#projects #arcas-marker, section#projects #cerro-marker, section#projects #aguas-marker {
    width: 100%;
    height: 100%; }
  section#projects .map-markers > div {
    display: none; }
  section#projects .map-markers > div.open {
    display: block; }
  section#projects #diablillos-marker img {
    position: absolute;
    bottom: 83%;
    left: 270px; }
  section#projects #arcas-marker img {
    position: absolute;
    bottom: 89%;
    left: 225px; }
  section#projects #cerro-marker img {
    position: absolute;
    bottom: 55.2%;
    left: 205px; }
  section#projects #aguas-marker img {
    position: absolute;
    bottom: 30%;
    left: 205px; }

@media screen and (max-width: 1460px) {
  section#projects li.map-title {
    font-size: 33px; } }

@media screen and (max-width: 1390px) {
  section#projects li.map-title {
    font-size: 30px; } }

@media screen and (max-width: 1100px) {
  section#projects li.map-title {
    font-size: 25px; } }

/* MAP TABS */
.tabs {
  background-color: #ffffff;
  width: 100%;
  max-width: 584px;
  padding: 40px 0; }

.tabs > ul {
  list-style: none;
  margin: 0px;
  padding: 0px !important;
  max-width: 100% !important;
  position: relative;
  z-index: 1000; }

.tabs > ul li {
  float: left;
  font-family: "adelle-sans", sans-serif;
  font-size: 20px;
  /*line-height: 25px;*/
  height: 60px;
  font-weight: 700;
  padding: 20px 70px;
  /*text-align: center;*/
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 50%; }

.tabs > ul li.active, .tabs > ul li:hover {
  /*background-color: #B52E2E;*/
  /*color: #ffffff;*/
  position: relative; }

/*.tabs > ul li.active::after {
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #B52E2E;
        position: absolute;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%); }*/
.tabs > ul li::before {
  content: '' !important; }

.tabs > ul li ul.sub-tabs {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px !important;
  z-index: 1000; }

.tabs > ul li ul.sub-tabs li {
  background-color: rgba(34, 34, 34, 0.1);
  width: 100% !important;
  padding: 15px; }

.tabs > ul li ul.sub-tabs li:hover, .tabs > ul li ul.sub-tabs li.active {
  background-color: #B52E2E; }

.tabs > ul li ul.sub-tabs li::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #ffffff;
  z-index: -1;
  border: none !important; }

.tabs > ul li ul.sub-tabs li::before {
  display: none !important; }

.tabs > ul li.has-sub {
  background-color: rgba(34, 34, 34, 0.1); }

.tabs > ul li.has-sub.active {
  color: rgba(0, 0, 0, 0.6667); }

.tabs > ul li.has-sub::after {
  border-top: 10px solid rgba(34, 34, 34, 0.1); }

.tabs > ul li.has-sub:hover {
  background-color: rgba(34, 34, 34, 0.1);
  color: rgba(0, 0, 0, 0.6667); }

.tabs > ul li.has-sub:hover ul.sub-tabs {
  display: block; }

.tabs > ul li:nth-last-child(-n+5):first-child, .tabs > ul li:nth-last-child(-n+5):first-child ~ li {
  width: 100%; }

.tabs > ul li:nth-last-child(-n+4):first-child, .tabs > ul li:nth-last-child(-n+4):first-child ~ li {
  width: 100%; }

.tabs > ul li:nth-last-child(-n+3):first-child, .tabs > ul li:nth-last-child(-n+3):first-child ~ li {
  width: 100%; }

.tabs > ul li:nth-last-child(-n+2):first-child, .tabs > ul li:nth-last-child(-n+2):first-child ~ li {
  width: 100%; }

.tabs .wrapper {
  clear: both; }

.tabs .wrapper .hold {
  display: none; }

.tabs .wrapper .hold.active {
  display: block; }

.tabs .wrapper .hold .tab-content {
  background-color: #ffffff;
  padding: 60px 25px; }

/* MISCELLANEOUS */
.edge-autofilled {
  background-color: transparent !important; }

/* MEDIA QUERIES */
@media (max-width: 1580px) {
  section#projects {
    height: auto !important; }
    section#projects .container {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (max-width: 1024px) {
  #hero .text h1 {
    margin-bottom: 30px; }
  section#about .container {
    display: block;
    padding-left: 0;
    padding-right: 0; }
    section#about .container > div {
      padding-bottom: 50px; }
      section#about .container > div.stock-info {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: 50px;
        padding-bottom: 50px;
        border-right: none; }
        section#about .container > div.stock-info .bottom {
          width: 100%;
          position: relative;
          margin-top: 50px;
          bottom: initial; }
      section#about .container > div.about {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        border-top: 1px solid #000;
        border-right: none;
        padding-right: 50px; }
      section#about .container > div.news {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        border-top: 1px solid #000;
        padding-left: 50px;
        padding-right: 50px; }
      section#about .container > div .bottom {
        position: relative;
        bottom: inherit;
        width: 100% !important; }
    section#about .container .news .news-item .title:before {
      right: 6px; }
  section#projects .container .project {
    display: block; }
    section#projects .container .project .image {
      min-height: 350px; } }

@media screen and (max-width: 1050px) {
  section#projects .project-map {
    display: none; } }

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%; }
  section#about > .container > div {
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    border-right: none;
    padding: 40px 15px !important;
    border-top: 1px solid #000; }
    section#about > .container > div:first-of-type {
      border-top: none; }
    section#about > .container > div.stock-info h2:first-of-type {
      margin-bottom: 0px; }
    section#about > .container > div.stock-info .symbols {
      display: block; }
    section#about > .container > div.stock-info .bottom {
      margin-top: 40px; }
  section#projects .container .project .info {
    padding: 40px 15px !important; }
    section#projects .container .project .info .summary {
      display: block; }
      section#projects .container .project .info .summary > * {
        margin-right: 0;
        margin-top: 30px; } }

@media screen and (max-width: 500px) {
  #hero .text h1 {
    font-size: 42px;
    line-height: 46px; }
  #hero .text h3 {
    font-size: 20px; }
  section#about .container .stock-info .info.selected {
    display: block; }
  section#news-investors div.container > div#investors-section .price {
    font-size: 50px; }
  section#news-investors div.container > div#investors-section .more-info strong {
    display: block; } }

h2.primary-header {
  color: #FFF;
  margin-bottom: 0;
}
h2.secondary-header {
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
}
.hero-gold-box {
  background: #c89125;
  padding: 20px !important;
}
.hero-gold-box:nth-of-type(2) {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  #hero {
    height: 700px;
  }
  #hero .text h1 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 70px;
    line-height: 70px;
  }
  h2.primary-header,
  h2.secondary-header {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #hero .text h1 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 55px;
    line-height: 60px;
  }
  h2.primary-header,
  h2.secondary-header {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  #hero .text h1 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 45px;
    line-height: 50px;
  }
  h2.primary-header,
  h2.secondary-header {
    font-size: 20px;
    line-height: 25px;
  }
}