/* Hero */
.region-hero {
  background-size: cover;
  padding-top: 109px;
  padding-bottom: 212px;
  margin-top: -1px;
}

.region-hero .col-lg-9 {
  width: 80%;
}

.hero-heading,
.hero-text {
  color: #fff;
}

.hero-heading {
  font-size: 60px;
  line-height: 1.167;
  margin-bottom: 20px;
}

.hero-btn-spacer {
  display: inline-block;
  margin: 0 24px;
  text-align: center;
  width: 40px;
  color: #fff;
}

.hero-text {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

.hero-text strong {
  font-family: 'DIN-Bold';
}

.hero-sub-heading {
}

.btn-outline {
  border-color: #59bec9;
}

.hero-actions .btn {
  padding: 14px 30px;
  font-size: 18px;
}

.hero-actions .btn:hover {
  color: #fff;
  background-color: #3ba8b4;
}

/* Selector */

.continent-selector {
  padding: 20px 43px;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  max-width: 791px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  /* overflow: hidden; */
}

.nice-select {
  width: 321px;
  height: 50px;
  padding: 4px 20px 4px 84px;
  border-radius: 4px;
  border: solid 1px #59bec9;
  background-repeat: no-repeat;
  background-position: left 34px center;
  background-image: url('../img/navigation.svg');
}

.nice-select.open .list {
  width: 100%;
}

.nice-select:after {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../img/chevron-down-grey.svg');
  width: 20px;
  height: 20px;
  border: none;
  margin-top: -10px;
  transform: none;

  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.nice-select.open::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180dev);
}

.nice-select .current {
  font-family: 'DIN-Bold';
  font-size: 18px;
}

.region-continent {
  background-color: #59bec9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 473px;
  width: 100%;
}

.continent-selector-wrapper {
  position: absolute;
  width: 100%;
}

.continent-selector__left {
  float: left;
}

.continent-selector__left label {
  font-size: 25px;
  line-height: 28px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'DIN-Bold';
}

.continent-selector__right {
  float: right;
}

.continent-selector__right select {
  padding: 13px 34px;
}

/* Form */

.region-investment-form {
  padding-top: 100px;
  background: url('../img/form-bg.svg');
  background-size: cover;
}

.region-investment-form-wrapper {
  padding: 66px 68px 54px 57px;
  border-radius: 4px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  max-width: 1326px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -200px;
  position: relative;
}

.region-investment-form-header {
  margin-bottom: 30px;
}

.region-investment-form-heading {
  font-size: 60px;
  color: #fff;
  line-height: 1.167;
  letter-spacing: 1.36px;
  text-align: center;
}

.form-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-list li {
  float: left;
}

.form-list label {
  display: table;
  padding: 17px 80px 17px 17px;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  border: solid 2px transparent;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  margin-bottom: 30px;
  font-size: 18px;
  position: relative;
  line-height: 23px;
  min-height: 88px;
}

.industry-list label {
  padding-left: 80px;
}

.industry-list {
  padding-bottom: 46px;
  margin-bottom: 70px;
  border-bottom: 1px solid #efefef;
  width: 100%;
}

.industry_label {
  display: table-cell;
  vertical-align: middle;
  color: #4b4f54;
  font-family: 'DIN-Reg';
  font-weight: normal;
}

.form-list label.active,
.form-list label:hover {
  border-color: #59bec9;
}

.form-list label.active .industry_label {
  font-family: 'DIN-Bold';
  font-weight: bold;
}

.checkbox-overlay {
  width: 30px;
  height: 30px;
  background: url('../img/basic-checkbox.svg');
  display: block;

  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px;
}

.form-list input:disabled + .checkbox-overlay {
  cursor: not-allowed;
}

.form-list input:checked + .checkbox-overlay,
.form-list label.active .checkbox-overlay {
  background-image: url('../img/basic-checkbox-checked.svg');
}

.form-list img {
  position: absolute;
  left: 17px;
  height: 50px;
  width: 50px;
  top: 50%;
  margin-top: -25px;
}

.form-list input {
  opacity: 0;
  position: absolute;
  top: 0;
}

.services-list {
  width: 100%;
}

.services-list label {
  margin-bottom: 10px;
  padding-right: 50px;
}

.services-list .checkbox-overlay {
  right: 20px;
}

.investment-form legend {
  font-family: 'DIN-Bold';
  font-weight: bold;
  font-size: 25px;
  line-height: 28px;
  color: #4b4f54;
  border: none;
}

.legend-number {
  width: 32px;
  height: 32px;
  border: 2px solid #4b4f54;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 0.8em;
  margin-right: 20px;
}

.industry-hidden {
  display: none;
}

.industry-hidden-wrapper {
  text-align: center;
}

.industry-hidden-toggle {
  margin-top: 13px;
  display: inline-block;
  color: #59bec9;
  background: none;
  border: none;
  font-size: 18px;
  font-family: 'DIN-Bold';
  font-weight: bold;
  width: auto;
  text-align: center;
  background: url('../img/chevron-down.svg');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
}

.industry-hidden-wrapper--disabled .industry-hidden-toggle {
  display: none;
}

.industry-hidden-wrapper--disabled .industry-hidden {
  display: block;
}

.industry-hidden-wrapper--disabled.industry-hidden-wrapper {
  text-align: left;
}

.invest-submit {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 14px 19px 12px 25px;
  border-radius: 4px;
  background-color: #59bec9;
  border: none;
  padding-right: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  margin-top: 60px;
  background-image: url('../img/arrow-right.svg');
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.invest-submit:hover {
  color: #fff;
  background-color: #3ba8b4;
}

/* Team */
.region-team-members {
  background: #eaeaea;
  padding-bottom: 183px;
}

.region-team-members-wrapper {
  padding-top: 300px;
}

.region-team-members-heading {
  font-size: 60px;
  line-height: 1.167;
  font-family: 'DIN-Reg';
  text-align: center;
  margin-bottom: 90px;
}

.team-member {
  padding: 25px 75px 25px 25px;
  background-color: #fff;
  margin-bottom: 30px;
}

.member-heading {
  color: #59bec9;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 0;
}

.member-header {
  display: table;
  margin-bottom: 45px;
}

.member-details {
  min-width: 200px;
}

.member-details p {
  font-size: 18px;
}

.member-image,
.member-details {
  display: table-cell;
  vertical-align: top;
}

.member-image {
  padding-right: 80px;
}

.member-image img {
  width: 100%;
  height: auto;
}

.member-copy {
  font-size: 18px;
  line-height: 28px;
  color: #4b4f54;
  width: 100%;
}

.member-copy p {
  margin-bottom: 12px;
}

.member-copy__wrapper .btn {
  display: none;
  padding: 7px 17px;
  font-size: 18px;
}

.member-copy--hidden .member-copy{
  height: 77px;
  overflow: hidden;
  margin-bottom: 20px;
}

.member-copy--hidden p{
    display:none;
}

.member-copy--hidden p:first-child{
    display:block;
}

.member-copy--hidden .btn {
  display: inline-block;
}

.member-link {
  border-radius: 4px;
  border: solid 1px #59bec9;
  color: #59bec9;
  padding: 7px 17px;
  display: block;
  margin-bottom: 10px;
  font-family: 'DIN-Med';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  background-repeat: no-repeat;
  background-position: right 17px center;
  cursor: pointer;
}

.member-link:hover {
  color: #fff;
  background-color: #3ba8b4;
}

.member-link--email {
  background-image: url('../img/mail.svg');
}

.member-link--email:hover {
  background-image: url('../img/mail-white.svg');
}

.member-link--tel {
  background-image: url('../img/phone.svg');
}

.member-link--tel:hover {
  background-image: url('../img/phone-white.svg');
}

/* CTA */
.region-cta {
  background: #4b4f54;
  padding-top: 95px;
  padding-bottom: 95px;
  background-image: url('../img/symbol.svg');
  background-repeat: no-repeat;
  background-position: right 10% top 10%;
}

.region-cta-container {
  background: rgba(63, 237, 255, 0.57);
  border-radius: 16px;
  padding: 63px 102px;
  position: relative;
}

.region-cta-container h2,
.region-cta-container p {
  color: #fff;
}

.cta-message {
  position: relative;
  padding-right: 280px;
  margin-bottom: -20px;
}

.cta-actions {
  position: absolute;
  right: 102px;
  bottom: 63px;
}

.cta-btn {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  padding: 14px 15px;
  color: #59bec9;
  background: #fff;
  border: 1px solid transparent;
  display: inline-block;
  min-width: 200px;
  border-radius: 4px;
  font-family: 'DIN-Med';
}

.cta-btn:hover {
  color: #fff;
  background-color: #3ba8b4;
}

@media screen and (max-width: 1439px) {
  /* Form */
  .region-investment-form-wrapper {
    max-width: 1240px;
  }
}

@media screen and (max-width: 1279px) {
  /* Form */
  .region-investment-form-wrapper {
    max-width: 980px;
  }
}

@media screen and (max-width: 1023px) {
  /* Banner */
  .hero-heading,
  .region-investment-form-heading,
  .region-team-members-heading {
    font-size: 48px;
  }

  .hero-text {
    font-size: 18px;
  }

  /* continent */
  .continent-selector {
    max-width: 720px;
  }

  .region-continent {
    height: 365px;
  }

  /* Form */
  .region-investment-form-wrapper {
    max-width: 680px;
  }

  /* Team */

  .member-header,
  .member-image,
  .member-details {
    display: block;
  }

  /* CTA */
  .cta-message,
  .cta-actions {
    position: static;
  }

  .cta-message {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .region-cta-container {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  /* Header */
  .region-hero {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  /* continent */
  .continent-selector {
    max-width: 560px;
  }

  .region-continent {
    height: 300px;
  }

  /* Form */
  .region-investment-form {
    padding-top: 50px;
  }

  .region-investment-form-wrapper {
    max-width: 560px;
    padding: 30px;
  }

  /* Team */
  .region-team-members-wrapper {
    padding-top: 250px;
  }

  .region-team-members-heading {
    margin-bottom: 40px;
  }

  .region-team-members .col {
    width: 100%;
  }

  .region-team-members img {
    max-height: 200px;
    width: auto;
  }

  .team-member {
    padding: 25px;
  }
}

@media screen and (max-width: 579px) {
  .hero-heading,
  .region-investment-form-heading,
  .region-team-members-heading {
    font-size: 32px;
  }

  /* Banner */
  .hero-btn-spacer {
    margin: auto;
  }

  .hero-actions .btn {
    padding: 4px 10px;
  }

  /* continent */
  .continent-selector {
    padding: 20px;
  }

  .continent-selector__left,
  .continent-selector__right {
    float: none;
  }

  .nice-select {
    width: 100%;
  }

  /* Form */
  .region-investment-form-wrapper {
    max-width: 460px;
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  /* Form */
  /* .region-investment-form-wrapper {
max-width: 300px;
} */

  .region-continent {
    height: 250px;
  }

  .invest-submit {
    padding: 14px;
    width: 100%;
    text-align: left;
  }

  .investment-form legend {
    font-size: 18px;
  }

  .industry_label {
    font-size: 16px;
  }
}
