/* **************** COLOR GROUPS **************** */
/* **************** COLOR GROUPS **************** */
/* 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/project-1.jpg?v=1);
}

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

/* INNERPAGE BANNER IMAGES */
body.cat-corporate #hero {
  background-image: url(../../../../_resources/banners/corporate.jpg?v=1);
}

body.cat-corporate.str-management #hero {
  background-image: url(../../../../_resources/banners/management.jpg);
}

body.cat-properties #hero {
  background-image: url(../../../../_resources/banners/properties.jpg?v=1);
}

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

body.cat-news #hero {
  background-image: url(../../../../_resources/banners/news.jpg?v=1);
}

body.cat-media #hero {
  background-image: url(../../../../_resources/banners/media.jpg?v=1);
}

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

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

  body.cat-corporate.str-management #hero {
    background-image: url(../../../../_resources/banners/management-mobile.jpg);
  }

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

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

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

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

  body.cat-contact #hero {
    background-image: url(../../../../_resources/banners/contact-mobile.jpg);
  }
}
/* BASE */
*, *:before, *:after {
  box-sizing: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

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

body {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #3a3a3c;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  background: #FFF;
}

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

h1 {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #fff;
}

h2 {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #3a3a3c;
}

h3 {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #3a3a3c;
}

h4 {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #3a3a3c;
}

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

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

input[type=text] {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7d7d7d;
  background: transparent;
  border: 1px #77787c dashed;
  padding: 10px 20px;
  margin: 0 25px 0 0;
}
input[type=text]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75);
}

select, textarea {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7d7d7d;
}

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

a {
  text-decoration: none;
  color: #996515;
  transition: all 0.25s ease-in-out;
}

strong, b {
  font-weight: 700;
}

img, iframe {
  max-width: 100%;
}

img {
  height: auto;
}

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

.flex-container {
  display: flex;
}

.button-primary, button, .button {
  margin-top: 10px;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  color: #ffffff;
  background-color: #cfb987;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid #cfb987;
  display: inline-block;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.button-primary:hover, button:hover, .button:hover {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  color: #ffffff !important;
  background-color: #3a3a3c;
  border: 1px solid #3a3a3c;
}

.button-email {
  margin-top: 10px;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  color: #ffffff !important;
  background-color: #3a3a3c !important;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid #3a3a3c;
  display: inline-block;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.button-email:hover {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  color: #3a3a3c !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
}

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

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

small {
  font-size: 80%;
}

.small {
  font-size: 80%;
  line-height: 1.1;
}

.caption {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #3a3a3c;
  font-weight: 400;
}

.small-caption {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #3a3a3c;
  line-height: 1.1;
}

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

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

.tabs .mobile-tabs select {
  border: 1px solid #9a9ba1;
}

.featherlight iframe {
  min-height: 94vh;
  width: 800px;
  max-width: 94vw;
}

/* HERO IMAGE / SLIDER */
#hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-image: url(../../../../_resources/banners/hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 645px;
  width: 100%;
  z-index: 5;
}
#hero .text {
  position: relative;
  width: 100%;
}
#hero .text > * {
  max-width: 910px;
}
#hero .text h1 {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  color: #fff;
  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 #9a9ba1;
  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;
}
#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;
    margin-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-semi-condensed, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 43px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    color: #fff;
    color: #FFF;
    font-size: 40px;
  }

  .recaptcha {
    transform-origin: top left;
    transform: scale(0.7);
  }

  #search-popup .s {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  #hero .text h1 {
    text-align: center;
  }
}
header.desktop .top {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #3a3a3c;
  background-color: #3a3a3c;
  /*color: $white;*/
}
header.desktop .top .container {
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
  padding: 10px 40px;
  max-width: 100%;
}
header.desktop .top .container #top-stock-links {
  display: flex;
  justify-items: flex-start;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #cfb987;
  line-height: 100%;
}
header.desktop .top .container #top-stock-links .price {
  padding: 0 6px;
  border-right: 1px solid #fff;
}
header.desktop .top .container #top-stock-links .price:first-of-type {
  padding-left: 0;
}
header.desktop .top .container #top-stock-links .price:last-of-type {
  border-right: none;
  padding-right: 0;
}
header.desktop .top .container #top-stock-links .price a {
  color: #cfb987;
}
header.desktop .top .container #top-stock-links .price a span {
  color: #fff;
}
header.desktop .top .container #top-stock-links .price span.up::before, header.desktop .top .container #top-stock-links .price span.down::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 4px;
}
header.desktop .top .container #top-stock-links .price span.up::before {
  content: "\f077";
  color: #30B93D;
}
header.desktop .top .container #top-stock-links .price span.down::before {
  content: "\f078";
  color: #FF0000;
}
header.desktop .top .container .social a {
  color: #fff;
  margin-left: 16px;
}
header.desktop .top .container .social a:hover {
  opacity: 0.5;
}
header.desktop .bottom .container {
  align-items: center;
  justify-content: flex-start;
  padding: 20px 40px;
  max-width: 100%;
}
header.desktop .bottom .container .logo {
  padding: 0 20px 0 0;
  transition: all 0.25s ease-in-out;
}
header.desktop .bottom .container .logo:hover {
  opacity: 0.5;
}
header.desktop .bottom .container .logo img {
  max-height: 30px;
  display: block;
}
@media screen and (min-width: 1400px) {
  header.desktop .bottom .container .logo {
    padding: 0 120px 0 0;
  }
}
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, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #3a3a3c;
  display: block;
  padding: 10px 14px;
  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;
  transform: translateY(0%);
  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 45px;
  position: absolute;
  top: 100%;
  z-index: 9;
  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 {
  display: block;
  padding: 13px 0px;
  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;
}
@media screen and (min-width: 1224px) {
  header.desktop .bottom .container .logo img {
    max-height: 40px;
  }
  header.desktop .bottom .container nav > ul > li a {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1600px) {
  header.desktop .bottom .container nav > ul > li a {
    font-size: 18px;
  }
  header.desktop .bottom .container nav > ul > li > ul {
    min-width: 340px;
  }
}
header.desktop .bottom .container .search {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.81;
  letter-spacing: normal;
  color: #3a3a3c;
  margin-left: auto;
}
header.desktop .bottom .container .search i {
  margin-left: 10px;
  color: #000;
}
header.desktop .bottom .container .search a:hover {
  opacity: 0.5;
}
header.desktop .bottom .container .search a:hover i {
  color: #000;
}

header.mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header.mobile > .top {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  width: 100%;
  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: #000;
  border-radius: 3px;
  margin-bottom: 7px;
  display: block;
  transition: all 0.25s ease-in-out;
}
header.mobile > .top .hamburger span:last-of-type {
  margin-bottom: 0;
}
header.mobile > .top .logo {
  padding-right: 20px;
}
header.mobile > .top .logo img {
  max-height: 30px;
}
header.mobile nav {
  display: none;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #2c2c2b;
}
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, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #3a3a3c;
  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: #636363;
}
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;
  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;
  margin: 20px 0px;
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
header.mobile nav .stock > div {
  justify-content: space-between;
  margin-bottom: 10px;
}
header.mobile nav .stock > div div:first-of-type {
  min-width: 110px;
}
header.mobile nav .stock > div div:last-of-type {
  min-width: 100px;
  text-align: right;
}
header.mobile nav .stock div > span {
  font-weight: 700;
  padding: 0 2px;
}
header.mobile nav .stock div i {
  margin-left: 6px;
}
header.mobile.open .hamburger span {
  background-color: #000;
}
header.mobile.open .hamburger span:nth-child(1) {
  margin-left: 50px;
}
header.mobile.open .hamburger span:nth-child(2) {
  transform: translate(0px, 0px) rotate(45deg);
  border-radius: 2px;
}
header.mobile.open .hamburger span:nth-child(3) {
  transform: translate(0px, -11px) rotate(-45deg);
  border-radius: 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 {
  background-color: #cfb987 !important;
  border-top: 1px solid #9a9ba1;
  padding: 35px 0;
}
.signup-container h2 {
  color: #3a3a3c !important;
  text-transform: uppercase;
}
.signup-container input[type=text] {
  border: 1px #3a3a3c solid !important;
  border-radius: 20px;
}
.signup-container h2 {
  margin: 0;
  margin-right: 180px;
}
.signup-container input[type=text] {
  color: #3a3a3c;
}
.signup-container .input-fields {
  display: flex;
  align-items: flex-end;
}
.signup-container .input-fields button {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  color: #ffffff !important;
  background-color: #3a3a3c !important;
  text-align: center;
  padding: 10px 30px;
  border: 1px solid #3a3a3c;
  display: inline-block;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  margin-top: 0px;
  white-space: nowrap;
}
.signup-container .input-fields button:hover {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  color: #3a3a3c !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff;
}
.signup-container .input-fields button i {
  margin-left: 10px;
  color: #cfb987;
}
.signup-container .input-fields > div {
  position: relative;
}
.signup-container .input-fields > div:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 18px;
  position: absolute;
  right: 30px;
  top: 10px;
}
.signup-container .input-fields > div.success:after {
  content: "\f00c";
  color: #39b54a;
}
.signup-container .input-fields > div.error:after {
  content: "\f00d";
  color: #730c00;
}
.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;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #3a3a3c !important;
}

.grecaptcha-badge {
  display: none !important;
}

.grecaptcha-badge.show {
  display: block !important;
  visibility: visible !important;
}

@media screen and (max-width: 1680px) {
  .signup-container h2 {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .signup-container .container {
    display: block;
  }
  .signup-container h2 {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .signup-container {
    background-color: #cfb987 !important;
    padding: 40px 0;
    width: 100%;
  }
  .signup-container h2 {
    color: #3a3a3c !important;
    text-transform: uppercase;
  }
  .signup-container input[type=text] {
    border: 1px #3a3a3c solid !important;
    border-radius: 3px;
  }
  .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;
  }
}
/* EMAIL SIGNUP FOOTER */
#signup-form-2 {
  margin-bottom: 40px;
  width: 100%;
}
#signup-form-2 .input-fields > div {
  position: relative;
}
#signup-form-2 .input-fields > div:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 18px;
  position: absolute;
  right: 12px;
  top: 8px;
}
#signup-form-2 .input-fields > div.success:after {
  content: "\f00c";
  color: #39b54a;
}
#signup-form-2 .input-fields > div.error:after {
  content: "\f00d";
  color: #ff3922;
}
#signup-form-2 .input-fields input:-webkit-autofill,
#signup-form-2 .input-fields input:-webkit-autofill:hover,
#signup-form-2 .input-fields input:-webkit-autofill:focus,
#signup-form-2 .input-fields input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #cfb987 !important;
}
#signup-form-2 input[type=text] {
  font-size: 18px;
  line-height: 1.5;
  color: white;
  border: none;
  border-bottom: 1px solid #979797;
  padding: 2px 5px;
  margin: 0 0 20px 0;
  width: 100%;
}
#signup-form-2 input[type=text]::-moz-placeholder {
  color: white;
  opacity: 0.8;
}
#signup-form-2 input[type=text]:-ms-input-placeholder {
  color: white;
  opacity: 0.8;
}
#signup-form-2 input[type=text]::placeholder {
  color: white;
  opacity: 0.8;
}
#signup-form-2 button[type=submit] {
  width: 116px;
  height: 40px;
  padding: 0;
  margin-top: 14px;
  margin-bottom: 10px;
  border: 1px solid #cfb987;
  background: transparent;
}
#signup-form-2 button[type=submit]:hover {
  background-color: #cfb987;
}
#signup-form-2 .signup-message {
  color: white;
}

/* FOOTER */
footer {
  transition: all 0.5s ease-in-out;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #fff;
  padding-top: 80px;
  background-color: #3a3a3c;
}
footer .container {
  max-width: 1800px;
}
footer .container a {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #fff;
}
footer .container a:hover {
  opacity: 0.5;
}
footer .container h4 {
  color: #cfb987;
  font-size: 18px;
  margin-bottom: 26px;
  margin-top: 0;
}
footer .container .contact {
  white-space: nowrap;
  max-width: 220px;
  margin-right: 150px;
}
footer .container .contact ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
footer .container .contact li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
footer .container .contact li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #cfb987;
}
footer .container .contact li.address::before {
  content: "\f3c5";
}
footer .container .contact li.phone::before {
  content: "\f095";
}
footer .container .contact li.email::before {
  content: "\f0e0";
}
footer .container .logo a:hover {
  opacity: 0.5;
}
footer .container .logo a:hover img {
  opacity: 0.5;
}
footer .container .logo img {
  max-width: none;
  max-height: 30px;
  display: block;
  transition: all 0.25s ease-in-out;
}
footer .container .about {
  max-width: 350px;
  margin-right: 100px;
}
footer .container .sitemap {
  min-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
footer .container .sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .container .sitemap li {
  padding-left: 0;
  margin-bottom: 12px;
}
footer .container .subscribe-form {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
}
footer .container .subscribe-form .social_links a {
  margin-right: 22px;
  color: #cfb987;
}
footer .container.bottom {
  padding: 25px 40px;
  max-width: 100%;
  justify-content: space-between;
}
footer .container.bottom .copyright {
  margin-right: 20px;
}
footer .container.bottom .copyright span {
  padding: 0 20px;
}
footer .container.bottom .copyright span:first-of-type {
  padding-left: 0;
}
footer .container.bottom .copyright .legal, footer .container.bottom .copyright .privacy {
  border-right: 1px solid white;
}
footer .container.bottom a:hover {
  opacity: 0.75;
}
footer .container.bottom .blender {
  text-align: right;
}
footer .container.bottom .blender a strong {
  color: #FFF;
}
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;
    margin-right: 50px;
  }

  footer .container .contact {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #width-check {
    z-index: 1 !important;
  }

  footer .container .sitemap {
    display: none;
  }

  footer .container.bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .container.bottom .copy {
    display: none;
  }

  footer .container.bottom .copyright {
    margin-right: 0;
    margin-bottom: 20px;
  }
  footer .container.bottom .copyright span:first-of-type {
    padding-left: 20px;
  }
  footer .container.bottom .copyright .legal, footer .container.bottom .copyright .privacy {
    border: none;
  }
}
@media screen and (max-width: 860px) {
  footer {
    padding-top: 50px;
  }
  footer .container.main {
    flex-direction: column-reverse;
  }
  footer .container .contact {
    margin-right: 0;
    margin-bottom: 40px;
  }
  footer .container .about {
    margin-right: 0;
  }
  footer .container .logo {
    display: none;
  }
  footer .container .subscribe-form .form {
    display: none;
  }
  footer .container .subscribe-form {
    width: 100%;
    margin-bottom: 60px;
  }
  footer .container .social_links {
    text-align: center;
  }
  footer .container .social_links a {
    margin: 10px;
  }
  footer .container.bottom {
    display: block;
  }
  footer .container.bottom > div {
    text-align: center !important;
  }
}
.container {
  position: relative;
}

/* HERO */
#hero {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0;
  padding-bottom: 100%;
  background-image: none !important;
  background-color: #000;
}
#hero .button-mute {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background-color: hsla(0deg, 0%, 100%, 0.3);
  background-image: url(../img/mute.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 767px) {
  #hero .button-mute {
    bottom: 44px;
    left: auto;
    right: 44px;
  }
}
#hero .button-mute.active {
  background-image: url(../img/volume.svg);
}
#hero .textContainer {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#hero .text h1 {
  margin-bottom: 20px;
}
#hero .text h1 span {
  color: #cfb987;
}
#hero .text .buttons {
  display: flex;
}
@media screen and (max-width: 767px) {
  #hero .text .buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#hero .text a.button {
  padding: 13px 25px;
  margin-right: 12px;
  background-color: white !important;
  color: #000 !important;
}
#hero .text a.button:hover {
  background-color: #3a3a3c !important;
  color: #ffffff !important;
}
#hero .text a.pdf::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 10px;
  color: #cfb987;
}
#hero .text a.map::before {
  content: "\f5a0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 10px;
  color: #cfb987;
}
#hero .videoContainer {
  position: absolute;
  width: 180%;
  top: 0;
  bottom: 0;
  left: -40%;
  right: -40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#hero .videoContainer iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  #hero {
    padding-bottom: 52.5%;
  }
  #hero .videoContainer {
    width: 100%;
    top: -40px;
    bottom: -40px;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  #hero {
    padding-bottom: 50%;
  }
  #hero .videoContainer {
    width: 100%;
    top: -6%;
    bottom: -6%;
  }
}

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

/* ABOUT */
section#about {
  position: relative;
  border-top: 1px solid #9a9ba1;
  border-bottom: 1px solid #9a9ba1;
}
section#about .container {
  max-width: 100%;
  padding: 0;
}
section#about .container > div {
  /*flex-basis:calc(33.33% - 0.666px - 50px);*/
  flex-basis: calc(33.33% - 0.666px);
  border-right: 1px solid #9a9ba1;
  padding: 50px 40px 120px 40px;
  position: relative;
}
section#about .container > div h2 {
  margin-top: 0;
}
section#about .container > div .bottom {
  position: absolute;
  bottom: 50px;
}
section#about .container .about .divider {
  height: 5px;
  border-top: 1px dashed #77787c;
  border-bottom: 1px dashed #77787c;
  margin-block: 26px 16px;
}
section#about .container .about .presentation-links {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
section#about .container .about .presentation-links a {
  color: #3a3a3c;
  margin-right: 26px;
  margin-bottom: 6px;
}
section#about .container .about .presentation-links a:hover {
  opacity: 0.5;
}
section#about .container .about .presentation-links strong {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #3a3a3c;
}
section#about .container .about .presentation-links .fas {
  color: #cfb987;
  font-size: 24px;
  margin-right: 12px;
}
section#about .container .events .event-link {
  padding: 14px 0 22px 0;
  border-top: 1px dashed #77787c;
}
section#about .container .events .event-link .event-date {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #3a3a3c;
  margin-bottom: 5px;
  text-transform: uppercase;
}
section#about .container .events .event-link .event-title {
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #3a3a3c;
  overflow: hidden;
  position: relative;
  line-height: 1.2;
  max-height: 2.4em;
}
section#about .container .events .event-link .event-location {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #3a3a3c;
  text-transform: uppercase;
  margin-top: 8px;
}
section#about .container .events .event-link .event-location .far {
  color: #cfb987;
  margin-right: 8px;
}
section#about .container .events .event-link:first-of-type {
  border-top: none;
  padding-top: 0;
}
section#about .container .events .event-link:hover {
  opacity: 0.5;
}
section#about .container .news {
  border-right: none;
}
section#about .container .news .news-item {
  display: block;
  padding: 14px 0 22px 0;
  border-top: 1px dashed #77787c;
}
section#about .container .news .news-item .date {
  display: block;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #3a3a3c;
  margin-bottom: 5px;
  text-transform: uppercase;
}
section#about .container .news .news-item .title {
  display: block;
  font-family: acumin-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #3a3a3c;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 2.4em;
}
section#about .container .news .news-item .pdf {
  display: none;
}
section#about .container .news .news-item:first-of-type {
  border-top: none;
  padding-top: 0;
}
section#about .container .news .news-item:hover {
  opacity: 0.5;
}

/* PROJECTS */
section#projects {
  position: relative;
  margin: 0 auto;
  /*max-width:$outer-container-width;*/
}
section#projects .container {
  /*max-width: $outer-container-width;*/
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
section#projects .container .project {
  border-bottom: 1px solid #9a9ba1;
  display: flex;
}
section#projects .container .project:last-of-type {
  border-bottom: none;
}
section#projects .container .project > * {
  flex-basis: 50%;
}
section#projects .container .project .image {
  background-repeat: no-repeat;
  background-size: 680px auto;
  background-position: center;
  border-right: 1px solid #9a9ba1;
}
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: flex;
}
section#projects .container .project .info .summary > * {
  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, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #3a3a3c;
  text-transform: uppercase;
  padding: 5px 10px;
  background-color: #f2f2f2;
  margin: 0 0 5px 0;
}
section#projects .container .project .info .summary div > div {
  padding: 5px 10px;
}
section#projects .container .project .info .button {
  margin-top: 20px;
}
section#projects .container .project:nth-of-type(even) {
  flex-direction: row-reverse;
}
section#projects .container .project:nth-of-type(even) .image {
  border-right: none;
  border-left: 1px solid #9a9ba1;
}

/* MEDIA QUERIES */
@media (max-width: 1580px) {
  section#projects {
    height: auto !important;
  }
  section#projects .container {
    padding-left: 0;
    padding-right: 0;
  }
  section#projects .container .project .image {
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  #hero .text h1 {
    margin-bottom: 30px;
  }

  section#about .container {
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
  }
  section#about .container > div.events {
    flex-basis: 50%;
  }
  section#about .container > div.about {
    flex-basis: 50%;
    border-right: none;
    padding-right: 50px;
  }
  section#about .container > div.news {
    flex-basis: 100%;
    border-top: 1px solid #9a9ba1;
    padding-left: 50px;
    padding-right: 50px;
  }
  section#about .container .news .news-item .title:before {
    right: 6px;
  }

  section#projects .container .project {
    display: block;
  }
  section#projects .container .project .image {
    min-height: 360px;
    border-right: none;
    background-size: contain;
  }
  section#projects .container .project:nth-of-type(even) .image {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  section#about > .container > div {
    flex-basis: 100% !important;
    border-right: none;
    padding: 40px 15px !important;
    border-top: 1px solid #9a9ba1;
  }
  section#about > .container > div:first-of-type {
    border-top: none;
  }
  section#about > .container > div .bottom {
    position: relative;
    bottom: inherit;
    width: 100% !important;
  }

  section#projects .container .project .image {
    min-height: 200px;
    background-size: cover;
  }
  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: 30px;
    line-height: 32px;
  }
  #hero .text h3 {
    font-size: 20px;
  }

  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;
  }
}

.container-images {
  display: flex;
}

.container-images img {
  padding: 40px;
}

@media screen and (max-width: 768px) {
.container-images {
    display: block;
}
}

