.section-proposal {
  background: #BED62F;
}

.col-title {
  text-align: right;
}

@media screen and (max-width: 959px) {
  .col-title {
    text-align: left;
  }
}

.section-title {
  padding-bottom: 10px;
  font-size: 46px;
}

@media screen and (max-width: 959px) {
  .section-title {
    font-size: 36px;
  }
}

.section-sub-title {
  font-size: 33px;
  line-height: 1em;
  color: #003050;
}

@media screen and (max-width: 959px) {
  .section-sub-title {
    font-size: 27px;
  }
}

@media screen and (max-width: 959px) {
  .form {
    margin-top: 30px;
  }
}

.form-label {
  color: #003050;
}

.form-label.type, .form-label.file {
  line-height: 1em;
  margin-left: -20px;
  white-space: nowrap;
  display: block;
}

@media screen and (max-width: 959px) {
  .form-label.type, .form-label.file {
    padding-bottom: 2px;
    white-space: normal;
    margin-left: 0;
  }
}

.form-label.file {
  margin-left: -90px;
}

@media screen and (max-width: 959px) {
  .form-label.file {
    padding-bottom: 7px;
    margin-left: 0;
  }
}

.form-label.file span {
  display: block;
  margin-left: -40px;
}

@media screen and (max-width: 959px) {
  .form-label.file span {
    margin-left: 0;
  }
}

.row-form-option {
  padding-top: 20px;
}

.row-form-file {
  padding: 10px 0;
}

.form-options {
  text-align: left;
}

.form-options .radio {
  padding-left: 15px;
}

.form-options .radio.inline {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .form-options .radio.inline {
    margin: 7px 0 0 0;
    display: block;
  }
}

.form-options .radio label {
  padding-left: 0;
  font-family: "Town80TextBold", Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  color: #003050;
}

.form-options .radio label:before {
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: -15px;
}

.form-options .radio label:after {
  top: 4px;
  width: 6px;
  height: 6px;
  margin-left: -15px;
  background: #003050;
}

.input-file {
  position: relative;
  width: 100%;
  height: 36px;
  overflow: hidden;
  background: #F2F2F2;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.input-file:before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 17px;
  height: 18px;
  margin-top: -9px;
  content: "";
  background: url("/assets/images/sections/search.png") no-repeat;
}

.input-file span {
  position: absolute;
  top: 10px;
  left: 35px;
  right: 10px;
  font-family: "Town80TextLight", Arial, sans-serif;
  font-weight: normal;
  font-style: inherit;
  font-size: 15px;
  line-height: 1em;
  text-align: left;
  display: block;
  color: #003050;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input-file input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-size: 30px;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
}

.obs {
  padding-top: 2px;
  font-size: 11px;
  line-height: 1em;
  text-align: right;
  color: #003050;
}

.form-message {
  font-size: 18px;
  margin-top: 15px;
  width: 75%;
  float: right;
  font-weight: bold;
}

.section-ebook {
  padding: 45px 0 30px;
  background: #FFF;
}

@media screen and (max-width: 959px) {
  .section-ebook {
    padding-bottom: 55px;
  }
}

.section-ebook .section-content {
  padding: 0 40px;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .section-ebook .section-content {
    padding: 0;
  }
}

.section-ebook .section-title {
  padding-left: 15px;
  padding-bottom: 20px;
  font-size: 39px;
  line-height: 1em;
  text-transform: none;
}

@media screen and (max-width: 959px) {
  .section-ebook .section-title {
    padding-left: 0;
  }
}

.section-ebook .section-title span {
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  color: #8B9599;
  display: block;
}

.section-ebook .section-title strong {
  color: #BED62F;
  text-transform: uppercase;
}

.section-ebook .btn {
  margin-left: 15px;
  min-width: 275px;
}

@media screen and (max-width: 959px) {
  .section-ebook .btn {
    margin-left: 0;
  }
}

.image-book {
  margin-top: -85px;
  max-width: 310px;
}

@media screen and (max-width: 959px) {
  .image-book {
    margin: -65px 0 0 -25px;
  }
}

.image-book img {
  width: auto;
  max-width: 100%;
}
