.bg-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.bg-primary {
  background-color: #f28a00;
}

.primary {
  color: #f28a00;
}

.bg-secondary {
  background-color: #34373e;
  color: white;
}

.secondary {
  color: #34373e;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #34373e;
}

.bg-light-gray {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .mobile {
    display: block !important;
  }
}

.container,
.alignwide {
  max-width: 1322px;
  width: 100%;
  margin: auto;
  padding: 0 2em;
}

@media only screen and (max-width: 1382px) {
  .container,
  .alignwide {
    width: auto;
    margin: 0em 30px;
    padding: 0em;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
}

.alignfull {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.jobs-header-block h1 {
  font-weight: 800;
  color: #f28a00 !important;
}

.jobs-header-block h1,
.jobs-header-block p {
  text-align: center;
}

.jobs-header-block p {
  font-size: 36px;
}
/*# sourceMappingURL=block.css.map */