/* .sidebar .widget {
  margin-bottom: 20px;
}

.sidebar .widget-content {
  background: #1aa0e1;
  color: white;
}

.widget .widget-header {
  font-weight: bold;
  text-align: center;
  color: white;
  background: #1aa0e1;
  border-bottom: 2px solid #a0daf5;
  padding: 10px 0;
}

.widget.panel .widget-header {
  text-align: left;
  padding: 10px 20px;
}

.widget.panel .widget-header .fa {
  margin-top: 3px;
}

.widget .widget-content {
  padding: 15px 20px;
  font-size: 14px;
}

.widget-count span {
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.widget-count p:last-of-type {
  margin-bottom: 0;
}

.sidebar .widget .button {
  background: #fe8a25;
  color: white;
  display: block;
  width: 80%;
  margin: auto;
}

.swatch-white .sidebar .widget a.button:hover {
  color: white;
}

.sidebar .widget-content input[type="text"] {
  color: rgb(76, 76, 76);
  padding: 8px 20px;
  font-size: 15px;
  width: 100%;
}

.sidebar .widget-content input[type="checkbox"]:checked {
  outline: 1px solid white;
}

.sidebar .widget-content .button.secondary {
  background: white;
  color: #1aa0e1;
  font-weight: bold !important;
}

.sidebar form .widget .button {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.sidebar.visible-sm-block img {
  cursor: pointer;
}

.sidebar.visible-sm-block form {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.75s ease-in-out;
}
.sidebar.visible-sm-block form.active {
  max-height: 2000px;
}

ul.jobs {
  list-style: none;
  padding: 0;
}

ul.jobs li {
  padding: 10px 0;
}

.jobs thead td {
  color: #706f6f;
  padding: 20px;
  border: none !important;
}
.jobs thead td label {
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
}

.jobs thead td .dropdown {
  display: inline-block;
}
.jobs thead td a.dropdown-toggle {
  background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
  border-right: 1px solid white;
}

.jobs thead th {
  background: #93c022;
  padding: 20px;
  color: white;
}
.jobs tbody td {
  border-bottom: 2px solid #93c022;
  vertical-align: top;
  padding: 20px 20px 10px;
  color: #93c022;
}
.jobs tbody td p {
  margin-top: 20px;
  color: #4c4c4c;
}

.count {
  font-size: 0.8em;
}

.search-box {
  background: #93c022;
  z-index: 1050;
  padding: 15px 0;
}

.search-box2 {
  background: #93c022;
  z-index: 1050;
  padding: 15px 0;
  margin-top: 30px;
}

.search-box2 span.title,
.search-box span.title {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  font-size: 25px;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.search-box2 .city-distance input[type="text"],
.search-box .city-distance input[type="text"] {
  display: inline-block;
}
.search-box2 .city-distance input[name="city"],
.search-box .city-distance input[name="city"] {
  width: 53.5%;
  margin-right: 0.5%;
}
.search-box2 .city-distance input[name="distance"],
.search-box .city-distance input[name="distance"] {
  width: 45.5%;
  margin-left: 0.5%;
} */

/* @media (min-width: 990px) {
  .search-box span {
    float: right;
  }
}

.search-box2 input[type="text"],
.search-box input[type="text"] {
  display: block;
  padding: 8px 20px;
  font-size: 15px;
  margin: 6px 0;
  border: none;
  width: 100%;
}
.search-box2 a.button,
.search-box a.button {
  color: white;
  font-weight: bold !important;
  margin: 6px 0 0 10px !important;
  padding: 8px 13px !important;
  display: block;
  float: left;
}
.search-box2 input[type="submit"],
.search-box input[type="submit"] {
  background: #fe8a25;
  border: none;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 20px;
  margin: 6px 0 0;
  display: block;
  float: left;
}
.search-box2 p,
.search-box p {
  color: white;
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
}

.search-phrase > p {
  text-align: left;
  margin-left: 10px;
}

.proximity-container {
  width: 283px;
  margin-left: -30px;
}

.distance .input-group-addon {
  background: white;
  border: none;
}
.distance .input-group-addon:last-child {
  border-left: 1px solid #e5e5e5;
} */

/* @media (max-width: 990px) {
}

@media (max-width: 710px) {
}
@media (max-width: 480px) {
} */

/* .job_alert .checkbox {
  margin-bottom: 30px;
}

.job_alert .checkbox label {
  font-size: 12px;
} */

.results .pager span {
  background: #93c022;
  border: 2px solid #93c022;
  display: inline-block;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin-left: 1px;
  margin-bottom: 5px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
}

.results .pager span.active,
.results .pager span:hover {
  background: white;
  color: #93c022;
}

/* .collapsed .fa.fa-angle-down:before {
  content: "\f105";
}  */

* {
  outline-color: #a0c51e !important;
  word-wrap: break-word;
}

main {
  font-family: "Roboto", sans-serif;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

.results,
.sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.sidebar {
  max-width: 240px;
  margin-left: 2.625rem;
}

.results-per-page {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #706f6f;
  padding: 0 2rem;
}

button.dropdown-toggle {
  display: flex;
  align-items: center;
  border: none;
  margin: 0;
  text-decoration: none;
  background: transparent;
  font-size: 1rem;
  color: #706f6f;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #a0c51e;
}

button.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255rem;
  margin-top: 0;
  content: "⮹";
  transform: rotate(180deg);
  border: none;
}

.results-header {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.results-titles {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #a0c51e;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.47);
  border-radius: 20px;
}

.results-content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2rem;
}

.result-single {
  display: flex;
  padding: 1.5rem 0;
  border-bottom: 2px solid #a0c51e;
}

.content-box {
  width: 100%;
}

@media (min-width: 990px) {
  .title-box.job,
  .content-box.job {
    width: 100%;
    max-width: 500px;
  }

  .content-box.job p {
    max-width: 90%;
  }

  .title-box.place,
  .content-box.place {
    width: 100%;
    max-width: 120px;
  }

  .title-box.profession,
  .content-box.profession {
    width: 100%;
    max-width: 180px;
  }
}

.content-box {
  display: flex;
  flex-direction: column;
  color: #706f6f;
  font-size: 0.875rem;
}

.result-job-title {
  color: #ffa300;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  transition: color 0.2s linear;
}

.result-job-title:hover {
  color: #706f6f;
}

.results-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 150px;
  text-align: center;
  color: #fff;
  background-color: #ffa200;
  border-radius: 26px;
  padding: 1rem;
  margin-bottom: 1.25rem;
}

.results-count::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -14px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ffa300;
}

.results-count .text,
.results-count .count {
  font-weight: 700;
}
.results-count .text {
  padding-top: 0.5rem;
}

.results-count .count {
  font-size: 1.5rem;
}

.results-count .text.secondary {
  font-size: 0.875rem;
  font-weight: 400;
}

.collapse-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
  color: #706f6f;
}

.collapse-toggle:hover {
  color: #706f6f;
  text-decoration: none;
}

.collapse-icon {
  color: #ffa200;
  -webkit-transform: scale(2, 1);
  -moz-transform: scale(2, 1);
  -ms-transform: scale(2, 1);
  -o-transform: scale(2, 1);
  transform: scale(2, 1);
}

.collapse-box {
  margin-top: 0.5rem;
  padding: 0.375rem 1rem;
  border: 1px solid #ffa200;
  border-radius: 18px;
}

.collapse-content {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.city,
.distance {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.25rem 1.5rem;
  border: 1px solid #ffa200;
  border-radius: 26px;
  margin-top: 0.5rem;
}

.city input[type="text"],
.distance input[type="text"] {
  width: 100%;
  color: #9d9d9d;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: italic;
  border: none;
  padding: 0;
}

.input-addon {
  color: #646363;
  font-size: 0.875rem;
  font-weight: 700;
  margin-left: 0.25rem;
}

.checkbox {
  display: flex;
  margin-top: 0.5rem;
}

.checkbox input {
  visibility: hidden;
}

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  color: #706f6f;
  font-size: 0.875rem;
  /* margin-left: 0.375rem; */
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.checkbox label::before {
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #626262;
  left: 0px;
  top: 0;
}

.checkbox label::after {
  height: 6px;
  width: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 2px;
  top: 2px;
}

.checkbox input[type="checkbox"] + label::after {
  content: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}

.submit-box {
  margin-top: 0.625rem;
}

.grey-button,
.grey-button[type="submit"] {
  width: 100%;
  font-weight: 700;
  color: #fff;
  background-color: #707070;
  padding: 0.375rem 1rem;
  border: none;
  border-radius: 18px;
  transition: background 0.2s linear;
}

.grey-button[type="submit"]:hover {
  background-color: #94bf34;
}

.grey-button[type="submit"]:focus {
  background-color: #94bf34;
}

.subscribe {
  margin-top: 1.25rem;
}

.collapse-box.subscribe {
  padding: 0.375rem 0.625rem;
  color: #fff;
  border: none;
  background-color: #ffa200;
  text-align: center;
}

.collapse-box.subscribe .collapse-toggle {
  font-size: 1rem;
  justify-content: center;
  color: #fff;
}

.collapse-box.subscribe .text {
  font-size: 0.875rem;
  margin-top: 1.5rem;
  line-height: 1.375em;
}

.collapse-box.subscribe label {
  color: #fff;
  font-size: 0.625rem;
  padding-left: 1rem;
  text-align: initial;
}

.collapse-box.subscribe .checkbox label::before {
  height: 10px;
  width: 10px;
}

.collapse-box.subscribe .checkbox label::after {
  height: 4px;
  width: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 2px;
  top: 2px;
  color: black;
}

.collapse-box.subscribe label a {
  color: #706f6f;
}

.collapse-box.subscribe .checkbox {
  margin-top: 0.75rem;
}

.collapse-box.subscribe .submit-box {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.collapse-box.subscribe .grey-button {
  font-size: 0.875rem;
  padding: 0.375rem 1rem;
}

.email {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.25rem 1.5rem;
  background-color: #fff;
  border-radius: 26px;
  margin-top: 0.625rem;
}

.email input[type="text"] {
  width: 100%;
  color: #9d9d9d;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: italic;
  border: none;
  padding: 0;
}

hr {
  margin: 1.625rem 0;
  border: 1px solid #a0c51e;
  width: 100%;
}

.apply {
  display: flex;
  flex-direction: column;
}

.apply .content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 150px;
  text-align: center;
  color: #fff;
  background-color: #ffa200;
  border-radius: 26px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.25rem;
}

.apply .content-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -16px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ffa200;
}

.apply .content-box .title {
  font-size: 1rem;
  font-weight: 700;
}

.apply .content-box .text {
  font-size: 0.875rem;
  line-height: 1.375em;
  margin-bottom: 0.5rem !important;
}

.apply .link-box {
  display: flex;
  text-align: center;
  margin-top: 0.25rem;
}

.apply .grey-button:hover {
  color: #fff;
  text-decoration: none;
}
