.autoComplete_list {
  padding: 0;
}
.autoComplete_list > li::before {
  display: none;
}

.widget {
  margin-bottom: 14px;
}
.widget ul {
  padding-left: 1rem;
  margin: 0;
}
.widget .widget-title {
  display: block;
  margin: 0;
  padding: 0.5rem 0.75rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 600;
}
.widget .widget-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.75rem;
  background-color: #FFFFFF;
}
.widget .widget-post-job .widget-content {
  padding: 1.25rem 41% 1.25rem 1.25rem;
  background-size: cover;
  position: relative;
  min-height: 13rem;
  gap: 2rem;
}
.widget .widget-post-job .widget-content > * {
  margin-bottom: 0;
}
.widget .widget-post-job .widget-content .btn {
  margin-top: auto;
}
.widget .postjob-btn {
  display: inline-block;
  background-color: #A73700;
  padding: 8px 25px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.1rem;
}

.content-body-widget {
  margin-bottom: 2rem;
}
.content-body-widget .widget-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}
.content-body-widget .form-container input[type=submit] {
  width: fit-content;
}

.search-form .row {
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.search-form fieldset {
  display: flex;
  flex-direction: column;
}

.error_upload_img {
  margin: 5px 0;
}

.cols,
.row.cols {
  display: flex;
  flex-direction: row;
}

.search-form .job-remote-input-area {
  padding-top: 5px;
  padding-bottom: 10px;
  float: left;
  width: 5%;
}

.search-form .job-remote-label-area {
  padding-top: 5px;
  padding-bottom: 10px;
  float: left;
  width: 75%;
}

.search-form .job-remote-label-area span {
  font-size: 10px;
}

.search-by-zip .flexible {
  display: flex;
}

.cjb-input-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  width: auto;
}

.cjb-input-container input[type=text] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cjb-input-with-button {
  padding-right: 0 !important;
  display: flex !important;
  flex: 1 !important;
  width: auto !important;
  margin: 0 -40px 0 0;
}

.cjb-location-btn {
  display: inline-block;
  /*position: relative;*/
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  /*margin: 0;*/
  /*padding: 0;*/
  /*border: none;*/
  /*color: #00539B;*/
  font-size: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  /*background-color: #00539B;*/
  background-image: url("../images/user-location.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.form-container .row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.form-container label {
  margin-bottom: -0.5rem;
}
.form-container input.error,
.form-container textarea.error {
  background-color: #fff3f3;
}
.form-container .error {
  color: #bb0000;
}
.form-container span.error,
.form-container label.error {
  display: inline-block;
  position: relative;
  margin-top: -0.25rem;
  width: fit-content;
  font-size: 0.875rem;
  background-color: #db2828;
  border-color: #db2828;
  color: #fff;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
}
.form-container span.error:before,
.form-container label.error:before {
  content: "";
  top: 0;
  left: 50%;
  background-color: inherit;
  border-width: 1px 0 0 1px;
  border-color: inherit;
  position: absolute;
  z-index: 2;
  width: 0.6666em;
  height: 0.6666em;
  transition: background 0.1s ease;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.form-container .autocomplete-container {
  overflow: visible;
  position: relative;
}
.form-container input[type=text],
.form-container input[type=tel],
.form-container input[type=email],
.form-container input[type=search],
.form-container input[type=password],
.form-container select,
.form-container textarea {
  background: #f3f6f9;
}
.form-container input[type=button],
.form-container input[type=reset],
.form-container input[type=file],
.form-container input[type=submit] {
  width: 100%;
}

.form-row input[type=text],
.form-row input[type=email],
.form-row textarea {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  display: block;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}

.form-row textarea {
  height: 120px;
}

.form-row label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
}

.form-row input[type=submit] {
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #59b453;
  height: 38px;
  border-radius: 2px;
  border: 0;
  font-size: 14px;
  line-height: 38px;
  font-weight: bold;
  padding: 1px 15px;
}

input[type=text].error,
input[type=email].error,
textarea.error {
  border: 1px solid #f00;
}

.form-row.success {
  color: #008800;
}
.form-row label.error {
  color: #ff0000;
  font-size: 90%;
  margin: 3px 0 10px 5px;
}

.cjb_captcha_widget > div {
  height: auto !important;
}
.cjb_captcha_widget > div .g-recaptcha-response {
  border: none !important;
  box-shadow: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input.error {
  border: 1px solid #ff0000;
}

.job-detail-content-area h1,
.job-detail-content-area h2,
.job-detail-content-area h3,
.job-detail-content-area h4,
.job-detail-content-area h5,
.job-detail-content-area h6 {
  line-height: 1.3;
  margin: 10px 0;
  padding: 0;
  font-weight: 600;
}

.job-detail-content-area h1 {
  background: none;
  color: inherit;
  font-size: 24px;
}

.job-detail-content-area h2 {
  font-size: 22px;
}

.job-detail-content-area h3 {
  font-size: 20px;
}

.job-detail-content-area h4 {
  font-size: 18px;
}

.job-detail-content-area h5 {
  font-size: 17px;
}

.job-detail-content-area h6 {
  font-size: 16px;
}

.job-detail-content-area ul {
  /*list-style-type: disc;*/
  margin: 0 0 10px;
  padding: 0 0 0 24px;
}

.job-detail-content-area ol {
  margin: 0 0 10px;
  padding: 0 0 0 24px;
}

.job-detail-content-area p {
  margin: 0 0 10px;
  padding: 0;
}

div .row.captcha_row {
  display: block;
}

div .row.captcha_row > a {
  display: inline-block;
  margin: 5px;
}

#captcha_image {
  float: left;
  width: 215px;
  height: 80px;
  border: 1px solid #cccccc;
  margin-right: 5px;
  margin-bottom: 10px;
}

#captcha_image_audio_controls {
  float: left;
  margin: 5px;
}

#captcha_code {
  display: block;
  float: none;
}

.jobs-listing-not-found {
  margin: 0 0 2rem;
  padding: 10px;
  border: 1px solid #a00;
  background: #ffe5e5;
}

.jobs-listing-not-found p {
  text-align: center;
  font-style: italic;
  padding: 5px;
  margin: 0;
}

/*# sourceMappingURL=cjb.css.map */
