.tx-mk-jobs .f3-widget-paginator {
  margin: 25px 0 !important;
  padding: 0;
  list-style-type: none;
}
.tx-mk-jobs .f3-widget-paginator li {
  padding: 15px 20px;
  display: inline-block;
  text-align: center;
  background-color: #dbdbdb;
  margin-right: 5px;
  color: black;
}
.tx-mk-jobs .f3-widget-paginator li a {
  color: black;
}
.tx-mk-jobs .f3-widget-paginator li.current {
  background-color: #18a4d1;
  color: white;
}
.tx-mk-jobs .f3-widget-paginator li.current a {
  color: white;
}

.jobs-items > h4 {
  font-size: 18px;
}
.jobs-items > .row > div > .tx-mk-jobs-item {
  border-bottom: 1px solid #18a4d1;
  height: 205px;
}

.tx-mk-jobs-item {
  padding: 25px 0;
}
.tx-mk-jobs-item h4 {
  margin: 5px 0 5px 0;
}
.tx-mk-jobs-item p {
  margin: 10px 0 5px 0;
}
.tx-mk-jobs-item .jodid {
  font-style: italic;
  font-weight: lighter;
}
.tx-mk-jobs-item h5 {
  font-weight: bold;
  color: #18a4d1;
}
.tx-mk-jobs-item h5 a {
  color: #18a4d1;
}
.tx-mk-jobs-item .btn-black {
  text-transform: uppercase;
}

.jobs-filter {
  padding: 25px;
  background-color: #18a4d1;
  margin: 0 0 25px 0;
  color: white;
}
.jobs-filter > div {
  font-size: 18px;
  margin-bottom: 10px;
}
.jobs-filter > div.job-category-filter {
  font-size: 16px;
}

.tx-mk-jobs .job-category-filter {
  position: relative;
  max-width: 50%;
}
.tx-mk-jobs .job-category-filter .job-category-filter-label {
  background-color: white;
  color: black;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.tx-mk-jobs .job-category-filter .job-category-filter-label i {
  float: right;
  position: relative;
  top: -1px;
}
.tx-mk-jobs .job-category-filter .job-category-filter-values {
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
  position: absolute;
  padding: 20px;
  top: 50px;
  left: 0;
  overflow: hidden;
  height: auto;
  display: none;
  color: black;
  background-color: white;
  width: 100%;
  z-index: 10;
}
.tx-mk-jobs .job-category-filter .job-category-filter-values ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tx-mk-jobs .job-category-filter .job-category-filter-values ul li {
  cursor: pointer;
  padding: 4px 0 4px 15px;
}

.job-show h3 {
  margin-bottom: 5px;
  font-size: 2rem;
}
.job-show h4, .job-show h5 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: bold;
}
.job-show p {
  padding-top: 0;
  margin-top: 0;
}
.job-show .categories {
  font-style: italic;
  font-size: 1rem;
}
.job-show .job-apply-info {
  margin: 0 0 25px 0;
}
.job-show .job-apply-info h3 {
  margin: 25px 0 10px 0;
  font-size: 24px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.job-show .job-apply-info .job-apply {
  padding: 10px 25px;
}

.job-form form, .frame-type-form_formframework form {
  margin: 0 0 75px 0;
}
.job-form form h2, .frame-type-form_formframework form h2 {
  text-transform: uppercase;
  font-size: 18px;
}
.job-form form input[type=text], .frame-type-form_formframework form input[type=text] {
  border: 1px solid #18a4d1;
  border-radius: 0;
}
.job-form form input[type=file], .frame-type-form_formframework form input[type=file] {
  border: none;
  border-radius: 0;
  width: 95%;
  background-color: #18a4d1;
  padding: 15px 25px;
  color: white;
}
.job-form form select, .frame-type-form_formframework form select {
  border: 1px solid #18a4d1;
  border-radius: 0;
}
.job-form form button, .frame-type-form_formframework form button {
  padding: 10px 25px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  border: none;
}
.job-form form label, .frame-type-form_formframework form label {
  font-weight: bold;
}
.job-form form label > span, .frame-type-form_formframework form label > span {
  font-weight: normal;
}
.job-form form div.radio, .frame-type-form_formframework form div.radio {
  padding: 0 0 0 20px;
}
.job-form form div.form-check, .frame-type-form_formframework form div.form-check {
  padding: 0;
}

.job-back-link button {
  background-color: #18a4d1;
  color: white;
  border: none;
}

.job-apply-info {
  margin: 0 0 25px 0;
}
.job-apply-info h3 {
  font-size: 24px;
}

/*# sourceMappingURL=tx-mkjobs.css.map */
