/* ------------------------ */
/* ---- GLOBAL STYLING ---- */
/* ------------------------ *

** <GroupM>
*   <Project Name>

** TOC

2. General
3. Header
4. Footer
5. Content */
/* 2. GENERAL
------------------------------------------------ */
/* ::::: Global Variables & Mixins ::::: */
.ui-page {
  -webkit-backface-visibility: hidden; }

html {
  min-width: 960px;
  height: 100%; }

body {
  margin: 0;
  height: 100%;
  text-align: justify; }

body.ipad {
  height: 102%; }

body p {
  text-align: justify; }

ul ul, ul ol,
ol ul, ol ol,
.item-list ul ul, .item-list ul ol,
.item-list ol ul, .item-list ol ol {
  margin: 0;
  /* Turn off margins on nested lists. */ }

a {
  font-family: "HelveticaNeueW01-55Roma", arial, sans-serif;
  font-weight: normal;
  outline: none;
  text-decoration: none;
  color: #F47E36; }
  a:hover {
    text-decoration: underline; }

a[href^="mailto:"] {
  text-decoration: underline;
  text-transform: lowercase; }

h1, h2, h3, h4, h5, h6, p, span, div, article, header, footer {
  font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
  font-weight: normal; }

#page {
  max-width: none;
  min-height: 100%;
  margin-top: -100px;
  position: relative; }

strong, b {
  font-family: "HelveticaNeueW01-75Bold", arial, sans-serif; }

/* ::::: Helpers ::::: */
.ir {
  position: relative; }

.ir span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat 0 0; }

.clear {
  clear: both; }

/* ::::: Layout ::::: */
/* ::::: Colors ::::: */
.to-hide {
  display: none !important; }

/* 3. HEADER
------------------------------------------------ */
#admin-menu, #admin-menu .dropdown {
  z-index: 99999; }

.admin-menu #main {
  margin-top: 180px; }

#header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  min-width: 768px;
  padding: 0;
  height: 85px;
  background: transparent url("../images/bg-header.png") repeat-x; }

.simplemenu-enabled #header {
  top: 60px; }

#logo {
  position: absolute;
  margin-top: -46px; }

/* ::::: General Navigation ::::: */
/* ::::: Blue Secondary Navigation ::::: */
.small-header-menu {
  height: 23px;
  margin: 0;
  max-width: 940px;
  margin: 0 auto; }
  .small-header-menu ul {
    margin: 0;
    padding: 0;
    line-height: 20px;
    float: right;
    margin-right: 4px;
    width: 100%;
    text-align: right; }
    .small-header-menu ul li {
      list-style: none;
      display: inline-block; }
      .small-header-menu ul li a {
        font-family: "HelveticaNeueW01-65Medi", arial, sans-serif;
        font-size: 10px;
        text-transform: uppercase;
        /*color: #739DC5;*/
        color: #fff;
        line-height: 16.8px;
        display: block;
        margin-left: 14px;
        opacity: 0.6;
        filter: alpha(opacity=60); }
      .small-header-menu ul li.last {
        text-indent: 9999px;
        overflow: hidden;
        width: 26px; }
        .small-header-menu ul li.last a {
          background: url("../images/icon-search.png") no-repeat;
          background-position: center;
          position: absolute;
          line-height: 15px;
          top: 0;
          margin: 0;
          right: -2px;
          width: 26px;
          height: 23px;
          opacity: 1;
          filter: alpha(opacity=100); }
          .small-header-menu ul li.last a:hover, .small-header-menu ul li.last a.active {
            background-color: #f47e36; }

/* ::::: Box Popup Search Field ::::: */
header .wrapper {
  position: relative; }

.box-search-popup {
  position: absolute;
  right: -2px;
  background: #f47e36;
  padding: 7px 21px;
  z-index: 11;
  display: none; }
  .box-search-popup .form-actions {
    display: none; }
  .box-search-popup .form-item-search-block-form {
    position: relative; }
    .box-search-popup .form-item-search-block-form label {
      height: auto;
      clip: auto;
      font-size: 15.98px;
      font-weight: normal;
      left: 10px;
      top: 1px;
      color: #9E9E9E; }
    .box-search-popup .form-item-search-block-form input {
      border: 1px solid #f47e36;
      border-radius: 15px;
      min-height: 21px;
      padding: 4px 4px 4px 12px;
      box-shadow: inset 0px 1px 5px 1px #c8c8c8;
      width: 190px;
      outline: 0px transparent;
      color: #9E9E9E; }

/* ::::::: Black Main Navigation ::::::: */
.main-header-menu ul > li a.active {
  /*@include black-gradient;*/
  /*background: url(../images/main-header-menu-over-bg.png) repeat-x;*/
  border-bottom: none !important;
  text-decoration: none;
  color: #f47e36;
  background: none; }

.main-header-menu > .content > ul.menu {
  padding-left: 200px; }

.main-header-menu {
  max-width: 940px;
  margin: 0 auto;
  height: 62px; }
  .main-header-menu ul {
    margin: 0;
    padding: 0;
    line-height: 42px;
    float: right;
    margin-right: -8px;
    width: 100%;
    text-align: right; }
    .main-header-menu ul > li {
      list-style: none;
      display: inline-block;
      position: relative;
      margin: 0 -2px; }
      .main-header-menu ul > li.expanded.active-trail >
      a {
        color: #f47e36;
        /*@include black-gradient;*/
        /*background: url(../images/main-header-menu-over-bg.png) repeat-x;*/ }
      .main-header-menu ul > li.expanded:hover {
        /*@include black-gradient;*/
        border-bottom: none; }
      .main-header-menu ul > li a {
        font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
        font-weight: normal;
        font-size: 17px;
        color: #b5b5b5;
        display: block;
        line-height: 50px;
        padding: 5.5px 14px 6px; }
        .main-header-menu ul > li a:hover {
          /*@include black-gradient;*/
          /*background: url(../images/main-header-menu-over-bg.png) repeat-x;*/
          border-bottom: none;
          text-decoration: none;
          color: #f47e36;
          background: none; }
      .main-header-menu ul > li:hover ul {
        display: block; }
      .main-header-menu ul > li ul {
        display: none;
        position: absolute;
        background: #FFF;
        width: 240px;
        line-height: 46px; }
        .main-header-menu ul > li ul li {
          width: 100%;
          margin: 0;
          height: 46px;
          text-align: left;
          line-height: 46px; }
          .main-header-menu ul > li ul li a {
            /*border-top: 1px solid #333333;*/
            border-bottom: none;
            padding-top: 0px;
            padding-bottom: 0px;
            line-height: inherit;
            background: #FFF;
             /*
            a {
            font-family: $font-helveticalt-lt;
            font-weight: normal;
            font-size: 20px;
            color: $light-gray;
            display: block;
            padding: 0 15px;

            &:hover {
            @include black-gradient;
            border-bottom: none;
            text-decoration: none;
            color: $orange;
            }
            }*/ }
            .main-header-menu ul > li ul li a.expanded:hover {
              background: none;
              /*background: url(../images/main-header-menu-over-bg.png) repeat-x;*/
              text-decoration: none;
              border-bottom: none; }
            .main-header-menu ul > li ul li a:hover {
              /*color: #fff;*/
              /*background: $orange;*/
              /*background: url(../images/main-header-menu-over-bg.png) repeat-x;*/
              background: #fff;
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cc63f', endColorstr='#8cc63f',GradientType=0 ); }

/* 4. FOOTER
------------------------------------------------ */
.footer {
  background: #282828;
  /* Old browsers */
  background: -moz-linear-gradient(top, #282828 0%, #333333 9%, #343434 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828), color-stop(9%, #333333), color-stop(100%, #343434));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #282828 0%, #333333 9%, #343434 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #282828 0%, #333333 9%, #343434 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #282828 0%, #333333 9%, #343434 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #282828 0%, #333333 9%, #343434 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#343434',GradientType=0 );
  /* IE6-9 */
  border-bottom: 1px solid #272c31;
  padding: 16px 0;
  height: 102px;
  margin-top: -7px;
  z-index: 9999;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .footer small {
    display: block;
    font-family: "HelveticaNeueW01-55Roma", arial, sans-serif;
    font-weight: normal;
    font-size: 9px;
    color: #fff;
    padding-left: 2px;
    padding-top: 1px;
    opacity: 0.34;
    filter: alpha(opacity=34); }

.wrapper {
  max-width: 940px;
  margin: 0 auto; }

.footer-main-nav {
  float: left;
  margin: 0; }
  .footer-main-nav ul {
    margin: 0;
    padding: 0;
    line-height: 20px;
    float: right;
    float: none;
    margin-top: -6px;
    margin-left: 3px; }
    .footer-main-nav ul li {
      list-style: none;
      display: inline-block; }
      .footer-main-nav ul li a {
        font-family: "HelveticaNeueW01-65Medi", arial, sans-serif;
        font-size: 11px;
        color: #00d1ff;
        display: block;
        padding-left: 16.8px;
        opacity: 0.65;
        filter: alpha(opacity=65); }
        .footer-main-nav ul li a.footer-nav-main {
          color: #fff;
          padding-left: 12.5px;
          margin-left: 12px;
          border-left: 1px dotted #494949;
          font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
          font-size: 9px; }
      .footer-main-nav ul li.first a {
        padding: 0; }

.social-links-menu {
  float: right;
  margin: 0;
  width: 180px;
  margin-right: -7px;
  margin-top: -3px; }
  .social-links-menu h2 {
    font-family: "HelveticaNeueW01-55Roma", arial, sans-serif;
    display: inline;
    font-weight: normal;
    font-size: 11px;
    float: left;
    color: #fff;
    margin: 4px;
    opacity: 0.34;
    filter: alpha(opacity=34); }
  .social-links-menu .footer-social-link,
  .social-links-menu .social-link-footer {
    margin: 0px 3px 0px 0px;
    margin-right: 2px\9; }
  .social-links-menu ul {
    margin: 0;
    padding: 0;
    line-height: 20px;
    float: right;
    display: inline-block;
    margin-right: 8px;
    margin-top: -1px\9;
    float: left; }
    .social-links-menu ul li {
      list-style: none;
      display: inline-block;
      text-indent: -9999px; }
      .social-links-menu ul li.last a.social-link-footer {
        margin: 0; }
      .social-links-menu ul li a {
        font-weight: normal;
        font-size: 11px;
        color: #fff;
        width: 21px;
        height: 21px;
        display: block; }
        .social-links-menu ul li a#facebook {
          background: url("../images/icon-facebook.png"); }
        .social-links-menu ul li a#twitter {
          background: url("../images/icon-twitter.png"); }
        .social-links-menu ul li a#linkedin {
          background: url("../images/icon-linkedin.png"); }
        .social-links-menu ul li a#youtube {
          background: url("../images/icon-youtube.png"); }

/* 5. CONTENT
------------------------------------------------ */
#main {
  position: relative;
  margin-top: 84px;
  /*min-height:720px;*/
  padding-top: 100px;
  padding-bottom: 135px; }
  #main .views-field-edit-node {
    margin: 0 auto;
    text-align: right; }

.front h1.title {
  display: none; }

#cover {
  display: none;
  overflow: hidden;
  height: 100%;
  width: 1400px;
  z-index: 999999999;
  position: absolute;
  top: 0;
  left: 0;
  background: url("http://apps.nea.gov/GrantSearch/images/ajaxSpinner.gif") no-repeat center center white;
  background-size: 120px; }

.node-services-page-content-type #page-title,
.node-services-page-content-type .submitted,
.node-type-global-agencies #page-title,
.node-type-global-agencies .submitted {
  display: none; }

/* 5.1. Home Carousel
------------------------------------------------ */
.jcarousel-skin-default .jcarousel-item {
  overflow: visible; }

.big-image-headline-carousel {
  position: relative; }
  .big-image-headline-carousel > div.view-content {
    height: 320px;
    overflow: hidden;
    position: relative;
    background: #F3F3F3; }
    .big-image-headline-carousel > div.view-content > ul.jcarousel-skin-default {
      margin: 0;
      padding: 0; }
      .big-image-headline-carousel > div.view-content > ul.jcarousel-skin-default li {
        list-style: none;
        list-style-type: none;
        list-style-image: none; }
        .big-image-headline-carousel > div.view-content > ul.jcarousel-skin-default li .views-field-field-tooltip {
          margin: 0; }
    .big-image-headline-carousel > div.view-content > div.jcarousel-skin-default {
      max-width: 1400px;
      margin: 0 auto; }
  .big-image-headline-carousel img {
    /*width: 100%;
    max-width: 100%;*/
    display: block;
    height: 320px;
    margin: 0 auto;
    width: 1400px; }
  .big-image-headline-carousel .views-field {
    position: absolute;
    display: block;
    width: 100%; }
  .big-image-headline-carousel .views-field-field-tooltip {
    /* width: 940px;*/
    margin: 0 auto;
    position: relative;
    margin-top: -75px; }
    .big-image-headline-carousel .views-field-field-tooltip .carousel-tooltip {
      display: none;
      background: transparent url("../images/bg-tooltip.png") no-repeat center;
      padding: 4px 15px 15px 15px;
      color: #f47e36;
      width: auto;
      position: relative;
      top: 0;
      z-index: 9999; }
  .big-image-headline-carousel .jcarousel-container,
  .big-image-headline-carousel .jcarousel-clip-horizontal,
  .big-image-headline-carousel .jcarousel-item {
    width: 100%;
    height: 320px;
    padding: 0;
    margin: 0; }
  .big-image-headline-carousel .jcarousel-container .control-nav-carousel {
    position: absolute;
    top: 0;
    max-width: 1400px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .big-image-headline-carousel .jcarousel-item {
    display: inline-block;
    position: relative;
    border: 0; }
  .big-image-headline-carousel .jcarousel-prev,
  .big-image-headline-carousel .jcarousel-next {
    /*display: none;*/
    background-image: url("../images/arrow-home-carrousel.png");
    background-repeat: no-repeat;
    height: 47px;
    width: 47px;
    background-position: 0 -51px; }
  .big-image-headline-carousel .jcarousel-next {
    background-position: -53px -51px; }
  .big-image-headline-carousel .jcarousel-prev:hover {
    background-position: 0 0; }
  .big-image-headline-carousel .jcarousel-next:hover {
    background-position: -53px 0; }
  .big-image-headline-carousel .jcarousel-navigation {
    position: relative;
    top: -40px;
    width: 940px;
    margin: 0 auto;
    text-align: left;
    z-index: 9999; }
  .big-image-headline-carousel .jcarousel-navigation li {
    margin: 0 6px 0 0; }
    .big-image-headline-carousel .jcarousel-navigation li a {
      width: 7px;
      height: 7px;
      display: inline-block;
      background: url("../images/bullet-home-carousel.png"); }
      .big-image-headline-carousel .jcarousel-navigation li a span {
        display: none; }
    .big-image-headline-carousel .jcarousel-navigation li.active a {
      background: url("../images/bullet-home-carousel-selected.png"); }
  .big-image-headline-carousel .jcarousel-skin-default .jcarousel-next-disabled,
  .big-image-headline-carousel .jcarousel-skin-default .jcarousel-prev-disabled {
    display: block; }
  .big-image-headline-carousel .jcarousel-skin-default .jcarousel-next-disabled:hover {
    background-position: -53px -51px; }
  .big-image-headline-carousel .jcarousel-skin-default .jcarousel-prev-disabled:hover {
    background-position: 0 -51px; }
  .big-image-headline-carousel .jcarousel-skin-default .jcarousel-prev-horizontal,
  .big-image-headline-carousel .jcarousel-skin-default .jcarousel-next-horizontal {
    top: 137px;
    left: 0; }
  .big-image-headline-carousel .jcarousel-skin-default .jcarousel-next-horizontal {
    right: 0;
    left: auto; }

.carousel-text {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  text-align: left; }
  .carousel-text.right .carousel-description {
    float: right; }
  .carousel-text.center .carousel-description {
    margin: 0 auto; }
  .carousel-text .carousel-description {
    width: 530px; }
  .carousel-text h1 {
    font-size: 45px;
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-weight: normal;
    margin: 55px 0 13px 0;
    line-height: 45px;
    width: 530px; }
  .carousel-text p {
    font-family: Arial, "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-size: 17px;
    line-height: 28px;
    width: 574px;
    display: inline-block;
    margin: 0;
    text-align: justify; }
    .carousel-text p a {
      display: inline-block;
      padding: 0 6px;
      background-color: #f47e36;
      margin: 0 15px;
      text-transform: uppercase;
      cursor: pointer;
      font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
      font-size: 11px;
      height: 25px;
      color: #fff; }
      .carousel-text p a:hover {
        text-decoration: none; }
    .carousel-text p.learn-more-p a {
      margin-left: 0; }

/* 5.1.1 Careers Carousel
------------------------------------------------ */
.header-careers .carousel-text h1 {
  width: 647px; }

/* 5.2. CTAS
------------------------------------------------ */
.overlay p {
  margin: 0; }

.overlay span.date {
  margin: 0;
  text-transform: uppercase; }

.six-boxes-ctas-view {
  margin: 49px auto 82px;
  width: 940px; }
  .six-boxes-ctas-view .views-field {
    margin: 0 21px 21px 0; }
    .six-boxes-ctas-view .views-field .video-label {
      display: none; }

.image_caption,
.video.media-publications,
.featured_employee {
  width: 299px;
  height: 179px;
  position: relative;
  top: 0;
  left: 0; }

.overlay {
  position: absolute;
  bottom: 0;
  background: black;
  /* Fall-back for browsers that don't support rgba */
  background: rgba(0, 0, 0, 0.7);
  filter: alpha(opacity=80);
  padding: 12.5px 11px;
  width: 277px; }
  .overlay .wrap {
    max-height: 153px;
    overflow: hidden; }
  .overlay .title a {
    font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: block; }
  .overlay .title {
    font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    display: block; }
  .overlay .body {
    display: none; }
  .overlay .date,
  .overlay .employee-label {
    font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
    font-size: 10px;
    color: #47c2de;
    position: relative;
    top: -4px; }
  .overlay .overlay {
    position: absolute;
    bottom: 0;
    background: black;
    /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, 0.5);
    padding: 13px 11px;
    width: 277px; }
    .overlay .overlay .wrap {
      max-height: 153px;
      overflow: hidden; }
    .overlay .overlay .title a {
      font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      display: block; }
    .overlay .overlay .body {
      display: none; }
    .overlay .overlay .date {
      font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
      font-size: 10px;
      color: #47c2de; }
    .overlay .overlay .video {
      display: none; }

.video.media-publications .overlay {
  padding: 12px 11px; }
  .video.media-publications .overlay .wrap {
    max-height: 23px; }
  .video.media-publications .overlay .title {
    font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
    width: 218px;
    display: block;
    max-height: 48px; }
  .video.media-publications .overlay .date {
    display: none; }
  .video.media-publications .overlay .video-label {
    font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
    display: block;
    font-size: 10px;
    color: #47c2de;
    text-transform: uppercase; }
  .video.media-publications .overlay .video {
    display: inline-block;
    text-indent: -99999px;
    background: transparent url("../images/icon-play-video.png") no-repeat;
    width: 47px;
    height: 48px;
    position: absolute;
    bottom: 0;
    right: 0; }

.image_text {
  width: 299px;
  height: 179px;
  position: relative; }
  .image_text img,
  .image_text .overlay {
    width: 299px;
    height: 179px;
    position: absolute;
    top: 0;
    left: 0; }
  .image_text .overlay {
    width: 277px;
    height: 153px;
    background: black;
    /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=50);
    padding: 13px 11px; }
    .image_text .overlay .wrap {
      width: 170px;
      position: absolute;
      bottom: 17px;
      left: 20px;
      max-height: 153px;
      overflow: hidden; }
    .image_text .overlay .title {
      font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
      font-size: 14px;
      color: #47c2de;
      text-transform: uppercase; }
      .image_text .overlay .title a {
        font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
        font-size: 14px;
        color: #47c2de;
        text-transform: uppercase;
        display: block; }
    .image_text .overlay .body {
      font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      display: block;
      line-height: 14px; }
      .image_text .overlay .body a {
        display: none; }
    .image_text .overlay .date {
      display: none; }
    .image_text .overlay .video {
      display: none; }

.report,
.tweet {
  width: 299px;
  height: 179px;
  position: relative;
  background: #00549f; }
  .report .overlay,
  .tweet .overlay {
    width: 245px;
    height: 127px;
    margin: 25px 27px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #47c2de;
    border-top: 1px solid #47c2de;
    background: none; }
    .report .overlay .wrap,
    .tweet .overlay .wrap {
      padding: 20px 0;
      position: relative;
      max-height: 75px;
      overflow: hidden; }
    .report .overlay .date,
    .tweet .overlay .date {
      display: none; }
    .report .overlay .title a,
    .tweet .overlay .title a {
      font-size: 12px;
      line-height: 16px;
      color: #fff;
      display: block;
      font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
      text-transform: none; }
    .report .overlay .body,
    .tweet .overlay .body {
      font-family: Arial;
      font-weight: normal;
      font-size: 12px;
      color: #fff;
      display: block;
      line-height: 18px; }
      .report .overlay .body a,
      .tweet .overlay .body a {
        color: #47c2de;
        font-style: italic; }
    .report .overlay .pub-type,
    .tweet .overlay .pub-type {
      background: url("../images/icon-publication-cta.png") no-repeat;
      width: 158px;
      height: 27px;
      position: absolute;
      top: -14px;
      display: block;
      margin-left: -72px;
      left: 50%; }
    .report .overlay .video,
    .tweet .overlay .video {
      display: none; }

.feed-icon {
  display: none; }

.tweet img {
  display: none; }
.tweet .overlay {
  margin: 25px 17px; }
  .tweet .overlay .body {
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif; }
  .tweet .overlay .pub-type {
    background: url("../images/icon-twitter-cta.png") no-repeat;
    width: 41px;
    height: 27px;
    position: absolute;
    top: -14px;
    display: block;
    margin-left: -20.5px;
    left: 50%; }

.view-id-home_6_boxes_view {
  clear: both; }
  .view-id-home_6_boxes_view .view-content {
    clear: both;
    overflow: hidden; }
    .view-id-home_6_boxes_view .view-content > div.views-row {
      float: left; }
      .view-id-home_6_boxes_view .view-content > div.views-row .field-content .v-youtube {
        display: none; }
      .view-id-home_6_boxes_view .view-content > div.views-row .field-content .price, .view-id-home_6_boxes_view .view-content > div.views-row .field-content .cover, .view-id-home_6_boxes_view .view-content > div.views-row .field-content .readmore {
        display: none; }
      .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.video {
        width: 299px;
        height: 179px;
        position: relative;
        top: 0;
        left: 0; }
        .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.video .overlay {
          overflow: hidden;
          padding: 8.5px 11px 9px; }
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.video .overlay .price, .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.video .overlay .cover, .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.video .overlay .readmore {
            display: none; }
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.video .overlay .wrap {
            max-height: 30px; }
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.video .overlay .date {
            display: none; }
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.video .overlay .video-label {
            font-family: 'HelveticaNeueW01-75Bold';
            display: block;
            font-size: 10px;
            color: #47c2de;
            text-transform: uppercase;
            margin-left: 3px; }
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.video .overlay .title {
            width: 238px;
            margin-left: 2px;
            line-height: 16px\9; }
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.video .overlay .video {
            display: inline-block;
            font-size: 0;
            background: transparent url("../images/icon-play-video.png") no-repeat;
            width: 47px;
            height: 48px;
            position: absolute;
            bottom: 0;
            right: 0; }
      .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication,
      .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.featured_job,
      .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.report {
        position: relative;
        width: 299px;
        height: 179px;
        background: #00549f; }
        .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication > img,
        .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.featured_job > img,
        .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.report > img {
          display: none; }
        .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .overlay,
        .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.featured_job .overlay,
        .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.report .overlay {
          height: 107px;
          width: 239px;
          margin: 26px 30px;
          position: absolute;
          top: 0;
          left: 0;
          border-bottom: 1px solid #47c2de;
          border-top: 1px solid #47c2de;
          background: none;
          padding: 12.5px 0; }
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .overlay .wrap,
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.featured_job .overlay .wrap,
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.report .overlay .wrap {
            padding: 15px 0;
            position: relative;
            max-height: 75px;
            overflow: hidden; }
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .overlay .date,
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.featured_job .overlay .date,
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.report .overlay .date {
            display: none; }
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .overlay .title a,
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.featured_job .overlay .title a,
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.report .overlay .title a {
            font-size: 12px;
            line-height: 16px;
            color: #fff;
            display: block;
            font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
            text-transform: none; }
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .overlay .body,
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.featured_job .overlay .body,
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.report .overlay .body {
            font-family: Arial;
            font-weight: normal;
            font-size: 12px;
            color: #fff;
            display: block;
            line-height: 18px; }
            .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .overlay .body a,
            .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.featured_job .overlay .body a,
            .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.report .overlay .body a {
              color: #47c2de;
              font-style: italic; }
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .overlay .pub-type,
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.featured_job .overlay .pub-type,
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.report .overlay .pub-type {
            background: url("../images/icon-publication-cta.png") no-repeat;
            width: 158px;
            height: 27px;
            position: absolute;
            top: -13px;
            display: block;
            margin-left: -75px;
            left: 50%; }
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .overlay .video,
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.featured_job .overlay .video,
          .view-id-home_6_boxes_view .view-content > div.views-row .field-content div.report .overlay .video {
            display: none; }
      .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .cover {
        display: block;
        padding: 48px 10px 10px 14px;
        max-width: 84px;
        max-height: 119px;
        z-index: 9999;
        position: relative; }
        .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .cover img {
          max-width: 84px;
          max-height: 119px;
          box-shadow: -1px 1px 20px -3px #000;
          -webkit-box-shadow: -1px 1px 20px -3px #000;
          -moz-box-shadow: -1px 1px 20px -3px #000; }
      .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .overlay .wrap {
        width: 66%;
        float: right; }
        .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .overlay .wrap .price, .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .overlay .wrap .readmore {
          display: block;
          color: #47c2de;
          font-size: 12px;
          margin-bottom: 10px;
          font-family: "HelveticaNeueW01-75Bold", arial, sans-serif; }
        .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.publication .overlay .wrap .body {
          height: 37px;
          overflow: hidden; }
      .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.report.annual-report .overlay .pub-type {
        background: url("../images/icon-anual-report-cta.png") no-repeat;
        width: 143px;
        height: 27px;
        margin-left: -71.5px; }
      .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.report.quarterly-report .overlay .pub-type {
        background: url("../images/icon-quaterly-report-cta.png") no-repeat;
        width: 153px;
        height: 27px;
        margin-left: -76.5px; }
      .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.featured_job .overlay .pub-type {
        background: url("../images/icon-featured-job-cta.png") no-repeat; }
      .view-id-home_6_boxes_view .view-content > div.views-row .field-content > div.featured_job .overlay .wrap .job-location {
        display: block;
        font-family: Arial;
        font-size: 12px;
        color: #fff; }
    .view-id-home_6_boxes_view .view-content .views-row-1 {
      /*margin-left: 320px;*/ }
    .view-id-home_6_boxes_view .view-content .views-row-3 .views-field-nothing {
      margin: 0 0px 21px 21px; }
    .view-id-home_6_boxes_view .view-content .views-row-2 .views-field,
    .view-id-home_6_boxes_view .view-content .views-row-5 .views-field {
      margin-right: 0; }
  .view-id-home_6_boxes_view .video .rollover, .view-id-home_6_boxes_view .image_caption .rollover, .view-id-home_6_boxes_view .image_text .rollover, .view-id-home_6_boxes_view .featured_employee .rollover {
    background: #fff;
    height: 179px;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 299px;
    z-index: 9;
    filter: alpha(opacity=0);
    cursor: pointer; }
  .view-id-home_6_boxes_view .tweet .overlay {
    margin: 25px 17px 0;
    height: 108px;
    border-bottom: 1px solid #47c2de; }
  .view-id-home_6_boxes_view a.video {
    display: none; }
  .view-id-home_6_boxes_view div.video a.video {
    display: inline-block; }
  .view-id-home_6_boxes_view .cta-url-page {
    display: none; }
  .view-id-home_6_boxes_view .image_caption .overlay,
  .view-id-home_6_boxes_view .featured_employee .overlay {
    padding: 8.5px 11px; }
    .view-id-home_6_boxes_view .image_caption .overlay .wrap,
    .view-id-home_6_boxes_view .featured_employee .overlay .wrap {
      max-height: 50px; }
      .view-id-home_6_boxes_view .image_caption .overlay .wrap .title,
      .view-id-home_6_boxes_view .featured_employee .overlay .wrap .title {
        height: 24px;
        line-height: 12px;
        position: relative;
        top: -6px; }
  .view-id-home_6_boxes_view .featured_employee .overlay {
    padding: 11.5px 11px; }
    .view-id-home_6_boxes_view .featured_employee .overlay .wrap {
      overflow: inherit; }
    .view-id-home_6_boxes_view .featured_employee .overlay .date {
      display: none; }
    .view-id-home_6_boxes_view .featured_employee .overlay .employee-label {
      display: block; }

.ctas-careers .view-id-home_6_boxes_view {
  margin: 0 auto 87px;
  margin-bottom: 69\9;
  width: 940px; }
  .ctas-careers .view-id-home_6_boxes_view .view-header .separator-section {
    background: url("../images/simple-divider-section.png") no-repeat scroll center transparent;
    clear: both;
    display: block;
    height: 42px;
    margin: 0 auto 52px;
    width: 95%; }
  .ctas-careers .view-id-home_6_boxes_view .view-content {
    margin: 0 auto;
    width: 940px; }
    .ctas-careers .view-id-home_6_boxes_view .view-content .employee-label, .ctas-careers .view-id-home_6_boxes_view .view-content .job-location {
      display: none; }
    .ctas-careers .view-id-home_6_boxes_view .view-content .featured_employee .employee-label {
      display: block;
      margin: 0;
      text-transform: uppercase; }
    .ctas-careers .view-id-home_6_boxes_view .view-content .views-row-1 {
      margin-left: 0; }
    .ctas-careers .view-id-home_6_boxes_view .view-content .views-row-2 .views-field {
      margin-right: 21px; }
    .ctas-careers .view-id-home_6_boxes_view .view-content .views-row-3 .views-field {
      margin-right: 0; }
.ctas-careers.ctas-wpp .view-id-home_6_boxes_view .view-header .separator-section {
  margin: 60px auto; }
.ctas-careers.ctas-wpp .view-id-home_6_boxes_view .view-content {
  width: 624px; }
  .ctas-careers.ctas-wpp .view-id-home_6_boxes_view .view-content .views-row-last .views-field-nothing {
    margin-right: 0; }

.groupm-tw {
  margin: 0 auto;
  width: 940px;
  position: relative; }
  .groupm-tw .block-title {
    display: none; }
  .groupm-tw #twitter-widget-0 {
    display: block;
    background-position: center 13px;
    border-bottom: 1px solid #47c2de !important;
    padding-top: 4px;
    height: 137px;
    width: 259px; }
  .groupm-tw > div.content {
    margin-top: 49px;
    position: absolute;
    z-index: 9;
    background: url("../images/bg-groupm-tw.png") center 13px no-repeat #00549f;
    padding: 28px 20px 13px 20px;
    width: 259px;
    right: 0;
    top: 200px; }

/* 5.3. Partners
------------------------------------------------ */
.partners #page-title {
  display: none; }

.partners-header-image .views-field-field-basic-image {
  text-align: center;
  width: 100%;
  min-width: 960px;
  overflow: hidden;
  margin: 0 auto;
  height: 337px; }
  .partners-header-image .views-field-field-basic-image img {
    width: 1400px;
    height: auto;
    max-width: 1400px;
    margin: 0 auto; }
.partners-header-image .views-field-body {
  width: 940px;
  margin: 0 auto;
  position: relative;
  height: 0; }
  .partners-header-image .views-field-body .field-content {
    position: absolute;
    top: -266px;
    font-size: 19px;
    color: #FFF;
    left: -33px;
    width: 570px;
    line-height: 28px;
    text-align: left; }

.partners-header #sticky-wrapper .green-nav ul li {
  width: 175px; }
  .partners-header #sticky-wrapper .green-nav ul li:last-child, .partners-header #sticky-wrapper .green-nav ul li.views-row-last {
    width: 236px; }

.partners-page-view {
  max-width: 940px;
  margin: 0 auto;
  text-align: center; }
  .partners-page-view .view-content {
    width: 660px;
    margin: 0 auto; }
    .partners-page-view .view-content h3:not(.title) {
      background: transparent url("../images/divider-section-partners.png") no-repeat;
      width: 1059px;
      height: 42px;
      display: block;
      margin: 68px 0 82px -190px; }
    .partners-page-view .view-content h3:first-child {
      background: none;
      margin: 20px 0; }
    .partners-page-view .view-content .title,
    .partners-page-view .view-content .sub {
      font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
      font-weight: normal;
      font-size: 36px;
      line-height: 31px;
      color: #f47e36; }
    .partners-page-view .view-content .sub {
      color: #333; }
    .partners-page-view .view-content .body {
      font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
      font-weight: normal;
      font-size: 18px;
      line-height: 31px;
      color: #343434;
      text-align: left;
      margin-bottom: 40px; }

.company-partner {
  width: 316px;
  display: inline-block;
  margin-bottom: 45px; }
  .company-partner .partners-company-body-field {
    font-size: 14px;
    margin: 10px 20px; }

/* 5.0. navigation sticky menu to be used on several pages
------------------------------------------------------------- */
#sticky-wrapper {
  height: 65px;
  width: 940px;
  margin: 0 auto;
  z-index: 999;
  position: relative; }
  #sticky-wrapper .green-nav {
    position: fixed;
    height: 65px;
    width: 940px;
    margin: 0 auto;
    overflow: hidden; }
    #sticky-wrapper .green-nav ul,
    #sticky-wrapper .green-nav ul.our-menu-item {
      margin: 0;
      padding: 0;
      height: 55px; }
      #sticky-wrapper .green-nav ul li,
      #sticky-wrapper .green-nav ul.our-menu-item li {
        float: left;
        display: block;
        height: 55px;
        width: 232px;
        text-align: center;
        margin: 0 0 8px 0; }
        #sticky-wrapper .green-nav ul li .row-inner,
        #sticky-wrapper .green-nav ul.our-menu-item li .row-inner {
          border-left: 1px solid #d3d3d3;
          margin-top: 0; }
          #sticky-wrapper .green-nav ul li .row-inner .views-field,
          #sticky-wrapper .green-nav ul.our-menu-item li .row-inner .views-field {
            margin-top: auto;
            height: 55px;
            border-left: 1px solid #FFF;
            background: #EFEFEF;
            border-right: 1px solid #FFF;
            width: auto; }
      #sticky-wrapper .green-nav ul li:hover:first-child,
      #sticky-wrapper .green-nav ul li.active:first-child,
      #sticky-wrapper .green-nav ul li.active-trail:first-child,
      #sticky-wrapper .green-nav ul li:first-child,
      #sticky-wrapper .green-nav ul li:first-child .our-menu-item,
      #sticky-wrapper .green-nav ul li:first-child a,
      #sticky-wrapper .green-nav ul.our-menu-item li:hover:first-child,
      #sticky-wrapper .green-nav ul.our-menu-item li.active:first-child,
      #sticky-wrapper .green-nav ul.our-menu-item li.active-trail:first-child,
      #sticky-wrapper .green-nav ul.our-menu-item li:first-child,
      #sticky-wrapper .green-nav ul.our-menu-item li:first-child .our-menu-item,
      #sticky-wrapper .green-nav ul.our-menu-item li:first-child a {
        border-left: none; }
        #sticky-wrapper .green-nav ul li:hover:first-child .row-inner,
        #sticky-wrapper .green-nav ul li.active:first-child .row-inner,
        #sticky-wrapper .green-nav ul li.active-trail:first-child .row-inner,
        #sticky-wrapper .green-nav ul li:first-child .row-inner,
        #sticky-wrapper .green-nav ul li:first-child .our-menu-item .row-inner,
        #sticky-wrapper .green-nav ul li:first-child a .row-inner,
        #sticky-wrapper .green-nav ul.our-menu-item li:hover:first-child .row-inner,
        #sticky-wrapper .green-nav ul.our-menu-item li.active:first-child .row-inner,
        #sticky-wrapper .green-nav ul.our-menu-item li.active-trail:first-child .row-inner,
        #sticky-wrapper .green-nav ul.our-menu-item li:first-child .row-inner,
        #sticky-wrapper .green-nav ul.our-menu-item li:first-child .our-menu-item .row-inner,
        #sticky-wrapper .green-nav ul.our-menu-item li:first-child a .row-inner {
          border-left: none; }
          #sticky-wrapper .green-nav ul li:hover:first-child .row-inner .views-field,
          #sticky-wrapper .green-nav ul li.active:first-child .row-inner .views-field,
          #sticky-wrapper .green-nav ul li.active-trail:first-child .row-inner .views-field,
          #sticky-wrapper .green-nav ul li:first-child .row-inner .views-field,
          #sticky-wrapper .green-nav ul li:first-child .our-menu-item .row-inner .views-field,
          #sticky-wrapper .green-nav ul li:first-child a .row-inner .views-field,
          #sticky-wrapper .green-nav ul.our-menu-item li:hover:first-child .row-inner .views-field,
          #sticky-wrapper .green-nav ul.our-menu-item li.active:first-child .row-inner .views-field,
          #sticky-wrapper .green-nav ul.our-menu-item li.active-trail:first-child .row-inner .views-field,
          #sticky-wrapper .green-nav ul.our-menu-item li:first-child .row-inner .views-field,
          #sticky-wrapper .green-nav ul.our-menu-item li:first-child .our-menu-item .row-inner .views-field,
          #sticky-wrapper .green-nav ul.our-menu-item li:first-child a .row-inner .views-field {
            border-left: none; }
      #sticky-wrapper .green-nav ul li:last-child,
      #sticky-wrapper .green-nav ul li.views-row-last,
      #sticky-wrapper .green-nav ul.our-menu-item li:last-child,
      #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last {
        width: 240px; }
        #sticky-wrapper .green-nav ul li:last-child .row-inner .views-field,
        #sticky-wrapper .green-nav ul li.views-row-last .row-inner .views-field,
        #sticky-wrapper .green-nav ul.our-menu-item li:last-child .row-inner .views-field,
        #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last .row-inner .views-field {
          border-right: none; }
      #sticky-wrapper .green-nav ul li:hover,
      #sticky-wrapper .green-nav ul li.active,
      #sticky-wrapper .green-nav ul li.active-trail,
      #sticky-wrapper .green-nav ul.our-menu-item li:hover,
      #sticky-wrapper .green-nav ul.our-menu-item li.active,
      #sticky-wrapper .green-nav ul.our-menu-item li.active-trail {
        background: url("../images/why_gm-nav-bg.png") no-repeat center bottom transparent;
        padding-bottom: 8px;
        margin-bottom: 0; }
        #sticky-wrapper .green-nav ul li:hover .row-inner,
        #sticky-wrapper .green-nav ul li.active .row-inner,
        #sticky-wrapper .green-nav ul li.active-trail .row-inner,
        #sticky-wrapper .green-nav ul.our-menu-item li:hover .row-inner,
        #sticky-wrapper .green-nav ul.our-menu-item li.active .row-inner,
        #sticky-wrapper .green-nav ul.our-menu-item li.active-trail .row-inner {
          display: block;
          overflow: hidden;
          /*border-color: #FFF;*/ }
          #sticky-wrapper .green-nav ul li:hover .row-inner .views-field,
          #sticky-wrapper .green-nav ul li.active .row-inner .views-field,
          #sticky-wrapper .green-nav ul li.active-trail .row-inner .views-field,
          #sticky-wrapper .green-nav ul.our-menu-item li:hover .row-inner .views-field,
          #sticky-wrapper .green-nav ul.our-menu-item li.active .row-inner .views-field,
          #sticky-wrapper .green-nav ul.our-menu-item li.active-trail .row-inner .views-field {
            /*border-left: 1px solid $orange;
            border-right: 1px solid $orange;*/ }
      #sticky-wrapper .green-nav ul li:hover a,
      #sticky-wrapper .green-nav ul li.active a,
      #sticky-wrapper .green-nav ul li.active-trail a,
      #sticky-wrapper .green-nav ul.our-menu-item li:hover a,
      #sticky-wrapper .green-nav ul.our-menu-item li.active a,
      #sticky-wrapper .green-nav ul.our-menu-item li.active-trail a {
        color: white;
        cursor: pointer;
        text-decoration: none;
        background: #f47e36;
        height: 40px;
        border-right: 1px solid #FFF; }
        #sticky-wrapper .green-nav ul li:hover a img,
        #sticky-wrapper .green-nav ul li.active a img,
        #sticky-wrapper .green-nav ul li.active-trail a img,
        #sticky-wrapper .green-nav ul.our-menu-item li:hover a img,
        #sticky-wrapper .green-nav ul.our-menu-item li.active a img,
        #sticky-wrapper .green-nav ul.our-menu-item li.active-trail a img {
          opacity: 1;
          /*filter: alpha(opacity=100);*/ }
      #sticky-wrapper .green-nav ul li a,
      #sticky-wrapper .green-nav ul.our-menu-item li a {
        color: #414141;
        /*border: 1px solid #fff;*/
        display: block;
        height: 73%;
        padding-top: 15px;
        width: 232px;
        line-height: 28px; }
        #sticky-wrapper .green-nav ul li a:hover,
        #sticky-wrapper .green-nav ul.our-menu-item li a:hover {
          text-decoration: none; }
        #sticky-wrapper .green-nav ul li a img,
        #sticky-wrapper .green-nav ul.our-menu-item li a img {
          max-width: 120px;
          height: auto;
          max-height: 36px;
          width: auto; }
  #sticky-wrapper .green-nav.sticky {
    position: fixed;
    top: 84px;
    z-index: 99; }
  #sticky-wrapper .green-nav.no-sticky {
    position: static;
    /*margin-top: -4px;*/ }

/* 5.1. Why Group M
------------------------------------------------ */
.ie9.section-about-groupm .view .row-inner .views-field-field-image-description .footer-image-description-inner {
  max-height: 230px;
  height: 230px; }

.section-about-groupm {
  /*force second line with a width*/
  /*fix for the carousel*/ }
  .section-about-groupm .our_leaders_are_media_pioneers .view .row-inner .views-field-body .footer-image-description-inner.is-quote-yes.left {
    left: -110px; }
  .section-about-groupm .we_lead_the_way_in_technology__we_also_own_the_technology .view .row-inner .views-field-title-field .field-content {
    width: 490px;
    margin-left: 0; }
  .section-about-groupm .view-footer {
    overflow: hidden;
    z-index: 9999; }
  .section-about-groupm #sticky-wrapper {
    height: 0; }
    .section-about-groupm #sticky-wrapper .green-nav ul li,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li {
      /*width: 232px;*/
      width: 313px; }
      .section-about-groupm #sticky-wrapper .green-nav ul li .row-inner,
      .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li .row-inner {
        /*width: 232px;*/
        width: 313px; }
        .section-about-groupm #sticky-wrapper .green-nav ul li .row-inner .views-field,
        .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li .row-inner .views-field {
          margin-bottom: 0; }
        .section-about-groupm #sticky-wrapper .green-nav ul li .row-inner a,
        .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li .row-inner a {
          width: 313px;
          padding-bottom: 12px; }
    .section-about-groupm #sticky-wrapper .green-nav ul li.active .row-inner,
    .section-about-groupm #sticky-wrapper .green-nav ul li:hover .row-inner,
    .section-about-groupm #sticky-wrapper .green-nav ul li.active-trail .row-inner,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.active .row-inner,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li:hover .row-inner,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.active-trail .row-inner {
      /*width: 232px;*/ }
    .section-about-groupm #sticky-wrapper .green-nav ul li.active a,
    .section-about-groupm #sticky-wrapper .green-nav ul li:hover a,
    .section-about-groupm #sticky-wrapper .green-nav ul li.active-trail a,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.active a,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li:hover a,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.active-trail a {
      padding-bottom: 0px; }
    .section-about-groupm #sticky-wrapper .green-nav ul li:last-child.active .views-field,
    .section-about-groupm #sticky-wrapper .green-nav ul li:last-child:hover .views-field,
    .section-about-groupm #sticky-wrapper .green-nav ul li:last-child.active-trail .views-field,
    .section-about-groupm #sticky-wrapper .green-nav ul li.views-row-last.active .views-field,
    .section-about-groupm #sticky-wrapper .green-nav ul li.views-row-last:hover .views-field,
    .section-about-groupm #sticky-wrapper .green-nav ul li.views-row-last.active-trail .views-field,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li:last-child.active .views-field,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li:last-child:hover .views-field,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li:last-child.active-trail .views-field,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last.active .views-field,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last:hover .views-field,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last.active-trail .views-field {
      border-left-color: #f47e36; }
      .section-about-groupm #sticky-wrapper .green-nav ul li:last-child.active .views-field a,
      .section-about-groupm #sticky-wrapper .green-nav ul li:last-child:hover .views-field a,
      .section-about-groupm #sticky-wrapper .green-nav ul li:last-child.active-trail .views-field a,
      .section-about-groupm #sticky-wrapper .green-nav ul li.views-row-last.active .views-field a,
      .section-about-groupm #sticky-wrapper .green-nav ul li.views-row-last:hover .views-field a,
      .section-about-groupm #sticky-wrapper .green-nav ul li.views-row-last.active-trail .views-field a,
      .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li:last-child.active .views-field a,
      .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li:last-child:hover .views-field a,
      .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li:last-child.active-trail .views-field a,
      .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last.active .views-field a,
      .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last:hover .views-field a,
      .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last.active-trail .views-field a {
        /*width: 242px;*/ }
    .section-about-groupm #sticky-wrapper .green-nav ul li:last-child,
    .section-about-groupm #sticky-wrapper .green-nav ul li.views-row-last,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li:last-child,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last {
      /*width: 243px;*/ }
      .section-about-groupm #sticky-wrapper .green-nav ul li:last-child .row-inner,
      .section-about-groupm #sticky-wrapper .green-nav ul li.views-row-last .row-inner,
      .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li:last-child .row-inner,
      .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last .row-inner {
        /*width: 243px;*/ }
        .section-about-groupm #sticky-wrapper .green-nav ul li:last-child .row-inner .views-field,
        .section-about-groupm #sticky-wrapper .green-nav ul li.views-row-last .row-inner .views-field,
        .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li:last-child .row-inner .views-field,
        .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last .row-inner .views-field {
          /*width: 242px;*/
          border-left: 1px solid #FFF; }
          .section-about-groupm #sticky-wrapper .green-nav ul li:last-child .row-inner .views-field a,
          .section-about-groupm #sticky-wrapper .green-nav ul li.views-row-last .row-inner .views-field a,
          .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li:last-child .row-inner .views-field a,
          .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last .row-inner .views-field a {
            /*width: 242px;*/ }
    .section-about-groupm #sticky-wrapper .green-nav ul li:first-child .views-field a,
    .section-about-groupm #sticky-wrapper .green-nav ul li.views-row-first .views-field a,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li:first-child .views-field a,
    .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.views-row-first .views-field a {
      /*width: 231px;*/ }
  .section-about-groupm #page-title {
    display: none; }
  .section-about-groupm .field-type-image {
    text-align: center;
    width: 100%;
    min-width: 960px;
    overflow: hidden;
    margin: 0 auto;
    height: 298px;
    background: #EFEFEF; }
    .section-about-groupm .field-type-image img {
      width: 1400px;
      height: auto;
      max-width: 1400px;
      margin: 0 auto;
      display: block; }
  .section-about-groupm .field-name-field-image-description {
    position: relative;
    width: 940px;
    margin: 0 auto; }
    .section-about-groupm .field-name-field-image-description .field-item {
      position: absolute;
      top: -251px;
      font-size: 29px;
      max-height: 250px;
      left: -1px;
      line-height: 43px;
      color: #FFF; }
      .section-about-groupm .field-name-field-image-description .field-item h1, .section-about-groupm .field-name-field-image-description .field-item h2, .section-about-groupm .field-name-field-image-description .field-item h3, .section-about-groupm .field-name-field-image-description .field-item h4, .section-about-groupm .field-name-field-image-description .field-item h5, .section-about-groupm .field-name-field-image-description .field-item h6 {
        margin: 0 0 13px 0; }
      .section-about-groupm .field-name-field-image-description .field-item p, .section-about-groupm .field-name-field-image-description .field-item span, .section-about-groupm .field-name-field-image-description .field-item articule, .section-about-groupm .field-name-field-image-description .field-item div {
        font-size: 18px;
        margin: 0;
        line-height: 28px;
        max-width: 520px; }
  .section-about-groupm .view.view-cta-team-and-leaders-display,
  .section-about-groupm .view .views-field {
    width: 940px;
    margin: 0 auto;
    margin-bottom: 75px; }
  .section-about-groupm .view .jcarousel-skin-default {
    text-align: inherit; }
  .section-about-groupm .view .row-inner {
    margin-top: -66px; }
    .section-about-groupm .view .row-inner .view .row-inner {
      margin: auto; }
    .section-about-groupm .view .row-inner .field-type-image img {
      width: 1400px;
      height: auto;
      max-width: 1400px;
      margin: 0 auto; }
    .section-about-groupm .view .row-inner .views-field-field-hero-image img {
      height: 348px; }
    .section-about-groupm .view .row-inner .views-field.views-field-field-footer-image,
    .section-about-groupm .view .row-inner .views-field.views-field-field-basic-image,
    .section-about-groupm .view .row-inner .views-field.views-field-field-header-image,
    .section-about-groupm .view .row-inner .views-field.views-field-field-hero-image,
    .section-about-groupm .view .row-inner .field-type-image {
      text-align: center;
      width: 100%;
      min-width: 960px;
      overflow: hidden;
      margin: 0 auto;
      background: #EFEFEF;
      height: 348px; }
    .section-about-groupm .view .row-inner .views-field-field-image-description,
    .section-about-groupm .view .row-inner .views-field-body {
      width: 940px;
      margin: 0 auto;
      position: relative; }
      .section-about-groupm .view .row-inner .views-field-field-image-description .footer-image-description-inner,
      .section-about-groupm .view .row-inner .views-field-body .footer-image-description-inner {
        position: absolute;
        top: 20px;
        color: white;
        left: 10px;
        letter-spacing: 1px;
        max-height: 220px;
        overflow: hidden;
        width: 524px;
        height: 220px; }
        .section-about-groupm .view .row-inner .views-field-field-image-description .footer-image-description-inner.is-quote-no,
        .section-about-groupm .view .row-inner .views-field-body .footer-image-description-inner.is-quote-no {
          top: 68px; }
        .section-about-groupm .view .row-inner .views-field-field-image-description .footer-image-description-inner.is-quote-yes,
        .section-about-groupm .view .row-inner .views-field-body .footer-image-description-inner.is-quote-yes {
          top: 50px;
          padding-top: 30px; }
        .section-about-groupm .view .row-inner .views-field-field-image-description .footer-image-description-inner p,
        .section-about-groupm .view .row-inner .views-field-body .footer-image-description-inner p {
          font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
          font-size: 30px;
          padding: 0px;
          margin: 4px;
          max-height: 386px;
          overflow: hidden; }
        .section-about-groupm .view .row-inner .views-field-field-image-description .footer-image-description-inner .extra-information,
        .section-about-groupm .view .row-inner .views-field-body .footer-image-description-inner .extra-information {
          margin-top: -15px; }
        .section-about-groupm .view .row-inner .views-field-field-image-description .footer-image-description-inner .extra-information,
        .section-about-groupm .view .row-inner .views-field-field-image-description .footer-image-description-inner .extra-information p,
        .section-about-groupm .view .row-inner .views-field-body .footer-image-description-inner .extra-information,
        .section-about-groupm .view .row-inner .views-field-body .footer-image-description-inner .extra-information p {
          font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
          /*color: $orange;*/
          font-size: 14px;
          /*margin-left: 67px;*/ }
          .section-about-groupm .view .row-inner .views-field-field-image-description .footer-image-description-inner .extra-information span,
          .section-about-groupm .view .row-inner .views-field-field-image-description .footer-image-description-inner .extra-information p span,
          .section-about-groupm .view .row-inner .views-field-body .footer-image-description-inner .extra-information span,
          .section-about-groupm .view .row-inner .views-field-body .footer-image-description-inner .extra-information p span {
            display: inherit;
            vertical-align: top;
            padding: 0; }
    .section-about-groupm .view .row-inner .is-quote-no .extra-information {
      display: none; }
    .section-about-groupm .view .row-inner .right.footer-image-description-inner {
      left: 500px;
      padding-top: 30px; }
    .section-about-groupm .view .row-inner .center.footer-image-description-inner {
      left: 244px;
      padding-top: 30px; }
    .section-about-groupm .view .row-inner .views-field-title-field,
    .section-about-groupm .view .row-inner .views-field-title {
      color: #f47e36;
      font-size: 36px;
      font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
      margin-bottom: 0; }
      .section-about-groupm .view .row-inner .views-field-title-field .field-content,
      .section-about-groupm .view .row-inner .views-field-title .field-content {
        padding: 0 58px; }
    .section-about-groupm .view .row-inner .views-field-body {
      color: #6a6a6a;
      font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
      font-size: 18px;
      font-weight: normal;
      line-height: 32px;
      margin-bottom: 75px; }
    .section-about-groupm .view .row-inner .views-field-body p,
    .section-about-groupm .view .row-inner .views-field-body span,
    .section-about-groupm .view .row-inner .views-field-title span,
    .section-about-groupm .view .row-inner .views-field-title a {
      padding: 0 60px;
      display: block;
      margin-top: 12px; }
  .section-about-groupm #block-views-why-group-m-view-block .view .views-row .row-inner {
    padding-top: 210px; }
    .section-about-groupm #block-views-why-group-m-view-block .view .views-row .row-inner .row-inner {
      padding-top: 0; }
  .section-about-groupm #block-views-why-group-m-view-block .view .views-row-1 .row-inner .row-inner {
    padding-top: 0; }
  .section-about-groupm #block-views-why-group-m-view-block-2 {
    margin-top: -5px; }
  .section-about-groupm .block-team-leaders {
    overflow: hidden; }
    .section-about-groupm .block-team-leaders .views-row {
      width: 220px;
      height: 200px;
      overflow: hidden;
      float: left;
      background: #EEE;
      margin-top: 10px;
      margin-bottom: 10px;
      position: relative; }
      .section-about-groupm .block-team-leaders .views-row .main-headshot {
        cursor: pointer; }
        .section-about-groupm .block-team-leaders .views-row .main-headshot img {
          width: auto;
          height: auto;
          max-width: auto;
          margin: auto; }
      .section-about-groupm .block-team-leaders .views-row .main-headshot-rollover {
        position: absolute;
        top: 0;
        display: block;
        height: 200px;
        width: 221px;
        cursor: pointer;
        z-index: 10;
        background: #fff;
        opacity: 0;
        filter: alpha(opacity=0); }
      .section-about-groupm .block-team-leaders .views-row .link-trigger {
        background: #000;
        text-decoration: none;
        min-height: 50px;
        display: none;
        max-height: 70px;
        top: 152px;
        color: #FFF;
        position: absolute;
        width: 100%;
        padding-left: 5px;
        opacity: 0.8;
        filter: alpha(opacity=80); }
        .section-about-groupm .block-team-leaders .views-row .link-trigger .user-title-preview {
          display: block;
          margin-top: 5px;
          text-transform: uppercase; }
        .section-about-groupm .block-team-leaders .views-row .link-trigger .user-role-preview {
          display: block;
          font-size: 10px;
          color: #9c9c9c;
          text-align: left; }
      .section-about-groupm .block-team-leaders .views-row #to-show {
        display: none; }
      .section-about-groupm .block-team-leaders .views-row .to-hide div#left .contact {
        width: 220px; }
    .section-about-groupm .block-team-leaders .views-row:nth-child(4n+2) {
      margin-left: 20px;
      margin-right: 10px; }
    .section-about-groupm .block-team-leaders .views-row:nth-child(4n+3) {
      margin-left: 10px;
      margin-right: 20px; }
    .section-about-groupm .block-team-leaders .team-leaders-footer-image {
      overflow: hidden; }
  .section-about-groupm #sb-container {
    z-index: 999999; }
    .section-about-groupm #sb-container #sb-wrapper #sb-info {
      position: absolute;
      top: -10px;
      right: -30px;
      height: 34px;
      width: 34px; }
      .section-about-groupm #sb-container #sb-wrapper #sb-info #sb-nav-close {
        background-image: url("../images/x-close.png");
        height: 34px;
        width: 34px; }
    .section-about-groupm #sb-container #sb-player {
      background: #FFF;
      border-top: 6px solid #f47e36;
      overflow: hidden; }
      .section-about-groupm #sb-container #sb-player #left {
        background: #EFEFEF;
        float: left;
        width: 36%;
        height: 435px;
        padding: 40px 0px 20px; }
        .section-about-groupm #sb-container #sb-player #left .headshot {
          margin: 0 auto 20px;
          width: 220px;
          height: 200px; }
          .section-about-groupm #sb-container #sb-player #left .headshot img {
            border: 1px solid #E1E1E1; }
        .section-about-groupm #sb-container #sb-player #left .contact {
          margin: 0 auto 10px;
          width: 220px; }
          .section-about-groupm #sb-container #sb-player #left .contact .contact-label {
            margin-right: 5px;
            text-transform: uppercase;
            font-size: 12px;
            display: block;
            line-height: 10px;
            color: #6a6a6a;
            font-family: "HelveticaNeueW01-55Roma", arial, sans-serif;
            margin-bottom: 5px; }
          .section-about-groupm #sb-container #sb-player #left .contact a {
            color: #f47e36;
            font-family: "HelveticaNeueW01-55Roma", arial, sans-serif;
            margin-top: 5px; }
        .section-about-groupm #sb-container #sb-player #left .social-links-user {
          margin: 0 auto 20px;
          width: 220px; }
          .section-about-groupm #sb-container #sb-player #left .social-links-user .content {
            display: inline-block; }
          .section-about-groupm #sb-container #sb-player #left .social-links-user a {
            background: url("../images/orannge-social-links.png") no-repeat transparent;
            display: block;
            float: left;
            height: 26px;
            text-indent: -9999px;
            width: 26px;
            margin: 10px 8px 0 0; }
          .section-about-groupm #sb-container #sb-player #left .social-links-user a.facebook {
            background-position: 0 0; }
          .section-about-groupm #sb-container #sb-player #left .social-links-user a.twitter {
            background-position: -34px 0; }
          .section-about-groupm #sb-container #sb-player #left .social-links-user a.linkedin {
            background-position: -68px 0; }
          .section-about-groupm #sb-container #sb-player #left .social-links-user a.youtube {
            background-position: -102px 0; }
      .section-about-groupm #sb-container #sb-player #right {
        float: left;
        padding: 5px 20px 20px;
        width: 58%;
        height: 81%;
        margin-top: 35px;
        overflow-y: scroll; }
        .section-about-groupm #sb-container #sb-player #right .user-title {
          margin: 0 0 8px 0;
          padding: 0;
          line-height: 23px;
          margin-bottom: 10px; }
          .section-about-groupm #sb-container #sb-player #right .user-title a {
            color: #f47e36;
            font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
            text-decoration: none; }
        .section-about-groupm #sb-container #sb-player #right .user-role {
          color: #6a6a6a; }
        .section-about-groupm #sb-container #sb-player #right .user-body p {
          color: #717171;
          font-size: 17px;
          margin: 20px 0 0;
          line-height: 24px; }
  .section-about-groupm .block-btn-go-top .content .btn-go-top {
    top: -400px; }
  .section-about-groupm .is-quote-yes {
    padding: 0; }
    .section-about-groupm .is-quote-yes .quote-yes-1 {
      margin-bottom: 220px;
      width: auto;
      height: auto;
      display: inline;
      margin-right: 0; }
    .section-about-groupm .is-quote-yes .quote-yes-2 {
      width: auto;
      height: auto;
      display: inline; }
  .section-about-groupm .big-image-headline-carousel > div.view-content {
    height: 348px; }
    .section-about-groupm .big-image-headline-carousel > div.view-content .jcarousel-container,
    .section-about-groupm .big-image-headline-carousel > div.view-content .jcarousel-clip-horizontal,
    .section-about-groupm .big-image-headline-carousel > div.view-content .jcarousel-item {
      height: 348px; }
  .section-about-groupm .big-image-headline-carousel .views-field {
    top: 6px; }

.ff.section-about-groupm {
  /*.view .row-inner .views-field-title-field,
  .view .row-inner .views-field-title {
  padding-left: 108px;
  }*/ }
  .ff.section-about-groupm #sb-container #sb-player #right {
    overflow: auto; }

.ie8.section-about-groupm .block-team-leaders .views-row {
  margin-right: 20px; }
  .ie8.section-about-groupm .block-team-leaders .views-row.views-row-jump {
    margin-right: 0; }

.ie8 .section-about-groupm #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last.active .views-field a {
  width: 242px; }

.ipad #sb-container {
  width: 100% !important;
  height: 100% !important; }

/* 5.2. Our Agencies
------------------------------------------------ */
.lading-agency {
  text-align: center;
  width: 100%;
  min-width: 960px;
  overflow: hidden;
  margin: 0 auto; }
  .lading-agency .views-field-field-main-image-some-image-page {
    background: #EFEFEF; }
    .lading-agency .views-field-field-main-image-some-image-page img {
      width: 1400px;
      max-width: 1400px;
      margin: 0 auto;
      display: block; }
  .lading-agency .views-field-nothing {
    position: relative;
    display: block;
    width: 950px;
    margin: 0 auto; }
    .lading-agency .views-field-nothing .field-content {
      position: absolute;
      left: 0;
      margin-top: 60px;
      width: 956px; }
    .lading-agency .views-field-nothing .info {
      width: 530px;
      text-align: left; }
      .lading-agency .views-field-nothing .info.center {
        margin: 0 auto; }
      .lading-agency .views-field-nothing .info.right {
        float: right; }
      .lading-agency .views-field-nothing .info .info-title {
        font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
        font-size: 45px;
        color: #fff;
        width: 530px;
        line-height: 43px; }
      .lading-agency .views-field-nothing .info .info-desc {
        font-family: arial, sans-serif;
        font-size: 17px;
        color: #fff;
        line-height: 27px;
        width: 500px;
        text-align: left;
        margin-top: 7px; }
        .lading-agency .views-field-nothing .info .info-desc p {
          font-family: arial, sans-serif;
          margin: 0; }

.section-global-agencies #sticky-wrapper .green-nav ul li, .explore_our_agencies #sticky-wrapper .green-nav ul li {
  width: 155px; }
.section-global-agencies #sticky-wrapper .green-nav ul li:last-child,
.section-global-agencies #sticky-wrapper .green-nav ul li.views-row-last, .explore_our_agencies #sticky-wrapper .green-nav ul li:last-child,
.explore_our_agencies #sticky-wrapper .green-nav ul li.views-row-last {
  width: 158px; }
.section-global-agencies #page-title.title, .explore_our_agencies #page-title.title {
  display: none; }
.section-global-agencies .field-name-field-main-image-some-image-page, .explore_our_agencies .field-name-field-main-image-some-image-page {
  text-align: center;
  width: 100%;
  min-width: 960px;
  overflow: hidden;
  margin: 0 auto; }
  .section-global-agencies .field-name-field-main-image-some-image-page img, .explore_our_agencies .field-name-field-main-image-some-image-page img {
    width: 1400px;
    height: auto;
    max-width: 1400px;
    margin: 0 auto; }
.section-global-agencies .field-name-field-main-image-description, .explore_our_agencies .field-name-field-main-image-description {
  width: 940px;
  margin: 0 auto;
  position: relative; }
  .section-global-agencies .field-name-field-main-image-description .field-item, .explore_our_agencies .field-name-field-main-image-description .field-item {
    position: absolute;
    top: -281px;
    left: 417px;
    width: 530px;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    height: 230px;
    overflow: hidden; }
.section-global-agencies .field-name-title-field, .explore_our_agencies .field-name-title-field {
  color: #f47e36;
  text-align: center;
  margin: 60px 0 15px;
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: normal; }
  .section-global-agencies .field-name-title-field .field-item, .explore_our_agencies .field-name-title-field .field-item {
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif; }
.section-global-agencies .field-name-field-subtible-paterns, .explore_our_agencies .field-name-field-subtible-paterns {
  text-align: center;
  font-size: 35.5px;
  width: 940px;
  margin: 0 auto 34px;
  display: none; }
.section-global-agencies .field-name-body, .explore_our_agencies .field-name-body {
  color: #333;
  font-size: 35.5px;
  margin: 0 auto 34px;
  text-align: center;
  width: 940px; }
  .section-global-agencies .field-name-body p, .explore_our_agencies .field-name-body p {
    margin: 0; }
.section-global-agencies .field-collection-container, .explore_our_agencies .field-collection-container {
  border: none; }
  .section-global-agencies .field-collection-container .field-name-field-extra-images, .explore_our_agencies .field-collection-container .field-name-field-extra-images {
    /*width: 960px;*/
    max-width: 720px;
    margin: 0 auto; }
    .section-global-agencies .field-collection-container .field-name-field-extra-images .even.field-item .field-collection-view-final, .explore_our_agencies .field-collection-container .field-name-field-extra-images .even.field-item .field-collection-view-final {
      display: none; }
    .section-global-agencies .field-collection-container .field-name-field-extra-images .even.field-item:first-child .field-collection-view-final, .explore_our_agencies .field-collection-container .field-name-field-extra-images .even.field-item:first-child .field-collection-view-final {
      display: block; }
    .section-global-agencies .field-collection-container .field-name-field-extra-images .field-item, .explore_our_agencies .field-collection-container .field-name-field-extra-images .field-item {
      float: left;
      width: 319px;
      margin: 0 20px;
      text-align: center; }
      .section-global-agencies .field-collection-container .field-name-field-extra-images .field-item .field-name-field-extra-image:hover img:hover, .explore_our_agencies .field-collection-container .field-name-field-extra-images .field-item .field-name-field-extra-image:hover img:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      .section-global-agencies .field-collection-container .field-name-field-extra-images .field-item .field-name-field-extra-image img, .explore_our_agencies .field-collection-container .field-name-field-extra-images .field-item .field-name-field-extra-image img {
        cursor: pointer; }
      .section-global-agencies .field-collection-container .field-name-field-extra-images .field-item .field-name-field-title-image, .explore_our_agencies .field-collection-container .field-name-field-extra-images .field-item .field-name-field-title-image {
        margin: 11px 0; }
        .section-global-agencies .field-collection-container .field-name-field-extra-images .field-item .field-name-field-title-image a, .explore_our_agencies .field-collection-container .field-name-field-extra-images .field-item .field-name-field-title-image a {
          text-decoration: none;
          color: #333;
          font-size: 32px; }
      .section-global-agencies .field-collection-container .field-name-field-extra-images .field-item .field-name-field-image-description-, .explore_our_agencies .field-collection-container .field-name-field-extra-images .field-item .field-name-field-image-description- {
        font-size: 12px;
        color: #676767;
        line-height: 17px;
        margin-bottom: 156px; }
    .section-global-agencies .field-collection-container .field-name-field-extra-images .field-collection-view, .explore_our_agencies .field-collection-container .field-name-field-extra-images .field-collection-view {
      border: none; }
      .section-global-agencies .field-collection-container .field-name-field-extra-images .field-collection-view .field-item, .explore_our_agencies .field-collection-container .field-name-field-extra-images .field-collection-view .field-item {
        float: none;
        background: none;
        width: auto;
        margin: auto; }
.section-global-agencies .footer, .explore_our_agencies .footer {
  margin-top: 132px; }

.companies-information {
  display: none; }

.companie-shadowbox {
  background: #FFF;
  padding: 10px;
  overflow: hidden; }
  .companie-shadowbox .left-col {
    float: left;
    display: inline;
    margin: 10px 24px 10px 10px; }
    .companie-shadowbox .left-col img {
      width: 150px;
      height: auto; }
  .companie-shadowbox .right-col {
    display: inline; }
    .companie-shadowbox .right-col p, .companie-shadowbox .right-col span, .companie-shadowbox .right-col li {
      font-size: 17px;
      line-height: 24px;
      color: #717171;
      text-align: justify; }
    .companie-shadowbox .right-col p {
      margin: 20px 0 0; }
    .companie-shadowbox .right-col .field-name-title-field {
      color: #f47e36;
      font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
      line-height: 23px;
      font-size: 24px; }

/* 5.3. Global Agencies
------------------------------------------------ */
/*
.ff .global-agencies  #main {
margin-bottom: 95px;
}*/
.chrome .global-agencies .block-btn-go-top .content .btn-go-top {
  top: -75px; }

.global-agencies,
.section-global-agencies {
 /*
#main {
margin-bottom: 100px;
}*/ }
  .global-agencies .title#page-title,
  .section-global-agencies .title#page-title {
    display: none; }
  .global-agencies #sticky-wrapper,
  .section-global-agencies #sticky-wrapper {
    height: 0px; }
    .global-agencies #sticky-wrapper .green-nav.global-agencies-scroll ul.our-menu-item li .opacity-image,
    .section-global-agencies #sticky-wrapper .green-nav.global-agencies-scroll ul.our-menu-item li .opacity-image {
      display: block; }
    .global-agencies #sticky-wrapper .green-nav.global-agencies-scroll ul.our-menu-item li.active .opacity-image,
    .section-global-agencies #sticky-wrapper .green-nav.global-agencies-scroll ul.our-menu-item li.active .opacity-image {
      display: none; }
    .global-agencies #sticky-wrapper .green-nav.global-agencies-scroll ul.our-menu-item li a:hover .opacity-image,
    .section-global-agencies #sticky-wrapper .green-nav.global-agencies-scroll ul.our-menu-item li a:hover .opacity-image {
      display: none !important; }
    .global-agencies #sticky-wrapper .green-nav ul.our-menu-item, .global-agencies #sticky-wrapper .green-nav ul,
    .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item,
    .section-global-agencies #sticky-wrapper .green-nav ul {
      overflow: hidden;
      height: 57px; }
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover .row-inner,
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active .row-inner,
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail .row-inner, .global-agencies #sticky-wrapper .green-nav ul li:hover .row-inner,
      .global-agencies #sticky-wrapper .green-nav ul li.active .row-inner,
      .global-agencies #sticky-wrapper .green-nav ul li.active-trail .row-inner,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover .row-inner,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active .row-inner,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail .row-inner,
      .section-global-agencies #sticky-wrapper .green-nav ul li:hover .row-inner,
      .section-global-agencies #sticky-wrapper .green-nav ul li.active .row-inner,
      .section-global-agencies #sticky-wrapper .green-nav ul li.active-trail .row-inner {
        border-left: 1px solid #d3d3d3; }
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover .row-inner .views-field,
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active .row-inner .views-field,
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail .row-inner .views-field, .global-agencies #sticky-wrapper .green-nav ul li:hover .row-inner .views-field,
        .global-agencies #sticky-wrapper .green-nav ul li.active .row-inner .views-field,
        .global-agencies #sticky-wrapper .green-nav ul li.active-trail .row-inner .views-field,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover .row-inner .views-field,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active .row-inner .views-field,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail .row-inner .views-field,
        .section-global-agencies #sticky-wrapper .green-nav ul li:hover .row-inner .views-field,
        .section-global-agencies #sticky-wrapper .green-nav ul li.active .row-inner .views-field,
        .section-global-agencies #sticky-wrapper .green-nav ul li.active-trail .row-inner .views-field {
          border-left: 1px solid #FFF;
          border-right: 1px solid #FFF; }
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover a,
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active a,
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail a, .global-agencies #sticky-wrapper .green-nav ul li:hover a,
      .global-agencies #sticky-wrapper .green-nav ul li.active a,
      .global-agencies #sticky-wrapper .green-nav ul li.active-trail a,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover a,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active a,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail a,
      .section-global-agencies #sticky-wrapper .green-nav ul li:hover a,
      .section-global-agencies #sticky-wrapper .green-nav ul li.active a,
      .section-global-agencies #sticky-wrapper .green-nav ul li.active-trail a {
        height: 42px;
        border: none;
        background: #EFEFEF;
        width: 232px; }
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover a img,
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active a img,
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail a img, .global-agencies #sticky-wrapper .green-nav ul li:hover a img,
        .global-agencies #sticky-wrapper .green-nav ul li.active a img,
        .global-agencies #sticky-wrapper .green-nav ul li.active-trail a img,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover a img,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active a img,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail a img,
        .section-global-agencies #sticky-wrapper .green-nav ul li:hover a img,
        .section-global-agencies #sticky-wrapper .green-nav ul li.active a img,
        .section-global-agencies #sticky-wrapper .green-nav ul li.active-trail a img {
          margin-left: 3px; }
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li, .global-agencies #sticky-wrapper .green-nav ul li,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li,
      .section-global-agencies #sticky-wrapper .green-nav ul li {
        width: 235px;
        height: 100%;
        min-height: 57px;
        max-height: 57px;
        overflow: hidden; }
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li a, .global-agencies #sticky-wrapper .green-nav ul li a,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li a,
        .section-global-agencies #sticky-wrapper .green-nav ul li a {
          width: 235px;
          height: 42px;
          position: relative; }
          .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li a .opacity-image, .global-agencies #sticky-wrapper .green-nav ul li a .opacity-image,
          .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li a .opacity-image,
          .section-global-agencies #sticky-wrapper .green-nav ul li a .opacity-image {
            display: none;
            background: #f2f2f2;
            position: absolute;
            height: 57px;
            width: 235px;
            opacity: 0.5;
            filter: alpha(opacity=50);
            top: 0; }
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li .row-inner, .global-agencies #sticky-wrapper .green-nav ul li .row-inner,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li .row-inner,
        .section-global-agencies #sticky-wrapper .green-nav ul li .row-inner {
          height: 57px; }
          .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li .row-inner .views-field, .global-agencies #sticky-wrapper .green-nav ul li .row-inner .views-field,
          .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li .row-inner .views-field,
          .section-global-agencies #sticky-wrapper .green-nav ul li .row-inner .views-field {
            height: 57px; }
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover:first-child,
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active:first-child,
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail:first-child, .global-agencies #sticky-wrapper .green-nav ul li:hover:first-child,
      .global-agencies #sticky-wrapper .green-nav ul li.active:first-child,
      .global-agencies #sticky-wrapper .green-nav ul li.active-trail:first-child,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover:first-child,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active:first-child,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail:first-child,
      .section-global-agencies #sticky-wrapper .green-nav ul li:hover:first-child,
      .section-global-agencies #sticky-wrapper .green-nav ul li.active:first-child,
      .section-global-agencies #sticky-wrapper .green-nav ul li.active-trail:first-child {
        width: 235px; }
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover:first-child .row-inner,
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active:first-child .row-inner,
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail:first-child .row-inner, .global-agencies #sticky-wrapper .green-nav ul li:hover:first-child .row-inner,
        .global-agencies #sticky-wrapper .green-nav ul li.active:first-child .row-inner,
        .global-agencies #sticky-wrapper .green-nav ul li.active-trail:first-child .row-inner,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover:first-child .row-inner,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active:first-child .row-inner,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail:first-child .row-inner,
        .section-global-agencies #sticky-wrapper .green-nav ul li:hover:first-child .row-inner,
        .section-global-agencies #sticky-wrapper .green-nav ul li.active:first-child .row-inner,
        .section-global-agencies #sticky-wrapper .green-nav ul li.active-trail:first-child .row-inner {
          border-left: none; }
          .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover:first-child .row-inner .views-field,
          .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active:first-child .row-inner .views-field,
          .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail:first-child .row-inner .views-field, .global-agencies #sticky-wrapper .green-nav ul li:hover:first-child .row-inner .views-field,
          .global-agencies #sticky-wrapper .green-nav ul li.active:first-child .row-inner .views-field,
          .global-agencies #sticky-wrapper .green-nav ul li.active-trail:first-child .row-inner .views-field,
          .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover:first-child .row-inner .views-field,
          .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active:first-child .row-inner .views-field,
          .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail:first-child .row-inner .views-field,
          .section-global-agencies #sticky-wrapper .green-nav ul li:hover:first-child .row-inner .views-field,
          .section-global-agencies #sticky-wrapper .green-nav ul li.active:first-child .row-inner .views-field,
          .section-global-agencies #sticky-wrapper .green-nav ul li.active-trail:first-child .row-inner .views-field {
            border-left: 0; }
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:first-child, .global-agencies #sticky-wrapper .green-nav ul li:first-child,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:first-child,
      .section-global-agencies #sticky-wrapper .green-nav ul li:first-child {
        border-left: 0px; }
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:last-child,
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last, .global-agencies #sticky-wrapper .green-nav ul li:last-child,
      .global-agencies #sticky-wrapper .green-nav ul li.views-row-last,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:last-child,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last,
      .section-global-agencies #sticky-wrapper .green-nav ul li:last-child,
      .section-global-agencies #sticky-wrapper .green-nav ul li.views-row-last {
        /*width: 139px;*/ }
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:last-child .views-field,
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last .views-field, .global-agencies #sticky-wrapper .green-nav ul li:last-child .views-field,
        .global-agencies #sticky-wrapper .green-nav ul li.views-row-last .views-field,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:last-child .views-field,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last .views-field,
        .section-global-agencies #sticky-wrapper .green-nav ul li:last-child .views-field,
        .section-global-agencies #sticky-wrapper .green-nav ul li.views-row-last .views-field {
          border-right: none; }
          .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:last-child .views-field a,
          .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last .views-field a, .global-agencies #sticky-wrapper .green-nav ul li:last-child .views-field a,
          .global-agencies #sticky-wrapper .green-nav ul li.views-row-last .views-field a,
          .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:last-child .views-field a,
          .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last .views-field a,
          .section-global-agencies #sticky-wrapper .green-nav ul li:last-child .views-field a,
          .section-global-agencies #sticky-wrapper .green-nav ul li.views-row-last .views-field a {
            /*width: 139px;*/ }
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last:hover .views-field,
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last.active .views-field,
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last.active-trail .views-field,
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover:last-child .views-field,
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active:last-child .views-field,
      .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail:last-child .views-field, .global-agencies #sticky-wrapper .green-nav ul li.views-row-last:hover .views-field,
      .global-agencies #sticky-wrapper .green-nav ul li.views-row-last.active .views-field,
      .global-agencies #sticky-wrapper .green-nav ul li.views-row-last.active-trail .views-field,
      .global-agencies #sticky-wrapper .green-nav ul li:hover:last-child .views-field,
      .global-agencies #sticky-wrapper .green-nav ul li.active:last-child .views-field,
      .global-agencies #sticky-wrapper .green-nav ul li.active-trail:last-child .views-field,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last:hover .views-field,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last.active .views-field,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last.active-trail .views-field,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover:last-child .views-field,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active:last-child .views-field,
      .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail:last-child .views-field,
      .section-global-agencies #sticky-wrapper .green-nav ul li.views-row-last:hover .views-field,
      .section-global-agencies #sticky-wrapper .green-nav ul li.views-row-last.active .views-field,
      .section-global-agencies #sticky-wrapper .green-nav ul li.views-row-last.active-trail .views-field,
      .section-global-agencies #sticky-wrapper .green-nav ul li:hover:last-child .views-field,
      .section-global-agencies #sticky-wrapper .green-nav ul li.active:last-child .views-field,
      .section-global-agencies #sticky-wrapper .green-nav ul li.active-trail:last-child .views-field {
        /*width: 139px;*/ }
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last:hover .views-field a,
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last.active .views-field a,
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last.active-trail .views-field a,
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover:last-child .views-field a,
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active:last-child .views-field a,
        .global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail:last-child .views-field a, .global-agencies #sticky-wrapper .green-nav ul li.views-row-last:hover .views-field a,
        .global-agencies #sticky-wrapper .green-nav ul li.views-row-last.active .views-field a,
        .global-agencies #sticky-wrapper .green-nav ul li.views-row-last.active-trail .views-field a,
        .global-agencies #sticky-wrapper .green-nav ul li:hover:last-child .views-field a,
        .global-agencies #sticky-wrapper .green-nav ul li.active:last-child .views-field a,
        .global-agencies #sticky-wrapper .green-nav ul li.active-trail:last-child .views-field a,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last:hover .views-field a,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last.active .views-field a,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last.active-trail .views-field a,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:hover:last-child .views-field a,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active:last-child .views-field a,
        .section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.active-trail:last-child .views-field a,
        .section-global-agencies #sticky-wrapper .green-nav ul li.views-row-last:hover .views-field a,
        .section-global-agencies #sticky-wrapper .green-nav ul li.views-row-last.active .views-field a,
        .section-global-agencies #sticky-wrapper .green-nav ul li.views-row-last.active-trail .views-field a,
        .section-global-agencies #sticky-wrapper .green-nav ul li:hover:last-child .views-field a,
        .section-global-agencies #sticky-wrapper .green-nav ul li.active:last-child .views-field a,
        .section-global-agencies #sticky-wrapper .green-nav ul li.active-trail:last-child .views-field a {
          /*width:137px;*/ }
    .global-agencies #sticky-wrapper .green-nav.sticky ul.our-menu-item li.active a img, .global-agencies #sticky-wrapper .green-nav.sticky ul.our-menu-item li:hover a img, .global-agencies #sticky-wrapper .green-nav.sticky ul.our-menu-item li.active-trail a img,
    .section-global-agencies #sticky-wrapper .green-nav.sticky ul.our-menu-item li.active a img,
    .section-global-agencies #sticky-wrapper .green-nav.sticky ul.our-menu-item li:hover a img,
    .section-global-agencies #sticky-wrapper .green-nav.sticky ul.our-menu-item li.active-trail a img {
      /*opacity: 1;
      filter: alpha(opacity=100);*/ }
    .global-agencies #sticky-wrapper .green-nav.sticky ul.our-menu-item li a img,
    .section-global-agencies #sticky-wrapper .green-nav.sticky ul.our-menu-item li a img {
      /*opacity: 0.35;
      filter: alpha(opacity=35);*/ }
  .global-agencies .agencies-info:first-child,
  .section-global-agencies .agencies-info:first-child {
    margin-top: 0; }
    .global-agencies .agencies-info:first-child .row-inner,
    .section-global-agencies .agencies-info:first-child .row-inner {
      margin-top: -85px; }
  .global-agencies .agencies-info,
  .section-global-agencies .agencies-info {
    /*margin-top: 93px;*/
    clear: both; }
    .global-agencies .agencies-info .row-inner,
    .section-global-agencies .agencies-info .row-inner {
      padding-top: 85px; }
    .global-agencies .agencies-info .global-agency-image-field,
    .section-global-agencies .agencies-info .global-agency-image-field {
      text-align: center;
      min-width: 960px;
      overflow: hidden;
      height: auto;
      margin: 0 auto;
      background: #EFEFEF;
      width: 100%; }
      .global-agencies .agencies-info .global-agency-image-field img,
      .section-global-agencies .agencies-info .global-agency-image-field img {
        width: 1400px;
        height: auto;
        max-width: 1400px;
        margin: 0 auto;
        position: relative; }
    .global-agencies .agencies-info .global-agency-logo-field,
    .section-global-agencies .agencies-info .global-agency-logo-field {
      text-align: center;
      margin-top: 60px; }
    .global-agencies .agencies-info .views-field-title,
    .section-global-agencies .agencies-info .views-field-title {
      max-width: 960px;
      margin: 0 auto; }
      .global-agencies .agencies-info .views-field-title .global-agency-title-field,
      .section-global-agencies .agencies-info .views-field-title .global-agency-title-field {
        text-align: center;
        font-size: 36px;
        margin: 35px 0 22px;
        color: #333333; }
    .global-agencies .agencies-info .global-agency-body-field,
    .section-global-agencies .agencies-info .global-agency-body-field {
      width: 665px;
      margin: 25px auto 82px;
      display: block;
      line-height: 31px;
      font-size: 19px;
      color: #343434; }
      .global-agencies .agencies-info .global-agency-body-field p,
      .section-global-agencies .agencies-info .global-agency-body-field p {
        color: #717171; }
    .global-agencies .agencies-info .views-field-nothing-1,
    .section-global-agencies .agencies-info .views-field-nothing-1 {
      background: #f3f3f3; }
      .global-agencies .agencies-info .views-field-nothing-1 .snapshot-divider-section,
      .section-global-agencies .agencies-info .views-field-nothing-1 .snapshot-divider-section {
        width: 100%;
        height: 4px;
        background: url("../images/simple-divider-section.png") no-repeat center -16px; }
      .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper,
      .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper {
        background: url("../images/simple-divider-section.png") no-repeat center -19px transparent;
        padding: 30px 0 34px;
        min-height: 150px; }
        .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner,
        .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner {
          color: #333;
          margin: 0 auto;
          overflow: hidden;
          /*width: 810px;*/
          /*.snap-info2{
          float: left;
          margin-right: 15px;
          text-transform: uppercase;
          line-height: 16px;
          .snap-info:first-child {
          clear: both;
          display: block;
          font-weight: bold;
          font-size: 18px;
          letter-spacing: -1.5px;
          }
          .snap-info{
          clear: both;
          display: block;
          font-size: 13px;
          }
          }*/ }
          .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snapshot-info,
          .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snapshot-info {
            margin: 0 auto; }
          .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snapshot-title,
          .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snapshot-title {
            text-align: center;
            font-size: 20px;
            text-transform: uppercase;
            margin-bottom: 38px;
            color: #717171;
            margin-top: 15px; }
          .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .people-number,
          .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .people-number {
            font-size: 31px;
            margin-right: 3px;
            font-weight: bold;
            float: left;
            font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
            margin-left: 34px; }
          .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .people-label,
          .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .people-label {
            text-transform: uppercase;
            font-size: 18px;
            margin-right: 30px;
            float: left;
            margin-top: 14px;
            font-family: "HelveticaNeueW01-65Medi", arial, sans-serif;
            letter-spacing: -1px; }
          .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .countries-number,
          .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .countries-number {
            font-size: 31px;
            margin-right: 3px;
            font-weight: bold;
            float: left;
            font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
            margin-left: 0; }
          .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .countries-label,
          .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .countries-label {
            text-transform: uppercase;
            font-size: 18px;
            margin-right: 30px;
            float: left;
            margin-top: 14px;
            font-family: "HelveticaNeueW01-65Medi", arial, sans-serif;
            letter-spacing: -1px; }
          .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info,
          .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info {
            font-family: "HelveticaNeueW01-65Medi", arial, sans-serif; }
          .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info1,
          .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info2,
          .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info3,
          .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info4,
          .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info1,
          .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info2,
          .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info3,
          .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info4 {
            float: left;
            margin-right: 30px;
            text-transform: uppercase;
            line-height: 16px;
            width: 206px; }
            .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info1 .snap-info:first-child,
            .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info2 .snap-info:first-child,
            .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info3 .snap-info:first-child,
            .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info4 .snap-info:first-child,
            .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info1 .snap-info:first-child,
            .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info2 .snap-info:first-child,
            .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info3 .snap-info:first-child,
            .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info4 .snap-info:first-child {
              clear: both;
              display: block;
              font-weight: bold;
              font-size: 18px;
              letter-spacing: -1.5px; }
            .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info1 .snap-info,
            .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info2 .snap-info,
            .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info3 .snap-info,
            .global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info4 .snap-info,
            .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info1 .snap-info,
            .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info2 .snap-info,
            .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info3 .snap-info,
            .section-global-agencies .agencies-info .views-field-nothing-1 #snapshot-wrapper #snapshot-inner .snap-info4 .snap-info {
              clear: both;
              display: block;
              font-size: 13px; }
    .global-agencies .agencies-info .views-field-nothing,
    .section-global-agencies .agencies-info .views-field-nothing {
      width: 800px;
      margin: 0 auto;
      overflow: hidden; }
      .global-agencies .agencies-info .views-field-nothing #contact-wrapper,
      .section-global-agencies .agencies-info .views-field-nothing #contact-wrapper {
        margin: 0 auto;
        text-align: center;
        width: 400px;
        float: left; }
        .global-agencies .agencies-info .views-field-nothing #contact-wrapper .contact-title,
        .section-global-agencies .agencies-info .views-field-nothing #contact-wrapper .contact-title {
          font-size: 35px;
          margin-top: 42px;
          margin-bottom: 0;
          color: #717171; }
        .global-agencies .agencies-info .views-field-nothing #contact-wrapper .website,
        .section-global-agencies .agencies-info .views-field-nothing #contact-wrapper .website {
          text-decoration: none;
          color: #333;
          font-size: 19px;
          font-family: "HelveticaNeueW01-65Medi", arial, sans-serif; }
        .global-agencies .agencies-info .views-field-nothing #contact-wrapper #contact-image,
        .section-global-agencies .agencies-info .views-field-nothing #contact-wrapper #contact-image {
          cursor: pointer;
          width: 102px;
          height: 103px;
          background: url("../images/contact-home.png") no-repeat transparent;
          margin: 19px auto 15px; }
          .global-agencies .agencies-info .views-field-nothing #contact-wrapper #contact-image:hover,
          .section-global-agencies .agencies-info .views-field-nothing #contact-wrapper #contact-image:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          .global-agencies .agencies-info .views-field-nothing #contact-wrapper #contact-image .website,
          .section-global-agencies .agencies-info .views-field-nothing #contact-wrapper #contact-image .website {
            font-size: 0;
            display: block;
            height: 103px;
            width: 102px; }
        .global-agencies .agencies-info .views-field-nothing #contact-wrapper .emai-info-contact,
        .global-agencies .agencies-info .views-field-nothing #contact-wrapper .contact-email,
        .section-global-agencies .agencies-info .views-field-nothing #contact-wrapper .emai-info-contact,
        .section-global-agencies .agencies-info .views-field-nothing #contact-wrapper .contact-email {
          color: #717171;
          line-height: 25px;
          font-family: "HelveticaNeueW01-55Roma", arial, sans-serif;
          font-size: 16.69px; }
        .global-agencies .agencies-info .views-field-nothing #contact-wrapper .contact-phone,
        .section-global-agencies .agencies-info .views-field-nothing #contact-wrapper .contact-phone {
          clear: both;
          display: block;
          color: #717171;
          text-decoration: none;
          font-family: "HelveticaNeueW01-55Roma", arial, sans-serif;
          font-size: 16.69px; }
      .global-agencies .agencies-info .views-field-nothing #careers-wrapper,
      .section-global-agencies .agencies-info .views-field-nothing #careers-wrapper {
        width: 400px;
        height: inherit;
        margin: auto;
        text-align: center;
        float: left;
        border: aliceblue; }
        .global-agencies .agencies-info .views-field-nothing #careers-wrapper #careers-image,
        .section-global-agencies .agencies-info .views-field-nothing #careers-wrapper #careers-image {
          cursor: pointer;
          width: 102px;
          height: 103px;
          background: url("../images/careers-image.png") no-repeat center top transparent;
          margin: 19px auto 15px;
          display: block; }
          .global-agencies .agencies-info .views-field-nothing #careers-wrapper #careers-image:hover,
          .section-global-agencies .agencies-info .views-field-nothing #careers-wrapper #careers-image:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          .global-agencies .agencies-info .views-field-nothing #careers-wrapper #careers-image a,
          .section-global-agencies .agencies-info .views-field-nothing #careers-wrapper #careers-image a {
            height: 103px;
            width: 102px;
            display: block;
            text-indent: -999999px; }
        .global-agencies .agencies-info .views-field-nothing #careers-wrapper .careers-title,
        .section-global-agencies .agencies-info .views-field-nothing #careers-wrapper .careers-title {
          font-size: 35px;
          margin-top: 42px;
          margin-bottom: 0;
          color: #717171; }
        .global-agencies .agencies-info .views-field-nothing #careers-wrapper a,
        .section-global-agencies .agencies-info .views-field-nothing #careers-wrapper a {
          text-decoration: none;
          color: #333;
          font-size: 19px;
          font-family: "HelveticaNeueW01-65Medi", arial, sans-serif;
          display: block; }
        .global-agencies .agencies-info .views-field-nothing #careers-wrapper .careers-mail,
        .section-global-agencies .agencies-info .views-field-nothing #careers-wrapper .careers-mail {
          color: #717171;
          line-height: 25px;
          font-family: "HelveticaNeueW01-55Roma", arial, sans-serif;
          font-size: 16.69px;
          text-decoration: underline; }
    .global-agencies .agencies-info .social-links,
    .section-global-agencies .agencies-info .social-links {
      margin: 8px auto 50px;
      width: 126px;
      text-align: center; }
      .global-agencies .agencies-info .social-links a,
      .section-global-agencies .agencies-info .social-links a {
        background: url("../images/orannge-social-links.png") no-repeat transparent;
        display: inline-block;
        height: 26px;
        font-size: 0;
        width: 26px; }
      .global-agencies .agencies-info .social-links a.facebook,
      .section-global-agencies .agencies-info .social-links a.facebook {
        background-position: 0 0; }
      .global-agencies .agencies-info .social-links a.twiiter,
      .section-global-agencies .agencies-info .social-links a.twiiter {
        background-position: -34px 0; }
      .global-agencies .agencies-info .social-links a.linkedin,
      .section-global-agencies .agencies-info .social-links a.linkedin {
        background-position: -68px 0; }
      .global-agencies .agencies-info .social-links a.youtube,
      .section-global-agencies .agencies-info .social-links a.youtube {
        background-position: -102px 0;
        margin-right: 0; }
  .global-agencies .footer,
  .section-global-agencies .footer {
    margin-top: 0px; }
  .global-agencies .block-btn-go-top,
  .section-global-agencies .block-btn-go-top {
    margin-top: 38px;
    clear: both; }
    .global-agencies .block-btn-go-top .content .btn-go-top,
    .section-global-agencies .block-btn-go-top .content .btn-go-top {
      top: -77px;
      right: 7px; }

.ff.global-agencies #sticky-wrapper .green-nav ul li:last-child .views-field a, .ff.global-agencies #sticky-wrapper .green-nav ul li.views-row-last .views-field a, .ff.global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:last-child .views-field a, .ff.global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last .views-field a, .ff.section-global-agencies #sticky-wrapper .green-nav ul li:last-child .views-field a, .ff.section-global-agencies #sticky-wrapper .green-nav ul li.views-row-last .views-field a, .ff.section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:last-child .views-field a, .ff.section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last .views-field a {
  width: 140px; }
.ff.global-agencies #sticky-wrapper .green-nav ul li:last-child:hover .views-field a, .ff.global-agencies #sticky-wrapper .green-nav ul li.views-row-last:hover .views-field a, .ff.global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:last-child:hover .views-field a, .ff.global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last:hover .views-field a, .ff.section-global-agencies #sticky-wrapper .green-nav ul li:last-child:hover .views-field a, .ff.section-global-agencies #sticky-wrapper .green-nav ul li.views-row-last:hover .views-field a, .ff.section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li:last-child:hover .views-field a, .ff.section-global-agencies #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last:hover .views-field a {
  width: 138px; }

/* 5.3. Partners
------------------------------------------------ */
.partners #sticky-wrapper .green-nav ul li,
.partners #sticky-wrapper .green-nav ul.our-menu-item li {
  width: 187px;
  height: 57px; }
  .partners #sticky-wrapper .green-nav ul li a,
  .partners #sticky-wrapper .green-nav ul.our-menu-item li a {
    line-height: 35px;
    text-transform: capitalize;
    width: 185px;
    padding-bottom: 7px; }
.partners #sticky-wrapper .green-nav ul li.active a,
.partners #sticky-wrapper .green-nav ul li:hover a,
.partners #sticky-wrapper .green-nav ul.our-menu-item li.active a,
.partners #sticky-wrapper .green-nav ul.our-menu-item li:hover a {
  padding-bottom: 2px; }
.partners #sticky-wrapper .green-nav ul li.views-row-last,
.partners #sticky-wrapper .green-nav ul li.views-row-last a,
.partners #sticky-wrapper .green-nav ul li:last-child,
.partners #sticky-wrapper .green-nav ul li:last-child a,
.partners #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last,
.partners #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last a,
.partners #sticky-wrapper .green-nav ul.our-menu-item li:last-child,
.partners #sticky-wrapper .green-nav ul.our-menu-item li:last-child a {
  width: 188px; }
.partners .view-partners-agencies .view-footer {
  position: relative; }
  .partners .view-partners-agencies .view-footer a.btn-go-top {
    color: #717171;
    cursor: pointer;
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-size: 13px;
    padding: 10px 20px 10px 0; }
    .partners .view-partners-agencies .view-footer a.btn-go-top:hover {
      text-decoration: none; }
  .partners .view-partners-agencies .view-footer .btn-go-top {
    background: url("../images/arrow-top-orange.png") no-repeat scroll 37px center transparent;
    -moz-box-shadow: 0 1px 3px rgba(184, 184, 184, 0.65);
    -webkit-box-shadow: 0 1px 3px rgba(184, 184, 184, 0.65);
    box-shadow: 0 1px 3px rgba(184, 184, 184, 0.65);
    position: absolute;
    right: 50px;
    top: -90px;
    width: 45px; }

/* 5.4. Services Page
------------------------------------------------ */
.section-services #sticky-wrapper {
  height: 0; }
  .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row {
    width: 134px;
    /*border: none;*/ }
    .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row .row-inner {
      /*border: none;*/ }
      .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row .row-inner .views-field-nothing {
        /*height: 55px;*/
        /*border-left: solid 1px #c8c8c8;*/ }
        .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row .row-inner .views-field-nothing .field-content {
          /*border-left: 1px solid #fff;*/
          /*height: 55px;*/
          display: block; }
          .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row .row-inner .views-field-nothing .field-content a {
            width: 134px; }
            .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row .row-inner .views-field-nothing .field-content a.sports-and-promotion, .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row .row-inner .views-field-nothing .field-content a.consulting-services, .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row .row-inner .views-field-nothing .field-content a.data-and-analytics, .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row .row-inner .views-field-nothing .field-content a.analytics-and-insights, .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row .row-inner .views-field-nothing .field-content a.strategy-and-tactics {
              line-height: 18px;
              padding: 10px 17px;
              width: 98px; }
    .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row.views-row-1 .row-inner .views-field-nothing {
      /*border: none;*/ }
      .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row.views-row-1 .row-inner .views-field-nothing .field-content {
        /*border: none;*/ }
        .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row.views-row-1 .row-inner .views-field-nothing .field-content a {
          width: 100px; }
    .section-services #sticky-wrapper .green-nav ul.our-menu-item li.views-row.views-row-last .row-inner .views-field-nothing .field-content a {
      width: 132px; }
.section-services #page-title {
  display: none; }
.section-services .btn-go-top {
  background: url("../images/arrow-top-orange.png") no-repeat scroll 37px center transparent;
  -moz-box-shadow: 0 1px 3px rgba(184, 184, 184, 0.65);
  -webkit-box-shadow: 0 1px 3px rgba(184, 184, 184, 0.65);
  box-shadow: 0 1px 3px rgba(184, 184, 184, 0.65);
  cursor: pointer;
  position: absolute;
  right: -155px;
  top: -582px;
  width: 47px; }
.section-services .services-header,
.section-services .wide-image {
  text-align: center;
  width: 100%;
  min-width: 960px;
  overflow: hidden;
  margin: 0 auto;
  background: #EFEFEF;
  height: 314px; }
  .section-services .services-header img,
  .section-services .wide-image img {
    width: 1400px;
    height: auto;
    max-width: 1400px;
    margin: -8px auto 0;
    display: block; }
.section-services .services-header {
  height: 290px; }
  .section-services .services-header .footer-image {
    margin-bottom: -7px; }
    .section-services .services-header .footer-image .footer-image-description-wrapper {
      width: 940px;
      margin: 0 auto;
      position: relative; }
      .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner {
        position: absolute;
        top: -280px;
        color: white;
        left: -4px;
        letter-spacing: 1px;
        max-height: 205px;
        overflow: hidden;
        width: 640px;
        height: 180px;
        overflow: hidden;
        text-align: left; }
        .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner .footer-text-title {
          font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
          font-size: 41px;
          text-align: left;
          line-height: 44px;
          margin-bottom: 9px; }
        .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner p {
          font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
          font-size: 20px;
          text-align: left;
          display: inline;
          line-height: 26px; }
        .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner .extra-information p {
          font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
          color: #f47e36;
          font-size: 11px; }
          .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner .extra-information p span {
            display: inherit;
            vertical-align: top;
            padding: 0; }
        .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner .is-quote-yes {
          padding-top: 30px; }
        .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner .is-quote-yes p:last-child {
          display: inline !important; }
        .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner .is-quote-yes p {
          vertical-align: top; }
        .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner .is-quote-yes .quote-yes-1 {
          margin-top: -25px;
          margin-bottom: 135px;
          float: left;
          margin-right: 4px; }
        .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner .is-quote-yes .quote-yes-2 {
          margin-left: 10px; }
        .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner .is-quote-no .quote-no-1,
        .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner .is-quote-no .quote-no-2 {
          display: none; }
        .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner img.quote-yes-1,
        .section-services .services-header .footer-image .footer-image-description-wrapper .footer-image-description-inner img.quote-yes-2 {
          width: auto;
          height: auto; }
      .section-services .services-header .footer-image .footer-image-description-wrapper .is-quote-yes {
        padding-top: 30px; }
      .section-services .services-header .footer-image .footer-image-description-wrapper .is-quote-yes p:last-child {
        display: inline !important; }
      .section-services .services-header .footer-image .footer-image-description-wrapper .is-quote-yes p {
        vertical-align: top; }
      .section-services .services-header .footer-image .footer-image-description-wrapper .is-quote-yes .quote-yes-1 {
        margin-top: -25px;
        margin-bottom: 135px;
        float: left;
        margin-right: 4px; }
      .section-services .services-header .footer-image .footer-image-description-wrapper .is-quote-yes .quote-yes-2 {
        margin-left: 10px;
        display: inline; }
      .section-services .services-header .footer-image .footer-image-description-wrapper .is-quote-no .quote-no-1,
      .section-services .services-header .footer-image .footer-image-description-wrapper .is-quote-no .quote-no-2 {
        display: none; }
      .section-services .services-header .footer-image .footer-image-description-wrapper .left.footer-image-description-inner {
        left: 19px;
        top: -264px; }
      .section-services .services-header .footer-image .footer-image-description-wrapper .right.footer-image-description-inner {
        left: 310px;
        top: -264px; }
      .section-services .services-header .footer-image .footer-image-description-wrapper .center.footer-image-description-inner {
        left: 263px;
        top: -264px;
        min-width: 520px;
        max-width: 550px; }
  .section-services .services-header .services-header-image img {
    height: 327px; }
  .section-services .services-header .views-field-field-page-subtitle {
    margin: 0 auto;
    width: 940px;
    position: relative; }
    .section-services .services-header .views-field-field-page-subtitle .image-title {
      position: absolute;
      top: -272px;
      max-height: 250px;
      color: #FFF;
      max-width: 642px;
      width: 642px;
      text-align: left;
      font-size: 44px;
      font-weight: normal;
      height: 86px;
      line-height: 43px; }
  .section-services .services-header .views-field-body {
    position: relative;
    margin: 0 auto;
    width: 940px; }
    .section-services .services-header .views-field-body .field-content {
      position: absolute;
      top: -190px;
      left: 0px;
      color: white;
      width: 566px;
      text-align: left;
      font-size: 18px;
      font-weight: normal;
      height: 112px;
      line-height: 28px; }
.section-services .view-display-id-block_1 .view-footer {
  bottom: 75px;
  margin: 0 auto;
  position: relative; }
  .section-services .view-display-id-block_1 .view-footer a.btn-go-top {
    top: 0;
    right: 0; }
.section-services .services-view-block {
  margin: 0 auto; }
  .section-services .services-view-block .view-grouping {
    overflow: hidden;
    /*padding-top: 84px;
    margin-top: -84px;*/ }
    .section-services .services-view-block .view-grouping#interaction .sub, .section-services .services-view-block .view-grouping#entertainment .sub {
      width: 620px;
      display: block;
      margin: 0 auto; }
    .section-services .services-view-block .view-grouping#data-and-analytics .sub {
      width: 590px;
      display: block;
      margin: 0 auto; }
    .section-services .services-view-block .view-grouping#entertainment .footer-image .footer-image-description-wrapper .footer-image-description-inner {
      width: 630px; }
  .section-services .services-view-block .view-grouping#consulting-services {
    margin-bottom: 0; }
    .section-services .services-view-block .view-grouping#consulting-services .view-grouping {
      margin-bottom: 0; }
      .section-services .services-view-block .view-grouping#consulting-services .view-grouping .wide-image {
        height: 328px; }
        .section-services .services-view-block .view-grouping#consulting-services .view-grouping .wide-image img {
          margin-top: 0; }
  .section-services .services-view-block .footer-image {
    margin-bottom: -7px; }
    .section-services .services-view-block .footer-image .footer-image-description-wrapper {
      width: 940px;
      margin: 0 auto;
      position: relative; }
      .section-services .services-view-block .footer-image .footer-image-description-wrapper .footer-image-description-inner {
        position: absolute;
        top: -280px;
        color: white;
        left: -4px;
        letter-spacing: 1px;
        max-height: 205px;
        overflow: hidden;
        width: 640px;
        height: 195px;
        overflow: hidden;
        text-align: left; }
        .section-services .services-view-block .footer-image .footer-image-description-wrapper .footer-image-description-inner p {
          font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
          font-size: 30px;
          text-align: left;
          line-height: 26px;
          padding: 0px;
          margin: 4px; }
        .section-services .services-view-block .footer-image .footer-image-description-wrapper .footer-image-description-inner .extra-information p {
          font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
          color: #f47e36;
          font-size: 11; }
          .section-services .services-view-block .footer-image .footer-image-description-wrapper .footer-image-description-inner .extra-information p span {
            display: inherit;
            vertical-align: top;
            padding: 0; }
      .section-services .services-view-block .footer-image .footer-image-description-wrapper .left.footer-image-description-inner {
        left: 19px; }
      .section-services .services-view-block .footer-image .footer-image-description-wrapper .right.footer-image-description-inner {
        left: 310px; }
      .section-services .services-view-block .footer-image .footer-image-description-wrapper .center.footer-image-description-inner {
        left: 263px;
        top: -306px;
        min-width: 520px;
        max-width: 550px; }
  .section-services .services-view-block .services-main-content {
    margin: 0 auto;
    text-align: center;
    width: 664px; }
    .section-services .services-view-block .services-main-content .view-grouping-header {
      margin-top: 120px; }
  .section-services .services-view-block .contact-section {
    line-height: 25px;
    margin: 0px auto 65px;
    text-align: center;
    /*width: 660px;*/ }
  .section-services .services-view-block .services-logo-field {
    display: block;
    margin: 0 auto;
    width: 755px; }
  .section-services .services-view-block .title,
  .section-services .services-view-block .sub {
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 31px;
    color: #f47e36;
    margin-bottom: 27px;
    margin-top: 157px; }
  .section-services .services-view-block .sub {
    color: #333;
    font-size: 36px;
    line-height: 43px; }
  .section-services .services-view-block .body {
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: #717171;
    text-align: left;
    margin-bottom: 48px;
    margin-top: 30px; }
    .section-services .services-view-block .body p {
      font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
      font-size: 18px; }
  .section-services .services-view-block .separator-section {
    background: url("../images/simple-divider-section.png") no-repeat scroll center transparent;
    clear: both;
    display: block;
    height: 42px;
    margin: 20px auto 16px;
    width: 95%; }
  .section-services .services-view-block .contact-section .separator-section {
    margin-top: 54px;
    margin-bottom: 21px; }
  .section-services .services-view-block .contact-info {
    color: #717171;
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-size: 33px; }
  .section-services .services-view-block .contact-info img {
    margin: 22px 0px 13px; }
  .section-services .services-view-block .contact-name {
    color: #333333;
    font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
    font-size: 19px;
    text-transform: uppercase; }
  .section-services .services-view-block .contact-rol {
    text-transform: capitalize; }
  .section-services .services-view-block .contact-email {
    line-height: 18px; }
  .section-services .services-view-block .contact-phone {
    line-height: 26px; }
  .section-services .services-view-block .contact-rol,
  .section-services .services-view-block .contact-email a,
  .section-services .services-view-block .contact-phone,
  .section-services .services-view-block .contact-website a {
    color: #717171;
    font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
    font-size: 16px;
    line-height: 21px; }
  .section-services .services-view-block .contact-email a,
  .section-services .services-view-block .contact-phone,
  .section-services .services-view-block .contact-website a {
    font-size: 14px;
    font-family: "HelveticaNeueW01-55Roma", arial, sans-serif; }
  .section-services .services-view-block .contact-email a {
    text-decoration: underline;
    text-transform: lowercase; }
  .section-services .services-view-block .companies-title {
    color: #f47e36;
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-size: 19px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase; }
  .section-services .services-view-block .views-row-last {
    margin-bottom: 45px;
    min-height: 30px; }
  .section-services .services-view-block .contact-info {
    color: #717171;
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-size: 33px; }
  .section-services .services-view-block .contact-name {
    color: #333333;
    font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
    font-size: 19px;
    text-transform: uppercase; }
  .section-services .services-view-block .contact-rol,
  .section-services .services-view-block .contact-email a,
  .section-services .services-view-block .contact-phone {
    color: #717171;
    font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
    font-size: 16px; }
  .section-services .services-view-block .contact-email a,
  .section-services .services-view-block .contact-phone {
    font-size: 14px;
    font-family: 'HelveticaNeueW01-55Roma'; }
  .section-services .services-view-block .contact-email a {
    text-decoration: underline; }
  .section-services .services-view-block .companies-title {
    color: #f47e36;
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-size: 19px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase; }
  .section-services .services-view-block .view-grouping-content {
    text-align: center; }
    .section-services .services-view-block .view-grouping-content .views-row {
      display: inline; }
      .section-services .services-view-block .view-grouping-content .views-row div.row-inner {
        display: inline;
        position: relative; }
        .section-services .services-view-block .view-grouping-content .views-row div.row-inner .views-field-field-logo-image {
          display: inline; }
          .section-services .services-view-block .view-grouping-content .views-row div.row-inner .views-field-field-logo-image .services-logo-field {
            display: inline;
            margin: 0;
            width: auto; }
    .section-services .services-view-block .view-grouping-content .contact-services {
      text-align: center;
      display: inline-block !important;
      margin: 0; }
  .section-services .services-view-block .views-row-last.contact-services {
    /*margin-bottom: 45px;*/
    min-height: 30px; }
    .section-services .services-view-block .views-row-last.contact-services .section-services {
      height: 314px; }
      .section-services .services-view-block .views-row-last.contact-services .section-services .wide-image img {
        margin-top: 0; }
  .section-services .services-view-block .views-field-field-logo-image img {
    float: left;
    padding: 0 20px; }
  .section-services .services-view-block .views-field-title-1 {
    background: url("../images/tooltip-services.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    display: none !important;
    position: absolute;
    z-index: 10;
    bottom: 0; }
    .section-services .services-view-block .views-field-title-1 div.field-content {
      border: 1px solid #f0f0f0;
      display: block;
      padding: 8px;
      background: #f3f3f3;
      margin-bottom: 9px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
      .section-services .services-view-block .views-field-title-1 div.field-content .tooltip-title-companies {
        color: #333333;
        font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
        font-size: 12px;
        text-transform: uppercase; }
      .section-services .services-view-block .views-field-title-1 div.field-content .tooltip-body-companies {
        color: #333333;
        font-family: 'HelveticaNeueW01-55Roma';
        font-size: 11px;
        width: 183px; }
        .section-services .services-view-block .views-field-title-1 div.field-content .tooltip-body-companies p {
          margin: 0; }
          .section-services .services-view-block .views-field-title-1 div.field-content .tooltip-body-companies p .contact-services {
            text-align: center;
            display: inline-block !important;
            margin: 0; }
      .section-services .services-view-block .views-field-title-1 div.field-content .tooltip-more-companies a {
        color: #2572CD;
        font-family: 'HelveticaNeueW01-55Roma';
        font-size: 11px;
        text-decoration: underline; }

/* 5.5. Button go top
------------------------------------------------ */
.view-footer {
  position: relative;
  width: 960px; }
  .view-footer p {
    margin: 0; }

.btn-go-top {
  background: url("../images/arrow-top-orange.png") no-repeat scroll 37px center transparent;
  -moz-box-shadow: 0 1px 3px rgba(184, 184, 184, 0.65);
  -webkit-box-shadow: 0 1px 3px rgba(184, 184, 184, 0.65);
  box-shadow: 0 1px 3px rgba(184, 184, 184, 0.65);
  cursor: pointer;
  position: absolute;
  right: 531px;
  top: -90px;
  width: 47px; }

a.btn-go-top {
  color: #717171;
  cursor: pointer;
  font-family: "HelveticaNeueW01-65Medi", arial, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-transform: uppercase; }
  a.btn-go-top:hover {
    text-decoration: none; }

/* 5.6 regional-agencies
--------------------------------------------------- */
/* Block Header Regianl Agencies*/
.header-reginal-agency {
  text-align: center;
  min-width: 960px;
  overflow: hidden;
  height: 298px;
  margin: 0 auto;
  background: #EFEFEF;
  width: 100%; }
  .header-reginal-agency .regional-agency {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden; }
  .header-reginal-agency .views-field-nothing {
    position: absolute;
    top: 60px;
    max-width: 1400px;
    width: 100%; }
    .header-reginal-agency .views-field-nothing span.field-content {
      color: #FFF;
      width: 645px;
      display: block;
      text-align: left;
      margin-left: 150px; }
      .header-reginal-agency .views-field-nothing span.field-content.right {
        float: right;
        margin-right: 150px; }
      .header-reginal-agency .views-field-nothing span.field-content.center {
        margin: 0 auto; }
      .header-reginal-agency .views-field-nothing span.field-content .main-reginal-title {
        font-size: 44px;
        line-height: 43px;
        font-weight: normal;
        width: 642px;
        margin-bottom: 10px; }
      .header-reginal-agency .views-field-nothing span.field-content .main-reginal-description {
        font-size: 18px;
        line-height: 28px;
        font-weight: normal;
        width: 566px; }

.regional_services #page-title {
  display: none; }
.regional_services .field-name-field-main-regional-mage {
  text-align: center;
  width: 100%;
  min-width: 960px;
  overflow: hidden;
  margin: 0 auto;
  background: #EFEFEF; }
  .regional_services .field-name-field-main-regional-mage img {
    width: 1400px;
    height: auto;
    max-width: 1400px;
    margin: 0 auto;
    display: block; }
.regional_services .field-name-title-field {
  width: 690px;
  margin: 68px auto 25px;
  text-align: center;
  font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 31px;
  color: #f47e36; }
.regional_services .field-name-field-subtible {
  width: 690px;
  margin: 0 auto;
  text-align: center;
  font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  color: #333; }
.regional_services .field-name-body {
  font-size: 20px;
  width: 664px;
  margin: 31px auto 56px;
  line-height: 31px;
  color: #717171; }
.regional_services .field-name-field-north-america-map {
  width: 690px;
  margin: 0 auto;
  float: left; }
.regional_services .field-collection-container {
  width: 940px;
  margin: 0 auto;
  border: none; }
  .regional_services .field-collection-container .field-collection-view {
    margin: 0 20px 21px 15px;
    border-bottom: none;
    background: url("../images/simple-divider-section.png") no-repeat bottom center transparent;
    padding: 15px 0px 36px 0px; }
  .regional_services .field-collection-container .field-items .field-item:last-child .field-collection-view {
    background: none;
    margin-bottom: 20px;
    padding-bottom: 0; }
  .regional_services .field-collection-container .field-name-field-region-map {
    float: left;
    margin: 0 22px 31px 22px; }
  .regional_services .field-collection-container .field-item.even:first-child .field-name-field-region-map {
    display: table;
    height: 310px; }
    .regional_services .field-collection-container .field-item.even:first-child .field-name-field-region-map .field-items {
      display: table-cell;
      vertical-align: middle; }
  .regional_services .field-collection-container .field-name-field-companies {
    overflow: hidden;
    width: 526px;
    margin-top: 20px; }
    .regional_services .field-collection-container .field-name-field-companies .field-items {
      text-align: center; }
      .regional_services .field-collection-container .field-name-field-companies .field-items .field-item {
        text-align: center;
        display: inline-block; }
        .regional_services .field-collection-container .field-name-field-companies .field-items .field-item .field-items {
          display: table;
          height: 60px; }
          .regional_services .field-collection-container .field-name-field-companies .field-items .field-item .field-items .field-item {
            display: table-cell;
            vertical-align: middle; }
        .regional_services .field-collection-container .field-name-field-companies .field-items .field-item .node {
          float: left;
          margin: 0 10px; }
          .regional_services .field-collection-container .field-name-field-companies .field-items .field-item .node.node-385 img {
            width: 107px;
            margin: 0 74px; }
          .regional_services .field-collection-container .field-name-field-companies .field-items .field-item .node .field-items {
            display: table;
            height: 60px; }
            .regional_services .field-collection-container .field-name-field-companies .field-items .field-item .node .field-items .field-item {
              display: table-cell;
              vertical-align: middle; }
          .regional_services .field-collection-container .field-name-field-companies .field-items .field-item .node h2.node-title {
            display: none; }
          .regional_services .field-collection-container .field-name-field-companies .field-items .field-item .node img {
            max-width: 245px;
            height: auto; }
  .regional_services .field-collection-container .field-name-field-region-name {
    text-align: center; }
    .regional_services .field-collection-container .field-name-field-region-name .field-item {
      font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
      font-size: 33px;
      line-height: 31px;
      padding-top: 16px;
      color: #f47e36;
      letter-spacing: 1px; }
.regional_services .footer {
  margin-top: 120px; }

/*  News landing Page
--------------------------------------------------- */
.section-news h1#page-title {
  display: none; }
.section-news .contact-section {
  line-height: 25px;
  margin: 0px auto 65px;
  text-align: center;
  /*width: 660px;*/ }
.section-news .separator-section {
  background: url("../images/section-divider-bar.png") no-repeat scroll center transparent;
  clear: both;
  display: block;
  height: 42px;
  margin: 20px auto 16px;
  width: 95%; }
.section-news .contact-info {
  color: #717171;
  font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
  font-size: 33px; }
.section-news .contact-info img {
  margin: 22px 0px 13px; }
.section-news .contact-name {
  color: #333333;
  font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
  font-size: 19px;
  text-transform: uppercase; }
.section-news .contact-rol {
  text-transform: capitalize; }
.section-news .contact-email {
  line-height: 18px; }
.section-news .contact-phone {
  line-height: 26px; }
.section-news .contact-rol,
.section-news .contact-email a,
.section-news .contact-phone,
.section-news .contact-website a {
  color: #717171;
  font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
  font-size: 16px;
  line-height: 21px; }
.section-news .contact-email a,
.section-news .contact-phone,
.section-news .contact-website a {
  font-size: 14px;
  font-family: "HelveticaNeueW01-55Roma", arial, sans-serif; }
.section-news .contact-email a {
  text-decoration: underline;
  text-transform: lowercase; }
.section-news .field-name-field-pdf-of-file {
  font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
  font-size: 18px;
  margin: 0 auto 60px;
  width: 694px;
  line-height: 30px; }
  .section-news .field-name-field-pdf-of-file .file .file-icon {
    display: none; }
  .section-news .field-name-field-pdf-of-file .file a {
    background: url("../images/pdf_download.png") no-repeat center transparent;
    text-indent: -99999px;
    display: block;
    width: 220px;
    overflow: hidden;
    margin: 0 auto; }
  .section-news .field-name-field-pdf-of-file a {
    font-family: "HelveticaNeueW01-65Medi", arial, sans-serif;
    font-size: 13.32px;
    color: #fff;
    padding: 4px 46px 4px 13px;
    text-decoration: none;
    display: block;
    background: url("../images/arrow-link-investors.png") no-repeat #f47e36;
    background-repeat: no-repeat;
    background-position: right;
    width: 122px;
    margin: 0 auto; }
.section-news .news-header {
  text-align: center;
  width: 100%;
  min-width: 960px;
  overflow: hidden;
  margin: 0 auto; }
  .section-news .news-header .views-field-field-basic-image {
    height: 324px;
    background: #EFEFEF; }
  .section-news .news-header img {
    width: 1400px;
    height: 327px;
    max-width: 1400px;
    margin: -5px auto 0;
    display: block; }
  .section-news .news-header .views-field-nothing {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 940px; }
    .section-news .news-header .views-field-nothing .field-content {
      position: absolute;
      left: 0;
      margin-top: 46px;
      width: 967px; }
    .section-news .news-header .views-field-nothing .info {
      width: 550px;
      text-align: left; }
      .section-news .news-header .views-field-nothing .info.center {
        margin: 0 auto; }
      .section-news .news-header .views-field-nothing .info.right {
        float: right; }
      .section-news .news-header .views-field-nothing .info .info-title {
        font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
        font-size: 45px;
        color: #fff;
        width: 550px;
        line-height: 45px; }
      .section-news .news-header .views-field-nothing .info .info-desc {
        font-family: arial, sans-serif;
        font-size: 17px;
        color: #fff;
        line-height: 27px;
        width: 500px;
        text-align: left;
        margin-top: 7px; }
        .section-news .news-header .views-field-nothing .info .info-desc p {
          font-family: arial, sans-serif;
          margin: 0; }
.section-news #sticky-wrapper .green-nav ul li, .section-news #sticky-wrapper .green-nav ul.our-menu-item li {
  width: auto; }
  .section-news #sticky-wrapper .green-nav ul li .item-inner, .section-news #sticky-wrapper .green-nav ul.our-menu-item li .item-inner {
    border-left: 1px solid lightgray;
    height: 55px; }
    .section-news #sticky-wrapper .green-nav ul li .item-inner a, .section-news #sticky-wrapper .green-nav ul.our-menu-item li .item-inner a {
      width: 310px;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff; }
  .section-news #sticky-wrapper .green-nav ul li a, .section-news #sticky-wrapper .green-nav ul.our-menu-item li a {
    width: 310px;
    border-right: none; }
.section-news #sticky-wrapper .green-nav ul li.first .item-inner, .section-news #sticky-wrapper .green-nav ul.our-menu-item li.first .item-inner {
  border-left: none; }
.section-news #sticky-wrapper .green-nav ul li.lsat .item-inner, .section-news #sticky-wrapper .green-nav ul.our-menu-item li.lsat .item-inner {
  border-right: none; }
.section-news #sticky-wrapper .green-nav ul li.views-row-last,
.section-news #sticky-wrapper .green-nav ul li:last-child, .section-news #sticky-wrapper .green-nav ul.our-menu-item li.views-row-last,
.section-news #sticky-wrapper .green-nav ul.our-menu-item li:last-child {
  width: auto; }
.section-news .block-btn-go-top {
  height: 82px;
  margin-top: 30px; }

.news-carousel > div.content {
  margin-top: -80px;
  padding-top: 126px;
  overflow: hidden; }
.news-carousel.press-news-carousel .separator-section, .news-carousel.groupm-news-carousel .separator-section {
  margin-top: 96px; }
.news-carousel.groupm-news-carousel {
  margin-top: 11px; }
.news-carousel.agency-news-carousel {
  margin-top: 10px; }
  .news-carousel.agency-news-carousel .jcarousel-skin-default .jcarousel-navigation {
    margin-top: 32px; }
  .news-carousel.agency-news-carousel .jcarousel-skin-default .jcarousel-container-horizontal > a {
    top: 150px; }
  .news-carousel.agency-news-carousel .view-footer .news-archive-link {
    margin-top: 42px; }
.news-carousel .title-categorie {
  font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
  font-weight: normal;
  font-size: 33px;
  color: #f47e36;
  text-align: center;
  line-height: 31px;
  margin-top: 54px; }
.news-carousel .desc-categorie {
  font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 31px;
  color: #717171;
  text-align: left;
  margin: 0 auto 56px;
  width: 660px; }
.news-carousel .view-footer {
  width: auto; }
  .news-carousel .view-footer .news-archive-link {
    display: block;
    font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
    font-size: 12.76px;
    background: #f47e36;
    color: #fff;
    text-decoration: none;
    padding: 6px 0;
    width: 102px;
    margin: 35px auto 0;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.95;
    filter: alpha(opacity=95); }
.news-carousel .separator-section {
  background: url("../images/section-divider-bar.png") no-repeat scroll center transparent;
  clear: both;
  display: block;
  height: 42px;
  margin: 20px auto 16px;
  width: 95%; }
.news-carousel .jcarousel-skin-default .content-jcarousel-clip-horizontal {
  width: 890px;
  overflow: hidden; }
.news-carousel .jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 904px; }
.news-carousel .jcarousel-skin-default .jcarousel-container-horizontal {
  padding: 0 48px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  width: 888px; }
  .news-carousel .jcarousel-skin-default .jcarousel-container-horizontal > a {
    background-image: url("../images/carousel-arrows-news.png");
    background-repeat: no-repeat;
    background-position: 0 -38px;
    top: 154px;
    width: 18px;
    height: 27px; }
  .news-carousel .jcarousel-skin-default .jcarousel-container-horizontal a.jcarousel-prev {
    left: 6px; }
  .news-carousel .jcarousel-skin-default .jcarousel-container-horizontal a.jcarousel-prev:hover {
    background-position: 0 0; }
  .news-carousel .jcarousel-skin-default .jcarousel-container-horizontal a.jcarousel-next {
    background-position: -23px -38px;
    right: 1px; }
  .news-carousel .jcarousel-skin-default .jcarousel-container-horizontal a.jcarousel-next:hover {
    background-position: -23px 0; }
.news-carousel .jcarousel-skin-default .jcarousel-navigation {
  margin: 58px 0 0; }
  .news-carousel .jcarousel-skin-default .jcarousel-navigation li {
    margin: 0 5px 0 0; }
  .news-carousel .jcarousel-skin-default .jcarousel-navigation li a {
    background: url("../images/pager-carousel-news.png");
    width: 7px;
    height: 7px;
    display: inline-block;
    text-decoration: none;
    font-size: 0; }
  .news-carousel .jcarousel-skin-default .jcarousel-navigation li.active a {
    background: url("../images/bullet-home-carousel-selected.png"); }
.news-carousel .jcarousel-skin-default .jcarousel-item {
  border: none;
  width: 281px;
  height: 320px; }
  .news-carousel .jcarousel-skin-default .jcarousel-item .content-news-lading {
    cursor: pointer;
    overflow: hidden;
    width: 281px; }
    .news-carousel .jcarousel-skin-default .jcarousel-item .content-news-lading .rollover {
      background: #fff;
      display: block;
      position: absolute;
      z-index: 99;
      height: 168px;
      width: 281px;
      opacity: 0;
      filter: alpha(opacity=0); }
    .news-carousel .jcarousel-skin-default .jcarousel-item .content-news-lading .image {
      height: 168px; }
    .news-carousel .jcarousel-skin-default .jcarousel-item .content-news-lading .info {
      height: 152px;
      position: relative;
      background: #333333; }
      .news-carousel .jcarousel-skin-default .jcarousel-item .content-news-lading .info div.video {
        position: absolute;
        right: 0;
        top: -48px;
        display: block;
        height: 48px;
        width: 47px;
        background: transparent url("../images/icon-play-video.png") no-repeat;
        font-size: 0; }
      .news-carousel .jcarousel-skin-default .jcarousel-item .content-news-lading .info .post-date {
        font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
        font-size: 14px;
        color: #00b6de;
        padding-top: 16px;
        opacity: 0.85;
        filter: alpha(opacity=85); }
        .news-carousel .jcarousel-skin-default .jcarousel-item .content-news-lading .info .post-date .date-display-single {
          font-family: "HelveticaNeueW01-75Bold", arial, sans-serif; }
      .news-carousel .jcarousel-skin-default .jcarousel-item .content-news-lading .info .title a {
        font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
        font-size: 19px;
        color: #fff;
        display: block;
        height: 66px;
        margin: 4px 0 15px;
        padding: 0 10px;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90); }
      .news-carousel .jcarousel-skin-default .jcarousel-item .content-news-lading .info .source-type {
        font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
        font-size: 11.75px;
        color: #fff;
        border-top: solid 1px #5c5c5c;
        margin: 0 auto 0;
        padding-top: 5px;
        text-transform: capitalize;
        opacity: 0.8;
        filter: alpha(opacity=80);
        width: 235px; }

.news-carousel-agency .jcarousel-skin-default .jcarousel-item {
  height: 380px; }
.news-carousel-agency img.news-logo-companies {
  margin-top: 15px; }
.news-carousel-agency div#content-btn-go-top {
  position: relative;
  margin: 0 auto;
  width: 940px; }
  .news-carousel-agency div#content-btn-go-top .btn-go-top {
    top: 0;
    right: 0; }

/*  office contact views
--------------------------------------------------- */
.getlocations_map_wrapper .getlocations_map_canvas {
  /*height: 613px !important;*/ }
.getlocations_map_wrapper .infow-head {
  width: 420px;
  clear: both;
  display: block; }
  .getlocations_map_wrapper .infow-head h2#title {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0; }
    .getlocations_map_wrapper .infow-head h2#title a {
      color: #000;
      text-decoration: none;
      font-size: 24px;
      font-family: "HelveticaNeueW01-75Bold", arial, sans-serif; }
.getlocations_map_wrapper #iw-left {
  float: left;
  width: 70%; }
.getlocations_map_wrapper #iw-right {
  float: left;
  width: 30%;
  text-align: rigth; }

.office-contact-form {
  width: 940px;
  margin: 95px auto 0;
  overflow: hidden;
  position: relative; }
  .office-contact-form #webform-component-contact {
    width: 213px;
    border: none;
    float: left;
    padding: 0;
    margin: 0; }
    .office-contact-form #webform-component-contact legend {
      margin: 0;
      width: 100%;
      text-align: center; }
      .office-contact-form #webform-component-contact legend .fieldset-legend {
        font-size: 33px; }
    .office-contact-form #webform-component-contact #webform-component-contact--contact-info {
      margin-top: 20px; }
    .office-contact-form #webform-component-contact #contact-image {
      background: url("../images/white-house.png") no-repeat center center transparent;
      text-align: center;
      width: 97px;
      height: 97px;
      margin: 10px auto 14px; }
    .office-contact-form #webform-component-contact #contact-name,
    .office-contact-form #webform-component-contact #contact-name-second {
      font-size: 20px;
      text-align: center;
      font-family: "HelveticaNeueW01-65Medi", arial, sans-serif; }
    .office-contact-form #webform-component-contact #contact-role,
    .office-contact-form #webform-component-contact #contact-role-second {
      font-size: 14px;
      text-align: center;
      font-family: "HelveticaNeueW01-65Medi", arial, sans-serif;
      line-height: 15px; }
    .office-contact-form #webform-component-contact #contact-email,
    .office-contact-form #webform-component-contact #contact-email-second {
      text-align: center;
      padding-top: 3px;
      width: 213px; }
      .office-contact-form #webform-component-contact #contact-email a,
      .office-contact-form #webform-component-contact #contact-email-second a {
        font-family: "HelveticaNeueW01-55Roma", arial, sans-serif;
        font-size: 17px;
        color: #717171; }
    .office-contact-form #webform-component-contact #contact-phone,
    .office-contact-form #webform-component-contact #contact-phone-second {
      color: #717171;
      text-align: center;
      font-family: "HelveticaNeueW01-55Roma", arial, sans-serif;
      font-size: 18px; }
  .office-contact-form #webform-component-contact-groupm-headquarters {
    width: 600px;
    height: 405px;
    margin-left: 28px;
    border: none;
    float: left;
    background: url("../images/horizontal-separator.png") no-repeat transparent;
    padding-left: 78px; }
    .office-contact-form #webform-component-contact-groupm-headquarters .fieldset-legend {
      font-size: 36px;
      padding-left: 63px;
      position: relative;
      bottom: 5px; }
    .office-contact-form #webform-component-contact-groupm-headquarters .fieldset-wrapper {
      margin-top: 45px; }
    .office-contact-form #webform-component-contact-groupm-headquarters .form-item {
      width: 50%;
      margin: 0 0 10px;
      position: relative; }
      .office-contact-form #webform-component-contact-groupm-headquarters .form-item input, .office-contact-form #webform-component-contact-groupm-headquarters .form-item textarea {
        border: 5px  solid #EFEFEF;
        border-radius: 15px;
        min-height: 25px;
        padding: 4px;
        box-shadow: inset 0px 1px 5px 1px #C8C8C8;
        width: 269px;
        outline: 0px transparent;
        color: #9E9E9E; }
      .office-contact-form #webform-component-contact-groupm-headquarters .form-item label {
        left: 15px;
        position: absolute;
        top: 15px;
        font-size: 15.98px;
        font-weight: normal;
        color: #9E9E9E; }
      .office-contact-form #webform-component-contact-groupm-headquarters .form-item .selectboxit-container span {
        height: auto;
        line-height: 25px;
        font-size: 15.98px;
        font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif; }
        .office-contact-form #webform-component-contact-groupm-headquarters .form-item .selectboxit-container span.required-field {
          color: red; }
      .office-contact-form #webform-component-contact-groupm-headquarters .form-item .selectboxit-container .selectboxit {
        border: 5px solid #EFEFEF;
        border-radius: 15px;
        min-height: 25px;
        padding: 3px 5px;
        box-shadow: inset 0px 1px 5px 1px #C8C8C8;
        width: 268px !important;
        outline: 0px transparent;
        color: #9E9E9E;
        background: #fff; }
        .office-contact-form #webform-component-contact-groupm-headquarters .form-item .selectboxit-container .selectboxit:hover {
          background: #fff; }
        .office-contact-form #webform-component-contact-groupm-headquarters .form-item .selectboxit-container .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
          top: 10px; }
        .office-contact-form #webform-component-contact-groupm-headquarters .form-item .selectboxit-container .selectboxit .selectboxit-arrow-container .selectboxit-default-arrow {
          border-top: 7px solid #f47e36;
          border-right: 7px solid transparent;
          border-left: 7px solid transparent; }
      .office-contact-form #webform-component-contact-groupm-headquarters .form-item.required-field label {
        color: red; }
      .office-contact-form #webform-component-contact-groupm-headquarters .form-item.incorrect-text input {
        color: red; }
    .office-contact-form #webform-component-contact-groupm-headquarters #webform-component-contact-groupm-headquarters--text-validation {
      text-align: center;
      margin: 0 auto;
      position: absolute;
      top: 35px;
      width: 610px;
      color: red;
      display: none; }
    .office-contact-form #webform-component-contact-groupm-headquarters #webform-component-contact-groupm-headquarters--subject {
      float: left;
      margin-top: 3px; }
      .office-contact-form #webform-component-contact-groupm-headquarters #webform-component-contact-groupm-headquarters--subject select {
        background: url("../images/green_arrow.png") no-repeat 204px center transparent;
        width: 240px;
        padding: 3px;
        margin: 0;
        border-width: 2px;
        border-style: inset;
        -moz-appearance: menulist;
        -webkit-appearance: none;
        appearance: menulist;
        border: 5px  solid #EFEFEF;
        border-radius: 15px;
        height: 40px;
        box-shadow: inset 0px 1px 5px 1px #C8C8C8;
        padding-left: 10px;
        outline: 0px transparent;
        padding-right: 34px;
        color: #9E9E9E; }
    .office-contact-form #webform-component-contact-groupm-headquarters #webform-component-contact-groupm-headquarters--message {
      width: 50%;
      float: right;
      margin-top: -116px;
      margin-right: -30px; }
      .office-contact-form #webform-component-contact-groupm-headquarters #webform-component-contact-groupm-headquarters--message textarea {
        height: 160px;
        padding: 10px;
        width: 286px; }
  .office-contact-form .form-actions {
    text-align: center;
    position: absolute;
    bottom: 92px;
    right: 200px; }
    .office-contact-form .form-actions input[type="submit"],
    .office-contact-form .form-actions #contact-form-reset {
      border: none;
      font-family: 'HelveticaNeueW01-65Medi', arial, sans-serif;
      font-size: 13.75px;
      cursor: pointer; }
    .office-contact-form .form-actions input[type="submit"] {
      padding: 4px 47px;
      margin-left: 10px;
      background: #f47e36;
      color: #fff; }
    .office-contact-form .form-actions #contact-form-reset {
      padding: 4px 42px; }

/* Style Select List Subject on Browser IE */
.contact-form-select {
  background: url("../images/green_arrow.png") no-repeat 204px center transparent;
  width: 222px;
  padding: 8px 3px;
  margin: 0;
  border-width: 2px;
  border-style: inset;
  border: 5px solid #efefef;
  border-radius: 15px;
  box-shadow: inset 0px 1px 5px 1px #c8c8c8;
  padding-left: 10px;
  outline: 0px transparent;
  color: #9E9E9E; }
  .contact-form-select .styleSelect_item_content {
    padding-right: 34px;
    color: #9E9E9E; }
    .contact-form-select .styleSelect_item_content ul {
      background: #fff;
      width: 200px;
      padding-left: 10px; }
      .contact-form-select .styleSelect_item_content ul li {
        list-style: none;
        list-style-type: none;
        list-style-image: none; }
      .contact-form-select .styleSelect_item_content ul li:hover {
        background: #3399FF;
        color: #fff; }

#webform-component-contact-groupm-headquarters--message {
  width: 50%;
  float: right;
  margin-top: -24%; }
  #webform-component-contact-groupm-headquarters--message textarea {
    height: 160px;
    padding: 10px;
    width: 300px; }

.form-actions {
  text-align: center; }

.office-contact-nav {
  font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
  font-size: 16px; }
  .office-contact-nav .content {
    margin-left: -460px;
    left: 50%;
    position: fixed;
    z-index: 99; }
  .office-contact-nav .view-content .contact-nav-global {
    background: #EFEFEF;
    float: left;
    display: block;
    width: 187px;
    text-align: center;
    padding: 20px 0;
    border-right: 1px solid #FFF; }
  .office-contact-nav .view-content .contact-nav-global:hover {
    background: #f47e36;
    color: #fff;
    cursor: pointer; }
  .office-contact-nav .view-content > div.view-grouping {
    float: left;
    display: inline-block;
    position: relative; }
    .office-contact-nav .view-content > div.view-grouping > div.view-grouping-header {
      padding-bottom: 8px; }
      .office-contact-nav .view-content > div.view-grouping > div.view-grouping-header .menu-regional-title {
        border-left: 1px solid #c8c8c8; }
        .office-contact-nav .view-content > div.view-grouping > div.view-grouping-header .menu-regional-title .regional-title {
          display: block;
          border-left: 1px solid #fff;
          border-right: 1px solid #fff;
          background: #EFEFEF;
          padding: 20px 0;
          text-align: center;
          width: 176px; }
        .office-contact-nav .view-content > div.view-grouping > div.view-grouping-header .menu-regional-title .regional-title:hover {
          background: #f47e36;
          color: #fff;
          cursor: pointer; }
    .office-contact-nav .view-content > div.view-grouping.long-regional-title > div.view-grouping-header .regional-title {
      width: 135px;
      padding: 11px 26px; }
    .office-contact-nav .view-content > div.view-grouping > div.view-grouping-header:hover {
      background: url("../images/why_gm-nav-bg.png") no-repeat center bottom transparent; }
    .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content {
      position: relative;
      top: -8px;
      display: none;
      background: #fff;
      padding-bottom: 20px; }
      .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.view-grouping:first-child {
        padding-top: 16px; }
      .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.grouping-list > div.view-grouping,
      .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.view-grouping {
        padding-left: 15px;
        padding-bottom: 2px; }
        .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.grouping-list > div.view-grouping .view-grouping-header,
        .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.view-grouping .view-grouping-header {
          cursor: pointer;
          background: url("../images/arrow-nav-oficce.png");
          background-repeat: no-repeat;
          background-position: 10px 4px;
          padding-left: 30px;
          padding-bottom: 5px; }
        .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.grouping-list > div.view-grouping .view-grouping-header.active,
        .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.view-grouping .view-grouping-header.active {
          background-position: 10px -15px;
          font-weight: bold; }
        .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.grouping-list > div.view-grouping .view-grouping-content,
        .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.view-grouping .view-grouping-content {
          display: none;
          margin-top: 3px;
          margin-bottom: 7px; }
          .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.grouping-list > div.view-grouping .view-grouping-content h3,
          .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.view-grouping .view-grouping-content h3 {
            font-size: 16px;
            cursor: pointer;
            margin: 0 0 0 38px;
            line-height: 21px; }
            .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.grouping-list > div.view-grouping .view-grouping-content h3.active,
            .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.view-grouping .view-grouping-content h3.active {
              font-weight: bold; }
          .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.grouping-list > div.view-grouping .view-grouping-content ul,
          .office-contact-nav .view-content > div.view-grouping > div.view-grouping-content > div.view-grouping .view-grouping-content ul {
            display: none; }
  .office-contact-nav .view-content > div.view-grouping:last-child .view-grouping-header .regional-title {
    border-right: none; }
  .office-contact-nav .view-content > div.view-grouping:last-child .grouping-country {
    width: 186px; }
  .office-contact-nav .view-content > div.view-grouping:last-child > div.view-grouping-content > div.grouping-list > div.view-grouping .view-grouping-header,
  .office-contact-nav .view-content > div.view-grouping:last-child > div.view-grouping-content > div.view-grouping .view-grouping-header {
    width: 115px; }
  .office-contact-nav .view-content > div.view-grouping:hover > div.view-grouping-header {
    background: url("../images/why_gm-nav-bg.png") no-repeat center bottom transparent;
    position: relative;
    z-index: 2; }
    .office-contact-nav .view-content > div.view-grouping:hover > div.view-grouping-header .regional-title {
      background: #f47e36;
      color: #fff;
      cursor: default; }
    .office-contact-nav .view-content > div.view-grouping:hover > div.view-grouping-header.active {
      font-weight: bold; }
  .office-contact-nav .view-content > div.view-grouping:hover > div.view-grouping-content {
    display: block; }
  .office-contact-nav .grouping-country {
    padding-top: 20px;
    position: absolute !important;
    width: 366px;
    top: 56px !important; }
    .office-contact-nav .grouping-country > div.view-grouping:first-child {
      padding-top: 0 !important; }
    .office-contact-nav .grouping-country > div.grouping-list {
      width: 170px;
      float: left; }
  .office-contact-nav .no-arrow-nav-office {
    background: none !important; }
  .office-contact-nav .no-block-office {
    display: none !important; }

.mac.ff .office-contact-nav .view-content > div.view-grouping.long-regional-title .menu-regional-title .regional-title {
  padding: 10px 26px !important; }
.mac.ff .news-detailts .views-field-field-news-type {
  margin-top: -4px; }

.ie9 .office-contact-nav .view-content > div.view-grouping.long-regional-title .menu-regional-title .regional-title {
  padding-bottom: 10px !important; }

.page-contact .block-btn-go-top .content p .btn-go-top {
  top: -70px; }

/*  News Details Page
--------------------------------------------------- */
.news-detailts .views-field-nothing {
  background: #F3F3F3; }
  .news-detailts .views-field-nothing .field-content {
    text-align: center; }
    .news-detailts .views-field-nothing .field-content .video-news-detail {
      display: none; }
    .news-detailts .views-field-nothing .field-content.image_text .imagen-news-detail img {
      height: auto;
      position: relative;
      width: auto; }
    .news-detailts .views-field-nothing .field-content.video .video-news-detail {
      display: block; }
      .news-detailts .views-field-nothing .field-content.video .video-news-detail iframe {
        width: 698px; }
    .news-detailts .views-field-nothing .field-content.video .imagen-news-detail {
      display: none; }
.news-detailts .views-field-field-news-type {
  border-top: solid #f47e36;
  margin-top: -3px; }
  .news-detailts .views-field-field-news-type .field-content {
    width: 314px;
    background: url("../images/why_gm-nav-bg.png") no-repeat center bottom transparent;
    padding-bottom: 8px;
    margin: 0 auto; }
    .news-detailts .views-field-field-news-type .field-content .news-type-detail {
      text-align: center;
      font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
      font-size: 16px;
      padding: 19px 0;
      background: #f47e36;
      color: #fff; }
.news-detailts .views-field-title {
  text-align: center;
  margin-top: 34px; }
  .news-detailts .views-field-title .field-content {
    width: 684px;
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-size: 36px;
    margin: 0 auto;
    line-height: 36px; }
.news-detailts .views-field-created {
  text-align: center;
  color: #f47e36;
  font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
  font-size: 18px;
  margin-bottom: 34px;
  margin-top: 10px; }
  .news-detailts .views-field-created .news-post-date {
    font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
    border-right: solid 2px #f47e36;
    margin-right: 8px;
    padding-right: 4px; }
  .news-detailts .views-field-created .publication-type {
    text-transform: uppercase; }

.news-carousel.news-carousel-detail {
  overflow: hidden;
  background: url("../images/simple-divider-section.png");
  background-repeat: no-repeat;
  background-position: center -19px;
  padding-top: 33px; }
  .news-carousel.news-carousel-detail .view-header, .news-carousel.news-carousel-detail .view-header p {
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-size: 33px;
    color: #717171;
    text-align: center;
    overflow: hidden;
    margin-bottom: 23px; }
  .news-carousel.news-carousel-detail .view-footer {
    margin: 22px auto;
    height: 45px;
    width: 938px; }
    .news-carousel.news-carousel-detail .view-footer #content-btn-go-top a.btn-go-top {
      right: 0;
      top: 0; }

.news-companies-mentioned {
  background: #f3f3f3;
  padding: 35px 0 67px;
  overflow: hidden; }
  .news-companies-mentioned .view-header, .news-companies-mentioned .view-header p {
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-size: 16px;
    color: #717171;
    text-align: center; }
  .news-companies-mentioned .view-content {
    text-align: center;
    margin-top: 31px; }
    .news-companies-mentioned .view-content .views-row {
      display: inline-block;
      text-align: center; }
      .news-companies-mentioned .view-content .views-row img {
        float: left;
        padding: 0 20px; }

.node-type-groupm-general-news-content .node header {
  display: none; }
.node-type-groupm-general-news-content .node .field-name-body {
  font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
  font-size: 18px;
  margin: 0 auto 60px;
  width: 694px;
  line-height: 30px; }

.pager-social-share {
  background: url("../images/simple-divider-section.png");
  background-repeat: no-repeat;
  background-position: center -19px;
  text-align: center;
  padding: 18px 0 42px; }
  .pager-social-share .content {
    width: 694px;
    margin: 0 auto;
    position: relative; }
    .pager-social-share .content .news-prev,
    .pager-social-share .content .news-next {
      position: absolute;
      display: block;
      width: 72px;
      background: url("../images/arrow-pager-news.png");
      background-repeat: no-repeat;
      font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
      font-size: 11px;
      color: #fff;
      bottom: -2px;
      padding: 6px 0;
      text-transform: capitalize; }
    .pager-social-share .content .news-next {
      right: 0;
      background-position: 0 -27px; }
    .pager-social-share .content .buttom-share-title {
      font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
      font-size: 12.5px;
      color: #717171;
      margin-bottom: 8px; }
    .pager-social-share .content .buttom-share {
      overflow: hidden;
      width: 118px;
      margin: 0 auto; }
      .pager-social-share .content .buttom-share a {
        background: url("../images/icons-social-share.png");
        background-repeat: no-repeat;
        bottom: 0;
        float: left;
        font-size: 0;
        height: 23px;
        margin-right: 8px;
        width: 23px;
        background-position: 0 -1px; }
        .pager-social-share .content .buttom-share a.share-gplus {
          background-position: 0 -71px; }
        .pager-social-share .content .buttom-share a.share-tw {
          background-position: -1px -36px; }
        .pager-social-share .content .buttom-share a.share-linkedin {
          background-position: -2px -109px;
          margin: 0; }

.section-error #main {
  min-height: 600px; }

.is-quote-yes {
  padding-top: 30px; }

.is-quote-yes p:last-child {
  display: inline !important; }

.is-quote-yes p {
  vertical-align: top; }

.is-quote-yes .quote-yes-1 {
  margin-top: -25px;
  margin-bottom: 135px;
  float: left;
  margin-right: 4px; }

.is-quote-yes .quote-yes-2 {
  margin-left: 10px; }

.is-quote-no .quote-no-1,
.is-quote-no .quote-no-2 {
  display: none; }

/*  Investors Page
--------------------------------------------------- */
.section-wpp-groupm h1.title {
  display: none; }

.landing-page-investors {
  margin-bottom: 30px; }
  .landing-page-investors .views-field-title {
    text-align: center;
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-size: 36px;
    color: #f47e36;
    margin-bottom: 14px;
    margin-top: 60px; }
  .landing-page-investors .views-field-field-page-subtitle {
    text-align: center;
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-size: 36px;
    color: #333333;
    margin-bottom: 40px; }
  .landing-page-investors .views-field-body {
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-size: 18px;
    margin: 0 auto;
    width: 678px;
    line-height: 31px;
    color: #717171;
    margin-bottom: 48px; }
  .landing-page-investors .views-field-field-page-link {
    text-align: center; }
    .landing-page-investors .views-field-field-page-link .field-content {
      background: #f47e36;
      display: inline-block; }
      .landing-page-investors .views-field-field-page-link .field-content a {
        font-family: "HelveticaNeueW01-65Medi", arial, sans-serif;
        font-size: 13.32px;
        color: #fff;
        padding: 6px 46px 6px 13px;
        text-decoration: none;
        display: block;
        background: url("../images/arrow-link-investors.png");
        background-repeat: no-repeat;
        background-position: right; }

.news-carousel.news-financial {
  background: url("../images/simple-divider-section.png");
  background-repeat: no-repeat;
  background-position: center -19px;
  overflow: hidden;
  padding-top: 29px;
  margin-top: 24px;
  clear: both; }
  .news-carousel.news-financial .block-title {
    font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
    font-size: 33px;
    color: #717171;
    padding-bottom: 23px;
    text-align: center; }
  .news-carousel.news-financial .view-footer {
    margin: 54px auto 22px auto;
    height: 45px;
    width: 938px; }
    .news-carousel.news-financial .view-footer #content-btn-go-top a.btn-go-top {
      right: 0;
      top: 0; }

/*  Careers Page
--------------------------------------------------- */
.node-type-careers .submitted {
  display: none; }

.section-careers h1#page-title {
  display: none; }
.section-careers .careers-leader {
  overflow: hidden; }
  .section-careers .careers-leader .row-inner {
    width: 900px;
    margin: 0 auto 120px;
    overflow: hidden;
    background: #00549f;
    position: relative; }
    .section-careers .careers-leader .row-inner .views-field-field-headshot {
      float: left;
      width: 220px;
      height: 200px; }
    .section-careers .careers-leader .row-inner .views-field-field-leader-name {
      display: none;
      position: absolute;
      left: 0;
      bottom: 23px;
      width: 210px;
      background: rgba(0, 0, 0, 0.5);
      padding: 5px 5px 0;
      color: #FFF;
      font-size: 17px; }
    .section-careers .careers-leader .row-inner .views-field-field-leader-title {
      display: none;
      position: absolute;
      left: 0;
      bottom: 0px;
      width: 210px;
      background: rgba(0, 0, 0, 0.5);
      padding: 5px;
      color: #b5b5b5;
      font-size: 11px; }
    .section-careers .careers-leader .row-inner .views-field-title {
      float: right;
      color: #FFF;
      clear: right;
      width: 630px;
      font-family: "HelveticaNeueW01-55Roma", arial, sans-serif;
      padding: 10px 20PX 0;
      font-size: 30px; }
    .section-careers .careers-leader .row-inner .views-field-body {
      float: right;
      color: #FFF;
      line-height: 31px;
      font-family: arial;
      width: 630px;
      font-size: 14px;
      padding-right: 20px; }
      .section-careers .careers-leader .row-inner .views-field-body p {
        margin: 5px 0; }
    .section-careers .careers-leader .row-inner .views-field-field-learn-more-link {
      font-family: Arial, "HelveticaNeueW01-45Ligh", arial, sans-serif;
      font-size: 17px;
      line-height: 28px;
      display: inline-block;
      margin: 0 0 0 16px; }
      .section-careers .careers-leader .row-inner .views-field-field-learn-more-link a {
        padding: 6px;
        background-color: #f47e36;
        margin: 0 15px;
        text-transform: uppercase;
        cursor: pointer;
        font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
        font-size: 11px;
        height: 25px;
        color: #fff; }

.landing-page-careers {
  margin-top: 50px; }
  .landing-page-careers.landing-page-investors .views-field-title {
    margin-bottom: 16px;
    margin-top: 55px; }
  .landing-page-careers.landing-page-investors .views-field-field-page-subtitle {
    font-size: 30px;
    margin-bottom: 31px; }
  .landing-page-careers .views-field-field-regional-map {
    margin: 41px 0 55px; }
    .landing-page-careers .views-field-field-regional-map .item-list {
      margin: 0 auto;
      text-align: center;
      overflow: hidden;
      width: 940px; }
      .landing-page-careers .views-field-field-regional-map .item-list ul li {
        float: left;
        list-style: none;
        list-style-type: none;
        width: 150px;
        margin: 0 28px; }
        .landing-page-careers .views-field-field-regional-map .item-list ul li .field-name-field-reginal-map-image {
          height: 145px;
          display: table;
          background: #FFF;
          margin: 0 auto; }
          .landing-page-careers .views-field-field-regional-map .item-list ul li .field-name-field-reginal-map-image .field-items {
            display: table-cell;
            vertical-align: middle; }
        .landing-page-careers .views-field-field-regional-map .item-list ul li.first {
          margin-right: 10px;
          margin-left: 0; }
        .landing-page-careers .views-field-field-regional-map .item-list ul li.last {
          margin-right: 0;
          margin-left: 10px; }
        .landing-page-careers .views-field-field-regional-map .item-list ul li > div.field-collection-view {
          cursor: pointer; }
          .landing-page-careers .views-field-field-regional-map .item-list ul li > div.field-collection-view:hover .field-name-field-reginal-map-image {
            opacity: 0.7; }
    .landing-page-careers .views-field-field-regional-map .field-name-field-reginal-map-name {
      height: 65px;
      position: relative;
      top: 8px; }
      .landing-page-careers .views-field-field-regional-map .field-name-field-reginal-map-name .field-item {
        font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
        font-size: 16px;
        text-transform: uppercase; }
        .landing-page-careers .views-field-field-regional-map .field-name-field-reginal-map-name .field-item.odd {
          margin-top: 60px;
          padding-bottom: 40px; }
    .landing-page-careers .views-field-field-regional-map .field-name-field-reginal-map-link .field-item {
      background: url("../images/bg-regional-link.png") 0 -2px;
      background-repeat: no-repeat;
      width: 98px;
      margin: 0 auto;
      height: 23px;
      text-align: right; }
      .landing-page-careers .views-field-field-regional-map .field-name-field-reginal-map-link .field-item a {
        color: #fff;
        font-family: "HelveticaNeueW01-75Bold", arial, sans-serif;
        font-size: 10px;
        margin-right: 19px;
        text-decoration: none;
        text-transform: uppercase; }
    .landing-page-careers .views-field-field-regional-map .field-name-field-reginal-map-link .field-item.send-mail {
      background-position: -112px -2px;
      width: 101px; }
    .landing-page-careers .views-field-field-regional-map .field-name-field-reginal-map-link .field-item.odd {
      margin-top: 75px; }

/* news archive page
--------------------------------------------------- */
.section-news.one-sidebar #sticky-wrapper .green-nav ul.menu li a, .section-search.one-sidebar #sticky-wrapper .green-nav ul.menu li a {
  background: #EFEFEF;
  border-left: 1px solid #FFF; }
.section-news.one-sidebar #sticky-wrapper .green-nav ul.menu li:hover a,
.section-news.one-sidebar #sticky-wrapper .green-nav ul.menu li.active-trail a,
.section-news.one-sidebar #sticky-wrapper .green-nav ul.menu li.active a, .section-search.one-sidebar #sticky-wrapper .green-nav ul.menu li:hover a,
.section-search.one-sidebar #sticky-wrapper .green-nav ul.menu li.active-trail a,
.section-search.one-sidebar #sticky-wrapper .green-nav ul.menu li.active a {
  background: #f47e36; }
.section-news.one-sidebar #main, .section-search.one-sidebar #main {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 84px; }
  .section-news.one-sidebar #main #archive-title, .section-search.one-sidebar #main #archive-title {
    font-size: 35px;
    color: #75B72F;
    margin: 25px 5px 34px; }
  .section-news.one-sidebar #main #content.column, .section-search.one-sidebar #main #content.column {
    float: right;
    width: 709px;
    padding: 0 14px 10px;
    position: relative; }
    .section-news.one-sidebar #main #content.column #block-apachesolr-sort-sort, .section-search.one-sidebar #main #content.column #block-apachesolr-sort-sort {
      background: #272727;
      height: 16px;
      padding: 8px 18px 12px;
      color: #FFF;
      width: 100%;
      margin-bottom: 35px; }
      .section-news.one-sidebar #main #content.column #block-apachesolr-sort-sort h2.block-title, .section-search.one-sidebar #main #content.column #block-apachesolr-sort-sort h2.block-title {
        float: left;
        display: block;
        margin: 0 30px 0 0;
        font-size: 12px;
        line-height: 21px;
        height: 23px; }
      .section-news.one-sidebar #main #content.column #block-apachesolr-sort-sort .content, .section-search.one-sidebar #main #content.column #block-apachesolr-sort-sort .content {
        float: left;
        width: 450px;
        height: 22px;
        line-height: 23px; }
        .section-news.one-sidebar #main #content.column #block-apachesolr-sort-sort .content .form-item, .section-search.one-sidebar #main #content.column #block-apachesolr-sort-sort .content .form-item {
          float: left;
          margin: 0 10px;
          width: 160px;
          font-size: 12px; }
          .section-news.one-sidebar #main #content.column #block-apachesolr-sort-sort .content .form-item label, .section-search.one-sidebar #main #content.column #block-apachesolr-sort-sort .content .form-item label {
            float: left;
            display: none; }
        .section-news.one-sidebar #main #content.column #block-apachesolr-sort-sort .content .form-actions, .section-search.one-sidebar #main #content.column #block-apachesolr-sort-sort .content .form-actions {
          margin: 0;
          line-height: 0; }
          .section-news.one-sidebar #main #content.column #block-apachesolr-sort-sort .content .form-actions input, .section-search.one-sidebar #main #content.column #block-apachesolr-sort-sort .content .form-actions input {
            margin-top: 1px;
            background-color: #f47e36;
            border: none;
            color: #FFF; }
            .section-news.one-sidebar #main #content.column #block-apachesolr-sort-sort .content .form-actions input:hover, .section-search.one-sidebar #main #content.column #block-apachesolr-sort-sort .content .form-actions input:hover {
              cursor: pointer; }
      .section-news.one-sidebar #main #content.column #block-apachesolr-sort-sort .selectboxit-container span, .section-news.one-sidebar #main #content.column #block-apachesolr-sort-sort .selectboxit-container .selectboxit-options a, .section-search.one-sidebar #main #content.column #block-apachesolr-sort-sort .selectboxit-container span, .section-search.one-sidebar #main #content.column #block-apachesolr-sort-sort .selectboxit-container .selectboxit-options a {
        background: #181818;
        height: 19px;
        line-height: 19px;
        display: block;
        color: white;
        border: none; }
      .section-news.one-sidebar #main #content.column #block-apachesolr-sort-sort .selectboxit .selectboxit-arrow-container .selectboxit-arrow, .section-search.one-sidebar #main #content.column #block-apachesolr-sort-sort .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
        background: url("../images/green_arrow.png") no-repeat 0px -1px transparent;
        top: 7px;
        height: 7px;
        width: 16px;
        left: -6px;
        border: none; }
    .section-news.one-sidebar #main #content.column .node-groupm-general-news-content, .section-search.one-sidebar #main #content.column .node-groupm-general-news-content {
      margin-bottom: 19px;
      padding-bottom: 13px;
      border-bottom: 1px solid #ECECEC;
      height: 114px; }
    .section-news.one-sidebar #main #content.column .group-left, .section-search.one-sidebar #main #content.column .group-left {
      width: 180px;
      margin-right: 22px; }
      .section-news.one-sidebar #main #content.column .group-left .field-name-field-main-image, .section-search.one-sidebar #main #content.column .group-left .field-name-field-main-image {
        height: 106px; }
      .section-news.one-sidebar #main #content.column .group-left .field-name-field-office-ubication .location.vcard, .section-search.one-sidebar #main #content.column .group-left .field-name-field-office-ubication .location.vcard {
        display: none; }
    .section-news.one-sidebar #main #content.column .group-right, .section-search.one-sidebar #main #content.column .group-right {
      width: 496px; }
      .section-news.one-sidebar #main #content.column .group-right .field-name-post-date, .section-search.one-sidebar #main #content.column .group-right .field-name-post-date {
        font-size: 12px;
        margin-top: 7px;
        color: #57C6E3; }
        .section-news.one-sidebar #main #content.column .group-right .field-name-post-date .field-item, .section-search.one-sidebar #main #content.column .group-right .field-name-post-date .field-item {
          font-family: "HelveticaNeueW01-75Bold", arial, sans-serif; }
      .section-news.one-sidebar #main #content.column .group-right .field-name-title-field h2, .section-search.one-sidebar #main #content.column .group-right .field-name-title-field h2 {
        margin: 2px 0 10px;
        line-height: 21px; }
        .section-news.one-sidebar #main #content.column .group-right .field-name-title-field h2 a, .section-search.one-sidebar #main #content.column .group-right .field-name-title-field h2 a {
          font-size: 18px;
          color: #4B4B4B;
          letter-spacing: 1px; }
      .section-news.one-sidebar #main #content.column .group-right .field-name-body, .section-search.one-sidebar #main #content.column .group-right .field-name-body {
        display: none; }
      .section-news.one-sidebar #main #content.column .group-right .field-name-field-source, .section-search.one-sidebar #main #content.column .group-right .field-name-field-source {
        float: left; }
        .section-news.one-sidebar #main #content.column .group-right .field-name-field-source .field-label, .section-search.one-sidebar #main #content.column .group-right .field-name-field-source .field-label {
          color: #6F6F6F;
          font-size: 12px; }
        .section-news.one-sidebar #main #content.column .group-right .field-name-field-source .field-items, .section-search.one-sidebar #main #content.column .group-right .field-name-field-source .field-items {
          line-height: 13px; }
          .section-news.one-sidebar #main #content.column .group-right .field-name-field-source .field-items .field-item a, .section-search.one-sidebar #main #content.column .group-right .field-name-field-source .field-items .field-item a {
            color: #6F6F6F;
            font-size: 11px; }
        .section-news.one-sidebar #main #content.column .group-right .field-name-field-source h2, .section-search.one-sidebar #main #content.column .group-right .field-name-field-source h2 {
          font-size: 22px; }
        .section-news.one-sidebar #main #content.column .group-right .field-name-field-source .search-form, .section-search.one-sidebar #main #content.column .group-right .field-name-field-source .search-form {
          margin-bottom: 30px; }
        .section-news.one-sidebar #main #content.column .group-right .field-name-field-source ul, .section-search.one-sidebar #main #content.column .group-right .field-name-field-source ul {
          line-height: 27px; }
      .section-news.one-sidebar #main #content.column .group-right .field-name-field-companies-references, .section-search.one-sidebar #main #content.column .group-right .field-name-field-companies-references {
        float: right; }
  .section-news.one-sidebar #main ul, .section-search.one-sidebar #main ul {
    line-height: 27px; }
  .section-news.one-sidebar #main .spelling-suggestions .form-item strong, .section-search.one-sidebar #main .spelling-suggestions .form-item strong {
    font-size: 22px; }
  .section-news.one-sidebar #main .spelling-suggestions .form-item dd, .section-search.one-sidebar #main .spelling-suggestions .form-item dd {
    margin-top: 10px; }
  .section-news.one-sidebar #main .region-sidebar-first, .section-search.one-sidebar #main .region-sidebar-first {
    float: left;
    background: url("../images/sidebar-archive-bg.png") repeat-y right transparent;
    width: 150px;
    padding-right: 27px;
    margin-right: 22px;
    padding-left: 3px;
    min-height: 700px; }
    .section-news.one-sidebar #main .region-sidebar-first .block-title, .section-search.one-sidebar #main .region-sidebar-first .block-title {
      margin: 34px 0px 0;
      font-size: 13px;
      font-family: "HelveticaNeueW01-75Bold", arial, sans-serif; }
    .section-news.one-sidebar #main .region-sidebar-first .refine-results, .section-search.one-sidebar #main .region-sidebar-first .refine-results {
      font-size: 22px;
      margin-top: 16px; }
    .section-news.one-sidebar #main .region-sidebar-first ul, .section-search.one-sidebar #main .region-sidebar-first ul {
      list-style: none;
      padding: 0; }
      .section-news.one-sidebar #main .region-sidebar-first ul li, .section-search.one-sidebar #main .region-sidebar-first ul li {
        margin: 0; }
        .section-news.one-sidebar #main .region-sidebar-first ul li a, .section-search.one-sidebar #main .region-sidebar-first ul li a {
          color: #A0A0A0;
          line-height: 21PX;
          font-size: 13px;
          text-decoration: none; }
.section-news.one-sidebar .block-btn-go-top, .section-search.one-sidebar .block-btn-go-top {
  height: 101px;
  margin-top: 0; }
  .section-news.one-sidebar .block-btn-go-top .content p .btn-go-top, .section-search.one-sidebar .block-btn-go-top .content p .btn-go-top {
    right: 296px;
    top: 32px; }
.section-news.one-sidebar .search-form, .section-search.one-sidebar .search-form {
  position: absolute;
  top: -77px;
  right: 0; }
  .section-news.one-sidebar .search-form label[for=edit-keys], .section-search.one-sidebar .search-form label[for=edit-keys] {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #CCCCCC;
    font-size: 10px; }
  .section-news.one-sidebar .search-form #edit-keys, .section-search.one-sidebar .search-form #edit-keys {
    border-radius: 14px;
    border: solid 4px #F1F1F1;
    width: 236px;
    height: 30px;
    outline: none;
    padding-left: 10px;
    box-shadow: inset 1px 1px 2px 1px #CCC;
    color: #CCCCCC; }
  .section-news.one-sidebar .search-form #edit-submit, .section-search.one-sidebar .search-form #edit-submit {
    width: 18px;
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    height: 18px;
    border: none;
    background: url("../images/search-icon.png") no-repeat 0 0 transparent;
    text-indent: -9999px;
    padding: 0; }
  .section-news.one-sidebar .search-form .form-type-checkbox, .section-search.one-sidebar .search-form .form-type-checkbox {
    display: block;
    margin: 0;
    margin-top: 10px; }
    .section-news.one-sidebar .search-form .form-type-checkbox input, .section-search.one-sidebar .search-form .form-type-checkbox input {
      margin-top: -4px; }

/*
* Search page
*/
.page-search.safari.mac .footer {
  margin-bottom: -16px; }

.page-search .footer {
  margin-bottom: -8px; }
.page-search #main {
  /*#navigation{
  display:none;
  }*/ }
  .page-search #main #content {
    margin: 0 auto 0;
    max-width: 940px; }
    .page-search #main #content h1.title {
      color: #f47e36;
      display: block;
      font-family: HelveticaNeueW01-45Ligh, arial, sans-serif;
      font-size: 36px;
      font-weight: normal;
      height: 43px; }
    .page-search #main #content h2 {
      font-size: 22px; }
    .page-search #main #content .search-form {
      margin-bottom: 30px; }
    .page-search #main #content ul {
      line-height: 27px; }
    .page-search #main #content .field-name-field-email,
    .page-search #main #content .field-name-field-contact-email-services {
      text-transform: lowercase; }

.page-search .field-name-field-agency-logo-image {
  text-align: center;
  margin-top: 35px; }

.section-search.one-sidebar #main {
  /*.block-btn-go-top {
  height: 0;
  position: relative;
  .content{
  position: absolute;
  top: -103px;
  left: 0;
  }
  }*/ }
  .section-search.one-sidebar #main #content.column #page-title.title,
  .section-search.one-sidebar #main #content.column .tabs.primary {
    display: none; }
  .section-search.one-sidebar #main #content.column .view-mode-search_result {
    margin-bottom: 19px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ececec;
    height: 114px; }
  .section-search.one-sidebar #main #content.column .group-right .field .field-item, .section-search.one-sidebar #main #content.column .group-right .field p, .section-search.one-sidebar #main #content.column .group-right .field span {
    color: #6F6F6F;
    font-size: 12px; }
    .section-search.one-sidebar #main #content.column .group-right .field .field-item h2.title, .section-search.one-sidebar #main #content.column .group-right .field p h2.title, .section-search.one-sidebar #main #content.column .group-right .field span h2.title {
      height: 26px;
      overflow: hidden; }
      .section-search.one-sidebar #main #content.column .group-right .field .field-item h2.title a, .section-search.one-sidebar #main #content.column .group-right .field p h2.title a, .section-search.one-sidebar #main #content.column .group-right .field span h2.title a {
        color: #686868; }
  .section-search.one-sidebar #main #content.column .pager {
    margin-top: 67px;
    margin-bottom: 33px; }
    .section-search.one-sidebar #main #content.column .pager li {
      margin: 0 5px;
      padding: 0; }
    .section-search.one-sidebar #main #content.column .pager .pager-item a {
      color: #f47e36;
      font-size: 15px; }
    .section-search.one-sidebar #main #content.column .pager .pager-current {
      color: #f47e36;
      font-size: 15px;
      font-family: "HelveticaNeueW01-75Bold", arial, sans-serif; }
    .section-search.one-sidebar #main #content.column .pager .pager-first {
      background: url(../images/next-previous-green-arrow.png) repeat-x left center transparent; }
      .section-search.one-sidebar #main #content.column .pager .pager-first a {
        display: inline-block;
        width: 20px;
        height: 20px;
        text-indent: -99999px; }
    .section-search.one-sidebar #main #content.column .pager .pager-last {
      background: url(../images/next-previous-green-arrow.png) repeat-x right center transparent; }
      .section-search.one-sidebar #main #content.column .pager .pager-last a {
        display: inline-block;
        width: 20px;
        height: 20px;
        text-indent: -99999px; }
    .section-search.one-sidebar #main #content.column .pager .pager-next {
      background: url(../images/next-previous-green-arrow.png) no-repeat -44px center transparent; }
      .section-search.one-sidebar #main #content.column .pager .pager-next a {
        display: inline-block;
        width: 20px;
        height: 20px;
        text-indent: -99999px; }
    .section-search.one-sidebar #main #content.column .pager .pager-previous {
      background: url(../images/next-previous-green-arrow.png) no-repeat -28px center transparent; }
      .section-search.one-sidebar #main #content.column .pager .pager-previous a {
        display: inline-block;
        width: 20px;
        height: 20px;
        text-indent: -99999px; }

/*
* block btn go top
*/
.block-btn-go-top {
  height: 0px; }
  .block-btn-go-top .content {
    position: relative;
    width: 960px;
    margin: 0 auto; }
    .block-btn-go-top .content p {
      margin: 0; }
      .block-btn-go-top .content p .btn-go-top {
        top: 0;
        right: 0; }

.user-account #content.column {
  width: 940px;
  margin: 0 auto; }

.section-unauthorized-page #main,
.section-page-not-found #main {
  width: 704px;
  margin: 192px auto 160px; }
  .section-unauthorized-page #main #page-title,
  .section-page-not-found #main #page-title {
    display: none; }
  .section-unauthorized-page #main .basic-page-content,
  .section-page-not-found #main .basic-page-content {
    background: #F2EFF1;
    border: 2px solid #F2EFF1; }
    .section-unauthorized-page #main .basic-page-content .views-field-title,
    .section-page-not-found #main .basic-page-content .views-field-title {
      background: #FFF;
      text-align: center; }
      .section-unauthorized-page #main .basic-page-content .views-field-title h2,
      .section-page-not-found #main .basic-page-content .views-field-title h2 {
        font-size: 36px;
        color: #f47e36;
        margin-top: 0;
        padding: 20px; }
    .section-unauthorized-page #main .basic-page-content .views-field-body,
    .section-page-not-found #main .basic-page-content .views-field-body {
      width: 525px;
      margin: 55px auto;
      line-height: 27px; }
      .section-unauthorized-page #main .basic-page-content .views-field-body p,
      .section-page-not-found #main .basic-page-content .views-field-body p {
        text-align: justify;
        font-family: "HelveticaNeueW01-65Medi", arial, sans-serif; }
      .section-unauthorized-page #main .basic-page-content .views-field-body .back,
      .section-page-not-found #main .basic-page-content .views-field-body .back {
        background: #f47e36;
        color: #FFF;
        text-align: center;
        margin: 28px auto 0;
        display: block;
        width: 80px;
        font-size: 12px;
        padding: 5px;
        cursor: pointer;
        text-decoration: none; }

.section-terms-conditions .content,
.section-privacy-policy .content {
  width: 664px;
  margin: 0 auto;
  text-align: center; }
.section-terms-conditions #header .content,
.section-privacy-policy #header .content {
  min-width: 664px;
  width: 100%; }
.section-terms-conditions #main,
.section-privacy-policy #main {
  width: 960px;
  margin: 100px auto 0; }
  .section-terms-conditions #main #page-title,
  .section-privacy-policy #main #page-title {
    display: none; }
  .section-terms-conditions #main .basic-page-content .views-field-title,
  .section-privacy-policy #main .basic-page-content .views-field-title {
    background: #FFF;
    text-align: center; }
    .section-terms-conditions #main .basic-page-content .views-field-title h2,
    .section-privacy-policy #main .basic-page-content .views-field-title h2 {
      font-size: 36px;
      color: #f47e36;
      margin-top: 0;
      padding: 20px;
      line-height: 31px; }
  .section-terms-conditions #main .basic-page-content .views-field-body,
  .section-privacy-policy #main .basic-page-content .views-field-body {
    line-height: 27px; }
    .section-terms-conditions #main .basic-page-content .views-field-body p,
    .section-privacy-policy #main .basic-page-content .views-field-body p {
      font-family: "HelveticaNeueW01-45Ligh", arial, sans-serif;
      font-weight: normal;
      font-size: 18px;
      line-height: 31px;
      color: #6a6a6a;
      text-align: justify; }
      .section-terms-conditions #main .basic-page-content .views-field-body p a,
      .section-privacy-policy #main .basic-page-content .views-field-body p a {
        color: #6a6a6a;
        text-decoration: underline; }
      .section-terms-conditions #main .basic-page-content .views-field-body p strong,
      .section-privacy-policy #main .basic-page-content .views-field-body p strong {
        color: #333333; }
.section-terms-conditions .block-btn-go-top,
.section-privacy-policy .block-btn-go-top {
  height: 80px; }
  .section-terms-conditions .block-btn-go-top .btn-go-top,
  .section-privacy-policy .block-btn-go-top .btn-go-top {
    background: url("../images/arrow-top-orange.png") no-repeat scroll 45px center transparent; }

/*.section-unauthorized-page,
.section-page-not-found {
#main{
width: 704px;
margin: 192px auto 160px;
#page-title{
display: none;
}
.basic-page-content{
background: #F2EFF1;
border: 2px solid #F2EFF1;
.views-field-title{
background: #FFF;
text-align: center;
h2{
font-size: 36px;
color: $orange;
margin-top: 0;
padding: 20px;
}
}
.views-field-body{
width: 525px;
margin: 55px auto;
line-height: 27px;
p{
text-align: justify;
font-family: $font-helveticalt-md;
}
.back{
background: $orange;
color: #FFF;
text-align: center;
margin: 28px auto 0;
display: block;
width: 80px;
font-size: 12px;
padding: 5px;
cursor: pointer;
text-decoration: none;
}
}
}

}
}*/
.section-sitemap #main {
  width: 960px;
  margin: 100px auto 0; }
  .section-sitemap #main #page-title {
    font-size: 36px;
    color: #f47e36;
    margin-top: 0;
    padding: 20px;
    padding-left: 0px; }
  .section-sitemap #main #site-map {
    line-height: 27px; }
    .section-sitemap #main #site-map .title {
      display: none; }
    .section-sitemap #main #site-map a:visited {
      color: #000; }
    .section-sitemap #main #site-map .content > ul.site-map-menu {
      margin-bottom: 70px; }
      .section-sitemap #main #site-map .content > ul.site-map-menu > li {
        list-style: none;
        list-style-image: none;
        list-style-type: none;
        margin-bottom: 10px; }
        .section-sitemap #main #site-map .content > ul.site-map-menu > li > a {
          font-weight: bold; }
    .section-sitemap #main #site-map ul li {
      list-style: disc; }
      .section-sitemap #main #site-map ul li a {
        color: #000; }
      .section-sitemap #main #site-map ul li a:hover {
        color: #f47e36;
        text-decoration: none; }
