.icon-sprite, #main .pagination .pager-first > a:before,
#main .pagination .pager-last > a:before,
#main .pagination .pager-previous > a:before,
#main .pagination .pager-next > a:before,
#main .pagination .btn-prev:before,
#main .pagination .btn-next:before, #timeline-wrapper .nav-container .icon, #timeline-wrapper .nav-next .icon {
  background-image: url('../images/../images/icon-sb8cd453a53.png');
  background-repeat: no-repeat;
}

.picto-sprite {
  background-image: url('../images/../images/picto-se1589426d7.png');
  background-repeat: no-repeat;
}

.transport-picto-sprite {
  background-image: url('../images/../images/transport-picto-s06d3aa697d.png');
  background-repeat: no-repeat;
}

.fuller-map-sprite, #map.americas .map-hover, #map.asia .map-hover, #map.central_europe .map-hover, #map.russia .map-hover, #map.west_europe .map-hover {
  background-image: url('../images/../images/fuller-map-s6a2311f743.png');
  background-repeat: no-repeat;
}

/*
  Document   : mixins
  Created on : 25 nov. 2012, 12:33:27
  Author     : eric
  Description:
  Purpose of the stylesheet follows.
*/
/* Vertical rhythm */
.view-content {
  overflow: hidden;
  *zoom: 1;
}

#tabs {
  /*margin-top: -64px;*/
}
#tabs .tabs {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
#tabs .tabs li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 1px;
  padding-right: 1px;
}
#tabs .tabs li:first-child {
  padding-left: 0;
}
#tabs .tabs li:last-child {
  padding-right: 0;
}
#tabs .tabs li.last {
  padding-right: 0;
}
#tabs .tabs a {
  background-color: #ddd;
  border: 1px solid #bbb;
  border-bottom: 0;
  padding: 7px 20px 8px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  display: block;
  color: #555;
}
#tabs .tabs a:hover {
  background-color: #eee;
  text-decoration: none;
  color: #222;
}
#tabs .tabs a.active {
  background-color: #fff;
  color: #000;
}

.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.bg-stretch img {
  max-width: none;
  vertical-align: top;
}

.front .bean-push-large,
.front .bean-minipush,
.front .widget {
  float: left;
}

.span-image {
  width: 100%;
}
.span-image img {
  width: 100%;
  height: auto;
}

.no-banner .span-image {
  display: none;
}

.no-banner .banner {
  height: 50px;
}

#content {
  float: left;
  width: 710px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.no-sidebars #content {
  width: 100%;
  box-shadow: none;
}

.view-wall-brands .special-text,
.node > .content > .special-text,
.view .special-text {
  display: block;
  padding: 0 25px;
  color: #626262;
  position: relative;
  margin: 0 0 13px;
}
.view-wall-brands .special-text:before,
.node > .content > .special-text:before,
.view .special-text:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 3px;
  width: 5px;
  background: #f9b900;
}

.map-holder {
  overflow: hidden;
}
.map-holder .map {
  overflow: hidden;
  clear: both;
  border: 1px solid #eaeaea;
}

.inner .article-widget {
  margin-bottom: 30px;
}
.inner .article-widget h2 {
  margin-bottom: 10px;
}
.inner .article-widget .image-holder {
  margin-bottom: 20px;
}

.field-name-field-body {
  margin-top: 40px;
  /*  .oembed-video iframe {
    width: 670px;
    height: 377px;
  }*/
}
.node-type-organization .field-name-field-body {
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 1px;
  margin-bottom: -14px;
}

.front #content .row {
  margin-left: -14px;
  margin-right: -14px;
}

.widget {
  width: 219px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-right: 9px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #fff;
  padding: 0 0 20px;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}
.front #content .widget {
  width: 219px;
  margin-left: 14px;
  margin-right: 14px;
}
.widget .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: block;
  font-weight: bold;
  padding: 20px 20px 15px;
  text-transform: uppercase;
  margin: 0;
}
.widget .image-holder {
  overflow: hidden;
  margin-bottom: 20px;
}
.widget .image-holder img {
  width: 100%;
  height: auto;
}
.widget .details {
  padding: 0 20px;
  margin-top: -4px;
}
.widget p {
  margin: 0 0 11px;
}
.widget .carousel {
  padding: 0 20px 20px;
  margin-top: -4px;
  position: static;
}
.widget .carousel .mask {
  margin-bottom: 7px;
  overflow: hidden;
}
.widget .tweet {
  margin-bottom: 8px;
}
.widget .tweet a {
  color: #fff;
  text-decoration: none;
}
.widget .tweet a:hover, .widget .tweet a:active, .widget .tweet a:focus {
  color: #e6e6e6;
  text-decoration: none;
}
.widget .tweet .meta {
  display: block;
  overflow: hidden;
}
.widget .tweet .username {
  float: left;
  margin-right: 20px;
}
.widget .tweet p {
  margin-bottom: 0;
}
.widget .view-twitter .controls .hide {
  opacity: 0 !important;
  visibility: hidden;
}
.widget .controls {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.widget .controls .btn-prev,
.widget .controls .btn-next {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: relative;
  background: #f9b900;
  margin-right: 7px;
}
.widget .controls .btn-prev:before,
.widget .controls .btn-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/sprite.png) no-repeat -28px 4px;
}
.widget .controls .btn-prev:hover,
.widget .controls .btn-next:hover {
  text-decoration: none;
  opacity: 0.8;
}
.widget .controls .btn-prev:before {
  background-position: -61px -32px;
}
.widget .big-text {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  margin-bottom: 9px;
}
.widget .btn-more {
  margin: 0 20px;
}

.page-article header {
  margin-bottom: 20px;
}
.page-article header time {
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.page-article header .tags {
  overflow: hidden;
  margin: 0;
}
.page-article header .tags li {
  float: left;
  margin-right: 15px;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
.page-article header .tags li:before {
  display: none;
}
.page-article header .tags a {
  color: #000;
  text-decoration: underline;
}
.page-article header .tags a:hover {
  text-decoration: none;
}
.page-article .seperator {
  margin-bottom: 24px;
}

/**
  * Views
*/
.page-experts-words #block-system-main,
.page-news-wall #block-system-main {
  margin-left: -20px;
  margin-right: -20px;
}

.page-experts-words .view-header,
.view-news-wall .view-header {
  margin: 0 20px;
}

.view-news-wall.view-display-id-page .view-header,
.view-experts-words.view-display-id-page .view-header {
  min-height: 100px;
  position: relative;
  padding-right: 300px;
  margin-bottom: 20px;
}
.view-news-wall.view-display-id-page #block-gefco-event-agenda-link,
.view-news-wall.view-display-id-page #block-gefco-glossary-glossary-link,
.view-news-wall.view-display-id-page #block-gefco-event-press-link,
.view-experts-words.view-display-id-page #block-gefco-event-agenda-link,
.view-experts-words.view-display-id-page #block-gefco-glossary-glossary-link,
.view-experts-words.view-display-id-page #block-gefco-event-press-link {
  text-align: center;
  position: absolute;
  left: auto;
  right: 0;
  top: -30px;
  padding-top: 90px;
  background-color: transparent;
  width: 120px;
  border-top: 0;
  min-height: 72px;
}
.view-news-wall.view-display-id-page #block-gefco-event-agenda-link .btn-more,
.view-news-wall.view-display-id-page #block-gefco-glossary-glossary-link .btn-more,
.view-news-wall.view-display-id-page #block-gefco-event-press-link .btn-more,
.view-experts-words.view-display-id-page #block-gefco-event-agenda-link .btn-more,
.view-experts-words.view-display-id-page #block-gefco-glossary-glossary-link .btn-more,
.view-experts-words.view-display-id-page #block-gefco-event-press-link .btn-more {
  padding-left: 0;
  text-transform: uppercase;
}
.view-news-wall.view-display-id-page #block-gefco-event-agenda-link .btn-more:before,
.view-news-wall.view-display-id-page #block-gefco-glossary-glossary-link .btn-more:before,
.view-news-wall.view-display-id-page #block-gefco-event-press-link .btn-more:before,
.view-experts-words.view-display-id-page #block-gefco-event-agenda-link .btn-more:before,
.view-experts-words.view-display-id-page #block-gefco-glossary-glossary-link .btn-more:before,
.view-experts-words.view-display-id-page #block-gefco-event-press-link .btn-more:before {
  background: none;
}
.view-news-wall.view-display-id-page #block-gefco-event-press-link,
.view-experts-words.view-display-id-page #block-gefco-event-press-link {
  right: 150px;
  background-position: 30px -230px;
}
.view-news-wall.view-display-id-page #block-gefco-event-agenda-link,
.view-experts-words.view-display-id-page #block-gefco-event-agenda-link {
  background-position: 30px 20px;
}

.form-holder {
  border-style: dashed;
  border-color: #b1b1b1;
  border-width: 1px 0;
  background: #f8f8f8;
  padding: 17px 16px 9px;
  overflow: hidden;
  margin-bottom: 29px;
}
.form-holder .title {
  color: #626262;
  float: left;
  font-size: 48px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 0;
  max-width: 260px;
  padding-top: 23px;
  text-transform: uppercase;
  position: relative;
  bottom: 4px;
}

.filter-form {
  float: right;
  width: 628px;
  padding: 0 4px;
  margin: 0;
}
.filter-form .views-exposed-widget,
.filter-form .col {
  float: left;
  width: 254px;
  margin: 0 10px;
  padding: 0;
}
.filter-form .views-submit-button {
  width: auto;
}
.filter-form .views-submit-button .form-submit {
  margin-top: 22px;
}
.filter-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 16px;
  color: #626262;
  text-transform: uppercase;
  font-weight: 700;
}
.filter-form .jcf-select {
  width: 100%;
}
.filter-form input[type="submit"] {
  border: none;
  cursor: pointer;
  margin-top: 22px;
  margin-left: 10px;
  min-width: 62px;
  padding: 11px;
}
.filter-form.three-columns {
  float: left;
  width: auto;
}
.filter-form.three-columns .views-exposed-widget,
.filter-form.three-columns .col {
  width: 204px;
}
.filter-form.three-columns .views-submit-button {
  width: auto;
  margin: 0;
}

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #dadddd;
  background: #fff;
  height: 40px;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  white-space: nowrap;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  padding: 6px 50px 6px 8px;
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #f9b900;
  width: 40px;
  bottom: -1px;
  right: -1px;
  top: -1px;
  cursor: pointer;
}
.jcf-select .jcf-select-opener:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent;
  margin: -3px 0 0 -6px;
}
.jcf-select .jcf-select-opener:hover {
  background: #00377b;
}
.jcf-select.jcf-select-blue-select .jcf-select-opener {
  background: none;
}

.jcf-drop-active .jcf-select-opener {
  background: #00377b;
}

.jcf-select.jcf-select-blue-select .jcf-select-opener:after {
  border-color: #00377b transparent transparent;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: right;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
  border: 1px solid #dadddd;
  border-top: 1px solid #fff;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  cursor: pointer;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: none;
  color: #00377b;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 100%;
  width: 100%;
  margin: 0;
  right: 0;
  top: 0;
}

.jcf-file .jcf-fake-input {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #eaeaea;
  padding: 0 8px;
  font-size: 13px;
  line-height: 32px;
  height: 32px;
  width: 340px;
  margin-right: 20px;
}

.form-managed-file input.form-submit,
.form-managed-file input.form-file,
.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0 0 -1px;
  padding: 0 5px;
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 80px;
  background: #f9b900;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border: 0;
}

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #dadddd;
  margin: 0 9px 0 0;
  height: 24px;
  width: 24px;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 6px;
  width: 12px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #00377b;
  border-width: 0 0 3px 3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-sprite: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked {
  border-color: #00377b;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

.page-pagination {
  float: left;
  width: 710px;
  padding: 0;
}

.page-pagination .btn-prev {
  float: left;
}

.page-pagination .btn-next {
  float: right;
}

/**
  * Article widget
*/
/* Override overflow:hidden
 * to make visible the box shadow of the view items
 */
.page-experts-words #content,
.page-experts-words .inner-content,
.page-experts-words .masonry-holder,
.page-news-wall #content,
.page-news-wall .inner-content,
.page-news-wall .masonry-holder {
  overflow: visible;
}

.view-experts-words.view-display-id-page .row,
.view-news-wall.view-display-id-page .row {
  margin-left: 0;
  margin-right: 0;
}

.view-experts-words.view-display-id-page .views-row,
.view-news-wall.view-display-id-page .views-row {
  padding: 0;
  margin: 0;
  border-top-width: 5px;
  border-top-style: solid;
  width: 300px;
  float: left;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.view-experts-words.view-display-id-page .views-row:nth-child(3n+2),
.view-news-wall.view-display-id-page .views-row:nth-child(3n+2) {
  margin-left: 30px;
  margin-right: 30px;
}

.js .view-experts-words.view-display-id-page .views-row:nth-child(3n+2),
.view-news-wall.view-display-id-page .views-row:nth-child(3n+2) {
  margin-left: 0;
  margin-right: 0;
}

.section-blocks {
  margin-left: -35px;
  margin-right: -35px;
}

.view-experts-words.view-display-id-page .views-row .article-widget,
.view-news-wall.view-display-id-page .views-row .article-widget {
  border-top: 0;
  width: auto;
  margin: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.view-news-wall.view-display-id-page .view-empty {
  margin-left: 10px;
}

.article-widget {
  background: #fff;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: transparent;
  padding: 20px;
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.article-widget span a {
  color: #57a6d8;
  font-size: 24px;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  font-weight: 600;
  word-wrap: break-word;
}

.article-widget.large {
  width: 630px;
}

.article-widget .image-holder {
  margin-bottom: 15px;
}

.article-widget .image-holder img {
  width: 100%;
  height: auto;
}

.article-widget .image-wrap {
  padding: 3px 0 17px;
}

.article-widget .image-wrap img {
  width: 100%;
  height: auto;
}

.article-widget .text-wrap {
  padding-right: 20px;
}

.article-widget .text-wrap.wrap2 {
  padding-right: 8px;
}

.article-widget h2 {
  font-weight: 400;
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 24px;
  color: #00377b;
}

.article-widget p {
  margin: 0 0 16px;
}

.article-widget .btn-more {
  color: #000;
}

.article-widget .btn-more:hover {
  color: #00377b;
}

.article-widget .meta {
  margin: -3px 0 15px;
  padding: 0 20px 0 0;
}

.article-widget .meta h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 9px;
}

.article-widget .meta time {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.article-widget .tags {
  overflow: hidden;
  margin: 0;
}

.article-widget .tags li {
  float: left;
  margin-right: 14px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  padding: 0;
}
.article-widget .tags li:before {
  display: none;
}

.article-widget .tags li a {
  color: #000;
  text-decoration: underline;
}

.article-widget .tags li a:hover {
  text-decoration: none;
}

#main .pagination {
  text-align: center;
  padding: 2px;
  margin-bottom: 28px;
}
#main .pagination ul {
  margin: 0;
  min-width: 350px;
  display: inline-block;
  vertical-align: top;
}
#main .pagination ul li {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding: 2px;
  margin-bottom: 28px;
}
#main .pagination ul li ul {
  margin: 0;
  min-width: 350px;
  display: inline-block;
  vertical-align: top;
}
#main .pagination ul li ul li {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding: 0;
}
#main .pagination ul li ul li:before {
  display: none;
}
#main .pagination ul li ul a {
  display: block;
  height: 100%;
  padding: 10px;
  border: 1px solid #d3d3d3;
  color: #939393;
}
#main .pagination ul li ul .active > a,
#main .pagination ul li ul a:hover {
  color: #00377b;
  border-color: #00377b;
  text-decoration: none;
}
#main .pagination ul .pager-current-inner,
#main .pagination ul a {
  display: block;
  height: 100%;
  padding: 10px;
  border: 1px solid #d3d3d3;
  color: #939393;
}
#main .pagination ul .pager-current-inner {
  font-weight: 400;
  background-color: #57a6d8;
  color: #fff;
}
#main .pagination ul .active > a,
#main .pagination ul a:hover {
  border-color: #57a6d8;
  text-decoration: none;
}
#main .pagination .pager-first,
#main .pagination .pager-last,
#main .pagination .pager-previous,
#main .pagination .pager-next,
#main .pagination .btn-prev,
#main .pagination .btn-next {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border: 0;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
}
#main .pagination .pager-first > a,
#main .pagination .pager-last > a,
#main .pagination .pager-previous > a,
#main .pagination .pager-next > a {
  background: #f9b900;
  border-color: #f9b900;
}
#main .pagination .pager-first > a:hover,
#main .pagination .pager-last > a:hover,
#main .pagination .pager-previous > a:hover,
#main .pagination .pager-next > a:hover {
  background: #57a6d8;
}
#main .pagination .pager-first > a:before,
#main .pagination .pager-last > a:before,
#main .pagination .pager-previous > a:before,
#main .pagination .pager-next > a:before,
#main .pagination .btn-prev:before,
#main .pagination .btn-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 22px;
  margin: -10px 0 0 -6px;
  background-position: 0 -116px;
}
#main .pagination .pager-previous > a:before {
  background-position: 0 -443px;
  width: 12px;
}
#main .pagination .pager-next > a:before {
  background-position: 0 -372px;
  width: 12px;
}
#main .pagination .pager-last > a:before {
  background-position: 0 -188px;
}
#main .pagination .pager-ellipsis {
  border: 1px solid #d3d3d3;
  font-size: 12px;
  height: 36px;
  width: 36px;
  margin-top: 2px;
  padding-top: 11px;
}

.page-search #main .pagination ul .pager-current-inner {
  background-color: #57A6D8;
}

.field-collection-container {
  border: 0;
  margin: 0;
  padding: 0;
}
.node-type-accordion .field-collection-container, .node-type-box .field-collection-container {
  width: 675px;
}
.node-type-numbers .field-collection-container {
  margin-left: -20px;
  margin-right: -20px;
}
.field-collection-container ul.field-collection-view-links {
  margin: 0;
  text-align: right;
}
.field-collection-container ul.field-collection-view-links li {
  border: 0;
  padding: 0;
  list-style-type: none;
  min-height: 0;
  float: none;
  display: inline-block;
}
.field-collection-container ul.field-collection-view-links li a {
  color: gray;
}
.node-type-numbers .field-collection-container ul.field-collection-view-links li a {
  color: lightgrey;
}
.field-collection-container ul.action-links-field-collection-add > li {
  list-style-type: none;
}
.field-collection-container ul.action-links-field-collection-add > li a {
  color: gray;
}

.node-event .event-date {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 5px;
  color: #829ea5;
}

.node-event.event-level-important .event-date {
  color: #fff;
}

.node-event.event-is-over .event-date {
  color: #939393;
}

li.active .node-event .event-date {
  color: #fff;
}

.view-agenda h2 {
  color: #57a6d8;
  font-size: 35px;
  font-weight: 300;
  line-height: 35px;
  text-transform: uppercase;
}

.news-tile {
  overflow: hidden;
  margin: 0 0 21px;
  /*padding: 0 18px 0 17px;*/
  padding: 0;
}

.news-tile > li {
  width: 33.33%;
  float: left;
  padding: 0 2px 5px 2px;
}

.news-tile li .show-block {
  position: relative;
  min-height: 305px;
  background: #829ea5;
  height: 100%;
}

.news-tile li .show-block img {
  width: 100%;
  height: auto;
}

.news-tile li.active .show-block {
  background: #f8f8f8;
  position: relative;
}

.news-tile li.active .show-block:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 6px;
  background: #f8f8f8;
}

.news-tile li.active .show-block .opener {
  display: none;
}

.news-tile li.active .caption {
  color: #00377b;
}

.news-tile li .field-collection-view-links {
  position: absolute;
  right: 3px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 3px 6px;
}
.news-tile li .field-collection-view-links li {
  float: none;
  width: auto;
}
.news-tile li .field-collection-view-links a {
  margin: 0;
  color: #000;
}

.news-tile .caption {
  display: block;
  color: #fff;
  padding: 16px 50px 15px 20px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.news-tile .opener {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: #f9b900;
}

.news-tile .box-more-link {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: #f9b900;
}

.news-tile .box-more-link:hover {
  background: #00377b;
}

.news-tile .box-more-link:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 22px;
  height: 22px;
  background: url(../images/picto/int_link.png) no-repeat center center;
}

.news-tile .box-more-link.extern:after {
  top: 50%;
  left: 50%;
  width: 26px;
  height: 17px;
  margin: -9px 0 0 -11px;
  background: url(../images/picto/ext_link.png) no-repeat center center;
}

.news-tile .opener:hover {
  background: #00377b;
}

.news-tile .opener:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  background: url(../images/sprite.png) no-repeat -218px -62px;
}

.news-tile .opener.close:after {
  width: 20px;
  height: 20px;
  background-position: -176px -68px;
  margin: -10px 0 0 -10px;
}

.news-tile .slide {
  width: 670px;
  background: #f8f8f8;
  padding: 18px 20px;
  position: relative;
  z-index: 2;
  margin: 5px 2px;
}

.page-agenda .news-tile .slide {
  width: 668px;
  margin: 4px 2px;
}

.news-tile .slide .opener {
  bottom: auto;
  top: 0;
}

.news-tile .slide .align-right {
  margin: 2px 0 20px 40px;
}

.news-tile .slide .holder {
  overflow: hidden;
}

.news-tile h3 {
  margin-bottom: 10px;
  color: #829ea5;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.news-tile h4 {
  line-height: 30px;
  margin-bottom: 19px;
}

.news-tile .field-name-field-event-description * {
  color: #fff;
}

/*.news-tile p {
    margin: 0 0 28px;
}*/
.news-tile.archives {
  /*    margin-left: -20px;
      margin-right: -20px;*/
  margin-bottom: 4px;
}

.news-tile.archives.add {
  margin-bottom: 15px;
}

.news-tile.archives li {
  min-height: 0;
}

.news-tile.archives li .show-block {
  min-height: 220px;
  padding: 14px 20px 45px;
  background: #fff;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  background: url(../images/img73.png) 50% 50%;
}

.news-tile.archives li .show-block p {
  margin: 0;
}

.news-tile.archives li .event-level-normal {
  color: #829ea5;
}

.news-tile.archives li .event-level-normal .show-block {
  background: #f8f8f8;
  color: #829ea5;
}

.news-tile.archives li .event-is-over .show-block,
.news-tile.archives li .event-is-over.event-level-important .show-block {
  background: url(../images/img73.png) 50% 50%;
}

.news-tile.archives li .event-level-important {
  color: #fff;
}

.news-tile.archives li .event-level-important .show-block {
  background: #829ea5;
}

.news-tile.archives li .event-is-over .show-block {
  color: #939393;
}

.news-tile.archives li.active .show-block,
.news-tile.archives li.active .event-is-over .show-block,
.news-tile.archives li.active .event-is-over.event-level-important .show-block {
  background: #00377b;
  color: #fff;
}

.news-tile.archives li .event-is-over.event-level-important,
.node-event.event-is-over.event-level-important .event-date {
  color: #939393;
}

.news-tile.archives li.active .show-block:after {
  background: #00377b;
}

.news-tile.archives .event-date {
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  min-height: 70px;
  margin-bottom: 5px;
}
.news-tile.archives .event-date * {
  float: left;
}

.news-tile.archives .slide {
  background: #00377b;
  color: #fff;
  padding: 18px 20px 10px;
}

.news-tile.archives .slide .holder {
  margin: 0;
}

.news-tile.archives .slide .align-right {
  margin-bottom: 10px;
}

.news-tile.archives h3 {
  color: #fff;
}

.news-tile.archives p {
  margin-bottom: 11px;
}

.news-tile .contextual-links-wrapper li {
  float: none;
}

/* Page agenda */
.page-agenda .news-tile.archives li .show-block h2 {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.page-agenda .news-tile.archives li .event-is-over .show-block h2 {
  color: #939393;
}
.page-agenda .news-tile.archives li .event-level-normal .show-block h2 {
  color: #829ea5;
}
.page-agenda .news-tile.archives li .event-level-important .show-block h2 {
  color: #fff;
}
.page-agenda .news-tile.archives li.active .show-block h2 {
  color: #fff;
}
.page-agenda .news-tile.archives .slide h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 14px;
}

/* end of agenda */
.level4-tabs .megatitle {
  font-size: 48px;
  font-weight: bold;
  color: #57a6d8;
  margin: 0px 0 20px;
  line-height: 48px;
  display: block;
  word-break: break-word;
}

.group-structure {
  margin: 3px 0 9px;
  background: #f8f8f8;
  padding: 20px 40px;
}

.group-structure div.image-holder {
  display: inline-block;
  vertical-align: middle;
  margin: 0 46px 0 0;
  width: 250px;
  height: 160px;
  background-image: url(../images/organization-chart.png);
  background-repeat: no-repeat;
}

.group-structure .btn-more {
  vertical-align: middle;
  color: #000;
  max-width: 280px;
}

.padtop3 {
  padding-top: 3px;
}

.member-holder {
  padding: 4px 0 0;
  margin: 0 -3px;
}

.member-holder h2 {
  margin-bottom: 10px;
}

.member-holder .row {
  margin-left: 3px;
  margin-right: -4px;
}

.member-block {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 10px 0;
  background: #f8f8f8;
  overflow: hidden;
  min-height: 200px;
  width: 330px;
  font-size: 12px;
  line-height: 16px;
  color: #626262;
  font-weight: 600;
}
.member-block.page-article {
  display: block;
  width: auto;
  background: transparent;
  font-size: 14px;
  line-height: 18px;
  min-height: 0;
  margin: 6px 0;
}

.member-block div.image-holder {
  float: left;
  padding: 20px 0 20px 20px;
  margin: 0;
}

.member-block.page-article div.image-holder {
  float: left;
  padding: 0 0 0 0;
  margin: 0;
}

.member-block .details {
  padding: 18px 19px 20px;
  overflow: hidden;
  height: 100%;
}

.member-block.page-article .details {
  padding: 0 0 0 20px;
}

.member-block .post {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #626262;
  margin-bottom: 1px;
}

.member-block .name {
  display: block;
  font-weight: 700;
  color: #00377b;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 20px;
}

.member-block .company-name {
  display: block;
  margin-bottom: 12px;
  color: #939393;
  font-size: 13px;
  line-height: 16px;
}

.member-block .tel {
  display: block;
}

.member-block .contact-info {
  margin-bottom: 20px;
}

.member-block .contact-info a {
  text-decoration: underline;
}

.member-block .contact-info a:hover {
  text-decoration: none;
}

.member-block .tfoot {
  height: 22px;
}

.member-block .btn-more {
  color: #000;
}

.member-block .field-name-field-body {
  margin-top: 20px;
}

#block-menu-block-gefco-level4-tabs-menu {
  /*margin-bottom: 84px;*/
}

.tabset {
  margin: 0 -10px 19px -3px;
  overflow: hidden;
  padding: 5px 0 0;
}

.tabset li {
  padding: 0 2px 6px 3px;
  float: left;
  text-transform: uppercase;
}

.tabset li a {
  display: table-cell;
  height: 86px;
  width: 135px;
  box-sizing: border-box;
  color: #626262;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 6px 10px;
  background: #f8f8f8;
  position: relative;
  vertical-align: middle;
}

.tabset li a span {
  display: inline-block;
  vertical-align: middle;
}

.tabset li.active > a,
.tabset li a:hover {
  background: #00377b;
  color: #fff;
}

.tabset li.active > a:before,
.tabset li a:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #00377b transparent transparent;
}

.field-collection-item-field-section-blocks {
  float: left;
}

.list-group {
  margin: 0;
  padding: 16px 0 0;
}

.list-group li {
  padding: 24px 20px 24px 19px;
  position: relative;
}

.list-group > li {
  border-top: 1px dashed #b1b1b1;
}

/*.list-group li .opener {
  position: absolute;
  top: 15px;
  left: -30px;
  overflow: hidden;
  text-indent: -9999px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #00377b;
}
*/
.list-group li.active {
  background: #fbfbfb;
}

/*
.list-group li.active .opener {
  top: 22px;
  left: -36px;
  border-width: 12px 12px 0 12px;
  border-color: #00377b transparent transparent;
}
*/
.list-group li.active .heading {
  padding-bottom: 0;
}

.list-group li.active .heading p {
  display: none;
}

.list-group li.active h2 {
  margin-bottom: 0;
}

/* begin update 1*/
.list-group li .opener.opener-custom {
  border: none;
  cursor: pointer;
}

.list-group li .heading-accordion a {
  display: block;
  position: relative;
  padding: 2px 20px 6px 0px;
}

.list-group li .heading-accordion .opener {
  overflow: visible;
  text-indent: 0;
}

.list-group li .heading-accordion .opener:before {
  content: '';
  position: absolute;
  overflow: visible;
  text-indent: 0px;
  top: 16px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #57a6d8;
  text-decoration: none;
}

.list-group li .heading-accordion h2 {
  overflow: visible;
  text-indent: 0;
}

.list-group li .heading-accordion a:hover {
  text-decoration: none;
}

.list-group li .heading-accordion h2:hover {
  text-decoration: underline;
}

.list-group li.active .opener:before {
  top: 21px;
  left: -28px;
  border-width: 12px 12px 0 12px;
  border-color: #57a6d8 transparent transparent;
  text-decoration: none;
}

/* end of update 1 */
.list-group .heading {
  position: relative;
  padding-bottom: 2px;
}

.list-group .heading p {
  margin: 0;
}

.list-group h2 {
  font-size: 35px;
  line-height: 1.371;
  font-weight: 500;
  margin: 0;
  color: #57a6d8;
  margin-bottom: 6px;
}

.list-group .slide {
  overflow: hidden;
}

.list-group .align-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.list-group .text-wrap {
  padding: 16px 0 28px;
}

.list-group h3 {
  margin-bottom: 23px;
}

.list-group .blockquote {
  margin-bottom: 6px;
}

.list-group p {
  margin-bottom: 26px;
}

.stat-info-holder {
  padding: 0 10px;
}

.stat-info {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px 10px;
  width: 325px;
  min-height: 150px;
  padding: 19px 20px 20px 30px;
  color: #fff;
}

.stat-info .title {
  display: block;
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  margin-bottom: -5px;
}

.stat-info .title span {
  font-size: 62px;
}

.stat-info .text {
  display: block;
}

.stat-info:nth-child(6n+1) {
  background-color: #00377b !important;
}

.stat-info:nth-child(6n+2) {
  background-color: #f9b900 !important;
}

.stat-info:nth-child(6n+3) {
  background-color: #829ea5 !important;
}

.stat-info:nth-child(6n+4) {
  background-color: #57a6d8 !important;
}

.stat-info:nth-child(6n+5) {
  background-color: #12a24f !important;
}

.stat-info:nth-child(6n+6) {
  background-color: #000000 !important;
}

.view-contacts .view-content {
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 20px;
}
.view-contacts .contractor-block {
  overflow: hidden;
  margin: 0 -20px -10px;
  padding: 3px 0 0;
}
.view-contacts .contractor-block li {
  min-height: 180px;
  float: left;
  list-style: none;
  width: 460px;
  margin: 0 20px 40px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.view-contacts .contractor-block li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: -.25em;
  height: 100%;
  white-space: nowrap;
}
.view-contacts .contractor-block li .holder {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  padding: 10px 10px 18px;
}
.view-contacts .contractor-block li .title {
  display: block;
  margin-bottom: 12px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 48px;
  color: #00377b;
}

.page-contact .special-text {
  margin-bottom: 20px;
}

.contact-form {
  margin-bottom: 30px;
}

.contact-form .note {
  display: block;
  color: #00377b;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  padding: 1px 0;
  margin-bottom: 20px;
}

.contact-form .two-cols, .view-new-contact .two-cols {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}

.contact-form .col, .view-new-contact .col {
  float: left;
  width: 50%;
  padding: 0 20px;
}

.contact-form .form-item {
  margin-top: 0;
  margin-bottom: 35px;
}

.contact-form label {
  vertical-align: top;
  clear: both;
  margin-bottom: 3px;
  font-weight: normal;
}

.contact-form input {
  /*width: 100%;*/
}

.contact-form label span {
  color: #626262;
  font-weight: 600;
  letter-spacing: -.8px;
}

.contact-form textarea,
.contact-form .form-text {
  background: #fff;
  width: 100%;
  clear: both;
  height: 32px;
  border: 1px solid #e9e9e9;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.contact-form .jcf-select {
  width: 246px;
  clear: both;
  height: 32px;
}

.contact-form .form-item-contact-profile .jcf-select {
  display: block;
}

.contact-form .jcf-select .jcf-select-text {
  line-height: 20px;
}

.contact-form textarea {
  min-height: 203px;
  width: 100% !important;
  min-width: 100% !important;
}

.contact-form .jcf-file {
  /*width: auto;*/
  margin-right: 20px;
}

.contact-form .jcf-file .jcf-fake-input {
  /*width: 240px;*/
}

.contact-form .captcha {
  padding: 0 0 30px;
}

.contact-form .error-message {
  display: none;
  padding: 7px 0;
  color: #f00;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}

.contact-form #edit-submit {
  border: none;
  outline: none;
  border-radius: 0 !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  padding: 11px 19px 11px;
}

.contact-form .error .text-field {
  border-color: #f00;
}

.contact-form .error .error-message {
  display: block;
}

.contact-form .form-type-country .jcf-select {
  width: 100%;
}

.contact-form #edit-captcha-form {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.views-view-gefco-glossary-page .view-filters,
.views-view-gefco-glossary-page .attachment {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
}

.views-view-gefco-glossary-page {
  margin-bottom: 0;
}
.views-view-gefco-glossary-page .form-holder {
  padding-top: 12px;
}

.glossary-form {
  padding: 3px 4px;
  margin: 0 0 8px;
}

.glossary-form .jcf-select {
  float: left;
  width: 254px;
}

.glossary-form .views-exposed-widgets {
  margin-bottom: 0;
}

.glossary-form .views-exposed-widget {
  padding-top: 0;
}

.glossary-form .views-widget-filter-search_api_views_fulltext {
  padding-right: 0;
}

/*#edit-search-api-views-fulltext-wrapper,*/
.glossary-form .form-item-search-api-views-fulltext .form-text {
  height: 40px;
  width: 361px;
  float: left;
  margin: 0 -1px;
  padding: 5px 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  border: 1px solid #dadddd;
}

.glossary-form .views-submit-button {
  padding-right: 0;
}

.glossary-form .views-submit-button input[type="submit"] {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 0 !important;
  overflow: hidden;
  text-indent: -9999px;
  background: #f9b900 url(../images/sprite.png) no-repeat -258px -125px;
}

.glossary-form input[type="submit"]:hover {
  background-color: #00377b;
}

.glossary-form ::-webkit-input-placeholder {
  color: #939393;
}

.glossary-form ::-moz-placeholder {
  opacity: 1;
  color: #939393;
}

.glossary-form :-moz-placeholder {
  color: #939393;
}

.glossary-form :-ms-input-placeholder {
  color: #939393;
}

.glossary-form .placeholder {
  color: #939393;
}

.only-heading h1 {
  margin-bottom: 0;
}

.alpha-pagination {
  overflow: hidden;
  padding: 15px;
  border-bottom: 1px dashed #b1b1b1;
}

.alpha-pagination.bottom {
  padding-top: 10px;
  margin-bottom: 20px;
}

.alpha-pagination ul {
  overflow: hidden;
  width: 100%;
  display: table;
  margin: 0;
  table-layout: fixed;
}

.alpha-pagination ul li {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.alpha-pagination ul li.all {
  width: 2.5em;
}
.alpha-pagination ul li .facetapi-active-letter {
  color: #00377b;
}
.alpha-pagination ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #939393;
  text-decoration: none;
}
.alpha-pagination ul li a.facetapi-active {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.alpha-pagination ul li a:hover {
  color: #00377b;
}

.alpha-pagination span.facetapi-active {
  color: #00377b;
  position: relative;
  top: 1px;
}

.alpha-pagination .allActive {
  color: #00377b;
}

.mb0 {
  margin-bottom: 0 !important;
}

.views-view-gefco-glossary-page .item-list ul {
  margin: 0;
}

.views-view-gefco-glossary-page .item-list li {
  padding: 0 20px;
  margin: 20px 0;
  list-style-type: none;
}

.views-view-gefco-glossary-page .item-list li h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 6px;
}

.views-view-gefco-glossary-page .item-list li.gray {
  background: #fbfbfb;
}

.views-view-gefco-glossary-page .item-list li p {
  margin: 0 0 5px;
}

.views-view-gefco-glossary-page .item-list .tags {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0;
}

.views-view-gefco-glossary-page .item-list .tags li {
  float: left;
  margin: 0;
  margin-right: 14px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  padding: 0;
}

.views-view-gefco-glossary-page .item-list .tags li a {
  color: #000;
  text-decoration: underline;
}

.views-view-gefco-glossary-page .item-list .tags li a:hover {
  text-decoration: none;
}

.views-view-gefco-glossary-page .item-list .special-text {
  padding: 0;
  margin-bottom: 0;
}
.views-view-gefco-glossary-page .item-list .special-text:before {
  display: none;
}

.search-results {
  padding: 0;
}
.search-results .search-date-right {
  float: right;
  margin-left: 10px;
}

.search-results .view-content {
  overflow: visible;
}

.search-results .glossary-list .views-row {
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
}
.search-results .glossary-list .views-row.gray {
  background-color: #fbfbfb;
}

.search-results .glossary-list li h2 {
  font-weight: 400;
}

.result-title {
  padding: 0 20px 15px;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}

.search-results .tags {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0;
}

.search-results .tags li {
  float: left;
  margin: 0;
  margin-right: 14px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  padding: 0;
}

.search-results .tags li a {
  color: #000;
  text-decoration: underline;
}

.search-results .tags li a:hover {
  text-decoration: none;
}

.search-results .views-row .node > *:last-child {
  margin-bottom: 0;
}

.search-results .special-text *:last-child {
  margin-bottom: 0;
}

#timeline-wrapper .slider-container-mask {
  background-color: #829ea5;
}
#timeline-wrapper .slider-container-mask .text h2, #timeline-wrapper .slider-container-mask .text h3, #timeline-wrapper .slider-container-mask .text h4, #timeline-wrapper .slider-container-mask .text a, #timeline-wrapper .slider-container-mask .text em, #timeline-wrapper .slider-container-mask .text strong, #timeline-wrapper .slider-container-mask .text i, #timeline-wrapper .slider-container-mask .text b, #timeline-wrapper .slider-container-mask .text abbr, #timeline-wrapper .slider-container-mask .text cite, #timeline-wrapper .slider-container-mask .text code, #timeline-wrapper .slider-container-mask .text sup, #timeline-wrapper .slider-container-mask .text sub, #timeline-wrapper .slider-container-mask .text span, #timeline-wrapper .slider-container-mask .text p {
  color: #fff;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif !important;
}
#timeline-wrapper .slider-container-mask .text h2.start, #timeline-wrapper .slider-container-mask .text h3 {
  text-transform: uppercase;
  font-weight: normal;
}
#timeline-wrapper .nav-container .date,
#timeline-wrapper .nav-container .title {
  color: #fff;
  font-family: "Rajdhani", Arial, Helvetica, sans-serif !important;
  font-weight: normal;
}
#timeline-wrapper .nav-container .icon {
  width: 40px;
  height: 40px;
  background-color: #f9b900;
  background-position: 13px -434px;
  overflow: hidden;
}
#timeline-wrapper .nav-container .icon:hover {
  background-color: #00377b;
}
#timeline-wrapper .nav-next .icon {
  background-position: 13px -363px;
  margin-left: 45px;
}

.field-name-field-addthis,
.block-addthis {
  margin: 10px -20px 0 -20px;
  border-top: 5px solid #00377b;
  padding: 0px 20px 0 20px;
}
.field-name-field-addthis .addthis_default_style .at300b,
.field-name-field-addthis .addthis_default_style .at300bo,
.field-name-field-addthis .addthis_default_style .at300m,
.block-addthis .addthis_default_style .at300b,
.block-addthis .addthis_default_style .at300bo,
.block-addthis .addthis_default_style .at300m {
  padding: 0;
}
.field-name-field-addthis .addthis_32x32_style .at4-icon,
.field-name-field-addthis .addthis_32x32_white_style .at4-icon,
.field-name-field-addthis .at-32x32,
.block-addthis .addthis_32x32_style .at4-icon,
.block-addthis .addthis_32x32_white_style .at4-icon,
.block-addthis .at-32x32 {
  box-sizing: content-box;
  padding: 8px;
  background-position: center center;
}

.block-addthis {
  margin: 10px 0 20px;
}

.page-error {
  overflow: hidden;
  color: #fff;
  margin-top: 32px;
}

.page-error .col {
  float: left;
  width: 50%;
  padding: 19px 25px 10px 0;
  color: #57a6d8;
}

.page-error .title {
  display: block;
  font-weight: 700;
  font-size: 77px;
  line-height: 77px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.page-error .text-404 {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 290px;
  line-height: 290px;
  margin: -40px 0 -54px -10px;
}

.page-error .sub-title {
  display: block;
  font-weight: 300;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.page-error .image-holder {
  margin-top: 67px;
  margin-bottom: 38px;
  padding: 0;
  width: 422px;
  height: 250px;
  background-image: url(../images/gefco-transports-all-pays.png);
}

.page-error .home-link {
  margin-left: 5px;
}
.page-error .home-link a {
  color: #000;
}
.page-error .home-link a:hover {
  text-decoration: underline;
}

.page-error .page-error-mess {
  color: #000;
}

.page-error .error-text p {
  padding-left: 15px;
}

.node-brand.page-article .cartouche {
  margin: 30px 20px 10px 0;
  width: 220px;
  float: left;
}
.node-brand.page-article .cartouche .logo-wrapper {
  float: left;
  width: 220px;
  height: 220px;
  text-align: center;
  padding: 10px;
  position: relative;
  background: #f8f8f8;
  margin: 0 2px 5px 3px;
}
.node-brand.page-article .cartouche .logo-wrapper:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.node-brand.page-article .cartouche .logo-holder {
  display: inline-block;
  vertical-align: middle;
}
.node-brand.page-article .cartouche .btn-more {
  margin-top: 10px;
  color: #939393;
}

.view-wall-brands.view-display-id-page .view-header {
  margin-bottom: 30px;
}

.client-holder {
  overflow: hidden;
  margin: 0 -2px 6px -3px;
  padding-top: 3px;
}
.client-holder h2 {
  color: #00377b;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  text-transform: uppercase;
}

.client-holder.list-style {
  padding-top: 0;
  margin: -5px -15px -15px;
}

.client-holder.list-style.last {
  margin-bottom: -8px;
}

.client-block {
  float: left;
  width: 220px;
  height: 220px;
  text-align: center;
  padding: 10px;
  position: relative;
  background: #f8f8f8;
  margin: 0 2px 5px 3px;
}

.client-block:hover {
  background: #c7d3d6;
}

.client-block:hover .overlay {
  display: block;
}

.client-block:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.client-block .logo-holder {
  display: table-cell;
  width: 200px;
  height: 200px;
  vertical-align: middle;
}
.client-block .logo-holder img {
  display: block;
  margin: 0 auto;
}

.client-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  white-space: nowrap;
}

.client-block .overlay:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.client-block .overlay .holder {
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
  white-space: normal;
}

.client-block .btn-more {
  padding: 10px 6px 10px 37px;
  width: 180px;
  margin-bottom: 10px;
  text-align: left;
}

.client-block .btn-more:before {
  top: 10px;
  left: 7px;
}

.client-block .client-name {
  display: block;
  min-height: 43px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.client-block .client-name a {
  color: #939393;
}

.list-style .client-block {
  width: 50%;
  padding: 0 15px;
  height: auto;
  min-height: 123px;
  margin: 0 0 7px;
  background: none !important;
}

.list-style .client-block .logo-holder {
  float: left;
  width: 100px;
  height: 100px;
  margin-top: 3px;
  background: #f8f8f8;
  padding: 5px;
}

.list-style .client-block .logo-holder:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.list-style .client-block .logo-holder img {
  display: inline-block;
  vertical-align: middle;
}

.list-style .client-block .logo-holder .logo-text {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #939393;
}

.list-style .client-block .details {
  display: block;
  overflow: hidden;
  text-align: left;
  padding: 0 20px;
}

.list-style .client-block .btn-more {
  color: #000;
  padding: 0 0 0 30px;
  margin: 10px 0 0;
}

.list-style .client-block .btn-more:before {
  top: 0;
  left: 0;
}

/* Bean Sites du groupe */
.view-blockview-sites-du-groupe .view-content {
  overflow: visible;
}

.view-blockview-sites-du-groupe .views-row {
  max-width: 390px;
  float: left;
  width: 42.5%;
  margin: 20px 11px 20px 50px;
}

.view-blockview-sites-du-groupe .views-row-even {
  margin: 20px 50px 20px 11px;
}

.bean-sites-du-groupe {
  width: 390px;
}

.bean-sites-du-groupe h2 {
  text-transform: uppercase;
  color: #00377b;
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
}

.site-du-groupe--content {
  position: relative;
}

.site-du-groupe--content > ul {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  right: 1px;
  margin: auto;
}

.site-du-groupe--content > ul.accordion-menu {
  top: 48px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  left: 50%;
  right: auto;
}

.site-du-groupe--content li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: none;
  display: block;
}

.site-du-groupe--content li.first:not(.last) {
  margin-bottom: 6px;
}

.bean-sites-du-groupe .accordion-menu li {
  display: block;
  font-weight: 600;
}

.bean-sites-du-groupe .accordion-menu > li {
  border: 4px solid #fff;
  background: #f9b900;
}

.bean-sites-du-groupe .accordion-menu > li:hover {
  background: #00377b;
}

.bean-sites-du-groupe a.no-dropdown,
.bean-sites-du-groupe .accordion-menu > li > a {
  display: inline-block;
  border: 4px solid #fff;
  padding: 16px 12px;
  color: #fff;
}

.bean-sites-du-groupe .accordion-menu > li a {
  border: none;
}

.bean-sites-du-groupe a.no-dropdown:hover {
  background-color: #00377b;
}

.bean-sites-du-groupe .accordion-menu > li .opener {
  padding-right: 29px;
}

.bean-sites-du-groupe .accordion-menu > li .opener:before {
  top: 37%;
  right: 10px;
  left: auto;
}

.bean-sites-du-groupe .accordion-menu > li .opener:before {
  left: auto;
  border-width: 6px 0px 6px 6px;
  border-color: transparent transparent transparent #fff;
}

.bean-sites-du-groupe .accordion-menu .active-trail,
.bean-sites-du-groupe .accordion-menu .active-trail a {
  background-color: #00377b;
  color: #fff;
}

.bean-sites-du-groupe .accordion-menu .active-trail .opener:before {
  top: 42%;
  left: auto;
  right: 10px;
  border-style: solid;
  border-width: 0px 6px 6px 6px;
  border-color: #ffffff transparent;
}

.bean-sites-du-groupe .accordion-menu .active-trail > ul {
  position: absolute;
  bottom: 93%;
  width: 95%;
  left: 0;
  border: solid 4px;
  border-bottom: none;
  padding: 11px 0 2px;
  max-height: 130px;
  overflow-y: scroll !important;
  background-color: #00377b;
}

.bean-sites-du-groupe .accordion-menu .active-trail > ul a {
  background-color: transparent;
}

/************/
/* Colorbox
/* You need to choose style "Plain (mainly for images)"
/* On fr/admin/config/media/colorbox admin page */
/* to make these styles well working
/************/
#cboxOverlay {
  background: #00377b;
}

#cboxContent {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#cboxWrapper {
  background: #fff;
}

#cboxClose.cbox-close-plain {
  position: absolute;
  background: url("../images/popin-close.png") no-repeat center center;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  opacity: 1 !important;
  /* Force close button visibility */
}
#cboxClose.cbox-close-plain:hover {
  background: url("../images/popin-close-hover.png") no-repeat center center;
}

.node-type-map #cboxTopLeft,
.node-type-map #cboxMiddleLeft,
.node-type-map #cboxBottomLeft,
.node-type-map #cboxTopRight,
.node-type-map #cboxMiddleRight,
.node-type-map #cboxBottomRight {
  width: 0;
}
.node-type-map #cboxTopLeft,
.node-type-map #cboxTopCenter,
.node-type-map #cboxTopRight,
.node-type-map #cboxBottomLeft,
.node-type-map #cboxBottomCenter,
.node-type-map #cboxBottomRight {
  height: 0;
}
.node-type-map #cboxLoadedContent {
  margin-bottom: 0;
}

#map {
  position: relative;
  height: 384px;
  width: 670px;
}
#map > * {
  position: relative;
}
#map > .map-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: 0;
}
#map .map-hover {
  width: 100%;
  height: 100%;
}
#map.americas .map-hover {
  background-position: 0 0;
}
#map.asia .map-hover {
  background-position: 0 -384px;
}
#map.central_europe .map-hover {
  background-position: 0 -768px;
}
#map.russia .map-hover {
  background-position: 0 -1152px;
}
#map.west_europe .map-hover {
  background-position: 0 -1536px;
}

#fullermap-image {
  z-index: 4;
}

#fullermap {
  z-index: 8;
}

#tooltips {
  z-index: 12;
}

.ui-tooltip {
  background-color: transparent;
  max-width: 300px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.tooltip-wrapper,
.ui-tooltip-content {
  text-align: center;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 10px;
  margin-left: -77px;
  width: 154px;
  height: auto;
  background: #fff;
  padding: 11px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
}
.tooltip-wrapper:after,
.ui-tooltip-content:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 13px;
  height: 10px;
  margin-left: -7px;
  background: url(../images/sprite.png) no-repeat -224px 0;
}
.tooltip-wrapper .title,
.ui-tooltip-content .title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #00377b;
  margin-bottom: 10px;
}
.tooltip-wrapper .number,
.ui-tooltip-content .number {
  display: inline-block;
  clear: both;
  background: #00377b;
  border-radius: 100%;
  width: 80px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 80px;
  margin-bottom: 6px;
}
.tooltip-wrapper .text,
.ui-tooltip-content .text {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #00377b;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}

#tooltip-eu {
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  bottom: auto;
}

.leaflet-popup .leaflet-popup-close-button {
  z-index: 5;
}
.leaflet-popup .leaflet-popup-content-wrapper {
  text-align: left;
  position: relative;
  width: 200px;
  height: auto;
  background: #fff;
  padding: 10px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: "Rajdhani", Arial, Helvetica, sans-serif;
  border-radius: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 13px;
  height: 10px;
  margin-left: -7px;
  background: url(../images/sprite.png) no-repeat -224px 0;
}
.leaflet-popup .leaflet-popup-content {
  margin: 0;
  font-size: 13px;
  color: #626262;
}
.leaflet-popup .leaflet-popup-tip-container {
  display: none;
}
.leaflet-popup .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #00377b;
  margin-bottom: 10px;
  font-size: 15px;
}
.leaflet-popup .coord {
  margin-top: 10px;
}
.leaflet-popup .telecom {
  margin-top: 10px;
}
.leaflet-popup .mail {
  margin-top: 10px;
}
.leaflet-popup .btn-more {
  font-size: 13px;
  color: #00377b;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large,
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
  background-color: #0f3475;
  color: #fff;
}

.view-empty .no-result {
  margin: 20px 0 0;
}

.table-border-all, .table-border-all * {
  border: solid 1px black;
}

#jr_inner {
  background: none;
  border: none;
}
#jr_inner p {
  width: 979px !important;
  margin: 0 auto;
  color: white;
  font-size: 25px;
  font-weight: bold;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/*no type map*/
.node-type-map .leaflet-container a.leaflet-popup-close-button {
  background-color: #f9b900;
  color: white;
  width: 30px;
  height: 30px;
  background-color: #f9b900;
  color: white;
  font-size: 20px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.node-type-map .leaflet-container a.leaflet-popup-close-button:hover {
  background-color: #0f3475;
  color: white;
}

.node-type-map #cboxLoadedContent > div > div {
  margin-top: 40px;
}

.node-type-map #cboxWrapper {
  background: transparent;
}

::-webkit-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

/*Keep it at the end !*/
#block-gefco-base-join-us {
  display: none;
}

#block-gefcopays-push-more-footer-push-more-footer {
  float: right;
  max-width: 330px;
}

/*end of keep it at the end !*/
.dark .bg-stretch::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.25) 47%, transparent 73%, transparent 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.71)), color-stop(47%, rgba(0, 0, 0, 0.25)), color-stop(73%, transparent), color-stop(100%, transparent));
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.25) 47%, transparent 73%, transparent 100%);
  background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.25) 47%, transparent 73%, transparent 100%);
  background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.25) 47%, transparent 73%, transparent 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.25) 47%, transparent 73%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  z-index: 10;
}

.light .bg-stretch::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.71);
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0.25) 47%, rgba(130, 130, 130, 0) 73%, transparent 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0.71)), color-stop(47%, rgba(255, 255, 255, 0.25)), color-stop(73%, rgba(130, 130, 130, 0)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0.25) 47%, rgba(130, 130, 130, 0) 73%, transparent 100%);
  background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0.25) 47%, rgba(130, 130, 130, 0) 73%, transparent 100%);
  background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0.25) 47%, rgba(130, 130, 130, 0) 73%, transparent 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.71) 0%, rgba(255, 255, 255, 0.25) 47%, rgba(130, 130, 130, 0) 73%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
  z-index: 10;
}

.border-intro {
  background: transparent url("../images/img73.png") repeat scroll 0% 0%;
  border-top: 10px solid white;
  height: 20px;
}

.view-new-contact .border-intro {
  margin-bottom: 5px;
}
.view-new-contact .border-intro.mb-large {
  margin-top: 10px;
  margin-bottom: 20px;
}

body.no-sidebar .field-name-field-addthis,
body.no-sidebar #sidebar {
  display: none;
}

body.no-sidebar #content {
  width: 100%;
  box-shadow: none;
  float: none;
}
