@charset "UTF-8";
/* Typography */
/* Colours */
.bg-solitudeBlue {
  background: #ecedf1; }

/* Breakpoints:*/
html {
  font-size: 20px; }
  @media (max-width: 1199px) {
    html {
      font-size: 18px; } }
  @media (max-width: 767px) {
    html {
      font-size: 16px; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 205px;
  font-family: "colfax-web", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6em;
  color: #535656; }
  @media (max-width: 1199px) {
    body {
      margin-top: 190px;
      font-size: 18px; } }
  @media (max-width: 991px) {
    body {
      margin-top: 120px; } }
  @media (max-width: 767px) {
    body {
      font-size: 16px; } }
  @media (max-width: 575px) {
    body {
      margin-top: 105px; } }
  @media (max-width: 374px) {
    body {
      margin-top: 95px; } }
  body.locked {
    overflow: hidden; }
  body.reciteMe-enabled {
    padding-top: 205px; }
    @media (max-width: 1199px) {
      body.reciteMe-enabled {
        padding-top: 170px; } }
    @media (max-width: 991px) {
      body.reciteMe-enabled {
        padding-top: 100px; } }
    @media (max-width: 575px) {
      body.reciteMe-enabled {
        padding-top: 85px; } }

h1 {
  font-size: 48px;
  font-weight: 900; }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 35px;
  font-weight: 900; }
  @media (max-width: 767px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-weight: 900; }

h4 {
  font-weight: 900; }

h5 {
  font-size: 28px;
  font-family: "colfax-web", sans-serif; }

p {
  margin-bottom: 1.75em; }

ul {
  font-family: "colfax-web", sans-serif;
  font-weight: 500; }

.section {
  scroll-margin-top: 200px; }
  @media (max-width: 1199px) {
    .section {
      scroll-margin-top: 190px; } }
  @media (max-width: 991px) {
    .section {
      scroll-margin-top: 120px; } }
  @media (max-width: 767px) {
    .section {
      scroll-margin-top: 60px; } }
  .section ul {
    margin-bottom: 1.75em; }

.txt-small {
  font-size: 0.8rem;
  line-height: 1.6em; }

/*
*    Colours
*/
.bg-americanoBrown {
  background-color: #8C7F75; }

/* BUTTONS */
a.btn i {
  font-size: 0.9rem; }

a.btn.solid {
  border: 0px !important;
  -webkit-box-shadow: 0px !important;
          box-shadow: 0px !important; }
  a.btn.solid.primarycolor-bg {
    background-color: #F68F52;
    color: #ffffff; }
    a.btn.solid.primarycolor-bg:focus, a.btn.solid.primarycolor-bg:hover {
      background-color: #535656; }

/*
*     General
*/
a.textButton {
  font-family: "colfax-web", sans-serif;
  color: #181d16;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase; }
  a.textButton:hover {
    text-decoration: none;
    border-color: #181d16; }

a.classic {
  border-bottom: 1px solid #ffffff; }

ul.collapsible {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.tick-list {
  list-style: none;
  padding-left: 0 !important; }
  ul.tick-list li {
    position: relative;
    padding-left: 1.2rem; }
    ul.tick-list li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 0.1rem;
      font-size: 1em;
      font-weight: bold; }

form.simple_form {
  margin-top: 60px;
  margin-bottom: 60px; }

form .error {
  font-size: 0.8rem;
  color: red;
  text-transform: uppercase; }

form .js-form-type-checkbox input {
  margin-right: 7.5px; }

form .js-form-type-checkbox label.option {
  display: inline;
  width: auto; }

.container-fluid.medium-width {
  max-width: 1640px; }

/*
*    Hide / Show
*/
.show-lg {
  display: none !important; }

@media only screen and (max-width: 1199px) {
  .hide-lg {
    display: none !important; }
  .show-lg {
    display: inherit !important; } }

.show-md {
  display: none !important; }

@media only screen and (max-width: 991px) {
  .hide-md {
    display: none !important; }
  .show-md {
    display: inherit !important; } }

.show-sm {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .hide-sm {
    display: none !important; }
  .show-sm {
    display: inherit !important; } }

.show-xs {
  display: none !important; }

@media only screen and (max-width: 424px) {
  .hide-xs {
    display: none !important; }
  .show-xs {
    display: inherit !important; } }

/* System message */
section.message #block-messages > div > div {
  padding-top: 30px;
  padding-bottom: 30px; }

.system-message {
  text-align: center;
  padding-top: 30px;
  padding: 15px;
  background-color: #000000;
  color: #ffffff; }
  .system-message .sf-dump {
    text-align: left; }
  .system-message a {
    color: #ffffff;
    text-decoration: underline; }

/* Admin edit buttons */
#block-inworkgm-local-tasks {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #000000;
  position: relative;
  top: 0px;
  /*
  .role-authenticated &{
    display: none;
  }
  .role-manager &{
    display: block!important;
  }*/ }
  #block-inworkgm-local-tasks ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #block-inworkgm-local-tasks ul li {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px; }
      #block-inworkgm-local-tasks ul li a {
        font-size: 12px;
        text-decoration: none;
        -webkit-transition-duration: 300ms;
                transition-duration: 300ms;
        padding-left: 5px;
        padding-right: 5px;
        text-transform: uppercase;
        color: #ffffff;
        letter-spacing: 1px; }
        #block-inworkgm-local-tasks ul li a:hover {
          color: #ffffff; }

/* User Account menu */
nav.account {
  display: none; }
  .role-special nav.account {
    display: block; }

#toolbar-item-administration-tray nav {
  background-color: #ffffff; }

/* User forms */
section.user-forms {
  padding-top: 90px;
  margin-bottom: 120px; }
  section.user-forms .container {
    max-width: 700px; }
    section.user-forms .container h2 {
      text-align: center;
      margin-bottom: 30px; }
    section.user-forms .container form .form-item .description {
      display: none; }
    section.user-forms .container form .form-actions input {
      min-width: 150px; }

/* Cookie banner */
.cc-grower {
  z-index: 220; }

/* Overrides */
.img-fluid, .content-blocks .content-block .content-block__image img {
  max-width: 100%;
  height: auto; }

.content {
  margin-top: 60px; }

/* FLEX */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

@media (max-width: 991px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (max-width: 991px) {
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

/*
*    Default
*/
.caps {
  text-transform: capitalize; }

.pt-0 {
  padding-top: 0px !important; }

.pt-1 {
  padding-top: 1px !important; }

.pt-2 {
  padding-top: 2px !important; }

.pt-3 {
  padding-top: 3px !important; }

.pt-4 {
  padding-top: 4px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pt-6 {
  padding-top: 6px !important; }

.pt-7 {
  padding-top: 7px !important; }

.pt-8 {
  padding-top: 8px !important; }

.pt-9 {
  padding-top: 9px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-1 {
  padding-right: 1px !important; }

.pr-2 {
  padding-right: 2px !important; }

.pr-3 {
  padding-right: 3px !important; }

.pr-4 {
  padding-right: 4px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pr-6 {
  padding-right: 6px !important; }

.pr-7 {
  padding-right: 7px !important; }

.pr-8 {
  padding-right: 8px !important; }

.pr-9 {
  padding-right: 9px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-35 {
  padding-right: 35px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-45 {
  padding-right: 45px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pr-55 {
  padding-right: 55px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pr-65 {
  padding-right: 65px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pr-75 {
  padding-right: 75px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pr-85 {
  padding-right: 85px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pr-95 {
  padding-right: 95px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-1 {
  padding-bottom: 1px !important; }

.pb-2 {
  padding-bottom: 2px !important; }

.pb-3 {
  padding-bottom: 3px !important; }

.pb-4 {
  padding-bottom: 4px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pb-6 {
  padding-bottom: 6px !important; }

.pb-7 {
  padding-bottom: 7px !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.pb-9 {
  padding-bottom: 9px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-1 {
  padding-left: 1px !important; }

.pl-2 {
  padding-left: 2px !important; }

.pl-3 {
  padding-left: 3px !important; }

.pl-4 {
  padding-left: 4px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pl-6 {
  padding-left: 6px !important; }

.pl-7 {
  padding-left: 7px !important; }

.pl-8 {
  padding-left: 8px !important; }

.pl-9 {
  padding-left: 9px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pl-55 {
  padding-left: 55px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pl-65 {
  padding-left: 65px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pl-75 {
  padding-left: 75px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pl-85 {
  padding-left: 85px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pl-95 {
  padding-left: 95px !important; }

.pl-100 {
  padding-left: 100px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-1 {
  margin-top: 1px !important; }

.mt-2 {
  margin-top: 2px !important; }

.mt-3 {
  margin-top: 3px !important; }

.mt-4 {
  margin-top: 4px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-6 {
  margin-top: 6px !important; }

.mt-7 {
  margin-top: 7px !important; }

.mt-8 {
  margin-top: 8px !important; }

.mt-9 {
  margin-top: 9px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-1 {
  margin-right: 1px !important; }

.mr-2 {
  margin-right: 2px !important; }

.mr-3 {
  margin-right: 3px !important; }

.mr-4 {
  margin-right: 4px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-6 {
  margin-right: 6px !important; }

.mr-7 {
  margin-right: 7px !important; }

.mr-8 {
  margin-right: 8px !important; }

.mr-9 {
  margin-right: 9px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-1 {
  margin-bottom: 1px !important; }

.mb-2 {
  margin-bottom: 2px !important; }

.mb-3 {
  margin-bottom: 3px !important; }

.mb-4 {
  margin-bottom: 4px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-6 {
  margin-bottom: 6px !important; }

.mb-7 {
  margin-bottom: 7px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.mb-9 {
  margin-bottom: 9px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-1 {
  margin-left: 1px !important; }

.ml-2 {
  margin-left: 2px !important; }

.ml-3 {
  margin-left: 3px !important; }

.ml-4 {
  margin-left: 4px !important; }

.ml-5 {
  margin-left: 5px !important; }

.ml-6 {
  margin-left: 6px !important; }

.ml-7 {
  margin-left: 7px !important; }

.ml-8 {
  margin-left: 8px !important; }

.ml-9 {
  margin-left: 9px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-35 {
  margin-left: 35px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-45 {
  margin-left: 45px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-55 {
  margin-left: 55px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-65 {
  margin-left: 65px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-75 {
  margin-left: 75px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-85 {
  margin-left: 85px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-95 {
  margin-left: 95px !important; }

.ml-100 {
  margin-left: 100px !important; }

header {
  padding-top: 30px;
  padding-bottom: 30px; }
  header ul.wrap-nav {
    padding-top: 30px; }
    @media (max-width: 991px) {
      header ul.wrap-nav {
        display: block !important; } }
    header ul.wrap-nav li {
      margin-top: 0; }
      header ul.wrap-nav li.navLogin {
        display: none; }
        @media (max-width: 991px) {
          header ul.wrap-nav li.navLogin {
            display: block; } }
      header ul.wrap-nav li.has-submenu span,
      header ul.wrap-nav li.has-submenu a {
        padding-right: 12px; }
        header ul.wrap-nav li.has-submenu span:before,
        header ul.wrap-nav li.has-submenu a:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f078";
          color: #989898;
          right: 10px;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
      header ul.wrap-nav li.has-submenu .dropdown span:before,
      header ul.wrap-nav li.has-submenu .dropdown a:before {
        display: none !important; }
      header ul.wrap-nav li a {
        text-transform: uppercase;
        cursor: pointer; }
      header ul.wrap-nav li span {
        cursor: pointer;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 0px 7px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 12px;
        font-family: "colfax-web", sans-serif;
        letter-spacing: 1px;
        color: black; }
      header ul.wrap-nav li:hover ul.dropdown {
        display: block;
        opacity: 1;
        visibility: visible; }
      header ul.wrap-nav li ul.dropdown {
        display: none;
        position: absolute;
        background: #ffffff;
        padding: 15px 10px;
        margin-bottom: 0px;
        width: 255px;
        text-align: center;
        left: 50%;
        top: 26px;
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transition: all 0.3s;
        -webkit-transition: all 0.3s; }
        @media (max-width: 991px) {
          header ul.wrap-nav li ul.dropdown {
            padding: 0px;
            display: block;
            position: relative;
            top: 0;
            left: 0;
            opacity: 1;
            visibility: visible;
            width: 100%;
            transform: translate(0, 0);
            -webkit-transform: translate(0, 0); } }
        header ul.wrap-nav li ul.dropdown li {
          display: block;
          padding: 5px 0; }
          header ul.wrap-nav li ul.dropdown li a {
            padding: 10px 0px 5px; }
            @media (max-width: 991px) {
              header ul.wrap-nav li ul.dropdown li a {
                color: #002849; } }
    header ul.wrap-nav.login {
      padding-top: 10px; }
      header ul.wrap-nav.login li a {
        padding: 10px 15px;
        border: 2px solid #F68F52;
        background-color: #ffffff !important;
        color: #000000 !important; }
        header ul.wrap-nav.login li a.enableReciteMe {
          background-color: #F68F52 !important;
          border: 2px solid #F68F52;
          color: #ffffff !important;
          text-transform: initial;
          letter-spacing: 0.5px; }
          header ul.wrap-nav.login li a.enableReciteMe:hover {
            border: 2px solid #535656;
            background-color: #535656 !important; }
        header ul.wrap-nav.login li a:hover {
          background-color: #F68F52 !important;
          color: #ffffff !important; }
  header .logo {
    max-width: 170px; }
    @media (max-width: 575px) {
      header .logo {
        top: 0 !important; } }
    header .logo img {
      max-height: 85px; }
      @media (max-width: 991px) {
        header .logo img {
          max-height: 75px; } }
      @media (max-width: 767px) {
        header .logo img {
          max-height: 60px; } }
  header .call-to-action {
    max-width: 90%;
    margin: 15px auto 30px; }
    @media (max-width: 991px) {
      header .call-to-action {
        display: block !important; } }
    header .call-to-action a {
      padding: 10px 15px;
      width: 100%;
      display: inline-block;
      text-align: center; }

.footer-logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px; }
  @media (max-width: 991px) {
    .footer-logo {
      max-width: 320px; } }
  @media (max-width: 767px) {
    .footer-logo {
      max-width: 240px; } }

.txt-shuttle-grey {
  color: #535656; }

section {
  position: relative; }
  section.col1-text {
    color: #000000; }
    section.col1-text.bg-white .txt-white {
      color: #535656; }
    section.col1-text h4 {
      color: #000000; }
    section.col1-text table {
      font-family: "colfax-web", sans-serif;
      font-weight: 500;
      font-size: 22px;
      line-height: 1.7em;
      margin-bottom: 35px; }
    section.col1-text.bg-shuttle-grey h4 {
      color: #ffffff; }
    section.col1-text .employer-pledge ul {
      font-size: 16px;
      font-family: "colfax-web", sans-serif; }
      section.col1-text .employer-pledge ul li {
        color: #000000;
        margin-bottom: 20px;
        font-size: 16px; }
    section.col1-text .employer-pledge p {
      margin-bottom: 20px; }
    section.col1-text .support-services p {
      color: #000000; }
    section.col1-text .support-services ul li {
      color: #000000; }
  section.header-col2-text .icon-left {
    position: absolute; }
  section.header-col2-text .line {
    width: 100%;
    height: 1px;
    background: #ffffff;
    display: inline-block;
    margin: 10px 0; }
  section.header-col2-text#our-locations .locationContainer {
    margin-bottom: 1.75em; }
    @media (max-width: 767px) {
      section.header-col2-text#our-locations .locationContainer {
        text-align: center; } }
    section.header-col2-text#our-locations .locationContainer p {
      margin-bottom: 0 !important; }
  section.partners .partnersContainer {
    margin-bottom: 30px; }
  section.faqs {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section.col2-text ul {
    padding-left: 1em; }
  section.col2-text .text h3 {
    max-width: 80%;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      section.col2-text .text h3 {
        max-width: 90%; } }
    @media (max-width: 991px) {
      section.col2-text .text h3 {
        max-width: 100%; } }

.form {
  /*
  .checkbox-inline+.checkbox-inline, 
  .radio-inline+.radio-inline{
    margin-left:0;
  }
  .checkbox-inline, 
  .radio-inline{
    padding-left: 0px;
  }
  */ }
  .form [type="radio"]:not(:checked),
  .form [type="radio"]:checked {
    position: relative;
    opacity: 1 !important;
    pointer-events: initial;
    margin: 0px 10px 0px 0px; }
  .form [type="radio"]:not(:checked) + label,
  .form [type="radio"]:checked + label {
    margin: 0px 60px 0px 0px;
    padding-left: 0 !important; }
  .form [type="radio"] + label:before,
  .form [type="radio"] + label:after {
    content: none;
    display: none; }
  .form [type="checkbox"] + label {
    height: auto; }
  .form select {
    display: inline-block;
    font-family: "colfax-web", sans-serif; }
  .form label,
  .form p {
    font-family: "colfax-web", sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 500; }
    @media (max-width: 575px) {
      .form label,
      .form p {
        font-size: 14px; } }
    .form label.radio-inline,
    .form p.radio-inline {
      width: 170px; }
  .form.bg-shuttle-grey {
    color: #ffffff; }
    .form.bg-shuttle-grey label,
    .form.bg-shuttle-grey p {
      color: #ffffff; }
    .form.bg-shuttle-grey select {
      color: #000000; }
    .form.bg-shuttle-grey .alert p {
      color: #000000; }
    .form.bg-shuttle-grey .waves-input-wrapper:hover {
      color: #52555a !important;
      background-color: white !important; }
  .form .txt-small {
    font-size: 14px; }

#joinProgramme .form-selection-buttons a {
  margin-left: 15px;
  margin-right: 15px; }

#joinProgramme .col1-text.bg-green {
  background-color: #52555b; }

#employerPledge ul {
  font-size: 16px;
  font-family: "colfax-web", sans-serif; }
  #employerPledge ul li {
    margin-bottom: 20px;
    font-size: 16px; }

#employerPledge p {
  margin-bottom: 0px; }

#employerPledge .form-container {
  margin-bottom: 20px; }
  #employerPledge .form-container.email {
    margin-bottom: 0px !important; }

#employerPledge label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 0.8rem !important;
  color: #9e9e9e !important; }

#employerPledge form {
  margin-top: 0px !important; }

#supportServices p {
  margin-bottom: 0px; }

#supportServices .form-container {
  margin-bottom: 20px; }

#supportServices label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 0.8rem !important;
  color: #9e9e9e !important; }

#supportServices form {
  margin-top: 0px !important; }

#selfReferral legend,
#referral legend {
  border-bottom: 0px; }

#selfReferral .radios--wrapper .js-form-type-radio,
#referral .radios--wrapper .js-form-type-radio {
  width: auto;
  display: inline-block; }

@media (max-width: 767px) {
  body #nav-icon4 {
    margin-top: 0 !important; } }

section.header {
  overflow: hidden; }

/* What happens next */
section#what-happens-next .icon-left-text {
  padding-bottom: 0px; }

/* Section: Register your interest */
section.register-interest {
  position: relative;
  overflow: hidden;
  background-image: url("../images/assets/backgrounds/register-interest_bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 90px; }
  @media (max-width: 767px) {
    section.register-interest {
      padding-top: 60px;
      padding-bottom: 60px;
      background-image: none;
      margin-top: 0px; } }
  section.register-interest:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-color: #000000;
    opacity: 0.2; }
  section.register-interest h4 {
    margin-top: 0px; }
  section.register-interest .row {
    margin-bottom: 0px; }
  section.register-interest .logos {
    margin-top: 45px; }
    section.register-interest .logos img {
      max-width: 175px;
      height: auto;
      margin: auto; }
      @media (max-width: 767px) {
        section.register-interest .logos img {
          max-width: 150px; } }

/* EXTRAS - DIRTY FIXES */
#get-involved .txt-white a {
  border-bottom: 1px solid #fff; }

#get-involved .txt-white a:hover {
  color: #000000; }

.icon-left img {
  padding-top: 0px; }

/* Parsley validation */
ul.parsley-errors-list {
  margin-bottom: 30px;
  list-style-type: square;
  font-family: "colfax-web", sans-serif; }

ul.parsley-errors-list li {
  font-size: 14px;
  color: red; }

input.parsley-error {
  border-color: red !important; }

/* SECTION: CONTENT BLOCKS */
.content-blocks .content-blocks--intro {
  text-align: center;
  margin-bottom: 45px; }
  .content-blocks .content-blocks--intro .content-blocks--intro--text {
    margin: auto;
    max-width: 600px; }

.content-blocks .content-block {
  margin-bottom: 45px; }
  .content-blocks .content-block .content-block__image {
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .content-blocks .content-block .content-block__link {
      text-align: center; } }
  .content-blocks .content-block .content-block__link a {
    color: black;
    border: 3px solid #819676 !important;
    padding: 25px 50px; }
    .content-blocks .content-block .content-block__link a:hover {
      color: white;
      border: 3px solid #819676 !important;
      background-color: #819676 !important; }

/* SECTION: CONTENT AND IMAGE */
.content-and-image {
  overflow: hidden; }
  @media (max-width: 991px) {
    .content-and-image.left-image .content-and-image__text {
      padding-left: 30px; } }
  @media (max-width: 991px) {
    .content-and-image.right-image .content-and-image__text {
      padding-right: 30px; } }
  .content-and-image .content-and-image__image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 991px) {
      .content-and-image .content-and-image__image {
        height: 480px; } }
    @media (max-width: 767px) {
      .content-and-image .content-and-image__image {
        height: 320px; } }
    @media (max-width: 575px) {
      .content-and-image .content-and-image__image {
        height: 240px; } }
  .content-and-image .content-and-image__text {
    max-width: 600px;
    padding: 60px; }
    @media (max-width: 991px) {
      .content-and-image .content-and-image__text {
        width: 100%; } }
    .content-and-image .content-and-image__text p:last-of-type {
      margin-bottom: 0px; }
    @media (max-width: 767px) {
      .content-and-image .content-and-image__text {
        padding: 30px; } }
    @media (max-width: 575px) {
      .content-and-image .content-and-image__text {
        padding: 30px 0px;
        padding-left: 0px !important;
        padding-right: 0px !important; } }
  .content-and-image .content-and-image__link {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .content-and-image .content-and-image__link {
        text-align: center; } }
    .content-and-image .content-and-image__link a {
      color: black;
      border: 3px solid #819676 !important;
      padding: 25px 50px; }
      .content-and-image .content-and-image__link a:hover {
        color: white;
        border: 3px solid #819676 !important;
        background-color: #819676 !important; }

/* SECTION: IMAGE GALLERY */
.image-gallery .image-gallery--title {
  text-align: center;
  margin-bottom: 30px; }

.image-gallery .image-gallery--image {
  margin-bottom: 2px; }
  .image-gallery .image-gallery--image a {
    display: block; }

button.mfp-close:focus, button.mfp-arrow:focus {
  background-color: transparent !important; }

/* SECTION: IMAGE SLIDER */
@media (max-width: 1499px) {
  section.image-slider .slick-slider .slider-content {
    margin-left: 60px; } }

@media (max-width: 767px) {
  section.image-slider .slick-slider .slider-content {
    margin-left: 15px; } }

section.image-slider .slick-slider .slider-content .slider-content__text {
  display: inline-block;
  font-size: 21px;
  color: #ffffff;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slider-content .slider-content__text {
      font-size: 18px;
      padding: 15px;
      margin-bottom: 15px; } }
  section.image-slider .slick-slider .slider-content .slider-content__text p:last-of-type {
    margin-bottom: 0px; }

section.image-slider .slick-slider .slide {
  position: relative;
  height: 600px;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    section.image-slider .slick-slider .slide {
      height: 500px; } }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slide {
      height: 380px;
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 575px) {
    section.image-slider .slick-slider .slide {
      height: 280px;
      padding-top: 30px;
      padding-bottom: 30px; } }

section.image-slider .slick-slider .slide-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0; }
  section.image-slider .slick-slider .slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;'; }

section.image-slider .slick-slider .slick-disabled {
  visibility: hidden;
  opacity: 0; }

section.image-slider .slick-slider .slick-arrow {
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  width: 32.5px;
  height: 50px;
  font-size: 0px;
  line-height: 0px;
  padding: 0px;
  outline: none;
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
  font-family: FontAwesome !important;
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0px;
  outline: none;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms; }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slick-arrow {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      padding: 0px;
      background-color: #000000; } }
  section.image-slider .slick-slider .slick-arrow:hover {
    color: #000000; }
    @media (max-width: 767px) {
      section.image-slider .slick-slider .slick-arrow:hover {
        color: #ffffff;
        background-color: #000000; } }
  section.image-slider .slick-slider .slick-arrow:before {
    font-size: 50px;
    line-height: 1em; }
    @media (max-width: 767px) {
      section.image-slider .slick-slider .slick-arrow:before {
        font-size: 24px; } }

section.image-slider .slick-slider .slick-prev {
  left: 30px;
  cursor: pointer; }
  @media (max-width: 1199px) {
    section.image-slider .slick-slider .slick-prev {
      left: 15px; } }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slick-prev {
      left: 15px;
      top: calc(100% - 25px); } }
  section.image-slider .slick-slider .slick-prev:before {
    content: "\f053"; }

section.image-slider .slick-slider .slick-next {
  right: 30px;
  cursor: pointer; }
  @media (max-width: 1499px) {
    section.image-slider .slick-slider .slick-next {
      right: 40px; } }
  @media (max-width: 1199px) {
    section.image-slider .slick-slider .slick-next {
      right: 15px; } }
  @media (max-width: 767px) {
    section.image-slider .slick-slider .slick-next {
      left: 55px;
      top: calc(100% - 25px); } }
  section.image-slider .slick-slider .slick-next:before {
    content: "\f054"; }

/* Testimonials */
section.testimonials {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #F68F52;
  color: #ffffff;
  overflow: hidden; }
  @media (max-width: 991px) {
    section.testimonials {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    section.testimonials {
      padding-top: 45px;
      padding-bottom: 45px; } }
  section.testimonials .testimonials__testimonial-slider .slick-dots {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    section.testimonials .testimonials__testimonial-slider .slick-dots li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
      section.testimonials .testimonials__testimonial-slider .slick-dots li.slick-active button {
        background-color: #ffffff; }
      section.testimonials .testimonials__testimonial-slider .slick-dots li button {
        border-color: #ffffff;
        background-color: transparent;
        width: 16px;
        height: 16px;
        border-radius: 20px !important;
        outline: 0;
        overflow: hidden;
        font-size: 0px;
        text-indent: -9999px;
        border-style: solid; }
  section.testimonials .testimonials__testimonial-slider .slick-disabled {
    visibility: hidden;
    opacity: 0; }
  section.testimonials .testimonials__testimonial-slider .slick-arrow {
    opacity: 1;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
    width: 32.5px;
    height: 50px;
    font-size: 0px;
    line-height: 0px;
    padding: 0px;
    outline: none;
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
    font-family: FontAwesome !important;
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px;
    outline: none;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms; }
    @media (max-width: 767px) {
      section.testimonials .testimonials__testimonial-slider .slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        padding: 0px;
        background-color: #000000;
        color: #ffffff;
        display: none; } }
    section.testimonials .testimonials__testimonial-slider .slick-arrow:hover {
      color: #000000; }
    section.testimonials .testimonials__testimonial-slider .slick-arrow:before {
      font-size: 50px;
      line-height: 1em; }
      @media (max-width: 767px) {
        section.testimonials .testimonials__testimonial-slider .slick-arrow:before {
          font-size: 24px; } }
  section.testimonials .testimonials__testimonial-slider .slick-prev {
    left: 30px;
    cursor: pointer; }
    @media (max-width: 1199px) {
      section.testimonials .testimonials__testimonial-slider .slick-prev {
        left: 15px; } }
    @media (max-width: 767px) {
      section.testimonials .testimonials__testimonial-slider .slick-prev {
        left: 10px; } }
    section.testimonials .testimonials__testimonial-slider .slick-prev:before {
      content: "\f053"; }
  section.testimonials .testimonials__testimonial-slider .slick-next {
    right: 30px;
    cursor: pointer; }
    @media (max-width: 1499px) {
      section.testimonials .testimonials__testimonial-slider .slick-next {
        right: 40px; } }
    @media (max-width: 1199px) {
      section.testimonials .testimonials__testimonial-slider .slick-next {
        right: 15px; } }
    @media (max-width: 767px) {
      section.testimonials .testimonials__testimonial-slider .slick-next {
        right: 10px; } }
    section.testimonials .testimonials__testimonial-slider .slick-next:before {
      content: "\f054"; }
  section.testimonials .testimonials__testimonial-slider__testimonial {
    text-align: center; }
    section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
      font-family: "colfax-web", sans-serif;
      font-weight: 900;
      font-size: 42px;
      line-height: 1.3em;
      margin-bottom: 30px;
      text-transform: uppercase;
      max-width: 850px;
      margin: auto;
      margin-bottom: 0px;
      color: #000000; }
      @media (max-width: 1199px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
          font-size: 32px;
          padding-left: 60px;
          padding-right: 60px; } }
      @media (max-width: 991px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
          font-size: 32px !important;
          padding-left: 75px;
          padding-right: 75px; } }
      @media (max-width: 767px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
          font-size: 26px !important;
          padding-left: 45px;
          padding-right: 45px; } }
      @media (max-width: 575px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text {
          font-size: 22px !important;
          line-height: 1.4em; } }
      section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text .quoteMark {
        font-size: 80px;
        line-height: 1em;
        color: #ffffff; }
        @media (max-width: 767px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text .quoteMark {
            font-size: 60px; } }
      section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text i {
        margin-bottom: 30px;
        color: #ffffff; }
        @media (max-width: 767px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text i {
            margin-bottom: 15px; } }
      section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__text p:last-of-type {
        margin-bottom: 30px; }
    section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author {
      margin-bottom: 60px; }
      @media (max-width: 1199px) {
        section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author {
          margin-bottom: 30px; } }
      section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .name {
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 700; }
        @media (max-width: 991px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .name {
            font-size: 16px; } }
        @media (max-width: 767px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .name {
            font-size: 14px; } }
      section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .location {
        font-size: 18px;
        line-height: 1.2em; }
        @media (max-width: 991px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .location {
            font-size: 16px; } }
        @media (max-width: 767px) {
          section.testimonials .testimonials__testimonial-slider__testimonial .testimonials__testimonial-slider__testimonial__author .location {
            font-size: 14px; } }

/* SPACER */
section.spacer {
  height: 60px; }
  @media (max-width: 767px) {
    section.spacer {
      height: 30px; } }

/* QUOTE SLIDER */
.section.fullwidth-text-img {
  background-color: #809777;
  padding: 0 !important; }

.section.fullwidth-text-img .row {
  margin-bottom: 0 !important; }

.section.fullwidth-text-img .text {
  padding-top: 70px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .section.fullwidth-text-img .text {
      padding-top: 35px;
      padding-bottom: 50px; } }

.section.fullwidth-text-img .text h2 {
  color: #000000; }

.section.fullwidth-text-img .container-fluid {
  /*padding-right:0;
  padding-left:0;
  overflow: hidden;*/ }

.section.fullwidth-text-img .img {
  background: url(../images/helping-people.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  opacity: 1 !important; }

.section.fullwidth-text-img .img.item-1-img {
  background: url(../images/helping-people.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.section.fullwidth-text-img .img.item-2-img {
  background: url(../images/helping-people2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.section.fullwidth-text-img .img.item-3-img {
  background: url(../images/helping-people3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

@media only screen and (max-width: 991px) {
  .section.fullwidth-text-img .img {
    height: 500px; } }

@media only screen and (max-width: 424px) {
  .section.fullwidth-text-img .img {
    height: 400px; } }

.carousel-inner {
  /*padding: 0px 40px;*/ }

.carousel-inner .item {
  padding: 0px 80px; }
  @media (max-width: 1199px) {
    .carousel-inner .item {
      padding: 0px 40px; } }

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0%);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0%);
  background-repeat: repeat-x; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -40px; } }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -40px; } }

@media only screen and (max-width: 769px) {
  .helping-people-img {
    display: block !important; } }

.paragraph--type--how-to-join p:last-of-type {
  margin-bottom: 15px; }

/* SECTION: JOIN THE PROGRAMME FORMS */
section.join-the-programme-forms .row.no-gutters {
  margin-bottom: 0px; }

section.join-the-programme-forms .block {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%; }
  section.join-the-programme-forms .block .link {
    text-align: center; }
  section.join-the-programme-forms .block a.button {
    text-transform: uppercase;
    padding: 25px 50px;
    text-transform: uppercase;
    background: none;
    line-height: 0;
    outline: 0; }
  section.join-the-programme-forms .block.left-col-container {
    background-color: #F68F52; }
    section.join-the-programme-forms .block.left-col-container a.button {
      background-color: #ffffff;
      color: #F68F52; }
      section.join-the-programme-forms .block.left-col-container a.button:hover, section.join-the-programme-forms .block.left-col-container a.button:focus {
        background-color: #535656;
        color: #ffffff; }
  section.join-the-programme-forms .block.right-col-container {
    background-color: #535656; }
    section.join-the-programme-forms .block.right-col-container a.button {
      background-color: #ffffff;
      color: #535656; }
      section.join-the-programme-forms .block.right-col-container a.button:hover, section.join-the-programme-forms .block.right-col-container a.button:focus {
        background-color: #F68F52;
        color: #ffffff; }

/* SECTION: HOMEPAGE HERO */
section.homepage-hero {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../images/assets/inworkgm-hero-background.png");
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: 105% 50%; }
  @media only screen and (min-width: 1920px) {
    section.homepage-hero {
      background-size: contain; } }
  @media only screen and (max-width: 1499px) {
    section.homepage-hero {
      padding-top: 90px; } }
  @media only screen and (max-width: 1199px) {
    section.homepage-hero {
      padding-top: 75px;
      padding-bottom: 75px;
      background-position: 110% 50%;
      background-size: 50% auto; } }
  @media only screen and (max-width: 991px) {
    section.homepage-hero {
      background-size: auto 450px;
      background-position: 50% 30px;
      padding-top: 520px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    section.homepage-hero {
      background-size: auto 350px;
      padding-top: 430px;
      padding-bottom: 0px; } }
  @media only screen and (max-width: 575px) {
    section.homepage-hero {
      background-size: auto 280px;
      background-position: right -30px top 30px;
      padding-top: 340px; } }
  section.homepage-hero h1 {
    font-family: "colfax-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #535656;
    text-transform: unset;
    font-size: 76px;
    margin-top: 0px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1199px) {
      section.homepage-hero h1 {
        font-size: 60px;
        line-height: 1em; } }
    @media only screen and (max-width: 767px) {
      section.homepage-hero h1 {
        font-size: 44px;
        letter-spacing: 1px; } }
    @media only screen and (max-width: 374px) {
      section.homepage-hero h1 {
        font-size: 40px; } }
  section.homepage-hero p {
    color: #535656;
    font-size: 28px;
    line-height: 1.4em;
    max-width: 610px; }
    @media only screen and (max-width: 1199px) {
      section.homepage-hero p {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      section.homepage-hero p {
        font-size: 22px; } }
    @media only screen and (max-width: 374px) {
      section.homepage-hero p {
        font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    section.homepage-hero .col.text {
      padding-left: 0px !important;
      padding-right: 0px !important;
      text-align: center; } }

/* Special Header notice */
.special-header-notice {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.4em;
  color: #ffffff;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .special-header-notice {
      font-size: 16px; } }
  @media (max-width: 374px) {
    .special-header-notice {
      font-size: 14px; } }
  .special-header-notice .row {
    margin-bottom: 0px; }
  .special-header-notice .inner {
    min-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .special-header-notice .notice-button {
    padding: 22.5px 30px; }
    .special-header-notice .notice-button:hover {
      background-color: #8C7F75 !important; }
    @media only screen and (max-width: 767px) {
      .special-header-notice .notice-button {
        padding: 17.5px 25px;
        font-size: 12px; } }
    @media (max-width: 374px) {
      .special-header-notice .notice-button {
        padding: 17.5px; } }

/* SECTION: SUCCESS STORY */
.success-story {
  background-color: #F68F52;
  padding: 0px; }
  .success-story .success-story__image {
    position: -webkit-sticky;
    position: sticky;
    top: 200px; }
    @media (max-width: 767px) {
      .success-story .success-story__image {
        position: relative;
        top: 0px;
        margin-top: 30px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto; } }
  .success-story .success-story__body {
    padding-top: 120px;
    padding-bottom: 120px;
    color: #ffffff; }
    @media (max-width: 1199px) {
      .success-story .success-story__body {
        padding-top: 90px;
        padding-bottom: 90px; } }
    @media (max-width: 991px) {
      .success-story .success-story__body {
        padding-top: 75px;
        padding-bottom: 75px; } }
    @media (max-width: 767px) {
      .success-story .success-story__body {
        padding-top: 45px;
        padding-bottom: 45px; } }
    @media (max-width: 767px) {
      .success-story .success-story__body .success-story__title {
        text-align: center; } }
    .success-story .success-story__body .success-story__title h1 {
      margin-top: 0px; }
    .success-story .success-story__body .success-story__text {
      font-size: 16px; }
    .success-story .success-story__body iframe {
      width: 100%;
      height: auto;
      min-height: 150px;
      aspect-ratio: 16 / 9;
      border: none;
      margin-bottom: 1.75rem; }

/* SECTION: OTHER STORIES */
section.other-stories .story-preview p {
  margin-bottom: 0 !important; }

/* SECTION: TOGGLED CONTENT */
section.toggled-content {
  padding-top: 80px;
  padding-bottom: 65px; }
  section.toggled-content .tab-button {
    padding: 50px 70px;
    border: 1px solid #535656;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 1499px) {
      section.toggled-content .tab-button {
        padding: 30px 40px; } }
    @media (max-width: 767px) {
      section.toggled-content .tab-button {
        text-align: center; } }
    @media (max-width: 575px) {
      section.toggled-content .tab-button {
        padding: 15px 25px;
        margin-bottom: 15px; } }
    section.toggled-content .tab-button.active {
      background-color: #F68F52;
      border: 1px solid #F68F52;
      color: #ffffff; }
      section.toggled-content .tab-button.active strong {
        color: #ffffff; }
      section.toggled-content .tab-button.active:hover {
        background-color: #F68F52;
        border: 1px solid #F68F52; }
        section.toggled-content .tab-button.active:hover:before {
          border: 3px solid #F68F52;
          opacity: 0;
          visibility: hidden; }
    section.toggled-content .tab-button:hover {
      border: 1px solid #F68F52;
      background-color: rgba(246, 143, 82, 0.05);
      cursor: pointer; }
      section.toggled-content .tab-button:hover:before {
        border: 3px solid #F68F52; }
    section.toggled-content .tab-button:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      border: 3px solid transparent;
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      opacity: 1;
      visibility: visible; }
    section.toggled-content .tab-button strong {
      color: #F68F52;
      display: inline-block; }
    section.toggled-content .tab-button p:last-of-type {
      margin-bottom: 0 !important; }

.tab-content-area {
  scroll-margin-top: 200px; }
  @media (max-width: 1199px) {
    .tab-content-area {
      scroll-margin-top: 190px; } }
  @media (max-width: 991px) {
    .tab-content-area {
      scroll-margin-top: 120px; } }
  @media (max-width: 767px) {
    .tab-content-area {
      scroll-margin-top: 60px; } }

/* LOGOS ABOVE FOOTER ALT */
.logos-above-footer-alt {
  color: #535656; }
  .logos-above-footer-alt img {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
    @media (max-width: 767px) {
      .logos-above-footer-alt img {
        margin-top: 0px !important;
        margin-bottom: 0px !important; } }

/* MFP EMBED POPUP */
#MfpEmbed_Popup {
  position: fixed !important;
  width: 100% !important;
  max-width: 760px;
  height: 85vh !important; }
  #MfpEmbed_Popup #mfpembed_iconDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32px;
    height: 32px;
    margin: 0px;
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%); }
    #MfpEmbed_Popup #mfpembed_iconDiv #MfpEmbed_CrossButton {
      margin: 0px;
      padding: 0px;
      width: 16px;
      height: auto; }
