@charset "utf-8";

/* CSS Document */

#container .sidebar:first-of-type {
  margin-top: 0;
}

/*========== Form ==========*/

.form-container {
  width: 100%;
  margin: 0 auto 50px auto;
}

.form-container h3 {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}

.annotation-text {
  margin-bottom: 30px;
  text-align: left;
}

.annotation-text-alt {
  margin-bottom: 10px;
  text-align: center;
}

.form {
  width: 100%;
  border-top: 1px dotted #969696;
}

.form tr {
  border-bottom: 1px dotted #969696;
}

.form th {
  width: 30%;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  background-color: #f0f0f0;
}

.form td {
  width: 70%;
  padding: 10px 20px;
  font-size: 13px;
}

.form input,
.form select,
.form textarea {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px -5px inset;
}

.form button {
  width: 150px;
  height: 30px;
  margin: 0 10px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px -5px 10px -5px inset;
  background-color: #fff;
}

.input-general {
  width: 95%;
  height: 30px;
  padding: 0 10px;
}

.input-general-alt {
  width: 80%;
  height: 30px;
  padding: 0 10px;
}

.textarea-general {
  width: 95%;
  height: 200px;
  margin-top: 5px;
  padding: 5px 10px;
}

.button-general {
  text-align: center;
  background-color: #f0f0f0;
}

.privacy-area {
  padding: 20px !important;
}

.privacy-title {
  margin: 0 0 10px 0;
  padding-left: 10px;
  font-size: 15px !important;
  font-weight: bold;
  border-left: 5px solid #559397;
}

.required {
  color: #fb2828;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

.complete-container {
  margin: 150px auto;
  text-align: center;
}

.complete-container h2 {
  margin-bottom: 30px;
  font-size: 20px;
}


/*========== Thanks ==========*/

.thanks-container {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
}

.thanks-container h1 {
  margin: 30px 0;
  font-size: 20px;
}

.thanks-container p {
  margin-bottom: 30px;
}

.button-container {
  margin-top: 20px;
  text-align: center;
}

.button {
  width: 20%;
  margin: 0 10px;
  font-size: 14px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0px -5px 10px -5px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px -5px 10px -5px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px -5px 10px -5px inset;
}

.tel_no {
  text-align: center;
}
