@font-face {
	font-family: 'Gotham Regular';
	src: url('https://microcontrib.hays.com/documents/4638915/4639607/GothamMedium.eot');
	src: url('https://microcontrib.hays.com/documents/4638915/4639607/GothamMedium.eot?#iefix') format('embedded-opentype'), url('https://microcontrib.hays.com/documents/4638915/4639607/GothamMedium.woff2') format('woff2'), url('https://microcontrib.hays.com/documents/4638915/4639607/GothamMedium.woff') format('woff'), url('https://microcontrib.hays.com/documents/4638915/4639607/GothamMedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Bold';
	src: url('https://microcontrib.hays.com/documents/4638915/4639607/GothamBold.eot');
	src: url('https://microcontrib.hays.com/documents/4638915/4639607/GothamBold.eot?#iefix') format('embedded-opentype'), url('https://microcontrib.hays.com/documents/4638915/4639607/GothamBold.woff2') format('woff2'), url('https://microcontrib.hays.com/documents/4638915/4639607/GothamBold.woff') format('woff'), url('https://microcontrib.hays.com/documents/4638915/4639607/GothamBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Light';
	src: url('https://microcontrib.hays.com/documents/4638915/4639607/GothamLight.eot');
	src: url('https://microcontrib.hays.com/documents/4638915/4639607/GothamLight.eot?#iefix') format('embedded-opentype'), url('https://microcontrib.hays.com/documents/4638915/4639607/GothamLight.woff2') format('woff2'), url('https://microcontrib.hays.com/documents/4638915/4639607/GothamLight.woff') format('woff'), url('https://microcontrib.hays.com/documents/4638915/4639607/GothamLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}


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 #outer-header {
  background-color: #ffffff;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
  position: fixed;
  z-index: 12;
}

body #outer-header #inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1220px;
}

body #outer-header #inner-header .logo-box {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body #outer-header #inner-header .logo-box a {
  width: 250px;
}

body #outer-header #inner-header .logo-box a img {
  max-width: 100%;
}

@media (max-width: 351px) {
  body #outer-header #inner-header .logo-box a {
    width: 200px;
  }
}

body #outer-header #inner-header .logo-box .sub-text {
  font-size: 0.75rem;
  text-align: center;
}

body #outer-header #inner-header .logo-box .sub-text p {
  margin-bottom: 0;
  font-family: "Gotham Regular", sans-serif;
  color: #4f4e4e;
  font-size: 0.87em;
}

@media (max-width: 992px) {
  body #outer-header #inner-header .logo-box .sub-text p {
    font-size: 0.95em;
  }
}

@media (max-width: 840px) {
  body #outer-header #inner-header .logo-box {
    margin: 0 auto;
  }
  body #outer-header #inner-header .logo-box .logo-box {
    margin: 0 auto;
  }
}

body #outer-header #inner-header #header {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body #outer-header #inner-header #header #headernavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body #outer-header #inner-header #header #headernavigation li {
  margin: 0 0.65em;
}

body #outer-header #inner-header #header #headernavigation li a {
  font-size: 1.13em;
  color: #4f4e4e;
  border-bottom: solid 2px transparent;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none !important;
}

@media (max-width: 992px) {
  body #outer-header #inner-header #header #headernavigation li a {
    font-size: 0.9em;
  }
}

@media (max-width: 882px) {
  body #outer-header #inner-header #header #headernavigation li a {
    font-size: 0.8em;
  }
}

body #outer-header #inner-header #header #headernavigation li:hover a {
  border-bottom: solid 2px #fecc35;
}

body #outer-header #inner-header #header #headernavigation li.active a {
  font-family: "Gotham Regular", sans-serif;
  border-bottom: solid 2px #fecc35;
  text-decoration: none !important;
}

@media (max-width: 840px) {
  body #outer-header #inner-header #header {
    display: none;
  }
}

body #outer-header#outer-header.floating-nav {
  height: 100px;
}

body #outer-header#outer-header.floating-nav .sub-text {
  display: none;
}

@media (max-width: 351px) {
  body #outer-header#outer-header.floating-nav .logo-box a {
    width: 180px;
  }
}

body .module.a {
  margin-top: 175px;
  border: 0;
  margin-bottom: 0;
  padding: 0;
}

body .module.a .slide-holder .slide-wrapper {
  position: relative;
}

body .module.a .slide-holder .slide-wrapper .longhill-slide {
  overflow: hidden;
}

body .module.a .slide-holder .slide-wrapper .longhill-slide div {
  background-color: #eeeeee;
}

body .module.a .slide-holder .slide-wrapper .longhill-slide div.sl {
  background-image: url(https://microcontrib.hays.com/documents/4638915/4639611/slider.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 175px);
}

body .module.a .slide-holder .slide-wrapper .longhill-slide div.sl2 {
  background-image: url(https://microcontrib.hays.com/documents/4638915/4639611/slider01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 175px);
}

body .module.a .slide-holder .slide-wrapper .longhill-slide div.sl3 {
  background-image: url(https://microcontrib.hays.com/documents/4638915/4639611/slider02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 175px);
}

body .module.a .slide-holder .slide-wrapper .strap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .module.a .slide-holder .slide-wrapper .strap .strap-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

body .module.a .slide-holder .slide-wrapper .strap .strap-area .info {
  width: calc(100% - 215px);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .module.a .slide-holder .slide-wrapper .strap .strap-area .info h1 {
  color: #ffffff;
  font-family: "Gotham Light", sans-serif;
  font-size: 2.19em;
  line-height: 1.5em;
  margin-bottom: 12px;
}

body .module.a .slide-holder .slide-wrapper .strap .strap-area .info h1 span {
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.75em;
}

body .module.a .slide-holder .slide-wrapper .strap .strap-area .info p {
  margin-bottom: 0;
  font-family: "Gotham Regular", sans-serif;
  color: #4f4e4e;
  font-size: 1.125em;
  color: #ffffff;
}

body .module.a .slide-holder .slide-wrapper .strap .strap-area .cta-view {
  width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .module.a .slide-holder .slide-wrapper .strap .strap-area .cta-view a button {
  border: 0;
  background-color: #fecc35;
  color: #2a2a2a;
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.56em;
  padding: 0.5em 1.8em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body .module.a .slide-holder .slide-wrapper .strap .strap-area .cta-view a:hover button {
  background-color: #2a2a2a;
  color: #ffffff;
}

@media (max-width: 908px) {
  body .module.a .slide-holder .slide-wrapper .strap .strap-area .info h1 {
    font-size: 1.25em;
  }
  body .module.a .slide-holder .slide-wrapper .strap .strap-area .cta-view a button {
    font-size: 1.26em;
  }
}

@media (max-width: 685px) {
  body .module.a .slide-holder .slide-wrapper .strap .strap-area .info h1 {
    font-size: 1.05em;
  }
  body .module.a .slide-holder .slide-wrapper .strap .strap-area .cta-view a button {
    font-size: 1em;
  }
}

@media (max-width: 580px) {
  body .module.a .slide-holder .slide-wrapper .strap .strap-area .info {
    width: 100%;
  }
  body .module.a .slide-holder .slide-wrapper .strap .strap-area .cta-view {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1em;
  }
}

@media (max-width: 380px) {
  body .module.a .slide-holder .slide-wrapper .strap .strap-area .info .sub-text_strap {
    font-size: 0.85em;
  }
}

body .module.b {
  padding: 2em 0;
  margin-bottom: 0;
  border: 0;
  background-color: #484848;
  margin-top: 175px !important;
}

body .module.b h1 {
  color: #ffffff;
  font-size: 2.19em;
  font-family: "Gotham Regular", sans-serif;
  margin-bottom: 1em;
}

body .module.b .job-cards {
  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;
  width: 100%;
  max-width: 1220px;
}

body .module.b .job-cards a {
  width: 32%;
  margin: 1em 0 1em 0;
  border: 2px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none !important;
}

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

body .module.b .job-cards a .job-card h1 {
  font-family: "Gotham Light", sans-serif;
  font-size: 1.39em;
  text-align: center;
  margin-bottom: 0;
}

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

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

@media (max-width: 992px) {
  body .module.b .job-cards a .job-card h1 {
    font-size: 1.02em;
  }
}

@media (max-width: 768px) {
  body .module.b .job-cards a {
    width: 49%;
    margin-bottom: 0.6em;
    height: 80px;
  }
  body .module.b .job-cards a:nth-child(2n + 1) {
    margin-left: 0;
  }
  body .module.b .job-cards a:nth-child(3) {
    width: 100%;
  }
}

@media (max-width: 480px) {
  body .module.b .job-cards a {
    width: 100%;
  }
}

body .module.b .Viewall {
  position: relative;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 1.5em 0 0 0;
  color: #ffffff;
  text-transform: unset;
  font-weight: "Gotham Light", sans-serif;
  font-size: 1.69em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

body .module.b .Viewall::after {
  content: url(https://microcontrib.hays.com/documents/4638915/4639611/arrow-right-grey.png/aae28bdb-e970-a91c-c023-f1c33634c04e?t=1580289122975);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 25px;
}

body .module.b .Viewall:hover {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

@media (max-width: 640px) {
  body .module.b h1 {
    font-size: 1.25em;
  }
  body .module.b .Viewall {
    font-size: 1.25em;
  }
}

@media (max-width: 480px) {
  body .module.b .Viewall {
    font-size: 1em;
  }
}

body .module.c {
  display: none;
}

body .module.d {
  display: none;
}

body #text {
  padding: 4em 0;
}

body #text .row .c12 #text {
  margin-top: 0px;
  padding: 0;
}

body #text h1 {
  font-family: "Gotham Regular", sans-serif;
  font-size: 2em;
  margin-bottom: .8em;
}

body #text h2 {
  font-family: "Gotham Regular", sans-serif;
  font-size: 1.68em;
  margin-bottom: .8em;
}

body #text h3 {
  font-family: "Gotham Regular", sans-serif;
  font-size: 1.48em;
  margin-bottom: .8em;
}

body #text h4 {
  font-family: "Gotham Regular", sans-serif;
  font-size: 1.28em;
  margin-bottom: .8em;
}

body #text h5 {
  font-family: "Gotham Regular", sans-serif;
  font-size: 1.08em;
  margin-bottom: .8em;
}

body #text p {
  font-family: "Gotham Light", sans-serif;
  margin-bottom: 0.65em;
  line-height: 1.7em;
  color: #000;
}

body #text ol, body #text ul {
  font-family: "Gotham Light", sans-serif;
  margin-bottom: 0.65em;
  color: #000;
}

body #text ol li, body #text ul li {
  padding: 0.25em 0;
}

body #text a {
  color: #f49516;
}

body #text .profile {
  margin-top: 2em;
  margin-bottom: 2em;
}

body #text .profile .img-profile {
  width: 150px;
  max-width: 100%;
}

body #text .profile .status {
  margin-top: 1em;
}

body #text .profile .status p {
  margin-bottom: 0;
  line-height: 1em;
}

body #text .profile .status p:nth-child(1) {
  font-family: "Gotham Regular", sans-serif;
  font-size: 1.125em;
}

body #text .profile .status p:nth-child(2) {
  font-size: 1.125em;
}

body #text .expand {
  background-color: #f49516;
  color: #fff !important;
  font-size: 1.05em;
  font-family: "Gotham Regular", sans-serif;
}

body #text .stats {
  margin-bottom: 1.8em;
}

body #text .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;
}

body #text .job-cards a {
  width: 32%;
  background-color: #60c0c2;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.8em;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body #text .job-cards a .job-card h1 {
  font-size: 1.28em;
  font-weight: normal;
  color: #ffffff;
  font-family: "Gotham Regular", sans-serif;
  margin-bottom: 0;
  text-align: center;
}

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

@media (max-width: 768px) {
  body #text .job-cards a {
    width: 49%;
  }
  body #text .job-cards a .job-card h1 {
    font-size: 0.85em;
  }
}

@media (max-width: 480px) {
  body #text .job-cards a {
    width: 100%;
  }
}

body #text .reps {
  margin-bottom: 4em;
}

body #text .reps .expand .staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #text .reps .expand .staff .img-profile {
  width: 125px;
}

body #text .reps .expand .staff .img-profile img {
  border-radius: 50%;
  max-width: 100%;
}

body #text .reps .expand .staff .status {
  margin-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #text .reps .expand .staff .status p {
  font-family: "Gotham Regular", sans-serif;
  color: #ffffff;
  font-size: 1.8em;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  body #text .reps .expand .staff .status p {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  body #text .reps .expand .staff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #text .reps .expand .staff .img-profile {
    width: 100%;
    text-align: center;
    margin-bottom: 0.3em;
  }
  body #text .reps .expand .staff .status {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  body #text .reps .expand .staff .status p {
    font-size: 1.2em;
  }
}

body #text .detailedTitle {
  color: #d33;
}

body #text .detailedLocation span, body #text .detailedSalary span, body #text .detailedType span, body #text .detailedClosingDate span, body #text .detailedRef span, body #text .detailedContact span, body #text .detailedOffice span, body #text .detailedPhone span, body #text .detailedEmail span, body #text .detailedBack span {
  background-color: #f49516;
  color: #ffffff;
  border-right: #d33;
  font-family: "Gotham Regular", sans-serif;
}

@media (max-width: 1200px) {
  body #text .detailedLocation, body #text .detailedSalary, body #text .detailedType, body #text .detailedClosingDate, body #text .detailedRef, body #text .detailedContact, body #text .detailedOffice, body #text .detailedPhone, body #text .detailedEmail, body #text .detailedBack {
    background-color: #f49516;
    color: #ffffff;
  }
}

body #text .detailedApply {
  background: #81d742 !important;
  border: 0 !important;
}

body #text .grp {
  width: 100%;
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}

body #text .grp .left {
  background-color: #60c0c2;
  width: 200px;
  padding: 0.35em;
}

body #text .grp .left p {
  margin-bottom: 0;
  font-family: "Gotham Regular", sans-serif;
  color: #ffffff;
}

body #text .grp .right {
  width: calc(100% - 180px);
  margin-left: 5px;
  padding: 0.35em;
}

body #text .grp .right p {
  margin-bottom: 0;
  font-family: "Gotham Regular", sans-serif;
  color: #f49516;
}

@media (max-width: 350px) {
  body #text .grp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #text .grp .right {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  body #text p {
    font-size: 0.72em;
  }
  body #text ol, body #text ul {
    font-size: 0.78em;
  }
  body #text h1 {
    font-size: 1.6em;
  }
  body #text h2 {
    font-size: 1.4em;
  }
  body #text h3 {
    font-size: 1.2em;
  }
  body #text h4 {
    font-size: 1em;
  }
  body #text h5 {
    font-size: 0.8em;
  }
  body #text .expand {
    font-size: 0.798em;
  }
  body #text .detailedTitle {
    font-size: 1.3em !important;
  }
  body #text .detailedApply, body #text .detailedBack {
    font-size: 0.798em !important;
    color: #ffffff !important;
  }
}

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

body #outer-clientfooter #inner-clientfooter .btm-client {
  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 #outer-clientfooter #inner-clientfooter .btm-client .bt-link {
  width: 33%;
  margin-left: 0.3333%;
  background-color: pink;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body #outer-clientfooter #inner-clientfooter .btm-client .bt-link .link .encase {
  display: inline-block;
}

body #outer-clientfooter #inner-clientfooter .btm-client .bt-link .link .encase p {
  position: relative;
  color: #ffffff;
  font-size: 2.25em;
  font-family: "Gotham Light", sans-serif;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 992px) {
  body #outer-clientfooter #inner-clientfooter .btm-client .bt-link .link .encase p {
    font-size: 1.69em;
  }
}

body #outer-clientfooter #inner-clientfooter .btm-client .bt-link .link .encase p::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  bottom: -25px;
  left: 0;
}

body #outer-clientfooter #inner-clientfooter .btm-client .bt-link:nth-child(1) {
  margin-left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 192, 194, 0.8)), to(rgba(96, 192, 194, 0.8))), url(https://microcontrib.hays.com/documents/4638915/4639611/bt-link-1.png/e5f30a38-37c1-9273-cad9-e2ff918c33ce?t=1580289124872);
  background: linear-gradient(rgba(96, 192, 194, 0.8), rgba(96, 192, 194, 0.8)), url(https://microcontrib.hays.com/documents/4638915/4639611/bt-link-1.png/e5f30a38-37c1-9273-cad9-e2ff918c33ce?t=1580289124872);
  min-height: 320px;
  background-size: cover;
  background-position: center;
}

body #outer-clientfooter #inner-clientfooter .btm-client .bt-link:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 50, 50, 0.8)), to(rgba(238, 50, 50, 0.8))), url(https://microcontrib.hays.com/documents/4638915/4639611/bt-link-2.jpg/a12da173-0f56-837f-454a-b42ac319deda?t=1580289123799);
  background: linear-gradient(rgba(238, 50, 50, 0.8), rgba(238, 50, 50, 0.8)), url(https://microcontrib.hays.com/documents/4638915/4639611/bt-link-2.jpg/a12da173-0f56-837f-454a-b42ac319deda?t=1580289123799);
  min-height: 320px;
  background-size: cover;
  background-position: center;
  text-decoration: none !important;
}

body #outer-clientfooter #inner-clientfooter .btm-client .bt-link:nth-child(2) .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #outer-clientfooter #inner-clientfooter .btm-client .bt-link:nth-child(2) .link .encase {
  width: 80%;
  margin: 0 auto;
}

body #outer-clientfooter #inner-clientfooter .btm-client .bt-link:nth-child(3) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(107, 189, 69, 0.8)), to(rgba(107, 189, 69, 0.8))), url(https://microcontrib.hays.com/documents/4638915/4639611/bt-link-3.jpg/62c9b5c7-d4a6-2327-fcf6-f9c1a955a05c?t=1580289124707);
  background: linear-gradient(rgba(107, 189, 69, 0.8), rgba(107, 189, 69, 0.8)), url(https://microcontrib.hays.com/documents/4638915/4639611/bt-link-3.jpg/62c9b5c7-d4a6-2327-fcf6-f9c1a955a05c?t=1580289124707);
  min-height: 320px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  body #outer-clientfooter #inner-clientfooter .btm-client .bt-link {
    width: 49%;
    margin-bottom: 0.65em;
  }
  body #outer-clientfooter #inner-clientfooter .btm-client .bt-link:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  body #outer-clientfooter #inner-clientfooter .btm-client .bt-link:nth-child(2) .link .encase p {
    font-size: 1.25em;
  }
}

@media (max-width: 525px) {
  body #outer-clientfooter #inner-clientfooter .btm-client .bt-link {
    width: 100%;
  }
  body #outer-clientfooter #inner-clientfooter .btm-client .bt-link .link .encase p {
    font-size: 1.55em;
  }
  body #outer-clientfooter #inner-clientfooter .btm-client .bt-link:nth-child(2) {
    margin-left: 0;
  }
  body #outer-clientfooter #inner-clientfooter .btm-client .bt-link:nth-child(2) .link .encase p {
    font-size: 1.55em;
  }
}

body #outer-clientfooter #inner-clientfooter .btm-client .bt-link:hover .link .encase p {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

@media (max-width: 768px) {
  body #outer-clientfooter #inner-clientfooter .btm-client {
    padding: .7em;
  }
}
/*# sourceMappingURL=asset.css.map */