@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
header#header {
  background-color: #fff;
}
header#header > [class*=container] > .row > [class*=col] .custom-logo-link .custom-logo {
  width: 175px;
  height: 115px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

nav#nav > div > ul > li a {
  color: #fff;
  text-decoration: none;
}
nav#nav > div > ul > li a:-moz-any-link {
  color: #fff;
  text-decoration: none;
}
nav#nav > div > ul > li a:any-link {
  color: #fff;
  text-decoration: none;
}

footer#footer {
  background-color: #1E1F20;
}
footer#footer .fa-brands {
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-size: 24px;
}
footer#footer .fa-brands.fa-instagram {
  background-image: linear-gradient(-204deg, #4f5dca 0%, rgba(79, 93, 202, 0) 50%), linear-gradient(50deg, #fdd76c, #f35727, #d22895);
  color: #FFF;
  text-decoration: none;
}
footer#footer .fa-brands.fa-facebook-f {
  background-color: #3c5a9a;
  color: #FFF;
  text-decoration: none;
}
footer#footer .fa-brands.fa-linkedin-in {
  background-color: #0078b5;
  color: #FFF;
  text-decoration: none;
}

body {
  background-color: #1E1F20;
}

main#content {
  background-color: #fff;
}

input + .auto-suggest-dropdown {
  visibility: hidden;
  max-height: 240px;
  z-index: 50;
  overflow-y: scroll;
}
input + .auto-suggest-dropdown > ul > li {
  cursor: pointer;
  background-color: #fff;
  transition: all 0.25s;
}
input + .auto-suggest-dropdown > ul > li:hover {
  background-color: var(--bs-gray-200);
}

input:focus + .auto-suggest-dropdown {
  visibility: visible !important;
}

.z-99 {
  z-index: 99;
}

.acf-field-63e69f79e9c30[data-key=field_63e69f79e9c30] {
  display: none;
}

.job-board-job-posting > div:nth-of-type(1) {
  position: relative;
}
.job-board-job-posting > div:nth-of-type(1) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
body.single-job-board .company_logo {
  height: 190px;
  width: 100%;
  max-width: 250px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin-bottom: 1rem;
}
body.single-job-board .company_logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

#job-search-filters {
  position: relative;
  z-index: 10;
}
#job-search-filters .input-group {
  padding: 8px;
}
@media (max-width: 992px) {
  #job-search-filters {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  #job-search-filters {
    transform: translateY(-50%);
    margin-bottom: -74px;
  }
}/*# sourceMappingURL=stylesheet.css.map */