/************************ RESET *************************/
/********************************************************/
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,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
/* CLEARFIX */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
.clear {
  clear: both;
}
/************************ END OF RESET ************************/
/**************************************************************/

.show-on-tablet,
.show-on-desktop {
  display: none;
}
/******** COMMON ELEMENTS **********/
html {
  height: 100%;
}
body {
  height: 100%;
  background: #fff;
  background-attachment: scroll;
  margin: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #6c6c6c;
  height: 100%;
  background-image: url('../img/background-gradient.png');
  background-repeat: repeat-x;
}
a {
  text-decoration: none;
  color: #6c6c6c;
}
a:hover {
  text-decoration: underline;
}
#container {
  margin: 15px auto 20px auto;
}
#banner {
  text-indent: -9999px;
}
.small-size {
  display: none;
}
/******** HEADER **********/
header {
  height: 80px;
}
#header-logo {
  float: left;
  margin-top: 5px;
}
#header-chatnow {
  float: right;
  width: 150px;
  height: 38px;
  margin-top: 11px;
}
#header-chatnow:hover {
  background-position: 0 -38px;
  cursor: pointer;
}
#header-chatnow:hover ul {
  display: block;
  z-index: 100;
}
#header-chatnow ul {
  display: none;
  position: relative;
  top: 36px;
  right: 52px;
  width: 200px;
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topright: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
  border: 1px solid #c0bfbf;
  -webkit-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
}
#header-chatnow ul li {
  text-indent: 60px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #f9f9f9;
  background-image: url('../img/chat_now_icons_vertical_sprite.png');
  background-repeat: no-repeat;
  background-position: 0 10px;
}
#header-chatnow ul li#callback {
  font-weight: bold;
}
#header-chatnow ul li#contacts {
  background-position: 0 -40px;
}
#header-chatnow ul li#reseller {
  background-position: 0 -90px;
}
#header-chatnow ul li#support {
  background-position: 0 -140px;
}
#header-chatnow ul li:last-child {
  border-bottom: none;
}
#header-chatnow ul li:first-child {
  border-top: none;
}
#header-chatnow ul li a {
  display: block;
  width: 200px;
  height: 36px;
  color: #4971a8;
  padding-top: 19px;
}
#header-links {
  float: left;
  clear: left;
  height: 30px;
  background: url('../img/background-menu-gradient.png');
  width: 100%;
  margin-top: 10px;
 /* border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;*/
}
#header-links .menu-plus,
#header-links .menu-plus-text {
  display: block;
  float: left;
  color: #1874ba;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 1px 1px white;
  padding-top: 7px;
  cursor: pointer;
}
#header-links .menu-plus {
  padding: 2px 10px 0 20px;
  font-size: 22px;
}
#header-links #menu {
  float: left;
  position: relative;
  z-index: 10;
}
#header-links #share {
  float: right;
  padding-right: 20px;
  width: 100px;
  height: 30px;
  position: relative;
  z-index: 10;
}
.team .menu-plus,
.team .menu-plus-text {
  color: #f44139 !important;
}
.optimise .menu-plus,
.optimise .menu-plus-text {
  color: #2cba59 !important;
}
.comms .menu-plus,
.comms .menu-plus-text {
  color: #953c62 !important;
}
.mobile .menu-plus,
.mobile .menu-plus-text {
  color: #63277f !important;
}
.team .header-link a {
  color: #f44139 !important;
}
.optimise .header-link a {
  color: #2cba59 !important;
}
.comms .header-link a {
  color: #953c62 !important;
}
.mobile .header-link a {
  color: #63277f !important;
}
/***************** PHONE SIZE MENU HOVERS *****************/
@media all and (max-width: 760px) {
  #header-links #menu:hover ul {
    display: block;
    position: relative;
    width: 250px;
    background: #f2f2f2;
    /* Old browsers */
  
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* IE10+ */
  
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    /* W3C */
  
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    /* IE6-9 */
  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c0bfbf;
    -webkit-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
  }
  #header-links #menu:hover ul li {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #f9f9f9;
    width: 100%;
  }
  #header-links #menu:hover ul li:last-child {
    padding-bottom: 0px;
  }
  #header-links #menu:hover ul .header-link a {
    width: 100%
  				height: 30px;
    display: block;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #1874ba;
    text-shadow: 1px 1px white;
  }
  #header-links #share:hover ul {
    display: block;
    position: relative;
    right: 35px;
    width: 130px;
    max-width: 130px;
    padding: 10px;
    background: #f2f2f2;
    /* Old browsers */
  
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* IE10+ */
  
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    /* W3C */
  
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    /* IE6-9 */
  
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #c0bfbf;
    -webkit-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
  }
  #header-links #share:hover ul li {
    padding-bottom: 10px;
  }
  #header-links #share:hover ul li:last-child {
    padding-bottom: 0px;
  }
  #header-links #share:hover ul li:first-child {
    font-size: 14px;
    color: #425c8d;
    font-weight: bold;
  }
  #header-links #menu {
    width: 150px;
    height: 30px;
  }
}
.share-popup {
  display: none;
}
#share ul {
  display: none;
}
#menu ul {
  display: none;
}
/******** FOOTER **********/
footer {
  padding-bottom: 20px;
}
#footer-nav {
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  width: 310px;
  margin: 0 auto;
  font-size: 11px;
}
#footer-nav li {
  float: left;
  margin-right: 5px;
}
#footer-nav li:after {
  content: "|";
  margin-left: 5px;
}
#footer-followus {
  padding-top: 10px;
  width: 250px;
  margin: 0 auto;
}
#footer-followus li {
  display: inline-block;
  float: left;
}
#footer-followus a {
  display: block;
  width: 25px;
  height: 26px;
  margin-left: 12px;
  text-indent: -9999px;
  background-image: url('../img/followus-icons.jpg');
}
#footer-followus #twitter {
  background-position: -25px 0;
}
#footer-followus #linkedin {
  background-position: -50px 0;
}
#footer-followus #youtube {
  background-position: -75px 0;
}
#footer-followus #googleplus {
  background-position: -100px 0;
}
#followus {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.footer-hr,
.page-hr {
  color: #cbcbcb;
  background-color: #cbcbcb;
  height: 1px;
  border: none;
}
.terms-desktop {
  display: none;
}
/******** CONTENT small **********/
#container {
  width: 310px;
  margin: 15px auto 20px auto;
}
#content {
  padding-top: 20px;
  width: 310px;
}
#banner {
  width: 310px;
  height: 112px;
}
#box1,
#box2,
#box3,
#box4 {
  width: 310px;
  height: 152px;
  float: left;
  margin-top: 5px;
  position: relative;
}
#box1 a,
#box2 a,
#box3 a,
#box4 a {
  display: block;
  width: 310px;
  height: 152px;
  text-decoration: none;
  position: relative;
}
#box1 a {
  background-image: url('../img/team-performance-phone.jpg');
  color: #f44139;
}
#box2 a {
  background-image: url('../img/organisational-communications-phone.jpg');
  color: #a54773;
}
#box3 a {
  background-image: url('../img/optimise-it-phone.jpg');
  color: #43c28a;
}
#box4 a {
  background-image: url('../img/mobile-productivity-phone.jpg');
  color: #a81d78;
}
.box-like {
  font-size: 24px;
  font-weight: bold;
  display: block;
  position: relative;
  top: 10px;
  left: 45px;
  width: 255px;
}
.item {
  position: absolute;
  display: block;
  font-size: 17px;
  top: 55px;
  left: 10px;
  width: 290px;
  display: none;
}
.item.active {
  display: block;
}
#top-intro {
  margin: 10px 20px 15px 20px;
  color: #666666;
  font-size: 14px;
}
#top-intro h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
#top-intro li {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
}
#top-intro .bullet {
  display: inline-block;
  width: 12px;
}
.team #top-intro li {
  margin-right: 30px;
}
.team #top-intro h2 {
  color: #666666;
}
.team #top-intro .bullet {
  color: #f44139;
}
.optimise #top-intro li {
  margin-right: 150px;
}
.optimise #top-intro h2 {
  color: #666666;
}
.optimise #top-intro .bullet {
  color: #2cba59;
}
.comms #top-intro li {
  margin-right: 60px;
}
.comms #top-intro h2 {
  color: #666666;
}
.comms #top-intro .bullet {
  color: #953c62;
}
.mobile #top-intro li {
  margin-right: 60px;
}
.mobile #top-intro h2 {
  color: #666666;
}
.mobile #top-intro .bullet {
  color: #63277f;
}
@media all and (max-width: 760px) {
  #top-intro {
    margin: 10px;
    font-size: 15px;
  }
  #top-intro h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #top-intro li {
    margin-top: 5px;
    line-height: 22px;
  }
  .small-size {
    display: inline-block;
  }
  span.small-size {
    width: 12px;
  }
}
/******** WHITEPAPER small **********/
#whitepaper {
  padding: 10px 10px;
  margin-bottom: 10px;
  position: relative;
}
#whitepaper h2 {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 15px;
}
#whitepaper h2 .small-size {
  display: none;
}
.team #whitepaper {
  background: #fa7e39;
  /* Old browsers */

  background: -moz-linear-gradient(left, #fa7e39 0%, #f44039 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fa7e39), color-stop(100%, #f44039));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #fa7e39 0%, #f44039 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #fa7e39 0%, #f44039 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #fa7e39 0%, #f44039 100%);
  /* IE10+ */

  background: linear-gradient(to right, #fa7e39 0%, #f44039 100%);
  /* W3C */

  -pie-background: linear-gradient(left, #fa7e39 0%, #f44039 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
}
.optimise #whitepaper {
  background: #8bc963;
  /* Old browsers */

  background: -moz-linear-gradient(left, #8bc963 0%, #00bbaf 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8bc963), color-stop(100%, #00bbaf));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #8bc963 0%, #00bbaf 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #8bc963 0%, #00bbaf 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #8bc963 0%, #00bbaf 100%);
  /* IE10+ */

  background: linear-gradient(to right, #8bc963 0%, #00bbaf 100%);
  /* W3C */

  -pie-background: linear-gradient(left, #8bc963 0%, #00bbaf 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
}
.comms #whitepaper {
  background: #802b4a;
  /* Old browsers */

  background: -moz-linear-gradient(left, #802b4a 0%, #d16aa6 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #802b4a), color-stop(100%, #d16aa6));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #802b4a 0%, #d16aa6 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #802b4a 0%, #d16aa6 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #802b4a 0%, #d16aa6 100%);
  /* IE10+ */

  background: linear-gradient(to right, #802b4a 0%, #d16aa6 100%);
  /* W3C */

  -pie-background: linear-gradient(left, #802b4a 0%, #d16aa6 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
}
.mobile #whitepaper {
  background: #63277f;
  /* Old browsers */

  background: -moz-linear-gradient(left, #63277f 0%, #d51774 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #63277f), color-stop(100%, #d51774));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #63277f 0%, #d51774 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #63277f 0%, #d51774 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #63277f 0%, #d51774 100%);
  /* IE10+ */

  background: linear-gradient(to right, #63277f 0%, #d51774 100%);
  /* W3C */

  -pie-background: linear-gradient(left, #63277f 0%, #d51774 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
}
#whitepaper-banner {
  text-indent: -9999px;
  width: 112px;
  height: 85px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.whitepaper-text-link {
  color: #FFF;
  text-decoration: none;
}
.team #whitepaper-banner {
  background-image: url('../img/team-whitepaper-phone.png');
  height: 81px;
}
.optimise #whitepaper-banner {
  background-image: url('../img/optimise-whitepaper-phone.png');
}
.comms #whitepaper-banner {
  background-image: url('../img/comms-whitepaper-phone.png');
}
.mobile #whitepaper-banner {
  background-image: url('../img/mobile-whitepaper-phone.png');
}
#whitepaper-copy,
#whitepaper-list,
#whitepaper-cta {
  float: left;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: #ffffff;
  width: 168px;
}
#whitepaper-list,
#whitepaper-cta {
  width: 100%;
}
#whitepaper-list {
  font-weight: normal;
  margin: 10px 0;
}
#whitepaper-list li {
  margin-bottom: 10px;
  margin-left: 13px;
  text-indent: -13px;
}
#whitepaper-list ul {
  margin-left: 30px;
}
.team #whitepaper-list .bullet {
  color: #fabe9d;
}
.optimise #whitepaper-list .bullet {
  color: #b4e396;
}
.comms #whitepaper-list .bullet {
  color: #cf779d;
}
.mobile #whitepaper-list .bullet {
  color: #e482b2;
}
#whitepaper-cta {
  margin-bottom: 20px;
}
#whitepaper-cta .small-size {
  display: none;
}
#whitepaper-cta a {
  text-decoration: underline;
  color: #ffffff;
}
#whitepaper-button {
  float: left;
}
#whitepaper-button,
#whitepaper-button-mobile {
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #f1f5f8 49%, #dbdbdb 50%, #eaeaea 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #f1f5f8), color-stop(50%, #dbdbdb), color-stop(100%, #eaeaea));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f5f8 49%, #dbdbdb 50%, #eaeaea 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #f1f5f8 49%, #dbdbdb 50%, #eaeaea 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #f1f5f8 49%, #dbdbdb 50%, #eaeaea 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #f1f5f8 49%, #dbdbdb 50%, #eaeaea 100%);
  /* W3C */

  -pie-background: linear-gradient(top, #ffffff 0%, #f1f5f8 49%, #dbdbdb 50%, #eaeaea 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.75);
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
}
#whitepaper-button:hover,
#whitepaper-button-mobile:hover {
  background: white !important;
}
.team #whitepaper-button,
.team #whitepaper-button-mobile {
  color: #f44139;
}
.optimise #whitepaper-button,
.optimise #whitepaper-button-mobile {
  color: #07a79d;
}
.comms #whitepaper-button,
.comms #whitepaper-button-mobile {
  color: #953c62;
}
.mobile #whitepaper-button,
.mobile #whitepaper-button-mobile {
  color: #63277f;
}
#whitepaper-button {
  behavior: url(css/PIE.htc);
}
/******** CASE STUDIES small **********/
.case-box {
  position: relative;
}
.team .case-box {
  background: #ffe1cd;
  /* Old browsers */

  background: -moz-linear-gradient(left, #ffe1cd 0%, #ffcdc5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffe1cd), color-stop(100%, #ffcdc5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #ffe1cd 0%, #ffcdc5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #ffe1cd 0%, #ffcdc5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #ffe1cd 0%, #ffcdc5 100%);
  /* IE10+ */

  background: linear-gradient(to right, #ffe1cd 0%, #ffcdc5 100%);
  /* W3C */

  -pie-background: linear-gradient(left, #ffe1cd 0%, #ffcdc5 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
  float: left;
}
.optimise .case-box {
  background: #d1fefb;
  /* Old browsers */

  background: -moz-linear-gradient(left, #d1fefb 0%, #ddf9ca 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d1fefb), color-stop(100%, #ddf9ca));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #d1fefb 0%, #ddf9ca 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #d1fefb 0%, #ddf9ca 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #d1fefb 0%, #ddf9ca 100%);
  /* IE10+ */

  background: linear-gradient(to right, #d1fefb 0%, #ddf9ca 100%);
  /* W3C */

  -pie-background: linear-gradient(left, #d1fefb 0%, #ddf9ca 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
  float: left;
}
.comms .case-box {
  background: #e3a7bd;
  /* Old browsers */

  background: -moz-linear-gradient(left, #e3a7bd 0%, #f9e4f0 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e3a7bd), color-stop(100%, #f9e4f0));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #e3a7bd 0%, #f9e4f0 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #e3a7bd 0%, #f9e4f0 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #e3a7bd 0%, #f9e4f0 100%);
  /* IE10+ */

  background: linear-gradient(to right, #e3a7bd 0%, #f9e4f0 100%);
  /* W3C */

  -pie-background: linear-gradient(left, #e3a7bd 0%, #f9e4f0 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
  float: left;
}
.mobile .case-box {
  background: #e1ceea;
  /* Old browsers */

  background: -moz-linear-gradient(left, #e1ceea 0%, #fff1f8 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e1ceea), color-stop(100%, #fff1f8));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #e1ceea 0%, #fff1f8 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #e1ceea 0%, #fff1f8 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #e1ceea 0%, #fff1f8 100%);
  /* IE10+ */

  background: linear-gradient(to right, #e1ceea 0%, #fff1f8 100%);
  /* W3C */

  -pie-background: linear-gradient(left, #e1ceea 0%, #fff1f8 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
  float: left;
}
.comms .case-cta a {
  text-decoration: underline;
  font-weight: bold;
  color: #953c62;
}
.case-copy,
.case-list,
.case-cta {
  color: #2d2d2d;
}
.case-copy {
  font-weight: bold;
}
.optimise .case-list .small-size {
  display: none;
}
.mobile .case-list .small-size {
  display: none;
}
.case-button {
  float: left;
}
.team .case-button {
	background: #8fc63b; /* Old browsers */
	background: -moz-linear-gradient(top,  #8fc63b 49%, #72ab1e 50%, #599405 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#8fc63b), color-stop(50%,#72ab1e), color-stop(100%,#599405)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc63b 49%,#72ab1e 50%,#599405 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc63b 49%,#72ab1e 50%,#599405 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc63b 49%,#72ab1e 50%,#599405 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc63b 49%,#72ab1e 50%,#599405 100%); /* W3C */

  -pie-background: linear-gradient(top,  #8fc63b 49%,#72ab1e 50%,#599405 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(css/PIE.htc);
  display: block;
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  clear: left;
}
.team .case-button:hover {
  background: #8fc63b !important;
}
.optimise .case-button {
	background: #67b7f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #67b7f0 0%, #2da9ff 50%, #0d9aff 51%, #0090f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67b7f0), color-stop(50%,#2da9ff), color-stop(51%,#0d9aff), color-stop(100%,#0090f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #67b7f0 0%,#2da9ff 50%,#0d9aff 51%,#0090f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #67b7f0 0%,#2da9ff 50%,#0d9aff 51%,#0090f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #67b7f0 0%,#2da9ff 50%,#0d9aff 51%,#0090f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #67b7f0 0%,#2da9ff 50%,#0d9aff 51%,#0090f7 100%); /* W3C */

  -pie-background: linear-gradient(top,  #67b7f0 0%,#2da9ff 50%,#0d9aff 51%,#0090f7 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(css/PIE.htc);
  display: block;
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  clear: left;
}
.optimise .case-button:hover {
  background: #67b7f0 !important;
}
.comms .case-button {
	
	background: #67b7f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #67b7f0 0%, #2da9ff 50%, #0d9aff 51%, #0090f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67b7f0), color-stop(50%,#2da9ff), color-stop(51%,#0d9aff), color-stop(100%,#0090f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #67b7f0 0%,#2da9ff 50%,#0d9aff 51%,#0090f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #67b7f0 0%,#2da9ff 50%,#0d9aff 51%,#0090f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #67b7f0 0%,#2da9ff 50%,#0d9aff 51%,#0090f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #67b7f0 0%,#2da9ff 50%,#0d9aff 51%,#0090f7 100%); /* W3C */

  -pie-background: linear-gradient(top,  #67b7f0 0%,#2da9ff 50%,#0d9aff 51%,#0090f7 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; 
  behavior: url(css/PIE.htc);
  display: block;
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  clear: left;
}
.comms .case-button:hover {
  background: #67b7f0 !important;
}
.mobile .case-button {
  	background: #8fc63b; /* Old browsers */
	background: -moz-linear-gradient(top,  #8fc63b 49%, #72ab1e 50%, #599405 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#8fc63b), color-stop(50%,#72ab1e), color-stop(100%,#599405)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fc63b 49%,#72ab1e 50%,#599405 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fc63b 49%,#72ab1e 50%,#599405 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fc63b 49%,#72ab1e 50%,#599405 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8fc63b 49%,#72ab1e 50%,#599405 100%); /* W3C */

  -pie-background: linear-gradient(top,  #8fc63b 49%,#72ab1e 50%,#599405 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;  
  behavior: url(css/PIE.htc);
  display: block;
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  clear: left;
}
.mobile .case-button:hover {
  background: #8fc63b !important;
}
.case-box {
  width: 290px;
  padding: 10px;
  margin-bottom: 10px;
}
.case-box h2 {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
}
.case-box h2 .small-size {
  display: inline;
}
.case-box h2 .small-size.alt {
  display: none;
}
.case-banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.team .case-box h2 {
  color: #f44139;
}
.case-banner.b1,
.case-banner.b2,
.case-banner.b3 {
  width: 111px;
  height: 63px;
  margin-bottom: 20px;
  float: left;
  margin-right: 10px;
}
.team .case-banner.b1 {
  background: url('../img/team-case-1-phone.png');
}
.team .case-banner.b2 {
  background: url('../img/team-case-2-phone.png');
}
.team .case-banner.b3 {
  background: url('../img/team-case-3-phone.png');
}
.team .case-banner {
	height: 60px;
}
.team .case-list .bullet {
  color: #f44139;
}
.optimise .case-box h2 {
  color: #2cba59;
}
.optimise .case-list .bullet {
  color: #2cba59;
}
.optimise .case-banner.b1 {
  background: url('../img/optimise-case-1-phone.png');
}
.optimise .case-banner.b2 {
  background: url('../img/optimise-case-2-phone.png');
}
.optimise .case-banner.b3 {
  background: url('../img/optimise-case-3-phone.png');
}
.comms .case-box h2 {
  color: #953c62;
}
.comms .case-list .bullet {
  color: #953c62;
}
.comms .case-banner.b1 {
  background: url('../img/comms-case-1-phone.png');
}
.comms .case-banner.b2 {
  background: url('../img/comms-case-2-phone.png');
}
.comms .case-banner.b3 {
  background: url('../img/comms-case-3-phone.png');
}
.mobile .case-box h2 {
  color: #63277f;
}
.mobile .case-list .bullet {
  color: #63277f;
}
.mobile .case-banner.b1 {
  background: url('../img/mobile-case-1-phone.png');
}
.mobile .case-banner.b2 {
  background: url('../img/mobile-case-2-phone.png');
}
.mobile .case-banner.b3 {
  background: url('../img/mobile-case-3-phone.png');
}
.case-list {
  text-indent: 30px;
  margin-bottom: 10px;
}
.case-list li {
  margin-bottom: 5px;
}
.case-copy,
.case-cta {
  font-size: 13px;
  margin-bottom: 10px;
}
/******** PRODUCT SOLUTIONS small **********/
.product-solutions-hr {
  margin: 10px 0;
}
#product-solutions-header {
  font-size: 20px;
  margin-bottom: 10px;
}
.team #product-solutions-header {
  color: #f44139;
}
.optimise #product-solutions-header {
  color: #2cba59;
}
.comms #product-solutions-header {
  color: #953c62;
}
.mobile #product-solutions-header {
  color: #63277f;
}
.product-solutions-box {
  float: left;
  margin: 0 10px 10px 0;
  width: 150px;
  font-weight: bold;
}
.product-solutions-box a {
  font-weight: normal;
  color: #2d2d2d;
}
.team .product-solutions-box p {
  color: #f44139;
}
.optimise .product-solutions-box p {
  color: #2cba59;
}
.comms .product-solutions-box p {
  color: #953c62;
}
.mobile .product-solutions-box p {
  color: #63277f;
}
.psbox2,
.psbox4 {
  margin-right: 0;
}
#finance {
  width: 310px;
  height: 50px;
  margin: 20px 0;
  text-indent: -9999px;
}
#finance a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
/******************************************************************************/
/***************************** TABLET *****************************************/
/******************************************************************************/
@media all and (min-width: 760px) and (max-width: 1250px) {
  #container {
    width: 750px;
    margin: 15px auto 00px auto;
  }
  .show-on-tablet {
    display: inline;
  }
  /******** HEADER TABLET **********/
  #header-links #menu:hover ul {
    display: block;
    position: relative;
    width: 250px;
    background: #f2f2f2;
    /* Old browsers */
  
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* IE10+ */
  
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    /* W3C */
  
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    /* IE6-9 */
  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c0bfbf;
    -webkit-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
  }
  #header-links #menu:hover ul li {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #f9f9f9;
    width: 100%;
  }
  #header-links #menu:hover ul li:last-child {
    padding-bottom: 0px;
  }
  #header-links #menu:hover ul .header-link a {
    width: 100%
  				height: 30px;
    display: block;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #1874ba;
    text-shadow: 1px 1px white;
  }
  #header-links #share:hover ul {
    display: block;
    position: relative;
    right: 35px;
    width: 130px;
    max-width: 130px;
    padding: 10px;
    background: #f2f2f2;
    /* Old browsers */
  
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* IE10+ */
  
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    /* W3C */
  
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    /* IE6-9 */
  
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #c0bfbf;
    -webkit-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
  }
  #header-links #share:hover ul li {
    padding-bottom: 10px;
  }
  #header-links #share:hover ul li:last-child {
    padding-bottom: 0px;
  }
  #header-links #share:hover ul li:first-child {
    font-size: 14px;
    color: #425c8d;
    font-weight: bold;
  }
  #header-links #menu {
    width: 250px;
    height: 30px;
  }
  /******** FOOTER TABLET **********/
  footer {
    width: 750px;
    padding-bottom: 20px;
  }
  #footer-nav {
    width: 375px;
  }
  #footer-nav li:nth-child(5):after {
    content: "|";
  }
  #footer-followus {
    margin: 0 auto;
    float: none;
    padding-top: 0px;
    margin-top: 10px;
  }
  .terms-desktop {
    display: inline;
  }
  /******** CONTENT TABLET **********/
  #content {
    padding-top: 15px;
    width: 750px;
  }
  #banner {
    width: 748px;
    height: 201px;
  }
  #box1,
  #box2,
  #box3,
  #box4 {
    width: 364px;
    height: 199px;
    float: left;
    margin: 10px 20px 10px 0px;
  }
  #box3,
  #box4 {
	  margin-top: 0px; 
  }
  #box2,
  #box4 {
    margin-right: 0px;
  }
  #box1 a,
  #box2 a,
  #box3 a,
  #box4 a {
    width: 364px;
    height: 199px;
  }
  #box1 a:hover,
  #box2 a:hover,
  #box3 a:hover,
  #box4 a:hover {
    background-position: 0 0;
  }
  #box1 a {
    background-image: url('../img/team-performance-tablet.jpg');
  }
  #box2 a {
    background-image: url('../img/organisational-communications-tablet.jpg');
  }
  #box3 a {
    background-image: url('../img/optimise-it-tablet.jpg');
  }
  #box4 a {
    background-image: url('../img/mobile-productivity-tablet.jpg');
  }
  .box-like {
    font-size: 30px;
    font-weight: bold;
    top: 15px;
    left: 60px;
    width: 290px;
  }
  .item {
    font-size: 21px;
    letter-spacing: 0.02em;
    top: 55px;
    left: 15px;
    width: 335px;
  }
  .optimise #top-intro li {
    margin-right: 100px;
  }
  .comms #top-intro li {
    width: 315px;
    margin-right: 20px;
  }
  #whitepaper {
    padding: 20px 20px;
    margin-bottom: 10px;
  }
  #whitepaper h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #whitepaper h2 .small-size {
    display: inline;
  }
  #whitepaper-banner {
    width: 152px;
    height: 114px;
    margin-right: 20px;
  }
  .team #whitepaper-banner {
    background-image: url('../img/team-whitepaper-tablet.png');
	height: 110px;
  }
  .optimise #whitepaper-banner {
    background-image: url('../img/optimise-whitepaper-tablet.png');
  }
  .comms #whitepaper-banner {
    background-image: url('../img/comms-whitepaper-tablet.png');
  }
  .mobile #whitepaper-banner {
    background-image: url('../img/mobile-whitepaper-tablet.png');
  }
  #whitepaper-copy {
    width: 528px;
  }
  #whitepaper-copy,
  #whitepaper-list,
  #whitepaper-cta {
    width: 528px;
    float: right;
    font-size: 14px;
  }
  #whitepaper-cta .small-size {
    display: inline;
  }
  .mobile #whitepaper-cta {
    margin-bottom: 0;
  }
  #whitepaper-list {
    margin: 10px 0;
  }
  #whitepaper-list li {
    margin-bottom: 10px;
    margin-left: 15px;
    text-indent: -15px;
  }
  #whitepaper-button {
    margin-top: 140px;
    position: absolute;
  }
  #whitepaper-button {
    display: block;
  }
  /******** CASE STUDIES TABLET **********/
  .case-box {
    margin-right: 21px;
    width: 196px;
    padding: 20px;
  }
  .case-box h2 {
    color: #f44139;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .case-box h2 .small-size {
    display: inline;
  }
  .case-box .case-button {
    position: absolute;
    bottom: 20px;
  }
  .case-box.last {
    margin-right: 0px;
  }
  .team .case-box {
    min-height: 430px;
  }
  .optimise .case-box {
    min-height: 425px;
  }
  .comms .case-box {
    min-height: 420px;
  }
  .mobile .case-box {
    min-height: 420px;
  }
  .case-banner.b1,
  .case-banner.b2,
  .case-banner.b3 {
    width: 200px;
    height: 115px;
    margin-bottom: 20px;
  }
  .team .case-banner {
	height: 115px;
  }
  .team .case-banner.b1 {
    background: url('../img/team-case-1-tablet.png');
  }
  .team .case-banner.b2 {
    background: url('../img/team-case-2-tablet.png');
  }
  .team .case-banner.b3 {
    background: url('../img/team-case-3-tablet.png');
  }
  .optimise .case-banner.b1 {
    background: url('../img/optimise-case-1-tablet.png');
	height: 114px;
	width: 199px;
  }
  .optimise .case-banner.b2 {
    background: url('../img/optimise-case-2-tablet.png');
	height: 114px;
	width: 199px;
  }
  .optimise .case-banner.b3 {
    background: url('../img/optimise-case-3-tablet.png');
	height: 114px;
	width: 199px;
  }
  .comms .case-banner.b1 {
    background: url('../img/comms-case-1-tablet.png');
  }
  .comms .case-banner.b2 {
    background: url('../img/comms-case-2-tablet.png');
  }
  .comms .case-banner.b3 {
    background: url('../img/comms-case-3-tablet.png');
  }
  .mobile .case-banner.b1 {
    background: url('../img/mobile-case-1-tablet.png');
  }
  .mobile .case-banner.b2 {
    background: url('../img/mobile-case-2-tablet.png');
  }
  .mobile .case-banner.b3 {
    background: url('../img/mobile-case-3-tablet.png');
  }
  .case-list {
    text-indent: 30px;
    margin-bottom: 10px;
  }
  .case-list li {
    margin-bottom: 5px;
  }
  .case-copy,
  .case-cta {
    font-size: 13px;
    margin-bottom: 10px;
  }
  /******** PRODUCT SOLUTIONS TABLET **********/
  .product-solutions-hr {
    margin: 10px 0;
  }
  #product-solutions-header {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product-solutions-box {
    margin: 0 20px 0 0;
    width: 172.5px;
  }
  .comms .product-solutions-box,
  .mobile .product-solutions-box {
    margin: 0 20px 20px 0;
    width: 220px;
  }
  .psbox4 {
    margin-right: 0;
  }
  #finance {
    width: 750px;
    margin: 20px 0;
  }
}
/******************************************************************************/
/******************************** DESKTOP *************************************/
/******************************************************************************/
@media all and (min-width: 1250px) {
  #container {
    width: 940px;
    margin: 15px auto 0px auto;
  }
  .show-on-desktop {
    display: inline;
  }
  /******** HEADER DESKTOP **********/
  header {
    height: 60px;
  }
  #header-links {
    float: left;
    clear: none;
    height: 60px;
    margin: 0 0 0 40px;
   /* border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;*/
    background: none;
    width: 620px;
  }
  #header-links ul {
    display: block;
  }
  #header-links .menu-plus,
  #header-links .menu-plus-text {
    display: none;
  }
  #header-links .header-link {
    float: left;
    margin-top: 22px;
    margin-right: 12px;
    margin-left: 12px;
  }
  #header-links .header-link a {
    font-size: 13px;
    font-weight: bold;
    color: #1874ba;
    text-shadow: 1px 1px white;
  }
  #share ul {
    display: block;
    position: fixed;
    right: 0px;
    top: 150px;
    width: 130px;
    max-width: 130px;
    padding: 10px;
    background: #f2f2f2;
    /* Old browsers */
  
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    /* IE10+ */
  
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    /* W3C */
  
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    /* IE6-9 */
  
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #c0bfbf;
    -webkit-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 10px rgba(50, 50, 50, 0.75);
  }
  #share ul li {
    padding-bottom: 10px;
  }
  #share ul li:last-child {
    padding-bottom: 0px;
  }
  #share ul li:first-child {
    font-size: 14px;
    color: #425c8d;
    font-weight: bold;
  }
  #share:hover ul {
    display: block;
    position: fixed;
  }
  /******** FOOTER DESKTOP **********/
  footer {
    border-top: 1px solid #cbcbcb;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  #footer-nav {
    float: left;
    width: 650px;
    margin-top: 5px;
  }
  #footer-nav li:nth-child(5):after {
    content: "|";
  }
  #footer-followus {
    float: right;
  }
  #footer-followus {
	width: 230px;
  }
  #footer-followus a {
    margin-left: 5px;
  }
  .footer-hr {
    display: none;
  }
  .terms-desktop {
    display: inline;
  }
  /******** CONTENT DESKTOP **********/
  #content {
    padding-top: 20px;
    width: 940px;
  }
  #banner {
    width: 940px;
    height: 252px;
  }
  #box1,
  #box2,
  #box3,
  #box4 {
    width: 220px;
    height: 242px;
    float: left;
    margin: 20px 20px 10px 0px;
  }
  #box4 {
    margin-right: 0px;
  }
  #box1 a,
  #box2 a,
  #box3 a,
  #box4 a {
    display: block;
    width: 220px;
    height: 242px;
  }
  #box1 a:hover,
  #box2 a:hover,
  #box3 a:hover,
  #box4 a:hover {
    background-position: -220px 0;
    color: #ffffff;
  }
  #box1 a {
    background-image: url('../img/team-performance-desktop.jpg');
  }
  #box2 a {
    background-image: url('../img/organisational-communications-desktop.jpg');
  }
  #box3 a {
    background-image: url('../img/optimise-it-desktop.jpg');
  }
  #box4 a {
    background-image: url('../img/mobile-productivity-desktop.jpg');
  }
  .box-like {
    font-size: 30px;
    font-weight: bold;
    top: 15px;
    left: 60px;
    width: 150px;
  }
  .item {
    font-size: 21px;
    letter-spacing: 0.02em;
    top: 55px;
    left: 15px;
    width: 195px;
  }
  /******** WHITEPAPER DESKTOP **********/
  .comms #top-intro li {
    font-size: 14px;
    margin-right: 10px;
  }
  #whitepaper {
    padding: 20px 20px;
    margin-bottom: 10px;
  }
  #whitepaper h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #whitepaper-banner {
    width: 260px;
    height: 195px;
    margin-right: 30px;
  }
  .team #whitepaper-banner {
    background-image: url('../img/team-whitepaper-desktop.png');
    height: 188px;
  }
  .optimise #whitepaper-banner {
    background-image: url('../img/optimise-whitepaper-desktop.png');
  }
  .comms #whitepaper-banner {
    background-image: url('../img/comms-whitepaper-desktop.png');
  }
  .mobile #whitepaper-banner {
    background-image: url('../img/mobile-whitepaper-desktop.png');
  }
  #whitepaper-copy,
  #whitepaper-list,
  #whitepaper-cta {
    width: 590px;
    font-size: 14px;
  }
  #whitepaper-cta {
    margin-bottom: 60px;
  }
  #whitepaper-cta .small-size {
    display: inline;
  }
  #whitepaper-list {
    margin: 10px 0;
  }
  #whitepaper-list li {
    margin-bottom: 10px;
    margin-left: 15px;
    text-indent: -15px;
  }
  #whitepaper-button {
    margin-left: 290px;
    position: absolute;
    bottom: 20px;
  }
  #whitepaper-button {
    display: block;
  }
  /******** CASE STUDIES DESKTOP **********/
  .case-box {
    margin-right: 21px;
    width: 259.3333333333333px;
    padding: 20px;
  }
  .case-box h2 {
    color: #f44139;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .case-box h2 .small-size {
    display: inline;
  }
  .case-box h2 .small-size.alt {
    display: none;
  }
  .case-box .case-button {
    position: absolute;
    bottom: 20px;
  }
  .team .case-box {
    min-height: 400px;
  }
  .optimise .case-box {
    min-height: 410px;
  }
  .comms .case-box {
    min-height: 420px;
  }
  .mobile .case-box {
    min-height: 390px;
  }
  .case-box.last {
    margin-right: 0px;
  }
  .optimise .case-list .small-size {
    display: inline;
  }
  .mobile .case-list .small-size {
    display: inline;
  }
  .case-banner.b1,
  .case-banner.b2,
  .case-banner.b3 {
    width: 260px;
    height: 147px;
    margin-bottom: 20px;
  }
  .team .case-banner {
	  height: 147px;
  }
  .team .case-banner.b1 {
    background: url('../img/team-case-1-desktop.png');
  }
  .team .case-banner.b2 {
    background: url('../img/team-case-2-desktop.png');
  }
  .team .case-banner.b3 {
    background: url('../img/team-case-3-desktop.png');
  }
  .optimise .case-banner.b1 {
    background: url('../img/optimise-case-1-desktop.png') no-repeat;
  }
  .optimise .case-banner.b2 {
    background: url('../img/optimise-case-2-desktop.png');
  }
  .optimise .case-banner.b3 {
    background: url('../img/optimise-case-3-desktop.png');
  }
  .comms .case-banner.b1 {
    background: url('../img/comms-case-1-desktop.png');
  }
  .comms .case-banner.b2 {
    background: url('../img/comms-case-2-desktop.png');
  }
  .comms .case-banner.b3 {
    background: url('../img/comms-case-3-desktop.png');
  }
  .mobile .case-banner.b1 {
    background: url('../img/mobile-case-1-desktop.png');
  }
  .mobile .case-banner.b2 {
    background: url('../img/mobile-case-2-desktop.png');
  }
  .mobile .case-banner.b3 {
    background: url('../img/mobile-case-3-desktop.png');
  }
  .case-list {
    text-indent: 30px;
    margin-bottom: 10px;
  }
  .case-list li {
    margin-bottom: 5px;
  }
  .case-copy,
  .case-cta {
    font-size: 13px;
    margin-bottom: 10px;
  }
  /******** PRODUCT SOLUTIONS DESKTOP **********/
  .product-solutions-hr {
    margin: 10px 0;
  }
  #product-solutions-header {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product-solutions-box {
    margin: 0 30px 0 0;
    width: 175px;
  }
  .comms .product-solutions-box {
    margin: 0 20px 0 0;
    width: 168px;
  }
  .psbox4 {
    margin-right: 0;
  }
  #finance {
    width: 940px;
    margin: 20px 0;
  }
}
/* CHAT NOW */
.c43-image {
  top: 11px !important;
  right: 0px !important;
}
.c43-content {
  margin-top: 0px !important;
  margin-right: -1px !important;
}
.c43-items div {
  margin: 0 6px !important;
  width: 186px !important;
}
.cc06-lastchat {
  text-align: left !important;
  border: 0px !important;
}
/* IOS MENU FIX */
a.close-fix {
  display: none;
}
#share:hover + a.close-fix,
#menu:hover + a.close-fix,
#c43-image:hover + a.close-fix {
  position: fixed;
  width: 200%;
  height: 200%;
  display: block;
  cursor: pointer;
  left: -20%;
  top: -20%;
  z-index: 1;
}


/* Classes to hide/show */
/***************************** PHONE *****************************************/
@media all and (max-width: 759px) {
	.hide-on-mobile {
		display: none !important;	
	}
	.show-on-mobile {
		display: block !important;	
	}
	.inline.show-on-mobile {
		display: inline !important;	
	}
}
/***************************** TABLET *****************************************/
@media all and (min-width: 760px) and (max-width: 1250px) {
	.hide-on-tablet {
		display: none !important;	
	}
	.show-on-tablet {
		display: block !important;	
	}
	.inline.show-on-tablet {
		display: inline !important;	
	}
}
/******************************** DESKTOP *************************************/
@media all and (min-width: 1250px) {
	.hide-on-desktop {
		display: none !important;	
	}
	.show-on-desktop {
		display: block !important;	
	}
	.inline.show-on-desktop {
		display: inline !important;	
	}
}


/* FOOTER LINKS */
#feedback_img {
    margin-right: 5px;
}

#footer-link-trademarks:after {
	content: "" !important;
}
	
/***************************** PHONE *****************************************/
@media all and (max-width: 759px) {
	#footer-link-privacy:after {
		content: "" !important;
	}
	
}
/***************************** TABLET *****************************************/
@media all and (min-width: 760px) and (max-width: 1250px) {
	#footer-link-privacy:after {
		content: "" !important;
	}
}




/* fix for case box images in one line */
/***************************** TABLET *****************************************/
@media all and (min-width: 760px) and (max-width: 1250px) {
	.comms .case-box h2 {
		height: 75px;
	}
	.team .case-box h2 {
		height: 60px;
	}
	.optimise .case-box h2 {
		height: 55px;
	}
	.mobile .case-box h2 {
		height: 55px;	
	}
}
/******************************** DESKTOP *************************************/
@media all and (min-width: 1250px) {
	.comms .case-box h2 {
		height: 60px;
	}	
	.team .case-box h2 {
		height: 40px;
	}	
	.optimise .case-box h2 {
		height: 45px;
	}
	.mobile .case-box h2 {
		height: 45px;	
	}
}