/* Header
-------------------------------------------------- */
header.main-header {
  padding-bottom: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 767px) {
  header.main-header {
    position: fixed;
  }
}
/* Orange section
-------------------------------------------------- */
.orange-section {
  padding: 67px 0 20px 0;
  height: 200px;
  background-image: url('../img/hiring.jpg');
  background-size: cover;
  text-align: center;
}
@media (max-width: 767px) {
  .orange-section {
    text-align: left;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .orange-section {
    padding-top: 59px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .orange-section {
    height: auto;
    padding-top: 100px;
  }
}
.orange-section h1 {
  color: #fff;
  margin: 12px;
  display: none;
}
@media (max-width: 767px) {
  .orange-section h1 {
    margin: 0;
    margin-left: 0;
    line-height: 53px;
  }
}
@media (max-width: 480px) {
  .orange-section h1 {
    font-size: 22px;
  }
  .orange-section h1 i {
    font-size: 16px;
  }
}
.orange-section p {
  display: none;
  color: #fff;
}
@media (max-width: 767px) {
  .orange-section p {
    display: none;
  }
}
/* section list
-------------------------------------------------- */
.section-list {
  padding: 50px 0;
  width: 100%;
  border-bottom: 1px solid #ecedf0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-list {
    text-align: center;
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .section-list {
    padding: 20px 15px;
  }
}
.section-list ul {
  font-family: Lato, "Arial AMU", sans-serif;
  font-size: 15px;
  color: #2c2c43;
  font-weight: normal;
  font-style: normal;
}
.section-list .form-box {
  max-width: 550px;
}
.section-list .list-item {
  float: left;
}
@media (max-width: 767px) {
  .section-list .list-item {
    width: 100%;
    float: none;
  }
}
.section-list .list-item:first-child {
  padding-right: 100px;
  width: calc(100% - 300px);
}
@media (max-width: 991px) {
  .section-list .list-item:first-child {
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .section-list .list-item:first-child {
    width: 100%;
    padding-right: 0;
  }
}
.section-list .list-item h2 {
  text-transform: uppercase;
  font-size: 32px;
}
@media (max-width: 1199px) {
  .section-list .list-item h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .section-list .list-item h2 {
    font-size: 19px;
  }
}
.section-list .list-item p {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .section-list .list-item p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .section-list .list-item p {
    font-size: 14px;
  }
}
.section-list .fill-blank {
  width: 300px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .section-list .fill-blank {
    margin: auto;
    padding-top: 25px;
  }
}
.section-list form .form-group {
  margin-bottom: 12px;
}
.section-list form .form-group.captcha .form-control {
  width: calc(100% - 130px);
  float: left;
}
.section-list form .form-group.captcha .captcha-code > img {
  margin: -2px 5px;
  height: 41px;
}
.section-list form .input-group {
  overflow: hidden;
  width: 100%;
  margin: 0px auto 12px;
}
.section-list form .input-group .input-group-btn {
  display: inline-block;
  height: 34px;
  line-height: 22px;
  width: 120px;
  -webkit-border-radius: 2px 0px 0px 2px;
  -moz-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  float: left;
  font-size: 14px;
}
.section-list form .input-group .input-group-btn strong {
  font-family: 'Brandon Grotesque';
}
.section-list form .input-group .input-group-btn input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  text-align: 0;
  cursor: pointer;
  opacity: 0;
}
.section-list form .input-group .input-row-addon {
  width: 150px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  float: left;
  border: 1px solid #e4d9d5;
  height: 48px;
  overflow: hidden;
}
.section-list form .input-group .input-row-addon img {
  float: left;
}
.section-list form .input-group .input-row-addon a {
  margin-top: 17px;
  display: block;
  float: left;
}
.section-list form .input-group .browse-file-name {
  width: calc(100% - 120px);
  float: left;
  display: block;
  height: 34px;
  color: #707980;
  padding: 9px 10px;
  font-size: 12px;
  line-height: 1.3;
  background-color: #F5F9F9;
  border-left: none;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.section-list form .input-group .btn-browse {
  float: left;
  background-color: #2196f3;
  border-color: #2196f3;
}
.section-list form button {
  display: block;
  width: 120px;
  font-size: 1pc;
  font-family: 'Brandon Grotesque';
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section-list form button {
    width: 100%;
  }
}
