@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Public Sans Font Face Declarations */
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Calisto MT";
  src: url("../fonts/Calisto-MT-Regular.eot");
  src: url("../fonts/Calisto-MT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Calisto-MT-Regular.woff") format("woff"), url("../fonts/Calisto-MT-Regular.woff2") format("woff2"), url("../fonts/Calisto-MT-Regular.ttf") format("truetype"), url("../fonts/Calisto-MT-Regular.svg#Calisto MT") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rcuh";
  src: url("../fonts/rcuh.eot?fcvt08");
  src: url("../fonts/rcuh.eot?fcvt08#iefix") format("embedded-opentype"), url("../fonts/rcuh.ttf?fcvt08") format("truetype"), url("../fonts/rcuh.woff?fcvt08") format("woff"), url("../fonts/rcuh.svg?fcvt08#rcuh") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
div[class^="dashicons dashicons-rcuh"],
div[class*="dashicons dashicons-rcuh"],
i[class^="dashicons dashicons-rcuh"],
i[class*="dashicons dashicons-rcuh"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "rcuh";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dashicons-rcuh-location_city:before {
  content: "\e90b";
}

.dashicons-rcuh-work_history:before {
  content: "\e90c";
}

.dashicons-rcuh-contacts:before {
  content: "\e90d";
}

.dashicons-rcuh-visibility:before {
  content: "\e908";
}

.dashicons-rcuh-target:before {
  content: "\e909";
}

.dashicons-rcuh-diamond:before {
  content: "\e90a";
}

.dashicons-rcuh-KeyboardArrowDown:before {
  content: "\e906";
}

.dashicons-rcuh-KeyboardArrowUp:before {
  content: "\e907";
}

.dashicons-rcuh-MdBusinessCenter:before {
  content: "\e900";
}

.dashicons-rcuh-MdShield:before {
  content: "\e901";
}

.dashicons-rcuh-MdMonetizationOn:before {
  content: "\e902";
}

.dashicons-rcuh-MdCardGiftcard:before {
  content: "\e903";
}

.dashicons-rcuh-MdCastConnected:before {
  content: "\e904";
}

.dashicons-rcuh-MdManageAccounts:before {
  content: "\e905";
}

/** Reference Bootstrap CSS AI.md in here */
.search, .template-primary, .post-template-default, .page-template-default {
  scroll-behavior: smooth;
  margin-top: 0;
}
.search:focus, .template-primary:focus, .post-template-default:focus, .page-template-default:focus {
  outline: none;
}
.search .container, .search .container-fluid, .template-primary .container, .template-primary .container-fluid, .post-template-default .container, .post-template-default .container-fluid, .page-template-default .container, .page-template-default .container-fluid {
  margin: 0 auto;
}
.search .container, .template-primary .container, .post-template-default .container, .page-template-default .container {
  max-width: 1200px;
}
.search .container-fluid, .template-primary .container-fluid, .post-template-default .container-fluid, .page-template-default .container-fluid {
  min-height: 100vh;
  padding: 30px;
}
.search .row, .template-primary .row, .post-template-default .row, .page-template-default .row {
  display: flex;
  flex-wrap: wrap;
}
.search .row::after, .template-primary .row::after, .post-template-default .row::after, .page-template-default .row::after {
  content: "";
  display: block;
  clear: both;
}
.search [class^=col-], .search [class*=" col-"], .template-primary [class^=col-], .template-primary [class*=" col-"], .post-template-default [class^=col-], .post-template-default [class*=" col-"], .page-template-default [class^=col-], .page-template-default [class*=" col-"] {
  box-sizing: border-box;
}
.search .col-1, .template-primary .col-1, .post-template-default .col-1, .page-template-default .col-1 {
  width: 8.33333%;
}
.search .col-2, .template-primary .col-2, .post-template-default .col-2, .page-template-default .col-2 {
  width: 16.66667%;
}
.search .col-3, .template-primary .col-3, .post-template-default .col-3, .page-template-default .col-3 {
  width: 25%;
}
.search .col-4, .template-primary .col-4, .post-template-default .col-4, .page-template-default .col-4 {
  width: 33.33333%;
}
.search .col-5, .template-primary .col-5, .post-template-default .col-5, .page-template-default .col-5 {
  width: 41.66667%;
}
.search .col-6, .template-primary .col-6, .post-template-default .col-6, .page-template-default .col-6 {
  width: 50%;
}
.search .col-7, .template-primary .col-7, .post-template-default .col-7, .page-template-default .col-7 {
  width: 58.33333%;
}
.search .col-8, .template-primary .col-8, .post-template-default .col-8, .page-template-default .col-8 {
  width: 66.66667%;
}
.search .col-9, .template-primary .col-9, .post-template-default .col-9, .page-template-default .col-9 {
  width: 75%;
}
.search .col-10, .template-primary .col-10, .post-template-default .col-10, .page-template-default .col-10 {
  width: 83.33333%;
}
.search .col-11, .template-primary .col-11, .post-template-default .col-11, .page-template-default .col-11 {
  width: 91.66667%;
}
.search .col-12, .template-primary .col-12, .post-template-default .col-12, .page-template-default .col-12 {
  width: 100%;
}

/**
 * Scroll Top Top
 */
.scroll-top-cmp {
  position: fixed;
  bottom: calc(20vh + 60px);
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  border: none;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 995;
  background: #FFFFFF;
  transition: opacity 0.3s ease;
  box-shadow: 0 6px 24px 0 rgba(52, 52, 52, 0.0588235294);
  font-size: 24px;
}

.scroll-top-cmp:hover {
  background-color: white;
}

/* Move UserWay accessibility button below suggestion box */
.uwy.userway_p1 {
  position: fixed !important;
  top: auto !important;
  bottom: calc(20vh - 60px) !important;
  right: 30px !important;
  left: auto !important;
  z-index: 999 !important;
  transform: none !important;
}

/* Target the wrapper specifically */
.userway_buttons_wrapper {
  position: fixed !important;
  top: auto !important;
  bottom: calc(20vh - 60px) !important;
  right: 30px !important;
  left: auto !important;
  transform: none !important;
}

.userway_buttons_wrapper,
body .uwy .uai,
.uwy .uai img:not(.userway_check_on) {
  width: 48px !important;
  height: 48px !important;
}

.cmp__visually-hidden {
  display: none;
}

.job-openings {
  padding: 60px 0;
}
@media (max-width: 480px) {
  .job-openings {
    padding: 24px 16px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings {
    padding: 24px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings {
    padding: 24px 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .job-openings {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .job-openings:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .job-openings:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.job-openings__container {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.job-openings--info {
  background-color: #f8f8f9;
}
.job-openings--actions {
  background-color: #ffffff;
}
.job-openings--assistance {
  background-color: #ffffff;
}
.job-openings--footer {
  background-color: #ffffff;
}
.job-openings__section-title {
  color: #005e99;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
  margin: 0;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .job-openings__section-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    letter-spacing: 0.5%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__section-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
    letter-spacing: -1%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__section-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
    letter-spacing: -1%;
  }
}
.job-openings__footer {
  text-align: center;
}
.job-openings p {
  margin: 0;
}
.job-openings__contact-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.job-openings__contact-item a {
  color: #2771e7;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .job-openings__contact-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__contact-item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__contact-item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.job-openings__contact-item p {
  color: #2771e7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .job-openings__contact-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__contact-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__contact-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}

.job-openings__hero {
  display: flex;
  gap: 30px;
}
.job-openings__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.job-openings__media {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.job-openings__title {
  color: #005e99;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
  margin: 0;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .job-openings__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    letter-spacing: 0.5%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
    letter-spacing: -1%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
    letter-spacing: -1%;
  }
}
.job-openings__description {
  color: #1b1c1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .job-openings__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.job-openings__image {
  width: 100%;
  max-width: 585px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.job-openings--info .job-openings__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.job-openings__info-grid {
  display: flex;
  gap: 30px;
}
.job-openings__info-card {
  flex: 1;
  background-color: #ffffff;
  border: 1px solid #dee1e5;
  border-radius: 4px;
  padding: 24px;
}
.job-openings__info-card p {
  color: #1b1c1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .job-openings__info-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__info-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__info-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.job-openings__info-card a {
  color: #2771e7;
  text-decoration: none;
  transition: all 0.3s ease;
}
.job-openings__info-card a:hover {
  text-decoration: underline;
}
.job-openings__about-link {
  color: #1b1c1e;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  letter-spacing: 0.5%;
}
@media (max-width: 480px) {
  .job-openings__about-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__about-link {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    letter-spacing: 0.25%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__about-link {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    letter-spacing: 0.25%;
  }
}
.job-openings__about-link a {
  color: #2771e7;
  text-decoration: none;
  transition: all 0.3s ease;
}
.job-openings__about-link a:hover {
  text-decoration: underline;
}

.job-openings--actions .job-openings__container {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.job-openings__cta {
  text-align: center;
}
.job-openings__primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  background-color: #005e99;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 24px 0;
  gap: 16px;
}
.job-openings__primary-btn:hover {
  background-color: rgb(0, 78.3333333333, 127.5);
}
.job-openings__btn-text {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  letter-spacing: 0.5%;
}
@media (max-width: 480px) {
  .job-openings__btn-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__btn-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    letter-spacing: 0.25%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__btn-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    letter-spacing: 0.25%;
  }
}
.job-openings__btn-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.job-openings__action-grid {
  display: flex;
  gap: 30px;
}
.job-openings__action-card {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f5f8;
  border: 1px solid #f1f5f8;
  border-radius: 4px;
  text-decoration: none;
  padding: 24px 0;
  transition: all 0.3s ease;
}
.job-openings__action-card:hover {
  background-color: #005e99;
}
.job-openings__action-card:hover .job-openings__action-text {
  color: #ffffff;
}
.job-openings__action-text {
  color: #005e99;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
}
@media (max-width: 480px) {
  .job-openings__action-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__action-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__action-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
  }
}
.job-openings__employee-notice {
  text-align: center;
}
.job-openings__notice-text {
  color: #1b1c1e;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .job-openings__notice-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__notice-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__notice-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
  }
}
.job-openings__notice-text a {
  color: #2771e7;
  text-decoration: none;
  transition: all 0.3s ease;
}
.job-openings__notice-text a:hover {
  text-decoration: underline;
}

.job-openings--assistance .job-openings__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.job-openings__assistance-grid {
  display: flex;
  gap: 30px;
}
.job-openings__assistance-card {
  flex: 1;
  background-color: #f1f5f8;
  border-radius: 4px;
  padding: 24px;
}
.job-openings__assistance-title {
  color: #1b1c1e;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  letter-spacing: 0.5%;
}
@media (max-width: 480px) {
  .job-openings__assistance-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__assistance-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    letter-spacing: 0.25%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__assistance-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    letter-spacing: 0.25%;
  }
}
.job-openings__assistance-title {
  margin-bottom: 24px;
}
.job-openings__assistance-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.job-openings__assistance-description {
  color: #1b1c1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .job-openings__assistance-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__assistance-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__assistance-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.job-openings__contact-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.job-openings__new-hires-content ul {
  color: #1b1c1e;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .job-openings__new-hires-content ul {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__new-hires-content ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__new-hires-content ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
.job-openings__new-hires-content p {
  color: #1b1c1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .job-openings__new-hires-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__new-hires-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__new-hires-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}

.job-openings--footer .job-openings__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.job-openings__equal-opportunity {
  color: #1b1c1e;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 480px) {
  .job-openings__equal-opportunity {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__equal-opportunity {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__equal-opportunity {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .job-openings__container {
    gap: 24px !important;
  }
  .job-openings__hero {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
  .job-openings__description {
    text-align: left;
  }
  .job-openings__info-grid {
    flex-direction: column;
    gap: 24px;
  }
  .job-openings__info-card {
    padding: 24px;
  }
  .job-openings__primary-btn {
    height: auto;
    padding: 24px 30px;
    gap: 16px;
  }
  .job-openings__btn-icon {
    width: 20px;
    height: 20px;
  }
  .job-openings__action-grid {
    flex-direction: column;
    gap: 24px;
  }
  .job-openings__action-card {
    height: auto;
    padding: 24px;
  }
  .job-openings__employee-notice {
    margin: 16px 0;
  }
  .job-openings__assistance-grid {
    flex-direction: column;
    gap: 24px;
  }
  .job-openings__assistance-card {
    padding: 24px;
  }
  .job-openings__equal-opportunity {
    margin: 0 0 16px 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .job-openings__container {
    gap: 24px !important;
  }
  .job-openings__hero {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
  .job-openings__description {
    text-align: left;
  }
  .job-openings__info-grid {
    flex-direction: column;
    gap: 24px;
  }
  .job-openings__info-card {
    padding: 24px;
  }
  .job-openings__primary-btn {
    height: auto;
    padding: 24px 30px;
    gap: 16px;
  }
  .job-openings__btn-icon {
    width: 28px;
    height: 28px;
  }
  .job-openings__action-grid {
    flex-direction: column;
    gap: 24px;
  }
  .job-openings__action-card {
    height: auto;
    padding: 24px;
  }
  .job-openings__employee-notice {
    margin: 24px 0;
  }
  .job-openings__assistance-grid {
    flex-direction: column;
    gap: 24px;
  }
  .job-openings__assistance-card {
    padding: 24px;
  }
  .job-openings__equal-opportunity {
    margin: 0 0 24px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .job-openings__container {
    gap: 24px !important;
  }
  .job-openings__hero {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .job-openings__description {
    text-align: left;
  }
  .job-openings__info-grid {
    flex-direction: column;
    gap: 30px;
  }
  .job-openings__action-grid {
    flex-direction: column;
    gap: 30px;
  }
  .job-openings__assistance-grid {
    flex-direction: column;
    gap: 30px;
  }
}