@charset "UTF-8";
/* =WordPress Core
-------------------------------------------------------------- */


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?v53wc5');
  src:  url('../fonts/icomoon/icomoon.eot?v53wc5#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.woff2?v53wc5') format('woff2'),
    url('../fonts/icomoon/icomoon.ttf?v53wc5') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?v53wc5') format('woff'),
    url('../fonts/icomoon/icomoon.svg?v53wc5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body#tinymce {
  margin: 12px !important; }

/* Colours -----  Low number darkest, high number lightest
-------------------------------------------------- */
/* logo, Nav, Buttons -------------------------------------------------- */
/* Nav, Main Panels, Copyright Bar -------------------------------------------------- */
/* Search Panel, Footer -------------------------------------------------- */
/* Vacancy Panel -------------------------------------------------- */
/* Register Your CV Bar -------------------------------------------------- */
/* WP editor
-------------------------------------------------- */
/* Flex Grid
-------------------------------------------------- */
.outer-flex-container {
  position: relative;
  max-width: 1376px;
  margin: 0px auto; }
  .page-mast .outer-flex-container {
    height: 452px;
    position: relative; }
    @media (max-width: 1199px) {
      .page-mast .outer-flex-container {
        height: 480px; } }
    @media (max-width: 991px) {
      .page-mast .outer-flex-container {
        height: auto; } }
  .page-mast .outer-flex-container .container {
    height: 100%; }
  @media (max-width: 991px) {
    footer .outer-flex-container .container {
      width: 100%;
      padding: 0 0; } }

.picture-box-outer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  @media (max-width: 991px) {
    .picture-box-outer {
      position: static; } }

.picture-box {
  position: relative;
  width: 34%;
  height: 100%;
  float: left;
  background-size: cover; }
  .picture-box img {
    display: none; }
  @media (max-width: 991px) {
    .picture-box {
      width: 100%;
      float: none; }
      .picture-box img {
        display: block;
        width: 100%; } }

@media (min-width: 992px) {
  .flexible-container {
    display: flex;
    flex-flow: row wrap; } }

.narrow-page {
  width: 82%;
  margin: 0 auto; }

.full-width-rule {
  margin: 30px 0;
  height: auto;
  width: 100%;
  border-color: #152228; }

.flexible-box {
  position: relative;
  flex: 0 0 100%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  @media (min-width: 993px) {
    .flexible-box {
      flex: 1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
  @media (max-width: 768px) {
    .flexible-box {
      padding: 15px !important;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }

.box-gutters {
  margin: 0 -30px 0 -30px; }
  .narrow-page .box-gutters {
    margin: 0 -20px 0 -17px; }
  @media (max-width: 991px) {
    .box-gutters {
      margin: 0; } }
  .box-gutters > .flexible-box {
    padding: 40px 0 40px 30px; }
    .narrow-page .box-gutters > .flexible-box {
      padding: 40px 0 40px 17px; }
      .narrow-page .box-gutters > .flexible-box.title {
        padding: 40px 0 0 17px; }
      .narrow-page .box-gutters > .flexible-box.service-title {
        padding: 0 0 0 17px; }
        @media (max-width: 767px) {
          .narrow-page .box-gutters > .flexible-box.service-title {
            padding: 0 !important; } }
    @media (max-width: 991px) {
      .box-gutters > .flexible-box {
        padding-bottom: 0;
        max-width: 100%;
        flex: 0 0 100%; } }
    @media (max-width: 767px) {
      .box-gutters > .flexible-box {
        padding: 40px 0; } }
  .box-gutters > .breadcrumbs-flex-box {
    padding: 20px 0 20px 30px; }
    @media (max-width: 991px) {
      .box-gutters > .breadcrumbs-flex-box {
        padding: 20px 0 20px; } }

.inner-box {
  font-weight: 300;
  padding: 0 30px 0 0;
  height: 100%; }
  .inner-box.default-page-header h1 {
    color: #f04545;
    margin-bottom: 20px; }
  .inner-box.default-page-columns {
    column-count: 2;
    column-gap: 60px;
    padding-bottom: 60px; }
    .inner-box.default-page-columns h2 {
      margin: 42px 0 14px; }
    @media (max-width: 767px) {
      .inner-box.default-page-columns {
        column-count: 1; } }
  .narrow-page .inner-box {
    padding-right: 17px; }
  .inner-box.flex {
    display: flex;
    align-items: center; }
  .inner-box.flex-centre {
    display: flex;
    align-items: center;
    justify-content: center; }
  @media (max-width: 991px) {
    .inner-box {
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .inner-box {
      padding: 0; } }

._100-wide {
  width: 100%;
  flex: none;
  text-align: center; }

._75-wide {
  max-width: 75%;
  flex: 0 0 75%; }

._70-wide {
  max-width: 70%;
  flex: 0 0 70%; }

._68-wide {
  max-width: 68%;
  flex: 0 0 68%; }

._66-wide {
  max-width: 66.66%;
  flex: 0 0 66.66%; }

._63-wide {
  max-width: 63%;
  flex: 0 0 63%; }

._60-wide {
  max-width: 60%;
  flex: 0 0 60%; }

._55-wide {
  max-width: 55%;
  flex: 0 0 55%; }

._50-wide {
  max-width: 50%;
  flex: 0 0 50%; }

._45-wide {
  max-width: 45%;
  flex: 0 0 45%; }

._40-wide {
  max-width: 40%;
  flex: 0 0 40%; }

._33-wide {
  max-width: 33.33%;
  flex: 0 0 33.33%; }

._25-wide {
  max-width: 25%;
  flex: 0 0 25%; }

._20-wide {
  max-width: 20%;
  flex: 0 0 20%; }

._30-wide {
  max-width: 30%;
  flex: 0 0 30%; }

._16-wide {
  max-width: 16.66%;
  flex: 0 0 16.66%; }

._13-wide {
  max-width: 13%;
  flex: 0 0 13%; }

._10-wide {
  max-width: 10%;
  flex: 0 0 10%; }

._auto-wide {
  flex: 0 1 auto; }

.kill-flex {
  flex: none; }

.two-wide {
  width: 16.6%;
  flex: none; }

/* Global
-------------------------------------------------- */
body {
  -webkit-overflow-scrolling: touch; }

embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative; }

.no-video .video-container video,
.touch .video-container video {
  display: none; }

.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important; }

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
  max-height: 600px; }

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute; }

.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%; }

.video-container video {
  z-index: 0;
  bottom: 0;
  position: relative;
  top: -100px; }

.video-container video.fillWidth {
  width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.error404 .page-header {
  margin-bottom: 0; }

.error404 .container.error {
  padding-bottom: 40px; }
  .error404 .container.error .flexible-box {
    padding-top: 0; }

.es-button, .gform_button {
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  background-color: #f04545;
  color: #fff;
  font-size: 13px;
  padding: 8px 12px 10px;
  display: inline-block;
  text-decoration: none;
  border: none; }
  .es-button:after, .gform_button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #dd3c3c; }
  .es-button:hover, .es-button:focus, .gform_button:hover, .gform_button:focus {
    color: #fff;
    text-decoration: none; }
  @media (max-width: 991px) {
    .es-button, .gform_button {
      width: 100%;
      text-align: center;
      border-radius: 0; } }

.es-button-secondary {
  background: #F3F4F4;
  color: #333; }
  .es-button-secondary.active {
    background: #727A7E;
    color: #fff; }
  .es-button-secondary:after {
    display: none; }

.es-button-outline {
  background: #fff;
  color: #f04545;
  border: 1px solid #f04545; }
  .es-button-outline:after {
    display: none; }
  .es-button-outline:hover {
    background-color: #f04545;
    color: #fff;
    border-color: #fff; }
  .es-button-outline:hover:after {
    display: block; }

.apply-now-button {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.apply {
  background-color: #fff;
  border: 1px solid #f04545;
  padding: 10px 13px;
  text-transform: uppercase;
  color: #f04545;
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300;
  font-size: 15px; }
  .apply i {
    font-size: 24px;
    vertical-align: sub;
    margin-right: 3px; }

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8; }
  .narrow-page p {
    line-height: 1.6;
    color: #444e53; }

h1, h2 {
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-weight: 300;
  margin: 0; }

h2 em {
  color: #f04545; }

.red-line, .gform_wrapper h3.gform_title {
  position: relative;
  margin: 0 0 20px;
  padding-left: 50px; }
  @media (max-width: 767px) {
    .red-line, .gform_wrapper h3.gform_title {
      padding-left: 70px; } }
  .red-line:before, .gform_wrapper h3.gform_title:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 66px;
    background-color: #f04545;
    left: -40px;
    top: 14px; }
    @media (max-width: 767px) {
      .red-line:before, .gform_wrapper h3.gform_title:before {
        width: 46px;
        left: 0px; } }

h1 {
  margin-bottom: 30px;
  font-size: 42px; }
  h1 span {
    color: #f04545; }

.published span {
  text-transform: uppercase;
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #8a9093;
  margin-bottom: 0; }
  .job-summary .published span {
    color: #384348;
    font-size: 13px; }

.published i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px; }

.modal {
  overflow: auto; }
  .modal .modal-body p {
    color: #444e53;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-size: 15px;
    text-transform: none; }
  .modal .modal-body p.count {
    margin-top: 50px;
    color: #f04545; }
  .modal .modal-body p.name {
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
    color: #444e53;
    margin-top: 50px; }
    .modal .modal-body p.name:before {
      background-color: #dcdedf; }

.modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: auto;
  align-items: center; }
  @media (max-width: 479px) {
    .modal-dialog {
      align-items: stretch; } }

.modal-backdrop {
  background-color: #384348; }
  .modal-backdrop.in {
    opacity: .8; }

.modal-content {
  width: 800px;
  border-radius: 0px; }

.modal-body {
  background-color: #fff;
  padding: 100px 100px 80px;
  font-family: 'Open Sans', sans-serif;
  position: relative; }
  @media (max-width: 991px) {
    .modal-body {
      padding: 80px 80px 40px; } }
  @media (max-width: 767px) {
    .modal-body {
      padding: 80px 64px 40px; } }
  .modal-body button {
    position: absolute;
    border: none;
    background-color: #f04545;
    color: #fff;
    padding: 12px 16px; }
    .modal-body button:active:hover, .modal-body button:hover, .modal-body button:focus, .modal-body button:active:focus, .modal-body button:active {
      background-color: #f04545;
      color: #fff;
      box-shadow: none; }
    .modal-body button i {
      font-size: 22px; }
  .modal-body > :first-child {
    top: 0;
    right: 0;
    background-color: #e8e9e9;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300;
    color: #384348; }
    .modal-body > :first-child:hover span {
      color: #384348; }
    .modal-body > :first-child span {
      font-size: 40px;
      color: #f04545;
      line-height: .2em;
      position: relative;
      top: 7px; }
  .modal-body .btn-next {
    right: 0;
    top: 50%;
    border-radius: 10px 0 0 10px;
    margin-top: -25px; }
  .modal-body .btn-prev {
    left: 0;
    top: 50%;
    border-radius: 0 10px 10px 0;
    margin-top: -25px; }
  .modal-body btn.disabled, .modal-body .btn[disabled] {
    cursor: default;
    background-color: #c4c8c9; }
    .modal-body btn.disabled:active:hover, .modal-body btn.disabled:hover, .modal-body btn.disabled:focus, .modal-body btn.disabled:active:focus, .modal-body btn.disabled:active, .modal-body .btn[disabled]:active:hover, .modal-body .btn[disabled]:hover, .modal-body .btn[disabled]:focus, .modal-body .btn[disabled]:active:focus, .modal-body .btn[disabled]:active {
      background-color: #c4c8c9; }

select {
  width: 100%;
  height: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 5px 10px; }

h2.register-your-cv {
  font-size: 26px;
  color: #e8e9e9;
  white-space: nowrap;
  margin-right: 36px; }
  h2.register-your-cv:before {
    font-family: 'icomoon';
    content: "\e902";
    font-style: normal;
    font-size: 41px;
    vertical-align: middle;
    margin-right: 12px; }
  h2.register-your-cv span {
    font-weight: 700; }
  @media (max-width: 991px) {
    h2.register-your-cv {
      margin-bottom: 22px; } }

.breadcrumbs-bar {
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(33, 45, 51, 0.85); }
  .breadcrumbs-bar .flexible-box {
    padding: 8px 0 8px 30px; }
    @media (max-width: 767px) {
      .breadcrumbs-bar .flexible-box {
        padding: 8px 0 8px 0px; } }
  .breadcrumbs-bar ._auto-wide {
    flex: 0 0 auto; }
  .breadcrumbs-bar .inner-box {
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .breadcrumbs-bar .inner-box {
        padding: 0; } }
  .breadcrumbs-bar .flexible-container {
    justify-content: space-between;
    overflow: hidden; }

.breadcrumbs {
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px; }
  .breadcrumbs span[property=itemListElement]:after {
    font-family: 'icomoon';
    content: "\e901";
    margin: 0 10px;
    color: #737a7e; }
    .about-us .breadcrumbs span[property=itemListElement]:after {
      color: #a1a7a9; }
  .breadcrumbs span {
    display: inline-block; }
  .breadcrumbs > span:last-child:after {
    content: none; }
  .breadcrumbs span[property=name] {
    color: #a1a7a9; }
    .about-us .breadcrumbs span[property=name] {
      color: #737a7e; }
  .breadcrumbs a {
    text-decoration: none; }
    .breadcrumbs a span[property=name] {
      color: #737a7e; }
      .about-us .breadcrumbs a span[property=name] {
        color: #a1a7a9; }

.social {
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .job-summary .social, .mobile-shares .social {
    display: block;
    text-align: center;
    margin: 50px 0 20px; }
    @media (min-width: 992px) {
      .job-summary .social.mobile, .mobile-shares .social.mobile {
        display: none; } }
    .job-summary .social a, .mobile-shares .social a {
      color: #fff;
      border-radius: 50%;
      height: 41px;
      width: 41px;
      display: inline-block;
      background: #ADB2B4;
      text-align: center;
      text-decoration: none;
      margin: 0 4px; }
      .job-summary .social a:hover, .mobile-shares .social a:hover {
        background: #4399d4; }
      .job-summary .social a i, .mobile-shares .social a i {
        font-size: 20px;
        display: block;
        position: relative;
        height: 100%;
        line-height: 1.9; }
    .job-summary .social h3, .mobile-shares .social h3 {
      display: block;
      font-family: 'Merriweather', serif;
      font-style: italic;
      text-transform: none;
      letter-spacing: normal;
      font-weight: 700;
      padding: 0;
      border-bottom: 1px solid #e8e9e9;
      line-height: .1em;
      margin: 30px 0; }
      .job-summary .social h3:after, .mobile-shares .social h3:after {
        content: none; }
      .job-summary .social h3 span, .mobile-shares .social h3 span {
        padding: 10px 18px;
        background: #F9F9FA; }
    .job-summary .social .rubious-share-buttons, .mobile-shares .social .rubious-share-buttons {
      margin: 20px 0; }
  @media (max-width: 767px) {
    .social {
      display: block; } }
  .social ul {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 16px; }
    @media (max-width: 767px) {
      .social ul {
        padding-left: 0; } }
  .social li.facebook span:after {
    content: "\e907"; }
    /*content: "\59656"; }*/
    
  .social li.twitter span:after {
    content: "\e90b"; }
  .social li.linkedin span:after {
    content: "\e909"; }
  .social li.googleplus span:after {
    content: "\e908"; }
  .social li {
    display: inline-block;
    float: left;
    margin-left: 10px; }
  .social a span {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #a1a7a9; }
    .social a span:after {
      font-family: 'icomoon';
      font-size: 28px;
      color: #fff;
      position: absolute;
      line-height: 1; }
  .social a:hover span {
    background-color: #f04545; }
  .social > span {
    display: inline-block; }
    @media (max-width: 767px) {
      .social > span {
        display: none; } }

.service-icon {
  background-color: #fff;
  text-align: center;
  padding: 28px 55px; }
  @media (max-width: 1199px) {
    .service-icon {
      padding: 22px 40px; } }
  .service-icon img {
    height: 70px; }

.service-title .inner-box {
  position: relative; }

.service-title img {
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -40px; }

.service-links {
  padding: 0;
  display: flex;
  list-style: none; }
  @media (max-width: 767px) {
    .service-links {
      flex-flow: row wrap; } }
  .service-links li {
    flex: 1 1 auto;
    display: flex;
    justify-content: center; }
  .service-links p {
    display: inline-block;
    font-size: 15px;
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    position: relative; }
    .service-links p:before {
      content: "";
      height: 1px;
      position: absolute;
      bottom: 26px;
      left: 20%;
      right: 20%; }
    .service-links p:after {
      color: #dcdedf;
      content: "\e901";
      font-family: 'icomoon';
      display: block; }
  .service-links a {
    display: inline-block;
    text-align: center;
    color: #969c9e;
    text-decoration: none; }
    .service-links a:hover {
      color: #f04545; }
      .service-links a:hover p:before {
        background-color: #f04545; }
      .service-links a:hover p:after {
        color: #f04545; }
  .service-links .service-icon {
    padding: 20px 30px; }
    .service-links .service-icon img {
      height: 80px; }
      @media (max-width: 767px) {
        .service-links .service-icon img {
          height: 50px; } }

.page-wrap {
  /* This is important. It cuts off the right side bleed of the grey contact details bar in the header.  */
  /* It also acts as a Container for an awesome FlexBox sticky footer solution needed on Quick Reg page after form submission  */ }
  @media (min-width: 992px) {
    .page-wrap {
      display: flex;
      flex-flow: column nowrap;
      min-height: 100vh;
      overflow-x: hidden; } }

/* Early Bootstrap Nav
-------------------------------------------------- */
@media (max-width: 991px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block;
    margin-right: 0; }
  .navbar-collapse {
    border: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

/* Navigation
-------------------------------------------------- */
@media (max-width: 991px) {
  .navbar-default .container {
    width: 100%;
    padding: 0; } }

.navbar-default .navbar-toggle {
  padding-right: 0;
  border: none; }
  .navbar-default .navbar-toggle .icon-bar {
    height: 4px;
    width: 48px;
    background-color: #152228; }
    .navbar-default .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 10px; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent; }

.container .navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .container .navbar-header {
      padding: 0 15px;
      width: 750px;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .container .navbar-header {
      width: 100%; } }
  .container .navbar-header:before, .container .navbar-header:after {
    content: none; }

#es-main-nav {
  z-index: 5;
  position: relative; }
  @media (max-width: 991px) {
    #es-main-nav {
      padding: 0;
      background-color: #f15858;
      margin: 0; } }

.navbar-brand {
  height: auto;
  z-index: 10;
  padding-left: 0; }
  @media (min-width: 481px) {
    .navbar-brand {
      padding-left: 15px; } }
  @media (max-width: 1199px) {
    .navbar-brand img {
      height: 80px; } }
  @media (max-width: 767px) {
    .navbar-brand img {
      height: 66px; } }

.mobile-buttons {
  display: none; }
  .mobile-buttons a {
    display: block;
    text-decoration: none; }
  .mobile-buttons p {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300; }
    @media (max-width: 767px) {
      .mobile-buttons p {
        font-size: 12px; } }
    .mobile-buttons p i {
      font-size: 24px;
      vertical-align: middle;
      margin-right: 6px; }
  .mobile-buttons .contact-button {
    background-color: #2c383d;
    flex: 1 1 40%; }
  .mobile-buttons .register {
    background-color: #f04545;
    flex: 1 1 60%; }
  @media (max-width: 991px) {
    .mobile-buttons {
      display: flex; } }

.contact-bar {
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .contact-bar {
      display: none; } }
  .contact-bar .flexible-box {
    padding: 0 0 0 30px; }
  .contact-bar ul {
    position: relative;
    padding: 7px 0px;
    margin-bottom: 10px;
    float: right;
    text-align: right;
    background-color: #f3f4f4;
    font-size: 0;
    border-bottom: 1px solid #e8e9e9;
    height: 32px; }
    .contact-bar ul > :first-child {
      padding-left: 5px; }
    .contact-bar ul:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: -1px;
      width: 40px;
      font-size: 13px;
      transform: skewX(-18deg);
      background-color: #f3f4f4;
      left: -16px;
      border-bottom: 1px solid #e8e9e9;
      border-left: 1px solid #e8e9e9; }
    .contact-bar ul:after {
      content: "";
      background-color: #f3f4f4;
      top: 0;
      bottom: -1px;
      position: absolute;
      right: -999em;
      width: 999em;
      display: block;
      border-bottom: 1px solid #e8e9e9;
      font-size: 13px; }
    .contact-bar ul li {
      text-decoration: none;
      position: relative;
      display: inline-block;
      text-transform: uppercase;
      padding-left: 13px;
      font-size: 13px;
      font-family: 'montserratlight',Helvetica,sans-serif;
      font-weight: 300;
      color: #000; }
      .contact-bar ul li strong {
        font-family: 'montserratsemibold',Helvetica,sans-serif;
        font-weight: 500; }
      @media (max-width: 1199px) {
        .contact-bar ul li {
          font-size: 11px; } }
      .contact-bar ul li:before {
        content: "";
        width: 3px;
        height: 10px;
        background-color: #dcdedf;
        position: relative;
        display: inline-block;
        margin-right: 12px; }
    .contact-bar ul > li:first-child:before {
      content: none; }

#menu-primary-menu {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 87px;
  display: flex;
  margin-right: 0px; }
  @media (max-width: 1199px) {
    #menu-primary-menu {
      height: 79px; } }
  @media (max-width: 991px) {
    #menu-primary-menu {
      position: static;
      height: auto;
      display: block; } }
  @media (max-width: 767px) {
    #menu-primary-menu {
      padding: 0;
      margin: 0; } }
  #menu-primary-menu > :last-child {
    align-items: center;
    margin-left: 23px; }
    @media (max-width: 1199px) {
      #menu-primary-menu > :last-child {
        margin-left: 13px; } }
    @media (max-width: 991px) {
      #menu-primary-menu > :last-child {
        display: none; } }
    #menu-primary-menu > :last-child a {
      position: relative;
      background-color: #f04545;
      color: #fff;
      font-size: 13px;
      padding: 8px 12px 10px; }
      #menu-primary-menu > :last-child a:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        background: #dd3c3c; }
      #menu-primary-menu > :last-child a:hover {
        background-color: #2c383d; }
        #menu-primary-menu > :last-child a:hover:after {
          background: #152228; }
  #menu-primary-menu > :last-child.active a {
    background-color: #2c383d; }
    #menu-primary-menu > :last-child.active a:after {
      background: #152228; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: #f04545;
  color: #152228; }
  .navbar-default .navbar-nav > .open > a .caret:before,
  .navbar-default .navbar-nav > .open > a:hover .caret:before,
  .navbar-default .navbar-nav > .open > a:focus .caret:before {
    color: #f47d7d; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
      background-color: #f26161;
      color: #152228; }
      .navbar-default .navbar-nav > .open > a .caret:before,
      .navbar-default .navbar-nav > .open > a:hover .caret:before,
      .navbar-default .navbar-nav > .open > a:focus .caret:before {
        color: #152228;
        transform: rotate(0deg); } }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
  padding: 17px 17px; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      padding: 17px 30px; } }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #152228; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #f04545; }
  .navbar-default .navbar-nav > .active > a:after,
  .navbar-default .navbar-nav > .active > a:focus:after {
    background-color: #f04545; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus {
      color: #fff; }
      .navbar-default .navbar-nav > .active > a:after,
      .navbar-default .navbar-nav > .active > a:focus:after {
        background-color: transparent; }
      .navbar-default .navbar-nav > .active > a .caret:before,
      .navbar-default .navbar-nav > .active > a:focus .caret:before {
        color: #f47d7d; } }

@media (min-width: 993px) {
  .navbar-default .navbar-nav > .current-page-ancestor > a:after,
  .navbar-default .navbar-nav > .current-page-ancestor > a:focus:after {
    background-color: #f04545; }
  .navbar-default .navbar-nav > .current-page-ancestor > a .caret:before,
  .navbar-default .navbar-nav > .current-page-ancestor > a:focus .caret:before {
    color: #152228; } }

.navbar-default .navbar-nav > .current-page-ancestor > a:focus .caret:before {
  color: #152228; }

@media (min-width: 993px) {
  .navbar-default .navbar-nav > .current-page-ancestor > a:focus:hover .caret:before {
    color: #f47d7d; } }

.navbar-default .navbar-nav > .current-page-ancestor.open > a .caret:before {
  color: #f47d7d; }

@media (max-width: 991px) {
  .navbar-default .navbar-nav > .current-page-ancestor.open > a {
    color: #152228; }
    .navbar-default .navbar-nav > .current-page-ancestor.open > a .caret:before {
      color: #152228; } }

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .current-page-ancestor > a:hover {
  background: #f04545; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .current-page-ancestor > a:hover {
      color: #152228;
      background-color: #f15858; } }

.navbar-default .navbar-nav > .current-page-ancestor > a:hover {
  color: #152228; }
  .navbar-default .navbar-nav > .current-page-ancestor > a:hover .caret:before {
    color: #152228; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav > .current-page-ancestor > a:hover {
      background-color: transparent; } }

.caret {
  margin-left: 4px;
  border: none;
  width: auto;
  height: auto; }
  .caret:before {
    display: block;
    transition: transform	0.3s ease-in-out;
    content: "\e918";
    font-family: 'icomoon';
    font-size: 8px;
    color: #a1a7a9;
    transform: rotate(0deg); }
    @media (max-width: 991px) {
      .caret:before {
        transform: rotate(90deg);
        color: #f47d7d;
        font-size: 10px; } }

.dropdown-menu {
  border: none;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #f15858;
  width: 100%;
  min-width: inherit;
  padding-top: 0; }
  .navbar-right .dropdown-menu {
    right: auto; }
  @media (max-width: 991px) {
    .dropdown-menu {
      right: auto;
      position: static;
      width: 100%;
      box-shadow: none;
      background-color: #f26161; } }
  .navbar-right .dropdown-menu {
    left: 0; }
  .dropdown-menu > li {
    border-top: 1px solid #f26161; }
    .dropdown-menu > li > a {
      font-family: 'montserratlight',Helvetica,sans-serif;
      font-weight: 300;
      color: #fff;
      padding: 12px 23px;
      font-size: 13px; }
      .dropdown-menu > li > a:hover {
        background-color: transparent; }
      @media (max-width: 991px) {
        .dropdown-menu > li > a {
          background-color: #f26161;
          padding: 16px 17px;
          font-size: 14px;
          margin: 0 auto;
          width: 750px; } }
      @media (max-width: 767px) {
        .dropdown-menu > li > a {
          width: 100%; } }
    .dropdown-menu > li.active a, .dropdown-menu > li.active a:hover {
      background-color: #f15858; }
      @media (max-width: 991px) {
        .dropdown-menu > li.active a, .dropdown-menu > li.active a:hover {
          background-color: #f26161; } }
    .dropdown-menu > li.active a:hover {
      color: #152228; }

.navbar-default .navbar-nav > li {
  display: flex; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav > li {
      display: block;
      border-bottom: 1px solid #f36a6a;
      position: relative; }
      .navbar-default .navbar-nav > li.open {
        background-color: #f26161; } }

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a:focus {
    color: #fff; } }

.navbar-default .navbar-nav > li > a {
  color: #152228;
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
  padding: 9px 25px;
  position: static;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .navbar-default .navbar-nav > li > a:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    position: absolute; }
  .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #f04545; }
    .navbar-default .navbar-nav > li > a:hover .caret:before {
      color: #f47d7d; }
  @media (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a {
      font-size: 14px;
      padding: 17px 17px; } }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
      margin: 0 auto;
      width: 750px;
      color: #fff;
      flex: 1; }
      .navbar-default .navbar-nav > li > a:hover {
        background-color: #f15858;
        color: #152228; }
        .navbar-default .navbar-nav > li > a:hover .caret:before {
          color: #152228; } }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
      width: 100%;
      padding: 17px 15px; } }

.navbar {
  border-radius: 0;
  border: none;
  margin-bottom: 0; }

.navbar-default {
  background-color: transparent; }

/* Home page
-------------------------------------------------- */
.home-page-banner:not(.slick-initialized) .slide-outer-wrapper:not(:first-child) {
  display: none !important; }

.home-page-banner .slide-outer-wrapper {
  position: relative; }

.home-page-banner .bg-box {
  max-height: 800px;
  overflow: hidden; }
  .home-page-banner .bg-box img {
    width: 100%; }

.home-page-banner .slide-text h1, .home-page-banner .slide-text h2 {
  font-weight: 300;
  display: inline-block;
  padding: 16px 20px;
  background-color: #f04545;
  margin: 0 0 10px; }

.home-page-banner .slide-text h1 {
  font-size: 60px; }
  @media (max-width: 1199px) {
    .home-page-banner .slide-text h1 {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .home-page-banner .slide-text h1 {
      float: left;
      clear: none; } }
  @media (max-width: 767px) {
    .home-page-banner .slide-text h1 {
      font-size: 16px;
      padding: 8px 12px; } }

.home-page-banner .slide-text h2 {
  font-size: 26px; }
  @media (max-width: 1199px) {
    .home-page-banner .slide-text h2 {
      font-size: 20px; } }
  @media (max-width: 991px) {
    .home-page-banner .slide-text h2 {
      width: 60%;
      float: left;
      clear: both; } }
  @media (max-width: 767px) {
    .home-page-banner .slide-text h2 {
      font-size: 12px;
      width: 70%;
      padding: 8px 12px;
      margin-bottom: 0; } }

.home-page-banner .text-positioner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column; }
  @media (max-width: 991px) {
    .home-page-banner .text-positioner {
      display: block; } }
  .home-page-banner .text-positioner .container {
    display: flex;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-style: italic;
    flex: 1 1 auto; }
    @media (max-width: 767px) {
      .home-page-banner .text-positioner .container {
        margin: 0; } }
    @media (max-width: 991px) {
      .home-page-banner .text-positioner .container {
        display: block;
        position: relative;
        height: 100%; } }
  .home-page-banner .text-positioner .flexible-container {
    align-items: center; }
  .home-page-banner .text-positioner .box-gutters {
    margin: 0 -30px 0 -30px; }
    @media (max-width: 767px) {
      .home-page-banner .text-positioner .box-gutters {
        margin: 0; } }
    @media (max-width: 991px) {
      .home-page-banner .text-positioner .box-gutters {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
  @media (max-width: 767px) {
    .home-page-banner .text-positioner .flexible-box {
      padding: 0px; } }
  .home-page-banner .text-positioner .inner-box {
    overflow: hidden; }

.slick-track > div.slick-active .inner-box h1, .slick-track > div.slick-active .inner-box h2 {
  opacity: 0; }

.slick-track > div.slick-active .inner-box h1 {
  animation-delay: 0s !important; }

.slick-track > div.slick-active .inner-box h2 {
  animation-delay: 500ms !important; }

/* Animation
-------------------------------------------------- */
.slick-track > div.slick-active[data-direction="top"] .inner-box h1, .slick-track > div.slick-active[data-direction="top"] .inner-box h2 {
  animation: reveal-top 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards; }

.slick-track > div.slick-active[data-direction="bottom"] .inner-box h1, .slick-track > div.slick-active[data-direction="bottom"] .inner-box h2 {
  animation: reveal-bottom 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards; }

.slick-track > div.slick-active[data-direction="left"] .inner-box h1, .slick-track > div.slick-active[data-direction="left"] .inner-box h2 {
  animation: reveal-left 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards; }

.slick-track > div.slick-active[data-direction="right"] .inner-box h1, .slick-track > div.slick-active[data-direction="right"] .inner-box h2 {
  animation: reveal-right 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards; }

.slick-track > div.slick-active[data-direction="none"] .inner-box h1, .slick-track > div.slick-active[data-direction="none"] .inner-box h2 {
  opacity: 1; }

@keyframes reveal-bottom {
  0% {
    opacity: 0;
    transform: translateY(200%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes reveal-top {
  0% {
    opacity: 0;
    transform: translateY(-200%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes reveal-left {
  0% {
    opacity: 0;
    transform: translateX(-50%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes reveal-right {
  0% {
    opacity: 0;
    transform: translateX(50%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/* End of animation
-------------------------------------------------- */
.home .search-bar-wrapper {
  position: relative;
  top: -75px;
  margin-bottom: -75px; }
  @media (max-width: 991px) {
    .home .search-bar-wrapper {
      top: 0;
      padding: 15px;
      margin-bottom: 0; } }
  .home .search-bar-wrapper .filter-reset {
    display: none; }

.search-bar-wrapper .filters-column {
  display: none;
  background: #384348;
  padding: 0 0 30px; }
  .search-bar-wrapper .filters-column .filters {
    max-width: none;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .search-bar-wrapper .filters-column .filters {
        width: 750px;
        margin: 0 auto; } }
    .search-bar-wrapper .filters-column .filters > :last-child {
      margin-bottom: 0; }

.search-bar-wrapper .facetwp-facet-job_type {
  color: #fff; }

@media (max-width: 991px) {
  .search-bar-wrapper {
    top: 0;
    padding: 0;
    margin-bottom: 0;
    display: none; } }

.home .search-bar-wrapper {
  display: block; }

.search-bar-toggle {
  padding: 20px 0;
  background-color: #676f73;
  transition: background-color .3s ease-out;
  color: #dcdedf; }
  .search-bar-toggle.open {
    background-color: #444e53;
    transition: background-color .5s ease-out; }
    .search-bar-toggle.open i {
      color: #fff;
      transition: color .5s ease-out; }
  @media (max-width: 991px) {
    .search-bar-toggle .container {
      width: 100%;
      padding: 0; } }
  .search-bar-toggle p {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300;
    position: relative; }
    @media (min-width: 768px) {
      .search-bar-toggle p {
        padding-left: 15px; } }
  .search-bar-toggle i {
    display: block;
    font-size: 32px;
    color: #dcdedf;
    transition: color .8s ease-out; }
    @media (min-width: 768px) {
      .search-bar-toggle i {
        padding-right: 15px; } }
  .home .search-bar-toggle {
    display: none !important; }

.search-bar-toggle .toggle-inner, .filter-toggle .toggle-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px; }

.filter-toggle {
  color: #ADB2B4;
  background-color: #152228;
  padding: 14px 0;
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .filter-toggle {
      display: none; } }
  .filter-toggle p {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300; }
  .filter-toggle i {
    font-style: normal; }
    .filter-toggle i:before {
      font-family: 'icomoon';
      content: "\e910"; }
  .filter-toggle.open i:before {
    content: "\e91a"; }

.search-bar {
  padding: 0 15px;
  text-align: center;
  color: #fff;
  background-color: #384348; }
  .home .search-bar {
    background-color: rgba(56, 67, 72, 0.7); }
    @media (max-width: 991px) {
      .home .search-bar {
        border-radius: 14px 14px 0 0; } }
  .search-bar h1, .search-bar h2 {
    padding: 60px 0 60px 0;
    font-style: normal;
    margin: 0;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300; }
    .home .search-bar h1, .home .search-bar h2 {
      padding: 30px 0 25px 0; }
    .search-bar h1 strong, .search-bar h2 strong {
      font-family: 'montserratsemibold',Helvetica,sans-serif;
      font-weight: 500; }
    @media (max-width: 767px) {
      .search-bar h1, .search-bar h2 {
        font-size: 14px;
        padding: 30px 0; } }
  @media (max-width: 991px) {
    .search-bar h1 {
      display: none; } }
  .home .search-bar h1 {
    position: relative; }
    @media (max-width: 991px) {
      .home .search-bar h1 {
        display: block; } }
    .home .search-bar h1:before {
      content: none;
      position: absolute;
      display: block;
      width: 52px;
      height: 52px;
      left: 50%;
      top: -30px;
      margin-left: -26px;
      background: url("../images/graphics/styled-arrow-red.svg") no-repeat; }
      @media (max-width: 991px) {
        .home .search-bar h1:before {
          content: ""; } }
      @media (max-width: 767px) {
        .home .search-bar h1:before {
          width: 32px;
          height: 32px;
          margin-left: -16px;
          top: -22px; } }

.search-options {
  background: #212d33;
  padding: 20px 15px 40px;
  height: 124px; }
  @media (max-width: 991px) {
    .search-options {
      height: auto;
      background: #384348;
      padding: 20px 0px 30px; } }
  .home .search-options {
    padding: 20px 0 40px 0; }
    @media (max-width: 991px) {
      .home .search-options {
        border-radius: 0; } }
  .search-options .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end; }
    @media (max-width: 991px) {
      .search-options .container {
        display: block;
        width: auto; } }
    .search-options .container .facetwp-facet {
      margin-bottom: 0px;
      margin-right: 40px;
      flex: 1 1 auto; }
      @media (max-width: 991px) {
        .search-options .container .facetwp-facet {
          margin-bottom: 14px;
          margin-right: 0px; } }
      .search-options .container .facetwp-facet:last-child {
        margin-right: 0px; }
    .search-options .container .search-label {
      display: block;
      font-style: normal;
      margin: 0 0 5px 0;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 10px;
      color: #fff;
      font-family: 'montserratlight',Helvetica,sans-serif;
      font-weight: 300; }
      .search-options .container .search-label i {
        font-size: 18px;
        vertical-align: sub; }
    .search-options .container input {
      border: 1px solid #e5e5e5;
      background-color: #fff;
      border-radius: 0;
      padding: 5px 10px;
      height: 45px;
      font-style: normal;
      font-size: 16px;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-family: 'montserratlight',Helvetica,sans-serif;
      font-weight: 300; }
      .search-options .container input::-webkit-input-placeholder {
        color: #A1A7A9;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .search-options .container input:-moz-placeholder {
        /* Firefox 18- */
        color: #A1A7A9;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .search-options .container input::-moz-placeholder {
        /* Firefox 19+ */
        color: #A1A7A9;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .search-options .container input:-ms-input-placeholder {
        color: #A1A7A9;
        letter-spacing: 1px;
        text-transform: uppercase; }
    .search-options .container input.facetwp-search {
      width: 100%;
      margin-right: 30px; }
      @media (max-width: 1199px) {
        .search-options .container input.facetwp-search {
          margin-right: 0px; } }
    .search-options .container input#facetwp-location {
      width: 275px; }
      @media (max-width: 1199px) {
        .search-options .container input#facetwp-location {
          width: 240px; } }
    .search-options .container select#facetwp-radius {
      width: 170px;
      height: 45px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 16px;
      background-color: #fff;
      font-family: 'montserratlight',Helvetica,sans-serif;
      font-weight: 300; }
      @media (max-width: 1199px) {
        .search-options .container select#facetwp-radius {
          width: 100px; } }
    @media (max-width: 991px) {
      .search-options .container input#facetwp-location, .search-options .container input.facetwp-search, .search-options .container select#facetwp-radius {
        width: 100%; } }
    .search-options .container .facetwp-facet-location {
      display: flex;
      flex-flow: row nowrap; }
      @media (max-width: 767px) {
        .search-options .container .facetwp-facet-location {
          flex-flow: column; } }
      @media (max-width: 991px) {
        .search-options .container .facetwp-facet-location {
          display: block; } }
      .search-options .container .facetwp-facet-location .location-wrap {
        display: block;
        margin-right: 25px; }
        @media (max-width: 991px) {
          .search-options .container .facetwp-facet-location .location-wrap {
            flex: 0 1 47%;
            margin-right: 0;
            margin-bottom: 14px; } }
        @media (max-width: 767px) {
          .search-options .container .facetwp-facet-location .location-wrap {
            margin-bottom: 14px;
            flex: 0 1 100%; } }
      @media (max-width: 991px) {
        .search-options .container .facetwp-facet-location .distance-wrapper {
          margin-bottom: 14px;
          flex: 0 1 47%; } }
      @media (max-width: 767px) {
        .search-options .container .facetwp-facet-location .distance-wrapper {
          margin-bottom: 14px;
          flex: 0 1 100%; } }
      .search-options .container .facetwp-facet-location .locate-me {
        top: auto;
        bottom: 8px;
        right: 5px; }
        .search-options .container .facetwp-facet-location .locate-me:before {
          background-size: 15px 15px; }
    .search-options .container .filter-reset {
      flex: 0 0 170px; }
      .search-options .container .filter-reset p {
        margin-bottom: 0px; }
    .search-options .container .button-wrapper {
      flex: 0 0 160px; }
    .search-options .container .facetwp-search-wrap .facetwp-btn {
      display: none; }
    .search-options .container .es-button {
      height: 45px;
      padding: 10px 20px; }
      .search-options .container .es-button:hover {
        background-color: #4d575c; }
        .search-options .container .es-button:hover:after {
          background-color: #2c383d; }

/* Latest Vacancies
-------------------------------------------------- */
.home .latest-vacancies h2 {
  position: relative; }
  @media (max-width: 991px) {
    .home .latest-vacancies h2 {
      font-size: 25px;
      display: block; } }
  .home .latest-vacancies h2:before {
    position: absolute;
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    left: 50%;
    top: -60px;
    margin-left: -16px;
    background: url("../images/graphics/styled-arrow-red.svg") no-repeat; }
    @media (max-width: 991px) {
      .home .latest-vacancies h2:before {
        content: none; } }

.home .latest-vacancies .slick-dots {
  bottom: auto;
  top: -44px;
  z-index: -1; }

.home .latest-vacancies .ad-mini .vacancy-box .header {
  padding: 12px 18px;
  min-height: auto;
  flex: 1 1 auto;
  border-width: 1px 1px 0px 1px; }
  .home .latest-vacancies .ad-mini .vacancy-box .header h3 {
    font-size: 17px;
    margin-bottom: 10px; }
  .home .latest-vacancies .ad-mini .vacancy-box .header p {
    font-size: 14px; }
  .home .latest-vacancies .ad-mini .vacancy-box .header > div {
    flex: 1; }

.home .latest-vacancies .ad-mini .vacancy-box ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
  .home .latest-vacancies .ad-mini .vacancy-box ul > :first-child {
    margin-right: 10px;
    text-align: left; }
  .home .latest-vacancies .ad-mini .vacancy-box ul li {
    flex: 0 1 auto;
    text-align: right;
    font-size: 14px;
    margin: 0; }
    .home .latest-vacancies .ad-mini .vacancy-box ul li:before {
      content: none; }

.home .latest-vacancies .ad-mini a:hover .header {
  background-color: #2c383d;
  border-color: #2c383d; }
  .home .latest-vacancies .ad-mini a:hover .header h3, .home .latest-vacancies .ad-mini a:hover .header li {
    color: #fff; }

.home .latest-vacancies .job-slider {
  margin-top: 30px; }
  .home .latest-vacancies .job-slider .vacancy-box .header {
    padding: 12px 18px;
    min-height: auto;
    flex: 1;
    border-width: 1px 1px 0px 1px; }
    .home .latest-vacancies .job-slider .vacancy-box .header h3 {
      font-size: 17px;
      margin-bottom: 10px; }
    .home .latest-vacancies .job-slider .vacancy-box .header p {
      font-size: 14px; }
    .home .latest-vacancies .job-slider .vacancy-box .header > div {
      flex: 1; }
  .home .latest-vacancies .job-slider .vacancy-box ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    .home .latest-vacancies .job-slider .vacancy-box ul > :first-child {
      margin-right: 10px;
      text-align: left; }
    .home .latest-vacancies .job-slider .vacancy-box ul li {
      font-size: 14px;
      text-align: right;
      margin: 0; }
      .home .latest-vacancies .job-slider .vacancy-box ul li:before {
        content: none; }
  .home .latest-vacancies .job-slider .slick-slide > :last-child .header {
    border-width: 1px 1px 1px 1px; }
  .home .latest-vacancies .job-slider a:hover .header {
    background-color: #2c383d;
    border-color: #2c383d; }
    .home .latest-vacancies .job-slider a:hover .header h3, .home .latest-vacancies .job-slider a:hover .header li {
      color: #fff; }

.home .latest-vacancies .ad-mini.flexible-box._33-wide {
  padding: 0 0 0 30px;
  display: flex;
  max-width: 33%;
  flex: 0 1 33%; }
  @media (max-width: 767px) {
    .home .latest-vacancies .ad-mini.flexible-box._33-wide {
      padding: 0; } }

.home .latest-vacancies .vacancy-flex > :nth-last-child(-n+3) .header {
  border-width: 1px 1px 1px 1px; }

@media (max-width: 991px) {
  .home .latest-vacancies .flexible-container:first-child .inner-box {
    padding-bottom: 0; } }

@media (max-width: 991px) {
  .home .latest-vacancies .flexible-container {
    display: block; } }

@media (min-width: 992px) {
  .job-slider {
    display: none; } }

.vacancy-flex {
  display: none; }
  .vacancy-flex .inner-box {
    height: auto;
    flex: 1 1 auto;
    display: flex; }
  @media (min-width: 992px) {
    .vacancy-flex {
      display: flex;
      flex-flow: row wrap;
      flex: 1 1 auto; } }

/* Similar Jobs
-------------------------------------------------- */
@media (max-width: 991px) {
  .similar-jobs-desktop {
    display: none; } }

@media (min-width: 992px) {
  .similar-jobs-mobile {
    display: none; } }

.similar-jobs {
  margin-top: 50px;
  background-color: #fff;
  position: relative;
  border: 1px solid #e8e9e9; }
  .similar-jobs ._33-wide {
    max-width: none; }
  .similar-jobs .title-header {
    padding: 14px; }
    .page-main .similar-jobs .title-header h3 {
      text-transform: uppercase;
      color: #152228;
      font-family: 'montserratlight',Helvetica,sans-serif;
      font-weight: 300;
      font-size: 17px;
      letter-spacing: 1px;
      margin-bottom: 0; }
  .similar-jobs .header {
    font-family: 'Open Sans', sans-serif;
    padding: 14px;
    border-top: 1px solid #e8e9e9; }
  .similar-jobs a {
    text-decoration: none;
    color: #444e53;
    display: block; }
    .similar-jobs a:hover .vacancy-box {
      background-color: #fffafa; }
  .page-main .similar-jobs h3 {
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    color: #f04545;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px; }
    .page-main .similar-jobs h3:after {
      content: none; }
  .similar-jobs .view-all {
    position: static;
    display: inline-block;
    float: right; }
  .similar-jobs .inner-box {
    padding: 0; }
  .similar-jobs ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
  .similar-jobs p {
    margin-bottom: 0;
    font-weight: 700; }

/* News Section
-------------------------------------------------- */
.news-section {
  background-color: #4f595e; }
  .news-section.centered {
    text-align: center; }
  .news-section .flexible-container {
    justify-content: flex-end; }
  .news-section .container {
    position: relative;
    z-index: 3; }
  .news-section .news-padding {
    padding: 30px;
    color: #fff; }
    .centered .news-section .news-padding {
      padding: 30px 60px; }
    .news-section .news-padding h2 {
      margin: 0 0 30px;
      font-family: 'Merriweather', serif;
      font-weight: 300;
      font-style: italic;
      font-size: 26px;
      line-height: 1.4; }
    .news-section .news-padding p {
      font-family: 'Open Sans', sans-serif;
      font-size: 15px;
      font-weight: 300;
      line-height: 1.8; }
    @media (max-width: 767px) {
      .news-section .news-padding img {
        width: 100%;
        height: auto; } }

/* Testimonials
-------------------------------------------------- */
.testimonials {
  background-color: #152228;
  color: #f3f4f4; }
  .testimonials .picture-box {
    float: right; }
    .testimonials .picture-box:before {
      content: "\e90c";
      font-family: 'icomoon';
      position: absolute;
      padding: 10px 17px;
      font-size: 34px;
      top: 18%;
      left: -36px;
      background-color: #152228;
      color: #676f73;
      opacity: 1; }
  .testimonials a {
    color: inherit;
    text-decoration: none; }
  .testimonials .container {
    position: relative;
    z-index: 3; }
  .testimonials .testimonial-box {
    min-height: 291px;
    display: flex;
    align-items: center; }
  .testimonials .testimonial-wrap {
    flex: 0 1 auto; }
  .testimonials blockquote {
    border-left: none;
    padding: 0; }
    .testimonials blockquote p {
      font-size: 22px;
      font-family: 'Merriweather', serif;
      font-weight: 300;
      font-style: italic;
      position: relative;
      line-height: 1.6;
      text-indent: 20px; }
      @media (max-width: 991px) {
        .testimonials blockquote p {
          font-size: 19px; } }
      .testimonials blockquote p:before {
        color: #4d575c;
        content: '\201C';
        font-size: 32px;
        position: absolute;
        top: -4px;
        left: -22px; }
      .testimonials blockquote p:after {
        content: '\201D';
        font-size: 32px;
        color: #4d575c;
        position: relative;
        top: -6px;
        vertical-align: text-top; }
  .testimonials p.name {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300;
    margin-bottom: 4px; }
    .testimonials p.name span {
      color: #f04545; }
  .testimonials p.experience {
    color: #dcdedf;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; }
  .testimonials .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .testimonials .slick-slide .inner-box {
    padding-bottom: 60px; }

.dots-position {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .dots-position .dots-container {
    position: relative; }
  .dots-position ul.slick-dots {
    bottom: 0; }
  .dots-position .box-gutters > .flexible-box {
    padding: 40px 0 40px 30px; }
    @media (max-width: 767px) {
      .dots-position .box-gutters > .flexible-box {
        padding: 20px 0; } }

.slick-dots {
  text-align: left; }
  .slick-dots li {
    width: auto;
    height: 10px;
    margin: 0 5px 0 0;
    padding: 4px 0; }
    .slick-dots li button {
      padding: 0;
      margin: 0;
      width: 15px;
      height: 2px;
      background-color: #5b6468; }
      .slick-dots li button:before {
        content: none; }
    .slick-dots li.slick-active button {
      background-color: #f04545; }

.page-halves .picture-box-outer {
  z-index: -2; }

.page-halves .picture-box {
  width: 50%; }
  @media (max-width: 991px) {
    .page-halves .picture-box {
      width: 100%; } }

.page-halves .flexible-container {
  justify-content: flex-end; }

.page-halves .about-padding {
  padding: 60px 0 60px 40px; }
  @media (max-width: 991px) {
    .page-halves .about-padding {
      padding: 30px 0 30px 20px; } }
  @media (max-width: 479px) {
    .page-halves .about-padding {
      padding: 30px 0 30px 0px; } }
  .page-halves .about-padding .es-button {
    margin-top: 20px; }

/* Clients Section
-------------------------------------------------- */
.clients-section {
  background-color: #152228;
  padding: 60px 0; }
  .clients-section h2:before {
    left: 0; }
  .clients-section a {
    display: block;
    text-decoration: none; }
    .clients-section a:hover i {
      background-color: #f04545;
      color: #f3f4f4; }
  .clients-section p {
    padding-left: 32px;
    color: #c4c8c9; }
    @media (max-width: 991px) {
      .clients-section p {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .clients-section p {
        padding-left: 0px; } }
  .clients-section h2 {
    color: #fff;
    padding-left: 94px; }
    @media (max-width: 767px) {
      .clients-section h2 {
        padding-left: 64px; } }
  .clients-section .sector-box {
    border-radius: 7px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .clients-section .sector-box {
        margin-bottom: 20px; } }
  .clients-section .services {
    display: flex; }
    .clients-section .services .inner-box {
      display: flex;
      flex: 1 1 auto;
      align-items: center; }
  .clients-section .clients-text {
    display: flex;
    align-items: center; }
    .clients-section .clients-text .inner-box {
      height: auto;
      flex: 0 1 auto; }
  .clients-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex: 1;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .clients-section ul {
        display: block; } }
    .clients-section ul li {
      flex: 0 1 auto; }
  .clients-section .button {
    display: flex;
    background-color: #444e53;
    flex-flow: row nowrap; }
    .clients-section .button h3 {
      font-size: 14px;
      font-family: 'montserratlight',Helvetica,sans-serif;
      font-weight: 300;
      margin: 0;
      padding: 20px 14px;
      color: #f3f4f4;
      text-transform: uppercase;
      flex: 1 1 auto; }
    .clients-section .button i {
      font-size: 25px;
      flex: 0 1 27%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #384348;
      color: #4f595e; }

/* Register CV
-------------------------------------------------- */
.register-cv {
  background-color: #4f595e;
  padding: 20px 0;
  color: #e8e9e9; }
  .register-cv .flexible-container {
    justify-content: space-between; }
  .register-cv .inner-box {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .register-cv .inner-box {
        display: block; } }
  .register-cv p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4; }
  .register-cv .es-button:hover, .register-cv .es-button:focus {
    background-color: #2c383d; }
    .register-cv .es-button:hover:after, .register-cv .es-button:focus:after {
      background-color: #152228; }

/* Page Banner
-------------------------------------------------- */
.page-banner .bg-box {
  position: relative; }
  .about-us .page-banner .bg-box img {
    min-height: 430px; }
  .page-template-template-contact .page-banner .bg-box img {
    min-height: 300px; }
  @media (max-width: 991px) {
    .page-banner .bg-box {
      overflow: hidden; } }
  .page-banner .bg-box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(56, 67, 72, 0.8); }
  .page-banner .bg-box .text-positioner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: #dcdedf; }
    .page-banner .bg-box .text-positioner ._100-wide {
      text-align: center; }
    @media (max-width: 767px) {
      .page-banner .bg-box .text-positioner {
        display: block; } }
  .page-banner .bg-box h2 {
    width: 75%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 1px;
    padding-bottom: 46px; }
    @media (max-width: 1199px) {
      .page-banner .bg-box h2 {
        width: 100%;
        font-size: 16px; } }
    @media (max-width: 768px) {
      .page-banner .bg-box h2 {
        font-size: 14px; } }
  .page-template-template-contact .page-banner .bg-box h1 {
    margin: 0 0 10px; }
  @media (max-width: 768px) {
    .page-banner .bg-box h1 {
      margin-top: 50px; } }
  .page-template-template-contact .page-banner .bg-box p {
    width: 45%;
    margin: 0 auto;
    margin-bottom: 2%; }
    @media (max-width: 767px) {
      .page-template-template-contact .page-banner .bg-box p {
        width: 100%; } }
  .page-banner .bg-box .location {
    color: #969c9e; }
    .page-banner .bg-box .location p {
      font-family: 'Merriweather', serif;
      font-weight: 300;
      font-style: italic;
      font-size: 15px;
      position: relative; }
      .page-banner .bg-box .location p:after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 20%;
        right: 20%;
        height: 1px; }
    .page-banner .bg-box .location i {
      font-size: 48px; }

.page-banner a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer; }
  .page-banner a:hover .location {
    color: #f04545; }
    .page-banner a:hover .location p:after {
      background-color: #f04545; }

/* About Us clients-candidates
-------------------------------------------------- */
.clients-candidates .flexible-container {
  justify-content: center;
  position: relative; }

.clients-candidates .nav-tabs {
  border: none;
  display: flex; }
  .clients-candidates .nav-tabs > li {
    float: none;
    flex: 1;
    margin: 0; }
    .clients-candidates .nav-tabs > li a {
      position: relative;
      color: #969c9e;
      border: none;
      border-radius: 0;
      padding: 30px 15px;
      text-align: center;
      margin: 0;
      background-color: #edeeef;
      font-size: 24px;
      font-family: 'Merriweather', serif;
      font-weight: 300;
      font-style: italic; }
      .clients-candidates .nav-tabs > li a:after {
        content: "";
        position: absolute;
        bottom: -13px;
        left: 50%;
        margin-left: -13px;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 13px solid transparent; }
    .clients-candidates .nav-tabs > li.active > a {
      color: #fff;
      border: none;
      background-color: #384348; }
      .clients-candidates .nav-tabs > li.active > a:after {
        border-top: 13px solid #384348; }

.clients-candidates .es-1980 {
  position: absolute;
  width: 100%; }
  .clients-candidates .es-1980 img {
    position: relative;
    top: 80px;
    left: 40px;
    z-index: -1; }
  @media (max-width: 767px) {
    .clients-candidates .es-1980 {
      top: 100px; }
      .clients-candidates .es-1980 img {
        width: 100%;
        left: 0; } }

@media (max-width: 767px) {
  .clients-candidates .es-tabs._50-wide, .clients-candidates .es-1980._50-wide {
    flex: 0 0 100%; } }

@media (max-width: 767px) {
  .clients-candidates .es-tabs {
    position: relative;
    margin-bottom: 50px; } }

.clients-candidates .section {
  padding: 30px; }
  @media (max-width: 767px) {
    .clients-candidates .section {
      padding: 0 30px; }
      .clients-candidates .section img {
        width: auto; } }
  .clients-candidates .section.centre {
    text-align: center; }

.clients-candidates h3 {
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 15px;
  font-size: 30px; }

/* feature
-------------------------------------------------- */
.feature {
  padding: 40px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f3f4f4; }
  .feature h2 {
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 21px;
    margin: 0 22%;
    line-height: 2.3; }
    @media (max-width: 767px) {
      .feature h2 {
        margin: 0 5%;
        line-height: 1.6;
        font-size: 18px; } }

/* Clients & Candidates Pages
-------------------------------------------------- */
.page-intro {
  padding: 0 0 40px;
  background-color: #f3f4f4; }

.page-main {
  padding-bottom: 40px; }
  .archive .page-main {
    margin-top: 30px; }
  .page-main h1 {
    padding: 30px 40px 50px;
    width: 220px;
    margin: 0 0 14px;
    font-size: 28px;
    position: relative;
    display: inline-block; }
    .wpbb_job-template-default .page-main h1 {
      width: auto;
      display: block;
      border-bottom: 1px solid #e8e9e9;
      padding-bottom: 10px; }
    .page-main h1:before {
      content: "";
      position: absolute;
      z-index: -1;
      background-color: #fef6f6;
      left: 1px;
      right: 1px;
      bottom: 1px;
      top: 0px;
      border-radius: 0 0 5em 5em; }
    .page-main h1:after {
      content: "";
      position: absolute;
      z-index: -2;
      background-color: #fde3e3;
      left: 0;
      right: 0;
      bottom: 0;
      top: -1px;
      border-radius: 0 0 5em 5em; }
  .page-main h3 {
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 12px;
    padding: 0 0 14px;
    position: relative; }
    .page-main h3:after {
      content: "";
      height: 1px;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #f04545;
      position: absolute; }
  .page-main .flexible-container > :nth-child(n+5) {
    border-top: 1px dashed #d9d9d9; }

.call-to-action {
  padding: 40px; }
  @media (max-width: 991px) {
    .call-to-action {
      padding: 40px 0; } }
  .call-to-action ul {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin: 0; }
    @media (max-width: 991px) {
      .call-to-action ul {
        flex-direction: column; } }
    .call-to-action ul li {
      position: relative;
      background-color: rgba(68, 78, 83, 0.65);
      margin: 0 20px;
      color: #fff; }
      @media (max-width: 991px) {
        .call-to-action ul li {
          margin: 20px; } }
      .call-to-action ul li a {
        color: #fff;
        text-decoration: none; }
    .call-to-action ul > :nth-child(2):before {
      content: "";
      position: absolute;
      top: 33%;
      left: -40px;
      width: 40px;
      height: 1px;
      background-color: rgba(150, 156, 158, 0.65); }
    .call-to-action ul > :nth-child(2):after {
      content: "";
      position: absolute;
      top: 33%;
      right: -40px;
      width: 40px;
      height: 1px;
      background-color: rgba(150, 156, 158, 0.65); }
    @media (max-width: 991px) {
      .call-to-action ul > :nth-child(2):before, .call-to-action ul > :nth-child(2):after {
        content: none; } }
    .call-to-action ul .contact-box {
      border: 1px solid rgba(150, 156, 158, 0.65);
      text-transform: uppercase;
      padding: 30px 50px; }
      @media (max-width: 767px) {
        .call-to-action ul .contact-box {
          padding: 15px; } }
      .call-to-action ul .contact-box p {
        font-family: 'montserratsemibold',Helvetica,sans-serif;
        font-weight: 500;
        font-size: 21px;
        letter-spacing: 1px; }
      .call-to-action ul .contact-box .email {
        color: #c4c8c9;
        text-transform: none;
        font-size: 15px;
        font-family: 'montserratlight',Helvetica,sans-serif;
        font-weight: 300; }
        .call-to-action ul .contact-box .email i {
          font-size: 22px;
          vertical-align: sub;
          position: relative;
          margin-right: 4px;
          bottom: 3px; }
      .call-to-action ul .contact-box > :nth-child(1) {
        color: #f04545;
        font-size: 30px; }
      .call-to-action ul .contact-box > :nth-child(2) {
        font-family: 'montserratlight',Helvetica,sans-serif;
        font-weight: 300;
        font-size: 19px;
        letter-spacing: 2px; }
  .call-to-action .section-title {
    margin-bottom: 50px; }
    .call-to-action .section-title h2 {
      color: #fff;
      font-size: 28px;
      margin-bottom: 10px; }
    .call-to-action .section-title p {
      color: #fff; }

/* Contact Page
-------------------------------------------------- */
.contact-form {
  padding: 40px 0; }
  .contact-form h3, .contact-form h4 {
    color: #444e53;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 700;
    margin: 0; }
    .contact-form h3 span, .contact-form h4 span {
      font-weight: 300; }
  .contact-form h3 {
    font-size: 28px;
    margin-bottom: 10px; }
  .contact-form h4 {
    font-size: 24px;
    margin-bottom: 6px;
    line-height: 1.4em; }
  .contact-form .flex-centre {
    align-items: stretch; }
  .contact-form .cv-register {
    padding: 40px;
    background-color: #e8e9e9;
    color: #444e53;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    text-align: center; }
    @media (max-width: 991px) {
      .contact-form .cv-register {
        margin-top: 30px;
        display: block; } }
    @media (max-width: 479px) {
      .contact-form .cv-register {
        padding: 40px 0 0; } }
    .contact-form .cv-register p {
      font-family: 'Open Sans', sans-serif;
      font-size: 13px;
      font-weight: 400;
      margin-bottom: 50px; }
  .contact-form .gform_confirmation_message_1 {
    font-family: 'Open Sans', sans-serif;
    color: #152228; }
  @media (max-width: 767px) {
    .contact-form .gform_wrapper.gf_browser_chrome .gform_body {
      width: 100%; } }

.map-section {
  background-color: #152228;
  /* fixes potential theme css conflict */ }
  .map-section .flexible-box {
    flex: 1 1 100%;
    padding: 0 0 0 30px; }
    @media (max-width: 991px) {
      .map-section .flexible-box {
        padding: 0; } }
    @media (max-width: 991px) {
      .map-section .flexible-box .inner-box {
        padding: 0; } }
  .map-section a {
    color: inherit;
    text-decoration: none; }
  .map-section .outer-map-box, .map-section .other-locations {
    display: flex; }
    @media (max-width: 991px) {
      .map-section .outer-map-box, .map-section .other-locations {
        display: block; } }
    .map-section .outer-map-box h2, .map-section .other-locations h2 {
      position: relative;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 15px;
      padding-bottom: 15px; }
  .map-section .outer-map-box h2 {
    border-bottom: 1px solid #f26161; }
    .map-section .outer-map-box h2:after {
      content: "";
      position: absolute;
      border-top: 20px solid transparent;
      border-bottom: 20px solid	transparent;
      border-left: 20px solid #f04545;
      right: -60px;
      top: 50%;
      display: block;
      margin-top: -20px; }
      @media (max-width: 991px) {
        .map-section .outer-map-box h2:after {
          content: none; } }
  .map-section .phone {
    font-family: 'montserratsemibold',Helvetica,sans-serif;
    font-weight: 500;
    font-size: 22px; }
    .map-section .phone i {
      vertical-align: middle;
      margin-right: 8px;
      font-size: 28px; }
  .map-section .email {
    text-decoration: none; }
    .map-section .email p {
      font-family: 'montserratlight',Helvetica,sans-serif;
      font-weight: 300; }
      @media (max-width: 767px) {
        .map-section .email p {
          font-size: 15px; } }
    .map-section .email i {
      font-size: 28px;
      vertical-align: sub;
      margin-right: 8px; }
  .map-section .address {
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300; }
    .map-section .address i {
      font-size: 28px;
      vertical-align: sub;
      margin-right: 8px; }
  .map-section .other-locations .phone, .map-section .other-locations .email, .map-section .other-locations .address, .map-section .other-locations h2 {
    color: #969c9e; }
  .map-section .other-locations h2 {
    border-bottom: 1px solid #384348; }
  .map-section .left-box, .map-section .right-box, .map-section .middle-box {
    color: #fff;
    flex: 1 1 50%; }
    .map-section .left-box img, .map-section .right-box img, .map-section .middle-box img {
      width: 100%; }
  .map-section .norwich {
    background-color: #2c383d;
    padding: 30px 50px; }
    @media (max-width: 767px) {
      .map-section .norwich {
        padding: 30px 10px; } }
  .map-section .chelmsford {
    background-color: #2c383d;
    padding: 30px 50px; }
    @media (max-width: 767px) {
      .map-section .chelmsford {
        padding: 30px 10px; } }
  .map-section .colchester {
    background-color: #212d33;
    padding: 30px 50px; }
    @media (max-width: 767px) {
      .map-section .colchester {
        padding: 30px 10px; } }
  .map-section .contact-details {
    background-color: #f04545;
    padding: 0 50px;
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    position: relative; }
    @media (max-width: 991px) {
      .map-section .contact-details {
        padding: 50px;
        flex: 0 1 100%;
        display: block; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .map-section .contact-details {
      padding: 50px 10px; } }
    .map-section .contact-details .inner {
      flex: 1 1 auto; }
    .map-section .contact-details span {
      font-weight: 300; }
    .map-section .contact-details .phone {
      color: #152228; }
    .map-section .contact-details .email p {
      color: #fff; }
  .map-section .left-box {
    display: flex;
    flex-flow: column wrap;
    font-size: 15px; }
    @media (max-width: 991px) {
      .map-section .left-box {
        display: block;
        overflow: hidden; } }
  @media (max-width: 991px) {
    .map-section .outer-map-box .right-box {
      display: none; } }
  .map-section .mobile-map {
    width: 50%;
    float: right; }
    @media (min-width: 993px) {
      .map-section .mobile-map {
        display: none; } }
    @media (max-width: 767px) {
      .map-section .mobile-map {
        width: 100%; } }
  .map-section .acf-map {
    width: 100%;
    height: 270px;
    border: none;
    margin: 0;
    flex: 1 1 50%; }
    @media (max-width: 1199px) {
      .map-section .acf-map {
        height: 208px;
        flex: 1 1 36%; } }
    @media (max-width: 991px) {
      .map-section .acf-map {
        height: 303px;
        width: 50%;
        float: left; } }
    @media (max-width: 767px) {
      .map-section .acf-map {
        height: 200px;
        width: 100%; } }
  .map-section .acf-map img {
    max-width: inherit !important; }

.main-testimonials {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0;
  background-color: #152228; }
  .main-testimonials .flexible-container {
    justify-content: center; }
  .main-testimonials a {
    text-decoration: none;
    display: block; }
  .main-testimonials .es-button {
    display: inline-block; }
    .main-testimonials .es-button i {
      position: relative;
      font-size: 11px;
      margin-right: 8px; }
  .main-testimonials h2 {
    font-size: 28px;
    color: #fff;
    display: inline-block; }
    .main-testimonials h2:before {
      display: block;
      content: "\e90f";
      font-family: 'icomoon';
      font-style: normal;
      color: #f04545;
      font-size: 42px; }
  .main-testimonials blockquote {
    color: #f3f4f4;
    font-size: 16px;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 300;
    border-left: none; }
    .main-testimonials blockquote:before {
      content: "\201c"; }
    .main-testimonials blockquote:after {
      content: "\201d"; }
  .main-testimonials p.name {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative; }
    .main-testimonials p.name:before {
      position: absolute;
      content: "";
      height: 1px;
      width: 60px;
      left: 50%;
      top: -12px;
      margin-left: -30px;
      background-color: #444e53; }
    .main-testimonials p.name span {
      color: #f04545; }
  .main-testimonials p.readmore {
    color: #444e53;
    font-size: 13px; }
    .main-testimonials p.readmore i {
      font-size: 16px;
      vertical-align: sub;
      margin-left: 5px; }
  .main-testimonials p {
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300;
    text-transform: uppercase; }

/* Latest Vacancies
-------------------------------------------------- */
.latest-vacancies {
  padding: 50px 0 60px; }
  @media (max-width: 767px) {
    .latest-vacancies {
      padding: 20px 0 0px; } }
  .latest-vacancies .flexible-box._100-wide {
    padding: 0 0 30px 30px; }
    @media (max-width: 767px) {
      .latest-vacancies .flexible-box._100-wide {
        padding: 0 0 30px 0; } }
  .latest-vacancies a {
    display: block;
    text-decoration: none;
    height: 100%; }
    .home .latest-vacancies a {
      height: auto;
      flex: 1 1 auto;
      display: flex; }
    .latest-vacancies a:hover .apply {
      background-color: #f04545;
      color: #fff; }
  .latest-vacancies h2 {
    display: inline-block;
    position: relative; }
  .latest-vacancies .vacancy-box {
    display: flex;
    flex-flow: column wrap;
    height: 100%; }
    .home .latest-vacancies .vacancy-box {
      height: auto;
      flex: 1 1 auto; }
    .latest-vacancies .vacancy-box .header, .latest-vacancies .vacancy-box .body, .latest-vacancies .vacancy-box .footer {
      padding: 10px 20px;
      border: 1px solid #e8e9e9; }
    .latest-vacancies .vacancy-box .header, .latest-vacancies .vacancy-box .footer {
      background-color: #f9f9fa;
      padding: 18px 20px; }
    .latest-vacancies .vacancy-box .body {
      border-width: 0 1px;
      flex: 1 1 auto;
      display: flex;
      align-items: center; }
    .latest-vacancies .vacancy-box .header {
      display: flex;
      align-items: center;
      min-height: 126px;
      color: #f04545;
      flex: 1 1 auto; }
      .latest-vacancies .vacancy-box .header p {
        font-size: 19px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 1.2; }
    .latest-vacancies .vacancy-box h3 {
      margin: 0;
      color: #f04545;
      font-size: 19px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600;
      line-height: 1.2; }
    .latest-vacancies .vacancy-box ul {
      list-style: none;
      padding-left: 30px;
      margin-bottom: 0; }
    .latest-vacancies .vacancy-box li {
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      font-size: 16px;
      position: relative;
      margin: 16px 0;
      color: #444e53; }
      .latest-vacancies .vacancy-box li p {
        margin-bottom: 0;
        line-height: normal; }
      .latest-vacancies .vacancy-box li:before {
        font-family: 'icomoon';
        font-size: 20px;
        position: absolute;
        left: -30px;
        top: -4px; }
      .latest-vacancies .vacancy-box li.type:before {
        content: "\e913"; }
      .latest-vacancies .vacancy-box li.address:before {
        content: "\e904"; }
      .latest-vacancies .vacancy-box li.salary:before {
        content: "\e911"; }
    .latest-vacancies .vacancy-box .footer {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  @media (max-width: 991px) {
    .latest-vacancies .view-all {
      position: static;
      float: right; } }

.view-all {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #969c9e;
  letter-spacing: 1px;
  height: auto; }
  .view-all:hover {
    color: #f04545; }
  @media (max-width: 991px) {
    .view-all {
      float: none;
      display: block;
      margin-top: 18px;
      height: auto; } }

/* Footer
-------------------------------------------------- */
footer {
  align-self: flex-end;
  width: 100%;
  color: #7e8589; }
  @media (max-width: 767px) {
    footer > :first-child .flexible-container > :nth-child(1) .inner-box {
      border-right: 1px solid #7e8589; } }
  @media (max-width: 767px) {
    footer > :first-child .flexible-container > :nth-child(2) .inner-box {
      padding-left: 15px; } }
  @media (max-width: 991px) {
    footer .flexible-box._25-wide, footer .flexible-box._13-wide, footer .flexible-box._16-wide {
      width: 50%;
      float: left;
      padding: 30px 0; } }
  @media (max-width: 991px) {
    footer .flexible-box._13-wide, footer .flexible-box._16-wide {
      min-height: 237px; } }
  @media (max-width: 767px) {
    footer .flexible-box._13-wide, footer .flexible-box._16-wide {
      min-height: 220px; } }
  @media (max-width: 479px) {
    footer .flexible-box._13-wide, footer .flexible-box._16-wide {
      min-height: 240px; } }
  @media (max-width: 479px) {
    footer .flexible-box._25-wide {
      width: 100%; } }
  @media (max-width: 767px) {
    footer .flexible-box._25-wide {
      width: 50%; } }
  @media (max-width: 991px) {
    footer .legal-info {
      display: none; } }
  footer section {
    background-color: #212d33;
    padding: 30px 0; }
  footer > section:last-child {
    background-color: #152228;
    padding: 0; }
    footer > section:last-child .flexible-box {
      padding: 16px 0 16px 30px; }
      @media (max-width: 479px) {
        footer > section:last-child .flexible-box {
          padding: 16px 0; } }
      footer > section:last-child .flexible-box p, footer > section:last-child .flexible-box a {
        margin: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 11px; }
      footer > section:last-child .flexible-box img {
        width: 14px;
        margin-right: 6px; }
  footer .left-box {
    text-align: left;
    flex: 0 0 50%; }
    @media (max-width: 479px) {
      footer .left-box {
        margin-bottom: 12px; } }
  footer .right-box {
    text-align: right;
    flex: 0 0 50%; }
    @media (max-width: 479px) {
      footer .right-box {
        text-align: left; } }
  footer .inner-box.flex {
    justify-content: space-between; }
    @media (max-width: 479px) {
      footer .inner-box.flex {
        display: block; } }
  footer ul.menu {
    list-style: none;
    padding-left: 0; }
  footer h3 {
    margin: 0 0 28px;
    letter-spacing: 1px;
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    color: #737a7e; }
    @media (max-width: 479px) {
      footer h3 {
        font-size: 15px; } }
  footer a {
    color: #7e8589;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 8px;
    text-decoration: none; }
    footer a:hover {
      text-decoration: none;
      color: #fff; }
    @media (max-width: 479px) {
      footer a {
        font-size: 15px; } }
  footer .icon-call_us_outline {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 8px; }
  footer .icon-email, footer .icon-address {
    font-size: 18px;
    vertical-align: sub;
    margin-right: 8px; }
  footer span {
    margin-right: 10px; }
  footer .contact a {
    margin-bottom: 14px; }
  footer .social {
    justify-content: flex-start; }
    footer .social ul {
      margin-top: 4px;
      padding-left: 0; }
    footer .social li {
      margin: 0; }

/* ==========================================================================
 Jobs archive page
============================================================================= */
.filters-column .filters {
  max-width: 240px; }

.filters-column h2 {
  font-size: 16px;
  font-style: normal;
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300;
  color: #4F5F6C;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #DFDFDF;
  padding: 0 0 10px 0; }
  @media (max-width: 991px) {
    .filters-column h2 {
      display: none; } }

.filters-column .btn-group {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  .filters-column .btn-group button {
    width: 50%; }

.filters-column label {
  text-transform: uppercase;
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300;
  font-size: 12px;
  padding-bottom: 0px;
  display: block;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .filters-column label {
      margin: 0 0 10px;
      color: #fff; } }

.filters-column .facetwp-sort {
  display: none; }

.filters-column .facetwp-checkbox {
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300;
  font-size: 13px;
  position: relative;
  background: none;
  padding-left: 25px; }
  .filters-column .facetwp-checkbox:before {
    content: "";
    border: 1px solid #DFE1E2;
    width: 16px;
    height: 16px;
    display: block;
    background: #F3F4F4;
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: 'icomoon';
    font-size: 10px;
    padding: 1px 0 0 2px; }
  .filters-column .facetwp-checkbox.checked {
    background: none; }
    .filters-column .facetwp-checkbox.checked:before {
      background: #fff;
      content: "\e917";
      color: #f04545; }

.filters-column .facetwp-facet-salary_range .facetwp-checkbox {
  background: #F3F4F4;
  padding: 8px 12px;
  margin: 0px;
  border-bottom: 1px solid #EBECED;
  font-size: 13px; }
  .filters-column .facetwp-facet-salary_range .facetwp-checkbox:before {
    display: none; }
  .filters-column .facetwp-facet-salary_range .facetwp-checkbox .facetwp-counter {
    display: none; }
  .filters-column .facetwp-facet-salary_range .facetwp-checkbox.checked {
    background: #727A7E;
    color: #E5EAED; }

.filters-column select {
  width: 100%;
  height: 35px;
  background-color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 16px;
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300; }

.jobs-count {
  font-size: 12px;
  font-style: normal;
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300;
  color: #4F5F6C;
  margin: 0 0 0px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  text-align: right; }
  .jobs-count .facetwp-counts {
    display: inline-block;
    font-family: 'montserratsemibold',Helvetica,sans-serif;
    font-weight: 500; }

.jobs-footer {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .jobs-footer .jobs-count {
      display: none; } }

.jobs-header {
  margin-bottom: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .jobs-header .facetwp-pager {
      display: none; } }

.facetwp-pager {
  font-family: 'montserratlight',Helvetica,sans-serif;
  font-weight: 300; }
  .facetwp-pager .facetwp-pager-label {
    font-size: 12px; }
  .facetwp-pager .facetwp-page {
    color: #000;
    border: 1px solid #000;
    background: #fff;
    display: inline-block;
    text-decoration: none; }
    .facetwp-pager .facetwp-page.active {
      background: #000;
      color: #fff; }

body.loading .jobs-results {
  opacity: 0.5; }

@keyframes pulsate {
  from {
    transform: scale(0.8); }
  to {
    transform: scale(1); } }

.jobs-results .type-wpbb_job {
  width: 100%;
  display: flex;
  flex: 1 1 100%;
  flex-flow: row nowrap;
  margin: 0 0 15px 0;
  position: relative;
  border: 1px solid #DFDFDF;
  max-width: none; }
  .jobs-results .type-wpbb_job a {
    text-decoration: none; }
  @media (max-width: 991px) {
    .jobs-results .type-wpbb_job {
      display: block; } }
  .jobs-results .type-wpbb_job h2 {
    color: #f04545;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 19px;
    padding: 0px;
    margin: 0px 0 10px 0; }
  .jobs-results .type-wpbb_job:hover {
    border-color: #f04545; }
  .jobs-results .type-wpbb_job .entry-summary {
    flex: 0 0 575px;
    background: #F3F4F4;
    padding: 25px 30px 15px 30px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .jobs-results .type-wpbb_job .entry-summary {
        display: block; } }
    @media (max-width: 1199px) {
      .jobs-results .type-wpbb_job .entry-summary {
        flex: 0 0 400px; } }
    @media (max-width: 767px) {
      .jobs-results .type-wpbb_job .entry-summary {
        padding: 25px 15px 15px 15px; } }
    .jobs-results .type-wpbb_job .entry-summary > a {
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .jobs-results .type-wpbb_job .entry-summary > a {
          display: block; } }
    .jobs-results .type-wpbb_job .entry-summary p {
      color: #000;
      font-size: 14px; }
    .jobs-results .type-wpbb_job .entry-summary .meta {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: baseline;
      font-family: 'montserratlight',Helvetica,sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      color: #93999C;
      font-size: 11px;
      letter-spacing: 1px; }
      .jobs-results .type-wpbb_job .entry-summary .meta .social {
        text-transform: none;
        font-style: italic;
        letter-spacing: none;
        font-family: 'Merriweather', serif; }
        .jobs-results .type-wpbb_job .entry-summary .meta .social a {
          display: inline-block;
          background: #ADB2B4;
          border-radius: 50%;
          width: 22px;
          height: 22px;
          text-align: center;
          vertical-align: middle;
          line-height: 2;
          color: #fff;
          font-size: 12px; }
          .jobs-results .type-wpbb_job .entry-summary .meta .social a i:before {
            text-align: center;
            position: relative; }
          .jobs-results .type-wpbb_job .entry-summary .meta .social a:first-child {
            margin-left: 10px; }
          .jobs-results .type-wpbb_job .entry-summary .meta .social a:hover {
            background: #4399D4; }
      @media (max-width: 767px) {
        .jobs-results .type-wpbb_job .entry-summary .meta {
          display: block; }
          .jobs-results .type-wpbb_job .entry-summary .meta .timestamp {
            margin-bottom: 16px; } }
  .jobs-results .type-wpbb_job .excerpt {
    margin-bottom: 20px; }
  .jobs-results .type-wpbb_job .entry-details {
    flex: 1 1 auto;
    background: #FFFFFF;
    padding: 25px 30px 15px 30px; }
    .jobs-results .type-wpbb_job .entry-details ul {
      padding-left: 30px;
      list-style: none; }
      .jobs-results .type-wpbb_job .entry-details ul li {
        color: #333;
        font-family: 'Open Sans', sans-serif;
        position: relative;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 1.3; }
        .jobs-results .type-wpbb_job .entry-details ul li:before {
          font-family: 'icomoon';
          position: absolute;
          left: -30px;
          border: none;
          font-size: 16px; }
        .jobs-results .type-wpbb_job .entry-details ul li.detail-duration:before {
          content: "\e913"; }
        .jobs-results .type-wpbb_job .entry-details ul li.detail-location:before {
          content: "\e904"; }
        .jobs-results .type-wpbb_job .entry-details ul li.detail-salary:before {
          content: "\e911"; }
  .jobs-results .type-wpbb_job.status-sticky:before {
    content: "";
    z-index: 2;
    position: absolute;
    top: -1px;
    left: -20px;
    width: 20px;
    height: 130px;
    background: url(../images/tag-featured.svg) top right no-repeat transparent; }
  .jobs-results .type-wpbb_job.new-job:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 66px;
    height: 66px;
    background: url(../images/tag-new.svg) top right no-repeat transparent; }

.left-padding {
  padding-left: 50px; }
  @media (max-width: 991px) {
    .left-padding {
      padding-left: 0; } }

.no-results {
  margin-bottom: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9; }
  .no-results h2 {
    font-size: 27px;
    position: relative;
    margin: 0 0 20px;
    padding-left: 40px; }
    .no-results h2:before {
      position: absolute;
      content: "";
      height: 2px;
      width: 46px;
      background-color: #f04545;
      left: -20px;
      top: 14px; }
  .no-results p {
    font-size: 14px;
    padding-left: 40px; }
  .no-results a {
    text-decoration: underline;
    color: #f04545; }

body.wpbb_job-template-default .page-main {
  background: #F9F9FA; }

body.wpbb_job-template-default .mobile-header-box {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #dcdedf; }
  @media (min-width: 993px) {
    body.wpbb_job-template-default .mobile-header-box {
      display: none; } }

body.wpbb_job-template-default .mobile-header-box h1, body.wpbb_job-template-default .job-details h1 {
  color: #f04545;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 26px;
  margin: 0;
  padding: 0 0 20px 0;
  border-bottom: none; }
  @media (max-width: 767px) {
    body.wpbb_job-template-default .mobile-header-box h1, body.wpbb_job-template-default .job-details h1 {
      font-size: 20px; } }

body.wpbb_job-template-default .job-details {
  border: 1px solid #DEE0E1;
  background: #fff;
  padding: 45px 60px 60px 30px; }
  @media (max-width: 767px) {
    body.wpbb_job-template-default .job-details {
      padding: 45px 30px; } }
  body.wpbb_job-template-default .job-details .job_excerpt p {
    font-size: 17px;
    margin-bottom: 30px; }
    body.wpbb_job-template-default .job-details .job_excerpt p:last-child {
      border-bottom: 1px solid #e8e9e9;
      padding-bottom: 30px; }
  body.wpbb_job-template-default .job-details h2 {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-style: normal; }
  body.wpbb_job-template-default .job-details p {
    margin-bottom: 30px; }
  body.wpbb_job-template-default .job-details ul {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    padding-left: 20px;
    list-style: none; }
    body.wpbb_job-template-default .job-details ul li {
      position: relative; }
      body.wpbb_job-template-default .job-details ul li:before {
        position: absolute;
        left: -18px;
        top: 8px;
        content: "";
        height: 0;
        width: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #f58686; }

/* Single Results Page
-------------------------------------------------- */
.job-summary .apply-now-button {
  font-size: 20px;
  padding: 16px 0;
  margin: 20px 0; }
  .job-summary .apply-now-button i {
    font-size: 30px;
    vertical-align: sub; }
  .job-summary .apply-now-button:hover {
    background-color: #2c383d; }
    .job-summary .apply-now-button:hover:after {
      background-color: #152228; }

.job-summary h2 {
  font-size: 21px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  color: #fff;
  background-color: #444e53;
  padding: 20px; }
  @media (max-width: 767px) {
    .job-summary h2 {
      font-size: 19px; } }
  .job-summary h2:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #d5d7d8;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 22px; }

.job-summary ul {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 0; }
  .job-summary ul li {
    display: flex;
    margin-bottom: 5px;
    background-color: #e8e9e9; }
    .job-summary ul li div {
      flex: 1; }
    .job-summary ul li p {
      padding: 2px 10px; }
    .job-summary ul li p:first-of-type {
      background-color: #e1e2e3;
      color: #676f73;
      text-transform: uppercase;
      font-size: 10px;
      font-family: 'montserratlight',Helvetica,sans-serif;
      font-weight: 300;
      letter-spacing: 1px;
      margin-bottom: 16px; }
    .job-summary ul li:before {
      content: "";
      font-family: 'icomoon';
      position: relative;
      left: 0;
      width: auto;
      height: auto;
      top: 0;
      color: #fff;
      display: block;
      border: none;
      padding: 20px;
      background-color: #444e53;
      font-size: 26px; }
    .job-summary ul li.detail-duration:before {
      content: "\e913"; }
    .job-summary ul li.detail-location:before {
      content: "\e904"; }
    .job-summary ul li.detail-salary:before {
      content: "\e911"; }

/* Apply Now Inline Form
-------------------------------------------------- */
.apply-now {
  position: relative;
  background-color: #152228;
  color: #969c9e;
  padding: 50px 70px;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .apply-now {
      padding: 50px 30px; } }
  .apply-now:after {
    position: absolute;
    content: "";
    background: url("../images/graphics/paper-clip.svg") no-repeat;
    width: 60px;
    height: 60px;
    right: 64px;
    top: -31px; }
  .apply-now h2 {
    color: #fff; }
  .apply-now p {
    color: #c4c8c9;
    font-size: 13px; }
  .apply-now .gform_wrapper span.gform_description {
    color: #c4c8c9;
    font-size: 13px; }
  .apply-now .gform_wrapper h3.gform_title {
    color: #fff;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 30px;
    text-transform: none; }
    .apply-now .gform_wrapper h3.gform_title:after {
      content: none; }
  .apply-now .gform_wrapper .gfield_required {
    color: #f04545; }
  .apply-now .gform_wrapper label.gfield_label {
    font-size: 12px;
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    color: #969c9e; }
  .apply-now .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #e5e5e5; }

.gform_wrapper {
  color: #444e53;
  margin: 0; }
  .gform_wrapper .gform_body {
    font-family: 'montserratlight',Helvetica,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px; }
    .gform_wrapper .gform_body input, .gform_wrapper .gform_body textarea {
      border: 1px solid #e5e5e5; }
      .gform_wrapper .gform_body input[type="file"], .gform_wrapper .gform_body textarea[type="file"] {
        border: none;
        color: #969c9e;
        display: inline-flex; }
  .gform_wrapper .gform_footer.top_label {
    display: inline-block;
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    width: auto; }
    @media (max-width: 479px) {
      .gform_wrapper .gform_footer.top_label {
        display: block;
        width: 100%; } }
    .gform_wrapper .gform_footer.top_label:before {
      display: block;
      content: "\e90d";
      font-family: 'icomoon';
      position: absolute;
      font-size: 22px;
      z-index: 1;
      color: #fff;
      left: 14px;
      cursor: pointer;
      top: 4px;
      pointer-events: none; }
    .gform_wrapper .gform_footer.top_label:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 4px;
      background: #dd3c3c; }
    .gform_wrapper .gform_footer.top_label:hover input {
      color: #152228; }
    .gform_wrapper .gform_footer.top_label:hover:before {
      color: #152228; }
  .gform_wrapper form .gform_footer input.button {
    font-size: 15px;
    margin-right: 0;
    border: none;
    padding-left: 46px; }
    @media (max-width: 767px) {
      .gform_wrapper form .gform_footer input.button {
        margin-bottom: 0; } }
  .gform_wrapper h3.gform_title {
    margin: 0 0 10px; }
  .gform_wrapper .gform_description {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400; }
  .gform_wrapper .gform_ajax_spinner {
    display: none; }
  .apply-now .gform_wrapper div.validation_error, .quick-reg .gform_wrapper div.validation_error {
    color: #f04545;
    border-color: #f04545; }
  .apply-now .gform_wrapper .validation_message, .quick-reg .gform_wrapper .validation_message {
    color: #f04545; }
  .apply-now .gform_wrapper li.gfield_error.gfield, .quick-reg .gform_wrapper li.gfield_error.gfield {
    background-color: transparent;
    border-color: transparent; }

/* Quick Registration Form
-------------------------------------------------- */
.quick-reg-page {
  background-color: #edeeef;
  padding: 0 0 50px;
  flex: 1 1 auto; }

.form-wrapper {
  width: 768px;
  margin: 0 auto;
  padding-top: 50px; }
  @media (max-width: 991px) {
    .form-wrapper {
      width: 100%; } }

.quick-reg {
  padding: 30px 40px 40px;
  margin-bottom: 70px;
  position: relative;
  border: 1px solid #e8e9e9; }
  @media (max-width: 991px) {
    .quick-reg {
      padding: 30px 15px 40px; } }
  .quick-reg:after {
    position: absolute;
    content: "";
    background: url("../images/graphics/paper-clip.svg") no-repeat;
    width: 60px;
    height: 60px;
    right: 64px;
    top: -31px; }
  .quick-reg-page .quick-reg {
    background-color: #fff; }
  .jobs-column .quick-reg {
    background-color: #f9f9fa; }
  .quick-reg .gform_wrapper form .gform_body {
    width: 100%; }
    .quick-reg .gform_wrapper form .gform_body h2 {
      padding: 0;
      margin: 20px 0;
      text-transform: none;
      font-size: 32px;
      font-weight: 300;
      line-height: .1em;
      border-bottom: 1px solid #e5e5e5;
      letter-spacing: normal; }
      .quick-reg .gform_wrapper form .gform_body h2 span {
        padding: 14px;
        background-color: #fff; }
        .jobs-column .quick-reg .gform_wrapper form .gform_body h2 span {
          background-color: #f9f9fa; }
    .quick-reg .gform_wrapper form .gform_body p {
      font-family: 'Open Sans', sans-serif;
      font-size: 13px;
      font-weight: 400;
      text-transform: none;
      padding: 0;
      letter-spacing: 1px;
      margin-bottom: 0; }
  .quick-reg .gform_wrapper form ul.gform_fields > :first-child {
    border-bottom: none; }
  .quick-reg .gform_wrapper form ul.gform_fields li.gfield.gsection {
    padding: 30px 0;
    margin: 0; }
  .quick-reg .gform_wrapper form ul.gform_fields li {
    margin-top: 30px;
    padding-right: 0; }
    .quick-reg .gform_wrapper form ul.gform_fields li label {
      margin-bottom: 0;
      color: #444e53; }
  .quick-reg .gform_wrapper form .gfield_required {
    color: #f04545; }
  .quick-reg .gform_wrapper form textarea.medium {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5; }
    .jobs-column .quick-reg .gform_wrapper form textarea.medium {
      background-color: #edeeef;
      border: 1px solid #d9d9d9; }
  .quick-reg .gform_wrapper form .field_sublabel_above .ginput_complex.ginput_container label {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    color: #444e53; }
  .quick-reg .gform_wrapper form .form-title {
    text-align: center;
    padding: 20px 0 10px; }
    .quick-reg .gform_wrapper form .form-title.no-rule {
      padding: 20px 0; }
      .quick-reg .gform_wrapper form .form-title.no-rule h2 {
        border-bottom: none; }
  .quick-reg .gform_wrapper form .gfield_label_before_complex {
    display: none; }
  .quick-reg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 12px;
    letter-spacing: 1px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    color: #ADB2B4; }
    .jobs-column .quick-reg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      background-color: #edeeef;
      border: 1px solid #d9d9d9;
      color: #ADB2B4; }
  .quick-reg .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #e5e5e5; }
  .quick-reg .gform_wrapper select.gfield_select {
    text-transform: capitalize;
    color: #444e53;
    font-size: 14px;
    padding: 12px;
    height: auto;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9; }
    .jobs-column .quick-reg .gform_wrapper select.gfield_select {
      background-color: #edeeef;
      border: 1px solid #d9d9d9; }

.new-testimonial-slider .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 10;
  margin: 0;
  list-style: none;
  text-align: center; }

.slider-height {
  min-height: 700px; }

.slick-initialise:first-child {
  display: none; }

@media (max-width: 768px) {
  .facetwp-checkbox {
    padding-left: 60px !important;
    margin-bottom: 40px !important;
    padding-top: 10px !important; }
    .facetwp-checkbox:before {
      width: 40px !important;
      height: 40px !important;
      font-size: 20px !important;
      padding: 5px 0 0 9px !important; } }

.facetwp-facet-salary_range .facetwp-checkbox {
  position: relative;
  padding: 10px !important;
  margin-bottom: 20px !important; }
  .facetwp-facet-salary_range .facetwp-checkbox:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
    background-image: url("/wp-content/themes/employmentspecialists/assets/images/icons/right arrow.svg");
    background-size: cover; }

.filter-reset {
  display: none; }
  .filter-reset p:hover {
    cursor: pointer; }
  @media (min-width: 992px) {
    .filter-reset {
      display: none; } }

.filters-applied {
  display: none;
  color: white; }

.show-filter-message {
  display: block; }
