.content {
  padding-top: 0;
}

.custom_container > .row {
  flex-direction: row-reverse;
}

.image_block img {
  width: 100%;
}

.career_info {
  align-self: center;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 480px;
  margin: 0 auto;
}

.career_description {
  font-size: 180%;
  line-height: 1.8em;
  text-align: center;
  margin-top: 25px;
}

.career_form {
  padding-top: 50px;
}
.career_form .page_title {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 30px;
}

.attach_label {
  position: relative;
  font-weight: normal;
  margin: 0;
}
.attach_label .attach_button {
  display: flex;
  cursor: pointer;
  font-size: 160%;
  line-height: 19px;
  align-items: center;
  color: #9A9A9A;
}
.attach_label .attach_button:after {
  display: flex;
  width: 27px;
  height: 27px;
  border: 1px solid;
  align-items: center;
  justify-content: center;
  content: "+";
  margin-left: 8px;
  font-size: 150%;
  font-weight: 300;
}
.attach_label.has-error .attach_button:after {
  color: #b94a48;
}

.upload_success {
  display: none;
}

.upload_errors {
  position: absolute;
  top: 100%;
  left: 10px;
  margin-top: 2px;
}
.upload_errors .size_error,
.upload_errors .format_error {
  display: none;
}

.attached .attach_label {
  display: none;
}
.attached .upload_success {
  display: flex;
  align-items: center;
}
.attached .upload_success .file_name {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
  font-size: 160%;
  line-height: 19px;
}
.attached .upload_success .attach_remove {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  margin-left: 8px;
  width: 27px;
  height: 27px;
  color: inherit;
  border: 1px solid;
  background: transparent;
  font-size: 120%;
  padding: 0;
  color: #9A9A9A;
}
.attached .upload_success .attach_remove:before {
  display: block;
}

.size_error .attach_label:not(.has-error) ~ .upload_errors .size_error,
.format_error .attach_label:not(.has-error) ~ .upload_errors .format_error {
  display: block;
  font-size: 120%;
  line-height: 15px;
  color: #b94a48;
}

@media (max-width: 1599px) {
  .career_description {
    font-size: 160%;
    line-height: 23px;
  }
}
@media (max-width: 1199px) {
  .attached .upload_success .file_name,
.attach_label .attach_button,
.career_description {
    font-size: 140%;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .career_info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .career_form {
    padding-top: 40px;
  }
}
.web .attach_button:hover,
.web .attach_remove:hover {
  color: #333333;
}

.touch .attach_remove,
.touch .attach_button {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.touch .attach_remove:active,
.touch .attach_button:active {
  color: #333333;
}

.web .attach_button,
.web .attach_remove {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.attach_label .attach_button, .attached .upload_success .attach_remove {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.attach_label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

/*# sourceMappingURL=careers.css.map */
