@import url("https://use.typekit.net/hjs0oak.css");

/* normalize css */
html {
  font-size: 10px;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}
.grid_2 {
  width: 16.67%;
}
.grid_3 {
  width: 25%;
}
.grid_4 {
  width: 33.33%;
}
.grid_5 {
  width: 41.67%;
}
.grid_6 {
  width: 50%;
}
.grid_7 {
  width: 58.33%;
}
.grid_8 {
  width: 66.67%;
}
.grid_9 {
  width: 75%;
}
.grid_10 {
  width: 83.33%;
}
.grid_11 {
  width: 91.67%;
}
.grid_12 {
  width: 100%;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  float: left;
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
img {
  border: none;
  max-width: 100%;
}
a,
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
textarea:focus,
input:focus,
select:focus {
  outline: none;
}
/* General */
body {
  font-weight: 300;
  font-family: mr-eaves-xl-modern, sans-serif;
  color: #000;
  font-size: 1.5rem;
  font-size: 1.7rem;
  background: #fff;
  margin: 0;
  padding: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
}
p {
  text-align: left;
  margin: 0;
  line-height: 1.5;
}
h1 {
  font-size: 60px;
}
h2 {
  font-family: goldenbook, serif;
  font-weight: 300;
  font-style: normal;
  /* font-size: 5.3rem; */
  font-size: 4.6rem;
  text-align: left;
  display: block;
  width: 100%;
}
h3 {
  font-size: 2.2rem;
  letter-spacing: 4px;
  line-height: 1.4;
}

h4 {
  font-size: 1.6rem;
  letter-spacing: 3px;
  line-height: 1.4;
}
/* Navigation */
header {
  width: 40vw;
  width: 38vw;
  background: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#reg__btn {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: #000;
  padding: 5px 20px;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}

/* nav-toggle */
#nav-toggle {
  cursor: pointer;
  /* width: 60px; */
  height: 30px;
  position: relative;
  padding-left: 50px;
  display: flex;
  align-items: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  z-index: 2;
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
#nav-toggle span:before {
  top: -18px;
}
#nav-toggle span:after {
  top: 18px;
}
#nav-toggle.active span {
  background-color: transparent !important;
}
#nav-toggle.active span:after,
#nav-toggle.active span:before {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

nav {
  margin: 0 auto;
  padding: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: #bfaca6;
  width: 40vw;
  width: 38vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50vw);
  transition: all 0.4s ease;
}

header.active_nav nav {
  transform: translateX(0);
}

#nav {
  width: 450px;
  margin-top: -30vh;
}
#nav li {
  list-style: none;
  display: block;
  margin: 10px 0;
  position: relative;
}
#nav li a {
  color: #000;
  text-transform: uppercase;
  font-family: goldenbook, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4rem;
  font-size: 4.5rem;
  position: relative;
}

#nav li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
}

#nav li.active a:after,
#nav li a:hover:after {
  opacity: 1;
  visibility: visible;
}

/* enquiry */
#enquiry {
  width: 100vw;
  height: 100vh;
  background: #bfaca6;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translateX(-100vw);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

#enquiry.show {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#enquiry1_enquiry {
  display: flex;
  justify-content: center;
  align-items: center;
}

#enquiry .content__wrapper {
  background: #bfaca6;
  position: relative;
  visibility: visible;
  opacity: 1;
}

#enquiry article {
  padding-right: 100px;
  margin-bottom: 100px;
}
#enquiry article p {
  display: block;
  width: 100%;
}

#enquiry article a {
  color: #000;
}

#form__wrapper {
  width: 62vw;
  max-width: 100%;
  margin-bottom: 130px;
}
#portal_enquiry {
  width: 425px;
  max-width: 100%;
}
#portal_enquiry .grid_12 {
  margin-bottom: 25px;
}
input,
select {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: mr-eaves-xl-modern, sans-serif;
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
  color: #000;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  text-align: left;
  text-align-last: left;
}

input.b_submit {
  display: block;
  width: 110px;
  margin: 10px 0;
  border: 1px solid;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

input.b_submit:hover {
  background: #000;
  color: #bfaca6;
}

select {
  padding: 5px 0;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
}
select option {
  padding: 5px 0;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
}
.privacy {
  font-size: 10px;
}
.chk_holder {
  margin: 10px auto 20px auto;
  color: #000;
}
#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: left;
}
#chkInternational + label {
  padding-left: 26px;
  position: relative;
  text-align: left;
  display: block;
  color: #000;
  font-size: 1.8rem;
  font-family: inherit;
  display: inline;
  margin: auto;
}
#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #000;
  content: "";
  display: block;
}
#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#chkInternational:checked + label:after {
  -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
  transform: translateY(-60%) rotate(45deg) scale(1);
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #000;
  clear: both;
}
li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}
li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}
li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #000;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}
div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}
div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}
div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}
div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}
div.token-input-dropdown-project
  ul
  li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}
ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
}
* {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

div#enquiry1_thankyou {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.th * {
  text-align: center;
  width: 600px;
  max-width: 100%;
}

#close__btn {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 30px;
  height: 30px;
}

#close__btn::before,
#close__btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}

#close__btn::after {
  transform: rotate(-45deg);
}
/* ends here */

/* global css */

.ls1 {
  letter-spacing: 1px;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.auto__margin {
  margin-left: auto;
  margin-right: auto;
}

.flex-direction-nav .flex-next {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  right: 30px;
}

.flex-direction-nav .flex-prev {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #fff;
  right: 30px;
}
#home .flex-direction-nav .flex-prev {
  z-index: 1;
}

.flexslider .slides img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  /* background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover; */
}

#aerial {
  object-fit: initial;
}

.caption {
  position: absolute;
  bottom: 20px;
  left: calc(38vw + 30px);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.black.caption {
  color: #000;
}

.caption span {
  text-transform: initial;
}

.caption.full {
  left: 15vw;
}

.caption.half {
  left: 30px;
}

.caption.half + .caption {
  left: calc(50vw + 30px);
}

.content__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40vw;
  width: 38vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: #d4d4d0;
  visibility: hidden;
  opacity: 0;
}

.content__wrapper.rightside {
  left: auto;
  right: 0;
}

.content__wrapper.show {
  opacity: 1;
  visibility: visible;
}

article {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 360px;
  width: 450px;
  max-width: 100%;
}

#logo {
  margin-bottom: 60px;
  width: 250px;
}

section {
  position: relative;
}

.two__column {
  column-count: 2;
  column-gap: 0;
}

.flexslider .slides .two__column img {
  width: 50vw;
}

#collaborators .content__wrapper,
#register .content__wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

#collaborators .flexslider .slides li {
  position: relative;
}

#collaborators article img {
  width: auto;
  height: 20px;
  align-self: flex-start;
}

#collaborators article img.brown__icon {
  height: 30px;
}

#collaborators article img.mim__icon {
  height: 15px;
}

#collaborators article p {
  /* padding-right: 35px; */
}

.building__icon {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 450px;
  max-width: 100%;
}

.building__icon img {
  width: 150px;
}

.content__wrapper.maroon {
  background: #bfaca6;
}

.content__wrapper.maroon p {
  width: 100%;
}

.content__wrapper.maroon a {
  color: #000;
}

.logo__wrapper {
  width: 450px;
  position: absolute;
  bottom: 50px;
  max-width: 100%;
}
.logo__wrapper img {
  width: initial !important;
  height: initial !important;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo__wrapper > a img {
  width: 250px !important;
}
.logo__wrapper .flex img {
  height: 13px !important;
  width: auto !important;
}

.logo__wrapper .flex a:first-of-type img {
  height: 18px !important;
}

main {
  overflow: hidden;
}

main.fixed {
  position: fixed;
}

.flexslider .slides img.right__half,
#collaborators .flexslider .slides li > img {
  width: 62vw;
  float: right;
}

.flexslider .slides img.left__half {
  width: 62vw;
}

#map {
  height: 100vh;
  min-height: 750px;
  width: 62vw;
  float: right;
}

#register .content__wrapper,
#home .content__wrapper,
#home .flexslider .slides img,
nav,
#enquiry .content__wrapper {
  min-height: 750px;
}
.pop-up {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgb(191, 172, 166, 0.8);
  z-index: 10;
}
.pop-up-content {
  position: relative;
  padding: 30px 50px;
  background-color: #d4d4d0;
  width: 600px;
  max-width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.pop-up-content p {
  text-decoration: underline;
  padding-top: 15px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.red-circle {
  background-color: red;
  border-radius: 100%;
  padding: 20px;
  position: absolute;
  top: 20px;
  left: calc(38% + 20px);
  z-index: 100;
}
.red-circle h3 {
  color: #fff;
}

@media screen and (max-width: 1500px) {
  .flex-direction-nav .flex-prev {
    left: 20px;
    border-width: 20px;
  }

  .flex-direction-nav .flex-next {
    right: 20px;
    border-width: 20px;
  }

  article,
  .logo__wrapper,
  #nav,
  .building__icon {
    width: 375px;
    width: 390px;
  }

  #enquiry article {
    margin-top: -100px;
    padding-right: 0;
  }

  #form__wrapper {
    margin-top: -100px;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 8px;
  }

  article,
  .logo__wrapper,
  #nav,
  .building__icon {
    width: 275px;
    width: 330px;
  }

  .content__wrapper,
  nav {
    width: 40vw;
  }

  .flexslider .slides img.right__half,
  #collaborators .flexslider .slides li > img,
  .flexslider .slides img.left__half,
  #map {
    width: 60vw;
  }
  .flex-direction-nav .flex-next,
  .flex-direction-nav .flex-prev {
    border-width: 15px;
  }

  header {
    padding: 30px 20px;
  }

  h2 {
    font-size: 4.5rem;
  }

  .logo__wrapper img {
    /* transform: scale(0.8); */
  }
  
  .red-circle {
    left: calc(40% + 20px);
  }
}

@media screen and (max-width: 1000px) {
  .red-circle {
    left: 20px;
  }
  #collaborators article img {
    align-self: initial;
  }

  #enquiry.show {
    position: relative;
    height: auto;
  }
  #enquiry .content__wrapper {
    flex-direction: column;
  }
  h2,
  p {
    text-align: center;
  }

  .desk {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .logo__wrapper img {
    transform: none;
  }

  body {
    background: #d4d4d0;
  }
  header {
    background: #000;
    width: 100vw;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  #reg__btn {
    background: #fff;
    color: #000;
  }

  #nav-toggle {
    color: #fff;
  }

  #nav-toggle span,
  #nav-toggle span:after,
  #nav-toggle span:before {
    background: #fff;
  }

  nav {
    width: 50vw;
    justify-content: flex-start;
    height: calc(100vh - 70px);
    top: 70px;
  }
  #nav {
    width: auto;
    padding-left: 20px;
  }

  #enquiry .building__icon {
    left: 20px;
    width: auto;
    position: static;
    margin-top: 40px;
  }

  .mb60 {
    margin-bottom: 20px;
  }

  main {
    padding-top: 70px;
  }

  .content__wrapper {
    position: relative;
    width: 100vw;
    height: auto;
    padding: 50px 20px;
    opacity: 1;
    visibility: visible;
    justify-content: flex-start;
    justify-content: center;
  }

  #home .content__wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }

  .content__wrapper.maroon {
    flex-direction: column;
  }
  article,
  .logo__wrapper {
    width: 400px;
  }

  .flexslider .slides img,
  .flexslider .slides img.left__half,
  .flexslider .slides img.right__half,
  #collaborators .flexslider .slides li > img {
    width: 100vw;
    /* height: 40vh; */
    height: auto;
  }

  #map {
    width: 100vw;
    height: 40vh;
  }

  #home .flex-direction-nav .flex-prev {
    z-index: 4;
  }

  #collaborators .flex-direction-nav a {
    top: calc(20vh - 10px);
  }

  .logo__wrapper {
    position: static;
    margin-top: 50px;
  }

  #enquiry article {
    margin: auto;
    width: 425px;
  }

  #enquiry1_enquiry {
    flex-direction: column-reverse;
  }

  #form__wrapper {
    margin: 100px auto 0;
    width: auto;
  }

  #close__btn {
    top: 50px;
    bottom: auto;
    z-index: 4;
  }
}

@media screen and (max-width: 760px) {
  .th {
    width: 100%;
  }

  div#enquiry1_thankyou {
    height: 100vh;
  }

  #register .content__wrapper,
  #home .content__wrapper,
  #home .flexslider .slides img,
  nav,
  #enquiry .content__wrapper,
  #map {
    min-height: initial;
  }

  nav {
    justify-content: center;
  }

  #nav li {
    text-align: center;
  }

  #close__btn {
    top: 15px;
    right: 15px;
  }

  .logo__wrapper img {
    transform: scale(0.8);
  }
  #enquiry.show {
    position: relative;
    height: auto;
  }
  nav {
    width: 100vw;
    transform: translateX(-100vw);
  }
  #nav li a {
    font-size: 3rem;
  }

  .building__icon img {
    width: 65px;
  }

  h2 {
    font-size: 4rem;
  }

  .content__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  header {
    padding-left: 15px;
    padding-right: 15px;
  }

  #nav {
    padding-left: 0;
  }

  .building__icon {
    bottom: 100px;
    right: 0;
  }

  .building__icon img {
    display: block;
    margin: auto;
  }

  #form__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  #enquiry {
    overflow-y: scroll;
  }

  .caption,
  .caption.full {
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
  }

  .caption.half {
    left: 15px;
    bottom: 10px;
    right: auto;
  }

  .caption.half + .caption {
    left: calc(50vw + 15px);
    right: auto;
  }

  .flexslider .slides > li {
    opacity: 1 !important;
    margin: 0 !important;
  }

  .flexslider .slides > li:not(:last-child) {
    margin-bottom: 20px !important;
  }

  .flex-direction-nav {
    display: none !important;
  }
}

@media screen and (max-width: 720px) {
  .pop-up-content {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 420px) {
}
