@font-face {
  font-family: "AvenirLight";
  src: url("/fonts/avenirltstdlight.eot");
  src: url("/fonts/avenirltstdlight.eot") format("embedded-opentype"), url("/fonts/avenirltstdlight.woff2") format("woff2"), url("/fonts/avenirltstdlight.woff") format("woff"), url("/fonts/avenirltstdlight.ttf") format("truetype"), url("/fonts/avenirltstdlight.svg#avenirltstdlight") format("svg");
}

@font-face {
  font-family: 'ProfessorRegular';
  src: url("/fonts/ProfessorRegular.eot");
  src: url("/fonts/ProfessorRegular.eot") format("embedded-opentype"), url("/fonts/ProfessorRegular.woff2") format("woff2"), url("/fonts/ProfessorRegular.woff") format("woff"), url("/fonts/ProfessorRegular.ttf") format("truetype"), url("/fonts/ProfessorRegular.svg#ProfessorRegular") format("svg");
}

.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;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #f0e9d8;
}

img {
  border: none;
  max-width: 100%;
}

.art-img {
  margin: 0 auto;
  text-align: center;
  width: 462px;
  max-width: 100%;
  padding-top: 70px;
}

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 {
  font-size: 10px;
}

body {
  font-family: "AvenirLight";
  font-size: 2.4rem;
  background: #fff;
  color: #154c5b;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  padding-top: 133px;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

p {
  text-align: left;
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}

h1 {
  font-size: 6rem;
}

h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 50px;
}

h4 {
  font-size: 1.5rem;
}

/* Navigation */
header {
  margin: 0 auto;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #154c5b;
  padding: 50px 0;
}

.logo {
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 65px;
}

nav {
  width: 700px;
  display: block;
  margin: 0;
  margin-left: auto;
}

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav li {
  list-style: none;
  position: relative;
}

#nav li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f0e9d8;
  opacity: 0;
}

#nav li.active a {
  font-weight: bold;
}

#nav li.active:after {
  opacity: 1;
}

#nav li a {
  color: #fff;
  font-size: 1.8rem;
  font-family: "AvenirLight";
  text-transform: capitalize;
}

/* nav-toggle */
#nav-toggle {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 24px;
  display: none;
}

#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 0.6s ease-in-out;
  transition: all 0.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 {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}

#portal_enquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#portal_enquiry .half {
  width: 49%;
  position: relative;
}

input,
select {
  font-size: 2rem;
  margin: 0 auto;
  padding: 20px 10px;
  width: 100%;
  color: #f0e9d8;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  letter-spacing: 2px;
  font-family: "AvenirLight";
  margin-bottom: 20px;
}

select {
  padding: 5px 7px;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  text-align-last: center;
  padding: 20px 10px;
}

select option {
  padding: 7px 5px;
  background: #f0e9d8;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  text-align-last: center;
  color: #154c5b;
}

.privacy {
  font-size: 1rem;
}

.chk_holder {
  /*margin: 10px auto 0 auto;*/
  color: #f0e9d8;
  padding: 20px 10px;
  margin: 20px 0 10px;
  width: 100%;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #f0e9d8;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  line-height: 25px;
  width: 20px;
  text-align: left;
}

#chkInternational + label {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: #f0e9d8;
  padding: 2px 0 2px 26px;
  font-size: 2rem;
}

#chkInternational:checked + label {
  background: url(/images/buttons/check.png) no-repeat left center;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #f0e9d8;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #f0e9d8;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #f0e9d8;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #f0e9d8;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #f0e9d8;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #f0e9d8;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #f0e9d8;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #f0e9d8;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #f0e9d8;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  text-align-last: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #f0e9d8;
  clear: both;
  margin-bottom: 20px;
}

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;
  border-bottom: none;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
}

li.token-input-token-project {
  overflow: hidden;
  margin: 0;
  padding: 13px 10px;
  color: #f0e9d8;
  cursor: default;
  border: none;
  font-size: 2rem;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #f0e9d8;
  overflow-x: hidden;
  cursor: default;
  font-size: 1.1rem;
  z-index: 13;
  color: #154c5b;
}

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: #f0e9d8;
  font-size: 1.4rem;
  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: #f0e9d8;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #f0e9d8;
}

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: #f0e9d8;
  color: #154c5b;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 1rem;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: center;
  color: #f00d0d;
  position: absolute;
  left: 0;
  top: -15px;
  right: 0;
  margin: auto;
  font-size: 1.6rem;
}

* {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.lumiereSVG {
  max-width: 462px;
  height: 197px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.l-container,
.sml-container {
  width: 1640px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  position: relative;
}

.xl-container {
  width: 100%;
}

.sml-container {
  width: 810px;
}

.b_submit {
  background-color: #f0e9d8;
  text-align: center;
  text-transform: uppercase;
  color: #154c5b;
  margin: 0 auto;
  padding: 15px 30px;
}

.registerBtn {
  background-color: #f0e9d8;
  text-align: center;
  text-transform: uppercase;
  color: #154c5b;
  margin: 0 auto;
  padding: 15px 30px;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  max-width: 250px;
}

.b_submitholder {
  width: 235px;
  margin: 0 auto;
  padding-top: 50px;
}

.btn {
  font-size: 1.8rem;
  text-align: center;
  padding: 15px 50px;
  color: #154c5b !important;
  background: #f0e9d8;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
}

.btn.green {
  color: #f0e9d8 !important;
  background: #154c5b;
}

.btn.on-bottom {
  margin-top: 40px;
}

.bg-white {
  background: #fff;
}

.block {
  display: block;
}

.pt115 {
  padding-top: 11.5rem;
}

.pb115 {
  padding-bottom: 11.5rem;
}

.mb130 {
  margin-bottom: 13rem;
}

.mb185 {
  margin-bottom: 18.5rem;
}

.mlauto {
  margin-left: auto;
}

.pl7w {
  padding-left: 7vw;
}

.pr7w {
  padding-right: 7vw;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.grid_7 {
  width: 58%;
}

.grid_5 {
  width: 42%;
}

.relate {
  position: relative;
}

/* main css */
#introduction:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #154c5b;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 10;
}

#introduction.remove-facade:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#introduction #landing {
  background: url("/images/intro/1.jpg") center no-repeat;
  background-size: cover !important;
  width: 100%;
  height: calc(100vh - 134px);
  position: relative;
}

#introduction #landing > img {
  display: none;
}

    #introduction #landing h1 {
        position: absolute;
        letter-spacing: 2px;
        /*font-size: 6rem;*/
        font-size: 2rem;
        bottom: 90px;
        right: 0;
        left: 0;
        text-align: center;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        /*font-family: "ProfessorRegular";*/
    }

#introduction #landing .btn {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  width: 168px;
  margin: auto;
}

#introduction #landing .address {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  position: absolute;
  bottom: 40px;
  font-weight: bold;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

#design {
  background: #f0e9d8;
  position: relative;
}

#design .l-container {
  position: relative;
  z-index: 2;
}

#design:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 500px;
  background: #fff;
  width: 100%;
  z-index: 1;
}

#location {
  background: #f0e9d8;
  overflow: auto;
}

#location .l-container {
  z-index: 2;
}

#location .xl-container {
  position: relative;
}

#location .xl-container:before, #location .xl-container:after {
  content: "";
  position: absolute;
  top: -500px;
  height: 500px;
  left: 0;
  width: 100%;
  background: #fff;
}

#location .xl-container:after {
  top: auto;
  height: 720px;
  bottom: -720px;
}

#location .flexslider .slides li span {
  position: absolute;
  bottom: 50px;
  right: 110px;
  color: #f0e9d8;
}

#video {
  background: #f0e9d8;
  position: relative;
}

#video .l-container {
  position: relative;
  z-index: 2;
}

#video:after {
  content: "";
  position: absolute;
  background: #154c5b;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}

#video .video-wrapper {
  position: relative;
}

#video .video-wrapper .venobox {
  width: 11vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 11vw;
}

#video .video-wrapper .venobox svg {
  width: 100%;
}

#register {
  padding: 20rem 0 12rem;
  padding: 10rem 0 12rem;
  background: #154c5b;
  text-align: center;
}

#register svg {
  margin: auto;
  display: block;
}

#register h3 {
  color: #f0e9d8;
  text-align: center;
  font-size: 2.4rem;
  margin: 0 auto 30px;
}

footer {
  background: #154c5b;
  padding-bottom: 16rem;
}

footer * {
  color: #f0e9d8;
}

footer p {
  text-align: center;
}

.displaysuite_popup {
    display: block;
    position: fixed;
    width: 1020px;
    height: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #154c5b;
    z-index: 999;
    padding: 50px 20px;
    max-width: calc(100% - 40px);
    border: 4px solid #ffffff;
}

.displaysuite_popup_close {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 30px;
}

    .displaysuite_popup_close span {
        position: absolute;
        width: 1px;
        height: 100%;
        right: 0;
        left: 0;
        background: #ffffff;
        margin: 0 auto;
        transform: rotate(45deg);
    }

        .displaysuite_popup_close span:first-child {
            transform: rotate(-45deg);
        }

.displaysuite_popup h4 {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 40px;
    padding: 0 30px;
}

.displaysuite_popup h3 {
    display: block;
    font-size: 23px;
    color: #ffffff;
    padding-bottom: 16px;
}

.displaysuite_video {
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

.play_video_btn {
    border: 2px solid #ffffff;
    margin: 50px auto 0 auto;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    position: relative;
}

    .play_video_btn span {
        display: block;
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%,-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 30px;
        border-color: transparent transparent transparent #ffffff;
    }

.message_holder {
    display: table;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}

.middle_content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.whatchVideo {
    font-size: 16px;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    margin: 20px auto 50px auto;
    display: block;
    width: 117px;
    position: relative;
    font-weight: 600;
}

.displaysuite_video .dv {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

.backtowebsite {
    font-size: 16px;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    margin: 20px auto 50px auto;
    display: inline-block;
    position: relative;
    font-weight: 600;
}
/*  */
.counterHolder {
    display: block;
    max-width: 100%;
    margin-bottom: 50px;
}

    .counterHolder h3 {
        padding-bottom: 20px;
    }

    .counterHolder > span {
        color: #fff;
        display: inline-block;
        padding: 10px;
        text-align: center;
        width: 80px;
        position: relative;
        font-size: 22px;
    }

        .counterHolder > span::after {
            position: absolute;
            content: '';
            width: 1px;
            height: 60%;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.4)
        }

        .counterHolder > span:last-child::after {
            content: none;
        }

@media screen and (max-width: 1500px) {
  html {
    font-size: 9px;
  }
  body {
    padding-top: 130px;
  }
  #introduction #landing {
    height: calc(100vh - 130px);
  }
  #design:after {
    height: 300px;
  }
  #location .xl-container:after {
    height: 600px;
    bottom: -600px;
  }
}

.cv_message {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  body {
    padding-top: 125px;
  }
  body #design:after {
    height: 190px;
  }
  body #location .xl-container:after {
    height: 400px;
    bottom: -400px;
  }
  body .btn {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  body header {
    padding: 30px 0;
  }
  body header #nav-toggle {
    display: block;
  }
  body header .logo {
    position: static;
    display: inline-block;
  }
  body header nav {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100vh - 100px);
    background: #154c5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  body header nav #nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body header nav #nav li {
    margin: 2vh 0;
  }
  body header.active_nav nav {
    -webkit-transform: none;
            transform: none;
  }
  body .l-container,
  body .sml-container {
    max-width: calc(100% - 60px);
  }
  body .flex > :first-child {
    margin-bottom: 40px;
  }
  body .grid_5,
  body .grid_7 {
    width: 100%;
  }
  body .pr7w {
    padding-right: 0;
  }
  body .pl7w {
    padding-left: 0;
  }
  body .btn.on-bottom {
    position: static;
  }
}

@media screen and (max-width: 760px) {
    .displaysuite_popup h4 {
        font-size: 12px;
        padding: 0;
    }
    html {
        font-size: 7px;
    }
  html body {
    padding-top: 93px;
  }
  html body .flex-stretch {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  html body footer p {
    width: 100%;
  }
  html body .mb185 {
    margin-bottom: 13.5rem;
  }
  html body #location .flexslider .slides li span {
    bottom: 30px;
  }
  html body .flex-direction-nav a {
    bottom: 30px;
  }
  html body #introduction #landing {
    height: calc(100vh - 93px);
    height: auto;
  }
  html body #introduction #landing .address {
    bottom: 20px;
    font-size: 1.5rem;
  }
  html body #introduction #landing > img {
    display: block;
  }
  html body #introduction #landing h1 {
    left: 0;
    right: 0;
    font-size: 5rem;
    font-size: 4rem;
    bottom: 50px;
  }
  html body #introduction #landing .btn {
    bottom: 30px;
  }
  html body #design:after {
    height: 90px;
  }
  html body #location .xl-container:after {
    height: 200px;
    bottom: -200px;
  }
  html body .btn {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  html body header {
    padding: 20px 0;
  }
  html body header #nav-toggle {
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  html body header .logo {
    position: static;
    display: inline-block;
    width: 123px;
    display: block;
    height: 53px;
    margin-left: 0;
  }
  html body header .logo svg {
    width: 100%;
    height: auto;
  }
  html body header nav {
    position: fixed;
    top: 93px;
    left: 0;
    width: 100%;
    height: calc(100vh - 93px);
    background: #154c5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  html body header nav #nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body header nav #nav li {
    margin: 2vh 0;
  }
  html body header.active_nav nav {
    -webkit-transform: none;
            transform: none;
  }
  html body .l-container,
  html body .sml-container {
    max-width: calc(100% - 30px);
  }
  html body .flex > :first-child {
    margin-bottom: 40px;
  }
  html body .grid_5,
  html body .grid_7 {
    width: 100%;
  }
  html body .pr7w {
    padding-right: 0;
  }
  html body .pl7w {
    padding-left: 0;
  }
  html body .btn.on-bottom {
    position: static;
  }
	.pb115 {
    padding-bottom: 4.5rem;
}

.pt115 {
    padding-top: 4.5rem;
}
	h3 {

    margin-bottom: 4.5rem;
}
	#portal_enquiry .half {
    width: 100%;
    position: relative;
}
	input, select {
		padding: 10px 10px;
	}
	.chk_holder{
		margin: 0 auto;
	}
	#landing {
    position: relative;
}
	#landing::before{
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.2);
		 
	}
}
/*# sourceMappingURL=style.css.map */