/* Override global footer styles - only for UnityPoint footer */
.results-page footer.has-custom-footer.footer-unitypoint,
.page-job footer.has-custom-footer.footer-unitypoint {
  height: auto !important;
  max-height: none !important;
  min-height: auto !important;
}

/* Scope all UnityPoint footer styles - ONLY affects elements inside footer-unitypoint */
.footer-unitypoint {
  background-color: #00529b;
  color: #fff;
  margin-top: 0;
  padding: 4.375rem 0 3.125rem;
  position: relative;
  text-align: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  left: 0;
  right: 0;
  height: auto !important;
  max-height: none !important;
  min-height: auto !important;
}
@media print, screen and (min-width: 64em) {
  .footer-unitypoint {
    padding: 4.375rem 0 1.875rem;
    text-align: initial;
  }
}
.footer-unitypoint:before {
  background-image: linear-gradient(90deg, #9b26b6, #0092bc, #78be20);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100vw 0.625rem;
  content: "";
  display: block;
  height: 0.625rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: 1.2s ease 0.6s;
  width: 100%;
}
.footer-unitypoint a:not(.btn) {
  color: #8de3fc;
  line-height: 1.5;
  text-decoration: none;
}
.footer-unitypoint a:not(.btn):hover {
  color: #fff;
}
.footer-unitypoint .btn {
  --button-border-hover: transparent;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #0092bc;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.footer-unitypoint .btn:hover {
  background-color: #007a9b;
  color: #fff;
}
.footer-unitypoint .btn.btn--blue {
  background-color: #0092bc;
  border-radius: 50px;
}
.footer-unitypoint .btn.btn--blue:hover {
  background-color: #007a9b;
}
.footer-unitypoint .u-content-container-wide {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .footer-unitypoint .u-content-container-wide {
    padding: 0 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .footer-unitypoint .u-content-container-wide {
    padding: 0 4rem;
  }
}
@media print, screen and (min-width: 90em) {
  .footer-unitypoint .u-content-container-wide {
    padding: 0 6rem;
  }
}
.footer-unitypoint .grid-x {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.footer-unitypoint .grid-padding-x > .cell {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.footer-unitypoint .grid-margin-y > .cell {
  margin-bottom: 1.875rem;
}
.footer-unitypoint .cell {
  flex: 1 1 0;
  min-width: 0;
}
@media print, screen and (min-width: 48em) {
  .footer-unitypoint .tablet-l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .footer-unitypoint .tablet-l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .footer-unitypoint .tablet-l-auto {
    flex: 1 1 0;
    max-width: none;
  }
  .footer-unitypoint .tablet-l-shrink {
    flex: 0 0 auto;
    max-width: none;
  }
}
.footer-unitypoint .no-bullet {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-unitypoint .menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-unitypoint .menu.simple {
  flex-direction: row;
}
.footer-unitypoint .menu.simple li {
  margin-right: 1rem;
}
.footer-unitypoint .menu.simple li:last-child {
  margin-right: 0;
}
.footer-unitypoint .footer__logo-col {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .footer-unitypoint .footer__logo-col {
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
  }
}
.footer-unitypoint .footer__logo {
  margin-bottom: 2rem;
  width: 19.125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 64em) {
  .footer-unitypoint .footer__logo {
    margin-bottom: 2rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-unitypoint .footer__logo > span {
  padding-top: 37.94326%;
  display: block;
  position: relative;
}
.footer-unitypoint .footer__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-unitypoint .footer__social {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-unitypoint .footer__social p {
  font-size: 0.8125rem;
  letter-spacing: 1px;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 100%;
}
.footer-unitypoint .footer__social nav {
  display: flex;
  justify-content: center;
  margin-bottom: 0.625rem;
  gap: 0.5rem;
  width: 100%;
}
.footer-unitypoint .footer__social nav a {
  align-items: center;
  border-radius: 1.5rem;
  box-shadow: 0 0 0 2px transparent;
  color: #fff !important;
  display: flex;
  height: 3rem;
  justify-content: center;
  width: 3rem;
  transition: transform 0.3s ease;
}
.footer-unitypoint .footer__social nav a:hover {
  transform: scale(1.1);
}
.footer-unitypoint .footer__social .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-unitypoint .footer__social .icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.footer-unitypoint .footer__social > a.link-underline {
  display: block;
  text-align: center;
  width: 100%;
}
.footer-unitypoint .link-underline {
  color: #8de3fc;
  text-decoration: none;
  position: relative;
}
.footer-unitypoint .link-underline:hover {
  color: #fff;
}
.footer-unitypoint .link-underline:hover span:after {
  width: 100%;
}
.footer-unitypoint .link-underline span {
  position: relative;
}
.footer-unitypoint .link-underline span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.footer-unitypoint .footer__nav-main {
  margin-bottom: 3.75rem;
}
@media print, screen and (max-width: 63.99875em) {
  .footer-unitypoint .footer__nav-main {
    margin-bottom: 2.5rem;
    margin-top: 3.125rem;
  }
  .footer-unitypoint .footer__nav-main:after, .footer-unitypoint .footer__nav-main:before {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 13.75rem;
    opacity: 0.3;
  }
  .footer-unitypoint .footer__nav-main:before {
    margin-bottom: 3.125rem;
  }
  .footer-unitypoint .footer__nav-main:after {
    margin-top: 3.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .footer-unitypoint .footer__nav-main > ul {
    margin: 0 -0.9375rem;
    display: flex;
    justify-content: space-between;
  }
}
.footer-unitypoint .footer__nav-main > ul > li {
  flex: 1 1 0;
}
@media print, screen and (min-width: 64em) {
  .footer-unitypoint .footer__nav-main > ul > li {
    padding: 0 0.9375rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .footer-unitypoint .footer__nav-main > ul > li + li {
    margin-top: 3.5rem;
  }
}
.footer-unitypoint .footer__nav-main > ul > li > ul li {
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.footer-unitypoint .footer__nav-main > ul > li > ul li a:not(.btn) {
  display: inline-block;
  color: #8de3fc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-unitypoint .footer__nav-main > ul > li > ul li a:not(.btn):hover {
  color: #fff;
}
.footer-unitypoint .footer__nav-main > ul > li:first-child > ul li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.footer-unitypoint .footer__nav-main > ul > li:first-child > ul li + li {
  margin-top: 1rem;
}
.footer-unitypoint .footer__nav-main > ul > li:first-child > ul li .btn {
  margin-top: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .footer-unitypoint .footer__nav-main > ul > li:first-child > ul li .btn {
    margin-top: 1.625rem;
  }
}
.footer-unitypoint .footer__nav-main .footer__nav-item__title {
  display: block;
  font-family: Figtree, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.125rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
@media print, screen and (max-width: 63.99875em) {
  .footer-unitypoint .footer__nav-main .btn {
    padding: 0.75rem 1.5rem;
  }
}
.footer-unitypoint .footer__nav-util {
  font-size: 0.9375rem;
  font-weight: 300;
}
.footer-unitypoint .footer__nav-util ul {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 48em) {
  .footer-unitypoint .footer__nav-util ul {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 64em) {
  .footer-unitypoint .footer__nav-util ul {
    justify-content: flex-end;
  }
}
.footer-unitypoint .footer__nav-util li + li {
  align-items: center;
  display: flex;
  margin-left: 0 !important;
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .footer-unitypoint .footer__nav-util li + li:before {
    border-left: 1px solid hsla(0, 0%, 100%, 0.5);
    content: "";
    height: 1rem;
    margin-left: 1rem !important;
    margin-top: 0.0625rem;
    padding-left: 1rem;
  }
}
.footer-unitypoint .footer__nav-util a {
  display: block;
  margin: 0;
  padding-bottom: 0.625rem !important;
  padding-top: 0.625rem !important;
  width: 100%;
  color: #8de3fc;
  text-decoration: none;
}
.footer-unitypoint .footer__nav-util a:hover {
  color: #fff;
}
@media print, screen and (max-width: 47.99875em) {
  .footer-unitypoint .footer__nav-util a {
    padding-bottom: 0.375rem !important;
    padding-top: 0.375rem !important;
  }
}
.footer-unitypoint .footer__copyright {
  font-size: 0.9375rem;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .footer-unitypoint .footer__copyright {
    font-weight: 300;
    opacity: 0.6;
  }
}
.footer-unitypoint .footer__text {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .footer-unitypoint .footer__text {
    margin-bottom: 1.5625rem;
  }
}
.footer-unitypoint .footer__text p {
  font-size: 1rem;
  line-height: 1.625rem;
}
@media print, screen and (max-width: 47.99875em) {
  .footer-unitypoint {
    padding: 2rem 0 1.5rem;
  }
  .footer-unitypoint .footer__nav-main .footer__nav-item__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .footer-unitypoint .footer__social {
    margin-top: 1.5rem;
  }
  .footer-unitypoint .footer__logo {
    margin-bottom: 1.5rem;
    width: 15rem;
  }
}
.footer-unitypoint .uph-svg {
  display: none;
}
.footer-unitypoint .image-wrap {
  display: block;
  position: relative;
}
.footer-unitypoint .image-wrap span {
  display: block;
  position: relative;
}
.footer-unitypoint .lazyloaded {
  opacity: 1;
}
.footer-unitypoint .sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
html:not(.no-js) .footer-unitypoint[data-expand]:not(.lazyloaded):before {
  width: 0;
}