.pages-top-container .pages-top-header:before,
.pages-container .Competition_button:after {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "TM-icon-set";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 45px;
  line-height: 4.5rem;
}

h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 29px;
  line-height: 2.9rem;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
}

#site #content_middle {
  border: 0;
  width: 100%;
  margin: 0;
}
#site #content_top {
  padding: 0;
  width: 100%;
}
#site #content_left {
  width: 100%;
  margin: 0;
  padding: 0;
}

.pages-top-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 329px;
  width: 100%;
}
.pages-top-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pages-top-container .pages-top-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 960px;
}
.pages-top-container .pages-top-header {
  padding: 13px 29px 16px;
  position: absolute;
  top: 20px;
  left: 0;
  background: rgba(0, 158, 224, 0.95);
}
.pages-top-container .pages-top-header h1 {
  color: #fff;
}

.pages-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 29px;
  background: #fff;
  border: 1px solid #95a8bd;
  border-top: 0;
  margin-bottom: 10px;
}
.pages-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pages-container .Competition_table {
  width: 100%;
}
.pages-container .Competition_table h1 {
  display: none;
}
.pages-container .Competition_CompetitionText {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.pages-container .Competition_form {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  width: 100%;
  margin-bottom: 20px;
}
.pages-container .Competition_form td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #224467;
  font-weight: bold;
  float: left;
  clear: both;
  width: 100%;
}
.pages-container .Competition_Answerext {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #224467;
  font-weight: bold;
  border-bottom: 1px solid #c6d1dc;
  padding: 15px 10px;
}
.pages-container .competition_QuestionText {
  color: #224467;
  border-bottom: 2px solid #009ee0;
  padding-bottom: 12px;
  width: 100%;
}
.pages-container .competition_QuestionText a {
  color: currentColor;
}
.pages-container input[type=radio] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  margin: 0;
  margin-right: 5px;
}
.pages-container input[type=radio]:hover {
  cursor: pointer;
}
.pages-container input[type=text],
.pages-container input[type=number] {
  width: 100%;
  border: 1px solid #c6d1dc;
  background: #fff;
  padding: 7px;
  margin-bottom: 8px;
  color: #000;
  font-weight: normal;
}
.pages-container .Competition_button {
  position: relative;
  margin-top: 9px;
  background: #009ee0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pages-container .Competition_button:after {
  content: "\e606";
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
.pages-container .Competition_button:hover {
  cursor: pointer;
  background: #008ac3;
}
.pages-container .Competition_button input[type=submit] {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 14px;
  background-color: transparent;
  background: none;
  text-align: center;
  height: auto;
  font-weight: bold;
}
.pages-container .Competition_button input[type=submit]:hover {
  cursor: pointer;
}
.pages-container .Competition button {
  text-align: center;
  background-color: #e39a1a;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px 18px 10px 18px;
  border: 0px;
  cursor: pointer;
}
.pages-container .Competition button:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
}
.pages-container .Competition_SubText {
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  line-height: 1.7rem;
}
.pages-container .Competition_SubText b {
  color: #000000;
}

@media only screen and (max-width: 375px) and (min-width: 767px) {
  .Competition_CompetitionText {
    width: 100% !important;
    margin-top: -20px !important;
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .Competition_CompetitionText h2 strong {
    font-size: 70px !important;
    line-height: 90px !important;
  }
  .pages-container .Competition_CompetitionText {
    font-size: 2.6rem !important;
    line-height: 3.5rem !important;
  }
  .competition_QuestionText h3 strong {
    font-size: 5rem !important;
    line-height: 6.4rem !important;
    margin-top: -6rem !important;
    display: inline-block !important;
  }
  .Competition_Answerext {
    font-size: 3.2rem !important;
    line-height: 4.2rem !important;
  }
  .pages-container input[type=radio] {
    width: 3rem !important;
    height: 3rem !important;
  }
  .Competition_form td {
    font-size: 3.2rem !important;
    line-height: 4.2rem !important;
  }
  .pages-container input[type=text] {
    font-size: 32px !important;
  }
  .pages-container .Competition_button input[type=submit] {
    font-size: 4.2rem !important;
    padding: 3rem !important;
  }
  .pages-container .Competition_SubText {
    font-size: 2.4rem !important;
    line-height: 3.2rem !important;
  }
  .competition_QuestionText a {
    font-size: 3.4rem !important;
  }
}