@charset "UTF-8";
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/* Base */
/* Ads */
/* Header */
/* Article */
/* Deals */
/* Detective */
/* Drupal */
/* Panel */
/* Subscribe */
/* Tag */
/* Taxonomy */
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Ubuntu:wght@400;500;700&display=swap");
.footer .container::after {
  clear: both;
  content: "";
  display: table;
}

.footer__nav, .block-topic__topics-list, .header-top__navigation-list, .header-drawer__navigation-list, .header-side__navigation-list, .header-drawer__passport ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.badge {
  border-radius: 999px;
}

.block-topic__submit, .header-top__navigation-link, .header-top__search-button, .header-top__drawer-toggle, .header-drawer__navigation-item--nav a, .header-side__navigation-item--nav a, .header-drawer__navigation-item--nav button, .header-side__navigation-item--nav button, .header-drawer--active .header-drawer__navigation-item--nav-nav a, .header-drawer--active .header-side__navigation-item--nav-nav a, .header-drawer--active .header-drawer__navigation-item--nav-nav button, .header-drawer--active .header-side__navigation-item--nav-nav button, .btn {
  -webkit-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.block-topic__submit:focus, .header-top__navigation-link:focus, .header-top__search-button:focus, .header-top__drawer-toggle:focus, .header-drawer__navigation-item--nav a:focus, .header-side__navigation-item--nav a:focus, .header-drawer__navigation-item--nav button:focus, .header-side__navigation-item--nav button:focus, .header-drawer--active .header-drawer__navigation-item--nav-nav a:focus, .header-drawer--active .header-side__navigation-item--nav-nav a:focus, .header-drawer--active .header-drawer__navigation-item--nav-nav button:focus, .header-drawer--active .header-side__navigation-item--nav-nav button:focus, .btn:focus {
  outline: 0;
}
.block-topic__submit:hover, .header-top__navigation-link:hover, .header-top__search-button:hover, .header-top__drawer-toggle:hover, .header-drawer__navigation-item--nav a:hover, .header-side__navigation-item--nav a:hover, .header-drawer__navigation-item--nav button:hover, .header-side__navigation-item--nav button:hover, .header-drawer--active .header-drawer__navigation-item--nav-nav a:hover, .header-drawer--active .header-side__navigation-item--nav-nav a:hover, .header-drawer--active .header-drawer__navigation-item--nav-nav button:hover, .header-drawer--active .header-side__navigation-item--nav-nav button:hover, .btn:hover {
  cursor: pointer;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption, figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button; /* 2 */
}

button, [type=button], [type=reset], [type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox], [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

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

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

:root .fa-flip-horizontal {
  filter: 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%;
}

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-align-left:before {
  content: "\f036";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-android:before {
  content: "\f17b";
}

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

.fa-angle-up:before {
  content: "\f106";
}

.fa-apple:before {
  content: "\f179";
}

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

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-right:before {
  content: "\f061";
}

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

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

.fa-birthday-cake:before {
  content: "\f1fd";
}

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

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

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

.fa-browser:before {
  content: "\f37e";
}

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

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

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

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

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

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

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

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

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

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

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

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

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

.fa-cog:before {
  content: "\f013";
}

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

.fa-comment-dots:before {
  content: "\f4ad";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-dollar-sign:before {
  content: "\f155";
}

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

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-envelope:before {
  content: "\f0e0";
}

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

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

.fa-exclamation-triangle:before {
  content: "\f071";
}

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

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

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

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

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

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

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

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

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

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

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

.fa-images:before {
  content: "\f302";
}

.fa-instagram:before {
  content: "\f16d";
}

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

.fa-link:before {
  content: "\f0c1";
}

.fa-linux:before {
  content: "\f17c";
}

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

.fa-moon:before {
  content: "\f186";
}

.fa-newspaper:before {
  content: "\f1ea";
}

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

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

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

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-question:before {
  content: "\f128";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-reddit-alien:before {
  content: "\f281";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

.fa-router:before {
  content: "\f8da";
}

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

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

.fa-search-minus:before {
  content: "\f010";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

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

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

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

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

.fa-sun:before {
  content: "\f185";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-th-large:before {
  content: "\f009";
}

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

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

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

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

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

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

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

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

.fa-video:before {
  content: "\f03d";
}

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

.fa-windows:before {
  content: "\f17a";
}

.fa-youtube:before {
  content: "\f167";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/sites/all/fonts/fontawesome-min/fa-light-300.eot");
  src: url("/sites/all/fonts/fontawesome-min/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/fontawesome-min/fa-light-300.woff2") format("woff2"), url("/sites/all/fonts/fontawesome-min/fa-light-300.woff") format("woff"), url("/sites/all/fonts/fontawesome-min/fa-light-300.ttf") format("truetype"), url("/sites/all/fonts/fontawesome-min/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/sites/all/fonts/fontawesome-min/fa-regular-400.eot");
  src: url("/sites/all/fonts/fontawesome-min/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/fontawesome-min/fa-regular-400.woff2") format("woff2"), url("/sites/all/fonts/fontawesome-min/fa-regular-400.woff") format("woff"), url("/sites/all/fonts/fontawesome-min/fa-regular-400.ttf") format("truetype"), url("/sites/all/fonts/fontawesome-min/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/sites/all/fonts/fontawesome-min/fa-solid-900.eot");
  src: url("/sites/all/fonts/fontawesome-min/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/fontawesome-min/fa-solid-900.woff2") format("woff2"), url("/sites/all/fonts/fontawesome-min/fa-solid-900.woff") format("woff"), url("/sites/all/fonts/fontawesome-min/fa-solid-900.ttf") format("truetype"), url("/sites/all/fonts/fontawesome-min/fa-solid-900.svg#fontawesome") format("svg");
}
.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/sites/all/fonts/fontawesome-min/fa-brands-400.eot");
  src: url("/sites/all/fonts/fontawesome-min/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/sites/all/fonts/fontawesome-min/fa-brands-400.woff2") format("woff2"), url("/sites/all/fonts/fontawesome-min/fa-brands-400.woff") format("woff"), url("/sites/all/fonts/fontawesome-min/fa-brands-400.ttf") format("truetype"), url("/sites/all/fonts/fontawesome-min/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "mona-icons";
  src: url("/sites/all/fonts/mona-icons.eot");
  src: url("/sites/all/fonts/mona-icons.woff") format("woff"), url("/sites/all/fonts/mona-icons.svg#mona-icons") format("svg"), url("/sites/all/fonts/mona-icons.ttf") format("truetype"), url("/sites/all/fonts/mona-icons.eot?iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
[class^=mi-], [class*=" mi-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mona-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mi-comments:before {
  content: "²";
}

.mi-shop:before {
  content: "³";
}

.mi-comment:before {
  content: "±";
}

html {
  background: var(--body-background-color);
  box-sizing: border-box;
  font-size: 62.5%;
  min-height: 100%;
  display: flex;
  width: 100%;
  overflow-y: scroll;
}
html *, html *::before, html *::after {
  box-sizing: inherit;
}
html.no-scroll {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

*::selection {
  background-color: #FF753B;
  color: #fff;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: var(--body-background-color);
  color: var(--body-text-color);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.font-loaded--open-sans-regular body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.no-overflow {
  overflow-x: unset;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder, input:focus:-ms-input-placeholder {
  color: transparent;
}

#page-wrap {
  margin: 0 auto;
  max-width: 1110px;
  position: relative;
  z-index: 2;
}

#page {
  margin-top: 10px;
}

/* Author Page */
.view-author-archive {
  padding: 25px 0 0 0;
}

.page-search #page h1.page-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: block;
}
.font-loaded--open-sans-regular .page-search #page h1.page-title {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* Regions */
.region-site-header {
  background: var(--body-header-background-color);
  box-shadow: var(--header-top-shadow);
  display: flex;
  flex-direction: column;
}
.alt-brand .region-site-header {
  display: flex;
  flex-flow: row nowrap;
}
.alt-brand .region-site-header .header-top-alert-bar, .alt-brand .region-site-header .ad-unit {
  display: none;
}
.alt-brand .region-site-header .header-top {
  flex: 1 1 auto;
  width: auto;
}
.alt-brand .region-site-header .block-topic {
  background: none;
  flex: 1 1 auto;
}

textarea, input, select {
  background-color: var(--body-background-color);
  color: var(--body-text-color);
}

.resizable-textarea .grippie {
  background-color: var(--body-grippie-color);
  border-width: 0;
}

/* Hide visually but not from screen readers */
.hide, .accessibility-head, body.panel-page #page .page-title {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */
.ir {
  overflow: hidden;
  text-indent: -999em;
  font-size: 0;
}

.hidden {
  display: none !important;
}
.visible {
  display: block !important;
}
/* Container */
.container {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}

.container--nopadding {
  max-width: 1200px;
  padding: 0;
}

.row, .panels-flexible-region-inside {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.col-1of2 {
  margin: 0 15px;
  padding: 0;
  width: calc(50% - 30px - 0.01px);
}

.col-2of2 {
  margin: 0 15px;
  padding: 0;
  width: 100%;
}

.col-1of3 {
  margin: 0 15px;
  padding: 0;
  width: calc(33.33% - 30px);
}

.col-2of3 {
  margin: 0 15px;
  padding: 0;
  width: calc(66.66% - 30px);
}

.col-3of3 {
  padding: 0 15px;
  width: 100%;
}
.content {
  flex-grow: 1;
}
.content:focus {
  outline: none;
}

.adunit {
  overflow: hidden;
  text-align: center;
}
.adunit.inline-text {
  margin: 20px -15px;
  clear: both;
}
.adunit.adunit--bordeaux-sidebar {
  overflow: visible;
}

.adunit-wrap {
  overflow: hidden;
}

.disable-ads {
  margin-top: 0 !important;
}
.disable-ads .adunit-wrap, .disable-ads .adunit, .disable-ads #future-bigtop-masthead, .disable-ads #ctMediaContainer {
  display: none !important;
}

.ad-container--horizontal {
  display: none;
}
.ad-container--horizontal img {
  max-width: 100%;
  height: auto;
}

.ad-container--vertical {
  background-size: 300px 600px;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}

body.mobile .ad-container--vertical {
  margin: 20px 0;
}

.adunit-wrap {
  font-size: 0;
  line-height: 0;
}
div[class*=header] > .adunit-wrap {
  margin: 0;
}
div[class*=header] > .adunit-wrap div.adunit {
  min-height: 0 !important;
}
div[class*=header] > .adunit-wrap div.adunit > * {
  margin: 25px 0;
}
div[class*=header] > .adunit-wrap div.adunit > *:empty {
  margin: 0;
}

.region-page-header > .adunit, .region-page-header > .adunit-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 300px;
}
.mobile .region-page-header > .adunit, .mobile .region-page-header > .adunit-wrap {
  min-height: 190px;
}

.page-new-homepage .region-site-header > .adunit-wrap {
  order: -80;
}

#banneradspace {
  background-color: rgba(205, 205, 205, 0.1);
}
#banneradspace .adunit {
  padding: 25px 0;
}

.ct_wallpaper .region-page-header .adunit-wrap, .ct_wallpaper .page-header {
  background: #f4f4f4;
}

body .ym-wrapper-footer {
  z-index: 12312321 !important;
}

#purch_Y_O_O, #purch_Y_O_1_1 {
  display: none;
}

#topic-pencil-rt.adunit--rendered, body.enable-ads #topic-pencil-rt {
  min-width: 100%;
  width: 100vw;
}

#purch_Y_O_O.adunit--rendered, #purch_Y_O_1_1.adunit--rendered {
  display: block;
}

#future-bigtop-masthead ~ #ctBoc .page-header .adunit {
  display: none;
}

figure.image {
  display: block;
  position: relative;
  margin: 0;
}
figure.image img {
  display: block;
  height: auto;
  width: 100%;
}
figure.image.image--cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

figure.image.image--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

figure.image.image--rounded img {
  border-radius: 290486px;
}

figure.image.image--square img, figure.image.image--1x1 img, figure.image.image--5x4 img, figure.image.image--4x3 img, figure.image.image--3x2 img, figure.image.image--5x3 img, figure.image.image--16x9 img, figure.image.image--2x1 img, figure.image.image--3x1 img, figure.image.image--4x5 img, figure.image.image--3x4 img, figure.image.image--2x3 img, figure.image.image--3x5 img, figure.image.image--9x16 img, figure.image.image--1x2 img, figure.image.image--1x3 img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

figure.image.image--square, figure.image.image--1x1 {
  padding-top: 100%;
}

figure.image.image--5x4 {
  padding-top: 80%;
}

figure.image.image--4x3 {
  padding-top: 75%;
}

figure.image.image--3x2 {
  padding-top: 66.6666%;
}

figure.image.image--5x3 {
  padding-top: 60%;
}

figure.image.image--16x9 {
  padding-top: 56.25%;
}

figure.image.image--2x1 {
  padding-top: 50%;
}

figure.image.image--3x1 {
  padding-top: 33.3333%;
}

figure.image.image--4x5 {
  padding-top: 125%;
}

figure.image.image--3x4 {
  padding-top: 133.3333%;
}

figure.image.image--2x3 {
  padding-top: 150%;
}

figure.image.image--3x5 {
  padding-top: 166.6666%;
}

figure.image.image--9x16 {
  padding-top: 177.7777%;
}

figure.image.image--1x2 {
  padding-top: 200%;
}

figure.image.image--1x3 {
  padding-top: 300%;
}

.btn {
  border-radius: 4px;
  font-family: "FontAwesome", "open-sans-regular", Helvetica, Arial, sans-serif;
  text-indent: 0;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn.rate-button {
  font-family: "Font Awesome 5 Pro";
}

.btn--load-more {
  background-color: transparent;
  color: #969696;
  cursor: pointer;
  display: block;
  font-size: 0.875em;
  margin: 10px auto 0;
  text-align: center;
  width: 100%;
  padding: 10px 0 20px;
  height: 40px;
  overflow: visible;
}
.btn--load-more span {
  font-size: 0;
  display: block;
  width: 100%;
  border-top: 2px solid #FF753B;
  position: relative;
  height: 20px;
}
.btn--load-more span::after {
  content: "\f0d7";
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 0;
  color: #fff;
  background-color: #FF753B;
  border-radius: 999px;
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: -100%;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  margin-bottom: -19px;
  z-index: 10;
  font-size: 20px;
}
.btn--load-more i {
  display: none;
}
.block .btn--load-more {
  display: none;
}
.block--last .btn--load-more {
  display: block;
}
.block--best .btn--load-more, .block--deals .btn--load-more {
  position: absolute;
  padding: 0;
  margin: 0;
}
.block--best .btn--load-more:before, .block--deals .btn--load-more:before {
  display: none;
}
.block--best .btn--load-more span, .block--deals .btn--load-more span {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 1.2px;
  padding: 6px 30px 8px;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  border-width: 0;
  background-color: #FF753B;
  color: #fff;
  height: auto;
}
.font-loaded--ubuntu-sans-bold .block--best .btn--load-more span, .font-loaded--ubuntu-sans-bold .block--deals .btn--load-more span {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.block--best .btn--load-more span:after, .block--deals .btn--load-more span:after {
  display: none;
}

.btn--load-more-gray {
  background-color: #d1d3d8;
  color: #626262;
}
.btn--load-more-gray:focus, .btn--load-more-gray:hover {
  background-color: #dfe0e4;
}

.btn--load-more--active span {
  display: none;
}
.btn--load-more--active i {
  display: inline-block;
}
.block--best .btn--load-more--active span, .block--deals .btn--load-more--active span {
  display: none;
}
.block--best .btn--load-more--active i, .block--deals .btn--load-more--active i {
  display: inline-block;
}

.btn--load-more--disabled {
  display: none !important;
}

.btn--read-more {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  display: block;
  font-size: 16px;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.font-loaded--ubuntu-sans-bold .btn--read-more {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.btn--read-more:before {
  position: absolute;
  content: "";
  top: 15px;
  height: 1px;
  border-top: 1px solid #FF753B;
  width: 100%;
  left: 0;
}
.btn--read-more span {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 5px 10px;
  background-color: #FF753B;
  color: #fff;
}
.btn--read-more:is(:focus, :hover) span {
  background-color: #ff6322;
}
.block--best .btn--read-more, .block--deals .btn--read-more {
  position: absolute;
  margin-top: 4px;
}
.block--best .btn--read-more:before, .block--deals .btn--read-more:before {
  display: none;
}
.block--best .btn--read-more span, .block--deals .btn--read-more span {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 1.2px;
  padding: 6px 30px 8px;
  text-transform: uppercase;
  background-color: #FF753B;
  color: #fff;
}
.font-loaded--ubuntu-sans-bold .block--best .btn--read-more span, .font-loaded--ubuntu-sans-bold .block--deals .btn--read-more span {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.header-drawer {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  z-index: 130;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
  will-change: opacity;
  -webkit-overflow-scrolling: touch;
}
body .header-drawer {
  display: block;
}

.header-drawer--active {
  -webkit-backdrop-filter: blur(15px) saturate(1.5);
  backdrop-filter: blur(15px) saturate(1.5);
  cursor: pointer;
  opacity: 1;
  overflow-y: scroll;
  pointer-events: initial;
}

.header-drawer__inner {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: #FF753B;
  cursor: default;
  display: grid;
  color: black;
  font-size: 16px;
  grid-gap: 30px;
  grid-template-areas: "toggle" "menu-main" "menu-secondary" "user" "social" "color-scheme" "sites" "disclosures";
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding: 0 20px 20px;
  position: relative;
  transform: translateX(-105%);
  transition: visibility 0s 0.3s, transform 0.3s ease;
  width: 400px;
  will-change: transform;
  visibility: hidden;
}
.font-loaded--open-sans-regular .header-drawer__inner {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.header-drawer--active .header-drawer__inner {
  transform: none;
  visibility: visible;
  transition: visibility 0s, transform 0.3s ease;
}

.header-drawer__nav {
  display: flex;
  flex-direction: row;
  grid-area: toggle;
  width: calc(100% + 20px);
}

.header-drawer__navigation--main {
  grid-area: menu-main;
}

.header-drawer__navigation-list--main {
  width: 100%;
  padding: 0;
}

.header-drawer__navigation--secondary {
  grid-area: menu-secondary;
}

.header-drawer__navigation-title {
  padding: 0;
}

.header-drawer__navigation-list--secondary {
  width: 100%;
  padding: 10px 0 0;
}

.header-drawer__passport {
  grid-area: user;
  margin: 0;
}
.header-drawer__passport #header-pp-username {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
  text-transform: uppercase;
  color: black;
}
.font-loaded--ubuntu-sans-bold .header-drawer__passport #header-pp-username {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.header-drawer__passport #header-pp-username #toggle-user-menu {
  display: none;
}
.header-drawer__passport ul {
  line-height: 24px;
  padding: 10px 0 0 0;
}
.header-drawer__passport ul li {
  font-size: 12px;
}
.header-drawer__passport ul li a {
  color: black;
}

.header-drawer__passport-links .fa-stack .fa-stack-1x {
  color: #fff;
}

.header-drawer__sites {
  grid-area: sites;
  padding: 0;
}

.header-drawer__navigation-title {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 200;
  color: black;
}
.font-loaded--ubuntu-sans-bold .header-drawer__navigation-title {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.header-drawer__color-scheme .header-drawer__navigation-title {
  padding: 0 0 5px;
}

.header-drawer__navigation-list--nav, .header-side__navigation-list--nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-height: 40px;
}

.header-drawer--active .header-drawer__navigation-list--nav, .header-drawer--active .header-side__navigation-list--nav {
  background-color: #FF753B;
}

.header-drawer__navigation-list--social {
  align-content: center;
  align-items: center;
  align-self: flex-end;
  display: flex;
  grid-area: social;
  flex-flow: row wrap;
}

.header-drawer__navigation-list--cta {
  padding-top: 10px;
}

.header-drawer__navigation-item a {
  color: black;
}

.header-drawer__navigation-item--nav, .header-side__navigation-item--nav, .header-drawer--active .header-drawer__navigation-item--nav-nav, .header-drawer--active .header-side__navigation-item--nav-nav {
  height: 40px;
  background-color: #FF753B;
}
.header-drawer__navigation-item--nav a, .header-side__navigation-item--nav a, .header-drawer__navigation-item--nav button, .header-side__navigation-item--nav button, .header-drawer--active .header-drawer__navigation-item--nav-nav a, .header-drawer--active .header-side__navigation-item--nav-nav a, .header-drawer--active .header-drawer__navigation-item--nav-nav button, .header-drawer--active .header-side__navigation-item--nav-nav button {
  cursor: pointer;
  display: inline-block;
  text-indent: 0;
  outline: none;
  height: 40px;
  line-height: 40px;
  width: 40px;
  color: #fff;
  flex: 0 0 auto;
  position: relative;
  z-index: 30;
  border-radius: 0;
}
.header-drawer__navigation-item--nav a i, .header-side__navigation-item--nav a i, .header-drawer__navigation-item--nav button i, .header-side__navigation-item--nav button i, .header-drawer--active .header-drawer__navigation-item--nav-nav a i, .header-drawer--active .header-side__navigation-item--nav-nav a i, .header-drawer--active .header-drawer__navigation-item--nav-nav button i, .header-drawer--active .header-side__navigation-item--nav-nav button i {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 0px;
  line-height: 40px;
  font-size: 16px;
}
.header-drawer__navigation-item--nav a span, .header-side__navigation-item--nav a span, .header-drawer__navigation-item--nav button span, .header-side__navigation-item--nav button span, .header-drawer--active .header-drawer__navigation-item--nav-nav a span, .header-drawer--active .header-side__navigation-item--nav-nav a span, .header-drawer--active .header-drawer__navigation-item--nav-nav button span, .header-drawer--active .header-side__navigation-item--nav-nav button span {
  text-overflow: ellipsis;
}

.header-drawer__navigation-item--nav-nav, .header-side__navigation-item--nav-nav {
  position: absolute;
  top: 0;
  left: 0;
}

.header-drawer__navigation-item--nav-nav, .header-side__navigation-item--nav-nav {
  background-color: #FF753B;
}
.header-drawer__navigation-item--nav-nav a, .header-side__navigation-item--nav-nav a, .header-drawer__navigation-item--nav-nav button, .header-side__navigation-item--nav-nav button {
  color: #fff;
}

.header-drawer--active.header-drawer--forum .header-drawer__navigation-item--nav-forum, .header-drawer--active.header-drawer--nav .header-drawer__navigation-item--nav-nav, .header-drawer--active.header-drawer--nav .header-side__navigation-item--nav-nav, .header-drawer--active.header-drawer--dev .header-drawer__navigation-item--nav-dev, .header-drawer--active.header-drawer--shop .header-drawer__navigation-item--nav-shop, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-forum, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-dev, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-shop {
  background-color: #FF753B;
}
.header-drawer--active.header-drawer--forum .header-drawer__navigation-item--nav-forum a, .header-drawer--active.header-drawer--forum .header-drawer__navigation-item--nav-forum button, .header-drawer--active.header-drawer--nav .header-drawer__navigation-item--nav-nav a, .header-drawer--active.header-drawer--nav .header-side__navigation-item--nav-nav a, .header-drawer--active.header-drawer--nav .header-drawer__navigation-item--nav-nav button, .header-drawer--active.header-drawer--nav .header-side__navigation-item--nav-nav button, .header-drawer--active.header-drawer--dev .header-drawer__navigation-item--nav-dev a, .header-drawer--active.header-drawer--dev .header-drawer__navigation-item--nav-dev button, .header-drawer--active.header-drawer--shop .header-drawer__navigation-item--nav-shop a, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-forum a, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-dev a, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-shop a, .header-drawer--active.header-drawer--shop .header-drawer__navigation-item--nav-shop button, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-forum button, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-dev button, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-shop button {
  color: #fff;
}
.header-drawer--active.header-drawer--forum .header-drawer__navigation-item--nav-forum a i::before, .header-drawer--active.header-drawer--forum .header-drawer__navigation-item--nav-forum button i::before, .header-drawer--active.header-drawer--nav .header-drawer__navigation-item--nav-nav a i::before, .header-drawer--active.header-drawer--nav .header-side__navigation-item--nav-nav a i::before, .header-drawer--active.header-drawer--nav .header-drawer__navigation-item--nav-nav button i::before, .header-drawer--active.header-drawer--nav .header-side__navigation-item--nav-nav button i::before, .header-drawer--active.header-drawer--dev .header-drawer__navigation-item--nav-dev a i::before, .header-drawer--active.header-drawer--dev .header-drawer__navigation-item--nav-dev button i::before, .header-drawer--active.header-drawer--shop .header-drawer__navigation-item--nav-shop a i::before, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-forum a i::before, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-dev a i::before, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-shop a i::before, .header-drawer--active.header-drawer--shop .header-drawer__navigation-item--nav-shop button i::before, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-forum button i::before, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-dev button i::before, .header-drawer--active.header-drawer--shop .header-side__navigation-item--nav-shop button i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
}

.header-drawer__navigation-item--main {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}
.font-loaded--ubuntu-sans-bold .header-drawer__navigation-item--main {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.header-drawer__navigation-item--main.header-drawer__navigation-item--sub {
  font-size: 18px;
  padding-left: 10px;
}

.header-drawer__navigation-item--secondary {
  line-height: 30px;
}

.header-drawer__navigation-item--social {
  flex: 0 1 33%;
  height: 40px;
  text-align: left;
}
.header-drawer__navigation-item--social i {
  font-size: 30px;
}
.header-drawer__navigation-item--social span {
  display: none;
}

.header-drawer__navigation-item--sites {
  line-height: 22px;
}

.header-drawer__navigation-item--forum {
  line-height: 30px;
}

.header-drawer__navigation-item--shop {
  line-height: 30px;
}

.header-drawer__navigation-item--cta a {
  background-color: #fff;
  display: block;
  border-radius: 4px;
  padding: 10px 12px;
  margin-top: 10px;
  text-align: center;
  color: black;
}
.header-drawer__navigation-item--cta a i {
  padding-right: 10px;
}

.header-drawer__navigation-item--social a {
  color: black;
}
.header-drawer__navigation-item--social a:hover, .header-drawer__navigation-item--social a:focus {
  color: black;
}

.header-drawer__navigation-link--social .fa-discord {
  width: 32px;
  height: 32px;
  background-image: url(/sites/all/themes/mbn2_twig/assets/images/discord-icon-small-white.png);
  background-size: cover;
}

.header-drawer__color-scheme {
  display: none;
  grid-area: color-scheme;
  padding: 0;
}

.header-drawer__color-scheme-button {
  border-width: 0;
  border-radius: 999px;
  padding: 3px 13px 3px 13px;
  background-color: #fff;
  color: #000;
  position: relative;
  width: 8em;
  text-align: left;
  cursor: pointer;
}
.header-drawer__color-scheme-button:focus {
  outline: 0;
  box-shadow: none;
}
.header-drawer__color-scheme-button:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  right: 4px;
  top: 4px;
  background-color: #c4c4c4;
  border-radius: 999px;
}

.header-drawer__color-scheme-button--dark {
  background-color: #000;
  color: #fff;
  text-align: right;
}
.header-drawer__color-scheme-button--dark:after {
  left: 4px;
  right: auto;
}

.header-drawer__navigation--disclosures {
  grid-area: disclosures;
}
.header-drawer__navigation--disclosures .footer__nav-item {
  font-size: 9px;
}
.header-drawer__navigation--disclosures .footer__nav-item:after {
  margin: 0 0 0 3px;
}

.header-side {
  height: 470px;
  width: 60px;
  background-color: #FF753B;
  position: relative;
  display: none;
  top: 0;
  left: 0;
  z-index: 110;
  float: left;
}
.header-side.header-side--active {
  visibility: hidden;
}

.header-side--active.header-side--forum .header-side__navigation-item--nav-forum button i::before, .header-side--active.header-side--nav .header-side__navigation-item--nav-nav button i::before, .header-side--active.header-side--dev .header-side__navigation-item--nav-dev button i::before, .header-side--active.header-side--shop .header-side__navigation-item--nav-shop button i::before {
  content: "\f00d";
}

.header-drawer--forum .header-drawer__tools, .header-drawer--dev .header-drawer__tools {
  visibility: hidden;
}

.header-top {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: var(--header-top-text-color);
  height: var(--header-top-height);
  order: -100;
}
.font-loaded--open-sans-regular .header-top {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.header-top-inner {
  border-bottom: var(--header-top-bottom-border);
  height: var(--header-top-height);
  z-index: 120;
  width: 100%;
  position: relative;
}
.header-top--scrolled .header-top-inner {
  -webkit-backdrop-filter: blur(15px) saturate(1.5);
          backdrop-filter: blur(15px) saturate(1.5);
  background: var(--header-top-background-color--scrolled);
  box-shadow: var(--header-top-shadow);
  transition: top 0.2s ease-in-out;
  top: calc(-1 * var(--header-top-height));
  will-change: transform;
}
.header-top--scrolled-visible .header-top-inner {
  top: 0;
}
.shop-bar--visible .header-top-inner {
  top: calc(-1 * var(--header-top-height));
}

.header-top-inner2 {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: space-between;
  z-index: initial;
  overflow: hidden;
  position: relative;
}

.header-top--scrolled .header-top-inner, .header-top--scrolled .header-top-inner2 {
  height: var(--header-top-height--scrolled);
  padding-top: 0;
  position: fixed;
}
.no-scroll .header-top--scrolled .header-top-inner, .no-scroll .header-top--scrolled .header-top-inner2 {
  padding-right: var(--scrollbar-width);
}

.header-top__drawer-toggle {
  aspect-ratio: 1;
  cursor: pointer;
  background-color: var(--header-top-drawer-toggle-background-color);
  outline: none;
  height: 100%;
  color: var(--header-top-drawer-toggle-text-color);
  position: relative;
  width: var(--header-top-drawer-toggle-width);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top__drawer-toggle i {
  font-size: 16px;
}
.header-top--scrolled .header-top__drawer-toggle i {
  font-size: 16px;
}

.header-top__brand {
  background-image: var(--header-top-brand-image-url);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 168px;
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  /* note: auto prefixer doesn't handle image-rendering at this time */
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.header-top--title .header-top__brand, .header-top--scrolled.header-top--title .header-top__brand {
  margin: 0 10px;
  position: relative;
  left: 0;
  transform: none;
  background-image: var(--header-top-brand-image-url--title);
  background-size: contain;
  width: 26px;
}

.header-top__navigation {
  white-space: nowrap;
  flex-shrink: 0;
}

.header-top__navigation-list {
  position: relative;
  height: 100%;
}

.header-top__navigation-item {
  display: block;
  float: left;
  height: 100%;
  vertical-align: top;
  display: none;
  font-size: inherit;
}
.header-top__navigation-item .header-top--scrolled a, .header-top__navigation-item .header-top--scrolled button {
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.header-top__navigation-item .header-top--scrolled a i, .header-top__navigation-item .header-top--scrolled button i {
  font-size: 16px;
  line-height: 40px;
}

.header-top__navigation-link, .header-top__search-button {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
  color: var(--header-top-navigation-item-text-color);
  height: 100%;
  justify-content: center;
}
.header-top__navigation-link span, .header-top__search-button span {
  display: none;
}
.header-top__navigation-link:is(:focus, :hover), .header-top__search-button:is(:focus, :hover) {
  color: var(--header-top-navigation-item-text-color--hover);
  background-color: var(--header-top-navigation-item-background-color--hover);
  text-decoration: none;
}

.header-top__search-button {
  color: var(--header-top-navigation-item-text-color--search);
}
.header-top__search-button:is(:focus, :hover) {
  color: var(--header-top-navigation-item-text-color--search-hover);
}

.header-top__navigation-item--text a {
  width: auto;
}
.header-top__navigation-item--text a:is(:focus, :hover) {
  text-decoration: underline;
}

.header-top__navigation-item--search {
  display: inline-block;
}

.header-top-alert-bar {
  font-family: "ubuntu-sans-bold", Helvetica, Arial, sans-serif;
  color: var(--header-top-alert-bar-text-color);
  background-color: var(--header-top-alert-bar-background-color);
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  min-height: 29px;
  padding: 5px 5px;
  position: relative;
  z-index: 110;
  order: -90;
}
.header-top-alert-bar a {
  text-decoration: underline;
  margin: 0 5px;
}
.header-top-alert-bar p {
  margin: 0;
}

.alert-bar-close, .alert-bar-collapse {
  position: absolute;
  right: 10px;
  line-height: 25px;
  cursor: pointer;
}
.alert-bar-close:hover, .alert-bar-collapse:hover {
  font-size: larger;
}

.alert-bar-close {
  display: none;
}

.header-top-alert-bar--close {
  display: none;
}
.header-top-alert-bar--close .alert-bar-close {
  display: inline;
}

.header-top-alert-bar__label {
  display: none;
}

.header-top-alert-bar--banner {
  line-height: 0 !important;
  padding: 0 15px;
}
.header-top-alert-bar--banner a {
  display: block;
}
.header-top-alert-bar--banner a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 96px;
  width: 100%;
}
.header-top-alert-bar--banner-short.header-top-alert-bar--banner a img {
  max-height: 96px;
}

.header-top-alert-bar--banner-tall.header-top-alert-bar--banner a img {
  max-height: 250px;
}

.header-top__navigation-item--search-visible button, .header-top__navigation-item--search-visible a {
  background-color: var(--header-top-navigation-item-background-color--search-visible);
  color: var(--header-top-navigation-item-text-color--search-visible);
}
.header-top__navigation-item--search-visible button:focus, .header-top__navigation-item--search-visible button:hover, .header-top__navigation-item--search-visible a:focus, .header-top__navigation-item--search-visible a:hover {
  background-color: var(--header-top-navigation-item-background-color--search-visible);
  color: var(--header-top-navigation-item-text-color--search-visible);
}

.header-top__navigation-search-form {
  position: absolute;
  right: var(--header-top-height);
  top: 0;
  transform: translateY(-101%);
  transition: transform 0.25s ease 0s;
  z-index: 40;
  height: 100%;
  background-color: var(--header-top-navigation-search-form-background-color);
}
.header-top--scrolled .header-top__navigation-search-form {
  right: var(--header-top-height--scrolled);
}
body .header-top__navigation-search-form {
  display: block;
}
.header-top__navigation-search-form button {
  display: none;
}
.header-top__navigation-search-form input {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: 100%;
  background-color: transparent;
  border-width: 0;
  padding: 0 10px;
  color: var(--header-top-navigation-search-form-text-color);
}
.font-loaded--open-sans-regular .header-top__navigation-search-form input {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.header-top__navigation-search-form input:focus {
  outline: none;
}
.header-top__navigation-item--search-visible .header-top__navigation-search-form {
  transform: translateY(0%);
  transition: transform 0.25s ease 0s;
}

.cover-page .header-top.header-top--scrolled {
  display: block;
}

.header-top__panel-title {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  height: 100%;
  white-space: nowrap;
  display: block;
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10px;
}
.font-loaded--ubuntu-sans-bold .header-top__panel-title {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.header-top--scrolled .header-top__panel-title {
  line-height: 40px;
}

.alt-brand .header-top-inner2 {
  align-content: flex-start;
  flex-flow: column wrap;
  justify-content: center;
  padding-right: 60px;
}

.alt-brand .header-top__drawer-toggle {
  order: 1;
}

.alt-brand .header-top--title .header-top__brand {
  align-items: flex-end;
  background-image: none;
  height: 14px;
  display: flex;
  max-width: 200px;
  order: 3;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.vpn-hub.alt-brand .header-top--title .header-top__brand {
  align-self: center;
  height: 16px;
}
.alt-brand .header-top--title.header-top--scrolled .header-top__brand {
  background: none;
  width: 100%;
}

.alt-brand .header-top__navigation {
  display: none;
}

.alt-brand .header-top__panel-title, .alt-brand .header-top--scrolled .header-top__panel-title {
  flex: 0 0 auto;
  margin: 0 10px;
  order: 2;
  height: 22px;
  line-height: 20px;
}

.block-topic {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--block-topic-text-color);
  top: 0;
  padding: 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.font-loaded--open-sans-regular .block-topic {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.block-topic__form {
  display: none;
  flex: 1 1 auto;
}

.block-topic__input {
  color: var(--block-topic-input-text-color);
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  line-height: 40px;
  height: 40px;
  flex: 1 0 auto;
  padding: 0 10px;
}
.block-topic__input:focus {
  outline-width: 0;
}

.block-topic__submit {
  color: inherit;
  width: 40px;
  height: 40px;
  text-align: center;
}
.block-topic__submit i {
  font-size: 16px;
}
.block-topic__submit span {
  font-size: 0;
  position: absolute;
}

.block-topic__topics-list {
  display: none;
}

.block-topic__topics-item {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: block;
  font-size: 15px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.font-loaded--ubuntu-sans-bold .block-topic__topics-item {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.block-topic__topics-item a {
  padding: 0 15px;
  color: inherit;
  display: inline-block;
}
.block-topic__topics-item a:is(:focus, :hover) {
  text-decoration: none;
}

.block-topic__topics-sub-list {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: var(--block-topic-topics-sub-list-backdrop-filter);
  backdrop-filter: var(--block-topic-topics-sub-list-backdrop-filter);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  display: none;
  list-style: none;
  max-width: 300px;
  padding: 0;
  position: absolute;
  text-align: left;
  top: calc(100% - 5px);
  z-index: 1;
}
.block-topic__topics-item:hover .block-topic__topics-sub-list {
  display: block;
}

a.block-topic__topics-sub-btn {
  display: block;
  line-height: 1.21;
  padding: 15px;
}
a.block-topic__topics-sub-btn:hover {
  background-color: #FF753B;
  color: #fff;
}

.block-topic__pencil-ad {
  flex: 0 1 auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
}
.block-topic__pencil-ad #topic-pencil-rt-wrap {
  display: inline-block;
  vertical-align: top;
  min-height: 60px;
}

.footer {
  background-color: #2e2e2e;
  color: #fff;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
.footer .container {
  display: flex;
  flex-wrap: wrap;
}

.footer__copyright {
  background-color: #292929;
  font-size: 11px;
  color: #95989a;
  padding: 20px 0;
}
.footer__copyright .container {
  flex-wrap: nowrap;
}

.footer__nav-item {
  display: inline-block;
}
.footer__nav-item::after {
  content: "•";
  margin: 0 3px 0 5px;
}
.footer__nav-item:last-child::after {
  display: none;
}

.footer__logo {
  background-image: url("/sites/all/themes/mbn2_twig/assets/images/cb-logo-wide--light.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 222px;
  height: 33px;
  display: block;
  margin: 20px 0;
  font-size: 0;
}

.tag {
  font-family: inherit;
  color: #1693CA;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

.tag--featured {
  font-size: 12px;
}

.tag--small {
  font-size: 11px;
}

.badge {
  background-color: #FF753B;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 0.2em 0.8em 0.3em;
  line-height: 1.2em;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  font-weight: 400;
  white-space: nowrap;
}

.badge i {
  margin-right: 5px;
  font-size: 16px;
}

.bagde--comments-small {
  font-size: 11px;
}

b, strong {
  font-weight: bold;
}

@media only screen and (min-width: 480px) {
  .col-1of2\@mobile {
    margin: 0 15px;
    padding: 0;
    width: calc(50% - 30px - 0.01px);
  }
  .alt-brand .header-top--title .header-top__brand:before {
    content: "brought to you by";
    display: inline-block;
    font-size: 10px;
  }
}

@media only screen and (min-width: 760px) {
  .hidden--tablet {
    display: none !important;
  }
  .visible--tablet {
    display: block !important;
  }
  .row--no-wrap {
    flex-wrap: nowrap;
  }
  .col-1of2\@tablet {
    margin: 0 15px;
    padding: 0;
    width: calc(50% - 30px - 0.01px);
  }
  .col-2of3\@tablet {
    margin: 0 15px;
    padding: 0;
    width: calc(66.666% - 30px);
  }
  .col-1of3\@tablet {
    margin: 0 15px;
    padding: 0;
    width: calc(33.333% - 30px);
  }
  .ad-container--follow {
    position: relative;
  }
  .page-new-homepage .region-site-header > .adunit-wrap {
    order: 0;
  }
  #topic-pencil-rt.adunit--rendered, body.enable-ads #topic-pencil-rt {
    width: 385px;
  }
  .btn--load-more {
    margin: 10px auto 20px;
  }
  .block--best .btn--load-more, .block--deals .btn--load-more {
    display: block;
  }
  .block--best .btn--read-more, .block--deals .btn--read-more {
    display: none;
  }
  .header-drawer__inner {
    grid-gap: 40px;
    grid-template-areas: "toggle menu-main menu-secondary user" "toggle menu-main menu-secondary social" "toggle sites sites color-scheme" "toggle disclosures disclosures disclosures";
    grid-template-columns: 60px 190px 190px 190px;
    grid-template-rows: auto min-content auto;
    padding: 20px 20px 20px 0;
    width: min-content;
  }
  .header-drawer__nav {
    flex: 0 1 auto;
    flex-direction: column;
    justify-content: flex-end;
    height: calc(100% + 20px);
    width: 100%;
  }
  .header-drawer__navigation-list--sites {
    column-count: 2;
    column-gap: 40px;
  }
  .header-drawer__navigation-list--nav, .header-side__navigation-list--nav {
    flex-direction: column;
    height: 100%;
  }
  .header-drawer__navigation-item--nav, .header-side__navigation-item--nav, .header-drawer--active .header-drawer__navigation-item--nav-nav, .header-drawer--active .header-side__navigation-item--nav-nav {
    height: 60px;
  }
  .header-drawer__navigation-item--nav a, .header-side__navigation-item--nav a, .header-drawer__navigation-item--nav button, .header-side__navigation-item--nav button, .header-drawer--active .header-drawer__navigation-item--nav-nav a, .header-drawer--active .header-side__navigation-item--nav-nav a, .header-drawer--active .header-drawer__navigation-item--nav-nav button, .header-drawer--active .header-side__navigation-item--nav-nav button {
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
  .header-drawer__navigation-item--nav a i, .header-side__navigation-item--nav a i, .header-drawer__navigation-item--nav button i, .header-side__navigation-item--nav button i, .header-drawer--active .header-drawer__navigation-item--nav-nav a i, .header-drawer--active .header-side__navigation-item--nav-nav a i, .header-drawer--active .header-drawer__navigation-item--nav-nav button i, .header-drawer--active .header-side__navigation-item--nav-nav button i {
    line-height: 60px;
    font-size: 18px;
  }
  .header-side {
    display: block;
  }
  .header-top {
    order: 0;
    height: 60px;
  }
  .header-top-inner {
    height: var(--header-top-height--tablet);
  }
  .header-top--scrolled .header-top-inner {
    top: calc(-1 * var(--header-top-height--tablet));
  }
  .header-top--scrolled-visible .header-top-inner {
    top: 0;
  }
  .shop-bar--visible .header-top-inner {
    top: calc(-1 * var(--header-top-height--tablet));
  }
  .header-top-inner2 {
    height: var(--header-top-height--tablet);
  }
  .header-top--scrolled .header-top-inner, .header-top--scrolled .header-top-inner2 {
    height: var(--header-top-height--tablet-scrolled);
  }
  .header-top__drawer-toggle i {
    font-size: 18px;
  }
  .header-top__brand {
    width: 168px;
  }
  .header-top__navigation-item {
    display: inline-block;
  }
  .header-top:not(.header-top--scrolled) .header-top__navigation-link i, .header-top:not(.header-top--scrolled) .header-top__search-button i {
    font-size: 18px;
  }
  .header-top-alert-bar__label {
    display: inline;
  }
  .header-top__navigation-search-form {
    right: var(--header-top-height--tablet);
  }
  .header-top--scrolled .header-top__navigation-search-form {
    right: var(--header-top-height--tablet-scrolled);
  }
  .cover-page .header-top {
    display: none;
    height: 0;
  }
  .header-top__panel-title {
    flex-shrink: 0;
    line-height: 60px;
  }
  .alt-brand .header-top--title .header-top__brand {
    height: 21px;
  }
  .alt-brand .header-top--title.header-top--scrolled .header-top__brand {
    height: 20px;
  }
  .alt-brand .header-top--title .header-top__brand:before {
    font-size: 12px;
  }
  .alt-brand .header-top--title .header-top__brand:after {
    background-image: var(--header-top-brand-image-url--title-alt);
    background-repeat: no-repeat;
    background-size: auto 8px;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 0 3px 3px;
    width: 100px;
  }
  .alt-brand .header-top--title .header-top__brand:after {
    height: 10px;
    margin: 0 0 3px 4px;
    background-size: auto 10px;
  }
  .alt-brand .header-top__panel-title, .alt-brand .header-top--scrolled .header-top__panel-title {
    font-size: 25px;
    height: 33px;
    line-height: 30px;
  }
  .block-topic {
    flex-direction: row;
  }
  .block-topic:has(form, li) {
    height: var(--block-topic-height--tablet);
  }
  .block-topic__form {
    display: flex;
    max-width: 470px;
  }
  .block-topic__input {
    line-height: 60px;
    height: 60px;
    max-width: 350px;
  }
  .block-topic__submit {
    order: -3;
    height: 60px;
    width: 60px;
  }
  .block-topic__submit i {
    font-size: 18px;
  }
  .block-topic__topics-list {
    flex: 1 1 auto;
    display: block;
    overflow: hidden;
    text-align: right;
  }
  .block-topic__pencil-ad {
    display: block;
    min-width: auto;
  }
  .block-topic__pencil-ad #topic-pencil-rt-wrap {
    min-width: 385px;
  }
}

@media only screen and (min-width: 760px) and (max-width: 1087px) {
  .col-hidden\@tablet {
    display: none;
  }
  .panels-flexible-region .col-1of2\@tablet:nth-child(3):last-child {
    width: 100%;
  }
}

@media only screen and (min-width: 1088px) {
  .hidden--desktop {
    display: none !important;
  }
  .visible--desktop {
    display: block !important;
  }
  .col-1of3\@desktop {
    margin: 0 15px;
    padding: 0;
    width: calc(33.33% - 30px - 0.01px);
  }
  .col-2of3\@desktop {
    margin: 0 15px;
    padding: 0;
    width: calc(66.66% - 30px - 0.01px);
  }
  .col-2of3\@desktop {
    margin: 0 15px;
    padding: 0;
    width: calc(66.66% - 30px - 0.01px);
  }
  .col-1of2\@desktop {
    margin: 0 15px;
    padding: 0;
    width: calc(50% - 30px - 0.01px);
  }
  .ad-container--horizontal {
    display: block;
    height: 0px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    padding-left: 6px;
  }
  .header-top__brand {
    width: 168px;
  }
}

@media only screen and (min-width: 1300px) {
  .hidden--desktop-wide {
    display: none !important;
  }
  .visible--desktop-wide {
    display: block !important;
  }
}
/*# sourceMappingURL=common-core-cb.css.map */
