@font-face {
  font-family: 'Optima-Bold';
  src: url("Optima-Bold.eot");
  src: url("/fonts/Optima-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Optima-Bold.woff2") format("woff2"), url("/fonts/Optima-Bold.woff") format("woff"), url("/fonts/Optima-Bold.ttf") format("truetype"), url("/fonts/Optima-Bold.svg#Optima-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Optima-Regular';
  src: url("/fonts/Optima-Regular.eot");
  src: url("/fonts/Optima-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Optima-Regular.woff2") format("woff2"), url("/fonts/Optima-Regular.woff") format("woff"), url("/fonts/Optima-Regular.ttf") format("truetype"), url("/fonts/Optima-Regular.svg#Optima-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica-Light';
  src: url("/fonts/Helvetica-Light.eot");
  src: url("/fonts/Helvetica-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Helvetica-Light.woff2") format("woff2"), url("/fonts/Helvetica-Light.woff") format("woff"), url("/fonts/Helvetica-Light.ttf") format("truetype"), url("/fonts/Helvetica-Light.svg#Helvetica-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url("/fonts/Helvetica.eot");
  src: url("/fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("/fonts/Helvetica.woff2") format("woff2"), url("/fonts/Helvetica.woff") format("woff"), url("/fonts/Helvetica.ttf") format("truetype"), url("/fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 28%;
}

.grid_4 {
  width: 31%;
  margin-right: calc(7% / 3);
  margin-bottom: calc(7% / 3);
}

.grid_4:nth-child(3n) {
  margin-right: 0;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_6.content.mla {
  padding-left: 50px;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 65%;
}

.grid_9 {
  width: 70%;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

img {
  border: none;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
html {
  height: 100%;
}

body {
  font-family: 'Helvetica-Light';
  font-size: 16px;
  font-size: clamp(12px, 0.78vw, 16px);
  background: #336666;
  color: #000;
  margin: 0;
  padding: 0;
  height: 100%;
  padding-top: 80px;
}

main {
  width: 100%;
  padding-bottom: 100px;
  z-index: 2;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Optima-Bold';
  font-weight: normal;
  margin: 0;
}

h1 {
  font-size: clamp(24px, 1.8vw, 40px);
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

p {
  font-size: clamp(12px, 0.7vw, 16px);
  line-height: 1.3em;
}

.content p {
  max-width: calc(100% - 50px);
}

h2 {
  font-size: clamp(18px, 1.12vw, 24px);
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding: 8px 20px;
  background-color: #336666;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

h3 {
  font-size: clamp(14px, 0.9vw, 20px);
  letter-spacing: 0em;
  text-align: left;
  color: #366;
  border-bottom: 1px solid #336666;
  margin-bottom: 1em;
}

h3.bg-green {
  display: block;
  background-color: #336666;
  color: #fff;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

/* Navigation */
header {
  margin: 0;
  width: 100%;
  position: relative;
  background-color: #336666;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 20px 50px;
}

header .logo {
  margin: 0;
  display: block;
  width: clamp(109px, 7vw, 150px);
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav ul span {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}

header nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}

header nav ul li a {
  font-size: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-bottom: 1px solid transparent;
}

@media (hover: hover) {
  header nav ul li a:hover {
    border-bottom: 1px solid #fff;
  }
}

#page-home header nav ul li a.home {
  border-bottom: 1px solid #fff;
}

#page-documents header nav ul li a.documents {
  border-bottom: 1px solid #fff;
}

#page-news header nav ul li a.news {
  border-bottom: 1px solid #fff;
}

/* nav-toggle */
#nav-toggle {
  position: relative;
  top: 20px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  width: 150px;
  height: 30px;
  visibility: hidden;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  top: 10px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

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

/* enquiry */
.register {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  background: #000;
}

.formbox {
  margin: 0 auto;
  padding: 10px 0;
  width: 90%;
  max-width: 320px;
}

input,
select {
  font-size: 16px;
  margin: 0 auto;
  padding: 5px 10px;
  width: 100%;
  color: #fff;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #525252;
  text-align: left;
  letter-spacing: 2px;
}

select {
  padding: 5px 7px;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  text-align-last: center;
}

select option {
  padding: 7px 5px;
  background: #fff;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  text-align-last: center;
}

.privacy {
  font-size: 10px;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}

#chkInternational + label {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: #fff;
  padding: 2px 0 2px 26px;
}

#chkInternational:checked + label {
  background: url(/images/buttons/check.png) no-repeat left center;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/*footer*/
footer {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 50px;
  background-color: #336666;
  z-index: -1;
}

footer img {
  width: 100px;
}

footer p {
  font-size: clamp(12px, 0.68vw, 14px);
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  width: 400px;
}

/* 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 #525252;
  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 #525252;
  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;
}

* {
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

/** --------------------------------- **/
section {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.container {
  display: block;
  width: 1440px;
  max-width: calc(100% - 100px);
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.landing {
  height: 100vh;
  background-image: url(/images/home/banner.jpg);
}

.landing .main-logo {
  width: clamp(250px, 17vw, 450px);
}

.landing::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.27);
}

.landing > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing > div img {
  margin-bottom: 100px;
  z-index: 2;
}

.landing > div h1 {
  z-index: 2;
}

.half {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}

.half.right {
  right: 0;
}

.half.left {
  left: 0;
}

.lable {
  color: #336666;
}

.lable span {
  font-family: 'Helvetica';
}

.content ul {
  padding-left: 20px;
  list-style-type: lower-alpha;
}

.content ul li ol {
  list-style: lower-roman;
  padding-left: 30px;
}

._row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0.5em;
  font-size: 1em;
  color: #000;
}

._row .date {
  width: 100px;
}

._row .download {
  margin-left: auto;
}

._row img {
  width: 24px;
}

._row .active {
  text-decoration: underline;
}

.border-green {
  border: 1px solid #336666;
}

.news-img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.news-content {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

/** --------------------------------- **/
/** --------------------------------- **/
.ptl {
  padding-top: 120px;
}

.pbl {
  padding-bottom: 120px;
}

.ptm {
  padding-top: 40px;
}

.pbm {
  padding-bottom: 40px;
}

.pts {
  padding-top: 20px;
}

.pbs {
  padding-bottom: 20px;
}

.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mla {
  margin-left: auto;
}

.community {
  margin-bottom: 40px;
}

.community a {
  padding-left: 10px;
  padding-right: 10px;
}

.community p {
  padding-left: 10px;
  padding-right: 10px;
}

.planning {
    margin-bottom: 40px;
}

.planning p {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 720px) {
  #nav-toggle {
    display: block;
  }
  ul#nav {
    display: none;
    margin-top: 80px;
    clear: both;
  }
  ul#nav li {
    display: block;
    margin: 2vh 0 !important;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  ul#nav li a {
    margin: 0;
    text-align: center;
    width: 100%;
    line-height: normal;
    color: #075fa8;
    padding: 10px 0;
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */