@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
.pub-job {
  /* Legacy */
  display: -webkit-box;
  display: -moz-box;
  /* Hybrid */
  display: -ms-flexbox;
  /* Modern */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .pub-job {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    /* reverse */
  }
}
.pub-job_ad--wrapper {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
.pub-job_sidebar {
  width: 270px;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  margin-left: 15px;
}
.pub-job_ad_title {
  font-size: 24px;
  color: #00b0ff;
  margin: 20px 0;
}
.pub-job_ad_details {
  color: #666;
}
.pub-job_ad_details_list {
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .pub-job_ad_details_list {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-width: 992px), only screen and (min-width: 1200px) and (min-width: 992px) {
  .pub-job_ad_details_list {
    float: left;
    width: 50%;
  }
}
.pub-job_ad_details_label {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 160px;
}
.pub-job_ad_content {
  /* Legacy */
  display: -webkit-box;
  display: -moz-box;
  /* Hybrid */
  display: -ms-flexbox;
  /* Modern */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .pub-job_ad_content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    /* reverse */
    border-top: 1px solid #999999;
    align-items: flex-start;
  }
}
.pub-job_ad_content_description {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding: 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .pub-job_ad_content_description {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.pub-job_ad_content_company {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding: 10px;
  background-color: #f9f9f9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .pub-job_ad_content_company {
    border: 1px solid #e0e0e0;
    margin: 20px 0 20px 20px;
    width: 300px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.pub-job_ad_content_company_title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.pub-job_ad_content_company_logo {
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.pub-job_ad_content_company_info {
  color: #999;
  font-style: italic;
}
.pub-job_ad_content_description_section-title {
  font-size: 22px;
  padding-bottom: 0.4em;
  margin-top: 0;
}
.pub-job_ad_content_footer {
  text-align: center;
}
.pub-job_ad_apply_button {
  display: block;
  margin: 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .pub-job_ad_apply_button {
    width: auto;
    display: inline-block;
  }
}
.pub-job_ad_apply {
  border-top: 1px solid #e2e2e2;
  padding-top: 44px;
}
.pub-job_ad_apply_title {
  margin-top: 0;
  font-size: 20px;
  font-weight: normal;
}
.pub-job_ad_apply_submit {
  text-align: right;
}
.pub-job_ad_apply_submit_button {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .pub-job_ad_apply_submit_button {
    width: auto;
    display: inline-block;
  }
}
.pub-job_ad_apply_terms {
  font-size: 12px;
  border-top: 1px solid #a7a7a7;
  padding-top: .5em;
  margin-bottom: 20px;
}
.pub-job_ad_apply_form {
  padding: 20px;
  background-color: #e2e2e2;
  border-color: #a7a7a7;
  border-style: solid;
  border-width: 1px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .pub-job_ad_apply_form {
    border-width: 1px;
    margin: 0 25px;
  }
}
.pub-job_ad_apply_user {
  padding: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.pub-job_ad_apply_user_name {
  margin: 0;
}
.pub-job_ad_apply_user_cv {
  font-size: 18px;
  font-weight: bold;
}
.pub-job_ad_apply_user_cv .fa {
  margin-right: 0.2em;
  font-size: 1.5em;
}
.pub-job_ad_apply_user_cv-review .help-block {
  position: relative;
  top: -10px;
  left: 25px;
}
.top-navbar_logo {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .top-navbar_logo {
    display: block;
  }
}
.top-highlight {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px;
  background-color: #00b0ff;
}
.top-highlight a {
  color: #FFF;
}
.top-highlight a.btn-inverse:hover,
.top-highlight a.btn-inverse:active {
  color: #00b0ff;
}
.top-highlight a.btn {
  text-transform: uppercase;
  padding: 4px 20px;
}
