/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.paging {
  overflow: hidden;
  padding-top: 2em;
  clear: both;
}
@media (max-width: 649px) {
  .paging {
    position: relative;
    padding-bottom: 50px;
  }
}
.paging input {
  float: left;
}
.paging .next {
  margin-left: 1em;
}
@media (max-width: 649px) {
  .paging .next {
    float: right;
    margin: 0;
    padding: 0;
    width: 48%;
  }
}
.paging .prev {
  margin-right: 1em;
}
@media (max-width: 649px) {
  .paging .prev {
    float: left;
    margin: 0;
    padding: 0;
    width: 48%;
  }
}
.paging .steps {
  float: left;
}
@media (max-width: 649px) {
  .paging .steps {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}
.paging .steps span {
  font-weight: 400;
  color: #acaeb2;
  display: inline-block;
  padding: 0 10px;
  line-height: 2em;
}
.paging .steps span.active {
  color: #555;
}
/**********************************
            COLOURS
**********************************/
.pageHeader,
.pageFooter {
  display: none;
}
/**********************************
          Heading Styles
**********************************/
.heading-main {
  font-weight: 300;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media (max-width: 767px) {
  .heading-main {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 649px) {
  .heading-main {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.heading-main.invest {
  color: #aebe3e;
}
.heading-sub {
  color: #555;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .heading-sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 649px) {
  .heading-sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.heading-sub.invest {
  color: #aebe3e;
}
.heading-copy {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .heading-copy {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 649px) {
  .heading-copy {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.input-disabled,
input[type="text"]:disabled,
select:disabled {
  background: #e3e3e3;
}
.size10 {
  font-size: 10px;
  font-size: 0.625rem;
}
.size12 {
  font-size: 12px;
  font-size: 0.75rem;
}
.size20 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .size20 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 649px) {
  .size20 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.btn-std {
  background-color: #555;
  display: block;
  text-transform: uppercase;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  line-height: 2em;
  height: 2em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  transition: background .2s linear;
  cursor: pointer;
}
.btn-std:hover {
  text-decoration: none;
  background-color: #666;
  transition: background .2s linear;
}
@media (max-width: 767px) {
  .btn-std {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.btn-std.asset-finance {
  background-color: #31556d;
}
.btn-std.asset-finance:hover {
  background-color: #3d6987;
}
.btn-std.investing {
  background-color: #adbd3e;
}
.btn-std.investing:hover {
  background-color: #c3d647;
}
.btn-std.contactus {
  background-color: #000;
}
.btn-std.contactus:hover {
  background-color: #55585c;
}
.btn-submit {
  line-height: 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.btn-submit.arrow {
  position: absolute;
  height: 65px;
  padding: 0 25px 0 25px;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: capitalize;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: center right;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn-submit.arrow {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 649px) {
  .btn-submit.arrow {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
html {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  margin: 0;
  padding: 0px;
  width: 100%;
  line-height: 1.5;
  color: #000;
  min-width: 320px;
}
body .formstyle01 {
  margin: 1.6em 0;
  /*max-width:600px;*/
}
body .formstyle01.financials .row {
  margin-bottom: 15px;
}
body .formstyle01.financials .row label {
  display: inline-block;
  margin-top: 5px;
}
body .formstyle01 table {
  margin: 0;
}
body .formstyle01 .row {
  margin-bottom: 20px;
}
body .formstyle01 .row label {
  /*float:left;*/
  /* width:33%; */
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  max-width: 100%;
  /*padding:4px 0;*/
}
@media (max-width: 649px) {
  body .formstyle01 .row label {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
body .formstyle01 .row label .help {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: .5rem;
  background: #555;
  text-align: center;
  line-height: 1rem;
  font-size: .7rem;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  margin-left: .2rem;
}
@media (max-width: 649px) {
  body .formstyle01 .row label .help {
    margin-left: .25rem;
  }
}
body .formstyle01 .row .field {
  float: right;
  width: 67%;
  /*table { .remCalc(12); } */
}
@media (max-width: 649px) {
  body .formstyle01 .row .field {
    width: 60%;
  }
}
body .formstyle01 .row .field label {
  width: auto;
  float: none;
  max-width: none;
  display: block;
}
body .formstyle01 .row .field input {
  width: 100%;
  border: 1px solid #555;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  padding: 5px;
  box-sizing: border-box;
}
body .formstyle01 .row .field input::placeholder {
  color: #000;
}
body .formstyle01 .row .field input[readonly] {
  background: #f0f0f0;
}
body .formstyle01 .row .field input[type=radio],
body .formstyle01 .row .field input[type=checkbox] {
  float: left;
  margin-top: .7em;
  margin-right: .6em;
  width: auto;
}
body .formstyle01 .row .field select {
  width: 100%;
  border: 1px solid #555;
  padding: 6px 3px;
}
body .formstyle01 .row .field textarea {
  width: 100%;
  border: 1px solid #555;
  padding: 6px 3px;
  box-sizing: border-box;
}
body .formstyle01 .row .field .tpSurveyOptionPost {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  padding-top: .5em;
}
@media (max-width: 649px) {
  body .formstyle01 .row .field .tpSurveyOptionPost {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
body .formstyle01 .row .field.datetime div {
  float: left;
  width: 30%;
  margin-left: 5%;
}
body .formstyle01 .row .field.datetime div:first-child {
  margin-left: 0;
}
body .formstyle01 .row .field.phoneNumber input {
  width: 70%;
  margin-left: 5%;
  box-sizing: border-box;
  float: left;
}
body .formstyle01 .row .field.phoneNumber input:first-child {
  width: 25%;
  margin-left: 0;
}
body .formstyle01 .row.tall {
  min-height: 2.9em;
}
@media (max-width: 799px) {
  body .formstyle01 .row.tall {
    min-height: 0;
  }
}
body .formstyle01 .row .tpSurveyItem.tpSurveyHidden {
  display: none;
}
body .formstyle01 .row .tpSurveyItem.tpSurveyCheckbox {
  position: relative;
}
body .formstyle01 .row .tpSurveyItem.tpSurveyCheckbox .tpSurveyOptions {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  z-index: 1;
}
body .formstyle01 .row .tpSurveyItem.tpSurveyCheckbox .tpSurveyQuestion {
  float: right;
  width: 100%;
  text-align: left;
  margin: 0;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  body .formstyle01 .row .tpSurveyItem.tpSurveyCheckbox .tpSurveyQuestion {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 649px) {
  body .formstyle01 .row .tpSurveyItem.tpSurveyCheckbox .tpSurveyQuestion {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
body .formstyle01 .row .tpSurveyItem .tpSurveyOptions {
  float: right;
  width: 67%;
}
body .formstyle01 .row .tpSurveyItem .tpSurveyOptions label {
  width: auto;
  float: none;
  max-width: none;
  display: block;
}
body .formstyle01 .row .tpSurveyItem .tpSurveyOptions input[type="text"] {
  width: 100%;
  border: 1px solid #555;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  padding: 5px;
  box-sizing: border-box;
}
body .formstyle01 .row .tpSurveyItem .tpSurveyOptions input[type="text"]::placeholder {
  color: #000;
}
body .formstyle01 .row .tpSurveyItem .tpSurveyOptions input[type="text"][readonly] {
  background: #f0f0f0;
}
body .formstyle01 .row .tpSurveyItem .tpSurveyOptions input[type=radio],
body .formstyle01 .row .tpSurveyItem .tpSurveyOptions input[type=checkbox] {
  float: left;
  margin-top: .7em;
  margin-right: .6em;
  width: auto;
}
body .formstyle01 .row .tpSurveyItem .tpSurveyOptions select {
  width: 100%;
  border: 1px solid #555;
  padding: 6px 3px;
}
body .formstyle01 .row .tpSurveyItem .tpSurveyOptions textarea {
  width: 100%;
  border: 1px solid #555;
  padding: 6px 3px;
  box-sizing: border-box;
}
body .formstyle01 .row .tpSurveyItem .tpSurveyOptions .tpSurveyOptionPost {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  padding-top: .5em;
}
@media (max-width: 649px) {
  body .formstyle01 .row .tpSurveyItem .tpSurveyOptions .tpSurveyOptionPost {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
body .formstyle01 .row .tpSurveyItem .tpSurveyQuestion {
  float: left;
  width: 31%;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  padding: 5px 0;
  display: block;
  margin-right: 2%;
}
@media (max-width: 649px) {
  body .formstyle01 .row .tpSurveyItem .tpSurveyQuestion {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
body .formstyle01 .row .tpSurveyItem table.tpSurveyOptions {
  float: left;
  width: auto;
}
body .formstyle01 .row .tpSurveyItem table.tpSurveyOptions .tpSurveyOption label {
  float: left;
  margin-right: 2em;
}
body .formstyle01 .row .tpSurveyItem .g-recaptcha > div {
  height: auto !important;
}
body .formstyle01 .tpSurveyButtons {
  text-align: right;
}
body .formstyle01.formColumns {
  /*max-width:800px;*/
}
@media (max-width: 799px) {
  body .formstyle01.formColumns {
    max-width: 600px;
  }
}
body .formstyle01.formColumns .col1 {
  float: left;
  width: 48%;
}
@media (max-width: 799px) {
  body .formstyle01.formColumns .col1 {
    float: none;
    width: 100%;
  }
}
body .formstyle01.formColumns .col1 .yearMonth .col1 {
  width: 48%;
  float: left;
}
body .formstyle01.formColumns .col1 .yearMonth .col2 {
  width: 48%;
  float: right;
}
body .formstyle01.formColumns .col1 .yearMonth .col2 label {
  display: block;
}
body .formstyle01.formColumns .col2 {
  float: right;
  width: 48%;
}
@media (max-width: 799px) {
  body .formstyle01.formColumns .col2 {
    float: none;
    width: 100%;
  }
}
body .formstyle01.formColumns .col2 .yearMonth .col1 {
  width: 48%;
  float: left;
}
body .formstyle01.formColumns .col2 .yearMonth .col2 {
  width: 48%;
  float: right;
}
body .formstyle01.formColumns .col2 .yearMonth .col2 label {
  display: block;
}
body .formstyle01.formColumns .col2 label,
body .formstyle01.formColumns .col2 .tpSurveyQuestion {
  display: block;
}
body .formstyle01.formColumns .col2 .field,
body .formstyle01.formColumns .col2 .tpSurveyOptions {
  width: 100%;
}
@media (max-width: 799px) {
  body .formstyle01.formColumns .col2 .field,
  body .formstyle01.formColumns .col2 .tpSurveyOptions {
    width: 67%;
  }
}
@media (max-width: 649px) {
  body .formstyle01.formColumns .col2 .field,
  body .formstyle01.formColumns .col2 .tpSurveyOptions {
    width: 60%;
  }
}
body .formstyle01.formColumns .col2 .field label,
body .formstyle01.formColumns .col2 .tpSurveyOptions label {
  display: block;
}
body .formstyle01 .table .row.header {
  margin-bottom: 0 !important;
}
body .formstyle01 .table .row.header .col p {
  font-size: 13px;
  font-weight: bold;
}
body .formstyle01 .table .label {
  display: inline-block;
  max-width: 33%;
}
body .formstyle01 .table .label h3 {
  margin: 0.7em 0;
}
body .formstyle01 .table .label label {
  max-width: 100%;
}
body .formstyle01 .table .columns {
  width: 67%;
  float: right;
}
body .formstyle01 .table .columns .long- col {
  width: 100%;
  float: none;
}
body .formstyle01 .table .columns label {
  display: none;
}
body .formstyle01 .table .columns .col.medium-col {
  width: 66%;
}
body .formstyle01 .table .columns .col {
  display: inline-block;
  width: 32.6%;
}
body .formstyle01 .table .columns .col .field {
  float: none;
  width: 100%;
}
@media (max-width: 600px) {
  body .formstyle01 #assets_header {
    display: none;
  }
  body .formstyle01 .table .row.header .label {
    display: block;
  }
  body .formstyle01 .table .row.header .columns {
    display: none;
  }
  body .formstyle01 .table .row.header .columns .label {
    display: block;
  }
  body .formstyle01 .table .label {
    display: none;
  }
  body .formstyle01 .table .columns {
    width: 100%;
    float: right;
  }
  body .formstyle01 .table .columns .long-col {
    width: 100%;
    float: none;
  }
  body .formstyle01 .table .columns label {
    display: inline-block;
  }
  body .formstyle01 .table .columns .col.medium-col {
    width: 100%;
  }
  body .formstyle01 .table .columns .col {
    display: inline-block;
    width: 100%;
  }
  body .formstyle01 .table .columns .col .field {
    float: right;
    margin-top: 0;
    width: 67%;
  }
  .columns label {
    margin: 15px 0 10px 0 !important;
  }
  .btn-submit {
    margin-bottom: 20px !important;
  }
  body .formstyle01 .table .row.header {
    clear: both;
    padding-top: 10px;
  }
  .heading-sub,
  body .formstyle01 .row {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 649px) {
  body .formstyle01 .table .columns .col .field {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
body .formstyle01 .row label .help {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: .5rem;
  background: #0082ba;
  text-align: center;
  line-height: 20px;
  font-size: .675rem;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF !important;
  font-weight: 500;
  margin-left: 0.2rem;
}
@media (max-width: 649px) {
  body .formstyle01 .row label .help {
    margin-left: 0.25rem;
  }
}
body .formstyle01.financials .row .field {
  width: 67%;
  /*margin-top: 7px;
    margin-bottom: 7px;*/
}
@media (max-width: 599px) {
  body .formstyle01.financials .row .field {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
body .formstyle01 .row .field {
  /*float: right;*/
  width: 100%;
  /*margin-top: 7px;
    margin-bottom: 7px;*/
}
@media (max-width: 599px) {
  body .formstyle01 .row .field {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
body .main-content-wrapper .innerWrapper .helpPopup {
  background-color: #0082ba;
  color: #fff;
  padding: 2%;
  margin: 0 auto;
  width: 35%;
  position: fixed;
  top: 10%;
  left: 30%;
  z-index: 1000;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  body .main-content-wrapper .innerWrapper .helpPopup {
    width: 60%;
    left: 20%;
    padding: 5%;
  }
}
@media (max-width: 767px) {
  body .main-content-wrapper .innerWrapper .helpPopup {
    width: 80%;
    left: 10%;
    top: 8%;
  }
}
body .main-content-wrapper .innerWrapper .helpPopup h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  padding-right: 40px;
}
@media (max-width: 767px) {
  body .main-content-wrapper .innerWrapper .helpPopup h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
body .main-content-wrapper .innerWrapper .helpPopup .btn-close {
  position: absolute;
  right: 10px !important;
  top: 20px;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  /*background-image: url(/static/images/spritesheet-icons-desktop.png);*/
  background-image: url(/static/images/icon-close.png) !important;
  background-repeat: no-repeat;
  text-indent: -9999px;
  /*background-position: center -1980px*/
}
@media (max-width: 767px) {
  body .main-content-wrapper .innerWrapper .helpPopup .btn-close {
    width: 20px;
    height: 20px;
    top: 10px !important;
    background-size: 16px !important;
    background-image: url(/static/images/icon-close.png) !important;
    /*background-position: center -1030px*/
    background-position: center center !important;
  }
}
body .main-content-wrapper .innerWrapper .helpPopup a {
  color: #fff;
}
.hidden {
  display: none!important;
}
.doubleLabel-hide {
  display: none !important;
}
.jlb,
.lb {
  min-height: 58px;
}
.formstyle01 .row .field select {
  min-height: 26px;
}
.bgColor {
  background-color: #555;
}
.iconudc {
  background: #000;
  color: #FFF;
}
.errorMessageBG {
  margin-bottom: 20px;
  color: #c00;
}
.errorMessageBG ol {
  list-style-type: none;
}
.errorMessageBG {
  margin-bottom: 20px !important;
  color: #c00;
  border: 1px solid #c00;
  padding: 10px;
  margin-bottom: 1.6em !important;
  display: block;
  background-color: #fff;
}
.errorMessageBG tr,
.errorMessageBG td {
  display: block;
  text-align: left;
  font-size: .9em;
}
.errorMessageBG td:nth-child(1),
.errorMessageBG td:nth-child(3) {
  display: none;
}
@media only screen and (min-width: 452px) {
  .nest {
    margin-left: 15px;
  }
}
/* ==============================
			Font Family
   ============================== */
@font-face {
  font-family: 'HyundaiSansHead';
  src: url('fonts/HyundaiSansHeadOffice-Regular.eot');
  src: url('fonts/HyundaiSansHeadOffice-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/HyundaiSansHeadOffice-Regular.woff2') format('woff2'), url('fonts/HyundaiSansHeadOffice-Regular.woff') format('woff'), url('fonts/HyundaiSansHeadOffice-Regular.ttf') format('truetype'), url('fonts/HyundaiSansHeadOffice-Regular.svg#HyundaiSansHeadOffice-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HyundaiSansHead-500';
  src: url('fonts/HyundaiSansHeadOffice-Medium.eot');
  src: url('fonts/HyundaiSansHeadOffice-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/HyundaiSansHeadOffice-Medium.woff2') format('woff2'), url('fonts/HyundaiSansHeadOffice-Medium.woff') format('woff'), url('fonts/HyundaiSansHeadOffice-Medium.ttf') format('truetype'), url('fonts/HyundaiSansHeadOffice-Medium.svg#HyundaiSansHeadOffice-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HyundaiSans-Bold';
  src: url('fonts/HyundaiSansTextOffice-Bold.eot');
  src: url('fonts/HyundaiSansTextOffice-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/HyundaiSansTextOffice-Bold.woff2') format('woff2'), url('fonts/HyundaiSansTextOffice-Bold.woff') format('woff'), url('fonts/HyundaiSansTextOffice-Bold.ttf') format('truetype'), url('fonts/HyundaiSansTextOffice-Bold.svg#HyundaiSansTextOffice-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'HyundaiSansHead-Bold';
  src: url('fonts/HyundaiSansHeadOffice-Bold.eot');
  src: url('fonts/HyundaiSansHeadOffice-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/HyundaiSansHeadOffice-Bold.woff2') format('woff2'), url('fonts/HyundaiSansHeadOffice-Bold.woff') format('woff'), url('fonts/HyundaiSansHeadOffice-Bold.ttf') format('truetype'), url('fonts/HyundaiSansHeadOffice-Bold.svg#HyundaiSansHeadOffice-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'HyundaiSans-Bold-Italic';
  src: url('fonts/HyundaiSansTextOffice-BoldItalic.eot');
  src: url('fonts/HyundaiSansTextOffice-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/HyundaiSansTextOffice-BoldItalic.woff2') format('woff2'), url('fonts/HyundaiSansTextOffice-BoldItalic.woff') format('woff'), url('fonts/HyundaiSansTextOffice-BoldItalic.ttf') format('truetype'), url('fonts/HyundaiSansTextOffice-BoldItalic.svg#HyundaiSansTextOffice-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'HyundaiSans-Italic';
  src: url('fonts/HyundaiSansTextOffice-Italic.eot');
  src: url('fonts/HyundaiSansTextOffice-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/HyundaiSansTextOffice-Italic.woff2') format('woff2'), url('fonts/HyundaiSansTextOffice-Italic.woff') format('woff'), url('fonts/HyundaiSansTextOffice-Italic.ttf') format('truetype'), url('fonts/HyundaiSansTextOffice-Italic.svg#HyundaiSansTextOffice-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'HyundaiSans-500-Italic';
  src: url('fonts/HyundaiSansTextOffice-MediumItalic.eot');
  src: url('fonts/HyundaiSansTextOffice-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/HyundaiSansTextOffice-MediumItalic.woff2') format('woff2'), url('fonts/HyundaiSansTextOffice-MediumItalic.woff') format('woff'), url('fonts/HyundaiSansTextOffice-MediumItalic.ttf') format('truetype'), url('fonts/HyundaiSansTextOffice-MediumItalic.svg#HyundaiSansTextOffice-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'HyundaiSans';
  src: url('fonts/HyundaiSansTextOffice-Regular.eot');
  src: url('fonts/HyundaiSansTextOffice-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/HyundaiSansTextOffice-Regular.woff2') format('woff2'), url('fonts/HyundaiSansTextOffice-Regular.woff') format('woff'), url('fonts/HyundaiSansTextOffice-Regular.ttf') format('truetype'), url('fonts/HyundaiSansTextOffice-Regular.svg#HyundaiSansTextOffice-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HyundaiSans-500';
  src: url('fonts/HyundaiSansTextOffice-Medium.eot');
  src: url('fonts/HyundaiSansTextOffice-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/HyundaiSansTextOffice-Medium.woff2') format('woff2'), url('fonts/HyundaiSansTextOffice-Medium.woff') format('woff'), url('fonts/HyundaiSansTextOffice-Medium.ttf') format('truetype'), url('fonts/HyundaiSansTextOffice-Medium.svg#HyundaiSansTextOffice-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HyundaiSansHead-300';
  src: url('fonts/HyundaiSansHeadOffice-Light.eot');
  src: url('fonts/HyundaiSansHeadOffice-Light.eot?#iefix') format('embedded-opentype'), url('fonts/HyundaiSansHeadOffice-Light.woff2') format('woff2'), url('fonts/HyundaiSansHeadOffice-Light.woff') format('woff'), url('fonts/HyundaiSansHeadOffice-Light.ttf') format('truetype'), url('fonts/HyundaiSansHeadOffice-Light.svg#HyundaiSansHeadOffice-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
/* ==============================
			Colours
   ============================== */
/* ==============================
			Custom Styles
   ============================== */
body {
  width: 100% !important;
  max-width: 770px !important;
  margin: 0 auto !important;
  padding: 20px;
  color: #000 !important;
  overflow-x: hidden;
  background-color: #FFF !important;
}
body .innerWrapper {
  width: 95%;
}
body .question a {
  color: #002B5F !important;
  text-decoration: underline;
}
body #form,
body input,
body select,
body textarea,
body .nest .menu .text,
body .ui-widget select {
  font-family: "HyundaiSans", Helvetica, Arial, sans-serif;
}
body .formstyle01 input,
body .formstyle01 select,
body .formstyle01 textarea,
body .formstyle01 select {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.42857;
  color: #555 !important;
  background-image: none;
  background-color: #f3f2f0 !important;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s linear;
  -moz-transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s linear;
  -o-transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s linear;
  -ms-transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s linear;
  transition: border-color ease-in-out 0.15s box-shadow ease-in-out 0.15s linear;
}
body .formstyle01 input:focus,
body .formstyle01 select:focus,
body .formstyle01 textarea:focus,
body .formstyle01 select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@media (max-width: 649px) {
  body .formstyle01 input,
  body .formstyle01 select,
  body .formstyle01 textarea,
  body .formstyle01 select {
    max-width: 95% !important;
    float: none;
  }
}
body .formstyle01 p input {
  width: auto !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0!important;
  height: auto !important;
}
body .formstyle01 p input:focus {
  border: none !important;
  box-shadow: none !important;
}
body #form .help {
  background: #002B5F !important;
}
body #form .helpPopup {
  background: #002B5F !important;
}
body #form .helpPopup p {
  font-family: "HyundaiSans", Helvetica, Arial, sans-serif;
}
body select,
body input,
body textarea {
  border-color: #CCC !important;
  color: #000 !important;
}
body label {
  font-family: "HyundaiSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 1em !important;
}
@media (max-width: 649px) {
  body label {
    max-width: 100% !important;
    float: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    width: 90%;
  }
}
@media only screen and (max-width: 420px) {
  body {
    width: 85%;
  }
}
@media only screen and (max-width: 360px) {
  body {
    width: 80%;
  }
}
/*.join-application {
    .field {
        width: 75% !important;
    }
}*/
.nest .menu .active {
  background: #002B5F !important;
}
.nest .menu .complete {
  background: #00A9D4 !important;
}
.nest .menu li {
  font-family: "HyundaiSans", Helvetica, Arial, sans-serif !important;
}
.applyHeading,
.heading-main {
  color: #000 !important;
  font-family: "HyundaiSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
}
@media (max-width: 649px) {
  .applyHeading,
  .heading-main {
    font-size: 32px;
    font-size: 2rem;
  }
}
.heading-main {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 649px) {
  .heading-main {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
p,
.main-content-wrapper,
.bullets,
.ui-datepicker-calendar {
  font-family: "HyundaiSans", Helvetica, Arial, sans-serif;
}
.heading-sub {
  color: #000 !important;
  font-family: "HyundaiSans-Bold", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 30px;
}
#nextButton,
#backButton,
#submitButton {
  background: #002B5F !important;
  color: #FFF !important;
  font-family: "HyundaiSans-Bold", Helvetica, Arial, sans-serif;
  padding: 15px 30px;
  width: auto !important;
  height: auto !important;
  border: none !important;
}
#nextButton:hover,
#backButton:hover,
#submitButton:hover,
#nextButton:active,
#backButton:active,
#submitButton:active {
  background: #00A9D4 !important;
}
#nextButton:focus,
#backButton:focus,
#submitButton:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media (max-width: 649px) {
  #nextButton,
  #backButton,
  #submitButton {
    float: none !important;
  }
}
#submitButton {
  background-color: transparent;
}
.bgColor {
  background-color: #002B5F !important;
  color: #FFF !important;
}
.bgColor #submitButton {
  background-color: transparent !important;
  color: #FFF !important;
  height: 65px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.bgColor #submitButton:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media (max-width: 649px) {
  .bgColor #submitButton {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.bgColor .iconudc {
  background: #002B5F !important;
  margin-left: 140px !important;
}
@media (max-width: 649px) {
  .bgColor .iconudc {
    margin-left: 160px !important;
  }
}
.bgColor label {
  font-family: "HyundaiSans", Helvetica, Arial, sans-serif;
}
.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none !important;
  background: #E1E1E1 !important;
}
#first_name,
#home_phone,
#employer_name,
#number_of_dependants {
  background-image: none !important;
}
#__lpform_first_name_icon,
#__lpform_home_phone_icon,
#__lpform_employer_name_icon,
#__lpform_number_of_dependants_icon {
  display: none !important;
}
@media (max-width: 649px) {
  body .formstyle01 .row .field {
    float: none !important;
    width: 100% !important;
  }
}
label.required:after {
  content: '*';
  color: #D02525;
}
.reuse-postal {
  padding-top: 30px;
}
@media (max-width: 649px) {
  .reuse-postal {
    padding-top: 50px;
  }
  .lb {
    padding-top: 10px;
  }
}

/*# sourceMappingURL=styles.css.map */