<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /* ALERT BANNER*/
.alert-banner{
    padding: 4rem 3rem;
    gap: 4.8rem;
    max-width: 144rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #EF6A00;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .alert-banner {
        grid-template-columns: repeat(2, 1fr);
        padding: 4rem 6.7rem;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (min-width: 1024px) {
    .alert-banner {
        padding: 4rem 11.5rem;
    }
}




/* SITE BY RECRUITING.COM */
.fa-twitter:before {
    content: '' !important;
    background-image: url(https://d2i2zd9axwkr7h.cloudfront.net/company/sites/156161/assets/images/Twitterlogo-005A9B.png);
    background-size: cover;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    display: block;
    background-repeat: no-repeat;
}

footer .fa-twitter:before {
    background-image: url(https://d2i2zd9axwkr7h.cloudfront.net/company/sites/156161/assets/images/Twitterlogo-white.png);
    width: 22px;
    height: 24px;
    background-position: bottom;
    background-size: contain;
}


.header {
    position: fixed !important;
    width: 100vw;
    z-index: 1000;
}

#footerpowered {
  padding: 1rem;
  padding-bottom: 3rem;
  margin: 0;
  background-color: #EF6A00;
}

#footerpowered .PoweredBy {
  margin: 0 auto;
}

#footerpowered .PoweredBy {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}

#footerpowered .PoweredBy a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

#footerpowered .PoweredBy a:hover,
#footerpowered .PoweredBy a:focus {
  color: rgba(255, 255, 255, 1);
}

/* COMPANY FOLLOW */

#company-follow.company-follow * {
  font-family: "Open Sans", sans-serif !important;
}

#company-follow .company-follow-container {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

#company-follow .company-follow-container .leader {
  background-color: #D9652D !important;
  border-radius: 1rem 0 0 1rem;
}

#company-follow .company-follow-container .content-container {
  background-color: transparent !important;
}

@media (max-width: 700px) {
  #company-follow .company-follow-container .leader {
    border-radius: 1rem 1rem 0 0;
  }
}

/* JOBLIST STYLE */

/*jobs search*/

.jobs-list main {
  padding: 3rem;
}
#jobs-list aside {
  margin: 0 3rem;
  max-width: calc(100% - 6rem);
}
@media (min-width: 767px) {
  .jobs-list main {
    padding: 3rem 11.5rem;
  }
  #jobs-list aside {
    margin: 0 11.5rem;
    max-width: calc(100% - 23rem);
  }
}
@media (min-width: 1023px) {
  #jobs-list aside {
    margin: 0;
    max-width: calc(100% - 23rem);
  }
  .jobs-list main {
    padding: 0 !important;
    margin: 0;
  }
  .jobs-list {
    padding: 5rem 11.5rem 0;
  }
}

#jobs-list .page-size {
  width: 8.7rem;
  height: 5.4rem;
  font-size: 1.6rem;
}
#jobs-list .app * {
  font-family: "Open Sans", sans-serif;
}

#jobs-list .fa {
  font-family: FontAwesome;
}

#jobs-list aside {
  width: 100%;
  /*background: #eff3f4;*/
  background-color: #FBEDD6;
  padding: 4rem 5%;
}

#jobs-list .filter-block .filter-container .keyword-search:before,
#jobs-list .filter-group.keyword-search:before {
  content: "Search Careers Now";
  font-family: "Poppins", sans-serif;
  display: block;
  margin: 3rem auto;
  margin-top: 0;
  font-weight: 700;
  font-size: 2.6rem;
  /*color: #005a9b;*/
  color: #1B4565;
  text-align: left;
  width: 100%;
}

#jobs-list aside .filter-group &gt; h3 {
  display: none;
}

#jobs-list.jobs-list aside .filter-group .LocationSearchInputComponent {
  display: none;
}

#jobs-list aside .filter-group.no-job-list input,
#jobs-list aside .filter-group.no-job-list button,
#jobs-list aside .filter-group.no-job-list .auto-suggest-container {
  display: block;
  margin: 5% 0;
}

#jobs-list aside .filter-group.no-job-list input,
#jobs-list aside .filter-group.no-job-list .auto-suggest-container {
  width: 100%;
}

/***************************************************************
JOB LIST
***************************************************************/

/* no jobs */

#jobs-list .no-results-company-follow-container .message {
  color: #3e3e3e;
}

#jobs-list .embedded-company-follow-form .embedded-company-follow-form input[type="email"],
#jobs-list .embedded-company-follow-form .embedded-company-follow-form .frequency-select,
#jobs-list .embedded-company-follow-form .embedded-company-follow-form .Select-control,
#jobs-list .embedded-company-follow-form .embedded-company-follow-form .subscribe-button.button-styles {
  width: 100%;
}

#jobs-list .embedded-company-follow-form .embedded-company-follow-form .subscribe-button.button-styles {
  height: auto;
  color: white;
  background-color: #00bff3;
  border-color: #00bff3;
  text-decoration: none;
  padding: 1.5rem 3rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 1.2rem 0 1.2rem 0;
  border: solid 0.1rem white;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

/* no jobs end */

.section__jobs-job-list {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .section__jobs-job-list {
    padding-top: 5rem;
  }
}

#number {
  color: #005a9b;
}

.jobs-list .pagination a {
  /*color: #005a9b !important;*/
  color: #1B4565 !important;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding: 0.5rem;
  -webkit-transition: ease 0.2s all;
  -o-transition: ease 0.2s all;
  transition: ease 0.2s all;
}

.page-link.current-page.not-selectable,
.jobs-list .pagination a:hover {
  border-radius: 1rem;
  /*color: #505050 !important;*/
  color: #EF6A00 !important;
  text-decoration: none !important;
}

#jobs-list .item-title span {
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #005a9b;
  font-size: 1.8rem;
  font-weight: 800;
}

#jobs-list.jobs-list .results-list .result-item .item-title .street,
#jobs-list.jobs-list .results-list .result-item .item-title .location,
#jobs-list.jobs-list .results-list .result-item .item-title .city,
#jobs-list.jobs-list .results-list .result-item .item-title .state,
#jobs-list.jobs-list .results-list .result-item .item-title .city-state,
#jobs-list.jobs-list .results-list .result-item .item-title .pay,
#jobs-list.jobs-list .results-list .result-item .item-title .status {
  font-size: 1.6rem;
  font-weight: 400;
}

#jobs-list span.street {
  display: none;
}

#jobs-list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
}

#jobs-list button {
  display: inline-block;
}

#jobs-list aside {
  width: 33.33333333%;
  display: inline-block;
  float: left;
  z-index: 2;
  position: relative;
  // border-radius: 0 2rem 2rem 0;
}

#jobs-list main {
  display: inline-block;
  float: right;
  position: relative;
  z-index: 1;
  width: 66.66666667%;
}

#jobs-list main:first-child {
  width: 100%;
}

#jobs-list main .results-container {
  position: initial;
  padding: 0;
  /*min-height: 775px;*/
  height: auto;
}

#jobs-list .results-header {
  padding-left: 6%;
}

#jobs-list .card {
  padding-left: 2.4rem;
}

#jobs-list .app.stacked {
  overflow: hidden;
}

#jobs-list .Select-placeholder,
#jobs-list .Select--single &gt; .Select-control .Select-value {
  color: #757575;
}

#jobs-list .results-list .result-item,
#jobs-list .results-list .result-item:nth-child(even) {
  background-color: #fff;
  color: #005a9b;
  padding: 3rem 2rem;
  margin: 0.75rem 1%;
  // border-radius: 2rem;

  display: inline-block;
  width: 48%;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
#jobs-list .results-list .result-item {
  border: 0.25px solid #979797;
  border-left: 8px solid #d9652d;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

#jobs-list .results-list .result-item:hover {
  background-color: #eff3f4;
}
#jobs-list .results-list .result-item .item-title {
  text-decoration: none;
}
#jobs-list .results-list .result-item .item-title .location {
  color: #505050;
}
#jobs-list .results-list .result-item .item-title a.item-title span {
  transition: all ease 0.3s;
}
#jobs-list .results-list .result-item:hover .item-title a.item-title span {
  color: #009cdb;
}

#jobs-list .pagination {
  margin: 0 auto;
  padding: 1rem 2rem;
  bottom: 0;
  width: 100%;
  max-width: 100%;
}

#jobs-list .keyword-search,
#jobs-list .advanced-search-container {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: none;
  padding: 0;
}

#jobs-list .keyword-seach {
  margin: 0 auto 3rem auto;
}

#jobs-list .fa {
  font: normal normal normal 14px/1 FontAwesome;
}

#jobs-list aside .filter-group &gt; h3 {
  border: 0;
  margin: 0 0 1rem 0;
}

#jobs-list aside .filter-container input[type="text"],
#jobs-list aside .filter-container button,
#jobs-list aside .filter-container .filter-header {
  font-family: inherit;
  font-weight: 100;
  color: #6d6d6d;
  height: inherit;
  border: 0;
  margin: 0;
  padding: 1.5rem 2rem;
  z-index: 1;
  background: #fff;
}

#jobs-list .filter-category-container .filter-options-list-container {
  /*position: absolute;*/
  width: 100%;
  z-index: 2;
  margin-top: -0.5rem;
}

#jobs-list .filter-category-container .filter-options-list-container:before,
#jobs-list .filter-category-container .filter-options-list-container:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#jobs-list .job-search-button.primary,
#job-detail .job-description .apply-button {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;

  font-weight: 600;
  color: white;
  background-color: #005a9b;
  border: #00bff3 solid 0.1rem !important;
  display: inline-block;
  padding: 1.5rem 3rem;
  margin: 2rem 0;
  max-width: 100%;
  border-radius: 9999px;
  border: solid 0.1rem white;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

#jobs-list .job-search-button.primary {
    background-color: #EF6A00 !important;
    border-color: #EF6A00 !important;
}

#job-detail .job-description .apply-button {
  margin: 0;
}

#jobs-list .job-search-button.primary:hover,
#job-detail .job-description .apply-button:hover {
  background-color: #004b82;
}
.reset-filters {
  text-align: right;
}
#jobs-list.jobs-list aside .reset-filters a {
  text-decoration: none;
  color: #005a9b !important;
  font-size: 1.4rem;
}
#jobs-list.jobs-list aside .reset-filters a:hover {
  color: #009cdb !important;
}

#jobs-list .job-search-button.secondary {
  background-color: #a4d7f4;
  color: #005a9b;
  border: none;
  font-size: 1.4rem;
  border-radius: 0.8rem;
}

#jobs-list .job-search-button.secondary.selected {
  background-color: #005a9b;
  color: #fff;
}

.sort-container {
  text-align: right;
  margin-right: 5px;
}

#jobs-list .job-search-button {
  padding: 0.75rem 1rem;
  margin-right: 0.25rem;
}

#jobs-list .job-search-button.action,
#jobs-list .job-search-button.action:hover {
  border: 0;
  margin-right: 0;
}

#jobs-list.jobs-list main .results-container .results-header {
  color: #005a9b;
  letter-spacing: 0;
  font-weight: 400;
  padding-left: 3rem;
}

@media (max-width: 1023px) {
  #jobs-list .app {
    display: block;
  }

  .page-jobs #jobs-list aside,
  #jobs-list aside {
    float: none;
    width: 100%;
    padding-bottom: 0;
    padding: 4rem 3rem;
  }

  .all_jobs-link {
    display: none;
  }

  .page-jobs #jobs-list main,
  #jobs-list main {
    margin-top: 0;
    left: 0;
    display: block;
    float: none;
    width: auto;
  }

  .page-jobs #jobs-list .app.stacked .filter-block .filter-container,
  #jobs-list .app.stacked .filter-block .filter-container {
    max-width: none;
    overflow: hidden;
  }

  #jobs-list .sort-container {
    padding: 1rem 3rem;
  }

  .page-jobs #jobs-list .results-header,
  #jobs-list .results-header {
    padding: 1rem 3rem;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .page-jobs #jobs-list .results-list .result-item,
  .page-jobs #jobs-list .results-list .result-item:nth-child(even),
  #jobs-list .results-list .result-item,
  #jobs-list .results-list .result-item:nth-child(even) {
    margin: 2rem 0;
    display: block;
    width: 100%;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  #jobs-list .job-search-button.primary .page-jobs #jobs-list .job-search-button.primary {
    margin: 0.75rem 0 0 0;
  }

  #jobs-list .keyword-search,
  #jobs-list .advanced-search-container,
  .page-jobs #jobs-list .keyword-search,
  .page-jobs #jobs-list .advanced-search-container {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0;
  }

  #jobs-list .pagination,
  .page-jobs #jobs-list .pagination {
    display: block;
  }

  #jobs-list .pagination.mobile,
  .page-jobs #jobs-list .pagination.mobile {
    display: none;
  }

  #jobs-list .pagination a,
  .page-jobs #jobs-list .pagination a {
    margin: 0 0.65rem;
  }

  #jobs-list .sort-container {
    margin-top: 40px;
  }
}

@media (max-width: 639px) {
  #jobs-list aside {
    margin-top: 0;
  }

  #jobs-list .pagination {
    text-align: center;
  }

  #jobs-list aside,
  .page-jobs #jobs-list aside {
    padding: 3rem 2rem;
  }

  .page-jobs #jobs-list .sort-container {
    padding: 2rem;
  }

  #jobs-list .sort-container button {
    margin-top: 0;
  }

  .page-jobs #jobs-list .sort-container button {
    margin: 0;
  }

  #jobs-list .results-header,
  .page-jobs #jobs-list .results-header {
    padding: 2rem;
    margin: 0;
  }

  #jobs-list {
    padding: 0;
  }

  .jobs-list .pagination.mobile .pagination-button.disabled,
  .jobs-list .pagination.mobile .pagination-label {
    color: #02405f;
  }
}
.page-links a.page-link-previous,
.page-links a.page-link-next {
  display: none !important;
}
.page-links a {
  text-transform: capitalize;
}
@media (max-width: 560px) {
  .sort-container {
    margin-right: 0;
  }
}

@media (max-width: 520px) {
  #jobs-list .job-search-button.secondary {
    margin-bottom: 0.8rem;
  }
}

/* JOB DETAILS STYLE */

#job-detail .job-description {
  padding-top: 14rem;
  background-color: #f2fbfc;
}

#job-detail .job-description .content {
  max-width: 80rem;
  margin-top: 20rem;
}

#job-detail .job-description .main-content {
    padding-top: 0;
}

#job-detail .job-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  color: #005a9b;
}

#job-detail .job-description h4.job-description-header,
#job-detail .job-description h4.job-skills-header,
#job-detail .job-description h4.job-notes-header,
#job-detail .job-description h4.apply-with-header {
  font-weight: bold;
  font-size: 1.8rem;
}

#job-detail .job-description .job-description-content p,
#job-detail .job-description .job-description-content span,
#job-detail .job-description .job-description-content li,
#job-detail .job-description .job-skills p,
#job-detail .job-description .job-skills span,
#job-detail .job-description .job-skills li,
#job-detail .job-description .job-notes.important-notes p,
#job-detail .job-description .job-notes.important-notes span,
#job-detail .job-description .job-notes.important-notes li {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  color: #3e3e3e;
}

#job-detail .job-description .job-description-content p:not(:last-child) {
  margin-bottom: 1rem;
}

#job-detail .job-description .details {
  background: #fff;
}

#job-detail .job-description .map-button,
#job-detail .job-description .job-share-button {
  font-size: 1.6rem;
  color: #005a9b;
  font-weight: 700;
  background-color: white;
  text-transform: uppercase;
}

#job-detail .job-description .map-button:hover,
#job-detail .job-description .job-share-button:hover {
  color: #038790;
}

#job-detail .custom-apply-text {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #job-detail .job-description {
    padding-top: 11rem;
  }

  #job-detail .job-description .main-content {
    width: calc(100% - 20rem);
  }

  #job-detail .job-description .job-addl-info {
    width: 20rem;
  }
}

/* Styles for dialog window */

/*#overlay {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}*/

#popup {
  margin: 0 20px;
}

#popup .container {
  background: #fff;
  border-radius: 2rem 0 2rem 0;
  padding: 20px 30px;
  width: 768px;
  max-width: 100%;
  margin: 40px auto;
  color: #fff;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 10px 10px 20px -4px rgba(0, 0, 0, 0.13);
  box-shadow: 10px 10px 20px -4px rgba(0, 0, 0, 0.13);
}

#popup .link {
  margin-top: 0;
}

#close {
  color: #005a9b;
  cursor: pointer;
  font-size: 25px !important;
  text-align: left;
  line-height: 1;
}

hr {
  border-style: solid;
  border-color: #fff;
  border-width: 0.5px;
}

.paragraph.paragraph-small {
  font-size: 1.2rem;
}

/* img card quick fix */

.row__img-card {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* pop up fix */

.mfp-wrap {
  position: fixed !important;
  top: 0 !important;
}

.jobs-list-apply-btn-container {
  display: flex;
  flex-direction: row;
  gap: 0.1rem;
  max-width: 100%;
  margin-top: 1rem;
}
.jobs-list-apply-btn-container .btn-spec {
  border-radius: 9999px 0 0 9999px;
  padding: 2.5rem;
  /*background-color: #005a9b;*/
  background-color: #EF6A00;
  color: #fff;
}
.jobs-list-apply-btn-container .btn-spec:hover {
  /*background-color: #004b82;*/
  background-color: #EF6A00;
}
.jobs-list-apply-btn-container .btn-spec-login {
  border-radius: 0 9999px 9999px 0;
  background-color: #EF6A00;
  text-transform: uppercase;
}
.jobs-list-apply-btn-container .btn-spec-login i {
  display: inline-block;
  padding-left: 0.7rem;
  transform: scale(1.2) translateY(-5%);
}
.results-header {
  display: none;
}
.talent-community__section {
  width: 100vw;
  position: relative;
}
.talent-community-content {
  background: #eff3f4;
  padding: 5rem 3rem;
 display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.talent-community-header {
  font-family: "Avenir", sans-serif;
font-style: normal;
font-weight: 900;
font-size: 28px;
line-height: 35px;
  color: #005A9B;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.talent-community-content  p {
  text-align: center;
  font-family: "Avenir", sans-serif;
}
.talent-community-content  button {
  width: 186px;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 1.8rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.talent-community-content  button i {
  transform: scale(1.4);
}
@media (max-width: 767px) {
  .talent-community-bg {
  width: 100vw;
  height: 85.3vw;
}

} 

@media (min-width: 768px) {
  .talent-community-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
    .talent-community-content {
    width: 45.6rem;
    padding: 8rem 4.8rem;
  }
  .talent-community__section {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .talent-community__section {
    padding-right: 16.3rem;
  }
}
.career-path__content-list--item.link {
    text-decoration: none;
}
.career-path__content-list--item.link:hover {
    background-color: #004B82;
}

.talent-community-content button {
    justify-content: center !important;
}





/*POPUP BANNER*/
#overlay {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    /*overflow-y: auto;*/
    z-index: 999999;
    background: #00000045;
}

.c-popup__close {
   position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    width: 5rem;
    font-size: 2.2rem;
    background: #005A9B;
    color: #ffffff;
    border-radius: 0 20px;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.64, -0.11, 0.59, 1.07);
}

.c-popup__close:hover{
    color: #fff;
    background-color: #004B82;
}


.c-popup {
    position: absolute;

    width: 75%;
    height: auto;
    text-align: left;
    left: calc(50% - (75%/2));
    top: 250px;
    border-radius: 2rem;
    z-index: 999;
    box-shadow: 5px 5px 55px rgba(0,0,0,.2);
}

.c-popup__content {
    padding: 3rem 5rem;
    background: #EFF3F4;
    border-radius: 20px;
}


.c-popup__content div&gt;.c-btn {
    margin-top: 0;
}

@media (max-width: 900px){
    .c-popup{
        width: 95%;
left: calc(50% - (95%/2));
    }
}


@media (max-width: 520px){
    .c-popup{
       text-align: left;
        left: calc(5% / 2);
        border-radius: 2rem 2rem 0 0;
top: 100px;
 
          transition: position 1s ease;
    }
    .c-popup__content {
        padding: 4rem 2rem ;
    }
    .c-popup__close {
        right: 0;
    }
    .c-popup__expand{
        display: flex;
        right: 6rem;
      transform: rotate(0);
          transition: .5s;
    }
    .c-popup.mobile-open{
        top: auto;
        bottom: 0;
         transition: position 1s ease;
    }
    .c-popup__expand.close{
        transform: rotate(180deg);
         transition:.51s;
    }
}



.aquisition-banner{
    padding: 2rem 0;
}

/*alert banner*/
.talent-comm-btn{
    margin: 0 auto;
    display: inline-block;
}
.alert-wrapper{
    text-align: center;
    width: 50%;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    padding: 3rem 5rem;
    background-color: #EFF3F4;
    margin: 8rem auto;
}

@media (max-width: 1000px){
    .alert-wrapper{
        width: 80%;
    }
}


@media (max-width: 630px){
    .alert-wrapper{
        width: calc(100% - 3rem);
        padding: 2rem;
    }
}





</pre></body></html>