@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansSC";
  src:
    url("../../../Fonts/SourceHanSansSC/SourceHanSansSC-Light.woff2") format("woff2"),
    url("../../../Fonts/SourceHanSansSC/SourceHanSansSC-Light.woff") format("woff"),
    url("../../../Fonts/SourceHanSansSC/SourceHanSansSC-Light.otf") format("otf");
}
html[lang="zh-CN"] html,
html[lang="zh-CN"] body {
  font-size: 18px;
  font-family: "SourceHanSansSC", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

html[lang="en-US"] body {
  font-family: "SourceHanSansSC", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

.registration-form-container .content-wrapper {
  display: flex;
  flex-direction: column;
}
.registration-form-container .event-name-box {
  order: 1;
}
.registration-form-container .text__content {
  order: 2;
}
.registration-form-container .additional-information {
  order: 3;
}
.registration-form-container .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-top: 30px;
  order: 4;
}
.registration-form-container .logo img {
  max-width: 220px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .registration-form-container .logo img {
    max-width: 150px;
  }
}
@media screen and (max-width: 420px) {
  .registration-form-container .logo {
    margin-top: 50px;
    padding-bottom: 0;
  }
}

.container {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 750px;
  }
}
.headerBar {
  max-width: 1410px;
  margin: 0 auto 20px;
  height: 1em;
}

.header-lines {
  width: 100%;
}
.header-lines .close-header {
  float: left;
  padding: 20px;
}
.header-lines .expand-header {
  float: right;
  padding: 20px;
}

.site-footer .container {
  padding: 0 50px;
  @media screen and (max-width: 767px) {
    padding: 0 15px;
  }
}

.sucess-message .container h2 {
  text-align: center;
  color: #ff5a5a;
  margin-bottom: 2em;
  font-size: 34px;
  font-weight: 600;
}
.sucess-message .container p {
  color: #00a65d;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.registration-form-container {
  color: #1c1c1c;
  font-weight: 600;
  margin: 20px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.registration-form-container label {
  margin-bottom: 0.5rem;
}
.registration-form-container:after {
  clear: both;
  display: table;
  content: " ";
}
.registration-form-container .event-name-box {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.registration-form-container .event-name-box .event-name {
  text-align: center;
  font-size: 30px;
  color: #006cb8;
  line-height: 2.2;
}
.registration-form-container .event-name-box .event-name:nth-child(3) {
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .registration-form-container .event-name-box .event-name {
    font-size: 22px;
  }
}
.registration-form-container .event-name-box .event-date {
  font-size: 18px;
  line-height: 21px;
  color: #006cb8;
  line-height: 21px;
}
.registration-form-container .form-group {
  margin-bottom: 3rem;
}
.registration-form-container .form-group .form-control {
  background: #ff5a5a;
  color: #006cb8;
  width: 20em;
  box-shadow: 0 0 0 1px #006cb8;
}
.registration-form-container .form-group .form-control:focus {
  background: #ff5a5a;
  color: #006cb8;
  width: 20em;
  box-shadow: 0 0 0 1px #006cb8;
}
.registration-form-container .form-group .formLabel {
  margin-left: 2em;
}
.registration-form-container .umbraco-forms-submitmessage {
  color: #1c1c1c;
}
.registration-form-container .btn-Area {
  padding-bottom: 4em;
}

.sucess-message .event-name-box {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.sucess-message .event-name-box .event-name {
  font-size: 18px;
  line-height: 21px;
  color: #006cb8;
  line-height: 21px;
}
.sucess-message .event-name-box .event-date {
  font-size: 18px;
  line-height: 21px;
  color: #006cb8;
  line-height: 21px;
}

.umbraco-forms-field-wrapper .form-control::placeholder {
  color: #6866cf;
}
.umbraco-forms-field-wrapper:hover input[type="text"],
.umbraco-forms-field-wrapper:focus input[type="text"],
.umbraco-forms-field-wrapper:focus-within input[type="text"] {
  border: 1px solid #006cb8;
}
.umbraco-forms-field-wrapper input#\34 a2c99e0-364e-4a76-b0bc-7a4998f55729 {
  width: 100%;
}
.umbraco-forms-field-wrapper input[type="file"]::-webkit-file-upload-button {
  background-color: #006cb8;
  color: #fff;
  width: 120px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
}
.umbraco-forms-field-wrapper input[type="file"]::-webkit-file-upload-button:hover {
  opacity: 0.8;
}
.umbraco-forms-field-wrapper input#\37 498312f-7b1c-4d83-b60f-3a14c210e434,
.umbraco-forms-field-wrapper input#\37 9d06324-7a62-4460-fe4c-99501a64a01f {
  display: none;
}

.registration-form-container .btn.primary {
  *float: right;
  color: #ffffff;
  font-weight: 600;
  background-color: #006cb8;
  border-color: #006cb8;
  box-shadow: 5px 5px 5px #dfdfdf;
  min-width: 150px;
  min-height: 48px;
}
.registration-form-container .btn.primary:hover {
  background-color: #006cb8;
  color: #ffffff;
}

.btn {
  color: #006cb8;
  min-width: 97px;
}

button,
input {
  color: #006cb8;
}

.umbraco-forms-field {
  margin-bottom: 30px;
}
.umbraco-forms-field:last-child {
  margin-bottom: 30px;
}
.umbraco-forms-field .field-validation-error {
  color: #c30d23;
}
.umbraco-forms-field .field-validation-error:lang(en-US) {
  position: relative;
}
.umbraco-forms-field .field-validation-error:lang(en-US) > span {
  opacity: 0;
  visibility: hidden;
}
.umbraco-forms-field .field-validation-error:lang(en-US)::after {
  content: "This is a required field";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 16px;
  color: #c30d23;
  font-weight: 600;
  line-height: normal;
  opacity: 1;
  visibility: visible;
}
.umbraco-forms-field .field-validation-error:lang(zh-HK),
.umbraco-forms-field .field-validation-error:lang(zh-CN) {
  position: relative;
}
.umbraco-forms-field .field-validation-error:lang(zh-HK) > span,
.umbraco-forms-field .field-validation-error:lang(zh-CN) > span {
  opacity: 0;
  visibility: hidden;
}
.umbraco-forms-field .field-validation-error:lang(zh-HK)::after,
.umbraco-forms-field .field-validation-error:lang(zh-CN)::after {
  content: "此处为必填项";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 16px;
  color: #c30d23;
  font-weight: 600;
  line-height: normal;
  opacity: 1;
  visibility: visible;
}
.umbraco-forms-field .umbraco-forms-indicator {
  color: #c30d23;
}
.umbraco-forms-field.version {
  display: none;
}

input[type="text"] {
  height: 50px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #1c1c1c;
  outline: 0;
  color: #1c1c1c;
  font-weight: 600;
  padding: 2px 7px;
}

.radio-item {
  position: relative;
  padding: 0 6px;
  margin-left: 3em;
}

.radio-item input[type="radio"] {
  *display: none;
}

/* This will make the border gray when the button is not checked. */
input[type="radio"]:not(:checked)::-ms-check {
  border-color: gray;
}

input[type="radio"]::-ms-check {
  border-color: red;
  /* This will make the border red when the button is checked. */
  color: red;
  /* This will make the circle red when the button is checked. */
}

.radiobuttonlist {
  display: flex;
  flex-wrap: wrap;
}
.radiobuttonlist input[type="radio"] {
  width: 17px;
  height: 17px;
  transform: translateY(3px);
}
.radiobuttonlist label {
  width: calc(100% - 20px);
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
  .registration-form-container .form-group {
    margin-bottom: 2rem;
  }

  .sucess-message .container h2 {
    font-size: 18px;
  }

  .sucess-message .container p {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .registration-form-container .form-group .form-control,
  .registration-form-container .form-group .form-control:focus {
    width: 15em;
  }
}
input[type="radio"]:after {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  *top: -2px;
  *left: -1px;
  position: relative;
  *background-color: #006cb8;
  content: "";
  display: inline-block;
  visibility: visible;
  *border: 2px solid #006cb8;
}

.umbraco-forms-field-wrapper label {
  padding-left: 5px;
}

.footer {
  text-align: right;
  padding-top: 0;
  margin-bottom: 30px;
}

.footer #SuppliedBy a {
  font-size: 12px;
}

.footer #SuppliedBy span {
  font-size: 12px;
}

.umbraco-forms-navigation > div {
  text-align: center;
}

@media (max-width: 767px) {
  .registration-form-container {
    margin: 20px 0;
  }

  .col-12,
  .col-md-12 {
    padding: 0;
  }
}
.footer #SuppliedBy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer #SuppliedBy span,
.footer #SuppliedBy a {
  font-size: 14px;
  line-height: 1.5;
  color: #1c1c1c;
}
.footer .Disclaimer {
  margin-left: 15px;
  position: relative;
  padding-bottom: 2px;
}
.footer .Disclaimer::before {
  content: "|";
  font-size: 16px;
  width: 2px;
  height: 18px;
  color: #1c1c1c;
  position: absolute;
  left: -9px;
}
@media screen and (max-width: 420px) {
  .footer .Disclaimer::before {
    display: none;
  }
}

.childpage-content.\32 023-annual-general-meeting input[type="text"] {
  border: 1px solid #9a9a9a;
  font-size: 16px;
  line-height: 1.5;
  color: #1c1c1c;
  font-weight: 500;
}
.childpage-content.\32 023-annual-general-meeting input[type="text"]:focus {
  border: 1px solid #006cb8;
}
.childpage-content.\32 023-annual-general-meeting .umbraco-forms-field-wrapper label {
  font-weight: 500;
}
.childpage-content.\32 023-annual-general-meeting span.umbraco-forms-tooltip.help-block {
  font-weight: 500;
}

.notification-message {
  text-align: center;
  font-size: 18px;
  color: #006cb8;
}

.btn-submit-hidden {
  display: none;
}

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