.text-primary {
  color: #F74D11 !important; }

body.bg-hr-partners:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("/assets/images/hr-partners/HR Partners background@2x.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.btn {
  padding: 0.6rem 1rem !important;
  font-size: 18px !important;
  font-weight: bold;
  border-radius: 30px !important;
  min-width: 200px;
  border-width: 2px; }

.btn-primary {
  background: #F74D11 !important;
  border-color: #F74D11 !important; }
  .btn-primary:hover {
    background: #c54416 !important;
    border-color: #c54416 !important; }

.btn-outline-primary {
  background: white !important;
  border-color: #F74D11 !important;
  color: #F74D11; }
  .btn-outline-primary:hover {
    background: #F74D11 !important;
    border-color: #F74D11 !important; }

.main-box .main-box__img {
  padding-bottom: 2rem;
  object-fit: cover;
  height: 100%;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .main-box .main-box__img {
      padding-bottom: 0; } }
.main-box .main-box__description {
  padding: 0 15px; }
  @media screen and (min-width: 768px) {
    .main-box .main-box__description {
      padding: 2rem;
      font-size: 14px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; } }
  @media screen and (min-width: 1200px) {
    .main-box .main-box__description {
      padding: 4rem;
      font-size: 20px; } }
.main-box .main-box__text {
  text-align: center;
  padding: 2rem 15px 1rem 15px; }
  @media screen and (min-width: 768px) {
    .main-box .main-box__text {
      padding: 2rem 9rem 1rem 9rem; } }

.careers-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 180px; }
  @media screen and (min-width: 768px) {
    .careers-box {
      min-height: 600px; } }

@media screen and (min-width: 768px) {
  .topbar-desktop .menu-item {
    color: white; } }

.topbar-desktop__container.topbar-desktop__container-scrolled {
  background: white;
  box-shadow: 0px 3px 6px #00000029; }
  .topbar-desktop__container.topbar-desktop__container-scrolled .menu-item {
    color: #6F6F6F; }

.navbar-mobile-header__page {
  color: #F74D11; }

.menu-item:not([href]):not([tabindex]) {
  color: #F74D11 !important; }

.topbar-menu__title {
  color: black; }

.main-box__title-with-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem; }
  .main-box__title-with-button h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0; }

.font-careers {
  font-size: 16px !important; }
