.fade-in-content {
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  visibility: hidden; }
  .fade-in-content.display {
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    opacity: 1 !important;
    visibility: visible; }

.fade-in-content-slow {
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -moz-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }
  .fade-in-content-slow.display {
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    opacity: 1 !important;
    visibility: visible; }

/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.4; }

.no-margin {
  margin: 0px !important; }

.no-margin-top {
  margin-top: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-margin-left {
  margin-left: 0px !important; }

.no-margin-right {
  margin-right: 0px !important; }

.no-padding {
  padding: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.no-padding-left {
  padding-left: 0px !important; }

.no-padding-right {
  padding-right: 0px !important; }

.no-wrap {
  white-space: nowrap; }

.text-capitalize {
  text-transform: capitalize; }

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

.text-uppercase {
  text-transform: uppercase; }

.text-bold {
  font-weight: bold; }

.scroll-x {
  overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto !important;
  overflow-y: hidden !important; }

.scroll-y {
  overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden !important;
  overflow-y: auto !important; }

.hide {
  display: none; }

.show {
  display: block; }

.no-display {
  display: none !important; }

.invisible {
  visibility: hidden; }

.fill, .aside-logo-container .aside-logo span, .aside-logo-container .aside-logo span.hover, .aside-tab-container .aside-tab .icon-compare-tab span,
.aside-tab-container .aside-tab .icon-list-tab span,
.aside-tab-container .aside-tab .icon-pinned-tab span, .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller, .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view .aside-tab-container .aside-tab.aside-tab-logo .icon-logo-tab span, .icon-social-facebook span,
.icon-social-twitter span, .icon-enter-site-arrow span, .icon-clear-compare span, .icon-highlight-top span, .icon-highlight-bottom span {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .fill.fill-fixed, .aside-logo-container .aside-logo span.fill-fixed, .aside-tab-container .aside-tab .icon-compare-tab span.fill-fixed,
  .aside-tab-container .aside-tab .icon-list-tab span.fill-fixed,
  .aside-tab-container .aside-tab .icon-pinned-tab span.fill-fixed, .global-container .template-wrapper .aside-container .aside-wrapper .fill-fixed.aside-scroller, .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view .aside-tab-container .aside-tab.aside-tab-logo .icon-logo-tab span.fill-fixed, .icon-social-facebook span.fill-fixed,
  .icon-social-twitter span.fill-fixed, .icon-enter-site-arrow span.fill-fixed, .icon-clear-compare span.fill-fixed, .icon-highlight-top span.fill-fixed, .icon-highlight-bottom span.fill-fixed {
    position: fixed; }

.pull-left {
  display: inline-block;
  float: left; }

.pull-right {
  display: inline-block;
  float: right; }

.valign {
  display: table;
  height: 100%;
  width: 100%; }
  .valign .valign-item,
  .valign .valign-item-left,
  .valign .valign-item-right {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .valign .valign-item.valign-item-left,
    .valign .valign-item-left.valign-item-left,
    .valign .valign-item-right.valign-item-left {
      text-align: left; }
    .valign .valign-item.valign-item-right,
    .valign .valign-item-left.valign-item-right,
    .valign .valign-item-right.valign-item-right {
      text-align: right; }

.valign-box {
  bottom: 0;
  box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -webkit-box-align: center;
  box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -webkit-box-flex: 1;
  box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-box-orient: vertical;
  box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .valign-box .valign-box-inner {
    box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1; }
  .valign-box .valign-box-none {
    box-flex: none;
    -moz-box-flex: none;
    -ms-box-flex: none;
    -webkit-box-flex: none; }

.halign-box {
  bottom: 0;
  box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -webkit-box-align: center;
  box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -webkit-box-flex: 1;
  box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .halign-box .halign-box-inner {
    box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -webkit-box-flex: 1; }
  .halign-box .halign-box-none {
    box-flex: none;
    -moz-box-flex: none;
    -ms-box-flex: none;
    -webkit-box-flex: none; }

ul.horizontal-center {
  text-align: center; }
  ul.horizontal-center li {
    list-style-type: none;
    display: inline-block; }

.inline-list {
  list-style: none; }
  .inline-list,
  .inline-list li {
    display: inline;
    line-height: inherit;
    margin: 0;
    padding: 0; }

.fixed-ratio-16-9 {
  height: 1px;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }
  .fixed-ratio-16-9 iframe {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%; }

.bg-image {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover; }

.image-for-text {
  background-position: 0 0;
  background-repeat: no-repeat;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-indent: -999em; }

.clearfix, .global-container .aside-container .aside-wrapper .search-container, .global-container .aside-container .aside-wrapper .filters .filters-scroller, .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row, .list-container .list-content ul .list-result,
.list-container .list-content ol .list-result, .list-container .list-content ul .list-result .result-options-wrapper,
.list-container .list-content ol .list-result .result-options-wrapper, .list-container .list-content ul .list-result .result-options-wrapper .result-options,
.list-container .list-content ol .list-result .result-options-wrapper .result-options, .list-container .list-content ul .list-result .result-expanded .result-article .result-article-breadcrumbs,
.list-container .list-content ol .list-result .result-expanded .result-article .result-article-breadcrumbs, .home-wrapper .foreground .home-main .caption-wrapper, .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container .ticker-item, .home-wrapper .foreground .home-footer .footer-part .caption-control.indicators, .home-wrapper .foreground .home-footer .home-caption .caption-wrapper .caption-item, .compare-container .compare-header, .compare-container .compare-content, .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .compare-article-breadcrumbs, .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details .filter-item {
  *zoom: 1; }
  .clearfix:before, .global-container .aside-container .aside-wrapper .search-container:before, .global-container .aside-container .aside-wrapper .filters .filters-scroller:before, .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row:before, .list-container .list-content ul .list-result:before,
  .list-container .list-content ol .list-result:before, .list-container .list-content ul .list-result .result-options-wrapper:before,
  .list-container .list-content ol .list-result .result-options-wrapper:before, .list-container .list-content ul .list-result .result-options-wrapper .result-options:before,
  .list-container .list-content ol .list-result .result-options-wrapper .result-options:before, .list-container .list-content ul .list-result .result-expanded .result-article .result-article-breadcrumbs:before,
  .list-container .list-content ol .list-result .result-expanded .result-article .result-article-breadcrumbs:before, .home-wrapper .foreground .home-main .caption-wrapper:before, .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container .ticker-item:before, .home-wrapper .foreground .home-footer .footer-part .caption-control.indicators:before, .home-wrapper .foreground .home-footer .home-caption .caption-wrapper .caption-item:before, .compare-container .compare-header:before, .compare-container .compare-content:before, .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .compare-article-breadcrumbs:before, .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details .filter-item:before, .clearfix:after, .global-container .aside-container .aside-wrapper .search-container:after, .global-container .aside-container .aside-wrapper .filters .filters-scroller:after, .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row:after, .list-container .list-content ul .list-result:after,
  .list-container .list-content ol .list-result:after, .list-container .list-content ul .list-result .result-options-wrapper:after,
  .list-container .list-content ol .list-result .result-options-wrapper:after, .list-container .list-content ul .list-result .result-options-wrapper .result-options:after,
  .list-container .list-content ol .list-result .result-options-wrapper .result-options:after, .list-container .list-content ul .list-result .result-expanded .result-article .result-article-breadcrumbs:after,
  .list-container .list-content ol .list-result .result-expanded .result-article .result-article-breadcrumbs:after, .home-wrapper .foreground .home-main .caption-wrapper:after, .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container .ticker-item:after, .home-wrapper .foreground .home-footer .footer-part .caption-control.indicators:after, .home-wrapper .foreground .home-footer .home-caption .caption-wrapper .caption-item:after, .compare-container .compare-header:after, .compare-container .compare-content:after, .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .compare-article-breadcrumbs:after, .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details .filter-item:after {
    display: table;
    clear: both;
    content: "";
    line-height: 0; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Typeography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

p {
  margin: 0 0 10px; }
  p:last-of-type {
    margin: 0; }

/* Content Sizing
   ========================================================================== */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/*!
 *  Font Awesome 4.1.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.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.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: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@keyframes 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);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-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);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.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-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 {
  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: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 {
  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-square:before, .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-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-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"; }

[dir="rtl"] body .pull-left {
  float: right; }

[dir="rtl"] body .pull-right {
  float: left; }

body.no-scroll {
  overflow: hidden; }

.sprite, .aside-logo-container .aside-logo span, .aside-tab-container .aside-tab .icon-compare-tab span,
.aside-tab-container .aside-tab .icon-list-tab span,
.aside-tab-container .aside-tab .icon-pinned-tab span, .pin-wrapper .pin, .pin-wrapper .pin-target, .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view .aside-tab-container .aside-tab.aside-tab-logo .icon-logo-tab span, .global-container .aside-container .aside-wrapper .search-container .search-input .clear-search span, .content-wrapper.constitute-html .article-list .article-share-link::before, .content-wrapper.constitute-html .article-list .article-share-link::after, .sprite-icon, .icon-compare-article-blue,
.icon-compare-article-white, .icon-compare-clear, .icon-load-more, .icon-social-facebook span,
.icon-social-twitter span, .icon-social-email, .icon-pinned-search, .icon-pinned-compare, .icon-pinned-article, .icon-enter-site-arrow span, .icon-filters, .icon-clear-compare span, .icon-highlight-top span, .icon-highlight-bottom span, .icon-language-selector, .icon-link .icon-link-blue, .icon-link .icon-link-dark {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-size: 500px 500px;
  display: block;
  overflow: hidden;
  text-indent: -999em; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    .sprite, .aside-logo-container .aside-logo span, .aside-tab-container .aside-tab .icon-compare-tab span,
    .aside-tab-container .aside-tab .icon-list-tab span,
    .aside-tab-container .aside-tab .icon-pinned-tab span, .pin-wrapper .pin, .pin-wrapper .pin-target, .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view .aside-tab-container .aside-tab.aside-tab-logo .icon-logo-tab span, .global-container .aside-container .aside-wrapper .search-container .search-input .clear-search span, .content-wrapper.constitute-html .article-list .article-share-link::before, .content-wrapper.constitute-html .article-list .article-share-link::after, .sprite-icon, .icon-compare-article-blue,
    .icon-compare-article-white, .icon-compare-clear, .icon-load-more, .icon-social-facebook span,
    .icon-social-twitter span, .icon-social-email, .icon-pinned-search, .icon-pinned-compare, .icon-pinned-article, .icon-enter-site-arrow span, .icon-filters, .icon-clear-compare span, .icon-highlight-top span, .icon-highlight-bottom span, .icon-language-selector, .icon-link .icon-link-blue, .icon-link .icon-link-dark {
      background-image: url(../images/sprite-2x.png); } }

.ie aside {
  touch-action: none;
  -ms-touch-action: none; }

.aside-logo-container {
  margin-bottom: 19px; }
  .aside-logo-container .aside-logo {
    display: block;
    height: 61px;
    margin: 0 auto;
    position: relative;
    width: 52px; }
    .aside-logo-container .aside-logo span {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      background-position: -1px 0;
      z-index: 14; }
      .aside-logo-container .aside-logo span.hover {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        background-position: -55px 0;
        z-index: 15; }
    .no-touch .aside-logo-container .aside-logo:hover span {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0; }
      .no-touch .aside-logo-container .aside-logo:hover span.hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1; }

.aside-tab-container .aside-tab {
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #555555;
  display: inline-block;
  float: left;
  height: 70px;
  margin-bottom: 15px;
  margin-top: 40px;
  text-align: center;
  text-decoration: none;
  width: 33.33%; }
  [dir="rtl"] .aside-tab-container .aside-tab {
    float: right; }
  .aside-tab-container .aside-tab .icon-compare-tab,
  .aside-tab-container .aside-tab .icon-list-tab,
  .aside-tab-container .aside-tab .icon-pinned-tab {
    display: inline-block;
    height: 22px;
    margin-bottom: -2px;
    position: relative;
    width: 18px; }
    .aside-tab-container .aside-tab .icon-compare-tab span,
    .aside-tab-container .aside-tab .icon-list-tab span,
    .aside-tab-container .aside-tab .icon-pinned-tab span {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      z-index: 14; }
      .aside-tab-container .aside-tab .icon-compare-tab span.hover,
      .aside-tab-container .aside-tab .icon-list-tab span.hover,
      .aside-tab-container .aside-tab .icon-pinned-tab span.hover {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        z-index: 15; }
  .aside-tab-container .aside-tab .aside-tab-count {
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #555555;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    width: 15px; }
    .android .aside-tab-container .aside-tab .aside-tab-count {
      background-color: transparent;
      color: #555555;
      font-size: 12px;
      width: 12px; }
      .android .aside-tab-container .aside-tab .aside-tab-count.aside-tab-count-pinned {
        width: 6px; }
  .aside-tab-container .aside-tab .aside-tab-title {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%; }
  .no-touch .aside-tab-container .aside-tab:hover, .aside-tab-container .aside-tab.active {
    color: #3e7dfb; }
    .no-touch .aside-tab-container .aside-tab:hover .aside-tab-count, .aside-tab-container .aside-tab.active .aside-tab-count {
      background-color: #3e7dfb; }
      .android .no-touch .aside-tab-container .aside-tab:hover .aside-tab-count, .android .aside-tab-container .aside-tab.active .aside-tab-count {
        background-color: transparent;
        color: #3e7dfb; }
    .no-touch .aside-tab-container .aside-tab:hover .icon-compare-tab span, .aside-tab-container .aside-tab.active .icon-compare-tab span {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0; }
    .no-touch .aside-tab-container .aside-tab:hover .icon-list-tab span, .aside-tab-container .aside-tab.active .icon-list-tab span {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0; }
    .no-touch .aside-tab-container .aside-tab:hover .icon-pinned-tab span, .aside-tab-container .aside-tab.active .icon-pinned-tab span {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0; }
    .no-touch .aside-tab-container .aside-tab:hover .icon-compare-tab span.hover, .aside-tab-container .aside-tab.active .icon-compare-tab span.hover {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; }
    .no-touch .aside-tab-container .aside-tab:hover .icon-list-tab span.hover, .aside-tab-container .aside-tab.active .icon-list-tab span.hover {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; }
    .no-touch .aside-tab-container .aside-tab:hover .icon-pinned-tab span.hover, .aside-tab-container .aside-tab.active .icon-pinned-tab span.hover {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; }

.pinned-action-container {
  display: none;
  margin: 0 -20px -20px -20px;
  position: relative; }
  .pinned-action-container.disabled {
    opacity: 0.5; }
  .pinned-action-container .button-mask {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0; }
  .pinned-action-container .pinned-mask {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
  .mode-pinned .pinned-action-container {
    display: block; }
  .pinned-action-container .btn {
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    margin: 0 20px 15px 20px;
    width: auto; }
    .pinned-action-container .btn.disabled {
      opacity: 0.5; }
    .pinned-action-container .btn.action-ready {
      background: #3e5b68;
      color: #fff; }
    .pinned-action-container .btn:hover {
      opacity: 0.8; }
    .pinned-action-container .btn .loader {
      display: inline-block;
      height: 30px;
      margin: -5px 0 0 0;
      position: static;
      width: 30px; }
    .pinned-action-container .btn.clear-all-pins i {
      float: left;
      font-size: 18px; }
  .pinned-action-container .excel-notice {
    display: inline-block;
    margin: 0 20px 15px 20px;
    font-size: 13px; }
    [dir="rtl"] .pinned-action-container .excel-notice {
      text-align: right; }
    .pinned-action-container .excel-notice a {
      color: #555555;
      text-decoration: none; }
      .pinned-action-container .excel-notice a:hover {
        text-decoration: underline; }
  .pinned-action-container .pinned-title {
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0 20px 20px 20px; }
  .pinned-action-container .pinned-filters {
    color: #555555;
    margin-bottom: 20px;
    padding: 0 20px;
    padding-top: 10px; }
    .pinned-action-container .pinned-filters p {
      color: #555555;
      font-weight: 700;
      margin: 0;
      padding: 0; }
    .pinned-action-container .pinned-filters .pinned-checkbox {
      transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      cursor: default !important;
      margin: 10px 0; }
      .pinned-action-container .pinned-filters .pinned-checkbox:hover {
        color: inherit !important; }

.btn {
  transition-property: background-color border color;
  -moz-transition-property: background-color border color;
  -ms-transition-property: background-color border color;
  -webkit-transition-property: background-color border color;
  transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  color: #555555;
  display: block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle; }
  .btn.btn-icon {
    display: table;
    height: 32px;
    padding: 0;
    width: 32px; }
    .btn.btn-icon .fa {
      display: table-cell;
      vertical-align: middle; }
  .btn.btn-menu-toggle {
    height: 36px;
    width: 36px; }
  .btn.btn-plain-text {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    display: inline;
    padding: 0;
    vertical-align: baseline; }
    .btn.btn-plain-text:hover {
      color: #3e7dfb;
      text-decoration: none; }
  .btn:hover .no-touch {
    background-color: #3e7dfb;
    border: 1px solid #3e7dfb;
    color: #fff;
    text-decoration: none; }

.info-link {
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background: #b5b5b5;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 14px;
  line-height: 14px;
  margin: 2px;
  text-align: center;
  width: 14px; }
  .info-link, .info-link:hover, .info-link:focus {
    text-decoration: none; }
  .info-link:hover, .info-link:focus {
    background: #3e7dfb;
    color: #fff; }

.loader {
  animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -ms-animation: rotation 1s infinite linear;
  -webkit-animation: rotation 1s infinite linear;
  border-bottom: 6px solid rgba(0, 0, 0, 0.3);
  border-left: 6px solid rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  border-right: 6px solid rgba(0, 0, 0, 0.3);
  border-top: 6px solid rgba(0, 0, 0, 0.9);
  height: 38px;
  left: 50%;
  margin: 0 0 0 -19px;
  outline: 1px solid transparent;
  position: absolute;
  top: 180px;
  width: 38px; }
  .loader.loader-fixed {
    margin-left: 141px;
    position: fixed; }
    [dir="rtl"] .loader.loader-fixed {
      margin-left: 0;
      position: absolute; }
    .floating-sidebar .loader.loader-fixed {
      margin-left: -19px; }
  .loader.light {
    border-bottom: 6px solid rgba(255, 255, 255, 0.3);
    border-left: 6px solid rgba(255, 255, 255, 0.3);
    border-right: 6px solid rgba(255, 255, 255, 0.3);
    border-top: 6px solid rgba(255, 255, 255, 0.9); }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.pin-wrapper {
  display: block;
  height: 27.5px;
  overflow: hidden;
  position: relative;
  width: 20px; }
  .pin-wrapper .pin {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    transition-property: opacity top;
    -moz-transition-property: opacity top;
    -ms-transition-property: opacity top;
    -webkit-transition-property: opacity top;
    transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    background-position: 2px -70px;
    cursor: pointer;
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    z-index: 2; }
    .pin-wrapper .pin.pin-active {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      background-position: -18px -70px; }
  .pin-wrapper .pin-target {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-position: 0 -85px;
    bottom: -6.25px;
    display: none;
    height: 25px;
    position: absolute;
    right: 0;
    width: 17px;
    z-index: 1; }
    .pin-wrapper .pin-target.pin-target-active {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      background-position: -20px -85px; }
  .pin-wrapper:hover .pin {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
    .pin-wrapper:hover .pin.pin-active {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; }
  .pin-wrapper.active .pin {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    top: 6.25px; }
    .pin-wrapper.active .pin.pin-active {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; }
  .pin-wrapper.active .pin-target {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
    .pin-wrapper.active .pin-target.pin-target-active {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; }
  .pin-wrapper.has-target {
    overflow: visible; }
    .pin-wrapper.has-target.target-search .pin-target {
      background-position: 0 -96px; }
    .pin-wrapper.has-target.target-search .pin-target-active {
      background-position: -20px -96px; }
    .pin-wrapper.has-target.target-compare .pin-target {
      background-position: 0 -120px; }
    .pin-wrapper.has-target.target-compare .pin-target-active {
      background-position: -20px -120px; }
    .pin-wrapper.has-target .pin-target {
      display: block; }
    .pin-wrapper.has-target.active .pin {
      top: 6.25px; }

.text-centre {
  text-align: center; }
  .text-centre .about-partner-logo {
    padding: 0 20px;
    height: 78px;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .text-centre .about-partner-logo {
        display: inline-block;
        margin: 0 auto; } }
  .text-centre .ccp-partner-logo {
    display: inline-block;
    height: 78px;
    position: relative;
    text-align: left;
    width: 285px; }
    .text-centre .ccp-partner-logo .about-partner-logo:last-of-type {
      position: absolute;
      right: 70px;
      top: -6px; }
  .text-centre .about-ccp-donate {
    background: #555555;
    color: #fff;
    display: inline-block;
    left: 20px;
    padding: 5px 10px;
    position: absolute;
    top: 27px; }
    .text-centre .about-ccp-donate::before {
      background: #555555;
      content: '';
      display: inline-block;
      height: 14px;
      left: -7px;
      position: absolute;
      top: 9px;
      transform: rotate(45deg);
      width: 14px; }

.acResults {
  -webkit-font-smoothing: subpixel-antialiased;
  background: #fff;
  border-top: none;
  border: 1px solid #3e7dfb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #555555;
  margin-top: -20px;
  overflow: hidden;
  width: 100%;
  z-index: 14; }
  .acResults ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .acResults ul li {
      line-height: 1.2;
      padding: 5px 10px;
      width: 100%; }
      .acResults ul li:first-of-type {
        padding-top: 10px; }
      .acResults ul li:last-of-type {
        padding-bottom: 10px; }
      .acResults ul li.acSelect {
        background: #3e7dfb;
        color: #fff;
        cursor: pointer; }

/* Styles to hide ng-cloak elements even before angular.js has loaded */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

.animate {
  transition: all 500 cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -moz-transition: all 500 cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-transition: all 500 cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: all 500 cubic-bezier(0.4, 0, 0.2, 1) 0ms; }

.login-wrapper,
.logout-wrapper {
  margin: 5% auto 0 auto;
  max-width: 500px;
  text-align: center; }
  .login-wrapper .btn,
  .logout-wrapper .btn {
    margin: 0 auto; }

body {
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #555555; }
  body .serif {
    font-family: "Merriweather", Cambria, Georgia, serif, serif;
    font-weight: 400; }

a:focus {
  /*
    outline-color: $colour-ui-hover;
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
    */
  outline: 0; }

h1, h2, h3, h4, h5, h6, p, li {
  text-rendering: optimizeLegibility;
  word-wrap: break-word; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, li a {
    color: #555555;
    text-decoration: none;
    transition-property: color text-decoration;
    -moz-transition-property: color text-decoration;
    -ms-transition-property: color text-decoration;
    -webkit-transition-property: color text-decoration;
    transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent; }
    h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active, h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active, p a:hover, p a:focus, p a:active, li a:hover, li a:focus, li a:active {
      color: #3e7dfb;
      text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #555555;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 10px 0;
  padding: 0; }
  [dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6 {
    letter-spacing: 0; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 0.875em;
    font-weight: 400; }

h1 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 0; }
  .full-constitution h1 {
    border-bottom: 1px solid #eaeaea;
    font-weight: 400;
    padding-bottom: 18px; }

h2 {
  font-size: 16px;
  font-size: 1.6rem; }

h3 {
  font-size: 12px;
  font-size: 1.2rem; }

h4, h5, h6 {
  font-size: 12px;
  font-size: 1.2rem; }

p, li {
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 10px; }
  p a, li a {
    text-decoration: underline; }
    p a:hover, p a:focus, p a:active, li a:hover, li a:focus, li a:active {
      text-decoration: underline; }

strong, b {
  font-weight: 700; }

.uppercase, h3 {
  font-size: 0.86em;
  text-transform: uppercase; }

.wide-type, h3, h4, h5, h6 {
  letter-spacing: 2px; }
  [dir="rtl"] .wide-type, [dir="rtl"] h3, [dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6 {
    letter-spacing: 0; }

.error {
  color: #ff0500; }

label {
  clear: both;
  display: block;
  padding: 0; }
  label.inline {
    display: inline-block;
    margin-right: 2em; }

textarea {
  height: 90px; }

::-webkit-input-placeholder {
  color: #76777a; }

:-moz-placeholder {
  color: #76777a; }

::-moz-placeholder {
  color: #76777a; }

:-ms-input-placeholder {
  color: #76777a; }

::-ms-clear {
  display: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  text-overflow: ellipsis; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  transition-property: border outline color;
  -moz-transition-property: border outline color;
  -ms-transition-property: border outline color;
  -webkit-transition-property: border outline color;
  transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  -webkit-appearance: none;
  border: 1px solid #eaeaea;
  border-radius: 0;
  font-weight: 300;
  height: 32px;
  outline: none;
  padding: 8px 10px;
  width: 100%; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="url"]:hover,
  input[type="password"]:hover,
  input[type="search"]:hover,
  textarea:hover {
    border: 1px solid #3e7dfb; }
    .checkbox-outer input[type="text"]:hover, .checkbox-outer
    input[type="email"]:hover, .checkbox-outer
    input[type="url"]:hover, .checkbox-outer
    input[type="password"]:hover, .checkbox-outer
    input[type="search"]:hover, .checkbox-outer
    textarea:hover {
      border: 0 !important; }
  input[type="text"].active, input[type="text"]:active, input[type="text"]:focus,
  input[type="email"].active,
  input[type="email"]:active,
  input[type="email"]:focus,
  input[type="url"].active,
  input[type="url"]:active,
  input[type="url"]:focus,
  input[type="password"].active,
  input[type="password"]:active,
  input[type="password"]:focus,
  input[type="search"].active,
  input[type="search"]:active,
  input[type="search"]:focus,
  textarea.active,
  textarea:active,
  textarea:focus {
    border: 1px solid #3e7dfb;
    color: #3e7dfb; }
  input[type="text"].error,
  input[type="email"].error,
  input[type="url"].error,
  input[type="password"].error,
  input[type="search"].error,
  textarea.error {
    border-color: #ff0500;
    color: #ff0500; }
    input[type="text"].error::-webkit-input-placeholder,
    input[type="email"].error::-webkit-input-placeholder,
    input[type="url"].error::-webkit-input-placeholder,
    input[type="password"].error::-webkit-input-placeholder,
    input[type="search"].error::-webkit-input-placeholder,
    textarea.error::-webkit-input-placeholder {
      color: #ff0500;
      font-weight: 400; }
    input[type="text"].error:-moz-placeholder,
    input[type="email"].error:-moz-placeholder,
    input[type="url"].error:-moz-placeholder,
    input[type="password"].error:-moz-placeholder,
    input[type="search"].error:-moz-placeholder,
    textarea.error:-moz-placeholder {
      color: #ff0500;
      font-weight: 400; }
    input[type="text"].error::-moz-placeholder,
    input[type="email"].error::-moz-placeholder,
    input[type="url"].error::-moz-placeholder,
    input[type="password"].error::-moz-placeholder,
    input[type="search"].error::-moz-placeholder,
    textarea.error::-moz-placeholder {
      color: #ff0500;
      font-weight: 400; }
    input[type="text"].error:-ms-input-placeholder,
    input[type="email"].error:-ms-input-placeholder,
    input[type="url"].error:-ms-input-placeholder,
    input[type="password"].error:-ms-input-placeholder,
    input[type="search"].error:-ms-input-placeholder,
    textarea.error:-ms-input-placeholder {
      color: #ff0500;
      font-weight: 400; }

input[type="text"] {
  padding: 0 10px; }

[data-custom-checkbox],
[data-custom-radiobox],
.pinned-filter {
  padding: 4px 30px 0 0;
  position: relative;
  white-space: nowrap; }
  [data-custom-checkbox].pinned-filter,
  [data-custom-radiobox].pinned-filter,
  .pinned-filter.pinned-filter {
    padding: 0 !important;
    margin: 15px 0 !important; }
    [data-custom-checkbox].pinned-filter .absolute-right,
    [data-custom-radiobox].pinned-filter .absolute-right,
    .pinned-filter.pinned-filter .absolute-right {
      top: 0px !important; }
  [dir="rtl"] [data-custom-checkbox], [dir="rtl"]
  [data-custom-radiobox], [dir="rtl"]
  .pinned-filter {
    padding: 4px 0 0 30px; }
  [data-custom-checkbox] .checkbox-outer,
  [data-custom-radiobox] .checkbox-outer,
  .pinned-filter .checkbox-outer {
    transition-property: border background-color;
    -moz-transition-property: border background-color;
    -ms-transition-property: border background-color;
    -webkit-transition-property: border background-color;
    transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    border: 1px solid #555555;
    border-radius: 50%;
    float: left;
    height: 20px;
    padding: 3px;
    width: 20px; }
    aside [data-custom-checkbox] .checkbox-outer, aside
    [data-custom-radiobox] .checkbox-outer, aside
    .pinned-filter .checkbox-outer {
      border-color: #B8B8B8; }
    [data-custom-checkbox] .checkbox-outer.absolute-right,
    [data-custom-radiobox] .checkbox-outer.absolute-right,
    .pinned-filter .checkbox-outer.absolute-right {
      position: absolute;
      right: 0;
      top: 5px; }
      [dir="rtl"] [data-custom-checkbox] .checkbox-outer.absolute-right, [dir="rtl"]
      [data-custom-radiobox] .checkbox-outer.absolute-right, [dir="rtl"]
      .pinned-filter .checkbox-outer.absolute-right {
        right: auto;
        left: 0; }
    [data-custom-checkbox] .checkbox-outer.background-light,
    [data-custom-radiobox] .checkbox-outer.background-light,
    .pinned-filter .checkbox-outer.background-light {
      background-color: #fff; }
    [data-custom-checkbox] .checkbox-outer .checkbox,
    [data-custom-checkbox] .checkbox-outer .radiobox,
    [data-custom-radiobox] .checkbox-outer .checkbox,
    [data-custom-radiobox] .checkbox-outer .radiobox,
    .pinned-filter .checkbox-outer .checkbox,
    .pinned-filter .checkbox-outer .radiobox {
      border: 0;
      height: 12px;
      width: 12px; }
  [data-custom-checkbox] label,
  [data-custom-radiobox] label,
  .pinned-filter label {
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #555555;
    cursor: pointer; }
  [data-custom-checkbox] .checkbox,
  [data-custom-checkbox] .radiobox,
  [data-custom-radiobox] .checkbox,
  [data-custom-radiobox] .radiobox,
  .pinned-filter .checkbox,
  .pinned-filter .radiobox {
    transition-property: border background-color;
    -moz-transition-property: border background-color;
    -ms-transition-property: border background-color;
    -webkit-transition-property: border background-color;
    transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    border-radius: 50%;
    display: block;
    float: left;
    height: 20px;
    outline: none;
    width: 20px; }
    [dir="rtl"] [data-custom-checkbox] .checkbox, [dir="rtl"]
    [data-custom-checkbox] .radiobox, [dir="rtl"]
    [data-custom-radiobox] .checkbox, [dir="rtl"]
    [data-custom-radiobox] .radiobox, [dir="rtl"]
    .pinned-filter .checkbox, [dir="rtl"]
    .pinned-filter .radiobox {
      float: right; }
    [data-custom-checkbox] .checkbox.checked,
    [data-custom-checkbox] .radiobox.checked,
    [data-custom-radiobox] .checkbox.checked,
    [data-custom-radiobox] .radiobox.checked,
    .pinned-filter .checkbox.checked,
    .pinned-filter .radiobox.checked {
      background-color: #3e7dfb;
      border: 1px solid #3e7dfb; }
  [data-custom-checkbox]:hover label, [data-custom-checkbox]:active label, [data-custom-checkbox]:focus label,
  [data-custom-radiobox]:hover label,
  [data-custom-radiobox]:active label,
  [data-custom-radiobox]:focus label,
  .pinned-filter:hover label,
  .pinned-filter:active label,
  .pinned-filter:focus label {
    color: #3e7dfb; }
    [data-custom-checkbox]:hover label.no-hover, [data-custom-checkbox]:active label.no-hover, [data-custom-checkbox]:focus label.no-hover,
    [data-custom-radiobox]:hover label.no-hover,
    [data-custom-radiobox]:active label.no-hover,
    [data-custom-radiobox]:focus label.no-hover,
    .pinned-filter:hover label.no-hover,
    .pinned-filter:active label.no-hover,
    .pinned-filter:focus label.no-hover {
      color: inherit; }
  [data-custom-checkbox]:hover .checkbox,
  [data-custom-checkbox]:hover .radiobox, [data-custom-checkbox]:active .checkbox,
  [data-custom-checkbox]:active .radiobox, [data-custom-checkbox]:focus .checkbox,
  [data-custom-checkbox]:focus .radiobox,
  [data-custom-radiobox]:hover .checkbox,
  [data-custom-radiobox]:hover .radiobox,
  [data-custom-radiobox]:active .checkbox,
  [data-custom-radiobox]:active .radiobox,
  [data-custom-radiobox]:focus .checkbox,
  [data-custom-radiobox]:focus .radiobox,
  .pinned-filter:hover .checkbox,
  .pinned-filter:hover .radiobox,
  .pinned-filter:active .checkbox,
  .pinned-filter:active .radiobox,
  .pinned-filter:focus .checkbox,
  .pinned-filter:focus .radiobox {
    border: 1px solid #3e7dfb; }
  [data-custom-checkbox]:hover .checkbox-outer, [data-custom-checkbox]:active .checkbox-outer, [data-custom-checkbox]:focus .checkbox-outer,
  [data-custom-radiobox]:hover .checkbox-outer,
  [data-custom-radiobox]:active .checkbox-outer,
  [data-custom-radiobox]:focus .checkbox-outer,
  .pinned-filter:hover .checkbox-outer,
  .pinned-filter:active .checkbox-outer,
  .pinned-filter:focus .checkbox-outer {
    border: 1px solid #3e7dfb; }
    [data-custom-checkbox]:hover .checkbox-outer .checkbox,
    [data-custom-checkbox]:hover .checkbox-outer .radiobox, [data-custom-checkbox]:active .checkbox-outer .checkbox,
    [data-custom-checkbox]:active .checkbox-outer .radiobox, [data-custom-checkbox]:focus .checkbox-outer .checkbox,
    [data-custom-checkbox]:focus .checkbox-outer .radiobox,
    [data-custom-radiobox]:hover .checkbox-outer .checkbox,
    [data-custom-radiobox]:hover .checkbox-outer .radiobox,
    [data-custom-radiobox]:active .checkbox-outer .checkbox,
    [data-custom-radiobox]:active .checkbox-outer .radiobox,
    [data-custom-radiobox]:focus .checkbox-outer .checkbox,
    [data-custom-radiobox]:focus .checkbox-outer .radiobox,
    .pinned-filter:hover .checkbox-outer .checkbox,
    .pinned-filter:hover .checkbox-outer .radiobox,
    .pinned-filter:active .checkbox-outer .checkbox,
    .pinned-filter:active .checkbox-outer .radiobox,
    .pinned-filter:focus .checkbox-outer .checkbox,
    .pinned-filter:focus .checkbox-outer .radiobox {
      border: 0 !important; }
  [data-custom-checkbox].disabled label,
  [data-custom-radiobox].disabled label,
  .pinned-filter.disabled label {
    color: #eaeaea;
    cursor: default; }
  [data-custom-checkbox].disabled .checkbox,
  [data-custom-checkbox].disabled .radiobox,
  [data-custom-radiobox].disabled .checkbox,
  [data-custom-radiobox].disabled .radiobox,
  .pinned-filter.disabled .checkbox,
  .pinned-filter.disabled .radiobox {
    cursor: default; }
  [data-custom-checkbox] .checkbox-input,
  [data-custom-checkbox] .radiobox-input,
  [data-custom-radiobox] .checkbox-input,
  [data-custom-radiobox] .radiobox-input,
  .pinned-filter .checkbox-input,
  .pinned-filter .radiobox-input {
    display: none; }

[data-custom-radiobox] .type-checkbox {
  border-radius: 0; }
  [data-custom-radiobox] .type-checkbox a.checked {
    background: none;
    border: 0;
    position: relative;
    text-decoration: none; }
    [data-custom-radiobox] .type-checkbox a.checked:after {
      font-family: FontAwesome;
      content: '\f14a';
      color: #3e7dfb;
      position: absolute;
      top: -3px;
      left: 0; }
  [data-custom-radiobox] .type-checkbox .radiobox.checked a {
    background: none; }

::-webkit-scrollbar {
  background-color: transparent;
  height: 8px;
  width: 8px; }

::-webkit-scrollbar-track {
  background-color: transparent;
  border-left: none; }

::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: none; }

body {
  background: #fff; }

.global-container .template-wrapper .aside-container {
  transition-property: transform box-shadow;
  -moz-transition-property: transform box-shadow;
  -ms-transition-property: transform box-shadow;
  -webkit-transition-property: transform box-shadow;
  transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  background: #ecf6fe;
  bottom: 0;
  box-shadow: 0 0 0 0 transparent;
  display: block;
  left: 0;
  max-width: 100%;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 13;
  -webkit-backface-visibility: hidden; }
  [dir="rtl"] .global-container .template-wrapper .aside-container {
    left: auto;
    right: 0; }
  .global-container .template-wrapper .aside-container .aside-footer {
    transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background: #ecf6fe;
    background-color: #eaeaea;
    bottom: 0px;
    color: #555;
    font-size: 11px;
    height: 65px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 6; }
    .global-container .template-wrapper .aside-container .aside-footer .aside-footer-content ul {
      margin: 10px 0 0;
      padding: 0;
      display: none; }
      .global-container .template-wrapper .aside-container .aside-footer .aside-footer-content ul li {
        display: block;
        margin: 0;
        padding: 0; }
        .global-container .template-wrapper .aside-container .aside-footer .aside-footer-content ul li a {
          transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          color: #555555;
          display: block;
          font-size: 12px;
          line-height: 14px;
          padding-left: 46px;
          padding-top: 4px;
          text-decoration: none; }
          .no-touch .global-container .template-wrapper .aside-container .aside-footer .aside-footer-content ul li a:hover {
            color: #3e7dfb; }
          [dir="rtl"] .global-container .template-wrapper .aside-container .aside-footer .aside-footer-content ul li a {
            padding-right: 46px;
            padding-left: 0; }
    .global-container .template-wrapper .aside-container .aside-footer.show-info ul {
      display: block; }
    .global-container .template-wrapper .aside-container .aside-footer .toggle-aside-footer {
      transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      background-color: #eaeaea;
      bottom: 20px;
      color: #555555;
      display: block;
      font-size: 14px;
      height: 45px;
      left: 0;
      line-height: 45px;
      padding-left: 24px;
      position: absolute;
      text-decoration: none;
      width: 216px; }
      [dir="rtl"] .global-container .template-wrapper .aside-container .aside-footer .toggle-aside-footer {
        left: auto;
        padding-left: 0;
        padding-right: 24px;
        right: 0; }
      .global-container .template-wrapper .aside-container .aside-footer .toggle-aside-footer .fa {
        transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        color: #555555;
        font-size: 9px;
        margin: 0 12px 0 0;
        position: relative;
        top: -1px; }
        [dir="rtl"] .global-container .template-wrapper .aside-container .aside-footer .toggle-aside-footer .fa {
          margin: 0 0 0 12px; }
      .no-touch .global-container .template-wrapper .aside-container .aside-footer .toggle-aside-footer:hover {
        color: #3e7dfb; }
        .no-touch .global-container .template-wrapper .aside-container .aside-footer .toggle-aside-footer:hover .fa {
          color: #3e7dfb; }
    .global-container .template-wrapper .aside-container .aside-footer .social-links {
      background-color: #eaeaea;
      bottom: 20px;
      height: 45px;
      padding-top: 7px;
      position: absolute;
      right: 0;
      width: 63px; }
      [dir="rtl"] .global-container .template-wrapper .aside-container .aside-footer .social-links {
        left: 0;
        right: auto; }
    .global-container .template-wrapper .aside-container .aside-footer .share-text {
      bottom: 24px;
      font-size: 11px;
      height: 11px;
      line-height: 11px;
      position: absolute;
      right: 20px;
      text-align: center;
      max-width: 105px; }
      [dir="rtl"] .global-container .template-wrapper .aside-container .aside-footer .share-text {
        right: auto;
        left: 20px; }
    .global-container .template-wrapper .aside-container .aside-footer .footer-language {
      background: #ccc;
      bottom: 0;
      color: #fff;
      height: 20px;
      position: absolute;
      padding-left: 24px;
      width: 100%; }
      .global-container .template-wrapper .aside-container .aside-footer .footer-language a {
        transition-property: color 250ms linear;
        -moz-transition-property: color 250ms linear;
        -ms-transition-property: color 250ms linear;
        -webkit-transition-property: color 250ms linear;
        transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -ms-transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
        -webkit-transition-delay: 0ms;
        color: #000;
        text-decoration: none; }
        .no-touch .global-container .template-wrapper .aside-container .aside-footer .footer-language a:hover {
          color: #555555; }
        .global-container .template-wrapper .aside-container .aside-footer .footer-language a:after {
          content: '|';
          display: inline-block;
          padding: 0 5px; }
        .global-container .template-wrapper .aside-container .aside-footer .footer-language a:last-of-type::after {
          content: none;
          display: inline-block;
          padding: none; }
      [dir="rtl"] .global-container .template-wrapper .aside-container .aside-footer .footer-language {
        padding-right: 24px;
        padding-left: 0; }
    .global-container .template-wrapper .aside-container .aside-footer.show-info-1 {
      height: 93px; }
    .global-container .template-wrapper .aside-container .aside-footer.show-info-2 {
      height: 111px; }
    .global-container .template-wrapper .aside-container .aside-footer.show-info-3 {
      height: 129px; }
    .global-container .template-wrapper .aside-container .aside-footer.show-info-4 {
      height: 147px; }
    .global-container .template-wrapper .aside-container .aside-footer.show-info-5 {
      height: 165px; }
    .global-container .template-wrapper .aside-container .aside-footer.show-info-6 {
      height: 183px; }
    .global-container .template-wrapper .aside-container .aside-footer.show-info-7 {
      height: 201px; }
    .global-container .template-wrapper .aside-container .aside-footer.show-info-8 {
      height: 219px; }
    .global-container .template-wrapper .aside-container .aside-footer.show-info-9 {
      height: 237px; }
  .global-container .template-wrapper .aside-container .aside-toggle-container {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    transition-property: opacity right left;
    -moz-transition-property: opacity right left;
    -ms-transition-property: opacity right left;
    -webkit-transition-property: opacity right left;
    transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12; }
    [dir="rtl"] .global-container .template-wrapper .aside-container .aside-toggle-container {
      left: 0;
      right: auto; }
  .global-container .template-wrapper .aside-container .aside-wrapper {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .global-container .template-wrapper .aside-container .aside-wrapper .aside-header {
      transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      height: 330px;
      padding: 20px;
      position: relative; }
    .global-container .template-wrapper .aside-container .aside-wrapper .aside-user {
      font-size: 12px;
      padding: 0 0 10px; }
      .global-container .template-wrapper .aside-container .aside-wrapper .aside-user p {
        height: 2.8em;
        line-height: 1.4;
        padding: 0; }
      .global-container .template-wrapper .aside-container .aside-wrapper .aside-user strong {
        letter-spacing: 0.01em; }
      .global-container .template-wrapper .aside-container .aside-wrapper .aside-user .btn-logout {
        float: right; }
        [dir="rtl"] .global-container .template-wrapper .aside-container .aside-wrapper .aside-user .btn-logout {
          float: left; }
    .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller {
      transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      min-height: 100%; }
      .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller.display {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1; }
      .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-content {
        bottom: 65px;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0; }
        .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-content .filters {
          bottom: 0;
          left: 0;
          overflow: hidden;
          position: absolute;
          right: 0;
          top: 330px; }

.global-container .template-wrapper .whats-new-container {
  transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  left: 50%;
  position: fixed;
  top: 5px;
  width: auto;
  z-index: 15; }

.global-container .template-wrapper .whats-new-banner {
  transition-property: opacity 0.5s linear;
  -moz-transition-property: opacity 0.5s linear;
  -ms-transition-property: opacity 0.5s linear;
  -webkit-transition-property: opacity 0.5s linear;
  transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
  background: white;
  border: 1px solid #eaeaea;
  font-weight: bold;
  line-height: 25px;
  overflow: hidden;
  padding: 5px 30px 5px 10px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 15; }
  [dir="rtl"] .global-container .template-wrapper .whats-new-banner {
    padding: 5px 10px 5px 30px; }
  .global-container .template-wrapper .whats-new-banner.fade {
    opacity: 0; }
  .global-container .template-wrapper .whats-new-banner .close-button {
    position: absolute;
    right: 10px;
    top: 4px;
    cursor: pointer; }
    .global-container .template-wrapper .whats-new-banner .close-button i {
      transition-property: opacity 0.25s linear;
      -moz-transition-property: opacity 0.25s linear;
      -ms-transition-property: opacity 0.25s linear;
      -webkit-transition-property: opacity 0.25s linear;
      transition-duration: 250ms;
      -moz-transition-duration: 250ms;
      -ms-transition-duration: 250ms;
      -webkit-transition-duration: 250ms;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 0ms;
      -moz-transition-delay: 0ms;
      -ms-transition-delay: 0ms;
      -webkit-transition-delay: 0ms; }
      .no-touch .global-container .template-wrapper .whats-new-banner .close-button i:hover {
        opacity: .7; }
    [dir="rtl"] .global-container .template-wrapper .whats-new-banner .close-button {
      left: 10px;
      right: auto; }

.global-container .template-wrapper .whats-new-link {
  transition-property: color 0.25s linear;
  -moz-transition-property: color 0.25s linear;
  -ms-transition-property: color 0.25s linear;
  -webkit-transition-property: color 0.25s linear;
  transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -webkit-transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  color: #76777a;
  text-decoration: none;
  white-space: nowrap; }
  .no-touch .global-container .template-wrapper .whats-new-link:hover {
    color: #3e7dfb; }

@media screen and (max-width: 479px) {
  .global-container .template-wrapper .whats-new-link-text.full {
    display: none !important; } }

.global-container .template-wrapper .whats-new-link-text.short {
  display: none !important; }
  @media screen and (max-width: 479px) {
    .global-container .template-wrapper .whats-new-link-text.short {
      display: inline !important; } }

.global-container .template-wrapper.content-page .aside-container {
  background: #eaeaea; }
  .global-container .template-wrapper.content-page .aside-container .content-sidebar-links li a {
    color: #555555; }
    .no-touch .global-container .template-wrapper.content-page .aside-container .content-sidebar-links li a:hover {
      color: #3e7dfb; }
  .global-container .template-wrapper.content-page .aside-container .content-sidebar-links li.active a {
    color: #3e7dfb; }

.global-container .template-wrapper .main-container {
  background: #fff; }
  .global-container .template-wrapper .main-container .content-block {
    background: #fff;
    min-height: 1000px;
    overflow: hidden;
    padding: 20px;
    position: relative; }
    @media screen and (max-width: 479px) {
      .global-container .template-wrapper .main-container .content-block {
        padding: 20px 10px 10px; } }
    .global-container .template-wrapper .main-container .content-block .content-wrapper {
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      width: 990px; }
      .global-container .template-wrapper .main-container .content-block .content-wrapper .search-page-shares {
        background: #fff;
        height: 36px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 6; }
        .global-container .template-wrapper .main-container .content-block .content-wrapper .search-page-shares .share-text {
          font-size: 12px;
          height: 12px;
          line-height: 12px;
          position: absolute;
          right: 64px;
          text-align: right;
          top: 9px;
          min-width: 100px; }
          @media screen and (max-width: 479px) {
            .global-container .template-wrapper .main-container .content-block .content-wrapper .search-page-shares .share-text {
              right: 55px; } }
        .global-container .template-wrapper .main-container .content-block .content-wrapper .search-page-shares .social-links {
          height: 36px;
          position: absolute;
          right: 0;
          top: 5px;
          width: 56px; }
          @media screen and (max-width: 479px) {
            .global-container .template-wrapper .main-container .content-block .content-wrapper .search-page-shares .social-links {
              width: 47px; } }
        [dir="rtl"] .global-container .template-wrapper .main-container .content-block .content-wrapper .search-page-shares .social-links {
          left: 0;
          right: auto; }
        [dir="rtl"] .global-container .template-wrapper .main-container .content-block .content-wrapper .search-page-shares .share-text {
          text-align: left;
          left: 94px;
          right: auto; }
          @media screen and (max-width: 479px) {
            [dir="rtl"] .global-container .template-wrapper .main-container .content-block .content-wrapper .search-page-shares .share-text {
              left: 83px; } }
      .global-container .template-wrapper .main-container .content-block .content-wrapper.loader-page {
        transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        background-color: #fff;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9; }
        .global-container .template-wrapper .main-container .content-block .content-wrapper.loader-page.active {
          opacity: 1; }
      .global-container .template-wrapper .main-container .content-block .content-wrapper .share-search {
        position: fixed;
        right: 1px;
        top: 20px;
        z-index: 6; }
        .global-container .template-wrapper .main-container .content-block .content-wrapper .share-search a {
          display: block;
          margin-bottom: 5px; }
  .global-container .template-wrapper .main-container.content-pages .content-block {
    padding: 28px 40px 16px; }
  .global-container .template-wrapper .main-container.content-pages ol {
    list-style: decimal;
    margin: 1em 0 2em;
    padding: 0 40px; }
    .global-container .template-wrapper .main-container.content-pages ol ol {
      margin: 0; }
    .global-container .template-wrapper .main-container.content-pages ol li {
      margin: 0; }
    .global-container .template-wrapper .main-container.content-pages ol p {
      margin: 1em 0;
      padding: 0; }
  .global-container .template-wrapper .main-container.content-pages hr {
    margin-bottom: 30px; }

.global-container .template-wrapper.has-sidebar .main-container {
  transition: padding-left 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -moz-transition: padding-left 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-transition: padding-left 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: padding-left 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding-left: 300px; }
  .global-container .template-wrapper.has-sidebar .main-container.content-pages {
    transition: none 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: none 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: none 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: none 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }
  [dir="rtl"] .global-container .template-wrapper.has-sidebar .main-container {
    transition: padding-right 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: padding-right 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: padding-right 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: padding-right 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding-left: 0;
    padding-right: 300px; }

.global-container .template-wrapper.has-sidebar.floating-sidebar .main-container {
  padding-left: 0; }
  [dir="rtl"] .global-container .template-wrapper.has-sidebar.floating-sidebar .main-container {
    padding-right: 0; }

.global-container .template-wrapper.has-sidebar.floating-sidebar .aside-container {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .global-container .template-wrapper.has-sidebar.floating-sidebar .aside-container .aside-toggle-container {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    right: -36px; }
    @media screen and (max-width: 359px) {
      .global-container .template-wrapper.has-sidebar.floating-sidebar .aside-container .aside-toggle-container {
        right: 0; } }
    [dir="rtl"] .global-container .template-wrapper.has-sidebar.floating-sidebar .aside-container .aside-toggle-container {
      left: -36px;
      right: auto; }
      @media screen and (max-width: 359px) {
        [dir="rtl"] .global-container .template-wrapper.has-sidebar.floating-sidebar .aside-container .aside-toggle-container {
          left: 0; } }
  .global-container .template-wrapper.has-sidebar.floating-sidebar .aside-container.hidden {
    transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    box-shadow: 0 0 0 0 transparent; }
    @media screen and (max-width: 359px) {
      .global-container .template-wrapper.has-sidebar.floating-sidebar .aside-container.hidden .aside-toggle-container {
        right: -36px; } }
    [dir="rtl"] .global-container .template-wrapper.has-sidebar.floating-sidebar .aside-container.hidden {
      transform: translateX(300px);
      -moz-transform: translateX(300px);
      -ms-transform: translateX(300px);
      -webkit-transform: translateX(300px); }
      @media screen and (max-width: 359px) {
        [dir="rtl"] .global-container .template-wrapper.has-sidebar.floating-sidebar .aside-container.hidden .aside-toggle-container {
          left: -36px;
          right: auto; } }

.global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view {
  padding: 0 20px !important; }
  .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view .pinned-container {
    padding-top: 4px !important; }
  .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view .aside-tab-container .aside-tab {
    height: 64px;
    margin: 20px 0 0;
    width: 27%; }
    .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view .aside-tab-container .aside-tab.aside-tab-logo {
      margin-top: 10px;
      position: relative;
      width: 19%; }
      .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view .aside-tab-container .aside-tab.aside-tab-logo .icon-logo-tab {
        display: inline-block;
        height: 34px;
        margin-bottom: -3px;
        position: relative;
        width: 26px; }
        .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view .aside-tab-container .aside-tab.aside-tab-logo .icon-logo-tab span {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1;
          transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          background-position: -176px 0;
          z-index: 14; }
          .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view .aside-tab-container .aside-tab.aside-tab-logo .icon-logo-tab span.hover {
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            opacity: 0;
            background-position: -206px 0;
            z-index: 15; }
      .no-touch .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view .aside-tab-container .aside-tab.aside-tab-logo:hover .icon-logo-tab span {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0; }
      .no-touch .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view .aside-tab-container .aside-tab.aside-tab-logo:hover .icon-logo-tab span.hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1; }
  .global-container .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header.narrow-view .search-container {
    padding-bottom: 11px; }

.global-container.short-app .template-wrapper .aside-container .aside-wrapper {
  top: 0; }
  .global-container.short-app .template-wrapper .aside-container .aside-wrapper .aside-scroller {
    bottom: auto;
    left: auto;
    padding-bottom: 60px;
    position: relative;
    right: auto;
    top: auto; }
    .global-container.short-app .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-header {
      transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: height 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      background: #ecf6fe;
      height: 330px;
      padding: 20px;
      position: relative; }
    .global-container.short-app .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-content {
      overflow: hidden;
      padding-top: 20px;
      position: static; }
      .global-container.short-app .template-wrapper .aside-container .aside-wrapper .aside-scroller .aside-content .filters {
        position: relative;
        top: 0 !important;
        width: 100%; }

.article {
  padding: 4px 30px 0 0;
  position: relative; }
  .lightbox .article {
    padding: 0; }
  [dir="rtl"] .article {
    padding: 4px 0 0 30px; }
  .article h4 {
    margin: 0 180px 0 0; }
    .article h4 .header-parts {
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block; }
      .article h4 .header-parts .article-breadcrumb {
        float: left; }
        [dir="rtl"] .article h4 .header-parts .article-breadcrumb {
          float: right;
          font-size: 16px; }
        .article h4 .header-parts .article-breadcrumb:before {
          content: '>';
          padding-right: 5px; }
          [dir="rtl"] .article h4 .header-parts .article-breadcrumb:before {
            padding-right: 0;
            padding-left: 5px; }
        .article h4 .header-parts .article-breadcrumb:after {
          content: '';
          padding-left: 5px; }
        .article h4 .header-parts .article-breadcrumb:first-of-type:before {
          display: none; }
        .article h4 .header-parts .article-breadcrumb.title:before {
          content: '';
          padding-right: 3px; }
        .article h4 .header-parts .article-breadcrumb.title:after {
          content: '';
          padding-left: 5px; }
      @media only screen and (max-width: 768px) {
        .article h4 .header-parts {
          margin: 0; } }
  [dir="rtl"] .article .article-excerpt {
    font-size: 16px; }
  .article .article-excerpt .heading-only {
    font-style: italic; }
    [dir="rtl"] .article .article-excerpt .heading-only {
      font-style: normal; }
      [dir="rtl"] .article .article-excerpt .heading-only:before {
        content: '('; }
      [dir="rtl"] .article .article-excerpt .heading-only:after {
        content: ')'; }
  .article .article-excerpt ul,
  .article .article-excerpt ol {
    padding: 0 0 0 50px !important;
    list-style: none; }
    [dir="rtl"] .article .article-excerpt ul, [dir="rtl"]
    .article .article-excerpt ol {
      padding: 0 50px 0 0 !important; }
    .article .article-excerpt ul li .article-list-key,
    .article .article-excerpt ol li .article-list-key {
      display: inline-block;
      left: 0px;
      position: absolute;
      text-align: right;
      width: 30px;
      white-space: nowrap; }
      [dir="rtl"] .article .article-excerpt ul li .article-list-key, [dir="rtl"]
      .article .article-excerpt ol li .article-list-key {
        left: auto;
        right: 0;
        text-align: left; }
    .article .article-excerpt ul li .article-excerpt-text,
    .article .article-excerpt ul li .article-ellipsis,
    .article .article-excerpt ol li .article-excerpt-text,
    .article .article-excerpt ol li .article-ellipsis {
      display: inline-block;
      margin-left: 10px; }
  .article .article-excerpt .indent-0 {
    margin-left: 0; }
    .article .article-excerpt .indent-0.long-index {
      margin-left: 30px; }
  .article .article-excerpt .indent-1 {
    margin-left: 10px; }
    .article .article-excerpt .indent-1.long-index {
      margin-left: 40px; }
    .article .article-excerpt .indent-1 .article-list-key {
      margin-left: 10px; }
  .article .article-excerpt .indent-2 {
    margin-left: 20px; }
    .article .article-excerpt .indent-2.long-index {
      margin-left: 50px; }
    .article .article-excerpt .indent-2 .article-list-key {
      left: 20px; }
  .article .article-excerpt .indent-3 {
    left: 20px; }
    .article .article-excerpt .indent-3.long-index {
      margin-left: 50px; }
    .article .article-excerpt .indent-3 .article-list-key {
      left: 20px; }
  .article .article-pin-icon {
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px; }
    [dir="rtl"] .article .article-pin-icon {
      left: 0;
      right: auto; }
  .article .social-links {
    position: absolute;
    right: 30px;
    top: 0; }
    [dir="rtl"] .article .social-links {
      left: 30px;
      right: auto; }
    .article .social-links .share-text {
      display: inline-block;
      font-size: 12px;
      line-height: 1;
      margin: 0 4px 0 0;
      position: relative;
      top: -6px; }
      @media only screen and (max-width: 768px) {
        .article .social-links .share-text {
          display: none; } }
    @media only screen and (max-width: 768px) {
      .article .social-links {
        right: 0;
        top: 30px; }
        [dir="rtl"] .article .social-links {
          left: 0;
          right: auto; }
        .article .social-links a {
          display: block;
          margin: 0 0 5px; } }

.content-sidebar-links {
  font-size: 14px; }
  .content-sidebar-links li {
    list-style: none; }
    .content-sidebar-links li.active a {
      color: #3e7dfb; }
    .content-sidebar-links li a {
      text-decoration: none; }

.content-media-recognition .entries,
.content-drafter-testimonial .entries {
  margin-top: 40px; }
  .content-media-recognition .entries .entry,
  .content-drafter-testimonial .entries .entry {
    color: #555555;
    margin-bottom: 20px;
    font-size: 12px; }
    .content-media-recognition .entries .entry p,
    .content-drafter-testimonial .entries .entry p {
      color: #555555;
      font-size: 14px;
      margin: 0 0 5px 0;
      padding: 0; }
    .content-media-recognition .entries .entry ol,
    .content-media-recognition .entries .entry ul,
    .content-drafter-testimonial .entries .entry ol,
    .content-drafter-testimonial .entries .entry ul {
      margin-bottom: 0; }
    .content-media-recognition .entries .entry a,
    .content-media-recognition .entries .entry span,
    .content-drafter-testimonial .entries .entry a,
    .content-drafter-testimonial .entries .entry span {
      transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      color: #777;
      font-weight: 500;
      text-decoration: none; }
    .content-media-recognition .entries .entry a,
    .content-drafter-testimonial .entries .entry a {
      text-decoration: underline; }
      .content-media-recognition .entries .entry a:hover,
      .content-drafter-testimonial .entries .entry a:hover {
        color: #3e7dfb; }

.global-container .aside-container .aside-wrapper .search-container {
  margin: 0; }
  .global-container .aside-container .aside-wrapper .search-container .auto-complete-container {
    margin-right: 32px;
    position: relative; }
    [dir="rtl"] .global-container .aside-container .aside-wrapper .search-container .auto-complete-container {
      margin-left: 32px;
      margin-right: 0; }
  .global-container .aside-container .aside-wrapper .search-container .search-input {
    float: left;
    padding-right: 32px;
    position: relative;
    width: 100%; }
    [dir="rtl"] .global-container .aside-container .aside-wrapper .search-container .search-input {
      float: right;
      margin-left: -32px;
      padding-left: 32px;
      padding-right: 0; }
    .global-container .aside-container .aside-wrapper .search-container .search-input form {
      position: relative; }
      .global-container .aside-container .aside-wrapper .search-container .search-input form input {
        padding: 0 26px 0 10px; }
        [dir="rtl"] .global-container .aside-container .aside-wrapper .search-container .search-input form input {
          padding: 0 10px 0 26px; }
    .global-container .aside-container .aside-wrapper .search-container .search-input .clear-search {
      bottom: 0;
      position: absolute;
      right: 4px;
      top: 0;
      width: 25px; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .search-container .search-input .clear-search {
        left: 4px;
        right: auto; }
      .global-container .aside-container .aside-wrapper .search-container .search-input .clear-search span {
        transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        background-position: -131px -230px;
        height: 12px;
        position: absolute;
        right: 3px;
        top: 11px;
        width: 13px; }
        [dir="rtl"] .global-container .aside-container .aside-wrapper .search-container .search-input .clear-search span {
          right: 7px; }
        .global-container .aside-container .aside-wrapper .search-container .search-input .clear-search span.hover {
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          opacity: 0;
          background-position: -148px -230px; }
      .no-touch .global-container .aside-container .aside-wrapper .search-container .search-input .clear-search:hover span {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0; }
      .no-touch .global-container .aside-container .aside-wrapper .search-container .search-input .clear-search:hover span.hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1; }
    .global-container .aside-container .aside-wrapper .search-container .search-input input {
      -webkit-font-smoothing: subpixel-antialiased;
      -webkit-appearance: none;
      border-radius: 0;
      border-right: none; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .search-container .search-input input {
        border-left: none;
        border-right: 1px solid #eaeaea; }
      .global-container .aside-container .aside-wrapper .search-container .search-input input:hover, .global-container .aside-container .aside-wrapper .search-container .search-input input.active, .global-container .aside-container .aside-wrapper .search-container .search-input input:active, .global-container .aside-container .aside-wrapper .search-container .search-input input:focus {
        border-right: 1px solid #3e7dfb; }
  .global-container .aside-container .aside-wrapper .search-container .search-controls {
    float: right;
    height: 32px;
    margin-left: -32px;
    position: relative;
    width: 32px; }
    [dir="rtl"] .global-container .aside-container .aside-wrapper .search-container .search-controls {
      float: left;
      margin-left: 0; }
    .global-container .aside-container .aside-wrapper .search-container .search-controls .btn {
      float: left;
      height: 32px;
      width: 32px; }
      .global-container .aside-container .aside-wrapper .search-container .search-controls .btn.btn-search, .global-container .aside-container .aside-wrapper .search-container .search-controls .btn.btn-filters {
        transition-property: opacity background-color;
        -moz-transition-property: opacity background-color;
        -ms-transition-property: opacity background-color;
        -webkit-transition-property: opacity background-color;
        transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -ms-transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
        -webkit-transition-delay: 0ms;
        background-color: #414141;
        border: 0;
        color: #fff;
        opacity: 1; }
        .global-container .aside-container .aside-wrapper .search-container .search-controls .btn.btn-search.disabled, .global-container .aside-container .aside-wrapper .search-container .search-controls .btn.btn-filters.disabled {
          opacity: .5; }
        .no-touch .global-container .aside-container .aside-wrapper .search-container .search-controls .btn.btn-search:hover, .no-touch .global-container .aside-container .aside-wrapper .search-container .search-controls .btn.btn-filters:hover {
          background-color: #3e7dfb;
          color: #fff; }
        .global-container .aside-container .aside-wrapper .search-container .search-controls .btn.btn-search.active, .global-container .aside-container .aside-wrapper .search-container .search-controls .btn.btn-filters.active {
          background-color: #3e7dfb;
          color: #fff; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .search-container .search-controls .btn.btn-search {
        float: right; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .search-container .search-controls .btn.btn-filters {
        float: left; }
    .global-container .aside-container .aside-wrapper .search-container .search-controls .filter-mask {
      height: 32px;
      position: absolute;
      right: 0;
      width: 32px;
      z-index: 5; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .search-container .search-controls .filter-mask {
        left: 0;
        right: auto; }
  .global-container .aside-container .aside-wrapper .search-container .search-controls-advanced {
    font-size: 12px;
    overflow: hidden;
    padding: 5px 2px 0; }
    .global-container .aside-container .aside-wrapper .search-container .search-controls-advanced .btn-advanced-search {
      color: #3e7dfb;
      font-weight: 700;
      letter-spacing: 0.05em; }
      .global-container .aside-container .aside-wrapper .search-container .search-controls-advanced .btn-advanced-search:hover {
        color: #555555; }
    .global-container .aside-container .aside-wrapper .search-container .search-controls-advanced .btn-advanced-search-clear {
      color: #b5b5b5;
      font-weight: 500;
      letter-spacing: 0.05em; }
      .global-container .aside-container .aside-wrapper .search-container .search-controls-advanced .btn-advanced-search-clear:hover {
        color: #3e7dfb; }

.global-container .aside-container .aside-wrapper .filters-active-container {
  padding: 0 20px; }
  .global-container .aside-container .aside-wrapper .filters-active-container .filters-active {
    border: 1px solid #eaeaea;
    margin: 0 0 20px;
    padding: 10px;
    position: relative; }
    .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filter-active-label,
    .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filter-active-clear {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: 1px;
      margin: 0;
      padding: 0;
      text-decoration: none; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filter-active-label, [dir="rtl"]
      .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filter-active-clear {
        letter-spacing: 0; }
    .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filter-active-label {
      color: #555555;
      margin-bottom: 10px;
      padding-right: 75px; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filter-active-label {
        padding-left: 75px;
        padding-right: 0;
        text-align: right; }
    .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filter-active-clear {
      transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      color: #b5b5b5;
      position: absolute;
      right: 10px;
      top: 10px; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filter-active-clear {
        left: 10px;
        right: auto; }
      .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filter-active-clear.active, .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filter-active-clear:hover, .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filter-active-clear:active, .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filter-active-clear:focus {
        color: #3e7dfb;
        text-decoration: none; }
    .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .active-list-wrapper {
      border-top: 1px solid #eaeaea;
      max-height: 126px;
      overflow: hidden;
      padding: 8px 0 0;
      position: relative; }
      .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .active-list-wrapper .active-list {
        transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .active-list-wrapper .active-list .active-list-item {
          -webkit-font-smoothing: subpixel-antialiased;
          line-height: 19px;
          margin: 0;
          padding: 2px 0; }
          .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .active-list-wrapper .active-list .active-list-item.non-active {
            font-size: .9em;
            font-style: italic; }
          .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .active-list-wrapper .active-list .active-list-item .active-list-link,
          .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .active-list-wrapper .active-list .active-list-item .active-list-label {
            display: inline-block;
            vertical-align: bottom; }
          .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .active-list-wrapper .active-list .active-list-item .active-list-link .fa {
            color: #3e7dfb;
            font-size: 0.5em;
            margin-right: 12px;
            position: relative;
            top: -2px; }
          .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .active-list-wrapper .active-list .active-list-item .active-list-label {
            max-width: 210px; }
        [dir="rtl"] .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .active-list-wrapper .active-list {
          padding: 0 5px 0 0; }
          [dir="rtl"] .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .active-list-wrapper .active-list .active-list-item .fa {
            margin-left: 12px;
            margin-right: 0; }
    .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filters-active-toggle {
      color: #3e7dfb;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px; }
      .global-container .aside-container .aside-wrapper .filters-active-container .filters-active .filters-active-toggle:hover {
        color: #555555; }

.global-container .aside-container .aside-wrapper .filters-tabs {
  list-style: none;
  margin: 0;
  padding: 0 20px; }
  .global-container .aside-container .aside-wrapper .filters-tabs li {
    display: block;
    float: left;
    width: 50%; }
    [dir="rtl"] .global-container .aside-container .aside-wrapper .filters-tabs li {
      float: right; }
  .global-container .aside-container .aside-wrapper .filters-tabs button {
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid transparent;
    border-bottom-color: #eaeaea;
    color: #b5b5b5;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 10px;
    text-align: center;
    width: 100%; }
    .global-container .aside-container .aside-wrapper .filters-tabs button:focus {
      outline: none; }
    .global-container .aside-container .aside-wrapper .filters-tabs button:hover {
      color: #3e7dfb; }
    .global-container .aside-container .aside-wrapper .filters-tabs button.active {
      border-bottom-color: transparent;
      border-color: #eaeaea;
      color: #555555; }
    [dir="rtl"] .global-container .aside-container .aside-wrapper .filters-tabs button {
      letter-spacing: 0; }

.global-container .aside-container .aside-wrapper .filters-title {
  padding: 0 20px; }
  .global-container .aside-container .aside-wrapper .filters-title h3 {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 5px;
    text-transform: none; }
    [dir="rtl"] .global-container .aside-container .aside-wrapper .filters-title h3 {
      letter-spacing: 0; }

.global-container .aside-container .aside-wrapper .filters .filters-scroller {
  background: #ecf6fe;
  padding: 0 20px 20px;
  position: relative; }
  .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-mask {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row {
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
    padding: 10px 5px 0; }
    .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row:first-child {
      border-top: 0;
      margin-top: 5px;
      padding-top: 0; }
    .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row .filter-row-label {
      transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      font-size: 12px;
      font-size: 1.2rem;
      color: #555555;
      font-weight: 700;
      letter-spacing: 1px;
      margin: 0;
      text-decoration: none; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row .filter-row-label {
        letter-spacing: 0; }
      .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row .filter-row-label.active {
        color: #3e7dfb;
        text-decoration: none; }
      .no-touch .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row .filter-row-label:hover, .no-touch .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row .filter-row-label:active, .no-touch .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row .filter-row-label:focus {
        color: #3e7dfb;
        text-decoration: none; }
    .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row.filter-status .checkbox-outer, .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row.filter-ownership .checkbox-outer {
      background: 0;
      border-radius: 2px;
      height: 14px;
      margin-top: 3px;
      padding: 0;
      width: 14px; }
    .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row.filter-status .form-label, .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row.filter-ownership .form-label {
      clear: right;
      float: left; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row.filter-status .form-label, [dir="rtl"] .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row.filter-ownership .form-label {
        clear: left;
        float: right; }
    .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row.filter-status .label-text, .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row.filter-ownership .label-text {
      padding-left: 5px; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row.filter-status .label-text, [dir="rtl"] .global-container .aside-container .aside-wrapper .filters .filters-scroller .filter-row.filter-ownership .label-text {
        padding-left: 0;
        padding-right: 5px; }
  .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree.slide-pane,
  .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form.slide-pane {
    max-height: 0;
    overflow: hidden; }
  .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list {
    transition: height 500ms ease-in-out 0ms;
    -moz-transition: height 500ms ease-in-out 0ms;
    -ms-transition: height 500ms ease-in-out 0ms;
    -webkit-transition: height 500ms ease-in-out 0ms;
    list-style-type: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 18px; }
    .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list.show {
      max-height: auto; }
    .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list.tree-list-root {
      margin-bottom: 10px;
      max-height: none;
      padding: 0 0 0 5px; }
    .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list .tree-list-item {
      line-height: 1.4;
      margin: 0;
      padding: 0; }
      .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list .tree-list-item .tree-list-link {
        transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        color: #555555;
        display: inline-block;
        padding: 5px 0;
        text-decoration: none; }
        .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list .tree-list-item .tree-list-link.no-icon {
          padding-left: 4px; }
        .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list .tree-list-item .tree-list-link .fa {
          color: #555555;
          font-size: 0.5em;
          margin-right: 12px;
          position: relative;
          top: -1px; }
        .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list .tree-list-item .tree-list-link .tree-list-label {
          -webkit-font-smoothing: subpixel-antialiased; }
        .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list .tree-list-item .tree-list-link.active .tree-list-label, .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list .tree-list-item .tree-list-link:hover .tree-list-label {
          color: #3e7dfb; }
    [dir="rtl"] .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list {
      padding: 0 18px 0 0; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list.tree-list-root {
        padding: 0 5px 0 0; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list .tree-list-item .tree-list-link.no-icon {
        padding-left: 0;
        padding-right: 4px; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-tree .tree-list .tree-list-item .tree-list-link .fa {
        margin-left: 12px;
        margin-right: 0; }
  .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row {
    padding: 5px 0; }
    .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row .form-label,
    .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row .form-input {
      float: left;
      height: 32px;
      width: 50%; }
      [dir="rtl"] .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row .form-label, [dir="rtl"]
      .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row .form-input {
        float: right; }
    .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row .form-label {
      height: auto;
      width: 33.33%; }
    .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row .form-input {
      width: 66.67%; }
      .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row .form-input .checkbox {
        float: left; }
        [dir="rtl"] .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row .form-input .checkbox {
          float: right; }
    .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row [data-custom-radiobox] {
      padding: 4px 0 0; }
      .global-container .aside-container .aside-wrapper .filters .filters-scroller .filters-form .form-row [data-custom-radiobox] .form-label {
        width: auto; }

.list-container.list-loading {
  padding: 320px 0; }

.list-container.list-no-results {
  text-align: center; }
  .list-container.list-no-results h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 300;
    margin: 40px 0 20px; }

.list-container.list-results {
  flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  bottom: 0;
  display: flex;
  left: 300px;
  padding: 0 30px;
  position: fixed;
  right: 0;
  top: 0; }
  [dir="rtl"] .list-container.list-results {
    left: 0;
    right: 300px; }
  @media only screen and (max-width: 767px) {
    .list-container.list-results {
      left: 0;
      padding: 0 20px; }
      [dir="rtl"] .list-container.list-results {
        right: 0; } }
  @media only screen and (max-width: 479px) {
    .list-container.list-results {
      padding: 0 10px; } }
  .list-container.list-results .list-header {
    flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    height: auto;
    padding: 26px 0 0 !important;
    position: relative; }
  .list-container.list-results .list-content {
    flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    margin-right: -30px;
    overflow-x: auto;
    padding: 0 30px 30px 0; }
    @media only screen and (max-width: 767px) {
      .list-container.list-results .list-content {
        margin-right: -20px;
        padding: 0 20px 20px 0; } }
    @media only screen and (max-width: 479px) {
      .list-container.list-results .list-content {
        margin-right: -10px;
        padding: 0 10px 10px 0; } }
    [dir="rtl"] .list-container.list-results .list-content {
      margin-right: 0 !important;
      margin-left: -30px;
      padding: 0 0 30px 30px; }
      @media only screen and (max-width: 767px) {
        [dir="rtl"] .list-container.list-results .list-content {
          margin-left: -20px;
          padding: 0 0 20px 20px; } }
      @media only screen and (max-width: 479px) {
        [dir="rtl"] .list-container.list-results .list-content {
          margin-left: -10px;
          padding: 0 0 10px 10px; } }
  .ltie10 .list-container.list-results {
    overflow-x: auto; }

.list-container .list-header {
  background: white;
  height: 136px;
  left: 0;
  padding-left: 320px;
  padding-right: 20px;
  padding-top: 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5; }
  [dir="rtl"] .list-container .list-header {
    padding-left: 20px;
    padding-right: 320px; }
  .floating-sidebar .list-container .list-header {
    padding-left: 20px; }
    @media only screen and (max-width: 479px) {
      .floating-sidebar .list-container .list-header {
        padding-left: 10px; } }
    [dir="rtl"] .floating-sidebar .list-container .list-header {
      padding-right: 20px; }
      @media only screen and (max-width: 479px) {
        [dir="rtl"] .floating-sidebar .list-container .list-header {
          padding-right: 10px; } }
  @media screen and (max-width: 479px) {
    .list-container .list-header {
      padding: 34px 10px 0; } }
  .list-container .list-header .list-info {
    float: left;
    padding: 20px 20px 20px 0;
    position: relative;
    z-index: 10; }
    [dir="rtl"] .list-container .list-header .list-info {
      float: right;
      font-size: .96em;
      padding: 20px 0 20px 20px; }
    @media only screen and (max-width: 989px) {
      .list-container .list-header .list-info {
        padding: 20px 0 5px 0; }
        [dir="rtl"] .list-container .list-header .list-info {
          padding: 20px 0 5px 0; } }
    .list-container .list-header .list-info a {
      color: #555555;
      text-decoration: none;
      transition-property: color 250ms linear;
      -moz-transition-property: color 250ms linear;
      -ms-transition-property: color 250ms linear;
      -webkit-transition-property: color 250ms linear;
      transition-duration: 250ms;
      -moz-transition-duration: 250ms;
      -ms-transition-duration: 250ms;
      -webkit-transition-duration: 250ms;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 0ms;
      -moz-transition-delay: 0ms;
      -ms-transition-delay: 0ms;
      -webkit-transition-delay: 0ms; }
      .list-container .list-header .list-info a:hover {
        color: #3e7dfb; }
    @media only screen and (max-width: 479px) {
      .list-container .list-header .list-info .list-info-separator {
        display: none; } }
  .list-container .list-header .list-pin-container {
    float: right;
    height: 45px;
    margin: 4px 0 10px;
    position: relative;
    width: 20px;
    z-index: 20; }
    [dir="rtl"] .list-container .list-header .list-pin-container {
      float: left;
      margin: 4px 0 27px; }
  .list-container .list-header .list-pin {
    position: absolute;
    right: 0;
    top: 10px; }
    [dir="rtl"] .list-container .list-header .list-pin {
      left: 0;
      right: auto; }
  .list-container .list-header .list-expand {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    clear: both;
    text-align: center; }
  .list-container .list-header .expand-all-button {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 3;
    padding: 0 1em;
    width: 49%; }
    .list-container .list-header .expand-all-button[disabled] {
      color: #b5b5b5; }
    @media only screen and (max-width: 479px) {
      .list-container .list-header .expand-all-button {
        font-size: 11px; } }
  .list-container .list-header .list-sort {
    background: #fff;
    float: right;
    font-size: 12px;
    margin: 19px 20px;
    width: 50%;
    max-width: 268px; }
    [dir="rtl"] .list-container .list-header .list-sort {
      float: left; }
    @media only screen and (max-width: 1099px) {
      .list-container .list-header .list-sort {
        clear: both;
        float: left;
        margin: 0 0 5px;
        width: 70%; }
        [dir="rtl"] .list-container .list-header .list-sort {
          float: right; } }
    @media only screen and (max-width: 989px) {
      .list-container .list-header .list-sort {
        margin: 10px 0 0; } }
  .list-container .list-header .dropdown-directive {
    margin-top: -6px;
    max-width: 268px;
    width: 100%; }
  .list-container .list-header .list-key {
    background: #fff;
    clear: both;
    height: 46px;
    padding: 14px 0 10px;
    width: 100%; }
    .list-container .list-header .list-key ul {
      border-collapse: collapse;
      display: table;
      list-style: none;
      margin: 0;
      padding: 0;
      table-layout: fixed;
      width: 100%; }
    .list-container .list-header .list-key li {
      display: table-cell;
      padding: 0;
      text-align: center; }
      .list-container .list-header .list-key li a {
        color: #555555;
        display: block;
        font-weight: 700;
        text-decoration: none; }
        @media screen and (max-width: 479px) {
          .list-container .list-header .list-key li a {
            font-size: 10px; } }
        .list-container .list-header .list-key li a:hover, .list-container .list-header .list-key li a:active, .list-container .list-header .list-key li a:focus {
          color: #3e7dfb;
          text-decoration: none; }
      .list-container .list-header .list-key li.disabled a {
        color: #eaeaea;
        cursor: default; }
        .list-container .list-header .list-key li.disabled a:hover, .list-container .list-header .list-key li.disabled a:active, .list-container .list-header .list-key li.disabled a:focus {
          color: #eaeaea; }
      .list-container .list-header .list-key li.jump-state-year.disabled {
        display: none; }
      .list-container .list-header .list-key li.active a {
        color: #3e7dfb;
        cursor: default; }
        .list-container .list-header .list-key li.active a:hover, .list-container .list-header .list-key li.active a:active, .list-container .list-header .list-key li.active a:focus {
          color: #3e7dfb; }
    @media only screen and (max-width: 479px) {
      .list-container .list-header .list-key {
        height: 41px; } }
  @media only screen and (max-width: 989px) {
    .list-container .list-header {
      height: 156px; } }

.list-container .list-content {
  padding-top: 110px; }
  .list-container .list-content ul,
  .list-container .list-content ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    max-width: 990px; }
    .list-container .list-content ul .list-result,
    .list-container .list-content ol .list-result {
      border-bottom: 1px solid #eaeaea;
      display: block;
      padding: 20px 0 0;
      position: relative;
      width: 100%; }
      @media screen and (max-width: 479px) {
        .list-container .list-content ul .list-result,
        .list-container .list-content ol .list-result {
          padding: 10px 0 0; } }
      .list-container .list-content ul .list-result .result-title-wrapper,
      .list-container .list-content ol .list-result .result-title-wrapper {
        position: relative; }
        .list-container .list-content ul .list-result .result-title-wrapper .result-title h3,
        .list-container .list-content ol .list-result .result-title-wrapper .result-title h3 {
          font-size: 26px;
          font-weight: 300;
          letter-spacing: 1px;
          margin: 10px 0 5px;
          text-transform: none; }
          [dir="rtl"] .list-container .list-content ul .list-result .result-title-wrapper .result-title h3, [dir="rtl"]
          .list-container .list-content ol .list-result .result-title-wrapper .result-title h3 {
            letter-spacing: 0; }
          @media screen and (max-width: 479px) {
            .list-container .list-content ul .list-result .result-title-wrapper .result-title h3,
            .list-container .list-content ol .list-result .result-title-wrapper .result-title h3 {
              font-size: 22px; } }
          .list-container .list-content ul .list-result .result-title-wrapper .result-title h3 a,
          .list-container .list-content ol .list-result .result-title-wrapper .result-title h3 a {
            text-decoration: none; }
          .list-container .list-content ul .list-result .result-title-wrapper .result-title h3 .draft-label,
          .list-container .list-content ol .list-result .result-title-wrapper .result-title h3 .draft-label {
            color: red; }
        .list-container .list-content ul .list-result .result-title-wrapper.show-compare .result-title,
        .list-container .list-content ol .list-result .result-title-wrapper.show-compare .result-title {
          padding-right: 110px; }
          @media screen and (max-width: 479px) {
            .list-container .list-content ul .list-result .result-title-wrapper.show-compare .result-title,
            .list-container .list-content ol .list-result .result-title-wrapper.show-compare .result-title {
              padding-right: 0; } }
          [dir="rtl"] .list-container .list-content ul .list-result .result-title-wrapper.show-compare .result-title, [dir="rtl"]
          .list-container .list-content ol .list-result .result-title-wrapper.show-compare .result-title {
            padding-left: 110px;
            padding-right: 0; }
            @media screen and (max-width: 479px) {
              [dir="rtl"] .list-container .list-content ul .list-result .result-title-wrapper.show-compare .result-title, [dir="rtl"]
              .list-container .list-content ol .list-result .result-title-wrapper.show-compare .result-title {
                padding-left: 0; } }
        .list-container .list-content ul .list-result .result-title-wrapper.show-compare .result-compare,
        .list-container .list-content ol .list-result .result-title-wrapper.show-compare .result-compare {
          display: block; }
      .list-container .list-content ul .list-result .result-options-wrapper,
      .list-container .list-content ol .list-result .result-options-wrapper {
        padding: 15px 0 15px;
        position: relative; }
        @media screen and (max-width: 479px) {
          .list-container .list-content ul .list-result .result-options-wrapper,
          .list-container .list-content ol .list-result .result-options-wrapper {
            padding-bottom: 0;
            padding-top: 0; } }
        .list-container .list-content ul .list-result .result-options-wrapper .result-compare,
        .list-container .list-content ol .list-result .result-options-wrapper .result-compare {
          display: none;
          position: absolute;
          right: 0;
          top: -35px;
          width: 90px; }
          @media screen and (max-width: 479px) {
            .list-container .list-content ul .list-result .result-options-wrapper .result-compare,
            .list-container .list-content ol .list-result .result-options-wrapper .result-compare {
              bottom: 7px;
              top: auto; }
              .list-container .list-content ul .list-result .result-options-wrapper .result-compare .checkbox-outer,
              .list-container .list-content ol .list-result .result-options-wrapper .result-compare .checkbox-outer {
                height: 16px;
                margin-right: 8px;
                margin-top: 2px;
                padding: 2px;
                width: 16px; }
                .list-container .list-content ul .list-result .result-options-wrapper .result-compare .checkbox-outer .checkbox,
                .list-container .list-content ol .list-result .result-options-wrapper .result-compare .checkbox-outer .checkbox {
                  height: 10px;
                  width: 10px; } }
          .list-container .list-content ul .list-result .result-options-wrapper .result-compare .result-compare-checkbox,
          .list-container .list-content ol .list-result .result-options-wrapper .result-compare .result-compare-checkbox {
            text-align: left; }
          [dir="rtl"] .list-container .list-content ul .list-result .result-options-wrapper .result-compare, [dir="rtl"]
          .list-container .list-content ol .list-result .result-options-wrapper .result-compare {
            left: 0;
            right: auto; }
            [dir="rtl"] .list-container .list-content ul .list-result .result-options-wrapper .result-compare .result-compare-checkbox, [dir="rtl"]
            .list-container .list-content ol .list-result .result-options-wrapper .result-compare .result-compare-checkbox {
              text-align: left; }
        .list-container .list-content ul .list-result .result-options-wrapper.show-compare .result-compare,
        .list-container .list-content ol .list-result .result-options-wrapper.show-compare .result-compare {
          display: block; }
        @media screen and (max-width: 479px) {
          .list-container .list-content ul .list-result .result-options-wrapper .result-options,
          .list-container .list-content ol .list-result .result-options-wrapper .result-options {
            clear: both;
            display: block;
            float: none;
            margin-bottom: 5px; } }
        .list-container .list-content ul .list-result .result-options-wrapper .result-options ul li,
        .list-container .list-content ol .list-result .result-options-wrapper .result-options ul li {
          border-left: 1px solid #555555;
          display: inline-block;
          float: left;
          line-height: 1.2;
          padding: 0 10px;
          white-space: nowrap; }
          @media screen and (max-width: 479px) {
            .list-container .list-content ul .list-result .result-options-wrapper .result-options ul li.inforce-historic,
            .list-container .list-content ol .list-result .result-options-wrapper .result-options ul li.inforce-historic {
              border-left: none;
              padding: 0; } }
          .list-container .list-content ul .list-result .result-options-wrapper .result-options ul li:first-of-type,
          .list-container .list-content ol .list-result .result-options-wrapper .result-options ul li:first-of-type {
            border-left: none;
            padding-left: 0; }
          .list-container .list-content ul .list-result .result-options-wrapper .result-options ul li:last-of-type,
          .list-container .list-content ol .list-result .result-options-wrapper .result-options ul li:last-of-type {
            padding-right: 0; }
          [dir="rtl"] .list-container .list-content ul .list-result .result-options-wrapper .result-options ul li, [dir="rtl"]
          .list-container .list-content ol .list-result .result-options-wrapper .result-options ul li {
            border-left: none;
            border-right: 1px solid #555555;
            float: right; }
            [dir="rtl"] .list-container .list-content ul .list-result .result-options-wrapper .result-options ul li:first-of-type, [dir="rtl"]
            .list-container .list-content ol .list-result .result-options-wrapper .result-options ul li:first-of-type {
              border-right: none;
              padding-left: 10px;
              padding-right: 0; }
            [dir="rtl"] .list-container .list-content ul .list-result .result-options-wrapper .result-options ul li:last-of-type, [dir="rtl"]
            .list-container .list-content ol .list-result .result-options-wrapper .result-options ul li:last-of-type {
              padding-left: 0;
              padding-right: 10px; }
              [dir="rtl"] .list-container .list-content ul .list-result .result-options-wrapper .result-options ul li:last-of-type.full-con-text, [dir="rtl"]
              .list-container .list-content ol .list-result .result-options-wrapper .result-options ul li:last-of-type.full-con-text {
                padding: 0; }
          .list-container .list-content ul .list-result .result-options-wrapper .result-options ul li a,
          .list-container .list-content ol .list-result .result-options-wrapper .result-options ul li a {
            text-decoration: none; }
        @media screen and (max-width: 479px) {
          .list-container .list-content ul .list-result .result-options-wrapper .result-options .result-expand-collapse,
          .list-container .list-content ul .list-result .result-options-wrapper .result-options .full-con-text,
          .list-container .list-content ol .list-result .result-options-wrapper .result-options .result-expand-collapse,
          .list-container .list-content ol .list-result .result-options-wrapper .result-options .full-con-text {
            border: 0;
            bottom: 10px;
            left: 0;
            padding-left: 0;
            position: absolute; }
            [dir="rtl"] .list-container .list-content ul .list-result .result-options-wrapper .result-options .result-expand-collapse, [dir="rtl"]
            .list-container .list-content ul .list-result .result-options-wrapper .result-options .full-con-text, [dir="rtl"]
            .list-container .list-content ol .list-result .result-options-wrapper .result-options .result-expand-collapse, [dir="rtl"]
            .list-container .list-content ol .list-result .result-options-wrapper .result-options .full-con-text {
              left: auto;
              right: 0; } }
        @media screen and (max-width: 479px) {
          .list-container .list-content ul .list-result .result-options-wrapper .result-options-download,
          .list-container .list-content ol .list-result .result-options-wrapper .result-options-download {
            margin-bottom: 32px; }
            .list-container .list-content ul .list-result .result-options-wrapper .result-options-download ul li a,
            .list-container .list-content ol .list-result .result-options-wrapper .result-options-download ul li a {
              color: #76777a; } }
      .list-container .list-content ul .list-result .latest-details,
      .list-container .list-content ol .list-result .latest-details {
        float: right;
        font-size: 14px;
        font-weight: 300;
        color: #555555; }
        .list-container .list-content ul .list-result .latest-details:hover,
        .list-container .list-content ol .list-result .latest-details:hover {
          color: #3e7dfb; }
          .list-container .list-content ul .list-result .latest-details:hover .icon-link-dark,
          .list-container .list-content ol .list-result .latest-details:hover .icon-link-dark {
            opacity: 0; }
          .list-container .list-content ul .list-result .latest-details:hover .icon-link-blue,
          .list-container .list-content ol .list-result .latest-details:hover .icon-link-blue {
            opacity: 1; }
      .list-container .list-content ul .list-result .result-expanded,
      .list-container .list-content ol .list-result .result-expanded {
        transition: height 500ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -moz-transition: height 500ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -ms-transition: height 500ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -webkit-transition: height 500ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        height: 0;
        overflow: hidden;
        padding: 0 5px;
        position: relative; }
        .list-container .list-content ul .list-result .result-expanded.loading,
        .list-container .list-content ol .list-result .result-expanded.loading {
          height: 104px !important; }
        .list-container .list-content ul .list-result .result-expanded.loading, .list-container .list-content ul .list-result .result-expanded.show-result-expanded,
        .list-container .list-content ol .list-result .result-expanded.loading,
        .list-container .list-content ol .list-result .result-expanded.show-result-expanded {
          border-top: 1px solid #eaeaea; }
        .list-container .list-content ul .list-result .result-expanded.show-result-expanded,
        .list-container .list-content ol .list-result .result-expanded.show-result-expanded {
          height: 104px; }
        .list-container .list-content ul .list-result .result-expanded .heading-only,
        .list-container .list-content ol .list-result .result-expanded .heading-only {
          margin: 20px 0; }
        .list-container .list-content ul .list-result .result-expanded .no-body-matches,
        .list-container .list-content ol .list-result .result-expanded .no-body-matches {
          margin: 40px 0;
          text-align: center; }
        .list-container .list-content ul .list-result .result-expanded .result-loader,
        .list-container .list-content ol .list-result .result-expanded .result-loader {
          pointer-events: none;
          -moz-pointer-events: none;
          -ms-pointer-events: none;
          -webkit-pointer-events: none;
          background: #fff;
          bottom: 0;
          height: 100%;
          left: 0;
          min-height: 150px;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 10; }
          .list-container .list-content ul .list-result .result-expanded .result-loader.hidden,
          .list-container .list-content ol .list-result .result-expanded .result-loader.hidden {
            transition-property: visibility opacity;
            -moz-transition-property: visibility opacity;
            -ms-transition-property: visibility opacity;
            -webkit-transition-property: visibility opacity;
            transition-duration: 250ms;
            -moz-transition-duration: 250ms;
            -ms-transition-duration: 250ms;
            -webkit-transition-duration: 250ms;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-delay: 0ms;
            -moz-transition-delay: 0ms;
            -ms-transition-delay: 0ms;
            -webkit-transition-delay: 0ms;
            opacity: 0;
            visibility: hidden; }
          .list-container .list-content ul .list-result .result-expanded .result-loader .loader,
          .list-container .list-content ol .list-result .result-expanded .result-loader .loader {
            left: 50%;
            margin-left: -16px;
            margin-top: -16px;
            position: absolute;
            top: 50px; }
        .list-container .list-content ul .list-result .result-expanded .result-article,
        .list-container .list-content ol .list-result .result-expanded .result-article {
          padding: 20px 0 0;
          position: relative; }
          @media screen and (max-width: 479px) {
            .list-container .list-content ul .list-result .result-expanded .result-article,
            .list-container .list-content ol .list-result .result-expanded .result-article {
              padding: 10px 0 0; } }
          .list-container .list-content ul .list-result .result-expanded .result-article:last-of-type,
          .list-container .list-content ol .list-result .result-expanded .result-article:last-of-type {
            padding: 20px 0; }
            @media screen and (max-width: 479px) {
              .list-container .list-content ul .list-result .result-expanded .result-article:last-of-type,
              .list-container .list-content ol .list-result .result-expanded .result-article:last-of-type {
                padding: 10px 0; } }
          .list-container .list-content ul .list-result .result-expanded .result-article .result-article-breadcrumbs,
          .list-container .list-content ol .list-result .result-expanded .result-article .result-article-breadcrumbs {
            padding-right: 25px; }
            [dir="rtl"] .list-container .list-content ul .list-result .result-expanded .result-article .result-article-breadcrumbs, [dir="rtl"]
            .list-container .list-content ol .list-result .result-expanded .result-article .result-article-breadcrumbs {
              padding-left: 25px;
              padding-right: 0; }
            .list-container .list-content ul .list-result .result-expanded .result-article .result-article-breadcrumbs h4,
            .list-container .list-content ol .list-result .result-expanded .result-article .result-article-breadcrumbs h4 {
              text-transform: uppercase; }
              .list-container .list-content ul .list-result .result-expanded .result-article .result-article-breadcrumbs h4 a,
              .list-container .list-content ol .list-result .result-expanded .result-article .result-article-breadcrumbs h4 a {
                text-decoration: none; }
              .list-container .list-content ul .list-result .result-expanded .result-article .result-article-breadcrumbs h4 .result-article-breadcrumb,
              .list-container .list-content ol .list-result .result-expanded .result-article .result-article-breadcrumbs h4 .result-article-breadcrumb {
                float: left;
                white-space: nowrap; }
                [dir="rtl"] .list-container .list-content ul .list-result .result-expanded .result-article .result-article-breadcrumbs h4 .result-article-breadcrumb, [dir="rtl"]
                .list-container .list-content ol .list-result .result-expanded .result-article .result-article-breadcrumbs h4 .result-article-breadcrumb {
                  float: right; }
                .list-container .list-content ul .list-result .result-expanded .result-article .result-article-breadcrumbs h4 .result-article-breadcrumb:before,
                .list-container .list-content ol .list-result .result-expanded .result-article .result-article-breadcrumbs h4 .result-article-breadcrumb:before {
                  content: ">";
                  padding: 0 5px; }
                .list-container .list-content ul .list-result .result-expanded .result-article .result-article-breadcrumbs h4 .result-article-breadcrumb:first-of-type:before,
                .list-container .list-content ol .list-result .result-expanded .result-article .result-article-breadcrumbs h4 .result-article-breadcrumb:first-of-type:before {
                  display: none; }
          .list-container .list-content ul .list-result .result-expanded .result-article .result-article-pin,
          .list-container .list-content ol .list-result .result-expanded .result-article .result-article-pin {
            position: absolute;
            right: 0;
            top: 20px; }
            [dir="rtl"] .list-container .list-content ul .list-result .result-expanded .result-article .result-article-pin, [dir="rtl"]
            .list-container .list-content ol .list-result .result-expanded .result-article .result-article-pin {
              left: 0;
              right: auto; }
          .list-container .list-content ul .list-result .result-expanded .result-article .result-excerpt,
          .list-container .list-content ol .list-result .result-expanded .result-article .result-excerpt {
            padding-bottom: 10px; }
          .list-container .list-content ul .list-result .result-expanded .result-article .result-report a,
          .list-container .list-content ol .list-result .result-expanded .result-article .result-report a {
            color: #b5b5b5; }
            .list-container .list-content ul .list-result .result-expanded .result-article .result-report a:hover, .list-container .list-content ul .list-result .result-expanded .result-article .result-report a:active, .list-container .list-content ul .list-result .result-expanded .result-article .result-report a:focus,
            .list-container .list-content ol .list-result .result-expanded .result-article .result-report a:hover,
            .list-container .list-content ol .list-result .result-expanded .result-article .result-report a:active,
            .list-container .list-content ol .list-result .result-expanded .result-article .result-report a:focus {
              color: #3e7dfb; }
  .list-container .list-content .load-more {
    color: #555555;
    font-size: 20px;
    font-size: 2rem;
    padding: 40px 0;
    text-align: center; }
  @media only screen and (max-width: 989px) {
    .list-container .list-content {
      padding-top: 137px; }
      [dir="rtl"] .list-container .list-content {
        padding-top: 157px; } }

@media only screen and (max-height: 580px) {
  .home-page {
    position: static !important; } }

.home-wrapper {
  background: #000;
  color: #fff; }
  @media only screen and (max-height: 580px) {
    .home-wrapper {
      position: relative; } }
  .home-wrapper a {
    transition: text-decoration 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: text-decoration 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: text-decoration 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: text-decoration 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #fff;
    text-decoration: underline; }
    .home-wrapper a:hover {
      color: #fff;
      text-decoration: none; }
  .home-wrapper .foreground {
    z-index: 1; }
    @media only screen and (max-height: 580px) {
      .home-wrapper .foreground {
        position: relative; } }
    .home-wrapper .foreground .home-header,
    .home-wrapper .foreground .home-footer {
      background-color: #1b1b1b;
      background-color: rgba(27, 27, 27, 0.6);
      height: 80px;
      left: 0;
      position: absolute;
      right: 0; }
    .home-wrapper .foreground .home-header {
      top: 0; }
      @media only screen and (max-height: 580px) {
        .home-wrapper .foreground .home-header {
          position: relative; } }
    .home-wrapper .foreground .home-main {
      bottom: 80px;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
      @media only screen and (max-height: 580px) {
        .home-wrapper .foreground .home-main {
          position: relative; } }
      .home-wrapper .foreground .home-main .language-picker {
        transition-property: background-color 250ms;
        -moz-transition-property: background-color 250ms;
        -ms-transition-property: background-color 250ms;
        -webkit-transition-property: background-color 250ms;
        transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -ms-transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
        -webkit-transition-delay: 0ms;
        top: 10px;
        cursor: pointer;
        display: inline-block;
        padding: 2px;
        position: absolute;
        right: 20px;
        text-align: right;
        width: 100px;
        z-index: 10; }
        .home-wrapper .foreground .home-main .language-picker.active,
        .no-touch .home-wrapper .foreground .home-main .language-picker:hover {
          background: rgba(0, 0, 0, 0.6); }
        .home-wrapper .foreground .home-main .language-picker .active-language {
          height: 16px;
          line-height: 16px;
          width: 100%; }
          .home-wrapper .foreground .home-main .language-picker .active-language .icon-language-selector {
            float: left; }
            [dir="rtl"] .home-wrapper .foreground .home-main .language-picker .active-language .icon-language-selector {
              float: right; }
        .home-wrapper .foreground .home-main .language-picker .choices {
          background: rgba(0, 0, 0, 0.6);
          position: absolute;
          right: 0;
          top: 20px;
          width: 100%; }
          .home-wrapper .foreground .home-main .language-picker .choices a {
            transition-property: background-color 250ms;
            -moz-transition-property: background-color 250ms;
            -ms-transition-property: background-color 250ms;
            -webkit-transition-property: background-color 250ms;
            transition-duration: 250ms;
            -moz-transition-duration: 250ms;
            -ms-transition-duration: 250ms;
            -webkit-transition-duration: 250ms;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-delay: 0ms;
            -moz-transition-delay: 0ms;
            -ms-transition-delay: 0ms;
            -webkit-transition-delay: 0ms;
            display: inline-block;
            height: 20px;
            padding-right: 12px;
            text-decoration: none;
            width: 100%; }
            .no-touch .home-wrapper .foreground .home-main .language-picker .choices a:hover {
              background: rgba(0, 0, 0, 0.8);
              text-decoration: none; }
            [dir="rtl"] .home-wrapper .foreground .home-main .language-picker .choices a {
              padding-right: 0;
              padding-left: 12px; }
        [dir="rtl"] .home-wrapper .foreground .home-main .language-picker {
          text-align: left; }
      .home-wrapper .foreground .home-main .caption-wrapper {
        position: relative; }
        .home-wrapper .foreground .home-main .caption-wrapper .caption-item {
          transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          opacity: 0;
          position: absolute;
          right: 40px;
          top: 20px; }
          @media only screen and (max-width: 1300px) {
            .home-wrapper .foreground .home-main .caption-wrapper .caption-item {
              right: 0; } }
          @media only screen and (max-width: 767px) {
            .home-wrapper .foreground .home-main .caption-wrapper .caption-item {
              left: 0; } }
          .home-wrapper .foreground .home-main .caption-wrapper .caption-item.active {
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            opacity: 1; }
          .home-wrapper .foreground .home-main .caption-wrapper .caption-item .item-text {
            font-size: 10px;
            font-size: 1rem;
            float: right;
            letter-spacing: 1px;
            line-height: 16px;
            margin-top: 15px;
            max-height: 32px;
            max-width: 620px;
            overflow: hidden;
            padding: 0 20px;
            text-align: right;
            text-transform: uppercase; }
            [dir="rtl"] .home-wrapper .foreground .home-main .caption-wrapper .caption-item .item-text {
              font-size: 12px;
              font-size: 1.2rem;
              float: left;
              letter-spacing: 0; }
            @media only screen and (max-width: 767px) {
              .home-wrapper .foreground .home-main .caption-wrapper .caption-item .item-text {
                float: none;
                max-width: none;
                text-align: center; } }
      .home-wrapper .foreground .home-main .home-logo-container {
        display: block;
        margin: 50px auto;
        max-width: 670px;
        text-decoration: none;
        width: 90%; }
        @media only screen and (max-width: 1024px) {
          .home-wrapper .foreground .home-main .home-logo-container {
            margin: 0 auto;
            padding-top: 60px; } }
        @media only screen and (max-height: 580px) {
          .home-wrapper .foreground .home-main .home-logo-container {
            margin: 0 auto;
            padding-top: 60px; } }
        .home-wrapper .foreground .home-main .home-logo-container .home-logo {
          width: 100%; }
          .home-wrapper .foreground .home-main .home-logo-container .home-logo img {
            width: 100%; }
        .home-wrapper .foreground .home-main .home-logo-container .home-subtitle {
          font-size: 15px;
          font-size: 1.5rem;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
          -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
          -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
          -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
          font-family: "Merriweather", Cambria, Georgia, serif;
          letter-spacing: 1px;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase; }
          [dir="rtl"] .home-wrapper .foreground .home-main .home-logo-container .home-subtitle {
            letter-spacing: 0; }
          .home-wrapper .foreground .home-main .home-logo-container .home-subtitle img {
            max-width: 100%; }
    .home-wrapper .foreground .home-footer {
      background: rgba(0, 0, 0, 0.01);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.01)), color-stop(100%, rgba(0, 0, 0, 0.9)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.9) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.01)', endColorstr='rgba(0, 0, 0, 0.9)',GradientType=0 );
      bottom: 0;
      height: 140px;
      /*Fix an issue with rgba colours and IE9*/
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000',GradientType=0 ); }
      .short-app .home-wrapper .foreground .home-footer {
        height: 260px; }
      @media only screen and (max-height: 580px) {
        .home-wrapper .foreground .home-footer {
          margin-top: 19px;
          position: relative; } }
      @media only screen and (max-width: 1024px) {
        .home-wrapper .foreground .home-footer {
          height: 350px !important; } }
      .home-wrapper .foreground .home-footer .footer-part {
        float: left;
        height: 100%;
        position: relative;
        width: 37.33%; }
        .home-wrapper .foreground .home-footer .footer-part.explore-footer {
          width: 25.33%; }
        @media only screen and (max-width: 1024px) {
          .home-wrapper .foreground .home-footer .footer-part {
            height: 80px;
            position: absolute;
            width: 100%; }
            .home-wrapper .foreground .home-footer .footer-part.explore-footer {
              width: 100%; }
            .home-wrapper .foreground .home-footer .footer-part.spotlight-footer {
              bottom: 0;
              height: 93px; }
            .home-wrapper .foreground .home-footer .footer-part.locale-footer {
              bottom: 83px;
              height: 54px; }
              .home-wrapper .foreground .home-footer .footer-part.locale-footer .locale-about {
                top: 0; }
                .home-wrapper .foreground .home-footer .footer-part.locale-footer .locale-about .social-links {
                  margin-top: 8px; }
            .home-wrapper .foreground .home-footer .footer-part.explore-footer {
              bottom: 145px;
              height: 140px;
              z-index: 100; }
              .home-wrapper .foreground .home-footer .footer-part.explore-footer .explore-enter {
                bottom: 30px; }
              .home-wrapper .foreground .home-footer .footer-part.explore-footer .caption-control.indicators {
                bottom: 0; } }
        .home-wrapper .foreground .home-footer .footer-part .locale-selector,
        .home-wrapper .foreground .home-footer .footer-part .locale-about {
          text-align: right; }
        .home-wrapper .foreground .home-footer .footer-part .locale-selector {
          margin-top: 4px;
          float: left; }
          .home-wrapper .foreground .home-footer .footer-part .locale-selector select {
            color: #000; }
        .home-wrapper .foreground .home-footer .footer-part .locale-about {
          bottom: 20px;
          position: absolute;
          right: 60px; }
          @media only screen and (max-width: 1300px) {
            .home-wrapper .foreground .home-footer .footer-part .locale-about {
              right: 20px;
              left: 20px; } }
          @media only screen and (max-width: 767px) {
            .home-wrapper .foreground .home-footer .footer-part .locale-about {
              right: 10px;
              right: 10px; } }
          .home-wrapper .foreground .home-footer .footer-part .locale-about .learn-more {
            font-size: 10px;
            font-size: 1rem;
            display: block;
            letter-spacing: 1px;
            text-decoration: none;
            text-transform: uppercase; }
            [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part .locale-about .learn-more {
              letter-spacing: 0; }
            .home-wrapper .foreground .home-footer .footer-part .locale-about .learn-more .smaller {
              display: none; }
            @media only screen and (max-width: 1024px) {
              .home-wrapper .foreground .home-footer .footer-part .locale-about .learn-more span.bigger {
                display: none; }
              .home-wrapper .foreground .home-footer .footer-part .locale-about .learn-more span.smaller {
                display: block; } }
            .home-wrapper .foreground .home-footer .footer-part .locale-about .learn-more:hover, .home-wrapper .foreground .home-footer .footer-part .locale-about .learn-more:active, .home-wrapper .foreground .home-footer .footer-part .locale-about .learn-more:focus {
              text-decoration: underline; }
          .home-wrapper .foreground .home-footer .footer-part .locale-about .social-links {
            font-size: 10px;
            font-size: 1rem;
            letter-spacing: 1px;
            margin-top: 22px; }
            [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part .locale-about .social-links {
              letter-spacing: 0; }
            .home-wrapper .foreground .home-footer .footer-part .locale-about .social-links span {
              display: inline-block;
              height: 20px;
              line-height: 20px; }
              [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part .locale-about .social-links span {
                font-size: 14px;
                font-size: 1.4rem; }
            .home-wrapper .foreground .home-footer .footer-part .locale-about .social-links a {
              margin-bottom: -5px;
              margin-left: 5px; }
              .home-wrapper .foreground .home-footer .footer-part .locale-about .social-links a:last-of-type {
                margin-left: none; }
        .home-wrapper .foreground .home-footer .footer-part .spotlight {
          transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          opacity: 0;
          background: rgba(0, 0, 0, 0.6);
          bottom: 20px;
          height: 92px;
          left: 60px;
          position: absolute;
          right: 20px; }
          @media only screen and (max-width: 1300px) {
            .home-wrapper .foreground .home-footer .footer-part .spotlight {
              left: 20px; } }
          @media only screen and (max-width: 1024px) {
            .home-wrapper .foreground .home-footer .footer-part .spotlight {
              background: none;
              bottom: 0;
              left: 0;
              right: 0; } }
          .home-wrapper .foreground .home-footer .footer-part .spotlight.show {
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            opacity: 1; }
          .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-control {
            transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            color: #555555;
            height: 100%;
            padding: 0 7px;
            position: absolute;
            top: 0;
            width: 28px;
            z-index: 10; }
            .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-control i {
              width: 12px; }
            .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-control.prev {
              left: 0; }
            .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-control.next {
              right: 0; }
            .no-touch .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-control:hover {
              color: #eaeaea; }
          .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper {
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0; }
            .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container {
              transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
              -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
              -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
              -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
              filter: alpha(opacity=0);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
              opacity: 0;
              bottom: 8px;
              left: 28px;
              position: absolute;
              right: 28px;
              top: 8px;
              z-index: 5; }
              .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container.active {
                filter: alpha(opacity=100);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                opacity: 1;
                z-index: 6; }
              .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container .ticker-item {
                transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
                -moz-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
                -ms-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
                -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
                height: 100%;
                margin: 0 auto;
                max-width: 550px;
                overflow: hidden;
                position: relative;
                width: 100%; }
                @media only screen and (max-width: 1024px) {
                  .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container .ticker-item {
                    width: 100%; } }
                .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container .ticker-item .item-image {
                  background-size: cover;
                  -moz-background-size: cover;
                  -ms-background-size: cover;
                  -webkit-background-size: cover;
                  background-color: #000;
                  background-position: center center;
                  background-repeat: no-repeat;
                  height: 100%;
                  width: 100px; }
                  @media only screen and (max-width: 512px) {
                    .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container .ticker-item .item-image {
                      display: none; } }
                .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container .ticker-item .item-text {
                  font-size: 9px;
                  font-size: 0.9rem;
                  bottom: 0;
                  left: 115px;
                  letter-spacing: 1px;
                  line-height: 17px;
                  max-height: 74px;
                  overflow: hidden;
                  padding-top: 5px;
                  position: absolute;
                  right: 0;
                  text-transform: uppercase;
                  top: 0; }
                  [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container .ticker-item .item-text {
                    letter-spacing: 0; }
                  [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container .ticker-item .item-text .ticker-text {
                    font-size: 14px;
                    font-size: 1.4rem; }
                  @media only screen and (max-width: 512px) {
                    .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container .ticker-item .item-text {
                      left: 0; } }
                  .home-wrapper .foreground .home-footer .footer-part .spotlight .ticker-wrapper .ticker-item-container .ticker-item .item-text .ticker-title {
                    font-weight: 600; }
        .home-wrapper .foreground .home-footer .footer-part .explore-enter {
          bottom: 86px;
          font-size: 23px;
          letter-spacing: 4px;
          position: absolute;
          text-align: center;
          text-decoration: none;
          width: 100%; }
          [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part .explore-enter {
            letter-spacing: 0; }
          .home-wrapper .foreground .home-footer .footer-part .explore-enter .enter-button {
            border: 1px solid white;
            display: inline-block;
            height: 40px;
            width: 40px; }
          .home-wrapper .foreground .home-footer .footer-part .explore-enter .tagline {
            padding-top: 5px; }
            [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part .explore-enter .tagline {
              font-size: 28px; }
          .no-touch .home-wrapper .foreground .home-footer .footer-part .explore-enter:hover .icon-enter-site-arrow span {
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            opacity: 0; }
            .no-touch .home-wrapper .foreground .home-footer .footer-part .explore-enter:hover .icon-enter-site-arrow span.hover {
              filter: alpha(opacity=100);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              opacity: 1; }
        .home-wrapper .foreground .home-footer .footer-part .caption-control.indicators {
          bottom: 32px;
          position: absolute;
          text-align: center;
          width: 100%; }
          .home-wrapper .foreground .home-footer .footer-part .caption-control.indicators .indicator {
            transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            -ms-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            background-color: #555555;
            border-radius: 50%;
            display: inline-block;
            height: 10px;
            margin-right: 40px;
            width: 10px; }
            .home-wrapper .foreground .home-footer .footer-part .caption-control.indicators .indicator:last-of-type {
              margin-right: 0; }
            [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part .caption-control.indicators .indicator {
              margin-left: 40px;
              margin-right: 0; }
              [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part .caption-control.indicators .indicator:last-of-type {
                margin-left: 0; }
            .home-wrapper .foreground .home-footer .footer-part .caption-control.indicators .indicator.active, .home-wrapper .foreground .home-footer .footer-part .caption-control.indicators .indicator:hover, .home-wrapper .foreground .home-footer .footer-part .caption-control.indicators .indicator:active {
              background-color: #eaeaea; }
            .no-touch .home-wrapper .foreground .home-footer .footer-part .caption-control.indicators .indicator:hover {
              cursor: pointer; }
        [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.spotlight-footer {
          float: right; }
          [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.spotlight-footer .ticker-wrapper .ticker-item .item-text {
            right: 115px;
            left: 0; }
            @media only screen and (max-width: 512px) {
              [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.spotlight-footer .ticker-wrapper .ticker-item .item-text {
                right: 0; } }
            [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.spotlight-footer .ticker-wrapper .ticker-item .item-text .ticker-title,
            [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.spotlight-footer .ticker-wrapper .ticker-item .item-text .ticker-text {
              text-align: right; }
            [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.spotlight-footer .ticker-wrapper .ticker-item .item-text .ticker-title {
              font-size: 12px; }
        [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.explore-footer {
          float: right; }
        [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.locale-footer {
          float: left; }
          [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.locale-footer .locale-about {
            left: 60px;
            right: auto; }
            @media only screen and (max-width: 1024px) {
              [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.locale-footer .locale-about {
                left: 20px;
                right: 20px; } }
            @media only screen and (max-width: 512px) {
              [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.locale-footer .locale-about {
                left: 10px;
                right: 10px; } }
            [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.locale-footer .locale-about .learn-more {
              text-align: left;
              font-size: 14px;
              font-size: 1.4rem; }
            [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.locale-footer .locale-about .social-links {
              text-align: left; }
              [dir="rtl"] .home-wrapper .foreground .home-footer .footer-part.locale-footer .locale-about .social-links .locale-selector {
                float: right;
                margin-left: 10px; }
      .home-wrapper .foreground .home-footer .home-caption,
      .home-wrapper .foreground .home-footer .home-enter,
      .home-wrapper .foreground .home-footer .home-locale {
        bottom: 0;
        position: absolute;
        top: 0; }
      .home-wrapper .foreground .home-footer .home-caption {
        left: 0;
        padding: 10px 20px;
        width: 33.33%; }
        @media only screen and (max-width: 1024px) {
          .home-wrapper .foreground .home-footer .home-caption {
            width: 66.66%; } }
        .home-wrapper .foreground .home-footer .home-caption .caption-wrapper {
          position: relative; }
          .home-wrapper .foreground .home-footer .home-caption .caption-wrapper .caption-item {
            transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            opacity: 0; }
            .home-wrapper .foreground .home-footer .home-caption .caption-wrapper .caption-item.active {
              filter: alpha(opacity=100);
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              opacity: 1; }
            .home-wrapper .foreground .home-footer .home-caption .caption-wrapper .caption-item .item-image {
              background-size: cover;
              -moz-background-size: cover;
              -ms-background-size: cover;
              -webkit-background-size: cover;
              background-color: #000;
              background-position: center center;
              background-repeat: no-repeat;
              float: left;
              height: 60px;
              margin-right: 10px;
              width: 100px; }
            .home-wrapper .foreground .home-footer .home-caption .caption-wrapper .caption-item .item-text {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.6;
              max-height: 40px;
              overflow: hidden;
              text-transform: uppercase; }
        .home-wrapper .foreground .home-footer .home-caption .caption-control.indicators {
          bottom: 10px;
          left: 130px;
          position: absolute; }
          .home-wrapper .foreground .home-footer .home-caption .caption-control.indicators .indicator {
            transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            -ms-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            background-color: #555555;
            border-radius: 50%;
            float: left;
            height: 10px;
            margin-right: 6px;
            width: 10px; }
            .home-wrapper .foreground .home-footer .home-caption .caption-control.indicators .indicator:last-of-type {
              margin-right: 0; }
            .home-wrapper .foreground .home-footer .home-caption .caption-control.indicators .indicator.active, .home-wrapper .foreground .home-footer .home-caption .caption-control.indicators .indicator:active, .home-wrapper .foreground .home-footer .home-caption .caption-control.indicators .indicator:focus {
              background-color: #eaeaea; }
            .no-touch .home-wrapper .foreground .home-footer .home-caption .caption-control.indicators .indicator:hover {
              background-color: #3e7dfb;
              cursor: pointer; }
              .no-touch .home-wrapper .foreground .home-footer .home-caption .caption-control.indicators .indicator:hover.active {
                background-color: #eaeaea;
                cursor: default; }
      .home-wrapper .foreground .home-footer .home-enter {
        left: 38.33%;
        text-decoration: none;
        width: 23.33%; }
        @media only screen and (max-width: 1024px) {
          .home-wrapper .foreground .home-footer .home-enter {
            background: rgba(27, 27, 27, 0.6);
            height: 80px;
            left: 0;
            right: 0;
            top: -80px;
            width: 100%; } }
        .home-wrapper .foreground .home-footer .home-enter .fa {
          transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          display: block;
          font-size: 40px;
          height: 40px;
          line-height: 1;
          margin: 20px auto;
          padding: 0;
          width: 40px; }
        .home-wrapper .foreground .home-footer .home-enter:hover .fa, .home-wrapper .foreground .home-footer .home-enter:active .fa, .home-wrapper .foreground .home-footer .home-enter:focus .fa {
          color: #3e7dfb; }
      .home-wrapper .foreground .home-footer .home-locale {
        padding: 10px 20px 20px;
        right: 0;
        width: 43.33%; }
        .home-wrapper .foreground .home-footer .home-locale .locale-selector,
        .home-wrapper .foreground .home-footer .home-locale .locale-about {
          text-align: right; }
        .home-wrapper .foreground .home-footer .home-locale .locale-selector {
          margin-bottom: 10px; }
          .home-wrapper .foreground .home-footer .home-locale .locale-selector select {
            color: #000; }
        .home-wrapper .foreground .home-footer .home-locale .locale-about a {
          font-size: 12px;
          font-size: 1.2rem;
          transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          text-decoration: none;
          text-transform: uppercase; }
          @media only screen and (max-width: 1024px) {
            .home-wrapper .foreground .home-footer .home-locale .locale-about a span {
              display: none; }
            .home-wrapper .foreground .home-footer .home-locale .locale-about a:before {
              content: 'About'; } }
          .home-wrapper .foreground .home-footer .home-locale .locale-about a:hover, .home-wrapper .foreground .home-footer .home-locale .locale-about a:active, .home-wrapper .foreground .home-footer .home-locale .locale-about a:focus {
            color: #3e7dfb; }
  .home-wrapper .background {
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    opacity: 0;
    z-index: 0; }
    .home-wrapper .background.show {
      opacity: 1; }
    .home-wrapper .background .background-item {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -webkit-background-size: cover;
      transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -ms-transition: opacity 1s ease-in-out;
      -webkit-transition: opacity 1s ease-in-out;
      background-position: center; }
      .home-wrapper .background .background-item.show {
        opacity: 1; }

.iScrollVerticalScrollbar {
  background-color: #eaeaea;
  bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  width: 8px;
  z-index: 5; }
  [dir="rtl"] .iScrollVerticalScrollbar {
    left: 0;
    right: auto; }
  .filters .iScrollVerticalScrollbar {
    background-color: #d6e9e7 !important; }
  .iScrollVerticalScrollbar .iScrollIndicator {
    transition: background-color 250ms ease-in-out !important;
    -moz-transition: background-color 250ms ease-in-out !important;
    -ms-transition: background-color 250ms ease-in-out !important;
    -webkit-transition: background-color 250ms ease-in-out !important;
    background-color: #c2c2c2;
    cursor: pointer;
    position: absolute;
    width: 8px; }
    .no-touch .iScrollVerticalScrollbar .iScrollIndicator:hover {
      background-color: #3e7dfb; }

.iScrollHorizontalScrollbar {
  background-color: #eaeaea;
  bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  height: 8px;
  z-index: 5; }
  .filters .iScrollHorizontalScrollbar {
    background-color: #d6e9e7 !important; }
  .iScrollHorizontalScrollbar .iScrollIndicator {
    transition: background-color 250ms ease-in-out !important;
    -moz-transition: background-color 250ms ease-in-out !important;
    -ms-transition: background-color 250ms ease-in-out !important;
    -webkit-transition: background-color 250ms ease-in-out !important;
    background-color: #c2c2c2;
    cursor: pointer;
    position: absolute;
    height: 8px; }
    .no-touch .iScrollHorizontalScrollbar .iScrollIndicator:hover {
      background-color: #3e7dfb; }

header.constitute-html {
  background: #ecf6fe;
  padding: 24px 20px;
  position: fixed;
  width: 100%;
  z-index: 10; }
  header.constitute-html .content-wrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 990px; }
  header.constitute-html .logo {
    display: block;
    float: left;
    height: 55px;
    position: relative;
    vertical-align: bottom;
    width: 220px; }
    [dir="rtl"] header.constitute-html .logo {
      float: right; }
    header.constitute-html .logo:before, header.constitute-html .logo:after {
      background-size: cover;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      width: 100%; }
    header.constitute-html .logo:before {
      background-image: url(../images/logo-html-header.png);
      opacity: 1;
      z-index: 1; }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        header.constitute-html .logo:before {
          background-image: url(../images/logo-html-header@2x.png); } }
    header.constitute-html .logo:after {
      background-image: url(../images/logo-html-header-blue.png);
      opacity: 0;
      z-index: 2; }
      @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        header.constitute-html .logo:after {
          background-image: url(../images/logo-html-header-blue@2x.png); } }
    header.constitute-html .logo:hover:before, header.constitute-html .logo:focus:before {
      opacity: 0; }
    header.constitute-html .logo:hover:after, header.constitute-html .logo:focus:after {
      opacity: 1; }
    @media only screen and (max-width: 479px) {
      header.constitute-html .logo {
        float: none;
        margin: 0 auto; } }
  header.constitute-html .home-link {
    color: #555555;
    display: block;
    float: right;
    margin: 36px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    vertical-align: bottom; }
    [dir="rtl"] header.constitute-html .home-link {
      float: left; }
    header.constitute-html .home-link:hover, header.constitute-html .home-link:focus {
      color: #3e7dfb; }
    @media only screen and (max-width: 479px) {
      header.constitute-html .home-link {
        display: none !important; } }
  @media only screen and (max-height: 479px) {
    header.constitute-html {
      position: relative; } }

.content-wrapper.constitute-html {
  padding-top: 103px; }
  .partial-html .content-wrapper.constitute-html {
    padding-top: 10px; }
  @media only screen and (max-height: 479px) {
    .content-wrapper.constitute-html {
      padding-top: 0; } }
  [dir="rtl"] .content-wrapper.constitute-html {
    font-size: 17px; }
  .content-wrapper.constitute-html h1,
  .content-wrapper.constitute-html h2,
  .content-wrapper.constitute-html h3,
  .content-wrapper.constitute-html h4,
  .content-wrapper.constitute-html h5,
  .content-wrapper.constitute-html h6,
  .content-wrapper.constitute-html p,
  .content-wrapper.constitute-html ul,
  .content-wrapper.constitute-html ol,
  .content-wrapper.constitute-html ul li,
  .content-wrapper.constitute-html ol li {
    margin: 0;
    padding: 0; }
  .content-wrapper.constitute-html h2,
  .content-wrapper.constitute-html h3,
  .content-wrapper.constitute-html h4,
  .content-wrapper.constitute-html h5,
  .content-wrapper.constitute-html h6 {
    padding: 0 100px 15px 0; }
    [dir="rtl"] .content-wrapper.constitute-html h2, [dir="rtl"]
    .content-wrapper.constitute-html h3, [dir="rtl"]
    .content-wrapper.constitute-html h4, [dir="rtl"]
    .content-wrapper.constitute-html h5, [dir="rtl"]
    .content-wrapper.constitute-html h6 {
      padding: 0 0 15px 100px; }
  .content-wrapper.constitute-html ol,
  .content-wrapper.constitute-html ul,
  .content-wrapper.constitute-html p {
    padding-bottom: 15px; }
    [dir="rtl"] .content-wrapper.constitute-html ol b, [dir="rtl"]
    .content-wrapper.constitute-html ol strong, [dir="rtl"]
    .content-wrapper.constitute-html ul b, [dir="rtl"]
    .content-wrapper.constitute-html ul strong, [dir="rtl"]
    .content-wrapper.constitute-html p b, [dir="rtl"]
    .content-wrapper.constitute-html p strong {
      font-size: 13px; }
  .content-wrapper.constitute-html ul li,
  .content-wrapper.constitute-html ol li {
    margin-left: 34px;
    padding-bottom: 10px; }
    .content-wrapper.constitute-html ul li:last-of-type,
    .content-wrapper.constitute-html ol li:last-of-type {
      padding-bottom: 0; }
    .content-wrapper.constitute-html ul li.list-standin,
    .content-wrapper.constitute-html ol li.list-standin {
      margin-left: 43px; }
  .content-wrapper.constitute-html .article-list.level2 ol li.list-standin {
    margin-left: 21px; }
    .content-wrapper.constitute-html .article-list.level2 ol li.list-standin > .item-number {
      font-size: inherit; }
  .content-wrapper.constitute-html ol li {
    margin-left: 75px;
    position: relative; }
    [dir="rtl"] .content-wrapper.constitute-html ol li {
      margin-left: 0;
      margin-right: 75px; }
  .content-wrapper.constitute-html ol > li {
    list-style: none; }
  .content-wrapper.constitute-html .item-number {
    font-size: .92em;
    position: absolute;
    left: -10px;
    top: .08em;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    white-space: nowrap; }
    [dir="rtl"] .content-wrapper.constitute-html .item-number {
      left: auto;
      right: -10px;
      transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%); }
  .content-wrapper.constitute-html .wide-type, .content-wrapper.constitute-html h3, .content-wrapper.constitute-html h4, .content-wrapper.constitute-html h5, .content-wrapper.constitute-html h6, .content-wrapper.constitute-html h3, .content-wrapper.constitute-html h4, .content-wrapper.constitute-html h5, .content-wrapper.constitute-html h6 {
    letter-spacing: 1px; }
    [dir="rtl"] .content-wrapper.constitute-html .wide-type, [dir="rtl"] .content-wrapper.constitute-html h3, [dir="rtl"] .content-wrapper.constitute-html h4, [dir="rtl"] .content-wrapper.constitute-html h5, [dir="rtl"] .content-wrapper.constitute-html h6, [dir="rtl"] .content-wrapper.constitute-html h3, [dir="rtl"] .content-wrapper.constitute-html h4, [dir="rtl"] .content-wrapper.constitute-html h5, [dir="rtl"] .content-wrapper.constitute-html h6 {
      letter-spacing: 0; }
  .content-wrapper.constitute-html a {
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #b5b5b5; }
    .no-touch .content-wrapper.constitute-html a:hover {
      color: #3e7dfb; }
  .content-wrapper.constitute-html .aside-logo-container {
    margin: 10px 0 36px; }
  .content-wrapper.constitute-html .back-arrow {
    color: #555555;
    display: block;
    font-size: 18px;
    height: 2em;
    left: -38px;
    line-height: 2;
    position: absolute;
    top: 120px;
    width: 2em; }
    [dir="rtl"] .content-wrapper.constitute-html .back-arrow {
      left: auto;
      right: -38px; }
      [dir="rtl"] .content-wrapper.constitute-html .back-arrow .fa-arrow-left:before {
        content: "\f061" !important; }
    @media screen and (max-width: 1120px) {
      .content-wrapper.constitute-html .back-arrow {
        left: 0; }
        [dir="rtl"] .content-wrapper.constitute-html .back-arrow {
          left: auto;
          right: 0; } }
    @media screen and (max-width: 540px) {
      .content-wrapper.constitute-html .back-arrow {
        top: 117px; } }
  .content-wrapper.constitute-html h1 {
    border-bottom: 1px solid #555555;
    font-size: 28px;
    margin-bottom: 34px;
    padding: 20px 0; }
    .content-wrapper.constitute-html h1 .draft-details {
      color: #ff0500; }
    .content-wrapper.constitute-html h1 .latest-details {
      float: right;
      font-size: 14px;
      font-weight: 300;
      margin-top: 8px;
      color: #555555; }
      [dir="rtl"] .content-wrapper.constitute-html h1 .latest-details {
        float: left; }
      .content-wrapper.constitute-html h1 .latest-details:hover .icon-link-dark {
        opacity: 0; }
      .content-wrapper.constitute-html h1 .latest-details:hover .icon-link-blue {
        opacity: 1; }
    .content-wrapper.constitute-html h1 .copyright {
      font-size: 14px;
      font-weight: 300;
      padding: 10px 0 0; }
    @media screen and (max-width: 540px) {
      .content-wrapper.constitute-html h1 {
        font-size: 24px; } }
  @media only screen and (max-width: 1120px) {
    .content-wrapper.constitute-html.back-link h1 {
      padding-left: 1.2857em; }
      [dir="rtl"] .content-wrapper.constitute-html.back-link h1 {
        padding-left: 0;
        padding-right: 1.2857em; } }
  .content-wrapper.constitute-html h2 {
    font-size: 24px; }
  .content-wrapper.constitute-html h3 {
    font-size: 14px;
    padding-top: 5px; }
  .content-wrapper.constitute-html .footer {
    color: #555555;
    font-size: 13px;
    padding: 0 0 20px; }
    @media screen and (max-width: 540px) {
      .content-wrapper.constitute-html .footer {
        margin: 0 auto;
        max-width: 250px; } }
    @media screen and (max-width: 479px) {
      .content-wrapper.constitute-html .footer {
        padding: 0 0 30px; } }
    .content-wrapper.constitute-html .footer ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      .content-wrapper.constitute-html .footer ul li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        .content-wrapper.constitute-html .footer ul li a {
          display: inline-block; }
        .content-wrapper.constitute-html .footer ul li::after {
          content: '|';
          display: inline-block; }
        .content-wrapper.constitute-html .footer ul li:last-child::after {
          content: '';
          padding-left: 3px; }
        @media screen and (max-width: 540px) {
          .content-wrapper.constitute-html .footer ul li.hide-divider::after {
            display: none; } }
  .content-wrapper.constitute-html .article-list.level0, .content-wrapper.constitute-html .article-list.level1, .content-wrapper.constitute-html .article-list.level2, .content-wrapper.constitute-html .article-list.level3, .content-wrapper.constitute-html .article-list.level4, .content-wrapper.constitute-html .article-list.level5 {
    position: relative; }
    .partial-html .content-wrapper.constitute-html .article-list.level0, .partial-html .content-wrapper.constitute-html .article-list.level1, .partial-html .content-wrapper.constitute-html .article-list.level2, .partial-html .content-wrapper.constitute-html .article-list.level3, .partial-html .content-wrapper.constitute-html .article-list.level4, .partial-html .content-wrapper.constitute-html .article-list.level5 {
      position: static; }
    .no-touch .content-wrapper.constitute-html .article-list.level0:hover > .social-links, .no-touch .content-wrapper.constitute-html .article-list.level1:hover > .social-links, .no-touch .content-wrapper.constitute-html .article-list.level2:hover > .social-links, .no-touch .content-wrapper.constitute-html .article-list.level3:hover > .social-links, .no-touch .content-wrapper.constitute-html .article-list.level4:hover > .social-links, .no-touch .content-wrapper.constitute-html .article-list.level5:hover > .social-links {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      transition-delay: 0s, 0s;
      visibility: visible; }
  .content-wrapper.constitute-html .article-list.level0 {
    padding-top: 0; }
    .content-wrapper.constitute-html .article-list.level0 > h2 {
      font-size: 14px;
      text-transform: uppercase; }
  .content-wrapper.constitute-html .article-list .social-links {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    transition-delay: 0s, 250ms;
    transition-duration: 250ms;
    transition-property: opacity, visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden; }
    [dir="rtl"] .content-wrapper.constitute-html .article-list .social-links {
      right: auto;
      left: 0; }
    .content-wrapper.constitute-html .article-list .social-links a {
      display: inline-block;
      vertical-align: middle; }
  .content-wrapper.constitute-html .article-list .article-share-link {
    height: 24px;
    overflow: hidden;
    position: relative;
    text-indent: 100px;
    width: 21px; }
    .content-wrapper.constitute-html .article-list .article-share-link::before, .content-wrapper.constitute-html .article-list .article-share-link::after {
      transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .content-wrapper.constitute-html .article-list .article-share-link::before {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      background-position: -120px 0; }
    .content-wrapper.constitute-html .article-list .article-share-link::after {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      background-position: -147px 0; }
    .no-touch .content-wrapper.constitute-html .article-list .article-share-link:hover::before {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0; }
    .no-touch .content-wrapper.constitute-html .article-list .article-share-link:hover::after {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1; }
  .content-wrapper.constitute-html .article-list .article-body {
    clear: both; }
    .content-wrapper.constitute-html .article-list .article-body.highlight {
      border-bottom: 2px solid #3e7dfb;
      border-top: 2px solid #3e7dfb;
      margin-bottom: 20px;
      padding: 20px 0 0; }

.partial-html .article-share-link,
.partial-html .aside-logo-container,
.partial-html .back-arrow,
.partial-html .footer,
.partial-html h1 {
  display: none !important; }

.partial-html body {
  font-size: 14px;
  padding: 0 10px 0 0; }

.partial-html .content-wrapper.constitute-html h2 {
  font-size: 18px; }

.partial-html p.highlighted,
.partial-html .highlighted p,
.partial-html li.highlighted span,
.partial-html .highlighted li span {
  background-color: yellow !important;
  display: inline !important;
  padding-bottom: 0 !important; }
  .partial-html p.highlighted .item-number,
  .partial-html .highlighted p .item-number,
  .partial-html li.highlighted span .item-number,
  .partial-html .highlighted li span .item-number {
    background-color: yellow !important;
    max-height: 17px; }
  .partial-html p.highlighted::after,
  .partial-html .highlighted p::after,
  .partial-html li.highlighted span::after,
  .partial-html .highlighted li span::after {
    content: '';
    display: block;
    width: 100%; }

.partial-html .compare-target-no-results {
  display: none;
  margin: 50px 0;
  position: relative;
  text-align: center;
  z-index: 10; }
  .partial-html .compare-target-no-results h2 {
    font-size: 1.6rem !important;
    padding: 0 !important;
    margin: 10px 0; }
  .partial-html .compare-target-no-results.show {
    display: block; }

.content-acknowledgements p {
  padding-bottom: 20px; }

.compare-container.compare-results {
  padding-top: 29px; }

.compare-container.compare-no-results {
  text-align: center; }
  .compare-container.compare-no-results h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 300;
    margin: 40px 0 20px; }
    @media only screen and (max-width: 479px) {
      .compare-container.compare-no-results h2 {
        font-size: 22px;
        font-size: 2.2rem; } }

.compare-container .list-view-link {
  cursor: pointer;
  text-decoration: none;
  color: #3e7dfb; }
  .no-touch .compare-container .list-view-link:hover {
    text-decoration: underline; }

.compare-container .compare-header {
  margin-right: 45px;
  position: relative;
  z-index: 11;
  /*ul {
      @extend .clearfix;
      height: 178px;
      margin: 0;
      padding: 0;

      [dir="rtl"] & {
        position: absolute;
        left: 0;
      }

      li {
        display: block;
        float: left;
        height: 178px;
        list-style: none;
        overflow: hidden;
        padding: 0 $default-spacing 0 0;
        width: 104px;

        [dir="rtl"] & {
          float: left;
          padding: 0 0 0 $default-spacing;
        }

        &:last-of-type {
          padding-right: 0;
          width: 84px;

          [dir="rtl"] & {
            padding-left: 20px;
            width: 104px;
          }
        }

        &:first-child {

          [dir="rtl"] & {
            margin-left:-20px;
          }
        }

        .compare-header-icon-content {
          height: 178px;
          position: relative;

          .compare-header-doc {
            @include transition(border-bottom);
            border-bottom: 4px solid $colour-ui-medium;
            cursor: pointer;
            display: block;
            height: 138px;
            left: 0;
            position: absolute;
            text-decoration: none;
            top: 20px;
            width: 84px;

            .icon-compare-article-blue,
            .icon-compare-article-white {
              top: -20px;
            }

            .doc-text {
              @include transition(color);
              display: block;
              max-height: 120px;
              overflow: hidden;
              padding-top: 49px;
            }

            &:hover,
            &:active,
            &:focus {

              .doc-icon {
                border: 2px solid $colour-ui-active;
              }

              .doc-text {
                color: $colour-text-active;
              }
            }

            &.active {
              border-bottom: 4px solid $colour-ui-active;

              .icon-compare-article-blue {
                @include opacity(1);
              }

              .icon-compare-article-white {
                @include opacity(0);
              }
            }

            &.disabled {
              cursor: default;

              .doc-text {
                color: #616161;
              }

              &:hover {

                .doc-icon {
                  border: 2px solid #eaeaea;
                }

                .doc-text {
                  color: #616161;
                }
              }

              .doc-icon {
                background-color: $colour-ui-sly;
              }
            }
          }

          .icon-compare-clear {
            @include animate(opacity);
            opacity: 0.6;
            position: absolute;
            right: 10px;
            top: 0;

            [dir="rtl"] & {
              left: 10px;
              right: auto;
            }

            &:hover {
              cursor: pointer;
              opacity: 1;
            }
          }
        }
      }
    }*/ }
  .compare-container .compare-header-wrapper {
    float: left;
    width: 50%; }
    [dir="rtl"] .compare-container .compare-header-wrapper {
      float: right; }
    .compare-container .compare-header-wrapper:nth-child(1) {
      padding-right: 20px; }
      [dir="rtl"] .compare-container .compare-header-wrapper:nth-child(1) {
        padding-left: 20px;
        padding-right: 0; }
      @media screen and (max-width: 1250px) {
        .compare-container .compare-header-wrapper:nth-child(1) {
          padding-right: 10px; }
          [dir="rtl"] .compare-container .compare-header-wrapper:nth-child(1) {
            padding-left: 10px;
            padding-right: 0; } }
    .compare-container .compare-header-wrapper:nth-child(2) {
      padding-left: 20px; }
      [dir="rtl"] .compare-container .compare-header-wrapper:nth-child(2) {
        padding-left: 0;
        padding-right: 20px; }
      @media screen and (max-width: 1250px) {
        .compare-container .compare-header-wrapper:nth-child(2) {
          padding-left: 10px; }
          [dir="rtl"] .compare-container .compare-header-wrapper:nth-child(2) {
            padding-left: 0;
            padding-right: 10px; } }
    .compare-container .compare-header-wrapper .draft-label {
      color: red; }
  .compare-container .compare-header select {
    font-size: 22px;
    font-size: 2.2rem;
    width: 100%; }
  [dir="rtl"] .compare-container .compare-header {
    margin-right: 0;
    margin-left: 45px; }
  .compare-container .compare-header .iScrollHorizontalScrollbar {
    display: none; }
  .compare-container .compare-header.scroll-bar-required .iScrollHorizontalScrollbar {
    display: block; }
  [dir="rtl"] .compare-container .compare-header .iScrollHorizontalScrollbar {
    direction: ltr; }

.compare-container .compare-controls {
  position: absolute;
  right: 0;
  top: 19px; }
  [dir="rtl"] .compare-container .compare-controls {
    left: 0;
    right: auto; }
  .compare-container .compare-controls .btn {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    margin-bottom: 10px; }
    .compare-container .compare-controls .btn.disable {
      cursor: default;
      opacity: 0; }

.compare-container .compare-pin-container {
  height: 190px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 34px; }
  @media only screen and (max-width: 479px) {
    .compare-container .compare-pin-container {
      right: -14px; } }
  [dir="rtl"] .compare-container .compare-pin-container {
    right: auto;
    left: 0px; }
  .compare-container .compare-pin-container .compare-pin {
    left: -1px;
    margin-left: 7px;
    position: absolute;
    top: 148px; }
    [dir="rtl"] .compare-container .compare-pin-container .compare-pin {
      float: left;
      margin-left: 7px;
      margin-right: 0; }
      @media only screen and (max-width: 479px) {
        [dir="rtl"] .compare-container .compare-pin-container .compare-pin {
          margin-left: 0; } }
  .compare-container .compare-pin-container .highlight-toggle {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0; }
    @media only screen and (max-width: 479px) {
      .compare-container .compare-pin-container .highlight-toggle {
        right: -7px; } }
    .iOS .compare-container .compare-pin-container .highlight-toggle {
      display: none; }

.compare-container .compare-content {
  padding: 20px 45px 0 0;
  position: absolute;
  width: 100%; }
  [dir="rtl"] .compare-container .compare-content {
    padding: 20px 0 0 45px; }
  @media screen and (max-width: 1250px) {
    .compare-container .compare-content {
      padding: 20px 45px 0 0; }
      [dir="rtl"] .compare-container .compare-content {
        padding: 20px 0 0 45px; } }
  @media only screen and (max-width: 720px) {
    .compare-container .compare-content {
      padding: 20px 45px 0 0; }
      [dir="rtl"] .compare-container .compare-content {
        padding: 20px 0 0 45px; } }
  .short-app .compare-container .compare-content,
  .touch .compare-container .compare-content,
  .fluid-height .compare-container .compare-content {
    position: static; }
  .compare-container .compare-content .compare-content-no-results {
    text-align: center; }
    .compare-container .compare-content .compare-content-no-results h2 {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 300;
      margin: 0 0 20px 0;
      padding: 20px 0; }
      @media only screen and (max-width: 479px) {
        .compare-container .compare-content .compare-content-no-results h2 {
          font-size: 22px;
          font-size: 2.2rem; } }
  .compare-container .compare-content .compare-title-container {
    margin-bottom: 20px;
    position: relative; }
    .compare-container .compare-content .compare-title-container.floating {
      transition-property: right 250ms linear;
      -moz-transition-property: right 250ms linear;
      -ms-transition-property: right 250ms linear;
      -webkit-transition-property: right 250ms linear;
      transition-duration: 250ms;
      -moz-transition-duration: 250ms;
      -ms-transition-duration: 250ms;
      -webkit-transition-duration: 250ms;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 0ms;
      -moz-transition-delay: 0ms;
      -ms-transition-delay: 0ms;
      -webkit-transition-delay: 0ms;
      background: #fff;
      max-width: 100%;
      position: fixed;
      top: 36px;
      width: 940px;
      z-index: 12; }
      @media only screen and (max-width: 1200px) {
        .compare-container .compare-content .compare-title-container.floating {
          left: 320px;
          right: 50px;
          width: auto; } }
      @media only screen and (max-width: 768px) {
        .compare-container .compare-content .compare-title-container.floating {
          left: 20px; } }
      @media only screen and (max-width: 479px) {
        .compare-container .compare-content .compare-title-container.floating {
          left: 10px;
          right: 40px; } }
    .compare-container .compare-content .compare-title-container .compare-separator {
      bottom: 0;
      position: absolute;
      width: calc(50% - 10px);
      padding: 0 10px; }
      .compare-container .compare-content .compare-title-container .compare-separator.content-primary {
        left: 0;
        padding-right: 20px; }
        @media screen and (max-width: 1250px) {
          .compare-container .compare-content .compare-title-container .compare-separator.content-primary {
            padding-right: 10px; } }
      .compare-container .compare-content .compare-title-container .compare-separator.content-secondary {
        padding-left: 20px;
        right: 0; }
        @media screen and (max-width: 1250px) {
          .compare-container .compare-content .compare-title-container .compare-separator.content-secondary {
            padding-left: 10px; } }
      .compare-container .compare-content .compare-title-container .compare-separator .compare-separator-line {
        border-bottom: 2px solid #eaeaea;
        width: 100%; }
      @media only screen and (max-width: 720px) {
        .compare-container .compare-content .compare-title-container .compare-separator .compare-separator-line {
          filter: alpha(opacity=50);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          opacity: 0.5; }
        .compare-container .compare-content .compare-title-container .compare-separator.active-tab .compare-separator-line {
          filter: alpha(opacity=50);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          opacity: 0.5;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1;
          border-color: #3e7dfb; } }
  .compare-container .compare-content .compare-content-wrapper {
    float: left;
    min-height: 35px;
    position: relative;
    width: calc(50% - 10px);
    padding-left: 10px; }
    .compare-container .compare-content .compare-content-wrapper.content-secondary {
      float: right; }
    [dir="rtl"] .compare-container .compare-content .compare-content-wrapper {
      padding-left: 0;
      padding-right: 10px;
      float: right; }
      [dir="rtl"] .compare-container .compare-content .compare-content-wrapper.content-secondary {
        float: left; }
    .compare-container .compare-content .compare-content-wrapper .compare-loading {
      display: none;
      z-index: -1; }
      .compare-container .compare-content .compare-content-wrapper .compare-loading.show-loader {
        display: block;
        z-index: 11; }
    .compare-container .compare-content .compare-content-wrapper .compare-loading-overlay {
      transition-property: opacity visibility;
      -moz-transition-property: opacity visibility;
      -ms-transition-property: opacity visibility;
      -webkit-transition-property: opacity visibility;
      transition-duration: 500ms;
      -moz-transition-duration: 500ms;
      -ms-transition-duration: 500ms;
      -webkit-transition-duration: 500ms;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 0ms;
      -moz-transition-delay: 0ms;
      -ms-transition-delay: 0ms;
      -webkit-transition-delay: 0ms;
      pointer-events: none;
      -moz-pointer-events: none;
      -ms-pointer-events: none;
      -webkit-pointer-events: none;
      background: #fff;
      bottom: 0;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      visibility: hidden;
      z-index: 1; }
      .compare-container .compare-content .compare-content-wrapper .compare-loading-overlay.show-overlay {
        opacity: 1;
        visibility: visible; }
    @media only screen and (max-width: 720px) {
      .compare-container .compare-content .compare-content-wrapper .compare-separator .compare-separator-line {
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        opacity: 0.5; }
        .compare-container .compare-content .compare-content-wrapper .compare-separator .compare-separator-line.active-tab {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1;
          border-color: #3e7dfb; }
      .compare-container .compare-content .compare-content-wrapper.compare-content-title {
        transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        opacity: 0.5;
        cursor: pointer; }
        .compare-container .compare-content .compare-content-wrapper.compare-content-title:hover {
          filter: alpha(opacity=80);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
          opacity: 0.8; }
        .compare-container .compare-content .compare-content-wrapper.compare-content-title.active-tab {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1; }
      .compare-container .compare-content .compare-content-wrapper.compare-text {
        display: none;
        height: auto;
        padding: 0;
        width: 100%; }
        .compare-container .compare-content .compare-content-wrapper.compare-text.active-tab {
          display: block;
          padding-right: 10px; } }
    .compare-container .compare-content .compare-content-wrapper.content-primary {
      padding-right: 30px;
      padding-left: 10px; }
      @media screen and (max-width: 1250px) {
        .compare-container .compare-content .compare-content-wrapper.content-primary {
          padding-right: 10px; } }
      [dir="rtl"] .compare-container .compare-content .compare-content-wrapper.content-primary {
        padding-left: 20px;
        padding-right: 0; }
        @media screen and (max-width: 1250px) {
          [dir="rtl"] .compare-container .compare-content .compare-content-wrapper.content-primary {
            padding-left: 10px; } }
    .compare-container .compare-content .compare-content-wrapper.content-secondary {
      padding-left: 20px; }
      @media screen and (max-width: 1250px) {
        .compare-container .compare-content .compare-content-wrapper.content-secondary {
          padding-left: 10px; } }
      [dir="rtl"] .compare-container .compare-content .compare-content-wrapper.content-secondary {
        padding-left: 0;
        padding-right: 20px; }
        @media screen and (max-width: 1250px) {
          [dir="rtl"] .compare-container .compare-content .compare-content-wrapper.content-secondary {
            padding-right: 10px; } }
    .compare-container .compare-content .compare-content-wrapper .compare-loading {
      height: 100%;
      position: relative;
      top: 0;
      width: 100%; }
      .compare-container .compare-content .compare-content-wrapper .compare-loading .loader {
        top: 40px; }
    .compare-container .compare-content .compare-content-wrapper .compare-target-no-results {
      height: 100%;
      position: relative;
      text-align: center;
      z-index: 10; }
    .compare-container .compare-content .compare-content-wrapper .compare-target-select-con {
      height: 100%;
      position: relative;
      text-align: center;
      z-index: 10; }
    .compare-container .compare-content .compare-content-wrapper .compare-target-title {
      margin-bottom: 0;
      padding-bottom: 20px; }
      .compare-container .compare-content .compare-content-wrapper .compare-target-title.matches-present {
        padding-bottom: 5px; }
      .compare-container .compare-content .compare-content-wrapper .compare-target-title h2 {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 300;
        margin: 0;
        max-height: 80px;
        overflow: hidden; }
    .compare-container .compare-content .compare-content-wrapper .compare-target-arrows {
      margin-bottom: 20px;
      overflow: hidden; }
      .compare-container .compare-content .compare-content-wrapper .compare-target-arrows .controls {
        display: block;
        float: left;
        margin-right: 10px; }
        [dir="rtl"] .compare-container .compare-content .compare-content-wrapper .compare-target-arrows .controls {
          float: right;
          margin-right: 0;
          margin-left: 10px; }
        .compare-container .compare-content .compare-content-wrapper .compare-target-arrows .controls > a {
          transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          color: #b5b5b5;
          font-size: 18px;
          line-height: 18px;
          text-decoration: none; }
          .no-touch .compare-container .compare-content .compare-content-wrapper .compare-target-arrows .controls > a:hover {
            color: #3e7dfb;
            cursor: pointer; }
      .compare-container .compare-content .compare-content-wrapper .compare-target-arrows h3 {
        color: #b5b5b5;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 18px;
        margin: 0;
        padding: 0;
        text-transform: uppercase; }
        [dir="rtl"] .compare-container .compare-content .compare-content-wrapper .compare-target-arrows h3 {
          letter-spacing: 0; }
    .compare-container .compare-content .compare-content-wrapper .browse-full-container {
      transition-property: opacity 250ms linear;
      -moz-transition-property: opacity 250ms linear;
      -ms-transition-property: opacity 250ms linear;
      -webkit-transition-property: opacity 250ms linear;
      transition-duration: 250ms;
      -moz-transition-duration: 250ms;
      -ms-transition-duration: 250ms;
      -webkit-transition-duration: 250ms;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 0ms;
      -moz-transition-delay: 0ms;
      -ms-transition-delay: 0ms;
      -webkit-transition-delay: 0ms;
      opacity: 0;
      overflow-x: hidden;
      overflow-y: auto;
      position: absolute;
      width: 100%; }
      .short-app .compare-container .compare-content .compare-content-wrapper .browse-full-container,
      .fluid-height .compare-container .compare-content .compare-content-wrapper .browse-full-container {
        height: 100%;
        position: static; }
        [dir="rtl"] .short-app .compare-container .compare-content .compare-content-wrapper .browse-full-container, [dir="rtl"]
        .fluid-height .compare-container .compare-content .compare-content-wrapper .browse-full-container {
          padding-right: 0; }
      .compare-container .compare-content .compare-content-wrapper .browse-full-container .browse-full {
        transition-property: opacity 250ms linear;
        -moz-transition-property: opacity 250ms linear;
        -ms-transition-property: opacity 250ms linear;
        -webkit-transition-property: opacity 250ms linear;
        transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -ms-transition-duration: 250ms;
        -webkit-transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
        -webkit-transition-delay: 0ms;
        border: 0;
        height: 100%;
        opacity: 1;
        width: 100%; }
        .compare-container .compare-content .compare-content-wrapper .browse-full-container .browse-full.loading {
          opacity: 0; }
    .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper {
      max-height: 442px;
      overflow: hidden;
      padding-right: 10px;
      position: relative;
      z-index: 10; }
      .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper.force-height {
        height: 2000px; }
      .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .browse-full {
        border: 0;
        height: 100%;
        width: 100%; }
      .short-app .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper,
      .touch .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper,
      .fluid-height .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper {
        max-height: none; }
      .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .scroll-wrapper {
        margin-top: 0px; }
        .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .scroll-wrapper iframe {
          overflow: hidden; }
      .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-full {
        margin-top: -10px;
        padding-right: 20px; }
        [dir="rtl"] .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-full {
          padding-left: 20px;
          padding-right: 0; }
        .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-full h1,
        .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-full .article-share-link {
          display: none; }
      .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles .article-pin-icon {
        right: 10px;
        top: 0; }
        [dir="rtl"] .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles .article-pin-icon {
          left: 10px;
          right: auto; }
      .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li {
          padding: 10px 0 20px;
          position: relative; }
          .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .article-list-key {
            left: -30px; }
            [dir="rtl"] .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .article-list-key {
              left: auto;
              right: -30px; }
          .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .compare-article-breadcrumbs {
            padding-right: 25px; }
            [dir="rtl"] .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .compare-article-breadcrumbs {
              padding-left: 25px;
              padding-right: 0; }
            .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .compare-article-breadcrumbs h4 {
              text-transform: uppercase; }
              .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .compare-article-breadcrumbs h4 a {
                text-decoration: none; }
              .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .compare-article-breadcrumbs h4 .compare-article-breadcrumb {
                float: left;
                white-space: nowrap; }
                [dir="rtl"] .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .compare-article-breadcrumbs h4 .compare-article-breadcrumb {
                  float: right; }
                .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .compare-article-breadcrumbs h4 .compare-article-breadcrumb:before {
                  content: ">";
                  padding: 0 5px; }
                .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .compare-article-breadcrumbs h4 .compare-article-breadcrumb:first-of-type:before {
                  display: none; }
          .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .compare-article-pin {
            position: absolute;
            right: 0;
            top: 0; }
            [dir="rtl"] .compare-container .compare-content .compare-content-wrapper .compare-target-wrapper .compare-target-articles ul li .compare-article-pin {
              left: 0;
              right: auto; }

.disabled-opacity {
  opacity: 0.4;
  position: relative; }
  .disabled-opacity .disabled-mask {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }

.lightbox-mask {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }
  .lightbox-mask .lightbox {
    bottom: 4.5%;
    left: 50%;
    margin-left: -42.5%;
    position: fixed;
    top: 50px;
    width: 85%; }
    @media only screen and (max-width: 860px) {
      .lightbox-mask .lightbox {
        bottom: 20px;
        top: 20px; } }
    .lightbox-mask .lightbox.report-error, .lightbox-mask .lightbox.compare-or-remove-modal, .lightbox-mask .lightbox.advanced-search {
      margin-left: -400px;
      max-height: 600px;
      max-width: 800px; }
      @media only screen and (max-width: 860px) {
        .lightbox-mask .lightbox.report-error, .lightbox-mask .lightbox.compare-or-remove-modal, .lightbox-mask .lightbox.advanced-search {
          margin: 0px auto;
          max-height: 660px;
          width: 90%; }
          .lightbox-mask .lightbox.report-error .overlay-content, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content, .lightbox-mask .lightbox.advanced-search .overlay-content {
            margin-left: -50%; } }
      .lightbox-mask .lightbox.report-error .overlay-content, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content, .lightbox-mask .lightbox.advanced-search .overlay-content {
        overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        height: 100%;
        overflow: auto;
        padding: 24px 20px 30px;
        width: 100%; }
        @media only screen and (max-width: 860px) {
          .lightbox-mask .lightbox.report-error .overlay-content, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content, .lightbox-mask .lightbox.advanced-search .overlay-content {
            position: absolute; } }
        @media only screen and (max-width: 479px) {
          .lightbox-mask .lightbox.report-error .overlay-content, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content, .lightbox-mask .lightbox.advanced-search .overlay-content {
            padding: 25px 10px 30px; } }
        .lightbox-mask .lightbox.report-error .overlay-content .close, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .close, .lightbox-mask .lightbox.advanced-search .overlay-content .close {
          transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
          -webkit-appearance: none;
          background: transparent;
          border: none;
          color: #76777a;
          padding: 15px;
          position: absolute;
          right: -15px;
          top: -50px;
          z-index: 1;
          z-index: 10; }
          .no-touch .lightbox-mask .lightbox.report-error .overlay-content .close:hover, .no-touch .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .close:hover, .no-touch .lightbox-mask .lightbox.advanced-search .overlay-content .close:hover {
            color: #fff; }
          @media only screen and (max-width: 860px) {
            .lightbox-mask .lightbox.report-error .overlay-content .close, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .close, .lightbox-mask .lightbox.advanced-search .overlay-content .close {
              padding: 8px 10px;
              right: 0 !important;
              top: 0 !important; }
              .no-touch .lightbox-mask .lightbox.report-error .overlay-content .close:hover, .no-touch .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .close:hover, .no-touch .lightbox-mask .lightbox.advanced-search .overlay-content .close:hover {
                color: #3e7dfb; } }
          [dir="rtl"] .lightbox-mask .lightbox.report-error .overlay-content .close, [dir="rtl"] .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .close, [dir="rtl"] .lightbox-mask .lightbox.advanced-search .overlay-content .close {
            left: -15px;
            right: auto; }
        .lightbox-mask .lightbox.report-error .overlay-content h3, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content h3, .lightbox-mask .lightbox.advanced-search .overlay-content h3 {
          color: #555555;
          font-size: 14px;
          margin-top: 0;
          padding-bottom: 1em;
          text-transform: none; }
        .lightbox-mask .lightbox.report-error .overlay-content .content-box, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box, .lightbox-mask .lightbox.advanced-search .overlay-content .content-box {
          border: 1px solid #555555;
          height: 180px;
          margin-bottom: 30px;
          overflow-y: auto;
          padding: 15px;
          width: 100%; }
          @media only screen and (max-width: 860px) {
            .lightbox-mask .lightbox.report-error .overlay-content .content-box, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box, .lightbox-mask .lightbox.advanced-search .overlay-content .content-box {
              padding: 10px; }
              .lightbox-mask .lightbox.report-error .overlay-content .content-box .article-title, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box .article-title, .lightbox-mask .lightbox.advanced-search .overlay-content .content-box .article-title {
                font-size: 22px !important; } }
          .lightbox-mask .lightbox.report-error .overlay-content .content-box .article-title, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box .article-title, .lightbox-mask .lightbox.advanced-search .overlay-content .content-box .article-title {
            font-size: 2.14em;
            font-weight: 300;
            letter-spacing: 2px;
            margin: 0; }
            [dir="rtl"] .lightbox-mask .lightbox.report-error .overlay-content .content-box .article-title, [dir="rtl"] .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box .article-title, [dir="rtl"] .lightbox-mask .lightbox.advanced-search .overlay-content .content-box .article-title {
              letter-spacing: 0; }
          .lightbox-mask .lightbox.report-error .overlay-content .content-box .header-parts, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box .header-parts, .lightbox-mask .lightbox.advanced-search .overlay-content .content-box .header-parts {
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase; }
            .lightbox-mask .lightbox.report-error .overlay-content .content-box .header-parts .part, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box .header-parts .part, .lightbox-mask .lightbox.advanced-search .overlay-content .content-box .header-parts .part {
              display: block;
              float: left; }
              .lightbox-mask .lightbox.report-error .overlay-content .content-box .header-parts .part:before, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box .header-parts .part:before, .lightbox-mask .lightbox.advanced-search .overlay-content .content-box .header-parts .part:before {
                content: '>';
                padding: 0 5px; }
              .lightbox-mask .lightbox.report-error .overlay-content .content-box .header-parts .part:first-child:before, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box .header-parts .part:first-child:before, .lightbox-mask .lightbox.advanced-search .overlay-content .content-box .header-parts .part:first-child:before {
                content: '' !important;
                padding: 0; }
          .lightbox-mask .lightbox.report-error .overlay-content .content-box .excerpt, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box .excerpt, .lightbox-mask .lightbox.advanced-search .overlay-content .content-box .excerpt {
            margin-top: 20px; }
            .lightbox-mask .lightbox.report-error .overlay-content .content-box .excerpt ol, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box .excerpt ol, .lightbox-mask .lightbox.advanced-search .overlay-content .content-box .excerpt ol {
              margin: 0; }
              .lightbox-mask .lightbox.report-error .overlay-content .content-box .excerpt ol li, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box .excerpt ol li, .lightbox-mask .lightbox.advanced-search .overlay-content .content-box .excerpt ol li {
                list-style: none;
                min-height: 30px; }
                .lightbox-mask .lightbox.report-error .overlay-content .content-box .excerpt ol li .list-index, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box .excerpt ol li .list-index, .lightbox-mask .lightbox.advanced-search .overlay-content .content-box .excerpt ol li .list-index {
                  float: left;
                  margin-left: -25px; }
                .lightbox-mask .lightbox.report-error .overlay-content .content-box .excerpt ol li .item-text, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .content-box .excerpt ol li .item-text, .lightbox-mask .lightbox.advanced-search .overlay-content .content-box .excerpt ol li .item-text {
                  float: left; }
        .lightbox-mask .lightbox.report-error .overlay-content .label, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .label, .lightbox-mask .lightbox.advanced-search .overlay-content .label {
          font-size: 11px;
          font-weight: bold;
          margin-bottom: 10px;
          text-transform: uppercase; }
          [dir="rtl"] .lightbox-mask .lightbox.report-error .overlay-content .label .error, [dir="rtl"] .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .label .error, [dir="rtl"] .lightbox-mask .lightbox.advanced-search .overlay-content .label .error {
            float: left; }
        .lightbox-mask .lightbox.report-error .overlay-content .type-error, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .type-error, .lightbox-mask .lightbox.advanced-search .overlay-content .type-error {
          float: left;
          width: 43%; }
          @media only screen and (max-width: 860px) {
            .lightbox-mask .lightbox.report-error .overlay-content .type-error, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .type-error, .lightbox-mask .lightbox.advanced-search .overlay-content .type-error {
              width: 100%; } }
          .lightbox-mask .lightbox.report-error .overlay-content .type-error .radio, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .type-error .radio, .lightbox-mask .lightbox.advanced-search .overlay-content .type-error .radio {
            float: left;
            position: relative;
            width: 50%; }
            @media only screen and (max-width: 479px) {
              .lightbox-mask .lightbox.report-error .overlay-content .type-error .radio, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .type-error .radio, .lightbox-mask .lightbox.advanced-search .overlay-content .type-error .radio {
                margin-bottom: 5px;
                width: 100%; }
                .lightbox-mask .lightbox.report-error .overlay-content .type-error .radio:first-of-type, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .type-error .radio:first-of-type, .lightbox-mask .lightbox.advanced-search .overlay-content .type-error .radio:first-of-type {
                  margin-bottom: 5px; } }
            .lightbox-mask .lightbox.report-error .overlay-content .type-error .radio label, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .type-error .radio label, .lightbox-mask .lightbox.advanced-search .overlay-content .type-error .radio label {
              display: inline;
              left: 15px;
              right: 0;
              position: absolute; }
              [dir="rtl"] .lightbox-mask .lightbox.report-error .overlay-content .type-error .radio label, [dir="rtl"] .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .type-error .radio label, [dir="rtl"] .lightbox-mask .lightbox.advanced-search .overlay-content .type-error .radio label {
                left: 0;
                right: 15px; }
            [dir="rtl"] .lightbox-mask .lightbox.report-error .overlay-content .type-error .radio, [dir="rtl"] .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .type-error .radio, [dir="rtl"] .lightbox-mask .lightbox.advanced-search .overlay-content .type-error .radio {
              float: right; }
          [dir="rtl"] .lightbox-mask .lightbox.report-error .overlay-content .type-error, [dir="rtl"] .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .type-error, [dir="rtl"] .lightbox-mask .lightbox.advanced-search .overlay-content .type-error {
            float: right; }
        .lightbox-mask .lightbox.report-error .overlay-content .email-wrapper, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .email-wrapper, .lightbox-mask .lightbox.advanced-search .overlay-content .email-wrapper {
          float: right;
          width: 51%; }
          @media only screen and (max-width: 860px) {
            .lightbox-mask .lightbox.report-error .overlay-content .email-wrapper, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .email-wrapper, .lightbox-mask .lightbox.advanced-search .overlay-content .email-wrapper {
              margin-top: 20px;
              width: 100%; } }
          [dir="rtl"] .lightbox-mask .lightbox.report-error .overlay-content .email-wrapper, [dir="rtl"] .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .email-wrapper, [dir="rtl"] .lightbox-mask .lightbox.advanced-search .overlay-content .email-wrapper {
            float: left; }
        .lightbox-mask .lightbox.report-error .overlay-content .comment-wrapper, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .comment-wrapper, .lightbox-mask .lightbox.advanced-search .overlay-content .comment-wrapper {
          margin-top: 30px; }
          .lightbox-mask .lightbox.report-error .overlay-content .comment-wrapper textarea, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .comment-wrapper textarea, .lightbox-mask .lightbox.advanced-search .overlay-content .comment-wrapper textarea {
            height: 100px; }
        .lightbox-mask .lightbox.report-error .overlay-content .buttons, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .buttons, .lightbox-mask .lightbox.advanced-search .overlay-content .buttons {
          margin: 30px auto 0 auto;
          text-align: center; }
          .lightbox-mask .lightbox.report-error .overlay-content .buttons button, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .buttons button, .lightbox-mask .lightbox.advanced-search .overlay-content .buttons button {
            transition: all 250ms ease-in-out;
            -moz-transition: all 250ms ease-in-out;
            -ms-transition: all 250ms ease-in-out;
            -webkit-transition: all 250ms ease-in-out;
            border: 0 !important;
            display: inline-block;
            font-size: 11px;
            font-weight: bold;
            height: 45px;
            letter-spacing: 2px;
            margin: 0px 10px;
            text-transform: uppercase;
            min-width: 100px; }
            [dir="rtl"] .lightbox-mask .lightbox.report-error .overlay-content .buttons button, [dir="rtl"] .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .buttons button, [dir="rtl"] .lightbox-mask .lightbox.advanced-search .overlay-content .buttons button {
              letter-spacing: 0; }
            .lightbox-mask .lightbox.report-error .overlay-content .buttons button.cancel:hover, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .buttons button.cancel:hover, .lightbox-mask .lightbox.advanced-search .overlay-content .buttons button.cancel:hover {
              background-color: #eaeaea !important;
              border: 0 !important;
              color: #3e7dfb; }
            .lightbox-mask .lightbox.report-error .overlay-content .buttons button.submit, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .buttons button.submit, .lightbox-mask .lightbox.advanced-search .overlay-content .buttons button.submit {
              background-color: #3e7dfb;
              color: #fff; }
              .lightbox-mask .lightbox.report-error .overlay-content .buttons button.submit:hover, .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .buttons button.submit:hover, .lightbox-mask .lightbox.advanced-search .overlay-content .buttons button.submit:hover {
                background-color: #1b1b1b;
                color: #fff; }
      .lightbox-mask .lightbox.report-error [data-custom-radiobox],
      .lightbox-mask .lightbox.report-error [data-custom-checkbox], .lightbox-mask .lightbox.compare-or-remove-modal [data-custom-radiobox],
      .lightbox-mask .lightbox.compare-or-remove-modal [data-custom-checkbox], .lightbox-mask .lightbox.advanced-search [data-custom-radiobox],
      .lightbox-mask .lightbox.advanced-search [data-custom-checkbox] {
        display: inline-block;
        padding: 0; }
        .lightbox-mask .lightbox.report-error [data-custom-radiobox] .form-label,
        .lightbox-mask .lightbox.report-error [data-custom-checkbox] .form-label, .lightbox-mask .lightbox.compare-or-remove-modal [data-custom-radiobox] .form-label,
        .lightbox-mask .lightbox.compare-or-remove-modal [data-custom-checkbox] .form-label, .lightbox-mask .lightbox.advanced-search [data-custom-radiobox] .form-label,
        .lightbox-mask .lightbox.advanced-search [data-custom-checkbox] .form-label {
          display: inline-block;
          margin: 0 2em 0 .5em; }
    .lightbox-mask .lightbox.compare-or-remove-modal {
      margin-left: -200px;
      max-height: 164px;
      width: 400px; }
      .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content {
        padding: 22px 20px; }
        .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content h3 {
          padding: 0;
          margin: 0; }
        .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .buttons {
          margin: 37px auto 0; }
          .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .buttons button {
            width: 144px; }
            .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .buttons button.submit {
              line-height: 14px;
              padding: 0 10px; }
      @media only screen and (max-width: 860px) {
        .lightbox-mask .lightbox.compare-or-remove-modal {
          margin-left: -160px;
          max-height: 211px;
          width: 320px; }
          .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content {
            margin-left: 0; }
            .lightbox-mask .lightbox.compare-or-remove-modal .overlay-content .buttons button {
              width: 206px; } }
    .lightbox-mask .lightbox.remove-modal {
      width: 775px;
      margin-left: -380px;
      max-height: 160px; }
      .lightbox-mask .lightbox.remove-modal .overlay-content h3 {
        max-width: 100%; }
      .lightbox-mask .lightbox.remove-modal .overlay-content .buttons button {
        width: 220px;
        margin: 0 10px 10px; }
      @media only screen and (max-width: 860px) {
        .lightbox-mask .lightbox.remove-modal {
          margin-left: -160px;
          max-height: 290px;
          width: 320px; }
          .lightbox-mask .lightbox.remove-modal .overlay-content .buttons button {
            width: 206px; } }
    .lightbox-mask .lightbox.advanced-search {
      max-height: 91%; }
      .lightbox-mask .lightbox.advanced-search .overlay-content {
        height: auto;
        max-height: 100%; }
      .lightbox-mask .lightbox.advanced-search .input-wrapper {
        margin: 0 0 20px; }
      .lightbox-mask .lightbox.advanced-search input.error {
        border-color: #ff0500; }

.content-wrapper.pinned {
  position: relative; }
  .content-wrapper.pinned .loading-test {
    transition: opacity 250ms ease-in-out 0ms;
    -moz-transition: opacity 250ms ease-in-out 0ms;
    -ms-transition: opacity 250ms ease-in-out 0ms;
    -webkit-transition: opacity 250ms ease-in-out 0ms;
    background: #FFF;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    padding-top: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000; }
    .content-wrapper.pinned .loading-test.show {
      opacity: 1; }
  .content-wrapper.pinned .clear-pinned-pin {
    margin-bottom: 12px;
    height: 30px; }
    .content-wrapper.pinned .clear-pinned-pin .pin-wrapper {
      float: right;
      height: 30px;
      width: 24px; }
      [dir="rtl"] .content-wrapper.pinned .clear-pinned-pin .pin-wrapper {
        float: left; }
      .content-wrapper.pinned .clear-pinned-pin .pin-wrapper .pin {
        background-position: 0 -349px;
        width: 24px; }
        .content-wrapper.pinned .clear-pinned-pin .pin-wrapper .pin.pin-active {
          background-position: -27px -349px; }

.pinned-filter {
  transition: all 250ms ease-in-out 0ms;
  -moz-transition: all 250ms ease-in-out 0ms;
  -ms-transition: all 250ms ease-in-out 0ms;
  -webkit-transition: all 250ms ease-in-out 0ms;
  cursor: pointer;
  margin: 15px 0;
  position: relative; }
  .pinned-filter label {
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: pointer; }
  .pinned-filter:hover {
    color: #3e7dfb; }
  .pinned-filter.active {
    color: #3e7dfb; }
    .pinned-filter.active .checkbox {
      background: #3e7dfb;
      border: 1px solid #3e7dfb; }

.pinned-container.pinned-loading {
  padding: 20px 0; }

.pinned-container.pinned-no-results {
  text-align: center; }
  .pinned-container.pinned-no-results h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 300;
    margin: 40px 0 20px; }
    @media only screen and (max-width: 479px) {
      .pinned-container.pinned-no-results h2 {
        font-size: 22px;
        font-size: 2.2rem; } }

.pinned-container .pinned-items-list {
  padding: 0;
  margin: 0; }
  .pinned-container .pinned-items-list .pinned-item {
    transition-property: all 250ms linear;
    -moz-transition-property: all 250ms linear;
    -ms-transition-property: all 250ms linear;
    -webkit-transition-property: all 250ms linear;
    transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    opacity: 1;
    border: 2px solid #eaeaea;
    list-style: none;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    max-height: 2000px; }
    @media screen and (max-width: 479px) {
      .pinned-container .pinned-items-list .pinned-item {
        margin-bottom: 10px;
        padding: 16px; } }
    .pinned-container .pinned-items-list .pinned-item:last-of-type {
      margin-bottom: 0; }
    .pinned-container .pinned-items-list .pinned-item.fade-out {
      opacity: 0;
      overflow: hidden;
      max-height: 0;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      border-width: 0; }
    .pinned-container .pinned-items-list .pinned-item.search .pinned-icon-wrapper, .pinned-container .pinned-items-list .pinned-item.compare .pinned-icon-wrapper {
      padding-bottom: 5px; }
    .pinned-container .pinned-items-list .pinned-item .pinned-close {
      transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      cursor: pointer;
      position: absolute;
      right: 5px;
      top: 0; }
      [dir="rtl"] .pinned-container .pinned-items-list .pinned-item .pinned-close {
        left: 5px;
        right: auto; }
      .no-touch .pinned-container .pinned-items-list .pinned-item .pinned-close:hover {
        color: #3e7dfb; }
    .pinned-container .pinned-items-list .pinned-item .pinned-icon-type {
      float: left; }
      [dir="rtl"] .pinned-container .pinned-items-list .pinned-item .pinned-icon-type {
        float: right; }
    .pinned-container .pinned-items-list .pinned-item .pinned-icon-title {
      display: inline-block;
      float: left;
      font-weight: 500;
      margin-left: 5px;
      margin-top: -2px; }
      [dir="rtl"] .pinned-container .pinned-items-list .pinned-item .pinned-icon-title {
        float: right;
        margin-left: 0;
        margin-right: 5px; }
    .pinned-container .pinned-items-list .pinned-item h3 {
      border-bottom: 2px solid #eaeaea;
      color: #616161;
      font-size: 30px;
      font-weight: normal;
      margin: 0 0 10px 0;
      overflow: hidden;
      padding-bottom: 10px;
      text-transform: none; }
      @media screen and (max-width: 768px) {
        .pinned-container .pinned-items-list .pinned-item h3 {
          font-size: 22px; } }
    .pinned-container .pinned-items-list .pinned-item .pin-search .results-title,
    .pinned-container .pinned-items-list .pinned-item .pin-search .filter-title {
      display: block;
      font-weight: 700; }
    .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details,
    .pinned-container .pinned-items-list .pinned-item .pin-search .results-count {
      display: inline-block;
      float: left;
      margin-left: 5px;
      width: 100%; }
      [dir="rtl"] .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details, [dir="rtl"]
      .pinned-container .pinned-items-list .pinned-item .pin-search .results-count {
        float: right;
        margin-left: 0;
        margin-right: 5px; }
    .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details .filter-item {
      display: inline; }
      .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details .filter-item.list {
        display: block;
        height: 22px;
        width: 100%; }
        .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details .filter-item.list ul {
          display: inline;
          padding-left: 0px; }
          .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details .filter-item.list ul li {
            list-style: none;
            float: left;
            padding-bottom: 0; }
            [dir="rtl"] .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details .filter-item.list ul li {
              float: right; }
            .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details .filter-item.list ul li:after {
              content: ',\00a0'; }
            .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details .filter-item.list ul li:last-of-type:after {
              content: '.'; }
          [dir="rtl"] .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details .filter-item.list ul {
            float: right;
            padding-right: 0; }
      .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details .filter-item .filter-item-title {
        font-style: italic;
        float: left;
        padding-right: 5px; }
        [dir="rtl"] .pinned-container .pinned-items-list .pinned-item .pin-search .filter-details .filter-item .filter-item-title {
          float: right;
          padding-left: 5px;
          padding-right: 0; }

.tooltip {
  border: 0;
  left: -9999px;
  max-width: 320px;
  position: absolute;
  top: -9999px;
  z-index: 100;
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }
  @media screen and (max-width: 500px) {
    .tooltip {
      display: none !important; } }
  .tooltip.active {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  .tooltip.shrink {
    border: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 0; }
  .tooltip:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 7px; }
  .tooltip.tt-pos-top:after {
    border-top-color: #3e7dfb;
    left: 50%;
    margin-left: -7px;
    top: 100%; }
  .tooltip.tt-pos-bottom:after {
    border-bottom-color: #3e7dfb;
    bottom: 100%;
    left: 50%;
    margin-left: -7px; }
  .tooltip.tt-pos-left:after {
    border-left-color: #3e7dfb;
    left: 100%;
    margin-top: -7px;
    top: 50%; }
  .tooltip.tt-pos-right:after {
    border-right-color: #3e7dfb;
    margin-top: -7px;
    right: 100%;
    top: 50%; }
  .tooltip .tooltip-main {
    background-color: #3e7dfb;
    color: #fff;
    padding: 9px 12px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    position: relative; }
    .tooltip .tooltip-main .tooltip-content {
      -webkit-font-smoothing: subpixel-antialiased; }
      .tooltip .tooltip-main .tooltip-content .tooltip-title {
        color: #fff;
        font-weight: 700;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 0; }
        [dir="rtl"] .tooltip .tooltip-main .tooltip-content .tooltip-title {
          text-align: right; }
      .tooltip .tooltip-main .tooltip-content .tooltip-desc {
        display: none;
        padding-top: 3px; }
  .tooltip.alt-styling.tt-pos-top:after {
    border-top-color: #eaeaea; }
  .tooltip.alt-styling.tt-pos-bottom:after {
    border-bottom-color: #eaeaea; }
  .tooltip.alt-styling.tt-pos-left:after {
    border-left-color: #eaeaea; }
  .tooltip.alt-styling.tt-pos-right:after {
    border-right-color: #eaeaea; }
  .tooltip.alt-styling .tooltip-main {
    background-color: #eaeaea;
    color: #555555; }
    .tooltip.alt-styling .tooltip-main .tooltip-content .tooltip-title {
      color: #555555; }

.dropdown-directive {
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  height: 35px;
  line-height: 35px;
  position: relative;
  z-index: 2; }
  .dropdown-directive .dropdown-selected {
    cursor: pointer;
    height: 40px;
    left: 0;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2; }
    .dropdown-directive .dropdown-selected .drop-down-handle {
      padding-right: 34px;
      position: absolute;
      right: 0;
      top: 0;
      color: #b5b5b5;
      height: 35px;
      cursor: pointer; }
      [dir="rtl"] .dropdown-directive .dropdown-selected .drop-down-handle {
        right: auto;
        left: 0;
        padding-left: 34px;
        padding-right: 0; }
      .dropdown-directive .dropdown-selected .drop-down-handle span {
        font-size: 12px; }
        @media only screen and (max-width: 720px) {
          .dropdown-directive .dropdown-selected .drop-down-handle span {
            display: none; } }
    .dropdown-directive .dropdown-selected .fa-list-ul,
    .dropdown-directive .dropdown-selected .fa-angle-down {
      transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -ms-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      position: absolute; }
    .dropdown-directive .dropdown-selected .fa-angle-down {
      right: 18px;
      top: 10px; }
      [dir="rtl"] .dropdown-directive .dropdown-selected .fa-angle-down {
        right: auto;
        left: 18px; }
    .dropdown-directive .dropdown-selected .fa-list-ul {
      left: 13px;
      top: 11px; }
      [dir="rtl"] .dropdown-directive .dropdown-selected .fa-list-ul {
        right: 13px;
        left: 0; }
    .dropdown-directive .dropdown-selected .dropdown-selected-label {
      transition-property: border-color color;
      -moz-transition-property: border-color color;
      -ms-transition-property: border-color color;
      -webkit-transition-property: border-color color;
      transition-duration: 250ms;
      -moz-transition-duration: 250ms;
      -ms-transition-duration: 250ms;
      -webkit-transition-duration: 250ms;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-delay: 0ms;
      -moz-transition-delay: 0ms;
      -ms-transition-delay: 0ms;
      -webkit-transition-delay: 0ms;
      border-bottom: 2px solid #eaeaea;
      color: #555555;
      display: inline-block;
      font-size: 13px;
      font-weight: 400;
      line-height: 20px;
      padding: 0 30px 0 5px;
      width: 100%; }
      [dir="rtl"] .dropdown-directive .dropdown-selected .dropdown-selected-label {
        padding: 0 5px 0 30px; }
      .dropdown-directive .dropdown-selected .dropdown-selected-label[label-prefix]:not([label-prefix=""])::before {
        content: attr(label-prefix);
        margin: 0 4px 0 0; }
      .compare-container .dropdown-directive .dropdown-selected .dropdown-selected-label {
        font-size: 23px; }
      @media only screen and (max-width: 720px) {
        .dropdown-directive .dropdown-selected .dropdown-selected-label {
          font-size: 13px;
          opacity: .6; }
          .active-tab .dropdown-directive .dropdown-selected .dropdown-selected-label {
            opacity: 1; } }
      .dropdown-directive .dropdown-selected .dropdown-selected-label.has-handle {
        padding-right: 125px; }
        [lang="es"] .dropdown-directive .dropdown-selected .dropdown-selected-label.has-handle {
          padding-right: 165px; }
        [dir="rtl"] .dropdown-directive .dropdown-selected .dropdown-selected-label.has-handle {
          padding-right: 0;
          padding-left: 104px; }
        @media only screen and (max-width: 720px) {
          .dropdown-directive .dropdown-selected .dropdown-selected-label.has-handle {
            padding-right: 30px; } }
  .dropdown-directive.open, .dropdown-directive:hover {
    z-index: 6; }
    .dropdown-directive.open .dropdown-selected-label, .dropdown-directive:hover .dropdown-selected-label {
      border-bottom: 2px solid #3e7dfb;
      color: #3e7dfb; }
    .dropdown-directive.open .fa-list-ul,
    .dropdown-directive.open .fa-angle-down, .dropdown-directive:hover .fa-list-ul,
    .dropdown-directive:hover .fa-angle-down {
      color: #3e7dfb; }
  .dropdown-directive .dropdown-scroll-body {
    max-height: 600px;
    height: 600px;
    overflow: hidden;
    position: relative; }
  .dropdown-directive .scroll-pane {
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
    max-height: 480px;
    overflow: hidden;
    position: absolute;
    top: 35px;
    width: 100%; }
    @media only screen and (max-width: 990px) {
      .dropdown-directive .scroll-pane {
        width: calc(200% + 10px); } }
  .dropdown-directive.right-compare .scroll-pane {
    right: 0; }
    [dir="rtl"] .dropdown-directive.right-compare .scroll-pane {
      right: auto;
      left: 0; }
  .dropdown-directive ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1; }
    .dropdown-directive ul li {
      color: #555555;
      cursor: pointer;
      margin: 0;
      padding: 0; }
      .dropdown-directive ul li.dropdown-filter {
        padding: 0 16px 0 8px; }
      .dropdown-directive ul li:hover a {
        color: #3e7dfb; }
      .dropdown-directive ul li a {
        display: inline-block;
        font-weight: 400;
        padding: 0 10px;
        text-decoration: none;
        width: 100%; }
  .dropdown-directive.open ul li,
  .dropdown-directive.open .dropdown-selected {
    background: #ecf6fe;
    line-height: 35px; }
  .dropdown-directive.open .dropdown-selected-label {
    border-bottom: 2px solid #3e7dfb;
    color: #3e7dfb; }
  .compare-container .dropdown-directive .fa-list-ul {
    display: none; }
  .compare-container .dropdown-directive:hover .dropdown-selected {
    background: none;
    cursor: initial; }
  .compare-container .dropdown-directive.open .dropdown-selected {
    background: #ecf6fe; }
  .compare-container .dropdown-directive.open, .compare-container .dropdown-directive:hover {
    background: none; }
    .compare-container .dropdown-directive.open .dropdown-scroll-body, .compare-container .dropdown-directive:hover .dropdown-scroll-body {
      overflow: visible; }
    .compare-container .dropdown-directive.open .dropdown-selected-label, .compare-container .dropdown-directive:hover .dropdown-selected-label {
      color: inherit;
      border-bottom-color: #eaeaea; }
  .compare-container .dropdown-directive ul li {
    height: 35px; }
    .compare-container .dropdown-directive ul li.dropdown-hint {
      font-size: 12px;
      font-style: italic;
      height: auto;
      line-height: 1.4;
      padding: 10px 10px 5px; }
    .compare-container .dropdown-directive ul li a {
      padding-left: 10px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .compare-container .dropdown-directive .dropdown-selected-label {
    line-height: 35px;
    overflow: hidden;
    padding-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap; }
    [dir="rtl"] .compare-container .dropdown-directive .dropdown-selected-label {
      padding-right: 0;
      padding-left: 30px; }
  @media only screen and (max-width: 720px) {
    .compare-container .dropdown-directive ul {
      width: calc(200% + 20px); }
    .compare-container .dropdown-directive .dropdown-selected {
      cursor: inherit; } }

.dropdown-mask {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 6; }

.sprite-icon, .icon-compare-article-blue,
.icon-compare-article-white, .icon-compare-clear, .icon-load-more, .icon-social-facebook span,
.icon-social-twitter span, .icon-social-email, .icon-pinned-search, .icon-pinned-compare, .icon-pinned-article, .icon-enter-site-arrow span, .icon-filters, .icon-clear-compare span, .icon-highlight-top span, .icon-highlight-bottom span, .icon-language-selector, .icon-link .icon-link-blue, .icon-link .icon-link-dark {
  display: inline-block;
  margin: 0 auto; }

.icon-compare-tab span {
  background-position: 0 -275px; }

.icon-compare-tab span.hover {
  background-position: 0 -300px; }

.icon-list-tab span {
  background-position: -20px -275px; }

.icon-list-tab span.hover {
  background-position: -20px -300px; }

.icon-pinned-tab span {
  background-position: -40px -275px; }

.icon-pinned-tab span.hover {
  background-position: -40px -300px; }

/*Compare Page*/
.icon-compare-article-blue,
.icon-compare-article-white {
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-position: -50px -160px;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 46px; }
  [dir="rtl"] .icon-compare-article-blue, [dir="rtl"]
  .icon-compare-article-white {
    left: auto;
    right: 0; }

.icon-compare-article-white {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background-position: 0 -160px; }

.icon-compare-clear {
  background-position: -100px -160px;
  height: 14px;
  width: 14px; }

/* General */
.icon-load-more {
  background-position: -25px -120px;
  height: 33px;
  width: 33px; }

/* Social */
.icon-social-facebook,
.icon-social-twitter {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px; }
  .icon-social-facebook span,
  .icon-social-twitter span {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; }
    .icon-social-facebook span.hover,
    .icon-social-twitter span.hover {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0; }
  .icon-social-facebook.active span.hover,
  .no-touch .icon-social-facebook:hover span.hover,
  .icon-social-twitter.active span.hover,
  .no-touch
  .icon-social-twitter:hover span.hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }

.icon-social-facebook span {
  background-position: -25px -250px; }
  .icon-social-facebook span.hover {
    background-position: -25px -225px; }

.icon-social-twitter span {
  background-position: -50px -250px; }
  .icon-social-twitter span.hover {
    background-position: -50px -225px; }

.icon-social-email {
  background-position: -75px -225px;
  height: 20px;
  width: 20px; }
  .icon-social-email.active, .icon-social-email:hover {
    background-position: -75px -250px; }

/*Pinned Page */
.icon-pinned-search {
  background-position: 0px -325px;
  height: 21px;
  width: 20px; }

.icon-pinned-compare {
  background-position: -20px -325px;
  height: 21px;
  width: 18px; }

.icon-pinned-article {
  background-position: -40px -325px;
  height: 21px;
  width: 18px; }

.icon-enter-site-arrow {
  height: 58px;
  margin: 0 auto;
  position: relative;
  width: 58px; }
  .icon-enter-site-arrow span {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-position: -120px -70px; }
    .icon-enter-site-arrow span.hover {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      background-position: -180px -70px; }

.icon-filters {
  background-position: -100px -221px;
  height: 28px;
  width: 22px; }

.icon-clear-compare {
  display: block;
  height: 43px;
  position: relative;
  width: 34px; }
  .icon-clear-compare span {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-position: -120px -160px; }
    .icon-clear-compare span.hover {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      background-position: -155px -160px; }
  .icon-clear-compare.active span.hover,
  .no-touch .icon-clear-compare:hover span.hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }

.icon-highlight-top {
  display: block;
  height: 64px;
  position: relative;
  width: 33px; }
  .icon-highlight-top span {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-position: -250px -5px; }
    .icon-highlight-top span.active, .icon-highlight-top span.hover {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      background-position: -290px -5px; }
  .icon-highlight-top.active span.hover,
  .no-touch .icon-highlight-top:hover span.hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  .no-touch .icon-highlight-top.active:hover {
    cursor: default; }

.icon-highlight-bottom {
  display: block;
  height: 64px;
  position: relative;
  width: 33px; }
  .icon-highlight-bottom span {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-position: -250px -76px; }
    .icon-highlight-bottom span.active, .icon-highlight-bottom span.hover {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      background-position: -290px -76px; }
  .icon-highlight-bottom.active span.hover,
  .no-touch .icon-highlight-bottom:hover span.hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }
  .no-touch .icon-highlight-bottom.active:hover {
    cursor: default; }

.icon-language-selector {
  display: block;
  height: 14px;
  width: 14px;
  background-position: 0 -380px; }

.icon-link {
  display: inline-block;
  height: 15px;
  margin-bottom: -2px;
  position: relative;
  width: 15px; }
  .icon-link .icon-link-blue {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-position: -20px -400px;
    display: inline-block;
    height: 15px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px; }
  .icon-link .icon-link-dark {
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -moz-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -ms-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-position: 0 -400px;
    display: inline-block;
    height: 15px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px; }
