@charset "UTF-8";
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.highlights-list .highlights-list-items {
  *zoom: 1; }
  .highlights-list .highlights-list-items:before,
  .highlights-list .highlights-list-items:after {
    content: " ";
    display: table; }
  .highlights-list .highlights-list-items:after {
    clear: both; }



.breadcrumb-container,
.sidebar,
.reassurances-list,
.faq-content-template .btn.btn-secondary,
.header .header-links,
.header .header-search,
.header .header-languages,
.header .header-logo, .navbar, .bodywrapper .footer, .sidebar-block .sidebar-block-actions .btn, .shares, .highlights-list .highlights-list-title, .highlight-item .btn, .news-list .news-list-links .btn, .news-item .btn, .news-details .btn, .tools-list .tools-list-title, .tool-item.tool-item-newsletter, .tool-item .btn, .topbar,
.blocIE,
header,
footer
{
  display: none; }

@page {
  margin: 0.5cm; }

a[href]:after {
  content: ''; }

.header {
  margin: 1cm 0; }
  .header h1,
  .header .header-logo-print {
    display: inline-block;
    vertical-align: middle; }
  .header .header-logo-print {
    margin-right: 20px; }

.breadcrumb-container li + li:before {
  content: '»';
  margin: 0 4px 0 1px;
  display: inline-block; }

.pagination .active {
  font-weight: bold; }

.highlight-item {
  width: 33.33%;
  float: left; }
  .highlight-item .highlight-item-title,
  .highlight-item .highlight-item-description {
    height: auto !important; }
  .highlight-item img {
    display: block;
    margin: 0 auto; }

.abc-step .abc-step-title strong {
  text-transform: uppercase; }
  .abc-step .abc-step-title strong:after {
    content: ' |'; }

.tool-item .tool-item-inner {
  height: auto !important; }

.blocIE {
  display: none !important; }
