@charset "UTF-8";
@import url("//hello.myfonts.net/count/2f31fe");
@media all and (min-width: 1px) {
  .mediatest {
    position: absolute; } }

.visible-block-xs {
  display: none; }

.visible-block-s {
  display: none; }

.visible-block-m {
  display: none; }

.visible-block-l {
  display: none; }

.visible-block-xl {
  display: block; }

.invisible-xl {
  display: none; }

head title {
  font-family: "XS 0px, S 480px, M 768px, L 1024px, XL 1226px"; }

@media all and (min-width: 1px) {
  .mediatest {
    position: absolute; } }

.visible-block-xs {
  display: none; }

.visible-block-s {
  display: none; }

.visible-block-m {
  display: none; }

.visible-block-l {
  display: none; }

.visible-block-xl {
  display: block; }

.invisible-xl {
  display: none; }

body .hidden-from-xs {
  display: none; }

body .block-from-xs {
  display: block; }

body .block-above-xs {
  display: block; }

body .hidden-above-xs {
  display: none; }

body .hidden-from-s {
  display: none; }

body .block-from-s {
  display: block; }

body .block-above-s {
  display: block; }

body .hidden-above-s {
  display: none; }

body .block-m {
  display: block; }

body .hidden-m {
  display: none; }

body .hidden-from-m {
  display: none; }

body .block-from-m {
  display: block; }

body .block-above-m {
  display: block; }

body .hidden-above-m {
  display: none; }

body .block-l {
  display: block; }

body .hidden-l {
  display: none; }

body .hidden-from-l {
  display: none; }

body .block-from-l {
  display: block; }

head title {
  font-family: "XS 0px, S 480px, M 768px, L 1024px, XL 1226px"; }

html, body {
  height: 100%; }

body {
  color: #333;
  font-family: "AzoSans-Light", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  line-height: 1.375;
  min-width: 1024px !important; }

#wrap {
  overflow: hidden;
  min-height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.skipnav {
  text-align: left; }
  .skipnav a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden; }
    .skipnav a:focus, .skipnav a:active {
      position: static;
      left: 0;
      top: 0;
      width: auto;
      height: auto;
      overflow: visible;
      text-decoration: underline;
      display: block; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease; }

.toggle-icon-btn .active,
.toggle-icon-btn .alert {
  display: none !important; }

.toggle-icon-btn .inactive {
  display: inline-block !important; }

.toggle-icon-btn .label.alert {
  text-transform: none; }

.toggle-icon-btn.active .icon {
  background: #000;
  border-color: #000;
  color: #fff; }

.toggle-icon-btn.active .label {
  color: #000; }

.toggle-icon-btn.active .active {
  display: inline-block !important; }

.toggle-icon-btn.active .inactive {
  display: none !important; }

.toggle-icon-btn.alert .icon {
  background: #fd5f5f !important;
  border-color: #fd5f5f !important;
  color: #fff !important; }

.toggle-icon-btn.alert .label {
  color: #fd5f5f !important; }

.toggle-icon-btn.alert .alert {
  display: inline-block !important; }

.toggle-icon-btn.alert .active,
.toggle-icon-btn.alert .inactive {
  display: none !important; }

.color-divider {
  width: 100%;
  height: 8px;
  display: block;
  margin-bottom: 22px; }
  .color-divider__blue {
    background-color: #7dcef1; }
  .color-divider__grey {
    background-color: #ddd; }
  .color-divider__thin {
    height: 2px; }

.hidden-box-line {
  margin: 0 !important;
  padding: 0 !important; }
  .hidden-box-line:before {
    display: none !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 8/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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

th,
td {
  padding: 0; }

h1 {
  font-size: 1.875em;
  font-weight: normal; }

h2 {
  font-size: 1.5em;
  font-weight: normal; }

h3, h4, h5, h6 {
  font-weight: normal; }

.taxonomy-title {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #adadad; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes grow-width {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes from-bottom-opacity {
  0% {
    margin-top: 10px;
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    margin-top: 0px; } }

@keyframes opacity-0-1 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.loading.grow-width {
  animation: opacity-0-1 .5s;
  position: relative;
  background-color: #f4f4f4;
  color: #333;
  text-align: center; }
  .loading.grow-width > * {
    position: relative;
    vertical-align: middle; }
  .loading.grow-width:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #7dcef1;
    z-index: 0;
    animation: grow-width  4s infinite; }
  .loading.grow-width .copy {
    position: relative;
    z-index: 1; }

.loading-overlay .loading {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1.3125em;
  height: 2.95238em;
  line-height: 2.95238em; }

/**
 * @license
 * MyFonts Webfont Build ID 3092990, 2015-09-17T07:15:31-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AzoSans-Light by Rui Abreu
 * URL: http://www.myfonts.com/fonts/r-type/azo-sans/light/
 * 
 * Webfont: AzoSans-Regular by Rui Abreu
 * URL: http://www.myfonts.com/fonts/r-type/azo-sans/regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3092990
 * Licensed pageviews: 100,000
 * Webfonts copyright: Copyright (c) 2012 by Rui Abreu, Portugal. All rights reserved.
 * 
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "AzoSans-Light";
  src: url("fonts/2F31FE_0_0.eot");
  src: url("fonts/2F31FE_0_0.eot?#iefix") format("embedded-opentype"); }

@font-face {
  font-family: "AzoSans-Regular";
  src: url("fonts/2F31FE_1_0.eot");
  src: url("fonts/2F31FE_1_0.eot?#iefix") format("embedded-opentype"); }

@font-face {
  font-family: "AzoSans-Bold";
  src: url("fonts/30815D_1_0.eot");
  src: url("fonts/30815D_1_0.eot?#iefix") format("embedded-opentype"); }

@font-face {
  font-family: "ffms-icons";
  src: url("fonts/ffms-icons.eot");
  src: url("fonts/ffms-icons.eot?#iefix") format("embedded-opentype"); }

.select2-container--default .select2-selection--single .select2-selection__arrow b, .list-filters__list-toggle-button .active-filter-icon, .carousel-module .slick-arrow,
[class^="icon-"], [class*=" icon-"] {
  font-family: 'ffms-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-copy:before {
  content: "\e905"; }

.icon-live:before {
  content: "\1f4f9"; }

.icon-tv-play:before {
  content: "\1f4fa"; }

.icon-grid:before {
  content: "\25a6"; }

.icon-list:before {
  content: "\25a4"; }

.icon-open-book:before {
  content: "\1f4d6"; }

.icon-circle-x:before {
  content: "\e903";
  color: #595a5c; }

.icon-circle-checked:before {
  content: "\e902";
  color: #58595c; }

.icon-meo:before {
  content: "\e901"; }

.icon-calendar:before {
  content: "\1f4c5"; }

.icon-checkbox-check:before, label.checkbox-label .box:before {
  content: "\2713"; }

.icon-graph:before {
  content: "\e63b"; }

.icon-graph-remove:before {
  content: "\e63c"; }

.icon-text-active:before {
  content: "\e636"; }

.icon-text:before {
  content: "\e637"; }

.icon-image:before {
  content: "\e904"; }

.icon-image-active:before {
  content: "\e639"; }

.icon-star-remove:before {
  content: "\e635"; }

.icon-read-later-remove:before {
  content: "\e634"; }

.icon-camera:before {
  content: "\1f4f7"; }

.icon-newsletter-alert:before {
  content: "\e63d"; }

.icon-newsletter-remove:before {
  content: "\e630"; }

.icon-newsletter:before {
  content: "\1f4f0"; }

.icon-lock:before {
  content: "\1f512"; }

.icon-pencil:before {
  content: "\270e"; }

.icon-site:before {
  content: "\1f30d"; }

.icon-star-checked:before {
  content: "\e62e"; }

.icon-fullscreen-enter:before {
  content: "\2922"; }

.icon-fullscreen-exit:before {
  content: "\e900"; }

.icon-sound:before {
  content: "\1f50a"; }

.icon-closeb:before {
  content: "\2716"; }

.icon-tools:before {
  content: "\2699"; }

.icon-home:before {
  content: "\1f3e0"; }

.icon-highlight:before {
  content: "\e624"; }

.icon-notes-outline:before {
  content: "\e625"; }

.icon-notes-outline-active:before {
  content: "\e63a"; }

.icon-notes:before {
  content: "\e626"; }

.icon-my-articles:before {
  content: "\e622"; }

.icon-email2:before {
  content: "\1f4e7"; }

.icon-link:before {
  content: "\1f517"; }

.icon-no-photo:before {
  content: "\e602"; }

.icon-single-column:before {
  content: "\e603"; }

.icon-two-columns:before {
  content: "\e604"; }

.icon-youtube:before {
  content: "\e605"; }

.icon-linkedin:before {
  content: "\e606"; }

.icon-twitter:before {
  content: "\e607"; }

.icon-instagram:before {
  content: "\e906"; }

.icon-comments:before {
  content: "\1f4ac"; }

.icon-facebook:before {
  content: "\e609"; }

.icon-menu:before {
  content: "\2630"; }

.icon-email:before {
  content: "\2709"; }

.icon-down:before, .select2-container--default .select2-selection--single .select2-selection__arrow b:before, .csstransforms .select2-container--default.select2-container--open .select2-selection__arrow b:before {
  content: "\1f53b"; }

.icon-up:before, .select2-container--default.select2-container--open .select2-selection__arrow b:before {
  content: "\1f53a"; }

.icon-left:before, .carousel-module .slick-prev:before {
  content: "\25c4"; }

.icon-right:before, .carousel-module .slick-next:before {
  content: "\25ba"; }

.icon-note:before {
  content: "\1f4dd"; }

.icon-top:before {
  content: "\2912"; }

.icon-read-later:before {
  content: "\1f516"; }

.icon-cart:before {
  content: "\1f3ec"; }

.icon-clock-pointers:before {
  content: "\1f553"; }

.icon-close:before {
  content: "\2715"; }

.icon-contrast:before {
  content: "\1f317"; }

.icon-help:before {
  content: "\2753"; }

.icon-not-useful:before {
  content: "\e618"; }

.icon-search:before {
  content: "\1f50d"; }

.icon-share:before {
  content: "\e61a"; }

.icon-print:before {
  content: "\2399"; }

.icon-docs:before {
  content: "\1f4d5"; }

.icon-useful:before {
  content: "\e61d"; }

.icon-useful-checked:before {
  content: "\e61e"; }

.icon-mark:before {
  content: "\1f4cc"; }

.icon-user:before {
  content: "\1f464"; }

.icon-error:before, form .info-message:before,
form .error-message:before, .parsley-errors-list > :before, .form-status-message .error:before {
  content: "\2757"; }

.icon-star:before {
  content: "\2606"; }

input {
  border: 1px solid #ddd;
  color: #333;
  border-radius: 0;
  outline: 0; }
  input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none; }
  input.placeholdersjs {
    color: #333; }
  input.placeholder {
    color: #333; }
  input:-moz-placeholder {
    color: #333; }
  input::-moz-placeholder {
    color: #333; }
  input:-ms-input-placeholder {
    color: #333; }
  input::-webkit-input-placeholder {
    color: #333; }
  input:focus {
    border: 1px solid #7dcef1; }
    input:focus.placeholdersjs {
      color: #ddd; }
    input:focus.placeholder {
      color: #ddd; }
    input:focus:-moz-placeholder {
      color: #ddd; }
    input:focus::-moz-placeholder {
      color: #ddd; }
    input:focus:-ms-input-placeholder {
      color: #ddd; }
    input:focus::-webkit-input-placeholder {
      color: #ddd; }
  input.parsley-error, input.error {
    border-color: #fd5f5f;
    color: #fd5f5f; }
  input[type="radio"], input[type="checkbox"] {
    height: auto;
    padding: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

textarea {
  display: block;
  width: 100%;
  padding: 0.71875em 0.625em;
  line-height: 1.375;
  border: 1px solid #ddd; }
  textarea:focus {
    border: 1px solid #7dcef1;
    outline: 0; }
    textarea:focus.placeholdersjs {
      color: #ddd; }
    textarea:focus.placeholder {
      color: #ddd; }
    textarea:focus:-moz-placeholder {
      color: #ddd; }
    textarea:focus::-moz-placeholder {
      color: #ddd; }
    textarea:focus:-ms-input-placeholder {
      color: #ddd; }
    textarea:focus::-webkit-input-placeholder {
      color: #ddd; }

.elabel {
  position: relative; }
  .elabel label {
    position: absolute;
    top: 0.75em;
    left: 0.6875em;
    transition: all 0.3s ease; }
    .elabel label.elabel-static {
      position: static; }
  .elabel input {
    display: block;
    width: 100%; }
  .elabel input:focus + label,
  .elabel textarea:focus + label,
  .elabel input:focus + .parsley-errors-list + label,
  .elabel textarea:focus + .parsley-errors-list + label,
  .elabel .not-empty + label,
  .elabel .not-empty + .parsley-errors-list + label,
  .elabel .not-empty + .select2 + label {
    top: -1.60714em;
    left: 0;
    font-size: 0.875em;
    color: #adadad; }
    .elabel input:focus + label.elabel-bottom,
    .elabel textarea:focus + label.elabel-bottom,
    .elabel input:focus + .parsley-errors-list + label.elabel-bottom,
    .elabel textarea:focus + .parsley-errors-list + label.elabel-bottom,
    .elabel .not-empty + label.elabel-bottom,
    .elabel .not-empty + .parsley-errors-list + label.elabel-bottom,
    .elabel .not-empty + .select2 + label.elabel-bottom {
      top: 3.35714em; }
  .elabel input:-webkit-autofill + label {
    top: -1.60714em;
    left: 0;
    font-size: 0.875em;
    color: #adadad; }
    .elabel input:-webkit-autofill + label.elabel-bottom {
      top: 3.35714em; }
  .elabel.select-wrap label {
    pointer-events: none; }
  .elabel.select-wrap .not-empty + .select2 + label {
    pointer-events: auto; }

.submit-input__label {
  font-size: 0.875em;
  color: #7dcef1; }

button,
a {
  color: #7dcef1;
  text-decoration: none;
  transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0; }
  button:hover,
  a:hover {
    color: #333; }
  button:focus,
  a:focus {
    color: #808080; }

.btn {
  display: inline-block; }

label.icontext [class^="icon-"],
label.icontext [class*=" icon-"],
button.icontext [class^="icon-"],
button.icontext [class*=" icon-"],
a.icontext [class^="icon-"],
a.icontext [class*=" icon-"] {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px; }

label.simple,
button.simple,
a.simple {
  border: 1px solid #ddd;
  color: #6ec1e4; }
  label.simple:hover,
  button.simple:hover,
  a.simple:hover {
    background-color: #333;
    color: #fff;
    border-color: #333; }

label.white-outline,
button.white-outline,
a.white-outline {
  border: 1px solid #fff;
  background: none;
  color: #fff; }
  label.white-outline:hover, label.white-outline:focus,
  button.white-outline:hover,
  button.white-outline:focus,
  a.white-outline:hover,
  a.white-outline:focus {
    color: #333;
    background: #fff; }

.labeled-icon-btn .icon, .read-later-btn .icon,
.reading-time .icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 48px;
  height: 48px;
  font-size: 28px;
  border-radius: 48px;
  border: 1px solid #adadad;
  line-height: 46px;
  transition: 0.5s all ease; }
  .labeled-icon-btn .icon:before, .read-later-btn .icon:before,
  .reading-time .icon:before {
    display: block;
    text-align: center;
    line-height: 46px; }

label.checkbox-label,
label.radio-label {
  display: inline-block;
  padding-left: 1.875em;
  cursor: pointer; }
  label.checkbox-label input,
  label.radio-label input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
    label.checkbox-label input:checked + .box:before, label.checkbox-label input.checked + .box:before,
    label.radio-label input:checked + .box:before,
    label.radio-label input.checked + .box:before {
      display: block; }
      .csstransitions label.checkbox-label input:checked + .box:before, .csstransitions label.checkbox-label input.checked + .box:before, .csstransitions
      label.radio-label input:checked + .box:before, .csstransitions
      label.radio-label input.checked + .box:before {
        color: #000; }
  label.checkbox-label .box,
  label.radio-label .box {
    display: inline-block;
    position: relative;
    font-size: 1.125em;
    width: 1em;
    height: 1em;
    margin-left: -1.66667em;
    margin-right: 0.44444em;
    padding: 0.16667em;
    text-align: left;
    vertical-align: sub;
    border: 1px solid #ccc;
    background: #fff; }
    label.checkbox-label .box:before,
    label.radio-label .box:before {
      display: none;
      width: 100%;
      font-size: 0.55556em; }
      .csstransitions label.checkbox-label .box:before, .csstransitions
      label.radio-label .box:before {
        display: block;
        transition: 0.5s all ease;
        color: #fff; }

label.radio-label {
  display: inline-block; }
  label.radio-label .box {
    border-radius: 1em; }
    label.radio-label .box:before {
      content: "";
      padding-top: 100%;
      border-radius: 1em;
      background: #7dcef1; }
      .csstransitions label.radio-label .box:before {
        background: #fff; }
  .csstransitions label.radio-label input:checked + .box:before, .csstransitions label.radio-label input.checked + .box:before {
    background: #7dcef1; }

label.checkbox-label .box:before {
  font-family: 'ffms-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  line-height: 1; }

.option-wrap--highlighted {
  padding: 0.5em;
  background: #f4f4f4;
  border: 1px solid #ddd; }
  .option-wrap--highlighted label {
    display: block; }

.options-group__fields {
  margin-left: -10px; }
  .options-group__fields > * {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px; }
  .options-group__fields--two-columns {
    margin-left: 0;
    margin-left: -13px;
    margin-right: -13px; }
    .options-group__fields--two-columns > * {
      display: block;
      margin-left: 0; }
    .options-group__fields--two-columns:after {
      content: "";
      display: table;
      clear: both; }
    .options-group__fields--two-columns > * {
      position: relative;
      min-height: 1px;
      padding-left: 13px;
      padding-right: 13px;
      float: left;
      width: 50%; }
    .options-group__fields--two-columns .parsley-errors-list {
      width: 100%;
      margin-top: 0.5em;
      padding: 0 13px !important; }

.numeric-spinners {
  display: inline-block;
  font-size: 0;
  white-space: nowrap; }
  .numeric-spinners input[type="number"]::-webkit-outer-spin-button {
    display: none; }
  .numeric-spinners input[type="number"]::-webkit-inner-spin-button {
    display: none; }
  .numeric-spinners__down, .numeric-spinners__up {
    display: inline-block;
    width: 1.67857em;
    height: 1.67857em;
    line-height: 1.60714em;
    font-size: 28px;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    border: 1px solid #ddd;
    color: #adadad; }
  .numeric-spinners input {
    font-size: 16px;
    border-left: 0;
    border-right: 0;
    height: 2.9375em;
    line-height: 2.8125em;
    width: 50px;
    text-align: center;
    background-color: #f4f4f4; }

.js select {
  visibility: hidden; }

.select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  transition: 0.5s all; }
  .select2-container--default .select2-selection--single:focus {
    outline: 0; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    width: auto; }
    .large-input-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 0; }
    .select2-container--default .select2-selection--single .select2-selection__arrow,
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      height: 1em;
      line-height: 1; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      position: static;
      margin: 0;
      top: 0;
      left: 0;
      width: auto;
      text-align: center;
      border: 0; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        display: inline-block;
        transition: 0.35s all ease;
        transform: rotate(0deg); }
      .large-input-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
        left: 0; }

.csstransforms .select2-container--default.select2-container--open .select2-selection__arrow b:before {
  transform: rotate(180deg); }

.select2-container--default .select2-search--dropdown {
  padding: 0 0.625em 0.625em; }

.select2-container--default .select2-search__field {
  padding: 0 10px;
  border-color: #ddd !important; }

.select2-dropdown {
  border-radius: 0;
  border: 1px solid #ddd; }

.select2-results__options {
  padding: 0 10px; }
  .large-input-wrap .select2-results__options {
    padding: 0 20px; }

.select2-results__option {
  position: relative;
  padding: 0.625em 0;
  top: -1px;
  line-height: 1.5625em;
  min-height: 2.8125em;
  color: #ccc;
  transition: 0.25s all ease; }
  .select2-results__option:before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #ccc; }
  .select2-results__option:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -10px;
    right: -10px;
    bottom: 50%;
    background: rgba(255, 255, 255, 0);
    transition: 0.25s all ease-out; }
  .select2-results__option:first-child:before {
    display: none; }

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #fff; }
  .select2-container--default .select2-results__option[aria-selected="true"]:after,
  .select2-container--default .select2-results__option--highlighted[aria-selected]:after {
    background: #7dcef1;
    top: -1px;
    bottom: -1px; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #fff; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0; }

.select2-container--default .select2-selection--single {
  border: 1px solid #ddd; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: 0; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top: 0; }

.large-input-wrap {
  font-size: 1.3125em; }
  .large-input-wrap input,
  .large-input-wrap .select2-container--default .select2-selection--single {
    padding-left: 0;
    padding-right: 0;
    line-height: 2.8125em;
    height: 2.8125em;
    border: 0;
    border-bottom: 2px solid; }
  .large-input-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.8125em;
    padding-left: 0; }
  .large-input-wrap .select2-container {
    display: block;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    width: auto !important; }
    .large-input-wrap .select2-container:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      border: 1px solid transparent;
      background: #fff; }
  .large-input-wrap .select2-container--default .select2-selection--single {
    position: relative;
    margin-left: 13px;
    margin-right: 13px;
    margin-left: 20px;
    margin-right: 20px;
    background: none; }
  .large-input-wrap .select2-container--open:before {
    border-color: #ddd; }
  .large-input-wrap .select2-container--open.select2-container--below:before {
    border-bottom: 0; }
  .large-input-wrap .select2-container--open.select2-container--below .select2-dropdown {
    border-top: 0; }
  .large-input-wrap .select2-container--open .select2-selection--single {
    border-color: #7dcef1 !important; }
  .large-input-wrap .select2-results__option:after {
    left: -20px;
    right: -20px; }
  .large-input-wrap input,
  .large-input-wrap select {
    display: block;
    width: 100%; }

form .info-message,
form .error-message, .parsley-errors-list > *, .form-status-message .error {
  position: relative;
  margin: 0.35em 0;
  padding: 0.21429em 0 0.21429em 2em;
  font-size: 0.875em;
  line-height: 1.2;
  text-align: left;
  color: #fd5f5f;
  animation: opacity-0-1 0.25s; }
  form .info-message:before,
  form .error-message:before, .parsley-errors-list > :before, .form-status-message .error:before {
    font-family: 'ffms-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5em; }

form .info-message,
form .error-message {
  display: none; }
  form .info-message.show,
  form .error-message.show {
    display: block; }

form .info-message {
  color: #0a568c; }
  form .info-message:before {
    transform: rotate(180deg); }

.form-status-message,
.parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style: none; }

body.modal-opened {
  overflow: hidden; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5625) and (max-width: 768px), only screen and (min-resolution: 150dpi) and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 768px) {
    body.modal-opened {
      position: fixed; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5625) and (max-width: 768px), only screen and (min-resolution: 150dpi) and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 768px) {
  body.menu-opened {
    position: fixed; } }

.svg .vector-image .vector-image__bitmap {
  display: none; }

.no-svg .vector-image .vector-image__vector {
  display: none; }

.brand-c-white {
  color: #fff !important; }

.brand-bg-white {
  background-color: #fff; }

.brand-c-black {
  color: #000 !important; }

.brand-bg-black {
  background-color: #000; }

.brand-c-text {
  color: #333 !important; }

.brand-bg-text {
  background-color: #333; }

.brand-c-blue {
  color: #7dcef1 !important; }

.brand-bg-blue {
  background-color: #7dcef1; }

.brand-c-yellow {
  color: #febd28 !important; }

.brand-bg-yellow {
  background-color: #febd28; }

.brand-c-golden {
  color: #ffca4c !important; }

.brand-bg-golden {
  background-color: #ffca4c; }

.brand-c-error {
  color: #fd5f5f !important; }

.brand-bg-error {
  background-color: #fd5f5f; }

.cookieconsent--no-1 .cookieconsent--no-1--hide {
  display: none !important; }

.cookieconsent--no-2 .cookieconsent--no-2--hide {
  display: none !important; }

.cookieconsent--no-3 .cookieconsent--no-3--hide {
  display: none !important; }

.page-title {
  color: #7dcef1;
  margin: 0;
  position: relative; }
  .pdf-version .page-title {
    display: none; }
  .page-title .heading {
    margin: 0;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 1.3125em;
    line-height: 1.2; }
  .page-title .heading {
    font-size: 1.8125em; }
  .page-title .heading {
    font-size: 2em; }

.page-title .color-bar,
.home-ffms-quote .color-bar {
  display: block;
  width: 520px;
  max-width: 100%;
  height: 7px;
  margin-bottom: 15px;
  background-color: #7dcef1; }

#cookies-pannel {
  position: relative;
  z-index: 2000;
  padding: 1em 0;
  background: #f4f4f4; }
  .pdf-version #cookies-pannel {
    display: none !important; }
  .site-areas-submenu--opened #cookies-pannel {
    z-index: 2001; }

.cookies-pannel__container {
  position: relative; }

.cookies-pannel__title {
  margin: 0 0 .5em;
  text-transform: uppercase;
  font-size: 1.3125em; }

.cookies-pannel__text {
  margin: 0;
  color: #adadad;
  font-size: 0.875em;
  line-height: 1.25; }

.cookies-pannel__content {
  margin-right: 40px; }

.cookies-pannel__action-btn {
  position: absolute;
  top: 0;
  right: 17px;
  font-size: 24px;
  color: #333;
  right: 26px; }
  .cookies-pannel__action-btn:focus {
    color: #6ec1e4; }
  .cookies-pannel__action-btn:hover {
    color: #7dcef1; }

.login-module .btn {
  width: 100%;
  font-size: 1em;
  text-transform: none;
  text-align: center; }

.login-module input {
  display: block;
  width: 100%;
  /*& + input {
			margin-top: 30px;
		}*/ }

.login-module .input-wrap + .input-wrap {
  margin-top: 26px; }

.login-module .register {
  margin-top: 26px; }
  .login-module .register .btn {
    border-width: 1px;
    border-style: solid; }

.login-module .g-recaptcha {
  margin-top: 20px; }

.login-module .recover-password {
  margin: 16px 0 6px;
  display: block;
  padding: 10px 0;
  text-transform: none; }

.login-module .desc {
  color: #adadad;
  margin: 14px 0 26px;
  line-height: 1.1875em; }

.login-module .loading {
  display: none;
  margin: 26px 0 46px; }
  .login-module .loading p {
    margin: 0; }

.login-module .social-login {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -13px;
  margin-right: -13px;
  margin-left: -8px;
  margin-right: -8px; }
  .login-module .social-login:after {
    content: "";
    display: table;
    clear: both; }
  .login-module .social-login li {
    position: relative;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 13px;
    float: left;
    width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px; }
  .login-module .social-login a {
    display: block;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    line-height: 2.8125em;
    vertical-align: middle; }
  .login-module .social-login span {
    display: inline-block;
    vertical-align: middle; }

.login-module .icon-facebook,
.login-module .icon-twitter,
.login-module .icon-linkedin {
  font-size: 1.25em; }

.login-module.loading .loading {
  display: block; }

.login-module.loading .login-forms {
  display: none; }

.login-module .sep {
  border-bottom: 1px solid #ddd;
  position: relative;
  margin: 30px 0; }
  .login-module .sep span {
    position: absolute;
    left: 50%;
    top: -18px;
    margin-left: -17px;
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    line-height: 35px;
    text-align: center;
    font-size: 0.875em;
    border-radius: 35px;
    background-color: #fff; }

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3000; }

.page-overlay__cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #333;
  filter: alpha(opacity=40); }

.ffms-logo {
  display: block;
  float: left;
  overflow: hidden; }
  .ffms-logo .logo {
    display: block;
    pointer-events: none;
    overflow: hidden; }
  .ffms-logo .big {
    display: none; }
  .svg .ffms-logo img {
    visibility: hidden; }
  .svg .ffms-logo .logo {
    background: url("../img/logo-small.svg") no-repeat;
    background-size: contain !important; }
  .svg .ffms-logo .logo.big {
    background: url("../img/logo.svg") no-repeat; }
  .svg .ffms-logo .white.logo {
    background: url("../img/logo-white-small.svg?v") no-repeat;
    background-size: contain !important; }
  .svg .ffms-logo .white.logo.big {
    background: url("../img/logo-white.svg") no-repeat; }
  .pdf-version .ffms-logo {
    display: block;
    float: right; }
    .pdf-version .ffms-logo .logo {
      display: block; }
    .pdf-version .ffms-logo .big {
      display: none; }

a.ffms-logo .logo {
  cursor: pointer; }

.ffms-logo .small {
  display: none; }

.ffms-logo .big {
  display: block; }
  .ffms-logo .big, .ffms-logo .big img {
    max-height: 76px; }

.links-wrap {
  margin-top: 0; }

.ffms-logo .big, .ffms-logo .big img {
  max-height: none; }

@media only screen and (min-width: 1024px) and (max-height: 767px) {
  .ffms-logo .big, .ffms-logo .big img {
    max-height: 76px; } }

.video-player {
  overflow: hidden; }
  .video-player .video-player__iframe-wrapper {
    position: absolute;
    top: 0;
    bottom: 48px;
    left: 0;
    right: 0;
    height: auto;
    transition: 0.5s bottom ease; }
    .hidden-controls .video-player .video-player__iframe-wrapper {
      bottom: 0; }
  .video-player iframe {
    display: block;
    height: 100%;
    width: 100%; }
  .video-player__close {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    border: 1px solid;
    transition: 0.5s opacity ease;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 13.33333px;
    border-radius: 40px;
    border-width: 2px; }
    .video-player__close .icon {
      position: relative;
      display: inline-block;
      line-height: 28px;
      transition: 0.3s transform ease; }
    .video-player__close:hover {
      color: #fff; }
      .video-player__close:hover .icon {
        transform: scale(1.05); }
    .video-player__close .icon {
      line-height: 36px; }
    .hidden-controls .video-player__close {
      opacity: 0; }
  .video-player .control-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f4f4f4;
    color: #333;
    transition: 0.5s bottom ease;
    animation: opacity-0-1 0.5s; }
    .video-player .control-bar:before {
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      border-top: 2px solid #fff; }
    .hidden-controls .video-player .control-bar {
      bottom: -48px; }
  .video-player .wrap {
    position: relative;
    height: 48px; }
    .video-player .wrap:after, .video-player .wrap:before {
      content: "";
      position: absolute;
      top: 0;
      height: 100%;
      width: 0;
      color: #ddd; }
    .video-player .wrap:before {
      border-left: 1px solid;
      right: 100%; }
    .video-player .wrap:after {
      border-right: 1px solid;
      left: 100%; }
  .video-player .play-pause {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    height: 100%;
    font-size: 26px;
    text-align: center;
    color: #333;
    vertical-align: middle;
    border-right: 1px solid #ddd; }
    .video-player .play-pause .play {
      position: absolute;
      top: 50%;
      left: 50%;
      display: none;
      width: 0;
      height: 0;
      margin-top: -8px;
      margin-left: -4px;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 8px solid; }
    .video-player .play-pause .pause:after, .video-player .play-pause .pause:before {
      position: absolute;
      content: " ";
      height: 16px;
      width: 4px;
      display: block;
      left: 50%;
      top: 50%;
      background-color: #333;
      margin-top: -8px; }
    .video-player .play-pause .pause:before {
      margin-left: -6px; }
    .video-player .play-pause .pause:after {
      margin-left: 2px; }
    .video-player .play-pause:hover {
      color: #7dcef1; }
  .video-player.paused .play {
    display: block; }
  .video-player.paused .pause {
    display: none; }
  .video-player .current-time {
    display: none;
    position: absolute;
    top: 0;
    left: 43px;
    width: 102px;
    line-height: 48px;
    border-right: 1px solid #ddd;
    font-size: 0.75em;
    text-align: center;
    display: block; }
  .video-player .progress-holder {
    position: absolute;
    height: 100%;
    display: block;
    left: 57px;
    right: 122px;
    left: 159px; }
    .video-player .progress-holder:after {
      content: "";
      display: table;
      clear: both; }
    .video-player .progress-holder > * {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -3px;
      width: 100%;
      height: 6px;
      border-radius: 6px; }
    .video-player .progress-holder:before {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 1px;
      top: 0;
      right: -25px;
      background-color: #ddd; }
    .video-player .progress-holder:before {
      content: "";
      display: none; }
  .video-player.with-fullscreen .progress-holder {
    right: 165px; }
  .video-player .progress-bg {
    background: #333; }
  .video-player .progress-load {
    background: #808080; }
  .video-player .progress-play {
    background: #7dcef1; }
  .content-hero-carousel--with-nav .video-player .current-time,
  .content-hero-carousel--with-nav .video-player .play-pause,
  .content-hero-carousel--with-nav .video-player .progress-holder {
    margin-left: 146px; }
  .content-hero-carousel--with-nav .video-player .play-pause {
    border-left: 1px solid #ddd; }
  .content-hero-carousel--with-nav .video-player.fullscreen-player .current-time,
  .content-hero-carousel--with-nav .video-player.fullscreen-player .play-pause,
  .content-hero-carousel--with-nav .video-player.fullscreen-player .progress-holder {
    margin-left: 0; }
  .content-hero-carousel--with-nav .video-player.fullscreen-player .play-pause {
    border-left: 0; }
  .video-player .sound {
    position: absolute;
    right: 43px;
    line-height: 48px; }
    .video-player .sound .icon {
      margin-right: 69px; }
  .video-player .sound-track {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 50px;
    height: 6px;
    margin-top: -3px;
    border-radius: 6px;
    background: #333;
    overflow: hidden;
    cursor: pointer; }
  .video-player .current-volume:before {
    filter: alpha(opacity=100); }
  .video-player .current-volume,
  .video-player .drag-volume {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #7dcef1;
    border-radius: 6px; }
  .video-player .drag-volume {
    background: none; }
  .video-player .fullscreen {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 100%;
    color: #333;
    border-left: 1px solid #ddd; }
    .video-player .fullscreen .active {
      display: none; }
    .video-player .fullscreen .inactive {
      display: block; }
    .video-player .fullscreen:hover {
      color: #7dcef1; }
  .video-player.fullscreen-player .fullscreen .active {
    display: block; }
  .video-player.fullscreen-player .fullscreen .inactive {
    display: none; }
  .video-player .video__play-btn {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%; }
  .video-player.paused .video__play-btn {
    display: block; }

.video__play-btn {
  font-size: 10px;
  position: absolute;
  width: 6em;
  height: 6em;
  margin: -3em;
  border-radius: 6em;
  color: #fff;
  border: 2px solid;
  background: rgba(0, 0, 0, 0.15);
  transition: 0.25s all ease; }
  .video__play-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -1em;
    margin-left: -0.6em;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1.8em solid; }
  .video__play-btn:focus, .video__play-btn:hover {
    color: #000;
    background: rgba(255, 255, 255, 0.5); }
  .pdf-version .video__play-btn {
    display: none !important; }


.video-player--visible .video__play-btn,
a[target="video-player"] .video__play-btn,
.video-modal__player .video-player--visible .video__play-btn,
.video-modal__player a[target="video-player"] .video__play-btn {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  bottom: auto;
  right: auto; }

a[target="video-player"] .video__play-btn {
  left: 50%; }

.page-cover {
  margin-bottom: 50px;
  outline: 0 !important; }

.page-cover__close-btn {
  float: right;
  padding: 26px 0;
  font-size: 0.875em;
  line-height: 1.71429em;
  text-transform: uppercase;
  color: #333;
  border-bottom: 2px solid; }
  .page-cover__close-btn:hover, .page-cover__close-btn:focus {
    color: #7dcef1; }
  .page-cover__close-btn .icon {
    position: relative;
    margin-left: .5em;
    font-size: 1.71429em;
    vertical-align: middle; }

.page-cover__logo {
  float: left;
  margin-top: 10px;
  margin-top: 75px; }

.page-cover__title {
  display: inline-block;
  padding-top: 1em;
  color: #7dcef1;
  text-transform: uppercase;
  font-size: 2.25em;
  font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  line-height: 1;
  border-top: 8px solid; }

.page-cover__content {
  clear: both; }

.page-cover--open #main-nav,
.page-cover--open #content {
  display: none; }

.page-title-wrap {
  position: relative;
  z-index: 1500;
  background: #fff; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3000;
  overflow: auto;
  animation: opacity-0-1 0.25s; }
  .modal.modal--mobile {
    position: absolute; }

.modal__overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  min-width: 320px;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.modal__containter-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  min-width: 320px; }
  .modal__containter-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.modal__containter {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding: 25px;
  max-width: 100%;
  overflow: hidden;
  font-size: 16px;
  white-space: normal;
  text-align: left;
  background: #fff;
  animation: opacity-0-1 0.5s;
  animation-delay: 0.25s;
  animation-fill-mode: both;
  padding: 100px; }
  .modal__containter > * {
    max-width: 974px; }
  .success-modal .modal__containter {
    padding: 50px;
    text-align: center;
    background: #7dcef1;
    color: #fff; }
    .success-modal .modal__containter .btn {
      max-width: 100%; }
  .error-modal .modal__containter {
    padding: 50px;
    text-align: center;
    background: #fd5f5f;
    color: #fff; }
    .error-modal .modal__containter .btn {
      max-width: 100%; }
  .cancel-modal .modal__containter .btn {
    color: #333 !important; }
    .cancel-modal .modal__containter .btn:hover {
      background-color: #7dcef1 !important;
      color: #fff !important; }
  .modal__containter > * {
    max-width: 824px; }
  .success-modal .modal__containter {
    padding: 75px; }
    .success-modal .modal__containter > * {
      max-width: 874px; }

.modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 17px;
  font-size: 1.5em;
  line-height: 24px;
  height: 24px;
  width: 24px;
  color: #adadad;
  margin: 17px; }
  .success-modal .modal__close-btn,
  .error-modal .modal__close-btn {
    color: #fff; }
    .success-modal .modal__close-btn:hover,
    .error-modal .modal__close-btn:hover {
      color: #333; }
  .cancel-modal .modal__close-btn:hover {
    color: #fff; }
  .modal__close-btn .label {
    display: none; }

body.modal--open {
  overflow: hidden;
  height: 100%; }

.modal-message {
  max-width: 450px; }
  .modal-message__title {
    margin: 0 0 0.5em;
    text-transform: uppercase;
    font-size: 2.25em; }
  .modal-message__subtitle {
    margin: 0 0 0.5em;
    text-transform: uppercase;
    font-size: 1.5em; }
  .modal-message__text {
    font-family: Georgia, Times, "Times New Roman", serif; }
  .modal-message__action {
    margin-top: 30px;
    margin-left: -13px;
    margin-right: -13px; }
    .modal-message__action .btn {
      display: block;
      margin-top: 10px;
      width: 100%; }
    .modal-message__action:after {
      content: "";
      display: table;
      clear: both; }
    .modal-message__action .btn {
      display: inline-block;
      width: auto;
      margin-left: 13px;
      margin-right: 13px; }

.video-modal .modal__containter,
.video-serie-modal .modal__containter {
  width: 100%;
  max-width: 972px; }

.video-modal__title,
.video-serie-modal__title {
  font-size: 1.3125em; }

.video-modal__player,
.video-serie-modal__player {
  position: relative;
  overflow: hidden; }
  .video-modal__player:before,
  .video-serie-modal__player:before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .video-modal__player img,
  .video-serie-modal__player img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    width: 100%;
    margin: auto; }
  .video-modal__player .video-player__close,
  .video-serie-modal__player .video-player__close {
    display: none;
    visibility: hidden; }

.video-modal__serie .play-carousel .highlights-control.prev,
.video-modal__serie .play-carousel .highlights-control.next,
.video-serie-modal__serie .play-carousel .highlights-control.prev,
.video-serie-modal__serie .play-carousel .highlights-control.next {
  margin-top: -10px !important; }

.video-modal .video__play-btn,
.video-serie-modal .video__play-btn {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto; }

.video-serie-modal__date {
  color: #a0a0a0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
  font-size: 0.8125em;
  line-height: 1.23077em;
  margin: 0; }

.video-serie-modal__title {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
  font-size: 1.875em;
  line-height: 1.16667em;
  margin: 0; }

.video-serie-modal__seriename {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
  font-size: 1.5em;
  line-height: 1.16667em;
  margin: 0;
  color: white;
  text-transform: uppercase;
  margin-bottom: 15px; }

.video-serie-modal__buttons {
  margin-top: 15px;
  margin-bottom: 15px; }
  .video-serie-modal__buttons__add {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
    font-size: 0.875em;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 1.21429em;
    text-align: center; }
  .video-serie-modal__buttons__add {
    background-color: #fff;
    color: #7ccff1;
    padding: 10px 25px 10px 20px; }
    .video-serie-modal__buttons__add .icon {
      font-size: 1.5em; }
    .video-serie-modal__buttons__add__text {
      padding-left: 5px; }

.video-serie-modal .modal__containter {
  padding: 50px 10px 10px 10px;
  width: 70%;
  width: 80%; }
  .video-serie-modal .modal__containter > * {
    max-width: none; }

.video-serie-modal figure {
  opacity: 0;
  visibility: hidden; }

.cancel-modal .modal__containter {
  max-width: 580px;
  text-align: center;
  background: #333;
  color: #fff; }

#recover-password,
#recover-password-success {
  text-align: center; }
  #recover-password .recover-password__title,
  #recover-password-success .recover-password__title {
    margin-top: 0;
    line-height: 1.25;
    font-size: 1.875em; }
  #recover-password .recover-password__info,
  #recover-password-success .recover-password__info {
    color: #adadad; }

#recover-password {
  max-width: 280px; }
  #recover-password input {
    width: 100%; }
  #recover-password .input-wrap,
  #recover-password .btn {
    width: 100%;
    margin: 30px 0 0; }
  #recover-password .btn {
    text-align: center;
    background: #7dcef1;
    color: #fff;
    border: 1px solid #7dcef1; }
    #recover-password .btn:hover, #recover-password .btn:focus {
      background: #fff;
      color: #7dcef1; }

.modal-form {
  padding: 30px 50px 50px;
  margin: 30px -50px -50px;
  text-align: left;
  background: #fff;
  color: #333;
  padding: 50px 100px 100px;
  margin: 50px -100px -100px; }
  .modal-form .elabel {
    margin: 30px 0; }
  .modal-form__title {
    margin: 0 0 0.25em;
    text-transform: none;
    font-size: 1.5em;
    color: #7dcef1;
    font-size: 1.875em; }
  .modal-form__text {
    margin: 0.5em 0;
    color: #7dcef1; }
  .modal-form__action {
    margin: 5px 0; }
    .modal-form__action .btn {
      display: block;
      margin-top: 25px;
      padding-left: 1em !important;
      padding-right: 1em !important;
      width: 100%;
      background: #333 !important;
      color: #fff !important; }
      .modal-form__action .btn:hover, .modal-form__action .btn:focus {
        background: #7dcef1 !important; }

.pdf-modal .cover-pdf-hack {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }

.pdf-modal .modal__containter {
  width: 80%;
  max-width: 716px; }

.pdf-modal .pdfobject-container {
  position: relative; }
  .pdf-modal .pdfobject-container:before {
    content: "";
    display: block;
    padding-top: 141.42857%; }

.pdf-modal .pdf-iframe,
.pdf-modal .pdfobject {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.pdf-modal__download-btn {
  display: block;
  width: 100%;
  text-align: center; }

.shareable-modal .modal__containter {
  padding: 50px;
  padding-top: 70px;
  overflow: visible;
  padding: 100px; }
  .shareable-modal.modal--mobile .shareable-modal .modal__containter-wrap {
    overflow: auto; }

.shareable-modal .modal__content {
  position: relative; }

.shareable-modal .share-drop {
  position: absolute;
  right: -50px;
  top: 0;
  margin-top: -15px;
  z-index: 20;
  text-align: left;
  margin-top: -45px;
  right: -100px; }
  .shareable-modal .share-drop__toggle-btn {
    position: absolute;
    right: 58px;
    top: -48px; }
  .shareable-modal .share-drop__content {
    clear: both; }
    .shareable-modal .share-drop__content:before, .shareable-modal .share-drop__content:after {
      right: 82px; }

.map-module__map .map-module__marker {
  padding: 24px;
  background: #fff;
  font-size: 16px;
  font-family: "AzoSans-Light", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  border: 1px solid #ddd; }

.map-module__map .infoBox > img {
  display: none; }

.author__name {
  font-size: 14px;
  font-size: 19px; }

.author__picture {
  position: relative;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 2px solid #7dcef1; }
  .author__picture img {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 44px; }

.content-highlights {
  position: relative; }
  .content-highlights--grey {
    background-color: #efefef;
    z-index: 2;
    padding-bottom: 2px;
    margin-bottom: -2px; }
  .content-highlights--clean {
    padding-top: 5em;
    padding-top: 35px;
    /*& $selector__action-link {
            font-size: pxToRem(14);
        }*/ }
    @media (min-width: 576px) {
      .content-highlights--clean {
        padding-top: calc(10.81731vw - 27.30769px); } }
    @media (min-width: 992px) {
      .content-highlights--clean {
        padding-top: 80px; } }
  .content-highlights .slick-list, .content-highlights__items {
    position: relative;
    z-index: 1; }
  .content-highlights__items {
    clear: both;
    margin-left: -13px;
    margin-right: -13px; }
    .content-highlights__items:after {
      content: "";
      display: table;
      clear: both; }
  .content-highlights .slick-track {
    position: relative; }
  .content-highlights__item {
    position: relative;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 13px;
    float: left;
    margin-bottom: 50px;
    display: block; }
    .slick-initialized .content-highlights__item {
      display: block; }
    .content-highlights__item:focus {
      outline: 0; }
    .content-highlights__item figure {
      margin: 0;
      padding: 0; }
    .content-highlights__item img {
      display: block;
      width: 100%; }
  .content-highlights__controls {
    display: none; }
    .content-highlights--initialized .content-highlights__controls {
      display: block; }
  .content-highlights__header {
    color: #7dcef1;
    width: 100%;
    width: 50%;
    float: left; }
    .content-highlights__header h1 {
      font-size: 1.5em;
      line-height: 1;
      text-transform: uppercase;
      margin: 0 0 20px 0;
      float: left; }
    .content-highlights__header h1 {
      font-size: 1.875em; }
    .content-highlights__header h1 {
      font-size: 2.25em;
      margin: 0 0 55px 0; }
  .content-highlights__controls {
    width: 100%;
    position: relative;
    z-index: 2;
    width: 33.33333%;
    float: right;
    width: 25%; }
    .content-highlights__controls__wrap {
      margin-bottom: 30px;
      padding-bottom: 20px;
      border-bottom: 2px solid #ddd; }
    .content-highlights__controls .counter {
      float: left;
      width: 75%;
      color: #adadad; }
    .content-highlights__controls .prev, .content-highlights__controls .next {
      display: inline-block;
      float: left;
      color: #333; }
      .content-highlights__controls .prev:hover, .content-highlights__controls .prev:focus, .content-highlights__controls .next:hover, .content-highlights__controls .next:focus {
        color: #7dcef1; }
    .content-highlights__controls .next {
      float: right; }
    .content-highlights__controls__wrap {
      margin-left: 26px; }
  .content-highlights .slick-list {
    overflow: hidden;
    width: 100%; }

.content-highlight__figure {
  margin-bottom: 30px !important; }

.content-highlight__taxonomy {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #adadad;
  margin-bottom: 12px; }

.content-highlight__title {
  font-size: 1.5em;
  font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  line-height: 1.2;
  margin: 0 0 5px 0; }

.content-highlight__subtitle {
  margin: 0 0 25px 0;
  font-size: 0.875em;
  font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }
  .content-highlight__subtitle.helper-title {
    margin-bottom: 5px;
    font-size: 1.125em;
    color: #333; }

.content-highlight__date {
  display: block;
  text-transform: uppercase;
  font-size: 0.875em;
  margin-bottom: 20px;
  color: #7dcef1; }

.content-highlight__text {
  margin-bottom: 32px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.125em; }

.content-highlight__title {
  font-size: 1.875em;
  line-height: 1.2; }

.content-highlight__subtitle.helper-title {
  font-size: 1.3125em; }

.content-highlight__action {
  text-transform: uppercase;
  font-size: 0.875em; }

.read-later-btn,
.reading-time {
  display: inline-block; }

.read-later-btn .active,
.follow-btn .active {
  display: none !important; }

.read-later-btn .inactive,
.follow-btn .inactive {
  display: inline-block !important; }

.read-later-btn.active .icon,
.follow-btn.active .icon {
  background: #000;
  border-color: #000;
  color: #fff; }

.read-later-btn.active .label,
.follow-btn.active .label {
  color: #000; }

.read-later-btn.active .active,
.follow-btn.active .active {
  display: inline-block !important; }

.read-later-btn.active .inactive,
.follow-btn.active .inactive {
  display: none !important; }

.read-later-btn:hover .icon,
.follow-btn:hover .icon {
  background: #7dcef1;
  border-color: #7dcef1;
  color: #fff; }

.read-later-btn:focus .icon,
.follow-btn:focus .icon {
  background: #6ec1e4;
  border-color: #6ec1e4;
  color: #fff; }

.article-tools__item .read-later-btn .active {
  display: none !important; }

.article-tools__item .read-later-btn .inactive {
  display: block !important; }

.article-tools__item .read-later-btn.active .active {
  display: block !important; }

.article-tools__item .read-later-btn.active .inactive {
  display: none !important; }

.load-more-btn {
  display: block;
  margin: 1.90476em auto;
  text-align: center;
  font-size: 1.3125em;
  height: 3.09524em;
  line-height: 3.09524em;
  background: #f4f4f4;
  color: #333; }
  .load-more-btn:hover, .load-more-btn:focus {
    background: #7dcef1; }

.list-filters {
  /*
	&--full-size {
		.inner-wrap {
			@extend %clearfix;
			display: block;
			> * {
				display: block;
			}
		}
	}
	*/ }
  .list-filters__wrap {
    position: relative;
    z-index: 1; }
    .list-filters__wrap .list-filters__title {
      display: none;
      float: left; }
      .content-grid-list__head .list-filters__wrap .list-filters__title {
        display: block; }
    .list-filters__wrap.fixed-block--clone {
      width: 100%;
      z-index: 1000;
      background: #fff;
      box-shadow: 0px -10px 10px 10px rgba(51, 51, 51, 0.15); }
      .list-filters__wrap.fixed-block--clone > .container:after {
        content: "";
        width: 100%;
        height: 20px;
        border-bottom: 8px solid #7dcef1; }
      .list-filters__wrap.fixed-block--clone .list-filters__title {
        display: none; }
      .list-filters__wrap.fixed-block--clone .list-filters__title {
        display: block !important; }
  .list-filters .inner-wrap {
    position: relative;
    border-top: 2px solid #7dcef1;
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%; }
    .list-filters .inner-wrap > * {
      display: table-cell;
      vertical-align: middle;
      float: none; }
    .no-js .list-filters .inner-wrap {
      padding-top: 25px;
      padding-bottom: 22px; }
    .side-tabs .list-filters .inner-wrap {
      border-top: none;
      border-top: 2px solid #7dcef1; }
  .js .list-filters__list-wrap {
    visibility: hidden; }
  .list-filters--ready .list-filters__list-wrap {
    visibility: visible; }
  .list-filters--full-size.list-filters--fit-width .list-filters__list-wrap {
    vertical-align: bottom; }
  .list-filters__wrap .list-filters:before {
    content: none; }
  .list-filters__list-container {
    float: left;
    position: relative; }
    .list-filters--aside .list-filters__list-container,
    .list-filters--full-size .list-filters__list-container {
      position: static;
      float: none; }
  .list-filters--aside {
    clear: both;
    clear: none; }
    .list-filters--aside .inner-wrap {
      border: 0; }
    .list-filters--aside.list-filters--large .list-filters__label {
      margin-top: 10px;
      padding-right: 26px;
      font-size: 0.875em; }
    .list-filters--aside.list-filters--large .list-filters__list-toggle-button {
      padding-top: 18px !important;
      padding-bottom: 18px !important; }
    .list-filters--aside.list-filters--large .list-filters__list-btn,
    .list-filters--aside.list-filters--large .active-filter-label {
      font-size: 1.5em;
      line-height: 1 !important; }
    .list-filters--aside.list-filters--large .active-filter-label {
      line-height: 0.58333em; }
    .list-filters--aside.list-filters--large .list-filters__list-btn {
      padding-bottom: 17px;
      margin: 0 10px; }
    .list-filters--aside .inner-wrap {
      text-align: right; }
      .list-filters--aside .inner-wrap > * {
        float: none;
        display: inline-block;
        vertical-align: top; }
    .list-filters--aside .list-filters__list-wrap {
      width: 50%;
      margin-left: 20px; }
    .list-filters--aside .list-filters__label {
      width: auto;
      margin-left: 20px;
      margin-right: 0;
      padding-right: 0; }
    .list-filters--aside .list-filters__list-toggle-button {
      text-align: left; }
    .list-filters__wrap .list-filters--aside {
      padding-right: 50%; }
      .list-filters__wrap .list-filters--aside .inner-wrap {
        display: block;
        width: auto; }
      .list-filters__wrap .list-filters--aside .list-filters__label {
        padding-right: 20px;
        padding-bottom: 19px; }
      .list-filters__wrap .list-filters--aside .list-filters__list-wrap {
        margin-top: 1px;
        float: right;
        width: 100%;
        margin-left: 0;
        margin-right: -100%; }
    .list-filters--aside.list-filters--large {
      padding-right: 0; }
      .list-filters--aside.list-filters--large .inner-wrap {
        display: table;
        width: 100%; }
        .list-filters--aside.list-filters--large .inner-wrap > * {
          display: table-cell;
          vertical-align: bottom;
          float: none; }
    .content-grid-list__head .list-filters--aside .list-filters__label,
    .content-grid-list__head .list-filters--aside .list-filters__list-wrap {
      border-bottom: 2px solid #ddd; }
    .fixed-block--clone .list-filters--aside .list-filters__label,
    .fixed-block--clone .list-filters--aside .list-filters__list-wrap {
      border-bottom: 0; }
    .list-filters--aside .inner-wrap {
      display: block !important;
      width: auto !important; }
      .list-filters--aside .inner-wrap > * {
        display: inline-block !important; }
    .list-filters--aside .list-filters__list-wrap {
      width: 33.33333%; }
      .list-filters__list-wrap {
        float: right;
        width: 50%;
        margin-right: -50%; }
    .list-filters__wrap .list-filters--aside.list-filters--large {
      padding-right: 33.33333%; }
      .list-filters__wrap .list-filters--aside.list-filters--large .list-filters__list-wrap {
        float: right;
        width: 50%;
        margin-right: -50%; }
    .list-filters--aside .list-filters__list-wrap {
      width: 25%; }
    .list-filters__wrap .list-filters--aside {
      padding-right: 25%; }
      .list-filters__wrap .list-filters--aside .list-filters__list-wrap {
        width: 33.33333%;
        margin-right: -33.33333%; }
  .list-filters__label {
    position: relative;
    margin: 0;
    z-index: 2;
    width: 10%;
    padding-top: 18px;
    padding-right: 13px;
    padding-bottom: 18px;
    padding-left: 0;
    font-size: 1.5em;
    line-height: 1;
    text-transform: uppercase; }
  .list-filters__list-wrap {
    width: 100%;
    position: initial;
    padding-right: 0;
    float: right;
    position: relative;
    padding-left: 0;
    padding-right: 0; }
  .list-filters__list-toggle-button {
    display: block;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: right;
    padding-right: 71px;
    padding-top: 21px;
    padding-left: 26px;
    padding-bottom: 22px;
    min-height: 60px;
    width: 100%;
    line-height: 1; }
    .list-filters__list-toggle-button > span {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: 2px;
      max-width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .list-filters__list-toggle-button .active-filter-icon {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 26px;
      font-size: 1.25em;
      transition: 0.35s all ease;
      transform: rotate(0deg); }
    .list-filters__list-toggle-button[aria-expanded="true"] .active-filter-icon {
      transform: rotate(180deg); }
    .list-filters--full-size .list-filters__list-toggle-button {
      display: none; }
    .no-js .list-filters__list-toggle-button {
      display: none; }
  .list-filters__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 0;
    left: -26px;
    right: -26px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 73px 26px 10px;
    z-index: 1;
    padding-top: 69px;
    left: 0;
    right: 0; }
    .list-filters__list-wrap.open .list-filters__list {
      display: block; }
      .list-filters__list-wrap.open .list-filters__list > * {
        opacity: 1; }
    .list-filters__list:before {
      content: "";
      z-index: 2;
      position: relative;
      display: block;
      top: -10px;
      margin-bottom: -2px;
      border-top: 2px solid #7dcef1; }
    .no-js .list-filters__list,
    .list-filters--full-size .list-filters__list {
      display: block;
      padding: 0;
      margin-top: 0;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      height: auto !important;
      width: 100%;
      line-height: 24px;
      border: 0;
      background: none; }
      .no-js .list-filters__list:before,
      .list-filters--full-size .list-filters__list:before {
        display: none; }
    .list-filters--full-size.list-filters--fit-width .list-filters__list {
      top: -17px; }
    .list-filters--full-size.list-filters--fit-width.list-filters--large .list-filters__list {
      margin-top: 19px;
      top: 0; }
    .list-filters--full-size.list-filters--large .list-filters__list {
      margin-top: 19px;
      top: 0; }
  .list-filters--full-size .list-filters__list-scroll {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important; }
  .list-filters--full-size.list-filters--fit-width .list-filters__list, .list-filters--full-size.list-filters--fit-width .list-filters__list-scroll {
    text-align: justify; }
    .list-filters--full-size.list-filters--fit-width .list-filters__list:before, .list-filters--full-size.list-filters--fit-width .list-filters__list-scroll:before {
      display: block;
      border: 0;
      margin-bottom: -24px; }
    .list-filters--full-size.list-filters--fit-width .list-filters__list:after, .list-filters--full-size.list-filters--fit-width .list-filters__list-scroll:after {
      content: "";
      display: inline-block;
      width: 100%; }
  .list-filters__list-item {
    text-align: left; }
    .list-filters--full-size .list-filters__list-item + .list-filters--full-size .list-filters__list-item {
      margin-left: 20px; }
    .no-js .list-filters__list-item,
    .list-filters--full-size .list-filters__list-item {
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
  .list-filters__btn {
    font-size: 1em !important; }
  .list-filters__list-btn, .list-filters__btn {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 0.875em;
    color: #adadad; }
    .list-filters__list-btn.active,
    .list-filters__list-btn.active .icon, .list-filters__btn.active,
    .list-filters__btn.active .icon {
      color: #7dcef1; }
    .list-filters__list-btn .icon, .list-filters__btn .icon {
      color: #333; }
    .no-js .list-filters__list-btn,
    .list-filters--full-size .list-filters__list-btn, .no-js .list-filters__btn,
    .list-filters--full-size .list-filters__btn {
      position: relative;
      border-top: 0;
      padding: 0;
      margin: 0 20px; }
      .no-js .list-filters__list-btn.active,
      .list-filters--full-size .list-filters__list-btn.active, .no-js .list-filters__btn.active,
      .list-filters--full-size .list-filters__btn.active {
        display: block; }
    .list-filters--full-size.list-filters--fit-width .list-filters__list-btn, .list-filters--full-size.list-filters--fit-width .list-filters__btn {
      margin: 0;
      top: 24px; }

.active-filter-label {
  color: #adadad;
  font-size: 0.875em; }

.active-filter-label .icon,
.list-filters__list-btn .icon {
  position: relative;
  font-size: 24px;
  vertical-align: middle;
  top: -0.1em;
  margin-left: 5px; }

#articles-list {
  position: relative; }
  #articles-list section {
    margin-bottom: 40px; }
  #articles-list .load-more-btn:before {
    content: "";
    display: block;
    z-index: -100;
    position: relative;
    top: -1.90476em;
    border-top: 2px solid #ddd;
    position: absolute;
    margin-top: -1.90476em;
    left: 26px;
    right: 26px;
    top: auto; }
  #articles-list .load-more-btn {
    width: 66.66667%; }

#articles-filters .inner-wrap {
  border-top: 0;
  border-bottom: 2px solid #7dcef1; }

.articles-floating-bar .article-info-bar .article-info {
  padding: 5px;
  text-transform: uppercase; }
  .articles-floating-bar .article-info-bar .article-info > * {
    margin: 0;
    display: none; }
  .articles-floating-bar .article-info-bar .article-info .title {
    text-transform: uppercase;
    font-weight: normal;
    font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    line-height: 1.25em;
    max-height: 3em; }

.articles-floating-bar .article-info-bar .inner-container {
  display: table; }

.articles-floating-bar .article-info-bar .article-info {
  padding: 10px;
  display: table-cell;
  vertical-align: middle; }
  .articles-floating-bar .article-info-bar .article-info .title {
    display: block; }

.articles-floating-bar .article-info-bar .article-info .title {
  font-size: 1.3125em; }

.articles-floating-bar .article-tools__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.articles-floating-bar .article-tools__toggler {
  position: fixed;
  bottom: -100px;
  left: 0;
  z-index: 1001;
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 1.5em;
  text-align: center;
  border-right: 1px solid #ccc;
  color: #808080;
  transition: .5s all;
  background: #e5e5e5; }
  .articles-floating-bar .article-tools__toggler .active {
    display: none; }

.articles-floating-bar .article-tools__item button, .articles-floating-bar .article-tools__item a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 50px;
  padding: 1px; }
  .articles-floating-bar .article-tools__item button:hover .icon, .articles-floating-bar .article-tools__item button:focus .icon, .articles-floating-bar .article-tools__item button.active .icon, .articles-floating-bar .article-tools__item button.target-shown .icon, .articles-floating-bar .article-tools__item a:hover .icon, .articles-floating-bar .article-tools__item a:focus .icon, .articles-floating-bar .article-tools__item a.active .icon, .articles-floating-bar .article-tools__item a.target-shown .icon {
    border-color: #333;
    background: #333;
    color: #fff; }

.articles-floating-bar .article-tools__item .label {
  text-transform: uppercase;
  font-size: 0.875em; }

.articles-floating-bar .article-tools__item .icon {
  display: block;
  position: relative;
  z-index: 1;
  height: 48px;
  width: 48px;
  font-size: 24px;
  line-height: 48px;
  border-radius: 24px;
  border: 1px solid #e5e5e5;
  background-clip: padding-box;
  color: #333;
  transition: .25s all; }
  .articles-floating-bar .article-tools__item .icon:before {
    position: relative;
    z-index: 2; }

.articles-floating-bar .article-tools {
  position: relative;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 1%;
  white-space: nowrap;
  padding: 20px 17px; }
  .articles-floating-bar .article-tools__toggler {
    display: none; }
  .articles-floating-bar .article-tools__list {
    display: block !important;
    height: auto !important;
    background: none !important;
    font-size: 0;
    margin-left: -8px; }
  .articles-floating-bar .article-tools__item {
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    text-align: center; }
    .articles-floating-bar .article-tools__item button:hover .label, .articles-floating-bar .article-tools__item a:hover .label {
      display: block; }
    .articles-floating-bar .article-tools__item .label {
      display: none;
      position: absolute;
      width: 400%;
      left: -150%;
      top: 100%;
      margin-top: .2em;
      font-size: 0.75em;
      line-height: 1;
      white-space: normal; }

.articles-floating-bar .article-tools {
  padding: 20px 26px; }

.articles-floating-bar .article-tools {
  padding: 20px 26px; }

.fixed-block--clone.fixed-block--inside-target .articles-floating-bar .article-tools__toggler,
.fixed-block--clone.fixed-block--inside-target .articles-floating-bar .article-reading-tools, .articles-floating-bar.visible-reading-tools .article-tools__toggler,
.articles-floating-bar.visible-reading-tools .article-reading-tools {
  bottom: 0; }

.pdf-version .articles-floating-bar {
  display: none; }

.articles-floating-bar.visible-info-bar .article-info-bar {
  top: 0; }

.articles-floating-bar .article-info-bar {
  position: fixed;
  z-index: 1001;
  top: -200px;
  left: 0;
  width: 100%;
  background: #e5e5e5;
  transition: 1s all; }
  .articles-floating-bar .article-info-bar .container {
    position: relative;
    max-width: 1024px !important;
    margin: 0 auto;
    overflow: hidden; }
  .articles-floating-bar .article-info-bar .inner-container {
    position: relative;
    margin: 0 -17px;
    margin: 0 -26px; }
  .articles-floating-bar .article-info-bar .article-info .reading_time {
    text-transform: none;
    font-size: 0.875em; }
  .articles-floating-bar .article-info-bar .image {
    margin: 0;
    display: none; }
  .articles-floating-bar .article-info-bar .article-info .reading_time {
    display: block; }
  .articles-floating-bar .article-info-bar .inner-container {
    height: 100px;
    margin-left: 114px; }
  .articles-floating-bar .article-info-bar .image {
    display: block;
    position: absolute;
    left: -140px;
    top: 0;
    width: 140px;
    height: 100px;
    overflow: hidden; }
    .articles-floating-bar .article-info-bar .image img {
      position: absolute;
      height: 100%;
      margin: auto;
      top: -999px;
      bottom: -999px;
      left: -999px;
      right: -999px;
      background: #fff; }

.articles-floating-bar .article-tools__item .read-later-btn .label.remove {
  display: none; }

.articles-floating-bar .article-tools__item .read-later-btn.active .label.readlater {
  display: none; }

.articles-floating-bar .article-tools__item .read-later-btn.active .label.remove {
  display: inline-block; }

.articles-floating-bar .article-tools__item button:before, .articles-floating-bar .article-tools__item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #adadad;
  border-radius: 24px;
  z-index: -2; }

.articles-floating-bar .article-tools__item .read-later-btn .label.remove {
  display: none !important; }

.articles-floating-bar .article-tools__item .read-later-btn.active:hover .label.readlater {
  display: none; }

.articles-floating-bar .article-tools__item .read-later-btn.active:hover .label.remove {
  display: inline-block !important; }

.articles-floating-bar.visible-reading-tools .article-tools__toggler,
.articles-floating-bar.visible-reading-tools .article-reading-tools {
  bottom: 0; }

.articles-floating-bar .article-reading-tools {
  position: fixed;
  z-index: 1000;
  bottom: -100px;
  right: 0;
  width: 100%;
  height: 62px;
  background: #e5e5e5;
  color: #808080;
  transition: .5s all; }
  .articles-floating-bar .article-reading-tools .container {
    position: relative;
    height: 100%; }
  .articles-floating-bar .article-reading-tools .tools {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 124px;
    left: 62px;
    line-height: 62px;
    text-align: center;
    right: 12px;
    left: auto;
    right: 21px; }
  .articles-floating-bar .article-reading-tools .tool {
    display: inline-block; }
    .no-csscolumns .articles-floating-bar .article-reading-tools .tool.set-columns {
      display: none; }
  .articles-floating-bar .article-reading-tools button {
    color: #808080;
    margin: 0 5px;
    font-size: 1.5em; }
    .articles-floating-bar .article-reading-tools button:focus, .articles-floating-bar .article-reading-tools button:hover {
      color: #ffca4c; }
    .articles-floating-bar .article-reading-tools button.active {
      color: #6ec1e4; }
  .articles-floating-bar .article-reading-tools .articles-nav a {
    outline: 0;
    border: 1px solid #ccc;
    color: #adadad; }
    .articles-floating-bar .article-reading-tools .articles-nav a.enabled {
      color: #808080; }
    .articles-floating-bar .article-reading-tools .articles-nav a.articles-nav__btn--home {
      border-width: 0 1px; }
    .articles-floating-bar .article-reading-tools .articles-nav a.prev {
      border-width: 0 0 0 1px; }
    .articles-floating-bar .article-reading-tools .articles-nav a.next {
      border-width: 0 1px 0 0; }
  .small-font .articles-floating-bar .article-reading-tools .font-size-btn[data-size=small],
  .medium-font .articles-floating-bar .article-reading-tools .font-size-btn[data-size=medium],
  .large-font .articles-floating-bar .article-reading-tools .font-size-btn[data-size=large] {
    color: #6ec1e4; }
  .columns-1 .articles-floating-bar .article-reading-tools .columns-btn[data-columns="1"],
  .columns-2 .articles-floating-bar .article-reading-tools .columns-btn[data-columns="2"] {
    color: #6ec1e4; }
  .inverted-colors .articles-floating-bar .article-reading-tools .invert-btn {
    color: #6ec1e4 !important; }

.articles-floating-bar .notes-helper {
  display: none;
  padding: 0;
  width: 50%;
  height: 62px;
  padding-right: 170px;
  font-size: 0.875em;
  line-height: 1.2;
  color: #808080; }
  .without-notes-creation .articles-floating-bar .notes-helper {
    display: none !important; }
  .articles-floating-bar .notes-helper__text, .articles-floating-bar .notes-helper__icon {
    display: table-cell;
    vertical-align: middle; }
  .articles-floating-bar .notes-helper__icon {
    width: 48px; }
  .articles-floating-bar .notes-helper .icon {
    display: block;
    height: 48px;
    width: 48px;
    margin: 0 10px 0 0;
    text-align: center;
    font-size: 1.71429em;
    line-height: 48px;
    color: #fff;
    background: #ffca4c;
    border: 1px solid #ffca4c;
    border-radius: 48px; }

.articles-floating-bar.visible-info-bar .notes-helper {
  display: table; }

.articles-floating-bar #article-read-ratio {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 500%;
  background: #7dcef1;
  transition: .5s all; }

.article-header {
  display: table;
  width: 100%;
  height: 1px;
  position: relative;
  margin: 0 0 80px; }
  article.article-banner .article-header {
    margin-bottom: 0; }
  .article-header:before, .article-header__content:before {
    content: "";
    margin-left: -100%;
    width: 100%;
    float: left;
    transition: .25s padding;
    padding-top: 118.75%;
    padding-top: 69.75228%;
    padding-top: 43.62745%; }
    .pdf-version .article-header:before, .pdf-version .article-header__content:before {
      display: none; }
  .article-header__content {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
    .playing-video .article-header__content:before {
      display: none; }
    .article-header__content-wrap {
      display: table;
      height: 100%;
      width: 100%;
      margin: 0 auto; }
      .article-header__content-wrap > * {
        display: table-row;
        vertical-align: middle; }
    .article-header__content__cell {
      display: table-cell; }
  .article-header__title .article-header__content__cell {
    height: 99%;
    padding-top: 40px;
    padding-bottom: 20px; }
  .article-header__info .article-header__content__cell {
    height: 1%;
    padding-top: 20px;
    padding-bottom: 40px; }
  .article-header .article-title__intro {
    display: none;
    font-size: 0.8125em;
    text-transform: uppercase; }
  .article-header .article-title {
    margin: 0 auto 15px;
    font-size: 2.25em;
    line-height: 1.25;
    text-transform: uppercase;
    font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }
  .article-header .article-subtitle {
    margin: 0 auto 15px;
    font-size: 1.125em;
    line-height: 1.25;
    font-size: 1.5em; }
    .article-header .article-subtitle:before {
      content: "";
      display: block;
      width: 30%;
      height: 4px;
      margin: 0 auto 15px;
      background: #fff;
      box-shadow: 0 1px 2px rgba(51, 51, 51, 0.5);
      height: 8px; }
      .pdf-version .article-header .article-subtitle:before {
        display: none !important; }
  .article-header .article-title,
  .article-header .article-subtitle {
    width: 85%;
    width: 75%; }
  .article-header__content .video__play-btn {
    position: relative;
    display: block;
    margin: 0 auto 15px; }
    .article-header__content .video__play-btn ~ .article-subtitle:before {
      display: none; }
    .pdf-version .article-header__content .video__play-btn {
      display: none; }
  .article-header.playing-video .article-subtitle,
  .article-header.playing-video .video__play-btn {
    display: none; }
  .article-header.playing-video .article-title__intro {
    display: block; }
  .article-header.playing-video .article-title {
    margin: .2em 0 0;
    font-size: 1.3125em;
    font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    text-shadow: none; }
  .article-header .author {
    white-space: nowrap;
    text-align: left; }
  .article-header .author__name {
    display: inline-block;
    max-width: 190px;
    white-space: normal;
    font-size: 1em;
    line-height: 1.25;
    vertical-align: middle; }
  .article-header .author__picture {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 46px; }
  .pdf-version .article-header .read-later-btn {
    display: none; }

.article-header__figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .pdf-version .article-header__figure {
    display: none; }
  .article-header__figure picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .article-header__figure img {
    display: block;
    height: 100%;
    position: absolute;
    top: -9999px;
    left: -9999px;
    bottom: -9999px;
    right: -9999px;
    margin: auto; }
  .article-header__figure figcaption {
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 2.14286em;
    font-size: 0.875em;
    color: #adadad; }
    .article-header__figure figcaption .container > * {
      display: inline-block; }
  .article-header__figure a {
    transition: none !important; }

.article-header__info {
  font-size: 1em;
  line-height: 68px; }
  .article-header__info .container > * {
    display: inline-block;
    margin: 0 10px;
    width: 180px; }
  .article-header__info .author {
    width: auto;
    max-width: 240px; }
  .article-header__info .icon {
    border-width: 2px;
    margin-right: 10px; }
  .playing-video .article-header__info {
    display: none; }

.article-header__content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 2px rgba(51, 51, 51, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$color1+0,7db9e8+100 */
  background: rgba(51, 51, 51, 0.2);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0.55) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33333333', endColorstr='#8C333333', GradientType=0);
  display: table; }
  .js .article-header__content {
    opacity: 0;
    transition: .5s opacity; }
  .js .header-ready .article-header__content {
    opacity: 1; }
  .article-header__content a {
    color: #fff; }
    .article-header__content a .label {
      color: #fff !important; }
  .article-header__content .btn {
    padding-left: 2em;
    padding-right: 2em;
    min-width: 15%;
    box-shadow: 0 1px 2px rgba(51, 51, 51, 0.5);
    text-shadow: none; }
  .article-header__content .author__picture,
  .article-header__content .icon {
    border-color: #fff;
    text-shadow: none; }
  .pdf-version .article-header__content {
    text-align: left;
    color: #333 !important;
    text-shadow: none;
    background: none !important;
    filter: none; }
    .pdf-version .article-header__content .author__picture,
    .pdf-version .article-header__content .icon {
      border-color: #333; }
  .article-header__content .icon {
    text-align: center; }
  .article-header__content .read-later-btn .label.remove {
    display: none; }
  .article-header__content .read-later-btn.active .icon {
    background: #fff;
    border-color: #fff;
    color: #000; }
  .article-header__content .read-later-btn.active .label.readlater {
    display: none; }
  .article-header__content .read-later-btn.active .label.remove {
    display: inline-block; }
  .dark-header .article-header__content {
    color: #333;
    text-shadow: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$color1+0,7db9e8+100 */
    background: rgba(255, 255, 255, 0.55);
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.2) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CFFFFFF', endColorstr='#33FFFFFF', GradientType=0); }
    .dark-header .article-header__content a {
      color: #333; }
      .dark-header .article-header__content a .label {
        color: #333 !important; }
    .dark-header .article-header__content .article-subtitle:before {
      background: #333;
      box-shadow: none; }
    .dark-header .article-header__content .btn {
      box-shadow: none; }
    .dark-header .article-header__content .read-later-btn .label.remove {
      display: none; }
    .dark-header .article-header__content .read-later-btn.active .icon {
      text-shadow: none;
      background: #000;
      border-color: #000;
      color: #fff; }
    .dark-header .article-header__content .read-later-btn.active .label.readlater {
      display: none; }
    .dark-header .article-header__content .read-later-btn.active .label.remove {
      display: inline-block; }
    .dark-header .article-header__content .author__picture,
    .dark-header .article-header__content .icon {
      border-color: #333; }
    .dark-header .article-header__content .video__play-btn {
      color: #333; }
  .playing-video .article-header__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: auto;
    padding: 5px 0;
    text-align: left;
    color: #333;
    background: rgba(244, 244, 244, 0.7);
    opacity: 0;
    transition: .5s opacity; }
  .playing-video:hover .article-header__content {
    opacity: 1; }

.article-header__content__cell {
  vertical-align: middle; }

.article-notes-tooltip {
  position: absolute; }
  .article-notes-tooltip .inner {
    animation: opacity-0-1 .5s;
    position: absolute;
    bottom: 0;
    margin-bottom: 10px; }
  .article-notes-tooltip ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    background: #222;
    white-space: nowrap;
    padding: 5px; }
    .inverted-colors .article-notes-tooltip ul {
      background: #fff;
      color: #222; }
  .article-notes-tooltip li {
    margin: 5px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px; }
  .article-notes-tooltip button {
    display: block;
    min-width: 1em;
    font-size: 1.5em;
    text-align: center;
    color: #fff; }
    .article-notes-tooltip button:hover, .article-notes-tooltip button:focus, .article-notes-tooltip button.active {
      color: #ffca4c !important; }
    .inverted-colors .article-notes-tooltip button {
      background: #fff;
      color: #222; }
    .article-notes-tooltip button.active:hover, .article-notes-tooltip button.active:focus {
      color: #ccc !important; }
  .article-notes-tooltip .tip {
    position: absolute;
    top: 100%;
    margin-top: -10px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: #222 transparent transparent transparent; }
    .inverted-colors .article-notes-tooltip .tip {
      border-top-color: #fff; }

.article-authorship {
  margin: 1em 0 50px;
  text-align: center;
  text-align: left;
  margin-left: -13px;
  margin-right: -13px; }
  .pdf-version .article-authorship {
    display: none; }
  .article-authorship .author__picture {
    background: #7dcef1;
    width: 78px;
    height: 78px; }
    .article-authorship .author__picture img {
      width: 74px;
      height: 74px;
      opacity: .6; }
  .article-authorship .author__name {
    margin: .5em 0 .25em;
    font-size: 1.1875em;
    font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    line-height: 1.25; }
  .article-authorship .author__link {
    display: inline-block;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    min-height: 2.8125em;
    line-height: 1.25;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 0.875em;
    border-bottom: 1px solid;
    color: #333; }
  .article-authorship time {
    font-size: 0.875em;
    color: #adadad; }
  .article-authorship .article-author-links {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 1em 0; }
    .article-authorship .article-author-links li {
      margin: .5em 0 0; }
  .article-authorship .btn {
    width: 100%;
    text-align: center;
    color: #333;
    border: 1px solid #ddd; }
    .article-authorship .btn:focus, .article-authorship .btn:hover, .article-authorship .btn.active {
      background: #7dcef1;
      color: #fff;
      border-color: #7dcef1; }
    .inverted-colors .article-authorship .btn {
      color: #fff; }
  .article-authorship .follow-btn {
    background: #ddd; }
    .inverted-colors .article-authorship .follow-btn {
      color: #333; }
  .article-authorship:after {
    content: "";
    display: table;
    clear: both; }
  .article-authorship .article-authorship__content {
    position: relative;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 13px;
    float: left;
    width: 50%; }
  .article-authorship .article-author-links {
    margin-top: 0;
    position: relative;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 13px;
    float: left;
    width: 41.66667%; }
  .article-authorship .article-authorship__content {
    margin-left: 8.33333%; }
  .article-authorship .article-author-links {
    width: 33.33333%; }
  .article-authorship .article-authorship__content {
    width: 41.66667%; }
  .article-authorship .article-author-links {
    width: 25%; }
  .article-authorship .article-authorship__content {
    padding-left: 99px; }
  .article-authorship .author__picture {
    width: 74px;
    height: 74px;
    border-radius: 74px;
    float: left;
    margin-left: -99px; }
    .article-authorship .author__picture img {
      width: 70px;
      height: 70px;
      border-radius: 70px; }

.articles-nav {
  position: relative;
  width: 100%;
  height: 62px;
  margin: 55px 0 80px; }
  .pdf-version .articles-nav {
    display: none; }
  .articles-nav img {
    height: 62px;
    display: none;
    display: block;
    background: #fff; }
  .articles-nav .icon {
    line-height: 62px; }
  .articles-floating-bar .articles-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin: 0; }
  .articles-nav a {
    position: absolute;
    top: 0;
    color: #ddd;
    border: 1px solid #ddd;
    cursor: default; }
    .articles-nav a.enabled {
      cursor: pointer;
      color: #adadad; }
    .articles-nav a.enabled:hover {
      background: #6ec1e4;
      color: #fff; }

.articles-nav__btn--home {
  left: 50%;
  width: 62px;
  line-height: 62px;
  margin: 0 0 0 -31px;
  font-size: 1.25em;
  text-align: center; }

.articles-nav__btn {
  position: absolute;
  display: block; }
  .articles-nav__btn.prev {
    right: 50%;
    margin-right: 30px;
    text-align: right; }
    .articles-nav__btn.prev img {
      float: right;
      margin-left: 1em; }
    .articles-nav__btn.prev .icon {
      float: left;
      margin-right: 1em; }
  .articles-nav__btn.next {
    left: 50%;
    margin-left: 30px; }
    .articles-nav__btn.next img {
      float: left;
      margin-right: 1em; }
    .articles-nav__btn.next .icon {
      float: right;
      margin-left: 1em; }
    .articles-nav__btn.next .label {
      float: left; }
  .articles-nav__btn.enabled:hover .articles-nav__btn__label {
    display: none; }
  .articles-nav__btn.enabled:hover .articles-nav__btn__preview {
    display: block; }
  .articles-nav__btn.next.enabled:hover {
    right: 0; }
  .articles-nav__btn.prev.enabled:hover {
    left: 0; }

.articles-nav__btn__label {
  line-height: 62px;
  padding: 0 1em; }

.articles-nav__btn__preview {
  display: none; }
  .articles-nav__btn__preview .title {
    padding: .5em 0;
    margin: 0 1em;
    color: #333; }
  .articles-nav__btn__preview .icon {
    margin-top: -.5em; }

.article-detail__extras .page-comments {
  padding-right: 8.33333%;
  padding-left: 8.33333%;
  padding-right: 25%; }
  .pdf-version .article-detail__extras .page-comments {
    display: none; }

.highlight {
  position: relative;
  background: #ffd779;
  background: rgba(255, 202, 76, 0.75);
  cursor: pointer;
  transition: .5s background; }
  .highlight .note-anchor {
    position: absolute;
    top: 0;
    left: 0; }
  .highlight.highlight-new {
    background: #ffeab7;
    background: rgba(255, 202, 76, 0.4); }
  .highlight.highlight-hidden {
    cursor: default;
    background: transparent;
    background: rgba(255, 202, 76, 0); }

.notes-enable {
  position: relative; }

.article-notes-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.article-note {
  z-index: 1;
  width: 100%;
  margin-left: -20px;
  background: #fff;
  transition: background-color .5s, margin .5s; }
  .inverted-colors .article-note {
    background: #222;
    color: #fff; }
  .article-note .note-marker {
    display: none; }
  .article-note .article-note-marker {
    font-size: 1.5em; }
    .pdf-version .article-note .article-note-marker span {
      display: none; }
    .pdf-version .article-note .article-note-marker .article-note__index, .pdf-version .article-note .article-note-marker .article-notes-print__item__index {
      display: block; }
  .article-note__actions {
    padding: 0 0 1em;
    border-bottom: 2px solid #ddd; }
  .article-note__disclaimer {
    display: block;
    font-size: ptToEm(14); }
  .article-detail__focus-aside .article-note {
    margin-left: 0; }
  .article-note.open {
    z-index: 2;
    margin-left: 0; }
    .article-note.open .article-note-detail {
      display: block; }
    .article-note.open .article-note-marker {
      display: none;
      font-size: 1.5em; }
  .article-note button {
    color: #ffca4c; }
    .article-note button:hover, .article-note button:focus {
      color: #adadad; }
  .article-note .submit,
  .article-note .cancel {
    display: none; }
    .article-note .submit + .divider,
    .article-note .cancel + .divider {
      display: none; }
  .article-note.edit-mode .edit {
    display: none; }
    .article-note.edit-mode .edit + .divider {
      display: none; }
  .article-note.edit-mode .submit,
  .article-note.edit-mode .cancel {
    display: inline-block; }
    .article-note.edit-mode .submit + .divider,
    .article-note.edit-mode .cancel + .divider {
      display: inline; }
  .article-note .article-note-detail {
    display: none;
    margin-top: -1.5em; }
    .article-note .article-note-detail .icon {
      color: #ffca4c; }
  .article-note textarea {
    display: block;
    margin: 15px 0;
    padding: 0;
    width: 100%;
    resize: none;
    background: none;
    border: 0;
    max-height: 200px;
    overflow: auto !important; }
    .article-note textarea:focus {
      outline: none;
      background: rgba(255, 202, 76, 0.1); }

.article-note-marker {
  color: #ffca4c; }

.article-note__index, .article-notes-print__item__index {
  font-size: 14px;
  min-width: 2em;
  text-align: center;
  color: #fff;
  background: #000; }

.article-notes-print {
  border-top: 5px solid;
  margin: 50px; }
  @media print {
    .article-notes-print {
      display: table;
      width: 100%;
      page-break-inside: avoid; } }
  .article-notes-print__title {
    font-size: 1.3125em; }
  .article-notes-print__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .article-notes-print__list > li {
      margin: 2em 0;
      padding-left: 60px; }
  .article-notes-print__item__index {
    float: left;
    margin-left: -60px; }
  .article-notes-print__item__text {
    font-size: 0.875em; }

.article-usefulness {
  position: relative;
  left: -40px;
  display: inline-block;
  margin-top: 20px;
  color: #7dcef1;
  margin-left: 8.33333%; }
  .pdf-version .article-usefulness {
    display: none; }
  .article-usefulness > * {
    display: inline-block;
    margin-left: 40px; }
  .article-usefulness a {
    font-size: 0.875em; }
  .article-usefulness .icon {
    display: inline-block;
    margin-left: 1em; }
    .article-usefulness .icon.checked {
      display: none; }
  .article-usefulness .active .icon.checked {
    display: inline-block; }
  .article-usefulness .active .icon.unchecked {
    display: none; }
  .article-usefulness p {
    display: inline-block;
    font-size: 0.875em;
    color: #adadad; }
    .article-usefulness p span {
      font-weight: bold;
      color: #333; }
      .inverted-colors .article-usefulness p span {
        color: #fff; }

.article-usefulness__form:before {
  content: "";
  display: block;
  height: 0;
  margin-bottom: 1em;
  width: 35%;
  border-top: 2px solid #7dcef1; }

.article-usefulness__form .form-group,
.article-usefulness__form label {
  display: inline-block; }
  .article-usefulness__form .form-group + label,
  .article-usefulness__form label + label {
    margin-left: 20px; }

.article-usefulness__legend {
  display: inline-block;
  margin-right: 20px; }

.article-print-modal {
  max-width: 380px;
  margin: 0 auto;
  text-align: center; }
  .article-print-modal__form {
    max-width: 274px;
    margin: 0 auto; }
    .article-print-modal__form .btn {
      display: block;
      width: 100%; }
      .article-print-modal__form .btn:hover, .article-print-modal__form .btn:focus {
        color: #fff;
        background: #7dcef1;
        border-color: #7dcef1; }
  .article-print-modal__label {
    margin: 1em 0 !important;
    color: #333;
    background: #fff;
    border: 1px solid #adadad;
    transition: .5s all; }
    .article-print-modal__label.active {
      background: #333;
      color: #fff;
      border-color: #333; }
    .article-print-modal__label .icon {
      font-size: 24px;
      vertical-align: middle;
      display: inline-block;
      margin-right: .5em; }
      .article-print-modal__label .icon.active {
        display: none; }
    .article-print-modal__label.active .icon.active {
      display: inline-block; }
    .article-print-modal__label.active .icon.inactive {
      display: none; }
    .article-print-modal__label input {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none; }
  .article-print-modal__submit {
    margin: 1.5em 0 0 !important;
    background: #f4f4f4;
    color: #333; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.carousel-module figure {
  margin: 0;
  min-height: 48px;
  min-height: 74px; }
  @media print {
    .carousel-module figure {
      display: table;
      page-break-inside: avoid; } }

.carousel-module img {
  width: 100%; }

.carousel-module .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -24px 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  z-index: 1;
  text-indent: -999px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  opacity: 0;
  transition: all .3s ease;
  margin: -37px 0;
  width: 74px;
  height: 74px;
  line-height: 74px; }
  .carousel-module .slick-arrow:before {
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s all ease; }
  .carousel-module .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.5); }
    .carousel-module .slick-arrow:hover:before {
      transform: scale(1.25); }
  .pdf-version .carousel-module .slick-arrow {
    display: none !important; }

.carousel-module .slick-initialized .slick-arrow {
  opacity: 1; }

.carousel-module .slick-prev {
  left: 0; }

.carousel-module .slick-next {
  right: 0; }

.carousel-module .slick-slide figure,
.carousel-module .img-wrap,
.carousel-module .slick-arrow-wrap {
  display: block;
  position: relative; }
  .carousel-module .slick-slide figure:before,
  .carousel-module .img-wrap:before,
  .carousel-module .slick-arrow-wrap:before {
    content: "";
    display: block;
    padding-top: 65.48571%; }

.carousel-module .slick-arrow-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  right: 100%; }
  .carousel-module .slick-arrow-wrap:before {
    background: none; }
  .carousel-module .slick-arrow-wrap .slick-prev {
    margin-left: 100%; }
  .carousel-module .slick-arrow-wrap .slick-next {
    margin-right: -100%; }

.carousel-module .video__play-btn {
  position: absolute;
  top: 50%;
  left: 50%; }

.carousel-module__items {
  margin: 0;
  padding: 0;
  list-style: none; }

.carousel-module__item {
  overflow: hidden;
  position: relative; }
  .carousel-module__item:focus {
    outline: 0; }
  .carousel-module__item a {
    position: relative;
    display: block; }
  .carousel-module__item.wrapped-img figure:before {
    content: none;
    display: none; }
  .carousel-module__item.wrapped-img img {
    opacity: 1 !important; }
  .carousel-module__item.slick-slide img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    width: auto;
    height: 100%;
    opacity: 0;
    transition: .5s opacity ease; }
  .carousel-module__item.slick-slide.wide-image .img-wrap img {
    width: 100%;
    height: auto; }
  .carousel-module__item .video-player--visible {
    position: relative;
    display: block;
    overflow: hidden; }
    .carousel-module__item .video-player--visible img {
      display: block;
      margin-left: 100%; }
  .carousel-module__item .video-player {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.article-detail {
  transition: background-color .5s; }
  .article-detail .container-inner {
    position: relative;
    left: 0; }
    .article-detail .container-inner > * {
      transition: .5s all; }
  .article-detail .article-content {
    position: relative;
    padding-top: 80px;
    margin-top: -80px;
    left: 0; }
  .article-detail .article-aside {
    padding-top: 80px;
    margin-top: -80px; }
  .article-detail .article-aside-inner {
    position: relative; }
  .article-detail .floating-aside {
    transition: .25s top; }
    .article-detail .floating-aside .article-aside-block {
      display: none; }
  .article-detail.article-detail__focus-aside .article-content, .article-detail.article-detail__show-notes .article-content, .article-detail.article-detail__show-floating-aside .article-content {
    left: -288px; }
  .article-detail.article-detail__focus-aside .article-aside, .article-detail.article-detail__show-notes .article-aside, .article-detail.article-detail__show-floating-aside .article-aside {
    margin-left: -275px; }
  .article-detail .article-aside {
    position: absolute;
    left: 100%;
    margin-left: 13px;
    top: 0;
    height: 100%;
    width: 275px; }
  .article-detail .floating-aside {
    z-index: 2;
    background: #fff;
    position: absolute;
    transition: .5s all;
    width: 100%; }
    .inverted-colors .article-detail .floating-aside {
      background: #222;
      color: #fff; }
    .article-detail .floating-aside ul {
      margin: 0;
      padding: 0;
      list-style: none; }
  .article-detail .floating-aside {
    left: 0;
    right: 0;
    top: 72px; }
  .article-detail .floating-aside {
    left: 0;
    right: 0;
    top: 72px; }
  .article-detail .floating-aside {
    left: 0;
    right: 0;
    top: 72px; }
  .article-detail .floating-aside.fixed-to-bottom {
    position: absolute !important;
    bottom: 0;
    top: auto !important; }
  .article-detail .floating-aside.fixed-to-top {
    position: absolute !important;
    bottom: auto !important;
    top: 0 !important; }
  .article-detail .article-aside__head {
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid; }
    .article-detail .article-aside__head .close {
      position: absolute;
      right: .5em;
      top: 20px;
      color: #333; }
      .article-detail .article-aside__head .close:hover, .article-detail .article-aside__head .close:focus {
        color: #ffca4c !important; }
      .inverted-colors .article-detail .article-aside__head .close {
        color: #fff; }
      .article-detail .article-aside__head .close span {
        display: block;
        font-size: 24px; }
    .article-detail .article-aside__head h3 {
      margin: 0;
      font-size: 1.3125em;
      line-height: 1.14286em; }
      .article-detail .article-aside__head h3 .icon {
        position: relative;
        top: -.1em;
        font-size: 1.14286em;
        vertical-align: middle; }
  .article-detail .article-aside__list li {
    padding: 20px 0;
    border-bottom: 2px solid #ddd; }
  .article-detail .article-aside__list .document-info {
    font-size: 0.875em;
    color: #adadad; }
  .article-detail .article-share .article-aside__content ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .article-detail .article-share .article-aside__content li {
    margin: 8px 0; }
  .article-detail .article-share .article-aside__content .icon {
    height: 48px;
    width: 48px;
    font-size: 20px;
    line-height: 48px;
    color: #7dcef1;
    text-align: center; }
  .article-detail .article-share .article-aside__content button {
    line-height: 48px;
    text-transform: uppercase;
    font-size: 0.875em;
    color: #adadad; }
    .article-detail .article-share .article-aside__content button .icon {
      float: left;
      margin: 0 15px 0 0;
      border-radius: 24px;
      border: 1px solid #f4f4f4;
      color: #7dcef1; }
    .article-detail .article-share .article-aside__content button:hover, .article-detail .article-share .article-aside__content button:focus {
      color: #7dcef1; }
    .inverted-colors .article-detail .article-share .article-aside__content button {
      color: #fff; }
  .article-detail .article-share .article-aside__content label {
    position: relative; }
    .article-detail .article-share .article-aside__content label .icon {
      position: absolute;
      top: 50%;
      margin-top: -24px; }
  .article-detail .article-share .article-aside__content input {
    width: 100%;
    padding-left: 63px; }
  .article-detail .article-share .article-aside__content ul {
    margin: 20px 0; }
  .article-detail .back-to-start {
    clear: both;
    float: right;
    color: #333;
    text-align: center; }
    .pdf-version .article-detail .back-to-start {
      display: none; }
    .inverted-colors .article-detail .back-to-start {
      color: #fff; }
    .article-detail .back-to-start .label {
      display: none;
      margin-top: .5em;
      width: 5em;
      text-transform: uppercase;
      font-size: 0.875em; }
    .article-detail .back-to-start .icon {
      font-size: 30px; }
    .article-detail .back-to-start:focus, .article-detail .back-to-start:hover {
      color: #7dcef1; }
  .article-detail .article-lead {
    font-size: 1.875em;
    line-height: 1.25;
    margin-bottom: 1em; }
    .article-detail .article-lead:after {
      content: "";
      display: block;
      clear: both; }
    .article-detail .article-lead:first-letter, .article-detail .article-lead::first-letter {
      color: #7dcef1;
      font-size: 4.1em;
      float: left;
      line-height: .9;
      margin: 0 .05em 0 -.05em;
      font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }
      .pdf-version .article-detail .article-lead:first-letter, .pdf-version .article-detail .article-lead::first-letter {
        color: inherit; }
  .article-detail .text-module {
    clear: both;
    padding-right: 8.33333%;
    padding-left: 8.33333%; }
    .article-detail .text-module p {
      font-size: 1.25em;
      font-family: Georgia, Times, "Times New Roman", serif;
      line-height: 1.7em; }
    .columns-2 .article-detail .text-module {
      columns: 2 auto;
      column-gap: 26px; }
      .columns-2 .article-detail .text-module p {
        margin-top: 0; }
    .article-detail .text-module figure {
      display: inline-block; }
  .article-detail .text_with_image-module figure {
    margin: 0 0 26px; }
    .no-images .article-detail .text_with_image-module figure {
      display: none; }
  .article-detail .text_with_image-module img {
    width: 100%; }
  .article-detail .text_with_image-module figcaption {
    color: #adadad;
    font-size: 0.875em; }
    .article-detail .text_with_image-module figcaption:before {
      content: "";
      display: block;
      width: 25%;
      border-top: .2em solid;
      margin: 1em 0; }
  .article-detail .text_with_image-module p {
    font-family: Georgia, Times, "Times New Roman", serif; }
  .article-detail .text_with_image-module figure {
    float: right;
    width: 50%;
    margin-right: -8%;
    margin-left: 26px; }
  .article-detail .text_with_image-module figure {
    width: 65%; }
  .no-images .article-detail .text_with_image-module figure {
    display: none; }
  .columns-2 .article-detail .text_with_image-module figure {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .article-detail .quote-module {
    position: relative;
    margin: 2em 0;
    clear: both;
    color: #7dcef1;
    padding-right: 16.66667%; }
    .pdf-version .article-detail .quote-module {
      color: inherit; }
    @media print {
      .article-detail .quote-module {
        display: table;
        width: 100%;
        page-break-inside: avoid; } }
    .article-detail .quote-module:before {
      content: "";
      display: block;
      width: 30%;
      height: 0;
      border-top: 3px solid; }
    .article-detail .quote-module p {
      margin-bottom: .5em;
      font-size: 1.875em;
      line-height: 1.2; }
      .article-detail .quote-module p:before {
        content: "“"; }
      .article-detail .quote-module p:after {
        content: "”"; }
    .article-detail .quote-module cite {
      font-size: 1em;
      font-style: normal; }
  .article-detail .carousel-module {
    margin: 2em 0;
    clear: both; }
    .no-images .article-detail .carousel-module {
      display: none; }
    .article-detail .carousel-module figcaption {
      color: #adadad;
      font-size: 0.875em; }
      .article-detail .carousel-module figcaption:before {
        content: "";
        display: block;
        width: 20%;
        border-top: 0.2em solid #ddd;
        margin: 1.5em 0 1em; }
  .inverted-colors .article-detail {
    background: #222;
    color: #fff; }
    .inverted-colors .article-detail textarea {
      background: #222;
      color: #fff; }
  .large-font .article-detail {
    font-size: 1.25em;
    line-height: 1.375; }
  .medium-font .article-detail {
    font-size: 1.125em;
    line-height: 1.375; }
  .small-font .article-detail {
    font-size: 1em;
    line-height: 1.375; }

.article-teaser {
  padding: 35px 0;
  border-top: 2px solid #ddd;
  animation: opacity-0-1 .25s; }
  .article-teaser:first-child {
    border-top: 0; }
  .article-teaser img {
    max-width: 100%; }

.article-teaser__content .read-later-btn,
.article-teaser__content .reading-time {
  display: none; }

.article-teaser__text {
  font-family: Georgia, Times, "Times New Roman", serif; }

.article-teaser__info .label {
  color: #adadad; }

.article-teaser__info .read-later-btn .label.remove {
  display: none; }

.article-teaser__info .read-later-btn.active .label.readlater {
  display: none; }

.article-teaser__info .read-later-btn.active .label.remove {
  display: inline-block; }

.article-teaser__info .icon {
  margin-right: 0.20833em;
  color: #333; }

.article-teaser {
  padding: 45px 0 35px; }
  .article-teaser:after {
    content: "";
    display: table;
    clear: both; }

.article-teaser__aside {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  float: left;
  width: 33.33333%;
  margin-right: -33.33333%;
  padding: 0; }

.article-teaser__content {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  float: left;
  width: 66.66667%;
  float: right;
  margin-left: 33.33333%; }
  .article-teaser__content .read-later-btn,
  .article-teaser__content .reading-time {
    display: block; }
  .article-teaser__content .article-teaser__info {
    margin-top: 1.5625em; }
    .article-teaser__content .article-teaser__info .reading-time,
    .article-teaser__content .article-teaser__info .read-later-btn {
      display: inline-block; }
    .article-teaser__content .article-teaser__info .read-later-btn {
      margin-left: 1.5625em; }

.article-teaser__aside {
  width: 25%;
  margin-right: -25%; }

.article-teaser__content {
  width: 75%;
  margin-left: 25%; }

.article-teaser__aside {
  position: relative; }
  .article-teaser__aside .article-teaser__wrap {
    padding-left: 61px;
    padding-right: 58px; }
  .article-teaser__aside .author__picture {
    float: left;
    margin-left: -61px;
    background-color: #7dcef1; }
    .article-teaser__aside .author__picture img {
      opacity: 0.6; }
  .article-teaser__aside .author__name {
    padding-top: 10px;
    font-size: 1em;
    font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }
  .article-teaser__aside .date-published,
  .article-teaser__aside .reading-time {
    color: #adadad;
    font-size: 0.875em;
    line-height: 1.25; }
  .article-teaser__aside .read-later-btn {
    position: absolute;
    top: 0;
    right: 0; }
    .article-teaser__aside .read-later-btn .label {
      display: none; }
  .article-teaser__aside .reading-time .icon {
    display: none; }
  .article-teaser__aside .read-later-btn {
    position: relative; }
  .article-teaser__aside .read-later-btn,
  .article-teaser__aside .reading-time {
    display: none; }
  .article-teaser__aside .article-teaser__wrap {
    padding-left: 99px; }
  .article-teaser__aside .author__picture {
    width: 74px;
    height: 74px;
    border-radius: 74px;
    float: left;
    margin-left: -99px; }
    .article-teaser__aside .author__picture img {
      width: 70px;
      height: 70px;
      border-radius: 70px; }
  .article-teaser__aside .read-later-btn {
    position: relative; }
  .article-teaser__aside .read-later-btn,
  .article-teaser__aside .reading-time {
    display: none; }

/*
	------------------------------------
		TEXT SIZINGS AND SPACINGS
	------------------------------------
*/
.article-teaser__title,
.article-teaser__subtitle {
  line-height: 1.2; }

.article-teaser__title {
  font-size: 1.875em;
  font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  margin: 0 0 0.5em;
  font-size: 2.25em;
  margin: 0 0 0.41667em; }

.article-teaser__subtitle {
  font-size: 1.3125em;
  margin: 0 0 0.71429em;
  font-size: 1.5em;
  margin: 0 0 0.625em; }

.article-teaser__text {
  font-size: 1em;
  margin: 0.9375em 0;
  line-height: 1.4;
  font-size: 1.125em;
  margin: 0.83333em 0;
  margin-bottom: 0; }

.author-detail__info {
  padding: 20px 0;
  background: #7dcef1;
  color: #fff;
  text-align: center;
  text-align: left; }

.author-detail__info__aside {
  float: left;
  text-align: center; }
  .author-detail__info__aside .author-detail__info__links {
    display: none; }
  .author-detail__info__aside .author-detail__info__links {
    display: block; }

.author-detail__info__avatar {
  position: relative;
  border-radius: 250px;
  border: 2px solid #fff;
  overflow: hidden;
  width: 130px;
  display: inline-block;
  border-width: 4px;
  width: 220px;
  width: 250px; }
  .author-detail__info__avatar:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%; }
  .author-detail__info__avatar img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

.author-detail__info__name {
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(51, 51, 51, 0.5); }

.author-detail__info__articles-count {
  display: inline-block;
  padding: 20px 10px;
  border-top: 3px solid; }

.author-detail__info__links {
  margin: 0;
  padding: 0;
  list-style: none; }
  .author-detail__info__links li {
    display: inline-block; }
  .author-detail__info__links a {
    color: #fff; }
  .author-detail__info__links .icon {
    display: inline-block;
    height: 48px;
    width: 48px;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    border-radius: 24px;
    border: 2px solid; }

.author-detail__info__content .author-detail__info__links li {
  display: inline-block; }

.author-detail__info__content .author-detail__info__links {
  display: inline-block; }

.author-detail__info__content .author-detail__info__links li {
  display: none; }
  .author-detail__info__content .author-detail__info__links li.follow-link {
    display: inline-block; }

.author-detail__info__bio {
  display: none;
  display: block; }

.author-articles-list .article-teaser__content {
  margin-left: 0 !important;
  padding: 0;
  float: none;
  width: auto; }

.author-articles-list .date-published {
  display: block;
  margin-top: 1em;
  font-size: 0.875em;
  color: #adadad; }

.page-comments {
  margin-top: 50px; }
  .page-comments.tab-pane {
    margin-top: 0; }
  .page-comments__title {
    padding: 0 0 1em;
    margin: 0 0 1em;
    font-size: 21px;
    border-bottom: 1px solid #333; }
    .tab-pane .page-comments__title .icon {
      display: none; }
  .page-comments__form {
    padding: 0 0 1em; }
    .page-comments__form.authenticated {
      padding-left: 60px; }
      .page-comments__form.authenticated:after {
        content: "";
        display: table;
        clear: both; }
    .page-comments__form__content {
      padding: 0;
      margin: 0;
      border: 0; }
    .page-comments__form textarea {
      display: block;
      width: 100%;
      margin: 1.875em 0 0.3125em;
      min-height: 4.125em;
      padding: 0;
      line-height: 1.375;
      border: 0;
      resize: vertical; }
      .page-comments__form textarea:focus {
        outline: none;
        background: rgba(255, 202, 76, 0.1); }
    .page-comments__form label {
      left: 0;
      color: #adadad; }
    .page-comments__form__actions {
      margin: 1em 0 0; }
    .page-comments__form__reset-btn {
      color: #adadad; }
  .page-comments__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .page-comments__item {
    animation: opacity-0-1 .5s;
    padding: 1.875em 0;
    border-top: 2px solid #ddd; }
  .page-comments .author__picture {
    float: left;
    margin-left: -60px;
    background-color: #ddd; }
  .page-comments .author__name {
    padding: .2em 0;
    font-size: 0.875em;
    font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }
  .page-comments__load-more-btn {
    padding-left: 2em !important;
    padding-right: 2em !important;
    background: #f4f4f4;
    color: #333; }
    .page-comments__load-more-btn:hover {
      background: #333;
      color: #f4f4f4; }
    .page-comments__load-more-btn:focus {
      outline: 1px solid; }

.page-comment__info {
  padding-left: 60px; }
  .page-comment__info:after {
    content: "";
    display: table;
    clear: both; }

.page-comment__time {
  font-size: 0.875em;
  color: #adadad; }

.page-comment__content {
  color: #adadad; }

.search-page {
  min-height: 390px; }
  .search-page .input-wrap input,
  .search-page .select2-container--default .select2-selection--single {
    border-color: #ddd;
    color: #7dcef1; }
  .search-page .select2-search--dropdown {
    display: none; }
  .search-page label {
    color: #adadad;
    width: 100%; }
  .search-page .twitter-typeahead {
    display: block;
    width: 100% !important; }
    .search-page .twitter-typeahead input {
      position: relative;
      z-index: 101; }
    .search-page .twitter-typeahead label {
      z-index: 101; }
    .search-page .twitter-typeahead .tt-menu {
      padding: 80.0625px 20px 20px;
      margin: -60.0625px -20px 0;
      right: 0;
      background: #fff;
      border: 1px solid #ddd;
      z-index: 100; }
    .search-page .twitter-typeahead .tt-suggestion {
      padding: 0.625em 0;
      cursor: pointer; }
      .search-page .twitter-typeahead .tt-suggestion:hover, .search-page .twitter-typeahead .tt-suggestion.tt-cursor {
        color: #7dcef1; }
    .search-page .twitter-typeahead .tt-highlight {
      color: #7dcef1; }
  .search-page .load-more-btn {
    margin-top: 1.90476em !important;
    text-align: center;
    font-size: 1.3125em;
    height: 3.09524em;
    line-height: 3.09524em;
    background: #f4f4f4;
    color: #333; }
    .search-page .load-more-btn:hover, .search-page .load-more-btn:focus {
      background: #7dcef1; }

button.search-page__see-more-btn {
  display: none;
  width: 100%; }
  button.search-page__see-more-btn.visible {
    display: block; }

.search-form__fieldset {
  border: 0;
  margin-left: -13px;
  margin-right: -13px;
  font-size: 0; }
  .search-form__fieldset:after {
    content: "";
    display: table;
    clear: both; }
  .search-form__fieldset > * {
    display: inline-block;
    float: none !important;
    font-size: 16px;
    vertical-align: top; }

.search-form__note {
  margin-top: 10px;
  font-size: 14px;
  color: #adadad;
  margin-top: 20px; }

.search-form__text-column,
.search-form__option-column,
.search-form__theme-column,
.search-form__button-column {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  float: left;
  margin-top: 30px;
  padding-left: 13px;
  padding-right: 13px; }

.search-form__text-column,
.search-form__button-column {
  width: 100%; }

.search-form__text-column {
  margin-bottom: 15px; }

.search-form__option-column {
  width: 25%; }

.search-form__theme-column {
  width: 75%; }

.search-form__button-column .btn {
  display: block;
  width: 100%;
  color: #fff;
  background: #7dcef1; }
  .search-form__button-column .btn .icon {
    font-size: 1.5em;
    vertical-align: middle; }
  .search-form__button-column .btn:focus {
    background: #6ec1e4; }
  .search-form__button-column .btn:hover {
    background: #333; }

.search-form__option-column span {
  width: 48px;
  text-transform: uppercase;
  color: #333; }

.search-form__option-column {
  width: 16.66667%; }

.search-form__theme-column {
  width: 83.33333%; }

.search-form__text-column {
  width: 25%;
  margin-bottom: 0; }

.search-form__theme-column {
  width: 56.25%; }

.search-form__option-column {
  width: 8.33333%; }

.search-form__button-column {
  width: 10.41667%; }

.search-form__button-column .label {
  display: none; }

.search-form__option-column {
  text-align: center; }

.search-form__button-column {
  text-align: right; }

.search-form__button-column .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  border-radius: 200px; }
  .search-form__button-column .btn:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%; }
  .search-form__button-column .btn .icon {
    font-size: 1.875em;
    position: absolute;
    top: -9999px;
    left: -9999px;
    bottom: -9999px;
    right: -9999px;
    margin: auto;
    width: 1em;
    height: 1em; }

.search-form__text-column,
.search-form__theme-column {
  width: 41.66667%; }

.search-form__option-column,
.search-form__button-column {
  width: 8.33333%; }

.search-form__button-column .btn .icon {
  font-size: 2.25em; }

.search-page__results-count {
  padding: 1.5em 0;
  font-size: 1.1875em;
  color: #7dcef1;
  border-bottom: 2px solid; }

.search__history__title {
  margin: 2em 0 1.25em;
  text-transform: uppercase;
  font-size: 30px; }

.search__history__subtitle {
  margin: 1em 0 .5em;
  text-transform: uppercase;
  font-size: 21px;
  color: #7dcef1; }

.search__history__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.search__history__link {
  font-size: 21px;
  color: #adadad; }
  .search__history__link:hover, .search__history__link:focus {
    color: #333; }

.user-data-form__fieldset__legend {
  margin-top: 30px; }
  .user-data-form__fieldset__legend p:first-child {
    margin: 0; }
  .user-data-form__fieldset__legend .help {
    margin: 0;
    font-size: 0.875em;
    color: #adadad; }
  .user-data-form__fieldset__legend .fixed-alert {
    margin-top: 1em;
    display: block; }

.user-data-form__fieldset__title {
  text-transform: uppercase;
  margin: 0;
  font-size: 1.3125em;
  font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }

.user-data-form__fieldset__fields .input-wrap,
.user-data-form__fieldset__fields .textarea-wrap,
.user-data-form__fieldset__fields .option-wrap,
.user-data-form__fieldset__fields .select-wrap,
.user-data-form__fieldset__fields .options-group {
  margin-top: 30px; }

.user-data-form__fieldset__fields .input-wrap input {
  display: block;
  width: 100%; }

.user-data-form__fieldset__fields .textarea-wrap textarea {
  display: block;
  width: 100%;
  padding: 0.78125em 0.625em;
  resize: vertical; }

.user-data-form__fieldset-divider {
  margin-top: 30px;
  border-top: 1px solid #ddd; }

.user-data-form__footer {
  margin-top: 30px; }

.user-data-form .select-wrap select,
.user-data-form .select-wrap .select2-container {
  width: 100% !important; }

.user-data-form .input-group--two-columns {
  margin-left: -13px;
  margin-right: -13px; }
  .user-data-form .input-group--two-columns:after {
    content: "";
    display: table;
    clear: both; }
  .user-data-form .input-group--two-columns > * {
    position: relative;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 13px;
    float: left;
    width: 50%; }

.user-data-form .fields-group {
  margin: 30px -6.5px 0;
  padding: 0; }
  .user-data-form .fields-group:after {
    content: "";
    display: table;
    clear: both; }
  .user-data-form .fields-group__label {
    display: block;
    clear: left;
    margin: -1.35em 6.5px 0;
    font-size: 0.875em; }
  .user-data-form .fields-group .input-divider {
    float: left; }
  .user-data-form .fields-group .select-wrap,
  .user-data-form .fields-group .option-wrap,
  .user-data-form .fields-group .input-wrap,
  .user-data-form .fields-group .textarea-wrap,
  .user-data-form .fields-group .input-errors-wrap {
    float: left;
    margin: 0;
    padding: 0 6.5px; }
    .user-data-form .fields-group .select-wrap label,
    .user-data-form .fields-group .option-wrap label,
    .user-data-form .fields-group .input-wrap label,
    .user-data-form .fields-group .textarea-wrap label,
    .user-data-form .fields-group .input-errors-wrap label {
      margin-left: 6.5px; }

.user-data-form .date-input-group__year {
  width: 40%; }

.user-data-form .date-input-group__month {
  width: 30%; }

.user-data-form .date-input-group__day {
  width: 30%; }

.user-data-form .date-input-group__errors {
  clear: both;
  position: relative;
  top: 1em;
  margin: 0 0 1em; }

.user-data-form .date-input-group input {
  -moz-appearance: textfield; }

.user-data-form .date-input-group input::-webkit-outer-spin-button,
.user-data-form .date-input-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.user-data-form .locality-input-group__postalcode {
  width: 35%; }

.user-data-form .locality-input-group__locality {
  width: 65%; }

.user-data-form .locality-input-group--half .locality-input-group__postalcode {
  width: 50%; }

.user-data-form .locality-input-group--half .locality-input-group__locality {
  width: 50%; }

.user-data-form .postalcode-input-group__prefix {
  width: 60%; }

.user-data-form .postalcode-input-group__suffix {
  width: 37%; }

.user-data-form .postalcode-input-group__dash {
  width: 3%;
  text-align: center; }

.user-data-form .notes {
  font-size: 0.75em; }

.user-data-form__status {
  display: none; }

.user-data-form.submiting .user-data-form__submit-btn {
  display: none !important; }

.user-data-form.submiting .user-data-form__status.loading {
  display: block; }

.international .postalcode-input-group__dash,
.international .postalcode-input-group__suffix {
  display: none; }

.international .postalcode-input-group__prefix {
  width: 100%; }

.blog-help-page__header {
  margin-bottom: 0; }

.blog-help-page .article-header__content {
  background: none;
  text-shadow: none; }

.blog-help-page__content__block {
  margin: 50px 0;
  border-top: 1px solid #ddd; }
  .blog-help-page__content__block:first-child {
    border-top: 0; }

.blog-help-page__intro {
  text-align: center;
  margin: 80px 10%;
  margin-left: 20%;
  margin-right: 20%; }
  .blog-help-page__intro__title {
    margin: 0 0 .5em;
    font-size: 1.875em;
    line-height: 1.25;
    color: #7dcef1; }
  .blog-help-page__intro__text {
    font-size: 1.125em;
    line-height: 1.25;
    font-family: Georgia, Times, "Times New Roman", serif; }
  .blog-help-page__intro__title {
    font-size: 2.25em; }

.blog-help-page__features {
  margin: 0;
  padding: 0;
  list-style: none; }

.blog-help-page__feature {
  margin: 50px 0;
  text-align: center;
  position: relative;
  margin: 50px 5%;
  text-align: left;
  margin: 80px 10%; }
  .blog-help-page__feature__number {
    margin: 0;
    font-size: 3.75em;
    line-height: 1; }
  .blog-help-page__feature__title {
    margin: .2em 0 .5em;
    font-size: 1.875em;
    line-height: 1.25; }
  .blog-help-page__feature__text {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.125em; }
  .blog-help-page__feature img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .blog-help-page__feature__wrap {
    height: 350px;
    display: table; }
  .blog-help-page__feature__inner-wrap {
    display: table-cell;
    vertical-align: middle;
    padding-left: 400px; }
    .even .blog-help-page__feature__inner-wrap {
      padding-left: 0;
      padding-right: 400px; }
  .blog-help-page__feature__figure {
    position: absolute;
    left: 0;
    top: 50%;
    width: 350px;
    margin: -175px 0; }
    .even .blog-help-page__feature__figure {
      left: auto;
      right: 0; }
    .blog-help-page__feature__figure img {
      width: 100%; }
  .blog-help-page__feature__inner-wrap {
    padding-left: 430px; }
    .even .blog-help-page__feature__inner-wrap {
      padding-right: 430px; }

.blog-help-page__sec-features {
  margin: 50px 0;
  text-align: center; }
  .blog-help-page__sec-features__title {
    margin: 50px 0 0;
    text-transform: uppercase;
    font-size: 2.25em;
    color: #7dcef1; }
  .blog-help-page__sec-features__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -13px;
    margin-right: -13px; }
    .blog-help-page__sec-features__list:after {
      content: "";
      display: table;
      clear: both; }

.blog-help-page__sec-feature {
  margin: 50px 0;
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  float: left;
  width: 50%;
  padding: 0 5%; }
  .blog-help-page__sec-feature__figure {
    display: block;
    margin: 0 0 1em; }
  .blog-help-page__sec-feature__title {
    margin: .5em 0;
    font-size: 1.875em; }
  .blog-help-page__sec-feature__text {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.125em; }

#user-password__form {
  background: #7dcef1;
  text-align: center;
  color: #fff; }
  .change-password-page #user-password__form {
    margin-top: 20px;
    margin-top: 35px; }
  #user-password__form .container {
    padding-top: 50px;
    padding-bottom: 50px; }
  #user-password__form fieldset {
    padding: 0;
    margin: 0 auto;
    max-width: 380px;
    border: 0;
    text-align: left; }
  #user-password__form .input-wrap, #user-password__form .btn {
    margin-top: 2em; }
  #user-password__form input {
    border: 0; }
  #user-password__form input, #user-password__form button {
    display: block;
    width: 100%; }
  #user-password__form .btn {
    color: #fff;
    border: 1px solid #fff; }
    #user-password__form .btn:hover, #user-password__form .btn:focus {
      color: #333; }
  #user-password__form label {
    color: #333; }
  #user-password__form .elabel input:focus + label, #user-password__form .elabel input:focus + .parsley-errors-list + label, #user-password__form .elabel .not-empty + label, #user-password__form .elabel .not-empty + .parsley-errors-list + label, #user-password__form .elabel .not-empty + .select2 + label {
    color: #fff; }

.user-password__title,
.user-password__info {
  width: 90%;
  max-width: 480px;
  margin: 0 auto; }
  .change-password-page .user-password__title, .change-password-page
  .user-password__info {
    max-width: 540px; }

.user-password__title {
  margin: 0 auto .5em;
  font-size: 1.3125em;
  line-height: 1.25;
  text-transform: uppercase;
  font-size: 1.875em;
  font-size: 2.25em; }

.user-password__info {
  font-family: Georgia, Times, "Times New Roman", serif; }

.pdf-version #header .links-wrap {
  display: none; }

#header .bar {
  padding-bottom: 18px !important;
  padding-bottom: 30px !important; }
  @media only screen and (min-width: 964px) and (min-height: 768px) {
    #header .bar {
      padding-bottom: 28px !important; } }

/* BARRA SITES FFMS */
.ffms-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  text-transform: uppercase;
  text-align: right;
  margin-left: -0.75em;
  padding: 0.625em 0;
  margin-left: -1.5em; }
  .ffms-menu li {
    position: relative;
    display: inline-block;
    margin-left: 0.75em;
    margin-left: 1.5em; }
  .ffms-menu a {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 0.6875em;
    line-height: 2.33333em;
    text-decoration: none;
    color: #333; }
    .ffms-menu a.active, .ffms-menu a:hover {
      color: #7dcef1; }
    .ffms-menu a:focus {
      color: #6ec1e4; }
    .ffms-menu a.ffms-menu__highlight {
      color: #333;
      font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }
      .ffms-menu a.ffms-menu__highlight:before {
        content: '';
        position: absolute;
        left: -5px;
        right: -5px;
        top: 2px;
        bottom: 2px;
        z-index: -1;
        background: #ffca4c;
        transition: inherit; }
      .ffms-menu a.ffms-menu__highlight:hover {
        color: #fff; }
        .ffms-menu a.ffms-menu__highlight:hover:before {
          background: #6ec1e4; }
  .pdf-version .ffms-menu {
    display: none !important; }
  #header > .ffms-menu {
    display: block; }

#header {
  position: relative;
  /* menus */
  /* estilos apenas aplicados em mobile */
  /* estilos apenas aplciados em desktop */
  /* DROPDOWNS */ }
  #header .nav-cmd {
    margin-top: 4px; }
  .pdf-version #header .links-wrap {
    display: none; }
  #header .nav-cmd {
    float: right; }
    #header .nav-cmd .menu {
      margin-right: 11px; }
    #header .nav-cmd .switch {
      position: relative;
      width: 180px;
      color: #adadad;
      border-color: #ddd !important;
      /*&:after {
                top: 18px;
            }*/
      overflow: hidden; }
      #header .nav-cmd .switch:before {
        content: "";
        position: absolute;
        top: 18px;
        left: 18px;
        right: 18px;
        border-top: 1px solid #ddd; }
      #header .nav-cmd .switch__drag:after {
        content: "";
        height: 24px;
        width: 24px;
        position: absolute;
        left: 24px;
        margin: -12px;
        vertical-align: middle;
        border-radius: 24px;
        transition: all 0.3s linear;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$color1+0,7db9e8+100 */
        background: #ffca4c;
        /* Old browsers */
        /* FF3.6+ */
        /* Chrome,Safari4+ */
        /* Chrome10+,Safari5.1+ */
        /* Opera 11.10+ */
        /* IE10+ */
        background: linear-gradient(to bottom, #ffca4c 0%, #febd28 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCA4C', endColorstr='#FFFEBD28', GradientType=0); }
      #header .nav-cmd .switch__drag:before {
        content: "";
        height: 48px;
        width: 48px;
        position: absolute;
        top: 0;
        left: 0;
        margin: -24px; }
      #header .nav-cmd .switch__drag:after {
        margin-top: -17px; }
      #header .nav-cmd .switch__track {
        position: absolute;
        top: 50%;
        left: 24px;
        right: 24px; }
      #header .nav-cmd .switch__drag {
        position: absolute;
        left: 0;
        transition: none; }
        #header .nav-cmd .switch__drag:after {
          left: 0; }
      #header .nav-cmd .switch:after {
        display: none; }
      #header .nav-cmd .switch .copy {
        cursor: pointer; }
        #header .nav-cmd .switch .copy:before {
          content: "";
          position: absolute;
          top: -50px;
          bottom: -50px;
          left: 0;
          right: 0; }
        #header .nav-cmd .switch .copy.blog:before {
          left: -24px; }
        #header .nav-cmd .switch .copy.blog:after {
          content: "";
          height: 8px;
          width: 8px;
          position: absolute;
          top: -8px;
          left: 12px;
          margin: -12px;
          vertical-align: middle;
          border-radius: 50%;
          background-color: #b0b0b0; }
        #header .nav-cmd .switch .copy.site {
          margin-left: 9px; }
          #header .nav-cmd .switch .copy.site:before {
            left: -10px;
            right: -10px; }
          #header .nav-cmd .switch .copy.site:after {
            content: "";
            height: 8px;
            width: 8px;
            position: absolute;
            top: -8px;
            left: 24px;
            margin: -12px;
            vertical-align: middle;
            border-radius: 50%;
            background-color: #b0b0b0; }
        #header .nav-cmd .switch .copy.play:before {
          right: -24px; }
        #header .nav-cmd .switch .copy.play:after {
          content: "";
          height: 8px;
          width: 8px;
          position: absolute;
          top: -8px;
          right: 12px;
          margin: -12px;
          vertical-align: middle;
          border-radius: 50%;
          background-color: #b0b0b0; }
      #header .nav-cmd .switch .copy {
        font-size: 0.5em;
        text-transform: uppercase;
        position: absolute;
        bottom: 4px;
        line-height: 1em;
        transition: all 0.3s linear; }
        #header .nav-cmd .switch .copy.blog {
          left: 18px;
          color: #febd28; }
        #header .nav-cmd .switch .copy.site {
          left: 64px;
          color: #adadad; }
        #header .nav-cmd .switch .copy.play {
          right: 18px;
          color: #adadad; }
      #header .nav-cmd .switch.blog-active .switch__drag {
        left: 0; }
        #header .nav-cmd .switch.blog-active .switch__drag:after {
          left: 0; }
      #header .nav-cmd .switch.blog-active .copy.blog {
        color: #febd28; }
      #header .nav-cmd .switch.blog-active .copy.site {
        color: #adadad; }
      #header .nav-cmd .switch.blog-active .copy.play {
        color: #adadad; }
      #header .nav-cmd .switch.site-active .switch__drag {
        left: 65px; }
      #header .nav-cmd .switch.site-active .copy.blog {
        color: #adadad; }
      #header .nav-cmd .switch.site-active .copy.site {
        color: #febd28; }
      #header .nav-cmd .switch.site-active .copy.play {
        color: #adadad; }
      #header .nav-cmd .switch.play-active .switch__drag {
        left: 130px; }
      #header .nav-cmd .switch.play-active .copy.blog {
        color: #adadad; }
      #header .nav-cmd .switch.play-active .copy.site {
        color: #adadad; }
      #header .nav-cmd .switch.play-active .copy.play {
        color: #febd28; }
  #header .bar {
    clear: both;
    padding: 10px 0 4px;
    border-top: 2px solid #ddd; }
    #header .bar:after {
      content: "";
      display: table;
      clear: both; }
  #header .nav-cmd {
    margin-top: 28px; }
  #header .bar {
    padding-top: 10px; }
  #header .links-wrap {
    margin-top: 28px; }
  #header .nav-cmd {
    margin-top: 0;
    margin-left: 22px; }
  #header .bar {
    padding-top: 10px; }
  #header .links-wrap {
    margin-top: 35px; }
  @media only screen and (min-width: 964px) and (min-height: 768px) {
    #header .bar {
      padding-top: 20px; } }
  @media only screen and (min-width: 964px) and (max-height: 767px) {
    #header .links-wrap {
      margin-top: 28px; } }
  #header .menus {
    transition: 0.5s opacity ease; }
    .switching-site #header .menus {
      opacity: 0; }
    #header .menus .content {
      display: none; }
    #header .menus a {
      font-size: 0.875em;
      text-transform: uppercase; }
      #header .menus a .copy {
        vertical-align: middle;
        line-height: 1.28571em; }
    #header .menus .ffms-menu {
      display: block;
      padding-top: 20px;
      margin-bottom: 20px;
      display: none; }
      #header .menus .ffms-menu:after {
        content: "";
        display: table;
        clear: both; }
      #header .menus .ffms-menu li {
        text-align: left;
        margin-left: 0; }
      #header .menus .ffms-menu li a {
        margin: 0; }
  #header h2 {
    font-size: 1.1875em;
    margin: 0; }
  #header .header h2 {
    margin: 30px 0 0; }
  #header .menus-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    #header .menus-list li {
      position: relative; }
      #header .menus-list li.empty {
        display: none; }
  #header .close-menu {
    display: none; }
  #header .menu-link {
    position: relative;
    display: inline-block;
    text-align: left;
    transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear; }
    #header .menu-link [class^="icon-"],
    #header .menu-link [class*=" icon-"] {
      font-size: 1.5em;
      transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear; }
      #header .menu-link [class^="icon-"].icon-no-photo,
      #header .menu-link [class*=" icon-"].icon-no-photo {
        font-size: 1em; }
    #header .menu-link.user .user-picture {
      overflow: hidden;
      position: relative;
      border: 2px solid #7dcef1 !important;
      margin: 0;
      background-color: #7dcef1; }
    #header .menu-link.user img {
      opacity: 1; }
    #header .menu-link.user.opened img, #header .menu-link.user:hover img {
      opacity: 0.6; }
    #header .menu-link .itens {
      font-size: 11px;
      text-align: center;
      position: absolute;
      top: -12px;
      right: -5px; }
    #header .menu-link img {
      width: 100%; }
    #header .menu-link.search-link [class^="icon-"],
    #header .menu-link.search-link [class*=" icon-"] {
      font-size: 24px; }
    #header .menu-link.opened + .content {
      display: block; }
  #header .menu-link {
    z-index: 10; }
    #header .menu-link.opened {
      z-index: 2; }
    #header .menu-link .copy {
      display: none; }
    #header .menu-link.opened + .content {
      animation: from-bottom-opacity 0.3s; }
  #header .menus {
    display: inline-block; }
  #header .menus-list {
    display: inline-block; }
    #header .menus-list > li {
      display: inline-block;
      margin-left: 6px; }
  #header .nav-cmd {
    float: none;
    display: inline-block; }
    #header .nav-cmd .menu {
      display: none !important; }
  #header .links-wrap {
    float: right; }
  #header .content {
    position: absolute;
    width: 280px;
    left: 50%;
    top: 68px;
    margin-left: -140px;
    background-color: #fff;
    z-index: 3; }
  #header .dropdown {
    /* estilos apenas aplciados em desktop */
    border-bottom: 8px solid #333;
    /* estilos apenas aplicados em mobile */ }
    #header .dropdown .dropdown-wrap:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 14px 14px 14px;
      border-color: transparent transparent #7dcef1 transparent;
      position: absolute;
      top: -14px;
      left: 50%;
      margin-left: -14px; }
    #header .dropdown .dropdown-wrap:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 14px 14px 14px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      top: -13px;
      left: 50%;
      margin-left: -14px; }
    #header .dropdown ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #header .dropdown .sub-menu {
      position: relative;
      display: block;
      text-align: left;
      margin: 24px 0;
      line-height: 3.42857em;
      transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear; }
      #header .dropdown .sub-menu.with-icon {
        padding-left: 62px; }
      #header .dropdown .sub-menu [class^="icon-"],
      #header .dropdown .sub-menu [class*=" icon-"] {
        font-size: 1.85714em;
        position: absolute !important;
        top: 0;
        left: 0;
        transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear; }
        #header .dropdown .sub-menu [class^="icon-"].icon-no-photo,
        #header .dropdown .sub-menu [class*=" icon-"].icon-no-photo {
          font-size: 1em; }
        #header .dropdown .sub-menu [class^="icon-"].icon-closeb,
        #header .dropdown .sub-menu [class*=" icon-"].icon-closeb {
          font-size: 1.28571em; }
      #header .dropdown .sub-menu .copy {
        line-height: 1.125em;
        display: inline-block;
        vertical-align: middle; }
    #header .dropdown.user .global-related {
      border-bottom: 1px solid #7dcef1; }
      #header .dropdown.user .global-related a {
        margin: 10px 0; }
    #header .dropdown.login .dropdown-wrap {
      padding-bottom: 24px; }
    #header .dropdown.cart .dropdown-wrap {
      padding-bottom: 24px; }
    #header .dropdown.cart .cart-itens {
      margin: 24px -24px 24px 0;
      padding-right: 24px; }
    #header .dropdown.cart li:after {
      content: "";
      display: table;
      clear: both; }
    #header .dropdown.cart li + li {
      margin-top: 20px; }
    #header .dropdown.cart a {
      text-decoration: none;
      text-transform: none; }
    #header .dropdown.cart .btn {
      width: 100%;
      text-align: center;
      text-transform: none;
      font-size: 1em; }
    #header .dropdown.cart img {
      border: 1px solid #ddd;
      float: left; }
    #header .dropdown.cart .thumb + .detail {
      margin-left: 82px;
      overflow: hidden; }
    #header .dropdown.cart h3 {
      margin: 0 0 8px;
      font-size: 1em;
      line-height: 1.14286em;
      font-weight: normal; }
    #header .dropdown.cart h4 {
      margin: 0 0 8px;
      font-size: 0.85714em;
      line-height: 1em;
      font-weight: normal;
      color: #333; }
    #header .dropdown.cart p {
      margin: 0;
      display: inline-block; }
    #header .dropdown.cart .qtd {
      float: left;
      clear: left;
      text-transform: none;
      line-height: 1.14286em;
      color: #adadad; }
    #header .dropdown.cart .price {
      float: right;
      font-size: 1.14286em;
      line-height: 1em;
      color: #333; }
    #header .dropdown .dropdown-wrap {
      border: 1px solid #ddd;
      border-bottom: none;
      overflow: hidden;
      padding: 0 26px; }
      #header .dropdown .dropdown-wrap:before {
        border-bottom-color: #ddd; }
    #header .dropdown.cart .cart-itens {
      overflow-y: auto;
      max-height: 600px; }
    #header .dropdown.user .global-related {
      border-bottom-width: 2px; }
      #header .dropdown.user .global-related a {
        margin: 0; }

#footer {
  font-size: 1em;
  text-align: center;
  margin-bottom: 50px;
  font-size: 1em;
  line-height: 1.375em;
  text-align: left; }
  .pdf-version #footer {
    display: none; }
  #footer h2 {
    text-transform: uppercase;
    margin: 0 0 22px;
    color: #333; }
  #footer h2 + p {
    color: #adadad; }
  #footer .icon-email {
    font-size: 0.9375em; }
  #footer .icon-mark {
    font-size: 1.5em; }
  #footer .icon-facebook,
  #footer .icon-twitter,
  #footer .icon-linkedin,
  #footer .icon-youtube,
  #footer .icon-instagram {
    font-size: 1.25em; }
  #footer .footer-items {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 54px;
    position: relative; }
    #footer .footer-items:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      display: block !important;
      height: 0;
      border-top: 2px solid #ddd; }
    #footer .footer-items > li + li {
      margin-top: 40px; }
  #footer .contacts a {
    display: block;
    margin-top: 22px; }
    #footer .contacts a + a {
      margin-top: 15px; }
    #footer .contacts a span {
      width: 24px; }
  #footer .social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 12px;
    margin-top: -10px;
    margin-left: -8px;
    font-size: 0; }
    #footer .social-list li {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      margin-top: 8px;
      margin-left: 8px; }
    #footer .social-list__meo-link {
      width: auto !important;
      padding: 0 10px;
      white-space: nowrap; }
      #footer .social-list__meo-link > * {
        float: left; }
      #footer .social-list__meo-link .meo-kanal-nr {
        font-size: 14px;
        line-height: 1.25;
        font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }
        #footer .social-list__meo-link .meo-kanal-nr:before {
          content: "•";
          display: inline-block;
          vertical-align: middle;
          color: #4ecb3f;
          font-size: 50px;
          margin: -13px 2px 0; }
  #footer .legal {
    font-size: 0.875em;
    margin-top: 50px !important; }
    #footer .legal a {
      display: block; }
      #footer .legal a + a {
        margin: 0; }
  #footer .copyright {
    font-size: 0.875em;
    margin-top: 20px !important;
    color: #adadad; }
  #footer .contacts a {
    display: inline; }
    #footer .contacts a + a {
      margin-left: 16px; }
  #footer .contacts p {
    padding-bottom: 10px; }
  #footer .legal a {
    display: inline-block; }
    #footer .legal a + a {
      margin: 0 0 0 16px; }
  #footer .copyright br {
    display: none; }
  #footer .footer-items {
    margin-left: -13px;
    margin-right: -13px; }
    #footer .footer-items:after {
      content: "";
      display: table;
      clear: both; }
    #footer .footer-items:before {
      margin-left: 13px;
      margin-right: 13px; }
    #footer .footer-items > li {
      position: relative;
      min-height: 1px;
      padding-left: 13px;
      padding-right: 13px;
      float: left;
      width: 33.33333%; }
      #footer .footer-items > li.copyright {
        width: 66.66667%; }
      #footer .footer-items > li + li {
        margin-top: 0; }
  #footer .contacts a {
    display: block; }
    #footer .contacts a + a {
      margin: 16px 0 0; }
  #footer .copyright {
    text-align: right; }
    #footer .copyright p {
      margin-top: 0;
      color: #adadad; }
      #footer .copyright p + p {
        margin-top: 1em; }
  #footer .legal {
    clear: left; }
  #footer .legal,
  #footer .copyright {
    margin-top: 30px !important; }
  #footer .social-list {
    padding-top: 0px; }
  #footer #newsletter {
    max-width: none; }

#newsletter {
  max-width: 375px;
  margin: 0 auto; }
  #newsletter input {
    transition: opacity 0.3s linear;
    font-size: 1em;
    display: block;
    width: 100%; }
  #newsletter form {
    display: block;
    margin-top: 22px;
    text-align: left; }
    #newsletter form button {
      position: absolute;
      top: -1px;
      right: 0; }
      #newsletter form button > * {
        font-size: 1.125em; }
  #newsletter .newsletter_consent {
    padding-top: 10px;
    font-size: 14px;
    line-height: 17px;
    padding-right: 6px;
    text-align: justify; }
    #newsletter .newsletter_consent input.error + .box {
      border-color: #fd5f5f; }
  #newsletter .wrap {
    padding-right: 58px;
    position: relative; }
  #newsletter .success {
    display: none;
    margin-top: 22px; }
    #newsletter .success h2 {
      font-size: 1.5em;
      line-height: 1.25em;
      color: #7dcef1;
      text-transform: none;
      margin: 0; }
    #newsletter .success p {
      font-size: 1em;
      font-weight: normal;
      color: #7dcef1;
      margin: 4px 0 0; }
  #newsletter .service-error {
    text-align: left; }
    #newsletter .service-error button {
      width: 100%; }
  #newsletter.success .sub {
    display: none; }
  #newsletter.success .success {
    display: block; }
  #newsletter.success.form {
    display: none; }
  #newsletter > .status {
    display: none; }
    #newsletter > .status.form {
      display: block; }
  #newsletter.service-error > .status.form {
    display: none; }
  #newsletter.service-error > .status.service-error {
    display: block; }
  #newsletter.success > .status.form {
    display: none; }
  #newsletter.success > .status.success {
    display: block; }
  #newsletter.loading > .status.form {
    display: none; }
  #newsletter.loading > .status.loading {
    display: block; }
  #newsletter.loading * {
    pointer-events: none;
    cursor: default; }
  #newsletter.loading input {
    filter: alpha(opacity=50); }

.terms-page__intro {
  font-size: 1.125em;
  line-height: 1.25;
  font-size: 1.3125em; }

.terms-page__content {
  margin-left: 10%;
  width: 80%; }
  .terms-page__content h2 {
    margin-top: 2em;
    font-size: 1.3125em;
    font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    line-height: 1.25;
    font-size: 1.5em; }
  .terms-page__content p {
    font-size: 1.125em;
    line-height: 1.25;
    font-family: Georgia, Times, "Times New Roman", serif; }

.location-page .map-module__map {
  margin-top: 20px;
  height: 375px;
  margin-top: 35px;
  height: 535px;
  height: 445px;
  margin-top: 40px;
  height: 595px; }
  .location-page .map-module__map .map-module__marker {
    display: none;
    width: 275px; }
  .location-page .map-module__map .map-module__marker {
    display: block; }
    .location-page .map-module__map .map-module__marker h2 {
      margin-top: 0; }

.location-page .map-module__marker {
  color: #adadad;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  display: none; }
  .location-page .map-module__marker h2 {
    color: #333; }
  .location-page .map-module__marker .icon-email {
    margin-right: .5em; }

.location-page h2 {
  margin-top: 2em;
  font-size: 1.3125em;
  line-height: 1.2; }

.location-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Georgia, Times, "Times New Roman", serif; }
  .location-page__list li {
    margin: .5em 0;
    padding-left: 1em; }
    .location-page__list li:before {
      content: "—";
      float: left;
      margin-left: -1em; }

.register-page__intro, .register-page__login, .register-page__social-networks__title {
  display: none;
  display: block; }

.register-page__intro {
  margin-bottom: 3em; }

.register-page__social-networks {
  border-top: 1px solid; }
  .register-page__social-networks__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .register-page__social-networks__list > * {
      margin: 10px 0 0; }
      .register-page__social-networks__list > *:first-child {
        margin-top: 0; }
  .register-page__social-networks__link {
    display: table;
    width: 100%;
    border: 1px solid #ddd; }
    .register-page__social-networks__link > * {
      display: table-cell;
      vertical-align: middle; }
    .register-page__social-networks__link .icon {
      height: 45px;
      width: 45px;
      min-width: 45px !important;
      line-height: 45px;
      font-size: 1.25em;
      text-align: center;
      border-right: 1px solid #ddd; }
    .register-page__social-networks__link .label {
      padding: 0 10px; }

.register-page .user-data-form:before {
  display: block;
  content: "";
  height: 0;
  border-top: 1px solid #6ec1e4; }

.register-page .user-data-form__footer {
  border-top: 2px solid #6ec1e4;
  padding-top: 30px; }
  .register-page .user-data-form__footer .inner {
    float: right; }
  .register-page .user-data-form__footer .btn {
    margin: 20px 0 10px;
    display: block;
    width: 100%; }
  .register-page .user-data-form__footer .status {
    margin: 20px 0 10px; }

.register-page .user-data-form__fieldset {
  margin-left: -13px;
  margin-right: -13px; }
  .register-page .user-data-form__fieldset:after {
    content: "";
    display: table;
    clear: both; }
  .register-page .user-data-form__fieldset__legend {
    position: relative;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 13px;
    float: left;
    width: 33.33333%; }
  .register-page .user-data-form__fieldset__fields {
    position: relative;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 13px;
    float: left;
    width: 66.66667%; }

.register-page__aside,
.register-page .user-data-form {
  margin-top: 30px; }

.register-page__content {
  margin-left: -13px;
  margin-right: -13px; }
  .register-page__content:after {
    content: "";
    display: table;
    clear: both; }

.register-page__aside,
.register-page .user-data-form {
  margin-top: 0;
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  float: left; }

.register-page__aside {
  float: right;
  width: 25%; }

.register-page .user-data-form {
  width: 66.66667%; }

.register-page__form__data-fieldset {
  position: relative;
  margin-top: 20px; }
  .register-page__form__data-fieldset:before {
    content: "";
    display: block !important;
    height: 0;
    border-top: 1px solid #ddd;
    margin: 0 13px; }

.register-page__aside__title {
  margin: 20px 0;
  text-transform: uppercase; }

.register-page__login {
  margin-top: 30px;
  border-top: 8px solid; }

.register-success-page__header {
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
  background: #7dcef1;
  color: #fff;
  padding: 50px 0;
  margin-bottom: 50px;
  padding: 75px 0;
  margin-bottom: 75px; }
  .register-success-page__header__inner {
    width: 70%;
    width: 50%; }
  .register-success-page__header__title {
    font-family: "AzoSans-Regular", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 36px;
    margin: 0 0 20px; }
  .register-success-page__header__text {
    margin: 20px 0; }
  .register-success-page__header .btn {
    margin: 1em 0 0; }

.register-success-page__content__title {
  margin: 1.5em auto;
  text-align: center;
  color: #6ec1e4;
  width: 70%;
  width: 50%; }

.register-success-page__header__title {
  text-transform: uppercase;
  font-family: "AzoSans-Light", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; }

.container {
  margin: 0 auto;
  padding-left: 17px;
  padding-right: 17px;
  max-width: 1024px;
  padding-left: 17px;
  padding-right: 17px;
  padding-left: 26px;
  padding-right: 26px;
  padding-left: 26px;
  padding-right: 26px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

#app-grid {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  pointer-events: none; }
  #app-grid .container,
  #app-grid .app-grid__row,
  #app-grid .app-grid__column {
    height: 100%; }
  #app-grid .app-grid__row {
    margin-left: -13px;
    margin-right: -13px; }
    #app-grid .app-grid__row:after {
      content: "";
      display: table;
      clear: both; }
  #app-grid .app-grid__column {
    position: relative;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 13px;
    float: left;
    width: 8.33333%;
    background: rgba(0, 0, 0, 0.05); }
    #app-grid .app-grid__column:before {
      content: "";
      display: block;
      height: 100%;
      background: rgba(0, 0, 0, 0.05); }

.list-filters:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both; }


.clearfix-full:before {
  content: "";
  display: table;
  clear: both; }


.clearfix-full:after {
  content: "";
  display: table;
  clear: both; }

.input-divider {
  line-height: 2.6875em;
  height: 2.8125em; }

.loading.grow-width, input, .btn, .select2-container--default .select2-selection--single {
  line-height: 2.6875em;
  min-height: 2.8125em;
  padding: 0 0.625em;
  margin: 0; }

.register-success-page__header .btn {
  padding-left: 2em;
  padding-right: 2em; }

.success-modal .modal__containter .btn, .error-modal .modal__containter .btn {
  padding-left: 4em;
  padding-right: 4em; }

.search-form__option-column span, #header .nav-cmd .switch, label.circle,
button.circle,
a.circle, #header .nav-cmd .menu, #footer .social-list a, #header .menu-link [class^="icon-"],
#header .menu-link [class*=" icon-"], #header .menu-link.user .user-picture, #header .dropdown .sub-menu [class^="icon-"],
#header .dropdown .sub-menu [class*=" icon-"], #newsletter form button {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #adadad;
  border-radius: 48px; }
  .search-form__option-column span *, #header .nav-cmd .switch *, label.circle *,
  button.circle *,
  a.circle *, #header .nav-cmd .menu *, #footer .social-list a *, #header .menu-link [class^="icon-"] *,
  #header .menu-link [class*=" icon-"] *, #header .menu-link.user .user-picture *, #header .dropdown .sub-menu [class^="icon-"] *,
  #header .dropdown .sub-menu [class*=" icon-"] *, #newsletter form button * {
    line-height: 46px;
    vertical-align: middle;
    display: block; }
  .search-form__option-column span.loading, #header .nav-cmd .loading.switch, label.loading.circle,
  button.loading.circle,
  a.loading.circle, #header .nav-cmd .loading.menu, #footer .social-list a.loading, #header .menu-link .loading[class^="icon-"],
  #header .menu-link .loading[class*=" icon-"], #header .menu-link.user .loading.user-picture, #header .dropdown .sub-menu .loading[class^="icon-"],
  #header .dropdown .sub-menu .loading[class*=" icon-"], #newsletter form button.loading {
    transition: all .3s linear;
    speak: none; }
    .search-form__option-column span.loading *, #header .nav-cmd .loading.switch *, label.loading.circle *,
    button.loading.circle *,
    a.loading.circle *, #header .nav-cmd .loading.menu *, #footer .social-list a.loading *, #header .menu-link .loading[class^="icon-"] *,
    #header .menu-link .loading[class*=" icon-"] *, #header .menu-link.user .loading.user-picture *, #header .dropdown .sub-menu .loading[class^="icon-"] *,
    #header .dropdown .sub-menu .loading[class*=" icon-"] *, #newsletter form button.loading * {
      display: none;
      color: transparent; }
    .search-form__option-column span.loading:after, #header .nav-cmd .loading.switch:after, label.loading.circle:after,
    button.loading.circle:after,
    a.loading.circle:after, #header .nav-cmd .loading.menu:after, #footer .social-list a.loading:after, #header .menu-link .loading[class^="icon-"]:after,
    #header .menu-link .loading[class*=" icon-"]:after, #header .menu-link.user .loading.user-picture:after, #header .dropdown .sub-menu .loading[class^="icon-"]:after,
    #header .dropdown .sub-menu .loading[class*=" icon-"]:after, #newsletter form button.loading:after {
      content: "";
      border: 2px solid transparent;
      border-left: 2px solid #fff;
      display: inline-block;
      width: 46px;
      height: 46px;
      border-radius: 100%;
      position: absolute;
      top: 0;
      left: 0;
      animation: spin 4s linear infinite; }

#header .menu-link .itens {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 24px; }
  #header .menu-link .itens * {
    line-height: 22px;
    vertical-align: middle;
    display: block; }
  #header .menu-link .loading.itens {
    transition: all .3s linear;
    speak: none; }
    #header .menu-link .loading.itens * {
      display: none;
      color: transparent; }
    #header .menu-link .loading.itens:after {
      content: "";
      border: 2px solid transparent;
      border-left: 2px solid #fff;
      display: inline-block;
      width: 22px;
      height: 22px;
      border-radius: 100%;
      position: absolute;
      top: 0;
      left: 0;
      animation: spin 4s linear infinite; }

label.circle,
button.circle,
a.circle, #header .nav-cmd .menu, #footer .social-list a, #header .menu-link [class^="icon-"],
#header .menu-link [class*=" icon-"], #header .menu-link.user .user-picture, #header .dropdown .sub-menu [class^="icon-"],
#header .dropdown .sub-menu [class*=" icon-"], #newsletter form button {
  width: 48px; }

#header .menu-link .itens {
  width: 24px; }

.article-note button, .page-comments__form button {
  text-transform: uppercase;
  font-size: 0.875em; }

.article-note .divider:before, .page-comments__form .divider:before {
  content: "•";
  color: #adadad; }

/*
sintaxe: color-BK_COLOR-TEXT_COLOR-BORDER_COLOR
*/
.login-module .social-login a:hover, #header .menu-link.search-link [class^="icon-"],
#header .menu-link.search-link [class*=" icon-"], label.bk-blue,
button.bk-blue,
a.bk-blue, #newsletter form button, label.circle:hover,
button.circle:hover,
a.circle:hover, #header .nav-cmd .menu:hover, #footer .social-list a:hover {
  border-color: #7dcef1;
  background-color: #7dcef1;
  color: #fff; }

.login-module .social-login a, .success-modal .modal__containter .btn, .error-modal .modal__containter .btn, #header .dropdown .sub-menu, label.circle,
button.circle,
a.circle, #header .nav-cmd .menu, #footer .social-list a {
  border-color: #ddd;
  background-color: #fff;
  color: #7dcef1; }

#header .dropdown .sub-menu.logout {
  border-color: #ddd;
  background-color: #fff;
  color: #adadad; }

#header .menu-link, #header .dropdown .sub-menu:hover, label.black,
button.black,
a.black, #header .nav-cmd .menu, .article-header__content .btn, .register-success-page__header .btn, label.white:hover,
button.white:hover,
a.white:hover, .dark-header .article-header__content .btn:hover {
  border-color: #adadad;
  background-color: #fff;
  color: #333; }

.success-modal .modal__containter .btn:hover, .error-modal .modal__containter .btn:hover, #header .menu-link.opened [class^="icon-"],
#header .menu-link.opened [class*=" icon-"], #header .menu-link:hover [class^="icon-"],
#header .menu-link:hover [class*=" icon-"], #header .dropdown .sub-menu:hover [class^="icon-"],
#header .dropdown .sub-menu:hover [class*=" icon-"], label.bk-blue:hover,
button.bk-blue:hover,
a.bk-blue:hover, #newsletter form button:hover, label.black:hover,
button.black:hover,
a.black:hover, #header .nav-cmd .menu:hover, .article-header__content .btn:hover, .register-success-page__header .btn:hover, label.white,
button.white,
a.white, .dark-header .article-header__content .btn {
  border-color: #ddd;
  background-color: #333;
  color: #fff; }

#header .menu-link .itens {
  border-color: #fff;
  background-color: #333;
  color: #fff; }

label.error,
button.error,
a.error {
  border-color: #fd5f5f;
  background-color: #fd5f5f;
  color: #fff; }

.author__picture img, .author-detail__info__avatar img, #header .menu-link.user img {
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  filter: grayscale(100%);
  filter: gray; }
