html {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 8 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 24px;
  }
}

body .module.a {
  border: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: #000000;
  background-image: url(https://microcontrib.hays.com/documents/4516627/4516861/hero.jpg/78609bfc-9653-988c-81ae-6665e38814b1?t=1579691821129);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body .module.a .banner-text {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  padding: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .module.a .banner-text .banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1220px;
}

body .module.a .banner-text .banner-wrapper .hero-text h1 {
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 1.88em;
}

body .module.a .banner-text .banner-wrapper .hero-text h1 span {
  font-family: "Playfair Display", serif;
  font-size: 1.7em;
}

body .module.a .banner-text .banner-wrapper .hero-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .module.a .banner-text .banner-wrapper .hero-cta a button {
  border: 0;
  background-color: #0a71b9;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 0.5em 1.3em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body .module.a .banner-text .banner-wrapper .hero-cta a:hover button {
  background-color: #ffffff;
  color: #0a71b9;
}

@media (max-width: 768px) {
  body .module.a .banner-text .banner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .module.a .banner-text .banner-wrapper .hero-text h1 {
    margin-bottom: 0.25em;
    font-size: 1.5em;
  }
  body .module.a .banner-text .banner-wrapper .hero-cta a button {
    font-size: 1.05em;
  }
}

@media (min-width: 1440px) {
  body .module.a {
    height: 800px;
  }
}

@media (max-width: 768px) {
  body .module.a {
    height: calc(80vh - 131px);
  }
}

@media (max-width: 480px) {
  body .module.a {
    height: calc(100vh - 131px);
  }
}

body .module.b {
  background-color: #f1f1f1;
  border: 0;
  margin-bottom: 0;
  padding: 0;
}

body .module.b .row .c12 {
  margin-bottom: 0;
}

@media (max-width: 1220px) {
  body .module.b .row .c12 {
    padding: 0 1.2em;
    max-width: 1220px;
  }
}

@media (max-width: 768px) {
  body .module.b .row .c12 {
    padding: 0 1em;
  }
}

body .module.b .job-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.2em 0;
}

body .module.b .job-cards a {
  width: 32.3333%;
  background-color: #ffffff;
  margin: 10px 0.3333%;
  padding: 1.5em;
  border-bottom: 10px solid #000000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body .module.b .job-cards a .job-card h1 {
  font-family: "Playfair Display", serif;
  font-size: 1.23em;
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 0.2em;
  color: #111111;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .module.b .job-cards a .job-card h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #111111;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body .module.b .job-cards a:nth-child(1) {
  margin-left: 0;
}
body .module.b .job-cards a:nth-child(3n + 1) {
  margin-left: 0 !important;
}

body .module.b .job-cards a:nth-child(3n) {
  margin-right: 0;
}

body .module.b .job-cards a:hover {
  background-color: #0a71b9;
}

body .module.b .job-cards a:hover .job-card h1 {
  color: #ffffff;
}

body .module.b .job-cards a:hover .job-card h2 {
  color: #ffffff;
}

@media (max-width: 768px) {
  body .module.b .job-cards a {
    width: 49%;
    margin: 0.25em 0.333% !important;
  }
  body .module.b .job-cards a .job-card h1 {
    font-size: 0.8em;
  }
  body .module.b .job-cards a .job-card h2 {
    font-size: 0.7em;
  }
  body .module.b .job-cards a:nth-child(3) {
    width: 99%;
  }
}

@media (max-width: 640px) {
  body .module.b .job-cards a {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

body .module.c {
  display: none;
}

body .module.d {
  display: none;
}

body #outer-clientfooter {
  background-color: #aba4a0;
}

body #outer-clientfooter #inner-clientfooter h1 {
  margin-bottom: 0;
}

body #outer-clientfooter #inner-clientfooter h1 .connect .linked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body #outer-clientfooter #inner-clientfooter h1 .connect .linked p {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.88em;
  margin-right: 1em;
}

body #outer-clientfooter #inner-clientfooter h1 .connect .linked a img {
  max-width: 100%;
}

@media (max-width: 640px) {
  body #outer-clientfooter #inner-clientfooter h1 .connect .linked {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body #outer-clientfooter #inner-clientfooter h1 .connect .linked p {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  body #outer-clientfooter #inner-clientfooter h1 .connect .linked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body #text {
  padding-top: 4em;
}

body #text .row .c12 {
  padding: 0 1.2em;
  max-width: 1220px;
}

body #text .row .c12 #text {
  padding: 0;
}

body #text .encase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #text .encase h1 {
  position: relative;
  color: #111111;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-size: 2.25em;
  text-align: center;
  display: inline-block;
}

body #text .encase h1::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0a71b9;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 640px) {
  body #text .encase h1 {
    font-size: 1.8em;
  }
}

@media (max-width: 480px) {
  body #text .encase h1 {
    font-size: 1.3em;
  }
}

body #text h2 {
  color: #111111;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-size: 2em;
}

body #text h3 {
  color: #111111;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-size: 1.7em;
}

body #text h4 {
  color: #111111;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5em;
}

body #text h5 {
  color: #111111;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2em;
}

body #text a {
  color: #0a71b9;
}

body #text a:hover {
  color: #0a71b9;
}

body #text p {
  margin-bottom: 1em;
  line-height: 1.5em;
  font-size: 1.313em;
}

body #text ul {
  list-style-type: disc;
}

body #text ul, body #text ol {
  margin-bottom: 1em;
}

body #text ul li, body #text ol li {
  font-size: 1.313em;
}

@media (max-width: 768px) {
  body #text p {
    font-size: 0.85em;
  }
  body #text ol li, body #text ul li {
    font-size: 0.85em;
  }
}

body #text .job-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.2em 0;
}

body #text .job-cards a {
  width: 32.3333%;
  background-color: #0a71b9;
  margin: 0.25em 0.3333%;
  padding: 1.5em;
  border-bottom: 10px solid #000000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body #text .job-cards a .job-card h1 {
  font-family: "Playfair Display", serif;
  font-size: 1.23em;
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 0.2em;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body #text .job-cards a .job-card h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 1em;
}

body #text .job-cards a:nth-child(1) {
  margin-left: 0;
}

body #text .job-cards a:nth-child(3) {
  margin-right: 0;
}

body #text .job-cards a:hover {
  background-color: #aba4a0;
}

body #text .job-cards a:hover .job-card h1 {
  color: #ffffff;
}

body #text .job-cards a:hover .job-card h2 {
  color: #ffffff;
}

@media (max-width: 768px) {
  body #text .job-cards a {
    width: 49%;
    margin: 0.25em 0.3333% !important;
  }
  body #text .job-cards a .job-card h1 {
    font-size: 0.8em;
  }
  body #text .job-cards a .job-card h2 {
    font-size: 0.7em;
  }
  body #text .job-cards a:nth-child(2n + 1) {
    margin-left: 0;
  }
  body #text .job-cards a:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  body #text .job-cards a {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

body #text .expand {
  background-color: #f1f1f1;
  color: #111111 !important;
  font-weight: 400;
  font-size: 1.1em;
  border-bottom: 5px solid #0a71b9;
}

body #text .expand:hover {
  background-color: #0a71b9 !important;
  color: #ffffff !important;
}

body #text .home .home-panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #text .home .home-panels .panel {
  width: 49%;
}

body #text .home .home-panels .panel p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.313em;
}

body #text .home .home-panels .panel p.bold {
  font-size: 1.625em;
  font-weight: 600;
}

body #text .home .home-panels .panel ul {
  list-style-type: disc;
}

body #text .home .home-panels .panel ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.313em;
  line-height: 1.7em;
  margin-left: 1em;
  padding: 0;
}

body #text .home .home-panels .panel .ezel img {
  max-width: 100%;
}

body #text .home .home-panels .panel .ezel .slick-dots {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
  padding: 10px 0;
  margin-left: 0;
}

body #text .home .home-panels .panel .ezel .slick-dots li {
  margin-left: 0;
}

body #text .home .home-panels .panel .ezel .slick-dots li button::before {
  font-size: 70px !important;
  opacity: 0.85;
}

body #text .home .home-panels .panel .ezel .slick-dots li.slick-active button::before {
  opacity: .75;
  color: #0a71b9;
}

body #text .home .home-panels .panel .ezel .slick-dots li::before {
  opacity: 0.85;
}

body #text .home .home-panels .panel:nth-child(odd) {
  margin-right: 1%;
}

body #text .home .home-panels .panel:nth-child(even) {
  margin-left: 1%;
}

@media (max-width: 768px) {
  body #text .home .home-panels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #text .home .home-panels .panel {
    width: 100%;
  }
  body #text .home .home-panels .panel p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.85em;
  }
  body #text .home .home-panels .panel p.bold {
    font-size: 1.3em;
    font-weight: 600;
  }
  body #text .home .home-panels .panel ul {
    list-style-type: disc;
  }
  body #text .home .home-panels .panel ul li {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.8em;
    line-height: 1.7em;
    margin-left: 1em;
    padding: 0;
  }
  body #text .home .home-panels .panel:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  body #text .home .home-panels .panel:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
}

body #text .ref {
  width: 100%;
}

body #text .ref .grid {
  list-style: none;
  margin-left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  body #text .ref .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body #text .ref .gc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
}

body #text .ref .gc--1-of-3 {
  width: 33.33333%;
}

@media (max-width: 640px) {
  body #text .ref .gc--1-of-3 {
    width: 100%;
  }
}

body #text .ref .gc--2-of-3 {
  width: 66.66666%;
}

@media (max-width: 640px) {
  body #text .ref .gc--2-of-3 {
    width: 100%;
  }
}

body #text .ref .naccs {
  position: relative;
}

body #text .ref .naccs .menu div {
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
  color: #0a71b9;
  background: #f1f1f1;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 400;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (max-width: 768px) {
  body #text .ref .naccs .menu div {
    font-size: 0.8em;
  }
}

body #text .ref .naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: #0a71b9;
  border-radius: 100%;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

body #text .ref .naccs .menu div.active span.light {
  background-color: #000000;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}

body #text .ref .naccs .menu div.active {
  color: #111111;
  padding: 15px 20px 15px 20px;
}

body #text .ref ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

body #text .ref ul.nacc li {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  position: absolute;
  list-style: none;
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

body #text .ref ul.nacc li.active {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

body #text .ref ul.nacc li div .grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

body #text .ref ul.nacc li div .grp a {
  width: 49%;
  margin-bottom: 0.5em;
  margin-left: 1%;
}

body #text .ref ul.nacc li div .grp a img {
  max-width: 100%;
}

body #text .ref ul.nacc li div .grp a:nth-child(1) {
  width: 100%;
}

body #text .ref ul.nacc li div .grp2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

body #text .ref ul.nacc li div .grp2 a {
  width: 49%;
  margin-bottom: 0.5em;
  margin-left: 1%;
}

body #text .ref ul.nacc li div .grp2 a img {
  max-width: 100%;
}

body #text .ref ul.nacc li div p {
  font-size: 1em;
}

body #content h1 {
  font-family: "Playfair Display", serif;
  color: #111111;
  text-align: center;
}

.lb-outerContainer {
  border-radius: 0;
  background-color: rgba(10, 113, 180, 0.6);
}
/*# sourceMappingURL=asset.css.map */