table.list_ads, table.view_table {
  width: 100%; }
  table.list_ads thead tr th, table.view_table thead tr th {
    text-align: left;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 5px; }
    table.list_ads thead tr th.table_align_right, table.view_table thead tr th.table_align_right {
      text-align: right; }
    table.list_ads thead tr th.headerSortUp:after, table.list_ads thead tr th.headerSortDown:after, table.list_ads thead tr th.header:after, table.view_table thead tr th.headerSortUp:after, table.view_table thead tr th.headerSortDown:after, table.view_table thead tr th.header:after {
      font-family: FontAwesome;
      padding-left: 10px;
      font-size: 14px; }
    table.list_ads thead tr th.header, table.view_table thead tr th.header {
      cursor: pointer; }
      table.list_ads thead tr th.header:after, table.view_table thead tr th.header:after {
        content: "\f0dc"; }
    table.list_ads thead tr th.headerSortUp:after, table.view_table thead tr th.headerSortUp:after {
      content: "\f0de"; }
    table.list_ads thead tr th.headerSortDown:after, table.view_table thead tr th.headerSortDown:after {
      content: "\f0dd"; }
  table.list_ads tbody tr td, table.view_table tbody tr td {
    border-bottom: 1px solid #D9D9D9;
    padding: 8px 5px;
    text-align: left;
    vertical-align: top; }
    table.list_ads tbody tr td.table_align_right, table.view_table tbody tr td.table_align_right {
      text-align: right; }

table.view_table tbody {
  border-top: 3px solid #D9D9D9; }
  table.view_table tbody tr td {
    padding: 6px 24px; }
    table.view_table tbody tr td:first-of-type {
      width: 355px; }

.go_back {
  display: block;
  margin-bottom: 15px; }

.company_ad_links {
  margin-bottom: 20px; }
  .company_ad_links form {
    float: right; }

.duplicate-question {
  margin-top: 15px; }

.main-question {
  margin-bottom: 5px; }

.company_text {
  font-size: 12px; }

.apply-online-form-container table {
  margin-top: 40px;
  width: 100%; }
  .apply-online-form-container table td {
    padding-bottom: 15px; }
    .apply-online-form-container table td.question-td {
      padding-bottom: 0; }
  .apply-online-form-container table input[type='text'], .apply-online-form-container table input[type='email'], .apply-online-form-container table textarea {
    width: 330px;
    border-radius: 5px;
    border: 1px solid #CCC;
    padding: 5px; }
  .apply-online-form-container table textarea {
    width: 100%;
    height: 150px; }

body .itemBody img:hover {
  opacity: 1;
  outline: 0; }

span.expired, span.required {
  color: red; }

tr.featured {
  background-color: #ffffcc; }

tr.filled {
  opacity: .5; }
  tr.filled a, tr.filled span {
    text-decoration: line-through; }

span.hint {
  font-style: italic; }

span.hint.left-margin {
  margin-left: 25px;
}

.prices_preview {
  margin-top: -15px;
  margin-bottom: 25px; }

.single-ad-page h1.main-title {
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #050505;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cbcbcb; }
.single-ad-page h3.description {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #050505;
  display: block;
  padding-left: 5px;
  padding-bottom: 4px;
  border-bottom: 2px solid #D9D9D9; }
.single-ad-page .description-content {
  margin: 10px 0 30px 0; }

fieldset.help_submit, fieldset.company_profile, fieldset.preview, fieldset.registration, fieldset.work_submit, fieldset.featured_employer {
  margin-bottom: 25px; }
  fieldset.help_submit table, fieldset.company_profile table, fieldset.preview table, fieldset.registration table, fieldset.work_submit table, fieldset.featured_employer table {
    width: 100%; }
    fieldset.help_submit table tr td, fieldset.company_profile table tr td, fieldset.preview table tr td, fieldset.registration table tr td, fieldset.work_submit table tr td, fieldset.featured_employer table tr td {
      padding-bottom: 7.5px;
      padding-top: 7.5px; }
      fieldset.help_submit table tr td input[type='text'], fieldset.help_submit table tr td input[type='email'], fieldset.help_submit table tr td input[type='password'], fieldset.company_profile table tr td input[type='text'], fieldset.company_profile table tr td input[type='email'], fieldset.company_profile table tr td input[type='password'], fieldset.preview table tr td input[type='text'], fieldset.preview table tr td input[type='email'], fieldset.preview table tr td input[type='password'], fieldset.registration table tr td input[type='text'], fieldset.registration table tr td input[type='email'], fieldset.registration table tr td input[type='password'], fieldset.work_submit table tr td input[type='text'], fieldset.work_submit table tr td input[type='email'], fieldset.work_submit table tr td input[type='password'],
      fieldset.featured_employer table tr td input[type='text'], fieldset.featured_employer table tr td input[type='email'], fieldset.featured_employer table tr td input[type='password'] {
        width: 330px;
        border-radius: 5px;
        border: 1px solid #CCC;
        padding: 5px; }
      fieldset.help_submit table tr td label input[type='checkbox'], fieldset.company_profile table tr td label input[type='checkbox'], fieldset.preview table tr td label input[type='checkbox'], fieldset.registration table tr td label input[type='checkbox'], fieldset.work_submit table tr td label input[type='checkbox'], fieldset.featured_employer table tr td label input[type='checkbox'] {
        margin-right: 10px; }
      fieldset.help_submit table tr td.double-td, fieldset.company_profile table tr td.double-td, fieldset.preview table tr td.double-td, fieldset.registration table tr td.double-td, fieldset.work_submit table tr td.double-td, fieldset.featured_employer table tr td.double-td {
        width: 250px; }
    fieldset.help_submit table tr.error, fieldset.company_profile table tr.error, fieldset.preview table tr.error, fieldset.registration table tr.error, fieldset.work_submit table tr.error, fieldset.featured_employer table tr.error {
      background-color: #ffcfcf; }

.alert_message {
  width: 100%;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #FFF;
  font-size: 15px; }
  .alert_message h2 {
    margin-top: 0; }
  .alert_message.info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
  .alert_message.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
  .alert_message.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .alert_message.danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }

#loginform p.login-username label, #loginform p.login-password label {
  min-width: 130px; }
#loginform p.login-username input, #loginform p.login-password input {
  width: 330px;
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 5px; }
#loginform p.login-remember {
  margin-top: 10px; }
#loginform p.login-submit input#wp-submit {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: none;
  padding: 10px 20px;
  line-height: 1.6;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  border-style: solid;
  border-radius: 3px;
  -webkit-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out; }
  #loginform p.login-submit input#wp-submit:focus, #loginform p.login-submit input#wp-submit:active, #loginform p.login-submit input#wp-submit:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }

.ad_scroller > div {
  max-height: 710px; }
  .ad_scroller > div > div {
    width: 100%; }
  .ad_scroller > div .single_scroll_job {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
    padding-left: 5px; }
    .ad_scroller > div .single_scroll_job.featured {
      background-color: #ffffcc; }

.sortable_img {
  padding: 0;
  margin-top: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .sortable_img li {
    position: relative;
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #C3C3C3;
    text-align: center;
    margin: 5px;
    background-color: #FFF;
    cursor: move; }
    .sortable_img li .dz-remove {
      position: absolute;
      top: 0;
      cursor: pointer; }
    .sortable_img li.ui-sortable-placeholder {
      border: 1px dashed #CCC;
      background: none; }
    .sortable_img li:first-of-type {
      margin-left: 0; }
  .sortable_img.img_preview_container img {
    border: 0; }

.dropzone_area {
  height: 150px;
  max-height: 150px;
  border: 1px solid #C3C3C3; }
  .dropzone_area .dz-message {
    margin-top: 40px; }

#content-6 {
  background-color: transparent; }

#content-6 .mTSButton {
  background-color: rgba(0, 0, 0, 0.7);
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px; }

#content-6 .mTSButtonLeft {
  left: 5px;
  box-sizing: content-box; }

#content-6 .mTSButtonRight {
  right: 5px;
  box-sizing: content-box; }

.mTSButtonIconContainer {
  width: 20px;
  height: 20px; }

.mTS_horizontal ul.mTSContainer > li {
  margin-right: 10px; }

ul.mTSContainer > li img {
  vertical-align: bottom;
  border: 1px solid #CCC; }

.loading_status_icon {
  display: none; }

body .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  padding: 7px;
  margin-bottom: 10px; }

tr.filled span.filled_text {
  text-decoration: none;
  margin-left: 5px;
  color: #000;
  font-weight: bold;
  font-size: 16px; }

.application-questions > div {
  margin-bottom: 30px; }
  .application-questions > div label {
    display: block; }
  .application-questions > div .language_questions > div, .application-questions > div .experience_questions > div, .application-questions > div .license_questions > div {
    margin-bottom: 5px; }
    .application-questions > div .language_questions > div:last-of-type, .application-questions > div .experience_questions > div:last-of-type, .application-questions > div .license_questions > div:last-of-type {
      margin-bottom: 10px; }

.remove_question.btn-primary {
  padding: 3px 10px;
  vertical-align: baseline; }

.list_ads tr.coloured-text, .list_ads tr.coloured-text a, .list_ads tr.coloured-text span {
  color: #72ab00;
}

.list_ads tr.has-feature, .list_ads tr.has-feature a, .list_ads tr.has-feature span {
  font-size: 15px;
  line-height: 24px;
}

table.list_ads tbody tr.has-feature td, table.view_table tbody tr.has-feature td {
  padding: 10px 7px;
}
/*
tr.blink, .single_scroll_job.blink {
  transition-duration: 5s;
}

tr.blink_color {
  background-color: #97cd2b;
}*/
/*tr.blink a {
  transition-duration: 3s;
}

tr.blink_color a {
  color: #97cd2b;
}*/
tr.blink a, tr.blink span {
  -webkit-animation: neon4 2s ease-in-out infinite alternate;
  animation: neon4 2s ease-in-out infinite alternate; }

@-webkit-keyframes neon4 {
  from {
    text-shadow: 0 0 7px #fffb00, 0 0 8px #fffb00, 0 0 10px #fffb00, 0 0 15px #fffb00; }
  to {
    text-shadow: 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent; } }
@keyframes neon4 {
  from {
    text-shadow: 0 0 7px #fffb00, 0 0 8px #fffb00, 0 0 10px #fffb00, 0 0 15px #fffb00; }
  to {
    text-shadow: 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent; } }
#submit_form label.disabled {
  color: #bdbdbd;
  text-decoration: line-through; }

.page-id-24 .zn_text_box-title--style2, .page-id-26 .zn_text_box-title--style2 {
  font-weight: bold;
  font-size: 26px; }
.page-id-26 h3.zn_text_box-title.zn_text_box-title--style2 {
  display: none;
}
.preview_question {
  margin-bottom: 15px; }

.wu-wrapper .wu-forecast-wrapper .wunderground-single-day {
  width: 20%;
  float: left; }
  .wu-wrapper .wu-forecast-wrapper .wunderground-single-day .wu-simple-forecast-day {
    width: 100%;
    max-width: 100%; }
    .wu-wrapper .wu-forecast-wrapper .wunderground-single-day .wu-simple-forecast-day:first-of-type {
      border-bottom: 1px solid #CCC;
      padding-bottom: 10px; }

@media (max-width: 992px) {
  .wu-wrapper .wu-forecast-wrapper .wunderground-single-day {
    width: 100%;
    float: none;
    margin-bottom: 40px; }
    .wu-wrapper .wu-forecast-wrapper .wunderground-single-day .wu-simple-forecast-day {
      width: 100%;
      max-width: 100%; }
      .wu-wrapper .wu-forecast-wrapper .wunderground-single-day .wu-simple-forecast-day:first-of-type {
        border-bottom: 1px solid #CCC;
        padding-bottom: 10px; } }
.header-quotes {
  float: left;
  clear: left; }
  .header-quotes h4 {
    background-color: #000;
    padding: 5px 10px;
    font-weight: bold;
    color: #FFF;
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
    /*&:first-of-type {
      padding-bottom: 2px;
    }

    &:last-of-type {
      margin-top: 0;
      padding-top: 2px;
    }*/ }

body .main-nav > ul > li > a {
  font-size: 14px; }

.help_wanted_ads_price {
  float: right;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
  /* margin-top: -45px; */
  /* margin-right: 50px; */
  font-size: 14px; }

body .help_wanted_help_text {
  /* position: absolute; */
  /* top: 15px; */
  /* width: 120px; */
  /* margin-left: -60px; */
  /* left: 50%; */
  font-weight: bold;
  color: #72ab00 !important;
  z-index:99;
}

@media (max-width: 520px){
  .help_wanted_ads_price {
    float: none;
    margin-top: 0;
    margin-top: 8px;
  }

  body .help_wanted_help_text {
    position: relative;
    display: block;
    margin-left: 0;
    left: 0;
    top: 0;
    margin-bottom: 10px;
  }
}

.view-company-logo {
  max-width: 200px;
  max-height: 40px;
  float: right; }

  .apply-online-form[data-container='first'] {
    margin-bottom: 15px;
  }

  .base_salary_input {
    margin-right: 10px;
  }

  fieldset.help_submit table tr td input.base_salary_input {
    width: 160px;
}

.multi-checkboxes label {
  display: inline-block;
  width: 49.5%;
}

.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

label.error, td.error {
  border: 1px solid #fa755a;
}

#content .wp-editor-tools,
#content .quicktags-toolbar {
  display: none;
}

body .main-nav>ul>.menu-item>a {
     padding: 6px 11px;
}

#submit_form .radio-list label {
  margin-right: 10px;
}

.agri-tooltip-help {
  display: inline-block;
  color: #1c7ed2;
  font-size: 18px;
  margin: 0px 5px;
}


.multi-texts .single-multi-text {
  margin-top: 10px;
}

.add-multi-text {
  margin-top: 10px;
}

.featured-employers {
  margin-bottom: 25px;
}

.featured-employers h3 {
  margin-top: 0;
  text-align: center;
}

.featured-employers ul {
  list-style: none;
  padding-left: 0;

}

.featured-employers ul li {
  display: inline-block;
  width: 19%;
  text-align: center;
  margin-right: 1%;
}

.featured-employers ul li img {
  margin: 5px auto 0;
  max-height: 55px;
}

.featured-employers ul li a {
  font-weight: bold;
  text-decoration: underline;
}

.featured-employers ul li:last-of-type {
  margin-right: 0;
}

.btn.btn-primary.apply-employer-site {
  margin-bottom: 15px;
}

@media(max-width: 580px){
  .featured-employers ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.table-before-row .column {
  display: inline-block;
  width: 33%;
  font-weight: bold;
}

.table-before-row .column.first {
  text-align: left;
}

.table-before-row .column.second {
  text-align: center;
}

.table-before-row .column.last {
  text-align: right;
}

body .tooltip-inner {
  max-width: none;
  width: auto;
  text-align: left;
  padding: 7px 10px;
}

body .tooltip-inner ul {
  padding-left: 15px;
  padding-top: 10px;
  width: 300px;
}

.next-prev-section {
  margin-bottom: 15px;
}

.next-prev-section a {
  font-size: 16px;
  font-weight: bold;
}

.next-prev-section i {
  font-size: 14px;
}

.next-prev-section a.prev {
  float: left;
}

.next-prev-section a.next {
  float: right;
}


#payment-form .btn {
  margin-top: 10px;
}

.simple-menu {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 15px;
}

.simple-menu li {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #000;
  padding-right: 10px;
}

.simple-menu li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.simple-menu li a {
  text-decoration: underline;
}

.simple-menu li a.active {
  font-weight: bold;
}

.featured-employers .bx-wrapper {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

ul.featured-employer-scroller {
  max-height: 80px;
  overflow: hidden;
}

.featured-employers .featured-employer-title {
  text-align: center;
  margin-bottom: 20px;
}

.featured-employers .featured-employer-title h3 {
  display: inline-block;
  margin: 0 50px;
}

.featured-employers .featured-employer-title .featured-prev-slide,
.featured-employers .featured-employer-title .featured-next-slide {
  vertical-align: top;
  line-height: 44px;
  font-weight: bold;
}

body fieldset table tr td.logo-upload {
  background-color: #FFF;
  padding: 20px;
  border: 2px solid #CCC;
  box-shadow: 3px 3px 3px #c1c1c1;
}

.eluid72852df8 {
  margin-top: 75px;
 }

.eluid2d68a5f9 {
  margin-top: 30px;
}
