﻿/* ///////////////////////////////////////////////////////////////////// */


body {
  color: #000;
  background-color: #d6d8db;
}

body.off {
  opacity: 0!important;
}

body.dp {
  display: block!important;
}

main {
  float: left;
  width: 100%;
  padding: 70px 0 0;
  color: #fff;
  background-color: #000;
}

.row {
  clear: both;
}

.clear {
  clear: both;
}

@media screen and (min-width: 1280px) {

  main {
    padding: 0;
  }

  .large-7.small-centered {
      width: 768px;
  }

}

#page {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

#page.on {
  opacity: 1;
}

.centre {
  text-align: center;
}

.columns.padded {
  padding: 24px;
}


@media screen and (min-width: 1024px) {

  .columns.padded {
    padding: 27px;
  }

}

a {
  color: #e40045;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #fff;
}

/* mobile text */

h1, .h1 {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 19px;
}

h2, .h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  margin: 0 0 26px;
}

h3, .h3 {
/*  text-transform: uppercase;
*/  font-size: 25px;
  line-height: 25px;
  font-weight: normal;
  margin: 0 0 17px;
}

h4, .h4 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
  font-weight: normal;
  margin: 36px 0 7px;
}

.red {
  color: #e40045;
}

p {
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 17px;
}

p.large {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 18px;
}

h1.subtitle,
p.subtitle {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  color: #e40045;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.centred-title-area {
  text-align: center;
  float: left;
  width: 100%;
  padding: 10px 0 25px;
}

.centred-title-area p {
  font-family: 'maneuropecondensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 18px;
}

.centred-title-area br {
  display: none;
}

ul, ol, dl {
  list-style-position: outside;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 18px 16px;
}


.spacer {
  float: left;
  width: 100%;
  height: 65px;
}

@media screen and (min-width: 1024px) {

  .spacer {
    float: left;
    width: 100%;
    height: 110px;
  }

}

/* desktop text */

@media screen and (min-width: 1024px) {

  h1, .h1 {
    font-size: 80px;
    line-height: 64px;
    margin: 0 0 32px;
  }

    h1 + .accordion,
    .h1 + .accordion {
      margin-top: 38px;
    }

  h2, .h2 {
    margin-bottom: 32px;
  }

    p + h2,
    p + .h2 {
      margin-top: 60px;
    }

  h3, .h3 {
    margin-bottom: 32px;
  }

    p + h3,
    p + .h3 {
      margin-top: 60px;
    }

  h4, .h4 {
    margin-bottom: 32px;
  }

    p + h4,
    p + .h4 {
      margin-top: 60px;
    }

  p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 22px;
  }

  p.large {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 22px;
  }

  h1.subtitle,
  p.subtitle {
    font-size: 25px;
    line-height: 1;
    margin: 0 0 18px;
    width: 100%;
  }

  .centred-title-area {
    padding: 48px 0 74px;
  }

  .centred-title-area h1 {
    margin: 0 0 21px;
  }

  .centred-title-area br {
    display: block;
  }

  ul, ol, dl {
    line-height: 22px;
    margin: 0 0 22px 15px;
  }

}

/* / desktop text */

  ul.coloured-bullets,
  ol.coloured-bullets {
    color: #e40045;
  }

  ul.coloured-bullets li span,
  ol.coloured-bullets li span {
    color: #fff;
  }

/* /////////////////////////////////////////////////////////////////////
cookie bar
///////////////////////////////////////////////////////////////////// */

.cookie-bar {
  color: #fff;
  background: #e40045;
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 12345;
  padding: 24px;
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.cookie-bar p {
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 20px;
}

.cookie-bar p br {
  display: none;
}

.cookie-bar a {
  color: #e40045;
  background-color: #fff;
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  transition: color 0.4s ease-in-out;
  display: inline-block;
  text-align: center;
  padding: 12px 15px;
  margin: 0 5px;
}

.cookie-bar a:hover {
    color: #000;
}

@media only screen and (min-width: 1024px) {

  .cookie-bar {
    text-align: left;
    height: 70px;
    padding: 7px 0 0;
  }

  .cookie-bar .row {
    max-width: 1268px;
    padding: 0 24px;
  }

  .cookie-bar .large-3 {
    text-align: right;
  }

  .cookie-bar p {
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin: 12px 0;
  }

  .cookie-bar p br {
    display: block;
  }

  .cookie-bar a {
    font-size: 18px;
    line-height: 1;
    padding: 18px 15px;
    margin: 0 3px;
  }

}

@media only screen and (min-width: 1180px) {

  .cookie-bar p {
    font-size: 15px;
    line-height: 20px;
    margin: 9px 0;
  }

  .cookie-bar a {
    width: 142px;
  }

  .cookie-bar a.okay {
    width: 88px;
  } 

}

/* /////////////////////////////////////////////////////////////////////
/ cookie bar
///////////////////////////////////////////////////////////////////// */

/* desktop nav */

.row.desktop-header {
  display: none;
}

@media screen and (min-width: 1024px) {

  .row.desktop-header {
    display: block;
    max-width: 1130px;
    height: 110px;
    padding: 0 25px;
  }

}

.desktop-nav a.logo {
  float: left;
  width: 125px;
  margin: 0;
}

.desktop-search {
  float: left;
  margin: 0 10px 0 0;
}

.desktop-search a,
.desktop-search a:hover {
  display: block;
  text-indent: -1000px;
  width: 50px;
  height: 72px;
  font-size: 0;
  line-height: 0;
  background: url(../clientimages/search-desktop.png) 13px 28px no-repeat;
  background-size: 20px;
}

.inputs_text_replacing suggested_text,
.form-row.input,
main .search-form {
  display: none!important;
}


::placeholder {
  color: #303c49!important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #303c49!important;
}

::-ms-input-placeholder {
  color: #303c49!important;
}

/* desktop nav */

.row.desktop-nav {
  display: none;
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 1280px) {

  .row.desktop-nav {
    display: block;
    height: 72px;
  }

}

.row.desktop-nav .dropdown.menu {
  float: left;
  width:  1060px;
  height: 53px;
  z-index: 1;
  margin: 19px 0 0;
  padding: 0 0 0 25px;
}

.row.desktop-nav .dropdown.menu a {
  padding: 11px 17px 24px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  transition: color 0s ease-in-out;
  border-bottom: 6px solid transparent;
}

.row.desktop-nav .dropdown.menu a:hover {
  color: #e40045;
  border-bottom: 6px solid #e40045;
}

.row.desktop-nav .dropdown.menu a.selected {
  color: #e40045;
}

.row.desktop-nav .dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 20px;
}

.row.desktop-nav .is-dropdown-submenu {
  border: none;
  box-shadow: none;
  padding: 18px 0;
  background-color: #e40045;
  color: #fff;
}

.row.desktop-nav .dropdown.menu .is-dropdown-submenu a {
  padding: 0 16px;
  line-height: 1.2;
}

.row.desktop-nav .dropdown.menu .is-dropdown-submenu a.selected {
  color: #000;
}

.row.desktop-nav .dropdown.menu .is-dropdown-submenu a:hover {
  color: #000;
}

.row.desktop-nav .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  height: 7px;
  transform: rotate(135deg);
  width: 7px;
  border-color: #fff;
  margin: -11px 0 0;
  right: 7px;
}

.row.desktop-nav .dropdown.menu > li.is-dropdown-submenu-parent > a.selected::after,
.row.desktop-nav .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
  border-color: #e40045;
}

/* / desktop nav */

/* ////////// top images ////////// */

.row.main-image {
  max-width: 1440px;
}

.row.index-image {
  max-width: 1440px;
}

.row.split-banner {
  max-width: 1440px;
}

.split-banner .text-container {
  padding: 24px;
}

.split-banner p {
  font-family: 'maneuropecondensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 18px;
}

.split-banner p.who {
  margin: 0 0 14px;
}

.split-banner h1.subtitle,
.split-banner p.subtitle {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  color: #e40045;
  margin: 0 0 5px;
}

.split-banner h1.title,
.split-banner p.title {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 45px;
  color: #fff;
  margin: 0 0 9px;
}

.split-banner br {
  display: none;
}

/* if CMS wrongly adds background images to small screens */
@media screen and (max-width: 1023px) {
  .row.split-banner,
  .people-reveal {
    background: #000!important;
  }
}


@media screen and (min-width: 1024px) {

    .row.split-banner {
      max-width: 1440px;
      height: 480px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }

    /* put different split banner background images here */

      .row.split-banner.people-result-01 {
        background-image: url(../clientimages/people-result-image-r.jpg);
      }

       .row.split-banner.top-level-role-01 {
        background-image: url(../clientimages/top-level-image-r.jpg);
      }

    /* */

    .row.split-banner .text-container {
      width: 50%;
      height: 480px;
      display: table;
      padding: 0 0 0 20px;
      float: right;
    }

    .row.split-banner .text-container-2 {
      height: 480px;
      display: table-cell;
      vertical-align: middle;
    }

      /* deep split banner */

      .row.split-banner.deep,
      .row.split-banner.deep .text-container,
      .row.split-banner.deep .text-container-2
       {
        height: 560px;
      }

      /* */

    .split-banner p {
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 21px;
      width: 595px;
    }

    .split-banner p.who {
      margin: 0 0 38px;
    }

    .split-banner h1.subtitle,
    .split-banner p.subtitle {
      font-size: 25px;
      line-height: 1;
      margin: 0 0 18px;
      width: 100%;
    }

    .split-banner h1.title,
    .split-banner p.title {
      font-size: 80px;
      line-height: 64px;
      margin: 0 0 25px;
      padding: 0;
      width: 575px;
    }

    .split-banner br {
      display: block;
    }

    .split-banner img {
      display: none;
    }

}

/* //////// / top images ////////// */

/* //////// homepage video ////////// */

.main-image-mobile {
  display: block;
}

.main-image {
  display: none;
}

@media screen and (min-width: 1024px) {

  .main-image-mobile {
    display: none;
  }

  .main-image {
    display: block;
    overflow: hidden;
  }

  .main-image:after {
    content: "";
    border: 1px solid #000;
    width: 100%;
    display: block;
    margin: -4px 0 0 0;
  }

}

.vjs-control-bar {
  display: none!important;
}

/* //////// / video ////////// */

/* ////////// updent and downdent columns //////// */

@media screen and (min-width: 1024px) {

  .columns.updent {
    margin-top: -34px;
  }

  .columns.padded.updent {
    padding-top: 0;
  }

  .columns.downdent {
    margin-top: 85px;
  }

}

/* /////// / updent and downdent columns //////// */

/* /////// split columns /////// */

@media screen and (min-width: 1024px) {

  .left-col {
    padding-right: 25px;
  }

  .right-col {
    padding-left: 25px;
  }

}

/* / ///// split columns /////// */

/* /////// stats ///////// */

.quote-and-stats {
  float: left;
  width: 100%;
  padding: 3px 0 0;
}

.quote-and-stats p.quote {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  color: #e40045;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  margin: 0 0 1px;
}

.quote-and-stats p.stat {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  color: #e40045;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 100px;
  line-height: 1;
}

.quote-and-stats p.quotee,
.quote-and-stats p.stat-info {
  text-transform: uppercase;
  font-family: 'maneuropecondensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 17px;
}

@media screen and (min-width: 1024px) {

  .quote-and-stats {
    padding: 5px 0 25px;
  }

}

/* /////// / stats ///////// */

/* /////// job context ///////// */

.job-context {
  margin: 60px 0;
}

@media screen and (min-width: 1024px) {

  .job-context {
    margin: 84px 0;
  }

}

/* ////// / job context ///////// */

/* /////// signposts //////// */

.signpost-container {
  margin: 10px 0 25px;
  float: left;
  width: 100%;
}

.signpost {
  margin: 0;
  width: 100%;
  float: left;
}

.signpost:nth-of-type(odd) {
  clear: both;
}

.signpost .button {
  max-width: inherit;
}


@media screen and (min-width: 1024px) {

  .signpost-background {
    float: left;
    width: 100%;
    margin: 0;
    padding: 65px 0;
    background: url(../clientimages/signpost-background.jpg) center no-repeat;
    background-size: cover;
    min-height: 540px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .signpost-background > .row {
    width: 100%;
  }

  .signpost {
    display: table;
    width: calc(33.333% - 24px);
    margin: 0 12px 29px;
    float: left;
  }

    .signpost-container {
      margin: 0 0 0 -12px;
      float: left;
      width: calc(100% + 24px);
    }

    .signpost .button {
      display: table-cell;
    }

    .signpost .button span {
      display: table-cell;
      vertical-align: middle;
      float: left;
    }

}


/* /////// / signposts ///// */

/* /////// video launcher /////// */

.video-launcher-container {
  text-align: center;
  font-size: 0;
  margin: 0 0 60px;
}

a.video-launcher {
  display: inline-block;
  width: 100%;
  max-width: 375px;
  height: 375px;
  margin: 20px 0 0;
  padding: 0;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: left;
}

  a.video-launcher.single {
    max-width: 906px;
    background-size: cover;
    background-position: right top;
  }

a.video-launcher .text-container {
  display: table;
  width: 100%;
  height: 100%;
}

a.video-launcher .text-container-2 {
  display: table-cell;
  vertical-align: middle;
}

a.video-launcher .text-container-2 {
  padding-top: 50px;
}

a.video-launcher p {
  color: #e40045;
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.1;
  margin: 20px 0 4px 125px;
  width: calc(100% - 125px);
}

a.video-launcher h2 {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 0.9;
  margin: 4px 0 0 125px;
  width: calc(100% - 125px);
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

a.video-launcher h2:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 46px solid #e40045;
  position: absolute;
  top: calc(50% - 25px);
  left: -20px;
  z-index: -1;
}

a.video-launcher:nth-of-type(2) p,
a.video-launcher:nth-of-type(2) h2 {
    margin-left: 35px;
}


    a.video-launcher.single .text-container {
      width: 65%;
    }

    a.video-launcher.single p {
      margin-left: 35px;
      width: calc(100% - 35px);
    }

    a.video-launcher.single h2 {
      margin-left: 35px;
      width: calc(100% - 35px);
    }

@media screen and (min-width: 640px) {

  a.video-launcher {
    max-width: 453px;
    height: 453px;
  }

  a.video-launcher p {
    color: #e40045;
    font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1;
    margin: 30px 0 8px 175px;
    width: calc(100% - 175px);
  }

  a.video-launcher h2 {
    font-size: 63px;
    line-height: 53px;
    margin: 0 0 0 175px;
    width: calc(100% - 175px);
  }

  a.video-launcher h2:before {
    border-top: 62px solid transparent;
    border-bottom: 62px solid transparent;
    border-left: 110px solid #e40045;
    position: absolute;
    top: calc(50% - 61px);
    left: -48px;
  }

    a.video-launcher.single .text-container {
      
    }

    a.video-launcher.single p {
      margin-left: 125px;
      width: calc(100% - 125px);
    }

    a.video-launcher.single h2 {
      margin-left: 125px;
      width: calc(100% - 125px);
    }

}

@media screen and (min-width: 1024px) {

  .video-launcher-container {
    margin: 0 0 120px;
  }

  a.video-launcher {
    margin: 0;
  }

}


/* ///// / video launcher /////// */

/* /////// search jobs form ///////// */

form.job-search {
  text-align: center;
  padding: 14px 0 1px;
}

/* selects */

fieldset {
  text-align: left;
  padding: 0 30px;
}

legend {
  display: none;
}

label {
  /*font-size: 0;*/
  /*line-height: 0;*/
  color: #fff;
  /*text-transform: uppercase;*/
}

@media screen and (max-height: 770px) {

  .ff {
    opacity: 1!important;
    transform: translateY(0)!important;
  }

}

select {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  /* height: 67px; */
  margin: 0 0 24px;
  padding: 24px 55px 24px 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #303C49;
  background-color: #fff;
  /*background-image: url(../clientimages/select.png);*/
  background-origin: content-box;
  background-position: right -24px top 4px;
  background-repeat: no-repeat;
  background-size: 16px;
}

select:focus {
  outline: none;
  background-color: #fff;
  box-shadow: none;
  transition: none;
  border: none;
}

input[type='text'] {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  /* ce height: 67px; */
  margin: 0 0 24px;
  /*padding: 24px 55px 24px 24px;*/
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #303C49;
  background-color: #fff;
}

@media screen and (min-width: 0\0) {
  select {
    
  }
}

@media screen and (min-width: 1024px) {

  form.job-search {
    margin: 0 0 25px;
    padding: 0;
  }

  form.job-search select {
    max-width: 285px;
  }

  form.job-search label {
    width: 285px;
    display: inline-block;
    vertical-align: top;
  }

  form.job-search label,
  form.job-search .button {
    margin: 0 11px;
  }

}

/* /////// / search jobs form ///////// */

/* /////////////////////////////////////////////////////////////////////
Buttons
///////////////////////////////////////////////////////////////////// */

.button {
    width: 100%;
    font-family: maneuropebold_condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    text-align: left;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 24px 55px 25px 27px;
    cursor: pointer;
    color: #fff;
    border: none;
    background-color: #e40045;
    background-image: url(../clientimages/arrow-next.png);
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 23px;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.button:hover {
  background-color: #e40045;
  background-position: right 16px center;
}

.button.right {
  float: right;
}

@media screen and (min-width: 640px) {
  
  .button {
    max-width: 285px;
  }

}

.button.apply {
  color: #e40045;
  background-color: transparent;
  background-image: url(../clientimages/arrow-next-red.png);
  padding: 0 0 2px;
  margin: 0;
  font-size: 15px;
  line-height: 1;
  vertical-align: inherit;
  background-position: right center;
}

/* /////////////////////////////////////////////////////////////////////
/ buttons
///////////////////////////////////////////////////////////////////// */

/* ////////// slick.css ////////// */

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    height: auto!important;
}

.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;
}

/* ////////// /slick.css ////////// */

/* ////////// slick-theme.css ////////// */

.slick-loading .slick-list {
    /*background: #fff url('../clientimages/ajax-loader.gif') center center no-repeat;*/
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: 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: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: 'â†';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: 'â†’';
}

/* Dots */

.slick-dotted.slick-slider {
    
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.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 {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* ////////// /slick-theme.css ////////// */


/* ////////// carousel 1 and people reveals ////////// */

.slider-1 {
  margin: 25px 0 0;
}

.slider-1 .slick-prev,
.slider-1 .slick-next {
  top: calc(50% - 90px);
  width: 38px;
  height: 38px;
}

.slider-1 .slick-prev:before,
.slider-1 .slick-next:before {
  border-color: #e40045;
  border-style: solid;
  border-width: 8px 8px 0 0;
  content: '';
  display: inline-block;
  height: 28px;
  left: 0;
  position: relative;
  top: 0;
  vertical-align: top;
  width: 28px;
  transform: rotate(-135deg);
}

.slider-1 .slick-next:before {
  transform: rotate(45deg);
}

.slider-1 .slick-prev {
  left: 24px;
}

.slider-1 .slick-next {
  right: 24px;
}

.slider-1 .slider-reveal {
  padding: 0 24px;
}

  .people-reveal {
    padding: 0 24px;
    margin: 0 0 25px;
  }

.slider-1 p {
  font-family: 'maneuropecondensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 18px;
}

  .tabs-panel .people-reveal p {
    font-family: 'maneuropecondensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 18px;
  }

.slider-1 p.who {
  margin: 0 0 14px;
}

  .tabs-panel .people-reveal p.who {
    margin: 0 0 14px;
  }

.slider-1 p.subtitle {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #e40045;
  margin: 0;
  max-width: 275px;
}

  .tabs-panel .people-reveal p.subtitle {
    font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 40px;
    line-height: 1;
    color: #e40045;
    margin: 0;
    width: 75%;
  }

.slider-1 p.title {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 50px;
  line-height: 45px;
  color: #fff;
  margin: 0 0 8px;
}

  .tabs-panel .people-reveal p.title {
    font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 50px;
    line-height: 45px;
    color: #fff;
    margin: 0 0 8px;
  }

.slider-1 img {
  margin: 0 auto -26px;
}

  .tabs-panel .people-reveal img {
    margin: 0 auto -26px;
  }

.people-content p br {
  display: none;
}

      @media screen and (min-width: 640px) {

          .slider-1 p.subtitle {
            max-width: 100%;
          }

      }
    
      @media screen and (min-width: 1024px) {

          .slider-1 {
            margin: 0 0 80px;          
          }

          .slick-slide div {
            display: table;
            width: 100%;
          }

            .people-reveal-container {
              display: table;
              width: 100%;
            }

          .slider-1 .slider-reveal {
            vertical-align: middle;
            padding: 25px 30px 25px calc(50% + 15px);
            height: 784px;
            display: table-cell !important;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
          }

            .people-reveal {
              vertical-align: middle;
              margin: 0;
              padding: 25px 30px 25px calc(50% + 15px);
              width: 100%;
              height: 560px;
              display: table-cell !important;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
            }

              .people-reveal.reverse {
                padding-left: calc(50% - 605px);
              }

          .slider-1 .slider-reveal.reveal-01 {
            background-image: url(../clientimages/carousel-1-01.jpg);
          }

          .slider-1 .slider-reveal.reveal-02 {
            background-image: url(../clientimages/carousel-1-01.jpg);
          }

          .slider-1 .slider-reveal.reveal-03 {
            background-image: url(../clientimages/carousel-1-01.jpg);
          }

          .slider-1 .slider-reveal.reveal-04 {
            background-image: url(../clientimages/carousel-1-01.jpg);
          }

            .people-reveal-container .people-reveal.reveal-01 {
              background-image: url(../clientimages/people-reveal-01.jpg);
            }

            .people-reveal-container .people-reveal.reveal-02 {
              background-image: url(../clientimages/people-reveal-01.jpg);
            }

            .people-reveal-container .people-reveal.reveal-03 {
              background-image: url(../clientimages/people-reveal-01.jpg);
            }

            .people-reveal-container .people-reveal.reveal-04 {
              background-image: url(../clientimages/people-reveal-01.jpg);
            }

          .slider-content {
            display: block;
            width: 100%;
            padding-right: 50px;
            max-width: 720px;
          }

            .people-content {
              display: block;
              width: 100%;
              padding-right: 50px;
              max-width: 850px;
            }

            .people-content p {
              max-width: 592px;
            }

            .people-content p br {
              display: block;
            }

            .people-content p.title {
              max-width: 100%;
            }

            .people-content p.subtitle {
              max-width: 100%;
            }

          .slider-1 img {
            display: none;
          }

            .people-reveal-container img {
              display: none;
            }

          .slider-1 p {
            font-size: 18px;
            line-height: 22px;
            margin: 0 0 21px;
          }

            .tabs-panel .people-reveal p {
              font-size: 18px;
              line-height: 22px;
              margin: 0 0 21px;
            }

          .slider-1 p.who {
            margin: 0 0 38px;
          }

            .tabs-panel .people-reveal p.who {
              margin: 0 0 38px;
            }

          .slider-1 p.subtitle {
            font-size: 25px;
            line-height: 1;
            margin: 0 0 18px;
            width: 100%;
          }

            .tabs-panel .people-reveal p.subtitle {
              font-size: 25px;
              line-height: 1;
              margin: 0 0 18px;
              width: 100%;
            }

          .slider-1 p.title {
            font-size: 60px;
            line-height: 48px;
            margin: 0 0 25px;
            padding: 0 20px 0 0;
          }

            .tabs-panel .people-reveal p.title {
              font-size: 60px;
              line-height: 48px;
              margin: 0 0 25px;
              padding: 0 20px 0 0;
            }

          .slider-1 .button {
            float: left;
            font-size: 12px;
            margin: 0;
            padding: 16px 55px 17px 17px;
            background-size: 18px;
            background-position: right 30px center;
            width: auto;
            min-width: 186px;
            max-width: 455px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
          }

          .slider-1 .button:hover {
            background-position: right 16px center;
          }

          .slider-1 .slick-prev,
          .slider-1 .slick-next {
            top: calc(50% - 2px);
          }

          .slider-1 .slick-dots {
            display: none;
          }

            .people-reveal .button {
              margin-bottom: 0;
            }

      }

      @media screen and (min-width: 1280px) {

        .slider-1 .slider-reveal {
            vertical-align: bottom;
            padding: 0 30px 206px calc(50% + 15px);
        }

        .slider-content {
            padding-right: 0;
        }

        .slider-1 p.title {
            font-size: 80px;
            line-height: 64px;
        }

          .tabs-panel .people-reveal p.title {
              font-size: 80px;
              line-height: 64px;
          }

        .slider-1 .button {
            float: right;
        }

        .slider-1 .slick-prev,
        .slider-1 .slick-next {
          background-color: #e40045;
          width: 45px;
          height: 45px;
          top: auto;
          bottom: 184px;
        }

        .slider-1 .slick-prev {
          left: calc(50% + 15px);
        }

        .slider-1 .slick-next {
          right: auto;
          left: calc(50% + 84px);
        }

        .slider-1 .slick-prev:before,
        .slider-1 .slick-next:before {
          border-color: #fff;
          border-width: 3px 3px 0 0;
          width: 12px;
          height: 12px;
          left: 2px;
        }

        .slider-1 .slick-next::before {
          left: -2px;
        }

        .slider-1 .slick-dots {
            display: table;
            bottom: 150px;
            text-align: left;
            left: calc(50% + 15px);
            width: 624px;
        }

        .slider-1 .slick-dots li {
          display: table-cell;
          height: 2px;
          margin: 0;
        }

        .slider-1 .slick-dots li button {
          width: calc(100% - 18%);
          height: 2px;
          background: #303c49;
          margin: 0;
          padding: 0;
          transition: background 0.2s ease-in-out;
          cursor: default;
        }

        .slider-1 .slick-dots li.slick-active button {
          background: #e40045;
        }

        .slider-1 .slick-dots li button:before {
          display: none;
        }

      }


/* /////////////////////////////////////////////////////////////////////
Tabs
///////////////////////////////////////////////////////////////////// */

.tabs-container {
  text-align: center;
  margin: 0 auto;
  max-width: 768px;
}

.tabs-container :focus {
  outline: 0;
}

/* ce .tabs {
  display: none;
  border: none;
  background: transparent;
  margin: 2px -6px 7px;
  width: calc(100% + 12px);
} */

  .people-wrapper .tabs {
    width: 100%;
    margin: 0;
    padding: 19px 18px;
  }

.tabs-title {
  float: none;
  display: inline-flex;
  margin: 0 0 12px;
}

.tabs-title a {
  color: #fff;
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.25s ease-in-out;
  padding: 0 7px;
  margin: 4px 0;
}

.tabs-title:after {
  content: "";
  border-right: 2px solid #57626b;
  padding: 10px 0;
  margin: -5px 0;
}

.tabs-title:last-of-type:after {
  content: "";
  display: none;
}

.tabs-title a:hover {
  border: none;
  background: transparent;
  color: #fff;
}

.tabs-title a:focus,
.tabs-title a[aria-selected="true"] {
  background: transparent;
  color: #e40045;
  font-weight: normal;
}

.desktop-only-tabs .tabs-title a:focus,
.desktop-only-tabs .tabs-title a[aria-selected="true"] {
  color: #fff;
}

.tabs-panel {
  display: block;
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.25s ease-in-out 0s;
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
}

.tabs-panel.is-active {
  opacity: 1;
  height: auto;
}

.tabs-content {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  border: none;
  background: transparent;
}

.tabs-panel p {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
}

.tabs-panel p.type {
  float: left;
}

.tabs-panel p.type:after {
  content: " ";
  white-space: pre;
}

.tabs-panel .job {
  float: left;
  width: 100%;
  border-bottom: 4px solid #fff;
  padding: 18px 0 15px;
}

.tabs-panel .job:first-of-type {
  border-top: 4px solid #fff;
}

.tabs-panel .button.apply {
  float: right;
  margin: 5px 0;
  width: 100%;
  text-align: right;
  padding-right: 30px;
}

@media screen and (min-width: 768px) {

  .mobile-select {
    display: none;
  }

  .tabs {
    display: block;
  }

}

@media screen and (min-width: 1024px) {

    .job-list {
      margin: 0 auto;
      max-width: 956px;
    }

    .job-list h2,
    .content-wrapper .job-list h2 {
      margin: 0 0 62px;
    }

    .tabs-container {
      margin-bottom: 25px;
    }

/* ce     .tabs {
      float: left;
      text-align: left;
      margin: 11px 0 52px -5px;
      width: calc(100% - 12px);
    } */

    .tabs.right-aligned {
      float: right;
      text-align: right;
      width: 100%;
      margin-right: -6px;
    }

    .community .tabs {
      margin-bottom: 30px;
    }

      .community .large-12 .tabs {
        text-align: center;
        margin: 48px 6px 20px;
      }

        .people .tabs {
          text-align: center;
          margin: 0 0 50px;
          padding: 0;
        }

    .tabs-content {
      margin: 0 0 50px;
    }

    .tabs-title a {
      font-size: 13px;
      padding: 0 8px 0 6px;
    }

    .tabs-title:after {
      padding: 17px 0;
      margin: -4px 0;
    }

    .tabs-panel .job {
      padding: 30px 0;
    }

    .tabs-panel p {
      font-size: 18px;
      line-height: 1;
      margin: 0;
    }

    .tabs-panel .large-4 {
      width: 37.5%;
    }

    .tabs-panel .large-2 {
      width: 12.5%;
    }

    .tabs-panel p.type {
      float: left;
      width: 155px;
      padding: 0 10px;
    }

    .tabs-panel p.location {
      float: left;
      width: 180px;
      padding: 0 10px;
    }

    .tabs-panel .button.apply {
      float: left;
      font-size: 18px;
      margin: 0;
      background-position: right 2px;
      width: 77px;
      transform: translateX(10px);
    }

    .tabs-panel .button.apply:hover {
      width: 102px;
      padding-left: 25px;
    }

}

/* desktop only tabs */

.row.desktop-only-tabs {
  display: none;
}

.row.desktop-only-tabs .desktop-only-tabs-container {
  max-width: 906px;
  margin: 64px auto 0;
}

.row.desktop-only-tabs .tab-container {
  display: table;
  width: 100%;
  height: 453px;
  background: #303c4a;
}

.row.desktop-only-tabs .tab-container-2 {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.row.desktop-only-tabs .tabs {
  margin: 0 auto;
  width: 284px;
  float: none;
  text-align: left;
}

.row.desktop-only-tabs .tabs-title {
  margin: 0;
}

.row.desktop-only-tabs .tabs-title a {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 -4px;
  padding: 22px 70px 22px 30px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
  background-image: url(../clientimages/arrow-next.png);
  background-position: right 40px center;
  background-repeat: no-repeat;
  background-size: 23px;
}

.row.desktop-only-tabs .tabs-title.is-active a,
.row.desktop-only-tabs .tabs-title a:hover {
  color: #fff;
  background-color: #e40045;
  border-color: #e40045;
  background-position: right 25px center;
  z-index: 2;
}

.row.desktop-only-tabs .tabs-title::after {
  display: none;
}

.row.desktop-only-tabs .tabs-content {
  /*margin: 0 0 120px;*/
  margin: 0;
  background: rgba(48, 60, 74, 0.85);
  height: 453px;
}

.row.desktop-only-tabs .tab-content-container {
  display: table;
  width: 323px;
  height: 453px;
  margin: 0 auto;
}

.row.desktop-only-tabs .tab-content-container-2 {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.row.desktop-only-tabs .tabs-panel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  font-family: maneuropelight, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: none;
}

.row.desktop-only-tabs .tabs-panel p {
  font-family: maneuropelight, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 1rem;
}

.row.desktop-only-tabs .tabs-panel#panel1 {
  background-image: url(../clientimages/tab-bkgd-01.jpg);
}

.row.desktop-only-tabs .tabs-panel#panel2 {
  background-image: url(../clientimages/tab-bkgd-01.jpg);
}

.row.desktop-only-tabs .tabs-panel#panel3 {
  background-image: url(../clientimages/tab-bkgd-01.jpg);
}

.row.desktop-only-tabs .tabs-panel#panel4 {
  background-image: url(../clientimages/tab-bkgd-01.jpg);
}

.row.desktop-only-tabs .tabs-panel#panel5 {
  background-image: url(../clientimages/tab-bkgd-01.jpg);
}



@media screen and (min-width: 768px) {

  .row.desktop-only-tabs {
    display: block;
  }

}

/* /desktop only tabs */

/* /////////////////////////////////////////////////////////////////////
/ tabs
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
Community and people
///////////////////////////////////////////////////////////////////// */

.community-wrapper {
  float: left;
  width: 100%;
  padding: 10px 0 100px;
}

.community-wrapper h2 {
  margin: 0 0 30px;
}

  .people-wrapper {
    float: left;
    width: 100%;
    margin: -36px 0 0;
    padding: 0;
  }

  .people-wrapper h2 {
    margin: 0 0 30px;
  }

.home-community-wrapper {
  float: left;
  width: 100%;
  padding: 52px 0 100px;
  background: url(../clientimages/home-community-bkgd-mobile.jpg) top right no-repeat;
  background-size: 285px;
}

.home-community-wrapper h2 {
  width: 80%;
  margin: 0 0 30px;
}

.community {
  margin: 0 auto;
  max-width: 956px;
}

.community .tabs-content {
  width: calc(100% + 24px);
  margin: 0 -12px 20px;
}

  .people {
    margin: 0 auto;
  }

  .people .tabs-content {
    width: 100%;
    margin: 0;
  }

.tabs-panel .item {
  float: left;
  width: 100%;
  margin: 0 0 40px;
  padding: 0 12px;
}

.tabs-panel .medium-6 {
  float: left!important;
}

.community-wrapper .tabs-panel .medium-4:nth-of-type(3n+1),
.home-community-wrapper .tabs-panel .medium-6:nth-of-type(odd) {
  clear: both;
}

.tabs-panel .youtube.item .image-container {
  display: block;
  position: relative;
  margin: 0 0 27px;
}

.tabs-panel .youtube.item .image-container:after {
  content: "";
  background: url(../clientimages/youtube-play.png) center no-repeat;
  background-size: contain;
  width: 68px;
  height: 68px;
  display: block;
  position: absolute;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
}

.tabs-panel .item img {
  max-width: inherit;
  width: 100%;
  margin: 0 0 27px;
}

  .tabs-panel .youtube.item img {
    margin: 0;
  }

.tabs-panel .blog.item p.date {
  color: #858c94;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 27px;
}

.tabs-panel .blog.item p.title,
.tabs-panel .youtube.item p.title {
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1rem;
  min-height: 87px; 
}

.tabs-panel .blog.item p.title {
  min-height: 87px; 
}

.tabs-panel .youtube.item p.title {
  min-height: 65px; 
}

.tabs-panel .facebook.item p,
.tabs-panel .twitter.item p,
.tabs-panel .instagram.item p {
  font-family: maneuropelight, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
}

.tabs-panel .item .button.apply {
  font-size: 18px;
}

.button.centred-button {
  display: block;
  margin: 0 auto 20px;
}

.home-community-wrapper-2 .large-6 {
  width: 100%;
}

@media screen and (min-width: 1024px) {

  .tabs-panel .item .button.apply {
    width: auto;
    float: right;
    transform: translateX(-25px);
  }

  .tabs-panel .item .button.apply:hover {
    transform: translateX(0px);
  }

  .home-community-wrapper {
    padding: 170px 0 100px;
    background: url(../clientimages/home-community-bkgd.jpg) top right no-repeat;
    background-size: contain;
    min-height: 1200px;
  }

  .home-community-wrapper h2 {
    width: 100%;
  }

  .home-community-wrapper-2 {
    width: 66%;
  }

  .home-community-wrapper .button.centred-button.not-desktop {
    display: none;
  }

  .button.more-space {
    margin: 35px 0 50px;
  }

  .button.centred-button.more-space {
    margin: 70px auto 60px;
  }

}

/* /////////////////////////////////////////////////////////////////////
/ community
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
Content wrapper
///////////////////////////////////////////////////////////////////// */

.content-wrapper {
  float: left;
  width: 100%;
  padding: 0 0 55px;
}

.content-wrapper br {
  display: none;
}

.content-wrapper h2 {
  margin: 68px 0 28px;
}

.content-wrapper h3 {
  margin: 60px 0 29px;
}

.content-wrapper .left-col h2,
.content-wrapper .right-col h2,
.content-wrapper .left-col h3,
.content-wrapper .right-col h3 {
  margin-top: 17px;
}

.job-details {
  float: left;
  width: 100%;
  margin: 0 0 60px;
}

.job-details p {
  font-family: maneuropebold_condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  color: #e40045;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
}

.job-details p span {
  color: #fff;
}

img.blog-image {
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 1024px) {

  .content-wrapper {
    padding: 65px 0 55px;
    min-height: calc(100vh - 242px);
  }

  .content-wrapper br {
    display: block;
  }

  img.blog-image {
    max-width: 906px;
  }

  img.blog-image + .content-wrapper {
    padding-top: 37px;
  }

}

/* /////////////////////////////////////////////////////////////////////
/content wrapper
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
Accordion
///////////////////////////////////////////////////////////////////// */

.accordion {
  text-align: left;
  color: #fff;
  background: #000;
  border-bottom: 4px solid #fff;
}

.accordion-title {
  padding: 30px 32px 32px 0;
  border: none;
}

.accordion-title {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  border-top: 4px solid #fff;
  font-family: maneuropebold_condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
}

.accordion-title::before {
  line-height: 1;
  font-size: 43px;
  font-weight: normal;
  right: -3px;
  margin-top: -22px;
  color: #e40045;
  font-family: 'maneuropelight';
}

.is-active > .accordion-title::before {
    margin-top: -25.5px;
    font-size: 43px;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: transparent;
}

.accordion-content {
  border: none;
  padding: 0 0 22px;
  background: #000;
  color: #fff;
}

.accordion-item .video-panel {
  margin-left: 0;
  margin-right: 0;
}

.accordion-item ul {
  margin: 0 0 18px 12px;
  list-style-position: inherit;
}


@media screen and (min-width: 1024px) {

  .accordion {
    margin: 95px 0 92px;
  }

}


/* mobile only accordion */

.row.mobile-only-accordion {
  background-color: #303c4a;
  padding: 44px 24px 24px;
  margin-top: 20px;
}

.mobile-only-accordion ul {
  background: transparent;
  border-top: 4px solid #fff;
  border-bottom: none;
}

.mobile-only-accordion .accordion-title {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-family: maneuropebold_condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  border-bottom: 4px solid #fff;
  padding: 17px 0;
  transition: border 0.2s ease-out;
}

.mobile-only-accordion .is-active .accordion-title {
  border-bottom: 0px solid transparent;
}

.mobile-only-accordion .accordion-content:last-child,
.mobile-only-accordion .accordion-title,
.mobile-only-accordion :last-child:not(.is-active) > .accordion-title {
 border-bottom: 4px solid #fff; 
 border-top: none;
}

.mobile-only-accordion .accordion-title::before {
  right: 0;
  margin-top: -7px;
  content: "";
  background: url(../clientimages/arrow-next.png) center no-repeat;
  background-size: 23px;
  width: 23px;
  height: 16px;
  transition: transform 0.2s ease-in-out;
}

.mobile-only-accordion .is-active .accordion-title::before {
  transform: rotate(90deg);
}

.mobile-only-accordion .accordion-content {
  color: #fff;
  background: transparent;
  padding: 0 0 20px;
}

.mobile-only-accordion .accordion-content p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {

  .row.mobile-only-accordion {
    display: none;
  }

}

/* /////////////////////////////////////////////////////////////////////
/ accordion
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
Reveal overlay
///////////////////////////////////////////////////////////////////// */

.reveal-overlay h3 {
  display: none;
}

/* /////////////////////////////////////////////////////////////////////
/ reveal overlay
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
Footer
///////////////////////////////////////////////////////////////////// */

footer {
  float: left;
  width: 100%;
  text-align: center;
  color: #000;
  background: transparent;
  padding: 62px 24px 59px;
  text-transform: uppercase;
  font-family: maneuropebold_condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
}

footer ul {
  list-style: none;
  margin: 0 0 30px;
}

footer li {
  display: inline-block;
}

footer li:after {
  content: "";
  height: 24px;
  border: 1px solid #59636d;
  display: inline-block;
  margin: 0 2px -8px 6px;
  font-size: 0;
  line-height: 1;
}

footer li:last-of-type:after {
  content: none;
}

footer img {
  max-width: 125px;
  margin: 0 0 40px;
}

footer a {
  font-weight: normal;
  color: #000;
  font-size: 11px;
  line-height: 1;
}

footer a:focus {
    color: #000;
}

footer a:hover {
  color: #e40045;
}

div.soc-med {
  margin: 0;
  float: left;
  width: 100%;
}

.soc-med ul {
  font-size: 0;
  margin: 0;
}

.soc-med li {
  display: inline-block;
  text-indent: -10000em;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}

.soc-med li:last-of-type {
  margin: 0;
}

.soc-med li:after {
  content: "";
  display: none;
}

.soc-med a {
  display: block;
  background-color: #e40045;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  border: none;
  font-size: 0;
}

.soc-med a:hover {
  border: none;
}

.soc-med a.facebook {
  background-image: url(../clientimages/soc-med-footer-facebook.png);
}

.soc-med a.linkedin {
  background-image: url(../clientimages/soc-med-footer-linkedin.png);
}

.soc-med a.instagram {
  background-image: url(../clientimages/soc-med-footer-instagram.png);
}

.soc-med a.twitter {
  background-image: url(../clientimages/soc-med-footer-twitter.png);
}

.soc-med a.youtube {
  background-image: url(../clientimages/soc-med-footer-youtube.png);
}

.split-banner div.soc-med {
  margin: 0 0 35px;
}

@media screen and (min-width: 1024px) {

  footer .row {
    max-width: 1050px;
  }

  footer {
    padding: 48px 24px;
  }

  footer img {
    max-width: 129px;
    margin: 0;
  }

  footer ul {
    margin: 22px 0 0;
  }

  footer a {
    font-size: 14px;
  }

  .soc-med li {
    margin: 0 9px 0 0;
  }

  footer li:after {
    height: 34px;
    margin: 0 9px -12px 11px;
  }

  footer .soc-med a {
    margin: 0;
  }

  div.soc-med {
    margin: 27px 0 0;
  }

  footer div.soc-med {
    margin: 16px 0 0;
  }

  .split-banner div.soc-med {
    margin: 0 0 19px;
  }

  .split-banner .soc-med ul {
    margin: 10px 0 0;
  }

  .split-banner .soc-med li {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
  }

  .split-banner .soc-med a {
    width: 30px;
    height: 30px;
  }

  .split-banner .soc-med a.facebook {
    background-image: url(../clientimages/soc-med-facebook.png);
  }

  .split-banner .soc-med a.linkedin {
    background-image: url(../clientimages/soc-med-linkedin.png);
  }

  .split-banner .soc-med a.instagram {
    background-image: url(../clientimages/soc-med-instagram.png);
  }

  .split-banner .soc-med a.twitter {
    background-image: url(../clientimages/soc-med-twitter.png);
  }

}


/* /////////////////////////////////////////////////////////////////////
/ footer
///////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////////////////////////////////////////
back to top button
///////////////////////////////////////////////////////////////////// */

.back-to-top-zone {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 20%;
}

a.back-to-top {
  position: fixed;
  width: 42px;
  height: 42px;
  background: #e40045 url(../clientimages/back-to-top.png) center no-repeat;
  background-size: contain;
  z-index: 3000;
  right: 10px;
  bottom: 20px;
  display: block;
  text-indent: -1000em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
}

a.back-to-top:hover {
  border: none;
}

a.back-to-top {
  opacity: 0;
}

.top-button-appear a.back-to-top {
  opacity: 1;
}

.top-button-appear .mm-menu_opened + .mm-slideout a.back-to-top {
  opacity: 0;
}

/* /////////////////////////////////////////////////////////////////////
   / back to top button
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
Search overlay
///////////////////////////////////////////////////////////////////// */

.search-form {
  display: none;
  transition: all 0.2s ease-in-out;
  position: fixed;
  opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    white-space: nowrap;
    text-align: center;
    background: transparent;
}

.search-form.go {
  position: fixed;
  opacity: 1;
  z-index: 6400000;
}

.search-form:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.search-form__fieldset {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 72px 0 0;
    border: 0;
    padding: 0;
    width: 715px;
    top: 0;
}

input.search-form__field {
    display: block;
    float: left;
    margin: 0 0 0 60px;
    border: none;
    padding: 5px 25px;
    width: 468px;
    background: #fff;
    color: #303c49;
    outline: none;
    /* height: 67px; */
    font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0!important;
}

.search-form__fieldset button,
.search-form__fieldset button:hover {
  border: none;
  margin: 0;
  padding: 0;
  background: #e40045 url(../clientimages/search-arrow.png) center center no-repeat;
  background-size: 41px;
  color: #fff;
  width: 130px;
  height: 67px;
  float: left;
  text-indent: -10000em;
  transition: all 0.4s ease-in-out;
}

.search-form__fieldset button:hover {
  background-position: right 30px center;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #303c49;
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #303c49;
  opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #303c49;
  opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
  color: #303c49;
  opacity: 1;
}

.search-form a.gone {
  text-indent: -10000em;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -34px;
  width: 57px;
  height: 67px;
  background: url(../clientimages/close.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
}

.search-form a.outer-close,
.search-form a.outer-close-top,
.search-form a.outer-close-left,
.search-form a.outer-close-right {
  cursor: default;
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: none;
}

.search-form a.outer-close-top {
  top: 0;
  height: 72px;
}

.search-form a.outer-close-left {
  left: 0;
  right: calc(50% + 300px);
  top: 72px;
  bottom: auto;
  height: 68px;
  width: auto;
}

.search-form a.outer-close-right {
  left: calc(50% + 354px);
  top: 72px;
  bottom: auto;
  height: 68px;
}


@media screen and (min-width: 1280px) {
  .search-form {
    display: block;
  }
}

/* /////////////////////////////////////////////////////////////////////
/ search overlay
///////////////////////////////////////////////////////////////////// */


/* /////////////////////////////////////////////////////////////////////
Location map
///////////////////////////////////////////////////////////////////// */

.map-panel-container {
  width: 100%;
  max-width: 1215px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 1280px) {

  .map-panel-container {
    margin-bottom: 50px;
  }

}

.map-panel {
  width: 100%;
  margin: 0;
  padding: 0;
}

div#ourLocationMap {
  height: 562px;
}

div#locationMapPanel {
  z-index: 149;
  width: 320px;
  position: absolute;
  right: -340px;
  top: 0px;
  bottom: 0;
  background-color: #303c49;
  text-align: left;
  padding: 98px 35px 40px 40px;
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
}

div#locationMapPanel h3 {
  line-height: 1;
  font-size: 40px;
  margin: 0 0 21px;
  color: #e40045;
}

div#locationMapPanel p {
  font-size: 25px;
  line-height: 25px;
  margin: 0 0 18px;
}

div#locationMapPanel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#locationMapPanel ul li {
  line-height: 1;
}

div#locationMapPanel ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: 'maneuropebold_condensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  background: url(../clientimages/arrow-next-red.png) center right 5px no-repeat;
  background-size: 20px;
  margin: 0;
  padding: 0 35px 0 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

div#locationMapPanel ul li a:hover {
  color: #e40045;
  background-position: center right;
}

a.closeMapPanel {
  position: absolute;
  top: 26px;
  right: 26px;
  font-size: 0;
  background: url(../clientimages/close-white.png) center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

a.closeMapPanel:hover {
  
}

.gm-control-active {
  background: #e40045 url(../clientimages/map-zoom-in.png) center center no-repeat!important;
  background-size: contain!important;
}

.gm-control-active img {
  display: none!important;
}

div + .gm-control-active {
  background-image: url(../clientimages/map-zoom-out.png)!important;
}

.gmnoprint {
  display: none!important;
}

@media screen and (min-width: 640px) {

  .gmnoprint {
    display: block!important;
  }

}

@media screen and (min-width: 640px) {

  .button.resetLocationsMap {
    float: right;
    width: 320px;
    max-width: 100%;
    margin: 0 0 70px;
  }

}

/* /////////////////////////////////////////////////////////////////////
/ location map
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
Search styling
///////////////////////////////////////////////////////////////////// */

.searchResults {
  max-width: 956px;
  min-height: calc(100vh - 250px);
  margin: 0 auto;
  padding: 27px;
}

ol#searchResults {
  list-style: none;
  margin: 0;
}

ol#searchResults .counter {
  display: none;
}

.searchResults p.total {
  float: left;
  width: 100%;
  margin: 0 0 40px;
  font-family: 'maneuropecondensed', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
}

.searchResults p.total span {
  padding: 0 0 0 12px;
}

.searchResults p.total span:before {
  content: "â€¢";
  padding: 0 10px 0 0;
}

.searchResult {
  float: left;
  width: 100%;
  margin: 0 0 35px;
}

.searchResult h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 12px;
}

a.searchView {
  display: none;
}

/* pagination */

ul.page-numbers {
  margin: 0 auto 75px;
  list-style: none;
  max-width: 956px;
  padding: 0 14px;
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  font-family: maneuropebold_condensed, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  color: #e40045;
  background: #000;
  border: 1px solid transparent;
  padding: 10px 12px;
  display: inline-block;
  cursor: default;
}

ul.page-numbers li.current {
  color: #fff;
  background: transparent;
}

ul.page-numbers li a {
    color: #e40045;
    background: transparent;
    padding: 10px 12px;
    margin: -10px -12px;
    display: inline-block;
}

ul.page-numbers .disabled {
  opacity: 0.5;
}


@media screen and (min-width: 1024px) {

  .searchResults p.total {
    font-size: 18px;
    line-height: 22px;
  }
  
  .searchResults h1 {
    margin: 45px 0;
  }

  ul.page-numbers {
    text-align: left;
  }

}

/* /////////////////////////////////////////////////////////////////////
/ search styling
///////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////
AOS - animate on scroll effect
///////////////////////////////////////////////////////////////////// */

/* ////////// aos-fix */

#page img {
  height: 0;
}

#page.on img {
  height: auto;
}

@media screen and (min-width: 1024px) {
  #page img {
    height: auto;
  }
}

/* ////////// /aos-fix */

/* AOS fade in from left to right */

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transform: translateY(50px);
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

  /* AOS delay styles */

  [data-aos^=fade][data-aos^=fade].delay-1 {
    transition-delay: 0.1s;
  }

  [data-aos^=fade][data-aos^=fade].delay-2 {
    transition-delay: 0.2s;
  }

  [data-aos^=fade][data-aos^=fade].delay-3 {
    transition-delay: 0.3s;
  }

  [data-aos^=fade][data-aos^=fade].delay-4 {
    transition-delay: 0.4s;
  }

  [data-aos^=fade][data-aos^=fade].delay-5 {
    transition-delay: 0.55s;
  }

  [data-aos^=fade][data-aos^=fade].delay-6 {
    transition-delay: 0.6s;
  }

  [data-aos^=fade][data-aos^=fade].delay-7 {
    transition-delay: 0.7s;
  }

  [data-aos^=fade][data-aos^=fade].delay-8 {
    transition-delay: 0.8s;
  }

  [data-aos^=fade][data-aos^=fade].delay-9 {
    transition-delay: 0.9s;
  }

  [data-aos^=fade][data-aos^=fade].delay-10 {
    transition-delay: 1s;
  }

/* / AOS fade in from left to right */


/* /////////////////////////////////////////////////////////////////////
   / AOS - animate on scroll effect
///////////////////////////////////////////////////////////////////// */





/* ie10 and 11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  


}
/* /ie10 and 11 */






