@charset "utf-8";

#ifrm {display: none !important;}

button{
  border: none;
}

.wp-contact {
    background-color: #f7f7f7;
    padding-top: 35px;
    padding-bottom: 50px;
}

.entry-form {
  background-color: #FFF;
  padding-top: 0px;
  padding-bottom: 80px; }
  .entry-form .entry-form-inner {
    max-width: 950px;
    width: 100%;
    margin: auto; }
    .entry-form .entry-form-inner .firstText {
      margin-bottom: 65px; }
      .entry-form .entry-form-inner .firstText p {
        font-size: 15px;
        font-weight: 500;
        color: #4d4d4d;
        text-align: center;
        line-height: 2; }
    .entry-form .entry-form-inner .mainForm form table {
      width: 100%;
      margin-bottom: 40px;
      overflow: hidden; }
      .entry-form .entry-form-inner .mainForm form table .radioInput{
        margin: 0 0 0;
      }
      .entry-form .entry-form-inner .mainForm form table tbody tr th {
        width: 230px;
        font-size: 15px;
        font-weight: bold;
        color: #0d2485;
        padding: 20px 0 19px 20px;
        border-bottom: 1px solid #0d2485;
        vertical-align: top; }
        .entry-form .entry-form-inner .mainForm form table tbody tr th .req {
          float: right;
          margin-right: 3px;
          color: #FFF;
          font-size: 12px;
          font-weight: 500;
          background-color: #f23c50;
          width: 40px;
          text-align: center;
          line-height: 20px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px; }
        @media screen and (max-width: 640px) {
          .entry-form .entry-form-inner .mainForm form table tbody tr th {
            width: 100%;
            display: block;
            padding-left: 0; } }
      .entry-form .entry-form-inner .mainForm form table tbody tr td {
        border-bottom: 1px solid #cccccc;
        padding: 20px;
        padding-left: 30px;
        width: 75%; }
        .entry-form .entry-form-inner .mainForm form table tbody tr td .date select{
          padding: 8px 10px;
          font-size: 16px;
        }
        .entry-form .entry-form-inner .mainForm form table tbody tr td .date .year{
          
        }
        .entry-form .entry-form-inner .mainForm form table tbody tr td .date .month{
          
        }
        
        .entry-form .entry-form-inner .mainForm form table tbody tr td div .inputText {
          width: 80%;
          padding: 10px;
    border: 1px solid #bfbfbf;
    outline: none;}
    .entry-form .entry-form-inner .mainForm form table tbody tr td div .textArea {
      height: 250px;
      resize: none;
    }
    .entry-form .entry-form-inner .mainForm form table tbody tr td div .post {
      margin-right: 10px;
    }
    .entry-form .entry-form-inner .mainForm form table tbody tr td div .postalCode {
      width: 200px;
    }
    .entry-form .entry-form-inner .mainForm form table tbody tr td div.mg-bot {
      margin-bottom: 15px;
    }
          .entry-form .entry-form-inner .mainForm form table tbody tr td div .inputText:focus {
            outline: none; }
          .entry-form .entry-form-inner .mainForm form table tbody tr td div .inputText::placeholder {
            color: #cccccc; }
             .entry-form .entry-form-inner .mainForm form table tbody tr td div.radioBox label{
              font-weight: normal;
             }
        .entry-form .entry-form-inner .mainForm form table tbody tr td div.radioBox span {
          margin-right: 30px; }
          @media screen and (max-width: 900px) {
            .entry-form .entry-form-inner .mainForm form table tbody tr td div.radioBox span {
              margin-right: 30px;
              width: 43%;
              display: inline-block;
              margin-bottom: 5px; } }
          @media screen and (max-width: 480px) {
            .entry-form .entry-form-inner .mainForm form table tbody tr td div.radioBox span {
              width: 100%;
              margin-right: 0; } }
        @media screen and (max-width: 640px) {
          .entry-form .entry-form-inner .mainForm form table tbody tr td {
            width: 100%;
            display: block;
            padding-left: 15px; } }
    .entry-form .entry-form-inner .mainForm form .formButton button {
      width: 100%;
      background-color: #007aac;
      color: #FFF;
      font-size: 18px;
      font-weight: 500;
      border: 1px solid #007aac;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      -o-border-radius: 40px;
      border-radius: 40px;
      padding: 30px 0;
      line-height: 1;
      -webkit-transition: all 0.35s ease 0s;
      -moz-transition: all 0.35s ease 0s;
      -ms-transition: all 0.35s ease 0s;
      -o-transition: all 0.35s ease 0s;
      transition: all 0.35s ease 0s;
      position: relative; }
      .entry-form .entry-form-inner .mainForm form .formButton button .arrow {
        position: absolute;
        right: 35px;
        top: 16px;
        font-size: 45px; }
      .entry-form .entry-form-inner .mainForm form .formButton button:hover {
        background-color: #FFF;
        color: #007aac; }
      @media screen and (max-width: 480px) {
        .entry-form .entry-form-inner .mainForm form .formButton button {
          font-size: 13px;
          padding: 15px 0; }
          .entry-form .entry-form-inner .mainForm form .formButton button .arrow {
            font-size: 30px;
            right: 15px;
            top: 7px; } }
    .entry-form .entry-form-inner .lastText p {
      font-size: 15px;
      color: #333;
      font-weight: normal;
      line-height: 2;
      margin-top: 35px; }


/*INFO BOX*/
.info-box {
  width: 100%;
  background-color: #ECECEC;
  height: 229px;
  overflow-y: scroll;
  padding: 30px 20px;
  color: #5B5B5B;
  margin-bottom: 30px;
}
.info-box h4 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 25px;
  color: #363636;
}
.info-box p {
  font-size: 14px;
  line-height: 1.5;
}
.info-box ul {
  padding-left: 20px;
}
.info-box ul li {
  list-style-type: decimal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}
.info-box ul li p{
  font-weight: normal;
}
.info-box .mb-10 {
  margin-bottom: 10px;
}
.info-box a {
  color: #F59C00;
}

.check {
  text-align: center;
  position: relative;
}
.check label {
  font-size: 16px;
  font-weight: normal;
}
.check input[type=checkbox] {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0;
  bottom: -5px;
}

.submit-box {
  text-align: center;
  margin-top: 30px;
}
.submit {
  color: #FFF;
  font-size: 16px;
  background-color: #F59C00;
  text-align: center;
  line-height: 60px;
  width: 308px;
  border-radius: 30px;
  padding: 0;
  border: none;
}

.err {
  color: #f00;
  font-weight: bold;
}

.formCheck input[type="checkbox"]{
  margin: 0 0 0;
}

#confBtn{
  margin-top: 35px;
}
.button-blue {
  background: #0d2485;
}


@media screen and (max-width: 480px) {
  #formBtn .col-md-6{
    padding-left: 0;
    padding-right: 0;
  }
  button#confBtn{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

  button#submitBtn{
    width: 100%;
  }
}


div#entry-sent{
  padding-top: 45px;
  padding-bottom: 45px;
}

#formBtn .button-blue{
  display: inline-block;
  margin: 0;
}


@media screen and (max-width: 1024px) {
  .entry-form .entry-form-inner {
    padding: 0 15px;
  }
}

@media screen and (max-width: 640px) {
  .entry-form .entry-form-inner .mainForm form table tbody tr td div .inputText {
    width: 100%;
  }
  .entry-form .entry-form-inner .mainForm form table tbody tr td div.mg-bot {
    display: flex;
    align-items: center;
  }
  .entry-form .entry-form-inner .mainForm form table tbody tr td div .post {
    margin-right: 20px;
  }
  .entry-form .entry-form-inner .mainForm form table tbody tr td div .textArea {
    height: 150px;
  }
  .entry-form .entry-form-inner .mainForm form table tbody tr td {
    padding: 20px 0 10px;
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  #formBtn .button-blue {
    width: 100%;
    margin: 15px 0;
  }
}

@media screen and (max-width: 480px) {
  .check label {
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .check label {
    font-size: 12px;
  }
  .button-blue {
    width: 100%;
  }
}


.textFirst {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.textFirst br {
  display: none;
}

@media screen and (max-width: 480px) {
  .textFirst br {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .entry-form .entry-form-inner .mainForm form table tbody tr th {
    width: 96%;
  }
  .entry-form .entry-form-inner .mainForm form table tbody tr td div .inputText {
    width: 96%;
  }
  .entry-form .entry-form-inner .mainForm form table tbody tr td div.mg-bot {
    flex-wrap: wrap;
  }
  .entry-form .entry-form-inner .mainForm form table tbody tr td div .inputText.postalCode {
    width: 84%;
  }
}

@media screen and (max-width: 320px) {
  .entry-form .entry-form-inner .mainForm form table tbody tr th {
    width: 83%;
  }
  .entry-form .entry-form-inner .mainForm form table tbody tr td div .inputText {
    width: 83%;
  }
  .entry-form .entry-form-inner .mainForm form table tbody tr td div .inputText.postalCode {
    width: 72%;
  }
  .entry-form .entry-form-inner .mainForm form table tbody tr td .date select {
    font-size: 12px;
  }
  .entry-form .entry-form-inner .mainForm form table {
    display: block;
  }
}

.lowText {
  font-size: 12px;
  color: #707070;
  margin-top: 5px;
}

