@charset "UTF-8";
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation
*    change, without disabling
*    user zoom.
*/
@import url("https://use.typekit.net/ezb2egq.css");
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.
   */
[hidden] {
  display: none; }

/**
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
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.66667em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

/**
* Address differences between Firefox and other browsers.
*/
hr {
  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'] {
  box-sizing: content-box; }

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.ui-accordion-header .ui-accordion-header-icon:before,
.ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before,
.permission-lock:before,
.permission-lock.permission-lock-open:before,
.permission-lock.permission-lock-icon--currency:before,
.permission-lock.permission-lock-icon--currency.permission-lock-open:before,
.swiper-button-prev:before,
.swiper-button-next:before,
.verticals-breadcrumbs ul li:before,
.verticals-breadcrumbs ul li:first-child a:before,
.paid-article-notice .paid-article-notice--link:before,
.block--logout-block a.logged-in-openid:before,
.block--openid-connect-login a.logged-in-openid:before,
#navigation .block--alpha-menu-block > ul.menu > li:first-child > a:before,
.mobile-menu-toggle:before,
.block--search-block form .form-type-textfield:after,
.block--search-block .pager .pager--prev:before,
.block--search-block .pager .pager--next:after,
.block--search-block .sorts a.sortable::after,
.block--search-block .sorts a.sortable.active[cur='oldest']::after,
.paragraph.paragraph--type--premium-subscription ul.features .feature-praemie:before,
.paragraph.paragraph--type--premium-subscription ul.features .active:before,
.term.term-bundle--article-tags.term-inline:before,
.view-article-issue .views-row .paid-article-icon:before,
.teaser .read-more-arrow-container .read-more-angled-arrow:before,
.tf-menu li.datasafe a:before,
.tf-buttons li.certs a::before,
.tf-buttons li.reports a::before,
.tf-buttons li.settings a::before,
#tf-app .tf-entry .icon::before,
#tf-app .tf-entry.has-upload .icon::before,
#tf-app .tf-entry.is-late .icon::before,
#tf-app a.download::before,
#tf-app a.tf-show-upload::before,
#tf-app a.tf-show-delete::before,
.fa-solid,
.far,
.fa-regular,
.fab,
.block--social-block a.icon-facebook::before,
.block--social-block a.icon-twitter::before,
.block--social-block a.icon-xing::before,
.block--social-block a.icon-linkedin::before,
.block--social-block a.icon-youtube::before,
.block--social-block a.icon-pinterest::before,
.block--social-block a.icon-instagram::before,
.block--social-block a.icon-whatsapp::before,
.block--social-block a.icon-tiktok::before,
.block--social-block a.icon-vimeo::before,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }


.fas,
.ui-accordion-header .ui-accordion-header-icon:before,
.ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before,
.permission-lock:before,
.permission-lock.permission-lock-open:before,
.permission-lock.permission-lock-icon--currency:before,
.permission-lock.permission-lock-icon--currency.permission-lock-open:before,
.swiper-button-prev:before,
.swiper-button-next:before,
.verticals-breadcrumbs ul li:before,
.verticals-breadcrumbs ul li:first-child a:before,
.paid-article-notice .paid-article-notice--link:before,
.block--logout-block a.logged-in-openid:before,
.block--openid-connect-login a.logged-in-openid:before,
#navigation .block--alpha-menu-block > ul.menu > li:first-child > a:before,
.mobile-menu-toggle:before,
.block--search-block form .form-type-textfield:after,
.block--search-block .pager .pager--prev:before,
.block--search-block .pager .pager--next:after,
.block--search-block .sorts a.sortable::after,
.block--search-block .sorts a.sortable.active[cur='oldest']::after,
.paragraph.paragraph--type--premium-subscription ul.features .feature-praemie:before,
.paragraph.paragraph--type--premium-subscription ul.features .active:before,
.term.term-bundle--article-tags.term-inline:before,
.view-article-issue .views-row .paid-article-icon:before,
.teaser .read-more-arrow-container .read-more-angled-arrow:before,
.tf-menu li.datasafe a:before,
.tf-buttons li.certs a::before,
.tf-buttons li.reports a::before,
.tf-buttons li.settings a::before,
#tf-app .tf-entry .icon::before,
#tf-app .tf-entry.has-upload .icon::before,
#tf-app .tf-entry.is-late .icon::before,
#tf-app a.download::before,
#tf-app a.tf-show-upload::before,
#tf-app a.tf-show-delete::before,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }


.fab,
.block--social-block a.icon-facebook::before,
.block--social-block a.icon-twitter::before,
.block--social-block a.icon-xing::before,
.block--social-block a.icon-linkedin::before,
.block--social-block a.icon-youtube::before,
.block--social-block a.icon-pinterest::before,
.block--social-block a.icon-instagram::before,
.block--social-block a.icon-whatsapp::before,
.block--social-block a.icon-tiktok::before,
.block--social-block a.icon-vimeo::before,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.ui-accordion-header .ui-accordion-header-icon:before, .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before, .permission-lock:before, .permission-lock.permission-lock-open:before, .permission-lock.permission-lock-icon--currency:before, .permission-lock.permission-lock-icon--currency.permission-lock-open:before, .swiper-button-prev:before, .swiper-button-next:before, .verticals-breadcrumbs ul li:before, .verticals-breadcrumbs ul li:first-child a:before, .paid-article-notice .paid-article-notice--link:before, .block--social-block a.icon-facebook::before, .block--social-block a.icon-twitter::before, .block--social-block a.icon-xing::before, .block--social-block a.icon-linkedin::before, .block--social-block a.icon-youtube::before, .block--social-block a.icon-pinterest::before, .block--social-block a.icon-instagram::before, .block--social-block a.icon-whatsapp::before, .block--social-block a.icon-tiktok::before, .block--social-block a.icon-vimeo::before, .block--logout-block a.logged-in-openid:before, .block--openid-connect-login a.logged-in-openid:before, #navigation .block--alpha-menu-block > ul.menu > li:first-child > a:before, .mobile-menu-toggle:before, .block--search-block form .form-type-textfield:after, .block--search-block .pager .pager--prev:before, .block--search-block .pager .pager--next:after, .block--search-block .sorts a.sortable::after, .block--search-block .sorts a.sortable.active[cur='oldest']::after, .paragraph.paragraph--type--premium-subscription ul.features .feature-praemie:before, .paragraph.paragraph--type--premium-subscription ul.features .active:before, .term.term-bundle--article-tags.term-inline:before, .view-article-issue .views-row .paid-article-icon:before, .teaser .read-more-arrow-container .read-more-angled-arrow:before, .tf-menu li.datasafe a:before, .tf-buttons li.certs a::before, .tf-buttons li.reports a::before, .tf-buttons li.settings a::before, #tf-app .tf-entry .icon::before, #tf-app .tf-entry.has-upload .icon::before, #tf-app .tf-entry.is-late .icon::before, #tf-app a.download::before, #tf-app a.tf-show-upload::before, #tf-app a.tf-show-delete::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

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

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

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/themes/custom/ivory/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("/themes/custom/ivory/fonts/fontawesome/fa-brands-400.ttf") format("truetype"); }


.fab,
.block--social-block a.icon-facebook::before,
.block--social-block a.icon-twitter::before,
.block--social-block a.icon-xing::before,
.block--social-block a.icon-linkedin::before,
.block--social-block a.icon-youtube::before,
.block--social-block a.icon-pinterest::before,
.block--social-block a.icon-instagram::before,
.block--social-block a.icon-whatsapp::before,
.block--social-block a.icon-tiktok::before,
.block--social-block a.icon-vimeo::before,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-pixiv:before {
  content: "\e640"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-brave:before {
  content: "\e63c"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-opensuse:before {
  content: "\e62b"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-square-letterboxd:before {
  content: "\e62e"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-shoelace:before {
  content: "\e60c"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-google-scholar:before {
  content: "\e63b"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-signal-messenger:before {
  content: "\e663"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-mintbit:before {
  content: "\e62f"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-brave-reverse:before {
  content: "\e63d"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-letterboxd:before {
  content: "\e62d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-upwork:before {
  content: "\e641"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-webflow:before {
  content: "\e65c"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/themes/custom/ivory/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("/themes/custom/ivory/fonts/fontawesome/fa-solid-900.ttf") format("truetype"); }


.fas,
.ui-accordion-header .ui-accordion-header-icon:before,
.ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before,
.permission-lock:before,
.permission-lock.permission-lock-open:before,
.permission-lock.permission-lock-icon--currency:before,
.permission-lock.permission-lock-icon--currency.permission-lock-open:before,
.swiper-button-prev:before,
.swiper-button-next:before,
.verticals-breadcrumbs ul li:before,
.verticals-breadcrumbs ul li:first-child a:before,
.paid-article-notice .paid-article-notice--link:before,
.block--logout-block a.logged-in-openid:before,
.block--openid-connect-login a.logged-in-openid:before,
#navigation .block--alpha-menu-block > ul.menu > li:first-child > a:before,
.mobile-menu-toggle:before,
.block--search-block form .form-type-textfield:after,
.block--search-block .pager .pager--prev:before,
.block--search-block .pager .pager--next:after,
.block--search-block .sorts a.sortable::after,
.block--search-block .sorts a.sortable.active[cur='oldest']::after,
.paragraph.paragraph--type--premium-subscription ul.features .feature-praemie:before,
.paragraph.paragraph--type--premium-subscription ul.features .active:before,
.term.term-bundle--article-tags.term-inline:before,
.view-article-issue .views-row .paid-article-icon:before,
.teaser .read-more-arrow-container .read-more-angled-arrow:before,
.tf-menu li.datasafe a:before,
.tf-buttons li.certs a::before,
.tf-buttons li.reports a::before,
.tf-buttons li.settings a::before,
#tf-app .tf-entry .icon::before,
#tf-app .tf-entry.has-upload .icon::before,
#tf-app .tf-entry.is-late .icon::before,
#tf-app a.download::before,
#tf-app a.tf-show-upload::before,
#tf-app a.tf-show-delete::before,
.fa-solid {
  font-weight: 900; }

/*
  MAIN NAVIGATION
 */
/*
  END MAIN NAVIGATION
 */
/*
  MAIN NAVIGATION
 */
/*
  END MAIN NAVIGATION
 */
/*
 Ad breakpoints
 */
/*
  Misc
 */
/**
  DEPRECATED: No longer in use as per client request in #27349.
 */
/*
  Internal: Fetches a value from a single property from a single breakpoint from a single TypeLib style.
 */
/*
  Applies a single property from a single breakpoint in a TypeLib style.
 */
/*
  Fetches one property from a TypeLib style and applies it in all defined breakpoints.
 */
/*
  Special mixin for Font Size properties (due to the special way that Font Sizes work in our projects).
 */
/**
  Apply a TypeLib style to an element.
  All breakpoints and all properties within will be applied to the element.
 */
/**
*
* Global
*
**/
*, *:before, *:after {
  box-sizing: border-box; }

::-moz-selection {
  background: #fbba00;
  color: white; }

::selection {
  background: #fbba00;
  color: white; }

body {
  overflow-y: scroll;
  background: lightgrey; }
  @media only print {
    body {
      background: none;
      padding-top: 0 !important; } }
  @media (max-width: 64em) {
    body {
      overflow-x: hidden; } }

img, picture {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 0; }

figure {
  margin: 0;
  padding: 0;
  line-height: 0; }
  figure.clickable {
    cursor: zoom-in; }
  figure figcaption {
    text-align: left;
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem; }
    figure figcaption .caption {
      opacity: .8;
      padding: 5px;
      font-weight: 700; }
      @media (max-width: 48em) {
        figure figcaption .caption {
          margin-bottom: 20px; } }
    figure figcaption .copyright {
      opacity: .5;
      font-weight: 400;
      font-family: "museo-sans-condensed", sans-serif;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 16px;
      line-height: 1.6rem;
      text-align: right; }

.clickable {
  cursor: pointer; }

@media only print {
  #__bs_notify__ {
    display: none; } }

.clear-both {
  clear: both; }

@media (max-width: 48em) {
  .hidden--phone {
    display: none !important; } }

@media (min-width: 64.0625em) {
  .hidden--desktop {
    display: none !important; } }

.lt-ie9 .hidden--desktop {
  display: none !important; }

.only-show-print {
  display: none; }
  @media only print {
    .only-show-print {
      display: block; } }

.no-details details {
  display: block; }
  .no-details details:not([open]) > * {
    display: none !important; }
  .no-details details:not([open]) > summary {
    display: block !important; }

/**
* Typography: Headings, body text, lists, code, and more for a versatile and durable typography system.
*/
html {
  font-size: 62.5%; }

body {
  font-family: "museo-sans-condensed", sans-serif;
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem; }

b, strong, .strong {
  font-weight: bold; }

p {
  margin: 0 0 1em; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #333333;
  text-decoration: none;
  transition: 0.2s;
  transition-timing-function: ease-in; }
  a:hover {
    color: #008cb4; }
  a:active {
    color: #008cb4; }
  a.disabled {
    opacity: 0.8;
    cursor: default;
    color: inherit; }
    a.disabled:hover {
      color: inherit; }

h1, .h1 {
  color: #333333;
  font-weight: 700;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 44px;
  line-height: 4.4rem;
  font-size: 40px;
  font-size: 4rem;
  line-height: 44px;
  line-height: 4.4rem; }
  @media (max-width: 48em) {
    h1, .h1 {
      color: #333333; } }
  @media (max-width: 48em) {
    h1, .h1 {
      font-weight: 700; } }
  @media (max-width: 48em) {
    h1, .h1 {
      font-family: "museo-sans-condensed", sans-serif; } }
  @media (max-width: 48em) {
    h1, .h1 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem; } }
  @media (max-width: 48em) {
    h1, .h1 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem; } }

h2, .h2 {
  color: #333333;
  font-weight: 700;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  line-height: 4rem;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  line-height: 4rem; }
  @media (max-width: 48em) {
    h2, .h2 {
      color: #333333; } }
  @media (max-width: 48em) {
    h2, .h2 {
      font-weight: 700; } }
  @media (max-width: 48em) {
    h2, .h2 {
      font-family: "museo-sans-condensed", sans-serif; } }
  @media (max-width: 48em) {
    h2, .h2 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem; } }
  @media (max-width: 48em) {
    h2, .h2 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem; } }

h3, .h3 {
  color: #333333;
  font-weight: 700;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem; }
  @media (max-width: 48em) {
    h3, .h3 {
      color: #333333; } }
  @media (max-width: 48em) {
    h3, .h3 {
      font-weight: 700; } }
  @media (max-width: 48em) {
    h3, .h3 {
      font-family: "museo-sans-condensed", sans-serif; } }
  @media (max-width: 48em) {
    h3, .h3 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 25px;
      line-height: 2.5rem; } }
  @media (max-width: 48em) {
    h3, .h3 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 25px;
      line-height: 2.5rem; } }

h4, .h4, .paid-article-notice .paid-article-notice--headline {
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem; }
  @media (max-width: 48em) {
    h4, .h4, .paid-article-notice .paid-article-notice--headline {
      color: #333333; } }
  @media (max-width: 48em) {
    h4, .h4, .paid-article-notice .paid-article-notice--headline {
      font-weight: 400; } }
  @media (max-width: 48em) {
    h4, .h4, .paid-article-notice .paid-article-notice--headline {
      font-family: "museo-sans-condensed", sans-serif; } }
  @media (max-width: 48em) {
    h4, .h4, .paid-article-notice .paid-article-notice--headline {
      font-size: 20px;
      font-size: 2rem;
      line-height: 25px;
      line-height: 2.5rem; } }
  @media (max-width: 48em) {
    h4, .h4, .paid-article-notice .paid-article-notice--headline {
      font-size: 20px;
      font-size: 2rem;
      line-height: 25px;
      line-height: 2.5rem; } }

h5, .article-issue--cta .issue-cta--headline, .article-issue.issue--view-mode-teaser .issue-articles .issue-articles--headline, .h5, .ui--tabs .tabs--nav .tab {
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem; }

h6, .h6 {
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .paid-article-notice .paid-article-notice--headline, h5, .article-issue--cta .issue-cta--headline, .article-issue.issue--view-mode-teaser .issue-articles .issue-articles--headline, .h5, .ui--tabs .tabs--nav .tab, h6, .h6 {
  display: block;
  margin: 0;
  padding: 0; }

.text-xl {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem; }
  @media (max-width: 48em) {
    .text-xl {
      font-weight: 400; } }
  @media (max-width: 48em) {
    .text-xl {
      font-family: "museo-sans-condensed", sans-serif; } }
  @media (max-width: 48em) {
    .text-xl {
      font-size: 20px;
      font-size: 2rem;
      line-height: 30px;
      line-height: 3rem; } }
  @media (max-width: 48em) {
    .text-xl {
      font-size: 20px;
      font-size: 2rem;
      line-height: 30px;
      line-height: 3rem; } }

.text-l {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem; }
  @media (max-width: 48em) {
    .text-l {
      font-weight: 400; } }
  @media (max-width: 48em) {
    .text-l {
      font-family: "museo-sans-condensed", sans-serif; } }
  @media (max-width: 48em) {
    .text-l {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem; } }
  @media (max-width: 48em) {
    .text-l {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem; } }

.text-m {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem; }

.text-s {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem; }

.text-xs {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem; }

blockquote:not(.aurora-blockquote) {
  position: relative;
  background: transparent;
  color: #333333;
  border-left: 3px solid #008cb4;
  padding: 10px 20px 10px 45px;
  margin: 0 0 0 1.74216%;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem; }
  @media (max-width: 48em) {
    blockquote:not(.aurora-blockquote) {
      font-weight: 400; } }
  @media (max-width: 48em) {
    blockquote:not(.aurora-blockquote) {
      font-family: "museo-sans-condensed", sans-serif; } }
  @media (max-width: 48em) {
    blockquote:not(.aurora-blockquote) {
      font-style: italic; } }
  @media (max-width: 48em) {
    blockquote:not(.aurora-blockquote) {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem; } }
  @media (max-width: 48em) {
    blockquote:not(.aurora-blockquote) {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem; } }
  blockquote:not(.aurora-blockquote) + p {
    margin-top: 20px; }
  blockquote:not(.aurora-blockquote):before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: '“';
    font-size: 48px;
    font-weight: bold;
    line-height: 1; }
  .layout--triple blockquote:not(.aurora-blockquote) {
    margin-left: 7.35294%; }
  .layout--article .layout-section-first blockquote:not(.aurora-blockquote),
  .layout--article .layout-section-third blockquote:not(.aurora-blockquote) {
    margin-left: 10.05025%; }
  .layout--article .layout-section-second blockquote:not(.aurora-blockquote) {
    margin-left: 4.78469%; }

table {
  border-collapse: separate;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(64, 64, 64, 0.2);
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem; }
  table caption {
    color: #333333;
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    text-align: left;
    padding-bottom: 10px; }
  table tr {
    border: none; }
  table th, table td {
    padding: 10px 0;
    border-top: 1px solid rgba(64, 64, 64, 0.2); }
  table thead tr, table thead th {
    border-top: 0; }
  table .table-wrapper.has-scrollbar {
    overflow-x: scroll; }

@media only print {
  p, ul {
    page-break-inside: avoid; } }

form {
  max-width: 100%; }

label,
input,
button,
select,
textarea {
  vertical-align: top;
  max-width: 100%; }
  label[disabled], label:disabled,
  input[disabled],
  input:disabled,
  button[disabled],
  button:disabled,
  select[disabled],
  select:disabled,
  textarea[disabled],
  textarea:disabled {
    cursor: not-allowed !important; }

input,
select,
textarea {
  font: "museo-sans-condensed", sans-serif; }

textarea,
input[type='text'],
input[type='button'],
input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0; }

input[type='button'],
input[type='submit'] {
  transition: 0.2s;
  transition-timing-function: ease-in; }

.form-item {
  margin-bottom: 10px; }
  .form-item:last-child {
    margin-bottom: 0; }
  .form-item .description {
    font-style: italic; }

fieldset,
fieldset.form-item {
  margin-bottom: 10px; }
  fieldset legend,
  fieldset.form-item legend {
    font-weight: inherit;
    margin: 0; }

.form-item label, .fieldset-legend {
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  display: block;
  margin-bottom: 5px; }

.fieldgroup legend {
  font-weight: bold;
  margin-bottom: 1em; }

label.form-required:after {
  content: ' *';
  color: #e02f00; }

html.js .ajax-progress .throbber,
html.js .flag-waiting .flag-throbber {
  display: none; }

.hidden {
  display: none; }

.form-disabled {
  opacity: 0.4; }

fieldset[disabled='disabled'] {
  opacity: 0.4; }
  fieldset[disabled='disabled'] .form-disabled {
    opacity: 1; }

.form-item--error .form-item--error-message {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-style: italic;
  font-weight: normal; }
  .form-item--error .form-item--error-message strong {
    font-weight: normal; }

.form-item--error label, .form-item--error .fieldset-legend, .form-item--error .form-item--error-message {
  color: #e02f00; }

.form-item .description {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem; }

.button, button,
input[type="submit"],
input[type="reset"],
input[type="button"], .region--content p a.button, .region--content .paragraph--type--text a.button, .region--content .paragraph--type--external-content a.button, .region--content .form-item .description a.button, .button-red, .button-edit, #block-custom-permissions-openid-login a, .paid-article-notice .paid-article-notice--link, .block--logout-block a:not(.logged-in-openid), .block--openid-connect-login a:not(.logged-in-openid), .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--cta a, .del-show-more a, .company-button a, .tf-menu li a, .tf-buttons li a {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  background-color: #008cb4;
  border: 1px solid #008cb4;
  color: white;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 5px; }
  .button:hover, button:hover,
  input:hover[type="submit"],
  input:hover[type="reset"],
  input:hover[type="button"], .region--content p a.button:hover, .region--content .paragraph--type--text a.button:hover, .region--content .paragraph--type--external-content a.button:hover, .region--content .form-item .description a.button:hover, .button-red:hover, .button-edit:hover, #block-custom-permissions-openid-login a:hover, .paid-article-notice .paid-article-notice--link:hover, .block--logout-block a:hover:not(.logged-in-openid), .block--openid-connect-login a:hover:not(.logged-in-openid), .paragraph--type--button.button-style--button a:hover, .paragraph--type--button.button-style--cta a:hover, .del-show-more a:hover, .company-button a:hover, .tf-menu li a:hover, .tf-buttons li a:hover, .button:active, button:active,
  input:active[type="submit"],
  input:active[type="reset"],
  input:active[type="button"], .region--content p a.button:active, .region--content .paragraph--type--text a.button:active, .region--content .paragraph--type--external-content a.button:active, .region--content .form-item .description a.button:active, .button-red:active, .button-edit:active, #block-custom-permissions-openid-login a:active, .paid-article-notice .paid-article-notice--link:active, .block--logout-block a:active:not(.logged-in-openid), .block--openid-connect-login a:active:not(.logged-in-openid), .paragraph--type--button.button-style--button a:active, .paragraph--type--button.button-style--cta a:active, .del-show-more a:active, .company-button a:active, .tf-menu li a:active, .tf-buttons li a:active {
    background-color: rgba(0, 140, 180, 0.17);
    border-color: #008cb4;
    color: #008cb4; }
  .button:disabled, button:disabled,
  input:disabled[type="submit"],
  input:disabled[type="reset"],
  input:disabled[type="button"], .region--content p a.button:disabled, .region--content .paragraph--type--text a.button:disabled, .region--content .paragraph--type--external-content a.button:disabled, .region--content .form-item .description a.button:disabled, .button-red:disabled, .button-edit:disabled, #block-custom-permissions-openid-login a:disabled, .paid-article-notice .paid-article-notice--link:disabled, .block--logout-block a:disabled:not(.logged-in-openid), .block--openid-connect-login a:disabled:not(.logged-in-openid), .paragraph--type--button.button-style--button a:disabled, .paragraph--type--button.button-style--cta a:disabled, .del-show-more a:disabled, .company-button a:disabled, .tf-menu li a:disabled, .tf-buttons li a:disabled, .button:disabled:hover, button:disabled:hover,
  input:disabled:hover[type="submit"],
  input:disabled:hover[type="reset"],
  input:disabled:hover[type="button"], .region--content .paragraph--type--text a.button:disabled:hover, .region--content .paragraph--type--external-content a.button:disabled:hover, .region--content .form-item .description a.button:disabled:hover, .button-red:disabled:hover, .button-edit:disabled:hover, #block-custom-permissions-openid-login a:disabled:hover, .paid-article-notice .paid-article-notice--link:disabled:hover, .block--logout-block a:disabled:hover:not(.logged-in-openid), .block--openid-connect-login a:disabled:hover:not(.logged-in-openid), .paragraph--type--button.button-style--button a:disabled:hover, .paragraph--type--button.button-style--cta a:disabled:hover, .del-show-more a:disabled:hover, .company-button a:disabled:hover, .tf-menu li a:disabled:hover, .tf-buttons li a:disabled:hover, .button:disabled:active, button:disabled:active,
  input:disabled:active[type="submit"],
  input:disabled:active[type="reset"],
  input:disabled:active[type="button"], .region--content .paragraph--type--text a.button:disabled:active, .region--content .paragraph--type--external-content a.button:disabled:active, .region--content .form-item .description a.button:disabled:active, .button-red:disabled:active, .button-edit:disabled:active, #block-custom-permissions-openid-login a:disabled:active, .paid-article-notice .paid-article-notice--link:disabled:active, .block--logout-block a:disabled:active:not(.logged-in-openid), .block--openid-connect-login a:disabled:active:not(.logged-in-openid), .paragraph--type--button.button-style--button a:disabled:active, .paragraph--type--button.button-style--cta a:disabled:active, .del-show-more a:disabled:active, .company-button a:disabled:active, .tf-menu li a:disabled:active, .tf-buttons li a:disabled:active, .button.disabled, button.disabled,
  input.disabled[type="submit"],
  input.disabled[type="reset"],
  input.disabled[type="button"], .region--content p a.disabled.button, .region--content .paragraph--type--text a.disabled.button, .region--content .paragraph--type--external-content a.disabled.button, .region--content .form-item .description a.disabled.button, .disabled.button-red, .disabled.button-edit, #block-custom-permissions-openid-login a.disabled, .paid-article-notice .disabled.paid-article-notice--link, .block--logout-block a.disabled:not(.logged-in-openid), .block--openid-connect-login a.disabled:not(.logged-in-openid), .paragraph--type--button.button-style--button a.disabled, .paragraph--type--button.button-style--cta a.disabled, .del-show-more a.disabled, .company-button a.disabled, .tf-menu li a.disabled, .tf-buttons li a.disabled, .button.disabled:hover, button.disabled:hover,
  input.disabled:hover[type="submit"],
  input.disabled:hover[type="reset"],
  input.disabled:hover[type="button"], .region--content .paragraph--type--text a.disabled.button:hover, .region--content .paragraph--type--external-content a.disabled.button:hover, .region--content .form-item .description a.disabled.button:hover, .disabled.button-red:hover, .disabled.button-edit:hover, #block-custom-permissions-openid-login a.disabled:hover, .paid-article-notice .disabled.paid-article-notice--link:hover, .block--logout-block a.disabled:hover:not(.logged-in-openid), .block--openid-connect-login a.disabled:hover:not(.logged-in-openid), .paragraph--type--button.button-style--button a.disabled:hover, .paragraph--type--button.button-style--cta a.disabled:hover, .del-show-more a.disabled:hover, .company-button a.disabled:hover, .tf-menu li a.disabled:hover, .tf-buttons li a.disabled:hover, .button.disabled:active, button.disabled:active,
  input.disabled:active[type="submit"],
  input.disabled:active[type="reset"],
  input.disabled:active[type="button"], .region--content .paragraph--type--text a.disabled.button:active, .region--content .paragraph--type--external-content a.disabled.button:active, .region--content .form-item .description a.disabled.button:active, .disabled.button-red:active, .disabled.button-edit:active, #block-custom-permissions-openid-login a.disabled:active, .paid-article-notice .disabled.paid-article-notice--link:active, .block--logout-block a.disabled:active:not(.logged-in-openid), .block--openid-connect-login a.disabled:active:not(.logged-in-openid), .paragraph--type--button.button-style--button a.disabled:active, .paragraph--type--button.button-style--cta a.disabled:active, .del-show-more a.disabled:active, .company-button a.disabled:active, .tf-menu li a.disabled:active, .tf-buttons li a.disabled:active, .button.is-disabled, button.is-disabled,
  input.is-disabled[type="submit"],
  input.is-disabled[type="reset"],
  input.is-disabled[type="button"], .region--content p a.is-disabled.button, .region--content .paragraph--type--text a.is-disabled.button, .region--content .paragraph--type--external-content a.is-disabled.button, .region--content .form-item .description a.is-disabled.button, .is-disabled.button-red, .is-disabled.button-edit, #block-custom-permissions-openid-login a.is-disabled, .paid-article-notice .is-disabled.paid-article-notice--link, .block--logout-block a.is-disabled:not(.logged-in-openid), .block--openid-connect-login a.is-disabled:not(.logged-in-openid), .paragraph--type--button.button-style--button a.is-disabled, .paragraph--type--button.button-style--cta a.is-disabled, .del-show-more a.is-disabled, .company-button a.is-disabled, .tf-menu li a.is-disabled, .tf-buttons li a.is-disabled, .button.is-disabled:hover, button.is-disabled:hover,
  input.is-disabled:hover[type="submit"],
  input.is-disabled:hover[type="reset"],
  input.is-disabled:hover[type="button"], .region--content .paragraph--type--text a.is-disabled.button:hover, .region--content .paragraph--type--external-content a.is-disabled.button:hover, .region--content .form-item .description a.is-disabled.button:hover, .is-disabled.button-red:hover, .is-disabled.button-edit:hover, #block-custom-permissions-openid-login a.is-disabled:hover, .paid-article-notice .is-disabled.paid-article-notice--link:hover, .block--logout-block a.is-disabled:hover:not(.logged-in-openid), .block--openid-connect-login a.is-disabled:hover:not(.logged-in-openid), .paragraph--type--button.button-style--button a.is-disabled:hover, .paragraph--type--button.button-style--cta a.is-disabled:hover, .del-show-more a.is-disabled:hover, .company-button a.is-disabled:hover, .tf-menu li a.is-disabled:hover, .tf-buttons li a.is-disabled:hover, .button.is-disabled:active, button.is-disabled:active,
  input.is-disabled:active[type="submit"],
  input.is-disabled:active[type="reset"],
  input.is-disabled:active[type="button"], .region--content .paragraph--type--text a.is-disabled.button:active, .region--content .paragraph--type--external-content a.is-disabled.button:active, .region--content .form-item .description a.is-disabled.button:active, .is-disabled.button-red:active, .is-disabled.button-edit:active, #block-custom-permissions-openid-login a.is-disabled:active, .paid-article-notice .is-disabled.paid-article-notice--link:active, .block--logout-block a.is-disabled:active:not(.logged-in-openid), .block--openid-connect-login a.is-disabled:active:not(.logged-in-openid), .paragraph--type--button.button-style--button a.is-disabled:active, .paragraph--type--button.button-style--cta a.is-disabled:active, .del-show-more a.is-disabled:active, .company-button a.is-disabled:active, .tf-menu li a.is-disabled:active, .tf-buttons li a.is-disabled:active {
    cursor: not-allowed;
    background-color: rgba(211, 211, 211, 0.5);
    border-color: rgba(211, 211, 211, 0.5);
    color: rgba(51, 51, 51, 0.5); }
  .color-scheme--inverted .button, .color-scheme--inverted button,
  .color-scheme--inverted input[type="submit"],
  .color-scheme--inverted input[type="reset"],
  .color-scheme--inverted input[type="button"], .color-scheme--inverted .region--content p a.button, .region--content p .color-scheme--inverted a.button, .color-scheme--inverted .region--content .paragraph--type--text a.button, .region--content .paragraph--type--text .color-scheme--inverted a.button, .color-scheme--inverted .region--content .paragraph--type--external-content a.button, .region--content .paragraph--type--external-content .color-scheme--inverted a.button, .color-scheme--inverted .region--content .form-item .description a.button, .region--content .form-item .description .color-scheme--inverted a.button, .color-scheme--inverted .button-red, .color-scheme--inverted .button-edit, .color-scheme--inverted #block-custom-permissions-openid-login a, #block-custom-permissions-openid-login .color-scheme--inverted a, .color-scheme--inverted .paid-article-notice .paid-article-notice--link, .paid-article-notice .color-scheme--inverted .paid-article-notice--link, .color-scheme--inverted .block--logout-block a:not(.logged-in-openid), .block--logout-block .color-scheme--inverted a:not(.logged-in-openid), .color-scheme--inverted .block--openid-connect-login a:not(.logged-in-openid), .block--openid-connect-login .color-scheme--inverted a:not(.logged-in-openid), .color-scheme--inverted .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--button .color-scheme--inverted a, .color-scheme--inverted .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .color-scheme--inverted a, .color-scheme--inverted .del-show-more a, .del-show-more .color-scheme--inverted a, .color-scheme--inverted .company-button a, .company-button .color-scheme--inverted a, .color-scheme--inverted .tf-menu li a, .tf-menu li .color-scheme--inverted a, .color-scheme--inverted .tf-buttons li a, .tf-buttons li .color-scheme--inverted a, .button.inverted, button.inverted,
  input.inverted[type="submit"],
  input.inverted[type="reset"],
  input.inverted[type="button"], .region--content p a.inverted.button, .region--content .paragraph--type--text a.inverted.button, .region--content .paragraph--type--external-content a.inverted.button, .region--content .form-item .description a.inverted.button, .inverted.button-red, .inverted.button-edit, #block-custom-permissions-openid-login a.inverted, .paid-article-notice .inverted.paid-article-notice--link, .block--logout-block a.inverted:not(.logged-in-openid), .block--openid-connect-login a.inverted:not(.logged-in-openid), .paragraph--type--button.button-style--button a.inverted, .paragraph--type--button.button-style--cta a.inverted, .del-show-more a.inverted, .company-button a.inverted, .tf-menu li a.inverted, .tf-buttons li a.inverted {
    background-color: white;
    border-color: white;
    color: #333333; }
    .color-scheme--inverted .button:hover, .color-scheme--inverted button:hover,
    .color-scheme--inverted input:hover[type="submit"],
    .color-scheme--inverted input:hover[type="reset"],
    .color-scheme--inverted input:hover[type="button"], .color-scheme--inverted .region--content .paragraph--type--text a.button:hover, .region--content .paragraph--type--text .color-scheme--inverted a.button:hover, .color-scheme--inverted .region--content .paragraph--type--external-content a.button:hover, .region--content .paragraph--type--external-content .color-scheme--inverted a.button:hover, .color-scheme--inverted .region--content .form-item .description a.button:hover, .region--content .form-item .description .color-scheme--inverted a.button:hover, .color-scheme--inverted .button-red:hover, .color-scheme--inverted .button-edit:hover, .color-scheme--inverted #block-custom-permissions-openid-login a:hover, #block-custom-permissions-openid-login .color-scheme--inverted a:hover, .color-scheme--inverted .paid-article-notice .paid-article-notice--link:hover, .paid-article-notice .color-scheme--inverted .paid-article-notice--link:hover, .color-scheme--inverted .block--logout-block a:hover:not(.logged-in-openid), .block--logout-block .color-scheme--inverted a:hover:not(.logged-in-openid), .color-scheme--inverted .block--openid-connect-login a:hover:not(.logged-in-openid), .block--openid-connect-login .color-scheme--inverted a:hover:not(.logged-in-openid), .color-scheme--inverted .paragraph--type--button.button-style--button a:hover, .paragraph--type--button.button-style--button .color-scheme--inverted a:hover, .color-scheme--inverted .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .color-scheme--inverted a:hover, .color-scheme--inverted .del-show-more a:hover, .del-show-more .color-scheme--inverted a:hover, .color-scheme--inverted .company-button a:hover, .company-button .color-scheme--inverted a:hover, .color-scheme--inverted .tf-menu li a:hover, .tf-menu li .color-scheme--inverted a:hover, .color-scheme--inverted .tf-buttons li a:hover, .tf-buttons li .color-scheme--inverted a:hover, .color-scheme--inverted .button:active, .color-scheme--inverted button:active,
    .color-scheme--inverted input:active[type="submit"],
    .color-scheme--inverted input:active[type="reset"],
    .color-scheme--inverted input:active[type="button"], .color-scheme--inverted .region--content .paragraph--type--text a.button:active, .region--content .paragraph--type--text .color-scheme--inverted a.button:active, .color-scheme--inverted .region--content .paragraph--type--external-content a.button:active, .region--content .paragraph--type--external-content .color-scheme--inverted a.button:active, .color-scheme--inverted .region--content .form-item .description a.button:active, .region--content .form-item .description .color-scheme--inverted a.button:active, .color-scheme--inverted .button-red:active, .color-scheme--inverted .button-edit:active, .color-scheme--inverted #block-custom-permissions-openid-login a:active, #block-custom-permissions-openid-login .color-scheme--inverted a:active, .color-scheme--inverted .paid-article-notice .paid-article-notice--link:active, .paid-article-notice .color-scheme--inverted .paid-article-notice--link:active, .color-scheme--inverted .block--logout-block a:active:not(.logged-in-openid), .block--logout-block .color-scheme--inverted a:active:not(.logged-in-openid), .color-scheme--inverted .block--openid-connect-login a:active:not(.logged-in-openid), .block--openid-connect-login .color-scheme--inverted a:active:not(.logged-in-openid), .color-scheme--inverted .paragraph--type--button.button-style--button a:active, .paragraph--type--button.button-style--button .color-scheme--inverted a:active, .color-scheme--inverted .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .color-scheme--inverted a:active, .color-scheme--inverted .del-show-more a:active, .del-show-more .color-scheme--inverted a:active, .color-scheme--inverted .company-button a:active, .company-button .color-scheme--inverted a:active, .color-scheme--inverted .tf-menu li a:active, .tf-menu li .color-scheme--inverted a:active, .color-scheme--inverted .tf-buttons li a:active, .tf-buttons li .color-scheme--inverted a:active, .button.inverted:hover, button.inverted:hover,
    input.inverted:hover[type="submit"],
    input.inverted:hover[type="reset"],
    input.inverted:hover[type="button"], .region--content .paragraph--type--text a.inverted.button:hover, .region--content .paragraph--type--external-content a.inverted.button:hover, .region--content .form-item .description a.inverted.button:hover, .inverted.button-red:hover, .inverted.button-edit:hover, #block-custom-permissions-openid-login a.inverted:hover, .paid-article-notice .inverted.paid-article-notice--link:hover, .block--logout-block a.inverted:hover:not(.logged-in-openid), .block--openid-connect-login a.inverted:hover:not(.logged-in-openid), .paragraph--type--button.button-style--button a.inverted:hover, .paragraph--type--button.button-style--cta a.inverted:hover, .del-show-more a.inverted:hover, .company-button a.inverted:hover, .tf-menu li a.inverted:hover, .tf-buttons li a.inverted:hover, .button.inverted:active, button.inverted:active,
    input.inverted:active[type="submit"],
    input.inverted:active[type="reset"],
    input.inverted:active[type="button"], .region--content .paragraph--type--text a.inverted.button:active, .region--content .paragraph--type--external-content a.inverted.button:active, .region--content .form-item .description a.inverted.button:active, .inverted.button-red:active, .inverted.button-edit:active, #block-custom-permissions-openid-login a.inverted:active, .paid-article-notice .inverted.paid-article-notice--link:active, .block--logout-block a.inverted:active:not(.logged-in-openid), .block--openid-connect-login a.inverted:active:not(.logged-in-openid), .paragraph--type--button.button-style--button a.inverted:active, .paragraph--type--button.button-style--cta a.inverted:active, .del-show-more a.inverted:active, .company-button a.inverted:active, .tf-menu li a.inverted:active, .tf-buttons li a.inverted:active {
      background-color: lightgrey;
      border-color: lightgrey;
      color: #333333; }
  .button.cta, button.cta, .webform-submission-form button.button--primary,
  input.cta[type="submit"], .webform-submission-form input.button--primary[type="submit"],
  input.cta[type="reset"], .webform-submission-form input.button--primary[type="reset"],
  input.cta[type="button"], .webform-submission-form input.button--primary[type="button"], .webform-submission-form .button.button--primary, .webform-submission-form .region--content .paragraph--type--text a.button--primary.button, .region--content .paragraph--type--text .webform-submission-form a.button--primary.button, .webform-submission-form .region--content .paragraph--type--external-content a.button--primary.button, .region--content .paragraph--type--external-content .webform-submission-form a.button--primary.button, .webform-submission-form .region--content .form-item .description a.button--primary.button, .region--content .form-item .description .webform-submission-form a.button--primary.button, .webform-submission-form .button--primary.button-red, .webform-submission-form .button--primary.button-edit, .webform-submission-form #block-custom-permissions-openid-login a.button--primary, #block-custom-permissions-openid-login .webform-submission-form a.button--primary, .webform-submission-form .paid-article-notice .button--primary.paid-article-notice--link, .paid-article-notice .webform-submission-form .button--primary.paid-article-notice--link, .webform-submission-form .block--logout-block a.button--primary:not(.logged-in-openid), .block--logout-block .webform-submission-form a.button--primary:not(.logged-in-openid), .webform-submission-form .block--openid-connect-login a.button--primary:not(.logged-in-openid), .block--openid-connect-login .webform-submission-form a.button--primary:not(.logged-in-openid), .webform-submission-form .paragraph--type--button.button-style--button a.button--primary, .paragraph--type--button.button-style--button .webform-submission-form a.button--primary, .webform-submission-form .paragraph--type--button.button-style--cta a.button--primary, .paragraph--type--button.button-style--cta .webform-submission-form a.button--primary, .webform-submission-form .del-show-more a.button--primary, .del-show-more .webform-submission-form a.button--primary, .webform-submission-form .company-button a.button--primary, .company-button .webform-submission-form a.button--primary, .webform-submission-form .tf-menu li a.button--primary, .tf-menu li .webform-submission-form a.button--primary, .webform-submission-form .tf-buttons li a.button--primary, .tf-buttons li .webform-submission-form a.button--primary, .region--content p a.cta.button, .region--content p .webform-submission-form a.button.button--primary, .webform-submission-form .region--content p a.button.button--primary, .region--content p .block--custom-permissions-message .message a.button, .block--custom-permissions-message .message .region--content p a.button, .region--content p .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .region--content p a, .region--content .paragraph--type--text a.cta.button, .region--content .paragraph--type--text .block--custom-permissions-message .message a.button, .block--custom-permissions-message .message .region--content .paragraph--type--text a.button, .region--content .paragraph--type--text .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .region--content .paragraph--type--text a, .region--content .paragraph--type--external-content a.cta.button, .region--content .paragraph--type--external-content .block--custom-permissions-message .message a.button, .block--custom-permissions-message .message .region--content .paragraph--type--external-content a.button, .region--content .paragraph--type--external-content .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .region--content .paragraph--type--external-content a, .region--content .form-item .description a.cta.button, .region--content .form-item .description .block--custom-permissions-message .message a.button, .block--custom-permissions-message .message .region--content .form-item .description a.button, .region--content .form-item .description .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .region--content .form-item .description a, .cta.button-red, .cta.button-edit, .block--custom-permissions-message .message a.button-edit, .paragraph--type--button.button-style--cta a.button-edit, .block--custom-permissions-message .message a.button-red, .paragraph--type--button.button-style--cta a.button-red, .block--custom-permissions-message .message a.button, #block-custom-permissions-openid-login a.cta, #block-custom-permissions-openid-login .block--custom-permissions-message .message a, .block--custom-permissions-message .message #block-custom-permissions-openid-login a, #block-custom-permissions-openid-login .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta #block-custom-permissions-openid-login a, .paid-article-notice .cta.paid-article-notice--link, .paid-article-notice .block--custom-permissions-message .message a.paid-article-notice--link, .block--custom-permissions-message .message .paid-article-notice a.paid-article-notice--link, .paid-article-notice .paragraph--type--button.button-style--cta a.paid-article-notice--link, .paragraph--type--button.button-style--cta .paid-article-notice a.paid-article-notice--link, .block--logout-block a.cta:not(.logged-in-openid), .block--logout-block .block--custom-permissions-message .message a:not(.logged-in-openid), .block--custom-permissions-message .message .block--logout-block a:not(.logged-in-openid), .block--logout-block .paragraph--type--button.button-style--cta a:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--logout-block a:not(.logged-in-openid), .block--openid-connect-login a.cta:not(.logged-in-openid), .block--openid-connect-login .block--custom-permissions-message .message a:not(.logged-in-openid), .block--custom-permissions-message .message .block--openid-connect-login a:not(.logged-in-openid), .block--openid-connect-login .paragraph--type--button.button-style--cta a:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--openid-connect-login a:not(.logged-in-openid), .paragraph--type--button.button-style--button a.cta, .paragraph--type--button.button-style--button .block--custom-permissions-message .message a, .block--custom-permissions-message .message .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--button .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--cta a, .del-show-more a.cta, .del-show-more .block--custom-permissions-message .message a, .block--custom-permissions-message .message .del-show-more a, .del-show-more .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .del-show-more a, .company-button a.cta, .company-button .block--custom-permissions-message .message a, .block--custom-permissions-message .message .company-button a, .company-button .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .company-button a, .tf-menu li a.cta, .tf-menu li .block--custom-permissions-message .message a, .block--custom-permissions-message .message .tf-menu li a, .tf-menu li .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .tf-menu li a, .tf-buttons li a.cta, .tf-buttons li .block--custom-permissions-message .message a, .block--custom-permissions-message .message .tf-buttons li a, .tf-buttons li .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .tf-buttons li a {
    border-color: #ef7d00;
    background-color: #ef7d00;
    color: white;
    font-weight: bold; }
    .button.cta:hover, button.cta:hover, .webform-submission-form button.button--primary:hover,
    input.cta:hover[type="submit"], .webform-submission-form input.button--primary:hover[type="submit"],
    input.cta:hover[type="reset"], .webform-submission-form input.button--primary:hover[type="reset"],
    input.cta:hover[type="button"], .webform-submission-form input.button--primary:hover[type="button"], .webform-submission-form .button.button--primary:hover, .webform-submission-form .region--content .form-item .description a.button--primary.button:hover, .region--content .form-item .description .webform-submission-form a.button--primary.button:hover, .webform-submission-form .button--primary.button-red:hover, .webform-submission-form .button--primary.button-edit:hover, .webform-submission-form #block-custom-permissions-openid-login a.button--primary:hover, #block-custom-permissions-openid-login .webform-submission-form a.button--primary:hover, .webform-submission-form .paid-article-notice .button--primary.paid-article-notice--link:hover, .paid-article-notice .webform-submission-form .button--primary.paid-article-notice--link:hover, .webform-submission-form .block--logout-block a.button--primary:hover:not(.logged-in-openid), .block--logout-block .webform-submission-form a.button--primary:hover:not(.logged-in-openid), .webform-submission-form .block--openid-connect-login a.button--primary:hover:not(.logged-in-openid), .block--openid-connect-login .webform-submission-form a.button--primary:hover:not(.logged-in-openid), .webform-submission-form .paragraph--type--button.button-style--button a.button--primary:hover, .paragraph--type--button.button-style--button .webform-submission-form a.button--primary:hover, .webform-submission-form .paragraph--type--button.button-style--cta a.button--primary:hover, .paragraph--type--button.button-style--cta .webform-submission-form a.button--primary:hover, .webform-submission-form .del-show-more a.button--primary:hover, .del-show-more .webform-submission-form a.button--primary:hover, .webform-submission-form .company-button a.button--primary:hover, .company-button .webform-submission-form a.button--primary:hover, .webform-submission-form .tf-menu li a.button--primary:hover, .tf-menu li .webform-submission-form a.button--primary:hover, .webform-submission-form .tf-buttons li a.button--primary:hover, .tf-buttons li .webform-submission-form a.button--primary:hover, .region--content p a.cta.button:hover, .region--content p .webform-submission-form a.button.button--primary:hover, .webform-submission-form .region--content p a.button.button--primary:hover, .region--content p .block--custom-permissions-message .message a.button:hover, .block--custom-permissions-message .message .region--content p a.button:hover, .region--content p .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .region--content p a:hover, .region--content .paragraph--type--text a.cta.button:hover, .region--content .paragraph--type--text .webform-submission-form a.button.button--primary:hover, .webform-submission-form .region--content .paragraph--type--text a.button.button--primary:hover, .region--content .paragraph--type--text .block--custom-permissions-message .message a.button:hover, .block--custom-permissions-message .message .region--content .paragraph--type--text a.button:hover, .region--content .paragraph--type--text .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .region--content .paragraph--type--text a:hover, .region--content .paragraph--type--external-content a.cta.button:hover, .region--content .paragraph--type--external-content .webform-submission-form a.button.button--primary:hover, .webform-submission-form .region--content .paragraph--type--external-content a.button.button--primary:hover, .region--content .paragraph--type--external-content .block--custom-permissions-message .message a.button:hover, .block--custom-permissions-message .message .region--content .paragraph--type--external-content a.button:hover, .region--content .paragraph--type--external-content .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .region--content .paragraph--type--external-content a:hover, .region--content .form-item .description a.cta.button:hover, .region--content .form-item .description .block--custom-permissions-message .message a.button:hover, .block--custom-permissions-message .message .region--content .form-item .description a.button:hover, .region--content .form-item .description .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .region--content .form-item .description a:hover, .cta.button-red:hover, .cta.button-edit:hover, .block--custom-permissions-message .message a.button-edit:hover, .paragraph--type--button.button-style--cta a.button-edit:hover, .block--custom-permissions-message .message a.button-red:hover, .paragraph--type--button.button-style--cta a.button-red:hover, .block--custom-permissions-message .message a.button:hover, #block-custom-permissions-openid-login a.cta:hover, #block-custom-permissions-openid-login .block--custom-permissions-message .message a:hover, .block--custom-permissions-message .message #block-custom-permissions-openid-login a:hover, #block-custom-permissions-openid-login .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta #block-custom-permissions-openid-login a:hover, .paid-article-notice .cta.paid-article-notice--link:hover, .paid-article-notice .block--custom-permissions-message .message a.paid-article-notice--link:hover, .block--custom-permissions-message .message .paid-article-notice a.paid-article-notice--link:hover, .paid-article-notice .paragraph--type--button.button-style--cta a.paid-article-notice--link:hover, .paragraph--type--button.button-style--cta .paid-article-notice a.paid-article-notice--link:hover, .block--logout-block a.cta:hover:not(.logged-in-openid), .block--logout-block .block--custom-permissions-message .message a:hover:not(.logged-in-openid), .block--custom-permissions-message .message .block--logout-block a:hover:not(.logged-in-openid), .block--logout-block .paragraph--type--button.button-style--cta a:hover:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--logout-block a:hover:not(.logged-in-openid), .block--openid-connect-login a.cta:hover:not(.logged-in-openid), .block--openid-connect-login .block--custom-permissions-message .message a:hover:not(.logged-in-openid), .block--custom-permissions-message .message .block--openid-connect-login a:hover:not(.logged-in-openid), .block--openid-connect-login .paragraph--type--button.button-style--cta a:hover:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--openid-connect-login a:hover:not(.logged-in-openid), .paragraph--type--button.button-style--button a.cta:hover, .paragraph--type--button.button-style--button .block--custom-permissions-message .message a:hover, .block--custom-permissions-message .message .paragraph--type--button.button-style--button a:hover, .paragraph--type--button.button-style--button .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .paragraph--type--button.button-style--button a:hover, .paragraph--type--button.button-style--cta a:hover, .del-show-more a.cta:hover, .del-show-more .block--custom-permissions-message .message a:hover, .block--custom-permissions-message .message .del-show-more a:hover, .del-show-more .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .del-show-more a:hover, .company-button a.cta:hover, .company-button .block--custom-permissions-message .message a:hover, .block--custom-permissions-message .message .company-button a:hover, .company-button .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .company-button a:hover, .tf-menu li a.cta:hover, .tf-menu li .block--custom-permissions-message .message a:hover, .block--custom-permissions-message .message .tf-menu li a:hover, .tf-menu li .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .tf-menu li a:hover, .tf-buttons li a.cta:hover, .tf-buttons li .block--custom-permissions-message .message a:hover, .block--custom-permissions-message .message .tf-buttons li a:hover, .tf-buttons li .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .tf-buttons li a:hover, .button.cta:active, button.cta:active, .webform-submission-form button.button--primary:active,
    input.cta:active[type="submit"], .webform-submission-form input.button--primary:active[type="submit"],
    input.cta:active[type="reset"], .webform-submission-form input.button--primary:active[type="reset"],
    input.cta:active[type="button"], .webform-submission-form input.button--primary:active[type="button"], .webform-submission-form .button.button--primary:active, .webform-submission-form .region--content .form-item .description a.button--primary.button:active, .region--content .form-item .description .webform-submission-form a.button--primary.button:active, .webform-submission-form .button--primary.button-red:active, .webform-submission-form .button--primary.button-edit:active, .webform-submission-form #block-custom-permissions-openid-login a.button--primary:active, #block-custom-permissions-openid-login .webform-submission-form a.button--primary:active, .webform-submission-form .paid-article-notice .button--primary.paid-article-notice--link:active, .paid-article-notice .webform-submission-form .button--primary.paid-article-notice--link:active, .webform-submission-form .block--logout-block a.button--primary:active:not(.logged-in-openid), .block--logout-block .webform-submission-form a.button--primary:active:not(.logged-in-openid), .webform-submission-form .block--openid-connect-login a.button--primary:active:not(.logged-in-openid), .block--openid-connect-login .webform-submission-form a.button--primary:active:not(.logged-in-openid), .webform-submission-form .paragraph--type--button.button-style--button a.button--primary:active, .paragraph--type--button.button-style--button .webform-submission-form a.button--primary:active, .webform-submission-form .paragraph--type--button.button-style--cta a.button--primary:active, .paragraph--type--button.button-style--cta .webform-submission-form a.button--primary:active, .webform-submission-form .del-show-more a.button--primary:active, .del-show-more .webform-submission-form a.button--primary:active, .webform-submission-form .company-button a.button--primary:active, .company-button .webform-submission-form a.button--primary:active, .webform-submission-form .tf-menu li a.button--primary:active, .tf-menu li .webform-submission-form a.button--primary:active, .webform-submission-form .tf-buttons li a.button--primary:active, .tf-buttons li .webform-submission-form a.button--primary:active, .region--content p a.cta.button:active, .region--content p .webform-submission-form a.button.button--primary:active, .webform-submission-form .region--content p a.button.button--primary:active, .region--content p .block--custom-permissions-message .message a.button:active, .block--custom-permissions-message .message .region--content p a.button:active, .region--content p .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .region--content p a:active, .region--content .paragraph--type--text a.cta.button:active, .region--content .paragraph--type--text .webform-submission-form a.button.button--primary:active, .webform-submission-form .region--content .paragraph--type--text a.button.button--primary:active, .region--content .paragraph--type--text .block--custom-permissions-message .message a.button:active, .block--custom-permissions-message .message .region--content .paragraph--type--text a.button:active, .region--content .paragraph--type--text .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .region--content .paragraph--type--text a:active, .region--content .paragraph--type--external-content a.cta.button:active, .region--content .paragraph--type--external-content .webform-submission-form a.button.button--primary:active, .webform-submission-form .region--content .paragraph--type--external-content a.button.button--primary:active, .region--content .paragraph--type--external-content .block--custom-permissions-message .message a.button:active, .block--custom-permissions-message .message .region--content .paragraph--type--external-content a.button:active, .region--content .paragraph--type--external-content .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .region--content .paragraph--type--external-content a:active, .region--content .form-item .description a.cta.button:active, .region--content .form-item .description .block--custom-permissions-message .message a.button:active, .block--custom-permissions-message .message .region--content .form-item .description a.button:active, .region--content .form-item .description .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .region--content .form-item .description a:active, .cta.button-red:active, .cta.button-edit:active, .block--custom-permissions-message .message a.button-edit:active, .paragraph--type--button.button-style--cta a.button-edit:active, .block--custom-permissions-message .message a.button-red:active, .paragraph--type--button.button-style--cta a.button-red:active, .block--custom-permissions-message .message a.button:active, #block-custom-permissions-openid-login a.cta:active, #block-custom-permissions-openid-login .block--custom-permissions-message .message a:active, .block--custom-permissions-message .message #block-custom-permissions-openid-login a:active, #block-custom-permissions-openid-login .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta #block-custom-permissions-openid-login a:active, .paid-article-notice .cta.paid-article-notice--link:active, .paid-article-notice .block--custom-permissions-message .message a.paid-article-notice--link:active, .block--custom-permissions-message .message .paid-article-notice a.paid-article-notice--link:active, .paid-article-notice .paragraph--type--button.button-style--cta a.paid-article-notice--link:active, .paragraph--type--button.button-style--cta .paid-article-notice a.paid-article-notice--link:active, .block--logout-block a.cta:active:not(.logged-in-openid), .block--logout-block .block--custom-permissions-message .message a:active:not(.logged-in-openid), .block--custom-permissions-message .message .block--logout-block a:active:not(.logged-in-openid), .block--logout-block .paragraph--type--button.button-style--cta a:active:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--logout-block a:active:not(.logged-in-openid), .block--openid-connect-login a.cta:active:not(.logged-in-openid), .block--openid-connect-login .block--custom-permissions-message .message a:active:not(.logged-in-openid), .block--custom-permissions-message .message .block--openid-connect-login a:active:not(.logged-in-openid), .block--openid-connect-login .paragraph--type--button.button-style--cta a:active:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--openid-connect-login a:active:not(.logged-in-openid), .paragraph--type--button.button-style--button a.cta:active, .paragraph--type--button.button-style--button .block--custom-permissions-message .message a:active, .block--custom-permissions-message .message .paragraph--type--button.button-style--button a:active, .paragraph--type--button.button-style--button .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .paragraph--type--button.button-style--button a:active, .paragraph--type--button.button-style--cta a:active, .del-show-more a.cta:active, .del-show-more .block--custom-permissions-message .message a:active, .block--custom-permissions-message .message .del-show-more a:active, .del-show-more .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .del-show-more a:active, .company-button a.cta:active, .company-button .block--custom-permissions-message .message a:active, .block--custom-permissions-message .message .company-button a:active, .company-button .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .company-button a:active, .tf-menu li a.cta:active, .tf-menu li .block--custom-permissions-message .message a:active, .block--custom-permissions-message .message .tf-menu li a:active, .tf-menu li .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .tf-menu li a:active, .tf-buttons li a.cta:active, .tf-buttons li .block--custom-permissions-message .message a:active, .block--custom-permissions-message .message .tf-buttons li a:active, .tf-buttons li .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .tf-buttons li a:active {
      background-color: rgba(239, 125, 0, 0.17);
      border-color: #ef7d00;
      color: #ef7d00; }
  .button.edit, button.edit,
  input.edit[type="submit"],
  input.edit[type="reset"],
  input.edit[type="button"], .region--content p a.edit.button, .region--content .paragraph--type--text a.edit.button, .region--content .paragraph--type--external-content a.edit.button, .region--content .form-item .description a.edit.button, .edit.button-red, .edit.button-edit, #block-custom-permissions-openid-login a.edit, .paid-article-notice .edit.paid-article-notice--link, .block--logout-block a.edit:not(.logged-in-openid), .block--openid-connect-login a.edit:not(.logged-in-openid), .paragraph--type--button.button-style--button a.edit, .paragraph--type--button.button-style--cta a.edit, .del-show-more a.edit, .company-button a.edit, .tf-menu li a.edit, .tf-buttons li a.edit {
    padding: 10px 30px !important; }
    @media (min-width: 48em) {
      .button.edit, button.edit,
      input.edit[type="submit"],
      input.edit[type="reset"],
      input.edit[type="button"], .region--content p a.edit.button, .region--content .paragraph--type--text a.edit.button, .region--content .paragraph--type--external-content a.edit.button, .region--content .form-item .description a.edit.button, .edit.button-red, .edit.button-edit, #block-custom-permissions-openid-login a.edit, .paid-article-notice .edit.paid-article-notice--link, .block--logout-block a.edit:not(.logged-in-openid), .block--openid-connect-login a.edit:not(.logged-in-openid), .paragraph--type--button.button-style--button a.edit, .paragraph--type--button.button-style--cta a.edit, .del-show-more a.edit, .company-button a.edit, .tf-menu li a.edit, .tf-buttons li a.edit {
        padding: 10px 15px !important; } }

a.button, .region--content p a.button, .region--content .paragraph--type--text a.button, .region--content .paragraph--type--external-content a.button, .region--content .form-item .description a.button, a.button-red, a.button-edit, #block-custom-permissions-openid-login a, .paid-article-notice a.paid-article-notice--link, .block--logout-block a:not(.logged-in-openid), .block--openid-connect-login a:not(.logged-in-openid), .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--cta a, .del-show-more a, .company-button a, .tf-menu li a, .tf-buttons li a {
  color: white;
  text-decoration: none; }
  a.button:hover, .region--content p a.button:hover, .region--content .paragraph--type--text a.button:hover, .region--content .paragraph--type--external-content a.button:hover, .region--content .form-item .description a.button:hover, a.button-red:hover, a.button-edit:hover, #block-custom-permissions-openid-login a:hover, .paid-article-notice a.paid-article-notice--link:hover, .block--logout-block a:hover:not(.logged-in-openid), .block--openid-connect-login a:hover:not(.logged-in-openid), .paragraph--type--button.button-style--button a:hover, .paragraph--type--button.button-style--cta a:hover, .del-show-more a:hover, .company-button a:hover, .tf-menu li a:hover, .tf-buttons li a:hover {
    color: #008cb4;
    text-decoration: none; }
  a.button.cta, .webform-submission-form a.button.button--primary, .region--content p a.cta.button, .region--content p .webform-submission-form a.button.button--primary, .webform-submission-form .region--content p a.button.button--primary, .region--content p .block--custom-permissions-message .message a.button, .block--custom-permissions-message .message .region--content p a.button, .region--content p .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .region--content p a, .region--content .paragraph--type--text a.cta.button, .region--content .paragraph--type--text .webform-submission-form a.button.button--primary, .webform-submission-form .region--content .paragraph--type--text a.button.button--primary, .region--content .paragraph--type--text .block--custom-permissions-message .message a.button, .block--custom-permissions-message .message .region--content .paragraph--type--text a.button, .region--content .paragraph--type--text .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .region--content .paragraph--type--text a, .region--content .paragraph--type--external-content a.cta.button, .region--content .paragraph--type--external-content .webform-submission-form a.button.button--primary, .webform-submission-form .region--content .paragraph--type--external-content a.button.button--primary, .region--content .paragraph--type--external-content .block--custom-permissions-message .message a.button, .block--custom-permissions-message .message .region--content .paragraph--type--external-content a.button, .region--content .paragraph--type--external-content .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .region--content .paragraph--type--external-content a, .region--content .form-item .description a.cta.button, .region--content .form-item .description .webform-submission-form a.button.button--primary, .webform-submission-form .region--content .form-item .description a.button.button--primary, .region--content .form-item .description .block--custom-permissions-message .message a.button, .block--custom-permissions-message .message .region--content .form-item .description a.button, .region--content .form-item .description .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .region--content .form-item .description a, a.cta.button-red, .webform-submission-form a.button-red.button--primary, .webform-submission-form a.button--primary.button-edit, a.cta.button-edit, .block--custom-permissions-message .message a.button-edit, .paragraph--type--button.button-style--cta a.button-edit, .block--custom-permissions-message .message a.button-red, .paragraph--type--button.button-style--cta a.button-red, .block--custom-permissions-message .message a.button, #block-custom-permissions-openid-login a.cta, #block-custom-permissions-openid-login .webform-submission-form a.button--primary, .webform-submission-form #block-custom-permissions-openid-login a.button--primary, #block-custom-permissions-openid-login .block--custom-permissions-message .message a, .block--custom-permissions-message .message #block-custom-permissions-openid-login a, #block-custom-permissions-openid-login .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta #block-custom-permissions-openid-login a, .paid-article-notice a.cta.paid-article-notice--link, .paid-article-notice .webform-submission-form a.paid-article-notice--link.button--primary, .webform-submission-form .paid-article-notice a.paid-article-notice--link.button--primary, .paid-article-notice .block--custom-permissions-message .message a.paid-article-notice--link, .block--custom-permissions-message .message .paid-article-notice a.paid-article-notice--link, .paid-article-notice .paragraph--type--button.button-style--cta a.paid-article-notice--link, .paragraph--type--button.button-style--cta .paid-article-notice a.paid-article-notice--link, .block--logout-block a.cta:not(.logged-in-openid), .block--logout-block .webform-submission-form a.button--primary:not(.logged-in-openid), .webform-submission-form .block--logout-block a.button--primary:not(.logged-in-openid), .block--logout-block .block--custom-permissions-message .message a:not(.logged-in-openid), .block--custom-permissions-message .message .block--logout-block a:not(.logged-in-openid), .block--logout-block .paragraph--type--button.button-style--cta a:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--logout-block a:not(.logged-in-openid), .block--openid-connect-login a.cta:not(.logged-in-openid), .block--openid-connect-login .webform-submission-form a.button--primary:not(.logged-in-openid), .webform-submission-form .block--openid-connect-login a.button--primary:not(.logged-in-openid), .block--openid-connect-login .block--custom-permissions-message .message a:not(.logged-in-openid), .block--custom-permissions-message .message .block--openid-connect-login a:not(.logged-in-openid), .block--openid-connect-login .paragraph--type--button.button-style--cta a:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--openid-connect-login a:not(.logged-in-openid), .paragraph--type--button.button-style--button a.cta, .paragraph--type--button.button-style--button .webform-submission-form a.button--primary, .webform-submission-form .paragraph--type--button.button-style--button a.button--primary, .paragraph--type--button.button-style--button .block--custom-permissions-message .message a, .block--custom-permissions-message .message .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--button .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--cta a, .del-show-more a.cta, .del-show-more .webform-submission-form a.button--primary, .webform-submission-form .del-show-more a.button--primary, .del-show-more .block--custom-permissions-message .message a, .block--custom-permissions-message .message .del-show-more a, .del-show-more .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .del-show-more a, .company-button a.cta, .company-button .webform-submission-form a.button--primary, .webform-submission-form .company-button a.button--primary, .company-button .block--custom-permissions-message .message a, .block--custom-permissions-message .message .company-button a, .company-button .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .company-button a, .tf-menu li a.cta, .tf-menu li .webform-submission-form a.button--primary, .webform-submission-form .tf-menu li a.button--primary, .tf-menu li .block--custom-permissions-message .message a, .block--custom-permissions-message .message .tf-menu li a, .tf-menu li .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .tf-menu li a, .tf-buttons li a.cta, .tf-buttons li .webform-submission-form a.button--primary, .webform-submission-form .tf-buttons li a.button--primary, .tf-buttons li .block--custom-permissions-message .message a, .block--custom-permissions-message .message .tf-buttons li a, .tf-buttons li .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .tf-buttons li a {
    color: white; }
    a.button.cta:hover, .webform-submission-form a.button.button--primary:hover, .region--content p a.cta.button:hover, .region--content p .webform-submission-form a.button.button--primary:hover, .webform-submission-form .region--content p a.button.button--primary:hover, .region--content p .block--custom-permissions-message .message a.button:hover, .block--custom-permissions-message .message .region--content p a.button:hover, .region--content p .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .region--content p a:hover, .region--content .paragraph--type--text a.cta.button:hover, .region--content .paragraph--type--text .webform-submission-form a.button.button--primary:hover, .webform-submission-form .region--content .paragraph--type--text a.button.button--primary:hover, .region--content .paragraph--type--text .block--custom-permissions-message .message a.button:hover, .block--custom-permissions-message .message .region--content .paragraph--type--text a.button:hover, .region--content .paragraph--type--text .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .region--content .paragraph--type--text a:hover, .region--content .paragraph--type--external-content a.cta.button:hover, .region--content .paragraph--type--external-content .webform-submission-form a.button.button--primary:hover, .webform-submission-form .region--content .paragraph--type--external-content a.button.button--primary:hover, .region--content .paragraph--type--external-content .block--custom-permissions-message .message a.button:hover, .block--custom-permissions-message .message .region--content .paragraph--type--external-content a.button:hover, .region--content .paragraph--type--external-content .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .region--content .paragraph--type--external-content a:hover, .region--content .form-item .description a.cta.button:hover, .region--content .form-item .description .webform-submission-form a.button.button--primary:hover, .webform-submission-form .region--content .form-item .description a.button.button--primary:hover, .region--content .form-item .description .block--custom-permissions-message .message a.button:hover, .block--custom-permissions-message .message .region--content .form-item .description a.button:hover, .region--content .form-item .description .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .region--content .form-item .description a:hover, a.cta.button-red:hover, .webform-submission-form a.button-red.button--primary:hover, .webform-submission-form a.button--primary.button-edit:hover, a.cta.button-edit:hover, .block--custom-permissions-message .message a.button-edit:hover, .paragraph--type--button.button-style--cta a.button-edit:hover, .block--custom-permissions-message .message a.button-red:hover, .paragraph--type--button.button-style--cta a.button-red:hover, .block--custom-permissions-message .message a.button:hover, #block-custom-permissions-openid-login a.cta:hover, #block-custom-permissions-openid-login .webform-submission-form a.button--primary:hover, .webform-submission-form #block-custom-permissions-openid-login a.button--primary:hover, #block-custom-permissions-openid-login .block--custom-permissions-message .message a:hover, .block--custom-permissions-message .message #block-custom-permissions-openid-login a:hover, #block-custom-permissions-openid-login .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta #block-custom-permissions-openid-login a:hover, .paid-article-notice a.cta.paid-article-notice--link:hover, .paid-article-notice .webform-submission-form a.paid-article-notice--link.button--primary:hover, .webform-submission-form .paid-article-notice a.paid-article-notice--link.button--primary:hover, .paid-article-notice .block--custom-permissions-message .message a.paid-article-notice--link:hover, .block--custom-permissions-message .message .paid-article-notice a.paid-article-notice--link:hover, .paid-article-notice .paragraph--type--button.button-style--cta a.paid-article-notice--link:hover, .paragraph--type--button.button-style--cta .paid-article-notice a.paid-article-notice--link:hover, .block--logout-block a.cta:hover:not(.logged-in-openid), .block--logout-block .webform-submission-form a.button--primary:hover:not(.logged-in-openid), .webform-submission-form .block--logout-block a.button--primary:hover:not(.logged-in-openid), .block--logout-block .block--custom-permissions-message .message a:hover:not(.logged-in-openid), .block--custom-permissions-message .message .block--logout-block a:hover:not(.logged-in-openid), .block--logout-block .paragraph--type--button.button-style--cta a:hover:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--logout-block a:hover:not(.logged-in-openid), .block--openid-connect-login a.cta:hover:not(.logged-in-openid), .block--openid-connect-login .webform-submission-form a.button--primary:hover:not(.logged-in-openid), .webform-submission-form .block--openid-connect-login a.button--primary:hover:not(.logged-in-openid), .block--openid-connect-login .block--custom-permissions-message .message a:hover:not(.logged-in-openid), .block--custom-permissions-message .message .block--openid-connect-login a:hover:not(.logged-in-openid), .block--openid-connect-login .paragraph--type--button.button-style--cta a:hover:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--openid-connect-login a:hover:not(.logged-in-openid), .paragraph--type--button.button-style--button a.cta:hover, .paragraph--type--button.button-style--button .webform-submission-form a.button--primary:hover, .webform-submission-form .paragraph--type--button.button-style--button a.button--primary:hover, .paragraph--type--button.button-style--button .block--custom-permissions-message .message a:hover, .block--custom-permissions-message .message .paragraph--type--button.button-style--button a:hover, .paragraph--type--button.button-style--button .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .paragraph--type--button.button-style--button a:hover, .paragraph--type--button.button-style--cta a:hover, .del-show-more a.cta:hover, .del-show-more .webform-submission-form a.button--primary:hover, .webform-submission-form .del-show-more a.button--primary:hover, .del-show-more .block--custom-permissions-message .message a:hover, .block--custom-permissions-message .message .del-show-more a:hover, .del-show-more .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .del-show-more a:hover, .company-button a.cta:hover, .company-button .webform-submission-form a.button--primary:hover, .webform-submission-form .company-button a.button--primary:hover, .company-button .block--custom-permissions-message .message a:hover, .block--custom-permissions-message .message .company-button a:hover, .company-button .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .company-button a:hover, .tf-menu li a.cta:hover, .tf-menu li .webform-submission-form a.button--primary:hover, .webform-submission-form .tf-menu li a.button--primary:hover, .tf-menu li .block--custom-permissions-message .message a:hover, .block--custom-permissions-message .message .tf-menu li a:hover, .tf-menu li .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .tf-menu li a:hover, .tf-buttons li a.cta:hover, .tf-buttons li .webform-submission-form a.button--primary:hover, .webform-submission-form .tf-buttons li a.button--primary:hover, .tf-buttons li .block--custom-permissions-message .message a:hover, .block--custom-permissions-message .message .tf-buttons li a:hover, .tf-buttons li .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .tf-buttons li a:hover, a.button.cta:active, .webform-submission-form a.button.button--primary:active, .region--content p a.cta.button:active, .region--content p .webform-submission-form a.button.button--primary:active, .webform-submission-form .region--content p a.button.button--primary:active, .region--content p .block--custom-permissions-message .message a.button:active, .block--custom-permissions-message .message .region--content p a.button:active, .region--content p .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .region--content p a:active, .region--content .paragraph--type--text a.cta.button:active, .region--content .paragraph--type--text .webform-submission-form a.button.button--primary:active, .webform-submission-form .region--content .paragraph--type--text a.button.button--primary:active, .region--content .paragraph--type--text .block--custom-permissions-message .message a.button:active, .block--custom-permissions-message .message .region--content .paragraph--type--text a.button:active, .region--content .paragraph--type--text .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .region--content .paragraph--type--text a:active, .region--content .paragraph--type--external-content a.cta.button:active, .region--content .paragraph--type--external-content .webform-submission-form a.button.button--primary:active, .webform-submission-form .region--content .paragraph--type--external-content a.button.button--primary:active, .region--content .paragraph--type--external-content .block--custom-permissions-message .message a.button:active, .block--custom-permissions-message .message .region--content .paragraph--type--external-content a.button:active, .region--content .paragraph--type--external-content .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .region--content .paragraph--type--external-content a:active, .region--content .form-item .description a.cta.button:active, .region--content .form-item .description .webform-submission-form a.button.button--primary:active, .webform-submission-form .region--content .form-item .description a.button.button--primary:active, .region--content .form-item .description .block--custom-permissions-message .message a.button:active, .block--custom-permissions-message .message .region--content .form-item .description a.button:active, .region--content .form-item .description .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .region--content .form-item .description a:active, a.cta.button-red:active, .webform-submission-form a.button-red.button--primary:active, .webform-submission-form a.button--primary.button-edit:active, a.cta.button-edit:active, .block--custom-permissions-message .message a.button-edit:active, .paragraph--type--button.button-style--cta a.button-edit:active, .block--custom-permissions-message .message a.button-red:active, .paragraph--type--button.button-style--cta a.button-red:active, .block--custom-permissions-message .message a.button:active, #block-custom-permissions-openid-login a.cta:active, #block-custom-permissions-openid-login .webform-submission-form a.button--primary:active, .webform-submission-form #block-custom-permissions-openid-login a.button--primary:active, #block-custom-permissions-openid-login .block--custom-permissions-message .message a:active, .block--custom-permissions-message .message #block-custom-permissions-openid-login a:active, #block-custom-permissions-openid-login .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta #block-custom-permissions-openid-login a:active, .paid-article-notice a.cta.paid-article-notice--link:active, .paid-article-notice .webform-submission-form a.paid-article-notice--link.button--primary:active, .webform-submission-form .paid-article-notice a.paid-article-notice--link.button--primary:active, .paid-article-notice .block--custom-permissions-message .message a.paid-article-notice--link:active, .block--custom-permissions-message .message .paid-article-notice a.paid-article-notice--link:active, .paid-article-notice .paragraph--type--button.button-style--cta a.paid-article-notice--link:active, .paragraph--type--button.button-style--cta .paid-article-notice a.paid-article-notice--link:active, .block--logout-block a.cta:active:not(.logged-in-openid), .block--logout-block .webform-submission-form a.button--primary:active:not(.logged-in-openid), .webform-submission-form .block--logout-block a.button--primary:active:not(.logged-in-openid), .block--logout-block .block--custom-permissions-message .message a:active:not(.logged-in-openid), .block--custom-permissions-message .message .block--logout-block a:active:not(.logged-in-openid), .block--logout-block .paragraph--type--button.button-style--cta a:active:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--logout-block a:active:not(.logged-in-openid), .block--openid-connect-login a.cta:active:not(.logged-in-openid), .block--openid-connect-login .webform-submission-form a.button--primary:active:not(.logged-in-openid), .webform-submission-form .block--openid-connect-login a.button--primary:active:not(.logged-in-openid), .block--openid-connect-login .block--custom-permissions-message .message a:active:not(.logged-in-openid), .block--custom-permissions-message .message .block--openid-connect-login a:active:not(.logged-in-openid), .block--openid-connect-login .paragraph--type--button.button-style--cta a:active:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--openid-connect-login a:active:not(.logged-in-openid), .paragraph--type--button.button-style--button a.cta:active, .paragraph--type--button.button-style--button .webform-submission-form a.button--primary:active, .webform-submission-form .paragraph--type--button.button-style--button a.button--primary:active, .paragraph--type--button.button-style--button .block--custom-permissions-message .message a:active, .block--custom-permissions-message .message .paragraph--type--button.button-style--button a:active, .paragraph--type--button.button-style--button .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .paragraph--type--button.button-style--button a:active, .paragraph--type--button.button-style--cta a:active, .del-show-more a.cta:active, .del-show-more .webform-submission-form a.button--primary:active, .webform-submission-form .del-show-more a.button--primary:active, .del-show-more .block--custom-permissions-message .message a:active, .block--custom-permissions-message .message .del-show-more a:active, .del-show-more .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .del-show-more a:active, .company-button a.cta:active, .company-button .webform-submission-form a.button--primary:active, .webform-submission-form .company-button a.button--primary:active, .company-button .block--custom-permissions-message .message a:active, .block--custom-permissions-message .message .company-button a:active, .company-button .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .company-button a:active, .tf-menu li a.cta:active, .tf-menu li .webform-submission-form a.button--primary:active, .webform-submission-form .tf-menu li a.button--primary:active, .tf-menu li .block--custom-permissions-message .message a:active, .block--custom-permissions-message .message .tf-menu li a:active, .tf-menu li .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .tf-menu li a:active, .tf-buttons li a.cta:active, .tf-buttons li .webform-submission-form a.button--primary:active, .webform-submission-form .tf-buttons li a.button--primary:active, .tf-buttons li .block--custom-permissions-message .message a:active, .block--custom-permissions-message .message .tf-buttons li a:active, .tf-buttons li .paragraph--type--button.button-style--cta a:active, .paragraph--type--button.button-style--cta .tf-buttons li a:active {
      color: white; }
  .region--content a.button:hover, .region--content .form-item .description a.button:hover, .region--content a.button-red:hover, .region--content a.button-edit:hover, .region--content #block-custom-permissions-openid-login a:hover, #block-custom-permissions-openid-login .region--content a:hover, .region--content .paid-article-notice a.paid-article-notice--link:hover, .paid-article-notice .region--content a.paid-article-notice--link:hover, .region--content .block--logout-block a:hover:not(.logged-in-openid), .block--logout-block .region--content a:hover:not(.logged-in-openid), .region--content .block--openid-connect-login a:hover:not(.logged-in-openid), .block--openid-connect-login .region--content a:hover:not(.logged-in-openid), .region--content .paragraph--type--button.button-style--button a:hover, .paragraph--type--button.button-style--button .region--content a:hover, .region--content .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .region--content a:hover, .region--content .del-show-more a:hover, .del-show-more .region--content a:hover, .region--content .company-button a:hover, .company-button .region--content a:hover, .region--content .tf-menu li a:hover, .tf-menu li .region--content a:hover, .region--content .tf-buttons li a:hover, .tf-buttons li .region--content a:hover {
    text-decoration: none; }

input[type='checkbox'],
input[type='radio'] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer; }
  input[type="checkbox"] + label, input[type="radio"] + label {
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    display: inline;
    font-weight: normal;
    margin: 0;
    padding-left: 5px;
    cursor: pointer;
    vertical-align: middle; }
  input[type="checkbox"] + .description, input[type="radio"] + .description {
    vertical-align: middle;
    padding-left: 5px; }
    input[type="checkbox"] + .description, input[type="checkbox"] + .description .webform-element-description, input[type="radio"] + .description, input[type="radio"] + .description .webform-element-description {
      display: inline; }
  input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
    color: #008cb4; }
  input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
    cursor: not-allowed !important; }
  .form-item--error input[type="checkbox"] + label, .form-item--error input[type="radio"] + label {
    color: #e02f00; }

input[type="checkbox"] + label::before {
  vertical-align: top;
  display: inline-block;
  line-height: 0;
  width: 16px;
  height: 16px;
  margin: 4px 10px 4px 2px;
  border: 1px solid rgba(64, 64, 64, 0.2); }
  .form-item--error input[type="checkbox"] + label::before {
    border-color: #f5c0b2; }

input[type="checkbox"]:checked + label::before {
  border-color: transparent;
  margin: 2px 8px 2px 0; }
  .form-item--error input[type="checkbox"]:checked + label::before {
    background-color: #f5c0b2; }

input[type="radio"] + label::before {
  box-sizing: content-box;
  vertical-align: top;
  display: inline-block;
  line-height: 0;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(64, 64, 64, 0.2);
  border-radius: 50%;
  margin: 4px 10px 4px 2px; }
  .form-item--error input[type="radio"] + label::before {
    border-color: #f5c0b2; }

input[type="radio"]:checked + label::before {
  margin: 2px 8px 2px 0;
  border: none; }
  .form-item--error input[type="radio"]:checked + label::before {
    background-color: #f5c0b2; }

.js-form-type-radio, .js-form-type-checkbox {
  line-height: 0; }
  .js-form-type-radio label, .js-form-type-checkbox label {
    line-height: 1.25; }
  .js-form-type-radio .form-item--error-message, .js-form-type-checkbox .form-item--error-message {
    line-height: 1.25; }

.form-checkboxes div.form-item,
.form-radios div.form-item,
.js-webform-radios div.form-item,
.js-webform-checkboxes div.form-item {
  margin-bottom: 10px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea,
select {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05) inset;
  min-height: 0;
  background: white;
  color: #333333; }
  input[type="text"]:-webkit-autofill,
  input[type="password"]:-webkit-autofill,
  input[type="email"]:-webkit-autofill,
  input[type="search"]:-webkit-autofill,
  input[type="url"]:-webkit-autofill,
  input[type="number"]:-webkit-autofill,
  input[type="tel"]:-webkit-autofill,
  input[type="date"]:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    -webkit-box-shadow: none;
    background: white; }
  input[type="text"].error,
  input[type="password"].error,
  input[type="email"].error,
  input[type="search"].error,
  input[type="url"].error,
  input[type="number"].error,
  input[type="tel"].error,
  input[type="date"].error,
  textarea.error,
  select.error {
    border-color: #e02f00; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-style: italic; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-style: italic; }
  input[type="text"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  select::-ms-input-placeholder {
    font-style: italic; }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="email"]::placeholder,
  input[type="search"]::placeholder,
  input[type="url"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="date"]::placeholder,
  textarea::placeholder,
  select::placeholder {
    font-style: italic; }
  .form-item--error input[type="text"], .form-item--error
  input[type="password"], .form-item--error
  input[type="email"], .form-item--error
  input[type="search"], .form-item--error
  input[type="url"], .form-item--error
  input[type="number"], .form-item--error
  input[type="tel"], .form-item--error
  input[type="date"], .form-item--error
  textarea, .form-item--error
  select {
    background-color: #fbeae5;
    color: #e02f00; }
    .form-item--error input[type="text"]::-webkit-input-placeholder, .form-item--error
    input[type="password"]::-webkit-input-placeholder, .form-item--error
    input[type="email"]::-webkit-input-placeholder, .form-item--error
    input[type="search"]::-webkit-input-placeholder, .form-item--error
    input[type="url"]::-webkit-input-placeholder, .form-item--error
    input[type="number"]::-webkit-input-placeholder, .form-item--error
    input[type="tel"]::-webkit-input-placeholder, .form-item--error
    input[type="date"]::-webkit-input-placeholder, .form-item--error
    textarea::-webkit-input-placeholder, .form-item--error
    select::-webkit-input-placeholder {
      color: #e02f00; }
    .form-item--error input[type="text"]::-moz-placeholder, .form-item--error
    input[type="password"]::-moz-placeholder, .form-item--error
    input[type="email"]::-moz-placeholder, .form-item--error
    input[type="search"]::-moz-placeholder, .form-item--error
    input[type="url"]::-moz-placeholder, .form-item--error
    input[type="number"]::-moz-placeholder, .form-item--error
    input[type="tel"]::-moz-placeholder, .form-item--error
    input[type="date"]::-moz-placeholder, .form-item--error
    textarea::-moz-placeholder, .form-item--error
    select::-moz-placeholder {
      color: #e02f00; }
    .form-item--error input[type="text"]::-ms-input-placeholder, .form-item--error
    input[type="password"]::-ms-input-placeholder, .form-item--error
    input[type="email"]::-ms-input-placeholder, .form-item--error
    input[type="search"]::-ms-input-placeholder, .form-item--error
    input[type="url"]::-ms-input-placeholder, .form-item--error
    input[type="number"]::-ms-input-placeholder, .form-item--error
    input[type="tel"]::-ms-input-placeholder, .form-item--error
    input[type="date"]::-ms-input-placeholder, .form-item--error
    textarea::-ms-input-placeholder, .form-item--error
    select::-ms-input-placeholder {
      color: #e02f00; }
    .form-item--error input[type="text"]::placeholder, .form-item--error
    input[type="password"]::placeholder, .form-item--error
    input[type="email"]::placeholder, .form-item--error
    input[type="search"]::placeholder, .form-item--error
    input[type="url"]::placeholder, .form-item--error
    input[type="number"]::placeholder, .form-item--error
    input[type="tel"]::placeholder, .form-item--error
    input[type="date"]::placeholder, .form-item--error
    textarea::placeholder, .form-item--error
    select::placeholder {
      color: #e02f00; }

select {
  box-shadow: none;
  position: relative; }
  select[multiple="multiple"] {
    padding: 0; }
    select[multiple="multiple"] option {
      padding: 5px 10px; }

.intl-tel-input {
  display: block; }

.webform-submission-form .form-item {
  margin-bottom: 20px; }
  .webform-submission-form .form-item:last-child {
    margin-bottom: 0; }
  .webform-submission-form .form-item.form-type-checkbox, .webform-submission-form .form-item.form-type-radio {
    margin-bottom: 10px; }
    .webform-submission-form .form-item.form-type-checkbox:last-child, .webform-submission-form .form-item.form-type-radio:last-child {
      margin-bottom: 0; }

.webform-submission-form div[id*="ajax-wrapper"] + div[id*="ajax-wrapper"], .webform-submission-form div[id*="ajax-wrapper"] + .form-item {
  margin-top: 20px; }

.webform-submission-form .ajax-new-content + .form-item {
  margin-top: 20px; }

.webform-submission-form .form-managed-file .button, .webform-submission-form .form-managed-file button,
.webform-submission-form .form-managed-file input[type="submit"],
.webform-submission-form .form-managed-file input[type="reset"],
.webform-submission-form .form-managed-file input[type="button"], .webform-submission-form .form-managed-file .region--content .paragraph--type--text a.button, .region--content .paragraph--type--text .webform-submission-form .form-managed-file a.button, .webform-submission-form .form-managed-file .region--content .paragraph--type--external-content a.button, .region--content .paragraph--type--external-content .webform-submission-form .form-managed-file a.button, .webform-submission-form .form-managed-file .region--content .form-item .description a.button, .region--content .form-item .description .webform-submission-form .form-managed-file a.button, .webform-submission-form .form-managed-file .button-red, .webform-submission-form .form-managed-file .button-edit, .webform-submission-form .form-managed-file #block-custom-permissions-openid-login a, #block-custom-permissions-openid-login .webform-submission-form .form-managed-file a, .webform-submission-form .form-managed-file .paid-article-notice .paid-article-notice--link, .paid-article-notice .webform-submission-form .form-managed-file .paid-article-notice--link, .webform-submission-form .form-managed-file .block--logout-block a:not(.logged-in-openid), .block--logout-block .webform-submission-form .form-managed-file a:not(.logged-in-openid), .webform-submission-form .form-managed-file .block--openid-connect-login a:not(.logged-in-openid), .block--openid-connect-login .webform-submission-form .form-managed-file a:not(.logged-in-openid), .webform-submission-form .form-managed-file .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--button .webform-submission-form .form-managed-file a, .webform-submission-form .form-managed-file .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .webform-submission-form .form-managed-file a, .webform-submission-form .form-managed-file .del-show-more a, .del-show-more .webform-submission-form .form-managed-file a, .webform-submission-form .form-managed-file .company-button a, .company-button .webform-submission-form .form-managed-file a, .webform-submission-form .form-managed-file .tf-menu li a, .tf-menu li .webform-submission-form .form-managed-file a, .webform-submission-form .form-managed-file .tf-buttons li a, .tf-buttons li .webform-submission-form .form-managed-file a {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  cursor: pointer; }
  .webform-submission-form .form-managed-file .button[name*="_remove_button"], .webform-submission-form .form-managed-file button[name*="_remove_button"],
  .webform-submission-form .form-managed-file input[name*="_remove_button"][type="submit"],
  .webform-submission-form .form-managed-file input[name*="_remove_button"][type="reset"],
  .webform-submission-form .form-managed-file input[name*="_remove_button"][type="button"], .webform-submission-form .form-managed-file .region--content .form-item .description a.button[name*="_remove_button"], .region--content .form-item .description .webform-submission-form .form-managed-file a.button[name*="_remove_button"], .webform-submission-form .form-managed-file .button-red[name*="_remove_button"], .webform-submission-form .form-managed-file .button-edit[name*="_remove_button"], .webform-submission-form .form-managed-file #block-custom-permissions-openid-login a[name*="_remove_button"], #block-custom-permissions-openid-login .webform-submission-form .form-managed-file a[name*="_remove_button"], .webform-submission-form .form-managed-file .paid-article-notice .paid-article-notice--link[name*="_remove_button"], .paid-article-notice .webform-submission-form .form-managed-file .paid-article-notice--link[name*="_remove_button"], .webform-submission-form .form-managed-file .block--logout-block a[name*="_remove_button"]:not(.logged-in-openid), .block--logout-block .webform-submission-form .form-managed-file a[name*="_remove_button"]:not(.logged-in-openid), .webform-submission-form .form-managed-file .block--openid-connect-login a[name*="_remove_button"]:not(.logged-in-openid), .block--openid-connect-login .webform-submission-form .form-managed-file a[name*="_remove_button"]:not(.logged-in-openid), .webform-submission-form .form-managed-file .paragraph--type--button.button-style--button a[name*="_remove_button"], .paragraph--type--button.button-style--button .webform-submission-form .form-managed-file a[name*="_remove_button"], .webform-submission-form .form-managed-file .paragraph--type--button.button-style--cta a[name*="_remove_button"], .paragraph--type--button.button-style--cta .webform-submission-form .form-managed-file a[name*="_remove_button"], .webform-submission-form .form-managed-file .del-show-more a[name*="_remove_button"], .del-show-more .webform-submission-form .form-managed-file a[name*="_remove_button"], .webform-submission-form .form-managed-file .company-button a[name*="_remove_button"], .company-button .webform-submission-form .form-managed-file a[name*="_remove_button"], .webform-submission-form .form-managed-file .tf-menu li a[name*="_remove_button"], .tf-menu li .webform-submission-form .form-managed-file a[name*="_remove_button"], .webform-submission-form .form-managed-file .tf-buttons li a[name*="_remove_button"], .tf-buttons li .webform-submission-form .form-managed-file a[name*="_remove_button"] {
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 10px 20px; }

.webform-submission-form .form-managed-file .file {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  display: block;
  margin-bottom: 10px; }

.webform-submission-form .form-managed-file .option .file {
  display: inline-block;
  margin-bottom: 0; }

.webform-submission-form .form-managed-file .description {
  display: none; }

.webform-submission-form .form-managed-file .messages {
  display: none; }

.webform-options-display-two-columns,
.webform-options-display-three-columns {
  margin-top: 0; }
  .webform-options-display-two-columns div.form-item,
  .webform-options-display-three-columns div.form-item {
    margin-bottom: 10px; }

.layout-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  background: white; }
  .layout-container:after {
    content: " ";
    display: block;
    clear: both; }

.content-wrapper {
  padding: 0 20px 20px;
  background: white; }
  .content-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media only print {
    .content-wrapper {
      padding-top: 0;
      padding-right: 0;
      padding-left: 0; } }

.site-wrapper {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .site-wrapper:after {
    content: " ";
    display: block;
    clear: both; }

.region-ad-top .google-ads-slot-caption, .region-ad-left .google-ads-slot-caption, .region-ad-right .google-ads-slot-caption {
  display: none; }

.region-ad-left, .region-ad-right {
  position: absolute; }
  .region-ad-left .block--google-ads-block, .region-ad-right .block--google-ads-block {
    margin-bottom: 10px; }
  .layout-container > .region-ad-left, .layout-container > .region-ad-right {
    box-sizing: content-box; }
  @media (min-width: 64.0625em) {
    .region-ad-left, .region-ad-right {
      display: block; } }
  .lt-ie9 .region-ad-left, .lt-ie9 .region-ad-right {
    display: block; }
  @media only print {
    .region-ad-left, .region-ad-right {
      display: none; } }

.region-ad-left {
  right: 100%;
  top: 0;
  padding: 0 10px 0 0;
  text-align: right; }
  .region-ad-left img {
    display: inline-block; }
  @media (max-width: 98.75em) {
    .region-ad-left {
      display: none; } }

.region-ad-right {
  left: 100%;
  top: 0;
  padding: 0 0 0 10px; }
  @media (max-width: 98.75em) {
    .region-ad-right {
      display: none; } }

.region-ad-top {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  margin: 0 auto;
  position: relative;
  text-align: left; }
  .region-ad-top:after {
    content: " ";
    display: block;
    clear: both; }
  .region-ad-top > div > div {
    padding-bottom: 10px; }
  .region-ad-top > * {
    box-sizing: border-box; }

.region--content {
  padding: 20px 0 0;
  background: white; }
  @media (min-width: 48.0625em) {
    .region--content {
      width: 74.56446%;
      float: left;
      margin-right: 1.74216%; } }
  @media (min-width: 48.0625em) {
    .region--content {
      max-width: calc(100% - 300px - 2.33645%); }
      body.sidebar-left .region--content {
        float: right;
        margin-right: 0; }
      .no-sidebar .region--content {
        max-width: 100%;
        width: auto;
        margin-right: 0;
        float: none;
        clear: both; } }
  .region--content p a, .region--content .paragraph--type--text a, .region--content .paragraph--type--external-content a, .region--content .form-item .description a {
    color: #008cb4;
    text-decoration: none;
    transition: 0.2s;
    transition-timing-function: ease-in; }
    .region--content p a:hover, .region--content .paragraph--type--text a:hover, .region--content .paragraph--type--external-content a:hover, .region--content .form-item .description a:hover {
      text-decoration: underline; }

.node-preview #masquerade-block-form, .node-preview .button.edit.cta, .node-preview button.edit.cta, .node-preview .webform-submission-form button.edit.button--primary, .webform-submission-form .node-preview button.edit.button--primary,
.node-preview input.edit.cta[type="submit"], .node-preview .webform-submission-form input.edit.button--primary[type="submit"], .webform-submission-form .node-preview input.edit.button--primary[type="submit"],
.node-preview input.edit.cta[type="reset"], .node-preview .webform-submission-form input.edit.button--primary[type="reset"], .webform-submission-form .node-preview input.edit.button--primary[type="reset"],
.node-preview input.edit.cta[type="button"], .node-preview .webform-submission-form input.edit.button--primary[type="button"], .webform-submission-form .node-preview input.edit.button--primary[type="button"], .node-preview .webform-submission-form .button.edit.button--primary, .webform-submission-form .node-preview .button.edit.button--primary, .node-preview .webform-submission-form .region--content .form-item .description a.edit.button--primary.button, .webform-submission-form .region--content .form-item .description .node-preview a.edit.button--primary.button, .node-preview .region--content .form-item .description .webform-submission-form a.edit.button--primary.button, .region--content .form-item .description .webform-submission-form .node-preview a.edit.button--primary.button, .node-preview .webform-submission-form .edit.button--primary.button-red, .webform-submission-form .node-preview .edit.button--primary.button-red, .node-preview .webform-submission-form .edit.button--primary.button-edit, .webform-submission-form .node-preview .edit.button--primary.button-edit, .node-preview .webform-submission-form #block-custom-permissions-openid-login a.edit.button--primary, .webform-submission-form #block-custom-permissions-openid-login .node-preview a.edit.button--primary, .node-preview #block-custom-permissions-openid-login .webform-submission-form a.edit.button--primary, #block-custom-permissions-openid-login .webform-submission-form .node-preview a.edit.button--primary, .node-preview .webform-submission-form .paid-article-notice .edit.button--primary.paid-article-notice--link, .webform-submission-form .paid-article-notice .node-preview .edit.button--primary.paid-article-notice--link, .node-preview .paid-article-notice .webform-submission-form .edit.button--primary.paid-article-notice--link, .paid-article-notice .webform-submission-form .node-preview .edit.button--primary.paid-article-notice--link, .node-preview .webform-submission-form .block--logout-block a.edit.button--primary:not(.logged-in-openid), .webform-submission-form .block--logout-block .node-preview a.edit.button--primary:not(.logged-in-openid), .node-preview .block--logout-block .webform-submission-form a.edit.button--primary:not(.logged-in-openid), .block--logout-block .webform-submission-form .node-preview a.edit.button--primary:not(.logged-in-openid), .node-preview .webform-submission-form .block--openid-connect-login a.edit.button--primary:not(.logged-in-openid), .webform-submission-form .block--openid-connect-login .node-preview a.edit.button--primary:not(.logged-in-openid), .node-preview .block--openid-connect-login .webform-submission-form a.edit.button--primary:not(.logged-in-openid), .block--openid-connect-login .webform-submission-form .node-preview a.edit.button--primary:not(.logged-in-openid), .node-preview .webform-submission-form .paragraph--type--button.button-style--button a.edit.button--primary, .webform-submission-form .paragraph--type--button.button-style--button .node-preview a.edit.button--primary, .node-preview .paragraph--type--button.button-style--button .webform-submission-form a.edit.button--primary, .paragraph--type--button.button-style--button .webform-submission-form .node-preview a.edit.button--primary, .node-preview .webform-submission-form .paragraph--type--button.button-style--cta a.edit.button--primary, .webform-submission-form .paragraph--type--button.button-style--cta .node-preview a.edit.button--primary, .node-preview .paragraph--type--button.button-style--cta .webform-submission-form a.edit.button--primary, .paragraph--type--button.button-style--cta .webform-submission-form .node-preview a.edit.button--primary, .node-preview .webform-submission-form .del-show-more a.edit.button--primary, .webform-submission-form .del-show-more .node-preview a.edit.button--primary, .node-preview .del-show-more .webform-submission-form a.edit.button--primary, .del-show-more .webform-submission-form .node-preview a.edit.button--primary, .node-preview .webform-submission-form .company-button a.edit.button--primary, .webform-submission-form .company-button .node-preview a.edit.button--primary, .node-preview .company-button .webform-submission-form a.edit.button--primary, .company-button .webform-submission-form .node-preview a.edit.button--primary, .node-preview .webform-submission-form .tf-menu li a.edit.button--primary, .webform-submission-form .tf-menu li .node-preview a.edit.button--primary, .node-preview .tf-menu li .webform-submission-form a.edit.button--primary, .tf-menu li .webform-submission-form .node-preview a.edit.button--primary, .node-preview .webform-submission-form .tf-buttons li a.edit.button--primary, .webform-submission-form .tf-buttons li .node-preview a.edit.button--primary, .node-preview .tf-buttons li .webform-submission-form a.edit.button--primary, .tf-buttons li .webform-submission-form .node-preview a.edit.button--primary, .node-preview .region--content p a.edit.cta.button, .region--content p .node-preview a.edit.cta.button, .node-preview .region--content p .webform-submission-form a.edit.button.button--primary, .region--content p .webform-submission-form .node-preview a.edit.button.button--primary, .node-preview .webform-submission-form .region--content p a.edit.button.button--primary, .webform-submission-form .region--content p .node-preview a.edit.button.button--primary, .node-preview .region--content p .block--custom-permissions-message .message a.edit.button, .region--content p .block--custom-permissions-message .message .node-preview a.edit.button, .node-preview .block--custom-permissions-message .message .region--content p a.edit.button, .block--custom-permissions-message .message .region--content p .node-preview a.edit.button, .node-preview .region--content p .paragraph--type--button.button-style--cta a.edit, .region--content p .paragraph--type--button.button-style--cta .node-preview a.edit, .node-preview .paragraph--type--button.button-style--cta .region--content p a.edit, .paragraph--type--button.button-style--cta .region--content p .node-preview a.edit, .node-preview .region--content .paragraph--type--text a.edit.cta.button, .region--content .paragraph--type--text .node-preview a.edit.cta.button, .node-preview .region--content .paragraph--type--text .webform-submission-form a.edit.button.button--primary, .region--content .paragraph--type--text .webform-submission-form .node-preview a.edit.button.button--primary, .node-preview .webform-submission-form .region--content .paragraph--type--text a.edit.button.button--primary, .webform-submission-form .region--content .paragraph--type--text .node-preview a.edit.button.button--primary, .node-preview .region--content .paragraph--type--text .block--custom-permissions-message .message a.edit.button, .region--content .paragraph--type--text .block--custom-permissions-message .message .node-preview a.edit.button, .node-preview .block--custom-permissions-message .message .region--content .paragraph--type--text a.edit.button, .block--custom-permissions-message .message .region--content .paragraph--type--text .node-preview a.edit.button, .node-preview .region--content .paragraph--type--text .paragraph--type--button.button-style--cta a.edit, .region--content .paragraph--type--text .paragraph--type--button.button-style--cta .node-preview a.edit, .node-preview .paragraph--type--button.button-style--cta .region--content .paragraph--type--text a.edit, .paragraph--type--button.button-style--cta .region--content .paragraph--type--text .node-preview a.edit, .node-preview .region--content .paragraph--type--external-content a.edit.cta.button, .region--content .paragraph--type--external-content .node-preview a.edit.cta.button, .node-preview .region--content .paragraph--type--external-content .webform-submission-form a.edit.button.button--primary, .region--content .paragraph--type--external-content .webform-submission-form .node-preview a.edit.button.button--primary, .node-preview .webform-submission-form .region--content .paragraph--type--external-content a.edit.button.button--primary, .webform-submission-form .region--content .paragraph--type--external-content .node-preview a.edit.button.button--primary, .node-preview .region--content .paragraph--type--external-content .block--custom-permissions-message .message a.edit.button, .region--content .paragraph--type--external-content .block--custom-permissions-message .message .node-preview a.edit.button, .node-preview .block--custom-permissions-message .message .region--content .paragraph--type--external-content a.edit.button, .block--custom-permissions-message .message .region--content .paragraph--type--external-content .node-preview a.edit.button, .node-preview .region--content .paragraph--type--external-content .paragraph--type--button.button-style--cta a.edit, .region--content .paragraph--type--external-content .paragraph--type--button.button-style--cta .node-preview a.edit, .node-preview .paragraph--type--button.button-style--cta .region--content .paragraph--type--external-content a.edit, .paragraph--type--button.button-style--cta .region--content .paragraph--type--external-content .node-preview a.edit, .node-preview .region--content .form-item .description a.edit.cta.button, .region--content .form-item .description .node-preview a.edit.cta.button, .node-preview .region--content .form-item .description .block--custom-permissions-message .message a.edit.button, .region--content .form-item .description .block--custom-permissions-message .message .node-preview a.edit.button, .node-preview .block--custom-permissions-message .message .region--content .form-item .description a.edit.button, .block--custom-permissions-message .message .region--content .form-item .description .node-preview a.edit.button, .node-preview .region--content .form-item .description .paragraph--type--button.button-style--cta a.edit, .region--content .form-item .description .paragraph--type--button.button-style--cta .node-preview a.edit, .node-preview .paragraph--type--button.button-style--cta .region--content .form-item .description a.edit, .paragraph--type--button.button-style--cta .region--content .form-item .description .node-preview a.edit, .node-preview .edit.cta.button-red, .node-preview .edit.cta.button-edit, .node-preview .block--custom-permissions-message .message a.edit.button-edit, .block--custom-permissions-message .message .node-preview a.edit.button-edit, .node-preview .paragraph--type--button.button-style--cta a.edit.button-edit, .paragraph--type--button.button-style--cta .node-preview a.edit.button-edit, .node-preview .block--custom-permissions-message .message a.edit.button-red, .block--custom-permissions-message .message .node-preview a.edit.button-red, .node-preview .paragraph--type--button.button-style--cta a.edit.button-red, .paragraph--type--button.button-style--cta .node-preview a.edit.button-red, .node-preview .block--custom-permissions-message .message a.button.edit, .block--custom-permissions-message .message .node-preview a.button.edit, .node-preview .block--custom-permissions-message .message #block-custom-permissions-openid-login a.edit, .block--custom-permissions-message .message #block-custom-permissions-openid-login .node-preview a.edit, .node-preview #block-custom-permissions-openid-login .block--custom-permissions-message .message a.edit, #block-custom-permissions-openid-login .block--custom-permissions-message .message .node-preview a.edit, .node-preview .block--custom-permissions-message .message .paid-article-notice a.edit.paid-article-notice--link, .block--custom-permissions-message .message .paid-article-notice .node-preview a.edit.paid-article-notice--link, .node-preview .paid-article-notice .block--custom-permissions-message .message a.edit.paid-article-notice--link, .paid-article-notice .block--custom-permissions-message .message .node-preview a.edit.paid-article-notice--link, .node-preview .block--custom-permissions-message .message .block--logout-block a.edit:not(.logged-in-openid), .block--custom-permissions-message .message .block--logout-block .node-preview a.edit:not(.logged-in-openid), .node-preview .block--logout-block .block--custom-permissions-message .message a.edit:not(.logged-in-openid), .block--logout-block .block--custom-permissions-message .message .node-preview a.edit:not(.logged-in-openid), .node-preview .block--custom-permissions-message .message .block--openid-connect-login a.edit:not(.logged-in-openid), .block--custom-permissions-message .message .block--openid-connect-login .node-preview a.edit:not(.logged-in-openid), .node-preview .block--openid-connect-login .block--custom-permissions-message .message a.edit:not(.logged-in-openid), .block--openid-connect-login .block--custom-permissions-message .message .node-preview a.edit:not(.logged-in-openid), .node-preview .block--custom-permissions-message .message .paragraph--type--button.button-style--button a.edit, .block--custom-permissions-message .message .paragraph--type--button.button-style--button .node-preview a.edit, .node-preview .paragraph--type--button.button-style--button .block--custom-permissions-message .message a.edit, .paragraph--type--button.button-style--button .block--custom-permissions-message .message .node-preview a.edit, .node-preview .block--custom-permissions-message .message .paragraph--type--button.button-style--cta a.edit, .block--custom-permissions-message .message .paragraph--type--button.button-style--cta .node-preview a.edit, .node-preview .paragraph--type--button.button-style--cta .block--custom-permissions-message .message a.edit, .paragraph--type--button.button-style--cta .block--custom-permissions-message .message .node-preview a.edit, .node-preview .block--custom-permissions-message .message .del-show-more a.edit, .block--custom-permissions-message .message .del-show-more .node-preview a.edit, .node-preview .del-show-more .block--custom-permissions-message .message a.edit, .del-show-more .block--custom-permissions-message .message .node-preview a.edit, .node-preview .block--custom-permissions-message .message .company-button a.edit, .block--custom-permissions-message .message .company-button .node-preview a.edit, .node-preview .company-button .block--custom-permissions-message .message a.edit, .company-button .block--custom-permissions-message .message .node-preview a.edit, .node-preview .block--custom-permissions-message .message .tf-menu li a.edit, .block--custom-permissions-message .message .tf-menu li .node-preview a.edit, .node-preview .tf-menu li .block--custom-permissions-message .message a.edit, .tf-menu li .block--custom-permissions-message .message .node-preview a.edit, .node-preview .block--custom-permissions-message .message .tf-buttons li a.edit, .block--custom-permissions-message .message .tf-buttons li .node-preview a.edit, .node-preview .tf-buttons li .block--custom-permissions-message .message a.edit, .tf-buttons li .block--custom-permissions-message .message .node-preview a.edit, .node-preview #block-custom-permissions-openid-login a.edit.cta, #block-custom-permissions-openid-login .node-preview a.edit.cta, .node-preview #block-custom-permissions-openid-login .paragraph--type--button.button-style--cta a.edit, #block-custom-permissions-openid-login .paragraph--type--button.button-style--cta .node-preview a.edit, .node-preview .paragraph--type--button.button-style--cta #block-custom-permissions-openid-login a.edit, .paragraph--type--button.button-style--cta #block-custom-permissions-openid-login .node-preview a.edit, .node-preview .paid-article-notice .edit.cta.paid-article-notice--link, .paid-article-notice .node-preview .edit.cta.paid-article-notice--link, .node-preview .paid-article-notice .paragraph--type--button.button-style--cta a.edit.paid-article-notice--link, .paid-article-notice .paragraph--type--button.button-style--cta .node-preview a.edit.paid-article-notice--link, .node-preview .paragraph--type--button.button-style--cta .paid-article-notice a.edit.paid-article-notice--link, .paragraph--type--button.button-style--cta .paid-article-notice .node-preview a.edit.paid-article-notice--link, .node-preview .block--logout-block a.edit.cta:not(.logged-in-openid), .block--logout-block .node-preview a.edit.cta:not(.logged-in-openid), .node-preview .block--logout-block .paragraph--type--button.button-style--cta a.edit:not(.logged-in-openid), .block--logout-block .paragraph--type--button.button-style--cta .node-preview a.edit:not(.logged-in-openid), .node-preview .paragraph--type--button.button-style--cta .block--logout-block a.edit:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--logout-block .node-preview a.edit:not(.logged-in-openid), .node-preview .block--openid-connect-login a.edit.cta:not(.logged-in-openid), .block--openid-connect-login .node-preview a.edit.cta:not(.logged-in-openid), .node-preview .block--openid-connect-login .paragraph--type--button.button-style--cta a.edit:not(.logged-in-openid), .block--openid-connect-login .paragraph--type--button.button-style--cta .node-preview a.edit:not(.logged-in-openid), .node-preview .paragraph--type--button.button-style--cta .block--openid-connect-login a.edit:not(.logged-in-openid), .paragraph--type--button.button-style--cta .block--openid-connect-login .node-preview a.edit:not(.logged-in-openid), .node-preview .paragraph--type--button.button-style--button a.edit.cta, .paragraph--type--button.button-style--button .node-preview a.edit.cta, .node-preview .paragraph--type--button.button-style--button .paragraph--type--button.button-style--cta a.edit, .paragraph--type--button.button-style--button .paragraph--type--button.button-style--cta .node-preview a.edit, .node-preview .paragraph--type--button.button-style--cta .paragraph--type--button.button-style--button a.edit, .paragraph--type--button.button-style--cta .paragraph--type--button.button-style--button .node-preview a.edit, .node-preview .paragraph--type--button.button-style--cta a.edit, .paragraph--type--button.button-style--cta .node-preview a.edit, .node-preview .del-show-more a.edit.cta, .del-show-more .node-preview a.edit.cta, .node-preview .del-show-more .paragraph--type--button.button-style--cta a.edit, .del-show-more .paragraph--type--button.button-style--cta .node-preview a.edit, .node-preview .paragraph--type--button.button-style--cta .del-show-more a.edit, .paragraph--type--button.button-style--cta .del-show-more .node-preview a.edit, .node-preview .company-button a.edit.cta, .company-button .node-preview a.edit.cta, .node-preview .company-button .paragraph--type--button.button-style--cta a.edit, .company-button .paragraph--type--button.button-style--cta .node-preview a.edit, .node-preview .paragraph--type--button.button-style--cta .company-button a.edit, .paragraph--type--button.button-style--cta .company-button .node-preview a.edit, .node-preview .tf-menu li a.edit.cta, .tf-menu li .node-preview a.edit.cta, .node-preview .tf-menu li .paragraph--type--button.button-style--cta a.edit, .tf-menu li .paragraph--type--button.button-style--cta .node-preview a.edit, .node-preview .paragraph--type--button.button-style--cta .tf-menu li a.edit, .paragraph--type--button.button-style--cta .tf-menu li .node-preview a.edit, .node-preview .tf-buttons li a.edit.cta, .tf-buttons li .node-preview a.edit.cta, .node-preview .tf-buttons li .paragraph--type--button.button-style--cta a.edit, .tf-buttons li .paragraph--type--button.button-style--cta .node-preview a.edit, .node-preview .paragraph--type--button.button-style--cta .tf-buttons li a.edit, .paragraph--type--button.button-style--cta .tf-buttons li .node-preview a.edit {
  display: none; }

.paragraph--type--facebook {
  overflow: hidden; }

.region--post-footer {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }
  .region--post-footer:after {
    content: " ";
    display: block;
    clear: both; }

.region--footer {
  background: lightgrey;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 10px; }
  .region--footer::after {
    clear: both;
    content: "";
    display: table; }
  .region--footer a {
    color: #333333; }
    .region--footer a:hover {
      background: white;
      color: #008cb4; }
  .region--footer li > span.privacy-manager {
    cursor: pointer;
    color: #333333;
    padding: 10px 20px;
    display: block; }
    .region--footer li > span.privacy-manager:hover {
      color: #008cb4;
      background: white; }
  .region--footer .footer--social-platforms svg {
    display: none; }
  .region--footer .footer--social-platforms li:last-child {
    margin: 0; }
  @media (max-width: 48em) {
    .region--footer .footer--social-platforms {
      display: flex;
      justify-content: center;
      margin-bottom: -10px; }
      .region--footer .footer--social-platforms li {
        margin-right: 14px; } }

.toolbar-tray-horizontal ul li.menu-item--expanded .menu-item > ul ul {
  overflow-x: scroll;
  max-height: 600px;
  width: 250px; }

.region--header {
  position: relative;
  padding: 35px 20px 50px;
  min-height: 180px;
  background: #c8e6f0;
  color: white; }
  @media (max-width: 64em) {
    .region--header {
      min-height: unset;
      height: auto;
      padding-bottom: 10px;
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: space-between; } }
  .region--header a {
    color: white; }

.region--hidden-section {
  background-color: #008cb4;
  color: #fff; }
  .region--hidden-section::after {
    clear: both;
    content: "";
    display: table; }
  .region--hidden-section .hidden-section-wrap > div {
    position: relative;
    display: none;
    padding: 20px 0 50px; }
  @media (min-width: 64em) {
    .region--hidden-section .hidden-section-wrap {
      padding-right: 0; } }
  @media (min-width: 48em) {
    .region--hidden-section .hidden-section-wrap {
      padding-right: 0; } }
  .region--hidden-section .hidden-section-wrap .close {
    content: '';
    display: block;
    line-height: 0;
    font-size: 0;
    position: absolute;
    right: 15px;
    top: 35px;
    opacity: 0.8;
    z-index: 1; }
    .region--hidden-section .hidden-section-wrap .close:hover {
      opacity: 1; }
  .region--hidden-section a {
    color: #fff; }

.ui-tooltip-content > {
  float: none;
  width: 100%; }

.ui-tooltip-content .node--type--article.node--view-mode--teaser .article--teaser-image {
  float: none;
  width: 100%;
  padding-bottom: 20px; }

.ui-tooltip-content .node--type--article.node--view-mode--teaser .article--teaser-content {
  font-size: medium;
  float: none;
  width: 100%; }
  .ui-tooltip-content .node--type--article.node--view-mode--teaser .article--teaser-content .headline {
    padding-bottom: 20px; }

.region--navigation {
  background: #008cb4;
  color: white; }
  .region--navigation a {
    color: white; }

.region--sidebar {
  min-width: 300px;
  padding: 20px 0; }
  @media (min-width: 48.0625em) {
    .region--sidebar {
      width: 23.69338%;
      float: right;
      margin-right: 0; } }
  @media (max-width: 48em) {
    .region--sidebar {
      display: none; } }
  @media only print {
    .region--sidebar {
      display: none; } }
  @media (min-width: 48.0625em) {
    body.sidebar-left .region--sidebar {
      width: 23.69338%;
      float: left;
      margin-right: 1.74216%; } }
  @media (max-width: 48em) {
    body.companies-overview .region--sidebar {
      display: block; } }
  .region--sidebar .teaser.teaser--unordered-list .teaser-content--headline {
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem; }
  .region--sidebar .paragraph--type--section-paragraph .paragraph--type--insert-library {
    margin-left: 1px;
    margin-right: 0;
    margin-top: -19px; }
    .region--sidebar .paragraph--type--section-paragraph .paragraph--type--insert-library .paragraph--type--button, .region--sidebar .paragraph--type--section-paragraph .paragraph--type--insert-library .paragraph--type--text {
      margin-left: 20px;
      margin-right: 20px; }

.region--stage {
  padding: 0 20px;
  background: white;
  overflow: hidden; }

.ui-accordion-header {
  background: none;
  line-height: inherit;
  border: none;
  margin: 0;
  position: relative;
  cursor: pointer;
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #333333;
  border-bottom: 1px solid #008cb4;
  padding-top: 10px;
  padding-bottom: 10px; }
  .ui-accordion-header:first-child {
    border-top: none; }
  @media only print {
    .ui-accordion-header {
      border: none; } }
  .ui-accordion-header .ui-accordion-header-icon {
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    background: none;
    text-indent: 0;
    overflow: inherit; }
    .ui-accordion-header .ui-accordion-header-icon:before {
      position: relative;
      right: -3px;
      content: "\f0da";
      vertical-align: top; }
  .ui-accordion-header:hover {
    cursor: pointer;
    color: #008cb4; }
  .ui-accordion-header:focus {
    outline: 0; }
  .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before {
    content: "\f0d7";
    top: -5px;
    right: 0; }
  @media only print {
    .ui-accordion-header {
      padding: 8px 0; }
      .ui-accordion-header:before {
        display: none; } }

.ui-accordion-content {
  background: none;
  border: none;
  color: inherit;
  padding: 20px 0;
  border-bottom: 1px solid rgba(64, 64, 64, 0.2); }
  .ui-accordion-content::after {
    clear: both;
    content: "";
    display: table; }
  @media only print {
    .ui-accordion-content {
      display: block !important;
      page-break-inside: avoid; } }

.paragraph--type--accordion.ui-widget.ui-widget-content {
  border: none; }

.ui--tabs .tabs--nav {
  border: none;
  background: none;
  padding: 0; }
  .ui--tabs .tabs--nav .tab {
    margin: 1px 10px 0 0;
    border-radius: 0;
    border: 0;
    background: #F4F4F4;
    color: #333333; }
    .ui--tabs .tabs--nav .tab a {
      color: #333333; }
    .ui--tabs .tabs--nav .tab:hover {
      background: #008cb4;
      color: white; }
      .ui--tabs .tabs--nav .tab:hover a {
        color: white; }
    .ui--tabs .tabs--nav .tab.ui-state-active {
      background: #EDEDED;
      color: #333333;
      border: 1px solid #CCCCCC;
      border-bottom: none; }
      .ui--tabs .tabs--nav .tab.ui-state-active a {
        color: #333333;
        outline: none; }

.ui--tabs .ui-tabs-panel {
  background: #EDEDED;
  border: 1px solid #CCCCCC; }

#block-views-block-search-block-search-results nav.pager {
  margin-top: 40px;
  text-align: left; }
  #block-views-block-search-block-search-results nav.pager > ul {
    font-size: 0; }
    #block-views-block-search-block-search-results nav.pager > ul > li.pager__item {
      margin-right: 0;
      max-width: 40px;
      width: 40px; }
      #block-views-block-search-block-search-results nav.pager > ul > li.pager__item > a {
        padding: 10px !important;
        border: none;
        height: 40px;
        max-height: 40px; }
    #block-views-block-search-block-search-results nav.pager > ul > li.pager__item.is-active > a {
      background-color: rgba(0, 0, 0, 0);
      font-weight: bold;
      height: 40px;
      max-height: 40px; }

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.66s;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  padding: 12px 10px 12px;
  box-shadow: 0 1px 5px rgba(51, 51, 51, 0.33); }
  #back-to-top .arrow {
    display: inline-block;
    border: solid #333333;
    border-width: 0 5px 5px 0;
    padding: 5px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-bottom: -4px; }
  @media (min-width: 48em) {
    #back-to-top {
      display: block; }
      .scrolled-back #back-to-top {
        opacity: 1;
        pointer-events: auto; } }
  @media only print {
    #back-to-top {
      display: none; } }

.button-red, .button-edit {
  color: white;
  background: #008cb4;
  border: 1px solid #008cb4;
  text-decoration: none;
  transition: all 0.4s; }
  .button-red:hover, .button-edit:hover {
    color: #008cb4;
    background: white;
    text-decoration: none; }

.button-edit {
  float: right;
  margin-top: 20px; }
  @media only print {
    .button-edit {
      display: none; } }

.content_extension {
  position: relative; }
  .content_extension .bold {
    font-weight: bold; }
  .content_extension em.authors-mark--no {
    font-style: normal; }
  .content_extension .drimage {
    margin: 40px auto 40px auto; }
    .content_extension .drimage img {
      margin: 0 auto; }
    .content_extension .drimage figcaption {
      text-align: center; }

#sliding-popup {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
  left: 0;
  right: 0; }

.eu-cookie-compliance-content {
  position: relative;
  display: block;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  text-align: inherit;
  padding: 20px 20px; }
  .eu-cookie-compliance-content:after {
    content: " ";
    display: block;
    clear: both; }

.eu-cookie-compliance-message {
  max-width: none;
  float: none;
  text-align: left; }

.eu-cookie-compliance-buttons {
  max-width: none;
  float: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: right; }
  @media (max-width: 64em) {
    .eu-cookie-compliance-buttons {
      position: static;
      -webkit-transform: none;
              transform: none;
      text-align: center;
      margin-top: 20px; } }

.eu-cookie-compliance-default-button {
  display: inline-block; }

.eu-cookie-withdraw-wrapper {
  display: none !important; }

.permission-lock {
  opacity: .82; }
  .permission-lock:before {
    content: "\f023";
    vertical-align: 2px;
    font-size: 0.7em;
    padding-left: 3px; }
  .permission-lock.permission-lock-open:before {
    vertical-align: 2px;
    content: "\f3c1"; }
  .permission-lock.permission-lock-icon--currency:before {
    content: "\f153"; }
  .permission-lock.permission-lock-icon--currency.permission-lock-open:before {
    content: "\f153"; }
  .permission-lock.permission-lock--open-access:before {
    content: none !important; }

span.ext {
  display: inline-block; }

svg.ext {
  margin-left: 3px;
  width: 18px;
  height: 17px;
  fill: #008cb4; }
  svg.ext path {
    stroke: #008cb4; }

.file--view-mode-full .field--label {
  font-weight: bold; }

.ge-archive {
  list-style-type: square;
  padding-left: 1.5em; }
  .ge-archive .teaser {
    display: block; }

.block--views-blockglossary-glossary .views-row .teaser .teaser-content--publishing-date, .block--views-blockglossary-glossary .views-row .teaser .teaser-content--publishing-date-divider {
  display: none; }

.ui-widget {
  font-family: inherit;
  font-size: inherit; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.ui-helper-reset {
  line-height: inherit; }

.kicker, .teaser-content--kicker {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #008cb4; }
  @media (max-width: 48em) {
    .kicker, .teaser-content--kicker {
      font-weight: 400; } }
  @media (max-width: 48em) {
    .kicker, .teaser-content--kicker {
      font-family: "museo-sans-condensed", sans-serif; } }
  @media (max-width: 48em) {
    .kicker, .teaser-content--kicker {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 17px;
      line-height: 1.7rem; } }
  @media (max-width: 48em) {
    .kicker, .teaser-content--kicker {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 17px;
      line-height: 1.7rem; } }

.media--loading:not([data-animation])::before,
.is-b-loading:not([data-animation])::before {
  background: transparent; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 0;
  padding-right: 16px; }
  .mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover {
    background: none;
    border: none; }

.mfp-title {
  padding-right: 0; }
  .mfp-title .copyright {
    float: right;
    text-align: right; }

button.mfp-arrow {
  margin-top: 0;
  height: auto;
  width: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  button.mfp-arrow:before {
    display: none; }
  button.mfp-arrow:after {
    border: none;
    margin: 0;
    position: static; }
  button.mfp-arrow:active {
    margin-top: 0; }

.mfp-arrow-right {
  right: 20px; }

.mfp-arrow-left {
  left: 20px; }

.node-preview-container {
  box-sizing: border-box;
  width: auto;
  left: 0; }
  .node-preview-container .node-preview-backlink {
    display: inline-block;
    background-color: #008cb4;
    color: white;
    padding: 8px 16px;
    text-decoration: none; }
    .node-preview-container .node-preview-backlink:hover {
      background-color: #00789b; }
  .node-preview-container .form-item-view-mode {
    display: none; }

.pager {
  margin-top: 40px;
  clear: both;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.65em;
  text-align: center; }

.pager__items {
  display: block;
  margin: 0;
  padding: 0; }

.pager__item {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top; }
  .pager__item.pager__item--last, .pager__item.pager__item--first {
    display: none; }
  .pager__item:last-child, .pager__item.pager__item--next {
    margin-right: 0; }
  .pager__item a {
    display: block;
    text-decoration: none; }
  .pager__item.pager__item--next a, .pager__item.pager__item--previous a {
    display: block; }

.swiper-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.swiper-container {
  overflow: hidden; }

.swiper-button-next, .swiper-button-prev {
  background: none;
  width: auto;
  border-radius: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  bottom: auto;
  height: auto;
  padding: 20px 0;
  margin-top: 0;
  opacity: 0.5;
  color: unset; }
  .swiper-button-next:before, .swiper-button-prev:before {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.65em;
    line-height: 1; }
  .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
    color: #008cb4;
    background: transparent; }
  .swiper-button-next:active, .swiper-button-prev:active {
    background: transparent; }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto; }
  .swiper-button-next:after, .swiper-button-prev:after {
    display: none; }

.swiper-button-prev {
  left: 0; }
  .swiper-button-prev:before {
    content: "\f053"; }

.swiper-button-next {
  right: 0; }
  .swiper-button-next:before {
    content: "\f054"; }

.swiper-pagination.swiper-pagination-bullets {
  position: static;
  padding-top: 10px; }
  .swiper-pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
    margin: 0 7px;
    width: 10px;
    height: 10px;
    opacity: 1;
    background: white;
    border-radius: 5px;
    border: 2px solid #404040; }
  .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #404040; }

@media only print {
  .swiper-wrapper, .swiper-slide {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    display: block !important;
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important; }
  .swiper-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .swiper-slide {
    display: none !important; }
    .swiper-slide.swiper-slide-active {
      display: block !important; }
  .swiper-pagination, .swiper-button-prev, .swiper-button-next, .swiper-slide-duplicate {
    display: none !important; } }

.joyride-tip-guide {
  z-index: 99999; }
  .joyride-tip-guide .button, .joyride-tip-guide button,
  .joyride-tip-guide input[type="submit"],
  .joyride-tip-guide input[type="reset"],
  .joyride-tip-guide input[type="button"], .joyride-tip-guide .region--content p a.button, .region--content p .joyride-tip-guide a.button, .joyride-tip-guide .region--content .paragraph--type--text a.button, .region--content .paragraph--type--text .joyride-tip-guide a.button, .joyride-tip-guide .region--content .paragraph--type--external-content a.button, .region--content .paragraph--type--external-content .joyride-tip-guide a.button, .joyride-tip-guide .region--content .form-item .description a.button, .region--content .form-item .description .joyride-tip-guide a.button, .joyride-tip-guide .button-red, .joyride-tip-guide .button-edit, .joyride-tip-guide #block-custom-permissions-openid-login a, #block-custom-permissions-openid-login .joyride-tip-guide a, .joyride-tip-guide .paid-article-notice .paid-article-notice--link, .paid-article-notice .joyride-tip-guide .paid-article-notice--link, .joyride-tip-guide .block--logout-block a:not(.logged-in-openid), .block--logout-block .joyride-tip-guide a:not(.logged-in-openid), .joyride-tip-guide .block--openid-connect-login a:not(.logged-in-openid), .block--openid-connect-login .joyride-tip-guide a:not(.logged-in-openid), .joyride-tip-guide .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--button .joyride-tip-guide a, .joyride-tip-guide .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .joyride-tip-guide a, .joyride-tip-guide .del-show-more a, .del-show-more .joyride-tip-guide a, .joyride-tip-guide .company-button a, .company-button .joyride-tip-guide a, .joyride-tip-guide .tf-menu li a, .tf-menu li .joyride-tip-guide a, .joyride-tip-guide .tf-buttons li a, .tf-buttons li .joyride-tip-guide a {
    color: black;
    text-decoration: none; }

.ui-widget-overlay {
  background: rgba(64, 64, 64, 0.1); }

.host--local #toolbar-administration #toolbar-bar:after, .host--staging #toolbar-administration #toolbar-bar:after, .host--live #toolbar-administration #toolbar-bar:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0.3em;
  line-height: 39px;
  z-index: -20; }

.host--local #toolbar-administration #toolbar-bar {
  background-color: #2d2d4e; }
  .host--local #toolbar-administration #toolbar-bar:after {
    content: 'Local';
    color: white; }

.host--staging #toolbar-administration #toolbar-bar {
  background-color: #203720; }
  .host--staging #toolbar-administration #toolbar-bar:after {
    content: 'Staging';
    color: white; }

.host--live #toolbar-administration #toolbar-bar {
  background-color: #463220; }
  .host--live #toolbar-administration #toolbar-bar:after {
    content: 'Live';
    color: white; }

.block--article-newsletter-block {
  background-color: #f0f0f0;
  padding: 20px;
  margin-top: 30px;
  position: relative;
  min-height: 170px; }
  .block--article-newsletter-block .block-content {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 48em) {
      .block--article-newsletter-block .block-content {
        flex-direction: row; } }
    .block--article-newsletter-block .block-content .newsletter-block-left {
      display: none; }
      @media (min-width: 48em) {
        .block--article-newsletter-block .block-content .newsletter-block-left {
          margin-right: 20px;
          width: 30%;
          min-height: 250px;
          display: flex;
          align-items: center; }
          .block--article-newsletter-block .block-content .newsletter-block-left img {
            height: auto;
            min-width: 137px;
            width: 90%; } }
    @media (min-width: 48em) and (min-width: 64em) {
      .block--article-newsletter-block .block-content .newsletter-block-left img {
        min-width: 200px; } }
    .block--article-newsletter-block .block-content .newsletter-block-right {
      position: relative;
      width: 100%; }
      @media (min-width: 48em) {
        .block--article-newsletter-block .block-content .newsletter-block-right {
          width: 70%; } }
      .block--article-newsletter-block .block-content .newsletter-block-right h3 {
        margin-bottom: 20px; }
      .block--article-newsletter-block .block-content .newsletter-block-right a:hover {
        cursor: pointer;
        text-decoration: none; }
      .block--article-newsletter-block .block-content .newsletter-block-right .newsletter-block-footer {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.65em; }
        .block--article-newsletter-block .block-content .newsletter-block-right .newsletter-block-footer svg {
          display: none; }
      .block--article-newsletter-block .block-content .newsletter-block-right .webform-submission-newsletter-subscription-form {
        margin-top: 10px;
        margin-bottom: 10px; }
        @media (min-width: 48em) {
          .block--article-newsletter-block .block-content .newsletter-block-right .webform-submission-newsletter-subscription-form {
            width: 80%; } }
        .block--article-newsletter-block .block-content .newsletter-block-right .webform-submission-newsletter-subscription-form label {
          display: none; }
        .block--article-newsletter-block .block-content .newsletter-block-right .webform-submission-newsletter-subscription-form input.webform-button--submit {
          width: 100%; }
        .block--article-newsletter-block .block-content .newsletter-block-right .webform-submission-newsletter-subscription-form .messages--status {
          position: absolute;
          z-index: 10;
          background-color: #f0f0f0;
          top: -26px;
          background-position: 8px 50%;
          border: 0;
          left: 0; }
          @media (min-width: 48em) {
            .block--article-newsletter-block .block-content .newsletter-block-right .webform-submission-newsletter-subscription-form .messages--status {
              top: -104px;
              left: 5px; } }
        .block--article-newsletter-block .block-content .newsletter-block-right .webform-submission-newsletter-subscription-form .webform-confirmation {
          z-index: 12;
          position: absolute;
          left: 12px;
          margin-top: 60px; }
          @media (min-width: 48em) {
            .block--article-newsletter-block .block-content .newsletter-block-right .webform-submission-newsletter-subscription-form .webform-confirmation {
              left: 16px;
              margin-top: 0; } }

.block--article-metadata {
  text-align: right;
  vertical-align: top;
  display: flex;
  flex-wrap: nowrap; }
  @media (min-width: 64.0625em) {
    .block--article-metadata {
      float: right; } }
  .lt-ie9 .block--article-metadata {
    float: right; }
  .block--article-metadata .article-meta--advertisement,
  .block--article-metadata .article-meta--permission-lock,
  .block--article-metadata .article-meta--open-access,
  .block--article-metadata .article-meta--ris {
    opacity: 1;
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    background: lightgrey;
    color: #333333;
    padding: 5px 10px;
    margin-left: 10px; }
  .block--article-metadata .article-meta--permission-lock {
    vertical-align: middle; }
    .block--article-metadata .article-meta--permission-lock:before {
      line-height: inherit;
      vertical-align: top;
      margin-right: .4em; }

.block--tag-cloud {
  margin-top: 40px; }
  .block--tag-cloud h4 {
    margin-bottom: 10px; }

.block--tag-cloud + div {
  clear: both; }

.verticals-breadcrumbs {
  vertical-align: middle;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 5px 0;
  display: inline-block; }
  .verticals-breadcrumbs ul {
    display: inline-block;
    padding: 0;
    margin: 0; }
    .verticals-breadcrumbs ul li {
      display: inline-block;
      list-style: none; }
      .verticals-breadcrumbs ul li:before {
        content: "\f105";
        position: relative;
        top: -1px;
        padding: 0 5px; }
      .verticals-breadcrumbs ul li:first-child:before {
        content: none;
        display: none; }
      .verticals-breadcrumbs ul li:first-child a:before {
        content: "\f015";
        position: relative;
        top: -1px;
        padding-right: 5px; }

.block--business-ad-block .businessad-slot-caption {
  text-align: left;
  font-style: italic;
  margin-bottom: 15px;
  display: none; }
  .block--business-ad-block .businessad-slot-caption.ready {
    display: block; }
  .block--business-ad-block .businessad-slot-caption.noad {
    display: none; }

@media only print {
  .block--business-ad-block {
    display: none !important; } }

#block-ba-text-ad {
  margin-top: 20px; }

#block-ba-super-banner .businessad-slot-caption {
  display: none; }

@media (max-width: 45.4375em) {
  #block-ba-super-banner {
    display: none !important; } }

#block-ba-sky .businessad-slot-caption {
  display: none; }

#block-ba-billboard {
  padding: 20px 0; }
  @media (max-width: 48.0625em) {
    #block-ba-billboard {
      display: none; } }

#block-ba-footer {
  padding-top: 20px;
  margin-bottom: 15px; }

#block-ba-cad-sidebar {
  margin-bottom: 20px; }

.block--custom-permissions-message {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #008cb4;
  color: white;
  padding: 20px;
  width: 50%; }
  .block--custom-permissions-message::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 48.0625em) and (max-width: 64em) {
    .block--custom-permissions-message {
      width: 80%; } }
  @media (max-width: 48em) {
    .block--custom-permissions-message {
      width: 100%; } }
  .block--custom-permissions-message .message h2,
  .block--custom-permissions-message .message h4 {
    color: #ef7d00; }
  .block--custom-permissions-message .message h2 {
    margin-bottom: 20px; }
  .block--custom-permissions-message .message h4 {
    text-transform: uppercase;
    margin-bottom: 10px; }
  .block--custom-permissions-message .message .block--openid-connect-login input.js-form-submit {
    text-transform: unset;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
    background-color: transparent;
    border: none; }
    .block--custom-permissions-message .message .block--openid-connect-login input.js-form-submit:hover {
      color: #ef7d00;
      background-color: transparent;
      border: none; }
  .block--custom-permissions-message .access-tokens-usage-form {
    margin-top: 20px !important; }
    @media (min-width: 48.0625em) {
      .block--custom-permissions-message .access-tokens-usage-form {
        width: 82.94393%;
        float: right;
        margin-right: 0; } }

#block-custom-permissions-openid-login {
  background: unset;
  border-radius: 0;
  display: flex;
  position: relative;
  margin-top: 10px;
  top: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10px;
  float: none; }
  #block-custom-permissions-openid-login a {
    display: inline-block;
    line-height: 24px;
    padding: 5px 10px; }
  #block-custom-permissions-openid-login form > div {
    display: flex;
    align-items: center;
    flex-direction: row-reverse; }
    #block-custom-permissions-openid-login form > div input {
      color: white; }
      #block-custom-permissions-openid-login form > div input:hover {
        color: white;
        cursor: pointer; }

@media only print {
  .block--google-ads-block {
    display: none !important; } }

@media (max-width: 48em) {
  #block-ga-super-banner {
    display: none !important; } }

#block-ga-billboard > div {
  padding: 20px 0; }

@media (max-width: 61.25em) {
  #block-ga-billboard {
    display: none; } }

#block-ga-full-banner > div {
  padding-bottom: 30px; }

@media (max-width: 20em) {
  #block-ga-full-banner {
    margin-left: -10px;
    overflow-x: scroll; } }

@media (max-width: 18.6875em) {
  #block-ga-full-banner {
    display: none; } }

.masquerade-block-form h2 {
  margin-bottom: 10px; }

.messages {
  margin: 1rem 0 1rem 0;
  border: 2px solid;
  border-radius: 5px;
  background-color: white;
  padding: 1rem; }

.messages--status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  background-color: #f3faef;
  box-shadow: -8px 0 0 #77b259;
  /* LTR */ }

[dir="rtl"] .messages--status {
  margin-left: 0;
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0 0 #77b259; }

.messages--warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  background-color: #fdf8ed;
  box-shadow: -8px 0 0 #e09600;
  /* LTR */ }

[dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0 0 #e09600; }

.messages--error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  background-color: #fcf4f2;
  box-shadow: -8px 0 0 #e62600;
  /* LTR */ }

[dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0 0 #e62600; }

.messages--error p.error {
  color: #a51b00; }

.messages__list {
  margin: 0;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px; }

.paid-article-notice::after {
  clear: both;
  content: "";
  display: table; }

.paid-article-notice.box {
  background: lightgrey;
  color: #333333; }
  .paid-article-notice.box .paid-article-notice--link {
    margin: 0 20px 20px 0; }

.paid-article-notice .paid-article-notice--headline {
  padding: 5px 10px;
  background: #008cb4; }

.paid-article-notice .paid-article-notice--body {
  padding: 20px; }

.paid-article-notice .paid-article-notice--link {
  float: right; }
  .paid-article-notice .paid-article-notice--link:before {
    content: "\f07a";
    padding-right: 5px; }

.block--related-articles,
.block--related-articles-w3l {
  margin-top: 40px; }
  .block--related-articles::after,
  .block--related-articles-w3l::after {
    clear: both;
    content: "";
    display: table; }

.block--related-articles .block--title {
  margin-bottom: 20px;
  background-color: transparent; }

.block--related-articles .block--content .teaser--mini-3col {
  padding: 0;
  background-color: #E9EFF2; }
  .block--related-articles .block--content .teaser--mini-3col .teaser-content--image {
    margin-bottom: 0; }
    .block--related-articles .block--content .teaser--mini-3col .teaser-content--image .image--figcaption .copyright, .block--related-articles .block--content .teaser--mini-3col .teaser-content--image .image--figcaption .caption {
      display: none; }
  .block--related-articles .block--content .teaser--mini-3col .teaser-content {
    padding: 10px;
    padding-bottom: 20px; }
    .block--related-articles .block--content .teaser--mini-3col .teaser-content .teaser-content--read-more-container {
      margin-top: 20px;
      display: flex;
      justify-content: center; }

.block-related-glossary-articles {
  margin-top: 40px; }
  .block-related-glossary-articles::after {
    clear: both;
    content: "";
    display: table; }

#block-shariffsharebuttons--2 {
  display: none; }

.block--local-tasks-block {
  line-height: 0;
  text-align: center; }
  @media only print {
    .block--local-tasks-block {
      display: none; } }

ul.tabs.primary {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1; }
  ul.tabs.primary::after {
    clear: both;
    content: "";
    display: table; }
  ul.tabs.primary li {
    float: left;
    display: block;
    margin: 0 4px 0 0;
    left: 0; }
    ul.tabs.primary li a {
      display: block;
      padding: 10px 16px;
      margin: 0; }
      ul.tabs.primary li a.is-active {
        font-weight: bold; }
    ul.tabs.primary li:last-child {
      margin: 0; }

@media (min-width: 48em) {
  #toolbar-bar {
    position: fixed; } }

.block--updated-share-block {
  position: relative;
  margin-top: 30px; }
  .block--updated-share-block .share-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px; }
    .block--updated-share-block .share-buttons a {
      cursor: pointer;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 5px;
      color: #333; }
      .block--updated-share-block .share-buttons a:hover {
        color: #008cb4; }
        .block--updated-share-block .share-buttons a:hover:before {
          text-decoration: unset; }
  .block--updated-share-block .copy-link-tooltip {
    display: none; }
    .block--updated-share-block .copy-link-tooltip.show {
      display: flex;
      position: absolute;
      background-color: #333;
      color: #fff;
      border-radius: 5px;
      border: 0;
      top: -55px;
      left: 10%;
      padding: 10px 15px; }
  .block--updated-share-block .shariff-buttons {
    position: relative;
    max-width: 300px;
    width: 100%; }
    .block--updated-share-block .shariff-buttons.show .block--shariff-block ul {
      display: flex;
      flex-direction: column; }
    .block--updated-share-block .shariff-buttons .block--shariff-block ul {
      display: none;
      position: absolute;
      z-index: 10;
      bottom: 1.5rem;
      background-color: white;
      width: 100%;
      border-radius: 4px;
      -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
              filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
      padding: 20px 20px 0 20px; }
      .block--updated-share-block .shariff-buttons .block--shariff-block ul li {
        width: 100%;
        display: flex;
        border-bottom: .5px #999 solid;
        height: 40px; }
        .block--updated-share-block .shariff-buttons .block--shariff-block ul li a {
          background-color: transparent;
          color: #333;
          width: 100%;
          justify-content: flex-start;
          padding: 10px;
          padding-bottom: 20px;
          height: 40px;
          text-decoration: none; }
          .block--updated-share-block .shariff-buttons .block--shariff-block ul li a:hover {
            color: #008cb4; }
          .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .fab, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--social-block a.icon-facebook::before, .block--social-block .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.icon-facebook::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--social-block a.icon-twitter::before, .block--social-block .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.icon-twitter::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--social-block a.icon-xing::before, .block--social-block .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.icon-xing::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--social-block a.icon-linkedin::before, .block--social-block .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.icon-linkedin::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--social-block a.icon-youtube::before, .block--social-block .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.icon-youtube::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--social-block a.icon-pinterest::before, .block--social-block .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.icon-pinterest::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--social-block a.icon-instagram::before, .block--social-block .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.icon-instagram::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--social-block a.icon-whatsapp::before, .block--social-block .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.icon-whatsapp::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--social-block a.icon-tiktok::before, .block--social-block .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.icon-tiktok::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--social-block a.icon-vimeo::before, .block--social-block .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.icon-vimeo::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .fas, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .ui-accordion-header .ui-accordion-header-icon:before, .ui-accordion-header .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .ui-accordion-header-icon:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .permission-lock:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .swiper-button-prev:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .swiper-button-next:before, .block--updated-share-block .shariff-buttons .block--shariff-block .verticals-breadcrumbs ul li a li:before, .verticals-breadcrumbs .block--updated-share-block .shariff-buttons .block--shariff-block ul li a li:before, .block--updated-share-block .shariff-buttons .block--shariff-block .verticals-breadcrumbs ul li:first-child a a:before, .verticals-breadcrumbs .block--updated-share-block .shariff-buttons .block--shariff-block ul li:first-child a a:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .paid-article-notice .paid-article-notice--link:before, .paid-article-notice .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .paid-article-notice--link:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--logout-block a.logged-in-openid:before, .block--logout-block .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.logged-in-openid:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--openid-connect-login a.logged-in-openid:before, .block--openid-connect-login .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.logged-in-openid:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a #navigation .block--alpha-menu-block > ul.menu > li:first-child > a:before, #navigation .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--alpha-menu-block > ul.menu > li:first-child > a:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .mobile-menu-toggle:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--search-block form .form-type-textfield:after, .block--search-block form .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .form-type-textfield:after, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--search-block .pager .pager--prev:before, .block--search-block .pager .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .pager--prev:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--search-block .pager .pager--next:after, .block--search-block .pager .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .pager--next:after, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--search-block .sorts a.sortable::after, .block--search-block .sorts .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.sortable::after, .block--updated-share-block .shariff-buttons .block--shariff-block .paragraph.paragraph--type--premium-subscription ul.features li a .feature-praemie:before, .paragraph.paragraph--type--premium-subscription .block--updated-share-block .shariff-buttons .block--shariff-block ul.features li a .feature-praemie:before, .block--updated-share-block .shariff-buttons .block--shariff-block .paragraph.paragraph--type--premium-subscription ul.features li a .active:before, .paragraph.paragraph--type--premium-subscription .block--updated-share-block .shariff-buttons .block--shariff-block ul.features li a .active:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .term.term-bundle--article-tags.term-inline:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .view-article-issue .views-row .paid-article-icon:before, .view-article-issue .views-row .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .paid-article-icon:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .teaser .read-more-arrow-container .read-more-angled-arrow:before, .teaser .read-more-arrow-container .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .read-more-angled-arrow:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul .tf-menu li.datasafe a a:before, .tf-menu .block--updated-share-block .shariff-buttons .block--shariff-block ul li.datasafe a a:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul .tf-buttons li.certs a a::before, .tf-buttons .block--updated-share-block .shariff-buttons .block--shariff-block ul li.certs a a::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul .tf-buttons li.reports a a::before, .tf-buttons .block--updated-share-block .shariff-buttons .block--shariff-block ul li.reports a a::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul .tf-buttons li.settings a a::before, .tf-buttons .block--updated-share-block .shariff-buttons .block--shariff-block ul li.settings a a::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a #tf-app .tf-entry .icon::before, #tf-app .tf-entry .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .icon::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a #tf-app a.download::before, #tf-app .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.download::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a #tf-app a.tf-show-upload::before, #tf-app .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.tf-show-upload::before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a #tf-app a.tf-show-delete::before, #tf-app .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.tf-show-delete::before {
            width: 100%;
            text-align: left; }
            .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .fab:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .fas:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .ui-accordion-header .ui-accordion-header-icon:before, .ui-accordion-header .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .ui-accordion-header-icon:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .permission-lock:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .swiper-button-prev:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .swiper-button-next:before, .block--updated-share-block .shariff-buttons .block--shariff-block .verticals-breadcrumbs ul li a li:before, .verticals-breadcrumbs .block--updated-share-block .shariff-buttons .block--shariff-block ul li a li:before, .block--updated-share-block .shariff-buttons .block--shariff-block .verticals-breadcrumbs ul li:first-child a a:before, .verticals-breadcrumbs .block--updated-share-block .shariff-buttons .block--shariff-block ul li:first-child a a:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .paid-article-notice .paid-article-notice--link:before, .paid-article-notice .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .paid-article-notice--link:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--logout-block a.logged-in-openid:before, .block--logout-block .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.logged-in-openid:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--openid-connect-login a.logged-in-openid:before, .block--openid-connect-login .block--updated-share-block .shariff-buttons .block--shariff-block ul li a a.logged-in-openid:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a #navigation .block--alpha-menu-block > ul.menu > li:first-child > a:before, #navigation .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--alpha-menu-block > ul.menu > li:first-child > a:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .mobile-menu-toggle:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--search-block .pager .pager--prev:before, .block--search-block .pager .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .pager--prev:before, .block--updated-share-block .shariff-buttons .block--shariff-block .paragraph.paragraph--type--premium-subscription ul.features li a .feature-praemie:before, .paragraph.paragraph--type--premium-subscription .block--updated-share-block .shariff-buttons .block--shariff-block ul.features li a .feature-praemie:before, .block--updated-share-block .shariff-buttons .block--shariff-block .paragraph.paragraph--type--premium-subscription ul.features li a .active:before, .paragraph.paragraph--type--premium-subscription .block--updated-share-block .shariff-buttons .block--shariff-block ul.features li a .active:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .term.term-bundle--article-tags.term-inline:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .view-article-issue .views-row .paid-article-icon:before, .view-article-issue .views-row .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .paid-article-icon:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .teaser .read-more-arrow-container .read-more-angled-arrow:before, .teaser .read-more-arrow-container .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .read-more-angled-arrow:before, .block--updated-share-block .shariff-buttons .block--shariff-block ul .tf-menu li.datasafe a a:before, .tf-menu .block--updated-share-block .shariff-buttons .block--shariff-block ul li.datasafe a a:before {
              font-size: 18px;
              font-size: 1.8rem;
              line-height: 1.65em; }
            .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .fab:after, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .fas:after, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--search-block form .form-type-textfield:after, .block--search-block form .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .form-type-textfield:after, .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .block--search-block .pager .pager--next:after, .block--search-block .pager .block--updated-share-block .shariff-buttons .block--shariff-block ul li a .pager--next:after {
              font-family: 'museo-sans-condensed', sans-serif;
              padding-left: 15px;
              font-weight: 400;
              font-size: 18px;
              font-size: 1.8rem;
              line-height: 1.65em; }
        .block--updated-share-block .shariff-buttons .block--shariff-block ul li:nth-child(1) a span:after {
          content: 'Facebook'; }
        .block--updated-share-block .shariff-buttons .block--shariff-block ul li:nth-child(2) a span:after {
          content: 'X (Twitter)'; }
        .block--updated-share-block .shariff-buttons .block--shariff-block ul li:nth-child(3) a span:after {
          content: 'Whatsapp'; }
        .block--updated-share-block .shariff-buttons .block--shariff-block ul li:nth-child(4) a span:after {
          content: 'LinkedIn'; }
        .block--updated-share-block .shariff-buttons .block--shariff-block ul li:nth-child(5) a span:after {
          content: 'Xing'; }
        .block--updated-share-block .shariff-buttons .block--shariff-block ul li:nth-child(6) {
          border-bottom: 0 none; }
          .block--updated-share-block .shariff-buttons .block--shariff-block ul li:nth-child(6) a span:after {
            content: 'Email'; }
      .block--updated-share-block .shariff-buttons .block--shariff-block ul:after {
        border-color: white rgba(0, 0, 0, 0);
        border-style: solid;
        border-width: 1.2rem 1.2rem 0 1.2rem;
        bottom: -1.2rem;
        content: '';
        left: 1rem;
        position: absolute; }
      .block--updated-share-block .shariff-buttons .block--shariff-block ul.open-shariff {
        display: flex; }

.block--back-to-top-block {
  clear: both;
  margin: 0; }
  .block--back-to-top-block .back-to-top-link {
    padding: 15px; }
    .block--back-to-top-block .back-to-top-link .back-to-top-string {
      font-size: 13px; }
      @media (max-width: 48em) {
        .block--back-to-top-block .back-to-top-link .back-to-top-string {
          font-size: 14px; } }

.block--verticals-footer-menu-block {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  @media (min-width: 64.0625em) {
    .block--verticals-footer-menu-block {
      width: 61.84669%;
      float: left;
      margin-right: 1.74216%; } }
  .lt-ie9 .block--verticals-footer-menu-block {
    width: 61.84669%;
    float: left;
    margin-right: 1.74216%; }
  .block--verticals-footer-menu-block ul {
    display: block;
    margin: 0;
    padding: 0; }
    @media (max-width: 64em) {
      .block--verticals-footer-menu-block ul {
        text-align: center; } }
    .block--verticals-footer-menu-block ul li {
      display: block;
      position: relative;
      margin: 0; }
      @media (max-width: 64em) {
        .block--verticals-footer-menu-block ul li {
          text-align: center;
          display: inline-block; } }
      @media (min-width: 64.0625em) {
        .block--verticals-footer-menu-block ul li {
          width: 31.24019%;
          float: left; }
          .block--verticals-footer-menu-block ul li:nth-child(3n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          .block--verticals-footer-menu-block ul li:nth-child(3n + 2) {
            margin-left: 34.37991%;
            margin-right: -100%;
            clear: none; }
          .block--verticals-footer-menu-block ul li:nth-child(3n + 3) {
            margin-left: 68.75981%;
            margin-right: -100%;
            clear: none; } }
      .lt-ie9 .block--verticals-footer-menu-block ul li {
        width: 31.24019%;
        float: left; }
        .lt-ie9 .block--verticals-footer-menu-block ul li:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .lt-ie9 .block--verticals-footer-menu-block ul li:nth-child(3n + 2) {
          margin-left: 34.37991%;
          margin-right: -100%;
          clear: none; }
        .lt-ie9 .block--verticals-footer-menu-block ul li:nth-child(3n + 3) {
          margin-left: 68.75981%;
          margin-right: -100%;
          clear: none; }
      .block--verticals-footer-menu-block ul li a {
        display: block;
        padding: 15px 20px;
        transition: 0.33s;
        transition-timing-function: ease-in; }
      .block--verticals-footer-menu-block ul li svg.ext {
        display: inline-block;
        position: absolute;
        top: 17px; }
      .block--verticals-footer-menu-block ul li svg + a {
        display: inline-block; }
  @media (max-width: 48em) {
    .block--verticals-footer-menu-block ul {
      text-align: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      padding-left: 10px;
      padding-right: 10px; }
      .block--verticals-footer-menu-block ul li {
        text-align: left;
        width: 50%; } }

.block--social-block {
  margin: 20px 0; }
  @media (min-width: 64.0625em) {
    .block--social-block {
      margin: 10px 0;
      width: 10.97561%;
      float: right;
      margin-right: 0; } }
  .lt-ie9 .block--social-block {
    margin: 10px 0;
    width: 10.97561%;
    float: right;
    margin-right: 0; }
  @media (min-width: 48.0625em) and (max-width: 64em) {
    .block--social-block {
      width: 49.12892%;
      float: right;
      margin-right: 0; } }
  .block--social-block ul {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center; }
    .block--social-block ul li {
      margin: 0;
      padding: 0;
      display: inline-block;
      float: left;
      margin-right: 10px; }
      .block--social-block ul li.social-twitter {
        margin-left: -10px !important; }
      .block--social-block ul li a {
        display: block;
        padding: 5px;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.65em;
        line-height: 1; }
        .block--social-block ul li a:before {
          display: block !important; }
  .block--social-block a {
    color: #333333;
    background: transparent; }
    .block--social-block a:hover {
      color: #333333;
      background: transparent; }
    .block--social-block a.icon-facebook::before {
      content: "\f09a"; }
    .block--social-block a.icon-facebook, .block--social-block a.icon-facebook:hover {
      color: #3B5998; }
    .block--social-block a.icon-twitter::before {
      content: "\e61a";
      -webkit-transform: scale(1.12);
              transform: scale(1.12);
      margin-top: 0.5px; }
    .block--social-block a.icon-xing::before {
      content: "\f168"; }
    .block--social-block a.icon-linkedin::before {
      content: "\f08c"; }
    .block--social-block a.icon-youtube::before {
      content: "\f167"; }
    .block--social-block a.icon-youtube, .block--social-block a.icon-youtube:hover {
      color: #C4302B; }
    .block--social-block a.icon-pinterest::before {
      content: "\f0d2"; }
    .block--social-block a.icon-instagram::before {
      content: "\f16d"; }
    .block--social-block a.icon-whatsapp {
      color: #00A884; }
      .block--social-block a.icon-whatsapp::before {
        content: "\f232"; }
    .block--social-block a.icon-tiktok::before {
      content: "\e07b"; }
    .block--social-block a.icon-vimeo::before {
      content: "\f40a"; }

.block--footer-notes {
  clear: both;
  text-align: center;
  margin: 20px 0; }
  @media (min-width: 64.0625em) {
    .block--footer-notes {
      clear: none;
      margin: 10px 0;
      width: 23.69338%;
      float: left;
      margin-right: 1.74216%; } }
  .lt-ie9 .block--footer-notes {
    clear: none;
    margin: 10px 0;
    width: 23.69338%;
    float: left;
    margin-right: 1.74216%; }
  @media (min-width: 48.0625em) and (max-width: 64em) {
    .block--footer-notes {
      width: 49.12892%;
      float: left;
      margin-right: 1.74216%; } }
  .block--footer-notes .footer--logos {
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; }
  .block--footer-notes .footer--climate {
    text-align: center; }
    .block--footer-notes .footer--climate a {
      display: inline-block; }
    .block--footer-notes .footer--climate img {
      display: inline-block;
      max-height: 40px; }
  .block--footer-notes .footer--climate--2 {
    text-align: center;
    padding-top: 10px; }
    .block--footer-notes .footer--climate--2 a {
      display: block; }
    .block--footer-notes .footer--climate--2 img {
      margin: 0 auto; }
  .block--footer-notes .footer--ivw {
    text-align: center;
    margin-left: 10px; }
    .block--footer-notes .footer--ivw img {
      display: inline-block;
      max-height: 40px; }
  .block--footer-notes a {
    background: transparent; }
    .block--footer-notes a:hover {
      background: transparent; }

.block--verticals-prefooter-menu-block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  background-color: #F2F3F4;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-transform: unset; }
  .block--verticals-prefooter-menu-block::after {
    clear: both;
    content: "";
    display: table; }
  .block--verticals-prefooter-menu-block h3 {
    margin-bottom: 20px;
    padding-left: 20px; }
    @media (max-width: 48em) {
      .block--verticals-prefooter-menu-block h3 {
        text-align: center; } }
  .block--verticals-prefooter-menu-block > ul {
    display: block;
    margin: 0;
    padding: 0; }
    @media (max-width: 64em) {
      .block--verticals-prefooter-menu-block > ul {
        text-align: center; } }
    .block--verticals-prefooter-menu-block > ul > li {
      display: block;
      margin: 0;
      margin-bottom: 15px; }
      @media (max-width: 64em) {
        .block--verticals-prefooter-menu-block > ul > li {
          text-align: center;
          display: inline-block; } }
      @media (min-width: 64.0625em) {
        .block--verticals-prefooter-menu-block > ul > li {
          width: 18.51163%;
          float: left; }
          .block--verticals-prefooter-menu-block > ul > li:nth-child(5n + 1) {
            margin-left: 0;
            margin-right: -100%;
            clear: both;
            margin-left: 0; }
          .block--verticals-prefooter-menu-block > ul > li:nth-child(5n + 2) {
            margin-left: 20.37209%;
            margin-right: -100%;
            clear: none; }
          .block--verticals-prefooter-menu-block > ul > li:nth-child(5n + 3) {
            margin-left: 40.74419%;
            margin-right: -100%;
            clear: none; }
          .block--verticals-prefooter-menu-block > ul > li:nth-child(5n + 4) {
            margin-left: 61.11628%;
            margin-right: -100%;
            clear: none; }
          .block--verticals-prefooter-menu-block > ul > li:nth-child(5n + 5) {
            margin-left: 81.48837%;
            margin-right: -100%;
            clear: none; } }
      .lt-ie9 .block--verticals-prefooter-menu-block > ul > li {
        width: 18.51163%;
        float: left; }
        .lt-ie9 .block--verticals-prefooter-menu-block > ul > li:nth-child(5n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .lt-ie9 .block--verticals-prefooter-menu-block > ul > li:nth-child(5n + 2) {
          margin-left: 20.37209%;
          margin-right: -100%;
          clear: none; }
        .lt-ie9 .block--verticals-prefooter-menu-block > ul > li:nth-child(5n + 3) {
          margin-left: 40.74419%;
          margin-right: -100%;
          clear: none; }
        .lt-ie9 .block--verticals-prefooter-menu-block > ul > li:nth-child(5n + 4) {
          margin-left: 61.11628%;
          margin-right: -100%;
          clear: none; }
        .lt-ie9 .block--verticals-prefooter-menu-block > ul > li:nth-child(5n + 5) {
          margin-left: 81.48837%;
          margin-right: -100%;
          clear: none; }
    .block--verticals-prefooter-menu-block > ul ul {
      text-transform: none;
      padding: 0;
      list-style: none;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.65em; }
    .block--verticals-prefooter-menu-block > ul li {
      line-height: 1em; }
      .block--verticals-prefooter-menu-block > ul li a, .block--verticals-prefooter-menu-block > ul li span {
        display: block;
        padding: 10px 20px;
        color: #333333; }
  .block--verticals-prefooter-menu-block a.is-active {
    background: rgba(255, 255, 255, 0.75);
    color: #008cb4; }

.block--header-promotion-block {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -15px;
  left: 50%;
  width: 50%;
  overflow: hidden;
  min-height: 100px; }
  .block--header-promotion-block p {
    text-align: center;
    font-size: .75em;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 5px; }
  .block--header-promotion-block .block--header-promotion-wrapper {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-around; }
  .block--header-promotion-block a + a {
    margin-left: 15px; }
  .block--header-promotion-block a {
    flex-grow: 1;
    width: auto; }
  .block--header-promotion-block img {
    display: inline-block;
    width: auto; }
  @media (max-width: 48em) {
    .block--header-promotion-block {
      left: 0;
      width: 100%; }
      .block--header-promotion-block p {
        display: inline-block;
        font-size: .9em;
        padding: 6px 0;
        vertical-align: top; }
      .block--header-promotion-block .block--header-promotion-wrapper {
        flex-wrap: wrap;
        justify-content: center; }
      .block--header-promotion-block img {
        max-width: 100%;
        width: auto;
        margin-left: 5px; } }
  @media (min-width: 48.0625em) and (max-width: 64em) {
    .block--header-promotion-block {
      left: 45%; }
      .block--header-promotion-block p {
        font-size: 0.65em; } }
  @media only print {
    .block--header-promotion-block {
      display: none; } }

.language--en-gw .block--header-promotion-block.rows--1 {
  grid-template-rows: repeat(1, 1fr); }
  @media (min-width: 64.0625em) {
    .language--en-gw .block--header-promotion-block.rows--1 {
      top: 10px; } }
  .lt-ie9 .language--en-gw .block--header-promotion-block.rows--1 {
    top: 10px; }

.language--en-gw .block--header-promotion-block.rows--2 {
  grid-template-rows: repeat(2, 1fr); }

.language--en-gw .block--header-promotion-block .block--header-promotion-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px; }
  @media (max-width: 48em) {
    .language--en-gw .block--header-promotion-block .block--header-promotion-wrapper {
      grid-template-columns: repeat(3, 1fr); } }

.language--en-gw .block--header-promotion-block img {
  margin-left: 0; }

.block--header-search-block {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 300px; }
  @media (max-width: 48em) {
    .block--header-search-block {
      display: none; } }
  @media (min-width: 48.0625em) and (max-width: 64em) {
    .block--header-search-block {
      width: 180px; } }
  .block--header-search-block form {
    position: relative;
    scroll-margin-top: 20px; }
  .block--header-search-block .form-type-textfield {
    margin: 0; }
    .block--header-search-block .form-type-textfield input {
      border-radius: 5px;
      border-width: 0;
      text-overflow: ellipsis;
      padding-right: 34px; }
      @media (min-width: 48.0625em) and (max-width: 64em) {
        .block--header-search-block .form-type-textfield input {
          padding-right: 34px; } }
      @media (max-width: 48em) {
        .block--header-search-block .form-type-textfield input {
          padding-right: 34px; } }
  .block--header-search-block input[type='submit'] {
    padding: 0;
    margin: 0;
    border-radius: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    background: url("../../img/magnifying-glass.svg") no-repeat center center;
    background-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    height: 36px;
    width: 36px; }
    @media (min-width: 48.0625em) and (max-width: 64em) {
      .block--header-search-block input[type='submit'] {
        height: 34px;
        width: 34px; } }
    @media (max-width: 48em) {
      .block--header-search-block input[type='submit'] {
        height: 34px;
        width: 34px; } }

#header div:first-of-type {
  width: 100%; }

#block-sitebranding {
  position: absolute;
  padding-left: 20px;
  margin-bottom: 20px;
  left: 0;
  bottom: 0;
  width: 440px;
  max-width: 100%; }
  #block-sitebranding a {
    display: block; }
  #block-sitebranding img, #block-sitebranding picture {
    width: auto;
    height: auto;
    max-width: 468px;
    max-height: 160px; }
    @media (min-width: 48.0625em) and (max-width: 64em) {
      #block-sitebranding img, #block-sitebranding picture {
        max-width: 468px; } }
    @media (max-width: 48em) {
      #block-sitebranding img, #block-sitebranding picture {
        max-width: 100%; } }
  @media (max-width: 48em) {
    #block-sitebranding {
      position: static;
      width: 80%;
      min-height: 70px;
      margin-bottom: 0;
      padding-bottom: 20px;
      padding-right: 50px !important;
      padding-left: 0; } }
  @media only print {
    #block-sitebranding {
      display: none; } }
  @media (min-width: 768px) {
    #block-sitebranding {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      bottom: auto; } }
  @media (min-width: 768px) and (min-width: 48.0625em) and (max-width: 64em) {
    #block-sitebranding {
      position: relative !important;
      top: 0 !important;
      -webkit-transform: unset !important;
              transform: unset !important; } }

.block--logout-block, .block--openid-connect-login {
  position: relative;
  float: right;
  top: -30px;
  right: -20px;
  display: none;
  align-items: center;
  background: lightgrey;
  color: black;
  border-radius: 0 0 0 5px;
  z-index: 1;
  padding-left: 10px;
  font-weight: 700; }
  .block--logout-block::after, .block--openid-connect-login::after {
    clear: both;
    content: "";
    display: table; }
  .paragraph .block--logout-block, .paragraph .block--openid-connect-login {
    display: block;
    float: left;
    margin-top: 40px; }
  @media (max-width: 48em) {
    .block--logout-block, .block--openid-connect-login {
      position: absolute;
      top: 0;
      right: 0; }
      .paragraph .block--logout-block, .paragraph .block--openid-connect-login {
        position: relative; } }
  @media only print {
    .block--logout-block, .block--openid-connect-login {
      position: absolute;
      top: 0;
      right: 0; }
      .paragraph .block--logout-block, .paragraph .block--openid-connect-login {
        position: relative; } }
  .block--logout-block .user-icon, .block--openid-connect-login .user-icon {
    margin-right: 5px;
    background-size: 16px;
    width: 16px;
    height: 16px;
    background-image: url("../../img/aurora/author_white.svg"); }
  .block--logout-block .logged-in-as, .block--openid-connect-login .logged-in-as {
    padding-right: 5px;
    padding-left: 10px;
    margin-right: 0; }
    @media (max-width: 48em) {
      .block--logout-block .logged-in-as, .block--openid-connect-login .logged-in-as {
        display: none; } }
  .block--logout-block p, .block--openid-connect-login p {
    display: inline-block;
    margin: 0;
    margin-right: 6px;
    padding: 6px 0 6px 10px; }
    @media (max-width: 48em) {
      .block--logout-block p, .block--openid-connect-login p {
        padding-left: 10px; } }
  .block--logout-block a, .block--openid-connect-login a {
    font-weight: 700 !important; }
  .block--logout-block a:not(.logged-in-openid), .block--openid-connect-login a:not(.logged-in-openid) {
    float: right;
    line-height: 24px;
    padding: 5px 10px; }
  .block--logout-block a.logged-in-openid, .block--openid-connect-login a.logged-in-openid {
    color: black; }
    .block--logout-block a.logged-in-openid:before, .block--openid-connect-login a.logged-in-openid:before {
      content: "\f007";
      margin-right: 6px;
      margin-left: 2px; }
    .block--logout-block a.logged-in-openid:hover, .block--openid-connect-login a.logged-in-openid:hover {
      text-decoration: underline; }
  .block--logout-block .block--openid-connect a, .block--openid-connect-login .block--openid-connect a {
    border-radius: 0 0 0 5px; }
  .block--logout-block .block--openid-connect-login input, .block--openid-connect-login .block--openid-connect-login input {
    font-weight: 700 !important; }
  @media (min-width: 64.0625em) {
    .block--logout-block, .block--openid-connect-login {
      display: flex; } }
  .lt-ie9 .block--logout-block, .lt-ie9 .block--openid-connect-login {
    display: flex; }
  .block--logout-block.mobile-block, .block--openid-connect-login.mobile-block {
    float: none;
    display: flex !important;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    margin: 20px auto; }
    @media (min-width: 64em) {
      .block--logout-block.mobile-block, .block--openid-connect-login.mobile-block {
        display: none; } }
    .block--logout-block.mobile-block.block--logout-block, .block--openid-connect-login.mobile-block.block--logout-block {
      flex-direction: column;
      align-items: flex-start; }
      .block--logout-block.mobile-block.block--logout-block .user-icon, .block--openid-connect-login.mobile-block.block--logout-block .user-icon {
        display: none; }

#openid-connect-login-form > div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }

#openid-connect-login-form .button, #openid-connect-login-form button,
#openid-connect-login-form input[type="submit"],
#openid-connect-login-form input[type="reset"],
#openid-connect-login-form input[type="button"], #openid-connect-login-form .button-red, #openid-connect-login-form .button-edit, #openid-connect-login-form #block-custom-permissions-openid-login a, #block-custom-permissions-openid-login #openid-connect-login-form a, #openid-connect-login-form .paid-article-notice .paid-article-notice--link, .paid-article-notice #openid-connect-login-form .paid-article-notice--link, #openid-connect-login-form .block--logout-block a:not(.logged-in-openid), .block--logout-block #openid-connect-login-form a:not(.logged-in-openid), #openid-connect-login-form .block--openid-connect-login a:not(.logged-in-openid), .block--openid-connect-login #openid-connect-login-form a:not(.logged-in-openid), #openid-connect-login-form .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--button #openid-connect-login-form a, #openid-connect-login-form .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta #openid-connect-login-form a, #openid-connect-login-form .del-show-more a, .del-show-more #openid-connect-login-form a, #openid-connect-login-form .company-button a, .company-button #openid-connect-login-form a, #openid-connect-login-form .tf-menu li a, .tf-menu li #openid-connect-login-form a, #openid-connect-login-form .tf-buttons li a, .tf-buttons li #openid-connect-login-form a {
  border-radius: 0; }

.block--verticals-top-bar-menu-block {
  float: right;
  position: relative;
  top: -45px;
  right: 5px;
  z-index: 1; }
  @media (min-width: 64.0625em) {
    .block--verticals-top-bar-menu-block {
      top: -32px;
      right: 5px; } }
  .lt-ie9 .block--verticals-top-bar-menu-block {
    top: -32px;
    right: 5px; }
  .block--verticals-top-bar-menu-block .menu {
    display: block;
    margin: 6px 0;
    padding-left: 20px; }
    .block--verticals-top-bar-menu-block .menu li {
      display: inline-block;
      padding: 0 0.3em 0 0.3em; }
      .block--verticals-top-bar-menu-block .menu li.menu-item.menu-item--active-trail {
        background-color: lightgrey; }
        .block--verticals-top-bar-menu-block .menu li.menu-item.menu-item--active-trail a {
          color: black;
          font-weight: normal; }
      .block--verticals-top-bar-menu-block .menu li a {
        text-decoration: none;
        font-size: 0.9em;
        line-height: 1;
        color: white; }
        .block--verticals-top-bar-menu-block .menu li a:hover {
          text-decoration: underline; }
  @media (max-width: 48em) {
    .block--verticals-top-bar-menu-block {
      display: none; } }
  @media only print {
    .block--verticals-top-bar-menu-block {
      display: none; } }

@-webkit-keyframes menu-open {
  0% {
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }
  63.63636% {
    display: block;
    visibility: visible;
    pointer-events: none;
    opacity: 0; }
  100% {
    opacity: 1;
    pointer-events: auto; } }

@keyframes menu-open {
  0% {
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }
  63.63636% {
    display: block;
    visibility: visible;
    pointer-events: none;
    opacity: 0; }
  100% {
    opacity: 1;
    pointer-events: auto; } }

#navigation .block--alpha-menu-block {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  text-transform: uppercase; }
  @media (max-width: 64em) {
    #navigation .block--alpha-menu-block {
      display: none; } }
  #navigation .block--alpha-menu-block ul, #navigation .block--alpha-menu-block li {
    display: block;
    margin: 0;
    padding: 0; }
  #navigation .block--alpha-menu-block li {
    transition: 0.2s;
    transition-timing-function: ease-in; }
  #navigation .block--alpha-menu-block a, #navigation .block--alpha-menu-block span {
    display: block; }
  #navigation .block--alpha-menu-block span {
    cursor: default; }
  #navigation .block--alpha-menu-block > ul.menu {
    display: flex;
    margin: 0;
    padding: 0; }
    #navigation .block--alpha-menu-block > ul.menu > li {
      position: relative;
      text-align: center; }
      #navigation .block--alpha-menu-block > ul.menu > li > a, #navigation .block--alpha-menu-block > ul.menu > li > span {
        display: block;
        padding: 10px 20px;
        background-color: #008cb4;
        color: white; }
      #navigation .block--alpha-menu-block > ul.menu > li > a {
        background-color: #008cb4;
        color: white; }
        #navigation .block--alpha-menu-block > ul.menu > li > a.is-active {
          background-color: white;
          color: #008cb4; }
      #navigation .block--alpha-menu-block > ul.menu > li:first-child > a {
        font-size: 0;
        line-height: 0;
        padding: 10px 15px; }
        #navigation .block--alpha-menu-block > ul.menu > li:first-child > a:before {
          font-size: 18px;
          line-height: 24px;
          content: "\f015"; }
      #navigation .block--alpha-menu-block > ul.menu > li.menu-item--active-trail > a, #navigation .block--alpha-menu-block > ul.menu > li.menu-item--active-trail > span {
        background-color: white;
        color: #008cb4; }
      #navigation .block--alpha-menu-block > ul.menu > li.menu-item--expanded[aria-expanded='true'] ul {
        visibility: visible;
        opacity: 1;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
        #navigation .block--alpha-menu-block > ul.menu > li.menu-item--expanded[aria-expanded='true'] ul li a {
          font-weight: inherit;
          font-size: inherit; }
      #navigation .block--alpha-menu-block > ul.menu > li > ul.menu {
        z-index: 2;
        background-color: #dadde0;
        color: black;
        position: absolute;
        top: 100%;
        left: 0;
        text-align: left; }
        #navigation .block--alpha-menu-block > ul.menu > li > ul.menu, #navigation .block--alpha-menu-block > ul.menu > li > ul.menu ul {
          display: none;
          visibility: hidden;
          pointer-events: none;
          opacity: 0;
          margin: 0;
          padding: 0; }
        #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li {
          position: relative; }
          #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > a, #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > span {
            padding: 10px 20px; }
          #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > a {
            background-color: #dadde0;
            color: #008cb4; }
            #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > a.is-active {
              background-color: white;
              color: #008cb4; }
          #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li.menu-item--active-trail > a, #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li.menu-item--active-trail > span {
            background-color: white;
            color: #008cb4; }
          #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > ul.menu {
            z-index: 1;
            background-color: #dadde0;
            color: black;
            position: absolute;
            top: 0;
            left: 100%;
            text-align: left; }
            #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > ul.menu > li > a, #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > ul.menu > li > span {
              padding: 10px 20px; }
            #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > ul.menu > li > a {
              background-color: #dadde0;
              color: #008cb4; }
              #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > ul.menu > li > a.is-active {
                background-color: white;
                color: #008cb4; }
            #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > ul.menu > li.menu-item--active-trail > a, #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > ul.menu > li.menu-item--active-trail > span {
              background-color: white;
              color: #008cb4; }
            #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > ul.menu > li:hover > a, #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > ul.menu > li:hover > span {
              background-color: #dadde0;
              color: black; }
            #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > ul.menu > li:hover > a:hover {
              background-color: #008cb4;
              color: white; }
            #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li > ul.menu > li:hover > a.is-active:hover {
              background-color: #008cb4;
              color: white; }
          #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li:hover > a, #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li:hover > span {
            background-color: #dadde0;
            color: black; }
          #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li:hover > a:hover {
            background-color: #008cb4;
            color: white; }
          #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li:hover > a.is-active:hover {
            background-color: #008cb4;
            color: white; }
          #navigation .block--alpha-menu-block > ul.menu > li > ul.menu > li:hover > ul.menu {
            -webkit-animation: menu-open 0.55s forwards;
                    animation: menu-open 0.55s forwards;
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            display: block; }
      #navigation .block--alpha-menu-block > ul.menu > li:hover > a, #navigation .block--alpha-menu-block > ul.menu > li:hover > span {
        background-color: white;
        color: #666666; }
      #navigation .block--alpha-menu-block > ul.menu > li:hover > a:hover {
        background-color: white;
        color: #666666; }
      #navigation .block--alpha-menu-block > ul.menu > li:hover > a.is-active:hover {
        background-color: white;
        color: #008cb4; }
      #navigation .block--alpha-menu-block > ul.menu > li:hover > ul.menu {
        -webkit-animation: menu-open 0.55s forwards;
                animation: menu-open 0.55s forwards;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        display: block;
        min-width: 215px; }

.mobile-menu-toggle {
  text-align: right;
  display: none;
  text-transform: uppercase;
  align-items: center;
  min-height: 61px; }
  .mobile-menu-toggle:before {
    content: "\f0c9";
    line-height: 1;
    font-size: 32px;
    padding-bottom: 5px;
    color: white; }
  @media (max-width: 64em) {
    .mobile-menu-toggle {
      color: white !important;
      font-weight: 700;
      display: flex;
      flex-direction: column;
      right: 0; } }
  @media only print {
    .mobile-menu-toggle {
      display: none; } }
  @media (min-width: 48.0625em) and (max-width: 64em) {
    .mobile-menu-toggle {
      align-self: baseline; } }

.mm-menu .headline.topics-menu-item.mm-listitem {
  margin-top: 20px; }

.mm-menu .menu-item--active-trail {
  background: #008cb4;
  color: white; }

.mm-menu .mm-listitem:last-child:after {
  border-bottom: none; }

.mm-menu #search-block-form-mobile {
  padding: 8px 0; }
  .mm-menu #search-block-form-mobile .form-item, .mm-menu #search-block-form-mobile .form-actions {
    display: inline-block; }

.mm-menu .mm-navbar {
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem; }

.mm-menu .w3l-searchfield {
  display: flex;
  margin: 0 20px;
  padding-top: 7px; }
  .mm-menu .w3l-searchfield .form-item {
    width: 100%;
    margin-bottom: 0; }
  .mm-menu .w3l-searchfield input[type='submit'] {
    flex-grow: 1;
    width: auto;
    padding: 0 20px;
    height: 35px; }

.mm-menu .mm-listitem__text strong::after {
  content: ':'; }

@media (max-width: 48em) {
  body.adminimal-admin-toolbar.toolbar-fixed .mm-menu {
    margin-top: 40px; } }

.mm-menu_offcanvas.mm-menu_opened {
  display: block;
  margin-top: 10px; }

.mm-panels .mm-panel#mm-2 .mm-navbar {
  display: none; }

.mm-searchfield__btn {
  display: unset; }
  .mm-searchfield__btn:after {
    content: 'Suche';
    border: 0 none;
    -webkit-transform: none;
            transform: none;
    display: flex;
    align-items: center;
    background-color: black;
    height: 35px;
    color: white;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 15px;
    padding-left: 15px;
    right: 0; }
  .mm-searchfield__btn:active {
    background-color: transparent; }
    .mm-searchfield__btn:active:after {
      background-color: #008cb4;
      color: white; }

#block-topics-menu {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 48.0625em) {
    #block-topics-menu {
      display: flex; }
      #block-topics-menu .block--title {
        padding-top: 14px;
        margin-right: 8px; }
        #block-topics-menu .block--title:after {
          content: ':'; } }
  #block-topics-menu .block--title {
    color: #333333;
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 2.5rem; }
  #block-topics-menu .block--content {
    flex-grow: 1; }
  #block-topics-menu ul, #block-topics-menu li {
    margin: 0;
    padding: 0; }
  #block-topics-menu ul.menu {
    width: 100%;
    display: flex;
    overflow-x: auto;
    padding-bottom: 5px; }
    @media (min-width: 48em) {
      #block-topics-menu ul.menu::-webkit-scrollbar {
        display: none; } }
  #block-topics-menu li {
    display: block; }
    #block-topics-menu li a {
      display: block;
      margin: 10px 5px;
      margin-bottom: 5px;
      padding: 4px 9px;
      border-radius: 5px;
      background: #008cb4;
      color: white;
      border: 1px solid #008cb4;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      #block-topics-menu li a:hover {
        border: 1px solid #008cb4;
        background: rgba(0, 140, 180, 0.17);
        color: #008cb4; }
    #block-topics-menu li:first-child {
      margin-left: 0; }
      #block-topics-menu li:first-child a {
        margin-left: 0; }
    #block-topics-menu li:last-child {
      margin-right: 0; }

#stage #block-topics-menu .block--title {
  display: none; }

@media (min-width: 64.0625em) {
  #stage #block-topics-menu {
    margin-top: 0;
    padding-left: 28px; } }

.lt-ie9 #stage #block-topics-menu {
  margin-top: 0;
  padding-left: 28px; }

.id-marker {
  display: inline-block;
  background: #008cb4;
  color: white;
  border-radius: 5px;
  cursor: pointer; }
  .id-marker .id-marker-label {
    font-weight: bold; }
  .id-marker a {
    color: white;
    text-decoration: none; }
    .id-marker a:hover {
      text-decoration: underline; }
  .id-marker .copy-feedback {
    display: none;
    color: inherit;
    font-weight: 700;
    margin-left: 15px; }
    .id-marker .copy-feedback.active {
      display: inline-block; }

.block--entity-id-marker .id-marker {
  padding: 5px 10px;
  margin-bottom: 20px; }

.block--page-title-block {
  margin-top: 20px; }
  .block--entity-id-marker + .block--page-title-block,
  .block--entity-id-marker + .block--article-metadata + .block--page-title-block {
    margin-top: 0; }

.block--shariff-block {
  margin-top: 30px; }

@media (min-width: 48.0625em) {
  .shariff .orientation-horizontal.button-style-standard li {
    max-width: none; } }

@media (max-width: 48em) {
  .shariff .orientation-horizontal li {
    min-width: 0 !important; }
    .shariff .orientation-horizontal li .share_text {
      display: none !important; } }

.shariff .shariff-button a {
  display: flex;
  justify-content: center;
  align-items: center; }

.shariff .shariff-button.whatsapp {
  display: none; }
  @media (max-width: 48em) {
    .shariff .shariff-button.whatsapp {
      display: list-item; } }

.node--type--article .leftsmall,
.node--type--article .rightsmall,
.node--type--article .leftbig,
.node--type--article .rightbig {
  background: white;
  position: relative;
  z-index: 1;
  text-align: center; }
  .node--type--article .leftsmall picture, .node--type--article .leftsmall img,
  .node--type--article .rightsmall picture,
  .node--type--article .rightsmall img,
  .node--type--article .leftbig picture,
  .node--type--article .leftbig img,
  .node--type--article .rightbig picture,
  .node--type--article .rightbig img {
    display: inline-block;
    width: auto; }

@media (min-width: 48.0625em) {
  .node--type--article .leftsmall,
  .node--type--article .leftnormal {
    width: 31.7757%;
    float: left;
    margin-right: 2.33645%; } }

@media (min-width: 48.0625em) {
  .node--type--article .leftsmall,
  .node--type--article .leftnormal {
    margin-left: 2.33645%; } }

@media (min-width: 48.0625em) {
  .node--type--article .rightsmall,
  .node--type--article .rightnormal {
    width: 31.7757%;
    float: right;
    margin-right: 0; } }

@media (min-width: 48.0625em) {
  .node--type--article .rightsmall,
  .node--type--article .rightnormal {
    margin-left: 2.33645%; } }

@media (min-width: 48.0625em) {
  .node--type--article .leftbig {
    width: 48.83178%;
    float: left;
    margin-right: 2.33645%; } }

@media (min-width: 48.0625em) {
  .node--type--article .leftbig {
    margin-left: 2.33645%; } }

@media (min-width: 48.0625em) {
  .node--type--article .rightbig {
    width: 48.83178%;
    float: right;
    margin-right: 0; } }

@media (min-width: 48.0625em) {
  .node--type--article .rightbig {
    margin-left: 2.33645%; } }

.node--type--article b,
.node--type--article strong {
  color: #545454; }

.node--type--article a b,
.node--type--article a strong {
  color: inherit; }

.node--view-mode-full.custom-permissions--denied {
  max-height: 600px;
  overflow: hidden;
  position: relative; }
  .node--view-mode-full.custom-permissions--denied:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: default;
    background: linear-gradient(rgba(255, 255, 255, 0) 20%, white 80%); }

.node--unpublished {
  background: repeating-linear-gradient(45deg, rgba(255, 255, 0, 0.3), rgba(255, 255, 0, 0.3) 10px, rgba(255, 255, 0, 0.05) 10px, rgba(255, 255, 0, 0.05) 20px), white; }

.node--type--article.node--view-mode-full::after {
  clear: both;
  content: "";
  display: table; }

.node--type--article.node--view-mode-full .article--authors-inline > span:after {
  content: ', '; }

.node--type--article.node--view-mode-full .article--authors-inline > span:last-child:after {
  content: none; }

.node--type--article.node--view-mode-full .article--teaser-image {
  background: white;
  position: relative;
  z-index: 1;
  text-align: center; }
  @media (min-width: 48.0625em) {
    .node--type--article.node--view-mode-full .article--teaser-image {
      width: 31.7757%;
      float: right;
      margin-right: 0; } }
  @media (min-width: 48.0625em) {
    .node--type--article.node--view-mode-full .article--teaser-image {
      margin-left: 2.33645%; } }
  .node--type--article.node--view-mode-full .article--teaser-image picture, .node--type--article.node--view-mode-full .article--teaser-image img {
    display: inline-block;
    width: auto; }

.node--type--article.node--view-mode-full .article--teaser_image_link {
  color: #333333;
  display: inline; }
  .node--type--article.node--view-mode-full .article--teaser_image_link:hover * {
    color: #333333; }
  .node--type--article.node--view-mode-full .article--teaser_image_link + .layout {
    display: inline; }

.node--type--article.node--view-mode-full .article--teaser-body {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold; }
  @media (max-width: 48em) {
    .node--type--article.node--view-mode-full .article--teaser-body {
      margin-bottom: 10px !important; } }

.node--type--article.node--view-mode-full .article--teaser-body + .layout,
.node--type--article.node--view-mode-full .article--teaser-body + .paragraph,
.node--type--article.node--view-mode-full .article--teaser-image + .layout,
.node--type--article.node--view-mode-full .article--teaser-image + .paragraph {
  clear: none; }

.node--type--article.node--view-mode-full .article--date {
  margin-top: 20px;
  font-style: italic; }
  @media (min-width: 48.0625em) {
    .node--type--article.node--view-mode-full .article--date {
      width: 82.94393%;
      float: right;
      margin-right: 0; } }

.node--type--article.node--view-mode-full .article--authors {
  margin-top: 20px; }
  @media (min-width: 48.0625em) {
    .node--type--article.node--view-mode-full .article--authors {
      width: 82.94393%;
      float: right;
      margin-right: 0; } }
  .node--type--article.node--view-mode-full .article--authors::after {
    clear: both;
    content: "";
    display: table; }
  .node--type--article.node--view-mode-full .article--authors > h4 {
    margin-bottom: 10px; }
  .node--type--article.node--view-mode-full .article--authors .author {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .node--type--article.node--view-mode-full .article--authors .author {
        width: 48.59155%;
        float: left;
        min-width: 320px; }
        .node--type--article.node--view-mode-full .article--authors .author:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .node--type--article.node--view-mode-full .article--authors .author:nth-child(2n + 2) {
          margin-left: 51.40845%;
          margin-right: -100%;
          clear: none; } }
  .node--type--article.node--view-mode-full .article--authors .article--authors--list::after {
    clear: both;
    content: "";
    display: table; }

.node--type--article.node--view-mode-full .article--meta {
  margin-bottom: 20px; }
  .node--type--article.node--view-mode-full .article--meta .article--meta--issue a {
    color: #008cb4;
    text-decoration: none; }
    .node--type--article.node--view-mode-full .article--meta .article--meta--issue a:hover {
      text-decoration: underline; }
  .node--type--article.node--view-mode-full .article--meta a.verticals-print-link {
    color: #008cb4;
    text-decoration: none; }
    .node--type--article.node--view-mode-full .article--meta a.verticals-print-link:hover {
      text-decoration: underline; }

.node--type--article.node--view-mode-full h2, .node--type--article.node--view-mode-full h3 {
  text-transform: none;
  letter-spacing: normal; }

.node--type--article.node--view-mode-full h1, .node--type--article.node--view-mode-full h2, .node--type--article.node--view-mode-full h3, .node--type--article.node--view-mode-full h4, .node--type--article.node--view-mode-full h5, .node--type--article.node--view-mode-full .article-issue--cta .issue-cta--headline, .article-issue--cta .node--type--article.node--view-mode-full .issue-cta--headline, .node--type--article.node--view-mode-full .article-issue.issue--view-mode-teaser .issue-articles .issue-articles--headline, .article-issue.issue--view-mode-teaser .issue-articles .node--type--article.node--view-mode-full .issue-articles--headline, .node--type--article.node--view-mode-full h6 {
  margin: 0 0 1em; }

.node--type--article.node--view-mode-full h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.65em;
  font-weight: bold; }

.node--type--article .doi--title {
  font-weight: bold;
  color: #786b62; }

div.eyecatcher {
  border-bottom: 3px solid #008cb4;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (max-width: 460px) {
    div.eyecatcher {
      padding-bottom: 30px; } }
  div.eyecatcher > h3 {
    border-bottom: 3px solid #008cb4;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-bottom: unset !important;
    color: #333333;
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem; }
    @media (max-width: 48em) {
      div.eyecatcher > h3 {
        color: #333333; } }
    @media (max-width: 48em) {
      div.eyecatcher > h3 {
        font-weight: 400; } }
    @media (max-width: 48em) {
      div.eyecatcher > h3 {
        font-family: "museo-sans-condensed", sans-serif; } }
    @media (max-width: 48em) {
      div.eyecatcher > h3 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 25px;
        line-height: 2.5rem; } }
    @media (max-width: 48em) {
      div.eyecatcher > h3 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 25px;
        line-height: 2.5rem; } }
  div.eyecatcher .content {
    display: flex;
    flex-direction: row; }
  div.eyecatcher a.teaser.teaser--mini-3col {
    width: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px 0;
    margin: 30px 10px 0 10px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      div.eyecatcher a.teaser.teaser--mini-3col {
        margin: 30px 20px 0 20px; } }
    @media (min-width: 1024px) and (max-width: 1095px) {
      div.eyecatcher a.teaser.teaser--mini-3col {
        margin: 30px 40px 0 40px; } }
    @media (min-width: 1096px) and (max-width: 1175px) {
      div.eyecatcher a.teaser.teaser--mini-3col {
        margin: 30px 60px 0 60px; } }
    @media (min-width: 1176px) {
      div.eyecatcher a.teaser.teaser--mini-3col {
        margin: 30px 80px 0 80px; } }
    div.eyecatcher a.teaser.teaser--mini-3col .teaser-content--image {
      margin-bottom: unset; }
  div.eyecatcher .teaser.teaser--mini-3col:after {
    content: none; }
  div.eyecatcher .node--view-mode--mini-teaser-half {
    clear: none !important; }
  div.eyecatcher .copyright {
    display: none; }
  div.eyecatcher .teaser-content {
    width: 100%;
    padding: 0 20px 0 10px; }
    @media (max-width: 530px) {
      div.eyecatcher .teaser-content {
        padding: 0 10px 0 10px; } }
  div.eyecatcher a.teaser:hover {
    text-decoration: none; }

.content-extension--ulmer .ulmer-authors {
  margin-top: 20px;
  font-style: italic;
  opacity: .8; }

.content-extension--ulmer h2.chapter-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.2); }

.content-extension--ulmer h2.GVSubheadline1 {
  margin-bottom: 10px; }

.content-extension--ulmer .ulmer-chapters .ulmer-chapter {
  margin-bottom: 20px; }
  .content-extension--ulmer .ulmer-chapters .ulmer-chapter.copyright {
    margin-top: -20px; }
  .content-extension--ulmer .ulmer-chapters .ulmer-chapter .chapter-body h3.section-headline, .content-extension--ulmer .ulmer-chapters .ulmer-chapter .chapter-body h2 {
    color: #333333;
    font-weight: 700;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    line-height: 4rem;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    line-height: 4rem;
    border-bottom: 0 none;
    margin-bottom: 0; }
    @media (max-width: 48em) {
      .content-extension--ulmer .ulmer-chapters .ulmer-chapter .chapter-body h3.section-headline, .content-extension--ulmer .ulmer-chapters .ulmer-chapter .chapter-body h2 {
        color: #333333; } }
    @media (max-width: 48em) {
      .content-extension--ulmer .ulmer-chapters .ulmer-chapter .chapter-body h3.section-headline, .content-extension--ulmer .ulmer-chapters .ulmer-chapter .chapter-body h2 {
        font-weight: 700; } }
    @media (max-width: 48em) {
      .content-extension--ulmer .ulmer-chapters .ulmer-chapter .chapter-body h3.section-headline, .content-extension--ulmer .ulmer-chapters .ulmer-chapter .chapter-body h2 {
        font-family: "museo-sans-condensed", sans-serif; } }
    @media (max-width: 48em) {
      .content-extension--ulmer .ulmer-chapters .ulmer-chapter .chapter-body h3.section-headline, .content-extension--ulmer .ulmer-chapters .ulmer-chapter .chapter-body h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
        line-height: 3rem; } }
    @media (max-width: 48em) {
      .content-extension--ulmer .ulmer-chapters .ulmer-chapter .chapter-body h3.section-headline, .content-extension--ulmer .ulmer-chapters .ulmer-chapter .chapter-body h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
        line-height: 3rem; } }

.content-extension--ulmer .ulmer-chapters a {
  word-wrap: break-word; }

.content-extension--ulmer .ulmer-section + .ulmer-section {
  margin-top: 20px; }

.content-extension--ulmer table {
  border-spacing: 10px; }
  .content-extension--ulmer table td {
    vertical-align: top; }

.content-extension--ulmer .ulmer-image:empty {
  display: none; }

.ulmer-image {
  background: white;
  margin: 40px 0; }
  .ulmer-image .field-file-caption {
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    opacity: .8; }
  .ulmer-image .field-file-copyright {
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
    word-wrap: break-word;
    opacity: .5; }
  .ulmer-image .field-file-copyright::before {
    content: '© ';
    display: inline; }
  .ulmer-image.editorial-image, .ulmer-image.align-left, .ulmer-image.align-right {
    margin-top: 0;
    width: 31.7757%;
    margin-bottom: 20px; }
    @media (max-width: 48em) {
      .ulmer-image.editorial-image, .ulmer-image.align-left, .ulmer-image.align-right {
        width: 30.05226%; } }
  .ulmer-image.editorial-image, .ulmer-image.align-left {
    float: left;
    margin-right: 2.33645%; }
    @media (max-width: 48em) {
      .ulmer-image.editorial-image, .ulmer-image.align-left {
        margin-right: 1.74216%; } }
  .ulmer-image.align-right {
    float: right;
    margin-left: 1.74216%; }
    @media (max-width: 48em) {
      .ulmer-image.align-right {
        margin-left: 1.74216%; } }
  .ulmer-image.align-center {
    display: flex; }
    .ulmer-image.align-center figure {
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .ulmer-image.align-center figure figcaption {
        text-align: center; }

ul.node-toc {
  float: left;
  list-style-type: square;
  margin: 0 2.33645% 20px 0;
  padding: 0 0 0 30px;
  background: lightgrey;
  color: #333333;
  max-width: 31.7757%; }
  @media (max-width: 48em) {
    ul.node-toc {
      margin-right: 1.74216%;
      max-width: 30.05226%; } }
  ul.node-toc li a {
    display: block;
    padding: 10px 20px 10px 0;
    font-family: "museo-sans-condensed", sans-serif; }

.author.author--teaser {
  background: lightgrey;
  color: #333333;
  padding: 10px 20px 20px; }
  .author.author--teaser::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 350px) {
    .author.author--teaser .author--left {
      float: left;
      width: 33%;
      padding-right: 10px; }
      .author.author--teaser .author--left img {
        width: 100%; }
    .author.author--teaser .author--right {
      float: right;
      width: 67%;
      padding-left: 10px; } }
  .author.author--teaser h3 {
    margin-bottom: 10px; }
  .author.author--teaser .field-email {
    font-size: 0.9em;
    line-height: 1.5em; }

#block-ivory-local-tasks a[data-drupal-link-system-path="user/password"] {
  display: none; }

.webform-submission-form .webform-confirmation__back {
  display: none; }

.webform-submission-newsletter-subscription-form input[type='submit'] {
  text-transform: none !important; }

.user-login-form label {
  display: block; }

.block--search-block {
  margin-top: 20px; }
  .block--search-block::after {
    clear: both;
    content: "";
    display: table; }
  .block--search-block form {
    display: block;
    position: relative; }
    .block--search-block form .form-type-textfield input {
      padding-right: 34px; }
      @media (min-width: 48.0625em) and (max-width: 64em) {
        .block--search-block form .form-type-textfield input {
          padding-right: 34px; } }
      @media (max-width: 48em) {
        .block--search-block form .form-type-textfield input {
          padding-right: 34px; } }
    .block--search-block form .form-type-textfield:after {
      content: "\f002";
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem;
      display: block;
      position: absolute;
      top: 1px;
      right: 1px;
      padding: 5px 10px;
      color: #333333;
      border-radius: 0 5px 5px 0; }
    .block--search-block form input.search-action {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      margin: 0;
      border: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      background: url(/themes/custom/ivory/img/magnifying-glass.svg) no-repeat center center;
      background-size: 19px;
      height: 34px;
      width: 34px; }
      @media (min-width: 48.0625em) and (max-width: 64em) {
        .block--search-block form input.search-action {
          height: 34px;
          width: 34px; } }
      @media (max-width: 48em) {
        .block--search-block form input.search-action {
          height: 34px;
          width: 34px; } }
    .block--search-block form .w3l-layout {
      position: relative; }
  .block--search-block .status {
    font-size: 1.4em; }
  .block--search-block .pager {
    line-height: .8em;
    margin: 1.5em 0;
    text-align: left; }
    .block--search-block .pager .pager--prev {
      display: inline-block;
      padding-right: 1em;
      margin-right: 1em;
      border-right: 1px solid #333333; }
      .block--search-block .pager .pager--prev:before {
        content: "\f104";
        display: inline-block;
        position: relative;
        top: -1px;
        padding-right: .4em; }
    .block--search-block .pager .pager--next {
      display: inline-block;
      padding-left: 1em;
      margin-left: 1em;
      border-left: 1px solid #333333; }
      .block--search-block .pager .pager--next:after {
        content: "\f105";
        display: inline-block;
        position: relative;
        top: -1px;
        padding-left: .4em; }
  .block--search-block .sorts h4 {
    font-size: 1em; }
  .block--search-block .sorts a {
    display: inline-block;
    margin-right: 20px; }
    .block--search-block .sorts a:last-of-type {
      margin-right: 0; }
    .block--search-block .sorts a.active {
      font-weight: bold; }
    .block--search-block .sorts a.sortable::after {
      content: "\f0dd";
      position: relative;
      font-size: 1.4em;
      margin-left: .4em;
      top: -4px; }
    .block--search-block .sorts a.sortable.active[cur='oldest']::after {
      content: "\f0de";
      font-size: 1.4em;
      top: 6px; }
  @media (min-width: 48.0625em) {
    .block--search-block.with-facets .w3l-layout-left,
    .block--search-block .with-facets .w3l-layout-left {
      width: 31.7757%;
      float: left;
      margin-right: 2.33645%; } }
  @media (min-width: 48.0625em) {
    .block--search-block.with-facets .w3l-layout-right,
    .block--search-block .with-facets .w3l-layout-right {
      width: 65.88785%;
      float: right;
      margin-right: 0; } }

.w3l-results {
  display: block;
  padding: 0; }
  .w3l-results .message {
    padding: 1em;
    margin: 1em 0;
    border-left: 5px solid #fbba00;
    background: #F8F8F8; }
  .w3l-results .w3l-result {
    display: block;
    margin-bottom: 0;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px; }
    .w3l-results .w3l-result.promoted {
      background: rgba(0, 0, 0, 0.05); }
    .w3l-results .w3l-result .permission-lock {
      margin-right: 5px; }
    .w3l-results .w3l-result .meta {
      display: flex;
      align-items: center;
      color: #404040; }
    .w3l-results .w3l-result .separator {
      margin: 0 1em;
      height: .75em;
      border-left: 1px solid #333333; }
    .w3l-results .w3l-result h4 {
      margin-bottom: 10px; }
    .w3l-results .w3l-result .highlight {
      background: rgba(0, 140, 180, 0.1);
      color: #333333;
      padding: 0 .2em; }
    .w3l-results .w3l-result:after {
      margin-top: 20px;
      content: '';
      display: block;
      height: 1px;
      line-height: 0;
      font-size: 0;
      background: lightgrey; }
    .w3l-results .w3l-result:last-child:after {
      display: none; }
    .w3l-results .w3l-result .actions {
      margin-top: 10px;
      display: flex; }
      .w3l-results .w3l-result .actions .action-item {
        margin-right: 1em; }
        .w3l-results .w3l-result .actions .action-item a, .w3l-results .w3l-result .actions .action-item input {
          line-height: normal; }
    .w3l-results .w3l-result .header {
      display: flex;
      justify-content: space-between; }
    .w3l-results .w3l-result .tag {
      padding: .25em .5em;
      background: #008cb4;
      color: #FFFFFF;
      margin-right: 1em;
      display: flex;
      align-items: center; }

.w3l-facet-container {
  margin-top: 20px; }
  .w3l-facet-container summary {
    padding-bottom: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    outline: none; }
    .w3l-facet-container summary:hover, .w3l-facet-container summary:focus, .w3l-facet-container summary:active {
      outline: none; }
    .w3l-facet-container summary:after {
      margin-top: 5px;
      content: '';
      display: block;
      height: 1px;
      line-height: 0;
      font-size: 0;
      background: lightgrey; }
  .w3l-facet-container div.form-item {
    margin-bottom: 0; }
  .w3l-facet-container .form-checkboxes {
    margin-bottom: 15px;
    margin-left: 15px; }

.w3l-close {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  line-height: 1em;
  padding: 8px 12px; }

@media (max-width: 767px) {
  .w3l-facet-trigger {
    margin: 15px 0; }
  #w3l-facets-wrapper {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.75); }
    #w3l-facets-wrapper #w3l-facets {
      position: relative;
      width: 300px;
      background: #FFFFFF;
      margin: 0 auto;
      padding: 15px;
      max-height: 450px;
      overflow: scroll; }
    #w3l-facets-wrapper .w3l-close {
      display: block; }
  #w3l-facets-wrapper.hidden {
    display: none; } }

@media (min-width: 420px) {
  .w3l-facet-trigger {
    position: absolute;
    margin: 0;
    right: 0; } }

@media (min-width: 768px) {
  .w3l-layout-left {
    margin-top: 62px; }
  .w3l-facet-trigger {
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    left: -15px;
    top: 0;
    right: auto; } }

.simplify-search div .region--content {
  width: 100%;
  max-width: unset; }

.simplify-search div .region--sidebar {
  display: none; }

.simplify-search div #w3l-facets-wrapper {
  display: none; }

.simplify-search div .block--search-block.with-facets .w3l-layout-right {
  width: unset;
  float: unset; }

.simplify-search div .w3l-facet-trigger {
  display: none; }

.paragraph {
  margin-top: 20px; }
  .paragraph::after {
    clear: both;
    content: "";
    display: table; }
  .paragraph:first-child {
    margin-top: 0; }
  .paragraph.no-margin + .paragraph, .paragraph.no-margin + .teaser {
    margin-top: 0; }
  @media (max-width: 48em) {
    .paragraph[data-prop-hide-phone="hide-phone"] {
      display: none; } }
  @media (min-width: 48.0625em) and (max-width: 64em) {
    .paragraph[data-prop-hide-tablet="hide-tablet"] {
      display: none; } }
  @media (min-width: 64.0625em) {
    .paragraph[data-prop-hide-desktop="hide-desktop"] {
      display: none; } }
  .lt-ie9 .paragraph[data-prop-hide-desktop="hide-desktop"] {
    display: none; }
  @media only print {
    .paragraph[data-prop-hide-print="hide-print"] {
      display: none; } }

.paragraph--type--block-placement .openid-connect-login-form {
  float: left;
  display: block;
  top: 0;
  right: 0;
  margin-bottom: 10px;
  border-radius: 0; }

.paragraph--type--button {
  text-align: right;
  padding: 0;
  border: 0 solid transparent;
  margin-top: 20px; }
  .paragraph--type--button a {
    display: inline-block;
    text-align: center; }
  .paragraph--type--button.button-orientation--left {
    text-align: left; }
  .paragraph--type--button.button-orientation--center {
    text-align: center; }
  .paragraph--type--button.button-orientation--right {
    text-align: right; }
  .paragraph--type--button a i.icn.icon-style-above {
    display: block;
    padding: 8px 4px 4px 4px;
    font-size: 32px; }
  .paragraph--type--button a i.icn.icon-style-inline {
    margin-right: .33em; }

.paragraph.paragraph--type--document {
  margin-top: 10px;
  position: relative; }
  .paragraph.paragraph--type--document:first-child {
    margin-top: 0; }
  .paragraph.paragraph--type--document.no-margin + .paragraph, .paragraph.paragraph--type--document.no-margin + .teaser {
    margin-top: 0; }
  .paragraph.paragraph--type--document a.document {
    margin-top: 20px;
    display: inline-block;
    margin-right: 20px; }
    .paragraph.paragraph--type--document a.document.with-headline {
      margin-top: 10px; }
  .paragraph.paragraph--type--document .paragraph-document-placeholder {
    margin-top: 20px;
    display: inline-block;
    margin-right: 20px; }
    .paragraph.paragraph--type--document .paragraph-document-placeholder a.document {
      margin-top: 0;
      display: block;
      margin-right: 0; }
  .paragraph.paragraph--type--document .button-label label {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px; }
  .paragraph.paragraph--type--document .document-headline {
    font-weight: bold; }

.paragraph--type--external-content .tab-container {
  margin-bottom: 20px;
  display: none; }
  .paragraph--type--external-content .tab-container.tabs-container-active {
    display: block; }

.paragraph--type--iframe {
  background: #eee; }
  .paragraph--type--iframe .iframe--mobile-fallback {
    display: none;
    text-align: center; }
    .paragraph--type--iframe .iframe--mobile-fallback h4 {
      display: block;
      background: #008cb4;
      color: white;
      font-weight: 400;
      font-family: "museo-sans-condensed", sans-serif;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 20px;
      line-height: 2rem;
      padding: 8px;
      margin-bottom: 20px;
      position: relative; }
      .paragraph--type--iframe .iframe--mobile-fallback h4:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 140, 180, 0);
        border-top-color: #008cb4;
        border-width: 10px;
        margin-left: -10px; }
    .paragraph--type--iframe .iframe--mobile-fallback picture {
      margin-bottom: 10px; }
    .paragraph--type--iframe .iframe--mobile-fallback .button, .paragraph--type--iframe .iframe--mobile-fallback button,
    .paragraph--type--iframe .iframe--mobile-fallback input[type="submit"],
    .paragraph--type--iframe .iframe--mobile-fallback input[type="reset"],
    .paragraph--type--iframe .iframe--mobile-fallback input[type="button"], .paragraph--type--iframe .iframe--mobile-fallback .region--content .paragraph--type--text a.button, .region--content .paragraph--type--text .paragraph--type--iframe .iframe--mobile-fallback a.button, .paragraph--type--iframe .iframe--mobile-fallback .region--content .paragraph--type--external-content a.button, .region--content .paragraph--type--external-content .paragraph--type--iframe .iframe--mobile-fallback a.button, .paragraph--type--iframe .iframe--mobile-fallback .region--content .form-item .description a.button, .region--content .form-item .description .paragraph--type--iframe .iframe--mobile-fallback a.button, .paragraph--type--iframe .iframe--mobile-fallback .button-red, .paragraph--type--iframe .iframe--mobile-fallback .button-edit, .paragraph--type--iframe .iframe--mobile-fallback #block-custom-permissions-openid-login a, #block-custom-permissions-openid-login .paragraph--type--iframe .iframe--mobile-fallback a, .paragraph--type--iframe .iframe--mobile-fallback .paid-article-notice .paid-article-notice--link, .paid-article-notice .paragraph--type--iframe .iframe--mobile-fallback .paid-article-notice--link, .paragraph--type--iframe .iframe--mobile-fallback .block--logout-block a:not(.logged-in-openid), .block--logout-block .paragraph--type--iframe .iframe--mobile-fallback a:not(.logged-in-openid), .paragraph--type--iframe .iframe--mobile-fallback .block--openid-connect-login a:not(.logged-in-openid), .block--openid-connect-login .paragraph--type--iframe .iframe--mobile-fallback a:not(.logged-in-openid), .paragraph--type--iframe .iframe--mobile-fallback .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--button .paragraph--type--iframe .iframe--mobile-fallback a, .paragraph--type--iframe .iframe--mobile-fallback .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .paragraph--type--iframe .iframe--mobile-fallback a, .paragraph--type--iframe .iframe--mobile-fallback .del-show-more a, .del-show-more .paragraph--type--iframe .iframe--mobile-fallback a, .paragraph--type--iframe .iframe--mobile-fallback .company-button a, .company-button .paragraph--type--iframe .iframe--mobile-fallback a, .paragraph--type--iframe .iframe--mobile-fallback .tf-menu li a, .tf-menu li .paragraph--type--iframe .iframe--mobile-fallback a, .paragraph--type--iframe .iframe--mobile-fallback .tf-buttons li a, .tf-buttons li .paragraph--type--iframe .iframe--mobile-fallback a {
      margin-top: 10px;
      display: block;
      font-weight: bold;
      width: auto; }
  @media (max-width: 48em) {
    .paragraph--type--iframe.has-mobile-fallback iframe {
      display: none; }
    .paragraph--type--iframe .iframe--mobile-fallback {
      display: block; } }

.paragraph--type--image-gallery {
  position: relative; }
  .paragraph--type--image-gallery .swiper-container {
    margin-left: 6.19159%;
    margin-right: 6.19159%; }

.paragraph--type--image-gallery-slide {
  text-align: left; }
  .paragraph--type--image-gallery-slide figure {
    display: inline-block; }
  .paragraph--type--image-gallery-slide picture, .paragraph--type--image-gallery-slide img {
    width: auto;
    height: auto;
    display: inline-block;
    max-height: 400px;
    margin: 0 auto; }
  .paragraph--type--image-gallery-slide .vertical-center {
    height: 100%;
    text-align: center;
    display: flex; }
    .paragraph--type--image-gallery-slide .vertical-center > * {
      vertical-align: middle;
      display: inline-block; }
    .paragraph--type--image-gallery-slide .vertical-center figure {
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .paragraph--type--image-gallery-slide .vertical-center figure figcaption {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.65em;
        line-height: 20px;
        line-height: 2rem;
        font-weight: 700; }
    .paragraph--type--image-gallery-slide .vertical-center:before {
      vertical-align: middle;
      height: 100%;
      display: inline-block;
      content: ''; }
  .paragraph--type--image-gallery-slide figcaption {
    margin-top: 20px;
    opacity: 1;
    text-align: left;
    color: #333333;
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 2.5rem; }
    .paragraph--type--image-gallery-slide figcaption .copyright {
      font-weight: 400;
      font-family: "museo-sans-condensed", sans-serif;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 16px;
      line-height: 1.6rem;
      margin-top: -10px;
      opacity: 0.5;
      text-align: right; }

.paragraph--type--image {
  text-align: center; }
  .paragraph--type--image picture, .paragraph--type--image img {
    display: inline-block;
    max-height: 500px;
    width: auto; }

.layout {
  position: relative;
  clear: both;
  margin-top: 20px; }
  .layout::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 48em) {
    .layout {
      margin-top: 0 !important; } }
  .layout:first-child {
    margin-top: 0; }
  .layout.no-margin + .paragraph {
    margin-top: 0 !important; }
  @media (max-width: 48em) {
    .layout[data-prop-hide-phone="hide-phone"] {
      display: none; } }
  @media (min-width: 48.0625em) and (max-width: 64em) {
    .layout[data-prop-hide-tablet="hide-tablet"] {
      display: none; } }
  @media (min-width: 64.0625em) {
    .layout[data-prop-hide-desktop="hide-desktop"] {
      display: none; } }
  .lt-ie9 .layout[data-prop-hide-desktop="hide-desktop"] {
    display: none; }
  @media only print {
    .layout[data-prop-hide-print="hide-print"] {
      display: none; } }

.layout-section {
  min-height: 1px;
  vertical-align: top; }
  .layout-section::after {
    clear: both;
    content: "";
    display: table; }

@media (min-width: 64.0625em) {
  .layout--double .layout-section--left {
    width: 48.83178%;
    float: left;
    margin-right: 2.33645%; }
  .layout--double .layout-section--right {
    width: 48.83178%;
    float: right;
    margin-right: 0; } }

.lt-ie9 .layout--double .layout-section--left {
  width: 48.83178%;
  float: left;
  margin-right: 2.33645%; }

.lt-ie9 .layout--double .layout-section--right {
  width: 48.83178%;
  float: right;
  margin-right: 0; }

@media (max-width: 48em) {
  .node-112085 h1 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .node-112085 h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.65em;
    margin-bottom: 30px !important; }
  .node-112085 h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.65em; }
  .node-112085 .layout--double {
    margin-bottom: 30px !important; }
    .node-112085 .layout--double p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.65em; }
    .node-112085 .layout--double .layout-section--left {
      width: 48.83178%;
      float: left;
      margin-right: 2.33645%; }
    .node-112085 .layout--double .layout-section--right {
      margin-top: 0 !important;
      overflow-wrap: break-word !important;
      width: 48.83178%;
      float: right;
      margin-right: 0; } }

@media (min-width: 64.0625em) {
  .layout--triple .layout-section--left {
    width: 31.7757%;
    float: left;
    margin-right: 2.33645%; }
  .layout--triple .layout-section--center {
    width: 31.7757%;
    float: left;
    margin-right: 2.33645%; }
  .layout--triple .layout-section--right {
    width: 31.7757%;
    float: right;
    margin-right: 0; } }

.lt-ie9 .layout--triple .layout-section--left {
  width: 31.7757%;
  float: left;
  margin-right: 2.33645%; }

.lt-ie9 .layout--triple .layout-section--center {
  width: 31.7757%;
  float: left;
  margin-right: 2.33645%; }

.lt-ie9 .layout--triple .layout-section--right {
  width: 31.7757%;
  float: right;
  margin-right: 0; }

.layout-section {
  padding: 0; }
  @media (max-width: 48em) {
    .layout-section:not(:first-child) {
      margin-top: 20px; } }

.mailchimp-signup-subscribe-form {
  margin-top: 20px;
  margin-bottom: 20px; }
  .mailchimp-signup-subscribe-form div.js-form-item > label {
    float: left; }
  .mailchimp-signup-subscribe-form div.js-form-item > input {
    margin-left: 10px;
    width: initial; }
  .mailchimp-signup-subscribe-form label.js-form-required {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.65em; }

.paragraph--type--podcast .podigee-player-wrapper iframe {
  height: 460px;
  width: 100%;
  border: none; }
  @media (min-width: 1147px) {
    .paragraph--type--podcast .podigee-player-wrapper iframe {
      height: 400px; } }
  @media (min-width: 949px) and (max-width: 1146px) {
    .paragraph--type--podcast .podigee-player-wrapper iframe {
      height: 280px; } }
  @media (min-width: 768px) and (max-width: 948px) {
    .paragraph--type--podcast .podigee-player-wrapper iframe {
      height: 460px; } }
  @media (min-width: 628px) and (max-width: 768px) {
    .paragraph--type--podcast .podigee-player-wrapper iframe {
      height: 260px; } }

.paragraph.paragraph--type--premium-subscription section.abo-type {
  width: 31.7757%;
  float: left;
  margin-right: 2.33645%;
  padding: 20px 10px 10px 10px;
  margin-top: 20px; }
  @media (max-width: 64em) {
    .paragraph.paragraph--type--premium-subscription section.abo-type {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .paragraph.paragraph--type--premium-subscription section.abo-type > * {
    display: table;
    padding-bottom: 10px;
    margin: 0 auto; }
  .paragraph.paragraph--type--premium-subscription section.abo-type:last-child {
    float: right;
    margin-right: 0;
    padding-bottom: 0; }
  .paragraph.paragraph--type--premium-subscription section.abo-type.abo-mid {
    background-color: #f5f5f5; }

.paragraph.paragraph--type--premium-subscription h5, .paragraph.paragraph--type--premium-subscription .article-issue--cta .issue-cta--headline, .article-issue--cta .paragraph.paragraph--type--premium-subscription .issue-cta--headline, .paragraph.paragraph--type--premium-subscription .article-issue.issue--view-mode-teaser .issue-articles .issue-articles--headline, .article-issue.issue--view-mode-teaser .issue-articles .paragraph.paragraph--type--premium-subscription .issue-articles--headline {
  font-weight: 700;
  font-family: "Myriad Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem; }

.paragraph.paragraph--type--premium-subscription ul.features {
  list-style-type: none; }
  .paragraph.paragraph--type--premium-subscription ul.features li.feature {
    position: relative;
    margin-left: 25px; }
  .paragraph.paragraph--type--premium-subscription ul.features li.feature:before {
    position: absolute;
    top: 5px;
    color: #008cb4;
    right: 104%; }
  .paragraph.paragraph--type--premium-subscription ul.features .feature-praemie:before {
    content: "\f067"; }
  .paragraph.paragraph--type--premium-subscription ul.features .active:before {
    content: "\f00c"; }
  .paragraph.paragraph--type--premium-subscription ul.features .not-active {
    color: grey; }

.paragraph.paragraph--type--premium-subscription .price-info, .paragraph.paragraph--type--premium-subscription .order-block {
  text-align: center; }

.paragraph.paragraph--type--premium-subscription .price-info .price-number {
  font-weight: bold;
  font-size: 1.8rem; }

.paragraph.paragraph--type--premium-subscription .price-info .price-description {
  font-size: 1.3rem;
  color: #333333; }

.paragraph.paragraph--type--premium-subscription .order-block .trial-link {
  max-width: 170px;
  text-decoration: underline;
  display: block;
  line-height: 1.2;
  margin-top: 5px; }

.section-headline {
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(64, 64, 64, 0.2);
  background: transparent;
  color: #333333; }
  .region--sidebar .section-headline {
    color: white;
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 0;
    border-top: 3px solid #008cb4;
    padding: 10px 0;
    background: #008cb4;
    color: white; }

.paragraph--type--section-headline + .paragraph {
  margin-top: 5px; }

.region--sidebar .paragraph--type--section-headline + .paragraph {
  margin-top: 0; }

.paragraph--type--section-headline h3 > i.fas, .paragraph--type--section-headline .ui-accordion-header h3 > i.ui-accordion-header-icon:before, .ui-accordion-header .paragraph--type--section-headline h3 > i.ui-accordion-header-icon:before, .paragraph--type--section-headline h3 > i.permission-lock:before, .paragraph--type--section-headline h3 > i.permission-lock.permission-lock-icon--currency.permission-lock-open:before, .paragraph--type--section-headline h3 > i.swiper-button-prev:before, .paragraph--type--section-headline h3 > i.swiper-button-next:before, .paragraph--type--section-headline .paid-article-notice h3 > i.paid-article-notice--link:before, .paid-article-notice .paragraph--type--section-headline h3 > i.paid-article-notice--link:before, .paragraph--type--section-headline h3 > i.mobile-menu-toggle:before, .paragraph--type--section-headline .block--search-block form h3 > i.form-type-textfield:after, .block--search-block form .paragraph--type--section-headline h3 > i.form-type-textfield:after, .paragraph--type--section-headline .block--search-block .pager h3 > i.pager--prev:before, .block--search-block .pager .paragraph--type--section-headline h3 > i.pager--prev:before, .paragraph--type--section-headline .block--search-block .pager h3 > i.pager--next:after, .block--search-block .pager .paragraph--type--section-headline h3 > i.pager--next:after, .paragraph--type--section-headline .paragraph.paragraph--type--premium-subscription ul.features h3 > i.feature-praemie:before, .paragraph.paragraph--type--premium-subscription ul.features .paragraph--type--section-headline h3 > i.feature-praemie:before, .paragraph--type--section-headline .paragraph.paragraph--type--premium-subscription ul.features h3 > i.active:before, .paragraph.paragraph--type--premium-subscription ul.features .paragraph--type--section-headline h3 > i.active:before, .paragraph--type--section-headline h3 > i.term.term-bundle--article-tags.term-inline:before, .paragraph--type--section-headline .view-article-issue .views-row h3 > i.paid-article-icon:before, .view-article-issue .views-row .paragraph--type--section-headline h3 > i.paid-article-icon:before, .paragraph--type--section-headline .teaser .read-more-arrow-container h3 > i.read-more-angled-arrow:before, .teaser .read-more-arrow-container .paragraph--type--section-headline h3 > i.read-more-angled-arrow:before, .paragraph--type--section-headline #tf-app .tf-entry h3 > i.icon::before, #tf-app .tf-entry .paragraph--type--section-headline h3 > i.icon::before, .paragraph--type--section-headline h3 > i.fab {
  margin-right: 5px; }

.paragraph--type--section-paragraph {
  position: relative;
  padding: 20px 0;
  background-color: #EAEAEA;
  color: #333333; }
  .paragraph--type--section-paragraph > .paragraph {
    margin-left: 10px;
    margin-right: 10px; }
    .paragraph--type--section-paragraph > .paragraph.paragraph--type--section-headline {
      margin-left: 0;
      margin-right: 0; }
      .paragraph--type--section-paragraph > .paragraph.paragraph--type--section-headline:first-child {
        margin-top: -20px; }
      .paragraph--type--section-paragraph > .paragraph.paragraph--type--section-headline h3 {
        padding-left: 10px;
        padding-right: 10px; }

.paragraph--type--showroom-landing-link a.link {
  display: block;
  transition: -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
  text-align: center; }
  .paragraph--type--showroom-landing-link a.link:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.paragraph--type--showroom-landing-link .field-image img {
  display: inline-block;
  width: 150px;
  height: 150px;
  max-width: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff; }
  @media (max-width: 48em) {
    .paragraph--type--showroom-landing-link .field-image img {
      width: 120px;
      max-width: none;
      height: 120px; } }

.paragraph--type--showroom-landing-link .title {
  max-width: 100%;
  word-break: break-all;
  text-align: center;
  color: #fff;
  margin-top: 10px; }

.paragraph--type--showroom-landing {
  background: #7F7F7F; }
  .paragraph--type--showroom-landing .full-width {
    position: relative;
    width: 100%; }
  .paragraph--type--showroom-landing .field-background-image img {
    width: 100%; }
  .paragraph--type--showroom-landing .cta-wrapper {
    position: absolute; }
    @media (max-width: 48em) {
      .paragraph--type--showroom-landing .cta-wrapper {
        right: 20px !important;
        left: auto !important;
        top: 20px !important; } }
    .paragraph--type--showroom-landing .cta-wrapper a {
      display: flex;
      align-items: center;
      background: #fee28f;
      color: #60287c;
      font-size: 18px;
      line-height: 1.2em;
      width: 120px;
      height: 120px;
      padding: 20px;
      text-align: center;
      transition: all .3s ease-in-out;
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg);
      border-radius: 50%;
      text-indent: -4px; }
      .paragraph--type--showroom-landing .cta-wrapper a:hover {
        background: #fcd468; }
      @media (max-width: 48em) {
        .paragraph--type--showroom-landing .cta-wrapper a {
          width: 100px;
          height: 100px;
          padding: 15px;
          padding-top: 10px;
          font-size: 16px; } }
  .paragraph--type--showroom-landing .field-showroom-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 40px 0; }
    .paragraph--type--showroom-landing .field-showroom-links > .field--item {
      width: 190px;
      padding: 10px 15px 20px 15px; }
      @media (max-width: 48em) {
        .paragraph--type--showroom-landing .field-showroom-links > .field--item {
          width: 170px; } }

.paragraph--type--teaser-list::after,
.paragraph--type--dynamic-teaser-list::after {
  clear: both;
  content: "";
  display: table; }

.paragraph--type--dynamic-teaser-list .del-container-content::after {
  clear: both;
  content: "";
  display: table; }

.paragraph--type--dynamic-teaser-list .del-container-content .teaser-list--list-item svg.ext {
  display: inline; }

.paragraph--type--dynamic-teaser-list .del-container-content .teaser-list--list-item a {
  display: inline; }

#block-sidebarblock .paragraph--type--dynamic-teaser-list .del-container-content .teaser-list--list-item a {
  display: inline-flex; }

.del-show-more {
  margin-top: 20px; }

.teaser-list-type--unordered-list ul,
.teaser-list-type--unordered-list-date ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .teaser-list-type--unordered-list ul li,
  .teaser-list-type--unordered-list-date ul li {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px; }
    .teaser-list-type--unordered-list ul li::before,
    .teaser-list-type--unordered-list-date ul li::before {
      content: '■';
      position: absolute;
      left: 0;
      font-size: 1rem;
      top: -.2rem; }

.del-pager {
  display: flex;
  align-content: center;
  justify-content: center;
  background: #f8f8f8;
  color: #666;
  padding: 0;
  margin-top: 3em; }

.del-pager li {
  list-style: none;
  margin: 0 .5em; }

.del-pager li a {
  padding: .5em 1em;
  color: #111;
  background: #f8f8f8;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff; }

.del-pager li a.prev .arrow {
  padding-right: .3em; }

.del-pager li a.next .arrow {
  padding-left: .3em; }

.del-pager li a:hover {
  color: #000;
  background: #f0f0f0; }

.del-pager li a:active {
  color: #fff;
  background: #888; }

.paragraph--type--video .video-wrapper {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative; }
  .paragraph--type--video .video-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.paragraph--type--webform .field-pg-webform form::after {
  clear: both;
  content: "";
  display: table; }

.paragraph--type--webform .field-pg-webform form fieldset {
  margin-left: 0;
  border: none;
  padding: 0; }
  .paragraph--type--webform .field-pg-webform form fieldset textarea {
    resize: vertical; }

@media (min-width: 64.0625em) {
  .paragraph--type--webform .field-pg-webform form .form-item.element-width--4-of-12 {
    width: 23.69338%; }
    .paragraph--type--webform .field-pg-webform form .form-item.element-width--4-of-12::after {
      clear: both;
      content: "";
      display: table; }
    .paragraph--type--webform .field-pg-webform form .form-item.element-width--4-of-12.element-inline {
      width: 23.69338%;
      float: left;
      margin-right: 1.74216%; }
    .paragraph--type--webform .field-pg-webform form .form-item.element-width--4-of-12.element-inline--last {
      width: 23.69338%;
      float: right;
      margin-right: 0; }
  .paragraph--type--webform .field-pg-webform form .form-item.element-width--5-of-12 {
    width: 30.05226%; }
    .paragraph--type--webform .field-pg-webform form .form-item.element-width--5-of-12::after {
      clear: both;
      content: "";
      display: table; }
    .paragraph--type--webform .field-pg-webform form .form-item.element-width--5-of-12.element-inline {
      width: 30.05226%;
      float: left;
      margin-right: 1.74216%; }
    .paragraph--type--webform .field-pg-webform form .form-item.element-width--5-of-12.element-inline--last {
      width: 30.05226%;
      float: right;
      margin-right: 0; }
  .paragraph--type--webform .field-pg-webform form .form-item.element-width--7-of-12 {
    width: 42.77003%; }
    .paragraph--type--webform .field-pg-webform form .form-item.element-width--7-of-12::after {
      clear: both;
      content: "";
      display: table; }
    .paragraph--type--webform .field-pg-webform form .form-item.element-width--7-of-12.element-inline {
      width: 42.77003%;
      float: left;
      margin-right: 1.74216%; }
    .paragraph--type--webform .field-pg-webform form .form-item.element-width--7-of-12.element-inline--last {
      width: 42.77003%;
      float: right;
      margin-right: 0; }
  .paragraph--type--webform .field-pg-webform form .form-item.element-width--8-of-12 {
    width: 49.12892%; }
    .paragraph--type--webform .field-pg-webform form .form-item.element-width--8-of-12::after {
      clear: both;
      content: "";
      display: table; }
    .paragraph--type--webform .field-pg-webform form .form-item.element-width--8-of-12.element-inline {
      width: 49.12892%;
      float: left;
      margin-right: 1.74216%; }
    .paragraph--type--webform .field-pg-webform form .form-item.element-width--8-of-12.element-inline--last {
      width: 49.12892%;
      float: right;
      margin-right: 0; } }

.lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--4-of-12 {
  width: 23.69338%; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--4-of-12::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--4-of-12.element-inline {
    width: 23.69338%;
    float: left;
    margin-right: 1.74216%; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--4-of-12.element-inline--last {
    width: 23.69338%;
    float: right;
    margin-right: 0; }

.lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--5-of-12 {
  width: 30.05226%; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--5-of-12::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--5-of-12.element-inline {
    width: 30.05226%;
    float: left;
    margin-right: 1.74216%; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--5-of-12.element-inline--last {
    width: 30.05226%;
    float: right;
    margin-right: 0; }

.lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--7-of-12 {
  width: 42.77003%; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--7-of-12::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--7-of-12.element-inline {
    width: 42.77003%;
    float: left;
    margin-right: 1.74216%; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--7-of-12.element-inline--last {
    width: 42.77003%;
    float: right;
    margin-right: 0; }

.lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--8-of-12 {
  width: 49.12892%; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--8-of-12::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--8-of-12.element-inline {
    width: 49.12892%;
    float: left;
    margin-right: 1.74216%; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-item.element-width--8-of-12.element-inline--last {
    width: 49.12892%;
    float: right;
    margin-right: 0; }

.paragraph--type--webform .field-pg-webform form .checkboxes-container {
  clear: both; }
  @media (min-width: 64.0625em) {
    .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--4-of-12 {
      width: 49.12892%;
      float: right;
      margin-right: 0; }
      .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--4-of-12.submit--right {
        text-align: right; }
      .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--4-of-12.submit--center {
        text-align: center; }
      .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--4-of-12.submit--left {
        text-align: left; }
    .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--5-of-12 {
      width: 42.77003%;
      float: right;
      margin-right: 0; }
      .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--5-of-12.submit--right {
        text-align: right; }
      .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--5-of-12.submit--center {
        text-align: center; }
      .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--5-of-12.submit--left {
        text-align: left; }
    .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--7-of-12 {
      width: 30.05226%;
      float: right;
      margin-right: 0; }
      .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--7-of-12.submit--right {
        text-align: right; }
      .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--7-of-12.submit--center {
        text-align: center; }
      .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--7-of-12.submit--left {
        text-align: left; }
    .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--8-of-12 {
      width: 23.69338%;
      float: right;
      margin-right: 0; }
      .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--8-of-12.submit--right {
        text-align: right; }
      .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--8-of-12.submit--center {
        text-align: center; }
      .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--8-of-12.submit--left {
        text-align: left; } }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--4-of-12 {
    width: 49.12892%;
    float: right;
    margin-right: 0; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--4-of-12.submit--right {
      text-align: right; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--4-of-12.submit--center {
      text-align: center; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--4-of-12.submit--left {
      text-align: left; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--5-of-12 {
    width: 42.77003%;
    float: right;
    margin-right: 0; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--5-of-12.submit--right {
      text-align: right; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--5-of-12.submit--center {
      text-align: center; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--5-of-12.submit--left {
      text-align: left; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--7-of-12 {
    width: 30.05226%;
    float: right;
    margin-right: 0; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--7-of-12.submit--right {
      text-align: right; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--7-of-12.submit--center {
      text-align: center; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--7-of-12.submit--left {
      text-align: left; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--8-of-12 {
    width: 23.69338%;
    float: right;
    margin-right: 0; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--8-of-12.submit--right {
      text-align: right; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--8-of-12.submit--center {
      text-align: center; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .checkboxes-container.element-width--8-of-12.submit--left {
      text-align: left; }

.paragraph--type--webform .field-pg-webform form .form-actions {
  clear: both; }
  .paragraph--type--webform .field-pg-webform form .form-actions .button, .paragraph--type--webform .field-pg-webform form .form-actions button,
  .paragraph--type--webform .field-pg-webform form .form-actions input[type="submit"],
  .paragraph--type--webform .field-pg-webform form .form-actions input[type="reset"],
  .paragraph--type--webform .field-pg-webform form .form-actions input[type="button"], .paragraph--type--webform .field-pg-webform form .form-actions .button-red, .paragraph--type--webform .field-pg-webform form .form-actions .button-edit, .paragraph--type--webform .field-pg-webform form .form-actions #block-custom-permissions-openid-login a, #block-custom-permissions-openid-login .paragraph--type--webform .field-pg-webform form .form-actions a, .paragraph--type--webform .field-pg-webform form .form-actions .paid-article-notice .paid-article-notice--link, .paid-article-notice .paragraph--type--webform .field-pg-webform form .form-actions .paid-article-notice--link, .paragraph--type--webform .field-pg-webform form .form-actions .block--logout-block a:not(.logged-in-openid), .block--logout-block .paragraph--type--webform .field-pg-webform form .form-actions a:not(.logged-in-openid), .paragraph--type--webform .field-pg-webform form .form-actions .block--openid-connect-login a:not(.logged-in-openid), .block--openid-connect-login .paragraph--type--webform .field-pg-webform form .form-actions a:not(.logged-in-openid), .paragraph--type--webform .field-pg-webform form .form-actions .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--button .paragraph--type--webform .field-pg-webform form .form-actions a, .paragraph--type--webform .field-pg-webform form .form-actions .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .paragraph--type--webform .field-pg-webform form .form-actions a, .paragraph--type--webform .field-pg-webform form .form-actions .del-show-more a, .del-show-more .paragraph--type--webform .field-pg-webform form .form-actions a, .paragraph--type--webform .field-pg-webform form .form-actions .company-button a, .company-button .paragraph--type--webform .field-pg-webform form .form-actions a, .paragraph--type--webform .field-pg-webform form .form-actions .tf-menu li a, .tf-menu li .paragraph--type--webform .field-pg-webform form .form-actions a, .paragraph--type--webform .field-pg-webform form .form-actions .tf-buttons li a, .tf-buttons li .paragraph--type--webform .field-pg-webform form .form-actions a {
    color: white; }
  @media (min-width: 64.0625em) {
    .paragraph--type--webform .field-pg-webform form .form-actions.element-width--4-of-12 {
      width: 49.12892%;
      float: right;
      margin-right: 0; }
      .paragraph--type--webform .field-pg-webform form .form-actions.element-width--4-of-12.submit--right {
        text-align: right; }
      .paragraph--type--webform .field-pg-webform form .form-actions.element-width--4-of-12.submit--center {
        text-align: center; }
      .paragraph--type--webform .field-pg-webform form .form-actions.element-width--4-of-12.submit--left {
        text-align: left; }
    .paragraph--type--webform .field-pg-webform form .form-actions.element-width--5-of-12 {
      width: 42.77003%;
      float: right;
      margin-right: 0; }
      .paragraph--type--webform .field-pg-webform form .form-actions.element-width--5-of-12.submit--right {
        text-align: right; }
      .paragraph--type--webform .field-pg-webform form .form-actions.element-width--5-of-12.submit--center {
        text-align: center; }
      .paragraph--type--webform .field-pg-webform form .form-actions.element-width--5-of-12.submit--left {
        text-align: left; }
    .paragraph--type--webform .field-pg-webform form .form-actions.element-width--7-of-12 {
      width: 30.05226%;
      float: right;
      margin-right: 0; }
      .paragraph--type--webform .field-pg-webform form .form-actions.element-width--7-of-12.submit--right {
        text-align: right; }
      .paragraph--type--webform .field-pg-webform form .form-actions.element-width--7-of-12.submit--center {
        text-align: center; }
      .paragraph--type--webform .field-pg-webform form .form-actions.element-width--7-of-12.submit--left {
        text-align: left; }
    .paragraph--type--webform .field-pg-webform form .form-actions.element-width--8-of-12 {
      width: 23.69338%;
      float: right;
      margin-right: 0; }
      .paragraph--type--webform .field-pg-webform form .form-actions.element-width--8-of-12.submit--right {
        text-align: right; }
      .paragraph--type--webform .field-pg-webform form .form-actions.element-width--8-of-12.submit--center {
        text-align: center; }
      .paragraph--type--webform .field-pg-webform form .form-actions.element-width--8-of-12.submit--left {
        text-align: left; } }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--4-of-12 {
    width: 49.12892%;
    float: right;
    margin-right: 0; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--4-of-12.submit--right {
      text-align: right; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--4-of-12.submit--center {
      text-align: center; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--4-of-12.submit--left {
      text-align: left; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--5-of-12 {
    width: 42.77003%;
    float: right;
    margin-right: 0; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--5-of-12.submit--right {
      text-align: right; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--5-of-12.submit--center {
      text-align: center; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--5-of-12.submit--left {
      text-align: left; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--7-of-12 {
    width: 30.05226%;
    float: right;
    margin-right: 0; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--7-of-12.submit--right {
      text-align: right; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--7-of-12.submit--center {
      text-align: center; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--7-of-12.submit--left {
      text-align: left; }
  .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--8-of-12 {
    width: 23.69338%;
    float: right;
    margin-right: 0; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--8-of-12.submit--right {
      text-align: right; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--8-of-12.submit--center {
      text-align: center; }
    .lt-ie9 .paragraph--type--webform .field-pg-webform form .form-actions.element-width--8-of-12.submit--left {
      text-align: left; }
  .paragraph--type--webform .field-pg-webform form .form-actions.submit--center:not([class*="element-width--"]) {
    text-align: center; }
  .paragraph--type--webform .field-pg-webform form .form-actions.submit--right:not([class*="element-width--"]) {
    text-align: right; }
  .paragraph--type--webform .field-pg-webform form .form-actions.submit--left:not([class*="element-width--"]) {
    text-align: left; }

.term.term-bundle--article-tags.term-inline:before {
  content: "\f02b";
  padding-right: 5px; }

.term.term-bundle--article-tags.term-inline:after {
  content: '';
  margin-right: .4em; }

.term.term-bundle--article-tags.term-inline:last-child:after {
  display: none; }

.author.author--editorial {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem; }
  .author.author--editorial .author-name {
    color: #333333;
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem; }

.author--inline a {
  color: #008cb4; }

.author--inline .author--inline--company:before {
  content: ', '; }

.article-issue--cta .issue-cta--headline {
  margin-bottom: 10px; }

.view-article-issue h3 {
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #008cb4; }

.view-article-issue .views-row {
  display: block;
  margin-bottom: 20px;
  color: #333333; }
  @media (min-width: 64.0625em) {
    .view-article-issue .views-row {
      margin-left: 7.46479%; } }
  .lt-ie9 .view-article-issue .views-row {
    margin-left: 7.46479%; }
  .view-article-issue .views-row:last-child {
    margin-bottom: 0; }
  .view-article-issue .views-row .paid-article-icon {
    vertical-align: top; }
    .view-article-issue .views-row .paid-article-icon:before {
      content: "\f153";
      background: #008cb4;
      color: white;
      margin-left: 5px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.65em;
      line-height: 15px;
      width: 19px;
      height: 19px;
      padding: 2px 4px 2px 2px;
      text-align: center;
      border-radius: 50%;
      vertical-align: middle; }
  .view-article-issue .views-row:hover .issue-item--title,
  .view-article-issue .views-row:hover .issue-item--kicker {
    color: #008cb4; }

.view-article-issue .permission-lock {
  float: left;
  opacity: 1;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  background: lightgrey;
  color: #333333;
  padding: 5px 10px;
  margin-right: 10px; }
  .view-article-issue .permission-lock:before {
    line-height: inherit;
    vertical-align: top;
    margin-right: .4em; }

.view-article-issue .issue-item--title {
  display: inline-block;
  font-weight: bold; }

.view-article-issue .issue-item--kicker {
  display: block; }

.view-article-issue .issue-item--page-number {
  float: right; }

.view-article-issue .field-issue-cover {
  display: flex;
  justify-content: center;
  background: white;
  padding: 15px 0; }
  @media (min-width: 64.0625em) {
    .view-article-issue .field-issue-cover {
      float: right;
      padding: 0 0 15px 15px; } }
  .lt-ie9 .view-article-issue .field-issue-cover {
    float: right;
    padding: 0 0 15px 15px; }
  .view-article-issue .field-issue-cover img {
    max-width: 250px;
    width: auto;
    height: auto; }

.article-issue.issue--view-mode-mini-3col {
  padding: 10px 0 40px;
  text-align: center; }
  @media (min-width: 48.0625em) and (max-width: 64em) {
    .article-issue.issue--view-mode-mini-3col {
      width: 48.83178%;
      float: left; }
      .article-issue.issue--view-mode-mini-3col:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .article-issue.issue--view-mode-mini-3col:nth-child(2n + 2) {
        margin-left: 51.16822%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 64.0625em) {
    .article-issue.issue--view-mode-mini-3col {
      width: 23.24766%;
      float: left; }
      .article-issue.issue--view-mode-mini-3col:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .article-issue.issue--view-mode-mini-3col:nth-child(4n + 2) {
        margin-left: 25.58411%;
        margin-right: -100%;
        clear: none; }
      .article-issue.issue--view-mode-mini-3col:nth-child(4n + 3) {
        margin-left: 51.16822%;
        margin-right: -100%;
        clear: none; }
      .article-issue.issue--view-mode-mini-3col:nth-child(4n + 4) {
        margin-left: 76.75234%;
        margin-right: -100%;
        clear: none; } }
  .lt-ie9 .article-issue.issue--view-mode-mini-3col {
    width: 23.24766%;
    float: left; }
    .lt-ie9 .article-issue.issue--view-mode-mini-3col:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .lt-ie9 .article-issue.issue--view-mode-mini-3col:nth-child(4n + 2) {
      margin-left: 25.58411%;
      margin-right: -100%;
      clear: none; }
    .lt-ie9 .article-issue.issue--view-mode-mini-3col:nth-child(4n + 3) {
      margin-left: 51.16822%;
      margin-right: -100%;
      clear: none; }
    .lt-ie9 .article-issue.issue--view-mode-mini-3col:nth-child(4n + 4) {
      margin-left: 76.75234%;
      margin-right: -100%;
      clear: none; }
  .article-issue.issue--view-mode-mini-3col .issue-cover {
    margin: 0 20px; }
    .article-issue.issue--view-mode-mini-3col .issue-cover .issue-cover-link {
      display: inline-block; }
  .article-issue.issue--view-mode-mini-3col img {
    display: inline-block;
    max-width: 130px; }
  .article-issue.issue--view-mode-mini-3col h3 {
    margin: 10px 0; }
  .article-issue.issue--view-mode-mini-3col .issue-order {
    margin-top: 10px; }
  .article-issue.issue--view-mode-mini-3col a.button, .article-issue.issue--view-mode-mini-3col .region--content .form-item .description a.button, .region--content .form-item .description .article-issue.issue--view-mode-mini-3col a.button, .article-issue.issue--view-mode-mini-3col a.button-red, .article-issue.issue--view-mode-mini-3col a.button-edit, .article-issue.issue--view-mode-mini-3col #block-custom-permissions-openid-login a, #block-custom-permissions-openid-login .article-issue.issue--view-mode-mini-3col a, .article-issue.issue--view-mode-mini-3col .paid-article-notice a.paid-article-notice--link, .paid-article-notice .article-issue.issue--view-mode-mini-3col a.paid-article-notice--link, .article-issue.issue--view-mode-mini-3col .block--logout-block a:not(.logged-in-openid), .block--logout-block .article-issue.issue--view-mode-mini-3col a:not(.logged-in-openid), .article-issue.issue--view-mode-mini-3col .block--openid-connect-login a:not(.logged-in-openid), .block--openid-connect-login .article-issue.issue--view-mode-mini-3col a:not(.logged-in-openid), .article-issue.issue--view-mode-mini-3col .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--button .article-issue.issue--view-mode-mini-3col a, .article-issue.issue--view-mode-mini-3col .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .article-issue.issue--view-mode-mini-3col a, .article-issue.issue--view-mode-mini-3col .del-show-more a, .del-show-more .article-issue.issue--view-mode-mini-3col a, .article-issue.issue--view-mode-mini-3col .company-button a, .company-button .article-issue.issue--view-mode-mini-3col a, .article-issue.issue--view-mode-mini-3col .tf-menu li a, .tf-menu li .article-issue.issue--view-mode-mini-3col a, .article-issue.issue--view-mode-mini-3col .tf-buttons li a, .tf-buttons li .article-issue.issue--view-mode-mini-3col a {
    color: white;
    text-decoration: none; }

.article-issue.issue--view-mode-teaser .issue-split {
  margin-bottom: 20px; }
  @media (min-width: 64.0625em) {
    .article-issue.issue--view-mode-teaser .issue-split::after {
      clear: both;
      content: "";
      display: table; }
    .article-issue.issue--view-mode-teaser .issue-split .issue-cover {
      float: left;
      width: 40%;
      width: calc(115px);
      padding-right: 5px; }
    .article-issue.issue--view-mode-teaser .issue-split .issue-split-content {
      float: left;
      width: 60%;
      width: calc(100% - 115px);
      padding-left: 5px; } }
  .lt-ie9 .article-issue.issue--view-mode-teaser .issue-split::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .article-issue.issue--view-mode-teaser .issue-split .issue-cover {
    float: left;
    width: 40%;
    width: calc(115px);
    padding-right: 5px; }
  .lt-ie9 .article-issue.issue--view-mode-teaser .issue-split .issue-split-content {
    float: left;
    width: 60%;
    width: calc(100% - 115px);
    padding-left: 5px; }
  .article-issue.issue--view-mode-teaser .issue-split h3 {
    margin-bottom: 10px; }

.article-issue.issue--view-mode-teaser .issue-order {
  margin-top: 10px; }

.article-issue.issue--view-mode-teaser .issue-articles {
  margin-bottom: 20px; }
  .article-issue.issue--view-mode-teaser .issue-articles .issue-articles--headline {
    margin-bottom: 10px; }
  .article-issue.issue--view-mode-teaser .issue-articles ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style-type: square; }

.teaser {
  clear: both;
  display: block;
  background: transparent;
  color: #333333;
  padding: 10px 0;
  margin-bottom: 20px; }
  .teaser::after {
    clear: both;
    content: "";
    display: table; }
  .teaser:last-child {
    margin-bottom: 0; }
  .teaser.teaser-unpublished {
    background: repeating-linear-gradient(45deg, rgba(255, 255, 0, 0.3), rgba(255, 255, 0, 0.3) 10px, rgba(255, 255, 0, 0.05) 10px, rgba(255, 255, 0, 0.05) 20px), white; }
  .teaser .read-more-arrow-container {
    display: inline; }
    .teaser .read-more-arrow-container .read-more-angled-arrow:before {
      content: "\f101";
      padding-left: 5px;
      vertical-align: -1px;
      color: #666666; }

a.teaser {
  color: #333333;
  text-decoration: none; }
  a.teaser:hover {
    text-decoration: none; }

.teaser.teaser--mini-2col .teaser-content--headline {
  font-size: 2.4rem !important; }

.teaser-content--kicker {
  color: #008cb4; }

.teaser-content--advertisement {
  display: inline-block;
  background: lightgrey;
  color: #333333;
  padding: 0 5px; }

.teaser-content--publishing-date {
  float: left; }

.teaser-content--publishing-date-divider {
  float: left;
  padding: 0 .2em; }

.teaser-content--entity-id {
  float: right; }
  .teaser-content--entity-id .id-marker {
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 0 5px;
    border-radius: 4px; }

.teaser-content--headline {
  margin-bottom: 5px;
  transition: 0.2s;
  transition-timing-function: ease-in; }

.teaser-content--read-more-container {
  margin-top: 10px;
  clear: both;
  text-align: right; }

.teaser-content--image {
  text-align: center; }
  .teaser-content--image picture, .teaser-content--image img {
    display: inline-block; }

.image--figure {
  background-color: transparent; }
  .image--figure .copyright {
    padding: 5px;
    text-align: right; }
  @media (min-width: 48em) {
    .image--figure {
      background-color: rgba(240, 240, 240, 0.5); } }

.node--type--article .image--figure {
  background-color: transparent; }

.teaser-content--read-more {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  background-color: transparent;
  color: #008cb4;
  border: 1px solid #008cb4;
  padding: 5px 10px;
  display: inline-block;
  text-align: center; }
  .teaser-content--read-more .teaser-content--read-more-text {
    font-size: 14px; }
  .teaser-content--read-more .permission-lock {
    display: inline-block;
    padding-left: 5px;
    line-height: 1; }
    .teaser-content--read-more .permission-lock:before {
      position: relative;
      top: -1px;
      vertical-align: top; }
  a.teaser:hover .teaser-content--read-more {
    background-color: rgba(0, 140, 180, 0.17);
    border-color: #008cb4;
    color: #008cb4; }

a.teaser div.teaser-content .teaser-content--headline:hover {
  color: #666666; }

.teaser.teaser--standard,
.teaser.teaser--standard-no-image,
.teaser.teaser--mini {
  position: relative; }
  .teaser.teaser--standard:before,
  .teaser.teaser--standard-no-image:before,
  .teaser.teaser--mini:before {
    position: absolute;
    bottom: -10px;
    content: '';
    display: block;
    left: 20px;
    right: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .teaser.teaser--standard:last-child:before,
  .teaser.teaser--standard-no-image:last-child:before,
  .teaser.teaser--mini:last-child:before {
    display: none; }

.teaser.teaser--editorial picture, .teaser.teaser--editorial img {
  width: 100%; }

@media (max-width: 48em) {
  .teaser.teaser--editorial .teaser-content--author {
    width: 48.83178%;
    float: left;
    margin-right: 2.33645%; } }

@media (min-width: 48.0625em) and (max-width: 64em) {
  .teaser.teaser--editorial .teaser-content--author {
    width: 40.30374%;
    float: left;
    margin-right: 2.33645%; } }

@media (min-width: 64.0625em) {
  .teaser.teaser--editorial .teaser-content--author {
    width: 23.24766%;
    float: left;
    margin-right: 2.33645%; } }

.lt-ie9 .teaser.teaser--editorial .teaser-content--author {
  width: 23.24766%;
  float: left;
  margin-right: 2.33645%; }

@media (max-width: 48em) {
  .teaser.teaser--editorial .teaser-content--author + .teaser-content {
    width: 48.83178%;
    float: right;
    margin-right: 0; } }

@media (min-width: 48.0625em) and (max-width: 64em) {
  .teaser.teaser--editorial .teaser-content--author + .teaser-content {
    width: 57.35981%;
    float: right;
    margin-right: 0; } }

@media (min-width: 64.0625em) {
  .teaser.teaser--editorial .teaser-content--author + .teaser-content {
    width: 74.41589%;
    float: right;
    margin-right: 0; } }

.lt-ie9 .teaser.teaser--editorial .teaser-content--author + .teaser-content {
  width: 74.41589%;
  float: right;
  margin-right: 0; }

.field--editorial-field-body {
  display: inline; }
  .field--editorial-field-body p {
    display: inline; }

.teaser-list-type--gallery .swiper-container,
.teaser-list-type--carousel .swiper-container {
  margin-left: 6.19159%;
  margin-right: 6.19159%; }

.teaser-list-type--carousel,
.teaser-list-type--gallery,
.del-container-gallery .del-container-content,
.del-container-carousel .del-container-content {
  position: relative; }

.teaser.teaser--unordered-list,
.teaser.teaser--unordered-list-date {
  padding: 0; }
  .teaser.teaser--unordered-list:hover,
  .teaser.teaser--unordered-list-date:hover {
    background-color: transparent; }
  .teaser.teaser--unordered-list a .teaser-content--headline:hover,
  .teaser.teaser--unordered-list-date a .teaser-content--headline:hover {
    color: #008cb4; }
  .teaser.teaser--unordered-list a .teaser-content--headline:active,
  .teaser.teaser--unordered-list-date a .teaser-content--headline:active {
    color: #008cb4; }
  .teaser.teaser--unordered-list .teaser-content--headline,
  .teaser.teaser--unordered-list-date .teaser-content--headline {
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
    color: #333333;
    padding-right: 0.2em; }
  .teaser.teaser--unordered-list .teaser-content--advertisement,
  .teaser.teaser--unordered-list-date .teaser-content--advertisement {
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem; }
  .teaser.teaser--unordered-list .teaser-content--entity-id,
  .teaser.teaser--unordered-list-date .teaser-content--entity-id {
    float: none; }
  .teaser.teaser--unordered-list .teaser-content--publishing-date,
  .teaser.teaser--unordered-list-date .teaser-content--publishing-date {
    float: none;
    display: inline-block;
    padding-right: 0.2em; }
    .teaser.teaser--unordered-list .teaser-content--publishing-date:before,
    .teaser.teaser--unordered-list-date .teaser-content--publishing-date:before {
      content: ' - '; }
  .teaser.teaser--unordered-list.ext .teaser-content,
  .teaser.teaser--unordered-list-date.ext .teaser-content {
    display: inline; }
  .teaser.teaser--unordered-list.ext svg,
  .teaser.teaser--unordered-list-date.ext svg {
    display: inline; }

.teaser.teaser--media-partner::after {
  clear: both;
  content: "";
  display: table; }

.teaser.teaser--media-partner .teaser-content--entity-id {
  margin-bottom: 10px; }

.teaser.teaser--media-partner .teaser-content--image {
  width: 46.32353%;
  float: left;
  margin-right: 7.35294%; }
  .teaser.teaser--media-partner .teaser-content--image .caption {
    display: none; }

.teaser.teaser--media-partner .teaser-content {
  width: 46.32353%;
  float: right;
  margin-right: 0; }

.teaser.teaser--media-partner .teaser-content--body {
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  margin-top: 10px; }

.teaser.teaser--mini .teaser-content--image,
.teaser.teaser--mini-2col .teaser-content--image,
.teaser.teaser--mini-3col .teaser-content--image,
.teaser.teaser--medium-2col .teaser-content--image,
.teaser.teaser--carousel .teaser-content--image {
  margin-bottom: 5px; }

.teaser.teaser--mini .teaser-content--entity-id,
.teaser.teaser--mini-2col .teaser-content--entity-id,
.teaser.teaser--mini-3col .teaser-content--entity-id,
.teaser.teaser--medium-2col .teaser-content--entity-id,
.teaser.teaser--carousel .teaser-content--entity-id {
  float: none; }

.teaser.teaser--mini .teaser-content--headline,
.teaser.teaser--mini-2col .teaser-content--headline,
.teaser.teaser--mini-3col .teaser-content--headline,
.teaser.teaser--medium-2col .teaser-content--headline,
.teaser.teaser--carousel .teaser-content--headline {
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem; }

@media (min-width: 48.0625em) {
  .teaser.teaser--mini {
    width: 48.83178%;
    float: left;
    margin-right: 2.33645%; } }

@media (min-width: 48.0625em) {
  .teaser.teaser--mini-2col,
  .teaser.teaser--medium-2col {
    width: 48.83178%;
    float: left; }
    .teaser.teaser--mini-2col:nth-child(2n + 1),
    .teaser.teaser--medium-2col:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .teaser.teaser--mini-2col:nth-child(2n + 2),
    .teaser.teaser--medium-2col:nth-child(2n + 2) {
      margin-left: 51.16822%;
      margin-right: -100%;
      clear: none; } }

@media (min-width: 48.0625em) and (max-width: 64em) {
  .teaser.teaser--mini-3col {
    width: 48.83178%;
    float: left; }
    .teaser.teaser--mini-3col:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .teaser.teaser--mini-3col:nth-child(2n + 2) {
      margin-left: 51.16822%;
      margin-right: -100%;
      clear: none; } }

@media (min-width: 64.0625em) {
  .teaser.teaser--mini-3col {
    width: 31.7757%;
    float: left; }
    .teaser.teaser--mini-3col:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .teaser.teaser--mini-3col:nth-child(3n + 2) {
      margin-left: 34.11215%;
      margin-right: -100%;
      clear: none; }
    .teaser.teaser--mini-3col:nth-child(3n + 3) {
      margin-left: 68.2243%;
      margin-right: -100%;
      clear: none; } }

.lt-ie9 .teaser.teaser--mini-3col {
  width: 31.7757%;
  float: left; }
  .lt-ie9 .teaser.teaser--mini-3col:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .lt-ie9 .teaser.teaser--mini-3col:nth-child(3n + 2) {
    margin-left: 34.11215%;
    margin-right: -100%;
    clear: none; }
  .lt-ie9 .teaser.teaser--mini-3col:nth-child(3n + 3) {
    margin-left: 68.2243%;
    margin-right: -100%;
    clear: none; }

.teaser--teaser-popup {
  margin: 0;
  padding: 0; }

@media (min-width: 48.0625em) {
  .teaser.teaser--standard .teaser-content--image,
  .teaser.teaser--gallery .teaser-content--image {
    width: 23.24766%;
    float: left;
    margin-right: 2.33645%; } }

@media (min-width: 48.0625em) {
  .teaser.teaser--standard .teaser-content--image + .teaser-content,
  .teaser.teaser--gallery .teaser-content--image + .teaser-content {
    width: 74.41589%;
    float: right;
    margin-right: 0; } }

.teaser.teaser--standard .teaser-content .teaser-content--body {
  display: inline; }
  .teaser.teaser--standard .teaser-content .teaser-content--body p:last-child {
    display: inline; }

.teaser-content .teaser-content--body {
  display: inline; }
  .teaser-content .teaser-content--body p:last-child {
    display: inline; }

@media (min-width: 48.0625em) {
  .teaser.teaser--standard-2col {
    width: 48.83178%;
    float: left; }
    .teaser.teaser--standard-2col:nth-last-child(2) {
      margin-bottom: 0; }
    .teaser.teaser--standard-2col:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .teaser.teaser--standard-2col:nth-child(2n + 2) {
      margin-left: 51.16822%;
      margin-right: -100%;
      clear: none; } }

.teaser.teaser--standard-2col .teaser-content--headline {
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem; }

.teaser.teaser--standard-2col .teaser-content--publishing-date,
.teaser.teaser--standard-2col .teaser-content--publishing-date-divider,
.teaser.teaser--standard-2col .teaser-content--body {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem; }

@media (min-width: 64.0625em) {
  .teaser.teaser--standard-2col .teaser-content--image {
    width: 40.52953%;
    float: left;
    margin-right: 4.07332%; } }

.lt-ie9 .teaser.teaser--standard-2col .teaser-content--image {
  width: 40.52953%;
  float: left;
  margin-right: 4.07332%; }

@media (min-width: 64.0625em) {
  .teaser.teaser--standard-2col .teaser-content--image + .teaser-content {
    width: 55.39715%;
    float: right;
    margin-right: 0; } }

.lt-ie9 .teaser.teaser--standard-2col .teaser-content--image + .teaser-content {
  width: 55.39715%;
  float: right;
  margin-right: 0; }

.teaser.teaser--standard-2col .teaser-content--entity-id {
  float: none;
  margin-bottom: 5px; }

*:not(#sidebar) .teaser.teaser--standard div.teaser-content .teaser-content--headline {
  font-size: 24px !important;
  font-size: 2.4rem !important;
  line-height: 1.65em; }
  @media (max-width: 48em) {
    *:not(#sidebar) .teaser.teaser--standard div.teaser-content .teaser-content--headline {
      font-size: 16px !important;
      font-size: 1.6rem !important;
      line-height: 1.65em; } }

.teaser-list-type--teaser-premium-sidebar.paragraph--view-mode--default {
  background-color: #F0F0F0;
  padding-left: 10px;
  padding-right: 10px; }
  .teaser-list-type--teaser-premium-sidebar.paragraph--view-mode--default .teaser--teaser-premium-sidebar {
    margin-bottom: 10px; }
    .teaser-list-type--teaser-premium-sidebar.paragraph--view-mode--default .teaser--teaser-premium-sidebar::after {
      clear: both;
      content: "";
      display: table; }
    .teaser-list-type--teaser-premium-sidebar.paragraph--view-mode--default .teaser--teaser-premium-sidebar .teaser-content--image {
      width: 46.32353%;
      float: right;
      margin-right: 0;
      margin-right: 5px; }
      .teaser-list-type--teaser-premium-sidebar.paragraph--view-mode--default .teaser--teaser-premium-sidebar .teaser-content--image .caption {
        display: none; }
      .teaser-list-type--teaser-premium-sidebar.paragraph--view-mode--default .teaser--teaser-premium-sidebar .teaser-content--image .field--label {
        display: none; }
    .teaser-list-type--teaser-premium-sidebar.paragraph--view-mode--default .teaser--teaser-premium-sidebar .teaser-content {
      width: 46.32353%;
      float: left;
      margin-right: 7.35294%;
      margin-left: 5px;
      margin-right: 0; }
      .teaser-list-type--teaser-premium-sidebar.paragraph--view-mode--default .teaser--teaser-premium-sidebar .teaser-content .teaser-content--headline {
        font-weight: 400;
        font-family: "museo-sans-condensed", sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
        word-break: break-word;
        overflow: hidden;
        font-weight: bold;
        color: #008cb4; }
        .teaser-list-type--teaser-premium-sidebar.paragraph--view-mode--default .teaser--teaser-premium-sidebar .teaser-content .teaser-content--headline .field--label {
          display: none; }
      .teaser-list-type--teaser-premium-sidebar.paragraph--view-mode--default .teaser--teaser-premium-sidebar .teaser-content .teaser-content--body {
        font-weight: 400;
        font-family: "museo-sans-condensed", sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        line-height: 2rem;
        color: #333333; }

.manual.teaser--teaser-premium-sidebar .teaser-content--image {
  padding-top: 10px;
  padding-bottom: 10px; }

.manual.teaser--teaser-premium-sidebar .teaser-content {
  padding-top: 10px;
  padding-bottom: 10px; }

.content-extension--wordpress p picture {
  display: inline-block; }
  .content-extension--wordpress p picture img {
    display: inline;
    width: initial; }
  .content-extension--wordpress p picture ~ em {
    display: block; }

.content-extension--wordpress p:has(picture:nth-of-type(2)) picture {
  max-width: 49%; }

.content-extension--wordpress p:has(picture:nth-of-type(3)) picture {
  max-width: 33%; }

.content-extension--wordpress p:has(picture:nth-of-type(4)) picture {
  max-width: 49%; }

.content-extension--wordpress p:has(picture:nth-of-type(5)) picture {
  max-width: 33%; }

.content-extension--wordpress div > figure,
.content-extension--wordpress .has-image {
  margin: 40px 0; }
  @media (min-width: 48em) {
    .content-extension--wordpress div > figure,
    .content-extension--wordpress .has-image {
      float: left;
      margin: 0 40px 40px 0;
      max-width: 48%; }
      .content-extension--wordpress div > figure img, .content-extension--wordpress div > figure picture,
      .content-extension--wordpress .has-image img,
      .content-extension--wordpress .has-image picture {
        display: inline-block;
        width: 100%; } }
  .content-extension--wordpress div > figure figure,
  .content-extension--wordpress .has-image figure {
    float: none !important; }

@media (min-width: 48em) {
  .content-extension--wordpress div.has-image figure {
    width: auto;
    float: none;
    margin: 0;
    max-width: none; } }

.block--logout-block p, .block--logout-block p a.logged-in-openid {
  color: white; }

.block--openid-connect-login.mobile-block,
.block--logout-block.mobile-block {
  background-color: #008cb4; }
  .block--openid-connect-login.mobile-block p,
  .block--logout-block.mobile-block p {
    color: #fff; }
  .block--openid-connect-login.mobile-block:hover a, .block--openid-connect-login.mobile-block:hover input,
  .block--logout-block.mobile-block:hover a,
  .block--logout-block.mobile-block:hover input {
    background-color: #cfd3df;
    color: #008cb4; }

.block--header-promotion-block {
  color: #008cb4; }

.region--header {
  background-color: #fff; }
  @media only print {
    .region--header .block--header-search-block {
      bottom: -4px; } }
  .region--header .openid-connect-login-form,
  .region--header .block--logout-block {
    background-color: #008cb4; }

#header div:first-of-type {
  width: 100%; }
  @media (max-width: 48em) {
    #header div:first-of-type {
      width: 95%; } }

.color-scheme--inverted .button, .color-scheme--inverted button,
.color-scheme--inverted input[type="submit"],
.color-scheme--inverted input[type="reset"],
.color-scheme--inverted input[type="button"], .color-scheme--inverted .region--content p a.button, .region--content p .color-scheme--inverted a.button, .color-scheme--inverted .region--content .paragraph--type--text a.button, .region--content .paragraph--type--text .color-scheme--inverted a.button, .color-scheme--inverted .region--content .paragraph--type--external-content a.button, .region--content .paragraph--type--external-content .color-scheme--inverted a.button, .color-scheme--inverted .region--content .form-item .description a.button, .region--content .form-item .description .color-scheme--inverted a.button, .color-scheme--inverted .button-red, .color-scheme--inverted .button-edit, .color-scheme--inverted #block-custom-permissions-openid-login a, #block-custom-permissions-openid-login .color-scheme--inverted a, .color-scheme--inverted .paid-article-notice .paid-article-notice--link, .paid-article-notice .color-scheme--inverted .paid-article-notice--link, .color-scheme--inverted .block--logout-block a:not(.logged-in-openid), .block--logout-block .color-scheme--inverted a:not(.logged-in-openid), .color-scheme--inverted .block--openid-connect-login a:not(.logged-in-openid), .block--openid-connect-login .color-scheme--inverted a:not(.logged-in-openid), .color-scheme--inverted .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--button .color-scheme--inverted a, .color-scheme--inverted .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .color-scheme--inverted a, .color-scheme--inverted .del-show-more a, .del-show-more .color-scheme--inverted a, .color-scheme--inverted .company-button a, .company-button .color-scheme--inverted a, .color-scheme--inverted .tf-menu li a, .tf-menu li .color-scheme--inverted a, .color-scheme--inverted .tf-buttons li a, .tf-buttons li .color-scheme--inverted a,
.color-scheme--inverted input[type="submit"] {
  background-color: #c8e6f0 !important; }
  .color-scheme--inverted .button:hover, .color-scheme--inverted button:hover,
  .color-scheme--inverted input:hover[type="submit"],
  .color-scheme--inverted input:hover[type="reset"],
  .color-scheme--inverted input:hover[type="button"], .color-scheme--inverted .region--content .paragraph--type--text a.button:hover, .region--content .paragraph--type--text .color-scheme--inverted a.button:hover, .color-scheme--inverted .region--content .paragraph--type--external-content a.button:hover, .region--content .paragraph--type--external-content .color-scheme--inverted a.button:hover, .color-scheme--inverted .region--content .form-item .description a.button:hover, .region--content .form-item .description .color-scheme--inverted a.button:hover, .color-scheme--inverted .button-red:hover, .color-scheme--inverted .button-edit:hover, .color-scheme--inverted #block-custom-permissions-openid-login a:hover, #block-custom-permissions-openid-login .color-scheme--inverted a:hover, .color-scheme--inverted .paid-article-notice .paid-article-notice--link:hover, .paid-article-notice .color-scheme--inverted .paid-article-notice--link:hover, .color-scheme--inverted .block--logout-block a:hover:not(.logged-in-openid), .block--logout-block .color-scheme--inverted a:hover:not(.logged-in-openid), .color-scheme--inverted .block--openid-connect-login a:hover:not(.logged-in-openid), .block--openid-connect-login .color-scheme--inverted a:hover:not(.logged-in-openid), .color-scheme--inverted .paragraph--type--button.button-style--button a:hover, .paragraph--type--button.button-style--button .color-scheme--inverted a:hover, .color-scheme--inverted .paragraph--type--button.button-style--cta a:hover, .paragraph--type--button.button-style--cta .color-scheme--inverted a:hover, .color-scheme--inverted .del-show-more a:hover, .del-show-more .color-scheme--inverted a:hover, .color-scheme--inverted .company-button a:hover, .company-button .color-scheme--inverted a:hover, .color-scheme--inverted .tf-menu li a:hover, .tf-menu li .color-scheme--inverted a:hover, .color-scheme--inverted .tf-buttons li a:hover, .tf-buttons li .color-scheme--inverted a:hover,
  .color-scheme--inverted input[type="submit"]:hover {
    background-color: #fff !important;
    color: #333; }

@media (max-width: 48em) {
  .block--related-articles .teaser-content .teaser-content--headline {
    font-weight: 700; } }

.block--related-articles .block--content .teaser--mini-3col {
  background-color: #EAEAEA; }

@media (max-width: 48em) {
  #block-sitebranding {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 30px !important;
    padding-left: 0;
    min-height: unset; }
    #block-sitebranding img {
      max-height: 70px; } }

div.eyecatcher .teaser.teaser--mini-3col {
  background: #EAEAEA; }

.mm-menu .menu-item--active-trail {
  background: #008cb4;
  color: white; }

.mobile-menu-toggle {
  color: #333 !important; }
  .mobile-menu-toggle:before {
    color: #333; }

#block-topics-menu .menu .is-active {
  border: 1px solid #008cb4;
  background: rgba(0, 140, 180, 0.17);
  color: #008cb4; }

.block--verticals-top-bar-menu-block .menu .menu-item a {
  color: #000; }

.node--type--business.node--view-mode-full .image--figure img {
  padding: 4px;
  border: 1px solid #008cb4; }

.teaser-content--kicker {
  color: #1c79a1; }

@media (max-width: 48em) {
  .paragraph--type--dynamic-teaser-list .teaser-content .teaser-content--headline {
    font-weight: 700; } }

.region--sidebar .section-headline {
  color: white;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
  padding: 5px 10px;
  margin-bottom: 10px; }

.paragraph--type--section-headline + .paragraph {
  margin-top: 5px; }

.region--sidebar .paragraph--type--section-headline + .paragraph {
  margin-top: 0; }

.paragraph--type--section-headline h3 > i.fas, .paragraph--type--section-headline .ui-accordion-header h3 > i.ui-accordion-header-icon:before, .ui-accordion-header .paragraph--type--section-headline h3 > i.ui-accordion-header-icon:before, .paragraph--type--section-headline h3 > i.permission-lock:before, .paragraph--type--section-headline h3 > i.permission-lock.permission-lock-icon--currency.permission-lock-open:before, .paragraph--type--section-headline h3 > i.swiper-button-prev:before, .paragraph--type--section-headline h3 > i.swiper-button-next:before, .paragraph--type--section-headline .paid-article-notice h3 > i.paid-article-notice--link:before, .paid-article-notice .paragraph--type--section-headline h3 > i.paid-article-notice--link:before, .paragraph--type--section-headline h3 > i.mobile-menu-toggle:before, .paragraph--type--section-headline .block--search-block form h3 > i.form-type-textfield:after, .block--search-block form .paragraph--type--section-headline h3 > i.form-type-textfield:after, .paragraph--type--section-headline .block--search-block .pager h3 > i.pager--prev:before, .block--search-block .pager .paragraph--type--section-headline h3 > i.pager--prev:before, .paragraph--type--section-headline .block--search-block .pager h3 > i.pager--next:after, .block--search-block .pager .paragraph--type--section-headline h3 > i.pager--next:after, .paragraph--type--section-headline .paragraph.paragraph--type--premium-subscription ul.features h3 > i.feature-praemie:before, .paragraph.paragraph--type--premium-subscription ul.features .paragraph--type--section-headline h3 > i.feature-praemie:before, .paragraph--type--section-headline .paragraph.paragraph--type--premium-subscription ul.features h3 > i.active:before, .paragraph.paragraph--type--premium-subscription ul.features .paragraph--type--section-headline h3 > i.active:before, .paragraph--type--section-headline h3 > i.term.term-bundle--article-tags.term-inline:before, .paragraph--type--section-headline .view-article-issue .views-row h3 > i.paid-article-icon:before, .view-article-issue .views-row .paragraph--type--section-headline h3 > i.paid-article-icon:before, .paragraph--type--section-headline .teaser .read-more-arrow-container h3 > i.read-more-angled-arrow:before, .teaser .read-more-arrow-container .paragraph--type--section-headline h3 > i.read-more-angled-arrow:before, .paragraph--type--section-headline #tf-app .tf-entry h3 > i.icon::before, #tf-app .tf-entry .paragraph--type--section-headline h3 > i.icon::before, .paragraph--type--section-headline h3 > i.fab {
  margin-right: 5px; }

.content-extension--aurora .aurora-authorbox .text {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem; }

.content-extension--aurora .aurora-authorbox img {
  max-width: 320px; }

.content-extension--aurora .aurora-authorbox figure.authorbox-image {
  display: flex; }

.content-extension--aurora .aurora-container {
  padding: 15px; }

.content-extension--aurora .aurora-body {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #333333;
  margin: 0 0 1em; }

.content-extension--aurora .aurora-listitem {
  list-style-position: inside; }

.content-extension--aurora h1 {
  color: #333333;
  font-weight: 700;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 44px;
  line-height: 4.4rem;
  font-size: 40px;
  font-size: 4rem;
  line-height: 44px;
  line-height: 4.4rem; }
  @media (max-width: 48em) {
    .content-extension--aurora h1 {
      color: #333333; } }
  @media (max-width: 48em) {
    .content-extension--aurora h1 {
      font-weight: 700; } }
  @media (max-width: 48em) {
    .content-extension--aurora h1 {
      font-family: "museo-sans-condensed", sans-serif; } }
  @media (max-width: 48em) {
    .content-extension--aurora h1 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem; } }
  @media (max-width: 48em) {
    .content-extension--aurora h1 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem; } }

.content-extension--aurora h2 {
  color: #333333;
  font-weight: 700;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  line-height: 4rem;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  line-height: 4rem; }
  @media (max-width: 48em) {
    .content-extension--aurora h2 {
      color: #333333; } }
  @media (max-width: 48em) {
    .content-extension--aurora h2 {
      font-weight: 700; } }
  @media (max-width: 48em) {
    .content-extension--aurora h2 {
      font-family: "museo-sans-condensed", sans-serif; } }
  @media (max-width: 48em) {
    .content-extension--aurora h2 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem; } }
  @media (max-width: 48em) {
    .content-extension--aurora h2 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 30px;
      line-height: 3rem; } }

.content-extension--aurora h3 {
  color: #333333;
  font-weight: 700;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem; }
  @media (max-width: 48em) {
    .content-extension--aurora h3 {
      color: #333333; } }
  @media (max-width: 48em) {
    .content-extension--aurora h3 {
      font-weight: 700; } }
  @media (max-width: 48em) {
    .content-extension--aurora h3 {
      font-family: "museo-sans-condensed", sans-serif; } }
  @media (max-width: 48em) {
    .content-extension--aurora h3 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 25px;
      line-height: 2.5rem; } }
  @media (max-width: 48em) {
    .content-extension--aurora h3 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 25px;
      line-height: 2.5rem; } }

.content-extension--aurora h4 {
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem; }
  @media (max-width: 48em) {
    .content-extension--aurora h4 {
      color: #333333; } }
  @media (max-width: 48em) {
    .content-extension--aurora h4 {
      font-weight: 400; } }
  @media (max-width: 48em) {
    .content-extension--aurora h4 {
      font-family: "museo-sans-condensed", sans-serif; } }
  @media (max-width: 48em) {
    .content-extension--aurora h4 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 25px;
      line-height: 2.5rem; } }
  @media (max-width: 48em) {
    .content-extension--aurora h4 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 25px;
      line-height: 2.5rem; } }

.content-extension--aurora h5, .content-extension--aurora .article-issue--cta .issue-cta--headline, .article-issue--cta .content-extension--aurora .issue-cta--headline, .content-extension--aurora .article-issue.issue--view-mode-teaser .issue-articles .issue-articles--headline, .article-issue.issue--view-mode-teaser .issue-articles .content-extension--aurora .issue-articles--headline {
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem; }

.content-extension--aurora h6 {
  color: #333333;
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem; }

.content-extension--aurora h1, .content-extension--aurora h2, .content-extension--aurora h3, .content-extension--aurora h4, .content-extension--aurora h5, .content-extension--aurora .article-issue--cta .issue-cta--headline, .article-issue--cta .content-extension--aurora .issue-cta--headline, .content-extension--aurora .article-issue.issue--view-mode-teaser .issue-articles .issue-articles--headline, .article-issue.issue--view-mode-teaser .issue-articles .content-extension--aurora .issue-articles--headline, .content-extension--aurora h6 {
  display: block;
  margin: 0;
  padding: 0; }
  .content-extension--aurora h1 b, .content-extension--aurora h1 strong, .content-extension--aurora h2 b, .content-extension--aurora h2 strong, .content-extension--aurora h3 b, .content-extension--aurora h3 strong, .content-extension--aurora h4 b, .content-extension--aurora h4 strong, .content-extension--aurora h5 b, .content-extension--aurora .article-issue--cta .issue-cta--headline b, .article-issue--cta .content-extension--aurora .issue-cta--headline b, .content-extension--aurora .article-issue.issue--view-mode-teaser .issue-articles .issue-articles--headline b, .article-issue.issue--view-mode-teaser .issue-articles .content-extension--aurora .issue-articles--headline b, .content-extension--aurora h5 strong, .content-extension--aurora .article-issue--cta .issue-cta--headline strong, .article-issue--cta .content-extension--aurora .issue-cta--headline strong, .content-extension--aurora .article-issue.issue--view-mode-teaser .issue-articles .issue-articles--headline strong, .article-issue.issue--view-mode-teaser .issue-articles .content-extension--aurora .issue-articles--headline strong, .content-extension--aurora h6 b, .content-extension--aurora h6 strong {
    font-weight: inherit; }

.content-extension--aurora .aurora-image {
  display: table;
  margin: 0;
  width: 100% !important; }
  .content-extension--aurora .aurora-image svg.ext {
    display: none; }
  .content-extension--aurora .aurora-image p a {
    position: relative; }
  .content-extension--aurora .aurora-image._fit-frame-height-to-content div[doc-image='image'] {
    padding-bottom: 0 !important;
    height: 500px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left !important; }
    @media (max-width: 48em) {
      .content-extension--aurora .aurora-image._fit-frame-height-to-content div[doc-image='image'] {
        height: 400px !important; } }
  .content-extension--aurora .aurora-image._left img {
    padding-right: 0; }
  @media (min-width: 768px) {
    .content-extension--aurora .aurora-image._left {
      max-width: 50%;
      margin-right: 20px !important; } }
  .content-extension--aurora .aurora-image._right img {
    padding-left: 0; }
  @media (min-width: 768px) {
    .content-extension--aurora .aurora-image._right {
      max-width: 48%;
      margin-left: 20px !important; } }
  .content-extension--aurora .aurora-image._fit-frame-to-content {
    width: auto !important; }
  .content-extension--aurora .aurora-image .aurora-doc-image {
    display: inline-block;
    max-height: 500px;
    width: auto; }
  .content-extension--aurora .aurora-image figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 10px;
    padding-left: 0;
    padding-top: 0;
    color: #333333;
    font-weight: 700;
    opacity: .8;
    position: relative; }
    .content-extension--aurora .aurora-image figcaption a {
      position: relative; }
  .content-extension--aurora .aurora-image #credit, .content-extension--aurora .aurora-image .credit {
    padding: 10px;
    padding-right: 0;
    margin: 0;
    text-align: right; }
    @media (min-width: 768px) {
      .content-extension--aurora .aurora-image #credit, .content-extension--aurora .aurora-image .credit {
        padding-top: 5px;
        padding-bottom: 5px; } }

.content-extension--aurora .aurora-container {
  width: 100%;
  padding: 15px; }
  .content-extension--aurora .aurora-container .aurora-doc-image {
    max-height: none; }
  @media only screen and (min-width: 768px) {
    .content-extension--aurora .aurora-container._left {
      float: left;
      clear: left;
      width: 50%;
      margin-right: 20px !important; }
    .content-extension--aurora .aurora-container._right {
      float: right;
      clear: right;
      width: 48%;
      margin-left: 15px !important; } }

.content-extension--aurora .aurora-blockquote .blockquote-image {
  background-image: url('/themes/custom/ivory/img/aurora/author.svg'); }

.content-extension--aurora .aurora-slideshow .slideshow-container .arrow._left::after {
  background-image: url('/themes/custom/ivory/img/aurora/slideshow-left-arrow.svg'); }

.content-extension--aurora .aurora-slideshow .slideshow-container .arrow._right::after {
  background-image: url('/themes/custom/ivory/img/aurora/slideshow-right-arrow.svg'); }

.content-extension--aurora .aurora-slideshow._vertical .slideshow-container .arrow._left::after {
  background-image: url('/themes/custom/ivory/img/aurora/slideshow-up-arrow.svg'); }

.content-extension--aurora .aurora-slideshow._vertical .slideshow-container .arrow._right::after {
  background-image: url('/themes/custom/ivory/img/aurora/slideshow-down-arrow.svg'); }

.content-extension--aurora #credit, .content-extension--aurora .credit {
  opacity: .5;
  color: #333333;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-align: inherit; }
  .content-extension--aurora #credit::before, .content-extension--aurora .credit::before {
    content: '© '; }

.content-extension--aurora .aurora-infoboxtext {
  font-weight: 400;
  font-family: "museo-sans-condensed", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem; }

.node--type--article.node--view-mode-full h2, .node--type--article.node--view-mode-full h3 {
  display: table;
  margin-bottom: 10px; }

.node--type--business.node--view-mode-full,
.node--type--business.node--view-mode--teaser {
  /* Fixes for slideshow */ }
  .node--type--business.node--view-mode-full .field-inline,
  .node--type--business.node--view-mode--teaser .field-inline {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline; }
    .node--type--business.node--view-mode-full .field-inline > i,
    .node--type--business.node--view-mode--teaser .field-inline > i {
      margin-right: 10px; }
  .node--type--business.node--view-mode-full .business-group.business-address.field-inline,
  .node--type--business.node--view-mode--teaser .business-group.business-address.field-inline {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    position: relative;
    flex-direction: row; }
  .node--type--business.node--view-mode-full .field-slideshow,
  .node--type--business.node--view-mode--teaser .field-slideshow {
    position: relative; }
    .node--type--business.node--view-mode-full .field-slideshow .swiper-button-prev,
    .node--type--business.node--view-mode--teaser .field-slideshow .swiper-button-prev {
      left: 10px; }
    .node--type--business.node--view-mode-full .field-slideshow .swiper-button-next,
    .node--type--business.node--view-mode--teaser .field-slideshow .swiper-button-next {
      right: 10px; }

.node--type--business.node--view-mode--teaser {
  display: flex;
  flex-wrap: nowrap; }
  .node--type--business.node--view-mode--teaser .location.field-inline {
    flex-wrap: wrap; }
    .node--type--business.node--view-mode--teaser .location.field-inline .location-postcode-content {
      margin: 0; }
    .node--type--business.node--view-mode--teaser .location.field-inline .location-country {
      flex-basis: 100%;
      margin-left: 25px; }

.page-node-type-business h1 {
  margin-bottom: 20px; }

.page-node-type-business .business-contact {
  display: flex;
  margin-bottom: 20px;
  position: relative;
  flex-direction: column; }
  .page-node-type-business .business-contact .contact-identity.field-inline {
    display: flex;
    align-items: flex-start; }
    .page-node-type-business .business-contact .contact-identity.field-inline .contact-foa {
      margin-left: 25px; }
    .page-node-type-business .business-contact .contact-identity.field-inline > i {
      position: absolute;
      top: 3px; }

.page-node-type-business .business-locations .field-locations .field--label {
  margin-right: 10px;
  font-weight: bold; }
  .page-node-type-business .business-locations .field-locations .field--label:after {
    content: ':'; }

.page-node-type-business .business-group {
  padding-bottom: 20px; }
  .page-node-type-business .business-group h2 {
    margin-bottom: 20px; }

.node--type--business.node--view-mode-full .business-title-addon {
  margin-top: -20px;
  margin-bottom: 20px; }

.node--type--business.node--view-mode-full .business-image .image--figure {
  background-color: transparent; }
  @media (min-width: 64.0625em) {
    .node--type--business.node--view-mode-full .business-image .image--figure img {
      max-width: 50%;
      height: auto; } }
  .lt-ie9 .node--type--business.node--view-mode-full .business-image .image--figure img {
    max-width: 50%;
    height: auto; }
  .node--type--business.node--view-mode-full .business-image .image--figure .caption {
    display: none; }

.node--type--business.node--view-mode-full .business--description--text {
  margin-bottom: 20px; }

.node--type--business.node--view-mode-full .business-phone,
.node--type--business.node--view-mode-full .business-mobile,
.node--type--business.node--view-mode-full .business-email,
.node--type--business.node--view-mode-full .business-website {
  padding-bottom: 0; }

.node--type--business.node--view-mode-full .business-mobile .fas.fa-mobile, .node--type--business.node--view-mode-full .business-mobile .ui-accordion-header .fa-mobile.ui-accordion-header-icon:before, .ui-accordion-header .node--type--business.node--view-mode-full .business-mobile .fa-mobile.ui-accordion-header-icon:before, .node--type--business.node--view-mode-full .business-mobile .fa-mobile.permission-lock:before, .node--type--business.node--view-mode-full .business-mobile .fa-mobile.swiper-button-prev:before, .node--type--business.node--view-mode-full .business-mobile .fa-mobile.swiper-button-next:before, .node--type--business.node--view-mode-full .business-mobile .verticals-breadcrumbs ul li.fa-mobile:before, .verticals-breadcrumbs ul .node--type--business.node--view-mode-full .business-mobile li.fa-mobile:before, .node--type--business.node--view-mode-full .business-mobile .verticals-breadcrumbs ul li:first-child a.fa-mobile:before, .verticals-breadcrumbs ul li:first-child .node--type--business.node--view-mode-full .business-mobile a.fa-mobile:before, .node--type--business.node--view-mode-full .business-mobile .paid-article-notice .fa-mobile.paid-article-notice--link:before, .paid-article-notice .node--type--business.node--view-mode-full .business-mobile .fa-mobile.paid-article-notice--link:before, .node--type--business.node--view-mode-full .business-mobile .block--logout-block a.fa-mobile.logged-in-openid:before, .block--logout-block .node--type--business.node--view-mode-full .business-mobile a.fa-mobile.logged-in-openid:before, .node--type--business.node--view-mode-full .business-mobile .block--openid-connect-login a.fa-mobile.logged-in-openid:before, .block--openid-connect-login .node--type--business.node--view-mode-full .business-mobile a.fa-mobile.logged-in-openid:before, .node--type--business.node--view-mode-full .business-mobile #navigation .block--alpha-menu-block > ul.menu > li:first-child > a.fa-mobile:before, #navigation .node--type--business.node--view-mode-full .business-mobile .block--alpha-menu-block > ul.menu > li:first-child > a.fa-mobile:before, .node--type--business.node--view-mode-full .business-mobile .fa-mobile.mobile-menu-toggle:before, .node--type--business.node--view-mode-full .business-mobile .block--search-block form .fa-mobile.form-type-textfield:after, .block--search-block form .node--type--business.node--view-mode-full .business-mobile .fa-mobile.form-type-textfield:after, .node--type--business.node--view-mode-full .business-mobile .block--search-block .pager .fa-mobile.pager--prev:before, .block--search-block .pager .node--type--business.node--view-mode-full .business-mobile .fa-mobile.pager--prev:before, .node--type--business.node--view-mode-full .business-mobile .block--search-block .pager .fa-mobile.pager--next:after, .block--search-block .pager .node--type--business.node--view-mode-full .business-mobile .fa-mobile.pager--next:after, .node--type--business.node--view-mode-full .business-mobile .block--search-block .sorts a.fa-mobile.sortable::after, .block--search-block .sorts .node--type--business.node--view-mode-full .business-mobile a.fa-mobile.sortable::after, .node--type--business.node--view-mode-full .business-mobile .paragraph.paragraph--type--premium-subscription ul.features .fa-mobile.feature-praemie:before, .paragraph.paragraph--type--premium-subscription ul.features .node--type--business.node--view-mode-full .business-mobile .fa-mobile.feature-praemie:before, .node--type--business.node--view-mode-full .business-mobile .paragraph.paragraph--type--premium-subscription ul.features .fa-mobile.active:before, .paragraph.paragraph--type--premium-subscription ul.features .node--type--business.node--view-mode-full .business-mobile .fa-mobile.active:before, .node--type--business.node--view-mode-full .business-mobile .fa-mobile.term.term-bundle--article-tags.term-inline:before, .node--type--business.node--view-mode-full .business-mobile .view-article-issue .views-row .fa-mobile.paid-article-icon:before, .view-article-issue .views-row .node--type--business.node--view-mode-full .business-mobile .fa-mobile.paid-article-icon:before, .node--type--business.node--view-mode-full .business-mobile .teaser .read-more-arrow-container .fa-mobile.read-more-angled-arrow:before, .teaser .read-more-arrow-container .node--type--business.node--view-mode-full .business-mobile .fa-mobile.read-more-angled-arrow:before, .node--type--business.node--view-mode-full .business-mobile .tf-menu li.datasafe a.fa-mobile:before, .tf-menu li.datasafe .node--type--business.node--view-mode-full .business-mobile a.fa-mobile:before, .node--type--business.node--view-mode-full .business-mobile .tf-buttons li.certs a.fa-mobile::before, .tf-buttons li.certs .node--type--business.node--view-mode-full .business-mobile a.fa-mobile::before, .node--type--business.node--view-mode-full .business-mobile .tf-buttons li.reports a.fa-mobile::before, .tf-buttons li.reports .node--type--business.node--view-mode-full .business-mobile a.fa-mobile::before, .node--type--business.node--view-mode-full .business-mobile .tf-buttons li.settings a.fa-mobile::before, .tf-buttons li.settings .node--type--business.node--view-mode-full .business-mobile a.fa-mobile::before, .node--type--business.node--view-mode-full .business-mobile #tf-app .tf-entry .fa-mobile.icon::before, #tf-app .tf-entry .node--type--business.node--view-mode-full .business-mobile .fa-mobile.icon::before, .node--type--business.node--view-mode-full .business-mobile #tf-app a.fa-mobile.download::before, #tf-app .node--type--business.node--view-mode-full .business-mobile a.fa-mobile.download::before, .node--type--business.node--view-mode-full .business-mobile #tf-app a.fa-mobile.tf-show-upload::before, #tf-app .node--type--business.node--view-mode-full .business-mobile a.fa-mobile.tf-show-upload::before, .node--type--business.node--view-mode-full .business-mobile #tf-app a.fa-mobile.tf-show-delete::before, #tf-app .node--type--business.node--view-mode-full .business-mobile a.fa-mobile.tf-show-delete::before {
  width: 16px; }

.node--type--business.node--view-mode-full .business--detail-email-website {
  padding-bottom: 20px; }

.node--type--business.node--view-mode-full .business-contacts .business-contacts--header {
  font-weight: bold; }

.node--type--business.node--view-mode-full .business-contacts .business-contact .fas, .node--type--business.node--view-mode-full .business-contacts .business-contact .ui-accordion-header .ui-accordion-header-icon:before, .ui-accordion-header .node--type--business.node--view-mode-full .business-contacts .business-contact .ui-accordion-header-icon:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .permission-lock:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .swiper-button-prev:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .swiper-button-next:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .verticals-breadcrumbs ul li:before, .verticals-breadcrumbs ul .node--type--business.node--view-mode-full .business-contacts .business-contact li:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .verticals-breadcrumbs ul li:first-child a:before, .verticals-breadcrumbs ul li:first-child .node--type--business.node--view-mode-full .business-contacts .business-contact a:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .paid-article-notice .paid-article-notice--link:before, .paid-article-notice .node--type--business.node--view-mode-full .business-contacts .business-contact .paid-article-notice--link:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .block--logout-block a.logged-in-openid:before, .block--logout-block .node--type--business.node--view-mode-full .business-contacts .business-contact a.logged-in-openid:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .block--openid-connect-login a.logged-in-openid:before, .block--openid-connect-login .node--type--business.node--view-mode-full .business-contacts .business-contact a.logged-in-openid:before, .node--type--business.node--view-mode-full .business-contacts .business-contact #navigation .block--alpha-menu-block > ul.menu > li:first-child > a:before, #navigation .node--type--business.node--view-mode-full .business-contacts .business-contact .block--alpha-menu-block > ul.menu > li:first-child > a:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .mobile-menu-toggle:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .block--search-block form .form-type-textfield:after, .block--search-block form .node--type--business.node--view-mode-full .business-contacts .business-contact .form-type-textfield:after, .node--type--business.node--view-mode-full .business-contacts .business-contact .block--search-block .pager .pager--prev:before, .block--search-block .pager .node--type--business.node--view-mode-full .business-contacts .business-contact .pager--prev:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .block--search-block .pager .pager--next:after, .block--search-block .pager .node--type--business.node--view-mode-full .business-contacts .business-contact .pager--next:after, .node--type--business.node--view-mode-full .business-contacts .business-contact .block--search-block .sorts a.sortable::after, .block--search-block .sorts .node--type--business.node--view-mode-full .business-contacts .business-contact a.sortable::after, .node--type--business.node--view-mode-full .business-contacts .business-contact .paragraph.paragraph--type--premium-subscription ul.features .feature-praemie:before, .paragraph.paragraph--type--premium-subscription ul.features .node--type--business.node--view-mode-full .business-contacts .business-contact .feature-praemie:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .paragraph.paragraph--type--premium-subscription ul.features .active:before, .paragraph.paragraph--type--premium-subscription ul.features .node--type--business.node--view-mode-full .business-contacts .business-contact .active:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .term.term-bundle--article-tags.term-inline:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .view-article-issue .views-row .paid-article-icon:before, .view-article-issue .views-row .node--type--business.node--view-mode-full .business-contacts .business-contact .paid-article-icon:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .teaser .read-more-arrow-container .read-more-angled-arrow:before, .teaser .read-more-arrow-container .node--type--business.node--view-mode-full .business-contacts .business-contact .read-more-angled-arrow:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .tf-menu li.datasafe a:before, .tf-menu li.datasafe .node--type--business.node--view-mode-full .business-contacts .business-contact a:before, .node--type--business.node--view-mode-full .business-contacts .business-contact .tf-buttons li.certs a::before, .tf-buttons li.certs .node--type--business.node--view-mode-full .business-contacts .business-contact a::before, .node--type--business.node--view-mode-full .business-contacts .business-contact .tf-buttons li.reports a::before, .tf-buttons li.reports .node--type--business.node--view-mode-full .business-contacts .business-contact a::before, .node--type--business.node--view-mode-full .business-contacts .business-contact .tf-buttons li.settings a::before, .tf-buttons li.settings .node--type--business.node--view-mode-full .business-contacts .business-contact a::before, .node--type--business.node--view-mode-full .business-contacts .business-contact #tf-app .tf-entry .icon::before, #tf-app .tf-entry .node--type--business.node--view-mode-full .business-contacts .business-contact .icon::before, .node--type--business.node--view-mode-full .business-contacts .business-contact #tf-app a.download::before, #tf-app .node--type--business.node--view-mode-full .business-contacts .business-contact a.download::before, .node--type--business.node--view-mode-full .business-contacts .business-contact #tf-app a.tf-show-upload::before, #tf-app .node--type--business.node--view-mode-full .business-contacts .business-contact a.tf-show-upload::before, .node--type--business.node--view-mode-full .business-contacts .business-contact #tf-app a.tf-show-delete::before, #tf-app .node--type--business.node--view-mode-full .business-contacts .business-contact a.tf-show-delete::before {
  position: relative; }

.node--type--business.node--view-mode-full .field-industry .field--label {
  font-weight: bold; }

.node--type--business.node--view-mode--teaser {
  display: block;
  padding: 20px 0;
  border-bottom: 1px dotted lightgrey;
  text-decoration: none; }
  .node--type--business.node--view-mode--teaser .teaser-image {
    float: left;
    width: 200px;
    position: relative; }
    .node--type--business.node--view-mode--teaser .teaser-image:empty {
      min-height: 150px;
      background: lightgrey url('/themes/custom/ivory/img/img-placeholder.png') 50% 50%/80px auto no-repeat;
      opacity: 0.5; }
    .node--type--business.node--view-mode--teaser .teaser-image picture, .node--type--business.node--view-mode--teaser .teaser-image img {
      width: 100%;
      background: transparent; }
    .node--type--business.node--view-mode--teaser .teaser-image figcaption.image--figcaption {
      display: none; }
  .node--type--business.node--view-mode--teaser .teaser-content {
    float: right;
    padding-left: 12px;
    width: calc(100% - 200px);
    color: #333333; }
    .node--type--business.node--view-mode--teaser .teaser-content .business-teaser--header {
      margin-bottom: 15px; }
    .node--type--business.node--view-mode--teaser .teaser-content .field-inline {
      margin-bottom: 10px; }
    .node--type--business.node--view-mode--teaser .teaser-content .industry {
      margin-bottom: 15px; }
      .node--type--business.node--view-mode--teaser .teaser-content .industry .field-industry {
        display: inline-block; }
        .node--type--business.node--view-mode--teaser .teaser-content .industry .field-industry .field--label {
          font-weight: bold; }
          .node--type--business.node--view-mode--teaser .teaser-content .industry .field-industry .field--label:after {
            content: ':'; }
        .node--type--business.node--view-mode--teaser .teaser-content .industry .field-industry .field--item {
          display: inline-block; }
  @media (max-width: 64em) {
    .node--type--business.node--view-mode--teaser .teaser-image, .node--type--business.node--view-mode--teaser .teaser-content {
      float: none;
      width: auto;
      padding: 0; }
    .node--type--business.node--view-mode--teaser .teaser-image {
      padding-bottom: 8px; } }
  .node--type--business.node--view-mode--teaser .categories {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.65em;
    margin-bottom: 10px; }
    .node--type--business.node--view-mode--teaser .categories .categories-label {
      font-weight: bold;
      color: #333333; }
  .node--type--business.node--view-mode--teaser .location {
    margin-bottom: 10px; }
    .node--type--business.node--view-mode--teaser .location span {
      display: inline-block;
      margin-right: 5px; }
    .node--type--business.node--view-mode--teaser .location span.location-city {
      margin-right: 0; }
    .node--type--business.node--view-mode--teaser .location span.location-country {
      margin-right: 0;
      margin-left: 5px; }
  .node--type--business.node--view-mode--teaser .field-email a.spamspan {
    color: #333333; }
    .node--type--business.node--view-mode--teaser .field-email a.spamspan:hover {
      color: #333333; }
  .node--type--business.node--view-mode--teaser:last-child {
    border-bottom: none; }
  .node--type--business.node--view-mode--teaser:hover .teaser-content--read-more {
    background-color: rgba(0, 140, 180, 0.17);
    border-color: #008cb4;
    color: #008cb4; }

.view-businesses-search .views-exposed-form {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid lightgrey; }
  .view-businesses-search .views-exposed-form::after {
    clear: both;
    content: "";
    display: table; }
  .view-businesses-search .views-exposed-form label {
    margin-top: 3px; }
  .view-businesses-search .views-exposed-form .form-item-search-api-fulltext,
  .view-businesses-search .views-exposed-form .form-item-items-per-page {
    padding-right: 10px;
    float: left; }
    @media (max-width: 48em) {
      .view-businesses-search .views-exposed-form .form-item-search-api-fulltext,
      .view-businesses-search .views-exposed-form .form-item-items-per-page {
        float: none; } }
  .view-businesses-search .views-exposed-form .form-actions {
    margin-top: 30px;
    float: right;
    text-align: right; }
    @media (max-width: 48em) {
      .view-businesses-search .views-exposed-form .form-actions {
        float: none;
        text-align: left; } }
  .view-businesses-search .views-exposed-form input {
    max-width: 300px; }

.view-businesses-search .header-summary span {
  font-weight: bold; }

.view-businesses-search .js-pager__items {
  margin-top: 20px; }

.block-facet__wrapper .facets-widget-links li a {
  color: #333333 !important; }
  .block-facet__wrapper .facets-widget-links li a:hover {
    color: #333333 !important; }
  .block-facet__wrapper .facets-widget-links li a.is-active {
    color: #333333 !important; }

.facet-empty {
  display: none; }

.facets-widget-checkbox ul {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0; }

.block--provider--facets {
  margin-bottom: 20px; }
  .block--provider--facets details summary {
    cursor: pointer; }
    .block--provider--facets details summary h3 {
      display: inline; }
  .block--provider--facets .facet-item a {
    text-decoration: none; }
    .block--provider--facets .facet-item a.is-active {
      color: #008cb4; }
    .block--provider--facets .facet-item a:hover {
      color: #008cb4; }
  .block--provider--facets .facets-soft-limit-link {
    text-decoration: underline; }

.page-node-type-company article .paragraph--type--text img {
  margin-bottom: 20px; }

.page-node-type-company .paragraph--type--text > h1 {
  display: none; }

.company-content .img-wrapper {
  position: relative;
  display: inline-block; }
  .company-content .img-wrapper img.premium-company-img {
    display: inherit; }
  .company-content .img-wrapper .premium-badge {
    content: 'Premium';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    min-height: 30px;
    min-width: 85px;
    height: 20%;
    background: rgba(211, 211, 211, 0.8);
    border-radius: 0 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 48em) {
      .company-content .img-wrapper .premium-badge {
        height: 30%;
        max-height: 50px;
        width: 30%;
        padding: 0; } }

.view-company-search .views-exposed-form {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid lightgrey; }
  .view-company-search .views-exposed-form::after {
    clear: both;
    content: "";
    display: table; }
  .view-company-search .views-exposed-form label {
    margin-top: 3px;
    display: inline-block;
    margin-right: 5px; }
  .view-company-search .views-exposed-form .form-item-search,
  .view-company-search .views-exposed-form .form-item-items-per-page {
    float: left;
    padding-right: 10px; }
  .view-company-search .views-exposed-form .form-actions {
    float: right;
    text-align: right; }
  .view-company-search .views-exposed-form input {
    max-width: 220px; }

.view-company-search .header-summary span {
  font-weight: bold; }

.view-company-search .js-pager__items {
  margin-top: 20px; }

.node--type--company.node--view-mode--teaser {
  display: block;
  padding: 20px 0;
  border-bottom: 1px dotted lightgrey;
  text-decoration: none; }
  .node--type--company.node--view-mode--teaser .teaser-image {
    float: left;
    width: 200px;
    position: relative; }
    .node--type--company.node--view-mode--teaser .teaser-image:empty {
      min-height: 150px;
      background: lightgrey url('/themes/custom/ivory/img/img-placeholder.png') 50% 50%/80px auto no-repeat;
      opacity: 0.5; }
    .node--type--company.node--view-mode--teaser .teaser-image picture, .node--type--company.node--view-mode--teaser .teaser-image img {
      width: 100%;
      background: transparent; }
    .node--type--company.node--view-mode--teaser .teaser-image .premium-badge {
      position: absolute;
      top: 0;
      right: 0;
      padding: 5px;
      background: rgba(211, 211, 211, 0.8);
      border-radius: 0 0 0 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #333333;
      font-weight: bold;
      text-transform: uppercase; }
      @media (max-width: 48em) {
        .node--type--company.node--view-mode--teaser .teaser-image .premium-badge {
          min-height: 40px;
          height: 30%;
          max-height: 50px;
          width: 30%;
          padding: 0; } }
  .node--type--company.node--view-mode--teaser .teaser-content {
    float: right;
    padding-left: 12px;
    width: calc(100% - 200px); }
  @media (max-width: 48em) {
    .node--type--company.node--view-mode--teaser .teaser-image, .node--type--company.node--view-mode--teaser .teaser-content {
      float: none;
      width: auto;
      padding: 0; }
    .node--type--company.node--view-mode--teaser .teaser-image {
      padding-bottom: 8px; } }
  .node--type--company.node--view-mode--teaser .teaser-more {
    display: block; }
  .node--type--company.node--view-mode--teaser h3 {
    margin-bottom: 10px; }
  .node--type--company.node--view-mode--teaser .categories {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.65em;
    margin-bottom: 10px; }
    .node--type--company.node--view-mode--teaser .categories .categories-label {
      font-weight: bold;
      color: #333333; }
    .node--type--company.node--view-mode--teaser .categories .category:after {
      content: ', '; }
    .node--type--company.node--view-mode--teaser .categories .category:last-child:after {
      content: none; }
  .node--type--company.node--view-mode--teaser .location {
    margin-bottom: 10px; }
    .node--type--company.node--view-mode--teaser .location span {
      display: inline-block;
      margin-right: 5px; }
    .node--type--company.node--view-mode--teaser .location span.location-city {
      margin-right: 0; }
    .node--type--company.node--view-mode--teaser .location span.location-country {
      margin-right: 0;
      margin-left: 5px; }
  .node--type--company.node--view-mode--teaser:last-child {
    border-bottom: none; }
  .node--type--company.node--view-mode--teaser:hover .teaser-more {
    text-decoration: underline; }

.block-company-related-articles {
  margin-top: 4em; }
  @media only print {
    .block-company-related-articles {
      display: none; } }
  .block-company-related-articles .content {
    margin-top: 12px; }
  .block-company-related-articles span {
    display: block; }

.block-similar-companies {
  margin-top: 4em; }

.node--type--forum .taxonomy-forums {
  outline: 1px solid #ccc;
  padding: 1em; }
  .node--type--forum .taxonomy-forums > div {
    display: inline; }

.node--type--forum .comment-wrapper {
  outline: 1px solid #ccc;
  padding: 1em; }

.toc-js {
  border: none;
  margin-bottom: 20px;
  margin-top: 20px;
  clear: both;
  background-color: #EAEAEA; }
  .toc-js.active, .toc-js.is-visible {
    display: inline-block; }
  .toc-js .toc-title {
    background-color: #008cb4;
    color: white;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "museo-sans-condensed", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  .toc-js nav {
    padding: 0; }
    .toc-js nav ul {
      margin-bottom: 20px;
      padding: 0 20px 0 30px;
      list-style-type: square; }
      .toc-js nav ul li.toc-h2 {
        margin-left: unset;
        padding: 10px 0 0;
        font-weight: 400;
        font-family: "museo-sans-condensed", sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem; }
      .toc-js nav ul li.toc-h2:first-of-type {
        padding-top: unset; }
    .toc-js nav li::marker {
      color: #666666; }
    .toc-js nav a {
      color: #333333; }
    .toc-js nav a:hover {
      color: #008cb4; }

.tf-menu {
  display: flex;
  padding: 15px;
  margin-bottom: 20px;
  background: #f8f8f8; }
  .tf-menu li {
    margin-right: 15px;
    list-style: none; }
    .tf-menu li:last-of-type {
      margin-right: 0; }
    .tf-menu li a {
      margin-top: 0; }
      .tf-menu li a.active {
        background: none;
        border-color: transparent;
        color: #333333; }
    .tf-menu li.datasafe a {
      background: none;
      color: #333333;
      border-color: transparent; }
      .tf-menu li.datasafe a:before {
        content: "\f104";
        margin-right: 5px;
        vertical-align: middle;
        margin-top: -3px; }
      .tf-menu li.datasafe a:hover {
        color: #008cb4; }
      .tf-menu li.datasafe a:active {
        color: #008cb4; }

.tf-buttons {
  padding: 0;
  margin: 20px 0; }
  .tf-buttons::after {
    clear: both;
    content: "";
    display: table; }
  .tf-buttons li {
    position: relative;
    list-style: none;
    text-align: center;
    margin-bottom: 10px; }
    @media (min-width: 48.0625em) {
      .tf-buttons li {
        width: 31.7757%;
        float: left;
        margin-right: 2.33645%; }
        .tf-buttons li:last-of-type {
          width: 31.7757%;
          float: right;
          margin-right: 0; } }
    .tf-buttons li a {
      display: block;
      font-weight: 400;
      font-family: "museo-sans-condensed", sans-serif;
      font-size: 20px;
      font-size: 2rem;
      line-height: 30px;
      line-height: 3rem;
      font-size: 20px;
      font-size: 2rem;
      line-height: 30px;
      line-height: 3rem;
      color: #fff;
      text-transform: uppercase;
      word-wrap: break-word;
      padding: 15px; }
      @media (max-width: 48em) {
        .tf-buttons li a {
          font-weight: 400; } }
      @media (max-width: 48em) {
        .tf-buttons li a {
          font-family: "museo-sans-condensed", sans-serif; } }
      @media (max-width: 48em) {
        .tf-buttons li a {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 24px;
          line-height: 2.4rem; } }
      @media (max-width: 48em) {
        .tf-buttons li a {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 24px;
          line-height: 2.4rem; } }
      .tf-buttons li a::before {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 1.65em; }
        @media (min-width: 48.0625em) {
          .tf-buttons li a::before {
            font-size: 72px;
            font-size: 7.2rem;
            line-height: 1.65em; } }
    .tf-buttons li.certs a::before {
      content: "\f07b";
      display: block; }
    .tf-buttons li.reports a::before {
      content: "\f07b";
      display: block; }
    .tf-buttons li.settings a::before {
      content: "\f509";
      display: block; }

.tf-user-form {
  margin-top: 20px; }
  @media (min-width: 48.0625em) {
    .tf-user-form .form-type-date,
    .tf-user-form .form-type-textfield {
      display: flex; }
      .tf-user-form .form-type-date label,
      .tf-user-form .form-type-textfield label {
        width: 200px;
        padding-right: 15px; }
      .tf-user-form .form-type-date input[type="text"],
      .tf-user-form .form-type-date input[type="date"],
      .tf-user-form .form-type-textfield input[type="text"],
      .tf-user-form .form-type-textfield input[type="date"] {
        max-width: 250px; } }
  .tf-user-form #edit-report-frequency .form-item {
    margin-bottom: 0; }
  .tf-user-form input.button,
  .tf-user-form input[type="submit"],
  .tf-user-form input[type="reset"],
  .tf-user-form input[type="button"], .tf-user-form input.button-red, .tf-user-form input.button-edit, .tf-user-form .paid-article-notice input.paid-article-notice--link, .paid-article-notice .tf-user-form input.paid-article-notice--link {
    margin-top: 15px; }

#tf-app ul.tabs .active {
  border-bottom: 3px solid #008cb4; }

#tf-app .year-wrapper summary {
  background: #008cb4;
  color: white; }

#tf-app .month-wrapper {
  margin-bottom: 1px; }

#tf-app .tf-entry {
  background: #f8f8f8;
  color: #444;
  margin-bottom: 1px; }
  #tf-app .tf-entry .info {
    margin-right: 10px; }
  #tf-app .tf-entry .main,
  #tf-app .tf-entry .info,
  #tf-app .tf-entry .tf-file {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #tf-app .tf-entry .controls {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #tf-app .tf-entry .controls .button, #tf-app .tf-entry .controls button,
    #tf-app .tf-entry .controls input[type="submit"],
    #tf-app .tf-entry .controls input[type="reset"],
    #tf-app .tf-entry .controls input[type="button"], #tf-app .tf-entry .controls .button-red, #tf-app .tf-entry .controls .button-edit, #tf-app .tf-entry .controls #block-custom-permissions-openid-login a, #block-custom-permissions-openid-login #tf-app .tf-entry .controls a, #tf-app .tf-entry .controls .paid-article-notice .paid-article-notice--link, .paid-article-notice #tf-app .tf-entry .controls .paid-article-notice--link, #tf-app .tf-entry .controls .block--logout-block a:not(.logged-in-openid), .block--logout-block #tf-app .tf-entry .controls a:not(.logged-in-openid), #tf-app .tf-entry .controls .block--openid-connect-login a:not(.logged-in-openid), .block--openid-connect-login #tf-app .tf-entry .controls a:not(.logged-in-openid), #tf-app .tf-entry .controls .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--button #tf-app .tf-entry .controls a, #tf-app .tf-entry .controls .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta #tf-app .tf-entry .controls a, #tf-app .tf-entry .controls .del-show-more a, .del-show-more #tf-app .tf-entry .controls a, #tf-app .tf-entry .controls .company-button a, .company-button #tf-app .tf-entry .controls a, #tf-app .tf-entry .controls .tf-menu li a, .tf-menu li #tf-app .tf-entry .controls a, #tf-app .tf-entry .controls .tf-buttons li a, .tf-buttons li #tf-app .tf-entry .controls a {
      margin-right: 5px; }
      #tf-app .tf-entry .controls .button:last-of-type, #tf-app .tf-entry .controls button:last-of-type,
      #tf-app .tf-entry .controls input:last-of-type[type="submit"],
      #tf-app .tf-entry .controls input:last-of-type[type="reset"],
      #tf-app .tf-entry .controls input:last-of-type[type="button"], #tf-app .tf-entry .controls .button-red:last-of-type, #tf-app .tf-entry .controls .button-edit:last-of-type, #tf-app .tf-entry .controls #block-custom-permissions-openid-login a:last-of-type, #block-custom-permissions-openid-login #tf-app .tf-entry .controls a:last-of-type, #tf-app .tf-entry .controls .paid-article-notice .paid-article-notice--link:last-of-type, .paid-article-notice #tf-app .tf-entry .controls .paid-article-notice--link:last-of-type, #tf-app .tf-entry .controls .block--logout-block a:last-of-type:not(.logged-in-openid), .block--logout-block #tf-app .tf-entry .controls a:last-of-type:not(.logged-in-openid), #tf-app .tf-entry .controls .block--openid-connect-login a:last-of-type:not(.logged-in-openid), .block--openid-connect-login #tf-app .tf-entry .controls a:last-of-type:not(.logged-in-openid), #tf-app .tf-entry .controls .paragraph--type--button.button-style--button a:last-of-type, .paragraph--type--button.button-style--button #tf-app .tf-entry .controls a:last-of-type, #tf-app .tf-entry .controls .paragraph--type--button.button-style--cta a:last-of-type, .paragraph--type--button.button-style--cta #tf-app .tf-entry .controls a:last-of-type, #tf-app .tf-entry .controls .del-show-more a:last-of-type, .del-show-more #tf-app .tf-entry .controls a:last-of-type, #tf-app .tf-entry .controls .company-button a:last-of-type, .company-button #tf-app .tf-entry .controls a:last-of-type, #tf-app .tf-entry .controls .tf-menu li a:last-of-type, .tf-menu li #tf-app .tf-entry .controls a:last-of-type, #tf-app .tf-entry .controls .tf-buttons li a:last-of-type, .tf-buttons li #tf-app .tf-entry .controls a:last-of-type {
        margin-right: 0; }
  #tf-app .tf-entry .icon {
    margin-right: 15px;
    color: #008cb4;
    font-size: 16px; }
    #tf-app .tf-entry .icon::before {
      position: relative;
      top: -1px;
      content: "\f15b"; }
  #tf-app .tf-entry .action {
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    #tf-app .tf-entry .action.error .error-message {
      color: #c6152f; }
  #tf-app .tf-entry.has-upload {
    background: #efe; }
    #tf-app .tf-entry.has-upload .icon::before {
      content: "\f15c"; }
  #tf-app .tf-entry.is-late {
    background: #fff8f8; }
    #tf-app .tf-entry.is-late .icon::before {
      color: #c6152f;
      content: "\f071"; }
  #tf-app .tf-entry input,
  #tf-app .tf-entry .button,
  #tf-app .tf-entry button,
  #tf-app .tf-entry input[type="submit"],
  #tf-app .tf-entry input[type="reset"],
  #tf-app .tf-entry input[type="button"],
  #tf-app .tf-entry .button-red,
  #tf-app .tf-entry .button-edit,
  #tf-app .tf-entry #block-custom-permissions-openid-login a,
  #block-custom-permissions-openid-login #tf-app .tf-entry a,
  #tf-app .tf-entry .paid-article-notice .paid-article-notice--link,
  .paid-article-notice #tf-app .tf-entry .paid-article-notice--link,
  #tf-app .tf-entry .block--logout-block a:not(.logged-in-openid),
  .block--logout-block #tf-app .tf-entry a:not(.logged-in-openid),
  #tf-app .tf-entry .block--openid-connect-login a:not(.logged-in-openid),
  .block--openid-connect-login #tf-app .tf-entry a:not(.logged-in-openid),
  #tf-app .tf-entry .paragraph--type--button.button-style--button a,
  .paragraph--type--button.button-style--button #tf-app .tf-entry a,
  #tf-app .tf-entry .paragraph--type--button.button-style--cta a,
  .paragraph--type--button.button-style--cta #tf-app .tf-entry a,
  #tf-app .tf-entry .del-show-more a,
  .del-show-more #tf-app .tf-entry a,
  #tf-app .tf-entry .company-button a,
  .company-button #tf-app .tf-entry a,
  #tf-app .tf-entry .tf-menu li a,
  .tf-menu li #tf-app .tf-entry a,
  #tf-app .tf-entry .tf-buttons li a,
  .tf-buttons li #tf-app .tf-entry a {
    margin-bottom: 10px; }
    @media (min-width: 64.0625em) {
      #tf-app .tf-entry input,
      #tf-app .tf-entry .button,
      #tf-app .tf-entry button,
      #tf-app .tf-entry input[type="submit"],
      #tf-app .tf-entry input[type="reset"],
      #tf-app .tf-entry input[type="button"],
      #tf-app .tf-entry .button-red,
      #tf-app .tf-entry .button-edit,
      #tf-app .tf-entry #block-custom-permissions-openid-login a,
      #block-custom-permissions-openid-login #tf-app .tf-entry a,
      #tf-app .tf-entry .paid-article-notice .paid-article-notice--link,
      .paid-article-notice #tf-app .tf-entry .paid-article-notice--link,
      #tf-app .tf-entry .block--logout-block a:not(.logged-in-openid),
      .block--logout-block #tf-app .tf-entry a:not(.logged-in-openid),
      #tf-app .tf-entry .block--openid-connect-login a:not(.logged-in-openid),
      .block--openid-connect-login #tf-app .tf-entry a:not(.logged-in-openid),
      #tf-app .tf-entry .paragraph--type--button.button-style--button a,
      .paragraph--type--button.button-style--button #tf-app .tf-entry a,
      #tf-app .tf-entry .paragraph--type--button.button-style--cta a,
      .paragraph--type--button.button-style--cta #tf-app .tf-entry a,
      #tf-app .tf-entry .del-show-more a,
      .del-show-more #tf-app .tf-entry a,
      #tf-app .tf-entry .company-button a,
      .company-button #tf-app .tf-entry a,
      #tf-app .tf-entry .tf-menu li a,
      .tf-menu li #tf-app .tf-entry a,
      #tf-app .tf-entry .tf-buttons li a,
      .tf-buttons li #tf-app .tf-entry a {
        margin-bottom: 0; } }
    .lt-ie9 #tf-app .tf-entry input, .lt-ie9 #tf-app .tf-entry .button, .lt-ie9 #tf-app .tf-entry button,
    .lt-ie9 #tf-app .tf-entry input[type="submit"],
    .lt-ie9 #tf-app .tf-entry input[type="reset"],
    .lt-ie9 #tf-app .tf-entry input[type="button"], .lt-ie9 #tf-app .tf-entry .button-red, .lt-ie9 #tf-app .tf-entry .button-edit, .lt-ie9 #tf-app .tf-entry #block-custom-permissions-openid-login a, #block-custom-permissions-openid-login .lt-ie9 #tf-app .tf-entry a, .lt-ie9 #tf-app .tf-entry .paid-article-notice .paid-article-notice--link, .paid-article-notice .lt-ie9 #tf-app .tf-entry .paid-article-notice--link, .lt-ie9 #tf-app .tf-entry .block--logout-block a:not(.logged-in-openid), .block--logout-block .lt-ie9 #tf-app .tf-entry a:not(.logged-in-openid), .lt-ie9 #tf-app .tf-entry .block--openid-connect-login a:not(.logged-in-openid), .block--openid-connect-login .lt-ie9 #tf-app .tf-entry a:not(.logged-in-openid), .lt-ie9 #tf-app .tf-entry .paragraph--type--button.button-style--button a, .paragraph--type--button.button-style--button .lt-ie9 #tf-app .tf-entry a, .lt-ie9 #tf-app .tf-entry .paragraph--type--button.button-style--cta a, .paragraph--type--button.button-style--cta .lt-ie9 #tf-app .tf-entry a, .lt-ie9 #tf-app .tf-entry .del-show-more a, .del-show-more .lt-ie9 #tf-app .tf-entry a, .lt-ie9 #tf-app .tf-entry .company-button a, .company-button .lt-ie9 #tf-app .tf-entry a, .lt-ie9 #tf-app .tf-entry .tf-menu li a, .tf-menu li .lt-ie9 #tf-app .tf-entry a, .lt-ie9 #tf-app .tf-entry .tf-buttons li a, .tf-buttons li .lt-ie9 #tf-app .tf-entry a {
      margin-bottom: 0; }

#tf-app a.download,
#tf-app a.tf-show-upload,
#tf-app a.tf-show-delete {
  display: inline-block;
  position: relative;
  text-indent: 1000em;
  width: 2em;
  height: 2em;
  overflow: hidden; }
  #tf-app a.download::before,
  #tf-app a.tf-show-upload::before,
  #tf-app a.tf-show-delete::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 2em;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.65em;
    text-indent: 0; }

#tf-app a.download::before {
  content: "\f381"; }

#tf-app a.tf-show-upload::before {
  content: "\f382"; }

#tf-app a.tf-show-delete::before {
  content: "\f00d"; }

#tf-app .tf-spinner {
  background: #008cb4; }

@media (min-width: 64.0625em) {
  #tf-app .tf-nav {
    display: flex;
    justify-content: space-between; } }

.lt-ie9 #tf-app .tf-nav {
  display: flex;
  justify-content: space-between; }

/*# sourceMappingURL=en-h2.css.map */
