/* CSS Document */
@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
body {
  overflow-x: hidden;
 font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*page style*/


.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}


h1 {
  font-size: 30px;
  padding: 3% 15px 0px;
}

/*
h1:after {
  content: "";
  display: block;
  background: #ccc;
  width: 150px;
  height: 2px;
  margin: 20px auto 0;
}
*/

@media screen and (max-width: 960px) {
  h1 {
    font-size: 28px;
  }
}

#header {
  text-align: left;
  padding: 15px;
  background: #ccc;
}

#header img {
  height: 70px;
}

.banner-block {
  text-align: center;
}

#form-wp {
  border: #ccc 2px solid;
  width: 90%;
  max-width: 1200px;
  margin: 2% auto;
}

#msi_form {
  padding: 3% 5% 5%;
  text-align: left;
}

.help-block {
  padding-top: 50px;
  color: #666;
}

.star {
  color: #f00;
  padding: 0 5px;
  font-size: 18px;
  display: inline-block;
}

.question-group {
  padding-bottom: 40px;
}

.question-group h6 {
  font-size: 20px;
  padding-bottom: 10px;
}

.question-group input[type="text"], .question-group input[type="email"], .question-group textarea, .question-group select {
  background: #fff;
  border: #ccc 1px solid;
  width: 100%;
  padding: 12px;
  border-radius: 3px;
  color: #333;
  font-size: 16px;
}

.question-group a {
  color: #c00;
  border-bottom: #c00 1px dotted;
  cursor: pointer;
  margin-left: 10px;
}

.question-group a:hover {
  color: #f00;
  border-bottom: #f00 1px solid;
}

.question-group a.bt-ltbox {
  margin-left: 30px;
}

.question-group .note {
  color: #666;
  padding-top: 10px;
  font-size: 16px;
}

.question-group ul {
  width: 100%;
}


.question-group ul li {
  padding: 15px 0 10px;
}

.question-group.error h6 {
  color: #999;
}

.question-group.error.checkSty {
  color: #999;
}

.radioSty input[type="radio"] {
  display: none;
}

.radioSty input[type="radio"]:checked + label::before {
  border: #f00 1px solid;
}

.radioSty input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f00;
  position: absolute;
  top: 3px;
  left: 3px;
}

.radioSty label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.radioSty label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: #333 1px solid;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.checkSty input[type="checkbox"] {
  display: none;
}

.checkSty input[type="checkbox"]:checked + label::before {
  border: #999 1px solid;
  background: url(https://storage-asset.msi.com/event/2019/Questionnaire/images/icon-check.png) center center no-repeat ;
  background-size: cover;
}

.checkSty label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkSty label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: #333 1px solid;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.form-send button {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.form-send button:hover {
  background: #999;
}

@media screen and (max-width: 960px) {
  .form-send {
    text-align: center;
  }
  .form-send button {
    width: 100%;
  }
}

.lighttbox {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
z-index: 999;
}

.ltwp {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.ltbox {
  background: #fff;
  width: 90%;
  max-width: 1000px;
  margin: 3% auto;
  padding: 40px;
  border: #ccc 3px solid;
  color: #333;
  line-height: 1.6;
  font-size: 18px;
  display: none;
}

.ltbox h2 {
  font-size: 26px;
  color: #000;
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
}

.ltbox h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 150px;
  margin: 15px auto 0;
  background: #ccc;
}

.ltbox h4 {
  padding: 30px 0 10px;
  font-size: 22px;
}

.ltbox h4 span {
  border-bottom: #666 2px solid;
}

.ltbox p {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 20px;
}

.ltbox .btclose {
  text-align: center;
  padding-top: 30px;
}

.ltbox .btclose button {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.ltbox .btclose button:hover {
  background: #999;
}

#terms {
  text-align: left;
}

#terms a {
  color: #c00;
  border-bottom: #c00 1px dotted;
  cursor: pointer;
  margin-left: 10px;
}

#terms a:hover {
  color: #f00;
  border-bottom: #f00 1px solid;
}

#terms ul {
  margin-left: 20px;
}

#terms ul li {
  list-style: lower-roman;
  line-height: 1.6;
  padding-bottom: 10px;
}

#terms ul li ul li {
  list-style: lower-alpha;
}