@charset "CP850";
/* Compass  http://compass-style.org/
   Compass is a SASS Authoring Library.
   Import only neccessary partials
   to maintain compile performance.
*/
/*
 * content-box | border-box | padding-box
 * @include boxSizing(border-box);
 */
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
@media all and (-webkit-min-device-pixel-ratio: 0) {
  body {
    -webkit-text-size-adjust: none; } }
/* #RESET (Based on http://meyerweb.com/eric/tools/css/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,
b, u, i, center, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, ul, ol, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address {
  font-style: normal; }

section, nav, article, aside, hgroup, header, footer, main, img, figure, figcaption {
  display: block; }

/* @END */
em, i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

dfn {
  font-style: normal; }

cite {
  font-style: italic; }

code, kbd, pre {
  font-family: "Courier New",Courier,mono; }

abbr, acronym, dfn {
  cursor: help;
  border: 0; }

a abbr, a acronym, a dfn {
  cursor: pointer; }

.ie a abbr,
.ie a acronym {
  cursor: hand; }
.ie input.radio {
  margin: -4px 2px 5px 0; }

/*  Default variables===========================================  */
/*  Web fonts ===========================================  */
@font-face {
  font-family: 'Museo500';
  src: url("/Resources/fonts/museo500-regular-webfont.eot");
  src: url("/Resources/fonts/museo500-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Resources/fonts/museo500-regular-webfont.woff") format("woff"), url("/Resources/fonts/museo500-regular-webfont.ttf") format("truetype"), url("/Resources/fonts/museo500-regular-webfont.svg#Museo500") format("svg"); }
@font-face {
  font-family: 'Museo700';
  src: url("/Resources/fonts/museo700-regular-webfont.eot");
  src: url("/Resources/fonts/museo700-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Resources/fonts/museo700-regular-webfont.woff") format("woff"), url("/Resources/fonts/museo700-regular-webfont.ttf") format("truetype"), url("/Resources/fonts/museo700-regular-webfont.svg#Museo700") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Typography */
/*  Default Style===========================================  */
body {
  font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  background-color: white;
  color: #333333;
  font-size: 16px;
  font-size: 1rem; }

a {
  text-decoration: underline;
  color: #0099cc; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  color: black;
  font-family: Museo500, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif; }

h1 {
  font-weight: normal;
  line-height: 1em;
  margin: 0 0 20px;
  font-weight: 500;
  font-family: Museo500, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 36px;
  font-size: 2.25rem; }
  @media all and (min-width: 48em) {
    h1 {
      font-size: 50px;
      font-size: 3.125rem; } }

h2, h3 {
  font-weight: normal;
  padding-bottom: 6px;
  font-size: 26px;
  font-size: 1.625rem; }

h2.label {
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: underline;
  padding: 0;
  margin: 0 0 10px 0; }

h3 {
  font-size: 22px;
  font-size: 1.375rem; }

.main-content h2 {
  padding-bottom: 26px; }

h2 a {
  display: inline-block;
  text-decoration: none;
  padding-right: 30px;
  position: relative; }
  h2 a:after {
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/sprite_arrows.png) no-repeat 0 0; }

h4 {
  font-size: 16px;
  font-size: 1rem; }

h5, h6 {
  font-size: 14px;
  font-size: 0.875rem; }

p, blockquote {
  padding: 0 0 1.7em 0;
  line-height: 1.5em; }

blockquote {
  border-left: 3px solid #e0e0e0;
  padding-bottom: 0;
  margin-bottom: 1.7em;
  color: #666;
  font-style: italic;
  padding-left: 16px; }
  blockquote p {
    padding: 0 25px 0 0; }

p.intro {
  color: black;
  font-size: 18px;
  font-size: 1.125rem; }

/*  CLEARING AND GENERIC STYLES  */
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px; }

.clear {
  display: block; }
  .ie7 .clear {
    height: 1%; }

.padding {
  padding: 10px; }

.hide {
  display: none; }

.accessibility {
  position: absolute;
  left: -9999em;
  top: -9999em;
  width: 100px; }

.shortcuts {
  position: relative;
  height: 0; }
  .shortcuts ul {
    position: absolute;
    width: 100%; }
  .shortcuts ul, .shortcuts li {
    list-style-type: none;
    height: 0;
    padding: 0;
    margin: 0; }
  .shortcuts li a {
    display: block;
    position: absolute;
    left: -500px;
    top: -500px; }
    .shortcuts li a:focus, .shortcuts li a:active {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      text-align: center;
      color: #000;
      padding: 3px 0;
      background: #CCC; }

.toplink {
  position: absolute;
  left: -500px;
  height: 1px;
  overflow: hidden;
  width: 50%; }

.sprite {
  background: url(../images/sprite.png) no-repeat left top; }

.mce_image {
  background: url(../images/icons/arrow-right-blue.png) no-repeat right 11px; }

.video {
  margin-bottom: 26px; }

/* TABLES */
table {
  border: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 100%;
  margin: 0 0 20px 0; }
  table th {
    border: 0px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 2px 5px 2px 5px;
    background-color: #000;
    color: #fff; }
  table th.row-header {
    background-color: transparent;
    color: #000; }
  table td {
    border: 0px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 2px 5px 2px 5px; }
  table tr.alt {
    background-color: #eee; }

caption {
  display: block;
  padding: 0;
  margin: 0; }

.caption {
  display: inline;
  border-top: 0px;
  background-color: transparent;
  color: #000;
  padding: 2px 0 0 5px; }

.table {
  display: table; }
  .table .row {
    display: table-row; }
  .table ul.row {
    list-style: none; }
  .table ul.row li {
    display: table-cell; }

/* IE7 fix */
.ie7 .table {
  display: block; }
  .ie7 .table .row {
    display: block; }
  .ie7 .table ul.row {
    list-style: none; }
  .ie7 .table ul.row li {
    display: block;
    float: left; }

/* LISTS */
ul, ol, dl {
  margin: 0;
  padding: 0 0 1em 0; }

ul ul, ol ol, ol ul, ul ol {
  padding: 0;
  margin: 0 0 0 2em; }

ul {
  list-style-type: disc;
  padding-bottom: 1.7em; }

ol {
  list-style-type: decimal; }

li {
  margin: 0 0 0 -5;
  padding: 0 0 0 5px;
  line-height: 1.8em; }

.main-content ul,
.main-content ol {
  margin-left: 20px; }

dt {
  display: block;
  float: left; }

dd {
  margin-left: 10em; }

/* IMAGES */
.main-content img {
  margin-bottom: 20px;
  max-width: 100% !important; }

.image-left,
.image-left img,
.image-right,
.image-right img {
  display: block;
  width: auto;
  padding: 0 0 2px 0;
  margin: 0 0 10px 0; }
  .image-left img,
  .image-left img img,
  .image-right img,
  .image-right img img {
    display: block;
    margin: 0; }

@media all and (min-width: 30em) {
  .image-left,
  .image-left img {
    float: left;
    margin-right: 48px; }

  .image-right,
  .image-right img {
    float: right;
    margin-left: 48px; } }
img.content-image-right {
  float: right;
  margin: 0 0 20px 20px;
  width: auto; }

img.content-image-left {
  float: left;
  margin: 0 20px 20px 0; }

.mc-error {
  min-height: 500px; }
  .mc-error h2 {
    padding: 20px 0 5px; }
  .mc-error p {
    padding: 0 0 5px; }
  .mc-error .search-again {
    margin: 20px 0; }
  .mc-error a {
    color: #333333;
    text-decoration: underline; }
    .mc-error a:focus, .mc-error a:hover, .mc-error a:active {
      text-underline: none; }

span.thankyoumessage {
  line-height: 1.5em;
  padding: 0 0 1.7em; }

/*CLIENTS (what page is this?) */
.clients h2 {
  border: none;
  padding-bottom: 0;
  text-transform: none;
  color: #000; }

.clients ul {
  list-style: none; }

.clients li {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-align: center;
  width: 140px; }

.clients li.off {
  display: none; }

.clients li span {
  left: -200em;
  position: absolute; }

.btnPP {
  border-bottom: 1px solid #bfbfbf;
  height: 16px;
  margin: -32px 0 15px;
  overflow: hidden;
  padding: 0 0 5px;
  text-align: right; }

.btnPP a {
  background: url(../images/icons/btn-pause-play.png) no-repeat left bottom;
  display: block;
  float: right;
  height: 16px;
  overflow: hidden;
  text-indent: 200em;
  width: 16px; }

.btnPP a.play {
  background-position: left top; }

/* STYLES FOR EPISERVER CONTACT DETAILS PAGE */
.contactDetails {
  text-align: left; }
  .contactDetails dl {
    color: #333333;
    margin: 0 0 0 37px;
    padding: 0;
    text-align: left; }
  .contactDetails dt {
    font-style: italic;
    text-align: right;
    width: 130px; }
  .contactDetails dd {
    margin: 20px 0 20px 12em; }
  .contactDetails h2 {
    text-align: left; }
  .contactDetails a {
    text-decoration: underline; }

/* ============================================================
// Main layout
============================================================ */
@media all and (max-width: 47.938em) {
  .desktop {
    display: none !important; }

  .mobile {
    display: block; } }
@media all and (min-width: 48em) {
  .desktop {
    display: block; }

  .mobile {
    display: none; } }
.content,
.container {
  max-width: 980px;
  margin: 0 auto; }

.container {
  padding-top: 35px; }

@media all and (max-width: 999px) {
  .content,
  .container {
    padding-left: 10px;
    padding-right: 10px; } }
/* Layout */
@media all and (min-width: 48em) {
  .main-content {
    float: left;
    padding: 0 5% 0 0;
    width: 67%; }

  .additional {
    float: right;
    width: 28%;
    padding: 0; }

  .threecol .subnav {
    float: left;
    width: 28%;
    padding: 0 5% 0 0; }
  .threecol .main-content {
    float: left;
    padding: 0;
    width: 67%; }
  .threecol .additional {
    clear: left;
    float: right;
    width: 67%; } }
@media all and (min-width: 56.25em) {
  .main-content {
    padding: 0 8.5% 0 0;
    width: 67%; }

  .additional {
    width: 23%;
    padding: 0; }

  .threecol .subnav {
    width: 18%;
    padding: 0 8.5% 0 0; }
  .threecol .main-content {
    padding: 0 8.5% 0 0;
    width: 42%; }
  .threecol .additional {
    clear: none;
    float: right;
    width: 23%; } }
/* ============================================================
// Inner nested layout
============================================================ */
/* Two columns (contact us page) */
.cl,
.cr {
  padding: 0 10px;
  margin-bottom: 30px; }

@media all and (min-width: 37.5em) {
  .cl,
  .cr {
    width: 48%;
    float: left;
    padding: 0 0 2em; }

  .cl {
    margin-right: 4%; } }
.col {
  float: left;
  margin: 0 1% 0 0; }

.cols-2 .col {
  width: 48%; }

.cols-3 .col {
  width: 30%; }

/*LAYOUT THREE COL FIXED*/
.three-col-fixed {
  width: 760px;
  text-align: left; }

.three-col-fixed .subnav {
  float: left;
  width: 24.5%; }

.three-col-fixed .main-content {
  float: left;
  width: 48%;
  margin-left: 0.5%; }

.three-col-fixed .additional {
  float: right;
  width: 24.5%; }

.three-col-fixed .footer {
  padding: 10px; }

/*  Homepage build in 2013, with hero counter ===========================================  */
/* Typography */
ul.col6, ul.col5, ul.col4, ul.col3, ul.col2, ul.col1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block; }

ul.col6 li, ul.col5 li, ul.col4 li, ul.col3 li, ul.col2 li, ul.col1 li {
  padding: 0;
  margin: 0;
  display: block;
  float: left; }

ul.col6 li {
  width: 16.666666%; }

ul.col5 li {
  width: 20%; }

ul.col4 li {
  width: 25%; }

ul.col3 li {
  width: 33.3%; }

ul.col2 li {
  width: 50%; }

ul.col1 li {
  width: 100%; }

.links-list {
  list-style: none; }

.links-list li {
  padding: 0;
  line-height: 1em; }

.cta {
  padding-right: 13px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  text-decoration: none;
  background: transparent url(../images/icons/arrow-right-black-cta.png) right 3px no-repeat; }

.cta:hover {
  text-decoration: underline; }

/* LOGOS */
.logos {
  padding-bottom: 100px; }

.logos .table {
  width: 100%; }

.logos ul li {
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 20px; }

.logos ul li img {
  display: inline-block;
  vertical-align: middle; }

/*hero*/
.hero {
  background: #e9e9e9;
  padding-bottom: 20px; }

.hero .content .col75 {
  width: 72.9%;
  float: left;
  background: #FFF;
  min-height: 350px;
  overflow: hidden; }

.hero .content .col75 .right {
  float: right;
  width: 50%;
  position: relative; }

.hero .content .col75 .right img {
  max-width: 100%;
  display: block;
  position: relative; }

.hero .content .col75 .right.video {
  display: none; }

.js .hero .content .col75 .right.video {
  padding: 0;
  margin: 0;
  display: block; }

.hero .content .col75 .right.video iframe {
  width: 100% !important;
  height: 100% !important; }

.hero .content .col75 .left {
  width: 50%;
  padding: 0; }

.hero .content .col75 .inner {
  padding: 0 20px; }

/*.js .hero .content .col75 .inner { transform:translate(0,100%);}*/
.hero .content .col75 .inner h1 {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1.05em; }

.hero .content .col75 .inner h2 {
  margin-bottom: 10px; }

.hero .content .col25 {
  width: 27%;
  float: left; }

.hero .content .col25 .inner {
  margin-left: 5px;
  background: #FFF;
  padding: 20px 15px; }

.hero .content .col25 .inner h2 {
  padding-bottom: 0; }

.hero .content .col25 .inner strong {
  display: block;
  font-family: Museo700, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem; }

.hero .content .col25 .inner p {
  margin-top: 15px;
  text-transform: uppercase;
  color: #666666;
  font-family: Museo700, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem; }

.hero .content .col25 .inner p a {
  text-transform: none;
  text-decoration: none;
  color: #000;
  font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem; }

.hero .content .col25 .inner p a:hover {
  text-decoration: underline; }

.hero .content .col25 .inner small {
  color: #666666;
  font-weight: bold;
  display: block;
  font-size: 14px;
  font-size: 0.875rem; }

.hero .content .col25 .inner img {
  display: inline; }

.hero .content .col25 .inner .btn-secondary {
  color: #fff; }

.hero .content .col25 .inner .btn-secondary:hover,
.hero .content .col25 .inner .btn-secondary:focus {
  color: #009200; }

/*sales widget styles*/
.numbersTicker {
  background: #e1ecef url(../images/homepage/ticker-bg.png) repeat top left;
  display: inline-block;
  height: 55px;
  overflow: hidden; }

.numbersTicker span {
  display: inline-block;
  width: 18px;
  height: 55px;
  overflow: hidden;
  line-height: 200px;
  background: transparent 50% -495px repeat-y url(../images/homepage/ticker-numbers.png);
  border-left: 1px solid #818181;
  float: left; }

.sales-widget {
  display: inline-block;
  margin: 0; }

.sales-widget .currency {
  display: inline-block;
  height: 55px;
  line-height: 57px;
  overflow: hidden;
  padding: 0 3px;
  background-color: #0099cc;
  color: #fff;
  font-family: Museo500, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  float: left;
  margin-right: 1px;
  font-size: 18px;
  font-size: 1.125rem; }

.numbersTicker span.separator {
  background: transparent;
  line-height: 55px;
  color: #fff;
  width: 6px;
  font-weight: bold;
  border-left: none;
  margin-left: -3px;
  font-size: 15px;
  font-size: 0.9375rem; }

/*tabs*/
.tabs {
  background: #0099cc; }

.tabs {
  padding: 3px 0; }

.tabs .you-are-here {
  display: none; }

.tabs .selected .you-are-here {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 1px;
  line-height: 300px;
  top: -100px;
  left: 0; }

.tabs ul li {
  font-size: 14px;
  font-size: 0.875rem; }

.tabs li a {
  outline: 0;
  background: #FFF;
  display: block;
  text-decoration: none;
  padding: 0 10px 0 15px;
  height: 100%;
  position: relative;
  font-family: "Museo500", Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif; }

.tabs li a:hover {
  background: #e9e9e9; }

.tabs ul li a strong {
  color: #0099cc;
  display: block;
  padding: 20px 0 10px;
  font-size: 16px;
  font-size: 1rem; }

.tabs li a p {
  padding: 0 0 20px;
  color: #000; }

.tabs ul li a:before {
  outline: 0;
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  top: 10px;
  bottom: 10px;
  left: -1px;
  background: #0099cc;
  z-index: 10; }

.tabs ul li.first-child a:before, .tabs ul li.selected a:before {
  display: none; }

.tabs ul li.selected a {
  background: #0099cc; }

.tabs ul li.selected a p, .tabs ul li.selected a strong {
  color: #FFF; }

.tabs ul li.selected a:after {
  border-color: #0099cc transparent transparent;
  border-style: solid;
  border-width: 25px;
  bottom: -50px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  margin-left: -25px; }

.tabs .content {
  position: relative; }

.tabs .content:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 240px;
  top: 0;
  left: -17px;
  background: transparent url(../images/homepage/tab-wings.png) left top no-repeat;
  z-index: 5; }

.tabs .content:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 240px;
  top: 0;
  right: -17px;
  background: transparent url(../images/homepage/tab-wings.png) right top no-repeat;
  z-index: 5; }

.tabs .content ul.col4 li a {
  min-height: 117px; }

/*tab content*/
.tab-content {
  border-bottom: 4px solid #ababab;
  padding-top: 40px;
  padding-bottom: 40px; }

.tab-content .col75 {
  width: 75.5102%;
  float: left; }

.tab-content .col75 h2 {
  padding: 5px 20px 10px;
  font-size: 36px;
  font-size: 2.25rem; }

.tab-content .col75 h3 {
  padding: 0 20px 10px; }

.tab-content .col75 p {
  padding: 0 20px 5px; }

.tab-content .col75 p.copy {
  font-family: "Museo500", Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  font-size: 1rem; }

.tab-content .col75 p a {
  text-decoration: none;
  white-space: nowrap; }

.tab-content .col75 p a:hover {
  text-decoration: underline; }

.tab-content .col75 img.HeaderImage {
  margin: 0 20px 5px 20px;
  float: right; }

.tab-content .col75 .promos {
  padding: 20px 10px; }

.tab-content .col75 .promos .item {
  display: block;
  margin: 10px;
  height: 100%;
  background: #eaeaea;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem; }

.tab-content .col75 .promos .item h3 {
  color: #0099cc;
  padding: 10px;
  font-family: Museo700, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5; }

.tab-content .col75 .promos .item h4 {
  color: #000;
  padding: 0 10px;
  font-family: Museo500, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 16px;
  font-size: 1rem; }

.tab-content .col75 .promos .item p {
  color: #000;
  padding: 0 10px;
  margin-bottom: 10px; }

.tab-content .col75 .promos .item .cta {
  padding: 10px 13px 10px 10px;
  background-position: right 19px; }

.tab-content .col75 .promos .item h3 a {
  text-decoration: none;
  background: url("../images/icons/arrow-right-blue-h3.png") no-repeat scroll right 9px transparent;
  display: inline-block;
  padding-right: 15px; }

/*promo + rollover*/
.tab-content .col75 .promos .item.info {
  position: relative;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  padding-bottom: 27px; }

.tab-content .col75 .promos .item.info h3 {
  border-bottom: 1px solid #d9d9d9; }

.tab-content .col75 .promos .item img {
  width: 100%; }

.tab-content .col75 .promos .item ul {
  margin: 0 10px; }

.tab-content .col75 .promos .item.info .info {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -34px;
  background: #0099cc;
  color: #FFF;
  padding: 10px;
  transition: top 0.5s;
  height: 100%; }

.tab-content .col75 .promos .item.info .info h4 {
  color: #FFF;
  font-family: "Museo300", Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  padding-bottom: 10px; }

.tab-content .col75 .promos .item.info .info p {
  color: #FFF;
  padding: 0 0 5px;
  font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 12px;
  font-size: 0.75rem; }

.tab-content .col75 .promos .item.info .info p a {
  color: #FFF;
  padding: 0;
  background: none; }

.tab-content .col75 .promos .item.info .info:hover {
  top: 34px; }

.tab-content .home-logos {
  padding: 20px 0;
  margin: 0 20px; }

.tab-content .home-logos h2 {
  color: #0099cc;
  padding: 0 20px 5px 0;
  font-family: Museo700, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 20px;
  font-size: 1.25rem; }

.tab-content .home-logos ul {
  background-color: #FFF;
  padding: 20px;
  border: 1px solid #a3daed;
  border-width: 1px 0;
  text-align: center; }

.tab-content .home-logos .logos-button {
  float: right;
  background: #1ba621;
  display: block;
  margin-top: -30px;
  font-family: Museo700, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
  color: #FFF;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 0.875rem; }

.tab-content .home-logos .logos-button:hover {
  text-decoration: underline; }

.tab-content .home-logos li {
  min-height: 50px;
  line-height: 50px;
  vertical-align: middle; }

.tab-content .home-logos li a {
  display: inline; }

.tab-content .home-logos li a img {
  display: inline-block;
  vertical-align: middle; }

/*right column*/
.tab-content .col25 {
  width: 22.4489795%;
  float: left; }

.tab-content .promo {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 14px;
  font-size: 0.875rem; }

.tab-content .promo h3 {
  font-family: Museo700, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 18px;
  font-size: 1.125rem; }

.tab-content .register .button-stretch {
  font-size: 16px !important; }

.tab-content .promo.affiliate {
  background: #d4eef6; }

.tab-content ul.bullets, .tab-content .col75 .promos ul {
  list-style: none;
  padding: 0 0 10px 10px;
  margin: 0;
  position: relative; }

.tab-content ul.bullets li, .tab-content .col75 .promos ul li {
  line-height: 1.3em;
  width: auto;
  float: none; }

.tab-content ul.bullets li:before, .tab-content .col75 .promos ul li:before {
  content: "•";
  position: absolute;
  left: 0px; }

.tab-content .promo.affiliate a.find-out-more {
  display: block;
  padding: 0 0 20px 0;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  font-weight: bold; }

.tab-content .promo.affiliate .contact-us {
  background: #FFF;
  padding: 10px; }

.tab-content .promo.affiliate .contact-us h4 {
  color: #0099cc;
  font-family: Museo700, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #99d6eb;
  margin-bottom: 10px; }

.tab-content .promo.affiliate .contact-us p {
  color: #000;
  padding-bottom: 10px; }

.tab-content .promo.affiliate .contact-us p span.telephone {
  font-weight: bold; }

.tab-content .promo.affiliate .contact-us a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding-right: 20px; }

.tab-content .col25 .promo a:hover {
  text-decoration: underline; }

.tab-content .promo.awards {
  border: 1px solid #d9d9d9; }

.tab-content .promo.awards ul {
  list-style: none;
  padding: 0;
  margin-bottom: -10px; }

.tab-content .promo.awards ul li {
  padding: 0 0 10px 0; }

.whats-new {
  background: #e9e9e9;
  padding: 40px 0 20px; }

.whats-new h2 {
  display: inline-block;
  padding: 0 40px 0 0;
  height: 55px;
  line-height: 55px;
  font-family: Museo700, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif; }

.whats-new .ncj-tabs ul, .whats-new .ncj-tabs ul li {
  list-style: none;
  display: inline; }

.whats-new .tab {
  color: #000;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  text-decoration: none;
  font-family: Museo500, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem; }

.whats-new .tab:hover {
  background: #FFF; }

.whats-new .ncj-tabs-selected .tab {
  background: #0099cc;
  color: #FFF; }

.whats-new .whats-new-content {
  background: #FFF;
  border-top: 5px solid #0099cc;
  margin-bottom: 20px; }

.js .whats-new .whats-new-content {
  margin-bottom: 0; }

.whats-new .whats-new-content .item {
  padding: 20px 20px 20px 0;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem; }

.whats-new .whats-new-content .first-item .item {
  padding: 20px; }

.whats-new h3 {
  color: #0099cc;
  font-family: Museo700, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  padding: 0 0 10px;
  border-bottom: 5px solid #e9e9e9;
  font-size: 18px;
  font-size: 1.125rem; }

.whats-new h3 a {
  text-decoration: none; }

.whats-new h3 a:hover {
  text-decoration: underline; }

.whats-new .content .itemFooterLink {
  text-align: right;
  width: 100%;
  padding: 0 5px 5px 0; }

.whats-new .content .itemFooterLink a {
  font-size: 15px;
  font-size: 0.9375rem; }

.whats-new .whats-new-content .item img {
  width: 65px;
  height: 65px;
  border: 1px solid #d0d9df;
  float: left;
  margin: 10px 10px 10px 0; }

.whats-new .whats-new-content .item strong {
  display: block;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 0.93em; }

.whats-new .whats-new-content .item strong.name {
  margin-top: 15px; }

.whats-new .whats-new-content .item strong.job-title {
  margin-top: 2px; }

.whats-new .whats-new-content .item strong a {
  color: #000; }

.whats-new .whats-new-content .item strong a:hover {
  color: #0099cc; }

.whats-new .whats-new-content .item span.date {
  display: block;
  font-weight: normal;
  line-height: 1.2em;
  margin-top: 2px;
  font-size: 0.93em;
  color: #666666; }

.whats-new .whats-new-content .item p {
  clear: left; }

.whats-new ul.ncj-tabs-nav {
  display: none; }

.js .whats-new .ncj-tabs-nav {
  display: inline; }

.js .ncj-tabs .ncj-tabs-panel {
  display: none;
  zoom: 1; }

/*.js .ncj-tabs .ncj-tabs-content { margin-top:-1px; }*/
.js .ncj-tabs .ncj-tabs-content .ncj-tabs-selected {
  display: block; }

.js .ncj-tabs .ncj-tabs-content .itemFooterLink {
  padding: 10px;
  width: auto; }

#home-content .col75 iframe {
  display: block;
  margin: 0 20px 5px 20px;
  float: right; }

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  /*generic styles*/
  html {
    min-width: 320px; }

  /*body form{ overflow-x:hidden; }*/
  ul.col6 li, ul.col5 li, ul.col4 li, ul.col3 li, ul.col2 li {
    float: none;
    width: auto; }

  #home-content .col75, #home-content .col25 {
    float: none;
    width: auto;
    height: auto !important;
    min-height: 0;
    padding-bottom: 20px; }

  /*hero area*/
  .hero {
    padding-bottom: 0; }

  .hero .content .col75 {
    padding-top: 0; }

  .hero .content .col75 .right {
    display: none; }

  .hero .content .col75 {
    margin: 0 0 10px 0; }

  .hero .content .col25 .inner {
    margin: 0; }

  #home-content .hero .content .col25 {
    padding-bottom: 0; }

  /*tabs*/
  .tabs li {
    border: 1px solid #0099cc;
    border-width: 1px 3px 0; }

  .tabs li.first-child {
    border-top-width: 0; }

  .tabs li a {
    padding: 0 30px; }

  .tabs ul li a:before, .tabs ul li.first-child a:before {
    background: transparent;
    content: "";
    width: 0;
    height: 0;
    border-color: #0099cc transparent transparent;
    border-style: solid;
    border-width: 10px 8px;
    display: block;
    position: absolute;
    top: 19px;
    left: 8px; }

  .tabs ul li.selected a:before {
    background: transparent;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent white;
    border-style: solid;
    border-width: 8px 10px;
    display: block;
    position: absolute;
    top: 15px;
    left: 8px; }

    /*{ border-color: #0099cc transparent transparent; border-style: solid; border-width: 25px; bottom: -50px; content: ""; display: block; height: 0; left: 50%; position: absolute; width: 0; margin-left:-25px;}
*/
  .tabs ul li a strong {
    padding-top: 10px;
    padding-bottom: 5px; }

  .tabs li a p {
    padding-bottom: 10px; }

  .tabs .content ul.col4 li a {
    min-height: 0; }

  .tabs .content:before, .tabs .content:after {
    display: none; }

  .tabs ul li.after-selected, .tabs.after ul li {
    display: none; }

  .tabs.after {
    padding-top: 0; }

  .tabs.after ul li.after-selected {
    display: block; }

  .tabs ul li.selected a:after {
    display: none; }

  /*tabs content*/
  /*'left' column*/
  .tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 3px solid #0099cc;
    border-width: 0 3px 0 3px; }

  .tab-content .col75 .promos .item {
    margin-top: 10px;
    margin-left: 0; }

  .tab-content .col75 .promos li .item {
    height: auto !important; }

  .tab-content .home-logos .col6 li {
    float: left;
    padding: 10px 15px; }

  .tab-content .home-logos {
    padding-top: 0; }

  .tab-content .home-logos h2 {
    padding-bottom: 10px; }

  /*'right' column*/
  .tab-content .col25 .promo {
    margin: 20px; }

  .tab-content .home-logos .logos-button {
    float: none;
    margin: 0; }

  /*what's new'*/
  .whats-new {
    padding-top: 0; }

  .whats-new h2 {
    display: block;
    padding-left: 20px; }

  .whats-new .tab {
    height: 40px;
    line-height: 40px;
    padding: 0 15px; }

  .whats-new .whats-new-content .item {
    padding: 0 20px; }

  .whats-new .whats-new-content .item h3 {
    height: auto !important; }

  .tab-content .home-logos li {
    height: auto;
    padding: 10px; } }
/*  HEADER LOGO, UTILITY LINKS, SEARCH ===========================================  */
@media all and (max-width: 47.938em) {
  .utilities-search,
  #navigation {
    display: none; } }
/* Header global style */
.header {
  background-color: #333; }
  .header .content {
    position: relative;
    z-index: 999; }
  .header ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .header ul li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      list-style-image: none; }
  .header .btn-primary,
  .header .btn-secondary {
    margin-left: 5px; }
  @media all and (min-width: 48em) {
    .header {
      background-color: #fff; }
      .header .content {
        padding-bottom: 10px;
        min-height: 60px; }
      .header .logo.desktop {
        margin: 0;
        padding: 0;
        position: absolute;
        line-height: 0;
        top: 30px;
        left: 10px; } }
    @media all and (min-width: 48em) and (min-width: 999px) {
      .header .logo.desktop {
        left: 0; } }

/* Util links (mobile first) */
.header .utilities-nav {
  position: relative;
  width: 100%;
  z-index: 9; }
  .header .utilities-nav .util,
  .header .utilities-nav a.trigger {
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 0.8125rem; }
  .header .utilities-nav .util.login {
    position: relative;
    padding-left: 27px; }
    .header .utilities-nav .util.login:before {
      content: "";
      position: absolute;
      left: 8px;
      top: -1px;
      width: 13px;
      height: 17px;
      background: transparent url(../images/sprite_arrows.png) no-repeat -160px -75px; }
  .header .utilities-nav > ul {
    float: right;
    margin: 10px 0 15px 0;
    padding: 0; }
    .header .utilities-nav > ul > li {
      float: left;
      line-height: 1.2;
      border-left: 1px solid #666; }
      .header .utilities-nav > ul > li.first-child {
        border: none; }
      .header .utilities-nav > ul > li > a,
      .header .utilities-nav > ul > li .trigger {
        display: block;
        font-weight: bold;
        color: #fff;
        padding: 0 10px;
        text-decoration: none; }
        .header .utilities-nav > ul > li > a:hover, .header .utilities-nav > ul > li > a:focus, .header .utilities-nav > ul > li > a:active,
        .header .utilities-nav > ul > li .trigger:hover,
        .header .utilities-nav > ul > li .trigger:focus,
        .header .utilities-nav > ul > li .trigger:active {
          text-decoration: underline; }
      .header .utilities-nav > ul > li img {
        display: inline-block;
        margin-right: 5px;
        vertical-align: top; }
      .header .utilities-nav > ul > li .util {
        background: none;
        border: none;
        color: #fff;
        font-weight: bold;
        font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif; }
  @media all and (min-width: 48em) {
    .header .utilities-nav > ul > li {
      border-color: #ddd; }
      .header .utilities-nav > ul > li > a,
      .header .utilities-nav > ul > li .trigger {
        color: #666666;
        font-size: 12px;
        font-size: 0.75rem; }
      .header .utilities-nav > ul > li:first-child a {
        border: none; }
      .header .utilities-nav > ul > li.last-child a {
        padding-right: 0; } }

/* Mobile trigger navigation (search, menu buttons) */
.header-mobile-nav {
  clear: both;
  margin: 0 -10px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  border-bottom: 10px solid #ddd; }
  .header-mobile-nav .logo.mobile {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    left: 10px; }
    .header-mobile-nav .logo.mobile img {
      max-width: 160px; }
  .header-mobile-nav ul {
    overflow: hidden;
    display: table;
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .header-mobile-nav ul li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      list-style-image: none; }
    .header-mobile-nav ul li {
      display: table-cell; }
      .header-mobile-nav ul li a {
        text-indent: -999em;
        display: block;
        width: 37px;
        width: 2.3125rem;
        height: 37px;
        height: 2.3125rem;
        margin: 10px 10px 10px 0;
        margin: 0.625rem 0.625rem 0.625rem 0;
        background: transparent url(../images/sprite_arrows.png) no-repeat; }
      .header-mobile-nav ul li.toggleSearch a {
        background-position: -40px -120px; }
      .header-mobile-nav ul li.toggleMenu a {
        background-position: 0 -120px; }
      .header-mobile-nav ul li.toggleSearch.active a {
        background-position: -120px -120px; }
      .header-mobile-nav ul li.toggleMenu.active a {
        background-position: -80px -120px; }

/*  SEARCH ===========================================  */
.header .utilities-search {
  clear: both;
  padding: 20px;
  max-width: 350px;
  margin: 0 auto; }
  .header .utilities-search .search-box {
    position: relative; }
    .header .utilities-search .search-box input.search-button {
      position: absolute;
      right: 0;
      top: 3px;
      width: 35px;
      height: 25px;
      color: #666;
      overflow: hidden;
      border: none;
      background: transparent url(../images/icons/search.png) no-repeat center 6px;
      line-height: 200px;
      text-indent: 200px;
      cursor: pointer;
      padding: 0;
      margin: 0; }
    .header .utilities-search .search-box input.text {
      float: right;
      width: 100%;
      color: #929292;
      border: 1px solid #d2d2d2;
      font-weight: bold;
      line-height: 25px;
      padding: 5px 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      font-size: 16px;
      font-size: 1rem; }
  @media all and (min-width: 48em) {
    .header .utilities-search {
      float: right;
      padding: 0;
      margin: 0 0 15px;
      max-width: 600px; }
      .header .utilities-search .search-box {
        float: left;
        margin-right: 10px;
        width: 190px; }
      .header .utilities-search input.search-button {
        top: 0 !important; }
      .header .utilities-search input.text {
        float: left;
        width: auto;
        height: 28px;
        padding: 0 10px !important;
        box-shadow: 0 0 1px 2px #eee inset;
        font-size: 12px !important; }
      .header .utilities-search .utilities .btn-secondary,
      .header .utilities-search .utilities .btn-primary {
        float: left; } }

/*  REGIONAL SELECTOR ===========================================  */
/* non-JS */
.no-js .country-list,
.no-js .trigger {
  display: none !important; }
.no-js .region-selector select#region {
  float: left;
  border: 1px solid #cccccc !important;
  width: 170px;
  font-size: 12px;
  font-size: 0.75rem; }

.js .region-selector select,
.js .region-selector .btn-primary {
  display: none; }
.js .region-selector .trigger {
  float: left;
  display: block; }
  .js .region-selector .trigger .arrow {
    width: 9px;
    height: 9px;
    margin: 3px 0 0;
    background: transparent url(../images/sprite_arrows.png) no-repeat -80px -20px; }
    @media all and (min-width: 48em) {
      .js .region-selector .trigger .arrow {
        background-position: -120px -20px; } }

.region-selector {
  z-index: 9999; }
  .region-selector .button {
    margin-right: 10px;
    margin-top: -7px; }
  .region-selector select {
    margin-top: -5px; }
  .region-selector span,
  .region-selector img {
    float: left;
    display: block;
    margin-right: 8px; }
  .region-selector .trigger {
    display: none; }
  .region-selector .trigger:hover span,
  .region-selector .trigger:focus span,
  .region-selector .trigger:active span {
    text-decoration: underline; }

.country-list {
  display: none;
  background: #fff;
  width: 94%;
  border: 1px solid #ccc;
  position: absolute;
  top: 40px;
  left: 3%;
  z-index: 9999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem; }
  .ie7 .country-list {
    border: none; }
  .country-list a {
    cursor: pointer; }
  .country-list a:hover span,
  .country-list a:focus span,
  .country-list a:active span {
    text-decoration: underline; }
  .country-list ul {
    padding: 10px;
    margin: 0;
    overflow: hidden;
    background: #fff; }
    .ie7 .country-list ul {
      border: 1px solid #ccc; }
    .country-list ul li {
      width: 100%;
      list-style-type: none;
      margin-left: 0;
      line-height: 1em;
      padding-bottom: 10px;
      min-height: 24px; }
  .country-list span {
    margin-right: 0; }
  .country-list .flag {
    background: url(../images/flags/flags_sprite.png) no-repeat 0 0;
    display: block;
    height: 14px;
    margin-right: 10px;
    overflow: hidden;
    width: 18px; }
  @media all and (min-width: 30em) {
    .country-list ul li {
      float: left;
      width: 47%; } }
  @media all and (min-width: 40em) {
    .country-list ul li {
      width: 30%; } }
  @media all and (min-width: 48em) {
    .country-list {
      width: 600px;
      top: 30px;
      left: auto;
      right: 20px; } }

/* FLAGS */
.trigger .flag {
  background: url(../images/flags/flags_sprite.png) no-repeat 0 0;
  height: 14px;
  overflow: hidden;
  width: 18px; }

.country-list .f-italy,
.country-list .f-it,
.trigger .f-it {
  background-position: -34px 0; }

.country-list .f-pl,
.trigger .f-pl {
  background-position: -68px 0; }

.country-list .f-denmark,
.country-list .f-da-DK,
.trigger .f-da-DK {
  background-position: 0 -24px; }

.country-list .f-lithuania,
.country-list .f-lt,
.trigger .f-lt {
  background-position: -34px -24px; }

.country-list .f-portugal,
.country-list .f-pt-PT,
.trigger .f-pt-PT {
  background-position: -68px -24px; }

.country-list .f-germany,
.country-list .f-de-DE,
.trigger .f-de-DE {
  background-position: 0 -48px; }

.country-list .f-netherlands,
.country-list .f-nl-NL,
.trigger .f-nl-NL {
  background-position: -34px -48px; }

.country-list .f-switzerland,
.country-list .f-de-CH,
.country-list .f-fr-CH,
.trigger .f-de-CH,
.trigger .f-fr-CH {
  background-position: -68px -48px; }

.country-list .f-spain,
.country-list .f-es,
.trigger .f-es {
  background-position: 0 -72px; }

.country-list .f-norway,
.country-list .f-no,
.trigger .f-no {
  background-position: -34px -72px; }

.country-list .f-sweden,
.country-list .f-sv,
.trigger .f-sv {
  background-position: -68px -72px; }

.country-list .f-france,
.country-list .f-fr-FR,
.trigger .f-fr-FR {
  background-position: 0 -96px; }

.country-list .f-austria,
.country-list .f-de-AT,
.trigger .f-de-AT {
  background-position: -34px -96px; }

.country-list .f-finland,
.country-list .f-fi,
.trigger .f-fi {
  background-position: -68px -96px; }

.country-list .f-ireland,
.country-list .f-en-IE,
.trigger .f-en-IE {
  background-position: 0 -120px; }

.country-list .f-russia,
.country-list .f-ru,
.trigger .f-ru {
  background-position: -34px -120px; }

.country-list .f-uk,
.country-list .f-en-GB,
.trigger .f-en-GB {
  background-position: -68px -120px; }

.country-list .f-brazil,
.country-list .f-pt-BR,
.trigger .f-pt-BR {
  background-position: 0 -144px; }

/*  Primary navigation ===========================================  */
/*  MOBILE NAVIGATION  */
@media all and (max-width: 47.938em) {
  #navigation {
    clear: both;
    background: #0099cc;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #000; }
    #navigation ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #navigation ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none; }
    #navigation a {
      display: block;
      outline: none;
      text-decoration: none;
      line-height: normal; }
    #navigation .content {
      padding: 0; }
      #navigation .content ul.mobile-util {
        background: #fff;
        padding-bottom: 10px; }
        #navigation .content ul.mobile-util a {
          font-weight: normal;
          padding: 5px 10px; }
      #navigation .content > ul.main-nav {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        #navigation .content > ul.main-nav li {
          margin: 0;
          padding: 0;
          list-style-type: none;
          list-style-image: none; }
        #navigation .content > ul.main-nav > li:first-child {
          border: none; }
        #navigation .content > ul.main-nav > li > a {
          position: relative;
          color: #fff;
          font-weight: 300;
          border-top: 1px solid #0099cc;
          padding: 10px;
          padding: 0.625rem;
          font-size: 18px;
          font-size: 1.125rem; }
        #navigation .content > ul.main-nav > li.parent ul {
          display: none;
          background-color: #fff;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        #navigation .content > ul.main-nav > li.parent i.expand-collapse {
          position: absolute;
          right: 10px;
          top: 6px;
          bottom: 6px;
          background-color: #fff;
          border-radius: 3px;
          padding: 0; }
          #navigation .content > ul.main-nav > li.parent i.expand-collapse:before {
            content: "";
            width: 15px;
            height: 15px;
            display: block;
            margin: 11px 8px 12px 8px;
            margin: 0.6875rem 0.5rem 0.75rem 0.5rem;
            background: transparent url(../images/sprite_arrows.png) no-repeat -60px 0px; }
        #navigation .content > ul.main-nav > li.parent.hover ul {
          display: block; }
        #navigation .content > ul.main-nav > li.parent.hover i.expand-collapse:before {
          background-position: -40px 0;
          margin-top: 10px;
          margin-top: 0.625rem; }
      #navigation .content ul ul {
        margin: 0 10px 10px 10px;
        padding: 10px; }
        #navigation .content ul ul a {
          display: block;
          color: #0099cc;
          padding: 5px 0 5px 10px;
          font-weight: 300;
          position: relative; }
          #navigation .content ul ul a:before {
            content: "";
            display: block;
            position: absolute;
            left: -4px;
            top: 10px;
            width: 7px;
            height: 10px;
            background: url(../images/icons/arrow-right-blue.png);
            z-index: 2; }
        #navigation .content ul ul li:first-child a {
          border: none; } }
/*  DESKTOP NAVIGATION  */
@media all and (min-width: 48em) {
  #navigation {
    background: #0099cc;
    clear: both;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #000;
    position: relative;
    z-index: 99; }
    #navigation ul.mobile-util {
      display: none; }
    #navigation .content {
      margin: 0 auto;
      padding: 0;
      min-height: 0; }
    #navigation ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    #navigation li {
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      float: left;
      z-index: 1000; }
      #navigation li.first-child a span:before {
        display: none; }
      #navigation li a {
        font-size: 14px;
        font-size: 0.875rem; }
      #navigation li:hover a, #navigation li a:focus, #navigation li a:active, #navigation li.selected a {
        text-decoration: none;
        background-color: #000; }
      #navigation li:hover a span:after, #navigation li a:focus span:after, #navigation li a:active span:after, #navigation li.selected a span:after {
        border-color: #000 transparent transparent;
        border-style: solid;
        border-width: 8px;
        bottom: -16px;
        content: "";
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        width: 0;
        margin-left: -8px;
        z-index: 11; }
    #navigation a {
      color: #fff;
      display: block;
      float: left;
      line-height: 1.1em;
      text-decoration: none;
      width: auto;
      outline: none; }
      #navigation a span {
        padding: 14px 10px;
        display: block;
        position: relative; } }
      @media all and (min-width: 48em) and (min-width: 900px) {
        #navigation a span {
          padding: 14px 20px; } }
@media all and (min-width: 48em) {
    #navigation ul ul {
      left: -999em;
      opacity: 0;
      position: absolute;
      top: 100%;
      width: 170px;
      z-index: 1;
      background-color: #FFF;
      border: 2px solid #000;
      padding: 20px;
      max-height: 300px;
      overflow: auto; }
      #navigation ul ul li {
        float: none;
        display: block;
        position: relative; }
      #navigation ul ul a {
        color: #0099cc;
        float: none;
        background: none !important;
        padding: 10px 0 10px 10px; }
        .ie7 #navigation ul ul a {
          padding-left: 0; }
        #navigation ul ul a:before {
          content: "";
          display: block;
          position: absolute;
          left: -4px;
          top: 12px;
          width: 7px;
          height: 10px;
          background: url(../images/icons/arrow-right-blue.png);
          z-index: 2; }
        #navigation ul ul a:hover, #navigation ul ul a:focus, #navigation ul ul a:active {
          text-decoration: underline; }
    #navigation ul li:hover ul,
    #navigation ul li:focus ul,
    #navigation ul li ul.show-menu {
      left: 0;
      opacity: 1; } }
/*  FOOTER ===========================================  */
.footer {
  clear: both;
  overflow: hidden;
  background: black; }
  .footer a {
    text-decoration: none;
    color: #fff; }
    .footer a:hover, .footer a:focus, .footer a:active {
      text-decoration: underline; }
  .footer .cta-next {
    color: #fff; }
    .footer .cta-next:after {
      background-position: -80px 0; }
  .footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .footer ul li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      list-style-image: none; }
  .footer h2 {
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 2;
    font-size: 14px;
    font-size: 0.875rem; }
  .footer .content {
    clear: both;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    color: #fff;
    max-width: 960px;
    max-width: 60rem;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 10px 15px 10px;
    padding: 0.9375rem 0.625rem 0.9375rem 0.625rem; }
    .footer .content .col {
      width: 100%;
      margin: 0;
      padding: 0 0 15px 0;
      padding: 0 0 0.9375rem 0; }
      @media all and (min-width: 768px) {
        .footer .content .col {
          float: left;
          width: 25%; }
          .footer .content .col.last {
            margin-right: 15%;
            float: right;
            width: 35%; } }

/* Utility links */
.footer.utilities {
  background-color: #363636; }
  .footer.utilities .content {
    color: #ccc;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px;
    padding: 0.625rem; }
    .footer.utilities .content li {
      display: inline;
      white-space: nowrap;
      padding: 0 7px 0 7px;
      padding: 0 0.4375rem 0 0.4375rem; }
    .footer.utilities .content a {
      color: #ccc; }
    @media all and (min-width: 48em) {
      .footer.utilities .content {
        text-align: left;
        padding: 7px;
        padding: 0.4375rem; }
        .footer.utilities .content p.copy {
          display: inline;
          margin-left: 15px; }
        .footer.utilities .content ul {
          display: inline; } }

/* social links */
.footer .social {
  position: absolute;
  right: 5px;
  top: 15px; }
  .footer .social li {
    float: left; }
  .footer .social a {
    text-indent: -999em;
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    background: url(../images/sprite.png) no-repeat 0 0; }
    .footer .social a.facebook {
      background-position: 0 -100px; }
    .footer .social a.twitter {
      background-position: -45px -100px; }

/* mobile footer */
.footer-mobile {
  clear: both;
  background-color: #0099cc; }
  .footer-mobile ul {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .footer-mobile ul li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      list-style-image: none; }
    .footer-mobile ul:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 49%;
      width: 1px;
      height: 100%;
      background-color: #fff; }
  .footer-mobile li {
    float: left;
    width: 25px;
    padding: 10px !important; }
    .footer-mobile li a {
      color: #fff;
      display: block;
      text-indent: -999em;
      width: 25px;
      height: 25px;
      background: transparent url(../images/sprite_arrows.png) no-repeat; }
    .footer-mobile li.icon-home a {
      background-position: -160px -40px; }
    .footer-mobile li.icon-top {
      float: right; }
      .footer-mobile li.icon-top a {
        background-position: -190px -40px; }
  @media all and (min-width: 40em) {
    .footer-mobile {
      display: none; } }

/*  SUB-NAVIGATION  */
.subnav ul li a {
  font-size: 18px;
  font-size: 1.125rem; }
.subnav ul ul a {
  font-size: 14px;
  font-size: 0.875rem; }
.subnav a {
  background: url(../images/icons/arrow-right-black.png) no-repeat 0 14px;
  display: block;
  color: black;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  padding: 6px 0 6px 10px;
  padding: 0.375rem 0 0.375rem 0.625rem; }
  .subnav a:hover, .subnav a:focus {
    text-decoration: underline; }
.subnav a.selected {
  background: url(../images/icons/arrow-right-blue-sm-2.png) no-repeat 0 13px;
  color: #0099cc !important; }
.subnav ul {
  padding: 0;
  list-style-type: none;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0; }
  .subnav ul li {
    margin: 0;
    padding: 0;
    display: inline; }
.subnav ul ul {
  border-top: 1px solid #bfe4f3;
  margin: 0 0 10px 10px;
  margin: 0 0 0.625rem 0.625rem; }
.subnav ul ul ul {
  margin: 0 0 0 20px;
  border: none;
  margin: 0 0 0 20px;
  margin: 0 0 0 1.25rem; }
.subnav li li a,
.subnav li li a.selected {
  background: url(../images/icons/arrow-right-black-sm.png) no-repeat 0 13px;
  border-bottom: 1px solid #bfe4f3;
  color: #333333;
  padding-left: 10px;
  padding-left: 0.625rem; }
.subnav li li li a,
.subnav li li li a.selected {
  background: none;
  border-bottom: 1px dotted #bfe4f3;
  font-weight: normal;
  padding-left: 0;
  font-size: 14px;
  font-size: 0.875rem; }
.subnav .element {
  float: none;
  width: 100%; }

.short-nav .subnav ul ul ul {
  display: none; }

/*  modules */
.module {
  color: #333333;
  background-color: #fff;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 14px;
  font-size: 0.875rem; }
  .module img {
    max-width: 100%; }
  .module p {
    padding-bottom: 15px;
    padding-bottom: 0.9375rem; }
  .module h2 {
    color: #0099cc;
    font-weight: 700;
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .module a {
    font-weight: bold;
    text-decoration: none; }
    .module a:hover, .module a:focus, .module a:active {
      text-decoration: underline; }
  .module h3 a.cta-link {
    background: url(../images/icons/arrow-right-black.png) no-repeat right 7px;
    padding-right: 8px;
    padding-right: 0.5rem; }

.panel.blue .module, .panel.green .module, .panel.grey .module, .panel.black .module {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  padding: 0.9375rem; }
.panel.blue .module.contact, .panel.green .module.contact, .panel.grey .module.contact, .panel.black .module.contact {
  background-color: #fff; }

.module.contact {
  background-color: #e5f3f9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  padding: 0.9375rem; }
  .module.contact .tel {
    display: block;
    font-weight: bold; }
  .module.contact .icon-phone,
  .module.contact .icon-form {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.2; }
    .module.contact .icon-phone a,
    .module.contact .icon-form a {
      color: #0099cc !important; }
    .module.contact .icon-phone:after,
    .module.contact .icon-form:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 30px;
      height: 31px;
      background: transparent url(../images/sprite_arrows.png) no-repeat -80px -170px; }
    .ie7 .module.contact .icon-phone, .ie7
    .module.contact .icon-form {
      padding-left: 0; }
  .module.contact .icon-phone:after {
    background-position: -120px -170px; }

.additional .module.contact .col {
  float: none;
  width: auto;
  margin-right: 0; }

.module.register {
  background-color: #e5f4e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  padding: 0.9375rem; }
  .module.register h2 {
    color: #009933; }
  .module.register ul {
    padding-bottom: 15px;
    padding-bottom: 0.9375rem; }
    .module.register ul li {
      list-style-type: none;
      background: url(../images/icons/tick.png) no-repeat left top;
      margin-left: 0;
      line-height: 1.4em;
      min-height: 24px;
      min-height: 1.5rem;
      padding-bottom: 6px;
      padding-bottom: 0.375rem;
      padding-left: 43px;
      padding-left: 2.6875rem; }

/* Contact us block */
.contact-boxes {
  background-color: #fff; }
  .contact-boxes p {
    padding-bottom: 5px; }
    .contact-boxes p span {
      display: block; }
    .contact-boxes p.tel {
      font-weight: bold; }
  .contact-boxes .link-list {
    list-style: none;
    margin: 0;
    padding-bottom: 5px; }
    .contact-boxes .link-list li {
      padding: 0; }
      .contact-boxes .link-list li a {
        background: url(../images/icons/arrow-right-black-sm.png) no-repeat right 7px;
        color: black;
        font-weight: bold;
        padding-right: 7px;
        text-decoration: none; }

.contact-country select {
  border: 1px solid #ccc;
  margin: 0 0 9px;
  padding: 2px;
  width: 100%; }
.contact-country address {
  font-style: normal; }
.contact-country dl {
  border-top: 1px dotted #bfe4f3;
  margin: 10px 0 0;
  padding: 7px 0 0; }
  .contact-country dl dd {
    margin-left: 0;
    padding-bottom: 3px; }
  .contact-country dl dt {
    margin-right: 5px; }
.contact-country a.cta-link {
  color: #000;
  font-weight: bold; }

.js .contact-country .country-info {
  display: none; }
.js .contact-country .on {
  display: block; }
.js .contact-country h3 {
  display: none; }

/* google map */
.singleColMap {
  height: 395px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 400px; }

.doubleColMap {
  height: 200px;
  margin-bottom: 40px;
  width: 100%; }

.module.promo {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  padding: 0.9375rem; }
  .module.promo p {
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.2; }
  .module.promo img {
    margin: 0 auto;
    max-width: 100%; }
  .module.promo .intro {
    font-size: 18px;
    font-size: 1.125rem;
    color: #0099cc; }
  .module.promo .big {
    text-align: center;
    padding: 0;
    color: #0099cc;
    font-size: 52px;
    font-size: 3.25rem; }
  .module.promo .cta {
    background-position: 100% 55%; }

@media all and (max-width: 47.938em) {
  .additional .module {
    max-width: 250px;
    margin: 0 auto 30px auto; }
    .additional .module.posts {
      max-width: 100%; } }
/*  FORMS ===========================================  */
/* generic */
input[type='text'],
input[type='password'],
textarea,
select {
  font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  width: 100%;
  border: none;
  background: #fff;
  padding: 5px 2px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  input[type='text'].short,
  input[type='password'].short,
  textarea.short,
  select.short {
    width: 60%; }

@media all and (max-width: 48em) {
  select {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gcG9pbnRzPSI4LDAgMyw2IDEzLDYiIGZpbGw9IiM0NDQiLz48cG9seWdvbiBwb2ludHM9IjgsMCAzLDYgMTMsNiIgZmlsbD0iIzQ0NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTYsIDE1KSByb3RhdGUoLTE4MCkiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 97.5% 50%;
    background-size: 1em;
    padding-right: 1.8em !important;
    -webkit-appearance: button;
    appearance: normal; } }
legend {
  float: right;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem; }

label {
  display: block;
  font-weight: bold;
  padding: 6px 0 2px 0; }

.invalid label {
  color: #cd006d; }

.form {
  background: #d9edf6;
  margin: 20px 0;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem; }
  .form h3 {
    font-size: 16px;
    font-size: 1rem; }
  .form .field {
    clear: both;
    position: relative;
    padding: 0 0 12px 0; }
  .form .element {
    width: 100%; }
    .form .element .col .pb5 {
      padding: 0 0 5px 0; }
    .form .element:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .form .label {
    margin: 0;
    padding: 0 10px 0 0; }
    .form .label legend {
      font-size: 1em; }
  .form .input {
    margin: 0;
    padding: 0 10px 0 0; }
    .form .input label {
      display: inline-block;
      margin-right: 1em; }
  .form.twocol .right {
    display: none; }
  @media all and (min-width: 64em) {
    .form.twocol {
      overflow: hidden; }
      .form.twocol .left {
        float: left;
        width: 65%; }
      .form.twocol .right {
        display: block;
        width: 35%;
        float: right; }
        .form.twocol .right img {
          max-width: 100%;
          margin-right: 5px;
          float: right; } }
  @media all and (min-width: 37.5em) {
    .form {
      padding: 25px 10px 15px 10px !important; }
      .form .label {
        float: left;
        padding: 0 10px 0 0;
        text-align: right;
        width: 30%; }
      .form .input {
        float: left;
        padding: 0 10px 0 0;
        width: 55%; }
        .form .input.text {
          width: 95%; } }

/* form positioning */
.button-left {
  width: auto; }
  @media all and (min-width: 37.5em) {
    .button-left {
      float: left;
      margin-left: 37%;
      padding-top: 6px; } }

.button-right {
  float: right;
  width: auto; }

.warnEmpty {
  display: none; }

.warn {
  clear: both;
  color: #cd006d !important;
  display: block; }
  @media all and (min-width: 37.5em) {
    .warn {
      margin-left: 32%; } }

.highlight {
  color: #cd006d; }

/* errors */
.error-summary {
  margin-bottom: 1.5em; }
  .error-summary * {
    color: #cd006d; }
  .error-summary h2 {
    padding-bottom: 1em; }
  .error-summary p {
    padding-bottom: 0.5em;
    font-size: 14px;
    font-size: 0.875rem; }
  .error-summary ul {
    margin: 0;
    padding: 0; }
  .error-summary li {
    list-style-position: inside; }
  .error-summary a {
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem; }

.invalid {
  position: relative;
  padding-top: 2em; }
  .invalid label {
    color: #333; }
  .invalid .warn {
    position: absolute;
    top: 0; }

/* tooltip help */
.helpbutton {
  background: url(../images/sprite.png) no-repeat 0 -75px;
  display: block;
  height: 18px;
  margin-top: 5px;
  overflow: hidden;
  text-indent: 100%;
  width: 19px; }

.tooltip {
  position: absolute;
  right: -70px;
  top: -10px;
  width: 177px;
  z-index: 10; }
  .tooltip .padding {
    background: url(../images/layout/bg-help-t.png) no-repeat left top;
    padding: 12px 10px 10px 30px; }
  .tooltip h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }
  .tooltip p {
    padding-bottom: 5px; }

.tooltip-b {
  background: url(../images/layout/bg-help-b.png) no-repeat right top;
  height: 17px;
  overflow: hidden; }

/* posts events & latest */
.posts h3 {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem; }
.posts a {
  color: #333333;
  font-weight: bold; }
.posts .link-list {
  list-style: none;
  margin-left: 0;
  padding-bottom: 0; }
  .posts .link-list li {
    margin: 0;
    border-bottom: 1px dotted #bfe4f3;
    padding: 4px 0 4px 0;
    padding: 0.25rem 0 0.25rem 0;
    font-size: 14px;
    font-size: 0.875rem; }
  .posts .link-list li.last {
    border-bottom: 0; }
  .posts .link-list a {
    background: url(../images/icons/arrow-right-black-sm.png) no-repeat right 7px;
    text-decoration: none;
    padding-right: 7px;
    padding-right: 0.4375rem; }
.posts .all-posts a {
  color: #666666;
  line-height: 2.5; }
.posts .post-info {
  line-height: normal;
  border-bottom: 1px dotted #bfe4f3;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  font-size: 12px;
  font-size: 0.75rem; }
  .posts .post-info .author {
    display: block;
    padding-bottom: 3px;
    padding-bottom: 0.1875rem; }
  .posts .post-info p {
    color: #666666;
    padding-bottom: 0; }
.posts .comments {
  border: none; }

.main-content .posts {
  padding-bottom: 0;
  margin-bottom: 29px;
  margin-bottom: 1.8125rem; }
  .main-content .posts ul {
    padding-bottom: 0; }

/* social block */
.social p {
  float: left;
  padding-right: 4px;
  font-size: 16px;
  font-size: 1rem; }
.social ul {
  float: left;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem; }
  .social ul li {
    float: left;
    list-style-type: none;
    margin-left: 0;
    padding-left: 7px;
    padding-left: 0.4375rem; }
    .social ul li a {
      display: block; }
.social .fb .sprite {
  background-position: 0 0; }
.social .tw .sprite {
  background-position: -28px 0; }
.social .fb a:hover .sprite,
.social .fb a:focus .sprite,
.social .fb a:active .sprite {
  background-position: 0 -27px; }
.social .tw a:hover .sprite,
.social .tw a:focus .sprite,
.social .tw a:active .sprite {
  background-position: -28px -26px; }

/*BLUE THEMED SOCIAL PANEL*/
.cs-1 {
  background-color: #e5f3f9;
  padding: 11px 17px 2px; }
  .cs-1 .social ul {
    float: right;
    padding-bottom: 0; }
  .cs-1 p {
    padding-bottom: 0;
    color: #0099cc;
    font-weight: bold;
    font-family: Museo500, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif; }

/*  Buttons ===========================================  */
 /* ============================================================
	NEW Buttons
============================================================ */
button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: button;
  line-height: normal;
  width: auto;
  cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0; }

.btn-primary,
.btn-secondary {
  color: #fff;
  margin: 0;
  padding: 3px 12px 4px 12px;
  display: inline-block;
  text-decoration: none !important;
  overflow: visible;
  line-height: normal;
  border-style: solid;
  border-width: 1px;
  font-family: Museo500, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  font-size: 0.875rem; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
  .btn-secondary:hover,
  .btn-secondary:focus,
  .btn-secondary:active {
    background: #f4f4f4;
    background-image: -moz-linear-gradient(#ffffff, #e7ece7);
    background-image: -webkit-linear-gradient(#ffffff, #e7ece7);
    background-image: linear-gradient(#ffffff, #e7ece7); }

.btn-primary {
  border-color: #0099cc;
  background: #0099cc;
  background-image: -moz-linear-gradient(#32a0d0, #0099cc);
  background-image: -webkit-linear-gradient(#32a0d0, #0099cc);
  background-image: linear-gradient(#32a0d0, #0099cc); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #0099cc; }

.btn-secondary {
  border-color: #009933;
  background: #009933;
  background-image: -moz-linear-gradient(#32a732, #0f980f);
  background-image: -webkit-linear-gradient(#32a732, #0f980f);
  background-image: linear-gradient(#32a732, #0f980f); }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: #009933; }

.btn-primary.large,
.btn-secondary.large {
  padding: 7px 10px;
  font-size: 16px;
  font-size: 1rem; }

a.btn-primary.login {
  position: relative;
  padding-left: 27px; }
  a.btn-primary.login:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 2px;
    width: 13px;
    height: 17px;
    background: transparent url(../images/sprite_arrows.png) no-repeat -160px -75px; }
  a.btn-primary.login:hover:before, a.btn-primary.login:focus:before {
    background-position: -175px -75px; }

/*BUTTONS - SOME JS NEEDED FOR HOVER STATES FOR THIS FOR IE ETC*/
a.button,
div.button {
  overflow: hidden;
  background: url(../images/sprite.png) no-repeat -490px -199px;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-family: Museo500, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  padding-left: 10px !important;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem; }

a.button span,
div.button input {
  white-space: nowrap;
  background: url(../images/sprite.png) no-repeat 100% -160px;
  cursor: pointer;
  display: block;
  float: left;
  min-height: 30px;
  overflow: hidden;
  padding: 7px 26px 0 11px;
  position: relative;
  -webkit-border-radius: 0px; }

div.button input {
  border: none;
  color: #fff;
  font-family: Museo500, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  min-height: 36px;
  outline: none;
  overflow: visible;
  padding: 4px 11px 6px 2px;
  width: auto;
  margin: 0; }

a.button span span {
  padding: 0 3px 0 0;
  background: none;
  min-height: 0; }

a.button:hover,
a.button:focus,
a.button:active,
div.button:hover,
div.button:focus,
div.button:active {
  background-position: -490px -282px;
  text-decoration: none; }

a.button:hover span,
a.button:focus span,
a.button:active span,
div.button:hover input,
div.button:focus input,
div.button:active input {
  background-position: 100% -242px;
  color: #0089c5; }

a.button.secondary.double {
  background: url(../images/sprite.png) no-repeat -490px -815px;
  color: #fff;
  font-size: 14px !important;
  line-height: normal; }
  a.button.secondary.double span {
    white-space: normal !important;
    color: #fff;
    Background: url(../images/sprite.png) no-repeat 100% -752px;
    min-height: 42px; }

a.button:hover.secondary.double {
  background-position: -489px -955px; }
  a.button:hover.secondary.double span {
    color: #009300;
    background-position: 100% -892px; }

a.secondary, div.secondary {
  background-position: -490px -39px;
  font-size: 18px;
  font-size: 1.125rem; }

a.secondary span, div.secondary input {
  background-position: 100% -437px; }

a.secondary:hover, a.secondary:focus, a.secondary:active, div.secondary:hover, div.secondary:focus, div.secondary:active {
  background-position: -490px -119px; }

a.secondary:hover span, a.secondary:focus span, a.secondary:active span, div.secondary:hover input, div.secondary:focus input, div.secondary:active input {
  background-position: 100% -474px;
  color: #009933; }

a.primary-sm, div.primary-sm {
  background-position: -489px -353px;
  font-size: 18px;
  font-size: 1.125rem;
  min-height: 14px;
  font-size: 14px;
  font-size: 0.875rem; }

a.secondary-sm, div.secondary-sm {
  background-position: -489px -635px;
  min-height: 14px;
  font-size: 14px;
  font-size: 0.875rem; }

a.primary-sm span, div.primary-sm input {
  background-position: 100% -324px;
  line-height: 1.4em;
  min-height: 23px;
  padding: 2px 10px 3px 0; }

a.secondary-sm span, div.secondary-sm input {
  background-position: 100% -607px;
  line-height: 1.4em;
  min-height: 23px;
  padding: 2px 10px 3px 0; }

a.primary-sm:hover, a.primary-sm:focus, a.primary-sm:active, div.primary-sm:hover, div.primary-sm:focus, div.primary-sm:active {
  background-position: -489px -410px; }

a.secondary-sm:hover, a.secondary-sm:focus, a.secondary-sm:active, div.secondary-sm:hover, div.secondary-sm:focus, div.secondary-sm:active {
  background-position: -489px -704px; }

a.primary-sm:hover span, a.primary-sm:focus span, a.primary-sm:active span, div.primary-sm:hover input, div.primary-sm:focus input, div.primary-sm:active input {
  background-position: 100% -382px;
  color: #0099CC; }

a.secondary-sm:hover span, a.secondary-sm:focus span, a.secondary-sm:active span, div.secondary-sm:hover input, div.secondary-sm:focus input, div.secondary-sm:active input {
  background-position: 100% -675px;
  color: #009933; }

a.secondary-sm:hover span, a.secondary-sm:focus span, a.secondary-sm:active span, div.secondary-sm:hover input, div.secondary-sm:focus input, div.secondary-sm:active input {
  background-position: 100% -675px;
  color: #009933; }

/*  COOKIE ===========================================  */
.cookie-prompt {
  bottom: -300px;
  display: none;
  left: 10px;
  position: fixed;
  text-align: left;
  top: auto;
  width: 97%;
  z-index: 19999;
  font-size: 14px;
  font-size: 0.875rem; }
  .cookie-prompt .body {
    background-color: #e5f4e5;
    margin-right: 10px;
    position: relative;
    max-width: 940px;
    padding: 10px; }
  .cookie-prompt h2 {
    color: #009933;
    padding-bottom: 0; }
  .cookie-prompt p a {
    color: #009933;
    text-decoration: underline; }
  @media all and (min-width: 37.5em) {
    .cookie-prompt .body {
      padding: 20px;
      margin: auto; }
    .cookie-prompt .padding {
      padding: 0 200px 0 0; }
    .cookie-prompt .btn-secondary {
      position: absolute;
      right: 20px;
      top: 80px; }
    .cookie-prompt .popupFooter {
      text-align: right;
      font-size: 12px;
      font-size: 0.75rem; } }

/*  TICKER ===========================================  */
.ticker {
  margin-top: 38px;
  font-size: 13px;
  font-size: 0.8125rem; }
  .ticker .content {
    background: #0099cc;
    color: #fff;
    padding: 12px;
    max-width: 936px; }
    .ticker .content a {
      color: #fff;
      text-decoration: underline; }
      .ticker .content a:hover, .ticker .content a:focus, .ticker .content a:active {
        text-decoration: none; }
  .ticker ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 2em;
    overflow: hidden; }
    .ticker ul li {
      margin: 0;
      padding: 0; }
  .ticker p {
    padding: 10px 0 0 0; }
  .ticker .controls {
    float: left; }
    .ticker .controls a {
      background: url(../images/icons/btn-pause-play-blue.png) no-repeat left top;
      color: #000;
      display: block;
      float: left;
      height: 24px;
      margin: 0 10px 0 0;
      overflow: hidden;
      text-indent: 200em;
      width: 25px; }
    .ticker .controls a.pause {
      background-position: left bottom; }

.js .ticker ul li {
  display: none; }

@media all and (min-width: 40em) {
  .ticker ul {
    float: left;
    width: 60%; }
  .ticker p {
    float: right;
    padding: 0; } }
/*  BLOG ===========================================  */
.blogitem {
  clear: both;
  border-top: 1px solid #bfe4f3;
  padding: 18px 0 0;
  overflow: hidden; }
  .blogitem h1 {
    padding-bottom: 2px;
    margin-bottom: 0; }
  .blogitem h2 {
    float: left;
    padding-bottom: 2px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media all and (min-width: 480px) {
      .blogitem h2 {
        max-width: 390px; } }
    @media all and (min-width: 768px) {
      .blogitem h2 {
        max-width: 440px;
        font-size: 26px;
        font-size: 1.625rem; } }
    @media all and (min-width: 900px) {
      .blogitem h2 {
        max-width: 500px;
        font-size: 26px;
        font-size: 1.625rem; } }
  .blogitem .authorphoto {
    float: left;
    margin-right: 12px;
    max-width: 90px; }
  .blogitem .arr {
    color: #333333;
    font-weight: bold;
    padding-top: 4px;
    text-decoration: none; }
  .blogitem p.subtitle {
    clear: none;
    float: left;
    border-bottom: none;
    font-size: 14px;
    font-size: 0.875rem; }
  .blogitem a.arrBlue {
    background: url(../images/icons/arrow-right-blue.png) no-repeat right 11px;
    padding-right: 15px; }
  .blogitem p {
    clear: both; }
  .blogitem .tags {
    color: #666666;
    font-size: 12px;
    font-size: 0.75rem; }
    .blogitem .tags a {
      color: #666666;
      text-decoration: underline; }
  .blogitem .lastblogitem {
    border-bottom: 1px solid #bfe4f3;
    margin-bottom: 18px; }

.blogitem-single {
  padding-top: 0;
  border-top: 0; }
  .blogitem-single .subtitle {
    border-bottom: 1px solid #bfe4f3;
    padding-bottom: 32px; }
  .blogitem-single h2 {
    padding-bottom: 15px; }
  .blogitem-single p.intro {
    padding-bottom: 1.9em; }

/* Social buttons */
.social-buttons {
  margin-bottom: 20px; }
  .social-buttons .social-button {
    float: left; }

/*  COMMENTS ===========================================  */
.comments {
  border-top: 4px solid #bfe4f3;
  padding-top: 17px;
  margin-bottom: 17px; }
  .comments h2 {
    color: #333333;
    border-bottom: none;
    text-transform: none;
    font-weight: normal;
    font-size: 32px;
    font-size: 2rem; }
  .comments label span {
    display: block;
    font-weight: normal;
    font-size: 11px;
    font-size: 0.6875rem; }
  .comments label {
    padding-top: 0; }
  .comments .field {
    padding-bottom: 5px; }
  .comments .button-left {
    margin-top: 16px; }
  .comments .form {
    padding-bottom: 21px;
    margin-bottom: 0; }
  .comments ul {
    border-top: 1px solid #bfe4f3;
    margin-top: 23px;
    padding-top: 17px; }
    .comments ul li {
      list-style-type: none;
      margin-left: 0;
      padding: 0px 0 25px 0; }
    .comments ul .body {
      border: 1px solid #eee;
      padding: 19px 17px 0px; }
      .comments ul .body ul, .comments ul .body ol {
        padding-bottom: 10px; }
      .comments ul .body ul {
        margin-top: 0;
        padding-top: 0;
        border-top: none; }
      .comments ul .body ul li {
        padding-bottom: 4px;
        list-style-type: disc; }
      .comments ul .body ol li {
        list-style-type: decimal; }
      .comments ul .body p {
        padding-bottom: 17px; }
  .comments .post-info {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 17px; }
    .comments .post-info img {
      margin-bottom: 0; }
    .comments .post-info p {
      padding-top: 12px;
      font-size: 14px;
      font-size: 0.875rem; }
    .comments .post-info .author {
      font-weight: bold; }

/*  PAGINATION ===========================================  */
ul.paging {
  border: none;
  margin: 0 0 1.5em 0;
  padding: 0;
  overflow: hidden; }
  ul.paging li {
    border: none;
    float: left;
    list-item: none;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  ul.paging a {
    background: none;
    color: #666666;
    font-weight: normal;
    text-decoration: underline;
    padding: 0 2px; }
    ul.paging a.selected {
      color: #333333;
      font-weight: bold; }
    ul.paging a:hover, ul.paging a:focus, ul.paging a:active {
      text-decoration: none; }
  ul.paging .last,
  ul.paging .next {
    text-decoration: none; }
    ul.paging .last:hover, ul.paging .last:focus, ul.paging .last:active,
    ul.paging .next:hover,
    ul.paging .next:focus,
    ul.paging .next:active {
      text-decoration: underline; }
  ul.paging .last {
    background: url(../images/icons/arrow-left-black-sm.png) no-repeat left 7px;
    padding-left: 7px; }
  ul.paging .next {
    background: url(../images/icons/arrow-right-black-sm.png) no-repeat right 7px;
    padding-right: 7px;
    padding-left: 7px; }

/*  BREADCRUMB ===========================================  */
.breadcrumb {
  margin: 0 0 16px 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #0099cc; }
  .breadcrumb p {
    font-weight: bold; }
  .breadcrumb ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .breadcrumb ol li {
      display: inline;
      float: left;
      font-weight: bold;
      margin: 0;
      padding: 0 6px 0 0; }
    .breadcrumb ol a {
      color: #ccc;
      display: block;
      float: left;
      width: auto;
      font-weight: normal; }
      .breadcrumb ol a span {
        padding-right: 3px; }

/*  PAGINATION ===========================================  */
.search-results ul {
  margin-left: 0;
  padding: 0; }

.search-again {
  background: #d9edf6;
  padding: 10px 14px; }
  .search-again .text {
    margin: 4px 10px 10px 0;
    padding: 5px;
    width: 90%; }
  .search-again .button {
    background-position: -490px -199px; }
    .search-again .button:hover, .search-again .button:focus, .search-again .button:active {
      background-position: -490px -282px; }
    .search-again .button input {
      background-position: 100% -511px;
      padding: 6px 26px 8px 0;
      min-height: 36px; }
      .search-again .button input:hover, .search-again .button input:focus, .search-again .button input:active {
        color: #0089C5;
        background-position: 100% -548px; }
  @media all and (min-width: 30em) {
    .search-again .text {
      float: left;
      width: 65%; }
    .search-again .button {
      float: right; } }

.search-info {
  padding: 15px 0 10px;
  overflow: hidden; }
  .search-info p {
    padding-bottom: 1em; }
  .search-info .left {
    color: #666666; }
    .search-info .left span {
      color: #333333;
      font-weight: bold; }
  @media all and (min-width: 30em) {
    .search-info .left {
      float: left;
      width: 50%; }
    .search-info .right {
      float: right;
      width: 48%; } }

/* no result */
.lblNoResult {
  color: #cd006d;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px 0; }

/* list */
.list > ul {
  list-style: none;
  border-top: 1px solid #bfe4f3;
  margin-left: 0; }
.list > ul li {
  margin: 0;
  border-bottom: 1px solid #bfe4f3;
  padding: 15px 0; }
  .list > ul li a {
    color: black;
    background: url(../images/icons/arrow-right-black.png) no-repeat right 8px;
    padding-right: 11px;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.125rem; }
.list p {
  color: #333333;
  padding: 0; }
.list p.date {
  color: #666666;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 0 0; }
.list p.loc-dat {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 0 10px; }
  .list p.loc-dat a {
    background: none;
    padding: 0;
    text-decoration: underline; }
    .list p.loc-dat a:hover, .list p.loc-dat a:focus, .list p.loc-dat a:active {
      text-decoration: none; }
  .list p.loc-dat span {
    color: #666666; }

/*  TWITTER ===========================================  */
.twitter-block {
  color: #000;
  margin: 0 auto 20px auto;
  max-width: 225px; }
  .twitter-block h2 {
    margin: 0 0 5px 0;
    padding: 10px;
    color: #fff;
    position: relative;
    font-size: 20px;
    font-size: 1.25rem; }
    .white .twitter-block h2, .grey .twitter-block h2 {
      color: #000; }
    .twitter-block h2:before {
      content: "";
      float: left;
      background: url(../images/sprite.png) no-repeat -45px -100px;
      display: block;
      height: 36px;
      width: 36px;
      margin: -7px 5px 0 -10px; }
  .twitter-block .follow {
    overflow: hidden; }
    .twitter-block .follow iframe {
      width: 80px;
      height: 20px;
      float: right; }
  .twitter-block .tweet {
    margin: 0 10px;
    padding: 10px 0;
    border-top: 1px solid #bfe4f3;
    position: relative; }
    .twitter-block .tweet:first-child {
      border-top-width: 0; }
    .twitter-block .tweet img {
      width: 48px;
      height: 48px;
      border: 1px solid #eee;
      margin: 0 10px 5px 0;
      float: left;
      display: block; }
    .twitter-block .tweet h3 {
      color: #0099cc;
      margin: 0;
      padding: 0;
      padding: 5px 0 2px;
      font-size: 18px;
      font-size: 1.125rem; }
    .twitter-block .tweet strong {
      display: block;
      font-size: 1.3em;
      color: #666666; }
    .twitter-block .tweet p {
      clear: left;
      font-size: 1.2em;
      padding-bottom: 5px; }
      .twitter-block .tweet p a {
        color: #0099cc;
        font-weight: bold; }

/*carousel styles*/
.js .ncj-simpleslider {
  display: none; }

.js .ncj-simpleslider.ncj-widget-active {
  display: block; }

.ncj-simpleslider.ncj-widget-active {
  margin: 20px 50px;
  border: 1px solid #a3daed;
  border-width: 0 1px;
  padding: 0; }

.ncj-simpleslider.ncj-widget-active, .ncj-simpleslider.ncj-widget-active .ncj-simpleslider-list {
  height: 70px; }

.ncj-simpleslider.ncj-widget-active .ncj-simpleslider-list {
  margin: 0;
  padding: 0; }

.ncj-simpleslider.ncj-widget-active .ncj-simpleslider-ctrls:hover {
  background-color: #EEE;
  cursor: pointer; }

.ncj-simpleslider.ncj-widget-active .ncj-simpleslider-ctrls {
  position: absolute;
  margin-top: -15px;
  top: 50%;
  height: 30px;
  width: 30px;
  background: white url(../images/icons/arrow-right-blue-h3.png) no-repeat center center;
  overflow: hidden;
  text-indent: 30px;
  line-height: 100px;
  border: 1px solid #37acd3;
  border-radius: 3px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1); }

.ncj-simpleslider.ncj-widget-active .ncj-simpleslider-ctrls.ncj-simpleslider-ctrl-prev {
  left: -50px;
  background-image: url(../images/icons/arrow-left-blue-h3.png); }

.ncj-simpleslider.ncj-widget-active .ncj-simpleslider-ctrls.ncj-simpleslider-ctrl-next {
  right: -50px; }

.ncj-simpleslider.ncj-widget-active .ncj-simpleslider-ctrls.ncj-simpleslider-ctrl-disabled {
  cursor: auto;
  opacity: 0.5; }

.ncj-simpleslider.ncj-widget-active .ncj-simpleslider-ctrls.ncj-simpleslider-ctrl-disabled:hover {
  background-color: #FFF; }

/* CTA links ===========================================  */
a.cta-link {
  text-decoration: none;
  background: url(../images/icons/arrow-right-black-sm.png) no-repeat right 7px;
  padding-right: 7px; }
  a.cta-link:hover, a.cta-link:focus, a.cta-link:active {
    text-decoration: underline; }
  a.cta-link span {
    padding-right: 3px; }

/*specific arrows*/
.main-content h3 a.cta-link {
  background: url(../images/icons/arrow-right-blue.png) no-repeat right 11px;
  padding-right: 12px; }
  .blue .main-content h3 a.cta-link, .green .main-content h3 a.cta-link, .black .main-content h3 a.cta-link, .pink .main-content h3 a.cta-link {
    background: url(../images/icons/arrow-right-white-h3.png) no-repeat right 11px; }

a.cta-btt {
  display: block;
  color: #666666;
  background: url(../images/icons/arrow-up-black-sm.png) no-repeat left 11px;
  padding: 5px 0 0 11px; }

a.arr {
  background: url(../images/icons/arrow-right-black-sm.png) no-repeat right 12px;
  display: inline-block;
  padding-right: 10px; }

a.arrBlue {
  background: url(../images/icons/arrow-right-blue-sm.png) no-repeat right 8px;
  color: #0089c5;
  display: inline-block;
  padding-right: 10px;
  text-decoration: none; }

h4 a.arr {
  background: url(../images/icons/arrow-right-black.png) no-repeat right 12px;
  color: #333;
  display: inline-block;
  padding-right: 10px;
  text-decoration: none; }

a.cta-jump {
  font-size: 18px;
  font-size: 1.125rem;
  background: url(../images/icons/arrow-right-blue-down.png) no-repeat right 6px;
  padding-right: 14px;
  text-decoration: none; }

.imgText a.arrBlue {
  font-family: Museo500, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif; }

.backtotop {
  padding-bottom: 16px; }
  .backtotop a {
    background: url(../images/icons/arrow-up-black-sm.png) no-repeat left 7px;
    color: #666666;
    padding-left: 12px; }

a.cta-next,
a.cta-pdf {
  color: #0099cc;
  position: relative;
  display: inline-block;
  font-size: inherit;
  font-family: 'Museo500';
  font-weight: 500;
  padding-right: 20px;
  padding-right: 1.25rem;
  text-decoration: none; }
  a.cta-next:hover, a.cta-next:focus, a.cta-next:active,
  a.cta-pdf:hover,
  a.cta-pdf:focus,
  a.cta-pdf:active {
    text-decoration: underline; }
  a.cta-next:after,
  a.cta-pdf:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 10px;
    width: 0.625rem;
    height: 15px;
    height: 0.9375rem;
    background: url(../images/sprite_arrows.png) no-repeat 0 0; }
    .blue a.cta-next:after, .green a.cta-next:after, .black a.cta-next:after, .pink a.cta-next:after, .blue
    a.cta-pdf:after, .green
    a.cta-pdf:after, .black
    a.cta-pdf:after, .pink
    a.cta-pdf:after {
      background-position: -80px 0; }
  a.cta-next.white,
  a.cta-pdf.white {
    color: #fff; }
    a.cta-next.white:after,
    a.cta-pdf.white:after {
      background-position: -80px 0; }

a.cta-pdf {
  background: url(../images/icons/icon_pdf.png) no-repeat 0 0;
  padding-left: 27px;
  padding-left: 1.6875rem; }

/*  Contant panels ===========================================  */
.panel {
  position: relative;
  display: block; }
  .panel > h2 {
    background-color: #000;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 15px;
    padding: 0.9375rem; }
    .panel > h2:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-color: black transparent transparent;
      border-style: solid;
      border-width: 37px;
      bottom: -74px;
      left: 50%;
      margin-left: -37px;
      z-index: 10; }
  .panel img {
    max-width: 100%; }
  .panel .content {
    overflow: hidden;
    font-size: 16px;
    font-size: 1rem;
    padding-top: 35px;
    padding-top: 2.1875rem;
    padding-bottom: 35px;
    padding-bottom: 2.1875rem; }
    .panel .content > *:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    @media all and (min-width: 48em) {
      .panel .content {
        padding-top: 55px;
        padding-top: 3.4375rem; } }
  .panel .full-width-content h1, .panel .full-width-content h2, .panel .full-width-content h3, .panel .full-width-content h4, .panel .full-width-content h5,
  .panel .main-content h1,
  .panel .main-content h2,
  .panel .main-content h3,
  .panel .main-content h4,
  .panel .main-content h5 {
    color: inherit; }
  .panel .full-width-content a.cta-next,
  .panel .full-width-content a.cta-pdf,
  .panel .main-content a.cta-next,
  .panel .main-content a.cta-pdf {
    font-size: 18px;
    font-size: 1.125rem; }
  .panel .intro {
    font-size: 20px;
    font-size: 1.25rem; }
  .panel p.intro {
    margin-bottom: 1em;
    padding: 0; }
  @media all and (min-width: 37.5em) {
    .home .panel.panel-last {
      background-image: none;
      padding-bottom: 0; } }
  .panel.panel-last:after,
  .panel.panel-last .panel-scroll {
    display: none !important; }
  .panel blockquote {
    border: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 1.7em;
    color: inherit;
    font-style: normal;
    padding: .7em 0;
    font-size: 22px;
    font-size: 1.375rem; }
    .panel blockquote p {
      padding: 0;
      margin-bottom: 1em; }
      .panel blockquote p.author {
        font-size: 18px;
        font-size: 1.125rem; }
      .panel blockquote p:last-child {
        margin-bottom: 0; }

.panel.black {
  color: #fff;
  background-color: #333; }
  .panel.black:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: #333333 transparent transparent;
    border-style: solid;
    border-width: 37px;
    bottom: -74px;
    left: 50%;
    margin-left: -37px;
    z-index: 10; }
.panel.white {
  background-color: #fff; }
  .panel.white:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: white transparent transparent;
    border-style: solid;
    border-width: 37px;
    bottom: -74px;
    left: 50%;
    margin-left: -37px;
    z-index: 10; }
.panel.grey {
  background-color: #eeeeee; }
  .panel.grey:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: #eeeeee transparent transparent;
    border-style: solid;
    border-width: 37px;
    bottom: -74px;
    left: 50%;
    margin-left: -37px;
    z-index: 10; }
.panel.green {
  background-color: #21a34c;
  color: #fff; }
  .panel.green:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: #21a34c transparent transparent;
    border-style: solid;
    border-width: 37px;
    bottom: -74px;
    left: 50%;
    margin-left: -37px;
    z-index: 10; }
.panel.blue {
  background-color: #0099cc;
  color: #fff; }
  .panel.blue:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: #0099cc transparent transparent;
    border-style: solid;
    border-width: 37px;
    bottom: -74px;
    left: 50%;
    margin-left: -37px;
    z-index: 10; }
  .panel.blue .full-width-content a,
  .panel.blue .main-content a {
    color: #fff; }
.panel.pink {
  background-color: #d43990;
  color: #fff; }
  .panel.pink:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: #d43990 transparent transparent;
    border-style: solid;
    border-width: 37px;
    bottom: -74px;
    left: 50%;
    margin-left: -37px;
    z-index: 10; }
.panel.dark-grey {
  background-color: #666666;
  color: #fff; }
  .panel.dark-grey:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: #666666 transparent transparent;
    border-style: solid;
    border-width: 37px;
    bottom: -74px;
    left: 50%;
    margin-left: -37px;
    z-index: 10; }
.panel.blue .full-width-content a,
.panel.blue .main-content a, .panel.green .full-width-content a,
.panel.green .main-content a, .panel.black .full-width-content a,
.panel.black .main-content a, .panel.pink .full-width-content a,
.panel.pink .main-content a {
  color: #fff; }
.panel.blue .full-width-content h2 a:after,
.panel.blue .main-content h2 a:after, .panel.green .full-width-content h2 a:after,
.panel.green .main-content h2 a:after, .panel.black .full-width-content h2 a:after,
.panel.black .main-content h2 a:after, .panel.pink .full-width-content h2 a:after,
.panel.pink .main-content h2 a:after {
  background-position: -80px 0; }
.panel.blue .full-width-content .btn-secondary,
.panel.blue .full-width-content .btn-primary,
.panel.blue .main-content .btn-secondary,
.panel.blue .main-content .btn-primary, .panel.green .full-width-content .btn-secondary,
.panel.green .full-width-content .btn-primary,
.panel.green .main-content .btn-secondary,
.panel.green .main-content .btn-primary, .panel.black .full-width-content .btn-secondary,
.panel.black .full-width-content .btn-primary,
.panel.black .main-content .btn-secondary,
.panel.black .main-content .btn-primary, .panel.pink .full-width-content .btn-secondary,
.panel.pink .full-width-content .btn-primary,
.panel.pink .main-content .btn-secondary,
.panel.pink .main-content .btn-primary {
  color: #fff; }
  .panel.blue .full-width-content .btn-secondary:hover, .panel.blue .full-width-content .btn-secondary:focus,
  .panel.blue .full-width-content .btn-primary:hover,
  .panel.blue .full-width-content .btn-primary:focus,
  .panel.blue .main-content .btn-secondary:hover,
  .panel.blue .main-content .btn-secondary:focus,
  .panel.blue .main-content .btn-primary:hover,
  .panel.blue .main-content .btn-primary:focus, .panel.green .full-width-content .btn-secondary:hover, .panel.green .full-width-content .btn-secondary:focus,
  .panel.green .full-width-content .btn-primary:hover,
  .panel.green .full-width-content .btn-primary:focus,
  .panel.green .main-content .btn-secondary:hover,
  .panel.green .main-content .btn-secondary:focus,
  .panel.green .main-content .btn-primary:hover,
  .panel.green .main-content .btn-primary:focus, .panel.black .full-width-content .btn-secondary:hover, .panel.black .full-width-content .btn-secondary:focus,
  .panel.black .full-width-content .btn-primary:hover,
  .panel.black .full-width-content .btn-primary:focus,
  .panel.black .main-content .btn-secondary:hover,
  .panel.black .main-content .btn-secondary:focus,
  .panel.black .main-content .btn-primary:hover,
  .panel.black .main-content .btn-primary:focus, .panel.pink .full-width-content .btn-secondary:hover, .panel.pink .full-width-content .btn-secondary:focus,
  .panel.pink .full-width-content .btn-primary:hover,
  .panel.pink .full-width-content .btn-primary:focus,
  .panel.pink .main-content .btn-secondary:hover,
  .panel.pink .main-content .btn-secondary:focus,
  .panel.pink .main-content .btn-primary:hover,
  .panel.pink .main-content .btn-primary:focus {
    color: inherit; }

/* scroll arrows */
.panel p.panel-scroll {
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: 50%;
  width: 35px;
  height: 55px;
  margin-left: -17px; }
  .panel p.panel-scroll a {
    text-indent: -999em;
    display: block; }
    .panel p.panel-scroll a:after {
      content: "";
      display: block;
      width: 35px;
      height: 55px;
      background: transparent url(../images/sprite_arrows.png) 0 -170px; }
.panel.white p.panel-scroll a:after {
  background-position: -40px -170px; }

.case-studies-list {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .case-studies-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none; }
  .case-studies-list img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle; }
  .case-studies-list li {
    float: left;
    width: 115px;
    padding: 20px 20px 0 0;
    padding: 1.25rem 1.25rem 0 0;
    min-height: 40px;
    min-height: 2.5rem; }

.xform.module {
  background-color: #bfe4f3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  padding: 0.9375rem; }

.panel.blue .xform.module,
.panel.green .xform.module,
.panel.black .xform.module,
.panel.pink .xform.module,
.panel.grey .xform.module,
.panel.dark-grey .xform.module {
  background-color: #fff; }
  .panel.blue .xform.module input[type='text'],
  .panel.blue .xform.module input[type='password'],
  .panel.blue .xform.module textarea,
  .panel.blue .xform.module select,
  .panel.green .xform.module input[type='text'],
  .panel.green .xform.module input[type='password'],
  .panel.green .xform.module textarea,
  .panel.green .xform.module select,
  .panel.black .xform.module input[type='text'],
  .panel.black .xform.module input[type='password'],
  .panel.black .xform.module textarea,
  .panel.black .xform.module select,
  .panel.pink .xform.module input[type='text'],
  .panel.pink .xform.module input[type='password'],
  .panel.pink .xform.module textarea,
  .panel.pink .xform.module select,
  .panel.grey .xform.module input[type='text'],
  .panel.grey .xform.module input[type='password'],
  .panel.grey .xform.module textarea,
  .panel.grey .xform.module select,
  .panel.dark-grey .xform.module input[type='text'],
  .panel.dark-grey .xform.module input[type='password'],
  .panel.dark-grey .xform.module textarea,
  .panel.dark-grey .xform.module select {
    border: 1px solid #ccc; }

/*  Services blocks (homepage 2014) ===========================================  */
.services {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  font-family: 'Museo500';
  font-weight: 500;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .services li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none; }
  .services h3 {
    color: inherit;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 24px;
    font-size: 1.5rem; }
    @media all and (min-width: 768px) {
      .services h3 {
        font-size: 28px;
        font-size: 1.75rem; } }
  .services p {
    padding: 0;
    margin-bottom: 1em;
    line-height: normal !important; }
    @media all and (max-width: 768px) {
      .services p {
        font-size: 18px;
        font-size: 1.125rem; } }
  .services a {
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: inherit;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 75px;
    padding-right: 4.6875rem;
    text-decoration: none; }
    .services a:hover, .services a:focus, .services a:active {
      text-decoration: underline; }
    .services a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      top: 0.3125rem;
      width: 10px;
      width: 0.625rem;
      height: 15px;
      height: 0.9375rem;
      background: url(../images/sprite_arrows.png) no-repeat -80px 0; }
  .services li {
    color: #fff;
    position: relative;
    padding: 10px 15px 70px 15px;
    padding: 0.625rem 0.9375rem 4.375rem 0.9375rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    font-size: 1.25rem; }
    @media all and (min-width: 640px) {
      .services li {
        float: left;
        padding: 2%;
        padding-bottom: 70px;
        padding-bottom: 4.375rem;
        width: 28%;
        margin-left: 2%; }
        .services li:first-child {
          margin-left: 0; } }
    @media only screen and (min-width: 640px) and (max-width: 900px) {
      .services li {
        padding-bottom: 100px;
        padding-bottom: 6.25rem; }
        .services li a {
          padding-right: 0;
          padding-right: 0; } }
    .services li:after {
      content: "";
      position: absolute;
      bottom: 10px;
      right: 10px;
      background-image: url(../images/sprite_services.png);
      background-repeat: no-repeat; }
    .services li.advertisers {
      background-color: #009933; }
      .services li.advertisers:after {
        width: 105px;
        height: 80px;
        background-position: 0 0; }
    .services li.agencies {
      background-color: #0099cc; }
      .services li.agencies:after {
        width: 90px;
        height: 102px;
        background-position: -110px 0; }
    .services li.publishers {
      background-color: #666666; }
      .services li.publishers:after {
        width: 105px;
        height: 83px;
        background-position: -200px 0; }

/*  HOME 2014 CAROUSEL ===========================================  */
/*  carousel slides ===========================================  */
.fullCarousel {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  border: 10px solid #ddd;
  border-top: none;
  padding: 0 10px;
  font-family: Museo500, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
  font-weight: 500; }
  .fullCarousel .ncj-megaslides {
    margin: 0 auto;
    padding: 15px 0 50px 0;
    position: relative;
    max-width: 980px;
    max-width: 61.25rem; }
    @media all and (min-width: 37.5em) {
      .fullCarousel .ncj-megaslides {
        padding-top: 30px; } }
  .fullCarousel ul.ncj-megaslides-slides {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .fullCarousel ul.ncj-megaslides-slides li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      list-style-image: none; }
  .fullCarousel li.slide {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    line-height: 1.2;
    display: table-row;
    max-height: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (min-width: 37.5em) {
      .fullCarousel li.slide {
        max-height: 270px; } }
    @media all and (min-width: 48em) {
      .fullCarousel li.slide {
        max-height: 400px; } }
  .fullCarousel h2 {
    border-bottom: 1px solid #000;
    margin-bottom: 0.5em;
    padding: 5px;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem; }
    @media all and (min-width: 48.063em) {
      .fullCarousel h2 {
        font-size: 24px;
        font-size: 1.5rem; } }
  .fullCarousel h3 {
    margin: 0;
    padding-bottom: 10px;
    line-height: 1.15;
    font-family: Museo500, Trebuchet MS, Helvetica, Arial, Verdana, Sans-Serif;
    font-weight: 500;
    font-size: 22px;
    font-size: 1.375rem; }
    .fullCarousel h3 strong {
      color: #0099cc;
      font-weight: normal; }
    @media all and (min-width: 40em) {
      .fullCarousel h3 {
        font-size: 34px;
        font-size: 2.125rem; } }
    @media all and (min-width: 48em) {
      .fullCarousel h3 {
        font-size: 50px;
        font-size: 3.125rem; } }
  .fullCarousel .intro {
    color: #0099cc;
    line-height: 1.15;
    display: block;
    padding-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem; }
    @media all and (min-width: 37.5em) {
      .fullCarousel .intro {
        font-size: 22px;
        font-size: 1.375rem; } }
    .fullCarousel .intro strong, .fullCarousel .intro b {
      display: block;
      font-size: 50px;
      font-size: 3.125rem; }
  .fullCarousel .btn-secondary,
  .fullCarousel .btn-primary {
    margin: 0 0 0 0; }
  .fullCarousel .pic {
    padding: 0 0 10px 0; }
    .fullCarousel .pic img {
      display: block;
      width: 100%;
      max-width: 360px;
      height: auto; }
  .fullCarousel .block-center,
  .fullCarousel .block-right {
    display: none; }
  @media all and (min-width: 37.5em) {
    .fullCarousel .block-left,
    .fullCarousel .block-center {
      display: table-cell;
      vertical-align: top;
      width: 50%; }
    .fullCarousel .block-center {
      vertical-align: top;
      width: 50%; }
      .fullCarousel .block-center .pic {
        padding-left: 20px; } }
  @media all and (min-width: 56.25em) {
    .fullCarousel {
      border: none; }
      .fullCarousel .block-left,
      .fullCarousel .block-center,
      .fullCarousel .block-right {
        display: table-cell;
        width: 35%; }
      .fullCarousel .block-center {
        width: 42%; }
        .fullCarousel .block-center p {
          padding: 0 20px; }
      .fullCarousel .block-right {
        width: 23%; }
        .fullCarousel .block-right img {
          max-width: 225px; }
      .fullCarousel .twocols .block-left,
      .fullCarousel .twocols .block-center {
        width: 50%; }
      .fullCarousel .twocols img {
        max-width: 480px; } }

.ie7 .ncj-megaslides .slide .block-left,
.ie7 .ncj-megaslides .slide .block-center,
.ie7 .ncj-megaslides .slide .block-right {
  float: left; }

/* no JS styles */
.no-js .ncj-megaslides .slide,
.js .ncj-megaslides .slide {
  display: none; }

.js .ncj-megaslides .slide.first,
.no-js .ncj-megaslides .slide.first,
.no-js .ncj-megaslides ul.ncj-megaslides-slides li:first-child {
  display: block; }

/*  carousel pagination ===========================================  */
.fullCarousel .ncj-megaslides-pagination {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .fullCarousel .ncj-megaslides-pagination li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none; }
  .fullCarousel .ncj-megaslides-pagination li {
    display: inline-block;
    margin: 0 5px; }
  .fullCarousel .ncj-megaslides-pagination a {
    display: inline-block;
    overflow: hidden;
    text-indent: -999em;
    width: 22px;
    height: 22px;
    background-color: #bfe4f3;
    border: 1px solid #ccc;
    outline: none; }
    .fullCarousel .ncj-megaslides-pagination a:hover, .fullCarousel .ncj-megaslides-pagination a:focus {
      background-color: #7fc9e7; }
  .fullCarousel .ncj-megaslides-pagination li.ncj-megaslides-pagination-item-selected a {
    background-color: #666;
    border: 1px solid #333; }
  .js .fullCarousel .ncj-megaslides-pagination {
    display: block; }

.ie7 .fullCarousel .ncj-megaslides-pagination {
  width: auto;
  left: 45%; }
  .ie7 .fullCarousel .ncj-megaslides-pagination li {
    display: block;
    float: left; }
    .ie7 .fullCarousel .ncj-megaslides-pagination li a {
      display: block; }

/*  carousel navigation next/prev buttons ===========================================  */
.fullCarousel .ncj-megaslides-direction-nav {
  display: none; }

.ncj-megaslides .ncj-megaslides-direction-nav {
  display: none !important; }

@media all and (min-width: 1140px) {
  .fullCarousel .ncj-megaslides-direction-nav {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .js .fullCarousel .ncj-megaslides-direction-nav {
      display: block; }
    .fullCarousel .ncj-megaslides-direction-nav li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      list-style-image: none; }
    .fullCarousel .ncj-megaslides-direction-nav .ncj-megaslides-prev,
    .fullCarousel .ncj-megaslides-direction-nav .ncj-megaslides-next {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -37px;
      z-index: 33; }
      .fullCarousel .ncj-megaslides-direction-nav .ncj-megaslides-prev a,
      .fullCarousel .ncj-megaslides-direction-nav .ncj-megaslides-next a {
        text-indent: -999em;
        overflow: hidden;
        width: 72px;
        height: 72px;
        display: block;
        background-image: url(../images/sprite_arrows.png);
        background-repeat: no-repeat;
        border: 1px solid #ccc;
        opacity: 0.5;
        -moz-box-shadow: #cccccc 0 0 5px;
        -webkit-box-shadow: #cccccc 0 0 5px;
        box-shadow: #cccccc 0 0 5px; }
        .fullCarousel .ncj-megaslides-direction-nav .ncj-megaslides-prev a:hover, .fullCarousel .ncj-megaslides-direction-nav .ncj-megaslides-prev a:focus,
        .fullCarousel .ncj-megaslides-direction-nav .ncj-megaslides-next a:hover,
        .fullCarousel .ncj-megaslides-direction-nav .ncj-megaslides-next a:focus {
          opacity: 1; }
    .fullCarousel .ncj-megaslides-direction-nav .ncj-megaslides-prev {
      left: 0; }
      .fullCarousel .ncj-megaslides-direction-nav .ncj-megaslides-prev a {
        background-position: -80px -40px; }
    .fullCarousel .ncj-megaslides-direction-nav .ncj-megaslides-next {
      right: 0; }
      .fullCarousel .ncj-megaslides-direction-nav .ncj-megaslides-next a {
        background-position: 0 -40px; } }
@media print {
  div {
    width: auto !important; }

  .header .utilities, #navigation, #shortcuts, .hp-nav, .scroll, .backtotop, .footer .col, .footer .utilities, .toplink, .all-posts, .social, p a.cta-link, .button, .subnav, .contact-country label, .contact-country select, .search-info, .search-again, iframe {
    display: none; } }
