@import url(https://fonts.googleapis.com/css?family=Roboto:400,900);
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),  url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

@font-face {
  font-family: 'TheSans-B3Light';
  src: url('../fonts/TheSans-B3Light_gdi.eot');
  src: url('../fonts/TheSans-B3Light_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/TheSans-B3Light_gdi.woff') format('woff'), url('../fonts/TheSans-B3Light_gdi.ttf') format('truetype'), url('../fonts/TheSans-B3Light_gdi.svg#TheSans-B3Light') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'TheSans-B6SemiBold';
  src: url('../fonts/TheSans-B6SemiBold_gdi.eot');
  src: url('../fonts/TheSans-B6SemiBold_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/TheSans-B6SemiBold_gdi.woff') format('woff'), url('../fonts/TheSans-B6SemiBold_gdi.ttf') format('truetype'), url('../fonts/TheSans-B6SemiBold_gdi.svg#TheSans-B6SemiBold') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

@font-face {
  font-family: 'FrizQuadrataFont-Regular';
  src: url('../fonts/FrizQuadrataFont_gdi.eot');
  src: url('../fonts/FrizQuadrataFont_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/FrizQuadrataFont_gdi.woff') format('woff'), url('../fonts/FrizQuadrataFont_gdi.ttf') format('truetype'), url('../fonts/FrizQuadrataFont_gdi.svg#FrizQuadrataFont-Regular') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}


body .main-content {
  background-image: url(../images/vector-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e8e8e8;
}

.clearfix:after {
  content: "";
  clear: both;
}

.node-type-landing-page .landing-cta,
.pager span.sub,
.info-report {
  font-family: 'TheSans-B3Light', helvetica, arial, sans-serif;
}

.node-mkspage-full .full-block .text-content .wrap h2 span,
span.customSelect,
#header .sideNav a #main-menu-links li a,
body {
  font-family: 'TheSans-B3Light', helvetica, arial, sans-serif;
}


.slider-holder .slider-content {
  font-family: 'TheSans-B3Light', helvetica, arial, sans-serif;
}
.slider-holder .slider-content strong {
  font-weight: 700;
}
.slider-subtitle {
  text-transform: uppercase;
}


.node-type-landing-page .section-landing-first .landingColHolder h2 span,
.news-section .view-news-press h2,
.pager__item,
.pager__item a,
.page-search .search-section .text-block h2.title span,
.page-search .main-content .view-search-term,
.newsletter-confirmation,
.page-404-error,
.page-404-number,
.hero-img .wrapper-masthead .subtitleOnBand,
.node-type-landing-page .landingColHolder .title,
.fixedSliderSection .menu li a,
.slide-title,
.hero-img h1#page-title span,
.stickySide a span,
.stickySide a,
#name-and-slogan,
.footer-title,
.slider-addon,
h1,
h2,
h3,
h4,
h5 {
  font-family: "FrizQuadrataFont-Regular", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}

.not-front .news-section {
  background: #fff;
}

.news-section h2 {
  font-family: 'TheSans-B6SemiBold', helvetica, arial, sans-serif;
}

.title span {
  font-family: 'TheSans-B3Light', helvetica, arial, sans-serif;
  font-size: 15px;
  display: block;
  clear: both;
}
.slider-addon {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.slider-addon span {
  font-size: 25px;
}

.news-date {
  font-family: 'TheSans-B3Light', helvetica, arial, sans-serif;
  font-size: 12px;
  display: block;
  clear: both;
  text-transform: uppercase;
}

.fixedGold {
  position: fixed;
  z-index: 999;
  width: 100%;
  text-align: center;
}

.hp-item {
  clear: both;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.hp-item .text-block {
  float: left;
  display: inline-block;
  width: 35%;
  max-width: 100%;
  background: #fff;
  margin-top: 117px;
}

.hp-item .text-block .over-image {
  margin-top: -195px;
  background: none;
}
.not-front .hp-item .text-block .over-image {
  margin-top: -185px;
  background: none;
}
.hp-item .image-block {
  float: left;
  display: inline-block;
  width: 65%;
}
.hp-item .image-block img {
  max-width: 100%;
  width: 100%;
}
.hp-item .title {
  background: #fff;
}
.hp-item .title .titleWrap {
  background-color: #fff;
  z-index: 1000;
  padding: 10px;
  position: relative;
  line-height: 1.7em;
  display: inline-block;
  width: 100%;
}

.not-front .hp-item .text-block .over-image.single-line {
  margin-top: -220px;
}

.hp-item-2 .text-block {
  float: left;
}
.hp-item-2 .image-block {
  float: left;
}

#page .section-even .text-block {
  float: left;
}
#page .section-even .image-block {
  float: right;
}

#page .section-odd .text-block {
  float: right;
}
#page .section-odd .image-block {
  float: left;
}

.title span::after {
  border-bottom: 2px solid #ffb400;
  display: inline-block;
  content: " ";
  clear: both;
  width: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1001;
}
.title span {
  display: block;
  clear: both;
  position: relative;
  font-size: 23px;
  line-height: 40px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

/* ********** */
/* STICKY NAV */
/* ********** */

.stickySide {
  position: fixed;
  right: -20px;
  top: 50%;
  z-index: 999;
  text-align: left;
  opacity: 0;
  transition: all linear 200ms;
  max-width: 166px;
}
.stickySide.active {
  opacity: 1;
  right: 10px;
}
.stickySide li {
  display: block;
  clear: both;
  text-align: right;
  line-height: 1em;
  margin: 5px 0;
}
.stickySide a {
  text-align: left;
  opacity: .8;
  cursor: pointer;
  font-size: 10px;
  position: relative;
  width: 100%;
  display: block;
  padding: 5px 0;
}
.stickySide a > span {
  float: right;
  text-align: right;
  width: 127px;
  padding-right: 6px;
}
.stickySide a.active > span {
  float: left;
}
.stickySide a span.trail {
  width: 0;
  border-bottom: 1px solid #000;
  display: inline-block;
  float: right;
  padding: 0;
  margin-top: 6px;
}
.stickySide a.active span.trail {
  width: 30px;
  border-bottom: 3px solid #ffb400;
  display: inline-block;
}
.stickySide a.active {
  opacity: 1;
  color: #000;
}

/* ********** */
/* SOCIAL TOP */
/* ********** */

.socialTop {
  position: absolute;
  bottom: 30px;
  right: 10px;
  display: block;
  width: 200px;
  z-index: 999;
}
.socialTop span {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  float: left;
  line-height: 39px;
  letter-spacing: 0.3em;
}
.socialTop a {
  display: inline-block;
}
.socialTop .mks-ico-fb,
.socialTop .mks-ico-tw {
  width: 33px;
  height: 33px;
  display: inline-block;
}
.socialTop .mks-ico-fb:hover,
.socialTop .mks-ico-fb:focus,
.socialTop .mks-ico-tw:hover,
.socialTop .mks-ico-tw:focus {
  opacity: .7;
}
.socialTop .mks-ico-fb {
  background: url(../images/sprite.png) no-repeat -5px -152px;
}
.socialTop .mks-ico-tw {
  background: url(../images/sprite.png) no-repeat -51px -152px;
}
.socialTop .hp-link-fb:after {
  width: 1px;
  height: 7px;
  content: " ";
  display: inline-block;
  margin: 18px 0 0;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
}
.socialTop .hp-link-tw {
  padding: 0 5px;
}

/*HP BLOCKS*/

.fixedSliderSection .col-left {
  width: 23%;
  display: inline-block;
  padding: 1%;
  text-align: left;
  float: left;
  border: 1px solid #cfa04f;
  margin: 1%;
  min-height: 180px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}
.fixedSliderSection .col-left h2 {
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 0 4px;
}
.fixedSliderSection .col-left a {
  display: block;
  clear: both;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #cfa04f;
  background: none;
}

.homeBottomSection {
  width: 90%;
  margin: 0 auto;
  max-width: 980px;
}
.homeBottomSection .col-left {
  position: relative;
  display: inline-block;
}
.homeBottomSection .col-left img {
  max-width: 100%;
  display: block;
  float: left;
  margin-left: -5px;
}
.homeBottomSection .col-left .wta {
  margin-top: 0;
}
.homeBottomSection .col-left.graph-col a.link-block {
  margin-top: 0;
}
.homeBottomSection .col-left.graph-col .link-block {
  display: inline-block;
}
.homeBottomSection a.link-block:after {
  background: url(../images/sprite.png) no-repeat -102px -170px;
  color: #e09d46;
  content: "";
  width: 23px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
}
.homeBottomSection .dropholder {
  position: absolute;
  left: 14px;
  bottom: 4px;
  z-index: 999;
}
.homeBottomSection a.link-block {
  position: absolute;
  left: 14px;
  bottom: 5px;
}
.homeBottomSection a.link-block:hover {
  color: #fff;
}
.homeBottomSection a.link-block:hover:after {
  background-position: -103px -221px;
}
.homeBottomSection div.top-sublinks {
  position: absolute;
  top: 0;
  right: 6px;
  width: 100%;
  text-align: right;
}
.homeBottomSection div.top-sublinks a {
  display: inline-block;
  color: #ce9f54;
  font-size: 10px;
  text-transform: uppercase;
}
.homeBottomSection div.top-sublinks a:hover,
.homeBottomSection div.top-sublinks a:focus {
  color: #fff;
}

/* vgo : */
.homeBottomSection .homeSliderBlock {
  font-size: 14px;
  margin-left: 5px;
  line-height: 20px;

}
.homeBottomSection .homeSliderBlock p {
  margin-bottom: 0;
}

.choose-graph-scale {
  margin-top: 50px;
}

.slider-section {
  width: 100%;
}
.front .slider-section .slider-holder {
  background-color: #140202;
}
.front .fixedGOLD {
  position: fixed;
  top: 40%;
  width: 100%;
}
.front ul.primary {
  margin-top: 0;
}

/* ********** */
/* HEADER */
/* ********** */

#header {
  margin: 0 auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(206, 159, 84, 0.5);
}
#header {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 10000;
  left: 0;
}

/* ********** */
/* OFF CANVAS NAV   DESKTOP */
/* ********** */

.site-overlay {
  opacity: 0;
  background: rgba(116, 2, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all linear 200ms;
}
.js-nav .site-overlay {
  opacity: 1;
  z-index: 999;
}
.nav-action {
  position: absolute;
  right: 10px;
  top: 20px;
  display: inline-block;
  clear: both;
}
.header a.close-btn {
  height: 30px;
  width: 80px;
  padding: 0;
  border: 0;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
}
.js-nav .header a.close-btn {
  display: block;
}
.js-nav .header a.nav-btn {
  display: none;
}
.js-nav #header .sideNav {
  margin-top: 0;
}
.close-btn span {
  display: inline-block;
  border-bottom: 10px;
  clear: both;
  float: left;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.close-btn:after {
  width: 30px;
  height: 15px;
  display: inline-block;
  margin-top: 3px;
  margin-left: 10px;
  content: "";
  background: url(../images/sprite.png) no-repeat -101px -215px;
  float: right;
}
.close-btn:focus,
.close-btn:hover {
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.close-btn {
  display: none;
}
.js-nav .close-btn {
  display: block;
}
.hamburger {
  width: 32px;
}
.hamburger {
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.hamburger .line {
  width: 80%;
  height: 1px;
  background: #fff;
  align-self: center;
  margin: 8px 0;
  transition: all 0.3s cubic-bezier(0.8, 0.2, 0.7, 1.3), width 0.2s 0.1s cubic-bezier(0.7, 0.2, 0.7, 1.4);
}
.js-nav .hamburger.clicked {
  display: none;
}
.nav-btn {
  display: block;
  padding: 0;
  border: 0;
  outline: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
  background-image: url("../images/nav-icon.png");
}
.nav-btn:hover,
.nav-btn:focus {
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#inner-wrap {
  position: relative;
  width: 100%;
}
#nav {
  z-index: 200;
  position: relative;
}
#nav .close-btn {
  display: none;
}
#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#nav .block {
  z-index: 2;
  position: relative;
  padding: 0;
}
#nav ul {
  zoom: 1;
  display: block;
}
#nav ul:before,
#nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#nav li {
  display: block;
}
#nav li a {
  display: block;
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.28571em;
  font-weight: bold;
  outline: none;
}
#nav li ul li a:after {
  display: none;
}
#nav li a:focus,
#nav li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#nav li.is-active a {
  color: #fff;
}
#top {
  z-index: 100;
  position: relative;
  color: #fff;
}
#top .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
#top .nav-btn {
  position: absolute;
  top: 1.5em;
  left: 1.875em;
}
#main {
  background: #fff;
}
#main .block {
  padding: 2.625em 1.875em;
}

#breadcrumb {
  margin: 0 auto;
  max-width: 1024px;
  display: inline-block;
  clear: both;
  text-align: center;
}

.page-market-watch #header.active,
#header.active {
  background: #252d33;
}
.header.active #nav li a {
  color: #fff;
}
#header .headerWrapper {
  max-width: 1280px;
  margin: 0 auto;
  width: 95%;
  padding: 9px 0;
}
.top-menu {
  background: rgba(125, 102, 83, 0.5);
  border-bottom: 1px solid rgba(255, 180, 0, 0.2);
  position: fixed;
  width: 100%;
}

.navScroll {
  background: #182329;
}
.navScroll ul {
  color: #fff;
}
.navScroll li {
  width: 20%;
  display: inline-block;
}

#main-menu,
#main-menu-links {
  margin-top: 27px;
}
#nav li ul,
#main-menu-links li {
  padding: 1%;
  display: inline-block;
  position: relative;
}
#main-menu li a,
#main-menu-links li a {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 13px;
}
#main-menu li ul {
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
}
#main-menu li.active-trail.expanded ul {
  display: inline-block;
  width: 100%;
}
#nav #main-menu li.active-trail a {
  color: #cfa04f;
}
#nav #main-menu li .menu li.active-trail a,
#nav #main-menu li a:hover {
  color: #fff;
}
#nav #main-menu li.active-trail li a:hover {
  color: #fff;
}
#header #logo img {
  max-height: 80px;
  float: left;
}

.header-left {
  float: left;
  width: 80px;
  margin: 28px 1em 0;
}
.header-right .contact-sm {
  float: left;
  width: 88px;
  display: inline-block;
  border-bottom: 1px solid rgba(207, 160, 79, 0.5);
  padding-bottom: 10px;
  margin-right: 5px;
}
.header-right .contact-sm a {
  color: #fff;
}
.header-right .search-sm {
  float: right;
  width: 100px;
  display: inline-block;
  border-bottom: 1px solid rgba(207, 160, 79, 0.5);
  padding-bottom: 5px;
}
.header-right .search-sm .fa {
  color: #ffb400;
}
.header-right .search-sm span {
  color: #ffb400;
}

.content-section {
  margin: 0 auto;
  max-width: 1260px;
  width: 100%;
}

#messages,
#breadcrumb {
  margin: 0 auto;
  clear: both;
  display: block;
  width: 100%;
  max-width: 1260px;
}
#name-and-slogan {
  margin-top: 15px;
  text-indent: 15px;
  color: #ffb400;
}

#header .sideNav {
  display: inline-block;
  width: 225px;
  margin-top: 23px;
  float: right;
}
#header .sideNav a {
  color: #cfa04f;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#block-search-form {
  display: inline-block;
  float: right;
}

.menu-burger {
  display: none;
}

.header-right {
  width: 100%;
}

#block-system-navigation {
  display: none;
}
#main-menu {
  float: left;
  display: inline-block;
}
#main-menu-links li {
  display: inline-block;
}

#header .search-sm .form-item input[type="text"],
#header .search-sm .form-item input[type="search"] {
  background: none;
  border: 0;
  color: #cfa04f;
  display: inline-block;
  float: left;
  width: 65px;
  padding-top: 7px;
  font-family: 'TheSans-B3Light', helvetica, arial, sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
}

#header .search-sm label {
  display: none;
}

#header .search-sm .form-submit {
  text-indent: -6999px;
  background: url(../images/search-ico.png) no-repeat center transparent;
  float: right;
  border: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.shareBox {
  position: absolute;
  left: 28px;
  bottom: 70px;
  width: 20px;
  height: 112px;
  display: inline-block;
}
.shareBox i {
  margin-left: 9px;
}
.shareBox {
  background: url(../images/share.gif) no-repeat bottom left;
}

.news-section.animated {
  overflow: hidden;
}
.news-section.animated .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

/* ********** */
/*HERO MASTHEAD */
/* ********** */

.hero-img {
  background: url(../images/default-hero.png) no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
}
.market-watch.hero-img {
  background: url(../images/bg-market-watch.jpg) no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
}
.news-hero-img.hero-img {
  background: url(../images/bg-page-news.png) no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
}
.page-market-watch #header {
  background: rgba(40, 19, 12, .7);
}

.hero-img {
  background: url(../images/default-hero.png) no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
}
.market-watch.hero-img {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1)), url(../images/bg-market-watch.jpg) no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
}
.page-market-watch #header {
  background: rgba(40, 19, 12, .7);
}

.hero-img .date {
  font-family: 'TheSans-B3Light', helvetica, arial, sans-serif;
  color: #cfa04f;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  text-align: left;
  top: -47px;
  position: relative;
}
.hero-img .date {
  font-family: 'TheSans-B3Light', helvetica, arial, sans-serif;
  color: #cfa04f;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  text-align: left;
  top: -47px;
  position: relative;
}

.hero-img .wrapper-masthead {
  max-width: 980px;
  height: 450px;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%;
}
.hero-img .wrapper-masthead h1#page-title,
.hero-img .wrapper-masthead section#page-title {
  position: absolute;
  bottom: 80px;
}

.hero-img.wt-overlay:after {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  content: "";
}
.hero-img .wrapper-masthead .rightBanner {
  position: absolute;
  max-width: 40%;
  z-index: 99;
}
.hero-img .wrapper-masthead .subtitleOnBand {
  color: #e29e52;
  margin: 10px 0;
  font-size: 24px;
  line-height: 1.2em;
}
.hero-img .wrapper-masthead .txtOnBand {
  color: #fff;
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.2em;
}
.hero-img .wrapper-masthead .contentOnBand {
  color: #fff;
  margin: 10px 0;
  font-size: 12px;
}

/* ********** */
/* FOOTER */
/* ********** */

.footer {
  position: relative;
  z-index: 6;
  padding: 40px 0;
  background: #252d33;
}

.footer .footer-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.footer .footer-content {
  position: relative;
  padding: 45px 0 25px;
}

.footer .footer-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}

.footer-col {
  max-width: 100%;
  width: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.footer-col.col-ns {
  margin: 0 24px;
}

.footer-col li a:hover {
  color: #fff;
}

.col-ns {
  border: 1px solid #cfa04f;
}

.col-ns .footer-title {
  color: #fff;
}

.footer-col ul {
  margin: 0;
  padding: 0;
}

.footer-col ul li {
  margin: 0;
  padding: 0;
}

.footer-col .group-companies-extra {
  margin-top: 15px;
}

.footer-col .group-companies-extra a:hover {
  color: #cfa04f;
  text-decoration: none;
}

.footer-menu {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  padding: 0;
  list-style: none;
  background: none;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
}

.footer-menu a {
  color: #9e9c9a;
  margin: 0 9px;
}

.footer-menu a:hover {
  color: #fff;
}

.footer-copyrights {
  width: 100%;
  float: left;
  font-size: 13px;
  line-height: normal;
  color: #9e9c9a;
  padding: 28px 0 0 0;
  border-top: 1px solid #454f55;
}

.footer-copyrights li {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-copyrights li:last-child {
  border: 0;
}

.footer-copyrights a {
  color: #9e9c9a;
}

.footer-copyrights a:hover {
  color: #a99269;
}

.footer-locate {
  width: 25%;
  max-width: 240px;
  float: right;
  text-align: right;
  font-size: 11px;
  line-height: 27px;
  color: #9e9c9a;
  padding: 0 45px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-locate img {
  position: relative;
  top: 6px;
  margin: 0 5px;
}

.footer-locate a {
  display: block;
  color: #9e9c9a;
}

.footer-locate a:hover {
  color: #2f2b2b;
}

.footer-divider {
  width: 15px;
  height: 1px;
  margin: 0 0 14px 0;
  background: #f39d3d;
}

.footer-divider.ns {
  margin-bottom: 19px;
}

.footer-title {
  font-weight: 400;
  line-height: 22px;
  color: #cfa04f;
}

.footer-col li a {
  color: #fff;
  font-family: 'TheSans-B6SemiBold', helvetica, arial, sans-serif;
  font-size: 12px;
}

.footer-col li a:hover,
.footer-col li a:focus {
  color: #cfa04f;
}

@media screen and (min-width: 576px) {
  .footer-col {
    max-width: 250px;
    width: auto;
  }

  .footer-col.col-ns {
    max-width: 280px;
  }
}

@media screen and (min-width: 1280px) {
  .footer .footer-row {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .footer-col {
    min-width: 250px;
    width: 250px;
  }

  .footer-col.col-ns {
    min-width: 280px;
    width: 280px;
    margin: 0;
  }

  .footer-col.group-companies {
    min-width: 300px;
    width: 300px;
  }

  .footer-col.follow-us {
    min-width: 150px;
    width: 150px;
  }
}

/*NEWSLETTER FORM  FOOTER */

.footer-ns {
  width: 100%;
  position: relative;
}

.footer-ns form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.footer-ns form > input,
.footer-ns form > :empty {
  display: none;
}

.footer-ns form > .form-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}

.footer-ns form input {
  width: 100%;
  display: block;
  background: #353940;
  border: solid 1px #353940;
  padding: 16px 10px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  color: #ededed;
}

.footer-ns form input[type="submit"] {
  z-index: 5;
  background: #353940;
  border: solid 1px #353940;
  text-align: center;
  color: #cfa04f;
  cursor: pointer;
}

.footer-ns form input[type="submit"]:hover {
  background: #b3b2b1;
  color: #fff;
}

footer[role="contentinfo"] {
  background: #ddd;
}

.node-full .content {
  margin: 0 auto;
  max-width: 1260px;
}

.news-section .page-section-title {
  padding: 0;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.news-section h2 {
  text-align: left;
}

.news-item-holder {
  max-width: 80%;
  margin: 0 auto;
  clear: both;
  min-height: 570px;
}

.news-section article,
.view-news-feed .views-row {
  max-width: 100%;
  width: 33%;
  position: relative;
  display: inline-block;
  float: left;
  padding-bottom: 20px;
}
.mapImgFooter {
  max-width: 100%;
}
.headerBG {
  background: url(../images/bg.png) no-repeat center top;
  background-size: cover;
  min-height: 400px;
}

/*PRESS NEWS FEED && REPORTS*/

.reports-section,
.press-section {
  background: #fff;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.view-full-reports,
.view-news-press {
  padding: 40px 0;
  display: block;
  clear: both;
  margin: 0 auto;
  position: relative;
}
.reports-section h2,
.press-section .view-news-press h2 {
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  text-align: left;
  font-weight: normal;
}
.reports-section .view-full-reports:after,
.press-section .view-news-press:after {
  clear: both;
  content: "";
  width: 100%;
  height: 1px;
}

.reports-section .views-row,
.view-news-press .views-row {
  width: 31%;
  display: inline-block;
  float: left;
  text-align: left;
  margin: 1%;
}
.white-popup .wrapAttachment {
  background: #393f48;
  display: inline-block;
  width: 100%;
  padding: 9px 10px 3px 10px;
  margin: 3px 0;
}
.white-popup .attachment .file,
.white-popup .attachmentLink .file,
.reports-section .view-full-reports .attachment .file,
.view-news-press .views-row .file {
  background-color: #393f48;
  max-width: 399px;
  display: inline-block;
  padding: 1em 0;
  width: 80%;
  float: left;
}

.view-news-press .news-full {
  padding: 5%;
}
.view-news-press .news-full .field-name-body {
  padding: 0;
}
.white-popup .attachment,
.view-news-press .attachment {
  display: inline-block;
  border-width: 1px;
  border-color: #cfa04f;
  border-style: solid;
  background: #393f48;
  width: 100%;
}

.reports-section {
  padding: 40px 0;
}
.reports-section .view-filters {
  margin: 0 auto;
  max-width: 500px;
}

.reports-section .view-filters input[type="text"] {
  background: #ededed;
  border: 0;
  padding: 0 10px;
  color: #666;
  max-width: 120px;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
}
.reports-section .views-exposed-form .form-item {
  display: inline-block;
  float: left;
}
.reports-section .view-filters .form-submit {
  background: #dd9d42;
  border: 0;
  padding: 0 10px;
  color: #fff;
  line-height: 40px;
  margin-top: 0;
  text-transform: uppercase;
}
.reports-section .view-filters .form-submit:hover,
.reports-section .view-filters .form-submit:focus {
  background: #252d33;
}
.reports-section .view-filters input[type="text"] {
  background: #ededed;
  border: 0;
  padding: 0 10px;
  color: #666;
  max-width: 120px;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
}
.reports-section .view-header h2 {
  text-align: center;
}
.reports-section #edit-changed-wrapper * {
  display: inline-block;
  float: left;
}
.reports-section #edit-changed-wrapper label {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
  padding: 0 5px;
  line-height: 40px;
}

/* ********** */
/* HP NEWS FEED  */
/* ********** */

.news-item-holder .box-link.spaced {
  margin: 0 3px 3px 41px;
}
.front .news-item-holder header {
  position: relative;
  background: #fff;
  padding: 18px 34px 0 34px;
}
.front .news-item-holder header:before {
  background: url(../images/rectangle-actu-hp.png) no-repeat;
  position: absolute;
  left: -3px;
  top: -48px;
  content: " ";
  background-size: contain;
  z-index: 99;
  display: inline-block;
  width: 173px;
  height: 175px;
}
.news-section {
  margin: 0 auto;
  text-align: center;
}

.news-section h2 {
  font-size: 25px;
  color: #cfa04f;
  padding: 30px 0;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.news-section {
  position: relative;
  width: 100%;
  display: inline-block;
  clear: both;
  padding: 0 0 92px 0;
}

.news-feed-section {
  padding: 0;
}
.news-section .box-link {
  float: left;
}
.press-section .view-news-press,
.news-section .view-news-feed {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
}
.news-section article,
.view-news-feed article {
  position: relative;
}
.block-max {
  max-width: 400px;
  margin: 0 auto;
}
.news-item {
  display: block;
  color: #5d5a57;
  text-align: left;
}
.news-item.spaced {
  margin-bottom: 50px;
}
.news-item.txt {
  min-height: 220px;
  margin: 0 40px 22px 40px;
  display: block;
}
.news-item.txt p {
  font-size: 13px;
  line-height: 1.2em;
  text-align: justify;
}
.news-item .img {
  position: relative;
  display: block;
  padding: 50% 0 0 0;
  overflow: hidden;
  margin: 0 0 14px 0;
  transition: all linear 200ms;
}
.news-item .img.bgd {
  background-position: center;
  background-repeat: no-repeat;
}
.news-item .img img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.news-item .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
}

.news-item .img:hover img {
  transform: scale(1.1);
}

.news-item:hover .hovered-title {
  color: #a99269;
}
.news-item-links {
  margin: 0 20px;
  text-align: left;
}

.news-section .box-link {
  display: inline-block;
  clear: both;
  float: left;
}
.news-section .box-link a {
  margin-left: 12px;
  font-family: 'TheSans-B6SemiBold', helvetica, arial, sans-serif;
  letter-spacing: 0.1em;
}
.news-section .news-date {
  color: #cfa04f;
}

.slick-dots {
  position: absolute;
  bottom: 39%;
  left: 0;
  width: 100%;
  display: inline-block;
  clear: both;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li span {
  width: 21px;
  height: 21px;
  background: url(../images/sprite.png) no-repeat -79px -103px;
  display: inline-block;
  border-radius: 90%;
  margin: 10px;
}
.slick-dots li.slick-active span {
  border: 1px solid #fff;
}

.box-link span:after {
  background: url(../images/sprite.png) no-repeat -94px -167px;
  width: 34px;
  height: 13px;
  content: "";
  display: inline-block;
}

.not-front .view-view-page-level-1 {
  display: none;
}
.not-front #page {
  position: relative;
}

.node .section .text-block {
  width: 60%;
  max-width: 700px;
}
.node .section .image-block {
  width: 40%;
  max-width: 700px;
}

/* ********** */
/* SEARCH RESULT*/
/* ********** */

.page-search .hero-img h1#page-title.hasSVGWrapper .svg-wrapper,
.page-search .hero-img section#page-title.hasSVGWrapper .svg-wrapper {
  max-width: 1280px;
  width: 100%;
}

.page-search #page .region-content {
  margin: 0 auto;
  padding: 0 0 20px;
  display: block;
  max-width: 980px;
}

.page-search #page .region-content h2 {
  font-weight: 400;
  margin: 0 0;
  padding: 10px 20px;
}

.page-search .search-section {
  margin: 20px 0;
}

.page-search .search-section .white-block {
  background: none;
}

.page-search .search-section .image-block {
  max-width: 20%;
}

.page-search .search-section .text-block {
  max-width: 80%;
  width: 80%;
  margin-top: 0;
}

.page-search .search-section .text-block h2.title {
  text-align: left;
  font-size: 15px;
}

.page-search .search-section .text-block h2.title span {
  text-align: left;
  font-size: 18px;
}

.page-search .search-section .text-block h2.title a:hover span {
  color: #e09d47;
}

.page-search .search-section .search-type-Report .text-block,
.page-search .search-section .search-type-Basic .text-block {
  width: 100%;
  max-width: 100%;
}

.page-search .search-section .search-type-Report .image-block,
.page-search .search-section .search-type-Basic .image-block {
  display: none;
}

.page-search .search-section .text-block .text-block-resume {
  padding: 0 20px;
  font-size: 12px;
  line-height: 1.2em;
}

.page-search .search-section .text-block .text-block-resume p,
.page-search .search-section .text-block .text-block-resume p span {
  line-height: 1.2em;
  font-size: 12px;
}

.page-search .search-section .text-block .box-link {
  padding: 9px 20px 7px;
  margin-left: 0;
}

.page-search .search-section .text-block .link-block {
  margin: 0;
}

.page-search .main-content .view-search-term {
  padding: 20px 0 0;
  text-align: center;
}

.page-search .main-content .view-search-term::after {
  border-bottom: 2px solid #ffb400;
  display: block;
  clear: both;
  margin: 0 auto;
  height: 30px;
  content: " ";
  width: 50px;
}

.page-search .main-content .view-search-term span {
  color: #e09d47;
  font-size: 20px;
  font-style: italic;
}

.page-search .main-content .view-search-form form {
  margin: 0 auto;
  padding: 40px 0;
  display: inline-block;
  max-width: 980px;
  background: #fff;
  width: 100%;
}

.page-search .main-content .view-search-form form label {
  float: left;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 58px;
  font-size: 11px;
}

.page-search .main-content .view-search-form form input[type="text"] {
  background: none;
  border: 0;
  color: #cfa04f;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  width: 60%;
  font-size: 12px;
  background: #ededed;
  padding: 15px;
  letter-spacing: 0.1em;
}

.page-search .main-content .view-search-form form .form-submit {
  text-indent: -6999px;
  background: url(../images/search-ico.png) no-repeat center transparent;
  float: left;
  border: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-top: 5px;
}

/* ********** */
/* USER LOGIN */
/* ********** */

#page #user-login-form {
  margin: 0 auto;
  width: 600px;
  display: block;
  clear: both;
}
#page #user-pass input[type="password"],
#page #user-login-form input[type="password"] {
  line-height: 1em;
  padding: 5px;
}
#page #user-login-form input[type="text"] {
  line-height: 1em;
  padding: 5px;
}

.not-front .field-name-body {
  margin: 0 auto;
  max-width: 980px;
  background: #fff;
  padding: 1em;
}

/* ********** */
/*reports MARKET WATCH */
/* ********** */

.page-market-watch .heading-wrapper {
  max-width: 1034px !important;
}

.page-market-watch .attachment {
  display: block;
  border-width: 1px;
  border-color: #cfa04f;
  border-style: solid;
}
.page-market-watch .yearlyReports .attachment {
  border-width: 1px;
}
.page-market-watch .yearlyReports .views-row {
  background: #393f48;
  max-width: 399px;
  display: inline-block;
  padding: 1em;
  width: 80%;
  float: left;
  margin-bottom: 1em;
}
.page-market-watch .reports-right {
  background: #fff;
}
.page-market-watch #tabs-menu-links {
  max-width: 588px;
  margin-top: -56px;
  position: relative;
  z-index: 99;
  float: right;
  width: 100%;
  padding: 0;
}
.page-market-watch #tabs-menu-links li {
  display: inline-block;
  width: 25%;
  margin: 0;
  background: rgba(40, 45, 51, 0.5);
  position: relative;
  float: left;
}
.page-market-watch .wrapperSubmenu {
  display: block;
  max-width: 980px;
  text-align: right;
  margin: 0 auto;
}
.page-market-watch .wrapperSubmenu ul {
  float: right;
  max-width: 600px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-market-watch .wrapperSubmenu ul li a {
  color: #fff;
  padding: 15px 10px;
  border: 1px solid #cfa04f;
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.page-market-watch .wrapperSubmenu ul li a:hover {
  color: #cfa04f;
}
.page-market-watch .wrapperSubmenu ul li.active-trail a {
  color: #cfa04f;
  background-color: #fff;
}
.page-market-watch .wrapperSubmenu ul li.active-trail:after {
  background: transparent url(../images/subnav-active.png) no-repeat bottom center;
  width: 100%;
  content: " ";
  display: block;
  clear: both;
  height: 33px;
  position: absolute;
  top: 45px;
}

.page-market-watch .hero-img .date {
  top: -100px;
}

.page-market-watch .heading-wrapper h1#page-title {
  bottom: 78px;
}
.page-market-watch .hero-img h1#page-title.hasSVGWrapper .text {
  top: -234px;
  margin-right: 30px;
}
.page-market-watch .hero-img h1#page-title.hasSVGWrapper .svg-wrapper {
  width: 300px;
  white-space: pre-line;
  text-align: right;
}
.page-market-watch .wrapperSubmenu ul li a:hover {
  background: #e8e8e8;
}
.page-market-watch .graph_section header {
  padding: 20px 0;
}
.page-market-watch .graph_section header h1 {
  font-family: "FrizQuadrataFont-Regular", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
  color: #cfa04f;
  font-weight: normal;
  font-size: 30px;
  padding: 1em;
  display: inline-block;
  float: left;
}
.page-market-watch .graph_section header .col {
  display: inline-block;
  padding-left: 10px;
  float: left;
  margin: 24px 0 0;
}
.page-market-watch .graph_section header table.col {
  margin: 0;
  display: table;
  width: 170px;
}
.page-market-watch .graph_section header .col {
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.page-market-watch .graph_section header .col span.label {
  font-weight: bold;
  color: #cfa04f;
}
.page-market-watch .graph_section header table.col {
  float: right;
  margin-right: 5px;
}
.page-market-watch .graph_section header table.col td {
  margin: 0;
  padding: 0 5px;
  font-weight: normal;
  color: #666;
}
.page-market-watch .graph_section header table.col tr:nth-child(1) td {
  border-bottom: 1px solid #f8e7d3;
}
.page-market-watch .graph_section header table.col td.label {
  background: #f4f4f6;
  border-right: 1px solid #f8e7d3;
  width: 60%;
}

.page-market-watch .graph_section header table.col tr:nth-child(1) {
  border-top: 1px solid #be8e3a;
  border-left: 1px solid #be8e3a;
  border-right: 1px solid #be8e3a;
}
.page-market-watch .graph_section header table.col tr:nth-child(2) {
  border-left: 1px solid #be8e3a;
  border-right: 1px solid #be8e3a;
  border-bottom: 1px solid #f8e7d3;
}
.page-market-watch .graph_section header table.col tr:nth-child(3) {
  border-bottom: 1px solid #be8e3a;
  border-left: 1px solid #be8e3a;
  border-right: 1px solid #be8e3a;
}
.graph_section table tr td div.form-item-scale {
  margin: 0;
}
.submit-graph-scale {
  display: none;
}
.page-market-watch .graph_section header table.col tbody {
  border: 0;
}
.page-market-watch .graph_section header table.col td i {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.page-market-watch .table-graph {
  max-width: 80%;
  font-size: 11px;
  display: table;
  text-align: center;
  margin: 2em auto;
  border: 1px solid #e19e3d;
}
.page-market-watch .table-graph td.labelTD,
.page-market-watch .table-graph th {
  color: #cfa04f;
  text-align: center;
  padding: 2em 1em;
  text-transform: uppercase;
}
.page-market-watch .table-graph th {
  border-bottom: 1px solid #e19e3d;
}
.page-market-watch .table-graph tr {
  border-bottom: 1px solid #e19e3d;
  border-left: 1px solid #e19e3d;
}
.page-market-watch .table-graph th:nth-child(even),
.page-market-watch .table-graph td:nth-child(even) {
  background: rgba(40, 45, 51, 0.05);
}
.page-market-watch .table-graph td {
  color: #393f48;
  padding: 1em 2em;
}
.view-reports .views-row {
  background-color: #393f48;
  max-width: 373px;
  display: inline-block;
  padding: 1em;
  width: 80%;
  float: left;
  margin-bottom: 1em;
}
.page-market-watch .reports-left {
  display: inline-block;
  width: 36%;
  max-width: 400px;
  float: left;
  padding: 100px 0;
  position: relative;
  z-index: 999;
}
.page-market-watch .reports-left h2 {
  font-weight: normal;
  color: #393f48;
}

.page-market-watch .reports-left > div {
  margin: 0 0 20px 0;
  width: 100%;
  display: inline-block;
}
.page-market-watch .reports-right {
  display: inline-block;
  width: 60%;
  max-width: 600px;
  float: right;
}
.page-market-watch .reports-right img {
  max-width: 100%;
  width: 100%;
}
.page-market-watch .view-news-feed .views-row {
  width: 50%;
}

.info-report {
  display: inline-block;
  color: #cfa04f;
  float: right;
  width: 64%;
  font-size: 11px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.info-report em {
  display: block;
  clear: both;
  color: #cfa04f;
  font-weight: bold;
  line-height: 28px;
  font-style: normal;
  margin-top: 15px;
  font-size: 15px;
}
.page-market-watch a.attachment:hover span.info-report em,
.page-market-watch a.attachment:hover span.info-report {
  color: #fff;
}

.white-popup .info-report {
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  width: 83%;
}
.white-popup .info-report em {
  display: none;
}
.white-popup a:hover .info-report span {
  color: #fff;
}
.page-market-watch .attachment::after {
  clear: both;
  display: block;
  content: "";
}

.reports-left .intro {
  max-width: 80%;
  display: block;
  clear: both;
  line-height: 1.8em;
  font-size: 13px;
  margin-top: 20px;
}
.page-market-watch .news-section .page-section-title {
  background: url(../images/bg-news-section.png) no-repeat center top;
  position: relative;
  z-index: 8;
  width: 100%;
  background-size: cover;
  min-height: 200px;
}
.page-market-watch .news-section .page-section-title .main-title {
  font-family: "FrizQuadrataFont-Regular", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
  color: #fff;
  font-size: 29px; /* Approximation causée par une substitution de police */
  font-weight: 400;
  padding: 70px 20px 0 20px;
  text-align: left;
  letter-spacing: 0;
}
.page-market-watch .news-section .page-section-title .main-title span {
  font-family: "FrizQuadrataFont-Regular", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
  color: #fff;
  font-size: 16px; /* Approximation causée par une substitution de police */
  font-weight: 400;
  line-height: 17.072px; /* Approximation causée par une substitution de police */
  text-align: left;
  letter-spacing: 0;
}
.page-market-watch .viewlist ul {
  margin: 10px 0;
}
.page-market-watch .viewlist li {
  display: block;
  clear: both;
  border-bottom: 1px solid #ededed;
  margin: 0;
  text-align: left;
  position: relative;
  padding: 5px 0;
}
.page-market-watch .viewlist li .hour {
  float: left;
  width: 80px;
  text-align: right;
  color: #cfa04f;
  padding: 0 10px 0 0;
  font-size: 11px;
}
.page-market-watch .viewlist li .actu-short-feed {
  position: relative;
  left: 0;
  line-height: 1.5em;
  width: 90%;
  padding: 10px 5%;
  display: inline-block;
}
.page-market-watch .viewlist li .actu-short-feed .field-name-body,
.page-market-watch .viewlist li .actu-short-feed p {
  font-size: 12px;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}
.page-market-watch .viewlist li .actu-short-feed .title-actu-short {
  font-family: 'TheSans-B6SemiBold', helvetica, arial, sans-serif;
  padding: 0;
  margin: 0 0 5px 0;
  color: #393f48;
}
.page-market-watch .news-section {
  padding-bottom: 40px;
}

/*DATE FILTERS*/

.page-market-watch .filter-date {
  display: block;
  clear: both;
  background: #fff;
  max-width: 399px;
  width: 87%;
  margin: 1em 0;
}
.page-market-watch .filter-date input[type="text"] {
  display: inline-block;
  clear: both;
  line-height: 40px;
  border: 0;
  text-align: center;
  color: #8a8b8c;
  font-size: 15px;
  letter-spacing: 0.1em;
  width: 100%;
}

.page-market-watch a.form-submit,
.page-market-watch .filter-date input[type="submit"] {
  display: inline-block;
  float: right;
  border: 0;
  padding: 10px;
  background: url(../images/sprite.png) no-repeat -538px 2px #cfa04f;
  text-indent: -6999px;
  height: 40px;
  width: 40px;
}
.page-market-watch a.form-submit:hover,
.page-market-watch a.form-submit:focus,
.page-market-watch .filter-date input[type="submit"]:hover,
.page-market-watch .filter-date input[type="submit"]:focus {
  background-color: #393f48;
}

.page-market-watch .filter-date .form-item {
  display: inline-block;
  max-width: 70px;
  position: relative;
  margin: 0;
  padding: 10px 0;
}
.page-market-watch .filter-date .form-item:after {
  width: 1px;
  height: 20px;
  content: "";
  display: inline-block;
  background: #ededed;
  position: absolute;
  top: 20px;
}

/* ********** */
/* ICONS*/
/* ********** */

span.file img {
  display: none;
}

i.ico-pdf {
  margin: 10px 5px 10px 10px;
  background: url(../images/sprite.png) no-repeat -246px -3px;
  width: 60px;
  height: 60px;
  display: inline-block;
  float: left;
}

i.ico-link {
  margin: 10px 5px 10px 10px;
  background: url(../images/sprite.png) no-repeat -230px -384px;
  width: 60px;
  height: 60px;
  display: inline-block;
  float: left;
}

.white-popup .attachment i.ico-pdf {
  background: url(../images/ico-credentials.png) no-repeat 0 0;
  background-size: 100%;
  width: 30px;
  height: 30px;
}

.white-popup .attachment i.ico-link {
  background: url(../images/ico-credentials.png) no-repeat 0 100%;
  background-size: 100%;
  width: 30px;
  height: 30px;
}
i.ico-loc {
  margin: 17px 5px 10px 10px;
  display: inline-block;
  background: url(../images/sprite_worldfootprint.png) no-repeat -239px -2px;
  width: 47px;
  height: 47px;
  float: left;
}

i.ico-tel {
  margin: 17px 5px 10px 10px;
  display: inline-block;
  background: url(../images/sprite_worldfootprint.png) no-repeat -292px -2px;
  width: 47px;
  height: 47px;
  float: left;
}

i.ico-mail {
  margin: 17px 5px 10px 10px;
  display: inline-block;
  background: url(../images/sprite_worldfootprint.png) no-repeat -341px -2px;
  width: 47px;
  height: 47px;
  float: left;
}

.text-footprint {
  line-height: 18px;
  margin-bottom: 30px;
  clear: both;
}

.info-footprint i.ico-loc {
  background: url(../images/sprite_worldfootprint.png) no-repeat -239px -2px;
  width: 47px;
  height: 47px;
  margin: 2px 5px 0 0;
}

.info-footprint i.ico-tel {
  background: url(../images/sprite_worldfootprint.png) no-repeat -292px -2px;
  width: 47px;
  height: 47px;
  margin: 2px 5px 0 0;
}

.info-footprint i.ico-mail {
  background: url(../images/sprite_worldfootprint.png) no-repeat -341px -2px;
  width: 47px;
  height: 47px;
  margin: 2px 5px 0 0;
}

.info-footprint {
  float: left;
}

.worldfootprint-table {
  width: 100%;
  font-size: 11px;
  line-height: 1.2;
  font-weight: bold;
}

.worldfootprint-table tbody {
  border: none;
}

.worldfootprint-table-link {
  font-size: 12px;
}

.worldfootprint-table td {
  white-space: nowrap;
}

.worldfootprint-corner {
  background: url(../images/corner.png);
  width: 74px;
  height: 75px;
  float: right;
  margin-top: -60px;
}

i.ico-up {
  background: url(../images/sprite.png) no-repeat -487px -125px;
  height: 10px;
  width: 9px;
  display: inline-block;
}
i.ico-down {
  background: url(../images/sprite.png) no-repeat -547px -125px;
  height: 10px;
  width: 9px;
  display: inline-block;
}
i.ico-ctaAfter {
  background: url(../images/sprite.png) no-repeat -103px -171px;
  display: inline-block;
  width: 18px;
  height: 9px;
}

i.ico-pager-prev,
i.ico-pager-next {
  background: url(../images/sprite.png) no-repeat;
  width: 18px;
  height: 9px;
  display: inline-block;
}

i.ico-pager-prev {
  background-position: -60px -221px;
}
i.ico-pager-next {
  background-position: -103px -221px;
}
.cta-full-reports {
  color: #cfa04f;
}

/* ********** */
/*PAGE ARTICLE */
/* ********** */

.page-node-type-article section.news-full {
  max-width: 980px;
  margin: 0 auto;
  display: block;
  padding: 80px 0;
  background: #fff;
}
.page-node-type-article .news-full {
  position: relative;
  max-width: 980px;
  display: block;
  margin: 0;
}
.page-node-type-article .block-img {
  display: inline-block;
  width: 36%;
}
.page-node-type-article .block-img img {
  max-width: 100%;
}
.page-node-type-article .block-text {
  display: inline-block;
  width: 60%;
}
.page-node-type-article .block-text .news-full-content {
  padding: 15px;
}

.news-full-content img{
  width: 100%;
  height: auto;
  max-width: 100%;
}

.news-full-author {
  text-align: right;
  font-style: normal;
}

.news-full .breadcrumbs {
  display: block;
  width: 94%;
  background: #252d33;
  padding: 9px 30px 7px;
}

.news-full .breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.news-full .breadcrumbs__item {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
}

.news-full .breadcrumbs__item + .breadcrumbs__item::before {
  content: "›";
  margin-right: 8px;
  color: #cfa04f;
}

.news-full .breadcrumbs__link {
  color: #fff;
  text-decoration: none;
}

.news-full .breadcrumbs__link:hover,
.news-full .breadcrumbs__link:focus {
  color: #cfa04f;
}

.news-full .breadcrumbs__item--current {
  color: #cfa04f;
}

.page-node-type-article .block-text h1 {
  font-size: 30px;
  color: #cfa04f;
  font-weight: normal;
  line-height: 1em;
}
.page-node-type-article .block-text .field-name-field-category {
  text-align: center;
}
.page-node-type-article .block-img {
  float: left;
  margin-left: -10px;
}
.page-node-type-article .block-img .shareBox-full {
  margin-left: 40px;
}
.page-node-type-article .block-img .shareBox-full a {
  margin: 0 10px;
}
.page-node-type-article .block-text .news-date,
.page-node-type-article .block-text h1 {
  margin-left: 15px;
  line-height: 1.3em;
  font-size: 27px;
}
.page-node-type-article .block-text .news-date {
  font-size: 15px;
  display: block;
  clear: both;
}
.page-node-type-article .block-text .attachment {
  background: #393f48;
  display: inline-block;
  width: 100%;
  max-width: 377px;
}
.page-node-type-article .block-text .news-date {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .page-node-type-article {
    .block-img {
      float: none;
      width: 100%;
      margin-left: 0;

      img {
        width: 100%;
      }
    }

    .block-text {
      width: 100%;
    }
  }
}


/* ********* */
/*CONTACT*/
/* ********** */

#contact-section {
  max-width: 980px;
  margin: 0 auto;
  display: block;
  position: static;
}

#contact-section .left-block {
  width: 60%;
  max-width: 513px;
  display: inline-block;
  background: #fff;
  float: left;
  padding: 5%;
  position: relative;
  margin-top: -120px;
  z-index: 99;
}

#contact-section .left-block .title {
  padding: 0;
}

#contact-section .right-block {
  width: 40%;
  max-width: 275px;
  display: inline-block;
  float: right;
  position: relative;
  margin-top: -20px;
}

#contact-section .right-block img {
  max-width: 100%;
  height: auto;
}

#contact-section .txt-block {
  width: 80%;
  margin: -50px auto 0;
  background: #fff;
  padding: 10px;
  position: relative;
  z-index: 99;
}

#contact-section .txt-block .info {
  position: relative;
  padding-top: 20px;
  line-height: 1.1em;
}

#contact-section .telInfo .info {
  padding-top: 34px;
}

#contact-section .mailInfo .info {
  padding-top: 34px;
}

.full-block {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
}

.map-block {
  top: -100px;
  max-width: 1280px;
  margin: 0 auto -100px;
}

.map-block h2 {
  font-family: FrizQuadrataFont;
  color: #282d33;
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  left: 600px;
  z-index: 98;
  width: 400px;
  height: 175px;
  text-align: right;
  line-height: 165px;
  background: url(../images/shape-contact-title.png) no-repeat center left;
  top: -130px;
  background-size: contain;
}

#contact-section .txt-block li {
  vertical-align: middle;
  display: block;
  clear: both;
  margin: 5px 0;
  font-family: 'TheSans-B6SemiBold', helvetica, arial, sans-serif;
  color: #282d33;
  font-size: 12px; /* Approximation causée par une substitution de police */
  font-weight: 400;
}

#contact-section .form-item {
  position: relative;
  margin: 0;
}

#contact-section .form-item label {
  font-size: 13px;
  color: #a7a7a7;
  position: absolute;
  left: 1em;
  top: 1.8em;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

#contact-section .form-required {
  color: #a7a7a7;
}

#contact-section .form-item,
#contact-section .form-item input[type=email],
#contact-section .form-item input[type=tel],
#contact-section .form-item input[type=text],
#contact-section .form-item select,
#contact-section .form-item textarea {
  box-sizing: border-box;
  width: 100%;
}

#contact-section .form-item input[type=email],
#contact-section .form-item input[type=tel],
#contact-section .form-item input[type=text],
#contact-section .form-item select {
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 12px;
  padding: 12px 0;
  margin: 12px 0;
  position: relative;
  height: 45px;
  line-height: 20px;
}

#contact-section .form-item .iti {
  width: 100%;
}

#contact-section .form-item .iti__flag-container:focus,
#contact-section .form-item .iti__selected-flag:focus {
  outline: none;
}

#contact-section .form-item .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

#contact-section .form-item input[type=tel] {
  margin: 12px 0 !important;
  padding-left: 48px;
}

#contact-section .form-item select {
  color: #a7a7a7;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#contact-section .form-item select::-ms-expand {
  display: none;
}

#contact-section .form-item .customSelect,
#contact-section .form-item .customSelect.customSelectHover {
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  margin: 12px 0;
  background-color: transparent;
  border-color: #a7a7a7;
  line-height: 20px;
}

#contact-section .form-item .customSelect.customSelectFocus,
#contact-section .form-item .customSelect.customSelectOpen {
  border-color: #cb9948;
}

#contact-section .form-item .customSelect.customSelectChanged {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

#contact-section .form-item--error-message {
  color: #dc3545;
  font-size: 12px;
  line-height: 1.25;
}

#contact-section .form-actions {
  text-align: right;
}

#contact-section .form-actions .form-submit {
  background: none;
  border: 0;
  font-family: 'TheSans-B6SemiBold', helvetica, arial, sans-serif;
  color: #cfa04f;
  font-size: 14.01px;
  font-weight: 300;
  line-height: 19.683px;
  text-align: left;
  padding: 5px;
}

#contact-section .form-item.textbox-focused input {
  outline: none;
  border-color: rgb(207, 160, 79);
}

#contact-section .form-item.textbox-focused label {
  font-size: 0.8em;
  top: 0;
  left: 1.2em;
  font-weight: bold;
  color: rgb(207, 160, 79);
}

#contact-section .form-item-telephone:not(.textbox-focused) label {
  left: 48px;
}

#contact-section .form-actions:after {
  width: 18px;
  height: 9px;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
  display: inline-block;
  content: " ";
  background: url(../images/sprite.png) no-repeat -103px -171px;
}

#contact-section .form-item-message textarea {
  margin: 1em 0 0;
  min-height: 200px;
  border: 1px solid #a7a7a7;
  resize: vertical;
}

#contact-section .form-item-message label {
  position: static;
  margin: 12px 13px;
}

/* ********** */
/* NODE PAGE */
/* ********** */

.node-page section {
  max-width: 980px;
  margin: 0 auto;
  top: 0;
  z-index: 99;
  position: relative;
  background: #fff;
}
.node-page section .content {
  padding: 80px;
}

.node-page section h1 strong,
.node-page section h3 strong,
.node-page section h4 strong,
.node-page section h5 strong,
.node-page section h2 strong,
.node-page section h1,
.node-page section h2,
.node-page section h3,
.node-page section h4,
.node-page section h5 {
  color: #cfa04f;
  font-family: "FrizQuadrataFont-Regular", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
  font-weight: normal;
  text-transform: none;
  padding: 10px 0;
}

/* ********** */
/* CKEDITOR */
/* ********** */

.page-node .field-name-body h1 {
  font-size: 34px;
  line-height: 1em;
}
.page-node .field-name-body h2 {
  font-size: 24px;
}
.page-node .field-name-body h3 {
  font-size: 20px;
}
.page-node .field-name-body h4 {
  font-size: 18px;
}
.page-node .field-name-body h5 {
  font-size: 15px;
}

.page-node .field-name-body ul,
.page-node .field-name-body ol {
  display: block;
  clear: both;
}
.page-node .field-name-body ul li {
  padding: 13px 40px;
  list-style-image: url(../images/bullet.gif);
  list-style-position: outside;
}

.page-node .field-name-body ol li {
  counter-increment: step-counter;
}
.page-node .field-name-body ol li {
  padding: 10px 50px;
  list-style-type: none;
  clear: both;
}
.page-node .field-name-body ol li::before {
  content: counter(step-counter);
  color: #393f48;
  display: inline-block;
  position: relative;
  font-size: 16px;
  left: -50px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: 'TheSans-B6SemiBold', helvetica, arial, sans-serif;
  float: left;
  border-bottom: 1px solid #ffb400;
  padding: 0 10px 10px;
}

.page-node .field-name-body a {
  text-decoration: underline;
}

.ckc-gold {
  color: #cfa04f;
}
.ckc-dark-grey {
  color: #272d33;
}
.ckc-light-grey {
  color: #ccc;
}
.ckc-red {
  color: #ff5400;
}

p.cks-quote {
  font-size: 18px;
  color: #cfa04f;
  position: relative;
  padding-left: 150px;
  font-family: FrizQuadrataFont;
}
p.cks-quote:before {
  background: url(../images/sprite.png) no-repeat 0 -280px;
  width: 101px;
  height: 9px;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}

.page-node .field-name-body table {
  background: #fff;
  border: 0;
  margin: 20px auto;
}
.page-node .field-name-body table caption:before {
  background: url(../images/sprite.png) no-repeat 0 -280px;
  width: 101px;
  height: 9px;
  margin-right: 5px;
  display: inline-block;
  content: "";
}

.page-node .field-name-body table caption {
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #cfa04f;
}
.page-node .field-name-body table thead th {
  background: #252d33;
  border: 1px solid #ededed;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 1em;
  font-size: 13px;
  font-weight: bold;
}
.page-node .field-name-body table tbody th {
  background: #ededed;
  border: 1px solid #ededed;
  color: #cfa04f;
  text-transform: uppercase;
  text-align: center;
  padding: 1em;
  font-size: 13px;
  font-weight: bold;
}
.page-node .field-name-body table tr td {
  border-bottom: 1px solid #ededed;
  padding: 15px;
  font-size: 12px;
  border-left: 1px solid #ededed;
  line-height: 1.2em;
}

/* ********** */
/*NODE LANDING PAGE */
/* ********** */

.node-type-landing-page .subHeaderLanding {
  position: absolute;
  color: #fff;
  z-index: 333;
  right: 0;
  padding: 10px;
  top: 108px;
  font-family: FrizQuadrataFont;
  text-align: right;
}
.node-type-landing-page .subHeaderLanding .phone {
  font-size: 18px;
  color: #fff;
}
.node-type-landing-page .subHeaderLanding a.mailto {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.node-type-landing-page .subHeaderLanding a:hover,
.node-type-landing-page .subHeaderLanding a:active {
  color: #cfa04f;
}
.node-type-landing-page .landing-intro {
  background: #fff;
  width: 100%;
}
.node-type-landing-page .landing-intro-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.node-type-landing-page .landing-intro-wrapper .subtitleOnBand {
  color: #cfa04f;
  font-family: FrizQuadrataFont;
  font-weight: normal;
  text-transform: none;
  padding: 40px 0 0;
  font-size: 25px;
}
.node-type-landing-page .hero-img .wrapper-masthead {
  max-width: 980px;
}
.node-type-landing-page .hero-img .wrapper-masthead h1#page-title {
  position: relative;
  top: 50%;
  transform: none;
}
.node-type-landing-page .section-landing-first {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.node-type-landing-page .section-landing-second {
  background: #fff;
  padding: 0 3%;
  position: relative;
  margin: 0 auto;
}
.node-type-landing-page .section-landing-first .wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0;
  display: block;
  clear: both;
}
.node-type-landing-page .section-landing-second .wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0;
  display: block;
  clear: both;
}

.node-type-landing-page .section-landing-second .col,
.node-type-landing-page .section-landing-first .col {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.node-type-landing-page .section-landing-second .col {
  position: relative;
}
.node-type-landing-page .section-landing-second .col h3.wrapBox {
  padding: 60px 60px 30px 60px;
  font-size: 22px;
  font-weight: normal;
  position: relative;
}
.node-type-landing-page .section-landing-second .col h3.wrapBox:before {
  background: url(../images/bg-subtitle-landing.png) no-repeat center top;
  display: inline-block;
  width: 259px;
  height: 106px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.node-type-landing-page .section-landing-second .col article {
  margin: 0 10% 0 10%;
}

/* ********** */
/*OVERRIDE CONTACT FORM LANDING PAGE */
/* ********** */

.node-type-landing-page .section-landing-first #contact-section {
  width: 30%;
  background: #343f49;
  clear: none;
}
.node-type-landing-page .section-landing-first #contact-section textarea {
  background: #343f49;
  max-height: 110px;
  min-height: 110px;
}
.node-type-landing-page .section-landing-first #contact-section .grippie {
  display: none;
}
.node-type-landing-page .section-landing-first #contact-section form {
  padding: 5%;
}
.node-type-landing-page .section-landing-first #contact-section span.customSelect {
  font-size: 13px;
  background: #343f49 url(../images/select-arrow.png) 98% center no-repeat;
}
.node-type-landing-page .section-landing-first #contact-section {
  display: inline-block;
  clear: none;
  width: 33%;
  margin-top: 20px;
  position: relative;
  z-index: 66;
}
.node-type-landing-page #contact-section input[type=email],
.node-type-landing-page #contact-section input[type=text] {
  border-bottom-color: #6a747e;
  color: #6a747e;
}
.node-type-landing-page .col img {
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}
.node-type-landing-page .section-landing-first .landingColHolder {
  background: #fff;
  display: inline-block;
  margin: 20px 0 0 0;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 40px;
  min-height: 594px;
  max-width: 300px;
}

.node-type-landing-page .section-landing-second .landingColHolder {
  margin: 0 auto;
  max-width: 300px;
  text-align: left;
}
.node-type-landing-page .section-landing-second .col {
  text-align: center;
}
.node-type-landing-page .section-landing-second .col img {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.node-type-landing-page .section-landing-second .col .text-ls {
  font-size: 12px;
  max-width: 300px;
}
.node-type-landing-page .landingColHolder .title {
  font-size: 24px;
  color: #343a43;
}
.node-type-landing-page .landingColHolder {
  line-height: 1.3em;
}
.node-type-landing-page .landingColHolder .texte {
  padding: 14% 8%;
  line-height: 1.4em;
  font-size: 12px;
}
.node-type-landing-page .landingColHolder .texte h3 {
  color: #cfa04f;
  font-family: 'TheSans-B6SemiBold', helvetica, arial, sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.node-type-landing-page .webformHeader {
  background: #cb9948;
  display: block;
  clear: both;
  padding: 20px;
}
.node-type-landing-page .webformHeader h3 {
  color: #fff;
  margin: 10px 0;
}
.node-type-landing-page .webformHeader p {
  color: #fff;
}
.node-type-landing-page .landing-cta {
  float: right;
  display: block;
  clear: both;
  margin: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
}
.node-type-landing-page .landing-cta:after {
  background: url(../images/sprite.png) no-repeat -103px -171px;
  display: inline-block;
  margin: 0 5px;
  width: 18px;
  height: 9px;
  content: " ";
}
.node-type-landing-page .section-landing-second .landing-cta {
  float: left;
}
.node-type-landing-page .col-certification img {
  max-width: 90%;
  display: block;
  margin: 1em auto;
}
.node-type-landing-page .col-news article {
  padding: 5%;
}
.node-type-landing-page .section-landing-second .col,
.node-type-landing-page .section-landing-first .col {
  position: relative;
}
.node-type-landing-page .wrapperControls {
  position: relative;
  width: 320px;
  height: 50px;
  display: block;
  clear: both;
  z-index: 9999;
  margin: 0 auto;
  bottom: 72px;
}

.node-type-landing-page .section-landing-first .col:nth-child(1) {
  width: 32%;
}
.node-type-landing-page .slider-dots {
  width: 80%;
  left: 40px;
}
.node-type-landing-page .slider-dots .slide-nav-dot {
  background: #e09d47;
}
.node-type-landing-page .slider-dots .slide-nav-dot {
  width: 8px;
  height: 8px;
  display: block;
  transition: none;
}
.node-type-landing-page .slider-dots .slick-active {
  margin-top: 5px;
}
.node-type-landing-page .slider-dots .slick-active .slide-nav-dot {
  width: 6px;
  height: 6px;
  margin-top: 2px;
}
.node-type-landing-page .slider-dots li {
  width: 28px;
  height: 28px;
}
.node-type-landing-page .slider-holder .slider-item {
  text-align: center;
}
.node-type-landing-page .slider-holder .slider-item .landingColHolder {
  text-align: left;
}
.node-type-landing-page .section-landing-first .landingColHolder .title-landingCol {
  font-size: 24px;
  line-height: 30px;
  color: #5d5a57;
  padding: 40px 27px 0 27px;
  text-align: left;
  font-weight: normal;
  display: block;
}
.node-type-landing-page .section-landing-first .landingColHolder .title-landingCol {
  position: relative;
  z-index: 99;
}
.node-type-landing-page .section-landing-first .landingColHolder .title-landingCol .bgw {
  background: #fff;
  z-index: 100;
  position: relative;
  color: #282d33;
  font-size: 22px;
  padding: 5px;
}
.node-type-landing-page .section-landing-first .landingColHolder .title-landingCol:before {
  background: url(../images/shape-landing-col-title.png) no-repeat center top;
  position: absolute;
  left: -17px;
  top: -36px;
  content: "";
  width: 213px;
  height: 192px;
}

.node-type-landing-page .slider-arrows-landing .slide-prev,
.node-type-landing-page .slider-arrows-landing .slide-next {
  position: absolute;
  bottom: 0;
  width: 29px;
  height: 29px;
  display: inline-block;
  background: url(../images/sprite.png) no-repeat;
  z-index: 999;
  opacity: .8;
  cursor: pointer;
}
.node-type-landing-page .slider-arrows-landing .slide-prev:hover,
.node-type-landing-page .slider-arrows-landing .slide-next:hover {
  opacity: 1;
}
.node-type-landing-page .slider-arrows-landing .slide-prev {
  float: left;
  background-position: -350px -210px;
  left: 25px;
}
.node-type-landing-page .slider-arrows-landing .slide-next {
  float: right;
  background-position: -420px -210px;
  right: 0;
}
.node-type-landing-page .slider-arrows-landing .slick-disabled {
  opacity: 0.1;
}

.node-type-landing-page .bgTitleLanding:before {
  background: url(../images/rectangle-actu-hp.png) no-repeat center top;
  background-size: cover;
  content: "";
  width: 175px;
  height: 130px;
  position: absolute;
  left: -40px;
  top: 11px;
}
.node-type-landing-page .hero-img h1#page-title.bgTitleLanding {
  font-family: 'TheSans-B6SemiBold', helvetica, arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 30px;
  padding-top: 85px;
}

@media screen and (max-width: 768px) {
  .node-type-landing-page .section-landing-first .landingColHolder {
    min-height: 0;
    margin: 0 auto;
  }
  .node-type-landing-page .col img {
    width: 100%;
  }
  .node-type-landing-page .section-landing-first .landingColHolder .title-landingCol:before {
    top: -19px;
  }
  .node-type-landing-page .section-landing-first .col:nth-child(1) {
    width: 100%;
  }
}
/*CUSTOM HEADER LANDING PAGE */

.node-type-landing-page .hero-img .wrapper-masthead {
  display: block;
  margin: 0 auto;
  padding: 125px 0 40px 0;
}
.wrapper-masthead-landing .wrapper-masthead {
  min-height: 400px;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.wrapper-masthead-landing h1 {
  display: none;
}
.wrapper-masthead-landing .leftBanner {
  display: inline-block;
  float: left;
  max-width: 350px;
  width: 30%;
  background: #343f49;
  position: relative;
  z-index: 99;
}
.node-type-landing-page .hero-img .rightBanner {
  color: #fff;
  position: relative;
  max-width: 70%;
  margin: 0;
  line-height: 1em;
  float: right;
  display: inline-block;
}
.node-type-landing-page .hero-img .rightBanner p {
  margin: 0;
}
.wrapper-masthead-landing .rightBanner h1 {
  display: block;
}

.wrapper-masthead-landing .tabsLanding {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}
.wrapper-masthead-landing .tabedContent {
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  clear: both;
  width: 96%;
  color: #393f48;
  padding: 2% 2% 0 2%;
}
.wrapper-masthead-landing .tabedContent .content-tab {
  padding: 20px;
}
.wrapper-masthead-landing .tabedContent ul {
  margin: 10px 0;
  padding: 0;
}
.wrapper-masthead-landing .tabedContent ul li {
  padding: 0;
  margin: 0;
}

.wrapper-masthead-landing .tabedContent li {
  width: 25%;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
}
.wrapper-masthead-landing .tabedContent li:before {
  content: "• ";
  margin-right: 10px;
  color: #de9a40; /* or whatever color you prefer */
}
.wrapper-masthead-landing .tabsLanding li a {
  display: block;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #cfa04f;
}
.wrapper-masthead-landing .tabsLanding li a:hover,
.wrapper-masthead-landing .tabsLanding li a:focus,
.wrapper-masthead-landing .tabsLanding li.active a {
  color: #fff;
}
.contentMastHeadLanding {
  display: block;
  clear: both;
  padding: 10px;
}
.node-type-landing-page .hero-img .wrapper-masthead h1#page-title {
  display: block;
  top: 0;
}

.content-tab {
  opacity: 0;
  transition: all 200ms linear;
  display: none;
}
.content-tab.active-tab {
  opacity: 1;
  height: auto;
  display: block;
}
.wrapper-masthead-landing .wrapper-masthead .tabedContent .subtitleOnBand {
  color: #292e35;
}
.wrapper-masthead-landing .wrapper-masthead .tabedContent .txtOnBand {
  color: #292e35;
  font-size: 12px;
}
.wrapper-masthead-landing .wrapper-masthead .tabedContent .contentOnBand {
  color: #292e35;
}

/* ********** */
/*INLINE NEWS WITH IMAGE */
/* ********** */

.inline-news-item {
  display: block;
  clear: both;
  width: 100%;
  margin: 0;
}
.inline-news-item img {
  display: inline-block;
  float: left;
  width: 80px;
  height: 80px;
}
.inline-news-image {
  float: left;
  max-width: 40%;
  margin: 0 5% 5% 0;
}
.inline-news-text {
  width: 53%;
  display: inline-block;
  color: #343a43;
}
.inline-news-text p {
  padding: 0;
  margin: 0;
  line-height: 1.3em;
  font-size: 12px;
}
.inline-news-text .news-title {
  margin: 0 0 5px 0;
  padding: 0;
  color: #343a43;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
}
.inline-news-text .field-name-body {
  padding: 0;
  margin: 0;
}
.inline-news-item a:hover {
  color: #a99269;
}

/* ********** */
/*404 PAGE */
/* ********** */

.newsletter-confirmation,
section .page-404 {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  background: #fff;
  padding: 40px;
}
section .page-404 .cta-holder {
  margin: 0 auto;
  display: block;
}
section .page-404 .cta-holder a {
  background: #cfa04f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 10px;
}
section .page-404 p {
  font-size: 15px;
}
.newsletter-confirmation {
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
.page-404-error,
.page-404-number {
  font-size: 40px;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
.page-404-number {
  font-size: 70px;
  color: #cfa04f;
}

.node-type-newsletter-confirmation-page .heading-wrapper h1#page-title {
  top: 46%;
}
.node-type-newsletter-confirmation-page .heading-wrapper h1#page-title .text {
  font-size: 30px;
  line-height: 40px;
}

/* ********** */
/*VIEW FULL */
/* ********** */

.node-full-item {
  max-width: 960px;
}
.node-full-item.grey-block {
  width: 100%;
}
.node-full-item .image-block {
  float: right;
}
.node-full-item .fullWidthImgBlock {
  position: relative;
  width: 100%;
}
.node-full-item .fullWidthImgBlock img {
  position: relative;
}
.node-full-item .fullWidthImgBlock .overlayBlock {
  background: #fff;
  bottom: 0;
  right: 10px;
  width: 300px;
  padding: 10px;
  color: #000;
  position: absolute;
}
.node-full-item .fullWidthImgBlock .legendBlock {
  font-family: 'TheSans-B6SemiBold', helvetica, arial, sans-serif;;
  color: #8a8b8c;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  background: #fff;
  bottom: 0;
  width: 400px;
  padding: 20px 40px;
  display: block;
  float: left;
}

.blockTitleWithImage {
  clear: both;
  width: 100%;
  display: block;
  position: relative;
}
.blockTitleWithImage img {
  float: right;
  width: 40%;
  margin: -311px 80px 0 0;
}
.blockTitleWithImage .heading-3 {
  font-family: FrizQuadrataFont;
  float: left;
  color: #282d33;
  width: 40%;
  font-size: 40px; /* Approximation causée par une substitution de police */
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  margin: 127px 0 127px 100px;
  padding: 40px 20px;
  position: relative;
}

/* ********** */
/*VIEW FULL TYPE MKS PAGE */
/* ********** */

.node-mkspage-full {
  max-width: 980px;
  margin-top: 40px;
}
.node-mkspage-full .full-block {
  background: #fff;
}
.node-mkspage-full .full-block .img-content {
  float: left;
  max-width: 35%;
  width: 100%;
  clear: none;
  display: inline-block;
}
.node-mkspage-full .full-block .img-content img {
  width: 100%;
  height: auto;
}

.full-block .wrapperMembershipBlock:nth-child(4n ):after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}

.full-block .img-membership-logo {
  float: left;
  max-width: 20%;
  width: 100%;
  clear: none;
  display: inline-block;
  margin-right: 40px;
}
.full-block .img-membership-logo img {
  width: 100%;
  height: 100%;
}
.full-block .img-membership-logo a {
  display: block;
  clear: both;
  width: 100%;
}

.full-block .img-membership-logo p {
  margin-top: -15px;
  z-index: 999;
  position: relative;
}

.node-mkspage-full .full-block .text-content {
  float: right;
  max-width: 65%;
  width: 100%;
  clear: none;
  display: inline-block;
  padding: 0;
  background: #fff;
  margin-top: 40px;
}
.node-mkspage-full .full-block .text-content .wrap {
  padding: 0 20px;
}
.node-mkspage-full .full-block .text-content .wrap h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3em;
}
.node-mkspage-full .full-block .text-content .wrap h2 span {
  font-size: 30px;
  font-weight: normal;
  position: relative;
  width: 50px;
}
.node-mkspage-full .full-block .text-content .wrap h2 span:after {
  border-bottom: 2px solid #ffb400;
  display: inline-block;
  content: " ";
  clear: both;
  width: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.node-mkspage-full .full-block.section-full-width .text-content {
  max-width: 100%;

  h2 {
    text-align: center;
  }
}

.node-mkspage-full .full-block.section-odd .img-content {
  margin-left: -20px;
  margin-top: -20px;
}
.node-mkspage-full .full-block.section-even .img-content {
  float: right;
  margin-right: -20px;
  margin-top: -20px;
}
.node-mkspage-full .full-block.section-even .text-content {
  float: left;
}

.text-content {
  text-align: left;
  padding: 40px;
  clear: both;
  display: block;
}

.blockTitleWithImage .chapeau {
  display: inline-block;
  float: left;
  font-size: 15px;
  position: absolute;
  left: 40px;
  text-align: left;
  bottom: 0;
  width: 44%;
}
.blockTitleWithImage .heading-3::after {
  transform: rotate(-180deg);
  background: url(../images/wraptitle.png) no-repeat 0 0;
  content: " ";
  position: absolute;
  top: 0;
  right: -100px;
  width: 255px;
  height: 255px;
  display: inline-block;
}

.bloc-image img {
  float: left;
}
.bloc-image .legend-on-right {
  float: left;
  position: relative;
  width: 238px;
  text-align: left;
  margin-left: 100px;
  color: #8a8b8c;
}
.bloc-image .legend-on-right::before {
  background: url(../images/sprite.png) no-repeat 0 -280px;
  width: 101px;
  height: 9px;
  display: inline-block;
  content: "";
  position: absolute;
  left: -150px;
  top: 10px;
}

.legend-on-bottom {
  position: relative;
  margin-left: 40px;
  color: #8a8b8c;
}
.legend-on-bottom::before {
  background: url(../images/sprite.png) no-repeat 0 -280px;
  width: 101px;
  height: 9px;
  display: inline-block;
  content: "";
  transform: rotate(-270deg);
  position: absolute;
  left: -20px;
  top: 10px;
}

.text-content h3 {
  font-family: FrizQuadrataFont;
  color: #cfa04f;
}

.text-content ul li {
  padding: 10px 40px;
  list-style: disc;
}
.text-content .reports {
  float: right;
}

/* ********** */
/* pager */
/* ********** */
/*CUSTOM*/
.pagerCustom {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: block;
  clear: both;
}
.pagerCustom a {
  width: 100%;
  background-size: cover;
  min-height: 160px;
  display: inline-block;
}
.pagerCustom a {
  font-family: FrizQuadrataFont;
  color: #cfa04f;
  font-size: 22px;
  position: relative;
  line-height: 1.5em;
}
.pagerCustom .next-link span.pager-title,
.pagerCustom .prev-link span.pager-title {
  text-transform: uppercase;
  color: #cfa04f;
  font-size: 37px;
  padding: 1em 1em 0.5em 1em;
  display: block;
  transition: all linear 200ms;
}
.pagerCustom .prev-link span.sub {
  color: #fff;
  font-size: 18px;
  display: block;
  position: relative;
  bottom: 10px;
  right: 35px;
  text-transform: uppercase;
}
.pagerCustom .next-link span.sub {
  color: #fff;
  font-size: 18px;
  display: block;
  position: relative;
  bottom: 10px;
  left: 35px;
  text-transform: uppercase;
}
.pagerCustom a:after {
  border: 1px solid #cfa04f;
  width: 80%;
  padding: 5%;
  content: ' ';
  position: absolute;
  left: 5%;
  top: 10%;
  height: 49%;
}
a.prev-link {
  text-align: right;
  float: left;
}
a.next-link {
  text-align: left;
  float: right;
}
.pagerCustom a:hover span.pager-title,
.pagerCustom a:active span.pager-title {
  color: #fff;
}
.pagerCustom a:hover:after,
.pagerCustom a:active:after {
  border-color: #fff;
}

/** vgo */
.prevnextoverlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.module {
  position: relative;
  float: left;
}

/*in VIEWS*/

.pager {
  padding: 40px 0;
  display: block;
  clear: both;
}

.pager:before {
  width: 40px;
  height: 1px;
  background: #cfa04f;
  content: "";
  display: block;
  margin: 20px auto;
}

.pager__items {
  display: block;
  clear: both;
  text-align: center;
}

.pager__item {
  display: inline;
  padding: 0.5em;
  margin: 0 0.75em;
  background-image: none;
  list-style-type: none;
}

.pager__item a {
  background: none;
  height: auto;
  width: auto;
  min-height: 0;
}

.pager__item a:after {
  display: none;
}

.pager__item.is-active a {
  color: #2f2b2b;
  font-weight: 700;
}

/* ********** */
/*VAULT */
/* ********** */

.vault-content {
  width: 100%;
  display: inline-block;
  background: #fff;
}
.vault-content .beige-section {
  display: block;
  background: #fff;
}
.vault-content .text-block,
.vault-content .text-block h2 {
  display: none;
}

/* ********** */
/*DRUPAL TABS */
/* ********** */

ul.primary {
  position: relative;
  float: right;
  margin-top: -18px;
  z-index: 9999;
}
ul.primary li a {
  padding: 10px;
}

/* ********** */
/*DRUPAL MESSAGES*/
/* ********** */

.main-content.main-contentWithMessage .region-content {
  padding-top: 200px;
}

div.messages {
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
}

div.status {
  background-image: url(../images/message-24-ok.png);
  border-color: #be7;
}

div.status,
.ok {
  color: #234600;
}

div.status,
table tr.ok {
  background-color: #f8fff0;
}

div.warning {
  background-image: url(../images/message-24-warning.png);
  border-color: #ed5;
}

div.warning,
.warning {
  color: #840;
}

div.warning,
table tr.warning {
  background-color: #fffce5;
}

div.error {
  background-image: url(../images/message-24-error.png);
  border-color: #ed541d;
}

div.error,
.error {
  color: #8c2e0b;
}

div.error,
table tr.error {
  background-color: #fef5f1;
}

div.error p.error {
  color: #333;
}

div.messages ul {
  margin: 0 0 0 1em;
  padding: 0;
}

div.messages ul li {
  list-style-image: none;
}

/* ********** */
/*SVG*/
/* ********** */

.hero-img {
  position: relative;
  min-height: 450px;
  background-size: cover;
  width: 100%;
  background-position: bottom center;
}
.hero-img h1#page-title,
.hero-img section#page-title {
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 9;
  color: #fff;
  font-size: 60px;
  line-height: 1em;
  white-space: nowrap;
}
.hero-img h1#page-title span,
.hero-img section#page-title span {
  color: #fff;
  font-size: 60px;
  line-height: 1em;
}
.hero-img h1#page-title span::after,
.hero-img section#page-title span::after {
  display: none;
}

.heading-wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 450px;
}
.heading-wrapper h1#page-title,
.heading-wrapper section#page-title {
  left: 0;
  bottom: -33px;
  z-index: 100;
}
.node-type-webform .heading-wrapper h1#page-title {
  top: 25%;
}
.hero-img h1#page-title.hasSVGWrapper .svg-wrapper,
.hero-img section#page-title.hasSVGWrapper .svg-wrapper {
  position: relative;
  margin: 0 auto;
  /* width: 500px; */
  width: 100%;
  height: 200px;
}
.hero-img h1#page-title.hasSVGWrapper .shape,
.hero-img section#page-title.hasSVGWrapper .shape {
  stroke-dasharray: 506 172;
  stroke-dashoffset: 140;
  stroke-width: 8px;
  fill: transparent;
  stroke: #cfa04f;
  left: -50px;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
.hero-img h1#page-title.hasSVGWrapper .text,
.hero-img section#page-title.hasSVGWrapper .text {
  color: #fff;
  top: -125px;
  /* margin-left: 30px; */
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* white-space: nowrap; */
}
.hero-img h1#page-title.hasSVGWrapper .animateSvg .shape,
.hero-img h1#page-title.hasSVGWrapper .svg-wrapper:hover .shape,
.hero-img section#page-title.hasSVGWrapper .animateSvg .shape,
.hero-img section#page-title.hasSVGWrapper .svg-wrapper:hover .shape {
  stroke-width: 2px;
  stroke-dashoffset: -690;
  stroke-dasharray: 760 200;
}
/* in Content */
.main-content .title.hasSVGWrapper {
  background: none;
  position: relative;
  top: -45px;
  left: -52px;
}
.main-content .title.hasSVGWrapper .svg-wrapper {
  position: relative;
  margin: 0 auto;
  width: 341px;
  height: 250px;
}
.main-content .title.hasSVGWrapper .svg-wrapper .shape {
  stroke-dasharray: 593 184;
  stroke-dashoffset: 140;
  stroke-width: 8px;
  fill: transparent;
  stroke: #cfa04f;
  left: -50px;
  border-bottom: 5px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
.main-content .section-even .title.hasSVGWrapper {
  left: -20px;
}
.section-even .title.hasSVGWrapper .svg-wrapper .shape {
  stroke-dasharray: 593 184;
  stroke-dashoffset: 140;
  stroke-width: 8px;
  fill: transparent;
  stroke: #cfa04f;
  left: -50px;
  border-bottom: 5px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
.main-content .title.hasSVGWrapper .svg-wrapper .text {
  color: #393f48;
  position: relative;
}

.main-content .title.hasSVGWrapper .svg-wrapper .svg-wrapper:hover .shape {
  stroke-width: 1px;
  stroke-dashoffset: -690;
  stroke-dasharray: 760 200;
}

.svg-wrapper:after {
  background: url(../images/rectangle.png) no-repeat 0 0;
  width: 200px;
  height: 200px;
  content: "";
  display: block;
  position: absolute;
  background-size: 100%;
  top: -120px;
  transform: rotateY(180deg);
}

.svg-wrapper:after {
  transform: rotateY(180deg);
  right: 0;
  top: -120px;
}
.section-even .svg-wrapper:after {
  transform: rotateY(0deg);
  left: 20px;
  top: -120px;
}
.main-content .title.hasSVGWrapper .text {
  margin-left: 40px;
  margin-top: 40px;
}
.main-content .section-even .title.hasSVGWrapper .text {
  margin-left: 70px;
  margin-top: 40px;
}

.main-content .section-even .title.hasSVGWrapper .svg-wrapper {
  width: 300px;
}
.hero-img .svg-wrapper:after {
  display: none;
}
.hp-item .title .svg-wrapper .text .titleWrap {
  background: transparent;
}
.section-even .svg-wrapper .text {
  margin-left: 70px;
}

.intro-section {
  background: #fff;
  max-width: 980px;
  margin: 0 auto;
}
.intro-section .white-block {
  background: #fff;
  text-align: left;
  padding: 0;
}
.intro-section .txt-intro {
  padding: 30px;
  font-family: 'TheSans-B3Light', helvetica, arial, sans-serif;
  font-size: 14px;
}
.intro-section .txt-intro p {
  margin-bottom: 0;
}

/* ********** */
/*PAGE USER */
/* ********** */

.page-user .svg-wrapper svg {
  display: none;
}
.page-user .hero-img h1#page-title.hasSVGWrapper .svg-wrapper {
  position: static;
  display: inline-block;
  width: 100%;
  top: 0;
  height: auto;
}
.page-user .main-content {
  padding: 100px 0;
}
.page-user .main-content {
  padding: 100px 0;
}

.page-user #user-login-form .form-actions {
  text-align: right;
}
.page-user #user-login-form .form-actions input[type="submit"] {
  display: inline-block;
  padding: 1em;
  background: #252d33;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}
.page-user #user-login-form .form-actions input[type="submit"]:hover,
.page-user #user-login-form .form-actions input[type="submit"]:focus {
  background: #fff;
  color: #252d33;
}

.page-user #user-pass input[type="password"] {
  padding: 10px;
}
.page-user #user-pass input[type="text"] {
  padding: 10px;
}

.user-info-from-cookie,
.page-user #page #user-pass,
.page-user #page #user-login-form {
  max-width: 377px;
  margin: 0 auto;
}

.user-info-from-cookie input[type="text"] {
  padding: 10px;
}

#toBeHidded {
  display: none;
}

.view-swiss-news,
.view-group-news {
  max-width: 1280px;
  margin: 0 auto;
}

.view-swiss-news .view-content > div:nth-child(3n):after,
.page-group-news .news-feed-section .view-group-news .view-content > div:nth-child(3n):after {
  width: 100%;
  display: block;
  clear: both;
  content: '';
}

.footer-copyrights a.linkGroup {
  color: #cfa04f;
  display: block;
  clear: both;
  font-family: 'TheSans-B6SemiBold';
}

h3.news-title {
  min-height: 50px;
}
h3.news-title a {
  color: #5d5a57;
}
h3.news-title a:hover {
  color: #5d5a57;
}
h3.news-title a:focus {
  color: #cfa04f;
}

#app {
  min-height: 500px;
}

.home-link-block h2 {
  color: #fff;
}
.home-link-block p {
  color: #fff;
  letter-spacing: initial;
}

/** VGO */
.contentTree p {
  text-align: justify;
}
.diagrammeImage {
  display: block;
  margin: auto;
}
.news-full .box-link span::before {
  transform: rotateY(180deg);
  background: url(../images/sprite.png) no-repeat -98px -218px;
  width: 34px;
  height: 13px;
  content: "";
  display: inline-block;
}

.news-full .box-link span::after {
  display: none;
}
.news-full .box-link:hover a {
  color: #fff;
}

.news-full .box-link {
  display: block;
  width: 94%;
  background: #252d33;
}
.news-full .box-link a {
  position: relative;
  z-index: 99999;
  color: #fff;
}
.news-full .box-link a:hover,
.news-full .box-link a:focus {
  color: #252d33;
}
.node-type-article .main-content section.news-full {
  padding-top: 0;
}
.node-type-article .hero-img h1#page-title.hasSVGWrapper .svg-wrapper,
.node-type-article .hero-img section#page-title.hasSVGWrapper .svg-wrapper {
  max-width: 250px;
}

.worldfootprint-table * {
  border: 0;
}

.text-teaser {
  color: rgb(51, 62, 72);
  font-family: TheSans-B3Light, helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
  float: left;
}

.section-even .text-teaser {
  margin-left: 18px;
}

.section-odd .text-teaser {
  margin-left: 51px;
}

.teaser-read-more {
  margin-top: 27px;
}

.teaser-read-more .box-link {
  margin-bottom: 0;
}

.teaser-read-more .letters {
  float: left;
  padding: 0;
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 0;
}

.teaser-read-more .letters::after {
  border-bottom: 0 solid #ffb400;
  position: relative;
}

.box-link {
  color: #a99269 !important;
  float: left;
}

.box-link:hover {
  color: #333e48 !important;
}

.title.teaser {
  padding-left: 7px;
  padding-right: 27px;
  margin-bottom: 15px;
}

.title.teaser .svg-wrapper {
  position: relative;
  top: 0;
}

.title.teaser .titleWrap {
  margin-bottom: 11px;
}

.text-block.contents {
  padding-bottom: 24px;
}

.section-odd .title.teaser {
  padding-left: 15px;
}

.section-odd .text-teaser {
  margin-left: 12px;
}

.after-yearly-reports {
  clear: both;
  margin-bottom: 50px;
}

.address-footer {
  font-size: 12px;
}

/*HEADER CH*/

.header-right .contact-sm {
  padding-bottom: 4px;
  margin-top: 2px;
}
.sideNav .contact-sm {
  width: 81px;
}

/*CUSTOM METAL COLORS */

.page-market-watch .metal-XAG .graph_section h1 {
  color: #b2b2b2 !important;
}
.page-market-watch .metal-XAG .graph_section .col span {
  color: #b2b2b2 !important;
}
.page-market-watch .metal-XAG .graph_section header table.col tr:nth-child(1) td {
  border-bottom: 1px solid #b2b2b2;
}
.page-market-watch .metal-XAG .graph_section header table.col td.label {
  border-right: 1px solid #b2b2b2 !important;
}
.page-market-watch .metal-XAG .graph_section header .col {
  display: inline-block;
  padding-left: 10px;
  float: left;
  margin: 24px 0 0;
}
.page-market-watch .metal-XAG .graph_section header table.col {
  margin: 0;
  display: table;
  width: 170px;
}
.page-market-watch .metal-XAG .graph_section header .col {
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.page-market-watch .metal-XAG .graph_section header .col span {
  font-weight: bold;
  color: #b2b2b2;
}
.page-market-watch .metal-XAG .graph_section header table.col {
  float: right;
  margin-right: 5px;
}
.page-market-watch .metal-XAG .graph_section header table.col td {
  margin: 0;
  padding: 0 5px;
  font-weight: normal;
  color: #666;
}
.page-market-watch .metal-XAG .graph_section header table.col tr:nth-child(1) td {
  border-bottom: 1px solid #b2b2b2;
}
.page-market-watch .metal-XAG .graph_section header table.col td.label {
  border-right: 1px solid #f8e7d3;
}

.page-market-watch .metal-XAG .graph_section header table.col tr:nth-child(1) {
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
}
.page-market-watch .metal-XAG .graph_section header table.col tr:nth-child(2) {
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
}
.page-market-watch .metal-XAG .graph_section header table.col tbody {
  border: 0;
}
.page-market-watch .metal-XAG .graph_section header table.col td i {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.page-market-watch .metal-XAG .table-graph {
  max-width: 80%;
  font-size: 11px;
  display: table;
  text-align: center;
  margin: 2em auto;
  border: 1px solid #b2b2b2;
}
.page-market-watch .metal-XAG .table-graph td.labelTD,
.page-market-watch .metal-XAG .table-graph th {
  color: #b2b2b2;
  text-align: center;
  padding: 2em 1em;
  text-transform: uppercase;
}
.page-market-watch .metal-XAG .table-graph th {
  border-bottom: 1px solid #b2b2b2;
}
.page-market-watch .metal-XAG .table-graph tr {
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
}
.page-market-watch .metal-XAG .table-graph th:nth-child(even),
.page-market-watch .metal-XAG .table-graph td:nth-child(even) {
  background: rgba(40, 45, 51, 0.05);
}
.page-market-watch .metal-XAG .table-graph td {
  color: #393f48;
}
.page-market-watch .metal-XAG .view-reports .views-row {
  background-color: #393f48;
}
.page-market-watch .metal-XAG .table-graph td.labelTD,
.page-market-watch .metal-XAG .table-graph th {
  color: #b2b2b2;
}
.page-market-watch .metal-XAG .graph_section header table.col tr:nth-child(3) {
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
}

/*PALLADIUM*/

.page-market-watch .metal-XPD .graph_section h1 {
  color: #888a8c !important;
}
.page-market-watch .metal-XPD .graph_section .col span {
  color: #888a8c !important;
}
.page-market-watch .metal-XPD .graph_section header table.col tr:nth-child(1) td {
  border-bottom: 1px solid #888a8c;
}
.page-market-watch .metal-XPD .graph_section header table.col td.label {
  border-right: 1px solid #888a8c;
}
.page-market-watch .metal-XPD .graph_section header .col {
  display: inline-block;
  padding-left: 10px;
  float: left;
  margin: 24px 0 0;
}
.page-market-watch .metal-XPD .graph_section header table.col {
  margin: 0;
  display: table;
  width: 170px;
}
.page-market-watch .metal-XPD .graph_section header .col {
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.page-market-watch .metal-XPD .graph_section header .col span {
  font-weight: bold;
  color: #888a8c;
}
.page-market-watch .metal-XPD .graph_section header table.col {
  float: right;
  margin-right: 5px;
}
.page-market-watch .metal-XPD .graph_section header table.col td {
  margin: 0;
  padding: 0 5px;
  font-weight: normal;
  color: #666;
}
.page-market-watch .metal-XPD .graph_section header table.col tr:nth-child(1) td {
  border-bottom: 1px solid #888a8c;
}
.page-market-watch .metal-XPD .graph_section header table.col td.label {
  border-right: 1px solid #888a8c;
}

.page-market-watch .metal-XPD .graph_section header table.col tr:nth-child(1) {
  border-top: 1px solid #888a8c;
  border-left: 1px solid #888a8c;
  border-right: 1px solid #888a8c;
}
.page-market-watch .metal-XPD .graph_section header table.col tr:nth-child(2) {
  border-bottom: 1px solid #888a8c;
  border-left: 1px solid #888a8c;
  border-right: 1px solid #888a8c;
}
.page-market-watch .metal-XPD .graph_section header table.col tbody {
  border: 0;
}
.page-market-watch .metal-XPD .graph_section header table.col td i {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.page-market-watch .metal-XPD .table-graph {
  max-width: 80%;
  font-size: 11px;
  display: table;
  text-align: center;
  margin: 2em auto;
  border: 1px solid #b2b2b2;
}
.page-market-watch .metal-XPD .table-graph td.labelTD,
.page-market-watch .metal-XPD .table-graph th {
  color: #888a8c;
  text-align: center;
  padding: 2em 1em;
  text-transform: uppercase;
}
.page-market-watch .metal-XPD .table-graph th {
  border-bottom: 1px solid #888a8c;
}
.page-market-watch .metal-XPD .table-graph tr {
  border-bottom: 1px solid #888a8c;
  border-left: 1px solid #888a8c;
}
.page-market-watch .metal-XPD .table-graph th:nth-child(even),
.page-market-watch .metal-XPD .table-graph td:nth-child(even) {
  background: rgba(40, 45, 51, 0.05);
}
.page-market-watch .metal-XPD .table-graph td {
  color: #888a8c;
}
.page-market-watch .metal-XPD .view-reports .views-row {
  background-color: #888a8c;
}
.page-market-watch .metal-XPD .table-graph td.labelTD,
.page-market-watch .metal-XPD .table-graph th {
  color: #888a8c;
}

.page-market-watch .metal-XPD .graph_section header table.col tr:nth-child(3) {
  border-bottom: 1px solid #888a8c;
  border-left: 1px solid #888a8c;
  border-right: 1px solid #888a8c;
}

/*PLATINIUM*/

.page-market-watch .metal-XPT .graph_section h1 {
  color: #b0b1b2 !important;
}
.page-market-watch .metal-XPT .graph_section .col span {
  color: #b0b1b2 !important;
}
.page-market-watch .metal-XPT .graph_section header table.col tr:nth-child(1) td {
  border-bottom: 1px solid #b0b1b2;
}
.page-market-watch .metal-XPT .graph_section header table.col td.label {
  border-right: 1px solid #b0b1b2;
}
.page-market-watch .metal-XPT .graph_section header .col {
  display: inline-block;
  padding-left: 10px;
  float: left;
  margin: 24px 0 0;
}
.page-market-watch .metal-XPT .graph_section header table.col {
  margin: 0;
  display: table;
  width: 170px;
}
.page-market-watch .metal-XPT .graph_section header .col {
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.page-market-watch .metal-XPT .graph_section header .col span {
  font-weight: bold;
  color: #b0b1b2;
}
.page-market-watch .metal-XPT .graph_section header table.col {
  float: right;
  margin-right: 5px;
}
.page-market-watch .metal-XPT .graph_section header table.col td {
  margin: 0;
  padding: 0 5px;
  font-weight: normal;
  color: #666;
}
.page-market-watch .metal-XPT .graph_section header table.col tr:nth-child(1) td {
  border-bottom: 1px solid #b0b1b2;
}
.page-market-watch .metal-XPT .graph_section header table.col td.label {
  border-right: 1px solid #b0b1b2;
}

.page-market-watch .metal-XPT .graph_section header table.col tr:nth-child(1) {
  border-top: 1px solid #b0b1b2;
  border-left: 1px solid #b0b1b2;
  border-right: 1px solid #b0b1b2;
}
.page-market-watch .metal-XPT .graph_section header table.col tr:nth-child(2) {
  border-bottom: 1px solid #b0b1b2;
  border-left: 1px solid #b0b1b2;
  border-right: 1px solid #b0b1b2;
}
.page-market-watch .metal-XPT .graph_section header table.col tbody {
  border: 0;
}
.page-market-watch .metal-XPT .graph_section header table.col td i {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.page-market-watch .metal-XPT .table-graph {
  max-width: 80%;
  font-size: 11px;
  display: table;
  text-align: center;
  margin: 2em auto;
  border: 1px solid #b0b1b2;
}
.page-market-watch .metal-XPT .table-graph td.labelTD,
.page-market-watch .metal-XPT .table-graph th {
  color: #b0b1b2;
  text-align: center;
  padding: 2em 1em;
  text-transform: uppercase;
}
.page-market-watch .metal-XPT .table-graph th {
  border-bottom: 1px solid #b0b1b2;
}
.page-market-watch .metal-XPT .table-graph tr {
  border-bottom: 1px solid #b0b1b2;
  border-left: 1px solid #b0b1b2;
}
.page-market-watch .metal-XPT .table-graph th:nth-child(even),
.page-market-watch .metal-XPT .table-graph td:nth-child(even) {
  background: rgba(40, 45, 51, 0.05);
}
.page-market-watch .metal-XPT .table-graph td {
  color: #b0b1b2;
}
.page-market-watch .metal-XPT .view-reports .views-row {
  background-color: #b0b1b2;
}
.page-market-watch .metal-XPT .table-graph td.labelTD,
.page-market-watch .metal-XPT .table-graph th {
  color: #b0b1b2;
}

.page-market-watch .metal-XPT .graph_section header table.col tr:nth-child(3) {
  border-bottom: 1px solid #b0b1b2;
  border-left: 1px solid #b0b1b2;
  border-right: 1px solid #b0b1b2;
}

.page-market-watch .choose-graph-scale {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ededed;
  padding: 10px 0;
  margin: 10px 0;
}
.page-market-watch .choose-graph-scale .form-submit {
  display: inline-block;
  background: #ededed;
  color: #000;
  padding: 10px;
  margin: 0 10px;
  border: 0;
}
.page-market-watch .choose-graph-scale .form-item {
  display: inline-block;
}
.page-market-watch .graph_section header {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.page-market-watch .graph_section header h1 {
  padding: 42px 1em;
}
.page-market-watch .graph_section header .col {
  padding: 42px 5px;
  margin: 0 !important;
}
.page-market-watch .graph_section header table.col {
  margin-right: 30px !important;
}

.page-market-watch .metal-XPT .graph_section header .col span.to-replace,
.page-market-watch .metal-XPD .graph_section header .col span.to-replace,
.page-market-watch .metal-XAG .graph_section header .col span.to-replace {
  color: #000 !important;
}

/*FOOTPRINT*/

.bloc-footprint {
  background: #fff;
  display: inline-block;
  clear: both;
  max-width: 980px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bloc-footprint:after {
  content: " ";
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}

.tree {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  display: block;
  clear: both;
  position: relative;
  z-index: 999;
  background: #fff;
}
.tree ul {
  padding-top: 20px;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 0;
  width: 25%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.tree li.tree-first {
  width: 100%;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #cfa04f;
  width: 50%;
  height: 20px;
}
.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #cfa04f;
}

/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
  padding-top: 0;
}

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
  border-right: 1px solid #cfa04f;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #cfa04f;
  width: 0;
  height: 20px;
}
.tree li div.contentTree,
.tree li a {
  padding: 5px 0;
  text-decoration: none;
  color: #666;
  text-align: center;
  font-size: 11px;
  line-height: 1em;
  display: inline-block;
  max-width: 150px;
  width: 150px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.tree-first ul li .contentTree {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tree-first ul li .contentTree a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tree-first ul li .contentTree p {
  height: 100%;
  margin-top: 5px;
}

.tree li p {
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
}

.tree li.tree-first > div.contentTree {
  border: 0;
}
.tree li img {
  margin: 10px auto;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover,
.tree li a:hover + ul li a {
  background: #c8e4f8;
  color: #000;
  border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: #cfa04f;
}
#header .sideNav a {
  font-size: 14px;
}

.bloc-footprint .text-content {
  padding: 15px 25px;
  display: inline-block;
  width: 90%;
}
.bloc-footprint .text-content p {
  padding: 0;
  margin: 0;
}

.page-node-90 .bloc-footprint .text-content p {
  line-height: 24px;
}

.homeBottomSection .col-left img.wta {
  max-height: 100px;
}

@media only screen and (min-width: 1025px) {
  #nav ul.menu.opened {
    text-align: center;
    white-space: nowrap;
    margin-top: -5px;
  }

  #nav ul.menu.opened ul {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .tree {
    max-width: 80%;
    margin: 0 auto;
  }
  .tree li div.contentTree,
  .tree li a {
    float: left;
  }
  .tree li {
    display: block;
    width: 100%;
    float: left;
  }
  .tree li li {
    width: 100%;
  }
  .tree li::before,
  .tree li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #cfa04f;
    width: 50%;
    height: 20px;
  }

  .tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid red;
  }

  .tree li div.view,
  .tree li a {
    float: left;
  }

  .tree ul ul {
    display: inline-block;
    margin-left: 84px;
    border-left: 1px solid #cfa04f;
  }

  .tree ul ul li::before {
    left: 0;
    top: 50%;
    width: 60px;
    border-top: 1px solid #cfa04f;
  }

  .tree ul ul li {
    left: 60px;
  }

  .tree ul ul li::before {
    left: -60px;
    top: 50%;
    width: 60px;
    border-top: 1px solid #cfa04f;
  }

  .tree li:first-child::before,
  .tree li:last-child::after {
    border-top: 1px solid #cfa04f;
  }

  .tree li:last-child::after,
  .tree li::after,
  .tree ul ul::before {
    border: 0;
  }

  .tree li:last-child::before {
    border-right: 0 solid transparent;
  }
}

@media only screen and (min-width: 769px) {
  .tree-first li {
    width: 20% !important;
  }
}

@media only screen and (max-width: 374px) {
  .tree ul ul {
    margin-left: 20px;
  }
}

.contentTree a {
  padding: 0 !important;
}

.contentTree a:hover {
  background: none !important;
  border: none !important;
}

.job-list {
  margin-top: 30px;
}

div.job {
  text-align: center;
  margin-top: 20px;
}

div.job h2 {
  font-size: 18pt;
  padding: 0;
}

.world-footprint-map-wrapper {
  margin-bottom: 25px;
}

/* Google Maps Marker Info Window */
.gmap-marker-info-window .img-worldfootprint {
  float: left;
  width: 38%;
  clear: none;
  display: inline-block;
  margin-top: 6px;
}

.gmap-marker-info-window .img-worldfootprint img {
  width: 100%;
  height: auto;
}

.gmap-marker-info-window .text-worldfootprint p {
  text-align: justify;
}

.gmap-marker-info-window .img-worldfootprint-logo {
  float: left;
  max-width: 20%;
  width: 100%;
  clear: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}

.gmap-marker-info-window .img-worldfootprint-logo img {
  width: 100%;
  height: auto;
}

.gmap-marker-info-window .text-worldfootprint {
  float: right;
  width: 58%;
  clear: none;
  display: inline-block;
  padding: 0;
  background: #fff;
  margin-top: 10px;
}

.gmap-marker-info-window .title-worldfootprint {
  font-size: 14px;
}

@media screen and (max-width: 767.98px) {
  .gmap-marker-info-window .info-footprint,
  .gmap-marker-info-window .text-worldfootprint,
  .gmap-marker-info-window .img-worldfootprint {
    display: block;
    clear: both;
    width: 100%;
  }
}
/* End of Google Maps Marker Info Window */

#block-mks-statement {
  max-width: 1280px;
  margin: 0 auto 80px;
  padding: 0 50px;
  box-sizing: border-box;

  h2 {
    font-size: 34px;
    line-height: 40px;
  }

  ul {
    margin-top: 50px;
  }
}

.page-news .main-content{
  background-color: transparent;
}

.columns-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 10%;

  .column {
    flex: 40%;
    padding: 15px 0;
    box-sizing: border-box;

    img {
      width: 85%;
      margin: 0 auto;
      display: block;
    }

    ul.centered {
      position: relative;
      display: inline-block;
      padding-left: 1em;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 20px;
      margin-bottom: 25px;
    }
  }
}

.head-as-list::before {
  content: '•';
  margin-right: 8px;
}

table.rows-table {
  margin: 0 -12px;
  width: calc(100% + 24px);
}

table.rows-table tr, table.rows-table td.bordered, table.rows-table th.bordered {
  border-collapse: collapse;
  border: 1px solid #b2b2b2;
}

div.rows-table, table.rows-table, table.rows-table tr {
  td, th {
    padding: 25px 12px;
  }

  h3 {
    color: #333e48;
    font-weight: 700;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 0;
    text-align: center;
  }

  a {
    color: #333e48;
    text-decoration: underline;
  }
}

.half-width {
  width: 50%;
}

.centered {
  text-align: center;
}

hr.yellow {
  width: 85%;
  position: relative;
  left: -24px;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cfa04f;
  margin: 10px 0 24px;
  padding: 0;
}

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

.section-full-width {
  margin-top: -10px;
}

.section-full-width .text-content.margin-top-none {
  margin-top: 0;
}

.prd-image-tbl {
  max-width: 200px;
}

.mobile-view {
  display: none
}

@media only screen and (max-width: 768px) {
  .columns-wrapper {
    .column {
      flex: auto;
    }
  }

  table.rows-table tr, table.rows-table td.bordered, table.rows-table th.bordered {
    border: none;
  }

  table.rows-table {
    margin-bottom: 40px;
  }


  table.rows-table tr {
    display: flex;
    flex-direction: column;
  }

  table.rows-table th {
    width: 100%;
  }


  .text-content img {
    width: 100%;
    height: auto;
  }

  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: inherit;
  }
}

/* ==================== MARKET INSIGHT ARTICLE VIEW ==================== */
/* Scoped to NOT affect the hero banner h1 (which uses .mi-hero) */
.page-node-type-market-insight-article .node__content h1.page-title,
.page-node-type-market-insight-article .node h1.title:not(#page-title) {
  overflow: visible;
  white-space: normal;
  text-overflow: unset;
  -webkit-line-clamp: unset;
  display: block;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.page-node-type-market-insight-article .node__content {
  max-width: 980px;
  margin: 0 auto;
}

.page-node-type-market-insight-article .node__content img,
.page-node-type-market-insight-article .field--name-body img,
.page-node-type-market-insight-article .text-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.page-node-type-market-insight-article .paragraph--type--component-text-with-images-block {
  max-width: 980px;
  margin: 0 auto;
}

.page-node-type-market-insight-article .paragraph--type--component-text-with-images-block img {
  max-width: 100%;
  height: auto;
}

/* Article detail: golden title + date styling */
.mi-article-content {
  max-width: 980px;
  margin: 0px auto;
  padding: 20px;
}

.mi-article-title {
  color: #C5994F;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 12px 0;
}

.mi-article-meta {
  margin-bottom: 30px;
}

.mi-article-date {
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Hide default page title block on these pages since we render it ourselves */
.page-node-type-market-insight-article .block-page-title-block,
.page-node-type-promo-solution .block-page-title-block {
  display: none;
}
