#cboxLoadedContent {
  background: #FFF;
}
#cboxContent {
  background: #FFF;
}
#apply {
  background: #FFF;
  margin: 0;
  padding: 50px;
  max-width: 725px;
}
.applicationForm {
  position: relative;
}
.applicationForm h3 {
  color: #f05423;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 1.6em;
}
#no-positions-available {
  margin: 0 auto;
  text-align: center;
  padding: 1.5em 0;
}
.applicationForm ul {
  margin: 1em 0;
}
.applicationForm li {
  font-size: 13px;
  line-height: 19px;
  position: relative;
  padding-right: 25px;
  display: block;
  margin: 5px 0;
  padding: 5px 15px;
}
.applicationForm li:hover {
  background: #c7c7c7;
}
.applicationForm > p {
  color: #f05423;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 1.5em;
}
.applicationForm fieldset > div {
    width: 90%;
}

.liveworkmainelink {
  display: block;
  text-align: center;
}
.liveworkmainelink img {
    opacity: 1;
    webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.liveworkmainelink img:hover {
    opacity: 0.6;
}
@media only screen and (min-width: 768px){
  .applicationForm fieldset > div {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
}
.applicationForm label {
  text-transform: none;
}
input[type=file] {
  opacity:0;
  position: absolute;
  top:0;
  left:0;
}

.applicationForm a.orange-btn {
  color: #FFF;
  background: #f05423;
  display: block;
  padding: 0.5em 1.5em;
  text-align: center;
  width: 100px;
  font-size: 13px;
  line-height: 19px;
  margin: 1em 0;
}

.applicationForm input[type=submit] {
  color: #FFF;
  background: #0f87e9;
  display: block;
  padding: 0.5em 1.5em;
  text-align: center;
  width: 100px;
  font-size: 13px;
  line-height: 19px;
  margin: 1em 0;
  border: 0 none;
  outline: 0 none;
  cursor: pointer;
}
.hide { display: none; }
#processing-app {
  width: 100%;
  text-align: center;
  padding-top: 42%;
}
#processing-app img {
  margin: 0 auto;
}
.inputError {
  border: 1px solid #F00 !important;
}
.file-remove {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-indent: -99999px;
  overflow: hidden;
  background: url(https://www.industrium.com/assets/images/x-small.png) left top no-repeat;
  text-decoration: none;
  border: 0 none;
  position: absolute;
  top: 6px;
  right: 15px;
  left: auto;
}
#cboxClose {
  background: url(https://www.industrium.com/assets/images/x-big.png) left top no-repeat;
  width: 39px;
  height: 39px;
  top: 15px;
  right: 15px;
  outline: none;
}