﻿@charset "utf-8";
/**
 * Modules
 *
 * Includes anything that is effectively reusable
 * fonts, mixins etc...
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=search] {
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
*,
*:after,
*:before {
  -webkit-boz-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select,
button,
input[type=button],
input[type=submit] {
  cursor: pointer;
  background: white;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
*:focus {
  outline: 1px dotted #00843d;
  outline-offset: 3px;
}
input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -10000%;
  visibility: hidden;
}
input[type=checkbox]:checked + label:before,
input[type=checkbox]:checked + input + label:before,
input[type=radio]:checked + label:before,
input[type=radio]:checked + input + label:before,
label.checked:before {
  background-color: #00843d;
  background-position: center;
  border: 4px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
input[type=checkbox]:checked + label:before,
input[type=checkbox]:checked + input + label:before {
  background-color: white;
}
input[type=checkbox]:checked + label:after,
input[type=checkbox]:checked + input + label:after {
  content: "";
  width: 8px;
  height: 15px;
  border: solid #00843d;
  border-width: 0 3px 3px 0;
  position: absolute;
  left: 6px;
  top: 1px;
  transform: rotate(45deg);
}
input[type=radio] + label:before,
input[type=radio] + input + label:before,
input[type=radio]:checked + label:before,
input[type=radio]:checked + input + label:before {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
label {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.umbraco-forms-submitmessage {
  font-size: 1.1875rem;
}
.checkbox,
.checkboxlist {
  text-align: left;
}
.checkbox label,
.checkboxlist label,
.checkbox input + label,
.checkboxlist input + label {
  display: inline-block;
  min-height: 20px;
  margin-top: 10px;
  margin-left: 0.5%;
  color: #ffffff;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 396px) {
  .checkbox label,
  .checkboxlist label,
  .checkbox input + label,
  .checkboxlist input + label {
    margin-bottom: 15px;
  }
}
.checkbox label:before,
.checkboxlist label:before,
.checkbox input + label:before,
.checkboxlist input + label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 0;
  top: 0;
  background-color: white;
}
.agree-to-terms {
  text-align: left;
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: -1px;
}
.agree-to-terms input + label {
  display: inline-block;
  min-height: 20px;
  margin-left: 0.5%;
  color: #ffffff;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding-left: 30px;
  position: relative;
}
.agree-to-terms input + label:nth-of-type(2) {
  margin-left: 15px;
}
.agree-to-terms input + label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 0;
  top: 0;
  background-color: white;
}
.preferred {
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  vertical-align: middle;
}
.preferred input + label {
  display: inline-block;
  min-height: 20px;
  margin-left: 0.5%;
  color: #ffffff;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding-left: 30px;
  position: relative;
}
.preferred input + label:nth-of-type(2) {
  margin-left: 15px;
}
.preferred input + label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background-color: white;
}
.select-wrapper {
  position: relative;
}
.select-wrapper.left {
  float: left !important;
}
.select-wrapper.half-width {
  width: 49% !important;
}
.select-wrapper.half-width select {
  padding: 10px 15px 9px 15px;
  border: 0;
  margin: 7px 0;
  max-height: 41px;
}
@-moz-document url-prefix() {
  .select-wrapper.half-width select {
    max-height: 40px !important;
  }
}
.select-wrapper select {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 10px 15px;
  border: 0px;
  margin: 6.5px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrapper .arrow {
  position: absolute;
  right: 0;
  top: 15px;
  width: 40px;
  height: 30px;
  background-image: url(/common/images/icons/dropdown-arrow.png);
  background-position: center;
  background-color: transparent;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  pointer-events: none;
}
.validation-summary-errors ul,
.validation-summary-valid ul {
  margin-bottom: 0;
}
.validation-summary-errors ul li {
  color: #a73c73;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-top: 5px;
}
.no-flexbox .select-wrapper select {
  padding-right: 15px;
}
.no-flexbox .select-wrapper .arrow {
  display: none;
}
.extra-fields {
  color: white;
  min-height: 41px;
}
.extra-fields.left {
  float: left;
  width: 49%;
  margin: 10px 0px;
}
.extra-fields.right {
  float: right;
  width: 49%;
  margin: 10px 0px;
}
.extra-fields p {
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 7px;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 768px) {
  .extra-fields.empty-field {
    display: none;
  }
}
.select-wrapper.right {
  float: right !important;
}
.shipping-address,
.invoicing-address {
  clear: both;
}
.shipping-address:after,
.invoicing-address:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.shipping-address + div + .right .preferred,
.invoicing-address + div + .right .preferred {
  padding-top: 5px;
}
.g-recaptcha > div {
  float: right;
}
/* tablet height but more than tablet width */
@media (max-height: 768px) and (min-width: 768px) {
  .form-area .row .span10 .g-recaptcha > div {
    transform: scaleX(1.12);
    margin-right: 17px;
  }
}
.cky-switch input[type="checkbox"] {
  left: unset !important;
  visibility: visible !important;
}
@font-face {
  font-family: "Meta W01 Regular";
  src: url("/common/fonts/5558594/71835da3-739d-453e-b3b5-79658493ed44.woff2") format("woff2"), url("/common/fonts/5558594/436a0b82-8a08-4bff-804f-f035edfa524d.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Meta W01 Book";
  src: url("/common/fonts/5558652/77a53dd4-953b-4370-a1e5-2f01f538d19b.woff2") format("woff2"), url("/common/fonts/5558652/ba038b76-52f8-4179-85ed-be723da95be0.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Meta Head W01 Black";
  src: url("/common/fonts/5560423/0a7bb136-1884-4a6c-a557-b7cdb262210c.woff2") format("woff2"), url("/common/fonts/5560423/0aa1e640-0040-4568-912f-4975acb5e204.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Meta W01 Light";
  src: url("/common/fonts/5561352/34badce7-ec0d-43bb-83c0-8fb9f628b807.woff2") format("woff2"), url("/common/fonts/5561352/f3778d5a-00a6-4842-b6b2-5bf9b72d7aa7.woff") format("woff");
  font-display: swap;
}
.row {
  max-width: 1200px;
  margin: 0 auto;
}
.row [class^=span] {
  float: left;
  position: relative;
  margin: 0 1.25%;
}
@media (max-width: 568px) {
  .row [class^=span] {
    width: 96%;
    margin: 0 2%;
  }
}
.row .expand {
  margin: 0;
}
.row .expand.double {
  padding-right: 1.25%;
}
.row .expand.double + [class^=span] {
  margin-left: 0;
}
@media (min-width: 569px) {
  .row.vertical-centre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  html.no-flexbox .row.vertical-centre {
    display: block;
  }
  html.no-flexbox .row.vertical-centre [class^=span] {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0 1.25%;
  }
  html.no-flexbox .row.vertical-centre [class^=span] img {
    width: 100%;
  }
}
@media (min-width: 569px) and (max-width: 568px) {
  .row.vertical-centre {
    display: block;
  }
}
.row.extended {
  max-width: 1336px;
}
.row .text-right {
  text-align: right;
}
.row .text-centre {
  text-align: center;
}
.row .inner-row {
  margin-left: -2.6%;
}
.row .inner-row [class^=span] {
  margin-right: 0;
  margin-left: 2.6%;
}
.row [class*=border-left] {
  margin-left: 0;
  padding-left: 1.25%;
}
@media (min-width: 569px) {
  .row.gapless {
    padding: 0 1.25%;
  }
}
.row.gapless [class^=span] {
  margin: 0;
}
@media (min-width: 569px) {
  .row.gapless .span4 {
    width: 33.33333333%;
  }
}
@media (max-width: 568px) {
  .row.gapless [class^=span] {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (min-width: 569px) {
  .row .span1 {
    width: 5.83333333%;
  }
  .row .span1.expand {
    width: 8.33333333%;
  }
  .row .span2 {
    width: 14.16666667%;
  }
  .row .span2.expand {
    width: 16.66666667%;
  }
  .row .span3 {
    width: 22.5%;
  }
  .row .span3.expand {
    width: 25%;
  }
  .row .span4 {
    width: 30.83333333%;
  }
  .row .span4.expand {
    width: 33.33333333%;
  }
  .row .span5 {
    width: 39.16666667%;
  }
  .row .span5.expand {
    width: 41.66666667%;
  }
  .row .span6 {
    width: 47.5%;
  }
  .row .span6.expand {
    width: 47.5%;
  }
  .row .span7 {
    width: 55.83333333%;
  }
  .row .span7.expand {
    width: 58.33333333%;
  }
  .row .span8 {
    width: 64.16666667%;
  }
  .row .span8.expand {
    width: 66.66666667%;
  }
  .row .span9 {
    width: 72.5%;
  }
  .row .span9.expand {
    width: 75%;
  }
  .row .span10 {
    width: 80.83333333%;
  }
  .row .span10.expand {
    width: 83.33333333%;
  }
  .row .span11 {
    width: 89.16666667%;
  }
  .row .span11.expand {
    width: 91.66666667%;
  }
  .row .span12 {
    width: 97.5%;
  }
  .row .span12.expand {
    width: 100%;
  }
  .row .offset1 {
    margin-left: 9.58333333%;
  }
  .row .offset2 {
    margin-left: 17.91666667%;
  }
  .row .offset3 {
    margin-left: 26.25%;
  }
  .row .offset4 {
    margin-left: 34.58333333%;
  }
  .row .offset5 {
    margin-left: 42.91666667%;
  }
  .row .offset6 {
    margin-left: 51.25%;
  }
  .row .offset7 {
    margin-left: 59.58333333%;
  }
  .row .offset8 {
    margin-left: 67.91666667%;
  }
  .row .offset9 {
    margin-left: 76.25%;
  }
  .row .offset10 {
    margin-left: 84.58333333%;
  }
  .row .offset11 {
    margin-left: 92.91666667%;
  }
}
.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pull-row {
  margin-left: -1.04166667%;
  margin-right: -1.04166667%;
}
.pointer-events {
  -ms-pointer-events: none;
  pointer-events: none;
}
.rich-text > * {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.rich-text .left-float {
  margin: 0 10px 10px 0;
}
.rich-text .right-float {
  margin: 0 0 10px 10px;
}
.rich-text p {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
}
.rich-text p a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}
.rich-text p a:hover {
  text-decoration: underline;
}
.rich-text table {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.rich-text table {
  width: 100%;
  border-top: 1px solid black;
  border-left: 1px solid black;
}
.rich-text table thead th {
  text-align: left;
}
.rich-text table td,
.rich-text table th {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  padding: 3px;
}
.rich-text ul,
.rich-text ol {
  padding-left: 23px;
}
.rich-text ol {
  list-style: decimal outside;
}
.rich-text li {
  padding-bottom: 0.5rem;
  padding-bottom: 15px;
  line-height: 20px;
  line-height: 1.5rem;
  color: #545454;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
.rich-text ul {
  list-style-type: circle;
  margin-left: 20px;
  margin-bottom: 0;
  padding: 0px 0px 20px 0px;
  list-style-type: none;
}
.rich-text ul li {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #a73c73;
  padding: 0 0 15px 0;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  position: relative;
}
.rich-text ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -20px;
  width: 12px;
  height: 12px;
  border: 3px solid #a73c73;
  background-color: transparent;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.rich-text ul li span {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
.button {
  display: inline-block;
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #616161;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.logged-in {
  background-color: #a73c73 !important;
  border: 1px solid #a73c73 !important;
}
.button.purple {
  background: #a73c73;
  border: #a73c73;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button.purple:hover {
  background: #8e3362;
}
.simpleSelect-box-wrapper {
  position: relative;
  height: 50px;
}
.simpleSelect-box-wrapper select {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.simpleSelect-box-wrapper .simpleSelect-box {
  background: #e3e3e3;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.simpleSelect-box-wrapper .simpleSelect-box .box-value {
  height: 50px;
  line-height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 70px 0 20px;
}
.simpleSelect-box-wrapper .simpleSelect-box .box-arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50px;
  background: #9f9f9f;
}
.slideshow-outer {
  /* code for animated carousel */
}
@media (max-height: 768px) {
  .slideshow-outer .image img {
    max-height: 600px;
    width: auto;
  }
}
.slideshow-outer.canvas-active {
  background-color: #ebebe9;
}
.slideshow-outer #slideshowCanvas {
  position: absolute;
  display: none;
}
.slideshow-outer .canvas-container {
  position: absolute;
}
.slideshow-outer.has-pager {
  border-bottom: 60px solid #FFF;
}
.slideshow-outer.has-pager .bx-pager {
  width: 100%;
  max-width: 1200px;
  padding: 0px;
  bottom: -45px !important;
}
@media (max-width: 568px) {
  .slideshow-outer.has-pager .bx-pager .bx-pager-link {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }
}
.slideshow-outer .bx-wrapper.canvas-active {
  background-image: none;
  background-color: transparent;
}
.slideshow-outer .bxslider {
  padding-top: 24px;
  /* products pod variation of slider */
  /* end products variation of slider */
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider {
    padding-top: 0;
  }
}
.slideshow-outer .bxslider .slide .text {
  /* swap sides on devices hack */
  float: right;
  margin-right: 17.91666667%;
  /* push in to account for left/right arrow spacers coming in */
  /* when height js aligned */
  /* when height not aligned */
}
@media (max-width: 1400px) {
  .slideshow-outer .bxslider .slide .text {
    padding-right: 64px;
  }
}
@media (max-width: 980px) {
  .slideshow-outer .bxslider .slide .text {
    padding-right: 0;
  }
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider .slide .text {
    height: auto !important;
    float: none;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    padding-top: 24px;
  }
}
.slideshow-outer .bxslider .slide .text.height-aligned {
  padding-top: 0;
  margin-bottom: 0;
  display: table;
}
.slideshow-outer .bxslider .slide .text.height-aligned .text-inner {
  display: table-cell;
  vertical-align: middle;
}
.slideshow-outer .bxslider .slide .text.height-unaligned {
  padding-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider .slide .text.height-unaligned {
    padding-top: 24px;
    margin-bottom: 12px;
    text-align: center;
  }
}
.slideshow-outer .bxslider .slide .text h1 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #00843d;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
}
.slideshow-outer .bxslider .slide .text h1:first-child {
  margin-top: -42px;
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider .slide .text h1:first-child {
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  .slideshow-outer .bxslider .slide .text h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider .slide .text h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 200;
    -webkit-text-size-adjust: none;
  }
}
.slideshow-outer .bxslider .slide .text h2 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #767775;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0px;
  margin-bottom: 0px;
}
.slideshow-outer .bxslider .slide .text h2:first-child {
  margin-top: -42px;
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider .slide .text h2:first-child {
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider .slide .text h2 {
    -webkit-text-size-adjust: none;
  }
}
.slideshow-outer .bxslider .slide .text p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider .slide .text p {
    -webkit-text-size-adjust: none;
  }
}
.slideshow-outer .bxslider .slide .text .button {
  background: #00843d !important;
  color: white!important;
  text-decoration: none;
  border: #00843d;
  padding: 5px 15px;
  margin-top: 10px;
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider .slide .text .button {
    -webkit-text-size-adjust: none;
  }
}
.slideshow-outer .bxslider .slide .image {
  float: left;
}
.slideshow-outer .bxslider .slide .image img {
  float: right;
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider .slide .image {
    height: auto !important;
    float: none;
  }
}
.slideshow-outer .bxslider .slide .image .bottom-align-container {
  /* push in to account for left/right arrow spacers coming in */
}
@media (max-width: 1400px) {
  .slideshow-outer .bxslider .slide .image .bottom-align-container {
    padding-left: 64px;
  }
}
@media (max-width: 680px) {
  .slideshow-outer .bxslider .slide .image .bottom-align-container {
    padding-left: 15px;
  }
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider .slide .image .bottom-align-container {
    padding-left: 0;
    max-width: 50%;
    margin: 32px auto 0px;
  }
}
.slideshow-outer .bxslider.product-slider {
  padding-top: 0;
}
.slideshow-outer .bxslider.product-slider .text {
  padding: 180px 0 135px 15px;
  margin-right: 17.91666667%;
  z-index: 1;
}
.slideshow-outer .bxslider.product-slider .text.height-unaligned {
  padding-top: 120px;
  margin-bottom: 60px;
}
.slideshow-outer .bxslider.product-slider .text h2 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #00843d;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.slideshow-outer .bxslider.product-slider .text h2:first-child {
  margin-top: 0;
}
.slideshow-outer .bxslider.product-slider .text h3 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #767775;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  margin-bottom: 20px;
}
.slideshow-outer .bxslider.product-slider .text h3:first-child {
  margin-top: 0;
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider.product-slider .text h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding-top: 10px;
  }
}
.slideshow-outer .bxslider.product-slider .text.height-aligned {
  padding-top: 0;
  margin-bottom: 0;
  display: block;
}
.slideshow-outer .bxslider.product-slider .text.height-aligned .text-inner {
  display: block;
}
.slideshow-outer .bxslider.product-slider .text .text-inner a.button {
  display: inline-block;
  margin-top: 25px;
  padding-bottom: 5px!important;
}
.slideshow-outer .bxslider.product-slider .text .text-inner > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.slideshow-outer .bxslider.product-slider .image {
  background-size: auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  bottom: 0;
}
@media (max-width: 1180px) {
  .slideshow-outer .bxslider.product-slider .image {
    background-size: contain;
  }
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider.product-slider .image {
    display: block;
    align-items: none;
  }
}
@media (max-width: 1000px) {
  .slideshow-outer .bxslider.product-slider .image .bottom-align-container {
    width: 100%;
  }
}
.slideshow-outer .bxslider.product-slider .image img {
  margin-top: 22px;
}
@media (max-width: 1000px) {
  .slideshow-outer .bxslider.product-slider .image img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1090px) {
  .slideshow-outer .bxslider.product-slider .text {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .slideshow-outer .bxslider.product-slider .image {
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .slideshow-outer .bxslider.product-slider {
    height: auto !important;
  }
  .slideshow-outer .bxslider.product-slider .text {
    float: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 0;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .slideshow-outer .bxslider.product-slider .image {
    width: 100%;
    margin: 0;
    height: auto !important;
    min-height: 320px;
    background-size: auto 100%;
    background-position: center bottom;
    position: relative;
    left: auto;
  }
}
@media (max-width: 568px) {
  .slideshow-outer .bxslider.product-slider .image {
    min-height: 250px;
  }
}
.product-slider-outer .bx-wrapper .bx-pager a {
  background-color: #e5e5e5;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.product-slider-outer .bx-wrapper .bx-pager a:hover,
.product-slider-outer .bx-wrapper .bx-pager a.active {
  background-color: #00843d;
}
/*** SLIDER / CAROUSEL Styles ***/
.home-slider {
  background-image: url(/common/images/home/belbin_background.webp);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #ebebe9;
  position: relative;
  background-position: bottom;
}
.homepage-slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: 460px;
}
.homepage-slider.slick-initialized {
  opacity: 1;
}
.homepage-slider .slide {
  position: relative;
}
@media (max-width: 568px) {
  .homepage-slider .slide {
    padding: 20px 20px 0 20px;
    height: 500px;
  }
}
.homepage-slider .slide:focus {
  outline: 0;
}
.homepage-slider .slide .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: static;
}
@media (max-width: 568px) {
  .homepage-slider .slide .row {
    display: block;
  }
}
html.no-flexbox .homepage-slider .slide .row {
  display: block;
}
html.no-flexbox .homepage-slider .slide .row [class^=span] {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 0 1.25%;
}
html.no-flexbox .homepage-slider .slide .row [class^=span] img {
  width: 100%;
}
@media (max-width: 568px) {
  .homepage-slider .slide .text {
    text-align: center;
  }
}
html.no-flexbox .homepage-slider .slide .text {
  padding-right: 100px !important;
  /* override flexbox */
}
.homepage-slider .slide .text h1 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #00843d;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
}
.homepage-slider .slide .text h1:first-child {
  margin-top: -42px;
}
@media (max-width: 568px) {
  .homepage-slider .slide .text h1:first-child {
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  .homepage-slider .slide .text h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media (max-width: 568px) {
  .homepage-slider .slide .text h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 200;
    -webkit-text-size-adjust: none;
  }
}
.homepage-slider .slide .text h2 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #767775;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0px;
  margin-bottom: 0px;
}
.homepage-slider .slide .text h2:first-child {
  margin-top: -42px;
}
@media (max-width: 568px) {
  .homepage-slider .slide .text h2:first-child {
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .homepage-slider .slide .text h2 {
    -webkit-text-size-adjust: none;
  }
}
.homepage-slider .slide .text p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media (max-width: 568px) {
  .homepage-slider .slide .text p {
    -webkit-text-size-adjust: none;
    margin-bottom: 10px;
  }
}
.homepage-slider .slide .text .button {
  background: #00843d !important;
  color: white!important;
  text-decoration: none;
  border: #00843d;
  padding: 10px 30px;
  margin-top: 10px;
}
@media (max-width: 568px) {
  .homepage-slider .slide .text .button {
    -webkit-text-size-adjust: none;
  }
}
.homepage-slider .slide .image img {
  height: 460px;
}
html.no-flexbox .homepage-slider .slide .image img {
  max-height: 460px;
  width: auto !important;
  /* override flexbox */
  float: right;
}
@media (max-width: 568px) {
  .homepage-slider .slide .image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 270px;
  }
  .homepage-slider .slide .image img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 568px) and (max-width: 568px) {
  .homepage-slider .slide .image img {
    padding-top: 25px;
  }
}
/* Arrows */
/* Left / Right arrows */
.arrows {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 100%;
}
.arrows .arrow {
  width: 55px;
  height: 53px;
  position: absolute;
  cursor: pointer;
}
.arrows .arrow.prev {
  background: url(/common/imagesimages/icons/prev-arrow.png) !important;
  left: 0;
  background-repeat: no-repeat !important;
  width: 55px!important;
  height: 53px!important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.arrows .arrow.prev:hover {
  margin-left: -10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: url(/common/imagesimages/icons/prev-arrow-hover.png) !important;
  background-repeat: no-repeat !important;
}
.arrows .arrow.next {
  background: url(/common/imagesimages/icons/next-arrow.png) !important;
  right: 0;
  background-repeat: no-repeat !important;
  width: 55px!important;
  height: 53px!important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.arrows .arrow.next:hover {
  margin-right: -10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: url(/common/imagesimages/icons/next-arrow-hover.png) !important;
  background-repeat: no-repeat !important;
}
.pricing {
  background-color: #72a058;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 28px 25px;
  position: relative;
}
.pricing .price {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  top: 25px;
  right: 25px;
}
.pricing h2 {
  color: #ffffff;
  margin-bottom: 15px;
  padding-right: 135px;
}
.pricing p {
  color: rgba(255, 255, 255, 0.54);
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .pricing .price {
    font-size: 22px;
  }
  .pricing h2 {
    padding-right: 100px;
  }
}
/* Long selector used so that important tag isn't required */
.content-area .row .span12 .span8 .pricing h2 {
  color: #ffffff;
}
.content-area .row .span12 .span8 .pricing p {
  color: rgba(255, 255, 255, 0.54);
  margin-bottom: 0;
}
.white-text-color {
  color: #ffffff !important;
}
.grey-text-color {
  color: #545454 !important;
}
.belbin-text-color {
  color: #00843d !important;
}
.pl-text-color {
  color: #edd95c !important;
}
.ri-text-color {
  color: #a83d72 !important;
}
.co-text-color {
  color: #93b3d5 !important;
}
.sh-text-color {
  color: #c14533 !important;
}
.me-text-color {
  color: #aea5b7 !important;
}
.tw-text-color {
  color: #82b764 !important;
}
.imp-text-color {
  color: #4a659a !important;
}
.cf-text-color {
  color: #864a33 !important;
}
.sp-text-color {
  color: #bfbb98 !important;
}
.white-background-color {
  background-color: #ffffff !important;
}
.grey-background-color {
  background-color: #545454 !important;
}
.belbin-background-color {
  background-color: #00843d !important;
}
.pl-background-color {
  background-color: #edd95c !important;
}
.ri-background-color {
  background-color: #a83d72 !important;
}
.co-background-color {
  background-color: #93b3d5 !important;
}
.sh-background-color {
  background-color: #c14533 !important;
}
.me-background-color {
  background-color: #aea5b7 !important;
}
.tw-background-color {
  background-color: #82b764 !important;
}
.imp-background-color {
  background-color: #4a659a !important;
}
.cf-background-color {
  background-color: #864a33 !important;
}
.sp-background-color {
  background-color: #bfbb98 !important;
}
.umbraco-forms-form form .umbraco-forms-fieldset {
  padding: 0;
  margin: 0;
}
.umbraco-forms-form form .col-md-6 {
  float: left;
  width: 49%;
}
@media (max-width: 768px) {
  .umbraco-forms-form form .col-md-6 {
    width: 100%;
    float: none;
    margin-top: 14px;
  }
}
.umbraco-forms-form form .col-md-6 + .col-md-6 {
  float: right;
}
@media (max-width: 768px) {
  .umbraco-forms-form form .col-md-6 + .col-md-6 {
    float: none;
  }
}
.umbraco-forms-form form .umbraco-forms-field {
  margin-top: 14px;
}
.umbraco-forms-form form .umbraco-forms-field input,
.umbraco-forms-form form .umbraco-forms-field select {
  margin: 0;
}
.umbraco-forms-form form .umbraco-forms-label {
  font-weight: inherit;
  margin-bottom: 10px;
}
.umbraco-forms-form form .field-validation-error {
  display: block;
  margin-top: 8px;
  padding-left: 0px;
}
.umbraco-forms-form form legend {
  line-height: 1.8em !important;
}
.umbraco-forms-form form .questiontitle .umbraco-forms-tooltip {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.umbraco-forms-form form .radiobuttonlist {
  padding: 0px;
}
.umbraco-forms-form form .radiobuttonlist .preferred {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.umbraco-forms-form form .radiobuttonlist .preferred label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
}
.umbraco-forms-form form .radiobuttonlist .preferred input[type="radio"] {
  appearance: auto;
  margin: 0;
}
.umbraco-forms-form form .singlechoice .field-validation-error,
.umbraco-forms-form form .singlechoice .field-validation-valid {
  clear: both;
}
.umbraco-forms-form form .checkboxlist {
  padding: 0px;
}
.umbraco-forms-form form input.text,
.umbraco-forms-form form textarea {
  line-height: 1.25rem;
  padding: 10px 15px;
  width: 100% !important;
  max-width: 100% !important;
}
.umbraco-forms-form form textarea {
  height: initial;
}
.umbraco-forms-form form .umbraco-forms-form .umbraco-forms-navigation {
  padding: 0;
}
.umbraco-forms-form form span.checkbox {
  float: none;
  padding: 0;
}
.umbraco-forms-form form .extra-fields.left,
.umbraco-forms-form form .extra-fields.right {
  margin: 0;
}
.umbraco-forms-form form .clear {
  clear: both;
}
.umbraco-forms-form form .umbraco-forms-fieldset + .umbraco-forms-fieldset {
  margin-top: 14px;
}
@media (max-width: 768px) {
  .umbraco-forms-form form .umbraco-forms-fieldset + .umbraco-forms-fieldset {
    margin-top: 0;
  }
}
.umbraco-forms-form form .umbraco-forms-page .umbraco-forms-fieldset:first-child {
  margin-top: 0;
}
.umbraco-forms-form form .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field:first-child {
  margin-top: 0;
}
.umbraco-forms-form form div label {
  display: inline-block;
}
.umbraco-forms-form form span.checkboxlist {
  float: none;
}
.umbraco-forms-form form span.checkboxlist label {
  display: block;
  float: none;
}
.form-area .row .span10 .span8 .umbraco-forms-form form input,
.form-area .row .span10 .form-wrapper .umbraco-forms-form form input {
  margin: 0;
}
.forms-wrapper-macro form .preferred input + label,
.form-pod form .preferred input + label {
  color: #000;
}
.forms-wrapper-macro form .preferred input + label:before,
.form-pod form .preferred input + label:before {
  border: 1px solid #bbb;
}
.forms-wrapper-macro form .checkbox label:before,
.form-pod form .checkbox label:before,
.forms-wrapper-macro form checkbox input + label:before,
.form-pod form checkbox input + label:before {
  border: 1px solid #bbb !important;
}
.forms-wrapper-macro form .checkbox label,
.form-pod form .checkbox label {
  color: #000;
}
.forms-wrapper-macro form .checkboxlist input + label,
.form-pod form .checkboxlist input + label {
  color: #000 !important;
}
.forms-wrapper-macro form .datepickerfield,
.form-pod form .datepickerfield {
  border: 1px solid #bbb !important;
  width: 100%;
}
.forms-wrapper-macro form .checkboxlist input + label:before,
.form-pod form .checkboxlist input + label:before {
  border: 1px solid #bbb;
}
.forms-wrapper-macro form input,
.form-pod form input {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 10px 15px;
  border: 0px;
  margin: 7px 0px;
}
.forms-wrapper-macro form input.fullwidth,
.form-pod form input.fullwidth {
  width: 100%;
}
.forms-wrapper-macro form input.half-width,
.form-pod form input.half-width {
  width: 49%;
}
.forms-wrapper-macro form input.half-width.left,
.form-pod form input.half-width.left {
  float: left !important;
}
.forms-wrapper-macro form input.half-width.right,
.form-pod form input.half-width.right {
  float: right !important;
}
.forms-wrapper-macro form .button,
.form-pod form .button {
  background-color: #00843d;
  color: #ffffff;
  float: right;
  clear: both;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 0px;
}
.forms-wrapper-macro form .button:disabled,
.form-pod form .button:disabled {
  background-color: #219355;
}
.forms-wrapper-macro form textarea,
.form-pod form textarea {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  min-height: 150px;
  resize: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 10px 15px;
  border: 0px;
  margin: 7px 0px;
  border: 1px #bbb solid;
}
.forms-wrapper-macro form .select-wrapper .input-validation-error,
.form-pod form .select-wrapper .input-validation-error {
  background-position: 88%;
}
.forms-wrapper-macro form .input-validation-error,
.form-pod form .input-validation-error {
  background: url(/common/images/icons/error-icon.png) no-repeat #FFECF0;
  background-position: 96%;
}
.forms-wrapper-macro .umbraco-forms-field-wrapper,
.form-pod .umbraco-forms-field-wrapper {
  max-width: 100%;
}
@media (max-width: 568px) {
  .forms-wrapper-macro input,
  .form-pod input {
    width: 95%;
  }
  .forms-wrapper-macro .umbraco-forms-form form .col-md-12,
  .form-pod .umbraco-forms-form form .col-md-12 {
    margin-top: 14px;
  }
}
.pod h1:not(.form-area),
.pagePods h1:not(.form-area),
.content-area h1:not(.form-area),
.pod h2:not(.form-area),
.pagePods h2:not(.form-area),
.content-area h2:not(.form-area) {
  font-size: 35px !important;
  font-weight: normal !important;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif !important;
  margin: 0 0 10px 0 !important;
  line-height: 42px !important;
  color: #000;
}
.pod h3:not(.form-area),
.pagePods h3:not(.form-area),
.content-area h3:not(.form-area) {
  font-size: 1.5rem !important;
  line-height: 1.875rem !important;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  color: #000 !important;
  line-height: 35px !important;
}
.pod h4:not(.form-area),
.pagePods h4:not(.form-area),
.content-area h4:not(.form-area) {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif !important;
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  line-height: 30px !important;
}
/*.pod h5:not(.form-area), .pagePods h4:not(.form-area), .content-area h4:not(.form-area) {
	font-family: @MetaBook !important;
	font-weight: bold !important;
}*/
.pod p:not(.form-area):not(.pod__pre-heading),
.pagePods p:not(.form-area):not(.pod__pre-heading),
.content-area p:not(.form-area):not(.pod__pre-heading) {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif !important;
  color: #545454;
  font-size: 1.1875rem;
  line-height: 1.875rem;
  padding: 0;
  margin-bottom: 20px;
}
.form-area h1,
.form-area h2,
.form-area h3,
.form-area h4 {
  color: #fff !important;
}
.pagePods .team-roles .row .span4 .header-area h2 {
  color: #fff !important;
  margin-bottom: 0px !important;
  margin-left: 70px !important;
  font-size: 24px !important;
}
.constrain {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
}
.constrain--s {
  max-width: 978px;
}
.stack > * + * {
  margin-top: 30px;
}
.pod {
  color: #545454;
  line-height: 1.4;
  padding-top: 30px;
  padding-bottom: 30px;
}
.pod * {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
.pod h1,
.pod h2,
.pod h3,
.pod h4,
.pod .btn,
.pod .pod__sub-heading,
.pod .pod__pre-heading {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
}
.pod .btn {
  font-size: 18px;
}
.pod--bg-tint {
  background-color: #f3f3f3;
}
.pod:not(.pod--bg-tint) + .pod:not(.pod--bg-tint) {
  padding-top: 0;
}
.pod--intro {
  padding-top: 30px !important;
}
.pod svg {
  display: block;
  fill: currentColor;
}
.pod h2,
.pod h3 {
  font-weight: normal;
  font-size: 25px;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  margin: 0 0 10px 0;
}
.pod__cols {
  display: grid;
  grid-gap: 30px;
  grid-template-rows: auto auto;
}
.pod__col:first-child {
  grid-row: 2;
}
.pod__col:last-child {
  grid-row: 1;
}
.pod--signposts .pod__header {
  padding-bottom: 30px;
}
.pod--signposts.LightGreen {
  background-color: #7fb361;
  color: #ffffff;
}
.pod--signposts.LightGreen .constrain .pod__cols .pod__col:nth-child(even) .signpost {
  background-color: transparent;
}
.pod__header {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.pod__header * {
  margin: 0;
}
.pod__header > * + * {
  margin-top: 10px;
}
.pod__header--s {
  text-align: left;
}
.pod__header h2 {
  font-size: 30px;
}
.pod__header p {
  font-size: 24px;
}
.pod__header--s h2 {
  font-size: 24px;
}
.pod__header--s p {
  font-size: 16px;
}
.pod__text *,
.card__text * {
  margin: 0;
}
.pod__text > * + *,
.card__text > * + * {
  margin-top: 20px;
}
.pod__text p,
.pod__header p,
.resource-card__text p {
  font-size: 19px;
  line-height: 30px;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0 0 10px 0;
}
.pod__text > p:last-child {
  margin-bottom: 20px;
}
.pod__text h2,
.pod__text h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
}
.pod__pre-heading {
  font-size: 18px;
}
.pod__heading {
  font-size: 24px;
  line-height: 1.2;
}
.pod__sub-heading {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #00833C;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  transition: background-color 150ms ease;
}
.btn:hover,
.btn:focus-within {
  background-color: #006e32;
}
.btn--blue {
  background-color: #4a659a;
}
.btn--blue:hover,
.btn--blue:focus-within {
  background-color: #314c81;
}
.btn--l {
  font-size: 18px;
}
.pod__image {
  display: block;
  width: 100%;
  height: auto;
}
.pod-image-link {
  position: relative;
  display: block;
}
.pod-image-link__label {
  background-color: #00833C;
  background-size: 18px 18px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 40px;
  color: #fff;
  display: flex;
  justify-content: center;
}
.pod-image-link__label svg {
  width: 18px;
  height: 18px;
}
.pod-image-link__label > * + * {
  margin-left: 10px;
}
.pod--double-video {
  padding-bottom: 50px;
}
.pod--double-video .pod__cols {
  grid-gap: 20px;
}
.pod--feature .pod__cols {
  grid-gap: 30px;
}
.feature-pod + .feature-pod {
  margin-top: 50px;
}
.pod--downloads .pod__text p {
  font-size: 1.25rem;
}
.pod--downloads .pod__text h2 {
  font-size: 36px;
}
.pod--downloads .pod__text h2 + p {
  margin-top: 5px;
}
.pod--downloads .pod__cols {
  grid-gap: 50px;
}
.pod--cards .pod__header {
  padding-top: 0;
  padding-bottom: 20px;
}
.pod--cards .constrain {
  padding-left: 0;
  padding-right: 0;
}
.card {
  padding: 22px;
  background-color: #fff;
  border-radius: 30px;
}
.card + .card {
  margin-top: 20px;
}
.card > * + * {
  margin-top: 20px;
}
.card .pod__text > * + * {
  margin-top: 10px;
}
.card__img {
  width: 100%;
  height: auto;
}
.footer {
  border-top: 1px solid #d8d8d8;
}
@media (min-width: 680px) {
  .pod--cards .constrain {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cards {
    margin-right: -10px;
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card {
    padding: 40px;
    background-color: #fff;
    border-radius: 30px;
    margin: 10px;
    width: calc(50% - 20px);
  }
  .card + .card {
    margin-top: 10px;
  }
  .pod-image-link__label {
    left: auto;
  }
}
@media (min-width: 980px) {
  .constrain {
    padding-right: 1.25%;
    padding-left: 1.25%;
  }
  .stack > * + * {
    margin-top: 70px;
  }
  .pod--bg-tint + .pod--bg-tint {
    margin-top: 35px;
  }
  .pod {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pod--intro {
    padding-top: 90px !important;
  }
  .pod__cols {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .pod__col:first-child {
    grid-column: 1;
    grid-row: 1;
  }
  .pod__col:last-child {
    grid-column: 2;
    grid-row: 1;
  }
  .pod__cols--reverse .pod__col:first-child {
    grid-column: 2;
  }
  .pod__cols--reverse .pod__col:last-child {
    grid-column: 1;
  }
  .pod__col {
    flex: 1;
  }
  .pod__header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pod__header > * + * {
    margin-top: 15px;
  }
  .pod__header h2 {
    font-size: 35px;
  }
  .pod__text h2,
  .pod__text h3 {
    font-size: 1.5rem;
  }
  .card {
    width: calc(33.333333% - 20px);
  }
  .pod--intro .pod__text {
    max-width: 400px;
  }
  .pod--signposts .pod__header {
    padding-bottom: 50px;
  }
  .signpost {
    padding: 50px 0 60px 0;
    max-width: 400px;
  }
  .pod__col:nth-child(even) .signpost {
    background-color: #f3f3f3;
    padding: 50px 80px 60px 80px;
    max-width: 100%;
  }
  .pod--double-video {
    padding-bottom: 90px;
  }
  .pod--double-video .pod__cols {
    grid-gap: 80px;
  }
  .pod--feature .pod__cols {
    grid-gap: 80px;
  }
  .feature-pod + .feature-pod {
    margin-top: 90px;
  }
  .pod--cards .pod__header {
    padding-bottom: 80px;
  }
  .pod--downloads .pod__cols {
    grid-gap: 20px;
  }
}
.pod--logos {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pod--logos .logos {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.pod--logos .logos .logo {
  white-space: nowrap;
  width: 31%;
  margin-top: 10px;
  margin-left: 1.1%;
}
.pod--logos .logos .logo:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.pod--logos .logos .logo:nth-child(3n + 1) {
  margin-left: 0;
}
.pod--logos .logos img {
  width: 100%;
  vertical-align: middle;
}
.pod--logos .button {
  margin-top: 20px;
}
.pod--logos + .pod--logos {
  margin-top: 0;
}
.pod--logos .rte-field p {
  font-size: 19px;
  line-height: 30px;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  padding: 0;
}
@media (min-width: 680px) {
  .pod--logos .logos .logo {
    margin-left: 1.5%;
  }
}
@media (min-width: 980px) {
  .pod--logos {
    padding-top: 50px !important;
    padding-bottom: 50px;
  }
  .pod--logos .logos .logo {
    margin-left: 3%;
    width: 14.1%;
  }
  .pod--logos .logos .logo:nth-child(3n + 1) {
    margin-left: 3%;
  }
  .pod--logos .logos .logo:nth-child(6n + 1) {
    margin-left: 0;
  }
}
.LightGreen {
  background-color: #7fb361;
  color: #ffffff;
}
.Specialist {
  background: #bfbb98;
}
.Co-ordinator {
  background: #93b3d5;
}
.LightGrey {
  background: #f3f3f3;
}
.Grey {
  background: #ababab;
}
.White {
  background: #ffffff;
}
.Transparent {
  background: url(/common/images/home/blog-listing-background.webp);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}
.resources {
  border-top: 1px solid #d8d8d8;
  color: #545454;
  padding-top: 50px;
}
.resources svg {
  fill: currentColor;
}
.resource-filters {
  display: grid;
  align-items: center;
  gap: 10px;
}
.resource-filters__heading {
  font-size: 24px;
  font-weight: normal;
}
.resource-filters__keyword-container {
  position: relative;
}
.resource-filters__keyword {
  background-color: #f6f6f6;
  border: none;
  padding: 15px 60px 15px 15px;
  display: block;
  width: 100%;
  font-family: inherit;
  color: #545454;
  font-size: 16px;
}
.resource-filters__select {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #ebebeb;
  appearance: none;
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, transparent 50%, #545454 50%), linear-gradient(135deg, #545454 50%, transparent 50%);
  background-position: right 18px top 1.4em, right 13px top 1.4em;
  background-size: 5px 5px, 5px 5px;
  font-family: inherit;
  color: #545454;
  font-size: 16px;
}
.resource-filters__submit {
  position: absolute;
  top: 4px;
  right: 5px;
  bottom: 0;
  border: none;
  background: none;
  color: #00833C;
}
.resources__selected {
  text-align: right;
  margin: 20px 0;
  font-size: 22px;
}
.resource-card {
  border-radius: 10px;
  border: 1px solid #ebebeb;
}
.resource-card + .resource-card {
  margin-top: 20px;
}
.resource-card__img-container {
  position: relative;
}
.resource-card__img {
  width: 100%;
  height: auto;
}
.resource-card__tag {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  border-top-right-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 105px;
}
.resource-card__tag--case-study {
  background-color: #bfbc98;
}
.resource-card__tag--blog-article {
  background-color: #4a659a;
}
.resource-card__tag--download {
  background-color: #c14533;
}
.resource-card__img {
  display: block;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.resource-card__text {
  padding: 15px;
  line-height: 1.5;
}
.resource-card__text * {
  margin: 0;
}
.resource-card__text > * + * {
  margin-top: 15px;
}
.resource-card__heading {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
}
.pagination {
  color: #545454;
  font-size: 18px;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.pagination__item {
  color: #545454;
  border: 1px solid #ebebeb;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 150ms ease, color 150ms ease;
}
.pagination__item--prev {
  margin-right: 10px;
}
.pagination__item--next {
  margin-left: 10px;
}
.pagination__item--prev svg {
  transform: scaleX(-1);
}
.pagination__item:not(.pagination__item--prev) + .pagination__item:not(.pagination__item--next) {
  border-left: none;
}
.pagination__item:hover,
.pagination__item:focus-within,
.pagination__item--selected {
  background-color: #00833C;
  color: #fff;
}
@media (min-width: 540px) {
  .resource-filters {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
@media (min-width: 680px) {
  .resource-cards .constrain {
    padding-left: 20px;
    padding-right: 20px;
  }
  .resource-cards {
    margin-right: -10px;
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .resource-card {
    background-color: #fff;
    margin: 10px 10px 30px 10px !important;
    width: calc(50% - 20px);
  }
  .resource-card__text {
    padding: 30px;
  }
  .pagination {
    margin: 20px 0 50px 0;
  }
}
@media (min-width: 980px) {
  .resource-filters {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }
  .resource-card {
    width: calc(33.333333% - 20px);
  }
}
.form-pod {
  background-color: #f3f3f3 !important;
  color: #000;
}
.form-pod h1,
.form-pod h2,
.form-pod h3,
.form-pod h4 {
  color: #000 !important;
}
.form-pod .form-wrapper {
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
/**
 * Dynamic
 *
 * Individual page styles, helps to keep them
 * well defined and separate
 */
.case-study-pod.plant {
  background: #edd95c;
}
.case-study-pod.plant .row .span10 .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #edd95c;
}
.case-study-pod.plant .row .span10 .span6:nth-of-type(2) {
  background: url(/common/images/person_plant.png);
  background-size: cover;
  height: 460px;
}
.case-study-pod.resource {
  background: #a83d72;
}
.case-study-pod.resource .row .span10 .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #a83d72;
}
.case-study-pod.resource .row .span10 .span6:nth-of-type(2) {
  background: url(/common/images/person_resource.png);
  background-size: cover;
  height: 460px;
}
.case-study-pod.sharper {
  background: #c14533;
}
.case-study-pod.sharper .row .span10 .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #c14533;
}
.case-study-pod.sharper .row .span10 .span6:nth-of-type(2) {
  background: url(/common/images/person_sharper.png);
  background-size: cover;
  height: 460px;
}
.case-study-pod.specialist {
  background: #bfbb98;
}
.case-study-pod.specialist .row .span10 .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #bfbb98;
}
.case-study-pod.specialist .row .span10 .span6:nth-of-type(2) {
  background: url(/common/images/person_specialist.png);
  background-size: cover;
  height: 460px;
}
.case-study-pod.teamwork {
  background: #82b764;
}
.case-study-pod.teamwork .row .span10 .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #82b764;
}
.case-study-pod.teamwork .row .span10 .span6:nth-of-type(2) {
  background: url(/common/images/person_teamworker.png);
  background-size: cover;
  height: 460px;
}
.case-study-pod.co-ordinator {
  background: #93b3d5;
}
.case-study-pod.co-ordinator .row .span10 .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #93b3d5;
}
.case-study-pod.co-ordinator .row .span10 .span6:nth-of-type(2) {
  background: url(/common/images/person_co-ordinator.png);
  background-size: cover;
  height: 460px;
}
.case-study-pod.finisher {
  background: #864a33;
}
.case-study-pod.finisher .row .span10 .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #864a33;
}
.case-study-pod.finisher .row .span10 .span6:nth-of-type(2) {
  background: url(/common/images/person_finisher.png) no-repeat bottom;
  background-size: cover;
  height: 460px;
}
.case-study-pod.implementer {
  background: #4a659a;
}
.case-study-pod.implementer .row .span10 .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #4a659a;
}
.case-study-pod.implementer .row .span10 .span6:nth-of-type(2) {
  background: url(/common/images/person_implementer.png) no-repeat bottom;
  background-size: cover;
  height: 460px;
}
.case-study-pod.monitor {
  background: #aea5b7;
}
.case-study-pod.monitor .row .span10 .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #aea5b7;
}
.case-study-pod.monitor .row .span10 .span6:nth-of-type(2) {
  background: url(/common/images/person_monitor.png) no-repeat bottom;
  background-size: cover;
  height: 460px;
}
@media (max-height: 768px) {
  .case-study-pod.plant {
    background: #edd95c;
  }
  .case-study-pod.plant .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #edd95c;
  }
  .case-study-pod.plant .row .span10 .span6:nth-of-type(2) {
    background: url(/common/images/person_plant.png) no-repeat bottom;
    background-size: contain;
    height: 460px;
  }
  .case-study-pod.resource {
    background: #a83d72;
  }
  .case-study-pod.resource .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #a83d72;
  }
  .case-study-pod.resource .row .span10 .span6:nth-of-type(2) {
    background: url(/common/images/person_resource.png) no-repeat bottom;
    background-size: contain;
    height: 460px;
  }
  .case-study-pod.sharper {
    background: #c14533;
  }
  .case-study-pod.sharper .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #c14533;
  }
  .case-study-pod.sharper .row .span10 .span6:nth-of-type(2) {
    background: url(/common/images/person_sharper.png) no-repeat bottom;
    background-size: contain;
    height: 460px;
  }
  .case-study-pod.specialist {
    background: #bfbb98;
  }
  .case-study-pod.specialist .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #bfbb98;
  }
  .case-study-pod.specialist .row .span10 .span6:nth-of-type(2) {
    background: url(/common/images/person_specialist.png) no-repeat bottom;
    background-size: contain;
    height: 460px;
  }
  .case-study-pod.teamwork {
    background: #82b764;
  }
  .case-study-pod.teamwork .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #82b764;
  }
  .case-study-pod.teamwork .row .span10 .span6:nth-of-type(2) {
    background: url(/common/images/person_teamworker.png) no-repeat bottom;
    background-size: contain;
    height: 460px;
  }
  .case-study-pod.co-ordinator {
    background: #93b3d5;
  }
  .case-study-pod.co-ordinator .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #93b3d5;
  }
  .case-study-pod.co-ordinator .row .span10 .span6:nth-of-type(2) {
    background: url(/common/images/person_co-ordinator.png) no-repeat bottom;
    background-size: contain;
    height: 460px;
  }
  .case-study-pod.finisher {
    background: #864a33;
  }
  .case-study-pod.finisher .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #864a33;
  }
  .case-study-pod.finisher .row .span10 .span6:nth-of-type(2) {
    background: url(/common/images/person_finisher.png) no-repeat bottom;
    background-size: contain;
    height: 460px;
  }
  .case-study-pod.implementer {
    background: #4a659a;
  }
  .case-study-pod.implementer .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #4a659a;
  }
  .case-study-pod.implementer .row .span10 .span6:nth-of-type(2) {
    background: url(/common/images/person_implementer.png) no-repeat bottom;
    background-size: contain;
    height: 460px;
  }
  .case-study-pod.monitor {
    background: #aea5b7;
  }
  .case-study-pod.monitor .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #aea5b7;
  }
  .case-study-pod.monitor .row .span10 .span6:nth-of-type(2) {
    background: url(/common/images/person_monitor.png) no-repeat bottom;
    background-size: contain;
    height: 460px;
  }
}
@media (max-width: 768px) {
  .case-study-pod.plant {
    background: #edd95c;
  }
  .case-study-pod.plant .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 51%!important;
  }
  .case-study-pod.plant .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #edd95c;
  }
  .case-study-pod.plant .row .span10 .span6:nth-of-type(2) {
    width: 46%!important;
    background: url(/common/images/person_plant.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.resource {
    background: #a83d72;
  }
  .case-study-pod.resource .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 51%!important;
  }
  .case-study-pod.resource .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #a83d72;
  }
  .case-study-pod.resource .row .span10 .span6:nth-of-type(2) {
    width: 46%!important;
    background: url(/common/images/person_resource.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.sharper {
    background: #c14533;
  }
  .case-study-pod.sharper .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 51%!important;
  }
  .case-study-pod.sharper .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #c14533;
  }
  .case-study-pod.sharper .row .span10 .span6:nth-of-type(2) {
    width: 46%!important;
    background: url(/common/images/person_sharper.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.specialist {
    background: #bfbb98;
  }
  .case-study-pod.specialist .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 51%!important;
  }
  .case-study-pod.specialist .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #bfbb98;
  }
  .case-study-pod.specialist .row .span10 .span6:nth-of-type(2) {
    width: 46%!important;
    background: url(/common/images/person_specialist.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.teamwork {
    background: #82b764;
  }
  .case-study-pod.teamwork .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 51%!important;
  }
  .case-study-pod.teamwork .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #82b764;
  }
  .case-study-pod.teamwork .row .span10 .span6:nth-of-type(2) {
    width: 46%!important;
    background: url(/common/images/person_teamworker.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.co-ordinator {
    background: #93b3d5;
  }
  .case-study-pod.co-ordinator .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 51%!important;
  }
  .case-study-pod.co-ordinator .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #93b3d5;
  }
  .case-study-pod.co-ordinator .row .span10 .span6:nth-of-type(2) {
    width: 46%!important;
    background: url(/common/images/person_co-ordinator.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.finisher {
    background: #864a33;
  }
  .case-study-pod.finisher .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 51%!important;
  }
  .case-study-pod.finisher .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #864a33;
  }
  .case-study-pod.finisher .row .span10 .span6:nth-of-type(2) {
    width: 46%!important;
    background: url(/common/images/person_finisher.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.implementer {
    background: #4a659a;
  }
  .case-study-pod.implementer .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 51%!important;
  }
  .case-study-pod.implementer .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #4a659a;
  }
  .case-study-pod.implementer .row .span10 .span6:nth-of-type(2) {
    width: 46%!important;
    background: url(/common/images/person_implementer.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.monitor {
    background: #aea5b7;
  }
  .case-study-pod.monitor .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 51%!important;
  }
  .case-study-pod.monitor .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #aea5b7;
  }
  .case-study-pod.monitor .row .span10 .span6:nth-of-type(2) {
    width: 46%!important;
    background: url(/common/images/person_monitor.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
}
@media (max-width: 568px) {
  .case-study-pod.plant {
    background: #edd95c;
  }
  .case-study-pod.plant .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 100%!important;
    margin-left: 0px!important;
  }
  .case-study-pod.plant .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #edd95c;
  }
  .case-study-pod.plant .row .span10 .span6:nth-of-type(2) {
    width: 100%!important;
    margin-left: 0px!important;
    background: url(/common/images/person_plant.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.resource {
    background: #a83d72;
  }
  .case-study-pod.resource .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 100%!important;
    margin-left: 0px!important;
  }
  .case-study-pod.resource .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #a83d72;
  }
  .case-study-pod.resource .row .span10 .span6:nth-of-type(2) {
    width: 100%!important;
    background: url(/common/images/person_resource.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.sharper {
    background: #c14533;
  }
  .case-study-pod.sharper .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 100%!important;
    margin-left: 0px!important;
  }
  .case-study-pod.sharper .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #c14533;
  }
  .case-study-pod.sharper .row .span10 .span6:nth-of-type(2) {
    width: 100%!important;
    margin-left: 0px!important;
    background: url(/common/images/person_sharper.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.specialist {
    background: #bfbb98;
  }
  .case-study-pod.specialist .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 100%!important;
    margin-left: 0px!important;
  }
  .case-study-pod.specialist .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #bfbb98;
  }
  .case-study-pod.specialist .row .span10 .span6:nth-of-type(2) {
    width: 100%!important;
    margin-left: 0px!important;
    background: url(/common/images/person_specialist.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.teamwork {
    background: #82b764;
  }
  .case-study-pod.teamwork .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 100%!important;
    margin-left: 0px!important;
    padding-left: 0px!important;
  }
  .case-study-pod.teamwork .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #82b764;
  }
  .case-study-pod.teamwork .row .span10 .span6:nth-of-type(2) {
    width: 100%!important;
    margin-left: 0px!important;
    background: url(/common/images/person_teamworker.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.co-ordinator {
    background: #93b3d5;
  }
  .case-study-pod.co-ordinator .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 100%!important;
    margin-left: 0px!important;
  }
  .case-study-pod.co-ordinator .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #93b3d5;
  }
  .case-study-pod.co-ordinator .row .span10 .span6:nth-of-type(2) {
    width: 100%!important;
    margin-left: 0px!important;
    background: url(/common/images/person_co-ordinator.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.finisher {
    background: #864a33;
  }
  .case-study-pod.finisher .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 100%!important;
    margin-left: 0px!important;
  }
  .case-study-pod.finisher .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #864a33;
  }
  .case-study-pod.finisher .row .span10 .span6:nth-of-type(2) {
    width: 100%!important;
    margin-left: 0px!important;
    background: url(/common/images/person_finisher.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.implementer {
    background: #4a659a;
  }
  .case-study-pod.implementer .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 100%!important;
    margin-left: 0px!important;
  }
  .case-study-pod.implementer .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #4a659a;
  }
  .case-study-pod.implementer .row .span10 .span6:nth-of-type(2) {
    width: 100%!important;
    margin-left: 0px!important;
    background: url(/common/images/person_implementer.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
  .case-study-pod.monitor {
    background: #aea5b7;
  }
  .case-study-pod.monitor .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 0px!important;
    width: 100%!important;
    margin-left: 0px!important;
  }
  .case-study-pod.monitor .row .span10 .span6:nth-of-type(1) .button {
    background: #ffffff;
    color: #aea5b7;
  }
  .case-study-pod.monitor .row .span10 .span6:nth-of-type(2) {
    width: 100%!important;
    margin-left: 0px!important;
    background: url(/common/images/person_monitor.png) no-repeat bottom;
    background-size: contain;
    height: 380px;
  }
}
/** 
 * Layout
 * 
 * Includes anything relating to the layout
 * but not the pages... 
 */
html {
  scroll-behavior: smooth;
}
@media (max-width: 568px) {
  body {
    padding-top: 65px;
  }
}
body.campaign-page .main-header {
  padding-bottom: 40px;
}
body.campaign-page .main-header.sticky-header {
  padding-bottom: 23px;
}
@media (max-width: 980px) {
  body.campaign-page .main-header {
    padding: 15px 10px 23px 10px !important;
  }
}
body.campaign-page .header.top-level {
  padding-top: 60px;
}
body.campaign-page .header.top-level .row .span6 {
  height: 570px;
}
body.campaign-page .select-wrapper.half-width select {
  margin: 6.5px 0;
}
/**
 * Header styles
 */
h1 {
  font-weight: 200;
  font-size: 48px;
  margin-bottom: 30px;
}
h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}
/**
 * Some basic resets here
 */
p {
  margin-bottom: 18px;
}
ul {
  margin-bottom: 18px;
}
sup {
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 12px;
  line-height: 0.75rem;
  line-height: 10px;
  line-height: 0.625rem;
}
.inline {
  display: inline-block;
}
strong {
  font-weight: bold;
}
.no-padding {
  padding: 0px !important;
}
.input-validation-error {
  border: 2px solid #FB4141;
  background-color: #FFECF0;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
article a {
  color: #545454;
  text-decoration: none;
}
article a:hover {
  opacity: 0.8;
}
.cc-link {
  display: inline !important;
}
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
  max-width: none;
}
.mobile-menu {
  display: none;
}
.search-menu {
  display: none;
}
.search-menu .mobile-search-button {
  cursor: pointer;
  margin-top: -2px;
}
.bxslider {
  display: none;
}
.bxslider.homepage .item .row.main-item .span6 {
  float: right;
  margin-top: 160px;
  margin-bottom: 0;
}
@media (max-width: 1370px) {
  .bxslider.homepage .item .row.main-item .span6 {
    padding-right: 86px;
  }
}
@media (max-width: 1190px) {
  .bxslider.homepage .item .row.main-item .span6 {
    margin-top: 100px;
    padding-bottom: 140px;
  }
}
@media (max-width: 1024px) {
  .bxslider.homepage .item .row.main-item .span6 {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .bxslider.homepage .item .row.main-item .span6 {
    margin-top: 24px;
    padding-bottom: 100px;
    padding-right: 0;
  }
}
@media (max-width: 568px) {
  .bxslider.homepage .item .row.main-item .span6 {
    float: left;
    position: relative;
    height: auto !important;
    margin: 0;
  }
}
.bxslider.homepage .item .row.main-item .span6.image {
  float: left;
  margin: 0;
  padding-bottom: 0;
}
@media (max-width: 568px) {
  .bxslider.homepage .item .row.main-item .span6.image {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .bxslider.homepage .item .row.main-item .span6.image .bottom-align-container {
    vertical-align: bottom;
    width: 100%;
    position: absolute;
    bottom: 0px;
  }
}
@media (max-width: 568px) {
  .bxslider.homepage .item .row.main-item .span6.image .bottom-align-container {
    position: initial;
    max-width: 50%;
  }
}
@media (max-width: 1370px) {
  .bxslider.homepage .item .row.main-item .span6.image {
    padding-left: 86px;
  }
}
@media (max-width: 980px) {
  .bxslider.homepage .item .row.main-item .span6.image {
    background-position: bottom left 33%;
    padding-top: 0;
    width: 42% !important;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .bxslider.homepage .item .row.main-item .span6.image {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 680px) {
  .bxslider.homepage .item .row.main-item .span6.image {
    width: 45% !important;
  }
}
@media (max-width: 980px) {
  .bxslider.homepage .item .row.main-item .span6:nth-of-type(2) {
    width: 39% !important;
  }
}
@media (max-width: 680px) {
  .bxslider.homepage .item .row.main-item .span6:nth-of-type(2) {
    width: 45% !important;
    margin-left: 0px !important;
  }
}
.product-points .bx-prev {
  /*
        left: 20%!important;
        */
  height: 55px !important;
  /*
          @media(max-width:1540px) {
            left: 10%!important;
        }*/
}
.product-points .bx-next {
  /*
        right: 20%!important;*/
  height: 55px !important;
  /*
        @media(max-width:1700px) {
            right: 15%!important;
        }
        
          @media(max-width:1540px) {
            right: 8%!important;
        }
        
            @media(max-width:1300px) {
            right: 6%!important;
        }
        */
}
.product-features {
  padding: 100px 0px;
}
.product-features .row .span5 {
  margin-left: 9.58333333%;
}
.product-features .row .span5:nth-child(2n) {
  margin-left: 1.25%;
  margin-right: 9.58333333%;
}
.product-features .row .span5 h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
}
.product-features .row .span5 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 30px;
}
.product-features .row .span5 .button {
  background: #00843d;
  color: white;
  text-decoration: none;
  border: #00843d;
  padding: 5px 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-features .row .span5 .button:hover {
  background: #006e32;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.from-the-blog {
  padding: 60px 10px 80px 10px;
}
@media (max-width: 768px) {
  .from-the-blog {
    padding: 30px 20px 20px 10px;
  }
}
@media (max-width: 568px) {
  .from-the-blog {
    padding: 40px 20px 20px 15px;
  }
}
@media (max-width: 768px) {
  .from-the-blog .row .span3 {
    width: 30.83333333%;
    margin-bottom: 30px;
  }
  .from-the-blog .row .span3.intro {
    width: 98%;
  }
}
@media (max-width: 568px) {
  .from-the-blog .row .span3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.from-the-blog .row .span3 h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 20px;
  color: #545454;
  font-weight: 600;
}
.from-the-blog .row .span3 h3 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #545454;
  font-weight: 600;
}
@media (min-width: 569px) and (max-width: 768px) {
  .from-the-blog .row .span3 h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 568px) {
  .from-the-blog .row .span3 h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding-top: 10px;
  }
}
.from-the-blog .row .span3 h3 a {
  color: #545454;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.from-the-blog .row .span3 h3 a:hover {
  opacity: 0.8;
}
.from-the-blog .row .span3 h4 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #989898;
  padding: 0 0 10px 0;
}
.from-the-blog .row .span3 p,
.from-the-blog .row .span3 span {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 30px;
  color: #545454;
  margin-bottom: 0px;
}
@media (max-width: 568px) {
  .from-the-blog .row .span3 p,
  .from-the-blog .row .span3 span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
}
.from-the-blog .row .span3 .button {
  color: white;
  text-decoration: none;
  background: #a73c73;
  border: #a73c73;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.from-the-blog .row .span3 .button:hover {
  background: #8e3362;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 568px) {
  .from-the-blog .row .span3 .button {
    margin-bottom: 15px;
  }
}
.product-points {
  border-bottom: 60px solid white;
}
.product-points .bx-wrapper {
  height: auto !important;
  background: url(/common/images/home/product-point-header.webp);
  margin-bottom: 0px;
  background-size: cover;
}
.product-points .bx-wrapper .bx-viewport {
  background: transparent !important;
  border: 0px !important;
}
.product-points .bx-wrapper .bx-viewport .bxslider-productpage {
  height: 100%;
}
.product-points .bx-wrapper .bx-viewport .item {
  height: 100%;
}
.product-points .bx-wrapper .bx-viewport .item .main-item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 768px) {
  .product-points .bx-wrapper .bx-viewport .item .main-item .image {
    height: auto;
  }
}
@media (max-width: 568px) {
  .product-points .bx-wrapper .bx-viewport .item .main-item .image {
    height: auto;
    margin: 0;
  }
}
@media (max-width: 980px) {
  .product-points .bx-wrapper .bx-viewport .item .main-item .image img {
    margin-top: 34px;
  }
}
@media (max-width: 768px) {
  .product-points .bx-wrapper .bx-viewport .item .main-item .image img {
    position: initial;
    bottom: auto;
    margin-top: 30%;
  }
}
@media (max-width: 568px) {
  .product-points .bx-wrapper .bx-viewport .item .main-item .image img {
    max-width: 300px;
    margin-top: 0;
  }
}
.product-points .bx-wrapper .bx-viewport .item .main-item .text {
  padding-left: 35px;
  margin-top: 56px;
  margin-bottom: 82px;
}
@media (max-width: 980px) {
  .product-points .bx-wrapper .bx-viewport .item .main-item .text {
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 768px) {
  .product-points .bx-wrapper .bx-viewport .item .main-item .text {
    padding: 10px 0px 0px 0px;
    margin-right: 0;
  }
  .product-points .bx-wrapper .bx-viewport .item .main-item .text h2 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
  .product-points .bx-wrapper .bx-viewport .item .main-item .text p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (max-width: 650px) {
  .product-points .bx-wrapper .bx-viewport .item .main-item .text {
    width: 96%;
    margin: 0 1.5%;
  }
}
@media (max-width: 568px) {
  .product-points .bx-wrapper .bx-viewport .item .main-item .text {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
.product-points .bx-wrapper .bx-viewport .item .main-item .span6 {
  margin-left: 1.25% !important;
}
.product-points .item {
  height: 500px;
  border: 0px;
}
.product-points .item .main-item {
  position: relative;
  display: block;
  padding: 60px 0px 0 0px;
  height: 100%;
}
@media (max-width: 980px) {
  .product-points .item .main-item {
    padding: 65px 0 0;
  }
}
.product-points .item .main-item .image {
  /* left: percentage((@column+3*@margin)/@max-width);
                position: absolute;
                bottom: 0; */
}
@media (max-width: 768px) {
  .product-points .item .main-item .image {
    left: 0px;
  }
}
.product-points .item .main-item .text {
  float: right;
  margin-right: 9.58333333%;
}
.product-points .item .main-item h3 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  padding: 0px;
  margin-bottom: 0px;
}
@media (max-width: 568px) {
  .product-points .item .main-item h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding-top: 10px;
  }
}
.product-points .item .main-item h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #767775;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
}
.product-points .item .main-item p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  margin-bottom: 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.product-points .item .main-item .button {
  background: #00843d;
  color: white;
  text-decoration: none;
  border: #00843d;
  padding: 5px 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-points .item .main-item .button:hover {
  background: #006e32;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.content-area--Transparent {
  background: url(/common/images/home/blog-listing-background.webp);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}
@media (max-width: 568px) {
  .content-area .row .span12 .product-testimonial .row .span12 {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 980px) {
  .content-area.article-area .row .span12 {
    margin-top: 0 !important;
  }
}
.product-testimonial {
  padding: 20px 0 0 0;
}
.product-testimonial.has-image {
  padding: 40px 0 40px 0;
}
.product-testimonial .row .span12 {
  margin-top: 15px;
  padding-bottom: 10px !important;
}
@media (max-width: 568px) {
  .product-testimonial .row .span12 {
    margin: 0px !important;
    width: 100% !important;
  }
}
.product-testimonial .row .span12 img {
  margin-top: -125px;
}
.product-testimonial .row .span8,
.product-testimonial .row .span12 {
  background: #aea5b8;
  float: none !important;
  margin: auto;
  text-align: center;
  padding: 10px 10px;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  border-top: 0px !important;
  margin-top: 20px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.product-testimonial .row .span8 .testimonial-circle,
.product-testimonial .row .span12 .testimonial-circle {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 140px;
  margin-top: -40px;
  height: 140px;
  border: 20px solid #a83d73;
}
@media (max-width: 980px) {
  .product-testimonial .row .span8 .testimonial-circle,
  .product-testimonial .row .span12 .testimonial-circle {
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .product-testimonial .row .span8 .testimonial-circle,
  .product-testimonial .row .span12 .testimonial-circle {
    margin-top: -60px;
  }
}
.product-testimonial .row .span8 h2,
.product-testimonial .row .span12 h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 24px !important;
  line-height: 1.5rem !important;
  width: 80% !important;
  font-weight: 200 !important;
  padding: 25px 0 15px 0 !important;
  margin: auto !important;
  color: white !important;
}
.product-testimonial .row .span8 p,
.product-testimonial .row .span12 p {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: 'Meta W01 Regular', Helvetica, Arial, sans-serif !important;
  color: white !important;
  font-weight: normal;
  padding-bottom: 25px;
}
.pricing-options {
  background: #00843d;
  padding: 90px 0px;
}
.pricing-options .row .span10 {
  float: none;
  margin: auto;
}
.pricing-options .row .span10 h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #ffffff;
  margin-bottom: 10px;
}
.pricing-options .row .span10 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: white;
}
.pricing-options .row .span10 .span12 {
  background: #219355;
  padding: 30px 30px;
  border-radius: 15px;
  margin-top: 30px;
  -webkit-border-radius: 15px;
}
.pricing-options .row .span10 .span12 .span2 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: white;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
.pricing-options .row .span10 .span12 .span6 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.pricing-options .row .span10 .span12 .span6 p {
  padding-bottom: 0px !important;
}
.pricing-options .row .span10 .span12 .span6 strong {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
}
.pricing-options .row .span10 .span12 .span4 {
  padding-top: 21px;
}
.pricing-options .row .span10 .span12 .span4 .button {
  background: #a73c73;
  font-weight: 700;
  color: white;
  text-decoration: none;
  float: right;
  margin: auto;
  border: #a73c73;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pricing-options .row .span10 .span12 .span4 .button:hover {
  background: #8e3362;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .row .span3 .button.resources {
  padding-left: 0 !important;
}
@media (max-width: 900px) {
  header .row .span3 .button.resources {
    margin-right: 0;
  }
}
.searcharea {
  margin-top: 0;
  display: inline-block;
  padding-bottom: 6px;
}
.searcharea .button {
  margin-right: 40px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.searcharea .resources {
  padding: 0 !important;
  background-color: transparent !important;
  color: #00843d !important;
  border: none !important;
  margin-right: 7px !important;
}
.searcharea .resources:hover {
  text-decoration: underline;
}
.searcharea div,
.searcharea form {
  display: inline-block;
  vertical-align: middle;
}
.searcharea .search-form {
  margin-left: -5px;
}
.searcharea .select-wrapper select {
  color: #5c5c5c !important;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  background: white;
  padding-left: 0;
  padding-right: 35px;
  border: none;
}
.searcharea .select-wrapper .arrow {
  border: none;
  background-image: url(/common/images/icons/Select_Dropdown_Arrow_Grey.png);
}
.searcharea input[type=text] {
  padding: 5px 0 5px 10px;
  margin-left: 10px;
  margin-top: -8px;
  color: #00843d;
  background-color: transparent;
  background-image: url(/common/images/icons/search-glass.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 29px 29px;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  height: 30px;
  line-height: 27px !important;
  padding-right: 25px;
  border: none;
  width: 35px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
}
.searcharea input[type=text]:focus {
  width: 170px;
  border: none;
  color: #00843d;
  background: url(/common/images/icons/mobile-search-glass_03.jpg) no-repeat right 15px center #f1f1f0;
  border: 0px;
  padding: 0 42px 0 15px;
  width: 100%;
  border-radius: 20px;
}
.searcharea input[type=text]:focus + .button {
  opacity: 0;
}
.searcharea input[type=text]:focus + a + input[type=submit] {
  z-index: 3;
}
.searcharea #searchForm input[type=submit] {
  position: absolute;
  width: 35px;
  height: 27px;
  opacity: 0;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
}
.searcharea input::-webkit-input-placeholder {
  color: black;
}
.searcharea input::-moz-placeholder {
  color: black;
}
.searcharea input:-moz-placeholder {
  /* Older versions of Firefox */
  color: black;
}
.searcharea input:-ms-input-placeholder {
  color: black;
}
@media (max-width: 768px) {
  .searcharea {
    display: none;
  }
}
/* BX SLIDER */
.bx-prev {
  background: url(/common/images/icons/prev-arrow.png) !important;
  /*left: 18%!important;*/
  background-repeat: no-repeat !important;
  width: 55px !important;
  height: 53px !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.bx-prev:hover {
  margin-left: -10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: url(/common/images/icons/prev-arrow-hover.png) !important;
  background-repeat: no-repeat !important;
  background-size: 98% !important;
}
.bx-next {
  background: url(/common/images/icons/next-arrow.png) !important;
  /*right: 18%!important;*/
  background-repeat: no-repeat !important;
  width: 55px !important;
  height: 53px !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.bx-next:hover {
  margin-right: -10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: url(/common/images/icons/next-arrow-hover.png) !important;
  background-repeat: no-repeat !important;
  background-size: 98% !important;
}
@media (max-width: 768px) {
  /*
     .bx-next {
        right: 2%!important;
    }
    
    .bx-prev {
        left: 2%!important;
    }
    */
  .product-points .bx-wrapper {
    background-size: auto 100%;
  }
  .product-points .bx-wrapper .bx-viewport .item .item .span6 h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
  .product-points .bx-wrapper .bx-viewport .item .main-item {
    padding-left: 0px;
    width: 80%;
    padding-top: 20px !important;
  }
  .product-points .bx-wrapper .bx-viewport .item .main-item .span6 h3 {
    padding-top: 0px;
  }
  .product-points .bx-wrapper .bx-viewport .item .main-item .span6 h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
@media (max-width: 568px) {
  .product-points .bx-wrapper {
    min-height: 433px !important;
    background-size: cover !important;
  }
  .product-points .bx-wrapper .bx-viewport {
    min-height: 433px !important;
  }
  .product-points .bx-wrapper .bx-viewport .item .main-item,
  .product-points .bx-wrapper .bx-viewport .item .item {
    padding-left: 0px;
    padding-top: 20px !important;
  }
  .product-points .bx-wrapper .bx-viewport .item .main-item .span6,
  .product-points .bx-wrapper .bx-viewport .item .item .span6 {
    /*&:nth-of-type(2) {
                                padding-left: 0px;
                                margin-left: 0px;
                                position: absolute;
                                top: 20px;
                                width: 90%;
                            }*/
  }
  .product-points .bx-wrapper .bx-viewport .item .main-item .span6:nth-of-type(1),
  .product-points .bx-wrapper .bx-viewport .item .item .span6:nth-of-type(1) {
    width: 190px;
    background-size: 75% !important;
    margin-top: 70px;
    bottom: -83px;
  }
  .product-points .bx-wrapper .bx-viewport .item .main-item .span6:nth-of-type(1) img,
  .product-points .bx-wrapper .bx-viewport .item .item .span6:nth-of-type(1) img {
    left: 35px;
  }
  .product-points .bx-wrapper .bx-viewport .item .main-item .span6 h3,
  .product-points .bx-wrapper .bx-viewport .item .item .span6 h3 {
    padding-top: 0px;
  }
  .product-points .bx-wrapper .bx-viewport .item .main-item .span6 p,
  .product-points .bx-wrapper .bx-viewport .item .item .span6 p {
    width: 93%;
  }
}
.loadMoreCases {
  background: url(/common/images/home/case-study-header.webp);
  padding: 50px 0px;
  background-position: 0px -80px;
}
.loadMoreCases .row .span12#caseStudyLoad {
  text-align: center;
}
.loadMoreCases .row .span12#caseStudyLoad .button {
  background: #a73c73;
  color: #fff;
  margin: auto;
}
.person-slider {
  display: none !important;
}
@media (max-width: 768px) {
  .span11.people {
    display: none !important;
  }
  .speech-bubble {
    opacity: 1 !important;
    position: relative !important;
    top: 0 !important;
    min-width: 100px;
  }
  .person-slider {
    display: block !important;
  }
  .person-slider .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-top: 59px;
  }
  html.no-flexbox .person-slider .slick-list .slick-track {
    display: block;
  }
  .person-slider .slick-list .slick-track .slick-slide {
    text-align: center;
  }
  .person-slider .slick-list .slick-track .slick-slide img {
    width: 95% !important;
    max-width: 240px !important;
  }
}
@media (max-width: 768px) and (max-width: 568px) {
  .person-slider .slick-list .slick-track {
    display: block;
  }
}
.cover-img {
  position: relative;
}
.cover-img__img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.img-block {
  display: block;
  width: 100%;
  height: auto;
}
.img-block--max {
  height: auto;
  width: auto;
  max-width: 100%;
}
.grid-section > div:first-child {
  padding-top: 40px;
}
.grid-section .row.span12 .span8 h2,
.grid-section .row.span12 .span8 h3,
.grid-section .row.span12 .span8 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
}
.grid-section .row.span12 .span8 h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
}
.grid-section .row.span12 .span8 h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-bottom: 25px;
  font-weight: 600;
}
.grid-section .row.span12 .span8 p {
  font-size: 19px;
  line-height: 30px;
  padding: 0;
  margin-bottom: 20px;
}
header {
  width: 100%;
  padding: 30px 0 0 0;
  background: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.menu-sticky {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  overflow: scroll;
}
@media (max-width: 568px) {
  header {
    padding: 10px 0px 0px 0px;
    position: fixed;
    top: 0;
    z-index: 999;
    background: white;
  }
}
header .row .logo {
  margin: 15px 0 0 1.25%;
  width: 14%;
}
header .row .logo img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
  width: 90%;
}
@media (max-width: 980px) {
  header .row .logo {
    margin-top: 11px;
  }
}
@media (max-width: 870px) {
  header .row .logo {
    margin-top: 0;
  }
}
header .row .for-nav {
  width: 40%;
  margin: 12px 0 0 1.25%;
}
@media (max-width: 1048px) {
  header .row .for-nav {
    width: 45%;
  }
}
@media (max-width: 940px) {
  header .row .for-nav {
    width: 42%;
  }
}
@media (max-width: 980px) {
  header .row .for-nav {
    margin-top: 7px;
  }
}
@media (max-width: 900px) {
  header .row .for-nav {
    width: 41%;
  }
}
header .row .span7 nav ul {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
}
header .row .span7 nav ul li {
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1048px) {
  header .row .span7 nav ul li {
    padding-right: 15px;
  }
}
@media (min-width: 870px) and (max-width: 980px) {
  header .row .span7 nav ul li {
    padding-right: 10px;
  }
  header .row .span7 nav ul li sup {
    font-size: 7px;
    font-size: 0.4375rem;
    line-height: 11px;
    line-height: 0.6875rem;
    line-height: 8px;
    line-height: 0.5rem;
  }
}
header .row .span7 nav ul li:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 8px;
  bottom: 0;
  left: 2px;
  background: url(/common/images/icons/nav-down-arrow.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .row .span7 nav ul li:hover ul li {
  display: block;
}
header .row .span7 nav ul li:hover,
header .row .span7 nav ul li.active {
  color: #a73c73;
}
header .row .span7 nav ul li:hover:after,
header .row .span7 nav ul li.active:after {
  bottom: -15px;
  opacity: 1;
}
header .row .span7 nav ul li:hover a,
header .row .span7 nav ul li.active a {
  color: #a73c73;
}
header .row .span7 nav ul li a {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #00843d;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-decoration: none;
}
@media (max-width: 980px) {
  header .row .span7 nav ul li a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 19px;
    line-height: 1.1875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
header .row .span7 nav ul li a:hover {
  color: #a73c73;
}
header .row .span7 nav ul li a span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  display: block;
}
@media (max-width: 980px) {
  header .row .span7 nav ul li a span {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}
header .row .span3 {
  text-align: right;
  float: right;
  width: 40%;
  margin-left: 0;
}
@media (max-width: 1142px) {
  header .row .span3 {
    /*width: 32%;*/
  }
}
@media (max-width: 1048px) {
  header .row .span3 {
    /*width: 34%;*/
  }
}
@media (max-width: 984px) {
  header .row .span3 {
    /*width: 35%;*/
  }
}
@media (max-width: 941px) {
  header .row .span3 {
    /*width: 37%;*/
    margin-top: 7px;
  }
}
@media (max-width: 900px) {
  header .row .span3 {
    /*width: 38%;*/
  }
}
header .row .span3 .button {
  background: url(/common/images/icons/person-sticky-header-login.png) no-repeat left 6px center #00843d;
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #ffffff;
  border: 1px solid #00843d;
  display: inline-block;
  padding: 4px 10px 4px 25px !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .row .span3 .button:hover {
  background: url(/common/images/icons/person-sticky-header-login.png) no-repeat left 6px center #006e32;
}
@media (max-width: 980px) {
  header .row .span3 .button {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
header .row .span3 nav {
  margin: 10px 0 10px 0;
  position: relative;
}
@media (max-width: 980px) {
  header .row .span3 nav {
    margin-top: 7px;
    position: relative;
    margin-left: -10px;
  }
}
header .row .span3 nav ul {
  list-style: none;
  display: inline-block;
  margin-bottom: 0px;
}
header .row .span3 nav ul li {
  display: inline-block;
  position: static;
  padding-left: 15px;
  padding-bottom: 20px;
}
header .row .span3 nav ul li.has-child {
  padding-right: 13px;
}
header .row .span3 nav ul li.has-child a:hover {
  color: #00843d;
  cursor: pointer;
}
header .row .span3 nav ul li ul {
  display: none;
}
@media (max-height: 700px) {
  header .row .span3 nav ul li ul {
    overflow-y: auto;
  }
}
@media (min-height: 300px) and (max-height: 500px) {
  header .row .span3 nav ul li ul {
    max-height: 180px;
  }
}
@media (min-height: 500px) and (max-height: 700px) {
  header .row .span3 nav ul li ul {
    max-height: 380px;
  }
}
header .row .span3 nav ul li:hover ul.country-dropdown {
  width: 120px !important;
  left: 50px;
}
header .row .span3 nav ul li:hover ul.country-dropdown li a {
  text-align: center;
}
header .row .span3 nav ul li:hover ul {
  display: block;
  position: absolute;
  width: 320px !important;
  /*padding: 20px 25px 0px 25px;*/
  background: white;
  border: 1px solid #dadada;
  left: auto;
  right: 0;
  text-align: left;
  z-index: 999;
  margin-top: 20px;
}
@media (max-width: 980px) {
  header .row .span3 nav ul li:hover ul {
    margin-top: 12px !important;
  }
}
header .row .span3 nav ul li:hover ul li {
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0px;
}
header .row .span3 nav ul li:hover ul li a {
  color: #545454;
  text-align: left;
  padding: 10px 30px;
  display: block;
}
@media (max-width: 980px) {
  header .row .span3 nav ul li:hover ul li a {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    line-height: 17px !important;
    line-height: 1.0625rem !important;
  }
}
header .row .span3 nav ul li:hover ul li a:hover {
  background-color: #00843d;
  color: #ffffff;
}
@media (max-width: 980px) {
  header .row .span3 nav ul li:hover ul {
    margin-top: 5px;
  }
}
header .row .span3 nav ul li:hover ul.sub-zero {
  right: 0;
}
header .row .span3 nav ul li:hover ul.sub-zero::before,
header .row .span3 nav ul li:hover ul.sub-zero::after {
  left: 90px;
}
header .row .span3 nav ul li:hover ul.sub-one {
  right: 0;
}
header .row .span3 nav ul li:hover ul.sub-one::before,
header .row .span3 nav ul li:hover ul.sub-one::after {
  left: 180px;
}
header .row .span3 nav ul li:hover ul.sub-two {
  right: 0;
}
header .row .span3 nav ul li:hover ul.sub-two::before,
header .row .span3 nav ul li:hover ul.sub-two::after {
  left: 170px;
}
header .row .span3 nav ul li:hover ul::before,
header .row .span3 nav ul li:hover ul::after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
header .row .span3 nav ul li:hover ul::before {
  border-color: rgba(218, 218, 218, 0);
  border-bottom-color: #dadada;
  border-width: 11px;
  margin-left: -11px;
}
header .row .span3 nav ul li:hover ul::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
header .row .span3 nav ul li a {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #00843d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-decoration: none;
}
@media (max-width: 980px) {
  header .row .span3 nav ul li a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    line-height: 19px !important;
    line-height: 1.1875rem !important;
  }
}
header .row .span3 nav ul li a:hover {
  color: #a73c73;
}
header .row .span3 nav ul li a span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  display: block;
}
header .row .span3 nav ul li img {
  height: 20px;
}
.header {
  width: 100%;
  min-height: 330px;
}
@media (max-width: 768px) {
  .header {
    min-height: 0;
  }
}
.header a {
  color: #3e3e3e;
  text-decoration: underline;
}
.header a:hover {
  color: #00843d;
}
.header .banner__img {
  filter: brightness(0.85);
}
.header.search-results {
  height: 290px;
  min-height: 0;
}
.header.search-results .row .span8 {
  margin-left: 9.58333333%;
}
@media (max-width: 768px) {
  .header.search-results {
    height: auto;
  }
  .header.search-results .row .span8 h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  .header.search-results .row .span8 {
    margin-bottom: 0;
  }
}
.header.case-study-header {
  background: url(/common/images/home/case-study-header.webp);
  background-size: cover;
  height: auto;
  min-height: 0;
}
.header.case-study-header .row [class^=span] p span {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
@media (max-width: 1200px) {
  .header.case-study-header .row .full-title {
    padding-left: 15px;
  }
}
@media (max-width: 980px) {
  .header.case-study-header .row .full-title {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .header.case-study-header p {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 980px) {
  .header.case-article {
    min-height: 0;
  }
}
.header.case-article .row {
  position: relative;
}
.header.case-article .row .span5 {
  margin-bottom: 80px;
}
.header.case-article .row p {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
@media (max-width: 980px) {
  .header.case-article .row .span5 {
    width: 40%;
    margin-left: 1.25%;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .header.case-article .row .span5,
  .header.case-article .row .span6 {
    margin-bottom: 0;
  }
  .header.case-article .row .span5 {
    width: 80%;
  }
  .header.case-article .row .span6 {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .header.case-article .row .span6 img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 568px) {
  .header.case-article .row .span5 {
    margin-bottom: 30px;
  }
}
.header.case-article .row .span6 {
  padding-top: 0;
}
@media (min-width: 769px) and (max-width: 980px) {
  .header.case-article .row .span6 {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .header.case-article .row .span6 {
    padding-top: 60px !important;
  }
}
@media (max-width: 568px) {
  .header.case-article .row .span6 {
    padding-top: 0px !important;
  }
}
.header.case-article .row .span6 .case-study-person {
  background: url(/common/images/roles/woman-with-board.png) no-repeat center center;
  background-size: cover;
  min-height: 330px;
  width: 320px;
  position: relative;
  margin: 0% 20%;
}
@media (max-width: 980px) {
  .header.case-article .row .span6 .case-study-person {
    width: 254px;
    height: 290px;
  }
}
.header.case-article .row .span6 .case-study-person img {
  display: block;
}
.header.login-page .row .span12 {
  text-align: center;
}
.header.login-page .row .span12 h1 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  color: white;
  font-weight: 200;
}
@media (max-width: 768px) {
  .header.login-page .row .span12 h1 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 568px) {
  .header.login-page .row .span12 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-weight: 200;
  }
}
.header.top-level {
  background-image: url(/common/images/home/belbin_background.webp);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #e1e1df;
  height: 650px;
}
@media (max-width: 980px) {
  .header.top-level {
    height: auto !important;
  }
  .header.top-level .row .span6 {
    margin-top: 0px;
    height: auto !important;
    width: 40%;
    background-size: contain;
    background-position: bottom !important;
  }
}
.header.top-level .row .span5 {
  padding-top: 140px;
}
@media (max-width: 768px) {
  .header.top-level .row .span5 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  .header.top-level .row .span5 {
    width: 50%;
    margin: 1.25%;
    padding-left: 15px;
  }
}
.header.top-level .row .span6 {
  margin-top: -40px;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat !important;
  background-position: bottom;
}
@media (max-width: 980px) {
  .header.top-level .row .span6 {
    margin-top: -78px;
  }
}
@media (max-width: 870px) {
  .header.top-level .row .span6 {
    margin-top: -60px;
  }
}
.header.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #545454;
  min-height: 400px;
}
.header.banner .row .span8 {
  padding-top: 10px;
  max-height: 320px;
}
@media (max-width: 568px) {
  .header.banner .row .span8 {
    width: 94%;
  }
}
.header.banner .row .span8 h1 {
  color: #ffffff;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
}
.header.banner .row .span8 h2 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
}
.header.banner .row .span8 p {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 500;
}
.header.banner .row .header-text__grey h1,
.header.banner .row .header-text__grey p {
  color: #545454;
}
.header.banner-video {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e1e1df;
  height: 640px;
}
.header.banner-video .row .span8 {
  padding-top: 30px;
  max-height: 320px;
}
@media (max-width: 568px) {
  .header.banner-video .row .span8 {
    width: 94%;
  }
}
.header.banner-video .row .span8 h1 {
  color: #ffffff;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
}
.header.banner-video .row .span8 h2 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
}
.header.banner-video .row .span8 p {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.header .row .span12.breadcrumbs {
  padding-top: 20px;
  margin-bottom: 0 !important;
}
.header .row .span5,
.header .row .span6,
.header .row .span7 {
  padding-top: 85px;
}
@media (max-width: 768px) {
  .header .row .span5,
  .header .row .span6,
  .header .row .span7 {
    margin-left: 0;
    margin-bottom: 0;
    width: 60%;
    padding-left: 17px;
  }
  .header .row .span5 h1,
  .header .row .span6 h1,
  .header .row .span7 h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 2.25rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}
@media (max-width: 568px) {
  .header .row .span5,
  .header .row .span6,
  .header .row .span7 {
    padding-left: 20px;
  }
  .header .row .span5 h1,
  .header .row .span6 h1,
  .header .row .span7 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-weight: 200;
  }
}
.header .row .span5.full-title,
.header .row .span6.full-title,
.header .row .span7.full-title {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .header .row .span5.full-title,
  .header .row .span6.full-title,
  .header .row .span7.full-title {
    margin-left: 0px;
  }
}
@media (max-width: 568px) {
  .header .row .span5.full-title,
  .header .row .span6.full-title,
  .header .row .span7.full-title {
    width: 91%;
  }
}
.header .row .span5 h2,
.header .row .span6 h2,
.header .row .span7 h2 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #767775;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}
.header .row .span5 h1,
.header .row .span6 h1,
.header .row .span7 h1 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #00843d;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  line-height: 46px;
  line-height: 2.875rem;
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
  font-weight: 200;
}
@media (max-width: 568px) {
  .header .row .span5 h1,
  .header .row .span6 h1,
  .header .row .span7 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-weight: 200;
  }
}
.header .row .span5 p,
.header .row .span6 p,
.header .row .span7 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  padding-bottom: 25px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.header .row .span5 .button,
.header .row .span6 .button,
.header .row .span7 .button {
  background: #00843d;
  color: white;
  text-decoration: none;
  border: #00843d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .row .span5 .button:hover,
.header .row .span6 .button:hover,
.header .row .span7 .button:hover {
  background: #006e32;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
}
.header .row .span8 {
  margin-left: 1.25%;
  padding-top: 85px;
}
@media (max-width: 568px) {
  .header .row .span8 {
    margin-left: 15px;
  }
}
@media (max-width: 1200px) {
  .header .row .span8 {
    padding-left: 15px;
  }
}
.header .row .span8.full-title {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .header .row .span8.full-title {
    margin-left: 0px;
  }
}
.header .row .span8 h2 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #767775;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}
.header .row .span8 h1 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #00843d;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
  font-weight: 200;
}
@media (max-width: 568px) {
  .header .row .span8 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-weight: 200;
  }
}
.header .row .span8 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  padding-bottom: 25px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.header .row .span8 .button {
  background: #00843d;
  color: white;
  text-decoration: none;
  border: #00843d;
  padding: 5px 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .row .span8 .button:hover {
  background: #006e32;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header.login-page {
  padding: 40px 0px 100px 0px;
  height: auto;
  background-size: cover;
  background-image: url(/common/images/home/Login_Bg.webp);
}
.header.login-page .row .span8 {
  float: none;
  margin: auto;
}
.header.login-page .row .span8 h1 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #00843d;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .header.login-page .row .span8 h1 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 568px) {
  .header.login-page .row .span8 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-weight: 200;
  }
}
.header.login-page .help {
  background: white;
}
.header.login-page .help h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #00843d;
}
.header.login-page .help p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 16px;
  line-height: 22px;
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.header.login-page .help .button {
  background: #a73c73;
  color: white !important;
  text-decoration: none !important;
  float: right;
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header.login-page .help .button:hover {
  background: #8e3362;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header.login-page .log-in-form {
  background: #7fb361;
}
.header.login-page .log-in-form .input-validation-error {
  background: url(/common/images/icons/error-icon.png) no-repeat #FFECF0;
  background-position: 96%;
}
.header.login-page .log-in-form h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.header.login-page .log-in-form p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: white;
  padding-bottom: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.header.login-page .log-in-form form input[type="text"],
.header.login-page .log-in-form form input[type="password"] {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 10px 15px;
  border: none;
  width: 100%;
  margin: 7px 0;
}
.header.login-page .log-in-form form input[type="submit"] {
  background: #00843d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 15px;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  color: white;
  padding: 10px 25px;
  border: none;
}
.header.login-page .log-in-form,
.header.login-page .help {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 30px;
  text-align: left;
}
@media (max-width: 768px) {
  .header.login-page .log-in-form,
  .header.login-page .help {
    height: auto !important;
    /* overwrite js */
    width: 70%;
    float: none;
    margin: 30px auto 0 auto;
  }
  .header.login-page .log-in-form .button,
  .header.login-page .help .button {
    float: none;
  }
}
@media (max-width: 568px) {
  .header.login-page .log-in-form,
  .header.login-page .help {
    width: 85%;
  }
}
.header .header-buttons .span6 {
  padding-top: 10px;
}
.header .header-buttons a {
  display: block;
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  background: rgba(200, 200, 200, 0.5);
  border: 4px solid #ababab;
  color: #ffffff;
  padding: 30px 30px;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.header .header-buttons a:hover {
  background: #006e32;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
}
.mobilemenu-content,
.search-content {
  display: none;
}
@media (min-width: 821px) {
  .mobilemenu-content,
  .search-content {
    display: none !important;
  }
}
.mobilemenu-content .partner,
.mobilemenu-content .logged-in {
  background-color: #a83d72;
  color: white;
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px 0 12px !important;
  margin-top: 20px;
  margin-bottom: 0;
}
.mobilemenu-content .logged-in {
  background-color: #00843d;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 0;
}
.mobilemenu-content .resources-logged-in {
  margin-top: 5px;
}
.sticky-header {
  padding: 10px 0px 0px 0px;
  position: fixed;
  -webkit-transition: 0.75s ease;
  -moz-transition: 0.75s ease;
  -ms-transition: 0.75s ease;
  -o-transition: 0.75s ease;
  transition: 0.75s ease;
  top: 0;
  z-index: 999;
  background: white;
}
@media (max-width: 1200px) {
  .sticky-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 821px) {
  .sticky-header .row .span8.logo {
    margin-top: 12px;
  }
}
.sticky-header .row .for-nav {
  margin-top: 12px;
}
.sticky-header .row .span7 nav ul li {
  padding-top: 7px;
}
.sticky-header .row .span7 nav ul li a span {
  display: none;
}
.sticky-header .row .span3 nav {
  margin-top: 10px;
}
.sticky-header .row .span3 nav ul {
  margin-bottom: 0px;
}
.sticky-header .row .span3 nav ul li {
  padding-bottom: 10px;
}
.sticky-header .row .span3 nav ul li:hover ul {
  margin-top: 10px;
}
.sticky-header .row .span3 .searcharea .button.partner {
  width: 30px !important;
  height: 30px;
  padding: 10px !important;
  background: url(/common/images/icons/person-sticky-header-login.png) no-repeat center center #00833c;
  font-size: 0px;
  font-size: 0rem;
  line-height: 4px;
  line-height: 0.25rem;
  color: rgba(255, 255, 255, 0);
}
nav.number {
  display: inline-block;
  margin: 4px !important;
  float: left;
}
nav.number ul li {
  padding-left: 0px !important;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
}
nav.number ul li:hover ul {
  left: -12px !important;
  margin-top: 10px !important;
  max-width: 100% !important;
}
nav.number ul li:hover ul li {
  padding: 0px !important;
}
nav.number ul li:hover ul li a {
  padding: 10px !important;
}
nav.number ul li:hover ul li a:hover {
  color: #ffffff !important;
}
span.number {
  font-family: 'Meta Head W01 Black', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #a03770;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1155px) {
  span.number {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media (max-width: 870px) {
  span.number {
    display: block;
    margin: 10px 0 0 0;
    width: 100%;
    font-weight: bold;
  }
}
span.number a,
span.text {
  color: #a03770 !important;
}
span.number a {
  font-family: 'Meta Headline Offc W01 Black', Helvetica, Arial, sans-serif !important;
  line-height: 23px;
  line-height: 1.4375rem;
  display: inline-block;
}
span.number a img {
  padding-right: 10px;
}
.has-child {
  background: url(/common/images/icons/sub-arrow.png);
  background-repeat: no-repeat;
  background-position: top 10px right;
}
.header-video {
  position: absolute;
  left: 0;
  height: 640px;
  width: 100%;
  opacity: 1;
  overflow: hidden;
}
.header-video iframe {
  object-fit: cover;
  object-position: center;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  /* height based on 1920x1080 ratio */
  height: calc(100vw * 0.5625);
}
body {
  padding-top: 0 !important;
}
.header2 {
  /* Override legacy overly-specific rules */
  height: 66px !important;
  padding: 0 !important;
  border-bottom: 1px solid #e0e0e0;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
}
.header2 *:focus-visible {
  outline: 1px dotted #00843d;
  outline-offset: 3px;
}
.header2 svg {
  fill: currentColor;
  display: block;
}
.header2 a {
  color: inherit;
}
.header2 ul {
  margin: 0;
}
.header2 > .header2__logo {
  margin-left: auto;
}
.header2 > .header-tools {
  margin-right: auto;
}
.header2 > .header2-menu > ul > li:not(.has-children) > a {
  /* Contact us and Purchase buttons */
  padding: 10px 20px;
  border-radius: 20px;
  margin: 10px 0;
  border: 2px solid green;
  color: inherit;
}
.header2 > .header2-menu > ul > li:not(.has-children):nth-last-child(2) > a {
  /* Contact us button */
  background: green;
  color: white;
}
.header2 > .header2-menu > ul > li:not(.has-children):last-child > a:hover {
  /* Purchase hover */
  color: #00843d;
}
.header2 > .header2-menu > ul > li:not(.has-children):nth-last-child(2) > a:hover {
  /* Contact us hover */
  background: #00843d;
}
.header2__logo-link {
  display: inline-block;
}
.header2__logo-img {
  display: block;
  height: auto;
}
.header-tools {
  justify-self: end;
  display: flex;
  align-items: center;
  color: #00843d;
}
.header-tools > * + * {
  margin-left: 20px;
}
.header-tools__item {
  padding: 0;
  margin: 0;
}
.header-tools__search-btn {
  background: none;
  border: none;
  color: inherit;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.header2-menu > ul {
  display: flex;
  color: #424242;
  font-size: 16px;
}
.header2-menu > ul ul {
  font-size: 16px;
}
.header2-menu > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  border-top: 1px solid #e0e0e0;
  right: 0;
  left: 0;
  background-color: #fff;
}
.header2-menu > ul > li:hover > ul,
.header2-menu > ul > li.is-open > ul {
  display: flex;
}
.header2-menu > ul > li:hover > ul.header2-menu__inline,
.header2-menu > ul > li.is-open > ul.header2-menu__inline {
  display: inline-flex !important;
}
.header2-menu li:hover > a,
.header2-menu li > a:focus-within,
.header2-menu li.is-open > a {
  color: #00843d;
}
.header2-menu a {
  position: relative;
  transition: color 150ms ease;
}
.header2-menu > ul > li.has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 3px;
  z-index: 1002;
  background-color: #00843d;
  border-radius: 3px;
  opacity: 0;
  transition: opacity 150ms ease;
}
.header2-menu > ul > li.has-children:hover > a::after,
.header2-menu > ul > li.is-open > a::after {
  opacity: 1;
}
.header2-menu > ul > li {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.header2-menu > ul > li > a {
  padding: 35px 0;
}
.header2-menu .is-split {
  columns: 2;
}
.header2-menu__next {
  border: none;
  background: transparent url(/common/images/icons/arrow-down.svg) no-repeat center;
  background-size: 9px 5px;
  width: 9px;
  height: 18px;
  margin-left: 4px !important;
}
#page::after {
  content: "";
  position: fixed;
  z-index: 999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 0;
  transition: opacity 150ms ease;
}
body.is-menu-open #page::after,
body.is-search-open #page::after {
  opacity: 1;
}
.header2-menu,
.header-tools__item,
.header2-search__close {
  display: none;
}
.header2-menu__inline {
  justify-content: center;
  padding: 35px;
  will-change: transform;
  transform: translateZ(0);
}
.header2-menu__inline > li {
  padding: 0 20px;
}
@media (width: 1039px), (width: 1040px), (width: 1041px) {
  .header2-menu__inline:not(.is-open) {
    display: none !important;
  }
}
.header2-menu__mega {
  padding: 35px max(calc((100vw - 1200px) / 2), 50px);
  gap: 55px;
}
.header2-menu__mega ul li {
  padding-top: 15px;
}
.header2-menu__mega-heading {
  display: block;
  font-size: 18px;
  color: #00843d;
  padding-bottom: 5px;
  font-weight: bold;
}
.header2-search {
  position: absolute;
  top: 66px;
  right: 0;
  left: 0;
  padding: 22px;
  background-color: #fff;
  margin: 0;
  display: flex;
  flex-direction: column;
  z-index: 1030;
  pointer-events: none;
  opacity: 0;
  transition: height 300ms ease, opacity 150ms ease;
}
body.is-search-open .header2-search {
  opacity: 1;
  pointer-events: all;
}
body.is-search-open .header2__mobile-search {
  background-color: #00843d !important;
  color: #fff;
}
body.is-search-open .header2__mobile-search-open {
  display: none;
}
body.is-search-open .header2__mobile-search-close {
  display: block !important;
}
.header2__mobile-search-close {
  display: none !important;
}
.header2 button,
.header2-search__close,
.header2-search input[type="submit"],
.search-form__submit {
  background-color: transparent !important;
  border: none;
  padding: 0;
  margin: 0;
}
.search-form__input {
  width: 100%;
  padding: 15px;
  background-color: #f6f6f6;
  border: none;
  font-size: 18px;
  color: #545454;
}
.search-form__input::placeholder {
  color: #959595;
}
.header2-search__close {
  align-self: flex-end;
  color: #00843d;
}
.search-form__input-group {
  position: relative;
}
.search-form__submit {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #00843d;
}
.search-form__submit svg {
  width: 19px;
  height: 19px;
}
.search-form__label {
  font-size: 18px;
  color: #00843d;
  display: block;
  padding: 20px 0;
}
.search-results-2 {
  padding: 20px 0;
  font-size: 25px;
}
.search-results-2__item {
  color: #00843d;
  display: block;
  background: url("data:image/svg+xml, %3Csvg viewBox='0 0 43 42' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' width='21' height='21'%3E%3Cpath d='m41.27 37.752-8.072-8.072c2.446-3.204 3.788-7.088 3.788-11.186 0-4.94-1.924-9.584-5.418-13.078C28.074 1.924 23.43 0 18.488 0c-4.94 0-9.586 1.924-13.08 5.416-7.21 7.212-7.21 18.944 0 26.154 3.494 3.494 8.14 5.418 13.08 5.418 4.1 0 7.986-1.342 11.188-3.79l8.074 8.072c.486.488 1.124.73 1.76.73.638 0 1.274-.242 1.76-.73.974-.97.974-2.546 0-3.518ZM8.93 28.05c-5.272-5.268-5.27-13.844 0-19.114 2.552-2.552 5.948-3.958 9.558-3.958 3.612 0 7.006 1.406 9.56 3.958 2.554 2.552 3.96 5.948 3.96 9.558 0 3.61-1.406 7.004-3.96 9.556-2.554 2.554-5.948 3.96-9.56 3.96-3.61 0-7.006-1.406-9.558-3.96Z' fill-rule='nonzero' fill='%2300843d' /%3E%3C/svg%3E%0A") no-repeat left;
  background-size: 16px 16px;
  background-position: 0 center;
  padding: 10px 0 10px 25px;
  font-size: 16px;
}
.search-results-2__item:hover span,
.search-results-2__item:focus-within span {
  text-decoration: underline;
}
.header2__mobile-search,
.header2__mobile-menu-btn {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, color 0.2s;
  color: #00843d;
  background-color: #fff;
  border-radius: 0;
}
.header2__mobile-search {
  border-right: 1px solid #e0e0e0 !important;
}
.header2__mobile-menu-btn {
  border-left: 1px solid #e0e0e0 !important;
}
/* Mobile menu icon */
.mobile-menu-icon {
  border: none;
  background: none;
  -webkit-appearance: none;
}
.mobile-menu-icon__icon {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.mobile-menu-icon__bar {
  position: absolute;
  overflow: visible;
  width: 24px;
  height: 2px;
  top: 0;
  left: 0;
  flex: 0 0 auto;
  border-radius: 1px;
  background-color: #00843d;
  opacity: 1;
  transition: background-color 0.2s, opacity 0.2s, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mobile-menu-icon__bar--1 {
  transform: translate3d(3px, 6px, 0);
}
.mobile-menu-icon__bar--2 {
  transform: translate3d(3px, 14px, 0);
  transform-origin: left center;
  transition-duration: 0.2s;
}
.mobile-menu-icon__bar--3 {
  transform: translate3d(3px, 22px, 0);
}
.mm-menu {
  background-color: #fff;
  height: calc(100% - 66px) !important;
  font-family: 'Meta W01 Regular', Helvetica, Arial, sans-serif;
}
.mm-wrapper--opened .mobile-menu-icon__bar--1 {
  transform: translate3d(3px, 14px, 0px) rotate(45deg);
}
.mm-wrapper--opened .mobile-menu-icon__bar--2 {
  opacity: 0;
  transform: translate3d(3px, 14px, 0px) scale(0, 1);
}
.mm-wrapper--opened .mobile-menu-icon__bar--3 {
  transform: translate3d(3px, 14px, 0px) rotate(-45deg);
}
.mm-wrapper--opened .mm-wrapper__blocker {
  left: 66px;
  background: none;
}
.mm-wrapper--opened .header2__mobile-menu-btn {
  background-color: #00843d;
}
.mm-wrapper--opened .mobile-menu-icon__bar {
  background-color: #fff;
}
.mm-btn--next:after,
.mm-btn--prev:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 21px;
  height: 21px;
  border: none;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 15'%3E%3Cpath d='M20.7205 6.82566 14.0386.263167c-.3745-.3552858-.9699-.3502047-1.3381.01142-.3682.361625-.3734.946353-.0116 1.314203l5.0525 4.96218H.954555C.427369 6.55097 0 6.9707 0 7.48847c0 .51777.427369.9375.954555.9375H17.7414l-5.0525 4.96213c-.2481.2354-.3477.584-.2603.9118.0873.3277.348.5837.6817.6695.3338.0858.6887-.0119.9283-.2556l6.6819-6.56252c.3727-.36609.3727-.95953 0-1.32562Z' fill='%23424242'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: contain;
}
.mm-btn--prev:before {
  transform: scaleX(-1);
}
.mobile-menu-footer {
  display: block;
  color: #424242;
  text-align: center;
  padding: 30px;
}
.mobile-menu-footer a {
  color: #00843d !important;
}
.mobile-menu-footer > * + * {
  margin: 20px 0 0 0;
}
.mm-navbar__title {
  background-color: #F6F6F6;
}
.mm-menu,
.mm-panel {
  background-color: #fff;
}
.mm-panels {
  background: none;
}
.mm-navbar__title {
  justify-content: flex-start;
}
.mm-navbar__title > span {
  color: var(--mm-color-text);
}
.mm-navbars--bottom {
  border-top: none;
}
.mobile-menu-footer {
  background: #fff;
}
.mobile-menu-footer-container {
  display: none;
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-color: transparent !important;
}
.faux-title {
  display: none;
}
@media (min-width: 980px) {
  .header2 {
    height: auto !important;
    padding: 0 15px !important;
    grid-gap: 15px;
  }
  .header2__mobile-search,
  .header2__mobile-menu-btn {
    display: none;
  }
  .header2-menu {
    display: block;
  }
  .header-tools__item {
    display: block;
  }
  .header2-search {
    top: 0;
    padding: 26px max(calc((100vw - 1200px) / 2), 50px) 50px max(calc((100vw - 1200px) / 2), 50px);
  }
  .header2-search__close {
    display: block;
  }
  .search-form__input {
    padding: 25px;
    font-size: 25px;
  }
  .search-form__submit {
    right: 25px;
    top: 25px;
  }
  .search-form__submit svg {
    width: 29px;
    height: 29px;
  }
  .search-results-2__item {
    background-size: 21px 21px;
    background-position: 25px center;
    padding: 10px 0 10px 70px;
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .header2 {
    padding: 0 50px;
    grid-template-columns: 1fr auto 1fr;
  }
  .header2-menu > ul > li {
    padding: 0 20px;
  }
  .header2-menu > ul {
    font-size: 18px;
  }
  .header-tools > * + *:not(.header2-search) {
    margin-left: 32px;
  }
}
footer {
  width: 100%;
  background: #ffffff;
  padding: 50px 0px;
}
@media (max-width: 1200px) {
  footer {
    padding: 50px 12px;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  footer {
    padding: 30px 20px;
  }
}
@media (max-width: 568px) {
  footer {
    padding: 30px 7px;
  }
}
footer .logo img {
  height: auto;
}
footer .row .span3 img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .row .span3 img:hover {
  opacity: 0.75;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .span3.social-networks {
  text-align: right;
  font-size: 0;
}
footer .span3.social-networks a {
  margin-left: 10px;
}
footer .span3.social-networks .green-foundation {
  width: 220px;
  right: -5px;
  position: relative;
  margin-top: 5px;
}
footer .span3 h4 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #00843d;
  font-size: 18px;
  line-height: 24px;
}
footer .span3 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #414141;
  font-size: 14px;
  padding-top: 20px;
}
footer .span2 h4 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #00843d;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding-bottom: 20px;
}
footer .span2 ul {
  margin-left: 17px;
  margin-bottom: 0;
}
footer .span2 ul li {
  list-style-image: url(/common/images/icons/list_greenarrow.jpg);
  margin: 0px 0px 0 2px 17px;
  padding-bottom: 4px;
}
footer .span2 ul li a {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #414141;
}
footer .span2 ul li a:hover {
  color: #00833c;
}
@media (max-width: 980px) {
  footer .row [class^=span] {
    margin-bottom: 20px;
  }
  footer .row .logo,
  footer .row .social-networks {
    width: 97.5%;
  }
  footer .row .enquiries,
  footer .row .footer-links {
    width: 30.83333333%;
  }
  footer .row .social-networks {
    margin-bottom: 0;
    text-align: left;
  }
  footer .row .social-networks a {
    margin-left: 0;
    margin-right: 10px;
  }
  footer .row .social-networks .green-foundation {
    left: -5px;
    right: 0;
  }
}
@media (max-width: 568px) {
  footer .row [class^=span] {
    width: 97.5%;
    margin-bottom: 20px;
  }
  footer .row .enquiries a,
  footer .row .enquiries a[href^=tel] {
    color: #00833c;
  }
  footer .row .enquiries p {
    margin-bottom: 0;
    padding-top: 10px;
  }
  footer .row .footer-links {
    margin-bottom: 15px;
  }
  footer .row .social-networks {
    margin-bottom: 0;
  }
}
.sticky-footer {
  position: sticky;
  bottom: 0;
  background: #00833c;
  color: #fff;
  padding: 20px 0;
  font-size: 20px;
  z-index: 999;
}
.sticky-footer * {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
.sticky-footer__content {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}
.sticky-footer__text {
  flex: 1;
}
.sticky-footer__text * {
  margin: 0;
}
.sticky-footer__btn {
  background: #fff;
  border-radius: 30px;
  color: #00833c;
  display: flex;
  align-items: center;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: bold;
}
.sticky-footer__btn svg {
  fill: currentColor;
  display: block;
  margin: 0 0 0 10px;
}
@media (max-width: 568px) {
  .sticky-footer {
    padding: 10px 0;
  }
  .sticky-footer__text {
    font-size: 15px;
    text-align: center;
  }
  .sticky-footer__btn {
    flex-direction: column-reverse;
    font-size: 12px;
    padding: 5px 20px 8px 20px;
  }
  .sticky-footer__btn svg {
    margin: 0 0 5px 0;
    width: 14px;
    height: 14px;
  }
}
.breadcrumbs {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  position: relative;
}
.breadcrumbs * {
  display: inline;
}
.breadcrumbs a {
  padding-left: 2px;
}
.breadcrumbs a:hover {
  text-decoration: underline !important;
}
@media (max-width: 1200px) {
  .breadcrumbs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 20px 15px 0 17px !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 568px) {
  .breadcrumbs {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .breadcrumbs a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    line-height: 18px !important;
    line-height: 1.125rem !important;
  }
}
.breadcrumbs.banner {
  color: #ffffff;
}
.breadcrumbs.banner a {
  color: #ffffff;
}
/** 
 * Pages
 *
 * Individual page styles, helps to keep them
 * well defined and separate
 */
.autocomplete-suggestions {
  width: 270px !important;
  padding: 20px 20px 0 20px;
  background: white;
  border: 1px solid #dadada;
  left: auto!important;
  top: 42px !important;
  right: 0!important;
  text-align: left;
}
@media (max-width: 980px) {
  .autocomplete-suggestions {
    width: 210px!important;
    margin-top: 5px;
  }
}
.autocomplete-suggestions::before,
.autocomplete-suggestions::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  /*comment */
}
.autocomplete-suggestions::before {
  border-color: rgba(218, 218, 218, 0);
  border-bottom-color: #dadada;
  border-width: 11px;
  margin-left: -11px;
}
.autocomplete-suggestions::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  display: block;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 20px;
  cursor: pointer;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  color: #00843d;
}
.bx-wrapper {
  background: url(/common/images/home/belbin_homepage-circles.webp) #ebebe9;
  background-size: cover;
  margin-bottom: 0;
}
.bx-wrapper .bx-viewport {
  background: transparent !important;
  border: 0px !important;
  left: 0;
}
.bx-wrapper .bx-viewport .main-item .image {
  vertical-align: bottom;
  height: 100%;
}
.bx-wrapper .bx-viewport .main-item .image img {
  vertical-align: bottom;
  position: initial;
  bottom: 0px;
  max-height: 100%;
  margin: 0 auto;
  display: block;
  float: none;
  position: relative;
  bottom: -1px;
}
/*
    .bx-prev{
        left: 2%!important;
        height:55px!important;
    }
    
    .bx-next{
        right: 2%!important;
        height:55px!important;
    }
    
 

.bx-pager{
    display: none;
}*/
.bx-controls {
  position: initial;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 0;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
.bx-controls-direction {
  height: 0px;
  width: 100%;
  margin: 0px auto;
  position: absolute;
  top: 45%;
  max-width: 1200px;
}
.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
  top: auto !important;
  margin-top: 0 !important;
  z-index: 50 !important;
}
.bx-controls-direction .bx-prev {
  left: -62px;
}
@media (max-width: 1400px) {
  .bx-controls-direction .bx-prev {
    left: 22px;
  }
}
.bx-controls-direction .bx-next {
  right: -62px;
}
@media (max-width: 1400px) {
  .bx-controls-direction .bx-next {
    right: 22px;
  }
}
.bx-pager {
  width: 100%;
  max-width: 1200px;
  padding: 0px;
  bottom: -45px !important;
  /* override javascript positioning from plugin */
}
.item {
  border: 0px;
}
.main-item {
  padding-top: 30px;
}
@media (max-width: 820px) {
  .main-item {
    padding-top: 48px;
  }
}
.main-item .span6:nth-of-type(1) img {
  float: right;
}
@media (max-width: 980px) {
  .main-item .span6:nth-of-type(1) img {
    float: left;
    width: 85%;
  }
}
.main-item .span6:nth-of-type(2) {
  padding-top: 0px;
  margin-left: -210px;
}
@media (max-width: 1080px) {
  .main-item .span6:nth-of-type(2) {
    margin-left: -180px;
  }
}
.main-item .span6:nth-of-type(2) p {
  width: 100%;
}
@media (max-width: 768px) {
  .main-item .span6:nth-of-type(2) p {
    margin-bottom: 0px;
  }
}
.main-item .span6 h2 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
  padding: 0px;
  margin-bottom: 0px;
}
@media (max-width: 568px) {
  .main-item .span6 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
.main-item .span6 h1 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #00843d;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  .main-item .span6 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-weight: 200;
  }
}
.main-item .span6 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  padding-bottom: 25px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.main-item .span6 .button {
  background: #00843d !important;
  color: white !important;
  text-decoration: none;
  border: #00843d;
  padding: 5px 15px;
}
.introduction {
  padding: 80px 0px 60px 0px;
}
@media (max-width: 1200px) {
  .introduction {
    padding: 80px 20px;
  }
}
@media (max-width: 768px) {
  .introduction {
    padding: 0 0 50px 0px;
  }
}
.introduction .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 568px) {
  .introduction .row {
    display: block;
  }
}
html.no-flexbox .introduction .row {
  display: block;
}
html.no-flexbox .introduction .row [class^=span] {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 0 1.25%;
}
html.no-flexbox .introduction .row [class^=span] img {
  width: 100%;
}
@media (max-width: 768px) {
  .introduction .row {
    display: block;
  }
}
.introduction .row .span12 {
  padding-bottom: 50px;
}
.introduction .row .span4 h2 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #545454;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (max-width: 568px) {
  .introduction .row .span4 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
.introduction .row .span4 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 0;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .introduction .row .span4 p {
    padding-bottom: 20px;
  }
}
.introduction .row .span4 p span {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
@media (max-width: 568px) {
  .introduction .row .span4 p {
    padding-bottom: 20px;
  }
}
.introduction .row .span4 .button {
  display: inline-block;
  background-color: #00843d;
  color: white;
  padding: 10px 30px;
  border: 1px solid #00843d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.introduction .row .span4 .button:hover {
  background: #006e32;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.introduction .row .span7 .video-border {
  border: 10px solid #bfbb98;
  background-color: #bfbb98;
  float: right;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: relative;
}
.introduction .row .span7 .video-border iframe {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.introduction .row .span7 .video-border:before {
  content: '';
  position: absolute;
  top: 50px;
  left: -38px;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 28px solid #bfbb98;
}
@media (max-width: 768px) {
  .introduction .row .span4 {
    width: 92%;
    margin: 0 3.25%;
  }
  .introduction .row .span7 {
    width: 92%;
    margin: 50px 3.25% 0px;
  }
  .introduction .row .span7 .video-border {
    width: 100% !important;
  }
  .introduction .row .span7 .video-border:before {
    left: 20px;
    top: -38px;
    border-top: none;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 28px solid #bfbb98;
  }
}
@media (max-width: 568px) {
  .introduction .row .span8 {
    margin: 0% 3.25%;
  }
}
.tabs {
  margin-bottom: 30px;
  font-size: 0px;
  padding: 0px 0.625%;
  position: relative;
}
@media (max-width: 568px) {
  .tabs {
    padding: 0px;
    width: 100%;
  }
}
.tabs .tab-list {
  position: absolute;
  bottom: 0;
  left: 0.625%;
  width: 100%;
  max-width: 1185px;
  font-size: 0;
}
@media (max-width: 1200px) {
  .tabs .tab-list {
    left: 0;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .tabs .tab-list {
    position: relative;
    left: 0px;
    margin-top: 40px;
    padding: 0 20px 20px 20px;
    background-color: transparent;
  }
}
.tabs .tab {
  bottom: 0;
  float: none;
  height: 110px;
  display: inline-block;
  vertical-align: bottom;
  width: 18.75%;
  border-radius: 10px 10px 0px 0px;
  padding: 32px 16px 10px 16px;
  margin: 0px 0.625%;
  text-align: center;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
  position: relative;
}
@media (max-width: 768px) {
  .tabs .tab {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
}
.tabs .tab:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -9px;
  border-bottom: 15px solid #ffffff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  -webkit-transition: bottom 0.3s ease;
  -moz-transition: bottom 0.3s ease;
  -ms-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
@media (max-width: 768px) {
  .tabs .tab:after {
    display: none;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
}
.tabs .tab:hover {
  height: 185px;
}
.tabs .tab:hover .tab-text {
  -webkit-transition: opacity 0.5s ease 0.3s;
  -moz-transition: opacity 0.5s ease 0.3s;
  -ms-transition: opacity 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
  opacity: 0.8;
}
.tabs .tab:hover:after {
  bottom: 0;
}
@media (max-width: 768px) {
  .tabs .tab:hover:after {
    display: none;
  }
}
.tabs .tab h2,
.tabs .tab a,
.tabs .tab span {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
.tabs .tab h2,
.tabs .tab a {
  color: white;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .tabs .tab h2,
  .tabs .tab a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 680px) {
  .tabs .tab h2,
  .tabs .tab a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media (max-width: 568px) {
  .tabs .tab h2,
  .tabs .tab a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.tabs .tab h2 span,
.tabs .tab a span {
  opacity: 0.5;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  display: block;
}
@media (max-width: 900px) {
  .tabs .tab h2 span,
  .tabs .tab a span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (max-width: 568px) {
  .tabs .tab h2 span,
  .tabs .tab a span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
.tabs .tab h2 span sup,
.tabs .tab a span sup {
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 12px;
  line-height: 0.75rem;
}
.tabs .tab .tab-text {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 900px) {
  .tabs .tab .tab-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
@media (max-width: 568px) {
  .tabs .tab .tab-text {
    font-size: 16px !important;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 1050px) {
  .tabs .tab {
    padding: 20px 12px 10px 12px;
    height: 80px;
  }
  .tabs .tab:hover {
    height: 170px;
  }
  .tabs .tab .tab-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .tabs .tab h2 span,
  .tabs .tab a span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
  .tabs .tab h2,
  .tabs .tab a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 900px) {
  .tabs .tab:hover {
    height: 160px;
  }
  .tabs .tab h2,
  .tabs .tab a {
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media (max-width: 768px) {
  .tabs .tab {
    /*width: percentage((12*@column+22*@margin)/@max-width);
                        margin: 20px percentage(@margin/@max-width) 0 percentage(@margin/@max-width);*/
    width: 100%;
    margin: -15px 0px 0px 0px;
    height: auto;
    padding: 20px 10px;
  }
  .tabs .tab:after {
    bottom: 0;
  }
  .tabs .tab:hover {
    height: auto;
  }
  .tabs .tab .tab-text {
    opacity: 0.7;
  }
  .tabs .tab h2,
  .tabs .tab a {
    margin-bottom: 10px;
  }
  .tabs .tab h2 span,
  .tabs .tab a span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    display: inline;
    opacity: 1;
  }
}
.tabs .tab.individuals {
  background: #4a659a;
}
.tabs .tab.organisations {
  background: #00843d;
}
.tabs .tab.trainers {
  background: #aea5b7;
}
.tabs .tab.education {
  background: #c14533;
}
.tabs .tab.students {
  background: #bfbb98;
}
@media (max-width: 768px) {
  .tabs .tab.students {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
.what-role {
  background: url(/common/images/home/role_background.webp) no-repeat bottom #F1F1EF;
  background-size: cover;
  padding: 90px 0px 0px 0px;
}
@media (max-width: 980px) {
  .what-role {
    background-size: contain;
  }
}
@media (max-width: 568px) {
  .what-role {
    padding-top: 40px;
  }
  .what-role .row .span12 {
    position: relative;
    z-index: 2;
  }
  .what-role .row .span11 {
    position: relative;
    z-index: 1;
  }
}
.what-role .bx-wrapper {
  display: none;
}
.what-role .row .span12,
.what-role .row .span11 {
  text-align: center;
}
.what-role .row .span12 h2,
.what-role .row .span11 h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 600;
}
.what-role .row .span12 p,
.what-role .row .span11 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #545454;
  padding-bottom: 30px;
  width: 50%;
  margin: auto;
}
.what-role .row .span12 p span,
.what-role .row .span11 p span {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .what-role .row .span12 p,
  .what-role .row .span11 p {
    width: 75%;
  }
}
@media (max-width: 568px) {
  .what-role .row .span12 p,
  .what-role .row .span11 p {
    width: 80%;
  }
}
.what-role .row .span12 .button,
.what-role .row .span11 .button {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: white;
  background: #00843d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.what-role .row .span12 .button:hover,
.what-role .row .span11 .button:hover {
  background: #006e32;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.what-role .row .span12.people,
.what-role .row .span11.people {
  padding-top: 340px;
  margin: 0 10%;
}
@media (max-width: 1080px) {
  .what-role .row .span12.people,
  .what-role .row .span11.people {
    margin: 0 7%;
  }
}
@media (max-width: 768px) {
  .what-role .row .span12.people,
  .what-role .row .span11.people {
    padding-top: 265px;
    margin: 0 9%;
  }
}
@media (max-width: 630px) {
  .what-role .row .span12.people,
  .what-role .row .span11.people {
    margin: 0 7%;
  }
}
.what-role .row .span12.people .overlay,
.what-role .row .span11.people .overlay {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 11.11111111%;
  height: 200px;
}
.what-role .row .span12.people .overlay:hover + .person .speech-bubble,
.what-role .row .span11.people .overlay:hover + .person .speech-bubble,
.what-role .row .span12.people .overlay.active + .person .speech-bubble,
.what-role .row .span11.people .overlay.active + .person .speech-bubble {
  opacity: 1;
}
.what-role .row .span12.people .overlay:hover + .person img,
.what-role .row .span11.people .overlay:hover + .person img,
.what-role .row .span12.people .overlay.active + .person img,
.what-role .row .span11.people .overlay.active + .person img {
  width: 100%;
  z-index: 1;
}
.what-role .row .span12.people .overlay:hover + .person img.light,
.what-role .row .span11.people .overlay:hover + .person img.light,
.what-role .row .span12.people .overlay.active + .person img.light,
.what-role .row .span11.people .overlay.active + .person img.light {
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.what-role .row .span12.people .person,
.what-role .row .span11.people .person {
  width: 239px;
  margin-left: -40px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.what-role .row .span12.people .person img,
.what-role .row .span11.people .person img {
  position: relative;
  width: 90%;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: bottom;
}
.what-role .row .span12.people .person img.light,
.what-role .row .span11.people .person img.light {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.what-role .row .span12.people .overlay.index-0 img,
.what-role .row .span11.people .overlay.index-0 img,
.what-role .row .span12.people .person.index-0 img,
.what-role .row .span11.people .person.index-0 img {
  width: 80%;
}
.what-role .row .span12.people .overlay.index-0 img.light,
.what-role .row .span11.people .overlay.index-0 img.light,
.what-role .row .span12.people .person.index-0 img.light,
.what-role .row .span11.people .person.index-0 img.light {
  left: 24px;
}
.what-role .row .span12.people .overlay.index-1,
.what-role .row .span11.people .overlay.index-1,
.what-role .row .span12.people .person.index-1,
.what-role .row .span11.people .person.index-1 {
  left: 10%;
}
.what-role .row .span12.people .overlay.index-1 img.light,
.what-role .row .span11.people .overlay.index-1 img.light,
.what-role .row .span12.people .person.index-1 img.light,
.what-role .row .span11.people .person.index-1 img.light {
  left: 12px;
}
@media (max-height: 768px) {
  .what-role .row .span12.people .overlay.index-1 img.light,
  .what-role .row .span11.people .overlay.index-1 img.light,
  .what-role .row .span12.people .person.index-1 img.light,
  .what-role .row .span11.people .person.index-1 img.light {
    left: 10px;
  }
}
.what-role .row .span12.people .overlay.index-2,
.what-role .row .span11.people .overlay.index-2,
.what-role .row .span12.people .person.index-2,
.what-role .row .span11.people .person.index-2 {
  left: 20%;
}
.what-role .row .span12.people .overlay.index-2 img,
.what-role .row .span11.people .overlay.index-2 img,
.what-role .row .span12.people .person.index-2 img,
.what-role .row .span11.people .person.index-2 img {
  width: 80%;
}
.what-role .row .span12.people .overlay.index-2 img.light,
.what-role .row .span11.people .overlay.index-2 img.light,
.what-role .row .span12.people .person.index-2 img.light,
.what-role .row .span11.people .person.index-2 img.light {
  left: 24px;
}
@media (max-height: 768px) {
  .what-role .row .span12.people .overlay.index-2 img.light,
  .what-role .row .span11.people .overlay.index-2 img.light,
  .what-role .row .span12.people .person.index-2 img.light,
  .what-role .row .span11.people .person.index-2 img.light {
    left: 20px;
  }
}
.what-role .row .span12.people .overlay.index-3,
.what-role .row .span11.people .overlay.index-3,
.what-role .row .span12.people .person.index-3,
.what-role .row .span11.people .person.index-3 {
  left: 30%;
}
.what-role .row .span12.people .overlay.index-3 img.light,
.what-role .row .span11.people .overlay.index-3 img.light,
.what-role .row .span12.people .person.index-3 img.light,
.what-role .row .span11.people .person.index-3 img.light {
  left: 12px;
}
@media (max-height: 768px) {
  .what-role .row .span12.people .overlay.index-3 img.light,
  .what-role .row .span11.people .overlay.index-3 img.light,
  .what-role .row .span12.people .person.index-3 img.light,
  .what-role .row .span11.people .person.index-3 img.light {
    left: 10px;
  }
}
.what-role .row .span12.people .overlay.index-4,
.what-role .row .span11.people .overlay.index-4,
.what-role .row .span12.people .person.index-4,
.what-role .row .span11.people .person.index-4 {
  left: 40%;
}
.what-role .row .span12.people .overlay.index-4 img,
.what-role .row .span11.people .overlay.index-4 img,
.what-role .row .span12.people .person.index-4 img,
.what-role .row .span11.people .person.index-4 img {
  width: 80%;
}
.what-role .row .span12.people .overlay.index-4 img.light,
.what-role .row .span11.people .overlay.index-4 img.light,
.what-role .row .span12.people .person.index-4 img.light,
.what-role .row .span11.people .person.index-4 img.light {
  left: 24px;
}
@media (max-height: 768px) {
  .what-role .row .span12.people .overlay.index-4 img.light,
  .what-role .row .span11.people .overlay.index-4 img.light,
  .what-role .row .span12.people .person.index-4 img.light,
  .what-role .row .span11.people .person.index-4 img.light {
    left: 20px;
  }
}
.what-role .row .span12.people .overlay.index-5,
.what-role .row .span11.people .overlay.index-5,
.what-role .row .span12.people .person.index-5,
.what-role .row .span11.people .person.index-5 {
  left: 50%;
}
.what-role .row .span12.people .overlay.index-5 img.light,
.what-role .row .span11.people .overlay.index-5 img.light,
.what-role .row .span12.people .person.index-5 img.light,
.what-role .row .span11.people .person.index-5 img.light {
  left: 12px;
}
@media (max-height: 768px) {
  .what-role .row .span12.people .overlay.index-5 img.light,
  .what-role .row .span11.people .overlay.index-5 img.light,
  .what-role .row .span12.people .person.index-5 img.light,
  .what-role .row .span11.people .person.index-5 img.light {
    left: 10px;
  }
}
.what-role .row .span12.people .overlay.index-6,
.what-role .row .span11.people .overlay.index-6,
.what-role .row .span12.people .person.index-6,
.what-role .row .span11.people .person.index-6 {
  left: 60%;
}
.what-role .row .span12.people .overlay.index-6 img,
.what-role .row .span11.people .overlay.index-6 img,
.what-role .row .span12.people .person.index-6 img,
.what-role .row .span11.people .person.index-6 img {
  width: 80%;
}
.what-role .row .span12.people .overlay.index-6 img.light,
.what-role .row .span11.people .overlay.index-6 img.light,
.what-role .row .span12.people .person.index-6 img.light,
.what-role .row .span11.people .person.index-6 img.light {
  left: 24px;
}
@media (max-height: 768px) {
  .what-role .row .span12.people .overlay.index-6 img.light,
  .what-role .row .span11.people .overlay.index-6 img.light,
  .what-role .row .span12.people .person.index-6 img.light,
  .what-role .row .span11.people .person.index-6 img.light {
    left: 20px;
  }
}
.what-role .row .span12.people .overlay.index-7,
.what-role .row .span11.people .overlay.index-7,
.what-role .row .span12.people .person.index-7,
.what-role .row .span11.people .person.index-7 {
  left: 70%;
}
.what-role .row .span12.people .overlay.index-7 img.light,
.what-role .row .span11.people .overlay.index-7 img.light,
.what-role .row .span12.people .person.index-7 img.light,
.what-role .row .span11.people .person.index-7 img.light {
  left: 12px;
}
@media (max-height: 768px) {
  .what-role .row .span12.people .overlay.index-7 img.light,
  .what-role .row .span11.people .overlay.index-7 img.light,
  .what-role .row .span12.people .person.index-7 img.light,
  .what-role .row .span11.people .person.index-7 img.light {
    left: 10px;
  }
}
.what-role .row .span12.people .overlay.index-8,
.what-role .row .span11.people .overlay.index-8,
.what-role .row .span12.people .person.index-8,
.what-role .row .span11.people .person.index-8 {
  left: 80%;
}
.what-role .row .span12.people .overlay.index-8 img,
.what-role .row .span11.people .overlay.index-8 img,
.what-role .row .span12.people .person.index-8 img,
.what-role .row .span11.people .person.index-8 img {
  width: 80%;
}
.what-role .row .span12.people .overlay.index-8 img.light,
.what-role .row .span11.people .overlay.index-8 img.light,
.what-role .row .span12.people .person.index-8 img.light,
.what-role .row .span11.people .person.index-8 img.light {
  left: 24px;
}
@media (max-height: 768px) {
  .what-role .row .span12.people .overlay.index-8 img.light,
  .what-role .row .span11.people .overlay.index-8 img.light,
  .what-role .row .span12.people .person.index-8 img.light,
  .what-role .row .span11.people .person.index-8 img.light {
    left: 20px;
  }
}
@media (max-width: 980px) {
  .what-role .row .span12.people .overlay.index-0 img.light,
  .what-role .row .span11.people .overlay.index-0 img.light,
  .what-role .row .span12.people .person.index-0 img.light,
  .what-role .row .span11.people .person.index-0 img.light {
    left: 20px;
  }
  .what-role .row .span12.people .overlay.index-1 img.light,
  .what-role .row .span11.people .overlay.index-1 img.light,
  .what-role .row .span12.people .person.index-1 img.light,
  .what-role .row .span11.people .person.index-1 img.light {
    left: 9px;
  }
  .what-role .row .span12.people .overlay.index-2 img.light,
  .what-role .row .span11.people .overlay.index-2 img.light,
  .what-role .row .span12.people .person.index-2 img.light,
  .what-role .row .span11.people .person.index-2 img.light {
    left: 20px;
  }
  .what-role .row .span12.people .overlay.index-3 img.light,
  .what-role .row .span11.people .overlay.index-3 img.light,
  .what-role .row .span12.people .person.index-3 img.light,
  .what-role .row .span11.people .person.index-3 img.light {
    left: 9px;
  }
  .what-role .row .span12.people .overlay.index-4 img.light,
  .what-role .row .span11.people .overlay.index-4 img.light,
  .what-role .row .span12.people .person.index-4 img.light,
  .what-role .row .span11.people .person.index-4 img.light {
    left: 19px;
  }
  .what-role .row .span12.people .overlay.index-5 img.light,
  .what-role .row .span11.people .overlay.index-5 img.light,
  .what-role .row .span12.people .person.index-5 img.light,
  .what-role .row .span11.people .person.index-5 img.light {
    left: 9px;
  }
  .what-role .row .span12.people .overlay.index-6 img.light,
  .what-role .row .span11.people .overlay.index-6 img.light,
  .what-role .row .span12.people .person.index-6 img.light,
  .what-role .row .span11.people .person.index-6 img.light {
    left: 20px;
  }
  .what-role .row .span12.people .overlay.index-7 img.light,
  .what-role .row .span11.people .overlay.index-7 img.light,
  .what-role .row .span12.people .person.index-7 img.light,
  .what-role .row .span11.people .person.index-7 img.light {
    left: 9px;
  }
  .what-role .row .span12.people .overlay.index-8 img.light,
  .what-role .row .span11.people .overlay.index-8 img.light,
  .what-role .row .span12.people .person.index-8 img.light,
  .what-role .row .span11.people .person.index-8 img.light {
    left: 20px;
  }
}
@media (max-height: 768px) {
  .what-role .row .span12.people .overlay.index-0 img.light,
  .what-role .row .span11.people .overlay.index-0 img.light,
  .what-role .row .span12.people .person.index-0 img.light,
  .what-role .row .span11.people .person.index-0 img.light {
    left: 20px;
  }
  .what-role .row .span12.people .overlay.index-1 img.light,
  .what-role .row .span11.people .overlay.index-1 img.light,
  .what-role .row .span12.people .person.index-1 img.light,
  .what-role .row .span11.people .person.index-1 img.light {
    left: 10px;
  }
  .what-role .row .span12.people .overlay.index-2 img.light,
  .what-role .row .span11.people .overlay.index-2 img.light,
  .what-role .row .span12.people .person.index-2 img.light,
  .what-role .row .span11.people .person.index-2 img.light {
    left: 20px;
  }
  .what-role .row .span12.people .overlay.index-3 img.light,
  .what-role .row .span11.people .overlay.index-3 img.light,
  .what-role .row .span12.people .person.index-3 img.light,
  .what-role .row .span11.people .person.index-3 img.light {
    left: 10px;
  }
  .what-role .row .span12.people .overlay.index-4 img.light,
  .what-role .row .span11.people .overlay.index-4 img.light,
  .what-role .row .span12.people .person.index-4 img.light,
  .what-role .row .span11.people .person.index-4 img.light {
    left: 20px;
  }
  .what-role .row .span12.people .overlay.index-5 img.light,
  .what-role .row .span11.people .overlay.index-5 img.light,
  .what-role .row .span12.people .person.index-5 img.light,
  .what-role .row .span11.people .person.index-5 img.light {
    left: 10px;
  }
  .what-role .row .span12.people .overlay.index-6 img.light,
  .what-role .row .span11.people .overlay.index-6 img.light,
  .what-role .row .span12.people .person.index-6 img.light,
  .what-role .row .span11.people .person.index-6 img.light {
    left: 20px;
  }
  .what-role .row .span12.people .overlay.index-7 img.light,
  .what-role .row .span11.people .overlay.index-7 img.light,
  .what-role .row .span12.people .person.index-7 img.light,
  .what-role .row .span11.people .person.index-7 img.light {
    left: 10px;
  }
  .what-role .row .span12.people .overlay.index-8 img.light,
  .what-role .row .span11.people .overlay.index-8 img.light,
  .what-role .row .span12.people .person.index-8 img.light,
  .what-role .row .span11.people .person.index-8 img.light {
    left: 20px;
  }
}
.what-role .slick-list:before,
.what-role .slick-list:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.what-role .slick-list:before {
  border-left: 3px solid #ddd;
  left: 35px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.what-role .slick-list:after {
  border-right: 3px solid #ddd;
  right: 35px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.introduction .row .span8 .video-border ::before {
  content: none!important;
}
.speech-bubble {
  background: #ddd;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: white;
  background-color: #00843d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: inline-block;
  opacity: 0;
  margin-bottom: 1em;
  border-radius: 35px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  vertical-align: top;
  max-width: 130px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.speech-bubble.plant {
  top: 5px;
  background-color: #edd95c;
}
.speech-bubble.plant:after {
  border-top-color: #edd95c;
}
.speech-bubble.resource {
  top: 11px;
  background-color: #a83d72;
}
.speech-bubble.resource:after {
  border-top-color: #a83d72;
}
.speech-bubble.co-ordinator {
  top: 13px;
  background-color: #93b3d5;
}
.speech-bubble.co-ordinator:after {
  border-top-color: #93b3d5;
}
.speech-bubble.sharper {
  top: 13px;
  background-color: #c14533;
}
.speech-bubble.sharper:after {
  border-top-color: #c14533;
}
.speech-bubble.monitor {
  top: 14px;
  background-color: #aea5b7;
}
.speech-bubble.monitor:after {
  border-top-color: #aea5b7;
}
.speech-bubble.teamwork {
  top: 4px;
  background-color: #82b764;
}
.speech-bubble.teamwork:after {
  border-top-color: #82b764;
}
.speech-bubble.implementer {
  top: 10px;
  background-color: #4a659a;
}
.speech-bubble.implementer:after {
  border-top-color: #4a659a;
}
.speech-bubble.finisher {
  top: 20px;
  background-color: #864a33;
}
.speech-bubble.finisher:after {
  border-top-color: #864a33;
}
.speech-bubble.specialist {
  top: 16px;
  background-color: #bfbb98;
}
.speech-bubble.specialist:after {
  border-top-color: #bfbb98;
}
@media (min-width: 769px) {
  .speech-bubble.plant {
    margin-left: -14px;
  }
  .speech-bubble.resource {
    margin-left: -3px;
  }
  .speech-bubble.co-ordinator {
    margin-left: -5px;
  }
  .speech-bubble.sharper {
    margin-left: -8px;
  }
  .speech-bubble.monitor {
    margin-left: 0;
  }
  .speech-bubble.teamwork {
    margin-left: -14px;
  }
  .speech-bubble.implementer {
    margin-left: -4px;
  }
  .speech-bubble.finisher {
    margin-left: -35px;
  }
  .speech-bubble.specialist {
    margin-left: -9px;
  }
}
.speech-bubble:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 17px solid #00843d;
  content: '';
  margin-left: -8px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 0;
  height: 0;
}
@media (max-width: 568px) {
  .speech-bubble {
    opacity: 1;
    position: relative;
    top: 0px;
    min-width: 100px;
  }
  .speech-bubble.resource,
  .speech-bubble.monitor,
  .speech-bubble.finisher {
    min-width: 180px;
  }
}
.active-nav {
  background: url(/common/images/icons/nav-down-arrow.jpg);
  background-position: left 0px bottom;
  background-repeat: no-repeat;
  color: #a73c73 !important;
  padding-bottom: 10px;
  height: 50px;
}
@media (max-width: 768px) {
  .light {
    display: none!important;
    height: 0px!important;
    width: 0px!important;
  }
}
.homepage-heading-text {
  color: white !important;
  padding-top: 50px !important;
  max-height: fit-content !important;
}
@media (max-width: 768px) {
  .homepage-heading-text {
    padding-top: 0px !important;
  }
  .homepage-heading-text h1 {
    font-size: 2.5rem !important;
  }
}
.content-area h2,
.content-area h3 {
  clear: both;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.content-area h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.content-area h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.content-area h4 {
  font-size: 19px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .content-area {
    padding: 0 10px;
  }
}
.content-area.article-area {
  background-image: url(/common/images/home/article-background.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 50px;
}
.content-area.article-area .row .span12 article {
  min-height: 250px;
}
.content-area.search-page {
  background: url(/common/images/home/article-background.webp) no-repeat bottom -180px center;
  padding-bottom: 160px;
}
.content-area.search-page .row .span12 {
  padding: 70px 0px 0px 0px !important;
}
@media (max-width: 768px) {
  .content-area.search-page .row .span12 {
    padding-top: 50px !important;
  }
}
.content-area.faq-page {
  background: url(/common/images/home/article-background.webp) no-repeat bottom -61px center;
  padding-bottom: 150px;
}
.content-area.resources {
  background: url(/common/images/home/article-background.webp) no-repeat bottom;
  padding-bottom: 200px;
}
.content-area.resources .row .span12 .content.span8 {
  padding: 0px;
  margin-top: 0px;
  background: none;
}
.content-area.resources .row .span12 .content.span8 h2 {
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  .content-area.resources .row .span12 .content.span8 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
.content-area .resource-individual {
  margin-bottom: 30px;
  margin-top: 0px !important;
  padding: 0px 0px 20px 0px !important;
  padding-top: 30px !important;
  border-bottom: 1px solid #cccccc;
  border-top: 0px !important;
  margin-left: 0px;
}
.content-area .resource-individual + h3 {
  padding-top: 0 !important;
}
@media (max-width: 568px) {
  .content-area .resource-individual {
    margin: 0px !important;
    width: 100% !important;
  }
  .content-area .resource-individual .span2 {
    padding-bottom: 25px;
  }
}
.content-area .resource-individual .span10 {
  margin-left: 10px;
}
@media (max-width: 568px) {
  .content-area .resource-individual .span10 {
    margin-left: 0px;
  }
}
.content-area .resource-individual .span10 h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 10px !important;
  margin-top: -7px;
}
.content-area .resource-individual .span10 h2:hover {
  text-decoration: underline;
}
@media (max-width: 568px) {
  .content-area .resource-individual .span10 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
.content-area .resource-individual .span10 h2 a {
  text-decoration: none;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
.content-area .resource-individual .span10 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding-bottom: 0px !important;
}
@media (max-width: 568px) {
  .content-area .resource-individual .span10 p {
    padding-bottom: 15px !important;
  }
}
.content-area .resource-individual .span2 {
  margin-left: 0px;
  width: 12%;
  margin-right: 0px;
}
.content-area .row .span12 .span12 h2,
.content-area .row .span12 .span8 h2,
.content-area .row .span12 .span6 h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 600;
}
.content-area .row .span12 .span12 p,
.content-area .row .span12 .span8 p,
.content-area .row .span12 .span6 p {
  font-size: 19px;
  line-height: 30px;
  color: #545454;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  padding: 0;
  margin-bottom: 20px;
}
.content-area .row .span12 .span12 h3,
.content-area .row .span12 .span8 h3,
.content-area .row .span12 .span6 h3 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
}
.content-area .row .span12 .span12 h2,
.content-area .row .span12 .span8 h2,
.content-area .row .span12 .span6 h2,
.content-area .row .span12 .span12 h3,
.content-area .row .span12 .span8 h3,
.content-area .row .span12 .span6 h3 {
  clear: both;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.content-area .row .span12 .span12 h2,
.content-area .row .span12 .span8 h2,
.content-area .row .span12 .span6 h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.content-area .row .span12 .span12 h3,
.content-area .row .span12 .span8 h3,
.content-area .row .span12 .span6 h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.content-area .row .span12 .span12 .content,
.content-area .row .span12 .span8 .content,
.content-area .row .span12 .span6 .content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.content-area .row .span12 .span12 .content .span12 .span10 h2,
.content-area .row .span12 .span8 .content .span12 .span10 h2,
.content-area .row .span12 .span6 .content .span12 .span10 h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 0px;
  margin-top: 10px;
  color: #545454;
  font-weight: 600;
}
.content-area .row .span12 {
  margin: 20px 0 0 0;
  padding: 0px 0px 30px 0px;
  position: relative;
  z-index: 900;
}
@media (max-width: 980px) {
  .content-area .row .span12 {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  .content-area .row .span12 {
    border-top: none;
    padding-top: 50px;
    margin-top: 0 !important;
  }
}
@media (max-width: 568px) {
  .content-area .row .span12 {
    border-top: none;
  }
}
.content-area .row .span12 .span12 {
  border-radius: 0px;
}
.content-area .row .span12 .span8 {
  float: none;
  margin: auto;
}
@media (max-width: 768px) {
  .content-area .row .span12 .span8 {
    width: 90%;
  }
}
@media (max-width: 568px) {
  .content-area .row .span12 .span8 {
    width: 100%;
  }
}
.content-area .row .span12 .content {
  border-radius: 20px 20px 0px 0px;
  background-color: #ffffff;
  margin-top: -70px;
  padding: 80px 200px;
}
.content-area .row .span12 .content h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
}
.content-area .row .span12 .content p {
  color: #545454;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  padding-left: 0px;
}
.content-area .row .span12 .content h3 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
}
.content-area .row .span12 .search-results {
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
  background-color: #ffffff;
  margin-top: -70px;
  padding: 0 17.91666667% 0px 17.91666667%;
}
@media (max-width: 768px) {
  .content-area .row .span12 .search-results {
    margin-top: 0;
  }
}
.content-area .row .span12 .search-results .span12 {
  text-align: center;
  margin-top: 0px;
}
.content-area .row .span12 .search-results .span12.load-more {
  padding-top: 0 !important;
  margin-top: 0px;
  border-top: none;
}
.content-area .row .span12 .search-results .span12.load-more .button {
  background: #a73c73;
  color: #ffffff;
  margin: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.content-area .row .span12 .search-results .span12.load-more .button:hover {
  background: #8e3362;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.content-area .row .span12 .search-results .individual-result {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcb1c7;
}
.content-area .row .span12 .search-results h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (max-width: 568px) {
  .content-area .row .span12 .search-results h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
.content-area .row .span12 .search-results h3 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (max-width: 568px) {
  .content-area .row .span12 .search-results h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding-top: 10px;
  }
}
.content-area .row .span12 .search-results p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-top: 10px;
  margin-bottom: 0px;
}
.content-area .row .span12 .search-results p.purple {
  color: #a73c73;
}
.content-area .row .span12 .contact-details {
  padding: 30px 0px;
}
.content-area .row .span12 .contact-details:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.content-area .row .span12 .contact-details [class^=span] {
  width: 50%;
  margin: 0;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .content-area .row .span12 .contact-details [class^=span] {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .content-area .row .span12 article {
    width: 90%;
  }
}
@media (max-width: 568px) {
  .content-area .row .span12 article {
    width: 100%;
  }
}
.content-area .row .span12 article h3 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (max-width: 568px) {
  .content-area .row .span12 article h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding-top: 10px;
  }
}
.content-area .row .span12 article p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding: 0;
  margin-bottom: 20px;
}
.content-area .row .span12 article p.purple {
  color: #a73c73;
  margin: 0px;
}
.content-area .row .span12 article p.purple strong {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
}
.content-area .row .span12 article ul {
  list-style-type: circle;
  margin-left: 20px;
  margin-bottom: 0;
  padding: 0px 0px 20px 0px;
  list-style-type: none;
}
.content-area .row .span12 article ul li {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  padding: 0 0px 10px 0px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  position: relative;
}
.content-area .row .span12 article ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -20px;
  width: 12px;
  height: 12px;
  border: 3px solid #a73c73;
  background-color: transparent;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.content-area .row .span12 article ul li span {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
.content-area.additional .row .span12 {
  margin-top: 0;
  border-top: 50px solid #fff;
}
.content-area.LightGreen {
  background-color: #7fb361;
  color: #ffffff;
}
.content-area.LightGreen .row .span12 article h3,
.content-area.LightGreen .row .span12 article p,
.content-area.LightGreen .row .span12 article a {
  color: #ffffff;
}
.content-area.specialist {
  background: #bfbb98;
}
.content-area.Co-ordinator {
  background: #93b3d5;
}
.content-area.LightGrey {
  background: #f3f3f3;
}
.content-area.Grey {
  background: #ababab;
}
.content-area.White {
  background: #ffffff;
}
.content-area.Transparent {
  background: url(/common/images/home/blog-listing-background.webp);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}
.sub-navigation-pod-item-image {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 120px;
  margin-bottom: 10px;
}
.sub-navigation-pod {
  background: url(/common/images/home/blog-listing-background.webp);
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  padding: 70px 0px;
  text-align: center;
}
@media (max-width: 980px) {
  .sub-navigation-pod {
    padding: 30px 0 20px 0;
  }
}
.sub-navigation-pod .span4 {
  background: white;
  text-align: left;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 70px;
  border-radius: 15px;
  margin: 1.15%;
  vertical-align: top;
  float: none;
  display: inline-block;
}
.sub-navigation-pod .span4:nth-child(-n+3) {
  margin-top: 0;
}
.sub-navigation-pod .span4 h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (max-width: 568px) {
  .sub-navigation-pod .span4 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
.sub-navigation-pod .span4 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  margin-bottom: 50px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.sub-navigation-pod .span4 .button {
  background: #00843d;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  margin-left: 50px;
  margin-right: 50px;
  left: 25px;
  right: 25px;
  bottom: 30px;
  text-align: center;
}
.sub-navigation-pod .span4 .button:hover {
  background: #006e32;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 980px) {
  .sub-navigation-pod .span4 .button {
    margin-left: 20px;
    margin-right: 20px;
    bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .sub-navigation-pod .span4 {
    width: 29%;
  }
}
@media (max-width: 980px) {
  .sub-navigation-pod .span4 {
    padding: 30px 20px;
  }
  .sub-navigation-pod .span4 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
  .sub-navigation-pod .span4 p {
    margin-bottom: 30px;
  }
}
@media (max-width: 820px) {
  .sub-navigation-pod .span4 {
    width: 45.9%;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.case-study-pod {
  padding-top: 120px;
  background: #3a5079;
}
.case-study-pod.plant {
  background: #d6c453;
}
.case-study-pod.plant .row .span10 .span6 .button {
  color: #d6c453;
}
.case-study-pod .row .span10 {
  margin: auto;
  float: none;
}
.case-study-pod .row .span10 .span6 h1 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  color: #ffffff;
  font-weight: 200;
}
@media (max-width: 568px) {
  .case-study-pod .row .span10 .span6 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-weight: 200;
  }
}
.case-study-pod .row .span10 .span6 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #ffffff;
  padding: 0px 0px 25px 0px;
  margin-bottom: 0;
}
.case-study-pod .row .span10 .span6 .button {
  background: white;
  border: white;
  color: #4a659a;
  text-decoration: none;
  padding: 5px 20px;
  font-weight: 700;
}
.case-study-pod .row .span10 .span6 img {
  display: block;
  float: right;
}
.pricing-columns {
  background: white;
  padding: 40px 0px;
}
.pricing-columns .row .span4 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align: left;
}
.pricing-columns .row .span4.small-business {
  background: #82b664;
}
.pricing-columns .row .span4.small-business .span12.pricing-information {
  background: #72a058;
}
.pricing-columns .row .span4.medium-business {
  background: #aea5b7;
}
.pricing-columns .row .span4.medium-business .span12.pricing-information {
  background: #9990a1;
}
.pricing-columns .row .span4.large-business {
  background: #93b3d5;
}
.pricing-columns .row .span4.large-business .span12.pricing-information {
  background: #80abd9;
}
.pricing-columns .row .span4 .span12.pricing-information {
  width: 100%;
  padding: 30px;
  margin: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
}
@media (max-width: 768px) {
  .pricing-columns .row .span4 .span12.pricing-information {
    height: auto !important;
    /* override equalise js */
  }
}
@media (max-width: 568px) {
  .pricing-columns .row .span4 .span12.pricing-information {
    padding: 25px;
  }
}
.pricing-columns .row .span4 .span12.pricing-information .span6 {
  width: 50%;
  margin: 0;
  padding-right: 15px;
}
.pricing-columns .row .span4 .span12.pricing-information h3 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #ffffff;
  margin-bottom: 12px;
}
@media (max-width: 568px) {
  .pricing-columns .row .span4 .span12.pricing-information h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding-top: 10px;
  }
}
.pricing-columns .row .span4 .span12.pricing-information .span6 h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  margin-bottom: 0px;
  display: inline-block;
}
@media (max-width: 568px) {
  .pricing-columns .row .span4 .span12.pricing-information .span6 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
.pricing-columns .row .span4 .span12.pricing-information .span6 h5 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #ffffff;
  display: inline-block;
}
.pricing-columns .row .span4 .span12.pricing-information h4 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  opacity: 0.5;
}
.pricing-columns .row .span4 .span12.pricing-information p {
  clear: both;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 0px;
  opacity: 0.8;
  text-align: left;
  margin-bottom: 0px;
}
.pricing-columns .row .span4 .span12.pricing-information .span12 {
  width: 100%;
  margin: 5px 0 0 0;
  padding-bottom: 20px;
}
.pricing-columns .row .span4 .span12.pricing-list {
  padding: 15px 50px 30px 50px;
}
.pricing-columns .row .span4 .span12.pricing-list ul {
  margin: auto;
}
.pricing-columns .row .span4 .span12.pricing-list ul li {
  list-style-type: none;
  position: relative;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  margin: 11px 0px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.pricing-columns .row .span4 .span12.pricing-list ul li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -25px;
  height: 17px;
  width: 17px;
  background-image: url(/common/images/icons/list_tick.png);
  background-repeat: no-repeat;
  background-position: center;
}
.pricing-columns .row .span4 .span12.pricing-list .button {
  background: #00843d;
  color: #ffffff;
  margin-left: -23px;
  margin-top: 20px;
  padding: 10px 15px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pricing-columns .row .span4 .span12.pricing-list .button:hover {
  background: #006e32;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pricing-columns .row .span12 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 20px 0px;
  text-align: center;
}
.pricing-columns .row .span12 .span2 {
  float: none;
  margin: auto;
  text-align: center;
}
.pricing-columns .row .span12 .span2:nth-of-type(1) {
  text-decoration: none;
  color: #00843d;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
.other-business-sizes {
  padding: 130px 0px 68px 0px;
  background: url(/common/images/home/other-business-sizes-background.webp) no-repeat center center;
  background-size: cover;
}
@media (max-width: 820px) {
  .other-business-sizes {
    padding: 40px 0px;
  }
}
.other-business-sizes .row .span9 {
  float: none;
  margin: auto;
}
@media (max-width: 1130px) {
  .other-business-sizes .row .span9 {
    width: 90%;
  }
}
@media (max-width: 820px) {
  .other-business-sizes .row .span9 {
    width: 100%;
  }
}
.other-business-sizes .row .span9 .span6 {
  margin-bottom: 42px;
}
@media (max-width: 820px) {
  .other-business-sizes .row .span9 .span6 {
    padding: 30px 20px;
  }
}
@media (max-width: 568px) {
  .other-business-sizes .row .span9 .span6 {
    width: 100%;
    padding: 0 15px 30px 15px;
    margin: 0px;
  }
  .other-business-sizes .row .span9 .span6 p {
    padding-bottom: 0px !important;
  }
}
.other-business-sizes .row .span9 .span6 h3 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
  padding-bottom: 5px;
}
@media (max-width: 568px) {
  .other-business-sizes .row .span9 .span6 h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding-top: 10px;
  }
}
.other-business-sizes .row .span9 .span6 h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 600;
}
@media (max-width: 568px) {
  .other-business-sizes .row .span9 .span6 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
.other-business-sizes .row .span9 .span6 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #3e3e3e;
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .other-business-sizes .row .span9 .span6 p {
    margin-bottom: 20px;
  }
}
.other-business-sizes .row .span9 .span6 .button {
  background: #00843d;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.other-business-sizes .row .span9 .span6 .button:hover {
  background: #006e32;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form-area {
  background: #7fb361;
  padding: 30px 0px;
}
.form-area .row .span10 {
  float: none;
  margin: auto;
  color: #ffffff;
}
.form-area .row .span10 h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  color: #ffffff;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-weight: 200;
}
@media (max-width: 568px) {
  .form-area .row .span10 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-weight: 200;
  }
}
.form-area .row .span10 h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem;
  color: #ffffff;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
@media (max-width: 568px) {
  .form-area .row .span10 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
.form-area .row .span10 h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 200;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  line-height: 22px;
  line-height: 1.375rem;
  padding-bottom: 20px;
}
.form-area .row .span10 p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #ffffff;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  clear: both;
}
.form-area .row .span10 .span8,
.form-area .row .span10 .form-wrapper {
  float: right;
}
.form-area .row .span10 .span8 form input,
.form-area .row .span10 .form-wrapper form input {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 10px 15px;
  border: 0px;
  margin: 7px 0px;
}
.form-area .row .span10 .span8 form input.fullwidth,
.form-area .row .span10 .form-wrapper form input.fullwidth {
  width: 100%;
}
.form-area .row .span10 .span8 form input.half-width,
.form-area .row .span10 .form-wrapper form input.half-width {
  width: 49%;
}
.form-area .row .span10 .span8 form input.half-width.left,
.form-area .row .span10 .form-wrapper form input.half-width.left {
  float: left !important;
}
.form-area .row .span10 .span8 form input.half-width.right,
.form-area .row .span10 .form-wrapper form input.half-width.right {
  float: right !important;
}
.form-area .row .span10 .span8 form .button,
.form-area .row .span10 .form-wrapper form .button {
  background-color: #00843d;
  color: #ffffff;
  float: right;
  clear: both;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 0px;
}
.form-area .row .span10 .span8 form .button:disabled,
.form-area .row .span10 .form-wrapper form .button:disabled {
  background-color: #219355;
}
.form-area .row .span10 .span8 form textarea,
.form-area .row .span10 .form-wrapper form textarea {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  width: 100%;
  min-height: 150px;
  resize: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 10px 15px;
  border: 0px;
  margin: 7px 0px;
}
.form-area .row .span10 .span8 form .select-wrapper .input-validation-error,
.form-area .row .span10 .form-wrapper form .select-wrapper .input-validation-error {
  background-position: 88%;
}
.form-area .row .span10 .span8 form .input-validation-error,
.form-area .row .span10 .form-wrapper form .input-validation-error {
  background: url(/common/images/icons/error-icon.png) no-repeat #FFECF0;
  background-position: 96%;
}
.form-area.LightGreen {
  background-color: #7fb361;
  color: #ffffff;
}
.form-area.Specialist {
  background: #bfbb98;
}
.form-area.Co-ordinator {
  background: #93b3d5;
}
.form-area.LightGrey {
  background: #f3f3f3;
}
.form-area.Grey {
  background: #ababab;
}
.form-area.White {
  background: #ffffff;
}
.form-area.Transparent {
  background: url(/common/images/home/blog-listing-background.webp);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}
.blog-listing-container {
  background: url(/common/images/home/blog-listing-background.webp);
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.blog-listing-container .row .span12.breadcrumbs {
  padding-top: 40px;
}
.blog-listing-container .row .span5 h1 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #00843d;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  padding: 70px 0px 0px 0px;
  margin-bottom: 20px;
  font-weight: 200;
}
@media (max-width: 568px) {
  .blog-listing-container .row .span5 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-weight: 200;
  }
}
.blog-listing-container .row .blog-navigation {
  padding-top: 50px;
}
.blog-listing-container .row .blog-navigation .span12 {
  margin-top: 50px;
}
.blog-listing-container .row .blog-navigation .span12 .select-wrapper {
  display: none;
}
.blog-listing-container .row .blog-navigation .span12 .button {
  background: white;
  color: #00843d;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-listing-container .row .blog-navigation .span12 .button:nth-of-type(1) {
  margin-left: 0px;
}
.blog-listing-container .row .blog-navigation .span12 .button:hover {
  background: #00843d;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-listing-container .row .blog-navigation .span12 .button:hover:after {
  opacity: 0;
}
.blog-listing-container .row .blog-navigation .span12 .button:after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -8px;
  border-top: 13px solid #00843d;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 769px) {
  .blog-listing-container .row .blog-navigation .span12 .button.active {
    background: #00843d;
    color: #ffffff;
  }
  .blog-listing-container .row .blog-navigation .span12 .button.active:after {
    opacity: 1;
  }
}
.blog-listing-container .row .blog-listing-area {
  padding: 35px 0px;
}
.blog-listing-container .row .blog-listing-area .row .span4 {
  background: white;
  padding: 30px 25px;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 15px;
}
.blog-listing-container .row .blog-listing-area .row .span4 h3 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #545454;
  font-weight: 600;
}
@media (max-width: 568px) {
  .blog-listing-container .row .blog-listing-area .row .span4 h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding-top: 10px;
  }
}
.blog-listing-container .row .blog-listing-area .row .span4 h2 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 0px;
  color: #545454;
  font-weight: 600;
}
.blog-listing-container .row .blog-listing-area .row .span4 h2 a {
  color: #545454;
  text-decoration: none;
}
.blog-listing-container .row .blog-listing-area .row .span4 h2 a:hover {
  opacity: 0.8;
}
@media (max-width: 568px) {
  .blog-listing-container .row .blog-listing-area .row .span4 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
.blog-listing-container .row .blog-listing-area .row .span4 h4 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 10px 0 10px 0px;
  color: #8e8e8e;
}
.blog-listing-container .row .blog-listing-area .row .span4 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.blog-listing-container .row .blog-listing-area .row .span12 {
  padding: 15px 0px;
  text-align: center;
}
.blog-listing-container .row .blog-listing-area .row .span12 .button {
  background: #a73c73;
  color: #ffffff;
  margin: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-listing-container .row .blog-listing-area .row .span12 .button:hover {
  background: #8e3362;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tags {
  text-align: center;
  padding: 30px 0 70px 0;
  width: 64.16666667%;
  margin: auto;
  margin-top: 40px;
  border-top: 1px solid #c9c9c9;
}
@media (max-width: 568px) {
  .tags {
    width: 100% !important;
    margin: 0px !important;
  }
}
.tags h3 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
}
.tags h3 span {
  display: inline-block;
  width: 13px;
  height: 16px;
  margin-right: 5px;
  background-image: url(/common/images/icons/tag.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 568px) {
  .tags h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding-top: 10px;
  }
}
.tags .button {
  background: #7f7f7f;
  color: #ffffff;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 3px 15px;
  margin: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tags .button:hover {
  background: #a73c73;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.share-this {
  float: none;
  margin: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.share-this h3 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  padding-bottom: 20px;
  color: #545454;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (max-width: 568px) {
  .share-this h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding-top: 10px;
  }
}
.case-study-navigation {
  clear: both;
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .case-study-navigation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.case-study-navigation .categorylist {
  margin-bottom: 0 !important;
}
@media (max-width: 980px) {
  .case-study-navigation .categorylist {
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .case-study-navigation .categorylist {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .case-study-navigation .categorylist .select-wrapper {
    width: 100% !important;
  }
}
.case-study-navigation .row .span12 .select-wrapper {
  display: none;
}
.case-study-navigation .button {
  background-color: #ffffff;
  color: #00843d !important;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case-study-navigation .button:after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -8px;
  border-top: 13px solid #00843d;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.case-study-navigation .button:hover,
.case-study-navigation .button.active {
  background-color: #00843d !important;
  color: #ffffff !important;
  cursor: pointer;
}
.case-study-navigation .button:hover:after,
.case-study-navigation .button.active:after {
  opacity: 1;
}
.case-study-pod .row .span6 h2 {
  padding-top: 40px;
}
@media (max-width: 568px) {
  .case-study-pod .row .span6 h2 {
    padding-top: 0px;
  }
}
@media (max-width: 568px) {
  .case-study-pod .row .span6 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
.case-study-story,
.case-study-pod {
  background: #00843d;
  padding-top: 85px;
}
.case-study-story.plant,
.case-study-pod.plant {
  background: #d6c453;
}
.case-study-story.plant .row .span6:nth-of-type(1) .button,
.case-study-pod.plant .row .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #d6c453;
}
.case-study-story.plant .row .span6:nth-of-type(2),
.case-study-pod.plant .row .span6:nth-of-type(2) {
  background: url(/common/images/casestudy-plant.png);
  background-size: cover;
}
.case-study-story.plant .row .span6:nth-of-type(2) .case-study-person,
.case-study-pod.plant .row .span6:nth-of-type(2) .case-study-person {
  background: url(/common/images/case-study/pete-plant.png) no-repeat center center;
  height: 100%;
  background-size: contain;
  width: 370px;
  float: right;
}
.case-study-story.resource,
.case-study-pod.resource {
  background: #a83d72;
}
.case-study-story.resource .row .span6:nth-of-type(1) .button,
.case-study-pod.resource .row .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #a83d72;
}
.case-study-story.resource .row .span6:nth-of-type(2),
.case-study-pod.resource .row .span6:nth-of-type(2) {
  background: url(/common/images/casestudy-resource.png);
  background-size: cover;
}
.case-study-story.resource .row .span6:nth-of-type(2) .case-study-person,
.case-study-pod.resource .row .span6:nth-of-type(2) .case-study-person {
  background: url(/common/images/case-study/jill-resource-investigator.png) no-repeat center center;
  height: 100%;
  background-size: contain;
  width: 370px;
  float: right;
}
.case-study-story.sharper,
.case-study-pod.sharper {
  background: #c14533;
}
.case-study-story.sharper .row .span6:nth-of-type(1) .button,
.case-study-pod.sharper .row .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #c14533;
}
.case-study-story.sharper .row .span6:nth-of-type(2),
.case-study-pod.sharper .row .span6:nth-of-type(2) {
  background: url(/common/images/casestudy-sharper.png);
  background-size: cover;
}
.case-study-story.sharper .row .span6:nth-of-type(2) .case-study-person,
.case-study-pod.sharper .row .span6:nth-of-type(2) .case-study-person {
  background: url(/common/images/case-study/jo-specialist.png) no-repeat center center;
  height: 100%;
  background-size: contain;
  width: 370px;
  float: right;
}
.case-study-story.sharper.specialist,
.case-study-pod.sharper.specialist {
  background: #bfbb98;
}
.case-study-story.sharper.specialist .row .span10 .span6:nth-of-type(1) .button,
.case-study-pod.sharper.specialist .row .span10 .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #bfbb98;
}
.case-study-story.sharper.specialist .row .span10 .span6:nth-of-type(2),
.case-study-pod.sharper.specialist .row .span10 .span6:nth-of-type(2) {
  background: url(/common/images/casestudy-specalist.png);
  background-size: cover;
}
.case-study-story.sharper.specialist .row .span10 .span6:nth-of-type(2) .case-study-person,
.case-study-pod.sharper.specialist .row .span10 .span6:nth-of-type(2) .case-study-person {
  background: url(/common/images/case-study/jo-specialist.png) no-repeat center center;
  height: 100%;
  background-size: contain;
  width: 370px;
  float: right;
}
.case-study-story.sharper.specialist.teamwork,
.case-study-pod.sharper.specialist.teamwork {
  background: #82b764;
}
.case-study-story.sharper.specialist.teamwork .row:nth-of-type(1) .button,
.case-study-pod.sharper.specialist.teamwork .row:nth-of-type(1) .button {
  background: #ffffff;
  color: #82b764;
}
.case-study-story.sharper.specialist.teamwork .row:nth-of-type(2),
.case-study-pod.sharper.specialist.teamwork .row:nth-of-type(2) {
  background: url(/common/images/casestudy-teamwork.png);
  background-size: cover;
}
.case-study-story.sharper.specialist.teamwork .row:nth-of-type(2) .case-study-person,
.case-study-pod.sharper.specialist.teamwork .row:nth-of-type(2) .case-study-person {
  background: url(/common/images/case-study/jo-specialist.png) no-repeat center center;
  height: 100%;
  background-size: contain;
  width: 370px;
  float: right;
}
.case-study-story.co-ordinator,
.case-study-pod.co-ordinator {
  background: #93b3d5;
}
.case-study-story.co-ordinator .row .span6:nth-of-type(1) .button,
.case-study-pod.co-ordinator .row .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #93b3d5;
}
.case-study-story.co-ordinator .row .span6:nth-of-type(2),
.case-study-pod.co-ordinator .row .span6:nth-of-type(2) {
  background: url(/common/images/casestudy-co-ordinator.png);
  background-size: cover;
}
.case-study-story.co-ordinator .row .span6:nth-of-type(2) .case-study-person,
.case-study-pod.co-ordinator .row .span6:nth-of-type(2) .case-study-person {
  background: url(/common/images/case-study/nigel-coordinator.png) no-repeat center center;
  height: 100%;
  background-size: contain;
  width: 370px;
  float: right;
}
.case-study-story.finisher,
.case-study-pod.finisher {
  background: #864a33;
}
.case-study-story.finisher .row .span6:nth-of-type(1) .button,
.case-study-pod.finisher .row .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #864a33;
}
.case-study-story.finisher .row .span6:nth-of-type(2),
.case-study-pod.finisher .row .span6:nth-of-type(2) {
  background: url(/common/images/casestudy-finisher.png) no-repeat bottom;
  background-size: cover;
}
.case-study-story.finisher .row .span6:nth-of-type(2) .case-study-person,
.case-study-pod.finisher .row .span6:nth-of-type(2) .case-study-person {
  background: url(/common/images/case-study/tom-completer-finisher.png) no-repeat center center;
  height: 100%;
  background-size: contain;
  width: 370px;
  float: right;
}
.case-study-story.implementer,
.case-study-pod.implementer {
  background: #4a659a;
}
.case-study-story.implementer .row .span6:nth-of-type(1) .button,
.case-study-pod.implementer .row .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #4a659a;
}
.case-study-story.implementer .row .span6:nth-of-type(2),
.case-study-pod.implementer .row .span6:nth-of-type(2) {
  background: url(/common/images/casestudy-implementer.png) no-repeat bottom;
  background-size: cover;
}
.case-study-story.implementer .row .span6:nth-of-type(2) .case-study-person,
.case-study-pod.implementer .row .span6:nth-of-type(2) .case-study-person {
  background: url(/common/images/case-study/vix-implementer.png) no-repeat center center;
  height: 100%;
  background-size: contain;
  width: 370px;
  float: right;
}
.case-study-story.monitor,
.case-study-pod.monitor {
  background: #aea5b7;
}
.case-study-story.monitor .row .span6:nth-of-type(1) .button,
.case-study-pod.monitor .row .span6:nth-of-type(1) .button {
  background: #ffffff;
  color: #aea5b7;
}
.case-study-story.monitor .row .span6:nth-of-type(2),
.case-study-pod.monitor .row .span6:nth-of-type(2) {
  background: url(/common/images/casestudy-monitor.png) no-repeat bottom;
  background-size: cover;
}
.case-study-story.monitor .row .span6:nth-of-type(2) .case-study-person,
.case-study-pod.monitor .row .span6:nth-of-type(2) .case-study-person {
  background: url(/common/images/case-study/vix-implementer.png) no-repeat center center;
  height: 100%;
  background-size: contain;
  width: 370px;
  float: right;
}
.case-study-story:nth-of-type(odd) .row .span6:nth-of-type(even),
.case-study-pod:nth-of-type(odd) .row .span6:nth-of-type(even) {
  float: left;
  padding-left: 9.58333333%;
}
@media (max-width: 980px) {
  .case-study-story:nth-of-type(odd) .row .span6:nth-of-type(even),
  .case-study-pod:nth-of-type(odd) .row .span6:nth-of-type(even) {
    padding-left: 20px;
  }
}
@media (max-width: 568px) {
  .case-study-story:nth-of-type(odd) .row .span6:nth-of-type(even),
  .case-study-pod:nth-of-type(odd) .row .span6:nth-of-type(even) {
    padding-top: 40px;
  }
}
.case-study-story:nth-of-type(odd) .row .span6:nth-of-type(even) .case-study-person,
.case-study-pod:nth-of-type(odd) .row .span6:nth-of-type(even) .case-study-person {
  float: left;
  margin-left: 9.58333333%;
}
@media (max-width: 568px) {
  .case-study-story:nth-of-type(odd) .row .span6:nth-of-type(even) .case-study-person,
  .case-study-pod:nth-of-type(odd) .row .span6:nth-of-type(even) .case-study-person {
    margin-left: auto;
    margin-right: auto;
  }
}
.case-study-story:nth-of-type(odd) .row .span6:nth-of-type(odd),
.case-study-pod:nth-of-type(odd) .row .span6:nth-of-type(odd) {
  float: right;
  padding-right: 9.58333333%;
}
@media (max-width: 568px) {
  .case-study-story:nth-of-type(odd) .row .span6:nth-of-type(odd),
  .case-study-pod:nth-of-type(odd) .row .span6:nth-of-type(odd) {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .case-study-story:nth-of-type(odd) .row .span6:nth-of-type(odd),
  .case-study-pod:nth-of-type(odd) .row .span6:nth-of-type(odd) {
    padding-right: 10px;
  }
}
@media (max-width: 980px) {
  .case-study-story:nth-of-type(odd) .row .span6:nth-of-type(odd),
  .case-study-pod:nth-of-type(odd) .row .span6:nth-of-type(odd) {
    padding-left: 30px;
  }
}
.case-study-story:nth-of-type(odd) .row .span6:nth-of-type(odd) .case-study-person,
.case-study-pod:nth-of-type(odd) .row .span6:nth-of-type(odd) .case-study-person {
  margin-right: 9.58333333%;
}
@media (max-width: 568px) {
  .case-study-story:nth-of-type(odd) .row .span6:nth-of-type(odd) .case-study-person,
  .case-study-pod:nth-of-type(odd) .row .span6:nth-of-type(odd) .case-study-person {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 850px) {
  .case-study-story:nth-of-type(odd) .row .span6:nth-of-type(odd),
  .case-study-pod:nth-of-type(odd) .row .span6:nth-of-type(odd) {
    padding-left: 50px;
  }
}
.case-study-story:nth-of-type(even) .row .span6:first-child,
.case-study-pod:nth-of-type(even) .row .span6:first-child {
  padding-left: 9.58333333%;
}
@media (max-width: 980px) {
  .case-study-story:nth-of-type(even) .row .span6:first-child,
  .case-study-pod:nth-of-type(even) .row .span6:first-child {
    padding-right: 30px;
  }
}
@media (max-width: 568px) {
  .case-study-story:nth-of-type(even) .row .span6:first-child,
  .case-study-pod:nth-of-type(even) .row .span6:first-child {
    padding-top: 0;
  }
}
.case-study-story:nth-of-type(even) .row .span6:last-child,
.case-study-pod:nth-of-type(even) .row .span6:last-child {
  padding-right: 9.58333333%;
}
@media (max-width: 568px) {
  .case-study-story:nth-of-type(even) .row .span6:last-child,
  .case-study-pod:nth-of-type(even) .row .span6:last-child {
    padding-top: 40px;
  }
}
.case-study-story:nth-of-type(even) .row .span6:last-child .case-study-person,
.case-study-pod:nth-of-type(even) .row .span6:last-child .case-study-person {
  margin-right: 9.58333333%;
}
@media (max-width: 980px) {
  .case-study-story:nth-of-type(even) .row .span6:last-child,
  .case-study-pod:nth-of-type(even) .row .span6:last-child {
    padding-right: 0;
  }
}
.case-study-story .row .span6,
.case-study-pod .row .span6 {
  padding-left: 15px;
  padding-right: 20px;
}
.case-study-story .row .span6 h3,
.case-study-pod .row .span6 h3 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-top: 30px;
  color: #ffffff;
}
.case-study-story .row .span6 h2,
.case-study-pod .row .span6 h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  line-height: 46px;
  line-height: 2.875rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .case-study-story .row .span6 h2,
  .case-study-pod .row .span6 h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 39px;
    line-height: 2.4375rem;
  }
}
@media (max-width: 568px) {
  .case-study-story .row .span6 h2,
  .case-study-pod .row .span6 h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
.case-study-story .row .span6 p,
.case-study-pod .row .span6 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.case-study-story .row .span6 .button,
.case-study-pod .row .span6 .button {
  background: #ffffff;
  font-weight: 700;
  color: #00843d;
}
.case-study-story .row .span6 .case-study-person,
.case-study-pod .row .span6 .case-study-person {
  background: url(/common/images/roles/woman-with-board.png) no-repeat center center;
  height: 100%;
  background-size: contain;
  width: 370px;
  float: right;
  position: relative;
}
@media (max-width: 568px) {
  .case-study-story .row .span6 .case-study-person,
  .case-study-pod .row .span6 .case-study-person {
    min-height: 350px;
  }
}
@media (max-width: 370px) {
  .case-study-story .row .span6 .case-study-person,
  .case-study-pod .row .span6 .case-study-person {
    height: 300px !important;
  }
}
.case-study-story .row .span6 .case-study-person .white-board,
.case-study-pod .row .span6 .case-study-person .white-board {
  width: 78.94736842%;
  height: 52.41090147%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 10.52631579%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}
.training-events-item-image {
  margin-bottom: 10px;
}
.training-events {
  background: url(/common/images/home/blog-listing-background.webp);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  padding: 0 20px 90px 20px;
}
@media (max-width: 980px) {
  .training-events {
    padding: 30px 0 20px 0;
  }
}
.training-events .row .span12 h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  padding: 60px 0px;
  margin-bottom: 0px;
  color: #000;
}
@media (max-width: 568px) {
  .training-events .row .span12 h2 {
    padding: 30px 0px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 20px;
  }
}
.training-events .row .span12 h2 a {
  text-decoration: none;
}
.training-events .row .span4 {
  background: white;
  text-align: left;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 70px;
  border-radius: 15px;
  margin: 1.15%;
  vertical-align: top;
  float: none;
  display: inline-block;
  /*img {
                .border-radius(15);
                width: 100%;
                border: 10px solid #d7d7d7;
            }*/
}
.training-events .row .span4 h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  padding-top: 23px;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #000;
  font-weight: 600;
}
.training-events .row .span4 h2 a {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #000;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.training-events .row .span4 h2 a:hover {
  opacity: 0.8;
}
@media (max-width: 568px) {
  .training-events .row .span4 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
.training-events .row .span4 h3 {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
}
@media (max-width: 568px) {
  .training-events .row .span4 h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    padding-top: 10px;
  }
}
.training-events .row .span4 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding-bottom: 25px;
  margin-bottom: 0;
  color: #545454;
}
.training-events .row .span4 .button {
  background: #4a659a;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  margin-left: 50px;
  margin-right: 50px;
  left: 25px;
  right: 25px;
  bottom: 30px;
  text-align: center;
}
.training-events .row .span4 .button:hover {
  background: #3a5079;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 980px) {
  .training-events .row .span4 .button {
    margin-left: 20px;
    margin-right: 20px;
    bottom: 10px;
  }
}
.training-events.LightGreen {
  background-color: #7fb361;
  color: #ffffff;
}
.training-events.Specialist {
  background: #bfbb98;
}
.training-events.Co-ordinator {
  background: #93b3d5;
}
.training-events.LightGrey {
  background: #f3f3f3;
}
.training-events.Grey {
  background: #ababab;
}
.training-events.White {
  background: #ffffff;
}
.training-events.Transparent {
  background: url(/common/images/home/blog-listing-background.webp);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}
.faq {
  border-radius: 20px 20px 0px 0px;
  background-color: #ffffff;
  margin-top: -100px;
  padding: 80px 200px;
}
.faq h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (max-width: 568px) {
  .faq h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
  }
}
.faq p {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #545454;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
}
.accordion-item {
  padding: 0;
  margin-bottom: 30px;
  cursor: pointer;
  border-bottom: 1px solid #dcb1c7;
}
.accordion-item .content {
  display: none;
  margin-top: 0 !important;
  padding: 0 !important;
}
.accordion-item .content p {
  /*margin: 10px 30px 30px 30px!important;*/
  padding-bottom: 0px !important;
  margin: 0 0 30px !important;
}
.accordion-item .heading h2 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #545454 !important;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 26px;
  line-height: 1.625rem;
  width: 85%;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 568px) {
  .accordion-item .heading h2 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    line-height: 22px !important;
    line-height: 1.375rem !important;
    margin-bottom: 20px;
  }
}
.accordion-item .heading h2:hover {
  opacity: 0.8;
}
.accordion-item .heading .arrowclosed {
  background-image: url(/common/images/icons/arrow_closed.jpg);
  height: 15px;
  width: 20px;
  display: inline-block;
  margin-right: 10px;
  float: left;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-top: 10px;
}
@media (max-width: 568px) {
  .accordion-item .heading .arrowclosed {
    margin-top: 4px;
  }
}
.accordion-item .heading .arrowclosed.open {
  background-image: url(/common/images/icons/arrow_open.jpg);
  height: 15px;
  width: 20px;
  background-position: center;
  left: -5px;
  position: relative;
}
::-webkit-input-placeholder {
  color: #3e3e3e;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #3e3e3e;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #3e3e3e;
}
:-ms-input-placeholder {
  color: #3e3e3e;
}
.individual-result a {
  color: #a73c73;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.individual-result a:hover {
  color: #00833c;
}
.from-the-blog a {
  color: #a73c73;
}
.breadcrumbs a {
  color: #3e3e3e;
  text-decoration: none !important;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-right: 5px;
  line-height: 1.25rem;
}
.breadcrumbs a:hover {
  color: #3e3e3e;
}
a {
  text-decoration: none;
}
.addthis_toolbox a {
  margin-left: 3px;
  margin-right: 3px;
}
.addthis_toolbox img:hover {
  opacity: 0.75;
  webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.meet-the-team-addthis {
  text-align: right !important;
  position: absolute !important;
  bottom: 0 !important;
  padding: 10px 30px !important;
}
.meet-the-team-addthis a {
  margin-left: 3px;
  margin-right: 3px;
}
.meet-the-team-addthis img:hover {
  opacity: 0.75;
  webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.latest-blogs-pod-image {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100px;
  margin-bottom: 10px;
}
.blog-listing-item-image {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 120px;
  margin-bottom: 10px;
}
.blog-article-image {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 250px;
  width: 60%;
  margin: auto;
  margin-bottom: 40px;
}
@media (max-width: 770px) {
  .blog-article-image {
    width: 100%;
  }
}
.width-fill-available {
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
}
.float-none {
  float: none!important;
}
.team-roles {
  width: 100%;
  min-height: 450px;
  background-image: url(/common/images/home/grey-roles-bg.webp);
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 65px;
}
@media (max-width: 568px) {
  .team-roles {
    min-height: 0px;
  }
}
.team-roles .share-this {
  padding-top: 50px;
}
@media (max-width: 568px) {
  .team-roles .share-this {
    padding: 20px 0px;
  }
}
.team-roles .share-this h3 {
  color: #545454;
}
@media (max-width: 768px) {
  .team-roles {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 568px) {
  .team-roles {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 568px) {
  .team-roles .row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.team-roles .row .span4 {
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 820px) {
  .team-roles .row .span4 {
    width: 47.5%;
  }
}
@media (max-width: 568px) {
  .team-roles .row .span4 {
    width: 97.5%;
    margin: 20px 1.25% 10px 1.25%;
  }
}
.team-roles .row .span4 .header-area {
  padding: 23px 0px;
  min-height: 0px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #ffffff;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  line-height: 42px;
  line-height: 2.625rem;
  text-align: center;
}
@media (max-width: 980px) {
  .team-roles .row .span4 .header-area {
    padding: 10px 0px;
  }
}
.team-roles .row .span4 .header-area h2 {
  margin-bottom: 0px;
  margin-left: 70px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .team-roles .row .span4 .header-area h2 {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .team-roles .row .span4 .header-area h2 {
    margin-left: 0px;
    position: relative;
    left: 80px;
    text-align: left;
  }
}
@media (max-width: 568px) {
  .team-roles .row .span4 .header-area h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
    left: 75px;
    width: 225px;
    top: 8px;
  }
}
.team-roles .row .span4 .header-area img {
  position: absolute;
  top: -10px;
  left: 20px;
}
@media (max-width: 1080px) {
  .team-roles .row .span4 .header-area img {
    left: 10px;
  }
}
@media (max-width: 980px) {
  .team-roles .row .span4 .header-area img {
    width: 55px;
    top: -5px;
  }
}
.team-roles .row .span4 .header-area.Resource {
  background: #983767;
}
.team-roles .row .span4 .header-area.Plant {
  background: #d6c559;
}
.team-roles .row .span4 .header-area.Co-ordinator {
  background: #85a1c0;
}
.team-roles .row .span4 .header-area.Shaper {
  background: #aa3c2d;
}
.team-roles .row .span4 .header-area.Monitor {
  background: #9d95a5;
}
.team-roles .row .span4 .header-area.Team-work {
  background: #73a158;
}
.team-roles .row .span4 .header-area.Implementer {
  background: #435b8b;
}
.team-roles .row .span4 .header-area.Finisher {
  background: #77422d;
}
.team-roles .row .span4 .header-area.Specialist {
  background: #aca989;
}
.team-roles .row .span4 article {
  padding: 20px 20px 30px 20px;
  background: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: auto;
}
.team-roles .row .span4 article p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #545454;
}
.team-roles .row .span4 article p strong {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #00833c;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
}
.meet-the-team {
  width: 100%;
  min-height: 450px;
  background-image: url(/common/images/home/grey-roles-bg.webp);
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 65px;
}
@media (max-width: 568px) {
  .meet-the-team {
    min-height: 0px;
  }
}
.meet-the-team .share-this {
  padding-top: 50px;
}
@media (max-width: 568px) {
  .meet-the-team .share-this {
    padding: 20px 0px;
  }
}
.meet-the-team .share-this h3 {
  color: #545454;
}
@media (max-width: 768px) {
  .meet-the-team {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 568px) {
  .meet-the-team {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 568px) {
  .meet-the-team .row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.meet-the-team .row .span4 {
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 820px) {
  .meet-the-team .row .span4 {
    width: 47.5%;
  }
}
@media (max-width: 568px) {
  .meet-the-team .row .span4 {
    width: 97.5%;
    margin: 20px 1.25% 10px 1.25%;
  }
}
.meet-the-team .row .span4 h1 {
  color: #545454;
  font-size: 24px;
  font-weight: 600;
}
.meet-the-team .row .span4 h2 {
  color: #545454;
  font-size: 18px;
  font-weight: 600;
}
.meet-the-team .row .span4 .header-area {
  padding: 23px 0px;
  min-height: 0px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #ffffff;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  line-height: 42px;
  line-height: 2.625rem;
  text-align: center;
}
@media (max-width: 980px) {
  .meet-the-team .row .span4 .header-area {
    padding: 10px 0px;
  }
}
.meet-the-team .row .span4 .header-area h2 {
  margin-bottom: 0px;
  margin-left: 70px;
  font-size: 24px;
  font-weight: 600;
  color: #545454;
}
@media (max-width: 1080px) {
  .meet-the-team .row .span4 .header-area h2 {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .meet-the-team .row .span4 .header-area h2 {
    margin-left: 0px;
    position: relative;
    left: 80px;
    text-align: left;
  }
}
@media (max-width: 568px) {
  .meet-the-team .row .span4 .header-area h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 20px;
    left: 75px;
    width: 225px;
    top: 8px;
  }
}
.meet-the-team .row .span4 .header-area img {
  position: absolute;
  top: -10px;
  left: 20px;
}
@media (max-width: 1080px) {
  .meet-the-team .row .span4 .header-area img {
    left: 10px;
  }
}
@media (max-width: 980px) {
  .meet-the-team .row .span4 .header-area img {
    width: 55px;
    top: -5px;
  }
}
.meet-the-team .row .span4 article {
  padding: 20px 20px 30px 20px;
  background: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: auto;
}
.meet-the-team .row .span4 article p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #545454;
}
.meet-the-team .row .span4 article p strong {
  font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
  color: #00833c;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
/* ##### TIMELINE ##### */
.timeline {
  background: url(/common/images/home/blog-listing-background.webp);
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.timeline .row .span12.breadcrumbs {
  padding-top: 40px;
}
.timeline .row .span8 h1 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #00843d;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  padding: 70px 0px 0px 0px;
  margin-bottom: 20px;
  font-weight: 200;
}
@media (max-width: 568px) {
  .timeline .row .span8 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-weight: 200;
  }
}
.timeline .row .span8 p {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  padding-bottom: 25px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.timeline h1 {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 200;
  margin-bottom: 0px;
}
.timeline p {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #ffffff;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  padding: 0px;
  margin-bottom: 10px;
}
.timeline ul {
  padding: 0px;
  margin-bottom: 40px;
}
.timeline ul li:first-child {
  margin-top: 0px;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin-top: -100px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  background: #00843d;
  color: #ffffff;
}
.timeline ul li::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
}
.timeline ul li div .fluid-width-video-wrapper iframe {
  width: 370px;
}
.timeline ul li div.pointer {
  width: 430px;
}
.timeline ul li div.pointer.CompleterFinisher {
  background: #77422d;
}
.timeline ul li div.pointer.Co-ordinator {
  background: #85a1c0;
}
.timeline ul li div.pointer.Implementer {
  background: #435b8b;
}
.timeline ul li div.pointer.MonitorEvaluator {
  background: #9d95a5;
}
.timeline ul li div.pointer.Plant {
  background: #d6c559;
}
.timeline ul li div.pointer.ResourceInvestigator {
  background: #983767;
}
.timeline ul li div.pointer.Shaper {
  background: #aa3c2d;
}
.timeline ul li div.pointer.Specialist {
  background: #aca989;
}
.timeline ul li div.pointer.Teamworker {
  background: #73a158;
}
.timeline ul li div.pointer::before {
  content: '';
  position: absolute;
  bottom: 50%;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ul li:nth-child(odd) div.pointer {
  left: 45px;
}
.timeline ul li:nth-child(odd) div.pointer::before {
  left: -15px;
  border-width: 15px 15px 15px 0;
  border-color: transparent;
}
.timeline ul li:nth-child(odd) div.pointer.CompleterFinisher::before {
  border-color: transparent #77422d transparent transparent;
}
.timeline ul li:nth-child(odd) div.pointer.Co-ordinator::before {
  border-color: transparent #85a1c0 transparent transparent;
}
.timeline ul li:nth-child(odd) div.pointer.Implementer::before {
  border-color: transparent #435b8b transparent transparent;
}
.timeline ul li:nth-child(odd) div.pointer.MonitorEvaluator::before {
  border-color: transparent #9d95a5 transparent transparent;
}
.timeline ul li:nth-child(odd) div.pointer.Plant::before {
  border-color: transparent #d6c559 transparent transparent;
}
.timeline ul li:nth-child(odd) div.pointer.ResourceInvestigator::before {
  border-color: transparent #983767 transparent transparent;
}
.timeline ul li:nth-child(odd) div.pointer.Shaper::before {
  border-color: transparent #aa3c2d transparent transparent;
}
.timeline ul li:nth-child(odd) div.pointer.Specialist::before {
  border-color: transparent #aca989 transparent transparent;
}
.timeline ul li:nth-child(odd) div.pointer.Teamworker::before {
  border-color: transparent #73a158 transparent transparent;
}
.timeline ul li:nth-child(even) div.pointer {
  left: -469px;
}
.timeline ul li:nth-child(even) div.pointer::before {
  right: -15px;
  border-width: 15px 0 15px 15px;
  border-color: transparent;
}
.timeline ul li:nth-child(even) div.pointer.CompleterFinisher::before {
  border-color: transparent transparent transparent #77422d;
}
.timeline ul li:nth-child(even) div.pointer.Co-ordinator::before {
  border-color: transparent transparent transparent #85a1c0;
}
.timeline ul li:nth-child(even) div.pointer.Implementer::before {
  border-color: transparent transparent transparent #435b8b;
}
.timeline ul li:nth-child(even) div.pointer.MonitorEvaluator::before {
  border-color: transparent transparent transparent #9d95a5;
}
.timeline ul li:nth-child(even) div.pointer.Plant::before {
  border-color: transparent transparent transparent #d6c559;
}
.timeline ul li:nth-child(even) div.pointer.ResourceInvestigator::before {
  border-color: transparent transparent transparent #983767;
}
.timeline ul li:nth-child(even) div.pointer.Shaper::before {
  border-color: transparent transparent transparent #aa3c2d;
}
.timeline ul li:nth-child(even) div.pointer.Specialist::before {
  border-color: transparent transparent transparent #aca989;
}
.timeline ul li:nth-child(even) div.pointer.Teamworker::before {
  border-color: transparent transparent transparent #73a158;
}
/* ##### EFFECTS ##### */
.timeline ul li::before {
  transition: background 0.5s ease-in-out;
}
.timeline ul li.CompleterFinisher.in-view::before {
  background: #77422d;
}
.timeline ul li.Co-ordinator.in-view::before {
  background: #85a1c0;
}
.timeline ul li.Implementer.in-view::before {
  background: #435b8b;
}
.timeline ul li.MonitorEvaluator.in-view::before {
  background: #9d95a5;
}
.timeline ul li.Plant.in-view::before {
  background: #d6c559;
}
.timeline ul li.ResourceInvestigator.in-view::before {
  background: #983767;
}
.timeline ul li.Shaper.in-view::before {
  background: #aa3c2d;
}
.timeline ul li.Specialist.in-view::before {
  background: #aca989;
}
.timeline ul li.Teamworker.in-view::before {
  background: #73a158;
}
.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}
.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}
.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}
/* ##### GENERAL MEDIA QUERIES ##### */
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li div.pointer {
    width: 280px;
  }
  .timeline ul li div .fluid-width-video-wrapper iframe {
    width: 220px;
  }
  .timeline ul li:nth-child(even) div.pointer {
    left: -319px;
  }
}
@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-top: 0px;
    margin-left: 20px;
  }
  .timeline ul li:nth-child(even) div.pointer {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div.pointer .fluid-width-video-wrapper iframe {
    width: 220px;
  }
  .timeline ul li:nth-child(even) div.pointer::before {
    left: -15px;
    border-width: 15px 15px 15px 0;
    border-color: transparent;
  }
  .timeline ul li:nth-child(even) div.pointer.pointer.CompleterFinisher::before {
    border-color: transparent #77422d transparent transparent;
  }
  .timeline ul li:nth-child(even) div.pointer.pointer.Co-ordinator::before {
    border-color: transparent #85a1c0 transparent transparent;
  }
  .timeline ul li:nth-child(even) div.pointer.pointer.Implementer::before {
    border-color: transparent #435b8b transparent transparent;
  }
  .timeline ul li:nth-child(even) div.pointer.pointer.MonitorEvaluator::before {
    border-color: transparent #9d95a5 transparent transparent;
  }
  .timeline ul li:nth-child(even) div.pointer.pointer.Plant::before {
    border-color: transparent #d6c559 transparent transparent;
  }
  .timeline ul li:nth-child(even) div.pointer.pointer.ResourceInvestigator::before {
    border-color: transparent #983767 transparent transparent;
  }
  .timeline ul li:nth-child(even) div.pointer.pointer.Shaper::before {
    border-color: transparent #aa3c2d transparent transparent;
  }
  .timeline ul li:nth-child(even) div.pointer.pointer.Specialist::before {
    border-color: transparent #aca989 transparent transparent;
  }
  .timeline ul li:nth-child(even) div.pointer.pointer.Teamworker::before {
    border-color: transparent #73a158 transparent transparent;
  }
}
.feature-items {
  width: 100%;
  min-height: 450px;
}
.feature-items h1 {
  font-weight: normal;
  font-size: 30px;
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  .feature-items h1 {
    font-size: 35px;
  }
}
.feature-items .Co-ordinator {
  background: #93b3d5;
}
.feature-items .Specialist {
  background: #bfbb98;
}
.feature-items .Grey {
  background: #ababab;
}
.feature-items .LightGrey {
  background: #f3f3f3;
}
.feature-items .White {
  background: #ffffff;
}
.feature-items .LightGreen {
  background-color: #7fb361;
  color: #ffffff;
}
.feature-items .LightGreen .row .span12 .span12 .span8 h2,
.feature-items .LightGreen .row .span12 .span12 .span8 h3,
.feature-items .LightGreen .row .span12 .span12 .span8 h4,
.feature-items .LightGreen .row .span12 .span12 .span8 p {
  color: #ffffff;
}
.feature-items .feature-button {
  color: #ffffff;
}
.feature-items .Transparent {
  background: url(/common/images/home/blog-listing-background.webp);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}
.feature-items .feature-colour:first-child .row .span12 {
  border-radius: 20px 20px 0px 0px;
  padding: 30px 0px;
}
.feature-items .row {
  padding: 50px;
}
.feature-items .row .span12 {
  padding: 0px;
  border: none;
  margin: 0px;
  display: flex;
  align-items: center;
  border-radius: 20px 20px 0px 0px;
  padding: 30px 0px;
}
.feature-items .row .span12 .float-left {
  float: left !important;
}
.feature-items .row .span12 .float-right {
  float: right !important;
}
.feature-items .row .span12 .span12 img,
.feature-items .row .span12 .span8 img,
.feature-items .row .span12 .span6 img,
.feature-items .row .span12 .span12 iframe,
.feature-items .row .span12 .span8 iframe,
.feature-items .row .span12 .span6 iframe {
  padding: 10px;
}
.feature-items .share-this {
  padding-top: 50px;
}
@media (max-width: 568px) {
  .feature-items .share-this {
    padding: 20px 0px;
  }
}
.feature-items .share-this h3 {
  color: #545454;
}
@media (max-width: 768px) {
  .feature-items {
    padding-left: 0px;
    padding-right: 0px;
    min-height: 0px;
  }
  .feature-items .feature-colour:first-child .row .span12 {
    border-top: 0;
  }
  .feature-items .row {
    padding: 10px;
  }
  .feature-items .row .span12 {
    display: inline;
  }
}
@media (max-width: 568px) {
  .feature-items {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.pagePods .feature-items {
  min-height: auto;
}
.pagePods .feature-items .row {
  padding: 0;
}
@media (max-width: 768px) {
  .pagePods .feature-items {
    margin: 20px 0 !important;
  }
}
@media (max-width: 768px) {
  .feature-items .feature-button {
    margin-bottom: 10px;
  }
  .feature-items .feature-colour__wrapper .feature-colour__media {
    position: absolute;
    bottom: 3%;
    margin-bottom: 20px;
  }
  .feature-items .feature-colour__left .feature-colour__wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .feature-items .feature-colour__right .feature-colour__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.download-report-area {
  padding: 30px 0px;
}
.download-report-area .row .span12 {
  float: none;
  color: #ffffff;
}
.download-report-area .row .span12 .span12 {
  float: right;
}
.download-report-area .row .span12 .span12 h3 {
  padding-bottom: 10px !important;
}
.download-report-area .row .span12 .span12 .checkbox {
  margin-top: 0px !important;
}
.download-report-area .row .span12 .span12 .checkbox label {
  color: #343434;
  margin-top: 5px;
}
.download-report-area .row .span12 .span12 .checkbox label:before {
  border: 2px solid #219355;
}
.download-report-area .row .span12 .span12 input[type=checkbox]:checked + label:before,
.download-report-area .row .span12 .span12 input[type=checkbox]:checked + input + label:before,
.download-report-area .row .span12 .span12 input[type=radio]:checked + label:before,
.download-report-area .row .span12 .span12 input[type=radio]:checked + input + label:before,
.download-report-area .row .span12 .span12 label.checked:before {
  background-color: #00843d;
}
.download-report-area .row .span12 .span12 form input {
  font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 10px 15px;
  border: 0px;
  /*margin: 7px 0px;*/
}
.download-report-area .row .span12 .span12 form .button {
  background-color: #00843d;
  color: #ffffff;
  float: right;
  clear: both;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 0px;
}
.download-report-area .row .span12 .span12 form .button:disabled {
  background-color: #219355;
}
.download-report-item .row .span12 .span8 {
  width: 100%;
}
/**
 * Responsive
 *
 * Individual page styles, helps to keep them
 * well defined and separate
 */
@media (max-width: 870px) {
  .mobile-menu {
    display: block!important;
  }
  .search-menu {
    display: block!important;
    margin-top: 5px !important;
  }
  header {
    padding: 15px 10px!important;
    height: 65px!important;
  }
  header .row .span2.search-menu {
    float: right;
    text-align: right;
  }
  header .row .span8.logo {
    text-align: center;
  }
  header .row .span8.logo img {
    height: 30px;
    width: auto;
    margin-top: 3px!important;
  }
  header .row .span3 {
    display: none;
  }
  header .row .span7 {
    display: none;
  }
}
@media (max-width: 980px) {
  /* .mobile-menu {
    display: block!important;
}
    
    .search-menu {
    display: block!important;
}*/
  .form-area .row .span10 .span4 {
    width: 100%;
    margin-left: -10px;
    margin-bottom: 20px;
  }
  .form-area .row .span10 .span8,
  .form-area .row .span10 .form-wrapper {
    width: 100%;
  }
  .bx-wrapper {
    /*height: 420px!important;*/
  }
  .bx-wrapper .bx-viewport .bxslider.homepage .item {
    /*height: 420px!important;*/
  }
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.item .span6 {
    width: 40%!important;
    background: url(/common/images/static-only/carousel-image-example.png) no-repeat right;
    height: 389px;
    background-size: contain;
  }
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.item .span6:nth-of-type(2) {
    padding-top: 100px!important;
  }
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.item .span6 img {
    width: 100%!important;
    float: none;
    margin-left: 70px;
  }
  header {
    padding: 15px 10px 0 10px !important;
  }
  header .row {
    /* .span3 {
                 display: none;
             }

             .span7 {
                 display: none;
             }*/
  }
  header .row .span2.logo {
    text-align: center;
  }
  header .row .span2.logo img {
    margin: auto;
  }
  .header {
    height: auto;
  }
  .header .row .span5,
  .header .row .span7 {
    padding-top: 60px!important;
  }
  .header .row .span12 {
    padding-left: 20px;
  }
  .header.case-study-header .row .span5.full-title {
    padding-top: 20px!important;
  }
  .content-area.faq-page .row .span12 .faq {
    padding: 80px 60px!important;
  }
  .content-area.article-area .row .span12 {
    margin: 0px;
    width: 100%;
  }
  .content-area.article-area .row .span12 article {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
  }
  .tags .button {
    display: inline-block;
    margin: 5px 0px!important;
  }
  .share-this {
    margin: 0px!important;
  }
  .case-study-pod {
    padding-top: 50px!important;
  }
  .case-study-pod .row .span10 .span6 {
    width: 85%;
    margin-left: 19px;
  }
  .case-study-pod .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 50px;
  }
  .case-study-pod .row .span10 .span6 h1 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    line-height: 34px !important;
    line-height: 2.125rem !important;
  }
  .case-study-pod .row .span10 .span6 p {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 20px !important;
    line-height: 1.25rem !important;
    margin-bottom: 0px!important;
    line-height: 24px !important;
    line-height: 1.5rem !important;
  }
  .search-content {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 0 20px 20px 20px;
    background: white;
    padding-bottom: 20px;
    position: fixed;
    z-index: 999;
  }
  .search-content fieldset {
    position: relative;
    height: auto;
  }
  .search-content fieldset input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
  }
  .search-content input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url(/common/images/icons/mobile-search-glass_03.jpg) no-repeat left 11px center #f1f1f0;
    border: 0px;
    padding: 15px 15px 10px 45px;
    width: 100%;
    font-size: 16px;
    font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  }
  .mobilemenu-content {
    padding: 0 20px 20px 20px;
    position: fixed;
    top: 65px;
    left: 0px;
    background: white;
    z-index: 999;
    width: 100%;
    overflow: auto;
    max-height: 450px;
  }
  .mobilemenu-content ul {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-left: 0;
  }
  .mobilemenu-content ul li {
    font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    text-align: left;
    color: #00843d;
    padding: 0 !important;
    position: relative;
    text-align: center;
    border-top: 1px solid #b5dbc6;
  }
  .mobilemenu-content ul li:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0px;
    height: 1px;
  }
  .mobilemenu-content ul li a {
    color: #00843d;
    display: block;
    position: relative;
    padding: 15px 0;
  }
  .mobilemenu-content ul li:first-child:before {
    display: none;
  }
  .mobilemenu-content ul li .button {
    background: #00843d;
    color: white;
    width: 100%;
    display: block;
  }
  .case-study-pod .row .span10 {
    width: 88.833333%;
  }
  .case-study-pod .row .span10 .span6:nth-of-type(1) {
    width: 55%;
    margin-left: -20px;
  }
  .case-study-pod .row .span10 .span6:nth-of-type(2) {
    width: 40%;
  }
  .introduction .row .span8 .video-border {
    width: 100%;
    height: auto;
  }
  .person {
    width: 200px!important;
    margin-left: -128px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    /*&:nth-of-type(1) {
                        left: 125px!important;
                    }
                    
                    &:nth-of-type(2) {
                        left: 200px!important;
                    }
                    
                    &:nth-of-type(3) {
                        left: 275px!important;
                    }
                    
                    &:nth-of-type(4) {
                        left: 350px!important;
                    }
                    &:nth-of-type(5) {
                        left: 425px!important;
                    }
                    &:nth-of-type(6) {
                        left: 500px!important;
                    }
                        &:nth-of-type(7) {
                        left: 575px!important;
                    }
                        &:nth-of-type(8) {
                        left: 650px!important;
                    }
                        &:nth-of-type(9) {
                        left: 721px!important;
                    }*/
  }
  .person img {
    position: relative;
    width: 80%;
    z-index: 0;
    transition: 1s ease;
    -webkit-transition: 0.5s ease;
  }
  .person.index-0 img.light {
    left: 20px;
  }
  .person.index-1 img.light {
    left: 9px;
  }
  .person.index-2 img.light {
    left: 20px;
  }
  .person.index-3 img.light {
    left: 9px;
  }
  .person.index-4 img.light {
    left: 20px;
  }
  .person.index-5 img.light {
    left: 9px;
  }
  .person.index-6 img.light {
    left: 20px;
  }
  .person.index-7 img.light {
    left: 9px;
  }
  .person.index-8 img.light {
    left: 20px;
  }
}
@media (max-width: 980px) and (max-width: 980px) {
  .case-study-pod .row .span10 .span6 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-weight: 200;
  }
}
@media (max-width: 870px) {
  header .row .span2.mobile-menu {
    margin-top: 5px;
  }
  header .row .span2.mobile-menu .menu {
    float: left;
  }
  header .row .span8.logo {
    width: 64.16666667% !important;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .tags {
    width: 90%;
  }
  .product-points {
    /*.bx-prev {
            left: 2%!important;
        }*/
  }
  .product-points .introduction .row .span4 {
    width: 95%!important;
  }
  .product-points .introduction .row .span8 {
    width: 95%!important;
  }
  .product-points .introduction .row .span8 .video-border {
    width: 100%!important;
    height: auto!important;
  }
  .product-points .case-study-pod .row .span10 .span6 img {
    position: absolute;
    bottom: 0;
  }
  .product-points .bx-next {
    right: 2%!important;
  }
  .what-role .row .span12.people {
    padding-top: 266px!important;
  }
  .blog-listing-area .row .span4 {
    margin-bottom: 20px!important;
  }
  header .row .span6 {
    display: none!important;
  }
  .header.top-level {
    height: auto !important;
  }
  .header.top-level .row .span6 {
    width: 37%;
    margin-top: -65px !important;
    bottom: 0;
    right: 0;
    background-size: 90%!important;
    height: 415px!important;
  }
  .header.case-study-header .case-study-navigation .row .span12 .select-wrapper {
    display: block!important;
    width: 97.2%;
  }
  .header.case-study-header .case-study-navigation .row .span12 a.button {
    display: none!important;
  }
  .header.case-article .row .span6 .case-study-person {
    background-size: contain;
    height: 290px;
    width: 300px;
    margin: auto;
  }
  .header.case-article .row .span12 {
    padding-left: 15px!important;
  }
  .header .bx-wrapper {
    height: 500px!important;
  }
  .header .bx-wrapper .bx-viewport .bxslider.homepage .item {
    height: 500px!important;
  }
  .header .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6 {
    width: 40%!important;
  }
  .header .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6:nth-of-type(2) {
    padding-top: 150px!important;
  }
  .header .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6 img {
    width: 70%!important;
  }
  .header.login-page .row .span8 {
    padding-top: 5px!important;
  }
  .header.login-page .row .span8 .span6 {
    width: 98%;
    margin-top: 30px;
  }
  .header.search-results .row .span8 {
    margin-left: 30px!important;
    width: 75%!important;
  }
  .case-study-pod .row .span10 .span6 img {
    position: absolute;
    bottom: 0;
  }
  .product-features {
    padding: 30px 0px!important;
  }
  .product-features .row .span5 {
    width: 90%;
    margin-left: 25px!important;
    padding-top: 40px;
  }
  .product-testimonial {
    padding: 0px !important;
    margin-top: 100px;
  }
  .product-testimonial .row .span8 {
    width: 92%;
    margin-top: 20px;
  }
  .product-testimonial .row .span8 h2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .pricing-options .row .span10 {
    width: 93%!important;
  }
  .pricing-columns .row .span4 {
    height: auto !important;
    /*overwrite js*/
    width: 93%;
    margin-left: 25px;
    margin-bottom: 30px;
  }
  .other-business-sizes .row .span8 {
    width: 95%!important;
  }
  .form-area .row .span10 {
    width: 92%;
    margin-left: 5%;
  }
  .form-area .row .span10 .span4 h1 {
    padding-bottom: 0px!important;
  }
  .form-area .row .span10 .span4 h2 {
    padding-bottom: 0px!important;
  }
  .form-area .row .span10 .span8 form .half-width,
  .form-area .row .span10 .form-wrapper form .half-width {
    width: 100% !important;
  }
  .blog-listing-container .row .blog-navigation .row .span12 .button {
    display: inline-block;
    margin: 5px!important;
  }
  .blog-listing-container .row .blog-listing-area .row .span4 {
    width: 46%;
  }
  .case-study-story,
  .case-study-pod {
    padding-top: 0px!important;
  }
  .case-study-story .row .span6:nth-of-type(1),
  .case-study-pod .row .span6:nth-of-type(1) {
    padding-left: 25px!important;
  }
  .case-study-story .row .span6 .case-study-person,
  .case-study-pod .row .span6 .case-study-person {
    width: 90%!important;
    background-size: contain!important;
    background-position: bottom!important;
    min-height: 425px;
  }
  .case-study-story .row .span6 .case-study-person img,
  .case-study-pod .row .span6 .case-study-person img {
    position: absolute;
    bottom: 0;
  }
  .content-area.search-page {
    padding-bottom: 40px!important;
  }
  .content-area.search-page .row .span12 .search-results {
    padding: 50px 30px!important;
  }
  .content-area.resources {
    padding-bottom: 70px;
  }
  .content-area.resources .row .span12 .content {
    padding: 80px 25px!important;
    width: 100%!important;
  }
  .content-area.faq-page .row .span12 .faq {
    padding: 80px 27px!important;
  }
  .content-area.faq-page .row .span12 .faq .span12 {
    padding-bottom: 50px!important;
  }
  .content-area.faq-page .row .span12 .faq .span12 .accordion-item .content p {
    padding-left: 30px!important;
  }
  .content-area.faq-page .row .span12 .faq p {
    padding-left: 0px!important;
  }
  .person {
    width: 160px!important;
    margin-left: -128px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    /* &:nth-of-type(1) {
                        left: 120px!important;
                    }
                    
                    &:nth-of-type(2) {
                        left: 185px!important;
                    }
                    
                    &:nth-of-type(3) {
                        left: 255px!important;
                    }
                    
                    &:nth-of-type(4) {
                        left: 330px!important;
                    }
                    &:nth-of-type(5) {
                        left: 407px!important;
                    }
                    &:nth-of-type(6) {
                        left: 481px!important;
                    }
                        &:nth-of-type(7) {
                        left: 560px!important;
                    }
                        &:nth-of-type(8) {
                        left: 629px!important;
                    }
                        &:nth-of-type(9) {
                        left: 700px!important;
                    } */
  }
  .person img {
    position: relative;
    width: 100%!important;
    z-index: 0;
    transition: 1s ease;
    -webkit-transition: 0.5s ease;
  }
}
@media (max-height: 768px) {
  header .row .span6 nav ul li a {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 20px !important;
    line-height: 1.25rem !important;
  }
  .blog-listing-area .row .span4 {
    margin-bottom: 25px!important;
  }
  .product-points {
    /*
    .bx-prev{
        left: 2%!important;
        height:55px!important;
    }

    .bx-next{
        right: 2%!important;
        height:55px!important;
    }
    */
  }
  .what-role .row .span12.people .person {
    width: 220px!important;
  }
  .pricing-options .row .span10 {
    width: 88%;
  }
  .pricing-options .row .span10 .span12 {
    margin-left: 0px;
  }
  .header.case-study-header .row .span5 {
    margin-left: 18px!important;
  }
  .header.case-study-header .row .span12 {
    padding-left: 10px!important;
  }
  .header.search-results .row .span8 {
    width: 75%;
    margin-left: 57px;
  }
  .content-area.resources {
    padding-bottom: 60px;
  }
  .content-area.resources .row .span12 .content {
    padding: 80px 55px;
  }
  .content-area.resources .row .span12 .content.span8 {
    width: 88.166667%;
  }
  .content-area.faq-page .row .span12 .faq {
    padding: 80px 60px!important;
  }
  .content-area.faq-page .row .span12 .faq .span12 {
    padding-bottom: 50px!important;
  }
  .content-area.faq-page .row .span12 .faq .span12 .accordion-item .content p {
    padding-left: 30px!important;
  }
  .content-area.faq-page .row .span12 .faq p {
    padding-left: 0px!important;
  }
  .content-area.search-page {
    padding-bottom: 50px!important;
  }
  .content-area.search-page .row .span12 .search-results {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 30px 57px 0px 57px;
  }
  .other-business-sizes .row .span8 {
    width: 97%!important;
  }
  .form-area .row .span10 {
    width: 90%;
  }
  .person {
    width: 200px!important;
    margin-left: -128px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    /*&:nth-of-type(1) {
                        left: 125px!important;
                    }
                    
                    &:nth-of-type(2) {
                        left: 225px!important;
                    }
                    
                    &:nth-of-type(3) {
                        left: 325px!important;
                    }
                    
                    &:nth-of-type(4) {
                        left: 425px!important;
                    }
                    &:nth-of-type(5) {
                        left: 525px!important;
                    }
                    &:nth-of-type(6) {
                        left: 625px!important;
                    }
                        &:nth-of-type(7) {
                        left: 725px!important;
                    }
                        &:nth-of-type(8) {
                        left: 825px!important;
                    }
                        &:nth-of-type(9) {
                        left: 925px!important;
                    }*/
  }
  .person img {
    position: relative;
    width: 80%;
    z-index: 0;
    transition: 1s ease;
    -webkit-transition: 0.5s ease;
  }
}
@media (max-width: 568px) {
  .form-area .span10 .span4 {
    width: 95%!important;
    margin-left: 0px!important;
  }
  .form-area .span10 .span8,
  .form-area .span10 .form-wrapper {
    width: 97.6% !important;
  }
  .content-area.search-page {
    padding-bottom: 40px!important;
  }
  .content-area.search-page .row .span12 .search-results {
    padding: 0px !important;
  }
  .case-study-story,
  .case-study-pod {
    padding-top: 0px!important;
  }
  .case-study-story .row .span6:nth-of-type(1),
  .case-study-pod .row .span6:nth-of-type(1) {
    padding-left: 25px!important;
  }
  .case-study-story .row .span6 h3,
  .case-study-pod .row .span6 h3 {
    padding-top: 25px;
  }
  .case-study-story .row .span6 .case-study-person,
  .case-study-pod .row .span6 .case-study-person {
    width: 70%!important;
    display: block!important;
    background-size: contain!important;
    margin-left: 0%;
    margin-top: 40px;
    float: none!important;
    margin: 0 15%;
    background-position: bottom!important;
    height: auto !important;
    min-height: 0 !important;
  }
  .case-study-story .row .span6 .case-study-person img,
  .case-study-pod .row .span6 .case-study-person img {
    position: relative;
    bottom: auto;
  }
  .blog-navigation .row .span12 a.button {
    display: none!important;
  }
  .blog-navigation .row .span12 .select-wrapper {
    display: block!important;
  }
  .blog-navigation .row .span12 .select-wrapper select {
    width: 100%!important;
  }
  .case-study-navigation .row .span12 a.button {
    display: none!important;
  }
  .case-study-navigation .row .span12 .select-wrapper {
    display: block!important;
  }
  .case-study-navigation .row .span12 .select-wrapper select {
    width: 100%!important;
    margin-left: -3px;
  }
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6 {
    width: 100%!important;
    text-align: center;
  }
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6 .button {
    margin: auto;
  }
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6 h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6 h1,
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6 h2,
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6 p {
    text-align: center;
    width: 100%!important;
  }
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6 p {
    width: 80%!important;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    line-height: 22px;
    line-height: 1.375rem;
    text-align: center;
    margin: auto!important;
  }
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6:nth-of-type(1) {
    /*background: url(/common/images/static-only/carousel-image-example.png);
                                                    background-size: auto 100%!important;
                                                    height: 200px;
                                                    background-repeat: no-repeat!important;
                                                    position: absolute;
                                                    bottom: -15px;
                                                    width: 40%!important;
                                                    margin: auto 33%;
                                                    background-position: center center;*/
  }
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6:nth-of-type(2) {
    padding-top: 0px!important;
    padding-left: 5px;
  }
  .bx-wrapper .bx-viewport .bxslider.homepage .item .row.main-item .span6 img {
    width: 100%!important;
    float: none;
    margin-left: 70px;
  }
  .people {
    display: none;
  }
  .training-events {
    padding-bottom: 50px!important;
  }
  .training-events .row {
    width: 95%!important;
  }
  .training-events .row .span4 {
    margin-bottom: 50px;
    width: 96%!important;
  }
  .mobile-menu {
    display: block!important;
  }
  .search-menu {
    display: block!important;
  }
  header .row [class^=span] {
    margin: 0 1.25%;
  }
  header .row .span2.mobile-menu {
    width: 14.16666667%;
    margin-top: 5px;
  }
  header .row .span2.search-menu {
    width: 14.16666667%;
    margin-top: 5px;
  }
  header .row .span8.logo {
    width: 64.16666667% !important;
    text-align: center;
  }
  header .row .span8.logo img {
    margin: auto;
  }
  header .row .span4 {
    display: none;
  }
  header .row .span6 {
    display: none;
  }
  .product-testimonial {
    margin: 60px 20px 20px;
  }
  .product-testimonial .row .span8 {
    margin: 0px 0px 0px 0px!important;
    width: 100%!important;
  }
  .product-testimonial .row .span8 h2 {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 20px !important;
    line-height: 1.25rem !important;
    margin: 0px 5px 0px 5px;
    padding: 10px 0px 10px 0px;
    width: 95%;
  }
  .search-results {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
  }
  .header.case-study-header {
    height: auto!important;
  }
  .header.case-study-header .row .span5 {
    margin-left: 0px!important;
    width: 96%;
  }
  .header.case-study-header .row .span12 .button {
    width: 85%;
    margin-left: 15px;
  }
  .header.case-article .row .span5 {
    width: 80%;
  }
  .header.case-article .row .span6 .case-study-person {
    height: 230px;
    width: 245px;
  }
  .header.login-page {
    padding: 15px 0px 55px 0px!important;
  }
  .header.login-page .row .span8 {
    padding-top: 10px;
  }
  .header.login-page .row .span8 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    margin-bottom: 0px!important;
  }
  .header.login-page .row .span8 .span6 {
    width: 93%!important;
    margin-left: 15px!important;
  }
  .header.search-results .row .span8 {
    padding: 30px 0px!important;
  }
  .header.top-level {
    height: auto!important;
  }
  .header.top-level .row .span5 {
    width: 95%;
  }
  .header.top-level .row .span6 {
    min-height: 200px;
    height: auto!important;
    bottom: 0px!important;
    width: 100%!important;
    right: 0px!important;
    margin-top: 0px!important;
    background-size: contain!important;
    margin-left: 0;
  }
  .header .row .span5,
  .header .row .span7 {
    width: 95%;
    margin-left: 0px!important;
    padding-left: 15px;
    padding-top: 30px!important;
  }
  .header .row .span12 {
    padding-left: 20px;
  }
  .header .row .span12.breadcrumbs {
    padding-left: 15px!important;
  }
  .content-area .row .span12 {
    padding-top: 25px !important;
    padding-bottom: 0px !important;
    margin: 0 1% !important;
  }
  .content-area .row .span12.resource-individual {
    width: 100% !important;
    margin: 0 !important;
  }
  .content-area .row .span12 article.span8 {
    padding: 20px 0px !important;
  }
  .content-area.resources .span12 .content .span12 .span1 {
    width: 17%;
    display: inline-block;
  }
  .content-area.resources .span12 .content .span12 .span1 img {
    margin-top: 5px;
  }
  .content-area.resources .span12 .content .span12 .span11 {
    width: 75%;
    display: inline-block;
  }
  .content-area.resources .span12 .content .span12 .span11 p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    line-height: 18px !important;
    line-height: 1.125rem !important;
  }
  .content-area.resources .row .span12 .span2 img {
    margin-top: 10px;
  }
  .content-area.resources .row .span12 .span10 {
    margin-left: 0px;
  }
  .content-area.resources .row .span12 .span10 h2 {
    margin: 20px 0px 10px 0px;
  }
  .content-area.resources .row .span12 .span10 p {
    margin-bottom: 5px;
  }
  .content-area.article-area .row .span12 {
    margin: 0px;
    padding-bottom: 10px;
    width: 100%;
  }
  .content-area.article-area .row .span12 article {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    width: 100%;
    padding: 25px;
  }
  .content-area.faq-page .row .span12 .faq {
    padding: 80px 20px !important;
  }
  .content-area.faq-page .row .span12 .faq .span12 {
    padding-bottom: 50px !important;
  }
  .content-area.faq-page .row .span12 .faq .span12 .accordion-item .content p {
    padding-left: 30px !important;
  }
  .content-area.faq-page .row .span12 .faq p {
    padding-left: 0px !important;
  }
  .content-area .row .span12 {
    margin: 0px;
    width: 100%;
  }
  .content-area .row .span12 article {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    width: 100%;
    padding: 0px 25px !important;
  }
  .tags .button {
    display: inline-block;
    margin: 5px 0px!important;
  }
  .share-this {
    margin: 0px!important;
  }
  .case-study-pod {
    padding-top: 50px!important;
  }
  .case-study-pod .row .span10 .span6 {
    width: 85%;
    margin-left: 19px;
  }
  .case-study-pod .row .span10 .span6:nth-of-type(1) {
    padding-bottom: 50px;
    width: 90%;
    margin-left: 4px;
  }
  .case-study-pod .row .span10 .span6:nth-of-type(2) {
    width: 85%;
  }
  .case-study-pod .row .span10 .span6:nth-of-type(2) img {
    position: relative;
  }
  .case-study-pod .row .span10 .span6 h1 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    line-height: 34px !important;
    line-height: 2.125rem !important;
  }
  .case-study-pod .row .span10 .span6 p {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 20px !important;
    line-height: 1.25rem !important;
  }
  .search-content {
    margin: 0;
    height: auto;
    position: fixed;
    top: 65px;
    padding: 0px 20px;
    left: 0px;
    background: white;
    z-index: 999;
    width: 100%;
  }
  .search-content input {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url(/common/images/icons/mobile-search-glass_03.jpg) no-repeat left 15px center #f1f1f0;
    border: 0px;
    padding: 10px 15px 10px 45px;
    width: 100%;
  }
  .search-content fieldset {
    position: relative;
    height: 55px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: 'Meta W01 Light', Helvetica, Arial, sans-serif;
  }
  .search-content fieldset input[type="submit"] {
    position: absolute;
    height: 35px;
    top: 0;
    left: 0;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
  }
  .mobilemenu-content {
    padding-bottom: 20px;
  }
  .mobilemenu-content ul {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-left: 0;
  }
  .mobilemenu-content ul li {
    font-family: 'Meta W01 Book', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    text-align: center;
    color: #00843d;
    padding: 10px 0px 0px 0px;
  }
  .mobilemenu-content ul li a {
    color: #00843d;
  }
  .mobilemenu-content ul li .button {
    background: #00843d;
    color: white;
    width: 100%;
    display: block;
  }
  .sub-navigation-pod .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sub-navigation-pod .row .span4 {
    width: 97.5%;
  }
  .product-features .row .span5 {
    width: 80%;
    margin-left: 30px!important;
  }
  .pricing-options .row .span10 {
    width: 86%!important;
  }
  .pricing-options .row .span10 .span12 {
    padding: 30px 15px!important;
  }
  .pricing-options .row .span10 .span6 p {
    padding-top: 20px;
  }
  .pricing-options .row .span10 .span4 {
    margin: 0px;
  }
  .pricing-options .row .span10 .span4 .button {
    padding: 10px 23px;
  }
  .pricing-columns .row .span4 {
    width: 85%!important;
    margin-bottom: 60px!important;
  }
  .pricing-columns .row .span4 .span12.pricing-list .button {
    padding: 10px 15px!important;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  .other-business-sizes {
    padding: 30px 10px!important;
  }
  .other-business-sizes .row .span8 .span6 {
    width: 90%;
    margin-left: 17px;
  }
  .other-business-sizes .row .span8 .span6:nth-of-type(2) {
    width: 90%;
    margin-left: 17px!important;
    padding-top: 60px;
  }
  .blog-listing-container .row .span12.breadcrumbs {
    width: 90%;
    margin-left: 28px;
  }
  .blog-listing-container .row .span5 {
    width: 93%;
    margin-left: 15px;
  }
  .blog-listing-container .row .blog-navigation {
    width: 96%;
    margin: 0 9px;
  }
  .blog-listing-container .row .blog-navigation .row .span12 .button {
    width: 95%;
    padding: 10px;
    text-align: center;
  }
  .blog-listing-container .row .blog-listing-area .row .span4 {
    width: 91.5%;
    margin: 0px 16px;
  }
  .case-study-header {
    height: auto!important;
    padding-bottom: 20px;
  }
  .case-study-header .row .span12 .button {
    width: 90%;
    display: inline-block;
    margin: 5px 0px;
  }
  .case-study-story .row .span6:nth-of-type(1),
  .case-study-pod .row .span6:nth-of-type(1) {
    padding-left: 17px!important;
  }
  .what-role {
    padding: 20px 0px 0px 0px!important;
    height: auto!important;
  }
  .what-role .bx-wrapper {
    display: block!important;
    height: 225px!important;
    margin-top: 36px!important;
    background-image: none!important;
  }
  .what-role .bx-wrapper .bx-viewport {
    height: 303px!important;
  }
  .what-role .bx-wrapper .bx-viewport .bxslider-people-homepage .item {
    height: 225px!important;
    margin-top: 90px;
    margin-left: -50px;
  }
  .what-role .bx-wrapper .bx-viewport .bxslider-people-homepage .item .row.main-item .person {
    width: 239px;
    margin-left: -128px;
    display: inline-block;
  }
  .what-role .bx-wrapper .bx-viewport .bxslider-people-homepage .item .row.main-item .person img {
    position: relative;
    z-index: 0;
  }
  .what-role .bx-wrapper .bx-viewport .bxslider-people-homepage .item .row.main-item .person img:hover,
  .what-role .bx-wrapper .bx-viewport .bxslider-people-homepage .item .row.main-item .person img .active {
    z-index: 1;
  }
  .what-role .bx-wrapper .bx-viewport .bxslider-people-homepage .item .row.main-item .person:nth-of-type(1) {
    margin-left: 0px;
  }
  .introduction {
    padding: 10px 0px 40px 0px!important;
  }
  .introduction .row {
    width: 90%;
  }
  .introduction .row .span8 .video-border {
    margin-top: 50px;
    height: auto!important;
    width: 100%!important;
  }
  .introduction .row .span8 .video-border ::before {
    display: none;
  }
  .tabs {
    margin: 0px;
  }
  .tabs .row .span12.tabs {
    width: 100%;
    margin: 0;
    margin-top: 85px;
  }
  .tabs .row .span12.tabs .span2 {
    width: 100%;
    margin: -12px 0px 0px 0px !important;
  }
  .tabs .row .span12.tabs .span2.raise-this {
    height: 130px!important;
  }
  .tabs .row .span12.tabs .span2 .tab-text {
    display: block!important;
    position: absolute;
    bottom: 10px;
    margin-left: 7%;
    width: 80%;
  }
}
@media (max-width: 568px) and (max-width: 568px) {
  .what-role .bx-wrapper .bx-viewport .bxslider-people-homepage .item .row.main-item {
    position: absolute;
    bottom: 0px;
    padding-top: 0px;
  }
}
@media (max-height: 320px) {
  .header.login-page .row .span8 {
    padding-top: 10px;
  }
  .header.login-page .row .span8 h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
    margin-bottom: 0px!important;
  }
  .header.login-page .row .span8 .span6 {
    width: 95%!important;
    margin-left: 15px!important;
  }
  .case-study-pod .row .span6:nth-of-type(2) {
    display: none;
  }
  .form-area .row .span10 .span8,
  .form-area .row .span10 .form-wrapper {
    margin-left: 0px;
    float: left!important;
  }
  .form-area .row .span10 .span4 {
    margin-left: 0px;
  }
  .blog-listing-container .row .blog-navigation .row .span12 .button {
    width: 47%!important;
    padding: 10px;
    text-align: center;
  }
  .blog-listing-container .row .blog-listing-area .row .span4 {
    width: 95%;
  }
}
@media (max-width: 700px) {
  .training-events {
    padding-bottom: 50px!important;
  }
  .training-events .row {
    width: 94%;
  }
  .training-events .row .span4 {
    margin-bottom: 50px;
    width: 46.8%;
  }
}
@media (max-width: 568px) {
  .training-events {
    padding-bottom: 0px!important;
  }
  .training-events .row {
    width: 94%;
  }
  .training-events .row .span4 {
    margin-bottom: 0px;
    width: 46.8%;
  }
  .training-events .row .span4:nth-of-type(1) {
    margin-bottom: 50px!important;
  }
}
@media (max-width: 770px) {
  .header.top-level .row .span5.offset1 {
    padding-top: 40px!important;
  }
  .header.top-level .row .span6 img {
    max-height: 400px;
  }
}
@media (max-width: 568px) {
  .header.top-level .row .span5.offset1 {
    padding-bottom: 20px!important;
  }
  .header.top-level .row .span6 img {
    max-height: 400px;
  }
}
@media (max-width: 980px) {
  .header.login-page .row .span8 {
    width: 95%!important;
  }
}
.menu_icon {
  width: 50px;
  margin-right: 15px!important;
  height: 26px;
  display: inline-block;
  text-align: left;
  color: white;
  cursor: pointer;
  padding-top: 5px;
}
.menu_icon:hover {
  color: #00843d;
}
.menu {
  width: auto;
  float: right;
}
.menu .menu-icon {
  height: 30px;
  margin-top: 0px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
}
.menu .menu-icon span {
  height: 4px;
  width: 100%;
  display: block;
  background-color: #00843d;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu .menu-icon span.middle {
  margin: 7px 0;
}
.menu .menu-icon.open .top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 4px -1px;
  transform-origin: 4px -1px;
  left: 5px;
}
.menu .menu-icon.open .middle {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 16px 10px;
  transform-origin: 16px 10px;
  left: 5px;
}
.menu .menu-icon.open .bottom {
  opacity: 0;
}
.menu .menu-icon:hover span {
  background: #00843d;
}
@media (max-width: 568px) {
  .menu {
    float: none;
  }
  .menu .menu-icon span {
    background-color: #00843d;
  }
}
@media (max-width: 490px) {
  .case-study-person {
    width: 100%!important;
    display: block!important;
    background-size: contain!important;
    margin-left: 0%;
    margin-top: 40px;
    background-position: bottom!important;
  }
}
@media (max-width: 568px) {
  .product-testimonial .row .span12 {
    margin: 0px!important;
    width: 100%!important;
  }
}