@import '../fontello/css/fontello.css';
/**
 * Gridpak Beta LESS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
/* Reusable column setup */
.mixin-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.mixin-span_first {
  margin-left: 0;
}
/* 1. 12 Column Grid 0px - Infinity 
    ----------------------------------------------------------------------------- 
    
    Span 1:    8.33333333333%
    Span 2:    16.6666666667%
    Span 3:    25.0%
    Span 4:    33.3333333333%
    Span 5:    41.6666666667%
    Span 6:    50.0%
    Span 7:    58.3333333333%
    Span 8:    66.6666666667%
    Span 9:    75.0%
    Span 10:    83.3333333333%
    Span 11:    91.6666666667%
    Span 12:    100%
    
    ----------------------------------------------------------------------------- */@media screen and (min-width: 0px) {
  .row {
    margin-left: -30px;
  }
  .col {
    border-left-width: 30px;
    padding: 0 0px;
  }
  /* --- Gridpak variables ---*//*
          Add your semantic classnames in alongside their corresponding spans here. e.g.
          
          .span_3,
          .my_semantic_class_name {
              ...
          }
          
          */
  .span_1 {
    width: 8.333333333333334%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_2 {
    width: 16.666666666666668%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_3 {
    width: 25%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_4 {
    width: 33.333333333333336%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_5 {
    width: 41.66666666666667%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_6 {
    width: 50%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_7 {
    width: 58.333333333333336%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_8 {
    width: 66.66666666666667%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_9 {
    width: 75%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_10 {
    width: 83.33333333333334%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_11 {
    width: 91.66666666666667%;
    border-left-width: 30px;
    padding: 0 0px;
    margin-left: 0;
  }
  .span_12 {
    margin-left: 0;
    width: 100%;
  }
}
/*@import "sprites.less";*/
/*@import "icons.less";*/
/*@import "arrows.less";*/
/*@import "grids.less";*/
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
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;
  vertical-align: baseline;
}
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;
}
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 18px solid #c4c25a;
}
html {
  background: #f9fbfb url("../img/backgrounds/page.png") repeat-x;
}
body {
  text-align: center;
}
.pwrapper {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}
.pwrapper:before,
.pwrapper:after {
  content: "";
  display: table;
}
.pwrapper:after {
  clear: both;
}
.ie6 .pwrapper,
.ie7 .pwrapper {
  zoom: 1;
}
.pwrapper .row .span_9 .editable h3, .pwrapper .row .span_12 .editable h3{
  font-family: museo-slab;
  font-weight: 700;
  color: #444444;
}
.pwrapper .row .span_9 .editable h3 strong, .pwrapper .row .span_12 .editable h3 strong, .pwrapper .row .span_12 .editable h3 a{
  color: #c4c25a;
}
.pwrapper .row .span_12 .editable h3 a{
  text-decoration: underline;
}
html.turq .heading-wrapper h1 {
  border-bottom: 6px solid #92b7b9;
  color: #92b7b9;
}
html.turq .heading-wrapper h1 + span.arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 18px solid #92b7b9;
}
html.turq .content .cms-text h3,
html.turq .reasexp h3 {
  color: #92b7b9;
}
html.lgreen .heading-wrapper h1 {
  border-bottom: 6px solid #a9d0ba;
  color: #a9d0ba;
}
html.lgreen .heading-wrapper h1 + span.arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 18px solid #a9d0ba;
}
html.lgreen .content .cms-text h3,
html.lgreen .reasexp h3 {
  color: #a9d0ba;
}
html.mustard .heading-wrapper h1 {
  border-bottom: 6px solid #c4c25a;
  color: #c4c25a;
}
html.mustard .heading-wrapper h1 + span.arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 18px solid #c4c25a;
}
html.mustard .content .cms-text h3,
html.mustard .reasexp h3 {
  color: #c4c25a;
}
#nav-wrapper {
  background: #a9d0ba;
  border-bottom: 4px solid #8bbfad;
  height: 52px;
}
#nav-wrapper ul {
  position: relative;
  margin: 0 auto;
  width: 900px;
  text-align: left;
  height: 59px;
  z-index: 0;
  padding-left: 6px;
}
#nav-wrapper ul li {
  float: left;
  margin-right: 53px;
}
#nav-wrapper ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  line-height: 59px;
}
#nav-wrapper ul li a:first-child {
  margin-left: 0px;
}
#nav-wrapper ul li a.selected,
#nav-wrapper ul li a:hover {
  color: #72907f;
}
#nav-wrapper ul li.active {
  position: absolute;
  margin: 0;
  background: url("../img/icons/nav-pointer.png") no-repeat center bottom;
  height: 59px;
}
#nav-wrapper ul li.almost-last,
#nav-wrapper ul li:nth-child(7) {
  margin-right: 0;
}
.logo a {
  display: inline-block;
  margin: 24px 0;
}
#masthead {
  width: 966px;
  margin: 0 auto;
  background: url("../img/backgrounds/intro.png") no-repeat;
  min-height: 255px;
  position: relative;
}
#masthead h1 {
  font-family: museo-slab;
  font-weight: 700;
  font-size: 36px;
  font-style: normal;
  color: #92b7b9;
  margin: 30px 0 0 35px;
}
#masthead p {
  width: 58%;
  font-family: museo-slab;
  font-weight: 500;
  font-size: 24px;
  font-style: normal;
  color: #444444;
  margin: 10px 0 0 35px;
  line-height: 130%;
}
#masthead p em {
  color: #c4c25a;
  font-weight: 700;
}
#masthead #checklist {
  background: url("../img/backgrounds/checklist.png") no-repeat;
  text-align: center;
  position: absolute;
  right: 75px;
  top: 14px;
  width: 224px;
  height: 202px;
}
#masthead #checklist:hover {
  background-position: 0 -202px;
}
#masthead #checklist h2 {
  font-family: museo-slab;
  font-weight: 900;
  font-size: 21px;
  font-style: italic;
  color: #fff;
  width: 200px;
  margin-top: 48px;
}
#masthead #checklist a {
  font-family: museo-slab;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  width: 130px;
  margin: 0 32px;
  display: block;
  line-height: 120%;
}
.intro .heading-wrapper {
  position: relative;
}
.intro h1 {
  position: relative;
  text-align: center;
  font-family: museo-slab;
  font-weight: 700;
  font-size: 30px;
  font-style: normal;
  padding: 15px 0;
  margin-bottom: 1.5em;
  border-bottom: 6px solid #C4C25A;
  color: #C4C25A;
}
.intro h1 em {
  color: #444444;
}
.intro h1 + span.arrow {
  position: absolute;
  top: 61px;
  left: 441px;
}
.intro .span_9 {
  margin-left: 120px;
  margin-bottom: 1em;
  position: relative;
  top: -1em;
}
.intro p {
  color: #000;
  line-height: 20px;
  font-size: 16px;
}
.intro p a {
  color: #a9d0ba;
}
.intro p a:hover {
  color: #c4c25a;
}
.inner-intro h1 {
  position: relative;
  font-family: museo-slab;
  font-weight: 700;
  font-size: 30px;
  font-style: normal;
  margin: 0 0 29px;
}
.inner-intro h1.turq {
  color: #92b7b9;
}
.inner-intro h1.lgreen {
  color: #a9d0ba;
}
.inner-intro h1.dmustard {
  color: #c4c25a;
}
.inner-intro h1 em {
  color: #444444;
}
.reasexp ul {
  margin: 0 0 0 24px;
  padding: 0;
}
.reasexp ul li {
  line-height: 20px;
  color: #000;
  margin-bottom: 15px;
  font-size: 14px;
}
.reasexp div.col a:hover {
  color: #c4c25a;
}
.reasexp div.col a {
  color: #a9d0ba;
}
.reasexp .icon {
  border-left: 10px solid #c4c25a;
  height: 69px;
  overflow: hidden;
  position: relative;
}
.reasexp .icon img {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.reasexp .people .icon {
  background-color: #92b7b9;
}
.reasexp .people li {
  list-style-image: url("../img/icons/dott-turq.png");
}
.reasexp .ethics .icon {
  background-color: #a9d0ba;
}
.reasexp .ethics li {
  list-style-image: url("../img/icons/dott-lgreen.png");
}
.reasexp .strategy .icon {
  background-color: #dbd97f;
}
.reasexp .strategy li {
  list-style-image: url("../img/icons/dott-mustard.png");
}
.reasexp h3 {
  color: #92b7b9;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 10px;
}
.reasons .icon {
  border: none !important;
}
.reasons div.col,
.reasons h2 {
  margin: 40px 0;
  font-family: museo-slab;
  font-weight: 700;
  font-size: 30px;
  font-style: normal;
}
.reasons div.col{
  font-size: 28px;
  white-space: nowrap;
}
.reasons div.col a,
.reasons h2 a {
  text-decoration: none;
  color: #cccccc;
  margin-left: 18px;
}
.reasons div.col.lgreen em,
.reasons h2.lgreen em {
  color: #a9d0ba;
}
.reasons div.col.lgreen a:hover,
.reasons h2.lgreen a:hover {
  color: #a9d0ba;
}
.reasons div.col.turq em,
.reasons h2.turq em {
  color: #92b7b9;
}
.reasons div.col.turq a:hover,
.reasons h2.turq a:hover {
  color: #92b7b9;
}
.reasons div.col.dmustard em,
.reasons h2.dmustard em {
  color: #c4c25a;
}
.reasons div.col.dmustard a:hover,
.reasons h2.dmustard a:hover {
  color: #c4c25a;
}
.aside em{
	font-style: italic !important;
}
.aside .reasons h2 {
  margin: 20px 0 20px 20px;
}
.aside .reasons h2:first-child {
  text-align: left;
}
.aside .reasons h2 a {
  margin: 0;
}
.content .cms-text p,
.content .cms-text li,
.content .cms-text dd {
  color: #444;
  line-height: 20px;
}
.content .cms-text p {
  margin: 0 0 2em 0;
}
.content .cms-text.plus h3 {
  background: url("../img/icons/plus.png") no-repeat;
  position: relative;
  padding-left: 45px;
  left: -45px;
}
.content .memento {
  margin-bottom: 2em;
}
.content .memento p {
  width: 66.6%;
  color: #444;
  line-height: 20px;
  margin: 0;
}
.content .memento p a {
  color: #92b7b9;
  text-decoration: none;
  border-bottom: 1px solid #92b7b9;
}
.members {
  margin: 0;
  padding: 0;
}
.members li {
  margin: 0 0 40px;
  padding: 0;
}
.members li p:first-child {
  margin-top: 0;
  margin-bottom: 2em;
}
.members li h2 {
  font-size: 18px;
  color: #a9d0ba;
  margin: 0 0 8px;
}
.members li h3 {
  font-size: 16px;
  color: #92b7b9;
  margin: 0 0 20px;
}
.members li p:nth-child(2n) {
  color: #72907f;
}
.members li p:nth-child(2n) a {
  color: #72907f;
  text-decoration: none;
}
.members li p:nth-child(2n) a:hover {
  color: #c4c25a;
  border-bottom: 1px solid #c4c25a;
}
hr {
  border: 0;
  color: #a9d0ba;
  background-color: #a9d0ba;
  height: 1px;
  width: 100%;
  margin-bottom: 20px;
  clear: both;
}
.content p {
  margin-bottom: 12px;
  line-height: 130%;
  color: #444444;
}
.content p a {
  color: #92b7b9;
  text-decoration: none;
  border-bottom: 1px solid #92b7b9;
}
.content p a:hover {
  color: #c4c25a;
  border-bottom: 1px solid #c4c25a;
}
.content p em {
  color: #92b7b9;
}
.content .browse {
  padding-bottom: 20px;
  float: left;
}
.content .browse h2 {
  color: #92b7b9;
  font-size: 18px;
  margin: 12px 0;
}
.content .browse time {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}
.content .browse time.dated {
  font-size: 16px;
  color: #444444;
  background: url('../img/icons/calendar.png') no-repeat;
  padding-left: 45px;
  left: -45px;
  position: relative;
  line-height: 27px;
}
.content .browse time.dated em {
  color: #c4c25a;
}
.content .browse a.share {
  background: url("../img/icons/share.png") no-repeat;
  position: relative;
  padding-left: 45px;
  left: -45px;
  display: inline-block;
  line-height: 23px;
  color: #c4c25a;
  text-decoration: none;
}
.content .browse a.share:hover {
  color: #a9d0be;
}
.content .browse .span_8 h2 {
  background: url("../img/icons/bookmark.png") no-repeat 0 7px;
  position: relative;
  padding-left: 45px;
  left: -45px;
  line-height: 32px;
  padding-bottom: 7px;
  margin-bottom: 0px;
}
.content .browse .aside h2 {
  color: #a9d0ba;
}
.content .browse .aside p {
  background: #a9d0ba;
  border-bottom: 4px solid #8bbfad;
  padding: 10px;
}
.content .browse .aside p:hover {
  background: #92b7b9;
  border-bottom: 4px solid #6d9ea1;
}
.content .browse .aside p a {
  background: url("../img/icons/file.png") no-repeat;
  display: block;
  border: none;
  color: #fff;
  padding: 5px 0 5px 44px;
  font-size: 14px;
}
ul.pager {
  margin: 0;
  padding: 0;
  text-align: right;
}
ul.pager li {
  margin: 0;
  padding: 0 1px;
  display: inline;
  color: #444;
  height: 25px;
  vertical-align: middle;
}
ul.pager li a {
  background: url("../img/icons/pager-next.png") no-repeat;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 26px;
  min-width: 25px;
  text-align: center;
  vertical-align: middle;
}
ul.pager li a.icon {
  background: none;
  color: #dbeded;
  font-size: 38px;
}
ul.pager li a.current {
  background: url("../img/icons/pager-current.png") no-repeat;
}
ul.pager li a:hover {
  background: url("../img/icons/pager-hover.png") no-repeat;
}
ul.pager li a:hover.icon {
  background: none;
  color: #c4c25a;
}
ul.pager li a:hover.current {
  background: url("../img/icons/pager-hover.png") no-repeat;
}
form.contact .prow {
  margin-bottom: 4px;
}
form.contact .prow:before,
form.contact .prow:after {
  content: "";
  display: table;
}
form.contact .prow:after {
  clear: both;
}
.ie6 form.contact .prow,
.ie7 form.contact .prow {
  zoom: 1;
}
form.contact .prow label {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
form.contact .prow .required {
  float: right;
  font-style: italic;
  color: #92b7b9;
  font-size: 12px;
}
form.contact .prow span.error {
  color: #cc5151;
}
form.contact input[type='text'],
form.contact input[type='email'],
form.contact textarea {
  display: block;
  clear: both;
  width: 340px;
  margin-bottom: 1.2em;
  border: 1px solid #92b7b9;
  -webkit-box-shadow: 0 2px 0 rgba(146, 183, 185, 0.5) inset;
  -moz-box-shadow: 0 2px 0 rgba(146, 183, 185, 0.5) inset;
  box-shadow: 0 2px 0 rgba(146, 183, 185, 0.5) inset;
  font-size: 16px;
  padding: 4px 8px;
  resize: none;
}
form.contact input[type='text']:focus,
form.contact input[type='email']:focus,
form.contact textarea:focus {
  outline: none;
}
form.contact input.error,
form.contact textarea.error {
  border-color: #cc5151;
  -webkit-box-shadow: 0 2px 0 rgba(204, 81, 81, 0.5) inset;
  -moz-box-shadow: 0 2px 0 rgba(204, 81, 81, 0.5) inset;
  box-shadow: 0 2px 0 rgba(204, 81, 81, 0.5) inset;
}
form.contact i.error {
  position: absolute;
  top: -999999em;
}
form.contact div.cv {
  background: #a9d0ba;
  border-bottom: 4px solid #8bbfad;
  padding: 10px;
}
form.contact div.cv:hover {
  background: #92b7b9;
  border-bottom: 4px solid #6d9ea1;
}
form.contact div.cv span {
  background: url("../img/icons/file-upload.png") no-repeat;
  border: none;
  color: #fff;
  padding: 5px 0 5px 44px;
  font-size: 14px;
  display: block;
}
form.contact div.cv span input {
  margin-top: 5px;
}
form.contact p.submit {
  text-align: right;
}
form.contact p.submit button {
  background: #c4c25a;
  border: none;
  border-bottom: 4px solid #a6a43b;
  padding: 10px 30px;
  color: #fff;
  font-size: 24px;
}
form.contact p.submit button:hover {
  background: #a6a43b;
  border-bottom: 4px solid #807e2e;
}
footer {
  background: #444444;
  margin-top: 40px;
  padding: 40px 0;
}
footer .span_4 {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
footer .span_4 strong {
  color: #92b7b9;
}
footer .span_4 address {
  display: block;
}
footer .span_4 a {
  color: #c4c25a;
  text-decoration: none;
  margin-top: 16px;
  display: inline-block;
}
footer .span_4 a:hover {
  color: #a9d0be;
}
footer .span_8 p {
  margin: 0;
}
footer .company p {
  color: #777;
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 14px;
}
footer .share span.webstars {
  float: right;
  color: #777;
  font-size: 12px;
}
footer .share span.webstars a {
  vertical-align: text-bottom;
}
footer .share p {
  margin: 16px 0 0 0;
}
footer .share a {
  color: #c4c25a;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}
footer .share a.share {
  border-left: 1px solid #777;
  margin-left: 8px;
  padding-left: 8px;
  padding-right: 28px;
  background: url("../img/icons/share.png") no-repeat center right;
  line-height: 23px;
}
footer .share a:hover {
  color: #a9d0be;
}
.lt-ie9 .span_1,
.lt-ie9 .span_2,
.lt-ie9 .span_3,
.lt-ie9 .span_4,
.lt-ie9 .span_5,
.lt-ie9 .span_6,
.lt-ie9 .span_7,
.lt-ie9 .span_8,
.lt-ie9 .span_9,
.lt-ie9 .span_10,
.lt-ie9 .span_12,
.lt-ie9 .span_11 {
  padding-left: 30px;
}



/* --- Serban's additions ---*/

.clients-map {
  background: url("../img/map.png") no-repeat left top;
  clear: both;
  height: 633px;
  margin: 0 0 0 93px;
  position: relative;
  width: 826px;
}

.clients-map .client {
  background: url("../img/marker.png");
  height: 26px;
  position: absolute;
  width: 24px;
}

.clients-map #client1 { left: 318px; top: 204px; }
.clients-map #client2 { left: 370px; top: 333px; }
.clients-map #client3 { left: 373px; top: 265px; }
.clients-map #client4 { left: 430px; top: 483px; z-index: 1; }
.clients-map #client5 { left: 416px; top: 480px; }
.clients-map #client6 { left: 425px; top: 523px; }
.clients-map #client7 { left: 358px; top: 510px; }
.clients-map #client8 { left: 365px; top: 515px; }
.clients-map #client9 { left: 298px; top: 536px; }
.clients-map #client10 { left: 613px; top: 79px; }
.clients-map #client11 { left: 276px; top: 208px; }
.clients-map #client12 { left: 328px; top: 178px; }
.clients-map #client13 { left: 423px; top: 486px; z-index: 2; }
.clients-map #client14 { left: 412px; top: 490px; }
.clients-map #client15 { top: 358px; left: 322px; }
.clients-map #client16 { top: 485px; left: 320px; }
.clients-map #client17 { top: 502px; left: 395px; }
.clients-map #client18 { top: 357px; left: 190px; }

.clients-map .infobox {
  background: #449195; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0OTE5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjg2ODkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #449195 0%, #3f8689 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#449195), color-stop(100%,#3f8689)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #449195 0%,#3f8689 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #449195 0%,#3f8689 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #449195 0%,#3f8689 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #449195 0%,#3f8689 100%); /* W3C */
  border-radius: 5px;
  bottom: 9px;
  display: none;
  left: -106px;
  padding: 15px;
  position: absolute;
  width: 206px;
  z-index: 100;
}

.lt-ie9 .clients-map .infobox {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#449195', endColorstr='#3f8689',GradientType=0 ); /* IE6-8 */
}

.no-js .clients-map .infobox {
  bottom: 9px;
  display: block;
}

.clients-map .infobox h2 {
  color: #c4c25a;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.clients-map .infobox p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 1em;
}

.clients-map .infobox .link {
  -ms-word-break: break-all;
      word-break: break-all;

   /* Non standard for webkit */
   word-break: break-word;

  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}

.clients-map .infobox a {
  border: 0;
  color: #c4c25a;
}
