



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 {
  position: relative;
  border: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: #007fa8;
  height: 100vh;
}

body .module.a .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background-image: url(https://microcontrib.hays.com/documents/5486719/5487967/hero.jpg/eb864728-24da-44a8-3cc1-d099ebf9347f?version=1.0&t=1583253123080);
  background-size: cover;
  opacity: 0;
}

body .module.a .bg2 {
  background-color: rgba(0, 127, 168, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  padding: 7em 2em 2em 2em;
}

body .module.a .bg2 .mainborder {
  height: 100%;
  position: relative;
  border-top: 20px solid #ffffff;
  border-left: 20px solid #ffffff;
  border-bottom: 20px solid #ffffff;
}

body .module.a .bg2 .mainborder .strap {
  z-index: 4;
  width: 100%;
  padding: 2.2em 2.2em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: inherit;
}

body .module.a .bg2 .mainborder .strap .headline {
  width: 45%;
}

body .module.a .bg2 .mainborder .strap .headline h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 2.296rem;
  line-height: 1em;
}

body .module.a .bg2 .mainborder .strap .headline h1 span {
  font-family: 'Charter',serif;
  font-weight: normal;
}

body .module.a .bg2 .mainborder .strap .headline .hero_cta {
  margin-top: 2.8em;
}

body .module.a .bg2 .mainborder .strap .headline .hero_cta a button {
  border: 2px solid #ffffff;
  background-color: transparent;
  padding: 1em 1em 0.85em 1em;
  line-height: 22px;
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 1.375em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

body .module.a .bg2 .mainborder .strap .headline .hero_cta a:hover button {
  background-color: #ffffff;
  color: #007fa8;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

@media (min-width: 1688px) {
  body .module.a .bg2 .mainborder .strap {
    padding: 2.2em 2.2em 5em;
  }
  body .module.a .bg2 .mainborder .strap .headline h1 {
    font-size: 2.875rem;
  }
  body .module.a .bg2 .mainborder .strap .headline .hero_cta a button {
    font-size: 1.657em;
  }
}

@media (max-width: 992px) {
  body .module.a .bg2 .mainborder .strap .headline {
    width: 50%;
  }
  body .module.a .bg2 .mainborder .strap .headline h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  body .module.a .bg2 .mainborder .strap .headline h1 {
    font-size: 1.8rem;
  }
}

@media (max-height: 768px) {
  body .module.a .bg2 .mainborder .strap .headline {
    width: 35%;
  }
  body .module.a .bg2 .mainborder .strap .headline h1 {
    font-size: 1.4rem;
  }
}

@media (max-width: 640px) {
  body .module.a .bg2 .mainborder .strap .headline {
    width: 90%;
  }
  body .module.a .bg2 .mainborder .strap .headline h1 {
    font-size: 1.8rem;
  }
  body .module.a .bg2 .mainborder .strap .headline .hero_cta a button {
    font-size: 1em;
  }
}

@media (max-width: 340px) {
  body .module.a .bg2 .mainborder .strap .headline {
    width: 90%;
  }
  body .module.a .bg2 .mainborder .strap .headline h1 {
    font-size: 1.4rem;
  }
}

body .module.a .bg2 .mainborder .border2 {
  position: absolute;
  width: 100%;
  height: 80%;
  right: 0;
  top: 0;
  border-right: 20px solid #ffffff;
  z-index: -1;
}

body .module.a .bg2 .mainborder .border3 {
  position: absolute;
  width: 100%;
  height: 10%;
  right: 0;
  bottom: 0;
  border-right: 20px solid #ffffff;
  z-index: 3;
}

@media (max-width: 640px) {
  body .module.a .bg2 .mainborder {
    border-top: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
  }
  body .module.a .bg2 .mainborder .border2, body .module.a .bg2 .mainborder .border3 {
    border-right: 10px solid #ffffff;
  }
}

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

@media (max-height: 800px) and (min-width: 375px) {
  body .module.a {
    height: 680px;
  }
}

@media (max-width: 640px) {
  body .module.a .bg2 {
    padding: 7em 1em 1em 1em;
  }
}

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

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

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

body .module.b h1 {
  font-family: 'Charter';
  color: #000000;
  font-weight: normal;
  font-size: 2.7em;
  position: relative;
  margin-bottom: 1em;
}

body .module.b h1::after {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 500px;
  height: 1px;
  background-color: #000000;
  bottom: 0;
  left: 0;
}

body .module.b .welcome-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

body .module.b .welcome-content .pane {
  width: 48%;
}

body .module.b .welcome-content .pane p {
  color: #000000;
  font-size: 0.833rem;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 300;
}

body .module.b .welcome-content .pane:nth-child(1) {
  margin-right: 1%;
}

body .module.b .welcome-content .pane:nth-child(2) {
  margin-left: 1%;
}

@media (max-width: 640px) {
  body .module.b .welcome-content .pane {
    width: 100%;
  }
  body .module.b .welcome-content .pane p:nth-child(1) {
    margin-right: 0%;
  }
  body .module.b .welcome-content .pane p:nth-child(2) {
    margin-left: 0%;
  }
}

body .module.h {
  display: block;
  margin-bottom: 0;
  border: 0;
  padding: 4em 0 2em;
}

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

body .module.h .intro-grp {
  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;
}

body .module.h .intro-grp .pane {
  width: 48%;
}

body .module.h .intro-grp .pane h1 {
  font-family: 'Charter';
  color: #000000;
  font-weight: normal;
  font-size: 2.7em;
  position: relative;
  margin-bottom: 1em;
}

body .module.h .intro-grp .pane h1::after {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 500px;
  height: 1px;
  background-color: #000000;
  bottom: 0;
  left: 0;
}

body .module.h .intro-grp .pane p {
  color: #000000;
  font-size: 0.833rem;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 300;
}

body .module.h .intro-grp .pane p.mission {
  font-family: "Helvetica Neue";
  font-weight: 100;
  font-size: 1.01rem;
}

body .module.h .intro-grp .pane p.bold {
  font-weight: 500;
}

body .module.h .intro-grp .pane img {
  max-width: 100%;
}

@media (max-width: 640px) {
  body .module.h .intro-grp .pane {
    width: 100%;
  }
}

body .module.h .our-sites {
  margin-top: 2em;
}

body .module.h .our-sites h2 {
  font-family: 'Charter';
  color: #000000;
  font-weight: normal;
  font-size: 2.3em;
  margin-bottom: 1em;
}

body .module.h .our-sites .sites {
  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;
}

body .module.h .our-sites .sites .panel {
  width: 48%;
  margin-bottom: 2em;
}

body .module.h .our-sites .sites .panel.sites_info_right, body .module.h .our-sites .sites .panel.sites_info_left {
  margin-bottom: 2em;
}

body .module.h .our-sites .sites .panel p {
  color: #000000;
  font-size: 0.833rem;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 300;
}

body .module.h .our-sites .sites .panel p.bold {
  font-weight: 500;
}

body .module.h .our-sites .sites .panel .icon-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .module.h .our-sites .sites .panel .icon-grp .icon {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .module.h .our-sites .sites .panel .icon-grp .icon .people {
  margin-right: 1.25em;
  width: 44px;
}

body .module.h .our-sites .sites .panel .icon-grp .icon .people img {
  max-width: 100%;
}

body .module.h .our-sites .sites .panel .icon-grp .icon .money {
  margin-right: 1.25em;
  width: 52px;
}

body .module.h .our-sites .sites .panel .icon-grp .icon .money img {
  max-width: 100%;
}

body .module.h .our-sites .sites .panel .icon-grp .icon .number {
  width: calc(100% - 44px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .module.h .our-sites .sites .panel .icon-grp .icon .number p {
  font-size: 2.083rem;
  margin-bottom: 0;
}

@media (max-width: 345px) {
  body .module.h .our-sites .sites .panel .icon-grp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .module.h .our-sites .sites .panel .icon-grp .icon {
    width: 100%;
    margin-bottom: 0.75em;
  }
  body .module.h .our-sites .sites .panel .icon-grp .icon .money {
    width: 44px;
  }
}

body .module.h .our-sites .sites .panel img {
  max-width: 100%;
}

@media (max-width: 768px) {
  body .module.h .our-sites .sites .panel {
    width: 100%;
  }
  body .module.h .our-sites .sites .panel.sites_info_right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body .module.h .our-sites .sites .panel.sites_img_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-bottom: 1.2em;
  }
  body .module.h .our-sites .sites .panel.sites_img_left {
    text-align: center;
  }
}

body .module.h .enablers {
  margin: 0em 0 2em 0;
}

body .module.h .enablers .cta_readmore {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .module.h .enablers .cta_readmore a button {
  border: 2px solid #007fa8;
  background-color: transparent;
  padding: 1em 1em 0.85em 1em;
  line-height: 22px;
  color: #007fa8;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 1.375em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

body .module.h .enablers .cta_readmore a:hover button {
  background-color: #007fa8;
  color: #ffffff;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

body .module.h .enablers .hidden_content {
  margin-bottom: 2em;
}

body .module.h .enablers .hidden_content h2 {
  font-family: 'Charter';
  color: #000000;
  font-weight: normal;
  font-size: 2.3em;
  text-align: center;
  margin-bottom: 1em;
}

body .module.h .enablers .hidden_content .enablers_content_grp {
  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;
}

body .module.h .enablers .hidden_content .enablers_content_grp .panel {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3em;
}

body .module.h .enablers .hidden_content .enablers_content_grp .panel .text-content p {
  color: #000000;
  font-size: 0.833rem;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 300;
}

body .module.h .enablers .hidden_content .enablers_content_grp .panel .text-content p.bold {
  font-weight: 500;
}

body .module.h .enablers .hidden_content .enablers_content_grp .panel .icon-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .module.h .enablers .hidden_content .enablers_content_grp .panel .icon-grp .icon {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .module.h .enablers .hidden_content .enablers_content_grp .panel .icon-grp .icon .people {
  margin-right: 0.85em;
  width: 27px;
}

body .module.h .enablers .hidden_content .enablers_content_grp .panel .icon-grp .icon .people img {
  max-width: 100%;
}

body .module.h .enablers .hidden_content .enablers_content_grp .panel .icon-grp .icon .money {
  margin-right: 0.85em;
  width: 34px;
}

body .module.h .enablers .hidden_content .enablers_content_grp .panel .icon-grp .icon .money img {
  max-width: 100%;
}

body .module.h .enablers .hidden_content .enablers_content_grp .panel .icon-grp .icon .number {
  width: calc(100% - 44px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .module.h .enablers .hidden_content .enablers_content_grp .panel .icon-grp .icon .number p {
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #000000;
  font-weight: 300;
}

@media (max-width: 768px) {
  body .module.h .enablers .hidden_content .enablers_content_grp .panel {
    width: 49%;
  }
}

@media (max-width: 480px) {
  body .module.h .enablers .hidden_content .enablers_content_grp .panel {
    width: 100%;
  }
}

body .module.c {
  background-color: #7cbcd5;
  border: 0;
  padding: 4em 0 2em;
  margin-bottom: 0;
}

body .module.c h1 {
  font-family: 'Charter';
  color: #0e3b83;
  font-weight: normal;
  font-size: 2.7em;
  position: relative;
  margin-bottom: 1em;
}

body .module.c h1::after {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 500px;
  height: 1px;
  background-color: #0e3b83;
  bottom: 0;
  left: 0;
}

body .module.c .main-profile {
  width: 100%;
  height: 100%;
  border: 20px solid #ffffff;
  position: relative;
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .module.c .main-profile::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 100px;
  bottom: 5%;
  right: -20px;
  background-color: #7cbcd5;
}

body .module.c .main-profile h2 {
  font-family: 'Charter',serif;
  font-size: 1.167rem;
  color: #0e3b83;
  margin-bottom: 0.5em;
}

body .module.c .main-profile p {
  color: #0e3b83;
  font-size: 0.833rem;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 300;
}

body .module.c .main-profile p.bold {
  font-weight: 500;
}

body .module.c .main-profile ul {
  list-style-type: disc;
  margin-left: 1em;
  font-size: 0.833rem;
  margin-bottom: 1em;
}

body .module.c .main-profile ul li {
  color: #0e3b83;
  font-size: 0.833rem;
  font-weight: 300;
  padding-left: 1em;
}

body .module.c .main-profile .download_content {
  margin: 4em 0 6em;
}

body .module.c .main-profile .download_content .download_pdf {
  display: inline-block;
  color: #0e3b83;
  font-weight: 500;
  font-size: 0.833rem;
  position: relative;
  padding-left: 3.4em;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body .module.c .main-profile .download_content .download_pdf::before {
  content: url(https://microcontrib.hays.com/documents/5486719/5487967/noun_PDF_1242090.png/2a0e0edc-4648-0bba-2ba6-4b7296b1d6aa?t=1583253123232);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

body .module.c .main-profile .download_content .download_pdf:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

@media (max-width: 640px) {
  body .module.c .main-profile {
    border: 10px solid #ffffff;
  }
  body .module.c .main-profile::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 100px;
    bottom: 5%;
    right: -10px;
    background-color: #7cbcd5;
  }
}

@media (max-width: 480px) {
  body .module.c .main-profile .download_content .download_pdf {
    padding-left: 5em;
  }
}

body #content {
  display: none;
}

body #outer-clientfooter {
  display: none;
}

body .module.d {
  display: none;
}

body .module.e {
  display: block;
  border: 0;
  padding: 4em 0 2em;
  margin-bottom: 0;
  background-color: #007fa8;
}

body .module.e .terms {
  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;
}

body .module.e .terms .panel {
  width: 49%;
}

body .module.e .terms .panel h2 {
  font-family: 'Charter';
  color: #ffffff;
  font-weight: normal;
  font-size: 2.7em;
  position: relative;
  margin-bottom: 1em;
}

body .module.e .terms .panel h2::after {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 500px;
  height: 1px;
  background-color: #ffffff;
  bottom: -10px;
  left: 0;
}

body .module.e .terms .panel.apply p {
  color: #ffffff;
  font-size: 0.633rem;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 300;
}

body .module.e .terms .panel.apply .contacts .contact {
  margin-bottom: 1em;
}

body .module.e .terms .panel.apply .contacts .contact p {
  font-weight: 500;
  margin-bottom: 0;
}

body .module.e .terms .panel.apply .contacts .contact p a {
  color: #ffffff;
}

body .module.e .terms .panel.apply .dates p {
  font-family: 'Charter',serif;
}

body .module.e .terms .panel.apply .dates p.heading {
  font-size: 0.833rem;
  margin-bottom: 0;
}

body .module.e .terms .panel.terms_conditions p {
  color: #ffffff;
  font-size: 0.633rem;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 300;
}

body .module.e .terms .panel.terms_conditions p.bold {
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  body .module.e .terms .panel {
    width: 100%;
  }
}

@media (max-width: 640px) {
  body .module.e .terms .panel h2 {
    font-size: 1.8rem;
  }
  body .module.e .terms .panel.apply p {
    font-size: 0.833rem;
  }
  body .module.e .terms .panel.terms_conditions p {
    color: #ffffff;
    font-size: 0.833rem;
    line-height: 1.5em;
    margin-bottom: 1em;
    font-weight: 300;
  }
  body .module.e .terms .panel.terms_conditions p.bold {
    font-weight: 500;
    text-transform: uppercase;
  }
}

body .module.f {
  display: block;
  padding: 4em 0;
  border: 0;
  margin-bottom: 0;
  background-color: #7cbcd5;
}

body .module.f p {
  font-size: 1rem;
  color: #0e3b83;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1em;
}

body .module.f .apply_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .module.f .apply_btn a button {
  border: 2px solid #007fa8;
  background-color: #007fa8;
  padding: 1em 1.5em 0.85em 1.5em;
  line-height: 22px;
  color: #ffffff;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 1.375em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

body .module.f .apply_btn a:hover button {
  background-color: #ffffff;
  color: #007fa8;
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
/*# sourceMappingURL=asset.css.map */