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

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

@font-face {
  font-family: "Overpass-SemiBold";
  src: url("/fonts/Overpass-SemiBold.eot");
  src: url("/fonts/Overpass-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Overpass-SemiBold.woff2") format("woff2"), url("/fonts/Overpass-SemiBold.woff") format("woff"), url("/fonts/Overpass-SemiBold.ttf") format("truetype"), url("/fonts/Overpass-SemiBold.svg#Overpass-SemiBold") format("svg");
  font-weight: 600;
  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: #fff;
}

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: "Overpass-Light";
  font-size: 16px;
  font-size: clamp(12px, 0.78vw, 16px);
  background: #EFEBE0;
  color: #000;
  margin: 0;
  padding: 0;
  height: 100%;
  padding-top: 80px;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-family: "FS Joey";
  font-weight: normal;
  margin: 0;
}

h1 {
  font-weight: normal;
  font-size: 50px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

p {
  line-height: 1.3em;
  padding-bottom: 20px;
}

p .fs20 {
  font-size: 18px;
}

p .bold {
  font-weight: bold;
}

.content p {
  max-width: 500px;
}

h2 {
  font-size: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

h3 {
  font-size: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #4A4A4A;
  border-bottom: 1px solid #4A4A4A;
  margin-bottom: 1em;
}

h3.bg-gray {
  background-color: #4a4a4a;
  color: #fff;
  padding: 10px;
}

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

header .logo {
  display: block;
}

header .logo img {
  width: 150px;
  margin: auto;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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-family: "FS Joey";
  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;
  }
}

header > .row > * {
  width: calc(100% / 3);
}

header .tel {
  font-family: "Overpass-Light";
  display: block;
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (hover: hover) {
  header .tel: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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: none;
}

#nav-toggle span {
  display: block;
  height: 1px;
  width: 30px;
  background: #fff;
}

#nav-toggle.active {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#nav-toggle.active span:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav-toggle.active span:last-child {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 50px;
  background-color: #4A4A4A;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .row {
  width: 100%;
}

footer .row p {
  font-size: 14px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  max-width: 400px;
}

footer .row > * {
  width: calc(100% / 3);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .row img {
  max-width: 120px;
}

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

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

.container.small {
  width: 1000px;
}

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

.landing.vh50 {
  height: 50%;
}

.landing .main-logo {
  width: clamp(220px, 25vw, 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;
}

.landing .next-page {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}

.landing .next-page img {
  margin: auto;
  width: 100%;
}

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

.half.right {
  right: 0;
}

.half.left {
  left: 0;
}

.lable {
  color: #4A4A4A;
}

.contact_info {
    color: #4A4A4A;
    font-family: 'Helvetica';
}
    .contact_info a {
        color: #4A4A4A;
        padding: 0 !important;
    }



.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 #4A4A4A;
}

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

.icon {
  max-width: 50px;
  padding-bottom: 20px;
}

.community {
  margin-bottom: 40px;
}

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

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

.btn {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #C14C34;
  padding: 6px 18px;
  margin: auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.bg-light-blue {
  background-color: rgba(0, 89, 102, 0.9);
}

.bg-light-blue * {
  color: #fff;
}

.bg-green {
  background-color: #005966;
}

.deicorp-icon {
  max-width: 80%;
  width: 420px;
}

.icon-title {
  font-family: "FS Joey";
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  color: #a99261;
  text-align: left;
  display: block;
  margin-bottom: 8px;
}

.grabline {
  color: #fff;
}

#team p,
#team .PROUDLY {
  color: #fff;
  max-width: 450px;
  padding-bottom: 20px;
}

#team .PROUDLY {
  padding-bottom: 20px;
  display: block;
}

/** --------------------------------- **/
/** --------------------------------- **/
.wrap {
  -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;
}

.full-width {
  width: 100%;
}

.full-height {
  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;
}

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

.center-align {
  text-align: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mla {
  margin-left: auto;
}

.mw600 {
  max-width: 600px;
}

.p50 {
  padding: 50px;
}

@media screen and (max-width: 1000px) {
  #nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container {
    max-width: calc(100% - 40px);
  }
  .grid_4,
  .grid_8,
  .grid_3,
  .grid_6 {
    width: 100%;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 5px 10px;
  }
  header .row {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .row > * {
    width: initial;
  }
  header .row > *.logo {
    width: 140px;
    z-index: 3;
  }
  header nav {
    position: fixed;
    width: 100% !important;
    height: 100vh;
    background: #4a4a4a;
    top: 0;
    left: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    opacity: 0;
    z-index: -1000;
    pointer-events: none;
  }
  header nav ul {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
  header nav ul span {
    display: none;
  }
  header nav ul li {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  header nav ul li a {
    color: #fff;
    text-align: center;
    font-size: 20px;
  }
  header.active_nav nav {
    opacity: 1;
    z-index: 1;
    pointer-events: initial;
  }
  .tel-holder {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    background-color: #4A4A4A;
    z-index: 2;
    padding: 10px;
    text-align: center;
    margin: auto;
  }
  .tel-holder a {
    margin: auto;
  }
  .m-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer {
    padding-bottom: 50px;
  }
  footer .row > * {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
  footer .row > * img {
    margin: auto;
  }
  .pbl {
    padding-bottom: 70px;
  }
  .ptl {
    padding-top: 70px;
  }
  .landing .main-logo {
    max-width: 80%;
    width: 80%;
  }
  .m-m0 {
    margin: 0;
  }
  .mplr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*# sourceMappingURL=style.css.map */