

#apply-page input[type="file"] {
 
  border: 0 !important;
  height: 50px !important;
  padding: 0px !important;
}

#apply-page p,
#apply-page label,
#apply-page select,
#apply-page li,
#apply-page input {
  position: relative;
}
#apply-page .apply-wraper {
  max-width: 1000px;
  margin: 80px auto;
  position: relative;
}
#apply-page .apply-wraper .inner-width {
  padding-top: 16px;
}
#apply-page .apply-section p,
#apply-page .apply-section label {
  font-size: 1rem;
  display: block;
  margin: 0;
}
#apply-page .apply-section input,
#apply-page .apply-section textarea,
#apply-page .apply-section select {
  background-color: #fff;
  border: solid 1px #000;
  font-size: 1.2rem;
  color: #000;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 8px;
  margin: 10px 0;
  height: 45px;
}
#apply-page .apply-section label {
  font-size: 1rem;
  color: #333;
  font-weight: normal;
  padding-bottom: 0px;
  display: block;
  margin-left: 8px;
}
#apply-page #fields-apply-set1 label {
  padding: 10px 0 0;
}
#apply-page .apply-section ul li {
  font-size: 1.2rem;
}
#apply-page .error {
  color: red !important;
  padding: 10px 2px;
  display: block;
}
#apply-page .apply-section label,
#apply-page .apply-section label {
  font-weight: bold;
}
#apply-page .button {
  background: #d0051d !important;
  border:1px solid #d0051d !important;
  color: #fff !important;
  font-size: 1.2rem !important;
  line-height: 1;
  padding: 5px 30px !important;
  border: 0 none;
  text-align: center;
  width: auto !important;
  font-weight: normal !important;
  display: inline-block;
  font-size: 1.2rem;
  max-width: 320px;
  border-radius: 25px !important;
}
#apply-page .error {
  color: #d5232f;
}
#apply-page [disabled] {
  background: #ccc;
}
#apply-page #apply-banner-container {
  width: 100%;
  z-index: 1;
  position: relative;
  margin-top: 55px;
}
#apply-page .js #apply-banner {
  display: none;
}
#apply-page #apply-banner {
  text-align: center;
  font-weight: bold;
}
#apply-page #apply-banner .apply-banner-para {
  max-width: 900px;
  margin: 20px auto 0 auto;
  font-size: 1.2rem;
}
@media screen and (min-width: 800px) {
  #apply-page #apply-banner .apply-banner-para {
    margin: 0 auto;
    padding:0 0 20px;
  }
}
  #apply-page h1 {
    font-size: 1.12rem;
    text-align:center;
  }
@media screen and (min-width: 800px) {
  #apply-page h1 {
    font-size: 2rem;
  }
}
#apply-page #steps {
  list-style: none;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: -25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  visibility: hidden;
  margin: 0;
}
@media screen and (min-width: 800px) {
  #apply-page #steps {
    bottom: 0;
  }
}
#apply-page #steps span {
  display: none;
}
#apply-page #steps li {
  color: #fff;
  background-image: linear-gradient(to right, #fff 50%, #d0051d 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
  background-size: 200% 200%;
  border-radius: 4px;
  padding: 10px 40px;
  text-align: center;
  margin-right: 3%;
  margin-left: 3%;
  font-size: 0.9rem;
  font-weight: normal;
  border: 1px solid #d0051d;
  color: #000;
}
#apply-page #steps li:nth-child(4) {
  display: none;
}
#apply-page #steps li.on {
  color: #fff !important;
  background-position: -100% -50%;
}
#apply-page .apply-section h2 {
  margin: 0;
  font-size: 30px;
}
#apply-page #job-title {
  padding: 10px 0 0;
  position: relative;
  margin: 40px 5%;
  text-align: center;
}
#apply-page #bat-apply-form {
  padding: 0;
  margin: 50px auto;
  min-height: 300px;
  position: relative;
}
#apply-page #fields-jsq,
#apply-page #fields-email,
#apply-page #fields-apply-row1 {
  border: 1px solid #00b1eb;
  margin: 0 4%;
}
#apply_buttons,
#jsq_buttons {
    padding:10px 50px;
    margin: 0 auto;
    text-align:center
}

#apply-page #bat-apply-form p {
  position: relative;
}
#apply-page #fields-jsq p {
  padding-left: 44px;
  padding-right: 24px;
}
#apply-page #fields-jsq p:first-child {
  padding-top: 50px;
}

#apply-page #fields-email #submit-email {
  padding: 8px 50px;
}
#apply-page #fields-email label,
#apply-page #fields-email input {
  margin: 0;
  padding: 0 0 10px 0;
}
#apply-page #fields-jsq p label {
  width: 100%;
  position: relative;
}
#apply-page #fields-jsq p input,
#apply-page #fields-jsq p select {
  width: 100%;
}
#apply-page #fields-jsq p label span {
  font-size: 1.5rem;
  display: inline-block;
  position: absolute;
  margin-left: -40px;
  margin-top: -5px;
  padding-right: 10px;
  width: 40px;
}
#apply-page #message-validate-email {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#apply-page #message-validate-email strong {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 20px;
  display: block;
}
#apply-page #continue-anyway-section {
  margin: 0 auto;
  width: 90%;
}
#apply-page #continue-anyway-section #disqualify-action a:first-child:before {
  content: "";
  background: url(https://tbcdn.talentbrew.com/company/27325/img/icon/ico-search.png);
  width: 32px;
  height: 36px;
  top: 25px;
  left: 39px;
  display: inline-block;
  position: absolute;
}
#apply-page #continue-anyway-section #disqualify-action a:last-child:before {
  content: "";
  background: url(https://tbcdn.talentbrew.com/company/27325/img/icon/ico-tn.png);
  width: 37px;
  height: 43px;
  top: 26px;
  left: 39px;
  display: inline-block;
  position: absolute;
}
#apply-page #continue-anyway-section #disqualify-apply {
  text-align: right;
  margin: 30px 0 0;
}
#apply-page #continue-anyway-section #disqualify-apply a {
  font-size: 1rem !important;
  padding: 16px 20px !important;
  text-decoration: none !important;
}
#apply-page #fields-apply h4 {
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
}
#apply-page #fields-apply-set2 {
  background-color: #F5F5F5;
}
#apply-page #fields-apply-set2 input,
#apply-page #fields-apply-set2 select {
  width: 100%;
  background:#F5F5F5;
}
#apply-page #fields-apply-set2 label,
#apply-page #fields-apply-set2 a,
#apply-page #fields-apply-set2 p {
  color: #000 !important;
}
#apply-page #fields-apply-set1 p {
  display: inline-block;
  width: 100%;
}
#apply-page #fields-apply-set1 p input,
#apply-page #fields-apply-set1 p select {
  width: 100%;
}
#apply-page #rai-copy {
  padding: 25px 23px 0px;
}
#apply-page #fields-apply-row1 {
  margin-bottom: 15px;
}

#apply-page .field-title {
  background-color: #0e2b63;
  padding: 30px 17px 20px 30px;
  font-weight: bold;
  color: #fff !important;
  font-size: 1.1rem !important;
  margin-top: 15px !important;
}
#apply-page #fields-apply-set3 p:not(.field-title) {
  padding: 25px 23px 0px;
}
#apply-page #fields-apply-set3 input,
#apply-page #fields-apply-set3 select,
#apply-page #fields-apply-set3 label {
  margin-left: 0;
}
#apply-page #fields-apply-set3 ul,
#apply-page #fields-apply-set3 ol {
  margin-left: 71px;
  padding: 20px 0;
}
#apply-page #fields-apply-set3 small {
  padding: 5px 53px 0px;
}


#apply-page #thanks {
  padding: 50px;
}
#apply-page input.error {
  border: 1px solid red;
}
#apply-page #fields-apply-set2 strong.error,
#apply-page #fields-apply-set2 strong.error li {
  color: red !important;
  font-size: 0.9rem;
}
#apply-page #fields-jsq strong.error {
  position: absolute !important;
  text-transform: initial;
  left: 0;
  bottom: -10px;
  width: auto;
}
#apply-page #fields-jsq input[type="radio"] + strong.error {
  bottom: -33px;
}
#apply-page #fields-apply-set1 strong.error {
  padding: 0;
  margin: 0;
  margin-top: -5px;
  padding-bottom: 10px;
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  bottom: -22px;
}
#apply-page #fields-apply-row1 div {
  padding: 20px;
}
#apply-page #fields-apply-row1 div div p:first-child:before {
  content: "";
  background: url(https://tbcdn.talentbrew.com/company/27325/img/icon/ico-resume.png);
  width: 30px;
  height: 39px;
  top: 20px;
  left: 50%;
  display: inline-block;
  position: absolute;
  transform: translateX(-50%);
}
#apply-page #fields-jsq .option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  height: 32px;
  width: 32px;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: 1px solid #0e2b63;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  border-radius: 3px;
}
#apply-page #fields-jsq .option-input:focus {
  outline: 1px solid #000;
}
#apply-page #fields-jsq .option-input:hover {
  background: #9faab7;
}
#apply-page #fields-jsq .option-input:checked {
  background: #0e2b63;
}
#apply-page #fields-jsq .option-input:checked::before {
  height: 32px;
  width: 32px;
  position: absolute;
  content: "";
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  left: 0;
  top: 0px;
  background-image: url("https://cdn.radancy.eu/company/1045/v2_0/img/temporary/icons/apply-tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}
#apply-page #fields-jsq label {
  display: block;
}
#apply-page #fields-jsq p span label {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  width: 100px;
  margin: 20px 8px;
}
#apply-page #fields-jsq p span label input {
  position: absolute !important;
  left: 52px;
  top: -17px;
}
#apply-page .field-title {
  cursor: pointer;
}
#apply-page .field-title:after {
  content: "";
  background-image: url("https://cdn.radancy.eu/company/1045/v2_0/img/temporary/icons/arrows/grey-arrow--down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 22px;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  right: 16px;
  top: 25px;
}
#apply-page .field-title.on:after {
  transform: rotate(180deg);
}
#apply-page #continue-anyway-section #disqualify-action {
  padding: 20px 0 0 0;
}
#apply-page #continue-anyway-section #disqualify-action a {
  border: 1px solid #00b1eb;
  padding: 32px 50px 39px 85px;
  margin: 20px auto;
  display: block;
  width: 100%;
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 1.3rem;
}
#apply-page #existing-resume {
  padding: 20px 0;
}
#apply-page .step-title {
  list-style: none;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: 38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 0;
  z-index: 9999999;
  color: #000;
  font-size: 1.2rem;
}
#apply-page #fields-jsq p {
  margin-bottom: 20px;
}
#apply-page #fields-email #contactEmail {
  margin-left: 48px;
  max-width: 280px;
}
@media screen and (min-width: 800px) {
  #apply-page #fields-email #contactEmail {
    max-width: none;
  }
}
@media screen and (min-width: 800px) {
  #apply-page #continue-anyway-section p:first-child {
    text-align: center;
    font-size: 1.4rem;
    margin: 30px 15%;
    font-weight: normal;
  }
  #apply-page #apply-banner-container {
    margin-top: 0;
  }
  #apply-page #fields-email p:first-child {
    padding: 80px 20%;
  }
  #apply-page #apply-banner p {
    padding-top: 10px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  #apply-page #continue-anyway-section {
    width: 70%;
  }
  #apply-page .mobile {
    display: none;
  }

  #apply-page #continue-anyway-section #disqualify-action {
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #apply-page #continue-anyway-section #disqualify-action a {
    padding: 32px 50px 39px 85px;
    margin: 0;
    display: inline-block;
    width: 47%;
    position: relative;
  }
  #apply-page #steps li {
    margin-right: 1%;
    margin-left: 1%;
  }
  #apply-page #steps span {
    display: inline-block;
    font-size: 0.9rem;
  }
  #apply-page #fields-jsq p label span {
    font-size: 2rem;
  }
  #apply-page #job-title {
    margin: 25px 15%;
  }
  #apply-page #job-title a {
    text-decoration: underline;
  }
  #apply-page #fields-apply-set3 p:not(.field-title) {
    padding: 25px 53px 0px;
  }
  #apply-page .field-title {
    background-color: #0e2b63;
    padding: 30px 20px 20px 50px;
    font-weight: bold;
    color: #fff !important;
    font-size: 1.5rem !important;
    margin-top: 15px !important;
  }
  #apply-page #fields-apply-set3 .error {
    display: block;
  }
  #apply-page #fields-jsq p span {
    width: 40%;
    display: block;
    position: relative;
  }
  #apply-page #fields-jsq p span label {
    width: 40%;
  }
  #apply-page #fields-jsq p > label {
    width: 56%;
    margin-right: 4%;
  }
  #apply-page #fields-jsq p {
    padding-left: 80px;
    padding-right: 80px;
  }
  #apply-page #fields-jsq p {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
  }

  #apply-page #fields-apply-row1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #apply-page #fields-apply-row1 div {
    width: 50%;
    padding: 20px 50px;
  }
  #apply-page #steps li {
    font-size: 1rem;
  }

}

#apply-page #thanks .thank-you {
  font-size: 19px;
  padding: 20px 20px 44px;
  color: #0e2b63;
  text-align:center;
}


#apply-page #thanks .thank-you {
  font-size: 19px !important;
  padding: 20px 20px 44px !important;
}

html.global #submit-apply {
  padding: 6px 26px;
}
visible_hide {
  visibility: hidden;
}
.hide {
  display: none !important;
}
